/* =========================
   THEME 2026 – BASE
   ========================= */
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&display=swap');

body.theme-2026 {
  font-family: 'Inter', system-ui, -apple-system, 'Segoe UI', Roboto, Arial, sans-serif;
}

.theme-2026 {
  background-color: #f4f7fa;
  font-family: 'Inter', 'Segoe UI', Tahoma, sans-serif;
  color: #2b2b2b;
}

/* Tipografía */
.theme-2026 h1,
.theme-2026 h2,
.theme-2026 h3 {
  font-family: 'Inter', 'Segoe UI', Tahoma, sans-serif;
  font-weight: 600;
  letter-spacing: -0.3px;
}

/* =========================
   HEADER
   ========================= */
.theme-2026 #topBar {
  background: linear-gradient(90deg, #1fa6d8, #1fc7c2);
  box-shadow: 0 2px 12px rgba(0,0,0,.12);
}

.theme-2026 #topBar .menuContent ul li a {
  color: #eaf7fb;
}

.theme-2026 #topBar .menuContent ul.mainMenu li.current {
  background: rgba(255,255,255,.12);
}

/* =========================
   HERO / SLIDER
   ========================= */
.theme-2026 #bigSlider {
  height: 520px;
  background: linear-gradient(135deg, #1fa6d8, #1fc7c2);
}

.theme-2026 /* =========================
   CONTENEDOR PRINCIPAL
   ========================= */
.theme-2026 #bodyHolder {
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 30px 60px rgba(0,0,0,.15);
}

/* =========================
   COLUMNA IZQUIERDA
   ========================= */
.theme-2026 .leftCol {
  background: #f0f3f6;
}

.theme-2026 .leftCol .stickyButton {
  border-radius: 12px;
  margin: 12px;
}

.theme-2026 .leftCol .commonButton {
  border-radius: 10px;
  background: linear-gradient(90deg, #f6c500, #ffdb4d);
  color: #1b1b1b !important;
}

/* =========================
   CARDS FRONT (CONVENIOS)
   ========================= */
.theme-2026 .frontBracket {
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 12px 28px rgba(0,0,0,.12);
  transition: transform .25s ease, box-shadow .25s ease;
}

.theme-2026 .frontBracket:hover {
  transform: translateY(-6px);
  box-shadow: 0 18px 40px rgba(0,0,0,.18);
}

.theme-2026 .frontBracket .bracketInfo {
  padding: 20px;
}

/* =========================
   FOOTER
   ========================= */
.theme-2026 #footer {
  background: #2a2a2a;
  border-top: none;
}

.theme-2026 #footer,
.theme-2026 #footer a {
  color: #cfcfcf;
}

/* Fondo general más limpio */
.theme-2026 body{
  background: #eef3f7 !important;
}

/* Header: quita textura vieja y alinea mejor */
.theme-2026 #topBar{
  position: absolute;
  top: 0;
  left: 0;
  text-shadow: 0 1px 3px rgba(0,0,0,.35);
  width: 100%;
  z-index: 5;
  background: transparent;
}

.theme-2026 #topBar a{
  color: #fff;
}

.theme-2026 #topBar .menuContent{
  height: 70px;
}
.theme-2026 #topBar .menuContent ul.mainMenu li a{
  line-height: 70px !important;
  font-weight: 600;
  opacity: .95;
}
.theme-2026 #topBar .menuContent ul.mainMenu li a:hover{
  opacity: 1;
}

/* Slider: evita look “gris” detrás */
.theme-2026 #bigSlider{
  background-color: transparent !important;
  position: relative;
  z-index: 1;
  overflow: hidden;
}

/* Body holder: que parezca “tarjeta” moderna */
.theme-2026 #bodyHolder{
  background: #fff;
  margin-top: 180px;
  position: relative;
  z-index: 3;
}

/* Left col: hacerlo más claro y menos pesado */
.theme-2026 ._fbgleftCol,
.theme-2026 .leftCol{
  background: #f7f9fb !important;
}

/* Menús laterales: estilo moderno tipo lista */
.theme-2026 ul.underMenu li{
  background: transparent !important;
}
.theme-2026 ul.underMenu li a{
  background: #ffffff;
  border-right: 0 !important;
  border-radius: 12px;
  margin: 10px 12px;
  padding: 12px 14px 12px 16px;
  color: #0f3b57;
  box-shadow: 0 10px 22px rgba(0,0,0,.08);
}
.theme-2026 ul.underMenu li a:hover{
  background: #f1fbff;
}

/* Botones: que no dependan del bullet viejo */
.theme-2026 .commonButton,
.theme-2026 .contact-button input{
  background-image: none !important; /* quita bullet_a.png */
  padding: 12px 14px !important;
  border-radius: 12px !important;
  font-weight: 700;
  letter-spacing: .2px;
}

/* Cards de portada: menos “bloque azul” y más premium */
.theme-2026 .frontBracket .bracketInfo{
  border-right: 0 !important; /* common.css mete borde derecho grueso */
}
.theme-2026 .frontBracket .bracketInfo.color1,
.theme-2026 .frontBracket .bracketInfo.color2,
.theme-2026 .frontBracket .bracketInfo.color3,
.theme-2026 .frontBracket .bracketInfo.color4{
  background: linear-gradient(135deg, rgba(31,166,216,.95), rgba(31,199,194,.95)) !important;
}
.theme-2026 .frontBracket .bracketInfo h2,
.theme-2026 .frontBracket .bracketInfo h2 a{
  color: rgba(255,255,255,.9) !important;
}

/* Footer: más limpio */
.theme-2026 #footer{
  border-top: 0 !important; /* en common.css hay borde superior grueso */
}

/* ====== Layout más ancho / responsive ====== */
body.theme-2026 #bodyHolder{
  width: min(1320px, calc(100% - 48px)); /* antes 965px */
  margin-left: auto;
  margin-right: auto;
}

/* Sidebar un poco más ancha (ajústala si quieres) */
body.theme-2026 .leftCol,
body.theme-2026 ._fbgleftCol{
  width: 260px; /* antes 208px */
}

/* Columna de contenido ocupa el resto */
body.theme-2026 .contentCol{
  width: calc(100% - 260px);
  min-width: 0;
}

/* Topbar interno alineado con el nuevo sidebar */
body.theme-2026 #bodyTopbar .menuSpacer{
  width: 260px; /* antes 208px */
}

body.theme-2026 #bigSlider .flexslider .slides > li{
  background-size: cover !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
}

body.theme-2026 #bodyTopbar{
  display:flex;
  align-items:normal;
  gap:12px;
}
body.theme-2026 #bodyTopbar .menuSpacer{ flex:0 0 260px; }
body.theme-2026 #bodyTopbar #navBar{ flex:1 1 auto; }
body.theme-2026 #bodyTopbar .becaBtn{ flex:0 0 auto; }
body.theme-2026 #bodyTopbar .clear{ display:none; }

body.theme-2026 .layout-wrap{
  display:flex;
  gap:20px;
  align-items:flex-start;
}

/* mata hardcodes legacy */
body.theme-2026 .leftCol,
body.theme-2026 .contentCol{
  float:none !important;
  width:auto !important;
}

/* ancho sidebar */
body.theme-2026 .leftCol{
  flex:0 0 230px;
}

/* contenido flexible */
body.theme-2026 .contentCol{
  flex:1 1 auto;
  min-width:0;
}

/* el fondo fake de la izquierda ya no es necesario con flex */
body.theme-2026 ._fbgleftCol{
  display:none;
}

body.theme-2026 .pageBody{
  height: auto !important;
  min-height: 0;
  padding-bottom: 24px !important;
  /* legacy common.css forces inner scroll; 2026 needs document scroll */
  overflow: visible !important;
}

/* =========================================================
   2026 – Layout fixes for 3 columns + breadcrumb bar
   Put at end-ish so it wins against older patches.
   =======================================================*/

body.theme-2026 #bodyTopbar{
  height: auto;
  padding: 0;
}

body.theme-2026 #navBar{
  float: none;
  width: 100%;
  margin: 0;
}

/* Ensure the three columns add up cleanly inside the 2026 container */
body.theme-2026 .layout-wrap{
  gap: 18px;
}

/* Logos block is now rendered inside #bodyHolder */
body.theme-2026 .logosHolder{
  clear: both;
  padding: 18px 0 10px;
  margin-top: 18px;
  border-top: 1px solid rgba(0,0,0,.06);
}
body.theme-2026 .logosHolder img{
  max-width: 100%;
  height: auto;
}

body.theme-2026 .leftCol,
body.theme-2026 .rightCol{
  flex: 0 0 250px;
}

body.theme-2026 .contentCol{
  flex: 1 1 auto;
  min-width: 0; /* allow long words to wrap instead of overflowing */
}

/* Cards look: reuse existing markup but give it a cleaner container feel */
body.theme-2026 .leftCol .stickyButton,
body.theme-2026 .rightCol .stickyButton{
  border-radius: 14px;
  overflow: hidden;
}

/* Logos are now INSIDE the main container */
body.theme-2026 .logosHolder{
  max-width: 965px;
  margin: 0 auto 20px;
}

/* =========================================================
   Fondo con olas (sin SVG) – capas suaves en azules
   ========================================================= */

body.theme-2026 #mainBody{
  position: relative;
  overflow: hidden; /* para recortar las olas */
  background: #f6fbff; /* base */
}

.theme-2026 #bigSlider::after{
  content:"";
  position:absolute;
  left:-10%;
  bottom:-140px;
  width:120%;
  height:420px;
  /*background: rgba(0, 165, 190, 0.75);*/
  border-radius: 0 0 50% 50% / 0 0 100% 100%;
  z-index: 2;
}
.theme-2026 #bigSlider::before{
  content:"";
  position:absolute;
  left:-15%;
  bottom:-200px;
  width:130%;
  height:520px;
  /* background: rgba(120, 210, 225, 0.55);
  border-radius: 0 0 60% 60% / 0 0 100% 100%; */
  z-index: 1;
}

/* asegúrate de que el contenido quede arriba */
body.theme-2026 #bodyHolder,
body.theme-2026 #footer,
body.theme-2026 #bigSlider,
body.theme-2026 #logoStamps{
  position: relative;
  z-index: 1;
}


/* =========================================================
   2026: HERO / BANNER wide + olas encima (sin cortes raros)
   ========================================================= */
.theme-2026 #topBar {
  position: absolute !important;
  top: 0; left: 0; right: 0;
  height: 72px;
  background: transparent !important;
  z-index: 50;
}
.theme-2026 .menuContent {
  width: 100% !important;
  max-width: 1230px;
  padding: 0 20px;
  box-sizing: border-box;
}
/* texto del menú en blanco sobre el banner */
.theme-2026 #topBar .mainMenu a,
.theme-2026 #topBar .mainMenu li a {
  color: #fff !important;
  text-shadow: 0 1px 2px rgba(0,0,0,.45);
}
.theme-2026 #topBar .mainMenu li ul {
  background: rgba(0,0,0,.65);
}
/* Evita que el header "empuje" el slider: el slider ya incluye la altura visual */
.theme-2026 #bigSlider {
  top: 0 !important;
  height: 615px !important;
  min-height: 615px !important;
  background: transparent !important;
  overflow: hidden;
}
.theme-2026 #bigSlider .flexslider,
.theme-2026 #bigSlider .flexslider .slides,
.theme-2026 #bigSlider .flexslider .slides li {
  height: 615px !important;
}
.theme-2026 #bigSlider .flexslider .slides li {
  background-size: cover !important;
  background-position: center center !important;
}
/* Quita la máscara PNG vieja (era la que generaba el "bloque" raro) */
.theme-2026 #bigSlider /* Olas / overlays: sutil transparencia encima del banner */
.theme-2026 #bigSlider .slideMask::before {
  content: "";
  position: absolute;
  inset: 0;
  /*
  background: linear-gradient(to bottom,
	rgba(0, 150, 190, .10) 0%,
	rgba(0, 150, 190, .22) 45%,
	rgba(0, 150, 190, .05) 100%);
*/
}
.theme-2026 #bigSlider .slideMask::after {
  content: "";
  position: absolute;
  left: 0; right: 0; bottom: -2px;
  height: 220px;
  /*
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%27http%3A//www.w3.org/2000/svg%27%20viewBox%3D%270%200%201440%20320%27%20preserveAspectRatio%3D%27none%27%3E%0A%3Cpath%20fill%3D%27rgba%280%2C164%2C192%2C0.55%29%27%20d%3D%27M0%2C160L60%2C149.3C120%2C139%2C240%2C117%2C360%2C122.7C480%2C128%2C600%2C160%2C720%2C176C840%2C192%2C960%2C192%2C1080%2C170.7C1200%2C149%2C1320%2C107%2C1380%2C85.3L1440%2C64L1440%2C320L0%2C320Z%27/%3E%0A%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  */
  pointer-events: none;
}
/* Para que el contenido arranque inmediatamente después del banner (sin mega espacio) */
.theme-2026 #mainBody {
  position: relative;
}
.theme-2026 #bodyHolder {
  margin-top: 0 !important;
}

body.theme-2026 #topBar{
  position:absolute !important;
  top:0 !important;
  left:0 !important;
  right:0 !important;
  z-index:9999 !important;
  background:transparent !important;
}
body.theme-2026 #topBar .menuContent{ background:transparent !important; }
body.theme-2026 #topBar .mainMenu a,
body.theme-2026 #topBar .mainMenu a:visited{
  color:#fff !important;
  text-shadow:0 1px 2px rgba(0,0,0,.35) !important;
}

/* 2) Slider wide y consistente */
body.theme-2026 #bigSlider{
  position:relative !important;
  top:0 !important;           /* mata top:-65px legacy */
  margin-top:0 !important;
  height:615px !important;
  overflow:hidden !important;
  z-index:1 !important;
}
body.theme-2026 #bigSlider .flexslider,
body.theme-2026 #bigSlider .flex-viewport,
body.theme-2026 #bigSlider .slides,
body.theme-2026 #bigSlider .slides li{
  height:615px !important;
}

/* 3) Quita la máscara vieja */
body.theme-2026 #bigSlider /* 4) Asegura cover en el LI (slider usa background-image inline) */
body.theme-2026 #bigSlider .slides li{
/*
  background-size:cover !important;
  background-repeat:no-repeat !important;
  background-position:center center !important;
 */
}

/* 5) Overlay suave + ola al pie */
body.theme-2026 #bigSlider::before{
  content:"";
  position:absolute;
  inset:0;
  /*
  background:linear-gradient(180deg,
	rgba(0,160,200,.15) 0%,
	rgba(0,160,200,.10) 45%,
	rgba(0,160,200,.06) 70%,
	rgba(0,160,200,.00) 100%
  );
  */
  z-index:2;
  pointer-events:none;
}

/* Ola SVG embebida (solo abajo) */
body.theme-2026 #bigSlider::after{
  content:"";
  position:absolute;
  left:0; right:0;
  bottom:-1px;
  height:240px;
  z-index:3;
  pointer-events:none;
  /*
  background-repeat:no-repeat;
  background-position:bottom center;
  background-size:cover;
  background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1440 320'%3E%3Cpath fill='%2300A6C7' fill-opacity='0.38' d='M0,256L80,234.7C160,213,320,171,480,170.7C640,171,800,213,960,208C1120,203,1280,149,1360,122.7L1440,96L1440,320L1360,320C1280,320,1120,320,960,320C800,320,640,320,480,320C320,320,160,320,80,320L0,320Z'%3E%3C/path%3E%3C/svg%3E");
  */
}

/*
  ==========================================================================
  2026 – Overrides finales (limpieza)
  --------------------------------------------------------------------------
  Este archivo terminó con varios “parches” duplicados que se estaban
  pisando entre sí (margin-top, overlays y máscaras).

  Para evitar plastas/degradados inesperados:
  - NO generamos overlays aquí.
  - El overlay de olas queda **solo** en common.css (slideMask -> waves.png).
  - Aquí solo dejamos el layout correcto del card blanco.
  ==========================================================================
*/

/* Fondo general limpio */
body.theme-2026{ background:#f5fbfe; }

/* Card blanco – redondeado y recortando hijos (esto arregla el “cuadro” cuadrado) */
body.theme-2026 #mainBody{
  position:relative;
  z-index:5;
  padding-top:0;
}

body.theme-2026 #bodyHolder{
  position:relative;
  z-index:10;
  /* Ajusta cuánto “sube” el card sobre el banner.
     Si quieres ver más máscara/olas, baja este valor (menos negativo). */
  margin-top:-310px;

  background:#fff;
  border-radius:18px;
  box-shadow:0 12px 30px rgba(0,0,0,0.12);

  /* CLAVE: esto es lo que hace que el header + sidebar respeten las esquinas */
  overflow:hidden;
}

/* Asegura que el slider NO meta degradados/mascaras desde este archivo */
body.theme-2026 #bigSlider,
body.theme-2026 #bigSlider::before,
body.theme-2026 #bigSlider::after{
  background:none !important;
}

.hero-title {
  position: absolute;
  bottom: 90px;
  left: 80px;
  z-index: 5;
  max-width: 600px;
}

.hero-title h1 {
  margin: 0;
  color: #ffffff;
  font-size: 37px;
  line-height: 1.15;
  font-weight: 700;
  letter-spacing: 0.5px;
  text-shadow: 0 2px 12px rgba(0,0,0,0.25);
}

.hero-title h1 span {
  font-weight: 600;
  display: block;
  font-size: 28px;
  color: #e8b926;
  text-shadow:
      0 2px 4px rgba(0,0,0,0.1),
     -1px -1px 0 rgba(40, 30, 10, 0.3),
      1px -1px 0 rgba(40, 30, 10, 0.3),
     -1px  1px 0 rgba(40, 30, 10, 0.3),
      1px  1px 0 rgba(40, 30, 10, 0.3);
}

/* =========================
   CTA Strip (camino guiado)
   ========================= */

.cta-strip{
  position: relative;
  z-index: 5;
  margin-top: -30px;
  padding: 0 16px 18px;
}

.cta-strip__inner{
  max-width: 1220px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.1fr 40px 1.35fr 40px 1.35fr 1.05fr;
  gap: 16px;
  align-items: stretch;

  background: rgba(255,255,255,.78);
  border: 1px solid rgba(0,0,0,.06);
  border-radius: 18px;
  box-shadow: 0 18px 40px rgba(0,0,0,.12);
  padding: 16px;
  backdrop-filter: blur(6px);
}

.cta-card{
  display: flex;
  gap: 12px;
  align-items: center;
  padding: 14px 14px;
  border-radius: 14px;
  background: rgba(255,255,255,.92);
  border: 1px solid rgba(0,0,0,.08);
  text-decoration: none;
  color: inherit;
  min-height: 74px;
}

.cta-card__icon{
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border-radius: 12px;
  background: rgba(0,153,204,.12);
  font-size: 20px;
}

.cta-card__body{ line-height: 1.15; }

.cta-card__title{
  font-weight: 800;
  font-size: 18px;
  color: #1f2b3a;
  margin-bottom: 4px;
}

.cta-card__desc{
  font-size: 13px;
  color: #34485f;
}

.cta-card__desc--big{
  font-size: 22px;
  font-weight: 900;
  color: #0f2439;
}

.cta-card__arrow{
  font-weight: 900;
  margin-left: 6px;
}

.cta-card__badge{
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border-radius: 12px;
  font-weight: 900;
  background: rgba(0,153,204,.14);
  color: #0b5d78;
}

/* Separadores (flechas) */
.cta-flow-arrow{
  display: grid;
  place-items: center;
  font-weight: 900;
  color: rgba(15,36,57,.55);
  font-size: 22px;
}

/* Variantes */
.cta-card--calendar .cta-card__icon{
  background: rgba(0,153,204,.30);
}

.cta-card--step1{
  background: rgba(235, 248, 255, .92);
  border-color: rgba(0,153,204,.22);
}

.cta-card--step2{
  background: rgba(240, 252, 249, .92);
  border-color: rgba(0,153,153,.20);
}

.cta-card--meta{
  background: rgba(255,255,255,.92);
  border-style: dashed;
  border-color: rgba(15,36,57,.18);
}

/* Interacción (solo links) */
.cta-card[href]{
  cursor: pointer;
  transition: transform .12s ease, box-shadow .12s ease, border-color .12s ease, background .12s ease;
}

.cta-card[href]:hover{
  transform: translateY(-2px);
  box-shadow: 0 10px 18px rgba(0,0,0,.10);
  border-color: rgba(0,153,204,.35);
}

.cta-card[href]:active{
  transform: translateY(0);
}

/* Focus accesible */
.cta-card[href]:focus{
  outline: none;
}
.cta-card[href]:focus-visible{
  box-shadow: 0 0 0 3px rgba(0,153,204,.35), 0 18px 40px rgba(0,0,0,.12);
}

/* ===== Layout 3 columnas ===== */
.contentHolder {
  margin: 0 auto;
  padding: 0 0px 40px;
}

.layout-wrap {
  display: flex;
  gap: 24px;
  align-items: flex-start;
}

/* Izquierda */
.leftCol {
  width: 230px;               /* ajustable */
  flex: 0 0 260px;
}

/* Centro */
.contentCol {
  flex: 1 1 auto;
  min-width: 0;               /* importante para evitar overflow en flex */
}

/* Derecha */
.rightCol {
  width: 230px;               /* ajustable */
  flex: 0 0 260px;
}

/* Logos dentro del layout */
.logosHolder {
  margin-top: 24px;
  padding-top: 18px;
  border-top: 1px solid rgba(0,0,0,.08);
}

/* === MENÚS LATERALES – ESTILO MODERNO === */

.leftCol ul.underMenu,
.rightCol ul.underMenu{
  list-style: none;
  padding: 0;
  margin: 0;
}

.leftCol ul.underMenu li,
.rightCol ul.underMenu li{
  margin-bottom: 10px;
}

/* Links */
.leftCol ul.underMenu li a,
.rightCol ul.underMenu li a{
  display: block;
  padding: 10px 14px;
  background: #ffffff;
  border: 1px solid rgba(0,0,0,.08);
  border-radius: 10px;
  color: #1b3b5a;
  font-weight: 500;
  font-size: 14px;
  text-align: left;
  transition: all .2s ease;
  box-shadow: 0 4px 12px rgba(0,0,0,.04);
}

/* Hover */
.leftCol ul.underMenu li a:hover,
.rightCol ul.underMenu li a:hover{
  background: #f0f8fc;
  border-color: #6bb6d6;
  transform: translateY(-1px);
}

/* Activo / sección actual */
.leftCol ul.underMenu li.active a,
.rightCol ul.underMenu li.active a{
  background: linear-gradient(135deg,#4faad1,#6fc3e8);
  color: #fff;
  border: none;
  box-shadow: 0 8px 20px rgba(79,170,209,.35);
}

/* =========================
   MENÚS LATERALES (MODERN)
   ========================= */
body.theme-2026 .leftCol ul.underMenu,
body.theme-2026 .rightCol ul.underMenu{
  list-style: none;
  margin: 0;
  padding: 0;
}

/* El LI solo separa, NO pinta */
body.theme-2026 .leftCol ul.underMenu li,
body.theme-2026 .rightCol ul.underMenu li{
  background: transparent !important;
  margin: 0 0 12px !important;
  padding: 0 !important;
}

/* La “card” vive en el A */
body.theme-2026 .leftCol ul.underMenu li a,
body.theme-2026 .rightCol ul.underMenu li a{
  display: block !important;
  background: #ffffff !important;

  /* elimina el estilo legacy */
  border-right: 0 !important;

  border: 1px solid rgba(0,0,0,.08) !important;
  border-radius: 14px !important;

  padding: 14px 16px !important;
  margin: 0 !important;

  color: #183B56 !important;
  font-size: 16px !important;
  font-weight: 600 !important;
  line-height: 1.25 !important;
  text-decoration: none !important;

  box-shadow: 0 10px 22px rgba(0,0,0,.08) !important;
  transition: transform .15s ease, box-shadow .15s ease, background .15s ease, border-color .15s ease;
}

/* Hover con micro-elevación */
body.theme-2026 .leftCol ul.underMenu li a:hover,
body.theme-2026 .rightCol ul.underMenu li a:hover{
  transform: translateY(-1px);
  box-shadow: 0 14px 28px rgba(0,0,0,.12) !important;
  border-color: rgba(0,0,0,.12) !important;
}

/* Activo (current) */
body.theme-2026 .leftCol ul.underMenu li.current a,
body.theme-2026 .rightCol ul.underMenu li.current a{
  background: #EAF6FF !important;
  border-color: rgba(32,140,255,.25) !important;
  box-shadow: 0 12px 26px rgba(0,0,0,.10) !important;
}

/* “Accent” lateral sutil (en vez de la barra gruesa legacy) */
body.theme-2026 .leftCol ul.underMenu li.current a,
body.theme-2026 .rightCol ul.underMenu li.current a{
  position: relative;
}
body.theme-2026 .leftCol ul.underMenu li.current a:before,
body.theme-2026 .rightCol ul.underMenu li.current a:before{
  content: "";
  position: absolute;
  left: 0px;
  top: 50%;
  bottom: 0px;
  width: 4px;
  border-radius: 99px;
  background: #2AA7E8;
  opacity: .9;
  height: 100%;
}
body.theme-2026 .leftCol ul.underMenu li.current a{
  padding-left: 22px !important; /* para que no choque con el accent */
}
body.theme-2026 .rightCol ul.underMenu li.current a{
  padding-left: 22px !important;
}

/* === MENU LATERAL MODERNO 2026 === */

body.theme-2026 .leftCol ul.underMenu li {
  margin-bottom: 8px;
}

body.theme-2026 .leftCol ul.underMenu li a {
  display: block;
  padding: 12px 16px;

  background: #ffffff;
  border: none;
  border-radius: 12px;
  box-shadow: none;

  font-size: 15px;
  font-weight: 500;
  line-height: 24px;
  color: #1b3b5a;

  transition: background-color .2s ease, color .2s ease;
}

body.theme-2026 .leftCol ul.underMenu li a:hover {
  background: #eef6fb;
  color: #0f2f4a;
}

/* Activo */
body.theme-2026 .leftCol ul.underMenu li.current a,
body.theme-2026 .leftCol ul.underMenu li.first.current a {
  background: #e6f2fa;
  color: #0b3a5f;
  font-weight: 600;
}

/* ============ MENÚ LATERAL MODERNO (como tu referencia) ============ */

/* Contenedor (una sola card) */
body.theme-2026 .leftCol ul.underMenu,
body.theme-2026 .rightCol ul.underMenu{
  background: #ffffff;
  border: 1px solid rgba(0,0,0,.06);
  border-radius: 16px;
  padding: 10px 0;
  margin: 0 0 18px 0;
  box-shadow: 0 10px 26px rgba(0,0,0,.08);
  overflow: hidden; /* importante para que se vea como una sola card */
}

/* Quita la separación “por item” que provoca look de cards */
body.theme-2026 .leftCol ul.underMenu li,
body.theme-2026 .rightCol ul.underMenu li{
  margin: 0 !important;
  background: transparent !important;
}

/* Links como filas, NO como tarjetas */
body.theme-2026 .leftCol ul.underMenu li a,
body.theme-2026 .rightCol ul.underMenu li a{
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;

  padding: 14px 16px;
  margin: 0 !important;

  background: transparent !important;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;

  color: #1b3b5a;
  font-size: 15px;
  font-weight: 600; /* si lo quieres menos “grueso”, bájalo a 500 */
  line-height: 1.2;
  text-decoration: none;

  transition: background .15s ease, transform .15s ease;
}

/* Separadores entre items */
body.theme-2026 .leftCol ul.underMenu li + li a,
body.theme-2026 .rightCol ul.underMenu li + li a{
  border-top: 1px solid rgba(0,0,0,.06) !important;
}

/* Iconito a la izquierda (triangulito tipo navegación) */
body.theme-2026 .leftCol ul.underMenu li a::before,
body.theme-2026 .rightCol ul.underMenu li a::before{
  content: "▸";
  font-size: 14px;
  color: rgba(27,59,90,.55);
  margin-right: 8px;
}

/* Flechita a la derecha (CTA) */
body.theme-2026 .leftCol ul.underMenu li a::after,
body.theme-2026 .rightCol ul.underMenu li a::after{
  content: "›";
  font-size: 18px;
  color: rgba(27,59,90,.45);
}

/* Hover (suave) */
body.theme-2026 .leftCol ul.underMenu li a:hover,
body.theme-2026 .rightCol ul.underMenu li a:hover{
  background: rgba(90, 174, 220, .12) !important; /* azul suave */
}

/* Activo (current) */
body.theme-2026 .leftCol ul.underMenu li.current > a,
body.theme-2026 .rightCol ul.underMenu li.current > a{
  background: rgba(90, 174, 220, .18) !important;
  font-weight: 700;
}

/* =========================
   MENÚS LATERALES (2026)
   Objetivo: look moderno tipo "Navegación" (lista dentro de una card)
   ========================= */

/* Quita aire arriba de columnas */
body.theme-2026 .leftCol,
body.theme-2026 .rightCol{
  padding-top: 0 !important;
}

/* Card contenedora del menú (NO cards por item) */
body.theme-2026 .leftCol ul.underMenu,
body.theme-2026 .rightCol ul.underMenu{
  background: #fff !important;
  border: 1px solid rgba(0,0,0,.08) !important;
  border-radius: 16px !important;
  box-shadow: 0 12px 28px rgba(0,0,0,.08) !important;

  /* OJO: aquí está el "sin margen arriba" */
  margin: 15px 10px 18px 10px !important;
  padding: 10px 0 8px 0 !important;
  overflow: hidden; /* para que el radius recorte separators */
}

/* Título "Navegación" sin HTML (pseudo-elemento) */
body.theme-2026 .leftCol ul.underMenu::before,
body.theme-2026 .rightCol ul.underMenu::before{
  content: "Navegación";
  display: block;
  padding: 14px 18px 10px 18px;
  font-size: 20px;
  font-weight: 700;
  color: #1b3b5a;
}

/* Items: sin "card" por li */
body.theme-2026 .leftCol ul.underMenu li,
body.theme-2026 .rightCol ul.underMenu li{
  margin: 0 !important;
  background: transparent !important;
}

/* Links estilo lista */
body.theme-2026 .leftCol ul.underMenu li a,
body.theme-2026 .rightCol ul.underMenu li a{
  display: block !important;
  position: relative;
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;

  /* separación como lista */
  padding: 16px 44px 16px 40px !important;
  margin: 0 !important;

  /* tipografía (menos "gruesa" que lo que te salió) */
  font-size: 14px !important;
  font-weight: 300 !important;
  line-height: 1.2 !important;
  color: #1b3b5a !important;
  text-decoration: none !important;
}

/* Separadores entre items */
body.theme-2026 .leftCol ul.underMenu li + li a,
body.theme-2026 .rightCol ul.underMenu li + li a{
  border-top: 1px solid rgba(0,0,0,.08) !important;
}

/* Triangulito IZQUIERDA (cerca del texto) */
body.theme-2026 .leftCol ul.underMenu li a::before,
body.theme-2026 .rightCol ul.underMenu li a::before{
  content: "▸";
  position: absolute;
  left: 18px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 16px;
  color: rgba(27,59,90,.55);
}

/* Chevron DERECHA */
body.theme-2026 .leftCol ul.underMenu li a::after,
body.theme-2026 .rightCol ul.underMenu li a::after{
  content: "›";
  position: absolute;
  right: 18px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 22px;
  color: rgba(27,59,90,.45);
}

/* Hover / activo */
body.theme-2026 .leftCol ul.underMenu li a:hover,
body.theme-2026 .rightCol ul.underMenu li a:hover{
  background: rgba(86, 166, 198, .10) !important;
}

body.theme-2026 .leftCol ul.underMenu li.current > a,
body.theme-2026 .rightCol ul.underMenu li.current > a{
  background: rgba(86, 166, 198, .16) !important;
  font-weight: 700 !important;
}

/* Limpia el <li class="clear"> del legacy */
body.theme-2026 ul.underMenu li.clear{
  display: none !important;
}

/* =========================
   CONTACTO: su card aparte (como tu imagen 1)
   ========================= */
body.theme-2026 .leftCol .stickyButton,
body.theme-2026 .rightCol .stickyButton{
  background: #fff !important;
  border: 1px solid rgba(0,0,0,.08) !important;
  border-radius: 16px !important;
  box-shadow: 0 12px 28px rgba(0,0,0,.08) !important;

  margin: 10px !important;
  padding: 16px 18px !important;
}

body.theme-2026 .leftCol .stickyButton .title2,
body.theme-2026 .rightCol .stickyButton .title2{
  font-size: 18px !important;
  font-weight: 700 !important;
  color: #6b6b6b !important;
  margin: 0 0 12px 0 !important;
}

body.theme-2026 .leftCol .stickyButton p,
body.theme-2026 .rightCol .stickyButton p{
  color: #7a7a7a !important;
  line-height: 1.25 !important;
}

/* Estado activo */
body.theme-2026 .leftCol ul.underMenu li.current > a{
  position: relative;
  background: rgba(86,166,198,.16) !important;
  font-weight: 700 !important;
}

/* Barra azul alineada correctamente */
body.theme-2026 .leftCol ul.underMenu li.current > a::before,
body.theme-2026 .rightCol ul.underMenu li.current > a::before,{
  content: "";
  position: absolute;
  left: 0;
  top: 25px;
  height: 100%;
  width: 4px;
  background: #4fa3d1;
  border-radius: 0 4px 4px 0;
}

body.theme-2026 .contentCol .subtitle{
  font-size: 24px;
  font-family: 'Inter', 'Segoe UI', Tahoma, sans-serif;
  font-weight: 300 !important;
  color: #0093d0;
  margin-top: -15px;
  margin-bottom: 10px;
}

/* ================================
   OTRAS BECAS PARCIALES – INFO BLOCK
   ================================ */

.infoHighlights {
  margin-top: 40px;
  margin-bottom: 20px;
}

.infoHighlights__title {
  font-size: 22px;
  font-weight: 700;
  color: #1f6fb2;
  margin-bottom: 20px;
}

.infoHighlights__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.infoHighlights__item {
  background: #ffffff;
  border-radius: 14px;
  padding: 18px 20px;
  display: flex;
  align-items: center;
  gap: 14px;
  box-shadow: 0 8px 22px rgba(0,0,0,.06);
  border: 1px solid rgba(0,0,0,.04);
}

.infoHighlights__icon {
  width: 42px;
  height: 42px;
  border-radius: 10px;
  background: #e9f3fb;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.infoHighlights__icon svg {
  width: 22px;
  height: 22px;
  fill: #1f6fb2;
}

.infoHighlights__content {
  display: flex;
  flex-direction: column;
}

.infoHighlights__label {
  font-size: 13px;
  font-weight: 600;
  color: #6c7a89;
  margin-bottom: 2px;
}

.infoHighlights__value {
  font-size: 15px;
  font-weight: 600;
  color: #243b53;
  line-height: 1.3;
}

/* Callout suave */
.theme-2026 .content-callout{
  display: flex;
  gap: 12px;
  align-items: flex-start;
  padding: 14px 16px;
  margin: 18px 0;
  background: #f5fbff;
  border: 1px solid rgba(0,0,0,.06);
  border-radius: 14px;
  box-shadow: 0 8px 18px rgba(0,0,0,.05);
}

.theme-2026 .content-callout__icon{
  width: 34px;
  height: 34px;
  border-radius: 10px;
  display: grid;
  place-items: center;
  font-weight: 700;
  color: #1b3b5a;
  background: rgba(103, 200, 240, .22);
  border: 1px solid rgba(103, 200, 240, .35);
  flex: 0 0 auto;
}

.theme-2026 .content-callout__title{
  font-weight: 700;
  color: #1b3b5a;
  margin-bottom: 2px;
}

.theme-2026 .content-callout__text{
  color: #2b2b2b;
  line-height: 1.4;
}

.theme-2026 .content-callout__link{
  font-weight: 700;
  color: #1b3b5a;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.theme-2026 .content-callout__link:hover{
  text-decoration-thickness: 2px;
}