:root {
  --black: black;
  --white: white;
  --light-cream: #e7ded0;
  --dark-blue: #00194c;
  --light-green: #00a8a3;
  --container: 1240px;
}

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

.body {
  background-color: var(--black);
  color: var(--white);
  justify-content: flex-end;
  align-items: center;
  font-family: Montserrat, sans-serif;
  display: block;
}

.link {
  color: var(--light-cream);
}

.p-label-formd-v1 {
  color: var(--white);
  margin-top: 16px;
  font-size: 1.1rem;
  line-height: 1.5rem;
}

.p-checkbox {
  color: var(--white);
  font-size: 12px;
  font-weight: 400;
  line-height: 22px;
}

.barra-de-conversao-v1 {
  z-index: 10;
  grid-row-gap: 8px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-end;
  width: 60px;
  height: 140px;
  margin-top: auto;
  margin-bottom: auto;
  padding-bottom: 0;
  display: flex;
  position: fixed;
  inset: auto 10px 20% auto;
}

.conversion-bar-v1-right-item-2 {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  cursor: pointer;
  background-color: #25d366;
  border: 1px #000;
  border-radius: 0;
  justify-content: center;
  align-items: center;
  width: 46px;
  height: 46px;
  display: flex;
}

.conversion-bar-v1-right-item-3 {
  background-color: var(--white);
  cursor: pointer;
  border: 1px solid #000;
  border-radius: 100rem;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  display: flex;
}

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

.form-block {
  width: 800px;
  max-width: 100%;
  margin-bottom: 0;
}

.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(--black);
  color: var(--white);
  border-radius: 0;
}

.submit-bt-fom.submit-bt-fom-v1 {
  color: #fff;
  background-color: #000;
  border-radius: 0;
}

.submit-bt-fom.submit-bt-fom-v1:hover {
  color: #000;
  background-color: #fafafa;
  border: 1px solid #000;
}

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

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

.form-modal {
  max-width: 640px;
}

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

.p-regular-2 {
  color: var(--black);
  margin-bottom: 0;
  margin-left: 0;
  font-size: 1.2rem;
  line-height: 1.6rem;
}

.container-modal-conversao {
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.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-modal-email-email, .input-form.input-form-modal-email-telefone, .input-form.input-form-modal-email-nome {
  color: var(--black);
}

.input-form.input-form-modal-email-nome, .input-form.input-form-modal-email-telefone, .input-form.input-form-modal-email-email {
  color: #000;
}

.form-checkbox-modal-email {
  grid-column-gap: 8px;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  margin-top: 16px;
  margin-bottom: 0;
  padding-left: 0;
  display: flex;
}

.modal-tl {
  z-index: 9999;
  background-color: #202020cc;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  margin-top: 0;
  display: none;
  position: fixed;
  top: 0;
}

.fechar-modal-tl {
  cursor: pointer;
  background-color: #000;
  border: 1px solid #fff;
  border-radius: 0;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  display: flex;
  position: absolute;
  inset: 16px 16px auto auto;
}

.modal-tl-wrapper {
  box-sizing: border-box;
  grid-row-gap: 16px;
  object-fit: fill;
  background-color: #fff;
  border-radius: 8px;
  flex-flow: column;
  width: 100%;
  max-width: 1200px;
  max-height: 600px;
  margin-left: auto;
  margin-right: auto;
  padding: 24px;
  display: flex;
  overflow: scroll;
}

.p-regular-3 {
  color: #202020;
  margin-left: 0;
}

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

.hero {
  z-index: 0;
  grid-row-gap: 2rem;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 100vh;
  padding-top: 3vw;
  padding-bottom: 0;
  display: flex;
  position: relative;
}

.container-padrao {
  width: 100%;
  padding-left: 2vw;
  padding-right: 2vw;
  display: flex;
}

.container-padrao.container-hero {
  z-index: 1;
  background-image: linear-gradient(#0000, #000);
  justify-content: space-between;
  align-items: center;
  height: auto;
  padding: 2vw 3vw;
  position: static;
  inset: auto 0% 0%;
}

.h1 {
  color: var(--white);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Josefin Sans, sans-serif;
  font-size: 4vw;
  font-weight: 300;
  line-height: 5vw;
}

.hero-content {
  grid-row-gap: 1.5rem;
  flex-flow: column;
  justify-content: center;
  align-items: flex-end;
  width: 20%;
  padding-bottom: 0;
  display: flex;
  position: relative;
}

.hero-p {
  letter-spacing: 2px;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 300;
  line-height: 3vw;
}

.cta-padrao {
  background-color: var(--white);
  color: var(--black);
  text-transform: uppercase;
  justify-content: center;
  align-items: center;
  min-width: 270px;
  padding: 15px 16px;
  font-size: 1rem;
  font-weight: 400;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

.cta-padrao:hover {
  background-color: var(--light-cream);
}

.hero-p-info {
  text-align: right;
  width: 50ch;
  margin-bottom: 0;
  padding-top: 0;
  font-size: .5rem;
  line-height: .8rem;
  position: relative;
  inset: auto 0% 0 auto;
}

.hero-media-wrapper {
  z-index: 1;
  flex-flow: column;
  justify-content: space-between;
  width: 100%;
  display: flex;
  position: relative;
}

.nav {
  z-index: 9;
  background-color: var(--black);
  width: 100%;
  padding: 1rem 3vw;
  position: fixed;
}

.nav-container {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 100%;
  display: flex;
}

.nav-link {
  color: var(--white);
  letter-spacing: 1px;
  text-transform: uppercase;
  padding-top: 20px;
  font-size: .9rem;
  line-height: 1.1rem;
  transition: all .3s;
}

.nav-link:hover {
  border-bottom: 1px solid var(--white);
}

.nav-link.w--current {
  border-bottom: 1px solid var(--white);
  color: var(--light-cream);
}

.nav-logo {
  width: 13vw;
  max-width: none;
  overflow: clip;
}

.nav-logo-link {
  margin-right: auto;
}

.global-p {
  z-index: 1;
  margin-bottom: 0;
  font-family: Josefin Sans, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 2.5vw;
  position: relative;
}

.global-p.black {
  color: var(--black);
  line-height: 2vw;
}

.global-p.center {
  text-align: center;
}

.areas-comuns {
  background-color: var(--white);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 6rem 3vw;
  display: flex;
}

.h2 {
  color: var(--black);
  text-align: center;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Josefin Sans, sans-serif;
  font-size: 3vw;
  font-weight: 200;
  line-height: 4vw;
}

.h2.white {
  color: var(--white);
  font-size: 3vw;
  line-height: 4vw;
}

.legenda {
  z-index: 1;
  margin-bottom: 0;
  font-size: .7rem;
  line-height: 1.2rem;
  position: absolute;
  inset: auto auto -40px 16px;
}

.slider-v1-seta-esq {
  left: 24px;
}

.icon-2 {
  color: #fff;
  -webkit-text-stroke-color: #fff;
}

.imagem-slider-wrapper {
  background-color: #fff;
  border-radius: 24px;
  width: 100%;
  position: relative;
}

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

.slider-v1-localizacao {
  background-color: #fff;
  width: 100%;
  height: auto;
  margin-top: 40px;
  padding-left: 24px;
  padding-right: 24px;
}

.slider-v1-localizacao.border-24 {
  background-color: #fff0;
  width: 100%;
  margin-top: 2rem;
  padding-left: 0;
  padding-right: 0;
}

.slider-v1-seta-dir {
  z-index: 2;
  right: 24px;
}

.slider-mask {
  width: 100%;
  height: auto;
  padding-bottom: 40px;
  overflow: visible;
}

.slide {
  width: 100%;
  height: auto;
  overflow: visible;
}

.slider-v1-areas-comuns-img {
  border: 1px solid #000;
  border-radius: 0;
  width: 100%;
}

.sliders-legenda {
  z-index: 2;
  -webkit-backdrop-filter: blur(15px);
  backdrop-filter: blur(15px);
  color: var(--black);
  background-color: #fff0;
  margin-bottom: 0;
  padding: 6px 8px;
  font-size: .7rem;
  line-height: 1.2rem;
  position: absolute;
  inset: auto auto -40px 16px;
  overflow: visible;
}

.guest-suites {
  border-top: 1px solid var(--black);
  background-color: var(--black);
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 3rem 3vw 0;
  display: flex;
  position: relative;
  overflow: hidden;
}

.destaque-unidades {
  grid-row-gap: 4rem;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 6rem 0 2rem;
  display: flex;
}

.unidades-wrapper {
  border-top: 1px solid var(--white);
  border-bottom: 1px solid var(--white);
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  padding: 0 3vw;
  display: flex;
}

.unidades-p {
  border-right: 1px solid var(--white);
  letter-spacing: 2px;
  width: 50%;
  margin-bottom: 0;
  padding-top: 8rem;
  padding-bottom: 8rem;
  font-size: 2vw;
  line-height: 3vw;
}

.unidades-p-wrapper {
  width: 50%;
  padding-top: 4rem;
  padding-bottom: 5rem;
  padding-left: 2rem;
  position: relative;
}

.destaque-unidades-img {
  width: 100%;
}

.destaque-unidades-img-wrapper {
  width: 100%;
  height: auto;
  padding-bottom: 4rem;
  position: relative;
  overflow: visible;
}

.image-25 {
  z-index: 1;
  width: 10vw;
  position: absolute;
  inset: 8% auto auto 8%;
}

.localizacao {
  grid-row-gap: 0rem;
  background-color: var(--black);
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  padding: 2vw 2vw 0;
  display: flex;
  overflow: hidden;
}

.localizacao-heading-wrapper {
  border-top: 1px none var(--white);
  border-right: 1px solid var(--white);
  border-bottom: 1px solid var(--white);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 0 0 3rem;
  display: flex;
}

.tabs-slide-insider-v2 {
  grid-column-gap: 16px;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: none;
  margin-bottom: 1rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.tab-link-v1-1-1 {
  color: #fff;
  background-color: #000;
  border: 1px solid #fff;
  justify-content: center;
  align-items: center;
  height: 44px;
  font-size: 16px;
  font-weight: 500;
  display: flex;
}

.tab-link-v1-1-1.w--current {
  color: #000;
  background-color: #fff;
  justify-content: center;
  align-items: center;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.mapa-estatico {
  z-index: 1;
  width: 100%;
  position: relative;
}

.tab-link-v1-2-2 {
  color: #fff;
  background-color: #000;
  border: 1px solid #fff;
  justify-content: center;
  align-items: center;
  height: 44px;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 16px;
  font-weight: 500;
  display: flex;
}

.tab-link-v1-2-2.w--current {
  color: #000;
  background-color: #fff;
  border-color: #fff;
  font-size: 16px;
  font-weight: 500;
  display: flex;
}

.mapa-ilustrado-wrapper {
  grid-row-gap: 24px;
  flex-flow: column;
  width: 100%;
  display: flex;
  position: relative;
}

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

.tabs-slider-v2 {
  width: 100%;
  padding-bottom: 0;
}

.lightbox-mapa-ilustrado {
  width: 100%;
  display: flex;
  position: relative;
}

.code-embed {
  display: block;
}

.icone-zoom-mapa {
  z-index: 4;
  width: 24px;
  position: absolute;
  inset: 24px 24px auto auto;
}

.mapa-endereco {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 1.5rem;
  padding-bottom: 0;
  display: flex;
}

.localizacao-heading {
  width: 100%;
  padding-top: 2rem;
  padding-left: 3vw;
  padding-right: 3vw;
}

.imagem-slider-localizacao-wrapper {
  background-color: #fff;
  border-radius: 24px;
  width: 100%;
  position: relative;
  overflow: visible;
}

.slider-localizacao-wrapper {
  background-color: var(--white);
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.slider-localizacao-conteudo-wrapper {
  background-color: var(--white);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 50%;
  height: auto;
  padding-left: 0;
  display: flex;
}

.slider-v1-localizacao-img {
  border: 1px #000;
  border-radius: 0;
  width: 100%;
}

.localizacao-imagem-slider-wrapper {
  background-color: #fff;
  border-radius: 24px;
  width: 50%;
  position: relative;
}

.slider-localizacao-conteudo {
  grid-row-gap: 1rem;
  border-right: 1px solid var(--black);
  border-bottom: 1px solid var(--black);
  flex-flow: column;
  padding-top: 0;
  padding-bottom: 3vw;
  padding-right: 3vw;
  display: flex;
}

.localizacao-p {
  z-index: 1;
  margin-bottom: 0;
  font-size: 1.3vw;
  line-height: 2vw;
  position: relative;
}

.localizacao-p.black {
  color: #fff;
  font-size: 1.1vw;
  line-height: 2vw;
}

.ficha-tecnica {
  grid-row-gap: 4rem;
  border-top: 1px solid var(--white);
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  padding: 6rem 3vw;
  display: flex;
  position: relative;
}

.ficha-tecnica-intro {
  flex-flow: row-reverse wrap;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.ficha-tecnica-intro-conteudo {
  grid-row-gap: 3rem;
  flex-flow: column;
  align-items: flex-start;
  margin-top: 2rem;
  margin-right: 20px;
  display: flex;
}

.h2-ficha-tecnica {
  color: var(--white);
  text-align: left;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Josefin Sans, sans-serif;
  font-size: 3vw;
  font-weight: 200;
  line-height: 4vw;
}

.ficha-tecnica-img-wrapper {
  position: relative;
}

.ficha-tecnica-fachada-img {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  max-width: none;
  height: 75vw;
}

.ficha-tecnica-1-dorm-img {
  z-index: 1;
  width: 40vw;
  position: static;
  inset: auto auto 20% 0%;
}

.ficha-tecnica-line {
  z-index: -1;
  background-color: var(--white);
  width: 1px;
  height: 100%;
  position: absolute;
  inset: auto 20% 0% auto;
}

.areas-comuns-diferenciais-wrapper {
  grid-column-gap: 1vw;
  grid-row-gap: 1vw;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  padding: 0 0;
  display: flex;
  position: relative;
}

.areas-comuns-item {
  background-color: #181818;
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  width: 24%;
  margin-bottom: 1rem;
  padding: 2vw 2vw 1.5vw;
  display: flex;
}

.image-26 {
  border-radius: .8rem;
  width: 100%;
}

.h2-card-area-comuns {
  margin-top: 3rem;
  margin-bottom: 0;
  font-size: 1.5vw;
  font-weight: 200;
  line-height: 2vw;
}

.legenda-diferenciais {
  z-index: 1;
  margin-bottom: 0;
  font-size: .7rem;
  line-height: 1.2rem;
  position: absolute;
  inset: auto 2vw 0% auto;
}

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

.cta-areas-comuns-diferenciais {
  background-color: var(--white);
  color: var(--black);
  text-transform: uppercase;
  justify-content: center;
  align-items: center;
  width: auto;
  min-width: 270px;
  padding: 15px 16px;
  font-size: 1rem;
  font-weight: 400;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

.cta-areas-comuns-diferenciais:hover {
  background-color: var(--light-cream);
}

.lazer {
  grid-row-gap: 4rem;
  background-color: var(--white);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 6rem 3vw;
  display: flex;
}

.slider-v1-lazer {
  background-color: #fff;
  width: 100%;
  height: auto;
  margin-top: 40px;
  padding-left: 24px;
  padding-right: 24px;
}

.slider-v1-lazer.border-24 {
  background-color: #fff0;
  width: 100%;
  margin-top: 1rem;
  padding-left: 0;
  padding-right: 0;
}

.tab-link-v2-1-1 {
  border: 1px solid var(--dark-blue);
  background-color: var(--white);
  color: var(--black);
  justify-content: center;
  align-items: center;
  height: 44px;
  font-size: 16px;
  font-weight: 500;
  display: flex;
}

.tab-link-v2-1-1.w--current {
  border-color: var(--black);
  background-color: var(--black);
  color: var(--white);
  justify-content: center;
  align-items: center;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 1rem;
  display: flex;
}

.tab-link-v2-2-2 {
  border: 1px solid var(--black);
  background-color: var(--white);
  color: var(--black);
  justify-content: center;
  align-items: center;
  height: 44px;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 1rem;
  font-weight: 500;
  display: flex;
}

.tab-link-v2-2-2.w--current {
  border-color: var(--black);
  background-color: var(--black);
  color: var(--white);
  font-size: 1rem;
  font-weight: 500;
  display: flex;
}

.tabs-slide-insider-v3 {
  grid-column-gap: 16px;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: none;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.areas-comuns-diferenciais {
  grid-row-gap: 4rem;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 6rem 3vw;
  display: flex;
  position: relative;
}

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

.text-span-2 {
  font-size: 1.2vw;
  line-height: 2vw;
}

.lazer-conteudo-wrapper {
  justify-content: space-around;
  align-items: center;
  width: 100%;
  display: flex;
}

.cta-padrao-borda {
  background-color: var(--white);
  color: var(--black);
  text-transform: uppercase;
  border: 1px solid #000;
  justify-content: center;
  align-items: center;
  width: auto;
  min-width: 270px;
  padding: 15px 16px;
  font-size: 1rem;
  font-weight: 400;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

.cta-padrao-borda:hover {
  background-color: var(--light-cream);
}

.implantacao-slider-wrapper {
  background-color: #fff;
  border-radius: 24px;
  width: 100%;
  position: relative;
}

.heading-implantacoes-slider {
  grid-column-gap: 1rem;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-top: 1.5vw;
  padding-left: 2vw;
  padding-right: 2vw;
  display: flex;
  position: absolute;
}

.h3 {
  color: var(--black);
  text-align: center;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Josefin Sans, sans-serif;
  font-size: 2vw;
  font-weight: 200;
  line-height: 2.5vw;
}

.h3.white {
  color: var(--white);
}

.h3.white.left {
  text-align: left;
  line-height: 2.5vw;
}

.implantacao-heading-border {
  background-color: var(--black);
  width: 60vw;
  height: 1px;
}

.selo-implantacao {
  z-index: 1;
  width: 14vw;
  position: absolute;
  inset: auto 2vw 2vw auto;
}

.plantas {
  z-index: 1;
  grid-row-gap: 4rem;
  background-color: var(--black);
  border: 1px #000;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 1rem 3vw 0;
  display: block;
  position: relative;
  overflow: hidden;
}

.plantas-heading-wrapper {
  border-top: 1px none var(--white);
  border-right: 1px none var(--white);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 6rem;
  padding-left: 3vw;
  padding-right: 3vw;
  display: flex;
}

.plantas-wrapper {
  grid-column-gap: 2vw;
  grid-row-gap: 1rem;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.slider-v1-plantas {
  background-color: #fff;
  width: 100%;
  height: auto;
  margin-top: 40px;
  padding-left: 24px;
  padding-right: 24px;
}

.slider-v1-plantas.border-24 {
  background-color: #fff0;
  width: 100%;
  margin-top: 0;
  padding-left: 0;
  padding-right: 0;
}

.apartamentos-planta-wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.lightbox-plantas {
  width: 100%;
  position: relative;
}

.plantas-img {
  width: 100%;
  display: none;
}

.legenda-imgs-plantas {
  z-index: 1;
  color: var(--white);
  background-color: #fff0;
  padding: 4px 10px;
  font-size: 11px;
  position: absolute;
  bottom: -40px;
  left: 16px;
  right: auto;
}

.span-small {
  font-size: 11px;
  line-height: 18px;
}

.zoom {
  background-color: #fff;
  border: 1px solid #000;
  justify-content: center;
  align-items: center;
  width: 44px;
  height: 44px;
  display: flex;
  position: absolute;
  inset: 16px 16px auto auto;
}

.icone-zzom {
  width: 16px;
}

.plantas-heading {
  grid-column-gap: 1rem;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 0 0 0;
  display: flex;
  position: relative;
}

.plantas-heading-border {
  background-color: var(--white);
  width: 70vw;
  height: 1px;
}

.text-span-3 {
  font-size: 1.5vw;
}

.plantas-conteudo-wrapper {
  grid-column-gap: 2vw;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.slider-v2-guest-suites {
  background-color: #fff;
  width: 100%;
  height: auto;
  margin-top: 40px;
  padding-left: 24px;
  padding-right: 24px;
}

.slider-v2-guest-suites.border-24 {
  z-index: 1;
  background-color: #fff0;
  width: 100%;
  margin-top: 0;
  padding-left: 0;
  padding-right: 0;
}

.contato {
  z-index: 9999;
  grid-row-gap: 2rem;
  background-color: var(--black);
  flex-flow: column;
  width: 100%;
  padding: 6rem 3vw;
  display: flex;
  position: relative;
}

.form-checkbox-footer {
  grid-column-gap: 8px;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  margin-bottom: 16px;
  padding-left: 0;
  display: flex;
}

.form-footer {
  flex-flow: column;
  width: 80%;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.input-form-footer-nome, .input-form-footer-email, .input-form-footer-telefone {
  border-style: none none solid;
  border-width: 1px 2px 2px 1px;
  border-color: black black var(--white);
  opacity: 1;
  color: var(--white);
  -webkit-text-stroke-width: 0px;
  -webkit-text-stroke-color: #202020;
  background-color: #fff0;
  width: 100%;
  height: 30px;
  margin-bottom: 24px;
  padding-left: 0;
  font-size: 1.1rem;
  line-height: 22px;
}

.submit-bt-form-footer {
  background-color: var(--white);
  color: var(--black);
  letter-spacing: 1px;
  text-transform: uppercase;
  height: 54px;
  font-size: 1.2rem;
  line-height: 1.7rem;
  transition: all .2s;
}

.submit-bt-form-footer:hover {
  background-color: var(--light-cream);
  color: #000;
  border: 1px solid #000;
}

.form-v1 {
  width: 100%;
  max-width: 800px;
  margin: 1rem auto 0;
}

.realizacao {
  z-index: 1;
  border-top: 1px solid var(--white);
  border-bottom: 1px solid var(--white);
  background-color: #000;
  width: 100%;
  padding-top: 64px;
  padding-bottom: 64px;
  position: relative;
  overflow: hidden;
}

.realizacao-e-footer-4 {
  grid-row-gap: 3rem;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1240px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.logo-realizacao-v4 {
  width: 200px;
}

.footer {
  z-index: 1;
  background-color: var(--white);
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 40px 2%;
  display: flex;
  position: relative;
}

.bt-voltar-ao-topo {
  z-index: 1;
  grid-column-gap: .5rem;
  background-color: var(--white);
  color: var(--black);
  border: 1px solid #000;
  justify-content: center;
  align-items: center;
  width: auto;
  margin-left: auto;
  margin-right: auto;
  padding: 8px 16px;
  text-decoration: none;
  transition: all .3s;
  display: flex;
  position: absolute;
  left: 46%;
  right: auto;
}

.bt-voltar-ao-topo:hover {
  background-color: var(--light-cream);
}

.image-28 {
  width: 14px;
}

.bt-texto-legal-footer-v4 {
  color: #202020;
  border: 1px solid #000;
  padding: 8px 16px;
  text-decoration: none;
}

.image-29 {
  width: 60px;
}

.h3-texto-legal {
  color: var(--black);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 2rem;
}

.unidades-p-mobile {
  display: none;
}

.localizazao-slider-p {
  z-index: 1;
  margin-bottom: 0;
  font-size: 1.3vw;
  line-height: 2vw;
  position: relative;
}

.localizazao-slider-p.black {
  color: #fff;
  line-height: 2.3vw;
}

.slider-v1-areas-comuns-intro {
  background-color: #fff;
  width: 100%;
  height: auto;
  margin-top: 40px;
  padding-left: 24px;
  padding-right: 24px;
}

.slider-v1-areas-comuns-intro.border-24 {
  background-color: #fff0;
  width: 100%;
  margin-top: 2.5rem;
  padding-left: 0;
  padding-right: 0;
}

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

.plantas-conteudo-reversa-wrapper {
  grid-column-gap: 2vw;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.p-checobox-modal {
  color: var(--black);
  font-size: 12px;
  font-weight: 400;
  line-height: 22px;
}

.link-p-checkbox-modal {
  color: var(--black);
}

.modal-assinatura {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 10vh;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.modal-assinatura-1 {
  background-color: var(--black);
  justify-content: flex-start;
  align-items: center;
  width: 45%;
  height: 100%;
  padding-left: 3vw;
  display: flex;
}

.modal-logo {
  width: 16vw;
}

.modal-assinatura-2 {
  background-image: url('../images/img3.webp');
  background-position: 50% 70%;
  background-size: cover;
  width: 35%;
  height: 100%;
}

.div-block {
  background-image: url('../images/detalhe-plantas.webp');
  background-position: 50%;
  background-size: cover;
  width: 20%;
  height: 100%;
}

.h2-ficha-tecnica-intro {
  color: var(--white);
  text-align: left;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Josefin Sans, sans-serif;
  font-size: 3vw;
  font-weight: 200;
  line-height: 4vw;
}

.implantacao-img {
  width: 100%;
}

.p-label-form-modal-v1 {
  color: var(--black);
  margin-top: 16px;
  font-size: 1.1rem;
  line-height: 1.5rem;
}

.img-hero-wrapper {
  width: 100%;
  height: auto;
  margin-top: 0;
  position: relative;
  overflow: visible;
}

.localizacao-heading-2 {
  width: 100%;
  padding-left: 3vw;
  padding-right: 3vw;
}

.localizacao-heading-wrapper-2 {
  border-top: 1px solid var(--white);
  border-right: 1px solid var(--white);
  border-bottom: 1px none var(--white);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 3rem 0 0;
  display: flex;
}

.diferenciais-itens {
  grid-column-gap: 4rem;
  justify-content: space-around;
  align-items: center;
  width: 100%;
  max-width: 1560px;
  margin-left: auto;
  margin-right: auto;
  padding: 10rem 3vw 6rem;
  display: flex;
  position: relative;
}

.diferenciais-hero-1 {
  grid-row-gap: 1rem;
  border-bottom: 2px #fff;
  border-right: 2px #fff;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  padding: 0;
  display: flex;
}

.p-destaque-diferenciais {
  color: #fff;
  text-align: right;
  margin-bottom: 0;
  font-size: 1.5rem;
  font-weight: 300;
  line-height: 2.5rem;
}

.p-destaque-diferenciais.p-diferenciais-1 {
  text-align: left;
  max-width: 60ch;
  font-size: 1.1rem;
  line-height: 1.7rem;
}

.icone-diferencia-4 {
  width: 4rem;
  min-width: auto;
}

.icone-diferencial {
  width: 2rem;
  min-width: 2rem;
}

.diferenciais-heading-1 {
  grid-column-gap: 2rem;
  justify-content: center;
  align-items: center;
  display: flex;
}

.h3-destaque-hero {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.2rem;
  line-height: 2.1rem;
}

.diferenciais-hero {
  z-index: 0;
  grid-row-gap: 3rem;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: auto;
  padding-top: 0;
  display: flex;
  position: relative;
}

.diferenciais-hero-p {
  text-align: left;
  width: auto;
  margin-bottom: 0;
  padding-top: 0;
  font-size: .5rem;
  line-height: .8rem;
  position: static;
  inset: auto 0% 0 auto;
}

.diferenciais-hero-line {
  z-index: -1;
  background-color: var(--white);
  opacity: .2;
  width: 1px;
  height: 100%;
  position: absolute;
  inset: auto 20% 0% auto;
}

.hero-heading {
  grid-row-gap: 0rem;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 230px;
  display: flex;
}

.p-contato {
  z-index: 1;
  color: var(--black);
  margin-bottom: 0;
  font-size: 1.2vw;
  line-height: 2vw;
  position: relative;
}

.sliders-legenda-invertida, .sliders-legenda-invertida-mobile, .sliders-legenda-invertida-mobile-2 {
  z-index: 2;
  -webkit-backdrop-filter: blur(15px);
  backdrop-filter: blur(15px);
  color: var(--white);
  background-color: #fff0;
  margin-bottom: 0;
  padding: 6px 8px;
  font-size: .7rem;
  line-height: 1.2rem;
  position: absolute;
  inset: auto auto -40px 16px;
}

.slider-v1-implantacoes-mobile {
  background-color: #fff;
  width: 100%;
  height: auto;
  margin-top: 40px;
  padding-left: 24px;
  padding-right: 24px;
}

.slider-v1-implantacoes-mobile.border-24 {
  background-color: #fff0;
  width: 100%;
  margin-top: 1rem;
  padding-left: 0;
  padding-right: 0;
  display: none;
}

.slider-v1-implantacoes {
  background-color: #fff;
  width: 100%;
  height: auto;
  margin-top: 40px;
  padding-left: 24px;
  padding-right: 24px;
}

.slider-v1-implantacoes.border-24 {
  background-color: #fff0;
  width: 100%;
  margin-top: 1rem;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.p-implantacoes-img1-1 {
  z-index: 1;
  color: var(--black);
  text-align: right;
  margin-bottom: 0;
  font-size: .8vw;
  line-height: 1.1vw;
  position: absolute;
  top: 7.6vw;
  left: 38.2vw;
}

.p-implantacoes-img1-2 {
  z-index: 1;
  color: var(--black);
  margin-bottom: 0;
  font-size: .8vw;
  line-height: 1.1vw;
  position: absolute;
  top: 6.3vw;
  left: auto;
  right: 17.8vw;
}

.p-implantacoes-img1-3 {
  z-index: 1;
  color: var(--black);
  text-align: right;
  margin-bottom: 0;
  font-size: .8vw;
  line-height: 1.1vw;
  position: absolute;
  top: auto;
  bottom: 9.8vw;
  left: 30.8vw;
}

.p-implantacoes-img1-4 {
  z-index: 1;
  color: var(--black);
  margin-bottom: 0;
  font-size: .8vw;
  line-height: 1.1vw;
  position: absolute;
  top: auto;
  bottom: 6.5vw;
  left: 49.3vw;
}

.p-implantacoes-img1-5 {
  z-index: 1;
  color: var(--black);
  margin-bottom: 0;
  font-size: .8vw;
  line-height: 1.1vw;
  position: absolute;
  inset: auto 19.4vw 9.1vw auto;
}

.p-implantacoes-img2-1 {
  z-index: 1;
  opacity: 1;
  color: var(--black);
  text-align: right;
  margin-bottom: 0;
  font-size: .8vw;
  line-height: 1.1vw;
  position: absolute;
  top: 7vw;
  left: 34.7vw;
}

.p-implantacoes-img2-2 {
  z-index: 1;
  color: var(--black);
  text-align: right;
  margin-bottom: 0;
  font-size: .8vw;
  line-height: 1.1vw;
  position: absolute;
  inset: auto 33.2vw 6.4vw auto;
}

.p-implantacoes-img3-1 {
  z-index: 1;
  color: var(--black);
  text-align: right;
  margin-bottom: 0;
  font-size: .8vw;
  line-height: 1.1vw;
  position: absolute;
  top: 6.2vw;
  left: 27.6vw;
}

.p-implantacoes-img3-2 {
  z-index: 1;
  color: var(--black);
  text-align: left;
  margin-bottom: 0;
  font-size: .8vw;
  line-height: 1.1vw;
  position: absolute;
  top: 9.3vw;
  left: auto;
  right: 17.8vw;
}

.p-implantacoes-img3-3 {
  z-index: 1;
  color: var(--black);
  text-align: right;
  margin-bottom: 0;
  font-size: .8vw;
  line-height: 1.1vw;
  position: absolute;
  top: auto;
  bottom: 6.6vw;
  left: 38.6vw;
}

.plantas-img-desktop {
  width: 100%;
  display: inline-block;
}

.p-planta-1-1 {
  z-index: 1;
  color: var(--black);
  margin-bottom: 0;
  font-size: .8vw;
  font-weight: 500;
  line-height: 1vw;
  position: absolute;
  top: 1.6vw;
  left: 41vw;
}

.p-planta-1-2 {
  z-index: 1;
  color: var(--black);
  text-align: right;
  margin-bottom: 0;
  font-size: .8vw;
  font-weight: 500;
  line-height: 1vw;
  position: absolute;
  top: 13.2vw;
  left: 23.9vw;
}

.p-planta-1-3 {
  z-index: 1;
  color: var(--black);
  text-align: right;
  margin-bottom: 0;
  font-size: .8vw;
  font-weight: 500;
  line-height: 1vw;
  position: absolute;
  top: 16.4vw;
  left: 23.2vw;
}

.p-planta-1-4 {
  z-index: 1;
  color: var(--black);
  text-align: right;
  margin-bottom: 0;
  font-size: .8vw;
  font-weight: 500;
  line-height: 1vw;
  position: absolute;
  top: 22.9vw;
  left: 23.6vw;
}

.p-planta-1-5 {
  z-index: 1;
  color: var(--black);
  text-align: right;
  margin-bottom: 0;
  font-size: .8vw;
  font-weight: 500;
  line-height: 1vw;
  position: absolute;
  top: 29vw;
  left: 23vw;
}

.p-planta-1-6 {
  z-index: 1;
  color: var(--black);
  text-align: right;
  margin-bottom: 0;
  font-size: .8vw;
  font-weight: 500;
  line-height: 1vw;
  position: absolute;
  top: auto;
  bottom: 8.2vw;
  left: 23.2vw;
}

.p-planta-1-7 {
  z-index: 1;
  color: var(--black);
  text-align: left;
  margin-bottom: 0;
  font-size: .8vw;
  font-weight: 500;
  line-height: 1vw;
  position: absolute;
  top: 15.8vw;
  left: auto;
  right: 27.1vw;
}

.p-planta-1-8 {
  z-index: 1;
  color: var(--black);
  text-align: left;
  margin-bottom: 0;
  font-size: .8vw;
  font-weight: 500;
  line-height: 1vw;
  position: absolute;
  top: 23.4vw;
  left: auto;
  right: 22.8vw;
}

.p-planta-2-1 {
  z-index: 1;
  color: var(--black);
  text-align: center;
  margin-bottom: 0;
  font-size: .8vw;
  font-weight: 500;
  line-height: 1vw;
  position: absolute;
  top: 9.9vw;
  left: 33.2vw;
}

.p-planta-2-2 {
  z-index: 1;
  color: var(--black);
  text-align: left;
  margin-bottom: 0;
  font-size: .8vw;
  font-weight: 500;
  line-height: 1vw;
  position: absolute;
  top: 16vw;
  left: 20vw;
}

.p-planta-2-3 {
  z-index: 1;
  color: var(--black);
  text-align: right;
  margin-bottom: 0;
  font-size: .8vw;
  font-weight: 500;
  line-height: 1vw;
  position: absolute;
  top: 20.9vw;
  left: 17.6vw;
}

.p-planta-2-4 {
  z-index: 1;
  color: var(--black);
  text-align: right;
  margin-bottom: 0;
  font-size: .8vw;
  font-weight: 500;
  line-height: 1vw;
  position: absolute;
  top: 24.3vw;
  left: 20.7vw;
}

.p-planta-2-5 {
  z-index: 1;
  color: var(--black);
  text-align: right;
  margin-bottom: 0;
  font-size: .8vw;
  font-weight: 500;
  line-height: 1vw;
  position: absolute;
  top: 27.5vw;
  left: 19.9vw;
}

.p-planta-2-6 {
  z-index: 1;
  color: var(--black);
  text-align: right;
  margin-bottom: 0;
  font-size: .8vw;
  font-weight: 500;
  line-height: 1vw;
  position: absolute;
  top: 30.5vw;
  left: 19.6vw;
}

.p-planta-2-7 {
  z-index: 1;
  color: var(--black);
  text-align: right;
  margin-bottom: 0;
  font-size: .8vw;
  font-weight: 500;
  line-height: 1vw;
  position: absolute;
  top: auto;
  bottom: 8.9vw;
  left: 20.5vw;
}

.p-planta-2-8 {
  z-index: 1;
  color: var(--black);
  text-align: left;
  margin-bottom: 0;
  font-size: .8vw;
  font-weight: 500;
  line-height: 1vw;
  position: absolute;
  top: 17.6vw;
  left: auto;
  right: 27.5vw;
}

.p-planta-2-9 {
  z-index: 1;
  color: var(--black);
  text-align: left;
  margin-bottom: 0;
  font-size: .8vw;
  font-weight: 500;
  line-height: 1vw;
  position: absolute;
  top: 22.8vw;
  left: auto;
  right: 20.3vw;
}

.p-planta-2-10 {
  z-index: 1;
  color: var(--black);
  text-align: left;
  margin-bottom: 0;
  font-size: .8vw;
  font-weight: 500;
  line-height: 1vw;
  position: absolute;
  inset: auto 28.1vw 15.5vw auto;
}

.video-wrapper {
  width: 100%;
  padding-bottom: 0;
  overflow: hidden;
}

.guest-img-destaque {
  z-index: 1;
  width: 10vw;
  margin-bottom: 0;
  position: absolute;
  inset: 8% auto auto 8%;
}

.legenda-destaque {
  z-index: 2;
  -webkit-backdrop-filter: blur(15px);
  backdrop-filter: blur(15px);
  color: var(--white);
  background-color: #fff0;
  margin-bottom: 0;
  padding: 6px 8px;
  font-size: .7rem;
  line-height: 1.2rem;
  position: absolute;
  inset: auto auto 0 16px;
}

.ficha-img-wrapper {
  width: 100%;
  height: auto;
  position: absolute;
  bottom: 20%;
}

.legenda-perspectiva-sobre {
  z-index: 2;
  -webkit-backdrop-filter: blur(15px);
  backdrop-filter: blur(15px);
  color: var(--white);
  background-color: #fff0;
  margin-bottom: 0;
  padding: 6px 8px;
  font-size: .7rem;
  line-height: 1.2rem;
  position: absolute;
  inset: auto auto -40px 16px;
}

.slider-v2-plantas {
  background-color: #fff;
  width: 100%;
  height: auto;
  margin-top: 40px;
  padding-left: 24px;
  padding-right: 24px;
}

.slider-v2-plantas.border-24 {
  z-index: 1;
  background-color: #fff0;
  width: 100%;
  margin-top: 0;
  padding-left: 0;
  padding-right: 0;
}

.legenda-img-ficha-tecnica {
  z-index: 1;
  margin-bottom: 0;
  font-size: .7rem;
  line-height: 1.2rem;
  position: absolute;
  inset: auto auto 0 16px;
}

.text-span-4 {
  font-size: 22px;
  line-height: 30px;
}

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

.cta-hero-v1 {
  grid-column-gap: 8px;
  color: #323620;
  text-transform: uppercase;
  mix-blend-mode: normal;
  background-color: #fff;
  border-radius: 0;
  justify-content: center;
  align-items: center;
  width: 340px;
  height: 50px;
  font-size: 17px;
  font-weight: 600;
  line-height: 24px;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

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

.hero-p-2 {
  color: #fff;
  text-transform: none;
  width: 42ch;
  margin-bottom: 0;
  font-size: 20px;
  line-height: 28px;
}

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

.hero-p-endereco {
  color: #fff;
  text-transform: none;
  width: 42ch;
  margin-bottom: 0;
  font-size: 20px;
  line-height: 28px;
}

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

.mascara-video {
  background-image: linear-gradient(#32362000, #000);
  width: 100%;
  height: 60vh;
  position: absolute;
  inset: auto 0% 0%;
}

.hero-span {
  color: #fff;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 28px;
  font-weight: 300;
  line-height: 38px;
}

.hero-content-border {
  background-color: #fff;
  width: 100%;
  height: 1px;
}

.hero-content-2 {
  z-index: 1;
  grid-row-gap: 16px;
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  background-color: #fff0;
  border: 1px #fff3;
  border-radius: 0;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  padding: 24px;
  display: flex;
  position: absolute;
  inset: auto auto 40px 40px;
  box-shadow: 0 4px 125px #0003;
}

.h1-2 {
  color: #fff;
  text-transform: uppercase;
  width: auto;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 40px;
  font-weight: 200;
  line-height: 40px;
}

.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: 1140px;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  padding: 16px 0;
  display: flex;
}

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

.nav-item-v1-link-3 {
  color: #fff;
  letter-spacing: 1px;
  font-size: 17px;
  font-weight: 600;
  text-decoration: none;
}

.paragraph {
  margin-bottom: 0;
}

.nav-item-v1-link-4, .nav-item-v1-link-2 {
  color: #fff;
  letter-spacing: 1px;
  font-size: 17px;
  font-weight: 600;
  text-decoration: none;
}

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

.image-3 {
  width: 170px;
}

.nav-item-v1-link-1 {
  color: #fff;
  letter-spacing: 1px;
  font-size: 17px;
  font-weight: 600;
  text-decoration: none;
}

.icon-7 {
  color: #fff;
  background-color: #000;
}

.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: #00000080;
  border-bottom: 1px solid #fff3;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: fixed;
  overflow: hidden;
}

.bt-nav-conversion-v1 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #323620;
  text-transform: uppercase;
  mix-blend-mode: normal;
  background-color: #fff;
  border-radius: 0;
  justify-content: center;
  align-items: center;
  width: 130px;
  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;
}

.text-block-5 {
  font-size: 14px;
}

.image-30 {
  width: 15px;
}

.h1-3 {
  color: #fff;
  width: auto;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Josefin Sans, sans-serif;
  font-size: 4vw;
  font-weight: 300;
  line-height: 3vw;
}

.cta-padrao-2 {
  color: #000;
  text-transform: uppercase;
  background-color: #fff;
  justify-content: center;
  align-items: center;
  min-width: 270px;
  padding: 15px 16px;
  font-size: 1rem;
  font-weight: 400;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

.cta-padrao-2:hover {
  background-color: #e7ded0;
}

.cta-padrao-3 {
  color: #000;
  text-transform: uppercase;
  background-color: #fff;
  justify-content: center;
  align-items: center;
  min-width: 270px;
  padding: 15px 16px;
  font-size: 1rem;
  font-weight: 400;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

.cta-padrao-3:hover {
  background-color: #e7ded0;
}

.cta-padrao-4 {
  color: #000;
  text-transform: uppercase;
  background-color: #fff;
  justify-content: center;
  align-items: center;
  min-width: 270px;
  padding: 15px 16px;
  font-size: 1rem;
  font-weight: 400;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

.cta-padrao-4:hover {
  background-color: #e7ded0;
}

.cta-padrao-5 {
  color: #000;
  text-transform: uppercase;
  background-color: #fff;
  justify-content: center;
  align-items: center;
  min-width: 270px;
  padding: 15px 16px;
  font-size: 1rem;
  font-weight: 400;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

.cta-padrao-5:hover {
  background-color: #e7ded0;
}

.cta {
  color: #000;
  text-transform: uppercase;
  background-color: #fff;
  justify-content: center;
  align-items: center;
  min-width: 270px;
  padding: 15px 16px;
  font-size: 1rem;
  font-weight: 400;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

.cta:hover {
  background-color: #e7ded0;
}

.div-block-2 {
  border: 1px solid #fff;
  width: 470px;
}

.intro {
  overflow: hidden;
}

.imagem {
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.image-31 {
  width: auto;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.div-block-3 {
  border-top: 0 #fff;
  border-right: 0 #fff;
  width: 95%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-right: 0;
  display: flex;
}

.div-block-4 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: space-between;
  align-items: flex-start;
  width: 95%;
  margin-top: 30px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.image-32 {
  width: 15%;
}

.grid {
  border-bottom: 1.5px solid #fff;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  width: 78%;
  padding-bottom: 20px;
}

.text-block-6 {
  margin-top: 15px;
  font-family: Josefin Sans, sans-serif;
  font-size: 18px;
  font-weight: 600;
}

.text-span-5 {
  font-size: 15px;
  font-weight: 300;
}

.div-block-5, .div-block-6, .div-block-7 {
  width: 95%;
}

.image-33 {
  width: auto;
}

.image-34 {
  width: 10%;
}

.h2-2 {
  color: #000;
  text-align: center;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Josefin Sans, sans-serif;
  font-size: 3vw;
  font-weight: 200;
  line-height: 4vw;
}

.h2-2.white {
  color: #fff;
  text-align: left;
  text-transform: none;
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 3vw;
  line-height: 3vw;
}

.div-block-8 {
  flex-flow: column;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  padding-right: 0;
  display: block;
}

.text-block-7 {
  width: 65%;
  font-family: Josefin Sans, sans-serif;
  font-size: 24px;
  font-weight: 200;
  line-height: 24px;
}

.slider-localizacao-wrapper-2 {
  background-color: #fff0;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.slider-localizacao-conteudo-2 {
  grid-row-gap: 1rem;
  border-bottom: 1px #000;
  border-right: 1px #000;
  flex-flow: column;
  padding-top: 0;
  padding-bottom: 3vw;
  padding-right: 3vw;
  display: flex;
}

.slider-localizacao-conteudo-wrapper-2 {
  background-color: #fff0;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 50%;
  height: auto;
  padding-left: 0;
  display: flex;
}

.sliders-legenda-invertida-2 {
  z-index: 2;
  -webkit-backdrop-filter: blur(15px);
  backdrop-filter: blur(15px);
  color: #fff;
  background-color: #fff0;
  margin-bottom: 0;
  padding: 6px 8px;
  font-size: .7rem;
  line-height: 1.2rem;
  position: absolute;
  inset: auto auto -40px 16px;
}

.image-35 {
  width: 100%;
}

.localizacao-p-info {
  text-align: right;
  width: 22ch;
  margin-bottom: 0;
  padding-top: 0;
  font-size: 24px;
  line-height: .8rem;
  position: relative;
  inset: auto 0% 0 auto;
}

.div-block-63, .div-block-64 {
  z-index: 1;
  position: relative;
}

.mapa {
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  display: block;
}

.mapa.container-hero {
  z-index: 1;
  background-image: linear-gradient(#0000, #000);
  justify-content: space-between;
  align-items: center;
  height: auto;
  padding: 2vw 3vw;
  position: static;
  inset: auto 0% 0%;
}

.container-padrao-copy {
  width: 100%;
  padding-left: 2vw;
  padding-right: 2vw;
  display: flex;
}

.container-padrao-copy.container-hero {
  z-index: 1;
  background-image: linear-gradient(#0000, #000);
  justify-content: space-between;
  align-items: center;
  height: auto;
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 2vw 0;
  position: static;
  inset: auto 0% 0%;
}

.hero-heading-copy {
  grid-row-gap: 0rem;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 419px;
  display: flex;
}

.loc-logo {
  grid-row-gap: 0rem;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 270px;
  display: flex;
}

.div-block-65 {
  grid-column-gap: 74px;
  grid-row-gap: 74px;
  color: var(--black);
  background-color: #fff;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 10vh;
  padding-left: 3vw;
  padding-right: 3vw;
  display: flex;
}

.text-block-6-copy {
  margin-top: 15px;
  font-family: Josefin Sans, sans-serif;
  font-size: 10px;
  font-weight: 300;
  line-height: 10px;
}

.cta-padrao-6 {
  color: #fff;
  text-transform: uppercase;
  background-color: #000;
  justify-content: center;
  align-items: center;
  min-width: 270px;
  padding: 15px 16px;
  font-size: 1rem;
  font-weight: 400;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

.cta-padrao-6:hover {
  background-color: #e7ded0;
}

.areas-comuns {
  background-color: var(--black);
  padding-top: 1rem;
  padding-bottom: 3rem;
  overflow: hidden;
}

.global-p-areas {
  border-left: 1px solid #000;
  width: 100%;
  font-family: Josefin Sans, sans-serif;
  font-size: 17px;
  font-weight: 200;
  line-height: 24px;
}

.intro-areas-1 {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  margin-top: 0;
  margin-bottom: 20px;
  padding-right: 0;
  display: block;
}

.imagems-areas-acesso {
  grid-column-gap: 22px;
  grid-row-gap: 22px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-top: 10px;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.image-36 {
  width: 380px;
  max-width: none;
}

.image-37, .image-38 {
  width: 380px;
  max-width: none;
  margin-top: 0;
}

.intro-areas-2 {
  flex-flow: column;
  width: 100%;
  margin-top: 40px;
  margin-bottom: 20px;
  padding-right: 0;
  display: block;
}

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

.itens-diferenciais {
  grid-column-gap: 184px;
  grid-row-gap: 184px;
  border-bottom: 1px solid var(--white);
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-top: 20px;
  padding-bottom: 40px;
  display: flex;
}

.div-block-67 {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  border-left: 1px solid #fff;
  border-radius: 0;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.image-39 {
  padding-left: 15px;
}

.maleiro, .lavanderia, .lounge {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  border-left: 1px solid #fff;
  border-radius: 0;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.section {
  padding-bottom: 3vw;
  padding-left: 3vw;
  padding-right: 3vw;
}

.intro-areas-acesso {
  flex-flow: column;
  width: 100%;
  margin-top: 0;
  margin-bottom: 20px;
  padding-right: 0;
  display: block;
}

.intro-areas-acesso-copy {
  flex-flow: column;
  width: 100%;
  margin-top: 0;
  margin-bottom: 40px;
  padding-right: 0;
  display: block;
}

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

.global-p-areas-2 {
  border-left: 1px solid #ffffff80;
  width: 65%;
  padding-left: 30px;
  font-family: Josefin Sans, sans-serif;
  font-size: 17px;
  font-weight: 200;
  line-height: 24px;
}

.tabs-plantas-duplex {
  z-index: 1;
  grid-row-gap: 16px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: none;
  display: flex;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 32px;
}

.h4--plantas {
  color: #3f4a39;
  letter-spacing: 0;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 500;
  line-height: 2rem;
}

.slider-v1-combo-tabs-bt-1 {
  color: #65513e;
  background-color: #dfd7cd;
  border-top-left-radius: 16px;
  border-bottom-right-radius: 16px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 44px;
  display: flex;
}

.slider-v1-combo-tabs-bt-1.w--current {
  color: #fff;
  background-color: #65513e;
  border-top-left-radius: 16px;
  border-bottom-right-radius: 16px;
  width: 100%;
}

.slider-v1-combo-tabs-bt-2 {
  color: #65513e;
  text-align: center;
  background-color: #dfd7cd;
  border-radius: 16px 0;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 44px;
  display: flex;
}

.slider-v1-combo-tabs-bt-2.w--current {
  color: #fff;
  background-color: #65513e;
  justify-content: center;
  align-items: center;
  height: 44px;
  display: flex;
}

.mask-3 {
  width: 100%;
  height: auto;
}

.slider-v1-combo-tabs-seta-dir {
  background-color: #282828;
  width: 60px;
  height: 60px;
  display: none;
  right: 16px;
}

.slider-v1-combo-tabs-tab-2 {
  background-color: #fff;
  width: 97%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  padding-left: 32px;
  padding-right: 32px;
  position: relative;
}

.text-span-6 {
  font-size: 1.2rem;
}

.slider-plantas-combo {
  background-color: #fff0;
}

.slider-v1-combo-tabs-bullets {
  display: none;
}

.image-21 {
  mix-blend-mode: normal;
}

.slider-v1-combo-tabs-seta-esq {
  background-color: #282828;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  display: none;
  left: 16px;
}

.slider-planta-1 {
  background-color: #fff0;
  justify-content: flex-end;
  align-items: center;
  width: 77vw;
  height: auto;
  margin-left: auto;
  padding-top: 48px;
  padding-bottom: 48px;
  display: flex;
  position: relative;
}

.slider--planta--wrapper {
  mix-blend-mode: multiply;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 80%;
  display: flex;
  position: relative;
}

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

.slider-v1-combo-tabs-seta-esq-2 {
  background-color: #282828;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  display: block;
  left: 16px;
}

.tabs-slide-insider-v1 {
  grid-column-gap: 16px;
  width: 1200px;
  margin-bottom: 16px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.slider-v1-bullets {
  display: none;
}

.slider-tour-virtual {
  background-image: url('../images/tour-virtual.jpg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  height: 90vh;
  position: relative;
}

.slider-planta-1-2 {
  width: 100%;
  height: auto;
}

.tab-link-v1-1 {
  justify-content: center;
  align-items: center;
  height: 44px;
  display: flex;
}

.tab-link-v1-1.w--current {
  color: #fff;
  background-color: #282828;
  justify-content: center;
  align-items: center;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.tab-link-v1-3 {
  justify-content: center;
  align-items: center;
  height: 44px;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.tab-link-v1-3.w--current {
  color: #fff;
  background-color: #282828;
}

.slider-tour-virtual-gradient {
  color: #282828;
  background-image: linear-gradient(#0000, #282828);
  width: 100%;
  height: 90vh;
  position: relative;
}

.slider-v1-imagens {
  width: 100%;
  height: auto;
  position: relative;
}

.bt-tour-v1 {
  grid-column-gap: 8px;
  color: #282828;
  background-color: #fff;
  justify-content: center;
  align-items: center;
  width: 200px;
  height: 50px;
  margin: auto;
  text-decoration: none;
  display: flex;
  position: absolute;
  inset: 0;
}

.tabs-plantas-duplex-2 {
  z-index: 1;
  grid-row-gap: 16px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: 300px;
  display: flex;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 108px;
}

.legenda-imgs {
  color: #fff;
  background-color: #000;
  padding: 4px 10px;
  position: absolute;
  bottom: 16px;
  right: 16px;
}

.slider-v1-combo-tabs-seta-dir-2 {
  background-color: #282828;
  width: 60px;
  height: 60px;
  display: block;
  right: 16px;
}

.slider-v1-combo-tabs-tab-2-2 {
  width: 100%;
  height: auto;
  position: relative;
}

.tabs-slider-v1 {
  width: 100%;
}

.slider-v1-combo-tabs-bt-2-2 {
  color: #282828;
  background-color: #c8c8c8;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 44px;
  display: flex;
}

.slider-v1-combo-tabs-bt-2-2.w--current {
  color: #fff;
  background-color: #282828;
  justify-content: center;
  align-items: center;
  height: 44px;
  display: flex;
}

.slider-planta-2 {
  width: 100%;
  height: auto;
}

.slider-v1-seta-esq-2 {
  background-color: #282828;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  display: block;
  left: 16px;
}

.tab-link-v1-2 {
  justify-content: center;
  align-items: center;
  height: 44px;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.tab-link-v1-2.w--current {
  color: #fff;
  background-color: #282828;
}

.slider-img-1 {
  width: 100%;
  max-width: 100%;
  height: auto;
}

.slider-v1-combo-tabs-bt-1-2 {
  color: #282828;
  justify-content: center;
  align-items: center;
  height: 44px;
  display: flex;
}

.slider-v1-combo-tabs-bt-1-2.w--current {
  color: #fff;
  background-color: #282828;
  width: 100%;
}

.slider-v1-seta-dir-2 {
  background-color: #282828;
  width: 60px;
  height: 60px;
  display: block;
  right: 16px;
}

.slider-planta-regular-1 {
  width: 100%;
  max-width: 100%;
  height: auto;
}

.slider-v2-imagens {
  width: 100%;
  max-width: none;
  height: auto;
  margin-left: 0;
  margin-right: 0;
}

.slide-3 {
  height: 100%;
}

.slider-simples-img-1 {
  background-color: #fff;
  width: 100%;
  max-width: 100%;
  height: 100%;
}

.slider-v2-seta-esq {
  background-color: #282828;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  display: block;
  inset: 3% 6% auto auto;
}

.slider-v2-seta-dir {
  background-color: #282828;
  width: 50px;
  height: 50px;
  display: block;
  inset: 3% 1.5% auto auto;
}

.slider-v2-bullets {
  display: none;
}

.text-span-7 {
  font-size: 1.2rem;
}

.slider-plantas-combo-3 {
  background-color: #fff0;
}

.image-40 {
  mix-blend-mode: normal;
}

.slider-v1-combo-tabs-seta-esq-3 {
  background-color: #282828;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  display: none;
  left: 16px;
}

.legenda-imgs-3-perspectiva, .legenda-imgs-8-perspectiva {
  color: #282828;
  background-color: #f5f5f5;
  margin-bottom: 0;
  padding: 4px 10px;
  position: absolute;
  bottom: 16px;
  right: 16px;
}

.tabs-slider-1 {
  width: 100%;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.slider-img-7 {
  background-image: url('../images/FyrStudio-MaxRealiza-Aria-19-TerracoPiscinaApCobertura2-Final2.jpg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  max-width: 100%;
  height: 73vh;
}

.plants-container {
  grid-column-gap: 100px;
  grid-row-gap: 100px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.tab-link-tab-1-3 {
  color: #282828;
  justify-content: center;
  align-items: center;
  height: 44px;
  display: flex;
}

.tab-link-tab-1-3.w--current {
  color: #fff;
  background-color: #282828;
  border-radius: 10px;
  width: 100%;
}

.legenda-imgs-6-perspectiva {
  color: #282828;
  background-color: #f5f5f5;
  margin-bottom: 0;
  padding: 4px 10px;
  position: absolute;
  bottom: 16px;
  right: 16px;
}

.slider-1-images {
  width: 100%;
  height: 73vh;
  position: relative;
}

.tab-link-tab-1 {
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  height: 44px;
  display: flex;
}

.tab-link-tab-1.w--current {
  color: #fff;
  background-color: #282828;
  justify-content: center;
  align-items: center;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.legenda-imgs-5-perspectiva {
  color: #282828;
  background-color: #f5f5f5;
  margin-bottom: 0;
  padding: 4px 10px;
  position: absolute;
  bottom: 16px;
  right: 16px;
}

.slider-img-4 {
  background-image: url('../images/FyrStudio-MaxRealiza-Aria-16-SuiteMasterApTipo1-Final.jpg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  max-width: 100%;
  height: 73vh;
}

.tab-link-tab-2-3 {
  color: #282828;
  background-color: #c8c8c8;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 44px;
  display: flex;
}

.tab-link-tab-2-3.w--current {
  color: #fff;
  background-color: #282828;
  justify-content: center;
  align-items: center;
  height: 44px;
  display: flex;
}

.slider-img-3 {
  background-image: url('../images/FyrStudio-MaxRealiza-Aria-15-SacadaApTipo1VooPassaro-Final2.jpg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  max-width: 100%;
  height: 73vh;
}

.slider-left-arrow {
  background-color: #000;
  border-radius: 0;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  margin-right: 10px;
  display: block;
  inset: 5% 6% auto auto;
}

.slide-nav {
  display: none;
}

.slider-img-6 {
  background-image: url('../images/FyrStudio-MaxRealiza-Aria-18-GourmetEstarJantarApCobertura2-Final2.jpg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  max-width: 100%;
  height: 73vh;
}

.paragrafo---plantas-1 {
  color: #fff;
  text-transform: none;
  background-color: #000;
  width: auto;
  margin-top: 30px;
  margin-bottom: 0;
  margin-left: 0;
  padding: 5px 15px;
  font-size: 30px;
  font-weight: 500;
  position: relative;
  left: 45px;
}

.heading-7 {
  text-transform: uppercase;
  width: auto;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  padding-top: 0;
  padding-left: 0;
  font-size: 30px;
  font-weight: 300;
  position: relative;
  left: 45px;
}

.slider-right-arrow {
  background-color: var(--black);
  border-radius: 0;
  width: 50px;
  height: 50px;
  display: block;
  inset: 5% 2% auto auto;
}

.tab-link-tab-2-4 {
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  height: 44px;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.tab-link-tab-2-4.w--current {
  color: #fff;
  background-color: #282828;
  border-radius: 10px;
}

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

.slider-planta-1-3 {
  background-color: #fff;
  justify-content: flex-start;
  align-items: center;
  width: auto;
  height: auto;
  max-height: 100%;
  margin-top: 0;
  padding-top: 0;
  padding-left: 0;
  display: block;
}

.image-27 {
  width: 95%;
  height: 100%;
  max-height: 500px;
  margin-top: 45px;
  margin-bottom: 20px;
  margin-left: 0;
  display: block;
  overflow: hidden;
}

.legenda-imgs-7-perspectiva {
  color: #282828;
  background-color: #f5f5f5;
  margin-bottom: 0;
  padding: 4px 10px;
  position: absolute;
  bottom: 16px;
  right: 16px;
}

.mask-6 {
  background-color: #fff;
  width: 100%;
  height: auto;
  margin-top: 0;
  padding-bottom: 0;
  position: static;
}

.tabs-nav {
  grid-column-gap: 16px;
  width: 1200px;
  margin: 42px auto 16px;
  padding-left: 0;
  display: flex;
}

.slider-img-8 {
  background-image: url('../images/FyrStudio-MaxRealiza-Aria-20-SuiteMasterApCobertura2-Final2.jpg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  max-width: 100%;
  height: 73vh;
}

.tabs {
  display: none;
}

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

.tabs-plantas-duplex-3 {
  z-index: 1;
  grid-row-gap: 16px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: 300px;
  display: none;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 108px;
}

.legenda-imgs-4-perspectiva-copy {
  color: #282828;
  background-color: #f5f5f5;
  margin-bottom: 0;
  padding: 4px 10px;
  position: absolute;
  bottom: 16px;
  right: 16px;
}

.slider-2-combo-tabs {
  background-color: #fff;
  width: 100%;
  height: auto;
  padding-bottom: 30px;
  position: relative;
}

.slider-planta-2-2 {
  background-image: url('../images/slider-planta-2.jpg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  height: 90vh;
}

.slider-img-1-2 {
  background-image: url('../images/FyrStudio-MaxRealiza-Aria-13-SalaApTipo1-Final2.jpg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  max-width: 100%;
  height: 73vh;
  position: relative;
}

.slider-img-2 {
  background-image: url('../images/FyrStudio-MaxRealiza-Aria-14-SacadaApTipo1Vista-Final.jpg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  max-width: 100%;
  height: 73vh;
}

.slider-img-5 {
  background-image: url('../images/FyrStudio-MaxRealiza-Aria-17-SacadaApTipo2-Final2.jpg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  max-width: 100%;
  height: 73vh;
}

.section-copy {
  padding-bottom: 3vw;
  padding-left: 3vw;
  padding-right: 3vw;
  overflow: hidden;
}

.div-block-69 {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  margin-left: 30px;
  display: flex;
}

.div-block-44 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  margin-bottom: 0;
  padding-left: 0;
  display: flex;
}

.image-41 {
  width: 47px;
  height: 47px;
  margin-right: 18px;
}

.paragraph-109 {
  color: var(--dark-blue);
  align-self: center;
  width: 180px;
  font-family: Josefin Sans, sans-serif;
  font-size: 20px;
  font-weight: 300;
  line-height: 100%;
}

.paragraph-109-copy {
  color: var(--white);
  background-color: #000;
  align-self: center;
  padding: 10px 15px;
  font-family: Josefin Sans, sans-serif;
  font-size: 20px;
  font-weight: 300;
  line-height: 100%;
}

.icon-8 {
  margin-left: 5px;
}

.text-block-8 {
  color: var(--black);
  margin-top: 30px;
  margin-left: 30px;
  font-family: Josefin Sans, sans-serif;
  font-size: 24px;
  font-weight: 300;
}

.plants-container-2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-span-8 {
  font-size: 12px;
}

.paragraph-109-copy-copy {
  color: var(--white);
  background-color: #000;
  align-self: center;
  padding: 10px 15px 10px 19px;
  font-family: Josefin Sans, sans-serif;
  font-size: 20px;
  font-weight: 300;
  line-height: 100%;
}

.paragraph-109-2 {
  color: var(--white);
  background-color: #000;
  align-self: center;
  padding: 10px 18px 10px 17px;
  font-family: Josefin Sans, sans-serif;
  font-size: 20px;
  font-weight: 300;
  line-height: 100%;
}

.mosaic-wrapper {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.responsive__grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 2fr 1fr 1fr;
  justify-content: stretch;
}

.responsive__grid.reverse {
  grid-template-columns: 3fr 3.75fr;
  grid-auto-flow: row;
  place-items: stretch start;
  margin-top: 0;
}

.mosaico-v1-img-wrapper {
  width: auto;
  position: relative;
}

.grid__image, .grid__image-copy {
  object-fit: cover;
  background-image: url('../images/image_1.jpeg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 460px;
  max-height: 460px;
  display: flex;
}

.mosaico-v2-img-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 0;
}

.gallery5_lightbox-link {
  width: 100%;
  height: 100%;
}

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

.gallery5_image {
  aspect-ratio: 1;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.cta-areas-comuns-diferenciais-2 {
  color: #000;
  text-transform: uppercase;
  background-color: #fff;
  justify-content: center;
  align-items: center;
  width: 270px;
  min-width: 270px;
  margin-top: 16px;
  margin-left: auto;
  margin-right: auto;
  padding: 15px 16px;
  font-size: 1rem;
  font-weight: 400;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

.cta-areas-comuns-diferenciais-2:hover {
  background-color: #e7ded0;
}

.div-block-70 {
  border: 1px solid #fff;
  justify-content: flex-end;
  align-items: center;
  width: 97%;
  display: block;
  overflow: hidden;
}

.guest-suites {
  padding-top: 1rem;
  display: block;
}

.div-block-71 {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.image-42 {
  width: 89px;
}

.global-p-areas-copy {
  border-left: 1px solid #000;
  width: 100%;
  font-family: Josefin Sans, sans-serif;
  font-size: 17px;
  font-weight: 200;
  line-height: 24px;
  display: none;
}

.responsive__grid-2 {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  grid-template-rows: auto;
  grid-template-columns: 2fr;
  grid-auto-flow: row;
}

.responsive__grid-2.reverse {
  grid-template-columns: 3fr 3.75fr;
  grid-auto-flow: row;
  place-items: stretch start;
  width: 100%;
  margin-top: 16px;
  margin-bottom: 16px;
}

.legenda-imgs-2 {
  color: #282828;
  background-color: #f5f5f5;
  padding: 4px 10px;
  position: absolute;
  bottom: 16px;
  right: 16px;
}

.mosaic-wrapper-2 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.legenda-imgs-2-copy {
  color: #282828;
  background-color: #f5f5f5;
  padding: 4px 10px;
  position: relative;
  inset: 0% 0% auto auto;
}

.responsive__grid-2-copy {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  grid-template-rows: auto;
  grid-template-columns: 2fr;
  grid-auto-flow: row;
}

.responsive__grid-2-copy.reverse {
  grid-template-columns: 3fr 1fr;
  grid-auto-flow: row;
  place-items: stretch start;
  margin-top: 16px;
}

.div-block-72 {
  margin-top: 16px;
  margin-bottom: 16px;
}

.ficha-tecnica {
  border: 1px #000;
  padding-top: 2rem;
  padding-bottom: 4rem;
  overflow: hidden;
}

.h2-ficha-tecnica-intro-2 {
  color: #fff;
  text-align: left;
  text-transform: none;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Josefin Sans, sans-serif;
  font-size: 3vw;
  font-weight: 200;
  line-height: 4vw;
}

.text-span-9 {
  font-weight: 300;
}

.text-span-10, .text-span-11, .text-span-12, .text-span-13, .text-span-14, .text-span-15, .text-span-16 {
  font-weight: 600;
}

.divisor-2 {
  border: 1px solid #fff;
  justify-content: flex-end;
  align-items: center;
  width: 97%;
  display: block;
  position: relative;
}

.div-block-73 {
  text-align: right;
  border: 1px solid #fff;
  justify-content: flex-end;
  align-items: flex-start;
  width: 50%;
  margin-top: 10px;
  margin-left: 640px;
  display: block;
  overflow: hidden;
}

.divisor-3 {
  text-align: right;
  border: 1px solid #fff;
  justify-content: flex-end;
  align-items: flex-start;
  width: 51%;
  margin-top: 0;
  margin-left: 0;
  display: block;
  overflow: hidden;
}

.intro-plantas {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  margin-top: 0;
  margin-bottom: 20px;
  padding-right: 0;
  display: block;
}

.div-block-74 {
  border: 1px solid #fff;
  width: 100%;
  margin-top: 20px;
  padding: 16px;
}

.plantas-img-desktop-2 {
  width: 100%;
  display: inline-block;
}

.sliders-legenda-invertida-mobile-2 {
  z-index: 2;
  -webkit-backdrop-filter: blur(15px);
  backdrop-filter: blur(15px);
  color: #fff;
  background-color: #fff0;
  margin-bottom: 0;
  padding: 6px 8px;
  font-size: .7rem;
  line-height: 1.2rem;
  position: absolute;
  inset: auto auto -40px 16px;
}

.p-planta-1-6-2 {
  z-index: 1;
  color: #000;
  text-align: right;
  margin-bottom: 0;
  font-size: .8vw;
  font-weight: 500;
  line-height: 1vw;
  position: absolute;
  top: auto;
  bottom: 8.2vw;
  left: 22.7vw;
}

.p-planta-1-1-2 {
  z-index: 1;
  color: #000;
  margin-bottom: 0;
  font-size: .8vw;
  font-weight: 500;
  line-height: 1vw;
  position: absolute;
  top: 1.6vw;
  left: 41vw;
}

.p-planta-1-4-2 {
  z-index: 1;
  color: #000;
  text-align: right;
  margin-bottom: 0;
  font-size: .8vw;
  font-weight: 500;
  line-height: 1vw;
  position: absolute;
  top: 22.9vw;
  left: 22.4vw;
}

.lightbox-plantas-2 {
  width: 100%;
  display: block;
  position: relative;
}

.p-planta-1-8-2 {
  z-index: 1;
  color: #000;
  text-align: left;
  margin-bottom: 0;
  font-size: .8vw;
  font-weight: 500;
  line-height: 1vw;
  position: absolute;
  top: 24.3vw;
  left: auto;
  right: 21.7vw;
}

.plantas-img-2 {
  width: 100%;
  display: none;
}

.p-planta-1-3-2 {
  z-index: 1;
  color: #000;
  text-align: right;
  margin-bottom: 0;
  font-size: .8vw;
  font-weight: 500;
  line-height: 1vw;
  position: absolute;
  top: 16.4vw;
  left: 22.2vw;
}

.p-planta-1-7-2 {
  z-index: 1;
  color: #000;
  text-align: left;
  margin-bottom: 0;
  font-size: .8vw;
  font-weight: 500;
  line-height: 1vw;
  position: absolute;
  top: 15.8vw;
  left: auto;
  right: 26vw;
}

.p-planta-1-5-2 {
  z-index: 1;
  color: #000;
  text-align: right;
  margin-bottom: 0;
  font-size: .8vw;
  font-weight: 500;
  line-height: 1vw;
  position: absolute;
  top: 28.2vw;
  left: 21.7vw;
}

.p-planta-1-2-2 {
  z-index: 1;
  color: #000;
  text-align: right;
  margin-bottom: 0;
  font-size: .8vw;
  font-weight: 500;
  line-height: 1vw;
  position: absolute;
  top: 12.9vw;
  left: 23.2vw;
}

.legenda-imgs-plantas-2 {
  z-index: 1;
  color: #fff;
  background-color: #fff0;
  padding: 4px 10px;
  font-size: 11px;
  position: absolute;
  bottom: -40px;
  left: 16px;
  right: auto;
}

.div-block-75 {
  background-color: #fff;
}

.div-block-76 {
  width: 100%;
  height: auto;
}

.text-block-9 {
  font-family: Josefin Sans, sans-serif;
  font-size: 40px;
  font-weight: 300;
  line-height: 40px;
}

.text-block-10 {
  font-family: Josefin Sans, sans-serif;
  font-size: 30px;
  font-weight: 300;
  line-height: 30px;
}

.plantas-img-desktop-3 {
  width: 100%;
  display: inline-block;
}

.p-planta-2-3-2 {
  z-index: 1;
  color: #000;
  text-align: right;
  margin-bottom: 0;
  font-size: .8vw;
  font-weight: 500;
  line-height: 1vw;
  position: absolute;
  top: 20.4vw;
  left: 17vw;
}

.sliders-legenda-invertida-mobile-3 {
  z-index: 2;
  -webkit-backdrop-filter: blur(15px);
  backdrop-filter: blur(15px);
  color: #fff;
  background-color: #fff0;
  margin-bottom: 0;
  padding: 6px 8px;
  font-size: .7rem;
  line-height: 1.2rem;
  position: absolute;
  inset: auto auto -40px 16px;
}

.p-planta-2-5-2 {
  z-index: 1;
  color: #000;
  text-align: right;
  margin-bottom: 0;
  font-size: .8vw;
  font-weight: 500;
  line-height: 1vw;
  position: absolute;
  top: 27.3vw;
  left: 19.1vw;
}

.p-planta-2-1-2 {
  z-index: 1;
  color: #000;
  text-align: center;
  margin-bottom: 0;
  font-size: .8vw;
  font-weight: 500;
  line-height: 1vw;
  position: absolute;
  top: 9.9vw;
  left: 33.2vw;
}

.p-planta-2-7-2 {
  z-index: 1;
  color: #000;
  text-align: right;
  margin-bottom: 0;
  font-size: .8vw;
  font-weight: 500;
  line-height: 1vw;
  position: absolute;
  top: auto;
  bottom: 8.7vw;
  left: 19.7vw;
}

.p-planta-2-10-2 {
  z-index: 1;
  color: #000;
  text-align: left;
  margin-bottom: 0;
  font-size: .8vw;
  font-weight: 500;
  line-height: 1vw;
  position: absolute;
  inset: auto 27.5vw 15.1vw auto;
}

.p-planta-2-6-2 {
  z-index: 1;
  color: #000;
  text-align: right;
  margin-bottom: 0;
  font-size: .8vw;
  font-weight: 500;
  line-height: 1vw;
  position: absolute;
  top: 30.3vw;
  left: 19.1vw;
}

.p-planta-2-2-2 {
  z-index: 1;
  color: #000;
  text-align: right;
  margin-bottom: 0;
  font-size: .8vw;
  font-weight: 500;
  line-height: 1vw;
  position: absolute;
  top: 15.7vw;
  left: 19.5vw;
}

.p-planta-2-8-2 {
  z-index: 1;
  color: #000;
  text-align: left;
  margin-bottom: 0;
  margin-left: 10px;
  font-size: .8vw;
  font-weight: 500;
  line-height: 1vw;
  position: absolute;
  top: 17.6vw;
  left: auto;
  right: 26.6vw;
}

.p-planta-2-9-2 {
  z-index: 1;
  color: #000;
  text-align: left;
  margin-bottom: 0;
  font-size: .8vw;
  font-weight: 500;
  line-height: .9vw;
  position: absolute;
  top: 24.5vw;
  left: auto;
  right: 19.6vw;
}

.p-planta-2-4-2 {
  z-index: 1;
  color: #000;
  text-align: right;
  margin-bottom: 0;
  font-size: .8vw;
  font-weight: 500;
  line-height: 1vw;
  position: absolute;
  top: 23.7vw;
  left: 20vw;
}

.image-43 {
  width: 100%;
  height: auto;
  max-height: none;
}

.div-block-77 {
  height: auto;
  max-height: none;
}

.contato-2 {
  z-index: 2;
  grid-column-gap: 60px;
  grid-row-gap: 0rem;
  background-color: #000;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 3rem 3vw;
  display: flex;
  position: relative;
  overflow: hidden;
}

.input-form-footer-email-2, .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: 2px solid #000;
  border-left: 1px #000;
  border-right: 2px #000;
  width: 100%;
  height: 30px;
  margin-bottom: 24px;
  padding-left: 0;
  font-size: 1.1rem;
  line-height: 22px;
}

.p-checkbox-2 {
  color: #000;
  font-size: 12px;
  font-weight: 400;
  line-height: 22px;
}

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

.submit-bt-form-footer-2 {
  background-color: var(--black);
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  height: 54px;
  font-size: 1.2rem;
  line-height: 1.7rem;
  transition: all .2s;
}

.submit-bt-form-footer-2:hover {
  color: #000;
  background-color: #e7ded0;
  border: 1px solid #000;
}

.link-2 {
  color: #000;
}

.p-label-formd-v1-2 {
  color: #000;
  margin-top: 16px;
  font-family: Josefin Sans, sans-serif;
  font-size: 1.1rem;
  font-weight: 400;
  line-height: 1.5rem;
}

.localizacao-heading-wrapper-2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #fff;
  border: 1px #000;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 53%;
  padding: 1.5rem 0;
  display: flex;
  position: static;
}

.h2-3 {
  color: #000;
  text-align: center;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Josefin Sans, sans-serif;
  font-size: 3vw;
  font-weight: 200;
  line-height: 4vw;
}

.h2-3.white {
  color: #000;
  text-align: left;
  text-transform: none;
  font-size: 3vw;
  line-height: 4vw;
}

.image-44 {
  width: 80%;
}

.realizacao-2 {
  z-index: 1;
  background-color: #000;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  width: 100%;
  padding-top: 30px;
  padding-bottom: 30px;
  position: relative;
  overflow: hidden;
}

.text-block-11 {
  text-align: center;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  font-size: 10px;
}

.footer-2 {
  z-index: 1;
  background-color: #fff;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 10px 2%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.image-45 {
  width: 60px;
}

.icon-9 {
  color: #fff;
  background-color: #000;
}

.text-block-12 {
  text-transform: none;
  font-family: Josefin Sans, sans-serif;
}

.conversion-bar-v1-right-item-3-2 {
  cursor: pointer;
  background-color: #636363;
  border: 1px #000;
  border-radius: 0;
  justify-content: center;
  align-items: center;
  width: 46px;
  height: 46px;
  margin-right: 0;
  display: flex;
}

.image-46, .image-47 {
  width: 60%;
}

.div-block-2-copy {
  border: 1px solid #fff;
  width: 460px;
}

.legenda-imgs-copy {
  color: #fff;
  background-color: #000;
  padding: 4px 10px;
  position: absolute;
  bottom: 16px;
  right: 16px;
}

.menu {
  z-index: 999;
  background-color: #fff;
  flex-flow: row-reverse;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  margin-top: 0;
  display: none;
  position: fixed;
  top: 0;
}

.image-48 {
  background-color: #0000;
}

.div-block-78 {
  flex-flow: column;
  justify-content: center;
  align-items: flex-end;
  width: 50%;
  display: none;
}

.text-block-13 {
  color: var(--black);
  text-align: right;
  height: auto;
  margin-bottom: 50px;
  padding-right: 6rem;
  font-family: Josefin Sans, sans-serif;
  font-size: 20px;
  text-decoration: none;
}

.div-block-79 {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.image-49 {
  padding-left: 200px;
}

.div-block-80 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  justify-content: flex-end;
  align-items: center;
  margin-right: 90px;
  display: flex;
}

.link-p-checkbox-modal-2 {
  color: #000;
}

.p-checobox-modal-2 {
  color: #000;
  font-size: 12px;
  font-weight: 400;
  line-height: 22px;
}

.p-regular-4 {
  color: #000;
  margin-bottom: 0;
  margin-left: 0;
  font-size: 1.2rem;
  line-height: 1.6rem;
}

.div-block-81 {
  background-image: url('../images/detalhe-plantas.webp');
  background-position: 50%;
  background-size: cover;
  width: 20%;
  height: 100%;
}

.p-label-form-modal-v1-2 {
  color: #000;
  margin-top: 16px;
  font-size: 1.1rem;
  line-height: 1.5rem;
}

.modal-assinatura-1-2 {
  background-color: #000;
  justify-content: flex-start;
  align-items: center;
  width: 45%;
  height: 100%;
  padding-left: 3vw;
  display: flex;
}

.modal-video {
  z-index: 9999;
  background-color: #000000f2;
  flex-flow: row-reverse;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  margin-top: 0;
  display: none;
  position: fixed;
  top: 0;
}

.localizacao-heading-wrapper-2-copy {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #fff;
  border: 1px #000;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 53%;
  padding: 1.5rem 0;
  display: flex;
  position: static;
}

.div-block-83 {
  display: none;
}

.conversion-bar-v1-right-item-3-3 {
  cursor: pointer;
  background-color: #636363;
  border: 1px #000;
  border-radius: 0;
  justify-content: center;
  align-items: center;
  width: 46px;
  height: 46px;
  margin-right: 0;
  display: flex;
}

.div-block-3-copy {
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  width: 95%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 10px;
  padding-right: 10px;
  display: flex;
}

.div-block-78-copy {
  flex-flow: column;
  justify-content: center;
  align-items: flex-end;
  width: 50%;
  display: none;
}

.menu-1 {
  flex-flow: column;
  justify-content: center;
  align-items: flex-end;
  width: 50%;
  display: flex;
}

.mosaico-v2-img-wrapper-copy {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 16px;
}

.hero-video-mobile {
  width: 100%;
  height: 100vh;
}

.lightbox-link, .lightbox-link-2 {
  width: 100%;
}

.global-p-areas-c2opy {
  border-left: 1px solid #000;
  width: 100%;
  font-family: Josefin Sans, sans-serif;
  font-size: 17px;
  font-weight: 200;
  line-height: 24px;
}

.menu-mobile {
  z-index: 9999;
  background-color: #fff;
  flex-flow: row-reverse;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  margin-top: 0;
  display: none;
  position: fixed;
  top: 0;
}

.image-50, .lightbox-link-3, .lightbox-link-4, .lightbox-link-5, .lightbox-link-6 {
  width: 100%;
}

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

.image-51 {
  width: auto;
  position: absolute;
  inset: 450px 3% 0% auto;
}

.text-block-13-copy {
  color: var(--black);
  text-align: right;
  text-align: right;
  text-align: right;
  text-align: right;
  height: auto;
  margin-bottom: 50px;
  padding-right: 6rem;
  font-family: Josefin Sans, sans-serif;
  font-size: 20px;
  text-decoration: none;
}

.conversion-bar-v1-right-item-3-2-copy {
  cursor: pointer;
  background-color: #636363;
  border: 1px #000;
  border-radius: 0;
  justify-content: center;
  align-items: center;
  width: 46px;
  height: 46px;
  margin-right: 0;
  display: flex;
}

.conversion-bar-v1-right-item-2-copy {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  cursor: pointer;
  background-color: #25d366;
  border: 1px #000;
  border-radius: 0;
  justify-content: center;
  align-items: center;
  width: 46px;
  height: 46px;
  display: flex;
}

@media screen and (min-width: 1920px) {
  .hero {
    z-index: 2;
    height: 100vh;
    padding-top: 2vw;
    padding-bottom: 0;
  }

  .container-padrao.container-hero {
    z-index: 2;
    padding-bottom: 2rem;
  }

  .h1 {
    font-size: 4vw;
    line-height: 5vw;
  }

  .hero-content {
    width: auto;
  }

  .hero-p {
    font-size: 1.5vw;
    line-height: 2.5vw;
  }

  .hero-media-wrapper {
    z-index: 1;
    overflow: visible;
  }

  .nav-logo {
    width: 9vw;
  }

  .ficha-tecnica-intro-conteudo {
    padding-right: 100px;
  }

  .img-hero-wrapper {
    z-index: 1;
    height: auto;
    margin-top: 0;
    overflow: visible;
  }

  .h1-3 {
    font-size: 4vw;
    line-height: 5vw;
  }

  .image-31 {
    width: 100%;
  }

  .div-block-3 {
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    width: 95%;
    padding-top: 30px;
    padding-right: 30px;
  }

  .mapa.container-hero, .container-padrao-copy.container-hero {
    z-index: 2;
    padding-bottom: 2rem;
  }

  .hero-heading-copy {
    width: auto;
  }

  .image-36, .image-37, .image-38 {
    width: 570px;
  }

  .tabs-plantas-duplex {
    z-index: 1;
    grid-row-gap: 16px;
    flex-flow: column;
    justify-content: center;
    align-items: stretch;
    width: auto;
    display: flex;
    position: absolute;
    inset: 0 auto 0 116px;
  }

  .slider-v1-combo-tabs-bt-1 {
    color: #65513e;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .slider-v1-combo-tabs-bt-1.w--current {
    color: #fff;
    background-color: #65513e;
    justify-content: center;
    align-items: center;
    height: 44px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .tabs-content {
    width: 100%;
    height: auto;
  }

  .slider-v1-combo-tabs-bt-2 {
    justify-content: center;
    align-items: center;
    height: 44px;
    display: flex;
  }

  .slider-v1-combo-tabs-bt-2.w--current {
    color: #fff;
    background-color: #65513e;
    flex-flow: row;
    justify-content: center;
    align-items: center;
    height: 44px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .slider-plantas-combo {
    width: 100%;
    height: auto;
  }

  .slider-planta-1 {
    width: 77vw;
    max-width: none;
    height: auto;
  }

  .slider--planta--wrapper {
    justify-content: center;
    align-items: center;
    width: 80%;
  }

  .slider-planta-1-2 {
    background-image: url('../images/slider-planta-1.jpg');
    background-position: 50%;
    background-size: cover;
    width: 100%;
    max-width: 100%;
    height: 90vh;
  }

  .tabs-plantas-duplex-2 {
    z-index: 1;
    grid-row-gap: 16px;
    flex-flow: column;
    justify-content: center;
    align-items: stretch;
    width: 300px;
    display: flex;
    position: absolute;
    inset: 0 auto 0 116px;
  }

  .slider-plantas-combo-2 {
    width: 100%;
    height: 90vh;
  }

  .slider-v1-combo-tabs-bt-2-2 {
    justify-content: center;
    align-items: center;
    height: 44px;
    display: flex;
  }

  .slider-v1-combo-tabs-bt-2-2.w--current {
    color: #fff;
    background-color: #282828;
    flex-flow: row;
    justify-content: center;
    align-items: center;
    height: 44px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .slider-planta-2 {
    background-image: url('../images/slider-planta-2.jpg');
    background-position: 50%;
    background-size: cover;
    width: 100%;
    max-width: 100%;
    height: 90vh;
  }

  .slider-v1-combo-tabs-bt-1-2 {
    color: #282828;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .slider-v1-combo-tabs-bt-1-2.w--current {
    color: #fff;
    background-color: #282828;
    justify-content: center;
    align-items: center;
    height: 44px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .tabs-content-2 {
    width: 100%;
    height: 90vh;
  }

  .slider-planta-regular-1 {
    background-image: url('../images/slider-planta-3.jpg');
    background-position: 50%;
  }

  .tabs-content-3, .slider-plantas-combo-3 {
    width: 100%;
    height: auto;
  }

  .plants-container {
    flex-flow: row;
    justify-content: center;
    align-items: center;
    width: 100%;
  }

  .tab-link-tab-1-3 {
    color: #282828;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .tab-link-tab-1-3.w--current {
    color: #fff;
    background-color: #282828;
    justify-content: center;
    align-items: center;
    height: 44px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .tab-link-tab-2-3 {
    justify-content: center;
    align-items: center;
    height: 44px;
    display: flex;
  }

  .tab-link-tab-2-3.w--current {
    color: #fff;
    background-color: #282828;
    flex-flow: row;
    justify-content: center;
    align-items: center;
    height: 44px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .slider-plantas-combo-4 {
    width: 100%;
    height: auto;
  }

  .slider-planta-1-3 {
    background-image: none;
    width: auto;
    max-width: 100%;
    height: auto;
  }

  .tabs-nav {
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    padding-top: 0;
    padding-left: 0;
    display: flex;
  }

  .tabs-plantas-duplex-3 {
    z-index: 1;
    grid-row-gap: 16px;
    flex-flow: column;
    justify-content: center;
    align-items: stretch;
    width: 300px;
    display: none;
    position: absolute;
    inset: 0 auto 0 116px;
  }

  .slider-2-combo-tabs {
    background-color: #ddd0;
    height: auto;
  }

  .slider-planta-2-2 {
    background-image: url('../images/slider-planta-2.jpg');
    background-position: 50%;
    background-size: cover;
    width: 100%;
    max-width: 100%;
    height: 90vh;
  }

  .plants-container-2 {
    flex-flow: row;
    justify-content: center;
    align-items: center;
    width: 100%;
  }

  .responsive__grid.reverse {
    place-items: stretch stretch;
    width: 100%;
  }

  .responsive__grid-2.reverse {
    width: 100%;
  }

  .div-block-73 {
    width: 47%;
    margin-left: 1010px;
  }

  .div-block-3-copy {
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    width: 95%;
    padding-top: 30px;
    padding-right: 30px;
  }

  .lightbox-link, .lightbox-link-2, .lightbox-link-3, .lightbox-link-4 {
    width: 100%;
  }
}

@media screen and (max-width: 991px) {
  .destaque-unidades-img-wrapper {
    height: auto;
  }

  .icone-diferencia-4, .icone-diferencial {
    width: 2rem;
    min-width: 2rem;
  }

  .navbar-container {
    max-width: 728px;
  }

  .menu-button-2 {
    padding: 12px;
  }

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

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

  .mosaic-wrapper {
    flex-direction: column;
  }

  .responsive__grid {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: column;
  }

  .responsive__grid.reverse {
    grid-template-columns: 1fr 1fr;
  }

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

  .responsive__grid-2.reverse {
    grid-template-columns: 1fr 1fr;
  }

  .mosaic-wrapper-2 {
    flex-direction: column;
  }

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

  .responsive__grid-2-copy.reverse {
    grid-template-columns: 1fr 1fr;
  }
}

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

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

  .mosaico-v2-img-wrapper, .mosaico-v2-img-wrapper-copy, .mosaico-v2-img-wrapper-copy {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 479px) {
  .body {
    display: block;
  }

  .barra-de-conversao-v1 {
    grid-column-gap: 16px;
    grid-row-gap: 0px;
    -webkit-backdrop-filter: blur(12px);
    backdrop-filter: blur(12px);
    background-color: #30303033;
    border-top: 1px solid #fff3;
    border-left: 1px solid #fff3;
    border-top-left-radius: 0;
    flex-flow: row;
    justify-content: flex-end;
    align-items: center;
    width: auto;
    height: 72px;
    padding-left: 16px;
    padding-right: 16px;
    display: flex;
    inset: auto 0% 0% auto;
  }

  .conversion-bar-v1-right-item-2 {
    width: 56px;
    height: 56px;
    display: none;
  }

  .image-22 {
    width: 28px;
  }

  .conversion-bar-v1-right-item-3 {
    width: 56px;
    height: 56px;
  }

  .image-23 {
    width: 28px;
  }

  .modal-conversao {
    justify-content: center;
    align-items: center;
    display: none;
    overflow: auto;
  }

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

  .container-modal-conversao {
    flex-flow: column;
    margin-top: 0;
    padding-left: 3%;
    padding-right: 3%;
  }

  .form-checkbox-modal-email {
    padding-left: 16px;
  }

  .hero {
    z-index: 1;
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    justify-content: space-between;
    align-items: flex-start;
    height: auto;
    padding-top: 5rem;
    padding-bottom: 1rem;
  }

  .container-padrao.container-hero {
    grid-row-gap: 1rem;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
    height: auto;
    padding: 2rem 3vw 0;
    position: static;
    overflow: hidden;
  }

  .h1 {
    font-size: 12vw;
    line-height: 12vw;
  }

  .hero-content {
    width: 100%;
    padding-bottom: 0;
  }

  .hero-p {
    font-size: 4vw;
    line-height: 5vw;
  }

  .cta-padrao {
    width: 100%;
    min-width: 100%;
  }

  .hero-p-info {
    text-align: left;
    width: auto;
    padding-top: 0;
    position: static;
  }

  .hero-media-wrapper {
    flex-flow: column;
    align-items: flex-end;
  }

  .nav {
    z-index: 99;
    background-color: var(--black);
    padding: 1rem 6vw;
    position: fixed;
  }

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

  .nav-logo {
    width: 80%;
  }

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

  .global-p {
    width: 100%;
    font-size: 5vw;
    font-weight: 300;
    line-height: 7vw;
  }

  .global-p.black {
    text-align: left;
    font-size: 4vw;
    line-height: 7vw;
  }

  .global-p.center {
    text-align: left;
  }

  .areas-comuns {
    justify-content: center;
    align-items: flex-start;
    padding: 3rem 3vw;
  }

  .h2 {
    text-align: left;
    font-size: 10vw;
    line-height: 13vw;
  }

  .h2.white {
    font-size: 10vw;
    line-height: 12vw;
  }

  .legenda {
    font-size: .5rem;
    line-height: 1rem;
    bottom: -32px;
    right: auto;
  }

  .slider-v1-seta-esq {
    width: 40px;
    margin-left: 8px;
    display: none;
    left: 0;
  }

  .icon-2 {
    font-size: 24px;
  }

  .imagem-slider-wrapper {
    border-radius: 0;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    height: auto;
    padding-bottom: 0;
    display: flex;
  }

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

  .slider-v1-localizacao {
    margin-top: 16px;
  }

  .slider-v1-localizacao.border-24 {
    margin-top: 0;
    padding-bottom: 48px;
    overflow: hidden;
  }

  .slider-v1-seta-dir {
    width: 40px;
    margin-right: 8px;
    display: none;
    right: 0;
  }

  .slider-mask {
    width: 100%;
    padding-bottom: 0;
  }

  .slider-mask.slider-mask-mobile {
    padding-bottom: 40px;
  }

  .slider-mask.slider-mask-mobile-2 {
    padding-bottom: 56px;
  }

  .slider-mask.slider-mask-implantacao {
    padding-bottom: 40px;
  }

  .slide {
    width: 100%;
  }

  .slider-v1-areas-comuns-img {
    width: 100%;
    max-width: none;
    height: auto;
  }

  .sliders-legenda {
    width: 100%;
    padding-top: 0;
    font-size: .7rem;
    line-height: 1.2rem;
    bottom: -40px;
    left: auto;
  }

  .guest-suites {
    flex-flow: column;
    padding: 3rem 3vw 0;
  }

  .destaque-unidades {
    grid-row-gap: 2rem;
    padding: 3rem 3vw 0;
  }

  .unidades-wrapper {
    grid-row-gap: 1rem;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 1rem 0;
    display: flex;
    overflow: visible;
  }

  .unidades-p {
    box-sizing: border-box;
    clear: none;
    border-bottom: 1px solid var(--white);
    direction: ltr;
    text-align: left;
    letter-spacing: 2px;
    text-transform: none;
    object-fit: fill;
    border-right-style: none;
    width: auto;
    padding-top: 0;
    padding-bottom: 1rem;
    padding-right: 0;
    font-size: 1rem;
    line-height: 1.5rem;
    text-decoration: none;
    display: none;
    position: static;
    overflow: visible;
  }

  .unidades-p-wrapper {
    grid-row-gap: 1rem;
    flex-flow: column;
    width: 100%;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
    display: flex;
  }

  .destaque-unidades-img-wrapper {
    height: auto;
    margin-bottom: 3rem;
    padding-bottom: 3rem;
  }

  .image-25 {
    width: 28vw;
    top: 5%;
    left: 3%;
  }

  .localizacao {
    grid-row-gap: 2rem;
    padding-top: 0;
    padding-bottom: 3rem;
    overflow: hidden;
  }

  .localizacao-heading-wrapper {
    padding: 0 1vw 2rem;
  }

  .tabs-slide-insider-v2 {
    grid-column-gap: 8px;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding-left: 16px;
    padding-right: 16px;
  }

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

  .text-block-4 {
    font-size: 16px;
  }

  .mapa-estatico {
    width: auto;
    max-width: none;
    height: 500px;
  }

  .tab-pane-tab-1 {
    padding-bottom: 0;
  }

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

  .mapa-ilustrado-wrapper {
    height: auto;
    min-height: auto;
  }

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

  .tabs-slider-v2 {
    padding-bottom: 0;
  }

  .lightbox-mapa-ilustrado {
    justify-content: center;
    align-items: center;
    min-height: auto;
  }

  .mapa-endereco {
    grid-column-gap: 0rem;
    grid-row-gap: 1rem;
    flex-flow: column;
  }

  .imagem-slider-localizacao-wrapper {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    height: auto;
    padding-bottom: 0;
    display: flex;
  }

  .slider-localizacao-wrapper {
    grid-row-gap: 2rem;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .slider-localizacao-conteudo-wrapper {
    justify-content: center;
    align-items: center;
    width: 100%;
    padding-top: 2rem;
    padding-bottom: 2rem;
    padding-left: 0;
  }

  .slider-v1-localizacao-img {
    width: 100%;
    max-width: none;
    height: auto;
  }

  .localizacao-imagem-slider-wrapper {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: auto;
    padding-bottom: 0;
    display: flex;
  }

  .slider-localizacao-conteudo {
    padding-right: 4vw;
  }

  .localizacao-p.black {
    font-size: 4vw;
    line-height: 6vw;
  }

  .ficha-tecnica {
    grid-row-gap: 2rem;
    padding: 3rem 3vw 6rem;
  }

  .ficha-tecnica-intro {
    grid-row-gap: 2rem;
    flex-flow: column;
  }

  .ficha-tecnica-intro-conteudo {
    grid-row-gap: 1rem;
    width: 95%;
    margin-left: auto;
    margin-right: auto;
  }

  .h2-ficha-tecnica {
    grid-row-gap: .3rem;
    text-align: left;
    flex-flow: column;
    align-items: flex-start;
    width: 100%;
    font-size: 10vw;
    line-height: 13vw;
    display: flex;
  }

  .ficha-tecnica-fachada-img {
    border-bottom-left-radius: 0;
    width: 100%;
    height: auto;
  }

  .ficha-tecnica-1-dorm-img {
    width: 100%;
    max-width: none;
    position: static;
  }

  .ficha-tecnica-line {
    opacity: .2;
    right: 10%;
  }

  .areas-comuns-diferenciais-wrapper {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    padding-bottom: 3rem;
  }

  .areas-comuns-item {
    justify-content: center;
    width: 100%;
    padding: 3vw;
  }

  .image-26 {
    border-radius: .5rem;
  }

  .h2-card-area-comuns {
    margin-top: 2rem;
    font-size: 6vw;
    line-height: 8vw;
  }

  .legenda-diferenciais {
    inset: auto auto 0% 0%;
  }

  .cta-wrapper {
    padding-left: 0;
    padding-right: 0;
  }

  .cta-areas-comuns-diferenciais {
    width: 100%;
    min-width: auto;
  }

  .lazer {
    grid-row-gap: 2rem;
    padding: 3rem 3vw;
  }

  .slider-v1-lazer {
    margin-top: 16px;
  }

  .slider-v1-lazer.border-24 {
    padding-bottom: 48px;
  }

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

  .tabs-slide-insider-v3 {
    grid-column-gap: 8px;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding-left: 16px;
    padding-right: 16px;
  }

  .areas-comuns-diferenciais {
    grid-row-gap: 2rem;
    justify-content: center;
    align-items: flex-start;
    padding: 3rem 3vw;
  }

  .heading-ficha-tecnica-wrapper {
    justify-content: flex-start;
    align-items: center;
    position: static;
  }

  .text-span-2 {
    font-size: 4vw;
    line-height: 4vw;
  }

  .lazer-conteudo-wrapper {
    flex-flow: column;
    justify-content: space-around;
    align-items: flex-start;
  }

  .cta-padrao-borda {
    width: 100%;
    min-width: auto;
  }

  .implantacao-slider-wrapper {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    height: auto;
    padding-bottom: 40px;
    display: flex;
  }

  .heading-implantacoes-slider {
    z-index: 1;
    grid-column-gap: 2vw;
    justify-content: flex-start;
    padding-top: 1rem;
    padding-left: 1rem;
    padding-right: 0;
    top: 0;
  }

  .h3 {
    font-size: 4vw;
    line-height: 5vw;
  }

  .h3.white.left {
    font-size: 8vw;
    line-height: 9vw;
  }

  .h3.white.left.h3-plantas {
    margin-top: 2rem;
  }

  .implantacao-heading-border {
    width: 20vw;
    display: none;
  }

  .selo-implantacao {
    width: 38vw;
    bottom: 70px;
    right: 8px;
  }

  .plantas {
    grid-row-gap: 3rem;
    padding-top: 2rem;
    padding-bottom: 3rem;
  }

  .plantas-heading-wrapper {
    grid-row-gap: 1rem;
    justify-content: center;
    align-items: flex-start;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .plantas-wrapper {
    grid-row-gap: 1rem;
  }

  .slider-v1-plantas {
    margin-top: 16px;
  }

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

  .apartamentos-planta-wrapper {
    grid-row-gap: 1rem;
    width: 100%;
    margin-top: 0;
  }

  .plantas-img {
    border: 1px solid var(--black);
    display: inline-block;
  }

  .legenda-imgs-plantas {
    font-size: 14px;
    bottom: -32px;
    left: auto;
  }

  .span-small {
    font-size: 8px;
    line-height: 12px;
  }

  .plantas-heading {
    grid-row-gap: 1rem;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

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

  .text-span-3 {
    font-size: 6vw;
    line-height: 6vw;
  }

  .plantas-conteudo-wrapper {
    flex-flow: column;
    justify-content: flex-start;
  }

  .slider-v2-guest-suites {
    margin-top: 16px;
  }

  .slider-v2-guest-suites.border-24 {
    padding-bottom: 48px;
  }

  .contato {
    z-index: 9;
    padding-top: 0;
    padding-bottom: 3rem;
  }

  .form-checkbox-footer {
    padding-left: 16px;
  }

  .form-v1 {
    margin-top: 1rem;
  }

  .realizacao {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .realizacao-e-footer-4 {
    grid-row-gap: 2rem;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .logo-realizacao-v4 {
    width: 160px;
    margin-left: 0%;
  }

  .footer {
    grid-row-gap: 2rem;
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 96px;
    padding-left: 0;
    padding-right: 0;
  }

  .bt-voltar-ao-topo {
    margin-left: 0;
    margin-right: 0;
    position: static;
  }

  .menu-button {
    background-color: var(--black);
    padding: 8px;
    transition: all .3s;
    transform: rotate(0);
  }

  .menu-button.w--open {
    background-color: var(--black);
    transform: rotate(90deg);
  }

  .unidades-p-mobile {
    border-bottom: 1px solid var(--white);
    margin-bottom: 0;
    padding-bottom: 1rem;
    font-size: 6vw;
    line-height: 9vw;
    display: block;
  }

  .localizazao-slider-p {
    font-size: 4vw;
    line-height: 6vw;
  }

  .localizazao-slider-p.black {
    text-align: left;
    text-align: left;
    font-size: 7vw;
    line-height: 9vw;
  }

  .slider-v1-areas-comuns-intro {
    margin-top: 16px;
  }

  .slider-v1-areas-comuns-intro.border-24 {
    margin-top: 1rem;
    padding-bottom: 48px;
  }

  .cta-wrapper-mapa {
    padding-left: 6vw;
    padding-right: 6vw;
  }

  .plantas-conteudo-reversa-wrapper {
    grid-row-gap: 1rem;
    flex-flow: column-reverse;
    justify-content: flex-start;
  }

  .icon-3 {
    color: var(--white);
    font-size: 32px;
  }

  .nav-menu {
    border-bottom: 1px solid var(--white);
    background-color: var(--black);
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .modal-assinatura-1 {
    justify-content: center;
    align-items: center;
    padding-left: 0;
  }

  .modal-logo {
    width: 80%;
  }

  .h2-ficha-tecnica-intro {
    grid-row-gap: .3rem;
    text-align: left;
    flex-flow: column;
    align-items: flex-start;
    width: 100%;
    font-size: 10vw;
    line-height: 13vw;
    display: block;
  }

  .implantacao-img {
    border: 1px solid var(--black);
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .img-hero-wrapper {
    margin-top: 0;
  }

  .localizacao-heading-wrapper-2 {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    padding: 2rem 1vw 0;
  }

  .diferenciais-itens {
    grid-column-gap: 0vh;
    grid-row-gap: 2rem;
    flex-flow: column;
    padding-top: 0;
    padding-bottom: 4rem;
  }

  .diferenciais-hero-1 {
    border-right-style: none;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    padding: 16px 0 32px;
  }

  .p-destaque-diferenciais.p-diferenciais-1 {
    text-align: left;
    font-size: 1.2rem;
    line-height: 1.6rem;
  }

  .diferenciais-heading-1 {
    grid-column-gap: 1rem;
    flex-flow: row;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .h3-destaque-hero {
    font-size: 1.2rem;
    line-height: 2rem;
  }

  .diferenciais-hero {
    grid-row-gap: 0rem;
    flex-flow: column;
    width: auto;
  }

  .diferenciais-hero-p {
    text-align: left;
    width: auto;
    padding-top: 0;
    position: static;
  }

  .diferenciais-hero-line {
    opacity: .2;
    right: 10%;
  }

  .hero-heading {
    grid-row-gap: .5rem;
  }

  .p-contato {
    text-align: center;
    font-size: 4vw;
    line-height: 7vw;
  }

  .sliders-legenda-invertida {
    color: var(--black);
    width: 100%;
    font-size: .7rem;
    line-height: 1.2rem;
    bottom: -40px;
    left: auto;
  }

  .sliders-legenda-invertida-mobile {
    color: var(--white);
    width: 100%;
    font-size: .7rem;
    line-height: 1.2rem;
    bottom: -40px;
    left: auto;
  }

  .slider-v1-implantacoes-mobile {
    margin-top: 16px;
  }

  .slider-v1-implantacoes-mobile.border-24 {
    padding-bottom: 48px;
    display: flex;
  }

  .slider-v1-implantacoes {
    margin-top: 16px;
  }

  .slider-v1-implantacoes.border-24 {
    padding-bottom: 48px;
    display: none;
  }

  .plantas-img-desktop {
    border: 1px solid var(--black);
    display: none;
  }

  .p-planta-1-1, .p-planta-1-2, .p-planta-1-3, .p-planta-1-4, .p-planta-1-5, .p-planta-1-6, .p-planta-1-7, .p-planta-1-8, .p-planta-2-1, .p-planta-2-2, .p-planta-2-3, .p-planta-2-4, .p-planta-2-5, .p-planta-2-6, .p-planta-2-7, .p-planta-2-8, .p-planta-2-9, .p-planta-2-10 {
    display: none;
  }

  .guest-img-destaque {
    width: 28vw;
    top: 5%;
    left: 3%;
  }

  .legenda-destaque {
    color: var(--white);
    width: 100%;
    font-size: .7rem;
    line-height: 1.2rem;
    bottom: 0;
    left: auto;
  }

  .ficha-img-wrapper {
    position: relative;
    bottom: auto;
  }

  .legenda-perspectiva-sobre {
    color: var(--white);
    width: 100%;
    font-size: .7rem;
    line-height: 1.2rem;
    bottom: -64px;
    left: auto;
  }

  .slider-v2-plantas {
    margin-top: 16px;
  }

  .slider-v2-plantas.border-24 {
    padding-bottom: 48px;
  }

  .legenda-img-ficha-tecnica {
    font-size: .5rem;
    line-height: 1rem;
    bottom: -32px;
    right: auto;
  }

  .cta-hero-v1 {
    width: 100%;
  }

  .hero-p-2 {
    width: auto;
    display: none;
  }

  .hero-v1 {
    z-index: 4;
    height: auto;
    overflow: visible;
  }

  .hero-p-endereco {
    width: auto;
    display: block;
  }

  .hero-video {
    height: 45vh;
    display: flex;
  }

  .mascara-video {
    height: 0;
  }

  .hero-span {
    width: auto;
    line-height: 34px;
  }

  .hero-content-border {
    display: none;
  }

  .hero-content-2 {
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
    padding: 16px;
    bottom: -88px;
    left: 16px;
    right: 16px;
  }

  .h1-2 {
    font-size: 34px;
    line-height: 44px;
  }

  .navbar-logo-left-container.shadow-three {
    overflow: hidden;
  }

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

  .nav-item-v1-link-3 {
    color: #323620;
    justify-content: flex-end;
    padding-top: 32px;
    padding-bottom: 32px;
    display: flex;
  }

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

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

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

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

  .nav-item-v1-link-1 {
    color: #323620;
    justify-content: flex-end;
    padding-top: 32px;
    padding-bottom: 32px;
    display: flex;
  }

  .icon-7 {
    color: #000;
    background-color: #fff;
    width: 100%;
  }

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

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

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

  .h1-3 {
    font-size: 12vw;
    line-height: 12vw;
  }

  .cta-padrao-2, .cta-padrao-3, .cta-padrao-4, .cta-padrao-5 {
    width: 100%;
    min-width: 100%;
  }

  .cta {
    width: 100%;
    min-width: 100%;
    margin-top: 0;
  }

  .intro {
    margin-top: 70px;
    overflow: hidden;
  }

  .imagem {
    margin-top: 30px;
  }

  .div-block-4 {
    flex-flow: column;
  }

  .image-32 {
    width: 50%;
    margin-left: auto;
    margin-right: auto;
  }

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

  .h2-2 {
    text-align: left;
    font-size: 10vw;
    line-height: 13vw;
  }

  .h2-2.white {
    text-align: left;
    margin-left: 0;
    margin-right: auto;
    font-size: 10vw;
    line-height: 12vw;
  }

  .div-block-8 {
    margin-left: auto;
    margin-right: auto;
  }

  .slider-localizacao-wrapper-2 {
    grid-row-gap: 2rem;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .slider-localizacao-conteudo-2 {
    padding-right: 4vw;
  }

  .slider-localizacao-conteudo-wrapper-2 {
    justify-content: center;
    align-items: center;
    width: 100%;
    padding-top: 2rem;
    padding-bottom: 2rem;
    padding-left: 0;
  }

  .sliders-legenda-invertida-2 {
    color: #000;
    width: 100%;
    font-size: .7rem;
    line-height: 1.2rem;
    bottom: -40px;
    left: auto;
  }

  .image-35 {
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
  }

  .localizacao-p-info {
    text-align: left;
    width: auto;
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 0;
    font-size: 20px;
    line-height: 1.8rem;
    position: static;
  }

  .mapa.container-hero {
    grid-row-gap: 1rem;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
    height: auto;
    padding: 2rem 3vw 0;
    position: static;
  }

  .container-padrao-copy.container-hero {
    grid-row-gap: 1rem;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
    height: auto;
    margin-top: 0;
    padding: 2rem 3vw 0;
    position: static;
  }

  .hero-heading-copy {
    grid-row-gap: .5rem;
  }

  .loc-logo {
    grid-row-gap: .5rem;
    margin-left: auto;
    margin-right: auto;
  }

  .div-block-65 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
    height: 15vh;
  }

  .cta-padrao-6 {
    width: 100%;
    min-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .areas-comuns {
    padding-top: 0;
    overflow: hidden;
  }

  .global-p-areas {
    margin-bottom: 16px;
    display: none;
  }

  .intro-areas-1 {
    height: 10vh;
    margin-bottom: 0;
  }

  .imagems-areas-acesso {
    flex-flow: column;
    overflow: hidden;
  }

  .image-36 {
    margin-top: 16px;
  }

  .image-37, .image-38 {
    margin-top: 10px;
  }

  .div-block-66 {
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .itens-diferenciais {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .intro-areas-acesso-copy {
    margin-bottom: 20px;
  }

  .div-block-68 {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .global-p-areas-2 {
    display: none;
  }

  .tabs-plantas-duplex {
    width: 100%;
    max-width: 100%;
    height: 100px;
    padding-left: 5%;
    padding-right: 5%;
    inset: auto 0% -108px;
  }

  .h4--plantas {
    text-align: center;
    margin-top: 1rem;
    padding-left: 16px;
    padding-right: 16px;
    font-size: 1.1rem;
    line-height: 1.8rem;
  }

  .slider-v1-combo-tabs-bt-1 {
    width: 100%;
  }

  .mask-3 {
    height: 35vh;
  }

  .slider-v1-combo-tabs-seta-dir {
    display: none;
  }

  .slider-v1-combo-tabs-tab-2 {
    background-color: #ddd0;
    height: 35vh;
    display: none;
  }

  .slider-v1-combo-tabs-bullets {
    inset: auto 0% 0%;
  }

  .slider-v1-combo-tabs-seta-esq {
    display: none;
  }

  .slider-planta-1 {
    background-position: 100%;
    height: 22vh;
  }

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

  .slider-v1-combo-tabs-seta-esq-2 {
    display: none;
  }

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

  .slider-v1-bullets {
    background-color: #0000;
    flex-flow: row;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 30px;
    padding-top: 6px;
    display: flex;
    bottom: 0;
  }

  .slider-tour-virtual {
    height: 22vh;
  }

  .slider-planta-1-2 {
    background-position: 100%;
    height: 22vh;
  }

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

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

  .slider-tour-virtual-gradient, .slider-v1-imagens {
    height: 22vh;
  }

  .tabs-plantas-duplex-2 {
    width: 100%;
    max-width: 100%;
    height: 100px;
    padding-left: 5%;
    padding-right: 5%;
    inset: auto 0% -108px;
  }

  .slider-v1-combo-tabs-seta-dir-2 {
    display: none;
  }

  .slider-v1-combo-tabs-tab-2-2 {
    background-color: #ddd0;
    height: 35vh;
  }

  .slider-v1-combo-tabs-bullets-2 {
    inset: auto 0% 0%;
  }

  .slider-planta-2 {
    background-position: 100%;
    height: 22vh;
  }

  .slider-v1-seta-esq-2 {
    display: none;
  }

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

  .slider-img-1 {
    height: 22vh;
  }

  .slider-v1-combo-tabs-bt-1-2 {
    width: 100%;
  }

  .slider-v1-seta-dir-2 {
    display: none;
  }

  .text-block-2 {
    text-align: center;
  }

  .slider-planta-regular-1 {
    height: 22vh;
  }

  .slider-v2-imagens {
    height: 18vh;
  }

  .slider-v2-seta-esq, .slider-v2-seta-dir {
    display: none;
  }

  .slider-v2-bullets {
    display: block;
    inset: auto 0% -48px;
  }

  .slider-v1-combo-tabs-seta-esq-3 {
    display: none;
  }

  .tabs-slider-1 {
    width: 100%;
  }

  .slider-img-7 {
    height: 26vh;
  }

  .plants-container {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    margin-top: 20px;
  }

  .tab-link-tab-1-3 {
    width: 100%;
  }

  .tab-link-tab-1-3.w--current {
    background-color: #3d3d3d;
  }

  .slider-1-images {
    background-color: #0000;
    height: auto;
    padding-bottom: 40px;
  }

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

  .slider-img-4 {
    height: 26vh;
  }

  .tab-link-tab-2-3 {
    background-color: #fff;
    border: 1px solid #3d3d3d;
  }

  .slider-img-3 {
    height: 26vh;
  }

  .slider-left-arrow {
    display: none;
  }

  .slide-nav {
    background-color: #0000;
    flex-flow: row;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: auto;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
    display: flex;
    bottom: 10px;
  }

  .slider-img-6 {
    height: 26vh;
  }

  .paragrafo---plantas-1 {
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    margin-top: 0;
    margin-left: 0;
    padding-left: 8%;
    display: flex;
    position: relative;
  }

  .heading-7 {
    width: 100%;
    margin-top: 10px;
    margin-left: 0;
    padding-left: 8%;
    position: relative;
  }

  .slider-right-arrow {
    display: none;
  }

  .tab-link-tab-2-4 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .slide-nav-7 {
    margin-top: 0;
    padding-top: 0;
    position: absolute;
    inset: auto 0% 0%;
  }

  .slider-planta-1-3 {
    background-image: none;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    padding-top: 0;
    padding-left: 0;
    display: flex;
  }

  .image-27 {
    max-height: 300px;
    display: block;
    overflow: hidden;
  }

  .mask-6 {
    height: auto;
    margin-top: 0;
  }

  .tabs-nav {
    grid-column-gap: 8px;
    width: 100%;
    margin-bottom: 0;
    padding-left: 6%;
    padding-right: 5%;
  }

  .slider-img-8 {
    height: 26vh;
  }

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

  .tabs-plantas-duplex-3 {
    width: 100%;
    max-width: 100%;
    height: auto;
    padding-left: 5%;
    padding-right: 5%;
    display: none;
    position: relative;
    inset: auto 0% 0;
  }

  .slider-2-combo-tabs {
    background-color: #ddd0;
    height: auto;
    padding-bottom: 60px;
  }

  .slider-planta-2-2 {
    background-position: 50%;
    height: 22vh;
  }

  .slider-img-1-2, .slider-img-2 {
    height: 26vh;
  }

  .div-block-24 {
    width: 100%;
  }

  .slider-img-5 {
    height: 26vh;
  }

  .section-copy {
    overflow: hidden;
  }

  .text-block-8 {
    margin-top: 20px;
  }

  .plants-container-2 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
  }

  .responsive__grid {
    flex-flow: column;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    display: flex;
  }

  .responsive__grid.reverse {
    flex-flow: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    display: flex;
  }

  .mosaico-v2-img-wrapper {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
    display: flex;
  }

  .cta-areas-comuns-diferenciais-2 {
    width: 100%;
    min-width: auto;
  }

  .div-block-70 {
    overflow: hidden;
  }

  .guest-suites {
    padding-top: 1rem;
  }

  .div-block-71 {
    grid-column-gap: 58px;
    grid-row-gap: 58px;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 20px;
  }

  .global-p-areas-copy {
    margin-left: 5px;
    display: block;
  }

  .responsive__grid-2 {
    flex-flow: column;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    display: flex;
  }

  .responsive__grid-2.reverse {
    flex-flow: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    display: flex;
  }

  .responsive__grid-2-copy {
    flex-flow: column;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    display: flex;
  }

  .responsive__grid-2-copy.reverse {
    flex-flow: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    display: flex;
  }

  .ficha-tecnica {
    padding-top: 0;
    padding-bottom: 3rem;
    overflow: hidden;
  }

  .h2-ficha-tecnica-intro-2 {
    grid-row-gap: .3rem;
    text-align: left;
    flex-flow: column;
    align-items: flex-start;
    width: 100%;
    font-size: 10vw;
    line-height: 13vw;
    display: block;
  }

  .div-block-73 {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
  }

  .divisor-3 {
    overflow: hidden;
  }

  .plantas-img-desktop-2 {
    border: 1px solid #000;
    display: none;
  }

  .sliders-legenda-invertida-mobile-2 {
    color: #fff;
    width: 100%;
    font-size: .7rem;
    line-height: 1.2rem;
    bottom: -40px;
    left: auto;
  }

  .p-planta-1-6-2, .p-planta-1-1-2, .p-planta-1-4-2, .p-planta-1-8-2 {
    display: none;
  }

  .plantas-img-2 {
    border: 1px solid #000;
    display: inline-block;
  }

  .p-planta-1-3-2, .p-planta-1-7-2, .p-planta-1-5-2, .p-planta-1-2-2 {
    display: none;
  }

  .legenda-imgs-plantas-2 {
    font-size: 14px;
    bottom: -32px;
    left: auto;
  }

  .plantas-img-desktop-3 {
    border: 1px solid #000;
    display: none;
  }

  .p-planta-2-3-2 {
    display: none;
  }

  .sliders-legenda-invertida-mobile-3 {
    color: #fff;
    width: 100%;
    font-size: .7rem;
    line-height: 1.2rem;
    bottom: -40px;
    left: auto;
  }

  .p-planta-2-5-2, .p-planta-2-1-2, .p-planta-2-7-2, .p-planta-2-10-2, .p-planta-2-6-2, .p-planta-2-2-2, .p-planta-2-8-2, .p-planta-2-9-2, .p-planta-2-4-2 {
    display: none;
  }

  .contato-2 {
    z-index: 9;
    grid-column-gap: 0px;
    flex-flow: column;
    padding-top: 0;
    padding-bottom: 3rem;
    overflow: hidden;
  }

  .localizacao-heading-wrapper-2 {
    padding: 0 1vw 2rem;
  }

  .h2-3 {
    text-align: left;
    font-size: 10vw;
    line-height: 13vw;
  }

  .h2-3.white {
    font-size: 10vw;
    line-height: 12vw;
  }

  .image-44 {
    width: 100%;
    max-width: none;
    margin-left: auto;
    margin-right: auto;
  }

  .realizacao-2 {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .footer-2 {
    grid-row-gap: 2rem;
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 10px;
    padding-left: 0;
    padding-right: 0;
    overflow: hidden;
  }

  .icon-9 {
    color: #fff;
    font-size: 32px;
  }

  .conversion-bar-v1-right-item-3-2 {
    width: 56px;
    height: 56px;
    display: none;
  }

  .image-46, .image-47 {
    width: 28px;
  }

  .div-block-2-copy {
    width: 100%;
    overflow: hidden;
  }

  .menu {
    display: none;
  }

  .div-block-78 {
    width: 100%;
    display: flex;
  }

  .text-block-13 {
    padding-right: 0;
  }

  .div-block-79 {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
    flex-flow: column;
    margin-right: 20px;
  }

  .div-block-80 {
    margin-right: 0;
    position: static;
  }

  .modal-assinatura-1-2 {
    justify-content: center;
    align-items: center;
    padding-left: 0;
  }

  .div-block-82 {
    margin-left: auto;
    margin-right: auto;
  }

  .localizacao-heading-wrapper-2-copy {
    width: 100%;
    margin-top: 20px;
    padding: 1rem 1vw 2rem;
  }

  .div-block-83 {
    display: flex;
  }

  .conversion-bar-v1-right-item-2-copy, .conversion-bar-v1-right-item-3-3 {
    width: 56px;
    height: 56px;
    display: flex;
  }

  .div-block-78-copy, .menu-1 {
    width: 100%;
    display: flex;
  }

  .mosaico-v2-img-wrapper-copy {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
    display: flex;
  }

  .hero-video-mobile {
    height: 60vh;
  }

  .global-p-areas-c2opy {
    margin-bottom: 16px;
    display: flex;
  }

  .menu-mobile {
    display: none;
  }

  .div-block-69-copy {
    margin-top: 40px;
  }

  .image-51 {
    top: 390px;
  }

  .text-block-13-copy {
    padding-right: 0;
  }

  .conversion-bar-v1-right-item-3-2-copy, .conversion-bar-v1-right-item-2-copy {
    width: 56px;
    height: 56px;
    display: flex;
  }

  .div-block-84 {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    justify-content: flex-end;
    align-items: center;
    display: flex;
  }
}

#w-node-_48ed0441-3319-820b-d809-1d0e32810675-774b2af5, #w-node-_48ed0441-3319-820b-d809-1d0e32810671-774b2af5 {
  place-self: stretch stretch;
}

#w-node-e19bdca3-80b6-9087-cb7c-f7c18f325a8b-774b2af5, #w-node-e19bdca3-80b6-9087-cb7c-f7c18f325a90-774b2af5, #w-node-e19bdca3-80b6-9087-cb7c-f7c18f325a95-774b2af5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9443a765-4998-9401-0a94-80d342870eac-774b2af5 {
  place-self: stretch stretch;
}

#w-node-_6895a0ea-17bb-c771-6f96-57b1ddb15480-774b2af5, #w-node-_6895a0ea-17bb-c771-6f96-57b1ddb15485-774b2af5, #w-node-_6895a0ea-17bb-c771-6f96-57b1ddb1548a-774b2af5, #w-node-_31640d0c-3f5c-492e-2dc1-556fc0ab573b-774b2af5, #w-node-_31640d0c-3f5c-492e-2dc1-556fc0ab5740-774b2af5, #w-node-_31640d0c-3f5c-492e-2dc1-556fc0ab5745-774b2af5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-_48ed0441-3319-820b-d809-1d0e32810675-774b2af5, #w-node-_9443a765-4998-9401-0a94-80d342870eac-774b2af5 {
    grid-area: 2 / 1 / 3 / 3;
    place-self: stretch stretch;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_48ed0441-3319-820b-d809-1d0e32810675-774b2af5 {
    grid-area: 3 / 1 / 4 / 4;
    place-self: stretch stretch;
  }

  #w-node-_48ed0441-3319-820b-d809-1d0e32810671-774b2af5 {
    grid-area: span 1 / span 3 / span 1 / span 3;
    place-self: stretch stretch;
  }

  #w-node-_9443a765-4998-9401-0a94-80d342870eac-774b2af5 {
    grid-area: 3 / 1 / 4 / 4;
    place-self: stretch stretch;
  }
}


