﻿:root {
  --azul:        #1B4F8A;
  --azul-oscuro: #0d3060;
  --azul-claro:  #2a6fc4;
  --dorado:      #F5A800;
  --dorado-oscuro: #c98a00;
  --verde-dst:   #0d7c6e;
  --verde-claro: #1aaa96;
  --blanco:      #ffffff;
  --gris-claro:  #f0f4fa;
  --gris-med:    #c8d6e8;
  --texto-oscuro:#0a1f3a;
  --sombra:      rgba(11,31,66,0.18);
}
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; overflow-x: hidden; }
body { font-family: 'Barlow', sans-serif; background: var(--gris-claro); color: var(--texto-oscuro); overflow-x: hidden; }

/* NAVBAR */
nav { position: fixed; top: 0; left: 0; right: 0; z-index: 1000; background: rgba(11,30,62,0.97); backdrop-filter: blur(12px); border-bottom: 3px solid var(--dorado); display: flex; align-items: center; justify-content: space-between; padding: 0 2.5rem; height: 64px; box-shadow: 0 4px 24px var(--sombra); }
.nav-logos { display: flex; align-items: center; gap: 1.4rem; }
.nav-logos img { height: 42px; object-fit: contain; mix-blend-mode: screen; }
.nav-sep { width: 1px; height: 32px; background: rgba(245,168,0,0.4); }
.nav-links { display: flex; gap: 2rem; list-style: none; }
.nav-links a { color: var(--gris-med); text-decoration: none; font-family: 'Barlow Condensed', sans-serif; font-weight: 600; font-size: 0.82rem; letter-spacing: 0.1em; text-transform: uppercase; transition: color 0.2s; }
.nav-links a:hover { color: var(--dorado); }

/* HERO */
.hero {
  min-height: 100vh;
  background: linear-gradient(160deg, rgba(5,12,28,0.97) 0%, rgba(5,30,25,0.95) 50%, rgba(5,12,28,0.98) 100%);
  display: flex; flex-direction: column; align-items: center; justify-content: center;
  padding: 120px 2rem 80px; text-align: center; position: relative; overflow: hidden; color: var(--blanco);
}
.hero::after {
  content: '';
  position: absolute; inset: 0; z-index: 0;
  background: radial-gradient(ellipse 80% 60% at 30% 60%, rgba(13,124,110,0.18) 0%, transparent 60%),
              radial-gradient(ellipse 60% 50% at 70% 30%, rgba(27,79,138,0.15) 0%, transparent 60%);
  pointer-events: none;
}
.hero > * { position: relative; z-index: 1; }
.hero::before { content: ''; position: absolute; inset: 0; background: radial-gradient(ellipse 70% 60% at 50% 40%, rgba(13,124,110,0.12) 0%, transparent 65%); }
.hero-badge { display: inline-flex; align-items: center; gap: 0.5rem; background: rgba(245,168,0,0.15); border: 1px solid rgba(245,168,0,0.35); border-radius: 100px; padding: 0.4rem 1.2rem; font-family: 'Barlow Condensed', sans-serif; font-size: 0.78rem; font-weight: 700; letter-spacing: 0.14em; text-transform: uppercase; color: var(--dorado); margin-bottom: 1.8rem; }
.hero h1 { font-family: 'Barlow Condensed', sans-serif; font-weight: 900; font-size: clamp(2.6rem, 6vw, 5rem); line-height: 1.05; text-transform: uppercase; letter-spacing: 0.02em; margin-bottom: 0.5rem; }
.hero h1 em { display: block; color: var(--verde-claro); font-style: normal; }
.hero-sub { max-width: 680px; font-size: 1.08rem; font-weight: 300; line-height: 1.7; color: var(--gris-med); position: relative; z-index: 1; }
.hero-divider { width: 60px; height: 4px; background: var(--dorado); border-radius: 2px; margin: 1rem auto; position: relative; z-index: 1; }
.hero-stats { display: flex; gap: 2.5rem; flex-wrap: wrap; justify-content: center; margin-top: 2.5rem; position: relative; z-index: 1; }
.hero-stat { text-align: center; }
.hero-stat .num { font-family: 'Barlow Condensed', sans-serif; font-weight: 900; font-size: 2.4rem; color: var(--dorado); line-height: 1; }
.hero-stat .label { font-size: 0.78rem; text-transform: uppercase; letter-spacing: 0.08em; color: var(--gris-med); margin-top: 0.3rem; }

/* SECTION BASE */
section { padding: 90px 2rem; min-height: 100vh; display: flex; align-items: center; }
section > .container { width: 100%; }
.container { max-width: 1160px; margin: 0 auto; }
.section-tag { display: inline-flex; align-items: center; gap: 0.45rem; font-family: 'Barlow Condensed', sans-serif; font-size: 0.72rem; font-weight: 700; letter-spacing: 0.18em; text-transform: uppercase; color: var(--dorado); margin-bottom: 0.7rem; }
.section-tag::before { content: ''; display: block; width: 22px; height: 3px; background: var(--dorado); border-radius: 2px; }
.section-title { font-family: 'Barlow Condensed', sans-serif; font-size: clamp(2rem, 4vw, 3rem); font-weight: 800; text-transform: uppercase; letter-spacing: 0.02em; color: var(--texto-oscuro); margin-bottom: 1rem; line-height: 1.1; }
.section-title span { color: var(--verde-dst); }
.section-desc { font-size: 1rem; color: #4a6080; max-width: 580px; line-height: 1.7; margin-bottom: 3rem; }

/* ALTERNATING SECTION BACKGROUNDS */
#organigrama { background: var(--blanco); }
#agl { background: var(--gris-claro); }
#organigrama .section-title { color: var(--texto-oscuro); }
#agl .section-title { color: var(--texto-oscuro); }

/* FOOTER */
footer { background: var(--texto-oscuro); border-top: 3px solid var(--dorado); padding: 2.5rem 2rem; text-align: center; }
footer img { height: 36px; object-fit: contain; opacity: 0.9; margin: 0 0.8rem; mix-blend-mode: screen; }
.footer-copy { margin-top: 1.1rem; font-size: 0.82rem; color: #5a7898; letter-spacing: 0.04em; }

/* ANIMATIONS */
@keyframes float { 0%, 100% { transform: translateY(0); } 50% { transform: translateY(-10px); } }
.reveal { opacity: 0; transform: translateY(28px); transition: opacity .6s ease, transform .6s ease; }
.reveal.visible { opacity: 1; transform: translateY(0); }

/* HAMBURGER NAV */
.nav-toggle { display:none; flex-direction:column; gap:5px; background:none; border:none; cursor:pointer; padding:8px; z-index:1100; }
.nav-toggle span { display:block; width:26px; height:2.5px; background:var(--dorado); border-radius:2px; transition:transform .3s, opacity .3s; }
.nav-toggle.active span:nth-child(1) { transform:translateY(7.5px) rotate(45deg); }
.nav-toggle.active span:nth-child(2) { opacity:0; transform:scaleX(0); }
.nav-toggle.active span:nth-child(3) { transform:translateY(-7.5px) rotate(-45deg); }
nav.compact .nav-toggle { display:flex; }
nav.compact .nav-links { position:fixed; top:0; left:0; width:100%; height:100%; min-height:100dvh; background:rgba(5,12,28,.97); display:none; flex-direction:column; align-items:center; justify-content:center; gap:2rem; z-index:1050; }
nav.compact .nav-links.open { display:flex; }
nav.compact .nav-links li { list-style:none; }
nav.compact .nav-links a { font-size:1.4rem; font-weight:700; color:var(--dorado); letter-spacing:0.08em; text-transform:uppercase; }
nav.compact .nav-links a:hover { color:var(--blanco); }

/* ===== ORGANIGRAMA DST ===== */
.dst-org { display: flex; flex-direction: column; align-items: center; }

.dst-top-row { display: flex; align-items: center; gap: 0; width: 100%; justify-content: center; }
.dst-external {
  border: 2px dashed var(--gris-med); border-radius: 12px; padding: 1rem 1.4rem;
  text-align: center; background: rgba(200,214,232,0.12); min-width: 150px;
}
.dst-ext-label { font-family: 'Barlow Condensed', sans-serif; font-size: 0.65rem; font-weight: 700; letter-spacing: 0.14em; text-transform: uppercase; color: #8a9db5; margin-bottom: 0.3rem; }
.dst-ext-name { font-weight: 600; font-size: 0.9rem; color: #4a6080; line-height: 1.35; }

.dst-top-connector { display: flex; align-items: center; }
.dst-top-line { width: 40px; height: 2px; background: var(--gris-med); }

.dst-director {
  flex: 1; max-width: 560px;
  background: linear-gradient(135deg, var(--azul-oscuro) 0%, #0a3d35 100%);
  border-radius: 18px; padding: 1.8rem 2.2rem; text-align: center; color: var(--blanco);
  border-bottom: 4px solid var(--azul-claro); box-shadow: 0 8px 36px rgba(27,79,138,0.28);
}
.dst-dir-icon { font-size: 2.2rem; margin-bottom: 0.5rem; }
.dst-director h3 { font-family: 'Barlow Condensed', sans-serif; font-size: 1.7rem; font-weight: 900; text-transform: uppercase; letter-spacing: 0.04em; color: var(--blanco); margin-bottom: 0.4rem; }
.dst-dir-sub { font-size: 0.88rem; color: rgba(255,255,255,0.7); margin-bottom: 0.9rem; }
.dst-turnos-row { display: flex; justify-content: center; gap: 0.7rem; flex-wrap: wrap; }
.dst-turno-tag { font-family: 'Barlow Condensed', sans-serif; font-size: 0.72rem; font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase; background: rgba(42,111,196,0.2); color: var(--gris-med); padding: 0.28rem 0.75rem; border-radius: 4px; border: 1px solid rgba(42,111,196,0.35); }

.dst-v-line-center { width: 2px; height: 36px; background: linear-gradient(180deg, var(--azul-claro), var(--gris-med)); }
.dst-h-connector { width: 100%; height: 2px; background: linear-gradient(90deg, transparent 5%, var(--gris-med) 5%, var(--gris-med) 95%, transparent 95%); }

.dst-level2 { display: flex; gap: 1.2rem; width: 100%; align-items: flex-start; }
.dst-dept-col { display: flex; flex-direction: column; align-items: center; flex: 1; min-width: 0; }
.dst-dept-col--main { flex: 2.2; }
.dst-v-tick { width: 2px; height: 28px; background: linear-gradient(180deg, var(--gris-med), var(--azul-claro)); }
.dst-v-sub { width: 2px; height: 24px; background: linear-gradient(180deg, var(--azul-claro), var(--gris-med)); margin: 0 auto; }
.dst-dept { background: var(--blanco); border-radius: 14px; padding: 1.2rem 1rem; text-align: center; box-shadow: 0 4px 18px var(--sombra); border-top: 3px solid var(--azul-claro); width: 100%; transition: transform 0.2s, box-shadow 0.2s; }
.dst-dept:hover { transform: translateY(-4px); box-shadow: 0 10px 32px rgba(27,79,138,0.13); }
.dst-dept--main { border-top-color: var(--azul-claro); }
.dst-dept-icon { font-size: 1.6rem; margin-bottom: 0.4rem; }
.dst-dept h4 { font-family: 'Barlow Condensed', sans-serif; font-size: 0.98rem; font-weight: 800; text-transform: uppercase; color: var(--azul-oscuro); margin-bottom: 0.25rem; line-height: 1.2; }
.dst-dept p { font-size: 0.78rem; color: #6080a0; line-height: 1.45; }

.dst-sub-h-line { width: 100%; height: 2px; background: linear-gradient(90deg, transparent 15%, var(--gris-med) 15%, var(--gris-med) 85%, transparent 85%); }
.dst-sub-row { display: flex; gap: 0.7rem; width: 100%; align-items: flex-start; }
.dst-sub-col { display: flex; flex-direction: column; align-items: center; flex: 1; min-width: 0; }
.dst-sub-col--wide { flex: 2; }
.dst-v-sub-tick { width: 2px; height: 16px; background: linear-gradient(180deg, var(--azul-claro), var(--gris-med)); }
.dst-equipo-block--wide { flex: 2; min-width: 0; }
.dst-equipo-label { font-family: 'Barlow Condensed', sans-serif; font-size: 0.82rem; font-weight: 900; letter-spacing: 0.14em; text-transform: uppercase; background: var(--azul); color: var(--blanco); padding: 0.4rem 1rem; border-radius: 6px 6px 0 0; text-align: center; }
.dst-roles-grid { display: flex; flex-direction: column; gap: 0.5rem; padding: 0.8rem; background: #f4f7fc; border-radius: 0 0 10px 10px; border: 1px solid var(--gris-med); border-top: none; }
.dst-roles-2col { display: grid; grid-template-columns: 1fr 1fr; gap: 0.4rem; padding: 0.6rem; background: #f4f7fc; border-radius: 0 0 10px 10px; border: 1px solid var(--gris-med); border-top: none; }
.dst-roles-col { display: flex; flex-direction: column; gap: 0.4rem; }
.dst-role-card { background: var(--blanco); border-radius: 5px; padding: 0.45rem 0.65rem; font-size: 0.78rem; color: var(--texto-oscuro); border-left: 3px solid var(--azul-claro); box-shadow: 0 1px 5px rgba(0,0,0,0.06); white-space: nowrap; }

.dst-subcargo-card { background: var(--blanco); border-radius: 10px; padding: 0.9rem 1rem; text-align: center; box-shadow: 0 4px 18px var(--sombra); border-top: 3px solid var(--azul-claro); width: 100%; transition: transform 0.2s; }
.dst-subcargo-card:hover { transform: translateY(-3px); }
.dst-subcargo-card h4 { font-family: 'Barlow Condensed', sans-serif; font-size: 0.9rem; font-weight: 800; text-transform: uppercase; color: var(--azul-oscuro); margin: 0.25rem 0 0.2rem; }
.dst-subcargo-card p { font-size: 0.75rem; color: #6080a0; }

/* ===== AGL PRESUPUESTO ===== */
.agl-banner {
  display: flex; align-items: flex-start; gap: 1rem;
  background: linear-gradient(135deg, var(--azul-oscuro), #0a3d35);
  border-radius: 14px; padding: 1.3rem 1.8rem;
  border-left: 5px solid var(--verde-claro);
  margin-bottom: 2.5rem; color: rgba(255,255,255,0.88);
  box-shadow: 0 4px 20px rgba(13,124,110,0.18);
}
.agl-banner-icon { font-size: 1.4rem; flex-shrink: 0; margin-top: 0.1rem; }
.agl-banner p { font-size: 0.93rem; line-height: 1.65; }
.agl-banner strong { color: var(--verde-claro); }

.agl-stats-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1.4rem; margin-bottom: 2.5rem; }
.agl-stat { border-radius: 18px; padding: 1.8rem 1.4rem; text-align: center; color: var(--blanco); box-shadow: 0 6px 28px rgba(0,0,0,0.18); transition: transform 0.2s; }
.agl-stat:hover { transform: translateY(-5px); }
.agl-stat--total   { background: linear-gradient(135deg, #061a38, var(--azul-oscuro)); border-bottom: 3px solid var(--azul-claro); }
.agl-stat--rrhh    { background: linear-gradient(135deg, #0a4d44, var(--verde-dst)); border-bottom: 3px solid var(--verde-claro); }
.agl-stat--insumos { background: linear-gradient(135deg, var(--verde-dst), #1aaa96); border-bottom: 3px solid rgba(255,255,255,0.25); }
.agl-stat--equipo  { background: linear-gradient(135deg, var(--dorado-oscuro), var(--dorado)); border-bottom: 3px solid rgba(255,255,255,0.3); }
.agl-stat-num { font-family: 'Barlow Condensed', sans-serif; font-size: 2.4rem; font-weight: 900; color: var(--blanco); line-height: 1; margin-bottom: 0.45rem; }
.agl-stat--equipo .agl-stat-num { color: var(--texto-oscuro); }
.agl-stat-label { font-family: 'Barlow Condensed', sans-serif; font-size: 0.95rem; font-weight: 800; text-transform: uppercase; letter-spacing: 0.05em; margin-bottom: 0.3rem; }
.agl-stat--equipo .agl-stat-label { color: var(--texto-oscuro); }
.agl-stat-sub { font-size: 0.76rem; color: rgba(255,255,255,0.78); line-height: 1.45; }
.agl-stat--equipo .agl-stat-sub { color: rgba(10,31,58,0.75); }

.agl-table-wrap { overflow-x: auto; border-radius: 16px; box-shadow: 0 6px 32px var(--sombra); border: 1.5px solid var(--gris-med); }
.agl-table { width: 100%; border-collapse: collapse; font-size: 0.94rem; min-width: 560px; background: var(--blanco); }
.agl-table thead tr { background: linear-gradient(90deg, var(--azul-oscuro), #0a3d35); }
.agl-table thead th { font-family: 'Barlow Condensed', sans-serif; font-size: 0.82rem; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; color: var(--blanco); padding: 1rem 1.3rem; text-align: left; }
.agl-table thead th:first-child { border-radius: 14px 0 0 0; }
.agl-table thead th:last-child { border-radius: 0 14px 0 0; }
.th-monto, .th-pct { text-align: right; }

.agl-table tbody tr { border-bottom: 1px solid rgba(27,79,138,0.07); transition: background .18s; }
.agl-table tbody tr:nth-child(odd)  { background: var(--blanco); }
.agl-table tbody tr:nth-child(even) { background: #f4f7fc; }
.agl-table tbody tr:hover { background: #e8f4f2; }
.agl-table tbody tr:hover td:first-child { border-left: 4px solid var(--verde-dst); }
.agl-td-comp { padding: 1.1rem 1.3rem; display: flex; align-items: center; gap: 1rem; border-left: 4px solid transparent; transition: border-color .18s; }

.agl-dot { width: 14px; height: 14px; border-radius: 50%; flex-shrink: 0; }
.agl-dot--rrhh    { background: var(--verde-dst); }
.agl-dot--insumos { background: #2d9e44; }
.agl-dot--equipo  { background: var(--dorado); }
.agl-dot--oxigeno { background: #7c3aed; }

.agl-comp-name { font-family: 'Barlow Condensed', sans-serif; font-weight: 700; font-size: 1.05rem; color: var(--azul-oscuro); margin-bottom: 0.15rem; }
.agl-comp-desc { font-size: 0.78rem; color: #6080a0; }
.agl-td-monto { padding: 1.1rem 1.3rem; text-align: right; font-family: 'Barlow Condensed', sans-serif; font-size: 1.1rem; font-weight: 800; color: var(--verde-dst); white-space: nowrap; }
.agl-td-pct   { padding: 1.1rem 1.3rem; text-align: right; font-family: 'Barlow Condensed', sans-serif; font-size: 0.95rem; font-weight: 600; color: #6080a0; }

.agl-table tfoot tr { background: linear-gradient(90deg, var(--azul-oscuro), #0a3d35); }
.agl-tfoot-label { padding: 1.1rem 1.3rem; font-family: 'Barlow Condensed', sans-serif; font-weight: 900; font-size: 1.05rem; text-transform: uppercase; letter-spacing: 0.06em; color: var(--blanco); }
.agl-tfoot-val   { padding: 1.1rem 1.3rem; text-align: right; font-family: 'Barlow Condensed', sans-serif; font-size: 1.4rem; font-weight: 900; color: var(--verde-claro); white-space: nowrap; }
.agl-tfoot-pct   { padding: 1.1rem 1.3rem; text-align: right; font-family: 'Barlow Condensed', sans-serif; font-size: 1rem; font-weight: 700; color: rgba(255,255,255,0.75); }

@media (max-width: 1024px) {
  .dst-h-connector, .dst-v-line-center,
  .dst-v-tick, .dst-v-sub,
  .dst-sub-h-line, .dst-v-sub-tick { display: none; }

  .dst-top-row { flex-direction: column; align-items: center; gap: 0.8rem; }
  .dst-top-connector, .dst-external { display: none; }
  .dst-director { max-width: 100%; width: 100%; }

  .dst-level2 {
    flex-direction: column;
    gap: 0;
    position: relative;
    padding-left: 2.4rem;
    margin-top: 0;
  }
  .dst-level2::before {
    content: "";
    position: absolute;
    left: 0.6rem;
    top: 1.2rem;
    bottom: 2.2rem;
    width: 2px;
    background: var(--azul-claro);
    border-radius: 2px;
  }

  .dst-dept-col, .dst-dept-col--main {
    flex: unset; width: 100%;
    position: relative;
    padding-bottom: 1.2rem;
  }
  .dst-dept-col:last-child { padding-bottom: 0; }
  .dst-dept-col::before {
    content: "";
    position: absolute;
    left: -1.8rem;
    top: 1.4rem;
    width: 1.6rem;
    height: 2px;
    background: var(--azul-claro);
  }

  .dst-dept {
    text-align: left;
    display: flex;
    align-items: center;
    gap: 0.7rem;
    padding: 0.75rem 1rem;
  }
  .dst-dept-icon { font-size: 1.3rem; margin-bottom: 0; flex-shrink: 0; }
  .dst-dept h4 { font-size: 0.88rem; text-align: left; margin-bottom: 0.1rem; }
  .dst-dept p  { font-size: 0.72rem; line-height: 1.35; text-align: left; }

  .dst-sub-row {
    flex-direction: column;
    position: relative;
    padding-left: 2rem;
    gap: 0;
    margin-top: 0.4rem;
  }
  .dst-sub-row::before {
    content: "";
    position: absolute;
    left: 0.4rem;
    top: 0.3rem;
    bottom: 1.5rem;
    width: 2px;
    background: var(--gris-med);
    border-radius: 2px;
  }
  .dst-sub-col, .dst-sub-col--wide {
    flex: unset; width: 100%;
    position: relative;
    padding-bottom: 0.7rem;
  }
  .dst-sub-col:last-child { padding-bottom: 0; }
  .dst-sub-col::before {
    content: "";
    position: absolute;
    left: -1.6rem;
    top: 0.8rem;
    width: 1.5rem;
    height: 2px;
    background: var(--gris-med);
  }
  .dst-equipo-block--wide { flex: unset; width: 100%; }
  .dst-roles-2col { grid-template-columns: 1fr 1fr; }
  .dst-role-card { white-space: normal; font-size: 0.78rem; padding: 0.38rem 0.55rem; }

  .dst-subcargo-card {
    margin-top: 0.4rem;
    margin-left: 1.8rem;
    position: relative;
    text-align: left;
    display: flex;
    align-items: center;
    gap: 0.7rem;
    padding: 0.65rem 0.9rem;
    border-left: 2px solid var(--azul-claro);
  }
  .dst-subcargo-card::before {
    content: "";
    position: absolute;
    left: -1.6rem;
    top: 50%;
    width: 1.6rem;
    height: 2px;
    background: var(--azul-claro);
    transform: translateY(-50%);
  }
  .dst-subcargo-card .dst-dept-icon { font-size: 1.2rem; margin-bottom: 0; flex-shrink: 0; }
  .dst-subcargo-card h4 { font-size: 0.85rem; margin: 0 0 0.1rem; text-align: left; }
  .dst-subcargo-card p  { font-size: 0.72rem; margin: 0; text-align: left; color: #6080a0; }

  .agl-stats-grid { grid-template-columns: repeat(2, 1fr); }
  .nav-links { display: none; }
}

@media (max-width: 768px) {
  nav { padding: 0 1.2rem; }
  .hero { padding: 100px 1.2rem 60px; }
  .hero h1 { font-size: clamp(2rem, 9vw, 2.8rem); }
  section { padding: 60px 1.2rem; min-height: unset; }
  .dst-level2 { padding-left: 2rem; }
  .dst-level2::before { left: 0.4rem; }
  .dst-dept-col::before { left: -1.6rem; }
  .dst-roles-2col { grid-template-columns: 1fr; }
  .agl-stats-grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 500px) {
  .agl-stats-grid { grid-template-columns: 1fr; }
  .dst-roles-2col { grid-template-columns: 1fr; }
  .dst-dept { flex-direction: column; align-items: flex-start; gap: 0.3rem; }
}

/* ===== DOTACION ===== */
#dotacion { background: var(--blanco); }

.dot-table-wrap { overflow-x: auto; border-radius: 16px; box-shadow: 0 6px 32px var(--sombra); border: 1.5px solid var(--gris-med); }
.dot-table { width: 100%; border-collapse: collapse; font-size: 0.92rem; min-width: 700px; background: var(--blanco); }

.dot-table thead tr { background: linear-gradient(90deg, var(--azul-oscuro), #1B4F8A); }
.dot-table thead th { font-family: "Barlow Condensed", sans-serif; font-size: 0.78rem; font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase; color: var(--blanco); padding: 0.85rem 0.9rem; text-align: center; line-height: 1.3; white-space: nowrap; }
.dot-th-cargo { text-align: left !important; padding-left: 1.2rem !important; border-radius: 14px 0 0 0; }
.dot-th-total { border-radius: 0 14px 0 0; }
.dot-table thead th span { display: block; font-weight: 400; opacity: 0.75; font-size: 0.7rem; letter-spacing: 0.05em; }

.dot-table tbody tr { border-bottom: 1px solid rgba(27,79,138,0.07); transition: background .15s; }
.dot-table tbody tr:nth-child(odd)  { background: var(--blanco); }
.dot-table tbody tr:nth-child(even) { background: #f4f7fc; }
.dot-table tbody tr:hover { background: #e8f0fb; }
.dot-table tbody tr:hover .dot-td-cargo { border-left: 4px solid var(--azul-claro); }

.dot-td-cargo { padding: 0.85rem 1.2rem; font-weight: 600; color: var(--azul-oscuro); border-left: 4px solid transparent; transition: border-color .15s; }
.dot-td-num { padding: 0.85rem 0.9rem; text-align: center; font-family: "Barlow Condensed", sans-serif; font-size: 1rem; font-weight: 700; color: #3a5070; }
.dot-td-val { padding: 0.85rem 0.9rem; text-align: right; font-size: 0.88rem; color: #6080a0; white-space: nowrap; }
.dot-td-total { padding: 0.85rem 1rem; text-align: right; font-family: "Barlow Condensed", sans-serif; font-size: 1.05rem; font-weight: 800; color: var(--azul); white-space: nowrap; }
.dot-total-highlight { color: var(--azul-oscuro) !important; font-size: 1.1rem !important; }

.dot-table tfoot tr { background: linear-gradient(90deg, var(--azul-oscuro), #1B4F8A); }
.dot-tfoot-label { padding: 1rem 1.2rem; font-family: "Barlow Condensed", sans-serif; font-weight: 900; font-size: 0.92rem; text-transform: uppercase; letter-spacing: 0.06em; color: var(--blanco); }
.dot-tfoot-num { padding: 1rem 0.9rem; text-align: center; font-family: "Barlow Condensed", sans-serif; font-size: 1.1rem; font-weight: 800; color: rgba(255,255,255,0.85); }
.dot-tfoot-total { padding: 1rem 1rem; text-align: right; font-family: "Barlow Condensed", sans-serif; font-size: 1.35rem; font-weight: 900; color: var(--dorado); white-space: nowrap; }

/* ===== PRESUPUESTO DST ===== */
#presupuesto { background: var(--gris-claro); }

.ppto-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1.8rem; margin-bottom: 2rem; }

.ppto-card { background: var(--blanco); border-radius: 16px; overflow: hidden; box-shadow: 0 6px 28px var(--sombra); display: flex; flex-direction: column; }

.ppto-card-header { padding: 1.3rem 1.6rem; display: flex; justify-content: space-between; align-items: center; }
.ppto-card--agl .ppto-card-header { background: linear-gradient(135deg, var(--azul-oscuro), var(--azul)); }
.ppto-card--rec .ppto-card-header { background: linear-gradient(135deg, #1a3a5c, var(--azul-claro)); }

.ppto-card-title { font-family: "Barlow Condensed", sans-serif; font-size: 1.1rem; font-weight: 900; text-transform: uppercase; letter-spacing: 0.06em; color: var(--blanco); }
.ppto-card-subtotal { font-family: "Barlow Condensed", sans-serif; font-size: 1.25rem; font-weight: 900; color: var(--dorado); }

.ppto-items { list-style: none; padding: 0.5rem 0; flex: 1; }
.ppto-items li { display: flex; justify-content: space-between; align-items: center; padding: 0.7rem 1.6rem; border-bottom: 1px solid rgba(27,79,138,0.07); transition: background .15s; }
.ppto-items li:last-child { border-bottom: none; }
.ppto-items li:hover { background: #f4f7fc; }
.ppto-item-name { font-size: 0.9rem; color: var(--texto-oscuro); font-weight: 500; }
.ppto-item-val { font-family: "Barlow Condensed", sans-serif; font-size: 1rem; font-weight: 700; color: var(--azul); white-space: nowrap; }

.ppto-pct { padding: 0.7rem 1.6rem; font-family: "Barlow Condensed", sans-serif; font-size: 0.82rem; font-weight: 700; letter-spacing: 0.12em; text-transform: uppercase; text-align: center; }
.ppto-pct--agl { background: var(--azul-oscuro); color: rgba(255,255,255,0.85); }
.ppto-pct--rec { background: var(--azul-claro); color: rgba(255,255,255,0.9); }

.ppto-total { display: flex; justify-content: center; margin-bottom: 2rem; }
.ppto-total-inner { background: linear-gradient(135deg, var(--azul-oscuro) 0%, #1B4F8A 100%); border-radius: 20px; padding: 2.2rem 4rem; text-align: center; box-shadow: 0 8px 36px rgba(27,79,138,0.22); width: 100%; max-width: 680px; }
.ppto-total-label { font-family: "Barlow Condensed", sans-serif; font-size: 0.88rem; font-weight: 700; letter-spacing: 0.16em; text-transform: uppercase; color: rgba(255,255,255,0.65); margin-bottom: 0.5rem; }
.ppto-total-val { font-family: "Barlow Condensed", sans-serif; font-size: 3.2rem; font-weight: 900; color: var(--dorado); line-height: 1; margin-bottom: 1rem; }
.ppto-total-breakdown { display: flex; justify-content: center; align-items: center; gap: 1rem; flex-wrap: wrap; }
.ppto-br-agl { font-family: "Barlow Condensed", sans-serif; font-size: 0.85rem; font-weight: 700; color: rgba(255,255,255,0.8); }
.ppto-br-sep { font-family: "Barlow Condensed", sans-serif; font-size: 1.2rem; font-weight: 900; color: var(--dorado); }
.ppto-br-rec { font-family: "Barlow Condensed", sans-serif; font-size: 0.85rem; font-weight: 700; color: rgba(255,255,255,0.8); }

@media (max-width: 768px) {
  .ppto-grid { grid-template-columns: 1fr; }
  .ppto-total-inner { padding: 1.8rem 2rem; }
  .ppto-total-val { font-size: 2.4rem; }
}

/* ===== CATASTRO PRESUPUESTO ===== */
#catastro { background: var(--blanco); }

.cat-table-wrap { overflow-x: auto; border-radius: 16px; box-shadow: 0 6px 32px var(--sombra); border: 1.5px solid var(--gris-med); }
.cat-table { width: 100%; border-collapse: collapse; font-size: 0.9rem; min-width: 760px; background: var(--blanco); }

.cat-table thead tr { background: linear-gradient(90deg, var(--azul-oscuro), var(--azul)); }
.cat-table thead th { font-family: "Barlow Condensed", sans-serif; font-size: 0.8rem; font-weight: 700; letter-spacing: 0.09em; text-transform: uppercase; color: var(--blanco); padding: 0.9rem 1rem; text-align: center; white-space: nowrap; }
.cat-th-n    { width: 42px; border-radius: 14px 0 0 0; }
.cat-th-item { text-align: left; width: auto; }
.cat-th-cant { width: 60px; }
.cat-th-val  { width: 120px; }
.cat-th-total { width: 120px; }
.cat-th-fin  { width: 200px; border-radius: 0 14px 0 0; }

.cat-table tbody tr { border-bottom: 1px solid rgba(27,79,138,0.06); transition: background .15s; }
.cat-table tbody tr:nth-child(odd)  { background: var(--blanco); }
.cat-table tbody tr:nth-child(even) { background: #f4f9f4; }
.cat-table tbody tr:hover { background: #e8f0fb; }

.cat-row--agl  { background: rgba(245,168,0,0.05) !important; }
.cat-row--mixed { background: rgba(124,58,237,0.05) !important; }

.cat-n    { padding: 0.7rem 0.8rem; text-align: center; font-family: "Barlow Condensed", sans-serif; font-weight: 800; font-size: 0.95rem; color: var(--azul-oscuro); }
.cat-item { padding: 0.7rem 1rem; color: var(--texto-oscuro); font-weight: 500; }
.cat-cant { padding: 0.7rem 0.8rem; text-align: center; font-family: "Barlow Condensed", sans-serif; font-weight: 700; color: #3a5070; }
.cat-val  { padding: 0.7rem 1rem; text-align: right; color: #6080a0; white-space: nowrap; }
.cat-total { padding: 0.7rem 1rem; text-align: right; font-family: "Barlow Condensed", sans-serif; font-size: 0.98rem; font-weight: 800; color: var(--azul); white-space: nowrap; }
.cat-fin  { padding: 0.7rem 1rem; font-size: 0.82rem; font-style: italic; white-space: nowrap; }
.cat-fin--rec { color: #2d7a4f; }
.cat-fin--agl { color: var(--azul); font-style: normal; font-weight: 700; }
.cat-fin--mix { color: #7c3aed; font-style: normal; font-weight: 700; }

.cat-sub { background: #e8eef7 !important; border-top: 2px solid var(--gris-med); }
.cat-sub--agl { background: rgba(245,168,0,0.1) !important; }
.cat-sub-label { padding: 0.7rem 1rem; font-family: "Barlow Condensed", sans-serif; font-size: 0.9rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.06em; color: var(--azul-oscuro); text-align: right; }
.cat-sub-val { padding: 0.7rem 1rem; text-align: right; font-family: "Barlow Condensed", sans-serif; font-size: 1.05rem; font-weight: 800; color: var(--azul); white-space: nowrap; }

.cat-total-row { background: linear-gradient(90deg, var(--azul-oscuro), var(--azul)) !important; border-top: 2px solid rgba(245,168,0,0.5); }
.cat-total-label { padding: 1rem 1rem; font-family: "Barlow Condensed", sans-serif; font-size: 1rem; font-weight: 900; text-transform: uppercase; letter-spacing: 0.08em; color: var(--blanco); text-align: right; }
.cat-total-val { padding: 1rem 1rem; text-align: right; font-family: "Barlow Condensed", sans-serif; font-size: 1.4rem; font-weight: 900; color: var(--dorado); white-space: nowrap; }

/* ===== INNOVACION DST ===== */
#innovacion { background: var(--blanco); }

.inn-subtitle { color: #6080a0; font-size: 0.95rem; margin-bottom: 2.5rem; }

.inn-grid { display: grid; grid-template-columns: 1fr 1.4fr; gap: 2rem; align-items: start; }

.inn-left { display: flex; flex-direction: column; gap: 1.4rem; }

.inn-box { background: var(--blanco); border-radius: 14px; overflow: hidden; box-shadow: 0 4px 20px var(--sombra); }
.inn-box-header { background: linear-gradient(135deg, var(--azul-oscuro), var(--azul)); color: var(--blanco); font-family: "Barlow Condensed", sans-serif; font-size: 0.9rem; font-weight: 800; letter-spacing: 0.14em; text-transform: uppercase; padding: 0.75rem 1.3rem; }
.inn-box--obj .inn-box-header { background: linear-gradient(135deg, #0a3d35, var(--azul-oscuro)); }
.inn-box-body { padding: 1.2rem 1.3rem; }
.inn-box-body p { font-size: 0.9rem; color: #4a6080; line-height: 1.75; }

.inn-right { background: var(--blanco); border-radius: 14px; box-shadow: 0 4px 20px var(--sombra); overflow: hidden; }
.inn-obj-title { background: linear-gradient(135deg, var(--azul-oscuro), var(--azul)); color: var(--blanco); font-family: "Barlow Condensed", sans-serif; font-size: 0.9rem; font-weight: 800; letter-spacing: 0.14em; text-transform: uppercase; padding: 0.75rem 1.3rem; }
.inn-obj-list { padding: 0.6rem 0; }
.inn-obj-item { display: flex; align-items: center; gap: 1rem; padding: 0.7rem 1.3rem; border-bottom: 1px solid rgba(27,79,138,0.07); transition: background .15s; }
.inn-obj-item:last-child { border-bottom: none; }
.inn-obj-item:hover { background: #f4f7fc; }
.inn-obj-num { font-family: "Barlow Condensed", sans-serif; font-size: 1.2rem; font-weight: 900; color: var(--blanco); background: var(--azul); min-width: 36px; height: 36px; border-radius: 8px; display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.inn-obj-item p { font-size: 0.9rem; color: var(--texto-oscuro); font-weight: 500; line-height: 1.4; }

@media (max-width: 900px) {
  .inn-grid { grid-template-columns: 1fr; }
}

/* ===== MODELO OPERATIVO POR FASES ===== */
#modelo { background: var(--gris-claro); }

.fases-wrap { border-radius: 14px; overflow: hidden; box-shadow: 0 6px 32px var(--sombra); }

.fases-header { background: linear-gradient(90deg, var(--azul-oscuro), var(--azul)); color: var(--blanco); font-family: "Barlow Condensed", sans-serif; font-size: 1.05rem; font-weight: 900; letter-spacing: 0.14em; text-transform: uppercase; text-align: center; padding: 1rem 1.5rem; border-bottom: 3px solid var(--dorado); }

.fases-grid { display: grid; grid-template-columns: 1fr 1fr; border-bottom: 1px solid rgba(27,79,138,0.12); }

.fase-col { display: flex; flex-direction: column; }
.fase-col:first-child { border-right: 1px solid rgba(27,79,138,0.12); }

.fase-title { display: flex; align-items: center; gap: 0.7rem; padding: 0.75rem 1.2rem; font-family: "Barlow Condensed", sans-serif; font-size: 0.95rem; font-weight: 800; text-transform: uppercase; letter-spacing: 0.04em; }
.fase-title--1 { background: var(--azul); color: var(--blanco); }
.fase-title--2 { background: var(--dorado); color: var(--texto-oscuro); }

.fase-badge { font-family: "Barlow Condensed", sans-serif; font-size: 0.72rem; font-weight: 900; letter-spacing: 0.12em; background: rgba(255,255,255,0.25); padding: 0.2rem 0.55rem; border-radius: 4px; white-space: nowrap; }
.fase-badge--2 { background: rgba(10,31,58,0.18); }
.fase-fecha { opacity: 0.85; font-weight: 600; }
.fase-fecha--2 { opacity: 0.8; }

.fase-items { list-style: none; flex: 1; background: var(--blanco); }
.fase-items li { padding: 0.7rem 1.2rem; border-bottom: 1px solid rgba(27,79,138,0.07); font-size: 0.88rem; color: #3a5070; line-height: 1.5; }
.fase-items li:last-child { border-bottom: none; }
.fase-items--2 { background: #fffdf4; }
.fase-items--2 li { color: #4a3000; border-bottom-color: rgba(245,168,0,0.12); }

.post-fest-header { background: linear-gradient(90deg, var(--azul-oscuro), #1a3a5c); color: var(--blanco); font-family: "Barlow Condensed", sans-serif; font-size: 0.95rem; font-weight: 900; letter-spacing: 0.1em; text-transform: uppercase; text-align: center; padding: 0.75rem 1.5rem; border-top: 3px solid var(--dorado); }
.post-fest-items { display: grid; grid-template-columns: 1fr 1fr; background: #f0f6f4; }
.post-fest-item { padding: 0.8rem 1.2rem; font-size: 0.88rem; color: #2a4a40; border-right: 1px solid rgba(13,124,110,0.15); text-align: center; }
.post-fest-item:last-child { border-right: none; }

@media (max-width: 768px) {
  .fases-grid { grid-template-columns: 1fr; }
  .fase-col:first-child { border-right: none; border-bottom: 2px solid var(--gris-med); }
  .post-fest-items { grid-template-columns: 1fr; }
}

/* ===== MAPA OPERATIVO ===== */
#mapa { background: var(--blanco); }
.mapa-leaflet { height: 480px; border-radius: 14px; box-shadow: 0 6px 32px var(--sombra); border: 2px solid var(--gris-med); }
.dst-pin { width: 36px; height: 36px; background: var(--azul-oscuro); border-radius: 50% 50% 50% 0; transform: rotate(-45deg); display: flex; align-items: center; justify-content: center; box-shadow: 0 3px 10px rgba(0,0,0,0.3); border: 2px solid var(--dorado); }
.dst-pin span, .dst-pin { font-size: 16px; }

/* ===== RECURSO HUMANO ===== */
#rrhh { background: var(--gris-claro); }
.rrhh-th-cargo { text-align: left; padding-left: 1.2rem !important; border-radius: 14px 0 0 0; }
.dot-table-tfoot-total { background: linear-gradient(90deg, var(--azul-oscuro), var(--azul)) !important; }
.dot-tfoot-total { padding: 1rem 1rem; text-align: right; font-family: "Barlow Condensed", sans-serif; font-size: 1.4rem; font-weight: 900; color: var(--dorado); white-space: nowrap; }
.rrhh-nota { margin-top: 0.9rem; font-size: 0.8rem; color: #8a9db5; font-style: italic; }

/* ===== PLAN DE COMPRAS (mismo diseño PlanRentas) ===== */
#compras { background: var(--blanco); }

.compras-table-wrap { overflow-x: auto; border-radius: 16px; box-shadow: 0 6px 32px rgba(27,79,138,0.10); border: 1.5px solid var(--gris-med); }
.compras-table { width: 100%; border-collapse: collapse; font-size: 0.93rem; min-width: 600px; }
.compras-table thead tr { background: linear-gradient(90deg, var(--azul-oscuro), var(--azul)); }
.compras-table thead th { font-family: "Barlow Condensed", sans-serif; font-size: 0.82rem; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; color: var(--blanco); padding: 1rem 1.1rem; text-align: left; }
.compras-table thead th:first-child { border-radius: 14px 0 0 0; }
.compras-table thead th:last-child { border-radius: 0 14px 0 0; text-align: right; }

.compras-table tbody tr { border-bottom: 1px solid rgba(27,79,138,0.07); transition: background .18s; }
.compras-table tbody tr:nth-child(odd)  { background: var(--blanco); }
.compras-table tbody tr:nth-child(even) { background: #f4f7fc; }
.compras-table tbody tr:hover { background: #e8f0fb; }
.compras-table tbody td { padding: 0.85rem 1.1rem; color: var(--texto-oscuro); vertical-align: middle; line-height: 1.4; }
.compras-table tbody tr:hover td:first-child { border-left: 4px solid var(--dorado); }

.compras-separator td { padding: 0.3rem 0 !important; background: var(--gris-claro) !important; border-bottom: 2px solid var(--gris-med) !important; }

.td-cant { font-family: "Barlow Condensed", sans-serif; font-size: 1.2rem; font-weight: 900; color: var(--azul); text-align: center; }
.td-item { font-family: "Barlow Condensed", sans-serif; font-size: 1rem; font-weight: 700; color: var(--azul-oscuro); text-transform: uppercase; }
.item-icon { margin-right: 0.5rem; font-size: 1.3rem; }
.item-name { vertical-align: middle; }
.td-val   { text-align: right; font-weight: 600; color: #3a5070; white-space: nowrap; }
.td-total { text-align: right; font-family: "Barlow Condensed", sans-serif; font-size: 1.05rem; font-weight: 800; color: var(--azul); white-space: nowrap; }

.compras-table tfoot tr { background: linear-gradient(90deg, var(--azul-oscuro), var(--azul)); }
.td-total-label { font-family: "Barlow Condensed", sans-serif; font-size: 1rem; font-weight: 800; letter-spacing: 0.1em; text-transform: uppercase; color: var(--blanco); padding: 1rem 1.1rem; border-radius: 0 0 0 14px; }
.td-total-sum   { font-family: "Barlow Condensed", sans-serif; font-size: 1.4rem; font-weight: 900; color: var(--dorado); padding: 1rem 1.1rem; text-align: right; border-radius: 0 0 14px 0; }

/* Leyenda mapa */
.mapa-leyenda { background: rgba(255,255,255,0.95); border-radius: 10px; padding: 0.8rem 1rem; box-shadow: 0 3px 14px rgba(0,0,0,0.2); font-family: "Barlow", sans-serif; min-width: 160px; border: 1px solid rgba(27,79,138,0.15); }
.mapa-leyenda h4 { font-family: "Barlow Condensed", sans-serif; font-size: 0.78rem; font-weight: 800; letter-spacing: 0.1em; text-transform: uppercase; color: #0d3060; margin-bottom: 0.55rem; border-bottom: 2px solid #e0e8f0; padding-bottom: 0.4rem; }
.ley-item { display: flex; align-items: center; gap: 0.55rem; font-size: 0.82rem; color: #2a3d5a; margin-bottom: 0.35rem; font-weight: 500; }
.ley-item:last-child { margin-bottom: 0; }
.ley-color { display: inline-block; width: 16px; height: 16px; border-radius: 4px; flex-shrink: 0; opacity: 0.85; }

/* PRESUPUESTO CONSOLIDADO */
#consolidado { background: var(--gris-claro); }
.pcon-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 0; border-radius: 16px; overflow: hidden; box-shadow: 0 8px 40px rgba(11,31,66,0.22); margin-top: 2.5rem; align-items: stretch; }
.pcon-col { display: flex; flex-direction: column; }
.pcon-header { padding: 1.6rem 1.8rem; text-align: center; }
/* Column headers */
.pcon-col--azul .pcon-header  { background: linear-gradient(160deg, #0d2247, #1B3A6B); }
.pcon-col--verde .pcon-header { background: linear-gradient(160deg, #0a5c52, #0d7c6e); }
.pcon-col--dorado .pcon-header { background: linear-gradient(160deg, #c98a00, #e0a000); }
/* Header text */
.pcon-total { font-family: 'Barlow Condensed', sans-serif; font-size: clamp(1.6rem, 2.5vw, 2.2rem); font-weight: 900; color: var(--blanco); line-height: 1; letter-spacing: -0.01em; }
.pcon-col--dorado .pcon-total { color: var(--azul-oscuro); }
.pcon-fuente { font-family: 'Barlow Condensed', sans-serif; font-size: 0.78rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.1em; color: rgba(255,255,255,0.75); margin-top: 0.4rem; }
.pcon-col--dorado .pcon-fuente { color: rgba(11,30,62,0.75); }
/* Items */
.pcon-items { flex: 1; display: flex; flex-direction: column; }
.pcon-item { flex: 1; padding: 1rem 1.6rem; border-bottom: 1px solid rgba(0,0,0,0.06); display: flex; flex-direction: column; justify-content: center; }
.pcon-item:last-child { border-bottom: none; }
.pcon-col--azul   .pcon-item { background: rgba(27,79,138,0.06); }
.pcon-col--azul   .pcon-item:nth-child(even) { background: rgba(27,79,138,0.13); }
.pcon-col--verde  .pcon-item { background: rgba(13,124,110,0.06); }
.pcon-col--verde  .pcon-item:nth-child(even) { background: rgba(13,124,110,0.13); }
.pcon-col--dorado .pcon-item { background: rgba(245,168,0,0.06); }
.pcon-col--dorado .pcon-item:nth-child(even) { background: rgba(245,168,0,0.14); }
/* Item text */
.pcon-item-top { display: flex; justify-content: space-between; align-items: baseline; gap: 0.5rem; flex-wrap: wrap; }
.pcon-item-name { font-family: 'Barlow Condensed', sans-serif; font-size: 0.88rem; font-weight: 800; text-transform: uppercase; letter-spacing: 0.04em; color: var(--texto-oscuro); }
.pcon-item-val { font-family: 'Barlow Condensed', sans-serif; font-size: 1.05rem; font-weight: 900; color: var(--azul-oscuro); white-space: nowrap; flex-shrink: 0; }
.pcon-col--verde  .pcon-item-val { color: var(--verde-dst); }
.pcon-col--dorado .pcon-item-val { color: #a06800; }
.pcon-item-sub { font-size: 0.78rem; color: #6a8098; margin-top: 0.2rem; line-height: 1.4; }
.pcon-total-bar { margin-top: 2rem; background: linear-gradient(135deg, var(--azul-oscuro), #0b2247); border-radius: 16px; padding: 1.6rem 2.5rem; display: flex; align-items: center; justify-content: space-between; box-shadow: 0 6px 28px rgba(11,31,66,0.25); }
.pcon-total-label { font-family: 'Barlow Condensed', sans-serif; font-size: 1rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.08em; color: rgba(255,255,255,0.8); }
.pcon-total-num { font-family: 'Barlow Condensed', sans-serif; font-size: clamp(1.8rem, 3vw, 2.8rem); font-weight: 900; color: var(--dorado); letter-spacing: -0.01em; }
@media (max-width: 900px) { .pcon-grid { grid-template-columns: 1fr; } .pcon-total-bar { flex-direction: column; gap: 0.5rem; text-align: center; } }