@font-face {
  font-family: Eleveneleven;
  src: url('../fonts/ElevenEleven-Light.otf') format("opentype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

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

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

:root {
  --branco: white;
  --preto: black;
  --marrom: #5a4637;
  --container: 1560px;
  --verde-escuro: #484b3a;
  --cinza-medio: #989085;
}

.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 {
  font-family: Eleveneleven, Arial, sans-serif;
  font-weight: 500;
}

.hero {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  display: flex;
  position: relative;
  overflow: hidden;
}

.hero--wrapper {
  z-index: 0;
  background-image: url('../images/aerea-regiao-desktop.webp');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 80vh;
  display: flex;
  position: relative;
  overflow: hidden;
}

.hero--container {
  justify-content: space-around;
  align-items: center;
  width: 100vw;
  padding: .5vw 5vw;
  display: flex;
  position: absolute;
  inset: 0%;
}

.hero--esq {
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 50%;
  height: 100%;
  padding-top: 8vw;
  padding-bottom: 8vw;
  display: flex;
  position: relative;
}

.alma--brasileira--container {
  z-index: 1;
  grid-row-gap: 2vw;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.image {
  width: 20vw;
}

.saiba--mais--cta {
  grid-column-gap: 12px;
  background-color: var(--branco);
  color: var(--preto);
  text-transform: none;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  padding: 12px 24px;
  font-size: .8vw;
  font-weight: 500;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

.saiba--mais--cta:hover {
  grid-column-gap: 16px;
  background-color: #fafafa;
}

.p--saiba--mais {
  color: var(--preto);
  font-size: 1vw;
}

.seta--saiba--mais--cta {
  width: 1.4vw;
}

.hero--dir {
  grid-row-gap: 0vw;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background-image: linear-gradient(300deg, #dddddd80, #ffffffb3);
  border-top: 1px solid #dddddd59;
  border-left: 1px solid #fff3;
  border-top-right-radius: 40px;
  border-bottom-left-radius: 40px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 30%;
  height: auto;
  padding: 1vw 1.5vw;
  display: flex;
}

.hero--infos--wrapper {
  z-index: 1;
  background-color: var(--marrom);
  background-image: url('../images/grafismo.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: flex-start;
  width: 100vw;
  height: auto;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  position: relative;
  overflow: hidden;
}

.hero--infos--container {
  z-index: 2;
  grid-row-gap: 1vw;
  background-color: #5a4637cc;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding: 1.5vw 5vw;
  display: flex;
  position: relative;
  inset: 0%;
}

.h2 {
  color: var(--branco);
  letter-spacing: 1px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1vw;
  font-weight: 500;
  line-height: 1.5vw;
}

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

.p--hero--infos {
  color: var(--branco);
  text-align: center;
  letter-spacing: 1px;
  margin-bottom: 0;
  font-size: 1.2vw;
  font-weight: 300;
  line-height: 1.7vw;
}

.p--hero--infos.bold {
  font-size: 1.5vw;
  font-weight: 700;
  line-height: 2vw;
}

.footer {
  background-color: var(--branco);
  border-top: 1px solid #00000026;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 3vw;
  padding-bottom: 3vw;
  display: flex;
}

.footer--logos {
  grid-column-gap: 1.5vw;
  justify-content: center;
  align-items: center;
  display: flex;
}

.footer--logos--wrapper {
  grid-row-gap: 1.5vw;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.p--realizacao {
  color: var(--preto);
  text-align: center;
  margin-bottom: 0;
  font-size: .7vw;
}

.p--realizacao.p--texto--legal {
  margin-top: 2vw;
  font-weight: 300;
}

.footer--logos--img {
  width: 126px;
  height: 37px;
}

.footer--logos--img.trisul-logo {
  width: 165px;
  height: auto;
}

.footer--logos--img.display--none {
  display: none;
}

.borda--logos--assinatura {
  background-color: var(--preto);
  width: 1px;
  height: 2vw;
}

.bt-texto-legal-footer-v2 {
  border: 1px solid var(--preto);
  color: #202020;
  border-radius: 100px;
  padding: 8px 32px;
  text-decoration: none;
  display: none;
}

.text-block-3 {
  color: var(--preto);
  font-size: .7vw;
  line-height: 2rem;
}

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

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

.legal--wrapper {
  grid-row-gap: 2vw;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  display: flex;
}

.image-16 {
  width: 60px;
}

.p--intro--form {
  width: 100%;
  color: var(--preto);
  text-align: center;
  margin-bottom: .5vw;
  font-size: .95vw;
  font-weight: 700;
  line-height: 1.2vw;
}

.p-label-formd-v1-2 {
  color: var(--preto);
  margin-top: 1vw;
  font-size: .7vw;
  font-weight: 300;
  line-height: .7vw;
}

.p-label-formd-v1-2.p-label-um {
  margin-top: .6vw;
}

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

.input-form-footer-email-2 {
  border-style: none none solid;
  border-width: 1px 2px 1px 1px;
  border-color: black black var(--preto);
  opacity: 1;
  width: 100%;
  height: auto;
  color: var(--preto);
  -webkit-text-stroke-width: 0px;
  -webkit-text-stroke-color: #202020;
  background-color: #fff0;
  margin-top: 0;
  margin-bottom: .2vw;
  padding-left: 0;
  font-size: .7vw;
  font-weight: 300;
  line-height: .7vw;
}

.input-form-footer-nome-2 {
  border-style: none none solid;
  border-width: 1px 2px 1px 1px;
  border-color: black black var(--preto);
  opacity: 1;
  width: 100%;
  height: auto;
  color: var(--preto);
  -webkit-text-stroke-width: 0px;
  -webkit-text-stroke-color: #202020;
  background-color: #fff0;
  margin-bottom: .2vw;
  padding-left: 0;
  font-size: .7vw;
  font-weight: 300;
  line-height: .7vw;
}

.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(--preto);
  text-transform: uppercase;
  height: auto;
  padding-top: 9px;
  padding-bottom: 9px;
  font-size: .9vw;
  font-weight: 700;
  line-height: 1.8vw;
}

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

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

.input-form-footer-telefone-2 {
  border-style: none none solid;
  border-width: 1px 2px 1px 1px;
  border-color: black black var(--preto);
  opacity: 1;
  width: 100%;
  height: auto;
  color: var(--preto);
  -webkit-text-stroke-width: 0px;
  -webkit-text-stroke-color: #202020;
  background-color: #fff0;
  margin-bottom: .2vw;
  padding-left: 0;
  font-size: .7vw;
  font-weight: 300;
  line-height: .7vw;
}

.link-4 {
  color: #505050;
}

.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: none;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  display: flex;
  position: relative;
}

.p-checkbox {
  color: var(--preto);
  font-size: .55vw;
  font-weight: 300;
  line-height: 1vw;
}

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

.text-block-2 {
  color: var(--preto);
  font-size: .5vw;
  font-weight: 300;
  line-height: .7vw;
}

.paragraph-3 {
  color: var(--preto);
  text-align: center;
  margin-bottom: .6vw;
  font-size: .55vw;
  font-weight: 300;
  line-height: 1vw;
}

.select-form-footer-2 {
  border-style: none none solid;
  border-width: 1px 2px 1px 1px;
  border-color: black black var(--preto);
  opacity: 1;
  width: 100%;
  height: auto;
  color: var(--preto);
  -webkit-text-stroke-width: 0px;
  -webkit-text-stroke-color: #202020;
  background-color: #fff0;
  margin-bottom: .2vw;
  padding-top: 1vw;
  padding-bottom: .6vw;
  padding-left: 0;
  font-size: .7vw;
  font-weight: 300;
  line-height: .7vw;
}

.p-label-form-modal-v1-2 {
  color: var(--preto);
  margin-top: .7vw;
  margin-bottom: 0;
  font-size: .7vw;
  font-weight: 300;
  line-height: .7rem;
}

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

.vetor--sobreposicao {
  z-index: -1;
  width: 12vw;
  position: absolute;
  inset: auto auto -1% 24vw;
}

.localizacao--wrapper {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-top: 2vw;
  margin-bottom: 6vw;
  display: flex;
}

.p--hero--infos--wrapper {
  grid-row-gap: .5vw;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.localizacao--esq {
  justify-content: center;
  align-items: center;
  width: 50%;
  display: flex;
}

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

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

.mapa--ilustrado--mobile {
  width: 100%;
  display: none;
}

.p--legenda--mapa {
  z-index: 1;
  color: var(--branco);
  text-align: center;
  margin-bottom: 0;
  font-size: .6vw;
  position: absolute;
  inset: auto 2% 2% auto;
}

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

.bold {
  font-weight: 700;
}

.mobile--wrapper {
  display: none;
}

.footer--logos--setin {
  width: 126px;
}

.hero--lp--completa {
  z-index: 1;
  background-color: var(--branco);
  background-image: url('../images/img--hero--nova.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 250vh;
  padding-top: 0;
  display: flex;
  position: relative;
  overflow: hidden;
}

.hero--wrapper--lp--completa {
  z-index: 4;
  grid-row-gap: 1.5vw;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: 12vw;
  display: flex;
  position: fixed;
}

.hero--h2 {
  width: 20ch;
  color: var(--preto);
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2vw;
  font-weight: 500;
  line-height: 3vw;
}

.body-2 {
  color: var(--preto);
  font-family: Eleveneleven, Arial, sans-serif;
  font-weight: 500;
}

.hero--h3 {
  color: var(--preto);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.2vw;
  font-weight: 500;
  line-height: 1.8vw;
}

.cta--padrao {
  grid-column-gap: .8vw;
  background-color: var(--preto);
  color: var(--branco);
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  padding: 20px 32px;
  font-size: 1.2vw;
  font-weight: 300;
  line-height: 1.2vw;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

.cta--padrao:hover {
  grid-column-gap: 1.1vw;
  color: #fffc;
  transform: scale(1.03);
}

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

.text-block-4 {
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.2rem;
}

.logo--hero {
  z-index: 2;
  width: 22vw;
  position: fixed;
  inset: 20vw auto auto;
}

.alma--brasileiro {
  z-index: 1;
  background-color: var(--branco);
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 0;
  padding-top: 80px;
  padding-bottom: 0;
  display: flex;
  position: relative;
  overflow: hidden;
}

.container {
  width: 100%;
  max-width: var(--container);
  padding-left: 32px;
  padding-right: 32px;
}

.container.container--alma--brasileira {
  grid-column-gap: 32px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 2fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  place-items: stretch start;
  display: grid;
}

.container.container--o--projeto--diferenciais {
  z-index: 1;
  grid-row-gap: 2vw;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.alma--brasileira--esq {
  grid-column-gap: 0vh;
  grid-row-gap: 40vh;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.alma--brasileira--logo {
  width: 80%;
}

.alma--brasileira--dir {
  grid-row-gap: 4vh;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.h2--sessoes {
  color: var(--preto);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2.5rem;
  font-weight: 500;
  line-height: 3.5rem;
}

.h2--sessoes.h2--o--projeto {
  width: auto;
}

.h2--sessoes.branco {
  color: var(--branco);
}

.h2--sessoes.branco.h2--lazer {
  width: auto;
  max-width: 18ch;
}

.h2--sessoes.branco.h2--localizacao {
  z-index: 1;
  position: absolute;
  top: 20%;
}

.h2--sessoes.h2--plantas {
  width: 22ch;
}

.h2--sessoes.h2--o--aptos {
  width: 20ch;
}

.h2--sessoes.h2--contato {
  text-align: center;
  width: 22ch;
}

.texto--destaque {
  color: var(--preto);
}

.alma--brasileira--imagem {
  border-radius: 56px;
  width: 90%;
}

.p--global {
  letter-spacing: 1px;
  width: auto;
  max-width: 50ch;
  margin-bottom: 0;
  font-size: 1.1rem;
  font-weight: 500;
  line-height: 1.8rem;
}

.p--global.branco {
  max-width: 40ch;
  color: var(--branco);
  font-size: 1.1rem;
  font-weight: 300;
  line-height: 1.8rem;
}

.p--global.branco.p--localizacao {
  max-width: 34ch;
}

.p--global.p--projeto {
  max-width: none;
  font-size: 1.1rem;
  line-height: 1.8rem;
}

.p--global.p--esg {
  text-align: center;
  max-width: 40ch;
  font-size: .9rem;
  line-height: 1.4rem;
}

.p--global.p--esg--info {
  max-width: 40ch;
}

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

.alma--brasileira--video {
  border-radius: 56px;
  width: 86%;
}

.h1--hero {
  z-index: -1;
  opacity: 0;
  color: #0000;
  margin-top: 0;
  margin-bottom: 0;
  display: none;
  position: relative;
}

.o--projeto {
  z-index: 1;
  grid-row-gap: 4vh;
  background-color: var(--branco);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 0;
  padding: 80px 0;
  display: flex;
  position: relative;
  overflow: hidden;
}

.o--projeto--intro {
  width: 100%;
  max-width: var(--container);
  grid-column-gap: 32px;
  grid-row-gap: 0px;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  padding-left: 32px;
  padding-right: 32px;
  display: flex;
}

.o--projeto--container {
  z-index: 1;
  border-radius: 0;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: none;
  height: auto;
  display: flex;
  position: relative;
  overflow: hidden;
}

.o--projeto--img--intro {
  width: 100%;
}

.logo--tagline {
  width: 15%;
  position: absolute;
  top: 38%;
  left: 10%;
}

.o--projeto--imgs {
  z-index: 1;
  width: 100%;
  max-width: var(--container);
  grid-column-gap: 32px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr .5fr;
  grid-auto-columns: 1fr;
  place-items: start center;
  display: grid;
  position: relative;
}

.o--projeto--imgs-esq {
  position: relative;
  overflow: hidden;
}

.imgs--o--projeto {
  border-radius: 30px;
  width: 100%;
}

.o--projeto--imgs-dir {
  position: relative;
  overflow: hidden;
}

.itens-projeto-wrapper {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  border: 1px solid var(--preto);
  background-color: var(--branco);
  border-radius: 40px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 24px;
  display: flex;
}

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

.p-body.p-diferenciais-projeto {
  color: var(--preto);
  text-align: center;
  font-size: 1rem;
  line-height: 1.5rem;
}

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

.slider-localizacao-mobile-wrapper {
  grid-column-gap: 2vw;
  grid-row-gap: 0rem;
  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: stretch stretch;
  width: 100%;
  padding: 0;
  display: grid;
  position: relative;
}

.icone-projeto {
  width: 32px;
}

.lazer {
  z-index: 2;
  background-color: var(--verde-escuro);
  border-top-left-radius: 0;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 200vh;
  min-height: auto;
  padding: 0;
  display: flex;
  position: relative;
  top: 0;
  overflow: visible;
}

.video {
  z-index: 2;
  grid-row-gap: 4vh;
  background-color: var(--preto);
  border-top: 1px solid #737373;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  padding: 80px 32px;
  display: flex;
  position: relative;
}

.bg--grafismo--lazer {
  z-index: 0;
  height: 100vh;
  position: sticky;
  inset: 0% auto auto 0%;
}

.lazer--intro {
  z-index: 1;
  width: 100%;
  max-width: var(--container);
  grid-column-gap: 32px;
  justify-content: space-between;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-left: 32px;
  padding-right: 32px;
  display: flex;
  position: static;
  top: 160px;
  left: 0;
  right: 0;
}

.lazer--wrapper {
  z-index: 1;
  grid-row-gap: 10vw;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  position: absolute;
  top: 160px;
  left: 0;
  right: 0;
  overflow: hidden;
}

.slide--arrow--wrapper {
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
  width: 56px;
  height: 56px;
  color: var(--preto);
  background-color: #fff9;
  border-radius: 100px;
  font-size: 24px;
}

.slider--wrapper--mobile {
  grid-row-gap: 32px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  padding-left: 32px;
  padding-right: 0;
  display: flex;
  top: 0;
  left: 0;
  right: 0;
}

.row {
  flex-flow: wrap;
  align-content: stretch;
  align-items: stretch;
  margin-left: -15px;
  margin-right: -15px;
  display: flex;
}

.slider--lazer {
  background-color: #0000;
  width: 100%;
  height: 100%;
}

.slider--img {
  box-sizing: border-box;
  vertical-align: baseline;
  object-fit: cover;
  border-radius: 32px;
  width: 100%;
  max-width: none;
  height: 100%;
  position: static;
}

.slider--img.multiuso--img {
  box-sizing: border-box;
  object-fit: fill;
  width: auto;
  height: 100vh;
  overflow: auto;
}

.p--legend--span {
  text-transform: uppercase;
  font-size: .8rem;
  font-style: normal;
  line-height: 1rem;
}

.slider--lightbox {
  box-sizing: border-box;
  aspect-ratio: auto;
  object-fit: fill;
  border-radius: 16px;
  width: 100%;
  height: 70vh;
  position: relative;
  overflow: hidden;
}

.slider--lightbox.multiuso {
  aspect-ratio: 1;
  border-radius: 32px;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  display: flex;
  overflow: hidden;
}

.left-arrow {
  justify-content: center;
  align-items: center;
  height: 30%;
  margin-left: 16px;
  display: flex;
}

.slider--zoom {
  z-index: 1;
  background-color: #f9f8f5;
  border-top-right-radius: 16px;
  border-bottom-left-radius: 16px;
  justify-content: center;
  align-items: center;
  width: 56px;
  height: 56px;
  display: flex;
  position: absolute;
  inset: 0% 0% auto auto;
}

.slide-nav {
  color: #096ad0;
  display: none;
}

.right-arrow {
  justify-content: center;
  align-items: center;
  height: 30%;
  margin-right: 24px;
  display: flex;
}

.slider-arrow {
  color: var(--preto);
  font-size: 24px;
  position: static;
}

.p--legenda {
  z-index: 1;
  color: #f9f8f5;
  margin-bottom: 0;
  font-size: .7rem;
  line-height: 1.4rem;
  position: absolute;
  inset: auto auto 2% 2%;
}

.p--legenda.legenda--duplex {
  filter: drop-shadow(0 2px 5px #000000e6);
}

.overflow-visible {
  overflow: visible;
}

.slide {
  background-color: #0000;
}

.slide.small {
  width: 40%;
  margin-left: 10px;
  margin-right: 10px;
  overflow: hidden;
}

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

.cta--negativo {
  grid-column-gap: .8vw;
  background-color: var(--branco);
  color: var(--verde-escuro);
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  padding: 20px 32px;
  font-size: 1vw;
  font-weight: 300;
  line-height: 1vw;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

.cta--negativo:hover {
  grid-column-gap: 1.1vw;
  color: #484b3acc;
  transform: scale(1.03);
}

.video--intro {
  z-index: 1;
  width: 100%;
  max-width: var(--container);
  grid-column-gap: 32px;
  justify-content: space-between;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  position: static;
  top: 160px;
  left: 0;
  right: 0;
}

.video--projeto {
  width: 100%;
  max-width: none;
  margin-left: 0;
  margin-right: 0;
}

.video--projeto--wrapper {
  border-radius: 40px;
  width: 100%;
  max-width: 1140px;
  overflow: hidden;
}

.aptos {
  z-index: 1;
  grid-row-gap: 4vh;
  background-color: var(--branco);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 80px;
  padding-bottom: 80px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.borda--sessoes {
  width: 100%;
  height: 1px;
  max-width: var(--container);
  background-color: var(--preto);
  padding-left: 32px;
  padding-right: 32px;
}

.aptos--intro {
  width: 100%;
  max-width: var(--container);
  grid-column-gap: 32px;
  grid-row-gap: 0px;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  padding-left: 32px;
  padding-right: 32px;
  display: flex;
}

.aptos--imgs--grid {
  width: 100%;
  max-width: var(--container);
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-left: 32px;
  padding-right: 32px;
  display: grid;
}

.aptos--img--container {
  grid-column-gap: 2vw;
  grid-row-gap: 2vw;
  border-radius: 24px 16px 24px 24px;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.aptos--img {
  object-fit: cover;
  border-radius: 0;
  width: 100%;
  max-height: 20vw;
}

.aptos--lightbox {
  object-fit: fill;
  border-radius: 24px 0 24px 24px;
  width: 100%;
  position: relative;
  overflow: hidden;
}

.plantas--wrapper {
  width: 100%;
  max-width: var(--container);
  grid-column-gap: 0px;
  grid-row-gap: 4vh;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  padding-left: 32px;
  padding-right: 32px;
  display: flex;
}

.plantas--container {
  grid-column-gap: .5vw;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.planta--img--wrapper {
  background-color: var(--branco);
  border: 1px solid #e9e9e9;
  border-radius: 40px 16px 40px 40px;
  justify-content: center;
  align-items: center;
  width: 50%;
  padding: 32px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.planta--lightbox {
  mix-blend-mode: normal;
  width: 100%;
  position: relative;
  overflow: hidden;
}

.planta--img {
  -webkit-text-fill-color: inherit;
  mix-blend-mode: darken;
  background-clip: border-box;
  width: 100%;
}

.plantas--infos--wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  background-color: #f1f1f1;
  border-radius: 40px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 50%;
  display: flex;
}

.planta--info {
  border-left: 1px none var(--preto);
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
}

.planta--info.planta--info--complemento {
  border-top: 1px solid #000;
  border-left-color: var(--cinza-medio);
  padding-top: 16px;
  padding-bottom: 0;
  padding-left: 0;
}

.h3--planta--info {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 2rem;
}

.h3--planta--info.cinza--medio {
  font-size: 1.1rem;
  line-height: 1.6rem;
}

.mask {
  height: auto;
}

.slider--plantas--duplex {
  width: auto;
  height: auto;
}

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

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

.icon {
  color: var(--preto);
  font-size: 24px;
}

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

.icon-2 {
  color: var(--preto);
  font-size: 24px;
}

.contato {
  z-index: 1;
  grid-row-gap: 3vh;
  background-color: var(--branco);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 40px;
  padding-bottom: 80px;
  display: flex;
  position: relative;
}

.conversao--plantas--intro {
  width: 100%;
  max-width: var(--container);
  grid-column-gap: 32px;
  justify-content: space-between;
  align-items: center;
  padding-left: 32px;
  padding-right: 32px;
  display: flex;
  position: relative;
}

.grafismo--bg--branco {
  width: 100%;
  position: static;
}

.logo--tagline--plantas {
  width: 80%;
  max-width: none;
  position: static;
  top: 38%;
  left: 10%;
}

.gafismo--bg--branco--container {
  justify-content: center;
  align-items: center;
  width: 76%;
  margin-left: auto;
  display: flex;
}

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

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

.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: .9rem;
  line-height: 22px;
}

.input-form-footer-telefone-3, .input-form-footer-nome-3, .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: .9rem;
  line-height: 22px;
}

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

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

.link-5 {
  color: #646366;
}

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

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

.form-v2-2 {
  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;
}

.conversao--infos--wrapper {
  grid-row-gap: 32px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 24%;
  display: flex;
}

.localizacao {
  z-index: 1;
  grid-column-gap: 6vh;
  grid-row-gap: 6vh;
  background-color: var(--marrom);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-bottom: 80px;
  display: flex;
  position: relative;
}

.localizacao--intro {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: flex;
  position: relative;
  overflow: hidden;
}

.img--localizacao--intro {
  z-index: 0;
  width: 100%;
  position: relative;
}

.localizacao--infos--wrapper {
  width: 100%;
  max-width: var(--container);
  grid-row-gap: 32px;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  padding-left: 32px;
  padding-right: 32px;
  display: flex;
}

.h3--endereco {
  color: var(--branco);
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2rem;
  font-weight: 700;
  line-height: 3rem;
}

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

.icone-localizacao {
  opacity: .5;
  width: 32px;
}

.slider-localizacao-img-wrapper {
  border: 1px solid #ffffff80;
  border-radius: 24px;
  position: relative;
  overflow: hidden;
}

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

.p-body-mobile.green-mobile {
  color: #697154;
  font-size: .9rem;
  font-weight: 500;
}

.p-body-mobile.p--localizacao--regiao {
  color: var(--branco);
  font-size: .8rem;
  line-height: 1.8rem;
}

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

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

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

.diferenciais-wrapper {
  grid-column-gap: 2vw;
  grid-row-gap: 1vw;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: start stretch;
  width: 100%;
  padding-left: 32px;
  padding-right: 32px;
  display: grid;
}

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

.esg {
  z-index: 1;
  grid-row-gap: 4vh;
  background-color: var(--branco);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 80px;
  padding-bottom: 80px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.esg--container {
  z-index: 1;
  grid-row-gap: 4vh;
  border-radius: 0;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 80%;
  height: auto;
  display: flex;
  position: relative;
  overflow: hidden;
}

.selo--aqua {
  width: 180px;
  position: static;
  top: 38%;
  left: 10%;
}

.selo--esg--wrapper {
  background-color: var(--branco);
  border-radius: 1000px;
  width: auto;
  padding: 0;
  position: static;
  inset: 33% auto auto 10%;
}

.esg--infos--wrapper {
  width: 100%;
  max-width: var(--container);
  grid-column-gap: 7vw;
  grid-row-gap: 0px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  padding-left: 32px;
  padding-right: 32px;
  display: flex;
}

.esg--icones--wrapper {
  width: 100%;
  max-width: var(--container);
  grid-column-gap: 8vw;
  justify-content: center;
  align-items: center;
  display: flex;
}

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

.aqua-selo {
  grid-row-gap: 16px;
  background-color: #908f82;
  border-radius: 16px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 64px;
  height: 64px;
  display: flex;
}

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

.projetistas {
  z-index: 1;
  grid-row-gap: 4vh;
  background-color: var(--branco);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-bottom: 80px;
  display: flex;
  position: relative;
}

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

.logo-projetista-3 {
  border: 1px solid var(--cinza-medio);
  height: 56px;
  padding: 8px 12px;
}

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

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

.logo-projetista-2 {
  border: 1px solid var(--cinza-medio);
  height: 56px;
  padding: 8px 12px;
}

.projetista--wrapper {
  grid-row-gap: 0rem;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.text-span-3 {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5rem;
}

.projetistas-wrapper {
  grid-column-gap: 0vw;
  grid-row-gap: 0rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  max-width: 100vw;
  margin: 0 auto;
  padding-left: 0;
  padding-right: 0;
  display: grid;
}

.img-projetista-wrapper {
  cursor: pointer;
  object-fit: cover;
  border-radius: 0;
  width: 100%;
  position: relative;
  overflow: hidden;
}

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

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

.logo-projetista {
  border: 1px solid var(--cinza-medio);
  mix-blend-mode: darken;
  height: 56px;
  padding: 8px 12px;
}

.projetistas--intro {
  width: 100%;
  max-width: var(--container);
  padding-left: 32px;
  padding-right: 32px;
}

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

.selo-esg {
  width: 116px;
}

.border-setin-esg {
  background-color: var(--preto);
  width: 1px;
  height: 72px;
}

.setin-logo-aqua {
  width: 150px;
}

.sessao--setin {
  z-index: 1;
  grid-row-gap: 4vh;
  background-color: var(--branco);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  position: relative;
}

.setin-logo {
  width: 180px;
}

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

.p.p-realizacao {
  width: 60ch;
  color: var(--preto);
  text-align: center;
  letter-spacing: 1px;
  font-size: 1rem;
  line-height: 1.7rem;
}

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

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

.footer--container.container-realizacao {
  max-width: var(--container);
  grid-row-gap: 32px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  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;
}

.text-block-5 {
  font-size: .8rem;
  line-height: 1.4rem;
}

.footer--lp--completa {
  z-index: 1;
  background-color: var(--branco);
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 80px;
  padding-bottom: 80px;
  display: flex;
  position: relative;
}

.p--realizacao-2 {
  color: #000;
  text-align: center;
  margin-bottom: 0;
  font-size: .7vw;
}

.borda--logos--assinatura-2 {
  background-color: #000;
  width: 1px;
  height: 2vw;
}

.navbar {
  z-index: 5;
  border-top: 4px solid var(--branco);
  background-color: #ddd0;
  width: 100%;
  position: fixed;
}

.logo--nav {
  background-color: var(--branco);
  border-bottom-right-radius: 16px;
  border-bottom-left-radius: 16px;
  justify-content: center;
  align-items: center;
  width: 180px;
  margin-left: auto;
  margin-right: auto;
  padding: 16px 24px;
  display: flex;
  position: absolute;
  left: 0;
  right: 0;
}

.logo--nav--img {
  width: 100%;
}

.botao--menu--wrapper {
  grid-column-gap: 8px;
  background-color: #dadada66;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  padding: 10px;
  display: flex;
  position: static;
}

.text-block-7 {
  color: var(--preto);
  font-size: .8rem;
  line-height: 1rem;
}

.menu-button {
  -webkit-backdrop-filter: blur(40px);
  backdrop-filter: blur(40px);
  margin-top: 24px;
  margin-right: 24px;
  padding: 0;
  position: fixed;
  inset: 0% 0% auto auto;
}

.menu-button.w--open {
  z-index: 3;
  border-radius: 8px;
  top: 2%;
}

.nav--menu--wrapper {
  z-index: 5;
  justify-content: space-between;
  align-items: stretch;
  width: 100vw;
  height: 100vh;
  display: flex;
  position: relative;
}

.nav--links--container {
  z-index: 1;
  grid-row-gap: 24px;
  background-color: var(--verde-escuro);
  background-image: url('../images/grafismo--bg--nav.avif');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 50vw;
  height: 100vh;
  display: flex;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.nav--link {
  color: var(--branco);
  margin-left: 0;
  margin-right: 0;
  padding: 8px;
  font-size: 1.2rem;
  line-height: 1.7rem;
}

.nav--img--wrapper {
  background-image: url('../images/bg--nav.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: center;
  width: 50vw;
  height: 100vh;
  display: flex;
}

.logo--nav--aberto {
  width: 14vw;
}

.icon-3 {
  color: var(--preto);
}

.cta--negativo--nav {
  grid-column-gap: .8vw;
  background-color: var(--branco);
  color: var(--verde-escuro);
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  padding: 20px 32px;
  font-size: 1.2rem;
  font-weight: 300;
  line-height: 1.7rem;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

.cta--negativo--nav:hover {
  grid-column-gap: 1.1vw;
  color: #484b3acc;
  transform: scale(1.03);
}

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

.slider-localizacao-mobile-wrapper--ativo {
  grid-column-gap: 3vw;
  grid-row-gap: 0rem;
  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: stretch stretch;
  width: 100%;
  padding: 0;
  display: grid;
  position: relative;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.o--projeto--img--intro--mobile {
  width: 100%;
  display: none;
}

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

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

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

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

.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(--branco);
  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;
}

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

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

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

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

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

.code-embed {
  display: none;
}

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

.modal-video-alma-brasileira {
  z-index: 10;
  grid-row-gap: 2rem;
  background-color: #fff;
  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;
  cursor: pointer;
  border: 1px solid #000;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  display: flex;
  position: absolute;
  inset: 16px 16px auto auto;
}

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

.video--alma--brasileira {
  width: 100%;
}

.h3-projetistas-2 {
  color: #000;
  letter-spacing: 1px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.1rem;
  line-height: 1.6rem;
}

.p-projetista-modal {
  color: #646366;
  margin-bottom: 0;
  font-size: 1rem;
  line-height: 1.7rem;
}

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

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

.modal-projetista-1 {
  z-index: 10;
  grid-row-gap: 2rem;
  background-color: #fff;
  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;
}

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

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

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

.modal-projetista-2 {
  z-index: 10;
  grid-row-gap: 2rem;
  background-color: #fff;
  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;
}

.text-span-5, .text-span-6 {
  font-weight: 400;
}

.modal-projetista-3 {
  z-index: 10;
  grid-row-gap: 2rem;
  background-color: #fff;
  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;
}

.input-form-footer-telefone-4 {
  opacity: 1;
  width: 100%;
  height: 30px;
  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;
  margin-bottom: .2vw;
  padding-left: 0;
  font-size: .7vw;
  font-weight: 300;
  line-height: .7vw;
}

.conversion-bar-v2 {
  z-index: 2;
  grid-column-gap: 12px;
  cursor: pointer;
  mix-blend-mode: normal;
  background-color: #8c7050;
  border: 1px solid #fff;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  display: flex;
  position: fixed;
  inset: auto 16px 20% auto;
}

.tabs-menu {
  grid-column-gap: 16px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-bottom: 24px;
  display: flex;
}

.tabs {
  width: 100%;
}

.tab-link-tab-1 {
  background-color: #e6e6e6;
  border-radius: 100px;
  padding: 12px 24px;
  font-size: 1.1rem;
  line-height: 1.5rem;
}

.tab-link-tab-1.w--current {
  background-color: var(--preto);
  color: var(--branco);
  border-radius: 100px;
  padding: 12px 24px;
  font-size: 1.1rem;
  line-height: 1.5rem;
  text-decoration: none;
}

.tab-link-tab-2 {
  border: 1px none var(--preto);
  background-color: #e6e6e6;
  border-radius: 100px;
  padding: 12px 24px;
  font-size: 1.1rem;
  line-height: 1.5rem;
  text-decoration: none;
}

.tab-link-tab-2.w--current {
  background-color: var(--preto);
  color: var(--branco);
}

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

.mask-3 {
  height: auto;
}

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

.icon-4 {
  width: 24px;
  height: 20px;
  color: var(--preto);
  font-size: 24px;
  position: static;
}

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

.icon-5 {
  position: static;
}

.right-arrow-4 {
  justify-content: center;
  align-items: center;
  height: 30%;
  display: flex;
  left: -6%;
}

.contato--plantas--intro {
  width: 100%;
  max-width: var(--container);
  grid-column-gap: 32px;
  justify-content: center;
  align-items: center;
  padding-left: 32px;
  padding-right: 32px;
  display: flex;
  position: relative;
}

.conversao--destaque {
  z-index: 1;
  grid-row-gap: 4vh;
  background-color: var(--branco);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 0;
  padding-bottom: 80px;
  display: flex;
  position: relative;
}

.text-block-6 {
  font-size: 1.1rem;
  font-weight: 500;
  line-height: 1.1rem;
}

.trisul-logo {
  width: 180px;
}

.img--hero {
  z-index: 0;
  width: 100vw;
  display: none;
  position: fixed;
}

.hero--h2--mobile {
  width: 20ch;
  color: var(--preto);
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2vw;
  font-weight: 500;
  line-height: 3vw;
  display: none;
}

.hero--h3--mobile {
  color: var(--preto);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.2vw;
  font-weight: 500;
  line-height: 1.8vw;
  display: none;
}

.text-block-11 {
  display: none;
}

.google-maps-wrapper {
  grid-column-gap: 24px;
  grid-row-gap: 0px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: flex;
}

.icone-educacao {
  opacity: .5;
  width: 40px;
}

.logo--projetista--container {
  background-color: #f5f5f5;
}

.slider--wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: auto;
  display: flex;
  overflow: hidden;
}

.p-legenda {
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #662526;
  margin-bottom: 0;
  padding: 8px 12px;
  font-size: 10px;
  line-height: 10px;
  text-decoration: none;
  position: absolute;
  inset: auto 0% 0% auto;
}

.left-arrow-5 {
  background-color: #662526;
  width: 80px;
  height: 56px;
  margin-left: 7.5%;
}

.slide-4 {
  width: 100%;
  margin-right: 12.5%;
  overflow: visible;
}

.zoom-img {
  z-index: 1;
  width: 40px;
  position: absolute;
  inset: auto auto 0% 0%;
}

.slide-nav-copy {
  z-index: 1;
  outline-offset: 0px;
  -webkit-text-fill-color: inherit;
  background-color: #fff0;
  background-clip: border-box;
  outline: 3px #fff0;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  display: none;
}

.slider-lightbox {
  object-fit: cover;
  width: 100%;
  max-width: 100%;
  height: 100%;
  text-decoration: none;
  position: absolute;
  inset: 0%;
  overflow: clip;
}

.image-ratio_container {
  object-fit: cover;
  padding-top: 52.65%;
  position: relative;
}

.right-arrow-5 {
  background-color: #662526;
  width: 80px;
  height: 56px;
  margin-right: 7.5%;
}

.slider_imagens-container {
  z-index: 1;
  background-color: #0000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: auto;
  display: flex;
  overflow: visible;
}

.mask-4 {
  width: 90vw;
  overflow: visible;
}

.lightbox-slider-img {
  object-fit: cover;
  width: 100%;
}

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

.lightbox-wrapper {
  border-radius: 24px;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 100%;
  height: auto;
  display: flex;
  position: relative;
  overflow: clip;
}

.slide_content-wrapper {
  object-fit: fill;
  border-radius: 24px;
  width: 100%;
  margin-left: 0%;
  position: relative;
  overflow: hidden;
}

.section-slider {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: auto;
  display: flex;
  overflow: hidden;
}

.left-arrow-6 {
  background-color: #662526;
  width: 80px;
  height: 56px;
  margin-left: 7.5%;
}

.slide-5 {
  margin-right: .5%;
  overflow: visible;
}

.slider-lightbox-2 {
  border-radius: 24px;
  width: 100%;
  max-width: 100%;
  height: 100%;
  text-decoration: none;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.image-ratio_container-2 {
  padding-top: 52.65%;
  position: relative;
}

.right-arrow-6 {
  background-color: #662526;
  width: 80px;
  height: 56px;
  margin-right: 7.5%;
}

.slider_imagens-container-2 {
  z-index: 1;
  background-color: #0000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: auto;
  display: flex;
  overflow: visible;
}

.mask-5 {
  width: 72vw;
  overflow: visible;
}

.lightbox-slider-img-2 {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.lightbox-slider-img-2.img--vertical {
  aspect-ratio: auto;
  object-fit: fill;
  height: auto;
}

.lightbox-wrapper-2 {
  object-fit: cover;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  max-width: 100%;
  height: 100%;
  display: flex;
  position: relative;
  overflow: clip;
}

.slide_content-wrapper-2 {
  width: 100%;
  margin-left: 0%;
  position: relative;
  overflow: visible;
}

@media screen and (min-width: 1920px) {
  .footer--logos--wrapper {
    margin-top: 4vh;
  }

  .hero--lp--completa {
    height: 250vh;
    padding-top: 0;
  }

  .hero--wrapper--lp--completa {
    grid-row-gap: 1.5vw;
    margin-top: 8vw;
    padding-top: 0;
  }

  .hero--h2 {
    font-size: 2vw;
    line-height: 3vw;
  }

  .hero--h3 {
    font-size: 1.2vw;
    line-height: 1.8vw;
  }

  .container.container--o--projeto--diferenciais {
    grid-row-gap: 3vw;
  }

  .h1--hero {
    display: none;
  }

  .o--projeto {
    padding-top: 40px;
  }

  .o--projeto--imgs {
    z-index: 1;
    place-items: start stretch;
    position: relative;
  }

  .itens-projeto-wrapper {
    border: 1px solid var(--preto);
    background-color: var(--branco);
    border-radius: 24px;
    justify-content: center;
    align-items: center;
    padding: 24px;
  }

  .p-body.p-diferenciais-projeto {
    text-align: center;
    max-width: none;
  }

  .slider-localizacao-mobile-wrapper {
    grid-column-gap: 3vw;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    place-items: stretch stretch;
  }

  .lazer {
    height: 180vh;
    padding-top: 0;
    padding-bottom: 0;
    position: relative;
    top: auto;
  }

  .slider--lightbox {
    height: 55vh;
  }

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

  .slide.small {
    width: 50%;
  }

  .video--projeto {
    max-width: none;
    margin-left: 0;
    margin-right: 0;
  }

  .video--projeto--wrapper {
    width: 100%;
    max-width: var(--container);
    border-radius: 40px;
    overflow: hidden;
  }

  .esg--container {
    max-width: var(--container);
  }

  .icone-diferencial-aqua {
    width: 24px;
  }

  .projetistas {
    z-index: 1;
    background-color: var(--branco);
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding-top: 80px;
    padding-bottom: 80px;
    display: flex;
    position: relative;
  }

  .h3-projetistas {
    font-size: 1rem;
    line-height: 1.6rem;
  }

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

  .projetista--wrapper.projetista--3 {
    margin-top: 0;
    padding-top: 0;
  }

  .projetistas-wrapper {
    grid-column-gap: 0vw;
    place-items: stretch center;
  }

  .img-projetista-wrapper {
    border-radius: 0;
  }

  .sessao--setin {
    padding-bottom: 0;
  }

  .p.p-realizacao {
    font-size: 1rem;
    line-height: 1.7rem;
  }

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

  .navbar {
    z-index: 3;
    background-color: #ddd0;
    width: 100%;
    position: fixed;
  }

  .logo--nav {
    z-index: 0;
    width: 190px;
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .menu-button {
    top: 2%;
    right: 1%;
  }

  .menu-button.w--open {
    z-index: 3;
    color: var(--preto);
    border-radius: 8px;
  }

  .nav--menu--wrapper {
    flex-flow: row;
    justify-content: space-between;
    width: 100vw;
    height: 100vh;
    display: flex;
    position: relative;
  }

  .nav--links--container {
    z-index: 1;
    grid-row-gap: 4vh;
    background-color: var(--verde-escuro);
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 50vw;
    height: 100vh;
    display: flex;
    position: absolute;
    inset: 0% 0% 0% auto;
  }

  .nav--link {
    margin-left: 0;
    margin-right: 0;
    padding: 0;
  }

  .nav--img--wrapper {
    z-index: 0;
    background-image: url('../images/bg--nav.webp');
    background-position: 50%;
    background-size: cover;
    justify-content: center;
    align-items: center;
    width: 50vw;
    height: 100vh;
    display: flex;
    position: relative;
  }

  .logo--nav--aberto {
    width: 14vw;
  }

  .slider-localizacao-mobile-wrapper--ativo {
    grid-column-gap: 3vw;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    place-items: stretch stretch;
  }

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

  .slider02_mask {
    width: 64%;
  }

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

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

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

  .video--alma--brasileira {
    width: 100%;
  }

  .hero--h2--mobile {
    font-size: 2vw;
    line-height: 3vw;
  }

  .hero--h3--mobile {
    font-size: 1.2vw;
    line-height: 1.8vw;
  }

  .lightbox-slider-img-2 {
    object-fit: cover;
    height: 100%;
  }

  .lightbox-slider-img-2.img--vertical {
    aspect-ratio: auto;
    object-fit: fill;
    height: auto;
  }

  .lightbox-wrapper-2 {
    object-fit: cover;
    justify-content: center;
    align-items: flex-end;
  }
}

@media screen and (max-width: 991px) {
  .slider--wrapper--mobile {
    padding-left: 30px;
    padding-right: 30px;
  }

  .row {
    flex-flow: wrap;
    justify-content: flex-start;
  }

  .row.no-bottom-margins {
    margin-bottom: 0;
  }

  .slide.small {
    width: 80%;
  }

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

  .slider02_mask {
    width: 50%;
  }
}

@media screen and (max-width: 767px) {
  .slider-localizacao-mobile-wrapper {
    padding: 1.5rem;
  }

  .row {
    flex-wrap: wrap;
  }

  .slide-nav {
    font-size: 10px;
  }

  .slider-arrow {
    font-size: 28px;
  }

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

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

  .slider02_mask {
    width: 80%;
  }

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

@media screen and (max-width: 479px) {
  .hero {
    height: auto;
  }

  .hero--wrapper {
    z-index: 2;
    background-image: url('../images/vista-aerea-mobile-novo-v2.webp');
    background-position: 0%;
    background-size: cover;
    flex-flow: column;
    height: auto;
    padding-top: 56px;
    padding-bottom: 0;
  }

  .hero--container {
    grid-row-gap: 16px;
    flex-flow: column;
    padding: 0 16px 60vw;
    position: relative;
  }

  .hero--esq {
    grid-row-gap: 48px;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: auto;
    padding-top: 0;
    padding-bottom: 0;
  }

  .alma--brasileira--container {
    grid-row-gap: 8vw;
  }

  .image {
    width: 60vw;
  }

  .saiba--mais--cta {
    grid-column-gap: 10px;
    width: 84%;
    padding-top: 16px;
    padding-bottom: 12px;
    display: flex;
  }

  .saiba--mais--cta:hover {
    grid-column-gap: 10px;
  }

  .saiba--mais--cta.w--current {
    width: 100%;
    display: flex;
  }

  .p--saiba--mais {
    text-align: center;
    text-transform: uppercase;
    font-size: 4vw;
    font-weight: 300;
    line-height: 6.7vw;
  }

  .seta--saiba--mais--cta {
    width: 24px;
  }

  .hero--dir {
    background-color: var(--branco);
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
    background-image: none;
    border-top-style: none;
    border-left-style: none;
    border-top-right-radius: 0;
    border-bottom-left-radius: 0;
    width: 100%;
    height: auto;
    padding: 24px 16px 40px;
    position: relative;
  }

  .hero--infos--wrapper {
    z-index: 1;
    background-color: var(--marrom);
    background-image: none;
    border-bottom: 1px solid #000;
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    height: auto;
    padding-left: 0;
    padding-right: 0;
    position: relative;
    overflow: hidden;
  }

  .hero--infos--container {
    z-index: 4;
    grid-row-gap: 24px;
    background-color: #5a463700;
    padding: 32px 0 0;
    position: relative;
  }

  .h2 {
    z-index: 1;
    text-align: center;
    font-size: 1rem;
    line-height: 1.5rem;
    position: relative;
  }

  .p--hero--infos {
    text-align: center;
    width: auto;
    font-size: 1.2rem;
    line-height: 1.9rem;
  }

  .p--hero--infos.bold {
    font-size: 1.3rem;
    line-height: 2rem;
  }

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

  .footer--logos {
    grid-column-gap: 16px;
    justify-content: center;
    align-items: center;
  }

  .footer--logos--wrapper {
    grid-row-gap: 16px;
  }

  .p--realizacao {
    font-size: .6rem;
  }

  .p--realizacao.p--texto--legal {
    margin-top: 4vw;
    padding-left: 16px;
    padding-right: 16px;
    line-height: 1rem;
  }

  .footer--logos--img {
    width: 28vw;
  }

  .footer--logos--img.trisul-logo {
    width: 36vw;
  }

  .footer--logos--img.display--none {
    display: none;
  }

  .borda--logos--assinatura {
    height: 6vw;
  }

  .text-block-3 {
    font-size: .7rem;
    line-height: 2rem;
  }

  .legal--wrapper {
    grid-row-gap: 16px;
    margin-top: 24px;
  }

  .p--intro--form {
    color: var(--preto);
    margin-bottom: 12px;
    font-size: 5vw;
    font-weight: 500;
    line-height: 8vw;
  }

  .p-label-formd-v1-2 {
    color: var(--preto);
    margin-top: 20px;
    font-size: .9rem;
    line-height: 1rem;
  }

  .form-footer {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    justify-content: center;
    align-items: flex-start;
  }

  .input-form-footer-email-2, .input-form-footer-nome-2 {
    border-top-width: 0;
    border-right-width: 0;
    border-bottom-color: var(--preto);
    color: var(--preto);
    border-left-width: 0;
    border-radius: 0;
    padding-right: 0;
    font-size: .9rem;
    line-height: 1rem;
  }

  .submit-bt-form-footer-2.submit-form {
    background-color: var(--preto);
    width: 100%;
    color: var(--branco);
    padding-top: 16px;
    padding-bottom: 16px;
    font-size: 1rem;
    line-height: 1rem;
  }

  .input-form-footer-telefone-2 {
    border-top-width: 0;
    border-right-width: 0;
    border-bottom-color: var(--preto);
    color: var(--preto);
    border-left-width: 0;
    border-radius: 0;
    padding-right: 0;
    font-size: .9rem;
    line-height: 1rem;
  }

  .link-4 {
    color: #505050;
  }

  .p-checkbox {
    color: var(--preto);
    margin-bottom: 0;
    font-size: .6rem;
    line-height: 1.3rem;
  }

  .text-block-2 {
    color: var(--preto);
    font-size: .6rem;
    line-height: .6rem;
  }

  .paragraph-3 {
    color: var(--preto);
    margin-bottom: 16px;
    font-size: .6rem;
    line-height: .9rem;
  }

  .select-form-footer-2 {
    border-top-width: 0;
    border-right-width: 0;
    border-bottom-color: var(--preto);
    color: var(--preto);
    border-left-width: 0;
    border-radius: 0;
    margin-bottom: 0;
    padding-top: 16px;
    padding-bottom: 3vw;
    padding-right: 0;
    font-size: .9rem;
    line-height: .9rem;
  }

  .p-label-form-modal-v1-2 {
    color: var(--preto);
    margin-top: 10px;
    font-size: .9rem;
    line-height: .9rem;
  }

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

  .vetor--sobreposicao {
    width: 40vw;
    left: auto;
    right: 0;
  }

  .localizacao--wrapper {
    z-index: 2;
    grid-row-gap: 16px;
    flex-flow: column;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    position: relative;
  }

  .p--hero--infos--wrapper {
    grid-row-gap: 16px;
    margin-top: 8px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .localizacao--esq {
    width: 100%;
  }

  .localizacao--dir {
    width: 100%;
    margin-top: 0;
  }

  .mapa--ilustrado {
    display: none;
  }

  .mapa--ilustrado--mobile {
    background-color: var(--marrom);
    display: block;
  }

  .bg--grafismo--mobile {
    z-index: 1;
    background-image: url('../images/grafismo.svg');
    background-position: 0 0;
    background-size: cover;
    position: absolute;
    inset: 0%;
  }

  .bg--grafismo--mobile--overlay {
    z-index: 2;
    background-color: #5a4637cc;
    position: absolute;
    inset: 0%;
  }

  .p--legenda--mapa {
    font-size: 2.2vw;
    right: 3%;
  }

  .superscript {
    font-size: .9rem;
  }

  .desktop--wrapper {
    display: none;
  }

  .mobile--wrapper {
    width: 100%;
    display: block;
  }

  .footer--logos--setin {
    width: 27vw;
    display: block;
  }

  .hero--lp--completa {
    background-image: none;
    height: 250vh;
    padding-top: 0;
  }

  .hero--wrapper--lp--completa {
    grid-row-gap: 5vw;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-top: 40vw;
    padding-left: 16px;
    padding-right: 16px;
  }

  .hero--h2 {
    width: auto;
    font-size: 6vw;
    line-height: 8vw;
    display: none;
  }

  .hero--h3 {
    text-align: center;
    max-width: 15ch;
    font-size: 5vw;
    line-height: 7vw;
    display: none;
  }

  .cta--padrao {
    grid-column-gap: 4vw;
    width: 100%;
    padding-top: 16px;
    padding-bottom: 16px;
    font-size: 2vw;
  }

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

  .logo--hero {
    z-index: 3;
    width: 70vw;
    top: 30vh;
  }

  .alma--brasileiro {
    padding-top: 56px;
    padding-bottom: 56px;
  }

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

  .container.container--alma--brasileira {
    grid-column-gap: 0px;
    grid-row-gap: 56px;
    flex-flow: column-reverse;
    grid-auto-flow: column;
    align-items: center;
    padding-left: 16px;
    padding-right: 16px;
    display: flex;
  }

  .alma--brasileira--esq {
    grid-row-gap: 24px;
    justify-content: center;
    align-items: center;
  }

  .alma--brasileira--logo {
    width: 70%;
  }

  .alma--brasileira--dir {
    grid-row-gap: 24px;
  }

  .h2--sessoes {
    font-size: 1.5rem;
    line-height: 2.2rem;
  }

  .h2--sessoes.h2--o--projeto {
    width: auto;
  }

  .h2--sessoes.branco.h2--lazer {
    max-width: none;
  }

  .h2--sessoes.branco.h2--localizacao {
    text-align: center;
    width: 14ch;
    font-size: 4.5vw;
    line-height: 6.5vw;
    top: 18vw;
  }

  .h2--sessoes.h2--plantas, .h2--sessoes.h2--o--aptos, .h2--sessoes.h2--contato {
    width: auto;
  }

  .h2--sessoes.h2--esg {
    text-align: center;
    padding-left: 0;
  }

  .h2--sessoes.h2--alma--brasileira {
    text-align: center;
  }

  .alma--brasileira--imagem {
    border-radius: 40px;
    width: 100%;
  }

  .p--global, .p--global.branco {
    font-size: 1rem;
    line-height: 1.7rem;
  }

  .p--global.branco.p--localizacao {
    text-align: center;
    max-width: none;
  }

  .p--global.p--projeto, .p--global.p--esg {
    font-size: 1rem;
    line-height: 1.7rem;
  }

  .p--global.p--esg--info, .p--global.p--alma--brasileira {
    text-align: center;
  }

  .alma--brasileira--infos {
    grid-row-gap: 24px;
  }

  .alma--brasileira--video {
    border-radius: 40px;
    width: 100%;
  }

  .h1--hero {
    display: none;
  }

  .o--projeto {
    grid-row-gap: 32px;
    padding: 56px 0;
  }

  .o--projeto--intro {
    grid-column-gap: 0px;
    grid-row-gap: 24px;
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    padding-left: 16px;
    padding-right: 16px;
  }

  .o--projeto--container {
    border-radius: 0;
    width: 100%;
  }

  .o--projeto--img--intro {
    display: none;
  }

  .logo--tagline {
    width: 50%;
    margin-left: auto;
    margin-right: auto;
    inset: 8% 0% auto;
  }

  .o--projeto--imgs {
    grid-column-gap: 0px;
    grid-row-gap: 24px;
    flex-flow: column-reverse;
    justify-content: center;
    align-items: flex-start;
    padding-left: 16px;
    padding-right: 16px;
    display: flex;
  }

  .imgs--o--projeto {
    border-radius: 24px;
  }

  .itens-projeto-wrapper {
    justify-content: center;
    align-items: center;
    width: 100%;
    padding: 20px 16px;
  }

  .p-body.p-diferenciais-projeto {
    font-size: 3.3vw;
    line-height: 5vw;
  }

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

  .lazer {
    height: auto;
    padding-top: 56px;
    padding-bottom: 56px;
    overflow: hidden;
  }

  .video {
    grid-row-gap: 32px;
    padding: 56px 16px;
  }

  .bg--grafismo--lazer {
    opacity: .7;
    width: 100%;
    height: auto;
    position: absolute;
    inset: 0% auto auto 0%;
  }

  .lazer--intro {
    grid-column-gap: 0px;
    grid-row-gap: 24px;
    flex-flow: column;
    justify-content: center;
    margin-left: 0;
    margin-right: 0;
    padding-left: 16px;
    padding-right: 16px;
  }

  .lazer--wrapper {
    position: static;
  }

  .slider--wrapper--mobile {
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .row.no-bottom-margins {
    justify-content: center;
    align-items: center;
    margin-left: 0;
    margin-right: 0;
  }

  .slider--lazer {
    height: auto;
    padding-bottom: 32px;
  }

  .slider--img.multiuso--img {
    object-fit: cover;
    width: 100%;
    height: 100%;
  }

  .p--legend--span {
    font-size: .6rem;
  }

  .slider--lightbox {
    height: 50vh;
  }

  .slider--lightbox.multiuso {
    aspect-ratio: auto;
    overflow: visible;
  }

  .left-arrow {
    width: 60px;
    display: none;
  }

  .slider--zoom {
    width: 40px;
    height: 40px;
  }

  .slide-nav {
    justify-content: center;
    align-items: center;
    height: 24px;
    font-size: 8px;
    display: flex;
  }

  .right-arrow {
    width: 60px;
    display: none;
  }

  .slider-arrow {
    margin-left: 20px;
    margin-right: 20px;
    font-size: 22px;
  }

  .p--legenda {
    font-size: .5rem;
    line-height: 1rem;
    bottom: 3%;
    left: 5%;
  }

  .slide.small {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .zoom--icon {
    width: 16px;
  }

  .cta--negativo {
    grid-column-gap: 4vw;
    width: 100%;
  }

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

  .video--projeto--wrapper {
    border-radius: 24px;
    padding-left: 0;
    padding-right: 0;
  }

  .aptos {
    grid-row-gap: 32px;
    padding-top: 56px;
    padding-bottom: 56px;
    overflow: hidden;
  }

  .aptos--intro {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    padding-left: 16px;
    padding-right: 16px;
  }

  .aptos--imgs--grid {
    flex-flow: column;
    padding-left: 16px;
    padding-right: 16px;
    display: flex;
  }

  .aptos--img {
    max-height: none;
  }

  .aptos--img.aptos--img--1 {
    object-fit: cover;
    height: 30vh;
  }

  .plantas--wrapper {
    grid-row-gap: 32px;
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    padding-left: 16px;
    padding-right: 16px;
  }

  .plantas--container {
    grid-row-gap: 5vw;
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .planta--img--wrapper {
    width: 100%;
    padding-left: 16px;
    padding-right: 16px;
  }

  .plantas--infos--wrapper {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex-flow: column;
    width: 100%;
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .planta--info {
    border-left-style: none;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
  }

  .planta--info.planta--info--complemento {
    border-top: 1px solid var(--cinza-medio);
    border-left-width: 0;
    padding-bottom: 0;
    padding-left: 0;
  }

  .h3--planta--info {
    font-size: 1.5rem;
    line-height: 2.2rem;
  }

  .h3--planta--info.cinza--medio {
    font-size: 1.1rem;
    line-height: 1.8rem;
  }

  .left-arrow-2 {
    justify-content: flex-start;
    align-items: center;
    height: 50%;
  }

  .right-arrow-2 {
    justify-content: flex-end;
    align-items: center;
    height: 50%;
  }

  .contato {
    grid-row-gap: 32px;
    padding-bottom: 56px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .conversao--plantas--intro {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    flex-flow: column-reverse;
    justify-content: center;
    padding-left: 0;
    padding-right: 0;
  }

  .logo--tagline--plantas {
    width: 60vw;
  }

  .gafismo--bg--branco--container {
    width: 100%;
    margin-left: 0;
  }

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

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

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

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

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

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

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

  .conversao--infos--wrapper {
    grid-row-gap: 24px;
    width: 100%;
  }

  .localizacao {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    padding-bottom: 40px;
  }

  .localizacao--intro {
    height: auto;
  }

  .img--localizacao--intro {
    width: 140vw;
    max-width: none;
  }

  .localizacao--infos--wrapper {
    flex-flow: column;
    justify-content: center;
    padding-left: 16px;
    padding-right: 16px;
  }

  .h3--endereco {
    font-size: 4.5vw;
    line-height: 9vw;
  }

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

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

  .p-body-mobile.green-mobile {
    color: var(--branco);
    font-size: .8rem;
    line-height: 1.8rem;
  }

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

  .diferenciais-wrapper {
    display: none;
  }

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

  .esg {
    grid-row-gap: 24px;
    padding-top: 0;
    padding-bottom: 56px;
  }

  .esg--container {
    grid-row-gap: 24px;
    border-radius: 0;
    width: 100%;
  }

  .selo--aqua {
    width: 50%;
  }

  .selo--esg--wrapper {
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    display: flex;
    top: 9vh;
    left: 0%;
    right: 0%;
  }

  .esg--infos--wrapper {
    grid-column-gap: 0vw;
    grid-row-gap: 32px;
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    padding-left: 16px;
    padding-right: 16px;
  }

  .esg--icones--wrapper {
    grid-column-gap: 16px;
    grid-row-gap: 32px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    place-items: start center;
    display: grid;
  }

  .projetistas {
    grid-row-gap: 32px;
    padding-bottom: 56px;
  }

  .icone-lupa-projetisa {
    top: 16px;
    bottom: auto;
    right: 16px;
  }

  .h3-projetistas {
    padding-left: 0;
  }

  .logo-projetista-wrapper {
    grid-row-gap: 16px;
    justify-content: center;
    align-items: center;
  }

  .projetista--wrapper {
    grid-row-gap: 24px;
    position: relative;
  }

  .projetistas-wrapper {
    grid-row-gap: 48px;
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    margin-left: 0;
    margin-right: 0;
    display: flex;
  }

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

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

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

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

  .setin-esg-wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 32px;
    flex-flow: column;
    margin-top: 16px;
  }

  .border-setin-esg {
    width: 72px;
    height: 1px;
  }

  .sessao--setin {
    grid-row-gap: 32px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .setin-logo {
    width: 150px;
  }

  .p.p-realizacao {
    width: auto;
    font-size: .9rem;
    line-height: 1.5rem;
  }

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

  .p--realizacao-2 {
    font-size: .6rem;
  }

  .borda--logos--assinatura-2 {
    height: 6vw;
  }

  .logo--nav {
    width: 40vw;
    margin-left: 12px;
    padding: 12px;
  }

  .botao--menu--wrapper {
    -webkit-backdrop-filter: blur(40px);
    backdrop-filter: blur(40px);
  }

  .text-block-7 {
    font-size: .7rem;
  }

  .menu-button {
    -webkit-backdrop-filter: blur(40px);
    backdrop-filter: blur(40px);
    margin-top: 12px;
    margin-right: 12px;
    top: 0%;
    right: 0;
  }

  .menu-button.w--open {
    top: 1.5%;
  }

  .nav--menu--wrapper {
    flex-flow: column;
  }

  .nav--links--container {
    width: 100vw;
    height: 70vh;
    position: static;
    top: auto;
    bottom: 0;
  }

  .nav--img--wrapper {
    z-index: 0;
    width: 100vw;
    height: 30vh;
    position: static;
  }

  .logo--nav--aberto {
    width: 40vw;
  }

  .cta--negativo--nav {
    grid-column-gap: 4vw;
  }

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

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

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

  .mask-2 {
    height: auto;
  }

  .slide-2, .slide-3 {
    margin-right: 16px;
  }

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

  .cta--wrapper.cta--wrapper--lazer {
    margin-top: 64px;
  }

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

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

  .slider_arrow.is-left {
    border-color: var(--branco);
    display: none;
  }

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

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

  .slider-localizacao-img-wrapper-2 {
    border: 1px solid #ffffff80;
    border-radius: 24px;
    position: relative;
    overflow: hidden;
  }

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

  .diferencial-localizacao-mobile-2 {
    grid-row-gap: 16px;
  }

  .icone-localizacao-2-2 {
    opacity: .5;
  }

  .slider_pagination {
    width: 100%;
    display: block;
  }

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

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

  .o--projeto--img--intro--mobile {
    display: block;
  }

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

  .borda-modal {
    display: none;
  }

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

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

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

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

  .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-wrapper, .video--alma--brasileira {
    width: 100%;
  }

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

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

  .p-projetista-modal {
    padding-left: 16px;
    padding-right: 16px;
    font-size: 1rem;
    line-height: 1.7rem;
  }

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

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

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

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

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

  .conversion-bar-v2 {
    z-index: 2;
    background-color: var(--preto);
    border-bottom-style: none;
    border-left-style: none;
    border-right-style: none;
    border-radius: 0 24px 0 0;
    width: 100%;
    height: 64px;
    display: flex;
    bottom: 0%;
    right: auto;
  }

  .tabs-menu {
    grid-column-gap: 2vw;
  }

  .slider--plantas {
    padding-bottom: 56px;
  }

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

  .left-arrow-4, .right-arrow-4 {
    height: 30%;
    display: none;
  }

  .text-block-9, .text-block-10 {
    font-size: 3.3vw;
    line-height: 6vw;
  }

  .contato--plantas--intro {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-flow: column-reverse;
    justify-content: center;
    padding-left: 0;
    padding-right: 0;
  }

  .conversao--destaque {
    grid-row-gap: 32px;
    padding-bottom: 56px;
    padding-left: 16px;
    padding-right: 16px;
  }

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

  .trisul-logo {
    width: 150px;
  }

  .img--hero {
    width: auto;
    max-width: none;
    height: 100vh;
    display: block;
  }

  .hero--h2--mobile {
    width: auto;
    font-size: 6vw;
    line-height: 8vw;
    display: block;
  }

  .hero--h3--mobile {
    text-align: center;
    max-width: 15ch;
    font-size: 5vw;
    line-height: 7vw;
    display: block;
  }

  .text-block-11 {
    color: var(--branco);
    font-size: 4vw;
    line-height: 5vw;
    display: block;
  }

  .image-17 {
    width: 7vw;
  }

  .slider--wrapper {
    width: 100%;
  }

  .left-arrow-5 {
    width: 50px;
    height: 50px;
    margin-left: 0%;
  }

  .slide-nav-copy {
    margin-bottom: -48px;
    display: block;
  }

  .right-arrow-5 {
    width: 50px;
    height: 50px;
    margin-right: 0%;
  }

  .slider_imagens-container {
    display: none;
  }

  .mask-4 {
    width: 100vw;
  }

  .section-slider {
    width: 100%;
  }

  .left-arrow-6 {
    width: 50px;
    height: 50px;
    margin-left: 0%;
  }

  .image-ratio_container-2 {
    height: 50vh;
  }

  .right-arrow-6 {
    width: 50px;
    height: 50px;
    margin-right: 0%;
  }

  .mask-5 {
    width: 90vw;
    height: auto;
  }

  .lightbox-slider-img-2.img--vertical {
    object-fit: cover;
    height: 100%;
  }
}

#w-node-e3b6707d-820f-462e-8f5f-157533bd8def-ee7ac4cd {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_5b726e04-1542-a504-ee57-5cd7ab0e3378-ee7ac4cd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 479px) {
  #w-node-c2095ad1-c4e7-d306-180c-55d945eca283-ee7ac4cd {
    align-self: start;
  }
}


@font-face {
  font-family: 'Eleveneleven';
  src: url('../fonts/ElevenEleven-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Eleveneleven';
  src: url('../fonts/ElevenEleven-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Eleveneleven';
  src: url('../fonts/ElevenEleven-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}