@import"https://fonts.googleapis.com/css2?family=Sora:wght@500;600;700;800&family=Manrope:wght@400;500;600;700;800&display=swap";@import"https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800;900&family=Montserrat:wght@300;400;500;600;700;800;900&display=swap";.app-store .nx-header{position:sticky;top:0;z-index:40;background:#fff;border-bottom:1px solid var(--nx-border)}.app-store .nx-marquee{background:var(--nx-green-600);color:#fff;overflow:hidden;height:40px;display:flex;align-items:center}.app-store .nx-marquee__track{display:flex;white-space:nowrap;animation:nx-marquee 48s linear infinite;will-change:transform}.app-store .nx-marquee__seq{display:inline-flex;gap:44px;padding-right:44px;align-items:center;font-family:var(--nx-font-head);font-weight:700;font-size:var(--nx-fs-12_5);letter-spacing:.14em}.app-store .nx-marquee__seq>span{display:inline-flex;gap:44px;align-items:center}.app-store .nx-marquee__seq i{color:var(--nx-lime);font-style:normal}.app-store .nx-head{max-width:1240px;margin:0 auto;padding:16px 24px;display:flex;align-items:center;gap:24px}.app-store .nx-head__logo img{height:34px;display:block}.app-store .nx-head__logo{display:flex;align-items:center;gap:10px;text-decoration:none}.app-store .nx-nav{display:flex;gap:4px;flex:1;justify-content:center}.app-store .nx-nav__link{background:none;border:none;cursor:pointer;font-family:var(--nx-font-head);font-weight:700;font-size:var(--nx-fs-14);color:var(--nx-ink);padding:8px 12px;border-radius:8px;text-decoration:none;transition:color .15s ease}.app-store .nx-nav__link:hover{color:var(--nx-green)}.app-store .nx-nav__link.is-active{color:var(--nx-green-600)}.app-store .nx-nav__link--cyber{display:inline-flex;align-items:center;gap:6px;font-weight:800;color:var(--nx-green-600)}.app-store .nx-nav__group{position:relative;display:inline-flex;align-items:center}.app-store .nx-nav__group>.nx-nav__link{display:inline-flex;align-items:center;gap:6px}.app-store .nx-nav__group>.nx-nav__link svg{transition:transform .2s ease}.app-store .nx-nav__group.is-open>.nx-nav__link svg{transform:rotate(180deg)}.app-store .nx-submenu{position:absolute;top:100%;left:50%;transform:translate(-50%);min-width:220px;background:#fff;border:1px solid var(--nx-border);border-radius:14px;box-shadow:0 14px 30px #14201a1a;padding:8px;display:none;flex-direction:column;z-index:41}.app-store .nx-nav__group.is-open .nx-submenu{display:flex}.app-store .nx-submenu__link{font-family:var(--nx-font-head);font-weight:700;font-size:var(--nx-fs-13);color:var(--nx-ink);padding:10px 12px;border-radius:10px;text-decoration:none;transition:background .15s ease,color .15s ease}.app-store .nx-submenu__link:hover{background:var(--nx-green-50);color:var(--nx-green-600)}.app-store .nx-actions{display:flex;align-items:center;background:var(--nx-ink);border-radius:999px;height:44px;margin-left:auto;overflow:hidden}.app-store .nx-actions__btn{display:flex;align-items:center;justify-content:center;width:46px;height:44px;background:none;border:none;cursor:pointer;color:#fff}.app-store .nx-actions__sep{flex:none;width:1px;height:22px;background:rgba(255,255,255,.22)}.app-store .nx-actions__cart{position:relative;display:flex;align-items:center;gap:8px;height:44px;background:none;border:none;cursor:pointer;color:#fff;font-family:var(--nx-font-head);font-weight:700;font-size:var(--nx-fs-13);padding:0 16px}.app-store .nx-actions__count{display:inline-flex;align-items:center;justify-content:center;min-width:20px;height:20px;padding:0 5px;background:var(--nx-green);color:#fff;border-radius:999px;font-size:var(--nx-fs-11);font-weight:800}.app-store .nx-burger{display:none;align-items:center;justify-content:center;width:44px;height:44px;border-radius:12px;background:var(--nx-bg-soft);border:1px solid var(--nx-border);cursor:pointer;color:var(--nx-ink);-webkit-tap-highlight-color:transparent;user-select:none;-webkit-user-select:none;transition:background .15s ease,border-color .15s ease,color .15s ease}.app-store .nx-burger:hover,.app-store .nx-burger[aria-expanded=true]{background:var(--nx-green-50);border-color:var(--nx-green);color:var(--nx-green-600)}.app-store .nx-burger:focus{outline:none}.app-store .nx-burger:focus-visible{outline:2px solid var(--nx-green);outline-offset:2px}.app-store .nx-mobilemenu{display:none;position:absolute;top:100%;left:0;right:0;z-index:39;border-top:3px solid var(--nx-green);border-bottom:1px solid var(--nx-border);border-radius:0 0 18px 18px;background:#fff;box-shadow:0 18px 32px #14201a29;flex-direction:column;padding:8px 20px 14px}.app-store .nx-mobilemenu.open{display:flex}.app-store .nx-mobilemenu a,.app-store .nx-mobilemenu__link{font-family:var(--nx-font-head);font-weight:700;font-size:var(--nx-fs-15);color:var(--nx-ink);padding:14px 6px;text-decoration:none;border-bottom:1px solid var(--nx-border-soft);background:none;border-left:none;border-right:none;border-top:none;text-align:left;cursor:pointer}.app-store .nx-mobilemenu a:last-child{border-bottom:none}.app-store .nx-mobilemenu a.is-cyber{color:var(--nx-green-600);font-weight:800}.app-store .nx-mobilemenu__group-title{font-family:var(--nx-font-head);font-weight:800;font-size:var(--nx-fs-12);letter-spacing:.06em;color:var(--nx-muted);padding:14px 6px 4px;text-transform:uppercase}.app-store .nx-mobilemenu__link--sub{padding-left:18px;color:var(--nx-ink-70)}@media (max-width: 860px){.app-store .nx-nav{display:none}.app-store .nx-burger{display:flex}.app-store .nx-head{gap:14px}}@media (max-width: 560px){.app-store .nx-head{padding:10px 18px;gap:12px}.app-store .nx-head__logo img{height:24px}.app-store .nx-burger{width:38px;height:38px;border-radius:10px}.app-store .nx-burger svg{width:19px;height:19px}.app-store .nx-actions{height:38px}.app-store .nx-actions__btn{width:38px;height:38px}.app-store .nx-actions__btn svg{width:17px;height:17px}.app-store .nx-actions__cart{height:38px;padding:0 12px;gap:7px}.app-store .nx-actions__cart span:not(.nx-actions__count){display:none}.app-store .nx-actions__count{min-width:18px;height:18px}.app-store .nx-marquee{height:34px}}@media (max-width: 430px){.app-store .nx-head{padding:9px 14px;gap:9px}.app-store .nx-head__logo img{height:21px}.app-store .nx-burger{width:34px;height:34px}.app-store .nx-actions{height:34px}.app-store .nx-actions__btn{width:34px;height:34px}.app-store .nx-actions__cart{height:34px;padding:0 10px}}.app-store .nx-footer{background:var(--nx-ink);color:#fff;margin-top:40px}.app-store .nx-footer__grid{max-width:1240px;margin:0 auto;padding:54px 24px 30px;display:flex;flex-wrap:wrap;gap:36px}.app-store .nx-footer__grid>*{flex:1 1 0;min-width:160px}.app-store .nx-footer__grid>:first-child{flex:1.3 1 0}.app-store .nx-footer__grid>:last-child{flex:1.1 1 0}.app-store .nx-footer__about{margin:0 0 18px;font-size:var(--nx-fs-13);line-height:1.6;color:#fff9;max-width:280px}.app-store .nx-footer__contact{font-size:var(--nx-fs-13);color:#ffffffbf;line-height:2;display:flex;flex-direction:column}.app-store .nx-footer__contact a{color:#ffffffbf}.app-store .nx-footer__contact a:hover,.app-store .nx-footer__contact strong{color:#fff}.app-store .nx-footer__social{display:flex;gap:12px;margin-top:20px}.app-store .nx-social{display:flex;align-items:center;justify-content:center;width:38px;height:38px;border-radius:999px;background:rgba(255,255,255,.1);color:#fff;transition:background .15s ease}.app-store .nx-social:hover{background:var(--nx-green);color:#fff}.app-store .nx-footer__title{font-family:var(--nx-font-head);font-weight:700;font-size:var(--nx-fs-13);letter-spacing:.1em;color:var(--nx-green-300);margin:0 0 16px}.app-store .nx-footer__links{display:flex;flex-direction:column;gap:9px;align-items:flex-start}.app-store .nx-flink{background:none;border:none;color:#ffffffbf;font-size:var(--nx-fs-13);text-align:left;cursor:pointer;padding:0;text-decoration:none;transition:color .15s ease}.app-store .nx-flink:hover{color:#fff}.app-store .nx-flink--img{margin-top:8px}.app-store .nx-flink--img img{height:52px;width:auto;display:block;border-radius:6px}.app-store .nx-footer__note{margin:0 0 12px;font-size:var(--nx-fs-13);color:#fff9}.app-store .nx-sub{display:flex;gap:8px;max-width:340px}.app-store .nx-sub input{flex:1;min-width:0;background:rgba(255,255,255,.1);border:1px solid rgba(255,255,255,.2);border-radius:999px;padding:11px 16px;font-size:var(--nx-fs-13);color:#fff;outline:none}.app-store .nx-sub input::placeholder{color:#ffffff80}.app-store .nx-sub input:focus,.app-store .nx-sub input:focus-visible{box-shadow:none;border-color:var(--nx-green)}.app-store .nx-sub button{background:var(--nx-green);color:#fff;border:none;border-radius:999px;padding:11px 18px;font-family:var(--nx-font-head);font-weight:700;font-size:var(--nx-fs-12);cursor:pointer;white-space:nowrap}.app-store .nx-footer__ok{margin:10px 0 0;font-size:var(--nx-fs-12);color:var(--nx-green-300);font-weight:700}.app-store .nx-footer__error{margin:10px 0 0;font-size:var(--nx-fs-12);color:#fca5a5;font-weight:700}.app-store .nx-marquee__link{color:inherit;text-decoration:underline;text-underline-offset:2px}.app-store .nx-footer__logo{height:32px;display:block;margin-bottom:16px}.app-store .nx-head__logotexto{font-family:var(--nx-font-head);font-weight:800;font-size:var(--nx-fs-20);color:var(--nx-ink);white-space:nowrap}.app-store .nx-footer .nx-head__logotexto{color:#fff}.app-store .nx-footer__copy{border-top:1px solid rgba(255,255,255,.12)}.app-store .nx-footer__copy>div{max-width:1240px;margin:0 auto;padding:18px 24px;font-size:var(--nx-fs-12);color:#ffffff73;display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:4px 10px;text-align:center}.app-store .nx-footer__credito:before{content:"·";margin-right:10px;opacity:.6}.app-store .nx-footer__credito a{color:inherit;text-decoration:none;border-bottom:1px solid rgba(255,255,255,.25);transition:color .15s,border-color .15s}.app-store .nx-footer__credito a:hover{color:#fff;border-bottom-color:#fff9}@media (max-width: 980px){.app-store .nx-footer__grid{gap:28px;padding-bottom:44px}.app-store .nx-sub{max-width:none}.app-store .nx-footer__grid>*,.app-store .nx-footer__grid>:first-child,.app-store .nx-footer__grid>:last-child{flex:1 1 calc(50% - 14px)}.app-store .nx-footer__copy>div{padding:20px 24px 26px;flex-direction:column;gap:4px}.app-store .nx-footer__credito:before{content:none}}@media (max-width: 560px){.app-store .nx-footer__grid>*,.app-store .nx-footer__grid>:first-child,.app-store .nx-footer__grid>:last-child{flex:1 1 100%}}:root{--nx-green: #12b76a;--nx-green-600: #0e8f54;--nx-green-700: #0b6e41;--nx-green-800: #0b7d49;--nx-green-300: #7cd957;--nx-lime: #c8f169;--nx-green-50: #e7f8ef;--nx-green-25: #f2fbf6;--nx-amber: #F59E0B;--nx-amber-50: #FEF3E2;--nx-amber-700: #B45309;--nx-ink: #14201a;--nx-ink-70: #3c4a43;--nx-muted: #5b6b62;--nx-muted-2: #8a9a90;--nx-muted-3: #b6c4bc;--nx-muted-4: #a0aca4;--nx-border: #e6ece8;--nx-border-2: #c6d3cb;--nx-border-soft:#eef4f0;--nx-bg-soft: #f5f8f5;--nx-white: #ffffff;--nx-red: #e0533d;--nx-red-50: #fdecea;--nx-red-600: #d1493a;--nx-star: #f2a93b;--nx-wa: #25D366;--nx-wa-disabled:#a9d9bd;--nx-font-head: "Sora", system-ui, sans-serif;--nx-font-body: "Manrope", system-ui, sans-serif;--nx-fs-10: 10px;--nx-fs-11: 11px;--nx-fs-12: 12px;--nx-fs-12_5: 12.5px;--nx-fs-13: 13px;--nx-fs-14: 14px;--nx-fs-15: 15px;--nx-fs-16: 16px;--nx-fs-17: 17px;--nx-fs-18: 18px;--nx-fs-20: 20px;--nx-fs-22: 22px;--nx-fs-24: 24px;--nx-fs-26: 26px;--nx-fs-32: 32px;--nx-fs-34: 34px;--nx-fs-38: 38px}.app-store{font-family:var(--nx-font-body);color:var(--nx-ink);background:var(--nx-white);-webkit-font-smoothing:antialiased;--primary: var(--nx-green);--secondary: var(--nx-amber);--brand-1100: var(--nx-green-700);--brand-900: var(--nx-green);--brand-700: var(--nx-green-600);--brand-500: var(--nx-green);--brand-400: var(--nx-green-300);--brand-300: var(--nx-green-300);--brand-200: var(--nx-green-50);--brand-100: var(--nx-green-25);--neutral-500: #9ca3af;--neutral-400: #c0c0c0;--neutral-300: #e5e7eb;--neutral-200: #f3f4f6;--neutral-100: #fafbfc;--font-size-xs: 12px;--font-size-sm: 14px;--font-size-md: 16px;--font-size-lg: 18px;--font-size-base: 15px;--font-size-section-title: 30px;--font-size-section-subtitle: 16px;--font-size-feature-title: 56px;--font-size-feature-subtitle: 17px;--font-size-feature-item-title: 22px;--font-size-feature-item-body: 16px}.app-store button,.app-store input{font-family:inherit}.app-store ::selection{background:var(--nx-green);color:#fff}.app-store a{color:var(--nx-green-600);text-decoration:none}.app-store a:hover{color:var(--nx-green-700)}.app-store .nx-scroll::-webkit-scrollbar{width:8px}.app-store .nx-scroll::-webkit-scrollbar-thumb{background:#cfe6d8;border-radius:8px}@keyframes nx-marquee{0%{transform:translate(0)}to{transform:translate(-50%)}}@keyframes nx-pop{0%{transform:scale(.6);opacity:0}to{transform:scale(1);opacity:1}}@keyframes nx-fadeup{0%{transform:translateY(14px);opacity:0}to{transform:translateY(0);opacity:1}}@keyframes nx-shine{0%{left:-60%}60%,to{left:130%}}@keyframes nx-pulse{0%,to{transform:scale(1)}50%{transform:scale(1.03)}}@keyframes nx-modalpop{0%{transform:translateY(22px) scale(.97);opacity:0}to{transform:translateY(0) scale(1);opacity:1}}@keyframes nx-truck{0%,to{transform:translate(0)}50%{transform:translate(4px)}}@keyframes nx-float{0%,to{transform:translateY(0) rotate(0)}50%{transform:translateY(-12px) rotate(-1deg)}}@keyframes nx-ctapulse{0%,to{transform:scale(1)}50%{transform:scale(1.045)}}.app-store .nx-wrap{max-width:1240px;margin:0 auto;padding:0 24px}.app-store .nx-eyebrow{font-family:var(--nx-font-head);font-weight:700;font-size:var(--nx-fs-13);letter-spacing:.12em;color:var(--nx-green-600)}.app-store .nx-title{margin:10px 0 0;font-family:var(--nx-font-head);font-weight:800;font-size:clamp(24px,4.4vw,var(--nx-fs-34));letter-spacing:-.02em;line-height:1.15;color:var(--nx-ink)}.app-store .nx-h2{margin:0 0 20px;font-family:var(--nx-font-head);font-weight:800;font-size:clamp(20px,3.8vw,var(--nx-fs-26));letter-spacing:-.02em;color:var(--nx-ink)}.app-store .nx-muted{color:var(--nx-muted)}.app-store .nx-hidden{display:none!important}.app-store .nx-sr-only{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}.app-store .nx-skip{position:absolute;left:16px;top:-100px;z-index:2000;background:var(--nx-green);color:#fff;padding:12px 20px;border-radius:0 0 12px 12px;font-family:var(--nx-font-head);font-weight:700;font-size:var(--nx-fs-14);transition:top .15s}.app-store .nx-skip:focus{top:0;color:#fff;outline:2px solid var(--nx-ink);outline-offset:2px}.app-store a:focus-visible,.app-store button:focus-visible{outline:2px solid var(--nx-green-600);outline-offset:2px;border-radius:6px}.app-store input:focus-visible,.app-store select:focus-visible,.app-store textarea:focus-visible{outline:none;box-shadow:0 0 0 3px var(--nx-green-50)}.app-store [class*=__control] input:focus-visible{box-shadow:none}.app-store .main-content:focus{outline:none}.app-store .nx-migas{margin:0 0 14px;font-size:var(--nx-fs-13);color:var(--nx-muted)}.app-store .nx-migas__lista{display:flex;flex-wrap:wrap;align-items:center;gap:6px;margin:0;padding:0;list-style:none}.app-store .nx-migas__item{display:flex;align-items:center;gap:6px}.app-store .nx-migas__sep{color:var(--nx-muted-2)}.app-store .nx-migas a{color:var(--nx-muted)}.app-store .nx-migas a:hover{color:var(--nx-green-600);text-decoration:underline}.app-store .nx-migas__actual{color:var(--nx-ink);font-weight:600}.app-store .nx-input,.app-store .nx-textarea,.app-store .nx-select{width:100%;border:1.5px solid var(--nx-border-2);background:#fff;border-radius:11px;padding:13px 15px;font-size:var(--nx-fs-14);outline:none;color:var(--nx-ink);font-family:var(--nx-font-body)}.app-store .nx-input:focus,.app-store .nx-textarea:focus,.app-store .nx-select:focus{border-color:var(--nx-green)}.app-store .nx-input.is-invalid,.app-store .nx-textarea.is-invalid{border-color:#fca5a5;background:#fef2f2}.app-store .nx-textarea{resize:vertical;min-height:120px}.app-store .nx-select{cursor:pointer}.app-store .nx-btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;border:none;border-radius:999px;cursor:pointer;font-family:var(--nx-font-head);font-weight:700;text-decoration:none;text-align:center}.app-store .nx-btn--green{background:var(--nx-green);color:#fff;padding:13px 24px;font-size:var(--nx-fs-14);letter-spacing:.02em}.app-store .nx-btn--green:hover{background:var(--nx-green-600)}.app-store .nx-btn--ink{background:var(--nx-ink);color:#fff;padding:15px 32px;font-size:var(--nx-fs-14)}.app-store .nx-btn--wa{background:var(--nx-wa);color:#fff;padding:15px;font-size:var(--nx-fs-15)}.app-store .nx-btn--wa:hover{background:#1fbb5a}.app-store .nx-btn--wa:disabled{background:var(--nx-wa-disabled);cursor:not-allowed}.app-store .nx-btn--outline{background:#fff;color:var(--nx-ink);border:1.5px solid var(--nx-ink);padding:14px;font-size:var(--nx-fs-14);letter-spacing:.02em}.app-store .nx-btn--outline:hover{background:var(--nx-ink);color:#fff}.app-store .nx-btn--block{width:100%}.app-store .nx-btn--lg{padding:16px 28px;font-size:var(--nx-fs-15)}.app-store .nx-tlink{background:none;border:none;cursor:pointer;font-family:var(--nx-font-head);font-weight:700;font-size:var(--nx-fs-14);color:var(--nx-green-600);text-decoration:none}.app-store .nx-tlink:hover{color:var(--nx-green)}:root{--detail-text-body: #1E293B}.app-store .main-content{background:#ffffff}.app-store strong,.app-store b{font-weight:600}.app-store button:not([class*=nx-]){border:none}.app-store .container{max-width:1200px;margin:0 auto;padding:0 24px}.app-store .container-full{width:100%;margin:0 auto;padding:0 24px}.app-store .btn{padding:10px 22px;border-radius:50px;font-size:13px;font-weight:700;transition:all .2s;display:inline-block;border:none}.app-store .btn-primary{background:var(--brand-900);color:#fff}.app-store .btn-primary:hover{background:var(--brand-700)}.app-store .btn-light{background:#ffffff;color:#0f172a;border:1px solid var(--neutral-300)}.app-store .btn-light:hover{background:var(--neutral-100);border-color:var(--neutral-400)}.app-store .btn-secondary{background-color:#6c757d;color:#fff}.app-store .btn-secondary:hover{background-color:#545b62}.app-store .btn-danger{background-color:#dc3545;color:#fff}.app-store .btn-danger:hover{background-color:#c82333}.app-store .section-title{text-align:center;font-size:var(--font-size-section-title);line-height:1.5;font-weight:700;color:var(--brand-700);margin:0 auto;letter-spacing:-1px}.app-store .section-subtitle{text-align:center;color:#6b7280;font-size:var(--font-size-section-subtitle);font-style:italic;line-height:1.5;font-weight:500;margin:0 auto;max-width:750px}.app-store .loading{text-align:center;padding:40px}.app-store .tienda-rich-content{line-height:1.75;overflow-wrap:anywhere;max-width:100%}.app-store .tienda-rich-content :where(div,section,article,figure,p,ul,ol,li){min-width:0}.app-store .tienda-rich-content>:first-child{margin-top:0}.app-store .tienda-rich-content>:last-child{margin-bottom:0}.app-store .tienda-rich-content h1,.app-store .tienda-rich-content h2,.app-store .tienda-rich-content h3,.app-store .tienda-rich-content h4,.app-store .tienda-rich-content h5,.app-store .tienda-rich-content h6{color:#0f172a;line-height:1.25;margin:1rem 0 .75rem;font-weight:700}.app-store .tienda-rich-content p,.app-store .tienda-rich-content ul,.app-store .tienda-rich-content ol,.app-store .tienda-rich-content blockquote{margin:0 0 1rem}.app-store .tienda-rich-content ul,.app-store .tienda-rich-content ol{padding-left:1.5rem}.app-store .tienda-rich-content li+li{margin-top:.35rem}.app-store .tienda-rich-content a{color:var(--brand-900);text-decoration:underline}.app-store .tienda-rich-content img,.app-store .tienda-rich-content video,.app-store .tienda-rich-content iframe{max-width:100%;height:auto}.app-store .tienda-rich-content img{display:block;border-radius:14px}.app-store .tienda-rich-content .ql-align-center{text-align:center}.app-store .tienda-rich-content .ql-align-right{text-align:right}.app-store .tienda-rich-content .ql-align-justify{text-align:justify}.app-store .tienda-rich-content .ql-direction-rtl{direction:rtl;text-align:inherit}.app-store .tienda-rich-content .ql-indent-1{padding-left:3em}.app-store .tienda-rich-content .ql-indent-2{padding-left:6em}.app-store .tienda-rich-content .ql-indent-3{padding-left:9em}.app-store .tienda-rich-content .ql-indent-4{padding-left:12em}.app-store .tienda-rich-content .ql-indent-5{padding-left:15em}.app-store .tienda-rich-content .ql-indent-6{padding-left:18em}.app-store .tienda-rich-content .ql-indent-7{padding-left:21em}.app-store .tienda-rich-content .ql-indent-8{padding-left:24em}.app-store .tienda-rich-content .ql-align-center img,.app-store .tienda-rich-content img.ql-align-center{margin-left:auto;margin-right:auto}.app-store .tienda-rich-content .ql-align-right img,.app-store .tienda-rich-content img.ql-align-right{margin-left:auto;margin-right:0}.app-store .tienda-rich-content .ql-align-left img,.app-store .tienda-rich-content img.ql-align-left{margin-left:0;margin-right:auto}.app-store .tienda-rich-content iframe,.app-store .tienda-rich-content video{width:100%;border:0;border-radius:14px}.app-store .spinner{border:4px solid var(--nx-green-50);border-top:4px solid var(--brand-700);border-radius:50%;width:40px;height:40px;animation:storeSpin 1s linear infinite;margin:0 auto}@keyframes storeSpin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@media (max-width: 1024px){.app-store{--font-size-sm: 13px;--font-size-base: 14px;--font-size-section-title: 26px;--font-size-section-subtitle: 15px;--font-size-feature-title: 44px;--font-size-feature-subtitle: 16px;--font-size-feature-item-title: 20px;--font-size-feature-item-body: 15px}}@media (max-width: 768px){.app-store{--font-size-sm: 12px;--font-size-base: 13px;--font-size-section-title: 22px;--font-size-section-subtitle: 14px;--font-size-feature-title: 34px;--font-size-feature-subtitle: 14px;--font-size-feature-item-title: 18px;--font-size-feature-item-body: 14px}.app-store{--nx-fs-38: 27px;--nx-fs-34: 25px;--nx-fs-32: 24px;--nx-fs-26: 21px;--nx-fs-24: 20px;--nx-fs-22: 19px;--nx-fs-20: 18px;--nx-fs-18: 16px;--nx-fs-17: 16px}.app-store .tienda-rich-content .ql-indent-1,.app-store .tienda-rich-content .ql-indent-2,.app-store .tienda-rich-content .ql-indent-3,.app-store .tienda-rich-content .ql-indent-4,.app-store .tienda-rich-content .ql-indent-5,.app-store .tienda-rich-content .ql-indent-6,.app-store .tienda-rich-content .ql-indent-7,.app-store .tienda-rich-content .ql-indent-8{padding-left:1.25rem}}.swiper{position:relative;display:block;overflow:hidden;margin-left:auto;margin-right:auto;padding:0;list-style:none;z-index:1}.swiper-wrapper{position:relative;display:flex;width:100%;height:100%;box-sizing:content-box;z-index:1;transition-property:transform}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-slide{position:relative;display:block;width:100%;height:100%;flex-shrink:0;transition-property:transform}.swiper-android .swiper-slide,.swiper-ios .swiper-slide,.swiper-wrapper{transform:translateZ(0)}.swiper-horizontal{touch-action:pan-y}.swiper-vertical{touch-action:pan-x}.swiper-pagination{position:absolute;left:0;width:100%;text-align:center;transition:opacity .3s;transform:translateZ(0);z-index:10;display:none}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-bullets.swiper-pagination-horizontal{bottom:var(--swiper-pagination-bottom, 8px);top:var(--swiper-pagination-top, auto)}.swiper-pagination-bullet{width:var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));height:var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));display:inline-block;border:none;margin:0;padding:0;box-shadow:none;-webkit-appearance:none;-moz-appearance:none;appearance:none;border-radius:var(--swiper-pagination-bullet-border-radius, 50%);background:var(--swiper-pagination-bullet-inactive-color, #000);opacity:var(--swiper-pagination-bullet-inactive-opacity, .2)}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-bullet:only-child{display:none!important}.swiper-pagination-bullet-active{opacity:var(--swiper-pagination-bullet-opacity, 1);background:var(--swiper-pagination-color, var(--swiper-theme-color, #007aff))}.app-store .nx-wafab{position:fixed;right:22px;bottom:22px;z-index:49;width:58px;height:58px;border-radius:50%;background:var(--nx-wa);display:flex;align-items:center;justify-content:center;color:#fff;box-shadow:0 10px 24px #25d36666;transition:transform .15s ease}.app-store .nx-wafab:hover{transform:scale(1.08);color:#fff}*,*:before,*:after{box-sizing:border-box}html{color-scheme:only light}html,body,#root{height:100%;width:100%}body{margin:0;font-family:Inter,Montserrat,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#fff;color:#1f2937}a{text-decoration:none;color:inherit}button,input,textarea,select{font-family:inherit}button{cursor:pointer}textarea{resize:vertical}.app{display:flex;flex-direction:column;min-height:100vh}.main-content{flex:1}.app-store .main-content{min-height:95vh}.store-boot-loader{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1600;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:18px;background:linear-gradient(180deg,#ffffff 0%,#f8fcff 100%);animation:store-boot-fade .35s ease-out}.store-boot-loader__logo{width:clamp(140px,38vw,200px);height:auto;animation:store-boot-breathe 1.8s ease-in-out infinite}.store-boot-loader__bar{width:clamp(140px,38vw,200px);height:3px;border-radius:999px;background:rgba(18,183,106,.16);overflow:hidden}.store-boot-loader__bar span{display:block;width:40%;height:100%;border-radius:inherit;background:var(--nx-green);animation:store-boot-slide 1.2s ease-in-out infinite}.store-boot-loader__text{margin:0;font-size:15px;font-weight:600;color:#123047;letter-spacing:.02em}.store-boot-loader__dots{display:inline-block;width:1.1em;text-align:left;animation:store-boot-dots 1.2s steps(4,end) infinite;overflow:hidden;vertical-align:bottom}@keyframes store-boot-fade{0%{opacity:0}to{opacity:1}}@keyframes store-boot-breathe{0%,to{transform:scale(1);opacity:.75}50%{transform:scale(1.05);opacity:1}}@keyframes store-boot-slide{0%{transform:translate(-110%)}to{transform:translate(320%)}}@keyframes store-boot-dots{0%{width:0}to{width:1.1em}}@media (prefers-reduced-motion: reduce){.store-boot-loader,.store-boot-loader__dots,.store-boot-loader__bar span{animation:none}.store-boot-loader__dots{width:1.1em}.store-boot-loader__bar span{width:100%;opacity:.5}.store-boot-loader__logo{animation:store-boot-pulse 3s ease-in-out infinite}}@keyframes store-boot-pulse{0%,to{opacity:.65}50%{opacity:1}}.not-found-page{min-height:60vh;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;gap:12px;padding:32px 16px}.not-found-code{margin:0;font-size:56px;font-weight:800;line-height:1;color:var(--nx-green)}.not-found-page h1{margin:0;color:#10243f}.not-found-page p{margin:0;color:#5f6b7a}.not-found-cta{margin-top:8px;display:inline-flex;align-items:center;justify-content:center;border-radius:999px;padding:12px 22px;text-decoration:none;font-weight:700;color:#fff;background:var(--nx-green)}.not-found-cta:hover{filter:brightness(.95)}
