* {
    box-sizing: border-box;
}

@font-face {
    font-family: "Satoshi";
    src: url("assents/fonts/satoshi/Satoshi-Regular.otf") format("opentype");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Satoshi";
    src: url("assents/fonts/satoshi/Satoshi-Italic.otf") format("opentype");
    font-weight: 400;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: "Satoshi";
    src: url("assents/fonts/satoshi/Satoshi-Medium.otf") format("opentype");
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Satoshi";
    src: url("assents/fonts/satoshi/Satoshi-Bold.otf") format("opentype");
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "DINPro";
    src: url("assents/fonts/DINPro/DIN Pro/dinpro.otf") format("opentype");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "DINPro";
    src: url("assents/fonts/DINPro/DIN Pro/dinpro_italic.otf") format("opentype");
    font-weight: 400;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: "DINPro";
    src: url("assents/fonts/DINPro/DIN Pro/dinpro_medium.otf") format("opentype");
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "DINPro";
    src: url("assents/fonts/DINPro/DIN Pro/dinpro_bold.otf") format("opentype");
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

:root {
    --font-family-heading: "Satoshi";
    --font-family-body: "DINPro";
}

html,
body {
    height: 100%;
    margin: 0;
    font-family: var(--font-family-body), Arial, Helvetica, sans-serif;
    background: #ffffff;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: var(--font-family-heading, Satoshi), Arial, Helvetica, sans-serif;
}

p,
li,
figcaption,
small,
a,
button,
label,
input,
textarea {
    font-family: var(--font-family-body, DINPro), Arial, Helvetica, sans-serif;
}

body {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}

.page-content {
    flex: 1 0 auto;
    background: #ececec;
}

.hero {
    width: 100%;
    min-height: 100vh;
    display: flex;
    justify-content: center;
}

.hero__container {
    position: relative;
    width: 100%;
    height: 100vh;
    min-height: 100svh;
    overflow: hidden;
}

.hero-nav {
    position: fixed;
    top: 16px;
    left: 32px;
    right: 32px;
    z-index: 6;
    background: #f1f2f2;
    border-radius: 16px;
    box-shadow: 0 4px 32px rgba(237, 28, 36, 0.1);
    padding: 16px 32px;
}

.hero-nav__container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
}

.hero-nav__brand {
    display: flex;
    align-items: center;
    gap: 16px;
}

.hero-nav__logo {
    width: 144px;
    height: 41px;
    display: block;
    object-fit: contain;
}

.hero-nav__divider {
    width: 1px;
    align-self: stretch;
    background: #d1d3d4;
}

.hero-nav__subtitle {
    color: #414042;
    font-family: Satoshi, Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: 500;
    line-height: 135%;
    text-transform: none;
}

.hero-nav__content {
    display: flex;
    align-items: center;
    gap: 20px;
}

.hero-nav__menu {
    display: flex;
    align-items: center;
    gap: 20px;
}

.hero-nav__menu a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 24px;
    padding: 0;
    color: #414042;
    text-decoration: none;
    font-family: Satoshi, Arial, Helvetica, sans-serif;
    font-size: 18px;
    font-weight: 500;
    line-height: 135%;
    white-space: nowrap;
    transition: color 0.2s ease;
}

.hero-nav__menu a:hover,
.hero-nav__menu a:focus-visible {
    color: #ed1c24;
}

.hero-nav__download {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    border-radius: 999px;
    background: #ed1c24;
    color: #fff;
    text-decoration: none;
    padding: 10px 8px 10px 16px;
    font-family: Satoshi, Arial, Helvetica, sans-serif;
    font-size: 18px;
    font-weight: 500;
    line-height: 135%;
    white-space: nowrap;
}

.hero-nav__download img {
    width: 24px;
    height: 24px;
}

.hero-nav__audio-toggle {
    border: 0;
    background: transparent;
    padding: 0;
    width: 20px;
    height: 20px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    position: relative;
}

.hero-nav__audio-toggle img {
    width: 20px;
    height: 20px;
    display: block;
}

.hero-nav__audio-toggle:hover img,
.hero-nav__audio-toggle:focus-visible img {
    filter: brightness(0.92);
}

.hero-nav__audio-toggle::before {
    content: "";
    position: absolute;
    left: 50%;
    top: calc(100% + 8px);
    transform: translateX(-50%);
    width: 10px;
    height: 10px;
    background: #000;
    clip-path: polygon(50% 0, 0 100%, 100% 100%);
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.2s ease;
    z-index: 12;
}

.hero-nav__audio-toggle::after {
    content: attr(data-tooltip);
    position: absolute;
    left: 50%;
    top: calc(100% + 16px);
    transform: translateX(-50%);
    background: #000;
    color: #fff;
    font-family: Satoshi, Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.2;
    white-space: nowrap;
    border-radius: 6px;
    padding: 8px 12px;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.2s ease;
    z-index: 12;
    pointer-events: none;
}

.hero-nav__audio-toggle:hover::before,
.hero-nav__audio-toggle:hover::after,
.hero-nav__audio-toggle:focus-visible::before,
.hero-nav__audio-toggle:focus-visible::after {
    opacity: 1;
    visibility: visible;
}

.hero-nav__locale {
    border: 0;
    background: transparent;
    padding: 0;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #414042;
    font-family: Satoshi, Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 135%;
    cursor: pointer;
}

.hero-nav__language {
    position: relative;
}

.hero-nav__menu-toggle {
    display: none;
    width: 28px;
    height: 28px;
    border: 0;
    background: transparent;
    padding: 0;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 4px;
    cursor: pointer;
}

.hero-nav__menu-toggle span {
    width: 22px;
    height: 2px;
    border-radius: 999px;
    background: #ed1c24;
    display: block;
}

.hero-nav__arrow {
    width: 12px;
    height: 12px;
    display: block;
    transition: transform 0.2s ease;
}

.hero-nav__flag {
    width: 16px;
    height: 16px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    line-height: 1;
}

.hero-nav__language-menu {
    position: absolute;
    top: calc(100% + 8px);
    right: 0;
    margin: 0;
    padding: 8px;
    list-style: none;
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 4px 24px rgba(0, 0, 0, 0.25);
    display: none;
    flex-direction: column;
    gap: 8px;
    min-width: 88px;
}

.hero-nav__language.is-open .hero-nav__language-menu {
    display: flex;
}

.hero-nav__language.is-open .hero-nav__arrow {
    transform: rotate(180deg);
}

.hero-nav__language-option {
    border: 0;
    background: transparent;
    padding: 0;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #414042;
    font-family: Satoshi, Arial, Helvetica, sans-serif;
    font-size: 16px;
    line-height: 135%;
    cursor: pointer;
}

.hero-nav__language-option.is-active {
    font-weight: 700;
}

.hero-nav__language-option:not(.is-active) {
    font-weight: 500;
}

.hero__bg {
    position: absolute;
    inset: 0;
    background:
        linear-gradient(270deg, rgba(237, 28, 36, 0.80) 0%, rgba(83, 23, 24, 0.80) 100%),
        url("imagens/hero-bg.png") lightgray 38% / cover no-repeat;
    z-index: 1;
}

.hero__overlay {
    position: absolute;
    left: 35%;
    top: 122px;
    width: 1964px;
    max-width: none;
    height: 599px;
    transform: translateX(-50%);
    z-index: 2;
    pointer-events: none;
}

.hero__content {
    position: absolute;
    left: 110px;
    top: 279px;
    z-index: 3;
    color: #fff;
}

.hero__pretitle {
    margin: 0;
    font-family: Satoshi, Arial, Helvetica, sans-serif;
    font-size: 56px;
    font-weight: 400;
    line-height: 135%;
    text-transform: uppercase;
}

.hero__title-row {
    display: flex;
    align-items: center;
    gap: 16px;
    text-transform: uppercase;
}

.hero__title-main {
    font-family: Satoshi, Arial, Helvetica, sans-serif;
    font-size: 56px;
    font-weight: 700;
    line-height: 135%;
}

.hero__title-year {
    font-family: Satoshi, Arial, Helvetica, sans-serif;
    font-size: 64px;
    font-weight: 700;
    line-height: 135%;
    color: transparent;
    -webkit-text-stroke: 1px #fff;
    text-stroke: 1px #fff;
}

.hero__scroll {
    position: absolute;
    left: 50%;
    bottom: 24px;
    transform: translateX(-50%);
    z-index: 4;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #fff;
    text-decoration: none;
    font-family: Satoshi, Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: 700;
    line-height: 135%;
    letter-spacing: 0.2em;
    text-transform: uppercase;
}

.hero__scroll img {
    width: 24px;
    height: 24px;
    display: block;
}

.destaques {
    width: 100%;
    background: #fff;
    display: flex;
    justify-content: center;
}

.destaques__container {
    display: flex;
    width: 1366px;
    max-width: 100%;
    margin: 0 auto;
    padding: 96px 75px;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 48px;
}

.destaques__header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    width: 100%;
}

.destaques__title {
    margin: 0;
    color: #ED1C24;
    font-family: Satoshi, Arial, Helvetica, sans-serif;
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
}

.destaques__controls {
    display: none;
    align-items: center;
    margin-left: auto;
    gap: 10px;
}

.destaques__progress {
    width: 120px;
    height: 4px;
    background: #F1F2F2;
    overflow: hidden;
}

.destaques__progress-fill {
    display: block;
    width: 18px;
    height: 100%;
    background: #ED1C24;
    transition: width 0.25s ease;
}

.destaques__arrow {
    width: 40px;
    height: 40px;
    border: 0;
    background: transparent;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    cursor: pointer;
}

.destaques__arrow:disabled {
    cursor: default;
}

.destaques__arrow-icon {
    width: 40px;
    height: 40px;
    display: block;
}

.destaques__track {
    display: flex;
    gap: 32px;
    width: 100%;
    overflow-x: auto;
    scroll-behavior: smooth;
    scrollbar-width: none;
    scroll-snap-type: x mandatory;
}

.destaques__track::-webkit-scrollbar {
    display: none;
}

.destaque-card {
    flex: 0 0 calc((100% - 96px) / 4);
    border-radius: 32px;
    border: 1px solid #D1D3D4;
    background: transparent;
    padding: 40px 16px;
    display: flex;
    flex-direction: column;
    gap: 16px;
    scroll-snap-align: start;
}

.destaque-card__icon {
    display: flex;
    width: 100px;
    height: 40px;
    padding-right: 140px;
    align-items: center;
    box-sizing: content-box;
    object-fit: contain;
    object-position: left center;
    padding-bottom: 24px;
    border-bottom: 2px solid #ED1C24;

}

.destaque-card__value {
    margin: 0;
    margin-top: 8px;
    display: flex;
    align-items: baseline;
    gap: 4px;
    flex-wrap: wrap;
    color: #414042;
    font-family: DINPro, Arial, Helvetica, sans-serif;
    font-weight: 700;
    line-height: 128.8%;
}

.destaque-card__value span {
    font-size: 48px;
}

.destaque-card__value small {
    font-size: 24px;
}

.destaque-card__text {
    margin: 0;
    color: #414042;
    font-family: DINPro, Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 128.8%;
}

.mensagem-administracao {
    width: 100%;
    background: var(--Brand-primary-graylightest, #F1F2F2);
    display: flex;
    justify-content: center;
}

/*desktop*/

.mensagem-administracao__container {
    --mensagem-adm-media-height: 333px;
    width: 1366px;
    max-width: 100%;
    min-height: auto;
    height: auto;
    margin: 0 auto;
    padding: 96px 75px;
    display: grid;
    grid-template-columns: 592px 592px;
    justify-content: space-between;
    column-gap: 50px;
    align-items: start;
    row-gap: 50px;
}

.mensagem-administracao__content {
    display: flex;
    flex-direction: column;
    gap: 48px;
    height: var(--mensagem-adm-media-height);
    align-self: stretch;
    min-height: 0;
}

.mensagem-administracao__title {
    margin: 0;
    color: #ed1c24;
    font-family: Satoshi, Arial, Helvetica, sans-serif;
    font-size: 48px;
    font-weight: 700;
    line-height: 120%;
}

.mensagem-administracao__text {
    margin: 0;
    width: 488px;
    max-width: 100%;
    max-height: none;
    flex: 1;
    min-height: 0;
    overflow-y: auto;
    overflow-x: hidden;
    padding-right: 16px;
    color: var(--Brand-primary-graydark, #414042);
    font-family: var(--font-family-body, DINPro), Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    font-synthesis: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.mensagem-administracao__text br {
    display: block;
    content: "";
    margin-top: 12px;
}

.mensagem-administracao__text::-webkit-scrollbar {
    width: 10px;
}

.mensagem-administracao__text::-webkit-scrollbar-track {
    background: transparent;
    border-radius: 999px;
}

.mensagem-administracao__text::-webkit-scrollbar-thumb {
    background: #ed1c24;
    border-radius: 999px;
}

.mensagem-administracao__text {
    scrollbar-width: thin;
    scrollbar-color: #ed1c24 transparent;
}

.mensagem-administracao__media {
    margin: 0;
    grid-column: 2;
}

.mensagem-administracao__card {
    position: relative;
    display: flex;
    width: 592px;
    min-width: 592px;
    max-width: 592px;
    height: var(--mensagem-adm-media-height);
    align-items: center;
    justify-content: center;
    text-decoration: none;
    overflow: hidden;
    border-radius: 16px;
    background: url("imagens/CEO-foto.png") center / cover no-repeat;
}

.mensagem-administracao__play {
    width: 48px;
    height: 48px;
    border-radius: 999px;
    background: #ed1c24;
    box-shadow: 0 0 0 8px rgba(237, 28, 36, 0.4), 0 0 0 16px rgba(237, 28, 36, 0.2);
    position: relative;
}

.mensagem-administracao__play::before {
    content: "";
    position: absolute;
    left: 18px;
    top: 14px;
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 14px solid #fff;
}

.mensagem-administracao__cta {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 26px;
    padding: 4px 24px;
    border-radius: 0 0 16px 16px;
    background: #ed1c24;
    color: #fff;
    font-family: DINPro, Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: 700;
    line-height: 128%;
}

/* desktop */

.mensagem-administracao__caption {
    margin-top: 16px;
    width: 100%;
    display: flex;
    justify-content: right;
    align-items: right;
    text-align: center;
    color: var(--Brand-primary-graydark, #414042);
    font-family: var(--font-family-heading, Satoshi), Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    
}

.mensagem-adm {
    width: 100%;
    background: #fff;
    display: flex;
    justify-content: center;
}

.mensagem-adm__container {
    position: relative;
    width: 100%;
    max-width: 1366px;
    min-height: 904px;
    margin: 0 auto;
}

.mensagem-adm__title {
    position: absolute;
    top: 96px;
    left: 457px;
    width: 453px;
    white-space: nowrap;
    margin: 0;
    color: #ed1c24;
    text-align: center;
    font-family: Satoshi, Arial, Helvetica, sans-serif;
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
}

.mensagem-adm__image {
    position: absolute;
    left: 0;
    top: 0;
    width: 1215px;
    height: 590px;
    aspect-ratio: 243 / 118;
    display: block;
    object-fit: cover;
}

.mensagem-adm__scroll {
    position: absolute;
    left: 76px;
    top: 218px;
    width: 1215px;
    height: 590px;
    aspect-ratio: 243 / 118;
    overflow: hidden;
    border-radius: 0;
}

.mensagem-adm__range {
    display: none;
}

.compromisso-esg {
    width: 100%;
    background: #ed1c24;
    border-radius: 120px 120px 0 0;
    display: flex;
    justify-content: center;
}

.compromisso-esg__container {
    width: 100%;
    max-width: 1366px;
    min-height: 857px;
    margin: 0 auto;
    padding: 64px 75px 72px;
}

.compromisso-esg__title {
    margin: 0;
    color: #fff;
    text-align: center;
    font-family: Satoshi, Arial, Helvetica, sans-serif;
    font-size: 48px;
    font-weight: 700;
    line-height: 120%;
}

.compromisso-esg__hint {
    margin: 44px 0 0;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    color: #fff;
    font-family: Satoshi, Arial, Helvetica, sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 120%;
}

.compromisso-esg__hint img {
    width: 24px;
    height: 24px;
}

.compromisso-esg__cards {
    margin-top: 47px;
    display: flex;
    align-items: stretch;
    width: 1216px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    gap: 32px;
}

.compromisso-esg__legend {
    margin: 24px auto 0;
    width: 1216px;
    max-width: 100%;
}

.compromisso-esg__legend-title {
    display: block;
    margin-bottom: 8px;
    color: #ffffff;
    font-family: Satoshi, Arial, Helvetica, sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 120%;
    gap: 10px;
}

.compromisso-esg__legend-icons {
    display: flex;
    align-items: center;
    gap: 4px;
    flex-wrap: nowrap;
    overflow-x: auto;
    padding-bottom: 4px;
}

.compromisso-esg__legend-icons img {
    width: 66px;
    height: 66px;
    flex: 0 0 auto;
    display: block;
    object-fit: contain;
}

.compromisso-esg-card {
    position: relative;
    isolation: isolate;
    flex: 1 1 0;
    height: 487px;
    border: 0;
    border-radius: 16px;
    padding: 0;
    text-align: left;
    cursor: pointer;
    overflow: hidden;
    background-color: #000;
    background-position: center;
    background-repeat: no-repeat;
    transition: flex-basis 0.35s ease, flex-grow 0.35s ease, filter 0.3s ease;
}

.compromisso-esg-card:not(.is-active) {
    background-size: cover, cover;
}

.compromisso-esg-card.is-active {
    flex: 0 0 797px;
    background: #fff !important;
}

.compromisso-esg-card__open {
    display: none;
}

.compromisso-esg-card.is-active .compromisso-esg-card__open {
    display:grid;
    grid-template-columns: 517px 280px;
    height: 100%;
    width: 100%;
    align-items: stretch;
    position: relative;
    z-index: 2;
}

.compromisso-esg-card__content {
    height: 357px;
    width: 421px;
    margin: 58px 48px 24px;
    padding-right: 8px;
    box-sizing: border-box;
    overflow-y: auto;
    overflow-x: hidden;
    scrollbar-width: thin;
    scrollbar-color: #9b9b9b transparent;
    scrollbar-gutter: stable;
    position: relative;
    z-index: 2;
}

.compromisso-esg-card__content::-webkit-scrollbar {
    width: 8px;
}

.compromisso-esg-card__content::-webkit-scrollbar-track {
    background: transparent;
    border-radius: 999px;
}

.compromisso-esg-card__content::-webkit-scrollbar-thumb {
    background: #9b9b9b;
    border: 0;
    min-height: 167px;
    border-radius: 999px;
}

.compromisso-esg-card__content::-webkit-scrollbar-button {
    display: none;
    width: 0;
    height: 0x;
    -webkit-appearance: none;
}

.compromisso-esg-card__content::-webkit-scrollbar-button:single-button,
.compromisso-esg-card__content::-webkit-scrollbar-button:start:decrement,
.compromisso-esg-card__content::-webkit-scrollbar-button:end:increment {
    display: none;
    width: 0;
    height: 0;
    background: transparent;
    -webkit-appearance: none;
}

.compromisso-esg-card__text {
    margin: 0;
    color: #414042;
    font-family: DINPro, Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
}

.compromisso-esg-card__iso-14000 {
    margin-top: 20px;
    display: flex;
    align-items: center;
    gap: 12px;
}

.compromisso-esg-card__iso-14000 span {
    color: #414042;
    font-family: DINPro, Arial, Helvetica, sans-serif;
    font-size: 18px;
    font-weight: 500;
    line-height: 150%;
}

.compromisso-esg-card__iso-14000 img {
    width: 46px;
    height: 46px;
    object-fit: contain;
}

.compromisso-esg-card__gptw {
    margin-top: -5px;
    display: flex;
    align-items: center;
    gap: 12px;
}

.compromisso-esg-card__gptw span {
    color: #414042;
    font-family: DINPro, Arial, Helvetica, sans-serif;
    font-size: 18px;
    font-weight: 500;
    line-height: 150%;
}

.compromisso-esg-card__gptw img {
    width: 56px;
    height: 56px;
    object-fit: contain;
    margin-top: 10px;
}

.compromisso-esg-card__metrics {
    margin: 15px 0 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.compromisso-esg-card__dots {
    margin-top: 18px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 12px;
}

.compromisso-esg-card__dot {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    font-family: DINPro, Arial, Helvetica, sans-serif;
    font-size: 18px;
    font-weight: 700;
    line-height: 1;
}

.compromisso-esg-card__dot--1 {
    background-color: #FF1F39;
}

.compromisso-esg-card__dot--2 {
    background-color: #EFA82A;
}

.compromisso-esg-card__dot--3 {
    background-color: #00A029;
}

.compromisso-esg-card__dot--4 {
    background-color: #E6122A;
}

.compromisso-esg-card__dot--5 {
    background-color: #FF3719;
}

.compromisso-esg-card__dot--6 {
    background-color: #00BEE4;
}

.compromisso-esg-card__dot--7 {
    background-color: #FFC400;
}

.compromisso-esg-card__dot--8 {
    background-color: #BE1241;
}

.compromisso-esg-card__dot--9 {
    background-color: #FF6917;
}

.compromisso-esg-card__dot--10 {
    background-color: #F60B69;
}

.compromisso-esg-card__dot--11 {
    background-color: #FF9E00;
}

.compromisso-esg-card__dot--12 {
    background-color: #D18C1E;
}

.compromisso-esg-card__dot--13 {
    background-color: #007F3E;
}

.compromisso-esg-card__dot--14 {
    background-color: #0098DC;
}

.compromisso-esg-card__dot--15 {
    background-color: #00C100;
}

.compromisso-esg-card__dot--16 {
    background-color: #0068A0;
}

.compromisso-esg-card__dot--17 {
    background-color: #18496A;
}

.compromisso-esg-card__metric {
    display: flex;
    align-items: center;
    gap: 16px;
}

.compromisso-esg-card__metric img {
    width: 46px;
    height: 46px;
    opacity: 0.9;
}

img.compromisso-esg-card__metric-img--gptw {
    height: 70px;
}

.compromisso-esg-card__metric strong {
    display: block;
    color: #1d3927;
    font-family: DINPro, Arial, Helvetica, sans-serif;
    font-size: 40px;
    font-weight: 700;
    line-height: 100%;
}

.compromisso-esg-card__metric span {
    display: block;
    color: #414042;
    font-family: DINPro, Arial, Helvetica, sans-serif;
    font-size: 18px;
    font-weight: 500;
    line-height: 150%;
}

.compromisso-esg-card__image {
    width: 100%;
    height: 100%;
    min-height: 100%;
    align-self: stretch;
    justify-self: stretch;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    margin: 0;
    position: relative;
    z-index: 4;
    border-radius: 0 16px 16px 0;
    min-height: 40%;
    
}
    

.compromisso-esg-card__image--ambiental {
    background-image: url("imagens/AMBIENTAL.jpg");
    background-position: center center;
    background-size: cover;
    top: -49px;
    border-radius: 16px;
}

.compromisso-esg-card__image--social {
    background-image: url("imagens/SOCIAL.jpg");
    top: -49px;
    border-radius: 16px;
}

.compromisso-esg-card__image--governanca {
    background-image: url("imagens/GOVERNANÇA.jpg");
    background-position: center center;
    background-size: cover;
    top: -49px;
    border-radius: 16px;
   
}

.compromisso-esg-card--ambiental {
    background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.70) 0%, rgba(0, 0, 0, 0.70) 100%), url("imagens/AMBIENTAL.jpg");
}

.compromisso-esg-card--social {
    background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.70) 0%, rgba(0, 0, 0, 0.70) 100%), url("imagens/SOCIAL.jpg");
}

.compromisso-esg-card--governanca {
    background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.70) 0%, rgba(0, 0, 0, 0.70) 100%), url("imagens/GOVERNANÇA.jpg");
}

.compromisso-esg-card--governanca:not(.is-active) {
    background-size: cover, cover;
    background-position: center, center;
}

.compromisso-esg-card__tag {
    position: absolute;
    left: 24px;
    bottom: 24px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 132px;
    width: 52px;
    padding: 14px 8px;
    border-radius: 999px;
    color: #fff;
    font-family: Satoshi, Arial, Helvetica, sans-serif;
    font-size: 24px;
    font-weight: 700;
    line-height: 120%;
    writing-mode: vertical-rl;
    transform: rotate(180deg);
    text-align: center;
}

.compromisso-esg-card__tag-mobile {
    display: none;
}

.compromisso-esg-card.is-active .compromisso-esg-card__tag {
    left: 24px;
    top: 24px;
    bottom: auto;
    width: auto;
    min-height: auto;
    padding: 10px 24px;
    writing-mode: horizontal-tb;
    transform: none;
    position: relative;
    z-index: 4;
}

.compromisso-esg-card.is-active::after {
    content: "";
    position: absolute;
    left: var(--esg-line-start, 186px);
    right: 0;
    top: 48.5px;
    border-top: 3px solid currentColor;
    opacity: 0.5;
    z-index: 1;
}

.compromisso-esg-card--ambiental .compromisso-esg-card__tag {
    background: #1d3927;
}

.compromisso-esg-card--ambiental.is-active {
    color: #1d3927;
    --esg-line-start: 186px;
}

.compromisso-esg-card--social .compromisso-esg-card__tag {
    background: #242a38;
}

.compromisso-esg-card--social.is-active {
    color: #242a38;
    --esg-line-start: 139px;
}

.compromisso-esg-card--social .compromisso-esg-card__metric strong {
    color: #242a38;
}

.compromisso-esg-card--governanca .compromisso-esg-card__tag {
    background: #531718;
}

.compromisso-esg-card--governanca.is-active {
    color: #531718;
    --esg-line-start: 208px;
}

.compromisso-esg-card--governanca .compromisso-esg-card__metric strong {
    color: #531718;
}

.sobre {
    width: 100%;
    background: #f1f2f2;
    display: flex;
    justify-content: center;
}

.sobre__container {
    width: 100%;
    max-width: 1366px;
    min-height: auto;
    margin: 0 auto;
    padding: 72px 75px 82px;
    position: relative;
}

html[lang="en"] .sobre__container {
    min-height: auto;
    padding: 92px 75px 92px;
}

.sobre__title-wrap {
    position: absolute;
    left: 75px;
    top: 96px;
    width: 320px;
    height: 462px;
}

.sobre__title-frame {
    width: 100%;
    height: 100%;
    display: block;
}

.sobre__title-frame-image {
    width: 100%;
    height: 100%;
    display: block;
}

.sobre__title {
    position: absolute;
    left: 94px;
    top: 123px;
    margin: 0;
    color: var(--Brand-primary-red, #ED1C24);
    font-family: var(--font-family-heading, Satoshi), Arial, Helvetica, sans-serif;
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
}

.sobre__content {
    width: 100%;
    max-width: none;
    display: flex;
    flex-direction: column;
    gap: 32px;
    height: auto;
    min-height: auto;
    padding-left: 0;
}

.sobre__text-scroll {
    flex: 1;
    min-height: 0;
    overflow-y: auto;
    overflow-x: hidden;
    padding-right: 14px;
    display: flex;
    flex-direction: column;
    gap: 28px;
    scrollbar-width: thin;
    scrollbar-color: #ed1c24 transparent;
}

.sobre__text-scroll::-webkit-scrollbar {
    width: 10px;
}

.sobre__text-scroll::-webkit-scrollbar-track {
    background: transparent;
    border-radius: 999px;
}

.sobre__text-scroll::-webkit-scrollbar-thumb {
    background: #ed1c24;
    border-radius: 999px;
}

.sobre__logo {
    width: 278px;
    height: 78px;
    display: block;
}

.sobre__text {
    margin: 0;
    color: #414042;
    font-family: DINPro, Arial, Helvetica, sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
}

.sobre__text b,
.sobre__list-item b {
    font-weight: 700;
}

.sobre__list {
    margin: -24px 0 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.sobre__list-item {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    color: #414042;
    font-family: DINPro, Arial, Helvetica, sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 150%;
}

.sobre__list-bullet {
    width: 22px;
    height: 22px;
    margin-top: 4px;
    flex: 0 0 22px;
    display: block;
    object-fit: contain;
}

.leia-relatorio {
    width: 100%;
    min-height: 788px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 40px 0;
}

.leia-relatorio__container {
    width: 100%;
    max-width: 1366px;
    margin: 0 auto;
    padding: 0 40px;
}

.leia-relatorio__card {
    position: relative;
    min-height: 560px;
    border: 2px solid #f60d1f;
    border-radius: 28px;
    background: transparent;
    display: flex;
    align-items: center;
    padding: 80px 540px 80px 80px;
}

.leia-relatorio__content {
    max-width: 420px;
    z-index: 2;
}

.leia-relatorio__title {
    margin: 0;
    color: var(--Brand-primary-graydark, #414042);
    font-family: var(--font-family-heading, Satoshi), Arial, Helvetica, sans-serif;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
}

.leia-relatorio__line {
    display: block;
}

.leia-relatorio__nowrap {
    white-space: nowrap;
}

.leia-relatorio__year {
    color: transparent;
    -webkit-text-stroke-width: 2px;
    -webkit-text-stroke-color: var(--Brand-primary-red, #ED1C24);
    font-family: var(--font-family-heading, Satoshi), Arial, Helvetica, sans-serif;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
}

.leia-relatorio__button {
    margin-top: 32px;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 10px 20px;
    border-radius: 999px;
    background: #f60d1f;
    color: #fff;
    font-family: DINPro, Arial, Helvetica, sans-serif;
    font-size: 22px;
    font-weight: 700;
    line-height: 1;
    text-decoration: none;
}

.leia-relatorio__button img {
    width: 22px;
    height: 22px;
    display: block;
}

.leia-relatorio__image {
    position: absolute;
    right: 90px;
    top: 90px;
    width: 100%;
    max-width: 42%;
    height: auto;
    border-radius: 14px;
    z-index: 2;
}

.leia-relatorio__local {
    position: absolute;
    right: 90px;
    top: -12px;
    width: 360px;
    max-width: 34%;
    height: auto;
    z-index: 3;
}

.vamos-footer {
    width: 100%;
    max-width: none;
    height: 326px;
    margin: 0;
    margin-top: auto;
}

.vamos-footer__main {
    background: #f60d1f;
    color: #fff;
    min-height: 286px;
    height: 286px;
    position: relative;
}

.vamos-footer__inner {
    max-width: 980px;
    margin: 0 auto;
    min-height: 210px;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    padding-top: 34px;
    gap: 22px;
    position: relative;
}

.vamos-logo {
    padding: 20px 0 0 0;
    display: flex;
    align-items: center;
    gap: 12px;
}

.vamos-logo img {
    width: 298px;
    height: 84px;
    max-width: 100%;
    height: auto;
    display: block;
}

.vamos-logo__pin {
    width: 46px;
    height: 46px;
    border-radius: 50%;
    background: #20d0aa;
    display: grid;
    place-items: center;
    font-size: 24px;
}

.vamos-logo__text {
    line-height: 1;
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.vamos-logo__group {
    letter-spacing: 3px;
    font-size: 13px;
    font-weight: 700;
}

.vamos-logo__name {
    font-size: 56px;
    font-weight: 800;
}

.vamos-social {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
    gap: 16px;
}

.vamos-social a {
    display: flex;
    width: 40px;
    height: 40px;
    padding: 8px;
    justify-content: center;
    align-items: center;
}

.vamos-social a img {
    width: 40px;
    height: 40px;
    display: block;
}

.vamos-back-top {
    border: none;
    background: #e9e9e9;
    color: var(--Brand-primary-red, #ED1C24);
    font-family: DINPro, Arial, Helvetica, sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    text-transform: uppercase;
    border-radius: 16px 16px 0 0;
    padding: 8px 16px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    cursor: pointer;
    margin-top: auto;
    transform: translateY(0);
}

.vamos-back-top__icon {
    width: 24px;
    height: 24px;
    aspect-ratio: 1/1;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.vamos-back-top__icon img {
    width: 24px;
    height: 24px;
    aspect-ratio: 1/1;
    display: block;
}

.vamos-ad-placeholder {
    position: fixed;
    right: 32px;
    bottom: 40px;
    top: auto;
    width: 56px;
    height: 56px;
    display: block;
    z-index: 7;
}

.vamos-footer__bar {
    background: #343538;
    color: #d6d6d8;
    display: flex;
    width: 100%;
    padding: 10px;
    justify-content: center;
    align-items: center;
    gap: 10px;
}

.vamos-footer__bar .container-fluid {
    padding-left: 0;
    padding-right: 0;
}

.vamos-footer__bar-inner {
    width: 100%;
    min-height: 24px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 64px;
    font-size: 12px;
    letter-spacing: 0.2px;
    position: relative;
}

.vamos-footer__bar-inner p:last-child {
    text-align: right;
}

.vamos-footer__bar-inner p {
    margin: 0;
    padding: 0px 60px 0px 60px;
    color: #fff;
    font-family: var(--font-family-body, DINPro), Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
}

/*
   Modelo de negócios separado do mobile
    */
@media (min-width: 769px) {
    .mensagem-adm {
        width: 100%;
        height: auto;
        background: #fff;
    }

    .mensagem-adm__container {
        position: relative;
        width: 100%;
        max-width: 1366px;
        min-height: 904px;
        margin: 0 auto;
        padding: 0;
        display: block;
    }

    .mensagem-adm__title {
        position: absolute;
        top: 96px;
        left: 457px;
        width: 453px;
        white-space: nowrap;
        margin: 0;
        color: #ed1c24;
        text-align: center;
        font-family: Satoshi, Arial, Helvetica, sans-serif;
        font-size: 48px;
        font-style: normal;
        font-weight: 700;
        line-height: 120%;
    }

    .mensagem-adm__scroll {
        position: absolute;
        left: 76px;
        top: 218px;
        width: 1215px;
        height: 590px;
        aspect-ratio: 243 / 118;
        overflow: hidden;
    }

    .mensagem-adm__image {
        position: absolute;
        left: 0;
        top: 0;
        width: 1215px;
        height: 590px;
        aspect-ratio: 243 / 118;
        max-width: none;
        object-fit: cover;
    }

    .mensagem-adm__range {
        display: none;
    }

}

/* ============================
   MOBILE / TABLET (até 768px)
   Regras responsivas para mobile
   ============================ */
@media (max-width: 768px) {
    .hero-nav {
        top: 12px;
        left: 12px;
        right: 12px;
        padding: 12px 16px;
        border-radius: 16px;
        background: #f1f2f2;
    }

    .hero-nav__container {
        position: relative;
        gap: 8px;
        align-items: center;
        flex-wrap: nowrap;
    }

    .hero-nav__brand {
        gap: 8px;
        min-width: 0;
        flex: 1 1 auto;
    }

    .hero-nav__logo {
        width: 112px;
        height: auto;
    }

    .hero-nav__subtitle {
        font-size: 11px;
        line-height: 1.2;
        white-space: nowrap;
    }

    .hero-nav__menu,
    .hero-nav__download {
        display: none;
    }

    .hero-nav__content {
        margin-left: auto;
        gap: 10px;
        align-items: center;
        flex: 0 0 auto;
    }

    .hero-nav__language {
        display: inline-flex;
        align-items: center;
    }

    .hero-nav.is-open .hero-nav__menu {
        display: flex;
        width: 100%;
        order: 2;
        flex-direction: column;
        align-items: flex-start;
        gap: 32px;
        margin-top: 56px;
        padding-top: 0;
        border-top: 0;
    }

    .hero-nav.is-open .hero-nav__menu a {
        color: var(--Brand-primary-graydark, #414042);
        font-family: var(--font-family-heading, Satoshi), Arial, Helvetica, sans-serif;
        font-size: 18px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
        display: block;
        padding-bottom: 13px;
    }

    .hero-nav.is-open .hero-nav__download {
        display: inline-flex;
        order: 3;
        margin-top: auto;
        width: 100%;
        justify-content: center;
        min-height: 54px;
        padding: 10px 16px;
        font-size: 16px;
    }

    .hero-nav.is-open {
        top: 0;
        left: 0;
        right: 0;
        width: 100vw;
        height: 100svh;
        padding: 18px;
        border-radius: 0;
        background: #ececec;
        box-shadow: none;
        z-index: 20;
    }

    .hero-nav.is-open .hero-nav__brand,
    .hero-nav.is-open .hero-nav__language,
    .hero-nav.is-open .hero-nav__audio-toggle {
        display: none;
    }

    .hero-nav.is-open .hero-nav__container {
        height: 100%;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start;
        flex-wrap: nowrap;
        gap: 0;
    }

    .hero-nav.is-open .hero-nav__content {
        width: 100%;
        height: 100%;
        margin: 0;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        gap: 0;
    }

    .hero-nav.is-open .hero-nav__menu-toggle {
        width: 26px;
        height: 26px;
        border-radius: 999px;
        border: 1px solid #ED1C24;
        position: relative;
    }

    .hero-nav.is-open .hero-nav__menu-toggle span {
        position: absolute;
        width: 10px;
        height: 1.5px;
        top: 50%;
        left: 50%;
        margin: 0;
        transform-origin: center;
    }

    .hero-nav.is-open .hero-nav__menu-toggle span:nth-child(1) {
        transform: translate(-50%, -50%) rotate(45deg);
    }

    .hero-nav.is-open .hero-nav__menu-toggle span:nth-child(2) {
        transform: translate(-50%, -50%) rotate(-45deg);
    }

    .hero-nav.is-open .hero-nav__menu-toggle span:nth-child(3) {
        display: none;
    }

    .hero-nav__locale {
        display: inline-flex;
        font-size: 20px;
        gap: 6px;
    }

    .hero-nav__locale-label {
        font-size: 22px;
        line-height: 1;
    }

    .hero-nav__flag {
        width: 18px;
        height: 18px;
    }

    .hero-nav__menu-toggle {
        display: inline-flex;
    }

    .hero__container {
        height: 100vh;
        min-height: 100svh;
    }

    .hero__bg {
        inset: 0;
    }

    .hero__overlay {
        top: 148px;
        bottom: auto;
        width: min(860px, 130vw);
        height: auto;
        left: 50%;
        transform: translateX(-50%);
        opacity: 1;
    }

    .hero__content {
        width: min(92vw, 430px);
        left: 50%;
        right: auto;
        top: 500px;
        bottom: auto;
        transform: translateX(-50%);
    }

    .hero__pretitle,
    .hero__title-main {
        font-size: 44px;
        line-height: 1.2;
    }

    .hero__title-year {
        font-size: 44px;
        line-height: 1.2;
        -webkit-text-stroke: 1px #fff;
        text-stroke: 1px #fff;
    }

    .hero__title-row {
        gap: 10px;
    }

    .hero__scroll {
        bottom: 18px;
        letter-spacing: 0.2em;
        font-size: 14px;
        line-height: 135%;
        gap: 8px;
    }

    .hero__scroll img {
        width: 24px;
        height: 24px;
    }

    .destaques__container {
        min-height: auto;
        padding: 32px 16px;
    }

    .destaques__header {
        position: static;
        display: flex;
        flex-direction: column;
        align-items: stretch;
        gap: 20px;
        padding: 0;
    }

    .destaques__title {
        color: var(--Brand-primary-red, #ED1C24);
        font-family: var(--font-family-heading, Satoshi), Arial, Helvetica, sans-serif;
        font-size: 32px;
        font-style: normal;
        font-weight: 700;
        line-height: 120%;
        white-space: nowrap;
    }

    .destaques__controls {
        position: static;
        width: 100%;
        margin-left: 0;
        gap: 8px;
    }

    .destaques__progress {
        position: static;
        width: 120px;
        margin-right: auto;
    }

    .destaques__track {
        margin-top: 20px;
        gap: 16px;
    }

    .destaque-card {
        display: flex;
        width: 280px;
        flex-basis: 280px;
        padding: 40px 16px;
        flex-direction: column;
        align-items: flex-start;
        gap: 16px;
    }

    .destaque-card__icon {
        width: 100px;
        height: 40px;
        padding-right: 150px;
        padding-bottom: 16px;
        display: block;
        object-fit: contain;
        object-position: left center;
        box-sizing: content-box;
        border-bottom: 1px solid #ED1C24;
    }

    .destaque-card__value span {
        color: var(--Brand-primary-graydark, #414042);
        font-family: var(--font-family-body, DINPro), Arial, Helvetica, sans-serif;
        font-size: 48px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
    }

    .destaque-card__value small {
        color: var(--Brand-primary-graydark, #414042);
        font-family: var(--font-family-body, DINPro), Arial, Helvetica, sans-serif;
        font-size: 24px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
    }

    .destaque-card__text {
        color: var(--Brand-primary-graydark, #414042);
        font-family: var(--font-family-body, DINPro), Arial, Helvetica, sans-serif;
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
    }

    .mensagem-administracao__container {
        min-height: auto;
        padding: 32px 16px 64px;
        display: flex;
        flex-direction: column;
        gap: 28px;
        margin-bottom: -25px;
    }

    .mensagem-administracao__content {
        gap: 24px;
    }

    .mensagem-administracao__title {
        font-size: 40px;
    }

    .mensagem-administracao__text {
        width: 100%;
        font-size: 16px;
        max-height: 300px;
        flex: initial;
        padding-right: 12px;
    }

    .mensagem-administracao__media {
        width: 100%;
    }

    .mensagem-administracao__card {
        width: 100%;
        min-width: 0;
        max-width: 100%;
        min-height: 240px;
        height: auto;
        aspect-ratio: 592 / 333;
    }

    .mensagem-administracao__caption {
        margin-top: 12px;
        margin-bottom: 48px;
        text-align: left;
        font-size: 15px;
        text-align: center;
        justify-content: center;

        
       
    }

    .mensagem-adm {
        width: 100%;
        height: 764px;
        background: #fff;
        margin: 0 auto;
    }

    .mensagem-adm__container {
        width: min(402px, 100%);
        height: 100%;
        min-height: auto;
        padding: 56px 16px 32px;
        display: flex;
        flex-direction: column;
        gap: 20px;
    }

    .mensagem-adm__title,
    .mensagem-adm__scroll,
    .mensagem-adm__image {
        position: static;
    }

    .mensagem-adm__title {
        width: 100%;
        color: var(--Brand-primary-red, #ED1C24);
        font-size: 32px;
        text-align: center;
        font-family: var(--font-family-heading, Satoshi);
        font-style: normal;
        font-weight: 700;
        line-height: 120%;
        white-space: normal;
    }

    .mensagem-adm__scroll {
        width: 100%;
        overflow-x: auto;
        overflow-y: hidden;
        padding-bottom: 10px;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: thin;
        scrollbar-color: #bdbdbd transparent;
    }

    .mensagem-adm__range {
        display: block;
        width: min(170px, 45%);
        height: 8px;
        margin: 6px 0 0;
        -webkit-appearance: none;
        appearance: none;
        background: transparent;
        border-radius: 999px;
        outline: none;
    }

    .mensagem-adm__range::-webkit-slider-runnable-track {
        height: 8px;
        background: transparent;
        border-radius: 999px;
    }

    .mensagem-adm__range::-webkit-slider-thumb {
        -webkit-appearance: none;
        appearance: none;
        width: 110px;
        height: 8px;
        border: 0;
        border-radius: 999px;
        background: #9f9f9f;
        cursor: pointer;
        margin-top: 0;
    }

    .mensagem-adm__range::-moz-range-track {
        height: 8px;
        background: transparent;
        border: 0;
        border-radius: 999px;
    }

    .mensagem-adm__range::-moz-range-thumb {
        width: 26px;
        height: 8px;
        border: 0;
        border-radius: 999px;
        background: #9f9f9f;
        cursor: pointer;
    }

    .mensagem-adm__scroll::-webkit-scrollbar {
        height: 8px;
    }

    .mensagem-adm__scroll::-webkit-scrollbar-track {
        background: transparent;
        border-radius: 999px;
    }

    .mensagem-adm__scroll::-webkit-scrollbar-thumb {
        background: #cfcfcf;
        border-radius: 999px;
    }

    .mensagem-adm__image {
        width: 1280px;
        height: 621px;
        aspect-ratio: 243 / 118;
        max-width: none;
        object-fit: contain;
        image-rendering: -webkit-optimize-contrast;
        image-rendering: crisp-edges;
    }

    .compromisso-esg {
        border-radius: 48px 48px 0 0;
    }

    .compromisso-esg__container {
        min-height: auto;
        padding: 32px 16px;
    }

    .compromisso-esg__title {
        font-size: 40px;
    }

    .compromisso-esg__hint {
        margin-top: 20px;
        font-size: 16px;
    }

    .compromisso-esg__cards {
        margin-top: 24px;
        flex-direction: column;
        gap: 16px;
    }

    .compromisso-esg__legend {
        margin-top: 20px;
    }

    .compromisso-esg__legend-icons img {
        width: 56px;
        height: 56px;
    }

    .compromisso-esg-card {
        flex: 1 1 auto;
        height: 260px;
    }

    .compromisso-esg-card:not(.is-active) {
        display: flex;
        width: 362px;
        height: 592px;
        padding: 414px 297px 16px 16px;
        flex-direction: column;
        justify-content: flex-end;
        align-items: center;
        max-width: 100%;
    }

    .compromisso-esg-card__tag,
    .compromisso-esg-card--ambiental .compromisso-esg-card__tag,
    .compromisso-esg-card--social .compromisso-esg-card__tag,
    .compromisso-esg-card--governanca .compromisso-esg-card__tag {
        bottom: 20px;
        left: 16px;
        font-size: 20px;
        min-height: 112px;
        width: 44px;
        padding: 10px 6px;
    }

    .compromisso-esg-card.is-active {
        width: 362px;
        height: 616px;
        min-width: 362px;
        min-height: 0;
        max-width: 100%;
    }

    .compromisso-esg-card.is-active .compromisso-esg-card__open {
        display: flex;
        flex-direction: column;
        height: 100%;
        width: 100%;
        position: relative;
        z-index: 2;
    }

    .compromisso-esg-card.is-active .compromisso-esg-card__tag {
        display: none;
    }

    .compromisso-esg-card.is-active .compromisso-esg-card__tag-mobile {
        display: inline-flex;
        order: 2;
        align-self: flex-start;
        margin: -74px 0 0 16px;
        padding: 12px 24px;
        justify-content: center;
        align-items: center;
        gap: 10px;
        border-radius: 999px;
        color: #fff;
        font-family: Satoshi, Arial, Helvetica, sans-serif;
        font-size: 24px;
        font-weight: 700;
        line-height: 120%;
        position: relative;
        z-index: 10;
    }

    .compromisso-esg-card--ambiental.is-active .compromisso-esg-card__tag-mobile {
        background: #1d3927;
    }

    .compromisso-esg-card--social.is-active .compromisso-esg-card__tag-mobile {
        background: #242a38;
    }

    .compromisso-esg-card--governanca.is-active .compromisso-esg-card__tag-mobile {
        background: #531718;
    }

    .compromisso-esg-card__content {
        order: 3;
        height: auto;
        max-height: none;
        width: auto;
        margin: 8px 20px 16px;
        padding-right: 0;
        padding-bottom: 16px;
        box-sizing: border-box;
        overflow: visible;
        position: relative;
        z-index: 2;
    }

    .compromisso-esg-card__text {
        color: var(--Brand-primary-graydark, #414042);
        font-family: var(--font-family-body, DINPro), Arial, Helvetica, sans-serif;
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: 150%;
    }

    .compromisso-esg-card__dot {
        width: 26px;
        height: 26px;
        font-size: 14px;
    }

    html[lang="en"] .compromisso-esg-card__gptw img {
        width: 56px;
        height: 56px;
        object-fit: contain;
        margin-top: -5px;
    }

    html[lang="en"] .compromisso-esg-card__metrics--social-en {
        margin: 15px 0 0;
        padding: 0;
        list-style: none;
        display: flex;
        flex-direction: column;
        gap: 2px;
    }

    html[lang="en"] .compromisso-esg-card__metrics--social-en .compromisso-esg-card__metric-img--gptw {
        width: 44.49px;
        height: 66.48px;
    }

    .compromisso-esg-card__metric img {
        width: 44.49px;
        height: 52.48px;
    }

    .compromisso-esg-card__metric strong {
        color: #1D3927;
        font-family: var(--font-family-body, DINPro), Arial, Helvetica, sans-serif;
        font-size: 40px;
        font-style: normal;
        font-weight: 700;
        line-height: 100%;
    }

    .compromisso-esg-card__metric span {
        color: var(--Brand-primary-graydark, #414042);
        font-family: var(--font-family-body, DINPro), Arial, Helvetica, sans-serif;
        font-size: 18px;
        font-style: normal;
        font-weight: 500;
        line-height: 150%;
    }

    .compromisso-esg-card__image {
        order: 1;
        height: 170px;
        border-radius: 16px 16px 0 0;
    }

    .compromisso-esg-card__image--governanca {
        height: 190px;
        background-position: center -20%;
    }

    .compromisso-esg-card.is-active::after {
        display: none;
    }

    .sobre__container {
        min-height: auto;
        padding: 45px 20px 45px 20px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: flex-start;
        
    }

    html[lang="en"] .sobre__container {
        padding: 48px 24px 56px;
    }

    .sobre__title-wrap {
        position: static;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: flex-start;
        gap: 24px;
        width: 100%;
        max-width: none;
        height: auto;
        margin: 0;
        aspect-ratio: auto;
    }

    .sobre__title-frame {
        order: 2;
        width: 50px;
        height: 72px;
        flex: 0 0 auto;
    }

    .sobre__title {
        position: static;
        order: 1;
        color: var(--Brand-primary-red, #ED1C24);
        font-family: var(--font-family-heading, Satoshi), Arial, Helvetica, sans-serif;
        font-size: 48px;
        font-style: normal;
        font-weight: 700;
        line-height: 120%;
    }

    .sobre__content {
        margin-left: 0;
        width: 100%;
        gap: 24px;
        padding-left: 0;
    }

    html[lang="en"] .sobre__content {
        gap: 28px;
        align-items: flex-start;
    }

    .sobre__logo {
        width: min(278px, 100%);
        height: auto;
    }

    .sobre__text {
        font-size: 16px;
    }

    html[lang="en"] .sobre__text {
        text-align: left;
        line-height: 150%;
    }

    .sobre__list {
        margin-top: -12px;
    }

    .sobre__list-item {
        font-size: 16px;
    }

    .leia-relatorio {
        width: min(402px, 100%);
        height: 700px;
        min-height: 700px;
        margin: 0 auto;
        padding: 0 0 50px;
        align-items: flex-end;
    }

    .leia-relatorio__container {
        width: 100%;
        padding: 0;
        display: flex;
        justify-content: center;
    }

    .leia-relatorio__card {
        position: relative;
        overflow: visible;
        min-height: 310px;
        display: flex;
        width: min(363px, 100%);
        padding: 40px 20px;
        border-radius: 40px;
        border: 2px solid var(--Brand-primary-red, #ED1C24);
        flex-direction: column;
        gap: 10px;
        align-items: center;
        justify-content: center;
    }

    .leia-relatorio__content {
        max-width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .leia-relatorio__title {
        color: var(--Brand-primary-graydark, #414042);
        text-align: center;
        font-family: var(--font-family-heading, Satoshi), Arial, Helvetica, sans-serif;
        font-size: 24px;
        font-style: normal;
        font-weight: 700;
        line-height: 120%;
    }

    .leia-relatorio__year {
        color: transparent;
        -webkit-text-stroke-width: 1px;
        -webkit-text-stroke-color: var(--Brand-primary-red, #ED1C24);
        font-family: var(--font-family-heading, Satoshi), Arial, Helvetica, sans-serif;
        font-size: 24px;
        font-style: normal;
        font-weight: 700;
        line-height: 120%;
    }

    .leia-relatorio__button {
        margin-top: 36px;
        display: flex;
        padding: 10px 8px 10px 16px;
        justify-content: center;
        align-items: center;
        gap: 8px;
    }

    .leia-relatorio__local {
        display: none;
    }

    .leia-relatorio__image {
        position: absolute;
        top: -280px;
        left: 50%;
        transform: translateX(-50%);
        width: min(320px, calc(100% - 24px));
        height: auto;
        max-width: 100%;
        margin-top: 0;
        border-radius: 16px;
        z-index: 3;
        display: block;
        image-rendering: auto;
    }

    .vamos-footer__inner {
        width: 100%;
        max-width: 401px;
        min-height: auto;
        gap: 24px;
        padding: 56px 20px 0;
    }

    .vamos-footer {
        height: auto;
    }

    .vamos-footer__main {
        min-height: auto;
        height: auto;
    }

    .vamos-logo {
        padding: 0;
        width: 100%;
        justify-content: center;
    }

    .vamos-logo img {
        width: 234.617px;
        height: 66px;
        aspect-ratio: 234.62 / 66;
    }

    .vamos-social {
        gap: 12px;
        margin-top: 20px;
    }

    .vamos-social a {
        display: flex;
        width: 40px;
        height: 40px;
        padding: 8px;
        justify-content: center;
        align-items: center;
    }

    .vamos-social a img {
        width: 40px;
        height: 40px;
    }

    .vamos-logo__name {
        font-size: 44px;
    }

    .vamos-back-top {
        font-size: 18px;
        padding: 8px 16px;
        border-radius: 16px 16px 0 0;
        transform: translateY(0);
        gap: 8px;
    }

    .vamos-back-top__icon,
    .vamos-back-top__icon img {
        width: 24px;
        height: 24px;
        aspect-ratio: 1/1;
    }

    .vamos-footer__bar-inner {
        min-height: 36px;
        flex-direction: column;
        justify-content: center;
        gap: 3px;
        padding: 6px 20px;
    }

    .vamos-footer__bar-inner p {
        width: 100%;
        padding: 0;
        text-align: center;
    }

    .vamos-footer__bar-inner p:last-child {
        text-align: center;
    }
}

/* =====================================
   MOBILE PEQUENO (até 520px)
   Ajustes finos para telas menores
   ===================================== */
@media (max-width: 520px) {
    .hero-nav {
        padding: 12px 14px;
    }

    .hero-nav__content {
        align-items: center;
    }

    .hero-nav__language {
        display: inline-flex;
        align-items: center;
    }

    .hero-nav__logo {
        width: 102px;
    }

    .hero-nav__subtitle {
        display: inline;
        font-size: 10px;
        line-height: 1.15;
    }

    .hero-nav__divider {
        display: block;
    }

    .hero-nav__locale {
        font-size: 16px;
    }

    .hero-nav__locale-label {
        font-size: 16px;
    }

    .hero-nav__arrow {
        width: 10px;
        height: 10px;
    }

    .hero__container {
        height: 100vh;
        min-height: 100svh;
    }

    .hero__overlay {
        top: 115px;
        width: 1000px;
        left: 50%;
        transform: translateX(-78%);
    }

    .hero__content {
        width: min(409px, calc(100% - 24px));
        max-width: calc(100% - 24px);
        left: 50%;
        right: auto;
        top: 420px;
        bottom: auto;
        transform: translateX(-50%);
    }

    .hero__pretitle,
    .hero__title-main {
        font-size: 41.8px;
        line-height: 135%;
    }

    .hero__title-year {
        font-size: 41.8px;
        line-height: 135%;
        -webkit-text-stroke: 1px #fff;
        text-stroke: 1px #fff;
    }

    .hero__title-row {
        gap: 10.45px;
    }

    .hero__scroll {
        font-size: 14px;
        line-height: 135%;
        letter-spacing: 0.2em;
        bottom: 17px;
        left: 50%;
        transform: translateX(-50%);
        white-space: nowrap;
    }

    .destaques__title {
        color: var(--Brand-primary-red, #ED1C24);
        font-family: var(--font-family-heading, Satoshi), Arial, Helvetica, sans-serif;
        font-size: 32px;
        font-style: normal;
        font-weight: 700;
        line-height: 120%;
        white-space: nowrap;
    }

    .destaques__header {
        gap: 20px;
    }

    .destaques__controls {
        gap: 6px;
    }

    .destaques__progress {
        width: 96px;
        margin-right: auto;
    }

    .destaques__arrow {
        width: 36px;
        height: 36px;
        font-size: 24px;
    }

    .destaque-card {
        width: 280px;
        flex-basis: 280px;
    }

    .mensagem-administracao__title {
        font-size: 32px;
    }

    .mensagem-administracao__text {
        color: var(--Brand-primary-graydark, #414042);
        font-family: var(--font-family-body, DINPro), Arial, Helvetica, sans-serif;
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 150%;
    }

    .mensagem-adm__title {
        font-size: 32px;
    }

    .compromisso-esg {
        border-radius: 32px 32px 0 0;
    }

    .compromisso-esg__title {
        font-size: 32px;
    }

    .compromisso-esg__hint {
        font-size: 14px;
    }

    .compromisso-esg__legend-icons {
        flex-wrap: wrap;
        overflow-x: visible;
        gap: 6px;
    }

    .compromisso-esg__legend-icons img {
        width: 48px;
        height: 48px;
    }

    .compromisso-esg-card {
        height: 220px;
    }

    .compromisso-esg-card__tag,
    .compromisso-esg-card--ambiental .compromisso-esg-card__tag,
    .compromisso-esg-card--social .compromisso-esg-card__tag,
    .compromisso-esg-card--governanca .compromisso-esg-card__tag {
        font-size: 18px;
        min-height: 96px;
        width: 40px;
    }

    .compromisso-esg-card.is-active {
        min-height: 0;
    }

    .compromisso-esg-card__content {
        max-height: none;
        margin: 8px 16px 14px;
    }

    .compromisso-esg-card__metric strong {
        font-size: 40px;
    }

    .compromisso-esg-card__metric span {
        font-size: 18px;
    }

    .leia-relatorio__title {
        font-size: 24px;
    }

    .sobre__title {
        color: var(--Brand-primary-red, #ED1C24);
        font-family: var(--font-family-heading, Satoshi), Arial, Helvetica, sans-serif;
        font-size: 48px;
        font-style: normal;
        font-weight: 700;
        line-height: 120%;
    }

    .sobre__text {
        font-size: 15px;
    }

    html[lang="en"] .sobre__container {
        padding: 40px 16px 48px;
    }

    html[lang="en"] .sobre__content {
        gap: 24px;
    }

    html[lang="en"] .sobre__text {
        text-align: left;
    }

    .sobre__list-item {
        font-size: 15px;
    }

    .leia-relatorio__button {
        font-size: 18px;
    }

    .leia-relatorio__image {
        margin-top: 0px;
    }

    .vamos-logo {
        gap: 8px;
    }

    .vamos-logo img {
        width: 234.617px;
        height: 66px;
        aspect-ratio: 234.62 / 66;
    }

    .vamos-logo__pin {
        width: 36px;
        height: 36px;
        font-size: 18px;
    }

    .vamos-logo__group {
        font-size: 10px;
        letter-spacing: 2px;
    }

    .vamos-logo__name {
        font-size: 32px;
    }

    .vamos-social {
        gap: 10px;
    }

    .vamos-social a {
        display: flex;
        width: 40px;
        height: 40px;
        padding: 8px;
        justify-content: center;
        align-items: center;
    }

    .vamos-social a img {
        width: 40px;
        height: 40px;
    }

    .vamos-back-top {
        font-size: 18px;
        padding: 8px 16px;
        border-radius: 16px 16px 0 0;
        transform: translateY(0);
        gap: 8px;
    }

    .vamos-back-top__icon,
    .vamos-back-top__icon img {
        width: 24px;
        height: 24px;
        aspect-ratio: 1/1;
    }

}

/* ─── Preloader ─── */
.preloader {
    position: fixed;
    inset: 0;
    z-index: 99999;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: opacity 0.5s ease;
}

.preloader.is-done {
    opacity: 0;
    pointer-events: none;
}

.preloader__logo {
    width: min(200px, 70vw);
    height: auto;
    display: block;
    object-fit: contain;
    filter: grayscale(100%);
    opacity: 0.2;
    animation: preloader-reveal 1.8s ease forwards;
}

@keyframes preloader-reveal {
    to {
        filter: grayscale(0%);
        opacity: 1;
    }
}



