
/* —————————————————————————————— clear.css —————————————————————————————— */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, 
del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, 
fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, input, textarea
{margin:0;padding:0;border:0;outline:0;font-size:12px;font-weight:normal;vertical-align:top;background:transparent;outline:none;}
b {font-weight:bold;}
i {font-style:italic;}
ol, ul {list-style:none;}
blockquote, q {quotes:none;}
table {border-collapse:collapse;border-spacing:0;}
a, span {vertical-align:baseline;}
img {vertical-align:top;text-decoration:none;}


/* CORES -----------------------------
CARAMELO : #b2a583;
DOURADO ESCURO: #9e8563;
MARROM : #514947;
YELLOW : #ffe40f;
CINZA ESCURO : #514947; 

----------------------------------- */

    
/* -----------------------------------------
FONTES CHAPEU DE PALHA
font-family: 'Alike', serif;  | Estilo Times - Font default do site
font-family: 'Montserrat', sans-serif;
font-family: 'Francois One', sans-serif; | Assemelha-se Helvetica bold
font-family: 'Rubik', sans-serif; // números para a paleta check-in
----------------------------------------- */

html{
    width: 100%;
    height: 100%;
}
    

body{
    font-family: 'Alike', serif;
    font-size: 15px;
    background: #fff;
    overflow-x: hidden;
    overflow-y: auto;
    width: 100%;
    height: 100%;
    z-index: 10000;
    color: #514947;
}


h1 {
    font-size:32px;
    font-family:'Montserrat', sans-serif;
    text-transform:uppercase;
    text-align: center;
    margin-bottom: 30px;
    color:#514947;
}

h2{
    font-size:12px;
    font-family:'Montserrat', sans-serif;
    text-transform:uppercase;
    text-align: center;
    margin-bottom: 20px;
    color:#514947;
}

h3{
    font-size:20px;
    font-family:'Montserrat', sans-serif;
    text-transform:uppercase;
    text-align: center;
    margin-bottom: 30px;
    color:#514947;
}


span{
    font-size: 100%;
}



a:link{
    text-decoration: none;
}    
a:active{
    text-decoration: none;
}    
a:visited{
    text-decoration: none;
}    
a:hover{
    text-decoration: underline;
}




/* NAVEGAÇÃO -------------- */
#setaPaginar{
    position: fixed;
    left: 0px;
    bottom: 20px;
    text-align: center;
    width: 100%;
    z-index: 5000;
    opacity: 0;
    display: none;
}

#tampaBlack{
    position: absolute;
    width: 100%;
    height: 10000px;
    background-color: rgba(0,0,0, 0.9);
    opacity: 0px;
    display: none;
}

/*
.spanVermelho{
    color: red;
    font-size: 100%;
}
*/

.spanVermelho{
    color: #000;
    font-weight: bold;
}

    

/* MENUS -------------- */
    
/* Idioma */
#menu_idioma{
    background-color: #514947;
    padding-top: 18px;
    padding-left: 10px;
    padding-bottom: 18px;
    padding-right: 10px;
    color: #fff;
    position: absolute;
    top: 0px;
    right: 0px;
    display: table;
    font-family: 'Montserrat', sans-serif;
    z-index: 1000;
}

#menu_idioma a{
    font-family: 'Montserrat', sans-serif;
    font-size: 10px;
    padding-bottom: 2px;
}
#menu_idioma a:link{
    color: #fff;
}
#menu_idioma a:active{
    color: #fff;
}
#menu_idioma a:visited{
    color: #fff;
}
#menu_idioma a:hover{
    color: #b2a583;
}

#menu_idioma .ativo:link{
    color: #9e8563;
    border-bottom: 1px solid #b2a583;
}
#menu_idioma .ativo:active{
    color: #9e8563;
    border-bottom: 1px solid #b2a583;
}
#menu_idioma .ativo:visited{
    color: #9e8563;
    border-bottom: 1px solid #b2a583;
}
#menu_idioma .ativo:hover{
    color: #b2a583;
    border-bottom: 1px solid #b2a583;
}

.menu_idioma_secundario{
    z-index: 10000;
}



/* Menu Principal */ 
.tampa{
    position: absolute;
    top: -2000px;
    left: -2000px;
    width: 10000px;
    height: 100%;
    z-index: -10;
    background-color: #000;
    opacity: 0;
    pointer-events: none;
    display: block;
    opacity: 0;
    -webkit-transition-property: opacity;
    -webkit-transition-duration: 1s;
    -webkit-transition-timing-function: linear;
    -webkit-transition-delay: 0.1s;
}
    
#menu_conteiner{
    position: absolute;
    top: 42%;
    left: 0px;
    width: 100%;
    height: 125px;
    min-width: 1050px;
    z-index: 1500;
}

.menu_conteinerClasse{
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 125px;
    min-width: 1050px;
    z-index: 1500;
}
    

    
#menu_conteiner:hover #areaMenu .tampa{
    opacity: 0.5;
    -webkit-transition-property: opacity;
    -webkit-transition-duration: 1s;
    -webkit-transition-timing-function: linear;
    -webkit-transition-delay: 0.1s;
}

 
#menu_logo{
    position: absolute;
    top: 0px;
    left: 0px;
    width: 215px;
    height: 125px;
    background-color: #514947;
}
#menu_logo div{
    display: table-cell;
    width: 215px;
    height: 125px;
    text-align: center;
    vertical-align: middle;
}

#menu_logo img{
    opacity: 0;
    width: 165px;
}

#areaMenu{
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    min-width: 1050px;
}

    


#menu{
    position: absolute;
    top: 0px;
    left: 200px;
    width: 100%;
    height: 125px;
    background: #514947;
}

    

#menu ul{
    position:relative;
    text-align: left;
    margin-left: 40px;
    text-transform: uppercase;
}

#menu ul li{
    position: relative;
    display: inline-block;
    margin: 0px;
}
#menu ul li a{
    font-family: 'Montserrat', sans-serif;
    display: block;
    padding: 0px 5px 0px 4px;
    line-height: 120px;
    font-size: 10px;
    color:#f6f5f5;
    letter-spacing: 0em;
}
#menu ul li a:hover{
    color: #9e8563;
}   

#menu ul #li_quebra{
    display: none;
}


    
    
#link_idioma{
    display: none;
}
    
#menuControle{
    position: absolute;
    top: 0px;
    right: -350px;
    width: 335px;
    padding-left: 15px;
    padding-right: 15px;
    height: 125px;
    background: #514947;
    z-index: 1510;
}
 
#menuControle_interno{
    display: table-cell;
    width: 250px;
    height: 125px;
    text-align: center;
    vertical-align: middle;
}   

#menuControle_interno .controle{
    width: 70px;
    margin: 0 auto;
}
    
#menuControle_interno .descricao{
    text-align: center;
    font-family: 'Montserrat', sans-serif;
    color: white;
    font-size: 12px;
    margin-bottom: 10px;
}
    

#subTampa{
    position: absolute;
    top: 50px;
    left: 0px;
    width: 100%;
    height: 38px;
    background: rgba(0,0,0, 0.5);
    display: none;
}
    

.seta_menor_volta{
    float: left;
    width: 14px;
}

.seta_menor_vai{
    float: right;
    width: 14px;
}

#menuBanner_n{
    text-align: center;
    margin-left: 14px;
    margin-right: 14px;
    font-family: 'Rubik', sans-serif;
    color: #9e8563;
    font-size: 20px;
}
    
    
#comandoMenu{
    position: absolute;
    top: 0;
    right: 0px;
    width: 116px;
    height: 125px;
    background: #9e8563;
    cursor: pointer;
    text-align: center;
    vertical-align: middle;
    z-index: 1550;
}

#comandoMenu img{

}
    
#comando_icoMenu{
    margin-top: 42px;
    display: none;
    opacity: 0;
}

#comando_icoSeta{
    margin-top: 50px;
    display: none;
}
#comando_icoSeta:hover{
    opacity: 0.5;
}

#bt_nav{
    position: absolute;
    top: 10px;
    right: 20px;
    z-index: 500px;
    display: none;
    cursor: pointer;
}


    



/* ------------------------------
/* SubMenu Cabanas  ---------- */

#area_subMenu{
    position: absolute;
    top: 125px;
    left: 0px;
    width: 100%;
    height: 470px;
    display: none;
    z-index: 1700;
}
    
#subMenu{
    width: 100%;
    height: 470px;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-template-rows: 400px;
}

#subMenu_linhaVoltar{
    display: none;
    position: relative;
}
    
#bt_navSub{
    position: absolute;
    top: 10px;
    right: 60px;
    z-index: 800px;
    display: block;
    cursor: pointer;
}
    
#linkCabana_setaSobe{
    position: absolute;
    bottom: -10px;
    left: 0px;
    width: 100%;
    text-align: center;
    opacity: 0;
}

    
/* ------------------------------
/* SubMenu Premium  ---------- */

#area_subMenuPremium{
    position: absolute;
    top: 125px;
    left: 0px;
    width: 100%;
    height: 470px;
    display: none;
    z-index: 1700;
}
    
#subMenuPremium{
    width: 100%;
    height: 470px;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-template-rows: 400px;
}

#subMenuPremium_linhaVoltar{
    display: none;
    position: relative;
}
    
#bt_navSubPremium{
    position: absolute;
    top: 10px;
    right: 60px;
    z-index: 800;
    display: block;
    cursor: pointer;
}

#linkPremium_setaSobe{
    position: absolute;
    bottom: -10px;
    left: 0px;
    width: 100%;
    text-align: center;
    opacity: 0;
}





.subNavCol{
    font-family: 'Montserrat', sans-serif;
    text-align: center;
    margin: 0px;
    height: 500px;
    display: block;
    border-right: 1px solid #aaa;
    background-color: #fff;
    position: relative;
    cursor: pointer;
    opacity: 1;
    -webkit-transition-property: opacity;
    -webkit-transition-duration: 0.5s;
    -webkit-transition-timing-function: linear;
    -webkit-transition-delay: 0s;
}
    
.subNavColTampa{
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: 0.3;
    pointer-events: none;
}

.subNavCol:hover .subNavColTampa{
    opacity: 0;
    -webkit-transition-property: opacity;
    -webkit-transition-duration: 0.5s;
    -webkit-transition-timing-function: linear;
    -webkit-transition-delay: 0s;
}   
    
    
    
.subNavAreaLink{
    text-align: center;
    height: 50px;
    padding-top: 25px;
    padding-bottom: 25px;
    
}
.subNavAreaLink a{
    font-family: 'Montserrat', sans-serif;
    color: #514947;
    text-align: center;
    font-size: 11px;
    font-weight: bold;
    margin: 0px;
}

.subNavAreaLink a:link{
    color: #514947;
    text-decoration: none;
}
.subNavAreaLink a:active{
    color: #514947;
    text-decoration: none;
}
.subNavAreaLink a:visited{
    color: #514947;
    text-decoration: none;
}
.subNavAreaLink a:hover{
    color: #211917;
    text-decoration: underline;
}

.subNavAreaImg{
    height: 400px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

#subMenuPremium .subNavAreaLink{
    height: 34px;
    padding-top: 41px;
}
    
    
    

        
    
/* Home Animação -------------- */
    
#bannerHome{
    opacity: 0;
    position: relative;
    width: 100%;
    height: 100vh;
    min-height: 620px;
    z-index: -2;
}

.quadro_frame{
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100vh;
    min-height: 620px;
    z-index: -1;
    font-size: 1px;
    color: transparent;
    pointer-events: none;
    background-position: center center, center center;
    background-repeat: no-repeat, no-repeat;
    background-size: cover, cover;
    opacity: 0;
}

.quadro_frame_ini{
    opacity: 1;
}








/* Chekin --------------------------- */


#paleta_linha{
    
    background-color: rgba(0,0,0, 0.65);
    display: table;
    width: 100%;
    position: absolute;
    top: auto;
    bottom: 75px;
    left: 125%;
    overflow: hidden;
    height: 159px;
    z-index: 2000;

    transition-property: top;
    transition-duration: 0.3s;
    transition-timing-function: linear;
    transition-delay: 0s;
    
    -webkit-transition-property: top;
    -webkit-transition-duration: 0.3s;
    -webkit-transition-timing-function: linear;
    -webkit-transition-delay: 0s;
}
    
    
#paleta_checkin{
    position: absolute;
    top: 0px;
    right: 0px;
    display: table;
    width: 900px;
    padding: 10px;
    opacity: 0.9;
    float: right;
}

.paleta_colunaCKN{
    float: left;
    display: table;
    width: 24.5%;
    text-align: center;
}
    
.paleta_linhaV{
    border-right: 1px dashed #8f8f8f;;

}
    
.paleta_bt{
    font-family: 'Montserrat', sans-serif;
    font-size: 12px;
    padding: 10px 20px;
    color: white;
    background-color: #aa9a7a;
    border: 0px solid black;
    cursor: pointer;
}
.paleta_bt:hover{
    background-color: #8a7a5a;
}

    
.paleta_bt2{
    font-family: 'Montserrat', sans-serif;
    font-size: 12px;
    padding: 7px 14px;
    color: white;
    background-color: #aa9a7a;
    border: 0px solid black;
    cursor: pointer;
    margin-top: 20px;
}
.paleta_bt2:hover{
    background-color: #8a7a5a;
}

    
.paleta_bt3{
    font-family: 'Montserrat', sans-serif;
    font-size: 13px;
    padding: 14px 14px;
    color: #817977;
    background-color: #fff;
    border: 1px solid #817977;
    cursor: pointer;
    margin-top: 25px;
}
.paleta_bt3:hover{
    color: #9e8563;
    border: 1px solid #9e8563;
}



.paleta_tipo{
    font-family: 'Montserrat', sans-serif;
    color: #fff;
    font-size: 16px;
    margin-top: 5px;
    margin-bottom: 5px;
    margin-left: -15px;
}

.paleta_numero{
    font-family: 'Rubik', sans-serif;
    font-size: 80px;
    line-height: 70px;
    color: #b2a583;
    font-weight: lighter;
    position: relative;
    margin-bottom: 7px;
    margin-left: -15px;
}

.paleta_numero span{
    font-family: 'Rubik', sans-serif;
    font-size: 80px;
    color: #b2a583;
    font-weight: lighter;
}

.paleta_seta{
    position: absolute;
    top: 9px;
    right: 35px;
    display: table;
    line-height: 20px;
}

.paleta_seta img{
    width: 28px;
}

.paleta_mesAno{
    font-family: 'Montserrat', sans-serif;
    color: #fff;
    font-size: 16px;
    margin-bottom: 10px;
    font-weight: bold;
    margin-left: -15px;
}   
    
#bt_paletaFechar{
    position: absolute;
    top: 10px;
    right: 12px;
    z-index: 10;
    display: table;
}


#paleta_aba{
    position: absolute;
    right: -125px;
    bottom: 40px;
    width: 50px;
    height: 159px;
    padding: 10px;
    background-color: #aa9a7a;
    z-index: 2001;
    cursor: pointer;
}

#paleta_aba:hover{
    background-color: #8a7a5a;
}

#paleta_aba div{
    position: absolute;
    top: 72px;
    left: -65px;
    font-family: 'Montserrat', sans-serif;
    font-size: 12px;
    color: white;
    text-align: center;
    width: 159px;
    margin: 0px;
    padding: 0px;
    transform:rotate(270deg); 
    -webkit-transform:rotate(270deg); 
    -moz-transform:rotate(270deg);
    -o-transform: rotate(270deg);
}

#prereserva_mob{
    background-color: rgba(83,73,71, 0.7);
    width: 100%;
    text-align: center;
    padding: 40px 0px;
    z-index: 200;
    display: none;
    margin-top: -200px;
}








/* Páginas ------------------ */


#tampa_carregando{
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 2500;
    pointer-events: inherit;
    background-color: #fff;
    background-image: url(imagens/chapeu_carregando.gif);
    background-repeat: no-repeat;
    background-position: center center;
    opacity: 1;
}

#tampa_carregando .tampa_altura{
    position: absolute;
    top: 95%;
    left: 0px;
    width: 100%;
    height: 300vh;
    background-color: #fff;
    pointer-events: none;
    background-image: url(imagens/chapeu_carregando.gif);
    background-repeat: no-repeat;
    background-position: center center;
}



.page{
    display: table;
    width: 100%;
}


.pageFlex{
    display: block;
    width: 100%;
    text-align: center;
    padding-top: 80px;
    position: relative;
}

.centrarlizarH{
    margin: 0 auto;
    text-align: center;
}

.centrarlizarV{
    display: table-cell;
    height: 100%;
    vertical-align: middle;
}



.separator{
    display:block;
    margin:0 auto 30px auto;
    width:10px;
    height:2px;
    background:#504947;
}

.description{
    width:75%;
    margin: 0 auto;
    font-size: 18px;
    line-height: 1.6em;
    font-smoothing: antialiased;
    -webkit-font-smoothing: antialiased;
}

.description b{
    font-weight: bold;
    font-size: 18px;
    line-height: 1.6em;
    font-smoothing: antialiased;
    -webkit-font-smoothing: antialiased;
}

.paddin50{
    height: 50px;
}

.paddinAuto{
    height: 75px;
}

.prereserva_cabana{
    padding: 40px;
    text-align: center;
}

.prereserva_cabana h4{
    font-size: 14px;
    color: #616967;
    font-family: 'Montserrat', sans-serif;
    text-align: center;
}

.prereserva_cabana .paleta_bt{
    margin-top: 10px;
    font-size: 18px;
    padding: 15px 30px;
}





/* Carrousel ------------------------ */

.page_foto{
    display: block;
    width: 100%;
    background-color: #eee;
    margin-top: 10px;
    min-height: 500px;
}

.page_foto .colunaTexto{
    display: table;
    width: 40%;
    height: 100%;
    min-height: 500px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 50%;
    background-color: #eeeeee;
}

.page_foto .colunaTexto .celTXT{
    display: table-cell;
    height: 500px;
    padding-left: 10%;
    padding-right: 10%;
    vertical-align: middle;
    text-align: center;
    font-size: 12px;
    line-height: 24px;
    font-smoothing: antialiased;
    -webkit-font-smoothing: antialiased;
}

.page_foto .colunaTexto .celTXT b{
    font-weight: bold;
    font-size: 12px;
    font-smoothing: antialiased;
    -webkit-font-smoothing: antialiased;
}

.page_foto .colunaCarrousel{
    width: 59%;
    height: 100%;
    min-height: 500px;
    background-color: #eeeeee;
    position: relative;
}

.icone_ampliar{
    position: absolute;
    top: 20px;
    right: 20px;
    width: 32px;
    height: 32px;
    z-index: 10000;
    display: none;
    pointer-events: none;
    background-image: url(imagens/ampliar.png);
    background-repeat: no-repeat;
    background-position: center center;
}


/*
.page_foto .colunaCarrousel:hover .icone_ampliar{
    display: block;
}
*/

.page_foto .f_Esquerda{
    float: left;
}

.page_foto .f_Direita{
    float: right;
}







/* Slider Slick --------------------------- */


.slider {
    width: 100%;
    height: 500px;
    margin: 0 auto;
    z-index: 2000;
}

.slider_quadro{
    width: 100%;
    height: 500px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    filter: brightness(100%);
    -webkit-filter: brightness(100%);
    
    transition-property: filter;
    transition-duration: 1s;
    transition-timing-function: linear;
    transition-delay: 0;

    -webkit-transition-property: filter;
    -webkit-transition-duration: 0.5s;
    -webkit-transition-timing-function: linear;
    -webkit-transition-delay: 0;
}

.slider_quadro:hover{
   filter: brightness(50%);
    -webkit-filter: brightness(50%);
}

.slider_quadro img{
    width: 100%;
    height: 400px;
}

.slider_quadro


.caroselRestaurante{
    height: 600px;
}

.caroselRestaurante .slider_quadro{
    height: 600px;

}

.caroselRestaurante .slider_quadro img{
    height: 600px;

}

.slick-slide {
  margin: 0px 0px;
}

.slick-slide img {
  width: 100%;
}

.slick-prev:before,
.slick-next:before {
  color: black;
}

.slick-slide {
  transition: all ease-in-out .3s;
  opacity: 0.5;
}
    
.slick-active {
  opacity: 1;
}

.slick-current {
  opacity: 1;
}




/* Cardápio ------------------------- */
.cardapio td{
    font-size: 14px;
    line-height: 20px;
    text-align: left;
    padding-bottom: 10px;
}

.cardapio td span{
    font-size: 14px;
    font-weight: bold;
}

.cardapio td div{
    font-size: 14px;
    line-height: 18px;
    margin-left: 11px;
}





/* Observações ----------------------- */
.page_observacoes{
    margin-top: 75px;
    margin-bottom: 100px;
    width: 100%;
    text-align: center;
}

.observacao{
    width: 90%;
    max-width: 800px;
    margin: 0 auto;
    font-size: 15px;
    line-height: 25px;
}

.observacao b{
    font-size: 15px;
    font-weight: bold;
}


.contatoCentralReservas{
    width: 75%;
    margin: 0 auto;
    margin-top: 25px;
    font-size: 18px;
    color: #b2a583;
}

.contatoCentralReservasTel{
    padding-top: 10px;
    font-size: 20px;
    color: #b2a583;
    font-weight: bold;
}



/* Seviços Disponíveis -------------- */
.secao_servicos{
    width: 100%;
    margin-bottom: 150px;
}

.secao_servicos h3{
    font-family: 'Alike', serif;
    color: #4e4946;
    font-size: 24px;
    font-weight: normal;
    text-align: center;
}

.secao_servicos h4{
    font-size: 14px;
    color: #616967;
    font-family: 'Montserrat', sans-serif;
    text-align: center;
}

.servicos_todos{
    margin: 0 auto;
    margin-top: 25px;
    display: table;
    width: 90%;
    max-width: 900px;
}

.servico_thumb{
    width: 24.5%;
    display: inline-block;
    text-align: center;
    font-family: 'Alike', serif;
    color: #514947;
    height: 200px;
}

.servico_thumb h3{
    text-align: center;
    color: #b2a583;;
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 10px;
}

.servico_thumb div{
    text-align: center;
    font-family: 'Alike', serif;
    color: #514947;
    padding: 0px 10px;
}






/* Programação Especial -------------- */
.page_colunas{
    display: table;
    margin: 0 auto;
    width: 94%;
}

.page_colunas_col1{
    width: 26%;
    float: left;
    text-align: center;
}

.page_colunas_col2{
    width: 26%;
    float: right;
    text-align: center;
}

.page_colunas_col1 img{
    width: 100%;
}

.page_colunas_col2 img{
    width: 100%;
}

.page_colunas_col_centro{
    margin-left: 30%;
    margin-right: 30%;
    text-align: center;
}

.page_colunas_col_centro h3{
    font-family: 'Alike', serif;
    font-size: 16px;
    text-align: center;
    color: #b2a583;
    margin-bottom: 30px;
}

.img_lateral{
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
}

.img_lateralFix1{
    position: fixed;
    top: 0px;
    left: 40px;
    width: inherit;
}

.img_lateralFix2{
    position: fixed;
    top: 0px;
    right: 40px;
    width: inherit;
}


.table_feriados{
    margin: 0 auto;
}

.table_feriados td{
    font-family: 'Alike', serif;
    text-align: center;
    font-size: 16px;
    color: 514947;
    line-height: 25px;
    padding-bottom: 30px;
}

.table_feriados td span{
    font-size: 17px;
    font-weight: bold;
    color: 514947;
}

.lateraisFixas{
    display: table;
    margin: 0 auto;
    width: 94%;
    position: fixed;
    top: 0px;
    left: 3%;
    z-index: 100;
    pointer-events: none;
    visibility: hidden;
}

.feriadosLista{
    font-family: 'Alike', serif;
    text-align: center;
    font-size: 12px;
    color: 514947;
    line-height: 25px;
    padding-bottom: 30px;
}




/* São Francisco Xavier ------------- */

.img_ilustracao{
    width: 100%;
    height: 100%;
    min-height: 50%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    border: 2px solid coral;
}

.overflowNo{
    overflow: hidden;
    max-height: 100%;
}

.grid_SFX{
	display: grid;
    background-color: #eeeeee;
}

.grid_SFX-esquerda{
	grid-template-columns: 65% 35%;
}

.grid_SFX-direita{
	grid-template-columns: 35% 65%;
}

.item_SFX_img{
    height: 100%;
    min-height: 500px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.item_SFX_imgOC{
    display: none;
    height: 50vh;
    min-height: 50vh;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.item_SFX_txt{
    text-align: center;
}

.item_SFX_txt_TB{
    display: table;
    width: 100%;
    height: 100%;
}

.item_SFX_txt .celTXT{
    display: table-cell;
    min-height: 500px;
    padding-left: 10%;
    padding-right: 10%;
    padding-top: 25px;
    padding-bottom: 25px;
    vertical-align: middle;
    text-align: center;
    font-size: 12px;
    line-height: 24px;
    font-smoothing: antialiased;
    -webkit-font-smoothing: antialiased;
}

.item_SFX_txt .celTXT b{
    font-weight: bold;
    font-size: 12px;
    font-smoothing: antialiased;
    -webkit-font-smoothing: antialiased;
}

.txt_destaque{
    font-weight: bold;
    margin-bottom: 10px;
    font-size: 14px;
}

.txt_slogan{
    font-weight: bold;
    font-size: 16px;
}

.celTXT H4{
    margin-top: 15px;
    margin-bottom: 10px;
    font-weight: bold;
    font-size: 14px;
}

.imgBG{
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.hMin600{
    min-height: 600px;
}

.hMin600 .item_SFX_img{
    min-height: 600px;
}

.hMin600 .item_SFX_txt{
    min-height: 600px;
}

.hMin600 .item_SFX_txt_TB{
    min-height: 600px;
}

.hMin600 .item_SFX_img .albumRestaurantes{
    min-height: 600px;
}






/* Tarifas -------------------------- */
.painelTarifas{
    font-family: 'Alike', serif;
    display: grid;
    grid-template-columns: 50% 50%;
    margin-top: 0px;
}

.painelTarifas b{
    font-weight: bold;
    font-size: 14px;
}

.painelTarifas .separator{
    margin-top: 25px;
    margin-bottom: 25px;
    width: 50px;
    opacity: 0.5;
}

.painelTarifaFer{
	background-color: #dfdfdf;
    text-align: center;
    padding: 0px 0px 40px 0px;
    line-height: 26px;
    font-size: 14px;
    position: relative;
}
    
.painelTarifaSem{
    background-color: #ededed;
    text-align: center;
    padding: 0px 0px 40px 0px;
    line-height: 26px;
    font-size: 14px;
}

.tarifaThumb{
    width: 100%;
    height: 400px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.painelTarifaFer h3{
    font-family: 'Alike', serif;
    font-size: 18px;
    margin-top: 30px;
    margin-bottom: 5px;
    font-weight: bold;
    letter-spacing: .2em;
    line-height: 30px;
    padding: 0px;
}

.painelTarifaFer h4{
    line-height: 26px;
    font-size: 14px;
    margin-top: 0px;
    margin-bottom: 20px;
    padding: 0px;
}

.painelTarifaSem h3{
    font-family: 'Alike', serif;
    font-size: 18px;
    margin-top: 30px;
    margin-bottom: 5px;
    font-weight: bold;
    letter-spacing: .2em;
    line-height: 30px;
    padding: 0px;
}

.painelTarifaSem h4{
    line-height: 26px;
    font-size: 14px;
    margin-top: 0px;
    margin-bottom: 20px;
    padding: 0px;
}

.tarifa_tag{
    position: absolute;
    top: -100px;
    right: -100px;
    display: table;
    width: 200px;
}

.tarifa_tag img{
    width: 200px;
}





/* Vila do Chapéu ------------------- */
.area_video{
    margin-top: 50px;
    margin-bottom: 50px;
    text-align: center;
}

.videoVila{
    width: 848px;
    height: 480px;
    margin: 0 auto;
}

.dots_vila .slick-dots{
    width: 70%;
}






/* Contato -------------------------- */
.painelContato{
    margin-top: -20px;
}

.box_contato{
    padding: 50px 10px 80px 10px;
}

.iframeProspect{
    margin: 0 auto;
    margin-top: 90px;
    width: 80%;
    max-width: 500px;
    height: 400px;
}






/* Menu de fotos -------------------- */

.menu_fotos{
    clear: both;
    padding-top: 80px;
    padding-bottom: 80px;
    width: 100%;
    text-align: center;
}

.menu_fotos_box{
    display: inline-block;
    text-align: center;
    margin: 20px;
    cursor: pointer;
    width: 190px;
}

.menu_fotos_box div{
    text-align: center;
    padding-top: 30px;
    padding-bottom: 20px;
    text-transform: uppercase;
    font-size: 13px;
    color: #514947;
    font-family: 'Montserrat', sans-serif;
}

.menu_fotos_box span{
    font-size: 16px;
    color: #514947;
    font-family: 'Montserrat', sans-serif;
}

.menu_fotos_img{
    width: 100%;
    height: 270px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    opacity: 0.7;
    border: 2px solid silver;
}

.menu_fotos_img100{
    height: 100%;
}




.restaurante {
    width:100%;
    cursor: pointer;
}

.restaurante_ativo {
    background-color: #b2a583;
    color: #fff;
    letter-spacing: 0.1em;
}

.restaurante .titulo span{
    font-weight: bold;
}
.restaurante .linkExterno {
    display: none;
    padding-bottom : 14px;
}

.restaurante .linkExterno a:link{
    color: #514947;
}
.restaurante .linkExterno a:active{
    color: #514947;
}
.restaurante .linkExterno a:visited{
    color: #514947;
}
.restaurante .linkExterno a:hover{
    color: #000;
}

.restaurante_ativo .linkExterno a:link{
    color: #fff;
}
.restaurante_ativo .linkExterno a:active{
    color: #fff;
}
.restaurante_ativo .linkExterno a:visited{
    color: #fff;
}
.restaurante_ativo .linkExterno a:hover{
    color: #ddd;
}


.restaurante2 {
    width:100%;
}
.restaurante2 .titulo span{
    font-weight: bold;
}

.item_SFX_img .albumRestaurantes{
    width: 100%;
    height: 100%;
}






/* Pré Reserva --------------- */
.painelPreReserva{
    background-color: rgba(0,0,0, 1);
    padding: 20px;
    color: #b2a583;
    font-family: 'Alike', serif;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

#preReserva_topo{
    margin-top: 20px;
    margin-bottom: 20px;
}

#preReserva_titulo{
    margin-bottom: -20px;
}

#preReserva_titulo h1{
    color: #b2a583;
    margin-bottom: 10px;
    text-align: center;
    font-size: 18px;
}

.preReserva_col1{
    width: auto;
    text-align: center;
    margin-bottom: 20px;
}

.preReserva_col1 img{
    width: 125px;
}

.preReserva_legenda{
    text-align: center;
    font-style: italic;
    font-size: 14px;
}


#preReserva_bloco_area{
    width: 100%;
    overflow: hidden;
    height: 300px;
    position: relative;
}

#preReserva_bloco_data{
    position: absolute;
    top: 0px;
    left: 0px;
    padding-top: 20px;
}

#preReserva_bloco_form{
    position: absolute;
    top: 0px;
    left: 0px;
    opacity: 0;
}

.preReserva_bloco_dataCheckin{
    margin: 0 auto;
    text-align: center;
    display: table;
    width: 400px;
}

.preReserva_bloco_dataCheckin .paleta_tipo{
    font-size: 12px;
    margin-top: 5px;
    margin-bottom: 5px;
    margin-left: 0px;
}

.preReserva_bloco_dataCheckin .paleta_colunaCKN{
    width: 33%;
}

.preReserva_bloco_dataCheckin .paleta_numero{
    line-height: 40px;
    margin-bottom: 7px;
    margin-left: -5px;
}

.preReserva_bloco_dataCheckin .paleta_numero #dataDia_entra{
    font-size: 40px;
}

.preReserva_bloco_dataCheckin .paleta_numero #dataDia_sai{
    font-size: 40px;
}

.preReserva_bloco_dataCheckin .paleta_numero #spanHospede{
    font-size: 40px;
}

.preReserva_bloco_dataCheckin .paleta_mesAno{
    font-size: 12px;
    margin-left: -5px;
}

.preReserva_bloco_dataCheckin .paleta_seta{
    position: absolute;
    top: 25px;
    right: 22px;
    display: table;
    line-height: 20px;
}

.preReserva_bloco_dataCheckin .paleta_seta img{
    width: 14px;
}

.formCabanas_area{
    padding-top: 20px;
}

.formCabanas_area h2{
    color: #b2a583;
    text-align: center;
    margin-bottom: 10px;
}

.formCabanas_area .formCabanas_div{
    display: table;
}

.formCabanas_div{
    width: 95%;
    margin: 0 auto;
    text-align: center;
}

.campoCabana{
    position: relative;
    display: inline-block;
    width: 120px;
    height: 140px;
    margin-bottom: 12px;
    background-color: #fff;
    margin: 10px;
    border: 2px solid rgba(158,133,99, 1);
    transition: border 0.3s;
    -webkit-transition: border 0.3s;
}

.campoCabana .cabanaCheck{
    position: absolute;
    top: -5px;
    right: -5px;
    width: 50px;
    height: 50px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    visibility: hidden;
}

.campoCabana:hover{
    border: 2px solid rgba(255,255,255, 0.8);
}

.campoCabanadestaque{
    border: 2px solid #fff;
    opacity: 1;
}

.campoCabanadestaque:hover{
    border: 2px solid #fff;
}

.campoCabanadestaque .cabanaCheck{
    visibility: visible;
}

.campoCabana_img{
    width: 100%;
    height: 100px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.campoCabana h3{
    font-size: 11px;
    font-weight: bold;
    padding-top: 6px;
    padding-bottom: 2px;
}

.campoCabana h3 span{
    font-size: 10px;
    font-weight: normal;
}

.formCabanas_linhaBT{
    margin-top: 25px;
    text-align: center;
}

.preReserva_linha_bt_voltar{
    padding: 30px;
}

.form_dados h2{
    color: #b2a583;
    text-align: center;
    margin-bottom: 10px;
}

.form_dados_table{
    width: 370px;
    margin: 0 auto;
}

.form_dados_table td{
    padding: 5px;
    color: #b2a583;
    vertical-align: bottom;
}

.td_rotulo{
    text-align: right;
}

.formCabanas_campoTXT{
    font-size: 16px;
    color: #fff;
    padding: 8px;
    padding-bottom: 2px;
    width: 200px;
    border-bottom: 2px solid #b2a583;
}

.formCabanas_campoTXT_area{
    font-size: 16px;
    color: #fff;
    padding: 8px;
    padding-bottom: 2px;
    width: 200px;
    height: 75px;
    border-bottom: 2px solid #b2a583;

}

.formCabanas_campoDDD{
    width: 17px;
    margin-right: 8px;
}

.formCabanas_campoTel{
    width: 150px;
}

.preReserva_topo_voltar{
    font-family: 'Montserrat', sans-serif;
    color: #b2a583;
    padding: 8px 10px 10px 40px;
    background-image: url(imagens/seta_menor_volta_2.png);
    background-repeat: no-repeat;
    background-position: 7px 5px;
    margin-bottom: 10px;
    cursor: pointer;
    display: none;
}

.campo{
    
}

.campo_alerta{
    border: 2px solid orange;
}



.preReserva_resposta{
    width: 90%;
    max-width: 700px;
    margin: 0 auto;
    padding: 20px;
    line-height: 22px;
    font-size: 14px;
    color: #b2a583;
    text-align: center;
    border: 5px solid rgba(158,133,99, 0.2);
}

.preReserva_resposta h2{
    font-size: 18px;
    font-weight: bold;
    color: #b2a583;
}

..preReserva_resposta .formCabanas_linhaBT{
    margin-top: 30px;
    padding-bottom: 30px;
}

.tarjado{
    color: #fff;
    font-size: 16px;
    padding: 2px 8px;
    border-bottom: 1px solid #b2a583;
}

strong{
    font-size: 14px;
    font-weight: bold;
}


.ui-datepicker-prev{
    background-image: url(imagens/seta_menor_volta_1.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 50%;
}

.ui-datepicker-prev:hover{
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 50%;
    background-image: url(imagens/seta_menor_volta_2.png);
}

.ui-datepicker-prev-hover{
    background-position: center center;
    background-repeat: no-repeat !important;;
    background-size: 50% !important;; 
    background-image: url(imagens/seta_menor_volta_2.png) !important;
}

.ui-datepicker-next{
    background-image: url(imagens/seta_menor_vai_1.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 50%;
}

.ui-datepicker-next:hover{
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 50%;
    background-image: url(imagens/seta_menor_vai_2.png);
}

.ui-datepicker-next-hover{
    background-position: center center;
    background-repeat: no-repeat !important;;
    background-size: 50% !important;;
    background-image: url(imagens/seta_menor_vai_2.png) !important;
}








    
/* Rodapé -------------------- */

footer{
    margin-top: 00px;
    background-color: #e1e1e1;
    display: table;
    width: 100%;
    padding-top: 50px;
    padding-bottom: 150px;
}

footer .esquerda{
    width: 33%;
    min-height: 320px;
    float: left;
    border: 0px solid #3f3f41;
    border-right: 1px solid #3f3f41;
    min-width: 400px;
}

footer .direita{
    min-height: 320px;
    width: 33%;
    float: right;
    border: 0px solid #3f3f41;
    border-left: 1px solid #3f3f41;
    min-width: 410px;
    text-align: center;
}

footer .centro{
    margin: 0 auto;
    padding: 20px;
    text-align: center;
    font-family: 'Francois One', sans-serif;
    font-size: 12px;
    color: #b2a583;
    line-height: 20spx;
}

footer .centro a:link{
    font-family: 'Francois One', sans-serif;
    font-size: 14px;
    color: #716967;
}

footer .centro a:active{
    color: #716967;
}

footer .centro a:visited{
    color: #716967;
}

footer .centro a:hover{
    color: #000;
}


footer .centro_contato{
    margin-top: 20px;
    margin-bottom: 20px;
    font-family: 'Alike', serif;
    color: #616967;
    font-size: 18px;
    line-height: 28px;
}

footer .centro_contato span{
    font-size: 12px;
}


footer h2{
    font-size: 16px;
    color: #616967;
    margin-bottom: 20px;
    font-family: 'Francois One', sans-serif;
    text-align: center;
}

footer .blocoInterno{
    display: table;
    width: 85%;
    margin: 0 auto;
}

.footer_logo{
    width: 200px;
    float: left;
    background-image: url(imagens/logo_chapeuDePalha.png);
    background-repeat: no-repeat;
    background-position: 0px 25px;
    background-size: 160px;
    height: 100%;
    min-height: 200px;
}

.blocoInternoColuna{
    float: left;
    margin-right: 1%;
    font-family: 'Francois One', sans-serif;
}

.blocoInternoColuna ul{
    margin-left: 15px;
}

.blocoInternoColuna a:link{
    font-family: 'Francois One', sans-serif;
    font-size: 12px;
    line-height: 28px;
    color: #716967;
}

.blocoInternoColuna a:active{
    color: #716967;
}

.blocoInternoColuna a:visited{
    color: #716967;
}

.blocoInternoColuna a:hover{
    color: #222;
}


.centro_redes{
    margin-top: 18px;
    margin-bottom: 18px;
    text-align: center;
}
.centro_redes a{
    margin-left: 20px;
    margin-right: 20px;
}

.centro_rodape{
    font-size: 14px;
    line-height: 20px;
}


.form_linha{
    display: table;
    width: 100%;
    padding-top: 12px;
    padding-bottom: 3px;
    border-bottom: 1px solid #b2a583;
    color: #716967;
    font-size: 16px;
}

footer .coluna_rotulo{
    width: 52px
}

.form_label{
    float: left;
    width: 70px;
}

footer .form_ultimaLinha{
    margin-top: 20px;
    display: table;
    width: 100%;
    color: #716967;
    font-size: 12px;
    line-height: 20px;
}

footer .form_col_botao{
    float: right;
    display: table;
    margin-left: 20px;
}


footer .campo{
    font-size: 16px;
    padding: 4px;
    width: 265px;
    margin-top: -7px;
    border: 0px solid black;
}

footer .campo:focus{
    background-color: #ebebeb;
}

footer .campoTXT{
    width: 335px;
    margin-top: 10px;
    border: 0px solid black;
}

footer .form_botao{
    color: #b2a583;
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    padding: 8px 14px;
    border: 1px solid #b2a583;
    background-color: #e1e1e1;
}

footer .form_botao:hover{
    background-color: #d1d1d1;
    color: #716967;
    border: 1px solid #514947;
}

footer .form_footer{

}


footer .iframeRodape{
    margin: 0 auto;
    width: 100%;
    height: 280px;
    max-width: 450px;
    overflow: hidden;
}




