body{
    background-color: #FFF;
}

*{
    font-family: 'Poppins', sans-serif;
    line-height: 125%;
    max-width: 100%;
}

/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */

/* Header */

.superior{
    flex-basis: 60%;
    font-size: 12px;
    background-color: #FFF;
    padding: 15px 0;
    color: #14384F;
}

.superior .content i{
    margin-left: 10px;
}

header{
    width: 100%;
    padding: 25px 0;
    position: fixed;
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    background: rgba(20,56,79,0.9);
}

.sticky{
    position: sticky;
    top: 0;
    z-index: 50;
}

header img{
    width: 175px;
}

/* Navegação */

header nav{
    flex-basis: 600px;
}

#abre_menu{
    display: none;
    color: #FFF;
    font-weight: bold;
    font-size: 18px;
    cursor: pointer;
}

header nav li a{
    color: #FFF;
    display: block;
    font-size: 17px;
    font-weight: 500;
    padding: 20px 0 20px 0;
}

header nav li a:hover{
    color: #978667;
}

header nav div{
    color: #CCC;
    padding: 20px 0 20px 0;
}

/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */

/* Rodapé */

footer{
    background-color: #14384F;
    padding: 125px 0 75px 0;
    background-image: url("../../imagens/foto-rodape.png");
    background-position: top center;
    background-size: contain;
    background-repeat: no-repeat;
}

footer h3{
    color: #FFF;
    margin-bottom: 25px;
}

footer a i{
    color: #FFF;
    margin-top: 25px;
    margin-right: 10px;
}

footer p{
    margin-bottom: 5px;
    font-size: 14px;
    color: #FFF;
}

footer div{
    margin-bottom: 15px;
}

footer .col1{
    flex-basis: 35%;
}

footer .col2{
    flex-basis: 35%;
}

footer .col2 nav li a{
    color: #FFF;
    display: block;
    font-size: 16px;
    font-weight: 400;
    padding-bottom: 15px;
}

footer .col2 nav li a:hover{
    border-bottom: 0;
    padding-left: 10px;
}

footer .col3{
    flex-basis: 30%;
}

footer span a{
    background-color: #978667;
    color: #FFF;
    border-radius: 10px;
    float: left;
    padding: 15px;
    font-weight: 600;
    letter-spacing: 0.5px;
    font-size: 14px;
}

.copyright{
    padding: 15px 0;
    font-size: 13px;
    text-align: center;
    color: #14384F;
}

.copyright .criacao{
    margin-top: 5px;
    font-weight: normal;
}

.copyright .criacao a{
    font-weight: bold;
    color: #14384F;
}


/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */

section.distancias{
    background-color: #14384F;
    padding: 125px 0 75px 0;
    background-image: url("../../imagens/ruinas.png");
    background-attachment: fixed;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 50px 0;
}

section.distancias .d_flex{
    align-items: center;
}

section.distancias h2{
    width: 300px;
    color: #FFF;
    font-weight: 600;
    margin-bottom: 25px;
}

section.distancias p{
    color: #FFF;
    margin-top: 10px;
}

section.comodidades article{
    flex-basis: 250px;
    border-radius: 10px;
    padding: 25px 15px;
    background-color: #FAFAFA;
    border: 1px solid #EEE;
    margin: 15px 7px 0 7px;
    text-align: center;
}

section.comodidades article div{
    margin-bottom: 15px;
}

section.comodidades article i{
    font-size: 35px;
    color: #CCC;
}

/* Principal */

.banner{
    background-color: #14384F;
    background-image: url("../../imagens/banner.png");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    z-index: 30;
    padding: 20% 0;
    color: #FFF;
    text-align: center;
}

.banner div{    
    font-family: 'Satisfy', cursive;
    margin-bottom: 10px;
    font-size: 50px;
    line-height: 95%;
    -webkit-backdrop-filter: blur(3px);
    backdrop-filter: blur(3px);
    padding: 25px;
}


/* Acomodações */

span a{
    width: 350px;
    text-align: center;
    margin: 0 auto;
    background-color: #978667;
    color: #FFF;
    border-radius: 10px;
    padding: 20px;
    display: block;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 0.5px;
}

.hotel .cada.d_flex{
    align-items: center;
}

.hotel .cada h2{
    margin-bottom: 25px;
}

.hotel .cada p{
    color: #777;
}

.hotel .cada .texto{
    flex-basis: 50%;
    padding: 100px;
}

.hotel .cada .imagem{
    flex-basis: 50%;
    padding-bottom: 40%;
    background-size: cover;
    background-repeat: no-repeat;
}

.hotel .cada .imagem.imagem1{    
    background-image: url("../../conteudos/hotel (1).jpg");
}

.hotel .cada .imagem.imagem2{    
    background-image: url("../../conteudos/hotel (2).jpg");
}
.hotel .cada .imagem.imagem3{    
    background-image: url("../../conteudos/galeria (6).jpg");
}

.hotel .cada .imagem.imagem4{    
    background-image: url("../../conteudos/galeria (4).jpg");
}

.conteudo{
    width: 72%;
}

aside{
    background-color: #EEE;
    padding: 25px;
    border-radius: 5px;
    width: 25%;
    float: right;
}

aside h2{
    color: #14384F;
    font-weight: 600;
    margin-bottom: 20px;
    font-size: 18px;
}

aside article{
    padding-bottom: 15px;
    border-bottom: 1px solid #CCC;
    margin-bottom: 15px;
}

aside article i{
    color: #978667;
}



/* Opções */

.opcoes.escolher{
    background-color: #EEE;
}

.opcoes article{
    flex-basis: 20%;
    background-color: #14384F;
}

.opcoes:hover article{    
    opacity: 0.75;
}

.opcoes article:hover{    
    opacity: 1;
}

.opcoes article h2{
    color: #FFF;
    text-align: center;
    padding: 15px;
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 2px;
}


/* Atendimento */

.atendimento section{
    margin-bottom: 25px;
}

.atendimento section p{
    margin: 0;
    margin-top: 10px;
    font-size: 16px;
}

.map-responsive{
    overflow: hidden;
    padding-bottom: 35%;
    position: relative;
    height: 0;
    max-height: 500px;
}

.map-responsive iframe{
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    position: absolute;
}


/* Box aviso de cookies */

.box-cookies.hide{
    display: none !important;
}

.box-cookies{
    max-width: 400px;
    position: fixed;
    padding: 25px;
    background-color:#FFF;
    border: 2px solid #EEE;
    width: 100%;
    z-index: 998;
    bottom: 35px;
    left: 35px;
    box-shadow: 0 0 10px #CCC
}

.box-cookies h2{
    margin-bottom: 10px;
    font-size: 15px;
}

.box-cookies p{
    font-weight: normal;
    font-size: 12px;
    margin-bottom: 5px;
}

.box-cookies .btn-cookies{
    background: #14384F;
    padding: 10px 25px;
    cursor: pointer;
    align-self: normal;
    border: 0;
    color: #FFF;
    margin-top: 5px;
    border-radius: 25px;
}

.whats a{
    width: 175px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px;
    border-radius: 5px;
    background-color: #00A357;
    border-bottom: 5px solid #017841;
}

.whats a *{
    color: #FFF;
 }

.whats.d_flex a .icone{
    flex-basis: 10px;
    font-size: 25px;
}

.whats.d_flex a .texto{
    flex-basis: 110px;
    font-size: 11px;
}

.whats.d_flex a .texto .numero{
    font-size: 18px;
    font-weight: bold;
    margin-top: 2px;
}

.whats-but{
    bottom: 25px;
    right: 25px;
    position: fixed;
    z-index: 90
}

.whats-but img{
    width: 75px;
}