:root{--color-background:#f4f6f8;--color-foreground:#0c1823;--color-surface:#ffffff;--color-deep:#07131e;--color-deep-soft:#102535;--color-accent:#43d8bd;--color-muted:#627180;--color-line:#d9e0e5;--font-sans:Arial,Helvetica,sans-serif}.rco-site-shell{overflow:hidden}.rco-container{width:min(1180px,calc(100% - 48px));margin:0 auto}.rco-header{position:relative;z-index:2;background:var(--color-deep);color:#fff;border-bottom:1px solid rgba(255,255,255,.12)}.rco-header__content{min-height:76px;display:flex;align-items:center;gap:28px}.rco-logo{position:relative;width:58px;height:58px;display:inline-flex;flex:0 0 auto;align-items:center;justify-content:center;overflow:hidden;border-radius:50%;box-shadow:inset 3px 3px 5px rgba(255,255,255,.72),inset -5px -6px 8px rgba(0,0,0,.58),0 0 0 2px rgba(103,226,207,.42),0 6px 0 rgba(0,0,0,.48),0 12px 22px rgba(0,0,0,.48)}.rco-logo:after{content:"";position:absolute;z-index:2;inset:3px;border-radius:inherit;background:linear-gradient(145deg,rgba(255,255,255,.42),rgba(255,255,255,.08) 34%,transparent 50%,rgba(0,0,0,.3));box-shadow:inset 0 0 0 1px rgba(255,255,255,.24);pointer-events:none}.rco-logo__image{position:relative;z-index:1;width:100%;height:100%;object-fit:cover;transform-origin:50% 50%;transform-style:preserve-3d;-webkit-backface-visibility:visible;backface-visibility:visible;will-change:transform;animation:rco-logo-spin 8s linear infinite}@keyframes rco-logo-spin{0%{transform:rotateY(0deg)}50%{transform:rotateY(180deg)}to{transform:rotateY(1turn)}}.rco-logo strong,.rco-logo__signal{color:var(--color-accent)}.rco-logo__signal{font-size:1.2rem}.rco-nav{display:flex;align-items:center;gap:19px;margin-left:auto}.rco-header__social,.rco-nav a{font-size:.79rem;letter-spacing:.03em;color:rgba(255,255,255,.82)}.rco-header__social{display:flex;align-items:center;justify-content:flex-end;gap:11px}.rco-footer__links a,.rco-header__social a,.rco-social-list a{display:inline-flex;align-items:center;gap:7px}.rco-social-icon{width:1em;height:1em;flex:0 0 auto}.rco-nav a:focus-visible,.rco-nav a:hover{color:var(--color-accent)}.rco-header__social{min-width:136px;text-align:right}.rco-muted{color:rgba(255,255,255,.54)}.rco-hero{position:relative;isolation:isolate;background:var(--color-deep);color:#fff;padding:88px 0 76px}.rco-hero:after,.rco-hero:before{content:"";position:absolute;border-radius:50%;pointer-events:none;z-index:-1}.rco-hero:before{width:560px;height:560px;top:-355px;right:-100px;background:radial-gradient(circle,rgba(67,216,189,.31),transparent 65%)}.rco-hero:after{width:520px;height:520px;bottom:-435px;left:-125px;background:radial-gradient(circle,rgba(41,119,175,.3),transparent 67%)}.rco-hero__grid{display:grid;grid-template-columns:minmax(0,1.1fr) minmax(330px,.9fr);align-items:center;grid-gap:80px;gap:80px}.rco-eyebrow{margin:0 0 12px;color:var(--color-accent);text-transform:uppercase;letter-spacing:.16em;font-size:.7rem;font-weight:700}.rco-hero h1,.rco-section h2,.rco-social-section h2{margin:0;letter-spacing:-.055em}.rco-hero h1{max-width:620px;font-size:clamp(3.4rem,8vw,6.8rem);line-height:.92}.rco-hero h1 span{color:var(--color-accent)}.rco-hero__intro{max-width:560px;margin:28px 0 38px;color:rgba(255,255,255,.72);font-size:1.05rem;line-height:1.7}.rco-player{background:linear-gradient(145deg,rgba(255,255,255,.16),rgba(255,255,255,.07));border:1px solid rgba(255,255,255,.2);border-radius:20px;box-shadow:0 25px 70px rgba(0,0,0,.22);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.rco-player__topline{display:flex;justify-content:space-between;align-items:center;gap:12px}.rco-live-badge{display:inline-flex;align-items:center;gap:7px;color:var(--color-accent);font-size:.7rem;font-weight:700;letter-spacing:.13em}.rco-live-badge span{width:8px;height:8px;border-radius:50%;background:var(--color-accent);box-shadow:0 0 0 5px rgba(67,216,189,.15)}.rco-player__status{font-size:.72rem;color:rgba(255,255,255,.6);text-align:right}.rco-player__visual{height:105px;margin:25px 0 19px;display:flex;align-items:center;justify-content:center;gap:8px}.rco-player__visual span{width:7px;border-radius:99px;background:linear-gradient(var(--color-accent),#fff);animation:rco-wave 1.2s ease-in-out infinite alternate}.rco-player__visual span:first-child,.rco-player__visual span:nth-child(5){height:32px;animation-delay:.25s}.rco-player__visual span:nth-child(2),.rco-player__visual span:nth-child(4){height:72px;animation-delay:.5s}.rco-player__visual span:nth-child(3){height:96px}@keyframes rco-wave{to{transform:scaleY(.42);opacity:.65}}.rco-player__label{margin:0 0 19px;font-size:1.35rem;font-weight:700;text-align:center}.rco-button{width:100%;min-height:52px;border:0;border-radius:9px;cursor:pointer;font-size:.76rem;font-weight:800;letter-spacing:.12em;transition:transform .2s,opacity .2s}.rco-button--primary{color:var(--color-deep);background:var(--color-accent)}.rco-button:not(:disabled):hover{transform:translateY(-2px)}.rco-button:disabled{cursor:not-allowed;opacity:.6}.rco-player__volume{display:grid;grid-template-columns:auto 1fr auto;align-items:center;grid-gap:10px;gap:10px;margin-top:17px;color:rgba(255,255,255,.72);font-size:.74rem}.rco-player__volume input{width:100%;accent-color:var(--color-accent)}.rco-player__volume output{min-width:31px;text-align:right;font-feature-settings:"tnum";font-variant-numeric:tabular-nums}.rco-player__helper{margin:14px 0 0;color:rgba(255,255,255,.56);font-size:.75rem;line-height:1.45;text-align:center}.rco-on-air{display:grid;grid-template-columns:1fr 1fr;max-width:570px;border-top:1px solid rgba(255,255,255,.2)}.rco-on-air article{padding:19px 24px 0 0}.rco-on-air article+article{padding-left:24px;padding-right:0;border-left:1px solid rgba(255,255,255,.2)}.rco-on-air h2{margin:0 0 6px;font-size:1rem}.rco-on-air article>p:last-child{margin:0;color:rgba(255,255,255,.63);font-size:.8rem;line-height:1.5}.rco-placeholder{font-style:italic}.rco-section{padding:108px 0 0}.rco-section--news{padding-bottom:108px}.rco-section__heading{display:flex;align-items:flex-end;justify-content:space-between;gap:24px;margin-bottom:31px}.rco-section h2,.rco-social-section h2{font-size:clamp(2.3rem,4vw,4rem);line-height:1}.rco-text-link{display:inline-flex;gap:11px;align-items:center;color:var(--color-deep-soft);font-size:.78rem;letter-spacing:.07em;white-space:nowrap}.rco-text-link span{color:#168d7b;font-size:1.1rem}.rco-text-link:hover{color:#168d7b}.rco-empty-state{padding:32px;border:1px dashed var(--color-line);border-radius:14px;color:var(--color-muted);line-height:1.55;background:rgba(255,255,255,.52)}.rco-news-grid,.rco-program-grid,.rco-quinde-grid{display:grid;grid-gap:18px;gap:18px}.rco-program-grid,.rco-quinde-grid{grid-template-columns:repeat(3,1fr)}.rco-schedule{display:grid;grid-gap:42px;gap:42px}.rco-schedule__group-heading{display:flex;justify-content:space-between;align-items:baseline;gap:20px;margin-bottom:17px}.rco-schedule__group-heading h3{margin:0;font-size:1.05rem}.rco-schedule__group-heading p{margin:0;color:var(--color-muted);font-size:.8rem}.rco-program-card{min-height:170px;padding:25px;background:var(--color-surface);border:1px solid var(--color-line);border-radius:13px}.rco-program-card p,.rco-program-card span{margin:0;color:var(--color-muted);font-size:.78rem;line-height:1.5}.rco-program-card h3{margin:28px 0 8px;font-size:1.2rem}.rco-program-card strong{display:inline-block;margin-top:18px;color:#168d7b;font-size:.68rem;letter-spacing:.12em}.rco-quinde-card{position:relative;width:100%;min-height:335px;padding:30px;display:flex;align-items:flex-end;color:#fff;overflow:hidden;border-radius:16px;background:linear-gradient(145deg,#17394a,#0b1824);-webkit-appearance:none;-moz-appearance:none;appearance:none;cursor:pointer;font:inherit;text-align:left}.rco-quinde-card:nth-child(2){background:linear-gradient(145deg,#243042,#111824)}.rco-quinde-card:nth-child(3){background:linear-gradient(145deg,#174139,#0d1e25)}.rco-quinde-card:after{content:"";width:220px;height:220px;position:absolute;top:-85px;right:-85px;border:1px solid rgba(255,255,255,.19);border-radius:50%;box-shadow:0 0 0 34px rgba(255,255,255,.04),0 0 0 68px rgba(255,255,255,.03);pointer-events:none}.rco-quinde-card__index{position:absolute;top:26px;left:29px;color:var(--color-accent);font-size:.74rem;font-weight:700;letter-spacing:.16em}.rco-quinde-card__content{display:grid;justify-items:start}.rco-quinde-card__content .rco-eyebrow{margin-bottom:8px}.rco-quinde-card__title{margin:0 0 11px;font-size:1.8rem;font-weight:700;line-height:1.05;letter-spacing:-.04em}.rco-quinde-card__description{margin:0 0 23px;color:rgba(255,255,255,.65);font-size:.9rem}.rco-quinde-card .rco-text-link{color:#fff}.rco-quinde-card .rco-text-link span{color:var(--color-accent)}.rco-quinde-card[aria-expanded=true]{border-color:var(--color-accent);box-shadow:0 0 0 2px rgba(67,216,189,.18),0 16px 34px rgba(0,0,0,.24)}.rco-quinde-panel{margin-top:20px;padding:clamp(24px,4vw,38px);color:#fff;background:linear-gradient(145deg,#102d40,#081b29);border:1px solid rgba(103,226,207,.32);border-radius:16px;box-shadow:0 16px 34px rgba(0,0,0,.2)}.rco-quinde-panel h3{margin:8px 0 12px;font-size:clamp(1.7rem,3vw,2.5rem)}.rco-quinde-panel>p:not(.rco-eyebrow){margin:0;color:rgba(255,255,255,.72);line-height:1.6}.rco-quinde-panel__close{margin-top:24px;min-height:42px;padding:0 18px;color:var(--color-deep);background:var(--color-accent);border:0;border-radius:999px;cursor:pointer;font-size:.78rem;font-weight:850;letter-spacing:.08em}.rco-section--news{border-top:1px solid var(--color-line);margin-top:108px}.rco-news-grid{grid-template-columns:repeat(3,1fr)}.rco-news-card{padding:26px;min-height:190px;background:var(--color-surface);border:1px solid var(--color-line);border-radius:13px}.rco-news-card p{margin:0 0 45px;color:var(--color-muted);font-size:.75rem}.rco-news-card h3{margin:0 0 17px;font-size:1.2rem;line-height:1.2}.rco-news-card span{color:var(--color-muted);font-size:.8rem;line-height:1.5}.rco-social-section{padding:76px 0;color:#fff;background:var(--color-deep-soft)}.rco-social-section__content{display:grid;grid-template-columns:1fr 1fr;align-items:center;grid-gap:55px;gap:55px}.rco-social-section .rco-eyebrow{color:var(--color-accent)}.rco-social-section p:not(.rco-eyebrow){max-width:470px;color:rgba(255,255,255,.65);line-height:1.6}.rco-social-list{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:10px}.rco-social-list a{padding:14px 17px;border:1px solid rgba(255,255,255,.24);border-radius:8px;font-size:.8rem}.rco-social-section__empty{margin:0;padding:22px;border:1px dashed rgba(255,255,255,.28);border-radius:11px}.rco-institutional-brand{padding:44px 0;background:var(--color-deep);border-top:1px solid rgba(255,255,255,.12)}.rco-institutional-brand img{width:auto;max-width:min(220px,70vw);height:auto;object-fit:contain}.rco-quinde-logo{width:auto;max-height:112px;object-fit:contain}.rco-footer{padding:66px 0 0;color:rgba(255,255,255,.72);background:#050b11}.rco-footer__grid{display:grid;grid-template-columns:1.35fr 1fr 1fr 1fr;grid-gap:38px;gap:38px;padding-bottom:58px}.rco-footer__institutional-logo{display:block;width:auto;max-width:190px;height:auto;max-height:62px;margin:0 0 20px;object-fit:contain;border-radius:50%}.rco-footer__title{margin:0 0 15px;color:#fff;font-size:.8rem;font-weight:700}.rco-footer__note{margin:0;max-width:220px;font-size:.82rem;line-height:1.6}.rco-footer__links{display:flex;flex-direction:column;align-items:flex-start;gap:10px;font-size:.82rem}.rco-footer__links a:hover{color:var(--color-accent)}.rco-footer__legal{padding:20px 0;border-top:1px solid rgba(255,255,255,.12);font-size:.72rem;color:rgba(255,255,255,.42)}@media (max-width:980px){.rco-nav{gap:12px}.rco-nav a{font-size:.72rem}.rco-header__social{display:none}.rco-hero__grid{gap:42px}.rco-program-grid,.rco-quinde-grid{grid-template-columns:repeat(2,1fr)}.rco-quinde-card:last-child{grid-column:span 2}.rco-footer__grid,.rco-news-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:700px){.rco-container{width:min(100% - 32px,540px)}.rco-header__content{min-height:68px}.rco-logo{width:48px;height:48px}.rco-nav{display:none}.rco-header__content:after{content:"MENÚ";margin-left:auto;color:var(--color-accent);font-size:.7rem;font-weight:800;letter-spacing:.1em}.rco-hero{padding:64px 0 56px}.rco-hero__grid,.rco-social-section__content{grid-template-columns:1fr;gap:38px}.rco-hero h1{font-size:clamp(3.3rem,18vw,5rem)}.rco-player{padding:22px}.rco-section{padding-top:76px}.rco-section--news{margin-top:76px;padding-bottom:76px}.rco-section__heading{align-items:flex-start;flex-direction:column;gap:17px}.rco-quinde-logo{max-height:86px}.rco-schedule__group-heading{align-items:flex-start;flex-direction:column;gap:6px}.rco-news-grid,.rco-program-grid,.rco-quinde-grid{grid-template-columns:1fr}.rco-quinde-card:last-child{grid-column:auto}.rco-quinde-card{min-height:275px}.rco-social-section{padding:61px 0}.rco-social-list{justify-content:flex-start}.rco-footer__grid{gap:28px;padding-bottom:42px}.rco-footer__grid,.rco-on-air{grid-template-columns:1fr}.rco-on-air article+article{margin-top:17px;padding:17px 0 0;border-left:0;border-top:1px solid rgba(255,255,255,.2)}.rco-on-air article{padding-right:0}}@media (prefers-reduced-motion:reduce){.rco-player__visual span{animation:none}}.rco-footer__contact{display:grid;grid-gap:7px;gap:7px}.rco-whatsapp-button{position:fixed;z-index:5;right:24px;bottom:24px;display:inline-flex;align-items:center;gap:9px;padding:0 17px;color:var(--color-deep);background:var(--color-accent);border-radius:999px;box-shadow:0 10px 24px rgba(0,0,0,.24);font-size:.78rem;font-weight:800;letter-spacing:.04em}.rco-whatsapp-button svg{width:20px;height:20px}.rco-news-card{display:flex;flex-direction:column;gap:14px}.rco-news-card__image{width:100%;max-height:190px;object-fit:cover;border-radius:8px}.rco-news-card small{color:var(--color-muted);font-size:.74rem}.rco-news-archive{padding-top:92px;padding-bottom:108px}.rco-news-archive h1{margin:0;font-size:clamp(2.6rem,5vw,4.5rem);letter-spacing:-.055em}.rco-news-filters{display:flex;flex-wrap:wrap;gap:16px;margin:0 0 34px}.rco-news-filters label{display:grid;grid-gap:8px;gap:8px;color:var(--color-muted);font-size:.78rem;font-weight:700}.rco-news-filters select{min-width:190px;padding:12px 14px;color:var(--color-foreground);background:var(--color-surface);border:1px solid var(--color-line);border-radius:8px}.rco-news-archive__grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:18px;gap:18px}@media (max-width:980px){.rco-news-archive__grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:700px){.rco-news-archive{padding-top:68px;padding-bottom:80px}.rco-news-archive__grid{grid-template-columns:1fr}.rco-news-filters{flex-direction:column}.rco-news-filters select{width:100%}}.rco-player{padding:28px;background:linear-gradient(135deg,rgba(9,31,47,.95),rgba(7,18,29,.96));border-color:rgba(103,226,207,.24);box-shadow:0 25px 70px rgba(0,0,0,.28)}.rco-hero .rco-player{position:relative;isolation:isolate}.rco-hero .rco-player:after,.rco-hero .rco-player:before{content:"";position:absolute;z-index:-1;left:-17%;width:134%;height:92px;pointer-events:none;opacity:.56;filter:blur(.2px);background:radial-gradient(76% 80% at 17% 100%,transparent 59%,rgba(69,220,203,.24) 60% 65%,transparent 66%),radial-gradient(66% 85% at 49% 100%,transparent 58%,rgba(83,190,241,.2) 59% 64%,transparent 65%),radial-gradient(72% 84% at 82% 100%,transparent 60%,rgba(40,109,205,.2) 61% 66%,transparent 67%);animation:rco-audio-waves 15s ease-in-out infinite alternate}.rco-hero .rco-player:before{top:-44px}.rco-hero .rco-player:after{bottom:-48px;opacity:.36;transform:scaleX(-1);animation-delay:-7s}@keyframes rco-audio-waves{0%{translate:-2% 0}to{translate:2% 5px}}.rco-player__content{display:grid;grid-template-columns:minmax(0,1.25fr) minmax(180px,.75fr);align-items:center;grid-gap:30px;gap:30px;padding-top:25px}.rco-player__details{min-width:0}.rco-player__eyebrow{margin:0 0 11px;color:var(--color-accent);font-size:.68rem;letter-spacing:.15em;text-transform:uppercase}.rco-player__track{margin:0;color:#fff;font-size:clamp(1.8rem,3.1vw,2.65rem);line-height:1;letter-spacing:-.045em;overflow-wrap:anywhere}.rco-player__artist{margin:12px 0 0;color:rgba(255,255,255,.78);font-size:1rem;line-height:1.35}.rco-player__album{margin:8px 0 0;color:rgba(255,255,255,.48);font-size:.74rem;line-height:1.4}.rco-player__controls{margin-top:25px}.rco-player__listeners{margin:13px 0 0;color:rgba(255,255,255,.62);font-size:.75rem}.rco-player__artwork{position:relative;width:min(100%,235px);aspect-ratio:1;justify-self:end;border-radius:50%;padding:10px;background:radial-gradient(circle at 30% 25%,rgba(103,226,207,.58),rgba(20,84,103,.55) 45%,rgba(2,10,18,.95) 72%);box-shadow:0 0 0 1px rgba(255,255,255,.13),0 0 0 15px rgba(67,216,189,.07),0 0 0 31px rgba(255,255,255,.035),0 22px 40px rgba(0,0,0,.36)}.rco-player__artwork:after,.rco-player__artwork:before{content:"";position:absolute;inset:24%;border:1px solid rgba(255,255,255,.17);border-radius:50%;pointer-events:none}.rco-player__artwork:after{inset:43%;background:rgba(4,15,25,.8);border-color:rgba(103,226,207,.6)}.rco-player__artwork img{position:relative;z-index:1;display:block;width:100%;height:100%;object-fit:cover;border:1px solid rgba(255,255,255,.26);border-radius:50%;background:var(--color-deep)}@media (max-width:700px){.rco-player__content{grid-template-columns:1fr;gap:34px}.rco-player__artwork{order:-1;justify-self:center;width:min(72vw,245px)}.rco-player__details{text-align:center}.rco-player__controls{margin-top:23px}.rco-player__volume{text-align:left}.rco-hero .rco-player:after,.rco-hero .rco-player:before{left:-10%;width:120%;height:70px;opacity:.4}.rco-hero .rco-player:before{top:-34px}.rco-hero .rco-player:after{bottom:-37px}}.rco-player__visualizer{height:58px;display:flex;align-items:center;gap:5px;margin:21px 0 0;padding:8px 10px;overflow:hidden;border:1px solid rgba(255,255,255,.1);border-radius:12px;background:rgba(1,10,18,.28)}.rco-player__visualizer span{flex:1 1;height:8px;border-radius:999px;opacity:.42;transition:height .16s ease,opacity .2s ease;background:linear-gradient(0deg,#1c8db8,#67e2cf)}.rco-player__visualizer--playing span{height:max(10px,var(--rco-level));opacity:.94;animation:rco-player-bar 1.05s ease-in-out infinite alternate}.rco-player__visualizer span:nth-child(3n+2){background:linear-gradient(0deg,#227ec1,#6bcaff);animation-delay:-.26s}.rco-player__visualizer span:nth-child(4n+3){background:linear-gradient(0deg,#187e75,#6ee9a8);animation-delay:-.48s}.rco-player__visualizer span:nth-child(5n){background:linear-gradient(0deg,#7449a9,#d775d8);animation-delay:-.68s}@keyframes rco-player-bar{0%{transform:scaleY(.52)}to{transform:scaleY(1)}}@media (max-width:700px){.rco-player__visualizer{margin-top:19px;height:54px}.rco-player__visualizer span{min-width:2px}}@media (prefers-reduced-motion:reduce){.rco-hero .rco-player:after,.rco-hero .rco-player:before,.rco-player__visualizer--playing span{animation:none}}.rco-player__controls{display:grid;justify-items:center}.rco-player__play-toggle{width:78px;min-height:62px;display:inline-grid;place-items:center;margin:0 auto;border-radius:50%}.rco-player__play-icon{width:0;height:0;margin-left:4px;border-top:12px solid transparent;border-bottom:12px solid transparent;border-left:19px solid var(--color-deep)}.rco-player__play-icon--pause{width:20px;height:24px;margin-left:0;border:0;background:linear-gradient(to right,var(--color-deep) 0 7px,transparent 7px 13px,var(--color-deep) 13px 20px)}.rco-player__visualizer{justify-content:center;gap:4px}.rco-player__visualizer span{flex:0 0 3px;width:3px;min-width:3px}.rco-player__volume{width:100%}.rco-player__listeners{justify-self:center}@media (max-width:700px){.rco-player__visualizer{gap:3px}.rco-player__visualizer span{flex-basis:2px;width:2px;min-width:2px}.rco-player__play-toggle{width:74px;min-height:58px}}@media (min-width:981px){.rco-hero__grid{grid-template-columns:1fr;gap:42px}.rco-hero__content{max-width:600px}.rco-hero .rco-player{width:75%;margin-left:auto;padding:40px}.rco-player__content{grid-template-columns:minmax(0,1.45fr) minmax(245px,.8fr);gap:44px}.rco-player__artwork{width:min(100%,280px)}.rco-player__visualizer{height:112px;margin-top:27px;padding:12px 16px;gap:5px}.rco-player__visualizer span{flex-basis:4px;width:4px;min-width:4px}.rco-hero .rco-player:after,.rco-hero .rco-player:before{left:-23%;width:146%;height:152px}.rco-hero .rco-player:before{top:-76px}.rco-hero .rco-player:after{bottom:-81px}}@media (min-width:701px) and (max-width:980px){.rco-hero__grid{grid-template-columns:1fr;gap:38px}.rco-hero__content{max-width:620px}.rco-hero .rco-player{width:min(90%,720px);margin-left:auto}.rco-player__visualizer{height:86px}.rco-hero .rco-player:after,.rco-hero .rco-player:before{height:116px}}@media (max-width:700px){.rco-hero .rco-player{width:100%;margin-left:0}.rco-player__visualizer{width:100%;height:76px}.rco-player__visualizer span{flex:0 0 3px;width:3px;min-width:3px}}@media (min-width:981px){.rco-hero__grid{width:min(95%,1360px);min-height:520px;grid-template-columns:minmax(0,35fr) minmax(0,65fr);align-items:stretch;gap:0;padding:0;overflow:visible;border:1px solid rgba(103,226,207,.22);border-radius:22px;background:linear-gradient(135deg,rgba(8,28,43,.94),rgba(4,15,25,.96));box-shadow:0 28px 75px rgba(0,0,0,.24)}.rco-hero__content{max-width:none;padding:56px 44px}.rco-hero__grid .rco-hero__intro{margin-bottom:32px}.rco-hero .rco-player{width:auto;height:100%;margin-left:0;padding:44px 48px;border:0;border-left:1px solid rgba(255,255,255,.13);border-radius:0 21px 21px 0;box-shadow:none;background:linear-gradient(135deg,rgba(7,27,42,.82),rgba(5,17,28,.9))}.rco-player__content{height:100%;grid-template-columns:minmax(0,1.35fr) minmax(230px,.75fr);align-content:center}.rco-player__visualizer{width:100%;height:112px;padding:12px 5%;justify-content:space-between}.rco-player__visualizer span{flex:0 0 3px;width:3px;min-width:3px}.rco-hero .rco-player:after,.rco-hero .rco-player:before{left:-28%;width:156%;height:168px}.rco-hero .rco-player:before{top:-84px}.rco-hero .rco-player:after{bottom:-88px}}@media (min-width:701px) and (max-width:980px){.rco-hero__grid{width:min(94%,760px);gap:0;padding:0;overflow:visible;border:1px solid rgba(103,226,207,.22);border-radius:20px;background:linear-gradient(135deg,rgba(8,28,43,.94),rgba(4,15,25,.96))}.rco-hero__content{padding:48px 44px}.rco-hero .rco-player{width:100%;margin-left:0;border:0;border-top:1px solid rgba(255,255,255,.13);border-radius:0 0 19px 19px;box-shadow:none}.rco-player__visualizer{padding-inline:5%;justify-content:space-between}.rco-player__visualizer span{flex:0 0 3px;width:3px;min-width:3px}}@media (max-width:700px){.rco-hero__grid{gap:0;padding:0;overflow:visible;border:1px solid rgba(103,226,207,.22);border-radius:18px;background:linear-gradient(135deg,rgba(8,28,43,.94),rgba(4,15,25,.96))}.rco-hero__content{padding:36px 26px 34px}.rco-hero .rco-player{border:0;border-top:1px solid rgba(255,255,255,.13);border-radius:0 0 17px 17px;box-shadow:none}.rco-player__visualizer{padding-inline:5%;justify-content:space-between}.rco-player__visualizer span{flex:0 0 2px;width:2px;min-width:2px}}@media (min-width:701px){.rco-header__content{display:grid;grid-template-columns:1fr auto 1fr}.rco-logo{grid-column:1;justify-self:start}.rco-nav{grid-column:2;margin:0}.rco-header__social{display:none}}.rco-section{position:relative;z-index:0;color:rgba(255,255,255,.72)}.rco-section:before{content:"";position:absolute;z-index:-1;top:0;bottom:0;left:50%;width:100vw;transform:translateX(-50%);background:linear-gradient(145deg,#071723,#0a2231)}.rco-section h2,.rco-section h3{color:#fff}.rco-section .rco-news-card p,.rco-section .rco-news-card small,.rco-section .rco-news-card span,.rco-section .rco-program-card p,.rco-section .rco-program-card span,.rco-section .rco-schedule__group-heading p{color:rgba(255,255,255,.68)}.rco-section .rco-text-link,.rco-section .rco-text-link span{color:var(--color-accent)}.rco-section .rco-empty-state{color:rgba(255,255,255,.68);border-color:rgba(103,226,207,.28);background:rgba(255,255,255,.05)}.rco-program-card,.rco-section .rco-news-card{background:linear-gradient(145deg,#102d40,#0b2131);border-color:rgba(156,220,229,.18);box-shadow:0 12px 26px rgba(0,0,0,.13)}.rco-program-card strong{color:var(--color-accent)}.rco-quinde-card{border:1px solid rgba(156,220,229,.18);box-shadow:0 12px 26px rgba(0,0,0,.16)}.rco-section--news{border-top-color:rgba(156,220,229,.16)}.rco-section--news:before{background:linear-gradient(145deg,#081b29,#061520)}.rco-social-section__content{grid-template-columns:1fr;gap:31px}.rco-social-list{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));justify-content:stretch;grid-gap:16px;gap:16px;width:100%}.rco-social-list a{min-height:126px;padding:20px 14px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:13px;color:#fff;border-color:rgba(156,220,229,.28);border-radius:12px;font-size:.88rem;font-weight:700;text-align:center;transition:transform .2s ease,border-color .2s ease,background .2s ease}.rco-social-list a:focus-visible,.rco-social-list a:hover{transform:translateY(-3px);color:#fff;border-color:var(--color-accent);background:rgba(67,216,189,.1)}.rco-social-list .rco-social-icon{width:38px;height:38px;color:var(--color-accent)}@media (max-width:700px){.rco-social-section__content{gap:27px}.rco-social-list{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.rco-social-list a{min-height:112px;padding:16px 10px}.rco-social-list .rco-social-icon{width:32px;height:32px}}.rco-hero{padding-block:clamp(52px,6vw,68px)}.rco-hero__intro{margin-block:22px 28px}.rco-section{padding-top:clamp(66px,6.5vw,76px)}.rco-section--news{padding-bottom:clamp(58px,6vw,70px)}.rco-section__heading{margin-bottom:23px}.rco-schedule{gap:30px}.rco-program-card{min-height:0;padding:22px}.rco-program-card h3{margin-top:22px}.rco-quinde-card{min-height:235px;padding:27px}.rco-news-card{min-height:0;padding:23px}.rco-section--news{margin-top:0}.rco-social-section{padding-block:clamp(52px,5.6vw,64px)}.rco-social-section__content{gap:24px}.rco-institutional-brand{padding-block:clamp(26px,3.5vw,34px)}.rco-institutional-brand img{width:min(310px,76vw);max-width:none}.rco-footer{padding-top:clamp(42px,4.8vw,52px)}.rco-footer__grid{grid-template-columns:1.3fr 1fr 1.15fr 1fr;gap:clamp(24px,3vw,34px);padding-bottom:38px;align-items:start}.rco-footer__institutional-logo{max-width:210px;max-height:70px;margin-bottom:14px}.rco-footer__title{margin-bottom:11px}.rco-footer__note{line-height:1.48}.rco-footer__links{gap:8px}.rco-footer__legal{padding-block:15px}@media (min-width:981px){.rco-hero__grid{min-height:0}.rco-hero__content{padding-block:46px}.rco-hero .rco-player{padding-block:38px}}@media (max-width:700px){.rco-hero{padding-block:44px}.rco-hero__content{padding-block:30px}.rco-section{padding-top:58px}.rco-section--news{padding-bottom:52px}.rco-section__heading{margin-bottom:20px}.rco-schedule{gap:24px}.rco-quinde-card{min-height:225px}.rco-social-section{padding-block:48px}.rco-institutional-brand{padding-block:24px}.rco-institutional-brand img{width:min(260px,76vw)}.rco-footer{padding-top:38px}.rco-footer__grid{grid-template-columns:1fr;gap:21px;padding-bottom:30px}.rco-footer__institutional-logo{max-width:190px;margin-bottom:12px}.rco-footer__legal{padding-block:13px}}.rco-eyebrow{font-size:clamp(.86rem,.9vw,.94rem);font-weight:800;letter-spacing:.14em}.rco-player__eyebrow{font-size:clamp(.84rem,.9vw,.92rem);font-weight:800}.rco-text-link{font-size:clamp(.96rem,1vw,1.04rem);font-weight:800;letter-spacing:.06em}.rco-text-link span{font-size:1.25em}.rco-program-card strong,.rco-quinde-card__index{font-size:.84rem;font-weight:800}.rco-hero{padding-bottom:clamp(26px,3vw,36px)}.rco-hero+.rco-container>.rco-section:first-child{padding-top:clamp(28px,3vw,40px)}.rco-institutional-brand{padding-block:clamp(18px,2.8vw,26px)}.rco-institutional-brand img{width:min(390px,80vw)}.rco-footer__grid{grid-template-columns:1.28fr 1fr 1.18fr 1fr}.rco-footer__institutional-logo{max-width:225px;max-height:76px}.rco-footer__title{font-size:.98rem;font-weight:800}.rco-footer__links,.rco-footer__note{font-size:.92rem}.rco-footer__links .rco-social-icon{width:1.12em;height:1.12em}.rco-footer__legal{font-size:.8rem}@media (min-width:981px){.rco-header__content{min-height:78px}.rco-nav{gap:clamp(18px,2vw,28px)}.rco-nav a{font-size:clamp(.95rem,1.05vw,1.02rem);font-weight:700}}@media (min-width:701px) and (max-width:980px){.rco-nav{gap:14px}.rco-nav a{font-size:.8rem;font-weight:700}}@media (max-width:700px){.rco-hero{padding-bottom:26px}.rco-hero+.rco-container>.rco-section:first-child{padding-top:28px}.rco-eyebrow{font-size:.82rem}.rco-player__eyebrow{font-size:.8rem}.rco-text-link{font-size:.9rem}.rco-institutional-brand{padding-block:18px}.rco-institutional-brand img{width:min(300px,80vw)}.rco-footer__institutional-logo{max-width:205px;max-height:74px}.rco-footer__title{font-size:.94rem}.rco-footer__links,.rco-footer__note{font-size:.88rem}.rco-footer__legal{font-size:.76rem}.rco-footer__grid{grid-template-columns:1fr}}.rco-section--news{padding-top:clamp(42px,4.5vw,54px);padding-bottom:clamp(32px,3.5vw,42px)}.rco-section--news .rco-section__heading{margin-bottom:15px}.rco-section--news .rco-empty-state{padding:23px 26px}.rco-news-action{padding:0;background:transparent;border:0;cursor:pointer}.rco-news-warning{margin:0 0 18px;color:#f0c75c;font-size:.88rem}.rco-news-collapse,.rco-news-retry{min-height:42px;padding:0 18px;color:var(--color-deep);background:var(--color-accent);border:0;border-radius:999px;cursor:pointer;font-size:.78rem;font-weight:850;letter-spacing:.06em}.rco-news-collapse{display:block;margin:24px auto 0}.rco-news-retry{display:block;margin-top:18px}.rco-news-attribution{margin:24px 0 0;color:rgba(255,255,255,.62);font-size:.82rem;text-align:center}.rco-news-attribution a{color:var(--color-accent);font-weight:750}.rco-news-card .rco-text-link{margin-top:auto}.rco-section--news .rco-news-grid{grid-template-columns:repeat(3,minmax(0,1fr))}@media (max-width:980px){.rco-section--news .rco-news-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:700px){.rco-section--news .rco-news-grid{grid-template-columns:1fr}.rco-news-action{align-self:flex-start}.rco-news-attribution{text-align:left}}@media (min-width:981px){.rco-header__content{min-height:108px}.rco-logo{width:clamp(80px,7vw,96px);height:clamp(80px,7vw,96px)}.rco-nav{gap:clamp(19px,2.1vw,30px)}.rco-nav a{font-size:clamp(1.1rem,1.15vw,1.2rem);font-weight:750;letter-spacing:.02em}.rco-nav a:first-child{color:#55e0ce}.rco-nav a:nth-child(2){color:#73cfff}.rco-nav a:nth-child(3){color:#8ab8ff}.rco-nav a:nth-child(4){color:#c394f2}.rco-nav a:nth-child(5){color:#f0c75c}.rco-nav a:nth-child(6){color:#83d995}.rco-nav a:nth-child(7){color:#f39bc5}.rco-nav a:focus-visible,.rco-nav a:hover{color:#fff;text-shadow:0 0 12px currentColor}}@media (min-width:701px) and (max-width:980px){.rco-header__content{min-height:82px}.rco-logo{width:66px;height:66px}.rco-nav a:first-child{color:#55e0ce}.rco-nav a:nth-child(2){color:#73cfff}.rco-nav a:nth-child(3){color:#8ab8ff}.rco-nav a:nth-child(4){color:#c394f2}.rco-nav a:nth-child(5){color:#f0c75c}.rco-nav a:nth-child(6){color:#83d995}.rco-nav a:nth-child(7){color:#f39bc5}}@media (max-width:700px){.rco-section--news{padding-top:38px;padding-bottom:31px}.rco-section--news .rco-section__heading{margin-bottom:14px}.rco-section--news .rco-empty-state{padding:20px 22px}.rco-logo{width:54px;height:54px}}.rco-hero+.rco-container>.rco-section:first-child+.rco-section{padding-top:clamp(30px,3vw,40px)}.rco-quinde-logo{width:min(560px,44vw);max-height:none;height:auto}.rco-hero__intro{color:rgba(255,255,255,.78);font-size:clamp(1.14rem,1.15vw,1.28rem);font-weight:500}.rco-on-air article>p:last-child,.rco-placeholder{color:rgba(255,255,255,.74);font-size:.98rem;font-weight:500}.rco-section .rco-program-card p,.rco-section .rco-program-card span,.rco-section .rco-schedule__group-heading p{color:rgba(255,255,255,.74);font-size:.96rem;font-weight:500}.rco-quinde-card p:not(.rco-eyebrow){color:rgba(255,255,255,.74);font-size:1.08rem;font-weight:500}.rco-section .rco-news-card p,.rco-section .rco-news-card small,.rco-section .rco-news-card span{color:rgba(255,255,255,.74);font-size:.96rem;font-weight:500}.rco-section .rco-empty-state{color:rgba(255,255,255,.74);font-size:.98rem;font-weight:500}.rco-player__eyebrow{font-size:clamp(1.02rem,1.05vw,1.14rem)}.rco-player__track{max-width:100%;font-size:clamp(2.15rem,3.45vw,3.2rem);line-height:1.03;display:-webkit-box;overflow:hidden;-webkit-box-orient:vertical;-webkit-line-clamp:3}.rco-player__artist{color:rgba(255,255,255,.84);font-size:clamp(1.16rem,1.25vw,1.3rem);font-weight:500}.rco-player__album{color:rgba(255,255,255,.7);font-size:clamp(.9rem,.98vw,1rem);font-weight:500}.rco-player__volume{color:rgba(255,255,255,.8);font-size:.92rem;font-weight:500}.rco-player__listeners{color:rgba(255,255,255,.76);font-size:.94rem;font-weight:500}.rco-footer__note{color:rgba(255,255,255,.74);font-size:.98rem;font-weight:500}.rco-social-section p:not(.rco-eyebrow){color:rgba(255,255,255,.74);font-size:1.06rem;font-weight:500}@media (min-width:981px){.rco-hero h1{font-size:clamp(2.9rem,5.8vw,5.5rem)}}@media (max-width:700px){.rco-hero+.rco-container>.rco-section:first-child+.rco-section{padding-top:28px}.rco-quinde-logo{width:min(440px,90vw)}.rco-section__heading:has(.rco-quinde-logo){align-items:center;text-align:center}.rco-hero h1{font-size:clamp(2.85rem,15vw,4.25rem)}.rco-hero__intro{font-size:1.05rem}.rco-on-air article>p:last-child,.rco-placeholder,.rco-quinde-card p:not(.rco-eyebrow),.rco-section .rco-news-card p,.rco-section .rco-news-card small,.rco-section .rco-news-card span,.rco-section .rco-program-card p,.rco-section .rco-program-card span,.rco-section .rco-schedule__group-heading p{font-size:.9rem}.rco-player__eyebrow{font-size:.94rem}.rco-player__track{font-size:clamp(1.9rem,8.4vw,2.45rem)}.rco-player__artist{font-size:1.08rem}.rco-player__album,.rco-player__listeners,.rco-player__volume{font-size:.86rem}.rco-footer__note{font-size:.92rem}}@media (min-width:981px){.rco-hero__grid{grid-template-columns:minmax(0,30fr) minmax(0,70fr)}.rco-hero__content{padding-inline:36px}.rco-hero h1{max-width:100%;font-size:clamp(2.4rem,4.25vw,4.3rem);overflow-wrap:anywhere}.rco-hero__intro{font-size:clamp(1rem,1.03vw,1.14rem)}.rco-on-air article{padding-right:15px}.rco-on-air article+article{padding-left:15px}.rco-hero .rco-player{padding-inline:clamp(40px,4vw,58px)}.rco-player__content{grid-template-columns:minmax(0,1.45fr) minmax(270px,.78fr);gap:clamp(34px,4vw,54px)}.rco-player__track{font-size:clamp(2.35rem,3.6vw,3.5rem)}.rco-player__artist{font-size:clamp(1.24rem,1.35vw,1.42rem)}.rco-player__album{font-size:1rem}.rco-player__visualizer{height:132px}.rco-player__artwork{width:min(100%,320px)}.rco-player__play-toggle{width:86px;min-height:68px}.rco-player__listeners,.rco-player__volume{font-size:1rem}}.rco-hero+.rco-container>.rco-section:first-child+.rco-section{padding-top:clamp(22px,2.4vw,30px)}.rco-section__heading:has(.rco-quinde-logo){justify-content:center;align-items:center;gap:clamp(16px,2vw,24px);margin-bottom:15px}.rco-section__heading:has(.rco-quinde-logo) .rco-quinde-logo{width:clamp(132px,13vw,180px);max-width:none}.rco-section__heading:has(.rco-quinde-logo)>div{flex:0 1 auto}.rco-section__heading:has(.rco-quinde-logo) .rco-eyebrow{margin-bottom:7px}@media (max-width:700px){.rco-hero+.rco-container>.rco-section:first-child+.rco-section{padding-top:24px}.rco-section__heading:has(.rco-quinde-logo){flex-direction:row;justify-content:center;align-items:center;gap:14px;margin-bottom:14px;text-align:left}.rco-section__heading:has(.rco-quinde-logo) .rco-quinde-logo{width:clamp(105px,31vw,128px)}.rco-section__heading:has(.rco-quinde-logo) .rco-eyebrow{margin-bottom:5px}.rco-section__heading:has(.rco-quinde-logo) h2{font-size:clamp(2rem,9vw,2.6rem)}}@media (min-width:981px){.rco-program-grid{grid-template-columns:repeat(4,minmax(0,1fr))}}.rco-section__heading:has(.rco-quinde-logo){flex-direction:column;gap:8px;text-align:center}.rco-section__heading:has(.rco-quinde-logo) .rco-quinde-logo{order:-1}.rco-section__heading:has(.rco-quinde-logo) .rco-eyebrow{margin:0}.rco-program-grid--weekend{grid-template-columns:minmax(0,1fr);justify-items:center}.rco-program-grid--weekend .rco-program-card{width:calc((100% - 54px) / 4)}@media (max-width:980px){.rco-program-grid--weekend .rco-program-card{width:calc((100% - 18px) / 2)}}@media (max-width:700px){.rco-section__heading:has(.rco-quinde-logo){gap:8px;text-align:center}.rco-program-grid--weekend .rco-program-card{width:100%}}.rco-section__heading:has(.rco-quinde-logo) .rco-quinde-logo{width:clamp(152px,15vw,212px)}.rco-schedule__group:has(.rco-program-grid--weekend) .rco-schedule__group-heading{position:relative;justify-content:flex-end}.rco-schedule__group:has(.rco-program-grid--weekend) .rco-schedule__group-heading h3{position:absolute;left:50%;transform:translateX(-50%)}@media (max-width:700px){.rco-section__heading:has(.rco-quinde-logo) .rco-quinde-logo{width:clamp(123px,36vw,150px)}.rco-schedule__group:has(.rco-program-grid--weekend) .rco-schedule__group-heading{align-items:center;justify-content:center}.rco-schedule__group:has(.rco-program-grid--weekend) .rco-schedule__group-heading h3{position:static;transform:none}}.rco-hero__content{display:flex;flex-direction:column;align-items:flex-start}.rco-hero__model{width:min(178px,72%);height:auto;margin:auto auto 0;object-fit:contain;filter:drop-shadow(0 16px 24px rgba(0,0,0,.22));transform-origin:center bottom;animation:none}.rco-hero__grid:has(.rco-player__play-toggle[aria-label="Pausar radio"]) .rco-hero__model{animation:rco-model-groove 5.5s ease-in-out infinite}@keyframes rco-model-groove{0%,to{transform:translateY(0) rotate(-.35deg)}50%{transform:translateY(-6px) rotate(.35deg)}}@media (max-width:700px){.rco-hero__content{align-items:center;text-align:center}.rco-hero__model{width:min(150px,52vw);margin-top:2px}}@media (prefers-reduced-motion:reduce){.rco-hero__model{animation:none!important}}.rco-hero{padding-top:clamp(20px,2.5vw,32px)}.rco-hero__title{margin-bottom:clamp(16px,2vw,24px);text-align:center}.rco-hero__title .rco-eyebrow{margin-bottom:7px}.rco-hero__title h1{max-width:none;font-size:clamp(2.5rem,4.2vw,4.45rem);line-height:1}.rco-hero__content{justify-content:center}.rco-hero__model{margin:auto}.rco-hero .rco-player{display:flex;flex-direction:column;justify-content:center}.rco-player__station-intro{max-width:720px;margin:0 auto clamp(15px,1.6vw,21px);color:rgba(255,255,255,.78);font-size:clamp(.9rem,1.05vw,1.08rem);font-weight:500;line-height:1.52}.rco-hero .rco-player__content{height:auto}.rco-institutional-brand{overflow:hidden}.rco-institutional-brand__content{display:flex;align-items:center;justify-content:center;gap:clamp(28px,5vw,64px);min-height:112px}.rco-sponsor{display:inline-flex;flex:0 0 auto;align-items:center;justify-content:center;width:min(300px,72vw)}.rco-sponsor img{width:100%;height:auto;max-height:88px;object-fit:contain}.rco-institutional-brand__content--carousel{justify-content:flex-start;width:max-content;min-width:100%;animation:rco-sponsors-glide 30s ease-in-out infinite alternate}.rco-institutional-brand__content--carousel:hover{animation-play-state:paused}@keyframes rco-sponsors-glide{0%{transform:translateX(0)}to{transform:translateX(-8%)}}.rco-footer__station{display:flex;flex-direction:column;align-items:center;text-align:center}.rco-footer__station .rco-footer__institutional-logo{width:min(240px,100%);max-width:none;max-height:96px;margin:0 0 11px}.rco-footer__station .rco-eyebrow{margin-bottom:7px}.rco-footer__station .rco-footer__note{max-width:none}@media (max-width:700px){.rco-hero{padding-top:18px}.rco-hero__title{margin-bottom:14px}.rco-hero__title h1{font-size:clamp(2.2rem,10.5vw,3.2rem)}.rco-player__station-intro{margin-bottom:15px;font-size:.92rem}.rco-institutional-brand__content{justify-content:flex-start;width:min(100% - 32px,540px);overflow-x:auto;scrollbar-width:thin}.rco-institutional-brand__content--carousel{animation:none}.rco-sponsor{width:min(260px,72vw)}.rco-footer__station{align-items:center}.rco-footer__station .rco-footer__institutional-logo{width:min(230px,76vw)}}@media (prefers-reduced-motion:reduce){.rco-institutional-brand__content--carousel{animation:none}}@media (min-width:981px){.rco-hero__grid{grid-template-columns:minmax(0,25fr) minmax(0,75fr)}.rco-hero__content{padding:32px 24px;background:#00081A;border-radius:21px 0 0 21px}.rco-hero__content .rco-eyebrow{align-self:center;margin:0 0 16px;font-size:clamp(.98rem,1.05vw,1.14rem);font-weight:850}.rco-hero__model{width:min(100%,264px);max-height:408px;margin:0 auto}.rco-hero .rco-player{padding-inline:clamp(48px,4.5vw,68px)}.rco-player__content{grid-template-columns:minmax(0,1.5fr) minmax(280px,.8fr);gap:clamp(42px,4.5vw,62px)}.rco-player__track{font-size:clamp(2.55rem,3.9vw,3.75rem)}.rco-player__artist{font-size:clamp(1.3rem,1.45vw,1.5rem)}.rco-player__visualizer{height:144px}.rco-player__artwork{width:min(100%,340px)}.rco-player__play-toggle{width:92px;min-height:72px}.rco-player__listeners,.rco-player__volume{font-size:1.06rem}}.rco-player__station-intro{max-width:100%;font-size:clamp(.9rem,1vw,1.04rem);font-weight:750;line-height:1.45;text-wrap:balance}.rco-institutional-brand{padding-block:clamp(34px,4.4vw,48px)}.rco-institutional-brand__content{min-height:144px}.rco-sponsor{width:min(360px,76vw)}.rco-sponsor img{max-height:124px}.rco-footer__station .rco-footer__institutional-logo{width:96px;height:96px;max-height:none;object-fit:cover;object-position:center;overflow:hidden;border:2px solid rgba(67,216,189,.72);border-radius:50%;background:#061520;box-shadow:0 0 0 4px rgba(67,216,189,.1),0 8px 22px rgba(0,0,0,.24)}@media (max-width:700px){.rco-hero__content{padding:30px 22px 24px;background:#00081A;border-radius:17px 17px 0 0}.rco-hero__content .rco-eyebrow{align-self:center;margin:0 0 13px;font-size:.92rem;font-weight:850}.rco-hero__model{width:min(214px,65vw);max-height:330px;margin:0 auto}.rco-player__station-intro{font-size:.88rem;font-weight:750}.rco-institutional-brand{padding-block:31px}.rco-institutional-brand__content{min-height:126px}.rco-sponsor{width:min(300px,76vw)}.rco-sponsor img{max-height:108px}.rco-footer__station .rco-footer__institutional-logo{width:96px;height:96px}}.rco-pwa-install{display:flex;justify-content:center;width:100%;padding:18px 0 0}.rco-pwa-install button{width:72px;height:72px;padding:0;display:inline-flex;align-items:center;justify-content:center;background:var(--color-accent);border:1px solid var(--color-accent);box-shadow:0 10px 24px rgba(0,0,0,.24);cursor:pointer;font-size:11px;font-weight:850;line-height:1.05;letter-spacing:.035em;text-align:center;transition:transform .2s ease,filter .2s ease}.rco-pwa-install button:hover{filter:brightness(1.05);transform:translateY(-2px)}.rco-pwa-install button span{display:block}.rco-pwa-install p,.rco-pwa-tv{margin:0;color:rgba(255,255,255,.78);font-size:.9rem;line-height:1.45;text-align:center}.rco-pwa-tv{padding:14px 24px 0}.rco-pwa-install strong,.rco-pwa-tv a{color:var(--color-accent)}@media (max-width:700px){.rco-pwa-install{padding-top:14px}.rco-pwa-install button{width:62px;height:62px;font-size:10px}.rco-pwa-tv{padding-inline:24px}}.rco-mini-player{position:fixed;z-index:6;left:24px;bottom:24px;width:min(360px,calc(100vw - 48px));min-height:76px;padding:10px 11px;display:grid;grid-template-columns:54px minmax(0,1fr) 46px;align-items:center;grid-gap:11px;gap:11px;color:#fff;background:linear-gradient(135deg,rgba(9,31,47,.97),rgba(5,17,28,.98));border:1px solid rgba(103,226,207,.34);border-radius:18px;box-shadow:0 14px 38px rgba(0,0,0,.38);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);opacity:0;visibility:hidden;pointer-events:none;transform:translateY(18px);transition:opacity .2s ease,transform .2s ease,visibility .2s}.rco-mini-player--visible{opacity:1;visibility:visible;pointer-events:auto;transform:translateY(0)}.rco-mini-player__artwork{width:54px;height:54px;display:block;object-fit:cover;border:2px solid rgba(103,226,207,.68);border-radius:50%;background:var(--color-deep)}.rco-mini-player__details{min-width:0;display:grid;grid-gap:4px;gap:4px}.rco-mini-player__details span,.rco-mini-player__details strong{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.rco-mini-player__details strong{font-size:.88rem;line-height:1.2}.rco-mini-player__details span{color:rgba(255,255,255,.68);font-size:.76rem;line-height:1.2}.rco-mini-player button{width:44px;height:44px;display:grid;place-items:center;padding:0;color:#172333;background:var(--color-accent);border:0;border-radius:50%;cursor:pointer}.rco-mini-player button:disabled{cursor:not-allowed;opacity:.55}.rco-mini-player__play-icon{width:0;height:0;margin-left:3px;border-top:8px solid transparent;border-bottom:8px solid transparent;border-left:13px solid #172333}.rco-mini-player__play-icon--pause{width:14px;height:17px;margin-left:0;border:0;background:linear-gradient(90deg,#172333 0 5px,transparent 5px 9px,#172333 9px 14px)}@media (max-width:700px){.rco-mini-player{left:16px;bottom:84px;width:min(290px,calc(100vw - 32px));min-height:68px;padding:8px 9px;grid-template-columns:48px minmax(0,1fr) 42px;gap:9px;border-radius:16px}.rco-mini-player__artwork{width:48px;height:48px}.rco-mini-player button{width:40px;height:40px}.rco-mini-player__details strong{font-size:.82rem}.rco-mini-player__details span{font-size:.72rem}}.rco-player__station-intro{margin:0 auto clamp(18px,2vw,26px);color:#72d8fa;font-size:clamp(1.18rem,1.7vw,1.82rem);font-weight:850;line-height:1.22;letter-spacing:.025em;text-align:center;text-wrap:nowrap}@media (min-width:981px){.rco-hero__grid{grid-template-columns:minmax(0,25fr) minmax(0,75fr)}.rco-hero__content{position:relative;min-height:480px;padding:32px 24px 0;background:#00081A;border-radius:21px 0 0 21px;overflow:hidden}.rco-hero__content .rco-eyebrow{position:relative;z-index:1;align-self:center}.rco-hero__model{position:absolute;bottom:0;left:50%;width:min(100%,310px);height:calc(100% - 58px);max-height:none;margin:0;object-fit:contain;object-position:center bottom;transform:translateX(-50%)}}@media (max-width:700px){.rco-hero__grid{grid-template-columns:minmax(0,1fr)}.rco-hero__content{position:relative;order:-1;min-height:360px;padding:30px 22px 0;background:#00081A;border-radius:17px 17px 0 0;overflow:hidden}.rco-hero__content .rco-eyebrow{position:relative;z-index:1;align-self:center}.rco-hero__model{position:absolute;bottom:0;left:50%;width:min(100%,250px);height:calc(100% - 52px);max-height:none;margin:0;object-fit:contain;object-position:center bottom;transform:translateX(-50%)}.rco-player__station-intro{max-width:28ch;font-size:clamp(1.02rem,4.5vw,1.3rem);text-wrap:balance}}.rco-hero__grid:has(.rco-player__play-toggle[aria-label="Pausar radio"]) .rco-hero__model{animation:rco-model-float 3.6s ease-in-out infinite}@keyframes rco-model-float{0%,to{transform:translateX(-50%) translateY(0) rotate(-1deg) scale(1)}50%{transform:translateX(-50%) translateY(-8px) rotate(1deg) scale(1.015)}}@media (prefers-reduced-motion:reduce){.rco-hero__grid:has(.rco-player__play-toggle[aria-label="Pausar radio"]) .rco-hero__model,.rco-hero__model{animation:none!important}}.rco-sponsors{display:flex;flex-direction:column;align-items:center;justify-content:flex-start}.rco-sponsors .rco-eyebrow{align-self:center;margin-bottom:16px}.rco-sponsors__grid{display:grid;width:100%;grid-template-columns:repeat(auto-fit,minmax(88px,1fr));align-content:center;grid-gap:14px;gap:14px}.rco-sponsors__grid img{width:100%;max-height:96px;object-fit:contain;object-position:center}.rco-player__intro{margin-bottom:clamp(18px,2vw,26px);text-align:center}.rco-player__broadcast-label{margin:0 0 8px;color:var(--color-accent);font-size:clamp(.98rem,1.05vw,1.14rem);font-weight:850;letter-spacing:.14em}.rco-player__intro .rco-player__station-intro{margin:0 auto}@media (min-width:981px){.rco-sponsors{min-height:480px;padding:32px 24px;background:#00081A;border-radius:21px 0 0 21px}.rco-sponsors__grid{flex:1 1}.rco-hero__content.rco-sponsors{position:relative;overflow:hidden}}@media (max-width:700px){.rco-hero__content.rco-sponsors{order:-1;min-height:220px;padding:30px 22px}.rco-sponsors__grid{min-height:132px}.rco-player__broadcast-label{font-size:.92rem}.rco-player__intro{margin-bottom:15px}}.rco-whatsapp-button{width:48px;height:48px;min-width:48px;min-height:48px;aspect-ratio:1;padding:0;flex:0 0 48px;justify-content:center;gap:0;overflow:hidden;color:#172333;background:#a8e6cf;border-radius:50%;line-height:0;animation:rco-pastel-button-cycle 8s linear infinite;transition:transform .18s ease,filter .18s ease,box-shadow .18s ease}.rco-whatsapp-button svg{width:25px;height:25px}.rco-whatsapp-button:focus-visible,.rco-whatsapp-button:hover{color:#172333;filter:brightness(1.04);transform:translateY(-1px);box-shadow:0 12px 27px rgba(0,0,0,.27)}.rco-pwa-install button{width:56px;min-width:56px;height:56px;min-height:56px;aspect-ratio:1;box-sizing:border-box;padding:6px 3px;flex-direction:column;gap:2px;color:#172333;background:#a8e6cf;border:1px solid rgba(23,35,51,.22);border-radius:50%;font-size:.52rem;font-weight:400;line-height:1;letter-spacing:.025em;white-space:nowrap;box-shadow:0 5px 13px rgba(0,0,0,.2),inset 0 1px 0 rgba(255,255,255,.42);animation:rco-pastel-button-cycle 8s linear infinite}.rco-pwa-install button svg{width:15px;height:15px;flex:0 0 auto;fill:none;stroke:#172333;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.rco-pwa-install button:focus-visible,.rco-pwa-install button:hover{filter:brightness(1.02);transform:translateY(-1px);box-shadow:0 7px 16px rgba(0,0,0,.22),0 0 0 3px rgba(168,230,207,.12)}.rco-pwa-install button:disabled{cursor:not-allowed;opacity:.72}.rco-pwa-install button:disabled:hover{filter:none;transform:none;box-shadow:0 5px 13px rgba(0,0,0,.2),inset 0 1px 0 rgba(255,255,255,.42)}@keyframes rco-pastel-button-cycle{0%,to{background-color:#a8e6cf}25%{background-color:#a7d8ff}50%{background-color:#d7b8ff}75%{background-color:#ffd1a8}}.rco-player__artwork .rco-player__play-toggle{position:absolute;z-index:2;top:50%;left:50%;width:46px;height:46px;min-width:46px;min-height:46px;aspect-ratio:1;box-sizing:border-box;margin:0;padding:0;display:grid;place-items:center;overflow:hidden;color:#67e2cf;background:rgba(3,17,28,.92);border:1px solid rgba(103,226,207,.78);border-radius:50%;box-shadow:0 0 0 4px rgba(103,226,207,.07),0 6px 17px rgba(0,0,0,.3);transform:translate(-50%,-50%);cursor:pointer;transition:border-color .18s ease,box-shadow .18s ease,filter .18s ease}.rco-player__artwork .rco-player__play-toggle:focus-visible,.rco-player__artwork .rco-player__play-toggle:hover{filter:brightness(1.06);border-color:#83f0df;box-shadow:0 0 0 5px rgba(103,226,207,.11),0 6px 19px rgba(0,0,0,.32)}.rco-player__artwork .rco-player__play-toggle:disabled{cursor:not-allowed;opacity:.55}.rco-player__artwork .rco-player__play-icon{border-top-width:8px;border-bottom-width:8px;border-left:13px solid #67e2cf;margin-left:3px}.rco-player__artwork .rco-player__play-icon--pause{width:14px;height:17px;margin-left:0;border:0;background:linear-gradient(90deg,#67e2cf 0 4px,transparent 4px 10px,#67e2cf 10px 14px)}@media (max-width:700px){.rco-whatsapp-button{right:16px;bottom:20px;width:44px;height:44px;min-width:44px;min-height:44px;flex-basis:44px}.rco-whatsapp-button svg{width:23px;height:23px}.rco-pwa-install button{width:50px;min-width:50px;height:50px;min-height:50px;padding:5px 3px;font-size:.47rem}.rco-pwa-install button svg{width:14px;height:14px}.rco-player__artwork .rco-player__play-toggle{width:42px;height:42px;min-width:42px;min-height:42px}}.rco-hero__grid{position:relative;border-right-color:transparent}.rco-hero__grid:after{content:"";position:absolute;z-index:1;top:22px;right:-18px;bottom:22px;width:1px;background:rgba(103,226,207,.22);pointer-events:none}@media (min-width:701px) and (max-width:980px){.rco-hero__grid:after{top:20px;right:-12px;bottom:20px}}@media (max-width:700px){.rco-hero__grid:after{top:18px;right:-6px;bottom:18px}}@media (min-width:981px){.rco-hero__grid{grid-template-columns:minmax(0,18fr) minmax(0,64fr) minmax(0,18fr)}.rco-hero__content.rco-sponsors{min-width:0;min-height:480px;box-sizing:border-box;padding:32px 20px}.rco-sponsors--left{grid-column:1;border-radius:21px 0 0 21px}.rco-hero .rco-player{grid-column:2;min-width:0;border-radius:0}.rco-sponsors--right{grid-column:3;border-left:1px solid rgba(255,255,255,.13);border-radius:0 21px 21px 0}}@media (min-width:701px) and (max-width:980px){.rco-hero__grid{grid-template-columns:repeat(2,minmax(0,1fr));grid-template-areas:"sponsors-left sponsors-right" "player player";align-items:stretch}.rco-hero__content.rco-sponsors{min-width:0;min-height:220px;box-sizing:border-box;padding:30px 26px}.rco-sponsors--left{grid-area:sponsors-left;border-radius:19px 0 0 0}.rco-sponsors--right{grid-area:sponsors-right;border-left:1px solid rgba(255,255,255,.13);border-radius:0 19px 0 0}.rco-hero .rco-player{grid-area:player;border-left:0;border-top:1px solid rgba(255,255,255,.13);border-radius:0 0 19px 19px}}@media (max-width:700px){.rco-hero__grid{grid-template-areas:"sponsors-left" "player" "sponsors-right";align-items:stretch}.rco-hero__content.rco-sponsors{width:100%;height:220px;min-height:220px;box-sizing:border-box;padding:26px 22px}.rco-sponsors--left{grid-area:sponsors-left;order:0;border-radius:17px 17px 0 0}.rco-hero .rco-player{grid-area:player;border-radius:0}.rco-sponsors--right{grid-area:sponsors-right;border-top:1px solid rgba(255,255,255,.13);border-radius:0 0 17px 17px}.rco-sponsors__grid{min-height:0}}.rco-hero__install-row{display:grid;box-sizing:border-box;padding-inline:1px}@media (min-width:981px){.rco-hero__install-row{width:min(95%,1360px);grid-template-columns:minmax(0,18fr) minmax(0,64fr) minmax(0,18fr)}.rco-hero__install-row .rco-pwa-install{grid-column:1}}@media (min-width:701px) and (max-width:980px){.rco-hero__install-row{width:min(94%,760px);grid-template-columns:repeat(2,minmax(0,1fr))}.rco-hero__install-row .rco-pwa-install{grid-column:1}}.rco-button,.rco-news-collapse,.rco-news-retry,.rco-quinde-panel__close{box-shadow:inset 3px 3px 4px rgba(255,255,255,.72),inset -4px -5px 6px rgba(0,0,0,.42),0 0 0 2px rgba(255,255,255,.16),0 6px 0 rgba(0,0,0,.48),0 12px 20px rgba(0,0,0,.42)}.rco-button:not(:disabled):hover,.rco-news-collapse:focus-visible,.rco-news-collapse:hover,.rco-news-retry:focus-visible,.rco-news-retry:hover,.rco-quinde-panel__close:focus-visible,.rco-quinde-panel__close:hover{box-shadow:inset 3px 3px 5px rgba(255,255,255,.78),inset -4px -5px 6px rgba(0,0,0,.38),0 0 0 2px rgba(255,255,255,.2),0 7px 0 rgba(0,0,0,.46),0 14px 23px rgba(0,0,0,.46)}.rco-quinde-card{box-shadow:inset 3px 3px 5px rgba(255,255,255,.22),inset -7px -9px 12px rgba(0,0,0,.52),0 0 0 2px rgba(255,255,255,.08),0 8px 0 rgba(0,0,0,.5),0 17px 30px rgba(0,0,0,.42)}.rco-quinde-card[aria-expanded=true]{box-shadow:inset 3px 3px 5px rgba(255,255,255,.24),inset -7px -9px 12px rgba(0,0,0,.52),0 0 0 3px rgba(67,216,189,.38),0 8px 0 rgba(0,0,0,.5),0 17px 30px rgba(0,0,0,.42)}.rco-social-list a{box-shadow:inset 3px 3px 5px rgba(255,255,255,.2),inset -6px -7px 9px rgba(0,0,0,.48),0 0 0 2px rgba(255,255,255,.08),0 7px 0 rgba(0,0,0,.46),0 15px 26px rgba(0,0,0,.4)}.rco-social-list a:focus-visible,.rco-social-list a:hover{box-shadow:inset 3px 3px 5px rgba(255,255,255,.24),inset -6px -7px 9px rgba(0,0,0,.44),0 0 0 2px rgba(67,216,189,.28),0 8px 0 rgba(0,0,0,.44),0 17px 29px rgba(0,0,0,.44)}.rco-news-action{text-shadow:0 1px 0 rgba(255,255,255,.38),0 3px 0 rgba(0,0,0,.5),0 6px 8px rgba(0,0,0,.5)}.rco-mini-player button,.rco-player__artwork .rco-player__play-toggle,.rco-pwa-install button,.rco-whatsapp-button{isolation:isolate}.rco-mini-player button:before,.rco-player__artwork .rco-player__play-toggle:before,.rco-pwa-install button:before,.rco-whatsapp-button:before{content:"";position:absolute;z-index:0;inset:2px;border-radius:inherit;background:linear-gradient(145deg,rgba(255,255,255,.68),rgba(255,255,255,.18) 34%,transparent 50%,rgba(0,0,0,.34));box-shadow:inset 0 0 0 1px rgba(255,255,255,.3),inset 0 -2px 3px rgba(0,0,0,.28);pointer-events:none}.rco-mini-player button>*,.rco-player__artwork .rco-player__play-toggle>*,.rco-pwa-install button>*,.rco-whatsapp-button>*{position:relative;z-index:1}.rco-player__artwork .rco-player__play-toggle{box-shadow:inset 3px 3px 5px rgba(255,255,255,.34),inset -5px -6px 7px rgba(0,0,0,.72),0 0 0 3px rgba(103,226,207,.34),0 7px 0 rgba(0,0,0,.68),0 14px 24px rgba(0,0,0,.62)}.rco-player__artwork .rco-player__play-toggle:focus-visible,.rco-player__artwork .rco-player__play-toggle:hover{box-shadow:inset 3px 3px 5px rgba(255,255,255,.4),inset -5px -6px 7px rgba(0,0,0,.68),0 0 0 4px rgba(103,226,207,.46),0 8px 0 rgba(0,0,0,.66),0 16px 27px rgba(0,0,0,.66)}.rco-mini-player button{position:relative;box-shadow:inset 3px 3px 5px rgba(255,255,255,.76),inset -5px -6px 7px rgba(0,0,0,.5),0 0 0 2px rgba(255,255,255,.2),0 6px 0 rgba(0,0,0,.56),0 12px 20px rgba(0,0,0,.5)}.rco-whatsapp-button{box-shadow:inset 3px 3px 5px rgba(255,255,255,.78),inset -5px -6px 8px rgba(0,0,0,.5),0 0 0 2px rgba(255,255,255,.24),0 7px 0 rgba(0,0,0,.58),0 14px 24px rgba(0,0,0,.54)}.rco-whatsapp-button:focus-visible,.rco-whatsapp-button:hover{box-shadow:inset 3px 3px 5px rgba(255,255,255,.84),inset -5px -6px 8px rgba(0,0,0,.46),0 0 0 3px rgba(255,255,255,.28),0 8px 0 rgba(0,0,0,.56),0 16px 27px rgba(0,0,0,.58)}.rco-pwa-install button{position:relative;box-shadow:inset 3px 3px 5px rgba(255,255,255,.8),inset -5px -6px 8px rgba(0,0,0,.52),0 0 0 2px rgba(255,255,255,.24),0 7px 0 rgba(0,0,0,.58),0 14px 24px rgba(0,0,0,.54)}.rco-pwa-install button:focus-visible,.rco-pwa-install button:hover{box-shadow:inset 3px 3px 5px rgba(255,255,255,.86),inset -5px -6px 8px rgba(0,0,0,.48),0 0 0 3px rgba(255,255,255,.28),0 8px 0 rgba(0,0,0,.56),0 16px 27px rgba(0,0,0,.58)}.rco-pwa-install button:disabled:hover{box-shadow:inset 3px 3px 5px rgba(255,255,255,.8),inset -5px -6px 8px rgba(0,0,0,.52),0 0 0 2px rgba(255,255,255,.24),0 7px 0 rgba(0,0,0,.58),0 14px 24px rgba(0,0,0,.54)}*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:124px;font-family:var(--font-sans)}body{margin:0;background:var(--color-background);color:var(--color-foreground)}[id]{scroll-margin-top:124px}a{color:inherit;text-decoration:none}button,input,textarea{font:inherit}:focus-visible{outline:3px solid var(--color-accent);outline-offset:3px}