@import url(https://db.onlinewebfonts.com/c/80ef43d3685d74fc0e7ba8490cd6adc1?family=Avenir+LT+Pro+45+Book);
:root{

  --azul: #4D7B7F;
  --dourado: #B2875B;
--bege:#E5DFD9;

}

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

*{
  font-family: 'Walkway UltraBold', sans-serif ;
  text-transform: uppercase;
  letter-spacing: 0.2rem;

}
p, button {
  font-size: 0.8rem !important;
}

.text-dourado{ color: #B2875B;}
.text-azul{ color: #4D7B7F;}

.bg-azul{
  background-color: var(--azul);
}
.bg-dourado{
  background-color: var(--dourado);
}


b{
  font-family:  'Walkway Black', sans-serif !important;

}


header{

  background-image: url('../img/bg-home.png');
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 600px ;
  max-height: 2000px;
  height: 80vh;

}

@media (max-width: 800px){
header{

  background-image: url('../img/bg-home.png');
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 300px ;
  max-height: unset;
  height: unset;

}


.logos{

width: 200px;


}



}

.avenir{
  font-family: "Avenir LT Pro 45 Book" !important;
}


.conteudohome{
  min-height: 400px;
  display: flex;
  justify-content: space-evenly;
  align-items: start;
  flex-direction: column;
}

a.btn-cta {
    font-size: 12px;
    letter-spacing: 3.5px;
    text-transform: uppercase;
    color: #fff;
    border: none;
    background: var(--dourado);
    padding: 5px 32px;
    text-decoration: none;
    transition: all 0.3s ease;
    cursor: pointer;
    width: 50%;
    text-align: center;
}

a.btn-cta:hover {
    background: #6e4d2b !important;
    color: #fff;
}


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

#contato{

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

}

p.valor{


font-family: 'Avenir LT Pro 45 Book' !important;
font-style: normal;
font-weight: bolder;
font-size: 1.2rem !important;
line-height: 33px;
letter-spacing: 0.1em !important;
text-transform: uppercase;

}

#mapa{
  background: linear-gradient(to top,  #4D7B7F 70%,  #ffffff 20%);
}

.pin{
  width: 20px !important;
}



/* galeria 1 */


    #galeria .img-box {
      overflow: hidden;
      border-radius: unset;
    }
 
    #galeria .img-box img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      display: block;
      transition: transform 0.4s ease;
    }
 
    #galeria .img-box:hover img {
      transform: scale(1.05);
    }
 
    .img-sm {
      height: 160px;
    }
 
    .img-fachada {
      height: 496px;
      border-radius: 0px 120px 0px 0px !important;
    }
 
    @media (max-width: 767px) {
      .img-sm {
        height: 140px;
      }
      .img-fachada {
        min-height: 300px;
      }
    }


    /* section plantas */
 
/* ── Section Plantas ── */
  #plantas {
    position: relative;
    width: 100%;
  }
 
  /* ── Hero Fixo ── */
  .plantas-hero {
    position: relative;
    width: 100%;
    height: 500px;
    background: url('../img/plantas/07.png') center center / cover no-repeat,url('../img/plantas/07.png') center center / cover no-repeat,url('../img/plantas/07.png') center center / cover no-repeat;
    display: flex;
    align-items: center;
  }
 
  .plantas-hero::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(to right, rgba(30, 25, 20, 0.85) 0%, rgba(30, 25, 20, 0.6) 40%, rgba(30, 25, 20, 0.1) 100%);
  }
 
  .plantas-hero-content {
    position: relative;
    z-index: 2;
    padding: 60px 80px;
    max-width: 500px;
  }
 
  .plantas-hero-content .icone {
    width: 50px;
    margin-bottom: 20px;
  }
 
  .plantas-hero-content h2 {
    font-size: 28px;
    font-weight: 600;
    letter-spacing: 4px;
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 15px;
    line-height: 1.3;
  }
 
  .plantas-hero-content p {
    font-size: 15px;
    color: rgba(255,255,255,0.8);
    font-weight: 300;
    margin-bottom: 30px;
  }
 
  .btn-plantas {
    display: inline-block;
    padding: 14px 30px;
    background: #c9956b;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 3px;
    font-size: 12px;
    font-weight: 600;
    text-decoration: none;
    border: none;
    transition: background 0.3s;
  }
 
  .btn-plantas:hover {
    background: #b07d55;
    color: #fff;
  }
 
  /* ── Carrossel Thumbs ── */
  .plantas-thumbs {
    position: relative;
  }
 
  .plantas-thumbs .slick-list {
    margin: 0;
  }
 
  .plantas-thumbs .thumb-item {
    height: 220px;
    overflow: hidden;
    cursor: pointer;
    position: relative;
    border-right: 3px solid #4D7B7F;
  }
 
  .plantas-thumbs .thumb-item a {
    display: block;
    width: 100%;
    height: 100%;
  }
 
  .plantas-thumbs .thumb-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.4s ease;
  }
 
  .plantas-thumbs .thumb-item:hover img {
    transform: scale(1.05);
  }
 
  /* Setas */
  .plantas-thumbs .slick-prev,
  .plantas-thumbs .slick-next {
    width: 40px;
    height: 40px;
    background: rgba(255,255,255,0.9);
    z-index: 3;
    border-radius: 0;
  }
 
  .plantas-thumbs .slick-prev {
    left: 10px;
  }
 
  .plantas-thumbs .slick-next {
    right: 10px;
  }
 
  .plantas-thumbs .slick-prev:before,
  .plantas-thumbs .slick-next:before {
    color: #333;
    font-size: 20px;
  }
 
  .plantas-thumbs .slick-prev:hover,
  .plantas-thumbs .slick-next:hover {
    background: #fff;
  }
 
  /* ── Faixa Teal ── */
  .bg-azul {
    background-color: #4D7B7F;
  }
 
  .bg-azul p {
    font-size: 14px;
    letter-spacing: 3px;
    text-transform: uppercase;
    font-weight: 400;
    margin: 0;
    /* padding: 0 80px; */
    line-height: 1.6;
  }
 .predios{
  width: 100%;
 }

@media (max-width: 900px){

  .navlogo{width: 50px;}

 .predios{
  width: unset !important;
 }

}
main {
  overflow-x: hidden;
}

.row {
  margin-right: 0;
  margin-left: 0;
}

section {
  overflow-x: hidden;
}

  @media (max-width: 767px) {


    .plantas-hero {
      height: 400px;
    }
 
    .plantas-hero-content {
      padding: unset;
      display: flex;
      justify-content: center;
      align-items: center;
      flex-direction: column;
      text-align: center;
      gap: 1rem;


    }
 
    .plantas-hero-content h2 {
      font-size: 22px;
    }
 
    .plantas-thumbs .thumb-item {
      height: 160px;
    }
 
    .bg-azul p {
      padding: 0 30px;
      font-size: 12px;
    }
  }



     /* ── Section Arquitetos ── */
  #arquitetos {
    background-image: url('../img/bg-arquiteto.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    width: 100%;
    padding: 80px 0;
    font-family: "Avenir LT Pro 45 Book", sans-serif;
  }
 
  .arquiteto-slide {
    display: flex !important;
    align-items: center;
    gap: 0;
  }
 
  /* ── Coluna Esquerda: Foto ── */
  .arquiteto-foto-col {
    flex: 0 0 40%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    padding: 0 40px;
  }
 
 
  .arquiteto-foto-wrapper {
    position: relative;
    text-align: center;
  }
 
  .arquiteto-foto-wrapper img {
 
    object-fit: cover;
     
    display: block;
    margin: 0 auto;
  }
 
  .arquiteto-nome {
    margin-top: 25px;
    text-align: center;
  }
 
  .arquiteto-nome h4 {
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: #333;
    margin-bottom: 5px;
  }
 
  .arquiteto-nome p {
    font-size: 11px;
    color: #777;
    font-weight: 400;
    margin: 0;
  }
 
  /* ── Coluna Direita: Texto ── */
  .arquiteto-texto-col {
    flex: 0 0 60%;
    padding: 0 80px 0 40px;
  }
 
  .arquiteto-texto-col .descricao p {
    font-size: 13px;
    color: #555;
    line-height: 1.8;
    margin-bottom: 12px;
    font-weight: 400;
  }
 
  .arquiteto-citacao {
    margin-top: 25px;
    position: relative;
    padding: 20px 0;
  }
 
  .arquiteto-citacao .aspas-abre,
  .arquiteto-citacao .aspas-fecha {
    font-size: 50px;
    color: #4D7B7F;
    font-family: Georgia, serif;
    line-height: 1;
  }
 
  .arquiteto-citacao .aspas-abre {
    position: absolute;
    top: 0;
    left: -10px;
  }
 
  .arquiteto-citacao .aspas-fecha {
    display: inline;
  }
 
  .arquiteto-citacao p {
    font-size: 12px;
    color: #555;
    line-height: 1.8;
    font-style: italic;
    padding-left: 25px;
    margin: 0;
  }
 
  .btn-info-arquiteto {
    display: inline-block;
    margin-top: 30px;
    padding: 14px 35px;
    border: none;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 3px;
    font-size: 11px;
    font-weight: 600;
    text-decoration: none;
    background: #4D7B7F;
    transition: all 0.3s;
  }
 
  .btn-info-arquiteto:hover {
    background: #3d6366;
    color: #fff;
  }
 
  /* ── Slick Dots ── */
  .arquitetos-carousel .slick-dots {
    bottom: -50px;
  }
 
  .arquitetos-carousel .slick-dots li button:before {
    font-size: 12px;
    color: #4D7B7F;
  }
 
  .arquitetos-carousel .slick-dots li.slick-active button:before {
    color: #4D7B7F;
    opacity: 1;
  }
 
  /* ── Slick Arrows ── */
  .arquitetos-carousel .slick-prev,
  .arquitetos-carousel .slick-next {
    display: none !important;
  }
 
  /* ── Responsivo ── */
  @media (max-width: 991px) {
    .arquiteto-slide {
      flex-direction: column;
      text-align: center;
    }


    a , a:hover{
      text-decoration: none ;

    }
 
    .arquiteto-foto-col {
      flex: 0 0 auto;
      padding: 0 20px 30px;
    }
 
  
 
    .arquiteto-texto-col {
      flex: 0 0 auto;
      padding: 0 30px;
    }
 
    .arquiteto-citacao .aspas-abre {
      position: static;
    }
 
    .arquiteto-citacao p {
      padding-left: 0;
    }
  }
 
  @media (max-width: 767px) {
    #arquitetos {
      padding: 50px 0;
    }
 

    .facilites-info{

      display: flex;
      justify-content: center;
      align-items: center;
      flex-wrap: wrap;
      flex-direction: column;


    }
     
  }


   /* ── Section Facilites ── */
  #facilites {
    position: relative;
    width: 100%;
    background: #f0ebe4;
    padding: 80px 0;
    font-family: "Avenir LT Pro 45 Book", sans-serif;
  }
 
  .facilites-wrap {
    display: flex;
    align-items: center;
    gap: 60px;
  }
 
  /* ── Coluna Esquerda: Texto + Lista ── */
  .facilites-info {
    flex: 0 0 45%;
  }
 
  .facilites-info h3 {
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: #333;
    margin-bottom: 35px;
    line-height: 1.5;
  }
 
  .facilites-lista {
    list-style: none;
    padding: 0;
    margin: 0 0 40px 0;
  }
 
  .facilites-lista li {
    display: flex;
    align-items: center;
    gap: 15px;
    line-height: 2rem;
    font-size: 0.7rem;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #444;
  }
 
  .facilites-lista li img {
    width: 20px;
    height: 20px;
    object-fit: contain;
  }
 
  .facilites-destaque {
    font-size: 14px;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #4D7B7F;
    line-height: 1.7;
    margin-bottom: 30px;
    font-weight: 400;
  }
 
  .btn-info-facilites {
    display: inline-block;
    padding: 14px 35px;
    border: none;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 3px;
    font-size: 11px;
    font-weight: 600;
    text-decoration: none;
    background: #4D7B7F;
    transition: all 0.3s;
  }
 
  .btn-info-facilites:hover {
    background: #3d6366;
    color: #fff;
  }
 
  /* ── Coluna Direita: Imagem ── */
  .facilites-img {
    /* flex: 0 0 50%; */
  }
 
 
 
  /* ── Responsivo ── */
  @media (max-width: 991px) {
    .facilites-wrap {
      flex-direction: column;
      gap: 40px;
    }
 
    .facilites-info,
    .facilites-img {
      flex: 0 0 100%;
      width: 100%;
    }
  }
 
  @media (max-width: 767px) {
    #facilites {
      padding: 50px 0;
    }
 
    .facilites-info h3 {
      font-size: 14px;
    }
  }

  #rjdi{

    background-color: var(--bege);

  }

  .fachadafooter{
    text-transform: initial;
    letter-spacing: 0px;
  }


footer {
    background: linear-gradient(270deg,#b1dbf5 0,#e8f3fb 100%);
    background: -webkit-linear-gradient(270deg,#b1dbf5 0,#e8f3fb 100%);
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: cover
}



/* ── Form Contato ── */
.form-titulo {
  font-family: "Avenir LT Pro 45 Book", sans-serif;
  letter-spacing: 3px;
  font-size: 14px;
  font-weight: 600;
}

.form-label-custom {
  font-size: 10px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: rgba(255,255,255,0.7);
  margin-bottom: 4px;
  display: block;
  font-family: "Avenir LT Pro 45 Book", sans-serif;
}

.form-input-custom {
  background: rgba(255,255,255,0.25) !important;
  border: none !important;
  border-radius: 0 !important;
  color: #fff !important;
  padding: 12px 15px;
  font-size: 13px;
}

.form-input-custom::placeholder {
  color: rgba(255,255,255,0.5);
  font-size: 0.7rem !important;
}

.form-input-custom:focus {
  background: rgba(255,255,255,0.35) !important;
  box-shadow: none !important;
  outline: none;

    font-size: 0.7rem !important;
}

.btn-submit-form {
  background: #c9956b !important;
  color: #fff !important;
  border: none;
  border-radius: 0;
  padding: 5px 30px;
  letter-spacing: 3px;
  font-size: 0.8rem !important;
 
  transition: background 0.3s;
}

.btn-submit-form:hover {
  background: #b07d55 !important;
  color: #fff !important;
}

/* ── Navbar ── */
.navbar {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
  background: transparent;
  transition: background 0.4s ease;
  /* padding: 15px 0; */
  font-family: "Avenir LT Pro 45 Book", sans-serif;
}

.navbar.scrolled {
  background: #B2875B !important;
}

.navbar.scrolled img{
  width: 80px !important;
  transition: all 1s ease;
}

.navbar .nav-link {
  font-size: 11px;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: #fff !important;
  transition: opacity 0.3s;
}

.navbar .nav-link:hover {
  opacity: 0.7;
}

.navbar-brand img {
  max-height: 50px;
}

/* Mobile menu aberto = fundo sólido */
@media (max-width: 991px) {
  .navbar .navbar-collapse.show,
  .navbar .navbar-collapse.collapsing {
    background: #B2875B;
    padding: 15px;
    margin-top: 10px;
    border-radius: 4px;
  }
}

.btn-ver-mais {
  display: inline-block;
  padding: 14px 40px;
  background: #4D7B7F;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 3px;
  font-size: 11px;
  font-weight: 600;
  text-decoration: none;
  transition: background 0.3s;
}

.btn-ver-mais:hover {
  background: #3d6366;
  color: #fff;
}

.video-cover {
  position: relative;
  overflow: hidden;
}

.video-play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: transform 0.3s ease;
}

.video-cover:hover .video-play-btn {
  transform: translate(-50%, -50%) scale(1.1);
}

[data-aos="fade-up"] {
  transform: none !important;
  opacity: 0;
  transition-property: opacity !important;
}

[data-aos="fade-up"].aos-animate {
  opacity: 1;
}

/* Mata o scroll horizontal */
html, body, main {
  overflow-x: hidden;
}


 @media (max-width: 800px){

p.mt-md-5.mt-3.general {
    font-size: 0.6rem !important;
}

p.mt-md-5.mt-3.general img{
  width: 15px !important;
  margin-right: 5px;
}

 
 }
section {
  scroll-margin-top: 100px; /* altura do seu menu */
}