:root {
  --container: 1560px;
  --white: white;
  --light-grey: #f0f0f0;
  --black: black;
  --dark-grey: #171717;
}

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

@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: Montserrat, sans-serif;
}

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

.hero--video {
  z-index: 0;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: relative;
}

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

.hero--infos {
  z-index: 2;
  width: 100%;
  max-width: var(--container);
  grid-row-gap: 16px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  padding-left: 32px;
  padding-right: 32px;
  display: flex;
  position: absolute;
  bottom: 40px;
}

.h1 {
  color: var(--white);
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2rem;
  font-weight: 300;
  line-height: 2.5rem;
}

.paragraph {
  color: var(--white);
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 0;
  font-size: 1.1rem;
  font-weight: 300;
  line-height: 1.6rem;
}

.localization {
  background-color: var(--light-grey);
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 64px;
  padding-bottom: 64px;
  display: flex;
}

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

.localization--left {
  grid-row-gap: 24px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 50%;
  display: flex;
}

.heading {
  color: var(--black);
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.5rem;
  font-weight: 300;
  line-height: 2rem;
}

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

.localization--infos {
  grid-column-gap: 10px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.localization--icon {
  border: 1px solid var(--black);
  justify-content: center;
  align-items: center;
  width: 72px;
  height: 72px;
  display: flex;
}

.p {
  color: var(--black);
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5rem;
}

.navbar {
  background-color: var(--white);
  width: 100%;
  max-width: 100%;
}

.nav--container {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 100%;
  margin-left: 0;
  margin-right: 0;
  padding-left: 32px;
  padding-right: 32px;
  display: flex;
}

.logo {
  width: 176px;
}

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

.nav-menu {
  justify-content: flex-end;
  align-items: center;
  width: auto;
  display: flex;
}

.icon {
  width: 32px;
}

.icon--2 {
  width: 26px;
}

.localization--img {
  border-radius: 8px;
  width: 100%;
  position: relative;
}

.slider {
  display: none;
}

.cards {
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 64px;
  padding-bottom: 64px;
  display: flex;
}

.cards--container {
  width: 100%;
  max-width: var(--container);
  grid-row-gap: 24px;
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  padding-left: 32px;
  padding-right: 32px;
  display: flex;
}

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

.card {
  grid-row-gap: 16px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 300px;
  display: flex;
}

.card-img-wrapper {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 480px;
  display: flex;
  position: relative;
}

.image {
  aspect-ratio: auto;
  object-fit: cover;
  border-radius: 4px;
  width: 100%;
  max-width: none;
  height: 100%;
}

.cards--infos {
  grid-row-gap: 12px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  padding-left: 0;
  display: flex;
}

.h3 {
  color: var(--black);
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.3rem;
  font-weight: 400;
  line-height: 1.5rem;
  position: static;
}

.footer {
  background-color: #000;
  padding-top: 24px;
  padding-bottom: 16px;
  overflow: hidden;
}

.container-4 {
  justify-content: flex-start;
  align-items: center;
  max-width: 1088px;
  display: flex;
}

.text-block-10 {
  color: #fff;
  max-width: 890px;
  font-family: Montserrat, sans-serif;
  font-size: 7px;
  font-weight: 400;
  line-height: 10px;
}

.div-block-55 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.paragraph-131 {
  color: #fff;
  text-align: center;
  letter-spacing: 2.7px;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 9px;
  line-height: 9px;
}

.image-114 {
  width: 183px;
  margin-left: 15px;
}

.nav--link {
  color: var(--black);
  font-size: 1rem;
  font-weight: 500;
}

.card--phase {
  z-index: 1;
  background-image: linear-gradient(90deg, #705642, #8d6d51 100%, #fff);
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  padding: 12px 16px;
  display: flex;
  position: absolute;
  inset: 3% auto auto 3%;
}

.p--card-phase {
  color: var(--white);
  margin-bottom: 0;
  font-size: .9rem;
  font-weight: 700;
  line-height: 1rem;
}

.localization--img--wrapper {
  width: 48%;
  position: relative;
}

.p--small {
  color: var(--white);
  margin-bottom: 0;
  font-size: .8rem;
  line-height: 1.2rem;
  position: absolute;
  bottom: 16px;
  left: 16px;
  right: auto;
}

.card--link {
  text-decoration: none;
}

.text-block-12 {
  color: #fff;
  font-family: Montserrat, sans-serif;
  font-size: 9px;
  position: absolute;
  bottom: -30px;
  right: 150px;
}

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

.paragraph-109.dfdg.hjkj {
  margin-bottom: 40px;
  line-height: 46px;
}

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

.div-block-37-1 {
  display: none;
}

.image-112 {
  width: 50%;
}

.testimonial-slider-two {
  background-color: #0000;
  height: auto;
  display: none;
}

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

.paragraph-3 {
  display: none;
}

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

.div-block-37-2 {
  display: none;
}

.paragraph-71 {
  color: #fff;
  text-align: center;
  letter-spacing: 2.7px;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 9px;
  line-height: 9px;
}

.container-2 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: 1240px;
  padding-top: 34px;
  padding-bottom: 55px;
  display: flex;
}

.button {
  background-color: #965232;
  background-image: url('../images/bg-cta_1bg cta.webp');
  background-position: 0 0;
  background-size: cover;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 46px;
  margin-top: 15px;
  padding: 0;
  font-size: 17px;
  font-weight: 700;
  display: flex;
}

.section {
  margin-left: 30px;
  margin-right: 30px;
  padding-top: 100px;
  padding-bottom: 100px;
}

.section.cc-store-home-wrap {
  margin-left: 0;
  margin-right: 0;
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
}

.paragraph-111-mobile {
  color: #000;
  text-align: center;
  margin-bottom: 0;
  font-size: 20px;
  line-height: 32px;
  display: none;
}

.div-block-18 {
  grid-column-gap: 2%;
  grid-row-gap: 2%;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

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

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

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

.box-icon {
  border: 1px solid #fff;
  border-radius: 11px;
  padding: 8px;
}

.text-block-11 {
  color: #fff;
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  line-height: 15px;
}

.text-span-12 {
  color: #000;
  font-weight: 600;
}

.button-11 {
  color: #fff;
  background-color: #965232;
  background-image: url('../images/bg-cta_1bg cta.webp');
  background-position: 0 0;
  background-size: auto;
  justify-content: center;
  align-items: center;
  width: 269px;
  height: 45px;
  margin-top: 24px;
  font-family: Montserrat, sans-serif;
  font-size: 17px;
  font-weight: 700;
  display: flex;
}

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

.heading-16 {
  color: #fff;
  font-size: 25px;
  font-weight: 700;
}

.text-block-9 {
  color: #000;
  margin-top: 16px;
  font-family: Montserrat, sans-serif;
  font-size: 9px;
}

.link-block-3 {
  text-decoration: none;
}

.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-span-8 {
  font-weight: 300;
}

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

.left-arrow-9 {
  color: #11331b;
  background-color: #965232;
  border: 1px #11331b;
  border-radius: 0%;
  justify-content: center;
  align-items: center;
  width: 56px;
  height: 56px;
  margin-top: auto;
  margin-bottom: auto;
  font-size: 20px;
  display: flex;
  top: 0;
  bottom: 0;
  left: 0;
}

.image-81 {
  max-width: 660px;
  max-height: 635px;
  margin: 40px 0 0 -4px;
}

.image-81._467 {
  margin-bottom: -38px;
  margin-left: -161px;
}

.image-81._467.fvhg {
  object-fit: cover;
  width: 100%;
  max-width: 88%;
  height: 100%;
  margin-top: 24px;
  margin-bottom: 0;
  margin-left: 0;
}

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

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

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

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

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

.div-block-39 {
  grid-column-gap: 8px;
  align-items: center;
  display: flex;
}

.image-59 {
  width: auto;
}

.hero-heading-left {
  background-color: #965232;
  background-image: url('../images/bg2_1bg2.webp');
  background-position: 0 0;
  background-size: cover;
  border-bottom: 1px solid #e4ebf3;
  padding: 40px 30px;
  position: relative;
}

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

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

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

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

.container-3 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: flex-start;
  align-items: center;
  max-width: 1000px;
  height: 100%;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.div-block-37-7 {
  display: none;
}

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

.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;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
}

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

.image-115 {
  width: 330px;
  margin-bottom: 20px;
  padding-top: 0;
  padding-bottom: 0;
}

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

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

.cta-plantas {
  color: #fff;
  background-color: #965232;
  background-image: url('../images/bg-cta_1bg cta.webp');
  background-position: 0 0;
  background-size: auto;
  justify-content: center;
  align-items: center;
  width: 269px;
  height: 45px;
  margin-top: 0;
  font-family: Montserrat, sans-serif;
  font-size: 17px;
  font-weight: 700;
  display: flex;
}

.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-10 {
  background-color: #965232;
  background-image: url('../images/bg2_1bg2.webp');
  background-position: 50%;
  background-size: cover;
  width: 76px;
  height: 58px;
  right: -64px;
}

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

.slide-plants-text {
  background-color: #000;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 240px;
  height: 30px;
  margin-bottom: 0;
  margin-right: 0;
  font-size: 29px;
  display: flex;
}

.div-block-44 {
  justify-content: center;
  align-items: flex-end;
  width: auto;
  display: flex;
}

.slider-left-arrow-lazer {
  background-color: #965232;
  background-image: url('../images/bg-cta_1bg cta.webp');
  background-position: 50%;
  background-size: cover;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  display: block;
  left: 16px;
}

.container-5 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

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

.image-65 {
  width: 35px;
  height: 35px;
}

.project {
  background-image: url('../images/mapa_1mapa.avif');
  background-position: 50% 25%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 527px;
}

.slide-21 {
  width: 100%;
}

.div-block-33 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-color: #fff;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 5px 16px;
  display: flex;
  overflow: visible;
}

.div-block-33:hover {
  color: #fff;
  background-color: #32343a;
}

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

.div-block-37-3 {
  display: none;
}

.testimonial-image-two {
  object-fit: cover;
}

.text-plants {
  text-align: left;
  flex-flow: row;
  order: 0;
  justify-content: center;
  align-self: auto;
  align-items: center;
  width: 207px;
  display: block;
}

.image-66 {
  width: 35px;
  height: 35px;
  transform: rotate(180deg);
}

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

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

.testimonial-slider-large {
  background-color: #ead4ca;
  border-bottom: 1px solid #e4ebf3;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 0 30px 48px;
  display: block;
  position: relative;
}

.image-61 {
  width: auto;
}

.plants {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-left: 60px;
  margin-right: 60px;
  padding-top: 0;
  padding-bottom: 74px;
  display: flex;
}

.img-expandir {
  color: #141954;
  width: 16px;
  height: 16px;
}

.paragraph-74 {
  color: #363636;
  letter-spacing: 1.05px;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  font-weight: 700;
}

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

.cta-hero {
  color: #fff;
  background-color: #965232;
  background-image: url('../images/bg-cta_1bg cta.webp');
  background-position: 0 0;
  background-size: auto;
  justify-content: center;
  align-items: center;
  width: 269px;
  height: 45px;
  margin-top: 8px;
  font-family: Montserrat, sans-serif;
  font-size: 17px;
  font-weight: 700;
  display: flex;
}

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

.div-block-37-5 {
  display: none;
}

.google-maps {
  z-index: 1;
  width: 100%;
  height: 60vh;
  margin-top: 0;
  display: none;
}

.paragraph-111 {
  color: #000;
  text-align: center;
  margin-bottom: 0;
  font-size: 20px;
  line-height: 32px;
}

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

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

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

.intro-header {
  color: #fff;
  background-color: #f4f4f4;
  background-image: url('../images/plano-de-fundo-novo.webp');
  background-position: 100%;
  background-size: cover;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  height: 80vh;
  margin-bottom: 0;
  margin-left: 0;
  padding-top: 40px;
  padding-bottom: 0;
  display: flex;
  position: relative;
}

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

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

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

.div-block {
  z-index: 1;
  grid-row-gap: 0rem;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  height: 100vh;
  margin-top: 2%;
  padding-left: 0;
  display: flex;
  position: relative;
  bottom: 40px;
  left: 30px;
}

.hero-split {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.paragraph-68 {
  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-68.whatsapp {
  background-color: #63a531;
  border-radius: 10px;
  display: flex;
}

.image-mobile {
  width: 330px;
  margin-bottom: 20px;
  padding-top: 0;
  padding-bottom: 0;
  display: none;
}

.image-90 {
  width: 18px;
  height: 18px;
}

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

.heading-11 {
  color: #000;
  text-align: center;
  width: 100%;
  max-width: 1200px;
  margin-top: 0;
  margin-bottom: 25px;
  font-family: Montserrat, sans-serif;
  font-size: 36px;
  font-weight: 300;
  line-height: 47px;
}

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

.slider-right-arrow-lazer {
  background-color: #965232;
  background-image: url('../images/bg-cta_1bg cta.webp');
  background-position: 50%;
  background-size: cover;
  width: 48px;
  height: 48px;
  font-size: 20px;
  display: block;
  right: 16px;
}

.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.whatsapp {
  background-color: #292b30;
}

.footer-2 {
  background-color: #000;
  padding-top: 22px;
  padding-bottom: 15px;
}

.mask-8 {
  width: 100%;
  margin-bottom: 0;
}

.slider-plantas-desktop {
  background-color: #fff0;
  border: 2px solid #fff;
  border-radius: 20px;
  width: 100%;
  max-width: none;
  height: auto;
  margin-top: 24px;
  margin-bottom: 24px;
}

.section-2 {
  background-image: url('../images/Screenshot_346.png');
  background-position: 0 0;
  background-size: auto;
}

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

.heading-12 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 36px;
  font-weight: 300;
  line-height: 46px;
}

.list-item-2 {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.list-item-2.mobile {
  display: none;
}

.text-block-19 {
  color: #fff;
  max-width: 890px;
  font-family: Montserrat, sans-serif;
  font-size: 7px;
  font-weight: 400;
  line-height: 10px;
}

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

.text-block-21 {
  color: #fff;
  font-size: 15px;
}

.slider-2 {
  width: 100%;
  max-width: 90%;
  height: 650px;
  max-height: 650px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  overflow: hidden;
}

.heading-17 {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 15px;
  font-weight: 700;
  line-height: 23px;
  text-decoration: none;
}

.heading-17:hover {
  color: #fff;
}

.text-expandir {
  color: #141954;
  font-size: 13px;
  font-weight: 700;
  line-height: 18px;
}

.icon-4 {
  background-color: #965232;
  padding-bottom: 0;
}

.hero-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.image-111 {
  width: 10%;
  margin-top: 0;
  margin-left: 0;
  margin-right: auto;
}

.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 {
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  padding-bottom: 10px;
  position: relative;
}

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

.cta-container {
  color: #fff;
  width: auto;
  max-width: 335px;
  font-family: Montserrat, sans-serif;
  font-size: 36px;
  font-weight: 300;
  line-height: 40px;
}

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

.div-block-37-4 {
  display: none;
}

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

.div-block-27 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  border-top: 2px solid #6c6c6c;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-top: 12px;
  padding-top: 15px;
  display: flex;
}

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

.div-block-2 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

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

.div-block-37-6 {
  display: none;
}

.div-block-43 {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #ffffffe6;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 24px;
  display: flex;
}

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

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

.text-span-13 {
  color: #965232;
}

.right-arrow-9 {
  color: #11331b;
  background-color: #965232;
  border: 1px #11331b;
  border-radius: 0%;
  justify-content: center;
  align-items: center;
  width: 54px;
  height: 54px;
  margin-top: auto;
  margin-bottom: auto;
  font-size: 20px;
  display: flex;
  top: 0;
  bottom: 0;
  right: 0;
}

.testimonial-slider-arrow {
  background-color: #965232;
  width: 56px;
  height: 56px;
  font-size: 20px;
  display: block;
  left: -28px;
}

.testimonial-slider-arrow._2 {
  left: auto;
  right: -28px;
}

.image-5 {
  width: 183px;
  margin-left: 15px;
}

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

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

.button-4 {
  display: none;
}

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

.slide {
  width: 100%;
  height: 100%;
}

.list-block {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  display: flex;
}

.div-block-34 {
  background-image: url('../images/Screenshot_346.png');
  background-position: 0 0;
  background-size: auto;
  width: 100%;
  height: auto;
  display: block;
}

.list-container {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  width: 100%;
  margin-left: 51px;
  display: flex;
  position: relative;
}

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

.heading-18 {
  color: #fff;
  font-family: Montserrat, sans-serif;
  font-size: 25px;
  font-weight: 700;
}

.image-116 {
  width: 183px;
  margin-left: 15px;
}

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

.text-block-22 {
  color: #fff;
  max-width: 890px;
  font-family: Montserrat, sans-serif;
  font-size: 7px;
  font-weight: 400;
  line-height: 10px;
}

.container-plants-2 {
  width: 100%;
  max-width: 1020px;
  margin-left: auto;
  margin-right: auto;
}

.cta-hero-2 {
  color: #fff;
  background-color: #6e7a4f;
  justify-content: center;
  align-items: center;
  width: 304px;
  height: 62px;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 700;
  display: flex;
  box-shadow: 0 5px 5px #0003;
}

.image-117 {
  overflow: clip;
}

.heading-19 {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  font-weight: 700;
  line-height: 23px;
  text-decoration: none;
}

.heading-19:hover {
  color: #fff;
}

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

.slide-47 {
  height: 100%;
}

.button-12 {
  display: none;
}

.paragraph-124 {
  color: #745a34;
  text-align: right;
  margin-top: 20px;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 47px;
  font-weight: 500;
  line-height: 60px;
}

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

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

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

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

.paragraph-132 {
  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-132.whatsapp, .paragraph-132.email {
  background-color: #292b30;
  border-radius: 10px;
  width: auto;
  padding-left: 16px;
  padding-right: 16px;
  font-weight: 300;
  display: flex;
}

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

.title-card-2 {
  justify-content: center;
  align-items: center;
  height: 35px;
  margin-top: 5px;
  display: flex;
}

.paragraph-133 {
  color: #000;
  text-align: center;
  margin-bottom: 0;
  font-size: 20px;
  line-height: 32px;
}

.paragraph-133.textt {
  color: #fff;
  font-size: 8px;
}

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

.bold-text-4 {
  color: #6e7a4f;
}

.div-block-57 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: 500px;
  display: flex;
}

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

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

.icon-7 {
  background-color: #965232;
  padding-bottom: 0;
}

.slide-50, .slide-42 {
  height: 100%;
}

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

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

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

.bold-text-5 {
  color: #6e7a4f;
}

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

.suits {
  border-top: 1px solid #000;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  width: auto;
  margin-top: 0;
  padding-top: 10px;
  display: flex;
}

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

.titulo-maps {
  grid-column-gap: 3px;
  align-items: center;
  display: flex;
}

.conversion-bar-2 {
  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-2.cnoversion-home {
  display: flex;
}

.slider-4 {
  background-color: #0000;
  height: auto;
}

.slide-1 {
  height: 100%;
}

.image-118 {
  width: 183px;
  margin-left: 15px;
}

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

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

.div-block-48 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.slide-34 {
  height: 100%;
}

.slide-plants-text-2 {
  border: 1px solid #745a34;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 277px;
  height: auto;
  padding: 10px 20px;
  display: flex;
}

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

.imgplanta {
  width: auto;
  height: 347px;
}

.container-11 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: 1050px;
  padding-top: 34px;
  padding-bottom: 55px;
  display: flex;
}

.paragraph-134 {
  display: none;
}

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

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

.paragraph-130.cot {
  text-align: left;
  width: 30%;
  margin-top: 0;
  font-family: Montserrat, sans-serif;
  line-height: 42px;
}

.div-block-41 {
  align-self: flex-end;
  margin-bottom: 8px;
  margin-right: 5px;
}

.div-block-42 {
  border: 2px solid #6e7a4f;
  align-self: stretch;
  margin-bottom: 20px;
  padding-left: 0;
  padding-right: 0;
}

.slider-left-arrow-lazer-2 {
  background-color: #965232;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  display: block;
  left: 16px;
}

.div-block-61 {
  grid-column-gap: 8px;
  align-items: center;
  display: flex;
}

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

.slide-52 {
  height: 100%;
}

.image-119 {
  width: 390px;
  margin-bottom: 20px;
  padding-top: 0;
  padding-bottom: 0;
}

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

.button-13 {
  color: #fff;
  background-color: #965232;
  justify-content: center;
  align-items: center;
  width: 269px;
  height: 45px;
  margin-top: 24px;
  font-family: Montserrat, sans-serif;
  font-size: 17px;
  font-weight: 700;
  display: flex;
}

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

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

.hero-split-2 {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.slide-49 {
  height: 100%;
}

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

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

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

.div-block-49 {
  flex: 0 auto;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  display: flex;
}

.div-block-62 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  display: flex;
}

.bold-text-8 {
  color: #745a34;
}

.right-arrow-11 {
  background-color: #745a34;
  width: 76px;
  height: 58px;
  right: -110px;
}

.left-arrow-11 {
  background-color: #745a34;
  width: 76px;
  height: 58px;
  left: -110px;
}

.text-block-23 {
  text-align: left;
  align-self: flex-end;
  font-family: Montserrat, sans-serif;
}

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

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

.image-120 {
  overflow: clip;
}

.paragraph-135 {
  color: #000;
  text-align: center;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 23px;
  font-weight: 400;
  line-height: 32px;
}

.paragraph-135.textt {
  color: #fff;
  font-size: 8px;
  display: none;
}

.intro-header-2 {
  color: #fff;
  background-color: #f4f4f4;
  background-image: url('../images/img-hero-new.webp');
  background-position: 100%;
  background-size: cover;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  height: 1000px;
  margin-bottom: 0;
  margin-left: 0;
  padding-top: 40px;
  padding-bottom: 0;
  display: flex;
  overflow: hidden;
}

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

.slide-1-5 {
  height: 100%;
}

.image-121 {
  width: 17.36px;
  height: auto;
}

.image-113 {
  overflow: clip;
}

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

.localization-3 {
  overflow: hidden;
}

.formcontato-3 {
  width: 100%;
  max-width: 500px;
  display: block;
  position: relative;
}

.hero-heading-left-2 {
  background-color: #745a34;
  border-bottom: 1px solid #e4ebf3;
  padding: 40px 30px;
  position: relative;
}

.div-block-64 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-color: #fff;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 5px 16px;
  display: flex;
  overflow: visible;
}

.div-block-64:hover {
  color: #fff;
  background-color: #32343a;
}

.paragraph-125 {
  color: #745a34;
  text-align: center;
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 24px;
  line-height: 30px;
}

.text-span-17 {
  font-weight: 600;
}

.project-2 {
  background-image: url('../images/mapa_1mapa.webp');
  background-position: 50% 25%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 527px;
  overflow: hidden;
}

.image-122 {
  width: 28px;
}

.slide-54 {
  height: 100%;
}

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

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

.inc {
  width: 10px;
  height: auto;
}

.footer-3 {
  background-color: #000;
  padding-top: 22px;
  padding-bottom: 15px;
  overflow: hidden;
}

.section-3 {
  background-image: url('../images/screenshot_347Screenshot_346.webp');
  background-position: 0 0;
  background-size: auto;
  overflow: hidden;
}

.paragraph-136 {
  color: #fff;
  text-align: center;
  letter-spacing: 2.7px;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 9px;
  line-height: 9px;
}

.image-123 {
  width: 24px;
}

.cta-hero-copy {
  color: #fff;
  background-color: #6e7a4f;
  justify-content: center;
  align-items: center;
  width: 304px;
  height: 62px;
  margin-top: 8px;
  margin-left: 0;
  margin-right: auto;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 700;
  display: flex;
  box-shadow: 0 5px 5px #0003;
}

.div-block-65 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  border-top: 2px solid #6c6c6c;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-top: 12px;
  padding-top: 15px;
  display: flex;
}

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

.paragraph-137 {
  color: #363636;
  text-align: left;
  letter-spacing: 1.05px;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 18px;
}

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

.container-12 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

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

.text-field-10 {
  opacity: .45;
  color: #000;
  -webkit-text-stroke-color: white;
  border: 1px #000;
  border-bottom: 1px solid #6e7a4f;
  padding-bottom: 20px;
  font-family: Montserrat, sans-serif;
  font-weight: 300;
  display: block;
}

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

.slide-4 {
  width: auto;
  margin-right: 15px;
}

.bold-text-9 {
  color: #6e7a4f;
}

.image-96 {
  object-fit: contain;
  width: 100%;
  height: 100%;
  overflow: clip;
}

.image-124 {
  overflow: clip;
}

.slide-51 {
  height: 100%;
}

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

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

.mask-11 {
  background-color: #cbc4b073;
  overflow: hidden;
}

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

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

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

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

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

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

.left-arrow-4 {
  background-color: #636236;
  border-radius: 15px;
  width: 56px;
  height: 56px;
  font-size: 20px;
  left: -109px;
}

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

.heading-20 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 700;
}

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

.text-block-25 {
  color: #000;
  margin-top: 16px;
  font-family: Montserrat, sans-serif;
  font-size: 9px;
}

.bold-text-10 {
  font-weight: 600;
}

.image-125 {
  width: 350px;
  height: auto;
}

.slide-48 {
  width: 100%;
  height: 100%;
}

.text-block-26 {
  color: #fff;
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  line-height: 15px;
}

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

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

.heading-21 {
  color: #745a34;
  text-align: center;
  width: 100%;
  max-width: 1200px;
  margin-top: 0;
  margin-bottom: 25px;
  font-family: Montserrat, sans-serif;
  font-size: 36px;
  font-weight: 300;
  line-height: 47px;
}

.paragraph-138 {
  color: #fff;
  text-align: center;
  letter-spacing: 2.7px;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 9px;
  line-height: 9px;
}

.image-105, .image-103 {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.slide-plants-item {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  min-height: 635px;
  display: flex;
  position: relative;
}

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

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

.bold-text-7 {
  font-weight: 600;
}

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

.text-area-3 {
  opacity: .47;
  color: #000;
  -webkit-text-stroke-color: white;
  border: 1px #000;
  border-bottom: 1px solid #6e7a4f;
  flex: 1;
  order: 0;
  align-self: auto;
  height: 80px;
  margin-bottom: 0;
  padding: 0 0 40px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 300;
  display: block;
}

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

.div-block-67 {
  justify-content: center;
  align-items: center;
  margin-top: 60px;
  display: flex;
}

.slide-55 {
  height: 100%;
}

.submit-form-2 {
  color: #fff;
  background-color: #6e7a4f;
  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;
}

.submit-form-3 {
  color: #fff;
  background-color: #6e7a4f;
  border-radius: 0;
  width: 100%;
  min-height: auto;
  margin-top: 16px;
  padding: 16px 0;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 15px;
  display: block;
  position: static;
  box-shadow: 0 2px 5px #0003;
}

.paragraph-112-copy {
  color: #745a34;
  text-align: center;
  margin-bottom: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 23px;
  font-weight: 700;
  line-height: 32px;
}

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

.bold-text-6 {
  font-family: Montserrat, sans-serif;
  font-weight: 600;
}

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

.div-block-68 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: 220px;
  padding-left: 80px;
  display: flex;
  position: relative;
  bottom: 40px;
  left: 34px;
}

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

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

.paragraph-114.dfdg.hjkj {
  color: #745a34;
  margin-bottom: 40px;
  font-family: Montserrat, sans-serif;
  font-size: 30px;
  line-height: 46px;
}

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

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

.form-4 {
  overflow: hidden;
}

.slider-localizacao-v2-2 {
  background-color: #0000;
  flex: 1;
  order: 0;
  align-self: auto;
  width: 845px;
  padding-left: 5px;
  padding-right: 0;
  display: flex;
}

.slide-56 {
  width: auto;
  margin-bottom: 20px;
  margin-right: 15px;
}

.plants-2 {
  padding: 70px 140px 74px;
  overflow: hidden;
}

.container-13 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: flex-start;
  align-items: center;
  max-width: 1000px;
  height: 100%;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.imgdd {
  width: auto;
  height: 250px;
}

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

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

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

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

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

.container-14 {
  justify-content: flex-start;
  align-items: center;
  max-width: 1088px;
  display: flex;
}

.testimonial-slider-large-2 {
  background-color: #cbc4b073;
  border-bottom: 1px solid #e4ebf3;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 0 30px 48px;
  display: block;
  position: relative;
  overflow: hidden;
}

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

.cta-container-2 {
  color: #fff;
  flex: none;
  width: auto;
  max-width: 335px;
  font-family: Montserrat, sans-serif;
  font-size: 36px;
  font-weight: 300;
  line-height: 40px;
}

.heading-14 {
  color: #745a34;
  text-align: center;
  width: 500px;
  margin-top: 0;
  margin-bottom: 40px;
  font-family: Montserrat, sans-serif;
  font-size: 30px;
  font-weight: 300;
  line-height: 44px;
}

.div-block-52 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  flex: 0 auto;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  justify-content: center;
  align-self: stretch;
  place-items: flex-end stretch;
  margin-left: 0;
  margin-right: 0;
  display: flex;
  overflow: visible;
}

.right-arrow-4 {
  background-color: #636236;
  border-radius: 15px;
  width: 56px;
  height: 56px;
  font-size: 20px;
  right: -109px;
}

.slider-2-2 {
  width: 100%;
  max-width: 90%;
  height: 650px;
  max-height: 650px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  overflow: hidden;
}

.slide-57 {
  width: auto;
  margin-right: 15px;
}

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

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

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

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

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

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

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

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

.image-126 {
  overflow: clip;
}

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

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

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

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

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

.submit-form-4 {
  color: #fff;
  background-color: #6e7a4f;
  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;
}

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

.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-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-127 {
  width: 28px;
}

.image-128 {
  width: 24px;
}

.select-field {
  color: #000;
  background-color: #fff;
  border: 0 solid #000;
  border-bottom: 1px solid #6e7a4f;
  width: 96.5%;
  margin-left: auto;
}

.div-block-74 {
  position: relative;
}

.image-129 {
  overflow: clip;
}

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

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

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

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

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

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

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

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

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

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

.submit-form-5 {
  color: #fff;
  background-color: #6e7a4f;
  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;
}

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

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

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

.image-130 {
  width: 24px;
}

@media screen and (min-width: 1440px) {
  .paragraph-109.cot {
    margin-top: 0;
    line-height: 42px;
  }

  .legenda {
    background-color: #000;
  }

  .section.cc-store-home-wrap {
    overflow: hidden;
  }

  .paragraph-111-mobile {
    color: #fff;
    text-align: center;
    justify-content: flex-end;
    align-items: flex-end;
    margin-bottom: 0;
    font-size: 20px;
    line-height: 32px;
    position: static;
    inset: auto 0% 0%;
  }

  .div-block-18 {
    grid-column-gap: 11.2%;
    grid-row-gap: 11.2%;
  }

  .image-81 {
    margin-left: 0;
  }

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

  .image-115 {
    width: 380px;
  }

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

  .plants {
    margin-left: 100px;
    margin-right: 100px;
  }

  .div-block-36 {
    margin-top: 0;
  }

  .mask-7 {
    height: 100%;
  }

  .paragraph-111 {
    color: #000;
    text-align: center;
    justify-content: flex-end;
    align-items: flex-end;
    margin-bottom: 0;
    font-size: 20px;
    line-height: 32px;
    position: static;
    inset: auto 0% 0%;
  }

  .intro-header {
    background-position: 0%;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .div-block {
    grid-row-gap: 0rem;
    justify-content: space-between;
    align-items: flex-start;
    margin-top: 2%;
    padding-left: 0;
    left: 70px;
  }

  .image-mobile {
    width: 380px;
  }

  .slider-plantas-desktop {
    max-width: none;
  }

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

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

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

  .paragraph-133 {
    color: #000;
    text-align: center;
    justify-content: flex-end;
    align-items: flex-end;
    margin-bottom: 0;
    font-size: 20px;
    line-height: 32px;
    position: static;
    inset: auto 0% 0%;
  }

  .paragraph-133.textt {
    color: #fff;
    font-size: 8px;
  }

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

  .div-block-41 {
    align-self: flex-end;
    margin-bottom: 10px;
    margin-right: 5px;
  }

  .div-block-42 {
    border-color: #745a34;
  }

  .image-119 {
    width: 380px;
  }

  .paragraph-135 {
    color: #000;
    text-align: center;
    justify-content: flex-end;
    align-items: flex-end;
    margin-bottom: 0;
    font-size: 20px;
    line-height: 32px;
    position: static;
    inset: auto 0% 0%;
  }

  .paragraph-135.textt {
    color: #fff;
    font-size: 8px;
  }

  .intro-header-2 {
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

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

  .inc {
    width: 10px;
  }

  .div-block-65 {
    border-top-color: #745a34;
  }

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

  .mask-11 {
    height: 100%;
  }

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

  .div-block-67 {
    margin-top: 0;
  }

  .paragraph-112-copy {
    color: #745a34;
    text-align: center;
    justify-content: flex-end;
    align-items: flex-end;
    margin-bottom: 0;
    font-size: 23px;
    line-height: 26px;
    position: static;
    inset: auto 0% 0%;
  }

  .div-block-68 {
    margin-top: 220px;
    padding-left: 0;
    left: 136px;
  }

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

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

  .paragraph-140.cot, .paragraph-142.cot {
    margin-top: 0;
    line-height: 42px;
  }
}

@media screen and (min-width: 1920px) {
  .div-block-18 {
    grid-column-gap: 8%;
    grid-row-gap: 8%;
  }

  .left-arrow-9 {
    left: 0;
  }

  .image-81 {
    margin-top: 40px;
  }

  .container-plants {
    flex-flow: column;
    justify-content: center;
    align-items: stretch;
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
    display: flex;
  }

  .image-91 {
    width: 90%;
  }

  .image-115 {
    width: 500px;
  }

  .plants {
    margin-left: 120px;
    margin-right: 120px;
  }

  .paragraph-74 {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .paragraph-74:hover {
    font-size: 18px;
  }

  .mask-7 {
    width: 100%;
  }

  .intro-header {
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
    height: 80vh;
    padding-top: 0;
    display: flex;
  }

  .div-block {
    justify-content: space-between;
    align-items: flex-start;
    margin-top: 5%;
    padding-left: 0;
    display: flex;
    position: relative;
    bottom: 40px;
    left: 220px;
  }

  .image-mobile {
    width: 500px;
  }

  .slider-plantas-desktop {
    max-width: none;
  }

  .slider-2 {
    height: 800px;
    max-height: 800px;
  }

  .div-block-27 {
    justify-content: center;
    align-items: center;
  }

  .div-block-2 {
    text-align: left;
  }

  .right-arrow-9 {
    right: 0;
  }

  .paragraph-133.textt {
    color: #fff;
    flex-flow: column;
    font-size: 12px;
    position: static;
  }

  .div-block-57 {
    text-align: left;
  }

  .titulo-maps {
    grid-column-gap: 1px;
    flex: 0 auto;
    justify-content: center;
    align-items: center;
    font-family: Montserrat, sans-serif;
  }

  .container-11 {
    max-width: 2000px;
  }

  .div-block-41 {
    flex: 0 auto;
    order: 0;
    align-self: flex-end;
    margin-bottom: 20px;
    position: relative;
    inset: 0% 0% 0% auto;
  }

  .image-119 {
    width: 500px;
  }

  .paragraph-135 {
    font-size: 24px;
  }

  .paragraph-135.textt {
    color: #fff;
    flex-flow: column;
    font-size: 12px;
    position: static;
  }

  .intro-header-2 {
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
    height: 1200px;
    padding-top: 0;
    display: flex;
  }

  .div-block-65 {
    justify-content: center;
    align-items: center;
  }

  .paragraph-137 {
    text-align: left;
    flex: 0 auto;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    display: flex;
  }

  .paragraph-137:hover {
    font-size: 18px;
  }

  .image-108 {
    width: 90%;
  }

  .mask-11 {
    width: 100%;
  }

  .card-4 {
    justify-content: center;
    align-items: center;
  }

  .paragraph-112-copy {
    color: #745a34;
    font-size: 27px;
  }

  .div-block-68 {
    justify-content: center;
    align-items: center;
    margin-top: 341px;
    padding-left: 0;
    display: flex;
    position: relative;
    bottom: 40px;
    left: 220px;
  }

  .div-block-70 {
    background-image: none;
  }

  .slider-2-2 {
    height: 800px;
    max-height: 800px;
  }
}

@media screen and (max-width: 991px) {
  .container-4 {
    flex-flow: column;
  }

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

  .div-block-37-1.bnvn, .div-block-37-2.bnvn {
    background-image: url('../images/Frame-2-1.png');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    height: 400px;
    display: block;
  }

  .container-2 {
    padding-top: 60px;
  }

  .section.cc-store-home-wrap {
    overflow: hidden;
  }

  .image-81, .image-81._467.fvhg {
    display: none;
  }

  .container-3 {
    flex-flow: row;
    justify-content: flex-start;
    align-items: center;
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-block-37-7.bnvn {
    background-image: url('../images/Frame-2-1.png');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    height: 400px;
    display: block;
  }

  .conversion-bar {
    right: 0;
  }

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

  .div-block-37-3.bnvn {
    background-image: url('../images/Frame-2-1.png');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    height: 400px;
    display: block;
  }

  .text-plants {
    display: none;
  }

  .div-block-37-5.bnvn {
    background-image: url('../images/Frame-2-1.png');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    height: 400px;
    display: block;
  }

  .intro-header {
    background-image: url('../images/banner_lp_mobile.png');
    background-position: 50% 100%;
    flex-flow: row;
    justify-content: space-between;
    align-items: center;
    height: 1600px;
    padding-top: 0;
  }

  .div-block-37.bnvn {
    background-image: url('../images/Frame-2-1.png');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    height: 400px;
    display: block;
  }

  .div-block {
    justify-content: center;
    align-items: center;
    margin-top: 140px;
    padding-left: 0;
    display: flex;
    position: absolute;
    inset: 0% 0% auto;
  }

  .hero-split {
    max-width: 100%;
    margin-bottom: 40px;
  }

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

  .heading-11 {
    margin-bottom: 60px;
  }

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

  .hero-wrapper {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: -40px;
  }

  .div-block-37-4.bnvn {
    background-image: url('../images/Frame-2-1.png');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    height: 400px;
    display: block;
  }

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

  .div-block-37-6.bnvn {
    background-image: url('../images/Frame-2-1.png');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    height: 400px;
    display: block;
  }

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

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

  .paragraph-133.textt {
    font-size: 8px;
  }

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

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

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

  .container-11 {
    max-width: 600px;
    padding-top: 60px;
  }

  .paragraph-130.cot {
    width: 80%;
    margin-bottom: 40px;
  }

  .div-block-41 {
    background-color: #0000;
    flex: 1;
    justify-content: center;
    align-self: flex-end;
    align-items: center;
    display: block;
  }

  .hero-split-2 {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .paragraph-135.textt {
    font-size: 8px;
  }

  .intro-header-2 {
    background-image: url('../images/raggruppa_63055.webp');
    background-position: 50% 100%;
    flex-flow: row;
    justify-content: space-between;
    align-items: center;
    height: 1600px;
    padding-top: 0;
  }

  .mask-10 {
    overflow: hidden;
  }

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

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

  .heading-21 {
    margin-bottom: 60px;
  }

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

  .div-block-68 {
    justify-content: center;
    align-items: center;
    margin-top: 140px;
    padding-left: 0;
    display: flex;
    position: absolute;
    inset: 0% 0% auto;
  }

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

  .slider-localizacao-v2-2 {
    width: 640px;
  }

  .container-13 {
    flex-flow: row;
    justify-content: flex-start;
    align-items: center;
    padding-left: 20px;
    padding-right: 20px;
  }

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

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

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

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

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

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

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

@media screen and (max-width: 767px) {
  .container-4 {
    flex-flow: column;
  }

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

  .div-block-37-1.bnvn, .div-block-37-2.bnvn {
    background-image: url('../images/Frame-2-1.png');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    width: auto;
    height: 300px;
    display: block;
  }

  .container-2 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .button {
    width: 60%;
    position: static;
  }

  .section {
    margin-left: 15px;
    margin-right: 15px;
  }

  .section.cc-store-home-wrap {
    margin-left: 0;
    margin-right: 0;
    overflow: hidden;
  }

  .heading-16 {
    text-align: center;
  }

  .image-81, .image-81._467.fvhg {
    display: none;
  }

  .hero-heading-left {
    padding: 60px 0 20px;
  }

  .container-3 {
    flex-flow: column;
    padding-top: 40px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .div-block-37-7.bnvn {
    background-image: url('../images/Frame-2-1.png');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    width: auto;
    height: 300px;
    display: block;
  }

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

  .div-block-37-3.bnvn {
    background-image: url('../images/Frame-2-1.png');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    width: auto;
    height: 300px;
    display: block;
  }

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

  .text-plants {
    display: none;
  }

  .testimonial-slider-large {
    padding: 60px 15px;
  }

  .div-block-37-5.bnvn {
    background-image: url('../images/Frame-2-1.png');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    width: auto;
    height: 300px;
    display: block;
  }

  .intro-header {
    background-size: cover;
    height: 1400px;
  }

  .div-block-37.bnvn {
    background-image: url('../images/Frame-2-1.png');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    width: auto;
    height: 300px;
    display: block;
  }

  .div-block {
    margin-top: 100px;
    inset: 0% 0% auto;
  }

  .hero-split {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .heading-11 {
    font-size: 18px;
    line-height: 24px;
  }

  .heading-12 {
    text-align: left;
    flex-flow: column;
    align-self: stretch;
    display: block;
  }

  .slider-2 {
    height: auto;
  }

  .hero-wrapper {
    justify-content: center;
    align-items: center;
    margin-bottom: 0;
  }

  .cta-container {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    max-width: 600px;
    display: flex;
  }

  .div-block-37-4.bnvn, .div-block-37-6.bnvn {
    background-image: url('../images/Frame-2-1.png');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    width: auto;
    height: 300px;
    display: block;
  }

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

  .list-container {
    flex-flow: row;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
    margin-left: 0;
  }

  .heading-18 {
    text-align: center;
  }

  .button-12 {
    display: none;
  }

  .paragraph-124 {
    font-size: 32px;
  }

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

  .conversion-bar-2 {
    justify-content: flex-start;
    align-items: flex-end;
    inset: auto 0% 0%;
  }

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

  .slide-plants-text-2 {
    width: 200px;
  }

  .container-11 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .paragraph-130.cot {
    text-align: left;
    width: 100%;
  }

  .div-block-41 {
    background-color: #0000;
  }

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

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

  .intro-header-2 {
    background-size: cover;
    height: 1400px;
  }

  .hero-heading-left-2 {
    padding: 60px 0 20px;
  }

  .paragraph-125 {
    font-size: 18px;
  }

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

  .heading-21 {
    font-size: 18px;
    line-height: 24px;
  }

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

  .div-block-68 {
    margin-top: 100px;
    inset: 0% 0% auto;
  }

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

  .slider-localizacao-v2-2 {
    width: 78%;
  }

  .container-13 {
    flex-flow: column;
    padding-top: 40px;
    padding-left: 10px;
    padding-right: 10px;
  }

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

  .testimonial-slider-large-2 {
    padding: 60px 15px;
  }

  .cta-container-2 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    max-width: 600px;
    display: flex;
  }

  .slider-2-2 {
    height: auto;
  }

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

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

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

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

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

  .hero--infos {
    max-width: 100%;
    padding-left: 16px;
    padding-right: 16px;
  }

  .h1 {
    font-size: 1.7rem;
    line-height: 2.2rem;
  }

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

  .container {
    grid-row-gap: 24px;
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    max-width: 100%;
    padding-left: 16px;
    padding-right: 16px;
  }

  .localization--left {
    width: 100%;
  }

  .localization--infos--wrapper {
    grid-row-gap: 24px;
    display: none;
  }

  .localization--infos {
    grid-row-gap: 10px;
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
  }

  .nav--container {
    padding-left: 0;
    padding-right: 0;
  }

  .brand {
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    padding-left: 16px;
  }

  .nav-menu {
    background-color: var(--dark-grey);
  }

  .localization--img {
    width: 100%;
  }

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

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

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

  .mask {
    height: 100%;
  }

  .cards {
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .cards--container {
    justify-content: center;
    align-items: flex-start;
    padding-left: 16px;
    padding-right: 16px;
  }

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

  .card {
    grid-row-gap: 16px;
    width: 100%;
  }

  .card-img-wrapper {
    height: 70vh;
  }

  .cards--infos {
    grid-row-gap: 12px;
    padding-left: 0;
  }

  .footer {
    padding-bottom: 96px;
  }

  .container-4 {
    flex-flow: wrap-reverse;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: 100%;
    padding-left: 16px;
    padding-right: 16px;
  }

  .text-block-10 {
    text-align: center;
    font-size: 7px;
    line-height: 10px;
  }

  .div-block-55 {
    justify-content: flex-start;
    align-items: center;
  }

  .image-114 {
    margin-left: 0;
  }

  .nav--link {
    color: var(--white);
    justify-content: flex-end;
    align-items: center;
    font-size: 1rem;
    line-height: 1.5rem;
    display: flex;
  }

  .menu-button {
    background-color: var(--white);
  }

  .menu-button:active {
    transform: rotate(0);
  }

  .menu-button.w--open {
    background-color: var(--dark-grey);
  }

  .card--phase {
    top: 16px;
    left: 16px;
  }

  .localization--img--wrapper {
    width: 100%;
  }

  .p--small {
    left: 16px;
    right: auto;
  }

  .card--link {
    width: 100%;
  }

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

  .paragraph-109 {
    margin-top: 0;
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
  }

  .paragraph-109.dfdg {
    line-height: 28px;
  }

  .paragraph-109.dfdg.hjkj {
    margin-top: 0;
    margin-bottom: 0;
    font-weight: 400;
    line-height: 30px;
  }

  .paragraph-109.cot {
    text-align: left;
    width: 100%;
    font-size: 27px;
    font-weight: 300;
    line-height: 32px;
  }

  .div-block-37-1 {
    background-image: url('../images/Frame-4.png');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    width: 300px;
    height: 300px;
    display: block;
  }

  .div-block-37-1.bnvn {
    background-image: url('../images/1-dorm---36m.webp');
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 400px;
    display: block;
  }

  .image-112 {
    width: 60%;
  }

  .card-3 {
    margin-left: auto;
    margin-right: auto;
  }

  .paragraph-3 {
    color: #fff;
    margin-top: 21px;
    font-family: Montserrat, sans-serif;
    font-size: 9px;
    line-height: 27px;
    display: block;
  }

  .legenda {
    bottom: 8px;
    right: 8px;
  }

  .div-block-37-2 {
    background-image: url('../images/Frame-4.png');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    width: 300px;
    height: 300px;
    display: block;
  }

  .div-block-37-2.bnvn {
    background-image: url('../images/Luxury-Studio---26-53m-nova.webp');
    background-position: 50% 100%;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 400px;
    display: block;
  }

  .container-2 {
    max-width: 350px;
    padding: 46px 0 40px;
    overflow: visible;
  }

  .mask-9 {
    overflow: visible;
  }

  .button {
    display: none;
  }

  .section.cc-store-home-wrap {
    margin-left: 0;
    margin-right: 0;
    overflow: hidden;
  }

  .paragraph-111-mobile {
    color: #fff;
    margin-bottom: 8px;
    font-size: 18px;
    line-height: 22px;
    display: block;
  }

  .div-block-18 {
    grid-column-gap: 0%;
    grid-row-gap: 0%;
    flex-flow: row-reverse wrap-reverse;
    justify-content: center;
    align-items: center;
    height: auto;
    margin-top: 16px;
  }

  .text-area-container {
    padding-left: 0;
  }

  .slide-nav-10 {
    color: #11331b;
    -webkit-text-stroke-color: #fff;
    background-color: #0000;
    margin-right: 0;
    font-size: 6px;
    display: block;
    top: auto;
    bottom: -40px;
  }

  .bold-text-2 {
    font-weight: 600;
    line-height: 27px;
  }

  .text-block-11 {
    text-align: center;
  }

  .button-11 {
    margin-top: 8px;
    margin-left: auto;
    margin-right: auto;
  }

  .heading-16 {
    text-align: center;
    line-height: 28px;
  }

  .text-block-9 {
    margin-top: 15px;
  }

  .lightbox-plantas {
    object-fit: none;
    flex-flow: column;
    justify-content: center;
    align-self: auto;
    align-items: center;
    width: 530px;
    height: auto;
    display: flex;
    position: static;
  }

  .left-arrow-9 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    opacity: 1;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    width: 34px;
    height: 44px;
    display: none;
    inset: 0% auto 0% 0%;
  }

  .image-81 {
    order: 1;
    width: 100%;
    max-width: 300px;
    max-height: 300px;
    margin-top: -64px;
    margin-bottom: 0;
    margin-left: 0;
    display: none;
  }

  .image-81._467.fvhg {
    object-fit: contain;
    order: -1;
    width: 400px;
    max-width: 100%;
    height: 100px;
    max-height: none;
    margin-top: -18px;
    margin-bottom: 0;
    margin-left: 0;
    display: none;
    position: static;
  }

  .slide-44 {
    width: 100%;
    margin-right: 15px;
  }

  .container-plants {
    padding-left: 0;
    padding-right: 0;
  }

  .hero-heading-left {
    padding-top: 24px;
    padding-bottom: 8px;
  }

  .icon-6 {
    display: block;
  }

  .container-3 {
    flex-flow: column;
    max-width: 350px;
    padding: 32px 15px 23px;
    position: relative;
  }

  .div-block-37-7 {
    background-image: url('../images/Frame-4.png');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    width: 300px;
    height: 300px;
    display: block;
  }

  .div-block-37-7.bnvn {
    background-image: url('../images/LuxuryStudio-26m.webp');
    background-position: 50% 100%;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 400px;
    display: block;
  }

  .slide-45 {
    background-color: #0000;
    width: 100%;
  }

  .conversion-bar {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    color: #000;
    background-color: #000;
    flex-flow: row;
    justify-content: space-around;
    align-items: center;
    width: 100%;
    padding-top: 8px;
    padding-bottom: 8px;
    top: auto;
    bottom: 0;
    right: 0;
    transform: translateY(0%);
  }

  .modal-chat-new {
    justify-content: center;
    align-items: flex-start;
    display: none;
  }

  .image-115 {
    margin-bottom: 10px;
    display: none;
  }

  .cta-plantas {
    margin-top: 24px;
    margin-left: auto;
    margin-right: auto;
  }

  .slider-localizacao-v2-mobile {
    background-color: #0000;
    width: 210px;
    height: auto;
    display: block;
  }

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

  .modal-email-new {
    justify-content: center;
    align-items: flex-start;
    display: none;
  }

  .slide-plants-text {
    order: 1;
    justify-content: center;
    align-items: center;
    width: 80%;
    height: 40px;
    margin: 0 auto;
    display: flex;
  }

  .slider-left-arrow-lazer {
    width: 36px;
    height: 60px;
    display: none;
    inset: 0% auto 0% 0%;
  }

  .container-5 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    max-width: none;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
  }

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

  .project {
    background-image: url('../images/Grupo-de-máscara-1_1Grupo de máscara 1.avif'), url('../images/mapa_1mapa.avif');
    background-position: 50% 100%, 50% 100%;
    background-repeat: repeat, no-repeat;
    background-size: cover, cover;
    height: auto;
  }

  .slide-21 {
    border: 1px solid #fff;
    border-radius: 20px;
    height: auto;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-33 {
    height: 100%;
  }

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

  .div-block-37-3 {
    background-image: url('../images/Frame-4.png');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    width: 300px;
    height: 300px;
    display: block;
  }

  .div-block-37-3.bnvn {
    background-image: url('../images/LuxuryStudio-23-60m-nova.webp');
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 400px;
    display: block;
  }

  .text-plants {
    order: 1;
    align-self: auto;
    width: 280px;
    height: 300px;
    display: none;
  }

  .image-66 {
    display: block;
  }

  .div-expandir {
    background-color: #fff;
    display: none;
  }

  .testimonial-slider-large {
    padding: 32px 0;
  }

  .plants {
    margin-left: 0;
    margin-right: 0;
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .paragraph-74 {
    text-align: center;
    width: 100%;
    font-size: 12px;
    line-height: 19px;
  }

  .cta-hero {
    text-align: center;
    background-position: 50%;
    background-size: cover;
    width: 100%;
    margin-top: 8px;
    margin-left: auto;
    margin-right: auto;
  }

  .div-block-36 {
    margin-top: 0;
  }

  .div-block-37-5 {
    background-image: url('../images/Frame-4.png');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    width: 300px;
    height: 300px;
    display: block;
  }

  .div-block-37-5.bnvn {
    background-image: url('../images/Implantacao-17-andar.webp');
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 400px;
    display: block;
  }

  .mask-7 {
    width: 100%;
    height: 100%;
  }

  .google-maps {
    height: 50vh;
    margin-top: 0;
  }

  .paragraph-111 {
    margin-bottom: 8px;
    font-size: 18px;
    line-height: 22px;
    display: none;
  }

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

  .intro-header {
    background-image: url('../images/mobile-banner_1mobile-banner.webp');
    width: 100%;
    height: 800px;
    padding-bottom: 0;
  }

  .div-block-37 {
    background-image: url('../images/Frame-4.png');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    width: 300px;
    height: 300px;
    display: block;
  }

  .div-block-37.bnvn {
    background-image: url('../images/1-dorm---35-08m-nova-2.webp');
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 400px;
    display: block;
  }

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

  .div-block {
    grid-row-gap: 8px;
    width: 80%;
    height: auto;
    margin: -80px auto 0;
    padding-left: 0;
    position: absolute;
    inset: 50% 0% auto;
  }

  .hero-split {
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

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

  .image-mobile {
    margin-bottom: 10px;
    display: block;
  }

  .heading-11 {
    width: 100%;
    margin-bottom: 20px;
    font-size: 20px;
    line-height: 26px;
  }

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

  .slider-right-arrow-lazer {
    width: 36px;
    display: none;
    inset: 0% 0% 0% auto;
  }

  .footer-2 {
    padding-bottom: 96px;
  }

  .slider-plantas-desktop {
    border-style: none;
    height: auto;
    margin-top: 0;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
    display: block;
  }

  .slide-nav-9 {
    inset: auto 0% -48px;
  }

  .slide-nav-9.fghj.gd {
    color: #965232;
    display: block;
  }

  .heading-12 {
    text-align: center;
    margin-bottom: 28px;
    font-size: 20px;
    line-height: 26px;
  }

  .list-item-2 {
    flex-flow: column;
  }

  .list-item-2.mobile {
    display: flex;
  }

  .list-item-2.desk {
    display: none;
  }

  .text-block-19 {
    text-align: center;
    font-size: 7px;
    line-height: 10px;
  }

  .modal-whatsapp {
    justify-content: center;
    align-items: flex-start;
    display: none;
  }

  .slider-2 {
    width: 100%;
    max-width: none;
    height: auto;
    max-height: 350px;
    margin-top: 16px;
    margin-left: 0;
    margin-right: 0;
    padding-bottom: 48px;
    padding-left: 0;
    padding-right: 0;
  }

  .text-expandir {
    text-decoration: none;
  }

  .image-111 {
    width: 30%;
    margin-top: 30px;
  }

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

  .div-block-37-4 {
    background-image: url('../images/Frame-4.png');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    width: 300px;
    height: 300px;
    display: block;
  }

  .div-block-37-4.bnvn {
    background-image: url('../images/Implantacao-cobertura.webp');
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 400px;
    display: block;
  }

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

  .div-block-27 {
    background-color: #efe1db;
    border-top-style: none;
    justify-content: center;
    align-items: center;
    margin-top: 0;
    padding: 5px 10px;
  }

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

  .div-block-2 {
    width: 100%;
  }

  .slide-43 {
    background-color: #0000;
    width: 100%;
    margin-right: 15px;
  }

  .div-block-37-6 {
    background-image: url('../images/Frame-4.png');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    width: 300px;
    height: 300px;
    display: block;
  }

  .div-block-37-6.bnvn {
    background-image: url('../images/Implantacao-terreo.webp');
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 400px;
    display: block;
  }

  .div-block-43 {
    background-color: #fff0;
  }

  .slider-localizacao-v2 {
    background-color: #0000;
    width: 210px;
    height: auto;
    display: none;
  }

  .container-7 {
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 32px;
    padding: 0 16px;
    overflow: visible;
  }

  .localization-2 {
    padding-left: 16px;
    padding-right: 16px;
    overflow: hidden;
  }

  .right-arrow-9 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    opacity: 1;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    width: 34px;
    height: 44px;
    display: none;
    position: absolute;
    inset: 0% 0% 0% auto;
  }

  .image-5 {
    margin-left: 0;
  }

  .div-block-40 {
    justify-content: flex-start;
    align-items: center;
  }

  .button-4 {
    background-color: #965232;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: 246px;
    height: 43px;
    margin-top: 28px;
    font-family: Montserrat, sans-serif;
    font-size: 17px;
    font-weight: 700;
    line-height: 21px;
    display: flex;
  }

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

  .slide {
    max-height: 300px;
  }

  .list-block {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .div-block-34 {
    background-image: url('../images/Screenshot_347.png');
    background-position: 50%;
    height: 590px;
  }

  .list-container {
    flex-flow: column;
    margin-left: 0;
  }

  .heading-18 {
    text-align: center;
    line-height: 28px;
  }

  .image-116 {
    margin-left: 0;
  }

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

  .text-block-22 {
    text-align: center;
    font-size: 7px;
    line-height: 10px;
  }

  .container-plants-2 {
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .cta-hero-2 {
    text-align: center;
    width: 100%;
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
  }

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

  .button-12 {
    background-color: #6e7a4f;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: 246px;
    height: 43px;
    margin-top: 28px;
    font-family: Montserrat, sans-serif;
    font-size: 15px;
    font-weight: 700;
    line-height: 21px;
    display: flex;
  }

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

  .paragraph-133 {
    margin-bottom: 8px;
    font-size: 18px;
    line-height: 22px;
  }

  .paragraph-133.textt {
    font-size: 8px;
  }

  .bold-text-4 {
    font-weight: 600;
    line-height: 27px;
  }

  .div-block-57 {
    width: 100%;
    max-width: 100%;
  }

  .conversion-bar-item-2 {
    margin-top: 10px;
  }

  .slide-42 {
    position: relative;
  }

  .bold-text-5 {
    font-weight: 600;
    line-height: 27px;
  }

  .container-9 {
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 32px;
    padding: 0 16px;
    overflow: visible;
  }

  .div-block-60 {
    justify-content: flex-start;
    align-items: center;
  }

  .conversion-bar-2 {
    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%);
  }

  .image-118 {
    width: 100px;
    margin-left: 0;
  }

  .container-10 {
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 32px;
    padding: 0 16px;
    overflow: visible;
  }

  .slide-plants-text-2 {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .legenda-2 {
    bottom: 8px;
    right: 8px;
  }

  .imgplanta {
    height: auto;
  }

  .container-11 {
    max-width: 350px;
    padding: 46px 0 40px;
    overflow: visible;
  }

  .paragraph-134 {
    color: #fff;
    margin-top: 21px;
    font-family: Montserrat, sans-serif;
    font-size: 9px;
    line-height: 27px;
    display: block;
  }

  .paragraph-130 {
    margin-top: 0;
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
  }

  .paragraph-130.cot {
    text-align: left;
    width: 100%;
    font-size: 27px;
    font-weight: 300;
    line-height: 32px;
  }

  .div-block-41 {
    background-color: #0000;
    margin-bottom: 0;
  }

  .slider-left-arrow-lazer-2 {
    width: 36px;
    height: 60px;
    display: none;
    inset: 0% auto 0% 0%;
  }

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

  .image-119 {
    margin-bottom: 10px;
  }

  .button-13 {
    margin-top: 8px;
    margin-left: auto;
    margin-right: auto;
  }

  .lightbox-link-5 {
    object-fit: none;
    flex-flow: column;
    justify-content: center;
    align-self: auto;
    align-items: center;
    width: 530px;
    height: auto;
    display: flex;
    position: static;
  }

  .hero-split-2 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .bold-text-8 {
    font-weight: 600;
    line-height: 27px;
  }

  .right-arrow-11 {
    background-color: #965232;
    width: 44px;
    height: 36px;
    font-size: 15px;
    right: -25px;
  }

  .left-arrow-11 {
    background-color: #965232;
    width: 44px;
    height: 36px;
    font-size: 15px;
    left: -25px;
  }

  .text-block-23 {
    text-align: left;
    align-self: center;
    margin-bottom: 20px;
  }

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

  .paragraph-135 {
    margin-bottom: 8px;
    font-size: 18px;
    line-height: 24px;
  }

  .paragraph-135.textt {
    font-size: 8px;
  }

  .intro-header-2 {
    background-image: url('../images/raggruppa_63055.webp');
    height: 1060px;
    padding-top: 0;
  }

  .slide-53 {
    background-color: #0000;
    width: 100%;
  }

  .localization-3 {
    padding-left: 16px;
    padding-right: 16px;
    overflow: hidden;
  }

  .hero-heading-left-2 {
    padding-top: 24px;
    padding-bottom: 8px;
  }

  .paragraph-125 {
    text-align: left;
    margin-bottom: 10px;
  }

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

  .project-2 {
    background-image: url('../images/grupodemascara1.webp'), url('../images/mapa_1mapa.webp');
    background-position: 50% 100%, 50% 100%;
    background-repeat: repeat, no-repeat;
    background-size: cover, cover;
    height: auto;
  }

  .slide-nav-13 {
    inset: auto 0% -48px;
  }

  .slide-nav-13.fghj.gd {
    color: #965232;
    display: block;
  }

  .mask-10 {
    overflow: visible;
  }

  .footer-3 {
    padding-bottom: 96px;
  }

  .cta-hero-copy {
    text-align: center;
    width: 100%;
    margin-top: 8px;
    margin-left: auto;
    margin-right: auto;
    display: none;
  }

  .div-block-65 {
    background-color: #efe1db00;
    border-top-style: none;
    justify-content: center;
    align-items: center;
    margin-top: 0;
    padding-top: 0;
    padding-left: 10px;
    padding-right: 10px;
  }

  .paragraph-137 {
    text-align: center;
    width: 100%;
    font-size: 12px;
  }

  .container-12 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    max-width: none;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
  }

  .slide-4 {
    width: 100%;
  }

  .bold-text-9 {
    font-weight: 600;
    line-height: 27px;
  }

  .paragraph-113 {
    margin-top: 0;
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
  }

  .paragraph-113.cot {
    text-align: left;
    width: 100%;
    font-size: 27px;
    font-weight: 300;
    line-height: 32px;
  }

  .mask-11 {
    width: 100%;
    height: 100%;
  }

  .card-4 {
    margin-left: auto;
    margin-right: auto;
  }

  .text-block-25 {
    margin-top: 15px;
  }

  .text-block-26 {
    text-align: center;
  }

  .heading-21 {
    width: 100%;
    margin-bottom: 20px;
    font-size: 20px;
    line-height: 26px;
  }

  .paragraph-138 {
    font-size: 6px;
  }

  .slide-plants-item {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    min-height: 550px;
  }

  .paragraph-139 {
    margin-top: 0;
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
  }

  .paragraph-139.cot {
    text-align: left;
    width: 100%;
    font-size: 27px;
    font-weight: 300;
    line-height: 32px;
  }

  .slider-right-arrow-lazer-2 {
    width: 36px;
    display: none;
    inset: 0% 0% 0% auto;
  }

  .div-block-67 {
    margin-top: 0;
  }

  .paragraph-112-copy {
    margin-bottom: 8px;
    font-size: 18px;
    line-height: 22px;
  }

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

  .div-block-68 {
    width: 77%;
    margin: 40px auto 0;
    padding-left: 0;
    position: absolute;
    inset: 0% 0% auto;
  }

  .paragraph-114 {
    margin-top: 0;
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
  }

  .paragraph-114.cot {
    text-align: left;
    width: 100%;
    font-size: 27px;
    font-weight: 300;
    line-height: 32px;
  }

  .paragraph-114.dfdg {
    line-height: 28px;
  }

  .paragraph-114.dfdg.hjkj {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 24px;
    font-weight: 400;
    line-height: 30px;
  }

  .icon-8 {
    display: block;
  }

  .slider-localizacao-v2-2 {
    background-color: #0000;
    width: 210px;
    height: auto;
    display: block;
  }

  .slide-56 {
    background-color: #0000;
    width: 100%;
  }

  .plants-2 {
    padding: 60px 20px 40px;
  }

  .container-13 {
    flex-flow: column;
    max-width: 350px;
    padding: 32px 15px 23px;
    position: relative;
  }

  .div-block-69 {
    justify-content: center;
    align-items: center;
    margin-bottom: 5px;
    margin-right: 0;
  }

  .div-block-70 {
    height: 590px;
  }

  .container-14 {
    flex-flow: wrap-reverse;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: 100%;
    padding-left: 16px;
    padding-right: 16px;
  }

  .testimonial-slider-large-2 {
    padding: 32px 20px;
  }

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

  .heading-14 {
    width: 100%;
    font-size: 24px;
    line-height: 32px;
  }

  .div-block-52 {
    margin-bottom: 40px;
  }

  .slider-2-2 {
    background-color: #ddd0;
    width: 100%;
    max-width: none;
    height: auto;
    max-height: 350px;
    margin-top: 16px;
    margin-left: 0;
    margin-right: 0;
    padding-bottom: 48px;
    padding-left: 0;
    padding-right: 0;
  }

  .container-15 {
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 32px;
    padding: 0 16px;
    overflow: visible;
  }

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

  .paragraph-140 {
    margin-top: 0;
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
  }

  .paragraph-140.cot {
    text-align: left;
    width: 100%;
    font-size: 27px;
    font-weight: 300;
    line-height: 32px;
  }

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

  .conversion-bar-item-3 {
    margin-top: 10px;
  }

  .container-16 {
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 32px;
    padding: 0 16px;
    overflow: visible;
  }

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

  .paragraph-142 {
    margin-top: 0;
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
  }

  .paragraph-142.cot {
    text-align: left;
    width: 100%;
    font-size: 27px;
    font-weight: 300;
    line-height: 32px;
  }
}


