@import"https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800;900&display=swap";:root{--ok-accent: #5B8CFF;--ok-accent-hover: #5A52E0;--ok-accent-glow: rgba(91, 140, 255,.3);--ok-accent-soft: rgba(91, 140, 255,.1);--ok-bg: #0F1118;--ok-bg-2: #141720;--ok-bg-3: #141418;--ok-bg-card: rgba(255,255,255,.03);--ok-bg-card-hover: rgba(255,255,255,.06);--ok-border: rgba(255,255,255,.06);--ok-border-hover: rgba(91, 140, 255,.4);--ok-text: #FAFAFA;--ok-text-muted: rgba(250,250,250,.55);--ok-text-faint: rgba(250,250,250,.28);--ok-green: #10B981;--ok-green-soft: rgba(16,185,129,.1);--ok-yellow: #F59E0B;--ok-red: #EF4444;--ok-font: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;--ok-shadow-sm: 0 1px 3px rgba(0,0,0,.5);--ok-shadow: 0 4px 24px rgba(0,0,0,.4);--ok-shadow-lg: 0 16px 64px rgba(0,0,0,.5);--ok-radius: 12px;--ok-radius-sm: 8px;--ok-radius-lg: 20px;--ok-transition: .2s cubic-bezier(.4, 0, .2, 1)}html,body{overflow-x:hidden!important;max-width:100vw;scroll-behavior:smooth}*{box-sizing:border-box}body{font-family:var(--ok-font)!important;background:var(--ok-bg)!important;color:var(--ok-text)!important;-webkit-font-smoothing:antialiased}.page-width{max-width:1200px;margin-inline:auto;padding-inline:clamp(16px,4vw,48px)}.ok-btn-primary{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:14px 28px;background:var(--ok-accent);color:#fff;border:none;border-radius:var(--ok-radius-sm);font-family:var(--ok-font);font-size:.95rem;font-weight:600;cursor:pointer;text-decoration:none;transition:all var(--ok-transition);box-shadow:0 2px 20px var(--ok-accent-glow)}.ok-btn-primary:hover{background:var(--ok-accent-hover);transform:translateY(-1px);box-shadow:0 6px 28px var(--ok-accent-glow);color:#fff;text-decoration:none}.ok-btn-secondary{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:14px 28px;background:transparent;color:var(--ok-text-muted);border:1px solid var(--ok-border);border-radius:var(--ok-radius-sm);font-family:var(--ok-font);font-size:.95rem;font-weight:500;cursor:pointer;text-decoration:none;transition:all var(--ok-transition)}.ok-btn-secondary:hover{border-color:var(--ok-accent);color:var(--ok-accent);text-decoration:none}.ok-section-label{display:inline-flex;align-items:center;gap:6px;padding:5px 14px;border-radius:99px;font-size:.7rem;font-weight:600;letter-spacing:.08em;text-transform:uppercase;margin-bottom:14px}.ok-section-label--blue{background:var(--ok-accent-soft);color:var(--ok-accent);border:1px solid rgba(91,140,255,.18)}.ok-section-label--green{background:var(--ok-green-soft);color:var(--ok-green);border:1px solid rgba(16,185,129,.18)}.ok-section-label--red{background:#ef444414;color:#f87171;border:1px solid rgba(239,68,68,.15)}.ok-section-label--yellow{background:#f59e0b14;color:#fbbf24;border:1px solid rgba(245,158,11,.15)}.ok-section-title{font-family:var(--ok-font);font-size:clamp(1.75rem,3.5vw,2.6rem);font-weight:800;color:var(--ok-text);letter-spacing:-.035em;line-height:1.1;margin:0 0 12px}.ok-section-title em{font-style:normal;background:linear-gradient(135deg,var(--ok-accent),#A78BFA);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.ok-section-sub{font-size:1rem;color:var(--ok-text-muted);line-height:1.7;max-width:520px;margin:0}.ok-hero-section{position:relative;overflow:hidden;background:var(--ok-bg)}.ok-hero-section:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(ellipse 70% 50% at 65% 0%,rgba(91,140,255,.1) 0%,transparent 60%),radial-gradient(ellipse 40% 35% at 10% 80%,rgba(167,139,250,.06) 0%,transparent 60%);pointer-events:none}.ok-hero-inner{display:grid;grid-template-columns:1fr 1.1fr;gap:48px;align-items:center;position:relative;z-index:1;max-width:1200px;margin-inline:auto;padding-inline:clamp(16px,4vw,48px)}.ok-hero-content{display:flex;flex-direction:column;align-items:flex-start;gap:0}.ok-hero-badge-wrap{margin-bottom:20px}.ok-hero-badge{display:inline-flex;align-items:center;gap:6px;padding:6px 14px;background:var(--ok-green-soft);color:var(--ok-green);border:1px solid rgba(16,185,129,.2);border-radius:99px;font-size:.7rem;font-weight:600;letter-spacing:.06em;text-transform:uppercase}.ok-hero-headline{font-family:var(--ok-font);font-size:clamp(2rem,4.5vw,3.2rem);font-weight:800;line-height:1.06;letter-spacing:-.04em;color:var(--ok-text);margin:0 0 16px}.ok-hero-headline em{font-style:normal;background:linear-gradient(135deg,var(--ok-accent),#A78BFA 60%,var(--ok-accent));background-size:200% auto;-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;animation:ok-gradient-shift 5s ease infinite}@keyframes ok-gradient-shift{0%,to{background-position:0% center}50%{background-position:100% center}}.ok-hero-sub{font-size:1rem;color:var(--ok-text-muted);line-height:1.7;margin:0 0 24px;max-width:440px}.ok-hero-pills{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:28px}.ok-hero-pill{display:inline-flex;align-items:center;gap:5px;padding:5px 12px;background:var(--ok-bg-card);border:1px solid var(--ok-border);border-radius:99px;font-size:.78rem;font-weight:500;color:var(--ok-text-muted);transition:border-color var(--ok-transition)}.ok-hero-pill:hover{border-color:var(--ok-border-hover)}.ok-hero-ctas{display:flex;gap:12px;flex-wrap:wrap;margin-bottom:24px}.ok-btn-hero-primary{font-size:1rem;padding:15px 30px}.ok-hero-trust-bar{display:flex;align-items:center;gap:10px;flex-wrap:wrap;margin-top:0}.ok-hero-trust-item{display:inline-flex;align-items:center;gap:4px;font-size:.75rem;font-weight:500;color:var(--ok-text-faint)}.ok-hero-trust-sep{color:#ffffff14;font-size:.75rem}.ok-hero-visual{position:relative;width:100%}.ok-hero-img-frame{position:relative;border-radius:var(--ok-radius-lg);overflow:visible}.ok-hero-img-glow{position:absolute;top:-2px;right:-2px;bottom:-2px;left:-2px;border-radius:22px;background:linear-gradient(135deg,#5b8cff26,#a78bfa1a);filter:blur(24px);z-index:-1}.ok-hero-img{width:100%;height:auto;display:block;border-radius:var(--ok-radius-lg);box-shadow:var(--ok-shadow-lg);position:relative;z-index:1}.ok-hero-float-badge{position:absolute;background:#0e0e11e6;backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);border:1px solid var(--ok-border);border-radius:var(--ok-radius);padding:10px 16px;font-size:.78rem;font-weight:600;color:var(--ok-text);white-space:nowrap;animation:ok-float 4s ease-in-out infinite;box-shadow:var(--ok-shadow)}.ok-hero-float-badge--top{top:18px;right:-20px;animation-delay:0s}.ok-hero-float-badge--bottom{bottom:24px;left:-20px;animation-delay:2s}.ok-float-dot{width:6px;height:6px;border-radius:50%;flex-shrink:0}.ok-float-dot--green{background:var(--ok-green);animation:ok-pulse-green 2.5s infinite}.ok-float-dot--blue{background:var(--ok-accent);animation:ok-pulse-blue 2.5s infinite}@keyframes ok-float{0%,to{transform:translateY(0)}50%{transform:translateY(-6px)}}@keyframes ok-pulse-green{0%,to{box-shadow:0 0 #10b98166}50%{box-shadow:0 0 0 6px #10b98100}}@keyframes ok-pulse-blue{0%,to{box-shadow:0 0 0 0 var(--ok-accent-glow)}50%{box-shadow:0 0 0 8px #5b8cff00}}.ok-hero-visual-fallback{position:relative;display:flex;flex-direction:column;align-items:center;gap:14px}.ok-hero-boxes{display:flex;gap:10px;justify-content:center;margin-bottom:4px}.ok-hero-box{background:#ffffff08;border:1px solid var(--ok-border);border-radius:14px;padding:16px 14px;text-align:center;display:flex;flex-direction:column;align-items:center;gap:6px;min-width:86px;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.ok-hero-box span{font-size:1.8rem;display:block}.ok-hero-box small{font-size:.64rem;color:var(--ok-text-muted);font-weight:500;line-height:1.3}.ok-hero-box--1{animation:ok-float 4s ease-in-out infinite}.ok-hero-box--2{animation:ok-float 4s ease-in-out infinite .8s}.ok-hero-box--3{animation:ok-float 4s ease-in-out infinite 1.6s}.ok-hero-mockup-card{background:#ffffff05;border:1px solid var(--ok-border);border-radius:16px;overflow:hidden;width:100%;max-width:420px;box-shadow:var(--ok-shadow-lg);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px)}.ok-hero-mockup-header{display:flex;align-items:center;gap:6px;padding:10px 16px;border-bottom:1px solid var(--ok-border)}.ok-hero-mockup-dot{width:9px;height:9px;border-radius:50%;opacity:.7}.ok-hero-mockup-title{font-size:.7rem;color:var(--ok-text-faint);font-weight:500;margin-left:6px}.ok-hero-mockup-body{padding:14px;display:flex;flex-direction:column;gap:10px}.ok-hero-mockup-row{display:flex;align-items:center;gap:10px;padding:9px 10px;background:#ffffff05;border:1px solid var(--ok-border);border-radius:9px}.ok-mockup-icon{font-size:1.2rem;flex-shrink:0}.ok-mockup-info{display:flex;flex-direction:column;gap:1px;flex:1;min-width:0}.ok-mockup-name{font-size:.78rem;font-weight:600;color:var(--ok-text);line-height:1.2;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.ok-mockup-brand{font-size:.65rem;color:var(--ok-text-faint)}.ok-mockup-status{font-size:.7rem;font-weight:700;color:var(--ok-green);white-space:nowrap;flex-shrink:0}.ok-hero-mockup-footer{display:flex;flex-direction:column;align-items:center;gap:2px;padding:8px 10px;background:var(--ok-green-soft);border:1px solid rgba(16,185,129,.15);border-radius:9px;margin-top:2px}.ok-mockup-all-active{font-size:.75rem;font-weight:700;color:var(--ok-green)}.ok-mockup-sub{font-size:.65rem;color:#10b98180}.ok-hero-delivery-badge{margin-top:12px;display:flex;align-items:center;justify-content:center;gap:8px;padding:9px 18px;background:var(--ok-green-soft);border:1px solid rgba(16,185,129,.2);border-radius:99px;font-size:.78rem;color:var(--ok-green);font-weight:600}.ok-delivery-dot{width:7px;height:7px;background:var(--ok-green);border-radius:50%;animation:ok-pulse-green 2s infinite;flex-shrink:0}.ok-beneficios-section{position:relative;overflow:hidden;background:var(--ok-bg-2);border-top:1px solid var(--ok-border);border-bottom:1px solid var(--ok-border)}.ok-beneficios-inner{display:flex;flex-direction:column;align-items:center;gap:48px;position:relative;z-index:1}.ok-beneficios-header{text-align:center;max-width:560px}.ok-beneficios-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:12px;width:100%}.ok-beneficio-card{background:var(--ok-bg-card);border:1px solid var(--ok-border);border-radius:var(--ok-radius);padding:24px 18px;text-align:center;display:flex;flex-direction:column;align-items:center;gap:12px;transition:all var(--ok-transition);position:relative}.ok-beneficio-card:hover{border-color:var(--ok-border-hover);transform:translateY(-3px);box-shadow:0 12px 40px #5b8cff14}.ok-beneficio-icon-wrap{width:52px;height:52px;background:var(--ok-accent-soft);border:1px solid rgba(91,140,255,.15);border-radius:14px;display:flex;align-items:center;justify-content:center}.ok-beneficio-icon{font-size:1.5rem;line-height:1}.ok-beneficio-title{font-size:.88rem;font-weight:700;color:var(--ok-text);margin:0;line-height:1.3}.ok-beneficio-desc{font-size:.8rem;color:var(--ok-text-muted);line-height:1.6;margin:0}.ok-beneficios-stats{display:flex;align-items:center;justify-content:center;background:var(--ok-bg-card);border:1px solid var(--ok-border);border-radius:var(--ok-radius-lg);padding:28px 40px;width:100%;max-width:800px;flex-wrap:wrap;gap:0}.ok-stat-item{display:flex;flex-direction:column;align-items:center;gap:4px;padding:0 36px;flex:1;min-width:140px}.ok-stat-number{font-family:var(--ok-font);font-size:2.2rem;font-weight:800;background:linear-gradient(135deg,var(--ok-accent),#A78BFA);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;line-height:1;letter-spacing:-.03em}.ok-stat-label{font-size:.78rem;color:var(--ok-text-muted);text-align:center;line-height:1.4;font-weight:500}.ok-stat-sep{width:1px;height:44px;background:var(--ok-border);flex-shrink:0}.ok-hiw-section{background:var(--ok-bg)}.ok-hiw-header{text-align:center;margin-bottom:48px;display:flex;flex-direction:column;align-items:center}.ok-hiw-steps{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:16px}.ok-hiw-step{display:flex;flex-direction:column;align-items:center;text-align:center;padding:28px 20px;background:var(--ok-bg-card);border:1px solid var(--ok-border);border-radius:var(--ok-radius);transition:all var(--ok-transition);position:relative}.ok-hiw-step:hover{border-color:var(--ok-border-hover);transform:translateY(-2px)}.ok-hiw-step-top{margin-bottom:16px}.ok-hiw-step-number{width:52px;height:52px;display:flex;align-items:center;justify-content:center;background:var(--ok-accent-soft);border:1px solid rgba(91,140,255,.2);border-radius:14px}.ok-hiw-step-icon{font-size:1.5rem}.ok-hiw-step-num-text{font-family:var(--ok-font);font-size:1.3rem;font-weight:800;color:var(--ok-accent)}.ok-hiw-step-connector{display:none}.ok-hiw-step-title{font-size:.95rem;font-weight:700;color:var(--ok-text);margin:0 0 8px}.ok-hiw-step-desc{font-size:.82rem;color:var(--ok-text-muted);line-height:1.6;margin:0}.ok-testimonios-section{background:var(--ok-bg-2);border-top:1px solid var(--ok-border);border-bottom:1px solid var(--ok-border)}.ok-testimonios-inner{display:flex;flex-direction:column;align-items:center;gap:40px}.ok-testimonios-header{text-align:center;display:flex;flex-direction:column;align-items:center}.ok-testimonios-rating-bar{display:flex;align-items:center;gap:10px;margin-top:16px}.ok-rating-stars-big{color:var(--ok-yellow);font-size:1.2rem;letter-spacing:2px}.ok-rating-info{font-size:.85rem;color:var(--ok-text-muted)}.ok-rating-info strong{color:var(--ok-text);font-weight:700}.ok-testimonios-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:14px;width:100%}.ok-testimonio-card{background:var(--ok-bg-card);border:1px solid var(--ok-border);border-radius:var(--ok-radius);padding:24px;display:flex;flex-direction:column;gap:14px;transition:border-color var(--ok-transition)}.ok-testimonio-card:hover{border-color:var(--ok-border-hover)}.ok-testimonio-stars{color:var(--ok-yellow);font-size:.9rem;letter-spacing:1px}.ok-testimonio-text{font-size:.88rem;color:var(--ok-text-muted);line-height:1.65;margin:0;font-style:normal}.ok-testimonio-author{display:flex;align-items:center;gap:10px;margin-top:auto}.ok-testimonio-avatar{width:34px;height:34px;background:var(--ok-accent-soft);border:1px solid rgba(91,140,255,.2);border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:.72rem;font-weight:700;color:var(--ok-accent)}.ok-testimonio-name{font-size:.82rem;font-weight:600;color:var(--ok-text)}.ok-testimonio-meta{font-size:.7rem;color:var(--ok-text-faint);display:flex;align-items:center;gap:6px}.ok-testimonio-verified{display:inline-flex;align-items:center;gap:3px;color:var(--ok-green);font-weight:600;font-size:.68rem}.ok-garantia-section{background:var(--ok-bg)}.ok-garantia-inner{display:flex;flex-direction:column;align-items:center;gap:40px}.ok-garantia-main{display:flex;flex-direction:column;align-items:center;text-align:center;gap:16px}.ok-garantia-shield{display:flex;flex-direction:column;align-items:center;gap:8px}.ok-garantia-shield-icon{font-size:3rem}.ok-garantia-badge-text{font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.1em;color:var(--ok-green)}.ok-garantia-title{font-family:var(--ok-font);font-size:clamp(1.6rem,3vw,2.2rem);font-weight:800;color:var(--ok-text);letter-spacing:-.03em;line-height:1.1;margin:0}.ok-garantia-title em{font-style:normal;background:linear-gradient(135deg,var(--ok-accent),#A78BFA);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.ok-garantia-subtitle{font-size:1rem;color:var(--ok-text-muted);line-height:1.7;max-width:540px;margin:0}.ok-garantia-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:12px;width:100%;max-width:800px}.ok-garantia-card{background:var(--ok-bg-card);border:1px solid var(--ok-border);border-radius:var(--ok-radius);padding:24px;text-align:center;display:flex;flex-direction:column;align-items:center;gap:10px;transition:all var(--ok-transition)}.ok-garantia-card:hover{border-color:#10b9814d;transform:translateY(-2px)}.ok-garantia-card-icon{font-size:1.5rem}.ok-garantia-card-title{font-size:.88rem;font-weight:700;color:var(--ok-text);margin:0}.ok-garantia-card-desc{font-size:.8rem;color:var(--ok-text-muted);line-height:1.6;margin:0}.ok-faq-section{background:var(--ok-bg-2);border-top:1px solid var(--ok-border)}.ok-faq-layout{display:grid;grid-template-columns:300px 1fr;gap:56px}.ok-faq-left{display:flex;flex-direction:column;align-items:flex-start;gap:14px;position:sticky;top:100px;align-self:start}.ok-faq-right{border-radius:var(--ok-radius-lg);overflow:hidden;background:var(--ok-bg-card);border:1px solid var(--ok-border)}.ok-faq-item{border-bottom:1px solid var(--ok-border)}.ok-faq-item:last-child{border-bottom:none}.ok-faq-question{display:flex;align-items:center;justify-content:space-between;gap:14px;width:100%;padding:18px 22px;background:transparent;border:none;cursor:pointer;font-family:var(--ok-font);font-size:.9rem;font-weight:600;color:var(--ok-text);text-align:left;transition:background var(--ok-transition)}.ok-faq-question:hover,.ok-faq-question[aria-expanded=true]{background:#ffffff05}.ok-faq-chevron{width:18px;height:18px;flex-shrink:0;color:var(--ok-text-faint);transition:transform .3s ease}.ok-faq-question[aria-expanded=true] .ok-faq-chevron{transform:rotate(180deg)}.ok-faq-answer{padding:0 22px 18px;font-size:.85rem;color:var(--ok-text-muted);line-height:1.7;display:none}.ok-faq-answer.ok-active{display:block}.ok-newsletter-section{background:var(--ok-bg)}.ok-newsletter-card{background:var(--ok-bg-card);border:1px solid var(--ok-border);border-radius:var(--ok-radius-lg);padding:48px;text-align:center;display:flex;flex-direction:column;align-items:center;gap:20px}.ok-nl-title{font-family:var(--ok-font);font-size:1.5rem;font-weight:800;color:var(--ok-text);letter-spacing:-.03em;margin:0}.ok-nl-subtitle{font-size:.9rem;color:var(--ok-text-muted);margin:0}.ok-nl-fields{display:flex;gap:8px;width:100%;max-width:440px}.ok-nl-input{flex:1;padding:12px 16px;background:#ffffff0a;border:1px solid var(--ok-border);border-radius:var(--ok-radius-sm);color:var(--ok-text);font-family:var(--ok-font);font-size:.88rem;outline:none;transition:border-color var(--ok-transition)}.ok-nl-input:focus{border-color:var(--ok-accent)}.ok-nl-input::placeholder{color:var(--ok-text-faint)}.ok-nl-btn{padding:12px 22px;background:var(--ok-accent);color:#fff;border:none;border-radius:var(--ok-radius-sm);font-family:var(--ok-font);font-size:.88rem;font-weight:600;cursor:pointer;transition:background var(--ok-transition);white-space:nowrap}.ok-nl-btn:hover{background:var(--ok-accent-hover)}.ok-brands-marquee{background:var(--ok-bg);overflow:hidden}.ok-bm-header{text-align:center;margin-bottom:28px}.ok-bm-eyebrow{font-size:.72rem;font-weight:600;color:var(--ok-text-faint);letter-spacing:.06em;text-transform:uppercase;margin:0 0 6px}.ok-bm-title{font-family:var(--ok-font);font-size:1.3rem;font-weight:700;color:var(--ok-text);letter-spacing:-.02em;margin:0 0 4px}.ok-bm-subtitle{font-size:.82rem;color:var(--ok-text-muted);margin:0}.ok-bm-track-wrap{position:relative;padding:14px 0}.ok-bm-fade{position:absolute;top:0;bottom:0;width:80px;z-index:2;pointer-events:none}.ok-bm-fade--left{left:0;background:linear-gradient(to right,var(--ok-bg),transparent)}.ok-bm-fade--right{right:0;background:linear-gradient(to left,var(--ok-bg),transparent)}.ok-bm-track{display:flex;gap:36px;animation:ok-marquee-scroll 30s linear infinite;width:max-content}.ok-bm-track--left{animation-direction:normal}.ok-bm-track--right{animation-direction:reverse}@keyframes ok-marquee-scroll{0%{transform:translate(0)}to{transform:translate(-50%)}}.ok-bm-logo{display:flex;align-items:center;gap:8px;padding:10px 18px;background:#ffffff08;border:1px solid var(--ok-border);border-radius:10px;white-space:nowrap;flex-shrink:0}.ok-bm-logo-emoji{font-size:1.3rem}.ok-bm-logo-name{font-size:.78rem;font-weight:600;color:var(--ok-text-muted)}.ok-banner-portada{background:var(--ok-bg)}.ok-banner-portada-inner{max-width:1200px;margin-inline:auto;padding-inline:clamp(16px,4vw,48px)}.ok-banner-portada-link{display:block;border-radius:var(--ok-radius-lg);overflow:hidden;transition:transform var(--ok-transition)}.ok-banner-portada-link:hover{transform:scale(1.005)}.ok-banner-portada-img{width:100%;height:auto;display:block;border-radius:var(--ok-radius-lg)}.ok-product-trust-strip-wrap{display:flex;flex-direction:column;gap:10px;margin:18px 0}.ok-product-trust-strip{display:flex;flex-wrap:wrap;gap:12px}.ok-product-trust-item{display:flex;align-items:center;gap:6px;font-size:.78rem;font-weight:500;color:var(--ok-text-muted)}.ok-trust-icon{font-size:.9rem}.ok-guarantee-ribbon-v2{display:flex;align-items:center;gap:10px;padding:12px 16px;background:var(--ok-green-soft);border:1px solid rgba(16,185,129,.15);border-radius:var(--ok-radius-sm)}.ok-guarantee-ribbon-icon{font-size:1.2rem;flex-shrink:0}.ok-guarantee-ribbon-text{font-size:.8rem;color:var(--ok-text-muted);line-height:1.5}.ok-guarantee-ribbon-text strong{color:var(--ok-green)}.ok-product-payment-strip{display:flex;align-items:center;gap:10px;flex-wrap:wrap}.ok-product-payment-label{font-size:.72rem;color:var(--ok-text-faint);font-weight:500}.ok-product-payment-icons{display:flex;gap:6px;align-items:center}.ok-pay-chip{display:inline-flex;align-items:center;gap:4px;padding:4px 8px;background:#ffffff0a;border:1px solid var(--ok-border);border-radius:5px}.ok-pay-chip--text{font-size:.68rem;color:var(--ok-text-muted);font-weight:500}.ok-whatsapp-float{position:fixed;bottom:24px;right:20px;z-index:9999;display:flex;align-items:center;gap:8px;background:#25d366;color:#fff;border-radius:99px;padding:13px 18px 13px 15px;font-size:.85rem;font-weight:600;font-family:var(--ok-font);text-decoration:none;box-shadow:0 4px 24px #25d36666;transition:transform var(--ok-transition),box-shadow var(--ok-transition);animation:ok-float-in .4s ease 1s both}.ok-whatsapp-float:hover{transform:translateY(-2px);box-shadow:0 8px 32px #25d36680;color:#fff;text-decoration:none}.ok-whatsapp-float svg{flex-shrink:0}@keyframes ok-float-in{0%{opacity:0;transform:translateY(16px)}to{opacity:1;transform:translateY(0)}}@media(max-width:749px){.ok-whatsapp-float span.ok-wa-label{display:none}.ok-whatsapp-float{padding:14px;border-radius:50%}}.color-scheme-1,.color-scheme-2,.color-scheme-4{--color-background: 9, 9, 11;--color-foreground: 250, 250, 250;--color-button: 108, 99, 255;--color-button-text: 255, 255, 255}.section-header,header-section,[data-section-type=header]{background:#09090bf0!important;backdrop-filter:blur(20px)!important;-webkit-backdrop-filter:blur(20px)!important;border-bottom:1px solid var(--ok-border)!important}.field__input,input[type=text],input[type=email],input[type=tel],input[type=number],textarea,select{background:#ffffff08!important;border:1px solid var(--ok-border)!important;color:var(--ok-text)!important;border-radius:var(--ok-radius-sm)!important;font-family:var(--ok-font)!important}.field__input:focus,input:focus{border-color:var(--ok-accent)!important;box-shadow:0 0 0 2px var(--ok-accent-soft)!important;outline:none!important}.shopify-section{background:transparent}.template-index,.section-background.color-scheme-1,.section-background.color-scheme-2{background:var(--ok-bg)!important}.announcement-bar,.announcement-bar__segment{background:var(--ok-bg-2)!important;color:var(--ok-text-muted)!important;border-bottom:1px solid var(--ok-border)!important}.header,.header__wrapper{background:#09090bf2!important;color:var(--ok-text)!important}.header__menu-item,.header__menu-item span{color:var(--ok-text-muted)!important;transition:color .2s ease!important}.header__menu-item:hover,.header__menu-item:hover span{color:var(--ok-text)!important}.header__icon{color:var(--ok-text-muted)!important}.header__icon:hover{color:var(--ok-text)!important}footer .color-scheme-1,.footer-section,.footer{background:var(--ok-bg-2)!important;border-top:1px solid var(--ok-border)!important;color:var(--ok-text-muted)!important}.footer a{color:var(--ok-text-muted)!important}.footer a:hover{color:var(--ok-accent)!important}.product-form__submit,.btn,button.button,a.button{font-family:var(--ok-font)!important;font-weight:600!important}.product-form__submit.button--primary,.btn--primary{background:var(--ok-accent)!important;border-color:var(--ok-accent)!important;color:#fff!important;box-shadow:0 2px 16px var(--ok-accent-glow)!important;transition:all var(--ok-transition)!important}.product-form__submit.button--primary:hover,.btn--primary:hover{background:var(--ok-accent-hover)!important;transform:translateY(-1px)!important}.card__media,.media{background:var(--ok-bg-3)!important}.badge--sale{background:#ef44441a!important;color:#f87171!important;border:1px solid rgba(239,68,68,.15)!important}a{color:inherit}a:hover{color:var(--ok-accent)}.product-card,.card,.card-wrapper,.card__inner,[class*=product-card]{background:var(--ok-bg-card)!important;border-color:var(--ok-border)!important;color:var(--ok-text)!important}.card__heading a,.product-card__title,.card__heading{color:var(--ok-text)!important;font-family:var(--ok-font)!important;font-weight:700!important}.price__regular,.price__sale,.price-item,.price{color:var(--ok-text)!important;font-family:var(--ok-font)!important;font-weight:800!important}.price__sale .price-item--sale{color:var(--ok-accent)!important}.section__heading,.section-header__heading{color:var(--ok-text)!important;font-family:var(--ok-font)!important}.color-scheme-1 *,.color-scheme-2 *,.color-scheme-4 *{border-color:var(--ok-border)}product-card .product-card__content,product-card .product-grid__card{background:var(--ok-bg-card)!important;border:1px solid var(--ok-border)!important;border-radius:var(--ok-radius)!important;overflow:hidden!important;transition:transform var(--ok-transition),box-shadow var(--ok-transition),border-color var(--ok-transition)!important}product-card:hover .product-card__content{transform:translateY(-4px)!important;box-shadow:0 16px 48px #0006,0 0 0 1px #5b8cff40!important;border-color:#5b8cff40!important}product-card .card-gallery,product-card [class*=product-card-gallery],product-card .media,product-card .card__media{background:var(--ok-bg-3)!important;border-radius:0!important;overflow:hidden!important;aspect-ratio:1/1!important}product-card .card-gallery img,product-card .media img{transition:transform .35s cubic-bezier(.4,0,.2,1)!important;object-fit:cover!important;width:100%!important;height:100%!important}product-card:hover .card-gallery img,product-card:hover .media img{transform:scale(1.04)!important}product-card [class*=product-title],product-card .product-card__title,product-card h3,product-card h2{font-family:var(--ok-font)!important;font-size:.85rem!important;font-weight:600!important;color:var(--ok-text)!important;line-height:1.4!important;margin:0!important;display:-webkit-box!important;-webkit-line-clamp:2!important;-webkit-box-orient:vertical!important;overflow:hidden!important}product-card .layout-panel-flex--column>*:not(.card-gallery):not([class*=product-card-gallery]){padding-left:14px!important;padding-right:14px!important}product-card .layout-panel-flex--column>*:last-child{padding-bottom:16px!important}product-card .price{font-family:var(--ok-font)!important;font-size:1rem!important;font-weight:800!important;color:var(--ok-accent)!important}product-card .compare-at-price{font-size:.76rem!important;color:var(--ok-text-faint)!important;font-weight:500!important;opacity:1!important}.compare-at-price{opacity:1!important;color:var(--ok-text-faint)!important;text-decoration:line-through!important;font-size:.82rem!important;font-weight:500!important}product-card .card-gallery:after,product-card [class*=product-card-gallery]:after{content:"\26a1  Entrega inmediata";position:absolute;bottom:8px;left:8px;background:#09090bd9;border:1px solid rgba(91,140,255,.2);color:var(--ok-accent);font-family:var(--ok-font);font-size:.63rem;font-weight:700;letter-spacing:.04em;padding:3px 8px;border-radius:4px;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);pointer-events:none;z-index:2}product-card .quick-add__button,product-card [class*=quick-add] button{background:var(--ok-accent)!important;color:#fff!important;border:none!important;border-radius:8px!important;font-family:var(--ok-font)!important;font-weight:700!important;font-size:.8rem!important;transition:background .18s ease!important}product-card .quick-add__button:hover{background:var(--ok-accent-hover)!important}.section.product-grid-container.color-scheme-1,.product-grid-container,.collection-wrapper{background:var(--ok-bg)!important}.facets-container,[class*=facets]{background:var(--ok-bg-2)!important;border-bottom:1px solid var(--ok-border)!important;color:var(--ok-text-muted)!important}.ok-sticky-atc{position:fixed;bottom:0;left:0;right:0;z-index:100;background:#0e0e11f2;border-top:1px solid var(--ok-border);padding:12px 20px;display:none;align-items:center;justify-content:space-between;gap:16px;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px)}@media(max-width:767px){.ok-sticky-atc{display:flex}}.ok-sticky-atc-title{font-size:.88rem;font-weight:600;color:var(--ok-text)}.ok-sticky-atc-price{font-family:var(--ok-font);font-size:1.05rem;font-weight:800;color:var(--ok-text)}@media(prefers-reduced-motion:no-preference){.ok-fade-in{opacity:0;transform:translateY(20px);transition:opacity .5s ease,transform .5s ease}.ok-fade-in.ok-visible{opacity:1;transform:translateY(0)}}@media(prefers-reduced-motion:reduce){*,*:before,*:after{animation-duration:.01ms!important;transition-duration:.01ms!important}}@media(max-width:900px){.ok-hero-inner{grid-template-columns:1fr!important;gap:32px}.ok-hero-content{align-items:center!important;text-align:center}.ok-hero-sub{max-width:100%!important;margin-inline:auto}.ok-hero-ctas{justify-content:center;flex-wrap:wrap}.ok-hero-pills,.ok-hero-trust-bar{justify-content:center}.ok-hero-visual{width:100%;max-width:100%}.ok-hero-img-frame{max-width:520px;margin-inline:auto}.ok-hero-float-badge--top{right:10px!important}.ok-hero-float-badge--bottom{left:10px!important}.ok-hero-badge-wrap{display:flex;justify-content:center}}@media(max-width:768px){.ok-beneficios-grid{grid-template-columns:repeat(2,1fr)}.ok-faq-layout{grid-template-columns:1fr!important;gap:28px!important}.ok-faq-left{position:static!important;text-align:center;align-items:center}.ok-testimonios-grid{grid-template-columns:1fr}.ok-newsletter-card{padding:32px 20px}}@media(max-width:640px){.ok-hero-headline{font-size:clamp(1.7rem,7vw,2.4rem)!important}.ok-btn-hero-primary,.ok-btn-secondary{width:100%;justify-content:center}.ok-btn-primary,.ok-btn-secondary{padding:13px 20px!important;font-size:.92rem!important;min-height:48px}.ok-hero-boxes{gap:8px}.ok-hero-box{min-width:72px;padding:12px 10px}.ok-hero-box span{font-size:1.5rem}.ok-hero-img{border-radius:14px}.ok-hero-float-badge{padding:8px 12px!important;font-size:.72rem!important}.ok-beneficios-stats{padding:20px 16px;gap:14px;border-radius:14px}.ok-stat-item{padding:0 18px;min-width:100px}.ok-stat-number{font-size:1.7rem}.ok-stat-sep{display:none}.ok-nl-fields{flex-direction:column!important;gap:8px!important}.ok-nl-input,.ok-nl-btn{width:100%!important}.ok-hiw-steps{grid-template-columns:1fr!important}}@media(max-width:480px){.ok-hero-inner{gap:24px!important}.ok-hero-pill{font-size:.7rem!important;padding:4px 9px!important}.ok-beneficios-grid{gap:8px}.ok-beneficio-card{padding:18px 12px;gap:8px}.ok-beneficio-icon-wrap{width:44px;height:44px;border-radius:12px}.ok-beneficio-icon{font-size:1.3rem}.ok-faq-question{padding:14px 16px!important;font-size:.85rem!important}}@media(max-width:768px){.omnikeys-hero,[class*=ok-][class*=-section],section[class*=ok-]{padding-block-start:clamp(36px,7vw,56px)!important;padding-block-end:clamp(36px,7vw,56px)!important}}@media(max-width:749px){product-card .product-card__content{border-radius:10px!important}product-card [class*=product-title]{font-size:.8rem!important}}
/*# sourceMappingURL=/cdn/shop/t/43/assets/omnikeys-custom.css.map */
