:root{
  --st-verde:#0A7035; --st-verde-oscuro:#0B3D2E; --st-hoja:#95BE47;
  --st-amarillo:#FFC107; --st-naranja:#FF7A00; --st-rojo:#E31B23;
  --st-texto:#222; --st-borde:#E0E0E0; --st-fondo:#F2F2F2;
  --st-sombra:0 4px 14px rgba(0,0,0,.06);
  --st-sombra-h:0 10px 28px rgba(0,0,0,.12);
}
*{box-sizing:border-box;}
html{-webkit-text-size-adjust:100%;}
body{font-family:'Montserrat',-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,Arial,sans-serif;
  color:var(--st-texto);margin:0;line-height:1.5;}
img{max-width:100%;height:auto;}
a{color:var(--st-verde);text-decoration:none;}
h1,h2,h3{line-height:1.15;}
.st-contenedor{max-width:1320px;margin:0 auto;padding:0 20px;width:100%;}

.st-skip{position:absolute;left:-9999px;top:0;background:var(--st-verde-oscuro);color:#fff;
  padding:10px 16px;z-index:10000;border-radius:0 0 8px 0;}
.st-skip:focus{left:0;}
a:focus-visible,button:focus-visible,input:focus-visible,select:focus-visible,
textarea:focus-visible,.st-dia:focus-visible,.st-live:focus-visible{
  outline:3px solid var(--st-amarillo);outline-offset:2px;border-radius:6px;}

.st-btn{display:inline-flex;align-items:center;justify-content:center;min-height:44px;
  border-radius:8px;padding:12px 24px;font-weight:700;font-family:inherit;cursor:pointer;border:0;}
.st-btn-primary{background:var(--st-verde);color:#fff;}
.st-btn-primary:hover{background:var(--st-verde-oscuro);}
.st-btn-naranja{background:var(--st-naranja);color:#fff;}
.st-btn-sec{border:2px solid var(--st-verde);color:var(--st-verde);background:transparent;}

.st-live{background:var(--st-rojo);color:#fff;border-radius:8px;font-weight:700;
  display:inline-flex;align-items:center;gap:8px;padding:10px 18px;min-height:44px;
  box-shadow:0 4px 14px rgba(227,27,35,.35);font-size:15px;white-space:nowrap;}
.st-live .dot{width:10px;height:10px;border-radius:50%;background:#fff;animation:st-pulse 1.6s infinite;}
@keyframes st-pulse{0%{box-shadow:0 0 0 0 rgba(255,255,255,.6)}70%{box-shadow:0 0 0 12px rgba(255,255,255,0)}100%{box-shadow:0 0 0 0 rgba(255,255,255,0)}}
.st-live-header{margin-left:12px;flex:0 0 auto;}
@media(max-width:767px){.st-live-header{padding:8px 12px;font-size:13px;margin-left:6px;}}

.st-card{background:#fff;border:1px solid var(--st-borde);border-radius:12px;
  box-shadow:var(--st-sombra);overflow:hidden;transition:box-shadow .25s,transform .25s;margin-bottom:24px;}
.st-card:hover{box-shadow:var(--st-sombra-h);transform:translateY(-2px);}
.st-card-body{padding:14px 16px;}
.st-card h3{margin:6px 0;font-size:18px;}
.st-thumb{position:relative;aspect-ratio:16/9;overflow:hidden;background:var(--st-fondo);}
.st-thumb img{width:100%;height:100%;object-fit:cover;display:block;}
.st-tag{display:inline-block;border-radius:999px;padding:4px 12px;font-size:12px;font-weight:700;
  text-transform:uppercase;letter-spacing:.5px;color:#fff;background:var(--st-verde);}
.st-cat{position:absolute;left:10px;bottom:10px;}
.st-meta{color:#444;font-size:13px;margin:4px 0;}
.st-link{font-weight:700;font-size:14px;}
.st-play{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:56px;height:56px;
  border-radius:50%;background:rgba(255,255,255,.9);display:flex;align-items:center;justify-content:center;
  color:var(--st-rojo);font-size:20px;}
.st-dur{position:absolute;right:10px;bottom:10px;background:rgba(0,0,0,.75);color:#fff;
  padding:2px 8px;border-radius:6px;font-size:12px;}

.st-grid{display:grid;gap:24px;}
.st-grid-4{grid-template-columns:repeat(4,1fr);}
.st-grid-3{grid-template-columns:repeat(3,1fr);}
.st-grid-2{grid-template-columns:repeat(2,1fr);}
@media(max-width:1023px){.st-grid-4,.st-grid-3{grid-template-columns:repeat(2,1fr);}}
@media(max-width:767px){.st-grid-4,.st-grid-3,.st-grid-2{grid-template-columns:1fr;}}

.st-ticker{background:var(--st-verde-oscuro);color:#fff;display:flex;align-items:center;
  overflow:hidden;border-top:3px solid var(--st-rojo);}
.st-ticker .label{background:var(--st-rojo);padding:10px 16px;font-weight:700;white-space:nowrap;}
.st-ticker .track{white-space:nowrap;padding:10px 16px;animation:st-scroll 32s linear infinite;}
.st-ticker .track a{color:#fff;margin:0 6px;}
.st-ticker:hover .track,.st-ticker.pausa .track{animation-play-state:paused;}
@keyframes st-scroll{from{transform:translateX(100%)}to{transform:translateX(-100%)}}
.st-ticker-btn{background:var(--st-verde-oscuro);color:#fff;border:0;
  border-left:1px solid rgba(255,255,255,.2);padding:0 14px;min-height:44px;cursor:pointer;
  display:inline-flex;align-items:center;justify-content:center;}
.st-ticker-btn:hover{background:#083024;}
.screen-reader-text{position:absolute;width:1px;height:1px;padding:0;margin:-1px;
  overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0;}

.st-player{aspect-ratio:16/9;border-radius:12px;overflow:hidden;box-shadow:var(--st-sombra);
  background:#000;position:relative;}
.st-player iframe,.st-player video{width:100%;height:100%;border:0;display:block;}
.st-player-off{display:flex;align-items:center;justify-content:center;height:100%;
  color:#ccc;font-weight:700;padding:20px;text-align:center;}
.st-mosca{position:absolute;top:10px;right:10px;background:rgba(11,61,46,.8);color:#fff;
  padding:4px 10px;border-radius:6px;font-weight:700;font-size:13px;}
.st-live-texto{margin-top:10px;color:var(--st-verde-oscuro);font-weight:500;}

.st-ahora-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px;margin:16px 0;}
@media(max-width:767px){.st-ahora-grid{grid-template-columns:1fr;}}

.st-dias{display:flex;gap:8px;flex-wrap:wrap;margin:16px 0;}
.st-dia{padding:10px 16px;min-height:44px;display:inline-flex;align-items:center;border-radius:999px;
  background:#fff;border:1px solid var(--st-borde);font-weight:700;color:var(--st-texto);}
.st-dia.activo{background:var(--st-verde);color:#fff;border-color:var(--st-verde);}
.st-franja{display:grid;grid-template-columns:120px 120px minmax(0,1fr);gap:20px;padding:16px;align-items:center;}
.st-franja.es-ahora{border-left:6px solid var(--st-rojo);}
.st-franja-image{width:120px;aspect-ratio:16/10;border-radius:9px;overflow:hidden;background:linear-gradient(135deg,var(--st-verde-oscuro),var(--st-verde));}
.st-franja-image:empty::after{content:'STV 29';display:grid;place-items:center;height:100%;color:#fff;font-weight:800;}
.st-franja-image img{width:100%;height:100%;object-fit:cover;display:block;}
.st-franja-body h3{margin:0 0 5px;color:var(--st-verde-oscuro);}.st-franja-description{margin:7px 0;color:#526058;font-size:.88rem}.st-franja-actions{display:flex;gap:18px;flex-wrap:wrap;margin-top:9px}
.st-hora strong{font-size:18px;}
.st-hora em{display:block;color:#888;font-style:normal;font-size:12px;margin-top:4px;}
@media(max-width:760px){.st-franja{grid-template-columns:92px minmax(0,1fr);gap:14px}.st-hora{grid-column:1/-1}.st-franja-image{width:92px}.st-franja-actions{gap:10px}}
.st-vacio{color:#888;padding:24px;text-align:center;}

.st-seccion{padding:40px 0;}
.st-seccion:nth-child(even){background:var(--st-fondo);}
.st-seccion-head{display:flex;align-items:center;justify-content:space-between;gap:12px;
  margin-bottom:18px;border-bottom:3px solid var(--st-verde);padding-bottom:8px;flex-wrap:wrap;}
.st-seccion-head h2{margin:0;font-size:28px;}

.st-footer{background:var(--st-verde-oscuro);color:#fff;padding:40px 0 20px;margin-top:40px;}
.st-footer a{color:#cfe8d6;}
.st-footer-grid{display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:24px;}
.st-footer-col ul{list-style:none;padding:0;margin:0;}
.st-footer-col li{margin:6px 0;}
.st-footer .st-slogan{color:var(--st-hoja);font-weight:700;}
.st-footer-legal{border-top:1px solid rgba(255,255,255,.15);margin-top:24px;padding-top:16px;
  font-size:13px;color:#cfe8d6;}
@media(max-width:900px){.st-footer-grid{grid-template-columns:1fr 1fr;}}
@media(max-width:560px){.st-footer-grid{grid-template-columns:1fr;}}

.st-contacto{display:grid;grid-template-columns:1.4fr 1fr;gap:32px;padding:32px 0;}
@media(max-width:900px){.st-contacto{grid-template-columns:1fr;}}
.st-contacto-form>h2,.st-contacto-info>h2{color:var(--st-verde-oscuro);border-left:4px solid var(--st-hoja);padding-left:12px}.st-contacto-form form{padding:24px;}
.st-contacto label{display:block;font-weight:700;margin:10px 0 4px;}
.st-contacto input,.st-contacto select,.st-contacto textarea{
  width:100%;padding:12px;min-height:44px;border:1px solid var(--st-borde);
  border-radius:8px;font-family:inherit;font-size:15px;background:#fff;color:var(--st-texto);}
.st-contacto input:focus,.st-contacto select:focus,.st-contacto textarea:focus{
  outline:3px solid var(--st-hoja);border-color:var(--st-verde);}
.st-ok{color:var(--st-verde);font-weight:700;}
.st-err{color:var(--st-rojo);font-weight:700;}
.st-hp{display:none !important;}
.st-consent{display:flex !important;align-items:center;gap:8px;font-weight:400 !important;}
.st-mapa{margin-top:16px;aspect-ratio:16/9;border-radius:12px;overflow:hidden;}
.st-mapa iframe{width:100%;height:100%;border:0;}
.stv-location{margin-top:20px;}.stv-location-head{display:flex;align-items:center;justify-content:space-between;gap:12px;flex-wrap:wrap;}.stv-location-head h3{margin:0;color:var(--st-verde-oscuro);}.stv-location-head .st-btn{padding:8px 14px;min-height:40px;}.stv-location .st-mapa{min-height:260px;border:1px solid var(--st-borde);box-shadow:var(--st-sombra);}
.st-redes a{display:inline-flex;align-items:center;min-height:44px;margin:6px 10px 0 0;
  padding:8px 16px;background:var(--st-verde);color:#fff !important;border-radius:999px;
  font-size:13px;font-weight:700;}
.st-areas{display:grid;gap:12px;}
.st-area{display:flex;align-items:flex-start;gap:14px;border:1px solid var(--st-borde);border-radius:10px;padding:15px;background:#fff;box-shadow:var(--st-sombra);}
.st-area h3{margin:0 0 4px;color:var(--st-verde-oscuro);font-size:1rem}.st-area p{margin:0;color:#5e6862;font-size:.82rem}.st-area-icon{display:grid;place-items:center;flex:0 0 42px;width:42px;height:42px;border-radius:50%;background:#eaf5ed;color:var(--st-verde);font-weight:800}.stv-contact-details{margin-top:24px;padding-top:18px;border-top:1px solid var(--st-borde)}

.st-migas{font-size:13px;color:#777;padding:12px 0;}
.st-redes-seccion{background:var(--st-verde-oscuro);color:#fff;padding:32px 0;text-align:center;}
.st-redes-seccion a{display:inline-flex;align-items:center;min-height:44px;margin:6px;
  padding:10px 18px;border-radius:999px;background:var(--st-hoja);color:var(--st-verde-oscuro) !important;font-weight:700;}

.st-naturaleza-hero{position:relative;border-radius:16px;overflow:hidden;min-height:320px;
  display:flex;align-items:flex-end;color:#fff;margin-bottom:24px;}
.st-naturaleza-hero img,.st-naturaleza-hero video{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;z-index:0;}
.st-naturaleza-hero .overlay{position:relative;z-index:1;padding:32px;width:100%;
  background:linear-gradient(180deg,rgba(11,61,46,0) 0%,rgba(11,61,46,.85) 100%);}
.st-ejes{display:flex;gap:10px;flex-wrap:wrap;margin:16px 0;}
.st-eje{background:#fff;border:1px solid var(--st-borde);border-radius:999px;padding:8px 16px;font-weight:700;}

@media (prefers-reduced-motion:reduce){
  *{animation:none !important;transition:none !important;scroll-behavior:auto !important;}
  .st-ticker .track{animation:none;white-space:normal;}
}
