:root {
  --dark-green: #101b13;
  --light-pastel: #ece5e1;
  --medium-pastel: #b28f7b;
  --dark-grey: #1e1e1e;
  --green: #1bb011;
  --dark-terracota: #ac3f14;
  --black: black;
  --medium-green: #142217;
  --medium-grey: #565656;
  --white: white;
  --medium-terracota: #a95534;
}

body {
  background-color: var(--dark-green);
  color: #333;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  color: var(--light-pastel);
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Avenirltstd Roman, sans-serif;
  font-size: 3.375rem;
  font-weight: 400;
  line-height: 110%;
}

h2 {
  color: var(--light-pastel);
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Avenirltstd Roman, sans-serif;
  font-size: 2.3125rem;
  font-weight: 400;
  line-height: 110%;
}

h3 {
  color: var(--light-pastel);
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Avenirltstd Roman, sans-serif;
  font-size: 1.6875rem;
  font-weight: 400;
  line-height: 110%;
}

p {
  margin-top: 0;
  margin-bottom: 0;
  line-height: 110%;
}

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

.text-size-regular {
  color: var(--light-pastel);
  font-family: Avenirltstd Roman, sans-serif;
  font-size: 1.125rem;
  font-weight: 400;
}

.text-size-regular.text-style-allcaps.dark-green {
  color: var(--dark-green);
}

.text-size-regular.text-style-allcaps.color-pastel {
  color: var(--medium-pastel);
}

.text-size-regular._16px {
  font-size: 1rem;
}

.text-size-regular.color {
  color: var(--dark-grey);
}

.text-size-regular.dark-green {
  color: var(--dark-green);
}

.text-size-large {
  font-size: 1.5rem;
}

.text-size-large.orange {
  color: var(--dark-green);
}

.text-size-large.light-color {
  color: var(--light-pastel);
}

.padding-global {
  width: 100%;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.text-size-medium {
  color: var(--light-pastel);
  font-family: Avenirltstd Roman, sans-serif;
  font-size: 1.25rem;
  line-height: 110%;
}

.text-size-medium.color-black-green {
  color: var(--dark-green);
}

.text-size-medium.color-beje {
  color: var(--medium-pastel);
}

.text-size-medium.color-beje._24px {
  max-width: 40rem;
  font-size: 1.5rem;
}

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

.button-form {
  background-color: var(--green);
  text-transform: uppercase;
  border-radius: .625rem;
  padding-top: 1.4375rem;
  padding-bottom: 1.4375rem;
  font-family: Avenirltstd, sans-serif;
  font-weight: 900;
  transition: all .4s;
}

.button-form:hover {
  transform: translate(0, -4px);
}

.success-message {
  background-image: linear-gradient(90deg, var(--medium-pastel), var(--light-pastel));
  border-radius: .625rem;
}

.error-message {
  background-image: linear-gradient(94deg, #d92c2c, #fff);
  border-radius: .3125rem;
}

.icon-close-modal {
  width: 1.5625rem;
  max-width: 1.5625rem;
}

.section-height-header {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  display: flex;
  position: relative;
}

.height-component {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  flex-flow: column;
  align-items: center;
  margin-top: 7.5rem;
  padding-bottom: 5rem;
  display: flex;
}

.height-content-text {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  text-align: center;
  flex-flow: column;
  align-items: center;
  width: 100%;
  max-width: 62rem;
  display: flex;
}

.bold-text {
  font-size: 1.5rem;
}

.height-content-video {
  border-radius: 1rem;
  flex-flow: column;
  justify-content: space-between;
  width: 80%;
  height: 34.0625rem;
  display: flex;
  overflow: hidden;
}

.button-height {
  background-color: var(--medium-pastel);
  color: #fff;
  text-align: center;
  text-transform: none;
  border-radius: 1rem;
  padding: 1.625rem 2.375rem;
  font-family: Avenirltstd, sans-serif;
  font-size: 1rem;
  font-weight: 900;
  transition: all .4s;
}

.button-height:hover {
  transform: translate(0, -4px);
}

.button-height.is-text {
  color: #000;
  background-color: #0000;
  border: 2px solid #0000;
}

.button-height.is-secondary {
  color: #000;
  background-color: #0000;
  border: 1px solid #222;
}

.button-height.is-large {
  padding: 1rem 2rem;
}

.button-height.is-icon {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.button-height.is-small {
  padding: .5rem 1.25rem;
}

.text-span-2 {
  font-size: .6rem;
  position: relative;
  top: -4px;
}

.height-logo {
  width: 100%;
  max-width: 15.625rem;
  margin-top: 1.5rem;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  top: 0%;
  bottom: auto;
}

.modal-height {
  z-index: 505;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background-color: #000000c4;
  flex-flow: column;
  justify-content: center;
  display: none;
  position: fixed;
  inset: 0%;
}

.component-form-whats-height {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.content-form-whats-height {
  background-color: var(--dark-green);
  border-radius: .625rem;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 37.5rem;
  padding: 3.75rem .875rem;
  display: flex;
  position: relative;
}

.form-whats-content-text-height {
  text-align: center;
  max-width: 25rem;
  margin-bottom: 1.25rem;
}

.form-whats-height {
  width: 100%;
  max-width: 31.25rem;
}

.content-icon-close-height {
  cursor: pointer;
  position: absolute;
  inset: 1rem 1rem auto auto;
}

.form-whats-wrapper-height {
  grid-column-gap: .9375rem;
  grid-row-gap: .9375rem;
  background-color: var(--dark-green);
  flex-flow: column;
  width: 100%;
  max-width: 37.5rem;
  display: flex;
}

.placehouder-whats-height {
  background-color: var(--light-pastel);
  color: var(--medium-grey);
  border: 1px #000;
  border-radius: .625rem;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 2rem;
  padding-bottom: 2rem;
  padding-left: 2.5rem;
}

.placehouder-whats-height:active, .placehouder-whats-height:focus, .placehouder-whats-height:focus-visible, .placehouder-whats-height[data-wf-focus-visible] {
  color: var(--medium-grey);
}

.placehouder-whats-height::placeholder {
  color: var(--dark-grey);
}

@media screen and (max-width: 991px) {
  h3 {
    font-size: 1.375rem;
  }

  .padding-top {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .padding-section-large {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .spacer-xxhuge-140px {
    padding-top: 8rem;
  }

  .spacer-xhuge-90px {
    padding-top: 6rem;
  }

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

  .padding-bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .fs-styleguide_heading-header {
    font-size: 4rem;
  }

  .fs-styleguide_section {
    grid-column-gap: 2.5rem;
    grid-template-columns: 1fr;
  }

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .padding-horizontal {
    padding-top: 0;
    padding-bottom: 0;
  }

  .spacer-medium-15px {
    padding-top: 1.5rem;
  }

  .spacer-xxlarge {
    padding-top: 4rem;
  }

  .spacer-huge-45px {
    padding-top: 5rem;
  }

  .margin-xxlarge {
    margin: 4rem;
  }

  .padding-xhuge {
    padding: 6rem;
  }

  .padding-xxhuge {
    padding: 8rem;
  }

  .padding-large {
    padding: 2.5rem;
  }

  .spacer-xlarge-75px {
    padding-top: 3rem;
  }

  .margin-xxhuge {
    margin: 8rem;
  }

  .fs-styleguide_2-col {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-template-columns: 1fr;
  }

  .margin-vertical {
    margin-left: 0;
    margin-right: 0;
  }

  .margin-large {
    margin: 2.5rem;
  }

  .fs-styleguide_heading-medium {
    font-size: 3rem;
  }

  .margin-xlarge {
    margin: 3rem;
  }

  .margin-medium {
    margin: 1.5rem;
  }

  .padding-left {
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .nav_button {
    color: #fff;
  }

  .padding-medium {
    padding: 1.5rem;
  }

  .padding-xxlarge {
    padding: 4rem;
  }

  .fs-styleguide_4-col, .fs-styleguide_3-col {
    grid-template-columns: 1fr;
  }

  .margin-huge {
    margin: 5rem;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-xhuge {
    margin: 6rem;
  }

  .padding-huge {
    padding: 5rem;
  }

  .padding-section-medium {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .margin-right {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
  }

  .hide-tablet {
    display: none;
  }

  .max-width-full-tablet {
    width: 100%;
    max-width: none;
  }

  .padding-xlarge {
    padding: 3rem;
  }

  .margin-left {
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
  }

  .spacer-large-60px {
    padding-top: 2.5rem;
  }

  .fs-styleguide_1-col {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .padding-right {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .section-home-header {
    align-items: flex-start;
  }

  .header-component {
    flex-flow: column;
    align-items: flex-start;
  }

  .header-content-left {
    align-items: flex-start;
    min-height: 0;
    padding-top: 12.475rem;
  }

  .header-content-text {
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    max-width: 26rem;
    display: flex;
  }

  .header-content-right.z-index-1 {
    min-height: 55vh;
    margin-top: 0;
    display: none;
    position: relative;
  }

  .image-luiza {
    left: 152px;
  }

  .image-luiza-header {
    max-width: 50rem;
    height: 50rem;
  }

  .light-header {
    display: none;
  }

  .header-monogram {
    width: 50rem;
    min-width: 0;
    min-height: 0;
    top: -445.333px;
    right: 48px;
  }

  .icon-connetion-cards {
    color: var(--light-pastel);
  }

  .contact-component {
    flex-flow: column;
  }

  .content-contact-form.z-index-2 {
    margin-top: 6.25rem;
  }

  .plant {
    position: relative;
    top: 58px;
    left: -19px;
  }

  .folhas {
    max-width: 27rem;
    top: -13px;
    left: 113.802px;
  }

  .content-text-image-bg {
    display: none;
  }

  .h1-header {
    font-size: 2.2rem;
  }

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

  .section-testimonials {
    background-position: 0 0, 0 0;
  }

  .testimonials-component.z-index-3 {
    z-index: 3;
    z-index: 3;
    position: relative;
  }

  .testimonial-slide-arrow-left {
    left: 237px;
  }

  .testimonial-slide-arrow-right {
    left: 99px;
  }

  .testimonial-slide-fade {
    height: 85vh;
    inset: 0% 0% 0% auto;
  }

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

  .maps-content-text {
    text-align: center;
  }

  .home-faq-component.align-center {
    flex-flow: column;
    align-items: center;
  }

  .home-faq-content-text {
    text-align: center;
    margin-bottom: 4.0625rem;
  }

  .footer-logo {
    margin-bottom: 1.25rem;
  }

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

  .info-bottom {
    text-align: center;
  }

  .navbar-wrapper {
    position: relative;
  }

  .navbar-component {
    align-items: center;
    padding-right: 1.875rem;
  }

  .nav-logo.z-index-logo-nav {
    z-index: 10;
    z-index: 10;
    position: relative;
    left: .9375rem;
  }

  .nav-links, .maps-wrapper-desktop {
    display: none;
  }

  .maps-wrapper-mobile {
    margin-bottom: 5rem;
    display: block;
  }

  .nav-links-responsive {
    background-image: linear-gradient(31deg, var(--medium-green), #ece5e14d);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    border-radius: 0 0 1.25rem 1.25rem;
    flex-flow: column;
    justify-content: flex-end;
    width: 100%;
    min-height: 50vh;
    padding-bottom: 6.25rem;
    padding-left: 1.875rem;
    display: none;
    position: fixed;
    inset: 0% 0% auto;
  }

  .nav-links-responsive.z-index-2 {
    display: none;
  }

  .hamburguer {
    background-color: #4440;
    border-style: none;
    display: flex;
  }

  .fade {
    -webkit-backdrop-filter: blur(3px);
    backdrop-filter: blur(3px);
    background-color: #0f1a12eb;
    min-height: 100vh;
    position: fixed;
    inset: 0%;
  }

  .content-text-image-bg-mobile {
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 60.625rem;
    display: flex;
  }

  .text-image-mobile {
    height: 60.625rem;
    top: 260px;
  }

  .location-icon-2-m._2 {
    top: 117px;
    left: 25px;
  }

  .location-icon-3-m._3 {
    left: 112px;
  }

  .light-header-mobile {
    display: block;
  }

  .height-content-video {
    height: auto;
  }

  .h1-header-copy {
    font-size: 2.2rem;
  }

  .h1-custom {
    font-size: 3rem;
  }

  .choise-content-text {
    max-width: 22rem;
  }

  .choise-content-image {
    max-width: 20rem;
  }

  .newsletter-info-copy {
    grid-column-gap: 1.25rem;
    grid-row-gap: 1.25rem;
    flex-flow: column;
  }
}

@media screen and (max-width: 767px) {
  h2 {
    font-size: 1.875rem;
  }

  .padding-top {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .heading-style-h2 {
    font-size: 2rem;
  }

  .fs-styleguide_section-header {
    font-size: .875rem;
  }

  .padding-section-large {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .heading-style-h6 {
    font-size: .75rem;
  }

  .spacer-xxhuge-140px {
    padding-top: 4.5rem;
  }

  .spacer-xhuge-90px {
    padding-top: 4rem;
  }

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

  .padding-bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .padding-horizontal {
    padding-top: 0;
    padding-bottom: 0;
  }

  .spacer-medium-15px {
    padding-top: 1.25rem;
  }

  .spacer-xxlarge {
    padding-top: 3rem;
  }

  .spacer-huge-45px {
    padding-top: 3.5rem;
  }

  .margin-xxlarge {
    margin: 3rem;
  }

  .heading-style-h1 {
    font-size: 2.5rem;
  }

  .padding-xhuge {
    padding: 4rem;
  }

  .padding-xxhuge {
    padding: 4.5rem;
  }

  .padding-large {
    padding: 1.5rem;
  }

  .max-width-full-mobile-landscape {
    width: 100%;
    max-width: none;
  }

  .padding-section-small {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .hide-mobile-landscape {
    display: none;
  }

  .spacer-xlarge-75px {
    padding-top: 2rem;
  }

  .margin-xxhuge {
    margin: 4.5rem;
  }

  .margin-vertical {
    margin-left: 0;
    margin-right: 0;
  }

  .heading-style-h4 {
    font-size: 1rem;
  }

  .margin-large {
    margin: 1.5rem;
  }

  .heading-style-h3 {
    font-size: 1.5rem;
  }

  .fs-styleguide_heading-medium {
    font-size: 2rem;
  }

  .margin-xlarge {
    margin: 2rem;
  }

  .margin-medium {
    margin: 1.25rem;
  }

  .padding-left {
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .padding-medium {
    padding: 1.25rem;
  }

  .padding-xxlarge {
    padding: 3rem;
  }

  .text-size-large {
    font-size: 1.25rem;
  }

  .heading-style-h5 {
    font-size: .875rem;
  }

  .text-style-nowrap {
    white-space: normal;
  }

  .margin-huge {
    margin: 3.5rem;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-xhuge {
    margin: 4rem;
  }

  .padding-huge {
    padding: 3.5rem;
  }

  .padding-global {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .padding-section-medium {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .margin-right {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
  }

  .padding-xlarge {
    padding: 2rem;
  }

  .margin-left {
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
  }

  .spacer-large-60px {
    padding-top: 1.5rem;
  }

  .padding-right {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .section-home-header {
    background-image: none;
    flex-flow: column;
    justify-content: flex-end;
    align-items: center;
    display: flex;
  }

  .header-content-text {
    text-align: left;
    align-items: flex-start;
  }

  .header-content-right.z-index-1 {
    justify-content: center;
    align-items: center;
    width: 29.9375rem;
    min-height: 44vh;
    display: flex;
  }

  .image-luiza {
    justify-content: center;
    align-items: flex-end;
    left: auto;
  }

  .image-luiza-header {
    max-width: 30rem;
    height: 30rem;
  }

  .header-monogram {
    width: 29.9375rem;
    top: 8.667px;
    left: 85px;
    right: auto;
  }

  .monogram {
    height: 37.5rem;
    min-height: 37.5rem;
  }

  .folhas {
    max-width: 18rem;
    top: 22px;
    left: 129.802px;
  }

  .h1-header {
    font-size: 1.6875rem;
  }

  .services-content-heading-text {
    margin-bottom: 2.5rem;
  }

  .h2-heading {
    font-size: 1.875rem;
  }

  .services-slide {
    height: 37rem;
  }

  .slide-component-services {
    grid-column-gap: 3.75rem;
    grid-row-gap: 3.75rem;
    flex-flow: column;
  }

  .services-slide-mask {
    max-width: 22.5rem;
  }

  .services-slide-arrow-left {
    inset: auto 0% -15% -21%;
  }

  .services-slide-arrow-right {
    inset: auto 0% -15% 21%;
  }

  .timeline_item {
    grid-template-columns: 64px 1fr;
    width: 100%;
  }

  .timeline_date-text {
    text-align: left;
    margin-bottom: 24px;
    font-size: 36px;
  }

  .timeline_text {
    font-size: 20px;
  }

  .timeline_centre {
    justify-content: flex-start;
  }

  .margin-bottom-xlarge {
    margin-bottom: 48px;
  }

  .timeline_left {
    text-align: left;
    padding-left: 0;
  }

  .timeline_progress {
    left: 6px;
  }

  .timeline-overlay-fade-top-section {
    background-image: linear-gradient(180deg, var(--dark-green) 65%, #0a0a0a00 84%);
  }

  .section-testimonials {
    background-image: linear-gradient(0deg, #0f1a12, #fff0), url("https://cdn.prod.website-files.com/66857a98114659fd743f13ac/66ad3e1241511bff21932e9c_image-luiza-bg-depoiments-1.webp");
    background-position: 0 0, 0 0;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
  }

  .testimonials-content-heading.align-center.z-index-4 {
    z-index: 4;
    z-index: 4;
    z-index: 4;
    position: relative;
  }

  .testimonial-slide {
    max-width: 20.625rem;
  }

  .slide-component-testimonial {
    flex-flow: column;
    padding-right: 0;
  }

  .sld-testimonial-content-video {
    overflow: hidden;
  }

  .slide-testimonial-wrapp.z-index-2 {
    margin-top: 1.5625rem;
    margin-bottom: .75rem;
    margin-left: 0;
  }

  .slide-content-avatar.avatar-slide-1, .slide-content-avatar.avatar-slide-3, .slide-content-avatar.avatar-slide-1, .slide-content-avatar.avatar-slide-3 {
    margin-top: 6.0125rem;
  }

  .testimonial-slide-arrow-left {
    bottom: -60.7875rem;
    left: 9.9375rem;
  }

  .testimonial-slide-arrow-right {
    bottom: -60.7875rem;
    left: 8.7rem;
  }

  .testimonial-slide-fade {
    z-index: 2;
    inset: 0% 0% 0% auto;
  }

  .maps-content-text {
    text-align: center;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .support-component {
    grid-column-gap: 2.8125rem;
    grid-row-gap: 2.8125rem;
    flex-flow: column;
  }

  .support-content-text {
    text-align: center;
  }

  .footer-component {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .nav-links-responsive.z-index-2 {
    margin-left: auto;
    margin-right: auto;
  }

  .text-image-mobile {
    top: 216px;
  }

  .light-depoiments {
    display: none;
  }

  .light-depoiments-mobile {
    width: 100vw;
    display: block;
  }

  .graphic-desktop.z-index-2 {
    display: block;
  }

  .graphic-mobile.z-index-2 {
    display: none;
  }

  .pop-up-video {
    border-top-right-radius: .625rem;
    border-bottom-left-radius: 0;
    width: 20.5rem;
    display: block;
  }

  .slide-testimonial-content-player {
    height: 100%;
  }

  .slide-testimonials-thumb {
    width: 100%;
  }

  .light-box-video-1, .light-box-video-2, .light-box-video-3 {
    width: 20.625rem;
    max-width: 100%;
  }

  .h1-header-copy {
    font-size: 1.6875rem;
  }
}

@media screen and (max-width: 479px) {
  h2 {
    font-size: 1.6875rem;
  }

  .padding-top {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

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

  .padding-bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .padding-horizontal {
    padding-top: 0;
    padding-bottom: 0;
  }

  .margin-vertical {
    margin-left: 0;
    margin-right: 0;
  }

  .max-width-full-mobile-portrait {
    width: 100%;
    max-width: none;
  }

  .padding-left {
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .padding-global.small-padding {
    padding-left: .3125rem;
    padding-right: .3125rem;
  }

  .padding-global.small-padding.padding-vertical {
    padding-top: .625rem;
  }

  .margin-right {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
  }

  .hide-mobile-portrait {
    display: none;
  }

  .text-size-medium.color-beje.text-weight-medium._18px {
    font-size: 1.125rem;
  }

  .text-size-medium.color-beje._24px {
    font-size: 1rem;
  }

  .margin-left {
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
  }

  .fs-styleguide_row {
    flex-wrap: wrap;
  }

  .padding-right {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .header-content-text {
    width: 100%;
  }

  .header-content-right.z-index-1 {
    justify-content: center;
    align-items: center;
    width: 100vw;
    min-height: 55vh;
  }

  .image-luiza {
    width: 100vw;
    left: auto;
    right: auto;
  }

  .image-luiza-header {
    width: 100vw;
    max-width: 100vw;
  }

  .header-monogram {
    width: 100vw;
    left: 0;
    right: 0;
  }

  .monogram {
    height: 30rem;
    min-height: 30rem;
  }

  .section-contact {
    padding-top: 6.875rem;
    padding-bottom: 6.875rem;
  }

  .info-content-heading {
    margin-bottom: 2.5rem;
  }

  .contact-cards-wrapper {
    padding: 2.2rem 1rem;
  }

  .contact-content-card {
    padding-top: 1.375rem;
    padding-left: .9375rem;
    padding-right: .9375rem;
  }

  .icon-connection {
    top: -4%;
  }

  .content-contact-form.z-index-2 {
    margin-top: 7.5rem;
  }

  .form-block {
    margin-top: 0;
  }

  .plant {
    width: 100%;
    max-width: 10rem;
    top: 170px;
    left: -10px;
  }

  .section-method {
    padding-bottom: 8.125rem;
  }

  .folhas {
    max-width: 11rem;
    left: auto;
  }

  .content-text-image-bg {
    justify-content: center;
    align-items: center;
    min-height: 30vh;
    inset: -42% 0% 0%;
  }

  .section-services {
    background-color: var(--dark-green);
    background-image: url("https://cdn.prod.website-files.com/66857a98114659fd743f13ac/66b1183d596bdc32d674d4ca_bg-section-services-mobile.webp"), url("https://cdn.prod.website-files.com/66857a98114659fd743f13ac/66ab949c7e2cbe8162894dd5_luz-textura-bg.svg");
    background-position: 50%, 50% 0;
    background-repeat: repeat, no-repeat;
    background-size: cover, auto;
    padding-top: 7.5rem;
    padding-bottom: 10rem;
  }

  .h2-heading {
    font-size: 1.6875rem;
  }

  .services-content-slider {
    width: 100%;
  }

  .services-slide {
    height: auto;
    min-height: 48vh;
    padding-left: 0;
    padding-right: 0;
  }

  .services-slide._2 {
    height: auto;
    padding: 0;
  }

  .services-slide._3 {
    width: 100%;
    padding: 0;
  }

  .services-slide._4 {
    padding: 3.125rem .625rem 0;
  }

  .services-slide._5 {
    padding: 3.125rem .625rem .9375rem;
  }

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

  .slide-component-services {
    grid-column-gap: 2.5rem;
    grid-row-gap: 2.5rem;
  }

  .services-slide-mask {
    max-width: 21.25rem;
  }

  .services-slide-arrow-left {
    inset: auto 0% -15% -20%;
  }

  .services-slide-arrow-right {
    left: 72px;
  }

  .services-bg-light-texture {
    display: none;
  }

  .section-time-line {
    background-size: 62.5rem 68.75rem;
  }

  .timeline-content-text.z-index-2 {
    text-align: left;
    text-align: left;
    margin-bottom: 1rem;
  }

  .timeline_item {
    grid-template-columns: 48px 1fr;
  }

  .timeline_date-text {
    text-align: left;
  }

  .margin-bottom-medium {
    margin-bottom: 24px;
  }

  .timeline-overlay-fade-top-section {
    z-index: 2;
    background-image: linear-gradient(180deg, var(--dark-green) 65%, #0a0a0a00 73%);
    height: 25.8rem;
  }

  .section-comparison {
    padding-top: 6.5rem;
    padding-bottom: 6.5rem;
  }

  .comparison-item-left {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .timeline-overlay-fade-bottom-section {
    height: 28.7rem;
  }

  .comparison-item-right {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .section-testimonials {
    background-image: linear-gradient(0deg, #0f1a12, #fff0), url("https://cdn.prod.website-files.com/66857a98114659fd743f13ac/66b11a172932dca6604e5327_bg-depoiments-mobile.webp");
    background-position: 0 0, 0 0;
    padding-top: 6.25rem;
    padding-bottom: 8rem;
  }

  .testimonials-slide-mask {
    height: auto;
  }

  .testimonial-slide {
    max-width: 18.75rem;
    height: 48.75rem;
  }

  .slide-component-testimonial {
    justify-content: flex-start;
    height: 100%;
    padding-bottom: 1.875rem;
  }

  .sld-testimonial-content-video {
    height: 23.6rem;
    min-height: 23.6rem;
  }

  .slide-testimonial-wrapp.z-index-2 {
    flex-flow: column;
    justify-content: space-between;
    height: 19.0625rem;
    margin-top: 2.1875rem;
    display: flex;
  }

  .bg-aspas {
    max-width: 90%;
    inset: auto 0% .625rem;
  }

  .slide-content-avatar {
    margin-top: 2.1125rem;
  }

  .slide-content-avatar.avatar-slide-3 {
    margin-top: 2rem;
  }

  .slide-content-avatar.avatar-slide-2 {
    margin-top: 3.6125rem;
  }

  .testimonial-slide-arrow-left {
    position: absolute;
    inset: auto auto -77px 62px;
  }

  .testimonial-slide-arrow-right {
    inset: auto 80px -77px auto;
  }

  .testimonial-slide-fade {
    display: none;
  }

  .section-maps {
    padding-top: 3rem;
  }

  .footer-component {
    padding-left: 1.375rem;
    padding-right: 1.375rem;
  }

  .footer-button {
    padding: 1.375rem 3.125rem;
  }

  .navbar-component {
    border-radius: 8rem;
    padding-top: .9rem;
    padding-bottom: .9rem;
    padding-right: 0;
  }

  .nav-logo.z-index-logo-nav {
    width: 50%;
  }

  .navbar-line {
    width: 90%;
  }

  .hamburguer {
    height: 3.5rem;
    max-height: 3.5rem;
    margin-left: auto;
  }

  .content-text-image-bg-mobile {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    height: 70rem;
    display: flex;
    inset: 495px 0% 0%;
  }

  .text-image-mobile {
    height: 65rem;
    top: -42px;
  }

  .location-icon-1-m {
    position: relative;
    top: -15px;
    left: -10px;
  }

  .location-icon-2-m._2 {
    top: 63px;
    left: -7px;
  }

  .location-icon-3-m._3 {
    left: 10px;
  }

  .utility-page-wrap {
    padding-left: 1.375rem;
    padding-right: 1.375rem;
  }

  .light-header-mobile {
    min-height: 150vh;
  }

  .graphic-desktop.z-index-2 {
    width: 100vw;
    min-width: 25rem;
    display: none;
  }

  .graphic-mobile.z-index-2 {
    width: 100vw;
    min-width: 25rem;
    transition: all .48s;
    display: block;
  }

  .graphic-mobile.z-index-2:hover {
    transform: scale(1.1);
  }

  .pop-up-video {
    width: 18.75rem;
    height: 23.6rem;
    min-height: 23.6rem;
  }

  .slide-testimonial-content-player {
    height: 23.6rem;
    min-height: 23.6rem;
  }

  .light-box-video-1, .light-box-video-2, .light-box-video-3 {
    height: 25.8125rem;
  }

  .content-whatsapp-button {
    bottom: 1rem;
    right: 1rem;
  }

  .content-form-whats {
    padding-top: 4.5rem;
  }

  .height-component {
    margin-top: 5.625rem;
  }

  .bold-text {
    font-size: 1.125rem;
  }

  .h1-custom {
    font-size: 1.4rem;
    line-height: 120%;
  }

  .height-logo {
    max-width: 10rem;
  }

  .content-form-whats-height {
    padding-top: 4.5rem;
  }

  .section-choise {
    padding-top: 6.25rem;
    padding-bottom: 6.25rem;
  }

  .choise-component {
    grid-column-gap: 3.75rem;
    grid-row-gap: 3.75rem;
    flex-flow: column;
  }

  .text-img._2 {
    max-width: 96%;
  }

  .content-form-news {
    padding-top: 4.5rem;
  }

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

  .nl-text {
    text-align: center;
    justify-content: flex-start;
    align-items: center;
  }
}
