:root{--tv-verde:#3ad6ab;--tv-verde-claro:#4fe3bd;--tv-verde-oscuro:#22a688;--tv-rojo:#ff5648;--tv-rojo-claro:#ff8a7a;--tv-amarillo:#d9d235;--tv-tinta:#0d1a1a;--tv-texto:#f3ece6;--tv-texto-suave:#c8ddd7;--tv-manrope:var(--font-manrope),Manrope,sans-serif}.hero-tv-miniatura{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;overflow:hidden}.hero-tv-miniatura__lienzo{flex:0 0 auto;transform-origin:center center}.process-tacografo{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;background:radial-gradient(ellipse at 50% 55%,rgba(10,26,26,.55) 0,rgba(10,26,26,.15) 55%,transparent 80%)}.process-tacografo__tarjeta{position:relative;width:52%;padding:6% 5% 4%;border:2px solid var(--tv-verde);border-radius:18px;background:linear-gradient(180deg,rgba(21,44,44,.92),rgba(15,32,32,.92));box-shadow:0 0 0 6px rgba(58,214,171,.14),0 0 36px rgba(58,214,171,.35),0 24px 48px rgba(0,0,0,.5)}.process-tacografo__critico,.process-tacografo__ok{position:absolute;bottom:6%;font-family:var(--tv-manrope);font-size:clamp(.45rem,1.6vw,.62rem);font-weight:800;letter-spacing:.1em;text-transform:uppercase}.process-tacografo__critico{left:7%;color:var(--tv-rojo)}.process-tacografo__ok{right:7%;color:var(--tv-verde)}.hero-tv-capa{position:absolute;inset:0;display:flex;align-items:center;justify-content:center}.hero-tv-velocimetro{display:block;width:100%;height:auto;overflow:visible}.hero-tv-velocimetro path{fill:none;stroke-width:16;stroke-linecap:butt}.hero-tv-velocimetro__fondo{stroke:hsla(0,0%,100%,.08)}.hero-tv-velocimetro__zona--ok{stroke:var(--tv-verde)}.hero-tv-velocimetro__zona--aviso{stroke:var(--tv-amarillo)}.hero-tv-velocimetro__zona--error{stroke:var(--tv-rojo)}.hero-tv-velocimetro__aguja{transform-box:view-box;transform-origin:100px 100px;transition:transform 2.2s cubic-bezier(.45,.05,.2,1) var(--retardo,0ms)}.hero-tv-velocimetro__aguja line{stroke:#fff;stroke-width:6;stroke-linecap:round;transform-box:view-box;transform-origin:100px 100px}.hero-tv-velocimetro__aguja circle{fill:var(--tv-rojo);stroke:#fff;stroke-width:4;transition:fill .6s ease}.hero-tv-velocimetro.is-ok .hero-tv-velocimetro__aguja circle{fill:var(--tv-verde)}.hero-tv-velocimetro.is-aviso .hero-tv-velocimetro__aguja circle{fill:var(--tv-amarillo)}.hero-tv-velocimetro.is-error .hero-tv-velocimetro__aguja line{animation:hero-tv-temblor 2.4s ease-in-out infinite}@keyframes hero-tv-temblor{0%,to{transform:rotate(-1.5deg)}50%{transform:rotate(1.5deg)}}.hero-tv-equipo{--tv-oro:#e3b341;--tv-cielo:#4cc3f2;position:relative;width:100%;max-width:940px;height:100%;overflow:hidden;border:1px solid hsla(0,0%,100%,.1);border-radius:28px;box-shadow:0 30px 80px rgba(0,0,0,.45);container:equipo/size}.hero-tv-equipo__fondo{position:absolute;inset:0;background:linear-gradient(180deg,rgba(13,26,26,.58),rgba(13,26,26,.84)),url(/prescribe/fondo-farmacia.webp) center 35% /cover no-repeat,#122626}.hero-tv-equipo__flechas{position:absolute;inset:0;z-index:1;width:100%;height:100%;overflow:visible;pointer-events:none}.hero-tv-equipo__flecha path{fill:none;stroke:var(--tv-oro);stroke-width:3;stroke-linecap:round;stroke-dasharray:1 2;stroke-dashoffset:1.001;transition:stroke-dashoffset .55s cubic-bezier(.45,.05,.2,1) calc(.25s + var(--orden) * .18s)}.hero-tv-equipo__flecha polygon{fill:var(--tv-oro);opacity:0;transition:opacity .2s ease calc(.76s + var(--orden) * .18s)}.is-pulsado .hero-tv-equipo__flecha path{stroke-dashoffset:0}.is-pulsado .hero-tv-equipo__flecha polygon{opacity:1}.hero-tv-equipo__personas{--foto:clamp(52px,min(25cqh,12cqw),112px);position:absolute;inset:0;z-index:2;display:grid;grid-template-columns:1fr 36% 1fr;grid-template-rows:1fr 1fr;grid-template-areas:"p1 . p2" "p3 . p4";margin:0;padding:4cqh 3cqw;list-style:none}.hero-tv-equipo__persona{position:relative;display:flex;flex-direction:column;align-items:center;justify-content:center;min-width:0}.hero-tv-equipo__persona--1{grid-area:p1}.hero-tv-equipo__persona--2{grid-area:p2}.hero-tv-equipo__persona--3{grid-area:p3}.hero-tv-equipo__persona--4{grid-area:p4}.hero-tv-equipo__foto{display:block;flex:0 0 auto;width:var(--foto);height:var(--foto);overflow:hidden;border:3px solid hsla(0,0%,100%,.9);border-radius:50%;background:#1a3b3a;box-shadow:0 12px 28px rgba(0,0,0,.45)}.hero-tv-equipo__foto img{display:block;width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.hero-tv-equipo__tarea{position:relative;display:inline-flex;align-items:center;gap:.45em;margin-top:-.7em;padding:.5em .95em;border-radius:999px;background:#fff;color:var(--tv-tinta);font-family:var(--tv-manrope);font-size:clamp(.72rem,min(3.6cqh,1.8cqw),1.02rem);font-weight:800;line-height:1.15;white-space:nowrap;box-shadow:0 10px 24px rgba(0,0,0,.35);opacity:0;transform:translateY(8px) scale(.94);transition:opacity .45s ease calc(.7s + var(--orden) * .18s),transform .45s cubic-bezier(.22,1,.36,1) calc(.7s + var(--orden) * .18s)}.is-pulsado .hero-tv-equipo__tarea{opacity:1;transform:none}.hero-tv-equipo__icono{flex:0 0 auto;width:1.2em;height:1.2em;color:var(--tv-verde-oscuro)}.hero-tv-equipo__centro{--pulsador:clamp(76px,min(34cqh,17cqw),150px);position:absolute;inset:0;z-index:3;display:flex;flex-direction:column;align-items:center;justify-content:center;padding-block:4cqh;pointer-events:none}.hero-tv-equipo__cuadro{flex:0 0 auto;width:clamp(120px,min(24cqw,44cqh),230px);aspect-ratio:16/10;overflow:hidden;border:1px solid hsla(0,0%,100%,.3);border-radius:12px;background:#0d1b2a;box-shadow:0 16px 36px rgba(0,0,0,.45)}.hero-tv-equipo__cuadro img{display:block;width:100%;height:100%;-o-object-fit:cover;object-fit:cover;transform:scale(1.14)}.hero-tv-equipo__bajada{position:relative;flex:0 0 auto;width:4px;height:clamp(12px,6cqh,32px);margin:6px 0 17px;border-radius:2px;background:var(--tv-cielo)}.hero-tv-equipo__bajada:after{content:"";position:absolute;left:50%;top:100%;margin-left:-9px;border-top:11px solid var(--tv-cielo);border-right:9px solid transparent;border-left:9px solid transparent}@container equipo (max-width: 559px){.hero-tv-equipo__personas{--foto:clamp(44px,min(19cqh,21cqw),80px);grid-template-columns:1fr 1fr;grid-template-rows:auto 1fr auto;grid-template-areas:"p1 p2" ". ." "p3 p4";padding:3cqh 2cqw}.hero-tv-equipo__tarea{display:block;max-width:46cqw;margin-top:-.5em;padding:.4em .75em;font-size:.7rem;text-align:center;text-wrap:balance;white-space:normal}.hero-tv-equipo__icono{display:inline-block;margin-right:.3em;vertical-align:-.22em}.hero-tv-equipo__persona--1,.hero-tv-equipo__persona--2{flex-direction:column-reverse}.hero-tv-equipo__persona--1 .hero-tv-equipo__tarea,.hero-tv-equipo__persona--2 .hero-tv-equipo__tarea{margin-top:0;margin-bottom:-.5em}.hero-tv-equipo__centro{--pulsador:clamp(64px,min(26cqh,26cqw),108px)}.hero-tv-equipo__bajada,.hero-tv-equipo__cuadro{display:none}}.hero-tv-pulsador{position:relative;flex:0 0 auto;width:var(--pulsador);aspect-ratio:1;border-radius:50%;background:radial-gradient(circle at 50% 35%,#3b3b3b 0,#1a1a1a 62%,#0b0b0b 100%);box-shadow:inset 0 2px 3px hsla(0,0%,100%,.18),inset 0 -3px 6px rgba(0,0,0,.7),0 12px 24px rgba(0,0,0,.55);pointer-events:auto}.hero-tv-boton{position:absolute;left:50%;top:50%;display:grid;place-items:center;width:78%;aspect-ratio:1;padding:0;border:clamp(2px,.4vw,4px) solid hsla(0,0%,100%,.7);border-radius:50%;background:radial-gradient(circle at 35% 30%,var(--tv-verde-claro),var(--tv-verde-oscuro) 72%);cursor:pointer;box-shadow:0 7px 0 #7a1f16,0 12px 22px rgba(0,0,0,.55),0 0 26px rgba(255,86,72,.45);transform:translate(-50%,calc(-50% - 5px));animation:hero-tv-parpadeo 1.1s ease-in-out infinite;transition:box-shadow .3s ease}.hero-tv-boton:after{content:"";position:absolute;inset:-1px;border-radius:50%;background:radial-gradient(circle at 35% 30%,#ff8a7a,#d63a2b 72%);transition:opacity .45s ease}.hero-tv-boton__logo{position:relative;z-index:1;width:58%;height:auto}.hero-tv-boton__logo path{stroke:#fff;stroke-width:1.6px;stroke-linejoin:round;paint-order:stroke}.hero-tv-boton:focus-visible{outline:2px solid #fff;outline-offset:3px}@keyframes hero-tv-parpadeo{0%,to{filter:brightness(.85) saturate(.9);box-shadow:0 7px 0 #7a1f16,0 12px 22px rgba(0,0,0,.55),0 0 12px rgba(255,86,72,.25)}50%{filter:brightness(1.15) saturate(1.15);box-shadow:0 7px 0 #7a1f16,0 12px 22px rgba(0,0,0,.55),0 0 44px 8px rgba(255,86,72,.75)}}.hero-tv-boton.is-encendido{animation:hero-tv-presion .7s cubic-bezier(.2,.9,.3,1.15) forwards,hero-tv-latido-boton 1.8s ease-in-out .7s infinite}.hero-tv-boton.is-encendido:after{opacity:0}@keyframes hero-tv-presion{0%{transform:translate(-50%,calc(-50% - 5px));filter:brightness(.9);box-shadow:0 7px 0 #7a1f16,0 12px 22px rgba(0,0,0,.55),0 0 12px rgba(255,86,72,.25)}45%{transform:translate(-50%,calc(-50% + 6px)) scale(.93);filter:brightness(1.05);box-shadow:0 0 0 #0f5a4c,inset 0 4px 10px rgba(0,0,0,.35),0 0 18px rgba(79,227,189,.4)}to{transform:translate(-50%,calc(-50% + 1px));filter:brightness(1.2) saturate(1.25);box-shadow:0 1px 0 #0f5a4c,inset 0 3px 8px rgba(0,0,0,.25),0 0 0 8px rgba(58,214,171,.22),0 0 40px 10px rgba(79,227,189,.55)}}@keyframes hero-tv-latido-boton{0%,to{box-shadow:0 1px 0 #0f5a4c,inset 0 3px 8px rgba(0,0,0,.25),0 0 0 8px rgba(58,214,171,.22),0 0 40px 10px rgba(79,227,189,.55)}50%{box-shadow:0 1px 0 #0f5a4c,inset 0 3px 8px rgba(0,0,0,.25),0 0 0 16px rgba(58,214,171,.1),0 0 64px 18px rgba(79,227,189,.75)}}@media (prefers-reduced-motion:reduce){.hero-tv-boton,.hero-tv-boton.is-encendido,.hero-tv-velocimetro.is-error .hero-tv-velocimetro__aguja line{animation:none}.hero-tv-boton.is-encendido{transform:translate(-50%,calc(-50% + 1px));box-shadow:0 1px 0 #0f5a4c,0 0 0 8px rgba(58,214,171,.22),0 0 40px 10px rgba(79,227,189,.55)}.hero-tv-equipo__flecha path,.hero-tv-equipo__flecha polygon,.hero-tv-equipo__tarea{transition:none}}@media (max-width:639px){.hero-tv .hero-method-row{flex-wrap:wrap;justify-content:center;overflow:visible;row-gap:.4rem}}@font-face{font-family:__GeistSans_fb8f2c;src:url(/_next/static/media/028c0d39d2e8f589-s.p.woff2) format("woff2");font-display:swap;font-weight:100 900}@font-face{font-family:__GeistSans_Fallback_fb8f2c;src:local("Arial");ascent-override:85.83%;descent-override:20.53%;line-gap-override:9.33%;size-adjust:107.19%}.__className_fb8f2c{font-family:__GeistSans_fb8f2c,__GeistSans_Fallback_fb8f2c}.__variable_fb8f2c{--font-geist-sans:"__GeistSans_fb8f2c","__GeistSans_Fallback_fb8f2c"}