@font-face {
    font-family: 'GillSans';
    src: url('fonts/GillSans.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}    
@font-face {
    font-family: 'GillSansLight';
    src: url('fonts/GillSansLight.woff') format('woff');
    font-weight: 300;
    font-style: normal;
} 

#topo .content {
    max-width: 1047px;
}
.tit {
    font-family: "Georgia",'Raleway',Futura,Arial,sans-serif !important;
}
.optin-form .tit {
    font-family: 'Raleway',Futura,Arial,sans-serif !important;
}
.tipografia-destaque {
    font-family: "GillSans", sans-serif !important;
}
#hoteis2,
.titulo-modulo{
    background: #fff;
}
.titulo-modulo .full-bg::before{
    display: none !important;
}
.bloco-conteudo .txt .colunas{
    -webkit-columns: 1;
    -moz-columns: 1;
    columns: 1;
}
.folha{
    position: absolute;
}

.texto-simples.texto-background .txt,
.texto-simples.container .txt{
    text-align: center;
    max-width: 880px;
}
.texto-simples.texto-background .full-bg{
    opacity: 1;
    filter: inherit;
}

.bloco-conteudo.container .slider-fotos{
    width: calc(100% - 60px);
    overflow: hidden;
    padding-top: 60px;
    padding-bottom: 60px;
}
.bloco-conteudo.container:nth-child(odd) .slider-fotos{
    margin: 0 0 0 auto;
}
.bloco-conteudo.container:nth-child(even) .slider-fotos{
    margin: 0 auto 0 0;
}
.bloco-conteudo.container .slider-fotos .bg{
    height: 360px;
}
.bloco-conteudo.container .imagens.video > div{
    width: calc(100% - 60px);
    overflow: hidden;
}
.bloco-conteudo.container:nth-child(odd) .imagens.video > div{
    margin: 60px 0 60px auto;
}
.bloco-conteudo.container:nth-child(even) .imagens.video > div{
    margin: 60px auto 60px 0;
}
.bloco-conteudo.container .video-player{
    height: 360px !important;
}
/* destativa o hover do modulo imagensCarrossel */
.bloco-grid .quadro:hover .grid-overlay{
    height: 70px !important;
}
.bloco-grid .quadro:hover .grid-overlay .wrapper {
    display: none !important;
}

/* --- */

.slides.bg-branco {
    background-color: #ffffff !important;
}
.slides.bg-branco .slider-secoes{
    -webkit-box-shadow: -5px 5px 4px rgba(0,0,0,0.05);
    box-shadow: -5px 5px 4px rgba(0,0,0,0.05);
}
.slides.bg-branco .slider-secoes.flickity-enabled{
    margin-bottom: 0;
}
.slides.bg-branco .flickity-page-dots{
    display: none;
}
#topo nav .global > li + li{
    margin-left: 20px !important;
}
#modal-hotel .wrapper{
    padding: 0;
    max-width: 650px;
    width: 90%;
    background: inherit;
}
#modal-hotel a{
    display: block;
    font-size: 0;
}

.modal table {
    border: 1px solid #000;
    border-bottom: none;
}

.modal th, .modal td {
    border-bottom: 1px solid #000;
    border-left: 1px solid #000;
    padding: 3px 5px;
    vertical-align: top;
    line-height: 1.2;
}

.modal th {
    vertical-align: middle;
    font-weight: 700;
}

.modal th:first-child, .modal td:first-child {    
    border-left: none;
}

#politica-de-privacidade .mCSB_container{
    overflow-x: auto;
} 

#rodape > .content{
    justify-content: space-between;
}
#rodape .coluna{
    padding: 40px 20px !important;
}
@media screen and (max-width: 640px){
    .bloco-conteudo{
        background: #fff !important;
    }
    .bloco-conteudo .texto{
        margin: 6.25vw !important;
        padding: 0 !important;
    }    
    .bloco-conteudo.container .slider-fotos{
        width: 100%;
        margin: auto !important;
        padding-top: 0;
        padding-bottom: 0;
        overflow: inherit;
    }
    .bloco-conteudo.container .imagens.video > div{
        width: 100%;
        margin: 0 auto !important;
    }
    .bloco-conteudo.container .video-player{
        height: 100% !important;
    }
    .bloco-conteudo.container .slider-fotos .bg{
        height: 54.6875vw;
    }
    #topo nav .global > li + li{
        margin-left: 0 !important;
    }
    #modal-hotel .wrapper{
        max-width: 520px;
        width: 80%;
    }
    #rodape .coluna{
        padding: 0 !important;
    }
}