/* FONTES */

@font-face {
  font-family: "Seasons";
  src: url("./fonts/TheSeasonsBold.ttf") format("truetype");
}

@font-face {
  font-family: "Avenir";
  src: url("./fonts/AvenirNextLTPro-Regular.otf") format("opentype");
}

/* RESET */


*{
  margin:0;
  padding:0;
  box-sizing:border-box;
}

body{
  font-family:"Avenir";
  color:#000;
}
html, body {
  width: 100%;
  overflow-x: hidden;
}
/* TITULOS */

h1, h2, h3{
  font-family:"Seasons", serif;
  font-weight:400;
}

/* HEADER */

.header{
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding: 24px 80px;
  z-index: 1000;
  background: transparent;
  transition:
    background 0.4s ease,
    padding 0.3s ease,
    box-shadow 0.3s ease,
    backdrop-filter 0.3s ease;
}

.nav{
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1200px;
  margin: 0 auto;
}

/* LOGO */
.logo{
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}

.logo img{
  height: 40px;
  transition: all 0.3s ease;
  display: block;
}

.logo-dark{
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}

.header.scrolled .logo-light{
  opacity: 0;
}

.header.scrolled .logo-dark{
  opacity: 1;
}

.header.scrolled .logo img{
  height: 30px;
}

/* MENU DESKTOP */
.menu{
  display: flex;
  gap: 30px;
  list-style: none;
  align-items: center;
}

.menu a{
  color: white;
  text-decoration: none;
  font-size: 16px;
  letter-spacing: 0.5px;
  transition: color 0.3s ease, opacity 0.3s ease;
  text-shadow: 0 2px 6px rgba(0,0,0,0.25);
}

.menu a:hover{
  opacity: 0.7;
}

/* QUANDO MENU MOBILE ESTIVER ABERTO */
body.menu-open .header{
  background: transparent !important;
  box-shadow: none !important;
  backdrop-filter: none !important;
}

body.menu-open .header .logo-light{
  opacity: 1 !important;
}

body.menu-open .header .logo-dark{
  opacity: 0 !important;
}

body.menu-open .header .menu-toggle span{
  background: #ffffff !important;
  box-shadow: none !important;
}
/* MENU DESKTOP */

.menu{
  display:flex;
  gap:30px;
  list-style:none;
  align-items:center;
}

.menu a{
  color:white;
  text-decoration:none;
  font-size:16px;
  letter-spacing:0.5px;
  transition: color 0.3s ease, opacity 0.3s ease;
  text-shadow: 0 2px 6px rgba(0,0,0,0.25);
}

.menu a:hover{
  opacity:0.7;
}

/* BOTÃO MOBILE */

.menu-toggle{
  display:none;
  width:44px;
  height:44px;
  background:transparent;
  border:none;
  cursor:pointer;
  position:relative;
  z-index:1101;
  padding:0;
}

.menu-toggle span{
  position:absolute;
  left:8px;
  width:28px;
  height:3px;
  background:#daddda !important;
  border-radius:20px;
  transition:all 0.35s ease;
}

.menu-toggle span:nth-child(1){
  top:11px;
}

.menu-toggle span:nth-child(2){
  top:20px;
}

.menu-toggle span:nth-child(3){
  top:29px;
}

/* botão quando abre */

.menu-toggle.active span:nth-child(1){
  transform: translateY(9px) rotate(45deg);
}

.menu-toggle.active span:nth-child(2){
  opacity:0;
}

.menu-toggle.active span:nth-child(3){
  transform: translateY(-9px) rotate(-45deg);
}

/* HEADER AO ROLAR */

.header.scrolled{
  background: rgba(255,255,255,0.92);
  backdrop-filter: blur(10px);
  padding:12px 80px;
  box-shadow:0 6px 20px rgba(0,0,0,0.08);
}

.header.scrolled .menu a{
  color:#2f352d;
  text-shadow:none;
}

  .header.scrolled .menu-toggle span{
 
    box-shadow: none;
  }

 

/* LOGO DENTRO DO MENU MOBILE */

.menu-mobile-brand{
  display:none;
}

/* BODY TRAVADO QUANDO MENU ABRE */

body.menu-open{
  body.menu-open{
  overflow: fixed;
  height: 100dvh;
}
}

/* HERO */

.hero{
  position: relative;

  height:100vh;
  min-height:950px;

  background-image:url(imagens-galeria/imagem-cabeçalho.png);
  background-size: cover;
  background-position: center 30%;

  display:flex;
  align-items:center;
  justify-content:center;
}

.hero-overlay{
  position:absolute;
  width:100%;
  height:100%;
  background:rgba(0,0,0,0.2);
  z-index:1;
}

.hero-content{
  position:relative;
  z-index:2;
  transform: translateY(130px);

  max-width:800px;
  margin:auto;

  text-align:center;
  color:#fff;
}

.hero-logo img{
  width:300px;
  margin-bottom:20px;
}

.hero h2{
  font-size:40px;
  margin-bottom:15px;
  transform: translateY(150px);

}

.hero .frase{
 font-size:14px;
  letter-spacing:3px;
 text-transform: uppercase;
  transform: translateY(150px);
  font-family: "Avenir";
}

.scroll-indicator{
  margin-top:179px;
  display: flex;
  justify-content: center;
}
.scroll-indicator img{
  width:22px; /* 👈 aqui funciona de verdade */
  height:auto;
  opacity:0.9;
}
/* VIDEO */
.bg-verde{
   background: url("imagens-galeria/background-video.png") center top, center/cover no-repeat;
}
.video-section{
  padding: 70px 20px 0;
  text-align: center;
  background: linear-gradient(
    to bottom,
    #f3f3f1 55%,
    transparent 55%
  );
}
.video-section,
.sobre-lote{
  background-position:center top;
}

.video-title{
  font-family: "Avenir";
  font-size: 20px;
  letter-spacing: 5px;
  color: #000000;
  margin-bottom: 55px;
  text-transform: uppercase;
  font-weight: bold;
}

.video-container{
  max-width: 900px;
  width: 100%;
  margin: 0 auto;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0,0,0,0.2);
}

.video-container iframe{
  width:100%;
  aspect-ratio:16/9;
  border:none; /* 👈 tira borda branca */
  display:block; /* 👈 remove espacinho estranho */
}

/* SOBRE */
.sobre-lote{
  padding: 85px 40px 75px;
  text-align: center;
  color: white;
  background: transparent;
}

.sobre-title{
  font-family: "Seasons";
  font-size:45px;
  color: #fff;
  text-align: center;
  margin-bottom: 22px;
  line-height: 1.9;
}

.sobre-lote .sobre-content{
  max-width: 760px !important;
  margin: 0 auto !important;
}

.sobre-lote .sobre-content p{
  max-width: 760px !important;
  margin: 0 auto 22px !important;
  font-size: 17px !important;
  line-height: 1.75 !important;
  text-align: center !important;
}

.sobre-lote .destaque{
  max-width: 700px !important;
  margin: 0 auto 30px !important;
  font-size: 15px !important;
  line-height: 1.75 !important;
  font-weight: 400 !important;
  font-style: italic !important;
}

.btn-galeria{
  display: inline-block;
  margin-top: 8px;
  padding: 9px 42px;
  min-width: 180px;
  border: 1.5px solid white;
  border-radius: 30px;
  text-decoration: none;
  color: white;
  letter-spacing: 2px;
  font-size: 11px;
  text-align: center;
  font-family: "Avenir";
  line-height: 1.2;
  transition: all 0.3s ease;
}

.btn-galeria:hover{
  background: rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(4px);
  transform: translateY(-2px);
}

@media (max-width: 900px){
  .sobre-lote{
    padding: 70px 24px 60px;
  }

  .sobre-title{
    font-size: 42px;
    margin-bottom: 18px;
  }

  .sobre-content p{
    font-size: 16px;
    line-height: 1.75;
    margin-bottom: 20px;
  }

  .destaque{
    font-size: 14px;
    line-height: 1.75;
    margin-bottom: 24px;
  }
}

@media (max-width: 600px){
  .sobre-lote{
    padding: 55px 16px 50px;
  }

  .sobre-title{
    font-size: 34px;
  }

  .sobre-content p{
    font-size: 14px;
    line-height: 1.7;
  }

  .destaque{
    font-size: 13px;
    line-height: 1.7;
  }

  .btn-galeria{
    padding: 12px 24px;
    min-width: 200px;
    font-size: 10px;
    letter-spacing: 1.5px;
  }
}
/* LIGHTBOX */
.lightbox{
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,0.9);
  z-index: 9999;
  align-items: center;
  justify-content: center;
}

.lightbox.active{
  display: flex;
}

.lightbox-img{
  max-width: 85%;
  max-height: 85vh;
  border-radius: 12px;
}

.fechar-lightbox{
  position: absolute;
  top: 25px;
  right: 25px;
  color: #fff;
  font-size: 36px;
  cursor: pointer;

  width: 44px;
  height: 44px;
  border-radius: 50%;

  display: flex;
  align-items: center;
  justify-content: center;

  background: rgba(255,255,255,0.08);
  backdrop-filter: blur(6px);
  transition: all 0.3s ease;
}

.fechar-lightbox:hover{
  background: rgba(255,255,255,0.18);
  transform: scale(1.05);
}

.lightbox-btn{
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(255,255,255,0.15);
  color: #fff;
  border: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  font-size: 24px;
}

.lightbox-btn.prev{
  left: 30px;
}

.lightbox-btn.next{
  right: 30px;
}

/* BANNER */

.banner-lote{
  height:500px;
  background: url("imagens-galeria/lote1.png") center/cover no-repeat;

  display:flex;
  align-items:center;
  justify-content:center;

  text-align:center;
  color:white;
  position:relative;
}

.banner-content{
    transform: translateY(30px); /* 👈 desce */
  position:relative;
  z-index:2;
}
.banner-lote h2{
    font-family: "Seasons";
  font-size:48px;
  margin-bottom:8px;
    line-height: 1.5;
  text-align: center;

}
.preco{
 font-family: "Seasons";
  font-size:25px;
  margin-bottom:8px;
    line-height: 1.5;
  text-align: center;
}

.btn-lote{
  position: absolute;
  left: 50%;
  bottom: 50px;
  transform: translateX(-50%);
  background: rgba(43, 49, 38, 0.72);
  color: #fff;
  border: none;
  padding: 12px 28px;
  font-family: "Avenir";
  font-size: 15px;
  letter-spacing: 1px;
  text-transform: uppercase;
  cursor: default;
  display: inline-block;
  border-radius: 50px;
}

/* CAROUSEL */

.portofino{
  background:#f5f5f3;
  padding:80px 20px;
  text-align:center;
  padding-bottom: 30px;
}

.portofino-header{
  margin-bottom:35px;
}

.portofino-header img{
  width:230px;
  margin:0 auto;
}

.carousel-wrapper{
  position:relative;
  max-width:1100px;
  margin:0 auto;
  display:flex;
  align-items:center;
  justify-content:center;
}

.carousel-viewport{
  overflow:hidden;
  width:100%;
}

.galeria-portofino{
  display: flex;
  transition: transform 0.4s ease;
  will-change: transform;
}

.card{
  flex: 0 0 25%;
  padding: 0 12px;
  text-align: center;
  box-sizing: border-box;
}

.card img{
  width:100%;
  aspect-ratio:3/4;
  object-fit:cover;
  border-radius:12px;
  margin-bottom:16px;
}

.card p{
  font-family:"Seasons", bold;
  font-size:19px;
  line-height:1.5;
  color:#000000;
  max-width:240px;
  margin:0 auto;
}

/* BOTÕES */

.carousel-btn{
  position:absolute;
  top:45%;
  transform:translateY(-50%);
  background:rgba(0,0,0,0.25);
  color:#fff;
  border:none;
  width:44px;
  height:44px;
  border-radius:50%;
  cursor:pointer;
  font-size:22px;
  display:flex;
  align-items:center;
  justify-content:center;
  transition:0.3s;
 z-index: 100; /* Aumente o z-index para garantir que fiquem por cima */
  pointer-events: all; /* Garante que aceite o clique */
  cursor: pointer;
}

.carousel-btn.prev{
  left:10px;
}

.carousel-btn.next{
  right:10px;
}

.carousel-btn:hover{
  background:rgba(0,0,0,0.45);
}

.carousel-btn:disabled{
  opacity:0.4;
}

/* RESPONSIVO */

@media(min-width:901px){
  .carousel-btn{
    display:none;
  }
}

@media(max-width:900px){
  .card{
    flex:0 0 50%;
  }
}

@media(max-width:600px){
  .card{
    flex:0 0 100%;
  }
}

/* TOUR */
.tour360{
  position: relative;
  padding: 89px 20px 250px;
  text-align: center;
  overflow: hidden;
  background: url("imagens-galeria/textura2.png") center top / cover no-repeat;
  
}

.tour-title{
  font-family: "Avenir";
  font-size: 20px;
  letter-spacing: 5px;
  color: #000000;
  margin-bottom: 18px;
  text-transform: uppercase;
  font-weight: bold;
}

.tour-container{
  max-width: 980px;
  margin: 0 auto;
  margin-bottom: 50px;
  position: relative;
  top: 55px;
  height: 500px;
}

.tour-container iframe{
  width: 100%;
  height: 110%;
  border: none;
  display: block;
  border-radius: 1px;
}

/* LOCALIZAÇÃO */

.localizacao{
  background: #efefef;
  text-align: center;
  padding-bottom: 10px;

}

.foto-localizacao img{
  width: 100%;
  height: auto;
  object-fit: cover;
  display: block;
}

.localizacao-conteudo{
  max-width: 900px;
  margin: 0 auto;
  padding: 20px 20px 40px;
  text-align: center;
}
.localizacao h2{
      margin-top: 30px;
     
      font-family: "Seasons";
  font-size: 45px;
  letter-spacing: 1px;
  margin-bottom: 30px;
  color: #080808;
}

.mapa{
 max-width: 900px; /* 👈 largura do mapa */
 margin: 60px auto 50px;

  border: 2px solid #6d5c5c; /* 👈 borda leve igual PSD */
}
.mapa iframe{
  width: 100%;
  height: 320px;
  border: none;
  display: block;
}

.texto-localizacao{
 width: 100%;
  margin: 0 auto;
  font-size: 16px;
  line-height: 1.6;
  color: #000000;
}
/* CONTATO */
.contato{
  position: relative;
  background: url("imagens-galeria/background-contato.png") center/cover no-repeat;
  min-height: 420px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: white;
  padding: 60px 20px;
}

.contato-conteudo{
  max-width: 1000px;
  margin: 0 auto;
  width: 100%;
  padding: 0 60px;
  transform: translateY(-10px);
}

.contato h2{
  font-family: "Seasons";
  font-size: 60px;
  line-height: 1.1;
  margin-bottom: 4px;
}

.contato-subtitulo{
  font-family: "Avenir";
  font-size: 18px;
  margin-top: 18px;
}

.contato-linha{
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 30px;
  margin-top: 40px;
}

.contato-esquerda{
  display: flex;
  align-items: center;
  gap: 36px;
  flex-wrap: wrap;
}

.icone-link img{
  width: 32px;
  height: 32px;
  object-fit: contain;
  display: block;
}

.telefone-link{
  font-family: "Avenir";
  letter-spacing: 1px;
  font-size: 16px;
  font-weight: 600;
  color: white;
}

.contato-logos{
  display: flex;
  align-items: center;
  gap: 28px;
  flex-wrap: wrap;
  justify-content: center;
}

.contato-logo{
  width: auto;
  object-fit: contain;
  display: block;
}

.logo-gui{
  height: 30px;
}

.logo-burle{
  height: 60px;
}

.logo-gold{
  height: 50px;
}

@media (max-width: 900px){
  .contato{
    min-height: auto;
    padding: 70px 20px;
  }

  .contato-conteudo{
    padding: 0 20px;
    transform: none;
  }

  .contato h2{
    font-size: 48px;
  }

  .contato-subtitulo{
    font-size: 16px;
    margin-top: 12px;
  }

  .contato-linha{
    flex-direction: column;
    justify-content: center;
    gap: 28px;
    margin-top: 32px;
  }

  .contato-esquerda{
    justify-content: center;
    gap: 22px;
  }

  .telefone-link{
    width: 100%;
    text-align: center;
  }

  .contato-logos{
    gap: 20px;
  }

  .logo-gui{
    height: 24px;
  }

  .logo-burle{
    height: 44px;
  }

  .logo-gold{
    height: 36px;
  }
}

@media (max-width: 600px){
  .contato{
    padding: 60px 16px;
  }

  .contato h2{
    font-size: 38px;
  }

  .contato-subtitulo{
    font-size: 14px;
  }

  .contato-esquerda{
    gap: 18px;
  }

  .icone-link img{
    width: 26px;
    height: 26px;
  }

  .telefone-link{
    font-size: 14px;
    letter-spacing: 0.5px;
  }

  .contato-logos{
    gap: 16px;
  }

  .logo-gui{
    height: 20px;
  }

  .logo-burle{
    height: 36px;
  }

  .logo-gold{
    height: 30px;
  }
}
/* FOOTER */

.footer-content{
  background:#000;
  font-family: "Avenir";
  color:white;
  text-align:center;
  font-size:15px;
  padding:5px;
}

/* WHATSAPP */

.whatsapp-btn{
  position: fixed;
  bottom: 25px;
  right: 25px;
  z-index: 9999;

  display: flex;
  align-items: center;
  gap: 14px;

  padding: 12px 22px;

  border-radius: 999px;

  background: #2b3126;/* 🔥 vidro escuro */
  backdrop-filter: blur(19px);

  border: 2px solid rgba(255,255,255,0.6); /* 🔥 borda branca */
  
  box-shadow:
    0 8px 30px rgba(121, 94, 94, 0.25),
    inset 0 0 0 1px rgba(255,255,255,0.2);

  text-decoration: none;
  transition: all 0.3s ease;
}

/* ÍCONE */

.whatsapp-btn .icon{
  width: 48px;
  height: 48px;
  border-radius: 50%;


  display: flex;
  align-items: center;
  justify-content: center;
}

.whatsapp-btn .icon img{
  
  width: 39px;
  height: 39px;
  filter: brightness(0) invert(1); /* deixa branco */
}
/* TEXTO */
.whatsapp-btn .text{
  display: flex;
  flex-direction: column;
}

.whatsapp-btn .title{
  font-size: 20px;
  font-family: "Seasons";
  color: #fff;
  line-height: 1.1;
}

.whatsapp-btn .subtitle{
  font-size: 18px;
  font-family: "Avenir";
  color: rgba(255,255,255,0.85);
  margin-top: 2px;
}

/* HOVER */

.whatsapp-btn:hover{
  transform: scale(1.04);
  background: rgba(20, 40, 30, 0.7);
}

/* =========================
   MOBILE / TABLET HEADER + MENU
========================= */
@media (max-width: 900px){
  .header{
    padding: 18px 20px;
  }

  .header.scrolled{
    padding: 12px 20px;
  }

  .nav{
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
  }

  .logo img{
    width: 110px;
    height: auto;
    display: block;
    object-fit: contain;
  }

  .header.scrolled .logo img{
    width: 95px;
  }

  .hero .frase{
    font-size: 10px;
    letter-spacing: 3px;
    text-transform: uppercase;
    transform: translateY(150px);
    font-family: "Avenir";
  }

  .menu-toggle{
    display: block;
    width: 44px;
    height: 44px;
    background: transparent;
    border: none;
    cursor: pointer;
    position: relative;
    z-index: 1200;
    padding: 0;
    flex-shrink: 0;
  }

  .menu-toggle span{
    position: absolute;
    left: 8px;
    width: 28px;
    height: 3px;
    background: #ffffff;
    border-radius: 20px;
    transition: all 0.35s ease;
    box-shadow: 0 0 4px rgba(0,0,0,0.25);
  }

  .menu-toggle span:nth-child(1){ top: 11px; }
  .menu-toggle span:nth-child(2){ top: 20px; }
  .menu-toggle span:nth-child(3){ top: 29px; }

  .header.scrolled .menu-toggle span{
    background: #ffffff;
    box-shadow: none;
  }

  .menu-toggle.active span:nth-child(1){
    transform: translateY(9px) rotate(45deg);
  }

  .menu-toggle.active span:nth-child(2){
    opacity: 0;
  }

  .menu-toggle.active span:nth-child(3){
    transform: translateY(-9px) rotate(-45deg);
  }

  .menu-toggle.active span{
    box-shadow: none;
  }

  .menu{
    position: fixed;
    inset: 0;
    width: 100%;
    height: 100dvh;
    background: #36392f;
    z-index: 1100;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    justify-content: flex-start;
    padding: 36px 0 28px;
    margin: 0;
    list-style: none;
    overflow-y: auto;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity 0.3s ease, visibility 0.3s ease;
  }

  .menu.active{
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
  }

  .menu-mobile-brand{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin: 0 0 20px;
  }

  .menu-mobile-brand img{
    width: 110px;
    height: auto;
    display: block;
  }

  .menu li{
    width: 100%;
    text-align: center;
    border: none;
  }

  .menu a{
    display: block;
    width: 100%;
    padding: 16px 24px;
    color: #ffffff !important;
    font-size: 20px;
    text-decoration: none;
    text-align: center;
  }
}

/* =========================
   SOBRE + LIGHTBOX
========================= */
@media (max-width: 900px){
  .sobre-lote{
    padding: 70px 20px;
  }

  .sobre-content{
    max-width: 100%;
    padding: 0 10px;
    text-align: center;
  }

  .sobre-title{
    font-size: 30px;
    line-height: 1.2;
  }

  .sobre-content p{
    font-size: 15px;
    line-height: 1.8;
  }

  .destaque{
    font-size: 14px;
    line-height: 1.7;
  }

  .btn-galeria{
    display: inline-block;
    padding: 14px 24px;
    font-size: 13px;
    letter-spacing: 1px;
  }

  .lightbox{
    padding: 20px;
  }

  .lightbox-conteudo{
    max-width: 92vw;
    max-height: 80vh;
  }

  .lightbox-img{
    max-width: 100%;
    max-height: 80vh;
    border-radius: 10px;
  }

  .lightbox-btn{
    width: 42px;
    height: 42px;
    font-size: 20px;
  }

  .lightbox-btn.prev{
    left: 12px;
  }

  .lightbox-btn.next{
    right: 12px;
  }

  .fechar-lightbox{
    top: 16px;
    right: 16px;
    font-size: 34px;
  }
}

@media (max-width: 600px){
  .sobre-lote{
    padding: 55px 16px;
  }

  .sobre-title{
    font-size: 32px;
  }

  .sobre-content p{
    font-size: 14px;
    line-height: 1.7;
  }

  .destaque{
    font-size: 13px;
  }

  .btn-galeria{
    width: 100%;
    max-width: 280px;
    padding: 14px 20px;
    font-size: 12px;
  }

  .lightbox{
    padding: 14px;
  }

  .lightbox-conteudo{
    max-width: 94vw;
    max-height: 75vh;
  }

  .lightbox-img{
    max-height: 75vh;
  }

  .lightbox-btn{
    width: 38px;
    height: 38px;
    font-size: 18px;
  }

  .lightbox-btn.prev{
    left: 8px;
  }

  .lightbox-btn.next{
    right: 8px;
  }

  .fechar-lightbox{
    top: 12px;
    right: 12px;
    font-size: 30px;
  }
}

/* =========================
   WHATSAPP
========================= */
@media (max-width: 900px){
  .whatsapp-btn{
    right: 16px;
    bottom: 16px;
    padding: 10px 16px;
    gap: 10px;
  }

  .whatsapp-btn .icon{
    width: 30px;
    height: 30px;
  }

  .whatsapp-btn .icon img{
    width: 28px;
    height: 28px;
  }

  .whatsapp-btn .title{
    font-size: 16px;
  }

  .whatsapp-btn .subtitle{
    font-size: 14px;
  }
}

@media (max-width: 600px){
  .whatsapp-btn{
    right: 12px;
    bottom: 12px;
    padding: 8px 12px;
    gap: 8px;
    max-width: 90vw;
  }

  .whatsapp-btn .icon{
    width: 38px;
    height: 38px;
  }

  .whatsapp-btn .icon img{
    width: 24px;
    height: 24px;
  }

  .whatsapp-btn .title{
    font-size: 13px;
  }

  .whatsapp-btn .subtitle{
    font-size: 11px;
  }
}

/* =========================
   BANNER LOTE
========================= */
@media (max-width: 900px){
  .banner-lote{
    height: 420px;
    padding: 0 20px;
    background-position: center center;
  }

  .banner-content{
    transform: translateY(20px);
    padding: 0 10px;
  }

  .banner-lote h2{
    font-size: 38px;
    line-height: 1.3;
    margin-bottom: 6px;
  }

  .preco{
    font-size: 22px;
    line-height: 1.4;
  }

  .btn-lote{
    bottom: 32px;
    padding: 10px 22px;
    font-size: 13px;
    letter-spacing: 0.8px;
    white-space: nowrap;
  }
}

@media (max-width: 600px){
  .banner-lote{
    height: 340px;
    padding: 0 16px;
  }

  .banner-content{
    transform: translateY(10px);
    padding: 0 8px;
  }

  .banner-lote h2{
    font-size: 30px;
    line-height: 1.25;
    margin-bottom: 4px;
  }

  .preco{
    font-size: 18px;
    line-height: 1.3;
    margin-bottom: 6px;
  }

  .btn-lote{
    bottom: 18px;
    padding: 10px 18px;
    font-size: 11px;
    letter-spacing: 0.5px;
    width: auto;
    max-width: 90%;
    white-space: nowrap;
  }
}

/* =========================
   TOUR
========================= */
@media (max-width: 900px){
  .tour360{
    padding: 56px 16px 70px;
    text-align: center;
    margin-top: 0;
  }

  .tour-title{
    font-family: "Avenir";
    font-size: 12px;
    letter-spacing: 2px;
    color: #000000;
    margin-bottom: 19px;
    text-transform: uppercase;
    font-weight: bold;
  }

  .video-title{
    font-family: "Avenir";
    font-size: 16px;
    letter-spacing: 5px;
    color: #000000;
    margin-bottom: 15px;
    text-transform: uppercase;
    font-weight: bold;
  }

  .tour-container{
    max-width: 100%;
    height: 350px;
    margin: 0 auto;
    top: 0;
  }

  .tour-container iframe{
    width: 100%;
    height: 100%;
    border: none;
    display: block;
  }
}

@media (max-width: 600px){
  .tour360{
    padding: 46px 12px 56px;
  }

  .tour-title{
    font-size: 16px;
    letter-spacing: 1.5px;
    margin-bottom: 12px;
  }

  .tour-container{
    height: 240px;
    top: 0;
  }

  .tour-container iframe{
    height: 100%;
  }
}

/* =========================
   LOCALIZAÇÃO
========================= */
@media (max-width: 900px){
  .localizacao h2{
    margin-top: 8px !important;
    margin-bottom: 10px;
    font-size: 39px;
    padding-top: 0;
  }
}

@media (max-width: 600px){
  .localizacao h2{
    margin-top: 5px !important;
    text-align: center;
    margin-bottom: 5px;
    font-size: 38px;
    letter-spacing: 0.5px;
     padding-bottom: 0 !important;
      padding-bottom: 0 !important;
  margin-bottom: 0 !important;
  }
}
