:root {
  --off-white: #f5f3ee;
  --grafite: #4a4a4a;
  --laranja-cta: #f7941e;
  --dourado-claro: #e2c97e;
  --petroleo: #1a3a3a;
  --teal-escuro: #2b6b6b;
  --container-xl: 1560px;
  --dourado: #c9a84c;
  --verde-agua: #4fa0a0;
}

.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-image: url('../images/bg--geral.avif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  font-family: Raleway, sans-serif;
}

.hero {
  background-image: url('../images/hero.avif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  height: 100vh;
  padding: 32px;
  display: flex;
  position: relative;
}

.hero--overlay {
  z-index: 0;
  background-color: #0006;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.hero--top {
  z-index: 1;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

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

.logo--hero--top {
  width: 240px;
}

.pagina--oficial {
  width: 140px;
}

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

.hero--top--link {
  color: var(--off-white);
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 1rem;
  line-height: 1rem;
  text-decoration: none;
  transition: opacity .3s;
}

.hero--top--link:hover {
  opacity: .6;
}

.hero--top--link--cta {
  grid-column-gap: 10px;
  border: 1px solid var(--off-white);
  color: var(--off-white);
  letter-spacing: 2px;
  text-transform: uppercase;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  padding: 12px 24px;
  font-size: 1rem;
  line-height: 1rem;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

.hero--top--link--cta:hover {
  background-color: var(--off-white);
  color: var(--grafite);
}

.hero--bottom {
  z-index: 1;
  grid-row-gap: 24px;
  border-top: 1px solid #f5f3ee33;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 50%;
  display: flex;
  position: relative;
}

.hero--bottom--top {
  grid-row-gap: 24px;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  padding-top: 24px;
  display: flex;
}

.p--status--hero {
  color: var(--off-white);
  letter-spacing: 6px;
  text-transform: uppercase;
  margin-bottom: 0;
  font-size: .9rem;
  line-height: .9rem;
}

.h2--hero {
  width: 16ch;
  color: var(--off-white);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2rem;
  font-weight: 400;
  line-height: 2.5rem;
}

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

.h3--hero {
  width: 14ch;
  color: var(--off-white);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Raleway, sans-serif;
  font-size: 1.7rem;
  font-weight: 200;
  line-height: 2.4rem;
}

.hero--cta {
  border: 1px solid var(--laranja-cta);
  background-color: var(--laranja-cta);
  color: var(--off-white);
  letter-spacing: 2px;
  text-transform: uppercase;
  border-radius: 100px;
  padding: 16px 32px;
  font-size: 1.2rem;
  line-height: 1.2rem;
  text-decoration: none;
  transition: all .3s;
}

.hero--cta:hover {
  border-color: var(--off-white);
  color: var(--off-white);
  background-color: #f5f3ee00;
}

.localiazcao {
  grid-row-gap: 24px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 48px 24px 24px;
  display: flex;
}

.h2--secoes {
  max-width: 30ch;
  color: var(--grafite);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2vw;
  font-weight: 400;
  line-height: 2.7vw;
}

.h2--secoes.negativo {
  max-width: 30ch;
  color: var(--off-white);
  font-size: 2vw;
  line-height: 2.7vw;
}

.h2--secoes.h2--localizacao {
  max-width: none;
}

.heading--secoes--wrapper {
  grid-column-gap: 32px;
  grid-row-gap: 0px;
  border-top: 1px solid var(--grafite);
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: none;
  padding-top: 24px;
  display: flex;
}

.heading--secoes--wrapper.negativo {
  grid-column-gap: 32px;
  grid-row-gap: 0px;
  border-top-color: var(--dourado-claro);
  flex-flow: row;
  justify-content: space-between;
  align-items: flex-start;
}

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

.aerea--regiao--img {
  border-radius: 16px;
  width: 100%;
}

.endereco--wrapper {
  grid-column-gap: 32px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.p--endereco {
  color: var(--grafite);
  letter-spacing: 4px;
  margin-bottom: 0;
  font-size: 1.2rem;
  line-height: 1.9rem;
}

.mapa--cta {
  grid-column-gap: 12px;
  border: 1px solid var(--grafite);
  color: var(--grafite);
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  padding: 16px 32px;
  font-size: 1.2rem;
  line-height: 1.2rem;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

.mapa--cta:hover {
  background-color: #420d0d26;
}

.text-block {
  text-transform: uppercase;
  line-height: 1.4rem;
}

.icone--mapa {
  width: 16px;
}

.projeto {
  grid-row-gap: 40px;
  background-image: radial-gradient(circle farthest-corner at 100% 100%, var(--petroleo), var(--teal-escuro));
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 80px 24px;
  display: flex;
}

.span--metragem {
  font-family: Montserrat, sans-serif;
  font-weight: 600;
}

.h3--heading--secoes {
  width: 60ch;
  color: var(--off-white);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.1rem;
  line-height: 1.7rem;
}

.h3--heading--secoes.grafite {
  color: var(--grafite);
}

.h3--heading--secoes.grafite.auto {
  width: auto;
}

.h3--heading--secoes.grafite.auto.plantas {
  width: 30ch;
}

.h3--heading--secoes.diferenciais {
  text-align: center;
}

.fachadas-projeto--wrapper {
  grid-column-gap: 3vw;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  display: flex;
}

.fachada--projeto {
  border-radius: 16px;
  width: 100%;
}

.fachada--1--wrapper {
  border-radius: 16px;
  width: 46vw;
  height: 34vw;
  position: relative;
  overflow: hidden;
}

.legenda--imgs {
  z-index: 1;
  color: var(--off-white);
  text-transform: uppercase;
  font-size: .8rem;
  line-height: .8rem;
  position: absolute;
  inset: auto 2% 3% auto;
}

.fachada--2--wrapper {
  width: 40vw;
  height: auto;
  position: relative;
  overflow: hidden;
}

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

.video--wrapper {
  z-index: 2;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: auto;
  display: flex;
  position: sticky;
  top: 0;
}

.fachada--video {
  z-index: 0;
  object-fit: contain;
  width: 100%;
  position: sticky;
  top: 0;
}

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

.heading--video--wrapper {
  z-index: 2;
  grid-row-gap: 40px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 0 24px 80px;
  display: flex;
  position: relative;
}

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

.play--icon {
  width: 16px;
  max-width: none;
  display: block;
  position: static;
}

.video-v1 {
  border-radius: 16px;
  width: 100%;
  max-width: 1060px;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
}

.video-player-v1 {
  z-index: 1;
}

.video-botao-play-v1 {
  z-index: 6;
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
  cursor: pointer;
  background-color: #fff3;
  border: 1px #f9f8f580;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  margin: auto;
  transition: all .15s;
  display: flex;
  position: absolute;
  inset: 0;
}

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

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

.slider--videos {
  width: 100%;
  height: auto;
  max-width: var(--container-xl);
  background-color: #ddd0;
}

.slide-nav {
  display: none;
}

.seta--icone {
  color: var(--off-white);
  margin: auto;
  font-size: 24px;
  position: relative;
}

.seta--wrapper {
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
  background-color: #bdbdbd80;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 56px;
  height: 56px;
  margin-top: auto;
  margin-bottom: auto;
  padding: 0;
  display: flex;
  position: relative;
}

.left-arrow, .right-arrow {
  justify-content: center;
  align-items: center;
  display: flex;
}

.lazer {
  grid-row-gap: 24px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 48px 24px 24px;
  display: flex;
}

.slider--lazer {
  background-color: #ddd0;
  border-radius: 16px;
  width: 100%;
  height: auto;
  overflow: hidden;
}

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

.right-arrow-2 {
  justify-content: flex-start;
  align-items: center;
  height: 30%;
  display: flex;
}

.right-arrow-2.desativado {
  display: none;
}

.left-arrow-2 {
  justify-content: flex-end;
  align-items: center;
  height: 30%;
  display: flex;
}

.left-arrow-2.desativado {
  display: none;
}

.slider--lazer--img {
  object-fit: cover;
  border-radius: 16px;
  width: 100%;
  max-height: 90vh;
}

.lazer--cta {
  border: 1px solid var(--laranja-cta);
  background-color: var(--laranja-cta);
  color: var(--off-white);
  letter-spacing: 2px;
  text-transform: uppercase;
  border-radius: 100px;
  padding: 16px 32px;
  font-size: 1.2rem;
  line-height: 1.2rem;
  text-decoration: none;
  transition: all .3s;
}

.lazer--cta:hover {
  border-color: var(--grafite);
  background-color: var(--grafite);
  color: var(--off-white);
}

.slider--lazer--lightbox {
  aspect-ratio: auto;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.aptos {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  background-color: #d8d5ce;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 0 24px;
  display: flex;
}

.plantas--borda {
  background-image: linear-gradient(90deg, #c9a84c, #e2c97e);
  width: 100%;
  height: 8px;
  margin-bottom: 56px;
}

.planta--01 {
  z-index: 2;
  width: 240px;
  position: absolute;
  inset: auto 0% 0% auto;
}

.tabs {
  grid-column-gap: 16px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.tabs-menu {
  grid-row-gap: 16px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: auto;
  display: flex;
}

.tab-link-tab-1 {
  border: 1px solid var(--grafite);
  min-width: 160px;
  color: var(--grafite);
  background-color: #ddd0;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  padding: 16px 32px;
  font-size: 1.1rem;
  line-height: 1.1rem;
  display: flex;
}

.tab-link-tab-1.w--current {
  background-color: var(--grafite);
  min-width: 160px;
  color: var(--off-white);
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  padding: 16px 32px;
  font-size: 1.1rem;
  line-height: 1.1rem;
  display: flex;
}

.tab-link-tab-2 {
  border: 1px solid var(--grafite);
  min-width: 160px;
  color: var(--grafite);
  background-color: #ddd0;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  padding: 16px 32px;
  font-size: 1.1rem;
  line-height: 1.1rem;
  display: flex;
}

.tab-link-tab-2.w--current {
  background-color: var(--grafite);
  color: var(--off-white);
}

.tab-link-tab-3 {
  border: 1px solid var(--grafite);
  min-width: 160px;
  color: var(--grafite);
  background-color: #ddd0;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  padding: 16px 32px;
  font-size: 1.1rem;
  line-height: 1rem;
  display: flex;
}

.tab-link-tab-3.w--current {
  background-color: var(--grafite);
  color: var(--off-white);
}

.tab--planta {
  background-color: var(--off-white);
  border-radius: 16px;
  width: 80vw;
  padding: 24px;
}

.planta--wrapper {
  grid-column-gap: 24px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.planta--infos {
  grid-row-gap: 12px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 20%;
  margin-top: 40px;
  text-decoration: none;
  display: flex;
}

.h3--plantas {
  color: var(--grafite);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 2rem;
}

.p--plantas {
  border-top: 1px solid var(--dourado);
  color: var(--grafite);
  margin-bottom: 0;
  padding-top: 16px;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5rem;
}

.slider--plantas {
  background-color: #ddd0;
  border-radius: 8px;
  width: 100%;
  height: auto;
  overflow: hidden;
}

.slider--plantas--img {
  object-fit: cover;
  border-radius: 8px;
  width: 80%;
}

.slider--plantas--img._368 {
  width: 50%;
}

.slider--plantas--lightbox {
  aspect-ratio: auto;
  justify-content: space-around;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
  position: relative;
}

.plantas--borda--inferior {
  background-image: linear-gradient(90deg, #c9a84c, #e2c97e);
  width: 100%;
  height: 8px;
  margin-top: 56px;
  margin-bottom: 0;
}

.slider--aptos {
  background-color: #ddd0;
  border-radius: 16px;
  width: 100%;
  height: auto;
  overflow: hidden;
}

.slider--aptos--img {
  object-fit: cover;
  border-radius: 16px;
  width: 100%;
  max-height: 90vh;
}

.slider--aptos--lightbox {
  aspect-ratio: auto;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.diferenciais--plantas {
  background-image: linear-gradient(90deg, #1a3a3a, #2b6b6b);
  border-radius: 16px;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 40px 24px;
  display: flex;
}

.diferenciais--plantas--wrapper {
  width: 100%;
  max-width: var(--container-xl);
  grid-row-gap: 40px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.diferenciais--itens--wrapper {
  grid-column-gap: 64px;
  grid-row-gap: 48px;
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.plantas--cta {
  border: 1px solid var(--laranja-cta);
  background-color: var(--laranja-cta);
  color: var(--off-white);
  letter-spacing: 2px;
  text-transform: uppercase;
  border-radius: 100px;
  padding: 16px 32px;
  font-size: 1.2rem;
  line-height: 1.2rem;
  text-decoration: none;
  transition: all .3s;
}

.plantas--cta:hover {
  border-color: var(--off-white);
  color: var(--off-white);
  background-color: #4a4a4a00;
}

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

.p--diferencial {
  color: var(--off-white);
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5rem;
}

.icone--diferencial {
  width: 32px;
}

.contato {
  grid-row-gap: 24px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 80px 24px;
  display: flex;
}

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

.link-5 {
  color: #646366;
}

.input-form-footer-telefone-3 {
  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 #202020;
  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;
}

.select-form-footer-3 {
  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 #202020;
  border-left: 1px #000;
  border-right: 2px #000;
  width: 100%;
  height: 44px;
  margin-bottom: 24px;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  font-size: 1.1rem;
  line-height: 22px;
}

.checkbox-form-container {
  grid-column-gap: 16px;
  justify-content: center;
  align-items: center;
  margin-left: 16px;
  display: flex;
}

.input-form-footer-nome-3 {
  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 #202020;
  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: #202020;
  font-size: 13px;
  font-weight: 400;
  line-height: 22px;
}

.p-label-form-modal-v1-3 {
  color: var(--grafite);
  margin-top: 16px;
  font-size: 1rem;
  line-height: 22px;
}

.input-form-footer-email-3 {
  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 #202020;
  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;
}

.paragraph-2 {
  color: #a4a4a4;
  text-align: center;
  margin-bottom: 16px;
  font-size: .8rem;
}

.p-label-formd-v1-3 {
  color: var(--grafite);
  margin-top: 5px;
  font-size: 1rem;
  line-height: 22px;
}

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

.form-checkbox-wrapper-2 {
  grid-column-gap: 16px;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-bottom: 8px;
  display: flex;
}

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

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

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

.submit-bt-form-footer-2.submit-form {
  background-color: var(--teal-escuro);
  color: var(--off-white);
  text-transform: uppercase;
  font-size: 1rem;
  line-height: 1rem;
}

.submit-bt-form-footer-2.submit-form:hover {
  background-color: var(--petroleo);
}

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

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

.sessao--setin {
  border-top: 1px solid var(--grafite);
  border-bottom: 1px solid var(--grafite);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 64px;
  padding-bottom: 64px;
  display: flex;
  position: relative;
}

.setin--logo {
  width: 160px;
}

.p--global {
  color: #e5eee1;
  -webkit-text-stroke-width: .5px;
  max-width: 44ch;
  margin-bottom: 0;
  font-size: 1.1rem;
  font-weight: 100;
  line-height: 1.6rem;
}

.p--global.p--setin {
  max-width: 70ch;
  color: var(--grafite);
  text-align: center;
  font-size: 1.1rem;
  font-weight: 200;
}

.footer {
  z-index: 1;
  background-color: #fff0;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 80px;
  padding-bottom: 80px;
  display: flex;
  position: relative;
}

.footer--container {
  width: 100%;
  max-width: 1560px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 40px;
  padding-right: 40px;
}

.footer--container.container-realizacao {
  grid-row-gap: 32px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: 1560px;
  margin-left: 0;
  margin-right: 0;
  padding-left: 32px;
  padding-right: 32px;
  display: flex;
}

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

.p--pequeno {
  font-size: .8rem;
  line-height: 1.4rem;
}

.image-16 {
  width: 60px;
}

.image-17 {
  width: 180px;
  position: absolute;
  inset: auto auto 0% 0%;
}

.planta--bg--video {
  width: 100%;
  position: absolute;
  inset: auto 0% 0%;
}

.info--img--endereco {
  display: none;
}

.accordion-content-wrapper {
  border: 0 solid #282828;
  border-bottom-width: 1px;
  width: 100%;
  margin-top: 24px;
  padding-bottom: 16px;
}

.accordion-header-v1 {
  cursor: pointer;
  justify-content: space-between;
  padding-top: 16px;
  padding-bottom: 16px;
  display: flex;
}

.accordion-v1 {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: none;
}

.accordion-arrow {
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 8px;
}

.accordion-content {
  grid-row-gap: 32px;
  flex-flow: column;
  display: none;
}

.accordion-content.accordion-first {
  grid-row-gap: 16px;
  display: flex;
}

.slide, .mask {
  width: 100%;
}

.slider--diferenciais--plantas, .navbar {
  display: none;
}

.modal-tl {
  z-index: 10;
  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: #6f6c6c;
  border: 1px solid #fff;
  border-radius: 8px;
  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;
}

.heading--modal--tl {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.2rem;
  line-height: 1.8rem;
}

.p-regular {
  color: #202020;
  margin-left: 0;
  font-size: .8rem;
  line-height: 1.3rem;
}

.conversion-bar-v2-2 {
  z-index: 9;
  background-color: var(--laranja-cta);
  cursor: pointer;
  mix-blend-mode: normal;
  border: 1px #1c3949;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 66px;
  height: 66px;
  display: flex;
  position: fixed;
  inset: auto 16px 20% auto;
}

.fechar-modal-chat {
  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;
}

.heading-modal {
  grid-row-gap: 16px;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-top: 64px;
  display: flex;
}

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

.container-modal-conversao {
  z-index: 1;
  flex-flow: row;
  justify-content: flex-end;
  align-items: stretch;
  width: 100%;
  max-width: 560px;
  margin-left: 0;
  margin-right: 0;
  display: flex;
  position: relative;
}

.modal-img {
  max-width: none;
  height: 100vh;
}

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

.select-form-footer-4 {
  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 #202020;
  border-left: 1px #000;
  border-right: 2px #000;
  width: 100%;
  height: 44px;
  margin-bottom: 24px;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  font-size: .9rem;
  line-height: 22px;
}

.modal-logo {
  width: 10vw;
  position: absolute;
  top: 3vh;
  right: 3vh;
}

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

.p-label-form-modal-v1-4 {
  color: #000;
  margin-top: 16px;
  font-size: 1rem;
  line-height: 22px;
}

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

.borda-modal {
  width: 100px;
  transform: rotate(90deg);
}

.modal-contato-heading-wrapper {
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.modal-img-wrapper {
  height: 100%;
  position: absolute;
  inset: 0% auto auto 0%;
}

.modal-conversao-chat {
  z-index: 10;
  background-color: #fff;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  height: 100vh;
  margin-top: 0;
  margin-right: 0;
  padding-top: 24px;
  padding-bottom: 24px;
  padding-right: 0;
  display: none;
  position: fixed;
  inset: 0% -100vw 0% 0%;
  overflow: auto;
}

.p-label-formd-v1-4 {
  color: #000;
  margin-top: 5px;
  font-size: 1rem;
  line-height: 22px;
}

.h2-modal {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2rem;
  font-weight: 500;
  line-height: 2.5rem;
}

@media screen and (min-width: 1920px) {
  .hero--bottom {
    grid-row-gap: 24px;
    width: 50%;
  }

  .hero--bottom--top {
    grid-row-gap: 24px;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
  }

  .video--wrapper {
    height: auto;
  }

  .heading--video--wrapper {
    padding-top: 0;
  }

  .accordion-content-wrapper {
    margin-top: 24px;
  }
}

@media screen and (max-width: 479px) {
  .hero {
    padding: 32px 16px;
  }

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

  .logo--hero--top {
    width: 60vw;
  }

  .pagina--oficial {
    width: 34vw;
  }

  .hero--top--nav {
    display: none;
  }

  .hero--top--link--cta {
    border-color: var(--grafite);
    color: var(--grafite);
    font-size: 1.1rem;
    line-height: 1.6rem;
  }

  .hero--bottom {
    width: 100%;
  }

  .hero--bottom--top {
    grid-row-gap: 24px;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .hero--bottom--infos {
    width: 100%;
  }

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

  .localiazcao {
    padding-bottom: 48px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .h2--secoes, .h2--secoes.negativo {
    font-size: 7vw;
    line-height: 8.5vw;
  }

  .heading--secoes--wrapper, .heading--secoes--wrapper.negativo {
    grid-column-gap: 0px;
    grid-row-gap: 24px;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .aerea--localizacao--wrapper {
    grid-row-gap: 16px;
    border-radius: 16px;
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    display: flex;
    overflow: auto;
  }

  .aerea--regiao--img {
    width: 1200px;
    min-width: 1200px;
    max-width: none;
  }

  .endereco--wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 24px;
    flex-flow: column;
  }

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

  .mapa--cta {
    width: 100%;
  }

  .projeto {
    padding: 48px 16px;
  }

  .h3--heading--secoes {
    width: auto;
  }

  .fachadas-projeto--wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 40px;
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
  }

  .fachada--1--wrapper {
    width: 95vw;
    height: auto;
  }

  .legenda--imgs {
    text-align: right;
    font-size: 2.7vw;
    line-height: 3.7vw;
    right: 4%;
  }

  .legenda--imgs.legenda--projeto--1 {
    bottom: 7%;
  }

  .fachada--2--wrapper {
    width: 95vw;
  }

  .video--wrapper {
    height: auto;
  }

  .fachada--video {
    z-index: 2;
    object-fit: cover;
    max-width: none;
    height: auto;
    position: relative;
  }

  .video--bg {
    background-color: var(--petroleo);
    overflow: hidden;
  }

  .heading--video--wrapper {
    padding: 48px 16px 240px;
  }

  .video-v1 {
    margin-top: 8px;
  }

  .video-botao-play-v1 {
    z-index: 6;
    width: 56px;
    height: 56px;
  }

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

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

  .seta--wrapper {
    width: 48px;
    height: 48px;
  }

  .lazer {
    padding-left: 16px;
    padding-right: 16px;
  }

  .right-arrow-2, .left-arrow-2 {
    justify-content: center;
    align-items: center;
  }

  .slider--lazer--img {
    object-fit: cover;
    height: 50vh;
  }

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

  .aptos {
    padding-left: 16px;
    padding-right: 16px;
  }

  .plantas--borda {
    margin-bottom: 24px;
  }

  .planta--01 {
    width: 40vw;
  }

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

  .planta--wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column-reverse;
    justify-content: space-between;
    align-items: flex-start;
  }

  .planta--infos {
    grid-row-gap: 10px;
    width: 100%;
    margin-top: 0;
  }

  .slider--plantas, .slider--plantas--img, .slider--plantas--img._368 {
    width: 100%;
  }

  .slider--plantas--lightbox {
    grid-row-gap: 24px;
    background-color: #fff;
    flex-flow: column;
    padding: 16px;
  }

  .plantas--borda--inferior {
    margin-top: 24px;
  }

  .slider--aptos {
    z-index: 0;
  }

  .slider--aptos--img {
    object-fit: cover;
    height: 50vh;
  }

  .diferenciais--plantas {
    padding: 32px 16px;
  }

  .diferenciais--plantas--wrapper {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    height: auto;
  }

  .diferenciais--itens--wrapper {
    display: none;
  }

  .plantas--cta {
    justify-content: center;
    align-items: center;
    width: 100%;
    font-size: 4vw;
    line-height: 5vw;
    display: flex;
  }

  .contato {
    padding: 48px 16px;
  }

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

  .p-checkbox-2 {
    font-size: .7rem;
    line-height: 1rem;
  }

  .p-label-form-modal-v1-3 {
    color: #000;
  }

  .input-form-footer-email-3 {
    border-top-width: 0;
    border-left-width: 0;
    border-right-width: 0;
    border-radius: 0;
    padding-right: 0;
  }

  .paragraph-2 {
    font-size: .6rem;
    line-height: 1rem;
  }

  .p-label-formd-v1-3 {
    color: #000;
  }

  .form-v2 {
    padding-left: 0;
    padding-right: 0;
  }

  .form-checkbox-wrapper-2 {
    grid-row-gap: 8px;
    flex-flow: column;
  }

  .container.container--setin {
    grid-row-gap: 24px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .sessao--setin {
    padding-top: 40px;
    padding-bottom: 40px;
  }

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

  .footer--container.container-realizacao {
    padding-left: 16px;
    padding-right: 16px;
  }

  .image-17 {
    width: 30vw;
  }

  .planta--bg--video {
    width: 900px;
    min-width: 900px;
    max-width: none;
  }

  .info--img--endereco {
    grid-column-gap: 10px;
    justify-content: center;
    align-items: center;
    padding-bottom: 16px;
    display: flex;
  }

  .seta--img--aerea {
    width: 32px;
  }

  .accordion-content-wrapper {
    margin-top: 16px;
    padding-left: 0;
    padding-right: 0;
  }

  .accordion-v1 {
    max-width: var(--container-xl);
    border-top: 1px solid var(--grafite);
    margin-left: 0;
    margin-right: 0;
    display: block;
  }

  .accordion-content {
    display: none;
  }

  .slider--diferenciais--plantas {
    background-color: #ddd0;
    width: 100%;
    height: auto;
    padding-top: 24px;
    padding-bottom: 24px;
    display: block;
  }

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

  .slider--diferenciais--plantas--wrapper {
    grid-row-gap: 32px;
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    display: flex;
  }

  .navbar {
    z-index: 5;
    background-color: #ddd0;
    width: 100%;
    display: block;
    position: fixed;
    inset: 0 0 auto auto;
  }

  .menu-button {
    -webkit-backdrop-filter: blur(20px);
    backdrop-filter: blur(20px);
    background-color: #4d4d4d33;
    border-radius: 8px;
    padding: 8px;
    top: 16px;
    right: 16px;
    transform: rotate(0);
  }

  .menu-button.w--open {
    z-index: 3;
    background-color: var(--grafite);
    transition: all .3s;
    transform: rotate(90deg);
  }

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

  .nav-menu {
    -webkit-backdrop-filter: blur(20px);
    backdrop-filter: blur(20px);
    background-color: #f5f3ee99;
    flex-flow: column;
    justify-content: center;
    align-items: flex-end;
    width: 70vw;
    height: 100vh;
    padding-top: 20vh;
    padding-left: 16px;
    padding-right: 16px;
    display: flex;
  }

  .container-2 {
    position: absolute;
    inset: 0%;
  }

  .nav--menu--link {
    text-align: center;
    text-transform: uppercase;
    padding: 24px 0;
    font-size: 1.1rem;
    font-weight: 400;
    line-height: 1.1rem;
  }

  .conversion-bar-v2-2 {
    z-index: 4;
    display: flex;
    bottom: 40%;
    right: 10px;
  }

  .fechar-modal-chat {
    z-index: 1;
  }

  .heading-modal {
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    margin-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .modal-conversao-wrapper {
    width: 100%;
    padding-bottom: 24px;
    display: block;
  }

  .container-modal-conversao {
    flex-flow: column;
    justify-content: center;
    align-items: stretch;
    max-width: none;
    margin-top: 64px;
    padding-left: 16px;
    padding-right: 16px;
  }

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

  .p-label-form-modal-v1-4 {
    color: #000;
  }

  .input-form-footer-email-4 {
    border-top-width: 0;
    border-left-width: 0;
    border-right-width: 0;
    border-radius: 0;
    padding-right: 0;
  }

  .borda-modal {
    display: none;
  }

  .modal-contato-heading-wrapper {
    z-index: 0;
    align-items: flex-start;
    display: flex;
    position: relative;
  }

  .modal-img-wrapper {
    display: none;
  }

  .modal-conversao-chat {
    justify-content: center;
    align-items: flex-start;
    padding-right: 0;
    display: none;
    overflow: auto;
  }

  .p-label-formd-v1-4 {
    color: #000;
  }

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

  .text-block-8 {
    font-size: .7rem;
    line-height: 1rem;
  }
}


