@font-face {
  font-family: "Fa V 4 Compatibility";
  src: url('../fonts/fa-v4compatibility.woff2') format("woff2"), url('../fonts/fa-v4compatibility.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Fa 400";
  src: url('../fonts/fa-regular-400.woff2') format("woff2"), url('../fonts/fa-regular-400.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Fa Brands 400";
  src: url('../fonts/fa-brands-400.woff2') format("woff2"), url('../fonts/fa-brands-400.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Fa Solid 900";
  src: url('../fonts/fa-solid-900.woff2') format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  --white: white;
  --cinza: #21272e;
  --black: black;
  --transparente: #fff0;
  --cinza-2: #707070;
  --cinza-3: #bebebe;
}

.w-layout-vflex {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

body {
  background-color: var(--white);
  color: var(--cinza);
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

.limite-site {
  width: 1170px;
  min-height: 40px;
  margin-left: auto;
  margin-right: auto;
}

.limite-site.ajuste-s1 {
  text-align: center;
  padding-left: 40px;
  padding-right: 40px;
}

.topo {
  padding-top: 22px;
  padding-bottom: 22px;
  position: absolute;
  inset: 0% 0% auto;
}

.logo {
  flex: none;
  width: 150px;
}

.secao-sob-slider {
  z-index: 2;
  justify-content: center;
  align-items: center;
  height: 90%;
  padding-top: 100px;
  display: flex;
  position: absolute;
  inset: 0%;
}

.lk {
  color: var(--white);
  transition: all .3s ease-in-out;
}

.lk:hover {
  font-style: italic;
}

.lk.w--current {
  color: var(--white);
  font-style: italic;
}

.box-social {
  margin-right: 120px;
}

.box-social.v-top {
  float: right;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex: none;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-right: 0;
  display: block;
}

.box-social.v-top.exibe-mobile {
  display: none;
}

.bt-social {
  float: right;
  color: #fff;
  text-align: center;
  width: 30px;
  height: 30px;
  margin-left: 10px;
  font-family: "Fa Brands 400", sans-serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 30px;
  text-decoration: none;
  transition: all .4s ease-in-out;
  display: inline-block;
}

.bt-social:hover {
  opacity: .6;
}

.bt-social.v2 {
  margin-right: 10px;
}

.navbar {
  background-color: #0009;
  border-radius: 20px;
  justify-content: space-between;
  align-items: center;
  padding: 20px 45px;
  display: flex;
}

.nav-menu {
  float: none;
  flex-flow: row;
  flex: none;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: inline-block;
}

.t-principal {
  color: var(--white);
  text-align: center;
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 82px;
  font-weight: 700;
  line-height: 92px;
}

.sub {
  color: var(--white);
  text-align: center;
  margin-top: 40px;
  margin-bottom: 40px;
  font-size: 22px;
  line-height: 32px;
}

.bt {
  border: 1px solid var(--white);
  background-color: var(--transparente);
  color: var(--white);
  text-align: center;
  text-transform: uppercase;
  cursor: pointer;
  border-radius: 15px;
  margin-top: 10px;
  padding: 15px 50px;
  font-weight: 500;
  transition: all .3s ease-in-out;
  display: inline-block;
}

.bt:hover {
  background-color: var(--white);
  color: var(--cinza);
}

.bt.bt-enviar {
  padding-top: 12px;
  padding-bottom: 12px;
}

.bt.bt-v2 {
  border-color: var(--black);
  color: var(--black);
  margin-top: 0;
}

.bt.bt-v2:hover {
  background-color: var(--black);
  color: var(--white);
}

.bt.bt-previsao {
  border-color: var(--black);
  background-color: var(--black);
  color: var(--white);
}

.bt.bt-previsao:hover {
  background-color: var(--transparente);
  color: var(--black);
}

.bt.tm-ajustado {
  width: 50%;
}

.secao {
  padding-top: 60px;
  padding-bottom: 60px;
}

.secao.s_final {
  text-align: center;
  padding-top: 40px;
  padding-bottom: 40px;
}

.secao.s_contato {
  padding-top: 0;
  padding-bottom: 0;
}

.rodape {
  background-color: var(--cinza);
  color: #fff;
  padding-top: 40px;
  padding-bottom: 20px;
}

.ico-contato {
  margin-right: 5px;
}

.col-rodape {
  border-bottom: 1px solid #ffffff59;
  align-items: center;
  padding-bottom: 32px;
  display: flex;
}

.slogan {
  font-size: 12px;
  line-height: 18px;
}

.tx-copy {
  text-align: center;
  margin-top: 20px;
}

.col-reset {
  padding-left: 0;
  padding-right: 0;
}

.col-reset.left {
  text-align: left;
}

.col-reset.flex {
  justify-content: flex-end;
  display: flex;
}

.col-reset.flex-contatos {
  flex-wrap: wrap;
  padding-left: 90px;
  display: flex;
}

.col-reset.ajuste {
  padding: 20px 140px 20px 20px;
}

.col-reset.info-localizacao {
  padding-right: 100px;
}

.col-reset.v2 {
  flex-flow: column;
  justify-content: space-around;
  align-items: stretch;
  display: flex;
}

.col-reset.c {
  text-align: center;
}

.tx-endereco {
  margin-left: 0;
}

.box-contato {
  color: #fff;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 5px;
  margin-left: 0;
  margin-right: 20px;
  font-size: 14px;
  font-weight: 400;
  text-decoration: none;
  transition: all .3s ease-in-out;
  display: flex;
}

.box-contato:hover {
  opacity: .7;
}

.limite {
  width: 1280px;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.limite.relativo {
  position: relative;
}

.limite.z-index {
  z-index: 1;
  position: relative;
}

.bt-voltar {
  color: var(--black);
  background-image: url('../images/Caminho-69205.svg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: 18px;
  padding-left: 30px;
  font-size: 15px;
  font-weight: 500;
  text-decoration: none;
}

.lk-padrao {
  color: #fff;
  transition: all .4s ease-in-out;
}

.lk-padrao:hover {
  opacity: .5;
}

.t-secoes {
  margin-top: 0;
  font-size: 72px;
  font-weight: 800;
  line-height: 94px;
}

.t-secoes.t-secao {
  margin-bottom: 20px;
  font-size: 45px;
  font-weight: 500;
  line-height: 52px;
}

.t-secoes.t-secao.v2 {
  margin-bottom: 10px;
  font-size: 22px;
  font-weight: 600;
  line-height: 32px;
}

.t-secoes.t-secao.peso-2 {
  font-weight: 700;
}

.t-secoes.t-contato {
  text-align: center;
  letter-spacing: 2px;
  margin-bottom: 40px;
  font-size: 15px;
  font-weight: 500;
  line-height: 26px;
}

.t-secoes.t-contato.v2 {
  text-align: right;
  margin-bottom: 20px;
}

.div-final-form {
  justify-content: space-between;
  align-items: center;
  margin-top: 20px;
  display: flex;
}

.col-form {
  background-color: var(--cinza);
  color: #fff;
  border-radius: 20px;
  align-items: center;
  padding: 55px;
  display: flex;
}

.ck {
  margin-bottom: 0;
  font-size: 12px;
  line-height: 20px;
}

.logo-form {
  margin-top: 40px;
}

.cont-intup-form {
  width: 96%;
  margin-bottom: 30px;
  padding-bottom: 0;
}

.cont-intup-form.right {
  float: right;
}

.checkbox-label {
  opacity: .5;
}

.dest-titulo {
  color: #9ea54c;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 700;
}

.resumo-plantas {
  flex: 0 auto;
  margin-top: 40px;
  margin-bottom: 40px;
}

.resumo-plantas.v2 {
  margin-top: 30px;
  margin-bottom: 0;
}

.resumo-plantas.peso-1 {
  font-weight: 500;
}

.resumo-plantas.v3 {
  margin-right: 60px;
  font-weight: 500;
}

.bt-2 {
  color: #fff;
  text-align: center;
  background-color: #9ea54c;
  border-radius: 15px;
  padding: 12px 60px;
  font-weight: 500;
  line-height: 26px;
  transition: all .4s ease-in-out;
}

.bt-2:hover {
  color: #fff;
  background-color: #363819;
}

.bt-2.bt-enviar {
  border: 1px solid #9ea54c;
  padding-left: 60px;
  padding-right: 60px;
}

.bt-2.bt-enviar:hover {
  color: #9ea54c;
  border: 1px solid #9ea54c;
}

.input {
  background-color: #fff0;
  border: 1px solid #cbcbcb;
  border-radius: 10px;
  height: auto;
  min-height: auto;
  padding: 10px 12px;
  transition: all .3s ease-in-out;
}

.input:hover, .input:focus {
  border-color: #9ea54c;
}

.input.textarea {
  min-height: 90px;
}

.box-contatos-todos {
  justify-content: space-between;
  align-items: stretch;
  margin-top: 20px;
  display: flex;
}

.box-contatos {
  background-color: var(--cinza);
  color: var(--white);
  border-radius: 20px;
  width: 24%;
  padding: 60px 40px;
}

.ico-contatos {
  width: 38px;
  margin-bottom: 20px;
}

.lk-contatos {
  color: var(--white);
  margin-bottom: 4px;
  text-decoration: none;
  transition: all .3s ease-in-out;
  display: block;
}

.lk-contatos:hover {
  opacity: .6;
}

.div-iten-lista {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 5px;
  display: flex;
}

.box-chamada {
  position: static;
  inset: auto 0% 60px;
}

.t-secoes-2 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 34px;
  font-weight: 400;
  line-height: 46px;
}

.t-secoes-2.t-cor {
  color: #21272d;
}

.t-secoes-2.t-chamada {
  font-size: 19px;
  font-weight: 600;
}

.lista-op {
  font-weight: 500;
}

.linha-lp {
  background-color: #9a9a9a85;
  flex: 1;
  height: 1px;
  margin-left: 30px;
  margin-right: 30px;
}

.bt-3 {
  text-align: center;
  background-color: #fff0;
  border: 1px solid #fff;
  padding: 12px 30px 10px;
  transition: all .4s ease-in-out;
}

.bt-3:hover {
  color: #21272d;
  background-color: #fff;
}

.bt-3.bt-previsao {
  background-color: #21272d;
  margin-left: auto;
  margin-right: auto;
  padding-left: 60px;
  padding-right: 60px;
  display: inline-block;
}

.bt-3.bt-previsao:hover {
  opacity: .8;
  color: #fff;
}

.bt-3.bt2 {
  margin-top: 60px;
}

.sub-2 {
  margin-top: 40px;
  font-size: 22px;
  line-height: 32px;
}

.col-box-chamada {
  color: #fff;
  background-color: #21272d;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 60px;
  padding: 30px 60px;
  display: flex;
}

.secao-2 {
  padding-top: 80px;
  padding-bottom: 80px;
}

.secao-2.secao_8 {
  padding-bottom: 0;
}

.secao-2.secao_2 {
  text-align: center;
}

.chamada-bx {
  justify-content: space-between;
  align-items: center;
  margin-top: 60px;
  display: flex;
}

.chamada-bx.v2 {
  justify-content: center;
  align-items: center;
  margin-top: 20px;
}

.columns {
  align-items: center;
  display: flex;
}

.col-loc {
  padding-left: 100px;
  padding-right: 0;
}

.colunas-diferenciais {
  background-color: var(--cinza);
  border: 1px solid #21272d;
  border-radius: 20px;
  margin-top: 40px;
  padding: 35px 100px;
}

.coll-lista-diferenciais {
  color: var(--white);
  padding-right: 20px;
}

.iten-diferencial {
  background-image: url('../images/verifique-o-circulo.svg');
  background-position: 0 49%;
  background-repeat: no-repeat;
  background-size: 14px;
  margin-top: 20px;
  margin-bottom: 20px;
  padding-left: 20px;
}

.col-info-plantas {
  padding: 0 0 0 100px;
}

.icon-4 {
  display: none;
}

.box-itens-plantas {
  flex-wrap: wrap;
  align-items: center;
  margin-top: 20px;
  margin-bottom: 20px;
  display: flex;
}

.mask-2 {
  height: auto;
}

.img-slider {
  z-index: 1;
  background-image: url('../images/Grupo-de-máscara-14.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  display: block;
}

.box-detalhes-imoveis {
  color: #fff;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  width: 14%;
  margin-bottom: 0;
  padding: 10px 0;
  font-size: 13px;
  line-height: 18px;
  display: flex;
}

.slider-plantas {
  background-color: #ddd0;
  height: auto;
  margin-top: 40px;
}

.tx-qtd-slider {
  z-index: 1;
  color: var(--black);
  text-align: center;
  font-size: 250px;
  font-weight: 700;
  line-height: 252px;
  position: absolute;
  inset: 0% auto auto 0%;
}

.t-2 {
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 22px;
  font-weight: 600;
  line-height: 32px;
}

.t-2.z-index {
  z-index: 1;
  flex: none;
  position: relative;
}

.t-2.z-index.v2 {
  margin-bottom: 0;
  margin-right: 60px;
  font-size: 28px;
  line-height: 42px;
}

.t-2.t-etapa {
  margin-bottom: 5px;
  font-size: 20px;
  font-weight: 800;
  line-height: 26px;
}

.t-2.z-index {
  z-index: 1;
  margin-bottom: 6px;
  font-size: 18px;
  font-weight: 700;
  line-height: 28px;
  position: relative;
}

.ico-imov {
  width: 22px;
  margin-right: 5px;
}

.img-plantas {
  padding-top: 0;
  padding-bottom: 40px;
}

.col-plantas {
  align-items: center;
  margin-top: 40px;
  display: flex;
}

.slide-nav-2 {
  display: none;
}

.seta-slider {
  background-image: url('../images/seta-pequena-esquerda.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 38px;
  width: 40px;
  height: 40px;
  transition: all .4s ease-in-out;
  inset: -78px 11% auto auto;
}

.seta-slider:hover {
  opacity: .5;
}

.seta-slider.right {
  background-image: url('../images/seta-pequena-direita-1.svg');
  background-size: 38px;
  right: 8%;
}

.seta-slider.right.s-plantas-s {
  background-image: url('../images/seta-2.svg');
  background-size: contain;
  width: 32px;
  height: 32px;
  top: -45px;
  right: 2%;
}

.seta-slider.s-plantas {
  background-image: url('../images/seta-1.svg');
  background-size: contain;
  width: 32px;
  height: 32px;
  top: -45px;
  right: 6%;
}

.valor-iten {
  color: var(--black);
  margin-left: 5px;
}

.flex-block {
  flex-flow: row;
  justify-content: center;
  align-items: center;
}

.div-block {
  justify-content: center;
  align-items: center;
  display: flex;
}

.info-etapa {
  padding-left: 20px;
}

.t-tag {
  color: #cbcbcb;
  font-weight: 600;
  line-height: 22px;
}

.col-etapa {
  text-align: left;
  align-items: center;
  padding-left: 0;
  padding-right: 20px;
  display: flex;
}

.col-etapa.etapa-final {
  opacity: .5;
}

.coluna-etapas {
  margin-top: 60px;
  margin-bottom: 40px;
}

.img-etapa {
  width: 55px;
}

.t-status {
  font-weight: 500;
  line-height: 22px;
}

.galeria {
  flex-flow: wrap;
}

.img-galeria {
  background-image: url('../images/img.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 16.666667%;
  height: 220px;
  position: relative;
}

.light-galeria {
  width: 33.33%;
}

.box-botoes-acao-galeria {
  opacity: 0;
  background-image: linear-gradient(#2e2e2e14, #0b0d0ebd);
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  padding: 55px;
  transition: all .9s cubic-bezier(.55, .085, .68, .53);
  display: flex;
  position: absolute;
  inset: 0%;
}

.box-botoes-acao-galeria:hover {
  opacity: 1;
}

.ico-sair {
  cursor: pointer;
  width: 60px;
  transition: all .3s ease-in-out;
  position: absolute;
  inset: 5px 5px auto auto;
}

.ico-sair:hover {
  opacity: .6;
}

.titulo-principal {
  color: #fff;
  text-align: center;
  font-size: 57px;
  line-height: 68px;
}

.titulo-principal.t-imovedetalhes {
  color: #272727;
  font-size: 40px;
  font-weight: 600;
  line-height: 50px;
}

.titulo-principal.t-imovedetalhes.t-tour {
  color: #fff;
  letter-spacing: .13px;
  font-weight: 500;
}

.modal-padrao-tour {
  z-index: 9999;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  opacity: 0;
  background-color: #000000db;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  inset: 0%;
}

.logo-tour {
  margin-bottom: 60px;
}

.div-conten-tour {
  text-align: center;
  width: 768px;
}

.vd-destaque {
  display: block;
}

.info-vd {
  color: var(--white);
  background-image: linear-gradient(#2e2e2e14, #0b0d0e 99%, #fff), url('../images/img.png');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  height: 700px;
  transition: all .3s ease-in-out;
  display: flex;
}

.info-vd:hover {
  opacity: .96;
}

.c-player {
  justify-content: flex-start;
  align-items: center;
  padding-left: 60px;
  padding-right: 0;
  display: flex;
}

.img-player {
  margin-right: 30px;
}

.col-info-vd {
  text-align: right;
  padding-left: 220px;
  padding-right: 60px;
}

.col-info-vd-destaque {
  display: flex;
}

.resumo-plantas-2 {
  margin-top: 40px;
  margin-bottom: 40px;
}

.columns-2 {
  align-items: stretch;
  display: flex;
}

.dest-itens {
  padding-left: 40px;
  font-weight: 800;
}

.lk-dest {
  color: #21272d;
  margin-right: 10px;
  text-decoration: none;
  transition: all .3s ease-in-out;
  display: inline-block;
}

.lk-dest:hover {
  opacity: .7;
}

.lk-dest-2 {
  color: #21272d;
  margin-left: 10px;
  margin-right: 10px;
  text-decoration: none;
  transition: all .3s ease-in-out;
  display: inline-block;
}

.lk-dest-2:hover {
  opacity: .7;
}

.lk-dest-3 {
  color: #21272d;
  margin-left: 10px;
  text-decoration: none;
  transition: all .3s ease-in-out;
  display: inline-block;
}

.lk-dest-3:hover {
  opacity: .7;
}

.p-dest {
  margin-right: 20px;
  font-weight: 600;
  display: inline-block;
}

.colun-2 {
  justify-content: center;
  align-items: center;
  margin-top: 40px;
  display: flex;
}

.col-itens {
  align-items: stretch;
  margin-top: 100px;
  margin-bottom: 0;
}

.col-destaques {
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding: 10px;
  display: flex;
}

.col-destaques.uti {
  justify-content: flex-start;
  align-items: center;
}

.ico-destaque {
  width: 50px;
  height: 50px;
  margin-bottom: 20px;
}

.tx-resumo-destaque {
  z-index: 1;
  position: relative;
}

.linha-separa {
  background-color: var(--cinza);
  width: 100%;
  height: 2px;
  margin-top: 15px;
  margin-bottom: 15px;
}

.flex-block-2 {
  display: block;
}

.left-arrow, .right-arrow {
  display: none;
}

.slider {
  height: 768px;
}

.slide-nav-3 {
  padding-bottom: 46px;
}

.banner-principal {
  position: relative;
}

.slider-principal {
  z-index: 1;
  height: 890px;
}

.banner-img {
  background-image: linear-gradient(#00000073, #00000073), url('https://www.classeaimoveisabc.com.br/guarani/images/IMAGENSFACHADA/IMAGENS FACHADA-4.png');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}
.banner-img.v2 {
  background-image: linear-gradient(#00000073, #00000073), url('https://www.classeaimoveisabc.com.br/guarani/images/IMAGENSFACHADA/IMAGENS FACHADA-6.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}
.banner-img.v3 {
  background-image: linear-gradient(#00000073, #00000073), url('https://www.classeaimoveisabc.com.br/guarani/images/IMAGENSFACHADA/IMAGENS FACHADA-5.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}
.banner-img.v4 {
  background-image: linear-gradient(#00000073, #00000073), url('https://www.classeaimoveisabc.com.br/guarani/images/IMAGENSFACHADA/IMAGENS FACHADA-8.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}
.banner-img.v5 {
  background-image: linear-gradient(#00000073, #00000073), url('https://www.classeaimoveisabc.com.br/guarani/images/IMAGENSFACHADA/IMAGENS FACHADA-9.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.right-arrow-2, .left-arrow-2 {
  display: none;
}

.slide-nav-4 {
  padding-bottom: 60px;
}

@media screen and (max-width: 991px) {
  .lk {
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 17px;
  }

  .box-social {
    margin-top: 40px;
    margin-bottom: 40px;
    margin-right: 0;
  }

  .box-social.v-top {
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
  }

  .navbar {
    padding: 15px;
  }

  .nav-menu {
    background-color: var(--black);
    border-radius: 20px;
    margin-top: 10px;
    padding: 16px;
  }

  .t-principal {
    font-size: 58px;
    line-height: 68px;
  }

  .sub {
    font-size: 16px;
    line-height: 28px;
  }

  .bt.tm-ajustado {
    width: 100%;
  }

  .rodape {
    text-align: center;
  }

  .col-rodape {
    flex-direction: column;
    align-items: center;
  }

  .logo-rodape {
    margin-bottom: 40px;
    margin-left: auto;
    margin-right: auto;
  }

  .col-reset.left {
    text-align: center;
  }

  .col-reset.flex {
    justify-content: center;
  }

  .col-reset.flex-contatos {
    justify-content: center;
    padding-left: 0;
  }

  .col-reset.ajuste {
    padding: 0;
  }

  .col-reset.info-localizacao {
    padding-right: 0;
  }

  .col-reset.c-mobile {
    text-align: center;
    margin-bottom: 20px;
  }

  .limite {
    width: 90%;
  }

  .t-secoes {
    font-size: 55px;
    line-height: 72px;
  }

  .t-secoes.t-secao.peso-2 {
    font-size: 32px;
    line-height: 42px;
  }

  .form-site {
    margin-top: 40px;
    margin-bottom: 0;
  }

  .col-form {
    flex-direction: column;
  }

  .logo-form {
    margin-bottom: 40px;
    margin-left: auto;
    margin-right: auto;
  }

  .resumo-plantas.v3 {
    margin-top: 20px;
    margin-bottom: 20px;
    margin-right: 0;
  }

  .box-contatos-todos {
    flex-flow: wrap;
  }

  .box-contatos {
    width: 49%;
    margin-bottom: 20px;
  }

  .mapa {
    margin-top: 0;
    margin-bottom: 40px;
  }

  .box-chamada {
    bottom: 0;
  }

  .t-secoes-2.t-cor.cor-branco {
    color: #fff;
  }

  .bt-3.bt-margin-top {
    margin-top: 20px;
  }

  .col-box-chamada {
    flex-direction: column;
    margin-bottom: 40px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .col-box-chamada.zero-margin-b {
    margin-bottom: 0;
  }

  .secao-2.secao_2 {
    padding-top: 0;
  }

  .chamada-bx.v2, .columns {
    flex-flow: column;
  }

  .col-loc {
    padding-left: 0;
  }

  .colunas-diferenciais {
    padding-left: 40px;
    padding-right: 40px;
  }

  .col-info-plantas {
    margin-top: 20px;
    padding-left: 0;
  }

  .box-detalhes-imoveis {
    width: 33.33%;
  }

  .tx-qtd-slider {
    inset: 0% auto auto 0%;
  }

  .col-plantas {
    flex-direction: column;
  }

  .seta-slider {
    right: 14%;
  }

  .seta-slider.right.s-plantas-s {
    right: 0%;
  }

  .div-block {
    flex-flow: wrap;
  }

  .info-etapa {
    padding-left: 0;
  }

  .col-etapa {
    text-align: center;
    flex-direction: column;
    justify-content: center;
    margin-bottom: 20px;
    padding-right: 0;
  }

  .img-etapa {
    margin-bottom: 20px;
  }

  .img-galeria {
    width: 50%;
    height: 400px;
  }

  .box-botoes-acao-galeria {
    opacity: 1;
    padding-top: 20px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .box-botoes-acao-galeria:hover {
    opacity: .9;
  }

  .div-conten-tour {
    width: 90%;
  }

  .info-vd {
    height: 450px;
  }

  .c-player {
    padding-left: 20px;
  }

  .col-info-vd {
    padding-left: 20px;
    padding-right: 20px;
  }

  .columns-2 {
    flex-flow: column;
  }

  .dest-itens {
    padding-left: 0;
  }

  .colun-2 {
    flex-flow: column;
  }

  .col-destaques {
    padding-bottom: 20px;
  }

  .slider-principal {
    height: 720px;
  }

  .menu-button {
    border: 1px solid var(--white);
    color: var(--white);
    border-radius: 12px;
    padding: 8px;
  }

  .menu-button.w--open {
    background-color: var(--white);
    color: var(--black);
  }
}

@media screen and (max-width: 767px) {
  .logo {
    padding-left: 0;
  }

  .t-principal {
    font-size: 42px;
    line-height: 52px;
  }

  .sub {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .col-reset.flex {
    flex-direction: column;
    align-items: center;
  }

  .box-contato {
    margin-bottom: 10px;
    margin-left: 0;
  }

  .bt-voltar {
    flex: none;
  }

  .t-secoes {
    font-size: 38px;
    line-height: 52px;
  }

  .t-secoes.t-secao {
    font-size: 40px;
    line-height: 50px;
  }

  .t-secoes.t-secao.peso-2 {
    font-size: 20px;
    line-height: 28px;
  }

  .t-secoes.t-contato {
    font-size: 14px;
    line-height: 20px;
  }

  .form-site {
    margin-top: 0;
  }

  .div-final-form {
    flex-direction: column;
  }

  .cont-intup-form {
    width: 100%;
  }

  .resumo-plantas.v2 {
    margin-top: 20px;
  }

  .resumo-plantas.peso-1 {
    text-align: center;
    margin-top: 20px;
  }

  .resumo-plantas.v3 {
    text-align: center;
  }

  .bt-2.bt-enviar {
    margin-top: 40px;
  }

  .secao-2.secao_2 {
    padding-top: 0;
  }

  .col-info-plantas {
    margin-top: 20px;
  }

  .slider-plantas {
    height: 500px;
  }

  .tx-qtd-slider {
    font-size: 150px;
    line-height: 150px;
    inset: 0% auto auto 0%;
  }

  .t-2.z-index.v2 {
    margin-right: 0;
  }

  .seta-slider.s-plantas {
    right: 10%;
  }

  .flex-block {
    flex-flow: column;
    align-items: center;
  }

  .img-galeria {
    height: 290px;
  }

  .box-botoes-acao-galeria {
    padding-bottom: 40px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .titulo-principal {
    font-size: 42px;
    line-height: 48px;
  }

  .titulo-principal.t-imovedetalhes {
    font-size: 28px;
    line-height: 38px;
  }

  .logo-tour {
    margin-bottom: 40px;
  }

  .info-vd {
    height: 350px;
  }

  .c-player {
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .img-player {
    width: 60px;
    margin-bottom: 20px;
    margin-right: 0;
  }

  .col-destaques {
    padding-right: 0;
  }

  .slider-principal {
    height: 600px;
  }

  .form {
    margin-top: 40px;
  }
}

@media screen and (max-width: 479px) {
  .limite-site.ajuste-s1 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .logo {
    padding-left: 0;
  }

  .box-social {
    margin-top: 40px;
  }

  .box-social.v-top {
    display: none;
  }

  .box-social.v-top.exibe-mobile {
    margin-top: 40px;
    display: block;
  }

  .bt-social {
    margin-left: 5px;
    margin-right: 5px;
  }

  .navbar {
    padding-left: 0;
    padding-right: 5px;
  }

  .t-principal {
    font-size: 28px;
    line-height: 38px;
  }

  .sub {
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 24px;
  }

  .tx-endereco {
    line-height: 24px;
  }

  .box-contato {
    justify-content: center;
    margin-bottom: 10px;
  }

  .bt-voltar {
    flex: none;
    margin-right: auto;
  }

  .t-secoes {
    font-size: 30px;
    line-height: 42px;
  }

  .t-secoes.t-secao {
    font-size: 28px;
    line-height: 38px;
  }

  .t-secoes.t-secao.peso-2 {
    text-align: center;
  }

  .div-final-form {
    flex-direction: column;
  }

  .col-form {
    padding: 20px;
  }

  .dest-titulo {
    margin-bottom: 5px;
    font-size: 14px;
    line-height: 20px;
  }

  .resumo-plantas {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .bt-2.bt-enviar {
    margin-top: 20px;
  }

  .box-contatos {
    width: 100%;
    margin-bottom: 10px;
  }

  .t-secoes-2 {
    font-size: 28px;
    line-height: 40px;
  }

  .t-secoes-2.t-cor {
    font-size: 22px;
    line-height: 32px;
  }

  .t-secoes-2.t-chamada {
    text-align: center;
    margin-bottom: 20px;
    font-size: 18px;
    line-height: 30px;
  }

  .sub-2 {
    margin-top: 20px;
  }

  .secao-2.secao_2 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .chamada-bx {
    flex-flow: column;
  }

  .colunas-diferenciais {
    padding: 14px;
  }

  .col-info-plantas {
    margin-top: 0;
  }

  .box-detalhes-imoveis {
    justify-content: flex-start;
    align-items: center;
    width: 50%;
    margin-bottom: 0;
    padding: 10px 2px;
    font-size: 13px;
  }

  .slider-plantas {
    height: auto;
  }

  .tx-qtd-slider {
    font-size: 90px;
    line-height: 90px;
  }

  .t-2.z-index, .t-2.t-etapa {
    font-size: 18px;
  }

  .t-2.z-index {
    font-size: 16px;
  }

  .ico-imov {
    width: 22px;
  }

  .seta-slider {
    top: -46px;
  }

  .seta-slider.right {
    top: -46px;
    right: 1%;
  }

  .seta-slider.s-plantas {
    right: 14%;
  }

  .img-etapa {
    width: 40px;
  }

  .img-galeria {
    width: 100%;
  }

  .titulo-principal {
    font-size: 28px;
    line-height: 38px;
  }

  .col-info-vd-destaque {
    flex-flow: column;
  }

  .resumo-plantas-2 {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .col-destaques {
    padding: 20px 0;
  }

  .col-destaques.uti {
    padding-bottom: 0;
  }

  .ico-destaque {
    width: 48px;
    margin-right: 15px;
  }

  .slider-principal {
    height: 500px;
  }

  .slide-nav-4 {
    padding-bottom: 20px;
  }

  .menu-button.w--open {
    padding: 5px;
  }
}


@font-face {
  font-family: 'Fa V 4 Compatibility';
  src: url('../fonts/fa-v4compatibility.woff2') format('woff2'), url('../fonts/fa-v4compatibility.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa 400';
  src: url('../fonts/fa-regular-400.woff2') format('woff2'), url('../fonts/fa-regular-400.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa Brands 400';
  src: url('../fonts/fa-brands-400.woff2') format('woff2'), url('../fonts/fa-brands-400.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa Solid 900';
  src: url('../fonts/fa-solid-900.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}