:root {
  --container: 1560px;
  --branco: white;
  --roxo: #464394;
  --amarelo: #ffcc32;
  --cinza-escuro: #303030;
  --cinza-medio: #848685;
  --cinza-claro: #e6e7e8;
}

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

.body {
  font-family: Montserrat, sans-serif;
}

.hero {
  z-index: 10;
  width: 100%;
  height: 80vh;
  display: block;
  position: relative;
}

.imagem--wrapper {
  width: 100%;
  display: block;
  position: relative;
  overflow: hidden;
}

.imagem--hero {
  object-fit: cover;
  width: 100%;
  height: 80vh;
}

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

.content--container {
  z-index: 2;
  grid-column-gap: 0px;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: absolute;
  inset: auto 0% 3vw;
}

.content--wrapper {
  width: 100%;
  max-width: var(--container);
  grid-column-gap: 6vw;
  justify-content: space-between;
  align-items: flex-end;
  padding-left: 80px;
  padding-right: 24px;
  display: flex;
}

.left {
  grid-row-gap: 2vh;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.h2 {
  color: var(--branco);
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: acumin-variable, sans-serif;
  font-size: 3.5rem;
  font-weight: 400;
  line-height: 3.5rem;
}

.h3-sections {
  color: var(--branco);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 2rem;
}

.h3-sections.h3--localization {
  font-size: 1.5rem;
  line-height: 2rem;
}

.h3-sections.h3--lancamento {
  background-color: var(--amarelo);
  color: var(--cinza-escuro);
  padding: 8px 16px;
}

.h3-sections.purple {
  color: var(--roxo);
}

.h3-sections.h3--slider--projetistas {
  margin-top: 0;
}

.h3-sections.h3--slider--loc {
  color: var(--roxo);
}

.text-span {
  font-size: 1vw;
}

.superscript {
  font-size: 1.1vw;
}

.hero--border {
  background-color: var(--branco);
  width: 10vw;
  height: .5vw;
}

.border--hero {
  z-index: 1;
  background-color: var(--amarelo);
  width: 4vw;
  height: 100%;
  position: absolute;
  inset: 0% auto auto 0%;
}

.contact {
  padding-bottom: 0;
  position: relative;
}

.contact--pattern {
  background-image: url('../images/pattern-new.svg');
  background-position: 0 0;
  background-repeat: repeat-x;
  background-size: contain;
  width: 100%;
  height: 108px;
}

.contact--container {
  z-index: 2;
  grid-column-gap: 0px;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 48px;
  display: flex;
  position: static;
  inset: auto 0% 3vw;
}

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

.form {
  margin-left: 0;
  position: relative;
}

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

.textarea-field {
  border: 1px solid #664d50;
  width: 100%;
  height: 110px;
  min-height: 110px;
  max-height: 110px;
}

.div-block-69 {
  color: #fff;
  max-width: 570px;
  margin-top: 32px;
  margin-left: auto;
  margin-right: auto;
}

.bt-submit-form-alba.navbar-item {
  background-color: #673334;
  width: 100%;
  height: 54px;
  transition: all .2s;
}

.bt-submit-form-alba.navbar-item:hover {
  background-color: #041c3e;
}

.bt-submit-form-alba.navbar-item.submit-form {
  background-color: var(--roxo);
  color: var(--branco);
  border-radius: 40px;
  font-size: 18px;
  font-weight: 400;
}

.bt-submit-form-alba.navbar-item.submit-form:hover {
  background-color: var(--cinza-medio);
}

.p--infos--form {
  color: var(--cinza-medio);
  margin-bottom: 0;
  font-size: 12px;
  line-height: 15px;
}

.p-technical-details-semibold {
  color: var(--cinza-escuro);
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  display: block;
}

.code-embed-4 {
  display: block;
}

.text-span-20 {
  color: var(--roxo);
  font-size: 18px;
  text-decoration: underline;
}

.form-field {
  color: #3b3c38;
  border: 1px solid #3b3c38;
  width: 100%;
  height: 54px;
  padding: 0 16px;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

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

.h2--sections {
  width: 34%;
  color: var(--roxo);
  margin-top: 30px;
  margin-bottom: 0;
  font-family: acumin-variable, sans-serif;
  font-size: 2rem;
  line-height: 2.5rem;
}

.h2--sections.h2--contact {
  text-align: center;
}

.right {
  background-color: var(--roxo);
  justify-content: flex-end;
  align-items: center;
  padding: 12px 16px;
  display: flex;
}

.selo--his--hmp {
  z-index: 2;
  width: 70px;
  position: static;
  inset: 6% auto auto 7%;
}

.footer {
  border-top: 8px solid var(--amarelo);
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

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

.p--footer {
  color: var(--cinza-medio);
  font-size: .6rem;
  line-height: 1rem;
}

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

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

.trisul--logo {
  width: 140px;
}

.imagem--hero--mobile {
  display: none;
}

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

.mask {
  height: auto;
}

.p-legenda-2 {
  z-index: 3;
  filter: drop-shadow(0 1px 5px #000000b3);
  color: #fff;
  letter-spacing: .5px;
  text-transform: none;
  margin-bottom: 0;
  font-size: 12px;
  font-weight: 400;
  position: absolute;
  inset: auto 24px 24px auto;
}

.imagem-lazer-wrapper {
  width: 100%;
  position: relative;
}

.slider-v1-seta-dir {
  z-index: 2;
  background-color: var(--roxo);
  border-radius: 100px;
  width: 64px;
  height: 64px;
  font-size: 24px;
  right: 6%;
}

.slider-v1-seta-dir.seta-dir-implantacao {
  z-index: 2;
  right: 6%;
}

.slider-v1-seta-dir.seta-dir-plantas {
  right: 6%;
}

.slider-v2-imagens {
  background-color: #fff;
  width: 100%;
  height: auto;
  margin-top: 40px;
  padding-left: 24px;
  padding-right: 24px;
}

.slider-v2-imagens.border-24 {
  z-index: 12;
  background-color: #fff0;
  margin-top: 24px;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
}

.img-slider-lazer {
  border-radius: 0;
  width: 100%;
}

.slide {
  height: auto;
}

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

.slider-v1-seta-esq {
  background-color: var(--roxo);
  border-radius: 100%;
  width: 64px;
  height: 64px;
  margin-left: 6%;
  left: 0;
}

.slider-v1-seta-esq.seta-esq-implantacao {
  margin-left: 0%;
  left: 0%;
}

.slider-v1-seta-esq.seta-esq-plantas {
  margin-left: 0%;
  left: 2%;
}

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

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

.container.container--slider--lazer {
  grid-row-gap: 32px;
  justify-content: center;
  align-items: center;
}

.container.container--implantacao {
  z-index: 12;
  grid-row-gap: 16px;
  background-color: var(--branco);
  margin-top: 0;
  padding-top: 32px;
  padding-bottom: 48px;
  position: relative;
}

.container.container-intro-plantas {
  width: auto;
  max-width: none;
  margin-left: 34px;
  margin-right: auto;
  padding-left: 0;
}

.container.container-intro-lazer {
  padding-top: 0;
}

.container.container-intro-localizacao {
  padding-top: 32px;
  padding-bottom: 32px;
}

.p--global {
  color: var(--cinza-escuro);
  margin-bottom: 0;
  font-size: 1rem;
  line-height: 1.5rem;
}

.p--global.p--lazer {
  width: auto;
  padding-top: 0%;
}

.p--global.white {
  color: var(--branco);
  text-align: center;
}

.p--global.white.center, .p--global.roxo {
  text-align: center;
}

.slider--diferenciais--wrapper {
  background-color: var(--roxo);
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 32px;
  padding-bottom: 32px;
  display: flex;
}

.slider-diferenciais {
  background-color: #ddd0;
  width: 100%;
  max-width: 1200px;
  height: auto;
}

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

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

.slide--lazer--container {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: space-around;
  align-items: flex-start;
  width: 100%;
  padding-bottom: 10px;
  padding-left: 88px;
  padding-right: 88px;
  display: flex;
}

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

.slider--lazer--icon--wrapper {
  background-color: var(--branco);
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  display: flex;
}

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

.logos--hero {
  z-index: 2;
  grid-column-gap: 16px;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 4%;
  left: 7%;
  right: auto;
}

.logo--mcmv--wrapper {
  background-color: var(--branco);
  border-radius: 15px;
  padding: 12px;
}

.logo--mcmv {
  width: 70px;
}

.slider-implantacao {
  background-color: #fff;
  width: 100%;
  height: auto;
  margin-top: 40px;
  padding-left: 24px;
  padding-right: 24px;
}

.slider-implantacao.border-24 {
  z-index: 0;
  background-color: #fff0;
  margin-top: 24px;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
}

.imagem-implantacao-wrapper {
  background-color: var(--branco);
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.implantacao-esq {
  grid-row-gap: 24px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 20%;
  display: flex;
}

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

.span--lista {
  color: var(--amarelo);
  font-weight: 700;
}

.lightbox--link, .lightbox--img {
  width: 100%;
}

.div-expndir-decorado {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  border: 1px solid var(--roxo);
  background-color: #fff;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 43px;
  display: flex;
  position: absolute;
  inset: 16px 16px auto auto;
}

.text-expandir {
  color: var(--roxo);
  font-size: 13px;
  font-weight: 700;
  line-height: 18px;
}

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

.cta--default {
  grid-column-gap: 8px;
  grid-row-gap: 24px;
  background-color: var(--amarelo);
  width: 280px;
  height: 48px;
  color: var(--roxo);
  text-align: left;
  cursor: pointer;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  text-decoration: none;
  display: flex;
}

.cta--default:hover {
  background-color: #fff;
  border: 1px solid #ffc72c;
}

.cta--default.cta--hero {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.image-147 {
  color: #141954;
  width: 14px;
  height: 14px;
}

.paragraph-74 {
  color: var(--cinza-escuro);
  letter-spacing: .3px;
  text-transform: uppercase;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 800;
  line-height: 22px;
  text-decoration: none;
}

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

.plantas--intro {
  background-color: var(--cinza-claro);
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

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

.plantas--img--intro {
  aspect-ratio: auto;
  object-fit: cover;
  width: 100%;
}

.slider--plantas {
  background-color: #fff;
  width: 100%;
  height: auto;
  margin-top: 40px;
  padding-left: 24px;
  padding-right: 24px;
}

.slider--plantas.border-24 {
  z-index: 12;
  background-color: var(--branco);
  margin-top: 0;
  padding-top: 24px;
  padding-left: 0;
  padding-right: 0;
}

.plantas-esq {
  grid-row-gap: 8px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 30%;
  display: flex;
}

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

.h3--plantas {
  color: var(--roxo);
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 400;
}

.text-span-21 {
  font-size: 32px;
  font-weight: 700;
}

.p--plantas {
  color: var(--roxo);
  text-transform: uppercase;
  margin-bottom: 0;
  font-size: 1.1rem;
  line-height: 1.8rem;
}

.slider-diferenciais-mobile {
  background-color: #ddd0;
  width: 100%;
  max-width: 1200px;
  height: auto;
  display: none;
}

.slide--lazer-wrapper-mobile {
  width: 100%;
}

.slide--lazer--container--mobile {
  justify-content: space-around;
  align-items: flex-start;
  width: 100%;
  padding-left: 88px;
  padding-right: 88px;
  display: flex;
}

.slider-bullet-lazer, .slide-bullet-plantas {
  display: none;
}

.border--lazer {
  z-index: 0;
  background-color: var(--amarelo);
  width: 4vw;
  height: 100%;
  position: absolute;
  inset: 0% 0 auto auto;
}

.localizacao {
  width: 100%;
  margin-top: 48px;
  margin-bottom: 0;
}

.img-localizacao-intro {
  width: 100%;
}

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

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

.h3--localizacao {
  color: var(--roxo);
  margin-top: 0;
  margin-bottom: 0;
}

.cta-localizacao {
  grid-column-gap: 8px;
  grid-row-gap: 24px;
  background-color: var(--amarelo);
  width: 280px;
  height: 48px;
  color: var(--roxo);
  text-align: left;
  cursor: pointer;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  margin-top: 24px;
  margin-left: auto;
  margin-right: auto;
  text-decoration: none;
  display: flex;
}

.cta-localizacao:hover {
  background-color: #fff;
  border: 1px solid #ffc72c;
}

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

.brand {
  width: auto;
}

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

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

.nav-item {
  color: var(--roxo);
  justify-content: center;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  font-size: 1.1rem;
  font-weight: 600;
  display: flex;
}

.conversion-bar {
  z-index: 100;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  object-fit: fill;
  background-color: #ffcb31;
  border-top-left-radius: 20px;
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-end;
  width: 56px;
  height: 235px;
  display: flex;
  position: fixed;
  top: 37%;
  right: 8px;
  transform: translateY(-50%);
}

.paragraph-80 {
  white-space: nowrap;
  margin-bottom: 0;
  margin-left: 20px;
  font-size: 17px;
  font-weight: 700;
  display: block;
}

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

.image-164 {
  width: 17px;
}

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

.conversion-bar-item.bar-whatsapp {
  background-color: #25d366;
}

.image-162, .image-163 {
  width: 30px;
}

.heading-34 {
  color: #141954;
  letter-spacing: .3px;
  border-bottom: 1px solid #fff;
  width: 270px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 35px;
  font-weight: 800;
  line-height: 44px;
}

.form-input-7 {
  color: #11331b;
  border: 1px solid #3a3e3f;
  border-radius: 10px;
  width: 100%;
  height: 58px;
  margin-bottom: 0;
  font-size: 16px;
}

.submit-form-3 {
  color: #11331b;
  -webkit-text-fill-color: inherit;
  background-color: #ffc72c;
  background-clip: border-box;
  border: 1px solid #11331b;
  border-radius: 100px;
  width: 100%;
  height: 54px;
  font-size: 16px;
  font-weight: 600;
  line-height: 22px;
  transition: all .2s;
}

.submit-form-3:hover {
  color: #231f20;
  background-color: #8c9baa;
  border: 1px solid #231f20;
}

.submit-form-3.submit-form {
  color: #141954;
  text-transform: uppercase;
  padding-top: 0;
  padding-bottom: 0;
  font-weight: 800;
  display: block;
  position: static;
}

.div-block-58 {
  width: 100%;
  max-width: 588px;
}

.contact-2 {
  flex-flow: column;
  max-width: 570px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.modal {
  z-index: 1001;
  background-color: #fff;
  justify-content: space-between;
  align-items: center;
  width: 100vw;
  height: 100%;
  padding-top: 16px;
  padding-bottom: 16px;
  font-weight: 300;
  display: none;
  position: fixed;
  inset: 0%;
  overflow: scroll;
}

.formcontato-8 {
  margin-top: 16px;
}

.mato-modal-base {
  width: 255px;
  height: 125px;
  display: block;
  position: absolute;
  inset: auto auto -25px 193px;
}

.btn-fechar-modal {
  cursor: pointer;
  border: 1px solid #141954;
  justify-content: center;
  align-items: center;
  width: 44px;
  height: 44px;
  margin-top: 0;
  display: flex;
  position: absolute;
  inset: 2% 2% auto auto;
}

.btn-fechar-modal:hover {
  background-color: #e6e5e6;
  border-style: none;
  width: 44px;
  height: 44px;
}

.text-block-45 {
  text-align: center;
  object-fit: fill;
  flex-flow: row;
  width: 500px;
  display: flex;
  position: static;
}

.p-select {
  color: #3a3e3f;
  height: auto;
  min-height: auto;
  max-height: none;
  font-weight: 400;
  display: block;
}

.p-select.p-form {
  color: #11331b;
  border: 1px solid #3a3e3f;
  border-radius: 10px;
  min-height: 110px;
  font-size: 16px;
}

.logo-modal {
  width: 186px;
  height: auto;
  margin-bottom: 32px;
}

.mato-esquina-modal {
  position: absolute;
  inset: 0% auto auto 0%;
}

.modal-direita {
  color: #000;
  width: 384px;
}

.form-select-2 {
  color: #3a3e3f;
  cursor: pointer;
  background-color: #e6e5e6;
  border: 1px #000;
  border-radius: 10px;
  width: 100%;
  height: 58px;
  margin-bottom: 0;
  padding-bottom: 8px;
  padding-left: 16px;
  padding-right: 16px;
  display: block;
}

.container-7 {
  max-width: 588px;
}

.div-submit, .form-content.form {
  position: relative;
}

.mato-esquina-modal-mob {
  display: none;
}

.p {
  color: #231f20;
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 150%;
}

.p.p-form {
  color: #3a3e3f;
  letter-spacing: .3px;
  text-transform: none;
  margin-top: 10px;
  margin-bottom: 0;
  font-weight: 400;
  line-height: 28px;
}

.img-x-fechar {
  width: 15px;
  height: 15px;
  font-weight: 100;
}

.image-158 {
  position: absolute;
  inset: auto auto 19px 232px;
}

.container-modal {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1100px;
  margin-top: 50px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
  overflow: visible;
}

.modal--contato {
  z-index: 1001;
  background-color: #fff;
  justify-content: space-between;
  align-items: center;
  width: 100vw;
  height: 100%;
  padding-top: 16px;
  padding-bottom: 16px;
  font-weight: 300;
  display: none;
  position: fixed;
  inset: 0%;
  overflow: scroll;
}

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

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

.container-2.container--slider--lazer {
  grid-row-gap: 32px;
  justify-content: center;
  align-items: center;
}

.container-2.container--implantacao {
  z-index: 12;
  grid-row-gap: 16px;
  background-color: var(--branco);
  margin-top: 0;
  padding-top: 32px;
  padding-bottom: 48px;
  position: relative;
}

.container-2.container-intro-plantas {
  width: auto;
  max-width: none;
}

.container-2.container-intro-lazer {
  padding-top: 0;
}

.container-2.container-intro-localizacao {
  padding-top: 32px;
  padding-bottom: 32px;
}

.text-span-22 {
  font-size: 1.3rem;
  font-weight: 700;
}

.div-block-70 {
  background-color: var(--roxo);
  width: 400px;
  height: 1px;
}

.slider--sobre--wrapper-copy {
  background-color: var(--amarelo);
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 32px;
  padding-bottom: 32px;
  display: flex;
}

.p--global-2 {
  width: 450px;
  color: var(--cinza-escuro);
  margin-bottom: 0;
  font-size: 1rem;
  line-height: 1.5rem;
}

.p--global-2.p--lazer {
  width: auto;
  padding-top: 0%;
}

.p--global-2.white {
  color: var(--branco);
}

.p--global-2.white.center {
  text-align: center;
}

.h2--sections-2 {
  width: 20%;
  color: var(--roxo);
  margin-top: 0;
  margin-bottom: 0;
  font-family: acumin-variable, sans-serif;
  font-size: 2rem;
  line-height: 2.5rem;
}

.h2--sections-2.h2--contact {
  text-align: center;
}

.h2--sections-3 {
  width: 34%;
  color: var(--roxo);
  margin-top: 10px;
  margin-bottom: 0;
  font-family: acumin-variable, sans-serif;
  font-size: 2rem;
  line-height: 2.5rem;
}

.h2--sections-3.h2--contact {
  text-align: center;
}

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

.text-span-23 {
  font-weight: 700;
}

.div-block-71 {
  background-color: #fff;
  width: 90%;
  height: 1px;
  margin-top: 5px;
  margin-bottom: 5px;
}

.h2--sections-lazer {
  width: 34%;
  color: var(--roxo);
  margin-top: 30px;
  margin-bottom: 0;
  font-family: acumin-variable, sans-serif;
  font-size: 2rem;
  line-height: 2.5rem;
}

.h2--sections-lazer.h2--contact {
  text-align: center;
}

.slider--localizacao-wrapper {
  background-color: var(--amarelo);
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 30px;
  padding-top: 32px;
  padding-bottom: 32px;
  display: flex;
}

.p--global-3 {
  color: var(--cinza-escuro);
  margin-bottom: 0;
  font-size: 1rem;
  line-height: 1.5rem;
}

.p--global-3.p--lazer {
  width: auto;
  padding-top: 0%;
}

.p--global-3.white {
  color: var(--branco);
  text-align: center;
}

.p--global-3.white.center {
  text-align: center;
}

.div-block-72 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.image-165 {
  width: 15px;
}

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

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

.image-166 {
  width: 21px;
}

.image-167 {
  width: 35px;
}

.slide--regiao {
  width: 100%;
}

.heading-22 {
  color: #141954;
  text-align: center;
  letter-spacing: .3px;
  width: 678px;
  font-size: 35px;
  font-weight: 800;
  line-height: 45px;
}

.image-98 {
  object-fit: cover;
  border-radius: 15px;
  width: 302px;
  height: 309px;
}

.bold-text-17 {
  color: #ffcb31;
}

.text-block-22 {
  letter-spacing: .3px;
  text-transform: uppercase;
  font-weight: 800;
}

.item-6 {
  grid-column-gap: 21px;
  grid-row-gap: 21px;
  align-items: center;
  margin-top: 21px;
  display: flex;
}

.left-arrow-7 {
  clip-path: polygon(100% 0, 100% 100%, 37% 100%, 0 51%, 0 0);
  background-color: #3a3e3f;
  justify-content: center;
  align-items: center;
  width: 56px;
  height: 56px;
  display: flex;
  top: -225px;
}

.logo-empreendimento {
  border-radius: 100px;
  width: 79px;
  height: 79px;
  position: absolute;
  top: 255px;
}

.slider-10 {
  display: none;
}

.mask-5 {
  height: auto;
}

.card-empreendimento {
  border-radius: 15px;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  width: 302px;
  height: 502px;
  margin-top: 50px;
  display: flex;
  position: relative;
  box-shadow: 0 2px 5px #0003;
}

.div-empreendimentos-trisul {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: 74px;
  display: flex;
}

.div-items-slide-8 {
  justify-content: space-around;
  align-items: center;
  height: 100%;
  display: flex;
}

.div-block-29 {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  border: 1px #e9e9e9;
  border-bottom-style: solid;
  justify-content: center;
  align-items: center;
  margin-bottom: 10px;
  padding-bottom: 10px;
  display: flex;
}

.div-infos-card {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 18px;
  display: flex;
}

.image-100 {
  width: 127px;
}

.section-elev {
  background-color: #0000;
  padding: 50px 100px 60px;
  position: relative;
}

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

.image-101 {
  width: 98px;
  height: 108px;
}

.logo-elev {
  position: absolute;
  inset: 0% auto auto 0%;
}

.slider-9 {
  display: none;
}

.image-99 {
  background-color: #0000;
  border-radius: 0;
  padding: 0;
}

.slider-8 {
  background-color: #0000;
  height: 370px;
  display: flex;
}

.item-5 {
  grid-column-gap: 21px;
  grid-row-gap: 21px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 316px;
  height: 100%;
  margin-top: 21px;
  display: flex;
}

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

.item-title {
  color: #3a3e3f;
  letter-spacing: .3px;
  font-size: 17px;
  font-weight: 800;
}

.slide-38 {
  height: 100%;
}

.heading-21 {
  color: #141954;
  margin-bottom: 50px;
  font-size: 35px;
  font-weight: 800;
}

.right-arrow-7 {
  clip-path: polygon(100% 0, 100% 49%, 64% 100%, 0 100%, 0 0);
  background-color: #3a3e3f;
  justify-content: center;
  align-items: center;
  width: 56px;
  height: 56px;
  display: flex;
  top: -225px;
}

.div-block-30 {
  background-color: #0c2340;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 36px;
  height: 36px;
  padding-top: 0;
  display: flex;
}

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

.text-block-20 {
  color: #141954;
  letter-spacing: .3px;
  font-weight: 400;
}

.link-block-6 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  cursor: pointer;
  background-color: #ffcb31;
  border-radius: 17px;
  justify-content: center;
  align-items: center;
  width: 234px;
  height: 42px;
  text-decoration: none;
  display: flex;
}

.link-block-6:hover {
  background-color: #fff;
  border: 1px solid #ffcb31;
}

.image-106 {
  display: none;
}

.text-item-6 {
  color: #142523;
  font-weight: 300;
  line-height: 21px;
}

.text-block-21 {
  color: #141954;
  letter-spacing: .3px;
  text-transform: uppercase;
  margin-bottom: 13px;
  font-weight: 800;
}

.text-item-5 {
  color: #3a3e3f;
  text-align: center;
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
}

.cards {
  grid-column-gap: 46px;
  grid-row-gap: 46px;
  justify-content: center;
  align-items: center;
  display: flex;
}

@media screen and (min-width: 1440px) {
  .h3-sections.h3--slider--diferenciais {
    color: var(--branco);
  }

  .h3-sections.h3--slider--loc {
    color: var(--roxo);
  }

  .bt-submit-form-alba {
    width: 100%;
    height: 54px;
  }

  .bt-submit-form-alba.navbar-item {
    background-color: #664d50;
    transition: all .2s;
  }

  .bt-submit-form-alba.navbar-item:hover {
    background-color: #041c3e;
  }

  .lazer {
    justify-content: center;
    align-items: center;
  }

  .p--global.roxo {
    color: var(--roxo);
  }

  .slide--lazer--container {
    color: #97989c;
  }

  .slider-lazer--item {
    grid-row-gap: 20px;
  }

  .slider--plantas.border-24 {
    max-width: var(--container);
    margin-left: auto;
    margin-right: auto;
  }

  .localizacao {
    margin-bottom: 0;
  }

  .google-maps-wrapper {
    margin-bottom: 30px;
  }

  .h2--sections-lazer {
    width: 100%;
  }

  .slider--localizacao-wrapper {
    background-color: var(--amarelo);
  }

  .p--global-3 {
    color: var(--roxo);
    text-align: center;
  }

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

  .image-165 {
    width: 15px;
  }

  .slider-lazer--item-copy {
    grid-row-gap: 20px;
  }

  .slider-compras {
    grid-row-gap: 10px;
  }

  .image-166, .image-167 {
    width: 15px;
  }
}

@media screen and (min-width: 1920px) {
  .section-elev {
    max-width: 1366px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
  }

  .logo-elev {
    inset: 0% auto auto 0%;
  }
}

@media screen and (max-width: 479px) {
  .hero {
    z-index: 12;
    height: auto;
    position: relative;
  }

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

  .imagem--hero, .hero--overlay {
    display: none;
  }

  .content--container {
    position: static;
  }

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

  .left {
    grid-row-gap: 16px;
  }

  .h2 {
    color: var(--roxo);
    font-size: 10vw;
    line-height: 10vw;
  }

  .h3-sections {
    color: var(--roxo);
    font-size: 6vw;
    line-height: 5vw;
  }

  .h3-sections.h3--localization {
    color: var(--branco);
    font-size: 4.2vw;
  }

  .h3-sections.purple {
    line-height: 7vw;
  }

  .h3-sections.h3--slider--diferenciais, .h3-sections.h3--slider--diferenciais-copy, .h3-sections.h3--slider--projetistas, .h3-sections.h3--slider--loc {
    color: var(--branco);
    text-align: center;
    line-height: 7vw;
  }

  .text-span {
    color: var(--roxo);
    font-size: 1rem;
    line-height: 1rem;
  }

  .superscript {
    color: var(--roxo);
    font-size: .8rem;
    line-height: .8rem;
  }

  .hero--border {
    background-color: var(--roxo);
    width: 40vw;
    height: 2vw;
  }

  .border--hero {
    width: 3vw;
  }

  .contact {
    overflow: hidden;
  }

  .contact--pattern {
    background-size: cover;
  }

  .contact--container {
    margin-top: 32px;
  }

  .contact--wrapper {
    padding-left: 32px;
    padding-right: 16px;
  }

  .form {
    margin-left: 0;
  }

  .p--infos--form {
    color: #3a1423;
    line-height: 20px;
  }

  .h2--sections {
    width: 90%;
    margin-top: 0;
    font-size: 1.5rem;
    line-height: 2rem;
  }

  .selo--his--hmp {
    width: 60px;
    top: 3%;
    left: auto;
    right: 4%;
  }

  .footer {
    border-top-width: 8px;
  }

  .footer-container {
    grid-row-gap: 24px;
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    padding: 32px 16px 80px;
  }

  .p--trisul {
    font-size: 3vw;
  }

  .trisul--logo {
    width: 140px;
  }

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

  .icon-3 {
    font-size: 32px;
  }

  .mask {
    padding-bottom: 0;
  }

  .p-legenda-2 {
    z-index: 4;
    font-size: 11px;
    line-height: 18px;
    bottom: 8px;
    right: 16px;
  }

  .slider-v1-seta-dir {
    width: 48px;
    height: 48px;
    margin-right: 2%;
    right: 0;
  }

  .slider-v1-seta-dir.seta-dir-implantacao, .slider-v1-seta-dir.seta-dir-plantas {
    display: none;
  }

  .slider-v2-imagens {
    margin-top: 16px;
  }

  .slider-v2-imagens.border-24 {
    margin-top: 0;
  }

  .icon-4 {
    font-size: 32px;
  }

  .img-slider-lazer {
    max-width: none;
  }

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

  .slider-v1-seta-esq {
    width: 48px;
    height: 48px;
    margin-left: 2%;
    left: 0;
  }

  .slider-v1-seta-esq.seta-esq-implantacao, .slider-v1-seta-esq.seta-esq-plantas {
    display: none;
  }

  .lazer {
    margin-bottom: 0;
  }

  .container.container--slider--lazer {
    padding-left: 17px;
    padding-right: 17px;
  }

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

  .container.container-intro-plantas {
    width: 100%;
    margin-right: 0;
    padding: 0 16px 32px;
  }

  .container.container-intro-lazer, .container.container-intro-localizacao {
    padding: 32px 16px 24px;
  }

  .p--global.p--lazer {
    width: auto;
  }

  .p--global.roxo {
    text-align: center;
    width: auto;
  }

  .slider-diferenciais {
    display: none;
  }

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

  .slide--lazer--container {
    grid-row-gap: 16px;
    flex-flow: column;
    justify-content: space-around;
    align-items: center;
    padding-left: 0;
    padding-right: 0;
  }

  .logos--hero {
    grid-column-gap: 8px;
    top: 2%;
    left: auto;
    right: 2%;
  }

  .logo--mcmv {
    width: 60px;
  }

  .slider-implantacao {
    margin-top: 16px;
  }

  .slider-implantacao.border-24 {
    margin-top: 0;
    margin-bottom: 24px;
    padding-bottom: 56px;
  }

  .imagem-implantacao-wrapper {
    flex-flow: column-reverse;
  }

  .implantacao-esq, .implantacao-dir {
    width: 100%;
  }

  .div-expndir-decorado {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    background-color: #fff;
    border: 1px solid #3a3e3f;
    border-radius: 10px;
    justify-content: center;
    align-items: center;
    width: 100px;
    height: 43px;
    text-decoration: none;
    display: flex;
    position: absolute;
    inset: 10px 8px auto auto;
  }

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

  .plantas--intro {
    flex-flow: column;
  }

  .plantas--intro--esq {
    width: 100%;
  }

  .slider--plantas {
    margin-top: 16px;
  }

  .slider--plantas.border-24 {
    margin-top: 0;
    margin-bottom: 24px;
    padding-bottom: 24px;
  }

  .plantas-esq {
    width: 100%;
    padding: 24px 16px;
  }

  .plantas-dir {
    width: 100%;
  }

  .h3--plantas {
    font-size: 20px;
  }

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

  .icon-6 {
    margin-right: 0;
  }

  .slider-diferenciais-mobile {
    padding-bottom: 56px;
    display: flex;
  }

  .slide--lazer--container--mobile {
    grid-column-gap: 24px;
    grid-row-gap: 0px;
    flex-flow: row;
    justify-content: space-around;
    align-items: flex-start;
    padding-left: 0;
    padding-right: 0;
  }

  .right-arrow-10, .left-arrow-13, .slider-bullet-lazer {
    display: none;
  }

  .slide-bullet-plantas {
    display: block;
  }

  .border--lazer {
    width: 3vw;
  }

  .img-localizacao-intro {
    width: 1370px;
    max-width: none;
    margin-left: 0%;
    display: none;
  }

  .scroll-wrapper {
    overflow: hidden;
  }

  .nav-logo {
    width: 140px;
  }

  .brand.w--current {
    width: 100%;
    padding-left: 0;
  }

  .nav-container {
    width: 100%;
    padding: 8px 16px;
  }

  .nav-links {
    background-color: var(--roxo);
    padding-top: 8px;
    padding-bottom: 8px;
  }

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

  .conversion-bar {
    z-index: 14;
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    background-color: #ffcb31;
    flex-flow: row;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 56px;
    padding-top: 6px;
    padding-bottom: 4px;
    top: auto;
    bottom: 0;
    right: 0;
    transform: translateY(0%);
  }

  .paragraph-80 {
    display: none;
  }

  .heading-34 {
    text-align: center;
    font-size: 34px;
    font-weight: 800;
  }

  .form-input-7 {
    font-size: 14px;
  }

  .div-block-58 {
    padding-top: 16px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .contact-2 {
    width: 100%;
  }

  .modal {
    z-index: 1002;
    display: none;
    overflow: scroll;
  }

  .formcontato-8 {
    margin-top: 16px;
  }

  .mato-modal-base {
    display: none;
  }

  .btn-fechar-modal {
    z-index: 2;
    right: 20px;
  }

  .p-select.p-form {
    font-size: 14px;
  }

  .logo-modal {
    width: 115px;
    height: 115px;
    margin-bottom: 0;
  }

  .mato-esquina-modal {
    display: none;
  }

  .modal-direita {
    z-index: 1;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding-top: 0;
    padding-left: 16px;
    padding-right: 16px;
    display: flex;
    position: relative;
  }

  .container-7 {
    padding: 16px;
    overflow: visible;
  }

  .div-submit {
    margin-top: 22px;
  }

  .mato-esquina-modal-mob {
    display: inline-block;
    position: absolute;
    inset: 0% auto auto 0%;
  }

  .p.p-form {
    font-size: 14px;
  }

  .image-158 {
    left: 105px;
  }

  .container-modal {
    flex-flow: column;
    margin-top: 0;
  }

  .modal--contato {
    z-index: 1002;
    display: none;
    overflow: scroll;
  }

  .menu-button {
    margin-right: 10px;
  }

  .menu-button.w--open {
    background-color: var(--roxo);
    margin-right: 0;
  }

  .img-localizacao-intro-mobile {
    width: 100%;
    max-width: none;
    margin-left: 0%;
    display: block;
  }

  .container-2 {
    grid-column-gap: 40px;
    flex-flow: column;
  }

  .container-2.container--slider--lazer {
    padding-left: 17px;
    padding-right: 17px;
  }

  .container-2.container--implantacao {
    padding-bottom: 48px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .container-2.container-intro-plantas {
    width: 100%;
    padding: 32px 16px;
  }

  .container-2.container-intro-lazer, .container-2.container-intro-localizacao {
    padding: 32px 16px 24px;
  }

  .div-block-70, .p--global-2 {
    width: 100%;
  }

  .p--global-2.p--lazer {
    width: auto;
  }

  .h2--sections-2 {
    width: 100%;
    font-size: 1.5rem;
    line-height: 2rem;
  }

  .h2--sections-3 {
    width: 90%;
    font-size: 1.5rem;
    line-height: 2rem;
  }

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

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

  .p--global-3.p--lazer {
    width: auto;
  }

  .heading-22 {
    text-align: left;
    width: 100%;
    font-size: 31px;
    line-height: 41px;
  }

  .div-items-slide-9 {
    height: 100%;
    margin-bottom: 0;
  }

  .item-6 {
    flex-flow: column;
    height: 100%;
    margin-bottom: 0;
  }

  .left-arrow-7, .left-arrow-9 {
    display: none;
  }

  .slider-10 {
    cursor: pointer;
    width: 100%;
    height: 620px;
    display: block;
  }

  .slide-41 {
    background-color: #fff;
  }

  .div-empreendimentos-trisul {
    margin-top: 32px;
  }

  .div-items-slide-8 {
    margin-bottom: 0;
  }

  .mask-6 {
    height: 100%;
  }

  .slide-nav-8 {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0;
  }

  .section-elev {
    padding: 28px 20px 30px;
  }

  .logo-elev, .left-arrow-8 {
    display: none;
  }

  .slider-9 {
    cursor: pointer;
    width: 100%;
    height: 405px;
    display: block;
  }

  .slide-39 {
    background-color: #fff;
  }

  .title-item-mob {
    color: #3a3e3f;
    letter-spacing: .3px;
    font-size: 17px;
    font-weight: 800;
  }

  .slider-8 {
    cursor: pointer;
    width: 100%;
    display: none;
  }

  .slide-40 {
    background-color: #fff;
    width: 100%;
    height: 100%;
  }

  .slide-43 {
    background-color: #fff;
  }

  .item-5 {
    margin-bottom: 0;
  }

  .slide-38 {
    background-color: #fff;
  }

  .right-arrow-7 {
    display: none;
  }

  .slide-42 {
    background-color: #fff;
  }

  .div-items-slide-10 {
    justify-content: center;
    align-items: center;
    margin-bottom: 0;
    display: flex;
  }

  .text-item-6 {
    color: #3a3e3f;
    text-align: center;
    letter-spacing: .3px;
    font-size: 14px;
    font-weight: 400;
  }

  .cards {
    display: none;
  }
}


