:root{--verde:#b9d9c7;--verde2:#dceee3;--oliva:#718d55;--amarillo:#ffe994;--crema:#fffdf7;--cafe:#302116;--muted:#70645a;--blanco:#fff;--borde:#e8dfce;--sombra:0 14px 40px rgba(48,33,22,.10);--radio:22px}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--crema);color:var(--cafe);font-family:Inter,system-ui,-apple-system,"Segoe UI",Arial,sans-serif}a{color:inherit;text-decoration:none}img{max-width:100%}.container{width:min(1180px,calc(100% - 36px));margin:auto}.header{position:sticky;top:0;z-index:100;background:rgba(255,253,247,.96);backdrop-filter:blur(14px);border-bottom:1px solid var(--borde)}.bar{min-height:78px;display:flex;align-items:center;gap:20px}.brand{display:flex;align-items:center;gap:10px;font-weight:900;line-height:1.03;margin-right:auto}.brand img{width:52px;height:52px;object-fit:contain;border-radius:14px}.brand small{font-weight:700;color:var(--oliva)}.nav{display:flex;align-items:center;gap:4px}.nav a{padding:10px 11px;border-radius:12px;font-weight:750;font-size:14px}.nav a:hover,.nav a.active{background:var(--verde2);color:#29412f}.menu{display:none;border:0;background:var(--verde);border-radius:12px;padding:10px 13px;font-size:22px}.hero{padding:70px 0 58px;background:radial-gradient(circle at 82% 18%,var(--amarillo),transparent 26%),linear-gradient(135deg,var(--verde),#f7f3d9 68%,var(--crema))}.hero-grid{display:grid;grid-template-columns:1.2fr .8fr;gap:40px;align-items:center}.eyebrow{font-size:13px;letter-spacing:.16em;font-weight:900;color:var(--oliva)}h1{font-size:clamp(42px,6vw,76px);line-height:.98;margin:12px 0 20px;letter-spacing:-.045em}h2{font-size:clamp(28px,4vw,44px);margin:0 0 12px;letter-spacing:-.03em}h3{margin:0 0 8px}.lead,.intro{font-size:19px;line-height:1.65;color:var(--muted);max-width:760px}.hero-logo{display:flex;justify-content:center}.hero-logo img{width:min(350px,80vw);aspect-ratio:1;object-fit:contain;filter:drop-shadow(0 18px 24px rgba(48,33,22,.16))}.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:13px 19px;border-radius:999px;background:var(--cafe);color:#fff;font-weight:850;margin:8px 6px 0 0;border:0;cursor:pointer}.btn.alt{background:#fff;color:var(--cafe);border:1px solid var(--borde)}.section{padding:70px 0}.gray{background:#f5f3ea}.cards{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;margin-top:28px}.card{background:#fff;padding:25px;border:1px solid var(--borde);border-radius:var(--radio);box-shadow:var(--sombra)}.card p{color:var(--muted);line-height:1.55}.special{display:grid;grid-template-columns:1fr 320px;gap:30px;align-items:center;background:#fff;border:1px solid var(--borde);border-radius:28px;padding:28px;box-shadow:var(--sombra)}.special img{width:100%;border-radius:18px}.live-section{padding:38px 0 70px}.live-player{background:#090909;border-radius:26px;padding:12px;box-shadow:var(--sombra);overflow:hidden}.live-player video,.live-player iframe{display:block;width:100%;aspect-ratio:16/9;border:0;border-radius:18px;background:#000}.live-meta{padding:15px 5px 2px;color:#fff}.live-meta .program-name{font-size:22px;font-weight:850}.live-badge{display:inline-flex;align-items:center;gap:8px;background:#fff1f1;color:#b4233b;border-radius:999px;padding:8px 12px;font-weight:800}.dot{width:13px;height:13px;border-radius:50%;background:#ed3d5b;box-shadow:0 0 0 6px rgba(237,61,91,.13)}.notice{padding:18px 20px;border:1px solid var(--borde);border-radius:16px;background:#fff8d9;color:#584b28}.news-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;margin-top:25px}.news-card{background:#fff;border:1px solid var(--borde);border-radius:20px;overflow:hidden;box-shadow:var(--sombra)}.news-card img{width:100%;height:190px;object-fit:cover;background:var(--verde2)}.news-card .body{padding:18px}.tag{display:inline-block;font-size:12px;font-weight:900;color:var(--oliva);text-transform:uppercase;letter-spacing:.08em;margin-bottom:8px}.news-card h3{font-size:20px}.news-card p{color:var(--muted);line-height:1.55}.section-head{display:flex;align-items:end;justify-content:space-between;gap:20px}.category-tabs{display:flex;flex-wrap:wrap;gap:8px;margin:22px 0}.category-tabs a{padding:9px 13px;border:1px solid var(--borde);background:#fff;border-radius:999px;font-weight:750}.category-tabs a:hover{background:var(--verde2)}footer{background:#21180f;color:#fff;padding:42px 0}.footer{display:flex;align-items:center;justify-content:center;gap:28px;text-align:center}.footer img{width:68px;height:68px;object-fit:contain}.footer-center strong{font-size:17px}.footer-center p{margin:6px 0;color:#d9d0c6}.footer-creator{font-size:13px;color:#d9d0c6}.footer-creator b{color:#fff}.hidden{display:none!important}.article{max-width:900px;margin:auto;background:#fff;border:1px solid var(--borde);border-radius:25px;padding:35px;box-shadow:var(--sombra)}.article img{width:100%;max-height:520px;object-fit:cover;border-radius:18px}.article-content{font-size:18px;line-height:1.8;color:#493d34}.meta{color:var(--muted);font-size:14px;margin:10px 0 22px}.share{display:flex;gap:8px;flex-wrap:wrap;margin-top:28px}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:15px}.field{display:flex;flex-direction:column;gap:7px}.field.full{grid-column:1/-1}.field input,.field textarea,.field select{width:100%;padding:12px 13px;border:1px solid var(--borde);border-radius:12px;background:#fff;font:inherit}.field textarea{min-height:130px;resize:vertical}.admin{min-height:100vh;display:grid;grid-template-columns:255px 1fr}.side{background:#21180f;color:#fff;padding:22px 14px;position:sticky;top:0;height:100vh;overflow:auto}.side img{width:86px;height:86px;object-fit:contain;display:block;margin:0 auto 8px}.side h2{text-align:center;font-size:17px;margin:0 0 18px}.side button{width:100%;padding:11px 12px;border:0;background:transparent;color:#fff;text-align:left;border-radius:11px;margin:2px 0;cursor:pointer;font-weight:750}.side button:hover,.side button.active{background:rgba(255,255,255,.12)}.main{padding:28px;background:#f5f6f3}.panel{background:#fff;border:1px solid var(--borde);border-radius:22px;padding:22px;box-shadow:var(--sombra)}.grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:16px}.stat{background:#fff;border:1px solid var(--borde);border-radius:18px;padding:18px}.stat b{font-size:32px}.table-wrap{overflow:auto}.admin-table{width:100%;border-collapse:collapse}.admin-table th,.admin-table td{padding:11px;border-bottom:1px solid #eee;text-align:left;vertical-align:top}.admin-table th{font-size:13px;color:var(--muted)}.admin-actions{display:flex;gap:7px;flex-wrap:wrap}.small-btn{padding:8px 10px;border:1px solid var(--borde);border-radius:9px;background:#fff;cursor:pointer;font-weight:700}.small-btn.danger{color:#a5283e}.admin-top{display:flex;justify-content:space-between;align-items:center;gap:15px;margin-bottom:18px}.upload-preview{max-width:180px;max-height:120px;object-fit:cover;border-radius:12px;border:1px solid var(--borde)}
@media(max-width:980px){.nav{display:none;position:absolute;left:18px;right:18px;top:72px;background:#fff;padding:10px;border:1px solid var(--borde);border-radius:18px;box-shadow:var(--sombra);flex-direction:column;align-items:stretch}.nav.open{display:flex}.menu{display:block}.hero-grid,.special{grid-template-columns:1fr}.cards,.news-grid{grid-template-columns:repeat(2,1fr)}.admin{display:block}.side{position:static;height:auto}.side nav{display:grid;grid-template-columns:repeat(2,1fr)}.main{padding:18px}}
@media(max-width:620px){.cards,.news-grid,.form-grid{grid-template-columns:1fr}.hero{padding-top:48px}.section{padding:52px 0}.footer{flex-direction:column;gap:12px}.brand span{font-size:14px}.side nav{grid-template-columns:1fr}}

/* =========================================================
   MENÚ Y PIE DE PÁGINA — ORGANIZACIÓN FINAL
   ========================================================= */
.header{
  position:sticky;
  top:0;
  z-index:1000;
  background:rgba(255,253,247,.97);
  backdrop-filter:blur(14px);
  -webkit-backdrop-filter:blur(14px);
  border-bottom:1px solid var(--borde);
  box-shadow:0 3px 18px rgba(48,33,22,.07);
}
.header .bar{
  min-height:78px;
  gap:18px;
  position:relative;
}
.header .brand{
  flex:0 0 auto;
  min-width:210px;
  margin-right:auto;
}
.header .brand img{
  width:52px;
  height:52px;
  flex:0 0 52px;
}
.header .brand span{
  white-space:nowrap;
}
.header .nav{
  display:flex;
  align-items:center;
  justify-content:flex-end;
  gap:3px;
  flex-wrap:nowrap;
}
.header .nav a{
  display:flex;
  align-items:center;
  justify-content:center;
  min-height:40px;
  padding:9px 10px;
  border-radius:10px;
  font-size:13px;
  font-weight:800;
  line-height:1.15;
  white-space:nowrap;
  transition:background .18s ease,color .18s ease,transform .18s ease;
}
.header .nav a:hover{
  background:var(--verde2);
  color:#29412f;
  transform:translateY(-1px);
}
.header .nav a.active{
  background:var(--verde2);
  color:#29412f;
}
.header .nav a[href="/admin/login.html"]{
  margin-left:5px;
  padding-left:13px;
  padding-right:13px;
  background:var(--cafe);
  color:#fff;
}
.header .nav a[href="/admin/login.html"]:hover{
  background:#493325;
  color:#fff;
}
.header .menu{
  display:none;
  width:44px;
  height:44px;
  padding:0;
  border:1px solid var(--borde);
  background:#fff;
  color:var(--cafe);
  border-radius:12px;
  font-size:24px;
  line-height:1;
  cursor:pointer;
  box-shadow:0 4px 12px rgba(48,33,22,.08);
}
.header .menu:hover{background:var(--verde2)}

/* Pie de página limpio y centrado */
footer{
  background:#21180f;
  color:#fff;
  border-top:1px solid rgba(255,255,255,.06);
  padding:0;
}
footer .container.footer{
  min-height:235px;
  display:flex;
  align-items:center;
  justify-content:center;
  gap:22px;
  padding:42px 20px 38px;
  text-align:center;
}
footer .footer > img{
  width:72px;
  height:72px;
  object-fit:contain;
  flex:0 0 72px;
}
footer .footer-center{
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  gap:3px;
}
footer .footer-center strong{
  display:block;
  color:#fff;
  font-size:19px;
  line-height:1.3;
}
footer .footer-center p{
  margin:2px 0;
  color:#d9d0c6;
  line-height:1.45;
}
footer .footer-center p:nth-of-type(2){
  color:#bfb5aa;
  font-size:14px;
}
footer .footer-creator{
  margin-top:8px;
  padding-top:10px;
  border-top:1px solid rgba(255,255,255,.13);
  min-width:250px;
  color:#cfc5ba;
  font-size:14px;
}
footer .footer-creator b{color:#fff}

@media (max-width:1180px){
  .header .bar{padding-left:18px;padding-right:18px}
  .header .nav{gap:1px}
  .header .nav a{font-size:12px;padding-left:8px;padding-right:8px}
  .header .brand{min-width:190px}
}

@media (max-width:980px){
  .header .bar{min-height:72px}
  .header .brand img{width:48px;height:48px;flex-basis:48px}
  .header .brand span{font-size:14px}
  .header .menu{display:block;margin-left:auto;position:relative;z-index:1002}
  .header .nav{
    display:none;
    position:absolute;
    top:calc(100% + 8px);
    left:18px;
    right:18px;
    z-index:1001;
    flex-direction:column;
    align-items:stretch;
    justify-content:flex-start;
    gap:4px;
    padding:10px;
    background:rgba(255,253,247,.99);
    border:1px solid var(--borde);
    border-radius:16px;
    box-shadow:0 18px 38px rgba(48,33,22,.15);
  }
  .header .nav.open{display:flex}
  .header .nav a{
    width:100%;
    min-height:44px;
    justify-content:flex-start;
    padding:11px 13px;
    font-size:14px;
  }
  .header .nav a[href="/admin/login.html"]{
    margin:5px 0 0;
    justify-content:center;
  }
  footer .container.footer{min-height:220px}
}

@media (max-width:620px){
  .header .bar{min-height:68px;padding-left:14px;padding-right:14px}
  .header .brand{min-width:0;gap:8px}
  .header .brand img{width:44px;height:44px;flex-basis:44px}
  .header .brand span{font-size:13px}
  .header .nav{left:10px;right:10px;top:calc(100% + 6px);padding:8px}
  .header .nav a{min-height:42px;font-size:13px}
  footer .container.footer{
    min-height:0;
    padding:34px 18px 30px;
    flex-direction:column;
    gap:10px;
  }
  footer .footer > img{width:64px;height:64px;flex-basis:64px}
  footer .footer-center strong{font-size:17px}
  footer .footer-center p{font-size:14px}
  footer .footer-creator{min-width:0;width:100%;padding-top:9px}
}

.about-card{max-width:980px;margin:0 auto}.about-text{white-space:pre-line;line-height:1.85;font-size:1.08rem;color:#4d433b}.about-card h2{margin-bottom:22px}.about-card h3{margin-top:30px}


/* =========================================================
   V15 — MENÚ COMPACTO CON SUBMENÚS
   ========================================================= */
.header .nav{
  display:flex;
  align-items:center;
  justify-content:flex-end;
  gap:4px;
}
.header .nav-dropdown{
  position:relative;
}
.header .nav-drop-btn{
  display:flex;
  align-items:center;
  gap:5px;
  min-height:40px;
  padding:9px 10px;
  border:0;
  border-radius:10px;
  background:transparent;
  color:var(--cafe);
  font:inherit;
  font-size:13px;
  font-weight:800;
  cursor:pointer;
  white-space:nowrap;
}
.header .nav-drop-btn:hover,
.header .nav-dropdown.open .nav-drop-btn{
  background:var(--verde2);
  color:#29412f;
}
.header .nav-drop-btn span{
  font-size:15px;
  line-height:1;
  transition:transform .18s ease;
}
.header .nav-dropdown.open .nav-drop-btn span{
  transform:rotate(180deg);
}
.header .nav-submenu{
  position:absolute;
  top:calc(100% + 7px);
  left:0;
  min-width:205px;
  padding:7px;
  display:none;
  flex-direction:column;
  gap:2px;
  background:rgba(255,253,247,.99);
  border:1px solid var(--borde);
  border-radius:14px;
  box-shadow:0 18px 38px rgba(48,33,22,.15);
}
.header .nav-submenu-right{
  right:0;
  left:auto;
}
.header .nav-dropdown.open .nav-submenu{
  display:flex;
}
.header .nav-submenu a{
  display:flex;
  align-items:center;
  min-height:38px;
  padding:9px 11px;
  border-radius:9px;
  font-size:13px;
  font-weight:750;
  white-space:nowrap;
}
.header .nav-submenu a:hover,
.header .nav-submenu a.active{
  background:var(--verde2);
  color:#29412f;
}
.header .nav .nav-login{
  margin-left:5px;
  padding:9px 13px;
  background:var(--cafe);
  color:#fff;
  border-radius:10px;
  font-weight:800;
}
.header .nav .nav-login:hover{
  background:#493325;
  color:#fff;
}

@media(max-width:1180px){
  .header .nav{gap:2px}
  .header .nav>a,.header .nav-drop-btn{font-size:12px;padding-left:8px;padding-right:8px}
}
@media(max-width:980px){
  .header .nav{
    display:none;
    position:absolute;
    top:calc(100% + 8px);
    left:18px;
    right:18px;
    z-index:1001;
    flex-direction:column;
    align-items:stretch;
    gap:3px;
    padding:9px;
    background:rgba(255,253,247,.99);
    border:1px solid var(--borde);
    border-radius:16px;
    box-shadow:0 18px 38px rgba(48,33,22,.15);
  }
  .header .nav.open{display:flex}
  .header .nav>a,
  .header .nav-drop-btn{
    width:100%;
    min-height:43px;
    justify-content:flex-start;
    padding:10px 13px;
    font-size:14px;
  }
  .header .nav-dropdown{width:100%}
  .header .nav-drop-btn{justify-content:space-between}
  .header .nav-submenu,
  .header .nav-submenu-right{
    position:static;
    width:100%;
    min-width:0;
    margin:0 0 3px;
    padding:4px;
    border:0;
    border-radius:10px;
    box-shadow:none;
    background:#f7f5ed;
  }
  .header .nav-submenu a{
    min-height:39px;
    padding:9px 13px 9px 24px;
    font-size:13px;
  }
  .header .nav .nav-login{
    margin:4px 0 0;
    justify-content:center;
  }
}
@media(max-width:620px){
  .header .nav{left:10px;right:10px}
}


/* V16 — Quiénes somos: un solo encabezado y texto a todo el ancho */
.quienes-somos-page .quienes-somos-card,
.quienes-somos-page .about-card,
.about-us-page .quienes-somos-card,
.about-us-page .about-card{
  width:100%;
  max-width:none;
}
.quienes-somos-page .quienes-somos-content,
.quienes-somos-page .about-content,
.about-us-page .quienes-somos-content,
.about-us-page .about-content{
  width:100%;
  max-width:1100px;
  margin:0 auto;
  font-size:1.05rem;
  line-height:1.8;
}
.quienes-somos-page .quienes-somos-content h1,
.quienes-somos-page .about-content h1,
.about-us-page .quienes-somos-content h1,
.about-us-page .about-content h1{
  margin-top:0;
  margin-bottom:24px;
}
.quienes-somos-page .quienes-somos-content p,
.quienes-somos-page .about-content p,
.about-us-page .quienes-somos-content p,
.about-us-page .about-content p{
  margin:0 0 18px;
}
