@charset "utf-8";
@import url("https://use.typekit.net/tpk3cag.css");
@import url("navigation.css");

/* =========================
   VARIABLES
========================= */
:root {
  --black: #231f20;
  --white: #ffffff;
  --gray: #58595b;
  --purple: #392351;
  --magenta: #8f1e5f;
  --pink-light: #fce2e8;
  --green: #22b9a9;
  --orange: #f26322;
  --header-height: 73px;
  --container: 1180px;
}

.nav-dropdown.estados li.estado-subitem > a {
  padding-left: 30px;
}

@media (max-width: 991px) {
  .navigation-portrait .nav-dropdown.estados li.estado-subitem > a {
    padding-left: 52px;
  }
}

/* =========================
   RESET / BASE
========================= */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  -webkit-text-size-adjust: 100%;
  scroll-behavior: smooth;
}

body {
  font-family: "gotham", sans-serif;
  font-weight: 400;
  font-size: 15px;
  line-height: 1.45;
  color: var(--gray);
  background: var(--white);
  overflow-x: hidden;
}

#fouc {
  visibility: hidden;
  overflow: hidden;
}

img,
svg {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

a {
  text-decoration: none;
}

p {
  margin-bottom: 20px;
}

strong {
  font-weight: 700;
}

main {
  min-height: 70vh;
}

/* =========================
   LAYOUT
========================= */
.container {
  width: var(--container);
  max-width: calc(100% - 48px);
  margin: 0 auto;
}

.section {
  padding: 80px 0;
}

.section-header {
  padding-top: calc(var(--header-height) + 40px);
}

.mt-header {
  margin-top: var(--header-height);
}

/* =========================
   TYPOGRAPHY
========================= */
h1,
h2,
h3 {
  font-family: bebas-neue, sans-serif;
  font-weight: 400;
  line-height: 1.05;
  letter-spacing: -0.025em;
  color: var(--magenta);
  margin: 0;
}

h1 {
  font-size: 50px;
}

h2 {
  font-size: 42px;
}

h3 {
  font-size: 34px;
}

h4 {
  font-weight: 900;
  font-size: 18px;
  line-height: 1.3;
  margin-bottom: 12px;
}

.subtitulo {
  color: var(--orange);
  font-weight: 700;
  font-size: 24px;
  line-height: 30px;
}

.pink {
  color: var(--magenta) !important;
}

.green {
  color: var(--green) !important;
}

.orange {
  color: var(--orange) !important;
}

/* =========================
   HEADER
========================= */
.site-header {
  position: fixed;
  z-index: 999;
  top: 0;
  left: 0;
  width: 100%;
  height: var(--header-height);
  background: var(--black);
}

.site-header.is-transparent {
  background: transparent;
}

.site-header.is-transparent .navigation {
  background: transparent;
}

/* =========================================================
   HOME / INDEX
========================================================= */

.page-main-home {
  padding-top: 0;
}

/* Header del home */
.site-header-home {
  background: var(--black);
}

.site-header-home .navigation {
  background: var(--black);
}

/* Hero principal */
.home-hero {
  position: relative;
  width: 100%;
  height: 100vh;
  min-height: 680px;
  overflow: hidden;
  background: var(--black);
}

/* Video */
.home-video {
  position: absolute;
  inset: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 72%;
  display: block;
}

/* Capa sutil de contraste */
.home-overlay {
  position: absolute;
  inset: 0;
  z-index: 2;
  background: linear-gradient(
    to bottom,
    rgba(35,31,32,.04) 0%,
    rgba(35,31,32,0) 46%,
    rgba(35,31,32,.10) 100%
  );
  pointer-events: none;
}

/* Contenido */
.home-content {
  position: relative;
  z-index: 3;
  width: 100%;
  height: 100%;
  pointer-events: none;

  /* Variables para controlar el SVG */
  --evo-side: 13%;
  --evo-center: 74%;
  --evo-crop-top: 48px;
  --evo-text-offset: 0px;
}

/* EVOLUCIONANDO */
.flex-evolucionando {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: stretch;
  opacity: 0;

  /* El bloque empieza exactamente debajo del menú */
  margin-top: var(--header-height);

  position: relative;
  z-index: 4;
}

.flex-evolucionando div:nth-of-type(1),
.flex-evolucionando div:nth-of-type(3) {
  width: var(--evo-side);
  background: var(--black);
  position: relative;
  z-index: 2;
}

/* Monta ligeramente el fondo negro sobre el centro para evitar líneas por subpíxel */
.flex-evolucionando div:nth-of-type(1) {
  margin-right: -2px;
}

.flex-evolucionando div:nth-of-type(3) {
  margin-left: -2px;
}

.flex-evolucionando div:nth-of-type(2) {
  width: calc(var(--evo-center) + 4px);
  background: transparent;
  overflow: hidden;
  position: relative;
  z-index: 1;
}

/* Recorte visual del aire superior del SVG */
.flex-evolucionando img {
  width: 100%;
  display: block;
  transform: translateY(calc(var(--evo-crop-top) * -1));
  margin-bottom: calc(var(--evo-crop-top) * -1);
}

/* Texto Informe Anual */
.middle-text {
  opacity: 0;

  /* Mismo ancho visual que el centro del SVG */
  width: var(--evo-center);

  /* Alineado al inicio del bloque central de EVOLUCIONANDO */
  margin: 12px auto 0;

  color: var(--green);
  text-align: left;
  font-size: 18px;
  line-height: 1.25;
  letter-spacing: 3px;
  font-weight: 900;
  text-transform: uppercase;
  text-shadow: 3px 3px 8px rgba(0,0,0,.35);
  position: relative;
  z-index: 5;
}

.middle-text p {
  margin: 0;
  padding-right: 8%;
	text-align: right;
	
}

.middle-text span {
  color: var(--white);
}

/* =========================================================
   CIFRAS RELEVANTES
========================================================= */

.page-cifras {
  padding-top: var(--header-height);
  background: var(--pink-light);
}

.cifras-page {
  position: relative;
  min-height: calc(100vh - var(--header-height));
  padding: 76px 0 96px;
  background: var(--pink-light);
  overflow: hidden;
}

.cifras-container {
  position: relative;
  z-index: 1;
}

/* Título como PDF: directo, sin kicker ni pleca */
.cifras-title {
  margin: 0 0 46px 0;
  color: var(--magenta);
  font-family: bebas-neue, sans-serif;
  font-size: 50px;
  line-height: .95;
  letter-spacing: -0.015em;
  text-transform: uppercase;
}

/* Contenedor para scroll horizontal en pantallas pequeñas */
.cifras-table-wrap {
  width: 100%;
  overflow-x: auto;
  padding-bottom: 10px;
  -webkit-overflow-scrolling: touch;
}

/* Tabla fiel al PDF, compacta */
.page-cifras .tabla-cifras {
  width: 100%;
  min-width: 920px;
  border-collapse: collapse;
  border-spacing: 0;
  background: transparent;
  border-bottom: 2px solid var(--purple);
  font-size: 13px;
  line-height: 1.25;
}

/* Encabezados */
.page-cifras .tabla-cifras th {
  padding: 0 4px 6px;
  border-bottom: 2px solid var(--purple);
  color: var(--orange);
  font-size: 13px;
  line-height: 1.1;
  font-weight: 900;
  text-align: right;
  text-transform: none;
}

.page-cifras .tabla-cifras th:first-child {
  color: var(--purple);
  text-align: left;
}

.page-cifras .tabla-cifras th:nth-child(2) {
  color: var(--purple);
}

/* Celdas */
.page-cifras .tabla-cifras td {
  padding: 7px 4px;
  color: var(--gray);
  font-size: 15px;
  line-height: 14.25pt;
  text-align: right;
  border-bottom: 0;
  transition: background .25s ease, color .25s ease;
}

.page-cifras .tabla-cifras td:first-child {
  text-align: left;
}

/* Columna 2025 destacada igual que el PDF */
.page-cifras .tabla-cifras td:nth-child(2) {
  background: rgba(255,255,255,.78);
  color: var(--purple);
  font-weight: 900;
}

/* Fila RESULTADOS */
.page-cifras .tabla-cifras-section td {
  padding: 12px 4px 6px;
  border-bottom: 2px solid var(--purple);
  background: transparent !important;
  color: var(--purple) !important;
  font-weight: 900;
  text-align: left !important;
  text-transform: uppercase;
}

/* Línea superior visual antes de resultados */
.page-cifras .tabla-cifras tbody tr:nth-child(6) td {
  padding-bottom: 14px;
}

/* Hover discreto, sin romper diseño */
.page-cifras .tabla-cifras tbody tr:not(.tabla-cifras-section):hover td {
  background: rgba(242,99,34,1);
  color: var(--white);
}

.page-cifras .tabla-cifras tbody tr:not(.tabla-cifras-section):hover td:nth-child(2) {
  color: var(--white);
}

/* Nota */
.cifras-note {
  margin: 10px 0 0;
  color: #706f6f;
  font-size: 11px;
  line-height: 1.35;
}
/* =========================================================
   INFORME DEL DIRECTOR GENERAL
========================================================= */

.page-director {
  padding-top: var(--header-height);
  background: var(--white);
}

/* ---------- Variables de ritmo ---------- */
:root {
  --director-left-col: 460px;
  --director-gap: 34px;

  --director-title-size: 50px;
  --director-title-line: 1.02;

  --director-body-size: 15px;
  --director-body-line: 14.25pt;
  --director-body-space: 13px;

  --director-highlight-size: 24px;
  --director-highlight-line: 1.16;
  --director-highlight-space: 16px;

  --director-section-space-top: 34px;
  --director-section-space-between: 8px;
}

/* ---------- Secciones ---------- */
.director-section {
  position: relative;
  padding: 0;
  background: var(--white);
  scroll-margin-top: calc(var(--header-height) + 20px);
}

.director-section + .director-section {
  padding-top: var(--director-section-space-between);
}

.director-section-last {
  padding-bottom: 88px;
}

/* ---------- Grid ---------- */
.director-grid {
  display: grid;
  align-items: start;
}

.director-grid-top,
.director-grid-middle,
.director-grid-bottom {
  grid-template-columns: var(--director-left-col) minmax(0, 1fr);
  gap: var(--director-gap);
}

.director-left-column {
  width: var(--director-left-col);
  max-width: 100%;
  position: relative;
}

.director-right-column {
  min-width: 0;
}

/* ---------- Columna izquierda ---------- */
.director-media-item {
  position: relative;
  width: 100%;
  margin: 0 0 20px;
}

.director-media-item:last-child {
  margin-bottom: 0;
}

.director-img {
  width: 100%;
  display: block;
}

/* ---------- Título ---------- */
.director-title {
  margin: 30px 0 22px;
  color: var(--magenta);
  font-family: bebas-neue, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: var(--director-title-size);
  line-height: var(--director-title-line);
  letter-spacing: -0.02em;
  text-transform: uppercase;
}

/* ---------- Texto corrido ---------- */
.director-copy {
  margin: 0;
}

.director-copy p {
  margin: 0 0 var(--director-body-space);
  color: var(--gray);
  font-size: var(--director-body-size);
  line-height: var(--director-body-line);
  font-weight: 400;
}

.director-copy p:last-child {
  margin-bottom: 0;
}

/* ---------- Highlights ---------- */
.director-highlight {
  margin: var(--director-highlight-space) 0 !important;
  color: var(--orange) !important;
  font-size: var(--director-highlight-size) !important;
  line-height: var(--director-highlight-line) !important;
  font-weight: 700 !important;
  letter-spacing: -0.015em;
}

.director-copy .director-highlight:first-child {
  margin-top: 0 !important;
}

/* ---------- Firma ---------- */
.director-signature {
  margin-top: 22px;
}

.director-signature p {
  margin: 0 0 8px;
}

.director-signature strong {
  display: block;
  color: var(--orange);
  font-size: 15px;
  line-height: 14.25pt;
  font-weight: 900;
}

.director-signature span{ color: var(--magenta) !important;}
.director-signature span,
.director-signature small {
  display: block;
  color: var(--gray);
  font-size: 15px;
  line-height: 14.25pt;
}

/* =========================================================
   BROCHAZO / SANDWICH
   Queremos que vuelva a salir un poco
   y que se vea por arriba y abajo de la mano
========================================================= */

.director-image-brush {
  position: relative;
  overflow: visible;
  isolation: isolate;
}

.director-sandwich-wrapper {
  position: relative;
  width: 100%;
  overflow: visible;
}

.director-img-base {
  position: relative;
  z-index: 1;
}

/* El brochazo queda entre la base y el overlay */
.director-brush-layer {
  position: absolute;
  width: 610px;
  height: 528px;
  left: -120px;
  top: 40px;
  z-index: 2;
  pointer-events: none;
}

.director-brush-svg {
  width: 610px;
  height: 528px;
  display: block;
  overflow: visible;
}

/* El overlay recorta visualmente la brocha */
.director-img-overlay {
  position: absolute;
  inset: 0;
  width: 100%;
  z-index: 3;
  pointer-events: none;
}

.director-brush-path {
  will-change: stroke-dashoffset;
}

/* ---------- Reveal ---------- */
.reveal-item {
  will-change: transform, opacity;
}

/* ---------- Ajustes finos de continuidad visual ---------- */
.director-grid-middle .director-right-column,
.director-grid-bottom .director-right-column {
  padding-top: 2px;
}

.director-right-column > .director-copy > .director-highlight:first-child,
.director-right-column > .director-highlight:first-child {
  margin-top: 0 !important;
}

.director-right-column > .director-copy > p:first-child {
  margin-top: 0;
}

.director-section-last .director-copy:last-child p:last-child {
  margin-bottom: 0;
}

/* =========================================================
   SOBRE NOSOTROS / EN UN VISTAZO
========================================================= */

.page-sobre {
  padding-top: var(--header-height);
  background: var(--white);
  overflow: hidden;
}

.page-sobre p {
  color: var(--gray);
  font-size: 15px;
  line-height: 14.2pt;
  font-weight: 400;
  margin: 0 0 14px;
}

.page-sobre strong {
  color: var(--magenta);
  font-weight: 900;
}

.page-sobre em {
  font-style: italic;
}


/* =========================================================
   INTRO / EN UN VISTAZO
========================================================= */

.sobre-intro {
  position: relative;
  min-height: calc(100vh - var(--header-height));
  padding: 34px 0 40px;
  background: var(--white);
}

.sobre-intro-container {
  position: relative;
  min-height: calc(100vh - var(--header-height) - 74px);
}

.sobre-intro-visual {
  position: relative;
  z-index: 1;
  width: 817px;
  max-width: 72%;
  margin-left: auto;
}

.sobre-intro-image-wrap {
  position: relative;
  width: 100%;
  overflow: visible;
}

.sobre-intro-img {
  width: 100%;
  display: block;
  border-top-right-radius: 140px;
  border-bottom-left-radius: 140px;
}

.sobre-intro-brush {
  position: absolute;
  z-index: 2;
  width: 910px;
  height: 547px;
  left: -80px;
  top: 60px;
  pointer-events: none;
}

.sobre-intro-brush-svg {
  width: 910px;
  height: 547px;
  display: block;
  overflow: visible;
}

.sobre-intro-overlay {
  position: absolute;
  inset: 0;
  z-index: 3;
  width: 100%;
  pointer-events: none;
}

.sobre-intro-title {
  position: absolute;
  z-index: 4;
  left: 0;
  top: 90px;
  width: 470px;
}

.sobre-intro-title h1 {
  margin: 0;
  color: var(--magenta);
  font-family: bebas-neue, sans-serif;
  font-weight: 400;
  font-size: 108px;
  line-height: .86;
  letter-spacing: -0.035em;
  text-transform: uppercase;
}

.sobre-intro-title h1 span {
  display: block;
  font-size: 48px;
  line-height: .92;
  letter-spacing: -0.025em;
}

.sobre-arrow {
  position: absolute;
  z-index: 8;
  left: 50%;
  bottom: 42px;
  width: 27px;
  height: 55px;
  border: 2px solid var(--black);
  border-radius: 18px;
  transform: translateX(-50%);
}

.sobre-arrow div {
  width: 5px;
  height: 9px;
  margin: 8px auto 0;
  border-radius: 6px;
  background: var(--black);
}


/* =========================================================
   CONTENIDO GENERAL
========================================================= */

.sobre-content {
  padding: 86px 0 100px;
  background: var(--white);
}


/* =========================================================
   BLOQUE SUPERIOR / SOBRE NOSOTROS
========================================================= */

.sobre-top-grid {
  position: relative;
  display: grid;
  grid-template-columns: 53.5% 1fr;
  gap: 34px;
  align-items: start;
  min-height: 300px;
  padding-top: 78px;
  margin-bottom: 4px;
}

.sobre-top-copy {
  position: relative;
  z-index: 2;
}

.sobre-top-copy h2 {
  margin: 0 0 18px;
  color: var(--magenta);
  font-family: bebas-neue, sans-serif;
  font-size: 50px;
  line-height: 1.02;
  font-weight: 400;
  letter-spacing: -0.02em;
  text-transform: uppercase;
}

.sobre-card-image-ticket {
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  width: 800px;
  max-width: 68%;
  pointer-events: none;
}

.sobre-card-image-ticket img {
  width: 100%;
  display: block;
}


/* =========================================================
   TARJETA 100 AÑOS
========================================================= */

.sobre-credit-row {
  display: grid;
  grid-template-columns: 62% 380px;
  gap: 0;
  align-items: start;
  position: relative;
  margin-bottom: 28px;
}

.sobre-credit-text {
  position: relative;
  z-index: 2;
  padding: 22px 80px 22px 22px;
  background: var(--magenta);
  color: var(--white);
  border-top-left-radius: 40px;
  border-bottom-right-radius: 40px;
}

.sobre-credit-text p {
  color: var(--white);
  margin: 0;
}

.sobre-credit-image {
  position: relative;
  z-index: 3;
  width: 380px;
}

.sobre-credit-image img {
  width: 100%;
  display: block;
  margin: -100px 0 0 -50px;
  border-radius: 10px;
  transform: rotate(5deg);
  box-shadow: 0 18px 38px rgba(57,35,81,.18);
}


/* =========================================================
   NEGOCIO / NORDSTROM / COBERTURA
========================================================= */

.sobre-business-grid {
  display: grid;
  grid-template-columns: 53.5% 43.5%;
  justify-content: space-between;
  gap: 3%;
  position: relative;
  padding-top: 30px;
  margin-bottom: 0;
  overflow: visible;
}

.sobre-business-left,
.sobre-business-right {
  position: relative;
  min-width: 0;
}

.sobre-business-left {
  z-index: 2;
}

.sobre-business-right {
  z-index: 6;
}

.sobre-business-right > p {
  position: relative;
  z-index: 8;
  margin-bottom: 24px;
  background: var(--white);
}

.sobre-store-circle {
  position: absolute;
  z-index: 3;
  left: -30px;
  top: 0;
  width: 340px;
  height: 340px;
  border-radius: 50%;
  overflow: hidden;
  box-shadow: 4px 4px 20px rgba(0,0,0,.35);
}

.sobre-store-circle img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.sobre-store-main {
  position: relative;
  z-index: 1;
  margin: 80px 0 40px;
}

.sobre-store-main img {
  width: 100%;
  display: block;
  border-bottom-right-radius: 60px;
}

.sobre-coverage-card {
  position: relative;
  z-index: 2;
  margin-top: 20px;
}

.sobre-coverage-card img {
  width: 100%;
  display: block;
}

.sobre-coverage-card p {
  position: absolute;
  z-index: 3;
  top: 260px;
  left: 20px;
  width: 300px;
  color: var(--magenta);
  font-size: 24px;
  line-height: 1.15;
  font-weight: 900;
  letter-spacing: -0.015em;
  margin: 0;
  background: transparent;
}


/* =========================================================
   BLOQUE INFERIOR / MISIÓN / PLAN / VEHÍCULOS
========================================================= */

.sobre-bottom-grid {
  display: grid;
  grid-template-columns: 53.5% 43.5%;
  gap: 3%;
  align-items: stretch;
  position: relative;
  margin-top: 20px;
  overflow: visible;
}

.sobre-bottom-grid::before {
  display: none;
}

.sobre-identity-panel {
  position: relative;
  z-index: 2;
  background: var(--pink-light);
  padding: 40px;
  min-height: 760px;
}

.sobre-identity-panel::after {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  top: 100%;
  width: 100%;
  height: 210px;
  background: var(--pink-light);
  pointer-events: none;
}

.sobre-identity-lead {
  color: var(--purple) !important;
  font-size: 24px !important;
  line-height: 1.18 !important;
  font-weight: 900 !important;
  letter-spacing: -0.015em;
  margin-bottom: 28px !important;
}

.sobre-identity-img {
  width: 100%;
  display: block;
  margin-bottom: 60px;
}

.sobre-values-box {
  text-align: center;
  padding: 40px 60px;
  border: 2px solid var(--white);
  color: var(--purple);
  font-size: 20px;
  line-height: 1.3;
}

.sobre-values-box p {
  color: var(--purple);
  font-size: 20px;
  line-height: 1.3;
  margin-bottom: 22px;
}

.sobre-values-box p:last-child {
  margin-bottom: 0;
}

.sobre-values-box strong {
  display: inline-block;
  margin-bottom: 2px;
  color: var(--orange);
  font-size: 23px;
  font-weight: 900;
}

.sobre-plan-column {
  position: relative;
  z-index: 3;
  padding-top: 0;
}

.sobre-plan-column > p:first-child {
  padding-top: 42px;
}


/* =========================================================
   PLAN IMAGE / BROCHAZO NARANJA ESTÁTICO
========================================================= */

.sobre-plan-image {
  position: relative;
  margin: 18px 0 20px;
  overflow: visible;
}

.sobre-plan-image > img:first-child {
  position: relative;
  z-index: 1;
  width: 80%;
  display: block;
}

/*
  Brochazo estático.
  No se anima porque el PNG no está preparado para pintarse como path.
*/
.sobre-plan-brush-img {
  position: absolute;
  z-index: 2;
  width: 70%;
  max-width: none;
  right: 0;
  bottom: 0px;
  pointer-events: none;
  user-select: none;
}


/* =========================================================
   VEHÍCULO
========================================================= */

.sobre-vehicle-img {
  position: relative;
  z-index: 4;
  display: block;
  width: 560px;
  max-width: none;
  margin-left: -170px;
  margin-top: 20px;
  margin-bottom: -40px;
}


/* =========================================================
   ANIMACIÓN
========================================================= */

.sobre-reveal-item {
  will-change: transform, opacity;
}

.sobre-brush-path {
  will-change: stroke-dashoffset;
}


/* =========================================================
   INFORME DEL CONSEJO DE ADMINISTRACIÓN
========================================================= */

.page-consejo {
  padding-top: var(--header-height);
  background: var(--white);
  overflow: hidden;
}

.page-consejo p {
  color: var(--gray);
  font-size: 15px;
  line-height: 19px;
  font-weight: 400;
  margin: 0 0 14px;
}

.page-consejo strong {
  font-weight: 900;
}

.page-consejo em {
  font-style: italic;
}

.page-consejo .pink {
  color: var(--magenta);
}


/* =========================================================
   HERO
========================================================= */

.consejo-hero {
  position: relative;
  min-height: calc(100vh - var(--header-height));
  padding: 34px 0 40px;
  background: var(--white);
}

.consejo-hero-container {
  position: relative;
  min-height: calc(100vh - var(--header-height) - 74px);
}

.consejo-hero-visual {
  position: relative;
  z-index: 1;
  width: 817px;
  max-width: 72%;
  margin-left: auto;
}

.consejo-hero-image-wrap {
  position: relative;
  width: 100%;
  overflow: visible;
}

.consejo-hero-img {
  width: 100%;
  display: block;
  border-top-right-radius: 140px;
  border-bottom-left-radius: 140px;
}

.consejo-hero-brush {
  position: absolute;
  width: 930px;
  height: 410px;
  left: -85px;
  top: 88px;
  z-index: 2;
  pointer-events: none;
}

.consejo-hero-brush-svg {
  width: 930px;
  height: 410px;
  display: block;
  overflow: visible;
}

.consejo-hero-overlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
  width: 100%;
  pointer-events: none;
}

.consejo-hero-title {
  position: absolute;
  top: 200px;
  left: 0;
  z-index: 10;
  width: 420px;
}

.consejo-hero-title h1 {
  margin: 0;
  color: var(--magenta);
  font-family: bebas-neue, sans-serif;
  font-size: 50px;
  line-height: .9;
  letter-spacing: -0.02em;
  font-weight: 400;
  text-transform: uppercase;
}

.consejo-hero-title h1 span {
  display: block;
  font-size: 108px;
  line-height: .82;
  white-space: nowrap;
}

.consejo-arrow {
  position: absolute;
  z-index: 8;
  left: 50%;
  bottom: 42px;
  width: 27px;
  height: 55px;
  border: 2px solid var(--black);
  border-radius: 18px;
  transform: translateX(-50%);
}

.consejo-arrow div {
  width: 5px;
  height: 9px;
  margin: 8px auto 0;
  border-radius: 6px;
  background: var(--black);
}


/* =========================================================
   SECTIONS
========================================================= */

.consejo-section {
  /*padding: 56px 0 0;*/
  background: var(--white);
}

.consejo-section-last {
  padding-bottom: 95px;
}

.consejo-grid {
  display: grid;
  grid-template-columns: 37% 60%;
  justify-content: space-between;
  align-items: start;
  gap: 3%;
}

.consejo-left,
.consejo-right {
  min-width: 0;
}

.consejo-copy {
  font-size: 15px;
  line-height: 19px;
}

.consejo-section-title {
  margin: 0 0 60px;
  color: var(--orange);
  font-family: bebas-neue, sans-serif;
  font-size: 50px;
  line-height: 1;
  font-weight: 400;
  letter-spacing: -0.02em;
  text-transform: uppercase;
}

.consejo-kicker {
  color: var(--magenta) !important;
  font-size: 24px !important;
  line-height: 28px !important;
  font-weight: 900 !important;
  letter-spacing: -0.02em;
  margin: 0 0 18px !important;
}

.consejo-highlight {
  color: var(--orange) !important;
  font-size: 24px !important;
  line-height: 28px !important;
  font-weight: 700 !important;
  letter-spacing: -0.02em;
  margin: 16px 0 18px !important;
}

.consejo-side-copy {
  margin-bottom: 0 !important;
}


/* =========================================================
   SIDE VISUAL CARDS
   Foto como background + muesca SVG real encima
========================================================= */

.consejo-bounce-card {
  position: relative;
  width: 100%;
  height: 560px;
  margin: 18px 0 18px;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  overflow: hidden;
}

/* SVG real de muesca: down.svg / up.svg */
.consejo-notch-img {
  position: absolute;
  z-index: 4;
  left: -2px;
  width: calc(100% + 4px);
  max-width: none;
  height: auto;
  display: block;
  pointer-events: none;
  user-select: none;
}

/* Muesca inferior */
.consejo-notch-down-img {
  bottom: -1px;
}

/* Muesca superior */
.consejo-notch-up-img {
  top: -1px;
}

/* Fondos laterales, usando los mismos nombres del archivo anterior */
.consejo-bg-16-02 {
  background-image: url("../img/16-02.jpg");
  background-position: center top;
  background-size: cover;
}

.consejo-bg-18 {
  background-image: url("../img/18.jpg");
  background-position: center top;
  background-size: cover;
}

.consejo-bg-21 {
  background-image: url("../img/21.jpg");
  background-position: center top;
  background-size: cover;
}

.consejo-bg-23 {
  background-image: url("../img/23.jpg");
  background-position: center top;
  background-size: cover;
}

.consejo-express-card {
  position: relative;
  margin-top: 7px;
}

.consejo-circle-img {
  position: absolute;
  z-index: 5;
  top: -120px;
  left: 40px;
  width: 240px;
  height: 240px;
  border-radius: 50%;
  box-shadow: 4px 4px 20px rgba(0, 0, 0, 0.5);
  object-fit: cover;
}

.consejo-number {
  margin-top: 30px;
}

.consejo-number strong {
  display: block;
  color: var(--green);
  font-family: ronnia, sans-serif;
  font-size: 80px;
  line-height: .75;
  font-weight: 900;
}

.consejo-number p {
  margin: 12px 0 0;
  color: var(--purple);
  font-size: 25px;
  line-height: 31px;
  font-weight: 700;
}

.consejo-final-img {
  width: 100%;
  display: block;
  margin-top: 7px;
  border-bottom-right-radius: 60px;
}


/* =========================================================
   IMAGE TRANSITIONS
========================================================= */

.consejo-image-container {
  position: relative;
  width: 100%;
  height: 600px;
  margin: 60px 0;
  overflow: hidden;
}

.consejo-fade-img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
	object-position: center 35%;
}

.consejo-img-current {
  z-index: 1;
}

.consejo-img-next {
  z-index: 2;
}


/* =========================================================
   SIGNATURE
========================================================= */

.consejo-signature {
  margin-top: 35px;
}

.consejo-signature p {
  margin: 0 0 35px;
}

.consejo-signature strong {
  display: block;
  color: var(--orange);
  font-size: 15px;
  line-height: 19px;
}

.consejo-signature span,
.consejo-signature small {
  display: block;
  color: var(--gray);
  font-size: 15px;
  line-height: 19px;
}

/* =========================================================
   CONSEJO | TEXTO CORRIDO PRINCIPAL
   No afecta highlights ni textos laterales de imágenes
========================================================= */

.consejo-copy > p:not(.consejo-highlight):not(.consejo-kicker) {
  font-size: 17px;
  line-height: 29px;
  margin-bottom: 18px;
}


/* =========================================================
   ANIMATION
========================================================= */

.consejo-reveal-item {
  will-change: transform, opacity;
}

.consejo-brush-path {
  will-change: stroke-dashoffset;
}


/* =========================================================
   LA HUELLA / INTRODUCCIÓN
========================================================= */

.page-huella {
  padding-top: var(--header-height);
  background: var(--white);
  overflow: hidden;
}

.page-huella p {
  color: var(--gray);
  font-size: 15px;
  line-height: 19px;
  font-weight: 400;
  margin: 0 0 16px;
}

.page-huella strong {
  font-weight: 900;
}

.page-huella .pink {
  color: var(--magenta) !important;
}

.page-huella a {
  color: var(--magenta);
  font-weight: 900;
}


/* =========================================================
   HERO
========================================================= */

.huella-hero {
  position: relative;
  min-height: calc(100vh - var(--header-height));
  padding: 34px 0 40px;
  background: var(--white);
}

.huella-hero-container {
  position: relative;
  min-height: calc(100vh - var(--header-height) - 74px);
}

.huella-hero-visual {
  position: relative;
  z-index: 1;
  width: 817px;
  max-width: 72%;
  margin-left: auto;
}

.huella-hero-image-wrap {
  position: relative;
  width: 100%;
  overflow: visible;
}

.huella-hero-img {
  width: 100%;
  display: block;
  border-top-left-radius: 120px;
  border-bottom-right-radius: 120px;
}

.huella-hero-brush {
  position: absolute;
  z-index: 2;
  width: 965px;
  height: 381px;
  left: -160px;
  top: 230px;
  pointer-events: none;
}

.huella-hero-brush-svg {
  width: 965px;
  height: 381px;
  display: block;
  overflow: visible;
}

.huella-hero-overlay {
  position: absolute;
  inset: 0;
  z-index: 3;
  width: 100%;
  pointer-events: none;
}

.huella-hero-title {
  position: absolute;
  z-index: 5;
  left: 0;
  top: 220px;
  width: 420px;
}

.huella-hero-title h1 {
  margin: 0;
  color: var(--magenta);
  font-family: bebas-neue, sans-serif;
  font-weight: 400;
  font-size: 50px;
  line-height: .9;
  letter-spacing: -0.025em;
  text-transform: uppercase;
}

.huella-hero-title h1 span {
  display: block;
  margin-bottom: -4px;
  font-size: 50px;
  line-height: .86;
  white-space: nowrap;
}

.huella-hero-title h1 span strong {
  font-size: 108px;
  font-weight: 400;
}

.huella-arrow {
  position: absolute;
  z-index: 8;
  left: 50%;
  bottom: 42px;
  width: 27px;
  height: 55px;
  border: 2px solid var(--black);
  border-radius: 18px;
  transform: translateX(-50%);
}

.huella-arrow div {
  width: 5px;
  height: 9px;
  margin: 8px auto 0;
  border-radius: 6px;
  background: var(--black);
}


/* =========================================================
   INTRODUCCIÓN / MODELO ASG
========================================================= */

.huella-intro {
  padding: 86px 0 100px;
  background: var(--white);
}

.huella-intro-grid {
  display: grid;
  grid-template-columns: 42% 53%;
  gap: 5%;
  align-items: start;
}

.huella-model-column {
  min-width: 0;
}

.huella-model-title {
  margin: 0 0 40px !important;
  color: var(--magenta) !important;
  text-align: center;
}

.huella-copy {
  min-width: 0;
}

.huella-copy p {
  font-size: 15px;
  line-height: 19px;
  margin-bottom: 16px;
}


/* =========================================================
   ZOOM MODELO ASG
   Basado en lógica original con GSAP Flip
========================================================= */

.img-zoom-wrapper {
  position: relative;
  z-index: 20;
  width: 100%;
}

.zoom-content {
  position: relative;
  width: 100%;
}

.img-display {
  width: 100%;
  display: block;
  transform-origin: center center;
}

.btn-trigger-zoom {
  position: absolute;
  z-index: 30;
  top: 14px;
  right: 14px;
  width: 54px;
  height: 54px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: var(--magenta);
  color: var(--white);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  box-shadow: 0 14px 34px rgba(35,31,32,.24);
  transition: background .25s ease, transform .25s ease;
}

.btn-trigger-zoom:hover {
  background: var(--orange);
  transform: scale(1.04);
}

.btn-trigger-zoom svg {
  width: 28px;
  height: 28px;
  display: block;
}

.icon-zoom-close {
  display: none !important;
}

.img-zoom-wrapper.is-zoomed {
  position: fixed !important;
  inset: 0 !important;
  z-index: 30000 !important;
  width: 100vw;
  height: 100vh;
  margin: 0;
  padding: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255,255,255,.72);
  backdrop-filter: blur(5px);
}

.img-zoom-wrapper.is-zoomed .zoom-content {
  width: min(92vw, 1120px);
  max-height: 90vh;
}

.img-zoom-wrapper.is-zoomed .img-display {
  width: 100%;
  max-height: 84vh;
  object-fit: contain;
}

.img-zoom-wrapper.is-zoomed .btn-trigger-zoom {
  position: fixed;
  top: 28px;
  right: 28px;
}

.img-zoom-wrapper.is-zoomed .icon-zoom-open {
  display: none !important;
}

.img-zoom-wrapper.is-zoomed .icon-zoom-close {
  display: block !important;
}

/* =========================================================
   CALLOUT SOSTENIBILIDAD
========================================================= */

.huella-callout {
  position: relative;
  display: grid;
  grid-template-columns: 40% 60%;
  align-items: center;
  margin: 60px 0 0;
  padding: 30px;
  background: var(--pink-light);
  border-top-left-radius: 72px;
  border-bottom-right-radius: 72px;
  overflow: hidden;
}

.huella-callout-img-wrap {
  text-align: center;
}

.huella-callout-img {
  width: 100%;
  max-width: 300px;
  display: inline-block;
}

.huella-callout-copy {
  text-align: right;
}

.huella-callout-copy p {
  color: var(--gray);
  font-size: 17px;
  line-height: 32px;
  margin-bottom: 40px;
}

.huella-callout-copy a {
  display: inline-block;
  color: var(--magenta);
  font-size: 15px;
  line-height: 19px;
  font-weight: 900;
  border-bottom: 1px solid currentColor;
}


/* =========================================================
   HUELLA | ESTRATEGIA DE SOSTENIBILIDAD
========================================================= */

.huella-sostenibilidad {
  padding: 0 0 90px;
  background: var(--white);
}

.huella-section-title {
  margin: 0 0 20px;
  color: var(--orange);
  font-family: bebas-neue, sans-serif;
  font-size: 50px;
  line-height: 1;
  font-weight: 400;
  letter-spacing: -0.02em;
  text-transform: uppercase;
}

.huella-materialidad-copy {
  width: 60%;
  margin-bottom: 30px;
}

.huella-materialidad-copy p {
  font-size: 15px;
  line-height: 19px;
  margin-bottom: 16px;
}

.huella-materialidad-table-wrap {
  width: 100%;
  overflow-x: auto;
  margin-bottom: 40px;
}

.tabla-materialidad {
  width: 100%;
  min-width: 980px;
  border-collapse: collapse;
  border-spacing: 0;
  font-size: 12px;
  line-height: 15px;
  color: var(--gray);
}

.tabla-materialidad th {
  padding: 8px 6px;
  color: var(--magenta);
  font-weight: 900;
  text-align: left;
  border-bottom: 2px solid var(--magenta);
}

.tabla-materialidad td {
  padding: 7px 6px;
  vertical-align: middle;
  border-bottom: 1px solid rgba(88,89,91,.24);
}

.tabla-materialidad td:first-child {
  color: var(--orange);
  font-weight: 900;
}

.tabla-materialidad .separador {
  width: 18px;
  border-bottom: none;
}

.mf,
.mi {
  display: flex;
  align-items: center;
  gap: 5px;
}

.mf {
  justify-content: flex-end;
}

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

.mf p,
.mi p {
  margin: 0;
  font-size: 11px;
  line-height: 13px;
  font-weight: 700;
  color: var(--purple);
}

.mf div,
.mi div {
  height: 10px;
  background: var(--green);
}

.mi div {
  background: var(--orange);
}

.huella-table-note-row td {
  border-bottom: none;
  padding-top: 12px;
}

.huella-table-note {
  display: block;
  color: var(--gray);
  font-size: 11px;
  line-height: 14px;
  font-weight: 700;
}

.huella-note-left {
  text-align: right;
}

.huella-note-right {
  text-align: left;
}

.flex-temas {
  display: grid;
  grid-template-columns: 60% 35%;
  gap: 5%;
  align-items: center;
  margin-top: 38px;
}

.flex-temas object {
  width: 100%;
  display: block;
}

.flex-temas p {
  margin: 0 0 12px;
  color: var(--magenta);
  font-weight: 900;
}

.flex-temas ol {
  margin: 0;
  padding-left: 24px;
  color: var(--orange);
  font-weight: 900;
}

.flex-temas li {
  margin-bottom: 6px;
}

.flex-temas li span {
  color: var(--gray);
  font-weight: 400;
}


/* =========================================================
   ANIMATION
========================================================= */

.huella-reveal-item {
  will-change: transform, opacity;
}

.huella-brush-path {
  will-change: stroke-dashoffset;
}



/* =========================================================
   AMBIENTAL
========================================================= */

.page-ambiental {
  padding-top: var(--header-height);
  background: var(--white);
  overflow: hidden;
}

.page-ambiental p {
  color: var(--gray);
  font-size: 15px;
  line-height: 19px;
  font-weight: 400;
  margin: 0 0 16px;
}

.page-ambiental strong {
  font-weight: 900;
}

.page-ambiental .m0 {
  margin-bottom: 0 !important;
}


/* =========================================================
   HERO
========================================================= */

.ambiental-hero {
  padding: 70px 0 40px;
  background: var(--white);
}

.ambiental-hero-grid {
  display: grid;
  grid-template-columns: 37% 63%;
  align-items: stretch;
}

.ambiental-hero-card {
  position: relative;
  z-index: 5;
  min-height: 470px;
  padding: 30px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background: var(--purple);
  color: var(--white);
  border-top-left-radius: 40px;
}

.ambiental-hero-card h1 {
  margin: 0;
  color: var(--green);
  font-family: bebas-neue, sans-serif;
  font-size: 50px;
  line-height: 1;
  font-weight: 400;
  text-transform: uppercase;
}

.ambiental-hero-data {
  position: relative;
  z-index: 2;
}

.ambiental-number {
  margin: 0 0 30px !important;
  color: var(--green) !important;
  font-family: ronnia, sans-serif;
  font-size: 80px !important;
  line-height: .9 !important;
  letter-spacing: -2.5px;
  font-weight: 900;
  white-space: nowrap;
}

.ambiental-number strong {
  color: var(--green);
  font-family: gotham, sans-serif;
  font-size: 28px;
  line-height: 1;
  font-weight: 700;
  letter-spacing: normal;
}

.ambiental-number sub {
  font-size: 55%;
  line-height: 0;
}

.ambiental-hero-highlight {
  margin: 0 !important;
  color: var(--white) !important;
  font-size: 23px !important;
  line-height: 29px !important;
}

.ambiental-hero-visual {
  position: relative;
  min-width: 0;
}

.ambiental-hero-image-wrap {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: visible;
}

.ambiental-hero-img {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  min-height: 470px;
  display: block;
  object-fit: cover;
  border-top-right-radius: 40px;
}

.ambiental-hero-brush {
  position: absolute;
  z-index: 2;
  width: 825px;
  height: 404px;
  left: -20px;
  top: -55px;
  pointer-events: none;
}

.ambiental-hero-brush-svg {
  width: 825px;
  height: 404px;
  display: block;
  overflow: visible;
}

.ambiental-hero-overlay {
  position: absolute;
  inset: 0;
  z-index: 3;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-top-right-radius: 40px;
  pointer-events: none;
}


/* =========================================================
   CONTENT
========================================================= */

.ambiental-content {
  padding: 20px 0 95px;
  background: var(--white);
}

.ambiental-grid {
  display: grid;
  grid-template-columns: 37% 60%;
  gap: 3%;
  align-items: start;
}

.ambiental-left,
.ambiental-right {
  min-width: 0;
}

.ambiental-copy p {
  font-size: 15px;
  line-height: 19px;
}

.ambiental-feature {
  color: var(--green) !important;
  font-size: 24px !important;
  line-height: 29px !important;
  font-weight: 900 !important;
  margin: 0 0 22px !important;
}

.ambiental-text-group p {
  font-size: 17px;
  line-height: 29px;
  margin-bottom: 18px;
}


/* =========================================================
   LEFT CARD / RECICLAJE
========================================================= */

.ambiental-bounce-card {
  position: relative;
}

.ambiental-bounce-img {
  position: relative;
  width: 100%;
  height: 560px;
  display: block;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  border-top-left-radius: 60px;
  overflow: hidden;
}

.ambiental-notch-img {
  position: absolute;
  z-index: 3;
  left: -4px;
  bottom: -1px;
  width: calc(100% + 8px);
  max-width: none;
  height: auto;
  display: block;
  pointer-events: none;
  user-select: none;
}

.ambiental-recycle-box {
  padding: 40px;
  text-align: justify;
  border: 1.5px solid var(--green);
  border-top: none;
  border-bottom-right-radius: 60px;
}

.ambiental-subtitle {
  margin: 0 0 8px !important;
  color: var(--green) !important;
  font-size: 15px !important;
  line-height: 19px !important;
  font-weight: 900 !important;
}



/* =========================================================
   IMAGE FINAL / DOS FOTOS FIJAS
========================================================= */


.ambiental-image-container {
  display: grid;
  grid-template-columns: 37% 60%;
  gap: 2%;
  width: 100%;
  margin: 30px 0 0;
}

.ambiental-image-container-last {
  margin-bottom: 0px;
}

.ambiental-side-img {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.ambiental-side-img-square {
  aspect-ratio: 1 / 1;
}

.ambiental-side-img-wide {
  aspect-ratio: 1.62 / 1;
}

.ambiental-side-img img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
	object-position: center 70%;
}


/* =========================================================
   ANIMATION
========================================================= */

.ambiental-reveal-item {
  will-change: transform, opacity;
}

.ambiental-brush-path {
  will-change: stroke-dashoffset;
}



/* =========================================================
   SOCIAL
========================================================= */

.page-social {
  padding-top: var(--header-height);
  background: var(--white);
  overflow: hidden;
}

.page-social p {
  color: var(--gray);
  font-size: 15px;
  line-height: 19px;
  font-weight: 400;
  margin: 0 0 16px;
}

.page-social strong {
  font-weight: 900;
}

.page-social .m0 {
  margin-bottom: 0 !important;
}


/* =========================================================
   HERO
========================================================= */

.social-hero {
  padding: 70px 0 40px;
  background: var(--white);
}

.social-hero-grid {
  display: grid;
  grid-template-columns: 37% 63%;
  align-items: stretch;
}

.social-hero-card {
  position: relative;
  z-index: 5;
  min-height: 470px;
  padding: 30px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background: #f293aa;
  color: var(--white);
  border-top-left-radius: 40px;
}

.social-hero-card h1 {
  margin: 0;
  color: var(--magenta);
  font-family: bebas-neue, sans-serif;
  font-size: 50px;
  line-height: 1;
  font-weight: 400;
  text-transform: uppercase;
}

.social-hero-data {
  position: relative;
  z-index: 2;
}

.social-number {
  margin: 0 0 30px !important;
	
	display: flex;
  align-items: flex-end;
  flex-wrap: wrap;
  gap: 4px;
	
  color: var(--magenta) !important;
  font-family: ronnia, sans-serif;
  font-size: 80px !important;
  line-height: .9 !important;
  letter-spacing: -2.5px;
  font-weight: 900;
  white-space: nowrap;

}

.social-number strong {
  color: var(--magenta);
  font-family: gotham, sans-serif;
  font-size: 28px;
  line-height: 1;
  font-weight: 700;
  letter-spacing: normal;
}

.social-number-label {
  display: inline-block;

  margin-left: 10px;

  color: #8f1e5f;

  font-family: gotham, sans-serif;
  font-size: 24px;
  line-height: 1;

  font-weight: 700;
  letter-spacing: -.2px;

  vertical-align: middle;
}

.social-hero-highlight {
  margin: 0 !important;
  color: var(--white) !important;
  font-size: 23px !important;
  line-height: 29px !important;
}


/* =========================================================
   HERO VISUAL / BROCHAZO
========================================================= */

.social-hero-visual {
  position: relative;
  min-width: 0;
}

.social-hero-image-wrap {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: visible;
}

.social-hero-img {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  min-height: 470px;
  display: block;
  object-fit: cover;
  border-top-right-radius: 40px;
}

.social-hero-brush {
  position: absolute;
  z-index: 2;

  width: 800px;
  height: 517px;

  left: 0px;
  top: -20px;

  pointer-events: none;
}

.social-hero-brush-svg {
  width: 880px;
  height: 517px;
  display: block;
  overflow: visible;
}

.social-hero-overlay {
  position: absolute;
  inset: 0;
  z-index: 3;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-top-right-radius: 40px;
  pointer-events: none;
}


/* =========================================================
   CONTENT
========================================================= */

.social-content {
  padding: 20px 0 95px;
  background: var(--white);
}

.social-grid {
  display: grid;
  grid-template-columns: 37% 60%;
  gap: 3%;
  align-items: start;
}

.social-left,
.social-right {
  min-width: 0;
}

.social-copy p {
  font-size: 15px;
  line-height: 19px;
}

.social-feature {
  color: var(--magenta) !important;
  font-size: 24px !important;
  line-height: 29px !important;
  font-weight: 900 !important;
  margin: 0 0 22px !important;
}

.social-text-group p {
  font-size: 17px;
  line-height: 29px;
  margin-bottom: 18px;
}


/* =========================================================
   LEFT CARD
========================================================= */

.social-bounce-card {
  position: relative;
}

.social-bounce-img {
  position: relative;
  width: 100%;
  height: 560px;
  display: block;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  border-top-left-radius: 60px;
  overflow: hidden;
}

.social-notch-img {
  position: absolute;
  z-index: 3;
  left: -4px;
  bottom: -1px;
  width: calc(100% + 8px);
  max-width: none;
  height: auto;
  display: block;
  pointer-events: none;
  user-select: none;
}

.social-outline-box {
  padding: 40px;
  text-align: left;
  border: 1.5px solid #f293aa;
  border-top: none;
  border-bottom-right-radius: 60px;
	margin-bottom: 30px;
}

.social-subtitle {
  margin: 0 0 8px !important;
  color: var(--magenta) !important;
  font-size: 15px !important;
  line-height: 19px !important;
  font-weight: 900 !important;
}


/* =========================================================
   STAT CARD
========================================================= */

.social-stat-card {
  display: grid;
  grid-template-columns:1fr;
  gap: 36px;
  align-items: end;
  margin-top: 0;
}

.social-stat-img img {
  width: 100%;
  display: block;
  border-top-left-radius: 60px;
  border-bottom-right-radius: 60px;
}

.social-stat-copy strong {
  display: block;
  color: #f293aa;
  font-family: ronnia, sans-serif;
  font-size: 80px;
  line-height: .8;
  font-weight: 900;
  letter-spacing: -2.5px;
}

.social-stat-copy p {
  margin: 14px 0 0;
  color: var(--purple);
  font-size: 24px;
  line-height: 29px;
  font-weight: 400;
}


/* =========================================================
   ANIMATION
========================================================= */

.social-reveal-item {
  will-change: transform, opacity;
}

.social-brush-path {
  will-change: stroke-dashoffset;
}



/* =========================================================
   GOBIERNO CORPORATIVO
========================================================= */

.page-gobierno {
  padding-top: var(--header-height);
  background: var(--white);
  overflow: hidden;
}

.page-gobierno p {
  color: var(--gray);
  font-size: 15px;
  line-height: 19px;
  font-weight: 400;
  margin: 0 0 16px;
}

.page-gobierno strong {
  font-weight: 900;
}

.page-gobierno .m0 {
  margin-bottom: 0 !important;
}

.page-gobierno .orange {
  color: var(--orange) !important;
}


/* HERO */

.gobierno-hero {
  padding: 70px 0 40px;
  background: var(--white);
}

.gobierno-hero-grid {
  display: grid;
  grid-template-columns: 37% 63%;
  align-items: stretch;
}

.gobierno-hero-card {
  position: relative;
  z-index: 5;
  min-height: 470px;
  padding: 30px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background: var(--orange);
  color: var(--white);
  border-top-left-radius: 40px;
}

.gobierno-hero-card h1 {
  margin: 0;
  color: var(--purple);
  font-family: bebas-neue, sans-serif;
  font-size: 50px;
  line-height: 1;
  font-weight: 400;
  text-transform: uppercase;
}

.gobierno-hero-data {
  position: relative;
  z-index: 2;
}

.gobierno-number {
  margin: 0 0 22px !important;
  display: flex;
  align-items: flex-end;
  flex-wrap: wrap;
  gap: 4px;
  color: var(--purple) !important;
  font-family: ronnia, sans-serif;
  font-size: 80px !important;
  line-height: .9 !important;
  letter-spacing: -2.5px;
  font-weight: 900;
  white-space: nowrap;
}

.gobierno-number strong {
  color: var(--purple);
  font-family: gotham, sans-serif;
  font-size: 28px;
  line-height: 1;
  font-weight: 700;
  letter-spacing: normal;
}

.gobierno-number-label {
  display: inline-block;
  margin-left: 8px;
  color: var(--purple);
  font-family: gotham, sans-serif;
  font-size: 24px;
  line-height: 1;
  font-weight: 700;
  letter-spacing: -.2px;
}

.gobierno-hero-highlight {
  margin: 0 !important;
  color: var(--white) !important;
  font-size: 23px !important;
  line-height: 29px !important;
}

.gobierno-hero-visual {
  position: relative;
  min-width: 0;
}

.gobierno-hero-image-wrap {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: visible;
}

.gobierno-hero-img {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  min-height: 470px;
  display: block;
  object-fit: cover;
  border-top-right-radius: 40px;
}

.gobierno-hero-brush {
  position: absolute;
  z-index: 2;
  width: 760px;
  height: 349px;
  left: -40px;
  top: 35px;
  pointer-events: none;
}

.gobierno-hero-brush-svg {
  width: 760px;
  height: 349px;
  display: block;
  overflow: visible;
}

.gobierno-hero-bis {
  position: absolute;
  inset: 0;
  z-index: 3;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-top-right-radius: 40px;
  pointer-events: none;
}


/* CONTENT */

.gobierno-content {
  padding: 0px 0 16px;
  background: var(--white);
}

.gobierno-content-04 {
  padding-bottom: 95px;
}

.gobierno-grid {
  display: grid;
  grid-template-columns: 37% 60%;
  gap: 3%;
  align-items: start;
}

.gobierno-left,
.gobierno-right {
  min-width: 0;
}

.gobierno-copy p,
.gobierno-text-group p {
  font-size: 16px;
  line-height: 25px;
  margin-bottom: 16px;
}

.gobierno-feature {
  color: var(--orange) !important;
  font-size: 24px !important;
  line-height: 29px !important;
  font-weight: 900 !important;
  margin: 0 0 22px !important;
}


/* LEFT CARD */

.gobierno-bounce-card {
  position: relative;
  margin-bottom: 32px;
}

.gobierno-bounce-img,
.gobierno-financial-img {
  position: relative;
  width: 100%;
  display: block;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  border-top-left-radius: 60px;
  overflow: hidden;
}

.gobierno-bounce-img {
  height: 560px;
}

.gobierno-financial-img {
  height: 380px;
}

.gobierno-notch-img {
  position: absolute;
  z-index: 3;
  left: -4px;
  bottom: -1px;
  width: calc(100% + 8px);
  max-width: none;
  height: auto;
  display: block;
  pointer-events: none;
  user-select: none;
}

.gobierno-outline-box {
  padding: 40px;
  border: 1.5px solid var(--orange);
  border-top: none;
  border-bottom-right-radius: 60px;
}

.gobierno-subtitle {
  margin: 0 0 8px !important;
  color: var(--orange) !important;
  font-size: 20px !important;
  line-height: 24px !important;
  font-weight: 900 !important;
}

.gobierno-pillars-title {
  color: var(--magenta) !important;
  font-size: 15px !important;
  line-height: 19px !important;
  font-weight: 900 !important;
  text-transform: uppercase;
  margin: 12px 0 12px !important;
}

.gobierno-list {
  margin: 0;
  padding-left: 18px;
  color: var(--gray);
  font-size: 15px;
  line-height: 20px;
}

.gobierno-list li {
  margin-bottom: 5px;
}

.gobierno-list li::marker {
  color: var(--orange);
}


/* 50% CARD */

.gobierno-stat-card {
  display: grid;
  grid-template-columns: 42% 1fr;
  gap: 30px;
  align-items: end;
  margin: 34px 0 0;
}

.gobierno-stat-img img {
  width: 100%;
  display: block;
  border-top-left-radius: 60px;
}

.gobierno-stat-copy strong {
  display: block;
  color: var(--orange);
  font-family: ronnia, sans-serif;
  font-size: 80px;
  line-height: .8;
  font-weight: 900;
  letter-spacing: -2.5px;
}

.gobierno-stat-copy strong span {
  font-family: gotham, sans-serif;
  font-size: 28px;
  letter-spacing: normal;
}

.gobierno-stat-copy p {
  margin: 14px 0 0;
  color: var(--purple);
  font-size: 24px;
  line-height: 29px;
  font-weight: 400;
}


/* PHOTOS */

.gobierno-photo-card {
  margin: 0 0 28px;
}

.gobierno-photo-card img {
  width: 100%;
  display: block;
  border-top-left-radius: 60px;
}


/* DATA BOX */

.gobierno-data-box {
  padding: 28px;
  background: var(--pink-light);
  color: var(--gray);
  margin: 20px 0 0;
}

.gobierno-data-box p {
  position: relative;
  padding-left: 18px;
  font-size: 15px;
  line-height: 19px;
  margin-bottom: 16px;
}

.gobierno-data-box p::before {
  content: "•";
  position: absolute;
  left: 0;
  top: 0;
  color: var(--orange);
  font-weight: 900;
}

.gobierno-data-box strong {
  color: var(--magenta);
}


/* FINANCIAL */

.gobierno-financial-card {
  margin: 0 0 34px;
}

.gobierno-financial-card p {
  margin: 18px 0 0;
  color: var(--orange);
  font-size: 24px;
  line-height: 29px;
  font-weight: 900;
}

.gobierno-final-image {
  margin-top: 28px;
}

.gobierno-final-image img {
  width: 100%;
  display: block;
  border-bottom-right-radius: 60px;
}


/* ANIMATION */

.gobierno-reveal-item {
  will-change: transform, opacity;
}

.gobierno-brush-path {
  will-change: stroke-dashoffset;
}
/* =========================================================
   CONSEJO DE ADMINISTRACIÓN
========================================================= */

.page-consejo {
  padding-top: var(--header-height);
  background: var(--white);
  overflow: hidden;
}

.consejo-page-section {
  padding: 70px 0 40px;
  background: var(--white);
}

.consejo-page-section-bottom {
  padding-top: 40px;
  padding-bottom: 95px;
}

.consejo-title {
  margin: 0 0 36px;
  font-family: bebas-neue, sans-serif;
  font-size: 50px;
  line-height: .95;
  font-weight: 400;
  text-transform: uppercase;
}

.consejo-title-magenta {
  color: var(--magenta);
}

.consejo-title-pink {
  color: #ff4f7a;
}

.consejo-title-purple {
  color: var(--purple);
}

.consejo-title-orange {
  color: var(--orange);
}

.consejo-title-block {
  margin-top: 58px;
}


/* ADMIN */

.consejo-admin-layout {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 72px;
  max-width: 760px;
}

.consejo-admin-col {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.consejo-item h2,
.consejo-mini-item h3 {
  margin: 0 0 2px;
  color: var(--magenta);
  font-family: gotham, sans-serif;
  font-size: 15px;
  line-height: 18px;
  font-weight: 700;
  letter-spacing: -0.015em;
  text-shadow: none;
  padding-left: 0;
  white-space: normal;
}

.consejo-item h2 span {
  position: relative;
  top: -5px;
  margin-left: 3px;
  color: var(--purple);
  font-size: 9px;
  line-height: 1;
  font-weight: 400;
}

.consejo-item p,
.consejo-item small,
.consejo-mini-item p,
.consejo-mini-item small {
  display: block;
  margin: 0;
  color: var(--purple);
  font-size: 15px;
  line-height: 18px;
  font-weight: 400;
}

.consejo-secretario h2 {
  color: var(--orange);
}


/* NOTAS */

.consejo-notas h3 {
  margin: 60px 0 8px;
  color: var(--orange);
  font-family: gotham, sans-serif;
  font-size: 12px;
  line-height: 15px;
  font-weight: 700;
  text-transform: uppercase;
}

.consejo-notas-list {
  margin: 0;
  padding-left: 18px;
}

.consejo-notas-list li {
  padding-left: 4px;
  color: var(--purple);
  font-size: 11px;
  line-height: 14px;
  font-weight: 700;
}

.consejo-notas-list li span {
  color: var(--gray);
  font-weight: 400;
}

.consejo-notas-letras {
  margin-top: 2px;
  list-style-type: upper-alpha;
}

.consejo-notas p {
  margin: 4px 0 0;
  color: var(--gray);
  font-size: 11px;
  line-height: 14px;
}


/* BLOQUES DE 3 COLUMNAS */

.consejo-three-cols,
.consejo-honorario-cols,
.consejo-directivos-cols {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 54px;
  max-width: 760px;
}

.consejo-three-cols > div,
.consejo-directivos-cols > div {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.consejo-three-cols .consejo-mini-item h3 {
  color: #ff4f7a;
}

.consejo-directivos-cols .consejo-mini-item h3 {
  color: var(--orange);
}

.consejo-honorario-cols ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.consejo-honorario-cols li {
  margin: 0 0 2px;
  color: var(--purple);
  font-size: 15px;
  line-height: 18px;
  font-weight: 700;
}

.consejo-directivos-foot {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 54px;
  max-width: 760px;
  margin: 40px 0 0;
  color: var(--purple);
  font-size: 12px;
  line-height: 15px;
  text-align: left;
}

p.consejo-directivos-foot {
  margin-top: 40px;
}

.consejo-directivos-foot span {
  grid-column: 3;
}

.consejo-reveal-item {
  will-change: transform, opacity;
}

/* =========================================================
   ESTADOS FINANCIEROS
========================================================= */

.page-financieros {
  padding-top: var(--header-height);
  background: var(--white);
  overflow: hidden;
}

/* HERO FINANCIEROS */

.financieros-hero {
  padding: 30px 0 40px;
  background: var(--white);
}

.financieros-hero-card {
  display: grid;
  grid-template-columns: 45% 55%;
  align-items: stretch;
  height: 500px;
}

.financieros-hero-title {
  position: relative;
  z-index: 2;
  padding: 34px 30px 42px;
  display: flex;
  align-items: flex-end;
  background: #eeeff4;
  border-top-left-radius: 40px;
}

.financieros-hero-title h1 {
  margin: 0;
  color: var(--magenta);
  font-family: bebas-neue, sans-serif;
  font-weight: 400;
  text-transform: uppercase;
}

.financieros-title-small {
  display: block;
  font-size: 50px;
  line-height: .95;
  letter-spacing: -0.025em;
}

.financieros-title-big {
  display: block;
  font-size: 88px;
  line-height: .82;
  letter-spacing: -0.035em;
}

.financieros-hero-media {
  min-width: 0;
  height: 500px;
}

.financieros-hero-media img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center;
  border-bottom-right-radius: 40px;
}


/* REPORTE */

.financieros-report-section {
  padding: 76px 0 95px;
  background: var(--white);
}

.financieros-report {
  max-width: 820px;
  margin: 0 auto;
}

.financieros-report-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 40px;
  margin-bottom: 48px;
}

.financieros-report-header h2 {
  margin: 0;
  color: var(--orange);
  font-family: bebas-neue, sans-serif;
  font-size: 50px;
  line-height: 1;
  font-weight: 400;
  text-transform: uppercase;
}

.financieros-pwc-logo {
  width: 82px;
  height: auto;
  display: block;
}

.financieros-report p {
  color: var(--gray);
  font-size: 15px;
  line-height: 19px;
  margin: 0 0 16px;
}

.financieros-report ul {
  margin: 0 0 18px;
  padding: 0;
  list-style: none;
}

.financieros-report li {
  position: relative;
  margin-bottom: 10px;
  padding-left: 15px;
}

.financieros-report li::before {
  content: "›";
  position: absolute;
  left: 0;
  top: 0;
  color: var(--orange);
  font-weight: 900;
}

.financieros-report h3 {
  margin: 24px 0 6px;
  padding: 0;
  color: var(--orange);
  font-family: gotham, sans-serif;
  font-size: 15px;
  line-height: 19px;
  font-weight: 900;
  text-shadow: none;
  white-space: normal;
}

.financieros-report h4 {
  margin: 0 0 4px;
  color: var(--magenta);
  font-size: 15px;
  line-height: 19px;
  font-weight: 900;
}

.financieros-report h5 {
  margin: 0 0 14px;
  color: var(--orange);
  font-size: 15px;
  line-height: 19px;
  font-weight: 900;
}

.financieros-to {
  color: var(--magenta) !important;
  font-weight: 900 !important;
}

.financieros-kam {
  margin: 34px 0;
  padding: 30px;
  background: #eeeff4;
  border: 4px solid var(--white);
}

.financieros-signature {
  margin-top: 34px;
}

.financieros-signature p {
  color: var(--purple);
}

.financieros-signature p span{
  font-weight: 600;
	color: var(--magenta);
}
.financieros-signature p .orange {
  color: var(--orange);
}

.financieros-signature strong {
  color: var(--magenta);
  font-weight: 900;
}


/* ANIMATION */

.financieros-reveal-item {
  will-change: transform, opacity;
}

.page-comite {
  padding-top: var(--header-height);
  background: var(--white);
  overflow: hidden;
}

.comite-report {
	max-width: 820px;
  width: 100%;
  margin: 0 auto;
}

.comite-title {
  margin: 0 0 58px;
  color: var(--orange);
  font-family: bebas-neue, sans-serif;
  font-size: 50px;
  line-height: 1;
  font-weight: 400;
  text-transform: uppercase;
}

.comite-report-content {
  width: 100%;
  max-width: 100%;
}

.comite-letter-list {
  margin: 0 0 18px;
  padding: 0;
  list-style: none;
  counter-reset: comiteLetter;
}

.comite-letter-list li {
  position: relative;
  padding-left: 24px;
  margin-bottom: 16px;
  counter-increment: comiteLetter;
}

.comite-letter-list li::before {
  content: counter(comiteLetter, lower-alpha) ")";
  position: absolute;
  left: 0;
  top: 0;
  color: var(--orange);
  font-weight: 900;
}

.comite-letter-list li span {
  display: block;
}

.comite-col {
  min-width: 0;
}

.comite-report p,
.comite-report li {
  color: var(--gray);
  font-size: 15px;
  line-height: 19px;
  margin: 0 0 16px;
}

.comite-report strong {
  font-weight: 600;
}

.comite-to {
  color: var(--magenta) !important;
  font-weight: 600 !important;
}

.comite-report .h3 {
  padding-left: 15px;
  color: var(--magenta) !important;
  font-family: gotham, sans-serif;
  font-weight: 900;
}
.comite-report .h3 li{
	color: var(--magenta) !important;
}
.comite-report .h3 li span{
	color: var(--gray) !important;
	font-weight: 400;
}




/* FIRMAS */

.comite-signature-block {
  margin-top: 72px;
}

.comite-att {
  margin: 0 0 12px !important;
  color: var(--magenta) !important;
  font-weight: 900 !important;
}

.comite-name-main {
  margin: 0 0 28px !important;
  color: var(--orange) !important;
  font-weight: 900 !important;
}

.comite-signature-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 46px;
  align-items: end;
}

.comite-signature-item img {
  width: 100%;
  max-width: 220px;
  height: 70px;
  object-fit: contain;
  object-position: left bottom;
  display: block;
  margin-bottom: 10px;
}

.comite-signature-item p {
  margin: 0 !important;
  color: var(--magenta) !important;
  font-size: 13px !important;
  line-height: 16px !important;
  font-weight: 900 !important;
}


/* ANIMATION */

.comite-reveal-item {
  will-change: transform, opacity;
}

/* =========================================================
   FINANCIAL TABLES / BASE REUTILIZABLE
========================================================= */

.page-fin-table {
  padding-top: var(--header-height);
  background: var(--white);
  overflow: hidden;
}

.fin-table-section {
  padding: 76px 0 95px;
  background: var(--white);
}

.fin-table-report {
  width: 100%;
  max-width: 920px;
  margin: 0 auto;
}

.fin-table-header {
  margin-bottom: 28px;
}

.fin-table-header h1 {
  margin: 0 0 14px;
  color: var(--orange);
  font-family: bebas-neue, sans-serif;
  font-size: 50px;
  line-height: 1;
  font-weight: 400;
  text-transform: uppercase;
}

.fin-table-header p {
  margin: 0 0 3px;
  color: var(--purple);
  font-size: 15px;
  line-height: 19px;
}

.fin-table-wrap {
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  padding-bottom: 8px;
}

.fin-table {
  width: 100%;
  min-width: 860px;
  border-collapse: collapse;
  border-spacing: 0;
  color: var(--purple);
}

.fin-table th,
.fin-table td {
  padding: 2px 6px;
  font-size: 15px;
  line-height: 17px;
  vertical-align: top;
}

.fin-table thead th {
  padding-bottom: 6px;
  color: var(--gray);
  font-weight: 900;
  text-align: right;
  border-bottom: 2px solid var(--orange);
}
.fin-table thead th:nth-child(4) {
 color: var(--magenta);
}

.fin-table thead th:first-child {
  text-align: left;
}

/* Columna concepto */
.fin-table th:first-child,
.fin-table td:first-child {
  width: 53%;
  text-align: left;
}

/* Columna nota */
.fin-table th:nth-child(2),
.fin-table td:nth-child(2) {
  width: 9%;
  text-align: center;
}

/* Signo 2025 */
.fin-table th:nth-child(3),
.fin-table td:nth-child(3) {
  width: 3.5%;
  text-align: center;
}

/* Monto 2025 */
.fin-table th:nth-child(4),
.fin-table td:nth-child(4) {
  width: 15.5%;
  text-align: center;
}

/* Signo 2024 */
.fin-table th:nth-child(5),
.fin-table td:nth-child(5) {
  width: 3.5%;
  text-align: center;
}

/* Monto 2024 */
.fin-table th:nth-child(6),
.fin-table td:nth-child(6) {
  width: 15.5%;
  text-align: center;
}

/* Fondo gris solo en columna 2025 completa: signo + monto */
.fin-table tbody td:nth-child(3),
.fin-table tbody td:nth-child(4) {
  background: #eeeff4;
}

/* Encabezado 2025 centrado sobre signo + monto */
.fin-table thead th:nth-child(3) {
  color: transparent;
}


/* Signos y montos */
.fin-currency {
  color: var(--purple);
  text-align: right !important;
  padding-right: 2px !important;
}

.fin-amount {
  text-align: right !important;
}

/* Jerarquías */
.fin-section-label td {
  padding-top: 8px;
  color: var(--magenta);
  font-weight: 900;
}

.fin-subsection td {
  padding-top: 2px;
  color: var(--orange);
  font-weight: 400;
  text-transform: uppercase;
}

.fin-indent {
  padding-left: 28px !important;
}

.fin-label-magenta td:first-child {
  color: var(--magenta);
	font-weight: 900;
}

.fin-total td {
  border-top: 1px solid rgba(57, 35, 81, .45);
}

.fin-grand-total td {
  border-bottom: 2px solid var(--orange);
}

.fin-spacer td {
  height: 18px;
  padding: 0;
  border: none;
}

.fin-table-note {
  margin: 70px 0 0;
  color: var(--gray);
  font-size: 12px;
  line-height: 15px;
}

/* Hover general para tablas financieras */
.fin-table tbody tr td {
  transition: background-color .28s ease, color .28s ease;
}

.fin-table tbody tr:not(.fin-section-label):not(.fin-subsection):not(.fin-subsection2):not(.fin-spacer):hover td {
  background: rgba(242, 99, 34, .9);
  color: var(--white);
}

.fin-table tbody tr.fin-total:hover td {
  background: rgba(143, 30, 95, .08);
  color: var(--purple);
}

.fin-table tbody tr.fin-total:hover td:first-child {
  color: var(--magenta);
}

/* ANIMATION */
.fin-table-reveal-item {
  will-change: transform, opacity;
}


/* =========================================================
   RESULTADO INTEGRAL
   Solo diferencias necesarias
========================================================= */

.fin-table-resultado th:first-child,
.fin-table-resultado td:first-child {
  width: 54%;
}

.fin-table-resultado th:nth-child(2),
.fin-table-resultado td:nth-child(2) {
  width: 8%;
}

.fin-table-resultado .fin-section-label td {
  padding-top: 14px;
  color: var(--magenta);
  font-weight: 900;
}

.fin-table-resultado .fin-subsection td {
  padding-top: 4px;
  color: var(--orange);
  font-weight: 400;
  text-transform: none;
	padding-left: 30px;
}
.fin-table-resultado .fin-subsection2 td {
  padding-top: 4px;
  color: var(--magenta);
  font-weight: 900 !important;
  text-transform: none;
}

.fin-table-resultado .fin-indent {
  padding-left: 38px !important;
}

.fin-table-resultado .fin-indent-deep {
  padding-left: 56px !important;
}

.fin-table-resultado .fin-total td {
  border-top: 1px solid rgba(57, 35, 81, .55);
}

.fin-table-resultado .fin-spacer td {
  height: 12px;
}

.line1 td {
  border-top: 1px solid rgba(57, 35, 81, .45);
}

/* =========================================================
   CAMBIOS EN CAPITAL CONTABLE
========================================================= */

.fin-table-cambios-report {
  max-width: 1180px;
}

.fin-table-cambios {
  min-width: 1120px;
}

.fin-table-cambios th,
.fin-table-cambios td {
  padding: 2px 5px;
  font-size: 11px;
  line-height: 13px;
}

.fin-table-cambios thead th {
  color: var(--gray) !important;
  font-size: 10px;
  line-height: 11px;
  text-align: center !important;
  vertical-align: bottom;
}

.fin-table-cambios th:first-child,
.fin-table-cambios td:first-child {
  width: 35%;
  text-align: left;
}

.fin-table-cambios th:nth-child(2),
.fin-table-cambios td:nth-child(2) {
  width: 6%;
  text-align: center;
}

.fin-table-cambios th:nth-child(n+3),
.fin-table-cambios td:nth-child(n+3) {
  width: 9.8%;
  text-align: right;
}

.fin-table-cambios thead th:nth-child(3),
.fin-table-cambios thead th:nth-child(4),
.fin-table-cambios tbody td:nth-child(3),
.fin-table-cambios tbody td:nth-child(4) {
  background: transparent;
}

.fin-table-cambios .fin-balance-row td:first-child {
  color: var(--magenta);
  font-weight: 900;
}

.fin-table-cambios .fin-orange-row td {
  color: var(--orange);
}

.fin-table-cambios .fin-total td:first-child {
  color: var(--purple);
  font-weight: 400;
}

.fin-table-cambios .fin-balance-row td {
  border-top: 1px solid var(--gray);
}

.fin-table-cambios .fin-grand-total td {
  border-bottom: 2px solid var(--orange);
}

.fin-table-cambios .fin-indent {
  padding-left: 24px !important;
}

.fin-table-cambios td span {
  float: left;
  color: var(--purple);
}


/* =========================================================
   FOOTER
========================================================= */

.site-footer {
  background: var(--black);
  color: var(--white);
  padding: 70px 0 32px;
}

.footer-layout-v2 {
  display: grid;
  grid-template-columns: 300px 1fr;
  gap: 72px;
  align-items: flex-start;
}

/* =========================================================
   BRAND
========================================================= */

.footer-logo {
  width: 230px;
  margin-bottom: 14px;
}

.footer-brand p {
  color: rgba(255,255,255,.72);
  font-size: 13px;
  letter-spacing: 3px;
  text-transform: uppercase;
  margin-bottom: 28px;
}

/* =========================================================
   ACTIONS
========================================================= */

.footer-actions {
  display: flex;
  flex-direction: column;
  gap: 10px;
  max-width: 260px;
}

.footer-btn {
  min-height: 44px;
  padding: 0 20px;
  border-radius: 14px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--green);
  background: transparent;
  color: var(--green);
  font-weight: 800;
  font-size: 13px;
  line-height: 1;
  transition: all .25s ease;
}

.footer-btn:hover {
  background: var(--green);
  color: var(--black);
}

.footer-lang {
  border-color: var(--pink-light);
  color: var(--pink-light);
}

.footer-lang:hover {
  background: var(--pink-light);
  color: var(--magenta) !important;
}
.footer-download:hover {
  background: var(--green);
  color: var(--white) !important;
}


/* =========================================================
   NAVIGATION
========================================================= */

.footer-nav-v3 {
  display: grid;
  grid-template-columns: 1.35fr 1fr;
  gap: 70px;
}

.site-footer h4 {
  color: var(--green);
  font-size: 16px;
  line-height: 1.25;
  margin-bottom: 18px;
}

.site-footer nav {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.site-footer a {
  color: rgba(255,255,255,.78);
  font-size: 14px;
  line-height: 1.35;
  transition: color .25s ease;
}

.site-footer a:hover {
  color: var(--green);
}

/* =========================================================
   MAIN LINKS
========================================================= */

.footer-main-links nav {
  display: block;
  column-count: 2;
  column-gap: 52px;
}

.footer-main-links nav a {
  display: block;
  margin-bottom: 10px;
  break-inside: avoid;
}

/* =========================================================
   BOTTOM
========================================================= */

.footer-bottom {
  margin-top: 56px;
  padding-top: 24px;
  border-top: 1px solid rgba(255,255,255,.15);
  font-size: 12px;
  color: rgba(255,255,255,.55);
}
/* =========================
   UTILITIES
========================= */
.text-center {
  text-align: center;
}

.m0 {
  margin: 0;
}

.p40 {
  padding: 40px 0;
}

/* =========================================================
   GO TO TOP / SCROLL PROGRESS
========================================================= */

.go-top {
  --progress: 0deg;

  position: fixed;
  right: 28px;
  bottom: 28px;
  z-index: 9999;

  width: 58px;
  height: 58px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: transparent;
  cursor: pointer;

  opacity: 0;
  visibility: hidden;
  transform: translateY(16px);
  transition: opacity .35s ease, visibility .35s ease, transform .35s ease;
}

.go-top.is-visible {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.go-top-progress {
  position: absolute;
  inset: 0;
  border-radius: 50%;
  background:
    conic-gradient(
      var(--green) var(--progress),
      rgba(255,255,255,.28) 0deg
    );
  box-shadow: 0 12px 30px rgba(35,31,32,.22);
}

.go-top-inner {
  position: absolute;
  inset: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: var(--black);
}

.go-top svg {
  width: 26px;
  height: 26px;
  display: block;
  fill: var(--white);
  transition: transform .28s ease;
}

.go-top:hover svg {
  transform: translateY(-3px);
}

.go-top:hover .go-top-inner {
  background: var(--magenta);
}

@media (max-width: 767px) {
  .go-top {
    right: 18px;
    bottom: 18px;
    width: 50px;
    height: 50px;
  }

  .go-top svg {
    width: 23px;
    height: 23px;
  }
}
