:root {
  --white: white;
  --brown: #795e25;
  --orange: #d77e2a;
}

.w-embed-youtubevideo {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/youtube-placeholder.2b05e7d68d.svg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}

.w-embed-youtubevideo:empty {
  min-height: 75px;
  padding-bottom: 56.25%;
}

.body {
  border: 0px none var(--white);
  font-family: futura-pt, sans-serif;
}

.form-section {
  background-color: #f3ecda;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  padding-top: 67px;
  padding-bottom: 60px;
  display: flex;
}

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

.container.container-hero {
  justify-content: space-between;
  align-items: center;
  max-width: 1280px;
  display: flex;
}

.container.container-projeto {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  border-top: 1px solid var(--brown);
  border-bottom: 0px solid var(--brown);
  flex-flow: column;
  margin-left: 0;
  margin-right: 0;
  padding-top: 40px;
  padding-bottom: 24px;
  display: flex;
}

.container.container-localizacao {
  grid-row-gap: 40px;
  flex-flow: column;
  display: flex;
}

.container.container-footer {
  grid-row-gap: 32px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding-bottom: 40px;
  display: flex;
}

.form-section-infos {
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 53%;
  max-width: none;
  display: flex;
  position: relative;
}

.p-breve-lancamento {
  color: var(--brown);
  text-align: center;
  letter-spacing: 10px;
  text-transform: uppercase;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 300;
  line-height: 28px;
}

.saint-tropez-logo {
  z-index: 1;
  width: 320px;
  position: relative;
}

.h2 {
  color: var(--brown);
  text-align: center;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  font-size: 20px;
  font-weight: 300;
  line-height: 32px;
}

.form-section-infos-descricoes {
  max-width: none;
}

.p-form-section {
  color: var(--brown);
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 300;
  line-height: 30px;
  text-decoration: none;
}

.p-form-section.line {
  border-top: 1px solid #d77e2a;
  border-bottom: 1px solid #d77e2a;
  margin-top: 16px;
  margin-bottom: 16px;
  padding-top: 15px;
  padding-bottom: 15px;
}

.divider-hero {
  background-color: var(--orange);
  width: 100%;
  height: 1px;
  margin: 16px auto;
}

.form-wrapper {
  grid-row-gap: 16px;
  flex-flow: column;
  width: 42%;
  padding-right: 0;
  display: flex;
  position: relative;
}

.p-form-form-section {
  color: var(--brown);
  margin-bottom: 15px;
  font-size: 20px;
  font-weight: 300;
  line-height: 28px;
}

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

.p-label-form {
  color: var(--brown);
  margin-top: 16px;
  margin-bottom: 15px;
  font-size: 20px;
  font-weight: 300;
}

.input-form {
  border-style: none none solid;
  border-width: 1px 1px 2px;
  border-color: black black var(--brown);
  color: #202020;
  background-color: #fff0;
  width: 100%;
  height: 32px;
  padding-left: 0;
}

.textarea-2 {
  border-style: none none solid;
  border-width: 1px 1px 2px;
  border-color: black black var(--brown);
  color: #202020;
  background-color: #fff0;
  width: 100%;
  height: 80px;
  min-height: 80px;
  max-height: 80px;
  padding-left: 0;
  font-size: 18px;
  line-height: 24px;
}

.submit-bt-fom {
  background-color: var(--orange);
  letter-spacing: 4px;
  text-transform: uppercase;
  width: 100%;
  height: 54px;
  margin-top: 22px;
  font-size: 18px;
  font-weight: 300;
  line-height: 26px;
  transition: all .3s;
}

.submit-bt-fom:hover {
  background-color: var(--brown);
}

.projeto {
  background-color: #f3ecda;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 0;
  margin-bottom: 50px;
  padding-top: 0;
  padding-bottom: 40px;
  display: flex;
}

.img-artistica {
  mix-blend-mode: normal;
  width: 100%;
}

.img-projeto {
  position: relative;
}

.projetistas {
  justify-content: space-between;
  align-items: center;
  width: 720px;
  max-width: 100%;
  margin-top: 16px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.projetista-info {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.p-small {
  color: var(--brown);
  text-align: center;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 24px;
}

.h3 {
  color: var(--brown);
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 400;
}

.p-legenda {
  color: var(--brown);
  letter-spacing: 0;
  margin-bottom: 0;
  font-weight: 600;
  position: absolute;
  bottom: 16px;
  right: 16px;
}

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

.localizacao {
  background-color: var(--orange);
  width: 100%;
  padding-top: 40px;
  padding-bottom: 40px;
  display: none;
}

.localizacao-intro {
  grid-column-gap: 32px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.h2-localizacao {
  max-width: 50ch;
  color: var(--white);
  text-align: left;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 22px;
  font-weight: 300;
  line-height: 32px;
}

.p-localizacao {
  max-width: 70ch;
  color: var(--white);
  text-align: right;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 26px;
}

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

.mosaico-localizacao-2 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.5fr 1.75fr;
  margin-top: 16px;
}

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

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

.mosaico-localizacao-1 {
  grid-template-rows: auto;
  grid-template-columns: 1.75fr 1.5fr 1fr;
}

.footer {
  width: 100%;
  margin-top: 40px;
  padding-right: 0;
}

.p-legenda-localizacao {
  color: var(--white);
  letter-spacing: 0;
  margin-bottom: 0;
  font-weight: 600;
  position: absolute;
  bottom: 16px;
  right: 16px;
}

.image {
  width: 320px;
}

.divider-footer {
  background-color: var(--brown);
  width: 100%;
  height: 1px;
}

.logos-footer {
  justify-content: space-between;
  align-items: flex-start;
  width: 600px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.logo-infos-footer {
  grid-row-gap: 8px;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  height: 80px;
  display: flex;
}

.sabel-logo {
  width: 120px;
}

.labat-logo {
  width: 140px;
}

.siv-logo {
  width: 80px;
}

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

.youtube {
  margin-top: 0;
  margin-bottom: 0;
}

.hero {
  background-color: #f3ecda;
  padding-top: 30px;
}

.image-2 {
  width: 100%;
  max-width: 188px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.paragraph {
  color: #8e7b47;
  text-align: center;
  text-transform: uppercase;
  border-bottom: 1px solid #d77e2a;
  margin-top: 34px;
  margin-bottom: 30px;
  padding-bottom: 30px;
  font-size: 20px;
  font-weight: 300;
  line-height: 22px;
}

.paragraph-2 {
  color: #796432;
  margin-bottom: 0;
  font-size: 12px;
  font-weight: 300;
  line-height: 12px;
}

.paragraph-3 {
  color: #796432;
  text-transform: uppercase;
  margin-bottom: 0;
  font-size: 15px;
  font-weight: 300;
  line-height: 15px;
}

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

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

.div-block-3 {
  grid-column-gap: 37px;
  grid-row-gap: 37px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: 24px;
  padding-bottom: 30px;
  display: flex;
}

.slider {
  background-color: #0000;
  height: 628px;
}

.slide-nav {
  display: none;
}

.left-arrow {
  color: #cd7524;
  background-color: #f3ecda;
  border-radius: 5px;
  width: 56px;
  height: 56px;
  font-size: 20px;
  left: 15px;
}

.right-arrow {
  color: #cd7524;
  background-color: #f3ecda;
  border-radius: 5px;
  width: 56px;
  height: 56px;
  font-size: 20px;
  right: 15px;
}

.slide {
  background-image: url('../images/A9xuzh9h_764jaz_1ic_1.webp');
  background-position: 50%;
  background-size: cover;
}

.slide-item {
  width: 100%;
  height: 100%;
  position: relative;
}

.legenda {
  color: #000;
  text-transform: uppercase;
  background-color: #fff;
  border-radius: 5px;
  margin-bottom: 0;
  padding: 8px 10px;
  font-size: 12px;
  font-weight: 600;
  line-height: 12px;
  position: absolute;
  bottom: 16px;
  right: 15px;
}

.slide10 {
  background-image: url('../images/1-1_1.webp');
  background-size: cover;
}

.slide-3 {
  background-image: url('../images/2-Ilustração-artística-da-Portaria-e-Avenida-de-acesso-ao-empreendimento_1.webp');
  background-position: 50%;
  background-size: cover;
}

.slide8 {
  background-image: url('../images/8_1.webp');
  background-position: 50%;
  background-size: cover;
}

.slide9 {
  background-image: url('../images/9_1.webp');
  background-position: 50%;
  background-size: cover;
}

.slide7 {
  background-image: url('../images/212211211_1.webp');
  background-position: 50%;
  background-size: cover;
}

.slide4 {
  background-image: url('../images/4_1.webp');
  background-position: 50%;
  background-size: cover;
}

.slide5 {
  background-image: url('../images/5_1.webp');
  background-position: 50%;
  background-size: cover;
}

.slide6 {
  background-image: url('../images/6_1.webp');
  background-position: 50%;
  background-size: cover;
}

.slide3 {
  background-image: url('../images/3_1.webp');
  background-position: 50%;
  background-size: cover;
}

.slide2 {
  background-image: url('../images/2_1.webp');
  background-position: 50%;
  background-size: cover;
}

.slide11 {
  background-image: url('../images/riviera_1.webp');
  background-position: 50%;
  background-size: cover;
}

.p-about {
  width: auto;
  color: var(--brown);
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 300;
  line-height: 30px;
  text-decoration: none;
  overflow: visible;
}

.p-about.line {
  border-top: 1px solid #d77e2a;
  border-bottom: 1px solid #d77e2a;
  margin-top: 16px;
  margin-bottom: 16px;
  padding-top: 15px;
  padding-bottom: 15px;
}

.loclaizacao {
  grid-row-gap: 0px;
  mix-blend-mode: darken;
  background-color: #f3ecda;
  background-image: url('../images/bg-areia.webp');
  background-position: 0 0;
  background-size: auto;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 64px;
  padding-bottom: 0;
  display: flex;
  position: relative;
}

.plantas-seta-esq {
  height: 30%;
}

.icone-distancia {
  width: 14px;
}

.tab-content-container {
  width: 100%;
  overflow: visible;
}

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

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

.container-2.container-footer {
  grid-row-gap: 32px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 100%;
  padding-bottom: 40px;
  display: flex;
}

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

.container-2.localizacao-container, .container-2.plantas-container {
  z-index: 2;
  position: relative;
}

.container-2.container-form {
  justify-content: space-between;
  align-items: center;
  max-width: 1280px;
  display: flex;
}

.text-block-2 {
  color: #795e25;
  font-size: 20px;
  font-weight: 600;
}

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

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

.hero-conteudo-wrapper {
  z-index: 3;
  grid-row-gap: 16px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
  position: absolute;
  inset: 12% auto auto 2%;
}

.submit-bt-fom-2 {
  letter-spacing: 4px;
  text-transform: uppercase;
  background-color: #d77e2a;
  width: 100%;
  height: 54px;
  margin-top: 22px;
  font-size: 18px;
  font-weight: 300;
  line-height: 26px;
  transition: all .3s;
}

.submit-bt-fom-2:hover {
  background-color: #795e25;
}

.container-3 {
  width: 100%;
  max-width: 1560px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-left: 32px;
  padding-right: 32px;
}

.container-3.container--contact {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.ficha-tecnica-item {
  grid-row-gap: 8px;
  border-right: 2px dashed #795e25;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
}

.ficha-tecnica-item.primeiro-item {
  padding-left: 0;
}

.ficha-tecnica-item.terceiro-item {
  border-right-width: 0;
  padding-right: 0;
}

.cta-invetido {
  color: #fff;
  letter-spacing: 3px;
  text-transform: uppercase;
  background-color: #d77e2a;
  border: 1px solid #fff;
  padding: 16px 32px;
  font-size: 1.2rem;
  line-height: 1.2rem;
  text-decoration: none;
  transition: all .3s;
}

.cta-invetido:hover {
  color: #d77e2a;
  background-color: #fff0;
  border: 1px solid #d77e2a;
}

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

.lazer-divisoria {
  background-image: url('../images/bg-secao-horizontal.webp');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  padding-top: 64px;
  padding-bottom: 64px;
}

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

.form-section-infos-2 {
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: auto;
  max-width: none;
  display: flex;
  position: relative;
}

.gradient-overlay {
  z-index: 2;
  background-image: linear-gradient(#000000b3, #0000);
  width: 100%;
  height: 50vh;
  position: absolute;
  inset: 0% 0% auto;
}

.video {
  background-color: #f3ecda;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 64px;
  padding-bottom: 64px;
  display: flex;
}

.contact--modal {
  z-index: 20;
  background-color: #795e25;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  padding: 32px 56px;
  display: flex;
  position: fixed;
  inset: 0% -100% 0% auto;
  overflow: visible;
}

.menu--nav--wrapper {
  width: 80%;
}

.localizacao-distancias {
  grid-column-gap: 0px;
  grid-row-gap: 32px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.left-arrow-2 {
  height: 50%;
}

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

.hero-h1 {
  color: #fff;
  letter-spacing: 3px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.8vw;
  font-weight: 300;
  line-height: 1.8vw;
}

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

.link--nav {
  color: #f9f8f5;
  padding-top: 12px;
  padding-bottom: 12px;
  font-size: 1.1rem;
  line-height: 1.1rem;
  transition: opacity .3s;
}

.link--nav:hover {
  opacity: .7;
}

.link--nav.w--current {
  color: #d8d2c3;
}

.link--nav.nav--contato {
  border: 1px solid #fff;
  padding: 12px 40px;
}

.cta-button {
  cursor: pointer;
}

.secao-bg-areia-overlay {
  background-color: #fff9ec80;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 64px;
  padding-bottom: 48px;
  display: flex;
}

.div-block-4 {
  grid-column-gap: 48px;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.contact--infos--wrapper {
  grid-row-gap: 48px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 50%;
  display: flex;
  position: relative;
}

.projetista-info-2 {
  grid-row-gap: 16px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: 30%;
  display: flex;
}

.mask-2 {
  height: auto;
}

.chat--icon {
  cursor: pointer;
  width: 24px;
}

.form-wrapper-2 {
  grid-row-gap: 16px;
  flex-flow: column;
  width: 60%;
  padding-right: 0;
  display: flex;
  position: relative;
}

.tabs-slider-v1 {
  z-index: 2;
  width: 100%;
  margin-top: 24px;
  display: block;
}

.p-small-footer-2 {
  color: #795e25;
  text-align: center;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 24px;
}

.navbar {
  z-index: 2;
  background-color: #ddd0;
  background-image: url('../images/bg-secao-horizontal.webp');
  background-position: 50%;
  background-size: cover;
  justify-content: space-between;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  display: flex;
  position: absolute;
}

.p-info-localizacao {
  color: #4b270f;
  text-align: center;
  margin-bottom: 8px;
  font-size: .9rem;
  line-height: 1.4rem;
}

.nav--logo--wrapper.w--current {
  margin-left: 20px;
}

.lazer-intro {
  background-image: url('../images/bg-intro-lazer.webp');
  background-position: 50% 100%;
  background-repeat: repeat;
  background-size: cover;
  background-attachment: fixed;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  padding-top: 340px;
  padding-bottom: 340px;
  padding-right: 3%;
  display: flex;
}

.projetista-assinatura {
  grid-row-gap: 16px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: 8px;
  display: flex;
}

.planta-conteudo-wrapper {
  grid-row-gap: 16px;
  background-color: #f3ecda;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 50%;
  height: auto;
  padding-top: 0;
  padding-left: 10%;
  display: flex;
}

.mapa-ilustrado {
  z-index: 2;
  mix-blend-mode: multiply;
  width: 100%;
  margin-top: 32px;
  position: relative;
}

.projetista-img {
  width: 180px;
}

.ficha-tecnica-conteudo-wrapper {
  grid-row-gap: 0px;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.contact--modal--close {
  z-index: 1;
  cursor: pointer;
  background-color: #747474;
  justify-content: center;
  align-items: center;
  width: 88px;
  height: 88px;
  display: flex;
  position: absolute;
  inset: 0% 0% auto auto;
}

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

.lazer {
  background-color: #f3ecda;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.tab-link-v1-1 {
  color: #fdfbea;
  background-color: #14252300;
  border: 1px #142523;
  border-radius: 0;
  justify-content: center;
  align-items: center;
  height: 44px;
  font-size: 16px;
  display: flex;
}

.tab-link-v1-1.w--current {
  color: #795e25;
  -webkit-text-stroke-color: #fdfbea;
  background-color: #fdfeff00;
  border: 3px solid #795e25;
  border-radius: 0;
  justify-content: center;
  align-items: center;
  padding: 0 30px;
  font-size: 20px;
  font-weight: 600;
  display: flex;
}

.hero-infos-destaque {
  grid-column-gap: 24px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.plantas--img {
  height: 600px;
}

.localizacao-infos-wrapper {
  grid-row-gap: 8px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: auto;
  display: flex;
}

.slider-plantas-wrapper {
  background-color: #f9f8f5;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  display: flex;
  position: relative;
}

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

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

.h3-2 {
  color: #fff;
  letter-spacing: 3px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.3rem;
  font-weight: 300;
  line-height: 1.8rem;
}

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

.saint-tropez-logo-2 {
  z-index: 1;
  mix-blend-mode: normal;
  width: 340px;
  position: relative;
}

.textarea-3 {
  color: #fff;
  background-color: #fff0;
  border: 1px #000;
  border-bottom: 2px solid #fff;
  width: 100%;
  height: 80px;
  min-height: 80px;
  max-height: 80px;
  padding-left: 0;
  font-size: 18px;
  line-height: 24px;
}

.p-small-2 {
  color: #795e25;
  text-align: center;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 24px;
}

.distancia-item {
  grid-column-gap: 32px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.right-arrow-2 {
  height: 50%;
}

.slide-2 {
  height: auto;
}

.cta-hero {
  color: #fff;
  letter-spacing: 3px;
  text-transform: uppercase;
  background-color: #d77e2a;
  border: 1px solid #d77e2a;
  padding: 16px 32px;
  font-size: 1.2rem;
  line-height: 1.2rem;
  text-decoration: none;
  transition: all .3s;
}

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

.p-plantas {
  color: #795e25;
  text-transform: uppercase;
  margin-bottom: 0;
  font-size: 1.2rem;
  font-weight: 300;
  line-height: 1.7rem;
}

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

.p-legenda-2 {
  color: #fff;
  margin-bottom: 0;
  font-size: .8rem;
  line-height: 1.3rem;
  text-decoration: none;
  position: absolute;
  inset: auto 3% 3% auto;
}

.p-label-form-2 {
  color: #795e25;
  margin-top: 16px;
  margin-bottom: 15px;
  font-size: 20px;
  font-weight: 300;
}

.p-label-form-2.modal {
  color: #fff;
}

.plantas--border {
  background-color: #333;
  width: 100px;
  height: 1px;
}

.cta-padrao {
  color: #d77e2a;
  letter-spacing: 3px;
  text-transform: uppercase;
  background-color: #fff;
  border: 1px solid #fff;
  padding: 16px 32px;
  font-size: 1.2rem;
  line-height: 1.2rem;
  text-decoration: none;
  transition: all .3s;
}

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

.project--modal--icon {
  width: 24px;
}

.p-localizacao-distancias {
  color: #fff;
  margin-bottom: 0;
  font-size: 1.2rem;
  line-height: 1.7rem;
}

.slider--zoom {
  z-index: 10;
  background-color: #fff;
  justify-content: center;
  align-items: center;
  width: 56px;
  height: 56px;
  display: flex;
  position: absolute;
  inset: 4% 2% auto auto;
}

.icon-7 {
  color: #142523;
}

.background-video {
  z-index: 1;
  width: 100%;
  height: 100vh;
}

.mask {
  width: 100%;
  height: auto;
}

.p-ficha-tecnica-item {
  color: #795e25;
  margin-bottom: 0;
  font-size: 1rem;
  line-height: 1.6rem;
}

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

.contact--logo {
  z-index: 0;
  width: 60%;
  position: relative;
}

.nav--logo {
  width: 200px;
}

.localizacao-infos {
  z-index: 2;
  background-image: url('../images/bg-secao-horizontal.webp');
  background-position: 50%;
  background-size: cover;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 24px 40px;
  display: flex;
  position: relative;
}

.main {
  width: 100%;
}

.lightbox-plantas {
  background-color: #fff;
  border: 1px #d8d2c3;
  justify-content: center;
  align-items: center;
  width: 50%;
  height: auto;
  display: flex;
  position: relative;
}

.lightbox-slider-lazer {
  width: 100%;
  text-decoration: none;
  position: relative;
}

.plantas--img--2 {
  object-fit: contain;
  max-width: 100%;
  height: 600px;
}

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

.divider-footer-2 {
  background-color: #795e25;
  width: 100%;
  height: 1px;
}

.p-projetista {
  color: #fff;
  text-align: center;
  margin-bottom: 0;
  font-size: 1rem;
  line-height: 1.5rem;
}

.h2-2 {
  color: #fff;
  text-align: center;
  letter-spacing: 3px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  font-size: 1.5rem;
  font-weight: 300;
  line-height: 2rem;
}

.h2-2.brown {
  color: #795e25;
}

.h2-2.brown.medium {
  font-weight: 400;
}

.h2-2.brown.medium.h2-video {
  border-bottom: 1px solid #795e25;
  margin-top: 32px;
  margin-bottom: 32px;
  padding-bottom: 16px;
}

.h2-2.brown.medium.h2-localizacao {
  color: #795e25;
}

.ficha-tecnica {
  background-color: #e3d3b1;
  background-image: url('../images/bg-areia.webp');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
}

.p-projetista-assinatura {
  color: #fff;
  text-align: center;
  margin-bottom: 0;
  font-size: .9rem;
  line-height: 1.4rem;
}

.hero-p-infos {
  color: #fff;
  text-align: right;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.3vw;
  font-weight: 300;
  line-height: 1.7vw;
  text-decoration: none;
}

.tabs-slide-insider-v1 {
  z-index: 3;
  grid-column-gap: 16px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin: -64px auto 0;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
  position: absolute;
}

.distancia-item-tempo {
  grid-column-gap: 8px;
  justify-content: center;
  align-items: center;
  display: flex;
}

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

.projetistas-2 {
  background-image: url('../images/bg-areia.webp');
  background-position: 50%;
  background-size: cover;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: none;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  padding: 24px 24px 0;
  display: flex;
  position: relative;
}

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

.h3-plantas {
  color: #d77e2a;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3rem;
  font-style: normal;
  font-weight: 400;
  line-height: 3rem;
}

.icon {
  cursor: pointer;
}

.right-arrow-3 {
  height: 30%;
}

.secao-bg-areia-overlay-absolute {
  z-index: 1;
  background-color: #fff9ec80;
  position: absolute;
  inset: 0%;
}

.tab-link-v1-2 {
  color: #333;
  background-color: #14252300;
  border: 1px #142523;
  border-radius: 0;
  justify-content: center;
  align-items: center;
  height: 44px;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 16px;
  display: flex;
}

.tab-link-v1-2.w--current {
  color: #142523;
  background-color: #fdfeff00;
  border: 3px solid #795e25;
}

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

.hero-2 {
  background-color: #f3ecda;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: auto;
  padding-top: 0;
  display: flex;
  overflow: hidden;
}

.hero-video-wrapper {
  z-index: 0;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  margin-top: 0;
  display: flex;
  position: relative;
  overflow: hidden;
}

.projetistas-container {
  z-index: 3;
  grid-row-gap: 40px;
  background-color: #e3d3b100;
  background-image: url('../images/bg-secao-completo.webp');
  background-position: 50%;
  background-size: cover;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 64px;
  padding-bottom: 64px;
  display: flex;
  position: relative;
}

.p-form-form-section-2 {
  color: #795e25;
  margin-bottom: 15px;
  font-size: 20px;
  font-weight: 300;
  line-height: 28px;
}

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

.input-form-2.modal {
  color: #fff;
  border-bottom-color: #fff;
}

.right-arrow-5 {
  height: 30%;
}

.lightbox-plantas-2 {
  background-color: #fffcf5;
  border: 1px #d8d2c3;
  justify-content: center;
  align-items: center;
  width: 50%;
  height: auto;
  display: flex;
  position: relative;
}

.h2-3 {
  color: #795e4f;
  text-align: center;
  letter-spacing: 3px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  font-size: 1.5rem;
  font-weight: 300;
  line-height: 2rem;
}

.h2-3.brown {
  color: #795e25;
}

.h2-3.brown.medium {
  font-weight: 400;
}

.h2-3.brown.medium.h2-video {
  border-bottom: 1px solid #795e25;
  margin-top: 40px;
  margin-bottom: 40px;
  padding-bottom: 16px;
  font-weight: 300;
}

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

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

.container-5.plantas-container {
  z-index: 2;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

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

.container-5.container-footer {
  grid-row-gap: 32px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 100%;
  padding-bottom: 40px;
  display: flex;
}

.container-5.container-form {
  justify-content: space-between;
  align-items: center;
  width: 90%;
  max-width: 1280px;
  display: flex;
}

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

.slider--zoom-3 {
  z-index: 10;
  background-color: #fff;
  justify-content: center;
  align-items: center;
  width: 56px;
  height: 56px;
  display: flex;
  position: absolute;
  inset: 4% 2% auto auto;
}

.about-text-container {
  width: 585px;
}

.slider-v4-imagens {
  background-color: #0000;
  width: 100%;
  max-width: 1200px;
  height: auto;
  margin-top: 60px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 0 50px;
  overflow: visible;
}

.container-6 {
  width: 100%;
  max-width: 1560px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-left: 32px;
  padding-right: 32px;
}

.container-6.container--contact {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.lightbox-plantas-15 {
  background-color: #fffcf5;
  background-image: url('../images/3_2.webp');
  background-position: 0%;
  background-size: cover;
  border: 1px #d8d2c3;
  justify-content: center;
  align-items: center;
  width: 50%;
  height: auto;
  display: flex;
  position: relative;
}

.p-projetista-assinatura-2 {
  color: #795e48;
  text-align: center;
  margin-bottom: 0;
  font-size: .9rem;
  line-height: 1.4rem;
}

.slider-plantas-2 {
  background-color: #ddd0;
  width: 100%;
  height: auto;
}

.lightbox-plantas-6 {
  background-color: #fffcf5;
  background-image: url('../images/1.webp');
  background-position: 80%;
  background-size: cover;
  border: 1px #d8d2c3;
  justify-content: center;
  align-items: center;
  width: 50%;
  height: auto;
  display: flex;
  position: relative;
}

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

.lightbox-plantas-9 {
  background-color: #fff;
  border: 1px #d8d2c3;
  justify-content: center;
  align-items: center;
  width: 50%;
  height: auto;
  display: flex;
  position: relative;
}

.nav-link {
  color: #fff;
  letter-spacing: .25px;
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 1.1rem;
  font-weight: 500;
  line-height: 20px;
  text-decoration: none;
}

.nav-link:hover {
  color: #1a1b1fbf;
}

.nav-link:focus-visible, .nav-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.textarea-4 {
  color: #fff;
  background-color: #fff0;
  border: 1px #000;
  border-bottom: 2px solid #fff;
  width: 100%;
  height: 80px;
  min-height: 80px;
  max-height: 80px;
  padding-left: 0;
  font-size: 18px;
  line-height: 24px;
}

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

.slider-v4-seta-dir {
  background-color: #ddd0;
  border: 1px #000;
  border-radius: 0;
  width: 64px;
  height: 64px;
  transition: all .7s;
  display: none;
  inset: auto 0% 0 auto;
}

.slider-v4-seta-dir:hover {
  border-color: #ff00a1;
  width: 64px;
}

.form-section-2 {
  background-color: #f3ecda;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  padding-top: 67px;
  padding-bottom: 60px;
  display: flex;
}

.left-arrow-3 {
  height: 50%;
}

.p-big {
  color: #795e25;
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  line-height: 26px;
}

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

.p-small-footer-3 {
  color: #795e25;
  text-align: center;
  width: 90%;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 18px;
}

.p-localizacao-distancias-2 {
  color: #795e25;
  width: auto;
  margin-bottom: 0;
  font-size: 1.2rem;
  line-height: 1.7rem;
}

.mask-4 {
  height: auto;
}

.slider-v4-bullets {
  justify-content: center;
  align-items: center;
  display: none;
  bottom: -60px;
}

.localizacao-infos-wrapper-2 {
  grid-column-gap: 120px;
  grid-row-gap: 8px;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  width: auto;
  display: flex;
}

.div-block-26 {
  grid-column-gap: 34px;
  grid-row-gap: 34px;
  justify-content: center;
  align-items: center;
  width: 90%;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.about-the-project {
  grid-column-gap: 120px;
  grid-row-gap: 120px;
  justify-content: center;
  align-items: center;
  padding-top: 61px;
  padding-bottom: 24px;
  display: flex;
}

.lightbox-plantas-11 {
  background-color: #fff;
  border: 1px #d8d2c3;
  justify-content: center;
  align-items: center;
  width: 50%;
  height: auto;
  display: flex;
  position: relative;
}

.footer-2 {
  background-color: #fff;
  width: 100%;
  margin-top: 40px;
  padding-right: 0;
}

.container-7 {
  max-width: 1170px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.heading-7 {
  z-index: -1;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
}

.text-span {
  font-weight: 300;
}

.lightbox-plantas-20 {
  background-color: #fffcf5;
  background-image: url('../images/6_2.webp');
  background-position: 50%;
  background-size: cover;
  border: 1px #d8d2c3;
  justify-content: center;
  align-items: center;
  width: 50%;
  height: auto;
  display: flex;
  position: relative;
}

.navbar-wrapper {
  z-index: 1;
  justify-content: space-between;
  align-items: center;
  display: flex;
  position: relative;
}

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

.lightbox-plantas-7 {
  background-color: #fffcf5;
  background-image: url('../images/2_2.webp');
  background-position: 50%;
  background-size: cover;
  border: 1px #d8d2c3;
  justify-content: center;
  align-items: center;
  width: 50%;
  height: auto;
  display: flex;
  position: relative;
}

.slide-16 {
  width: 100%;
  margin-right: 25px;
}

.plantas-2 {
  grid-column-gap: 72px;
  grid-row-gap: 72px;
  opacity: 1;
  mix-blend-mode: normal;
  background-color: #fff;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 32px;
  padding-bottom: 0;
  display: block;
  position: relative;
}

.location {
  z-index: 1;
  margin-top: 30px;
  position: relative;
}

.distancia-item-2 {
  grid-column-gap: 17px;
  grid-row-gap: 17px;
  justify-content: space-between;
  align-items: center;
  width: auto;
  display: flex;
}

.navbar-logo-left-container {
  z-index: 5;
  background-color: #0000;
  border-bottom: 0 solid #ffffff40;
  width: 100%;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-bottom: 0;
}

.icon-16 {
  color: #c2baa5;
}

.two-columns {
  grid-column-gap: 98px;
  grid-row-gap: 17px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.distancia-item-tempo-2 {
  grid-column-gap: 8px;
  justify-content: center;
  align-items: center;
  width: auto;
  display: flex;
}

.image-103 {
  object-fit: cover;
  width: 410px;
  height: 652px;
}

.image-104 {
  width: 80%;
}

.slider-4-div {
  width: 100%;
  display: flex;
}

.slider-plantas-wrapper-2 {
  background-color: #f9f8f5;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  display: flex;
  position: relative;
}

.paragraph-73 {
  color: #795e25;
  margin-bottom: 0;
  font-size: 15px;
  line-height: 28px;
}

.p-small-3 {
  color: #795e25;
  text-align: center;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 24px;
}

.lightbox-plantas-14 {
  background-color: #fff;
  border: 1px #d8d2c3;
  justify-content: center;
  align-items: center;
  width: 50%;
  height: auto;
  display: flex;
  position: relative;
}

.video-2 {
  background-color: #fff;
  border-top: 14px #846a3680;
  border-bottom: 0 solid #b5a580;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 0;
  padding-bottom: 35px;
  display: flex;
}

.youtube-2 {
  width: 95%;
  margin-top: 0;
  margin-bottom: 0;
}

.h2-4 {
  color: #fff;
  text-align: center;
  letter-spacing: 3px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  font-size: 1.5rem;
  font-weight: 300;
  line-height: 2rem;
}

.h2-4.brown {
  color: #795e25;
}

.h2-4.brown.medium {
  font-weight: 400;
}

.h2-4.brown.medium.h2-localizacao {
  color: #795e25;
  width: 70%;
  margin-left: auto;
  margin-right: auto;
  font-weight: 300;
}

.designers {
  background-color: #fff;
  height: auto;
  padding-top: 50px;
  padding-bottom: 40px;
}

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

.heading-10 {
  color: #795e25;
  text-align: center;
  letter-spacing: 3.2px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 50px;
  padding-right: 0;
  font-size: 1.5rem;
  font-weight: 300;
  line-height: 38px;
}

.paragraph-72 {
  color: #795e25;
  letter-spacing: 1px;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  margin-top: 19px;
  margin-bottom: 25px;
  padding-top: 25px;
  padding-bottom: 25px;
  font-size: 15px;
  font-weight: 400;
  line-height: 17px;
}

.mask-8 {
  width: 100%;
  max-width: 1280px;
  height: auto;
}

.page-title {
  z-index: 100;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  mix-blend-mode: normal;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding-left: 40px;
  padding-right: 40px;
  display: inline-flex;
  position: absolute;
  inset: 2vw 0% auto;
}

.mask-3 {
  width: 100%;
  height: auto;
}

.heading-11 {
  opacity: 0;
}

.slider-4-wrapper {
  flex-flow: column;
  flex: none;
  justify-content: center;
  align-items: flex-start;
  width: 90%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.contact--modal-2 {
  z-index: 999;
  background-color: #795e25;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  padding: 32px 56px;
  display: flex;
  position: fixed;
  inset: 0% -100% 0% auto;
  overflow: visible;
}

.slider-6 {
  display: none;
}

.localizacao-infos-2 {
  z-index: 2;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 14px 40px 24px;
  display: flex;
  position: relative;
}

.right-overlay-block {
  background-color: #fff;
  width: 50%;
  transform: translate(100%);
}

.img-about-container {
  max-width: 500px;
  max-height: 652px;
  position: relative;
}

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

.nav-menu-two {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.tabs-slide-insider-v2 {
  z-index: 3;
  grid-column-gap: 16px;
  text-align: left;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin: 0 auto;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
  position: absolute;
}

.slide-17 {
  height: auto;
  margin-top: 30px;
}

.left-overlay-block {
  background-color: #fff;
  width: 50%;
  transform: translate(-100%);
}

.slider-v4-seta-esq {
  background-color: #ddd;
  border: 1px #000;
  border-radius: 0;
  width: 64px;
  height: 64px;
  transition: all .7s;
  inset: auto 0% 0 auto;
}

.slider-v4-seta-esq:hover {
  border-color: #ff00a1;
  width: 64px;
}

.slider-v4-seta-esq.l {
  background-color: #ddd0;
  border-radius: 0;
  display: none;
  top: auto;
  bottom: 0;
  right: 76px;
}

.slider-v4-seta-esq.l:hover {
  width: 64px;
}

.h3-3 {
  color: #795e25;
  letter-spacing: 3px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.3rem;
  font-weight: 300;
  line-height: 1.8rem;
}

.about {
  position: relative;
}

.lightbox-plantas-16 {
  background-color: #fffcf5;
  background-image: url('../images/5_2.webp');
  background-position: 50%;
  background-size: cover;
  border: 1px #d8d2c3;
  justify-content: center;
  align-items: center;
  width: 50%;
  height: auto;
  display: flex;
  position: relative;
}

.list-item {
  background-color: #d77e2a;
}

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

.container-9 {
  width: 100%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  display: block;
  position: relative;
}

.div-block-28 {
  border-top: 0 solid #795e2580;
  margin-top: 20px;
  padding-top: 0;
  padding-bottom: 20px;
}

.saint-tropez-logo-3 {
  z-index: 1;
  mix-blend-mode: normal;
  width: 390px;
  position: relative;
}

.hero-section {
  padding-left: 0;
  padding-right: 0;
}

.localizacao-distancias-2 {
  grid-column-gap: 0px;
  grid-row-gap: 32px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.hero-image-background {
  background-image: url('../images/ceu.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  width: 100%;
  height: 100%;
}

.tabs-slider-v2 {
  z-index: 2;
  text-align: left;
  width: 100%;
  margin-top: 24px;
  display: block;
}

.paragraph-58 {
  color: #795e25;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 0;
  font-family: futura-pt, sans-serif;
  font-size: 1.5rem;
  font-weight: 300;
  line-height: 35px;
}

.lazer-intro-2 {
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 35px;
  padding-bottom: 35px;
  padding-right: 3%;
  display: flex;
}

.div-block-24 {
  background-color: #0000;
  background-image: url('../images/bg-areia.webp');
  background-size: cover;
  width: 30%;
  height: 652px;
  position: absolute;
  top: 61px;
  left: 0;
}

.lazer-2 {
  background-color: #f3ecda;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.code-embed {
  width: 100%;
}

.icon-17 {
  cursor: pointer;
}

.projetista-assinatura-2 {
  grid-row-gap: 16px;
  color: #885e25;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: 8px;
  display: flex;
}

.map {
  justify-content: center;
  align-items: flex-end;
  height: auto;
  margin-top: 30px;
  display: flex;
  position: relative;
}

.animated-overlay-blocks {
  z-index: 4;
  display: flex;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.hero-image-foreground {
  z-index: 3;
  background-image: url('../images/img-teste.webp');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  height: auto;
  position: absolute;
  inset: 0%;
}

.p-localizacao-distancias-2-copy {
  color: #795e25;
  width: auto;
  margin-bottom: 0;
  font-size: 1.2rem;
  line-height: 1.7rem;
}

.item-about {
  margin-top: 0;
}

.p-projetista-2 {
  color: #885e25;
  text-align: center;
  margin-bottom: 0;
  font-size: 1rem;
  line-height: 1.5rem;
}

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

.lightbox-plantas-17 {
  background-color: #fffcf5;
  background-image: url('../images/4_2.webp');
  background-position: 0%;
  background-size: cover;
  border: 1px #d8d2c3;
  justify-content: center;
  align-items: center;
  width: 50%;
  height: auto;
  display: flex;
  position: relative;
}

.p-form-form-section-3 {
  color: #795e25;
  margin-bottom: 15px;
  font-size: 20px;
  font-weight: 300;
  line-height: 28px;
}

.input-form-3 {
  color: #202020;
  background-color: #fff0;
  border: 1px #000;
  border-bottom: 2px solid #795e25;
  width: 100%;
  height: 32px;
  padding-left: 0;
}

.input-form-3.modal {
  color: #fff;
  border-bottom-color: #fff;
}

.icon-19 {
  color: #795e25;
}

.hero-images-wrapper {
  align-items: stretch;
  height: 100vh;
  min-height: 100vh;
  max-height: 100vh;
  margin-bottom: 40px;
  margin-left: auto;
  position: relative;
  overflow: hidden;
}

@media screen and (min-width: 1280px) {
  .container-5.plantas-container {
    margin-left: auto;
    margin-right: auto;
  }

  .lightbox-plantas-15 {
    background-image: url('../images/3_2.webp');
    background-position: 10%;
  }

  .zoom--icon-2 {
    width: 15px;
  }

  .textarea-4 {
    color: #202020;
  }

  .form-section-2 {
    width: 95%;
    margin-left: auto;
    margin-right: auto;
  }

  .lightbox-plantas-20 {
    background-image: url('../images/4_2.webp');
    background-position: 1%;
  }

  .lightbox-plantas-16 {
    background-image: url('../images/5_2.webp');
    background-position: 50%;
  }

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

  .lightbox-plantas-17 {
    background-image: url('../images/4_2.webp');
    background-position: 1%;
  }
}

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

  .slider-v4-imagens {
    height: auto;
  }

  .slider-plantas-2 {
    opacity: 1;
  }

  .slider-v4-seta-dir {
    background-color: #ddd0;
  }

  .p-big {
    color: #795e25;
  }

  .p-localizacao-distancias-2 {
    font-size: 1.2rem;
  }

  .localizacao-infos-wrapper-2 {
    grid-column-gap: 230px;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    max-width: 1280px;
  }

  .location {
    margin-top: 30px;
  }

  .distancia-item-2 {
    justify-content: flex-end;
    align-items: center;
  }

  .div-block-27 {
    margin-top: 20px;
  }

  .slider-v4-seta-esq.l {
    background-color: #795e2500;
  }

  .slider-combo-content {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
  }

  .p-localizacao-distancias-2-copy {
    color: #443516;
    font-size: 1rem;
  }

  .icon-19 {
    z-index: 5;
    color: #795e25;
  }
}

@media screen and (max-width: 991px) {
  .mosaic-wrapper {
    flex-direction: column;
  }

  .mosaico-localizacao-2, .mosaico-localizacao-1 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: column;
  }

  .slider-v4-imagens {
    padding-left: 0;
    padding-right: 0;
  }

  .nav-menu-wrapper {
    background-color: #0000;
  }

  .slider-4-div {
    height: 580px;
  }

  .menu-button-2 {
    background-color: #c8c8c800;
    padding: 12px;
  }

  .menu-button-2.w--open {
    color: #1e1e1e;
    background-color: #c8c8c800;
  }

  .page-title {
    padding-left: 20px;
    padding-right: 20px;
    top: 10vw;
  }

  .nav-menu-two {
    background-color: #fff;
    flex-flow: column;
    justify-content: space-around;
    align-items: flex-start;
    padding: 20px 20px 20px 15px;
    display: flex;
    box-shadow: 0 8px 50px #0000000d;
  }

  .slider-v4-seta-esq.l {
    right: 15%;
  }

  .hero-section {
    padding-left: 15px;
    padding-right: 15px;
  }

  .hero-image-background, .hero-image-foreground {
    background-attachment: scroll;
  }
}

@media screen and (max-width: 767px) {
  .nav-link {
    display: inline-block;
  }

  .navbar-logo-left-container {
    max-width: 100%;
  }

  .slider-4-div {
    height: 550px;
  }

  .nav-menu-two {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-direction: column;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .navbar-brand {
    padding-left: 0;
  }

  .hero-images-wrapper {
    height: 50vh;
    min-height: 50vh;
    max-height: 50vh;
  }
}

@media screen and (max-width: 479px) {
  .body {
    border-width: 8px;
  }

  .form-section {
    background-image: none;
    height: auto;
    padding-top: 0;
    padding-bottom: 16px;
  }

  .container.container-hero {
    grid-row-gap: 24px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    padding-left: 3%;
    padding-right: 3%;
  }

  .container.container-projeto {
    border-top-style: none;
    border-bottom-style: none;
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding: 32px 3% 0;
    position: relative;
    overflow: visible;
  }

  .container.container-localizacao {
    padding-left: 3%;
    padding-right: 3%;
  }

  .form-section-infos {
    grid-row-gap: 24px;
    width: 100%;
    padding-top: 24px;
  }

  .p-breve-lancamento {
    text-align: left;
    letter-spacing: 4px;
  }

  .h2 {
    font-size: 18px;
    line-height: 22px;
  }

  .p-form-section {
    overflow-wrap: normal;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .form-wrapper {
    grid-row-gap: 8px;
    width: 100%;
  }

  .p-form-form-section {
    font-size: 19px;
    line-height: 27px;
  }

  .textarea-2 {
    height: 100px;
    min-height: 100px;
    max-height: 100px;
    line-height: 24px;
  }

  .projeto {
    max-width: 100%;
    overflow: visible;
  }

  .projetistas {
    grid-row-gap: 24px;
    flex-flow: column;
  }

  .p-legenda {
    text-align: right;
    left: 0;
  }

  .h1 {
    z-index: -1;
  }

  .localizacao {
    padding-top: 24px;
    padding-bottom: 16px;
  }

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

  .h2-localizacao, .p-localizacao {
    text-align: left;
    max-width: 100%;
  }

  .mosaico-localizacao-2, .mosaico-localizacao-1 {
    flex-flow: column;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    display: flex;
  }

  .logos-footer {
    grid-row-gap: 48px;
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
    width: 100%;
  }

  .logo-infos-footer {
    grid-row-gap: 16px;
    justify-content: flex-start;
    align-items: center;
  }

  .p-small-footer {
    text-align: center;
  }

  .hero, .div-block-3 {
    padding-left: 3%;
    padding-right: 3%;
  }

  .slider {
    height: 250px;
  }

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

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

  .p-about {
    box-sizing: border-box;
    clear: none;
    text-transform: uppercase;
    overflow-wrap: normal;
    object-fit: fill;
    object-position: 50% 50%;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    font-weight: 300;
    position: static;
  }

  .loclaizacao {
    padding-top: 48px;
  }

  .plantas-seta-esq {
    height: 100%;
    display: none;
  }

  .tab-content-container {
    height: auto;
    margin-top: 64px;
  }

  .container-2.projetistas-wrapper {
    grid-row-gap: 40px;
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    max-width: none;
    padding-left: 0;
    padding-right: 0;
  }

  .container-2.container-form {
    grid-row-gap: 24px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    padding-left: 3%;
    padding-right: 3%;
  }

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

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

  .hero-conteudo-wrapper {
    margin-top: 15%;
    top: 10%;
  }

  .container-3.container--contact {
    grid-row-gap: 24px;
    flex-flow: column;
    justify-content: center;
    padding-left: 0;
    padding-right: 16px;
  }

  .ficha-tecnica-item {
    border-bottom: 2px dashed #795e25;
    border-right-style: none;
    padding-left: 0;
    padding-right: 0;
  }

  .ficha-tecnica-item.primeiro-item {
    border-bottom: 2px dashed #795e25;
    border-right-style: none;
    width: 100%;
    padding-bottom: 16px;
  }

  .ficha-tecnica-item.terceiro-item {
    border-bottom-style: none;
    width: 100%;
  }

  .icon-10 {
    margin-left: 8px;
    font-size: 24px;
  }

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

  .slide-nav-3 {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .lazer-divisoria {
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .form-section-infos-2 {
    grid-row-gap: 24px;
    width: 100%;
    padding-top: 24px;
  }

  .gradient-overlay {
    height: 70vh;
  }

  .video {
    padding: 40px 16px;
  }

  .contact--modal {
    background-color: #795e25;
    padding-left: 16px;
    padding-right: 16px;
    right: -100%;
  }

  .menu--nav--wrapper {
    justify-content: flex-end;
    align-items: center;
    width: 0%;
    max-width: 100%;
    display: flex;
  }

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

  .hero-h1 {
    font-size: 5.5vw;
    line-height: 8vw;
  }

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

  .link--nav {
    color: #795e25;
    justify-content: flex-end;
    align-items: center;
    font-size: 1.2rem;
    line-height: 1.6rem;
    display: flex;
  }

  .link--nav.nav--contato {
    border-color: #795e25;
    border-top-style: none;
    border-left-style: none;
    border-right-style: none;
  }

  .cta-button {
    z-index: 8;
    cursor: pointer;
  }

  .secao-bg-areia-overlay {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .div-block-4 {
    grid-column-gap: 0px;
    grid-row-gap: 16px;
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
  }

  .contact--infos--wrapper {
    width: 100%;
  }

  .projetista-info-2 {
    max-width: 100%;
  }

  .form-wrapper-2 {
    grid-row-gap: 0px;
    width: 100%;
  }

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

  .menu-button {
    color: #f9f8f5;
    padding-right: 0;
    font-size: 24px;
  }

  .menu-button.w--open {
    background-color: #c8c8c800;
    transition: all .2s;
    transform: translate(0, -11px)translate(0)rotate(90deg);
  }

  .p-small-footer-2 {
    text-align: center;
  }

  .nav--logo--wrapper {
    width: 100%;
    padding-left: 0;
  }

  .nav--logo--wrapper.w--current {
    width: auto;
    margin-left: 16px;
    padding-left: 0;
  }

  .lazer-intro {
    padding-top: 256px;
    padding-bottom: 256px;
    padding-right: 0%;
  }

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

  .projetista-assinatura {
    grid-row-gap: 12px;
    margin-top: 0;
  }

  .planta-conteudo-wrapper {
    width: 100%;
    padding-top: 16px;
    padding-bottom: 16px;
    padding-left: 16px;
  }

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

  .contact--modal--close {
    background-color: #747474;
    width: 64px;
    height: 64px;
  }

  .plantas {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .tab-link-v1-1 {
    border-color: #fdfeff;
    padding-left: 10px;
    padding-right: 10px;
  }

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

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

  .plantas--img {
    height: 40vh;
  }

  .localizacao-infos-wrapper {
    grid-row-gap: 16px;
    width: 100%;
  }

  .slider-plantas-wrapper {
    grid-row-gap: 0px;
    flex-flow: column-reverse;
    padding-top: 24px;
    padding-bottom: 0;
  }

  .menu--nav {
    background-color: #fff;
    justify-content: flex-end;
    align-items: center;
    width: 100%;
    height: 100vh;
    margin-top: 98px;
    padding-top: 40px;
  }

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

  .saint-tropez-logo-2 {
    width: 70vw;
  }

  .textarea-3 {
    color: #fff;
    border-bottom-color: #fff;
    height: 100px;
    min-height: 100px;
    max-height: 100px;
    line-height: 24px;
  }

  .p-label-form-2.modal {
    color: #fff;
  }

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

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

  .icon-11 {
    margin-right: 8px;
    font-size: 24px;
  }

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

  .background-video {
    height: 70vh;
  }

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

  .contact--logo {
    width: 70%;
  }

  .nav--logo {
    width: 200px;
  }

  .localizacao-infos {
    grid-row-gap: 24px;
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    padding: 24px 16px;
  }

  .lightbox-plantas {
    width: 100%;
  }

  .plantas--img--2 {
    height: 40vh;
  }

  .icon-13 {
    margin-right: 8px;
    font-size: 24px;
  }

  .h2-2 {
    font-size: 18px;
    line-height: 26px;
  }

  .h2-2.brown.medium.h2-video {
    margin-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .h2-2.brown.medium.h2-localizacao {
    padding-left: 16px;
    padding-right: 16px;
  }

  .icon-12 {
    margin-left: 8px;
    font-size: 24px;
  }

  .ficha-tecnica {
    overflow: hidden;
  }

  .hero-p-infos {
    text-align: left;
    overflow-wrap: normal;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    font-size: 3.4vw;
    line-height: 6vw;
  }

  .tabs-slide-insider-v1 {
    grid-column-gap: 0px;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    margin-top: 0;
    padding-left: 16px;
    padding-right: 0;
  }

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

  .projetistas-2 {
    grid-row-gap: 24px;
    flex-flow: column;
    padding-top: 0;
    padding-left: 16px;
    padding-right: 16px;
    overflow: hidden;
  }

  .container-ficha-tecnica {
    grid-row-gap: 32px;
    flex-flow: column;
    padding-left: 16px;
    padding-right: 16px;
  }

  .h3-plantas {
    font-size: 2.4rem;
    line-height: 2.4rem;
  }

  .icon {
    color: #80776c;
  }

  .right-arrow-3 {
    height: 100%;
    display: none;
  }

  .tab-link-v1-2 {
    border-color: #fdfeff;
    padding-left: 20px;
    padding-right: 20px;
  }

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

  .hero-2 {
    padding-left: 0%;
    padding-right: 0%;
  }

  .hero-video-wrapper {
    height: 70vh;
  }

  .projetistas-container {
    grid-row-gap: 24px;
    padding: 32px 16px;
  }

  .p-form-form-section-2 {
    font-size: 19px;
    line-height: 27px;
  }

  .p-form-form-section-2.p-form-modal {
    color: #fff;
    margin-bottom: 0;
  }

  .input-form-2.modal {
    color: #fff;
    border-bottom-color: #fff;
  }

  .right-arrow-5 {
    height: 100%;
    display: none;
  }

  .lightbox-plantas-2 {
    width: 100%;
  }

  .h2-3 {
    width: 95%;
    font-size: 18px;
    line-height: 26px;
  }

  .h2-3.brown.medium.h2-video {
    margin-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .container-5.container-form {
    grid-row-gap: 24px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    padding-left: 3%;
    padding-right: 3%;
  }

  .container-5.projetistas-wrapper {
    grid-row-gap: 40px;
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    max-width: none;
    padding-left: 0;
    padding-right: 0;
  }

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

  .about-text-container {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .slider-v4-imagens {
    width: 100%;
    height: 100%;
    padding: 0;
  }

  .container-6.container--contact {
    grid-row-gap: 24px;
    flex-flow: column;
    justify-content: center;
    padding-left: 0;
    padding-right: 16px;
  }

  .lightbox-plantas-15 {
    width: 100%;
    height: 400px;
  }

  .icon-14 {
    margin-right: 8px;
    font-size: 24px;
  }

  .slider-plantas-2 {
    padding-bottom: 40px;
  }

  .icon-15 {
    margin-left: 8px;
    font-size: 24px;
  }

  .lightbox-plantas-6 {
    width: 100%;
    height: 400px;
  }

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

  .lightbox-plantas-9 {
    width: 100%;
  }

  .nav-link {
    color: #d77e2a;
  }

  .textarea-4 {
    color: #fff;
    border-bottom-color: #795e25;
    height: 100px;
    min-height: 100px;
    max-height: 100px;
    line-height: 24px;
  }

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

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

  .form-section-2 {
    background-image: none;
    border-top: 14px solid #b5a580;
    height: auto;
    padding-top: 0;
    padding-bottom: 16px;
  }

  .p-small-footer-3 {
    text-align: center;
  }

  .mask-4 {
    height: 880px;
  }

  .slider-v4-bullets {
    color: #795e25;
    width: 100%;
    display: none;
    inset: auto 0% -16px;
  }

  .nav-menu-wrapper {
    margin-top: 20px;
  }

  .localizacao-infos-wrapper-2 {
    grid-row-gap: 16px;
    flex-flow: column;
    width: 100%;
  }

  .about-the-project {
    padding-top: 30px;
    padding-bottom: 0;
  }

  .lightbox-plantas-11 {
    width: 100%;
  }

  .container-7 {
    width: 100%;
    padding-left: 16px;
    padding-right: 16px;
  }

  .lightbox-plantas-20 {
    width: 100%;
    height: 400px;
  }

  .navbar-wrapper {
    padding-left: 15px;
    padding-right: 15px;
  }

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

  .lightbox-plantas-7 {
    width: 100%;
    height: 400px;
  }

  .slide-16 {
    width: 100%;
    padding-left: 2%;
    padding-right: 2%;
  }

  .plantas-2 {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    padding-top: 40px;
    padding-bottom: 0;
  }

  .location {
    margin-top: 20px;
  }

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

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

  .slider-4-div {
    height: 650px;
  }

  .slider-plantas-wrapper-2 {
    grid-row-gap: 0px;
    flex-flow: column-reverse;
    padding-top: 0;
    padding-bottom: 0;
  }

  .paragraph-73 {
    text-align: center;
  }

  .menu-button-2 {
    padding: 0;
  }

  .lightbox-plantas-14 {
    width: 100%;
  }

  .video-2 {
    padding: 40px 16px;
  }

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

  .h2-4 {
    font-size: 18px;
    line-height: 26px;
  }

  .h2-4.brown.medium.h2-localizacao {
    width: 95%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 16px;
    padding-right: 16px;
  }

  .designers {
    padding-top: 62px;
  }

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

  .heading-10 {
    padding-right: 0;
    font-size: 27px;
    line-height: 32px;
  }

  .paragraph-72 {
    text-align: center;
    padding-top: 17px;
    padding-bottom: 17px;
  }

  .mask-8 {
    height: auto;
  }

  .left-arrow-6 {
    display: none;
  }

  .page-title {
    padding-left: 10px;
    padding-right: 10px;
    top: 1vh;
  }

  .slider-4-wrapper {
    justify-content: flex-start;
    align-items: center;
  }

  .contact--modal-2 {
    background-color: #795e25;
    padding-left: 16px;
    padding-right: 16px;
    right: -100%;
  }

  .slider-6 {
    background-color: #0000;
    height: auto;
    padding-bottom: 60px;
    display: block;
  }

  .localizacao-infos-2 {
    grid-row-gap: 24px;
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    padding: 24px 30px;
    display: none;
  }

  .img-about-container {
    display: none;
  }

  .slide-nav-6 {
    background-color: #f3ecda;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .nav-menu-two {
    flex-direction: column;
  }

  .tabs-slide-insider-v2 {
    grid-column-gap: 0px;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-top: 0;
    padding-left: 16px;
    padding-right: 0;
  }

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

  .slider-v4-seta-esq.l {
    display: none;
    right: 35%;
  }

  .lightbox-plantas-16 {
    width: 100%;
    height: 400px;
  }

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

  .div-block-28 {
    margin-top: 0;
    padding-bottom: 0;
  }

  .saint-tropez-logo-3 {
    width: 70vw;
  }

  .hero-section {
    padding-left: 0;
    padding-right: 0;
  }

  .localizacao-distancias-2 {
    grid-row-gap: 16px;
    width: 100%;
  }

  .list-about {
    display: none;
  }

  .tabs-slider-v2 {
    margin-top: 30px;
    position: relative;
  }

  .paragraph-58 {
    line-height: 28px;
  }

  .lazer-intro-2 {
    padding-top: 35px;
    padding-bottom: 35px;
    padding-right: 0%;
  }

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

  .lazer-2 {
    justify-content: flex-start;
    align-items: center;
    height: auto;
    padding-bottom: 30px;
  }

  .code-embed {
    margin-bottom: 0;
  }

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

  .icon-17 {
    color: #80776c;
  }

  .projetista-assinatura-2 {
    grid-row-gap: 12px;
    margin-top: 0;
  }

  .map {
    background-position: 50%;
    flex-flow: row;
  }

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

  .slider--zoom-4 {
    width: 40px;
    height: 40px;
    right: 2%;
  }

  .lightbox-plantas-17 {
    width: 100%;
    height: 400px;
  }

  .p-form-form-section-3 {
    font-size: 19px;
    line-height: 27px;
  }

  .p-form-form-section-3.p-form-modal {
    color: #fff;
    margin-bottom: 0;
  }

  .input-form-3.modal {
    color: #fff;
    border-bottom-color: #fff;
  }

  .hero-images-wrapper {
    height: 80vh;
    min-height: 80vh;
    max-height: 80vh;
  }
}


