:root {
  --dark-green: #142523;
  --sand: #fdfbea;
  --medium-brown: #b4986a;
  --light-grey: #b9b7ab;
  --soft-grey: #fdfeff;
  --container: 1560px;
}

.body {
  background-color: var(--dark-green);
  color: var(--sand);
  font-family: Archivo, sans-serif;
  overflow: visible;
}

.localizacao {
  z-index: 1;
  grid-row-gap: 64px;
  background-color: #14252300;
  flex-flow: column;
  width: 70%;
  max-width: none;
  margin-top: 0;
  margin-left: auto;
  margin-right: 0;
  padding: 0 0 64px;
  display: flex;
  position: relative;
  top: 0;
}

.container-grid {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: none;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  padding-left: 56px;
  padding-right: 56px;
  display: flex;
  position: relative;
}

.video {
  z-index: 1;
  width: 18vw;
  height: 68vh;
  margin-top: 48%;
  position: relative;
}

.image-4 {
  width: 100%;
  max-width: none;
  position: static;
  inset: auto auto 0% 56px;
}

.container {
  width: 100%;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  padding-left: 56px;
  padding-right: 56px;
}

.container.container-chamada-casas-suspensas {
  background-color: var(--sand);
  justify-content: space-around;
  align-items: center;
  padding-top: 56px;
  padding-bottom: 56px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.container.container-servicos {
  justify-content: space-between;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.container.container-localizacao {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.container.container-ficha {
  grid-row-gap: 24px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.grafismo {
  width: 100%;
  padding-top: 32px;
  padding-bottom: 32px;
}

.contato {
  z-index: 1;
  width: 70%;
  margin-left: auto;
  padding-top: 64px;
  padding-bottom: 64px;
  position: relative;
}

.form-content {
  width: 100%;
  max-width: 760px;
  margin-bottom: 0;
}

.input-form {
  color: #323620;
  background-color: #fff0;
  border: 1px #000;
  border-bottom: 2px solid #80776c;
  width: 100%;
  height: 32px;
  padding-left: 0;
}

.input-form.input-form-telefone-v2, .input-form.input-form-nome-v2, .input-form.input-form-email-v2 {
  border-bottom-color: var(--sand);
  color: var(--sand);
  font-size: 1rem;
}

.formcontato {
  width: auto;
  max-width: none;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
}

.p-label-form {
  color: var(--sand);
  margin-top: 24px;
  margin-bottom: 5px;
  font-size: 1rem;
  font-weight: 500;
}

.submit-bt-fom {
  color: #323620;
  letter-spacing: 0;
  text-transform: uppercase;
  background-color: #c9da2b;
  border-radius: 100px;
  width: 100%;
  height: 54px;
  margin-top: 16px;
  font-size: 18px;
  font-weight: 600;
  line-height: 26px;
  transition: all .3s;
}

.submit-bt-fom:hover {
  color: #fff;
  background-color: #323620;
}

.submit-bt-fom.submit-bt-fom-v1 {
  background-color: var(--sand);
  color: var(--dark-green);
  letter-spacing: 1px;
  border-radius: 0;
  font-family: Khmer Mn;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 2rem;
}

.submit-bt-fom.submit-bt-fom-v1:hover {
  background-color: var(--medium-brown);
  color: #1a221a;
  border-radius: 0;
}

.container-contato {
  grid-column-gap: 2rem;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  max-width: none;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  padding-left: 56px;
  padding-right: 56px;
  display: flex;
  position: relative;
}

.intro {
  z-index: 9999;
  justify-content: space-between;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
}

.intro-left {
  background-color: var(--dark-green);
  justify-content: flex-end;
  align-items: center;
  width: 50%;
  height: 100%;
  display: flex;
}

.intro-right {
  background-color: var(--dark-green);
  justify-content: flex-start;
  align-items: center;
  width: 50%;
  height: 100%;
  display: flex;
}

.img-intro {
  width: 100%;
  max-width: 620px;
}

.footer {
  z-index: 0;
  border-top: 1px solid var(--light-grey);
  background-color: #14252300;
  width: 70%;
  margin-left: auto;
  padding-top: 64px;
  padding-bottom: 64px;
  display: block;
  position: relative;
}

.container-footer {
  grid-column-gap: 0rem;
  grid-row-gap: 3.5rem;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  max-width: none;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  padding-left: 56px;
  padding-right: 56px;
  display: flex;
  position: relative;
}

.trisul {
  width: 110px;
}

.h2-contato {
  width: 33ch;
  color: var(--medium-brown);
  letter-spacing: 1px;
  text-transform: uppercase;
  mix-blend-mode: normal;
  margin-top: 0;
  margin-bottom: 0;
  font-family: adobe-garamond-pro, sans-serif;
  font-size: 1.5rem;
  font-style: italic;
  font-weight: 400;
  line-height: 2.2rem;
}

.lazer {
  z-index: 1;
  grid-row-gap: 64px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 70%;
  max-width: none;
  margin-left: auto;
  margin-right: 0;
  padding-top: 80px;
  padding-bottom: 80px;
  display: flex;
  position: relative;
  left: auto;
  right: auto;
  overflow: hidden;
}

.destaque-img {
  width: 100%;
}

.destaque-conteudo {
  z-index: 1;
  grid-row-gap: 2rem;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  height: 80%;
  display: flex;
  position: absolute;
  inset: 10% 5% auto;
}

.h2-destaque {
  width: auto;
  color: var(--soft-grey);
  letter-spacing: 1px;
  text-transform: uppercase;
  mix-blend-mode: normal;
  margin-top: 0;
  margin-bottom: 0;
  font-family: adobe-garamond-pro, sans-serif;
  font-size: 1.6rem;
  font-style: italic;
  font-weight: 400;
  line-height: 2.1rem;
}

.text-span-3 {
  padding-left: 120px;
}

.text-span-4 {
  padding-left: 170px;
}

.p-global {
  width: auto;
  color: var(--sand);
  letter-spacing: 1px;
  text-transform: none;
  margin-bottom: 0;
  font-family: Archivo, sans-serif;
  font-size: .9rem;
  line-height: 1.4rem;
  display: none;
  position: static;
}

.mapa {
  z-index: 1;
  width: 70%;
  margin-left: auto;
  padding-top: 64px;
  padding-bottom: 64px;
  position: relative;
}

.container-localizacao-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.mapa-ilustrado {
  width: 50%;
  max-width: none;
}

.mapa-infos {
  grid-row-gap: 24px;
  justify-content: center;
  align-items: flex-start;
  width: 46%;
  display: flex;
  position: relative;
}

.bg-infos-localizacao {
  transform-style: preserve-3d;
}

.p-localizacao {
  width: auto;
  color: var(--sand);
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: archivo, sans-serif;
  font-size: .9rem;
  font-weight: 300;
  line-height: 1.9rem;
  position: absolute;
  left: 27%;
}

.logos-footer {
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.p-footer {
  width: auto;
  color: var(--light-grey);
  letter-spacing: 1px;
  text-transform: none;
  margin-bottom: 0;
  font-family: Archivo, sans-serif;
  font-size: .7rem;
  line-height: 1.2rem;
}

.hero {
  z-index: 1;
  background-color: var(--sand);
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  height: 100vh;
  display: flex;
  position: relative;
}

.bg-video {
  z-index: 0;
  width: 100%;
  height: 100vh;
  position: absolute;
}

.hero-video-overlay {
  z-index: 2;
  background-color: #142523d9;
  width: 100%;
  height: 100vh;
  position: absolute;
  inset: 0%;
}

.hero-logo {
  z-index: 3;
  width: 30vw;
  position: relative;
}

.sticky-wrapper {
  z-index: 0;
  aspect-ratio: auto;
  object-fit: fill;
  width: auto;
  height: auto;
  position: relative;
  top: 0;
}

.sticky-div {
  z-index: 0;
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
}

.video-img-overlay {
  width: 100%;
  height: 100vh;
  position: absolute;
}

.video-img-overlay-wrapper {
  z-index: 1;
  position: relative;
}

.sobre {
  z-index: 1;
  grid-row-gap: 4rem;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 70%;
  margin-top: 0;
  margin-left: auto;
  padding-top: 80px;
  display: flex;
  position: relative;
}

.sobre-conteudo {
  grid-row-gap: 3rem;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.sobre-p-status {
  color: var(--soft-grey);
  text-align: left;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 0;
  font-family: archivo, sans-serif;
  font-size: .9rem;
  font-weight: 300;
  line-height: .9rem;
}

.scroll--animation {
  z-index: 8;
  width: 3rem;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: auto 0% 2%;
}

.h2-destaque-novo {
  width: auto;
  color: var(--medium-brown);
  letter-spacing: 6px;
  text-transform: uppercase;
  mix-blend-mode: normal;
  margin-top: 0;
  margin-bottom: 0;
  font-family: archivo, sans-serif;
  font-size: 1.1rem;
  font-style: normal;
  font-weight: 300;
  line-height: 2.1rem;
  position: static;
}

.text-span-5, .text-span-6 {
  letter-spacing: 4px;
  padding-left: 0;
}

.sobre-conteudo-wrapper {
  overflow: hidden;
}

.img-wrapper {
  position: relative;
}

.p-destaque-wrapper {
  justify-content: flex-end;
  align-items: center;
  width: 92%;
  margin-right: 0%;
  display: flex;
}

.img-esquina-wrapper {
  width: 42vw;
  position: relative;
  top: 0%;
  left: 0%;
}

.localizacao-imgs-wrapper {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  margin-top: 0;
  display: flex;
  position: relative;
}

.select-field {
  color: #11331b;
  background-color: #fff;
  border: 1px solid #9c9c9c;
  border-radius: 0;
  height: 45px;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 400;
}

.imgs-horizontal-wrapper {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.img-fachada-wrapper {
  width: 100%;
  position: relative;
}

.img-fachada {
  width: 100%;
}

.slider-v1 {
  background-color: #ddd0;
  width: 100%;
  height: auto;
}

.slide, .mask {
  height: auto;
}

.slide-nav {
  display: none;
}

.section-intro-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 24px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  padding-top: 80px;
  display: flex;
}

.section-intro-wrapper.casas-suspensas-intro {
  z-index: 1;
  width: 70%;
  padding-top: 0;
  padding-left: 40px;
  padding-right: 40px;
  position: relative;
}

.h2-diferenciais {
  width: 28ch;
  color: var(--medium-brown);
  letter-spacing: 1px;
  text-transform: uppercase;
  mix-blend-mode: normal;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 0;
  font-family: adobe-garamond-pro, sans-serif;
  font-size: 1.6rem;
  font-style: italic;
  font-weight: 400;
  line-height: 1.8rem;
  display: block;
  position: relative;
}

.h2-diferenciais.soft-grey {
  width: 32vh;
  color: var(--sand);
}

.p {
  z-index: 1;
  width: auto;
  color: var(--sand);
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 0;
  font-family: Archivo, sans-serif;
  font-size: .8rem;
  line-height: 2rem;
  position: relative;
}

.p.short {
  text-transform: none;
  width: 76ch;
  font-family: archivo, sans-serif;
  line-height: 1.4rem;
}

.p.short.p-servicos {
  width: auto;
}

.p.p-lazer.brown {
  color: var(--medium-brown);
  font-size: 1rem;
}

.projeto-intro {
  z-index: 1;
  grid-row-gap: 64px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 70%;
  margin-left: auto;
  display: flex;
  position: relative;
}

.h2-hero-wrapper {
  grid-column-gap: 40px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-span-8 {
  padding-left: 0;
}

.cta-padrao {
  border: 1px solid var(--medium-brown);
  color: var(--sand);
  letter-spacing: 2px;
  text-transform: uppercase;
  padding: 16px 32px;
  font-family: archivo, sans-serif;
  font-size: 1rem;
  font-weight: 300;
  text-decoration: none;
  transition: all .3s;
}

.cta-padrao:hover {
  background-color: var(--medium-brown);
}

.cta-padrao.cta--hero {
  color: var(--medium-brown);
  letter-spacing: 0;
  padding-left: 16px;
  padding-right: 16px;
}

.cta-padrao.cta--hero:hover {
  color: var(--sand);
}

.video-intro-wrapper {
  z-index: 0;
}

.projetistas-wrapper {
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.projetista-card {
  grid-row-gap: 8px;
  cursor: pointer;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 32%;
  display: flex;
}

.projetista-img {
  width: 100%;
}

.h3-projetistas {
  z-index: 1;
  width: auto;
  color: var(--medium-brown);
  letter-spacing: 1px;
  text-transform: uppercase;
  mix-blend-mode: normal;
  margin-top: 16px;
  margin-bottom: 0;
  padding-bottom: 0;
  font-family: adobe-garamond-pro, sans-serif;
  font-size: 1vw;
  font-style: italic;
  font-weight: 400;
  line-height: 1vw;
  display: block;
  position: relative;
}

.h4-nome-do-projetista {
  z-index: 1;
  width: auto;
  color: var(--medium-brown);
  letter-spacing: 1px;
  text-transform: uppercase;
  mix-blend-mode: normal;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 0;
  font-family: archivo, sans-serif;
  font-size: 1.2vw;
  font-style: normal;
  font-weight: 300;
  line-height: 1.5vw;
  display: block;
  position: relative;
}

.projetista-img-wrapper {
  transition: opacity .3s;
  position: relative;
}

.projetista-img-wrapper:hover {
  opacity: .6;
}

.seta-diagonal {
  width: 24px;
  position: absolute;
  inset: auto 16px 16px auto;
}

.cta-wrapper {
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.modal-projetista-1 {
  z-index: 10;
  background-color: var(--soft-grey);
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  padding-right: 16px;
  display: none;
  position: fixed;
  inset: 0%;
  overflow: scroll;
}

.projetista-esq {
  background-color: var(--light-grey);
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  width: 50%;
  height: 100vh;
  display: flex;
  position: relative;
  overflow: hidden;
}

.projetista-esq-conteudo {
  grid-row-gap: 32px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.paragraph {
  margin-bottom: 0;
  font-family: adobe-garamond-pro, sans-serif;
  font-size: 1.2rem;
  line-height: 1.6rem;
}

.h3-modal-projetistas {
  margin-top: 0;
  margin-bottom: 0;
  font-family: adobe-garamond-pro, sans-serif;
  font-size: 32px;
  font-style: italic;
  font-weight: 400;
}

.logo-modal-projetista-wrapper {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.logo-projetistas-modal {
  width: 300px;
  margin-top: 40px;
  margin-left: 40px;
}

.decorativa-modal-projetistas {
  width: 40vw;
  margin-bottom: -16px;
}

.projetista-dir {
  z-index: 1;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  background-color: var(--soft-grey);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 50%;
  height: 100%;
  display: flex;
  position: relative;
}

.projetista-conteudo-wrapper {
  z-index: 1;
  grid-row-gap: 24px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  padding-left: 40px;
  display: flex;
  position: relative;
}

.p-modal-projetista {
  width: auto;
  color: var(--medium-brown);
  margin-bottom: 0;
  font-family: archivo, sans-serif;
  font-size: .9rem;
  line-height: 1.3rem;
}

.projetista-modal-wrapper {
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  padding-right: 40px;
  display: flex;
}

.projetista-img-modal {
  height: 40vh;
}

.fechar-modal-diferenciais {
  z-index: 2;
  cursor: pointer;
  border: 1px solid #000;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  display: flex;
  position: absolute;
  inset: 16px 16px auto auto;
}

.modal-projetista-2, .modal-projetista-3 {
  z-index: 10;
  background-color: var(--soft-grey);
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  padding-right: 16px;
  display: none;
  position: fixed;
  inset: 0%;
  overflow: scroll;
}

.legenda-lazer {
  z-index: 1;
  filter: drop-shadow(2px 2px 4px #000000b3);
  text-transform: none;
  margin-bottom: 0;
  font-family: archivo, sans-serif;
  font-size: .8rem;
  line-height: 1.4rem;
  position: absolute;
  inset: auto auto 16px 16px;
}

.text-span-9 {
  text-transform: uppercase;
  font-family: adobe-garamond-pro, sans-serif;
  font-size: 1rem;
  font-style: italic;
  font-weight: 400;
}

.technogym-wrapper {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
  position: absolute;
  inset: 16px auto auto 16px;
}

.legenda-technogym {
  z-index: 1;
  filter: drop-shadow(2px 2px 4px #000000b3);
  text-transform: none;
  margin-bottom: 0;
  font-family: archivo, sans-serif;
  font-size: .8rem;
  line-height: 1.4rem;
  position: static;
  inset: auto auto 16px 16px;
}

.image-5 {
  width: 140px;
}

.destaque-conteudo-2 {
  z-index: 1;
  grid-row-gap: 2rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
  position: absolute;
  inset: 8% 5% auto;
}

.h2-destaque-3 {
  width: auto;
  color: var(--soft-grey);
  letter-spacing: 1px;
  text-transform: uppercase;
  mix-blend-mode: normal;
  margin-top: 0;
  margin-bottom: 0;
  font-family: adobe-garamond-pro, sans-serif;
  font-size: 1.6rem;
  font-style: italic;
  font-weight: 400;
  line-height: 2.1rem;
}

.text-span-3-copy {
  padding-left: 32px;
}

.destaque-conteudo-4 {
  z-index: 1;
  grid-row-gap: 2rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
  position: absolute;
  inset: auto 5% 12%;
}

.lazer-conteudo {
  grid-column-gap: 0px;
  grid-row-gap: 32px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-end;
  width: 100%;
  padding-right: 10%;
  display: flex;
}

.lazer-conteudo-infos {
  grid-row-gap: 24px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: auto;
  display: flex;
}

.h3-lazer {
  color: var(--medium-brown);
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: adobe-garamond-pro, sans-serif;
  font-size: 1.6rem;
  font-style: italic;
  font-weight: 400;
  position: static;
}

.residencias {
  z-index: 1;
  grid-row-gap: 64px;
  background-color: #14252300;
  flex-flow: column;
  width: 70%;
  max-width: none;
  margin-top: 0;
  margin-left: auto;
  margin-right: 0;
  padding: 0 0 64px;
  display: flex;
  position: relative;
  top: 0;
}

.slider-residencias {
  background-color: #ddd0;
  width: 100%;
  height: auto;
}

.tab-link-v1-1 {
  border: 1px solid var(--sand);
  background-color: var(--dark-green);
  height: 44px;
  color: var(--sand);
  border-radius: 0;
  justify-content: center;
  align-items: center;
  font-family: archivo, sans-serif;
  font-size: 16px;
  display: flex;
}

.tab-link-v1-1.w--current {
  background-color: var(--soft-grey);
  color: var(--dark-green);
  -webkit-text-stroke-color: var(--sand);
  border-radius: 0;
  justify-content: center;
  align-items: center;
  padding: 0 30px;
  font-family: archivo, sans-serif;
  font-size: 16px;
  display: flex;
}

.tabs-slide-insider-v1 {
  z-index: 3;
  grid-column-gap: 16px;
  justify-content: flex-end;
  width: 100%;
  margin: -56px auto 0;
  padding-left: 24px;
  padding-right: 16px;
  display: flex;
  position: absolute;
}

.tab-content-container {
  width: 100%;
}

.tab-link-v1-2 {
  border: 1px solid var(--sand);
  background-color: var(--dark-green);
  height: 44px;
  color: var(--sand);
  border-radius: 0;
  justify-content: center;
  align-items: center;
  padding-top: 0;
  padding-bottom: 0;
  font-family: archivo, sans-serif;
  font-size: 16px;
  display: flex;
}

.tab-link-v1-2.w--current {
  background-color: var(--soft-grey);
  color: var(--dark-green);
}

.tabs-slider-v1 {
  width: 100%;
  margin-top: 24px;
}

.slider-plantas-wrapper {
  background-color: var(--soft-grey);
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  display: flex;
  position: relative;
}

.planta-img {
  width: 100%;
  padding: 0;
}

.planta-conteudo-wrapper {
  grid-row-gap: 16px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 30%;
  height: auto;
  padding-top: 40px;
  padding-left: 40px;
  display: flex;
}

.p-plantas {
  color: var(--medium-brown);
  text-transform: uppercase;
  margin-bottom: 0;
  font-family: archivo, sans-serif;
  font-size: 1rem;
  font-weight: 300;
}

.h3-plantas {
  color: var(--medium-brown);
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: adobe-garamond-pro, sans-serif;
  font-size: 3rem;
  font-style: italic;
  font-weight: 300;
  line-height: 3rem;
}

.plantas-seta-esq {
  height: 30%;
}

.icon-7, .icon-8 {
  color: var(--dark-green);
}

.slider-plantas {
  background-color: #ddd0;
  width: 100%;
  height: auto;
}

.intro-casas-suspensas {
  z-index: 9999;
  justify-content: space-between;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
}

.intro-right-casas-suspensas {
  grid-row-gap: 40px;
  background-color: var(--dark-green);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 50%;
  height: 100%;
  display: flex;
}

.intro-casas-supensas-logo {
  z-index: 3;
  width: 24vw;
  position: relative;
}

.casas-suspensas-wrapper {
  z-index: 1;
  grid-row-gap: 64px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 70%;
  margin-left: auto;
  display: flex;
  position: relative;
}

.h2-casas-suspensas {
  width: auto;
  color: var(--sand);
  letter-spacing: 1px;
  text-transform: uppercase;
  mix-blend-mode: normal;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 0;
  font-family: archivo, sans-serif;
  font-size: 1.2rem;
  font-style: normal;
  font-weight: 300;
  line-height: 1.4rem;
  display: block;
  position: relative;
}

.h2-casas-suspensas.home {
  color: var(--dark-green);
}

.tabs-slider-v2 {
  width: 100%;
  margin-top: 0;
}

.h3-diferenciais {
  width: auto;
  color: var(--medium-brown);
  letter-spacing: 1px;
  text-transform: uppercase;
  mix-blend-mode: normal;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 0;
  font-family: adobe-garamond-pro, sans-serif;
  font-size: 1.6rem;
  font-style: italic;
  font-weight: 400;
  line-height: 1.8rem;
  display: block;
  position: relative;
}

.video-img-overlay-casas-suspensas {
  width: 100%;
  height: 100vh;
  position: absolute;
}

.right-arrow, .left-arrow, .left-arrow-2, .right-arrow-2, .right-arrow-3, .right-arrow-4 {
  height: 30%;
}

.casas-suspensas-container-intro {
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  padding-top: 112px;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
}

.logo-grancoscar-casas-suspensas {
  width: 30%;
}

.cass-suspensas-secao-2-wrapper {
  grid-row-gap: 56px;
  flex-flow: column;
  width: 90%;
  display: flex;
}

.casas-suspensas-destaque-img-wrapper {
  grid-column-gap: 24px;
  justify-content: space-around;
  align-items: center;
  width: 100%;
  padding-bottom: 64px;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
}

.img-destaque-casas-suspensas {
  width: 50vh;
}

.img-destaque-casas-suspensas-wrapper {
  z-index: 1;
  position: relative;
}

.cta-casas-suspensas {
  border: 1px solid var(--dark-green);
  color: var(--dark-green);
  letter-spacing: 2px;
  text-transform: uppercase;
  padding: 16px 32px;
  font-family: archivo, sans-serif;
  font-size: 1rem;
  font-weight: 300;
  text-decoration: none;
  transition: all .3s;
}

.cta-casas-suspensas:hover {
  background-color: var(--soft-grey);
}

.vetor-casas-suspensas-superior {
  z-index: 0;
  width: 2%;
  position: absolute;
  inset: -2% auto auto 40%;
}

.vetor-casas-suspensas-inferior {
  z-index: 0;
  width: 2%;
  position: absolute;
  inset: auto auto -2px 3%;
}

.servicos-especiais {
  z-index: 1;
  grid-row-gap: 64px;
  background-color: #14252300;
  flex-flow: column;
  width: 70%;
  max-width: none;
  margin-top: 0;
  margin-left: auto;
  margin-right: 0;
  padding: 0 0 64px;
  display: flex;
  position: relative;
  top: 0;
}

.servicos-esq {
  background-image: url('../images/servicos-img.webp');
  background-position: 50%;
  background-size: cover;
  justify-content: center;
  align-items: center;
  width: 50%;
  display: flex;
  position: relative;
}

.servicos-especiais-img {
  vertical-align: baseline;
  object-fit: fill;
  width: 100%;
}

.servicos-esq-conteudo {
  grid-row-gap: 16px;
  flex-flow: column;
  justify-content: space-around;
  align-items: flex-start;
  height: 100%;
  padding-left: 16px;
  padding-right: 16px;
  display: flex;
  position: absolute;
}

.logo-granoscar-servicos {
  width: 16vw;
}

.servicos-dir {
  grid-row-gap: 24px;
  background-color: var(--soft-grey);
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 50%;
  padding-top: 32px;
  padding-bottom: 32px;
  padding-left: 64px;
  display: flex;
}

.servicos-item {
  grid-column-gap: 24px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.servicos-item-vetor {
  width: 32px;
}

.servicos-icone {
  width: 64px;
}

.ficha-tecnica {
  z-index: 1;
  grid-row-gap: 64px;
  background-color: #14252300;
  flex-flow: column;
  width: 70%;
  max-width: none;
  margin-top: 0;
  margin-left: auto;
  margin-right: 0;
  padding: 0 0 64px;
  display: flex;
  position: relative;
  top: 0;
}

.ficha-esq {
  grid-row-gap: 24px;
  background-color: #fdfeff00;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 40%;
  padding-left: 0;
  display: flex;
}

.ficha-dir {
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.p-ficha-tecnica {
  color: var(--medium-brown);
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 0;
  font-size: .9rem;
  line-height: 1.3rem;
}

.p-ficha-span {
  color: var(--sand);
}

.h2-localizacao {
  width: 30ch;
  color: var(--medium-brown);
  letter-spacing: 1px;
  text-transform: uppercase;
  mix-blend-mode: normal;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 0;
  font-family: adobe-garamond-pro, sans-serif;
  font-size: 1.6rem;
  font-style: italic;
  font-weight: 400;
  line-height: 1.8rem;
  display: block;
  position: relative;
}

.localizacao-wrapper {
  grid-row-gap: 24px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  padding-top: 24px;
  padding-left: 56px;
  padding-right: 56px;
  display: flex;
}

.cta-tracar-rota {
  border: 1px solid var(--medium-brown);
  color: var(--sand);
  letter-spacing: 2px;
  text-transform: uppercase;
  padding: 16px 32px;
  font-family: archivo, sans-serif;
  font-size: 1rem;
  font-weight: 300;
  text-decoration: none;
  transition: all .3s;
  display: none;
}

.cta-tracar-rota:hover {
  background-color: var(--medium-brown);
}

.localizacao-vetor {
  width: 48px;
}

.h3-localizacao {
  width: auto;
  color: var(--medium-brown);
  letter-spacing: 1px;
  text-transform: uppercase;
  mix-blend-mode: normal;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 0;
  font-family: adobe-garamond-pro, sans-serif;
  font-size: 1.2rem;
  font-style: italic;
  font-weight: 400;
  line-height: 1.5rem;
  display: block;
  position: relative;
}

.left-arrow-5, .right-arrow-7 {
  height: 30%;
}

.p-ficha-tecnica-mobile {
  color: var(--medium-brown);
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 0;
  font-size: .9rem;
  line-height: 1.3rem;
}

.slider-2 {
  display: none;
}

.container-casas-suspensas {
  width: 100%;
}

.container-casas-suspensas-2 {
  width: auto;
}

.projetistas-modal-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.fechar-modal-diferenciais-2, .fechar-modal-diferenciais-3 {
  z-index: 2;
  cursor: pointer;
  border: 1px solid #000;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  display: flex;
  position: absolute;
  inset: 16px 16px auto auto;
}

.navbar-logo-left-container {
  z-index: 5;
  background-color: #0000;
  width: 1030px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 15px 20px;
}

.navbar-logo-left-container.shadow-three {
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: none;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  padding: 16px 24px;
  display: flex;
}

.navbar-container {
  width: 100%;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
}

.nav-item-v1-link-3 {
  color: #fff;
  letter-spacing: 1px;
  font-family: archivo, sans-serif;
  font-size: 16px;
  font-weight: 300;
  text-decoration: none;
}

.paragraph-2 {
  margin-bottom: 0;
}

.nav-item-v1-link-4, .nav-item-v1-link-2 {
  color: #fff;
  letter-spacing: 1px;
  font-family: archivo, sans-serif;
  font-size: 16px;
  font-weight: 300;
  text-decoration: none;
}

.nav-menu {
  grid-column-gap: 32px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.logo-nav {
  width: 200px;
}

.nav-item-v1-link-1 {
  color: #fff;
  letter-spacing: 1px;
  font-family: archivo, sans-serif;
  font-size: 16px;
  font-weight: 300;
  text-decoration: none;
}

.navbar-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.navbar {
  z-index: 5;
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
  background-color: #18181833;
  border-bottom: 1px solid #fff3;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: fixed;
  top: auto;
}

.bt-nav-conversion-v1 {
  grid-column-gap: 8px;
  color: #323620;
  text-transform: uppercase;
  mix-blend-mode: normal;
  background-color: #c9da2b;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 200px;
  height: 46px;
  font-size: 17px;
  font-weight: 600;
  line-height: 24px;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

.bt-nav-conversion-v1:hover {
  grid-column-gap: 16px;
}

.nav-item-v1-link-5, .nav-item-v1-link-6 {
  color: #fff;
  letter-spacing: 1px;
  font-family: archivo, sans-serif;
  font-size: 16px;
  font-weight: 300;
  text-decoration: none;
}

.cta-nav {
  border: 1px solid var(--medium-brown);
  color: var(--sand);
  letter-spacing: 2px;
  text-transform: uppercase;
  padding: 10px 16px;
  font-family: archivo, sans-serif;
  font-size: 1rem;
  font-weight: 300;
  text-decoration: none;
  transition: all .3s;
}

.cta-nav:hover {
  background-color: var(--medium-brown);
}

.form-modal-conversion {
  width: 100%;
  max-width: 570px;
}

.h2-cards {
  color: #664d50;
  letter-spacing: 4px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 28px;
  font-weight: 300;
  line-height: 24px;
}

.h2-cards.h2-technical-infos {
  margin-top: 24px;
}

.h2-cards.h2-technical-infos.gray {
  color: #3b3c38;
  font-family: adobe-garamond-pro, sans-serif;
  font-style: italic;
}

.container-2 {
  flex-flow: column;
  width: 100%;
  max-width: 1270px;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: relative;
}

.container-2.container-modal-conversion {
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  max-width: 1000px;
  margin-top: 32px;
  display: flex;
}

.p-technical-details-semibold {
  color: #664d50;
  font-size: 16px;
  font-weight: 600;
  line-height: 26px;
  display: block;
}

.p-technical-details-semibold.gray {
  color: var(--dark-green);
  font-family: archivo, sans-serif;
  font-weight: 400;
}

.text-span-20 {
  color: #673334;
  font-size: 18px;
  text-decoration: underline;
}

.form-select {
  background-color: var(--soft-grey);
  outline-offset: 0px;
  width: 100%;
  height: 54px;
  color: var(--dark-green);
  border: 1px solid #3b3c38;
  outline: 3px #d9d9d9;
  font-family: archivo, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.bt-submit-form-home-modal.navbar-item {
  background-color: #673334;
  width: 100%;
  height: 54px;
  transition: all .2s;
}

.bt-submit-form-home-modal.navbar-item:hover {
  background-color: #041c3e;
}

.bt-submit-form-home-modal.navbar-item.submit-form {
  background-color: var(--dark-green);
  text-transform: uppercase;
  margin-top: 8px;
  font-family: adobe-garamond-pro, sans-serif;
  font-size: 1.2rem;
  font-weight: 400;
}

.bt-submit-form-home-modal.navbar-item.submit-form:hover {
  background-color: var(--medium-brown);
}

.text-span-19 {
  font-size: 18px;
}

.modal-conversao {
  z-index: 99;
  background-color: var(--soft-grey);
  width: 100%;
  height: 100vh;
  margin-right: 0%;
  display: none;
  position: fixed;
  top: 0;
  right: 0%;
  overflow: auto;
}

.logo-modal-conversao {
  width: 100%;
}

.paragraph-94 {
  color: #333;
  font-size: 16px;
}

.form-field {
  border-style: none none solid;
  border-width: 1px;
  border-color: black black var(--dark-green);
  width: 100%;
  height: 44px;
  color: var(--dark-green);
  padding: 0 16px;
  font-family: archivo, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.bt-close-modal-conversion {
  cursor: pointer;
  background-color: #ffffff80;
  border: 1px solid #664d50;
  justify-content: center;
  align-items: center;
  width: 54px;
  height: 54px;
  transition: all .2s;
  display: flex;
  position: absolute;
  inset: 16px 16px auto auto;
}

.bt-close-modal-conversion:hover {
  background-color: #fff;
}

.textarea-field {
  border: 1px solid #664d50;
  width: 100%;
  height: 110px;
  min-height: 110px;
  max-height: 110px;
}

.image-129 {
  position: absolute;
}

.modal-conversion-infos-title {
  border-bottom: 1px solid var(--dark-green);
  width: 300px;
  padding-bottom: 24px;
}

.p-regular {
  color: #664d50;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
}

.p-regular.p-contact-form {
  margin-top: 16px;
  margin-bottom: 24px;
}

.p-regular.p-contact-form.gray {
  color: var(--dark-green);
  font-family: archivo, sans-serif;
  font-weight: 400;
}

.div-block-70 {
  color: #fff;
  max-width: 570px;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
}

.form {
  margin-left: 0;
}

.fechar-modal-contato {
  z-index: 2;
  cursor: pointer;
  border: 1px solid #000;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  display: flex;
  position: absolute;
  inset: 16px 16px auto auto;
}

.conversion-bar {
  z-index: 9;
  grid-column-gap: 8px;
  grid-row-gap: 0px;
  flex-flow: row;
  width: auto;
  display: flex;
  position: fixed;
  top: auto;
  bottom: 10px;
  right: 10px;
}

.chat-conversion {
  cursor: pointer;
  background-color: #673334;
  justify-content: center;
  align-items: center;
  width: 56px;
  height: 56px;
  display: flex;
}

.email-conversion, .whatsapp-conversion, .phone-conversion {
  border: 1px solid var(--medium-brown);
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
  cursor: pointer;
  background-color: #17171766;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  display: flex;
}

.image-130, .image-131, .image-132 {
  width: 50%;
}

.img-fachada-mobile {
  vertical-align: baseline;
  object-fit: fill;
  width: 100%;
  display: none;
}

.slider-fachada {
  background-color: #ddd0;
  width: 100%;
  height: auto;
}

.lightbox-planta {
  width: 70%;
  padding: 64px;
  position: relative;
}

.zoom--icon {
  width: 20px;
  position: absolute;
}

.lightbox-ficha-tecnica {
  z-index: 10;
  grid-row-gap: 8px;
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
  background-color: #0009;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  padding-top: 32px;
  padding-bottom: 32px;
  display: none;
  position: fixed;
  inset: 0%;
  overflow: auto;
}

.h2-destaque-coberturas {
  width: auto;
  color: var(--soft-grey);
  letter-spacing: 10px;
  text-transform: uppercase;
  mix-blend-mode: normal;
  margin-top: 0;
  margin-bottom: 0;
  font-family: archivo, sans-serif;
  font-size: 1.2rem;
  font-style: normal;
  font-weight: 300;
  line-height: 2.3rem;
  position: static;
}

.text-span-10 {
  padding-left: 0;
}

.text-span-11 {
  padding-left: 48px;
}

.text-span-12 {
  padding-left: 0;
}

.img-fachada-desktop {
  width: 100%;
}

.img-fachada-mobile-copy {
  vertical-align: baseline;
  object-fit: fill;
  width: 100%;
  display: none;
}

.icon-16, .icon-17 {
  color: var(--dark-green);
}

.lightbox-ficha-tecnica-wrapper {
  grid-row-gap: 0px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.hero-logo-wrapper {
  position: relative;
}

.h1-hero {
  z-index: -1;
  opacity: 0;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 32px;
  font-weight: 300;
  line-height: 42px;
  position: absolute;
  inset: 0%;
}

.slider-lightbox {
  background-color: #ddd0;
  width: 50%;
  height: auto;
  margin-bottom: 24px;
  padding-top: 24px;
  padding-bottom: 32px;
}

.lightbox-imgs {
  width: 100%;
}

.zoom-icon-imgs {
  width: 20px;
  position: relative;
}

.zoom-icon-imgs-wrapper {
  z-index: 5;
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
  background-color: #ffffff80;
  padding: 8px;
  position: absolute;
  inset: 3% 3% auto auto;
}

.mask-2 {
  width: 100%;
}

.h2-destaque--mobile {
  width: auto;
  color: var(--soft-grey);
  letter-spacing: 1px;
  text-transform: uppercase;
  mix-blend-mode: normal;
  margin-top: 0;
  margin-bottom: 0;
  font-family: adobe-garamond-pro, sans-serif;
  font-size: 1.6rem;
  font-style: italic;
  font-weight: 400;
  line-height: 2.1rem;
  display: none;
}

.img-fachada-mobile-1 {
  vertical-align: baseline;
  object-fit: fill;
  width: 100%;
  display: none;
}

.img-fachada-desktop--2 {
  width: 100%;
}

.vista--andar--container {
  grid-row-gap: 24px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.vista--andar--img {
  z-index: 0;
  width: 100%;
  position: relative;
}

.h2-vista {
  width: auto;
  color: var(--medium-brown);
  letter-spacing: 1px;
  text-transform: uppercase;
  mix-blend-mode: normal;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 0;
  font-family: adobe-garamond-pro, sans-serif;
  font-size: 1.6rem;
  font-style: italic;
  font-weight: 400;
  line-height: 1.8rem;
  display: block;
  position: relative;
}

.h2-vista.soft-grey {
  width: 32vh;
  color: var(--sand);
}

.vista--andar--wrapper {
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.vista--andar--img--mask {
  z-index: 1;
  background-color: #0d262299;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.cta--vista {
  z-index: 2;
  border: 1px solid var(--soft-grey);
  color: var(--sand);
  letter-spacing: 2px;
  text-transform: uppercase;
  padding: 16px 32px;
  font-family: archivo, sans-serif;
  font-size: 1rem;
  font-weight: 300;
  text-decoration: none;
  transition: all .3s;
  position: absolute;
}

.cta--vista:hover {
  background-color: var(--medium-brown);
}

.code-embed {
  display: none;
}

.video--hero--wrapper {
  z-index: 1;
  width: 100%;
  height: 70vh;
  position: relative;
  overflow: hidden;
}

.conteudo--hero--wrapper {
  z-index: 1;
  grid-column-gap: 0px;
  justify-content: space-around;
  align-items: center;
  width: 100%;
  height: 30vh;
  padding: 24px;
  display: flex;
  position: relative;
}

.hero--info--wrapper {
  grid-row-gap: 16px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.vetor--hero {
  width: 40px;
}

.p--status--hero {
  color: var(--medium-brown);
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 0;
  font-family: adobe-garamond-pro, sans-serif;
  font-size: 1rem;
  line-height: 1.5rem;
}

.p--status--hero.p--quadra {
  letter-spacing: 2px;
  text-transform: uppercase;
  width: 32ch;
  font-style: italic;
}

.text-block-3 {
  color: var(--medium-brown);
}

.conteudo--hero--container {
  grid-column-gap: 2.5vw;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.text-block-4 {
  letter-spacing: 2px;
}

.video--hero {
  aspect-ratio: auto;
  width: 100%;
  height: 70vh;
}

.h2-destaque-hero {
  width: auto;
  color: var(--medium-brown);
  letter-spacing: 6px;
  text-transform: uppercase;
  mix-blend-mode: normal;
  margin-top: 0;
  margin-bottom: 0;
  font-family: archivo, sans-serif;
  font-size: 1.1rem;
  font-style: normal;
  font-weight: 300;
  line-height: 2.1rem;
  position: static;
}

@media screen and (min-width: 1440px) {
  .servicos-dir {
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .bt-submit-form-home-modal {
    width: 100%;
    height: 54px;
  }

  .bt-submit-form-home-modal.navbar-item {
    background-color: #664d50;
    transition: all .2s;
  }

  .bt-submit-form-home-modal.navbar-item:hover {
    background-color: #041c3e;
  }

  .modal-conversion-wrapper {
    display: flex;
  }

  .conversion-bar {
    z-index: 9;
    width: auto;
    position: fixed;
    bottom: 10px;
    right: 10px;
  }

  .chat-conversion {
    background-color: #673334;
    width: 56px;
    height: 56px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .email-conversion, .whatsapp-conversion, .phone-conversion {
    background-color: #17171766;
    width: 48px;
    height: 48px;
    padding-bottom: 0;
    padding-right: 0;
  }
}

@media screen and (min-width: 1920px) {
  .submit-bt-fom.submit-bt-fom-v1 {
    line-height: 2.8rem;
  }

  .servicos-dir {
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .form-modal-conversion {
    width: 100%;
    max-width: 570px;
  }

  .container-2.container-modal-conversion {
    flex-flow: row;
    justify-content: space-between;
    align-items: center;
    display: flex;
  }

  .form-select {
    font-family: archivo, sans-serif;
  }

  .modal-conversao {
    z-index: 20;
    background-color: var(--soft-grey);
    width: 100%;
    height: 100vh;
    margin-right: 0;
    display: none;
    position: fixed;
  }

  .logo-modal-conversao {
    width: 100%;
  }

  .form-field {
    font-family: archivo, sans-serif;
  }

  .modal-conversion-infos {
    width: 318px;
  }

  .image-129 {
    position: absolute;
    inset: 0% auto auto 0%;
  }

  .modal-conversion-wrapper {
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100vh;
    display: flex;
  }

  .modal-conversion-infos-title {
    border-bottom: 1px solid var(--dark-green);
    padding-bottom: 32px;
    position: relative;
  }

  .conversion-bar {
    z-index: 9;
    grid-row-gap: 0px;
    flex-flow: row;
    display: flex;
    top: auto;
    bottom: 10px;
  }

  .chat-conversion {
    cursor: pointer;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .email-conversion {
    cursor: pointer;
    background-color: #17171766;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .whatsapp-conversion {
    cursor: pointer;
    background-color: #0006;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .phone-conversion {
    cursor: pointer;
    background-color: #17171766;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .lightbox-ficha-tecnica {
    display: none;
  }
}

@media screen and (max-width: 991px) {
  .navbar-container {
    max-width: 728px;
  }

  .menu-button {
    padding: 12px;
  }

  .menu-button.w--open {
    color: #fff;
    background-color: #a6b1bf;
  }

  .nav-menu {
    background-color: #0000;
  }
}

@media screen and (max-width: 767px) {
  .navbar-logo-left-container {
    max-width: 100%;
  }

  .logo-nav-v1 {
    padding-left: 0;
  }
}

@media screen and (max-width: 479px) {
  .localizacao {
    grid-row-gap: 48px;
    background-image: none;
    width: 100%;
    padding-top: 16px;
    padding-bottom: 48px;
    overflow: hidden;
  }

  .container-grid {
    grid-row-gap: 2rem;
    flex-flow: column;
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .video {
    width: 100vw;
    height: 100vw;
    margin-top: 0;
    display: block;
    position: relative;
  }

  .image-4 {
    width: 100vw;
    max-width: none;
    margin-top: 0;
    position: static;
    left: 0;
  }

  .container {
    max-width: 100%;
    padding-left: 16px;
    padding-right: 16px;
  }

  .container.container-chamada-casas-suspensas {
    grid-row-gap: 32px;
    flex-flow: column;
    padding: 30px 0;
  }

  .container.container-servicos {
    grid-row-gap: 0px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    padding-left: 0;
    padding-right: 0;
  }

  .container.container-localizacao {
    justify-content: center;
    align-items: flex-end;
  }

  .container.container-ficha {
    grid-row-gap: 24px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    padding-left: 0;
    padding-right: 0;
  }

  .grafismo {
    padding-top: 0;
    padding-bottom: 0;
  }

  .contato {
    width: 100%;
    padding-top: 16px;
    padding-bottom: 48px;
    overflow: hidden;
  }

  .container-contato {
    grid-row-gap: 1rem;
    flex-flow: column;
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding-left: 16px;
    padding-right: 16px;
  }

  .intro {
    flex-flow: column;
    display: none;
  }

  .intro-left {
    flex-flow: column;
    width: 100%;
    height: 50%;
  }

  .intro-right {
    width: 100%;
    height: 50%;
  }

  .footer {
    width: 100%;
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .container-footer {
    grid-row-gap: 3rem;
    flex-flow: column;
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .h2-contato {
    width: auto;
    padding-left: 0%;
    font-size: 1.2rem;
    line-height: 1.7rem;
  }

  .lazer {
    justify-content: center;
    align-items: center;
    width: 100%;
    height: auto;
    padding-top: 64px;
    padding-bottom: 38px;
    display: flex;
    position: relative;
    overflow: hidden;
  }

  .destaque-img {
    width: 100%;
    max-width: none;
    height: auto;
  }

  .destaque-conteudo {
    grid-row-gap: 1rem;
    justify-content: center;
    align-items: flex-start;
    width: 94%;
    height: auto;
    position: absolute;
    top: 8%;
    bottom: auto;
    right: auto;
  }

  .h2-destaque {
    width: auto;
    font-size: 1rem;
    line-height: 1.4rem;
    display: none;
  }

  .text-span-3 {
    padding-left: 68px;
  }

  .text-span-4 {
    padding-left: 98px;
  }

  .p-global {
    width: auto;
    padding-left: 0;
    padding-right: 0;
    font-size: .7rem;
    line-height: 1.2rem;
    display: none;
  }

  .mapa {
    background-image: none;
    width: 100%;
    padding-top: 0;
    padding-bottom: 48px;
    overflow: hidden;
  }

  .container-localizacao-wrapper {
    grid-row-gap: 2rem;
    flex-flow: column;
  }

  .mapa-ilustrado {
    width: 100%;
  }

  .mapa-infos {
    flex-flow: column;
    justify-content: center;
    align-items: flex-end;
    width: 100%;
  }

  .bg-infos-localizacao {
    transform: rotateX(180deg)rotateY(0)rotateZ(0);
  }

  .p-localizacao {
    z-index: 2;
    width: auto;
    padding-top: 16px;
    padding-left: 0;
    padding-right: 0;
    font-size: .8rem;
    line-height: 1.8rem;
    position: static;
    inset: auto auto 0% 30%;
  }

  .logos-footer {
    grid-row-gap: 3rem;
    flex-flow: column;
    padding-left: 16px;
    padding-right: 16px;
  }

  .p-footer {
    width: 100%;
    padding-left: 16px;
    padding-right: 16px;
  }

  .hero {
    height: auto;
  }

  .hero-logo {
    width: 80vw;
  }

  .sobre {
    grid-row-gap: 40px;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    margin-top: 80px;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .sobre-conteudo {
    grid-row-gap: 2.2rem;
    justify-content: center;
    align-items: center;
    width: auto;
    margin-left: auto;
    margin-right: auto;
    padding-left: 9px;
    padding-right: 9px;
  }

  .sobre-p-status {
    font-size: .6rem;
    line-height: 1rem;
  }

  .scroll--animation {
    bottom: 12%;
  }

  .h2-destaque-novo {
    letter-spacing: 7px;
    width: auto;
    font-size: .9rem;
    line-height: 1.7rem;
  }

  .text-span-6 {
    padding-left: 86px;
  }

  .sobre-conteudo-wrapper {
    justify-content: flex-end;
    align-items: center;
    width: 100%;
    margin-left: auto;
    display: flex;
  }

  .p-destaque-wrapper {
    justify-content: flex-start;
    align-items: center;
    width: auto;
    margin-top: -7%;
    margin-left: 35%;
  }

  .img-esquina-wrapper {
    width: 100vw;
  }

  .localizacao-imgs-wrapper {
    grid-row-gap: 2rem;
    flex-flow: column;
    justify-content: center;
    align-items: flex-end;
    margin-top: 0;
  }

  .contato-h2-wrapper {
    width: 65%;
    margin-left: auto;
  }

  .select-field {
    font-size: 14px;
  }

  .imgs-horizontal-wrapper {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: column;
  }

  .section-intro-wrapper {
    width: 70%;
    padding-top: 40px;
  }

  .section-intro-wrapper.casas-suspensas-intro {
    grid-row-gap: 16px;
    width: 100%;
    padding-left: 16px;
    padding-right: 16px;
  }

  .h2-diferenciais {
    width: auto;
    font-size: 1.3rem;
    line-height: 1.8rem;
  }

  .h2-diferenciais.soft-grey {
    width: auto;
  }

  .p {
    z-index: 1;
    width: auto;
    padding-left: 0;
    padding-right: 0;
    font-size: .7rem;
    line-height: 1.7rem;
    position: relative;
  }

  .p.short {
    width: auto;
  }

  .p.p-lazer.brown {
    font-size: .8rem;
    line-height: 1.5rem;
  }

  .projeto-intro {
    grid-row-gap: 32px;
    justify-content: flex-end;
    align-items: flex-end;
    width: 100%;
    padding-top: 64px;
    padding-right: 16px;
    display: flex;
  }

  .h2-hero-wrapper {
    grid-row-gap: 32px;
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
  }

  .cta-padrao {
    padding: 16px 24px;
    font-size: .9rem;
  }

  .cta-padrao.cta--hero {
    justify-content: center;
    align-items: center;
    width: 100%;
    font-size: 1rem;
    display: flex;
  }

  .projetistas-wrapper {
    grid-row-gap: 32px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-end;
  }

  .projetista-card {
    grid-row-gap: 4px;
    width: 70%;
  }

  .h3-projetistas {
    width: auto;
    margin-top: 12px;
    font-size: .9rem;
    line-height: 1.6rem;
  }

  .h4-nome-do-projetista {
    width: auto;
    font-size: 1.2rem;
    line-height: 1.6rem;
  }

  .projetista-img-wrapper {
    mix-blend-mode: normal;
    transition: opacity .3s;
  }

  .projetista-img-wrapper:hover {
    opacity: .7;
  }

  .seta-diagonal {
    width: 18px;
  }

  .modal-projetista-1 {
    flex-flow: column;
    height: auto;
    padding-bottom: 24px;
    padding-right: 0;
    display: none;
    overflow: scroll;
  }

  .projetista-esq {
    z-index: 1;
    grid-row-gap: 24px;
    width: 100%;
    height: auto;
    position: relative;
  }

  .projetista-esq-conteudo {
    grid-row-gap: 8px;
    justify-content: center;
    align-items: flex-start;
    padding-left: 16px;
    padding-right: 16px;
  }

  .h3-modal-projetistas {
    font-size: 24px;
  }

  .logo-modal-projetista-wrapper {
    padding-left: 16px;
  }

  .logo-projetistas-modal {
    width: 220px;
    margin-left: 0;
  }

  .decorativa-modal-projetistas {
    width: 260px;
  }

  .projetista-dir {
    z-index: 0;
    width: 100%;
    height: auto;
  }

  .projetista-conteudo-wrapper {
    grid-row-gap: 8px;
    padding-top: 24px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .p-modal-projetista {
    width: auto;
  }

  .projetista-modal-wrapper {
    justify-content: flex-start;
    align-items: center;
    padding-right: 0;
  }

  .projetista-img-modal {
    width: 100%;
    height: auto;
  }

  .modal-projetista-2, .modal-projetista-3 {
    padding-bottom: 24px;
    padding-right: 0;
    display: none;
    overflow: scroll;
  }

  .legenda-lazer {
    width: auto;
    font-size: .7rem;
    bottom: 8px;
    left: 8px;
  }

  .technogym-wrapper {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
    top: 8px;
    right: 8px;
  }

  .legenda-technogym {
    width: 100%;
    font-size: .7rem;
  }

  .image-5 {
    width: 120px;
  }

  .destaque-conteudo-2 {
    justify-content: center;
    align-items: flex-start;
    width: auto;
    height: auto;
    position: absolute;
    inset: auto 5% 5% auto;
  }

  .h2-destaque-3 {
    width: auto;
    font-size: 1rem;
    line-height: 1.4rem;
  }

  .text-span-3-copy {
    padding-left: 24px;
  }

  .destaque-conteudo-4 {
    justify-content: center;
    align-items: flex-start;
    width: auto;
    height: auto;
    position: absolute;
    inset: 10% auto auto 12%;
  }

  .residencias {
    grid-row-gap: 24px;
    background-image: none;
    width: 100%;
    padding-top: 16px;
    padding-bottom: 48px;
    overflow: hidden;
  }

  .tab-link-v1-1 {
    border-color: var(--soft-grey);
    padding-left: 20px;
    padding-right: 20px;
  }

  .tab-link-v1-1.w--current {
    padding-left: 20px;
    padding-right: 20px;
  }

  .tabs-slide-insider-v1 {
    grid-column-gap: 8px;
    justify-content: flex-end;
    align-items: center;
    width: 100%;
    margin-top: 0;
    padding-left: 0;
    padding-right: 8px;
  }

  .tab-content-container {
    height: auto;
    margin-top: 56px;
  }

  .tab-link-v1-2 {
    border-color: var(--soft-grey);
    padding-left: 20px;
    padding-right: 20px;
  }

  .tabs-slider-v1 {
    margin-top: 40px;
  }

  .slider-plantas-wrapper {
    grid-row-gap: 24px;
    flex-flow: column-reverse;
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .planta-img {
    width: 100%;
    max-width: none;
    height: auto;
  }

  .planta-conteudo-wrapper {
    width: 100%;
    padding-top: 0;
  }

  .h3-plantas {
    font-size: 2.4rem;
    line-height: 2.4rem;
  }

  .plantas-seta-esq {
    height: 30%;
  }

  .icon-7, .icon-8 {
    font-size: 24px;
  }

  .intro-casas-suspensas {
    flex-flow: column;
    display: none;
  }

  .intro-right-casas-suspensas {
    width: 100%;
    height: 50%;
  }

  .intro-casas-supensas-logo {
    width: 80vw;
  }

  .casas-suspensas-wrapper {
    grid-row-gap: 48px;
    justify-content: center;
    align-items: flex-end;
    width: 100%;
    padding-top: 0;
    padding-right: 0;
    display: flex;
  }

  .h2-casas-suspensas {
    width: auto;
    font-size: 1.2rem;
    font-weight: 300;
    line-height: 1.8rem;
  }

  .tabs-slider-v2 {
    margin-top: 0;
  }

  .h3-diferenciais {
    width: auto;
    font-size: 1.3rem;
    line-height: 1.8rem;
  }

  .right-arrow, .left-arrow {
    width: 48px;
    height: 100%;
  }

  .left-arrow-2, .right-arrow-2 {
    width: 48px;
    height: 100%;
    font-size: 20px;
  }

  .right-arrow-3 {
    height: 30%;
  }

  .casas-suspensas-container-intro {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-flow: column-reverse;
    justify-content: space-between;
    align-items: flex-end;
    width: 100%;
    padding-top: 64px;
    padding-left: 0;
    padding-right: 0;
  }

  .logo-grancoscar-casas-suspensas {
    width: 100%;
  }

  .cass-suspensas-secao-2-wrapper {
    grid-row-gap: 24px;
    justify-content: center;
    align-items: flex-end;
    width: 100%;
  }

  .casas-suspensas-destaque-img-wrapper {
    grid-row-gap: 24px;
    flex-flow: column-reverse;
    justify-content: space-around;
    align-items: flex-end;
    padding-bottom: 48px;
    padding-left: 0;
    padding-right: 0;
  }

  .img-destaque-casas-suspensas {
    width: 100%;
  }

  .cta-casas-suspensas {
    padding: 16px 24px;
  }

  .vetor-casas-suspensas-superior {
    width: 6%;
    left: auto;
    right: 3%;
  }

  .vetor-casas-suspensas-inferior {
    width: 6%;
    left: 5%;
  }

  .servicos-especiais {
    grid-row-gap: 32px;
    background-image: none;
    flex-flow: column;
    width: 100%;
    padding-top: 16px;
    padding-bottom: 48px;
    overflow: hidden;
  }

  .servicos-esq {
    width: 100%;
    height: auto;
    padding-top: 32px;
    padding-bottom: 32px;
    position: static;
  }

  .servicos-esq-conteudo {
    justify-content: space-around;
    align-items: flex-start;
    width: 100%;
    height: auto;
    padding-left: 16px;
    padding-right: 16px;
    position: relative;
  }

  .logo-granoscar-servicos {
    width: 54vw;
  }

  .servicos-dir {
    width: 100%;
    padding: 24px 16px;
  }

  .servicos-item-vetor {
    width: 24px;
  }

  .servicos-icone {
    width: 40px;
  }

  .ficha-tecnica {
    grid-row-gap: 48px;
    background-image: none;
    width: 100%;
    padding-top: 16px;
    padding-bottom: 48px;
    overflow: hidden;
  }

  .ficha-esq {
    width: 80%;
  }

  .ficha-dir {
    width: 100%;
  }

  .p-ficha-tecnica {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .h2-localizacao {
    width: auto;
    font-size: 1.3rem;
    line-height: 1.8rem;
  }

  .localizacao-wrapper {
    justify-content: center;
    align-items: flex-start;
    width: 70%;
    padding-top: 24px;
    padding-left: 0;
    padding-right: 16px;
  }

  .cta-tracar-rota {
    grid-column-gap: 8px;
    justify-content: center;
    align-items: center;
    width: 78%;
    padding-left: 24px;
    padding-right: 24px;
    font-size: .9rem;
    display: flex;
  }

  .cta-tracar-rota:hover {
    background-color: #b4986a00;
  }

  .image-6 {
    width: 24px;
  }

  .h3-localizacao {
    width: auto;
    font-size: 1.3rem;
    line-height: 1.8rem;
  }

  .icon-9, .icon-10, .icon-11, .icon-12 {
    font-size: 20px;
  }

  .right-arrow-6, .left-arrow-4, .left-arrow-5, .right-arrow-7 {
    width: 48px;
  }

  .icon-13, .icon-14 {
    font-size: 20px;
  }

  .slider-2 {
    background-color: #ddd0;
    width: 100%;
    height: auto;
    padding-bottom: 40px;
    display: block;
  }

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

  .container-casas-suspensas {
    justify-content: flex-end;
    align-items: center;
    width: 70%;
    padding-top: 64px;
    padding-right: 16px;
    display: flex;
  }

  .container-casas-suspensas-2 {
    justify-content: flex-end;
    align-items: center;
    width: 70%;
    padding-right: 16px;
    display: flex;
  }

  .projetistas-modal-wrapper {
    flex-flow: column;
  }

  .navbar-logo-left-container.shadow-three {
    padding: 8px 0;
  }

  .navbar-container {
    max-width: none;
  }

  .nav-item-v1-link-3 {
    color: #323620;
    justify-content: center;
    align-items: center;
    padding-top: 16px;
    padding-bottom: 16px;
    display: flex;
  }

  .menu-button {
    padding-right: 16px;
  }

  .menu-button.w--open {
    background-color: #a6b1bf00;
  }

  .nav-item-v1-link-4, .nav-item-v1-link-2 {
    color: #323620;
    justify-content: center;
    align-items: center;
    padding-top: 16px;
    padding-bottom: 16px;
    display: flex;
  }

  .nav-menu {
    z-index: 0;
    grid-column-gap: 0px;
    grid-row-gap: 32px;
    background-color: #fff;
    flex-flow: column;
    justify-content: center;
    align-items: flex-end;
    width: 100%;
    height: 100vh;
    margin-top: 64px;
    padding-top: 24px;
    padding-right: 0;
  }

  .logo-nav {
    width: 180px;
  }

  .nav-item-v1-link-1 {
    color: #323620;
    justify-content: center;
    align-items: center;
    padding-top: 16px;
    padding-bottom: 16px;
    display: flex;
  }

  .icon-15 {
    color: #fff;
  }

  .navbar-wrapper {
    width: 100%;
  }

  .logo-nav-v1 {
    padding-left: 16px;
  }

  .navbar {
    background-color: #30303033;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .bt-nav-conversion-v1 {
    width: 90%;
    margin-left: 36px;
  }

  .nav-item-v1-link-5, .nav-item-v1-link-6 {
    color: #323620;
    justify-content: center;
    align-items: center;
    padding-top: 16px;
    padding-bottom: 16px;
    display: flex;
  }

  .cta-nav {
    margin-top: 8px;
    padding: 16px 24px;
    font-size: .9rem;
  }

  .text-block {
    color: var(--dark-green);
    text-align: left;
  }

  .text-block-2 {
    color: var(--dark-green);
  }

  .container-2 {
    padding-left: 16px;
    padding-right: 16px;
    overflow: hidden;
  }

  .container-2.container-modal-conversion {
    flex-flow: column;
    margin-top: 0;
    display: block;
    overflow: auto;
  }

  .p-technical-details-semibold.gray {
    margin-bottom: 0;
    padding-top: 10px;
  }

  .modal-conversao {
    z-index: 10;
    display: none;
    right: 0;
    overflow: auto;
  }

  .form-field {
    height: 36px;
  }

  .bt-close-modal-conversion {
    z-index: 1;
    top: 8px;
    right: 8px;
  }

  .modal-conversion-infos {
    width: 100%;
  }

  .image-129 {
    display: none;
  }

  .modal-conversion-wrapper {
    width: 100%;
  }

  .modal-conversion-infos-title {
    width: 300px;
    display: none;
  }

  .p-regular.p-contact-form.gray {
    margin-bottom: 16px;
  }

  .form {
    margin-left: 0;
  }

  .conversion-bar {
    z-index: 9;
    grid-column-gap: 32px;
    grid-row-gap: 0px;
    -webkit-backdrop-filter: blur(12px);
    backdrop-filter: blur(12px);
    background-color: #ffffff1a;
    border-top: 1px #ddd;
    flex-flow: row;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding-top: 8px;
    padding-bottom: 8px;
    inset: auto 0% 0%;
  }

  .email-conversion, .whatsapp-conversion, .phone-conversion {
    background-color: #17171766;
    width: 48px;
    height: 48px;
  }

  .img-fachada-mobile {
    display: block;
  }

  .lightbox-planta {
    width: 100%;
    padding: 16px;
  }

  .zoom--icon {
    inset: 0% 5% auto auto;
  }

  .lightbox-ficha-tecnica {
    display: none;
  }

  .h2-destaque-coberturas {
    letter-spacing: 7px;
    width: auto;
    font-size: .9rem;
    line-height: 1.7rem;
  }

  .text-span-11 {
    padding-left: 12px;
  }

  .img-fachada-desktop, .img-fachada-mobile-copy {
    display: block;
  }

  .slider-lightbox {
    width: 100%;
  }

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

  .zoom-icon-imgs {
    inset: 0% 5% auto auto;
  }

  .h2-destaque--mobile {
    width: auto;
    margin-top: 3%;
    font-size: 1rem;
    line-height: 1.4rem;
    display: block;
  }

  .img-fachada-mobile-1, .img-fachada-desktop--2 {
    display: none;
  }

  .vista--andar--container {
    justify-content: center;
    align-items: flex-end;
    margin-top: 24px;
    margin-bottom: 24px;
  }

  .vista--andar--img {
    object-fit: cover;
    max-width: none;
    height: 50vh;
  }

  .h2-vista {
    text-align: left;
    width: 22ch;
    padding-right: 16px;
    font-size: 1.3rem;
    line-height: 1.8rem;
  }

  .h2-vista.soft-grey {
    width: auto;
  }

  .vista--andar--wrapper {
    height: 50vh;
  }

  .cta--vista {
    padding: 16px 24px;
    font-size: .9rem;
  }

  .video--hero--wrapper {
    height: 40vh;
  }

  .conteudo--hero--wrapper {
    flex-flow: column;
    height: auto;
    padding: 32px 16px;
  }

  .p--status--hero {
    font-size: .9rem;
    line-height: 1.4rem;
  }

  .p--status--hero.p--quadra {
    width: auto;
    font-size: 1rem;
    line-height: 1.5rem;
  }

  .conteudo--hero--container {
    grid-column-gap: 0vw;
    grid-row-gap: 32px;
    flex-flow: column;
  }

  .video--hero {
    height: 40vh;
  }

  .h2-destaque-hero {
    letter-spacing: 7px;
    width: auto;
    font-size: 1.1rem;
    line-height: 1.8rem;
  }
}

#w-node-cc4d092b-b89c-3d68-196f-be460313cb8f-6f0beca5 {
  justify-self: auto;
}


