#topoVazio {
    background-color: #FFF;
    height: 100px;
}

#topoHeader.encolhe {
    height: 68px;
    opacity: 0.95;
}
#topoHeader.encolhe .container #port-logo {
    /*height: 44px;
    margin-top: -4px;*/
    margin-top: -12px;
}
#topoHeader.encolhe .container ul#mainMenu {
    margin-top: 25px;
    margin-bottom: 17px;
}


    #topoHeader {
        height: 100px;
        opacity: 1;
        z-index: 1008;
        border: 0;
        border-radius: 0;
        min-height: inherit;
        width: 100%;
        top: 0;
        left: 0;
        margin: 0;
        /*position: relative;*/
        position: fixed;
        background: #FFF;
        -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
        box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
        transition: all 200ms;
    }
    img#port-logo {
        margin-top: 2px;
        transition: all 300ms;
    }
    ul#mainMenu {
        float: right;
        margin: 0;
        font-size: 0;
        position: static !important;
        padding-left: 0;
        list-style: none;
        margin-top: 38px;
        margin-bottom: 36px;
        transition: all 300ms;
    }
    ul#mainMenu > li {
        margin: 0 0 0 36px;

        display: inline-block;

    }
    ul#mainMenu > li > a {
        padding-left: 0;
        padding-right: 0;
        padding-top: 35px;
        padding-bottom: 35px;
        -webkit-transition: all 150ms ease-in-out;
        -o-transition: all 150ms ease-in-out;
        transition: all 150ms ease-in-out;
        color: #404040;
        font-size: 14px;
        font-weight: 500;
        line-height: 1;
        position: relative;

    }
    ul#mainMenu > li > a.lingua {
        margin-top: 33px;
        margin-bottom: 33px;
        background: none;
        padding: 2px 2px;
        transition: border 500ms;
        border-bottom: 2px solid rgba(255, 255, 255, 0);
        font-weight: 400;
        font-size: 11px;
        cursor: pointer;
    }
    ul#mainMenu > li.linguaLi {
        margin-left: 10px;
    }
    ul#mainMenu > li.botao {
        margin-right: 18px;
    }
    ul#mainMenu > li > a.menuBotaoCompra {
        margin-top: 27px;
        margin-bottom: 27px;
        background: none;
        padding: 5px 10px;
        border-radius: 4px;
        transition: background-color 500ms;
        border: 2px solid #404040c4;
        border: 2px solid rgba(64, 64, 64, 0.769);
    }
    ul#mainMenu > li > a.menuBotaoCompra:hover {
        background-color: #e1f7ff;
        color: #404040;
        cursor: pointer;
    }
    ul#mainMenu > li > a.lingua.linguaActiva {
        /* border-color: #404040c4; */
        border-color: #3a90b1;
    }

    /* The sticky class is added to the navbar with JS when it reaches its scroll position */
    #topoHeader.sticky {
        position: fixed;
        top: 0;
        width: 100%;
        z-index: 5555;
    }






.big-container {
    width: 1350px;
    padding-right: 0;
    padding-left: 0;
    margin-right: auto;
    margin-left: auto;
}


.navbar .navbar-collapse {
    display: none;
}

nav.navbar {
    height: 100px;
}
.navbar .container {
    margin-top: 6px;
}
nav.navbar.fixed {
    height: 84px;
    height: 68px;
}
nav.navbar.fixed.banner--stick {
    background: rgba(255, 255, 255, 0.96);
}
.navbar.fixed .container {
    margin-top: 8px;
    margin-top: 2px;
}

.navbar.fixed .container #port-logo {
    height: 44px;
}

img#port-logo {
    filter: drop-shadow(2px 2px 2px #E7E7E7);
}
nav.navbar.fixed img#port-logo {
    filter: drop-shadow(2px 2px 2px #E7E7E7);
    margin-top: -4px;
}


.navbar .navbar-nav > li {
    margin: 0 0 0 36px;
}

.navbar-nav li a.lingua {
    font-weight: 400;
    font-size: 11px;
    margin-top: 2px;
}
.navbar-nav li.linguaLi {
    margin-left: 10px;
}
.navbar-nav li.botao {
    margin-right: 18px;
}
.navbar-nav > li > a.menuBotaoCompra {
    margin-top: 27px;
    margin-bottom: 27px;
    background: none;
    padding: 6px 10px;
    border-radius: 4px;
    transition: background-color 500ms;
    border: 2px solid #404040c4;
    border: 2px solid rgba(64, 64, 64, 0.769);
}
.navbar-nav > li > a.menuBotaoCompra:hover {
    background-color: #e1f7ff;
    color: #404040;
    cursor: pointer;
}
.navbar.fixed .navbar-nav > li > a.menuBotaoCompra {
    margin-top: 17px;
    margin-bottom: 17px;
    background: none;
    border: 2px solid #404040c4;
    border: 2px solid rgba(64, 64, 64, 0.769);
    padding: 6px 10px;
}
.navbar.fixed .navbar-nav > li > a.menuBotaoCompra:hover {
    background-color: #e1f7ff;
    color: #404040;
    cursor: pointer;
}

.navbar-nav > li > a.lingua {
    margin-top: 33px;
    margin-bottom: 33px;
    background: none;
    padding: 2px 2px;
    transition: border 500ms;
    border-bottom: 2px solid rgba(255, 255, 255, 0);
}
.navbar.fixed .navbar-nav > li > a.lingua {
    margin-top: 23px;
    margin-bottom: 23px;
    background: none;
    padding: 2px 2px;
    transition: border 500ms;
    border-bottom: 2px solid rgba(255, 255, 255, 0);
}


.navbar-nav > li > a.lingua.linguaActiva,
.navbar.fixed .navbar-nav > li > a.lingua.linguaActiva {
    /* border-color: #404040c4; */
    border-color: #3a90b1;
}


ul.sm-collapsible li.naoMobile {
    display: none;
}



section#home {
    background-color: #3a90b1;
    /*height: 700px;*/
}
#home #slide-area {
    padding-top: 48px;
    padding-bottom: 48px;
    margin-left: auto;
    margin-right: auto;;
    width: 100%;
    max-width: 1320px;
}
#home #slide-area #slide1 {
    width: 100%;
}
#home #slide-area #slide1Mobile {
    width: 100%;
    display: none;
}



section#apresentacao .area-quadrados-precos-1 {
    margin-top: 40px;
}

section#apresentacao .panel.box {
    display: inline-block;
    max-width: 170px;
    min-width: 158px;
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 24px;
    padding-top: 18px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 26px;
}
section#apresentacao .panel.pricing .price {
    padding: 6px 0 0;
}
section#apresentacao .price-currency {
    color: #458dbb;
}

section#apresentacao .panel.pricing .panel-title {
    margin: 0;
    padding: 5px 0 20px 0;
    font-size: 20px;
    line-height: 8px;
    font-weight: 500;
    margin-bottom: 22px;
}
section#apresentacao .price-value {
    font-size: 34px;
    color: #458dbb;
}

section#apresentacao .price-duration-fr {
    font-size: 10px;
    display: block;
}

#botaoComprar2 {
    width: 126px;
}


section.tira-telefone .blue-wrapper {
    background-image: url(./imagens/fotos/tira-praia.jpg);
    background-size: cover;
    background-position: center;
    background-color: #4683aa55;
    background-color: rgba(69, 131, 170, 0.333);
    color: #FFF;
}
section.tira-telefone .telefone-area {
    float: left;
    margin-left: 60px;
}
section.tira-telefone .telefone-area i {
    font-size: 100px;
    color: #FFF;
    margin-right: 16px;
}
.telefone-textos-area .mini-title {
    font-size: 22px;
    margin-bottom: 4px;
}
.telefone-textos-area p.lead {
    letter-spacing: 1.5px;
    margin-bottom: 4px;
    font-size: 26px;
    font-weight: 500;
    color: #FFF !important;
}
.telefone-textos-area p.texto-secundario {
    color: #FFF !important;
}

section.tira-telefone .location-area {
    float: right;
    margin-right: 60px;
    margin-top: -12px;
}

section.tira-telefone .location-area i {
    font-size: 120px;
    color: #FFF;
    margin-left: 16px;
}

section.tira-telefone .location-textos-area {
    text-align: right;
}
.location-textos-area p.frase {
    font-size: 22px;
    margin-bottom: 8px;
    color: #FFF !important;
}

div.tiraLocalizeMedico a p,
div.tiraLocalizeMedico a i {
    transition: color 500ms;
}
div.tiraLocalizeMedico a:hover p,
div.tiraLocalizeMedico a:hover i {
    color:  #1a4a67 !important;
}






.white-wrapper {
    background-color: #fff;
    /* background-image: url(./imagens/fotos/medical-2.jpg);
    background-size: cover; */
}
section#vantagens .inner {
    padding-top: 80px;
    /*padding-bottom: 0;*/
    padding-bottom: 100px;
}

section#vantagens i {
    font-size: 28px;
    vertical-align: text-top;
    font-weight: 200;
}
section#vantagens .feature.feature-s {
    padding-left: 40px;;
}

.medical-image-1 {
    /* background-color: #FFF; */
    background-image: url(./imagens/fotos/medical-2.jpg);
    background-size: cover;
    border: solid 1px #f1f1f1;
}
/*
.vantagens-col-left {
    height: 100%;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
}
*/
#area-vazia-vantagens {
    min-height: 618px;
}
#area-vazia-vantagens.lingua-EN {
    min-height: 664px;
}
.vantagens-col-left .botoesPDF {
    display: block;
    width: 300px;
    margin-left: auto;
    margin-right: auto;
}
#area-botoes-pdf-layout-pequeno {
    margin-top: 60px;
}
#area-botoes-pdf-layout-pequeno .botoesPDF {
    display: block;
    width: 300px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
}
#area-botoes-pdf-layout-pequeno .botoesPDF:last-child {
    margin-bottom: 0px;

}

.vantagens-col-right {
    padding-left: 50px;
    background-color: #ffffffcc;
    background-color: rgba(255, 255, 255, 0.8);
}

section#vantagens .feature .icon {
    position: absolute;
    left: 0;
    top: -14px;
    opacity: 0.80;
}





.degrade-wrapper {

    background-image: linear-gradient(0deg, #f6f7f8 0%, #ffffff 100%);
}

section#tira-preco .inner {
    padding-top: 0px;
}



.card-preco {
    background-color: #c7deee;
    border-radius: 8px;
    box-shadow: 2px 2px 8px #DDDDDD;
    border: solid 1px #7badce47;
    border: solid 1px rgba(123, 173, 206, 0.278);
    width: 260px;
    padding: 30px 10px;
    margin-left: 44px;
}

.tituloPreco {
    font-size: 22px;
    text-align: center;
    color: rgb(19, 66, 99);
    margin-bottom: 26px;
    text-transform: uppercase;
}
.valorPreco {
    font-size: 48px;
    font-weight: 500;
    text-align: center;
    color: rgb(19, 66, 99);
}




section#beneficios .feature.feature-s {
    min-height: 200px;
}



h3#sloganFerias {
    margin-top: 30px;
    font-size: 30px;
    line-height: 40px;
}
p#subSloganFerias {
    margin-top: 24px;
    font-size: 20px;
    font-weight: 300;
    line-height: 30px;
}


#botaoComprar {
    margin-top: 60px;
    margin-bottom: 40px;
    width: 250px;
}

h4.titulo-table {
    font-size: 22px;
    font-weight: 500;
    margin-bottom: 20px;
    line-height: 36px;
    text-align: center;
}

table#tabelaA>thead>tr>th,
table#tabelaB>thead>tr>th,
table#tabelaC>thead>tr>th {
    vertical-align: middle;
}

#tabela1 td, 
#tabela2 td {
    width: 50%;
}
.tabelaTituloExames {
    font-weight: 500;
} 
.table>tbody>tr>td.tabelaExame {
    padding-left: 24px;
}
#tabelaA td.coluna1,
#tabelaB td.coluna1,
#tabelaC td.coluna1 {
    width: 60%;
}
#tabelaA td.coluna2,
#tabelaA td.coluna3,
#tabelaB td.coluna2,
#tabelaB td.coluna3,
#tabelaC td.coluna2,
#tabelaC td.coluna3 {
    width: 20%;
}
td.linha-unica {
    font-weight: 500;
}
table tbody tr.linhas-destaque:nth-of-type(odd),
table tbody tr.linhas-destaque:nth-of-type(even) {
    background-color: #f7f7ee;
}
tr.linhas-destaque td {
    font-weight: 500;
}
p.nota-final-da-tabela span.titulo-nota {
    font-weight: 500;
}
ul.lista-notas-finais {
    margin-top: -16px;
    margin-left: 20px;
}

hr.separador-novo {
    border: 0;
    padding-top: 0px;
    margin-top: 30px;
    margin-bottom: 30px;
    height: 1px;
    background: #c5c5c5;
    background-image: linear-gradient(to right, #eee, #c5c5c5, #eee);
}


div.area-precos-da-tabela h3.box-nome-do-plano {
    font-size: 26px;
    font-weight: 500;
    text-transform: uppercase;
}
div.area-precos-da-tabela .price-value {
    font-size: 40px;
    color: #458dbb;
}
div.area-precos-da-tabela .price-currency {
    color: #458dbb;
}

section#pricing #botaoComprar{
    margin-top: 40px;
    margin-bottom: 0px;
    width: 250px;
}
section#pricing #botaoBuy {
    margin-top: 40px;
    margin-bottom: 0px;
    width: 160px;
}


p.titulo-botoes-especificos {
    font-weight: 500;
    text-transform: uppercase;
    margin-bottom: 5px;
}



#area-aeroporto {
    height: 360px;
}

h3#sloganAeroporto {
    margin-top: 30px;
    font-size: 30px;
    line-height: 40px;
}
p#subSloganAeroporto {
    margin-top: 24px;
    font-size: 20px;
    font-weight: 300;
    line-height: 30px;
}



#emails-pic {
    display: block;
    margin-top: 4px;
    margin-left: auto;
    margin-right: auto;
}


#area-imagem-final img {
    width: 100%;
}


.partir-palavras {
    word-break: break-word;
}

.sub-footer.dark-wrapper {
    background-color: #1c6784;
    color: #FFF !important;
}
.sub-footer.dark-wrapper p {
    color: #FFF !important;
}


.escondido {
    display: none;
}
.mostra {
    display: block;
}

