@charset "UTF-8";
@font-face {
  font-family: "Inter Variable";
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url("../fonts/Inter-VariableFont_opsz,wght.ttf") format("truetype");
}
@font-face {
  font-family: "Epilogue";
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url("../fonts/Epilogue-VariableFont_wght.ttf") format("truetype");
}
*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

:root {
  --cor-primaria: #003314;
  --cor-primaria-opacity: rgba(0, 51, 20, 0.8);
  --cor-secundaria: #8fc84d;
  --branco: #ffffff;
  --preto: #0c0c0c;
  --font-principal: "Inter Variable", sans-serif;
  --font-titulo: "Inter Variable", sans-serif;
}

body {
  font-family: "Inter Variable", system-ui, sans-serif;
  font-weight: 400;
  background-color: #111111;
}

/* 2. Estilo global */
html {
  font-size: 16px;
  height: 100%;
}

h3 {
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  color: #8FC84D;
}

p {
  font-size: 16px;
  color: #26352d;
}

.hero-section {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
  background-image: url("../imgs/hero.svg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top;
  padding: 30px;
  font-family: "Epilogue", "sans-serif";
}

.hero-header {
  top: 0;
  left: 0;
  width: 98%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1rem 2rem;
  border-radius: 16px;
  border: 1px solid #80dd4d;
  margin-top: 15px;
  margin-left: 17px;
  background: #26352d;
}

.menu .icon {
  cursor: pointer;
  background-color: #80dd4d;
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
.menu .icon img {
  width: 16px;
}
.menu .dropdown {
  display: none;
  position: absolute;
  justify-content: space-between;
  align-items: center;
  padding: 0 2rem 1rem 2rem;
  border-radius: 0 0 16px 16px;
  border-left: 1px solid #80dd4d;
  border-right: 1px solid #80dd4d;
  border-bottom: 1px solid #80dd4d;
  right: -1px;
  bottom: -58px;
  background: #26352d;
}
.menu .dropdown ul {
  box-sizing: content-box;
  display: flex;
  margin: 0;
  gap: 1rem;
  padding-top: 1rem;
  border-top: 1px solid #80dd4d;
  list-style: none;
}
.menu .dropdown ul li a {
  color: var(--branco);
  text-decoration: none;
  font-weight: 400;
  transition: font-weight 0.2s;
  transition: all ease-in-out 0.3s;
}
.menu .dropdown ul li a:hover {
  color: #80dd4d;
}
.menu .dropdown.active {
  display: flex;
}

/* 4.1 Logo */
.hero-logo img {
  height: 40px;
}

/* 4.2 Navegação / Botões */
.hero-nav {
  display: flex;
  align-items: center;
  gap: 2rem;
}

/* 4.3 Botão “DOWNLOAD” */
.btn-download {
  text-decoration: none;
  align-self: baseline;
  display: flex;
  align-items: center;
  justify-content: center;
}
.btn-download span {
  line-height: 14px;
  color: var(--branco);
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  font-family: "Epilogue", system-ui, sans-serif;
  margin-top: 3px;
  margin-right: 5px;
}

/* 4.4 Seletor de idioma */
.lang-switch {
  list-style: none;
  display: flex;
  font-size: 24px;
  color: var(--branco);
  margin: 0;
}

.lang-switch li + li {
  margin-left: 0.5rem;
}

.lang-switch a {
  color: var(--branco);
  text-decoration: none;
  font-weight: 400;
  transition: font-weight 0.2s;
  font-family: "Epilogue", system-ui, sans-serif;
}

.lang-switch a.active {
  font-weight: 700;
}

.hero-content {
  position: absolute;
  bottom: 15%;
  left: 5%;
  z-index: 2;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.6);
  color: var(--branco);
}

.hero-content h1 {
  font-size: 2.5rem;
  font-family: var(--font-titulo);
  font-weight: 700;
  letter-spacing: 1px;
  margin-bottom: 0.5rem;
}

.hero-content h2 {
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: 1px;
}

.about-section {
  position: relative;
  background-color: #111111;
  padding-bottom: 100px;
}
.about-section p {
  color: white;
  font-size: 16px;
  font-weight: 400;
}
.about-section .margin-Align {
  margin-left: 200px;
  margin-right: 30px;
}
.about-section .about-bg-image img {
  width: 85%;
  object-fit: contain;
  margin-top: 115px;
}
.about-section #about_us_title img {
  width: 88%;
}

.highlights-section {
  background-image: url("../imgs/bg-Highlights2.png");
  background-repeat: no-repeat;
  background-position: top right;
  background-size: 44% 110%;
}
.highlights-section .highlights-list {
  margin: 0;
  padding: 0;
}
.highlights-section #highlights_title img {
  width: 60%;
}
.highlights-section .column {
  margin-top: 6rem;
}
.highlights-section .spacing-custom {
  padding: 0 10rem !important;
}
.highlights-section .MobileSpace {
  padding: 0 10.8rem !important;
}
.highlights-section .item-text strong {
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  color: #8FC84D;
}
.highlights-section .item-text p {
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  color: #FFFFFF;
}
.highlights-section .icon-align-bullet {
  align-self: baseline;
}

.DivPoint {
  margin-top: 30px !important;
  padding-bottom: 5rem !important;
}

.operations-section {
  background-image: url("../imgs/operations-bg1.png");
  background-position: bottom;
  background-size: cover;
  background-repeat: no-repeat;
  background-color: #111111;
  border-bottom-right-radius: 20px;
  padding-bottom: 50px;
  border-top-right-radius: 20px;
}
.operations-section .operations-image {
  margin-left: -100px;
  position: relative;
  z-index: 2;
  margin-top: -50px;
}
.operations-section .operations-image img {
  width: 100%;
}
.operations-section .operations-content {
  margin-left: 50px;
}

.Number {
  background-color: #26352D;
  padding-bottom: 80px;
}
.Number .metric-line {
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  color: #FFFFFF;
  margin-bottom: 0px;
}
.Number .column-1 {
  margin-top: 50px;
}
.Number #NumberPrio img {
  width: 100%;
  margin-left: 50px;
}
.Number .contentNumber {
  margin-left: 50px;
}
.Number .NumberBackground {
  object-fit: contain;
}
.Number .NumberBackground img {
  width: 100%;
}
.Number .metrics-image img {
  width: 80%;
  object-fit: contain;
}
.Number .metric-subline {
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  color: #FFFFFF;
}
.Number .financial-values {
  gap: 1rem 7rem;
  flex-wrap: wrap;
}

.PointSize {
  width: 12px;
}

#observation {
  margin: 0px;
}

.ESG {
  background-color: #26352D;
  padding-top: 100px;
}
.ESG .environmental {
  width: 94%;
}
.ESG .w-Imgs {
  margin-left: 181px;
  width: 74%;
}
.ESG .BackgroundGreen {
  background-image: url("../imgs/bg-esg.png");
  background-repeat: no-repeat;
  background-size: 98% 98%;
  padding-bottom: 205px;
}
.ESG li {
  list-style-type: none;
}
.ESG .esg-item-label {
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
}
.ESG span {
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
}

.download-section {
  position: relative;
  width: 100%;
  min-height: 60vh;
  background-image: url("../imgs/bg-download.png");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
}
.download-section .download-overlay {
  border-radius: 24px;
  background: linear-gradient(153deg, rgba(255, 255, 255, 0.3) -65.62%, rgba(255, 255, 255, 0.1) 83.28%);
  box-shadow: 0px 4px 24px -1px rgba(0, 0, 0, 0.2);
  backdrop-filter: blur(25px);
}
.download-section .download-overlay .download-title {
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  color: #FFFFFF;
}
.download-section .download-overlay .download-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-family: "Epilogue";
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  color: #FFFFFF;
  border: 2px solid #FFFFFF;
  background-color: #26352D;
  padding: 0.75rem 1.5rem;
  border-radius: 0.5rem;
  text-decoration: none;
  transition: background-color 0.2s ease, color 0.2s ease;
}
.download-section .download-overlay .download-button:hover {
  background-color: #96ccaf;
  color: #26352D !important;
  text-decoration: none;
}
.download-section .download-overlay .download-button:hover img {
  filter: brightness(0.1);
}

.operations-image .BoxOperation {
  border-radius: 40px 0px 0px 0px;
  background: #8fc84d;
  width: 37%;
  position: absolute;
  bottom: 0;
  right: 0;
  height: 13%;
}
.operations-image .BoxOperation h4 {
  align-self: center;
  margin-left: 50px;
  color: #26352d;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
}
.operations-image .BoxOperation h4:hover {
  text-decoration: underline;
}
.operations-image .BoxOperation img {
  width: 40px;
}

footer {
  padding: 80px 0px;
  background-color: #26352d;
}
footer .back-to-top {
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  color: #FFFFFF;
  text-decoration: none;
}
footer .social-link img {
  margin-top: 20px;
  height: 30.833px;
}

/* ===========================
   6. MEDIA QUERIES
=========================== */
@media (min-width: 2560px) {
  .about-section .margin-Align {
    margin-left: 285px;
  }
}
@media (max-width: 1500px) {
  .highlights-section {
    background-size: 50% 100% !important;
  }
  .ESG .w-Imgs {
    margin-left: 119px;
    width: 75%;
  }
  .highlights-section .spacing-custom {
    padding: 0 6rem !important;
  }
  .highlights-section .MobileSpace {
    padding: 0 6.8rem !important;
  }
  .about-section .about-bg-image img {
    width: 100%;
    object-fit: contain;
    margin-top: 75px;
  }
  .about-section .margin-Align {
    margin-left: 122px;
  }
  .operations-section .operations-image {
    margin-left: 0px;
  }
  .operations-section .operations-content {
    margin-left: 50px;
    padding-top: 50px;
  }
  .Number #NumberPrio img {
    margin-left: 0px;
  }
  .Number .contentNumber {
    margin-left: 0px;
  }
  .operations-image .BoxOperation {
    margin-left: 20px;
  }
  .operations-image .BoxOperation h4 {
    font-size: 16px;
  }
}
@media (max-width: 1024px) {
  .btn-download {
    padding: 0.4rem 0.8rem;
    font-size: 1rem;
  }
  .about-section .margin-Align {
    margin-left: 110px;
  }
  #operations-title {
    margin-top: 50px;
  }
}
@media (max-width: 992px) {
  .hero-header {
    padding: 0.8rem 1.5rem;
  }
  .hero-logo img {
    height: 32px;
  }
  .btn-download {
    padding: 0.4rem 0.8rem;
    font-size: 0.8rem;
  }
  .lang-switch {
    font-size: 0.8rem;
  }
  .hero-content h1 {
    font-size: 2rem;
  }
  .hero-content h2 {
    font-size: 1.2rem;
  }
}
@media (max-width: 768px) {
  .hero-nav {
    gap: 1rem !important;
  }
  .lang-switch {
    padding: 0;
  }
  .hero-logo img {
    width: 100%;
  }
  .about-section .margin-Align {
    margin-left: 2rem;
  }
  .menu .dropdown {
    bottom: -218px;
    width: 100%;
    align-items: flex-end;
    justify-content: flex-end;
  }
  .menu .dropdown ul {
    flex-direction: column;
    width: 100%;
  }
  .menu .dropdown ul li {
    text-align: end;
  }
}
@media (max-width: 576px) {
  h3 {
    font-size: 1.5rem;
  }
  .highlights-section {
    background-image: none !important;
  }
  .highlights-section .column {
    margin-top: 2rem !important;
  }
  .hero-section {
    height: 55vh;
    background-image: url("../imgs/hero-mobile.svg");
  }
  .hero-header {
    flex-wrap: wrap;
    justify-content: center;
    gap: 1rem;
    padding: 0.5rem 1rem;
    text-align: center;
  }
  .hero-nav {
    flex-direction: row;
    gap: 0.5rem;
  }
  .hero-content {
    bottom: 10%;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
  }
  .hero-content h1 {
    font-size: 1.75rem;
  }
  .hero-content h2 {
    font-size: 1rem;
  }
  .operations-content {
    margin-left: 0px !important;
    padding: 10px;
  }
  .about-section .margin-Align {
    margin-left: 1rem;
  }
  #NumberPrio {
    padding: 30px !important;
  }
  #NumberPrio img {
    width: 100%;
  }
  .btn-download span {
    font-size: 16px;
  }
  .NumberBackground {
    display: none !important;
  }
  .Number .column-1 {
    padding: 20px;
  }
  .Number #NumberPrio img {
    margin-left: -10px;
  }
  .Number .metric-container {
    padding: 30px;
  }
  .Number .metric-line {
    font-size: 16px;
  }
  .Number .metric-subline {
    font-size: 18px;
  }
  .metric-icon {
    gap: 1rem !important;
  }
  .metric-icon img {
    width: 32px;
  }
  .footer-logo {
    display: flex;
    justify-content: center;
    padding-bottom: 20px;
  }
  .ESG .environmental {
    width: 93%;
    padding: 23px;
    margin-top: 2px;
    margin-left: 10px;
  }
  .ESG {
    padding-bottom: 50px;
  }
  .ESG .w-Imgs {
    margin-left: 40px;
    width: 79%;
  }
  .ESG .esg-card-image1 {
    justify-content: initial;
    display: flex;
    padding-bottom: 50px;
  }
  .ESG .esg-list {
    padding-right: 30px;
  }
  .ESG .BackgroundGreen {
    background-position-x: 96.9%;
    background-size: cover;
    padding-bottom: 76px;
  }
  .ESG .environmental {
    margin-bottom: 20px;
  }
  .highlights-section #highlights_title img {
    width: 90%;
  }
  .bullet-icon {
    height: 140px;
  }
  .spaceGap {
    display: flex;
    flex-direction: column;
    gap: 2rem;
  }
  .Line1 {
    height: 73px;
  }
  .Line2 {
    height: 225px;
  }
  .Line3 {
    height: 140px;
  }
  .Line4 {
    height: 180px;
  }
  .Line5 {
    height: 210px;
  }
  .Line6 {
    height: 160px;
  }
  .Line7 {
    height: 90px;
  }
  .Line8 {
    height: 70px;
  }
  .hero-header {
    width: 100%;
    display: flex;
    margin-top: 15px;
    margin-left: 0px;
  }
  .operations-image .BoxOperation h4 {
    font-size: 10px;
    margin-left: 20px;
    margin-top: 10px;
  }
  .Number .metrics-image img {
    width: 100%;
  }
  .highlights-section .spacing-custom {
    padding: 0 2rem !important;
  }
  .spacing-custom {
    padding: 0 3rem !important;
  }
  .highlights-section .MobileSpace {
    padding: 0 2.8rem !important;
  }
  .PointSize {
    width: 25px;
    height: 120px;
  }
  #observation {
    margin-left: 20px;
  }
}
@media (max-width: 375px) {
  .download-title {
    font-size: 20px !important;
  }
  .download-section .download-overlay .download-button {
    font-size: 20px !important;
  }
}
@media (max-width: 320px) {
  .menu .dropdown {
    bottom: -242px;
    width: 100%;
    align-items: flex-end;
    justify-content: flex-end;
  }
}

/*# sourceMappingURL=style.css.map */
