/*
 Theme Name:   Astra Child
 Theme URI:    https://lideargentina.org
 Description:  Tema hijo oficial para LIDE Argentina basado en Astra.
 Author:       Rearden D&D  
 Author URI:   https://reardenmarketing.com 
 Template:     astra
 Version:      1.0.0
*/

/* ── FUENTES GOOGLE ─────────────────────────────────── */
@import url('https://fonts.googleapis.com/css2?family=Barlow+Condensed:wght@400;500;600;700&family=Barlow:wght@300;400;500;600&family=Playfair+Display:ital,wght@0,400;0,600;0,700;1,400;1,600&display=swap');

/* ── VARIABLES GLOBALES LIDE ARGENTINA ──────────────── */
:root {
  --blue: #3C57A1;
  /* Azul LIDE — oficial */
  --blue-dark: #2a3d75;
  /* Azul oscuro — hover, profundidad */
  --blue-deep: #1e2d5e;
  /* Azul muy oscuro — fondos hero, nav */
  --blue-light: #e8ecf7;
  /* Azul muy claro — highlights, chips */
  --black: #000000;
  /* Negro — oficial */
  --white: #FFFFFF;
  /* Blanco */
  --off: #F7F8FC;
  /* Gris claro — fondos de secciones alternadas */
  --gray-light: #E2E5EF;
  /* Gris borde */
  --gray-mid: #8A93AF;
  /* Gris label */
  --gray-text: #4A5068;
  /* Gris texto — párrafos */
  --gl: #E2E5EF;
  --gm: #8A93AF;
  --gt: #4A5068;

  --serif: 'Playfair Display', Georgia, serif;
  --sans: 'Barlow', sans-serif;
  --cond: 'Barlow Condensed', sans-serif;

  --radius-xs: 2px;
  --radius-sm: 4px;
  --radius-md: 8px;
  --radius-lg: 12px;
  --radius-pill: 9999px;

  --shadow-sm: 0 2px 4px rgba(0, 0, 0, 0.05);
  --shadow-md: 0 4px 12px rgba(0, 0, 0, 0.08);
  --shadow-lg: 0 8px 24px rgba(0, 0, 0, 0.12);
  --shadow-card: 0 10px 30px rgba(30, 45, 94, 0.08);

  --transition-fast: all 0.2s ease;
  --transition-base: all 0.25s ease;
  --transition-slow: all 0.3s ease;

  --container-max-width: 1200px;
  --nav-height: 72px;
}

/* ── RESET BASE ─────────────────────────────────────── */
html {
  scroll-behavior: smooth;
}

body {
  font-family: var(--sans);
  color: var(--gray-text);
  background: var(--white);
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
}

/* Fix para contenedores de Astra en la Home */
body.home #page,
body.home #content,
body.home #primary,
body.home main,
body.home .site-content,
body.home .ast-container,
footer,
footer.site-footer,
body.home footer.site-footer {
  display: block !important;
  width: 100% !important;
  max-width: 100% !important;
  float: none !important;
  padding: 0 !important;
  margin: 0 !important;
  box-sizing: border-box !important;
}

body.home section {
  display: block;
  width: 100%;
  box-sizing: border-box;
}

/* ── CONTENEDOR ─────────────────────────────────────── */
.container {
  max-width: var(--container-max-width);
  margin: 0 auto;
  padding: 0 48px;
}

/* ── ELEMENTOS COMUNES DE SECCIÓN ──────────────────── */
.eyebrow {
  font-family: var(--cond);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: .22em;
  text-transform: uppercase;
  color: var(--blue);
  margin-bottom: 14px;
  display: flex;
  align-items: center;
  gap: 12px;
}

.eyebrow::before {
  content: '';
  display: block;
  width: 28px;
  height: 2px;
  background: var(--blue);
  flex-shrink: 0;
}

.eyebrow.light {
  color: rgba(255, 255, 255, .45);
}

.eyebrow.light::before {
  background: rgba(255, 255, 255, .25);
}

h2.section-title {
  font-family: var(--serif);
  font-size: clamp(26px, 3vw, 42px);
  font-weight: 600;
  line-height: 1.12;
  color: var(--black);
  margin-bottom: 18px;
}

h2.section-title em {
  font-style: italic;
  color: var(--blue);
}

h2.section-title.white {
  color: var(--white);
}

h2.section-title.white em {
  color: rgba(255, 255, 255, .55);
}

h2.section-title.mb-0 {
  margin-bottom: 0;
}

p.lead {
  font-size: 16px;
  font-weight: 300;
  line-height: 1.78;
  color: var(--gray-text);
  max-width: 580px;
}

/* ── BOTONES Y ENLACES ──────────────────────────────── */
.btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: var(--cond);
  font-size: 13px;
  font-weight: 600;
  letter-spacing: .1em;
  text-transform: uppercase;
  text-decoration: none;
  padding: 13px 26px;
  border-radius: var(--radius-xs);
  transition: var(--transition-base);
  cursor: pointer;
  border: none;
}

.btn-primary {
  background: var(--blue);
  color: var(--white);
}

.btn-primary:hover {
  background: var(--blue-dark);
  transform: translateY(-1px);
}

.btn-ghost {
  background: transparent;
  color: var(--white);
  border: 1px solid rgba(255, 255, 255, .3);
}

.btn-ghost:hover {
  background: rgba(255, 255, 255, .08);
}

.btn-secondary {
  background: var(--off);
  color: var(--blue);
  border: 1px solid var(--gray-light);
}

.btn-secondary:hover {
  background: var(--blue-light);
  border-color: var(--blue);
}

.btn svg {
  width: 13px;
  height: 13px;
}

.link-arr {
  font-family: var(--cond);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: var(--blue);
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  border-bottom: 1px solid rgba(60, 87, 161, .25);
  padding-bottom: 2px;
  transition: var(--transition-fast);
}

.link-arr:hover {
  color: var(--blue-dark);
  border-color: var(--blue-dark);
}

.link-arr svg {
  width: 13px;
  height: 13px;
}

.link-arr.light {
  color: rgba(255, 255, 255, .5);
  border-color: rgba(255, 255, 255, .2);
}

.link-arr.light:hover {
  color: var(--white);
  border-color: rgba(255, 255, 255, .5);
}

.link-arr.muted {
  color: var(--gray-mid);
  border-color: var(--gray-light);
}

.link-arr.muted:hover {
  color: var(--blue);
  border-color: var(--blue);
}

/* ── NAV / HEADER ────────────────────────────────────── */
.nav {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 48px;
  height: var(--nav-height, 72px);
  background: var(--blue);
  border-bottom: 1px solid rgba(255, 255, 255, .12);
  transition: background .3s;
}

.nav-logo {
  text-decoration: none;
  display: flex;
  align-items: center;
}

.nav-logo img {
  height: 30px;
  width: auto;
}

.nav-links,
ul.nav-links {
  display: flex;
  align-items: center;
  gap: 28px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.nav-links li {
  margin: 0;
  padding: 0;
  list-style: none;
  position: relative;
}

.nav-links>li {
  display: flex;
  align-items: center;
  height: var(--nav-height, 72px);
}

.nav-links a {
  color: rgba(255, 255, 255, 0.7);
  text-decoration: none;
  font-family: var(--cond);
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  transition: color .2s;
  display: inline-flex;
  align-items: center;
  gap: 4px;
}

.nav-links a:hover,
.nav-links li.current-menu-item>a,
.nav-links li.current-page-ancestor>a,
.nav-links li:hover>a {
  color: var(--white);
}

.nav-links li.menu-item-has-children>a::after {
  content: '';
  display: inline-block;
  width: 5px;
  height: 5px;
  border-right: 1px solid currentColor;
  border-bottom: 1px solid currentColor;
  transform: rotate(45deg);
  margin-left: 4px;
  margin-bottom: 2px;
  transition: transform .2s;
}

.nav-links li.menu-item-has-children:hover>a::after {
  transform: rotate(225deg);
}

.nav-links ul.sub-menu {
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 220px;
  background: var(--blue-deep);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: var(--radius-xs, 2px);
  padding: 8px 0;
  margin: 0;
  list-style: none;
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  transition: opacity .25s ease, transform .25s ease, visibility .25s ease;
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.35);
  z-index: 1001;
}

.nav-links li:hover>ul.sub-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.nav-links ul.sub-menu ul.sub-menu {
  top: 0;
  left: 100%;
  transform: translateX(10px);
}

.nav-links ul.sub-menu li:hover>ul.sub-menu {
  transform: translateX(0);
}

.nav-links ul.sub-menu li {
  display: block;
  height: auto;
  width: 100%;
}

.nav-links ul.sub-menu a {
  display: block;
  padding: 10px 20px;
  font-size: 12px;
  letter-spacing: 0.06em;
  color: rgba(255, 255, 255, 0.8);
  text-transform: none;
  white-space: nowrap;
  transition: background .2s, color .2s;
}

.nav-links ul.sub-menu a:hover,
.nav-links ul.sub-menu li.current-menu-item>a {
  background: rgba(255, 255, 255, 0.08);
  color: var(--white);
}

.nav-right {
  display: flex;
  align-items: center;
  gap: 12px;
}

.nav-ext-link {
  font-family: var(--cond);
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.7);
  text-decoration: none;
  transition: color 0.2s;
  padding: 0 4px;
}

.nav-ext-link:hover {
  color: var(--white);
}

.nav-cta {
  font-family: var(--cond);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: .1em;
  text-transform: uppercase;
  text-decoration: none;
  padding: 8px 20px;
  border-radius: 2px;
  background: var(--white);
  color: var(--blue);
  border: 1px solid rgba(255, 255, 255, .4);
  transition: all .2s;
}

.nav-cta:hover {
  background: rgba(255, 255, 255, .9);
}

.nav-divider {
  width: 1px;
  height: 20px;
  background: rgba(255, 255, 255, .2);
  margin: 0 4px;
}

.nav-soc {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, .2);
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgba(255, 255, 255, .55);
  text-decoration: none;
  transition: all .2s;
}

.nav-soc:hover {
  border-color: rgba(255, 255, 255, .6);
  color: var(--white);
}

/* ── NAV MOBILE RESPONSIVE COMPONENTS ───────────────── */
.nav-menu-wrapper {
  display: flex;
  align-items: center;
  gap: 28px;
}

.nav-toggle-btn {
  display: none;
  flex-direction: column;
  justify-content: space-between;
  width: 24px;
  height: 18px;
  background: transparent;
  border: none;
  cursor: pointer;
  padding: 0;
  z-index: 1002;
}

.nav-toggle-btn span {
  width: 100%;
  height: 2px;
  background: var(--white);
  border-radius: 2px;
  transition: all .3s ease;
}

/* ── HERO ────────────────────────────────────────────── */
.hero {
  position: relative;
  height: 100vh;
  min-height: 600px;
  display: flex !important;
  align-items: flex-end !important;
  justify-content: flex-start;
  overflow: hidden;
}

.hero-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  background: transparent;
}

.hero-bg img,
.hero-bg video,
.hero-video-bg {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 30%;
  opacity: 1;
  display: block;
}

.hero-youtube-iframe {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100vw;
  height: 56.25vw;
  /* Aspect ratio 16:9 */
  min-height: 100vh;
  min-width: 177.77vh;
  /* Aspect ratio 16:9 */
  transform: translate(-50%, -50%);
  pointer-events: none;
  border: 0;
}

.hero-overlay {
  display: none;
}

.hero-content {
  position: relative;
  z-index: 2;
  width: 100%;
  display: block !important;
  padding: 0 48px 80px;
  max-width: var(--container-max-width, 1200px);
  margin: 0 auto;
}

.hero-eyebrow {
  font-family: var(--cond);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: .22em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, .45);
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  gap: 12px;
  animation: fadeUp .8s ease .3s both;
}

.hero-eyebrow::before {
  content: '';
  display: block;
  width: 32px;
  height: 1px;
  background: rgba(255, 255, 255, .25);
}

h1.hero-title,
.hero h1.hero-title {
  font-family: var(--serif);
  font-size: clamp(48px, 6vw, 84px) !important;
  font-weight: 600 !important;
  line-height: 1.05 !important;
  color: var(--white) !important;
  margin-bottom: 0 !important;
  letter-spacing: -0.01em;
  animation: fadeUp .9s ease .5s both;
}

h1.hero-title em,
.hero h1.hero-title em {
  font-style: italic !important;
  font-weight: 400 !important;
  color: var(--blue) !important;
}

.hero-sub {
  font-size: 20px;
  font-weight: 300;
  line-height: 1.7;
  color: rgba(255, 255, 255, .75);
  max-width: 600px;
  margin-bottom: 40px;
  animation: fadeUp .8s ease .7s both;
}

.hero-ctas {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
  animation: fadeUp .8s ease .9s both;
}

.hero-events-panel {
  background: rgba(255, 255, 255, .06);
  border: 1px solid rgba(255, 255, 255, .1);
  border-radius: 4px;
  backdrop-filter: blur(8px);
  padding: 24px;
  animation: fadeUp .8s ease .6s both;
}

.hep-label {
  font-family: var(--cond);
  font-size: 10px;
  letter-spacing: .18em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, .4);
  margin-bottom: 18px;
}

.hep-item {
  display: grid;
  grid-template-columns: 40px 1fr;
  gap: 14px;
  padding: 10px 0;
  border-bottom: 1px solid rgba(255, 255, 255, .07);
  align-items: center;
}

.hep-item:last-child {
  border-bottom: none;
  padding-bottom: 0;
}

.hep-date .d {
  font-family: var(--serif);
  font-size: 22px;
  font-weight: 700;
  color: var(--white);
  line-height: 1;
}

.hep-date .m {
  font-family: var(--cond);
  font-size: 9px;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, .4);
}

.hep-info .name {
  font-size: 12px;
  font-weight: 500;
  color: var(--white);
  line-height: 1.3;
}

.hep-info .type {
  font-family: var(--cond);
  font-size: 10px;
  letter-spacing: .06em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, .35);
  margin-top: 2px;
}

.hep-all {
  display: block;
  text-align: right;
  margin-top: 14px;
  font-family: var(--cond);
  font-size: 10px;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, .4);
  text-decoration: none;
  transition: color .2s;
}

.hep-all:hover {
  color: var(--white);
}

.hero-scroll {
  position: absolute;
  bottom: 28px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 3;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
}

.hero-scroll span {
  font-family: var(--cond);
  font-size: 9px;
  letter-spacing: .2em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, .3);
}

.scroll-line {
  width: 1px;
  height: 36px;
  background: linear-gradient(to bottom, rgba(255, 255, 255, .3), transparent);
  animation: scrollPulse 2s ease-in-out infinite;
}

@keyframes scrollPulse {

  0%,
  100% {
    opacity: .3;
  }

  50% {
    opacity: .8;
  }
}

/* ── QUIÉNES SOMOS ───────────────────────────────────── */
.wwa {
  padding: 96px 0 80px;
  background: var(--white);
}

.wwa-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: center;
}

.wwa-lead {
  margin-bottom: 36px;
}

.pillars {
  display: flex;
  flex-direction: column;
  gap: 0;
}

.pillar {
  display: flex;
  gap: 18px;
  align-items: flex-start;
  padding: 20px 0;
  border-bottom: 1px solid var(--gray-light);
}

.pillar:last-child {
  border-bottom: none;
}

.pillar-icon {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: var(--blue-light);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  margin-top: 2px;
  transition: background .2s;
}

.pillar:hover .pillar-icon {
  background: var(--blue);
}

.pillar-icon svg {
  width: 16px;
  height: 16px;
  color: var(--blue);
  transition: color .2s;
}

.pillar:hover .pillar-icon svg {
  color: var(--white);
}

.pillar-body h4 {
  font-family: var(--cond);
  font-size: 14px;
  font-weight: 600;
  letter-spacing: .05em;
  text-transform: uppercase;
  color: var(--black);
  margin-bottom: 3px;
}

.pillar-body p {
  font-size: 14px;
  font-weight: 300;
  line-height: 1.6;
  color: var(--gray-text);
}

.wwa-visual {
  position: relative;
}

.wwa-kpi-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2px;
  background: var(--gray-light);
  border-radius: var(--radius-sm);
  overflow: hidden;
  margin-bottom: 2px;
}

.wwa-kpi-card {
  background: var(--white);
  padding: 36px 28px;
}

.wwa-kpi-card.off {
  background: var(--off);
}

.wwa-kpi-num {
  font-family: var(--serif);
  font-size: 52px;
  font-weight: 700;
  color: var(--black);
  line-height: 1;
  margin-bottom: 8px;
}

.wwa-kpi-num .counter {
  color: var(--black);
  font-size: inherit;
}

.wwa-kpi-num span:not(.counter) {
  font-size: 26px;
  color: var(--gray-mid);
}

.wwa-kpi-lbl {
  font-family: var(--cond);
  font-size: 13px;
  font-weight: 600;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: var(--blue);
  line-height: 1.4;
}

.wwa-quote-banner {
  background: var(--blue-deep);
  padding: 22px 28px;
  border-radius: var(--radius-sm);
}

.wwa-quote-banner p {
  font-family: var(--serif);
  font-style: italic;
  font-size: 15px;
  line-height: 1.6;
  color: rgba(255, 255, 255, .7);
}

/* ── FOTOS DE EVENTOS / LA COMUNIDAD EN ACCIÓN ───────── */
.community-photos-sec {
  padding: 0;
  background: var(--blue);
  overflow: hidden;
}

.community-photos-container {
  max-width: var(--container-max-width);
  margin: 0 auto;
  padding: 64px 48px;
}

.community-photos-hdr {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin-bottom: 32px;
}

.community-photos-grid {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr;
  grid-template-rows: 320px 320px;
  gap: 4px;
}

.cp-photo-box {
  position: relative;
  overflow: hidden;
  border-radius: var(--radius-xs);
}

.cp-photo-box.lg {
  grid-row: 1 / 3;
}

.cp-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform .6s ease;
}

.cp-photo-box:hover .cp-img {
  transform: scale(1.04);
}

.cp-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(0, 0, 0, .55) 0%, transparent 50%);
}

.cp-info {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 28px;
}

.cp-info.sm {
  padding: 18px;
}

.cp-tag {
  font-family: var(--cond);
  font-size: 12px;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, .9);
  margin-bottom: 6px;
}

.cp-tag.sm {
  font-size: 10px;
  letter-spacing: .12em;
  margin-bottom: 0;
}

.cp-desc {
  font-size: 15px;
  font-weight: 300;
  color: rgba(255, 255, 255, .75);
  line-height: 1.5;
}

/* ── VIDEO ───────────────────────────────────────────── */
.video-sec {
  padding: 80px 0;
  background: var(--off);
}

.video-layout {
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 56px;
  align-items: center;
}

.video-wrap {
  position: relative;
  aspect-ratio: 16/9;
  border-radius: var(--radius-sm);
  overflow: hidden;
  background: var(--blue-deep);
  box-shadow: 0 24px 64px rgba(26, 40, 80, .3);
}

.video-wrap iframe {
  width: 100%;
  height: 100%;
  border: none;
}

.video-text .lead {
  margin-bottom: 28px;
}

.video-links {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}

/* ── ACTIVIDADES / ESPACIOS CON PROPÓSITO ───────────── */
.act-sec {
  padding: 96px 0;
  background: var(--white);
}

.act-hdr {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin-bottom: 48px;
}

.act-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2px;
  background: var(--gray-light);
  border-radius: var(--radius-sm);
  overflow: hidden;
}

.act-card {
  background: var(--white);
  padding: 32px 28px;
  text-decoration: none;
  color: inherit;
  position: relative;
  overflow: hidden;
  transition: background .2s;
  display: block;
}

.act-card::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: var(--blue);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform .35s ease;
}

.act-card:hover::after {
  transform: scaleX(1);
}

.act-card:hover {
  background: var(--blue-light);
}

.act-icon {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: var(--blue-light);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  transition: background .2s;
}

.act-card:hover .act-icon {
  background: var(--blue);
}

.act-icon svg {
  width: 20px;
  height: 20px;
  color: var(--blue);
  transition: color .2s;
}

.act-card:hover .act-icon svg {
  color: var(--white);
}

.act-card h3 {
  font-family: var(--serif);
  font-size: 20px;
  font-weight: 600;
  color: var(--black);
  margin-bottom: 8px;
  line-height: 1.2;
}

.act-card p {
  font-size: 13px;
  font-weight: 300;
  line-height: 1.6;
  color: var(--gray-text);
  margin-bottom: 16px;
}

.act-tag {
  font-family: var(--cond);
  font-size: 11px;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: var(--blue);
  font-weight: 600;
}

/* ── PRÓXIMOS EVENTOS / AGENDA ───────────────────────── */
.events-sec {
  padding: 96px 0;
  background: var(--blue-deep);
}

.events-hdr {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin-bottom: 40px;
}

.events-list {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.ev-row {
  display: grid;
  grid-template-columns: 72px 90px 1fr auto;
  align-items: center;
  gap: 0;
  background: rgba(255, 255, 255, .04);
  border-radius: var(--radius-xs);
  border-left: 2px solid transparent;
  text-decoration: none;
  color: inherit;
  transition: var(--transition-base);
  overflow: hidden;
}

.ev-row:hover {
  background: rgba(255, 255, 255, .08);
  border-left-color: rgba(255, 255, 255, .35);
}

.ev-date {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 20px 12px;
  background: rgba(255, 255, 255, .05);
}

.ev-date .d {
  font-family: var(--serif);
  font-size: 26px;
  font-weight: 700;
  color: var(--white);
  line-height: 1;
}

.ev-date .m {
  font-family: var(--cond);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: var(--white);
  margin-top: 2px;
}

.ev-logo {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 4px 8px;
  border-right: 1px solid rgba(255, 255, 255, .06);
  background: rgba(255, 255, 255, .03);
  align-self: stretch;
}

.ev-logo img {
  max-width: 76px;
  max-height: 50px;
  object-fit: contain;
  filter: none;
  opacity: 1;
}

.ev-body {
  padding: 16px 24px;
}

.ev-body h4 {
  font-family: var(--serif);
  font-size: 18px;
  font-weight: 600;
  color: var(--white);
  margin-bottom: 3px;
}

.ev-body p {
  font-size: 12px;
  color: rgba(255, 255, 255, .38);
  font-family: var(--cond);
  letter-spacing: .05em;
}

/* ── LA VOZ DE LOS MIEMBROS / CARRUSEL QUOTES ────────── */
.quotes-sec {
  padding: 88px 0;
  background: var(--off);
  overflow: hidden;
}

.quotes-hdr {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin-bottom: 48px;
}

.quotes-controls {
  display: flex;
  gap: 10px;
  flex-shrink: 0;
}

.q-btn {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  border: 1px solid var(--gray-light) !important;
  background: var(--white) !important;
  color: var(--blue) !important;
  cursor: pointer;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  padding: 0 !important;
  outline: none;
  transition: var(--transition-fast);
}

.q-btn:hover {
  background: var(--blue) !important;
  border-color: var(--blue) !important;
  color: var(--white) !important;
}

.q-btn svg {
  width: 18px;
  height: 18px;
  stroke: currentColor !important;
  fill: none !important;
  stroke-width: 2.2px !important;
  stroke-linecap: round;
  stroke-linejoin: round;
  pointer-events: none;
}

.quotes-track-outer {
  overflow: hidden;
  border-radius: var(--radius-sm);
}

.quotes-track {
  display: flex;
  gap: 3px;
  transition: transform .5s cubic-bezier(.4, 0, .2, 1);
  will-change: transform;
}

.q-slide {
  flex: 0 0 calc(33.333% - 2px);
  min-width: calc(33.333% - 2px);
  display: flex;
  flex-direction: column;
  background: var(--white);
  border: 1px solid var(--gray-light);
  border-radius: 3px;
  overflow: hidden;
}

.q-slide.blue {
  background: var(--blue);
  border: none;
}

.q-slide-img-wrap {
  aspect-ratio: 420 / 560;
  background: var(--blue-light);
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  position: relative;
}

.q-slide-img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.q-slide.blue .q-slide-img-wrap {
  background: rgba(255, 255, 255, .12);
}

.q-slide-body {
  padding: 28px;
  display: flex;
  flex-direction: column;
  gap: 14px;
  flex: 1;
}

.q-mark {
  font-size: 40px;
  font-family: var(--serif);
  color: var(--blue);
  line-height: .8;
  opacity: .25;
}

.q-slide.blue .q-mark {
  color: var(--white);
}

.q-text {
  font-family: var(--serif);
  font-style: italic;
  font-size: 16px;
  line-height: 1.65;
  color: var(--gray-text);
  flex: 1;
}

.q-slide.blue .q-text {
  color: rgba(255, 255, 255, .9);
}

.q-author {
  border-top: 1px solid var(--gray-light);
  padding-top: 14px;
}

.q-slide.blue .q-author {
  border-top-color: rgba(255, 255, 255, .15);
}

.q-author-name {
  font-family: var(--cond);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: var(--black);
}

.q-slide.blue .q-author-name {
  color: var(--white);
}

.q-author-sub {
  font-family: var(--cond);
  font-size: 11px;
  letter-spacing: .06em;
  color: var(--gray-mid);
  margin-top: 2px;
}

.q-slide.blue .q-author-sub {
  color: rgba(255, 255, 255, .5);
}

.q-dots {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-top: 24px;
}

/* ── NOTICIAS PREVIEW ────────────────────────────────── */
.news-sec {
  padding: 88px 0;
  background: var(--white);
}

.news-hdr {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin-bottom: 48px;
}

.news-grid {
  display: grid;
  grid-template-columns: 1.6fr 1fr;
  gap: 2px;
  background: var(--gray-light);
  border-radius: var(--radius-sm);
  overflow: hidden;
}

.news-main {
  text-decoration: none;
  display: flex;
  flex-direction: column;
  background: var(--white);
}

.news-main-img-wrap {
  aspect-ratio: 16/9;
  overflow: hidden;
  background: var(--blue-light);
}

.news-main-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform .4s ease;
}

.news-main:hover .news-main-img {
  transform: scale(1.04);
}

.news-main-body {
  padding: 28px;
  flex: 1;
}

.news-main-tag {
  font-family: var(--cond);
  font-size: 10px;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: var(--blue);
  margin-bottom: 10px;
}

.news-main-title {
  font-family: var(--serif);
  font-size: 22px;
  font-weight: 600;
  color: var(--black);
  line-height: 1.25;
  margin-bottom: 12px;
}

.news-main-excerpt {
  font-size: 14px;
  font-weight: 300;
  color: var(--gray-text);
  line-height: 1.7;
}

.news-list {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.news-item {
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 0;
  background: var(--off);
  flex: 1;
}

.news-item.white {
  background: var(--white);
}

.news-item-img-wrap {
  width: 200px;
  aspect-ratio: 16/9;
  flex-shrink: 0;
  overflow: hidden;
  background: var(--off);
  display: flex;
  align-items: center;
  justify-content: center;
}

.news-item-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform .4s ease;
}

.news-item:hover .news-item-img {
  transform: scale(1.06);
}

.news-item-body {
  padding: 18px 20px;
  flex: 1;
}

.news-item-tag {
  font-family: var(--cond);
  font-size: 10px;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: var(--blue);
  margin-bottom: 6px;
}

.news-item-title {
  font-family: var(--serif);
  font-size: 14px;
  font-weight: 600;
  color: var(--black);
  line-height: 1.35;
}

/* ── REVISTA LIDE ────────────────────────────────────── */
.revista-sec {
  padding: 96px 0;
  background: var(--blue-deep);
  position: relative;
  overflow: hidden;
}

.revista-sec::after {
  content: 'LIDE';
  position: absolute;
  right: -20px;
  top: 50%;
  transform: translateY(-50%);
  font-family: var(--serif);
  font-size: 260px;
  font-weight: 700;
  color: rgba(255, 255, 255, .025);
  line-height: 1;
  pointer-events: none;
}

.revista-sec .lead,
p.lead.white {
  color: var(--white);
  margin-bottom: 28px;
}

.revista-layout {
  display: grid;
  grid-template-columns: 1fr 380px;
  gap: 80px;
  align-items: center;
  position: relative;
  z-index: 1;
}

.revista-cover {
  position: relative;
}

.rev-img {
  width: 100%;
  aspect-ratio: 3/4;
  object-fit: cover;
  border-radius: var(--radius-sm);
  display: block;
  background: var(--blue);
  box-shadow: -20px 20px 56px rgba(0, 0, 0, .35);
  min-height: 320px;
}

.revista-cover::before {
  content: '';
  position: absolute;
  top: 16px;
  left: -16px;
  right: 16px;
  bottom: -16px;
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: var(--radius-sm);
  z-index: -1;
}

/* ── FOOTER ESTILOS ──────────────────────────────────── */
footer,
.site-footer {
  background: linear-gradient(135deg, #2a3d75 0%, #3C57A1 100%) !important;
  padding: 56px 0 24px !important;
  display: block !important;
}

.ft {
  display: grid !important;
  grid-template-columns: 2fr 1fr 1fr !important;
  gap: 56px !important;
  padding-bottom: 36px !important;
  border-bottom: 1px solid rgba(255, 255, 255, .12) !important;
  margin-bottom: 24px !important;
}

.ft-brand img {
  height: 24px !important;
  margin-bottom: 14px !important;
  filter: brightness(0) invert(1) !important;
  opacity: .9 !important;
}

.ft-social {
  display: flex !important;
  gap: 8px !important;
  margin-top: 14px !important;
}

.ft-soc {
  width: 32px !important;
  height: 32px !important;
  border-radius: 50% !important;
  border: 1px solid rgba(255, 255, 255, .2) !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  color: rgba(255, 255, 255, .55) !important;
  text-decoration: none !important;
  transition: all .2s !important;
  background: transparent !important;
}

.ft-soc:hover {
  border-color: rgba(255, 255, 255, .6) !important;
  color: #FFFFFF !important;
  background: transparent !important;
}

.ft-col h5 {
  font-family: var(--cond, 'Barlow Condensed', sans-serif) !important;
  font-size: 10px !important;
  letter-spacing: .18em !important;
  text-transform: uppercase !important;
  color: rgba(255, 255, 255, .5) !important;
  margin-bottom: 14px !important;
}

.ft-col ul {
  list-style: none !important;
  margin: 0 !important;
  padding: 0 !important;
}

.ft-col li {
  margin-bottom: 8px !important;
  list-style: none !important;
}

.ft-col a {
  font-size: 13px !important;
  font-weight: 300 !important;
  color: rgba(255, 255, 255, .65) !important;
  text-decoration: none !important;
  transition: color .2s !important;
}

.ft-col a:hover {
  color: #FFFFFF !important;
}

.ft-bottom {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
}

.ft-bottom p {
  font-size: 12px !important;
  color: rgba(255, 255, 255, .35) !important;
  margin: 0 !important;
}

.ft-bottom a {
  color: rgba(255, 255, 255, .45) !important;
  text-decoration: none !important;
  margin-left: 20px !important;
  font-size: 12px !important;
  transition: color .2s !important;
}

.ft-bottom a:hover {
  color: #FFFFFF !important;
}

/* ── ANIMACIONES Y EFECTOS ──────────────────────────── */
@keyframes fadeUp {
  from {
    opacity: 0;
    transform: translateY(24px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.fu {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity .65s ease, transform .65s ease;
}

.fu.visible {
  opacity: 1;
  transform: translateY(0);
}

.fu.d1 {
  transition-delay: .1s;
}

.fu.d2 {
  transition-delay: .2s;
}

.fu.d3 {
  transition-delay: .3s;
}

/* ── RESPONSIVE COMPLETO Y ADAPTABILIDAD MOBILE ────────── */
@media (max-width: 960px) {
  .nav {
    padding: 0 24px !important;
  }

  .nav-toggle-btn {
    display: flex;
  }

  .nav-menu-wrapper {
    position: fixed;
    top: 72px;
    left: 0;
    width: 100%;
    height: calc(100vh - 72px);
    background: #1e2d5e;
    flex-direction: column;
    align-items: flex-start;
    padding: 32px 24px 48px;
    gap: 20px;
    overflow-y: auto;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-10px);
    transition: all .3s ease;
    z-index: 1000;
  }

  .nav.open .nav-menu-wrapper {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
  }

  .nav.open .nav-toggle-btn span:nth-child(1) {
    transform: translateY(8px) rotate(45deg);
  }

  .nav.open .nav-toggle-btn span:nth-child(2) {
    opacity: 0;
  }

  .nav.open .nav-toggle-btn span:nth-child(3) {
    transform: translateY(-8px) rotate(-45deg);
  }

  .nav-links,
  ul.nav-links {
    flex-direction: column;
    align-items: flex-start;
    gap: 14px;
    width: 100%;
  }

  .nav-links>li {
    height: auto;
    width: 100%;
  }

  .nav-links a {
    font-size: 16px;
    width: 100%;
    padding: 6px 0;
  }

  .nav-right {
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
    gap: 14px;
    margin-top: 14px;
    padding-top: 20px;
    border-top: 1px solid rgba(255, 255, 255, .15);
  }

  .nav-ext-link {
    font-size: 14px;
  }

  .nav-cta {
    width: 100%;
    text-align: center;
    padding: 12px 20px;
    font-size: 13px;
  }

  .nav-divider {
    display: none;
  }

  .hero {
    height: 90vh;
  }

  .hero-content {
    grid-template-columns: 1fr;
    padding: 0 24px 80px;
  }

  .wwa-grid,
  .video-layout,
  .revista-layout,
  .community-photos-hdr,
  .news-hdr,
  .quotes-hdr {
    grid-template-columns: 1fr;
  }

  .community-photos-grid {
    grid-template-columns: 1fr;
    grid-template-rows: auto;
  }

  .cp-photo-box.lg {
    grid-row: auto;
  }

  .act-grid,
  .news-grid {
    grid-template-columns: 1fr;
  }

  .container,
  .community-photos-container {
    padding: 0 24px;
  }

  .ev-row {
    grid-template-columns: 60px 1fr;
  }

  .ev-logo {
    display: none;
  }

  .q-slide {
    flex: 0 0 calc(100% - 2px);
    min-width: calc(100% - 2px);
  }

  footer .container {
    padding: 0 24px !important;
  }

  .ft {
    grid-template-columns: 1fr !important;
    gap: 32px !important;
  }

  .ft-bottom {
    flex-direction: column !important;
    align-items: flex-start !important;
    gap: 12px !important;
  }

  .ft-bottom div {
    margin-top: 8px;
  }

  .ft-bottom a {
    margin-left: 0 !important;
    margin-right: 16px !important;
  }
}

@media (max-width: 640px) {

  .container,
  .community-photos-container {
    padding: 0 18px !important;
  }

  .hero {
    height: 90vh;
    min-height: 500px;
  }

  h1.hero-title,
  .hero h1.hero-title {
    font-size: 34px !important;
    line-height: 1.15 !important;
  }

  .hero-sub {
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 24px;
  }

  .hero-ctas {
    flex-direction: column;
    width: 100%;
  }

  .hero-ctas .btn {
    width: 100%;
    text-align: center;
    justify-content: center;
  }

  .section-title,
  h2.st,
  h2.section-title {
    font-size: 26px !important;
  }

  .wwa,
  .act-sec,
  .events-sec,
  .quotes-sec,
  .community-photos-sec,
  .news-sec,
  .revista-sec {
    padding: 48px 0 !important;
  }

  .ev-row,
  .ev {
    grid-template-columns: 54px 1fr !important;
  }

  .ev-date {
    padding: 12px 6px !important;
  }

  .ev-date .d {
    font-size: 20px !important;
  }

  .ev-body {
    padding: 12px 14px !important;
  }

  .ev-body h4,
  .ev-name {
    font-size: 15px !important;
  }
}

@media (max-width: 576px) {

  .wwa-kpi-card,
  .kpi-card {
    padding: 20px 16px !important;
  }

  .wwa-kpi-num,
  .kpi-n {
    font-size: 34px !important;
  }

  .wwa-kpi-num span:not(.counter),
  .kpi-n span {
    font-size: 18px !important;
  }

  .wwa-kpi-lbl,
  .kpi-l {
    font-size: 11px !important;
    letter-spacing: .08em !important;
  }

  .news-item {
    flex-direction: column;
  }

  .news-item-img-wrap {
    width: 100% !important;
    aspect-ratio: 16/9 !important;
    height: auto !important;
  }

  .news-item-body {
    padding: 14px 16px !important;
  }

  .mgrid {
    grid-template-columns: 1fr !important;
  }

  .contact-grid {
    grid-template-columns: 1fr !important;
    gap: 32px !important;
  }
}

/* ── SINGLE POST (FINAL_ARTICULO) ────────────────────── */
.single-post .site-content,
.single-post #primary,
.single-post main {
  padding: 0 !important;
  margin: 0 !important;
  max-width: 100% !important;
  width: 100% !important;
}

.breadcrumb {
  padding: 88px 0 0;
  background: var(--white);
}

.breadcrumb-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 14px 48px;
  display: flex;
  align-items: center;
  gap: 8px;
}

.breadcrumb a {
  font-family: var(--cond);
  font-size: 11px;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: var(--gray-mid);
  text-decoration: none;
}

.breadcrumb a:hover {
  color: var(--blue);
}

.breadcrumb span {
  font-family: var(--cond);
  font-size: 11px;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: var(--gray-light);
}

.breadcrumb .current {
  color: var(--gray-text);
}

.article-header {
  max-width: 1200px;
  margin: 0 auto;
  padding: 24px 48px 0;
}

.article-meta {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 20px;
  flex-wrap: wrap;
}

.art-tag {
  font-family: var(--cond);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .14em;
  text-transform: uppercase;
  background: var(--blue);
  color: var(--white);
  padding: 4px 12px;
  border-radius: 2px;
  text-decoration: none;
}

.art-tag:hover {
  background: var(--blue-dark);
  color: var(--white);
}

.art-date,
.art-read {
  font-family: var(--cond);
  font-size: 11px;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: var(--gray-mid);
}

.art-read::before {
  content: '·';
  margin-right: 4px;
  color: var(--gray-light);
}

.share-inline {
  display: flex;
  align-items: center;
  gap: 6px;
  margin-left: auto;
}

.share-btn {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  border: 1px solid var(--gray-light);
  background: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  color: var(--gray-mid);
  text-decoration: none;
  transition: all .2s;
}

.share-btn:hover {
  border-color: var(--blue);
  color: var(--blue);
}

.article-title {
  font-family: var(--serif);
  font-size: clamp(28px, 4vw, 52px);
  font-weight: 700;
  line-height: 1.08;
  color: var(--black);
  letter-spacing: -.01em;
  max-width: 860px;
  margin-bottom: 20px;
}

.article-deck {
  font-family: var(--sans);
  font-size: clamp(16px, 1.4vw, 20px);
  font-weight: 300;
  line-height: 1.65;
  color: var(--gray-text);
  max-width: 720px;
  margin-bottom: 28px;
  border-left: 3px solid var(--blue);
  padding-left: 20px;
}

.article-hero-img {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 48px;
}

.article-hero-img img {
  width: 100%;
  aspect-ratio: 16/9;
  object-fit: cover;
  object-position: center 30%;
  display: block;
  border-radius: 3px;
  background: var(--blue-light);
}

.article-body>img.wp-post-image,
.article-body>figure.wp-block-image:first-child img.wp-post-image,
.article-body>p:first-child>img.wp-post-image {
  display: none !important;
}

.img-caption {
  font-family: var(--cond);
  font-size: 11px;
  letter-spacing: .06em;
  color: var(--gray-mid);
  padding: 8px 0 0;
  border-top: 1px solid var(--gray-light);
  margin-top: 8px;
}

.article-layout {
  max-width: 1200px;
  margin: 0 auto;
  padding: 48px 48px 96px;
  display: grid;
  grid-template-columns: 680px 1fr;
  gap: 72px;
  align-items: start;
}

.article-body p {
  font-size: 17px;
  font-weight: 300;
  line-height: 1.82;
  color: var(--gray-text);
  margin-bottom: 24px;
}

.article-body p:first-child {
  font-size: 18px;
  font-weight: 400;
  color: #2a2d36;
  line-height: 1.75;
}

.article-body h2 {
  font-family: var(--serif);
  font-size: 24px;
  font-weight: 600;
  color: var(--black);
  line-height: 1.2;
  margin: 44px 0 16px;
}

.article-body h3 {
  font-family: var(--sans);
  font-size: 14px;
  font-weight: 600;
  color: var(--black);
  letter-spacing: .08em;
  margin: 32px 0 12px;
  text-transform: uppercase;
}

.article-body strong {
  color: var(--black);
  font-weight: 600;
}

.article-body a {
  color: var(--blue);
  text-decoration: underline;
  text-underline-offset: 3px;
}

.pull-quote,
.article-body blockquote {
  border-left: 3px solid var(--blue);
  padding: 4px 0 4px 24px;
  margin: 36px 0;
}

.pull-quote blockquote,
.article-body blockquote p {
  font-family: var(--serif);
  font-style: italic;
  font-size: 21px;
  font-weight: 400;
  line-height: 1.5;
  color: var(--black);
  margin: 0;
}

.pull-quote cite,
.article-body blockquote cite {
  display: block;
  margin-top: 10px;
  font-family: var(--cond);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: var(--gray-mid);
  font-style: normal;
}

.inline-img {
  margin: 36px 0;
}

.inline-img img,
.article-body figure img {
  width: 100%;
  aspect-ratio: 16/9;
  object-fit: cover;
  border-radius: 3px;
  display: block;
  background: var(--blue-light);
}

.inline-img figcaption,
.article-body figcaption {
  font-family: var(--cond);
  font-size: 11px;
  letter-spacing: .06em;
  color: var(--gray-mid);
  margin-top: 8px;
  padding-top: 8px;
  border-top: 1px solid var(--gray-light);
}

.article-tags {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
  padding-top: 28px;
  border-top: 1px solid var(--gray-light);
  margin-top: 32px;
}

.article-tags .tag-label {
  font-family: var(--cond);
  font-size: 10px;
  font-weight: 600;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: var(--gray-mid);
}

.article-tags a {
  font-family: var(--cond);
  font-size: 11px;
  padding: 5px 13px;
  border: 1px solid var(--gray-light);
  border-radius: 100px;
  color: var(--gray-text);
  text-decoration: none;
  transition: all .2s;
}

.article-tags a:hover {
  background: var(--blue);
  color: var(--white);
  border-color: var(--blue);
}

.share-footer {
  display: flex;
  align-items: center;
  gap: 10px;
  padding-top: 20px;
  margin-top: 8px;
}

.share-footer .sf-label {
  font-family: var(--cond);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: var(--gray-mid);
}

.share-footer a {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  border: 1px solid var(--gray-light);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--gray-mid);
  text-decoration: none;
  transition: all .2s;
}

.share-footer a:hover {
  border-color: var(--blue);
  color: var(--blue);
}

.article-sidebar {
  display: flex;
  flex-direction: column;
  gap: 32px;
  position: sticky;
  top: 100px;
}

.widget-title {
  font-family: var(--cond);
  font-size: 10px;
  font-weight: 600;
  letter-spacing: .18em;
  text-transform: uppercase;
  color: var(--gray-text);
  margin-bottom: 14px;
  padding-bottom: 9px;
  border-bottom: 1px solid var(--gray-light);
}

.related-list {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.related-item {
  display: grid;
  grid-template-columns: 72px 1fr;
  gap: 0;
  text-decoration: none;
  color: inherit;
  background: var(--off);
  border-radius: 3px;
  overflow: hidden;
  transition: background .2s;
}

.related-item:hover {
  background: var(--blue-light);
}

.ri-img {
  width: 72px;
  aspect-ratio: 16/9;
  overflow: hidden;
  background: var(--blue-light);
}

.ri-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.ri-body {
  padding: 9px 11px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 3px;
}

.ri-title {
  font-family: var(--serif);
  font-size: 12px;
  font-weight: 600;
  line-height: 1.3;
  color: var(--black);
}

.ri-date {
  font-family: var(--cond);
  font-size: 9px;
  letter-spacing: .06em;
  text-transform: uppercase;
  color: var(--gray-mid);
}

.wrev {
  background: var(--blue);
  border-radius: 4px;
  padding: 20px;
  text-decoration: none;
  display: block;
}

.wrev-ey {
  font-family: var(--cond);
  font-size: 9px;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, .4);
  margin-bottom: 6px;
}

.wrev-title {
  font-family: var(--serif);
  font-size: 15px;
  font-weight: 600;
  color: var(--white);
  line-height: 1.2;
  margin-bottom: 10px;
}

.wrev-cta {
  font-family: var(--cond);
  font-size: 10px;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, .7);
  display: flex;
  align-items: center;
  gap: 5px;
}

.related-footer {
  padding: 56px 0;
  background: var(--off);
  border-top: 1px solid var(--gray-light);
}

.rf-heading {
  font-family: var(--cond);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: .18em;
  text-transform: uppercase;
  color: var(--gray-text);
  margin-bottom: 20px;
  padding-bottom: 12px;
  border-bottom: 1px solid var(--gray-light);
}

.rf-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2px;
  background: var(--gray-light);
  border-radius: 4px;
  overflow: hidden;
}

.rf-card {
  background: var(--white);
  text-decoration: none;
  color: inherit;
  display: flex;
  flex-direction: column;
  transition: background .2s;
}

.rf-card:hover {
  background: var(--off);
}

.rf-img {
  aspect-ratio: 16/9;
  overflow: hidden;
  background: var(--blue-light);
}

.rf-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform .4s;
}

.rf-card:hover .rf-img img {
  transform: scale(1.03);
}

.rf-body {
  padding: 16px 18px;
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.rf-date {
  font-family: var(--cond);
  font-size: 10px;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: var(--gray-mid);
}

.rf-title {
  font-family: var(--serif);
  font-size: 15px;
  font-weight: 600;
  line-height: 1.25;
  color: var(--black);
  flex: 1;
}

@media(max-width: 1024px) {
  .article-layout {
    grid-template-columns: 1fr;
  }

  .article-sidebar {
    position: static;
  }

  .rf-grid {
    grid-template-columns: 1fr 1fr;
  }
}

@media(max-width: 768px) {

  .breadcrumb-inner,
  .article-header,
  .article-hero-img,
  .article-layout {
    padding-left: 24px;
    padding-right: 24px;
  }

  .article-hero-img img {
    aspect-ratio: 16/9;
  }

  .rf-grid {
    grid-template-columns: 1fr;
  }
}

/* ── AGENDA ARCHIVE (FINAL_AGENDA) ───────────────────── */
/* ── AGENDA ARCHIVE & PAGE TEMPLATE (FINAL_AGENDA) ─────── */
body.post-type-archive-agenda,
body.page-template-archive-agenda,
body.page-template-archive-agenda-php,
body[class*="agenda"] {
  font-family: 'Barlow', sans-serif !important;
  color: #4A5068 !important;
  background: #FFFFFF !important;
}

body.post-type-archive-agenda #page,
body.post-type-archive-agenda #content,
body.post-type-archive-agenda #primary,
body.post-type-archive-agenda main,
body.post-type-archive-agenda .site-content,
body.post-type-archive-agenda .ast-container,
body.page-template-archive-agenda #page,
body.page-template-archive-agenda #content,
body.page-template-archive-agenda #primary,
body.page-template-archive-agenda main,
body.page-template-archive-agenda .site-content,
body.page-template-archive-agenda .ast-container,
body[class*="agenda"] #page,
body[class*="agenda"] #content,
body[class*="agenda"] #primary,
body[class*="agenda"] main,
body[class*="agenda"] .site-content,
body[class*="agenda"] .ast-container {
  display: block !important;
  width: 100% !important;
  max-width: 100% !important;
  float: none !important;
  padding: 0 !important;
  margin: 0 !important;
  box-sizing: border-box !important;
}

/* Ocultar elementos nativos de Astra en Agenda */
.page-template-archive-agenda .ast-archive-description,
.page-template-archive-agenda .ast-archive-header,
.page-template-archive-agenda header.entry-header,
.page-template-archive-agenda .ast-breadcrumbs-wrapper,
.page-template-archive-agenda .entry-title,
.page-template-archive-agenda-php .ast-archive-description,
.page-template-archive-agenda-php .ast-archive-header,
.page-template-archive-agenda-php header.entry-header,
.page-template-archive-agenda-php .ast-breadcrumbs-wrapper,
.page-template-archive-agenda-php .entry-title,
body[class*="agenda"] header.entry-header,
body[class*="agenda"] .ast-breadcrumbs-wrapper,
body[class*="agenda"] .entry-title {
  display: none !important;
}

.agenda-hero {
  padding: 140px 0 64px !important;
  background: #1e2d5e !important;
  position: relative !important;
  overflow: hidden !important;
  height: auto !important;
  min-height: 0 !important;
  display: block !important;
}

.agenda-hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background: repeating-linear-gradient(-45deg, transparent, transparent 40px, rgba(255, 255, 255, .015) 40px, rgba(255, 255, 255, .015) 41px);
}

.agenda-hero::after {
  content: '2026';
  position: absolute;
  right: -10px;
  bottom: -40px;
  font-family: 'Playfair Display', Georgia, serif;
  font-size: 220px;
  font-weight: 700;
  color: rgba(255, 255, 255, .03);
  line-height: 1;
  pointer-events: none;
}

.agenda-hero-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 48px;
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 80px;
  align-items: end;
}

.agenda-hero .eyebrow-light {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: .22em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, .4);
  margin-bottom: 18px;
  display: flex;
  align-items: center;
  gap: 12px;
}

.agenda-hero .eyebrow-light::before {
  content: '';
  display: block;
  width: 28px;
  height: 1px;
  background: rgba(255, 255, 255, .25);
}

.agenda-hero .breadcrumb-hero {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 18px;
}

.agenda-hero .breadcrumb-hero a {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 11px;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, .4);
  text-decoration: none;
  transition: color .2s;
  display: flex;
  align-items: center;
  gap: 6px;
}

.agenda-hero .breadcrumb-hero a:hover {
  color: rgba(255, 255, 255, .8);
}

.agenda-hero .breadcrumb-hero a svg {
  width: 12px;
  height: 12px;
}

.agenda-hero .breadcrumb-hero span {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 11px;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, .25);
}

.agenda-hero h1 {
  font-family: 'Playfair Display', Georgia, serif !important;
  font-size: clamp(36px, 4.5vw, 60px) !important;
  font-weight: 600 !important;
  line-height: 1.08 !important;
  color: #FFFFFF !important;
  margin: 0 !important;
}

.agenda-content {
  padding: 36px 0 88px;
}

.agenda-content .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 48px;
}

.agenda-content .note {
  background: #e8ecf7;
  border-left: 3px solid #3C57A1;
  padding: 14px 20px;
  border-radius: 2px;
  display: flex;
  align-items: flex-start;
  gap: 12px;
  margin: 36px 0 0;
}

.agenda-content .note svg {
  width: 15px;
  height: 15px;
  color: #3C57A1;
  flex-shrink: 0;
  margin-top: 1px;
}

.agenda-content .note p {
  font-size: 13px;
  line-height: 1.6;
  color: #4A5068;
  margin: 0;
}

.agenda-content .note a {
  color: #3C57A1;
}

.month-group {
  margin-bottom: 48px;
}

.month-label {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: .2em;
  text-transform: uppercase;
  color: #8A93AF;
  margin-bottom: 14px;
  padding-bottom: 10px;
  border-bottom: 1px solid #E2E5EF;
  display: flex;
  align-items: center;
  gap: 10px;
}

.events-list {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.ev {
  display: grid !important;
  grid-template-columns: 76px 4px 90px 1fr !important;
  align-items: stretch !important;
  background: #FFFFFF !important;
  border: 1px solid #E2E5EF !important;
  border-radius: 3px !important;
  overflow: hidden !important;
  text-decoration: none !important;
  color: inherit !important;
  transition: border-color .2s, box-shadow .2s !important;
}

.ev:hover {
  border-color: #3C57A1 !important;
  box-shadow: 0 2px 10px rgba(60, 87, 161, .08) !important;
}

.ev-date {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 18px 10px;
  background: #1e2d5e;
}

.ev-date .d {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: 26px;
  font-weight: 700;
  color: #FFFFFF;
  line-height: 1;
}

.ev-date .m {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: #FFFFFF;
  margin-top: 2px;
}

.ev-date.tbd {
  background: #4A5068;
}

.ev-date.tbd .d {
  font-size: 11px;
  color: rgba(255, 255, 255, .5);
  letter-spacing: .06em;
}

.ev-stripe {
  flex-shrink: 0;
  width: 4px;
}

.ev-logo {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 4px 6px;
  background: #F7F8FC;
  border-right: 1px solid #E2E5EF;
}

.ev-logo img {
  max-width: 76px;
  max-height: 52px;
  width: auto;
  height: auto;
  object-fit: contain;
}

.ev-body {
  padding: 16px 22px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 4px;
}

.ev-name {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: 18px;
  font-weight: 600;
  color: #000000;
  line-height: 1.2;
}

.ev-meta {
  display: flex;
  align-items: center;
  gap: 14px;
  flex-wrap: wrap;
}

.ev-loc {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 11px;
  letter-spacing: .05em;
  color: #8A93AF;
  display: flex;
  align-items: center;
  gap: 4px;
}

.ev-loc svg {
  width: 10px;
  height: 10px;
}

.cs {
  padding: 64px 0;
  background: #FFFFFF;
  border-top: 1px solid #E2E5EF;
}

.cs-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
}

.cs-inner h3 {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: 24px;
  font-weight: 600;
  color: #000000;
  margin: 0 0 6px;
}

@media(max-width: 960px) {
  .ev {
    grid-template-columns: 64px 4px 1fr !important;
  }

  .ev-logo {
    display: none;
  }

  .cs-inner {
    flex-direction: column;
    align-items: flex-start;
  }

  .agenda-hero-inner {
    padding-left: 24px !important;
    padding-right: 24px !important;
  }
}

/* ── NOTICIAS ARCHIVE TEMPLATE STYLES ──────────────────── */
/* ── TOPIC BAR HORIZONTAL (COMPACTA Y SIN OVERFLOW) ─────── */
.topic-horizontal-bar {
  background: var(--white);
  border-bottom: 1px solid var(--gl);
  position: sticky;
  top: 72px;
  z-index: 90;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.03);
  width: 100%;
  box-sizing: border-box;
}

.topic-horizontal-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 8px 48px;
  display: flex;
  align-items: center;
  gap: 16px;
  box-sizing: border-box;
}

.th-label {
  font-family: var(--cond);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: var(--gm);
  white-space: nowrap;
  flex-shrink: 0;
}

.th-scroll-wrap {
  display: flex;
  align-items: center;
  gap: 6px;
  overflow-x: auto;
  scrollbar-width: thin;
  -webkit-overflow-scrolling: touch;
  padding-bottom: 2px;
  max-width: 100%;
}

.th-scroll-wrap::-webkit-scrollbar {
  height: 3px;
}

.th-scroll-wrap::-webkit-scrollbar-thumb {
  background: var(--gl);
  border-radius: 3px;
}

.th-link {
  font-family: var(--cond);
  font-size: 11px;
  font-weight: 500;
  letter-spacing: .06em;
  text-transform: uppercase;
  padding: 6px 14px;
  border-radius: 3px;
  color: var(--gt);
  text-decoration: none;
  transition: all .2s ease;
  white-space: nowrap;
  flex-shrink: 0;
  border: 1px solid transparent;
}

.th-link:hover {
  color: var(--blue);
  background: var(--off);
  border-color: var(--gl);
}

.th-link.active {
  background: var(--blue);
  color: var(--white);
  border-color: var(--blue);
  font-weight: 600;
}

@media(max-width: 960px) {
  .topic-horizontal-inner {
    padding: 8px 24px;
  }
}

.news-layout {
  display: grid;
  grid-template-columns: 1fr 280px;
  gap: 56px;
  padding: 48px 0 88px;
  align-items: start;
}

.featured {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0;
  border: 1px solid var(--gl);
  border-radius: 4px;
  overflow: hidden;
  text-decoration: none;
  color: inherit;
  transition: box-shadow .25s;
  margin-bottom: 2px;
}

.featured:hover {
  box-shadow: 0 4px 20px rgba(60, 87, 161, .1);
}

.feat-img {
  aspect-ratio: 16/9;
  overflow: hidden;
  background: var(--blue-light);
}

.feat-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .4s;
  display: block;
}

.featured:hover .feat-img img {
  transform: scale(1.03);
}

.feat-body {
  padding: 28px 32px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 10px;
  background: var(--white);
}

.feat-date {
  font-family: var(--cond);
  font-size: 11px;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: var(--gm);
}

.feat-title {
  font-family: var(--serif);
  font-size: 20px;
  font-weight: 600;
  line-height: 1.25;
  color: var(--black);
}

.feat-excerpt {
  font-size: 13px;
  font-weight: 300;
  line-height: 1.65;
  color: var(--gt);
}

.feat-link {
  font-family: var(--cond);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: var(--blue);
  display: flex;
  align-items: center;
  gap: 6px;
  margin-top: 4px;
}

.feat-link svg {
  width: 10px;
  height: 10px;
}

.ngrid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2px;
  background: var(--gl);
  border-radius: 4px;
  overflow: hidden;
  margin-bottom: 2px;
}

.ncard {
  background: var(--white);
  text-decoration: none;
  color: inherit;
  display: flex;
  flex-direction: column;
  transition: background .2s;
}

.ncard:hover {
  background: var(--off);
}

.nc-img {
  aspect-ratio: 16/9;
  overflow: hidden;
  background: var(--blue-light);
}

.nc-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .4s;
  display: block;
}

.ncard:hover .nc-img img {
  transform: scale(1.03);
}

.nc-body {
  padding: 18px 20px;
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.nc-date {
  font-family: var(--cond);
  font-size: 10px;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: var(--gm);
}

.nc-title {
  font-family: var(--serif);
  font-size: 15px;
  font-weight: 600;
  line-height: 1.25;
  color: var(--black);
  flex: 1;
}

.load-more {
  text-align: center;
  padding: 24px 0 8px;
  display: flex;
  justify-content: center;
  gap: 8px;
  align-items: center;
}

.load-more .page-numbers {
  font-family: var(--cond);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: .1em;
  text-transform: uppercase;
  padding: 8px 16px;
  border-radius: 2px;
  border: 1px solid var(--gl);
  background: transparent;
  color: var(--gt);
  cursor: pointer;
  transition: all .2s;
  text-decoration: none;
  display: inline-block;
}

.load-more .page-numbers:hover,
.load-more .page-numbers.current {
  border-color: var(--blue);
  color: var(--white);
  background: var(--blue);
}

.btn-load {
  font-family: var(--cond);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: .1em;
  text-transform: uppercase;
  padding: 11px 32px;
  border-radius: 2px;
  border: 1px solid var(--gl);
  background: transparent;
  color: var(--gt);
  cursor: pointer;
  transition: all .2s;
}

.btn-load:hover {
  border-color: var(--blue);
  color: var(--blue);
}

.sidebar {
  display: flex;
  flex-direction: column;
  gap: 32px;
  position: sticky;
  top: 148px;
}

.widget-title {
  font-family: var(--cond);
  font-size: 10px;
  font-weight: 600;
  letter-spacing: .18em;
  text-transform: uppercase;
  color: var(--gt);
  margin-bottom: 12px;
  padding-bottom: 8px;
  border-bottom: 1px solid var(--gl);
}

.snlist {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.snli {
  display: grid;
  grid-template-columns: 72px 1fr;
  gap: 0;
  text-decoration: none;
  color: inherit;
  background: var(--off);
  border-radius: 3px;
  overflow: hidden;
  transition: background .2s;
}

.snli:hover {
  background: var(--blue-light);
}

.snli-img {
  width: 72px;
  aspect-ratio: 16/9;
  overflow: hidden;
  background: var(--blue-light);
}

.snli-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.snli-body {
  padding: 8px 10px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 2px;
}

.snli-title {
  font-family: var(--serif);
  font-size: 12px;
  font-weight: 600;
  line-height: 1.3;
  color: var(--black);
}

.snli-date {
  font-family: var(--cond);
  font-size: 9px;
  letter-spacing: .06em;
  text-transform: uppercase;
  color: var(--gm);
}

.wrev {
  background: var(--blue);
  border-radius: 4px;
  padding: 20px;
  text-decoration: none;
  display: block;
}

.wrev-ey {
  font-family: var(--cond);
  font-size: 9px;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, .4);
  margin-bottom: 6px;
}

.wrev-title {
  font-family: var(--serif);
  font-size: 15px;
  font-weight: 600;
  color: var(--white);
  line-height: 1.2;
  margin-bottom: 10px;
}

.wrev-cta {
  font-family: var(--cond);
  font-size: 10px;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, .7);
  display: flex;
  align-items: center;
  gap: 5px;
}

.wrev-cta svg {
  width: 10px;
  height: 10px;
}

@media(max-width: 960px) {
  .news-layout {
    grid-template-columns: 1fr;
  }

  .sidebar {
    display: none;
  }

  .featured {
    grid-template-columns: 1fr;
  }

  .ngrid {
    grid-template-columns: 1fr;
  }

  .topic-bar {
    padding: 0 24px;
  }
}

/* ── NEWS HERO & ASTRA OVERRIDES PARA NOTICIAS ─────────── */
.news-hero {
  padding: 140px 0 60px !important;
  background: var(--blue, #3C57A1) !important;
  position: relative !important;
  overflow: hidden !important;
  height: auto !important;
  min-height: 0 !important;
  display: block !important;
}

.news-hero-inner {
  max-width: 1200px !important;
  margin: 0 auto !important;
  padding: 0 48px !important;
  position: relative !important;
  z-index: 1 !important;
}

.news-hero .eyebrow-light {
  font-family: var(--cond, 'Barlow Condensed', sans-serif) !important;
  font-size: 11px !important;
  font-weight: 500 !important;
  letter-spacing: .22em !important;
  text-transform: uppercase !important;
  color: rgba(255, 255, 255, .45) !important;
  margin-bottom: 18px !important;
  display: flex !important;
  align-items: center !important;
  gap: 14px !important;
}

.news-hero .eyebrow-light::before {
  content: '' !important;
  width: 28px !important;
  height: 1px !important;
  background: rgba(255, 255, 255, .3) !important;
}

.news-hero .breadcrumb-hero {
  display: flex !important;
  align-items: center !important;
  gap: 8px !important;
  margin-bottom: 18px !important;
}

.news-hero .breadcrumb-hero a {
  font-family: var(--cond, 'Barlow Condensed', sans-serif) !important;
  font-size: 11px !important;
  letter-spacing: .1em !important;
  text-transform: uppercase !important;
  color: rgba(255, 255, 255, .4) !important;
  text-decoration: none !important;
  transition: color .2s !important;
  display: flex !important;
  align-items: center !important;
  gap: 6px !important;
}

.news-hero .breadcrumb-hero a:hover {
  color: rgba(255, 255, 255, .8) !important;
}

.news-hero .breadcrumb-hero a svg {
  width: 12px !important;
  height: 12px !important;
}

.news-hero .breadcrumb-hero span {
  font-family: var(--cond, 'Barlow Condensed', sans-serif) !important;
  font-size: 11px !important;
  letter-spacing: .1em !important;
  text-transform: uppercase !important;
  color: rgba(255, 255, 255, .25) !important;
}

.news-hero h1 {
  font-family: var(--serif, 'Playfair Display', Georgia, serif) !important;
  font-size: clamp(36px, 4.5vw, 60px) !important;
  font-weight: 600 !important;
  line-height: 1.08 !important;
  color: #FFFFFF !important;
  margin: 0 !important;
}

@media(max-width: 960px) {
  .news-hero-inner {
    padding-left: 24px !important;
    padding-right: 24px !important;
  }
}

/* Ocultar elementos nativos de Astra que interfieren en Noticias */
.page-template-template-noticias .ast-archive-description,
.page-template-template-noticias .ast-archive-header,
.page-template-template-noticias header.entry-header,
.page-template-template-noticias .ast-breadcrumbs-wrapper,
.page-template-template-noticias .entry-title,
.blog .ast-archive-description,
.blog .ast-archive-header,
.blog header.entry-header,
.blog .ast-breadcrumbs-wrapper,
.blog .entry-title,
body[class*="noticias"] header.entry-header,
body[class*="noticias"] .ast-breadcrumbs-wrapper {
  display: none !important;
}

.page-template-template-noticias #content,
.blog #content {
  padding-top: 0 !important;
  margin-top: 0 !important;
}

.page-template-template-noticias #primary,
.blog #primary {
  margin: 0 !important;
  padding: 0 !important;
  width: 100% !important;
  max-width: 100% !important;
}