:root {
  --branco: white;
  --amarelo-claro: #fd0;
  --amarelo-escuro: #f9b000;
}

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

.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 {
  color: var(--branco);
  background-image: radial-gradient(circle, #609545, #317041 50%, #317041);
  font-family: museo-slab, sans-serif;
}

.hero {
  grid-column-gap: 0px;
  grid-row-gap: 48px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: auto;
  min-height: 70vh;
  padding: 20px 40px 40px;
  display: flex;
  position: relative;
}

.hero--intro {
  grid-column-gap: 0vw;
  grid-row-gap: 0px;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  width: 95%;
  margin-top: 50px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.hero--form {
  grid-row-gap: 0px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 35%;
  display: flex;
}

.right--infos {
  grid-row-gap: 4vh;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: auto;
  display: flex;
}

.p--destaque {
  text-align: right;
  margin-bottom: 0;
  font-size: 1.5vw;
  line-height: 1.7vw;
}

.hero--h2--wrapper {
  grid-column-gap: 0px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.h2 {
  color: var(--amarelo-claro);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 5vw;
  line-height: 4vw;
}

.h2--pequeno {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2.5vw;
  font-weight: 300;
  line-height: 2.5vw;
}

.h2--dorms {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  font-size: 3.5vw;
  line-height: 3.5vw;
}

.h3--sub {
  text-align: center;
  text-transform: uppercase;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.2vw;
  line-height: 1.6vw;
  display: flex;
}

.h3--sub.texto--preco {
  text-align: left;
  font-size: 1.4vw;
}

.form-block {
  width: 100%;
  max-width: 600px;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
}

.p--form {
  text-align: center;
  margin-bottom: 0;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.6rem;
}

.input-form {
  color: #323620;
  background-color: #fff0;
  border: 1px #000;
  border-bottom: 2px solid #80776c;
  width: 100%;
  height: 32px;
  padding-left: 0;
}

.input-form.input-form-telefone-v2, .input-form.input-form-nome-v2, .input-form.input-form-email-v2 {
  color: #fff;
  border-bottom-color: #fdfbea;
}

.formcontato {
  width: auto;
  max-width: none;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
}

.p-label-form {
  color: #fdfbea;
  margin-top: 24px;
  margin-bottom: 5px;
  font-size: 1rem;
  font-weight: 500;
}

.submit-bt-fom {
  color: #323620;
  letter-spacing: 0;
  text-transform: uppercase;
  background-color: #c9da2b;
  border-radius: 100px;
  width: 100%;
  height: 54px;
  margin-top: 16px;
  font-size: 18px;
  font-weight: 600;
  line-height: 26px;
  transition: all .3s;
}

.submit-bt-fom:hover {
  color: #fff;
  background-color: #323620;
}

.submit-bt-fom.submit-bt-fom-v1 {
  background-color: var(--amarelo-claro);
  color: #223122;
  -webkit-text-stroke-color: var(--amarelo-claro);
  border-radius: 100rem;
  font-size: 1.2rem;
  font-weight: 800;
}

.submit-bt-fom.submit-bt-fom-v1:hover {
  background-color: var(--branco);
  color: #223122;
  border-radius: 100rem;
}

.submit-bt-fom.submit-bt-fom-v1 {
  color: #223122;
  -webkit-text-stroke-color: #fd0;
  background-color: #fd0;
  border-radius: 100rem;
  font-size: 1.2rem;
  font-weight: 800;
}

.submit-bt-fom.submit-bt-fom-v1:hover {
  color: #223122;
  background-color: #fff;
  border-radius: 100rem;
}

.footer {
  grid-row-gap: 24px;
  background-color: var(--branco);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 24px;
  display: flex;
}

.logo--caixa {
  width: 120px;
}

.liber--logo {
  width: 18vw;
  margin-top: 8px;
}

.span--amarelo {
  color: var(--amarelo-claro);
}

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

.p--destaque--1 {
  text-align: center;
  margin-bottom: 0;
  font-size: 1.2vw;
  line-height: 1.4vw;
}

.p--destaque--1.span--amarelo {
  color: var(--amarelo-escuro);
  font-size: 1vw;
  font-weight: 500;
  line-height: 1.1vw;
}

.logo--wrapper {
  grid-row-gap: 8px;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  display: flex;
  position: relative;
}

.p--logo {
  background-color: var(--amarelo-claro);
  color: #072315;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  border-top-left-radius: 24px;
  border-bottom-right-radius: 24px;
  margin-bottom: 0;
  padding: 24px 32px;
  font-size: 1vw;
  line-height: 1vw;
  position: static;
  inset: 2% 7% auto auto;
}

.hero--h2--line--one {
  grid-column-gap: 4px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.hero--img--wrapper {
  display: flex;
  position: relative;
}

.familia--img {
  width: 14vw;
  position: absolute;
  inset: auto 0% 0% auto;
}

.passaro {
  z-index: 1;
  width: 8vw;
  position: absolute;
  inset: 0% -16% auto auto;
}

.h3--sub--wrapper {
  grid-row-gap: 4px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.heading {
  color: var(--amarelo-escuro);
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3vw;
  line-height: 3vw;
}

.logo--mcmv {
  z-index: 1;
  width: 11vw;
  position: static;
  inset: 3% 3% auto auto;
}

.blink-btn {
  color: var(--branco);
  text-transform: uppercase;
  background-color: #f9b000;
  border-radius: 100px;
  margin-top: 0;
  margin-left: 0;
  margin-right: auto;
  padding: 1vw 1.5vw;
  font-size: 1.1vw;
  line-height: 1.3px;
  text-decoration: none;
  position: relative;
}

.text-block-2 {
  color: #223122;
  text-align: center;
  font-size: 15px;
  line-height: 1.5vw;
}

.logo-mcmv-mobile {
  display: none;
}

.cta--whatsapp {
  z-index: 30;
  border-radius: 100rem;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  display: flex;
  position: fixed;
  inset: auto 2% 2% auto;
}

.image-2 {
  width: 2vw;
}

.bt-texto-legal-footer-v2 {
  color: #101010;
  border: 1px solid #000;
  border-radius: 100rem;
  padding: 12px 24px;
  text-decoration: none;
}

.p--link--footer {
  color: #101010;
  font-size: .8rem;
  line-height: 1.2rem;
}

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

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

.modal-tl-wrapper {
  box-sizing: border-box;
  grid-row-gap: 16px;
  object-fit: fill;
  background-color: #fff;
  border-radius: 8px;
  flex-flow: column;
  width: 100%;
  max-width: 1200px;
  max-height: 600px;
  margin-left: auto;
  margin-right: auto;
  padding: 24px;
  display: flex;
  overflow: scroll;
}

.p-regular {
  color: #202020;
  margin-bottom: 0;
  margin-left: 0;
  font-size: .7rem;
  font-weight: 500;
  line-height: 1rem;
}

.heading-2 {
  color: #101010;
  margin-top: 0;
  margin-bottom: 0;
}

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

.p-form.p {
  color: #5f6464;
}

.input-text-form {
  height: 110px;
  min-height: 110px;
  max-height: 110px;
}

.input-text-form.p-form {
  color: #11331b;
  border: 1px solid #231f20;
  margin-bottom: 16px;
  font-size: 16px;
}

.modal {
  z-index: 1001;
  background-color: #fff;
  background-image: radial-gradient(circle, #609545, #317041 50%, #317041);
  justify-content: space-between;
  align-items: flex-start;
  width: 100vw;
  height: 100%;
  padding-top: 16px;
  padding-bottom: 16px;
  display: none;
  position: fixed;
  inset: 0%;
}

.submit-form-4 {
  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-4:hover {
  color: #231f20;
  background-color: #8c9baa;
  border: 1px solid #231f20;
}

.submit-form-4.submit-form {
  color: #fff;
  background-color: #cdcc51;
  border-style: none;
  border-radius: 0;
  padding-top: 0;
  padding-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 26px;
  position: relative;
}

.div-block-21 {
  width: 450px;
}

.paragraph-64 {
  color: #fff;
  border-top: 1px #5f6464;
  margin-top: 32px;
  margin-bottom: 0;
  padding-top: 0;
  font-family: Open Sans, sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 38px;
}

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

.button-8 {
  color: #cdcc51;
  background-color: #0000;
  border: 1px solid #cdcc51;
  border-radius: 0;
  padding: 17px;
  font-size: 25px;
  font-weight: 400;
  position: absolute;
  top: 20px;
  right: 20px;
}

.container-2 {
  width: 100%;
  max-width: 570px;
}

.form-input-2 {
  color: #11331b;
  border: 1px solid #231f20;
  width: 100%;
  height: 58px;
  font-size: 16px;
}

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

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

.div-block-20 {
  width: 100%;
  max-width: 570px;
}

.image-83 {
  z-index: -1;
  max-width: 614px;
  position: absolute;
  top: 0;
  left: 0;
}

.form-content.form {
  position: relative;
}

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

.p.p-form {
  color: #fff;
  margin-top: 16px;
  margin-bottom: 2px;
  font-family: Open Sans, sans-serif;
  font-weight: 400;
  line-height: 24px;
}

.image-84 {
  width: auto;
}

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

.hero--h2--wrapper--mobile {
  grid-column-gap: 0px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.h3--sub--wrapper--mobile {
  grid-row-gap: 4px;
  border: 1px solid var(--amarelo-escuro);
  background-color: #072315;
  border-radius: 32px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  padding: 24px;
  display: flex;
}

.h3--valor--mobile {
  color: var(--amarelo-escuro);
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3vw;
  line-height: 3vw;
}

.logo--mcmv--wrapper {
  grid-column-gap: 24px;
  justify-content: center;
  align-items: center;
  display: flex;
  position: static;
  top: 2%;
  right: 1%;
}

.his {
  width: 3.5vw;
}

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

.p--footer {
  color: #202020;
  margin-bottom: 0;
  font-size: 12px;
}

.logos--container {
  grid-column-gap: 56px;
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.logo {
  width: 160px;
}

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

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

.bt-localizacao-educacao-v2 {
  grid-column-gap: 8px;
  background-color: #fff;
  border: 1px solid #202020;
  justify-content: center;
  align-items: center;
  height: 48px;
  padding-bottom: 0;
  padding-left: 16px;
  padding-right: 16px;
  text-decoration: none;
  display: flex;
}

.localizacao-1-left {
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 66%;
  display: flex;
}

.container {
  width: 100%;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-bottom: 0;
}

.container.localizacao-1-wrapper {
  justify-content: space-between;
  align-items: center;
  width: 90%;
  max-width: 100%;
  display: flex;
}

.container.localizacao-buttons {
  grid-column-gap: 32px;
  justify-content: center;
  margin-top: 24px;
  display: flex;
}

.localizacao-1-mapa-img-mobile {
  width: 100%;
  height: auto;
  display: none;
}

.localizacao-image-button {
  width: 14px;
}

.localizacao-v1 {
  flex-flow: column;
  width: 100%;
  display: flex;
}

.localizacao-1-divider {
  background-color: #e5e7eb;
  width: 95%;
  max-width: none;
  height: 1px;
  margin: 24px auto;
}

.localizacao-button-p {
  color: #202020;
  font-size: 16px;
  text-decoration: none;
}

.localizacao-1-right {
  width: 50%;
}

.bt-localizacao-saude-v2, .bt-localizacao-lazer-v2 {
  grid-column-gap: 8px;
  background-color: #fff;
  border: 1px solid #202020;
  justify-content: center;
  align-items: center;
  height: 48px;
  padding-bottom: 0;
  padding-left: 16px;
  padding-right: 16px;
  text-decoration: none;
  display: flex;
}

.h2-about {
  color: #fd0;
  width: auto;
  margin-top: 0;
  margin-bottom: 0;
  font-family: museo-slab, sans-serif;
  font-size: 24px;
  font-weight: 800;
  position: static;
}

.localizacao-v1-mapa {
  width: 100%;
  height: auto;
}

.bt-localizacao-comodidade-v2 {
  grid-column-gap: 8px;
  background-color: #fff;
  border: 1px solid #202020;
  justify-content: center;
  align-items: center;
  height: 48px;
  padding-bottom: 0;
  padding-left: 16px;
  padding-right: 16px;
  text-decoration: none;
  display: flex;
}

.p-big-localizacao {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 700;
}

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

.localizacao-button-p-ativo {
  color: #fff;
  font-size: 16px;
  text-decoration: none;
}

.bt-localizacao-alimentacao-v2 {
  grid-column-gap: 8px;
  background-color: #202020;
  justify-content: center;
  align-items: center;
  height: 48px;
  padding-bottom: 0;
  padding-left: 16px;
  padding-right: 16px;
  text-decoration: none;
  display: flex;
}

.cta-localizacao-v1 {
  grid-column-gap: 8px;
  background-color: var(--amarelo-claro);
  color: #fff;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  width: 355px;
  max-width: 100%;
  height: 60px;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  font-size: 16px;
  text-decoration: none;
  display: flex;
}

.cta-localizacao-v1.blink-btn {
  width: 400px;
}

.bt-localizacao-mobilidade-v2 {
  grid-column-gap: 8px;
  background-color: #fff;
  border: 1px solid #202020;
  justify-content: center;
  align-items: center;
  height: 48px;
  padding-bottom: 0;
  padding-left: 16px;
  padding-right: 16px;
  text-decoration: none;
  display: flex;
}

.slider-combo-content {
  grid-row-gap: 16px;
  flex-flow: column;
  margin-top: 24px;
  display: flex;
}

.legenda-img-localizacao-3 {
  color: #282828;
  background-color: #f5f5f5;
  padding: 4px 10px;
  position: absolute;
  bottom: 16px;
  right: 16px;
}

.about-v2-infos-wrapper-slider {
  grid-column-gap: 40px;
  grid-row-gap: 32px;
  flex-flow: wrap;
  margin-top: 24px;
  display: none;
}

.image-7 {
  background-color: #fd0;
  border-radius: 500px;
  width: 80px;
  padding: 10px;
  position: static;
}

.p-label-form-v1 {
  color: #000;
  margin-bottom: 0;
}

.localizacao-3-endereco {
  grid-column-gap: 24px;
  background-color: #fff;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: none;
  height: 64px;
  margin-top: 24px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: static;
  inset: auto 0% 24px;
}

.p-big-localizacao-3 {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 700;
}

.legenda-imgs {
  color: #282828;
  background-color: #f5f5f5;
  padding: 4px 10px;
  position: absolute;
  bottom: 16px;
  right: 16px;
}

.about-1-infos-content-heading {
  grid-column-gap: 0px;
  grid-row-gap: 5px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.about-3-infos-content {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  display: flex;
}

.localizacao-3-img-card-3 {
  background-image: url('../images/localizacao-3.jpg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  height: 260px;
  position: relative;
}

.localizacao-3-infos-wrapper {
  grid-column-gap: 61px;
  grid-row-gap: 61px;
  flex-flow: row;
  justify-content: space-between;
  align-items: flex-start;
  width: 90%;
  margin-top: 24px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.about-1-infos-content {
  grid-row-gap: 16px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 30%;
  display: flex;
}

.about-3-infos-content-2 {
  grid-row-gap: 16px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  max-width: 33%;
  display: flex;
}

.cta-localizacao-v3 {
  grid-column-gap: 8px;
  color: #202020;
  background-color: #fff;
  border: 1px solid #000;
  justify-content: center;
  align-items: center;
  width: 270px;
  max-width: 100%;
  height: 46px;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  font-size: 16px;
  text-decoration: none;
  display: flex;
}

.localizacao-3-img-wrapper {
  width: 100%;
  position: relative;
}

.localizacao-3-card {
  width: 33%;
  display: flex;
}

.localizacao-3-divider {
  background-color: #e5e7eb;
  width: 100%;
  max-width: none;
  height: 1px;
  margin: 40px auto;
}

.slider-4-wrapper {
  flex: none;
  width: 100%;
  height: auto;
  margin-right: 25px;
  position: relative;
}

.p-big {
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
}

.image-14 {
  width: 100%;
}

.p-bold-about {
  letter-spacing: 1px;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 700;
}

.localizacao-3-wrapper-cards {
  grid-column-gap: 3%;
  margin-top: 40px;
  display: flex;
}

.slider-localizacao-v3 {
  display: none;
}

.localizacao-3-img-card-2 {
  background-image: url('../images/localizacao-2.jpg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  height: 260px;
  position: relative;
}

.localizacao-3-img-card-1 {
  background-image: url('../images/localizacao-1.jpg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  height: 260px;
  position: relative;
}

.localizacao-v3 {
  flex-flow: column;
  width: 100%;
  display: flex;
}

.tab-content-container {
  background-color: #fff;
  width: 100%;
}

.slider-v1-combo-tabs-seta-esq {
  background-color: #fff;
  border: 1px solid #317041;
  border-radius: 15px;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  display: block;
  left: 16px;
}

.tabs-slide-insider-v1 {
  grid-column-gap: 16px;
  width: 90%;
  margin-bottom: 16px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

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

.slider-tour-virtual {
  background-image: url('../images/tour-virtual.jpg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  height: 90vh;
  position: relative;
}

.slider-planta-1 {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: auto;
  display: flex;
}

.tab-link-v1-1 {
  background-color: #ddd0;
  border: 1px solid #317041;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  height: 44px;
  display: flex;
}

.tab-link-v1-1.w--current {
  color: #fff;
  background-color: #282828;
  background-image: linear-gradient(84deg, #317041, #5b9145);
  justify-content: center;
  align-items: center;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.tab-link-v1-3 {
  justify-content: center;
  align-items: center;
  height: 44px;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.tab-link-v1-3.w--current {
  color: #fff;
  background-color: #282828;
}

.slider-tour-virtual-gradient {
  color: #282828;
  background-image: linear-gradient(#0000, #282828);
  width: 100%;
  height: 90vh;
  position: relative;
}

.slider-v1-imagens {
  border-radius: 20px;
  width: 90%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.bt-tour-v1 {
  grid-column-gap: 8px;
  color: #282828;
  background-color: #fff;
  justify-content: center;
  align-items: center;
  width: 200px;
  height: 50px;
  margin: auto;
  text-decoration: none;
  display: flex;
  position: absolute;
  inset: 0;
}

.tabs-plantas-duplex {
  z-index: 1;
  grid-row-gap: 16px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: 300px;
  display: flex;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 108px;
}

.slider-v1-combo-tabs-seta-dir {
  background-color: #fff;
  border: 1px solid #317041;
  border-radius: 15px;
  width: 60px;
  height: 60px;
  display: block;
  right: 16px;
}

.slider-v1-combo-tabs-tab-2 {
  background-color: #ddd0;
  width: 100%;
  height: auto;
  position: relative;
}

.tabs-slider-v1 {
  background-color: #fff;
  width: 100%;
  margin-top: 30px;
  padding-top: 0;
  padding-bottom: 0;
}

.slider-v1-combo-tabs-bt-2 {
  color: #282828;
  background-color: #c8c8c8;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 44px;
  display: flex;
}

.slider-v1-combo-tabs-bt-2.w--current {
  color: #fff;
  background-color: #282828;
  justify-content: center;
  align-items: center;
  height: 44px;
  display: flex;
}

.mask {
  width: 100%;
  height: auto;
  padding-bottom: 30px;
}

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

.slider-v1-seta-esq {
  background-color: #387541;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  display: block;
  left: 16px;
}

.tab-link-v1-2 {
  background-color: #ddd0;
  border: 1px solid #317041;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  height: 44px;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.tab-link-v1-2.w--current {
  color: #fff;
  background-color: #282828;
  background-image: linear-gradient(90deg, #307040, #599044);
  border-radius: 50px;
}

.slider-img-1 {
  width: 100%;
  max-width: 100%;
  height: auto;
}

.slider-v1-combo-tabs-bt-1 {
  color: #282828;
  justify-content: center;
  align-items: center;
  height: 44px;
  display: flex;
}

.slider-v1-combo-tabs-bt-1.w--current {
  color: #fff;
  background-color: #282828;
  width: 100%;
}

.slider-v1-seta-dir {
  background-color: #387541;
  border-radius: 20px;
  width: 60px;
  height: 60px;
  display: block;
  right: 16px;
}

.slider-planta-regular-1 {
  width: 100%;
  max-width: 100%;
  height: auto;
}

.section {
  background-color: #fff;
  border-radius: 20px;
  margin-top: 40px;
  padding-top: 30px;
  position: relative;
}

.mosaico-v1 {
  width: 100%;
  max-width: 1200px;
  margin-top: 24px;
  margin-left: auto;
  margin-right: auto;
}

.mosaic-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

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

.responsive__grid.reverse {
  grid-template-columns: 3fr 3.75fr;
  grid-auto-flow: row;
  place-items: stretch start;
  margin-top: 16px;
}

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

.grid__image {
  object-fit: cover;
  background-image: url('../images/image_1.jpeg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 460px;
  max-height: 460px;
  display: flex;
}

.image-85 {
  border: 2px solid #fd0;
  border-top-left-radius: 20px;
  border-bottom-right-radius: 20px;
  max-width: 100%;
}

.navbar-navmenu-mobile {
  grid-column-gap: 32px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.bt-nav-conversion {
  grid-column-gap: 8px;
  color: #fff;
  background-color: #fd0;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  width: 200px;
  height: 46px;
  text-decoration: none;
  display: flex;
}

.navbar-1 {
  background-color: #3d3d3d00;
  width: 95%;
  height: 72px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.navbar-container {
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

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

.logo-2 {
  width: 150px;
}

.nav-item {
  color: #fff;
  padding: 0;
}

.text-block-6 {
  color: #223122;
  font-family: museo-slab, sans-serif;
  font-size: 18px;
  font-weight: 800;
}

.image-86 {
  border-radius: 20px;
}

.image-87 {
  width: 300px;
  max-width: none;
  display: block;
  position: relative;
  inset: 42% auto auto 0%;
}

.section-2 {
  margin-top: 50px;
}

.div-block-24 {
  width: 80%;
  height: 53px;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: 157% 0% auto;
}

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

.text-span-4, .text-span-5 {
  color: var(--amarelo-claro);
  font-weight: 800;
}

.paragraph-65 {
  letter-spacing: 2px;
}

.text-block-7 {
  color: #000;
  font-weight: 800;
}

.code-embed {
  max-width: none;
}

.code-embed-2 {
  z-index: 1;
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  position: relative;
}

.passaro-2-loc {
  z-index: 1;
  width: 13vw;
  position: relative;
  inset: 0% auto auto;
}

.image-8 {
  background-color: #fd0;
  border-radius: 500px;
  width: 80px;
  padding: 10px;
  position: static;
}

.blink-btn-2 {
  background-color: var(--amarelo-escuro);
  color: var(--branco);
  text-transform: uppercase;
  border-radius: 100px;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding: 1vw 1.5vw;
  font-size: 1.1vw;
  line-height: 1.3px;
  text-decoration: none;
  position: relative;
}

.blink-btn-2.blink-btn {
  margin-left: 0;
}

.localizacao {
  margin-top: 30px;
}

.cta-comochegar {
  grid-column-gap: 8px;
  background-color: var(--amarelo-claro);
  color: #fff;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  width: 355px;
  max-width: 100%;
  height: 60px;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  padding-top: 0;
  font-size: 16px;
  text-decoration: none;
  display: flex;
}

.h3---plantas {
  color: #317041;
  width: 90%;
  margin: 0 auto;
  font-family: museo-slab, sans-serif;
  font-size: 24px;
  font-weight: 800;
  position: static;
}

.p-big-plantas {
  color: #282828;
  width: 90%;
  margin: 10px auto 0;
  font-size: 18px;
  font-weight: 700;
}

.image-88 {
  width: 46.5%;
  position: absolute;
  inset: 0% 0% auto auto;
}

.image-89 {
  width: 50%;
  max-width: none;
  margin-left: auto;
  margin-right: 175px;
  display: block;
}

.plantas {
  background-color: #fff;
  border-radius: 20px 20px 20px 0;
  margin-top: 40px;
  padding-top: 30px;
  padding-bottom: 30px;
  position: relative;
}

.tab-pane-tab-2 {
  background-color: #fff0;
}

.dorms {
  color: #fff;
  background-color: #cdcc51;
  background-image: radial-gradient(circle, #5b9145, #337241);
  border-bottom-right-radius: 40px;
  margin-bottom: 13px;
  margin-left: 150px;
  padding: 33px 44px;
}

.paragraph-82 {
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 200;
  line-height: 39px;
}

.text-span-14 {
  font-size: 25px;
  font-weight: 700;
}

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

.text-span-16 {
  color: #fab001;
  font-size: 35px;
  font-weight: 800;
}

.text-span-17 {
  color: #fab001;
  font-size: 25px;
  font-weight: 800;
}

.cta-plantas {
  grid-column-gap: 8px;
  color: #fff;
  background-color: #072315;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  width: 355px;
  max-width: 100%;
  height: 60px;
  margin: 50px auto 40px;
  padding-top: 0;
  font-size: 16px;
  text-decoration: none;
  display: flex;
}

.cta-plantas.blink-btn-2 {
  width: 409px;
  margin-top: 0;
}

.container--mosaic {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  width: 100%;
  display: grid;
}

.mosaic--card {
  object-fit: cover;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 400px;
  display: flex;
  position: relative;
}

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

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

.mosaic--lightbox {
  object-fit: fill;
  border-radius: 20px;
  width: 100%;
  height: 100%;
}

.mosaic--img {
  object-fit: cover;
  border-radius: 20px;
  width: 100%;
  max-width: none;
  height: 100%;
}

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

.p--legend--span {
  text-transform: uppercase;
  font-size: 1.2rem;
  font-style: italic;
}

.h3---lazer {
  color: #fd0;
  width: 90%;
  margin: 30px auto 0;
  font-family: museo-slab, sans-serif;
  font-size: 24px;
  font-weight: 800;
  position: static;
}

.p-big-lazer {
  color: #fff;
  width: 90%;
  margin: 10px auto 0;
  font-size: 18px;
  font-weight: 700;
}

.paragraph-60 {
  color: #fff;
  letter-spacing: .3px;
  text-transform: uppercase;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 12px;
  font-weight: 300;
  line-height: 35px;
  position: absolute;
  bottom: -35px;
  left: 0;
}

.image-container {
  background-image: url('../images/05-QUADRA.webp');
  background-position: 50%;
  background-size: cover;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  width: 70%;
  height: 608px;
  max-height: none;
  position: relative;
}

.image-container._8 {
  background-image: url('../images/05_SIACO_PET_HR.jpg');
  background-position: 50% 100%;
}

.image-container._2 {
  background-image: url('../images/11_SIACO_HALL_SOCIAL_HR2.webp');
}

.image-container._3 {
  background-image: url('../images/13_SIACO_BRINQUEDOTECA_HR.jpg');
  background-position: 50%;
}

.image-container._1-new {
  background-image: url('../images/14_SIACO_FITNESS-01_HR02-copy.webp');
}

.image-container._9 {
  background-image: url('../images/12_SIACO_FESTAS_HR2.webp');
  background-position: 50%;
}

.image-container._5 {
  background-image: url('../images/04_SIACO_QUADRA_TENIS_HR.jpg');
}

.image-container._4 {
  background-image: url('../images/08_SIACO_PLAYGROUND_HR.jpg');
}

.image-container._6-new {
  background-image: url('../images/10_SIACO_PISCINA-02_P2_DIURNA_HR2-copy.webp');
}

.image-container._7 {
  background-image: url('../images/07_SIACO_PATIO-ZEN_HR.jpg');
}

.image-container._6 {
  background-image: url('../images/09_SIACO_PISCINA-01_HR.webp');
}

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

.left-arrow {
  color: #253937;
  background-color: #fff;
  border: 1px solid #253937;
  border-radius: 20px;
  width: 56px;
  height: 56px;
  font-size: 18px;
  left: 28%;
}

.image-97 {
  max-width: 288px;
}

.slide-nav {
  display: none;
}

.slider {
  background-color: #0000;
  height: 645px;
  margin-top: 52px;
  margin-bottom: 20px;
}

.right-arrow {
  color: #253937;
  background-color: #fff;
  border: 1px solid #253937;
  border-radius: 20px;
  width: 56px;
  height: 56px;
  font-size: 18px;
  right: 8%;
}

.cta-lazer {
  grid-column-gap: 8px;
  background-color: var(--amarelo-claro);
  color: #fff;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  width: 355px;
  max-width: 100%;
  height: 60px;
  margin: 0 auto 20px;
  padding-top: 0;
  font-size: 16px;
  text-decoration: none;
  display: flex;
}

.cta-lazer.blink-btn {
  width: 390px;
}

.contato {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-bottom: 40px;
  display: flex;
}

.h3---contato {
  color: #fd0;
  text-align: center;
  width: 90%;
  margin: 30px auto 0;
  font-family: museo-slab, sans-serif;
  font-size: 24px;
  font-weight: 800;
  position: static;
}

.p-big-contato {
  color: #282828;
  text-align: center;
  width: 100%;
  margin: 10px auto 0;
  font-size: 18px;
  font-weight: 700;
}

.formcontato-4 {
  width: auto;
  max-width: none;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
}

.image-98 {
  z-index: 50;
  width: 20%;
  max-width: none;
  position: absolute;
  inset: auto auto 0% 0%;
}

.image-container-copy {
  background-image: url('../images/14-FITNESS-copy.webp');
  background-position: 50%;
  background-size: cover;
  width: 70%;
  height: 608px;
  max-height: none;
  position: relative;
}

.image-container-copy._8 {
  background-image: url('../images/05_SIACO_PET_HR.jpg');
  background-position: 50% 100%;
}

.image-container-copy._2 {
  background-image: url('../images/11_SIACO_HALL_SOCIAL_HR2.webp');
}

.image-container-copy._3 {
  background-image: url('../images/13_SIACO_BRINQUEDOTECA_HR.jpg');
  background-position: 50%;
}

.image-container-copy._1-new {
  background-image: url('../images/14_SIACO_FITNESS-01_HR02-copy.webp');
}

.image-container-copy._9 {
  background-image: url('../images/12_SIACO_FESTAS_HR2.webp');
  background-position: 50%;
}

.image-container-copy._5 {
  background-image: url('../images/04_SIACO_QUADRA_TENIS_HR.jpg');
}

.image-container-copy._4 {
  background-image: url('../images/08_SIACO_PLAYGROUND_HR.jpg');
}

.image-container-copy._6-new {
  background-image: url('../images/10_SIACO_PISCINA-02_P2_DIURNA_HR2-copy.webp');
}

.image-container-copy._7 {
  background-image: url('../images/07_SIACO_PATIO-ZEN_HR.jpg');
}

.image-container-copy._6 {
  background-image: url('../images/09_SIACO_PISCINA-01_HR.webp');
}

.image-container-2 {
  background-image: url('../images/14-FITNESS-copy.webp');
  background-position: 50%;
  background-size: cover;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  width: 70%;
  height: 608px;
  max-height: none;
  position: relative;
}

.image-container-2._8 {
  background-image: url('../images/05_SIACO_PET_HR.jpg');
  background-position: 50% 100%;
}

.image-container-2._2 {
  background-image: url('../images/11_SIACO_HALL_SOCIAL_HR2.webp');
}

.image-container-2._3 {
  background-image: url('../images/13_SIACO_BRINQUEDOTECA_HR.jpg');
  background-position: 50%;
}

.image-container-2._1-new {
  background-image: url('../images/14_SIACO_FITNESS-01_HR02-copy.webp');
}

.image-container-2._9 {
  background-image: url('../images/12_SIACO_FESTAS_HR2.webp');
  background-position: 50%;
}

.image-container-2._5 {
  background-image: url('../images/04_SIACO_QUADRA_TENIS_HR.jpg');
}

.image-container-2._4 {
  background-image: url('../images/08_SIACO_PLAYGROUND_HR.jpg');
}

.image-container-2._6-new {
  background-image: url('../images/10_SIACO_PISCINA-02_P2_DIURNA_HR2-copy.webp');
}

.image-container-2._7 {
  background-image: url('../images/07_SIACO_PATIO-ZEN_HR.jpg');
}

.image-container-2._6 {
  background-image: url('../images/09_SIACO_PISCINA-01_HR.webp');
}

.image-container-3 {
  background-image: url('../images/04-PLAYGROUND-copy.webp');
  background-position: 50%;
  background-size: cover;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  width: 70%;
  height: 608px;
  max-height: none;
  position: relative;
}

.image-container-3._8 {
  background-image: url('../images/05_SIACO_PET_HR.jpg');
  background-position: 50% 100%;
}

.image-container-3._2 {
  background-image: url('../images/11_SIACO_HALL_SOCIAL_HR2.webp');
}

.image-container-3._3 {
  background-image: url('../images/13_SIACO_BRINQUEDOTECA_HR.jpg');
  background-position: 50%;
}

.image-container-3._1-new {
  background-image: url('../images/14_SIACO_FITNESS-01_HR02-copy.webp');
}

.image-container-3._9 {
  background-image: url('../images/12_SIACO_FESTAS_HR2.webp');
  background-position: 50%;
}

.image-container-3._5 {
  background-image: url('../images/04_SIACO_QUADRA_TENIS_HR.jpg');
}

.image-container-3._4 {
  background-image: url('../images/08_SIACO_PLAYGROUND_HR.jpg');
}

.image-container-3._6-new {
  background-image: url('../images/10_SIACO_PISCINA-02_P2_DIURNA_HR2-copy.webp');
}

.image-container-3._7 {
  background-image: url('../images/07_SIACO_PATIO-ZEN_HR.jpg');
}

.image-container-3._6 {
  background-image: url('../images/09_SIACO_PISCINA-01_HR.webp');
}

.image-container-4 {
  background-image: url('../images/07-TENIS-DE-MESA-EXTERNO.webp');
  background-position: 50%;
  background-size: cover;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  width: 70%;
  height: 608px;
  max-height: none;
  position: relative;
}

.image-container-4._8 {
  background-image: url('../images/05_SIACO_PET_HR.jpg');
  background-position: 50% 100%;
}

.image-container-4._2 {
  background-image: url('../images/11_SIACO_HALL_SOCIAL_HR2.webp');
}

.image-container-4._3 {
  background-image: url('../images/13_SIACO_BRINQUEDOTECA_HR.jpg');
  background-position: 50%;
}

.image-container-4._1-new {
  background-image: url('../images/14_SIACO_FITNESS-01_HR02-copy.webp');
}

.image-container-4._9 {
  background-image: url('../images/12_SIACO_FESTAS_HR2.webp');
  background-position: 50%;
}

.image-container-4._5 {
  background-image: url('../images/04_SIACO_QUADRA_TENIS_HR.jpg');
}

.image-container-4._4 {
  background-image: url('../images/08_SIACO_PLAYGROUND_HR.jpg');
}

.image-container-4._6-new {
  background-image: url('../images/10_SIACO_PISCINA-02_P2_DIURNA_HR2-copy.webp');
}

.image-container-4._7 {
  background-image: url('../images/07_SIACO_PATIO-ZEN_HR.jpg');
}

.image-container-4._6 {
  background-image: url('../images/09_SIACO_PISCINA-01_HR.webp');
}

.image-container-5 {
  background-image: url('../images/06-CHURRASQUEIRA.webp');
  background-position: 50%;
  background-size: cover;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  width: 70%;
  height: 608px;
  max-height: none;
  position: relative;
}

.image-container-5._8 {
  background-image: url('../images/05_SIACO_PET_HR.jpg');
  background-position: 50% 100%;
}

.image-container-5._2 {
  background-image: url('../images/11_SIACO_HALL_SOCIAL_HR2.webp');
}

.image-container-5._3 {
  background-image: url('../images/13_SIACO_BRINQUEDOTECA_HR.jpg');
  background-position: 50%;
}

.image-container-5._1-new {
  background-image: url('../images/14_SIACO_FITNESS-01_HR02-copy.webp');
}

.image-container-5._9 {
  background-image: url('../images/12_SIACO_FESTAS_HR2.webp');
  background-position: 50%;
}

.image-container-5._5 {
  background-image: url('../images/04_SIACO_QUADRA_TENIS_HR.jpg');
}

.image-container-5._4 {
  background-image: url('../images/08_SIACO_PLAYGROUND_HR.jpg');
}

.image-container-5._6-new {
  background-image: url('../images/10_SIACO_PISCINA-02_P2_DIURNA_HR2-copy.webp');
}

.image-container-5._7 {
  background-image: url('../images/07_SIACO_PATIO-ZEN_HR.jpg');
}

.image-container-5._6 {
  background-image: url('../images/09_SIACO_PISCINA-01_HR.webp');
}

.image-container-6 {
  background-image: url('../images/08-PRACA-CONTEMPLATIVA.webp');
  background-position: 50%;
  background-size: cover;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  width: 70%;
  height: 608px;
  max-height: none;
  position: relative;
}

.image-container-6._8 {
  background-image: url('../images/05_SIACO_PET_HR.jpg');
  background-position: 50% 100%;
}

.image-container-6._2 {
  background-image: url('../images/11_SIACO_HALL_SOCIAL_HR2.webp');
}

.image-container-6._3 {
  background-image: url('../images/13_SIACO_BRINQUEDOTECA_HR.jpg');
  background-position: 50%;
}

.image-container-6._1-new {
  background-image: url('../images/14_SIACO_FITNESS-01_HR02-copy.webp');
}

.image-container-6._9 {
  background-image: url('../images/12_SIACO_FESTAS_HR2.webp');
  background-position: 50%;
}

.image-container-6._5 {
  background-image: url('../images/04_SIACO_QUADRA_TENIS_HR.jpg');
}

.image-container-6._4 {
  background-image: url('../images/08_SIACO_PLAYGROUND_HR.jpg');
}

.image-container-6._6-new {
  background-image: url('../images/10_SIACO_PISCINA-02_P2_DIURNA_HR2-copy.webp');
}

.image-container-6._7 {
  background-image: url('../images/07_SIACO_PATIO-ZEN_HR.jpg');
}

.image-container-6._6 {
  background-image: url('../images/09_SIACO_PISCINA-01_HR.webp');
}

.image-container-7 {
  background-image: url('../images/10-PET-PLACE.webp');
  background-position: 50%;
  background-size: cover;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  width: 70%;
  height: 608px;
  max-height: none;
  position: relative;
}

.image-container-7._8 {
  background-image: url('../images/05_SIACO_PET_HR.jpg');
  background-position: 50% 100%;
}

.image-container-7._2 {
  background-image: url('../images/11_SIACO_HALL_SOCIAL_HR2.webp');
}

.image-container-7._3 {
  background-image: url('../images/13_SIACO_BRINQUEDOTECA_HR.jpg');
  background-position: 50%;
}

.image-container-7._1-new {
  background-image: url('../images/14_SIACO_FITNESS-01_HR02-copy.webp');
}

.image-container-7._9 {
  background-image: url('../images/12_SIACO_FESTAS_HR2.webp');
  background-position: 50%;
}

.image-container-7._5 {
  background-image: url('../images/04_SIACO_QUADRA_TENIS_HR.jpg');
}

.image-container-7._4 {
  background-image: url('../images/08_SIACO_PLAYGROUND_HR.jpg');
}

.image-container-7._6-new {
  background-image: url('../images/10_SIACO_PISCINA-02_P2_DIURNA_HR2-copy.webp');
}

.image-container-7._7 {
  background-image: url('../images/07_SIACO_PATIO-ZEN_HR.jpg');
}

.image-container-7._6 {
  background-image: url('../images/09_SIACO_PISCINA-01_HR.webp');
}

.image-container-8 {
  background-image: url('../images/15-TERRAÇO-COBERTO.webp');
  background-position: 50%;
  background-size: cover;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  width: 70%;
  height: 608px;
  max-height: none;
  position: relative;
}

.image-container-8._8 {
  background-image: url('../images/05_SIACO_PET_HR.jpg');
  background-position: 50% 100%;
}

.image-container-8._2 {
  background-image: url('../images/11_SIACO_HALL_SOCIAL_HR2.webp');
}

.image-container-8._3 {
  background-image: url('../images/13_SIACO_BRINQUEDOTECA_HR.jpg');
  background-position: 50%;
}

.image-container-8._1-new {
  background-image: url('../images/14_SIACO_FITNESS-01_HR02-copy.webp');
}

.image-container-8._9 {
  background-image: url('../images/12_SIACO_FESTAS_HR2.webp');
  background-position: 50%;
}

.image-container-8._5 {
  background-image: url('../images/04_SIACO_QUADRA_TENIS_HR.jpg');
}

.image-container-8._4 {
  background-image: url('../images/08_SIACO_PLAYGROUND_HR.jpg');
}

.image-container-8._6-new {
  background-image: url('../images/10_SIACO_PISCINA-02_P2_DIURNA_HR2-copy.webp');
}

.image-container-8._7 {
  background-image: url('../images/07_SIACO_PATIO-ZEN_HR.jpg');
}

.image-container-8._6 {
  background-image: url('../images/09_SIACO_PISCINA-01_HR.webp');
}

.image-container-9 {
  background-image: url('../images/11-SALAO-DE-FESTAS-GOURMET.webp');
  background-position: 50%;
  background-size: cover;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  width: 70%;
  height: 608px;
  max-height: none;
  position: relative;
}

.image-container-9._8 {
  background-image: url('../images/05_SIACO_PET_HR.jpg');
  background-position: 50% 100%;
}

.image-container-9._2 {
  background-image: url('../images/11_SIACO_HALL_SOCIAL_HR2.webp');
}

.image-container-9._3 {
  background-image: url('../images/13_SIACO_BRINQUEDOTECA_HR.jpg');
  background-position: 50%;
}

.image-container-9._1-new {
  background-image: url('../images/14_SIACO_FITNESS-01_HR02-copy.webp');
}

.image-container-9._9 {
  background-image: url('../images/12_SIACO_FESTAS_HR2.webp');
  background-position: 50%;
}

.image-container-9._5 {
  background-image: url('../images/04_SIACO_QUADRA_TENIS_HR.jpg');
}

.image-container-9._4 {
  background-image: url('../images/08_SIACO_PLAYGROUND_HR.jpg');
}

.image-container-9._6-new {
  background-image: url('../images/10_SIACO_PISCINA-02_P2_DIURNA_HR2-copy.webp');
}

.image-container-9._7 {
  background-image: url('../images/07_SIACO_PATIO-ZEN_HR.jpg');
}

.image-container-9._6 {
  background-image: url('../images/09_SIACO_PISCINA-01_HR.webp');
}

.image-container-10 {
  background-image: url('../images/12-SALA-DE-JOGOS.webp');
  background-position: 50%;
  background-size: cover;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  width: 70%;
  height: 608px;
  max-height: none;
  position: relative;
}

.image-container-10._8 {
  background-image: url('../images/05_SIACO_PET_HR.jpg');
  background-position: 50% 100%;
}

.image-container-10._2 {
  background-image: url('../images/11_SIACO_HALL_SOCIAL_HR2.webp');
}

.image-container-10._3 {
  background-image: url('../images/13_SIACO_BRINQUEDOTECA_HR.jpg');
  background-position: 50%;
}

.image-container-10._1-new {
  background-image: url('../images/14_SIACO_FITNESS-01_HR02-copy.webp');
}

.image-container-10._9 {
  background-image: url('../images/12_SIACO_FESTAS_HR2.webp');
  background-position: 50%;
}

.image-container-10._5 {
  background-image: url('../images/04_SIACO_QUADRA_TENIS_HR.jpg');
}

.image-container-10._4 {
  background-image: url('../images/08_SIACO_PLAYGROUND_HR.jpg');
}

.image-container-10._6-new {
  background-image: url('../images/10_SIACO_PISCINA-02_P2_DIURNA_HR2-copy.webp');
}

.image-container-10._7 {
  background-image: url('../images/07_SIACO_PATIO-ZEN_HR.jpg');
}

.image-container-10._6 {
  background-image: url('../images/09_SIACO_PISCINA-01_HR.webp');
}

.image-container-11 {
  background-image: url('../images/13-BRINQUEDOTECA-copy.webp');
  background-position: 50%;
  background-size: cover;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  width: 70%;
  height: 608px;
  max-height: none;
  position: relative;
}

.image-container-11._8 {
  background-image: url('../images/05_SIACO_PET_HR.jpg');
  background-position: 50% 100%;
}

.image-container-11._2 {
  background-image: url('../images/11_SIACO_HALL_SOCIAL_HR2.webp');
}

.image-container-11._3 {
  background-image: url('../images/13_SIACO_BRINQUEDOTECA_HR.jpg');
  background-position: 50%;
}

.image-container-11._1-new {
  background-image: url('../images/14_SIACO_FITNESS-01_HR02-copy.webp');
}

.image-container-11._9 {
  background-image: url('../images/12_SIACO_FESTAS_HR2.webp');
  background-position: 50%;
}

.image-container-11._5 {
  background-image: url('../images/04_SIACO_QUADRA_TENIS_HR.jpg');
}

.image-container-11._4 {
  background-image: url('../images/08_SIACO_PLAYGROUND_HR.jpg');
}

.image-container-11._6-new {
  background-image: url('../images/10_SIACO_PISCINA-02_P2_DIURNA_HR2-copy.webp');
}

.image-container-11._7 {
  background-image: url('../images/07_SIACO_PATIO-ZEN_HR.jpg');
}

.image-container-11._6 {
  background-image: url('../images/09_SIACO_PISCINA-01_HR.webp');
}

.image-container-12 {
  background-image: url('../images/17-LAVANDERIA-COLETIVA.webp');
  background-position: 50%;
  background-size: cover;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  width: 70%;
  height: 608px;
  max-height: none;
  position: relative;
}

.image-container-12._8 {
  background-image: url('../images/05_SIACO_PET_HR.jpg');
  background-position: 50% 100%;
}

.image-container-12._2 {
  background-image: url('../images/11_SIACO_HALL_SOCIAL_HR2.webp');
}

.image-container-12._3 {
  background-image: url('../images/13_SIACO_BRINQUEDOTECA_HR.jpg');
  background-position: 50%;
}

.image-container-12._1-new {
  background-image: url('../images/14_SIACO_FITNESS-01_HR02-copy.webp');
}

.image-container-12._9 {
  background-image: url('../images/12_SIACO_FESTAS_HR2.webp');
  background-position: 50%;
}

.image-container-12._5 {
  background-image: url('../images/04_SIACO_QUADRA_TENIS_HR.jpg');
}

.image-container-12._4 {
  background-image: url('../images/08_SIACO_PLAYGROUND_HR.jpg');
}

.image-container-12._6-new {
  background-image: url('../images/10_SIACO_PISCINA-02_P2_DIURNA_HR2-copy.webp');
}

.image-container-12._7 {
  background-image: url('../images/07_SIACO_PATIO-ZEN_HR.jpg');
}

.image-container-12._6 {
  background-image: url('../images/09_SIACO_PISCINA-01_HR.webp');
}

.image-97-copy {
  max-width: 288px;
}

.image-100 {
  max-width: 240px;
}

.section-3 {
  background-image: url('../images/Img-hero.webp');
  background-position: 50%;
  background-size: cover;
  border-radius: 20px 20px 20px 0;
  width: 95%;
  height: 70vh;
  margin-left: auto;
  margin-right: auto;
}

.image-89-copy {
  width: 44%;
  max-width: none;
  margin-left: auto;
  margin-right: 190px;
  display: block;
}

.image-90 {
  width: 42%;
  max-width: none;
  margin-left: auto;
  margin-right: 180px;
  display: block;
}

.image-91 {
  width: 43%;
  max-width: none;
  margin-left: auto;
  margin-right: 180px;
  display: block;
}

.image-101, .image-102 {
  border-radius: 20px;
  width: 100%;
  max-width: none;
}

.button-9 {
  color: #cdcc51;
  background-color: #0000;
  border: 1px solid #cdcc51;
  border-radius: 0;
  padding: 17px;
  font-size: 25px;
  font-weight: 400;
  display: none;
  position: absolute;
  top: 0;
  right: -60px;
}

.code-embed-3 {
  width: 355px;
  height: 60px;
}

.text-block-8 {
  color: var(--amarelo-claro);
  font-weight: 800;
}

.text-block-10 {
  color: #000;
  font-weight: 800;
}

.text-block-11 {
  color: var(--amarelo-claro);
  font-weight: 800;
}

.text-block-12 {
  color: #000;
  font-weight: 800;
}

.h3--sub-copy {
  text-align: center;
  text-transform: uppercase;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.2vw;
  line-height: 1.6vw;
  display: flex;
}

.h2--contato {
  color: #fd0;
  text-align: center;
  width: 90%;
  margin: 30px auto 0;
  font-family: museo-slab, sans-serif;
  font-size: 24px;
  font-weight: 800;
  position: static;
}

.h2---lazer {
  color: #fd0;
  width: 90%;
  margin: 30px auto 0;
  font-family: museo-slab, sans-serif;
  font-size: 24px;
  font-weight: 800;
  position: static;
}

.h2---plantas {
  color: #317041;
  width: 90%;
  margin: 0 auto;
  font-family: museo-slab, sans-serif;
  font-size: 24px;
  font-weight: 800;
  position: static;
}

.h2-loc {
  color: #fd0;
  width: auto;
  margin-top: 0;
  margin-bottom: 0;
  font-family: museo-slab, sans-serif;
  font-size: 24px;
  font-weight: 800;
  position: static;
}

.heading-3 {
  display: flex;
}

.text-block-13 {
  color: #fff0;
}

.h3--sub-copy-copy, .h3--sub-copy-copy-copy, .h3--sub--1 {
  text-align: center;
  text-transform: uppercase;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.2vw;
  line-height: 1.6vw;
  display: flex;
}

.h2--sub--1 {
  text-align: left;
  text-transform: uppercase;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.2vw;
  line-height: 1.6vw;
  display: flex;
}

.image-3 {
  width: 60px;
}

.image-103 {
  width: 60px;
  margin-top: 10px;
}

.lightbox-link {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  border: 1px solid var(--branco);
  background-color: #317041;
  border-radius: 5px;
  justify-content: flex-start;
  align-items: flex-end;
  padding: 10px;
  text-decoration: none;
  display: flex;
  position: absolute;
  top: 10px;
  left: 15px;
  right: auto;
}

.paragraph-91 {
  color: #9f1e22;
  text-align: left;
  letter-spacing: 1px;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 600;
  line-height: 16px;
  text-decoration: none;
}

.image-104 {
  width: 20px;
  max-width: none;
}

.text-block-14 {
  color: #fff;
}

.lightbox-link-plantas {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  border: 1px solid var(--branco);
  background-color: #31704100;
  border-radius: 5px;
  justify-content: flex-start;
  align-items: flex-end;
  padding: 10px;
  text-decoration: none;
  display: flex;
  position: absolute;
  top: 10px;
  left: auto;
  right: 60px;
}

.div-block-25 {
  opacity: 1;
  justify-content: space-between;
  align-items: center;
  width: 95%;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.slide-51 {
  height: auto;
}

.hero-1-infos {
  grid-column-gap: 0px;
  grid-row-gap: 4px;
  text-align: left;
  flex-flow: column;
  margin-top: 24px;
  display: flex;
}

.hero-2 {
  display: flex;
  position: relative;
  top: auto;
}

.text-span-7 {
  font-size: 25px;
}

.text-block-102 {
  color: #fff;
  -webkit-text-stroke-color: #fff;
}

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

.text-span-6 {
  font-size: 25px;
}

.hero-fixed-bottom {
  z-index: 1;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  width: 28%;
  margin-top: 20px;
  padding: 0;
  display: flex;
  position: relative;
  inset: auto 0% 0 auto;
}

.div-block-162 {
  z-index: 0;
  background-image: linear-gradient(-90deg, #0009, #0000 47%);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.container-hero-1 {
  z-index: 10;
  grid-row-gap: 0px;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: auto;
  margin: 0 auto;
  padding-left: 50px;
  padding-right: 50px;
  display: flex;
  position: absolute;
  inset: 23% auto auto 0;
}

.p-hero {
  color: #fff;
  text-align: left;
  letter-spacing: 3px;
  text-transform: uppercase;
  margin-bottom: 0;
  font-size: 15px;
  font-weight: 400;
  line-height: 21px;
}

.h2-top-2 {
  color: #000;
  letter-spacing: 1px;
  text-transform: uppercase;
  -webkit-text-fill-color: transparent;
  background-color: #fff;
  -webkit-background-clip: text;
  background-clip: text;
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 5px;
  font-size: 15px;
  font-weight: 400;
  line-height: 1vw;
}

.scroll--animation {
  z-index: 8;
  width: 3rem;
  margin-left: auto;
  margin-right: auto;
  display: none;
  position: static;
  inset: auto 0% 2%;
}

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

.slider-v2-imagens.border-24 {
  background-color: #fff0;
  border-radius: 0;
  width: 100%;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
}

.slider-v1-seta-dir-2 {
  z-index: 2;
  height: 100px;
  display: none;
  top: auto;
  bottom: 10px;
  right: 24px;
}

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

.slider-v1-seta-esq-2 {
  width: 80px;
  height: 100px;
  display: none;
  inset: auto 80px 10px auto;
}

.maam-logo {
  text-align: center;
  width: 100%;
}

.div-block-161 {
  z-index: 0;
  background-image: linear-gradient(90deg, #0000004d, #0000 47%);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.imagem-lazer-wrapper-3 {
  background-image: linear-gradient(107deg, #000000b0, #0000), url('../images/fachada.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 90vh;
  display: flex;
  position: relative;
}

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

.cta-hero-3 {
  grid-column-gap: 8px;
  color: #282828;
  background-color: #78846d;
  border-radius: 0;
  justify-content: center;
  align-items: center;
  width: 300px;
  max-width: 100%;
  height: 50px;
  margin-top: 33px;
  margin-left: 0;
  margin-right: auto;
  font-size: 16px;
  text-decoration: none;
  display: flex;
}

.mask-13 {
  border-radius: 0;
  height: auto;
}

.imagem-passaro {
  background-image: linear-gradient(107deg, #00000073 13%, #0000), url('../images/25-PRACA-TOTAL.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 90vh;
  display: flex;
  position: relative;
}

.passaro-1 {
  z-index: 1;
  width: 8vw;
  margin-bottom: 15px;
  position: relative;
  inset: 2% 2% auto auto;
}

.imagem-1 {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  background-image: linear-gradient(270deg, #457031, #31704100 28%), linear-gradient(90deg, #3170419e 24%, #0000 37%), url('../images/img-banner.webp');
  background-position: 0 0, 0 0, 50%;
  background-size: auto, auto, cover;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100vh;
  padding-top: 30px;
  display: flex;
  position: relative;
}

.image-105 {
  border-radius: 0 0 10px 10px;
  width: 95%;
  margin-left: auto;
  margin-right: auto;
}

.mapa {
  z-index: 1;
  border-radius: 0 0 10px 10px;
  width: 95%;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
  display: block;
  position: relative;
}

.code-embed-4 {
  border-radius: 0 0 10px 10px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.address {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: flex-start;
  align-items: center;
  min-width: 237px;
  display: flex;
}

.right-arrow-2 {
  border: 1px solid #fff;
  width: 56px;
  height: 56px;
  font-size: 16px;
  display: none;
  inset: auto auto 0 80px;
}

.glasses {
  position: relative;
}

.paragraph-55 {
  margin-bottom: 0;
}

.slide-2 {
  margin-right: 31px;
}

.card {
  width: 100%;
  max-width: 440px;
  margin-right: 0;
}

.paragraph-58 {
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 28px;
}

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

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

.celebrate-div {
  z-index: 1;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: space-between;
  align-items: center;
  display: block;
  position: relative;
}

.container-3 {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.image-82 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

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

.heading-6 {
  color: #fff;
  max-width: 29em;
  margin-top: 0;
  margin-bottom: 24px;
  font-family: Montserrat, sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 28px;
}

.image-80 {
  position: absolute;
  bottom: 0;
  left: -49px;
}

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

.white-detail {
  z-index: -1;
  background-color: #fff;
  width: 20%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
}

.paragraph-59 {
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 24px;
  font-family: Montserrat, sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 28px;
}

.list {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #fff;
  flex-flow: column;
  margin-bottom: 0;
  padding-left: 15px;
  display: flex;
}

.celebrate-text {
  max-width: 256px;
  margin-bottom: 100px;
}

.arrive {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  justify-content: space-between;
  align-items: center;
  margin-top: 40px;
  margin-bottom: 64px;
  display: flex;
}

.left-arrow-2 {
  border: 1px solid #fff;
  width: 56px;
  height: 56px;
  font-size: 16px;
  display: none;
  inset: auto auto 0;
}

.mask-14 {
  overflow: visible;
}

.risk {
  background-color: #fff;
  width: 100%;
  max-width: 450px;
  height: 1px;
}

.list-text-item {
  color: #fff;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
}

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

.button-11 {
  color: #000;
  text-transform: uppercase;
  background-color: #0000;
  background-image: linear-gradient(260deg, #b9cad7, #7c91a0);
  border: 1px solid #000;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 344px;
  height: 49px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 600;
  display: flex;
}

.paragraph-57 {
  color: #616061;
  background-color: #fff;
  margin-bottom: 0;
  padding: 4px 8px;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  line-height: 18px;
  position: absolute;
  bottom: 8px;
  right: 10px;
}

.slide-52 {
  margin-right: 31px;
}

.slider-2 {
  background-color: #0000;
  width: 100%;
  max-width: 390px;
  height: auto;
  padding-bottom: 30px;
  display: block;
}

.button-12 {
  text-transform: uppercase;
  background-color: #9b001f;
  border: 1px solid #fff;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 49px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 25px;
  display: flex;
}

.image-107 {
  width: 501px;
  max-width: 501px;
}

.image-108 {
  position: absolute;
  top: 35%;
  right: 0;
  transform: translate(50%);
}

.image-81 {
  position: absolute;
  top: 50%;
  right: 14px;
  transform: translate(0, -50%);
}

.localization-infos-box {
  min-height: 0;
  padding-top: 34px;
  overflow: hidden;
}

.celebrate-images {
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: relative;
}

.div-block-14 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #1a4f73;
  text-transform: uppercase;
  justify-content: flex-start;
  align-items: center;
  margin-top: 16px;
  margin-bottom: 16px;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 28px;
  display: flex;
}

.image-93 {
  margin-top: 22px;
}

.slide-5 {
  width: auto;
  margin-right: 50px;
}

.image-22 {
  border-radius: 10px;
  width: 200px;
  height: 200px;
  margin-bottom: 11px;
  display: block;
}

.div-block-163 {
  background-color: #cfb995;
  width: 1000px;
  height: 1px;
  position: absolute;
  top: 386px;
  left: 176px;
}

.left-arrow-3 {
  background-color: var(--amarelo-escuro);
  border: 1px #000;
  border-top-left-radius: 0;
  border-top-right-radius: 20px;
  border-bottom-left-radius: 20px;
  width: 1px;
  height: 1px;
  font-size: 20px;
  display: none;
  top: 0;
  left: auto;
}

.slide-4 {
  width: 100%;
  margin-right: 50px;
}

.text-bairros {
  color: #000;
  text-align: left;
  margin-top: 10px;
  margin-bottom: 0;
  padding-left: 0;
  font-size: 15px;
  font-weight: 300;
  line-height: 27px;
  overflow: hidden;
}

.right-arrow-3 {
  background-color: #f9b000;
  border: 1px #000;
  border-radius: 20px 0;
  width: 1px;
  height: 1px;
  font-size: 20px;
  display: none;
  top: 0;
  left: 74px;
  right: auto;
}

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

.text-block-103 {
  color: #072315;
  text-align: left;
  white-space: normal;
  word-break: normal;
  overflow-wrap: normal;
  justify-content: flex-start;
  align-items: center;
  height: 45px;
  font-size: 20px;
  font-weight: 500;
  line-height: 18px;
  display: flex;
}

.image-109 {
  width: 110px;
  height: 110px;
  margin-bottom: 11px;
  display: block;
}

.image-94 {
  margin-top: 22px;
}

.slide-1-copy {
  width: auto;
  margin-right: 65px;
}

.container-6 {
  background-color: var(--branco);
  border-radius: 20px;
  width: 100%;
  max-width: none;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 30px;
  padding-bottom: 30px;
  padding-left: 0;
  display: block;
  position: relative;
  top: 0;
}

.slider-3 {
  background-color: #0000;
  flex: 1;
  order: 0;
  align-self: auto;
  width: 95%;
  height: auto;
  margin: 24px auto 0;
  padding-bottom: 100px;
  padding-left: 5px;
  padding-right: 0;
  display: block;
}

.card-2 {
  background-color: #0000;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 200px;
  height: auto;
  display: flex;
}

.title-card {
  justify-content: flex-start;
  align-items: center;
  height: auto;
  margin-top: 0;
  margin-bottom: 0;
  display: flex;
}

.mask-15 {
  max-width: none;
  overflow: hidden;
}

.image-110 {
  position: absolute;
  inset: auto 2% 4% auto;
}

.div-block-164 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.div-block-164-copy {
  grid-column-gap: 61px;
  grid-row-gap: 61px;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.div-block-25-copy {
  justify-content: space-between;
  align-items: center;
  width: 95%;
  margin: 0 auto 20px;
  display: flex;
}

.localizacao-1 {
  grid-row-gap: 14px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  margin-top: 20px;
  display: flex;
}

.text-span-19 {
  color: #fd0;
}

.container-6-m {
  background-color: var(--amarelo-escuro);
  border-radius: 20px;
  width: 100%;
  max-width: none;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 30px;
  padding-bottom: 30px;
  padding-left: 0;
  display: none;
  position: relative;
  top: 0;
}

.cta-loc {
  grid-column-gap: 8px;
  color: #fff;
  background-color: #072315;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  width: 355px;
  max-width: 100%;
  height: 60px;
  margin: 50px auto 40px;
  padding-top: 0;
  font-size: 16px;
  text-decoration: none;
  display: flex;
}

.cta-loc.blink-btn-2 {
  width: 409px;
}

.hero-mobile {
  display: none;
  position: relative;
  top: auto;
}

.div-block {
  background-image: url('../images/mapa-1-2.png');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  height: 595px;
  margin-top: 0;
  display: none;
  position: relative;
}

.div-block-2 {
  max-width: 1152px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.h3-loc {
  color: #317041;
  width: 95%;
  margin: 0 auto;
  font-family: museo-slab, sans-serif;
  font-size: 24px;
  font-weight: 800;
  position: static;
}

.left--infos-copy {
  grid-row-gap: 3vh;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: relative;
}

.right--infos-1 {
  grid-row-gap: 3vh;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-end;
  display: flex;
  position: relative;
}

.div-block-165 {
  background-image: url('../images/img-segunda-dobra.webp');
  background-position: 50%;
  background-size: cover;
  border-radius: 20px 20px 0 0;
  justify-content: flex-end;
  align-items: stretch;
  width: 95%;
  height: 50vh;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.div-block-166 {
  grid-column-gap: 1px;
  grid-row-gap: 1px;
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  margin-right: 180px;
  display: flex;
}

.p--destaque-3 {
  outline-offset: 0px;
  color: #f1b002;
  text-align: right;
  border: 0 solid #000;
  outline: 3px #306e40;
  margin-bottom: 0;
  font-size: 7vw;
  font-weight: 800;
  line-height: 8vw;
}

.card-2-copy {
  background-color: #f9b000;
  border-radius: 10px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 200px;
  height: auto;
  padding: 0 0 15px;
  display: flex;
}

.text-span-20 {
  color: #fff;
}

.p--destaque-12 {
  text-align: left;
  margin-bottom: 0;
  font-size: 1.5vw;
  line-height: 1.7vw;
}

.loc-2 {
  background-image: url('../images/img-loc-2.webp');
  background-position: 50%;
  background-size: cover;
  border-radius: 20px 20px 0 0;
  justify-content: flex-end;
  align-items: stretch;
  width: 95%;
  height: 50vh;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.div-block-167 {
  background-color: #fff;
  width: 100%;
  height: 1px;
}

.image-140, .image-141 {
  margin-top: 24px;
}

.bold-text {
  font-weight: 500;
}

.text-block-103-copy {
  color: #072315;
  text-align: left;
  white-space: normal;
  word-break: normal;
  overflow-wrap: normal;
  justify-content: flex-start;
  align-items: center;
  height: 45px;
  padding-left: 15px;
  font-size: 20px;
  font-weight: 800;
  line-height: 18px;
  display: flex;
}

.text-span-21 {
  color: #000;
  font-weight: 800;
}

.navbar-container-m {
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.div-block-165-movile {
  background-image: url('../images/img-segunda-dobra.webp');
  background-position: 50%;
  background-size: cover;
  border-radius: 20px 20px 0 0;
  justify-content: flex-end;
  align-items: stretch;
  width: 95%;
  height: 50vh;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.div-block-165-mobile {
  background-image: url('../images/img-segunda-dobra.webp');
  background-position: 50%;
  background-size: cover;
  border-radius: 20px 20px 0 0;
  justify-content: flex-end;
  align-items: stretch;
  width: 95%;
  height: 50vh;
  margin-left: auto;
  margin-right: auto;
  display: none;
}

.div-block-166-mobile {
  grid-column-gap: 1px;
  grid-row-gap: 1px;
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  margin-right: 180px;
  display: none;
}

.loc-2-mobile {
  background-image: url('../images/img-loc-2.webp');
  background-position: 50%;
  background-size: cover;
  border-radius: 20px 20px 0 0;
  justify-content: flex-end;
  align-items: stretch;
  width: 95%;
  height: 50vh;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  display: none;
}

.slide-4-5 {
  width: 100%;
  margin-right: 50px;
}

.h3--sub--wrapper--mobile-2 {
  grid-row-gap: 4px;
  background-color: #072315;
  border: 1px solid #f9b000;
  border-radius: 32px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  padding: 24px;
  display: flex;
}

.heading-7 {
  color: #f9b000;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3vw;
  line-height: 3vw;
}

.text-span-23 {
  font-size: 2.4vw;
}

.bold-text-2, .bold-text-2-copy {
  font-weight: 300;
}

.h3--sub-4 {
  text-align: center;
  text-transform: uppercase;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.2vw;
  line-height: 1.6vw;
  display: flex;
}

.h3--sub-4.texto--preco {
  color: var(--amarelo-escuro);
  text-align: left;
  font-size: 1vw;
}

.text-span-24 {
  font-size: 2vw;
}

.text-block-104 {
  font-size: 11px;
  position: absolute;
  inset: auto 3% 3% auto;
}

.text-bairros-copy {
  color: #000;
  text-align: left;
  margin-top: 10px;
  margin-bottom: 0;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 15px;
  font-weight: 300;
  line-height: 27px;
  overflow: hidden;
}

.div-block-170 {
  background-color: #fd0;
  width: 47%;
  height: 1px;
}

.div-block-171, .div-block-171-copy, .div-his-1 {
  background-color: #fab001;
}

.accordion-content-wrapper {
  border: 0 solid #282828;
  border-bottom-width: 1px;
  width: 100%;
  margin-top: 24px;
  padding-bottom: 16px;
}

.heading-8 {
  color: #000;
  border-bottom: 0 solid #000;
  margin-top: 0;
  margin-bottom: 0;
}

.accordion-header-v1 {
  cursor: pointer;
  justify-content: space-between;
  padding-top: 16px;
  padding-bottom: 16px;
  display: flex;
}

.accordion-image {
  background-image: url('../images/slider-imagens-1.jpg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  height: 560px;
  position: relative;
}

.accordion-v1 {
  width: 80%;
  max-width: none;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding-top: 30px;
}

.accordion-content-combo {
  grid-column-gap: 16px;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.accordion-arrow {
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 8px;
}

.accordion-content {
  grid-row-gap: 32px;
  flex-flow: column;
  display: flex;
}

.accordion-content.accordion-first {
  grid-row-gap: 16px;
  display: flex;
}

.text-span-25, .text-span-26, .text-span-27, .text-span-28 {
  font-weight: 800;
}

.grid {
  grid-row-gap: 16px;
  grid-template-rows: auto auto auto auto auto auto;
}

.heading-8-copy {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 300;
}

.heading-11 {
  color: #000;
  border-bottom: 1px solid #000;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 10px;
}

.heading-12 {
  color: #000;
  border-bottom: 1px solid #5e5e5e33;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 300;
}

.heading-8-copy-copy {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 300;
}

.heading-22 {
  color: #000;
  border-bottom: 1px solid #000;
  margin-top: 0;
  margin-bottom: 0;
}

.accordion-v2 {
  width: 80%;
  max-width: none;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding-top: 30px;
  padding-bottom: 30px;
}

.text-span-29 {
  font-weight: 800;
}

.p-big-contato-2 {
  color: #fff;
  text-align: center;
  width: 90%;
  margin: 10px auto 0;
  font-size: 18px;
  font-weight: 700;
}

.text-span-30, .text-span-31 {
  font-weight: 800;
}

.accordion-content-wrapper-copy {
  border: 0 solid #282828;
  width: 100%;
  margin-top: 24px;
  padding-bottom: 16px;
}

.faqs-acc-wrap {
  z-index: 1;
  width: 100%;
  margin-top: -1px;
  margin-left: 0;
  margin-right: 0;
  display: block;
}

.container-7 {
  width: 100%;
  max-width: 96rem;
  margin-left: auto;
  margin-right: auto;
  padding: 30px 3rem;
}

.faqs-acc-header {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 1.25rem 4.5rem 1.25rem 1.25rem;
  display: flex;
  position: relative;
}

.faqs-acc-header.text-colour-c {
  background-color: #fff;
  height: auto;
  max-height: 60px;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.faqs-brow-header {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 25px;
  display: flex;
}

.faqs-brow-wrap {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  flex-flow: column;
  display: flex;
}

.faqs-acc-body-content {
  background-color: #fff;
  border-bottom: 0 solid #000;
  flex-direction: column;
  align-items: flex-end;
  width: 100%;
  padding-bottom: 2rem;
  padding-left: 1.125rem;
  padding-right: 2rem;
}

.container-insert {
  transition: all .2s;
}

.container-insert.is--md {
  width: 90%;
  min-width: 46rem;
  margin-left: auto;
  margin-right: auto;
}

.list--faqs {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.faqs-acc-body {
  background-color: #0000;
  display: none;
  position: static;
  overflow: hidden;
}

.faqs-acc-header-label {
  white-space: pre-wrap;
}

.faqs-acc-body-container {
  max-width: none;
  height: 100%;
}

.faqs-acc-header-icon {
  width: 1.25rem;
  line-height: 0;
}

.faqs-acc-header-icon-wrap {
  flex-direction: column;
  flex: none;
  justify-content: center;
  align-items: center;
  margin-right: 1.125rem;
  display: flex;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.paragraph-92, .paragraph-93, .paragraph-94, .paragraph-95 {
  color: #000;
}

.container-7-copy {
  width: 100%;
  max-width: 96rem;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 40px;
  padding-left: 3rem;
  padding-right: 3rem;
}

.text-span-32, .text-span-33, .text-span-34 {
  font-weight: 800;
}

.code-embed-5 {
  z-index: 49;
  max-width: 100%;
  margin: 0 auto;
  display: none;
  position: relative;
}

.mapa-2 {
  z-index: 1;
  border-radius: 0 0 10px 10px;
  width: 95%;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
  display: block;
  position: relative;
}

.mapa-2---m {
  z-index: 1;
  border-radius: 0 0 10px 10px;
  width: 95%;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
  display: none;
  position: relative;
}

.code-embed-6 {
  z-index: 49;
  max-width: 100%;
  margin: 0 auto;
  position: relative;
}

.text-block-12-copy {
  color: #000;
  font-weight: 800;
}

.code-embed-7 {
  z-index: 49;
  max-width: 100%;
  margin: 0 auto;
  position: relative;
}

@media screen and (min-width: 1440px) {
  .container-hero-1 {
    margin-left: auto;
    margin-right: auto;
  }

  .h2-top-2 {
    font-weight: 400;
  }

  .slider-v1-seta-dir-2 {
    height: 100px;
    top: auto;
    bottom: 10px;
  }

  .slider-v1-seta-esq-2 {
    width: 80px;
    height: 100px;
    inset: auto 80px 10px auto;
  }
}

@media screen and (min-width: 1920px) {
  .slider-planta-1 {
    width: 100%;
    max-width: 100%;
    height: 90vh;
  }

  .tabs-plantas-duplex {
    z-index: 1;
    grid-row-gap: 16px;
    flex-flow: column;
    justify-content: center;
    align-items: stretch;
    width: 300px;
    display: flex;
    position: absolute;
    inset: 0 auto 0 116px;
  }

  .slider-plantas-combo {
    width: 100%;
    height: 90vh;
  }

  .slider-v1-combo-tabs-bt-2 {
    justify-content: center;
    align-items: center;
    height: 44px;
    display: flex;
  }

  .slider-v1-combo-tabs-bt-2.w--current {
    color: #fff;
    background-color: #282828;
    flex-flow: row;
    justify-content: center;
    align-items: center;
    height: 44px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .slider-planta-2 {
    background-image: url('../images/slider-planta-2.jpg');
    background-position: 50%;
    background-size: cover;
    width: 100%;
    max-width: 100%;
    height: 90vh;
  }

  .slider-v1-combo-tabs-bt-1 {
    color: #282828;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .slider-v1-combo-tabs-bt-1.w--current {
    color: #fff;
    background-color: #282828;
    justify-content: center;
    align-items: center;
    height: 44px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .tabs-content {
    width: 100%;
    height: 90vh;
  }

  .slider-planta-regular-1 {
    background-image: url('../images/slider-planta-3.jpg');
    background-position: 50%;
  }

  .cta-comochegar {
    margin-left: 0;
  }

  .container-hero-1 {
    top: 30%;
  }

  .slider-v1-seta-dir-2, .slider-v1-seta-esq-2 {
    bottom: 100px;
  }

  .accordion-content-wrapper, .accordion-content-wrapper-copy {
    margin-top: 24px;
  }
}

@media screen and (max-width: 991px) {
  .localizacao-3-card {
    height: 580px;
  }

  .mosaic-wrapper {
    flex-direction: column;
  }

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

  .responsive__grid.reverse {
    grid-template-columns: 1fr 1fr;
  }

  .container-insert.is--md {
    width: 100%;
    min-width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .localizacao-3-card {
    height: 550px;
  }

  .glasses {
    width: 100%;
  }

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

  .image-106, .image-80 {
    display: none;
  }

  .celebrate {
    flex-flow: row-reverse wrap-reverse;
    width: 100vw;
    position: relative;
    left: -20px;
  }

  .white-detail {
    display: none;
  }

  .celebrate-text {
    width: 100%;
    max-width: 100%;
    margin: 20px auto;
    padding-left: 20px;
    padding-right: 20px;
  }

  .arrive {
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
  }

  .image-107 {
    width: 100%;
    max-width: none;
  }

  .image-108 {
    display: none;
  }

  .celebrate-images {
    width: 100vw;
    left: 0;
  }

  .div-block {
    height: 435px;
    overflow: auto;
  }

  .div-block-2 {
    width: 1152px;
  }

  .list--faqs {
    grid-template-columns: 1fr;
  }

  .faqs-acc-body-container {
    max-width: 60ch;
  }
}

@media screen and (max-width: 479px) {
  .hero {
    grid-column-gap: 0px;
    grid-row-gap: 40px;
    flex-flow: column;
    min-height: auto;
    padding: 32px 16px;
  }

  .hero--intro {
    grid-column-gap: 0px;
    grid-row-gap: 4vh;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding-top: 0;
    padding-bottom: 0;
  }

  .hero--form {
    width: 100%;
  }

  .right--infos {
    grid-row-gap: 2vh;
    width: 100%;
    padding-top: 0;
  }

  .p--destaque {
    text-align: center;
    font-size: 8vw;
    line-height: 9vw;
  }

  .hero--h2--wrapper {
    grid-row-gap: 12px;
  }

  .h2 {
    font-size: 26vw;
    line-height: 20vw;
  }

  .h2--pequeno {
    font-size: 14vw;
    line-height: 12vw;
  }

  .h2--dorms {
    font-size: 16vw;
    line-height: 15vw;
  }

  .h3--sub {
    font-size: 6vw;
    line-height: 7vw;
  }

  .form-block {
    width: 90%;
  }

  .p--form {
    font-size: 1rem;
    line-height: 1.4rem;
  }

  .logo--caixa {
    width: 160px;
  }

  .liber--logo {
    width: 75vw;
  }

  .left--infos {
    grid-row-gap: 3vh;
    display: none;
  }

  .p--destaque--1 {
    font-size: 6vw;
    line-height: 8vw;
  }

  .p--destaque--1.span--amarelo {
    font-size: 5vw;
    line-height: 5.5vw;
  }

  .logo--wrapper {
    justify-content: center;
  }

  .p--logo {
    font-size: 5vw;
    line-height: 5vw;
    position: relative;
    top: auto;
    right: auto;
  }

  .familia--img {
    width: 60vw;
  }

  .passaro {
    width: 20vw;
  }

  .h3--sub--wrapper {
    grid-row-gap: 6px;
    border: 1px solid var(--amarelo-escuro);
    background-color: #072315;
    border-radius: 24px;
    padding: 16px;
  }

  .heading {
    font-size: 12vw;
    line-height: 11vw;
  }

  .logo--mcmv {
    display: block;
  }

  .blink-btn {
    justify-content: center;
    align-items: center;
    width: 95%;
    min-height: auto;
    margin-top: 20px;
    margin-left: auto;
    font-size: 10vw;
    display: flex;
  }

  .text-block-2 {
    text-align: center;
    font-size: 6vw;
    line-height: 6vw;
  }

  .logo-mcmv-mobile {
    width: 45vw;
    display: block;
  }

  .cta--whatsapp {
    z-index: 3;
    background-color: #25d366;
    border-radius: 100rem;
    justify-content: center;
    align-items: center;
    width: 80px;
    height: 80px;
    display: flex;
    position: fixed;
    inset: auto 3% 2% auto;
  }

  .image-2 {
    width: 32px;
  }

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

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

  .div-block-21 {
    width: 100%;
    padding-top: 15px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .paragraph-64 {
    margin-top: 24px;
    font-size: 26px;
    line-height: 34px;
  }

  .container-modal {
    flex-flow: column;
    margin-top: 70px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .button-8 {
    padding-top: 15px;
    padding-bottom: 15px;
    display: flex;
    right: 16px;
  }

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

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

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

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

  .left--infos--mobile {
    grid-row-gap: 3vh;
    margin-top: 20px;
    display: flex;
  }

  .hero--h2--wrapper--mobile {
    grid-row-gap: 12px;
    display: none;
  }

  .h3--sub--wrapper--mobile {
    grid-row-gap: 6px;
    display: none;
  }

  .h3--valor--mobile {
    font-size: 11vw;
    line-height: 11vw;
  }

  .logo--mcmv--wrapper {
    display: none;
  }

  .his {
    width: 15vw;
  }

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

  .text-span-2 {
    font-size: 8vw;
  }

  .logos--container {
    grid-column-gap: 0px;
    grid-row-gap: 24px;
    flex-flow: column;
    align-items: center;
  }

  .logo, .logo--vendas {
    width: 160px;
  }

  .bts-footer-wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 16px;
    flex-flow: column;
    margin-top: 8px;
  }

  .localizacao-1-left {
    width: 100%;
  }

  .container.localizacao-1-wrapper {
    grid-column-gap: 18px;
    grid-row-gap: 18px;
    flex-flow: column;
    padding-left: 3%;
    padding-right: 3%;
  }

  .container.localizacao-buttons {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: wrap;
    justify-content: flex-start;
    align-items: center;
    padding-left: 3%;
    padding-right: 3%;
  }

  .localizacao-1-mapa-img-mobile {
    display: block;
  }

  .localizacao-v1 {
    margin-left: auto;
    margin-right: auto;
    padding-left: 0%;
    padding-right: 0%;
  }

  .localizacao-1-divider {
    width: 96%;
  }

  .localizacao-1-right {
    width: 100%;
    margin-top: 24px;
  }

  .h2-about {
    margin-bottom: 0;
    display: inline-block;
  }

  .localizacao-v1-mapa {
    display: none;
  }

  .p-big-localizacao, .p-regular-2 {
    padding-left: 5%;
  }

  .cta-localizacao-v1 {
    width: 90%;
    margin-top: 60px;
  }

  .legenda-img-localizacao-3 {
    left: 16px;
    right: auto;
  }

  .bullets-localizacao-v3 {
    bottom: -48px;
  }

  .about-v2-infos-wrapper-slider {
    grid-column-gap: 0px;
    grid-row-gap: 16px;
    flex-flow: column;
    width: 100%;
    margin-top: 0;
    display: flex;
  }

  .localizacao-3-endereco {
    grid-column-gap: 0px;
    grid-row-gap: 16px;
    flex-flow: column;
    height: auto;
    padding: 3%;
    inset: auto 0% 0%;
  }

  .p-big-localizacao-3 {
    text-align: center;
    line-height: 24px;
  }

  .mask-2 {
    height: auto;
  }

  .about-1-infos-content-heading {
    justify-content: center;
    align-items: center;
  }

  .localizacao-3-img-card-3 {
    height: 34vh;
  }

  .localizacao-3-infos-wrapper {
    display: none;
  }

  .about-1-infos-content {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: 100%;
  }

  .about-3-infos-content-2 {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    max-width: 100%;
  }

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

  .localizacao-3-img-wrapper {
    width: auto;
    max-width: none;
    overflow: auto;
  }

  .localizacao-3-card {
    width: 100%;
    height: auto;
    padding-left: 3%;
    padding-right: 3%;
  }

  .localizacao-3-divider {
    width: 94%;
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .slider-sobre-mobile-v3 {
    height: auto;
  }

  .seta-esq-sobre-v3 {
    display: none;
  }

  .image-14 {
    width: auto;
    max-width: none;
    height: 60vh;
  }

  .localizacao-3-wrapper-cards {
    grid-column-gap: 0%;
    grid-row-gap: 32px;
    flex-flow: column;
  }

  .slider-localizacao-v3 {
    background-color: #ddd0;
    width: 100%;
    height: auto;
    padding-left: 3%;
    padding-right: 3%;
    display: block;
  }

  .localizacao-3-img-card-2 {
    height: 34vh;
  }

  .seta-dir-sobre-v3 {
    margin-left: auto;
    margin-right: auto;
    display: none;
  }

  .localizacao-3-img-card-1 {
    height: 34vh;
  }

  .tab-content-container {
    height: auto;
  }

  .slider-v1-combo-tabs-seta-esq {
    display: none;
  }

  .tabs-slide-insider-v1 {
    z-index: 1;
    grid-column-gap: 8px;
    width: 100%;
    padding-left: 5%;
    padding-right: 5%;
  }

  .slider-v1-bullets {
    background-color: #0000;
    flex-flow: row;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 30px;
    padding-top: 6px;
    display: flex;
    bottom: 0;
  }

  .slider-tour-virtual {
    height: 22vh;
  }

  .slider-planta-1 {
    background-image: none;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    height: 40vh;
  }

  .tab-link-v1-1, .tab-link-v1-1.w--current {
    padding-left: 20px;
    padding-right: 20px;
  }

  .tab-link-v1-3 {
    padding-left: 16px;
    padding-right: 16px;
  }

  .slider-tour-virtual-gradient, .slider-v1-imagens {
    height: 22vh;
  }

  .tabs-plantas-duplex {
    width: 100%;
    max-width: 100%;
    height: 100px;
    padding-left: 5%;
    padding-right: 5%;
    inset: auto 0% -108px;
  }

  .slider-v1-combo-tabs-seta-dir {
    display: none;
  }

  .slider-v1-combo-tabs-tab-2 {
    background-color: #ddd0;
    height: 44vh;
  }

  .slider-v1-combo-tabs-bullets {
    inset: auto 0% 0%;
  }

  .mask {
    height: 40vh;
  }

  .slider-planta-2 {
    background-position: 100%;
    height: 22vh;
  }

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

  .tab-link-v1-2 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .slider-img-1 {
    height: 22vh;
  }

  .slider-v1-combo-tabs-bt-1 {
    width: 100%;
  }

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

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

  .slider-planta-regular-1 {
    height: 22vh;
  }

  .responsive__grid {
    flex-flow: column;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    display: flex;
  }

  .responsive__grid.reverse {
    flex-flow: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    display: flex;
  }

  .navbar-navmenu-mobile {
    grid-column-gap: 0px;
    grid-row-gap: 40px;
    background-color: #317041;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100vh;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
    padding-top: 76px;
    padding-left: 0%;
    padding-right: 0%;
  }

  .icon-13 {
    color: #fff;
  }

  .bt-nav-conversion {
    width: 140px;
    margin-left: auto;
    margin-right: 0;
    padding-right: 0;
  }

  .navbar-1 {
    justify-content: flex-start;
    align-items: center;
    padding-left: 0%;
    padding-right: 0%;
  }

  .menu-button {
    padding: 8px;
  }

  .menu-button.w--open {
    z-index: 1;
    background-color: #fd0;
  }

  .div-block-10 {
    background-color: #fff;
    width: 100%;
    height: 1px;
    margin-bottom: 24px;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 0;
    padding-right: 0;
  }

  .logo-2 {
    z-index: 2;
    position: relative;
  }

  .nav-item {
    flex-flow: column;
    justify-content: center;
    align-items: flex-end;
    margin-bottom: 32px;
    display: flex;
  }

  .image-87 {
    width: 200px;
    top: 35%;
  }

  .text-span-3 {
    width: 90%;
  }

  .passaro-2-loc {
    width: 34vw;
  }

  .blink-btn-2 {
    justify-content: center;
    align-items: center;
    width: 100%;
    min-height: auto;
    font-size: 10vw;
    display: flex;
  }

  .cta-comochegar {
    width: 90%;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
  }

  .h3---plantas {
    margin-bottom: 0;
    margin-left: 20px;
    margin-right: auto;
    display: inline-block;
    position: relative;
  }

  .p-big-plantas {
    z-index: 5;
    width: 60%;
    margin-left: 20px;
    position: relative;
  }

  .image-88 {
    width: 34%;
  }

  .image-89 {
    margin-right: auto;
  }

  .plantas {
    height: 800px;
  }

  .dorms {
    margin-left: 0;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .cta-plantas {
    width: 90%;
    margin-top: 30px;
  }

  .cta-plantas.blink-btn-2 {
    z-index: 51;
    width: 95%;
  }

  .container--mosaic {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .p--legend {
    font-size: .7rem;
    line-height: 1.1rem;
  }

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

  .h3---lazer {
    margin-bottom: 0;
    margin-left: 20px;
    display: inline-block;
  }

  .image-container {
    width: 100%;
    height: 248px;
  }

  .left-arrow {
    display: none;
  }

  .image-97 {
    z-index: -1;
    opacity: 0;
    position: absolute;
  }

  .slide-nav {
    font-size: 6px;
    display: block;
    bottom: -40px;
  }

  .slider {
    height: auto;
    margin-top: 25px;
    margin-bottom: 0;
  }

  .right-arrow {
    display: none;
  }

  .slide {
    height: auto;
  }

  .cta-lazer {
    width: 90%;
    margin-top: 50px;
  }

  .cta-lazer.blink-btn {
    width: 95%;
  }

  .h3---contato {
    margin-bottom: 0;
    display: inline-block;
  }

  .image-98 {
    width: 28%;
    bottom: 0%;
  }

  .image-container-copy, .image-container-2, .image-container-3, .image-container-4, .image-container-5, .image-container-6, .image-container-7, .image-container-8, .image-container-9, .image-container-10, .image-container-11, .image-container-12 {
    width: 100%;
    height: 248px;
  }

  .image-97-copy {
    z-index: -1;
    opacity: 0;
    z-index: -1;
    opacity: 0;
    position: absolute;
  }

  .image-100 {
    z-index: -1;
    opacity: 0;
    position: absolute;
  }

  .section-3 {
    border-bottom-left-radius: 0;
    height: 40vh;
  }

  .image-89-copy, .image-90, .image-91 {
    margin-right: auto;
  }

  .paragraph-83, .paragraph-84, .paragraph-85, .paragraph-86, .paragraph-87, .paragraph-88 {
    text-align: center;
  }

  .button-9 {
    padding-top: 15px;
    padding-bottom: 15px;
    display: flex;
    right: 0;
  }

  .text-block-10, .text-block-11 {
    font-size: 3vw;
  }

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

  .h3--sub-copy {
    font-size: 6vw;
    line-height: 7vw;
  }

  .h2--contato {
    margin-bottom: 0;
    display: inline-block;
  }

  .h2---lazer {
    margin-bottom: 0;
    margin-left: 20px;
    display: inline-block;
  }

  .h2---plantas {
    margin-bottom: 0;
    margin-left: 20px;
    margin-right: auto;
    display: inline-block;
    position: relative;
  }

  .h2-loc {
    margin-bottom: 0;
    padding-left: 5%;
    padding-right: 5%;
    display: inline-block;
  }

  .h3--sub-copy-copy, .h3--sub-copy-copy-copy, .h3--sub--1, .h2--sub--1 {
    font-size: 6vw;
    line-height: 7vw;
  }

  .mask-3 {
    border-radius: 10px;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }

  .image-3, .image-103 {
    width: 80px;
  }

  .lightbox-link {
    background-color: #3b7842;
    width: 35px;
    top: 15px;
    right: 0;
  }

  .image-104 {
    width: 100%;
  }

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

  .lightbox-link-plantas {
    background-color: #3b7842;
    width: 35px;
    top: 16px;
    right: 5px;
  }

  .div-block-25 {
    grid-column-gap: 27px;
    grid-row-gap: 27px;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
  }

  .hero-1-infos {
    margin-top: 16px;
  }

  .hero-2 {
    max-height: 720px;
    display: none;
  }

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

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

  .hero-fixed-bottom {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
    padding-top: 0;
    position: static;
  }

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

  .container-hero-1 {
    max-width: 100%;
    margin-top: 76px;
    margin-left: 0;
    padding-left: 5%;
    padding-right: 5%;
  }

  .p-hero {
    color: #3d3d3d;
    text-align: center;
    width: 90%;
    margin-top: 0;
    font-size: 13px;
    line-height: 22px;
  }

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

  .h2-top-2 {
    color: #000;
    background-color: #fff0;
    margin-bottom: 0;
    font-size: 3vw;
    line-height: 4vw;
    position: relative;
  }

  .scroll--animation {
    width: 3rem;
    height: 3rem;
    display: block;
    position: static;
    bottom: 12%;
  }

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

  .slider-v2-imagens.border-24 {
    width: 100%;
    margin-top: 20px;
  }

  .slider-v1-seta-dir-2 {
    width: 40px;
    margin-right: 8px;
    right: 0;
  }

  .slider-v1-seta-esq-2 {
    width: 40px;
    margin-left: 8px;
    left: 0;
  }

  .maam-logo {
    width: 90%;
  }

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

  .cta-hero-3 {
    background-color: #78846d;
    background-image: none;
    width: 100%;
    margin-top: 10px;
  }

  .mask-13 {
    padding-bottom: 0;
  }

  .imagem-passaro {
    background-image: url('../images/25-PRACA-TOTAL.webp');
    background-position: 50%;
    background-size: cover;
    height: 22vh;
  }

  .passaro-1 {
    width: 21vw;
  }

  .imagem-1 {
    background-image: url('../images/img-banner.webp');
    background-position: 50%;
    background-size: cover;
    height: 26vh;
    margin-top: 20px;
    padding-top: 0;
  }

  .image-105 {
    display: none;
  }

  .mapa {
    width: 100%;
  }

  .code-embed-4 {
    width: 100%;
    display: flex;
  }

  .right-arrow-2 {
    display: block;
  }

  .glasses {
    width: 100vw;
  }

  .celebrate-div {
    padding-top: 30px;
    padding-bottom: 25px;
  }

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

  .image-106 {
    display: none;
  }

  .heading-6 {
    max-width: 13.8em;
  }

  .image-80 {
    display: none;
  }

  .celebrate {
    flex-flow: wrap-reverse;
    left: -16px;
  }

  .white-detail {
    display: none;
  }

  .celebrate-text {
    max-width: none;
    margin-top: 22px;
    margin-bottom: 0;
    margin-left: auto;
    padding-left: 16px;
    padding-right: 16px;
  }

  .arrive {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-flow: column;
    margin-bottom: 0;
  }

  .left-arrow-2 {
    display: block;
  }

  .risk {
    background-color: #616061;
  }

  .slider-2 {
    max-width: 440px;
    padding-bottom: 100px;
  }

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

  .image-108 {
    display: none;
  }

  .celebrate-images {
    width: 100vw;
    max-width: none;
    left: 0;
  }

  .slide-5 {
    width: 100%;
    margin-right: 12px;
  }

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

  .left-arrow-3 {
    background-color: #fff;
    width: 50px;
    height: 50px;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 20px;
    display: none;
    inset: auto 66px -41px auto;
  }

  .slide-4 {
    background-color: #0000;
    width: 100%;
    margin-top: 20px;
    margin-right: 12px;
  }

  .text-bairros {
    text-align: center;
  }

  .right-arrow-3 {
    background-color: #fff;
    width: 50px;
    height: 50px;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 20px;
    display: none;
    inset: auto 0 -41px auto;
  }

  .slide-nav-2 {
    font-size: 6px;
    display: block;
  }

  .slide-1-copy {
    width: 100%;
    margin-right: 12px;
  }

  .container-6 {
    margin-top: 0;
    padding-top: 0;
    padding-left: 20px;
    padding-right: 20px;
    display: none;
    top: 0;
  }

  .slider-3 {
    background-color: #0000;
    width: 100%;
    height: auto;
    margin-top: 0;
    margin-left: auto;
    margin-right: 0;
    padding-bottom: 60px;
    padding-left: 0;
    display: block;
  }

  .card-2 {
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .mask-15 {
    overflow: hidden;
  }

  .image-110 {
    width: 22%;
    bottom: 1%;
    right: 0%;
  }

  .div-block-25-copy {
    grid-column-gap: 27px;
    grid-row-gap: 27px;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .localizacao-1 {
    width: 100%;
  }

  .container-6-m {
    background-color: var(--branco);
    flex-flow: column;
    margin-top: 30px;
    padding-top: 0;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
    top: 0;
  }

  .cta-loc {
    width: 90%;
    margin-top: 30px;
  }

  .cta-loc.blink-btn-2 {
    z-index: 51;
    width: 100%;
    margin-top: 0;
  }

  .hero-mobile {
    flex-flow: column;
    max-height: none;
    display: flex;
  }

  .div-block {
    box-sizing: border-box;
    aspect-ratio: auto;
    text-align: left;
    vertical-align: baseline;
    object-fit: fill;
    object-position: 50% 50%;
    background-image: none;
    justify-content: center;
    align-items: center;
    height: 435px;
    margin-top: 0;
    display: block;
    position: relative;
    overflow: auto;
  }

  .div-block-2 {
    box-sizing: border-box;
    aspect-ratio: auto;
    object-position: 50% 50%;
    background-image: url('../images/loc.webp');
    background-position: 50%;
    background-size: cover;
    width: 790px;
    max-width: 790px;
    height: 100%;
    min-height: 100%;
    position: static;
  }

  .h3-loc {
    margin-top: 30px;
  }

  .left--infos-copy, .right--infos-1 {
    grid-row-gap: 3vh;
    display: none;
  }

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

  .div-block-166 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    justify-content: center;
    align-items: center;
    width: 90%;
    margin: 10px auto 20px;
  }

  .p--destaque-3 {
    text-align: left;
    font-size: 18vw;
    line-height: 18vw;
  }

  .card-2-copy {
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .p--destaque-12 {
    text-align: center;
    font-size: 4vw;
    line-height: 6vw;
  }

  .loc-2 {
    display: none;
  }

  .div-block-167 {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }

  .navbar-container-m {
    margin-top: 20px;
  }

  .div-block-168 {
    background-image: linear-gradient(#317041 3%, #fff0 34%);
    width: 100%;
    height: 100%;
  }

  .div-block-165-mobile {
    background-image: url('../images/img-segunda-dobra-mobile.webp');
    border-radius: 20px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: stretch;
    width: 100%;
    height: 50vh;
    display: flex;
  }

  .div-block-166-mobile {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    justify-content: center;
    align-items: center;
    width: 90%;
    margin: 10px auto 20px;
    display: flex;
  }

  .loc-2-mobile {
    background-image: none;
    width: 100%;
    height: auto;
    display: flex;
  }

  .image-142 {
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
  }

  .div-block-169 {
    background-image: linear-gradient(360deg, #317041, #fff0 33%);
    height: 100%;
  }

  .slide-4-5 {
    background-color: #fab001;
    border-radius: 20px;
    width: 100%;
    margin-top: 20px;
    margin-right: 12px;
    padding: 5%;
  }

  .text-span-22 {
    font-weight: 800;
  }

  .h3--sub--wrapper--mobile-2 {
    grid-row-gap: 6px;
    display: flex;
    position: relative;
  }

  .heading-7 {
    font-size: 12vw;
    line-height: 11vw;
  }

  ._2 {
    font-size: 6vw;
  }

  .bold-text-2-copy {
    font-size: 4vw;
  }

  .h3--sub-4 {
    font-size: 6vw;
    line-height: 7vw;
  }

  .text-span-24 {
    font-size: 7vw;
  }

  .text-bairros-copy {
    text-align: center;
  }

  .accordion-content-wrapper {
    padding-left: 3%;
    padding-right: 3%;
  }

  .accordion-image {
    height: 240px;
    margin-bottom: 16px;
  }

  .accordion-content-combo {
    grid-column-gap: 0px;
    grid-row-gap: 16px;
    flex-flow: column;
  }

  .accordion-content-wrapper-copy {
    padding-left: 3%;
    padding-right: 3%;
  }

  .faqs-acc-header {
    padding-right: 3rem;
  }

  .faqs-brow-wrap {
    grid-column-gap: 2.5rem;
    grid-row-gap: 2.5rem;
  }

  .faqs-acc-body-content {
    display: block;
  }

  .list--faqs {
    grid-template-columns: 1fr;
  }

  .faqs-acc-header-icon-wrap {
    margin-right: .75rem;
  }

  .mapa-2 {
    width: 100%;
  }

  .mapa-2---m {
    width: 100%;
    display: flex;
  }

  .text-block-12-copy {
    font-size: 3.4vw;
  }
}


