@font-face {
  font-family: Helvetica Extended Extra;
  src: url('../fonts/helvetica-extended-extra-light.otf') format("opentype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Helvetica Extended Extra;
  src: url('../fonts/helvetica-extended-light.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Helvetica-neue-lt-pro-th;
  src: url('../fonts/HelveticaNeueLTProTh.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Helvetica Neue Lt Std 53 Extended";
  src: url('../fonts/Helvetica-Neue-LT-Std-53-Extended.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Helvetica Neue Lt Std 43 Extended";
  src: url('../fonts/Helvetica-Neue-LT-Std-43-Light-Extended.otf') format("opentype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

:root {
  --branco: white;
  --marrom-cta: #8f4422;
  --marrom-textos: #6b3a24;
  --color: black;
  --container: 1200px;
  --rosa: #f8f0ed;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

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

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

.body {
  font-family: Helvetica Extended Extra, Verdana, sans-serif;
  font-weight: 300;
}

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

.img-hero {
  vertical-align: baseline;
  object-fit: cover;
  width: 100%;
  height: 100%;
  max-height: 94vh;
}

.hero-infos-container {
  z-index: 1;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: flex-end;
  align-items: center;
  width: 90%;
  display: flex;
  position: absolute;
}

.hero-infos {
  grid-column-gap: 42px;
  grid-row-gap: 42px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-end;
  display: flex;
  position: relative;
}

.p-hero-lancamento {
  color: var(--branco);
  text-align: center;
  letter-spacing: 8px;
  text-transform: uppercase;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.5rem;
}

.logo-hero {
  width: 300px;
}

.hero-metragem {
  grid-row-gap: 8px;
  border: 1px solid var(--branco);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 16px 40px 12px;
  display: flex;
}

.h2-hero {
  color: var(--branco);
  -webkit-text-stroke-color: var(--branco);
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 35px;
  font-weight: 300;
  line-height: 22px;
}

.h2-hero-span {
  font-size: 19px;
}

.hero-metragem-borda {
  border: 1px solid var(--branco);
  opacity: .5;
  width: 100%;
  height: 1px;
}

.p-hero-metragem {
  color: var(--branco);
  letter-spacing: 4px;
  text-transform: uppercase;
  margin-bottom: 0;
  font-size: 15px;
  font-weight: 300;
  line-height: 15px;
}

.cta-hero {
  z-index: 3;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: var(--marrom-cta);
  justify-content: center;
  align-items: center;
  padding: 12px 24px;
  text-decoration: none;
  display: flex;
  position: absolute;
  inset: auto 8% 0% auto;
}

.cta-p {
  color: var(--branco);
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 0;
  font-size: 15px;
  font-weight: 300;
  line-height: 18px;
}

.image {
  width: 32px;
}

.image-2 {
  width: 24px;
}

.conversao-intro {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 64px;
  padding-bottom: 64px;
  display: flex;
}

.h2-secoes {
  color: var(--marrom-textos);
  letter-spacing: 3px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 25px;
  font-weight: 300;
  line-height: 35px;
}

.h2-secoes.branco {
  color: var(--branco);
  letter-spacing: 5px;
}

.h2-secoes.center {
  text-align: center;
}

.image-87 {
  overflow: clip;
}

.form-3 {
  height: auto;
  overflow: visible;
}

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

.text-field-9 {
  border: 1px solid var(--color);
  color: #000;
  -webkit-text-stroke-color: white;
  height: 50px;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 300;
  display: block;
}

.text-field-9::placeholder {
  color: #000;
  -webkit-text-stroke-color: black;
}

.submit-form {
  color: #fff;
  letter-spacing: 2px;
  background-color: #6c5c50;
  border-radius: 0;
  width: 100%;
  max-width: none;
  min-height: auto;
  margin-top: 16px;
  margin-left: 0;
  margin-right: auto;
  padding: 24px 20px;
  font-size: 18px;
  font-weight: 300;
  line-height: 15px;
  display: block;
  position: static;
  box-shadow: 2px 5px 10px #00000040;
}

.formcontato-2 {
  width: 100%;
  max-width: var(--container);
}

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

.div-block-30.gfdh, .div-block-30.hgj {
  grid-row-gap: 8px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 300px;
  padding-bottom: 0;
  position: relative;
}

.div-block-30.gdf {
  grid-row-gap: 8px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 300px;
  padding-bottom: 0;
  display: flex;
  position: relative;
}

.div-block-31 {
  flex-flow: column;
  flex: 0 auto;
  width: 20px;
  display: block;
}

.div-block-29 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: flex-start;
  align-items: center;
  margin-top: 10px;
  padding-left: 16px;
  display: none;
}

.div-block-32 {
  width: var(--container);
  grid-column-gap: 24px;
  justify-content: center;
  align-items: center;
  display: flex;
}

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

.secao-destaque-bg {
  width: 100%;
}

.secao-destaque-container {
  grid-column-gap: 0px;
  grid-row-gap: 32px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 370px;
  display: flex;
  position: absolute;
  right: 5%;
}

.p-15 {
  color: var(--branco);
  margin-bottom: 0;
  font-size: 15px;
  font-weight: 400;
  line-height: 25px;
}

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

.cta-padrao {
  z-index: 3;
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  background-color: var(--marrom-cta);
  justify-content: center;
  align-items: center;
  padding: 24px 32px;
  text-decoration: none;
  display: flex;
  position: static;
  inset: auto 8% -1% auto;
  box-shadow: 2px 5px 10px #00000040;
}

.image-88 {
  width: 10px;
}

.galeria-imagens {
  grid-row-gap: 32px;
  background-image: url('../images/bg-galeria-de-imagens.webp');
  background-position: 50%;
  background-size: cover;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 72px;
  padding-bottom: 72px;
  display: flex;
  overflow: hidden;
}

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

.left-arrow {
  margin-left: 7.5%;
}

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

.mask {
  width: 50vw;
  overflow: visible;
}

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

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

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

.right-arrow {
  margin-right: 7.5%;
}

.slide-nav {
  z-index: 1;
  display: none;
  transform: translate(0, 100%);
}

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

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

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

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

.selo-img-preliminar {
  z-index: 1;
  width: 80px;
  position: absolute;
  inset: 5% 3% auto auto;
}

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

.p-legenda {
  background-color: var(--marrom-cta);
  color: var(--branco);
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 0;
  padding: 8px 12px;
  font-size: 10px;
  line-height: 10px;
  text-decoration: none;
  position: absolute;
  inset: auto 0% 0% auto;
}

.plantas {
  grid-row-gap: 16px;
  background-color: var(--rosa);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 56px;
  padding-bottom: 72px;
  display: flex;
  overflow: hidden;
}

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

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

.tab-link-tab-1 {
  color: var(--marrom-textos);
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #ddd0;
  font-size: 25px;
  font-weight: 300;
  line-height: 30px;
  text-decoration: none;
}

.tab-link-tab-1.w--current {
  border-bottom: 1px solid var(--marrom-textos);
  color: var(--marrom-textos);
  letter-spacing: 2px;
  background-color: #c8c8c800;
  font-size: 25px;
  font-weight: 300;
  line-height: 30px;
}

.text-block {
  text-transform: uppercase;
}

.tab-link-tab-2 {
  color: var(--marrom-textos);
  letter-spacing: 2px;
  background-color: #ddd0;
  font-size: 25px;
  font-weight: 300;
  line-height: 30px;
}

.tab-link-tab-2.w--current {
  border-bottom: 1px solid var(--marrom-textos);
  background-color: #fff0;
  text-decoration: none;
}

.text-block-2 {
  text-transform: uppercase;
}

.slider-seta-bg {
  background-color: var(--marrom-textos);
  justify-content: center;
  align-items: center;
  width: 56px;
  height: 56px;
  font-size: 24px;
  display: flex;
}

.plantas-lightbox {
  background-color: var(--branco);
  width: 100%;
  max-width: none;
  height: auto;
  padding: 32px;
  text-decoration: none;
  position: relative;
  inset: 0%;
  overflow: visible;
}

.lightbox-plantas-img {
  box-sizing: border-box;
  vertical-align: baseline;
  object-fit: fill;
  flex: 0 auto;
  order: 0;
  width: 80%;
  max-width: none;
  overflow: clip;
}

.lightbox-plantas-wrapper {
  grid-row-gap: 8px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: none;
  height: auto;
  display: flex;
  position: relative;
  overflow: visible;
}

.tabs-content {
  overflow: visible;
}

.image-ratio_container-plantas {
  padding-top: 0%;
  position: relative;
}

.p-plantas {
  color: var(--marrom-textos);
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 0;
  font-size: 11px;
}

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

.tab-link-tab-1-copy {
  color: var(--marrom-textos);
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #ddd0;
  font-size: 15px;
  font-weight: 300;
  line-height: 20px;
  text-decoration: none;
}

.tab-link-tab-1-copy.w--current {
  border-bottom: 1px solid var(--marrom-textos);
  color: var(--marrom-textos);
  letter-spacing: 2px;
  background-color: #c8c8c800;
  font-size: 15px;
  font-weight: 300;
  line-height: 20px;
}

.tab-link-tab-2-copy {
  color: var(--marrom-textos);
  letter-spacing: 2px;
  background-color: #ddd0;
  font-size: 15px;
  font-weight: 300;
  line-height: 20px;
}

.tab-link-tab-2-copy.w--current {
  border-bottom: 1px solid var(--marrom-textos);
  background-color: #fff0;
  text-decoration: none;
}

.diferenciais-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 8px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: 72px;
  display: flex;
}

.diferenciais-container {
  width: var(--container);
  grid-column-gap: 0px;
  grid-row-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  display: grid;
}

.item-diferencial {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.diferencial-icone {
  width: 8%;
}

.diferencial-icone.unidades {
  width: 40px;
}

.p-diferencial {
  color: var(--marrom-textos);
  text-align: center;
  margin-bottom: 0;
  font-size: 15px;
  font-weight: 400;
}

.tabs-content-copy {
  padding-top: 24px;
  overflow: visible;
}

.p-diferencial-small {
  color: var(--marrom-textos);
  text-align: center;
  margin-bottom: 0;
  font-size: 9px;
  font-weight: 400;
  line-height: 14px;
}

.p-diferencial-small.branco {
  color: var(--branco);
  font-weight: 300;
}

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

.card-3 {
  background-color: #fff;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 196px;
  height: auto;
  display: flex;
  box-shadow: 6px 8px 15px #0000001f;
}

.mask-9 {
  overflow: hidden;
}

.text-block-18-copy2 {
  color: #000;
  text-align: center;
  width: 140px;
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  font-weight: 700;
  line-height: 15px;
}

.text-block-18 {
  color: #000;
  text-align: center;
  width: auto;
  font-family: Helvetica Extended Extra, Verdana, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 15px;
}

.right-arrow-10 {
  z-index: 10;
  background-color: var(--marrom-textos);
  width: 56px;
  height: 56px;
  left: auto;
  right: 10%;
}

.text-block-17 {
  color: #000;
  padding-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 15px;
}

.slider-cards-wrapper {
  grid-column-gap: 1rem;
  justify-content: center;
  align-items: center;
  padding-bottom: 16px;
  display: flex;
}

.text-block-18-copy {
  color: #000;
  text-align: center;
  width: auto;
  font-family: Helvetica Extended Extra, Verdana, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 15px;
}

.image-92 {
  width: 100%;
  height: auto;
}

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

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

.left-arrow-10 {
  z-index: 10;
  background-color: var(--marrom-textos);
  width: 56px;
  height: 56px;
  display: block;
  left: 10%;
  right: auto;
}

.slider-localizacao-v2 {
  background-color: #0000;
  flex: 1;
  order: 0;
  justify-content: center;
  align-self: auto;
  align-items: center;
  width: 99vw;
  padding-left: 16px;
  padding-right: 16px;
  display: block;
  overflow: visible;
}

.title-card {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  justify-content: center;
  align-items: center;
  height: 35px;
  margin-top: 5px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

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

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

.text-block-9 {
  color: #000;
  letter-spacing: 1px;
  margin-top: -16px;
  font-family: Helvetica Extended Extra, Verdana, sans-serif;
  font-size: 9px;
  font-weight: 400;
}

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

.mapa-wrapper {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 40px;
  display: flex;
}

.endereco-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 0px;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 32px;
  padding-bottom: 32px;
  display: flex;
}

.icone-localizacao {
  width: 40px;
  height: 40px;
}

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

.img-bg-institucional {
  width: 100%;
}

.institucional-infos {
  grid-column-gap: 0px;
  grid-row-gap: 32px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 45%;
  display: flex;
  position: static;
  right: 5%;
}

.institucional-wrapper {
  z-index: 2;
  width: var(--container);
  justify-content: space-between;
  align-items: center;
  display: flex;
  position: absolute;
}

.institucional-numeros {
  grid-column-gap: 40px;
  grid-row-gap: 72px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: center;
  display: grid;
}

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

.h2-item-institucional {
  color: var(--branco);
  letter-spacing: 3px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 25px;
  font-weight: 400;
  line-height: 35px;
}

.h2-item-institucional.branco {
  color: var(--branco);
  letter-spacing: 5px;
}

.h2-item-institucional.center {
  text-align: center;
}

.p-label-form-hero {
  color: var(--color);
  margin-bottom: 0;
  font-size: 18px;
}

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

.div-block-34 {
  width: var(--container);
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-35 {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  margin-top: 0;
  display: flex;
}

.div-block-35.gfdh, .div-block-35.hgj {
  grid-row-gap: 8px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 300px;
  padding-bottom: 0;
  position: relative;
}

.div-block-35.gdf {
  grid-row-gap: 8px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 570px;
  padding-bottom: 0;
  display: flex;
  position: relative;
}

.div-block-36 {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  margin-top: 0;
  display: flex;
}

.div-block-36.gfdh {
  grid-row-gap: 8px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 300px;
  padding-bottom: 0;
  position: relative;
}

.div-block-36.hgj {
  grid-row-gap: 8px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 570px;
  padding-bottom: 0;
  position: relative;
}

.div-block-36.gdf {
  grid-row-gap: 8px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 300px;
  padding-bottom: 0;
  display: flex;
  position: relative;
}

.div-block-37 {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  margin-top: 0;
  display: flex;
}

.div-block-37.gfdh {
  grid-column-gap: 16px;
  grid-row-gap: 8px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-start;
  width: 570px;
  padding-bottom: 0;
  display: flex;
  position: relative;
}

.div-block-37.hgj {
  grid-row-gap: 8px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 300px;
  padding-bottom: 0;
  position: relative;
}

.div-block-37.gdf {
  grid-row-gap: 8px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 300px;
  padding-bottom: 0;
  display: flex;
  position: relative;
}

.text-field-10 {
  box-sizing: border-box;
  border: 1px solid var(--color);
  color: #000;
  -webkit-text-stroke-color: white;
  object-fit: fill;
  flex: 0 auto;
  order: 0;
  align-self: auto;
  height: 120px;
  min-height: 120px;
  max-height: 120px;
  margin-bottom: 0;
  padding-top: 12px;
  padding-bottom: 0;
  font-size: 18px;
  font-weight: 300;
  display: block;
  position: static;
  overflow: clip;
}

.text-field-10::placeholder {
  color: #000;
  -webkit-text-stroke-color: black;
}

.footer {
  grid-row-gap: 16px;
  background-color: #000;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 0 40px 40px;
  display: flex;
}

.planik-logo-footer {
  width: 180px;
  margin-top: 40px;
  margin-bottom: 10px;
}

.p-footer {
  color: var(--color);
  text-align: center;
  margin-bottom: 0;
  font-size: 9px;
  font-weight: 400;
  line-height: 14px;
}

.p-footer.branco {
  color: var(--branco);
  font-weight: 300;
}

.img-hero-mobile, .secao-destaque-bg-mobile {
  display: none;
}

.selo-img-preliminar-plantas {
  z-index: 1;
  width: 80px;
  position: absolute;
  inset: 5% 3% auto auto;
}

.left-arrow-plantas {
  margin-left: 7.5%;
}

.right-arrow-plantas {
  margin-right: 7.5%;
}

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

.slider-seta-bg-small {
  background-color: var(--marrom-textos);
  justify-content: center;
  align-items: center;
  width: 56px;
  height: 56px;
  font-size: 24px;
  display: flex;
}

.slide-44 {
  width: 20%;
  margin-right: 0;
}

.text-block-19 {
  color: #000;
  text-align: center;
  width: auto;
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  font-weight: 700;
  line-height: 15px;
}

.slide-45 {
  width: 20%;
  margin-right: 0;
}

.slider-localizacao-v2-mobile {
  background-color: #0000;
  flex: 1;
  order: 0;
  justify-content: center;
  align-self: auto;
  align-items: center;
  width: 1200px;
  padding-left: 0;
  padding-right: 0;
  display: none;
}

.right-arrow-11 {
  background-color: #965232;
  background-image: url('../images/bg2_1bg2.webp');
  background-position: 50%;
  background-size: cover;
  width: 76px;
  height: 58px;
  right: -64px;
}

.slide-4 {
  width: 20%;
  margin-right: 0;
}

.text-block-20 {
  color: #000;
  padding-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 15px;
}

.text-block-18-copy-2 {
  color: #000;
  text-align: center;
  width: 130px;
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  font-weight: 700;
  line-height: 15px;
}

.image-93 {
  width: 100%;
  height: auto;
}

.left-arrow-11 {
  background-color: #965232;
  background-image: url('../images/bg2_1bg2.webp');
  background-position: 50%;
  background-size: cover;
  width: 76px;
  height: 58px;
  left: -64px;
}

.slide-43 {
  width: 20%;
  margin-bottom: 20px;
  margin-right: 0;
}

.localizacao-links-wrapper {
  grid-column-gap: 8px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.img-aerea-localizacao-mobile, .img-bg-institucional-mobile {
  display: none;
}

.planik-logo-institucional {
  width: 180px;
}

.navbar {
  z-index: 1;
  background-color: #f8f0ed00;
  width: 100%;
  margin-top: 0;
  padding: 8px 40px 5px;
  position: absolute;
}

.container {
  width: 100%;
  max-width: 100%;
  margin-left: 0;
  margin-right: 0;
}

.nav-menu {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.nav-menu-item {
  color: var(--branco);
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-left: 0;
  margin-right: 0;
  padding-top: 16px;
  padding-bottom: 16px;
  font-size: 15px;
  transition: all .3s;
}

.nav-menu-item:hover {
  opacity: .6;
}

.nav-menu-item.w--current {
  color: var(--branco);
}

.contato-menu {
  background-color: var(--marrom-cta);
  color: var(--branco);
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-left: 0;
  margin-right: 0;
  padding: 16px 32px;
  font-size: 15px;
  transition: all .3s;
}

.contato-menu:hover {
  opacity: .8;
}

.contato-menu.w--current {
  color: var(--branco);
}

.selo-img-preliminar-hero {
  z-index: 1;
  width: 80px;
  position: absolute;
  inset: auto auto 11% 2%;
}

.modal-ficha-tecnica {
  z-index: 10;
  background-color: var(--rosa);
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: none;
  position: fixed;
  inset: 0%;
}

.ficha-tecnica-wrapper {
  width: 100%;
  max-width: var(--container);
  grid-row-gap: 32px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  margin-left: auto;
  margin-right: auto;
  padding-top: 40px;
  display: flex;
}

.ficha-tecnica-itens {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

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

.h3-ficha-tecnica {
  color: var(--marrom-textos);
  letter-spacing: 3px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 300;
  line-height: 28px;
}

.h3-ficha-tecnica.branco {
  color: var(--branco);
  letter-spacing: 5px;
}

.h3-ficha-tecnica.center {
  text-align: center;
}

.p-ficha-tecnica {
  color: var(--marrom-textos);
  text-align: left;
  margin-bottom: 0;
  font-size: 15px;
  font-weight: 400;
}

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

.h1-hero {
  z-index: -1;
  opacity: 0;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  line-height: 34px;
  position: absolute;
  inset: 0% 0% auto;
}

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

.img-hero-2 {
  vertical-align: baseline;
  object-fit: cover;
  width: 100%;
  height: 100%;
  margin-top: 0;
  display: block;
}

.cta-hero-2 {
  z-index: 3;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #6c5c50;
  justify-content: center;
  align-items: center;
  padding: 12px 24px;
  text-decoration: none;
  display: flex;
  position: absolute;
  inset: auto 8% 2% auto;
}

.image-94 {
  width: 24px;
}

.cta-p-2 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 0;
  font-size: 15px;
  font-weight: 300;
  line-height: 18px;
}

.image-95 {
  width: 32px;
}

.formcontato-3 {
  width: 100%;
  max-width: 1200px;
}

.h2-secoes-2 {
  color: #6b5c4f;
  text-align: center;
  letter-spacing: 4px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: helvetica-neue-lt-pro, sans-serif;
  font-size: 25px;
  font-weight: 300;
  line-height: 35px;
}

.div-block-38 {
  grid-column-gap: 24px;
  justify-content: center;
  align-items: center;
  width: 1200px;
  display: flex;
}

.div-block-39 {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  margin-top: 0;
  display: flex;
}

.div-block-39.gdf {
  grid-row-gap: 8px;
  border-bottom: 1.5px solid #000;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 300px;
  padding-bottom: 0;
  display: flex;
  position: relative;
}

.div-block-39.gfdh, .div-block-39.hgj {
  grid-row-gap: 8px;
  border-bottom: 1.5px solid #000;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  width: 300px;
  padding-bottom: 0;
  position: relative;
}

.text-field-11 {
  color: #000;
  letter-spacing: 2px;
  -webkit-text-stroke-color: white;
  border: 0 solid #000;
  height: 50px;
  margin-bottom: 0;
  font-family: helvetica-neue-lt-pro, sans-serif;
  font-size: 18px;
  font-weight: 200;
  display: block;
}

.text-field-11::placeholder {
  color: #000;
  -webkit-text-stroke-color: black;
}

.div-block-40 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: flex-start;
  align-items: center;
  margin-top: 10px;
  padding-left: 16px;
  display: flex;
}

.p-label-form-hero-2 {
  color: #000;
  width: 80px;
  margin-bottom: 0;
  font-family: helvetica-neue-lt-pro, sans-serif;
  font-size: 18px;
  font-weight: 300;
}

.cta-padrao-2 {
  z-index: 3;
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  background-color: #965232;
  justify-content: center;
  align-items: center;
  padding: 24px 32px;
  text-decoration: none;
  display: flex;
  position: relative;
  inset: auto 8% -1% auto;
  box-shadow: 2px 5px 10px #00000040;
}

.cta-p-3 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 0;
  font-size: 15px;
  font-weight: 300;
  line-height: 18px;
}

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

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

.p-hero-metragem-2 {
  color: #fff;
  letter-spacing: 4px;
  text-transform: uppercase;
  margin-bottom: 0;
  font-family: Helvetica Extended Extra, Verdana, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 15px;
}

.h2-hero-2 {
  color: #fff;
  letter-spacing: 1px;
  -webkit-text-stroke-color: white;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Helvetica Extended Extra, Verdana, sans-serif;
  font-size: 23px;
  font-weight: 300;
  line-height: 22px;
}

.cta-p-4 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 0;
  font-size: 15px;
  font-weight: 300;
  line-height: 18px;
}

.hero-metragem-borda-2 {
  opacity: .5;
  border: 1px solid #fff;
  width: 364px;
  height: 1px;
}

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

.hero-metragem-2 {
  grid-row-gap: 18px;
  border: 1px #fff;
  flex-flow: column;
  justify-content: center;
  align-items: flex-end;
  padding: 0;
  display: flex;
}

.p-hero-lancamento-2 {
  color: #fff;
  text-align: right;
  letter-spacing: 1px;
  text-transform: none;
  margin-bottom: 0;
  font-family: Helvetica Extended Extra, Verdana, sans-serif;
  font-size: 25px;
  font-style: normal;
  font-weight: 300;
  line-height: 1.8rem;
}

.cta-hero-3 {
  z-index: 3;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #8f4422;
  justify-content: center;
  align-items: center;
  padding: 12px 24px;
  text-decoration: none;
  display: flex;
  position: absolute;
  inset: auto 8% 2.6% auto;
}

.image-96 {
  width: 32px;
}

.image-97 {
  width: 24px;
}

.core-logo {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: flex;
  position: relative;
  overflow: hidden;
}

.core-banner {
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 100%;
  height: 70vh;
  display: flex;
  position: relative;
  overflow: hidden;
}

.cta-padrao-3 {
  z-index: 3;
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  background-color: #8f442200;
  border: 1px solid #fff;
  justify-content: center;
  align-items: center;
  padding: 20px 40px;
  text-decoration: none;
  display: flex;
  position: static;
  inset: auto 8% -1% auto;
  box-shadow: 2px 5px 10px #00000040;
}

.cta-p-5 {
  color: #55412c;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 0;
  font-size: 15px;
  font-weight: 300;
  line-height: 18px;
}

.image-99 {
  width: 20px;
}

.linn-banner {
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 100%;
  height: 70vh;
  display: flex;
  position: relative;
  overflow: hidden;
}

.hero-infos-linn {
  z-index: 1;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-start;
  align-items: center;
  width: 90%;
  display: flex;
  position: absolute;
}

.linn-infos {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.p-hero-lancamento-linn {
  color: #fff;
  text-align: left;
  letter-spacing: 1px;
  text-transform: none;
  margin-bottom: 0;
  font-family: Helvetica Extended Extra, Verdana, sans-serif;
  font-size: 25px;
  font-weight: 300;
  line-height: 1.8rem;
}

.hero-metragem-linn {
  grid-row-gap: 18px;
  border: 1px #fff;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  padding: 0 0 5px;
  display: flex;
}

.logo-linn {
  width: 200px;
}

.logo-core {
  width: 300px;
}

.nik-banner {
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 100%;
  height: 70vh;
  display: flex;
  position: relative;
  overflow: hidden;
}

.logo-nik-vm {
  width: 200px;
}

.h2-hero-nik {
  color: #fff;
  -webkit-text-stroke-color: white;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 40px;
  font-weight: 300;
  line-height: 22px;
}

.endere-os {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.nik {
  grid-column-gap: 11px;
  grid-row-gap: 11px;
  border-right: 1px solid var(--marrom-textos);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-right: 60px;
  display: flex;
  position: relative;
}

.image-100 {
  width: 30px;
}

.text-block-21 {
  color: #6c5c50;
  text-align: center;
  letter-spacing: 5px;
  font-family: Helvetica Extended Extra, Verdana, sans-serif;
  font-size: 18px;
  font-weight: 200;
  line-height: 30px;
}

.h2-secoes-3 {
  color: #6b3a24;
  letter-spacing: 3px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 25px;
  font-weight: 300;
  line-height: 35px;
}

.h2-secoes-3.center {
  text-align: center;
}

.text-span {
  font-family: Helvetica Extended Extra, Verdana, sans-serif;
  font-weight: 400;
}

.linn {
  grid-column-gap: 11px;
  grid-row-gap: 11px;
  border-right: 1px solid var(--marrom-textos);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-right: 60px;
  display: flex;
  position: relative;
}

.core {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  border-right: 0px solid var(--marrom-textos);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-right: 0;
  display: flex;
  position: relative;
}

.p-diferencial-small-3 {
  color: #6b3a24;
  text-align: center;
  letter-spacing: 1px;
  margin-bottom: 0;
  font-family: helvetica-neue-lt-pro, sans-serif;
  font-size: 10px;
  font-weight: 400;
  line-height: 14px;
}

.p-diferencial-small-3.branco {
  color: #fff;
  letter-spacing: 1px;
  font-weight: 300;
}

.img-bg-institucional-mobile-2 {
  display: none;
}

.h2-item-institucional-2 {
  color: #fff;
  letter-spacing: 3px;
  text-transform: capitalize;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Helvetica Extended Extra, Verdana, sans-serif;
  font-size: 25px;
  font-weight: 400;
  line-height: 35px;
}

.p-15-5 {
  color: #fff;
  letter-spacing: 1px;
  margin-bottom: 0;
  font-size: 15px;
  font-weight: 300;
  line-height: 25px;
}

.p-15-5.center-mobile.institucional {
  background-image: none;
  width: 92%;
  font-family: Helvetica Extended Extra, Verdana, sans-serif;
  font-weight: 300;
  line-height: 21px;
}

.p-15-5.center-mobile-institucional {
  font-weight: 300;
}

.p-15-5.center {
  text-align: center;
}

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

.institucional-wrapper-2 {
  z-index: 2;
  justify-content: space-between;
  align-items: center;
  width: 1200px;
  display: flex;
  position: absolute;
}

.h2-secoes-5 {
  color: #6b3a24;
  letter-spacing: 3px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 25px;
  font-weight: 300;
  line-height: 35px;
}

.h2-secoes-5.branco {
  color: #fff;
  text-align: left;
  letter-spacing: 5px;
  margin-left: 0;
  font-family: helvetica-neue-lt-pro, sans-serif;
  font-size: 27px;
  font-weight: 200;
}

.div-block-42 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: flex-start;
  align-items: center;
  margin-top: 10px;
  padding-left: 16px;
  display: none;
}

.formcontato-4 {
  width: auto;
  max-width: none;
}

.text-field-12 {
  color: #000;
  letter-spacing: 1px;
  -webkit-text-stroke-color: white;
  border: 0 solid #000;
  height: 50px;
  margin-bottom: 0;
  font-family: helvetica-neue-lt-pro, sans-serif;
  font-size: 18px;
  font-weight: 300;
  display: block;
}

.text-field-12::placeholder {
  color: #000;
  -webkit-text-stroke-color: black;
}

.div-block-43 {
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: auto;
  display: flex;
}

.text-field-13 {
  box-sizing: border-box;
  color: #000;
  -webkit-text-stroke-color: white;
  object-fit: fill;
  border: 1px solid #000;
  flex: 0 auto;
  order: 0;
  align-self: auto;
  height: 120px;
  min-height: 120px;
  max-height: 120px;
  margin-bottom: 0;
  padding-top: 12px;
  padding-bottom: 0;
  font-size: 18px;
  font-weight: 300;
  display: block;
  position: static;
  overflow: clip;
}

.text-field-13::placeholder {
  color: #000;
  -webkit-text-stroke-color: black;
}

.div-block-44 {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  margin-top: 0;
  display: flex;
}

.div-block-44.gfdh {
  grid-column-gap: 0px;
  grid-row-gap: 8px;
  border-bottom: 1px solid #000;
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  width: 570px;
  padding-bottom: 0;
  display: flex;
  position: relative;
}

.div-block-45 {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  margin-top: 0;
  display: flex;
}

.div-block-45.gdf {
  grid-row-gap: 8px;
  border-bottom: 1px solid #000;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  width: 570px;
  padding-bottom: 0;
  display: flex;
  position: relative;
}

.h2-secoes-6 {
  color: #292b30;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Helvetica-neue-lt-pro-th, Arial, sans-serif;
  font-size: 20px;
  font-weight: 300;
  line-height: 24px;
}

.div-block-46 {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  margin-top: 0;
  display: flex;
}

.div-block-46.hgj {
  grid-row-gap: 8px;
  border-bottom: 1px solid #000;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  width: 570px;
  padding-bottom: 0;
  position: relative;
}

.p-footer-2 {
  color: #fff;
  text-align: center;
  margin-bottom: 0;
  font-size: 9px;
  font-weight: 400;
  line-height: 14px;
}

.form-select-5 {
  outline-offset: 0px;
  color: #3b3c38;
  letter-spacing: 2px;
  background-color: #ddd0;
  border: 1px solid #3b3c38;
  outline: 3px #d9d9d9;
  width: 100%;
  height: 54px;
  font-family: Helvetica-neue-lt-pro-th, Arial, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
}

.p-ficha-tecnica-2 {
  color: #372820;
  text-align: left;
  margin-bottom: 0;
  font-family: helvetica-neue-lt-pro, sans-serif;
  font-size: 15px;
  font-weight: 400;
}

.image-3383 {
  width: 3%;
  position: absolute;
  inset: 0% 4% auto auto;
}

.diferenciais-container-2 {
  grid-column-gap: 0px;
  grid-row-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  width: 1200px;
  height: auto;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.h2-hero-3 {
  color: #fff;
  letter-spacing: 6px;
  -webkit-text-stroke-color: white;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: helvetica-neue-lt-pro, sans-serif;
  font-size: 25px;
  font-weight: 300;
  line-height: 22px;
}

.team-block-info {
  flex-direction: column;
  align-items: flex-start;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
}

.team-member-name-two {
  opacity: .55;
  color: #fff;
  letter-spacing: 5px;
  text-transform: uppercase;
  margin-bottom: 12px;
  font-family: helvetica-neue-lt-pro, sans-serif;
  font-size: 12px;
  font-weight: 300;
  line-height: 24px;
}

.diferenciais {
  margin-top: 40px;
}

.h3-ficha-tecnica-2 {
  color: #372820;
  letter-spacing: 3px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Helvetica Extended Extra, Verdana, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 28px;
}

.logo-hero-2 {
  width: 300px;
}

.p-diferencial-small-2 {
  color: #fff;
  text-align: center;
  margin-bottom: 0;
  font-size: 9px;
  font-weight: 400;
  line-height: 14px;
}

.slide-50 {
  width: 910px;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}

.cta-p-6 {
  color: #372820;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 0;
  font-family: helvetica-neue-lt-pro, sans-serif;
  font-size: 15px;
  font-weight: 300;
  line-height: 18px;
}

.team-slider-arrow {
  display: none;
}

.image-3384 {
  width: 10px;
}

.formcontato-5 {
  width: 100%;
  max-width: 1200px;
}

.div-block-47 {
  background-image: linear-gradient(#674f3c, #fff0 28%);
  height: 940px;
}

.mask-11 {
  width: 910px;
  height: auto;
}

.img-bg-institucional-mobile-3 {
  display: none;
}

.div-block-48 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: flex-start;
  align-items: center;
  margin-top: 10px;
  padding-left: 16px;
  display: none;
}

.lightbox-link-3 {
  object-fit: contain;
  justify-content: center;
  align-items: center;
  width: auto;
  height: auto;
  display: flex;
}

.lightbox-link-3.fdfgf {
  width: 100%;
  height: 100%;
}

.slider-2 {
  background-color: #aa9b8e;
  width: 100%;
  max-width: 90%;
  height: 750px;
  max-height: 750px;
  margin-top: 30px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 0;
  padding-left: 0;
  display: flex;
  position: relative;
  inset: auto;
  overflow: hidden;
}

.plantas-1 {
  background-color: #aa9b8e00;
  margin-top: 0;
  overflow: hidden;
}

.footer-2 {
  grid-row-gap: 16px;
  background-color: #fff;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 0 40px 40px;
  display: flex;
}

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

.image-112 {
  width: 50%;
}

.hero-4 {
  background-image: url('../images/Banner-principal.webp');
  background-position: 50% 0;
  background-size: cover;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 95vh;
  display: flex;
  position: relative;
  overflow: hidden;
}

.p-15-4 {
  color: #fff;
  text-align: left;
  letter-spacing: .5px;
  width: 90%;
  margin: 10px auto 0;
  font-family: helvetica-neue-lt-pro, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
  -webkit-text-decoration: underline #b2a294;
  text-decoration: underline #b2a294;
}

.p-hero-lancamento-3 {
  color: #fff;
  text-align: center;
  letter-spacing: 11px;
  text-transform: uppercase;
  margin-bottom: 0;
  font-family: helvetica-neue-lt-pro, sans-serif;
  font-size: 25px;
  font-weight: 300;
  line-height: 39px;
}

.submit-form-2 {
  color: #fff;
  letter-spacing: 2px;
  background-color: #674f3c;
  border-radius: 0;
  width: 100%;
  max-width: 300px;
  min-height: auto;
  margin-top: 16px;
  padding: 24px 0;
  font-family: helvetica-neue-lt-pro, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 15px;
  display: block;
  position: static;
  box-shadow: 2px 5px 10px #00000040;
}

.right-arrow-22 {
  z-index: 10;
  background-color: #6b3a24;
  width: 56px;
  height: 56px;
  left: auto;
  right: 10%;
}

.p-15-3 {
  color: #fff;
  margin-bottom: 0;
  font-size: 15px;
  font-weight: 400;
  line-height: 25px;
}

.p-15-3.center-mobile {
  font-family: Helvetica Extended Extra, Verdana, sans-serif;
  font-weight: 200;
  -webkit-text-decoration: none;
  text-decoration: none;
}

.slider-img-planta-10 {
  width: 80%;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.text-block-113 {
  color: #fff;
  text-align: center;
  letter-spacing: .2px;
  text-transform: uppercase;
  width: 100%;
  margin-top: 0;
  padding-top: 5px;
  padding-bottom: 5px;
  font-family: Montserrat, sans-serif;
  font-size: 13px;
  font-weight: 500;
}

.image-3389 {
  width: 10px;
}

.text-block-115 {
  color: #000;
  letter-spacing: 1px;
  margin-top: -16px;
  font-family: Helvetica Extended Extra, Verdana, sans-serif;
  font-size: 9px;
  font-weight: 400;
}

.left-arrow-13 {
  height: 100px;
  display: none;
}

.icon-6 {
  font-size: 20px;
}

.heading {
  height: 35px;
}

.text-field-14 {
  box-sizing: border-box;
  color: #000;
  -webkit-text-stroke-color: white;
  object-fit: fill;
  border: 1px solid #535353;
  flex: 0 auto;
  order: 0;
  align-self: auto;
  height: 120px;
  min-height: 120px;
  max-height: 120px;
  margin-bottom: 0;
  padding-top: 12px;
  padding-bottom: 0;
  font-family: helvetica-neue-lt-pro, sans-serif;
  font-size: 18px;
  font-weight: 300;
  display: block;
  position: static;
  overflow: clip;
}

.text-field-14::placeholder {
  color: #000;
  -webkit-text-stroke-color: black;
}

.secao-destaque-container-2 {
  grid-column-gap: 0px;
  grid-row-gap: 32px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 370px;
  margin-top: 70px;
  margin-left: 5%;
  display: flex;
  position: relative;
  left: auto;
  right: auto;
}

.ficha-tecnica-wrapper-2 {
  grid-row-gap: 32px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 1200px;
  margin-top: 200px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  display: flex;
}

.cta-padrao-5 {
  z-index: 3;
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  background-color: #aa9b8e;
  border: 1px solid #fff;
  justify-content: center;
  align-items: center;
  width: 300px;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  padding: 24px 32px;
  text-decoration: none;
  display: flex;
  position: static;
  inset: auto 8% -1% auto;
  box-shadow: 2px 5px 10px #00000040;
}

.tab-content-container {
  border-radius: 10px;
  width: auto;
}

.image-3393 {
  width: 100%;
  height: auto;
}

.img-hero-mobile-2 {
  display: none;
}

.cta-p-7 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 0;
  font-family: Helvetica Extended Extra, Verdana, sans-serif;
  font-size: 15px;
  font-weight: 300;
  line-height: 18px;
}

.diferenciais-ap {
  background-image: url('../images/19_PLANIK_PRACA-MONTEIRO_LIVING.webp');
  background-position: 50%;
  background-size: cover;
  height: 680px;
  margin-top: 40px;
}

.icon-15 {
  color: #132012;
}

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

.slider-img-planta-4 {
  width: 90%;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.right-arrow-20 {
  background-color: #965232;
  background-image: url('../images/bg2_1bg2.webp');
  background-position: 50%;
  background-size: cover;
  width: 76px;
  height: 58px;
  right: -64px;
}

.cta-p-8 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 0;
  font-family: Helvetica Extended Extra, Verdana, sans-serif;
  font-size: 15px;
  font-weight: 300;
  line-height: 18px;
}

.div-block-49 {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  margin-top: 0;
  display: flex;
}

.div-block-49.gdf {
  grid-row-gap: 8px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 570px;
  padding-bottom: 0;
  display: flex;
  position: relative;
}

.div-block-49.gfdh {
  grid-column-gap: 16px;
  grid-row-gap: 8px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-start;
  width: 570px;
  padding-bottom: 0;
  display: flex;
  position: relative;
}

.div-block-49.hgj {
  grid-row-gap: 8px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 570px;
  padding-bottom: 0;
  position: relative;
}

.h2-secoes-7 {
  color: #6b3a24;
  letter-spacing: 3px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 25px;
  font-weight: 300;
  line-height: 35px;
}

.h2-secoes-7.branco {
  color: #fff;
  text-align: center;
  letter-spacing: 5px;
  width: 90%;
  height: auto;
  margin: 20px auto 30px;
  font-family: Helvetica Extended Extra, Verdana, sans-serif;
  font-size: 60px;
}

.slide-nav-9.fghj.gd {
  z-index: 1;
  margin-top: 0;
  margin-bottom: 0;
  display: none;
  position: absolute;
  inset: auto 0% 0%;
}

.cta-hero-4 {
  z-index: 3;
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  background-color: #fff;
  justify-content: center;
  align-items: center;
  padding: 12px 24px;
  text-decoration: none;
  display: flex;
  position: absolute;
  inset: auto 8% 4% auto;
}

.sessao-destaque-1 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  text-align: left;
  background-color: #41414100;
  background-image: url('../images/intro-img.webp');
  background-position: 50%;
  background-size: cover;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: auto;
  margin-bottom: 50px;
  display: flex;
  position: relative;
}

.left-arrow-20 {
  z-index: 10;
  background-color: #6b3a24;
  width: 56px;
  height: 56px;
  display: block;
  left: 10%;
  right: auto;
}

.tabs-slide-insider-lazer-v1 {
  grid-column-gap: 16px;
  grid-row-gap: 4px;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: auto;
  max-width: 100%;
  margin-bottom: 16px;
  margin-left: auto;
  margin-right: 0;
  display: flex;
}

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

.slider-right-arrow-lazer {
  background-color: #33241b;
  width: 48px;
  height: 48px;
  font-size: 20px;
  display: block;
  right: 16px;
}

.slider-v1-imagens-copy {
  background-color: #fff0;
  justify-content: flex-start;
  align-items: center;
  width: auto;
  height: auto;
  display: none;
}

.team-block {
  background-color: #897b70;
  flex-flow: column;
  height: 710px;
  padding-bottom: 16px;
  display: block;
}

.div-block-50 {
  background-image: linear-gradient(0deg, #35271f, #35271f00 19%);
  width: 100%;
  height: 100%;
}

.contato-menu-2 {
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #6c5c50;
  margin-left: 0;
  margin-right: 0;
  padding: 16px 32px;
  font-family: helvetica-neue-lt-pro, sans-serif;
  font-size: 15px;
  transition: all .3s;
}

.contato-menu-2:hover {
  opacity: .8;
  background-color: #524338;
}

.contato-menu-2.w--current {
  color: #fff;
}

.team-member-text {
  color: #fff;
  letter-spacing: 1px;
  margin-bottom: 20px;
  font-family: Helvetica Extended Extra, Verdana, sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 19px;
}

.p-footer-3 {
  color: #000;
  text-align: center;
  letter-spacing: .3px;
  margin-bottom: 0;
  font-family: helvetica-neue-lt-pro, sans-serif;
  font-size: 9px;
  font-weight: 400;
  line-height: 14px;
}

.endereco-wrapper-2 {
  grid-column-gap: 16px;
  grid-row-gap: 0px;
  background-color: #fff;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 32px;
  padding-bottom: 32px;
  display: flex;
}

.modal-ficha-tecnica-2 {
  z-index: 10;
  background-color: #b2a295;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: none;
  position: fixed;
  inset: 0%;
}

.img-aerea-localizacao-mobile-2 {
  display: none;
}

.text-block-117 {
  color: #fff;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-family: Helvetica Extended Extra, Verdana, sans-serif;
  font-size: 25px;
  font-weight: 300;
  line-height: 32px;
  position: absolute;
  top: 7%;
}

.hero-metragem-3 {
  grid-row-gap: 8px;
  background-color: #ffffff26;
  border: 0 solid #fff;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 30px 40px;
  display: flex;
}

.sessao-destaque-1-mobile {
  grid-column-gap: 210px;
  grid-row-gap: 210px;
  background-image: url('../images/intro-img.webp');
  background-position: 50%;
  background-size: cover;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  height: 180vh;
  display: none;
  position: relative;
}

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

.h2-secoes-8 {
  color: #6b3a24;
  letter-spacing: 3px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 25px;
  font-weight: 300;
  line-height: 35px;
}

.h2-secoes-8.branco {
  color: #fff;
  letter-spacing: 5px;
  font-family: helvetica-neue-lt-pro, sans-serif;
  font-size: 30px;
}

.contato-2 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  background-color: #fff;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 64px;
  padding-bottom: 64px;
  display: flex;
}

.p-diferencial-2 {
  color: #fff;
  text-align: center;
  letter-spacing: 1px;
  margin-bottom: 0;
  font-family: Helvetica Extended Extra, Verdana, sans-serif;
  font-size: 15px;
  font-weight: 400;
}

.localizacao-2 {
  grid-row-gap: 32px;
  background-color: #fff;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 48px;
  padding-bottom: 40px;
  display: flex;
}

.right-arrow-16 {
  height: 100px;
  display: none;
}

.text-span-12 {
  letter-spacing: .5px;
  text-transform: uppercase;
  font-family: Montserrat, sans-serif;
  font-size: 13px;
  font-weight: 700;
}

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

.h2-secoes-9 {
  color: #6b3a24;
  letter-spacing: 3px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 25px;
  font-weight: 300;
  line-height: 35px;
}

.h2-secoes-9.branco {
  color: #fff;
  letter-spacing: 5px;
  width: 90%;
  margin-top: 0;
  margin-left: 0;
  margin-right: auto;
  font-family: helvetica-neue-lt-pro, sans-serif;
  font-size: 30px;
  font-weight: 200;
  line-height: 40px;
}

.div-expandir {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-color: #fff;
  border: 1px solid #141954;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 43px;
  display: none;
  position: absolute;
  inset: 16px 16px auto auto;
}

.div-expandir.expandir-lazer {
  border-color: #000;
  border-radius: 0;
  width: 50px;
  height: 50px;
  display: flex;
  inset: 1% auto auto .6%;
}

.hero-metragem-borda-3 {
  opacity: .5;
  border: 1px solid #fff;
  width: 100%;
  height: 1px;
  margin-top: 5px;
  margin-bottom: 5px;
}

.slider-seta-bg-small-2 {
  background-color: #6b3a24;
  justify-content: center;
  align-items: center;
  width: 56px;
  height: 56px;
  font-size: 24px;
  display: flex;
}

.div-block-51 {
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 1200px;
  display: flex;
}

.legenda {
  z-index: 2;
  color: #fff;
  text-transform: uppercase;
  background-color: #000;
  margin-bottom: 0;
  padding: 8px;
  font-family: helvetica-neue-lt-pro, sans-serif;
  font-size: 12px;
  line-height: 16px;
  text-decoration: none;
  position: absolute;
  inset: auto 0 0 auto;
}

.slide-47 {
  width: 100%;
  height: 750%;
  max-height: 750px;
}

.text-block-121 {
  color: #000;
  padding-bottom: 10px;
  font-family: helvetica-neue-lt-pro, sans-serif;
  font-size: 15px;
}

.p-15-6 {
  color: #fff;
  letter-spacing: 2px;
  margin-bottom: 0;
  font-family: helvetica-neue-lt-pro, sans-serif;
  font-size: 15px;
  font-weight: 300;
  line-height: 25px;
}

.p-15-6.center-mobile.institucional {
  font-family: helvetica-neue-lt-pro, sans-serif;
  font-weight: 300;
}

.p-15-6.center {
  text-align: center;
}

.hero-infos-container-2 {
  z-index: 1;
  justify-content: space-between;
  align-items: center;
  width: 90%;
  display: flex;
  position: absolute;
  left: 3%;
}

.h2-secoes-10 {
  color: #6b3a24;
  letter-spacing: 3px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 25px;
  font-weight: 300;
  line-height: 35px;
}

.h2-secoes-10.branco {
  color: #fff;
  text-align: center;
  letter-spacing: 2px;
  width: 90%;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  font-family: helvetica-neue-lt-pro, sans-serif;
  font-size: 15px;
}

.h2-secoes-4 {
  color: #6b3a24;
  letter-spacing: 3px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 25px;
  font-weight: 300;
  line-height: 35px;
}

.h2-secoes-4.branco {
  color: #fff;
  letter-spacing: 5px;
  width: 10%;
  margin-bottom: 30px;
  margin-left: 10%;
  margin-right: auto;
  font-family: helvetica-neue-lt-pro, sans-serif;
}

.cta-padrao-6 {
  z-index: 3;
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  background-color: #8f442200;
  border: .5px solid #fff;
  justify-content: center;
  align-items: center;
  padding: 24px 32px;
  text-decoration: none;
  display: flex;
  position: static;
  inset: auto 8% -1% auto;
  box-shadow: 2px 5px 10px #00000040;
}

.h2-secoes-15 {
  color: #372820;
  letter-spacing: 3px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Helvetica Extended Extra, Verdana, sans-serif;
  font-size: 25px;
  font-weight: 300;
  line-height: 35px;
}

.h2-secoes-15.center {
  color: #b2a293;
  text-align: center;
  font-family: helvetica-neue-lt-pro, sans-serif;
}

.h2-secoes-15.branco {
  color: #fff;
  letter-spacing: 5px;
  width: 1366px;
}

.p-diferencial-3-copy-copy {
  color: #6b3a24;
  text-align: center;
  margin-bottom: 0;
  font-size: 15px;
  font-weight: 400;
}

.planik-logo-footer-2 {
  width: 180px;
}

.text-block-120 {
  color: #000;
  text-align: center;
  width: auto;
  font-family: Helvetica Extended Extra, Verdana, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 15px;
}

.team-slider-nav {
  margin-top: 24px;
  font-size: 10px;
  display: none;
  position: static;
  bottom: -60px;
}

.tab-link-v1-2 {
  color: #80776c;
  text-align: center;
  background-color: #f6f3ee00;
  border: 1px solid #fff;
  border-radius: 0;
  justify-content: center;
  align-items: center;
  width: 300px;
  height: 60px;
  padding: 0;
  font-size: 16px;
  font-weight: 700;
  display: flex;
}

.tab-link-v1-2.w--current {
  color: #fff;
  background-color: #aa9b8e;
  border-radius: 0;
  width: 300px;
  height: 60px;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 16px;
  font-weight: 300;
}

.secao-destaque-container-3 {
  grid-column-gap: 0px;
  grid-row-gap: 32px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 90%;
  margin-top: 80px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
  right: 0%;
}

.team-slider-wrapper {
  background-color: #0000;
  height: auto;
  margin-top: 50px;
  font-weight: 300;
}

.image-91 {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.slider-v1-imagens {
  background-color: #fff0;
  justify-content: flex-start;
  align-items: center;
  width: auto;
  height: auto;
  display: block;
}

.text-block-119 {
  color: #000;
  padding-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 15px;
}

.p-diferencial-3-copy, .p-diferencial-3 {
  color: #6b3a24;
  text-align: center;
  margin-bottom: 0;
  font-size: 15px;
  font-weight: 400;
}

.arquitetos {
  margin-top: 60px;
}

.image-3394 {
  width: 23px;
}

.localizacao-3 {
  grid-row-gap: 0px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 0;
  display: flex;
}

.h2-secoes-5-copy {
  color: #fff;
  text-align: center;
  letter-spacing: 3px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: helvetica-neue-lt-pro, sans-serif;
  font-size: 25px;
  font-weight: 300;
  line-height: 35px;
}

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

.mask-2 {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}

.image-3395 {
  width: 24px;
}

.slider-img-planta-12 {
  width: 50%;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.mapa-wrapper-2 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 0;
  display: flex;
  position: relative;
}

.slide-60 {
  width: 860px;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}

.image-3391 {
  width: 100%;
  height: auto;
}

.team-slide-wrapper {
  vertical-align: baseline;
  width: 30%;
  height: 710px;
  margin-right: 5%;
}

.cta-padrao-7 {
  z-index: 3;
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  background-color: #b2a294;
  justify-content: center;
  align-items: center;
  padding: 24px 32px;
  text-decoration: none;
  display: flex;
  position: static;
  inset: auto 8% -1% auto;
  box-shadow: 2px 5px 10px #00000040;
}

.h2-secoes-16 {
  color: #6b3a24;
  letter-spacing: 3px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 25px;
  font-weight: 300;
  line-height: 35px;
}

.h2-secoes-16.branco {
  color: #72655a;
  text-align: center;
  letter-spacing: 5px;
  width: 90%;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  font-family: helvetica-neue-lt-pro, sans-serif;
  font-size: 15px;
}

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

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

.text-block-118 {
  color: #000;
  text-align: center;
  width: auto;
  font-family: Helvetica Extended Extra, Verdana, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 15px;
}

.mask-14 {
  overflow: hidden;
}

.left-arrow-18 {
  background-color: #965232;
  background-image: url('../images/bg2_1bg2.webp');
  background-position: 50%;
  background-size: cover;
  width: 76px;
  height: 58px;
  left: -64px;
}

.team-member-image-two {
  width: 100%;
  max-width: 100%;
  margin-bottom: 0;
  display: inline-block;
}

.tabs-slider-v1-plantas {
  justify-content: space-between;
  align-items: center;
  width: 90%;
  margin: 0 auto;
  display: flex;
}

.p-hero-metragem-3 {
  color: #fff;
  letter-spacing: 4px;
  text-transform: uppercase;
  margin-bottom: 0;
  font-family: helvetica-neue-lt-pro, sans-serif;
  font-size: 20px;
  font-weight: 300;
  line-height: 15px;
}

.slider-left-arrow-lazer {
  z-index: 99;
  background-color: #33241b;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  display: block;
  left: 16px;
}

.nav-menu-item-2 {
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-left: 0;
  margin-right: 0;
  padding-top: 16px;
  padding-bottom: 16px;
  font-family: helvetica-neue-lt-pro, sans-serif;
  font-size: 15px;
  transition: all .3s;
}

.nav-menu-item-2:hover {
  opacity: .6;
}

.nav-menu-item-2.w--current {
  color: #fff;
}

.mask-7 {
  height: 750px;
  max-height: 750px;
}

.image-3387 {
  display: none;
}

.h2-secoes-17 {
  color: #6b3a24;
  letter-spacing: 3px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: helvetica-neue-lt-pro, sans-serif;
  font-size: 25px;
  font-weight: 300;
  line-height: 35px;
}

.h2-secoes-17.branco {
  color: #fff;
  text-align: left;
  letter-spacing: 5px;
  margin-left: 0;
  font-family: helvetica-neue-lt-pro, sans-serif;
}

.h2-secoes-17.center {
  text-align: center;
  letter-spacing: 3px;
  font-family: helvetica-neue-lt-pro, sans-serif;
  font-size: 28px;
  font-weight: 200;
}

.body-2 {
  background-color: #674f3c;
}

.img-aerea-localizacao-mobile-3 {
  display: none;
}

.div-block-53 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: flex-start;
  align-items: center;
  margin-top: 10px;
  padding-left: 16px;
  display: none;
}

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

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

.text-block-122 {
  color: #000;
  text-align: center;
  width: auto;
  font-family: Helvetica Extended Extra, Verdana, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 15px;
}

.cta-padrao-8 {
  z-index: 3;
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  background-color: #8f4422;
  justify-content: center;
  align-items: center;
  padding: 24px 32px;
  text-decoration: none;
  display: flex;
  position: static;
  inset: auto 8% -1% auto;
  box-shadow: 2px 5px 10px #00000040;
}

.p-hero-metragem-4 {
  color: #fff;
  letter-spacing: 4px;
  text-transform: uppercase;
  margin-bottom: 0;
  font-family: helvetica-neue-lt-pro, sans-serif;
  font-size: 15px;
  font-weight: 300;
  line-height: 15px;
}

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

.right-arrow-23 {
  z-index: 10;
  background-color: #6b3a24;
  width: 56px;
  height: 56px;
  left: auto;
  right: 10%;
}

.h2-hero-4 {
  color: #fff;
  -webkit-text-stroke-color: white;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: helvetica-neue-lt-pro, sans-serif;
  font-size: 35px;
  font-weight: 300;
  line-height: 22px;
}

.text-block-123 {
  color: #000;
  letter-spacing: 1px;
  margin-top: -16px;
  font-family: Helvetica Extended Extra, Verdana, sans-serif;
  font-size: 9px;
  font-weight: 400;
}

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

.tab-link-tab-1-copy-2 {
  color: #6b3a24;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #ddd0;
  font-size: 15px;
  font-weight: 300;
  line-height: 20px;
  text-decoration: none;
}

.tab-link-tab-1-copy-2.w--current {
  color: #6b3a24;
  letter-spacing: 2px;
  background-color: #c8c8c800;
  border-bottom: 1px solid #8f4422;
  font-size: 15px;
  font-weight: 300;
  line-height: 20px;
}

.left-arrow-21 {
  margin-left: 7.5%;
}

.secao-destaque-container-4 {
  grid-column-gap: 0px;
  grid-row-gap: 32px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 370px;
  display: flex;
  position: absolute;
  right: 5%;
}

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

.submit-form-3 {
  color: #fff;
  letter-spacing: 2px;
  background-color: #965232;
  border-radius: 0;
  width: 100%;
  max-width: 300px;
  min-height: auto;
  margin-top: 16px;
  padding: 24px 0;
  font-family: helvetica-neue-lt-pro, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 15px;
  display: block;
  position: static;
  box-shadow: 2px 5px 10px #00000040;
}

.plantas-2 {
  grid-row-gap: 16px;
  background-color: #f8f0ed;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 56px;
  padding-bottom: 72px;
  display: flex;
  overflow: hidden;
}

.plantas-lightbox-2 {
  background-color: #fff;
  width: 100%;
  max-width: none;
  height: auto;
  padding: 32px;
  text-decoration: none;
  position: relative;
  inset: 0%;
  overflow: visible;
}

.nav-menu-item-3 {
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-left: 0;
  margin-right: 0;
  padding-top: 16px;
  padding-bottom: 16px;
  font-family: helvetica-neue-lt-pro, sans-serif;
  font-size: 15px;
  transition: all .3s;
}

.nav-menu-item-3:hover {
  opacity: .6;
}

.nav-menu-item-3.w--current {
  color: #fff;
}

.image-3396, .image-3397 {
  width: 100%;
  height: auto;
}

.formcontato-6 {
  width: 100%;
  max-width: 1200px;
}

.img-hero-mobile-3 {
  display: none;
}

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

.div-block-55 {
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 1200px;
  display: flex;
}

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

.contato-menu-3 {
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #8f4422;
  height: auto;
  margin-left: 0;
  margin-right: 0;
  padding: 16px 32px;
  font-size: 15px;
  transition: all .3s;
}

.contato-menu-3:hover {
  opacity: .8;
}

.contato-menu-3.w--current {
  color: #fff;
}

.right-arrow-24 {
  margin-right: 7.5%;
}

.div-block-56 {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  margin-top: 0;
  display: flex;
}

.div-block-56.gdf {
  grid-row-gap: 8px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 300px;
  padding-bottom: 0;
  display: flex;
  position: relative;
}

.div-block-56.hgj, .div-block-56.gfdh {
  grid-row-gap: 8px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 300px;
  padding-bottom: 0;
  position: relative;
}

.mask-15 {
  width: 50vw;
  overflow: visible;
}

.h3-ficha-tecnica-3 {
  color: #6b3a24;
  letter-spacing: 3px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 300;
  line-height: 28px;
}

.left-arrow-22 {
  background-color: #965232;
  background-image: url('../images/bg2_1bg2.webp');
  background-position: 50%;
  background-size: cover;
  width: 76px;
  height: 58px;
  left: -64px;
}

.slider-seta-bg-small-3 {
  background-color: #6b3a24;
  justify-content: center;
  align-items: center;
  width: 56px;
  height: 56px;
  font-size: 24px;
  display: flex;
}

.p-diferencial-4 {
  color: #6b3a24;
  text-align: center;
  letter-spacing: 1px;
  margin-bottom: 0;
  font-family: helvetica-neue-lt-pro, sans-serif;
  font-size: 17px;
  font-weight: 400;
}

.text-block-124 {
  text-transform: uppercase;
  font-family: Helvetica Extended Extra, Verdana, sans-serif;
}

.hero-metragem-borda-4 {
  opacity: .5;
  border: 1px solid #fff;
  width: 100%;
  height: 1px;
}

.left-arrow-23 {
  z-index: 10;
  background-color: #6b3a24;
  width: 56px;
  height: 56px;
  display: block;
  left: 10%;
  right: auto;
}

.img-aerea-localizacao-mobile-4 {
  display: none;
}

.logo-hero-3 {
  width: 300px;
}

.text-field-15 {
  box-sizing: border-box;
  color: #000;
  -webkit-text-stroke-color: white;
  object-fit: fill;
  border: 1px solid #535353;
  flex: 0 auto;
  order: 0;
  align-self: auto;
  height: 120px;
  min-height: 120px;
  max-height: 120px;
  margin-bottom: 0;
  padding-top: 12px;
  padding-bottom: 0;
  font-family: helvetica-neue-lt-pro, sans-serif;
  font-size: 18px;
  font-weight: 300;
  display: block;
  position: static;
  overflow: clip;
}

.text-field-15::placeholder {
  color: #000;
  -webkit-text-stroke-color: black;
}

.tab-link-tab-1-2 {
  color: #6b3a24;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #ddd0;
  font-size: 25px;
  font-weight: 300;
  line-height: 30px;
  text-decoration: none;
}

.tab-link-tab-1-2.w--current {
  color: #6b3a24;
  letter-spacing: 2px;
  background-color: #c8c8c800;
  border-bottom: 1px solid #6b3a24;
  font-size: 25px;
  font-weight: 300;
  line-height: 30px;
}

.footer-3 {
  grid-row-gap: 16px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 0 40px 40px;
  display: flex;
}

.tab-link-tab-2-2 {
  color: #6b3a24;
  letter-spacing: 2px;
  background-color: #ddd0;
  font-size: 25px;
  font-weight: 300;
  line-height: 30px;
}

.tab-link-tab-2-2.w--current {
  background-color: #fff0;
  border-bottom: 1px solid #fff;
  text-decoration: none;
}

.endereco-wrapper-3 {
  grid-column-gap: 16px;
  grid-row-gap: 0px;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 32px;
  padding-bottom: 32px;
  display: flex;
}

.diferenciais-container-3 {
  grid-column-gap: 0px;
  grid-row-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  width: 1200px;
  display: grid;
}

.text-block-125 {
  text-transform: uppercase;
  font-family: helvetica-neue-lt-pro, sans-serif;
  font-weight: 300;
}

.planik-logo-footer-3 {
  width: 180px;
}

.hero-infos-container-3 {
  z-index: 1;
  justify-content: flex-end;
  align-items: center;
  width: 960px;
  margin-top: 10%;
  display: flex;
  position: absolute;
}

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

.hero-5 {
  background-color: #f8f0ed;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 100vh;
  display: flex;
  position: relative;
  overflow: hidden;
}

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

.mask-16 {
  overflow: hidden;
}

.p-ficha-tecnica-3 {
  color: #6b3a24;
  text-align: left;
  margin-bottom: 0;
  font-family: "Helvetica Neue Lt Std 43 Extended", Arial, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}

.hero-metragem-4 {
  grid-row-gap: 8px;
  border: 1px solid #fff;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 16px 40px 12px;
  display: flex;
}

.modal-ficha-tecnica-3 {
  z-index: 10;
  background-color: #f8f0ed;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 100vh;
  display: none;
  position: fixed;
  inset: 0%;
}

.div-block-57 {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  margin-top: 0;
  display: flex;
}

.div-block-57.gfdh {
  grid-column-gap: 16px;
  grid-row-gap: 8px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-start;
  width: 570px;
  padding-bottom: 0;
  display: flex;
  position: relative;
}

.div-block-58 {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  margin-top: 0;
  display: flex;
}

.div-block-58.gdf {
  grid-row-gap: 8px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 570px;
  padding-bottom: 0;
  display: flex;
  position: relative;
}

.p-hero-lancamento-4 {
  color: #fff;
  text-align: center;
  letter-spacing: 8px;
  text-transform: uppercase;
  margin-bottom: 0;
  font-family: helvetica-neue-lt-pro, sans-serif;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.5rem;
}

.p-15-7 {
  color: #fff;
  margin-bottom: 0;
  font-family: helvetica-neue-lt-pro, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 25px;
}

.p-15-7.center {
  text-align: center;
}

.p-15-7.center-mobile {
  letter-spacing: 1px;
  font-family: helvetica-neue-lt-pro, sans-serif;
  font-size: 17px;
  font-weight: 200;
}

.p-15-7.center-mobile.institucional {
  font-family: helvetica-neue-lt-pro, sans-serif;
}

.p-plantas-2 {
  z-index: 1;
  color: #6b3a24;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 20px;
  margin-bottom: 0;
  font-family: helvetica-neue-lt-pro, sans-serif;
  font-size: 11px;
  position: relative;
}

.h2-secoes-18 {
  color: #6b3a24;
  letter-spacing: 4px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: helvetica-neue-lt-pro, sans-serif;
  font-size: 30px;
  font-weight: 200;
  line-height: 35px;
}

.h2-secoes-18.branco {
  color: #fff;
  letter-spacing: 5px;
  width: 70%;
}

.h2-secoes-18.center {
  text-align: center;
}

.slider-seta-bg-2 {
  background-color: #6b3a24;
  justify-content: center;
  align-items: center;
  width: 56px;
  height: 56px;
  font-size: 24px;
  display: flex;
}

.image-3398 {
  width: 32px;
}

.tab-link-tab-2-copy-2 {
  color: #6b3a24;
  letter-spacing: 2px;
  background-color: #ddd0;
  font-size: 15px;
  font-weight: 300;
  line-height: 20px;
}

.tab-link-tab-2-copy-2.w--current {
  background-color: #fff0;
  border-bottom: 1px solid #6b3a24;
  text-decoration: none;
}

.div-block-59 {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  margin-top: 0;
  display: flex;
}

.div-block-59.hgj {
  grid-row-gap: 8px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 570px;
  padding-bottom: 0;
  position: relative;
}

.slide-nav-17 {
  z-index: 1;
  display: none;
  transform: translate(0, 100%);
}

.image-3399 {
  width: 24px;
}

.text-block-126 {
  color: #000;
  padding-bottom: 10px;
  font-family: helvetica-neue-lt-pro, sans-serif;
  font-size: 15px;
}

.img-hero-mobile-1 {
  display: none;
}

.image-99-copy {
  width: 10px;
}

.image-199 {
  width: 10px;
  display: none;
}

.cta-padrao-core, .cta-padrao-lin {
  z-index: 3;
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  background-color: #fff;
  border: 1px solid #fff;
  justify-content: center;
  align-items: center;
  padding: 20px 40px;
  text-decoration: none;
  display: flex;
  position: static;
  inset: auto 8% -1% auto;
  box-shadow: 2px 5px 10px #00000040;
}

.heading-2, .heading-3 {
  opacity: 0;
}

.p-hero-metragem-5 {
  color: #fff;
  letter-spacing: 4px;
  text-transform: uppercase;
  margin-bottom: 0;
  font-size: 15px;
  font-weight: 300;
  line-height: 15px;
}

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

.img-hero-mobile-4 {
  display: none;
}

.hero-metragem-borda-5 {
  opacity: .5;
  border: 1px solid #fff;
  width: 100%;
  height: 1px;
}

.logo-hero-4 {
  width: 300px;
}

.hero-metragem-5 {
  grid-row-gap: 8px;
  border: 1px solid #fff;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 16px 40px 12px;
  display: flex;
}

.p-hero-lancamento-5 {
  color: #fff;
  text-align: center;
  letter-spacing: 8px;
  text-transform: uppercase;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.5rem;
}

.image-3400 {
  width: 32px;
}

.image-3401 {
  width: 24px;
}

.hero-infos-container-2-core {
  z-index: 1;
  justify-content: space-between;
  align-items: center;
  width: 90%;
  display: flex;
  position: absolute;
  left: 3%;
}

.image-59 {
  width: auto;
}

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

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

.image-61 {
  width: auto;
}

.paragraph-68 {
  color: #fff;
  white-space: nowrap;
  background-color: #965232;
  border-radius: 0;
  justify-content: center;
  align-items: center;
  width: 235px;
  height: 52px;
  margin-bottom: 0;
  margin-left: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 17px;
  font-weight: 700;
  display: flex;
}

.paragraph-68.whatsapp {
  background-color: #63a531;
  border-radius: 10px;
  display: flex;
}

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

.button-5.flutuante {
  color: #fff;
  background-color: #965232;
  border-radius: 10px;
  width: 52px;
  height: 52px;
}

.button-5.flutuante.chat {
  border-radius: 0;
}

.button-5.flutuante.chat {
  background-color: #7e1e1e;
  border-radius: 10px;
}

.button-5.flutuante.whatsapp {
  background-color: #292b30;
}

.lightbox-link-4, .lightbox-link-5, .lightbox-link-6, .lightbox-link-7, .lightbox-link-8, .lightbox-link-9, .lightbox-link-10, .lightbox-link-11 {
  display: flex;
}

.slider-img-planta-22 {
  width: 70%;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

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

.conversion-bar-core {
  z-index: 10;
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  object-fit: fill;
  flex-flow: column;
  align-items: flex-end;
  display: flex;
  position: fixed;
  inset: auto 2% 1% auto;
  transform: translateY(-50%);
}

.hero-5-home {
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 100vh;
  display: flex;
  position: relative;
  overflow: hidden;
}

.img-hero-home {
  vertical-align: baseline;
  object-fit: cover;
  align-self: flex-start;
  width: 100%;
  height: 95vh;
}

.img-hero-copy, .img-hero-copy2 {
  vertical-align: baseline;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.image-3402 {
  width: auto;
}

.conversion-bar-2 {
  z-index: 10;
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  object-fit: fill;
  background-color: #7e1e1e00;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  flex-flow: column;
  align-items: flex-end;
  padding: 7px;
  display: flex;
  position: fixed;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}

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

.image-3403 {
  width: auto;
}

.paragraph-69 {
  color: #fff;
  white-space: nowrap;
  background-color: #965232;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  width: 235px;
  height: 52px;
  margin-bottom: 0;
  margin-left: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 17px;
  font-weight: 700;
  display: flex;
}

.paragraph-69.whatsapp {
  background-color: #63a531;
  border-radius: 10px;
  display: flex;
}

.paragraph-109 {
  text-align: center;
  margin-top: 60px;
  margin-bottom: 0;
  font-size: 36px;
  font-weight: 300;
  line-height: 46px;
}

.paragraph-109.cot {
  text-align: left;
  width: 50%;
  margin-top: 0;
  line-height: 42px;
}

.text-area-container {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  margin-top: 0;
  padding-left: 16px;
  display: flex;
}

.bold-text-2 {
  color: #000;
  font-weight: 300;
}

.text-field-16 {
  color: #000;
  -webkit-text-stroke-color: white;
  border: 1px #000;
  border-bottom: 1px solid #965232;
  font-weight: 300;
  display: block;
}

.text-field-16::placeholder {
  color: #000;
  -webkit-text-stroke-color: black;
}

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

.heading-15 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 700;
}

.text-area {
  color: #000;
  -webkit-text-stroke-color: white;
  border: 1px #000;
  border-bottom: 1px solid #965232;
  order: 0;
  align-self: auto;
  height: 80px;
  margin-bottom: 0;
  padding: 0;
  font-weight: 300;
  display: block;
}

.text-area::placeholder {
  color: #000;
  -webkit-text-stroke-color: black;
}

.image-3404 {
  display: block;
  overflow: clip;
}

.formcontato-7 {
  width: 100%;
  max-width: 500px;
}

.container-modal-conversao {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.div-block-60 {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  margin-top: 0;
  display: flex;
}

.div-block-60.gfdh, .div-block-60.hgj {
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  padding-bottom: 10px;
  position: relative;
}

.div-block-60.gdf {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  padding-bottom: 10px;
  display: flex;
  position: relative;
}

.text-span-15 {
  line-height: 46px;
}

.container-7 {
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  width: 1200px;
  max-width: 100%;
  margin: 60px auto;
  display: flex;
}

.submit-form-4 {
  color: #fff;
  background-color: #965232;
  background-image: url('../images/bg-cta_1bg cta.webp');
  background-position: 0 0;
  background-size: cover;
  border-radius: 0;
  width: 100%;
  min-height: auto;
  margin-top: 16px;
  padding: 16px 0;
  font-size: 18px;
  font-weight: 700;
  line-height: 15px;
  display: block;
  position: static;
}

.div-block-61 {
  flex-flow: column;
  flex: 0 auto;
  width: 20px;
  display: block;
}

.div-block-62 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: flex-start;
  align-items: center;
  margin-top: 10px;
  padding-left: 16px;
  display: none;
}

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

.paragraph-110 {
  text-align: center;
  margin-top: 60px;
  margin-bottom: 0;
  font-size: 36px;
  font-weight: 300;
  line-height: 46px;
}

.paragraph-110.cot {
  text-align: left;
  width: 50%;
  margin-top: 0;
  line-height: 42px;
}

.text-field-17 {
  color: #000;
  -webkit-text-stroke-color: white;
  border: 1px #000;
  border-bottom: 1px solid #965232;
  font-weight: 300;
  display: block;
}

.text-field-17::placeholder {
  color: #000;
  -webkit-text-stroke-color: black;
}

.heading-16 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 700;
}

.image-3405 {
  display: block;
  overflow: clip;
}

.formcontato-8 {
  width: 100%;
  max-width: 500px;
}

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

.div-block-63 {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  margin-top: 0;
  display: flex;
}

.div-block-63.gfdh, .div-block-63.hgj {
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  padding-bottom: 10px;
  position: relative;
}

.div-block-63.gdf {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  padding-bottom: 10px;
  display: flex;
  position: relative;
}

.text-span-16 {
  line-height: 46px;
}

.container-8 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  width: 1200px;
  max-width: 100%;
  margin: 60px auto;
  display: flex;
}

.submit-form-5 {
  color: #fff;
  background-color: #965232;
  background-image: url('../images/bg-cta_1bg cta.webp');
  background-position: 0 0;
  background-size: cover;
  border-radius: 0;
  width: 100%;
  min-height: auto;
  margin-top: 16px;
  padding: 16px 0;
  font-size: 18px;
  font-weight: 700;
  line-height: 15px;
  display: block;
  position: static;
}

.div-block-64 {
  flex-flow: column;
  flex: 0 auto;
  width: 20px;
  display: block;
}

.div-block-65 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: flex-start;
  align-items: center;
  margin-top: 10px;
  padding-left: 16px;
  display: none;
}

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

.modal-chat-new-c {
  z-index: 99;
  background-color: #fff;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  margin-top: 0;
  display: flex;
  position: fixed;
  top: 0;
}

.modal-whatsapp-c, .modal-chat-new-l, .modal-whatsapp-l {
  z-index: 99;
  background-color: #fff;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  margin-top: 0;
  display: none;
  position: fixed;
  top: 0;
}

.image-3406, .image-3407 {
  width: 10%;
  max-width: none;
}

.image-3408 {
  order: 0;
  width: 10%;
}

.div-block-70 {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  margin-top: 0;
  display: flex;
}

.div-block-70.gdf {
  grid-row-gap: 8px;
  border-bottom: 1.5px solid #000;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 300px;
  padding-bottom: 0;
  display: flex;
  position: relative;
}

.div-block-70.gfdh {
  grid-row-gap: 8px;
  border-bottom: 0 solid #000;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  width: 300px;
  padding-bottom: 0;
  position: relative;
}

.div-block-70.hgj {
  grid-row-gap: 8px;
  border-bottom: 1.5px solid #000;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  width: 300px;
  padding-bottom: 0;
  position: relative;
}

.image-3409 {
  width: 5%;
}

.text-span-17 {
  letter-spacing: 0;
  font-family: Helvetica Extended Extra, Verdana, sans-serif;
  font-weight: 400;
}

.text-field-21 {
  color: #000;
  letter-spacing: 1px;
  -webkit-text-stroke-color: white;
  border: 1px solid #535353;
  height: 50px;
  margin-bottom: 0;
  font-family: helvetica-neue-lt-pro, sans-serif;
  font-size: 18px;
  font-weight: 300;
  display: block;
}

.text-field-21::placeholder {
  color: #000;
  -webkit-text-stroke-color: black;
}

.text-field-12-copy {
  color: #000;
  letter-spacing: 1px;
  -webkit-text-stroke-color: white;
  border: 0 solid #000;
  height: 50px;
  margin-bottom: 0;
  font-family: helvetica-neue-lt-pro, sans-serif;
  font-size: 18px;
  font-weight: 300;
  display: block;
}

.text-field-12-copy::placeholder {
  color: #000;
  -webkit-text-stroke-color: black;
}

.text-field-22 {
  color: #000;
  letter-spacing: 1px;
  -webkit-text-stroke-color: white;
  border: .1px solid #535353;
  height: 50px;
  margin-bottom: 0;
  font-family: helvetica-neue-lt-pro, sans-serif;
  font-size: 18px;
  font-weight: 300;
  display: block;
}

.text-field-22::placeholder {
  color: #000;
  -webkit-text-stroke-color: black;
}

.text-field-23 {
  color: #000;
  letter-spacing: 1px;
  -webkit-text-stroke-color: white;
  border: 1px solid #535353;
  height: 50px;
  margin-bottom: 0;
  font-family: helvetica-neue-lt-pro, sans-serif;
  font-size: 18px;
  font-weight: 300;
  display: block;
}

.text-field-23::placeholder {
  color: #000;
  -webkit-text-stroke-color: black;
}

.p-15-5-copy {
  color: #fff;
  letter-spacing: 1px;
  margin-bottom: 0;
  font-size: 15px;
  font-weight: 300;
  line-height: 25px;
}

.p-15-5-copy.center-mobile.institucional {
  font-family: Helvetica Extended Extra, Verdana, sans-serif;
  font-weight: 300;
  display: none;
}

.p-15-5-copy.center-mobile-institucional {
  font-weight: 300;
}

.p-15-5-copy.center {
  text-align: center;
}

.cta-padrao-4 {
  z-index: 3;
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  background-color: #6c5c50;
  justify-content: center;
  align-items: center;
  padding: 24px 32px;
  text-decoration: none;
  display: flex;
  position: relative;
  inset: auto 8% -1% auto;
  box-shadow: 2px 5px 10px #00000040;
}

.text-field-25 {
  color: #000;
  letter-spacing: 1px;
  -webkit-text-stroke-color: white;
  border: 1px solid #535353;
  height: 50px;
  margin-bottom: 0;
  font-family: helvetica-neue-lt-pro, sans-serif;
  font-size: 18px;
  font-weight: 300;
  display: block;
}

.text-field-25::placeholder {
  color: #000;
  -webkit-text-stroke-color: black;
}

.text-field-26 {
  color: #000;
  letter-spacing: 1px;
  -webkit-text-stroke-color: white;
  border: 1px solid #535353;
  height: 50px;
  margin-bottom: 0;
  font-family: helvetica-neue-lt-pro, sans-serif;
  font-size: 18px;
  font-weight: 300;
  display: block;
}

.text-field-26::placeholder {
  color: #000;
  -webkit-text-stroke-color: black;
}

.text-field-27 {
  color: #000;
  letter-spacing: 1px;
  -webkit-text-stroke-color: white;
  border: 1px solid #535353;
  height: 50px;
  margin-bottom: 0;
  font-family: helvetica-neue-lt-pro, sans-serif;
  font-size: 18px;
  font-weight: 300;
  display: block;
}

.text-field-27::placeholder {
  color: #000;
  -webkit-text-stroke-color: black;
}

.h2-secoes-9-copy {
  color: #6b3a24;
  letter-spacing: 3px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 25px;
  font-weight: 300;
  line-height: 35px;
}

.h2-secoes-9-copy.branco {
  color: #fff;
  letter-spacing: 5px;
  width: 90%;
  margin-top: 0;
  margin-left: 0;
  margin-right: auto;
  font-family: helvetica-neue-lt-pro, sans-serif;
  font-size: 30px;
  font-weight: 200;
  line-height: 40px;
}

.h2-secoes-20 {
  color: #6b3a24;
  letter-spacing: 3px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 25px;
  font-weight: 300;
  line-height: 35px;
}

.h2-secoes-20.branco {
  color: #fff;
  text-align: center;
  letter-spacing: 5px;
  width: 90%;
  margin-top: 70px;
  margin-left: auto;
  margin-right: auto;
  font-family: helvetica-neue-lt-pro, sans-serif;
  font-size: 30px;
  font-weight: 200;
  line-height: 40px;
}

.h2-secoes-22 {
  color: #6b3a24;
  letter-spacing: 4px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: helvetica-neue-lt-pro, sans-serif;
  font-size: 30px;
  font-weight: 200;
  line-height: 35px;
}

.h2-secoes-22.branco {
  color: #fff;
  text-align: center;
  letter-spacing: 5px;
  width: 70%;
}

.h2-secoes-22.center {
  text-align: center;
}

.lightbox-plantas-wrapper-copy {
  grid-row-gap: 8px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: none;
  height: auto;
  display: flex;
  position: relative;
  overflow: visible;
}

.lightbox-plantas-img-2, .lightbox-plantas-img-3 {
  box-sizing: border-box;
  vertical-align: baseline;
  object-fit: fill;
  flex: 0 auto;
  order: 0;
  width: 80%;
  max-width: none;
  overflow: clip;
}

.lightbox-plantas-img-copy {
  box-sizing: border-box;
  vertical-align: baseline;
  object-fit: fill;
  flex: 0 auto;
  order: 0;
  width: 80%;
  max-width: none;
  overflow: clip;
  transform: rotate(90deg);
}

.lightbox-plantas-img-implantacao {
  box-sizing: border-box;
  vertical-align: baseline;
  object-fit: fill;
  flex: 0 auto;
  order: 0;
  width: 80%;
  max-width: none;
  overflow: clip;
}

.div-block-71 {
  background-color: #f8f0ed;
  justify-content: flex-start;
  align-items: center;
  padding-bottom: 40px;
  display: block;
}

.h2-secoes-23 {
  color: #6b3a24;
  text-align: center;
  letter-spacing: 4px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: helvetica-neue-lt-pro, sans-serif;
  font-size: 20px;
  font-weight: 200;
  line-height: 35px;
}

.h2-secoes-23.branco {
  color: #fff;
  letter-spacing: 5px;
  width: 70%;
}

.h2-secoes-23.center {
  text-align: center;
}

.cta-padrao-his {
  z-index: 3;
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  background-color: #6b3a24;
  justify-content: center;
  align-items: center;
  width: auto;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  padding: 15px;
  text-decoration: none;
  display: flex;
  position: static;
  inset: auto 8% -1% auto;
  box-shadow: 2px 5px 10px #00000040;
}

.img-lp-conjunta {
  background-image: url('../images/NOVO-banner_lp-conjunta.webp');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  max-width: 100%;
  height: 95vh;
}

.grid {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  width: 100%;
}

.text-grid-1 {
  color: #fff;
  letter-spacing: 1px;
  font-family: Helvetica Extended Extra, Verdana, sans-serif;
  font-size: 17px;
  font-weight: 300;
  line-height: 24px;
}

.p-diferencial-small-4 {
  color: #6b3a24;
  text-align: center;
  margin-bottom: 0;
  font-size: 9px;
  font-weight: 400;
  line-height: 14px;
}

.slider-seta-bg-small-4 {
  background-color: #6b3a24;
  justify-content: center;
  align-items: center;
  width: 56px;
  height: 56px;
  font-size: 24px;
  display: flex;
}

.p-diferencial-5 {
  color: #6b3a24;
  text-align: center;
  margin-bottom: 0;
  font-size: 15px;
  font-weight: 400;
}

.text-block-128, .text-block-129 {
  color: #fff;
  text-transform: uppercase;
}

.h2-secoes-24 {
  color: #fff;
  letter-spacing: 3px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: helvetica-neue-lt-pro, sans-serif;
  font-size: 25px;
  font-weight: 300;
  line-height: 35px;
}

.tab-link-tab-1-copy-2--core {
  color: #6b3a24;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #ddd0;
  font-size: 15px;
  font-weight: 300;
  line-height: 20px;
  text-decoration: none;
}

.tab-link-tab-1-copy-2--core.w--current {
  color: #6b3a24;
  letter-spacing: 2px;
  background-color: #c8c8c800;
  border-bottom: 1px solid #aa9b8e;
  font-size: 15px;
  font-weight: 300;
  line-height: 20px;
}

.tab-link-tab-2-core {
  color: #6b3a24;
  letter-spacing: 2px;
  background-color: #ddd0;
  border-bottom: 0 solid #aa9b8e;
  font-size: 15px;
  font-weight: 300;
  line-height: 20px;
}

.tab-link-tab-2-core.w--current {
  background-color: #fff0;
  border-bottom: 1px solid #aa9b8e;
  text-decoration: none;
}

.diferencial-icone-2 {
  width: 11%;
}

.diferencial-icone-2.unidades {
  width: 40px;
}

.diferencial-icone-copy {
  color: #fff;
  width: 8%;
}

.diferencial-icone-7 {
  width: 6%;
}

.diferencial-icone-7.unidades {
  width: 40px;
}

.diferencial-icone-10 {
  width: 8%;
}

.diferencial-icone-10.unidades {
  width: 40px;
}

.diferencial-icone-copy-copy {
  width: 8%;
}

.diferencial-icone-copy-copy.unidades {
  width: 40px;
}

.diferencial-icone-11 {
  width: 8%;
}

.diferencial-icone-11.unidades {
  width: 40px;
}

.diferencial-icone-12 {
  width: 8%;
}

.diferencial-icone-12.unidades {
  width: 40px;
}

.diferencial-icone-copy {
  width: 8%;
}

.diferencial-icone-copy.unidades {
  width: 40px;
}

.diferencial-icone-22 {
  width: 8%;
}

.diferencial-icone-22.unidades {
  width: 40px;
}

.diferencial-icone-24 {
  width: 8%;
}

.diferencial-icone-24.unidades {
  width: 40px;
}

.plantas-lightbox-2-linn {
  background-color: #fff;
  width: 100%;
  max-width: none;
  height: auto;
  padding: 32px;
  text-decoration: none;
  position: relative;
  inset: 0%;
  overflow: visible;
}

.slider-seta-bg-5 {
  background-color: #6b3a24;
  justify-content: center;
  align-items: center;
  width: 56px;
  height: 56px;
  font-size: 24px;
  display: flex;
}

.image-3410 {
  opacity: 1;
}

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

.modal-hmp {
  z-index: 99;
  background-color: #f8f0ed;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: none;
  position: fixed;
  inset: 0%;
}

.ficha-tecnica-wrapper-2-copy {
  grid-row-gap: 32px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 1200px;
  margin-top: 60px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  display: flex;
}

.tab-pane-tab-4 {
  width: auto;
}

.right-arrow-25 {
  height: 100px;
  display: none;
}

.slide-nav-19 {
  z-index: 1;
  display: none;
  transform: translate(0, 100%);
}

.slide-63 {
  width: 920px;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}

.text-span-18 {
  letter-spacing: .5px;
  text-transform: uppercase;
  font-family: Montserrat, sans-serif;
  font-size: 13px;
  font-weight: 700;
}

.tabs-slide-insider-lazer-v1-2 {
  grid-column-gap: 16px;
  grid-row-gap: 4px;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: auto;
  max-width: 100%;
  margin-bottom: 16px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

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

.image-3411 {
  width: 3%;
  position: absolute;
  inset: 0% 4% auto auto;
}

.slide-64 {
  width: 860px;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}

.left-arrow-24 {
  height: 100px;
  display: none;
}

.h2-secoes-25 {
  color: #6b3a24;
  letter-spacing: 3px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 25px;
  font-weight: 300;
  line-height: 35px;
}

.h2-secoes-25.branco {
  color: #fff;
  text-align: center;
  letter-spacing: 5px;
  width: 10%;
  margin-bottom: 0;
  margin-left: 11%;
  margin-right: auto;
  font-family: helvetica-neue-lt-pro, sans-serif;
}

.slider-img-planta-23 {
  width: 100%;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.icon-22 {
  color: #132012;
}

.tab-content-container-2 {
  border-radius: 10px;
  width: 100%;
}

.slider-img-planta-24 {
  width: 62%;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.slider-img-planta-25 {
  width: 82%;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.mask-18 {
  height: auto;
}

.diferencial-icone-copy-copy22 {
  width: 10%;
}

.diferencial-icone-copy-copy22.unidades {
  width: 40px;
}

.diferencial-icone-30 {
  width: 8%;
}

.diferencial-icone-30.unidades {
  width: 40px;
}

.diferencial-icone-39 {
  width: 8%;
}

.diferencial-icone-39.unidades {
  width: 40px;
}

.paragraph-141 {
  color: #fff;
  white-space: nowrap;
  background-color: #292b30;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  width: auto;
  height: 52px;
  margin-bottom: 0;
  margin-left: 20px;
  padding-left: 16px;
  padding-right: 16px;
  font-family: Montserrat, sans-serif;
  font-size: 17px;
  font-weight: 300;
  display: flex;
}

.paragraph-141.whatsapp, .paragraph-141.email {
  background-color: #292b30;
  border-radius: 10px;
  width: auto;
  padding-left: 16px;
  padding-right: 16px;
  font-weight: 300;
  display: flex;
}

.conversion-bar-item-new-whats {
  background-color: #7e1e1e;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 52px;
  height: 52px;
  display: flex;
}

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

.image-128 {
  width: 24px;
}

.image-127 {
  width: 28px;
}

.conversion-bar-3 {
  z-index: 99;
  grid-column-gap: 0px;
  grid-row-gap: 8px;
  object-fit: fill;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: fixed;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
}

.conversion-bar-3.cnoversion-home {
  z-index: 98;
  grid-row-gap: 8px;
  display: flex;
}

.image-130 {
  width: 24px;
}

.conversion-bar-item-new {
  background-color: #7e1e1e;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 52px;
  height: 52px;
  display: flex;
}

.conversion-bar-3-core {
  z-index: 98;
  grid-column-gap: 0px;
  grid-row-gap: 8px;
  object-fit: fill;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: fixed;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
}

.conversion-bar-3-core.cnoversion-home {
  z-index: 98;
  display: flex;
}

.fechar-modal-conversao-c, .fechar-modal-conversao-c-w, .fechar-modal-core-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-chat-core {
  z-index: 99;
  background-color: #fff;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  margin-top: 0;
  display: none;
  position: fixed;
  top: 0;
}

.container-modal-conversao-core {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.conversion-bar--linn {
  z-index: 98;
  grid-column-gap: 0px;
  grid-row-gap: 8px;
  object-fit: fill;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: fixed;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
}

.conversion-bar--linn.cnoversion-home {
  z-index: 98;
  display: flex;
}

.div-block-74 {
  position: fixed;
  top: 50%;
  right: 10px;
}

.convers-o-linn {
  z-index: 80;
  grid-column-gap: 0px;
  grid-row-gap: 8px;
  flex-flow: column;
  display: flex;
  position: fixed;
  top: 50%;
  right: 10px;
}

.div-block-75 {
  width: 52px;
  height: 52px;
}

.wpp {
  cursor: pointer;
  background-color: #7e1e1e;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  width: 52px;
  height: 52px;
  display: flex;
}

.image-3412 {
  width: 24px;
}

.chat-lin {
  cursor: pointer;
  background-color: #7e1e1e;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  width: 52px;
  height: 52px;
  display: flex;
}

.image-3413 {
  width: 26px;
}

.text-span-19 {
  font-size: 15px;
}

.plantas-lightbox-3 {
  background-color: #fff;
  width: 100%;
  max-width: none;
  height: auto;
  padding: 32px;
  text-decoration: none;
  position: relative;
  inset: 0%;
  overflow: visible;
}

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

.mask-19 {
  width: 50vw;
  overflow: visible;
}

.text-block-130 {
  color: var(--branco);
  text-transform: uppercase;
  font-family: "Helvetica Neue Lt Std 43 Extended", Arial, sans-serif;
}

.tab-link-tab-1-3 {
  color: #6b3a24;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #ddd0;
  font-size: 25px;
  font-weight: 300;
  line-height: 30px;
  text-decoration: none;
}

.tab-link-tab-1-3.w--current {
  color: #6b3a24;
  letter-spacing: 2px;
  background-color: #c8c8c800;
  border-bottom: 1px solid #fff;
  font-size: 25px;
  font-weight: 300;
  line-height: 30px;
}

.text-block-131 {
  color: var(--branco);
  text-transform: uppercase;
  font-family: "Helvetica Neue Lt Std 43 Extended", Arial, sans-serif;
}

.p-plantas-3 {
  color: #6b3a24;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 13px;
  font-weight: 700;
}

.slider-seta-bg-6 {
  background-color: #6b3a24;
  justify-content: center;
  align-items: center;
  width: 56px;
  height: 56px;
  font-size: 24px;
  display: flex;
}

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

.slide-nav-21 {
  z-index: 1;
  display: none;
  transform: translate(0, 100%);
}

.lightbox-plantas-img-22 {
  box-sizing: border-box;
  vertical-align: baseline;
  object-fit: fill;
  flex: 0 auto;
  order: 0;
  width: 55%;
  max-width: none;
  overflow: clip;
}

.lightbox-plantas-img-23 {
  box-sizing: border-box;
  vertical-align: baseline;
  object-fit: fill;
  flex: 0 auto;
  order: 0;
  width: 89%;
  max-width: none;
  overflow: clip;
}

@media screen and (min-width: 1440px) {
  .left-arrow-10 {
    background-image: none;
  }

  .right-arrow-11, .left-arrow-11 {
    background-image: url('../images/bg2_1bg2.webp');
    background-position: 50%;
    background-size: cover;
  }

  .img-hero-2 {
    height: auto;
  }

  .cta-hero-2 {
    bottom: 1.5%;
  }

  .h2-secoes-5.branco {
    text-align: left;
    margin-left: 0;
  }

  .slider-2 {
    height: 650px;
    min-height: auto;
    max-height: 650px;
    margin-top: 0;
    padding-left: 0;
  }

  .plantas-1 {
    margin-top: 40px;
  }

  .right-arrow-20 {
    background-image: url('../images/bg2_1bg2.webp');
    background-position: 50%;
    background-size: cover;
  }

  .slide-nav-9.fghj.gd {
    position: absolute;
  }

  .sessao-destaque-1 {
    grid-column-gap: 130px;
    grid-row-gap: 130px;
    height: auto;
  }

  .left-arrow-20 {
    background-image: none;
  }

  .team-block {
    height: 700px;
  }

  .legenda {
    background-color: #000;
  }

  .h2-secoes-4.branco {
    text-align: center;
    margin-left: 10%;
  }

  .left-arrow-18 {
    background-image: url('../images/bg2_1bg2.webp');
    background-position: 50%;
    background-size: cover;
  }

  .mask-7 {
    height: 100%;
  }

  .h2-secoes-17.branco {
    text-align: left;
    margin-left: 0;
  }

  .left-arrow-22 {
    background-image: url('../images/bg2_1bg2.webp');
    background-position: 50%;
    background-size: cover;
  }

  .left-arrow-23 {
    background-image: none;
  }

  .img-hero-home {
    background-image: url('../images/NOVO-banner_lp-conjunta.webp');
    background-position: 50% 0;
    background-size: auto;
  }

  .paragraph-109.cot {
    margin-top: 0;
    line-height: 42px;
  }

  .modal-chat-new {
    margin-left: auto;
    margin-right: auto;
    display: none;
  }

  .paragraph-110.cot {
    margin-top: 0;
    line-height: 42px;
  }

  .h2-secoes-25.branco {
    text-align: center;
    margin-left: 10%;
  }
}

@media screen and (min-width: 1920px) {
  .img-hero {
    margin-top: 0;
  }

  .hero-2 {
    height: 100vh;
  }

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

  .h2-hero-2 {
    letter-spacing: .5px;
    font-family: helvetica-neue-lt-pro, sans-serif;
  }

  .team-block-info {
    height: 360px;
  }

  .lightbox-link-3.fdfgf {
    position: static;
  }

  .slider-2 {
    background-color: #33241b;
    width: auto;
    height: 750px;
    max-height: none;
  }

  .plantas-1 {
    margin-top: 40px;
  }

  .slide-nav-9.fghj.gd {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .sessao-destaque-1 {
    background-color: #aa9b8e;
    height: auto;
  }

  .slider-right-arrow-lazer {
    z-index: 20;
    width: 60px;
    height: 60px;
    right: 110px;
  }

  .team-block {
    background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
    background-position: 50% 0;
    background-repeat: no-repeat;
    background-size: auto;
    height: 760px;
    display: flex;
  }

  .slide-47 {
    width: auto;
    height: 750px;
  }

  .h2-secoes-4.branco {
    margin-left: 8%;
  }

  .image-91 {
    width: 90%;
  }

  .mask-2 {
    height: 770px;
  }

  .team-member-image-two {
    box-sizing: border-box;
    position: static;
    overflow: clip;
  }

  .tabs-slider-v1-plantas {
    margin-top: 0;
  }

  .slider-left-arrow-lazer {
    z-index: 20;
    width: 60px;
    height: 60px;
    left: 110px;
  }

  .mask-7 {
    width: auto;
    max-height: 750px;
  }

  .body-2 {
    background-color: #674f3c;
  }

  .button-5.flutuante.chat {
    background-color: #7c1e1e;
    border-radius: 10px;
  }

  .img-hero-home, .img-hero-copy, .img-hero-copy2 {
    margin-top: 0;
  }

  .paragraph-69 {
    background-color: #6c5c50;
    border-radius: 0;
  }

  .paragraph-69.whatsapp {
    border-radius: 0;
  }

  .modal-chat-new, .modal-whatsapp {
    display: none;
  }

  .container-8 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .modal-chat-new-copy, .modal-chat-new-c, .modal-whatsapp-c, .modal-chat-new-l, .modal-whatsapp-l {
    display: none;
  }

  .div-block-72 {
    background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
    background-position: 50% 0;
    background-size: cover;
    width: 100%;
    max-width: 100%;
    height: 95vh;
  }

  .h2-secoes-25.branco {
    margin-left: 7.5%;
  }

  .slide-65 {
    height: 750px;
  }

  .modal-chat-core {
    display: none;
  }
}

@media screen and (max-width: 991px) {
  .team-slider-arrow {
    display: block;
  }

  .slider-2 {
    height: 400px;
    padding-left: 0;
  }

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

  .team-block {
    height: 650px;
  }

  .team-slider-nav {
    display: block;
  }

  .team-slide-wrapper {
    width: 100%;
    margin-right: 6%;
  }

  .conversion-bar {
    right: 0;
  }

  .paragraph-68, .paragraph-68.whatsapp {
    display: none;
  }

  .conversion-bar-core, .conversion-bar-2 {
    right: 0;
  }

  .paragraph-69, .paragraph-69.whatsapp {
    display: none;
  }

  .paragraph-109.cot {
    margin-bottom: 40px;
  }

  .container-7 {
    flex-flow: column;
  }

  .paragraph-110.cot {
    margin-bottom: 40px;
  }

  .container-8 {
    flex-flow: column;
  }

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

  .paragraph-141, .paragraph-141.whatsapp, .paragraph-141.email {
    display: none;
  }

  .conversion-bar-3, .conversion-bar-3-core, .conversion-bar--linn {
    right: 0;
  }
}

@media screen and (max-width: 767px) {
  .slider-2 {
    height: auto;
  }

  .team-block {
    justify-content: flex-start;
    align-items: center;
    width: auto;
    height: 550px;
    display: flex;
  }

  .team-slide-wrapper {
    width: 100%;
  }

  .conversion-bar, .conversion-bar-core, .conversion-bar-2 {
    inset: auto 0% 0%;
  }

  .paragraph-109.cot {
    text-align: left;
  }

  .container-7 {
    flex-flow: column;
    padding-left: 20px;
    padding-right: 20px;
  }

  .paragraph-110.cot {
    text-align: left;
  }

  .container-8 {
    flex-flow: column;
    padding-left: 20px;
    padding-right: 20px;
  }

  .conversion-bar-3, .conversion-bar-3-core, .conversion-bar--linn {
    justify-content: flex-start;
    align-items: flex-end;
    inset: auto 0% 0%;
  }
}

@media screen and (max-width: 479px) {
  .img-hero {
    display: none;
  }

  .hero-infos-container {
    justify-content: center;
    align-items: center;
    width: auto;
    margin-top: 40px;
    inset: 0% 0% auto;
  }

  .hero-infos {
    justify-content: center;
    align-items: center;
  }

  .p-hero-lancamento {
    font-size: 12px;
    line-height: 1.3rem;
  }

  .logo-hero {
    width: 270px;
  }

  .h2-hero {
    font-size: 26px;
  }

  .h2-hero-span, .p-hero-metragem {
    font-size: 14px;
  }

  .cta-hero {
    padding-top: 12px;
    padding-bottom: 12px;
    inset: auto 0% 0%;
  }

  .conversao-intro {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    padding: 40px 16px;
  }

  .h2-secoes {
    text-align: center;
    font-size: 18px;
    line-height: 28px;
  }

  .form-3.form {
    grid-row-gap: 8px;
    grid-row-gap: 8px;
    grid-row-gap: 8px;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .submit-form {
    width: 100%;
    max-width: none;
    margin-right: auto;
    padding: 20px;
  }

  .div-block-30.gfdh, .div-block-30.hgj, .div-block-30.gdf {
    width: 100%;
  }

  .div-block-29 {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-top: 10px;
    padding-left: 10px;
  }

  .div-block-32 {
    grid-column-gap: 0px;
    grid-row-gap: 16px;
    flex-flow: column;
    width: 100%;
  }

  .secao-destaque {
    padding-left: 0;
    padding-right: 0;
  }

  .secao-destaque-bg {
    display: none;
  }

  .secao-destaque-container {
    grid-row-gap: 16px;
    justify-content: center;
    align-items: center;
    width: auto;
    padding-top: 24px;
    padding-left: 16px;
    padding-right: 16px;
    position: absolute;
    inset: 0% 0% auto;
  }

  .p-15 {
    font-size: 13px;
    line-height: 19px;
  }

  .p-15.center {
    font-size: 13px;
    line-height: 23px;
  }

  .p-15.center-mobile {
    text-align: center;
    font-size: 14px;
    line-height: 24px;
  }

  .p-15.center-mobile.institucional {
    font-size: 13px;
    line-height: 21px;
  }

  .p-15.center-mobile-institucional {
    text-align: center;
  }

  .cta-padrao {
    padding: 16px 24px;
  }

  .cta-padrao.cta-plantas {
    margin-top: 56px;
  }

  .galeria-imagens {
    padding-top: 32px;
    padding-bottom: 32px;
  }

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

  .section-slider {
    width: 100%;
  }

  .mask {
    width: 100vw;
  }

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

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

  .selo-img-preliminar {
    width: 48px;
    top: 8%;
  }

  .plantas {
    padding-top: 16px;
    padding-bottom: 40px;
  }

  .tab-imagens {
    overflow: visible;
  }

  .slider_plantas-container {
    display: flex;
  }

  .tab-link-tab-1, .tab-link-tab-1.w--current, .tab-link-tab-2 {
    padding-left: 0;
    padding-right: 0;
    font-size: 18px;
    line-height: 20px;
  }

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

  .tab-link-tab-1-copy, .tab-link-tab-1-copy.w--current, .tab-link-tab-2-copy {
    padding-left: 0;
    padding-right: 0;
  }

  .diferenciais-wrapper {
    grid-row-gap: 0px;
    width: 100%;
    margin-top: 40px;
  }

  .diferenciais-container {
    width: 100%;
    display: none;
  }

  .diferencial-icone {
    width: 15%;
  }

  .p-diferencial {
    font-size: 13px;
    line-height: 18px;
  }

  .tabs-content-copy {
    width: 100%;
  }

  .localizacao {
    grid-row-gap: 24px;
    padding-top: 40px;
    overflow: hidden;
  }

  .card-3 {
    margin-left: auto;
    margin-right: auto;
  }

  .mask-9 {
    overflow: visible;
  }

  .right-arrow-10 {
    background-color: #965232;
    background-image: url('../images/bg2_1bg2.webp');
    background-position: 50%;
    background-size: auto;
    width: 44px;
    height: 36px;
    font-size: 15px;
    right: -25px;
  }

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

  .slide-46 {
    width: 100%;
    margin-right: 15px;
  }

  .left-arrow-10 {
    background-color: #965232;
    background-image: url('../images/bg2_1bg2.webp');
    background-position: 50%;
    background-size: auto;
    width: 44px;
    height: 36px;
    font-size: 15px;
    left: -25px;
  }

  .slider-localizacao-v2 {
    background-color: #0000;
    width: 210px;
    height: auto;
    display: none;
  }

  .text-block-9 {
    margin-top: 15px;
  }

  .img-aerea-localizacao {
    display: none;
  }

  .mapa-wrapper {
    margin-top: 32px;
  }

  .endereco-wrapper {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex-flow: column;
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .institucional {
    display: block;
    overflow: hidden;
  }

  .img-bg-institucional {
    display: none;
  }

  .institucional-infos {
    grid-row-gap: 16px;
    justify-content: center;
    align-items: center;
    width: auto;
    padding-top: 0;
  }

  .institucional-wrapper {
    grid-row-gap: 32px;
    flex-flow: column;
    justify-content: center;
    width: auto;
    padding-left: 16px;
    padding-right: 16px;
    inset: 0%;
  }

  .institucional-numeros {
    grid-column-gap: 0px;
    grid-row-gap: 24px;
    justify-items: stretch;
  }

  .h2-item-institucional {
    font-size: 16px;
    line-height: 21px;
  }

  .contato {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex-flow: column;
    padding: 40px 16px;
  }

  .div-block-34, .div-block-35.gdf, .div-block-36.hgj, .div-block-37.gfdh {
    width: 100%;
  }

  .footer {
    padding-bottom: 100px;
  }

  .img-hero-mobile {
    object-fit: cover;
    width: 100%;
    height: 100%;
    padding-bottom: 0;
    display: block;
  }

  .secao-destaque-bg-mobile {
    width: 100%;
    display: block;
  }

  .tabs-menu {
    grid-column-gap: 16px;
    grid-row-gap: 0px;
    flex-flow: row;
    justify-content: center;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .selo-img-preliminar-plantas {
    width: 48px;
    top: 0%;
    right: 0%;
  }

  .left-arrow-plantas {
    width: 56px;
    height: 56px;
    margin-bottom: -72px;
    margin-left: 24px;
  }

  .right-arrow-plantas {
    width: 56px;
    height: 56px;
    margin-bottom: -72px;
    margin-right: 24px;
  }

  .tabs-menu-2 {
    grid-column-gap: 24px;
    justify-content: center;
    align-items: center;
    display: flex;
  }

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

  .diferenciais-mobile-container {
    grid-row-gap: 24px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .slide-nav-12 {
    margin-bottom: -56px;
  }

  .slider-seta-bg-small {
    width: 48px;
    height: 48px;
  }

  .mask-10 {
    overflow: visible;
  }

  .slide-44 {
    width: 100%;
    margin-right: 15px;
  }

  .slide-45 {
    background-color: #0000;
    width: 100%;
  }

  .slider-localizacao-v2-mobile {
    background-color: #0000;
    width: 210px;
    height: auto;
    display: block;
  }

  .right-arrow-11 {
    background-color: var(--marrom-cta);
    background-image: none;
    width: 44px;
    height: 36px;
    font-size: 15px;
    right: -25px;
  }

  .slide-4 {
    width: 100%;
    margin-right: 15px;
  }

  .left-arrow-11 {
    background-color: var(--marrom-cta);
    background-image: none;
    width: 44px;
    height: 36px;
    font-size: 15px;
    left: -25px;
  }

  .slide-43 {
    background-color: #0000;
    width: 100%;
    margin-right: 15px;
  }

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

  .img-aerea-localizacao-mobile {
    width: 1200px;
    max-width: none;
    display: block;
  }

  .img-bg-institucional-mobile {
    width: 100%;
    display: block;
  }

  .planik-logo-institucional {
    width: 160px;
  }

  .navbar {
    z-index: 4;
    display: none;
  }

  .selo-img-preliminar-hero {
    width: 70px;
    inset: auto 2% 6% auto;
  }

  .img-area-mobile-wrapper {
    width: 100%;
    max-width: 100%;
    overflow: auto;
  }

  .modal-ficha-tecnica {
    display: none;
    overflow: scroll;
  }

  .ficha-tecnica-wrapper {
    padding-bottom: 40px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .ficha-tecnica-itens {
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    padding-bottom: 0;
    display: flex;
  }

  .h3-ficha-tecnica {
    text-align: center;
    font-size: 18px;
    line-height: 28px;
  }

  .p-ficha-tecnica {
    font-size: 13px;
    line-height: 18px;
  }

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

  .hero-2 {
    height: auto;
    padding-bottom: 20px;
  }

  .img-hero-2 {
    display: none;
  }

  .cta-hero-2 {
    width: 50px;
    height: 50px;
    padding: 15px;
    inset: auto 5% 0% auto;
  }

  .image-94 {
    width: 100px;
  }

  .cta-p-2, .image-95 {
    display: none;
  }

  .h2-secoes-2 {
    text-align: center;
    width: 90%;
    margin-bottom: 10px;
    font-size: 18px;
    line-height: 28px;
  }

  .div-block-38 {
    grid-column-gap: 0px;
    grid-row-gap: 16px;
    flex-flow: column;
    width: 100%;
  }

  .div-block-39.gdf, .div-block-39.gfdh, .div-block-39.hgj {
    width: 100%;
  }

  .div-block-40 {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-top: 10px;
    padding-left: 10px;
  }

  .cta-padrao-2 {
    margin-left: auto;
    margin-right: auto;
    padding: 16px 24px;
    position: relative;
    bottom: auto;
    right: auto;
  }

  .p-hero-metragem-2 {
    font-size: 14px;
  }

  .h2-hero-2 {
    text-align: center;
    font-size: 23px;
  }

  .hero-metragem-2 {
    justify-content: center;
    align-items: center;
  }

  .p-hero-lancamento-2 {
    text-align: center;
    font-size: 15px;
    line-height: 1.3rem;
  }

  .cta-hero-3 {
    padding-top: 12px;
    padding-bottom: 12px;
    inset: auto 0% 0%;
  }

  .core-banner {
    height: 90vh;
  }

  .cta-padrao-3 {
    background-color: #fff;
    margin-top: 20px;
    padding: 16px 24px;
  }

  .cta-p-5 {
    color: #6c5c50;
  }

  .image-99 {
    display: none;
  }

  .linn-banner {
    height: 90vh;
  }

  .hero-infos-linn {
    justify-content: center;
    align-items: center;
    width: auto;
    margin-top: 40px;
    inset: 0% 0% auto;
  }

  .linn-infos {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    justify-content: center;
    align-items: center;
  }

  .p-hero-lancamento-linn {
    text-align: center;
    width: 95%;
    margin-top: 10px;
    font-size: 15px;
    line-height: 1.3rem;
  }

  .hero-metragem-linn {
    justify-content: center;
    align-items: center;
  }

  .logo-linn {
    width: 180px;
  }

  .logo-core {
    width: 270px;
  }

  .nik-banner {
    height: 90vh;
  }

  .logo-nik-vm {
    width: 230px;
  }

  .h2-hero-nik {
    font-size: 35px;
  }

  .endere-os {
    flex-flow: column;
  }

  .nik {
    text-align: center;
    border-bottom: 1px solid #6b5c60;
    border-right-width: 0;
    padding-bottom: 40px;
    padding-right: 0;
  }

  .text-block-21 {
    width: 95%;
  }

  .h2-secoes-3 {
    text-align: center;
    font-size: 18px;
    line-height: 28px;
  }

  .linn {
    border-bottom: 1px solid #6b5c60;
    border-right-width: 0;
    padding-bottom: 40px;
    padding-right: 0;
  }

  .core {
    padding-right: 0;
  }

  .img-bg-institucional-mobile-2 {
    width: 100%;
    height: 900px;
    display: block;
  }

  .h2-item-institucional-2 {
    font-size: 16px;
    line-height: 21px;
  }

  .p-15-5 {
    font-size: 13px;
    line-height: 19px;
  }

  .p-15-5.center-mobile {
    text-align: center;
    font-size: 14px;
    line-height: 24px;
  }

  .p-15-5.center-mobile.institucional {
    width: 100%;
    font-size: 13px;
    line-height: 21px;
    display: flex;
  }

  .p-15-5.center-mobile-institucional {
    text-align: center;
  }

  .p-15-5.center {
    font-size: 13px;
    line-height: 23px;
  }

  .institucional-wrapper-2 {
    grid-row-gap: 32px;
    flex-flow: column;
    justify-content: center;
    width: auto;
    height: 900px;
    padding-left: 16px;
    padding-right: 16px;
    inset: 0%;
  }

  .h2-secoes-5 {
    text-align: center;
    font-size: 18px;
    line-height: 28px;
  }

  .h2-secoes-5.branco {
    text-align: center;
    margin-bottom: 10px;
    margin-left: auto;
    margin-right: auto;
    font-size: 16px;
    line-height: 22px;
  }

  .div-block-42 {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-top: 10px;
    padding-left: 10px;
  }

  .formcontato-4 {
    width: 90%;
  }

  .div-block-43, .div-block-44.gfdh, .div-block-45.gdf {
    width: 100%;
  }

  .h2-secoes-6 {
    text-align: center;
    font-size: 18px;
    line-height: 28px;
  }

  .div-block-46.hgj {
    width: 100%;
  }

  .form-select-5 {
    border-radius: 0;
    margin-top: 10px;
  }

  .p-ficha-tecnica-2 {
    font-size: 13px;
    line-height: 18px;
  }

  .image-3383 {
    width: 5%;
    top: 2%;
    right: 4%;
  }

  .diferenciais-container-2 {
    width: 100%;
    display: none;
  }

  .h2-hero-3 {
    text-align: center;
    font-size: 15px;
  }

  .team-block-info {
    width: 100%;
  }

  .h3-ficha-tecnica-2 {
    text-align: center;
    font-size: 18px;
    line-height: 28px;
  }

  .logo-hero-2 {
    width: 270px;
    display: none;
  }

  .slide-50 {
    width: auto;
  }

  .team-slider-arrow {
    display: none;
  }

  .div-block-47 {
    height: 310px;
  }

  .mask-11 {
    height: auto;
    margin-top: 0;
    padding-bottom: 0;
  }

  .img-bg-institucional-mobile-3 {
    width: auto;
    max-width: none;
    height: 940px;
    display: block;
  }

  .div-block-48 {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-top: 10px;
    padding-left: 10px;
  }

  .lightbox-link-3 {
    object-fit: none;
    flex-flow: column;
    justify-content: center;
    align-self: auto;
    align-items: center;
    width: 530px;
    height: auto;
    display: flex;
    position: static;
  }

  .slider-2 {
    background-color: #674f3c;
    width: 100%;
    max-width: none;
    height: auto;
    max-height: none;
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
    padding-bottom: 48px;
    padding-left: 0;
    padding-right: 0;
    position: relative;
    top: 0;
  }

  .plantas-1 {
    height: auto;
    margin-top: 30px;
    overflow: hidden;
  }

  .footer-2 {
    padding-bottom: 100px;
  }

  .slide-nav-3 {
    justify-content: center;
    align-items: center;
    margin-top: 10px;
    padding-top: 10px;
    display: flex;
  }

  .image-112 {
    width: 60%;
  }

  .p-15-4 {
    padding-bottom: 50px;
    font-size: 13px;
    line-height: 19px;
  }

  .p-hero-lancamento-3 {
    font-size: 12px;
    line-height: 1.3rem;
  }

  .submit-form-2 {
    max-width: none;
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .right-arrow-22 {
    background-color: #965232;
    background-image: url('../images/bg2_1bg2.webp');
    background-position: 50%;
    background-size: auto;
    width: 44px;
    height: 36px;
    font-size: 15px;
    right: -25px;
  }

  .p-15-3 {
    font-size: 13px;
    line-height: 19px;
  }

  .p-15-3.center-mobile {
    z-index: 2;
    text-align: center;
    letter-spacing: 1px;
    font-family: "Helvetica Neue Lt Std 43 Extended", Arial, sans-serif;
    font-size: 14px;
    font-weight: 300;
    line-height: 24px;
    position: relative;
  }

  .slider-img-planta-10 {
    width: 100%;
    margin-top: 0;
  }

  .text-block-115 {
    margin-top: 15px;
  }

  .left-arrow-13 {
    height: 100px;
  }

  .icon-6 {
    display: block;
  }

  .secao-destaque-container-2 {
    grid-row-gap: 16px;
    justify-content: center;
    align-items: center;
    width: auto;
    height: auto;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
    padding-top: 24px;
    padding-left: 16px;
    padding-right: 16px;
    position: relative;
    inset: auto;
  }

  .image-3388 {
    margin-top: -160px;
    position: relative;
  }

  .ficha-tecnica-wrapper-2 {
    margin-top: 50px;
    padding-bottom: 40px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .cta-padrao-5 {
    margin-top: 30px;
    padding: 16px 24px;
  }

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

  .img-hero-mobile-2 {
    object-fit: cover;
    width: 100%;
    height: 100%;
    display: block;
  }

  .diferenciais-ap {
    height: 300px;
  }

  .hero-infos-2 {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    width: 90%;
    margin-top: 20px;
  }

  .slider-img-planta-4 {
    width: 70%;
    margin-top: 0;
  }

  .right-arrow-20 {
    background-color: #8f4422;
    background-image: none;
    width: 44px;
    height: 36px;
    font-size: 15px;
    right: -25px;
  }

  .div-block-49.gdf, .div-block-49.gfdh, .div-block-49.hgj {
    width: 100%;
  }

  .h2-secoes-7 {
    text-align: center;
    font-size: 18px;
    line-height: 28px;
  }

  .h2-secoes-7.branco {
    margin-top: 10px;
    font-size: 20px;
  }

  .slide-nav-9 {
    inset: auto 0% -48px;
  }

  .slide-nav-9.fghj.gd {
    color: #965232;
    display: block;
  }

  .cta-hero-4 {
    padding-top: 12px;
    padding-bottom: 12px;
    inset: auto 0% 0%;
  }

  .sessao-destaque-1 {
    display: none;
  }

  .left-arrow-20 {
    background-color: #965232;
    background-image: url('../images/bg2_1bg2.webp');
    background-position: 50%;
    background-size: auto;
    width: 44px;
    height: 36px;
    font-size: 15px;
    left: -25px;
  }

  .tabs-slide-insider-lazer-v1 {
    grid-column-gap: 8px;
    grid-row-gap: 10px;
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .slider-right-arrow-lazer {
    background-color: #33241b00;
    width: 50px;
    height: 50px;
    margin-top: 18%;
    margin-bottom: 144px;
    display: flex;
    inset: 0% 0% 0% auto;
  }

  .slider-v1-imagens-copy {
    display: flex;
  }

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

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

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

  .modal-ficha-tecnica-2 {
    display: none;
    overflow: scroll;
  }

  .img-aerea-localizacao-mobile-2 {
    width: 100%;
    display: none;
  }

  .text-block-117 {
    text-align: center;
    letter-spacing: 3px;
    width: 90%;
    font-size: 18px;
    top: 5%;
  }

  .hero-metragem-3 {
    width: 100%;
    padding: 20px;
  }

  .sessao-destaque-1-mobile {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    background-color: #372820;
    background-image: none;
    justify-content: center;
    align-items: center;
    height: auto;
    display: flex;
    overflow: hidden;
  }

  .slide-61 {
    width: 100%;
    margin-right: 15px;
  }

  .h2-secoes-8 {
    text-align: center;
    font-size: 18px;
    line-height: 28px;
  }

  .h2-secoes-8.branco {
    display: none;
  }

  .contato-2 {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    padding: 40px 16px;
  }

  .p-diferencial-2 {
    font-size: 13px;
    line-height: 18px;
  }

  .localizacao-2 {
    grid-row-gap: 24px;
    padding-top: 40px;
    overflow: hidden;
  }

  .right-arrow-16 {
    height: 100px;
  }

  .text-span-12 {
    color: #fff;
  }

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

  .h2-secoes-9 {
    text-align: center;
    font-size: 18px;
    line-height: 28px;
  }

  .h2-secoes-9.branco {
    width: 100%;
    margin-top: 10px;
    font-size: 15px;
    line-height: 20px;
  }

  .div-expandir {
    background-color: #fff;
    display: none;
  }

  .div-expandir.expandir-lazer {
    width: 30px;
    height: 30px;
  }

  .slider-seta-bg-small-2 {
    background-color: #897b70;
    width: 48px;
    height: 48px;
  }

  .div-block-51 {
    width: 100%;
  }

  .legenda {
    bottom: 8px;
    right: 8px;
  }

  .slide-47 {
    max-height: 300px;
  }

  .p-15-6 {
    font-size: 13px;
    line-height: 19px;
  }

  .p-15-6.center-mobile {
    text-align: center;
    font-size: 14px;
    line-height: 24px;
  }

  .p-15-6.center-mobile.institucional {
    font-size: 13px;
    line-height: 21px;
  }

  .p-15-6.center-mobile-institucional {
    text-align: center;
  }

  .p-15-6.center {
    font-size: 13px;
    line-height: 23px;
  }

  .hero-infos-container-2 {
    justify-content: center;
    align-items: center;
    width: auto;
    margin-top: 40px;
    inset: 0% 0% auto;
  }

  .h2-secoes-10, .h2-secoes-4 {
    text-align: center;
    font-size: 18px;
    line-height: 28px;
  }

  .h2-secoes-4.branco {
    width: 50%;
    margin-left: auto;
    margin-right: auto;
  }

  .cta-padrao-6 {
    margin-top: 20px;
    padding: 16px 24px;
  }

  .h2-secoes-15 {
    text-align: center;
    margin-top: 80px;
    font-size: 18px;
    line-height: 28px;
  }

  .h2-secoes-15.center {
    width: 90%;
    margin-top: 0;
  }

  .h2-secoes-15.branco {
    width: 100%;
    margin-top: 0;
    margin-bottom: 0;
    padding-bottom: 80px;
    font-size: 15px;
    line-height: 20px;
    position: absolute;
    inset: auto 0% 13%;
  }

  .p-diferencial-3-copy-copy {
    color: var(--branco);
    font-size: 10px;
    line-height: 18px;
  }

  .tab-link-v1-2 {
    width: 100%;
    height: 50px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .tab-link-v1-2.w--current {
    width: 100%;
    height: 50px;
  }

  .secao-destaque-container-3 {
    grid-row-gap: 16px;
    justify-content: center;
    align-items: center;
    width: auto;
    padding-top: 24px;
    padding-left: 16px;
    padding-right: 16px;
    position: absolute;
    inset: 0% 0% auto;
  }

  .team-slider-wrapper {
    margin-top: 32px;
  }

  .p-diferencial-3-copy {
    color: #fff;
    width: 90%;
    font-family: Helvetica Extended Extra, Verdana, sans-serif;
    font-size: 13px;
    line-height: 18px;
  }

  .p-diferencial-3 {
    color: #fff;
    width: 70%;
    font-family: Helvetica Extended Extra, Verdana, sans-serif;
    font-size: 13px;
    font-weight: 400;
    line-height: 18px;
  }

  .arquitetos {
    margin-top: 50px;
  }

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

  .h2-secoes-5-copy {
    text-align: center;
    font-size: 18px;
    line-height: 28px;
  }

  .slider-img-planta-12 {
    width: 70%;
    margin-top: 0;
    padding-bottom: 20px;
  }

  .mask-12 {
    overflow: visible;
  }

  .mapa-wrapper-2 {
    margin-top: 0;
  }

  .slide-60 {
    width: auto;
  }

  .team-slide-wrapper {
    width: 100%;
    height: auto;
    margin-right: 0%;
  }

  .cta-padrao-7 {
    padding: 16px 24px;
  }

  .h2-secoes-16 {
    text-align: center;
    font-size: 18px;
    line-height: 28px;
  }

  .slide-53 {
    width: 100%;
    margin-right: 15px;
  }

  .slide-nav-15 {
    margin-bottom: -56px;
  }

  .mask-14 {
    overflow: visible;
  }

  .left-arrow-18 {
    background-color: #8f4422;
    background-image: none;
    width: 44px;
    height: 36px;
    font-size: 15px;
    left: -25px;
  }

  .team-member-image-two {
    margin-bottom: 16px;
  }

  .tabs-slider-v1-plantas {
    flex-flow: column;
    width: 90%;
    display: none;
  }

  .p-hero-metragem-3 {
    text-align: center;
    font-size: 14px;
  }

  .slider-left-arrow-lazer {
    background-color: #33241b00;
    width: 50px;
    height: 50px;
    margin-top: 18%;
    display: flex;
    inset: 0% auto 0% 0%;
  }

  .mask-7 {
    width: 100%;
    height: 100%;
  }

  .image-3387 {
    width: 50%;
    margin-left: 220px;
    display: block;
    position: absolute;
  }

  .h2-secoes-17 {
    text-align: center;
    font-size: 18px;
    line-height: 28px;
  }

  .h2-secoes-17.branco {
    text-align: center;
    margin-bottom: 10px;
    margin-left: auto;
    margin-right: auto;
  }

  .h2-secoes-17.center {
    text-align: left;
    letter-spacing: 2px;
    width: 60%;
    font-size: 15px;
    line-height: 18px;
  }

  .img-aerea-localizacao-mobile-3 {
    width: 1200px;
    max-width: none;
    display: block;
  }

  .div-block-53 {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-top: 10px;
    padding-left: 10px;
  }

  .slide-62 {
    width: 100%;
    margin-right: 15px;
  }

  .cta-padrao-8 {
    padding: 16px 24px;
  }

  .cta-padrao-8.cta-plantas {
    margin-top: 56px;
  }

  .p-hero-metragem-4 {
    font-size: 14px;
  }

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

  .right-arrow-23 {
    background-color: #965232;
    background-image: url('../images/bg2_1bg2.webp');
    background-position: 50%;
    background-size: auto;
    width: 44px;
    height: 36px;
    font-size: 15px;
    right: -25px;
  }

  .h2-hero-4 {
    font-size: 26px;
  }

  .text-block-123 {
    margin-top: 15px;
  }

  .tab-link-tab-1-copy-2, .tab-link-tab-1-copy-2.w--current {
    padding-left: 0;
    padding-right: 0;
  }

  .left-arrow-21 {
    width: 56px;
    height: 56px;
    margin-left: 0%;
  }

  .secao-destaque-container-4 {
    grid-row-gap: 16px;
    justify-content: center;
    align-items: center;
    width: auto;
    padding-top: 24px;
    padding-left: 16px;
    padding-right: 16px;
    position: absolute;
    inset: 0% 0% auto;
  }

  .submit-form-3 {
    max-width: none;
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .plantas-2 {
    padding-top: 16px;
    padding-bottom: 40px;
  }

  .plantas-lightbox-2 {
    background-color: #674f3c;
    padding-bottom: 56px;
  }

  .img-hero-mobile-3 {
    object-fit: cover;
    width: 100%;
    height: 100%;
    display: block;
  }

  .div-block-55 {
    width: 100%;
  }

  .right-arrow-24 {
    width: 56px;
    height: 56px;
    margin-right: 0%;
  }

  .div-block-56.gdf, .div-block-56.hgj, .div-block-56.gfdh {
    width: 100%;
  }

  .mask-15 {
    width: 100vw;
    overflow: hidden;
  }

  .h3-ficha-tecnica-3 {
    text-align: center;
    font-size: 18px;
    line-height: 28px;
  }

  .left-arrow-22 {
    background-color: #8f4422;
    background-image: none;
    width: 44px;
    height: 36px;
    font-size: 15px;
    left: -25px;
  }

  .slider-seta-bg-small-3 {
    width: 48px;
    height: 48px;
  }

  .p-diferencial-4 {
    font-size: 13px;
    line-height: 18px;
  }

  .left-arrow-23 {
    background-color: #965232;
    background-image: url('../images/bg2_1bg2.webp');
    background-position: 50%;
    background-size: auto;
    width: 44px;
    height: 36px;
    font-size: 15px;
    left: -25px;
  }

  .img-aerea-localizacao-mobile-4 {
    width: 1200px;
    max-width: none;
    display: block;
  }

  .logo-hero-3 {
    width: 210px;
  }

  .tab-link-tab-1-2, .tab-link-tab-1-2.w--current {
    padding-left: 0;
    padding-right: 0;
    font-size: 18px;
    line-height: 20px;
  }

  .footer-3 {
    padding-bottom: 100px;
  }

  .tab-link-tab-2-2 {
    padding-left: 0;
    padding-right: 0;
    font-size: 18px;
    line-height: 20px;
  }

  .endereco-wrapper-3 {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex-flow: column;
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .diferenciais-container-3 {
    width: 100%;
    display: none;
  }

  .hero-infos-container-3 {
    justify-content: center;
    align-items: center;
    width: auto;
    margin-top: 40px;
    inset: 0% 0% auto;
  }

  .contato-3 {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    padding: 40px 16px;
  }

  .hero-5 {
    height: auto;
  }

  .localizacao-4 {
    grid-row-gap: 24px;
    padding-top: 40px;
    overflow: hidden;
  }

  .mask-16 {
    overflow: visible;
  }

  .p-ficha-tecnica-3 {
    font-size: 13px;
    line-height: 18px;
  }

  .modal-ficha-tecnica-3 {
    z-index: 99;
    display: none;
    overflow: scroll;
  }

  .div-block-57.gfdh, .div-block-58.gdf {
    width: 100%;
  }

  .p-hero-lancamento-4 {
    font-size: 12px;
    line-height: 1.3rem;
  }

  .p-15-7 {
    letter-spacing: 1px;
    font-size: 13px;
    line-height: 19px;
  }

  .p-15-7.center-mobile-institucional {
    text-align: center;
    letter-spacing: 1px;
  }

  .p-15-7.center {
    font-size: 13px;
    line-height: 23px;
  }

  .p-15-7.center-mobile {
    text-align: center;
    font-size: 14px;
    line-height: 24px;
  }

  .p-15-7.center-mobile.institucional {
    font-size: 13px;
    line-height: 21px;
  }

  .h2-secoes-18 {
    text-align: center;
    font-size: 18px;
    line-height: 28px;
  }

  .h2-secoes-18.branco {
    width: 100%;
  }

  .h2-secoes-18.center {
    width: 90%;
  }

  .slider-seta-bg-2 {
    background-color: #897b70;
  }

  .tab-link-tab-2-copy-2 {
    padding-left: 0;
    padding-right: 0;
  }

  .slide-nav-16 {
    margin-bottom: -56px;
  }

  .div-block-59.hgj {
    width: 100%;
  }

  .mask-17 {
    overflow: visible;
  }

  .slide-nav-17 {
    margin-bottom: -32px;
    display: block;
  }

  .tabs-menu-3 {
    grid-column-gap: 16px;
    grid-row-gap: 0px;
    flex-flow: row;
    justify-content: center;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .img-hero-mobile-1 {
    object-fit: cover;
    width: 100%;
    height: auto;
    padding-bottom: 0;
    display: block;
  }

  .image-99-copy {
    display: none;
  }

  .image-199 {
    display: block;
  }

  .cta-padrao-core, .cta-padrao-lin {
    background-color: #fff;
    margin-top: 20px;
    padding: 16px 24px;
  }

  .heading-3 {
    display: none;
  }

  .p-hero-metragem-5 {
    font-size: 14px;
  }

  .img-hero-mobile-4 {
    object-fit: cover;
    width: 100%;
    height: auto;
    display: block;
  }

  .logo-hero-4 {
    width: 270px;
  }

  .p-hero-lancamento-5 {
    font-size: 12px;
    line-height: 1.3rem;
  }

  .hero-infos-container-2-core {
    justify-content: center;
    align-items: center;
    width: auto;
    margin-top: 40px;
    inset: 0% 0% auto;
  }

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

  .conversion-bar-item {
    right: 10px;
  }

  .paragraph-68, .paragraph-68.whatsapp {
    display: none;
  }

  .button-5.flutuante.chat {
    border-radius: 10px;
  }

  .text-block-127 {
    color: #fff;
    text-align: center;
    letter-spacing: .5px;
    -webkit-text-decoration-skip-ink: none;
    text-decoration-skip-ink: none;
    width: 90%;
    margin-top: 10px;
    margin-left: auto;
    margin-right: auto;
    font-family: helvetica-neue-lt-pro, sans-serif;
    -webkit-text-decoration: underline #b2a294;
    text-decoration: underline #b2a294;
  }

  .lightbox-link-12 {
    padding-bottom: 30px;
  }

  .slider-img-planta-22 {
    width: 95%;
    margin-top: 0;
  }

  .slider_plantas-container---core {
    display: flex;
    overflow: visible;
  }

  .conversion-bar-core {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    color: #000;
    background-color: #fff0;
    flex-flow: row;
    justify-content: flex-end;
    align-items: center;
    width: 100%;
    padding-top: 8px;
    padding-bottom: 8px;
    top: auto;
    bottom: 20px;
    right: 0;
    transform: translateY(0%);
  }

  .hero-5-home {
    height: auto;
  }

  .img-hero-home, .img-hero-copy, .img-hero-copy2 {
    display: none;
  }

  .conversion-bar-2 {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    color: #000;
    background-color: #7e1e1e00;
    border-top-right-radius: 10px;
    border-bottom-left-radius: 0;
    flex-flow: row;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding-top: 8px;
    padding-bottom: 8px;
    top: auto;
    bottom: 0;
    right: 0;
    transform: translateY(0%);
  }

  .paragraph-69, .paragraph-69.whatsapp {
    display: none;
  }

  .paragraph-109 {
    margin-top: 0;
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
  }

  .paragraph-109.cot {
    text-align: left;
    width: 100%;
    font-size: 27px;
    font-weight: 300;
    line-height: 32px;
  }

  .text-area-container {
    padding-left: 0;
  }

  .bold-text-2 {
    font-weight: 600;
    line-height: 27px;
  }

  .modal-chat-new {
    justify-content: center;
    align-items: flex-start;
    display: none;
  }

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

  .text-span-15 {
    line-height: 30px;
  }

  .container-7 {
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 32px;
    padding: 0 16px;
    overflow: visible;
  }

  .div-block-62 {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-top: 10px;
    padding-left: 10px;
  }

  .paragraph-110 {
    margin-top: 0;
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
  }

  .paragraph-110.cot {
    text-align: left;
    width: 100%;
    font-size: 27px;
    font-weight: 300;
    line-height: 32px;
  }

  .modal-whatsapp {
    justify-content: center;
    align-items: flex-start;
    display: none;
  }

  .text-span-16 {
    line-height: 30px;
  }

  .container-8 {
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 32px;
    padding: 0 16px;
    overflow: visible;
  }

  .div-block-65 {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-top: 10px;
    padding-left: 10px;
  }

  .modal-chat-new-copy, .modal-chat-new-c, .modal-whatsapp-c, .modal-chat-new-l, .modal-whatsapp-l {
    justify-content: center;
    align-items: flex-start;
    display: none;
  }

  .div-block-70.gdf, .div-block-70.gfdh, .div-block-70.hgj {
    width: 100%;
  }

  .text-field-22 {
    border-width: 1px;
  }

  .p-15-5-copy {
    font-size: 13px;
    line-height: 19px;
  }

  .p-15-5-copy.center-mobile {
    text-align: center;
    font-size: 14px;
    line-height: 24px;
  }

  .p-15-5-copy.center-mobile.institucional {
    width: 90%;
    font-size: 13px;
    line-height: 21px;
    display: flex;
  }

  .p-15-5-copy.center-mobile-institucional {
    text-align: center;
  }

  .p-15-5-copy.center {
    font-size: 13px;
    line-height: 23px;
  }

  .cta-padrao-4 {
    margin-left: auto;
    margin-right: auto;
    padding: 16px 24px;
    position: relative;
    bottom: auto;
    right: auto;
  }

  .h2-secoes-9-copy {
    text-align: center;
    font-size: 18px;
    line-height: 28px;
  }

  .h2-secoes-9-copy.branco {
    width: 100%;
    margin-top: 10px;
    font-size: 15px;
    line-height: 20px;
  }

  .h2-secoes-20 {
    text-align: center;
    font-size: 18px;
    line-height: 28px;
  }

  .h2-secoes-20.branco {
    width: 100%;
    margin-top: 10px;
    font-size: 15px;
    line-height: 20px;
  }

  .h2-secoes-22 {
    text-align: center;
    font-size: 18px;
    line-height: 28px;
  }

  .h2-secoes-22.branco {
    width: 100%;
  }

  .h2-secoes-23 {
    text-align: center;
    width: 90%;
    padding-top: 15px;
    font-size: 18px;
    line-height: 28px;
  }

  .h2-secoes-23.branco {
    width: 100%;
  }

  .cta-padrao-his {
    width: auto;
    padding: 16px 24px;
  }

  .cta-padrao-his.cta-plantas {
    margin-top: 56px;
  }

  .img-lp-conjunta {
    display: none;
  }

  .slider-seta-bg-small-4 {
    width: 48px;
    height: 48px;
  }

  .p-diferencial-5 {
    font-size: 13px;
    line-height: 18px;
  }

  .h2-secoes-24 {
    text-align: center;
    font-size: 18px;
    line-height: 28px;
  }

  .slide-nav-18 {
    margin-bottom: -56px;
  }

  .tab-link-tab-1-copy-2--core, .tab-link-tab-1-copy-2--core.w--current, .tab-link-tab-2-core {
    padding-left: 0;
    padding-right: 0;
  }

  .diferencial-icone-10 {
    width: 10%;
  }

  .diferencial-icone-copy, .diferencial-icone-copy-copy {
    width: 20%;
  }

  .diferencial-icone-11, .diferencial-icone-12 {
    width: 10%;
  }

  .diferencial-icone-copy {
    width: 20%;
  }

  .diferencial-icone-22 {
    width: 15%;
  }

  .diferencial-icone-24 {
    width: 30%;
  }

  .plantas-lightbox-2-linn {
    background-color: #fff;
    padding-bottom: 56px;
  }

  .slider-seta-bg-5 {
    background-color: #6b3a24;
  }

  .div-block-73 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
  }

  .bold-text-3 {
    font-size: 10px;
  }

  .modal-hmp {
    display: none;
    overflow: scroll;
  }

  .ficha-tecnica-wrapper-2-copy {
    padding-bottom: 40px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .right-arrow-25 {
    height: 100px;
  }

  .slide-nav-19 {
    margin-bottom: -32px;
    display: block;
  }

  .slide-63 {
    width: auto;
  }

  .text-span-18 {
    color: #674f3c;
  }

  .tabs-slide-insider-lazer-v1-2 {
    grid-column-gap: 8px;
    grid-row-gap: 10px;
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .slide-nav-20 {
    justify-content: center;
    align-items: center;
    margin-top: 10px;
    padding-top: 10px;
    display: flex;
  }

  .image-3411 {
    width: 5%;
    top: 2%;
    right: 4%;
  }

  .slide-64 {
    width: auto;
  }

  .left-arrow-24 {
    height: 100px;
  }

  .h2-secoes-25 {
    text-align: center;
    font-size: 18px;
    line-height: 28px;
  }

  .h2-secoes-25.branco {
    width: 50%;
    margin-left: auto;
    margin-right: auto;
  }

  .slider-img-planta-23 {
    width: 100%;
    margin-top: 0;
  }

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

  .slider-img-planta-24 {
    width: 70%;
    margin-top: 0;
    padding-bottom: 20px;
  }

  .slider-img-planta-25 {
    width: 95%;
    margin-top: 0;
  }

  .mask-18 {
    height: auto;
    margin-top: 0;
    padding-bottom: 0;
  }

  .diferencial-icone-30 {
    width: 25%;
  }

  .diferencial-icone-39 {
    width: 15%;
  }

  .paragraph-141, .paragraph-141.whatsapp, .paragraph-141.email {
    display: none;
  }

  .conversion-bar-item-3 {
    margin-top: 10px;
  }

  .conversion-bar-3 {
    grid-column-gap: 0px;
    grid-row-gap: 8px;
    color: #000;
    background-color: #000;
    flex-flow: row;
    justify-content: space-around;
    align-items: flex-end;
    width: 100%;
    padding-top: 8px;
    padding-bottom: 8px;
    inset: auto 0 0 0%;
    transform: translateY(0%);
  }

  .conversion-bar-3.cnoversion-home {
    grid-column-gap: 20px;
    background-color: #fffc;
    justify-content: center;
    align-items: flex-end;
    display: flex;
  }

  .conversion-bar-3-core {
    grid-column-gap: 20px;
    grid-row-gap: 8px;
    color: #000;
    background-color: #fffc;
    flex-flow: row;
    justify-content: center;
    align-items: flex-end;
    width: 100%;
    padding-top: 8px;
    padding-bottom: 8px;
    inset: auto 0 0 0%;
    transform: translateY(0%);
  }

  .modal-chat-core {
    justify-content: center;
    align-items: flex-start;
    display: none;
  }

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

  .conversion-bar--linn {
    grid-column-gap: 0px;
    grid-row-gap: 8px;
    color: #000;
    background-color: #000;
    flex-flow: row;
    justify-content: space-around;
    align-items: flex-end;
    width: 100%;
    padding-top: 8px;
    padding-bottom: 8px;
    inset: auto 0 0 0%;
    transform: translateY(0%);
  }

  .convers-o-linn {
    z-index: 20;
    grid-column-gap: 20px;
    background-color: #fffc;
    flex-flow: row;
    justify-content: center;
    align-items: center;
    padding-top: 10px;
    padding-bottom: 10px;
    inset: auto 0% 0%;
  }

  .text-span-19 {
    text-align: center;
    line-height: 20px;
  }

  .plantas-lightbox-3 {
    padding-bottom: 56px;
  }

  .mask-19 {
    width: 100vw;
  }

  .tab-link-tab-1-3, .tab-link-tab-1-3.w--current {
    padding-left: 0;
    padding-right: 0;
    font-size: 18px;
    line-height: 20px;
  }

  .slide-nav-21 {
    margin-bottom: -32px;
    display: block;
  }

  .tabs-menu-4 {
    grid-column-gap: 16px;
    grid-row-gap: 0px;
    flex-flow: row;
    justify-content: center;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .div-block-76 {
    height: 580px;
  }
}

#w-node-_76a51b06-d18a-ac55-5788-847862f38c42-fc0a856b, #w-node-_5b0102af-40b4-c75c-eb83-a11e4624b8d2-c48eede7 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}


@font-face {
  font-family: 'Helvetica Extended Extra';
  src: url('../fonts/helvetica-extended-extra-light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Helvetica Extended Extra';
  src: url('../fonts/helvetica-extended-light.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Helvetica-neue-lt-pro-th';
  src: url('../fonts/HelveticaNeueLTProTh.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Helvetica Neue Lt Std 53 Extended';
  src: url('../fonts/Helvetica-Neue-LT-Std-53-Extended.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Helvetica Neue Lt Std 43 Extended';
  src: url('../fonts/Helvetica-Neue-LT-Std-43-Light-Extended.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}