 
:root{
  --dourado : #c4ae73;
}


nav{
  position: fixed !important;
}


html {
  scroll-padding-top: 80px; /* altura do menu fixo */
  scroll-behavior: smooth;  /* rolagem suave */
}

.bg-dourado{
  background-color: var(--dourado);
}
.text-dourado, span{
  color: var(--dourado);
}


#particles {
    position: fixed;
    top: 0;
    left: 0;
    pointer-events: none;
    width: 100vw;
    height: 100vh;
    z-index: 1;
}


p{
  color: #fff;
}

.medium {
  font-weight: 500
}

* {
  font-family: "brandon-grotesque", sans-serif;
  letter-spacing: .3rem;
  font-weight: normal;
}




html {
  background-color: #000;
  overflow-x: hidden;
  scroll-behavior: smooth !important
}

 nav{
  background-image: url('../img/bgmadeira.webp');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: sticky;
  top: 0px;
  z-index: 9999999999999999 !important;
 }


header {
  background-image: linear-gradient(#0000007c ,  #00000036) , url(../img/bg-home.webp);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 700px;
  height: 100vh;
  
} 
 

.bb{
  border-bottom: 1px solid var(--dourado);
}

#contato {
  background:  #30281fe1;
  background-position: center;
  background-size: cover;


  z-index: 9999; 
  position: relative; 
  top: -100px;
}

.tituloposform{

  position: relative;
  top: -1rem;


}

.designerelevado {
  background-image: url(../img/bg-body.webp);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

#video{

background-image: linear-gradient(#000a, #000a) , url('../img/bg-video.webp');
background-position: center;
background-repeat: no-repeat;
background-size: cover;
min-height: 400px ;
height: 500px;


}


#infinito{

background: url('../img/circulo.webp') , url('../img/bg-infinito.webp');
background-position: left center;
background-repeat: no-repeat;
background-size: contain, cover;


}
.icone{
  width: 40px;
}


#edsa{
  background-image: url('../img/bg-edsa.webp');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: ;
}

#peninsula{

background-image: url('../img/bg-peninsula.webp');
background-position: center;
background-repeat: no-repeat;
background-size: cover;
min-height: ;


}

#mapa{

  background-image: url('../img/bg-madeira.webp');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: ;

}

 



/* form  */

input {
  color: #fff !important;
  background-color: #443930 !important;
  border-radius: 0 !important;
  border: none !important;
  border-bottom: 1px solid !important;
  border: 1px solid;
}

 

input::placeholder {
  
  text-transform: uppercase;
  color: #866a31 !important;
  background-color: #fff0 !important;
  border-radius: 0 !important;
  font-size: .6rem;
  letter-spacing: .3rem;
  font-weight: 500
}

#navbarNav .nav-item {
  margin-left: 2px;
  
}

a.nav-link  {
 
  color:#fff !important;
  font-size: 10px;
  letter-spacing: 2px !important;


}

#navbarNav .nav-item+.nav-item::after {
  content: "";
  display: inline-block;
  position: absolute;
  height: 50%;
  width: 2px;
  background-color: #92513566;
  top: 50%;
  left: -2px;
  transform: translateY(-50%)
}

.btnform {
  background-color: #866a31;
  text-transform: uppercase;
  border: none !important;
  border-radius: 0px;
  color: #fff;
  font-size: .6rem;
  letter-spacing: 0 !important;
  font-weight: 500
}

/* fim form  */


.centro{
  display: flex;
  justify-content: center;
  align-items: center;
}

li {
  font-size: 0.5rem;
  text-transform: uppercase;
  padding-bottom: 0.6rem;
}


.localizacao{
  font-size: 0.7rem;
}


#preference{

  background-image: url('../img/bg-preference.webp');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  
}


#cyrela{
  background: url('../img/bg-casinha.webp'),url('../img/bg-preference.webp')    ;
  background-position: right bottom , center;
  background-repeat: no-repeat;
  background-size: contain,cover;
  height: 100vh;
  min-height: 800px;
}

a.mt-3.px-5.btn.btn-warning.btnhome {
    border: 2px solid #fff !important;
    border-radius: 0px !important;
    color: #fff !important;
    background: #aaa0 !important;
}


/* galeria redonda */
.galeriaaredondada{
  height: 70vh;
  padding: 0px !important;
  display: grid;
  grid-template-columns: 3fr;
  grid-template-rows: 1fr;

}

.galeriaaredondada > * {
  grid-column: 1 / 2;
  grid-row: 1 / 2;
  z-index: 1; /* Padrão */
}


.galeriaitem{
  height: 100%;

  background-position: center !important; 
  background-repeat: no-repeat !important; 
  background-size: cover !important; 
  border-top-right-radius: 35vh ; 
  border-bottom-right-radius: 35vh ;  
  cursor: pointer;
  transition: all 0.5s ease;
  background: #000000d2;
  display: flex;
  justify-content: end;
  align-items: end;


}

.galeriaitem:hover{

box-shadow: 20px 20px 20px 20px #0000005e;
  
 
transition: all 0.5s ease;
}



.galeriaitem:nth-child(1) {
  /* O primeiro item (mais baixo) */
  width: 100%;
 
  z-index: 1; /* O mais baixo no empilhamento */
  border-top-right-radius: 0px !important ;  
  border-bottom-right-radius: 0px  !important;   
}

.galeriaitem:nth-child(2) {
  /* O segundo item */
  width: 75%; /* 100% - 14.28% */
 
  z-index: 2; /* Fica acima do primeiro */
}

.galeriaitem:nth-child(3) {
  /* O terceiro item */
  width: 50%; /* 100% - (14.28% * 2) */
 
  z-index: 3; /* Fica acima do segundo */
}

.galeriaitem:nth-child(4) {
  /* O quarto item */
  width: 25%; /* 100% - (14.28% * 3) */
  z-index: 4;
}
/* /////////////////////////////// */


 

.btn-quero-mais {
    background-color: #a48a60; /* Tom dourado/bege do botão */
    color: #fff;
    border-radius: 4px;
    padding: 12px 25px;
    font-weight: bold;
    letter-spacing: 1px;
    text-transform: uppercase;
    transition: background-color 0.3s ease;
}

.btn-quero-mais:hover {
    background-color: #b99d72; /* Cor mais clara no hover */
    color: #fff;
}




/* --- Estilos para o Slick Slider --- */
.slider-coluna {
    position: relative;
    overflow: visible; /* Para que os slides "vazem" e apareçam */
    padding-left: 0;
}

.slider-principal {
    margin-left: 0;
    padding-left: 0;
}

.slide-caption {
    text-align: center;
    color: #f0e9e1;
    margin-top: 20px;
    font-weight: bold;
    font-size: 0.9rem;
    letter-spacing: 1px;
}

.slider-principal .slick-center {
    transform: scale(1); /* Slide central volta ao tamanho normal */
}

.slider-principal .item-slide img {
    width: 100%;
    border-radius: 25px; /* Bordas arredondadas como na imagem */
    box-shadow: 0 10px 30px rgba(0,0,0,0.2);
}




.slide-caption span {
    display: block;
    font-weight: normal;
    font-size: 0.8rem;
    opacity: 0.7;
}
.slider-principal .slick-track {
    display: flex;
    align-items: center;
}

.slider-principal .item-slide {
    /* padding: 0 10px; */
    transform: scale(0.85);
    transition: transform 0.4s ease-in-out;
    opacity: 0.7;
}

.slider-principal .slick-center {
    transform: scale(1);
    opacity: 1;
}

/* Garante que as imagens "vazem" e apareçam como na referência */
@media (min-width: 992px) {
    .slider-coluna {
        padding-left: 0;
    }

    .slider-principal {
        margin-left: -100px; /* você pode ajustar esse valor pra controlar o quanto "vaza" */
    }
}


.btnform{
  width: 100%;
}

a.btn-informacoes , .btnform {
  background-color: #bfa978;
  color: #3e3e3e;
  border: none;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 2px;
  cursor: pointer;
  transition: background-color 0.3s ease;
 
  height: calc(1.5em + .75rem + 2px);

  border-radius: 0px !important;

  
}

a.btn-informacoes:hover , .btnform:hover {
  background-color: #a9946a;
}

@media (max-width: 800px){


  #contato{
    position: unset !important;
   
  }

.ls-0{
  letter-spacing: 0px !important;
}


  header{
    height: unset !important;
    max-height: unset !important;
    padding-top: 5rem;
  }



  .galeriaaredondada{
    display: none;
  }

.img-wrapper {
  width: 100%;
  height: 400px; /* você pode ajustar esse valor como quiser */
  overflow: hidden;
}

.img-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}


#cyrela{

background-size: 0px , cover;
height: unset;


}


#navbarNav .nav-item+.nav-item::after {
    content: "";
    display: inline-block;
    position: absolute;
    height: 50%;
    width: 2px;
    background-color: #92513500;
    top: 50%;
    left: -2px;
    transform: translateY(-50%);
}

.d-flex.align-items-center.flex-column.flex-md-row {
    width: 100%;
    text-align: center;
}

.remodalvideo{
  max-width: 100% !important;
}


}
 


.galerialazer img {
  width: 100%;
  height: 400px; /* ou ajuste conforme o layout */
  object-fit: cover;
  object-position: center;
  display: block;
  border-radius: 10px; /* opcional */
}


.slick-dots {
  text-align: center;
  margin-top: 20px;
  padding: 0;
  list-style: none;
}

.slick-dots li {
  display: inline-block;
  margin: 0 6px;
}

.slick-dots button {
  font-size: 0;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #fff;
  border: none;
  opacity: 0.5;
  transition: all 0.3s;
}

.slick-dots li.slick-active button {
  opacity: 1;
  background: #fff;
  width: 14px;
  height: 14px;
}

 /* ============= */


 .galerialazer .item-slide {
  transform: scale(0.8);
  transition: transform 0.3s ease;
  border-radius: 20px;
  overflow: hidden;
}

.galerialazer .slick-current .item-slide {
  transform: scale(1);
  z-index: 2;
}

.galerialazer .item-slide img {
  width: 100%;
  height: 300px;
  object-fit: cover;
  border-radius: 20px;
}

.slick-dots li button:before {
  color: #fff !important;
}

.seta{
  object-fit: unset !important;
  width: 40px !important;
  height: auto !important;

}
.box-seta{
  display: flex;
  justify-content: end;
  align-items: center;
  gap: 1rem;
}
.btn-prev-slick{
  rotate: 180deg;
}


/* ======================================= */
#acordeonvertical {
  height: 50vh;
  width: 100%;
  display: flex;
  overflow: hidden; /* impede a barra de scroll horizontal */
}

.acordeonintem {
  height: 100%;
  width: 10%;
  transition: width 0.7s ease;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 2rem;
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
  flex-direction: column;
  overflow: hidden;
  position: relative;
}

.acordeonintem.active {
  width: 60%;
}

.acordeonintem p.titulo,
.acordeonintem p.descricao {
  opacity: 0;
  transition: opacity 0.5s ease;
  display: none;
  margin: 0;
}

.acordeonintem.active p.titulo,
.acordeonintem.active p.descricao {
  display: block;
  opacity: 1;
}

.acordeonintem.active p.descricao{
  font-size: 12px;
  letter-spacing: 0;
}


@media (max-width: 768px) {
  #acordeonvertical {
    flex-direction: column;
    height: auto;
  }

  .acordeonintem,
  .acordeonintem.active {
    width: 100%;
    height: auto;
    transition: max-height 0.7s ease, opacity 0.7s ease;
    overflow: hidden;
  }

  .acordeonintem p.titulo,
  .acordeonintem p.descricao {
    display: block;
    max-height: 0;
    opacity: 0;
    transition: max-height 0.5s ease, opacity 0.5s ease;
    overflow: hidden;
  }

  .acordeonintem.active p.titulo,
  .acordeonintem.active p.descricao {
    max-height: 500px;
    opacity: 1;
  }

.acordeonintem p.titulo {
    display: contents;
}


}


.acordeonintem p.titulo {
    
    rotate: 90deg !important;
}

.acordeonintem.active p.titulo {
    display: contents;
    rotate: unset;
}


.legenda{
  position: absolute;   
  

  padding: 0px !important;
  margin: 0px !important;

  left: 1rem;
  bottom: 0;
  
  font-size: 12px ;

}

.taghome{
  position: absolute;
  right: 0;
  top: 2rem;
  ;z-index: 999999999999999999;
}



#areacomum{

  background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.651)), url('../img/areacomum.webp');
  background-position: center ;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 400px;
  height: 70vh;

}

.logo-preference{
  max-width: 250px;
}

@media (max-width: 800px){


.logo-preference{

  width: 85px;

}


.legenda{
  display: none;
}
.tituloposform{
  position: unset;
  margin-top: 2rem;
}


header {
  height: unset !important;
  min-width: none !important;
  min-height: unset !important;
}

.taghome{
  position: unset !important;
  align-self: flex-end;
  display: flex;
}


.texto{
  text-align: center !important;
}

}


.texto{
  text-align: left;
}

img.infinito-txt {
    width: 2rem;
    padding-right: 0.3rem;
    padding-bottom: 0.3rem;
}

.titulo-preference{
  font-size: 0.9rem ;
}

.preference-descricao{
  font-size: 0.9rem;
  color: #fff;
  letter-spacing: 0px;
}

.feature{
text-align: left !important;
}
 
@media (max-width: 800px) {
  
  
  
  .feature {
    max-width: 300px; 
    background-color: #0008;
    min-height: 200px;
    display: flex;
    flex-direction: column; 
    justify-content: center;
    align-items: center;
    padding: 1rem;
    border-radius: 20px;
    margin: auto; 
    box-sizing: border-box;
    text-align: center;
  }

  .titulo-preference {
    font-size: 1rem;
    color: #fff;
    font-weight: bold;
    margin-bottom: 0.5rem;
  }

  .preference-descricao {
    font-size: 0.9rem;
    color: #fff;
    letter-spacing: 0px;
  }

.carousel-indicators li {
  background-color: #fff;
}

.carousel-indicators .active {
  background-color: #b99d72; /* cor de destaque */
}


ol li {
    width: 10px !important;
    height: 0px !important;
    border-radius: 50%;
}

.carousel-control-prev , .carousel-control-next  {
    position: unset;
    opacity: 1!important ;
}

}

.carousel-control-prev , .carousel-control-next  {
display: none;
}


div#cookies {
    background: url('../img/bg-preference.png') !important;
}

.cookies a, .cookies a:hover {
    color: #bfa978 !important;
    text-decoration: underline;
    letter-spacing: 0px !important;
}
.cookies p{
  letter-spacing: 0px;
}
.cookies .btn {
    display: inline-block;
    background-color: #bfa978 !important;
    color: #050101;
    height: auto;
    padding: 4px 13px;
    border-radius: 2px;
    font-size: 12px;
    border: none;
    margin-top: 5px;
}


@media (max-width: 800px){

  .txthomeapt{
    font-size: .9rem !important;
  }

  a.mt-3.px-5.btn.btn-warning.btnhome.mb-5.btn-home{

    background: rgb(191, 169, 120) !important;
    color: #000 !important;
    border: none !important;
  }

}