@font-face {
  font-family: Gotham;
  src: url('../fonts/GOTHAM-LIGHT.woff2') format("woff2");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Gotham;
  src: url('../fonts/GOTHAM-BOLD.woff2') format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Gotham;
  src: url('../fonts/Gotham-Medium.woff2') format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

:root {
  --dark-blue: #1b394f;
  --white: white;
  --light-blue: #607081;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

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

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

body {
  color: #333;
  font-family: Gotham, Arial, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 38px;
  font-weight: bold;
  line-height: 44px;
}

a {
  text-decoration: none;
}

.btn-cinza {
  background-color: #6c757d !important;
  border: none !important;
  color: #fff !important;
}
.btn-cinza:hover {
  background-color: #5a6268 !important;
}

.navbar-raitz {
  background-color: #fff;
  justify-content: center;
  align-items: center;
  width: 100vw;
  padding-top: .5rem;
  padding-bottom: .5rem;
  display: flex;
  position: fixed;
  box-shadow: 0 2px 10px #00000014;
}

.nav-link {
  margin-left: 0;
  margin-right: 0;
  font-weight: 300;
}

.nav-link.w--current {
  color: var(--dark-blue);
  font-weight: 700;
}

.pattern-container-raitz {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 80vw;
  max-width: 1200px;
  display: flex;
}

.pattern-container-raitz.gap-space {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  display: flex;
}

.pattern-container-raitz.sm {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 64vw;
  display: flex;
}

.pattern-container-raitz.sm.hero-specialist {
  max-width: 760px;
}

.pattern-container-raitz.int {
  padding-top: 8vh;
}

.number-section {
  color: var(--dark-blue);
  background-color: #e6e6e6;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

.div-wrapper-raitz {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.div-wrapper-raitz.footer {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  justify-content: space-between;
  align-items: flex-start;
}

.div-wrapper-raitz.flex-vertical.center {
  justify-content: center;
  align-items: flex-start;
}

.div-wrapper-child {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.div-wrapper-child.number-grid {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding: 2rem 1.5rem;
  display: flex;
}

.div-wrapper-child.footer {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  color: #fff;
  text-align: left;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.div-wrapper-child.footer.center {
  text-align: center;
  justify-content: center;
  align-items: center;
}

.div-wrapper-child.social-media {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  display: flex;
}

.div-wrapper-child.slider-hero {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.div-wrapper-child.flex-vertical {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  border-radius: .5rem;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
  overflow: hidden;
}

.div-wrapper-child.flex-vertical.dark-blue {
  color: var(--dark-blue);
}

.div-wrapper-child.flex-vertical.center {
  justify-content: center;
  align-items: center;
}

.div-wrapper-child.flex-vertical.city-cards {
  background-color: #f9f9f9;
}

.div-wrapper-child.flex-vertical.contact {
  color: var(--dark-blue);
}

.div-wrapper-child.flex-vertical.big-gap {
  grid-column-gap: 5rem;
  grid-row-gap: 5rem;
}

.div-wrapper-child.flex-center {
  justify-content: center;
  align-items: center;
}

.div-wrapper-child.table-title {
  text-align: center;
  flex-flow: column;
}

.div-wrapper-child.table-title.mobile {
  display: none;
}

.div-wrapper-child.partners-raitz {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 64%;
}

.div-wrapper-child.slider-areas {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
}

.highlight-text {
  font-size: 2rem;
  font-weight: 500;
  line-height: 1;
}

.support-text {
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.25;
}

.support-text.sm {
  font-size: .875rem;
  font-weight: 300;
}

.footer-raitz {
  background-color: var(--dark-blue);
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.raitz-logo-footer {
  width: 140px;
}

.social-media-icons {
  width: 32px;
}

.social-media-icon._2 {
  display: none;
}

.footer-link {
  color: #fff;
  text-decoration: none;
}

.transition-line {
  background-color: #ffffff80;
  width: 100%;
  height: 1px;
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.div-wrapper {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.div-wrapper.slider-hero {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  color: #fff;
  width: 100%;
  display: flex;
}

.div-wrapper.flex-vertical {
  flex-flow: column;
  padding-top: 1rem;
  padding-bottom: 1rem;
  display: flex;
}

.div-wrapper.flex-vertical.text-center {
  text-align: center;
}

.div-wrapper.small {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  color: #fff;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 64%;
  display: flex;
}

.div-wrapper.small.int {
  width: 100%;
}

.div-wrapper.iso-dropdown {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  flex-flow: column;
  display: flex;
}

.div-wrapper.table {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
}

.div-wrapper.table._2 {
  width: 40%;
}

.div-wrapper.social-media-icons {
  width: 70%;
}

.div-wrapper.social-media-icons._2 {
  width: 95%;
}

.div-wrapper.social-media-icons._22 {
  width: 60%;
}

.div-wrapper.city-card {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: flex-start;
  margin-top: 4rem;
  display: flex;
}

.div-wrapper.div-form {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  background-color: #e6e6e6;
  border-radius: 24px 100px;
  flex-flow: column;
  padding: 4rem;
}

.div-wrapper.flex-center {
  justify-content: center;
  align-items: center;
}

.div-wrapper.speciality-text-card {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  color: var(--dark-blue);
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  padding-top: 1rem;
  padding-bottom: .5rem;
}

.div-wrapper.gap-space {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
}

.div-wrapper.flex-vertical-align-left {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
}

.div-wrapper.partners-raitz {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  justify-content: flex-start;
  align-items: flex-start;
}

.div-wrapper.certification {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  background-color: #e6e6e6;
  border-radius: 1rem;
  padding: 4rem;
}

.div-wrapper.overlay-video-hero {
  z-index: 1;
  justify-content: center;
  align-items: center;
  width: 100%;
  position: absolute;
  inset: auto 0% 100px;
}

.div-wrapper.overlay-video-hero.version-02 {
  bottom: 50px;
}

.div-wrapper.history-card {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  padding-left: 2rem;
  padding-right: 2rem;
}

.div-wrapper.history-card.second-card {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: row;
  justify-content: center;
  align-items: center;
}

.div-wrapper.center-line {
  flex-flow: column;
  justify-content: center;
  align-items: center;
}

.div-wrapper.image-gallery.none {
  display: none;
}

.div-wrapper.porpose-img {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  justify-content: flex-start;
  align-items: flex-start;
}

.div-wrapper.int {
  flex-flow: column;
}

.div-wrapper.interna {
  flex-flow: column;
  align-items: flex-start;
  padding-top: 4vh;
}

.image-2 {
  width: 220px;
}

.raitz-logo-nav {
  width: 140px;
}

.container {
  justify-content: space-between;
  align-items: center;
  width: 90vw;
  max-width: 1200px;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.nav-menu {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  flex-flow: row;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  display: flex;
}

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

.slider {
  min-height: 90vh;
  max-height: 1080px;
}

.slider-hero-container {
  justify-content: center;
  align-items: center;
  width: 80vw;
  max-width: 1200px;
  height: 100%;
  display: flex;
}

.slider-hero-raitz {
  background-color: var(--dark-blue);
  background-image: url('../images/mapa-mundi-grey.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 4rem;
}

.heading-01 {
  font-size: 3rem;
  font-weight: 500;
  line-height: 1.25;
}

.heading-01.sm {
  color: var(--dark-blue);
  font-size: 2rem;
}

.heading-01.white {
  color: var(--white);
}

.supporting-text {
  color: var(--dark-blue);
  font-size: 1.25rem;
  font-weight: 300;
  line-height: 1.25;
}

.supporting-text.sm {
  color: var(--dark-blue);
  font-size: 1rem;
  display: block;
}

.supporting-text.sm.white {
  color: var(--white);
}

.supporting-text.sm.mobile {
  display: none;
}

.supporting-text.white {
  color: #fff;
  font-size: 1.1rem;
}

.supporting-text.medium-weight {
  margin-top: 1rem;
  font-weight: 500;
}

.supporting-text.light-blue {
  color: var(--light-blue);
}

.supporting-text.light-blue.none {
  display: none;
}

.supporting-text.grey {
  color: #8a8a8a;
}

.supporting-text._2 {
  background-image: url('../images/Galvanização-centrifugada-Raitz.png'), linear-gradient(#0000, #000c 85%);
  background-position: 50%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: cover, auto;
}

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

.img-hero {
  width: 280px;
}

.section {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  background-image: url('../images/bg-plantas.svg'), linear-gradient(270deg, #fff 22%, #fff0), url('../images/mapa-mundi-grey.svg');
  background-position: 50% 100%, 0 0, 50% 0;
  background-repeat: no-repeat, repeat, no-repeat;
  background-size: 100%, auto, cover;
  flex-flow: column;
  padding-top: 4rem;
  padding-bottom: 4rem;
  display: flex;
  overflow: hidden;
}

.heading-02 {
  color: var(--dark-blue);
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 10px;
  font-size: 2.25rem;
  font-weight: 500;
  line-height: 1.25;
}

.heading-02.light {
  font-weight: 300;
}

.heading-02.white {
  color: var(--white);
  font-weight: 500;
}

.heading-02.small {
  font-size: 1.75rem;
}

.heading-02.timeline {
  font-size: 3.5rem;
  position: sticky;
  top: 50vh;
}

.heading-02._2 {
  font-size: 2rem;
}

.button {
  height: 40px;
  color: var(--white);
  background-color: #8faabd;
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  padding: .75rem 2rem 0;
  font-size: 16px;
  line-height: 16px;
  display: flex;
}

.slider-2 {
  background-color: #0000;
  width: 800px;
  height: 400px;
  overflow: hidden;
}

.slide-plantas {
  background-image: linear-gradient(#0000, #000c 85%), url('../images/Raitz-Resende.png');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  border-radius: 2rem;
  margin-left: .5px;
  margin-right: .5px;
}

.slide-plantas._2 {
  background-image: linear-gradient(#0000, #000c 85%), url('../images/Raitz-Joinville-foto-oficial-2-1-1.png');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.slide-plantas._3 {
  background-image: linear-gradient(#0000, #000c 85%), url('../images/Raitz-Curitiba-1-1.png');
}

.slide-plantas._01 {
  background-image: linear-gradient(#0000, #000c 85%), url('../images/Captura-de-Tela-2026-04-17-às-15.00.23.png');
}

.slide-plantas.term, .slide-plantas.decap {
  background-image: linear-gradient(#0000, #000c 85%), url('../images/01-2-1.png'), url('../images/unnamed.png');
  background-position: 0 0, 50%, 50%;
  background-repeat: repeat, no-repeat, no-repeat;
  background-size: auto, cover, cover;
}

.slide-plantas._02 {
  background-image: linear-gradient(#0000, #000c 85%), url('../images/Galvanização-centrifugada-Raitz.png');
}

.slide-nav {
  display: block;
}

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

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

.container-slider {
  justify-content: flex-start;
  align-items: flex-end;
  height: 100%;
  display: flex;
}

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

.heading-03 {
  color: var(--dark-blue);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.25;
}

.heading-03.white {
  color: #fff;
}

.heading-03.grey {
  color: #8a8a8a;
}

.mask-2 {
  border-radius: 2rem;
  width: 72vw;
  max-width: 1200px;
  height: 500px;
  margin-left: 1rem;
  margin-right: 1rem;
}

.mask-2._2 {
  width: 100%;
}

.certifications-section {
  background-color: #e6e6e6;
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.certifications-section.sem-margem {
  padding-top: 0;
  padding-bottom: 0;
}

.dropdown-iso-wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  width: 100%;
  display: flex;
}

.dropdown-iso-wrapper.none {
  display: none;
}

.dropdown-iso-heading {
  cursor: pointer;
  border-bottom: 1px solid #1b394f66;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-bottom: 2rem;
  padding-left: 2rem;
  padding-right: 2rem;
  display: flex;
}

.dropdown-iso-content {
  grid-column-gap: 5rem;
  grid-row-gap: 5rem;
  padding-bottom: 2rem;
  padding-left: 2rem;
  padding-right: 2rem;
  display: flex;
}

.image-3 {
  width: 64px;
  display: none;
  transform: none;
}

.heading-04 {
  font-size: 2.5rem;
  font-weight: 500;
  line-height: 1.25;
}

.heading-04.sm {
  color: var(--dark-blue);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.5rem;
}

.heading-04.sm.white {
  color: var(--white);
}

.heading-04.sm.interna {
  margin-top: 2vh;
}

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

.image-4 {
  object-fit: cover;
  width: 380px;
}

.table-section {
  background-color: #e6e6e6;
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.table-section._2 {
  background-color: #0000;
}

.flag-img {
  width: 50px;
}

.div-wrapper-table {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  flex-flow: row-reverse;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.div-wrapper-table.servicos {
  flex-flow: row;
}

.slider-section {
  background-image: url('../images/bg-grey-circle-down.svg');
  background-repeat: no-repeat;
  background-size: 100%;
  justify-content: center;
  align-items: flex-start;
  padding-top: 4rem;
  padding-bottom: 4rem;
  display: flex;
}

.slider-section.int {
  background-color: var(--white);
  background-image: url('../images/bg-grey-circle-down.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 100%;
}

.slider-section.int.ii {
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  padding-top: 6rem;
}

.tagline-card {
  background-color: #fff;
  border-radius: .5rem;
  padding: .75rem 1.25rem;
}

.plants-section {
  background-image: url('../images/map-img.svg');
  background-position: 150%;
  background-repeat: no-repeat;
  background-size: auto;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  padding-top: 4rem;
  padding-bottom: 4rem;
  display: flex;
}

.heading-05 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.25;
}

.heading-05.dark-blue {
  color: var(--dark-blue);
  font-weight: 500;
}

.city-card-title {
  text-align: center;
  background-color: #8faabd;
  border-radius: .5rem;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 56px;
  padding: 1rem;
  display: block;
}

.city-card-child {
  width: 100%;
  color: var(--dark-blue);
  text-align: center;
  border-bottom: 1px solid #8faabd;
  padding-bottom: .75rem;
}

.city-card-child.last {
  border-bottom-width: 0;
}

.maps-link {
  text-decoration: none;
}

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

.form-div {
  background-color: #fff;
  border-radius: 1rem;
  width: 100%;
  padding: 2rem;
}

.field-label {
  font-weight: 300;
}

.text-field {
  height: 48px;
  color: var(--dark-blue);
  border-radius: .5rem;
  font-weight: 300;
  transition: all .2s;
}

.text-field:hover {
  border: 1px solid var(--dark-blue);
}

.submit-button {
  background-color: var(--dark-blue);
  border-radius: .5rem;
  width: 100%;
  padding-top: 1rem;
}

.textarea {
  border-radius: .5rem;
}

.textarea:hover {
  border: 1px solid var(--dark-blue);
}

.specialty-slider {
  width: 240px;
  margin-left: .5rem;
  margin-right: .5rem;
}

.image-5 {
  vertical-align: baseline;
  object-fit: cover;
  border-radius: .5rem;
  width: 100%;
  height: 240px;
  padding-left: 0;
  display: inline-block;
}

.text-block {
  color: var(--light-blue);
  font-weight: 300;
}

.slide-nav-3 {
  background-color: #f84949;
  display: none;
  top: 345px;
}

.arrow-white-gradient {
  background-image: linear-gradient(90deg, #fff0, #fff 46%);
  width: 120px;
  inset: 0% 0% 0% auto;
}

.icon {
  color: var(--dark-blue);
}

.dropdown-toggle {
  font-weight: 300;
}

.mask-3 {
  width: 250px;
  height: 360px;
  overflow: visible;
}

.hero-section-06 {
  min-height: 90vh;
  max-height: 1080px;
}

.slider-06 {
  width: 100vw;
  min-height: 90vh;
}

.slider-06._2 {
  background-image: url('../images/iluminacao-publica.png');
  background-position: 50% 0;
  background-size: cover;
}

.slider-06._3 {
  background-image: url('../images/Prancheta-4.png'), url('../images/Prancheta-3.png');
  background-position: 50%, 50%;
  background-repeat: no-repeat, no-repeat;
  background-size: cover, cover;
}

.slider-06._4 {
  background-image: url('../images/Prancheta-2.png'), url('../images/Prancheta-3.png');
  background-position: 50%, 50%;
  background-repeat: no-repeat, no-repeat;
  background-size: cover, cover;
}

.slider-06._1 {
  background-image: url('../images/naval.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slider-06._5 {
  background-image: url('../images/estrutura-etalica-pesada.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slider-06._6 {
  background-image: url('../images/WhatsApp-Image-2026-04-23-at-16.34.21.jpeg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slider-06._7 {
  background-image: url('../images/raitz-1.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slider-06._8 {
  background-image: url('../images/Prancheta-1.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.hero-slider-06 {
  min-height: 90vh;
  max-height: 1080px;
}

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

.slider-img-06 {
  width: 100%;
  height: 100%;
}

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

.testimony-section {
  padding-top: 4rem;
  padding-bottom: 4rem;
  display: flex;
}

.testimony-section.none {
  display: none;
}

.small-slider {
  background-color: #0000;
  width: 760px;
  height: 420px;
}

.small-slider-card {
  width: 240px;
  margin-left: .5rem;
  margin-right: .5rem;
}

.image-6 {
  border-radius: .5rem;
  width: 100%;
  height: 240px;
}

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

.slide-nav-5 {
  top: 406px;
}

.hero-areas-atuacao {
  background-color: var(--white);
  background-image: none;
  background-position: 0 0;
  background-repeat: repeat;
  background-size: auto;
  padding-top: 8rem;
  padding-bottom: 2rem;
}

.section-4 {
  background-color: var(--dark-blue);
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.image-7 {
  width: 240px;
}

.section-timeline-heading {
  background-color: #0a0a0a;
}

.container-2 {
  width: 80vw;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.padding-vertical-xlarge {
  padding-top: 120px;
  padding-bottom: 120px;
}

.timeline-main_heading-wrapper {
  color: #fff;
  text-align: center;
  max-width: 640px;
  margin-left: auto;
  margin-right: auto;
}

.margin-bottom-medium {
  text-align: center;
  justify-content: center;
  align-items: flex-start;
  margin-bottom: 32px;
  display: flex;
}

.margin-bottom-medium.flex-vertical {
  grid-column-gap: 1.4rem;
  grid-row-gap: 1.4rem;
  flex-flow: column;
  justify-content: center;
  align-items: center;
}

.paragraph-large {
  letter-spacing: -.02em;
  font-size: 20px;
}

.timeline_quote {
  color: #fff;
  margin-bottom: 16px;
  font-size: 14px;
}

.timeline_centre {
  justify-content: center;
  width: 20%;
  display: flex;
}

.inline-block {
  display: inline-block;
}

.timeline_date-text {
  color: #fff;
  letter-spacing: -.03em;
  font-size: 48px;
  font-weight: 500;
  line-height: 1.2;
  position: sticky;
  top: 50vh;
}

.overlay-fade-bottom {
  background-image: linear-gradient(0deg, #fff, #0a0a0a00);
  height: 80px;
  position: absolute;
  inset: auto 0% 0%;
}

.text-colour-lightgrey {
  color: #ffffffa6;
}

.timeline_quote-text-wrapper {
  flex: 1;
}

.timeline_link {
  opacity: .6;
  color: #fff;
  letter-spacing: .8px;
  text-transform: uppercase;
  border-radius: 8px;
  align-items: center;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.3;
  text-decoration: none;
  transition: opacity .3s;
  display: flex;
}

.timeline_link:hover {
  opacity: 1;
}

.timeline_image-wrapper {
  background-image: linear-gradient(138deg, #000, #0000 28%), url('../images/Image-Background.png');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
  border-radius: 12px;
  overflow: hidden;
}

.timeline_quote-wrapper {
  border: 2px solid #fff;
  border-radius: 16px;
  align-items: flex-start;
  padding: 24px;
  display: flex;
}

.overlay-fade-top {
  background-image: linear-gradient(#fff, #0a0a0a00);
  height: 80px;
  position: absolute;
  inset: 0% 0% auto;
}

.timeline_text {
  width: 100%;
  color: var(--dark-blue);
  font-size: 1.25rem;
  font-weight: 300;
  line-height: 1.25;
}

.link-icon {
  width: 20px;
  height: 20px;
  margin-left: 8px;
}

.timeline_progress-bar {
  z-index: -1;
  background-color: #fff;
  background-image: linear-gradient(180deg, #d5c8c8, var(--dark-blue) 51%, var(--white));
  width: 3px;
  height: 50vh;
  position: fixed;
  inset: 0 auto 50vh;
}

.text-colour-white {
  color: #fff;
}

.timeline_component {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1120px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.timeline_badge {
  color: #fff;
  letter-spacing: .05em;
  text-transform: uppercase;
  background-color: #ffffff26;
  border-radius: 8px;
  margin-top: 16px;
  margin-bottom: 16px;
  padding: 6px 8px;
  font-size: 12px;
  font-weight: 700;
  line-height: 12px;
  display: inline-block;
}

.timeline_quote-image {
  border-radius: 8px;
  width: 48px;
  height: 48px;
  margin-right: 24px;
}

.timeline_right {
  justify-content: flex-start;
  align-items: center;
  width: 40%;
  display: flex;
}

.timeline_quote-title {
  color: #fff;
  font-size: 14px;
  font-weight: 500;
}

.timeline_circle {
  width: 15px;
  min-width: 15px;
  max-width: 15px;
  height: 15px;
  min-height: 15px;
  max-height: 15px;
  box-shadow: 0 0 0 8px var(--dark-blue);
  background-color: #fff;
  border-radius: 100%;
  position: sticky;
  top: 50vh;
}

.timeline_left {
  text-align: right;
  justify-content: flex-end;
  align-items: stretch;
  width: 40%;
}

.margin-bottom-xlarge {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  color: var(--dark-blue);
  flex-flow: column;
  margin-bottom: 56px;
  display: flex;
}

.timeline_definition-wrapper {
  background-color: #ffffff0d;
  border-radius: 16px;
  padding: 16px;
}

.timeline_item {
  z-index: 2;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 180px 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  height: 60vh;
  padding-top: 80px;
  padding-bottom: 80px;
  display: flex;
  position: relative;
}

.timeline_progress {
  z-index: -2;
  background-color: #414141;
  width: 3px;
  height: 100%;
  position: absolute;
}

.section-timeline {
  z-index: -3;
  background-color: var(--white);
  position: relative;
}

.timeline_milestone-badge {
  color: #161616;
  letter-spacing: .05em;
  text-transform: uppercase;
  background-color: #fff;
  border-radius: 8px;
  margin-bottom: 24px;
  padding: 8px 12px;
  font-size: 14px;
  font-weight: 700;
  line-height: 12px;
  display: inline-block;
}

.image-8 {
  object-fit: cover;
  border-radius: .5rem;
  width: 100%;
  height: 100%;
}

.image-8.timeline {
  width: 100%;
  max-width: 800px;
  height: 100%;
  max-height: 240px;
  position: sticky;
  top: 50vh;
}

.div-block {
  background-color: var(--white);
}

.section-5 {
  background-color: var(--white);
  padding-top: 4rem;
}

.certificatino-section {
  background-color: var(--white);
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.snqc-img {
  width: 240px;
}

.rina-img {
  width: 90px;
}

.iso-img {
  width: 240px;
}

.contato-section {
  background-color: var(--white);
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.hero-slider {
  background-color: var(--white);
  height: 120vh;
  max-height: 1300px;
  position: relative;
}

.hero-slider-inside-pages {
  background-color: #0000;
  height: 100vh;
  max-height: 1080px;
}

.slide {
  background-color: var(--dark-blue);
  background-image: url('../images/mapa-mundi-grey.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
}

.div-slider-hero {
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  padding-top: 8rem;
  display: flex;
}

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

.div-block-2 {
  width: 100vw;
}

.overlay-video-hero {
  border-radius: .75rem;
  width: 800px;
  overflow: hidden;
}

.video {
  width: 800px;
}

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

.overlay-video-box {
  border-radius: 1rem;
  overflow: hidden;
}

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

.section-7 {
  background-image: url('../images/bg-plantas.svg');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: 100%;
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.work-on-raitz-section {
  grid-column-gap: 5rem;
  grid-row-gap: 5rem;
  background-color: #e6e6e6;
  flex-flow: column;
  padding-top: 4rem;
  padding-bottom: 4rem;
  display: flex;
}

.work-on-raitz-testimony-slider {
  background-color: #0000;
  width: 100%;
  margin-top: 2rem;
}

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

.work-on-raitz-card-div {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.slider-card-img {
  border-radius: 80px;
  justify-content: center;
  align-items: center;
  width: 150px;
  height: 150px;
  display: flex;
}

.slider-card-img._2 {
  background-image: url('../images/Captura-de-Tela-2025-12-04-às-10.12.56.png');
  background-position: 50%;
  background-size: cover;
}

.slider-card-img._1 {
  background-image: url('../images/Captura-de-Tela-2025-12-04-às-10.08.46.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slider-card-img._3 {
  background-image: url('../images/Captura-de-Tela-2025-12-04-às-10.15.30.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slider-card-img._4 {
  background-image: url('../images/WhatsApp-Image-2025-12-10-at-09.55.32.jpeg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slider-card-img._5 {
  background-image: url('../images/WhatsApp-Image-2025-12-10-at-09.55.33-1.jpeg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slider-card-img._6 {
  background-image: url('../images/WhatsApp-Image-2025-12-10-at-09.55.33.jpeg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slider-card-img._7 {
  background-image: url('../images/WhatsApp-Image-2025-12-09-at-16.13.56.jpeg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.slider-card-img._8 {
  background-image: url('../images/WhatsApp-Image-2025-12-09-at-16.15.25.jpeg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slider-card-img._9 {
  background-image: url('../images/WhatsApp-Image-2025-12-09-at-16.16.24.jpeg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.image-9 {
  border-radius: 100%;
  width: 150px;
  height: 150px;
}

.work-on-raitz-card-content {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  width: 80%;
  display: flex;
}

.info-card {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  background-color: var(--dark-blue);
  border-radius: 1rem;
  flex-flow: column;
  width: 100%;
  height: auto;
  padding: 2rem;
  display: flex;
}

.mission-section {
  background-color: var(--white);
  background-image: url('../images/bg-grey-circle-down.svg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: 100%;
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.select-field {
  color: var(--white);
  background-color: #8fa9bd;
  border: 0 solid #000;
  border-radius: .5rem;
  padding-left: 1rem;
  padding-right: 1rem;
}

.button-2 {
  text-align: center;
  background-color: #8fa9bd;
  border-radius: .5rem;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 48px;
  margin-bottom: 10px;
  padding-left: 1rem;
  padding-right: 1rem;
  display: flex;
}

.section-8 {
  background-color: var(--white);
  justify-content: flex-start;
  align-items: center;
  min-height: 80vh;
  padding-top: 4rem;
  padding-bottom: 4rem;
  display: flex;
}

.history-timline-section {
  padding-top: 4rem;
  padding-bottom: 4rem;
  overflow: hidden;
}

.history-slider {
  background-color: #0000;
  width: 720px;
  height: auto;
}

.history-slider-card {
  width: 600px;
  height: 440px;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
}

.slide-nav-8 {
  margin-top: 1rem;
  position: static;
}

.timeline-line {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  margin-top: 1rem;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.mask-5 {
  width: 720px;
  height: auto;
  overflow: visible;
}

.line {
  background-color: var(--dark-blue);
  width: 100%;
  height: 2px;
  position: relative;
}

.year-div {
  margin-left: .5rem;
}

.year-text {
  font-size: 1.25rem;
  font-weight: 500;
}

.div-block-3 {
  background-color: var(--dark-blue);
  border-radius: 100%;
  width: 24px;
  height: 24px;
  margin-left: 1rem;
  position: absolute;
  top: -12px;
}

.slider-container {
  width: 100vw;
  min-height: 300px;
  padding: 40px;
  overflow: hidden;
}

.slider-right-arrow {
  color: #444;
}

.slider-wrapper {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.slide-content-wrapper {
  background-color: #0000;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.mask-6 {
  position: static;
  overflow: visible;
}

.slider-left-arrow {
  color: #444;
}

.slider-text {
  text-align: center;
  font-family: Oswald, sans-serif;
  font-size: 60px;
  font-weight: 700;
  line-height: 60px;
}

.slider-3 {
  background-color: #0000;
  width: 400px;
  height: 400px;
  position: static;
}

.image-history-card-slider {
  border-radius: .5rem;
  width: 400px;
  height: 300px;
  overflow: hidden;
}

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

.section-9 {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  background-color: var(--white);
  background-image: url('../images/bg-plantas.svg');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: 100%;
  flex-flow: column;
  padding-top: 4rem;
  padding-bottom: 4rem;
  display: flex;
}

.galeria-grid-section {
  background-image: url('../images/bg-plantas.svg');
  background-position: 0 100%;
  background-repeat: no-repeat;
  background-size: 100%;
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.blue-line {
  background-color: var(--dark-blue);
  width: 200px;
  height: 2px;
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.gallery-flex-hor {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  width: 100%;
  height: 360px;
  display: flex;
}

.gallery-card {
  border-radius: .5rem;
  width: 100%;
  overflow: hidden;
}

.gallery-card.none {
  display: none;
}

.lightbox-link {
  width: 100%;
  height: 100%;
  text-decoration: none;
  position: relative;
}

.image-11 {
  width: 100%;
  height: 100%;
}

.gallery-card-child {
  z-index: 1;
  text-align: center;
  background-image: linear-gradient(#0000 53%, #000c);
  justify-content: center;
  align-items: flex-end;
  height: 100%;
  padding: 1.5rem;
  display: flex;
  position: relative;
}

.image-12 {
  z-index: 0;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.section-10 {
  background-color: #e6e6e6;
  border-bottom-right-radius: 100px;
  border-bottom-left-radius: 100px;
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.section-11 {
  background-image: none;
  background-position: 0 0;
  background-repeat: repeat;
  background-size: auto;
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.dropdown-list {
  box-shadow: 0 2px 5px #0003;
}

.dropdown-list.w--open {
  background-color: var(--white);
  border-radius: .5rem;
  overflow: hidden;
  box-shadow: 0 2px 16px #0003;
}

.dropdown-link {
  background-color: var(--white);
  color: var(--dark-blue);
  font-weight: 300;
}

.section-12 {
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  display: flex;
}

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

.icon-3 {
  color: var(--dark-blue);
}

.left-arrow-6 {
  background-image: linear-gradient(270deg, #fff0, #fff);
}

.slider-link-block {
  text-decoration: none;
}

.slider-plantas-link-block {
  width: 100%;
  height: 100%;
  padding: 4rem;
  text-decoration: none;
}

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

.image-13._2 {
  width: 76%;
}

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

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

.div-block-4 {
  padding-top: 8vh;
}

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

.text-block-2 {
  font-weight: 300;
}

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

.div-block-5 {
  text-decoration: none;
}

.link-block {
  width: 31%;
  margin-right: 2%;
  padding-bottom: 5vh;
}

.div-block-6 {
  flex-flow: wrap;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.div-block-6.int {
  justify-content: flex-start;
  padding-top: 4vh;
}

.div-block-7 {
  padding-top: 2vh;
  display: flex;
}

.div-block-8 {
  flex-flow: column;
  align-items: center;
  display: flex;
}

.eng-wpp {
  z-index: 9999;
  justify-content: flex-end;
  align-items: flex-end;
  margin-bottom: 2vh;
  margin-right: 2vh;
  display: flex;
  position: fixed;
  inset: auto 0% 0% auto;
}

.btn-whats {
  z-index: 1000;
  background-image: linear-gradient(45deg, #2ad84b, #54f572);
  border-radius: 12vw;
  justify-content: center;
  align-items: center;
  width: 65px;
  height: 65px;
  display: flex;
  box-shadow: 3px 3px 12px -6px #2ad84b;
}

.icon-whatsapp {
  width: 55%;
  height: 55%;
}

@media screen and (max-width: 991px) {
  .pattern-container-raitz.sm {
    width: 90vw;
  }

  .div-wrapper {
    flex-flow: column;
  }

  .div-wrapper.slider-hero {
    flex-flow: row;
  }

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

  .nav-menu {
    background-color: var(--white);
  }

  .dropdown {
    width: 100%;
  }

  .slide-plantas {
    padding: 2rem;
  }

  .menu-button.w--open {
    background-color: var(--white);
    width: 100%;
    color: var(--dark-blue);
  }

  .overlay-video-hero {
    width: 90vw;
  }

  .btn-whats {
    width: 7vw;
    height: 7vw;
    bottom: 5vw;
    right: 5vw;
  }

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

@media screen and (max-width: 767px) {
  .hero--section-raitz {
    min-height: auto;
  }

  .navbar-raitz {
    height: 12vh;
  }

  .nav-link {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .pattern-container-raitz, .pattern-container-raitz.sm {
    width: 90vw;
  }

  .div-wrapper-raitz {
    flex-flow: wrap;
    justify-content: center;
    align-items: center;
  }

  .div-wrapper-raitz.footer {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
  }

  .div-wrapper-child.social-media {
    margin-top: 2vh;
    margin-bottom: 2vh;
  }

  .div-wrapper-child.slider-hero {
    justify-content: center;
    align-items: flex-start;
  }

  .div-wrapper-child.flex-center {
    justify-content: flex-start;
    align-items: center;
  }

  .div-wrapper-child.partners-raitz {
    justify-content: center;
    align-items: center;
  }

  .raitz-logo-footer {
    margin-bottom: 2vh;
  }

  .div-wrapper, .div-wrapper.slider-hero {
    flex-flow: column;
  }

  .div-wrapper.small, .div-wrapper.social-media-icons {
    width: 100%;
  }

  .div-wrapper.div-form {
    padding: 2rem 3rem 3rem;
  }

  .div-wrapper.flex-left-center {
    justify-content: center;
    align-items: flex-start;
  }

  .div-wrapper.partners-raitz {
    justify-content: flex-start;
    align-items: center;
  }

  .image-2 {
    margin-top: 2vh;
  }

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

  .nav-menu {
    background-color: var(--white);
    justify-content: flex-start;
    align-items: center;
  }

  .dropdown {
    width: 100%;
  }

  .slider {
    height: 100%;
    max-height: none;
  }

  .slider-hero-container {
    height: auto;
  }

  .slider-hero-raitz {
    margin-top: 12vh;
    padding-top: 3rem;
    padding-bottom: 2rem;
  }

  .heading-01 {
    font-size: 2.6rem;
    line-height: 1.2;
  }

  .img-hero {
    width: 200px;
    margin-top: 3vh;
  }

  .mask {
    height: auto;
  }

  .heading-02, .heading-02.timeline {
    font-size: 2rem;
  }

  .slider-2 {
    width: 90vw;
  }

  .slide-plantas {
    margin-left: 0;
    margin-right: 0;
    padding-bottom: 3rem;
  }

  .plantas-slider {
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    display: flex;
  }

  .heading-03, .heading-03.white {
    font-size: 1.75rem;
  }

  .mask-2 {
    width: 90vw;
  }

  .dropdown-iso-content {
    flex-flow: column;
  }

  .heading-04 {
    font-size: 2rem;
  }

  .image-4 {
    width: 250px;
  }

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

  .div-wrapper-table {
    flex-flow: wrap-reverse;
  }

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

  .plants-section {
    background-image: none;
    background-repeat: repeat;
    background-size: auto;
    padding-bottom: 2rem;
  }

  .form-section {
    padding-top: 2rem;
  }

  .menu-button {
    justify-content: flex-end;
    align-items: center;
    width: 100%;
  }

  .menu-button.w--open {
    background-color: var(--white);
  }

  .icon-2 {
    justify-content: flex-end;
    align-items: center;
    display: flex;
  }

  .mask-3 {
    width: 90vw;
  }

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

  .testimony-section {
    padding-top: 2rem;
    padding-bottom: 4rem;
    overflow: hidden;
  }

  .small-slider {
    width: 100vw;
    padding-left: 2rem;
  }

  .small-slider-mask {
    width: 250px;
    overflow: visible;
  }

  .hero-areas-atuacao {
    background-size: auto;
    overflow: hidden;
  }

  .container-2 {
    width: 90vw;
  }

  .padding-vertical-xlarge {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .paragraph-large {
    font-size: 18px;
  }

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

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

  .timeline_quote-wrapper {
    flex-direction: column-reverse;
  }

  .timeline_text {
    font-size: 20px;
  }

  .timeline_quote-image {
    margin-top: 24px;
    margin-right: 0;
  }

  .timeline_right {
    width: 80vw;
    margin-left: 2rem;
  }

  .timeline_left {
    text-align: left;
    width: 80vw;
    margin-left: 2rem;
  }

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

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

  .timeline_progress {
    left: 6px;
  }

  .section-timeline {
    overflow: hidden;
  }

  .hero-slider {
    height: 100vh;
  }

  .hero-slider-inside-pages {
    height: 70vh;
  }

  .video {
    width: 90vw;
  }

  .work-on-raitz-section {
    padding-top: 2rem;
  }

  .work-on-raitz-testimony-slider {
    height: auto;
  }

  .work-on-raitz-card-div {
    flex-flow: column;
    align-items: flex-start;
  }

  .slider-card-img {
    width: 150px;
  }

  .image-9 {
    width: 90px;
    height: 90px;
  }

  .slide-nav-7 {
    position: static;
    top: 360px;
  }

  .info-card {
    height: auto;
  }

  .history-slider, .history-slider-card, .mask-5 {
    width: 90vw;
  }

  .gallery-flex-hor {
    flex-flow: wrap;
    height: auto;
  }

  .gallery-card-child {
    height: 300px;
  }

  .section-10 {
    padding-top: 2rem;
  }

  .dropdown-list.w--open {
    box-shadow: none;
    border-radius: 0;
  }

  .icon-3 {
    color: var(--dark-blue);
  }

  .slider-plantas-link-block {
    padding-left: 0;
    padding-right: 0;
  }

  .link-block {
    width: 48%;
  }

  .btn-whats {
    width: 10vw;
    height: 10vw;
  }
}

@media screen and (max-width: 479px) {
  .hero--section-raitz {
    min-height: auto;
  }

  .pattern-container-raitz.sm {
    width: 100vw;
    padding-left: 2rem;
    overflow: hidden;
  }

  .pattern-container-raitz.sm.slider-hero {
    width: 90vw;
    padding-left: 0;
  }

  .pattern-container-raitz._2 {
    width: 100%;
  }

  .div-wrapper-child.number-grid {
    padding-left: 1rem;
  }

  .div-wrapper-child.slider-hero {
    align-items: flex-start;
    padding-top: 2vh;
  }

  .div-wrapper-child.table-title.mobile {
    display: flex;
  }

  .div-wrapper {
    overflow: auto;
  }

  .div-wrapper.div-form {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .div-wrapper.speciality-text-card {
    padding-left: 1rem;
  }

  .div-wrapper.certification {
    padding: 2rem;
  }

  .div-wrapper.overlay-video-hero {
    margin-top: 3vh;
  }

  .div-wrapper.history-card {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .div-wrapper.history-card.second-card {
    flex-flow: column;
  }

  .raitz-logo-nav {
    width: 160px;
  }

  .dropdown {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .slider {
    height: 70%;
    min-height: 70vh;
  }

  .slider-hero-raitz {
    padding-top: 2rem;
    padding-bottom: 3rem;
  }

  .heading-01 {
    font-size: 2rem;
  }

  .heading-01.white {
    margin-bottom: 3vh;
  }

  .heading-01.int {
    text-align: center;
  }

  .supporting-text {
    font-size: 1rem;
  }

  .supporting-text.sm.mobile {
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .supporting-text.white {
    font-size: .9rem;
    line-height: 1.15;
  }

  .img-hero {
    width: 50%;
  }

  .heading-02 {
    font-size: 1.5rem;
    line-height: 1.1;
  }

  .slider-2 {
    justify-content: flex-end;
    align-items: center;
    width: 100%;
    height: auto;
    padding-left: 0;
  }

  .slide-plantas {
    margin-left: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .slide-plantas._01 {
    margin-left: 0;
    padding-bottom: 1rem;
  }

  .plantas-slider {
    height: auto;
  }

  .container-slider {
    justify-content: flex-start;
    align-items: flex-end;
    width: 100%;
  }

  .heading-03 {
    padding-top: 2vh;
    line-height: 1.2;
  }

  .heading-03.white {
    line-height: 1.75;
  }

  .mask-2 {
    width: 100vw;
    height: 400px;
  }

  .mask-2._2 {
    margin-left: 0;
  }

  .certifications-section {
    padding-top: 2rem;
  }

  .dropdown-iso-heading {
    padding-bottom: 1rem;
    padding-left: 0;
    padding-right: 0;
  }

  .dropdown-iso-content {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    padding-left: 0;
    padding-right: 0;
  }

  .heading-04 {
    font-size: 1.75rem;
  }

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

  .form-div {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .specialty-slider {
    width: 100%;
    margin-left: 0;
  }

  .image-5 {
    height: 300px;
  }

  .arrow-white-gradient {
    background-image: none;
    width: 50px;
    height: 50px;
    margin-top: 190px;
    inset: 0% 0% auto auto;
  }

  .icon {
    color: var(--white);
  }

  .dropdown-toggle {
    padding-left: 0;
  }

  .hero-section-06, .slider-06, .hero-slider-06 {
    min-height: 50vh;
  }

  .testimony-section.none {
    display: none;
  }

  .small-slider {
    width: 100vw;
    padding-left: 0;
  }

  .small-slider-mask {
    width: 250px;
    overflow: visible;
  }

  .hero-areas-atuacao {
    background-color: #fff;
    padding-top: 6rem;
  }

  .container-2 {
    width: 90vw;
  }

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

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

  .timeline_item {
    grid-template-columns: 48px 1fr;
    height: auto;
    padding-top: 40px;
    padding-bottom: 20px;
  }

  .hero-slider {
    justify-content: center;
    align-items: flex-start;
    height: 80vh;
    display: flex;
  }

  .hero-slider-inside-pages {
    width: 100vw;
    height: 56vh;
  }

  .div-slider-hero {
    justify-content: center;
    align-items: flex-start;
    padding-top: 4rem;
  }

  .overlay-video-hero {
    margin-top: 2vh;
  }

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

  .work-on-raitz-section {
    padding-left: 1rem;
    padding-right: 0;
  }

  .work-on-raitz-section._2 {
    padding-top: 0;
    padding-bottom: 2rem;
  }

  .work-on-raitz-card-div {
    align-items: flex-start;
  }

  .slider-card-img._3 {
    width: 150px;
  }

  .work-on-raitz-card-content {
    width: 100%;
  }

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

  .history-slider, .history-slider-card {
    width: 90vw;
    height: auto;
  }

  .timeline-line {
    position: static;
  }

  .mask-5 {
    width: 90vw;
    height: auto;
  }

  .galeria-grid-section {
    padding-top: 2rem;
  }

  .blue-line {
    margin-top: 0;
  }

  .gallery-flex-hor {
    height: auto;
  }

  .section-12 {
    padding-top: 6rem;
  }

  .icon-3 {
    color: var(--white);
  }

  .left-arrow-6 {
    background-image: none;
    width: 50px;
    height: 50px;
    margin-top: 190px;
    inset: 0% auto auto 0%;
  }

  .slider-plantas-link-block {
    padding: 2rem 2rem 2rem 1rem;
  }

  .btn-whats {
    width: 15vw;
    height: 15vw;
  }

  .icon-whatsapp {
    height: 30px;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_9f9dcb33-ae9e-2e74-3e6a-d2796cf0c73f-6cf0c739 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_9f9dcb33-ae9e-2e74-3e6a-d2796cf0c741-6cf0c739 {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-_9f9dcb33-ae9e-2e74-3e6a-d2796cf0c743-6cf0c739 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_9f9dcb33-ae9e-2e74-3e6a-d2796cf0c74b-6cf0c739 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_9f9dcb33-ae9e-2e74-3e6a-d2796cf0c74d-6cf0c739 {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-_9f9dcb33-ae9e-2e74-3e6a-d2796cf0c74f-6cf0c739 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_9f9dcb33-ae9e-2e74-3e6a-d2796cf0c757-6cf0c739 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_9f9dcb33-ae9e-2e74-3e6a-d2796cf0c759-6cf0c739 {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-_9f9dcb33-ae9e-2e74-3e6a-d2796cf0c75b-6cf0c739 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_9f9dcb33-ae9e-2e74-3e6a-d2796cf0c763-6cf0c739 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_9f9dcb33-ae9e-2e74-3e6a-d2796cf0c765-6cf0c739 {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-_9f9dcb33-ae9e-2e74-3e6a-d2796cf0c76f-6cf0c739 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_9f9dcb33-ae9e-2e74-3e6a-d2796cf0c771-6cf0c739 {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-_9f9dcb33-ae9e-2e74-3e6a-d2796cf0c773-6cf0c739 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_9f9dcb33-ae9e-2e74-3e6a-d2796cf0c77b-6cf0c739 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_9f9dcb33-ae9e-2e74-3e6a-d2796cf0c77d-6cf0c739 {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-_9f9dcb33-ae9e-2e74-3e6a-d2796cf0c77f-6cf0c739 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_9f9dcb33-ae9e-2e74-3e6a-d2796cf0c787-6cf0c739 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_9f9dcb33-ae9e-2e74-3e6a-d2796cf0c789-6cf0c739 {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-_9f9dcb33-ae9e-2e74-3e6a-d2796cf0c78b-6cf0c739 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-d15d5ca1-099d-97dd-c9c2-e4a659a12086-60ff5989 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-d15d5ca1-099d-97dd-c9c2-e4a659a12088-60ff5989 {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-d15d5ca1-099d-97dd-c9c2-e4a659a1208a-60ff5989 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-f6a9c7e3-bb2a-a16d-c0b1-2048a93ef2cb-60ff5989 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-f6a9c7e3-bb2a-a16d-c0b1-2048a93ef2ce-60ff5989 {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-f6a9c7e3-bb2a-a16d-c0b1-2048a93ef2d0-60ff5989 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_3bf56f91-1aa8-252f-6301-f6b5cc9b7531-60ff5989 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_3bf56f91-1aa8-252f-6301-f6b5cc9b7534-60ff5989 {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-_3bf56f91-1aa8-252f-6301-f6b5cc9b7536-60ff5989 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_24fbfd03-f1ce-fd30-efe6-c4c1ba73ac8e-60ff5989 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_24fbfd03-f1ce-fd30-efe6-c4c1ba73ac91-60ff5989 {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-_24fbfd03-f1ce-fd30-efe6-c4c1ba73ac93-60ff5989 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_5eb874c0-5a37-2d1d-c72e-400e38baa206-60ff5989 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_5eb874c0-5a37-2d1d-c72e-400e38baa209-60ff5989 {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-_5eb874c0-5a37-2d1d-c72e-400e38baa20b-60ff5989 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_0259f273-829b-d078-f94c-f0b125feda4c-60ff5989 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_0259f273-829b-d078-f94c-f0b125feda4f-60ff5989 {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-_0259f273-829b-d078-f94c-f0b125feda51-60ff5989 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-e143ea5e-698a-c875-0db2-3bddb07d1299-60ff5989 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-e143ea5e-698a-c875-0db2-3bddb07d129c-60ff5989 {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-e143ea5e-698a-c875-0db2-3bddb07d129e-60ff5989 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-f7e82313-a674-b693-685b-81790b91abeb-60ff5989 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-f7e82313-a674-b693-685b-81790b91abee-60ff5989 {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-f7e82313-a674-b693-685b-81790b91abf0-60ff5989 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-d37ed0c9-9afd-caa2-dae9-874a7e10b4f1-60ff5989 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-d37ed0c9-9afd-caa2-dae9-874a7e10b4f4-60ff5989 {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-d37ed0c9-9afd-caa2-dae9-874a7e10b4f6-60ff5989 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


@font-face {
  font-family: 'Gotham';
  src: url('../fonts/GOTHAM-LIGHT.woff2') format('woff2');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gotham';
  src: url('../fonts/GOTHAM-BOLD.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gotham';
  src: url('../fonts/Gotham-Medium.woff2') format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}