@import url("../css/reset.css");
@import url("../css/themecolors.css");
@import url("../css/mobile.css");
/* fade-in pages */
body{	
    animation: fadein 1s; /* PadrÃ£o */
    -webkit-animation: fadein 1s; /* Webkit */
    -moz-animation: fadein 1s; /* Firefox */
    -ms-animation: fadein 1s; /* IE */
}
@keyframes fadein {
    from { opacity: 0.4; }
    to { opacity: 1; } /* PadrÃ£o */
}
@-moz-keyframes fadein {
    from { opacity: 0.4; }
    to { opacity: 1; } /* Firefox */
}
@-webkit-keyframes fadein {
    from { opacity: 0.4; }
    to { opacity: 1; } /* Webkit */
}
@-ms-keyframes fadein {
    from { opacity: 0.4; }
    to { opacity: 1; } /* IE */
}

body{
    overflow-x: hidden;
}

/* HEADER */
header{
    background:#45483f;
    padding:30px 20px;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 30;
}

.logoH img{
    transition-duration: 0.4s;
    -moz-transition-duration: 0.4s;
    -webkit-transition-duration: 0.4s;
}

.dl-menu{
    display:flex;
    flex-wrap:wrap;
    position: relative;
    z-index:2;
}
#menu .dl-menu > li{
    position:relative;
    margin-right: 20px;
}
#menu .dl-menu > li:last-child{
    margin-right: 0;
}
#menu .dl-menu > li > a{
    border-radius:5px;
    padding: 6px 0;
    font-size: 14px;
    color: #fff;
    text-transform: uppercase;
    border-radius: 0;
    font-weight: 600;
    cursor: pointer;
}
#menu .dl-menu li.hideDesk{
    display: none;
}

.reservasHeader{
    padding: 5px 20px;
    font-weight: 600;
    color: #fff;
    border: 1px solid #fff;
    font-size: 14px;
    cursor: pointer;
}
.reservasHeader img{
    margin-right: 10px;
}

/* header scroll */
header.scroll{
    padding: 10px 20px;

    /* box-shadow: 0px 0px 10px 0px rgba(255,255,255,1);
    -moz-box-shadow: 0px 0px 10px 0px rgba(255,255,255,1);
    -webkit-box-shadow: 0px 0px 10px 0px rgba(255,255,255,1); */
}
header.scroll .logoH img{
    max-width: 200px;

    transition-duration: 0.4s;
    -moz-transition-duration: 0.4s;
    -webkit-transition-duration: 0.4s;
}




/* Banner */
#banner{
    margin-top: 146px;
}

#banner img{
    width: 100%;
    height: 550px;
    object-fit: cover;
    object-position: center;
}

.sobreBanner{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    justify-content: center;
    align-items: center;
    background: rgba(0, 0, 0, 0.5);
}
.sobreBanner .main{
    height: fit-content;
    height: -moz-fit-content;
    margin-top: auto;
    margin-bottom: 50px;
}
.sobreBanner h1{
    margin-top: -150px;

    transition-duration: 0.4s;
    -moz-transition-duration: 0.4s;
    -webkit-transition-duration: 0.4s;
}
#banner .swiper-slide-active .sobreBanner h1{
    margin-top: 0;

    transition-duration: 0.8s;
    -moz-transition-duration: 0.8s;
    -webkit-transition-duration: 0.8s;
}


/* O Espaço */
.fullW{
    width: 100%;
}

.espaco{
    background: #f3e6d6 url('../img/marcadagua.png') no-repeat center center;
    position: relative;
    overflow: hidden;
}
.espaco::before{
    content: '';
    position: absolute;
    bottom: 0;
    left: -400px;
    width: 746px;
    height: 542px;
    background: url('../img/planta2.png') no-repeat;
    z-index: 1;
}
.espaco::after{
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 215px;
    height: 298px;
    background: url('../img/planta1.png') no-repeat;
    z-index: 1;
}

.espaco .main{
    z-index: 4;
}

.fotoEspaco{
    width: 37%;
}
.fotoEspaco a,
.fotoEspaco img{
    width: 100%;
    height: 100%;
}

.txtEspaco{
    width: 57%;
    height: fit-content;
    height: -moz-fit-content;
    text-align: justify;
}
.txtEspaco h6{
    color: #333333;
}


/* Galeria */
.galeria{
    background: url('../img/bgFotos.png') no-repeat top center;
    background-size: cover;
}

.menuGaleria{
    width: fit-content;
    width: -moz-fit-content;
    margin-bottom: 45px;
    display: flex;
    align-items: center;
}
.menuGaleria li{
    width: fit-content;
    width: -moz-fit-content;
    display: flex;
    margin-right: 15px;
}
.menuGaleria li:last-child{
    margin-right: 0;
}
.menuGaleria li a{
    width: fit-content;
    width: -moz-fit-content;
    color: #222222;
    font-size: 18px;
    line-height: 23px;
    text-transform: uppercase;
    font-weight: bold;
    position: relative;
    display: flex;
    padding-bottom: 5px;
}
.menuGaleria li:hover a,
.menuGaleria li.ativo a{
    color: #a29061;
}

.menuGaleria li:hover a::before,
.menuGaleria li.ativo a::before{
    content: '';
    position: absolute;
    bottom: 0;
    left: 25%;
    width: 50%;
    height: 2px;
    background: #a29061;
}

.galeriaDesk{
    width: 100%;
}

.itemGaleria{
    width: 100%;
}
.itemGaleria .imgHide{
    display: none;
}

.imgPrincipal{
    width: 100%;
}
.imgPrincipal img{
    width: 100%;
    object-fit: cover;
    object-position: center;
    height: 267px;
}

.hoverGallery{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5) url('../img/icon_search.png') no-repeat center center;
    opacity: 0;

    transition-duration: 0.4s;
    -moz-transition-duration: 0.4s;
    -webkit-transition-duration: 0.4s;
}
.imgPrincipal:hover .hoverGallery{
    opacity: 1;

    transition-duration: 0.4s;
    -moz-transition-duration: 0.4s;
    -webkit-transition-duration: 0.4s;
}

.galeriaMobile{
    width: 100%;
    display: none;
}

.sliderGaleria .swiper-wrapper{
    padding-bottom: 30px;
}
.sliderGaleria .swiper-pagination{
    position: relative;
}


/* Comodidades */
.comodidades{
    background: url('../img/bgComodidades.jpg') no-repeat center center;
    background-size: cover;
    position: relative;
    padding: 80px 20px;
}
.comodidades::before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 1;
}

.comodidades .main{
    z-index: 4;
}

.comodidades .big-t{
    margin-bottom: 60px;
}

.listarComodidades{
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    justify-content: space-around;
}

.comodidadeItem{
    width: 24%;
    margin-bottom: 30px;
}

.comodidadeItem .imgComodidade{
    height: 61px;
    width: 100%;
    justify-content: center;
    margin-bottom: 10px;
}
.comodidadeItem .imgComodidade img{
    width: fit-content;
    width: -moz-fit-content;
    height: fit-content;
    height: -moz-fit-content;
}

.comodidadeItem h6{
    font-size: 18px;
    line-height: 23px;
    text-align: center;
    font-family: 'Source Sans Pro', sans-serif;
}


/* Servicos */
.servicos{
    background: #f3e6d6 url('../img/bgServicos.png') no-repeat center bottom;
}

.servicoItem{
    width: 30%;
}

.imgServico{
    width: 100%;
    height: 136px;
    justify-content: center;
    align-items: flex-end;
}

.imgServico img{
    width: fit-content;
    width: -moz-fit-content;
    height: fit-content;
    height: -moz-fit-content;
}

.servicoItem p{
    text-align: justify;
}


/* Localização */
.localizacao{
    background: #f3e6d6 url('../img/bgLocalizacao.png') no-repeat top center;

}

.localizacao h5{
    margin-top: 45px;
    width: 100%;
    font-size: 40px;
    line-height: 45px;
    color: #a29061;
}
.lineDetail{
    position: relative;
    padding-bottom: 10px;
}
.lineDetail::before{
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -75px;
    width: 150px;
    height: 3px;
    background: #a29061;
}

.gridDistancias{
    width: 100%;
    margin-top: 30px;
    grid-gap: 30px;
}

.distanciaItem{
    width: 100%;
}

.iconDistancia{
    margin-bottom: 5px;
    height: 45px;
    width: 100%;
    justify-content: center;
}
.distanciaItem h6{
    width: 100%;
    margin-bottom: 10px;
    color: #333;
    font-size: 20px;
    line-height: 25px;
}
.linhaDistancia{
    width: 100%;
    margin-bottom: 5px;
    margin-top: 10px;
    justify-content: center;
}
.linhaDistancia img{
    width: fit-content;
    width: -moz-fit-content;
    height: fit-content;
    height: -moz-fit-content;
}
.distanciaItem p{
    width: 100%;
    text-align: center;
    font-size: 18px;
    line-height: 23px;
    color: #333;
    text-transform: uppercase;
}


/* Reservas */
.reservas{
    background: url('../img/bgReservas.png') no-repeat center center;
    padding-top: 30px;
    position: relative;
}
.reservas::before{
    content: '';
    position: absolute;
    top: 0;
    left: -20%;
    width: 59%;
    height: 180px;
    background: #45483f;
    z-index: 1;
    transform: skew(-45deg);
}

.reservas .main{
    z-index: 4;
}

.reservaTitle{
    width: 80%;
    position: relative;
    margin-bottom: 170px;
    margin-left: auto;
    margin-right: auto;
}
.reservaTitle h3{
    color: #a29061;
    font-size: 90px;
    line-height: 90px;
}

.txtReserva{
    width: fit-content;
    width: -moz-fit-content;
}
.txtReserva p{
    color: #fff;
    margin-bottom: 0;
}


#form_reserva{
    width: 80%;
    height:available;
    height:fit-content;
    margin-left: auto;
    margin-right: auto;
}

#form_reserva input{
    background: transparent;
    border: 1px solid #fff;
    border-radius: 0;
    padding: 10px;
    font-size: 16px;
    color: #fff;
}

#form_reserva input[type="date"]{
    width: 49.8%;
    padding: 10px;
    display: flex;
    margin-bottom: 5px;
    border-radius: 3px;
    background: transparent;
    padding-left: 10px;
    position: relative;
}
#form_reserva input[type="date"]:before{
    color:#fff;
    content:attr(placeholder);
    width: 100%;
}
#form_reserva input[type="date"].full:before {
    color:#fff;
    content:""!important;
    display: none;
}
#form_reserva input[type="date"]::-webkit-calendar-picker-indicator {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: auto;
    height: auto;
    color: transparent;
    background: transparent;
}
#form_reserva input[type="date"]::-webkit-inner-spin-button {
    z-index: 1;
}
#form_reserva input[type="date"]::-webkit-clear-button {
    z-index: 1;
}

#form_reserva .msg{
    width:100%;
    min-height:100px;
    border-radius:0;
    background: transparent;
    border: 1px solid #fff;
    padding: 10px;
    font-size: 16px;
}
#form_reserva textarea{
    overflow: hidden;
}
#form_reserva .button{
    cursor: pointer;
    color: #a29061;
    background: #fff;
    border-radius: 0;
    text-transform: uppercase;
    font-weight: bold;
    padding: 12px 50px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 15px;
}

#form_reserva input:focus,
#form_reserva .msg:focus{
    border-color: #45483f;
}

::-webkit-input-placeholder {
    color: #fff;
} 
:-moz-placeholder { /* Firefox 18- */
    color: #fff;  
} 
::-moz-placeholder {  /* Firefox 19+ */
    color: #fff;  
} 
:-ms-input-placeholder {  
    color: #fff;  
}


/* Contato */
.contato{
    background: #f3e6d6 url('../img/bgContato.png') no-repeat center center;
    background-size: cover;
    padding: 150px 20px;
}

.contato h2{
    margin-bottom: 50px;
}

.contato p{
    margin-bottom: 10px;
    font-weight: 600;
    text-align: center;
}

.contato a{
    font-weight: 600;
    font-size: 18px;
    line-height: 23px;
    color: #444;
    text-align: center;
}

.social{
    margin-top: 40px;
}
.social a{
    /* filter: grayscale(100%); */
    width: 25px;
    height: 25px;
    margin: 0 20px;
}
.social li{
    align-items: center;
}


/* Footer */
footer{
    background: #45483f;
    padding: 30px 20px;
}

footer p{
    font-size: 16px;
    line-height: 18px;
    text-transform: uppercase;
    font-weight: 600;
    color: #fff;
    margin-bottom: 0;
}