@font-face {
  font-family: Hurmegeometricsans2;
  src: url('../fonts/HurmeGeometricSans2-Regular.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Hurmegeometricsans4;
  src: url('../fonts/HurmeGeometricSans4-Bold.otf') format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Landour;
  src: url('../fonts/Landour-MediumDisplay.otf') format("opentype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

:root {
  --creme: #e1d8ce;
  --marrom: #c39463;
  --branco: white;
  --verde: #697154;
  --preto: black;
  --cinza-medio: #a4a4a4;
  --cinza-escuro: #646366;
  --container: 1560px;
  --bege: #c5b28b;
}

.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(--creme);
  font-family: Hurmegeometricsans2, Arial, sans-serif;
}

.icone-cta {
  width: 26px;
}

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

.submit-bt-form-footer {
  background-color: var(--marrom);
  color: var(--branco);
  border-radius: 100px;
  height: 54px;
  font-size: 18px;
  line-height: 26px;
  transition: all .3s;
}

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

.input-form-footer-email {
  opacity: 1;
  color: var(--preto);
  -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: 18px;
  line-height: 22px;
}

.input-form-footer-telefone {
  opacity: 1;
  color: var(--preto);
  -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: 16px;
  padding-left: 0;
  font-size: 18px;
  line-height: 22px;
}

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

.select-form-footer {
  opacity: 1;
  color: var(--preto);
  -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: 18px;
  line-height: 22px;
}

.form-v1 {
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  max-width: 560px;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.input-form-footer-nome {
  opacity: 1;
  color: var(--preto);
  -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: 18px;
  line-height: 22px;
}

.p-label-formd-v1 {
  color: var(--preto);
  margin-top: 6px;
  margin-bottom: 6px;
  font-size: 18px;
  line-height: 22px;
}

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

.p-checkbox {
  color: #202020;
  font-size: 13px;
  font-weight: 400;
  line-height: 22px;
}

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

.modal-tl {
  z-index: 9;
  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;
  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;
}

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

.conversion-bar-v2 {
  z-index: 4;
  border: 1px solid var(--branco);
  background-color: var(--marrom);
  cursor: pointer;
  mix-blend-mode: normal;
  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;
}

.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-conversao-chat {
  z-index: 10;
  background-color: var(--creme);
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  height: 100vh;
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 0;
  display: none;
  position: fixed;
  top: 0;
  overflow: auto;
}

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

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

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

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

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

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

.paragraph {
  color: var(--cinza-medio);
  text-align: center;
  margin-bottom: 8px;
}

.link-3 {
  color: var(--cinza-escuro);
}

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

.nav-menu {
  z-index: 0;
  background-color: var(--verde);
  width: 100%;
  height: 100vh;
}

.menu-button {
  z-index: 2;
  margin-right: 24px;
}

.menu-button.w--open {
  z-index: 2;
  background-color: #c8c8c800;
  margin-right: 24px;
}

.nav-links-wrapper {
  z-index: 0;
  grid-row-gap: 16px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  height: 100vh;
  display: flex;
  position: relative;
}

.nav-item-v3-link-1, .nav-item-v3-link-2 {
  color: var(--branco);
  margin-left: 0;
  margin-right: 0;
  padding-left: 32px;
  font-family: Landour, Arial, sans-serif;
  font-size: 24px;
  line-height: 32px;
}

.bt-nav-conversion-v3 {
  grid-column-gap: 10px;
  background-color: var(--marrom);
  color: var(--branco);
  letter-spacing: 2px;
  border-radius: 100px;
  justify-content: space-between;
  align-items: center;
  width: auto;
  max-width: none;
  margin-left: 32px;
  padding: 12px 24px;
  font-size: 18px;
  line-height: 24px;
  text-decoration: none;
  display: flex;
}

.text-block {
  font-size: 24px;
  line-height: 32px;
}

.navbar-v3 {
  z-index: 10;
  background-color: #ddd0;
  justify-content: flex-end;
  align-items: center;
  width: 40%;
  height: auto;
  padding-top: 24px;
  display: flex;
  position: absolute;
  inset: 0% 0% auto auto;
}

.navbar-container {
  z-index: 2;
  width: 100%;
  max-width: 100%;
  margin-left: 0;
  margin-right: 0;
  position: relative;
}

.nav-icone {
  width: 20px;
  display: block;
  transform: rotate(0);
}

.nav-texto {
  color: var(--branco);
  font-size: 14px;
  display: block;
}

.nav-icone-wrapper {
  grid-column-gap: 16px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.setin-logo {
  width: 180px;
}

.localizacao {
  width: 100%;
  margin-top: 0;
  padding-bottom: 80px;
  padding-left: 32px;
  padding-right: 32px;
  overflow: hidden;
}

.section-border {
  background-color: var(--preto);
  width: 100%;
  height: 1px;
}

.h2 {
  color: var(--preto);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Landour, Arial, sans-serif;
  font-size: 2rem;
  font-weight: 500;
  line-height: 2rem;
}

.h2.h2-plantas {
  width: auto;
  max-width: 22ch;
  line-height: 2.5rem;
}

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

.p-heading.p-heading-plantas {
  max-width: 40ch;
}

.img-localizacao-wrapper {
  width: 100%;
  margin-top: 32px;
  position: relative;
  overflow: hidden;
}

.aerea-localizacao {
  width: 100%;
}

.p-legenda {
  z-index: 1;
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  color: var(--branco);
  text-transform: uppercase;
  background-color: #fff6;
  margin-bottom: 0;
  padding: 4px 8px;
  font-size: .7rem;
  position: absolute;
  inset: auto 16px 16px auto;
}

.localizacao-infos-wrapper {
  grid-row-gap: 4rem;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  margin-top: 64px;
  display: flex;
  position: relative;
}

.p-body {
  margin-bottom: 0;
  font-size: 1.2rem;
  line-height: 1.8rem;
}

.p-body.p-localizacao-infos {
  width: 80%;
}

.p-body.green {
  color: var(--verde);
}

.p-body.p-destaque-projeto {
  text-align: center;
  width: 100%;
}

.p-body.p-arte {
  width: 50ch;
}

.p-body.p-destaque-projeto-1 {
  color: var(--preto);
  width: auto;
}

.p-body.p-diferenciais-projeto {
  color: var(--cinza-escuro);
}

.diferenciais-wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: start stretch;
  width: 100%;
  display: grid;
}

.diferenciais-wrapper.diferenciais-lazer {
  place-items: end start;
  width: 100%;
  margin-top: 4rem;
}

.diferencial-localizacao {
  grid-row-gap: 2rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.icone-localizacao {
  width: 32px;
}

.icone-localizacao-2 {
  width: 24px;
}

.destaque-projeto {
  background-color: var(--branco);
  width: 100%;
  height: auto;
  margin-top: 0;
  padding: 80px 32px 0;
  position: relative;
  overflow: hidden;
}

.destaque-projeto-wrapper {
  z-index: 1;
  grid-column-gap: 2.5rem;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: auto;
  margin-top: 64px;
  display: flex;
  position: relative;
}

.perspectiva-fachada {
  width: auto;
  max-width: none;
  height: 100vh;
}

.perspectiva-fachada-wrapper {
  z-index: 1;
  width: auto;
  position: relative;
}

.teca-logo-vertical {
  z-index: 0;
  width: 88px;
  position: relative;
}

.bold {
  font-family: Hurmegeometricsans4, Arial, sans-serif;
  font-weight: 400;
}

.infos-destaque-projeto-wrapper {
  grid-row-gap: 3rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 55vw;
  display: flex;
  position: relative;
}

.destaque-projeto-linha {
  width: 5vw;
}

.vetor-localizacao-texto {
  width: 44px;
  position: absolute;
  inset: 0% 0% auto auto;
}

.vetor-decorativo-projeto-intro {
  transform-style: preserve-3d;
  width: 120px;
  transform: rotateX(0)rotateY(180deg)rotateZ(0);
}

.mosaico-lazer-imgs {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  background-color: var(--branco);
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  padding: 80px 32px;
  display: flex;
  position: relative;
}

.mosaico-wrapper {
  grid-column-gap: 2vw;
  grid-row-gap: 2vw;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  max-width: none;
  margin-top: 64px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

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

.cta-projeto-v1 {
  grid-column-gap: 10px;
  background-color: var(--marrom);
  color: var(--branco);
  letter-spacing: 2px;
  border-radius: 100px;
  justify-content: space-between;
  align-items: center;
  width: auto;
  max-width: none;
  height: 52px;
  margin-bottom: 0;
  padding: 0 24px;
  font-size: 18px;
  line-height: 24px;
  text-decoration: none;
  display: flex;
}

.plantas {
  background-color: var(--branco);
  width: 100%;
  height: auto;
  padding-top: 0;
  padding-bottom: 80px;
}

.video-plantas-wrapper {
  width: 100%;
  max-width: none;
  height: 80vh;
  display: flex;
  position: relative;
  top: 0;
  overflow: hidden;
}

.background-video {
  width: 100%;
  height: 100vh;
  overflow: visible;
}

.plantas-intro-wrapper {
  grid-row-gap: 0rem;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  margin-top: 0;
  padding-left: 32px;
  padding-right: 32px;
  display: none;
  overflow: hidden;
}

.slider01_mask {
  width: 80%;
  overflow: visible;
}

.slider_arrow {
  border: 2px solid #585858;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  transition: background-color .3s ease-out;
  display: flex;
  inset: auto 0% 0% auto;
}

.slider_arrow:hover {
  background-color: #d5d1c9;
}

.slider_arrow.is-left {
  right: 4rem;
}

.slider_pagination {
  height: 1.75rem;
  font-size: .5rem;
  display: none;
  inset: auto auto 0% 0%;
}

.slider-localizacao-imagem-wrapper {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  background-color: #49432800;
  border-radius: 1.5rem;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  padding: 0;
  display: flex;
  position: relative;
}

.testimonial20_arrow-icon {
  color: #000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  display: flex;
}

.slider-localizacao-item {
  width: 100%;
  margin-right: 2rem;
}

.slider01_comp {
  background-color: #0000;
  height: auto;
  padding-top: 64px;
  padding-bottom: 88px;
  position: relative;
}

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

.cta-projeto-v2 {
  grid-column-gap: 10px;
  background-color: var(--marrom);
  color: var(--branco);
  letter-spacing: 2px;
  border-radius: 100px;
  justify-content: space-between;
  align-items: center;
  width: auto;
  max-width: none;
  height: 52px;
  margin-bottom: 0;
  padding: 0 24px;
  font-size: 18px;
  line-height: 24px;
  text-decoration: none;
  display: flex;
}

.ampliar-img {
  z-index: 1;
  grid-column-gap: 10px;
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  background-color: #fff6;
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  padding: 4px 8px;
  display: flex;
  position: absolute;
  inset: 16px 16px auto auto;
}

.p-ampliar {
  color: var(--branco);
  letter-spacing: 0;
  text-transform: uppercase;
  margin-bottom: 0;
  font-size: .7rem;
}

.icone-lupa {
  width: 16px;
}

.opcoes-plantas-wrapper {
  max-width: var(--container);
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-top: 80px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 32px;
  padding-right: 32px;
  display: flex;
}

.video-plantas {
  z-index: 1;
  width: 100%;
  height: 100vh;
}

.video-plantas-container {
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: none;
  margin-top: 0;
  display: flex;
  position: relative;
  overflow: hidden;
}

.h2-video-plantas {
  z-index: 3;
  color: var(--branco);
  mix-blend-mode: normal;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2rem;
  line-height: 3rem;
  position: absolute;
  right: 3%;
}

.text-span {
  font-size: 1.5rem;
}

.ampliar-img-slider {
  z-index: 1;
  grid-column-gap: 10px;
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  background-color: #fff6;
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  padding: 4px 8px;
  display: flex;
  position: absolute;
  inset: 16px auto auto 16px;
}

.p-legenda-slider {
  z-index: 1;
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  color: var(--branco);
  text-transform: uppercase;
  background-color: #fff6;
  margin-bottom: 0;
  padding: 4px 8px;
  font-size: .7rem;
  position: absolute;
  inset: auto auto 16px 16px;
}

.plantas-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 48px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 64px;
  padding-left: 32px;
  padding-right: 32px;
  display: flex;
  position: relative;
}

.planta-wrapper {
  grid-row-gap: 0rem;
  border: 1px none var(--cinza-escuro);
  flex-flow: row;
  justify-content: space-around;
  align-items: center;
  width: 100%;
  padding: 0;
  display: flex;
  position: relative;
}

.h3-plantas {
  color: var(--cinza-escuro);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.5rem;
  line-height: 2rem;
}

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

.lightbox-planta {
  width: 70%;
}

.planta-img {
  width: 60%;
}

.planta-diferenciais-wrapper {
  grid-row-gap: 1rem;
  border-style: solid none;
  border-width: 1px;
  border-color: var(--preto) var(--cinza-escuro);
  cursor: pointer;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 24px;
  display: flex;
  position: relative;
}

.modal-link-plantas {
  z-index: 1;
  grid-column-gap: 10px;
  color: var(--preto);
  justify-content: center;
  align-items: flex-end;
  padding: 16px;
  font-size: 1.5rem;
  text-decoration: none;
  transition: all .3s;
  display: flex;
  position: relative;
}

.modal-link-plantas:hover {
  grid-column-gap: 16px;
}

.seta-plantas-modal {
  width: 20px;
  max-width: none;
}

.modal-diferenciais-plantas {
  z-index: 10;
  grid-row-gap: 2rem;
  background-color: var(--branco);
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100vh;
  margin-top: 0;
  padding-bottom: 40px;
  padding-right: 0;
  display: none;
  position: fixed;
  top: 0;
  overflow: auto;
}

.img-modal-plantas {
  object-fit: fill;
  width: 100%;
  max-width: none;
}

.diferenciais-modal-planta-wrapper {
  max-width: var(--container);
  grid-column-gap: 0px;
  grid-row-gap: 48px;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  margin-top: 32px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 32px;
  padding-right: 32px;
  display: flex;
}

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

.diferenciais-sustetabilidade {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  display: grid;
}

.diferencial-planta {
  grid-column-gap: 1rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.icone-diferencial-planta {
  width: 1.5rem;
}

.p-modal-plantas {
  margin-bottom: 0;
  font-size: 1.2rem;
  line-height: 1.8rem;
}

.fechar-modal-diferenciais {
  border: 1px solid var(--preto);
  cursor: pointer;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  display: flex;
  position: absolute;
  inset: 16px 16px auto auto;
}

.selo-aqua {
  width: 110px;
}

.p-ampliar-plantas {
  color: var(--preto);
  letter-spacing: 0;
  text-transform: uppercase;
  margin-bottom: 0;
  font-size: .7rem;
}

.projetistas {
  background-color: #d8d8d8;
  width: 100%;
  padding: 80px 32px;
  position: relative;
  overflow: visible;
}

.projetistas-imagem-decorativa {
  width: 160px;
  position: absolute;
  inset: -6px 0% auto auto;
}

.projetistas-wrapper {
  max-width: var(--container);
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  margin: 64px auto 32px;
  display: grid;
}

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

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

.logo-projetista {
  height: 42px;
}

.imagem-projetista {
  width: 100%;
  max-width: 500px;
}

.h3-projetistas {
  color: var(--preto);
  letter-spacing: 1px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.1rem;
  line-height: 1.6rem;
}

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

.cta-projeto-v3 {
  grid-column-gap: 10px;
  background-color: var(--marrom);
  color: var(--branco);
  letter-spacing: 2px;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: auto;
  max-width: none;
  height: 52px;
  margin-bottom: 0;
  padding: 0 24px;
  font-size: 18px;
  line-height: 24px;
  text-decoration: none;
  display: flex;
}

.cta-projetistas-wrapper {
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 24px;
  display: flex;
}

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

.modal-projetista-1 {
  z-index: 10;
  grid-row-gap: 2rem;
  background-color: var(--branco);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  margin-top: 0;
  padding: 5% 32px 32px;
  display: none;
  position: fixed;
  top: 0;
  overflow: auto;
}

.fechar-modal-projetista {
  border: 1px solid var(--branco);
  cursor: pointer;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  display: flex;
  position: absolute;
  inset: 16px 16px auto auto;
}

.projetista-modal-wrapper {
  max-width: var(--container);
  grid-column-gap: 2rem;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.projetista-infos {
  grid-column-gap: 0rem;
  grid-row-gap: 1.5rem;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.p-projetista-modal {
  color: var(--cinza-escuro);
  margin-bottom: 0;
  font-size: 1.2rem;
  line-height: 1.8rem;
}

.modal-projetista-2, .modal-projetista-3 {
  z-index: 10;
  grid-row-gap: 2rem;
  background-color: var(--branco);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  margin-top: 0;
  padding: 5% 32px 32px;
  display: none;
  position: fixed;
  top: 0;
  overflow: auto;
}

.img-projetista-wrapper {
  cursor: pointer;
  width: 100%;
  position: relative;
  overflow: hidden;
}

.icone-lupa-projetisa {
  z-index: 1;
  mix-blend-mode: normal;
  width: 24px;
  position: absolute;
  inset: auto 16px 16px auto;
}

.arte {
  width: 100%;
  padding: 80px 32px;
  position: relative;
  overflow: hidden;
}

.arte-wrapper {
  grid-column-gap: 3rem;
  justify-content: space-around;
  align-items: center;
  width: 100%;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  transform: translate(0);
}

.p-arte-wrapper {
  grid-row-gap: 1rem;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.arte-imagem-wrapper {
  margin-top: 0;
  position: relative;
}

.bg-arte {
  width: 400px;
}

.arte-cadeira {
  z-index: 1;
  width: 110%;
  max-width: none;
  position: absolute;
  inset: auto auto 0% 0%;
}

.bg-arte-section {
  width: 19vw;
  position: absolute;
  inset: auto auto 0% 0%;
}

.p-label-formd-v1-2 {
  color: #000;
  margin-top: 16px;
  font-size: 18px;
  line-height: 22px;
}

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

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

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

.contato {
  background-color: #fff;
  width: 100%;
  padding-top: 80px;
  padding-bottom: 80px;
}

.p {
  color: #000;
  margin-bottom: 0;
  font-size: 18px;
  line-height: 28px;
}

.p.p-realizacao {
  text-align: center;
  width: 60ch;
}

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

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

.form-v2 {
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 570px;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

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

.link-4 {
  color: #646366;
}

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

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

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

.realizacao-e-footer-v2 {
  grid-row-gap: 64px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  padding-top: 80px;
  padding-bottom: 80px;
  display: flex;
  position: relative;
}

.borda-rodape {
  background-color: #000;
  border: 1px #000;
  width: 100%;
  height: 1px;
}

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

.image-16 {
  width: 60px;
}

.vetor-realizacao {
  width: 302px;
  position: absolute;
  inset: -55px 0% auto auto;
}

.slider02_comp {
  background-color: #0000;
  height: auto;
  padding-top: 64px;
  padding-bottom: 88px;
  display: none;
  position: relative;
}

.slider02_mask {
  width: 100%;
  overflow: hidden;
}

.slider-localizacao-item-2 {
  width: 100%;
  margin-right: 2rem;
}

.slider-localizacao-mobile-img {
  border-radius: 1rem;
}

.slider-localizacao-mobile-wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  background-color: #49432800;
  border-radius: 1.5rem;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  place-items: start stretch;
  width: 100%;
  padding: 0;
  display: grid;
  position: relative;
}

.diferencial-localizacao-mobile {
  grid-row-gap: 2rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.slider-localizacao-img-wrapper {
  position: relative;
}

.p-body-mobile {
  margin-bottom: 0;
  font-size: 1.2rem;
  line-height: 1.8rem;
}

.p-body-mobile.green-mobile {
  color: var(--verde);
}

.destaque-projeto-mobile-wrapper, .mosaico-lazer-mobile {
  display: none;
}

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

.modal-lazer-mobile {
  z-index: 10;
  background-color: var(--creme);
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  height: 100vh;
  margin-top: 0;
  padding-right: 80px;
  display: none;
  position: fixed;
  top: 0;
}

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

.img-modal-plantas-wrapper {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 50vh;
  display: flex;
  overflow: hidden;
}

.h2-modal {
  color: var(--preto);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Landour, Arial, sans-serif;
  font-size: 2rem;
  font-weight: 500;
  line-height: 2.5rem;
}

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

.slider-v2-seta-dir {
  background-color: #28282800;
  background-image: linear-gradient(270deg, #0006, #0000);
  width: 5vw;
  height: 100%;
  display: block;
  right: 0;
}

.slider-v2-seta-esq {
  background-color: #28282800;
  background-image: linear-gradient(90deg, #0006, #0000);
  justify-content: center;
  align-items: center;
  width: 5vw;
  height: 100%;
  display: block;
  left: 0;
}

.slider-v2-imagens {
  z-index: 1;
  width: 100%;
  height: auto;
  margin-top: 64px;
  display: none;
  position: relative;
}

.nav-seta-esq {
  color: #fff;
  font-size: 24px;
}

.mask {
  z-index: 1;
  width: 100%;
  height: auto;
}

.icon {
  color: #fff;
  font-size: 24px;
}

.diferenciais-wrapper-lazer {
  grid-column-gap: 2rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: baseline stretch;
  width: 100%;
  display: grid;
}

.diferenciais-wrapper-lazer.diferenciais-lazer {
  place-items: end start;
  margin-top: 4rem;
}

.slider-diferenciais-localizacao-mobile {
  display: none;
}

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

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

.hero-conteudo {
  z-index: 4;
  grid-row-gap: 16px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: auto;
  padding-top: 10%;
  display: flex;
  position: absolute;
}

.grafismo-hero {
  transform-style: preserve-3d;
  width: 16vw;
  position: absolute;
  inset: 0% 0% auto auto;
}

.p-hero {
  color: #fff;
  text-align: center;
  letter-spacing: 2px;
  width: auto;
  margin-bottom: 0;
  font-family: Landour, Arial, sans-serif;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 2rem;
}

.arrow-animation-desktop {
  width: 72px;
  height: 72px;
  transform: rotate(180deg);
}

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

.logo-hero {
  width: 200px;
  max-width: none;
}

.hero-infos {
  z-index: 1;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: flex;
  position: relative;
  overflow: visible;
}

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

.hero-conteudo-wrapper {
  grid-row-gap: 1rem;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  padding-bottom: 0;
  padding-left: 0;
  display: flex;
  position: relative;
  top: 0;
  left: 0;
}

.h1-hero-desktop {
  color: #fff;
  letter-spacing: 1px;
  width: auto;
  margin-top: 0;
  margin-bottom: 16px;
  font-size: 2rem;
  line-height: 2.3rem;
}

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

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

.h2-hero {
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5rem;
}

.fachada-wrapper {
  z-index: 0;
  justify-content: center;
  align-items: center;
  width: 150vw;
  max-width: none;
  height: 100vh;
  display: flex;
  position: relative;
  overflow: hidden;
}

.hero-desktop-top {
  z-index: 3;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 0 24px;
  display: flex;
  position: absolute;
  inset: 24px 0% auto;
}

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

.arrow-animation {
  width: 72px;
  height: 72px;
  position: absolute;
  inset: auto 56px 56px auto;
  transform: rotate(180deg);
}

.p-hero-desktop {
  color: #fff;
  text-align: center;
  letter-spacing: 2px;
  width: auto;
  margin-bottom: 0;
  font-family: Landour, Arial, sans-serif;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 2rem;
}

.hero {
  background-color: var(--preto);
  width: 100%;
  height: 100vh;
  overflow: hidden;
}

.infos-fachada {
  z-index: 1;
  justify-content: space-between;
  align-items: flex-start;
  width: 94%;
  display: flex;
  position: absolute;
  inset: 3% auto auto 3%;
  overflow: hidden;
}

.hero-wrapper-desktop {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: flex;
  position: relative;
}

.h1-hero {
  color: #fff;
  letter-spacing: 1px;
  width: auto;
  margin-top: 0;
  margin-bottom: 16px;
  font-size: 2rem;
  line-height: 2.3rem;
}

.video-overlay {
  z-index: 2;
  background-color: #00000059;
  width: 100%;
  height: 100vh;
  display: none;
  position: absolute;
  inset: 0%;
}

.hero-wrapper-mobile {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100vh;
  padding: 0;
  display: none;
  position: relative;
}

.gradient-intro-section {
  background-image: linear-gradient(#000, #0000);
  width: 100%;
  height: 20vh;
  position: absolute;
  inset: 0% 0% auto;
}

.p-alma-brasileira {
  color: #fff;
  max-width: 41ch;
  margin-bottom: 0;
  font-size: 1.2rem;
  line-height: 1.6rem;
}

.alma-brasileira-logo {
  width: 22vw;
}

.grafismo-alma-brasileira {
  width: 18%;
  display: block;
  position: absolute;
  inset: 0% 0% auto auto;
}

.alma-brasileira {
  grid-column-gap: 30vh;
  grid-row-gap: 30vh;
  background-image: url('../images/alma-brasileira-bg.webp');
  background-position: 50%;
  background-size: cover;
  background-attachment: fixed;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 280vh;
  display: flex;
  position: relative;
  overflow: hidden;
}

.gradient-end-section {
  background-image: linear-gradient(#000, #0000);
  width: 100%;
  height: 100vh;
  position: absolute;
  inset: 0% 0% auto;
}

.alma-brasileira-img-mobile {
  display: none;
}

.h2-2 {
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Landour, Arial, sans-serif;
  font-size: 2rem;
  font-weight: 500;
  line-height: 2.5rem;
}

.alma-brasileira-wrapper {
  z-index: 4;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: none;
  padding-top: 10vh;
  padding-left: 3vw;
  padding-right: 3vw;
  display: flex;
  position: relative;
}

.alma-brasileira-conteudo {
  grid-row-gap: 16px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.vetor-hero-esq {
  width: 24px;
  position: absolute;
  top: 190px;
  left: 45%;
}

.vetor-hero-dir {
  width: 24px;
  position: absolute;
  top: 190px;
  right: 44%;
}

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

.alma-brasileira-wrapper-2 {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: none;
  padding-left: 3vw;
  padding-right: 3vw;
  display: flex;
}

.cta-lazer-wrapper {
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 16px;
  display: flex;
}

.slider03_comp {
  background-color: #0000;
  width: 100%;
  height: auto;
  padding-top: 0;
  padding-bottom: 7%;
  display: flex;
  position: relative;
}

.itens-projeto-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.icone-projeto {
  width: 24px;
}

.mosaico-row-1 {
  grid-column-gap: 2vw;
  grid-row-gap: 2vw;
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: .75fr 1.75fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  width: 100%;
  display: flex;
}

.image-2 {
  width: 100%;
}

.image-2.img-zoom {
  width: 53.8vw;
  max-width: none;
  height: auto;
  margin-left: -17%;
  margin-right: 0;
  overflow: clip;
}

.image-1 {
  width: 100%;
}

.image-1.img-zoom {
  width: 50vw;
  max-width: none;
  height: auto;
  margin-left: 0%;
}

.mosaico-row-1-sub {
  grid-row-gap: 2vw;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 50vw;
  display: flex;
}

.mosaico-img-wrapper-destaque-1 {
  width: auto;
  position: relative;
  overflow: hidden;
}

.image-3 {
  width: 100%;
}

.image-3.img-zoom {
  width: 60vw;
  max-width: none;
  height: auto;
  margin-left: 0%;
}

.mosaico-img-wrapper-7 {
  width: 50vw;
  position: relative;
  overflow: hidden;
}

.mosaico-row-2 {
  width: 100%;
  margin-top: 0;
  overflow: hidden;
}

.image-4 {
  width: 100%;
}

.image-4.img-zoom {
  width: 100vw;
  max-width: none;
  height: auto;
  margin-left: 0%;
}

.mosaico-row-3 {
  grid-column-gap: 2vw;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  margin-top: 0;
  display: flex;
  overflow: hidden;
}

.mosaico-img-wrapper-2 {
  width: 32vw;
  min-width: auto;
  max-width: none;
  height: auto;
  max-height: none;
  position: relative;
  overflow: hidden;
}

.image-5 {
  width: 100%;
}

.image-5.img-zoom {
  width: 33.8vw;
  max-width: none;
  height: auto;
  margin-left: 0%;
}

.image-6 {
  width: 100%;
}

.image-6.img-zoom {
  width: 31vw;
  max-width: none;
  height: auto;
  margin-left: 0%;
}

.image-7 {
  width: 100%;
}

.image-7.img-zoom {
  width: 42.4vw;
  max-width: none;
  height: auto;
  margin-left: -17%;
}

.mosaico-row-4 {
  grid-column-gap: 2vw;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  margin-top: 0;
  display: flex;
  overflow: hidden;
}

.mosaico-img-wrapper-3 {
  width: auto;
  min-width: auto;
  max-width: none;
  height: auto;
  max-height: none;
  position: relative;
  overflow: hidden;
}

.image-8 {
  width: 100%;
}

.image-8.img-zoom {
  width: 54vw;
  max-width: none;
  height: auto;
  margin-left: 0%;
}

.image-9 {
  width: 100%;
}

.image-9.img-zoom {
  width: 48vw;
  max-width: none;
  height: auto;
  margin-left: 0;
}

.mosaico-img-wrapper-4 {
  width: auto;
  min-width: auto;
  max-width: none;
  height: auto;
  max-height: none;
  position: relative;
  overflow: hidden;
}

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

.alma-brasileira-teca-logo {
  width: 18vw;
}

.video-plantas-overlay {
  z-index: 2;
  background-image: linear-gradient(90deg, #0000, #000);
  width: 60%;
  height: 100vh;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.plantas-border {
  background-color: var(--preto);
  width: 100%;
  height: 1px;
}

.vetor-diferenciais-projeto-esq, .vetor-diferenciais-projeto-dir {
  width: 32px;
}

.technogym {
  width: 110px;
}

.slider01_comp-mobile {
  background-color: #0000;
  height: auto;
  padding-top: 64px;
  padding-bottom: 88px;
  display: none;
  position: relative;
}

.slider01_mask_mobile {
  width: 80%;
  overflow: visible;
}

.slider_pagination_aptos_mobile {
  height: 1.75rem;
  font-size: .5rem;
  display: none;
  inset: auto auto 0% 0%;
}

.slider03_comp_ficha {
  background-color: #0000;
  width: 100%;
  height: auto;
  padding-top: 0;
  padding-bottom: 7%;
  display: flex;
  position: relative;
}

.vetor-video-plantas {
  z-index: 3;
  width: 24vw;
  position: absolute;
  inset: auto auto 0% 0%;
  transform: rotate(-180deg);
}

.slider-localizacao-mobile-wrapper-infos {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  background-color: #49432800;
  border-radius: 1.5rem;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  place-items: start stretch;
  width: 100%;
  padding: 0;
  display: grid;
  position: relative;
}

.slider-localizacao-item-3 {
  width: 100%;
  margin-right: 2rem;
}

.btn-video-alma-brasileira {
  border: 1px solid var(--branco);
  color: var(--branco);
  letter-spacing: 1px;
  text-transform: uppercase;
  border-radius: 100px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-top: 16px;
  padding: 12px 24px;
  font-size: 1.1rem;
  line-height: 1.6rem;
  text-decoration: none;
  display: flex;
}

.icone-play {
  width: 16px;
}

.modal-video-alma-brasileira {
  z-index: 10;
  grid-row-gap: 2rem;
  background-color: var(--branco);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  margin-top: 0;
  padding-bottom: 32px;
  padding-right: 0;
  display: none;
  position: fixed;
  top: 0;
  overflow: auto;
}

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

.video {
  width: 100%;
}

.video-wrapper {
  justify-content: center;
  align-items: center;
  width: 70%;
  height: auto;
  display: block;
}

.img-hero {
  width: 100%;
  height: 100vh;
  position: relative;
}

.localizacao-diferencial-desktop {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  background-color: #49432800;
  border-radius: 1.5rem;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  place-items: start stretch;
  width: 100%;
  padding: 0;
  display: flex;
  position: relative;
}

.text-span-4 {
  color: var(--preto);
  font-family: Landour, Arial, sans-serif;
  font-size: 1.7rem;
  line-height: 2.2rem;
}

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

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

.image-17 {
  width: 100%;
}

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

.mask-2 {
  height: auto;
}

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

.icon-2, .icon-3 {
  color: #000;
}

.diferenciais-plantas-modal {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  display: grid;
}

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

.image-10 {
  width: 100%;
}

.image-10.img-zoom {
  width: 50.7vw;
  max-width: none;
  height: auto;
  margin-left: -50%;
}

.image-11 {
  width: 100%;
}

.image-11.img-zoom {
  width: 45.2vw;
  max-width: none;
  height: auto;
  margin-left: -20%;
}

.image-12 {
  width: 100%;
}

.image-12.img-zoom {
  width: 34vw;
  max-width: none;
  height: auto;
  margin-left: 0%;
}

.video-v1 {
  width: 80%;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
}

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

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

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

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

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

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

.icone-localizacao-3 {
  width: 26px;
}

.imagem-decorativa-projetistas-1, .imagem-decorativa-projetistas-2 {
  display: none;
}

.gradient-intro-section-hero {
  z-index: 3;
  background-image: linear-gradient(0deg, #000, #0000);
  width: 100%;
  height: 70vh;
  position: absolute;
  inset: auto 0% 0%;
}

.logo-projetista-2 {
  height: 72px;
}

.logo-projetista-wrapper-2 {
  grid-row-gap: 16px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 16px;
  display: flex;
}

.logo-projetista-3 {
  height: 50px;
}

.icone-projeto-2 {
  width: 30px;
}

.icone-projeto-copy {
  width: 24px;
}

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

.video-1-wrapper {
  background-color: var(--branco);
  width: 100%;
  padding-bottom: 80px;
  display: none;
}

.diferenciais-seguranca {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  display: grid;
}

.h1 {
  z-index: -1;
  opacity: 0;
  margin-top: 0;
  margin-bottom: 0;
  position: absolute;
  inset: 0% auto auto 0%;
}

@media screen and (min-width: 1920px) {
  .destaque-projeto-wrapper {
    justify-content: center;
    align-items: flex-start;
  }

  .slider01_mask {
    width: 64%;
  }

  .slider-localizacao-item {
    margin-right: 2rem;
  }

  .lightbox-aptos {
    width: 100%;
  }

  .bg-arte-section {
    width: 300px;
  }

  .slider02_mask {
    width: 64%;
  }

  .slider-localizacao-item-2 {
    margin-right: 2rem;
  }

  .grafismo-hero {
    width: 12vw;
  }

  .logo-hero {
    width: 9vw;
  }

  .hero-infos {
    z-index: 1;
    width: 100%;
    overflow: visible;
  }

  .h2-hero {
    font-size: .6vw;
  }

  .fachada-wrapper {
    width: auto;
  }

  .hero-wrapper-desktop {
    overflow: hidden;
  }

  .slider01_mask_mobile {
    width: 64%;
  }

  .slider-localizacao-item-3 {
    margin-right: 2rem;
  }

  .modal-video-alma-brasileira {
    display: none;
  }

  .video {
    width: 100%;
  }

  .video-wrapper {
    width: 60%;
    height: 80vh;
    display: flex;
    overflow: hidden;
  }

  .img-hero {
    max-width: none;
  }
}

@media screen and (max-width: 991px) {
  .slider01_mask {
    width: 50%;
  }

  .slider01_comp, .slider02_comp {
    padding-left: 0;
    padding-right: 0;
  }

  .slider02_mask {
    width: 50%;
  }

  .slider03_comp, .slider01_comp-mobile {
    padding-left: 0;
    padding-right: 0;
  }

  .slider01_mask_mobile {
    width: 50%;
  }

  .slider03_comp_ficha {
    padding-left: 0;
    padding-right: 0;
  }
}

@media screen and (max-width: 767px) {
  .slider01_mask {
    width: 80%;
  }

  .slider_arrow.is-left {
    right: 3.5rem;
  }

  .slider-localizacao-imagem-wrapper {
    padding: 1.5rem;
  }

  .slider02_mask {
    width: 80%;
  }

  .slider-localizacao-mobile-wrapper {
    padding: 1.5rem;
  }

  .slider01_mask_mobile {
    width: 80%;
  }

  .slider-localizacao-mobile-wrapper-infos, .localizacao-diferencial-desktop {
    padding: 1.5rem;
  }
}

@media screen and (max-width: 479px) {
  .section-heading {
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    margin-top: 40px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .section-heading.projetistas-heading {
    margin-top: 0;
  }

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

  .p-label-form-modal-v1 {
    color: var(--preto);
  }

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

  .form-v1 {
    justify-content: center;
    align-items: center;
    max-width: none;
  }

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

  .p-label-formd-v1 {
    color: var(--preto);
  }

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

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

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

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

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

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

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

  .menu-button {
    margin-right: 0;
    padding-right: 20px;
  }

  .menu-button.w--open {
    margin-right: 0;
  }

  .bt-nav-conversion-v3 {
    grid-column-gap: 8px;
    justify-content: center;
    max-width: none;
  }

  .navbar-v3 {
    z-index: 9;
    justify-content: flex-end;
    align-items: center;
    width: 70%;
  }

  .nav-texto {
    mix-blend-mode: normal;
  }

  .setin-logo {
    width: 150px;
  }

  .localizacao {
    margin-top: 0;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .section-border {
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 16px;
    padding-right: 16px;
    display: flex;
  }

  .section-border.section-border-projetistas {
    display: none;
  }

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

  .h2.h2-plantas {
    max-width: none;
  }

  .p-heading {
    color: var(--preto);
    font-size: 5vw;
    line-height: 6vw;
  }

  .p-heading.p-heading-plantas {
    max-width: none;
    line-height: 8vw;
  }

  .img-localizacao-wrapper {
    margin-top: 0;
    overflow: auto;
  }

  .aerea-localizacao {
    width: 1000px;
    max-width: none;
  }

  .localizacao-infos-wrapper {
    grid-row-gap: 1rem;
    justify-content: center;
    align-items: flex-end;
    margin-top: 48px;
  }

  .p-body.p-localizacao-infos {
    color: var(--preto);
    width: 100%;
    padding-left: 16px;
    padding-right: 16px;
  }

  .p-body.p-destaque-projeto {
    width: auto;
  }

  .p-body.p-arte {
    width: 100%;
  }

  .p-body.p-destaque-projeto-1 {
    width: auto;
  }

  .diferenciais-wrapper {
    display: none;
  }

  .diferenciais-wrapper.diferenciais-lazer {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: baseline;
    margin-top: 2rem;
    display: none;
  }

  .diferencial-localizacao {
    grid-row-gap: 1rem;
  }

  .destaque-projeto {
    padding-top: 64px;
    padding-left: 0;
    padding-right: 0;
  }

  .destaque-projeto-wrapper {
    display: none;
  }

  .vetor-localizacao-texto {
    width: 36px;
    margin-right: 16px;
    position: relative;
    inset: auto 0% 0% auto;
  }

  .mosaico-lazer-imgs {
    justify-content: center;
    align-items: flex-end;
    padding: 64px 16px;
    overflow: hidden;
  }

  .mosaico-wrapper {
    display: none;
  }

  .cta-projeto-v1 {
    grid-column-gap: 8px;
    justify-content: center;
    width: 100%;
    max-width: none;
  }

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

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

  .background-video {
    height: 60vh;
  }

  .plantas-intro-wrapper {
    padding-left: 0;
    padding-right: 0;
  }

  .slider01_mask {
    width: 90%;
  }

  .slider_arrow {
    margin-right: 16px;
  }

  .slider_arrow.is-left.aptos-mobile, .slider_arrow.aptos-mobile {
    display: none;
  }

  .slider-localizacao-imagem-wrapper {
    padding: 0;
  }

  .slider-localizacao-item {
    margin-right: 1rem;
  }

  .slider01_comp {
    padding-top: 40px;
    padding-bottom: 4.5rem;
    display: none;
  }

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

  .cta-projeto-v2 {
    grid-column-gap: 8px;
    justify-content: center;
    width: 100%;
    max-width: none;
    margin-top: 24px;
    margin-left: 0;
  }

  .opcoes-plantas-wrapper {
    margin-top: 64px;
  }

  .video-plantas {
    height: 60vh;
  }

  .video-plantas-container {
    grid-row-gap: 2.5rem;
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    margin-top: 0;
  }

  .h2-video-plantas {
    color: var(--preto);
    mix-blend-mode: multiply;
    padding-left: 16px;
    padding-right: 16px;
    font-size: 6.5vw;
    line-height: 10vw;
    position: static;
  }

  .text-span {
    font-size: 5.5vw;
    line-height: 10vw;
  }

  .p-legenda-slider {
    font-size: .6rem;
  }

  .plantas-wrapper {
    flex-flow: column;
    margin-top: 40px;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .planta-wrapper {
    grid-row-gap: 16px;
    flex-flow: column;
    justify-content: space-around;
    align-items: flex-start;
    padding: 16px;
  }

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

  .planta-img {
    width: 100%;
  }

  .planta-diferenciais-wrapper {
    justify-content: center;
    align-items: center;
    padding: 16px;
  }

  .modal-link-plantas {
    justify-content: center;
    align-items: center;
    width: 100%;
    padding: 24px 0;
  }

  .modal-diferenciais-plantas {
    justify-content: center;
    align-items: flex-start;
    padding-bottom: 64px;
    padding-right: 0;
    display: none;
    overflow: auto;
  }

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

  .diferenciais-modal-planta-wrapper {
    grid-row-gap: 2rem;
    flex-flow: column;
    justify-content: center;
    margin-top: 32px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .diferenciais-plantas {
    grid-row-gap: 2rem;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
  }

  .diferenciais-sustetabilidade {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    display: flex;
  }

  .diferencial-planta {
    grid-row-gap: 1rem;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .projetistas {
    padding: 64px 0;
  }

  .projetistas-imagem-decorativa {
    width: 120px;
    top: 13px;
  }

  .projetistas-wrapper {
    grid-row-gap: 5rem;
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    display: flex;
  }

  .projetista-wrapper {
    position: relative;
  }

  .imagem-projetista {
    max-width: none;
  }

  .h3-projetistas {
    padding-left: 16px;
  }

  .cta-projeto-v3 {
    grid-column-gap: 8px;
    justify-content: center;
    width: 100%;
    max-width: none;
  }

  .cta-projetistas-wrapper {
    padding-left: 16px;
    padding-right: 16px;
  }

  .modal-projetista-1 {
    justify-content: center;
    align-items: flex-start;
    padding: 0 0 64px;
    display: none;
    overflow: auto;
  }

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

  .projetista-modal-wrapper {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    margin-top: 48px;
  }

  .p-projetista-modal {
    padding-left: 16px;
    padding-right: 16px;
  }

  .modal-projetista-2 {
    justify-content: center;
    align-items: flex-start;
    padding-bottom: 64px;
    padding-left: 0;
    padding-right: 0;
    display: none;
    overflow: auto;
  }

  .modal-projetista-3 {
    justify-content: center;
    align-items: flex-start;
    padding: 0 0 64px;
    display: none;
    overflow: auto;
  }

  .img-projetista-wrapper {
    padding-left: 16px;
    padding-right: 16px;
  }

  .icone-lupa-projetisa {
    right: 32px;
  }

  .arte {
    padding: 64px 16px;
  }

  .arte-wrapper {
    grid-column-gap: 0rem;
    grid-row-gap: 2rem;
    flex-flow: column;
  }

  .bg-arte-section {
    display: none;
  }

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

  .container-2.container-contato, .container-2.container-realizacao {
    padding-left: 16px;
    padding-right: 16px;
  }

  .contato {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .p.p-realizacao {
    width: auto;
  }

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

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

  .realizacao-e-footer-v2 {
    grid-row-gap: 40px;
    padding-top: 152px;
    padding-bottom: 40px;
  }

  .borda-rodape {
    background-color: #000;
    border-style: none;
    width: 94%;
  }

  .vetor-realizacao {
    width: 153px;
    top: -28px;
  }

  .slider02_comp {
    width: 95%;
    padding: 0 0 4.5rem;
    display: block;
  }

  .slider02_mask {
    width: 100%;
    max-width: 100%;
  }

  .slider-localizacao-item-2 {
    width: 100%;
    margin-right: 1rem;
    overflow: visible;
  }

  .slider-localizacao-mobile-img {
    border-radius: 1rem;
    width: 100%;
  }

  .slider-localizacao-mobile-wrapper {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    padding: 0;
    display: grid;
  }

  .diferencial-localizacao-mobile {
    grid-row-gap: 1.5rem;
  }

  .slider-localizacao-img-wrapper {
    position: relative;
  }

  .destaque-projeto-mobile-wrapper {
    grid-row-gap: 1.5rem;
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    margin-top: 2rem;
    display: flex;
    overflow: hidden;
  }

  .img-projeto-mobile-wrapper {
    justify-content: center;
    align-items: center;
    width: 100%;
    display: flex;
    position: relative;
    overflow: hidden;
  }

  .fachada-projeto-mobile {
    width: 100%;
  }

  .logo-teca-mobile {
    z-index: 1;
    width: 13vw;
    position: absolute;
    inset: 16px auto auto 8px;
  }

  .vetor-fachada-mobile-2 {
    z-index: 1;
    width: 20vw;
    position: absolute;
    inset: 0% 0% auto auto;
  }

  .p-destaque-fachada-mobile {
    grid-row-gap: 32px;
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    padding-left: 16px;
    padding-right: 16px;
    display: flex;
    overflow: hidden;
  }

  .mosaico-lazer-mobile {
    z-index: 0;
    grid-row-gap: 1rem;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-top: 32px;
    display: flex;
    position: relative;
  }

  .img-lazer-mobile-wrapper {
    width: 100%;
    position: relative;
    overflow: hidden;
  }

  .imagem-lazer {
    width: 100%;
  }

  .btn-galeria-mobile {
    grid-column-gap: 10px;
    border: 1px solid var(--preto);
    color: var(--preto);
    letter-spacing: 1px;
    border-radius: 100px;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 52px;
    padding-bottom: 0;
    padding-right: 0;
    font-size: 1rem;
    text-decoration: none;
    display: flex;
  }

  .icone-zoom-mosaico-mobile {
    width: 16px;
  }

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

  .modal-lazer-mobile {
    background-color: var(--branco);
    justify-content: center;
    align-items: flex-start;
    padding-bottom: 64px;
    padding-left: 0;
    padding-right: 0;
    display: none;
    overflow: auto;
  }

  .fechar-modal-mosaico-lazer {
    z-index: 1;
    border-color: var(--branco);
    position: fixed;
  }

  .text-block-3 {
    font-size: 1.2rem;
  }

  .img-modal-plantas-wrapper {
    width: 100%;
    height: auto;
    overflow: hidden;
  }

  .h2-modal {
    font-size: 8vw;
    line-height: 10vw;
  }

  .slider-v2-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-v2-seta-dir, .slider-v2-seta-esq {
    width: 12vw;
    display: none;
  }

  .slider-v2-imagens {
    background-color: #ddd0;
    height: auto;
    margin-top: 0;
    padding-bottom: 56px;
    display: flex;
  }

  .mask {
    height: auto;
  }

  .slide {
    width: 100%;
  }

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

  .diferenciais-wrapper-lazer.diferenciais-lazer {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: baseline;
    margin-top: 2rem;
    display: grid;
  }

  .slider-diferenciais-localizacao-mobile {
    grid-row-gap: 1.5rem;
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    display: flex;
  }

  .cta-projeto-wrapper {
    width: 100%;
    padding-left: 16px;
    padding-right: 16px;
  }

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

  .hero-conteudo {
    display: none;
  }

  .grafismo-hero {
    width: 46vw;
    max-width: none;
    display: block;
    top: auto;
    bottom: 0%;
    transform: rotateX(180deg)rotateY(0)rotateZ(0);
  }

  .p-hero {
    color: #000;
    text-align: left;
    font-size: 1.2rem;
    font-weight: 500;
    line-height: 1.8rem;
  }

  .p-hero.p-hero-mobile {
    text-align: center;
  }

  .p-hero.p-hero-metragem {
    font-size: 1.5rem;
  }

  .hero-border {
    background-color: #000;
  }

  .logo-hero {
    width: 34vw;
  }

  .hero-infos {
    background-color: var(--branco);
    justify-content: center;
    align-items: center;
    height: auto;
    padding-top: 0;
    padding-bottom: 20vh;
  }

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

  .hero-conteudo-wrapper {
    grid-row-gap: 4vw;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    padding-bottom: 0;
    padding-left: 0;
    top: 24px;
    left: 0;
  }

  .h1-hero-desktop {
    width: 17ch;
    margin-bottom: 0;
    font-family: Hurmegeometricsans2, Arial, sans-serif;
    font-size: 1.7rem;
    font-weight: 400;
    line-height: 2.2rem;
  }

  .video-hero-desktop {
    height: 50vh;
  }

  .h2-hero {
    width: auto;
    font-size: 3.5vw;
    line-height: 4.6vw;
  }

  .fachada-wrapper {
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    height: auto;
  }

  .arrow-animation {
    bottom: 16px;
    right: 16px;
  }

  .p-hero-desktop {
    font-size: 1.4rem;
    line-height: 2rem;
  }

  .hero {
    z-index: 1;
    height: auto;
    position: relative;
    overflow: visible;
  }

  .infos-fachada {
    width: 100%;
    padding-top: 24px;
    padding-left: 16px;
    padding-right: 16px;
    top: 0%;
    left: auto;
  }

  .hero-wrapper-desktop, .arrow-animation-wrapper {
    display: none;
  }

  .h1-hero {
    color: #000;
    width: 17ch;
    margin-bottom: 0;
    font-family: Hurmegeometricsans2, Arial, sans-serif;
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 2.1rem;
  }

  .h1-hero.h1-hero-mobile {
    text-align: center;
  }

  .hero-wrapper-mobile {
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    height: auto;
    display: flex;
    overflow: hidden;
  }

  .gradient-intro-section {
    z-index: 1;
    height: 30vh;
    position: absolute;
  }

  .p-alma-brasileira {
    max-width: none;
  }

  .alma-brasileira-logo {
    width: 60vw;
  }

  .alma-brasileira-img-wrapper {
    z-index: 0;
    justify-content: center;
    align-items: center;
    width: 100%;
    display: flex;
    position: relative;
  }

  .grafismo-alma-brasileira {
    z-index: 1;
    width: 56%;
    display: none;
    position: absolute;
    inset: 0% 0% auto auto;
  }

  .alma-brasileira {
    z-index: 0;
    grid-column-gap: 0vh;
    grid-row-gap: 0vh;
    background-color: #000;
    background-image: none;
    flex-flow: column;
    height: auto;
    padding-top: 0;
    padding-bottom: 96px;
    position: relative;
    overflow: hidden;
  }

  .gradient-end-section {
    z-index: 1;
    background-image: linear-gradient(0deg, #000, #0000);
    height: 20vh;
    position: absolute;
    top: auto;
    bottom: 0;
  }

  .alma-brasileira-img-mobile {
    width: 100%;
    max-width: none;
    display: block;
  }

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

  .h2-2 {
    font-size: 7vw;
    line-height: 10vw;
  }

  .alma-brasileira-wrapper {
    grid-row-gap: 48px;
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    max-height: none;
    margin-top: -106px;
    padding-left: 6vw;
    padding-right: 6vw;
    position: relative;
  }

  .alma-brasileira-conteudo {
    grid-row-gap: 24px;
    width: 100%;
  }

  .alma-brasileira-wrapper-2 {
    grid-row-gap: 48px;
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    max-height: none;
    margin-top: 20vh;
    padding-left: 6vw;
    padding-right: 6vw;
    position: relative;
  }

  .cta-lazer-wrapper {
    margin-top: 32px;
    display: flex;
  }

  .slider03_comp {
    width: 100%;
    max-width: 100%;
    padding: 0 0 24px;
    display: block;
  }

  .itens-projeto-wrapper {
    width: 100%;
  }

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

  .alma-brasileira-teca-logo {
    width: 60vw;
  }

  .video-plantas-overlay {
    display: none;
  }

  .vetor-diferenciais-projeto-dir {
    width: 32px;
  }

  .slider01_comp-mobile {
    padding-top: 32px;
    padding-bottom: 40px;
    display: flex;
  }

  .slider01_mask_mobile {
    width: 100%;
  }

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

  .slider03_comp_ficha {
    width: 100%;
    max-width: 100%;
    padding: 0 0 72px;
    display: block;
  }

  .vetor-video-plantas {
    width: 40%;
    inset: 0% 0% auto auto;
    transform: none;
  }

  .slider-localizacao-mobile-wrapper-infos {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    padding: 0;
    display: flex;
  }

  .slider-localizacao-item-3 {
    width: 92%;
    margin-right: 1rem;
    overflow: visible;
  }

  .bg-mosaico-mobile {
    z-index: -1;
    width: 40vw;
    position: absolute;
    inset: 0% -20% auto auto;
  }

  .btn-video-alma-brasileira {
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .modal-video-alma-brasileira {
    justify-content: center;
    align-items: flex-start;
    padding-bottom: 64px;
    padding-right: 0;
    display: none;
    overflow: auto;
  }

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

  .video, .video-wrapper {
    width: 100%;
  }

  .localizacao-diferencial-desktop {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    padding: 0;
    display: flex;
  }

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

  .slider-plantas {
    width: 100%;
    padding-bottom: 48px;
  }

  .slider-plantas-bullets {
    display: block;
  }

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

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

  .video-v1 {
    width: 100%;
    margin-top: 0;
  }

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

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

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

  .img-hero-mobile {
    width: 100%;
  }

  .imagem-decorativa-projetistas-1 {
    z-index: 0;
    width: 12vw;
    display: block;
    position: absolute;
    inset: 16% 0% auto auto;
  }

  .imagem-decorativa-projetistas-1-copy {
    z-index: 0;
    width: 16vw;
    position: absolute;
    inset: 0% 0% auto auto;
  }

  .imagem-decorativa-projetistas-2 {
    z-index: 0;
    width: 12vw;
    display: block;
    position: absolute;
    inset: 12% auto auto 0%;
  }

  .gradient-intro-section-hero {
    z-index: 1;
    background-image: linear-gradient(0deg, #000, #0000);
    height: 20vh;
    position: absolute;
    top: auto;
    bottom: 0;
  }

  .logo-projetista-wrapper-2 {
    padding-top: 0;
  }

  .video-1-wrapper {
    padding-bottom: 0;
    overflow: hidden;
  }

  .diferenciais-seguranca {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    display: flex;
  }
}

#w-node-d0d0e854-11b8-c469-f2fc-2891cae4095b-0d40772b, #w-node-_37a0df84-0ce9-e720-e82e-556a54c117d6-0d40772b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_71ad6fb7-44aa-08c3-0845-76628eca1050-0d40772b {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_361f96f9-fff1-c94d-20b7-03516d1b3e9e-0d40772b, #w-node-bfc25699-5e2c-0e86-14de-dca2b8d39ca9-0d40772b {
  grid-area: span 1 / span 2 / span 1 / span 2;
}


@font-face {
  font-family: 'Hurmegeometricsans2';
  src: url('../fonts/HurmeGeometricSans2-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Hurmegeometricsans4';
  src: url('../fonts/HurmeGeometricSans4-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Landour';
  src: url('../fonts/Landour-MediumDisplay.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}