/* -------------------------------------------------
   1) TIPOGRAFÍAS
--------------------------------------------------- */
@font-face {
    font-family: 'Passenger Display';
    src: url('../fonts/PassengerDisplay-ExtralightItalic.woff2') format('woff2'),
        url('../fonts/PassengerDisplay-ExtralightItalic.woff') format('woff');
    font-weight: 200;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'DesMontilles';
    src: url('../fonts/DesMontilles-Regular.woff2') format('woff2'),
        url('../fonts/DesMontilles-Regular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Passenger Display';
    src: url('../fonts/PassengerDisplay-Italic.woff2') format('woff2'),
        url('../fonts/PassengerDisplay-Italic.woff') format('woff');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Passenger Display';
    src: url('../fonts/PassengerDisplay-SemiboldItalic.woff2') format('woff2'),
        url('../fonts/PassengerDisplay-SemiboldItalic.woff') format('woff');
    font-weight: 600;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'HelveticaNeueLTPro';
    src: url('../fonts/HelveticaNeueLTPro-Roman.woff2') format('woff2'),
        url('../fonts/HelveticaNeueLTPro-Roman.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto';
    src: url('../fonts/Roboto-Bold.woff2') format('woff2'),
        url('../fonts/Roboto-Bold.woff') format('woff');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'HelveticaNeueLTPro';
    src: url('../fonts/HelveticaNeueLTPro-Md.woff2') format('woff2'),
        url('../fonts/HelveticaNeueLTPro-Md.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'HelveticaNeueLTPro';
    src: url('../fonts/HelveticaNeueLTPro-Th.woff2') format('woff2'),
        url('../fonts/HelveticaNeueLTPro-Th.woff') format('woff');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'HelveticaNeueLTPro';
    src: url('../fonts/HelveticaNeueLTPro-Bd.woff2') format('woff2'),
        url('../fonts/HelveticaNeueLTPro-Bd.woff') format('woff');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'NHaasGroteskTXPro';
    src: url('../fonts/NHaasGroteskTXPro-55Rg.woff2') format('woff2'),
        url('../fonts/NHaasGroteskTXPro-55Rg.woff') format('woff');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'HelveticaNeueLTPro';
    src: url('../fonts/HelveticaNeueLTPro-Lt.woff2') format('woff2'),
        url('../fonts/HelveticaNeueLTPro-Lt.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}


/* -------------------------------------------------
   2) VARIABLES
--------------------------------------------------- */
:root {
  --aluar-blue: #0055b8;
  --aluar-blue-2: #0072ce;
  --aluar-blue-3: #1993E6;
  --aluar-green: #00a651;
  --aluar-green-2: #5FB240;
  --aluar-green-3: #7CC5AC;
  --aluar-soft-gray: #f4f4f4;
  --aluar-dark: #263238;
  --aluar-gray-dark: #3B3836;
  --aluar-gray-light: #A7A9AB;
  --aluar-white: #FFFFFF;
  --aluar-gray: #222;
}


/* -------------------------------------------------
   3) BASE GENERAL
--------------------------------------------------- */
body {
  font-family: 'HelveticaNeueLTPro', 'NHaasGroteskTXPro', system-ui, -apple-system, sans-serif;
  background-color: var(--aluar-white);
  color: var(--aluar-gray);
  font-weight: 300;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    font-weight: 300;
}
h1, .h1 {
  font-size: 3.3rem;
}

strong, b {
  font-weight: 600 !important;
}


/* -------------------------------------------------
   4) UTILIDADES PROPIAS
--------------------------------------------------- */
.btn-pill {
  border-radius: 999px;
  font-size: 1rem;
  line-height: 1.5rem;
  padding-inline: 1rem;
  padding-top: 8px;
}

.btn-pill-2 {
  border-radius: 999px;
  padding-inline: 1rem;
  padding-top: 8px;
}

.mb-6 { margin-bottom: 3rem; }
.mt-6 { margin-top: 3rem; }
.p-4 { padding: 2.3rem !important; }


/* -------------------------------------------------
   5) HEADER & NAVBAR
--------------------------------------------------- */
.brand-logo {
  width: 90px;
  display:block;
}
  .brand-logo-footer {
    width: 120px;
  }

.nav-link {
  font-size: 1rem;
  letter-spacing: .06em;
  color:#fff;
  border-right: solid 1px #fff;
  padding: 0 20px !important;
}

.nav-item:last-child .nav-link {
  border-right: none;
  padding-right: 0 !important;
}

@media (max-width: 991px) {

  .brand-logo-footer {
    width: 90px;
  }
  .navbar-nav .nav-link {
    border-right: none;
    padding-right: 0 !important;
  }
}


/* -------------------------------------------------
   6) SKYBAR
--------------------------------------------------- */
.skybar {
  padding: 1rem 0;
  font-size: 0.8rem;
}

.skybar-link img {
  width: 18px;
  height: 18px;
  display: block;
}

.skybar-link {
  display: inline-flex;
  align-items: center;
}

.skybar-label {
  font-family: 'Passenger Display', serif;
  font-size: 1.5rem;
  color: #fff;
  font-weight: 100;
}


/* -------------------------------------------------
   7) HERO VIDEO + TEXTO
--------------------------------------------------- */
.hero {
  position: relative;
  width: 100%;
  overflow: hidden;
  color: #fff;
  background-color: var(--aluar-blue);
}

.hero-bg {
  width: 100%;
}

.hero-video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-content {
  padding-top: 6rem;
  padding-bottom: 6rem;
  color: #fff;
  z-index: 2;
}

.hero-title {
  font-family: 'HelveticaNeueLTPro', serif;
  font-size: 3.5rem;
  line-height: 1.1;
  font-weight: 300;
}

.hero-subtitle {
  font-size: 3rem;
  font-family: 'HelveticaNeueLTPro', serif;
  font-weight: 300;
  color:var(--aluar-white);
}

.hero-subtitle span {
  font-size: 3rem;
  font-family: 'Passenger Display', serif;
  font-weight: 100;
}


@media (max-width: 991.98px) {
  .hero-title { font-size: 2.2rem; }
  .hero-subtitle,
  .hero-subtitle span { font-size: 1.5rem; }
  .hero-subtitle br {
    display: none;
  }
}


/* -------------------------------------------------
   8) ACERCA DE ALUAR
--------------------------------------------------- */
.acerca-section {
  background-image: url('../img/landing/aluar-landing-bg-acerca-de-aluar.png');
  background-repeat: no-repeat;
  background-position: top center;
  background-size: 100% auto;
}

/* Titular */
.acerca-title {
  font-size: 3rem;
  font-family: 'Passenger Display', serif;
  line-height: 1.1;
  font-weight: 600;
  color:var(--aluar-blue);
}

/* Firma */
.acerca-firma {
  position: relative;
  font-size: 1rem;
  line-height: 1.4;
}

.acerca-firma:before {
  content: "";
  position: absolute;
  top: -20px;
  left: -50px;
  width: 200px;
  height: 60px;
  background-image: url('../img/landing/aluar-bg-sign.svg');
  background-size: contain;
  background-repeat: no-repeat;
  z-index: -1;
}

/* Mobile */
@media (max-width: 767px) {
  .acerca-foto { text-align: center; margin-top: 0; }

  .acerca-title {
    font-size: 1.4rem;
    text-align: left;
  }

  .acerca-title br { display: none; }

  .acerca-firma {
    font-size: 0.9rem;
    text-align: left;
    padding-left: 1rem;
  }

  .acerca-firma:before {
    width: 180px;
    height: 48px;
    top: -23px;
    left: 9px;
    background-image: url('../img/landing/aluar-bg-sign-mobile.svg');
  }
}

/* Tablet */
@media (max-width: 991px) and (min-width: 768px) {
  .acerca-title {
    font-size: 2.3rem;
  }

  .acerca-title br { display: none; }

  .acerca-firma { font-size: 1rem; }
}

/* -------------------------------------------------
   9) TRAYECTORIA — Fondo full width con ratios
--------------------------------------------------- */
.trayectoria-section {
  position: relative;
  width: 100%;
  overflow: hidden;
}

/* MOBILE — ratio 74% */
.trayectoria-bg::before {
  content: "";
  display: block;
  width: 100%;
  padding-top: 74%; /* altura = 74% del ancho */
  background-image: url('../img/landing/aluar-slide-trayectoria-bg.jpg');
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
}

/* DESKTOP — ratio 47.43%, sin crop */
@media (min-width: 992px) {
  .trayectoria-bg::before {
    padding-top: 47.43%;
    background-position: top center;
    background-size: 100% auto; /* ancho 100%, alto proporcional */
  }
}

/* Overlay del contenido */
.trayectoria-content {
  position: absolute;
  inset: 0;
  z-index: 2;
  display: flex;
  align-items: center;
}

.trayectoria-content .container {
  padding-left: 2rem;
  padding-right: 2rem;
}

.trayectoria-content h1 {
  font-size: 3.5rem;
  line-height: .98;
  font-family: 'Passenger Display', serif;
  font-weight: 600;
  text-shadow: 0 2px 6px rgba(0,0,0,0.4);
}

.trayectoria-content p {
  font-size: 2rem;
  line-height: .98;
  font-family: 'Passenger Display', serif;
  font-weight: 600;
  text-shadow: 0 2px 6px rgba(0,0,0,0.4);
}

/* MOBILE ajustes */
@media (max-width: 575.98px) {
  .trayectoria-content h1 {
    font-size: 2.2rem;
    line-height: .9;
    margin-top: 1rem;
  }

  .trayectoria-content p {
    font-size: 1.4rem;
  }
}


/* -------------------------------------------------
   10) PRODUCCIÓN + ESTRATEGIA — TITULARES
--------------------------------------------------- */
.produccion h2,
.estrategia h2 {
  font-size: 3.5rem;
  line-height: .98;
  font-family: 'Passenger Display', serif;
  font-weight: 600;
  color: var(--aluar-blue);
}

/* Mobile */
@media (max-width: 575.98px) {
  .produccion h2,
  .estrategia h2 {
    font-size: 2.2rem !important;
  }
  .produccion h2 br,
  .estrategia h2 br {
    display: none;
  }
  .inline-flex {
    display: flex;
    align-items: baseline;
  }
}

/* -------------------------------------------------
   11) PRODUCCIÓN — NÚMEROS PRINCIPALES
--------------------------------------------------- */
.produccion .stat-number {
  font-size: 4.3rem;
  font-weight: 300;
  line-height: 1;
  color: var(--aluar-blue);
}

/* -------------------------------------------------
   12) PRODUCCIÓN — LABELS
--------------------------------------------------- */
.stat-label {
  font-family: 'DesMontilles', serif;
  font-size: 2.3rem;
  margin-top: -20px;
}

.stat-label-2 {
  border-top: 1px solid var(--aluar-gray-dark);
  border-bottom: 1px solid var(--aluar-gray-dark);
  padding: 7px 0 3px;
  display: inline-block;
}
/* Mobile */
@media (max-width: 575.98px) {

.stat-label {
  font-family: 'DesMontilles', serif;
  font-size: 1.6rem;
}

.stat-label-2 {
  width: 100%;
  text-align: center;
  border-top: 1px solid var(--aluar-blue);
  border-bottom: 1px solid var(--aluar-blue);
}
.stat-label-3 {
  width: 100%;
  text-align: center;
  border-top: 1px solid var(--aluar-blue);
  padding: 7px 0 3px;
}
.stat-label-4 {
  width: 100%;
  text-align: center;
  border-bottom: 1px solid var(--aluar-blue);
  border-top: 1px solid var(--aluar-blue);
  padding: 7px 0 3px;
}
}

/* -------------------------------------------------
   13) PRODUCCIÓN — SEPARADOR (línea horizontal)
--------------------------------------------------- */
.hr {
  border-top: 1px solid var(--aluar-gray-dark);
  margin: 20px 0;
}
/* Mobile */
@media (max-width: 575.98px) {
  .hr {
    border-top: 0px solid var(--aluar-gray-dark);
    margin: 0;
  }
}
.hr-2 {
  border-top: 1px solid var(--aluar-gray-dark);
  margin: 20px 0;
}
/* Mobile */
@media (max-width: 575.98px) {
  .hr-2 {
    border-top: 1px solid var(--aluar-gray-dark);
    margin: 0;
  }
}


/* -------------------------------------------------
   13) UBICACIÓN
--------------------------------------------------- */
  .ubicacion-mobile {
    display: none;
  }
/* Mobile */
@media (max-width: 575.98px) {
  .ubicacion {
    display: none;
  }
  .ubicacion-mobile {
    display: block;
  }
}
/* -------------------------------------------------
   14) ESTRATEGIA — SUBTÍTULO
--------------------------------------------------- */
.estrategia .h4 {
  font-size: 2.25rem;
  line-height: .98;
  font-family: 'Passenger Display', serif;
  font-weight: 600;
  color: var(--aluar-blue);
}

@media (max-width: 767px) {
  .estrategia .h4 {
    font-size: 1.25rem;
  }
}

/* -------------------------------------------------
   15) BTN — Ajustes propios de estas secciones
--------------------------------------------------- */
.produccion .btn-pill,
.estrategia .btn-pill {
  font-size: 1rem;
  letter-spacing: .04em;
  padding-inline: 1.5rem;
  border-radius: 999px;
}
.btn-bg-secondary {
  background-color: #95A5D5;
  border-color: #95A5D5;
  color: #fff !important;
}

.btn-bg-secondary:hover {
  background-color: #95A5D5;
  border-color: #95A5D5;
  color: #fff !important;
}

/* -------------------------------------------------
   16) Ajustes varios de spacing usados en estas secciones
--------------------------------------------------- */
.mb-6 { margin-bottom: 3rem; }
.mt-6 { margin-top: 3rem; }

/* -------------------------------------------------
   17) ODS GRID — 5 columnas en desktop
--------------------------------------------------- */
.ods-grid {
  display: flex;
  flex-wrap: wrap;
}

.ods-grid .ods-col {
  flex: 0 0 20%;
  max-width: 20%;
}

/* Cuadrado perfecto */
.ods-item {
  position: relative;
  width: 100%;
  padding-top: 100%; /* ratio 1:1 */
  border-radius: 0 !important;
  overflow: hidden;
}

/* Imagen centrada */
.ods-item img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  transform: translate(-50%, -50%);
  object-fit: contain;
}

/* TABLET — 3 columnas */
@media (max-width: 991px) {
  .ods-grid .ods-col {
    flex: 0 0 25%;
    max-width: 25%;
  }
}

/* MOBILE — 2 columnas */
@media (max-width: 767px) {
  .ods-grid .ods-col {
    flex: 0 0 25%;
    max-width: 25%;
  }
}
/* Hover moderno para cada ODS */
.ods-item {
  transition: transform .35s ease, box-shadow .35s ease;
}

.ods-item:hover {
  transform: scale(1.08);
  box-shadow: 0 12px 28px rgba(0,0,0,0.15);
  border-radius: 8px;
}

/* -------------------------------------------------
   18) TITULARES AMBIENTAL
--------------------------------------------------- */
.ambiental-title {
  font-family: 'Passenger Display', serif;
  font-style: italic;
  font-size: 3.5rem;
  font-weight: 600;
  color: var(--aluar-green-2);
}

.ambiental-item .border-green {
  border-right: 2px solid var(--aluar-green-2);
}
.align-items-ambiental {
  display: flex;
  flex-direction: column;      /* contenido en columna */
  align-items: center;         /* centra horizontal */
  justify-content: center;     /* centra vertical */
  text-align: center;          /* textos centrados */
  
  height: 100%;                /* importante: ocupa toda la altura del slide o card */
  padding: 20px;               /* opcional */
}
/* Subrayado */
.ambiental-underline {
  position: relative;
  display: inline-block;
  margin: 0 auto;
  width: 100%;
}

.ambiental-underline::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 100%;
  height: 8px;
  background-image: url('../img/landing/aluar-underline-ambiental.svg');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.ambiental .stat-number {
  font-size: 4rem;
  font-weight: 300;
  line-height: 1;
  color: var(--aluar-green-2) !important;
}
.ambiental .slick-next {
    right: -40px;
    background-image: url(../img/landing/aluar-arrow-green-r.svg);
}
.ambiental .slick-prev {
    right: -40px;
    background-image: url(../img/landing/aluar-arrow-green-l.svg);
}
.ambiental {
    background-image: url(../img/landing/aluar-bg-ambiental.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
@media (max-width: 768px) {
.ambiental-title {
  font-size: 2.5rem;
}
.ambiental-underline::after {
    height: 6px;
}
.ambiental-item .border-green {
  border-right: none;
}
.ambiental .slick-next {
    right: -40px;
    background-image: url(../img/landing/aluar-arrow-white-r.svg);
}
.ambiental .slick-prev {
    right: -40px;
    background-image: url(../img/landing/aluar-arrow-white-l.svg);
}
}

/* -------------------------------------------------
   19) AMBIENTAL — 3 ITEMS (567 MW) DESKTOP VIEW
--------------------------------------------------- */
.ambiental h2 {
  font-size: 2.5rem;
  line-height: .98;
  font-family: 'Passenger Display', serif;
  font-weight: 600;
}

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

.ambiental .be-3 {
  border-right: solid 3px var(--aluar-green-2);
}

/* CTA */
.ambiental .btn-pill {
  color: var(--aluar-green-2) !important;
}


/* -------------------------------------------------
   20) AMBIENTAL — GRID DE CARDS (Huella / Gestión / Proyectos)
--------------------------------------------------- */
.esg-card.green {
  border-radius: 0 !important;
  border: none;
  background-color: var(--aluar-green-2);
  color:var(--aluar-white) !important;
}

.esg-card.blue {
  border-radius: 0 !important;
  border: none;
  background-color: var(--aluar-blue-3);
  color:var(--aluar-white) !important;
}

.esg-card h3 {
  font-size: clamp(2rem, 2vw + 0.5rem, 2.4rem);
}

.esg-card .stat-number {
  font-size: 8rem;
  font-weight: 600;
  line-height: 1;
  color:var(--aluar-white) !important;
}
.esg-card .section-label {
  font-size: 1.8rem;
  line-height: .98;
  font-family: 'Passenger Display', serif;
}

@media (max-width: 768px) {
.esg-card .stat-number {
  font-size: 7rem;
}
}
/* -------------------------------------------------
   21) SLIDER AMBIENTAL — CONFIGURACIÓN BASE
--------------------------------------------------- */

/* El contenedor de cada slide */
.ambiental-slide {
  width: 33.333%;
  height: 100%;
  display: flex;
  flex-direction: column;
}

/* El slide grande */
.ambiental-slide-full {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
}

/* Forzar que todos los slides sean de la misma altura */
.ambiental-slider .slick-slide {
  height: 420px !important;    /* ajustar si querés */
  display: flex !important;
  align-items: stretch !important;
}

/* Mobile: altura distinta */
@media (max-width: 768px) {
  .ambiental-slider .slick-slide {
    height: 520px !important;
  }
}

/* Slick track como flex */
.slick-list,
.slick-track {
  display: flex !important;
}
/* Slick track alineado */
.ambiental-cards-slider .slick-track {
  display: flex;
}

/* Cada slide ocupa todo el alto */
.ambiental-cards-slider .slick-slide {
  height: inherit !important;
  display: flex !important;
}

/* Tarjeta dentro del slide */
.ambiental-card {
  width: 100%;
  padding: 0 10px; /* similar a gutter */
}

.ambiental-card .card {
  height: 100%;
  display: flex;
  flex-direction: column;
}
.card-animate {
  transition: transform .3s ease, box-shadow .3s ease;
}

.card-animate:hover {
  transform: translateY(-6px);
  box-shadow: 0 12px 28px rgba(0,0,0,0.18);
}


/* -------------------------------------------------
   22) AMBIENTAL — FULL SLIDE EÓLICA
--------------------------------------------------- */

/* Wrapper general */
.ambiental-eolica-wrapper {
  min-height: 420px;
  background: var(--aluar-green-2);
  border-bottom-left-radius: 40px;
  border-top-right-radius: 40px;
  overflow: hidden;
  color: #fff;
}

/* Izquierda */
.ambiental-eolica-info {
  padding: 50px;
  position: relative;
}

.ambiental-eolica-title {
  font-family: "Passenger Display", serif;
  font-size: 2rem;
  font-weight: 600;
  margin-bottom: 20px;
}

.ambiental-eolica-content {
  display: flex;
  flex-direction: column;
  height: 100%;
}

/* Número grande */
.big-number {
  font-size: 14rem;
  line-height: 0.9;
  font-weight: 600;
}

.big-label {
  font-family: "Passenger Display", serif;
  font-size: 1.4rem;
}

.ambiental .big-label {
  font-family: "Passenger Display", serif;
  font-size: 2rem;
  margin-top: -40px;
  margin-bottom: 0;
}
.ambiental-eolica-main {
    margin-top: 20px;
  }
/* Separador vertical */
.ambiental-eolica-separator {
  width: 2px;
  background: rgba(255,255,255,0.7);
  margin: 0 30px;
  height: 100%;
}

/* Datos */
.ambiental-eolica-data .data-number {
  font-size: 4.5rem;
  font-weight: 100;
  line-height: 1;
}

.ambiental-eolica-data .data-label {
  font-size: 1rem;
  font-family: "HelveticaNeueLTPro", sans-serif;
  line-height: 1.1;
  margin-left: 15px;
}

/* Ícono viento */
.ambiental-eolica-item img {
  width: 100px;
  margin-bottom: 10px;
}

/* Botón inferior */
.ambiental-eolica-btn-wrapper {
  margin-top: auto;
  margin-bottom: 10px;
}

.ambiental-eolica-btn {
  color: #57b946;
  padding: 8px 25px;
  font-weight: 600;
  border-radius: 30px;
}

/* Imagen derecha */
.ambiental-eolica-image img {
  width: 100%;
  height: 80%;
  object-fit: cover;
  border-top-right-radius: 40px;
  margin-bottom: 20px;
}

/* -------------------------------------------------
   14.2) Separador horizontal — Ambiental Eólica
--------------------------------------------------- */

.ambiental-eolica-separator-h {
  width: 100%;
  height: 2px;
  background: rgba(255,255,255,0.7);
  margin: 12px 0;
  display: block;
}

/* MOBILE — ajustar espaciado y grosor si hace falta */
@media (max-width: 767px) {
  .ambiental-eolica-separator-h {
    height: 1px;
    margin: 8px 0;
  }
}


/* -------------------------------------------------
   23) AMBIENTAL — RESPONSIVE FULL SLIDE
--------------------------------------------------- */
@media (max-width: 767px) {

  .ambiental-eolica-wrapper {
    padding-bottom: 40px;
    border-top: solid 2px #fff;
  }

  .ambiental-eolica-image {
    display: none;
  }

  .ambiental-eolica-big {
    display: flex;
    margin-bottom: 20px;
    border-bottom: 1px solid var(--aluar-white);
  }

  .ambiental-eolica-item img {
    display: none !important;
  }

  .ambiental-eolica-info {
    padding: 35px 25px;
  }

  .ambiental .big-label {
    font-size: 1rem;
    font-family: "HelveticaNeueLTPro", sans-serif;
    margin-left: 15px;
    margin-top: 0;
  }

  .big-number {
    font-size: 4.5rem;
    font-weight: 100;
    line-height: 1;
  }

  /* Desactivar separator vertical */
  .ambiental-eolica-separator {
    height: 0;
  }

  /* Forzar layout en columna */
  .ambiental-eolica-main {
    display: flow !important;
  }
}

/* -------------------------------------------------
   24) SOCIAL — Títulos / Subrayado
--------------------------------------------------- */
.social-title {
  font-family: 'Passenger Display', serif;
  font-style: italic;
  font-size: 3.5rem;
  font-weight: 600;
  color: var(--aluar-green-3);
}

.social-underline {
  position: relative;
  display: inline-block;
  width: 100%;
}

.social-underline::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 100%;
  height: 8px;
  background-image: url('../img/landing/aluar-underline-social.svg');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.social h2 {
  font-size: 2.5rem;
  font-family: 'Passenger Display', serif;
  font-weight: 600;
}

.social .be-3 {
  border-right: solid 3px var(--aluar-green-3);
}

.r-65 {
  position: relative;
  padding-bottom: 65%;
  height: 0;
}

/* -------------------------------------------------
   Botón Verde Aluar
--------------------------------------------------- */

.btn-bg-green {
  background-color: var(--aluar-green-3);
  border-color: var(--aluar-green-3);
  color: #fff !important;
}

.btn-bg-green:hover,
.btn-bg-green:focus {
  background-color: var(--aluar-green-3);
  border-color: var(--aluar-green-3);
  opacity: 0.9; /* efecto hover suave */
  color: #fff !important;
}

@media (max-width: 768px) {
.social-title {
  font-size: 2.5rem;
}
.social-underline::after {
    height: 6px;
}
}
/* -------------------------------------------------
   SOCIAL — Tarjetas
--------------------------------------------------- */

.soc-card {
  border-radius: 0 !important;
  border: none;
  color: var(--aluar-white) !important;
}

.soc-card .card-header {
  background-color: var(--aluar-green-3);
  border-radius: 0 !important;
  min-height: 260px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.soc-card .card-header img {
  width: 100%;
  height: auto;
  display: block;
}

.soc-card .section-label {
  font-family: 'Passenger Display', serif;
  font-size: 3rem;
  line-height: 1;
  font-weight: 600;
}

.soc-card .card-body {
  color: var(--aluar-gray-dark);
  display: flex;
  flex-direction: column;
}

.soc-card .stat-number {
  font-size: 6rem;
  font-weight: 600;
  line-height: 1;
  color: var(--aluar-green-3) !important;
}

/* -------------------------------------------------
   SOCIAL — Slider (3 desktop / 1 mobile)
--------------------------------------------------- */

/* Cada "social-card" actúa como columna tipo col-md-4 */
.social-card {
  padding: 0 12px;       /* como un gutter de Bootstrap */
  box-sizing: border-box;
}

/* slick-track: opcional usar flex para igualar alturas */
.social-cards-slider .slick-track {
  display: flex;
}

.social-cards-slider .slick-slide {
  height: auto;
}

/* La card ocupa toda la altura del slide */
.social-card .card {
  height: 100%;
  display: flex;
  flex-direction: column;
}

/* MOBILE: 1 tarjeta por slide (lo maneja Slick, no el CSS) */
@media (max-width: 768px) {
  .social-card {
    padding: 0 8px;
  }

  .social .slick-prev {
    left: 10px !important;
  }

  .social .slick-next {
    right: 10px !important;
  }
}

/* -------------------------------------------------
   27) GOBERNANZA — Slide con forma
--------------------------------------------------- */

/* -------------------------------------------------
   GOBERNANZA — Título + Subrayado
--------------------------------------------------- */
.gobernanza {
  background-image: url('../img/landing/aluar-bg-gobernanza.jpg');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.gobernanza-title {
  font-family: 'Passenger Display', serif;
  font-style: italic;
  font-size: 3.5rem;
  font-weight: 600;
  color: var(--aluar-blue-3);
}

.gobernanza-underline {
  position: relative;
  display: inline-block;
  width: 100%;
}

.gobernanza-underline::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 100%;
  height: 8px;
  background-image: url('../img/landing/aluar-underline-gobernanza.svg');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

/* Subtítulos internos */
.gobernanza .h4 {
  font-size: 2.25rem;
  font-family: 'Passenger Display', serif;
  font-weight: 600;
  color: var(--aluar-blue-3);
}


/* -------------------------------------------------
   SLIDE GENERAL
--------------------------------------------------- */
.gob-slide {
  min-height: 400px;
  overflow: hidden;
  display: flex;
}


/* -------------------------------------------------
   BLOQUE IZQUIERDO (AZUL)
--------------------------------------------------- */
.gob-info {
  background: #0095ef;
  color: white;
  padding: 20px 50px;
  border-bottom-left-radius: 60px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.gob-slide h3,
.gob-card-item-mobile h3,
.prod-card-item h3{
  font-family: "Passenger Display", serif;
  font-size: 2rem;
  font-weight: 400;
  margin-bottom: 1rem;
}

/* Botón */
.gob-btn,
.gob-info a.btn-pill {
  margin-top: 2rem;
  display: inline-flex;
  align-items: center;
  background: white;
  color: #0095ef;
  padding: 10px 25px;
  border-radius: 40px;
  font-size: 1rem;
  text-decoration: none;
  font-weight: 300;
}

.gob-info .arrow {
  margin-left: 10px;
  width: 80px;
}


/* -------------------------------------------------
   BLOQUE DERECHO (IMAGEN)
--------------------------------------------------- */
.gob-img {
  padding: 0;
  overflow: hidden;
  position: relative;
}

.gob-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-top-right-radius: 60px;
  margin-top: -20px;
}


/* -------------------------------------------------
   SLICK DESKTOP — TRACK Y SLIDES
--------------------------------------------------- */
.gobernanza-carousel .slick-track {
  display: flex !important;
  align-items: stretch !important;
}

.gobernanza-carousel .slick-slide {
  display: flex !important;
  height: inherit !important;
}


/* -------------------------------------------------
   SLIDE 2 — TARJETAS JUNTAS EN DESKTOP
--------------------------------------------------- */
.gob-cards-wrapper {
  display: flex;
  gap: 30px;
  padding: 0 10px;
}

.gob-card-item {
  width: 33.333%;
  display: flex;
}

@media (max-width: 992px) {
  .gob-card-item {
    width: 100% !important;
  }
}


/* -------------------------------------------------
   SLIDER MOBILE — SLIDES 100%
--------------------------------------------------- */
.gobernanza-carousel-mobile {
  width: 100% !important;
  max-width: 100% !important;
  overflow: hidden;
}

/* slick-list debe respetar el viewport */
.gobernanza-carousel-mobile .slick-list {
  width: 100% !important;
  max-width: 100% !important;
  overflow: hidden;
  margin: 0 auto;
  padding: 0 !important;
}

/* slick-track NO debe crecer más de la pantalla */
.gobernanza-carousel-mobile .slick-track {
  display: flex !important;
  width: 100% !important;
  max-width: 100% !important;
}

/* CADA SLIDE EXACTAMENTE 100% DE LA PANTALLA */
.gobernanza-carousel-mobile .slick-slide {
  width: 100% !important;
  min-width: 100% !important;
  max-width: 100% !important;
  box-sizing: border-box;
  padding: 20px 15px;
  overflow: hidden;
}

/* Tarjeta mobile */
.gob-card-item-mobile {
  background: #4a97e8;
  color: white;
  padding: 40px 25px !important;
  min-height: 450px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cert-icon {
  max-width: 90px;
}
/* -------------------------------------------------
   MOBILE (GENERAL)
--------------------------------------------------- */
@media (max-width: 767px) {

  /* Ocultar imagen derecha en mobile */
  .gob-img {
    display: none !important;
  }

  /* Ajustar bloque azul */
  .gob-info {
    width: 100%;
    border-radius: 30px;
    padding: 40px 30px;
  }

  .gob-info-inner h3 {
    font-size: 1.6rem;
  }

  /* Títulos */
  .gobernanza .h4 {
    font-size: 1.25rem;
  }

  .gobernanza-title {
    font-size: 2.5rem;
  }

  .gobernanza-underline::after {
    height: 6px;
  }

.gobernanza .slick-next {
    right: -40px;
    background-image: url(../img/landing/aluar-arrow-white-r.svg);
}
.gobernanza .slick-prev {
    right: -40px;
    background-image: url(../img/landing/aluar-arrow-white-l.svg);
}
}

/* -------------------------------------------------
   28) FORMULARIO — Newsletter
--------------------------------------------------- */

.newsletter-form {
  gap: 10px;
}

.newsletter-input {
  border: none;
  border-bottom: 1px solid #fff;
  background: transparent;
  color: #fff;
  padding: 5px 0;
  width: 100%;
  outline: none;
  font-size: 1rem;
}

.newsletter-input::placeholder {
  color: rgba(255,255,255,0.7);
}

.newsletter-btn {
  border: none;
  background: transparent;
  padding: 0;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
}

.newsletter-btn img {
  width: 24px;
}


/* -------------------------------------------------
   29) FOOTER
--------------------------------------------------- */

.bg-footer {
  background: var(--aluar-gray-light);
}
.bg-footer p {
  font-size: .92rem;
  line-height: 1.2;
}

.bg-footer-end {
  background: var(--aluar-gray-dark);
}

.nav-footer {
  list-style: none;
  margin: 0;
  padding-left: 0;
  font-size: .92rem;
  line-height: 1.2;
}

.nav-footer > li > a {
  color: #fff !important;
}
.py-6 {
  padding: 4rem 0;
}

.footer-label {
  font-family: 'Passenger Display', serif;
  font-size: 1rem;
  color: #fff;
  font-weight: 600;
}
.mt-footer {
  margin-top: 24px;
}
@media (max-width: 768px) {
  .mt-footer {
  margin-top: 0;
}
}
/* -------------------------------------------------
   30) SLICK GLOBAL — Flechas
--------------------------------------------------- */

.slick-slide { outline: none !important; }

/* Base */
.slick-prev,
.slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  width: 36px;
  height: 36px;
  transform: translateY(-50%);
  cursor: pointer;
  border: none;
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: contain;
  z-index: 10;
}

/* Flecha izquierda */
.slick-prev {
  left: -40px;
  background-image: url('../img/landing/aluar-arrow-blue-l.svg');
}

/* Flecha derecha */
.slick-next {
  right: -40px;
  background-image: url('../img/landing/aluar-arrow-blue-r.svg');
}

/* Hover */
.slick-prev:hover,
.slick-next:hover {
  opacity: 0.7;
}

/* Disabled */
.slick-prev.slick-disabled,
.slick-next.slick-disabled {
  opacity: 0.3;
  pointer-events: none;
}

/* MOBILE — ajustar para evitar overflow */
@media (max-width: 768px) {
  .slick-prev {
    left: 10px !important;
  }

  .slick-next {
    right: 10px !important;
  }

  .slick-prev,
  .slick-next {
    width: 28px !important;
    height: 28px !important;
    background-size: 20px 20px !important;
  }
}

/* -------------------------------------------------
   31) BLOQUE BG-LIGHT-BLUE (call to action final)
--------------------------------------------------- */
.bg-light-blue {
  background-color: #53D3E0;
  color: #fff;
}

/* Título dentro del bloque */
.bg-light-blue .hero-subtitle {
  font-size: 3rem;
  font-family: 'HelveticaNeueLTPro', serif;
  font-weight: 300;
  line-height: 1.1;
  color: #fff;
}

/* Diferenciación del span */
.bg-light-blue .hero-subtitle span {
  font-family: 'Passenger Display', serif;
  font-weight: 100;
  font-size: 3rem;
  color: #fff;
}

/* MOBILE: reducir tamaño y ocultar <br> */
@media (max-width: 767px) {
  .bg-light-blue .hero-subtitle {
    font-size: 1.5rem;
  }
  .bg-light-blue .hero-subtitle span {
    font-size: 1.5rem;
  }
  .bg-light-blue .hero-subtitle br {
    display: none;
  }
}

/* Botón dentro del bloque */
.bg-light-blue .btn-pill {
  text-transform: uppercase;
  padding-inline: 1.5rem;
  border-radius: 999px;
}

/* -------------------------------------------------
   32) RATIO — Hero mobile override
--------------------------------------------------- */
@media (max-width: 768px) {
  .ratio-16x9 {
    --bs-aspect-ratio: 82.25%;
  }
}
/* ============================
   HEADER / SKYBAR MOBILE FIX COMPLETO
   ============================ */
@media (max-width: 767px) {

  /* HEADER SIEMPRE FIJO, SOBRE EL HERO */
  header {
    position: fixed !important;
    top: 0;
    left: 0;
    right: 0;
    z-index: 9999;
    background: #fff !important;
  }

  /* Para que el HERO no quede oculto detrás del header */
  .hero {
    margin-top: 95px !important;
  }

  /* ============================
     NAVBAR MOBILE 
     ============================ */
  .navbar {
    background: #fff !important;
    padding: 0.8rem 0 !important;
    position: relative;
    min-height: 70px;
    border-bottom: 1px solid #eee;
    z-index: 9999;
  }

  .navbar .container {
    display: flex;
    align-items: center;
    position: relative;
    justify-content: flex-start;
  }

  /* Hamburguesa */
  .navbar-toggler {
    order: 0;
    border: none;
    margin-right: .75rem;
    z-index: 10000;
  }

  .navbar-toggler-icon {
    filter: invert(1) brightness(0.1);
  }

  /* Logo */
  .navbar-brand {
    order: 1;
    margin-right: auto;
  }

  .navbar-brand img.logo {
    width: 46px;
    height: auto;
    filter: invert(1) brightness(0.1);
  }

  /* ============================
     SKYBAR (¡Seguinos! + iconos)
     ============================ */
  .skybar {
    position: absolute;
    right: .75rem;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    gap: 0.45rem;
    align-items: center;
    background: transparent !important;
    padding: 0;
    height: auto;
    z-index: 10000; /* POR ENCIMA DEL NAV Y DEL MENÚ */
    pointer-events: auto;
  }

  .skybar .container {
    display: flex !important;
    gap: 0.4rem;
    padding: 0 !important;
    margin: 0 !important;
    align-items: center;
    pointer-events: auto;
  }

  .skybar-label {
    color: #333 !important;
    font-style: italic;
    font-size: .9rem;
    white-space: nowrap;
  }

  .skybar-link img {
    width: 20px;
    height: 20px;
    filter: invert(1) brightness(0.1); /* iconos oscuros */
  }

  /* ============================
     MENU DESPLEGABLE
     ============================ */
  .navbar-collapse {
    position: absolute;
    top: 70px;           /* justo debajo del header */
    left: 0;
    right: 0;
    background: #fff !important;
    padding: 1rem 1.25rem;
    border-top: 1px solid #eee;
    z-index: 9000;      /* DEBAJO DE SKYBAR */
  }

  .navbar-nav .nav-link {
    color: #222 !important;
    padding: 0.7rem 0 !important;
  }
}
.esg-card:hover,
.soc-card:hover,
.gob-card-item-mobile:hover,
.gob-info:hover {
    transform: translateY(-4px);
    transition: .35s ease;
}
/* ================================================
   BOTÓN VOLVER ARRIBA
================================================ */
#backToTop {
  position: fixed;
  bottom: 25px;
  left: 25px;
  width: 55px;
  height: 55px;
  background: rgba(255,255,255,0.9);
  border-radius: 50%;
  box-shadow: 0 4px 12px rgba(0,0,0,0.15);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 9999;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
}

#backToTop img {
  height: auto;
}

#backToTop.show {
  opacity: 1;
  visibility: visible;
}
.bg-primary { 
  background-color: var(--aluar-blue); 
  color: var(--aluar-white); 
}
.card-equal {
  height: 100%;
}

.card-equal .card-body {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
.btn {
  font-family: 'HelveticaNeueLTPro', 'NHaasGroteskTXPro', system-ui, -apple-system, sans-serif;
  font-weight: 300;
}
.btn-light {
  color: var(--aluar-blue);
}
.outline-primary {
    color: var(--aluar-blue);
    display: inline-block;
    font-weight: 300;
    color: var(--aluar-gray);
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid var(--aluar-blue);
    padding: .375rem .75rem;
  }
  .bg-light {
  background-color: #F2F2F2 !important;
}