@font-face {
  font-family: "Gotham 1";
  src: url('../fonts/Gotham-Bold_1.ttf') format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Gotham Book 0";
  src: url('../fonts/Gotham-Book_0.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  --verde: #686851;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.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;
}

.destaque-evento-wrapper {
  z-index: 1;
  grid-column-gap: 24px;
  grid-row-gap: .9rem;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  position: absolute;
  inset: 0%;
}

.p--hero--infos {
  color: #424241;
  margin-bottom: 0;
  font-family: "Gotham Book 0", Arial, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 2rem;
}

.fachada-hero {
  z-index: 4;
  width: 100%;
  height: 100vh;
  display: inline-block;
  position: absolute;
  top: 0;
}

.hero--infos--container {
  z-index: 5;
  background-image: linear-gradient(90deg, #0000, #00000080);
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  height: 100vh;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  position: absolute;
}

.section.is--hero {
  width: 100%;
  height: 100vh;
  position: relative;
  overflow: hidden;
}

.border--divider {
  background-color: #fff;
  width: 2rem;
  height: 1px;
}

.p--hero--infos-1 {
  color: #fff;
  text-transform: uppercase;
  width: 27ch;
  margin-top: 5px;
  margin-bottom: 0;
  font-family: "Gotham 1", Arial, sans-serif;
  font-size: 2.5vw;
  font-weight: 500;
  line-height: 3vw;
}

.text-block {
  color: #fff;
  font-family: "Gotham 1", Arial, sans-serif;
  font-size: 1rem;
}

.menu_icon-plus {
  justify-content: center;
  align-items: center;
  width: 1.5rem;
  height: 1.5rem;
  display: flex;
}

.menu-icon {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.navbar_links-wrapper {
  z-index: 1;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  opacity: 1;
  background-color: #fff;
  border-right: 1px solid #eee;
  flex-direction: column;
  flex: 1;
  justify-content: flex-start;
  align-items: stretch;
  padding-top: 114px;
  display: flex;
  position: relative;
}

.navbar_menu {
  z-index: 1202;
  opacity: 1;
  background-color: #c8c8c800;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 103svw;
  height: 100dvh;
  transition: height .5s;
  position: fixed;
  inset: 0%;
  overflow: auto;
}

.navbar_menu-button {
  z-index: 1;
  aspect-ratio: 1;
  width: 100%;
  padding: 0;
  position: relative;
}

.navbar_menu-button.w--open {
  aspect-ratio: 1;
  background-color: #0000;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.navbar_component {
  z-index: 1200;
  opacity: 1;
  background-color: #c8c8c800;
  align-items: center;
  width: 71px;
  min-height: 100vh;
  display: flex;
  position: fixed;
  inset: 0% 0% 0% auto;
}

.nav-wrap {
  z-index: 1203;
  background-color: #ffffff80;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.navbar_menu-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  height: 100%;
  padding-right: 115px;
  display: grid;
}

.navbar_container {
  z-index: 1;
  background-color: #c8c8c800;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr max-content 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100vh;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.navbar_link {
  color: #aaa;
  margin-left: 0;
  margin-right: 0;
  padding: .5rem 2rem;
  font-family: "Gotham Book 0", Arial, sans-serif;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.5;
  display: inline-block;
  position: static;
}

.navbar_link:hover, .navbar_link.w--current {
  color: #000;
}

.navbar_link.navbar_link_disabled {
  display: none;
}

.navbar_wrapper {
  grid-column-gap: 1rem;
  aspect-ratio: auto;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: block;
}

.image-4 {
  width: 100%;
  padding: 15px;
}

.hero {
  width: 100%;
  height: 100vh;
}

.text-block-2 {
  letter-spacing: 3px;
  width: 95%;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  font-family: "Gotham Book 0", Arial, sans-serif;
  font-size: 20px;
}

.text-block-3 {
  font-family: "Gotham Book 0", Arial, sans-serif;
  font-size: 15px;
}

.image-31 {
  z-index: 1;
  position: absolute;
  inset: 0% 0% auto auto;
}

.v-deo {
  height: auto;
  padding-top: 40px;
  display: block;
  position: relative;
}

.div-block-3 {
  background-color: #fff;
  margin-top: 0;
  padding-top: 30px;
  padding-bottom: 30px;
}

.grid {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  width: 90%;
  margin-left: 35px;
}

.div-block-4 {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.text-block-4 {
  font-family: "Gotham 1", Arial, sans-serif;
  font-size: 18px;
  line-height: 30px;
}

.text-span-3 {
  font-family: "Gotham Book 0", Arial, sans-serif;
}

.casas-info-1 {
  grid-row-gap: .3rem;
  flex-flow: column;
  margin-left: 35px;
  padding-top: 30px;
  padding-bottom: 30px;
  display: flex;
}

.p--casas--infos {
  color: #454545;
  margin-bottom: 0;
  font-family: "Gotham Book 0", Arial, sans-serif;
  font-size: 30px;
  font-weight: 500;
  line-height: 2rem;
}

.casas {
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  height: auto;
  display: flex;
}

.slider-v1-imagens {
  background-color: #0000;
  width: 100%;
  height: auto;
  margin-left: 0;
}

.mask {
  border-top-left-radius: 50px;
  border-bottom-right-radius: 50px;
  height: auto;
}

.slide-nav-diferenciais-aptos {
  display: none;
}

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

.slide-nav {
  display: none;
}

.slider-img-planta {
  width: 100%;
}

.left-arrow-plantas {
  color: #80776c;
  justify-content: flex-start;
  align-items: center;
  width: 64px;
  height: 10%;
  font-size: 32px;
  display: flex;
  inset: auto auto 0% 0%;
}

.p-legenda {
  z-index: 1;
  filter: drop-shadow(0 1px 5px #000000b3);
  color: #fff;
  letter-spacing: .5px;
  text-transform: uppercase;
  margin-bottom: 0;
  font-size: 12px;
  font-weight: 400;
  position: absolute;
  inset: auto 24px 24px auto;
}

.tab-link-v1-2 {
  color: #80776c;
  background-color: #f6f3ee;
  border: 1px solid #373737;
  border-top-left-radius: 20px;
  border-bottom-right-radius: 20px;
  justify-content: center;
  align-items: center;
  height: 44px;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 16px;
  display: flex;
}

.tab-link-v1-2.w--current {
  color: #fff;
  background-color: #8d8d8b;
  font-size: 16px;
  font-weight: 300;
}

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

.imagem-planta-wrapper {
  grid-column-gap: 24px;
  background-color: #0000;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
  position: relative;
}

.mask-plantas {
  height: auto;
}

.tabs-slider-v1-plantas {
  width: 90%;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 35px;
  padding-top: 0;
}

.tabs-slide-insider-lazer-v1 {
  grid-column-gap: 16px;
  justify-content: flex-start;
  width: 100%;
  max-width: 100%;
  margin-bottom: 30px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.right-arrow-plantas {
  color: #80776c;
  justify-content: flex-start;
  align-items: center;
  width: 64px;
  height: 10%;
  font-size: 32px;
  display: flex;
  inset: auto auto 0% 20px;
}

.img-slider-lazer {
  width: 100%;
}

.slide {
  height: auto;
}

.icon-3 {
  color: #3a3c3f;
  margin-right: 0;
}

.tab-link-v1-1 {
  color: #313131;
  background-color: #f6f3ee;
  border: 1px solid #80776c;
  border-top-left-radius: 20px;
  border-bottom-right-radius: 20px;
  justify-content: center;
  align-items: center;
  height: 44px;
  font-family: "Gotham Book 0", Arial, sans-serif;
  font-size: 16px;
  font-weight: 300;
  display: flex;
}

.tab-link-v1-1.w--current {
  color: #fff;
  background-color: #8d8d8b;
  border-color: #313131;
  border-top-left-radius: 20px;
  border-bottom-right-radius: 20px;
  justify-content: center;
  align-items: center;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.icon-2 {
  color: #3a3c3f;
  margin-left: 0;
}

.imagem-lazer-wrapper {
  width: 100%;
  position: relative;
}

.div-block-5 {
  background-color: #3f424280;
  width: 100%;
  height: 1px;
  margin-bottom: 30px;
  padding-top: 0;
}

.text-block-5 {
  color: #313131;
  font-family: "Gotham Book 0", Arial, sans-serif;
}

.text-block-6 {
  font-family: "Gotham 1", Arial, sans-serif;
  font-size: 20px;
}

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

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

.h3-white {
  color: #fff;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: "Gotham Book 0", Arial, sans-serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 30px;
}

.h3-white.h3-diferenciais {
  color: #000;
  text-align: center;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
  font-family: "Gotham Book 0", Arial, sans-serif;
  display: flex;
}

.h3-white.h3-diferenciais-aptos {
  color: #fff;
  text-align: center;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
  font-family: "Gotham Book 0", Arial, sans-serif;
  display: flex;
}

.container-5 {
  z-index: 1;
  grid-row-gap: 0px;
  flex-flow: column;
  width: 100%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.container-5.container-diferenciais-lazer {
  grid-row-gap: 24px;
  width: 90%;
  max-width: none;
  margin-top: 20px;
  margin-left: 35px;
  padding-left: 0;
  padding-right: 0;
}

.container-5.container-localizacao {
  grid-row-gap: 30px;
  width: 90%;
  max-width: none;
  margin-left: 35px;
}

.grid-2 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.image-36 {
  color: #000;
  background-color: #fff;
  border: 1px solid #333;
  width: 45px;
  padding: 10px;
}

.div-block-6 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: flex-start;
  align-items: center;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.text-block-7 {
  font-family: "Gotham Book 0", Arial, sans-serif;
  font-size: 18px;
  position: static;
}

.cta-casas {
  grid-column-gap: 8px;
  color: #fff;
  text-transform: uppercase;
  mix-blend-mode: normal;
  background-color: #313131;
  border: 1px solid #fff;
  border-radius: 20px 0;
  justify-content: center;
  align-items: center;
  width: 292px;
  height: 50px;
  margin-left: auto;
  margin-right: auto;
  font-size: 17px;
  font-weight: 600;
  line-height: 24px;
  text-decoration: none;
  transition: all .3s;
  display: flex;
  position: relative;
  inset: auto auto 3% 0%;
}

.cta-casas:hover {
  grid-column-gap: 16px;
}

.apartamentos {
  background-color: #e2e2db;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  height: auto;
  display: flex;
}

.plantas---casa {
  background-color: #e2e2db;
  width: 100%;
  margin-left: 0;
  padding-top: 40px;
  padding-bottom: 40px;
}

.plantas---apto {
  background-color: #67684f;
  width: 100%;
  margin-left: 0;
  padding-top: 40px;
  padding-bottom: 1px;
}

.divisoria-2 {
  background-color: #ffffff80;
  width: 100%;
  height: 1px;
  margin-bottom: 30px;
  padding-top: 0;
}

.divisorioa-2 {
  background-color: #ffffff80;
  width: 100%;
  height: 1px;
  margin-top: 30px;
  margin-bottom: 30px;
  padding-top: 0;
}

.diferenciais-apto {
  background-color: #67684f;
  width: 100%;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 32px;
}

.diferenciais-casa {
  background-color: #e2e2db;
  width: 100%;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 32px;
}

.text-diferenciais-aptos {
  color: #fff;
  font-family: "Gotham Book 0", Arial, sans-serif;
  font-size: 18px;
  position: static;
}

.grid-2-copy {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  width: 85%;
  margin-left: auto;
  margin-right: auto;
}

.grid-5 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  width: 100%;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
}

.background-video {
  z-index: 0;
  border-top-left-radius: 0;
  width: 100%;
  max-width: none;
  height: 100vh;
  position: sticky;
  top: 0;
}

.h3-white-2 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 22px;
  font-weight: 400;
  line-height: 30px;
}

.h3-white-2.h3-hero {
  color: #424241;
  font-family: "Gotham Book 0", Arial, sans-serif;
  font-size: 20px;
  line-height: 25px;
}

.h2-white {
  color: #fff;
  margin-top: 0;
  margin-bottom: 8px;
  font-size: 28px;
  font-weight: 400;
}

.h2-white.no-margin {
  color: #90908d;
  margin-bottom: 0;
  font-family: "Gotham Book 0", Arial, sans-serif;
  font-size: 15px;
  line-height: 25px;
}

.heading {
  color: #424241;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: "Gotham 1", Arial, sans-serif;
  font-size: 25px;
  font-weight: 300;
  line-height: 25px;
}

.heading-2 {
  z-index: -9999;
  opacity: 0;
  margin-top: 0;
  margin-bottom: 0;
  position: absolute;
  top: 0;
  left: 0;
}

.condominio-intro {
  z-index: 2;
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  opacity: 1;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  padding-bottom: 32px;
  padding-left: 35px;
  padding-right: 32px;
  display: flex;
  position: relative;
  inset: auto 0%;
}

.div-block-8 {
  background-color: #e2e2db;
  border-top-left-radius: 0;
  padding-top: 20px;
  position: relative;
  overflow: hidden;
}

.cta-lazer {
  grid-column-gap: 8px;
  color: #fff;
  text-transform: uppercase;
  mix-blend-mode: normal;
  background-color: #313131;
  border: 1px solid #fff;
  border-radius: 20px 0;
  justify-content: center;
  align-items: center;
  width: 292px;
  height: 50px;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  font-size: 17px;
  font-weight: 600;
  line-height: 24px;
  text-decoration: none;
  transition: all .3s;
  display: flex;
  position: relative;
  inset: auto auto 3% 0%;
}

.cta-lazer:hover {
  grid-column-gap: 16px;
}

.lazer {
  margin-top: 40px;
  overflow: visible;
}

.localizcao-heading {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.border-heading-localizacao {
  background-color: #80776c;
  width: 68%;
  height: 1px;
  margin-bottom: 0;
}

.h2-green {
  color: #546157;
  margin-top: 0;
  margin-bottom: 8px;
  font-size: 28px;
  font-weight: 400;
}

.h2-green.h2-localizacao {
  color: #313131;
  width: auto;
  margin-bottom: 0;
  font-family: "Gotham Book 0", Arial, sans-serif;
  font-size: 20px;
  line-height: 25px;
}

.loc-comochegar {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.cta-como-chegar {
  grid-column-gap: 8px;
  color: #fff;
  text-transform: uppercase;
  mix-blend-mode: normal;
  background-color: #313131;
  border: 1px solid #fff;
  border-radius: 20px 0;
  justify-content: center;
  align-items: center;
  width: 200px;
  height: 50px;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  font-size: 17px;
  font-weight: 600;
  line-height: 24px;
  text-decoration: none;
  transition: all .3s;
  display: flex;
  position: relative;
  inset: auto auto 3% 0%;
}

.cta-como-chegar:hover {
  grid-column-gap: 16px;
}

.lazer--header--wrapper {
  z-index: 3;
  grid-row-gap: 1.6rem;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.contato {
  background-color: #67684f;
  width: 100%;
  margin-top: 0;
  padding-top: 80px;
  padding-bottom: 50px;
}

.header--borda {
  background-color: #fff;
  width: 100%;
  height: 1px;
}

.p--heading--contato {
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 0;
  font-family: "Gotham Book 0", Arial, sans-serif;
  font-size: 1.2rem;
  line-height: 1.6rem;
}

.contato--wrapper {
  grid-column-gap: 15rem;
  grid-row-gap: 15rem;
  justify-content: space-between;
  align-items: center;
  width: 90%;
  max-width: 1240px;
  margin-left: 35px;
  margin-right: auto;
  display: flex;
}

.input-form-footer-telefone-2 {
  opacity: 1;
  color: #000;
  -webkit-text-stroke-width: 0px;
  -webkit-text-stroke-color: #202020;
  background-color: #fff0;
  border-top: 1px #000;
  border-bottom: 1px solid #fff;
  border-left: 1px #000;
  border-right: 2px #000;
  width: 100%;
  height: 44px;
  margin-bottom: 10px;
  padding-left: 0;
  font-size: 18px;
  line-height: 22px;
}

.input-form-footer-nome-2, .input-form-footer-email-2 {
  opacity: 1;
  color: #000;
  -webkit-text-stroke-width: 0px;
  -webkit-text-stroke-color: #202020;
  background-color: #fff0;
  border-top: 1px #000;
  border-bottom: 1px solid #fff;
  border-left: 1px #000;
  border-right: 2px #000;
  width: 100%;
  height: 30px;
  margin-bottom: 24px;
  padding-left: 0;
  font-size: 18px;
  line-height: 22px;
}

.form-footer {
  flex-flow: column;
  width: 100%;
  max-width: 100%;
  margin-left: 0;
  margin-right: 0;
  display: flex;
  position: relative;
}

.submit-bt-form-footer-2 {
  color: #fff;
  background-color: #c39463;
  border-radius: 100px;
  height: 54px;
  font-size: 18px;
  line-height: 26px;
  transition: all .3s;
}

.submit-bt-form-footer-2:hover {
  background-color: #697154;
}

.submit-bt-form-footer-2.submit-form {
  background-color: #313131;
  border-radius: 20px 0;
}

.p-label-formd-v1-2 {
  color: #fff;
  margin-top: 16px;
  font-family: "Gotham Book 0", Arial, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 22px;
}

.form-v2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 570px;
  margin-left: 0;
  margin-right: 0;
  display: flex;
  position: relative;
}

.footer {
  background-color: #313131;
  padding-top: 0;
}

.paragraph {
  color: #fff;
  text-align: left;
  width: 90%;
  margin-top: 40px;
  margin-bottom: 17px;
  margin-left: 35px;
  font-family: "Gotham Book 0", Arial, sans-serif;
  font-size: 11px;
  font-weight: 400;
  line-height: 16px;
}

.div-block-11 {
  background-color: #fff9;
  height: 1px;
  margin-top: 0;
}

.div-block-5-copy {
  background-color: #3f424280;
  width: 100%;
  height: 1px;
  margin-top: 30px;
  margin-bottom: 30px;
  padding-top: 0;
}

.slider-v1-lazer {
  background-color: #0000;
  width: 90%;
  height: auto;
  margin-left: 35px;
}

.cta-contato {
  grid-column-gap: 8px;
  color: #fff;
  text-transform: uppercase;
  mix-blend-mode: normal;
  background-color: #313131;
  border: 1px solid #fff;
  border-radius: 20px 0;
  justify-content: center;
  align-items: center;
  width: 292px;
  height: 50px;
  margin-top: 40px;
  margin-left: 2rem;
  margin-right: auto;
  font-size: 17px;
  font-weight: 600;
  line-height: 24px;
  text-decoration: none;
  transition: all .3s;
  display: flex;
  position: relative;
  inset: auto auto 3% 0%;
}

.cta-contato:hover {
  grid-column-gap: 16px;
}

.text-block-15 {
  color: #fff;
  font-family: "Gotham 1", Arial, sans-serif;
  font-size: 20px;
}

.icon-10 {
  color: #fff;
  margin-right: 0;
}

.conversion-bar {
  z-index: 99999;
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  object-fit: fill;
  flex-flow: column;
  align-items: flex-end;
  display: flex;
  position: fixed;
  top: 50%;
  right: 8px;
  transform: translateY(-50%);
}

.conversion-bar-whats {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  cursor: pointer;
  background-color: #25d366;
  justify-content: flex-end;
  align-items: center;
  width: auto;
  height: 56px;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  position: relative;
}

.button {
  justify-content: center;
  align-items: center;
  width: 56px;
  height: 56px;
  display: flex;
}

.button.flutuante {
  grid-column-gap: 2px;
  grid-row-gap: 2px;
  border: 1px solid #fff;
  flex-flow: column;
  justify-content: center;
  align-items: center;
}

.image-conversion {
  width: 22px;
}

.conversion-bar-item {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  cursor: pointer;
  background-color: #313131;
  justify-content: flex-end;
  align-items: center;
  width: auto;
  height: 56px;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  position: relative;
}

.image-3384 {
  width: 22px;
}

.localizacao {
  margin-top: 40px;
  overflow: hidden;
}

.formcontato-4 {
  grid-row-gap: 4px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.form-content-modal {
  width: 100%;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.logo--modal {
  width: 260px;
}

.modal-conversao {
  z-index: 1300;
  background-color: #fff;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-top: 0;
  display: none;
  position: fixed;
  top: 0;
}

.modal-conversao-content {
  grid-row-gap: 16px;
  flex-flow: column;
  max-width: 50%;
  display: flex;
}

.container-modal-conversao {
  grid-column-gap: 0rem;
  justify-content: space-between;
  align-items: center;
  width: 74%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

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

.p-form-2 {
  color: #2e241f;
  font-size: 1rem;
}

.input-text-form {
  height: 110px;
  min-height: 110px;
  max-height: 110px;
}

.input-text-form.p-form-2 {
  color: #000;
  border: 0 solid #646138;
  border-bottom-width: 1px;
  height: 100px;
  min-height: 100px;
  max-height: 100px;
  font-size: 16px;
}

.form-modal {
  width: 100%;
  max-width: 50%;
}

.submit-form-4 {
  color: #fff;
  background-color: #2e3132;
  border-top-left-radius: 20px;
  border-bottom-right-radius: 20px;
  width: 100%;
  height: 52px;
  font-size: 18px;
  font-weight: 600;
  transition: all .2s;
}

.submit-form-4:hover {
  color: #fff;
  background-color: gray;
  border: 1px solid #646138;
  border-top-color: #2e3132;
}

.p-regular-2 {
  color: #1a221a;
  margin-bottom: 0;
  margin-left: 0;
  font-size: 22px;
  line-height: 32px;
}

.p-regular-2.p-modal {
  text-align: right;
  width: auto;
  font-family: "Gotham Book 0", Arial, sans-serif;
  font-size: 1.3rem;
  line-height: 2rem;
}

.form-input-2 {
  color: #000;
  border: 0 solid #646138;
  border-bottom-width: 1px;
  width: 100%;
  height: 52px;
}

.p-2 {
  color: #2e241f;
  text-align: left;
  margin-bottom: 0;
  font-size: 1rem;
  line-height: 150%;
}

.mobile-infos {
  display: none;
}

.p--hero--infos-m, .p--hero--infos-copy {
  color: #fff;
  margin-bottom: 0;
  font-family: "Gotham Book 0", Arial, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 2rem;
}

.cta-hero-m {
  grid-column-gap: 8px;
  color: #313131;
  text-transform: uppercase;
  mix-blend-mode: normal;
  background-color: #fff;
  border: 1px solid #313131;
  border-radius: 20px 0;
  justify-content: center;
  align-items: center;
  width: 292px;
  height: 50px;
  font-size: 17px;
  font-weight: 600;
  line-height: 24px;
  text-decoration: none;
  transition: all .3s;
  display: flex;
  position: relative;
  inset: auto auto 3% 0%;
}

.cta-hero-m:hover {
  grid-column-gap: 16px;
}

.p--hero--infos-5 {
  color: #3e3f2a;
  text-transform: uppercase;
  margin-bottom: 0;
  font-family: "Gotham 1", Arial, sans-serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 2rem;
}

.text-cta-1 {
  font-family: "Gotham Book 0", Arial, sans-serif;
  font-size: 15px;
}

.p--hero--infos-1-copy {
  color: #fff;
  text-transform: none;
  text-transform: none;
  text-transform: none;
  margin-bottom: 0;
  font-family: "Gotham 1", Arial, sans-serif;
  font-size: 25px;
  font-weight: 500;
  line-height: 2rem;
}

.cta-txt {
  font-family: "Gotham Book 0", Arial, sans-serif;
  font-size: 15px;
}

.h2-loc {
  color: #000;
  margin-top: 0;
  margin-bottom: 8px;
  font-family: "Gotham Book 0", Arial, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 25px;
}

.text-block-22 {
  font-family: "Gotham Book 0", Arial, sans-serif;
  font-size: 15px;
}

.hero--infos--left-5 {
  z-index: 2;
  grid-row-gap: .3rem;
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
  border-bottom-right-radius: 40px;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  padding: 2vw;
  display: flex;
  position: relative;
}

.text-span-13 {
  font-family: "Gotham Book 0", Arial, sans-serif;
  font-size: 1rem;
  line-height: 1.5rem;
}

.intro-casas {
  grid-column-gap: 100px;
  grid-row-gap: 100px;
  background-color: #e2e2db;
  border-top-left-radius: 0;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.bold-text-3 {
  color: #9e9e9b;
  text-transform: uppercase;
  font-family: "Gotham 1", Arial, sans-serif;
}

.image-3388 {
  width: 100%;
}

.intro-aptos {
  grid-column-gap: 100px;
  grid-row-gap: 100px;
  background-color: #67684f;
  border-top-left-radius: 40px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.p--aptos {
  color: #fff;
  margin-bottom: 0;
  font-family: "Gotham Book 0", Arial, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 33px;
}

.ap-info-1-copy {
  grid-row-gap: .6rem;
  flex-flow: column;
  margin-left: 35px;
  padding-top: 20px;
  padding-bottom: 30px;
  display: flex;
}

.div-block-14 {
  grid-column-gap: 7px;
  grid-row-gap: 7px;
  flex-flow: column;
  display: flex;
}

.lazer-aptos {
  background-color: #67684f;
  margin-top: 0;
  padding-bottom: 40px;
}

.divisorioa-3 {
  background-color: #ffffff80;
  width: 100%;
  height: 1px;
  margin-top: 40px;
  margin-bottom: 0;
  padding-top: 0;
}

.text-carrossel-apt {
  color: #fff;
  letter-spacing: 3px;
  width: 95%;
  margin: 20px auto 40px;
  font-family: "Gotham Book 0", Arial, sans-serif;
  font-size: 20px;
}

.div-block-8-copy {
  background-color: #67684f;
  border-top-left-radius: 40px;
  padding-top: 20px;
  position: relative;
}

.p--hero--infos-12 {
  background-color: var(--verde);
  color: #fff;
  text-transform: uppercase;
  border-radius: 8px;
  justify-content: space-around;
  align-items: center;
  margin-bottom: 0;
  padding: 16px;
  font-family: "Gotham 1", Arial, sans-serif;
  font-size: 1.6vw;
  font-weight: 500;
  line-height: 1.6vw;
  display: flex;
}

.div-block-15 {
  background-image: url('../images/marcacao-video.webp');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  height: 300px;
  display: none;
}

.div-block-16 {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  -webkit-backdrop-filter: blur(14px);
  backdrop-filter: blur(14px);
  background-color: #00000091;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-right: 80px;
  display: flex;
}

.p--obras {
  color: #fff;
  text-align: left;
  text-transform: none;
  margin-bottom: 0;
  font-family: "Gotham Book 0", Arial, sans-serif;
  font-size: 15px;
  line-height: 18px;
}

.p--heading--obras {
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 0;
  font-family: "Gotham 1", Arial, sans-serif;
  font-size: 20px;
  line-height: 1.6rem;
}

.cta-obras {
  grid-column-gap: 8px;
  color: #fff;
  text-transform: uppercase;
  mix-blend-mode: normal;
  background-color: #67684f;
  border: 1px solid #fff;
  border-radius: 20px 0;
  justify-content: center;
  align-items: center;
  width: 320px;
  height: 50px;
  margin-top: 10px;
  margin-left: 0;
  margin-right: auto;
  font-size: 17px;
  font-weight: 600;
  line-height: 24px;
  text-decoration: none;
  transition: all .3s;
  display: flex;
  position: relative;
  inset: auto auto 3% 0%;
}

.cta-obras:hover {
  grid-column-gap: 16px;
}

.div-block-18 {
  width: 90%;
  height: auto;
  margin-bottom: 0;
  margin-left: 35px;
}

.div-block-19 {
  color: #fff;
  font-family: "Gotham Book 0", Arial, sans-serif;
  display: none;
}

.div-block-17-copy {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  margin-left: 80px;
  display: flex;
}

.footer--logos {
  justify-content: space-between;
  align-items: center;
  width: 90%;
  margin-top: 40px;
  margin-left: 35px;
  padding-bottom: 30px;
  display: flex;
}

.realization--logos {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.logo--wrapper {
  grid-row-gap: 10px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.p--footer {
  color: #665e41;
  margin-bottom: 0;
  font-size: .8rem;
  line-height: 1.2rem;
}

.p--footer.sand {
  color: #f9f8f5;
}

.realization--logo {
  width: 60px;
}

.link-id360 {
  width: 80px;
  height: 30px;
  margin-top: 40px;
}

.logo-id360 {
  width: 80px;
  margin-top: 0;
}

.vendas-logo {
  width: 160px;
  padding-top: 20px;
  padding-bottom: 20px;
}

.realization--logo-copy, .financi-logo {
  width: 160px;
}

.form-select {
  outline-offset: 0px;
  color: #3b3c38;
  background-color: #ddd;
  border: 1px solid #3b3c38;
  outline: 3px #d9d9d9;
  width: 100%;
  height: 54px;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.text-block-25, .text-block-58, .text-block-59, .comochegar {
  font-family: "Gotham Book 0", Arial, sans-serif;
  font-size: 15px;
}

.image-36-copy, .image-50 {
  background-color: #fff;
  border: 1px solid #333;
  width: 45px;
  padding: 5px;
}

.image-51 {
  background-color: #fff;
  border: 1px solid #333;
  width: 45px;
  padding: 7px;
}

.image-52 {
  background-color: #fff;
  border: 1px solid #333;
  width: 45px;
  padding: 5px;
}

.image-53 {
  background-color: #fff;
  border: 1px solid #333;
  width: 45px;
  padding: 8px;
}

.image-54 {
  background-color: #fff;
  border: 1px solid #333;
  width: 45px;
  padding: 7px;
}

.image-55 {
  background-color: #fff;
  border: 1px solid #333;
  width: 45px;
  padding: 6px;
}

.text-span-15 {
  font-family: "Gotham 1", Arial, sans-serif;
  font-weight: 400;
}

.text-span-16 {
  font-family: "Gotham 1", Arial, sans-serif;
}

.text-block-7-copy {
  color: #fff;
  font-family: "Gotham Book 0", Arial, sans-serif;
  font-size: 18px;
  position: static;
}

.grid-2-copy {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.slider-v2-lazer-copy {
  background-color: #0000;
  width: 90%;
  height: auto;
  margin-top: 30px;
  margin-left: 35px;
}

.mask-4 {
  border-radius: 0;
  height: auto;
}

.grid-10 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  text-align: left;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  place-items: center start;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 80px;
  padding-right: 80px;
}

.text-diferenciais-casas {
  color: #000;
  font-family: "Gotham Book 0", Arial, sans-serif;
  font-size: 18px;
  position: static;
}

.image-36-copy {
  color: #000;
  background-color: #fff;
  border: 1px solid #333;
  width: 45px;
  padding: 8px;
}

.image-58 {
  color: #000;
  background-color: #fff;
  border: 1px solid #333;
  width: 45px;
  padding: 6px;
}

.image-59 {
  color: #000;
  background-color: #fff;
  border: 1px solid #333;
  width: 45px;
  padding: 7px;
}

.image-58-copy-copy {
  color: #000;
  background-color: #fff;
  border: 1px solid #333;
  width: 45px;
  padding: 8px;
}

.image-60 {
  color: #000;
  background-color: #fff;
  border: 1px solid #333;
  width: 45px;
  padding: 6px;
}

.image-61 {
  color: #000;
  background-color: #fff;
  border: 1px solid #333;
  width: 45px;
  padding: 5px;
}

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

.div-block-22 {
  background-color: #e2e2db;
  margin-top: 40px;
}

.loc-visite {
  justify-content: space-between;
  align-items: center;
  width: 90%;
  margin-left: 35px;
  margin-right: auto;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.text-span-17 {
  font-family: "Gotham 1", Arial, sans-serif;
  font-weight: 400;
}

.hero-pagina-promocional {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  display: flex;
}

.img-1-hero-promocional {
  width: 100%;
}

.hero-promocional-dir {
  grid-row-gap: 24px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-end;
  width: 40%;
  margin-right: 3%;
  display: flex;
  position: relative;
}

.logo-hero-promocional {
  width: 15vw;
}

.h2-hero-promocional {
  color: #fff;
  text-align: left;
  text-transform: none;
  width: 36ch;
  margin-top: 0;
  margin-bottom: 0;
  font-family: "Gotham Book 0", Arial, sans-serif;
  font-size: 2rem;
  font-weight: 400;
  line-height: 2.5rem;
}

.span-bold {
  color: #494846;
  text-align: left;
  font-family: "Gotham 1", Arial, sans-serif;
  font-weight: 400;
}

.hero-promocional-infos {
  z-index: 2;
  grid-row-gap: 16px;
  background-color: #e2e2db;
  flex-flow: row;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  padding-left: 32px;
  padding-right: 32px;
  display: flex;
  position: relative;
}

.paragraph-3 {
  width: 44ch;
  color: var(--verde);
  text-align: right;
  margin-bottom: 0;
  font-size: 1rem;
  line-height: 1.5rem;
  display: block;
}

.img-1-hero-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-image: url('../images/bg--hero--indique--e--ganhe.avif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-bottom-right-radius: 56px;
  border-bottom-left-radius: 56px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  max-width: 100%;
  height: 90vh;
  display: flex;
  position: relative;
  overflow: hidden;
}

.image-3391 {
  mix-blend-mode: normal;
  width: 90%;
}

.img-2-hero-wrapper {
  justify-content: flex-end;
  align-items: center;
  width: 55%;
  display: flex;
  position: relative;
}

.secao-formulario {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 56px;
  padding-bottom: 56px;
  display: flex;
}

.h2-form {
  color: var(--verde);
  text-align: right;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: "Gotham Book 0", Arial, sans-serif;
  font-size: 1.4rem;
  line-height: 1.9rem;
}

.form-block-2 {
  width: 100%;
  max-width: 570px;
  margin-bottom: 0;
  position: relative;
}

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

.p-label-form-2 {
  color: #231f20;
  margin-top: 24px;
  margin-bottom: 5px;
  font-size: 18px;
  font-weight: 500;
}

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

.submit-bt-fom {
  color: #fff;
  letter-spacing: 4px;
  text-transform: uppercase;
  background-color: #313131;
  border-radius: 10px;
  width: 100%;
  height: 54px;
  margin-top: 16px;
  padding-top: 15px;
  font-size: 18px;
  font-weight: 300;
  line-height: 18px;
  transition: all .3s;
}

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

.body {
  background-color: #e2e2db;
  font-family: "Gotham Book 0", Arial, sans-serif;
}

.secao-destaque {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-bottom: 72px;
  display: flex;
}

.secao-destaque-esq {
  grid-row-gap: 32px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 60%;
  margin-left: 3%;
  padding-left: 0;
  display: flex;
}

.h2-secao-destaque {
  color: var(--verde);
  text-align: left;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: "Gotham Book 0", Arial, sans-serif;
  font-size: 1.8rem;
  line-height: 2.3rem;
}

.secao-destaque-infos {
  z-index: 1;
  grid-row-gap: 16px;
  -webkit-backdrop-filter: blur(9px);
  backdrop-filter: blur(9px);
  background-color: #fff0;
  border: 1px solid #fff0;
  border-radius: 24px 0;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  padding: 0;
  display: flex;
  position: relative;
  inset: auto auto 0 0;
}

.p--hero--infos-1-copy {
  color: var(--verde);
  text-transform: uppercase;
  margin-top: 5px;
  margin-bottom: 0;
  font-family: "Gotham 1", Arial, sans-serif;
  font-size: 25px;
  font-weight: 500;
  line-height: 2rem;
}

.border--divider-copy {
  background-color: var(--verde);
  width: 2rem;
  height: 1px;
}

.p--hero--infos-2-copy {
  color: var(--verde);
  text-transform: uppercase;
  margin-bottom: 0;
  font-family: "Gotham 1", Arial, sans-serif;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 2rem;
}

.img-3 {
  width: 100%;
}

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

.p-legenda-promocional-branco {
  z-index: 2;
  color: #fff;
  margin-bottom: 0;
  font-size: 11px;
  line-height: 16px;
  position: absolute;
  inset: auto auto 2% 3%;
}

.p-legenda-promocional-verde {
  z-index: 2;
  color: var(--verde);
  margin-bottom: 0;
  font-size: 11px;
  line-height: 16px;
  position: absolute;
  inset: auto auto 2% 5%;
}

.titulo {
  display: none;
}

.h1-hero-corretor {
  color: #686851;
  text-align: right;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: "Gotham Book 0", Arial, sans-serif;
  font-size: 1.8rem;
  line-height: 2.3rem;
}

.hero-corretor {
  grid-row-gap: 32px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-right: 0%;
  padding-top: 40px;
  display: flex;
  position: relative;
}

.logo-hero-corretor {
  width: 20%;
}

.hero-corretor-infos {
  grid-row-gap: 8px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.p-corretor {
  width: auto;
  color: var(--verde);
  text-align: center;
  margin-bottom: 0;
  font-size: 1rem;
  line-height: 1.5rem;
}

.text-span-18 {
  font-family: "Gotham 1", Arial, sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
}

.h2-form-corretor {
  color: var(--verde);
  text-align: right;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: "Gotham Book 0", Arial, sans-serif;
  font-size: 1.4rem;
  line-height: 1.9rem;
}

.p-label-form-2-copy {
  color: #231f20;
  margin-top: 24px;
  margin-bottom: 5px;
  font-size: 18px;
  font-weight: 500;
}

.logo-hero-corretor-wrapper {
  grid-column-gap: 56px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.h2-secao-destaque-corretor {
  color: var(--verde);
  text-align: left;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: "Gotham Book 0", Arial, sans-serif;
  font-size: 1.6rem;
  line-height: 2.2rem;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.depoimentos-filme {
  margin-top: 40px;
  margin-bottom: 40px;
  display: none;
}

.video-v1 {
  width: 93%;
  margin-top: 40px;
  padding-left: 35px;
  padding-right: 0;
  position: relative;
  overflow: hidden;
}

.cover-wrapper {
  width: 100%;
  height: 100%;
  position: absolute;
}

.botao-play {
  z-index: 2;
  cursor: pointer;
  background-color: #fff;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  margin: auto;
  transition: all .15s;
  display: flex;
  position: absolute;
  inset: 0;
}

.botao-play:hover {
  width: 88px;
  height: 88px;
}

.image-3392 {
  width: 16px;
  max-width: none;
  display: block;
  position: static;
}

.cover-video {
  z-index: 1;
  width: 100%;
  max-width: none;
  height: auto;
  position: absolute;
  top: auto;
}

.video--cover {
  z-index: 5;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.cover-video-2 {
  z-index: 4;
  width: 101%;
  max-width: none;
  height: 100%;
  position: absolute;
  top: auto;
}

.cta-video-display {
  z-index: 10;
  grid-column-gap: 8px;
  color: #313131;
  text-transform: uppercase;
  mix-blend-mode: normal;
  background-color: #fff;
  border: 1px solid #313131;
  border-radius: 20px 0;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 370px;
  height: 50px;
  margin-left: auto;
  margin-right: auto;
  font-size: 17px;
  font-weight: 600;
  line-height: 24px;
  text-decoration: none;
  transition: all .3s;
  display: flex;
  position: absolute;
  inset: auto 0 3% 0%;
}

.cta-video-display:hover {
  grid-column-gap: 16px;
}

.image-3393 {
  width: 24px;
}

.div-block-25 {
  width: 100%;
  height: 80vh;
}

.code-embed {
  height: 80vh;
}

.hero-pagina-evento {
  grid-row-gap: 24px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  padding-top: 24px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.hero-evento {
  z-index: 2;
  grid-column-gap: 56px;
  grid-row-gap: 0px;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-top: 0%;
  margin-left: 0%;
  margin-right: 0%;
  padding-left: 32px;
  padding-right: 32px;
  display: flex;
  position: relative;
}

.h2-hero-evento {
  color: #686851;
  text-align: right;
  text-transform: none;
  max-width: 30ch;
  margin-top: 0;
  margin-bottom: 0;
  font-family: "Gotham Book 0", Arial, sans-serif;
  font-size: 2vw;
  line-height: 2.6vw;
}

.infos-evento-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  border: 1px solid #313131;
  border-width: 1px 1px 4px 4px;
  border-top-left-radius: 23px;
  border-bottom-right-radius: 32px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 32%;
  padding: 24px 16px;
  display: flex;
  position: relative;
}

.infos-evento-item {
  grid-row-gap: 12px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.p-evento {
  color: #313131;
  text-align: center;
  max-width: 24ch;
  margin-bottom: 0;
  font-family: "Gotham 1", Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.p-evento.p-evento-max-w {
  max-width: none;
}

.img-hero-desktop {
  z-index: 0;
  width: 90%;
  margin-top: 0;
  position: relative;
}

.img-hero-desktop-wrapper {
  z-index: 0;
  padding-left: 32px;
  padding-right: 32px;
  position: relative;
}

.p-legenda-evento {
  z-index: 2;
  color: #fff;
  margin-bottom: 0;
  font-size: 9px;
  line-height: 14px;
  position: absolute;
  inset: auto auto 8% 4%;
}

.img-hero-mobile-wrapper {
  z-index: 0;
  padding-left: 32px;
  padding-right: 32px;
  display: none;
  position: relative;
}

.img-hero-mobile {
  z-index: 0;
  width: 100%;
  margin-top: 0;
  position: relative;
}

.logo-hero-evento {
  width: 24vw;
}

.grafismo-hero-evento {
  z-index: 1;
  width: 13vw;
  position: absolute;
  inset: auto 32px 0% auto;
}

.p-evento-regular {
  font-family: "Gotham Book 0", Arial, sans-serif;
  font-weight: 400;
}

.logos-hero-evento {
  z-index: 1;
  grid-column-gap: 2vw;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 26% auto auto 2%;
}

.logos-hero-container {
  grid-row-gap: 8px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.p-logos-evento {
  color: #686852;
  margin-bottom: 0;
  font-size: 12px;
}

.logos-hero-img {
  width: 8.5vw;
}

.logos-hero-evento-mobile {
  z-index: 1;
  grid-column-gap: 2vw;
  justify-content: center;
  align-items: center;
  display: none;
  position: absolute;
  inset: 18% auto auto 2%;
}

.text-span-19 {
  font-family: "Gotham Book 0", Arial, sans-serif;
}

.hero--infos--novo {
  z-index: 2;
  grid-column-gap: 4vw;
  background-color: #d2d4bf;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 2vw;
  display: flex;
  position: relative;
}

.p--hero--infos--entrega {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  background-color: #d28b23;
  border-radius: 8px;
  justify-content: space-around;
  align-items: center;
  margin-bottom: 0;
  padding: 16px;
  font-family: "Gotham 1", Arial, sans-serif;
  font-size: 1.5vw;
  font-weight: 500;
  line-height: 1.8vw;
  display: flex;
}

.logo-hero-verde {
  width: 14vw;
}

.hero-metragens-wrapper {
  grid-column-gap: 16px;
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.hero-metragem {
  grid-row-gap: 12px;
  border: 1px solid var(--verde);
  border-radius: 16px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 16vw;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

.hero-metragem-tipo {
  background-color: var(--verde);
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 4px;
  padding-bottom: 4px;
  display: flex;
}

.hero-metragem-tipo-p {
  color: #fff;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 0;
  font-family: "Gotham Book 0", Arial, sans-serif;
  font-size: 1vw;
  line-height: 1vw;
}

.hero-metragem-h3 {
  color: var(--verde);
  text-align: center;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 6px;
  font-family: "Gotham Book 0", Arial, sans-serif;
  font-size: 1.6vw;
  line-height: 2vw;
}

.hero-metragem-a-partir {
  background-color: var(--verde);
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 4px;
  padding-bottom: 4px;
  display: flex;
}

.hero-metragem-tipo-p-2 {
  color: #fff;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 0;
  font-family: "Gotham Book 0", Arial, sans-serif;
  font-size: 1.1vw;
  line-height: 1.1vw;
}

.hero-metragem-h3-2 {
  color: var(--verde);
  text-align: center;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: "Gotham 1", Arial, sans-serif;
  font-size: 1.4vw;
  line-height: 1.8vw;
}

.hero-metragem-h3-3 {
  color: var(--verde);
  text-align: center;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 6px;
  font-family: "Gotham Book 0", Arial, sans-serif;
  font-size: 1.6vw;
  line-height: 2vw;
}

.text-span-20 {
  font-size: .9vw;
  line-height: 1vw;
}

.card-icone {
  background-color: #313131;
  border-bottom-left-radius: 16px;
  justify-content: center;
  align-items: center;
  width: 56px;
  height: 56px;
  display: flex;
  position: absolute;
  inset: 0% 0% auto auto;
}

.evento-icone-data {
  width: 24px;
}

.hero-promocional-infos-2 {
  z-index: 2;
  grid-row-gap: 16px;
  background-color: #e2e2db00;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: auto;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  position: relative;
}

.logo-hero-promocional-2 {
  width: 16vw;
}

.p--hero--promocional {
  color: #e2e2db;
  text-align: left;
  width: 40ch;
  max-width: none;
  margin-bottom: 0;
  font-size: 1.7vw;
  font-weight: 400;
  line-height: 2.3vw;
  display: block;
}

.text-span-21 {
  font-weight: 400;
}

.bold-text-4 {
  font-family: "Gotham 1", Arial, sans-serif;
}

.checkbox-label {
  color: #fff;
  font-size: .8rem;
  line-height: 1rem;
}

.checkbox-label.verde {
  color: var(--verde);
}

.checkbox-field {
  margin-bottom: 10px;
}

.pagina--promocional--top--wrapper {
  width: 100%;
  padding: 16px 32px 0;
}

.pagina--promocional--bottom--wrapper {
  background-image: linear-gradient(#31313100, #313131);
  justify-content: space-between;
  align-items: flex-end;
  height: 50vh;
  padding: 32px;
  display: flex;
  position: relative;
}

.voucher--hero--indique--e--ganhe {
  width: 30vw;
}

.video {
  width: 100%;
  max-width: 1000px;
  height: 100%;
  max-height: none;
  display: block;
}

.div-block-26 {
  width: 60%;
  max-width: 1000px;
  height: auto;
  margin-bottom: 30px;
  margin-left: 50%;
  display: inline-block;
  position: relative;
  transform: translate(-50%);
}

.div-block-27 {
  z-index: 2;
  width: 60%;
  max-width: 1000px;
  height: auto;
  margin-top: 30px;
  margin-bottom: 0;
  margin-left: 50%;
  display: inline-block;
  position: relative;
  transform: translate(-50%);
}

.video-2 {
  width: 100%;
  max-width: 1000px;
}

@media screen and (min-width: 1440px) {
  .contato {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .contato--wrapper {
    margin-left: 0;
    margin-right: 0;
  }

  .titulo {
    margin-top: 0;
    margin-bottom: 0;
    display: none;
  }

  .grafismo-hero-evento {
    width: 13vw;
  }

  .voucher--hero--indique--e--ganhe {
    width: 30vw;
  }
}

@media screen and (min-width: 1920px) {
  .tabs-slider-v1-plantas {
    margin-top: 80px;
  }

  .divisorioa-2 {
    margin-top: 30px;
  }

  .contato {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: center;
    padding-top: 80px;
    display: flex;
  }

  .contato--wrapper {
    width: 90%;
    margin-left: 0;
    margin-right: 0;
    position: relative;
  }

  .divisorioa-3 {
    margin-top: 30px;
  }

  .hero-pagina-promocional {
    justify-content: space-between;
    align-items: center;
  }

  .img-1-hero-wrapper {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }

  .img-2-hero-wrapper {
    width: 45%;
  }

  .secao-formulario {
    padding-top: 56px;
    padding-bottom: 56px;
  }

  .secao-destaque {
    overflow: hidden;
  }

  .p-legenda-promocional-branco {
    left: 3%;
    right: auto;
  }

  .cta-video-display {
    margin-left: auto;
    margin-right: auto;
    left: 0%;
  }

  .hero-pagina-evento {
    justify-content: space-between;
    align-items: center;
  }

  .grafismo-hero-evento {
    width: 24vh;
    top: auto;
    bottom: 0;
  }

  .logos-hero-evento {
    grid-column-gap: 2vw;
    top: 28%;
    left: 3%;
  }

  .logo-hero-promocional-2 {
    width: 16vw;
  }

  .voucher--hero--indique--e--ganhe {
    width: 22vw;
  }
}

@media screen and (max-width: 991px) {
  .hide-tablet {
    display: none;
  }

  .menu-icon {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
    position: relative;
  }

  .navbar_links-wrapper {
    flex: 1;
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .navbar_menu {
    z-index: 1000;
    flex-direction: column;
    justify-content: center;
  }

  .navbar_menu-button {
    padding: 0;
  }

  .navbar_menu-button.w--open {
    background-color: #0000;
  }

  .nav-wrap {
    z-index: 1002;
  }

  .navbar_menu-wrapper {
    grid-template-columns: 1fr;
  }

  .navbar_container {
    grid-auto-columns: 1fr;
  }

  .navbar_link {
    margin-top: 0;
    margin-bottom: 0;
    padding: 1rem 2rem;
    position: static;
  }

  .slide-nav-diferenciais-aptos, .slide-nav {
    display: block;
  }

  .slider-v1-imagens-plantas {
    padding-bottom: 24px;
  }

  .imagem-planta-wrapper {
    flex-flow: column-reverse;
  }

  .icon-3 {
    margin-top: auto;
    margin-bottom: auto;
    margin-right: -4px;
    padding-bottom: 240px;
  }

  .icon-2 {
    margin-top: auto;
    margin-bottom: auto;
    margin-left: -4px;
    padding-bottom: 240px;
  }

  .icon-10 {
    margin-top: auto;
    margin-bottom: auto;
    margin-right: -4px;
    padding-bottom: 240px;
  }

  .slide-nav-3 {
    display: block;
  }
}

@media screen and (max-width: 767px) {
  .menu-icon {
    width: auto;
  }

  .navbar_links-wrapper {
    justify-content: flex-start;
    padding: 1rem 0%;
  }

  .navbar_menu {
    position: fixed;
  }

  .navbar_menu-button {
    aspect-ratio: 1;
    width: auto;
    min-width: 4rem;
  }

  .navbar_menu-button.w--open {
    width: auto;
  }

  .navbar_component {
    background-color: #fff;
    border-bottom-style: none;
    border-bottom-width: 0;
    width: 100%;
    min-height: 4rem;
    inset: 0% 0% auto;
  }

  .nav-wrap {
    flex-flow: row;
  }

  .navbar_menu-wrapper {
    padding-top: 4rem;
    padding-right: 0;
  }

  .navbar_container {
    flex-flow: row;
    height: auto;
    padding-left: 5%;
    padding-right: 5%;
  }

  .navbar_link {
    padding-left: 2rem;
    font-size: 1.5rem;
  }

  .navbar_wrapper {
    order: 1;
    display: block;
  }

  .left-arrow-plantas {
    height: 64px;
    left: auto;
    right: 64px;
  }

  .imagem-planta-wrapper {
    flex-flow: column-reverse;
  }

  .right-arrow-plantas {
    justify-content: center;
    align-items: center;
    height: 64px;
  }

  .icon-3 {
    margin-right: 16px;
  }

  .icon-2 {
    margin-left: 16px;
  }

  .grid-5 {
    grid-column-gap: NaNpx;
    grid-row-gap: NaNpx;
  }

  .icon-10 {
    margin-right: 16px;
  }
}

@media screen and (max-width: 479px) {
  .p--hero--infos {
    font-size: 15px;
    line-height: 1.6rem;
  }

  .fachada-hero {
    z-index: 2;
    vertical-align: baseline;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: none;
    height: auto;
    margin-left: 0;
    margin-right: 0;
    padding-right: 0;
    display: block;
    position: relative;
    inset: 80px auto auto;
    overflow: clip;
  }

  .hero--infos--container {
    grid-row-gap: 2rem;
    flex-flow: column;
    padding-top: 1rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .section.is--hero {
    height: 100vh;
    display: none;
  }

  .p--hero--infos-1 {
    width: auto;
    color: var(--verde);
    text-align: center;
    margin-top: 0;
    font-family: "Gotham Book 0", Arial, sans-serif;
    font-size: 22px;
    font-weight: 500;
    line-height: 27px;
  }

  .navbar_component {
    opacity: 1;
  }

  .image-4 {
    width: 50%;
  }

  .hero {
    height: auto;
  }

  .text-block-2 {
    width: 90%;
  }

  .text-block-3 {
    color: #2e353d;
  }

  .image-31 {
    display: none;
  }

  .v-deo {
    margin-top: 16px;
    padding-top: 0;
  }

  .div-block-3 {
    padding-top: 30px;
  }

  .grid {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    margin-left: auto;
    margin-right: auto;
  }

  .casas-info-1 {
    grid-row-gap: .1rem;
    width: 90%;
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 10px;
  }

  .p--casas--infos {
    font-size: 20px;
  }

  .casas {
    background-image: none;
    justify-content: center;
    align-items: flex-start;
    height: auto;
    display: block;
  }

  .mask {
    padding-bottom: 0;
  }

  .tab-content-container {
    height: auto;
  }

  .slide-nav {
    justify-content: center;
    align-items: center;
    display: none;
  }

  .slider-img-planta {
    width: 100%;
  }

  .left-arrow-plantas {
    justify-content: center;
    align-items: center;
    height: 64px;
    left: auto;
    right: 80px;
  }

  .p-legenda {
    z-index: 1;
    text-align: right;
    text-transform: uppercase;
    font-size: 11px;
    line-height: 18px;
    bottom: 8px;
    right: 30px;
  }

  .tab-link-v1-2 {
    padding-left: 16px;
    padding-right: 16px;
  }

  .imagem-planta-wrapper {
    flex-flow: column-reverse;
    margin-top: 16px;
  }

  .mask-plantas {
    padding-bottom: 80px;
  }

  .tabs-slider-v1-plantas {
    width: 95%;
    margin-left: auto;
    margin-right: auto;
  }

  .tabs-slide-insider-lazer-v1 {
    grid-column-gap: 8px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 16px;
    padding-right: 16px;
  }

  .right-arrow-plantas {
    height: 64px;
    left: auto;
    right: 16px;
  }

  .icon-3 {
    margin-right: 16px;
    display: none;
  }

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

  .icon-2 {
    margin-left: 16px;
    display: none;
  }

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

  .h3-white.h3-diferenciais {
    color: #80776c;
  }

  .h3-white.h3-diferenciais-aptos {
    color: #fff;
    text-align: left;
  }

  .container-5.container-diferenciais-lazer {
    margin-left: auto;
    padding-left: 16px;
    padding-right: 16px;
  }

  .container-5.container-localizacao {
    grid-row-gap: 16px;
    width: 95%;
    margin-left: auto;
    margin-right: auto;
  }

  .grid-2 {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  .cta-casas {
    background-color: #313131;
    width: 95%;
    margin-bottom: 20px;
  }

  .apartamentos {
    height: auto;
  }

  .diferenciais-apto, .diferenciais-casa {
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .grid-5 {
    grid-column-gap: 33px;
    grid-row-gap: 33px;
    grid-template-rows: auto auto auto auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .background-video {
    width: 100%;
    max-width: none;
    height: 25vh;
  }

  .h3-white-2.h3-hero {
    font-size: 25px;
    line-height: 32px;
  }

  .h2-white.no-margin {
    font-size: 18px;
    line-height: 32px;
  }

  .heading {
    margin-top: 8px;
    margin-bottom: 8px;
    font-size: 6vw;
    line-height: 7vw;
  }

  .condominio-intro {
    grid-row-gap: 8px;
    padding-bottom: 10px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .cta-lazer {
    width: 95%;
    margin-top: 20px;
  }

  .localizcao-heading {
    grid-row-gap: 20px;
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    padding-left: 0;
    padding-right: 16px;
  }

  .border-heading-localizacao {
    width: 100%;
  }

  .h2-green {
    font-size: 25px;
    line-height: 35px;
  }

  .h2-green.h2-localizacao {
    width: 100%;
    font-size: 20px;
    line-height: 35px;
  }

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

  .cta-como-chegar {
    width: 100%;
  }

  .lazer--header--wrapper {
    margin-bottom: 1rem;
  }

  .contato {
    padding: 40px 16px 48px;
  }

  .contato--wrapper {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: column;
    max-width: none;
    margin-left: auto;
    margin-right: auto;
  }

  .input-form-footer-telefone-2, .input-form-footer-nome-2, .input-form-footer-email-2 {
    border-top-width: 0;
    border-left-width: 0;
    border-right-width: 0;
    border-radius: 0;
    padding-right: 0;
  }

  .p-label-formd-v1-2 {
    color: #fff;
  }

  .footer {
    padding-bottom: 50px;
  }

  .paragraph {
    text-align: left;
    width: 90%;
    margin: 27px auto;
  }

  .slider-v1-lazer {
    width: 95%;
    margin-left: auto;
    margin-right: auto;
  }

  .cta-contato {
    width: 80%;
  }

  .icon-10 {
    margin-right: 16px;
  }

  .conversion-bar {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    background-color: #13201280;
    flex-flow: row;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding-top: 6px;
    padding-bottom: 4px;
    top: auto;
    bottom: 0;
    right: 0;
    transform: translateY(0%);
  }

  .button.flutuante {
    border-style: none;
    width: auto;
    padding: 20px;
  }

  .formcontato-4 {
    grid-row-gap: 2px;
    margin-top: 10px;
  }

  .logo--modal {
    width: 100px;
  }

  .modal-conversao {
    justify-content: center;
    align-items: flex-start;
    height: 100vh;
    max-height: 100vh;
    display: none;
  }

  .modal-conversao-content {
    justify-content: center;
    align-items: flex-start;
    max-width: 100%;
  }

  .container-modal-conversao {
    z-index: 5;
    grid-column-gap: 0rem;
    flex-flow: column;
    width: 90%;
    margin-top: 20px;
    padding-left: 3%;
    padding-right: 3%;
    position: relative;
  }

  .fechar-modal-conversao {
    z-index: 10;
  }

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

  .p-regular-2.p-modal {
    text-align: left;
    width: auto;
    margin-bottom: 20px;
    font-size: 15px;
    line-height: 18px;
  }

  .mobile-infos {
    z-index: 5;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    background-color: #d2d4bf;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-top: 80px;
    margin-left: auto;
    margin-right: auto;
    padding: 24px 16px;
    display: flex;
    position: relative;
  }

  .p--hero--infos-m {
    background-color: var(--verde);
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    border-radius: 8px;
    padding: 12px 16px;
    font-family: "Gotham 1", Arial, sans-serif;
    font-size: 16px;
    line-height: 24px;
  }

  .p--hero--infos-copy {
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    background-color: #d28b23;
    border: 1px #000;
    border-radius: 8px;
    padding: 10px 15px 6px;
    font-family: "Gotham 1", Arial, sans-serif;
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 2rem;
  }

  .cta-hero-m {
    background-color: #67684f;
    width: 100%;
    margin-top: 0;
  }

  .p--hero--infos-5 {
    color: #fff;
    text-align: left;
    font-size: 20px;
    line-height: 25px;
  }

  .text-cta-1 {
    color: #fff;
  }

  .p--hero--infos-1-copy {
    color: #424546;
    text-align: center;
    text-align: center;
    text-align: center;
    font-size: 20px;
    line-height: 25px;
  }

  .cta-txt {
    color: #fff;
  }

  .h2-loc {
    color: #000;
    font-family: "Gotham Book 0", Arial, sans-serif;
    font-size: 20px;
    line-height: 35px;
  }

  .text-block-22 {
    color: #fff;
  }

  .intro-casas {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
  }

  .intro-aptos {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    border-top-left-radius: 0;
    border-top-right-radius: 40px;
    flex-flow: column;
  }

  .p--aptos {
    font-size: 20px;
  }

  .ap-info-1-copy {
    grid-row-gap: .7rem;
    width: 90%;
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 10px;
    padding-bottom: 20px;
  }

  .p--hero--infos-12 {
    font-size: 15px;
    line-height: 1.6rem;
  }

  .div-block-16 {
    margin-left: auto;
    margin-right: auto;
    padding-right: 0;
  }

  .cta-obras {
    width: 100%;
  }

  .div-block-19 {
    height: 100vh;
    max-height: none;
    padding-top: 24px;
    padding-bottom: 24px;
    display: none;
    overflow: auto;
  }

  .div-block-17-copy {
    margin: 10%;
  }

  .footer--logos {
    grid-row-gap: 0px;
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }

  .realization--logos {
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .logo--wrapper {
    justify-content: center;
    align-items: flex-start;
    width: 60%;
  }

  .realization--logo {
    width: 30vw;
  }

  .logo-id360 {
    width: 72px;
  }

  .vendas-logo, .realization--logo-copy, .financi-logo {
    width: 50vw;
  }

  .text-block-25, .text-block-58, .text-block-59, .comochegar {
    color: #fff;
  }

  .link-block-2 {
    width: 100%;
    height: 100%;
  }

  .grid-2-copy {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  .slider-v2-lazer-copy {
    width: 95%;
    margin-left: auto;
    margin-right: auto;
  }

  .mask-4 {
    height: 500px;
    padding-bottom: 0;
  }

  .grid-10 {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  .slide-nav-3 {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .loc-visite {
    grid-row-gap: 24px;
    flex-flow: column;
    justify-content: center;
    align-items: flex-end;
    margin-left: 20px;
    padding-left: 0;
    padding-right: 0;
  }

  .hero-pagina-promocional {
    grid-row-gap: 24px;
    flex-flow: column-reverse;
    justify-content: space-between;
    align-items: center;
    height: auto;
    margin-top: 0;
  }

  .hero-promocional-dir {
    text-align: left;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-right: 0%;
    padding-left: 16px;
    padding-right: 16px;
  }

  .logo-hero-promocional {
    width: 50%;
    padding-left: 16px;
  }

  .h2-hero-promocional {
    text-align: left;
    width: auto;
    font-size: 6vw;
    line-height: 8vw;
  }

  .hero-promocional-infos {
    grid-row-gap: 24px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    padding-left: 16px;
    padding-right: 16px;
  }

  .paragraph-3 {
    text-align: left;
    width: auto;
  }

  .img-1-hero-wrapper {
    border-bottom-right-radius: 32px;
    border-bottom-left-radius: 32px;
    width: 100%;
    height: 90vh;
  }

  .image-3391 {
    width: 70%;
  }

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

  .secao-formulario {
    padding: 32px 16px 56px;
  }

  .h2-form {
    text-align: left;
  }

  .submit-bt-fom {
    background-color: var(--verde);
  }

  .secao-destaque {
    grid-row-gap: 24px;
    flex-flow: column;
    align-items: center;
    padding-bottom: 40px;
    padding-left: 0;
    padding-right: 0;
  }

  .secao-destaque-esq {
    grid-row-gap: 24px;
    width: 100%;
    margin-left: 0%;
    padding-left: 16px;
    padding-right: 16px;
  }

  .h2-secao-destaque {
    font-size: 1.5rem;
    line-height: 2rem;
  }

  .secao-destaque-infos {
    grid-row-gap: 16px;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    padding: 0;
    position: static;
    bottom: 0;
    left: 16px;
    right: 16px;
  }

  .p--hero--infos-1-copy {
    color: var(--verde);
    text-align: center;
    font-size: 20px;
    line-height: 25px;
  }

  .p--hero--infos-2-copy {
    color: var(--verde);
    text-align: left;
    font-size: 19px;
    line-height: 1.5rem;
  }

  .p-legenda-promocional-branco {
    width: 22ch;
    left: 16px;
  }

  .h1-hero-corretor {
    text-align: center;
    font-size: 1.4rem;
    line-height: 1.8rem;
  }

  .hero-corretor {
    text-align: left;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-right: 0%;
    padding-top: 0;
    padding-left: 16px;
    padding-right: 16px;
  }

  .logo-hero-corretor {
    width: 60%;
  }

  .p-corretor {
    text-align: center;
    width: auto;
  }

  .h2-form-corretor {
    text-align: center;
    font-size: 1.2rem;
    line-height: 1.7rem;
  }

  .p-label-form-2-copy {
    margin-top: 24px;
  }

  .logo-hero-corretor-wrapper {
    grid-row-gap: 16px;
    flex-flow: column;
  }

  .h2-secao-destaque-corretor {
    font-size: 1.5rem;
    line-height: 2rem;
  }

  .video-v1 {
    width: 100%;
    margin-top: 8px;
    padding-left: 0;
  }

  .botao-play {
    z-index: 5;
    width: 70px;
    height: 70px;
  }

  .botao-play:hover {
    width: 70px;
    height: 70px;
  }

  .cover-video {
    z-index: 4;
    height: auto;
    top: 0;
  }

  .cover-video-2 {
    z-index: 4;
    height: 100%;
    top: 0;
  }

  .cta-video-display {
    width: 90%;
    max-width: none;
    margin-left: auto;
    margin-right: auto;
    bottom: 3%;
    left: 0;
    right: 0;
  }

  .hero-pagina-evento {
    grid-row-gap: 32px;
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
    height: auto;
    margin-top: 0;
    overflow: hidden;
  }

  .hero-evento {
    grid-row-gap: 24px;
    text-align: left;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-left: 0%;
    margin-right: 0%;
    padding-left: 0;
    padding-right: 0;
  }

  .h2-hero-evento {
    text-align: center;
    padding-left: 16px;
    padding-right: 16px;
    font-size: 1.4rem;
    line-height: 1.8rem;
  }

  .infos-evento-wrapper {
    flex-flow: column;
    width: 100%;
    height: 300px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .img-hero-desktop-wrapper {
    display: none;
  }

  .p-legenda-evento {
    width: 32ch;
    line-height: 12px;
    bottom: 4%;
    left: 2%;
  }

  .img-hero-mobile-wrapper {
    margin-top: 16px;
    padding-left: 16px;
    padding-right: 16px;
    display: block;
  }

  .img-hero-mobile {
    width: 90%;
    left: -64px;
  }

  .logo-hero-evento {
    width: 70%;
    padding-left: 16px;
  }

  .grafismo-hero-evento {
    width: 42vw;
    top: auto;
    right: 0;
  }

  .logos-hero-evento {
    grid-column-gap: 0vw;
    grid-row-gap: 24px;
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    padding-left: 16px;
    padding-right: 16px;
    display: none;
    position: static;
  }

  .logos-hero-container {
    grid-row-gap: 4px;
    justify-content: center;
    align-items: center;
  }

  .p-logos-evento {
    font-size: 2.5vw;
  }

  .logos-hero-img {
    width: 35vw;
  }

  .logos-hero-evento-mobile {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: row;
    justify-content: space-around;
    align-items: center;
    width: 100%;
    padding-left: 16px;
    padding-right: 16px;
    display: flex;
    position: static;
  }

  .p--hero--infos--entrega {
    font-size: 15px;
    line-height: 1.6rem;
  }

  .logo-hero-verde {
    width: 40vw;
  }

  .hero-metragens-wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 16px;
    flex-flow: column;
    align-items: center;
    width: 100%;
  }

  .hero-metragem {
    width: 240px;
  }

  .hero-metragem-tipo-p {
    font-size: 14px;
    line-height: 16px;
  }

  .hero-metragem-h3 {
    font-size: 24px;
    line-height: 30px;
  }

  .hero-metragem-tipo-p-2 {
    font-size: 15px;
    line-height: 18px;
  }

  .hero-metragem-h3-2 {
    font-size: 24px;
    line-height: 30px;
  }

  .hero-metragem-h3-3 {
    font-size: 24px;
    line-height: 24px;
  }

  .text-span-20 {
    font-size: 12px;
    line-height: 12px;
  }

  .hero-promocional-infos-2 {
    grid-row-gap: 8px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .logo-hero-promocional-2 {
    width: 50%;
    padding-left: 0;
  }

  .p--hero--promocional {
    text-align: left;
    width: auto;
    font-size: 5vw;
    line-height: 7vw;
  }

  .pagina--promocional--top--wrapper {
    padding-left: 16px;
    padding-right: 0;
  }

  .pagina--promocional--bottom--wrapper {
    grid-row-gap: 16px;
    flex-flow: column;
    justify-content: flex-end;
    align-items: flex-start;
    height: 70vh;
    padding: 0 16px 24px;
  }

  .voucher--hero--indique--e--ganhe {
    width: 86vw;
  }

  .div-block-26, .div-block-27 {
    width: 95%;
  }
}


@font-face {
  font-family: 'Gotham 1';
  src: url('../fonts/Gotham-Bold_1.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gotham Book 0';
  src: url('../fonts/Gotham-Book_0.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}