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

body {
  color: #303436;
  font-family: Gotham, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
}

.navbar-01 {
  z-index: 1000;
  background-color: #303436;
  align-items: center;
  padding-left: 64px;
  padding-right: 64px;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 0%;
}

.nav-01-container {
  max-width: 1216px;
  min-height: 80px;
  flex: 1;
  justify-content: space-between;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 2px;
  display: flex;
}

.nav-01-block {
  align-items: center;
  display: flex;
}

.nav-01-link {
  color: rgba(255, 255, 255, .56);
  letter-spacing: .5px;
  padding: 16px;
  font-size: 15px;
  font-weight: 500;
  text-decoration: none;
  transition: color .26s ease-in-out;
}

.nav-01-link:hover {
  color: #fff;
}

.nav-01-link.w--current {
  color: #fff;
  font-weight: 700;
}

.nav-01-link.contato {
  display: none;
}

.nav-01-btn {
  letter-spacing: .5px;
  background-color: #ba9166;
  border-radius: 4px;
  margin-left: 40px;
  padding: 12px 24px;
  font-size: 14px;
  font-weight: 700;
  transition: background-color .32s ease-in-out;
  display: none;
}

.nav-01-btn:hover {
  background-color: #9c764e;
}

.nav-01-brand {
  width: 140px;
  height: 60px;
}

.navbar-logo {
  width: 100%;
  height: 100%;
}

.stroke-ramp {
  height: 3px;
  background-image: linear-gradient(to right, #754d2a, #ba9166 50%, #d4ac80);
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.stroke-ramp.tp-stroke {
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.s-hero {
  z-index: 10;
  height: 620px;
  text-align: center;
  background-image: linear-gradient(rgba(219, 180, 135, 0) 32%, rgba(117, 76, 41, .72)), url('../images/living_vedara.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
  justify-content: center;
  align-items: flex-end;
  padding-bottom: 64px;
  padding-left: 64px;
  padding-right: 64px;
  display: flex;
  position: relative;
}

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

.container._1440px {
  max-width: 1440px;
}

.heading-64px {
  color: #fff;
  letter-spacing: 3px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 64px;
  font-weight: 300;
  line-height: 72px;
}

.heading-64px.black-heading {
  color: #303436;
}

.lsd-plantas__kv-dot {
  width: 12px;
  height: 12px;
  background-color: #ba9166;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  top: auto;
  bottom: -1%;
  left: 0%;
  right: 0%;
  transform: rotate(45deg);
}

.s-hero-highlight {
  background-image: url('../images/texture_02.jpg');
  background-position: 50%;
  background-size: cover;
  margin-top: -4px;
  padding-left: 64px;
  padding-right: 64px;
  position: relative;
}

.highlight-block-gradinet {
  width: 100%;
  height: 88px;
  background-image: linear-gradient(225deg, #dbb487, #be966c 12%, #754c29 37%, #dbb487 69%, #754c29);
  align-items: center;
  padding: 3px;
}

.highlight-block-text {
  width: 100%;
  height: 100%;
  color: #ba9166;
  text-align: center;
  letter-spacing: 5px;
  text-transform: uppercase;
  background-color: #fff;
  background-image: url('../images/texture_02.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 32px;
  font-weight: 300;
  display: flex;
}

.s-about {
  min-height: 100vh;
  align-items: center;
  padding: 160px 64px;
  display: flex;
  position: relative;
}

.feat-01-text {
  color: #5b6367;
  text-transform: uppercase;
  margin-bottom: 0;
  font-family: Gotham book, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 1;
}

.text-box {
  width: 100%;
}

.text-box._720px {
  max-width: 720px;
}

.text-box._400px {
  width: 400px;
}

.text-box._640px {
  width: 641px;
}

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

.label {
  letter-spacing: 8px;
  text-transform: uppercase;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(to right, #754d2a, #ba9166 51%, #754d2a);
  -webkit-background-clip: text;
  background-clip: text;
  margin-top: 0;
  margin-bottom: 32px;
  padding-top: 4px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  display: inline-block;
}

.label.dark-area {
  background-image: linear-gradient(to right, #cc8649, #e6b37e 31%, #ffca8f 46%);
  padding: 8px 8px 8px 0;
}

.feature-list-01 {
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 32px;
  display: flex;
}

.feat-01-heading-block {
  display: inline-block;
}

.feat-01-block {
  flex: 1;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 32px;
  display: flex;
}

.feat-01-block.is--last {
  margin-bottom: 0;
}

.feature-img {
  height: 840px;
  background-color: #fff;
  margin: 4px;
  padding: 12px;
}

.feat-01-icon {
  width: 32px;
  height: 32px;
  margin-right: 20px;
}

.feat-01-heading {
  color: #5b6367;
  text-transform: uppercase;
  margin-bottom: 8px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
}

.feat-01-heading.no--margin {
  margin-bottom: 0;
}

.paragraph {
  color: #5b6367;
  margin-bottom: 0;
  font-family: Gotham book, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.8;
}

.paragraph.white-p {
  color: #fff;
}

.feature-block.left-block {
  background-image: linear-gradient(#dbb487, #be966c 24%, #754c29 50%, #dbb487 75%, #754c29);
  margin-right: 32px;
  position: relative;
}

.feature-block.right-block {
  flex-direction: column;
  flex: 1;
  justify-content: space-between;
  margin-left: 32px;
  padding-top: 72px;
  padding-bottom: 72px;
  display: flex;
}

.s-about-bg {
  height: 52%;
  background-image: url('../images/texture_02.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.s-about-block {
  z-index: 1;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
  position: relative;
}

.heading-20px {
  color: #303436;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Gotham book, sans-serif;
  font-size: 20px;
  font-weight: 300;
  line-height: 1.25;
}

.heading-20px.white-heading {
  color: #fff;
  font-weight: 400;
}

.divider-ramp {
  width: 56px;
  height: 4px;
  background-image: linear-gradient(264deg, #754d2a, #ba9166 49%, #d4ac80);
}

.divider-ramp._48px-bt {
  margin-top: 24px;
  margin-bottom: 48px;
}

.divider-ramp._24px-tp {
  margin-top: 24px;
}

.divider-ramp._32px-tp {
  margin-top: 32px;
}

.caption {
  color: #838a91;
  font-size: 13px;
  font-weight: 500;
  position: absolute;
  top: auto;
  bottom: -4%;
  left: 0%;
  right: auto;
}

.footer-cta__wrapper {
  width: 100%;
  background-image: url('../images/texture_01.jpg');
  background-position: 50%;
  background-size: cover;
  background-attachment: fixed;
  justify-content: space-between;
  align-items: center;
  margin-top: 24px;
  padding: 56px 48px;
  display: flex;
  position: relative;
}

.footer-cta__divider {
  width: 3px;
  height: 40px;
  opacity: .2;
  background-color: #eaeef0;
}

.heading {
  margin-top: 0;
  margin-bottom: 0;
  line-height: 1.25;
}

.heading._17px {
  color: #fff;
  text-transform: uppercase;
  font-size: 17px;
  font-weight: 300;
  line-height: 1.4em;
  display: inline-block;
}

.heading._16px {
  color: #fff;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.3em;
  display: inline-block;
}

.footer-cta__line {
  width: 40px;
  height: 3px;
  background-image: linear-gradient(270deg, #754d2a, #ba9166 52%, #d4ac80);
  margin-top: 16px;
}

.footer-cta__block {
  color: #fff;
  cursor: pointer;
  font-size: 14px;
}

.frame-decoration {
  position: absolute;
  top: -16px;
  bottom: auto;
  left: -16px;
  right: auto;
}

.frame-decoration.frame-02 {
  top: -18px;
  left: auto;
  right: -18px;
}

.frame-decoration.frame-03 {
  top: auto;
  bottom: -18px;
  left: -18px;
  right: auto;
}

.frame-decoration.frame-plantas-01 {
  z-index: 5;
  width: 56px;
  top: 16px;
  bottom: auto;
  left: 16px;
  right: auto;
}

.frame-decoration.frame-plantas-02 {
  width: 50px;
  top: auto;
  bottom: 25px;
  left: auto;
  right: 24px;
}

.frame-decoration.frame-plantas-03 {
  width: 50px;
  top: auto;
  bottom: 45px;
  left: auto;
  right: 64px;
}

.frame-decoration.frame-plantas-04 {
  z-index: 5;
  width: 56px;
  top: 24px;
  bottom: auto;
  left: 24px;
  right: auto;
}

.frame-decoration.frame-footer-2 {
  top: auto;
  bottom: -18px;
  left: -18px;
  right: auto;
}

.frame-decoration.frame-footer-1 {
  top: -18px;
  left: auto;
  right: -18px;
}

.s-cta-footer {
  padding: 80px 64px 40px;
}

.footer-cta-heading {
  letter-spacing: 4px;
  text-transform: uppercase;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(to right, #754d2a, #ba9166 61%, #e2b37f);
  -webkit-background-clip: text;
  background-clip: text;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 500;
  line-height: 1;
}

.form-btn {
  width: 100%;
  text-transform: uppercase;
  background-color: #ba9166;
  margin-top: 0;
  margin-right: 16px;
  padding: 16px 24px;
  font-size: 14px;
  font-weight: 700;
  transition: all .4s ease-in-out;
}

.form-btn:hover {
  background-color: #d4ac80;
}

.contact-form {
  z-index: 2;
  width: 50%;
  justify-content: flex-end;
  align-items: center;
  margin-left: 32px;
  display: flex;
  position: relative;
}

.text-field {
  height: 56px;
  color: #fff;
  -webkit-text-fill-color: inherit;
  background-color: #191919;
  background-clip: border-box;
  margin-bottom: 16px;
  padding: 0 0 0 24px;
  font-size: 14px;
  font-weight: 300;
  transition: all .3s ease-in-out;
}

.text-field:hover, .text-field:focus {
  background-color: #303436;
  border: 2px solid #ba9166;
}

.text-field::-ms-input-placeholder {
  color: #fff;
  font-weight: 300;
}

.text-field::placeholder {
  color: #fff;
  font-weight: 300;
}

.text-field.message {
  padding-top: 25px;
  padding-bottom: 96px;
  padding-right: 43px;
}

.icon-24px {
  width: 24px;
  height: 24px;
  object-fit: contain;
  margin-top: 0;
  margin-right: 12px;
}

.form-wrapper {
  width: 100%;
  background-color: #fff;
  padding: 48px;
}

.btn-wrapper {
  width: 240px;
  flex-direction: column;
  align-items: stretch;
  margin-top: 32px;
  display: flex;
}

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

.form-p {
  color: #5b6367;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Gotham book, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.5em;
}

.contact-info {
  width: 50%;
  flex-direction: column;
  align-items: flex-start;
  margin-right: 32px;
  display: flex;
}

.text-18 {
  max-width: 580px;
  color: #006b78;
  letter-spacing: .2px;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.5;
}

.text-18.is--white {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 500;
}

.contact-link__wrapper {
  height: 56px;
  color: #fff;
  cursor: pointer;
  background-color: #ba9166;
  border-radius: 2px;
  justify-content: center;
  align-items: center;
  margin-bottom: 16px;
  margin-right: 0;
  padding: 16px 32px;
  text-decoration: none;
  transition: background-color .4s ease-in-out;
  display: flex;
}

.contact-link__wrapper:hover {
  background-color: #d4ac80;
}

.contact-link__wrapper.whatsapp {
  cursor: pointer;
  background-color: #25d366;
}

.contact-link__wrapper.whatsapp:hover {
  background-color: #00b85c;
}

.spacer {
  width: 100%;
}

.spacer._16px {
  height: 16px;
}

.spacer._24px {
  height: 24px;
}

.old-form {
  margin-top: 24px;
  display: block;
}

.s-contact {
  z-index: 300;
  min-height: 100vh;
  background-image: url('../images/texture_01.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  justify-content: center;
  align-items: center;
  margin-top: 120px;
  padding-left: 64px;
  padding-right: 64px;
  display: flex;
  position: relative;
}

.s-contact.no--margin {
  margin-top: -6px;
}

.heading-32px {
  color: #303436;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 32px;
  font-weight: 400;
  line-height: 1.25;
}

.heading-32px.white-heading {
  color: #fff;
  font-weight: 300;
}

.footer-link {
  color: rgba(107, 107, 107, .73);
  margin-left: 4px;
  margin-right: 4px;
  transition: all .4s ease-in-out;
}

.footer-link:hover {
  color: #373435;
}

.footer-link.is-first {
  margin-left: 16px;
  margin-right: 8px;
}

.footer-disclaimer {
  color: #747777;
  align-items: center;
  display: flex;
}

.footer-disclaimer:hover {
  color: #f58220;
}

.s-footer__logos {
  justify-content: space-around;
  display: flex;
}

.d1up_logo {
  width: 24px;
  height: 24px;
  margin-left: 16px;
  transition: all .4s ease-in-out;
}

.s-footer {
  z-index: 999;
  -webkit-text-fill-color: inherit;
  background-color: #303436;
  background-clip: border-box;
  justify-content: flex-start;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 80px;
  padding-left: 64px;
  padding-right: 64px;
  position: relative;
}

.disclaimer-text {
  color: #747777;
  letter-spacing: 0;
  text-transform: none;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  transition: all .4s ease-in-out;
}

.disclaimer-text:hover {
  color: #fff;
}

.content-01__right, .content-02__right {
  align-items: center;
  display: flex;
}

.footer-icon {
  width: 32px;
  height: 32px;
  object-fit: contain;
  margin-top: 0;
  margin-right: 16px;
}

.footer-info {
  letter-spacing: .5px;
  text-transform: none;
  font-size: 15px;
  font-weight: 700;
}

.content-01__left {
  align-items: center;
  display: flex;
}

.d1up---footer-disclaimer {
  color: #747777;
  text-decoration: none;
  display: flex;
}

.d1up---footer-disclaimer:hover {
  color: #fdb913;
}

.logo-link {
  margin-left: 72px;
  margin-right: 72px;
}

.logo-link:hover {
  opacity: .73;
}

.logo-footer {
  width: auto;
  height: auto;
  max-height: 130px;
  max-width: 210px;
}

.social-icon {
  width: 24px;
  height: 24px;
  transition: color .32s ease-in-out;
}

.social-icon:hover {
  color: #fff;
}

.texto-legal {
  margin-top: 24px;
  font-size: 12px;
  font-weight: 300;
  line-height: 17px;
}

.caption-assinatura {
  text-align: center;
  letter-spacing: 1px;
  margin-bottom: 24px;
  font-size: 14px;
  font-weight: 300;
}

.footer-content-01 {
  border-top: 1px solid rgba(116, 119, 119, .3);
  border-bottom: 1px solid rgba(116, 119, 119, .3);
  flex-direction: column;
  align-items: stretch;
  margin-top: 56px;
  padding-top: 12px;
  padding-bottom: 12px;
  display: flex;
}

.content-02__left {
  align-items: center;
  display: flex;
}

.content {
  justify-content: space-between;
  display: flex;
}

.s-footer__logo-block {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.s-footer__wrapper {
  color: rgba(255, 255, 255, .63);
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.footer-content-02 {
  flex-direction: column;
  align-items: stretch;
  margin-top: 32px;
  padding-top: 16px;
  padding-bottom: 16px;
  display: flex;
}

.s-banner {
  height: 80vh;
  background-image: url('../images/praca_vedara.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  margin: -120px 40px 80px;
  position: relative;
}

.s-banner.no-image {
  height: 82vh;
  background-image: none;
  position: relative;
}

.s-banner.grid-banner {
  height: 30vw;
  background-image: none;
}

.s-hero-bg {
  text-align: center;
  background-image: url('../images/texture_01.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 140px 64px 200px;
  display: flex;
}

.heading-56 {
  color: #fff;
  letter-spacing: 3px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 56px;
  font-weight: 300;
  line-height: 1.1;
}

.section {
  padding: 80px 64px;
}

.grid-02__-column-01 {
  margin-top: 0;
  position: -webkit-sticky;
  position: sticky;
  top: 129px;
}

.feature-icon__vertical {
  width: 48px;
  height: 48px;
  border: 1px solid #ba9166;
  border-radius: 3px;
  flex: none;
  justify-content: center;
  align-items: center;
  margin-bottom: 24px;
  display: flex;
}

.feature-icon {
  width: 29px;
  height: 26px;
}

.feauture-p {
  color: #5b6367;
  margin-bottom: 0;
  font-family: Gotham book, sans-serif;
  font-size: 16px;
  font-weight: 300;
}

.features__row {
  grid-column-gap: 32px;
  grid-row-gap: 56px;
  flex-flow: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-content: stretch;
  align-items: flex-start;
  display: grid;
}

.text-box-3._640px {
  width: 640px;
}

.text-box-3._720px {
  width: 720px;
}

.feature-grid {
  grid-column-gap: 56px;
  grid-row-gap: 48px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  position: relative;
}

.feature__content {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.heading-42 {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 42px;
  font-weight: 300;
  line-height: 1.25;
}

.heading-42.is--white {
  color: #fff;
}

.heading-42.is--gold {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(270deg, #f2e0d0, #ba9166 51%, #d4ac80);
  -webkit-background-clip: text;
  background-clip: text;
  display: inline;
}

.s-grid {
  padding: 160px 64px;
  position: relative;
}

.heading-column {
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 64px;
  display: flex;
}

.column {
  width: 50%;
  position: relative;
}

.column.is--left {
  margin-right: 16px;
}

.column.is--right {
  margin-left: 16px;
}

.feature-02 {
  width: 100%;
  justify-content: space-between;
  align-items: center;
  margin-top: 64px;
  display: flex;
}

.feature-02__heading {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.25;
}

.feature-02__text {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 4px;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.25;
}

.s-grid__bg {
  z-index: -50;
  background-image: linear-gradient(rgba(25, 25, 25, .85), rgba(25, 25, 25, .85)), url('../images/praca_vedara.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  margin-bottom: 240px;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.grid-conceito {
  width: 100%;
  max-height: 38vw;
  min-height: 35vw;
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  grid-template-rows: 50% 50%;
  grid-template-columns: 1fr 1.75fr 1fr;
  margin-top: 96px;
}

.grid-conceito__lightbox {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.slide {
  width: 100%;
  height: 100%;
  margin-right: 24px;
  transition: all .4s ease-in-out;
  overflow: hidden;
}

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

.galeria-slider__wrapper {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0);
  align-items: center;
}

.fixed-galeria-icon {
  z-index: 5;
  width: 64px;
  height: 64px;
  cursor: pointer;
  background-color: rgba(186, 145, 102, .55);
  justify-content: center;
  align-items: center;
  transition: background-color .6s cubic-bezier(.785, .135, .15, .86);
  display: flex;
  position: absolute;
  top: 24px;
  bottom: auto;
  left: auto;
  right: 24px;
}

.fixed-galeria-icon:hover {
  object-position: 100% 0%;
  background-color: #ba9166;
}

.galery-arrow {
  width: 64px;
  height: 64px;
  -webkit-text-fill-color: inherit;
  background-color: rgba(55, 52, 53, .8);
  background-clip: border-box;
  justify-content: center;
  align-items: center;
  font-size: 24px;
  transition: all .8s cubic-bezier(.785, .135, .15, .86);
  display: flex;
  position: absolute;
  top: auto;
  bottom: 56px;
  left: auto;
  right: 56px;
}

.galery-arrow:hover {
  opacity: 1;
  object-position: 100% 50%;
  background-color: #373435;
  right: 50px;
}

.galery-arrow.left {
  right: 140px;
}

.galery-arrow.left:hover {
  right: 146px;
  transform: translate(-5px);
}

.arrow-icon {
  width: 20px;
  height: 20px;
  object-fit: contain;
}

._w-slider-dot {
  padding-top: 12px;
  display: block;
  position: absolute;
  top: auto;
  bottom: -9%;
  left: 0%;
  right: 0%;
}

._w-slider-dot:hover, ._w-slider-dot:focus {
  color: #f85e99;
}

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

.zoom-icon {
  width: 20px;
  height: 20px;
  object-fit: contain;
  margin-top: 0;
  margin-right: 0;
}

.slider-fill {
  background-image: linear-gradient(32deg, rgba(0, 0, 0, .86), rgba(25, 25, 25, 0) 55%);
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.slider-p {
  z-index: 24;
  width: 400px;
  color: #fff;
  text-align: left;
  letter-spacing: .25px;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 300;
}

.slider-caption {
  z-index: 5;
  position: absolute;
  top: auto;
  bottom: 72px;
  left: 72px;
  right: auto;
}

.slider-heading {
  z-index: 24;
  width: 640px;
  color: #fff;
  text-align: left;
  letter-spacing: .25px;
  text-transform: uppercase;
  margin-bottom: 12px;
  font-size: 21px;
  font-weight: 300;
}

.grid-localizacao {
  width: 100%;
  height: 100%;
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  grid-template-rows: 20% 20% 20% 20%;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.map {
  width: 100%;
  height: 72vh;
  margin-bottom: 96px;
}

.features-row-02 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: flex-start;
  display: grid;
}

.feature__content-02 {
  flex-direction: row;
  align-items: center;
  display: flex;
}

.feature-icon-02 {
  width: 48px;
  height: 48px;
  border: 1px solid #ba9166;
  border-radius: 3px;
  flex: none;
  justify-content: center;
  align-items: center;
  margin-right: 24px;
  display: flex;
}

.heading-20 {
  color: #fff;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 300;
  line-height: 1.4;
}

.heading-20.is--black {
  color: #303436;
  text-align: left;
}

.stripe-container {
  width: 100%;
  height: 100%;
  justify-content: space-between;
  display: flex;
}

.background-banner {
  height: 116%;
  background-image: url('../images/galeria_white_2880_05.jpg');
  background-position: 50%;
  background-size: cover;
  position: absolute;
  top: auto;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.background-banner.video-banner {
  background-image: url('../images/living_vedara.jpg');
  background-position: 0 0;
}

.hover-link-wrapper {
  z-index: 100;
  width: 148px;
  height: 148px;
  opacity: 1;
  justify-content: center;
  align-items: center;
  padding: 24px;
  display: flex;
  position: absolute;
  top: auto;
  bottom: 5vw;
  left: auto;
  right: 0;
}

.hover-link-wrapper.video-link-wrapper {
  width: 180px;
  height: 180px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.parallax-bg {
  z-index: 10;
  width: 100%;
  height: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 120px;
  display: flex;
  position: relative;
}

.dual-wrapper {
  grid-template-rows: auto;
  grid-template-columns: 2.25fr .85fr;
  grid-auto-columns: 1fr;
  display: none;
}

.video-info {
  grid-column-gap: 16px;
  grid-row-gap: 80px;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.scroll-icon {
  width: 32px;
  height: 32px;
}

.label-2 {
  color: #496c88;
  letter-spacing: 4px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
}

.label-2.white-label {
  color: #fff;
}

.client-quote {
  grid-column-gap: 16px;
  grid-row-gap: 36px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.hover-link {
  width: 100%;
  height: 100%;
  color: #fff;
  letter-spacing: 3px;
  text-transform: uppercase;
  background-color: rgba(255, 255, 255, 0);
  border: 2px solid #fff;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  font-size: 11px;
  text-decoration: none;
  display: flex;
}

.divider-line {
  width: 64px;
  height: 1px;
  background-color: rgba(108, 108, 117, .43);
  margin-bottom: 32px;
}

.divider-line.top-margin {
  background-color: rgba(255, 255, 255, .4);
  margin-top: 32px;
  margin-bottom: 0;
}

.stripe-wrapper {
  z-index: 5;
  width: 100vw;
  min-width: 100vw;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  padding-left: 5vw;
  padding-right: 5vw;
  display: none;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: auto;
}

.heading-32 {
  text-transform: uppercase;
  font-size: 32px;
  font-weight: 300;
}

.pin-stripe {
  width: 1px;
  background-color: #f3f6fc;
}

.pin-stripe.white {
  background-color: rgba(255, 255, 255, .12);
}

.image-overlay {
  z-index: 1;
  -webkit-text-fill-color: inherit;
  background-color: rgba(31, 33, 35, .7);
  background-clip: border-box;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.background-cover {
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.wrapper {
  z-index: 10;
  width: 100%;
  max-width: 1216px;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.wrapper.no-padding {
  padding-left: 0;
  padding-right: 0;
}

.content6-headline-wrap {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 30px;
  display: flex;
}

.content6-headline-grid {
  z-index: 1;
  width: 100%;
  max-width: 1200px;
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.content6-grid {
  width: 100%;
  max-width: 1200px;
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  margin-bottom: 96px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
  position: relative;
}

.content6-image3 {
  height: 360px;
  background-image: url('../images/praca_vedara_modal.jpg');
  background-position: 50%;
  background-size: cover;
}

.paragraph-70 {
  opacity: .7;
  color: #191919;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 700;
}

.content6-image1 {
  height: 360px;
  background-image: url('../images/Sauna.jpg');
  background-position: 50%;
  background-size: cover;
  margin-bottom: 40px;
}

.content6-image2 {
  height: 460px;
  background-image: url('../images/closet_vedara.jpg');
  background-position: 50% 0;
  background-size: cover;
}

.button-label {
  font-size: 14px;
  font-weight: 500;
}

.content16-left-column {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 139px;
}

.content16-grid {
  width: 100%;
  max-width: 1200px;
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  margin-left: auto;
  margin-right: auto;
  display: grid;
  position: relative;
}

.button-arrow {
  flex: none;
  margin-bottom: 1px;
  margin-left: 16px;
  display: inline-block;
}

.content16-headline-wrap {
  margin-bottom: 36px;
}

.button-small {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  background-color: #303436;
  border-radius: 0;
  flex: none;
  justify-content: center;
  align-items: center;
  padding: 18px 30px;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
  display: flex;
}

.button-small:hover {
  background-color: #ba9166;
}

.ficha-item {
  margin-bottom: 32px;
  padding-bottom: 16px;
  position: relative;
}

.btn-nav {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  background-color: #303436;
  border: 1px solid #ba9166;
  border-radius: 0;
  flex: none;
  justify-content: center;
  align-items: center;
  margin-left: 40px;
  padding: 14px 24px;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
  transition: background-color .6s ease-in-out;
  display: flex;
}

.btn-nav:hover {
  background-color: #ba9166;
}

.lightbox-overlay {
  background-image: linear-gradient(rgba(212, 172, 128, .65), rgba(212, 172, 128, .65));
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.lightbox__icon {
  width: 40px;
  height: 40px;
}

.link-text {
  color: #5b6367;
  text-transform: uppercase;
  margin-bottom: 8px;
  font-weight: 700;
  text-decoration: none;
  display: inline-block;
}

.link-text:hover {
  color: #ba9166;
}

.banner-caption {
  color: #838a91;
  font-family: Gotham book, sans-serif;
  font-size: 13px;
  font-weight: 300;
  position: absolute;
  top: auto;
  bottom: -5%;
  left: auto;
  right: 0%;
}

.page-wrapper {
  overflow: hidden;
}

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

.page-intro {
  height: 100vh;
  background-image: url('../images/bg_intro.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 0%;
  overflow: hidden;
}

.page-content {
  background-color: #fff;
  margin-top: -5px;
  position: relative;
}

.wood-img {
  width: 100%;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.wood-img.bottom {
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
  transform: rotate(-180deg);
}

.logo-wrapper {
  background-image: url('../images/texture_01.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  border: 3px solid #ba9166;
  margin-top: 64px;
  margin-bottom: 64px;
  padding: 56px 84px;
  overflow: hidden;
  box-shadow: 0 16px 16px rgba(0, 0, 0, .25), 0 57px 56px rgba(0, 0, 0, .24), 3px 3px 4px rgba(0, 0, 0, .25);
}

.logo-intro {
  width: 300px;
}

.heading-intro {
  letter-spacing: 3px;
  text-transform: uppercase;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(to right, #f2e0d0, #ba9166 54%, #754d2a);
  -webkit-background-clip: text;
  background-clip: text;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 28px;
  font-weight: 300;
  line-height: 1.25;
}

.comando-wrapper {
  align-items: center;
  display: flex;
}

.kv-dot-intro {
  width: 16px;
  height: 16px;
  background-color: #ba9166;
  margin-left: 24px;
  margin-right: 24px;
  position: static;
  top: auto;
  bottom: -1%;
  left: 0%;
  right: 0%;
  transform: rotate(45deg);
}

.heading-comando {
  color: #fff;
  letter-spacing: 3px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 32px;
  font-weight: 300;
  line-height: 1.25;
}

.arrrow-intro {
  margin-bottom: 96px;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
  transform: rotate(180deg);
}

.cta-01 {
  z-index: 200;
  cursor: pointer;
  background-color: #303436;
  background-image: linear-gradient(to right, #f2e0d0, #d5b089 16%, #754d2a 36%, #ba9166 56%, #916842 71%, #eecda9 83%, #d4ac80);
  justify-content: center;
  align-items: center;
  padding: 2px;
  transition: all .48s cubic-bezier(.785, .135, .15, .86);
  display: flex;
  position: fixed;
  top: auto;
  bottom: 16px;
  left: auto;
  right: 16px;
}

.cta-01__wrapper {
  background-color: #303436;
  align-items: center;
  padding: 16px 24px;
  display: flex;
}

.cta-01__heading {
  color: rgba(255, 255, 255, .75);
  letter-spacing: .5px;
  text-transform: uppercase;
  flex: none;
  margin-bottom: 0;
  margin-right: 12px;
  font-size: 12px;
  font-weight: 300;
  line-height: 1.4;
}

.cta-01__links {
  display: flex;
}

.cta-01__btn {
  cursor: pointer;
  background-color: #ba9166;
  align-items: center;
  margin-left: 12px;
  margin-right: 0;
  padding: 12px;
  text-decoration: none;
  transition: background-color .48s ease-in-out;
  display: flex;
}

.cta-01__btn:hover {
  background-color: #b28b62;
}

.cta-01__btn.whatsapp--cta {
  cursor: pointer;
  background-color: #25d366;
  text-decoration: none;
}

.cta-01__btn.whatsapp--cta:hover {
  background-color: #1fb356;
}

.icon-footer {
  width: 20px;
  height: 18px;
  margin-right: 8px;
}

.btn-flex__text-link {
  color: #fff;
  letter-spacing: .5px;
  text-transform: uppercase;
  flex: none;
  margin-bottom: 0;
  margin-right: 0;
  font-size: 12px;
  font-weight: 700;
}

.img-caption {
  z-index: 25;
  color: #fff;
  font-family: Gotham book, sans-serif;
  font-size: 14px;
  font-weight: 400;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 4%;
}

.fixed-icon {
  z-index: 5;
  width: 64px;
  height: 64px;
  color: #496c88;
  cursor: pointer;
  background-color: rgba(73, 108, 136, .12);
  justify-content: center;
  align-items: center;
  transition: all .6s cubic-bezier(.785, .135, .15, .86);
  display: none;
  position: absolute;
  top: 24px;
  bottom: auto;
  left: auto;
  right: 24px;
}

.fixed-icon:hover {
  transform-origin: 100% 0;
  color: #fff;
  object-position: 100% 0%;
  background-color: #496c88;
  transform: scale(1.05);
}

.sld-plantas__slide {
  width: 100%;
  height: 100%;
  background-image: url('../images/texture_02.jpg');
  background-position: 50%;
  background-repeat: repeat;
  background-size: cover;
  margin-right: 40px;
  overflow: visible;
}

.sld-plantas__slide.slide-gardens {
  background-image: url('../images/texture_01.jpg');
}

.sld-plantas__label {
  color: #5b6367;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Gotham book, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 1;
}

.sld-plantas__label.garden-label {
  color: rgba(255, 255, 255, .55);
}

.sld-plantas__left-column {
  padding-left: 80px;
  padding-right: 80px;
  position: relative;
}

.sld-plantas__right-column {
  width: 100%;
  height: 100%;
  background-color: #fff;
  border: 1px solid rgba(186, 145, 102, .45);
  padding: 70px;
  transition: all .4s ease-in-out;
  overflow: hidden;
}

.sld-plantas__right-column:hover {
  opacity: 1;
}

.sld-plantas__right-column.garden-column {
  text-align: center;
  background-color: rgba(48, 52, 54, .53);
  border-width: 2px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 69px;
  display: flex;
}

.aptos-arrow {
  width: 56px;
  height: 56px;
  background-color: rgba(55, 52, 53, .4);
  justify-content: center;
  align-items: center;
  font-size: 24px;
  transition: all .8s cubic-bezier(.785, .135, .15, .86);
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 50%;
  right: auto;
}

.aptos-arrow:hover {
  transform-origin: 100%;
  background-color: #373435;
  transform: scale(1.1);
}

.aptos-arrow.left {
  left: auto;
  right: 50%;
}

.aptos-arrow.left:hover {
  transform-origin: 0%;
  transform: scale(1.1);
}

.btn-icon {
  flex: none;
  margin-right: 12px;
}

.sld-plantas {
  width: 100%;
  height: 77vh;
  background-color: rgba(0, 0, 0, 0);
  align-items: center;
  display: block;
}

.sld-plantas__grid {
  width: 100%;
  height: 100%;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.sld-plantas__grid.garden-frame {
  padding: 16px;
}

.cta-planta-text {
  color: #fff;
  letter-spacing: .5px;
  text-transform: none;
  flex: none;
  margin-bottom: 0;
  margin-right: 0;
  font-size: 14px;
  font-weight: 300;
}

.img-planta {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.sld-plantas__cta-btn {
  max-width: 320px;
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  cursor: pointer;
  background-color: #5b6367;
  justify-content: center;
  align-items: center;
  margin-top: 8px;
  margin-right: 0;
  padding: 16px 32px;
  text-decoration: none;
  transition: background-color .24s ease-in-out;
  display: flex;
}

.sld-plantas__cta-btn:hover {
  background-color: #ba9166;
  box-shadow: 0 12px 20px -10px rgba(186, 145, 102, .23);
}

.sld-plantas__cta {
  z-index: 100;
  margin-top: 56px;
}

.sld-plantas__lightbox {
  width: 100%;
  height: 100%;
  position: relative;
}

.sld-plantas__mask {
  width: 100%;
  height: 100%;
  overflow: visible;
}

.sld-plantas__subtitle {
  color: #838a91;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Gotham book, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: .8;
}

.sld-plantas__heading {
  text-transform: uppercase;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(45deg, #f2e0d0, #ba9166 52%, #d4ac80);
  -webkit-background-clip: text;
  background-clip: text;
  margin-top: 0;
  margin-bottom: 8px;
  font-size: 48px;
  font-weight: 300;
  line-height: 1;
  display: inline-block;
}

.sld-plantas__heading-wrapper {
  align-self: stretch;
  margin-bottom: 32px;
}

.sld-plantas__feautures-grid {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  justify-content: flex-start;
  align-self: stretch;
  display: grid;
}

.sld-plantas__feautures-block {
  align-items: center;
  display: flex;
}

.sld-plantas__feautures-icon {
  margin-right: 16px;
}

.sld-plantas__feautures-p {
  color: #5b6367;
  margin-bottom: 0;
  font-family: Gotham book, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.3;
}

.sld-plantas__feautures-p.white-p {
  color: rgba(255, 255, 255, .8);
}

.s-plantas {
  text-align: center;
  margin-left: 40px;
  margin-right: 40px;
  padding-top: 80px;
  padding-bottom: 80px;
}

.sld-plantas__cta-p {
  color: #5b6367;
  margin-bottom: 0;
  font-family: Gotham, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.3;
  display: inline-block;
}

.sld-plantas__lightbox {
  cursor: zoom-in;
  transition: opacity .4s ease-in-out;
}

.sld-plantas__lightbox:hover {
  opacity: .7;
}

.footer-cta__wrapper-mobile {
  width: 100%;
  background-image: url('../images/texture_01.jpg');
  background-position: 50%;
  background-size: cover;
  background-attachment: fixed;
  justify-content: space-between;
  align-items: center;
  margin-top: 24px;
  padding: 56px 60px;
  display: flex;
  position: relative;
}

.sld-plantas-mob {
  width: 100%;
  height: 77vh;
  background-color: rgba(0, 0, 0, 0);
  align-items: center;
  display: none;
}

.sld-plantas-mob__mask {
  width: 100%;
  height: 100%;
  overflow: visible;
}

.sld-plantas-mob__slide {
  width: 100%;
  height: 100%;
  background-image: url('../images/texture_02.jpg');
  background-position: 50%;
  background-repeat: repeat;
  background-size: cover;
  margin-right: 40px;
  overflow: visible;
}

.sld-plantas-mob__slide.slide-gardens-mob {
  background-image: url('../images/texture_01.jpg');
}

.sld-plantas-mob__grid {
  width: 100%;
  height: 100%;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.sld-plantas-mob__grid.garden-mob-frame {
  padding: 16px;
}

.sld-plantas__column-02 {
  z-index: 100;
}

.sld-plantas__column-03 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  align-self: stretch;
  display: grid;
}

.sld-plantas__column-04 {
  width: 100%;
  height: 100%;
  background-color: #fff;
  border: 1px solid rgba(186, 145, 102, .45);
  padding: 70px;
  transition: all .4s ease-in-out;
  overflow: hidden;
}

.sld-plantas__column-04:hover {
  opacity: 1;
}

.sld-plantas-mob__heading-wrapper {
  align-self: stretch;
  margin-bottom: 32px;
}

.bolotario-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border: 1px solid #ba9166;
  grid-template-rows: auto;
  grid-template-columns: 1fr .75fr;
  grid-auto-columns: 1fr;
  padding: 24px 24px 24px 0;
  display: grid;
  position: relative;
}

.bol__img-wrapper {
  width: 580px;
  position: relative;
}

.bol__content-wrapper {
  width: 100%;
  height: 100%;
  background-image: url('../images/texture_02.jpg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  flex-direction: column;
  align-items: flex-start;
  padding: 40px;
  display: flex;
}

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

.implantacao__item {
  flex: none;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: flex;
}

.bolotario__number {
  width: 32px;
  height: 32px;
  background-color: #ba9166;
  border-radius: 50%;
  flex: none;
  justify-content: center;
  align-items: center;
  margin-right: 12px;
  display: flex;
}

.bolotario__number.bol--position {
  z-index: 5;
  width: 28px;
  height: 28px;
  margin-right: 0;
  position: absolute;
}

.bolotario__number.bol--position._01 {
  top: auto;
  bottom: 16%;
  left: auto;
  right: 20%;
}

.bolotario__number.bol--position._02 {
  top: auto;
  bottom: 18%;
  left: auto;
  right: 26%;
}

.bolotario__number.bol--position._03 {
  top: auto;
  bottom: 16%;
  left: auto;
  right: 34%;
}

.bolotario__number.bol--position._04 {
  top: auto;
  bottom: 22%;
  left: auto;
  right: 36%;
}

.bolotario__number.bol--position._05 {
  top: auto;
  bottom: 30%;
  left: auto;
  right: 49%;
}

.bolotario__number.bol--position._06 {
  top: auto;
  bottom: 42%;
  left: auto;
  right: 42%;
}

.bolotario__number.bol--position._07 {
  top: auto;
  bottom: 24%;
  left: auto;
  right: 51%;
}

.bolotario__number.bol--position._01b {
  top: auto;
  bottom: 16%;
  left: auto;
  right: 66%;
}

.bolotario__number.bol--position._08 {
  top: auto;
  bottom: 49%;
  left: auto;
  right: 68%;
}

.bolotario__number.bol--position._09 {
  top: auto;
  bottom: 52%;
  left: auto;
  right: 42%;
}

.bolotario__number.bol--position._10 {
  top: auto;
  bottom: 36%;
  left: auto;
  right: 67%;
}

.bolotario__number.bol--position._11 {
  top: auto;
  bottom: 67%;
  left: auto;
  right: 49%;
}

.bolotario__number.bol--position._12 {
  top: auto;
  bottom: 59%;
  left: auto;
  right: 56%;
}

.bolotario__number.bol--position._13 {
  top: 22%;
  bottom: auto;
  left: auto;
  right: 24%;
}

.bolotario__number.bol--position._14 {
  top: auto;
  bottom: 62.5%;
  left: auto;
  right: 69%;
}

.bolotario__number.bol--position._15 {
  top: auto;
  bottom: 74.5%;
  left: auto;
  right: 70%;
}

.bolotario__number.bol--position._16 {
  top: auto;
  bottom: 71%;
  left: auto;
  right: 58%;
}

.bolotario__number.bol--position._16b {
  top: auto;
  bottom: 71%;
  left: auto;
  right: 35%;
}

.bolotario__number.bol--position._17 {
  top: auto;
  bottom: 85.5%;
  left: auto;
  right: 70%;
}

.bolotario__number.bol--position._18 {
  top: auto;
  bottom: 85.5%;
  left: auto;
  right: 49%;
}

.bolotario__number.bol--position._19 {
  top: 11%;
  bottom: auto;
  left: auto;
  right: 24%;
}

.bol_number {
  color: #fff;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
}

.bol_number.is--small {
  font-size: 12px;
  font-weight: 500;
}

.bol_heading {
  max-width: 580px;
  color: #5b6367;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.2;
}

.footer-cta__mobile {
  display: none;
}

.form-message {
  color: #fff;
  background-color: #ba9166;
  font-weight: 300;
}

.form-error {
  background-color: #ffcbcb;
  font-size: 14px;
  font-weight: 500;
}

.line-divider {
  width: 2px;
  height: 16px;
  background-color: rgba(255, 255, 255, .16);
  margin-left: 12px;
  margin-right: 12px;
}

.plt-hero {
  height: 320px;
  color: #fff;
  background-color: #2b2827;
  background-image: url('../images/bg_intro.jpg');
  background-position: 0 0;
  background-size: cover;
  background-attachment: scroll;
  align-items: center;
  padding-left: 64px;
  padding-right: 64px;
  display: flex;
}

.plt-container {
  width: 100%;
  max-width: 1216px;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  margin-left: auto;
  margin-right: auto;
}

.plt-container._1216px {
  max-width: 1216px;
}

.plt__hero-block {
  width: 100%;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.plt__brand {
  width: 160px;
  height: 160px;
}

.plt__btn {
  color: rgba(255, 255, 255, .7);
  letter-spacing: -.25px;
  background-color: #ba9166;
  border-radius: 4px;
  padding: 20px 40px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  text-decoration: none;
  transition: color .4s ease-in-out;
  display: inline-block;
}

.plt__btn:hover {
  color: #fff;
  background-color: #754d2a;
}

.plt-section {
  padding: 100px 64px;
}

.plt-title {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 32px;
  font-weight: 300;
}

.plt-block {
  width: 640px;
  text-align: justify;
  margin-top: 40px;
  margin-bottom: 40px;
}

.plt-paragraph {
  color: #686664;
  margin-bottom: 0;
  font-weight: 300;
}

.plt-heading-24px {
  text-align: left;
  text-transform: uppercase;
  margin-top: 48px;
  margin-bottom: 16px;
  font-size: 21px;
  font-weight: 400;
}

.cta-cookies {
  z-index: 9999;
  max-width: 400px;
  color: #303436;
  background-color: #fff;
  border: 2px solid #d4ac80;
  padding: 32px;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.5;
  display: none;
  position: fixed;
  top: auto;
  bottom: 32px;
  left: 32px;
  right: auto;
  box-shadow: 0 6px 23px rgba(20, 20, 43, .08);
}

.cta-p {
  margin-bottom: 16px;
}

.cta-02__pol-link {
  color: #373435;
  font-weight: 700;
  text-decoration: underline;
}

.button-primary {
  color: #fff;
  text-align: center;
  background-color: #4a3aff;
  border-radius: 80px;
  justify-content: center;
  align-items: center;
  padding: 20px 40px 21px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
  transition: transform .3s, box-shadow .3s, background-color .3s;
  display: flex;
  box-shadow: 0 3px 12px rgba(74, 58, 255, .12);
}

.button-primary:hover {
  background-color: #3527d8;
  transform: translate(0, -2px);
  box-shadow: 0 4px 10px rgba(74, 58, 255, .15);
}

.button-primary.cookie-banner-button {
  max-width: 160px;
  background-color: #ba9166;
  border-radius: 0;
  flex-wrap: nowrap;
  padding: 12px 20px;
  font-size: 12px;
  line-height: 15px;
  display: flex;
}

.button-primary.cookie-banner-button:hover {
  background-color: #754d2a;
}

.close-message---brix {
  color: #170f49;
  cursor: pointer;
  transform-style: preserve-3d;
  font-size: 12px;
  font-weight: 400;
  line-height: 1;
  transition: all .35s;
  position: absolute;
  top: 20px;
  bottom: auto;
  left: auto;
  right: 20px;
}

.close-message---brix:hover {
  color: #4a3aff;
  transform: scale3d(.9, .9, .01);
}

.modal-whatsapp {
  z-index: 3000;
  width: 100vw;
  height: 100vh;
  justify-content: center;
  align-items: center;
  font-style: normal;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.modal__whatsapp {
  z-index: 99;
  width: 50%;
  background-color: #fff;
  margin-left: auto;
  margin-right: auto;
  padding: 56px;
  position: relative;
  box-shadow: 14px 14px 80px 20px rgba(31, 32, 32, .85);
}

.modal__heading {
  color: #373435;
  text-transform: none;
  padding-right: 24px;
  font-size: 31px;
  font-style: normal;
  font-weight: 300;
  line-height: 1.2;
}

.modal__form {
  padding-top: 32px;
}

.modal__close-btn {
  width: 48px;
  height: 48px;
  color: #fff;
  cursor: pointer;
  background-color: #6b6b6b;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  padding: 16px;
  transition: all .2s ease-in-out;
  display: flex;
  position: absolute;
  top: 20px;
  bottom: auto;
  left: auto;
  right: 20px;
}

.modal__close-btn:hover {
  color: #fff;
  background-color: #373435;
  box-shadow: 0 12px 24px rgba(0, 0, 0, .29);
}

.svg-icon {
  padding-top: 5px;
}

.modal-whtsapp__bg {
  z-index: 98;
  cursor: pointer;
  background-color: rgba(31, 32, 32, .85);
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.modal-email {
  z-index: 3000;
  width: 100vw;
  height: 100vh;
  justify-content: center;
  align-items: center;
  display: flex;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.modal-email__wrapper {
  z-index: 99;
  width: 50%;
  background-color: #fff;
  margin-left: auto;
  margin-right: auto;
  padding: 56px;
  font-style: normal;
  position: relative;
  box-shadow: 14px 14px 80px 20px rgba(31, 32, 32, .85);
}

.modal-email__bg {
  z-index: 98;
  cursor: pointer;
  background-color: rgba(31, 32, 32, .85);
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.modal-chat {
  z-index: 3000;
  width: 100vw;
  height: 100vh;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.modal-chat__wrapper {
  z-index: 99;
  width: 50%;
  background-color: #fff;
  margin-left: auto;
  margin-right: auto;
  padding: 56px;
  font-style: normal;
  position: relative;
  box-shadow: 14px 14px 80px 20px rgba(31, 32, 32, .85);
}

.modal-chat__bg {
  z-index: 98;
  cursor: pointer;
  background-color: rgba(31, 32, 32, .85);
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.s-tour {
  text-align: center;
  margin-left: 40px;
  margin-right: 40px;
  padding-top: 80px;
  padding-bottom: 80px;
}

.html-embed {
  width: 100%;
  height: 100%;
}

.tour-wrapper {
  width: 100%;
  height: 640px;
}

.modal__type {
  color: #838a91;
  text-transform: uppercase;
  padding-right: 24px;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.2;
}

.address {
  display: flex;
}

.address-2 {
  display: none;
}

@media screen and (max-width: 991px) {
  .navbar-01 {
    padding-left: 32px;
    padding-right: 32px;
  }

  .nav-01-block {
    min-height: 100vh;
    background-color: #5b6367;
    padding: 64px;
  }

  .nav-01-link {
    text-align: center;
    padding-top: 24px;
    padding-bottom: 24px;
    font-size: 16px;
  }

  .nav-01-btn {
    justify-content: center;
    align-items: center;
  }

  .nav-01-mobile-btn {
    color: #fff;
    border: 2px solid #ba9166;
  }

  .nav-01-mobile-btn:hover {
    background-color: #ba9166;
  }

  .nav-01-mobile-btn.w--open {
    background-color: #ba9166;
    border-color: #ba9166;
  }

  .s-hero {
    padding-left: 32px;
    padding-right: 32px;
  }

  .lsd-plantas__kv-dot {
    display: none;
    top: auto;
    bottom: -1.25%;
    left: 0%;
    right: 0%;
  }

  .s-hero-highlight {
    padding-left: 32px;
    padding-right: 32px;
  }

  .s-about {
    min-height: 0;
    padding: 140px 32px;
  }

  .text-box._400px {
    width: auto;
    max-width: 720px;
  }

  .heading-wrapper {
    margin-bottom: 40px;
  }

  .label {
    margin-bottom: 24px;
    line-height: 1.25;
  }

  .feature-list-01 {
    flex-flow: wrap;
    justify-content: space-between;
    margin-bottom: 32px;
  }

  .feat-01-block {
    flex: 0 auto;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 24px;
    margin-right: 24px;
  }

  .feature-img {
    width: 100%;
    height: auto;
  }

  .feat-01-icon {
    object-fit: contain;
  }

  .feature-block.left-block {
    width: 100%;
    justify-content: center;
    margin-right: 0;
    display: flex;
  }

  .feature-block.right-block {
    margin-top: 80px;
    margin-bottom: 0;
    margin-left: 0;
    padding-top: 0;
    padding-bottom: 0;
  }

  .s-about-bg {
    height: 49%;
  }

  .s-about-block {
    flex-direction: column;
  }

  .heading-20px.white-heading {
    font-size: 18px;
  }

  .caption {
    font-size: 12px;
    bottom: -3.5%;
  }

  .footer-cta__wrapper {
    height: 290px;
    flex-wrap: wrap;
    align-content: space-between;
    justify-content: flex-start;
    align-items: stretch;
    padding: 49px 32px;
    display: none;
  }

  .footer-cta__divider {
    display: none;
  }

  .heading._17px, .heading._16px {
    font-size: 18px;
  }

  .footer-cta__block {
    width: 100%;
  }

  .frame-decoration {
    width: 60px;
  }

  .frame-decoration.frame-plantas-03 {
    bottom: 24px;
    right: 24px;
  }

  .frame-decoration.frame-plantas-04 {
    top: 15px;
    left: 16px;
  }

  .frame-decoration.frame-footer-2 {
    width: 32px;
    bottom: -12px;
    left: -12px;
  }

  .frame-decoration.frame-footer-1 {
    width: 32px;
  }

  .s-cta-footer {
    padding: 80px 32px;
  }

  .footer-cta-heading {
    letter-spacing: 2px;
    margin-bottom: 24px;
  }

  .contact-form {
    width: 100%;
    min-height: auto;
    margin-top: 40px;
    margin-left: 0;
  }

  .icon-24px {
    width: 24px;
    height: 24px;
  }

  .form-wrapper {
    padding: 33px;
  }

  .btn-wrapper {
    width: 100%;
    flex-direction: row;
    margin-bottom: 56px;
    display: flex;
  }

  .contact-wrapper {
    flex-wrap: wrap;
    justify-content: flex-start;
  }

  .contact-info {
    width: 100%;
  }

  .contact-link__wrapper {
    margin-right: 16px;
    padding: 12px 24px;
  }

  .s-contact {
    min-height: auto;
    margin-top: 0;
    padding: 96px 32px;
  }

  .footer-link {
    margin-right: 4px;
  }

  .s-footer__logos {
    justify-content: space-between;
  }

  .s-footer {
    padding-left: 32px;
    padding-right: 32px;
  }

  .footer-icon {
    width: 24px;
    height: 24px;
    margin-right: 8px;
  }

  .footer-info {
    font-size: 14px;
  }

  .social-icon {
    width: 24px;
    height: 24px;
  }

  .s-footer__logo-block {
    margin-left: 24px;
    margin-right: 24px;
  }

  .s-banner {
    height: 330px;
    background-attachment: scroll;
    margin-top: -100px;
  }

  .s-banner.no-image {
    height: 330px;
    margin-bottom: 96px;
  }

  .s-hero-bg {
    margin-top: 0;
    padding: 180px 56px;
  }

  .heading-56 {
    font-size: 48px;
  }

  .section {
    padding-left: 56px;
    padding-right: 56px;
  }

  .grid-02__-column-01 {
    margin-bottom: 0;
    position: static;
  }

  .feature-icon__vertical {
    margin-bottom: 0;
    margin-right: 20px;
  }

  .features__row {
    flex-flow: wrap;
    justify-content: flex-start;
    margin-top: 32px;
    margin-left: 0;
  }

  .text-box-3._720px {
    width: 90%;
  }

  .feature-grid {
    grid-row-gap: 24px;
    grid-template-columns: 1fr;
  }

  .feature__content {
    flex-direction: row;
    align-items: center;
  }

  .s-grid {
    margin-bottom: 80px;
    padding-top: 96px;
    padding-bottom: 96px;
  }

  .heading-column {
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 24px;
  }

  .column {
    width: 100%;
    margin-bottom: 16px;
  }

  .column.is--right {
    margin-left: 0;
  }

  .feature-02 {
    margin-top: 32px;
  }

  .feature-02__heading {
    font-size: 18px;
  }

  .feature-02__text {
    font-size: 13px;
  }

  .s-grid__bg {
    margin-bottom: 146px;
  }

  .grid-conceito {
    max-height: none;
    min-height: 0;
    grid-template-rows: 16.6% 16.6% 16.6% 16.6% 16.6% 16.6%;
    grid-template-columns: 1fr 1.5fr 1fr 1fr 1fr 1fr;
    margin-top: 56px;
  }

  .slide {
    height: 100%;
  }

  .galeria-slider__wrapper {
    height: 100%;
    margin-bottom: 0;
  }

  .fixed-galeria-icon {
    width: 56px;
    height: 56px;
    top: 16px;
    right: 16px;
  }

  .galery-arrow {
    width: 56px;
    height: 56px;
  }

  ._w-slider-dot {
    bottom: -14%;
  }

  .slider-p {
    width: 320px;
    font-size: 12px;
  }

  .slider-caption {
    bottom: 24px;
    left: 24px;
  }

  .slider-heading {
    width: auto;
    text-transform: uppercase;
    font-size: 11px;
  }

  .features-row-02 {
    flex-flow: wrap;
    justify-content: flex-start;
    margin-top: 32px;
    margin-left: 0;
  }

  .feature__content-02 {
    flex-direction: row;
    align-items: center;
  }

  .feature-icon-02 {
    margin-bottom: 0;
    margin-right: 24px;
  }

  .hover-link-wrapper.video-link-wrapper {
    width: 140px;
    height: 140px;
    margin-left: 0;
  }

  .parallax-bg {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .dual-wrapper {
    grid-template-columns: 1fr;
  }

  .label-2 {
    line-height: 1.25;
  }

  .content6-headline-grid {
    width: 100%;
    max-width: 738px;
    grid-column-gap: 24px;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  }

  .content6-grid {
    width: 100%;
    max-width: 738px;
    grid-column-gap: 24px;
    grid-row-gap: 30px;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  }

  .content6-image3 {
    height: 260px;
  }

  .content6-image1 {
    height: 260px;
    background-position: 50% 0;
  }

  .content16-left-column {
    margin-bottom: 30px;
  }

  .content16-grid {
    width: 100%;
    max-width: 738px;
    grid-column-gap: 24px;
    grid-row-gap: 30px;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  }

  .btn-nav {
    margin-top: 32px;
    margin-left: 0;
  }

  .lightbox-overlay {
    width: 56px;
    height: 56px;
    top: 0%;
    bottom: auto;
    left: auto;
    right: 0%;
  }

  .lightbox__icon {
    width: 24px;
    height: 24px;
  }

  .banner-caption {
    bottom: -10%;
  }

  .contact__heading {
    font-size: 24px;
  }

  .logo-intro {
    width: 220px;
  }

  .img-caption {
    bottom: -10%;
  }

  .fixed-icon {
    width: 48px;
    height: 48px;
  }

  .sld-plantas__slide {
    width: 95%;
    margin-right: 16px;
  }

  .sld-plantas__label {
    margin-bottom: 32px;
    line-height: 1.25;
  }

  .sld-plantas__left-column {
    padding: 48px;
  }

  .sld-plantas__right-column {
    width: 100%;
    padding: 30px;
  }

  .aptos-arrow {
    width: 48px;
    height: 48px;
    display: none;
    top: 0%;
    bottom: 0%;
    left: auto;
    right: 0%;
  }

  .sld-plantas {
    height: 120vh;
    display: none;
  }

  .sld-plantas__grid {
    grid-column-gap: 16px;
    grid-row-gap: 0px;
    grid-template-rows: 65% 35%;
    grid-template-columns: 1fr;
    align-items: stretch;
    padding: 12px;
  }

  .sld-plantas__cta {
    margin-top: 40px;
  }

  .sld-plantas__lightbox {
    height: 100%;
  }

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

  .sld-plantas__heading-wrapper {
    margin-bottom: 40px;
  }

  .s-plantas {
    background-image: none;
  }

  .footer-cta__wrapper-mobile {
    flex-wrap: wrap;
    align-content: space-between;
    justify-content: space-between;
    margin-top: 0;
    margin-bottom: 16px;
    padding: 32px;
    display: flex;
  }

  .sld-plantas-mob {
    height: 120vh;
    display: block;
  }

  .sld-plantas-mob__slide {
    width: 95%;
    margin-right: 16px;
    padding: 56px;
  }

  .sld-plantas-mob__grid {
    grid-column-gap: 0px;
    grid-row-gap: 32px;
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .sld-plantas__column-04 {
    width: 100%;
    padding: 30px;
  }

  .sld-plantas-mob__heading-wrapper {
    margin-bottom: 0;
  }

  .bolotario-grid {
    grid-row-gap: 32px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    padding: 32px;
  }

  .bol_number {
    font-size: 13px;
  }

  .footer-cta__mobile {
    display: block;
  }

  .plt-hero {
    height: 280px;
  }

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

  .plt__brand {
    width: 120px;
    height: 120px;
  }

  .plt-section {
    padding: 80px 56px;
  }

  .plt-block {
    width: 100%;
    margin-top: 32px;
    margin-bottom: 32px;
  }

  .plt-paragraph {
    font-size: 16px;
  }

  .plt-heading-24px {
    margin-top: 40px;
  }

  .cta-cookies {
    bottom: 110px;
    left: 24px;
  }

  .modal-whatsapp {
    display: none;
  }

  .modal__whatsapp {
    width: 90%;
  }

  .modal-email {
    display: none;
  }

  .modal-email__wrapper {
    width: 90%;
  }

  .modal-chat {
    display: none;
  }

  .modal-chat__wrapper {
    width: 90%;
  }

  .s-tour {
    background-image: none;
  }
}

@media screen and (max-width: 767px) {
  .navbar-01 {
    padding-left: 24px;
    padding-right: 24px;
  }

  .nav-01-container {
    min-height: 80px;
  }

  .nav-01-block {
    padding: 32px 24px;
  }

  .nav-01-brand {
    width: 120px;
  }

  .nav-01-mobile-btn {
    padding: 14px;
  }

  .s-hero {
    padding-bottom: 40px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .heading-64px {
    font-size: 56px;
    line-height: 64px;
  }

  .s-hero-highlight {
    padding-left: 24px;
    padding-right: 24px;
  }

  .highlight-block-text {
    font-size: 24px;
  }

  .s-about {
    padding: 100px 24px;
  }

  .text-box._640px, .heading-wrapper {
    width: 100%;
  }

  .label {
    letter-spacing: 2px;
    margin-bottom: 24px;
    font-size: 14px;
    line-height: 1;
  }

  .feature-list-01 {
    flex-flow: column;
  }

  .paragraph {
    font-size: 14px;
  }

  .feature-block.left-block {
    width: 100%;
    margin-right: 0;
  }

  .heading-20px {
    font-size: 18px;
  }

  .heading-20px.white-heading {
    font-size: 16px;
  }

  .divider-ramp._48px-bt {
    margin-bottom: 32px;
  }

  .divider-ramp._32px-tp {
    margin-top: 24px;
  }

  .footer-cta__wrapper {
    height: auto;
    flex-direction: column;
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .footer-cta__block {
    width: 100%;
  }

  .footer-cta__block.last-block {
    margin-bottom: 0;
  }

  .footer-cta {
    display: inline;
  }

  .frame-decoration {
    width: 50px;
  }

  .frame-decoration.frame-02 {
    top: -14px;
    right: -14px;
  }

  .frame-decoration.frame-03 {
    bottom: -14px;
    left: -14px;
  }

  .frame-decoration.frame-plantas-01 {
    width: 48px;
    top: 16px;
    left: 16px;
  }

  .frame-decoration.frame-plantas-02 {
    width: 48px;
    display: none;
    bottom: 12px;
    right: 12px;
  }

  .frame-decoration.frame-plantas-03, .frame-decoration.frame-plantas-04 {
    display: none;
  }

  .frame-decoration.frame-footer-2 {
    bottom: -14px;
    left: -14px;
  }

  .frame-decoration.frame-footer-1 {
    top: -14px;
    right: -14px;
  }

  .footer-cta-heading {
    letter-spacing: 1px;
    font-size: 14px;
    line-height: 1.5;
  }

  .contact-form {
    width: 100%;
  }

  .form-wrapper {
    padding: 24px;
  }

  .btn-wrapper {
    flex-direction: column;
    justify-content: space-between;
    margin-top: 24px;
    margin-bottom: 24px;
  }

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

  .contact-info {
    margin-right: 0;
  }

  .text-18 {
    font-size: 15px;
  }

  .contact-link__wrapper {
    margin-right: 0;
  }

  .spacer {
    height: 32px;
  }

  .spacer._16px {
    height: 0;
  }

  .s-contact {
    padding: 80px 24px;
  }

  .s-contact.no--margin {
    margin-top: 0;
    padding-top: 158px;
  }

  .heading-32px.white-heading {
    font-size: 24px;
  }

  .footer-link {
    margin-left: 8px;
  }

  .s-footer__logos {
    flex-direction: column;
    align-items: center;
  }

  .d1up_logo {
    margin-left: 8px;
  }

  .footer-icon {
    display: none;
  }

  .footer-info {
    font-size: 17px;
  }

  .content-01__left {
    flex: 1;
    margin-bottom: 4px;
  }

  .texto-legal {
    margin-top: 24px;
    font-size: 12px;
    line-height: 1.3;
  }

  .footer-content-01 {
    margin-top: 48px;
  }

  .content-02__left {
    height: 24px;
    margin-bottom: 16px;
  }

  .content {
    flex-direction: column;
    align-items: flex-start;
  }

  .s-footer__logo-block {
    margin-bottom: 24px;
  }

  .footer-content-02 {
    border-top: 1px solid rgba(116, 119, 119, .31);
    margin-top: 24px;
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .s-banner {
    height: 300px;
    margin: -80px 24px 64px;
  }

  .s-hero-bg {
    margin-top: 0;
    padding: 160px 24px 140px;
  }

  .heading-56 {
    margin-bottom: 8px;
    font-size: 40px;
  }

  .section {
    padding: 64px 24px;
  }

  .features__row {
    grid-row-gap: 24px;
    flex-wrap: wrap;
    grid-template-columns: 1fr;
  }

  .text-box-3._640px, .text-box-3._720px {
    width: 100%;
  }

  .heading-42.is--gold {
    font-size: 30px;
  }

  .s-grid {
    margin-bottom: 64px;
    padding: 80px 24px;
  }

  .heading-column {
    flex-direction: column;
    align-items: stretch;
  }

  .column.is--left {
    margin-right: 0;
  }

  .column.is--right {
    margin-left: 0;
  }

  .feature-02 {
    flex-wrap: wrap;
  }

  .feature-02__block {
    margin-bottom: 24px;
  }

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

  .fixed-galeria-icon {
    width: 40px;
    height: 40px;
  }

  .galery-arrow {
    display: none;
  }

  ._w-slider-dot {
    display: none;
    bottom: -22%;
  }

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

  .slider-p {
    width: 70%;
  }

  .grid-localizacao {
    grid-template-columns: 1fr 1fr 1.25fr 1fr;
  }

  .map {
    height: 400px;
    margin-bottom: 56px;
  }

  .features-row-02 {
    grid-row-gap: 24px;
    flex-wrap: wrap;
    grid-template-columns: 1fr;
    margin-top: 0;
  }

  .hover-link-wrapper {
    display: none;
  }

  .hover-link-wrapper.video-link-wrapper {
    margin-right: 0;
    display: flex;
  }

  .parallax-bg {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .label-2 {
    letter-spacing: 2px;
    font-size: 14px;
    line-height: 1;
  }

  .content6-headline-grid, .content6-grid {
    max-width: none;
    grid-column-gap: 20px;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  }

  .content6-image3 {
    display: none;
  }

  .content16-left-column {
    margin-bottom: 20px;
  }

  .content16-grid {
    max-width: none;
    grid-column-gap: 20px;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  }

  .content16-headline-wrap {
    margin-bottom: 26px;
  }

  .lightbox-overlay {
    width: 40px;
    height: 40px;
  }

  .lightbox__icon {
    width: 16px;
    height: 16px;
  }

  .contact__heading {
    color: #fff;
    font-size: 18px;
    font-weight: 300;
  }

  .page-intro {
    height: 80vh;
  }

  .logo-wrapper {
    padding: 48px 64px;
  }

  .heading-intro {
    font-size: 21px;
  }

  .kv-dot-intro {
    width: 12px;
    height: 12px;
    margin-left: 16px;
    margin-right: 16px;
  }

  .heading-comando {
    font-size: 21px;
  }

  .sld-plantas__slide {
    margin-right: 16px;
  }

  .sld-plantas__label {
    letter-spacing: 2px;
    margin-bottom: 24px;
    font-size: 12px;
    line-height: 1;
  }

  .sld-plantas__left-column {
    height: 620px;
    padding: 40px;
  }

  .sld-plantas__right-column {
    height: 420px;
    padding: 0;
  }

  .aptos-arrow {
    display: none;
  }

  .sld-plantas {
    height: auto;
  }

  .sld-plantas__grid {
    grid-template-rows: auto auto;
  }

  .cta-planta-text {
    font-size: 12px;
  }

  .sld-plantas__cta-btn {
    max-width: 100%;
  }

  .sld-plantas__cta {
    margin-top: 32px;
  }

  .sld-plantas__subtitle {
    font-size: 16px;
  }

  .sld-plantas__heading {
    font-size: 40px;
  }

  .sld-plantas__heading-wrapper {
    margin-bottom: 32px;
  }

  .sld-plantas__feautures-grid {
    grid-column-gap: 20px;
    grid-row-gap: 8px;
    grid-template-columns: 1fr;
  }

  .s-plantas {
    margin-left: 24px;
    margin-right: 24px;
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .sld-plantas__cta-p {
    font-size: 12px;
  }

  .footer-cta__wrapper-mobile {
    height: auto;
    padding: 32px;
  }

  .sld-plantas-mob {
    height: auto;
  }

  .sld-plantas-mob__slide {
    margin-right: 16px;
    padding: 44px;
  }

  .sld-plantas__column-03 {
    grid-column-gap: 20px;
    grid-row-gap: 8px;
    grid-template-columns: 1fr;
  }

  .sld-plantas__column-04 {
    height: 400px;
    padding: 0;
  }

  .bolotario-grid {
    padding: 16px;
  }

  .bol__img-wrapper {
    width: 100%;
  }

  .bol__content-wrapper {
    padding: 24px;
  }

  .bolotario__number {
    width: 28px;
    height: 28px;
    border-radius: 50%;
  }

  .bolotario__number.bol--position {
    width: 24px;
    height: 24px;
  }

  .bol_number.is--small {
    font-size: 11px;
  }

  .bol_heading {
    font-size: 14px;
  }

  .footer-cta__mobile {
    display: inline;
  }

  .plt-hero {
    padding-left: 32px;
    padding-right: 32px;
  }

  .plt-container {
    width: 100%;
    max-width: none;
  }

  .plt__hero-block {
    flex-direction: row;
    align-items: center;
  }

  .plt__brand {
    width: 100px;
    height: 100px;
  }

  .plt-section {
    padding: 80px 32px;
  }

  .plt-paragraph {
    font-size: 14px;
  }

  .cta-cookies {
    padding: 24px;
  }

  .button-primary {
    padding: 16px 34px;
    font-size: 16px;
    line-height: 18px;
  }

  .modal__whatsapp {
    padding: 32px;
  }

  .modal__heading {
    font-size: 24px;
  }

  .modal-email__wrapper, .modal-chat__wrapper {
    padding: 32px;
  }

  .s-tour {
    margin-left: 24px;
    margin-right: 24px;
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .modal__type {
    font-size: 24px;
  }
}

@media screen and (max-width: 479px) {
  .navbar-01 {
    z-index: 997;
  }

  .stroke-ramp {
    height: 2px;
  }

  .s-hero {
    height: 400px;
  }

  .heading-64px {
    font-size: 36px;
    line-height: 44px;
  }

  .lsd-plantas__kv-dot {
    width: 10px;
    height: 10px;
    bottom: -.75%;
  }

  .highlight-block-gradinet {
    height: 64px;
    padding: 2px;
  }

  .highlight-block-text {
    letter-spacing: 3px;
    font-size: 18px;
    line-height: 26px;
  }

  .s-about {
    padding-top: 80px;
    padding-bottom: 40px;
  }

  .feat-01-text {
    line-height: 1.25;
  }

  .feat-01-block {
    margin-bottom: 32px;
    margin-right: 0;
  }

  .feature-img {
    margin: 2px;
    padding: 6px;
  }

  .feat-01-icon {
    margin-right: 16px;
  }

  .feat-01-heading {
    margin-bottom: 4px;
  }

  .feat-01-heading.no--margin {
    margin-bottom: 0;
  }

  .heading-20px.white-heading {
    letter-spacing: 1px;
    font-size: 14px;
    line-height: 1.5;
  }

  .divider-ramp._24px-tp, .divider-ramp._32px-tp {
    width: 48px;
    height: 3px;
    margin-top: 20px;
  }

  .caption {
    font-size: 10px;
    top: auto;
    bottom: -32px;
    left: 0%;
    right: 0%;
  }

  .footer-cta__divider {
    width: 1px;
    height: 32px;
    margin-left: 20px;
    margin-right: 20px;
    display: none;
  }

  .heading._17px, .heading._16px {
    font-size: 14px;
  }

  .frame-decoration {
    z-index: 24;
  }

  .frame-decoration.frame-plantas-01 {
    width: 40px;
    top: -8px;
    left: -8px;
  }

  .frame-decoration.frame-plantas-02 {
    display: block;
    bottom: -8px;
    right: -8px;
  }

  .s-cta-footer {
    padding-top: 24px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .footer-cta-heading {
    letter-spacing: .25px;
    font-size: 12px;
  }

  .form-btn {
    width: 100%;
    justify-content: center;
    margin-bottom: 12px;
    display: flex;
  }

  .text-field {
    height: 40px;
    margin-bottom: 16px;
    padding-left: 18px;
    font-size: 12px;
  }

  .text-field.message {
    padding-bottom: 56px;
  }

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

  .form-wrapper {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .btn-wrapper {
    flex-direction: column;
    margin-bottom: 24px;
  }

  .contact-link__wrapper {
    justify-content: center;
  }

  .s-contact {
    z-index: 0;
  }

  .s-contact.no--margin {
    padding-top: 70px;
  }

  .heading-32px {
    font-size: 21px;
  }

  .footer-disclaimer {
    margin-bottom: 0;
  }

  .s-footer__logos {
    flex-direction: column-reverse;
  }

  .s-footer {
    z-index: 0;
    margin-top: 0;
    padding-bottom: 64px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .s-footer.pag--contato {
    padding-bottom: 0;
  }

  .footer-icon {
    width: 24px;
  }

  .footer-info {
    font-size: 14px;
  }

  .logo-link {
    margin: 32px 0;
  }

  .logo-footer {
    max-width: 200px;
  }

  .texto-legal {
    font-size: 11px;
  }

  .caption-assinatura {
    margin-bottom: 0;
  }

  .footer-content-01 {
    width: 100%;
  }

  .content-02__left {
    flex-direction: column;
    flex: 1;
    align-items: flex-start;
    margin-top: 12px;
    margin-bottom: 12px;
  }

  .content {
    align-items: stretch;
  }

  .logo-row {
    flex-direction: column-reverse;
    align-items: center;
    display: flex;
  }

  .s-footer__logo-block {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 43px;
    display: flex;
  }

  .s-footer__logo-block.is--last {
    margin-bottom: 0;
  }

  .s-footer__wrapper {
    align-items: center;
  }

  .footer-content-02 {
    width: 100%;
    align-items: stretch;
    margin-top: 24px;
    margin-bottom: 24px;
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .s-banner {
    height: 260px;
    background-position: 80% 100%;
    margin-bottom: 40px;
  }

  .s-banner.no-image {
    margin-bottom: 56px;
    margin-left: 16px;
    margin-right: 16px;
  }

  .s-banner.grid-banner {
    height: 260px;
  }

  .s-hero-bg {
    text-align: left;
    align-items: flex-start;
    padding-top: 70px;
    padding-bottom: 120px;
    padding-right: 32px;
  }

  .heading-56 {
    letter-spacing: 1px;
    margin-bottom: 12px;
    font-size: 36px;
  }

  .section {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .feature-icon__vertical {
    margin-right: 16px;
  }

  .features__row {
    margin-top: 0;
  }

  .feature-grid {
    grid-row-gap: 32px;
  }

  .heading-42 {
    font-size: 32px;
  }

  .s-grid {
    margin-top: 40px;
    margin-bottom: 0;
    padding-bottom: 40px;
  }

  .heading-column {
    margin-bottom: 0;
  }

  .feature-02 {
    justify-content: space-between;
  }

  .feature-02__block {
    width: 45%;
    margin-top: 14px;
    margin-bottom: 14px;
  }

  .s-grid__bg {
    background-image: linear-gradient(rgba(25, 25, 25, .9), rgba(25, 25, 25, .9)), url('../images/Piscina-coberta.jpg');
    background-position: 0 0, 50%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    background-attachment: scroll, fixed;
    margin-bottom: 111px;
  }

  .grid-conceito {
    height: 320px;
    grid-column-gap: 4px;
    grid-row-gap: 4px;
    grid-template-rows: 55% 45%;
  }

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

  .slider-mask {
    overflow: visible;
  }

  .fixed-galeria-icon {
    top: 16px;
    right: 16px;
  }

  .galery-arrow {
    width: 40px;
    height: 40px;
    display: flex;
    top: 0%;
    bottom: 0%;
    left: auto;
    right: 5%;
  }

  .galery-arrow:hover {
    right: 5%;
  }

  .galery-arrow.left {
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: auto;
  }

  .galery-arrow.left:hover {
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: auto;
    transform: none;
  }

  .zoom-icon {
    width: 24px;
  }

  .slider-p {
    width: 100%;
    text-shadow: 0 0 2px #000;
    padding-right: 32px;
    font-size: 12px;
    font-weight: 300;
    line-height: 1.5;
  }

  .slider-caption {
    bottom: 20px;
    left: 20px;
  }

  .slider-heading {
    text-shadow: 1px 1px 2px rgba(0, 0, 0, .32);
    margin-bottom: 4px;
    font-family: Gotham book, sans-serif;
    font-size: 10px;
    font-weight: 400;
    line-height: 1.1;
  }

  .grid-localizacao {
    height: 100%;
    grid-column-gap: 4px;
    grid-row-gap: 4px;
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1.75fr 1fr 2fr 1.5fr;
  }

  .features-row-02 {
    margin-bottom: 56px;
  }

  .feature-icon-02 {
    margin-right: 16px;
  }

  .heading-20 {
    font-size: 17px;
  }

  .heading-20.is--black {
    width: 60%;
  }

  .parallax-bg {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .video-info {
    grid-row-gap: 48px;
    padding-left: 0;
  }

  .heading-32 {
    font-size: 24px;
    line-height: 1.4;
  }

  .content6-headline-wrap {
    text-align: left;
    align-items: flex-start;
    margin-bottom: 0;
  }

  .content6-headline-grid, .content6-grid {
    grid-column-gap: 12px;
    grid-row-gap: 24px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .paragraph-70 {
    width: 40%;
    text-align: right;
  }

  .content6-image1 {
    margin-bottom: 0;
  }

  .content16-left-column {
    position: static;
  }

  .content16-grid {
    grid-column-gap: 12px;
    grid-row-gap: 0px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    position: static;
  }

  .button-small {
    flex: none;
    align-self: stretch;
    display: none;
  }

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

  .btn-nav {
    flex: none;
    align-self: stretch;
  }

  .banner-caption {
    font-size: 10px;
  }

  .page-wrapper {
    overflow: hidden;
  }

  .page-intro {
    height: 97vh;
    text-align: center;
  }

  .wood-img {
    width: 920px;
    max-width: none;
  }

  .logo-wrapper {
    border-width: 1px;
    margin-top: 32px;
    margin-bottom: 32px;
    padding: 40px 32px;
  }

  .logo-intro {
    width: 220px;
  }

  .heading-intro {
    letter-spacing: 2px;
    font-size: 21px;
  }

  .kv-dot-intro {
    width: 8px;
    height: 8px;
    margin-left: 12px;
    margin-right: 12px;
    bottom: -.75%;
  }

  .heading-comando {
    letter-spacing: 1px;
    font-size: 18px;
  }

  .arrrow-intro {
    width: 20px;
    height: 20px;
    margin-bottom: 64px;
  }

  .cta-01 {
    z-index: 998;
    width: 100%;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    top: auto;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .cta-01__wrapper {
    width: 100%;
    justify-content: space-between;
    padding-left: 12px;
    padding-right: 12px;
  }

  .cta-01__heading {
    letter-spacing: 0;
    flex: 0 auto;
    margin-right: 8px;
    font-size: 10px;
  }

  .cta-01__links {
    flex: 1;
    justify-content: space-between;
    align-items: stretch;
  }

  .cta-01__btn {
    background-color: #ba9166;
    flex: auto;
    justify-content: center;
    margin-left: 2px;
    margin-right: 2px;
    padding: 8px;
  }

  .icon-footer {
    width: 10px;
    height: 10px;
  }

  .btn-flex__text-link {
    letter-spacing: 0;
    flex: 0 auto;
    font-size: 9px;
    line-height: 1;
  }

  .img-caption {
    font-size: 8px;
    line-height: 1.3;
    display: none;
    top: auto;
    bottom: 0%;
    left: 5%;
    right: auto;
  }

  .fixed-icon {
    top: 0%;
    bottom: auto;
    left: auto;
    right: 0%;
  }

  .sld-plantas__label {
    letter-spacing: 1px;
    margin-bottom: 8px;
  }

  .sld-plantas__left-column {
    height: auto;
    padding: 24px;
  }

  .sld-plantas__right-column {
    height: 100%;
  }

  .sld-plantas__right-column.garden-column {
    padding: 20px;
  }

  .aptos-arrow {
    width: 32px;
    height: 32px;
    display: block;
    top: -30%;
    bottom: 0%;
    left: auto;
    right: 5%;
  }

  .aptos-arrow.left {
    left: 0%;
    right: auto;
  }

  .btn-icon {
    margin-right: 8px;
  }

  .sld-plantas {
    height: 780px;
  }

  .sld-plantas__grid {
    grid-template-rows: minmax(auto, 1fr) 1fr;
    align-content: start;
    align-items: stretch;
  }

  .cta-planta-text {
    flex: none;
  }

  .sld-plantas__cta-btn {
    width: 100%;
    text-align: left;
    justify-content: center;
    margin-top: 4px;
    padding: 12px 16px;
    display: flex;
  }

  .sld-plantas__cta {
    margin-top: 24px;
  }

  .sld-plantas__lightbox {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .sld-plantas__subtitle {
    font-size: 14px;
    line-height: 1.1;
  }

  .font-icon {
    font-size: 18px;
  }

  .sld-plantas__heading {
    margin-bottom: 8px;
    font-size: 32px;
  }

  .sld-plantas__feautures-grid {
    grid-column-gap: 16px;
    grid-row-gap: 8px;
    grid-template-columns: 1fr;
  }

  .sld-plantas__feautures-icon {
    width: 12px;
    height: 12px;
    margin-right: 8px;
  }

  .sld-plantas__feautures-p {
    font-size: 13px;
    line-height: 1.2;
  }

  .s-plantas {
    background-image: none;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .sld-plantas__cta-p {
    font-size: 10px;
  }

  .sld-plantas__lightbox {
    padding: 12px;
  }

  .footer-cta__wrapper-mobile {
    padding: 24px;
  }

  .sld-plantas-mob {
    height: 780px;
  }

  .sld-plantas-mob__slide {
    padding: 24px;
  }

  .sld-plantas-mob__slide.slide-gardens-mob {
    width: 100%;
    margin-right: 0;
  }

  .sld-plantas-mob__grid.garden-mob-frame {
    padding: 0;
  }

  .sld-plantas__column-03 {
    grid-column-gap: 16px;
    grid-row-gap: 8px;
    grid-template-columns: 1fr;
  }

  .sld-plantas__column-04 {
    height: 100%;
  }

  .bolotario-grid {
    margin-top: 16px;
  }

  .bol_list-grid {
    grid-row-gap: 8px;
    grid-template-columns: 1fr;
  }

  .implantacao__item {
    margin-bottom: 8px;
  }

  .bolotario__number {
    width: 21px;
    height: 21px;
    border-radius: 90px;
    margin-right: 16px;
  }

  .bolotario__number.bol--position {
    width: 20px;
    height: 20px;
  }

  .bol_number {
    padding-top: 1px;
    font-size: 11px;
  }

  .bol_number.is--small {
    font-size: 9px;
  }

  .bol_heading {
    max-width: 100%;
  }

  .plt-hero {
    align-items: flex-end;
    padding-left: 24px;
    padding-right: 24px;
  }

  .plt__hero-block {
    flex-direction: column;
    margin-bottom: -21px;
  }

  .plt__brand {
    margin-bottom: 72px;
  }

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

  .plt-section {
    padding-left: 24px;
    padding-right: 24px;
  }

  .plt-block {
    text-align: left;
    margin-top: 24px;
    margin-bottom: 24px;
  }

  .plt-heading-24px {
    margin-top: 32px;
  }

  .cta-cookies {
    display: none;
    bottom: 100px;
    left: 16px;
    right: 16px;
  }

  .button-primary {
    padding: 15px 34px 16px;
  }

  .modal-whatsapp {
    padding-left: 17px;
    padding-right: 17px;
    display: none;
  }

  .modal__whatsapp {
    padding: 16px;
    overflow: auto;
  }

  .modal__close-btn {
    width: 32px;
    height: 32px;
    padding: 9px;
  }

  .modal-email {
    padding-left: 17px;
    padding-right: 17px;
    display: none;
  }

  .modal-email__wrapper {
    padding: 16px;
    overflow: auto;
  }

  .modal-chat {
    padding-left: 17px;
    padding-right: 17px;
    display: none;
  }

  .modal-chat__wrapper {
    padding: 16px;
    overflow: auto;
  }

  .s-tour {
    background-image: none;
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

#w-node-_7447e7d7-0ac7-fd50-ec36-e6ff0e74ed1c-6c61b648 {
  align-self: start;
}

#w-node-abc0ea68-9b57-8d81-d104-0ae55835595e-6c61b648 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_55225fc4-edf0-7741-e124-0abb89cad343-6c61b648 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_3c5755ff-0bca-c6ea-5a62-e7a81a72b31b-011709e9 {
  align-self: center;
  justify-self: center;
}

#w-node-_6e7fcf26-e6c2-53d3-a453-43cd94849395-011709e9, #w-node-_6e7fcf26-e6c2-53d3-a453-43cd9484939b-011709e9, #w-node-_6e7fcf26-e6c2-53d3-a453-43cd948493a1-011709e9, #w-node-_6e7fcf26-e6c2-53d3-a453-43cd948493a7-011709e9, #w-node-_6e7fcf26-e6c2-53d3-a453-43cd948493ad-011709e9, #w-node-_6e7fcf26-e6c2-53d3-a453-43cd948493b3-011709e9, #w-node-_6e7fcf26-e6c2-53d3-a453-43cd948493b9-011709e9, #w-node-_6e7fcf26-e6c2-53d3-a453-43cd948493bf-011709e9, #w-node-_6e7fcf26-e6c2-53d3-a453-43cd948493c5-011709e9, #w-node-_6e7fcf26-e6c2-53d3-a453-43cd948493cd-011709e9, #w-node-_6e7fcf26-e6c2-53d3-a453-43cd948493d3-011709e9, #w-node-_6e7fcf26-e6c2-53d3-a453-43cd948493d9-011709e9, #w-node-_6e7fcf26-e6c2-53d3-a453-43cd948493df-011709e9, #w-node-_6e7fcf26-e6c2-53d3-a453-43cd948493e5-011709e9, #w-node-_6e7fcf26-e6c2-53d3-a453-43cd948493ee-011709e9, #w-node-_6e7fcf26-e6c2-53d3-a453-43cd948493f7-011709e9, #w-node-_6e7fcf26-e6c2-53d3-a453-43cd948493fd-011709e9, #w-node-_25194099-f0da-7e06-f7e0-01393fc573fd-011709e9 {
  align-self: stretch;
  justify-self: stretch;
}

#w-node-_527be217-cb86-480e-2435-08edfbf2f2ec-3b1ff6b5 {
  align-self: center;
}

#w-node-_8696e921-9cf3-450a-7284-f6c526f3ad5c-3b1ff6b5 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_527be217-cb86-480e-2435-08edfbf2f2e9-3b1ff6b5, #w-node-_99b496b6-1694-f401-67b3-3ffcf273cf01-3b1ff6b5 {
  align-self: center;
  justify-self: center;
}

#w-node-_99b496b6-1694-f401-67b3-3ffcf273cf23-3b1ff6b5 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_99b496b6-1694-f401-67b3-3ffcf273cf33-3b1ff6b5, #w-node-_3bf8c3fe-58ba-2d2a-fd33-e0338dd1e3e9-3b1ff6b5 {
  align-self: center;
  justify-self: center;
}

#w-node-_3bf8c3fe-58ba-2d2a-fd33-e0338dd1e3fd-3b1ff6b5 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_3bf8c3fe-58ba-2d2a-fd33-e0338dd1e41b-3b1ff6b5 {
  align-self: center;
  justify-self: center;
}

#w-node-_44d9008f-7608-4e2f-7dab-f9af0c6ad4b1-3b1ff6b5 {
  align-self: center;
}

#w-node-_44d9008f-7608-4e2f-7dab-f9af0c6ad4d3-3b1ff6b5 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_44d9008f-7608-4e2f-7dab-f9af0c6ad4e3-3b1ff6b5 {
  align-self: stretch;
  justify-self: stretch;
}

#w-node-_4355199b-7e01-d46a-4a73-09349958dc54-3b1ff6b5, #w-node-_4355199b-7e01-d46a-4a73-09349958dc86-3b1ff6b5, #w-node-cb6ac317-dd04-1d3c-9d9d-7f2e9e2a6910-3b1ff6b5, #w-node-cb6ac317-dd04-1d3c-9d9d-7f2e9e2a6945-3b1ff6b5 {
  align-self: center;
  justify-self: center;
}

#w-node-_0488d8c1-9555-268d-e925-2bf3e61b223a-3b1ff6b5 {
  align-self: center;
}

#w-node-_0488d8c1-9555-268d-e925-2bf3e61b2261-3b1ff6b5 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_07fe1ca7-83af-885b-607c-a95a625bb52b-3b1ff6b5 {
  align-self: center;
}

#w-node-_07fe1ca7-83af-885b-607c-a95a625bb555-3b1ff6b5 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_1605e40c-b673-4335-1e22-f971e1c6dcd7-3b1ff6b5 {
  align-self: center;
}

#w-node-_1605e40c-b673-4335-1e22-f971e1c6dd01-3b1ff6b5, #w-node-_8cba0e30-f0f9-11f6-91d0-c8d3aa2d012e-3b1ff6b5 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_357be1a3-9cb9-29d1-9594-7ef47d1f69fd-3b1ff6b5 {
  align-self: center;
}

#w-node-_357be1a3-9cb9-29d1-9594-7ef47d1f6a27-3b1ff6b5, #w-node-_72c060bc-0f52-4576-2966-14d39525d90a-3b1ff6b5 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_67e92394-f543-198f-3f93-dbcce9453189-3b1ff6b5 {
  align-self: center;
}

#w-node-_67e92394-f543-198f-3f93-dbcce94531b3-3b1ff6b5 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-dbe63050-8ae9-ccb5-cc14-302e7a28a72a-3b1ff6b5, #w-node-dbe63050-8ae9-ccb5-cc14-302e7a28a758-3b1ff6b5 {
  align-self: center;
  justify-self: center;
}

#w-node-_39a52854-f6b0-e011-ba67-bf38a3bb3ce5-9f5e5fa5 {
  grid-area: span 5 / span 1 / span 5 / span 1;
}

#w-node-_39a52854-f6b0-e011-ba67-bf38a3bb3ce8-9f5e5fa5 {
  grid-area: span 3 / span 2 / span 3 / span 2;
}

#w-node-_39a52854-f6b0-e011-ba67-bf38a3bb3ceb-9f5e5fa5 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_39a52854-f6b0-e011-ba67-bf38a3bb3cee-9f5e5fa5 {
  grid-area: span 3 / span 1 / span 3 / span 1;
}

#w-node-_39a52854-f6b0-e011-ba67-bf38a3bb3cf1-9f5e5fa5, #w-node-_1e2a86d4-8313-d86a-6bc8-3210f8c371eb-9f5e5fa5 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-f993d8e6-2418-0188-2f51-880561e88f70-ed8ce863 {
  grid-area: span 1 / span 12 / span 1 / span 12;
}

#w-node-f993d8e6-2418-0188-2f51-880561e88f71-ed8ce863 {
  grid-area: 1 / 4 / 2 / 10;
}

#w-node-f993d8e6-2418-0188-2f51-880561e88f7a-ed8ce863 {
  grid-area: span 1 / span 3 / span 1 / span 3;
  align-self: start;
}

#w-node-f993d8e6-2418-0188-2f51-880561e88f7b-ed8ce863 {
  grid-area: span 1 / span 6 / span 1 / span 6;
}

#w-node-f993d8e6-2418-0188-2f51-880561e88f7c-ed8ce863 {
  grid-area: span 1 / span 3 / span 1 / span 3;
  align-self: end;
}

#w-node-e44e869b-121c-8544-83ff-b7210f251e0b-ed8ce863 {
  grid-area: span 1 / span 5 / span 1 / span 5;
  align-self: start;
  justify-self: start;
}

#w-node-beecb21c-cff8-381e-792a-ef8b765a6ce7-ed8ce863, #w-node-_2d75bb17-b84f-9385-285e-bf709372fa63-ed8ce863 {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

@media screen and (max-width: 991px) {
  #w-node-abc0ea68-9b57-8d81-d104-0ae55835595e-6c61b648 {
    grid-area: span 3 / span 2 / span 3 / span 2;
  }

  #w-node-_55225fc4-edf0-7741-e124-0abb89cad343-6c61b648 {
    grid-area: span 4 / span 4 / span 4 / span 4;
  }

  #w-node-d0a35bb0-5dd2-a025-b359-ca25bb43dd6a-6c61b648 {
    grid-area: span 3 / span 2 / span 3 / span 2;
  }

  #w-node-_7e4425fc-40f3-1ddf-55a0-b71efb5fea08-6c61b648, #w-node-e1a3cdde-d3b3-e8d4-7aab-c26b64f7c121-6c61b648 {
    grid-area: span 2 / span 2 / span 2 / span 2;
  }

  #w-node-_3c5755ff-0bca-c6ea-5a62-e7a81a72b31b-011709e9 {
    order: 9999;
  }

  #w-node-_527be217-cb86-480e-2435-08edfbf2f2ec-3b1ff6b5 {
    align-self: stretch;
  }

  #w-node-_527be217-cb86-480e-2435-08edfbf2f2e9-3b1ff6b5, #w-node-_99b496b6-1694-f401-67b3-3ffcf273cf33-3b1ff6b5, #w-node-_3bf8c3fe-58ba-2d2a-fd33-e0338dd1e41b-3b1ff6b5, #w-node-_44d9008f-7608-4e2f-7dab-f9af0c6ad4e3-3b1ff6b5, #w-node-_4355199b-7e01-d46a-4a73-09349958dc86-3b1ff6b5, #w-node-cb6ac317-dd04-1d3c-9d9d-7f2e9e2a6945-3b1ff6b5 {
    order: 9999;
  }

  #w-node-_0488d8c1-9555-268d-e925-2bf3e61b223a-3b1ff6b5, #w-node-_07fe1ca7-83af-885b-607c-a95a625bb52b-3b1ff6b5, #w-node-_1605e40c-b673-4335-1e22-f971e1c6dcd7-3b1ff6b5 {
    align-self: stretch;
  }

  #w-node-_1605e40c-b673-4335-1e22-f971e1c6dd01-3b1ff6b5 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_357be1a3-9cb9-29d1-9594-7ef47d1f69fd-3b1ff6b5, #w-node-_67e92394-f543-198f-3f93-dbcce9453189-3b1ff6b5 {
    align-self: stretch;
  }

  #w-node-dbe63050-8ae9-ccb5-cc14-302e7a28a758-3b1ff6b5 {
    order: 9999;
  }

  #w-node-f993d8e6-2418-0188-2f51-880561e88f70-ed8ce863 {
    grid-column: span 8 / span 8;
  }

  #w-node-f993d8e6-2418-0188-2f51-880561e88f71-ed8ce863 {
    grid-area: span 1 / span 8 / span 1 / span 8;
  }

  #w-node-f993d8e6-2418-0188-2f51-880561e88f7a-ed8ce863 {
    grid-column: span 2 / span 2;
  }

  #w-node-f993d8e6-2418-0188-2f51-880561e88f7b-ed8ce863 {
    grid-column: span 4 / span 4;
  }

  #w-node-f993d8e6-2418-0188-2f51-880561e88f7c-ed8ce863 {
    grid-column: span 2 / span 2;
  }

  #w-node-e44e869b-121c-8544-83ff-b7210f251e0b-ed8ce863 {
    grid-area: span 1 / span 8 / span 1 / span 8;
    justify-self: start;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_8696e921-9cf3-450a-7284-f6c526f3ad5c-3b1ff6b5 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_527be217-cb86-480e-2435-08edfbf2f2e9-3b1ff6b5 {
    order: 9999;
  }

  #w-node-_99b496b6-1694-f401-67b3-3ffcf273cf23-3b1ff6b5 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_99b496b6-1694-f401-67b3-3ffcf273cf33-3b1ff6b5 {
    order: 9999;
  }

  #w-node-_3bf8c3fe-58ba-2d2a-fd33-e0338dd1e3fd-3b1ff6b5 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_3bf8c3fe-58ba-2d2a-fd33-e0338dd1e41b-3b1ff6b5 {
    order: 9999;
  }

  #w-node-_44d9008f-7608-4e2f-7dab-f9af0c6ad4d3-3b1ff6b5 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_44d9008f-7608-4e2f-7dab-f9af0c6ad4e3-3b1ff6b5, #w-node-_4355199b-7e01-d46a-4a73-09349958dc86-3b1ff6b5, #w-node-cb6ac317-dd04-1d3c-9d9d-7f2e9e2a6945-3b1ff6b5 {
    order: 9999;
  }

  #w-node-_0488d8c1-9555-268d-e925-2bf3e61b2261-3b1ff6b5, #w-node-_07fe1ca7-83af-885b-607c-a95a625bb555-3b1ff6b5, #w-node-_1605e40c-b673-4335-1e22-f971e1c6dd01-3b1ff6b5, #w-node-_8cba0e30-f0f9-11f6-91d0-c8d3aa2d012e-3b1ff6b5, #w-node-_357be1a3-9cb9-29d1-9594-7ef47d1f6a27-3b1ff6b5, #w-node-_72c060bc-0f52-4576-2966-14d39525d90a-3b1ff6b5, #w-node-_67e92394-f543-198f-3f93-dbcce94531b3-3b1ff6b5 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-dbe63050-8ae9-ccb5-cc14-302e7a28a758-3b1ff6b5 {
    order: 9999;
  }

  #w-node-_39a52854-f6b0-e011-ba67-bf38a3bb3ce5-9f5e5fa5 {
    grid-area: span 3 / span 1 / span 3 / span 1;
  }

  #w-node-_39a52854-f6b0-e011-ba67-bf38a3bb3ce8-9f5e5fa5 {
    grid-area: span 3 / span 2 / span 3 / span 2;
  }

  #w-node-_39a52854-f6b0-e011-ba67-bf38a3bb3ceb-9f5e5fa5 {
    grid-area: span 3 / span 1 / span 3 / span 1;
  }

  #w-node-_39a52854-f6b0-e011-ba67-bf38a3bb3cee-9f5e5fa5 {
    grid-area: span 2 / span 2 / span 2 / span 2;
  }

  #w-node-f993d8e6-2418-0188-2f51-880561e88f70-ed8ce863, #w-node-f993d8e6-2418-0188-2f51-880561e88f71-ed8ce863 {
    grid-column: span 6 / span 6;
  }

  #w-node-f993d8e6-2418-0188-2f51-880561e88f7a-ed8ce863, #w-node-f993d8e6-2418-0188-2f51-880561e88f7b-ed8ce863 {
    grid-column: span 3 / span 3;
  }

  #w-node-e44e869b-121c-8544-83ff-b7210f251e0b-ed8ce863 {
    grid-column: span 6 / span 6;
  }
}

@media screen and (max-width: 479px) {
  #w-node-abc0ea68-9b57-8d81-d104-0ae55835595e-6c61b648 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_55225fc4-edf0-7741-e124-0abb89cad343-6c61b648 {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-d0a35bb0-5dd2-a025-b359-ca25bb43dd6a-6c61b648, #w-node-_7e4425fc-40f3-1ddf-55a0-b71efb5fea08-6c61b648, #w-node-e1a3cdde-d3b3-e8d4-7aab-c26b64f7c121-6c61b648 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_6e7fcf26-e6c2-53d3-a453-43cd94849395-011709e9, #w-node-_6e7fcf26-e6c2-53d3-a453-43cd9484939b-011709e9, #w-node-_6e7fcf26-e6c2-53d3-a453-43cd948493a1-011709e9, #w-node-_6e7fcf26-e6c2-53d3-a453-43cd948493a7-011709e9, #w-node-_6e7fcf26-e6c2-53d3-a453-43cd948493ad-011709e9, #w-node-_6e7fcf26-e6c2-53d3-a453-43cd948493b3-011709e9, #w-node-_6e7fcf26-e6c2-53d3-a453-43cd948493b9-011709e9, #w-node-_6e7fcf26-e6c2-53d3-a453-43cd948493bf-011709e9, #w-node-_6e7fcf26-e6c2-53d3-a453-43cd948493c5-011709e9, #w-node-_6e7fcf26-e6c2-53d3-a453-43cd948493cd-011709e9, #w-node-_6e7fcf26-e6c2-53d3-a453-43cd948493d3-011709e9, #w-node-_6e7fcf26-e6c2-53d3-a453-43cd948493d9-011709e9, #w-node-_6e7fcf26-e6c2-53d3-a453-43cd948493df-011709e9, #w-node-_6e7fcf26-e6c2-53d3-a453-43cd948493e5-011709e9, #w-node-_6e7fcf26-e6c2-53d3-a453-43cd948493ee-011709e9, #w-node-_6e7fcf26-e6c2-53d3-a453-43cd948493f7-011709e9, #w-node-_6e7fcf26-e6c2-53d3-a453-43cd948493fd-011709e9, #w-node-_25194099-f0da-7e06-f7e0-01393fc573fd-011709e9 {
    align-self: stretch;
    justify-self: stretch;
  }

  #w-node-_99b496b6-1694-f401-67b3-3ffcf273cf33-3b1ff6b5 {
    order: 9999;
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: center;
    justify-self: center;
  }

  #w-node-_3bf8c3fe-58ba-2d2a-fd33-e0338dd1e41b-3b1ff6b5 {
    order: 9999;
  }

  #w-node-_44d9008f-7608-4e2f-7dab-f9af0c6ad4b1-3b1ff6b5 {
    align-self: stretch;
  }

  #w-node-_4355199b-7e01-d46a-4a73-09349958dc86-3b1ff6b5, #w-node-cb6ac317-dd04-1d3c-9d9d-7f2e9e2a6945-3b1ff6b5 {
    order: 9999;
  }

  #w-node-_8cba0e30-f0f9-11f6-91d0-c8d3aa2d012e-3b1ff6b5, #w-node-_72c060bc-0f52-4576-2966-14d39525d90a-3b1ff6b5 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-dbe63050-8ae9-ccb5-cc14-302e7a28a758-3b1ff6b5 {
    order: 9999;
    grid-area: span 3 / span 1 / span 3 / span 1;
    align-self: center;
    justify-self: center;
  }

  #w-node-f993d8e6-2418-0188-2f51-880561e88f70-ed8ce863 {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-f993d8e6-2418-0188-2f51-880561e88f7a-ed8ce863, #w-node-f993d8e6-2418-0188-2f51-880561e88f7b-ed8ce863 {
    grid-column: span 4 / span 4;
  }

  #w-node-e44e869b-121c-8544-83ff-b7210f251e0b-ed8ce863 {
    grid-area: span 1 / span 6 / span 1 / span 6;
    align-self: start;
    justify-self: start;
  }

  #w-node-beecb21c-cff8-381e-792a-ef8b765a6ce7-ed8ce863, #w-node-_2d75bb17-b84f-9385-285e-bf709372fa63-ed8ce863 {
    grid-area: span 1 / span 6 / span 1 / span 6;
  }
}


@font-face {
  font-family: 'Gotham';
  src: url('../fonts/Gotham-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gotham';
  src: url('../fonts/Gotham-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gotham';
  src: url('../fonts/Gotham-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gotham book';
  src: url('../fonts/Gotham-Book.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}