:root{--sc-verde: #009F7F;--sc-verde-oscuro: #00745D;--sc-pizarra: #1F2937;--sc-menta: #EBFDF7;--sc-blanco: #FFFFFF;--sc-gris: #6B7280;--sc-borde: #E5E7EB;--sc-radius: 14px;--sc-ease: cubic-bezier(.4, 0, .2, 1);--sc-sombra: 0 10px 30px rgba(31, 41, 55, .08)}.sc-seccion{padding:76px 20px}.sc-seccion--menta{background:var(--sc-menta)}.sc-hero{background:radial-gradient(1100px 620px at 88% -12%,#D5F6EB 0%,var(--sc-menta) 58%);padding-top:88px;padding-bottom:88px}.sc-contenedor{max-width:1140px;margin:0 auto}.sc-kicker{display:inline-block;font-size:.78rem;font-weight:600;letter-spacing:.12em;text-transform:uppercase;color:var(--sc-verde);margin-bottom:14px}.sc-titulo{font-size:clamp(1.7rem,3.6vw,2.6rem);line-height:1.15;color:var(--sc-pizarra);margin:0 0 14px;letter-spacing:-.015em}.sc-sub{font-size:1.06rem;line-height:1.6;color:var(--sc-gris);max-width:640px;margin:0 0 26px}.sc-btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;min-height:48px;padding:12px 28px;border-radius:999px;font-size:1rem;font-weight:600;text-decoration:none;border:1px solid transparent;transition:background-color .22s var(--sc-ease),color .22s var(--sc-ease),border-color .22s var(--sc-ease),transform .22s var(--sc-ease),box-shadow .22s var(--sc-ease);cursor:pointer}.sc-btn--primario{background:var(--sc-verde);color:var(--sc-blanco);box-shadow:0 6px 18px #00745d38}.sc-btn--primario:hover{background:var(--sc-verde-oscuro);transform:translateY(-1px);box-shadow:0 10px 24px #00745d4d}.sc-btn--secundario{background:#ffffffb3;color:var(--sc-pizarra);border-color:var(--sc-borde)}.sc-btn--secundario:hover{border-color:var(--sc-verde);color:var(--sc-verde-oscuro);background:#fff}.sc-btn:focus-visible,.sc-form input:focus-visible,.sc-form select:focus-visible,.sc-form textarea:focus-visible,.sc-faq summary:focus-visible{outline:2px solid var(--sc-verde);outline-offset:3px}.sc-chips{display:flex;flex-wrap:wrap;gap:10px;margin:24px 0 0;padding:0;list-style:none}.sc-chip{display:inline-flex;align-items:center;gap:8px;background:#ffffffd9;border:1px solid rgba(0,159,127,.18);border-radius:999px;padding:8px 15px;font-size:.82rem;font-weight:600;color:var(--sc-pizarra)}.sc-chip svg{width:15px;height:15px;stroke:var(--sc-verde);fill:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;flex:none}.sc-grid{display:grid;gap:22px}@media(min-width:750px){.sc-grid--2{grid-template-columns:1fr 1fr}.sc-grid--3{grid-template-columns:repeat(3,1fr)}.sc-grid--4{grid-template-columns:repeat(4,1fr)}}.sc-card{background:var(--sc-blanco);border:1px solid var(--sc-borde);border-radius:var(--sc-radius);padding:26px;transition:box-shadow .25s var(--sc-ease),border-color .25s var(--sc-ease),transform .25s var(--sc-ease)}.sc-card:hover{box-shadow:var(--sc-sombra);border-color:#bfefe1;transform:translateY(-3px)}.sc-card h3{margin:0 0 8px;font-size:1.12rem;color:var(--sc-pizarra)}.sc-card p{margin:0;color:var(--sc-gris);font-size:.95rem;line-height:1.55}.sc-card__img{overflow:hidden;border-radius:10px;margin:-6px -6px 16px;background:#f8fafa;border:1px solid #F0F3F2}.sc-card__img img{display:block;width:100%;aspect-ratio:4 / 3;object-fit:contain;padding:14px;box-sizing:border-box;transition:transform .5s var(--sc-ease)}.sc-card:hover .sc-card__img img{transform:scale(1.05)}.sc-hero__img{border-radius:20px;background:#fff;border:1px solid var(--sc-borde);box-shadow:var(--sc-sombra);overflow:hidden}.sc-hero__img img{display:block;width:100%;aspect-ratio:1 / 1;object-fit:contain;padding:26px;box-sizing:border-box}.sc-icono{width:46px;height:46px;border-radius:12px;background:var(--sc-menta);display:flex;align-items:center;justify-content:center;margin-bottom:16px;color:var(--sc-verde)}.sc-icono svg{width:24px;height:24px;stroke:currentColor;fill:none;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.sc-tag{display:inline-block;font-size:.74rem;font-weight:600;letter-spacing:.06em;text-transform:uppercase;padding:4px 12px;border-radius:999px;background:var(--sc-menta);color:var(--sc-verde-oscuro);margin-bottom:12px}.sc-paso{position:relative}.sc-paso__numero{width:40px;height:40px;border-radius:50%;background:var(--sc-verde);color:#fff;display:flex;align-items:center;justify-content:center;font-weight:700;margin-bottom:14px;box-shadow:0 6px 14px #00745d40}.sc-faq details{border:1px solid var(--sc-borde);border-radius:var(--sc-radius);background:#fff;margin-bottom:12px;overflow:hidden}.sc-faq summary{list-style:none;cursor:pointer;padding:18px 22px;font-weight:600;color:var(--sc-pizarra);display:flex;justify-content:space-between;align-items:center;gap:12px;min-height:44px;transition:background-color .2s var(--sc-ease)}.sc-faq summary:hover{background:#fafdfc}.sc-faq summary::-webkit-details-marker{display:none}.sc-faq summary:after{content:"+";font-size:1.3rem;color:var(--sc-verde);transition:transform .2s var(--sc-ease)}.sc-faq details[open] summary:after{transform:rotate(45deg)}.sc-faq details>div{padding:0 22px 20px;color:var(--sc-gris);line-height:1.6;font-size:.96rem}.sc-form{display:grid;gap:16px}@media(min-width:750px){.sc-form__fila{display:grid;grid-template-columns:1fr 1fr;gap:16px}}.sc-form label{display:block;font-size:.88rem;font-weight:600;color:var(--sc-pizarra);margin-bottom:6px}.sc-form input,.sc-form select,.sc-form textarea{width:100%;box-sizing:border-box;min-height:48px;padding:12px 16px;border:1px solid var(--sc-borde);border-radius:10px;font-size:1rem;color:var(--sc-pizarra);background:#fff;transition:border-color .2s var(--sc-ease)}.sc-form textarea{min-height:120px;resize:vertical}.sc-form input:hover,.sc-form select:hover,.sc-form textarea:hover{border-color:#9ca3af}.sc-form__nota{font-size:.84rem;color:var(--sc-gris);line-height:1.5}.sc-hp{position:absolute!important;left:-9999px!important;opacity:0;height:0;overflow:hidden}.sc-legal{font-size:.82rem;color:var(--sc-gris);line-height:1.55;border-top:1px solid var(--sc-borde);padding-top:18px;margin-top:30px}.sc-plan{display:flex;flex-direction:column;position:relative}.sc-plan--destacado{border-color:var(--sc-verde);box-shadow:0 14px 34px #00745d24}.sc-plan__badge{position:absolute;top:-12px;left:26px;background:var(--sc-verde);color:#fff;font-size:.72rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;padding:5px 12px;border-radius:999px}.sc-plan__lista{list-style:none;margin:0 0 22px;padding:0;display:grid;gap:10px;color:var(--sc-pizarra);font-size:.93rem}.sc-plan__lista li{display:flex;gap:10px;align-items:flex-start;line-height:1.45}.sc-plan__lista svg{width:16px;height:16px;stroke:var(--sc-verde);fill:none;stroke-width:2.4;stroke-linecap:round;stroke-linejoin:round;flex:none;margin-top:3px}.sc-estrellas{display:flex;gap:3px;margin-bottom:14px}.sc-estrellas svg{width:16px;height:16px;fill:#f5b301;stroke:none}.sc-testimonio{display:flex;flex-direction:column}.sc-card p.sc-testimonio__texto{color:var(--sc-pizarra);margin-bottom:16px;font-size:.94rem;line-height:1.6}.sc-testimonio__autor{margin-top:auto;display:flex;flex-direction:column;gap:2px}.sc-testimonio__autor strong{color:var(--sc-pizarra);font-size:.92rem}.sc-testimonio__autor span{color:var(--sc-gris);font-size:.82rem}.sc-logo{height:56px;width:auto;margin-bottom:24px;display:block}.sc-btn--whatsapp{background:#25d366;color:#fff;box-shadow:0 6px 18px #25d36640}.sc-btn--whatsapp:hover{background:#1ebe5a;transform:translateY(-1px);color:#fff}.sc-hero{position:relative;overflow:hidden}.sc-hero__fondo{position:absolute;top:0;right:0;bottom:0;left:0;z-index:0;pointer-events:none}.sc-hero__fondo img{width:100%;height:100%;object-fit:cover;object-position:center 25%}.sc-hero__fondo:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(90deg,#ebfdf7d1,#ebfdf759,#ebfdf700)}.sc-hero>.sc-contenedor{position:relative;z-index:1}.sc-carrusel-wrap{position:relative;margin-top:30px}.sc-carrusel{display:flex;gap:22px;overflow-x:auto;scroll-snap-type:x mandatory;padding:16px 4px 18px;scrollbar-width:none}.sc-carrusel::-webkit-scrollbar{display:none}.sc-carrusel>.sc-card{flex:0 0 min(340px,82vw);scroll-snap-align:start}.sc-carrusel-flechas{display:flex;gap:10px;justify-content:flex-end}.sc-flecha{width:44px;height:44px;border-radius:50%;border:1px solid var(--sc-borde);background:#fff;display:flex;align-items:center;justify-content:center;cursor:pointer;color:var(--sc-pizarra);transition:border-color .2s var(--sc-ease),color .2s var(--sc-ease),background-color .2s var(--sc-ease)}.sc-flecha:hover{border-color:var(--sc-verde);color:var(--sc-verde-oscuro);background:var(--sc-menta)}.sc-flecha svg{width:18px;height:18px;stroke:currentColor;fill:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.sc-flecha:focus-visible{outline:2px solid var(--sc-verde);outline-offset:3px}@keyframes sc-pulso{0%{box-shadow:0 0 #009f7f66}70%{box-shadow:0 0 0 14px #009f7f00}to{box-shadow:0 0 #009f7f00}}.sc-plan--destacado{border:2px solid var(--sc-verde);background:linear-gradient(180deg,#fff,#f2fcf9);box-shadow:0 18px 44px #00745d29}@media(min-width:750px){.sc-plan--destacado{transform:scale(1.05);z-index:1}.sc-plan--destacado:hover{transform:scale(1.06) translateY(-2px)}}.sc-plan--destacado .sc-plan__badge{left:50%;transform:translate(-50%);animation:sc-pulso 2.2s infinite;white-space:nowrap}.sc-seccion--pizarra{background:linear-gradient(135deg,#1f2937,#16202b)}.sc-seccion--pizarra .sc-kicker{color:#5eead4}.sc-seccion--pizarra .sc-titulo{color:#fff}.sc-seccion--pizarra .sc-sub{color:#cbd5e1}.sc-seccion--pizarra .sc-btn--secundario{color:#fff;border-color:#ffffff59;background:transparent}.sc-seccion--pizarra .sc-btn--secundario:hover{border-color:#5eead4;color:#5eead4;background:transparent}.sc-lista--clara{color:#e2e8f0;font-size:1rem;gap:14px;margin:0}.sc-lista--clara svg{stroke:#5eead4}.sc-llamar{margin-top:26px;max-width:480px}.sc-llamar__label{display:block;font-size:.88rem;font-weight:600;color:var(--sc-pizarra);margin-bottom:8px}.sc-llamar__caja{display:flex;gap:8px;background:#fff;border:1px solid var(--sc-borde);border-radius:999px;padding:6px;box-shadow:var(--sc-sombra)}.sc-llamar__caja input{flex:1;min-width:0;border:0;outline:none;padding:10px 16px;font-size:1rem;border-radius:999px;color:var(--sc-pizarra);background:transparent}.sc-llamar__caja input:focus-visible{outline:2px solid var(--sc-verde);outline-offset:-2px}.sc-llamar__caja .sc-btn{padding:10px 22px;min-height:44px;flex:none}@media(max-width:520px){.sc-llamar__caja{flex-direction:column;border-radius:18px}.sc-llamar__caja .sc-btn{width:100%}}.sc-video__marco{position:relative;border-radius:20px;overflow:hidden;border:1px solid var(--sc-borde);box-shadow:var(--sc-sombra);background:#fff}.sc-video__nota{position:absolute;left:16px;bottom:16px;background:#1f2937d9;color:#fff;font-size:.82rem;padding:8px 14px;border-radius:999px}@keyframes sc-entrada{0%{opacity:0;transform:translateY(16px)}to{opacity:1;transform:none}}@keyframes sc-entrada-img{0%{opacity:0;transform:scale(.96) translateY(10px)}to{opacity:1;transform:none}}.sc-hero .sc-logo{animation:sc-entrada .6s var(--sc-ease) both}.sc-hero .sc-kicker{animation:sc-entrada .6s var(--sc-ease) .08s both}.sc-hero .sc-titulo{animation:sc-entrada .6s var(--sc-ease) .16s both}.sc-hero .sc-sub{animation:sc-entrada .6s var(--sc-ease) .24s both}.sc-hero .sc-ctas{animation:sc-entrada .6s var(--sc-ease) .32s both}.sc-hero .sc-chips{animation:sc-entrada .6s var(--sc-ease) .4s both}.sc-hero .sc-llamar{animation:sc-entrada .6s var(--sc-ease) .48s both}.sc-hero__img{animation:sc-entrada-img .8s var(--sc-ease) .3s both}.sc-topbar{position:fixed;top:0;left:0;right:0;z-index:70;display:flex;align-items:center;justify-content:space-between;gap:16px;padding:10px 22px;background:#ffffffc7;backdrop-filter:blur(14px);-webkit-backdrop-filter:blur(14px);border-bottom:1px solid rgba(31,41,55,.08);transform:translateY(-100%);transition:transform .35s var(--sc-ease)}.sc-topbar.sc-activa{transform:none}.sc-topbar img{height:38px;width:auto;display:block}.sc-topbar .sc-btn{min-height:40px;padding:8px 22px;font-size:.92rem}@media(max-width:749px){.sc-topbar{display:none}}.sc-marquee{overflow:hidden;background:#fff;border-bottom:1px solid var(--sc-borde);padding:16px 0}.sc-marquee__pista{display:flex;align-items:center;gap:58px;width:max-content;padding-right:58px;animation:sc-marquee 30s linear infinite}.sc-marquee:hover .sc-marquee__pista{animation-play-state:paused}.sc-marquee span{font-size:.92rem;font-weight:600;letter-spacing:.1em;text-transform:uppercase;color:#9ca3af;white-space:nowrap}.sc-marquee svg{width:7px;height:7px;fill:var(--sc-verde);flex:none}@keyframes sc-marquee{to{transform:translate(-50%)}}.sc-pasos{position:relative}.sc-pasos__linea{position:absolute;top:19px;left:24px;right:24px;height:2px;background:var(--sc-borde);display:none}@media(min-width:750px){.sc-pasos__linea{display:block}}.sc-pasos__linea i{position:absolute;top:0;right:0;bottom:0;left:0;background:var(--sc-verde);transform-origin:left;transform:scaleX(0);transition:transform 1.4s var(--sc-ease) .2s}.sc-pasos.sc-visible .sc-pasos__linea i{transform:scaleX(1)}.sc-pasos .sc-paso{position:relative;z-index:1}.sc-carrusel{-webkit-mask-image:linear-gradient(90deg,transparent 0,#000 36px,#000 calc(100% - 36px),transparent 100%);mask-image:linear-gradient(90deg,transparent 0,#000 36px,#000 calc(100% - 36px),transparent 100%)}.sc-form input:user-valid,.sc-form textarea:user-valid{border-color:var(--sc-verde)}.sc-form input:user-valid{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23009F7F' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M20 6L9 17l-5-5'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 14px center;background-size:16px;padding-right:40px}.sc-btn--cargando{pointer-events:none;opacity:.88}.sc-btn--cargando:after{content:"";width:15px;height:15px;border:2px solid rgba(255,255,255,.4);border-top-color:#fff;border-radius:50%;animation:sc-girar .7s linear infinite}@keyframes sc-girar{to{transform:rotate(1turn)}}.sc-stats{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;margin-top:36px;padding-top:28px;border-top:1px solid rgba(255,255,255,.12)}.sc-stat strong{display:block;font-size:clamp(1.6rem,3vw,2.2rem);color:#5eead4;line-height:1.1;margin-bottom:4px}.sc-stat span{color:#cbd5e1;font-size:.9rem}@media(max-width:600px){.sc-stats{grid-template-columns:1fr;gap:16px}}.sc-icono svg *{transition:stroke-dashoffset 1s var(--sc-ease) .15s}#equipos .sc-card,.sc-hero__fondo img{will-change:transform}.sc-reveal{opacity:0;transform:translateY(18px);transition:opacity .6s var(--sc-ease),transform .6s var(--sc-ease)}.sc-reveal.sc-visible{opacity:1;transform:none}.sc-sticky-cta{position:fixed;left:16px;right:16px;bottom:16px;z-index:60;display:none}.sc-sticky-cta .sc-btn{width:100%;box-shadow:0 14px 34px #00745d61}@media(max-width:749px){.sc-sticky-cta.sc-activa{display:block}}@media(prefers-reduced-motion:reduce){.sc-btn,.sc-card,.sc-faq summary:after,.sc-card__img img{transition:none}.sc-btn--primario:hover,.sc-card:hover,.sc-card:hover .sc-card__img img{transform:none}.sc-reveal{opacity:1;transform:none;transition:none}.sc-plan--destacado .sc-plan__badge{animation:none}.sc-plan--destacado,.sc-plan--destacado:hover{transform:none}.sc-carrusel{scroll-behavior:auto}.sc-hero .sc-logo,.sc-hero .sc-kicker,.sc-hero .sc-titulo,.sc-hero .sc-sub,.sc-hero .sc-ctas,.sc-hero .sc-chips,.sc-hero .sc-llamar,.sc-hero__img,.sc-marquee__pista{animation:none}.sc-pasos__linea i{transform:scaleX(1);transition:none}.sc-icono svg *{transition:none;stroke-dasharray:none!important;stroke-dashoffset:0!important}.sc-topbar{transition:none}}.sc-reveal-seccion{opacity:0;transform:translateY(26px);transition:opacity .75s var(--sc-ease),transform .75s var(--sc-ease)}.sc-reveal-seccion.sc-visible{opacity:1;transform:none}@media(prefers-reduced-motion:reduce){.sc-reveal-seccion{opacity:1;transform:none;transition:none}}.sc-filtros{display:flex;flex-wrap:wrap;gap:10px;margin:26px 0 30px}.sc-filtro{border:1px solid var(--sc-borde);background:#fff;color:var(--sc-pizarra);border-radius:999px;padding:9px 18px;font-size:.86rem;font-weight:600;cursor:pointer;transition:background-color .2s var(--sc-ease),border-color .2s var(--sc-ease),color .2s var(--sc-ease);min-height:40px}.sc-filtro:hover{border-color:var(--sc-verde);color:var(--sc-verde-oscuro)}.sc-filtro.sc-activo{background:var(--sc-verde);border-color:var(--sc-verde);color:#fff}.sc-filtro:focus-visible{outline:2px solid var(--sc-verde);outline-offset:3px}.sc-catalogo{display:grid;grid-template-columns:repeat(2,1fr);gap:18px}@media(min-width:750px){.sc-catalogo{grid-template-columns:repeat(3,1fr);gap:20px}}@media(min-width:1050px){.sc-catalogo{grid-template-columns:repeat(4,1fr)}}.sc-item{display:flex;flex-direction:column;background:#fff;border:1px solid var(--sc-borde);border-radius:var(--sc-radius);overflow:hidden;position:relative;transition:box-shadow .25s var(--sc-ease),border-color .25s var(--sc-ease),transform .25s var(--sc-ease)}.sc-item:hover{box-shadow:var(--sc-sombra);border-color:#bfefe1;transform:translateY(-3px)}.sc-item.sc-oculto{display:none}.sc-item__img{background:#f8fafa;border-bottom:1px solid #F0F3F2;overflow:hidden}.sc-item__img img{display:block;width:100%;aspect-ratio:1 / 1;object-fit:contain;padding:14px;box-sizing:border-box;transition:transform .5s var(--sc-ease)}.sc-item:hover .sc-item__img img{transform:scale(1.06)}.sc-item__cuerpo{padding:16px 16px 12px;flex:1}.sc-item__cuerpo h3{margin:0 0 6px;font-size:.98rem;line-height:1.3;color:var(--sc-pizarra)}.sc-item__cuerpo p{margin:0;font-size:.84rem;line-height:1.5;color:var(--sc-gris)}.sc-item__cta{display:block;text-align:center;text-decoration:none;margin:0 16px 16px;border:1px solid var(--sc-borde);border-radius:999px;padding:9px 14px;font-size:.85rem;font-weight:600;color:var(--sc-pizarra);min-height:40px;line-height:22px;transition:background-color .2s var(--sc-ease),border-color .2s var(--sc-ease),color .2s var(--sc-ease)}.sc-item__cta:hover{background:var(--sc-menta);border-color:var(--sc-verde);color:var(--sc-verde-oscuro)}.sc-item__cta:focus-visible{outline:2px solid var(--sc-verde);outline-offset:3px}.sc-catalogo__nota{margin-top:26px;font-size:.88rem;color:var(--sc-gris)}@media(prefers-reduced-motion:reduce){.sc-item,.sc-item__img img{transition:none}.sc-item:hover,.sc-item:hover .sc-item__img img{transform:none}}.sc-hero__img--ancha{background:transparent;border:0}.sc-hero__img--ancha img{aspect-ratio:16 / 9;object-fit:cover;padding:0}@media(min-width:750px){.sc-hero__grid--banner{display:grid;grid-template-columns:.85fr 1.15fr}.sc-hero .sc-hero__img{align-self:center}}@media(max-width:749px){.sc-hero--banner{padding-top:0}.sc-hero__grid--banner{gap:30px}.sc-hero__grid--banner .sc-hero__img--ancha{order:-1;width:100vw;margin-left:calc(50% - 50vw);margin-right:calc(50% - 50vw);border-radius:0;box-shadow:none;border:0}.sc-hero__grid--banner .sc-hero__img--ancha img{aspect-ratio:16 / 9;width:100%}}.sc-video__marco--vertical{aspect-ratio:9 / 16;max-width:360px;margin-inline:auto}.sc-video__marco--vertical iframe{height:100%}.sc-nav{position:sticky;top:0;z-index:80;background:#ffffffd1;backdrop-filter:blur(14px);-webkit-backdrop-filter:blur(14px);border-bottom:1px solid transparent;transition:background-color .25s var(--sc-ease),border-color .25s var(--sc-ease),box-shadow .25s var(--sc-ease)}.sc-nav--solida{background:#fffffff2;border-bottom-color:#1f293714;box-shadow:0 4px 20px #1f29370d}.sc-nav__barra{max-width:1140px;margin:0 auto;padding:10px 20px;display:flex;align-items:center;gap:20px}.sc-nav__marca{display:flex;align-items:center;text-decoration:none;color:var(--sc-pizarra);flex:none}.sc-nav__marca img{height:40px;width:auto;display:block}.sc-nav__marca strong{font-size:1rem}.sc-nav__links{display:flex;align-items:center;gap:4px;margin-left:auto}.sc-nav__link{position:relative;text-decoration:none;color:var(--sc-pizarra);font-size:.93rem;font-weight:600;padding:10px 14px;border-radius:10px;transition:color .2s var(--sc-ease),background-color .2s var(--sc-ease)}.sc-nav__link:hover{color:var(--sc-verde-oscuro);background:var(--sc-menta)}.sc-nav__link--actual{color:var(--sc-verde-oscuro)}.sc-nav__link--actual:after{content:"";position:absolute;left:14px;right:14px;bottom:4px;height:2px;border-radius:2px;background:var(--sc-verde)}.sc-nav__link:focus-visible,.sc-nav__burger:focus-visible,.sc-nav__tel:focus-visible{outline:2px solid var(--sc-verde);outline-offset:2px}.sc-nav__acciones{display:flex;align-items:center;gap:10px;flex:none}.sc-nav__tel{display:inline-flex;align-items:center;gap:7px;text-decoration:none;color:var(--sc-pizarra);font-size:.9rem;font-weight:600;padding:8px 10px;border-radius:10px;white-space:nowrap}.sc-nav__tel:hover{color:var(--sc-verde-oscuro)}.sc-nav__tel svg{width:16px;height:16px;stroke:var(--sc-verde);fill:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;flex:none}.sc-nav__cta{min-height:42px;padding:9px 22px;font-size:.92rem}.sc-nav__burger{display:none;width:44px;height:44px;border:1px solid var(--sc-borde);background:#fff;border-radius:10px;cursor:pointer;padding:0;align-items:center;justify-content:center;flex-direction:column;gap:4px}.sc-nav__burger span{display:block;width:18px;height:2px;background:var(--sc-pizarra);border-radius:2px;transition:transform .25s var(--sc-ease),opacity .25s var(--sc-ease)}.sc-nav--abierto .sc-nav__burger span:nth-child(1){transform:translateY(6px) rotate(45deg)}.sc-nav--abierto .sc-nav__burger span:nth-child(2){opacity:0}.sc-nav--abierto .sc-nav__burger span:nth-child(3){transform:translateY(-6px) rotate(-45deg)}.sc-nav__panel{display:none;flex-direction:column;gap:2px;padding:8px 20px 18px;border-top:1px solid var(--sc-borde);background:#fff}.sc-nav__panel-link{text-decoration:none;color:var(--sc-pizarra);font-weight:600;font-size:1rem;padding:13px 6px;border-bottom:1px solid #F1F5F4}.sc-nav__panel-link:hover{color:var(--sc-verde-oscuro)}@media(max-width:899px){.sc-nav__links,.sc-nav__tel,.sc-nav__cta{display:none}.sc-nav__burger{display:flex}.sc-nav__acciones{margin-left:auto}.sc-nav__panel{display:flex}.sc-nav__panel[hidden]{display:none}}@media(prefers-reduced-motion:reduce){.sc-nav,.sc-nav__link,.sc-nav__burger span{transition:none}}.sc-ps{display:flex;flex-direction:column;padding:32px}.sc-ps__titulo{font-size:clamp(1.25rem,2.2vw,1.6rem);line-height:1.25;color:var(--sc-pizarra);margin:6px 0 10px;letter-spacing:-.01em}.sc-card.sc-ps p{margin-bottom:20px}.sc-ps__lista{list-style:none;margin:0 0 22px;padding:0;display:grid;gap:12px;color:var(--sc-pizarra);font-size:.95rem}.sc-ps__lista li{display:flex;gap:11px;align-items:flex-start;line-height:1.45}.sc-ps__lista svg{width:17px;height:17px;stroke:var(--sc-verde);fill:none;stroke-width:2.4;stroke-linecap:round;stroke-linejoin:round;flex:none;margin-top:3px}.sc-ps__lista--cruz svg{stroke:#dc7a6b}.sc-tag--alerta{background:#fdf0ed;color:#b44a38}.sc-ps--problema{background:#fcfcfc}.sc-ps--solucion{border-color:var(--sc-verde);box-shadow:0 14px 34px #00745d1f}.sc-sellos-sec{padding-top:56px;padding-bottom:56px;border-bottom:1px solid var(--sc-borde)}.sc-sellos{display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:34px 46px;margin-top:26px}.sc-sello{display:flex;align-items:center;justify-content:center}.sc-sello img{display:block;height:66px;width:auto;max-width:210px;object-fit:contain;filter:saturate(.92);opacity:.9;transition:opacity .25s var(--sc-ease),transform .25s var(--sc-ease)}.sc-sello:hover img{opacity:1;transform:scale(1.04)}.sc-sello--texto{gap:9px;color:#8a94a2;font-weight:700;font-size:1.2rem;letter-spacing:.01em}.sc-sello--texto svg{width:27px;height:27px;fill:var(--sc-verde);opacity:.75;flex:none}.sc-sellos__nota{margin:30px auto 0;max-width:620px;font-size:.88rem;color:var(--sc-gris);line-height:1.55}@media(max-width:749px){.sc-sellos{gap:26px 30px}.sc-sello img{height:52px;max-width:150px}.sc-sello--texto{font-size:1.02rem}}@media(prefers-reduced-motion:reduce){.sc-sello img{transition:none}.sc-sello:hover img{transform:none}}.sc-ps-raiz{position:relative;display:block;width:100%;min-width:0}.sc-ps-panel{position:absolute;top:calc(100% + 8px);left:0;right:0;z-index:60;display:block;max-height:min(66vh,520px);overflow-y:auto;overscroll-behavior:contain;-webkit-overflow-scrolling:touch;padding:6px 0;background:var(--sc-blanco);border:1px solid var(--sc-borde);border-radius:var(--sc-radius);box-shadow:var(--sc-sombra);color:var(--sc-pizarra);text-align:left;animation:sc-ps-entrada .18s var(--sc-ease) both}.sc-ps-panel[hidden]{display:none}.sc-ps-panel:focus{outline:none}@keyframes sc-ps-entrada{0%{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:translateY(0)}}.sc-ps-panel svg{width:18px;height:18px;flex:none;display:block}.sc-ps-panel__cargando{display:flex;align-items:center;gap:10px;padding:14px 16px;font-size:14px;color:var(--sc-gris)}.sc-ps-panel__cargando[hidden]{display:none}.sc-ps-spinner{width:16px;height:16px;flex:none;border-radius:50%;border:2px solid var(--sc-borde);border-top-color:var(--sc-verde);animation:sc-ps-giro .7s linear infinite}@keyframes sc-ps-giro{to{transform:rotate(360deg)}}.sc-ps__lista,.sc-ps__grupo-lista,.sc-ps__atajos{margin:0;padding:0;list-style:none}.sc-ps__bloque+.sc-ps__bloque,.sc-ps__bloque+.sc-ps__opcion--todo{border-top:1px solid var(--sc-borde);margin-top:6px;padding-top:6px}.sc-ps__grupo{margin:0;padding:8px 16px 4px;font-size:11px;font-weight:700;line-height:1.2;letter-spacing:.08em;text-transform:uppercase;color:var(--sc-gris)}.sc-ps__opcion{margin:0}.sc-ps__fila{display:flex;align-items:center;gap:12px;padding:8px 16px;min-height:60px;text-decoration:none;color:inherit;transition:background-color .16s var(--sc-ease),color .16s var(--sc-ease)}.sc-ps__fila--simple{min-height:44px;padding-top:10px;padding-bottom:10px}.sc-ps__fila:hover,.sc-ps__opcion--activa>.sc-ps__fila{background:var(--sc-menta);color:var(--sc-verde-oscuro)}.sc-ps__fila:focus-visible{outline:2px solid var(--sc-verde);outline-offset:-2px;border-radius:8px}.sc-ps__img{width:48px;height:48px;flex:none;object-fit:contain;background:#f8fafa;border:1px solid var(--sc-borde);border-radius:10px}.sc-ps__img--vacia{display:flex;align-items:center;justify-content:center;color:var(--sc-gris)}.sc-ps__ico{display:flex;align-items:center;justify-content:center;width:18px;height:18px;flex:none;color:var(--sc-gris)}.sc-ps__fila:hover .sc-ps__ico,.sc-ps__opcion--activa .sc-ps__ico{color:var(--sc-verde)}.sc-ps__cuerpo{display:flex;flex-direction:column;gap:2px;flex:1 1 auto;min-width:0}.sc-ps__texto{flex:1 1 auto;min-width:0;font-size:14.5px;line-height:1.35;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.sc-ps__titulo{font-size:14.5px;font-weight:600;line-height:1.3;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.sc-ps__meta{font-size:12.5px;color:var(--sc-gris);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.sc-ps__precio{flex:none;font-size:14px;font-weight:700;color:var(--sc-verde-oscuro);white-space:nowrap}.sc-ps__desde{font-size:11.5px;font-weight:600;color:var(--sc-gris);text-transform:lowercase}.sc-ps__texto b,.sc-ps__texto strong{font-weight:700;color:var(--sc-pizarra)}.sc-ps__opcion--todo .sc-ps__fila--todo{justify-content:space-between;min-height:48px;font-size:14px;font-weight:600;color:var(--sc-verde-oscuro)}.sc-ps__opcion--todo .sc-ps__ico{color:var(--sc-verde)}.sc-ps__vacio{padding:18px 16px 14px}.sc-ps__vacio-ico{display:flex;align-items:center;justify-content:center;width:40px;height:40px;flex:none;margin-bottom:10px;border-radius:12px;background:var(--sc-menta);color:var(--sc-verde)}.sc-ps__vacio-ico svg{width:22px;height:22px;flex:none}.sc-ps__vacio-tit{margin:0 0 4px;font-size:15px;font-weight:700;line-height:1.35;color:var(--sc-pizarra)}.sc-ps__vacio-txt{margin:0 0 14px;font-size:13.5px;line-height:1.5;color:var(--sc-gris)}.sc-ps__grupo--vacio{padding-left:0;padding-right:0}.sc-ps__atajos{display:grid;gap:2px;margin-bottom:12px}.sc-ps__atajo{display:flex;align-items:center;justify-content:space-between;gap:10px;min-height:42px;padding:8px 10px;border-radius:10px;font-size:14px;color:var(--sc-pizarra);text-decoration:none;transition:background-color .16s var(--sc-ease),color .16s var(--sc-ease)}.sc-ps__atajo svg{width:16px;height:16px;flex:none;color:var(--sc-gris)}.sc-ps__atajo:hover{background:var(--sc-menta);color:var(--sc-verde-oscuro)}.sc-ps__atajo:hover svg{color:var(--sc-verde)}.sc-ps__vacio-cta{display:inline-flex;align-items:center;gap:8px;min-height:40px;padding:8px 14px;border-radius:999px;background:var(--sc-verde);color:var(--sc-blanco);font-size:13.5px;font-weight:600;text-decoration:none;transition:background-color .18s var(--sc-ease)}.sc-ps__vacio-cta svg{width:16px;height:16px;flex:none}.sc-ps__vacio-cta:hover{background:var(--sc-verde-oscuro);color:var(--sc-blanco)}.sc-ps-raiz--cajon .sc-ps-panel{position:static;margin:0 0 16px;max-height:58vh;box-shadow:none}@media(max-width:480px){.sc-ps__fila{gap:10px;padding-left:14px;padding-right:14px}.sc-ps__grupo{padding-left:14px;padding-right:14px}.sc-ps__precio{font-size:13.5px}}@media(prefers-reduced-motion:reduce){.sc-ps-panel{animation:none}.sc-ps-spinner{animation:none;border-top-color:var(--sc-verde)}.sc-ps__fila,.sc-ps__atajo,.sc-ps__vacio-cta{transition:none}}.sc-seccion.sc-b2b-panel{position:relative;isolation:isolate;overflow:hidden;padding-top:var(--sc-b2b-espacio-sup, 76px);padding-bottom:var(--sc-b2b-espacio-inf, 76px);background-color:var(--sc-pizarra, #1F2937);background-image:radial-gradient(120% 90% at 88% 8%,#009f7f4d,#009f7f00 58%),radial-gradient(90% 80% at 4% 96%,#00745d42,#00745d00 60%),linear-gradient(158deg,#26323F 0%,var(--sc-pizarra, #1F2937) 46%,#14212A 100%);color:var(--sc-blanco, #FFFFFF)}.sc-seccion.sc-b2b-panel:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;z-index:-1;background-image:linear-gradient(rgba(255,255,255,.045) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.045) 1px,transparent 1px);background-size:64px 64px;mask-image:radial-gradient(80% 70% at 50% 30%,#000 0%,transparent 78%);-webkit-mask-image:radial-gradient(80% 70% at 50% 30%,#000 0%,transparent 78%);pointer-events:none}.sc-b2b-panel__contenedor{position:relative;z-index:1}.sc-b2b-panel__grid{display:grid;grid-template-columns:minmax(0,.92fr) minmax(0,1.08fr);gap:48px;align-items:start}.sc-b2b-panel__info{position:sticky;top:96px;max-width:460px}.sc-b2b-panel__kicker{display:inline-flex;align-items:center;margin:0 0 16px;padding:7px 14px;border:1px solid rgba(235,253,247,.26);border-radius:999px;background:#009f7f2e;color:var(--sc-menta, #EBFDF7);font-size:.78rem;font-weight:600;letter-spacing:.09em;text-transform:uppercase;line-height:1.2}.sc-b2b-panel__titulo{margin:0 0 16px;color:var(--sc-blanco, #FFFFFF);font-size:clamp(1.75rem,1.15rem + 1.9vw,2.6rem);font-weight:700;line-height:1.15;letter-spacing:-.015em;text-wrap:balance}.sc-b2b-panel__texto{margin:0 0 28px;color:#ebfdf7c7;font-size:1.02rem;line-height:1.65}.sc-b2b-panel__acciones{display:flex;flex-wrap:wrap;gap:12px}.sc-b2b-panel__cta{display:inline-flex;align-items:center;justify-content:center;gap:9px;min-height:48px;padding-block:12px}.sc-b2b-panel__cta--linea{border:1px solid rgba(235,253,247,.34);background:#ffffff0f;color:var(--sc-menta, #EBFDF7);transition:background-color .25s var(--sc-ease, cubic-bezier(.4, 0, .2, 1)),border-color .25s var(--sc-ease, cubic-bezier(.4, 0, .2, 1)),transform .25s var(--sc-ease, cubic-bezier(.4, 0, .2, 1))}.sc-b2b-panel__cta--linea:hover{background:#ffffff1f;border-color:#ebfdf799;color:var(--sc-blanco, #FFFFFF);transform:translateY(-1px)}.sc-b2b-panel__cta-icono{display:inline-flex;width:18px;height:18px;flex:none}.sc-b2b-panel__cta-icono svg{width:100%;height:100%}.sc-b2b-panel__nota{display:flex;align-items:center;gap:9px;margin:20px 0 0;color:#ebfdf7a8;font-size:.9rem;line-height:1.45}.sc-b2b-panel__nota-icono{display:inline-flex;width:18px;height:18px;flex:none;color:var(--sc-menta, #EBFDF7)}.sc-b2b-panel__nota-icono svg{width:100%;height:100%}.sc-b2b-panel__tools{display:grid;grid-template-columns:repeat(var(--sc-b2b-cols, 2),minmax(0,1fr));gap:16px;margin:0;padding:0;list-style:none}.sc-b2b-panel__tool{position:relative;display:flex;flex-direction:column;align-items:flex-start;gap:10px;padding:22px 20px;border:1px solid rgba(255,255,255,.14);border-radius:var(--sc-radius, 14px);background:#ffffff12;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);transition:opacity .5s var(--sc-ease, cubic-bezier(.4, 0, .2, 1)),transform .5s var(--sc-ease, cubic-bezier(.4, 0, .2, 1)),background-color .25s var(--sc-ease, cubic-bezier(.4, 0, .2, 1)),border-color .25s var(--sc-ease, cubic-bezier(.4, 0, .2, 1))}.sc-b2b-panel--anim .sc-b2b-panel__tool{opacity:0;transform:translateY(14px)}.sc-b2b-panel--anim.sc-b2b-panel--visible .sc-b2b-panel__tool{opacity:1;transform:translateY(0)}.sc-b2b-panel__tool:nth-child(2){transition-delay:.06s}.sc-b2b-panel__tool:nth-child(3){transition-delay:.12s}.sc-b2b-panel__tool:nth-child(4){transition-delay:.18s}.sc-b2b-panel__tool:nth-child(5){transition-delay:.24s}.sc-b2b-panel__tool:nth-child(6){transition-delay:.3s}.sc-b2b-panel__tool:hover{background:#ffffff1c;border-color:#009f7f8c}.sc-b2b-panel__tool:focus-within{outline:2px solid var(--sc-menta, #EBFDF7);outline-offset:3px}.sc-b2b-panel__tool-icono{display:inline-flex;align-items:center;justify-content:center;width:44px;height:44px;flex:none;border-radius:12px;border:1px solid rgba(0,159,127,.42);background:#009f7f38;color:var(--sc-menta, #EBFDF7)}.sc-b2b-panel__tool-icono svg{width:22px;height:22px}.sc-b2b-panel__tool-titulo{color:var(--sc-blanco, #FFFFFF);font-size:1.02rem;font-weight:600;line-height:1.3;letter-spacing:-.005em}.sc-b2b-panel__tool-texto{color:#ebfdf7b3;font-size:.92rem;line-height:1.55}.sc-b2b-panel__tool-enlace{display:inline-flex;align-items:center;gap:7px;margin-top:auto;padding:11px 2px;min-height:44px;color:var(--sc-menta, #EBFDF7);font-size:.9rem;font-weight:600;text-decoration:none;border-bottom:1px solid transparent;transition:gap .25s var(--sc-ease, cubic-bezier(.4, 0, .2, 1)),border-color .25s var(--sc-ease, cubic-bezier(.4, 0, .2, 1))}.sc-b2b-panel__tool-enlace svg{width:17px;height:17px;flex:none}.sc-b2b-panel__tool-enlace:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;border-radius:inherit}.sc-b2b-panel__tool-enlace:hover{gap:11px;color:var(--sc-blanco, #FFFFFF)}.sc-b2b-panel__tool-enlace:focus-visible{outline:none}.sc-b2b-panel__stats{margin-top:44px;padding-top:34px;border-top:1px solid rgba(255,255,255,.14)}.sc-b2b-panel .sc-stat.sc-b2b-panel__stat{background:transparent;border-color:#ffffff24;color:var(--sc-menta, #EBFDF7)}.sc-b2b-panel__stat-valor{display:block;color:var(--sc-blanco, #FFFFFF);font-size:clamp(1.25rem,1rem + .8vw,1.6rem);font-weight:700;line-height:1.15;letter-spacing:-.01em}.sc-b2b-panel__stat-texto{display:block;margin-top:6px;color:#ebfdf7ad;font-size:.9rem;line-height:1.5}@media(max-width:1024px){.sc-b2b-panel__grid{grid-template-columns:minmax(0,1fr);gap:36px}.sc-b2b-panel__info{position:static;max-width:620px}}@media(max-width:640px){.sc-b2b-panel__tools{grid-template-columns:minmax(0,1fr)}.sc-b2b-panel__acciones .sc-b2b-panel__cta{flex:1 1 100%}.sc-b2b-panel__stats{margin-top:34px;padding-top:26px}}@media(prefers-reduced-motion:reduce){.sc-b2b-panel__tool,.sc-b2b-panel__cta--linea,.sc-b2b-panel__tool-enlace{transition:none;transition-delay:0s}.sc-b2b-panel__tool:nth-child(2),.sc-b2b-panel__tool:nth-child(3),.sc-b2b-panel__tool:nth-child(4),.sc-b2b-panel__tool:nth-child(5),.sc-b2b-panel__tool:nth-child(6){transition-delay:0s}.sc-b2b-panel--anim .sc-b2b-panel__tool{opacity:1;transform:none}.sc-b2b-panel__cta--linea:hover{transform:none}.sc-b2b-panel__tool-enlace:hover{gap:7px}}.sc-bn-seccion{display:block;margin:0;padding:0;background:none;border:0}.sc-bn-seccion:not(:has(.sc-bn)){display:none}.sc-bn{position:relative;width:100%}.sc-bn--contenido{margin-block:24px}.sc-bn--completo{margin-block:0}.sc-bn__marco{position:relative;overflow:hidden;background:#f1f5f4}.sc-bn--radio .sc-bn__marco{border-radius:var(--sc-radius)}.sc-bn__pista{display:grid;grid-auto-flow:column;grid-auto-columns:100%;overflow-x:auto;overflow-y:hidden;overscroll-behavior-inline:contain;scroll-snap-type:x mandatory;scrollbar-width:none;-ms-overflow-style:none;-webkit-overflow-scrolling:touch}.sc-bn__pista::-webkit-scrollbar{width:0;height:0;display:none}.sc-bn__pista:focus-visible{outline:3px solid var(--sc-verde);outline-offset:-3px}.sc-bn__slide{position:relative;min-width:0;aspect-ratio:var(--sc-bn-prop-slide, var(--sc-bn-prop, 16 / 9));scroll-snap-align:start;scroll-snap-stop:always}.sc-bn__enlace{display:block;width:100%;height:100%;text-decoration:none;border-radius:inherit}.sc-bn__enlace:focus-visible{outline:3px solid var(--sc-verde);outline-offset:-4px}.sc-bn__pic{display:block;width:100%;height:100%}.sc-bn__img{display:block;width:100%;height:100%;object-fit:cover;object-position:center}.sc-bn__flecha{position:absolute;top:50%;z-index:2;width:44px;height:44px;padding:0;display:inline-flex;align-items:center;justify-content:center;transform:translateY(-50%);color:var(--sc-pizarra);background:#ffffffb8;border:1px solid rgba(255,255,255,.75);border-radius:999px;box-shadow:var(--sc-sombra);cursor:pointer;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);transition:background .25s var(--sc-ease),color .25s var(--sc-ease),transform .25s var(--sc-ease)}.sc-bn__flecha svg{width:22px;height:22px}.sc-bn__flecha:hover{background:var(--sc-blanco);color:var(--sc-verde-oscuro);transform:translateY(-50%) scale(1.06)}.sc-bn__flecha:focus-visible{outline:3px solid var(--sc-verde);outline-offset:3px}.sc-bn__flecha--prev{left:14px}.sc-bn__flecha--sig{right:14px}.sc-bn__puntos{display:flex;align-items:center;justify-content:center;gap:0;margin-top:12px}.sc-bn__punto{width:44px;height:44px;padding:0;display:inline-flex;align-items:center;justify-content:center;background:none;border:0;border-radius:999px;cursor:pointer;-webkit-appearance:none;appearance:none}.sc-bn__punto:before{content:"";display:block;width:10px;height:10px;background:var(--sc-borde);border-radius:999px;transition:width .3s var(--sc-ease),background .3s var(--sc-ease)}.sc-bn__punto:hover:before{background:var(--sc-gris)}.sc-bn__punto:focus-visible{outline:3px solid var(--sc-verde);outline-offset:-6px}.sc-bn__punto--activo:before{width:28px;background:var(--sc-verde)}@media(max-width:749px){.sc-bn__slide{aspect-ratio:var(--sc-bn-prop-slide-mov, var(--sc-bn-prop-slide, var(--sc-bn-prop-mov, var(--sc-bn-prop, 16 / 9))))}.sc-bn__flecha{display:none}.sc-bn--contenido{margin-block:16px}.sc-bn__puntos{margin-top:10px}}@media(prefers-reduced-motion:reduce){.sc-bn__pista{scroll-behavior:auto}.sc-bn__flecha,.sc-bn__punto:before{transition:none}.sc-bn__flecha:hover{transform:translateY(-50%)}}.sc-bn__slide--vacio{background:linear-gradient(135deg,#009f7f12,#ebfdf7e6 45%,#1f29370d),var(--sc-menta)}.sc-bn__slide--vacio:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background-image:radial-gradient(rgba(31,41,55,.07) 1px,transparent 1px);background-size:22px 22px}.sc-catg__cabecera{max-width:720px;margin:0 0 34px}.sc-catg__cabecera--centro{margin-left:auto;margin-right:auto;text-align:center}.sc-catg__grid{display:grid;grid-template-columns:repeat(var(--sc-catg-cols, 4),minmax(0,1fr));gap:20px}.sc-catg__card{position:relative;display:flex;flex-direction:column;min-height:100%;overflow:hidden;text-decoration:none;color:var(--sc-pizarra);background:var(--sc-blanco);border:1px solid var(--sc-borde);border-radius:var(--sc-radius);transition:transform .35s var(--sc-ease),box-shadow .35s var(--sc-ease),border-color .35s var(--sc-ease)}.sc-catg__card--destacada{grid-column:span 2}.sc-catg__card:hover{transform:translateY(-6px);box-shadow:var(--sc-sombra);border-color:#cbede4}.sc-catg__card:focus-visible{outline:3px solid var(--sc-verde);outline-offset:3px}.sc-catg__media{position:relative;display:block;aspect-ratio:4 / 3;overflow:hidden;background:#f8fafa}.sc-catg__card--destacada .sc-catg__media{aspect-ratio:16 / 9}.sc-catg__ph{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;background:#f8fafa;color:var(--sc-verde)}.sc-catg__ph:before{content:"";position:absolute;width:96px;height:96px;border-radius:50%;background:var(--sc-menta)}.sc-catg__ph svg{position:relative;width:44px;height:44px}.sc-catg__card--destacada .sc-catg__ph:before{width:128px;height:128px}.sc-catg__card--destacada .sc-catg__ph svg{width:58px;height:58px}.sc-catg__img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;transition:transform .6s var(--sc-ease)}.sc-catg__card:hover .sc-catg__img{transform:scale(1.06)}.sc-catg__velo{position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none;background:linear-gradient(180deg,#1f293700 42%,#1f293761)}.sc-catg__cuerpo{display:flex;flex:1 1 auto;flex-direction:column;gap:6px;padding:16px 18px 18px}.sc-catg__nombre{font-size:1.02rem;font-weight:600;line-height:1.3;color:var(--sc-pizarra)}.sc-catg__card--destacada .sc-catg__nombre{font-size:1.3rem}.sc-catg__desc{font-size:.9rem;line-height:1.5;color:var(--sc-gris)}.sc-catg__meta{display:flex;align-items:center;gap:10px;margin-top:auto;padding-top:14px;min-height:32px}.sc-catg__conteo{padding:5px 10px;font-size:.78rem;font-weight:600;line-height:1.2;color:var(--sc-verde-oscuro);background:var(--sc-menta);border-radius:999px}.sc-catg__ir{display:inline-flex;align-items:center;gap:6px;margin-left:auto;font-size:.86rem;font-weight:600;color:var(--sc-verde-oscuro)}.sc-catg__ir svg{width:16px;height:16px;transition:transform .35s var(--sc-ease)}.sc-catg__card:hover .sc-catg__ir svg{transform:translate(4px)}.sc-catg__pie{display:flex;justify-content:center;margin-top:34px}.sc-catg__btn{min-height:48px;display:inline-flex;align-items:center;justify-content:center}.sc-catg[data-anim=on] .sc-catg__card{opacity:0;translate:0 14px}.sc-catg[data-anim=on] .sc-catg__card--vis{opacity:1;translate:0 0;transition:opacity .55s var(--sc-ease),translate .55s var(--sc-ease)}@media(max-width:1000px){.sc-catg__grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:560px){.sc-catg__grid{gap:14px}.sc-catg__media{aspect-ratio:1 / 1}.sc-catg__card--destacada .sc-catg__media{aspect-ratio:16 / 10}.sc-catg__ph:before{width:76px;height:76px}.sc-catg__ph svg{width:36px;height:36px}.sc-catg__cuerpo{padding:13px 14px 15px}.sc-catg__nombre{font-size:.95rem}.sc-catg__card--destacada .sc-catg__nombre{font-size:1.14rem}.sc-catg__desc{font-size:.84rem}.sc-catg__pie .sc-catg__btn{width:100%}}@media(prefers-reduced-motion:reduce){.sc-catg__card,.sc-catg__img,.sc-catg__ir svg{transition:none}.sc-catg__card:hover{transform:none}.sc-catg__card:hover .sc-catg__img,.sc-catg__card:hover .sc-catg__ir svg{transform:none}.sc-catg[data-anim=on] .sc-catg__card,.sc-catg[data-anim=on] .sc-catg__card--vis{opacity:1;translate:none;transition:none}}.sc-catg__card--icono .sc-catg__cuerpo{gap:7px;padding:26px 22px 20px}.sc-catg__chip{display:flex;align-items:center;justify-content:center;width:54px;height:54px;margin-bottom:12px;border-radius:16px;background:var(--sc-menta);color:var(--sc-verde-oscuro);transition:background .35s var(--sc-ease),color .35s var(--sc-ease)}.sc-catg__chip svg{width:26px;height:26px;flex:none}.sc-catg__card--icono:after{content:"";position:absolute;top:0;left:0;width:100%;height:3px;background:var(--sc-verde);transform:scaleX(0);transform-origin:left;transition:transform .4s var(--sc-ease)}.sc-catg__card--icono:hover{transform:translateY(-4px);border-color:#bfe8dc}.sc-catg__card--icono:hover:after{transform:scaleX(1)}.sc-catg__card--icono:hover .sc-catg__chip{background:var(--sc-verde);color:var(--sc-blanco, #FFFFFF)}@media(max-width:560px){.sc-catg__card--icono .sc-catg__cuerpo{padding:18px 16px 16px}.sc-catg__chip{width:44px;height:44px;margin-bottom:8px;border-radius:13px}.sc-catg__chip svg{width:22px;height:22px}}@media(prefers-reduced-motion:reduce){.sc-catg__chip,.sc-catg__card--icono:after{transition:none}.sc-catg__card--icono:hover{transform:none}}.sc-cierre-wrap{display:block}.sc-seccion.sc-cierre{position:relative;isolation:isolate;overflow:hidden;padding-top:var(--sc-cierre-sup, 92px);padding-bottom:var(--sc-cierre-inf, 92px);text-align:center}.sc-seccion.sc-cierre--oscuro{background-color:var(--sc-pizarra, #1F2937);background-image:radial-gradient(110% 85% at 50% 0%,#009f7f42,#009f7f00 62%),radial-gradient(80% 70% at 6% 100%,#00745d38,#00745d00 64%),linear-gradient(168deg,#26323F 0%,var(--sc-pizarra, #1F2937) 44%,#16202B 100%);color:var(--sc-blanco, #FFFFFF)}.sc-cierre--oscuro:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;z-index:-1;pointer-events:none;background-image:linear-gradient(rgba(255,255,255,.04) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.04) 1px,transparent 1px);background-size:68px 68px;mask-image:radial-gradient(72% 68% at 50% 34%,#000 0%,transparent 80%);-webkit-mask-image:radial-gradient(72% 68% at 50% 34%,#000 0%,transparent 80%)}.sc-seccion.sc-cierre--menta{background-color:var(--sc-menta, #EBFDF7);background-image:radial-gradient(90% 80% at 50% 0%,#009f7f1f,#009f7f00 66%);color:var(--sc-pizarra, #1F2937);border-top:1px solid rgba(0,159,127,.16);border-bottom:1px solid rgba(0,159,127,.16)}.sc-seccion.sc-cierre--imagen{background-color:#16202b;color:var(--sc-blanco, #FFFFFF)}.sc-cierre__fondo{position:absolute;top:0;right:0;bottom:0;left:0;z-index:-1;overflow:hidden;pointer-events:none}.sc-cierre__img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;object-position:center}.sc-cierre__velo{position:absolute;top:0;right:0;bottom:0;left:0;background-image:linear-gradient(180deg,#0b141b6b,#0b141b94),linear-gradient(168deg,rgba(22,32,43,calc(var(--sc-cierre-velo, .65) * 1)),rgba(31,41,55,calc(var(--sc-cierre-velo, .65) * .86)) 52%,rgba(0,47,38,calc(var(--sc-cierre-velo, .65) * .94)))}.sc-cierre__contenedor{position:relative;z-index:1;display:flex;flex-direction:column;align-items:center}.sc-cierre__kicker{display:inline-flex;align-items:center;margin:0 0 18px;padding:7px 15px;border-radius:999px;font-size:.78rem;font-weight:600;line-height:1.2;letter-spacing:.09em;text-transform:uppercase}.sc-cierre--oscuro .sc-cierre__kicker,.sc-cierre--imagen .sc-cierre__kicker{border:1px solid rgba(235,253,247,.28);background:#009f7f33;color:var(--sc-menta, #EBFDF7)}.sc-cierre--menta .sc-cierre__kicker{border:1px solid rgba(0,159,127,.3);background:#ffffffb3;color:var(--sc-verde-oscuro, #00745D)}.sc-cierre__titulo{margin:0;max-width:18ch;font-size:clamp(1.85rem,1.1rem + 2.6vw,3.05rem);font-weight:700;line-height:1.12;letter-spacing:-.02em;text-wrap:balance}.sc-cierre--oscuro .sc-cierre__titulo,.sc-cierre--imagen .sc-cierre__titulo{color:var(--sc-blanco, #FFFFFF)}.sc-cierre--menta .sc-cierre__titulo{color:var(--sc-pizarra, #1F2937)}.sc-cierre__texto{margin:18px 0 0;max-width:62ch;font-size:1.04rem;line-height:1.68}.sc-cierre--oscuro .sc-cierre__texto,.sc-cierre--imagen .sc-cierre__texto{color:#ebfdf7d6}.sc-cierre--menta .sc-cierre__texto{color:var(--sc-gris, #6B7280)}.sc-cierre__acciones{display:flex;flex-wrap:wrap;justify-content:center;gap:12px;margin-top:30px}.sc-cierre__cta{display:inline-flex;align-items:center;justify-content:center;min-height:50px;padding-block:13px;padding-inline:26px}.sc-cierre__cta--linea{border:1px solid transparent;text-decoration:none;transition:background-color .25s var(--sc-ease, cubic-bezier(.4, 0, .2, 1)),border-color .25s var(--sc-ease, cubic-bezier(.4, 0, .2, 1)),color .25s var(--sc-ease, cubic-bezier(.4, 0, .2, 1)),transform .25s var(--sc-ease, cubic-bezier(.4, 0, .2, 1))}.sc-cierre--oscuro .sc-cierre__cta--linea,.sc-cierre--imagen .sc-cierre__cta--linea{border-color:#ebfdf761;background:#ffffff12;color:var(--sc-menta, #EBFDF7)}.sc-cierre--oscuro .sc-cierre__cta--linea:hover,.sc-cierre--imagen .sc-cierre__cta--linea:hover{border-color:#ebfdf7ad;background:#ffffff24;color:var(--sc-blanco, #FFFFFF);transform:translateY(-1px)}.sc-cierre--menta .sc-cierre__cta--linea{border-color:#00745d61;background:var(--sc-blanco, #FFFFFF);color:var(--sc-verde-oscuro, #00745D)}.sc-cierre--menta .sc-cierre__cta--linea:hover{border-color:var(--sc-verde, #009F7F);background:var(--sc-blanco, #FFFFFF);color:var(--sc-pizarra, #1F2937);transform:translateY(-1px)}.sc-cierre__cta:focus-visible{outline:3px solid var(--sc-verde, #009F7F);outline-offset:3px}.sc-cierre--oscuro .sc-cierre__cta:focus-visible,.sc-cierre--imagen .sc-cierre__cta:focus-visible{outline-color:var(--sc-menta, #EBFDF7)}.sc-cierre__contactos{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:14px;width:100%;max-width:980px;margin:44px 0 0;padding:34px 0 0;list-style:none}.sc-cierre--oscuro .sc-cierre__contactos,.sc-cierre--imagen .sc-cierre__contactos{border-top:1px solid rgba(255,255,255,.16)}.sc-cierre--menta .sc-cierre__contactos{border-top:1px solid rgba(0,159,127,.2)}.sc-cierre__contacto{display:flex}.sc-cierre__enlace{display:flex;align-items:center;gap:13px;width:100%;min-height:44px;padding:14px 16px;border:1px solid transparent;border-radius:var(--sc-radius, 14px);text-align:left;text-decoration:none;transition:background-color .25s var(--sc-ease, cubic-bezier(.4, 0, .2, 1)),border-color .25s var(--sc-ease, cubic-bezier(.4, 0, .2, 1)),transform .25s var(--sc-ease, cubic-bezier(.4, 0, .2, 1))}.sc-cierre--oscuro .sc-cierre__enlace,.sc-cierre--imagen .sc-cierre__enlace{border-color:#ffffff24;background:#ffffff0f;color:var(--sc-blanco, #FFFFFF)}.sc-cierre--menta .sc-cierre__enlace{border-color:#009f7f33;background:var(--sc-blanco, #FFFFFF);color:var(--sc-pizarra, #1F2937)}@media(hover:hover){.sc-cierre--oscuro .sc-cierre__enlace:hover,.sc-cierre--imagen .sc-cierre__enlace:hover{border-color:#009f7f94;background:#ffffff1f;transform:translateY(-2px)}.sc-cierre--menta .sc-cierre__enlace:hover{border-color:var(--sc-verde, #009F7F);box-shadow:var(--sc-sombra, 0 10px 30px rgba(31, 41, 55, .08));transform:translateY(-2px)}}.sc-cierre__enlace:focus-visible{outline:3px solid var(--sc-verde, #009F7F);outline-offset:3px}.sc-cierre--oscuro .sc-cierre__enlace:focus-visible,.sc-cierre--imagen .sc-cierre__enlace:focus-visible{outline-color:var(--sc-menta, #EBFDF7)}.sc-cierre__icono{display:inline-flex;align-items:center;justify-content:center;width:42px;height:42px;flex:none;border-radius:12px}.sc-cierre__icono svg{width:21px;height:21px;flex:none}.sc-cierre--oscuro .sc-cierre__icono,.sc-cierre--imagen .sc-cierre__icono{border:1px solid rgba(0,159,127,.44);background:#009f7f38;color:var(--sc-menta, #EBFDF7)}.sc-cierre--menta .sc-cierre__icono{border:1px solid rgba(0,159,127,.26);background:var(--sc-menta, #EBFDF7);color:var(--sc-verde-oscuro, #00745D)}.sc-cierre__datos{display:flex;flex-direction:column;gap:3px;min-width:0}.sc-cierre__rotulo{font-size:.74rem;font-weight:600;line-height:1.3;letter-spacing:.07em;text-transform:uppercase}.sc-cierre--oscuro .sc-cierre__rotulo,.sc-cierre--imagen .sc-cierre__rotulo{color:#ebfdf7a8}.sc-cierre--menta .sc-cierre__rotulo{color:var(--sc-gris, #6B7280)}.sc-cierre__valor{display:inline-flex;align-items:center;gap:7px;font-size:1.02rem;font-weight:600;line-height:1.3;letter-spacing:-.005em}.sc-cierre--oscuro .sc-cierre__valor,.sc-cierre--imagen .sc-cierre__valor{color:var(--sc-blanco, #FFFFFF)}.sc-cierre--menta .sc-cierre__valor{color:var(--sc-verde-oscuro, #00745D)}.sc-cierre__flecha{width:16px;height:16px;flex:none;transition:transform .25s var(--sc-ease, cubic-bezier(.4, 0, .2, 1))}@media(hover:hover){.sc-cierre__enlace:hover .sc-cierre__flecha{transform:translate(4px)}}.sc-cierre__nota{margin:26px 0 0;max-width:58ch;font-size:.88rem;line-height:1.55}.sc-cierre--oscuro .sc-cierre__nota,.sc-cierre--imagen .sc-cierre__nota{color:#ebfdf79e}.sc-cierre--menta .sc-cierre__nota{color:var(--sc-gris, #6B7280)}.sc-cierre--anim .sc-cierre__kicker,.sc-cierre--anim .sc-cierre__titulo,.sc-cierre--anim .sc-cierre__texto,.sc-cierre--anim .sc-cierre__acciones,.sc-cierre--anim .sc-cierre__contactos,.sc-cierre--anim .sc-cierre__nota{opacity:0;transform:translateY(16px);transition:opacity .6s var(--sc-ease, cubic-bezier(.4, 0, .2, 1)),transform .6s var(--sc-ease, cubic-bezier(.4, 0, .2, 1))}.sc-cierre--anim.sc-cierre--visible .sc-cierre__kicker,.sc-cierre--anim.sc-cierre--visible .sc-cierre__titulo,.sc-cierre--anim.sc-cierre--visible .sc-cierre__texto,.sc-cierre--anim.sc-cierre--visible .sc-cierre__acciones,.sc-cierre--anim.sc-cierre--visible .sc-cierre__contactos,.sc-cierre--anim.sc-cierre--visible .sc-cierre__nota{opacity:1;transform:translateY(0)}.sc-cierre--anim .sc-cierre__titulo{transition-delay:.06s}.sc-cierre--anim .sc-cierre__texto{transition-delay:.12s}.sc-cierre--anim .sc-cierre__acciones{transition-delay:.18s}.sc-cierre--anim .sc-cierre__contactos{transition-delay:.24s}.sc-cierre--anim .sc-cierre__nota{transition-delay:.3s}@media(max-width:900px){.sc-cierre__contactos{grid-template-columns:repeat(auto-fit,minmax(200px,1fr));margin-top:36px;padding-top:28px}}@media(max-width:640px){.sc-cierre__titulo{max-width:100%}.sc-cierre__acciones{width:100%;max-width:420px;gap:10px}.sc-cierre__acciones .sc-cierre__cta{flex:1 1 100%;width:100%}.sc-cierre__contactos{grid-template-columns:minmax(0,1fr);max-width:420px;gap:10px}.sc-cierre__enlace{min-height:60px}.sc-cierre__icono{width:40px;height:40px}.sc-cierre__valor{font-size:.98rem}}@media(prefers-reduced-motion:reduce){.sc-cierre__cta--linea,.sc-cierre__enlace,.sc-cierre__flecha{transition:none}.sc-cierre--oscuro .sc-cierre__cta--linea:hover,.sc-cierre--imagen .sc-cierre__cta--linea:hover,.sc-cierre--menta .sc-cierre__cta--linea:hover,.sc-cierre--oscuro .sc-cierre__enlace:hover,.sc-cierre--imagen .sc-cierre__enlace:hover,.sc-cierre--menta .sc-cierre__enlace:hover,.sc-cierre__enlace:hover .sc-cierre__flecha{transform:none}.sc-cierre--anim .sc-cierre__kicker,.sc-cierre--anim .sc-cierre__titulo,.sc-cierre--anim .sc-cierre__texto,.sc-cierre--anim .sc-cierre__acciones,.sc-cierre--anim .sc-cierre__contactos,.sc-cierre--anim .sc-cierre__nota{opacity:1;transform:none;transition:none;transition-delay:0s}}.sc-cf{padding-top:var(--sc-cf-espacio-sup, 64px);padding-bottom:var(--sc-cf-espacio-inf, 64px)}.sc-cf__oculto{position:absolute;width:1px;height:1px;margin:-1px;padding:0;overflow:hidden;clip:rect(0 0 0 0);clip-path:inset(50%);white-space:nowrap;border:0}.sc-cf__beneficios{display:grid;grid-template-columns:1fr;gap:0;margin:0;padding:0;list-style:none}.sc-cf-benef{display:flex;flex-direction:column;align-items:flex-start;gap:10px;padding:22px 4px;border-top:1px solid var(--sc-borde, #E5E7EB)}.sc-cf-benef:first-child{border-top:0;padding-top:4px}.sc-cf-benef__icono{display:inline-flex;align-items:center;justify-content:center;width:52px;height:52px;flex:0 0 auto;border-radius:var(--sc-radius, 14px);background:var(--sc-menta, #EBFDF7);color:var(--sc-verde-oscuro, #00745D)}.sc-cf-benef__icono svg{width:28px;height:28px;display:block}.sc-cf-benef__titulo{display:block;font-size:1.0625rem;line-height:1.3;font-weight:650;letter-spacing:-.01em;color:var(--sc-pizarra, #1F2937);text-wrap:balance}.sc-cf-benef__texto{display:block;font-size:.9375rem;line-height:1.55;color:var(--sc-gris, #6B7280);max-width:34ch}@media(min-width:620px){.sc-cf__beneficios{grid-template-columns:repeat(2,minmax(0,1fr));column-gap:0}.sc-cf-benef{padding:24px 26px;border-top:1px solid var(--sc-borde, #E5E7EB);border-left:1px solid var(--sc-borde, #E5E7EB)}.sc-cf-benef:first-child{padding-top:24px}.sc-cf-benef:nth-child(odd){border-left:0;padding-left:0}.sc-cf-benef:nth-child(-n+2){border-top:0;padding-top:4px}}@media(min-width:990px){.sc-cf__beneficios{grid-template-columns:repeat(4,minmax(0,1fr))}.sc-cf-benef,.sc-cf-benef:first-child,.sc-cf-benef:nth-child(-n+2){padding:4px 28px;border-top:0}.sc-cf-benef{border-left:1px solid var(--sc-borde, #E5E7EB)}.sc-cf-benef:nth-child(odd){padding-left:28px}.sc-cf-benef:nth-child(4n+1){border-left:0;padding-left:0}}.sc-cf__divisor{height:1px;margin:40px 0 36px;background:linear-gradient(90deg,rgba(229,231,235,0) 0%,var(--sc-borde, #E5E7EB) 18%,var(--sc-borde, #E5E7EB) 82%,rgba(229,231,235,0) 100%)}.sc-cf__marcas{text-align:center}.sc-cf__marcas-titulo{margin:0 0 22px;font-size:.75rem;line-height:1.4;font-weight:600;letter-spacing:.14em;text-transform:uppercase;color:var(--sc-gris, #6B7280)}.sc-cf__marcas-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(132px,1fr));gap:8px 12px;margin:0;padding:0;list-style:none;align-items:center;justify-items:center}.sc-cf-marca{width:100%;min-width:0}.sc-cf-marca__enlace{display:block;border-radius:var(--sc-radius, 14px);text-decoration:none;color:inherit}.sc-cf-marca__caja{display:flex;align-items:center;justify-content:center;width:100%;min-height:56px;padding:12px 10px;border-radius:var(--sc-radius, 14px);transition:background-color .25s var(--sc-ease, cubic-bezier(.4, 0, .2, 1))}.sc-cf-marca__img{max-width:100%;max-height:44px;width:auto;height:auto;object-fit:contain;transition:filter .3s var(--sc-ease, cubic-bezier(.4, 0, .2, 1)),opacity .3s var(--sc-ease, cubic-bezier(.4, 0, .2, 1))}.sc-cf-marca__nombre{display:block;font-size:.9375rem;line-height:1.3;font-weight:600;letter-spacing:.01em;color:var(--sc-gris, #6B7280);text-align:center;overflow-wrap:anywhere;transition:color .25s var(--sc-ease, cubic-bezier(.4, 0, .2, 1))}.sc-cf-marca__img+.sc-cf-marca__nombre{display:none}.sc-cf-marca__caja--sin-logo .sc-cf-marca__nombre{display:block}.sc-cf__marcas-grid--grises .sc-cf-marca__img{filter:grayscale(1);opacity:.72}@media(hover:hover){.sc-cf__marcas-grid--grises .sc-cf-marca:hover .sc-cf-marca__img{filter:grayscale(0);opacity:1}.sc-cf-marca__enlace:hover .sc-cf-marca__caja{background:var(--sc-menta, #EBFDF7)}.sc-cf-marca__enlace:hover .sc-cf-marca__nombre{color:var(--sc-verde-oscuro, #00745D)}}.sc-cf-marca__enlace:focus-visible .sc-cf-marca__img,.sc-cf__marcas-grid--grises .sc-cf-marca:focus-within .sc-cf-marca__img{filter:grayscale(0);opacity:1}.sc-cf-marca__enlace:focus-visible{outline:2px solid var(--sc-verde, #009F7F);outline-offset:3px}.sc-cf-marca__enlace:focus-visible .sc-cf-marca__nombre{color:var(--sc-verde-oscuro, #00745D)}.sc-cf__marcas-nota{margin:20px 0 0;font-size:.75rem;line-height:1.5;color:var(--sc-gris, #6B7280);opacity:.85}@media(max-width:619px){.sc-cf-marca__caja{min-height:60px}}@media(min-width:750px){.sc-cf__marcas-grid{grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:10px 18px}.sc-cf-marca__caja{min-height:64px}.sc-cf-marca__img{max-height:48px}}.sc-seccion--menta .sc-cf-benef__icono,.sc-seccion--menta .sc-cf-marca__enlace:hover .sc-cf-marca__caja{background:var(--sc-blanco, #FFFFFF)}@media(prefers-reduced-motion:reduce){.sc-cf-marca__img,.sc-cf-marca__caja,.sc-cf-marca__nombre{transition:none}}.sc-cf__cinta{overflow:hidden;-webkit-mask-image:linear-gradient(90deg,transparent,#000 10%,#000 90%,transparent);mask-image:linear-gradient(90deg,transparent,#000 10%,#000 90%,transparent)}.sc-cf__cinta-pista{display:flex;width:max-content;animation:sc-cf-desliza 38s linear infinite}.sc-cf__cinta:hover .sc-cf__cinta-pista,.sc-cf__cinta:focus-within .sc-cf__cinta-pista{animation-play-state:paused}.sc-cf__marcas-fila{display:flex;align-items:center;margin:0;padding:0;list-style:none}.sc-cf__marcas-fila .sc-cf-marca{padding:4px 30px;white-space:nowrap}@keyframes sc-cf-desliza{0%{transform:translate(0)}to{transform:translate(-25%)}}.sc-cf__cinta--grises .sc-cf-marca__img{filter:grayscale(1);opacity:.72}@media(hover:hover){.sc-cf__cinta--grises .sc-cf-marca:hover .sc-cf-marca__img{filter:grayscale(0);opacity:1}}@media(max-width:560px){.sc-cf__cinta-pista{animation-duration:26s}.sc-cf__marcas-fila .sc-cf-marca{padding:2px 20px}}@media(prefers-reduced-motion:reduce){.sc-cf__cinta{-webkit-mask-image:none;mask-image:none}.sc-cf__cinta-pista{width:auto;animation:none;flex-wrap:wrap;justify-content:center}.sc-cf__marcas-fila{flex-wrap:wrap;justify-content:center}.sc-cf__marcas-fila[aria-hidden=true]{display:none}}.sc-hub__cabecera{max-width:680px;margin:0 auto 30px;text-align:center}.sc-hub__modos{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;max-width:720px;margin:0 auto 26px;padding:0;border:0}.sc-hub__legend{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0 0 0 0);white-space:nowrap}.sc-hub__modo{position:relative;display:flex;align-items:center;gap:14px;padding:18px;background:var(--sc-blanco, #FFFFFF);border:1.5px solid var(--sc-borde);border-radius:var(--sc-radius);cursor:pointer;transition:border-color .25s var(--sc-ease),background .25s var(--sc-ease),box-shadow .25s var(--sc-ease)}.sc-hub__modo:hover{border-color:#bfe8dc}.sc-hub__radio{position:absolute;opacity:0;pointer-events:none}.sc-hub__modo-chip{display:flex;align-items:center;justify-content:center;flex:none;width:48px;height:48px;border-radius:14px;background:var(--sc-menta);color:var(--sc-verde-oscuro);transition:background .25s var(--sc-ease),color .25s var(--sc-ease)}.sc-hub__modo-chip svg{width:24px;height:24px;flex:none}.sc-hub__modo-txt{display:flex;flex-direction:column;gap:2px;min-width:0}.sc-hub__modo-tit{font-weight:700;font-size:1rem;color:var(--sc-pizarra)}.sc-hub__modo-sub{font-size:.85rem;line-height:1.4;color:var(--sc-gris)}.sc-hub__modo-check{display:flex;align-items:center;justify-content:center;flex:none;width:24px;height:24px;margin-left:auto;border-radius:50%;border:1.5px solid var(--sc-borde);background:var(--sc-blanco, #FFFFFF);color:transparent;transition:background .25s var(--sc-ease),border-color .25s var(--sc-ease),color .25s var(--sc-ease)}.sc-hub__modo-check svg{width:13px;height:13px;flex:none}.sc-hub__modo--activo,.sc-hub__modo:has(.sc-hub__radio:checked){border-color:var(--sc-verde);background:#f4fdfa;box-shadow:0 0 0 3px #009f7f1f}.sc-hub__modo--activo,.sc-hub__modo--activo .sc-hub__modo-chip,.sc-hub__modo:has(.sc-hub__radio:checked) .sc-hub__modo-chip{background:var(--sc-verde);color:var(--sc-blanco, #FFFFFF)}.sc-hub__modo--activo,.sc-hub__modo--activo .sc-hub__modo-check,.sc-hub__modo:has(.sc-hub__radio:checked) .sc-hub__modo-check{background:var(--sc-verde);border-color:var(--sc-verde);color:var(--sc-blanco, #FFFFFF)}.sc-hub__modo:has(.sc-hub__radio:focus-visible){outline:3px solid var(--sc-verde);outline-offset:3px}.sc-hub__card{max-width:720px;margin:0 auto;padding:32px}.sc-hub__contacto{margin:22px auto 0;text-align:center;font-size:.94rem;color:var(--sc-gris)}.sc-hub__contacto a{margin-left:6px;font-weight:700;color:var(--sc-verde-oscuro);text-decoration:none}.sc-hub__contacto a:hover{text-decoration:underline;text-underline-offset:3px}@media(max-width:620px){.sc-hub__modos{grid-template-columns:1fr;gap:10px}.sc-hub__modo{padding:14px 16px}.sc-hub__card{padding:22px 18px}}@media(prefers-reduced-motion:reduce){.sc-hub__modo,.sc-hub__modo-chip,.sc-hub__modo-check{transition:none}}.sc-dst-head{display:flex;flex-wrap:wrap;align-items:flex-end;justify-content:space-between;gap:18px 24px;margin-bottom:28px}.sc-dst-head__txt{max-width:640px}.sc-dst-titulo{margin-bottom:8px}.sc-dst-sub{margin:0}.sc-dst-head__acciones{display:flex;align-items:center;gap:10px;flex-shrink:0}.sc-dst-link{display:inline-flex;align-items:center;gap:8px;min-height:44px;padding:0 4px;color:var(--sc-verde-oscuro);font-weight:600;text-decoration:none;border-radius:8px}.sc-dst-link:hover{color:var(--sc-verde)}.sc-dst-link__flecha{transition:transform .25s var(--sc-ease)}.sc-dst-link:hover .sc-dst-link__flecha{transform:translate(3px)}.sc-dst-navs{display:flex;gap:8px}.sc-dst-navs[hidden]{display:none}.sc-dst-nav{width:44px;height:44px;display:inline-flex;align-items:center;justify-content:center;border:1px solid var(--sc-borde);border-radius:999px;background:var(--sc-blanco);color:var(--sc-pizarra);cursor:pointer;transition:background .2s var(--sc-ease),border-color .2s var(--sc-ease),color .2s var(--sc-ease)}.sc-dst-nav:hover:not(:disabled){background:var(--sc-menta);border-color:var(--sc-verde);color:var(--sc-verde-oscuro)}.sc-dst-nav:disabled{opacity:.35;cursor:default}.sc-dst-track{list-style:none;margin:0 -20px;padding:4px 20px 12px;display:grid;grid-auto-flow:column;grid-auto-columns:minmax(0,74%);gap:16px;overflow-x:auto;overscroll-behavior-inline:contain;scroll-snap-type:x mandatory;scroll-padding-inline-start:20px;scrollbar-width:thin;scrollbar-color:var(--sc-borde) transparent;-webkit-overflow-scrolling:touch}.sc-dst-track::-webkit-scrollbar{height:6px}.sc-dst-track::-webkit-scrollbar-thumb{background:var(--sc-borde);border-radius:999px}.sc-dst-track::-webkit-scrollbar-track{background:transparent}.sc-dst-card{position:relative;display:flex;flex-direction:column;scroll-snap-align:start;background:var(--sc-blanco);border:1px solid var(--sc-borde);border-radius:var(--sc-radius);overflow:hidden;transition:box-shadow .3s var(--sc-ease),transform .3s var(--sc-ease),border-color .3s var(--sc-ease)}.sc-dst-card:hover{border-color:#d3dedb;box-shadow:var(--sc-sombra);transform:translateY(-3px)}.sc-dst-media{display:flex;align-items:center;justify-content:center;aspect-ratio:1/1;background:#f8fafa;border-bottom:1px solid var(--sc-borde);overflow:hidden}.sc-dst-img{width:100%;height:100%;object-fit:contain;padding:14px;transition:transform .4s var(--sc-ease)}.sc-dst-card:hover .sc-dst-img{transform:scale(1.04)}.sc-dst-ph{display:flex;align-items:center;justify-content:center;width:100%;height:100%;color:#c7d3d0}.sc-dst-badges{position:absolute;top:12px;left:12px;display:flex;flex-wrap:wrap;gap:6px;margin:0;pointer-events:none}.sc-dst-badge{display:inline-block;padding:5px 10px;border-radius:999px;font-size:.72rem;font-weight:700;letter-spacing:.02em;line-height:1.2}.sc-dst-badge--agotado{background:var(--sc-blanco);color:var(--sc-gris);border:1px solid var(--sc-borde)}.sc-dst-badge--dcto{background:var(--sc-verde);color:var(--sc-blanco)}.sc-dst-body{display:flex;flex-direction:column;gap:6px;padding:16px 16px 18px;flex:1 1 auto}.sc-dst-tipo{margin:0;font-size:.74rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:var(--sc-verde-oscuro)}.sc-dst-nombre{margin:0;font-size:1rem;line-height:1.35;font-weight:600;color:var(--sc-pizarra)}.sc-dst-nombre__link{color:inherit;text-decoration:none;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.sc-dst-nombre__link:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0}.sc-dst-nombre__link:hover{color:var(--sc-verde-oscuro)}.sc-dst-precios{display:flex;align-items:baseline;flex-wrap:wrap;gap:8px;margin:2px 0 0}.sc-dst-desde{font-size:.8rem;color:var(--sc-gris)}.sc-dst-precio{font-size:1.12rem;font-weight:700;color:var(--sc-pizarra)}.sc-dst-antes{font-size:.88rem;color:var(--sc-gris);text-decoration:line-through}.sc-dst-acciones{position:relative;z-index:1;display:flex;flex-direction:column;gap:8px;margin-top:auto;padding-top:14px}.sc-dst-form{margin:0}.sc-dst-btn{width:100%;min-height:44px;justify-content:center;text-align:center}.sc-dst-btn--add{width:100%}.sc-dst-oculto{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0 0 0 0);clip-path:inset(50%);white-space:nowrap;border:0}.sc-dst-aviso{display:flex;flex-wrap:wrap;align-items:center;gap:14px 18px;padding:22px;border:1px solid #D6EFE7;border-radius:var(--sc-radius);background:var(--sc-menta)}.sc-dst-aviso__icono{display:inline-flex;align-items:center;justify-content:center;width:48px;height:48px;flex-shrink:0;border-radius:12px;background:var(--sc-blanco);color:var(--sc-verde-oscuro);border:1px solid #D6EFE7}.sc-dst-aviso__txt{flex:1 1 260px;min-width:0}.sc-dst-aviso__titulo{margin:0 0 4px;font-size:1.02rem;font-weight:700;color:var(--sc-pizarra)}.sc-dst-aviso__sub{margin:0;color:var(--sc-gris);line-height:1.55}.sc-dst-aviso__btn{min-height:44px;flex-shrink:0}.sc-dst-link:focus-visible,.sc-dst-nav:focus-visible,.sc-dst-nombre__link:focus-visible,.sc-dst-btn:focus-visible,.sc-dst-aviso__btn:focus-visible{outline:3px solid var(--sc-verde);outline-offset:2px;border-radius:8px}.sc-dst-card:focus-within{border-color:var(--sc-verde);box-shadow:var(--sc-sombra)}@media(min-width:750px){.sc-dst-track{margin:0;padding:4px 0;grid-auto-flow:row;grid-template-columns:repeat(2,minmax(0,1fr));grid-auto-columns:auto;gap:20px;overflow:visible;scroll-snap-type:none}.sc-dst-acciones{flex-direction:row}.sc-dst-btn{flex:1 1 0}.sc-dst-aviso{flex-wrap:nowrap;padding:26px 28px}}@media(min-width:990px){.sc-dst-track{grid-template-columns:repeat(4,minmax(0,1fr))}.sc-dst-head{margin-bottom:34px}.sc-dst-nombre{font-size:1.02rem}}@media(prefers-reduced-motion:reduce){.sc-dst-card,.sc-dst-img,.sc-dst-link__flecha,.sc-dst-nav{transition:none}.sc-dst-card:hover,.sc-dst-card:hover .sc-dst-img,.sc-dst-link:hover .sc-dst-link__flecha{transform:none}.sc-dst-track{scroll-behavior:auto}}.sc-ehero{position:relative;overflow:hidden;background:radial-gradient(120% 90% at 88% 0%,#009f7f1a,#009f7f00 60%),linear-gradient(180deg,var(--sc-menta) 0%,#F6FFFC 46%,var(--sc-blanco) 100%)}.sc-ehero__brillo{position:absolute;top:-180px;right:-140px;width:460px;height:460px;border-radius:50%;background:radial-gradient(circle,#009f7f29,#009f7f00 70%);pointer-events:none}.sc-ehero__contenedor{position:relative;z-index:1}.sc-ehero__grid{display:grid;grid-template-columns:1fr;gap:36px;align-items:center}.sc-ehero__texto{min-width:0}.sc-ehero__titulo{margin:10px 0 0;font-size:clamp(2rem,1.35rem + 2.6vw,3.15rem);line-height:1.08;letter-spacing:-.02em;font-weight:700;color:var(--sc-pizarra);text-wrap:balance}.sc-ehero__sub{margin:16px 0 0;max-width:56ch;font-size:clamp(1rem,.95rem + .25vw,1.125rem);line-height:1.6;color:var(--sc-gris)}.sc-ehero__oculto{position:absolute;width:1px;height:1px;margin:-1px;padding:0;overflow:hidden;clip:rect(0 0 0 0);clip-path:inset(50%);white-space:nowrap;border:0}.sc-ehero__buscador{display:flex;flex-wrap:wrap;gap:10px;margin-top:28px;max-width:560px}.sc-ehero__campo{position:relative;display:flex;align-items:center;flex:1 1 260px;min-width:0;background:var(--sc-blanco);border:1px solid var(--sc-borde);border-radius:999px;box-shadow:0 6px 18px #1f29370f;transition:border-color .2s var(--sc-ease),box-shadow .2s var(--sc-ease)}.sc-ehero__campo:focus-within{border-color:var(--sc-verde);box-shadow:0 0 0 3px #009f7f2e}.sc-ehero__campo-ico{display:flex;align-items:center;justify-content:center;width:22px;height:22px;margin-left:18px;color:var(--sc-verde-oscuro);flex:0 0 auto}.sc-ehero__campo-ico svg{width:100%;height:100%}.sc-ehero__input{flex:1 1 auto;min-width:0;height:54px;padding:0 18px 0 12px;border:0;border-radius:999px;background:transparent;font:inherit;font-size:1rem;color:var(--sc-pizarra);-webkit-appearance:none;appearance:none}.sc-ehero__input::placeholder{color:#9ca3af}.sc-ehero__input:focus{outline:none}.sc-ehero__input::-webkit-search-cancel-button{-webkit-appearance:none;appearance:none}.sc-ehero__buscar{flex:0 0 auto;min-height:54px;padding-inline:30px;border-radius:999px}.sc-ehero__acciones{display:flex;flex-wrap:wrap;gap:12px;margin-top:18px}.sc-ehero__cta{min-height:50px;display:inline-flex;align-items:center;justify-content:center}.sc-ehero__chips{display:flex;flex-wrap:wrap;gap:10px;margin:30px 0 0;padding:0;list-style:none}.sc-ehero__chip{display:inline-flex;align-items:center;gap:8px;padding:9px 15px;background:#ffffffd1;border:1px solid var(--sc-borde);border-radius:999px;font-size:.875rem;line-height:1.25;color:var(--sc-pizarra);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.sc-ehero__chip-ico{display:flex;width:18px;height:18px;flex:0 0 auto;color:var(--sc-verde)}.sc-ehero__chip-ico svg{width:100%;height:100%}.sc-ehero__media{position:relative;min-width:0}.sc-ehero__marco{position:relative;overflow:hidden;border:1px solid var(--sc-borde);border-radius:22px;background:#f8fafa;box-shadow:var(--sc-sombra);aspect-ratio:4 / 3}.sc-ehero__img{display:block;width:100%;height:100%;object-fit:cover}.sc-ehero__ph{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:12px;width:100%;height:100%;background:linear-gradient(180deg,#f8fafa,#eef6f3);color:#9fb3ad}.sc-ehero__ph svg{width:54px;height:54px}.sc-ehero__ph-txt{font-size:.8125rem;letter-spacing:.06em;text-transform:uppercase;color:#8fa5a0}.sc-ehero__flotante{display:flex;align-items:center;gap:12px;margin:-34px 0 0 18px;padding:14px 18px;width:max-content;max-width:calc(100% - 36px);position:relative;background:var(--sc-blanco);border:1px solid var(--sc-borde);border-radius:var(--sc-radius);box-shadow:var(--sc-sombra)}.sc-ehero__flotante-ico{display:flex;align-items:center;justify-content:center;width:40px;height:40px;flex:0 0 auto;border-radius:50%;background:var(--sc-menta);color:var(--sc-verde-oscuro)}.sc-ehero__flotante-ico svg{width:20px;height:20px}.sc-ehero__flotante-txt{display:flex;flex-direction:column;gap:2px;min-width:0}.sc-ehero__flotante-titulo{font-size:.8125rem;color:var(--sc-gris)}.sc-ehero__flotante-dato{font-size:1rem;font-weight:600;color:var(--sc-pizarra);text-decoration:none;min-height:24px;display:inline-flex;align-items:center}.sc-ehero__flotante-dato:hover{color:var(--sc-verde-oscuro);text-decoration:underline}.sc-ehero__accesos-bloque{margin-top:46px;padding-top:34px;border-top:1px solid var(--sc-borde)}.sc-ehero__accesos-titulo{margin:0 0 16px;font-size:.75rem;font-weight:600;letter-spacing:.12em;text-transform:uppercase;color:var(--sc-gris)}.sc-ehero__accesos{display:grid;grid-template-columns:repeat(auto-fit,minmax(228px,1fr));gap:14px;margin:0;padding:0;list-style:none}.sc-ehero__acceso{display:flex;align-items:center;gap:13px;height:100%;min-height:64px;padding:14px 16px;background:var(--sc-blanco);border:1px solid var(--sc-borde);border-radius:var(--sc-radius);text-decoration:none;color:var(--sc-pizarra);box-shadow:0 2px 8px #1f29370a;transition:transform .25s var(--sc-ease),box-shadow .25s var(--sc-ease),border-color .25s var(--sc-ease)}.sc-ehero__acceso:hover{transform:translateY(-3px);border-color:#009f7f61;box-shadow:var(--sc-sombra)}.sc-ehero__acceso:focus-visible,.sc-ehero__flotante-dato:focus-visible,.sc-ehero__buscar:focus-visible,.sc-ehero__cta:focus-visible{outline:3px solid var(--sc-verde-oscuro);outline-offset:3px}.sc-ehero__acceso-ico{display:flex;align-items:center;justify-content:center;width:40px;height:40px;flex:0 0 auto;border-radius:11px;background:var(--sc-menta);color:var(--sc-verde-oscuro);transition:background-color .25s var(--sc-ease)}.sc-ehero__acceso:hover .sc-ehero__acceso-ico{background:#ddf7ee}.sc-ehero__acceso-ico svg{width:21px;height:21px}.sc-ehero__acceso-txt{display:flex;flex-direction:column;gap:2px;min-width:0;flex:1 1 auto}.sc-ehero__acceso-titulo{font-size:.9375rem;font-weight:600;line-height:1.3}.sc-ehero__acceso-desc{font-size:.8125rem;line-height:1.35;color:var(--sc-gris)}.sc-ehero__acceso-flecha{display:flex;width:18px;height:18px;flex:0 0 auto;color:var(--sc-verde);transform:translate(-3px);opacity:0;transition:transform .25s var(--sc-ease),opacity .25s var(--sc-ease)}.sc-ehero__acceso-flecha svg{width:100%;height:100%}.sc-ehero__acceso:hover .sc-ehero__acceso-flecha,.sc-ehero__acceso:focus-visible .sc-ehero__acceso-flecha{transform:translate(0);opacity:1}@keyframes sc-ehero-entrar{0%{opacity:0;transform:translateY(16px)}to{opacity:1;transform:translateY(0)}}.sc-ehero__anim{animation:sc-ehero-entrar .62s var(--sc-ease) both;animation-delay:var(--sc-ehero-retardo, 0ms)}.sc-ehero__texto>.sc-ehero__anim:nth-child(1){--sc-ehero-retardo: 40ms}.sc-ehero__texto>.sc-ehero__anim:nth-child(2){--sc-ehero-retardo: .1s}.sc-ehero__texto>.sc-ehero__anim:nth-child(3){--sc-ehero-retardo: .16s}.sc-ehero__texto>.sc-ehero__anim:nth-child(4){--sc-ehero-retardo: .22s}.sc-ehero__texto>.sc-ehero__anim:nth-child(5){--sc-ehero-retardo: .28s}.sc-ehero__texto>.sc-ehero__anim:nth-child(6){--sc-ehero-retardo: .34s}.sc-ehero__media{--sc-ehero-retardo: .18s}.sc-ehero__accesos-bloque{--sc-ehero-retardo: .4s}@media(min-width:750px){.sc-ehero__flotante{position:absolute;left:22px;bottom:22px;margin:0;max-width:calc(100% - 44px)}}@media(min-width:990px){.sc-ehero__grid{grid-template-columns:minmax(0,1.06fr) minmax(0,.94fr);gap:54px}.sc-ehero__marco{aspect-ratio:5 / 4}.sc-ehero__accesos-bloque{margin-top:58px}}@media(max-width:560px){.sc-ehero__buscador{max-width:none}.sc-ehero__campo{flex:1 1 100%}.sc-ehero__buscar,.sc-ehero__cta{flex:1 1 100%;width:100%}.sc-ehero__accesos{grid-template-columns:1fr}}@media(prefers-reduced-motion:reduce){.sc-ehero__anim{animation:none;opacity:1;transform:none}.sc-ehero__acceso,.sc-ehero__acceso-ico,.sc-ehero__acceso-flecha,.sc-ehero__campo{transition:none}.sc-ehero__acceso:hover,.sc-ehero__acceso-flecha{transform:none}}.sc-seccion.sc-edi{position:relative;padding-top:var(--sc-edi-sup, 88px);padding-bottom:var(--sc-edi-inf, 88px)}.sc-edi .sc-contenedor{position:relative}.sc-edi__lienzo{display:grid;grid-template-columns:minmax(0,45fr) minmax(0,55fr);gap:clamp(32px,4.4vw,68px);align-items:center}.sc-edi__lienzo--derecha .sc-edi__media{order:2}.sc-edi__lienzo--derecha .sc-edi__texto{order:1}.sc-edi__lienzo--solo{grid-template-columns:minmax(0,1fr);gap:0}.sc-edi__lienzo--solo .sc-edi__texto{max-width:78ch}.sc-edi__media{position:relative;min-width:0;padding-bottom:26px}.sc-edi__marco{position:relative;overflow:hidden;border-radius:calc(var(--sc-radius, 14px) + 6px);background:var(--sc-menta, #EBFDF7);box-shadow:var(--sc-sombra, 0 10px 30px rgba(31, 41, 55, .08))}.sc-edi__marco:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;border-radius:inherit;border:1px solid rgba(31,41,55,.07);pointer-events:none}.sc-edi__img{display:block;width:100%;height:auto;aspect-ratio:var(--sc-edi-ratio, 4 / 5);object-fit:cover}.sc-edi__dato{position:absolute;right:clamp(-28px,-1.6vw,-12px);bottom:-26px;z-index:2;display:flex;align-items:center;gap:12px;max-width:min(84%,320px);padding:14px 18px;border:1px solid var(--sc-borde, #E5E7EB);border-radius:var(--sc-radius, 14px);background:var(--sc-blanco, #FFFFFF);box-shadow:0 16px 38px #1f293724}.sc-edi__dato-icono{display:inline-flex;align-items:center;justify-content:center;width:40px;height:40px;flex:none;border-radius:11px;background:var(--sc-menta, #EBFDF7);color:var(--sc-verde-oscuro, #00745D)}.sc-edi__dato-icono svg{width:21px;height:21px;flex:none}.sc-edi__dato-txt{display:flex;flex-direction:column;gap:2px;min-width:0}.sc-edi__dato-rotulo{color:var(--sc-verde-oscuro, #00745D);font-size:.7rem;font-weight:700;letter-spacing:.1em;line-height:1.2;text-transform:uppercase}.sc-edi__dato-valor{color:var(--sc-pizarra, #1F2937);font-size:.95rem;font-weight:600;line-height:1.35}.sc-edi__texto{min-width:0}.sc-kicker.sc-edi__kicker{margin:0 0 12px;text-align:left}.sc-titulo.sc-edi__titulo{margin:0 0 16px;text-align:left;font-size:clamp(1.7rem,1.1rem + 1.9vw,2.5rem);line-height:1.14;letter-spacing:-.018em;text-wrap:balance}.sc-sub.sc-edi__parrafo{margin:0 0 30px;max-width:60ch;text-align:left;font-size:1.02rem;line-height:1.68}.sc-edi__puntos{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:22px 30px;margin:0 0 32px;padding:0;list-style:none}.sc-edi__punto{display:flex;align-items:flex-start;gap:13px;min-width:0}.sc-edi__punto-icono{display:inline-flex;align-items:center;justify-content:center;width:40px;height:40px;flex:none;border-radius:11px;border:1px solid rgba(0,159,127,.22);background:var(--sc-menta, #EBFDF7);color:var(--sc-verde, #009F7F)}.sc-edi__punto-icono svg{width:20px;height:20px;flex:none}.sc-edi__punto-cuerpo{display:flex;flex-direction:column;gap:4px;min-width:0;padding-top:2px}.sc-edi__punto-titulo{color:var(--sc-pizarra, #1F2937);font-size:1rem;font-weight:600;line-height:1.32;letter-spacing:-.005em}.sc-edi__punto-texto{color:var(--sc-gris, #6B7280);font-size:.92rem;line-height:1.55}.sc-edi__acciones{display:flex;flex-wrap:wrap;align-items:center;gap:12px 24px}.sc-edi .sc-btn.sc-edi__cta{display:inline-flex;align-items:center;justify-content:center;min-height:48px;padding-block:12px}.sc-edi__enlace{display:inline-flex;align-items:center;gap:8px;min-height:44px;padding:10px 2px;color:var(--sc-verde-oscuro, #00745D);font-size:.95rem;font-weight:600;text-decoration:none;border-radius:6px;transition:gap .25s var(--sc-ease, cubic-bezier(.4, 0, .2, 1)),color .25s var(--sc-ease, cubic-bezier(.4, 0, .2, 1))}.sc-edi__enlace:hover{gap:12px;color:var(--sc-verde, #009F7F)}.sc-edi__enlace:focus-visible{outline:2px solid var(--sc-verde, #009F7F);outline-offset:3px}.sc-edi__enlace-txt{border-bottom:1px solid rgba(0,159,127,.38);padding-bottom:2px}.sc-edi__flecha{width:17px;height:17px;flex:none}.sc-edi .sc-btn.sc-edi__cta:focus-visible{outline:2px solid var(--sc-verde-oscuro, #00745D);outline-offset:3px}.sc-edi__ani{transition:opacity .55s var(--sc-ease, cubic-bezier(.4, 0, .2, 1)),transform .55s var(--sc-ease, cubic-bezier(.4, 0, .2, 1))}.sc-edi--anim .sc-edi__ani{opacity:0;transform:translateY(16px);transition-delay:calc(var(--sc-edi-i, 0) * 70ms)}.sc-edi--anim .sc-edi__ani.sc-edi--visible{opacity:1;transform:translateY(0)}@media(max-width:1100px){.sc-edi__lienzo{grid-template-columns:minmax(0,46fr) minmax(0,54fr);gap:clamp(28px,3.6vw,44px)}.sc-edi__puntos{gap:20px 22px}}@media(max-width:900px){.sc-edi__lienzo,.sc-edi__lienzo--derecha{grid-template-columns:minmax(0,1fr);gap:48px}.sc-edi__lienzo--derecha .sc-edi__media,.sc-edi__lienzo--derecha .sc-edi__texto{order:0}.sc-edi__media{max-width:620px}.sc-edi__img{aspect-ratio:3 / 2}.sc-edi__dato{right:auto;left:16px;bottom:-22px;max-width:calc(100% - 32px)}}@media(max-width:620px){.sc-edi__puntos{grid-template-columns:minmax(0,1fr);gap:18px}.sc-sub.sc-edi__parrafo{margin-bottom:26px}.sc-edi__acciones{gap:10px 18px}.sc-edi .sc-btn.sc-edi__cta{flex:1 1 100%}.sc-edi__dato{gap:10px;padding:12px 14px}}@media(prefers-reduced-motion:reduce){.sc-edi__ani,.sc-edi__enlace{transition:none;transition-delay:0s}.sc-edi--anim .sc-edi__ani{opacity:1;transform:none;transition-delay:0s}.sc-edi__enlace:hover{gap:8px}}.sc-ft-seccion{display:block;width:100%}.sc-ft{--sc-ft-texto: #E9EEF3;--sc-ft-tenue: #9AA6B3;--sc-ft-linea: rgba(255, 255, 255, .08);--sc-ft-ico: 18px;position:relative;background:var(--sc-pizarra, #1F2937);background-image:linear-gradient(180deg,var(--sc-pizarra, #1F2937) 0%,#16202B 100%);color:var(--sc-ft-texto);font-size:15px;line-height:1.6}.sc-ft a{color:inherit;text-decoration:none}.sc-ft ul{margin:0;padding:0;list-style:none}.sc-ft svg{width:18px;height:18px;flex:none}.sc-ft a:focus-visible,.sc-ft button:focus-visible,.sc-ft summary:focus-visible,.sc-ft input:focus-visible{outline:2px solid var(--sc-verde, #009F7F);outline-offset:3px;border-radius:6px}.sc-ft-vh{position:absolute;width:1px;height:1px;margin:-1px;padding:0;overflow:hidden;clip:rect(0 0 0 0);clip-path:inset(50%);white-space:nowrap;border:0}.sc-ft .sc-ft-ico16{width:16px;height:16px;flex:none}.sc-ft-news{border-bottom:1px solid var(--sc-ft-linea)}.sc-ft-news__in{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,50%);align-items:center;gap:14px 40px;padding-top:24px;padding-bottom:24px}.sc-ft-news__txt{min-width:0}.sc-ft-news__titulo{margin:0;font-size:16px;line-height:1.35;font-weight:600;letter-spacing:-.005em;color:var(--sc-blanco, #FFFFFF)}.sc-ft-news__sub{margin:4px 0 0;max-width:56ch;font-size:13.5px;line-height:1.5;color:var(--sc-ft-tenue)}.sc-ft-news__form{justify-self:end;width:100%;max-width:440px;min-width:0}.sc-ft-form{margin:0}.sc-ft-campo{display:flex;gap:8px}.sc-ft-input{flex:1 1 auto;min-width:0;min-height:46px;padding:0 14px;color:var(--sc-blanco, #FFFFFF);font:inherit;font-size:14.5px;background:transparent;border:1px solid rgba(255,255,255,.18);border-radius:8px;transition:border-color .2s var(--sc-ease, cubic-bezier(.4, 0, .2, 1));-webkit-appearance:none;appearance:none}.sc-ft-input::placeholder{color:#9aa6b3b3}.sc-ft-input:hover{border-color:#ffffff4d}.sc-ft-input:focus{border-color:var(--sc-verde, #009F7F)}.sc-ft-input[aria-invalid=true]{border-color:#e8a088}.sc-ft-enviar{flex:none;display:inline-flex;align-items:center;justify-content:center;min-height:46px;padding-right:20px;padding-left:20px;white-space:nowrap}.sc-ft-aviso:empty{display:none}.sc-ft-msg{display:flex;align-items:flex-start;gap:7px;margin:10px 0 0;font-size:13.5px;line-height:1.5}.sc-ft .sc-ft-msg svg{width:16px;height:16px;flex:none;margin-top:3px}.sc-ft-msg--ok{color:#79dfc3}.sc-ft-msg--error{color:#f0b49b}.sc-ft-legal{margin:8px 0 0;font-size:12px;line-height:1.5;color:#9aa6b3cc}.sc-ft-cuerpo{padding-top:54px;padding-bottom:44px}.sc-ft-grid{display:grid;grid-template-columns:minmax(0,1.7fr) minmax(0,1fr) minmax(0,1fr) minmax(0,1.35fr);gap:40px 34px}.sc-ft-col{min-width:0}.sc-ft-col--marca{max-width:420px}.sc-ft-logo{display:flex;align-items:center;gap:12px;min-height:44px;margin-bottom:16px}.sc-ft-logo__img{display:block;width:auto;max-width:220px;height:auto;max-height:44px}.sc-ft-logo__img--claro{filter:brightness(0) invert(1);opacity:.92}.sc-ft-logo__txt{font-size:20px;font-weight:700;letter-spacing:-.01em;color:var(--sc-blanco, #FFFFFF)}.sc-ft-logo__txt[hidden]{display:none}.sc-ft-desc{margin:0;max-width:46ch;font-size:14.5px;color:var(--sc-ft-tenue)}.sc-ft-respaldo{display:flex;align-items:flex-start;gap:8px;margin:14px 0 0;padding:0;max-width:48ch;font-size:13px;line-height:1.5;color:var(--sc-ft-tenue);background:none;border:0}.sc-ft .sc-ft-respaldo svg{width:16px;height:16px;flex:none;margin-top:2px;color:var(--sc-verde, #009F7F)}.sc-ft-redes{display:flex;flex-wrap:wrap;margin:20px 0 0 -11px}.sc-ft-red{display:inline-flex;align-items:center;justify-content:center;width:44px;height:44px;color:var(--sc-ft-tenue);background:none;border:0;transition:color .18s var(--sc-ease, cubic-bezier(.4, 0, .2, 1))}.sc-ft .sc-ft-red svg{width:20px;height:20px;flex:none}.sc-ft-red:hover{color:var(--sc-blanco, #FFFFFF)}.sc-ft-rotulo{display:block;margin:0 0 12px;font-size:12px;font-weight:700;line-height:1.4;letter-spacing:.1em;text-transform:uppercase;color:#e9eef3b8}.sc-ft-col--enlaces{min-width:0}.sc-ft-acordeon{margin:0;padding:0;border:0}.sc-ft-acordeon__resumen{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:0;list-style:none}.sc-ft-acordeon__resumen::-webkit-details-marker{display:none}.sc-ft-acordeon__resumen .sc-ft-rotulo{margin-bottom:0}.sc-ft .sc-ft-acordeon__flecha{width:20px;height:20px;flex:none;color:var(--sc-ft-tenue);transition:transform .22s var(--sc-ease, cubic-bezier(.4, 0, .2, 1))}.sc-ft-acordeon__cuerpo{padding:0}.sc-ft-lista{display:flex;flex-direction:column}.sc-ft-enlace{display:inline-flex;align-items:center;min-height:34px;padding-right:4px;font-size:14.5px;line-height:1.5;color:var(--sc-ft-tenue);transition:color .18s var(--sc-ease, cubic-bezier(.4, 0, .2, 1)),transform .18s var(--sc-ease, cubic-bezier(.4, 0, .2, 1))}.sc-ft-enlace:hover{color:var(--sc-blanco, #FFFFFF);transform:translate(2px)}.sc-ft-col--contacto{min-width:0}.sc-ft-datos{display:grid;gap:14px}.sc-ft-dato{display:grid;grid-template-columns:18px minmax(0,1fr);column-gap:11px;row-gap:1px;align-items:start;min-width:0;--sc-ft-dato-ico: url(data:image/svg+xml,%3Csvg%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20viewBox%3D%270%200%2024%2024%27%20fill%3D%27none%27%20stroke%3D%27black%27%20stroke-width%3D%271.8%27%20stroke-linecap%3D%27round%27%20stroke-linejoin%3D%27round%27%3E%3Cpath%20d%3D%27M20%2010c0%206-8%2012-8%2012S4%2016%204%2010a8%208%200%200%201%2016%200z%27%2F%3E%3Ccircle%20cx%3D%2712%27%20cy%3D%2710%27%20r%3D%272.6%27%2F%3E%3C%2Fsvg%3E)}.sc-ft-dato:before{content:"";grid-column:1;grid-row:1 / span 2;width:18px;height:18px;margin-top:3px;background-color:var(--sc-ft-tenue);-webkit-mask:var(--sc-ft-dato-ico) center / 18px 18px no-repeat;mask:var(--sc-ft-dato-ico) center / 18px 18px no-repeat}.sc-ft-dato:has(>.sc-ft-dato__link[href^="tel:"]){--sc-ft-dato-ico: url(data:image/svg+xml,%3Csvg%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20viewBox%3D%270%200%2024%2024%27%20fill%3D%27none%27%20stroke%3D%27black%27%20stroke-width%3D%271.8%27%20stroke-linecap%3D%27round%27%20stroke-linejoin%3D%27round%27%3E%3Cpath%20d%3D%27M6.4%203.5h3l1.5%204-2%201.4a12.4%2012.4%200%200%200%206.2%206.2l1.4-2%204%201.5v3a2%202%200%200%201-2.2%202A16.6%2016.6%200%200%201%204.4%205.7%202%202%200%200%201%206.4%203.5z%27%2F%3E%3C%2Fsvg%3E)}.sc-ft-dato:has(>.sc-ft-dato__link[href^="mailto:"]){--sc-ft-dato-ico: url(data:image/svg+xml,%3Csvg%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20viewBox%3D%270%200%2024%2024%27%20fill%3D%27none%27%20stroke%3D%27black%27%20stroke-width%3D%271.8%27%20stroke-linecap%3D%27round%27%20stroke-linejoin%3D%27round%27%3E%3Crect%20x%3D%273%27%20y%3D%275%27%20width%3D%2718%27%20height%3D%2714%27%20rx%3D%272%27%2F%3E%3Cpath%20d%3D%27M3.6%206.6l8.4%205.9%208.4-5.9%27%2F%3E%3C%2Fsvg%3E)}.sc-ft-dato:last-child:has(>.sc-ft-dato__valor){--sc-ft-dato-ico: url(data:image/svg+xml,%3Csvg%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20viewBox%3D%270%200%2024%2024%27%20fill%3D%27none%27%20stroke%3D%27black%27%20stroke-width%3D%271.8%27%20stroke-linecap%3D%27round%27%20stroke-linejoin%3D%27round%27%3E%3Ccircle%20cx%3D%2712%27%20cy%3D%2712%27%20r%3D%279%27%2F%3E%3Cpath%20d%3D%27M12%207.4V12l3%201.9%27%2F%3E%3C%2Fsvg%3E)}.sc-ft-dato--urgencia{--sc-ft-dato-ico: url(data:image/svg+xml,%3Csvg%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20viewBox%3D%270%200%2024%2024%27%20fill%3D%27none%27%20stroke%3D%27black%27%20stroke-width%3D%271.8%27%20stroke-linecap%3D%27round%27%20stroke-linejoin%3D%27round%27%3E%3Cpath%20d%3D%27M12%203.2l8.8%2015.6H3.2z%27%2F%3E%3Cpath%20d%3D%27M12%209.6v3.6%27%2F%3E%3Cpath%20d%3D%27M12%2016.4h.01%27%2F%3E%3C%2Fsvg%3E)}.sc-ft-dato--urgencia:before{background-color:var(--sc-verde, #009F7F)}.sc-ft-dato__rot{grid-column:2;font-size:11.5px;line-height:1.4;letter-spacing:.08em;text-transform:uppercase;color:#9aa6b3cc}.sc-ft-dato--urgencia .sc-ft-dato__rot{color:var(--sc-verde, #009F7F)}.sc-ft-dato__link,.sc-ft-dato__valor{grid-column:2;min-width:0;font-size:15px;line-height:1.45;color:var(--sc-blanco, #FFFFFF);overflow-wrap:anywhere}.sc-ft-dato__link{display:inline-flex;align-items:center;min-height:28px;font-weight:600;transition:color .18s var(--sc-ease, cubic-bezier(.4, 0, .2, 1))}.sc-ft-dato__link:hover{color:var(--sc-verde, #009F7F)}.sc-ft-dato__valor{display:block;color:var(--sc-ft-texto)}.sc-ft-barra{border-top:1px solid var(--sc-ft-linea)}.sc-ft-barra__in{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:4px 28px;padding-top:8px;padding-bottom:8px}.sc-ft-copy{margin:0;font-size:13px;color:#9aa6b3d9}.sc-ft-legales{margin-left:auto}.sc-ft-legales ul{display:flex;flex-wrap:wrap;gap:0 22px}.sc-ft-enlace--min{min-height:44px;font-size:13px}.sc-ft-pagos{display:flex;align-items:center;gap:12px}.sc-ft-pagos__rot{font-size:11px;letter-spacing:.12em;text-transform:uppercase;color:#9aa6b3a6}.sc-ft-pagos__lista{display:flex;align-items:center;gap:12px}.sc-ft-pago{display:inline-flex;align-items:center;color:var(--sc-ft-texto);background:none;border:0;opacity:.5;transition:opacity .18s var(--sc-ease, cubic-bezier(.4, 0, .2, 1))}.sc-ft .sc-ft-pago svg{display:block;width:28px;height:20px;flex:none}.sc-ft-pagos:hover .sc-ft-pago{opacity:.72}@media(min-width:750px){.sc-ft-acordeon__resumen{cursor:default;pointer-events:none;padding-bottom:12px}.sc-ft .sc-ft-acordeon__flecha{display:none}.sc-ft-acordeon__cuerpo{display:block!important}}@media(min-width:750px){.sc-ft-acordeon::details-content{content-visibility:visible;block-size:auto}}@media(max-width:1100px){.sc-ft-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:36px 30px}.sc-ft-col--marca{grid-column:1 / -1;max-width:580px}}@media(max-width:900px){.sc-ft-news__in{grid-template-columns:minmax(0,1fr);padding-top:22px;padding-bottom:22px}.sc-ft-news__form{justify-self:stretch;max-width:none}}@media(max-width:749px){.sc-ft-cuerpo{padding-top:36px;padding-bottom:30px}.sc-ft-grid{grid-template-columns:minmax(0,1fr);gap:0}.sc-ft-col--marca{max-width:none;padding-bottom:26px}.sc-ft-col--enlaces .sc-ft-acordeon{border-top:1px solid var(--sc-ft-linea)}.sc-ft-acordeon__resumen{min-height:52px;cursor:pointer}.sc-ft .sc-ft-acordeon[open] .sc-ft-acordeon__flecha{transform:rotate(180deg)}.sc-ft-acordeon__cuerpo{padding-bottom:10px}.sc-ft-enlace{min-height:44px}.sc-ft-col--contacto{padding-top:26px;border-top:1px solid var(--sc-ft-linea)}.sc-ft-dato__link{min-height:34px}.sc-ft-barra__in{flex-direction:column;align-items:center;justify-content:center;gap:6px;padding-top:16px;padding-bottom:18px;text-align:center}.sc-ft-legales{margin-left:0}.sc-ft-legales ul{justify-content:center;gap:0 18px}.sc-ft-pagos{justify-content:center;padding-top:4px}}@media(max-width:480px){.sc-ft-campo{flex-direction:column}.sc-ft-enviar{width:100%}}@media(prefers-reduced-motion:reduce){.sc-ft *,.sc-ft *:before,.sc-ft *:after{transition:none!important;animation:none!important;scroll-behavior:auto!important}.sc-ft .sc-ft-enlace:hover,.sc-ft .sc-ft-acordeon[open] .sc-ft-acordeon__flecha{transform:none}}header.sc-hdr-seccion{position:sticky;top:0;z-index:900;display:block;width:100%;max-width:none;margin:0}.sc-hdr{position:relative;background:var(--sc-blanco);border-bottom:1px solid var(--sc-borde);box-shadow:0 0 #1f293700;transition:box-shadow .28s var(--sc-ease),background-color .28s var(--sc-ease);font-family:inherit;color:var(--sc-pizarra)}.sc-hdr--fijo{box-shadow:var(--sc-sombra)}.sc-hdr--fijo .sc-hdr__main,.sc-hdr--fijo .sc-hdr__nav{background:#fffffff0;backdrop-filter:saturate(160%) blur(12px);-webkit-backdrop-filter:saturate(160%) blur(12px)}.sc-hdr--fijo .sc-hdr__top{margin-top:calc(var(--sc-hdr-top-alto, 38px) * -1);opacity:0;visibility:hidden}.sc-hdr__oculto{position:absolute!important;width:1px;height:1px;margin:-1px;padding:0;overflow:hidden;clip:rect(0 0 0 0);clip-path:inset(50%);white-space:nowrap;border:0}.sc-hdr__top{background:var(--sc-pizarra);color:#ffffffe0;font-size:13px;line-height:1.3;transition:margin-top .3s var(--sc-ease),opacity .2s var(--sc-ease),visibility .2s var(--sc-ease)}.sc-hdr__top-in{max-width:1320px;margin:0 auto;padding:8px 20px;display:flex;align-items:center;justify-content:space-between;gap:16px;flex-wrap:wrap}.sc-hdr__envio{margin:0;display:flex;align-items:center;gap:8px;color:#ffffffd1}.sc-hdr__ico{width:16px;height:16px;flex:0 0 auto;color:var(--sc-verde)}.sc-hdr__top-acciones{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.sc-hdr__tel,.sc-hdr__cot{display:inline-flex;align-items:center;gap:8px;min-height:32px;padding:4px 10px;border-radius:999px;color:var(--sc-blanco);text-decoration:none;transition:background-color .2s var(--sc-ease),color .2s var(--sc-ease)}.sc-hdr__tel:hover,.sc-hdr__cot:hover{background:#009f7f2e;color:var(--sc-blanco)}.sc-hdr__tel strong{font-weight:600;letter-spacing:.2px}.sc-hdr__tel-et{color:#ffffffb3}.sc-hdr__cot{border:1px solid rgba(255,255,255,.22)}.sc-hdr__cot:hover{border-color:var(--sc-verde)}.sc-hdr__main{background:var(--sc-blanco)}.sc-hdr__main-in{max-width:1320px;margin:0 auto;padding:12px 20px;display:grid;grid-template-columns:1fr minmax(0,560px) 1fr;align-items:center;gap:24px}.sc-hdr__logo{display:inline-flex;align-items:center;flex:0 0 auto;justify-self:start;min-height:44px;text-decoration:none;color:var(--sc-pizarra)}.sc-hdr__logo-img{display:block;height:var(--sc-hdr-logo-alto, 44px);width:auto;max-width:220px;object-fit:contain}.sc-hdr__logo-txt{font-size:20px;font-weight:700;letter-spacing:-.2px;color:var(--sc-pizarra)}.sc-hdr__logo-txt[hidden]{display:none}.sc-hdr__buscador{flex:1 1 auto;min-width:0;width:100%}.sc-hdr__form{position:relative;display:flex;align-items:center;width:100%;background:var(--sc-blanco);border:1px solid var(--sc-borde);border-radius:999px;transition:border-color .2s var(--sc-ease),box-shadow .2s var(--sc-ease),background-color .2s var(--sc-ease)}.sc-hdr__form:focus-within{background:var(--sc-blanco);border-color:var(--sc-verde);box-shadow:0 0 0 3px #009f7f29}.sc-hdr__lupa{position:absolute;left:16px;width:19px;height:19px;color:var(--sc-gris);pointer-events:none}.sc-hdr__input{flex:1 1 auto;min-width:0;min-height:42px;padding:9px 12px 9px 42px;border:0;background:transparent;border-radius:999px 0 0 999px;font:inherit;font-size:15px;color:var(--sc-pizarra)}.sc-hdr__input::placeholder{color:var(--sc-gris)}.sc-hdr__input:focus{outline:none}.sc-hdr__input::-webkit-search-cancel-button{-webkit-appearance:none;appearance:none}.sc-hdr__enviar{flex:0 0 auto;min-height:34px;padding:0 16px;margin:4px;border:0;border-radius:999px;background:var(--sc-verde);color:var(--sc-blanco);font:inherit;font-size:13.5px;font-weight:600;cursor:pointer;transition:background-color .2s var(--sc-ease),transform .2s var(--sc-ease)}.sc-hdr__enviar:hover{background:var(--sc-verde-oscuro)}.sc-hdr__enviar:active{transform:scale(.98)}.sc-hdr__acciones{justify-self:end;display:flex;align-items:center;gap:4px;flex:0 0 auto}.sc-hdr__accion{display:inline-flex;align-items:center;gap:8px;min-height:44px;min-width:44px;padding:6px 12px;border-radius:var(--sc-radius);color:var(--sc-pizarra);text-decoration:none;font-size:14px;font-weight:500;transition:background-color .2s var(--sc-ease),color .2s var(--sc-ease)}.sc-hdr__accion:hover{background:var(--sc-menta);color:var(--sc-verde-oscuro)}.sc-hdr__accion-txt{white-space:nowrap}.sc-hdr__ico-g{width:23px;height:23px;flex:0 0 auto}.sc-hdr__accion--carro{font-weight:600}.sc-hdr__carro-env{position:relative;display:inline-flex;align-items:center;justify-content:center}.sc-hdr__badge{position:absolute;top:-7px;right:-9px;min-width:18px;height:18px;padding:0 5px;display:inline-flex;align-items:center;justify-content:center;border-radius:999px;background:var(--sc-verde);color:var(--sc-blanco);font-size:11px;font-weight:700;line-height:1;box-shadow:0 0 0 2px var(--sc-blanco)}.sc-hdr__hamb{display:none;align-items:center;justify-content:center;width:44px;height:44px;padding:0;border:1px solid var(--sc-borde);border-radius:12px;background:var(--sc-blanco);color:var(--sc-pizarra);cursor:pointer;transition:background-color .2s var(--sc-ease),border-color .2s var(--sc-ease)}.sc-hdr__hamb:hover{background:var(--sc-menta);border-color:var(--sc-verde)}.sc-hdr__hamb svg{width:24px;height:24px}.sc-hdr__hamb svg path{transition:transform .25s var(--sc-ease),opacity .2s var(--sc-ease);transform-origin:50% 50%}.sc-hdr__hamb[aria-expanded=true]{background:var(--sc-menta);border-color:var(--sc-verde);color:var(--sc-verde-oscuro)}.sc-hdr__hamb[aria-expanded=true] svg path:nth-child(1){transform:translateY(5px) rotate(45deg)}.sc-hdr__hamb[aria-expanded=true] svg path:nth-child(2){opacity:0}.sc-hdr__hamb[aria-expanded=true] svg path:nth-child(3){transform:translateY(-5px) rotate(-45deg)}.sc-hdr__nav{position:relative;background:var(--sc-blanco);border-top:1px solid var(--sc-borde)}.sc-hdr__nav-in{max-width:1320px;margin:0 auto;padding:0 20px}.sc-hdr__lista{display:flex;align-items:center;justify-content:center;gap:4px;margin:0;padding:0;list-style:none;flex-wrap:wrap}.sc-hdr__item{position:static;margin:0}.sc-hdr__enlace{position:relative;display:inline-flex;align-items:center;gap:6px;min-height:46px;padding:10px 14px;color:var(--sc-pizarra);text-decoration:none;font-size:15px;font-weight:500;transition:color .2s var(--sc-ease),background-color .2s var(--sc-ease)}.sc-hdr__enlace:after{content:"";position:absolute;left:14px;right:14px;bottom:6px;height:2px;border-radius:2px;background:var(--sc-verde);transform:scaleX(0);transform-origin:left center;transition:transform .25s var(--sc-ease)}.sc-hdr__enlace:hover{color:var(--sc-verde-oscuro)}.sc-hdr__enlace:hover:after{transform:scaleX(1)}.sc-hdr__enlace--activo{color:var(--sc-verde-oscuro);font-weight:600}.sc-hdr__enlace--activo:after{transform:scaleX(1)}.sc-hdr__enlace--promo{margin-left:6px;min-height:38px;padding:8px 16px;border-radius:999px;background:var(--sc-verde);color:var(--sc-blanco);font-weight:600}.sc-hdr__enlace--promo:hover{background:var(--sc-verde-oscuro);color:var(--sc-blanco)}.sc-hdr__enlace--promo:after{display:none}.sc-hdr__flecha{width:15px;height:15px;transition:transform .25s var(--sc-ease)}.sc-hdr__item--mega{position:static}.sc-hdr__item--abierto .sc-hdr__enlace{color:var(--sc-verde-oscuro)}.sc-hdr__item--abierto .sc-hdr__enlace:after{transform:scaleX(1)}.sc-hdr__item--abierto .sc-hdr__flecha{transform:rotate(180deg)}.sc-hdr__panel{position:absolute;top:100%;left:0;right:0;z-index:20;background:var(--sc-blanco);border-top:1px solid var(--sc-borde);border-radius:0 0 var(--sc-radius) var(--sc-radius);box-shadow:var(--sc-sombra);opacity:0;visibility:hidden;pointer-events:none;transform:translateY(-8px);transition:opacity .22s var(--sc-ease),transform .22s var(--sc-ease),visibility .22s var(--sc-ease)}.sc-hdr__item--abierto .sc-hdr__panel{opacity:1;visibility:visible;pointer-events:auto;transform:translateY(0)}.sc-hdr__panel-in{max-width:1320px;margin:0 auto;padding:28px 20px 32px}.sc-hdr__cols{display:grid;grid-template-columns:repeat(3,minmax(0,1fr)) minmax(240px,300px);gap:28px;align-items:start}.sc-hdr__col{min-width:0}.sc-hdr__col-tit{margin:0 0 12px;padding-bottom:8px;border-bottom:1px solid var(--sc-borde);font-size:12px;font-weight:700;letter-spacing:.8px;text-transform:uppercase;color:var(--sc-verde-oscuro)}.sc-hdr__col-lista{margin:0;padding:0;list-style:none;display:grid;gap:2px}.sc-hdr__col-enlace{display:flex;align-items:center;gap:8px;min-height:40px;padding:8px 10px;border-radius:10px;color:var(--sc-pizarra);text-decoration:none;font-size:14.5px;line-height:1.35;transition:background-color .18s var(--sc-ease),color .18s var(--sc-ease)}.sc-hdr__col-enlace svg{width:15px;height:15px;flex:0 0 auto;color:var(--sc-verde);opacity:0;transform:translate(-4px);transition:opacity .18s var(--sc-ease),transform .18s var(--sc-ease)}.sc-hdr__col-enlace:hover{background:var(--sc-menta);color:var(--sc-verde-oscuro)}.sc-hdr__col-enlace:hover svg{opacity:1;transform:translate(0)}.sc-hdr__col-enlace--activo{background:var(--sc-menta);color:var(--sc-verde-oscuro);font-weight:600}.sc-hdr__col-enlace--activo svg{opacity:1;transform:translate(0)}.sc-hdr__promo{grid-column:-2 / -1;padding:16px;border:1px solid var(--sc-borde);border-radius:var(--sc-radius);background:var(--sc-menta)}.sc-hdr__promo-media{margin-bottom:12px;border-radius:10px;overflow:hidden;background:var(--sc-blanco)}.sc-hdr__promo-img{display:block;width:100%;height:150px;object-fit:cover}.sc-hdr__promo-ph{display:flex;align-items:center;justify-content:center;height:150px;color:var(--sc-gris);background:var(--sc-blanco)}.sc-hdr__promo-ph svg{width:34px;height:34px}.sc-hdr__promo-tit{margin:0 0 6px;font-size:16px;font-weight:700;color:var(--sc-pizarra)}.sc-hdr__promo-txt{margin:0 0 12px;font-size:13.5px;line-height:1.45;color:var(--sc-gris)}.sc-hdr__promo-cta{display:inline-flex;align-items:center;gap:8px;min-height:40px;padding:9px 16px;border-radius:999px;background:var(--sc-verde);color:var(--sc-blanco);text-decoration:none;font-size:14px;font-weight:600;transition:background-color .2s var(--sc-ease)}.sc-hdr__promo-cta svg{width:16px;height:16px;transition:transform .2s var(--sc-ease)}.sc-hdr__promo-cta:hover{background:var(--sc-verde-oscuro)}.sc-hdr__promo-cta:hover svg{transform:translate(3px)}.sc-hdr__fondo{position:fixed;top:0;right:0;bottom:0;left:0;z-index:950;background:#1f293780;opacity:0;transition:opacity .3s var(--sc-ease)}.sc-hdr__fondo[hidden]{display:none}.sc-hdr__fondo--visible{opacity:1}.sc-hdr__drawer{position:fixed;top:0;right:0;bottom:0;z-index:960;width:min(400px,88vw);height:100%;display:flex;flex-direction:column;background:var(--sc-blanco);box-shadow:-10px 0 40px #1f29372e;transform:translate(100%);visibility:hidden;transition:transform .3s var(--sc-ease),visibility .3s var(--sc-ease)}.sc-hdr__drawer--abierto{transform:translate(0);visibility:visible}.sc-hdr__drawer-top{flex:0 0 auto;display:flex;align-items:center;justify-content:space-between;gap:12px;padding:14px 18px;border-bottom:1px solid var(--sc-borde)}.sc-hdr__drawer-tit{margin:0;font-size:16px;font-weight:700;color:var(--sc-pizarra)}.sc-hdr__drawer-cerrar{display:inline-flex;align-items:center;justify-content:center;width:44px;height:44px;padding:0;border:1px solid var(--sc-borde);border-radius:12px;background:var(--sc-blanco);color:var(--sc-pizarra);cursor:pointer;transition:background-color .2s var(--sc-ease),color .2s var(--sc-ease)}.sc-hdr__drawer-cerrar:hover{background:var(--sc-menta);color:var(--sc-verde-oscuro)}.sc-hdr__drawer-cerrar svg{width:22px;height:22px}.sc-hdr__drawer-cuerpo{flex:1 1 auto;overflow-y:auto;-webkit-overflow-scrolling:touch;padding:16px 18px 24px}.sc-hdr__form--drawer{margin-bottom:16px}.sc-hdr__form--drawer .sc-hdr__enviar{padding:0 16px}.sc-hdr__mlista{margin:0;padding:0;list-style:none;display:grid;gap:2px}.sc-hdr__acc{border-bottom:1px solid var(--sc-borde)}.sc-hdr__acc-sum{display:flex;align-items:center;justify-content:space-between;gap:10px;min-height:48px;padding:12px 4px;cursor:pointer;list-style:none;font-size:15.5px;font-weight:600;color:var(--sc-pizarra)}.sc-hdr__acc-sum::-webkit-details-marker{display:none}.sc-hdr__acc-sum svg{width:18px;height:18px;flex:0 0 auto;color:var(--sc-gris);transition:transform .25s var(--sc-ease)}.sc-hdr__acc[open] .sc-hdr__acc-sum{color:var(--sc-verde-oscuro)}.sc-hdr__acc[open] .sc-hdr__acc-sum svg{transform:rotate(180deg);color:var(--sc-verde)}.sc-hdr__acc-cuerpo{padding:4px 0 14px;display:grid;gap:2px}.sc-hdr__mcol-tit{margin:12px 0 4px;font-size:11.5px;font-weight:700;letter-spacing:.8px;text-transform:uppercase;color:var(--sc-gris)}.sc-hdr__menlace{display:flex;align-items:center;min-height:44px;padding:10px 12px;border-radius:10px;color:var(--sc-pizarra);text-decoration:none;font-size:15px;transition:background-color .18s var(--sc-ease),color .18s var(--sc-ease)}.sc-hdr__menlace:hover{background:var(--sc-menta);color:var(--sc-verde-oscuro)}.sc-hdr__menlace--raiz{min-height:48px;padding:12px 4px;border-bottom:1px solid var(--sc-borde);border-radius:0;font-size:15.5px;font-weight:600}.sc-hdr__menlace--ver{color:var(--sc-verde-oscuro);font-weight:600}.sc-hdr__menlace--promo{margin-top:10px;justify-content:center;border-bottom:0;border-radius:999px;background:var(--sc-verde);color:var(--sc-blanco)}.sc-hdr__menlace--promo:hover{background:var(--sc-verde-oscuro);color:var(--sc-blanco)}.sc-hdr__menlace--activo{background:var(--sc-menta);color:var(--sc-verde-oscuro);font-weight:600}.sc-hdr__drawer-pie{flex:0 0 auto;display:grid;gap:4px;padding:14px 18px calc(14px + env(safe-area-inset-bottom,0px));border-top:1px solid var(--sc-borde);background:var(--sc-menta)}.sc-hdr__pie-enlace{display:flex;align-items:center;gap:10px;min-height:44px;padding:8px 10px;border-radius:10px;color:var(--sc-pizarra);text-decoration:none;font-size:14px;transition:background-color .18s var(--sc-ease)}.sc-hdr__pie-enlace svg{width:20px;height:20px;flex:0 0 auto;color:var(--sc-verde)}.sc-hdr__pie-enlace:hover{background:var(--sc-blanco)}.sc-hdr__pie-enlace strong{display:block;font-weight:600}.sc-hdr__pie-et{display:block;font-size:12px;color:var(--sc-gris)}body.sc-hdr-abierto{overflow:hidden;touch-action:none}.sc-hdr a:focus-visible,.sc-hdr button:focus-visible,.sc-hdr input:focus-visible,.sc-hdr summary:focus-visible,.sc-hdr [tabindex]:focus-visible{outline:2px solid var(--sc-verde);outline-offset:2px}.sc-hdr__form:focus-within .sc-hdr__input:focus-visible{outline:none}@media(max-width:749px){.sc-hdr__top-acciones{display:none}.sc-hdr__envio{min-width:0}.sc-hdr__envio span{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}}@media(max-width:1180px){.sc-hdr__cols{grid-template-columns:repeat(2,minmax(0,1fr)) minmax(220px,260px);gap:20px}.sc-hdr__accion-txt{display:none}}@media(max-width:999px){.sc-hdr__top-in{justify-content:center;padding:7px 16px;font-size:12px}.sc-hdr__tel-et,.sc-hdr__cot span{display:none}.sc-hdr__main-in{display:flex;flex-wrap:wrap;gap:12px;row-gap:10px;padding:10px 16px 12px}.sc-hdr__buscador{order:10;flex:1 1 100%;max-width:none}.sc-hdr__acciones{margin-left:auto}.sc-hdr__input{min-height:44px;font-size:16px}.sc-hdr__nav{display:none}.sc-hdr__hamb{display:inline-flex}.sc-hdr__accion-txt{display:none}.sc-hdr__logo-img{max-width:160px}.sc-hdr__panel{display:none}}@media(min-width:1000px){.sc-hdr__hamb,.sc-hdr__drawer,.sc-hdr__fondo{display:none}}@media(max-width:420px){.sc-hdr__envio{font-size:11.5px}.sc-hdr__drawer{width:92vw}}@media(prefers-reduced-motion:reduce){.sc-hdr,.sc-hdr *,.sc-hdr *:before,.sc-hdr *:after,.sc-hdr__drawer,.sc-hdr__fondo{transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important;scroll-behavior:auto!important}.sc-hdr__item--abierto .sc-hdr__panel{transform:none!important}.sc-hdr__col-enlace svg,.sc-hdr__promo-cta:hover svg{transform:none!important}.sc-hdr__drawer--abierto{transform:translate(0)!important}}html.sc-pop-abierto{overflow:hidden}.sc-pop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:240;display:flex;align-items:center;justify-content:center;padding:20px}.sc-pop[hidden]{display:none}.sc-pop__velo{position:absolute;top:0;right:0;bottom:0;left:0;background:#0f201c85;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);animation:sc-pop-velo .35s var(--sc-ease) both}@keyframes sc-pop-velo{0%{opacity:0}to{opacity:1}}.sc-pop__caja{position:relative;width:100%;max-width:440px;padding:36px 32px 26px;background:var(--sc-blanco, #FFFFFF);border-radius:22px;overflow:hidden;box-shadow:0 30px 90px #0f201c52,0 6px 22px #0f201c24;animation:sc-pop-entra .55s cubic-bezier(.22,1,.36,1) .12s both}.sc-pop__caja:before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(90deg,var(--sc-verde) 0%,#7FE0C8 55%,var(--sc-menta) 100%)}@keyframes sc-pop-entra{0%{opacity:0;transform:translateY(26px) scale(.96)}to{opacity:1;transform:translateY(0) scale(1)}}.sc-pop--saliendo .sc-pop__velo{animation:none;opacity:0;transition:opacity .25s var(--sc-ease)}.sc-pop--saliendo .sc-pop__caja{animation:none;opacity:0;transform:translateY(14px) scale(.97);transition:opacity .25s var(--sc-ease),transform .25s var(--sc-ease)}.sc-pop__x{position:absolute;top:14px;right:14px;display:flex;align-items:center;justify-content:center;width:36px;height:36px;padding:0;border:0;border-radius:50%;background:#f3f5f4;color:var(--sc-gris);cursor:pointer;transition:background .25s var(--sc-ease),color .25s var(--sc-ease)}.sc-pop__x:hover{background:var(--sc-menta);color:var(--sc-verde-oscuro)}.sc-pop__x svg{width:16px;height:16px;flex:none}.sc-pop__chip{display:flex;align-items:center;justify-content:center;width:52px;height:52px;margin-bottom:14px;border-radius:16px;background:var(--sc-menta);color:var(--sc-verde-oscuro)}.sc-pop__chip svg{width:26px;height:26px;flex:none}.sc-pop__kicker{margin:0 0 6px;font-size:.76rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:var(--sc-verde-oscuro)}.sc-pop__titulo{margin:0 0 8px;font-size:1.42rem;font-weight:700;line-height:1.22;letter-spacing:-.01em;color:var(--sc-pizarra)}.sc-pop__texto{margin:0 0 18px;font-size:.94rem;line-height:1.6;color:var(--sc-gris)}.sc-pop__fila{display:flex;flex-direction:column;gap:10px}.sc-pop__lbl{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0 0 0 0);white-space:nowrap}.sc-pop__input{width:100%;min-height:48px;padding:0 16px;font-size:.95rem;color:var(--sc-pizarra);background:#fafbfb;border:1.5px solid var(--sc-borde);border-radius:12px;transition:border-color .25s var(--sc-ease),background .25s var(--sc-ease)}.sc-pop__input:focus{outline:none;border-color:var(--sc-verde);background:var(--sc-blanco, #FFFFFF)}.sc-pop__btn{width:100%;min-height:48px}.sc-pop__no{display:block;margin:14px auto 0;padding:6px 10px;border:0;background:none;font-size:.86rem;font-weight:600;color:var(--sc-gris);cursor:pointer;text-decoration:underline;text-underline-offset:3px}.sc-pop__no:hover{color:var(--sc-pizarra)}.sc-pop__ok{display:flex;gap:10px;align-items:flex-start;margin:0;padding:14px 16px;font-size:.94rem;line-height:1.5;color:var(--sc-verde-oscuro);background:var(--sc-menta);border-radius:12px}.sc-pop__ok svg{width:20px;height:20px;flex:none;margin-top:2px}.sc-pop__error{margin:0 0 10px;font-size:.88rem;font-weight:600;color:#b4232a}.sc-pop__nota{margin:12px 0 0;font-size:.78rem;text-align:center;color:var(--sc-gris)}@media(max-width:560px){.sc-pop{align-items:flex-end;padding:0}.sc-pop__caja{max-width:none;border-radius:20px 20px 0 0;padding:30px 22px 22px;animation-name:sc-pop-sube}@keyframes sc-pop-sube{0%{opacity:0;transform:translateY(40px)}to{opacity:1;transform:translateY(0)}}}@media(max-width:560px){.sc-pop--saliendo .sc-pop__caja{transform:translateY(30px)}}@media(prefers-reduced-motion:reduce){.sc-pop__velo,.sc-pop__caja{animation:none}.sc-pop--saliendo .sc-pop__velo,.sc-pop--saliendo .sc-pop__caja{transition:none}}.sc-promos__grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:20px}.sc-promos__grid--3{grid-template-columns:repeat(3,minmax(0,1fr))}.sc-promo{position:relative;display:flex;min-height:216px;overflow:hidden;text-decoration:none;border-radius:var(--sc-radius);transition:transform .35s var(--sc-ease),box-shadow .35s var(--sc-ease)}.sc-promo:hover{transform:translateY(-4px);box-shadow:var(--sc-sombra)}.sc-promo:focus-visible{outline:3px solid var(--sc-verde);outline-offset:3px}.sc-promo--menta{background:linear-gradient(135deg,var(--sc-menta) 0%,#F6FEFB 60%,#E2F8F0 100%);border:1px solid #D3F0E6;color:var(--sc-pizarra)}.sc-promo--oscuro{background:linear-gradient(135deg,var(--sc-pizarra) 0%,#17313C 55%,var(--sc-verde-oscuro) 130%);color:var(--sc-blanco, #FFFFFF)}.sc-promo--verde{background:linear-gradient(135deg,var(--sc-verde) 0%,var(--sc-verde-oscuro) 100%);color:var(--sc-blanco, #FFFFFF)}.sc-promo__img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;transition:transform .6s var(--sc-ease)}.sc-promo:hover .sc-promo__img{transform:scale(1.05)}.sc-promo__velo{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(90deg,#1f2937c7,#1f293773 55%,#1f29371f)}.sc-promo__img~.sc-promo__cuerpo{color:var(--sc-blanco, #FFFFFF)}.sc-promo__cuerpo{position:relative;display:flex;flex-direction:column;align-items:flex-start;gap:8px;padding:28px 28px 24px;max-width:46ch}.sc-promo__chip{display:flex;align-items:center;justify-content:center;width:48px;height:48px;margin-bottom:6px;border-radius:14px;background:#009f7f24;color:var(--sc-verde-oscuro)}.sc-promo--oscuro .sc-promo__chip,.sc-promo--verde .sc-promo__chip{background:#ffffff24;color:var(--sc-blanco, #FFFFFF)}.sc-promo__chip svg{width:24px;height:24px;flex:none}.sc-promo__kicker{font-size:.78rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:var(--sc-verde-oscuro)}.sc-promo--oscuro .sc-promo__kicker,.sc-promo--verde .sc-promo__kicker{color:#9be8d5}.sc-promo__titulo{font-size:clamp(1.18rem,1.8vw,1.45rem);font-weight:700;line-height:1.25;letter-spacing:-.01em}.sc-promo__texto{font-size:.94rem;line-height:1.55;opacity:.86}.sc-promo__cta{display:inline-flex;align-items:center;gap:7px;margin-top:auto;padding-top:12px;font-size:.92rem;font-weight:700;color:var(--sc-verde-oscuro)}.sc-promo--oscuro .sc-promo__cta,.sc-promo--verde .sc-promo__cta,.sc-promo__img~.sc-promo__cuerpo .sc-promo__cta{color:var(--sc-blanco, #FFFFFF)}.sc-promo__cta svg{width:17px;height:17px;flex:none;transition:transform .35s var(--sc-ease)}.sc-promo:hover .sc-promo__cta svg{transform:translate(4px)}@media(max-width:860px){.sc-promos__grid,.sc-promos__grid--3{grid-template-columns:1fr;gap:14px}.sc-promo{min-height:176px}.sc-promo__cuerpo{padding:22px 20px 20px}}@media(prefers-reduced-motion:reduce){.sc-promo,.sc-promo__img,.sc-promo__cta svg{transition:none}.sc-promo:hover{transform:none}.sc-promo:hover .sc-promo__img,.sc-promo:hover .sc-promo__cta svg{transform:none}}.sc-rubros__cab{max-width:720px;margin:0 auto 40px;text-align:center}.sc-rubros--izq .sc-rubros__cab{margin-left:0;margin-right:0;text-align:left}.sc-rubros__titulo{margin:6px 0 0}.sc-rubros__sub{margin:14px 0 0}.sc-rubros__grid{list-style:none;margin:0;padding:0;display:grid;gap:18px;grid-template-columns:repeat(var(--sc-rub-cols-mov, 2),minmax(0,1fr))}.sc-rubros__celda{display:flex}@media(min-width:700px){.sc-rubros__grid{gap:20px;grid-template-columns:repeat(2,minmax(0,1fr))}}@media(min-width:1000px){.sc-rubros__grid{gap:22px;grid-template-columns:repeat(var(--sc-rub-cols, 4),minmax(0,1fr))}}.sc-rubro{position:relative;display:flex;flex-direction:column;width:100%;padding:24px 22px 20px;background:var(--sc-blanco);border:1px solid var(--sc-borde);border-radius:var(--sc-radius);transition:transform .35s var(--sc-ease),box-shadow .35s var(--sc-ease),border-color .35s var(--sc-ease)}@media(hover:hover){.sc-rubro:hover{transform:translateY(-4px);border-color:#009f7f61;box-shadow:var(--sc-sombra)}}.sc-rubro:focus-within{border-color:#009f7f61;box-shadow:var(--sc-sombra)}.sc-rubro__media{width:58px;height:58px;flex:0 0 auto;display:grid;place-items:center;margin-bottom:18px;border-radius:16px;background:var(--sc-menta);color:var(--sc-verde-oscuro);overflow:hidden}.sc-rubro__media svg{width:28px;height:28px;display:block}.sc-rubro__simbolo{display:grid;place-items:center;line-height:0}.sc-rubro__simbolo[hidden]{display:none}.sc-rubro__media--img{background:#f8fafa}.sc-rubro__media--img img{width:100%;height:100%;object-fit:cover;display:block}.sc-rubro__media--ph{background:#f8fafa;color:#9ca3af;border:1px solid var(--sc-borde)}.sc-rubro__nombre{margin:0 0 8px;font-size:1.02rem;line-height:1.32;font-weight:650;color:var(--sc-pizarra);letter-spacing:-.01em}.sc-rubro__desc{margin:0 0 18px;font-size:.92rem;line-height:1.58;color:var(--sc-gris);flex:1 1 auto}.sc-rubro__enlace{position:static;margin-top:auto;display:inline-flex;align-items:center;gap:8px;min-height:44px;font-size:.9rem;font-weight:600;color:var(--sc-verde-oscuro);text-decoration:none;align-self:flex-start}.sc-rubro__enlace:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;border-radius:var(--sc-radius)}.sc-rubro__enlace .sc-rubro__flecha{width:17px;height:17px;transition:transform .3s var(--sc-ease)}.sc-rubro__enlace:hover{color:var(--sc-verde)}.sc-rubro__enlace:hover .sc-rubro__flecha,.sc-rubro__enlace:focus-visible .sc-rubro__flecha,.sc-rubro:hover .sc-rubro__flecha{transform:translate(5px)}.sc-rubro__enlace:focus-visible{outline:none}.sc-rubro__enlace:focus-visible:after{outline:2px solid var(--sc-verde);outline-offset:3px}.sc-rubro__enlace-txt{text-underline-offset:3px}.sc-rubro__enlace:hover .sc-rubro__enlace-txt{text-decoration:underline}.sc-rubros-franja{margin-top:44px;padding:30px 32px;border-radius:var(--sc-radius);background:var(--sc-pizarra);color:var(--sc-blanco);display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:22px;text-align:left}.sc-rubros-franja--menta{background:var(--sc-menta);color:var(--sc-pizarra);border:1px solid rgba(0,159,127,.18)}.sc-rubros-franja__txt{min-width:min(100%,300px);flex:1 1 380px}.sc-rubros-franja__titulo{margin:0;font-size:1.18rem;line-height:1.35;font-weight:650;letter-spacing:-.01em}.sc-rubros-franja__sub{margin:8px 0 0;font-size:.93rem;line-height:1.55;color:#ffffffbd;max-width:60ch}.sc-rubros-franja--menta .sc-rubros-franja__sub{color:var(--sc-gris)}.sc-rubros-franja__acciones{display:flex;align-items:center;flex-wrap:wrap;gap:14px 22px}.sc-rubros-franja__cta{min-height:46px}.sc-rubros-franja__tel{display:inline-flex;align-items:center;gap:10px;min-height:44px;padding:4px 2px;color:inherit;text-decoration:none;border-radius:10px}.sc-rubros-franja__tel svg{width:20px;height:20px;flex:0 0 auto;color:var(--sc-verde)}.sc-rubros-franja--menta .sc-rubros-franja__tel svg{color:var(--sc-verde-oscuro)}.sc-rubros-franja__tel-rot{display:block;font-size:.74rem;letter-spacing:.07em;text-transform:uppercase;opacity:.7}.sc-rubros-franja__tel-num{display:block;font-size:.97rem;font-weight:650}.sc-rubros-franja__tel:hover .sc-rubros-franja__tel-num{text-decoration:underline;text-underline-offset:3px}.sc-rubros-franja__tel:focus-visible{outline:2px solid var(--sc-verde);outline-offset:3px}@media(prefers-reduced-motion:no-preference){.sc-rubros[data-sc-anim="1"] .sc-rubro{opacity:0;transform:translateY(14px);transition:opacity .5s var(--sc-ease),transform .5s var(--sc-ease),box-shadow .35s var(--sc-ease),border-color .35s var(--sc-ease);transition-delay:calc(var(--sc-rub-i, 0) * 70ms)}.sc-rubros[data-sc-anim="1"] .sc-rubro--visible{opacity:1;transform:none}}@media(prefers-reduced-motion:reduce){.sc-rubro,.sc-rubro__flecha{transition:none!important}.sc-rubro:hover{transform:none}.sc-rubro__enlace:hover .sc-rubro__flecha,.sc-rubro__enlace:focus-visible .sc-rubro__flecha,.sc-rubro:hover .sc-rubro__flecha{transform:none}}@media(max-width:560px){.sc-rubro{padding:20px 18px 16px}.sc-rubro__media{width:50px;height:50px;border-radius:14px;margin-bottom:14px}.sc-rubro__media svg{width:24px;height:24px}.sc-rubro__nombre{font-size:.96rem}.sc-rubro__desc{font-size:.87rem;margin-bottom:14px}.sc-rubros-franja{padding:24px 20px;margin-top:34px}.sc-rubros-franja__acciones{width:100%}.sc-rubros-franja__cta{flex:1 1 100%;justify-content:center;text-align:center}}.sc-wa{position:fixed;bottom:calc(20px + env(safe-area-inset-bottom,0px));z-index:200;display:inline-flex;align-items:center;gap:10px;min-height:56px;padding:0 20px 0 14px;border-radius:999px;background:#075e54;color:#fff;text-decoration:none;font-size:.95rem;font-weight:600;line-height:1;box-shadow:0 10px 30px #0f201c3d,0 2px 8px #0f201c24;animation:sc-wa-entra .5s var(--sc-ease) var(--sc-wa-retardo, 2s) backwards;transition:transform .25s var(--sc-ease),box-shadow .25s var(--sc-ease)}.sc-wa--izquierda{left:calc(20px + env(safe-area-inset-left,0px))}.sc-wa--derecha{right:calc(20px + env(safe-area-inset-right,0px))}.sc-wa:hover{transform:translateY(-2px);box-shadow:0 14px 36px #0f201c4d,0 3px 10px #0f201c29;color:#fff}.sc-wa:focus-visible{outline:3px solid var(--sc-pizarra, #1F2937);outline-offset:3px}.sc-wa__icono{display:flex;align-items:center;justify-content:center;flex:none;width:30px;height:30px}.sc-wa__icono svg{width:28px;height:28px;flex:none}.sc-wa__txt{white-space:nowrap}@keyframes sc-wa-entra{0%{opacity:0;visibility:hidden;transform:translateY(14px) scale(.94)}to{opacity:1;visibility:visible;transform:translateY(0) scale(1)}}@media(max-width:560px){.sc-wa{min-height:54px;width:54px;padding:0;justify-content:center;gap:0}.sc-wa__txt{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0 0 0 0);white-space:nowrap}.sc-wa--izquierda{left:calc(14px + env(safe-area-inset-left,0px))}.sc-wa--derecha{right:calc(14px + env(safe-area-inset-right,0px))}}@media(prefers-reduced-motion:reduce){.sc-wa{animation:none;transition:none}.sc-wa:hover{transform:none}}@media(prefers-reduced-motion:reduce){.sc-wa{opacity:1;visibility:visible}}.sc-tit--compacto{padding-top:26px;padding-bottom:10px}.sc-tit__caja{max-width:860px;margin-left:auto;margin-right:auto;text-align:center}.sc-tit__caja--izq{margin-left:0;margin-right:auto;text-align:left}.sc-tit__texto{margin-top:0;margin-bottom:0;font-size:clamp(2.1rem,3vw,3.2rem);line-height:1.12;letter-spacing:-.02em}.sc-tit__caja .sc-kicker{margin-bottom:8px}.sc-tit__sub{margin-top:12px;margin-left:auto;margin-right:auto}.sc-tit__caja--izq .sc-tit__sub{margin-left:0}.sc-tit__cta{margin:20px 0 0}@media(max-width:749px){.sc-tit--compacto{padding-top:20px;padding-bottom:6px}}.sc-hero__grid--form{grid-template-columns:minmax(0,1.05fr) minmax(0,.95fr);align-items:center}.sc-hero__grid--form .sc-hero__texto{max-width:620px}.sc-hero__tarjeta{padding:30px 30px 26px;background:var(--sc-blanco, #FFFFFF);border:1px solid var(--sc-borde);border-radius:20px;box-shadow:0 18px 44px #0f201c1a,0 2px 8px #0f201c0d}.sc-hero__tarjeta-tit{margin:0 0 4px;font-size:1.22rem;font-weight:700;letter-spacing:-.01em;color:var(--sc-pizarra)}.sc-hero__tarjeta .sc-llamar{margin-top:14px}.sc-hero__tarjeta .sc-llamar__caja{flex-wrap:wrap}.sc-hero__tarjeta-nota{margin:14px 0 0;font-size:.85rem;line-height:1.5;color:var(--sc-gris)}.sc-hero__grid--centro{grid-template-columns:minmax(0,1fr)}.sc-hero__grid--centro .sc-hero__texto{max-width:820px;margin-left:auto;margin-right:auto;text-align:center}.sc-hero__grid--centro .sc-ctas,.sc-hero__grid--centro .sc-chips{justify-content:center}.sc-hero__grid--centro .sc-sub{margin-left:auto;margin-right:auto}@media(max-width:900px){.sc-hero__grid--form{grid-template-columns:minmax(0,1fr);gap:28px!important}.sc-hero__grid--form .sc-hero__texto{max-width:none}.sc-hero__tarjeta{padding:22px 20px 20px}}@media(max-width:749px){.sc-bn:not(:has(.sc-bn__pic source)){--sc-bn-prop-mov: var(--sc-bn-prop) !important}}
/*# sourceMappingURL=/cdn/shop/t/23/assets/safecare.css.map */
