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

:root {
  --dark-blue: #003049;
  --white: white;
  --orange: #8c3623;
  --cinza: #f4f4f4;
}

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

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

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

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

h2 {
  color: #003049;
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 32px;
  font-weight: 700;
  line-height: 36px;
}

.hero-refinatto {
  background-image: none;
  background-size: auto;
  min-height: 60px;
}

.navbar {
  background-color: #fff;
  justify-content: center;
  align-items: flex-start;
  width: 100vw;
  height: 60px;
  display: flex;
  position: fixed;
}

.navbar:where(.w-variant-32236c87-1fbd-6651-99b9-1c1f1833af8f) {
  background-color: #fff;
}

.image {
  width: 120px;
}

.image:where(.w-variant-32236c87-1fbd-6651-99b9-1c1f1833af8f) {
  display: none;
}

.image.dark {
  display: block;
  position: absolute;
  inset: 0%;
}

.image.dark:where(.w-variant-32236c87-1fbd-6651-99b9-1c1f1833af8f) {
  display: block;
  position: static;
}

.brand {
  justify-content: flex-start;
  align-items: center;
  height: 100%;
}

.container {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  color: #003049;
  justify-content: center;
  align-items: center;
  width: 90vw;
  max-width: 1200px;
  display: flex;
}

.container.top-center {
  grid-column-gap: 2rem;
  grid-row-gap: 0rem;
  justify-content: center;
  align-items: flex-start;
}

.container.flex-vertical {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
}

.container.sustentabilidade {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
}

.container.nav {
  z-index: 9;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-left: 2rem;
  padding-right: 2rem;
  position: relative;
}

.container.about-us {
  flex-flow: column;
}

.product-line-section {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  padding-top: 4rem;
  padding-bottom: 0;
  display: flex;
}

.wrapper-container {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 90vw;
  max-width: 1200px;
  display: flex;
}

.wrapper-container:where(.w-variant-cfa95c5d-e043-9f3f-12e2-7c69e441d25e) {
  width: 100vw;
  max-width: none;
}

.div-wrapper {
  color: #fff;
  width: 100%;
}

.div-wrapper.flex-hor {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.div-wrapper.card-product {
  color: #fff;
  background-image: url('../images/Refinatto141-SAN-Pg29.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 1rem;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  min-height: 300px;
  padding: 2rem;
  display: flex;
}

.div-wrapper.card-product._01 {
  background-image: url('../images/Refinatto021-SAN-Pg08.png');
  background-position: 50%;
}

.div-wrapper.blue-card {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  color: #fff;
  background-color: #003049;
  border-radius: 1rem;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  height: 200px;
  padding: 2rem 2rem 0;
  display: flex;
}

.div-wrapper.blue-card.v2 {
  padding-bottom: 2rem;
}

.div-wrapper.flex-vert {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  width: 80%;
  display: flex;
}

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

.div-wrapper.footer.sm {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  width: 24%;
}

.div-wrapper.sustentabilidade {
  width: 48%;
}

.div-wrapper.hero-intern {
  width: 40%;
}

.div-wrapper.hero-intern.full-width {
  width: 100%;
}

.div-wrapper.flex-horizontal {
  display: flex;
}

.div-wrapper.intern-page-hero {
  justify-content: flex-end;
  align-items: flex-end;
  height: 100%;
  display: flex;
}

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

.div-wrapper.info {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  color: var(--dark-blue);
  margin-top: 4rem;
  display: flex;
}

.div-wrapper.dark-blue {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  color: var(--dark-blue);
  text-align: center;
  flex-flow: column;
  display: flex;
}

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

.div-wrapper-child.flex-hor {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: space-between;
  align-items: center;
  height: 100%;
  display: flex;
}

.div-product {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.product-img {
  width: auto;
  max-width: 100px;
  height: auto;
  max-height: 100px;
}

.product-category {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  color: #003049;
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

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

.wrapper-container-copy {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  width: 90vw;
  max-width: 1200px;
  display: flex;
}

.button {
  text-align: center;
  background-color: #8c3623;
  border-radius: 24px;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.button:hover {
  background-color: #c35c45;
}

.button.product-page {
  color: var(--white);
  text-transform: uppercase;
  padding-top: 1.2vh;
  padding-bottom: 1.2vh;
  font-weight: 700;
}

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

.video-section.about-us {
  background-position: 50% 100%;
  background-size: 100%;
}

.div-video-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  text-align: center;
  border-radius: 1rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 80%;
  display: flex;
  overflow: hidden;
}

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

.footer-section:where(.w-variant-cfa95c5d-e043-9f3f-12e2-7c69e441d25e) {
  padding-top: 0;
  padding-bottom: 0;
}

.div-wrapper-card-child {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 50%;
  display: flex;
}

.div-wrapper-card-child.map {
  justify-content: flex-end;
  align-items: flex-start;
  padding-top: 0;
  padding-bottom: 2rem;
  padding-right: 2rem;
}

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

.h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 300;
}

.h2.sustentabilidade {
  color: #fff;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.2;
}

.support-text {
  font-size: 1rem;
  line-height: 1.3;
}

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

.support-text.large {
  font-size: 2rem;
}

.support-text.large.blue-dark {
  font-size: 1.5rem;
  font-weight: 700;
}

.support-text.medium {
  font-size: 1.5rem;
}

.support-text.bold {
  font-weight: 700;
}

.heading-3 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.5rem;
  line-height: 1.5;
}

.footer-container {
  background-color: #003049;
  flex-flow: column;
  width: 100%;
  max-width: 1200px;
  padding: 4rem;
  display: flex;
}

.footer-container:where(.w-variant-cfa95c5d-e043-9f3f-12e2-7c69e441d25e) {
  justify-content: flex-start;
  align-items: center;
  max-width: none;
}

.logo-footer-img {
  width: 196px;
}

.text-block {
  font-size: 8px;
}

.social-media {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  display: flex;
}

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

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

.div-info-footer {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.image-3 {
  width: 20px;
}

.social-media-icon {
  width: 48px;
}

.footer-container-child {
  color: #fff;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.footer-container-child:where(.w-variant-cfa95c5d-e043-9f3f-12e2-7c69e441d25e) {
  max-width: 1200px;
}

.footer-container-child.flex-vertical {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  flex-flow: column;
  margin-top: 2rem;
}

.link {
  color: #4e6f80;
  text-decoration: none;
}

.div-block-2 {
  background-color: #4e6f80;
  width: 360px;
  height: 1px;
  margin-bottom: 2rem;
}

.footer-description-text {
  color: #4e6f80;
}

.sustentabilidade-container {
  background-image: url('../images/unidade-florestal-img.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  border-top-left-radius: 1rem;
  border-top-right-radius: 1rem;
  justify-content: flex-start;
  align-items: center;
  width: 90vw;
  max-width: 1200px;
  height: 50vh;
  padding-left: 4rem;
  padding-right: 4rem;
  display: flex;
  overflow: hidden;
}

.sustentabilidade-container:where(.w-variant-cfa95c5d-e043-9f3f-12e2-7c69e441d25e) {
  display: none;
}

.logo-footer {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  display: flex;
}

.image-4 {
  transform: translate(0, 10px)scale(1.2);
}

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

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

.link-nav:hover {
  color: #00304a;
  font-weight: 300;
}

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

.link-nav.w--current:hover {
  color: #00304a;
}

.hero-intern-page {
  background-color: var(--dark-blue);
  background-image: url('../images/hero-intern-pattern-2.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: flex-start;
  align-items: center;
  height: 400px;
  padding-top: 2rem;
  padding-bottom: 2rem;
  display: flex;
}

.hero-intern-page.sustentabilidade {
  background-image: url('../images/pattern-bg-version2.svg');
}

.hero-container-intern {
  justify-content: flex-start;
  align-items: center;
  width: 90vw;
  max-width: 1200px;
  display: flex;
}

.hero-container-intern.align-bottom {
  justify-content: flex-start;
  align-items: flex-end;
}

.h1 {
  font-size: 3rem;
  line-height: 1.25;
}

.content-intern-page {
  justify-content: flex-start;
  align-items: center;
  min-height: 80vh;
  padding-top: 4rem;
  padding-bottom: 4rem;
  display: flex;
}

.catalog-form {
  width: 100%;
}

.text-field {
  border: 1px solid var(--dark-blue);
  border-radius: .5rem;
  width: 100%;
  height: 48px;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5;
}

.text-field::placeholder {
  color: var(--dark-blue);
}

.form-div {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  display: flex;
}

.textarea {
  border: 1px solid var(--dark-blue);
  border-radius: .5rem;
  width: 100%;
  max-width: 1200px;
  min-height: 230px;
  max-height: 240px;
  font-size: 1rem;
  font-weight: 700;
}

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

.div-form-button {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.submit-button {
  background-color: var(--orange);
  color: #fff;
  border-radius: .75rem;
  padding: 1rem 4rem;
  font-size: 1rem;
  font-weight: 700;
}

.button-2 {
  background-color: var(--orange);
  border-radius: .75rem;
  padding: 1rem 4rem;
  font-size: 1rem;
  font-weight: 700;
}

.button-2:hover {
  background-color: #c35c45;
}

.search-bar {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  color: var(--dark-blue);
  background-color: #e9e9e9;
  border-radius: .75rem;
  justify-content: center;
  align-items: center;
  margin-bottom: 4rem;
  padding: 2rem;
  display: flex;
}

.state-name {
  width: 500px;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.2;
}

.dropdown-toggle {
  border-bottom: 1px solid var(--dark-blue);
  width: 100%;
  padding: 1rem;
}

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

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

.respresentantes-div {
  color: var(--dark-blue);
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.representantes-div-child {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  display: flex;
}

.text-block-3 {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.2;
}

.representantes-info {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  flex-flow: column;
  display: flex;
}

.text-block-4 {
  width: 200px;
  font-size: 1rem;
}

.representante-info-child {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  display: flex;
}

.mansory-grid {
  grid-column-gap: 1rem;
  grid-row-gap: 0rem;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.grid-column-01 {
  width: 35%;
  height: 100%;
}

.grid-column-02 {
  flex-flow: column;
  width: 75%;
  height: 600px;
  max-height: 600px;
  display: flex;
  overflow: hidden;
}

.grid-column-child.images {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  height: 400px;
  margin-bottom: 1rem;
  display: flex;
}

.grid-column-child.text {
  background-color: var(--dark-blue);
  color: #fff;
  text-align: center;
  border-radius: .75rem;
  justify-content: center;
  align-items: center;
  height: 185px;
  padding: 3rem 2.5rem;
  display: flex;
}

.div-block-3 {
  width: 100%;
}

.video {
  object-fit: cover;
  border-radius: .75rem;
  height: 100%;
  overflow: hidden;
}

.image-5 {
  object-fit: cover;
  border-radius: .75rem;
  height: 600px;
  max-height: 600px;
}

.info-title {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  justify-content: center;
  align-items: center;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1;
  display: flex;
}

.subscript {
  color: var(--orange);
  font-size: 1rem;
  font-weight: 300;
}

.image-6 {
  object-fit: cover;
  border-radius: .75rem;
  height: 100%;
}

.about-us-hero-section {
  /*background-image: url('../images/hero-img-about-us.png');*/
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: flex-start;
  align-items: center;
  min-height: 72vh;
  display: flex;
}

.about-us-description-section {
  padding-top: 0;
  padding-bottom: 4rem;
}

.product-category-list {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.product-item {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  color: var(--dark-blue);
  cursor: pointer;
  flex-flow: column;
  align-items: center;
  width: 22.5%;
  text-decoration: none;
  display: flex;
}

.image-7 {
  width: 180px;
}

.item-name {
  text-align: center;
  font-size: 1rem;
}

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

.product-description-div {
  width: 100%;
  display: flex;
}

.product-description-div.flex-vertical {
  flex-flow: column;
  row-gap: 1.5rem;
}

.product-description-div-child {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  flex-flow: column;
  display: flex;
}

.product-3d-wrapper {
    width: 100%;
    overflow: hidden; /* esconde qualquer barra que “escape” do iframe */
}

.product-3d-iframe {
    width: 100%;
    height: 500px; /* ajusta aqui até achar a altura ideal */
    border: 0;
    display: block; /* tira espaçozinho chato de inline */
}

.link-2 {
  color: var(--dark-blue);
  text-decoration: underline;
}

.product-name-description {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  margin-bottom: 2rem;
  display: flex;
}

.info-product {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.hero-product-page {
  min-height: 100vh;
}

.product-hero-container {
  justify-content: center;
  align-items: flex-start;
  width: 100vw;
  max-width: 100vw;
  min-height: 100vh;
  display: flex;
}

.lightbox-product {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.poster-img {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-height: 80vh;
  display: flex;
  overflow: hidden;
}

.img-carrousel {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 80vw;
  max-width: 1200px;
  padding-top: 2rem;
  padding-bottom: 2rem;
  display: flex;
}

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

.slide-nav {
  display: none;
}

.mask {
  width: 100%;
  height: 240px;
}

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

.slide {
  width: 240px;
  height: 240px;
}

.image-10 {
  object-fit: cover;
  width: 240px;
  height: 240px;
}

.left-arrow {
  z-index: 999;
  color: var(--dark-blue);
  left: -90px;
}

.right-arrow {
  z-index: 999;
  color: var(--dark-blue);
  right: -90px;
}

.lightbox-link {
  z-index: 0;
  position: relative;
}

.left-arrow-2, .slide-nav-2 {
  display: none;
}

.mask-2 {
  height: 80px;
}

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

.slide-cores {
  width: 80px;
  height: 80px;
}

.right-arrow-2 {
  color: var(--dark-blue);
  height: 80px;
  right: -80px;
}

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

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

.color-img {
  width: 80px;
  height: 80px;
}

.dropdown-2 {
  justify-content: center;
  align-items: flex-start;
  margin-left: 0;
  margin-right: 0;
  display: flex;
  position: static;
}

.product-dropdown {
  background-color: #fff;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  display: flex;
}

.dropdown-list {
  height: 300px;
  inset: 60px 0% 0%;
  overflow: hidden;
}

.dropdown-list.w--open {
  background-color: #fff;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 200px;
  padding: 2rem;
  display: flex;
  position: fixed;
  inset: 60px 0% auto;
}

.dropdown-toggle-2 {
  vertical-align: top;
}

.dropdown-toggle-2:hover {
  color: #00304a;
}

/* Deixa o texto "Produtos" com cor de ativo quando estiver na área de produtos */
.dropdown-2.w--current .dropdown-toggle-2,
.dropdown-toggle-2.w--current {
    color: #00304a;
    font-weight: 600;
}

/* Destacar a categoria atual dentro do dropdown */
.link-product-nav.w--current .div-product {
    border: 2px solid #00304a;
    border-radius: 8px;
}

/* Se quiser manter padrão com o resto do menu */
.link-nav.w-nav-link.w--current {
    color: #00304a;
    font-weight: 600;
}

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

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

.link-product:hover {
  transform: scale(1.025);
}

.link-product-nav {
  color: var(--dark-blue);
  text-decoration: none;
}

.dv-wrapper-content {
  width: 100%;
  display: flex;
}

.div-wrapper-sem-representante {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  background-color: #e9e9e9;
  border-radius: .75rem;
  flex-flow: column;
  padding: 2rem;
  display: flex;
}

.h4 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.15rem;
  line-height: 1.25;
}

.text-block-5 {
  font-weight: 700;
}

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

.text-block-6 {
  color: var(--white);
}

.eng-slide {
  margin-top: -60px;
}

.img-topo {
  background-image: url('../images/hero-img-refinatto-v2.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100vh;
}

.img-topo._2 {
  background-image: url('../images/product-hero-img.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slider-3 {
  height: auto;
}

.slider-3.img {
  display: block;
}

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

.topo-video {
  width: 100%;
  display: none;
}

.slider-4 {
  height: 85vh;
}

.mask-3, .slide-2 {
  height: 100%;
}

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

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

.div-block-4 {
  background-color: var(--cinza);
  border-radius: 45px;
  width: 150px;
}


@media screen and (max-width: 991px) {
  .headding-div-wrapper {
    text-align: center;
  }

  .slider-4 {
    height: 80vh;
  }
}

@media screen and (max-width: 767px) {
  .brand, .brand:where(.w-variant-32236c87-1fbd-6651-99b9-1c1f1833af8f) {
    width: 100%;
  }

  .container.top-center {
    grid-row-gap: 2rem;
    flex-flow: column;
  }

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

  .product-line-section {
    padding-top: 2rem;
  }

  .wrapper-container, .div-wrapper {
    padding-left: 0;
  }

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

  .div-wrapper.blue-card {
    overflow: hidden;
  }

  .div-wrapper.footer, .div-wrapper.footer.sm {
    width: 100%;
  }

  .div-wrapper.sustentabilidade {
    width: auto;
  }

  .div-wrapper.hero-intern {
    width: 100%;
  }

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

  .div-wrapper.info {
    grid-column-gap: 2.5rem;
    grid-row-gap: 2.5rem;
    flex-flow: wrap;
  }

  .div-wrapper-child.flex-hor {
    flex-flow: wrap;
  }

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

  .wrapper-container-copy {
    padding-left: 0;
  }

  .h2.sustentabilidade {
    font-size: 2rem;
  }

  .footer-container {
    padding: 2rem;
  }

  .footer-container:where(.w-variant-cfa95c5d-e043-9f3f-12e2-7c69e441d25e) {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .footer-container-child {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: column;
  }

  .div-block-2 {
    width: 100%;
    margin-bottom: 1.5rem;
  }

  .footer-description-text {
    text-align: center;
  }

  .hero-container-intern {
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
    width: 90vw;
  }

  .h1 {
    font-size: 2.5rem;
  }

  .content-intern-page {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .form-div {
    grid-column-gap: .25rem;
    grid-row-gap: .25rem;
    flex-flow: column;
  }

  .search-bar {
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
  }

  .mansory-grid {
    grid-row-gap: 1rem;
    flex-flow: column;
  }

  .grid-column-01, .grid-column-02 {
    width: 100%;
  }

  .grid-column-child.images {
    height: 320px;
  }

  .image-5 {
    width: 100%;
    height: 400px;
  }

  .product-hero-container {
    min-height: auto;
  }

  .mask {
    width: 80%;
    height: 120px;
  }

  .slider {
    justify-content: center;
    align-items: flex-start;
    height: 120px;
    display: flex;
  }

  .slide, .image-10 {
    width: 120px;
    height: 120px;
  }

  .left-arrow {
    left: -32px;
  }

  .right-arrow {
    right: -32px;
  }

  .lightbox-link-2 {
    justify-content: center;
    align-items: flex-start;
    display: flex;
  }

  .dv-wrapper-content {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
  }

  .slider-4 {
    height: 80vh;
  }
}

@media screen and (max-width: 479px) {
  .brand {
    width: 100%;
  }

  .container.sustentabilidade {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .container.nav {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    justify-content: flex-start;
    align-items: center;
    padding-left: 1rem;
    padding-right: 1rem;
    display: flex;
  }

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

  .wrapper-container, .div-wrapper {
    padding-left: 0;
  }

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

  .div-wrapper.blue-card {
    flex-flow: column-reverse;
    height: auto;
  }

  .div-wrapper.info {
    margin-top: 2rem;
  }

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

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

  .product-img {
    width: 96px;
  }

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

  .wrapper-container-copy {
    padding-left: 0;
  }

  .video-section {
    padding-top: 0;
  }

  .div-video-wrapper {
    width: 100%;
  }

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

  .div-wrapper-card-child {
    width: 100%;
  }

  .div-wrapper-card-child.map {
    padding-right: 0;
  }

  .logo-footer-img:where(.w-variant-cfa95c5d-e043-9f3f-12e2-7c69e441d25e) {
    width: 180px;
  }

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

  .sustentabilidade-container {
    background-image: linear-gradient(#0000004d, #0000004d), url('../images/unidade-florestal-img.webp');
    background-position: 0 0, 50%;
    background-repeat: repeat, no-repeat;
    background-size: auto, auto;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .image-4 {
    transform: scale(1.2);
  }

  .nav-menu {
    background-color: #fff;
  }

  .nav-menu:where(.w-variant-32236c87-1fbd-6651-99b9-1c1f1833af8f) {
    box-shadow: 0 0 16px #00000029;
  }

  .hero-intern-page {
    height: 360px;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .hero-intern-page.sustentabilidade {
    background-position: 50%;
    background-size: cover;
    justify-content: center;
    align-items: flex-end;
    height: 600px;
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .hero-container-intern.align-bottom {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .h1 {
    font-size: 2rem;
  }

  .content-intern-page {
    overflow: hidden;
  }

  .search-bar {
    margin-bottom: 2rem;
  }

  .representante-info-child {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    flex-flow: column;
  }

  .grid-column-02 {
    height: auto;
    max-height: none;
  }

  .grid-column-child.images {
    flex-flow: column;
    height: auto;
  }

  .div-block-3 {
    width: 100%;
  }

  .image-5 {
    height: 240px;
  }

  .about-us-hero-section {
    background-image: linear-gradient(#00000052, #00000052), url('../images/hero-img-about-us.png');
    background-position: 0 0, 100%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
  }

  .product-category-list {
    justify-content: center;
    align-items: center;
  }

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

  .hero-product-page, .product-hero-container {
    min-height: auto;
  }

  .lightbox-product {
    width: 100vw;
    max-width: 100vw;
    overflow: hidden;
  }

  .img-carrousel {
    width: 90vw;
  }

  .left-arrow {
    left: -40px;
  }

  .right-arrow {
    right: -40px;
  }

  .mask-2, .slider-2 {
    height: 64px;
  }

  .slide-cores {
    width: 64px;
    height: 64px;
  }

  .right-arrow-2, .color-img {
    height: 64px;
  }

  .dropdown-2 {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
  }

  .dropdown-list.w--open {
    height: auto;
    position: static;
  }

  .dropdown-toggle-2 {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .menu-button, .menu-button.w--open {
    background-color: #0000;
  }

  .arrow-icon {
    font-size: 1.75rem;
  }

  .icon-2:where(.w-variant-32236c87-1fbd-6651-99b9-1c1f1833af8f) {
    color: var(--dark-blue);
  }

  .dv-wrapper-content {
    grid-column-gap: 1.25rem;
    grid-row-gap: 1.25rem;
    flex-flow: column;
  }

  .slider-4 {
    height: 55vh;
  }
}

/* Garante que as cores sigam as variáveis controladas pelo JS */
.navbar .w-nav-link { color: var(--nav-link-color, #0b2a4a); }
.navbar .w-icon-nav-menu { color: var(--nav-icon-color, #0b2a4a); }
/* Se houver SVGs/ícones extras, pode precisar forçar fill/stroke também */
.navbar svg { fill: var(--nav-icon-color, #0b2a4a); stroke: var(--nav-icon-color, #0b2a4a); }


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

