:root{
    --cinza:#f0f0f0;
    --cinzaescuro:#252422;
    --azul:#008089;
    
    --dourado:#a88a49;
}
:focus {
  border: none;
  box-shadow: unset !important;
  outline: unset !important;
}

.bg-cinzaescuro{background-color: var(--cinzaescuro) !important;}
.bg-cinza{background-color: var(--cinza) !important;}
.bg-azul{background-color: var(--azul) !important;}

.text-cinza{ color: var(--cinza); }
.text-cinzaescuro{ color: #686868; }
.text-azul{ color: var(--azul) !important; }

.text-dourado{color: var(--dourado);}
.bg-dourado{
  background-color: var(--dourado) !important;
}




a.btn.bg-dourado {
  letter-spacing: 4px;
  font-size: 12px;
  padding: 10px 39px;
  color: #fff;
  font-weight: lighter;
  border-radius: 0px;
}
@font-face {
  font-family: 'Coco Gothic';
  src: url('font/CocoGothic-Light.eot');
  src: url('font/CocoGothic-Light.eot?#iefix') format('embedded-opentype'),
      url('font/CocoGothic-Light.woff2') format('woff2'),
      url('font/CocoGothic-Light.woff') format('woff'),
      url('font/CocoGothic-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Coco Gothic';
  src: url('font/CocoGothic-Bold.eot');
  src: url('font/CocoGothic-Bold.eot?#iefix') format('embedded-opentype'),
      url('font/CocoGothic-Bold.woff2') format('woff2'),
      url('font/CocoGothic-Bold.woff') format('woff'),
      url('font/CocoGothic-Bold.ttf') format('truetype');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Coco Gothic';
  src: url('font/CocoGothic.eot');
  src: url('font/CocoGothic.eot?#iefix') format('embedded-opentype'),
      url('font/CocoGothic.woff2') format('woff2'),
      url('font/CocoGothic.woff') format('woff'),
      url('font/CocoGothic.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}


@font-face {
  font-family: 'F37 Ginger';
  src: url('font/F37Ginger.eot');
  src: url('font/F37Ginger.eot?#iefix') format('embedded-opentype'),
      url('font/F37Ginger.woff2') format('woff2'),
      url('font/F37Ginger.woff') format('woff'),
      url('font/F37Ginger.ttf') format('truetype'),
      url('font/F37Ginger.svg#F37Ginger') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}



.numero , .fancybox__caption{

  font-family: 'F37 Ginger' !important;
}

body {
    font-family: 'Coco Gothic' !important;
}



.g1{
    gap: 1rem;
}

.bannerhome{
   
    background-position: center ;
    background-repeat: no-repeat ;
    background-size: cover ;
    min-height: 400px ;
    box-shadow: inset 0px 90px 69px 14px #00000085;
    height: 70vh;
}


  #contato{

    background-image:linear-gradient(0deg, rgba(36,36,34,1) 27%, rgba(36,36,34,1) 0, rgba(0,212,255,0) 25%), url('../img/aguaform.png') , url('../img/agua.png');
    background-position: bottom, top, 0px 350px;
    background-repeat: no-repeat , repeat;
    background-size: contain,cover;
    min-height: 600px ;

  }

  #post{
    background: url('../img/bg-post.png') , linear-gradient(0deg, rgba(36,36,34,1),rgba(36,36,34,1));
    background-position:  bottom, center;
    background-repeat: no-repeat;
    background-size: contain ,cover;
   position: relative;
   top: -1px;


  }

  .titulo-post{
    text-transform: uppercase;
    letter-spacing: 4px;
  }

p{
  letter-spacing: 3px;
  line-height: 1.8rem;
  
}


.box-form{
    height: 55vh;
    min-height: 493.9px;
}


.logo{
    width: 250px;
}

.sombra{
    box-shadow: inset 0 -75px 49px -49px var(--cinza);
}

.card-body{
    background-image: var(--bg-card);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 150px;

    border-top-left-radius: 26px !important;
    border-bottom-right-radius: 26px !important;
    position: relative;
}

.card{
    border-top-left-radius: 27px !important;
    border: none !important;
    border-radius: 0 ;

    

}
.card-title{
    color: #fff;
    text-align: center;
    margin-bottom: 0px !important;
    padding: 0.3rem;
}
.card-footer{
    padding: 0 !important;
    font-size: 12px;
    background-color: #fff !important;
}

.card-carro{
    background: var(--azul);
    position: absolute;
    top: 0;
    right: 0;
    padding: 0.2rem;
    color: #fff;
    font-size: 12px;
}
.card-carro img , .card-lupa{
    width: 20px;
}

.card-lupa{
    position: absolute;
    right: 5%;
    bottom: 5%;
}

.borda{
border-right: 3px solid var(--cinzaescuro);
}

.box{
background-position: center  !important;
background-repeat: no-repeat;
background-size: cover;

height: 200px;
width: 200px;
border-radius: 26px;

}

.btn-plantas{
    color: #fff !important;
    text-transform: uppercase;
    border-radius: 0px !important;
}

.btn-plantas img{
    width: 25px;
    margin-right: 0.5rem;
}

.titulofacilites{
    font-weight: bold !important;
    color: #d5e5e6;
}

a.btn.btn-danger {
    background: #ff7800 !important;
    border: none !important;
}

input , textarea{
    border-radius: 0 !important;
    color: #fff;
    background-color: #00000000 !important;
    
}

input{
  border: none !important;
  border-bottom: 1px solid #fff !important;
  padding: 0px  !important;
  width: 100%;
  
}

input::placeholder , textarea::placeholder{
    font-size: 12px !important;
    color: #fff !important;
    font-family: 'F37 Ginger' !important;
}



.btn.btn-warning.bg-bege , button#btn-book{
    background-color: #ff7800 !important;
    border-radius: 0px !important;
    color: #fff;
    font-weight: bold;
}

.bolha{
    height: 100vh !important;
    min-height: 500px !important;
    max-height: 700px !important;
}

.textop{
  font-size: 12px; line-height: unset; letter-spacing: unset; 
}


#galerialaisla{

  background-image: url('../img/bg-galeria.png');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: ;

}

#mundo{
  


}


@media (max-width: 800px){


    .bolha{
        display: none;
    }

    header{
        background-position: unset;
        background-position: top left;
        background-size: unset;
    }

    header, .box-form{
        height: unset;
    }

    .display-2{
        font-size: 4rem !important;
    }


    .logoazul{
        width: 200px;
    }

    .titulofacilites{
        font-size: 2rem !important;
        text-align: center;
    }

    nav{
        position: fixed !important;
        z-index: 9999;
        right: 0 !important;
        top: 0 !important;
        display: flex;
        justify-content: end;
        align-items: end;
    
    
    } 


    nav.navbar.navbar-expand-lg.navbar-dark {
        width: 100% !important;
        justify-content: end;
    }
    
  
    
    div#navbarNav {
       background-image: url('../img/bg-galeria.png');
       background-position: center;
       background-repeat: no-repeat;
       background-size: cover;
       
      box-shadow: -7px 15px 20px rgba(0, 0, 0, 0.747);
      
      position: absolute;
      width: 100%;
      left: 0;
      top: 0;
      padding: 1rem;
    }



}




.navbar-collapse.justify-content-between.text-center.collapse.show {
 
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  padding: 1rem;



}

button.navbar-toggler.align-self-end {
  z-index: 99;
}

nav.navbar.navbar-expand-lg.navbar-light {
    width: 100% !important;
    justify-content: end;
}
 
.nav{
    position: absolute !important;
    z-index: 99;
    display: flex;
    justify-content: center;
    align-items: center;


}

.nav-item{
    text-transform: uppercase;
}

html{
    overflow-x: hidden;
    scroll-behavior: smooth;
}

::-webkit-scrollbar {
    width: 8px;
  }
  
  ::-webkit-scrollbar-thumb {
    background-color: #155e63
    /* border-radius: 4px; */
  }
  
  ::-webkit-scrollbar-track {
    
background-color: #20979f;
  }
  




/* menu */
label {
    display: unset !important;
    margin-bottom: 0.5rem;
}

label .menu {
    position: fixed;
    right: -105px;
    top: -105px;
    z-index: 100;
    width: 180px;
    height: 180px;
    background: #FFF;
    border-radius: 50% 50% 50% 50%;
    -webkit-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    box-shadow: 0 0 0 0 #FFF, 0 0 0 0 #FFF;
    cursor: pointer;
    
  }
  
  label .hamburger {
    position: absolute;
    top: 130px;
    left: 36px;
    width: 25px;
    height: 2px;
    background: #69D2e7;
    display: block;
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
  }
  
  label .hamburger:after, label .hamburger:before {
    -webkit-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    content: "";
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    background: #69d2e7;
  }
  
  label .hamburger:before { top: -10px; }
  
  label .hamburger:after { bottom: -10px; }
  
  label input { display: none; }
  
  label input:checked + .menu {
    box-shadow: 0 0 0 100vw #FFF, 0 0 0 100vh #FFF;
    border-radius: 0;
    
  }
  
  label input:checked + .menu .hamburger {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    
  }
  
  label input:checked + .menu .hamburger:after {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    bottom: 0;
    
  }

  label input:checked + .menu .hamburger:before {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    top: 0;
    
  }
  
  label input:checked + .menu + ul { 
    opacity: 1; 
    display: flex;
    z-index: 300;
  
  }
  
  label ul {
    z-index: -1;
    position: fixed;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    opacity: 0;
    display: none;
    -webkit-transition: .25s 0s ease-in-out;
    transition: .25s 0s ease-in-out;

  }

  .main {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
  }
  
  .wrap {
    
    transform-style: preserve-3d;
    transform: perspective(100rem);
  
    cursor: pointer;
  }
  
  .containerCard {
    --rX: 0;
    --rY: 0;
    --bX: 50%;
    --bY: 80%;
    /* width: 30rem;
    height: 36rem; */
    border: 1px solid var(--background-color);
    border-radius: 1.6rem;
    /* padding: 4rem; */
    height: 250px;
    display: flex;
    justify-content: center;
    align-items: center;
    display: flex;
    align-items: center;
    position: relative;
    transform: rotateX(calc(var(--rX) * 1deg)) rotateY(calc(var(--rY) * 1deg));
    background-position: var(--bX) var(--bY) !important;
    background-size: cover !important;
    /* box-shadow: 0 0 3rem .5rem hsla(0, 0%, 0%, .2); */
    transition: transform  0.3s;
  }
  
  .containerCard::before,
  .containerCard::after {
    content: "";
  
    width: 2rem;
    height: 2rem;
    border: 1px solid #fff;
  
    position: absolute;
    z-index: 2;
  
    opacity: .3;
    transition: .3s;
  }
  
  .containerCard::before {
    top: 2rem;
    right: 2rem;
  
    border-bottom-width: 0;
    border-left-width: 0;
  }
  
  .containerCard::after {
    bottom: 2rem;
    left: 2rem;
  
    border-top-width: 0;
    border-right-width: 0;
  }
  
  .containerCard--active {
    transition: none;
  }
  
  .containerCard--2 {
    filter: hue-rotate(80deg) saturate(140%);
  }
  
  .containerCard--3 {
    filter: hue-rotate(160deg) saturate(140%);
  }
  
  .containerCard p {
    color: #fff;
    text-transform: uppercase;
    text-align: center;
  }
  
  .wrap:hover .containerCard::before,
  .wrap:hover .containerCard::after {
    width: calc(100% - 4rem);
    height: calc(100% - 4rem);
  }
  
  .abs-site-link {
    position: fixed;
    bottom: 20px;
    left: 20px;
    color: hsla(0, 0%, 0%, .6);
    font-size: 1.6rem;
  }
  

  ul.slick-dots {
    display: flex;
    justify-content: center;
    list-style: none;
    align-items: center;
    padding: 0px;
    gap: 0.8rem;
    font-size: 0px !important;
}

ul.slick-dots li button {
  background-color: #686868 !important;
  
  border: none;
  width: 10px !important;
  height: 10px !important;
  color: #aaa0;
  border-radius: 50%;
  /* box-shadow: 0 0 2px #4f4e4e; */

  font-size: 0px !important;
  padding: 0px !important;
}


@media (max-width: 450px){

  .box{
    width: 150px;
    height: 150px;
  }

}

/* .fancybox__infobar{
  display: none;
} */


.presentation{
  font-size: 0px !important;
}


#indispensavel{
  background: url('../img/bg-indispensagel.png') ;
  background-position:  center;
  background-repeat: no-repeat;
  background-size:  cover;
  min-height: 500px;
}

.nav-item{
  font-size: 11px;
}


.btn.btn-warning.bg-bege{
background-color: var(--dourado) !important;
border: none;
font-weight: unset;
font-size: 12px;
letter-spacing: 3px;
}


.boxform{

  /* background: url('../img/bg-galeria.png'); */
  background: #00000080;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: ;

  
}

@media (max-width: 800px){

  .txtcta{
    font-size: 12px;
  }


  
  button.navbar-toggler.align-self-end {
      background: #aaa0 !important;
      border:none;
  }

}

.carousel-indicators li {
  box-sizing: content-box !important;
  -ms-flex: 0 1 auto !important;
  flex: 0 1 auto !important;
  width: 10px !important;
  height: 10px !important;
  margin-right: 3px !important;
  margin-left: 3px !important;
  text-indent: -999px !important;
  cursor: pointer !important;
  background-color: #fff !important;
  background-clip: padding-box !important;
  border-top: 10px solid transparent !important;
  border-bottom: 10px solid transparent !important;
  transition: opacity .6s ease !important;
  border-radius: 50% !important;
}

header p {
  font-size: 12px;
}


#flexon{

  background-image: url('../img/logoflexon.png'), url('../img/flexon.png');
  background-position:  90% 10% , center;
  background-repeat: no-repeat;
  background-size: 100px , cover;
}

@media (max-width: 800px){

  #flexon{

    background-image: url('../img/logoflexon.png'), url('../img/flexon.png');
    background-position:  90% 12% , center;
    background-repeat: no-repeat;
    background-size: 90px , cover;
  }

}

.animacao{
  animation: appear 1s ease-in-out;
  animation-timeline: view();
  animation-range: cover 0% cover 30%;
}
 
.dir{
  animation: direita 1s ease-in-out;
  animation-timeline: view();
  animation-range: cover 0% cover 30%;
}

.animacaotitulo{
  animation: aparecer 1s ease-in-out;
  animation-timeline: view();
  animation-range: cover 0% cover 50%;
}

@media (max-width: 800px){
  ul.slick-dots {
    display: flex;
    justify-content: center;
    list-style: none;
    align-items: center;
    padding: 0px;
    gap: 0.3rem;
    font-size: 0px !important;
}


  .animacao{
    animation: appear 1s ease-in-out;
    animation-timeline: view();
    animation-range: cover 0% cover 60%;
  }
   
  .dir{
    animation: direita 1s ease-in-out;
    animation-timeline: view();
    animation-range: cover 0% cover 60%;
  }
  
  .animacaotitulo{
    animation: aparecer 1s ease-in-out;
    animation-timeline: view();
    animation-range: cover 0% cover 60%;
  }
  

}



@keyframes aparecer {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}



@keyframes appear {
  from {
    opacity: 0;
    translate: -100vw 0;
  }
  
  to {
    opacity: 1;
    translate: 0 0;
  }
}


@keyframes direita {
  0% {
    opacity: 0;
    translate: 200vw 0;
  }
  
  50% {
    opacity: 1;
    translate: 100vw 0;
  }

  100% {
    opacity: 1;
    translate: 0 0;
  }
}