.seccion-categorias-celular{width:100%;padding:20px;box-sizing:border-box;display:grid;grid-template-columns:repeat(2,1fr);gap:14px;animation:fadeSeccion .6s ease-out both}@keyframes fadeSeccion{0%{opacity:0;transform:translateY(15px)}to{opacity:1;transform:translateY(0)}}.tarjeta-categoria{width:100%;border-radius:20px;overflow:hidden;position:relative;cursor:pointer;opacity:0;transform:translateY(20px) scale(.98);filter:blur(6px);animation:entradaTarjeta .6s ease forwards;transition:transform .35s ease,box-shadow .35s ease}.tarjeta-categoria:nth-child(odd):hover{transform:translateY(-4px) scale(1.02);box-shadow:0 12px 30px #0000002e}.tarjeta-categoria:nth-child(2n):hover{transform:translateY(-4px) scale(1.02);box-shadow:0 12px 30px #0000002e}.tarjeta-categoria:nth-child(1){animation-delay:.05s}.tarjeta-categoria:nth-child(2){animation-delay:.1s}.tarjeta-categoria:nth-child(3){animation-delay:.15s}.tarjeta-categoria:nth-child(4){animation-delay:.2s}.tarjeta-categoria:nth-child(5){animation-delay:.25s}.tarjeta-categoria:nth-child(6){animation-delay:.3s}.tarjeta-categoria:nth-child(7){animation-delay:.35s}.tarjeta-categoria:nth-child(8){animation-delay:.4s}.tarjeta-categoria:nth-child(9){animation-delay:.45s}.tarjeta-categoria:nth-child(10){animation-delay:.5s}.tarjeta-categoria:nth-child(11){animation-delay:.55s}.tarjeta-categoria:nth-child(12){animation-delay:.6s}@keyframes entradaTarjeta{to{opacity:1;transform:translateY(0) scale(1);filter:blur(0)}}.contenedor-imagen{width:100%;aspect-ratio:1/1;position:relative;overflow:hidden}.contenedor-imagen:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:#0000000d;pointer-events:none;z-index:1}.imagen-categoria{width:100%;height:100%;object-fit:cover;display:block;transition:.3s;position:relative;z-index:0}.tarjeta-categoria:hover .imagen-categoria{transform:scale(1.08)}.contenedor-icono,.capa-informacion{position:absolute;z-index:2}.contenedor-icono{width:42px;height:42px;border-radius:14px;background:#b6b6b626;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);display:flex;justify-content:center;align-items:center;flex-shrink:0;top:10px;left:10px}.contenedor-icono svg{width:32px;fill:#fff}.capa-informacion{width:100%;left:0;bottom:0;padding:7px 15px;box-sizing:border-box;display:flex;align-items:center;gap:5px;background:linear-gradient(180deg,#0000,#0003 40%,#000c)}.contenedor-texto{display:flex;flex-direction:column;gap:2px}.titulo-categoria{color:#fff;font-size:14px;font-weight:700}.descripcion-categoria{color:#ffffffd9;font-size:12px;line-height:1.3}.menu-drawer{position:fixed;top:0;right:0;z-index:4;left:0;bottom:0;pointer-events:none;visibility:hidden}.menu-drawer.is-open{pointer-events:all;visibility:visible}.menu-drawer__backdrop{position:absolute;top:0;right:0;bottom:0;left:0;background:#0000;transition:background .38s cubic-bezier(.32,.72,0,1);-webkit-backdrop-filter:blur(0px);backdrop-filter:blur(0px);transition:background .38s cubic-bezier(.32,.72,0,1),backdrop-filter .38s cubic-bezier(.32,.72,0,1),-webkit-backdrop-filter .38s cubic-bezier(.32,.72,0,1)}.menu-drawer.is-open .menu-drawer__backdrop{background:#00000073;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.menu-drawer__panel{position:fixed;left:0;right:0;bottom:0;background:#fff;border-radius:28px 28px 0 0;padding:0 0 env(safe-area-inset-bottom,16px);transform:translateY(100%);transition:transform .42s cubic-bezier(.32,.72,0,1);max-height:90vh;overflow-y:auto;-webkit-overflow-scrolling:touch;box-shadow:0 -8px 40px #0000002e}.menu-drawer.is-open .menu-drawer__panel{transform:translateY(0)}.menu-drawer__panel::-webkit-scrollbar{display:none}.menu-drawer__panel{-ms-overflow-style:none;scrollbar-width:none}.menu-drawer__handle{display:flex;justify-content:center;padding:12px 0 4px}.menu-drawer__pill{width:36px;height:4px;border-radius:100px;background:#e0e0e0;display:block}.menu-drawer__header{display:flex;align-items:center;gap:14px;padding:16px 22px 18px;border-bottom:1px solid #f0f0f0}.menu-drawer__header-icon{width:52px;height:52px;border-radius:16px;background:#f5f5f5;display:flex;justify-content:center;align-items:center;flex-shrink:0}.menu-drawer__header-icon svg{width:34px;height:34px}.menu-drawer__header-text{flex:1;min-width:0}.menu-drawer__titulo{font-size:18px;font-weight:700;color:#3b3b3b;margin:0 0 2px;line-height:1.2}.menu-drawer__subtitulo{font-size:13px;color:#888;margin:0;line-height:1.3}.menu-drawer__cerrar{width:36px;height:36px;border-radius:50%;background:#f5f5f5;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;flex-shrink:0;transition:background .2s,transform .2s;-webkit-tap-highlight-color:transparent}.menu-drawer__cerrar:active{background:#e8e8e8;transform:scale(.93)}.menu-drawer__cerrar svg{width:18px;height:18px;stroke:#444}.menu-drawer__opciones{padding:10px 14px 75px;display:flex;flex-direction:column;gap:4px;max-height:100vh;overflow-y:auto;overflow-x:hidden;-webkit-overflow-scrolling:touch}.menu-drawer__opcion{width:100%;display:flex;align-items:center;gap:14px;padding:14px 12px;border-radius:16px;text-decoration:none;color:inherit;transition:background .18s,transform .18s;-webkit-tap-highlight-color:transparent;position:relative}.menu-drawer__opcion:active{background:#f5f5f5;transform:scale(.98)}.menu-drawer__opcion-icono{width:44px;height:44px;border-radius:13px;background:#f7f7f7;display:flex;align-items:center;justify-content:center;flex-shrink:0;font-size:22px;transition:background .18s}.menu-drawer__opcion:hover .menu-drawer__opcion-icono{background:#efefef}.menu-drawer__opcion-icono svg{width:20px;height:20px;stroke:#888}.menu-drawer__opcion-texto{flex:1;display:flex;flex-direction:column;gap:2px;min-width:0}.menu-drawer__opcion-nombre{font-size:15px;font-weight:600;color:#111;line-height:1.2}.menu-drawer__opcion-desc{font-size:12px;color:#999;line-height:1.3}.menu-drawer__opcion-arrow{width:18px;height:18px;flex-shrink:0;stroke:#ccc}.menu-drawer__opcion+.menu-drawer__opcion:before{content:"";position:absolute;top:0;left:70px;right:12px;height:1px;background:#f5f5f5}.menu-drawer__footer{padding:6px 22px 22px}.menu-drawer__cta{display:flex;align-items:center;justify-content:center;gap:8px;width:100%;padding:16px;border-radius:18px;background:#111;color:#fff;font-size:15px;font-weight:700;text-decoration:none;letter-spacing:-.01em;transition:background .2s,transform .18s;box-sizing:border-box;-webkit-tap-highlight-color:transparent}.menu-drawer__cta:active{background:#2a2a2a;transform:scale(.98)}.menu-drawer__cta svg{width:18px;height:18px;flex-shrink:0}.menu-drawer__header-icon svg{fill:#000}@media(prefers-color-scheme:dark){.menu-drawer__panel{background:#1c1c1e}.menu-drawer__pill{background:#3a3a3c}.menu-drawer__header{border-bottom-color:#2c2c2e}.menu-drawer__header-icon{background:#2c2c2e}.menu-drawer__titulo{color:#fff}.menu-drawer__subtitulo{color:#8e8e93}.menu-drawer__cerrar{background:#2c2c2e}.menu-drawer__cerrar svg{stroke:#ebebf5}.menu-drawer__header-icon svg{fill:#fff}.menu-drawer__opcion-icono{background:#2c2c2e}.menu-drawer__opcion-nombre{color:#fff}.menu-drawer__opcion-desc{color:#636366}.menu-drawer__opcion-arrow{stroke:#48484a}.menu-drawer__opcion+.menu-drawer__opcion:before{background:#2c2c2e}.menu-drawer__cta{background:#fff;color:#111}.menu-drawer__cta svg{stroke:#111}}body.drawer-abierto{overflow:hidden;touch-action:none}.seccion-hero-experiencia{width:calc(100% - 30px);padding:25px 15px;background:linear-gradient(180deg,#fff,#f6f6f6);overflow:hidden}.contenedor-hero{width:100%;max-width:500px;margin:auto;text-align:center}.slider-hero{position:relative;height:110px}.slide{position:absolute;width:100%;opacity:0;transform:translateY(10px);transition:.5s ease}.slide.active{opacity:1;transform:translateY(0)}.slide h2{font-size:18px;font-weight:700;margin-bottom:6px;color:#111}.slide p{font-size:13px;color:#666}.indicadores-hero{display:flex;justify-content:center;gap:6px;margin-top:10px}.dot{width:6px;height:6px;border-radius:50%;background:#ccc;transition:.3s}.dot.active{background:#111;transform:scale(1.3)}.progreso-hero{width:100%;height:2px;background:#eaeaea;margin-top:12px;overflow:hidden;border-radius:10px}.progreso-hero .barra{width:0%;height:100%;background:#111;transition:width 4s linear}
/*# sourceMappingURL=/cdn/shop/t/93/assets/catalogo_celular.css.map */
