html {
   overflow-x: hidden;
   scroll-behavior: smooth;
}

body {
   font-family: "Helvetica Now Display";
   font-style: normal;
   line-height: 1.2rem;
   overflow-x: hidden;
   font-weight: 300;
}

button,
a {
   cursor: pointer;
}

h1,
h2,
h3,
h4,
h5 {
   font-family: 'Helvetica Now Display';
   line-height: 110%;
}

p,
li {
   font-family: 'Helvetica Now Text';
   font-size: 1rem;
   line-height: 150%;
}

h2 {
   font-size: 4.5rem;
}

textarea:focus,
input:focus,
select:focus,
button:focus {
   outline: none !important;
   box-shadow: none !important;
}

:hover {
   transition: color .3s ease-in-out, background-color .3s ease-in-out;
}

/* para a largura da tela não ultrapassr 1440px - para telas muito grandes */
.container-fluid {
   position: relative;
}

.left-0 {
   left: 0;
}

.right-0 {
   right: 0;
}

.container-extra {
   max-width: 1440px !important;
   position: relative !important;
}

/* .max-width-extra-large { max-width: 1680px !important; position: relative !important; } */

/* altera a cor dos itens de menu */
.nav-link {
   color: #092475 !important;
   font-size: 0.8rem;
   font-weight: 400;
}

/* centraliza os icones de midia social */
.social-media {
   height: 70px;
   display: none;
   align-items: center;
}

/* botões de alterar idioma no header */
.language {
   height: 70px;
   max-width: 48px;
   position: absolute;
   top: 0;
   right: 0;
}

.language .link {
   color: #ADB5BD;
   font-size: 1rem;
   font-weight: 400;
   text-decoration: none;
   height: 30px;
   width: 30px;
   display: flex;
   justify-content: center;
   align-items: center;
}

.language .link:hover {
   color: #00439C !important;
   border-bottom: 1px solid #2FA673;
}

.active-language {
   font-weight: bold !important;
   text-decoration: underline !important;
   color: #00439c !important;
}


/* altera a cor dos itens de menu */
#top-bar .nav-link:hover {
   color: #2FA673 !important;
}

.active {
   color: #2FA673 !important;
}

/* .navbar-nav .active, 
.navbar-nav a:hover { color:#49f0aa !important; }  */


/* tira a borda padrão do menu hamburguer do bootstrap (mobile) */
.navbar-light .navbar-toggler {
   border: none;
}

.navbar-toggler:focus {
   box-shadow: none;
}


/* divisores do header */
.short-line-green {
   width: 24px;
   height: 1px;
   background: #00D084;
   margin-bottom: 1rem;
}

.short-line-white {
   width: 24px;
   height: 1px;
   background: #ffffff;
   margin-bottom: 1rem;
}

/* @media (min-width: 998.98px) { .horizontal-divider { border-bottom: 1px solid #D7D7D7; }} */
.horizontal-divider {
   border-bottom: 1px solid #D7D7D7;
}


/* home - slider topo */
.banner-principal {
   margin-top: 70px;
   height: 90vh;
}

.banner-servicos {
   background-repeat: no-repeat;
   height: 70vh;
   margin-top: 70px;
   background-size: cover;
   background-position: center;
}

.banner-frota {
   /*background-image: url(../images/frota/banner.jpg); */
   background-repeat: no-repeat;
   height: 70vh;
   margin-top: 70px;
   background-size: cover;
   background-position: center;
}

.banner-ferryboat {
   background-image: url(../images/ferryboat/banner.jpg);
   background-repeat: no-repeat;
   height: 70vh;
   margin-top: 70px;
   background-size: cover;
   background-position: center;
}

.texto-banner-home {
   position: absolute;
   bottom: 0;
   /*left: 0; margin-left: 10%; margin-right: 10%; */
   z-index: 2;
}

.swiper-container {
   margin-left: auto;
   margin-right: auto;
   position: relative;
   overflow: hidden;
}

.swiper-container-home-header .swiper-wrapper .swiper-slide {
   height: 100% !important;
   background-repeat: no-repeat;
   background-size: cover;
   background-position: center;
}

.banner-frota h2,
.banner-frota p,
.banner-principal h2,
.banner-principal p,
.banner-servicos h2,
.banner-servicos p {
   color: #fff;
   z-index: 2;
   font-weight: 300;
}

.arranjo-banner {
   background-image: url(../svg/arranjo-banner.svg);
   background-repeat: no-repeat;
   background-size: cover;
   background-position: center;
   position: absolute;
   opacity: 0.4;
   z-index: 2;
   height: 100% !important;
}

.arranjo-section {
   position: absolute;
   bottom: 0%;
   opacity: 0.5;
   width: 100%;
}

#accordion-servicos .lista-servicos li {
   list-style: none;
   stroke: #868E96;
}

.tabs-servicos .nav-link {
   text-decoration: none;
   height: 3rem;
   font-style: normal;
   font-weight: 500;
   font-size: 1.4rem;
   line-height: 120%;
   opacity: 0.4;
   background-color: #fff;
   box-shadow: none;
   position: relative;
   color: #000 !important;
   text-align: left;
}

.tabs-servicos .nav-link:after {
   flex-shrink: 0;
   width: 1.25rem;
   height: 1.25rem;
   margin-left: auto;
   content: "";
   background-image: url(./../svg/arrow-right.svg);
   background-repeat: no-repeat;
   background-size: 1.25rem;
   transition: transform .2s ease-in-out;
   position: absolute;
   right: 0;
}

.tabs-servicos .nav-link:hover {
   text-decoration: underline;
}

.tabs-servicos .nav-link.active {
   text-decoration: underline;
   opacity: 1 !important;
   background: #fff;
}

.tabs-servicos .nav-link.active::after path {
   stroke: #000;
}

#contato .accordion-header .accordion-button {
   font-weight: 600;
   font-size: 1;
}

#contato .accordion-header .accordion-button:after {
   content: "";
   background-image: url(./../svg/arrow-right.svg);
   background-repeat: no-repeat;
   transition: transform .2s ease-in-out;
   transform: rotate(90deg);
}

#contato .accordion-header .accordion-button:not(.collapsed)::after {
   transform: rotate(270deg);
}

/* #contato .accordion-header .accordion-button:after > path { stroke: #092475; } */
/* #contato .accordion-header .accordion-button:not(.collapsed)::after path { stroke: #fff; } */

.lista-servicos a:hover {
   text-decoration: underline;
}

#servicos .accordion-header .accordion-button {
   text-decoration: none;
   font-style: normal;
   font-weight: 500;
   font-size: 1.5rem;
   line-height: 120%;
   color: #000000;
   opacity: 0.4;
   background-color: #fff;
   box-shadow: none;
}

#servicos .accordion-button::after path {
   stroke: #000;
}

#servicos .accordion-button:not(.collapsed) {
   opacity: 1;
}

#servicos .nav-link:active {
   opacity: 1;
   text-decoration: underline;
}

#servicos .accordion-item {
   border: none;
}

#servicos .accordion-body {
   padding: 1rem 0.5rem;
   /*background-color: #00439C; */
}

#secao-tripulacao {
   display: flex;
}

#secao-tripulacao .side-left {
   background-repeat: no-repeat;
   background-size: cover;
   background-position: center;
   min-height: 500px;
}

#secao-tripulacao .side-right {
   background-color: #092475;
}

#secao-tripulacao .detalhe-servico h4 {
   font-style: normal;
   font-weight: 300;
   font-size: 2.1rem;
   line-height: 120%;
   color: #fff;
}

#secao-tripulacao .detalhe-servico ul li,
#secao-tripulacao .detalhe-servico p {
   font-style: normal;
   font-weight: 300;
   font-size: 1rem;
   line-height: 140%;
   color: #fff;
   list-style: disc;
   padding-bottom: 1rem;
   opacity: 0.7;
}

#secao-apresentacao {
   margin-bottom: 6rem;
   margin-top: 6rem;
}

.lista-servicos .item-active svg {
   stroke: #000;
}

.lista-servicos .detalhe-servico {
   text-decoration: none;
}

.detalhe-servico h4 {
   font-style: normal;
   font-weight: 300;
   font-size: 2.1rem;
   line-height: 120%;
   color: #000000;
}

.detalhe-servico ul li {
   font-style: normal;
   font-weight: 400;
   font-size: 1rem;
   line-height: 140%;
   color: #7A7C83;
   list-style: disc;
   padding-bottom: 1rem;
}

[data-overlay] {
   position: relative;
}

[data-overlay]::before {
   position: absolute;
   content: '';
   top: 0;
   left: 0;
   right: 0;
   bottom: 0;
   background: linear-gradient(270deg, #00439C 20%, rgba(0, 67, 156, 0.553036) 45.47%, rgba(0, 67, 156, 0) 92%);
   filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
   transform: matrix(-1, 0, 0, 1, 0, 0);
   border-radius: inherit;
   z-index: 2;
   height: 100%;
}

[data-overlay="8"]::before {
   opacity: 0.8;
}

[data-overlay="6"]::before {
   opacity: 0.6;
}

#nossa-frota {
   height: 600px;
   position: relative;
}

#nossa-frota .container-2 {
   position: absolute;
   top: 0;
   width: 100%;
   height: 100%;
}

#ferry-boat h3 {
   font-size: 1.3rem;
   font-family: 'Helvetica Now Display';
   font-weight: 300;
   letter-spacing: 0.2em;
   text-transform: uppercase;
   text-align: center;
   color: #fff;
}

#ferry-boat button {
   z-index: 2;
}

.img-ferry {
   transform: scale(1.2);
}

/* titulo da embarcacao na pagina frota, no slide */
.info-slide-frota {
   opacity: 0;
   transition: opacity 0.2s ease-in-out;
   position: absolute;
}

.info-slide-frota h4 {
   text-transform: uppercase;
   font-family: 'Helvetica Now Display';
   color: #fff;
   font-size: 1.8rem;
   font-weight: 300;
   position: absolute;
   bottom: 8%;
   left: 6%;
}

.info-slide-frota h6 {
   text-transform: uppercase;
   font-family: 'Helvetica Now Display';
   color: #fff;
   font-size: 1rem;
   font-weight: 300;
   position: absolute;
   bottom: 8%;
   left: 6%;
}

.info-slide-frota:hover {
   opacity: 1;
}

#page-ferryboat .section-description {
   font-size: 0.95rem;
   font-weight: 300;
   color: #666;
   line-height: 140%;
}

#page-ferryboat .section-title {
   font-size: 2.5rem;
   line-height: 110%;
}

#page-ferryboat .img-right {
   max-height: 800px;
}

#horarios-saida .section-name,
#tabela-precos .section-name,
#page-ferryboat .section-name {
   font-size: 1.5rem;
   color: #00439C;
   font-weight: 700;
   text-transform: none;
}

#horarios-saida .card-body {
   border-top: 1px solid #CED4DA;
   padding-top: 1.8rem;
}

#horarios-saida .card-horarios {
   padding: 1.6rem;
   border: 1px solid #CED4DA;
   background: #FFFFFF;
   border-radius: 5px;
}

#horarios-saida .card-horarios h4 {
   font-size: 1.2rem;
   color: #000;
   font-weight: 700;
}

#horarios-saida .card-horarios .horario {
   background: #EBFBEE;
   font-size: 1rem;
   color: #000;
   font-weight: 400;
   padding: 0.5rem;
   line-height: 140%;
   text-align: center;
   max-width: 102px;
   height: 41px;
}

#horarios-saida .section-description {
   color: #495057;
   line-height: 140%;
   font-size: 0.95rem;
}

/* tabelas de preços */
.table thead {
   background: #00439C;
   color: #fff;
}

.table thead tr th {
   padding: 1.5rem;
}

.table tbody tr td {
   padding: 1rem;
   box-sizing: border-box;
}

.table tbody {
   border: 1px solid #CED4DA;
}

.table tbody tr td .valor {
   background: #EBFBEE;
   color: #212529;
   line-height: 140%;
   font-size: 0.9rem;
   font-weight: 700;
   padding: 8px 16px;
   /*min-width: 122px;*/
   display: flex;
   justify-content: center;
}

.card-info-precos {
   background-color: #F8F9FA;
   padding: 1.5rem;
   border-radius: 4px;
}

.card-info-precos h5 {
   color: #00439C;
   text-transform: uppercase;
   font-size: 0.9rem;
   font-weight: 600;
   border-bottom: 1px solid #E9ECEF;
   padding-bottom: 1rem;
}

.card-info-precos p {
   color: #495057;
   font-size: 0.9rem;
   font-weight: 400;
   line-height: 140%;
}

.card-info-precos p span {
   color: #00439C;
   font-size: 1rem;
   font-weight: 500;
}

.carregado {
   color: #00439C;
   font-size: 0.9rem;
   font-weight: 500;
}

.pontos-fisicos {
   background: #CCFFF7;
   border-radius: 4px;
}

.compre-online {
   background: #00DEBD;
   ;
   border-radius: 4px;
}

.compre-online,
.pontos-fisicos {
   color: #00439C;
}

.img-pontos-fisicos {
   position: absolute;
   left: -13%;
   bottom: 0;
}

.img-compre-online {
   position: absolute;
   right: -10%;
   bottom: 0;
}

/* secao vantagem competitiva */
#vantagem-competitiva {
   margin-top: 70px;
}

#vantagem-competitiva {
   z-index: 2;
}

#proposta-de-valor {
   z-index: 1;
}


.slider-frota .swiper-wrapper img {
   width: 100%;
}

.page-frota .titulo-slider h3 {
   font-size: 2.5rem;
   color: #000;
   text-transform: uppercase;
   font-weight: 300;
}

.page-frota .badge-slider {
   font-size: 0.78rem;
   letter-spacing: 0.1em;
   color: #222222;
   text-transform: uppercase;
   font-weight: 300;
   background: #F6F6F6;
   padding: 0.5rem;
}

/* secao servicos home */
/* .cards-servicos { width: 840px; height: 380px; display: flex; flex-wrap: nowrap; overflow-x: auto; white-space: nowrap; align-items: center; scroll-behavior: smooth; transition: all .2s ease-in-out; } */
.swiperHomeServicos {
   overflow: hidden;
}

.card-servico {
   border: 1px solid #052b3a;
   width: 280px;
   height: 280px;
   flex: 0 0 auto;
   display: flex;
   align-items: center;
   justify-content: center;
}

.box {
   width: 280px !important;
   height: 280px !important;
   display: flex;
   flex-direction: column;
   align-items: start;
   justify-content: space-evenly;
   padding-left: 1.2rem;
   background: #fff;
   border: 1px solid #DEE2E6;
   border-left: none;
}

.box:first-child {
   border-left: 1px solid #DEE2E6;
}

.box>a {
   display: none;
}

.box small {
   color: #868E96;
}

.box p {
   font-family: 'Helvetica Now Display';
   font-weight: 500;
   font-size: 1rem;
   line-height: 120%;
   color: #000;
}

.box.is-selected {
   height: 344px !important;
   background: #00439C;
   text-decoration: none;
   transition: background 20ms ease;
   transition-delay: 200ms;
   align-self: center;
}

.box.is-selected a,
.box.is-selected small,
.box.is-selected p {
   background: transparent;
   color: #fff !important;
   transition-delay: 200ms;
}

.box.is-selected a {
   display: block;
}

.box.is-selected small {
   opacity: 0.5;
}

/* .cards-servicos::-webkit-scrollbar { color: transparent ; } */

.box:hover {
   animation: maximize 0.2s both;
   text-decoration: none;
}

.box:hover a {
   display: block;
   text-decoration: underline;
}

.box:hover,
.box:hover a,
.box:hover small,
.box:hover p {
   color: #fff !important;
}

.box:hover {
   transition: height 80ms ease-in-out, color .15s ease-in-out, background-color .1s ease-in;
   background: #00439C;
   height: 344px !important
}


/* sections */
.background-white {
   background: #FFFFFF;
}

.background-light {
   background: #F8F9FA;
}

.background-blue {
   background: #00439C;
}

.background-blue-mid {
   background: #3E51EF;
}

.section-name {
   font-size: 0.8rem;
   font-weight: 400;
   color: #00439C;
   text-transform: uppercase;
}

.section-title {
   font-family: 'Helvetica Now Display';
   font-size: 2.9rem;
   font-weight: 400;
   color: #000;
   margin-top: 1rem;
   padding-bottom: 1rem;
   text-transform: uppercase;
   z-index: 3;
}

.section-description-light {
   font-family: 'Helvetica Now Text';
   font-size: 0.9rem;
   font-weight: 300;
   color: #FFFFFF;
   margin-bottom: 1rem;
   opacity: 0.7;
}

.section-description {
   font-family: 'Helvetica Now Text';
   font-size: 1rem;
   font-weight: 300;
   color: #7A7C83;
   margin-bottom: 3rem;
}

/* botões */
.section-button-outline {
   height: 60px;
   border: 1px solid #00439C;
   color: #00439C;
   border-radius: 0;
   font-size: 0.9rem;
   letter-spacing: 0.2em;
   text-transform: uppercase;
   display: flex;
   align-items: center;
   justify-content: center;
}

.section-button-outline:hover {
   background-color: #00439C;
   color: #fff;
}

.section-button-white {
   height: 60px;
   background-color: #fff;
   color: #092475;
   border-radius: 0;
   font-size: 0.9rem;
   letter-spacing: 0.2em;
   text-transform: uppercase;
   display: flex;
   align-items: center;
   justify-content: center;
}

.section-button-white:hover {
   background-color: #00DEBD;
   color: #092475;
}

.section-button-green {
   height: 60px;
   border: 1px solid #00439C;
   border-radius: 0;
   background-color: #00D084;
   ;
   color: #092475;
   text-transform: uppercase;
   display: flex;
   align-items: center;
   justify-content: center;
   font-size: 0.9rem;
   font-weight: 400;
   letter-spacing: 0.2em;
}

.section-button-blue {
   height: 60px;
   border: 1px solid #00439C;
   border-radius: 2px;
   background-color: #00439C;
   color: #FFF;
   text-transform: uppercase;
   font-weight: 300;
   display: flex;
   align-items: center;
   justify-content: center;
}

.section-button-blue:hover {
   background-color: #fff;
   color: #00439C;
}

.section-button-outline-form {
   height: 60px;
   border: 1px solid #00D084;
   color: #000;
   border-radius: 0;
   font-size: 0.9rem;
   letter-spacing: 0.2em;
   text-transform: uppercase;
   display: flex;
   align-items: center;
   justify-content: center;
   transition: border-width 0.2s ease-in-out;
}

.section-button-outline-form:hover {
   border-width: 2px;
}

/* seção clientes */
#clientes figure {
   border: 1px solid #F1F3F5;
}

#numeros h2 {
   color: #29353D;
   font-size: 5rem;
   letter-spacing: 0.01em;
   line-height: 120%;
   font-weight: 400;
}

#numeros p {
   color: #ADB5BD;
   line-height: 120%;
   font-size: 1rem;
}

/* section estados da pagina contato */
#contato .accordion {
   border: 1px solid #D7D7D7;
}

#contato .accordion-item,
#contato .accordion-header {
   border-bottom-color: #D7D7D7;
   color: #fff;
}

#contato .accordion-body {
   background-color: #00439C;
}

#contato .accordion-body h5 {
   font-size: 0.8rem;
}

#contato .accordion-button:not(.collapsed) {
   color: #fff;
   background-color: #00439C;
   box-shadow: none;
}

#contato .accordion-button:not(.collapsed) {
   color: #fff;
   background-color: #00439C;
   box-shadow: none;
}

#contato p {
   font-size: 0.7rem;
   line-height: 140%;
   opacity: 0.7;
   font-weight: 400;
}

#contato .accordion-button {
   color: #00439C;
   padding: 0 1.25rem;
}

/* modal pontos fisicos */
#modalPontosFisicos .modal-header {
   border: none;
}

#modalPontosFisicos .modal-header .close {
   position: absolute;
   right: 2%;
   top: 3%;
   border: none;
   background: none;
   padding: 8px;
}

#modalPontosFisicos .modal-body {
   padding: 1rem 4rem;
}

#modalPontosFisicos .accordion {
   border: 1px solid #D7D7D7;
}

#modalPontosFisicos .accordion-item {
   border-bottom-color: #D7D7D7;
   color: #fff;
}

#modalPontosFisicos .accordion-item .accordion-header {
   font-weight: 500;
}

#modalPontosFisicos .accordion-body {
   background-color: #00439C;
}

#modalPontosFisicos .accordion-body h5 {
   font-size: 0.8rem;
}

#modalPontosFisicos .accordion-button:not(.collapsed) {
   color: #fff;
   background-color: #00439C;
   box-shadow: none;
}

#modalPontosFisicos .accordion-button:not(.collapsed) {
   color: #fff;
   background-color: #00439C;
   box-shadow: none;
}

#modalPontosFisicos .accordion p {
   font-size: 0.9rem;
   line-height: 140%;
   font-weight: 400;
}

#modalPontosFisicos .accordion-button {
   color: #00439C;
   padding: 0 1.25rem;
   font-weight: 500;
   font-size: 1rem;
}

#modalPontosFisicos .accordion-header .accordion-button:after {
   content: "";
   background-image: url(./../svg/arrow-right.svg);
   background-repeat: no-repeat;
   transition: transform .2s ease-in-out;
   transform: rotate(90deg);
}

#modalPontosFisicos .accordion-header .accordion-button:not(.collapsed):after {
   transform: rotate(270deg);
}

#modalPontosFisicos .accordion-header .accordion-button:not(.collapsed):after path {
   stroke: #fff;
}

#modalPontosFisicos .accordion-header .accordion-button::after>path {
   stroke: #092475;
}

#modalPontosFisicos .card-info-pagamento {
   background: #F6F6F6;
   padding: 1rem;
}

#modalPontosFisicos .card-info-pagamento h2 {
   font-size: 1rem;
   font-weight: 500;
}

#modalPontosFisicos .card-info-pagamento p {
   font-size: 1rem;
   color: #00439C;
}


#im-ltda h5 {
   font-size: 3rem;
   font-weight: 300;
}

#im-ltda .section-button-outline {
   height: 60px;
   border: 1px solid #ADB5BD;
   color: #000;
   border-radius: 0;
   font-size: 0.9rem;
   letter-spacing: 0.2em;
   text-transform: uppercase;
   display: flex;
   align-items: center;
   justify-content: center;
   font-weight: 400;
}

#im-ltda .section-button-outline:hover {
   background-color: #00439C;
   color: #fff;
}

#im-ltda .form-control {
   height: 60px;
   position: relative;
   border: none;
}

#im-ltda .form-control:not(.rounded-0) {
   height: 150px;
}

#im-ltda .form-control::placeholder {
   color: #000;
   text-transform: uppercase;
   letter-spacing: 0.2;
   font-size: 0.8rem;
}

#im-ltda .form-group {
   position: relative;
   display: flex;
   align-items: center;
   justify-content: start;
   border: 1px solid #D7D7D7;
   padding-left: 1rem;
   padding-top: 0;
   background-color: #fff;
}

#im-ltda .input-select,
#im-ltda .input-file label {
   font-size: 0.8rem;
}

/* form lgpd */
#page-form-lgpd {
   margin-top: 70px;
}

#page-form-lgpd h5 {
   font-size: 2rem;
   font-weight: 400;
   text-transform: uppercase;
}

#page-form-lgpd .section-button-outline {
   height: 60px;
   border: 1px solid #ADB5BD;
   color: #000;
   border-radius: 0;
   font-size: 0.9rem;
   letter-spacing: 0.2em;
   text-transform: uppercase;
   display: flex;
   align-items: center;
   justify-content: center;
   font-weight: 400;
}

#page-form-lgpd .section-button-outline:hover {
   background-color: #00439C;
   color: #fff;
}

#page-form-lgpd .form-control {
   height: 60px;
   position: relative;
   border: none;
}

#page-form-lgpd .form-group textarea {
   height: 150px;
}

#page-form-lgpd .form-control::placeholder {
   color: #000;
   text-transform: uppercase;
   letter-spacing: 0.2;
   font-size: 0.8rem;
}

#page-form-lgpd .form-control option {
   color: #000;
   text-transform: uppercase;
   letter-spacing: 0.2;
   font-size: 0.8rem;
}

#page-form-lgpd .form-group {
   position: relative;
   display: flex;
   align-items: center;
   justify-content: start;
   border: 1px solid #D7D7D7;
   padding-left: 1rem;
   padding-top: 0;
   background-color: #fff;
}

#page-form-lgpd .input-select,
#page-form-lgpd .input-file label {
   font-size: 0.8rem;
}

#page-form-lgpd .checkbox label {
   margin-left: 12px;
   color: #000;
   text-transform: uppercase;
   font-weight: 300;
   font-size: 0.85rem;
}

/* frota interno */
#frota-interno {
   margin-top: 70px;
}

#frota-interno .section-title {
   font-size: 2.3rem;
   font-weight: 400;
}

#frota-interno .badge-slider {
   font-size: 0.78rem;
   letter-spacing: 0.1em;
   color: #222222;
   text-transform: uppercase;
   font-weight: 400;
   background: #F6F6F6;
   padding: 0.5rem;
}

#frota-interno .section-description {
   font-size: 0.95rem;
   font-weight: 400;
}

#frota-interno .table tbody {
   border: none;
}

#frota-interno .table tbody tr td .valor {
   background: #fff;
   color: #212529;
   line-height: 120%;
   font-size: 0.9rem;
   font-weight: 400;
}

#frota-interno .table tbody tr td {
   padding: 0.5rem;
}

#frota-outros {
   height: 450px;
}

.swiper-button-prev-vertical-center {
   position: absolute;
   top: 50%;
   left: 1%;
   z-index: 6;
}

.swiper-button-next-vertical-center {
   position: absolute;
   top: 50%;
   right: 1%;
   z-index: 1;
}

.setas-slides {
   height: 70px;
   display: flex;
   align-items: center;
   bottom: 4%;
   right: 0%;
   z-index: 3;
}

.swiper-pagination-home-header {
   height: 2px !important;
   z-index: 3;
   max-width: 264px;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
   background: #FFFFFF !important;
}

.swiper-pagination-progressbar {
   background: rgba(255, 255, 255, 0.25) !important;
}

.swiper-pagination-progressbar {
   position: relative;
}

.swiper-pagination-progressbar::before {
   position: absolute;
   content: attr(data-before);
   left: -11%;
   color: #fff;
   font-size: 0.9rem;
   font-weight: 400;
}

.swiper-pagination-progressbar::after {
   position: absolute;
   content: attr(data-after);
   right: -11%;
   color: #fff;
   font-size: 0.9rem;
   font-weight: 400;
}


.container-thumb {
   position: absolute;
   bottom: 1%;
   left: 1%;
   display: flex;
   height: 80px;
   width: 98%;
   z-index: 15;
}

.container-thumb .thumb-frota {
   height: 80px;
   width: 96px;
   background-size: cover;
   background-repeat: no-repeat;
   background-position: center;
   margin-right: 4px;
}

/* footer */
.footer {
   background: #092475;
}

.label {
   font-family: 'Helvetica Now Display';
   font-style: normal;
   font-weight: normal;
   font-size: 0.9rem;
   line-height: 140%;
   color: #ADB5BD;
}

.input {
   color: #fff;
   background: #00439C;
   height: 60px;
   border: none;
   padding-left: 1rem;
}

.footer .input-email {
   position: relative
}

;

.input-icon {
   position: absolute !important;
   right: 2%;
   top: 30%;
}

.input::placeholder {
   font-family: 'Helvetica Now Display';
   color: #fff;
   letter-spacing: 0.2em;
   font-size: 0.8rem;
}

.footer p,
.footer a {
   color: #ADB5BD;
   text-decoration: none;
   font-size: 0.9rem;
}

.footer a:hover {
   color: #fcfeff;
   text-decoration: none;
   font-size: 0.9rem;
}

.footer .copyright {
   border-top: 1px solid #00439C;
}

.footer h5 {
   font-family: 'Helvetica Now Display';
   font-style: normal;
   font-weight: bold;
   font-size: 0.9rem;
   line-height: 120%;
   color: #FFFFFF;
}

.btn-close-menu-mobile {
   display: none;
   padding: 1rem;
}

/* css google maps */
#contato {
   position: relative;
}

.div-map {
   min-height: 700px;
   display: flex;
   justify-content: space-between;
}

.container-map {
   display: flex;
   flex-wrap: nowrap;
   align-items: center;
}

#map {
   height: calc(100% - 70px);
   /*width: 100%;*/
   position: absolute;
   top: 70px;
   right: 12px;
}

/* deixou de usar o mapa svg por isso comentei */
/* .container-map .completo { width: 100%; height: 680px; display: flex; justify-content: center; align-items: center; } */
/* .mapa { fill: #fff; fill-opacity: 1; stroke: #CCCCCC; stroke-opacity: 1; stroke-width: 1.2px; transition: all .3s ease-in-out; flex: 0 0 auto; display: flex; align-items: center; justify-content: center;} */
/* .svg-marcador { position: absolute; padding: 0; margin: 0; width: 28px; height: 28px; display: none; transition: all .3s ease-in-out; } */


/* pagina blog */
#page-noticias {
   margin-top: 70px;
}

#page-noticias h2 {
   font-size: 2rem;
   font-weight: 400;
}

.listagem-posts {
   background-color: #fff;
}

.listagem-posts .card {
   max-width: 360px;
}

.listagem-posts .card-body {
   background-color: #F8F9FA;
   text-decoration: none;
}

.listagem-posts .card-body a {
   text-decoration: none;
   color: #000;
}

.listagem-posts .card-body a:hover {
   text-decoration: underline;
}

/* .listagem-posts .post-thumbnail { background-color: #F8F9FA; max-width: 360px;} */
/* .listagem-posts .post-thumbnail h2 { font-size: 1.5rem; font-weight: 700; }  */

/* fim pagina blog */
#single-post {
   margin-top: 70px;
}

#single-post .post h2 {
   font-size: 3rem;
   font-weight: 400;
}

#single-post .post .data-post {
   font-size: 0.9rem;
   color: #7A7C83;
}

#single-post .post aside {
   font-size: 1rem;
   color: #222222;
}

#single-post .post .section-button-outline {
   color: #000;
   border: 1px solid #ddd;
   font-weight: 300;
}

#single-post .post .section-button-outline:hover {
   background-color: #fff;
   font-weight: 400;
}

/* trata a cor da seta dos slides left e right para fundos coloridos */
.swiper-button:not(.swiper-button-disabled) path,
.swiper-button:not(.swiper-button-disabled) rect {
   stroke: #fff;
}

/* trata a cor da seta dos slides left e right para fundos claros */
.background-light .swiper-button:not(.swiper-button-disabled) path,
.background-light .swiper-button:not(.swiper-button-disabled) rect,
.background-white .swiper-button:not(.swiper-button-disabled) path,
.background-white .swiper-button:not(.swiper-button-disabled) rect {
   stroke: #092475;
}

.btn-whatsapp {
   position: fixed;
   height: 70px;
   width: 70px;
   bottom: 2%;
   right: 2%;
   z-index: 2;
}

/* estilização do input de anexo no formulário de contato */
input[type='file'] {
   color: transparent;
   font-size: 0px;
   width: 100%;
   background-color: transparent;
   height: 100%;
   position: relative;
}

input[type=file]::-webkit-file-upload-button,
input[type=file]::-webkit-file-upload-button:hover {
   border: 0px solid transparent;
   background: transparent !important;
   position: absolute;
   left: 0;
   width: 100%;
   height: 100%;
   z-index: 8;
}

.inputs-trabalhe-conosco {
   display: none;
   height: 0;
   transition: height 0.3s ease-in-out;
}

#missao-visao-valores .section-description {
   font-size: 0.9rem;
   color: #000;
}

.info-filial-map {
   display: flex;
   flex-direction: column;
   width: 300px;
}

.info-filial-map h6 {
   font-size: 0.8rem;
}

.info-filial-map p {
   font-size: 0.8rem;
}

.politica-privacidade {
   margin-top: 70px;
}

.politica-privacidade h2 {
   font-size: 1.2rem;
   font-weight: 600;
}

.politica-privacidade h3,
.politica-privacidade h4,
.politica-privacidade h5 {
   font-size: 0.9rem;
}

.politica-privacidade tr th {
   padding: 1rem;
}

.politica-privacidade tr td {
   padding: 1rem;
}

.wp-block-table.is-style-stripes thead tr:nth-child(1) {
   background: #00439C;
   color: #fff;
}

.wp-block-table.is-style-stripes tbody tr {
   background: #fff !important;
}

/* menu responsivo */
@media (max-width: 991.99px) {
   .itens-menu {
      display: flex;
      align-items: center;
      text-align: center;
      text-transform: uppercase;
   }

   .section-title {
      font-size: 2.3rem;
   }

   .menu-item {
      padding: 0.5rem;
   }

   .language {
      position: relative;
      display: none;
      max-width: 100%;
   }

   .banner-servicos,
   .banner-principal {
      margin-top: 67px;
   }

   #page-ferryboat .section-title {
      font-size: 1.5rem;
   }

   #horarios-saida .card-horarios .horario {
      max-width: 125px;
      height: 41px;
   }

   .detalhe-servico h4 {
      font-size: 1.5rem;
      line-height: 100%;
   }

   .detalhe-servico ul li {
      font-size: 0.9rem;
      padding-bottom: 1rem;
   }

   .lista-servicos li a {
      text-decoration: none;
      font-style: normal;
      font-size: 1rem;
      line-height: 100%;
   }

   #im-ltda .form-group {
      margin-top: 1rem;
   }

   #im-ltda h5 {
      font-size: 1.5rem;
      text-align: center;
      padding-bottom: 1rem;
   }

   /* .container-map { max-height: 690px; width: 100%; } */
   .div-map {
      justify-content: center;
   }

   #page-noticias h2 {
      font-size: 1.4rem;
      font-weight: 400;
   }

   #single-post .post h2 {
      font-size: 1.5rem;
      font-weight: 400;
   }

   .swiper-container-frota img {
      width: 100%;
   }
}

@media (max-width: 375px) {
   .banner-principal h2 {
      font-size: 2.2rem;
   }

   .banner-servicos h2 {
      font-size: 2.2rem;
   }
}

@media (min-width: 768px) {
   #nossa-frota {
      height: 800px;
   }
}

/* telas grandes lg */
@media (min-width: 992px) {
   .retangle-right {
      width: 65%;
      height: 500px;
      position: absolute;
      top: 0%;
      left: 50%;
      background: #E6FCF5;
   }

   .retangle-left {
      width: 60%;
      height: 500px;
      position: absolute;
      top: 0;
      right: 57%;
      background: #E6FCF5;
      padding: 8px;
   }

   #servicos .accordion-collapse {
      left: 50%;
      position: absolute;
      top: 0px;
   }

   /* #im-ltda form { position: absolute; right: 0; width: 120%; } alteracao form 18.04.22 */
   .social-media {
      display: flex;
   }

   .slider-frota {
      height: 420px;
   }
}

@media (min-width: 998.98px) {
   .vertical-divider {
      border-right: 1px solid #D7D7D7;
      height: 70px;
   }

   #servicos .accordion-button::after {
      transform: rotate(270deg);
   }

   #servicos .accordion-button:not(.collapsed) {
      text-decoration: underline;
   }

   #servicos .accordion-button:not(.collapsed)::after {
      transform: rotate(270deg);
   }
}

@media (min-width:1200px) {
   .language {
      max-width: 64px;
   }
}

/* telas extra grandes xxl */
@media (min-width:1400px) {
   .slider-frota {
      height: 100%;
   }

   .swiper-container-frota img {
      height: 100%;
      width: 100%;
   }

   #im-ltda .img-lateral {
      height: 610px;
   }

   #nossa-frota {
      height: 900px;
   }

   /* .language { max-width: 64px; } */
}

/* 
berakpoints bootstrap 5
--------------------------------------------------
Breakpoint	         Class infix	      Dimensions
--------------------------------------------------
X-Small	            None	            <576px
Small	               sm	               ≥576px
Medium	            md	               ≥768px
Large	               lg	               ≥992px
Extralarge           xl	               ≥1200px
Extra extra large	   xxl	            ≥1400px
--------------------------------------------------
*/