@charset "UTF-8";
/* GOL Sans Display */
@font-face {
  font-family: "GOL Sans Display";
  src: url("/documents/d/guest/golsansdisplay-thin") format("opentype");
  font-weight: 100;
  font-style: normal;
}
@font-face {
  font-family: "GOL Sans Display";
  src: url("/documents/d/guest/golsansdisplay-light") format("opentype");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "GOL Sans Display";
  src: url("/documents/d/guest/golsansdisplay-regular") format("opentype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "GOL Sans Display";
  src: url("/documents/d/guest/golsansdisplay-medium") format("opentype");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "GOL Sans Display";
  src: url("/documents/d/guest/golsansdisplay-bold") format("opentype");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "GOL Sans Display";
  src: url("/documents/d/guest/golsansdisplay-xbold") format("opentype");
  font-weight: 800;
  font-style: normal;
}
/* GOL Sans Text */
@font-face {
  font-family: "GOL Sans Text";
  src: url("/documents/d/guest/golsanstext-light") format("opentype");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "GOL Sans Text";
  src: url("/documents/d/guest/golsanstext-regular") format("opentype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "GOL Sans Text";
  src: url("/documents/d/guest/golsanstext-medium") format("opentype");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "GOL Sans Text";
  src: url("/documents/d/guest/golsanstext-bold") format("opentype");
  font-weight: 700;
  font-style: normal;
}
*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: "GOL Sans Text";
}

h2 {
  font-family: "GOL Sans Text";
  font-weight: bold;
  color: #FF7020;
  font-size: 40px;
}

#admin-message,
#highlights,
#numbers,
#double-materiality,
#esg-actions,
#results {
  scroll-margin-top: 100px;
}

.main-header {
  background-color: #FCF6F0;
  border-top: 10px solid #FF7020 !important;
  padding: 1rem 0;
  z-index: 1000;
  /* Menu lateral */
}
.main-header .logo img {
  max-height: 40px;
  margin-left: 30px;
}
.main-header h1 {
  font-size: 1.2rem;
  color: #37322D;
  font-family: "GOL Sans Text";
  font-weight: bold;
}
.main-header h1 .highlight {
  color: #DB5014;
}
.main-header .header_title-Container {
  position: fixed;
  margin-left: 36%;
}
.main-header .Logo_title-mobile {
  display: contents;
}
.main-header .download-btn-mobile {
  background-color: #9d9489;
  border-radius: 50px;
  padding: 5px;
  border: none;
  font-size: 1.2rem;
  color: #FFFFFF;
  font-family: "GOL Sans Text";
  margin-top: 20px;
}
.main-header .header-actions {
  display: flex;
  align-items: center;
  margin-right: -10px;
}
.main-header .header-actions .btn-icon {
  display: flex;
  align-items: center;
  justify-content: start;
  height: 50px;
  border: none;
  cursor: pointer;
  font-size: 16px;
  font-weight: 600;
  color: #FFFFFF;
  padding-left: 20px;
  transition: all 0.3s ease;
}
.main-header .header-actions .btn-icon img {
  width: 30px;
  height: auto;
}
.main-header .header-actions .download-btn {
  background-color: #9d9489;
  border-radius: 50px 0 0 50px;
  width: 100px;
}
.main-header .header-actions .lang-wrapper {
  display: flex;
  overflow: hidden;
  width: 80px;
  background-color: #65605B;
  transition: width 0.3s ease;
  border-radius: 50px 0 0 50px;
  margin-left: -25px;
}
.main-header .header-actions .lang-wrapper .lang-btn {
  flex: 0 0 60px;
  background: transparent;
  border: none;
  color: #FFFFFF;
  font-weight: 600;
  font-size: 18px;
  cursor: pointer;
}
.main-header .header-actions .lang-wrapper:hover {
  width: 200px;
  background-color: #FF7020;
}
.main-header .header-actions .menu-btn {
  background-color: #3a3632;
  width: 130px;
  margin-left: -25px;
  border-radius: 50px 0px 0px 50px;
  z-index: 2;
}
.main-header .link-mobile {
  background-color: #9d9489 !important;
}
.main-header .side-menu {
  position: fixed;
  top: 0;
  right: -400px;
  width: 400px;
  background-color: #FCF6F0;
  padding: 1.5rem 1rem;
  border-radius: 0 0 0px 30px;
  transition: right 0.3s ease;
  z-index: 2000;
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
  margin-top: 89px;
}
.main-header .side-menu.active {
  right: 0;
}
.main-header .side-menu a {
  display: block;
  background-color: #37322D;
  color: #FFFFFF;
  padding: 0.6rem 1rem;
  border-radius: 50px;
  text-decoration: none;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  transition: background-color 0.3s ease;
}
.main-header .side-menu a:hover {
  background-color: #FF7020;
}
.Main-header-div {
  max-width: 100%;
}

.hero-section {
  position: relative;
  width: 100%;
  height: 100vh;
  background: url("/documents/d/guest/baner-hero") no-repeat center center/cover;
  display: flex;
  align-items: center;
}
.hero-section .container {
  position: relative;
  z-index: 2;
  margin-top: -120px;
}
.hero-section h1 {
  font-size: 48px;
  font-weight: bold;
  color: #FFFFFF;
  font-weight: 600;
  line-height: 1.2;
  font-family: "GOL Sans Text";
  font-weight: bold;
}
.hero-section h1 .highlight {
  color: #FF7020;
}
.hero-section .hero-tags {
  display: flex;
  justify-content: flex-end;
  gap: 0.5rem;
}
.hero-section .hero-tags .tag {
  font-size: 14px;
  font-weight: 300;
  padding: 0.3rem 0.8rem;
  border-radius: 15px;
  color: #FFFFFF;
}
.hero-section .hero-tags .tag-green {
  background-color: #009A8B;
}
.hero-section .hero-tags .tag-purple {
  background-color: #7d2a58;
}
.hero-section .hero-tags .tag-orange {
  background-color: #FF7020;
}

.admin-message-section {
  background-image: url(/documents/d/guest/background-circle);
  background-position: left;
  background-repeat: no-repeat;
}
.admin-message-section .rounded-image {
  border-radius: 20px;
}
.admin-message-section .section-text {
  font-family: "GOL Sans Text", sans-serif;
  font-size: 16px;
  color: #65605B;
  font-weight: 300;
}

.highlights-section {
  background-color: #FCF6F0;
}
.highlights-section .highlights-card {
  background-color: rgba(218, 208, 197, 0.9);
  border-radius: 20px;
  background-image: url(/documents/d/guest/highlights-bg);
  background-size: cover;
  background-position: center;
  padding: 80px;
}
.highlights-section .icon img {
  width: 59px;
  height: 59px;
}
.highlights-section h5 {
  font-family: "GOL Sans Text", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  color: #65605B;
}
.highlights-section p {
  font-family: "GOL Sans Text", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  color: #65605B;
  margin-bottom: 0;
}

.numbers-section {
  background-color: #FCF6F0;
  /* Cores específicas para valores */
}
.numbers-section .numbers-card {
  background-color: #FCF6F0;
  border-radius: 35px;
  border: 1px solid #DAD0C5;
  padding: 50px;
}
.numbers-section .icon img {
  width: 49px;
  height: 49px;
  padding-bottom: 10px;
}
.numbers-section .value {
  font-family: "GOL Sans Text", sans-serif;
  font-weight: bold;
  font-size: 1.1rem;
}
.numbers-section .label {
  font-size: 16px;
  color: #65605B;
}
.numbers-section #num1_value {
  background-color: #FF7020;
  color: #FFFFFF;
  padding: 0.5rem 0.5rem;
  border-radius: 21px;
  font-size: 24px;
  gap: 10px;
  width: 190px;
}
.numbers-section #num2_value {
  background-color: #FF7020;
  color: #FFFFFF;
  padding: 0.5rem 0.5rem;
  border-radius: 21px;
  font-size: 24px;
  gap: 10px;
  width: 215px;
}
.numbers-section #num3_value {
  background-color: #DB5014;
  color: #FFFFFF;
  padding: 0.5rem 0.5rem;
  border-radius: 21px;
  font-size: 24px;
  gap: 10px;
  width: 190px;
}
.numbers-section #num4_value {
  background-color: #009A8B;
  color: #FFFFFF;
  padding: 0.5rem 0.5rem;
  border-radius: 21px;
  font-size: 24px;
  gap: 10px;
  width: 215px;
}
.numbers-section #num5_value {
  background-color: #732846;
  color: #FFFFFF;
  padding: 0.5rem 0.5rem;
  border-radius: 21px;
  font-size: 24px;
  gap: 10px;
  width: 190px;
}
.numbers-section #num6_value {
  background-color: #00324B;
  color: #FFFFFF;
  padding: 0.5rem 0.5rem;
  border-radius: 21px;
  font-size: 24px;
  gap: 10px;
  width: 215px;
}

.badge-financial, .badge-impact {
  cursor: pointer;
}

.badge-financial.active .highlight,
.badge-impact.active .highlight {
  background-color: #FF7020 !important;
  color: #FFFFFF !important;
}

.materiality-box li {
  transition: color 0.3s ease;
}

.materiality-box li.greyed {
  color: #9A9187;
}
.materiality-box li.greyed .highlight-table {
  color: #9A9187;
}
.materiality-box li.greyed .highlight-sigla {
  color: #9A9187;
}

.highlight-sigla {
  color: #9A9187;
  transition: color 0.3s;
}

.highlight-sigla.active-sigla {
  color: #FFFFFF;
}

.double-materiality-section {
  background-color: #FFFFFF;
  background-image: url(/documents/d/guest/background-double1);
  background-position: top;
  background-repeat: no-repeat;
  background-size: contain;
  padding: 100px 0px;
  background-position: top;
}
.double-materiality-section .double-materiality-section-bg {
  background-image: url(/documents/d/guest/bg-double);
  background-position: top;
  background-repeat: no-repeat;
  background-size: auto;
  padding: 100px 0px;
  background-position-x: right;
  background-position-y: bottom;
}
.double-materiality-section .highlight {
  color: #DB5014;
  background-color: #37322D;
  padding: 0.4rem 2rem;
  border-radius: 50px;
  font-size: 24px;
}
.double-materiality-section .highlight-table {
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  color: #FF7020;
}
.double-materiality-section .description {
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  color: #65605B;
}
.double-materiality-section .badge-financial {
  background-color: #DAD0C5;
  color: #37322D;
  border-radius: 50px;
  padding: 0rem 1rem 0rem 0rem;
  font-weight: bold;
  gap: 10px;
  display: flex;
  align-items: center;
  font-weight: bold;
  font-size: 16px;
}
.double-materiality-section .badge-impact {
  background-color: #DAD0C5;
  color: #37322D;
  border-radius: 50px;
  padding: 0rem 1rem 0rem 0rem;
  font-weight: bold;
  gap: 10px;
  display: flex;
  align-items: center;
  font-weight: bold;
  font-size: 16px;
}
.double-materiality-section .materiality-box {
  background-color: #FF7020;
  color: #9A9187;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  border-radius: 80px 75px 17px 15px;
  position: relative;
  padding-bottom: 13px;
}
.double-materiality-section .materiality-box ol {
  padding: 50px;
  background-color: #37322D;
  border-radius: 22px;
  list-style: decimal inside;
}
.double-materiality-section .materiality-box ol li {
  font-size: 0.95rem;
  margin-bottom: 0.6rem;
  padding-left: 1.2rem;
  position: relative;
}

.esg-section {
  margin-top: 100px;
}

.esg-card {
  background-color: #FCF6F0;
  padding: 4rem 2rem;
  border-bottom: 16px solid #65605B;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  height: 100%;
}
.esg-card .esg-icon {
  width: 65px;
  height: 65px;
  background-color: #FF7020;
  color: #FFFFFF;
  font-weight: bold;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 40px;
}
.esg-card h5 {
  color: #65605B;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
}
.esg-card p {
  color: #65605B;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
}
.esg-card h6 {
  color: #65605B;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
}

.results-section {
  position: relative; /* Referência para o absolute */
  overflow: hidden; /* Impede que a imagem ultrapasse os limites */
  padding: 100px 0px;
}
.results-section p {
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  color: #65605B;
}
.results-section .results-box {
  background-color: #DAD0C5;
  border-radius: 35px;
  z-index: 4;
  position: relative;
}
.results-section .results-box .result-item {
  background-color: #FFFFFF;
  border-radius: 21px;
  padding: 0.6rem 1rem 0.2rem 1rem;
}
.results-section .results-box .result-item h4 {
  color: #FF7020;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
}
.results-section .results-box .result-item p {
  font-size: 16px;
  color: #37322D;
}
.results-section .image-wrapper {
  text-align: center;
}
.results-section .image-wrapper img {
  border-radius: 16px;
}
.results-section .img-results-circle {
  position: absolute;
  margin-top: -100px;
  z-index: 2;
}

.download-section {
  background-image: url("/documents/d/guest/download-bg");
  background-size: cover;
  background-position: center;
  height: 500px;
  position: relative;
}
.download-section .overlay {
  background-color: rgba(0, 0, 0, 0.4);
  height: 100%;
}
.download-section .download-box {
  background-color: rgba(255, 255, 255, 0.21);
  border-radius: 16px;
  backdrop-filter: blur(5px);
  width: 70%;
  padding: 80px;
}
.download-section .download-box h3 {
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
}
.download-section .download-box .btn-download {
  background-color: #37322D;
  color: #FFFFFF;
  border-radius: 21px;
  width: 412px;
  display: inline-block;
  text-decoration: none;
  transition: background 0.3s ease;
}
.download-section .download-box .btn-download:hover {
  background-color: rgb(236, 84.66367713, 0);
}

footer {
  background-color: #FCF6F0;
}

.footer-gol {
  background-image: url("/documents/d/guest/background-circle");
  background-repeat: repeat;
  background-size: auto;
  padding: 30px 20px;
}
.footer-gol .footer-logo img {
  height: 45px;
  width: auto;
}
.footer-gol .footer-social a {
  display: flex;
  align-items: center;
  justify-content: center;
}
.footer-gol .footer-social a img {
  width: 27px;
  height: auto;
}

@media (max-width: 1500px) {
  .main-header .header_title-Container {
    margin-left: 28%;
  }
  .hero-section .container {
    margin-top: -20px;
  }
}
@media (max-width: 1200px) {
  .main-header .header_title-Container {
    margin-left: 5%;
    position: relative;
  }
  .hero-section .container {
    margin-top: -20px;
  }
}
@media (min-width: 500px) {
  .TitleMobile,
  .download-btn-mobile {
    display: none;
  }
}
@media (max-width: 500px) {
  .main-header .logo img {
    margin-left: 0px;
  }
  .TitleMobile {
    text-align: center;
    padding: 10px;
  }
  .main-header .header-actions .download-btn {
    display: none;
  }
  .titleDesktop {
    display: none;
  }
  .main-header .header-actions .menu-btn {
    width: 80px;
  }
  .main-header .side-menu {
    width: 100%;
    right: -500px;
  }
  .Main-header-div {
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 20px;
    padding: 0;
  }
  .header-actions {
    margin-right: 0px !important;
  }
  .Logo_title-mobile {
    display: flex !important;
    justify-content: space-around !important;
    flex-direction: column;
    text-align: center;
    gap: 10px;
    margin-left: 20px;
  }
  .hero-section .container {
    margin-top: -170px;
  }
  .hero-section h1 {
    font-size: 42px;
    margin-top: 65px;
  }
  .highlights-section {
    padding-top: 2rem !important;
  }
  .highlights-section .highlights-card {
    padding: 40px;
  }
  .double-materiality-section .materiality-box ol {
    padding: 30px;
  }
  .results-section {
    padding: 10px 0px;
  }
  .results-section .image-wrapper img {
    margin-top: 20px;
  }
  .download-section .download-box {
    padding: 30px;
  }
  .download-section .download-box .btn-download {
    width: 100%;
  }
  .numbers-section {
    padding-top: 0rem !important;
  }
  .numbers-section #num1_value,
  .numbers-section #num2_value,
  .numbers-section #num3_value,
  .numbers-section #num4_value,
  .numbers-section #num5_value,
  .numbers-section #num6_value {
    font-size: 16px;
    width: 140px;
  }
  .download-section .download-box h3 {
    font-size: 25px;
  }
  .results-section .img-results-circle {
    margin-top: -40px;
  }
  .hero-section {
    height: 80vh;
  }
  .section-title {
    margin-bottom: 2rem !important;
  }
  .double-materiality-section {
    padding: 50px 0px;
    background-size: auto;
  }
  .esg-section {
    margin-top: 50px;
  }
  .download-section {
    height: 360px;
  }
}
@media (max-width: 380px) {
  .hero-section h1 {
    font-size: 36px;
  }
  .highlights-section .highlights-card {
    padding: 30px;
  }
  .numbers-section .numbers-card {
    padding: 20px;
  }
  .double-materiality-section .materiality-box ul {
    padding: 35px;
  }
  .results-section .img-results-circle {
    margin-top: -40px;
  }
}

/*# sourceMappingURL=style.css.map */
