/* ====== ROLLBACK - SEU CSS ORIGINAL (substitua todo style.css com isto) ====== */

* {
  box-sizing: border-box;
  font-family: sans-serif;
  color: black;
  letter-spacing: 0.1px;
}

body {
  padding: 0px 5px;
  margin: 0px auto;
  max-width: 1920px;
  min-width: 320px;
}

.btn-mobile {
  display: none;
}

h1 {
  text-align: center;
  font-size: 2rem;
  font-weight: bold;
}

h1, h2, h3, h4, h5, h6 {
  text-align: center;
}

img {
  display: block;
  max-width: 100%;
}

a, p, li {
font-size: 1.3rem;
letter-spacing: .2px;
line-height: 28px;
}

dt, dd, p, h1, h2, h3, h4 {
  margin: 0px;
  padding: 0px;
}


/*header*/
.header {
  background: #222343;
}

/*Logo*/
.logo {
  margin: 0 auto;
}

.menu  {
  display: flex;
  justify-content: center;
  justify-items: center;
  background:#FE9100;
  z-index: 1000;
}

.menu a {
  display: block;
  text-decoration: none;
  margin: 15px;
  padding: 15px;
  font-weight: bold;
  line-height: 23px;
  text-align: center;
  color: #fff;
}

.menu a:hover {
 color: #222343;
}

.introducao {
 display: grid;
 grid-template-columns:1.30fr 1fr;

}
.bg-intro-col-1 {
    grid-row: 1;
  grid-column: 1/2;
  z-index: 1;
}
.descri-col-1 {
  margin-top: 100px;
  grid-row: 1;
  grid-column: 1/2;
  z-index: 2;
  position: relative;
  padding: 20px;
}
.descri-col-1 h1 {
  color: #000;
  font-size: 3rem;
  text-align: center;
}


.descri-col-1 p {
  font-size: 1.3rem;
  color: #000;
  text-align: center;
  font-family: "Bad Script", cursive;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 1px;
}
.descri-col-1 button {
  padding: 20px 40px;
  border: none;
  outline: none;
  border-radius: 5px;
  background: #FE9100;
  font-size: 1.3rem;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin: 60px auto 20px auto;
  display: block;
  cursor: pointer;
}
.descri-col-1 button:hover {
  background: #222343;
  color: #fff;
}

/*QUERO MAIS INFORMAÇÕES*/
    /*QUERO MAIS INFORMAÇÕES*/
.quero-mais-informacoes {
  padding: 15px 20px;
  border: none;
  outline: none;
  border-radius: 5px;
  background: #FE9100;
  font-size: 1.3rem;
  text-align: center;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 1px;
  text-decoration: none;
  margin: 60px auto 20px auto;
  display: block;
  width:300px;
  cursor: pointer;
}
.quero-mais-informacoes:hover {
  background: #222343;
  color: #fff;
}


.bg-intro-col-2 {
    grid-row: 1;
  grid-column: 2/3;
  z-index: 1;
}
.descri-col-2 {
   margin-top: 100px;
  grid-row: 1;
  grid-column: 2/3;
  z-index: 2;
  padding: 20px;
  text-align: center;

}
.descri-col-2 h2 {
  color: #fff;
  margin-bottom: 10px;
}
.descri-col-2 .so-vinte-mil {
  color: #fff;
}
.descri-col-2 p {
  color: #fff;
}
.descri-col-2 h3 {
  color: #fff;
}
.descri-col-2 .so-vinte-mil  {
  color: #222343;
  font-weight: 900;
  font-size: 2.5rem;
  background: #fff;
  padding: 20px;
  line-height: 40px;
  letter-spacing: 2px;
}
.descri-col-2 p {
  font-size: 2rem;
  margin-top: 10px;
}
.descri-col-2 h3 {
  font-size: 5rem;
  margin-top: -15px;
  font-weight: 900;
}
.lotes-a-partir-de-140m {
  max-width: 120px;
  position: absolute;
  bottom: 150px;
  left: 40px;
}

@media(max-width:1100px){
.lotes-a-partir-de-140m {
  max-width: 100px;
  position: absolute;
  bottom: 60px;
  left: 20px;
}
.descri-col-1 button {
  padding: 15px 20px;
}
.descri-col-1 {
  margin-top: 60px;
  padding: 10px;
}
}

@media(max-width:980px){
.descri-col-2 .so-vinte-mil {
    font-size: 2rem;
    padding: 10px;
    line-height: 35px;
}
}

@media(max-width:801px){
  .descri-col-2  {
  margin-top: 60px;
  padding: 10px;
}
.descri-col-2 .so-vinte-mil {
    font-size: 1.8rem;
    padding: 10px;
    line-height: 30px;
}
  .lotes-a-partir-de-140m {
        max-width: 80px;
    }
}

@media(max-width:800px) {

.introducao {
    grid-template-columns: 1fr
}
.bg-intro-col-1 {
    grid-row: 1;
  grid-column: 1/2;
}
.descri-col-1 {
  margin-top: 100px;
  grid-row: 1;
  grid-column: 1/2;
}
.descri-col-1 h1 {
  color: #000;
  font-size: 3rem;
  text-align: center;
}


.descri-col-1 p {

}
.descri-col-1 button {

}

.bg-intro-col-2 {
  grid-row: 2;
  grid-column: 1/2;
}
.descri-col-2 {
  grid-row: 2;
  grid-column: 1/2;
}

.descri-col-2 .so-vinte-mil  {

}
.descri-col-2 p {

}
.descri-col-2 h3 {

}
.lotes-a-partir-de-140m {

}

}

@media(max-width:410px) {
        .descri-col-1 h1 {
        font-size: 2rem;
    }
    .quero-mais-informacoes {
    padding: 10px 15px;
    margin: 60px auto 20px auto;
    display: block;
    font-size: 1.125rem;
    width: 210px;
}
    .lotes-a-partir-de-140m {
        width: 60px;
        position: absolute;
        bottom: 80px;
        left: 20px;
    } 
    
}


.descricao-intro p {
  color: #fff;
  font-size: 1.8rem;
  line-height: 30px;
}


.ultimasUnidades {
  margin-top: 120px;
  margin-bottom: -170px;
  display: block;
  color: #fff;
}

.porcentagem-vendidos {
  margin-top: 200px;
  display: flex;
  gap: 10px;
  justify-content: center;
   font-size: 3rem;
   font-weight: bold;
   color: #fff;
}

.porcentagem-vendidos span {
   font-size: 2rem;
    color: #fff;
    text-transform: uppercase;
}

.porcentagem-vendidos::before {
  content: '';
  display: block;
  width: 320px;
  height: 20px;
 background: linear-gradient(90deg, #FFD400, #FF8A00, #FF0000);
 border-radius: 5%;
}

.btn-intro {
  display: block;
  margin: 20px auto;
  padding: 20px 40px;
  border-radius: 10px;
  background: #F5BC00;
  font-weight: bold;
  font-size: 1.8rem;
  outline: none;
  border: none;
  cursor: pointer;
}

.btn-intro:hover {
  background:#001F1C;
  color: #fff;
  border: #F5BC00 3px solid;
}

/*SECTION SESSAO*/
.section-sessao h1 {
  text-align: center;
  font-weight: bold;
  font-size: 2rem;
  margin-top: 40px;
}

.section-sessao p {
  max-width: 1400px;
  text-align: center;
  font-size: 1.3rem;
  margin: 20px auto;
}

/*Video*/
.video-o-seu-sonho-mora-aqui {
  margin: 0 auto;
  display: block;
  max-width: 100%;
  max-height: 600px;
}

/*VALORES E TERRENOS*/
.proposta-aceita {
  text-align: center;
  display: block;
  margin: 20px auto;
  padding: 40px 10px;
  text-align: center;
  background: #F5BC00;
}

.proposta-aceita dt {
   font-weight: bold;
   display: block;
   line-height: 30px;
   margin: 40px auto 20px auto;
  max-width: 800px;
}

.proposta-aceita dt:nth-child(1) {
   font-size: 1.8rem;
} 

.proposta-aceita dt:nth-child(2) {
   font-size: 1.2rem;
     margin-top: 20px;
}

.proposta-aceita dd {
  margin-top: 20px;
}

/*Diferenciais*/
.perto-de-tudo {
  display: grid;
  margin: 60px auto 40px auto;
}

.perto-de-tudo dl {
  text-align: center;
}
.perto-de-tudo dt {
  font-size: 1.5rem;
 font-weight: bold;
 text-align: center;
 margin: 10px auto;
}

.perto-de-tudo dd {
  line-height: 20px;
  max-width: 800px;
  text-align: center;
  margin: 10px auto 20px auto;
}

.minutos-de-tudo {
  display: block;
}

.minutos-de-tudo p {
    text-align: left;
    margin: 0 auto;
    font-size: 1.5rem;
    font-style: italic;
    font-family: serif;
    padding-left: 20%;
}

@media(max-width:800px){
  .minutos-de-tudo p {
    font-size: 1.3rem;
}
}

@media(max-width:480px){
  .minutos-de-tudo p {
    text-align: center;
    font-size: 1.4rem;
    padding-left: 10%;
}

}

@media(max-width:480px){
  .minutos-de-tudo {
    flex-direction: column;
    gap: 40px;
    
  }
  .perguntas-frequentes dt {
    text-align: center;
    margin-bottom: 40px !important;
  }
}


/*FORMULÁRIO DE CAPTURA DE LEADS*/
.div-fundo-captura-de-leads {
  background: #065f46;
  padding: 20px 0px;
}

.captura-de-leads{
  width:420px;
  background:#fff;
  padding:28px;
  border-radius:12px;
  box-shadow:0 8px 24px rgba(31,41,55,0.08);
  margin: 20px auto;
  background: transparent;
}

.captura-de-leads h1 {
   color: #f3f4f6;
}

.lead{
  margin:0 0 16px;
  color: #f3f4f6;
  text-align: center;
}

label{
  display:block;
  margin-top:10px;
  font-size:13px;
 color: #f3f4f6;
}

input[type=text],
 input[type=tel],
 select{
  width:100%;
  padding:10px;
  border-radius:8px;
  border:1px solid #e5e7eb;margin-top:6px;font-size:15px;
}

.actions{
  display:flex;
  gap:8px;
  margin-top:14px;
}

.btn-Quero-ser-contatado{
  padding:20px 40px;
  border-radius:8px;
  border:0;
  font-weight:600;
  text-transform: uppercase;
  font-weight: bold;
  cursor:pointer;
  margin: 10px auto;
}

.btn-Quero-ser-contatado[type=submit]{
  background:#092A21;
  color:white;
}
.btn-Quero-ser-contatado[type=submit]:hover{
  background:#F5BC00;
  color: #001F1C;
}

#saveLocal{
  background:#f3f4f6;
}

.msg{
  margin-top:12px;
  color: #f3f4f6;
  font-weight:600;
}

.hint{
  display:block;
  margin-top:16px;
  color: #f3f4f6;
  font-size:12px;
}

/*MEDIA*/
@media(max-width:1920px){
  .logo { max-width: 200px; }
  .menu a {
    font-size: 1.125rem;
    padding: 15px;
  }
  .descricao-intro h1 {
    line-height: 45px;
    color: #fff;
    font-size: 2.5rem;
    margin-top: 35px;
  }
  .descricao-intro p {
    line-height: 40px;
    font-size: 1.5rem;
    margin-top: -10px;
  }
  .porcentagem-vendidos::before {
    width: 205px;
    height: 20px;
    margin-top: 0px;
  }
  .porcentagem-vendidos, .porcentagem-vendidos span {
    font-size: 1.5rem;
  }
  .btn-intro {
    margin-top: 100px;
    padding: 10px 20px;
    border-radius: 10px;
    font-size: 1.3rem;
  }
}

@media(max-width:1280px){
  .logo { max-width: 200px; }
  .menu a {
    font-size: 1.125rem;
    padding: 15px;
  }
  .descricao-intro h1 {
    margin-top: -25px;
  }
  .btn-intro {
    margin-top: 40px;
    padding: 10px 20px;
    border-radius: 10px;
    font-size: 1.3rem;
  }
}

@media(max-width:480px){
  .perguntas-frequentes dl dt {
    margin-top: -30px;
    margin-bottom: 40px !important;
  }
}
@media(max-width:480px){
  .captura-de-leads{
    width:92vw;
    padding:18px;
  }
}

.minutos-de-tudo {
  display: flex;
}

/*Vatagens de comprar no Jardim Helena*/
.vantagens-de-comprar-no-jardim-helena {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 40px;
  justify-content: center;
  justify-items: center;
  padding: 60px 10px 40px 10px;
  text-align: center;
  line-height: 22px;
  letter-spacing: .1rem;
  background: #065f46;
}
.vantagens-de-comprar-no-jardim-helena h1 {
   grid-column: 1/-1;
   color: #fff;
   justify-self: center;
}
.vantagens-de-comprar-no-jardim-helena dl {
   max-width: 320px;
}
.vantagens-de-comprar-no-jardim-helena dt {
font-size: 1.3rem;
font-weight: bold;
color: #fff;
line-height: 25px;
height: 50px;
text-align: center;
margin-bottom: 5px;
}
.vantagens-de-comprar-no-jardim-helena dd {
color: #fff;
text-align: center;
}
.vantagens-de-comprar-no-jardim-helena strong {
color: #fff;
}
.link-mais-da-metade-das-pessoas-pagam-aluguel {
  color: #F5BC00;
  font-size: 1.125rem;
  padding: 5px;
  letter-spacing: .7px;
}
.link-mais-da-metade-das-pessoas-pagam-aluguel:hover {
  color: #FF5400;
}

.lewale-img {
  width: 120px;
  margin: -30px auto 0px auto;
}

@media(max-width:800px){

  .vantagens-de-comprar-no-jardim-helena {
  display: grid;
  grid-template-columns: 1fr;
  gap: 40px;
  justify-content: center;
  justify-items: center;
  padding: 40px 10px;
  text-align: center;
  line-height: 22px;
  letter-spacing: .1rem;
  background: #065f46;
}
.vantagens-de-comprar-no-jardim-helena h1 {
   grid-column: 1;
   line-height: 35px;
   margin-top: -10px;
   font-size: 1.3rem;
}
.vantagens-de-comprar-no-jardim-helena dt {
  margin-top: -30px !important;
  margin-bottom: 10px !important;
}
.vantagens-de-comprar-no-jardim-helena dd {
color: #fff;
text-align: center;
}
}

/*Vatagens de comprar no Jardim Helena*/
.perguntas-frequentes {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 40px;
  justify-content: center;
  justify-items: center;
  padding: 60px 10px 40px 10px;
  text-align: center;
  line-height: 22px;
  letter-spacing: .1rem;
  background: #065F46;
}
.perguntas-frequentes h1 {
   grid-column: 1/-1;
   color: #FFF;
   justify-self: center;
}
.perguntas-frequentes dl {
   max-width: 320px;
   height: 400px;
}
.perguntas-frequentes dt {
font-size: 1.3rem;
font-weight: bold;
color: #FFF;
line-height: 25px;
height: 50px;
text-align: center;
margin-bottom: 20px;
}


@media(max-width:800px){
 .perguntas-frequentes dt {
font-size: 1.3rem;
font-weight: bold;
color: #000;
line-height: 25px;
height: 50px;
text-align: center;
margin-bottom: 20px;
color: #fff;
}
}

.perguntas-frequentes dd {
color: #FFF;
text-align: center;
}
.perguntas-frequentes strong {
color: #FFF;
}
.link-mais-da-metade-das-pessoas-pagam-aluguel {
  color: #F5BC00;
  font-size: 1.125rem;
  padding: 5px;
  letter-spacing: .7px;
}
.link-mais-da-metade-das-pessoas-pagam-aluguel:hover {
  color: #FF5400;
}

.lewale-img {
  width: 120px;
  margin: -30px auto 0px auto;
}

@media(max-width:800px){
  .perguntas-frequentes {
  display: grid;
  grid-template-columns: 1fr;
  gap: 40px;
  justify-content: center;
  justify-items: center;
  padding: 40px 10px;
  text-align: center;
  line-height: 22px;
  letter-spacing: .1rem;
  color: #fff;
}
.perguntas-frequentes h1 {
   grid-column: 1;
   line-height: 45px;
   color: #fff;
}

.perguntas-frequentes dd {
color: #000;
text-align: center;
color: #fff;
}
}

/*Footer*/
.footer {
  padding: 20px 0px;
  background: #065f46;
  text-align: center;
  line-height: 25px;
}
.footer .realizacao {
  max-width: 1000px;
  margin: 0 auto;
}
.footer .realizacao dt {
  color: #ffff;
}
.footer .realizacao dd {
  color: #ffff;
}
.footer .realizacao dd strong {
  color: #ffff;

}

.menu-mobile {
display: none;
}

.descricao-intro.mobile {
  display: none;
}

.btn-intro.mobile {
  display: none;
}


/*MEDIA*/

@media(max-width:800px){
    .descricao-intro {
  display: none;
  }
  .descricao-intro.mobile {
  display: block;
  }

  .btn-mobile {
    position: absolute;
   display: flex;
   border: none;
   outline: none;
   padding: 20px;
   cursor: pointer;
   background: transparent;
   top: 80px;

  }
    .btn-mobile::after {
     display: flex;
     content: '';
     width: 50px;
     height: 8px;
     background: #FE9100;
     border-radius: 5px;
     box-shadow: #FE9100 0px 12px 0px,
     #FE9100 0px -12px 0px;;
  }
   .logo {
    width: 200px;
   }
   .menu {
    display: none;
    flex-direction: column;
    position: absolute;
   
    opacity: .95;
    padding: 10px 0 10px 0;
   }
      .menu.menu-ativo {
        display: flex;
   }
   .menu a {
    line-height: 10px;
   }
      .menu a:hover {
     color: #000;
   }

   .descricao-intro h1 {
    font-size: 2rem;
    line-height: 42px;
    margin-top: -30px;
   }
     .descricao-intro.mobile p {
    font-size: 1.2rem;
    line-height: 25px;
    color: #fff;
   }
   .descricao-intro.mobile strong {
    color: #fff;
   }
    .descricao-intro h1 {
    font-size: 1.25rem;
    line-height: 25px;
    margin-top: -50px;
    color: #fff !important;
  }
     .descricao-intro p {
    font-size: 1rem;
    line-height: 24px;
    color: #fff;
  }

   .porcentagem-vendidos {
    margin-top: 20px;
    gap: 10px;
    justify-content: center;
    font-size: 2rem;
}
 .porcentagem-vendidos span {
    font-size: 1.5rem;
}
.porcentagem-vendidos::before {
  width: 250px;
  height: 15px;
  margin-top: 3px;
}

.btn-intro {
    margin: 20px auto;
    padding: 10px 20px;
    font-size: 1.3rem;
    margin-top: 40px !important;
}

  .porcentagem-vendidos {
  margin-top: 20px;
}
.porcentagem-vendidos span {
   font-size: 1.2rem;
}
.porcentagem-vendidos::before {
  width: 250px;
  height: 15px;
  margin-top: 3px;
}

.btn-intro {
  display: block;
  margin: 20px auto;
  padding: 10px 20px;
  border-radius: 10px;
  font-size: 1.125rem;
  margin-top: 10px;
}
}

/*Media Query Até 480px*/
@media (max-width:480px){
 .logo {
   width: 120px;
 }
 .btn-intro {
  display: none;
 }
.btn-intro.mobile {
  display: block;
  margin-top: -20px;
}
   .btn-mobile {
   margin-top: -38px;
   }
    .btn-mobile::after {
    display: block;
     width: 30px;
     height: 5px;
     box-shadow: #FE9100 0px 10px 0px,
    #FE9100 0px -10px 0px;
  }
   .descricao-intro.mobile {
     max-width: 320px;
  }
   .descricao-intro.mobile h1 {
    font-size: 1.25rem;
    line-height: 25px;
    margin-top: -50px;
    color: #fff !important;
  }
     .descricao-intro.mobile p {
    font-size: 1rem;
    line-height: 24px;
    color: #fff;
  }
  .descri-col-1 h1 {
      color: #fff;
  }
  .descri-col-1 p {
      color: #fff;
  }
  .descricao-intro.mobile .ultimasUnidades {
    margin-top: -3px;
    font-weight: bold;
    display: none;
  }
.descricao-intro strong {
  color: #fff;
}
  .descricao-intro.mobile .porcentagem-vendidos {
     margin-top: 0.9px;
     gap: 10px;
     justify-content: center;
     font-size: 1.125rem;
}
.section-sessao h1 {
  font-size: 1.3rem;
  margin-top: 15px;
  line-height: 30px;
}
.section-sessao P {
  font-size: 1.125rem;
  font-size: 1rem;
  margin-top: 10px;
}
}

/*Media Query 320px*/
@media (max-width:370px){
.btn-intro.mobile {
   margin-top: 20px !important;
   
}

.descri-col-1 h1 {
 color: #fff;
 margin-top: -90px;
    }
}

@media(max-width:800px){
  .perguntas-frequentes dl {
    max-width: 320px;
    height: auto;
  
}
}

/*Vídeos tamanho Mobile*/
.videos-mobile div {
  display: grid;
  grid-template-columns:repeat(auto-fit, minmax(320px, auto));
  justify-content: center;
  justify-items: center;
  align-items: center;
  gap: 100px;
  padding-bottom: 40px;
}
.videos-mobile h1 {
  text-align: center;
  margin-bottom: 40px;
}

.videos-mobile div video {
   max-width: 320px;
   justify-self: center;
}

@media(max-width:800px){
  .videos-mobile div {
    gap: 40px;
  }
}

@media(max-width:480px){
 .videos-mobile h1 {
  font-size: 1.5rem;
}
}

.footer {
  position: relative;
}

/*WhatsApp Fixo*/
#whatsAppFixo {
  position: fixed;
    width: 70px;
    transition: .5s;
    right: 10px;
    bottom: 10px;
    z-index: 1000;
}

#whatsAppFixo.treme  {
    animation: treme .5s;
    width: 60px;
    border-radius: 50px;
    box-shadow: 5px 3px 20px 5px #378A74;
    background-color: transparent;
    transform :rotate(15deg);
}

@keyframes treme {
 from {
    opacity: .4;  
 }
 to {
    opacity: 1;
 }
}
.footer-copy {
  background: #F5BC00;
  padding: 20px 0px;
  display: block;
  margin: 0 auto;
  text-align: center;
}


/*Animação ao scroll left*/
.js-scroll.left {
  opacity: 0;
  transform: translate3d(-150px, 0, 0);
  transition: .4s;
}
.js-scroll.animar {
 opacity: 1;
 transform: translate3d(0, 0, 0);
}

/*Animação ao scroll down*/
.js-scroll.up {
  opacity: 0;
  transform: translate3d(0, 150px, 0);
  transition: .4s;
}
.js-scroll.animar {
 opacity: 1;
 transform: translate3d(0, 0, 0);
}

