/* Generated by less 3.11.1 */
/*============
//   ÍNDICE
//   01. Tokens & Variables
//   02. Bootstrap Token Overrides (CSS vars)
//   03. Mixins
//   04. Base
//   06. Override — Botones
//   07. Override — Cards (base Bootstrap .card)
//   08. Hero Index
//   09. Hero Azul (páginas interiores)
//   10. Hero Split (Contacto)
//   11. Hero Stats Bar
//   12. Page Header
//   13. Breadcrumb
//   14. Section Labels & Dividers
//   15. Election Cards
//   16. Result Cards
//   17. Info Cards
//   18. Convocatoria Sidebar
//   19. File Rows
//   20. Area Accordion
//   21. Timeline
//   22. Quick Chips
//   23. Map Block
//   24. Pending Cards
//   25. Sidebar Cards
//   26. Institutional Links
//   27. Role Tabs
//   28. Footer Bar
//   29. Utilidades custom
//   30. Animaciones & Keyframes
//   31. Responsive (complementario a Bootstrap)
============*/
/*============
01. TOKENS & VARIABLES LESS
============*/
/*============
02. BOOTSTRAP TOKEN OVERRIDES
============*/
:root {
  --bs-primary: #002868;
  --bs-primary-rgb: 0, 40, 104;
  --bs-link-color: #B8952A;
  --bs-link-hover-color: #D4AF5A;
  --bs-body-font-family: 'DM Sans', system-ui, sans-serif;
  --bs-body-bg: #F7F5F0;
  --bs-body-color: #1A1A2E;
  --bs-border-radius: 8px;
  --bs-border-radius-sm: 6px;
  --bs-border-radius-lg: 14px;
  --bs-border-radius-xl: 18px;
  --bs-border-radius-xxl: 20px;
  --bs-border-color: rgba(0, 40, 104, 0.09);
  --bs-navbar-padding-y: 0;
  --gold: #B8952A;
  --gold-light: #D4AF5A;
  --blue: #002868;
  --blue-mid: #003A8C;
  --cream: #F7F5F0;
  --dark: #0E1420;
  --nav-h: 80px;
  --shadow-sm: 0 2px 12px rgba(0, 40, 104, 0.05);
  --shadow-md: 0 4px 20px rgba(0, 40, 104, 0.1);
  --shadow-xl: 0 28px 56px rgba(0, 40, 104, 0.22);
}
/*============
03. MIXINS
============*/
/*============
04. BASE
============*/
body {
  font-family: 'DM Sans', system-ui, sans-serif;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
img {
  display: block;
  max-width: 100%;
}
html {
  scroll-behavior: smooth;
}
/*============
06. OVERRIDE — BOTONES 
============*/
.btn-c-primary {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  background: #002868;
  color: #fff;
  border: 2px solid #002868;
  border-radius: 8px;
  padding: 0.72rem 1.8rem;
  font-size: 0.875rem;
  font-weight: 600;
  letter-spacing: 0.03em;
  text-decoration: none;
  cursor: pointer;
  transition: background 0.2s, box-shadow 0.2s, transform 0.2s;
}
.btn-c-primary:hover {
  background: #003A8C;
  box-shadow: 0 8px 22px rgba(0, 40, 104, 0.24);
  transform: translateY(-2px);
  color: #fff;
}
.btn-c-outline {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  background: transparent;
  color: #002868;
  border: 2px solid rgba(0, 40, 104, 0.22);
  border-radius: 8px;
  padding: 0.72rem 1.8rem;
  font-size: 0.875rem;
  font-weight: 500;
  letter-spacing: 0.03em;
  text-decoration: none;
  cursor: pointer;
  transition: border-color 0.25s, background 0.25s, transform 0.2s;
}
.btn-c-outline:hover {
  border-color: #002868;
  background: rgba(0, 40, 104, 0.05);
  transform: translateY(-2px);
  color: #002868;
}
.btn-back {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 8px;
  color: rgba(255, 255, 255, 0.75);
  padding: 0.45rem 1rem;
  font-size: 0.8rem;
  font-weight: 500;
  text-decoration: none;
  transition: background 0.25s, color 0.25s;
}
.btn-back svg {
  width: 14px;
  height: 14px;
  stroke: currentColor;
}
.btn-back:hover {
  background: rgba(255, 255, 255, 0.14);
  color: #fff;
}
.btn-download-pdf {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  background: #B8952A;
  color: #fff;
  border: none;
  border-radius: 8px;
  padding: 0.65rem 1rem;
  font-size: 0.8rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  text-decoration: none;
  cursor: pointer;
  transition: background 0.25s, transform 0.2s;
}
.btn-download-pdf svg {
  width: 15px;
  height: 15px;
  fill: currentColor;
}
.btn-download-pdf:hover {
  background: #D4AF5A;
  color: #fff;
  transform: translateY(-1px);
}
.btn-ver-resultado {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  background: #002868;
  color: #fff;
  border: none;
  border-radius: 8px;
  padding: 0.55rem 1.2rem;
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  text-decoration: none;
  flex-shrink: 0;
  transition: background 0.25s, transform 0.2s;
}
.btn-ver-resultado svg {
  width: 13px;
  height: 13px;
  fill: currentColor;
}
.btn-ver-resultado:hover {
  background: #003A8C;
  color: #fff;
  transform: translateY(-1px);
}
.btn-maps {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  background: #002868;
  color: #fff;
  border: none;
  border-radius: 8px;
  padding: 0.5rem 1rem;
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  text-decoration: none;
  white-space: nowrap;
  transition: background 0.25s;
}
.btn-maps svg {
  width: 12px;
  height: 12px;
  fill: currentColor;
}
.btn-maps:hover {
  background: #003A8C;
  color: #fff;
}
.btn-dl {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  padding: 0.4rem 0.9rem;
  border-radius: 7px;
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  text-decoration: none;
  white-space: nowrap;
  flex-shrink: 0;
  transition: background 0.2s, transform 0.15s;
}
.btn-dl svg {
  width: 12px;
  height: 12px;
  fill: currentColor;
}
.btn-dl.btn-dl-docx {
  background: rgba(0, 82, 204, 0.08);
  color: #0052CC;
  border: 1px solid rgba(0, 82, 204, 0.18);
}
.btn-dl.btn-dl-docx:hover {
  background: rgba(0, 82, 204, 0.14);
  color: #0052CC;
  transform: translateY(-1px);
}
.btn-dl.btn-dl-pdf {
  background: rgba(220, 38, 38, 0.08);
  color: #DC2626;
  border: 1px solid rgba(220, 38, 38, 0.18);
}
.btn-dl.btn-dl-pdf:hover {
  background: rgba(220, 38, 38, 0.14);
  color: #DC2626;
  transform: translateY(-1px);
}
/*============
07. OVERRIDE — CARD BASE
============*/
.card {
  border-color: rgba(0, 40, 104, 0.09);
  border-radius: 18px;
  box-shadow: 0 2px 12px rgba(0, 40, 104, 0.05);
  transition: box-shadow 0.3s, transform 0.3s;
}
.card:hover {
  box-shadow: 0 4px 20px rgba(0, 40, 104, 0.1);
}
.card .card-header {
  background: #002868;
  padding: 1.25rem 1.5rem;
  display: flex;
  align-items: center;
  gap: 0.85rem;
  border-bottom: none;
}
/* ==========
Header
========== */
.header {
  transition: all 0.5s;
  z-index: 997;
  padding: 4px 0;
  box-shadow: 0px 0px 15px 3px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0px 0px 15px 3px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 0px 15px 3px rgba(0, 0, 0, 0.3);
}
.header .header-bg-split {
  position: absolute;
  inset: 0;
  display: flex;
  overflow: hidden;
  z-index: 0;
  pointer-events: none;
}
.header .header-bg-split .header-bg-cream {
  width: 180px;
  background: #F7F5F0;
  flex-shrink: 0;
}
.header .header-bg-split .header-bg-cream::after {
  content: "";
  position: absolute;
  top: 0;
  left: 180px;
  height: 100%;
  width: 60px;
  background: #F7F5F0;
  transform: skewX(-18deg);
  transform-origin: top left;
}
.header .header-bg-split .header-bg-blue {
  flex: 1;
  background: #002868;
}
.header .container-fluid {
  position: relative;
  z-index: 1;
}
.header .log-sc {
  gap: 10px;
}
.header .log-sc img {
  height: 68px;
  padding: 5px 0;
}
.header .log-sc .logo-left {
  margin-left: 15px;
}
.header .log-sc .logo-right {
  margin-left: 5px;
}
.header .btn-main {
  display: none;
}
.header .navbar {
  background: transparent;
}
.header.sticked {
  margin: 0;
  padding: 4px 0;
}
@media (max-width: 1279px) {
  .header {
    padding: 5px 0;
    margin-top: 0px;
  }
  .header .header-bg-split .header-bg-cream {
    width: 140px;
  }
  .header .header-bg-split .header-bg-cream::after {
    left: 140px;
    width: 40px;
  }
  .header .log-sc img {
    height: 50px !important;
    margin: 5px 8px 5px 0 !important;
  }
  .header .btn-nav {
    display: none !important;
  }
  .header .btn-main {
    margin: auto;
    display: block;
    max-width: 230px;
    color: #B8952A;
  }
  .header.sticked {
    padding: 5px 0;
  }
}
/* ==========
Nav Desktop
========== */
@media (min-width: 1280px) {
  .navbar {
    padding: 0;
  }
  .navbar ul {
    margin: 0;
    padding: 0;
    display: flex;
    list-style: none;
    align-items: center;
  }
  .navbar li {
    position: relative;
  }
  .navbar li:hover a {
    color: #D4AF5A;
  }
  .navbar a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 5px 20px;
    font-family: sans-serif;
    font-size: 16px;
    font-weight: 600;
    color: #F7F5F0;
    white-space: nowrap;
    transition: 0.3s;
    text-decoration: none;
  }
  .navbar a i {
    font-size: 12px;
    line-height: 0;
    margin-left: 5px;
  }
  .navbar a:hover {
    color: #fff;
  }
  .navbar .active {
    color: #D4AF5A;
    border-bottom: 2px solid #D4AF5A;
    border-bottom-width: 50%;
  }
  .navbar .active:focus {
    color: #fff;
  }
  .mobile-nav-show {
    display: none !important;
  }
  .mobile-nav-hide {
    display: none !important;
  }
}
/* ==========
Nav mobile
========== */
@media (max-width: 1279px) {
  .navbar {
    position: fixed;
    top: 0;
    right: -100%;
    width: 100%;
    max-width: 400px;
    bottom: 0;
    transition: 0.3s;
    z-index: 9997;
  }
  .navbar ul {
    position: absolute;
    inset: 0;
    padding: 50px 0 10px 0;
    margin: 0;
    background: #002868;
    overflow-y: auto;
    transition: 0.3s;
    z-index: 9998;
    text-align: center;
  }
  .navbar a {
    padding: 16px;
    font-family: sans-serif;
    font-size: 18px;
    font-weight: 600;
    color: #F7F5F0;
    white-space: nowrap;
    transition: 0.3s;
    text-decoration: none;
  }
  .navbar a:focus {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 20px;
    font-family: sans-serif;
    font-size: 15px;
    font-weight: 600;
    color: #D4AF5A;
    white-space: nowrap;
    transition: 0.3s;
  }
  .navbar a:focus i {
    font-size: 12px;
    line-height: 0;
    margin-left: 5px;
  }
  .navbar a i {
    font-size: 12px;
    line-height: 0;
    margin-left: 5px;
  }
  .navbar a:hover {
    color: #D4AF5A !important;
  }
  .navbar .active {
    background: #D4AF5A;
    color: #fff;
  }
  .navbar .active:focus {
    color: #fff;
  }
  .navbar li {
    margin: 20px 0;
    padding: 15px 0;
    list-style: none;
  }
  .navbar li:hover > a {
    color: #fff;
  }
  .mobile-nav-show {
    color: #F7F5F0;
    font-size: 30px !important;
    font-weight: 500;
    cursor: pointer;
    line-height: 0;
    transition: 0.5s;
    position: fixed;
    right: 10px;
    top: 15px;
  }
  .mobile-nav-hide {
    color: #F7F5F0;
    font-size: 30px !important;
    cursor: pointer;
    line-height: 0;
    transition: 0.5s;
    position: fixed;
    right: 10px;
    top: 15px;
    z-index: 9999;
  }
  .mobile-nav-active {
    overflow: hidden;
  }
  .mobile-nav-active .navbar {
    right: 0;
  }
  .mobile-nav-active .navbar:before {
    content: "";
    position: fixed;
    inset: 0;
    background: rgba(27, 47, 69, 0.7);
    z-index: 9996;
  }
}
/*============
08. HERO INDEX
============*/
.hero-index {
  min-height: 100vh;
  padding-top: 80px;
  padding: 5rem;
  position: relative;
  overflow: hidden;
}
.hero-index::before {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse 65% 55% at 78% 50%, rgba(0, 40, 104, 0.055) 0%, transparent 70%), radial-gradient(ellipse 35% 35% at 18% 82%, rgba(184, 149, 42, 0.065) 0%, transparent 60%), linear-gradient(155deg, #F7F5F0 0%, #EDE9DF 100%);
  z-index: 0;
}
.hero-index::after {
  content: '';
  position: absolute;
  inset: 0;
  background-image: linear-gradient(rgba(0, 40, 104, 0.028) 1px, transparent 1px), linear-gradient(90deg, rgba(0, 40, 104, 0.028) 1px, transparent 1px);
  background-size: 60px 60px;
  mask-image: radial-gradient(ellipse 80% 70% at 50% 50%, black 0%, transparent 100%);
  -webkit-mask-image: radial-gradient(ellipse 80% 70% at 50% 50%, black 0%, transparent 100%);
  z-index: 0;
}
.hero-index .hero-line {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 5px;
  background: linear-gradient(180deg, transparent 0%, #B8952A 30%, #D4AF5A 60%, transparent 100%);
  opacity: 0.55;
  z-index: 1;
}
.hero-index > .container-xl {
  position: relative;
  z-index: 2;
}
.hero-index .sub-title {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: clamp(0.9rem, 13vw, 1.4rem);
}
@media (max-width: 991.98px) {
  .hero-index {
    padding: 1.5rem;
  }
}
@media (max-width: 575.98px) {
  .hero-index {
    padding: 120px 1rem;
  }
}
.hero-pill {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  background: rgba(0, 40, 104, 0.06);
  border: 1px solid rgba(0, 40, 104, 0.12);
  border-radius: 100px;
  padding: 0.3rem 0.9rem 0.3rem 0.45rem;
  animation: fadeUp 0.6s 0s ease both;
}
.hero-pill .pill-dot {
  width: 8px;
  height: 8px;
  background: #B8952A;
  border-radius: 50%;
  animation: blink 2.2s ease infinite;
}
.hero-pill span {
  font-size: 0.72rem;
  font-weight: 600;
  color: #002868;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.hero-title-main {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: clamp(3.8rem, 7.5vw, 7rem);
  font-weight: 900;
  line-height: 1;
  color: #002868;
  letter-spacing: -0.025em;
  animation: fadeUp 0.6s 0.1s ease both;
}
.hero-title-ghost {
  font-family: 'Playfair Display', Georgia, serif;
  font-weight: 900;
  color: rgba(255, 255, 255, 0.04);
  line-height: 1;
  letter-spacing: -0.05em;
  user-select: none;
  pointer-events: none;
  font-size: clamp(4.5rem, 13vw, 12rem);
  line-height: 0.85;
  color: transparent;
  -webkit-text-stroke: 1.5px rgba(0, 40, 104, 0.14);
  display: block;
  letter-spacing: -0.04em;
  animation: fadeUp 0.6s 0.15s ease both;
}
.hero-card {
  background: #002868;
  border-radius: 20px;
  padding: 2.25rem 2rem;
  color: #fff;
  position: relative;
  overflow: hidden;
  box-shadow: 0 28px 56px rgba(0, 40, 104, 0.22), 0 4px 12px rgba(0, 40, 104, 0.15);
  width: 100%;
  animation: fadeUp 0.6s 0.1s ease both;
}
.hero-card::before {
  content: '';
  position: absolute;
  top: -50px;
  right: -50px;
  width: 220px;
  height: 220px;
  background: radial-gradient(circle, rgba(184, 149, 42, 0.28) 0%, transparent 70%);
  border-radius: 50%;
}
.hero-card::after {
  content: '';
  position: absolute;
  bottom: -40px;
  left: -40px;
  width: 160px;
  height: 160px;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.05) 0%, transparent 70%);
  border-radius: 50%;
}
.hero-card .card-ghost-year {
  font-family: 'Playfair Display', Georgia, serif;
  font-weight: 900;
  color: rgba(255, 255, 255, 0.04);
  line-height: 1;
  letter-spacing: -0.05em;
  user-select: none;
  pointer-events: none;
  position: absolute;
  top: 0.75rem;
  right: 1.25rem;
  font-size: 5.5rem;
}
.hero-card .card-eyebrow {
  font-size: 0.68rem;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #D4AF5A;
  position: relative;
  z-index: 1;
}
@media (max-width: 991.98px) {
  .hero-card {
    width: 80%;
    padding: 1.75rem 1.5rem;
  }
}
@media (max-width: 575.98px) {
  .hero-card {
    width: 100%;
    padding: 1.25rem 1rem;
    border-radius: 14px;
  }
}
.election-item {
  display: flex;
  align-items: flex-start;
  gap: 0.9rem;
  padding: 0.9rem 0;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  position: relative;
  z-index: 1;
}
.election-item:first-of-type {
  border-top: none;
  padding-top: 0;
}
.election-item .ei-icon {
  width: 34px;
  height: 34px;
  background: rgba(255, 255, 255, 0.08);
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  margin-top: 2px;
}
.election-item .ei-icon svg {
  width: 16px;
  height: 16px;
  fill: #D4AF5A;
}
.election-item .ei-title {
  font-size: 0.9rem;
  font-weight: 600;
  color: #fff;
  line-height: 1.2;
}
.election-item .ei-sub {
  font-size: 0.72rem;
  color: rgba(255, 255, 255, 0.5);
  letter-spacing: 0.03em;
}
.badge-float {
  position: absolute;
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.11);
  padding: 0.5rem 0.9rem;
  display: flex;
  align-items: center;
  gap: 0.45rem;
  font-size: 0.72rem;
  font-weight: 600;
  color: #002868;
  white-space: nowrap;
  z-index: 3;
}
.badge-float .bf-dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #B8952A;
  flex-shrink: 0;
}
.badge-float.bf1 {
  top: -1.1rem;
  left: -1.8rem;
  animation: float 4s ease-in-out infinite;
}
.badge-float.bf2 {
  bottom: 1.5rem;
  right: -2rem;
  animation: float 4s 2s ease-in-out infinite;
}
.hero-ctas {
  animation: fadeUp 0.6s 0.35s ease both;
}
/*============
09. HERO AZUL (páginas interiores)
============*/
.hero-blue {
  padding-top: 80px;
  background: #002868;
  position: relative;
  overflow: hidden;
}
.hero-blue::before {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse 55% 80% at 95% 40%, rgba(184, 149, 42, 0.18) 0%, transparent 65%), radial-gradient(ellipse 35% 50% at 5% 90%, rgba(255, 255, 255, 0.04) 0%, transparent 60%);
  pointer-events: none;
}
.hero-blue::after {
  content: '';
  position: absolute;
  inset: 0;
  background-image: linear-gradient(rgba(255, 255, 255, 0.025) 1px, transparent 1px), linear-gradient(90deg, rgba(255, 255, 255, 0.025) 1px, transparent 1px);
  background-size: 48px 48px;
  pointer-events: none;
}
.hero-blue > .container-xl {
  position: relative;
  z-index: 1;
}
.hero-blue__inner {
  padding: 3rem 0 0;
}
.hero-ghost {
  font-family: 'Playfair Display', Georgia, serif;
  font-weight: 900;
  color: rgba(255, 255, 255, 0.04);
  line-height: 1;
  letter-spacing: -0.05em;
  user-select: none;
  pointer-events: none;
  position: absolute;
  right: -1rem;
  bottom: -2rem;
  font-size: clamp(8rem, 18vw, 18rem);
  z-index: 0;
}
.hero-eyebrow {
  font-size: 0.7rem;
  font-weight: 700;
  color: #D4AF5A;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  animation: fadeUp 0.6s 0.05s ease both;
}
.hero-title {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: clamp(2.2rem, 5vw, 3.6rem);
  font-weight: 900;
  color: #fff;
  line-height: 1.08;
  letter-spacing: -0.02em;
  animation: fadeUp 0.6s 0.1s ease both;
}
.hero-title span {
  color: #D4AF5A;
}
.hero-rule {
  width: 44px;
  height: 3px;
  background: linear-gradient(90deg, #B8952A, #D4AF5A);
  border-radius: 2px;
}
.hero-desc {
  font-size: 0.9rem;
  color: rgba(255, 255, 255, 0.5);
  max-width: 480px;
  line-height: 1.65;
  animation: fadeUp 0.6s 0.2s ease both;
}
/*============
10. HERO SPLIT (Contacto)
============*/
.hero-split {
  min-height: 52vh;
  padding-top: 80px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  position: relative;
  overflow: hidden;
}
.hero-split__left {
  background: #002868;
  padding: 3.5rem 3rem 3.5rem 0;
  display: flex;
  align-items: center;
  position: relative;
  overflow: hidden;
}
.hero-split__left::before {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse 55% 80% at 95% 40%, rgba(184, 149, 42, 0.18) 0%, transparent 65%), radial-gradient(ellipse 35% 50% at 5% 90%, rgba(255, 255, 255, 0.04) 0%, transparent 60%);
  pointer-events: none;
}
.hero-split__left::after {
  content: '';
  position: absolute;
  inset: 0;
  background-image: linear-gradient(rgba(255, 255, 255, 0.025) 1px, transparent 1px), linear-gradient(90deg, rgba(255, 255, 255, 0.025) 1px, transparent 1px);
  background-size: 48px 48px;
  pointer-events: none;
}
.hero-split__left .hs-inner {
  position: relative;
  z-index: 1;
  padding-left: calc((100vw - 1320px) / 2 + 1.5rem);
  max-width: 560px;
  width: 100%;
  margin-left: auto;
}
.hero-split__right {
  background: #F7F5F0;
  display: flex;
  align-items: center;
  padding: 3.5rem 0 3.5rem 3rem;
}
.hero-split__right .hs-inner {
  max-width: 560px;
  width: 100%;
}
/*============
11. HERO STATS BAR 
============*/
.hero-stats {
  display: flex;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  animation: fadeUp 0.6s 0.25s ease both;
}
.hstat {
  flex: 1;
  padding: 1.5rem 1.25rem;
  border-right: 1px solid rgba(255, 255, 255, 0.08);
}
.hstat:last-child {
  border-right: none;
}
.hstat-num {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: 2rem;
  font-weight: 900;
  color: #fff;
  line-height: 1;
}
.hstat-num span {
  color: #D4AF5A;
}
.hstat-label {
  font-size: 0.72rem;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.4);
  letter-spacing: 0.06em;
  text-transform: uppercase;
}
/*============
12. PAGE HEADER - páginas con hero crema
============*/
.page-header {
  padding-top: calc(80px + 3.5rem);
  padding-bottom: 3rem;
  position: relative;
  overflow: hidden;
}
.page-header::before {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse 60% 80% at 90% 50%, rgba(0, 40, 104, 0.05) 0%, transparent 70%), linear-gradient(160deg, #F7F5F0 0%, #EDE9DF 100%);
}
.page-header > .container-xl {
  position: relative;
  z-index: 1;
}
.page-title {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: clamp(2.4rem, 5vw, 4rem);
  font-weight: 900;
  color: #002868;
  letter-spacing: -0.02em;
  line-height: 1.05;
  animation: fadeUp 0.6s 0.05s ease both;
  text-align: center;
}
.page-desc {
  font-size: 0.95rem;
  color: #6C7080;
  max-width: 480px;
  line-height: 1.6;
  animation: fadeUp 0.6s 0.15s ease both;
}
.gold-rule {
  width: 44px;
  height: 3px;
  background: linear-gradient(90deg, #B8952A, #D4AF5A);
  border-radius: 2px;
  animation: fadeUp 0.6s 0.1s ease both;
}
/*============
13. BREADCRUMB
============*/
.bc {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  animation: fadeUp 0.6s 0s ease both;
}
.bc a {
  font-size: 0.75rem;
  font-weight: 500;
  text-decoration: none;
  letter-spacing: 0.04em;
  transition: color 0.2s;
}
.bc .sep {
  font-size: 0.75rem;
}
.bc .cur {
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.04em;
}
.hero-blue .bc a,
.hero-split__left .bc a {
  color: rgba(255, 255, 255, 0.4);
}
.hero-blue .bc a:hover,
.hero-split__left .bc a:hover {
  color: #D4AF5A;
}
.hero-blue .bc .sep,
.hero-split__left .bc .sep {
  color: rgba(255, 255, 255, 0.18);
}
.hero-blue .bc .cur,
.hero-split__left .bc .cur {
  color: #D4AF5A;
}
.page-header .bc a {
  color: #6C7080;
}
.page-header .bc a:hover {
  color: #002868;
}
.page-header .bc .sep {
  color: rgba(0, 40, 104, 0.25);
}
.page-header .bc .cur {
  color: #B8952A;
}
/*============
14. SECTION LABELS & DIVIDERS
============*/
.section-label {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}
.section-label .line {
  flex: 1;
  height: 1px;
  background: rgba(0, 40, 104, 0.09);
}
.section-label span {
  font-size: 0.7rem;
  font-weight: 700;
  color: #B8952A;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  white-space: nowrap;
}
.divider-label {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}
.divider-label .line {
  flex: 1;
  height: 1px;
  background: rgba(0, 40, 104, 0.09);
}
.divider-label span {
  font-size: 0.68rem;
  font-weight: 700;
  color: #B8952A;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  white-space: nowrap;
}
.sec-eyebrow {
  font-size: 0.68rem;
  font-weight: 700;
  color: #B8952A;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  animation: fadeUp 0.6s 0s ease both;
}
.sec-title {
  font-family: sans-serif;
  font-size: 0.8rem;
  font-weight: 600;
  color: #002868;
  font-style: italic;
  color: #1A1A2E;
}
/*============
15. ELECTION CARDS
============*/
.election-cont {
  min-height: 70vh;
}
.election-card {
  background: #002868 !important;
  border: none !important;
  border-radius: 18px !important;
  text-decoration: none;
  display: block;
  height: 100%;
  overflow: hidden;
  position: relative;
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1), box-shadow 0.3s;
  animation: fadeUp 0.6s 0.1s ease both;
  box-shadow: 0 4px 20px rgba(0, 40, 104, 0.1);
}
.election-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 20px 48px rgba(0, 40, 104, 0.22);
}
.election-card:hover .card-icon {
  background: rgba(184, 149, 42, 0.25);
}
.election-card:hover .cfe-arrow {
  background: #B8952A;
  transform: translateX(3px);
}
.election-card:nth-child(1) {
  animation-delay: 0.1s;
}
.election-card:nth-child(2) {
  animation-delay: 0.18s;
}
.election-card:nth-child(3) {
  animation-delay: 0.26s;
}
.election-card:nth-child(4) {
  animation-delay: 0.34s;
}
.election-card::before {
  content: '';
  position: absolute;
  top: -60px;
  right: -60px;
  width: 200px;
  height: 200px;
  background: radial-gradient(circle, rgba(184, 149, 42, 0.25) 0%, transparent 70%);
  border-radius: 50%;
}
.card-ghost-num {
  font-family: 'Playfair Display', Georgia, serif;
  font-weight: 900;
  color: rgba(255, 255, 255, 0.04);
  line-height: 1;
  letter-spacing: -0.05em;
  user-select: none;
  pointer-events: none;
  position: absolute;
  bottom: -1rem;
  right: 1rem;
  font-size: 7rem;
}
.card-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 100px;
  padding: 0.25rem 0.75rem;
}
.card-badge .cb-dot {
  width: 6px;
  height: 6px;
  background: #D4AF5A;
  border-radius: 50%;
}
.card-badge span {
  font-size: 0.65rem;
  font-weight: 600;
  color: #D4AF5A;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.card-icon {
  width: 48px;
  height: 48px;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  transition: background 0.3s;
}
.card-icon svg {
  width: 24px;
  height: 24px;
  fill: #D4AF5A;
}
.card-title-el {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: 1.35rem;
  font-weight: 700;
  color: #fff;
  line-height: 1.2;
}
.card-desc-el {
  font-size: 0.82rem;
  color: rgba(255, 255, 255, 0.55);
  line-height: 1.55;
}
.card-footer-el {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 1.25rem;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}
.card-footer-el .cfe-label {
  font-size: 0.72rem;
  font-weight: 600;
  color: #D4AF5A;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.card-footer-el .cfe-arrow {
  width: 32px;
  height: 32px;
  background: rgba(255, 255, 255, 0.08);
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  transition: background 0.25s, transform 0.25s;
}
.card-footer-el .cfe-arrow svg {
  width: 14px;
  height: 14px;
  stroke: #fff;
}
/*============
16. RESULT CARDS 
============*/
.result-main-card {
  background: #FFFFFF;
  border-radius: 18px !important;
  border: 1px solid rgba(0, 40, 104, 0.09) !important;
  overflow: hidden;
  box-shadow: 0 2px 12px rgba(0, 40, 104, 0.05);
  transition: box-shadow 0.3s;
  animation: fadeUp 0.6s 0s ease both;
}
.result-main-card:hover {
  box-shadow: 0 4px 20px rgba(0, 40, 104, 0.1);
}
.rmc-header {
  background: #002868;
  padding: 1.25rem 1.75rem;
}
.rmc-num {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: 1.6rem;
  font-weight: 900;
  color: rgba(255, 255, 255, 0.15);
  line-height: 1;
  flex-shrink: 0;
  min-width: 2rem;
}
.rmc-vert {
  width: 1px;
  height: 32px;
  background: rgba(255, 255, 255, 0.1);
  flex-shrink: 0;
}
.rmc-eyebrow {
  font-size: 0.65rem;
  font-weight: 700;
  color: #D4AF5A;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}
.rmc-title {
  font-size: 0.95rem;
  font-weight: 700;
  color: #fff;
  line-height: 1.2;
}
.rmc-status {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  background: rgba(15, 122, 85, 0.25);
  border: 1px solid rgba(15, 200, 120, 0.25);
  border-radius: 100px;
  padding: 0.25rem 0.75rem;
  flex-shrink: 0;
}
.rmc-status .sd {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #3DD68C;
}
.rmc-status span {
  font-size: 0.65rem;
  font-weight: 700;
  color: #3DD68C;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.doc-preview-row {
  display: flex;
  align-items: center;
  gap: 1.25rem;
  padding: 1rem 1.25rem;
  background: rgba(0, 40, 104, 0.025);
  border-radius: 10px;
  border: 1px solid rgba(0, 40, 104, 0.09);
  transition: background 0.2s;
}
.doc-preview-row:hover {
  background: rgba(0, 40, 104, 0.045);
}
.mini-doc {
  width: 44px;
  height: 56px;
  background: #fff;
  border-radius: 5px;
  border: 1px solid rgba(0, 0, 0, 0.08);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
  display: flex;
  flex-direction: column;
  padding: 5px 4px;
  gap: 2px;
  flex-shrink: 0;
  position: relative;
  overflow: hidden;
}
.mini-doc::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 10px;
  background: #002868;
}
.mini-doc .md-line {
  height: 2px;
  border-radius: 1px;
  background: rgba(0, 40, 104, 0.12);
  margin-top: 2px;
}
.mini-doc .md-line:first-of-type {
  margin-top: 13px;
}
.mini-doc .md-line.w9 {
  width: 90%;
}
.mini-doc .md-line.w7 {
  width: 70%;
}
.mini-doc .md-line.w8 {
  width: 80%;
}
.dpr-title {
  font-size: 0.88rem;
  font-weight: 600;
  color: #002868;
  line-height: 1.3;
}
.dpr-meta {
  font-size: 0.72rem;
  color: #6C7080;
}
/*============
17. INFO CARDS
============*/
.info-card {
  border-radius: 18px !important;
  border: 1px solid rgba(0, 40, 104, 0.09) !important;
  box-shadow: 0 2px 12px rgba(0, 40, 104, 0.05);
  transition: box-shadow 0.3s, transform 0.3s;
  animation: fadeUp 0.6s 0s ease both;
  height: 100%;
}
.info-card:hover {
  box-shadow: 0 4px 20px rgba(0, 40, 104, 0.1);
  transform: translateY(-3px);
}
.info-card:nth-child(2) {
  animation-delay: 0.08s;
}
.info-card:nth-child(3) {
  animation-delay: 0.16s;
}
.ic-header {
  background: #002868;
  padding: 1.25rem 1.5rem;
  display: flex;
  align-items: center;
  gap: 0.85rem;
}
.ic-h-icon {
  width: 36px;
  height: 36px;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 9px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.ic-h-icon svg {
  width: 18px;
  height: 18px;
  fill: #D4AF5A;
}
.ic-h-title {
  font-size: 0.88rem;
  font-weight: 700;
  color: #fff;
}
.ic-h-sub {
  font-size: 0.7rem;
  color: rgba(255, 255, 255, 0.45);
}
.ic-row {
  display: flex;
  align-items: flex-start;
  gap: 0.85rem;
  padding: 0.7rem 0;
  border-bottom: 1px solid rgba(0, 40, 104, 0.09);
}
.ic-row:last-child {
  border-bottom: none;
  padding-bottom: 0;
}
.ic-row:first-child {
  padding-top: 0;
}
.ic-dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #B8952A;
  flex-shrink: 0;
  margin-top: 0.45rem;
}
.ic-text-label {
  font-size: 0.68rem;
  font-weight: 600;
  color: #6C7080;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}
.ic-text-val {
  font-size: 0.88rem;
  font-weight: 500;
  color: #002868;
  line-height: 1.45;
}
.ic-text-val a {
  color: #B8952A;
  text-decoration: none;
  transition: color 0.2s;
}
.ic-text-val a:hover {
  color: #D4AF5A;
}
/*============
18. CONVOCATORIA SIDEBAR
============*/
.conv-card {
  background: #002868;
  border-radius: 14px;
  overflow: hidden;
  animation: fadeUp 0.6s 0.1s ease both;
}
.conv-preview {
  background: rgba(255, 255, 255, 0.06);
  padding: 1.5rem;
  display: flex;
  justify-content: center;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}
.doc-sheet {
  width: 100%;
  max-width: 160px;
  background: #fff;
  border-radius: 6px;
  padding: 1rem 0.75rem;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.25);
}
.conv-title {
  font-size: 0.85rem;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.85);
  line-height: 1.3;
}
.conv-meta {
  font-size: 0.72rem;
  color: rgba(255, 255, 255, 0.4);
  letter-spacing: 0.03em;
}
/*============
19. FILE ROWS 
============*/
.forms-block {
  background: #FFFFFF;
  border-radius: 14px;
  border: 1px solid rgba(0, 40, 104, 0.09);
  overflow: hidden;
  animation: fadeUp 0.6s 0.1s ease both;
}
.forms-block-header {
  background: #002868;
  padding: 1rem 1.5rem;
}
.forms-block-header .fb-icon {
  width: 32px;
  height: 32px;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.forms-block-header .fb-icon svg {
  width: 16px;
  height: 16px;
  fill: #D4AF5A;
}
.forms-block-header strong {
  font-size: 0.88rem;
  font-weight: 600;
  color: #fff;
  display: block;
}
.forms-block-header span {
  font-size: 0.72rem;
  color: rgba(255, 255, 255, 0.5);
}
.file-row {
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: 0.9rem 1.5rem;
  border-bottom: 1px solid rgba(0, 40, 104, 0.09);
  transition: background 0.2s;
  animation: fadeUp 0.6s 0s ease both;
}
.file-row:last-child {
  border-bottom: none;
}
.file-row:hover {
  background: rgba(0, 40, 104, 0.025);
}
.file-row:nth-child(1) {
  animation-delay: 0.05s;
}
.file-row:nth-child(2) {
  animation-delay: 0.1s;
}
.file-row:nth-child(3) {
  animation-delay: 0.15s;
}
.file-row:nth-child(4) {
  animation-delay: 0.2s;
}
.file-type-badge {
  width: 36px;
  height: 36px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  flex-shrink: 0;
}
.file-type-badge.ft-docx {
  background: rgba(0, 82, 204, 0.1);
  color: #0052CC;
}
.file-type-badge.ft-pdf {
  background: rgba(220, 38, 38, 0.1);
  color: #DC2626;
}
.file-type-badge i {
  font-size: 1rem !important;
}
.file-name {
  font-size: 0.84rem;
  font-weight: 500;
  color: #1A1A2E;
  white-space: wrap;
}
.file-desc {
  font-size: 0.72rem;
  color: #6C7080;
}
/*============
20. AREA ACCORDION
============*/
.area-block {
  background: #FFFFFF;
  border-radius: 14px;
  border: 1px solid rgba(0, 40, 104, 0.09);
  overflow: hidden;
  animation: fadeUp 0.6s 0s ease both;
}
.area-block + .area-block {
  margin-top: 1rem;
}
.area-block:nth-child(2) {
  animation-delay: 0.08s;
}
.area-block:nth-child(3) {
  animation-delay: 0.16s;
}
.area-block.open .area-toggle {
  transform: rotate(180deg);
  background: rgba(0, 40, 104, 0.1);
}
.area-block.open .area-files {
  display: block;
}
.area-header {
  padding: 0.85rem 1.5rem;
  display: flex;
  align-items: center;
  gap: 0.75rem;
  cursor: pointer;
  transition: background 0.2s;
  user-select: none;
}
.area-header:hover {
  background: rgba(0, 40, 104, 0.025);
}
.area-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #B8952A;
  flex-shrink: 0;
}
.area-name {
  flex: 1;
  font-size: 0.88rem;
  font-weight: 600;
  color: #002868;
}
.area-toggle {
  width: 26px;
  height: 26px;
  background: rgba(0, 40, 104, 0.06);
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  transition: background 0.2s, transform 0.3s;
}
.area-toggle svg {
  width: 12px;
  height: 12px;
  stroke: #002868;
}
.area-files {
  border-top: 1px solid rgba(0, 40, 104, 0.09);
  display: none;
}
/*============
21. TIMELIN
============*/
.timeline-wrap {
  position: relative;
  padding-left: 1.75rem;
}
.timeline-wrap::before {
  content: '';
  position: absolute;
  left: 7px;
  top: 0;
  bottom: 0;
  width: 2px;
  background: linear-gradient(180deg, #B8952A 0%, rgba(184, 149, 42, 0.1) 100%);
  border-radius: 2px;
}
.tl-item {
  position: relative;
  padding-bottom: 1.5rem;
  animation: fadeUp 0.6s 0s ease both;
}
.tl-item:last-child {
  padding-bottom: 0;
}
.tl-item:nth-child(2) {
  animation-delay: 0.08s;
}
.tl-item:nth-child(3) {
  animation-delay: 0.16s;
}
.tl-item:nth-child(4) {
  animation-delay: 0.24s;
}
.tl-item.inactive .tl-title,
.tl-item.inactive .tl-desc {
  opacity: 0.45;
}
.tl-dot {
  position: absolute;
  left: -1.75rem;
  top: 0.2rem;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  border: 2px solid #B8952A;
  background: #F7F5F0;
  z-index: 1;
}
.tl-dot.filled {
  background: #B8952A;
}
.tl-dot.current {
  background: #002868;
  border-color: #002868;
  box-shadow: 0 0 0 3px rgba(0, 40, 104, 0.15);
}
.tl-date {
  font-size: 0.68rem;
  font-weight: 700;
  color: #B8952A;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.tl-title {
  font-size: 0.88rem;
  font-weight: 600;
  color: #002868;
}
.tl-desc {
  font-size: 0.78rem;
  color: #6C7080;
  line-height: 1.5;
}
/*============
22. Contacto
============*/
.quick-label {
  font-size: 0.68rem;
  font-weight: 700;
  color: #B8952A;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  animation: fadeUp 0.6s 0.1s ease both;
}
.qchip {
  display: flex;
  align-items: center;
  gap: 1rem;
  background: #FFFFFF;
  border: 1px solid rgba(0, 40, 104, 0.09);
  border-radius: 14px;
  padding: 1.1rem 1.25rem;
  text-decoration: none;
  transition: border-color 0.25s, box-shadow 0.25s, transform 0.2s;
  animation: fadeUp 0.6s 0s ease both;
  box-shadow: 0 2px 12px rgba(0, 40, 104, 0.05);
}
.qchip:nth-child(1) {
  animation-delay: 0.15s;
}
.qchip:nth-child(2) {
  animation-delay: 0.22s;
}
.qchip:nth-child(3) {
  animation-delay: 0.29s;
}
.qchip:hover {
  border-color: rgba(0, 40, 104, 0.22);
  box-shadow: 0 6px 20px rgba(0, 40, 104, 0.08);
  transform: translateY(-2px);
}
.qchip:hover .qc-arrow {
  background: #002868;
}
.qchip:hover .qc-arrow svg {
  stroke: #fff;
}
.qc-icon {
  width: 42px;
  height: 42px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.qc-icon svg {
  width: 20px;
  height: 20px;
}
.qc-icon.blue {
  background: rgba(0, 40, 104, 0.08);
}
.qc-icon.blue svg {
  fill: #002868;
}
.qc-icon.gold {
  background: rgba(184, 149, 42, 0.1);
}
.qc-icon.gold svg {
  fill: #B8952A;
}
.qc-label {
  font-size: 0.68rem;
  font-weight: 600;
  color: #6C7080;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.qc-val {
  font-size: 0.88rem;
  font-weight: 600;
  color: #002868;
}
.qc-arrow {
  width: 28px;
  height: 28px;
  background: rgba(0, 40, 104, 0.05);
  border-radius: 7px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  transition: background 0.25s;
}
.qc-arrow svg {
  width: 12px;
  height: 12px;
  stroke: #6C7080;
  transition: stroke 0.25s;
}
/*============
23. MAP BLOCK 
============*/
.map-card {
  border-radius: 18px;
  border: 1px solid rgba(0, 40, 104, 0.09);
  overflow: hidden;
  animation: fadeUp 0.6s 0.1s ease both;
  box-shadow: 0 2px 12px rgba(0, 40, 104, 0.05);
}
.map-header {
  background: #002868;
  padding: 1.25rem 1.5rem;
  display: flex;
  align-items: center;
  gap: 0.85rem;
}
.map-h-icon {
  width: 36px;
  height: 36px;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 9px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.map-h-icon svg {
  width: 18px;
  height: 18px;
  fill: #D4AF5A;
}
.map-h-title {
  font-size: 0.88rem;
  font-weight: 700;
  color: #fff;
}
.map-h-sub {
  font-size: 0.7rem;
  color: rgba(255, 255, 255, 0.45);
}
.map-visual {
  height: 220px;
  background: #E8EDF5;
  position: relative;
  overflow: hidden;
}
.map-visual::before {
  content: '';
  position: absolute;
  inset: 0;
  background: repeating-linear-gradient(0deg, rgba(0, 40, 104, 0.04) 0px, rgba(0, 40, 104, 0.04) 1px, transparent 1px, transparent 48px), repeating-linear-gradient(90deg, rgba(0, 40, 104, 0.04) 0px, rgba(0, 40, 104, 0.04) 1px, transparent 1px, transparent 48px);
}
.map-street-h {
  position: absolute;
  background: rgba(255, 255, 255, 0.9);
  height: 10px;
  border-radius: 5px;
}
.map-street-v {
  position: absolute;
  background: rgba(255, 255, 255, 0.9);
  width: 10px;
  border-radius: 5px;
}
.map-pin {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -60%);
  display: flex;
  flex-direction: column;
  align-items: center;
  z-index: 2;
}
.map-pin-circle {
  width: 40px;
  height: 40px;
  background: #002868;
  border-radius: 50% 50% 50% 0;
  transform: rotate(-45deg);
  box-shadow: 0 4px 16px rgba(0, 40, 104, 0.35);
  display: flex;
  align-items: center;
  justify-content: center;
}
.map-pin-circle svg {
  width: 18px;
  height: 18px;
  fill: #D4AF5A;
  transform: rotate(45deg);
}
.map-pin-shadow {
  width: 16px;
  height: 5px;
  background: rgba(0, 40, 104, 0.2);
  border-radius: 50%;
  margin-top: 2px;
  filter: blur(2px);
}
.map-pin-label {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-40%, -130%);
  background: #002868;
  color: #fff;
  font-size: 0.7rem;
  font-weight: 600;
  padding: 0.3rem 0.7rem;
  border-radius: 6px;
  white-space: nowrap;
  box-shadow: 0 2px 8px rgba(0, 40, 104, 0.3);
}
.map-pin-label::after {
  content: '';
  position: absolute;
  bottom: -5px;
  left: 50%;
  transform: translateX(-50%);
  border: 5px solid transparent;
  border-top-color: #002868;
  border-bottom: none;
}
.map-footer {
  padding: 1rem 1.5rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid rgba(0, 40, 104, 0.09);
}
.map-addr {
  font-size: 0.8rem;
  color: #6C7080;
  line-height: 1.4;
}
.map-addr strong {
  color: #002868;
  font-weight: 600;
  display: block;
}
/*============
24. PENDING CARDS 
============*/
.pending-card {
  background: #FFFFFF;
  border-radius: 14px;
  border: 1px solid rgba(0, 40, 104, 0.09);
  padding: 1.75rem;
  display: flex;
  align-items: center;
  gap: 1.25rem;
  animation: fadeUp 0.6s 0s ease both;
}
.pending-card:nth-child(2) {
  animation-delay: 0.08s;
}
.pending-card:nth-child(3) {
  animation-delay: 0.16s;
}
.pc-icon {
  width: 44px;
  height: 44px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.pc-icon svg {
  width: 22px;
  height: 22px;
}
.pc-icon.pending {
  background: rgba(184, 149, 42, 0.1);
}
.pc-icon.pending svg {
  fill: #B8952A;
}
.pc-title {
  font-size: 0.9rem;
  font-weight: 600;
  color: #002868;
}
.pc-desc {
  font-size: 0.78rem;
  color: #6C7080;
}
.pc-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  padding: 0.3rem 0.8rem;
  border-radius: 100px;
  font-size: 0.65rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  flex-shrink: 0;
}
.pc-badge .pb-dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
}
.pc-badge.pending {
  background: rgba(184, 149, 42, 0.1);
  color: #B8952A;
}
.pc-badge.pending .pb-dot {
  background: #B8952A;
}
.pc-badge.done {
  background: rgba(15, 122, 85, 0.08);
  color: #0F7A55;
}
.pc-badge.done .pb-dot {
  background: #0F7A55;
}
/*============
25. SIDEBAR CARDS
============*/
.info-sidebar-card {
  background: #FFFFFF;
  border-radius: 14px;
  border: 1px solid rgba(0, 40, 104, 0.09);
  padding: 1.25rem 1.5rem;
  animation: fadeUp 0.6s 0.2s ease both;
}
.isc-title {
  font-size: 0.7rem;
  font-weight: 700;
  color: #B8952A;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}
.isc-row {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
  padding: 0.65rem 0;
  border-bottom: 1px solid rgba(0, 40, 104, 0.09);
}
.isc-row:last-child {
  border-bottom: none;
  padding-bottom: 0;
}
.isc-icon {
  width: 30px;
  height: 30px;
  background: rgba(0, 40, 104, 0.06);
  border-radius: 7px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.isc-icon svg {
  width: 14px;
  height: 14px;
  fill: #002868;
}
.isc-label {
  font-size: 0.72rem;
  color: #6C7080;
}
.isc-value {
  font-size: 0.82rem;
  font-weight: 600;
  color: #002868;
}
.contact-sidebar {
  background: #002868;
  border-radius: 14px;
  padding: 1.5rem;
  animation: fadeUp 0.6s 0.3s ease both;
}
.cs-eyebrow {
  font-size: 0.65rem;
  font-weight: 700;
  color: #D4AF5A;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}
.cs-row {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
  padding: 0.7rem 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
}
.cs-row:last-child {
  border-bottom: none;
  padding-bottom: 0;
}
.cs-icon {
  width: 30px;
  height: 30px;
  background: rgba(255, 255, 255, 0.08);
  border-radius: 7px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.cs-icon svg {
  width: 14px;
  height: 14px;
  fill: #D4AF5A;
}
.cs-label {
  font-size: 0.68rem;
  color: rgba(255, 255, 255, 0.4);
}
.cs-val {
  font-size: 0.8rem;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.8);
  word-break: break-all;
}
/*============
26. INSTITUTIONAL LINKS
============*/
.inst-link {
  display: flex;
  align-items: center;
  gap: 0.85rem;
  background: #FFFFFF;
  border: 1px solid rgba(0, 40, 104, 0.09);
  border-radius: 12px;
  padding: 0.9rem 1.1rem;
  text-decoration: none;
  transition: border-color 0.25s, background 0.25s, transform 0.2s;
  animation: fadeUp 0.6s 0s ease both;
}
.inst-link:nth-child(1) {
  animation-delay: 0.05s;
}
.inst-link:nth-child(2) {
  animation-delay: 0.12s;
}
.inst-link:hover {
  border-color: rgba(0, 40, 104, 0.22);
  background: rgba(0, 40, 104, 0.02);
  transform: translateX(3px);
}
.il-icon {
  width: 34px;
  height: 34px;
  background: rgba(0, 40, 104, 0.07);
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.il-icon svg {
  width: 16px;
  height: 16px;
  fill: #002868;
}
.il-label {
  font-size: 0.68rem;
  font-weight: 600;
  color: #6C7080;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}
.il-url {
  font-size: 0.82rem;
  font-weight: 500;
  color: #002868;
}
.il-arrow {
  width: 20px;
  height: 20px;
  fill: none;
  stroke: #6C7080;
  flex-shrink: 0;
}
/*============
27. ROLE TABS
============*/
.role-tabs {
  display: flex;
  gap: 0.5rem;
  padding-top: 1.5rem;
  animation: fadeUp 0.6s 0.25s ease both;
  overflow: auto;
}
.role-tab {
  padding: 0.55rem 1.5rem;
  border-radius: 10px 10px 0 0;
  font-size: 0.85rem;
  font-weight: 600;
  letter-spacing: 0.03em;
  cursor: pointer;
  border: none;
  transition: background 0.25s, color 0.25s;
  background: rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.5);
}
.role-tab.active {
  background: #F7F5F0;
  color: #002868;
}
.role-tab:hover:not(.active) {
  background: rgba(255, 255, 255, 0.14);
  color: rgba(255, 255, 255, 0.8);
}
.tab-panel {
  display: none;
}
.tab-panel.active {
  display: block;
}
.sidebar-col {
  position: sticky;
  top: calc(80px + 1.5rem);
}
/*============
28. FOOTER BAR
============*/
.footer-bar {
  background: #0E1420;
  padding: 0.85rem 2rem;
  text-align: center;
  margin-top: auto;
}
.footer-bar p {
  font-size: 0.7rem;
  color: rgba(255, 255, 255, 0.3);
  letter-spacing: 0.07em;
  text-transform: uppercase;
  margin: 0;
}
.footer-bar p span {
  color: #D4AF5A;
}
/*============
29. UTILIDADES CUSTOM 
============*/
.inst-logo-block {
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: 1rem 1.25rem;
  background: #002868;
  border-radius: 10px;
}
.ilb-shield {
  width: 48px;
  height: 48px;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.ilb-shield svg {
  width: 28px;
  height: 28px;
  fill: #D4AF5A;
}
.ilb-text strong {
  display: block;
  font-size: 0.9rem;
  font-weight: 700;
  color: #fff;
}
.ilb-text span {
  font-size: 0.75rem;
  color: rgba(255, 255, 255, 0.5);
}
.info-strip {
  background: #002868;
  border-radius: 14px;
  padding: 1.75rem 2rem;
  display: flex;
  align-items: center;
  gap: 1.5rem;
  position: relative;
  overflow: hidden;
  animation: fadeUp 0.6s 0.05s ease both;
}
.info-strip::before {
  content: '';
  position: absolute;
  top: -40px;
  right: -40px;
  width: 160px;
  height: 160px;
  background: radial-gradient(circle, rgba(184, 149, 42, 0.2) 0%, transparent 70%);
  border-radius: 50%;
}
.is-icon {
  width: 44px;
  height: 44px;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.is-icon svg {
  width: 22px;
  height: 22px;
  fill: #D4AF5A;
}
.is-text {
  position: relative;
  z-index: 1;
}
.is-text strong {
  display: block;
  font-size: 0.9rem;
  font-weight: 600;
  color: #fff;
}
.is-text span {
  font-size: 0.78rem;
  color: rgba(255, 255, 255, 0.55);
}
/*============
30. ANIMACIONES & KEYFRAMES
============*/
@keyframes fadeUp {
  from {
    opacity: 0;
    transform: translateY(18px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes float {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-8px);
  }
}
@keyframes blink {
  0%,
  100% {
    opacity: 1;
    transform: scale(1);
  }
  50% {
    opacity: 0.4;
    transform: scale(0.75);
  }
}
/*============
31. RESPONSIVE
============*/
@media (max-width: 991.98px) {
  .navbar {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
  .hero-split {
    grid-template-columns: 1fr;
    min-height: auto;
  }
  .hero-split__left {
    padding: 3rem 1.5rem 2.5rem;
  }
  .hero-split__left .hs-inner {
    padding-left: 0;
    max-width: 100%;
    margin: 0;
  }
  .hero-split__right {
    padding: 2.5rem 1.5rem;
  }
  .hero-split__right .hs-inner {
    max-width: 100%;
  }
  .hero-ghost {
    display: none;
  }
  .sidebar-col {
    position: static !important;
  }
  .hstat {
    padding: 1.25rem 0.75rem;
  }
  .hstat-num {
    font-size: 1.5rem;
  }
}
@media (max-width: 767.98px) {
  .hero-line {
    display: none;
  }
  .badge-float {
    display: none;
  }
  .rmc-header {
    flex-wrap: wrap;
    gap: 0.75rem;
  }
  .rmc-status {
    order: 3;
  }
}
@media (max-width: 575.98px) {
  .hero-stats {
    flex-wrap: wrap;
  }
  .hstat {
    flex: 1 1 50%;
    border-right: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  }
  .map-footer {
    flex-direction: column;
    gap: 0.75rem;
    align-items: flex-start;
  }
  .pending-card {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.75rem;
  }
}
/*============
32. BOOTSTRAP ICONS
============*/
.bi {
  font-size: 1rem;
  line-height: 1;
  vertical-align: middle;
  display: inline-block;
}
.logo-shield .bi {
  font-size: 1.25rem;
  color: #D4AF5A;
}
.ic-h-icon .bi {
  font-size: 1.1rem;
  color: #D4AF5A;
}
.is-icon .bi {
  font-size: 1.35rem;
  color: #D4AF5A;
}
.map-h-icon .bi {
  font-size: 1.1rem;
  color: #D4AF5A;
}
.fb-icon .bi {
  font-size: 1rem;
  color: #D4AF5A;
}
.ilb-shield .bi {
  font-size: 1.6rem;
  color: #D4AF5A;
}
.cs-icon .bi {
  font-size: 0.9rem;
  color: #D4AF5A;
}
.isc-icon .bi {
  font-size: 0.85rem;
  color: #002868;
}
.pc-icon.pending .bi {
  font-size: 1.3rem;
  color: #B8952A;
}
.qc-icon.blue .bi {
  font-size: 1.2rem;
  color: #002868;
}
.qc-icon.gold .bi {
  font-size: 1.2rem;
  color: #B8952A;
}
.btn-c-primary .bi,
.btn-c-outline .bi {
  font-size: 0.9rem;
}
.btn-back .bi {
  font-size: 0.85rem;
}
.btn-download-pdf .bi {
  font-size: 0.95rem;
}
.btn-ver-resultado .bi {
  font-size: 0.8rem;
}
.btn-maps .bi {
  font-size: 0.8rem;
}
.btn-dl .bi {
  font-size: 0.75rem;
}
.ei-icon .bi {
  font-size: 1rem;
  color: #D4AF5A;
}
.card-icon .bi {
  font-size: 1.4rem;
  color: #D4AF5A;
}
.cfe-arrow .bi {
  font-size: 0.85rem;
  color: #fff;
}
.qc-arrow .bi {
  font-size: 0.75rem;
  color: #6C7080;
}
.qchip:hover .qc-arrow .bi {
  color: #fff;
}
.area-toggle .bi {
  font-size: 0.75rem;
  color: #002868;
}
.file-type-badge .bi {
  font-size: 0.7rem;
}
.il-arrow.bi {
  font-size: 1rem;
  color: #6C7080;
}
