@import"https://fonts.googleapis.com/css2?family=Outfit:wght@400;500;600;700;800;900&display=swap";:root{--color-primary: #1976d2be;--color-accent: #ffca28;--color-bg: #ffffff5b;--color-text: #333;--color-error: #d32f2f;--color-success: #388e3c;--font-main: "Outfit", system-ui, -apple-system, sans-serif;--radius-main: 10px;--shadow-main: 0 2px 8px rgba(25,118,210,.07)}*{box-sizing:border-box;margin:0;padding:0}html{height:100%}body{font-family:var(--font-main);background:var(--color-bg);color:var(--color-text);line-height:1.6;min-height:100vh;display:flex;flex-direction:column;padding-top:52px}main{flex:1 0 auto;width:100%;padding-bottom:40px}img{max-width:100%;height:auto;display:block}.img-responsive{width:100%;height:auto;-o-object-fit:cover;object-fit:cover}.img-contained{max-width:100%;-o-object-fit:contain;object-fit:contain;margin:0 auto}.img-circle{border-radius:50%}.img-rounded{border-radius:var(--radius-main)}.img-shadow{box-shadow:var(--shadow-main)}.img-thumbnail{padding:4px;background-color:#ffffffe8;border:1px solid #ddddddf5;border-radius:var(--radius-main);transition:all .2s ease-in-out}.img-hover{transition:transform .3s ease}.img-hover:hover{transform:scale(1.05)}.img-fluid{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}figure{margin:0;display:inline-block}figure img{margin-bottom:8px}figcaption{font-size:.9em;color:#666;text-align:center}@media(max-width:768px){.img-responsive{height:300px}figure{width:100%}}header{position:fixed;top:0;left:0;right:0;background:#0a57caea;color:#fff;padding:8px 0;text-align:center;z-index:1000;box-shadow:0 2px 4px #0000001a}.site-header{position:fixed;top:0;left:0;right:0;background:#0a57caea;color:#fff;z-index:1100}header nav{display:flex;justify-content:space-between;align-items:center;max-width:1200px;margin:auto;padding:0 20px;position:relative}.menu-container{position:relative;margin-left:auto}.menu-toggle{display:none;background:none;border:none;cursor:pointer;padding:8px;color:#fff;align-items:center;justify-content:center}.menu{display:flex;align-items:center;gap:28px}.menu a{color:inherit;text-decoration:none;font-weight:500;transition:opacity .2s}.menu a:hover{opacity:.9}.menu .nav-btn{padding:8px 16px;border-radius:6px;font-weight:600;transition:all .2s ease}@media screen and (max-width:768px){.menu-toggle{display:flex}.menu-toggle[aria-expanded=true] svg line:first-child{display:none}.menu-toggle[aria-expanded=true] svg line:nth-child(2){display:none}.menu-toggle[aria-expanded=true] svg line:last-child{display:none}.menu-toggle[aria-expanded=true]:before{content:"×";font-size:24px;line-height:24px}.menu{position:absolute;right:0;top:100%;background:#fff;border-radius:8px;width:220px;padding:8px 0;box-shadow:0 2px 10px #00000014;display:none;z-index:1000;flex-direction:column;gap:0;margin-top:8px;transform-origin:top right;opacity:0;transform:translateY(-6px) scale(.98);transition:opacity .16s ease,transform .16s ease}.menu.active{display:flex;opacity:1;transform:translateY(0) scale(1)}.menu:before{content:"";position:absolute;top:-6px;right:10px;width:12px;height:12px;background:#fff;transform:rotate(45deg);box-shadow:-1px -1px #00000008}.menu a{color:#fafafa;padding:12px 16px;display:block;font-size:.95em;transition:background .2s}.menu a:hover{background:#0a57ca83;opacity:1}.menu .nav-btn{margin:4px 8px;text-align:center}}.logo{font-size:1.8em;font-weight:700;color:#fff;text-decoration:none;margin-right:32px;letter-spacing:1px}.nav-btn{padding:8px 16px;border-radius:6px;background:#f4b400;color:#0d47a1;font-weight:600;text-decoration:none;border:1px solid #0d47a1;margin-left:10px;transition:all .2s ease;font-size:.95em;cursor:pointer;white-space:nowrap}.nav-btn:hover{background:#0d47a1;color:#fff}.nav-btn-primary{background:#ffca28;color:#0d47a1}.nav-btn-primary:hover{background:#0d47a1;color:#fff}.hero{background:linear-gradient(135deg,#1976d2fa,#1565c0);position:relative;color:#fff;padding:120px 20px 180px;margin-bottom:0;overflow:hidden}.hero:after{content:"";position:absolute;left:-1px;right:-1px;bottom:-1px;width:calc(100% + 2px);height:120px;background:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1440 120" preserveAspectRatio="none"><path fill="%23ffffff" d="M0,0 C480,100 960,100 1440,0 L1440,120 L0,120 Z" /></svg>') no-repeat;background-size:100% 100%;z-index:2}.hero-content{max-width:1200px;margin:0 auto;display:flex;align-items:center;justify-content:space-between;gap:60px;position:relative;z-index:2}.hero-text{flex:1;text-align:left;max-width:580px}.hero h1{font-family:Outfit,system-ui,-apple-system,sans-serif;font-size:4.2em;margin-bottom:24px;line-height:1.1;font-weight:800;letter-spacing:-.02em;animation:fadeInUp .8s ease-out;text-shadow:0 2px 8px rgba(0,0,0,.15);color:#fff}.text-btn{color:#ffca28;font-weight:700;text-decoration:none;border-bottom:2px solid transparent;transition:border-color .3s}.text-btn:hover{color:#eaebec}.hero p{font-family:Outfit,system-ui,-apple-system,sans-serif;font-size:1.45em;margin-bottom:38px;line-height:1.5;font-weight:400;animation:fadeInUp .8s ease-out .2s both;color:#fffffff8;text-shadow:0 1px 2px rgba(0,0,0,.1);letter-spacing:-.01em}.hero-cta{display:flex;align-items:center;gap:20px;animation:fadeInUp .8s ease-out .4s both}.cta-btn{background:#ffca28;color:#6c6d6e;padding:20px 40px;border:none;border-radius:12px;font-size:1.15em;font-weight:700;cursor:pointer;display:inline-block;transition:all .3s cubic-bezier(.4,0,.2,1);text-decoration:none;box-shadow:0 4px 6px #0000001a}.cta-btn:hover{background:#ffd54f;transform:translateY(-2px);box-shadow:0 6px 15px #0003}.hero-badge{background:#ffffff26;padding:10px 20px;border-radius:30px;font-size:1em;font-weight:600;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);border:1px solid rgba(255,255,255,.2)}.hero-image{flex:1;display:flex;justify-content:center;align-items:center;animation:fadeInRight 1s ease-out;position:relative}.hero-image:before{content:"";position:absolute;width:120%;height:120%;background:radial-gradient(circle,#ffffff1a,#fff0 70%);z-index:-1}.hero-image img{max-width:100%;height:auto;filter:drop-shadow(0 8px 24px rgba(0,0,0,.15));border-radius:20px;transition:transform .3s ease}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@media(max-width:968px){.hero{padding:80px 20px}.hero-content{flex-direction:column-reverse;text-align:center;gap:40px}.hero-text{text-align:center;max-width:100%}.hero h1{font-size:2.8em}.hero p{font-size:1.2em;margin-bottom:30px}.hero-cta{justify-content:center;flex-wrap:wrap}.cta-btn{width:100%;max-width:300px}.hero-image{width:90%;margin:0 auto}.hero-image img{max-width:90%}}@media(max-width:480px){.hero{padding:60px 16px}.hero h1{font-size:2.3em}.hero p{font-size:1.1em}.cta-btn{padding:16px 32px;font-size:1.1em}.hero-badge{padding:8px 16px;font-size:.9em}}@keyframes fadeInRight{0%{opacity:0;transform:translate(40px)}to{opacity:1;transform:translate(0)}}@media(max-width:968px){.hero-content{flex-direction:column;text-align:center}.hero-text{text-align:center}.hero-cta{justify-content:center}.hero h1{font-size:2.5em}.hero p{font-size:1.1em}}.features{max-width:900px;margin:60px auto;padding:0 20px;align-items:stretch}.feature-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:32px;justify-content:center;align-items:stretch}.feature-card{flex:1 1 350px;min-width:280px;max-width:420px;min-height:140px;background:#fff;border-radius:10px;box-shadow:0 2px 8px #0000000f;padding:28px 22px;margin-bottom:16px;display:flex;flex-direction:column;justify-content:flex-start;transition:transform .3s ease,box-shadow .3s ease}.feature-icon{display:flex;align-items:center;justify-content:center;width:48px;height:48px;background:#f5f5f5;border-radius:10px;margin-bottom:20px}.feature-icon svg{color:#1976d2;width:24px;height:24px}.feature-card h3{font-size:1.2em;font-weight:600;margin-bottom:12px;color:#0d47a1}.feature-card p{color:#666;line-height:1.6;font-size:1em;margin:0}.faq-link{text-align:center;margin-top:48px;font-size:1em}.faq-link a{color:#1976d2;text-decoration:none}.features-cta{text-align:center;color:#25d366}.faq-section h2{text-align:center;margin-bottom:36px;color:#1976d2}.faq-section h2 .card-hovered{transform:scale(1.04);box-shadow:0 8px 32px #1976d226}.faq-list{display:flex;flex-wrap:wrap;gap:32px;justify-content:center;align-items:stretch}.faq-item{flex:1 1 350px;min-width:280px;max-width:420px;min-height:140px;background:#fff;border-radius:10px;box-shadow:0 2px 8px #0000000f;padding:28px 22px;margin-bottom:16px;display:flex;flex-direction:column;justify-content:flex-start}.faq-item:hover{transform:translateY(-4px);box-shadow:0 12px 20px #1976d21a;transform:scale(1.05);opacity:.9}.faq-item h3{margin-bottom:10px;color:#0d47a1;font-size:1.1em}.faq-item p{color:#444;font-size:1em}.feature,.faq-item{transform:translateY(30px);transition:all .8s cubic-bezier(.4,0,.2,1)}.feature.animated,.faq-item.animated{opacity:1!important;transform:translateY(0)}.feature:nth-child(1){transition-delay:.1s}.feature:nth-child(2){transition-delay:.2s}.feature:nth-child(3){transition-delay:.3s}.faq-item:nth-child(1){transition-delay:.1s}.faq-item:nth-child(2){transition-delay:.2s}.faq-item:nth-child(3){transition-delay:.3s}.faq-item:nth-child(4){transition-delay:.4s}.faq-item:nth-child(5){transition-delay:.5s}@media(prefers-reduced-motion:reduce){.feature,.faq-item{opacity:1!important;transform:none;transition:none}}.feature,.faq-item{opacity:1;transform:none;transition:opacity .7s cubic-bezier(.4,0,.2,1),transform .7s cubic-bezier(.4,0,.2,1)}.feature.animated,.faq-item.animated{opacity:1;transform:translateY(0)}.personaliza{max-width:600px;margin:40px auto 0;background:#fff;border-radius:12px;box-shadow:0 2px 10px #00000012;padding:32px 24px;animation:fadeInUp 1s cubic-bezier(.4,0,.2,1)}.personaliza-form{margin-bottom:32px}.preview-tienda{text-align:center;margin-bottom:18px;padding-bottom:10px;border-bottom:1px solid #eee;animation:fadeInDown 1s cubic-bezier(.4,0,.2,1)}.input-error{display:block;min-height:18px}.form-feedback{text-align:center;font-weight:700;font-size:1.05em}.animated-steps{animation:fadeInUp 1.2s cubic-bezier(.4,0,.2,1)}.steps-grid{display:flex;gap:18px;justify-content:center;margin-top:18px;flex-wrap:wrap}.step-card{background:#f7f7f7;border-radius:10px;box-shadow:0 1px 4px #0000000a;padding:18px 16px;min-width:120px;text-align:center;flex:1 1 120px;margin-bottom:10px;transition:box-shadow .2s}.step-card:hover{box-shadow:0 2px 12px #1976d21a}.step-icon{font-size:2em;display:block;margin-bottom:8px}@media(max-width:600px){header nav{flex-wrap:wrap;justify-content:center;padding:5px 15px}.logo{font-size:1.4em;margin-right:0}nav .menu{gap:8px;flex-wrap:wrap;justify-content:flex-end}.nav-btn{padding:6px 12px;font-size:.9em;margin-left:5px}.nav-btn-primary{padding:6px 12px;font-size:.9em}}.hero h1{font-size:1.9em}.hero p,.cta-btn{font-size:1em}.features{padding:0 10px}.features h2{font-size:1.8em}.feature-grid{flex-direction:column}.footer-container{flex-direction:column;align-items:center}.footer-section{margin:15px 0;min-width:100%;text-align:center}.footer-section h4{text-align:center}.footer-bottom{font-size:.8em}form,.login-form{margin:20px;padding:20px}.footer-section.redes-sociales ul{display:flex;gap:12px;list-style:none;padding:0;justify-content:flex-start}.footer-section.redes-sociales ul li a img{filter:grayscale(.3);transition:filter .3s}.footer-section.redes-sociales ul li a:hover img{filter:grayscale(0) drop-shadow(0 0 2px #1976d2)}@media(max-width:600px){.footer-section.redes-sociales ul{justify-content:center}}.whatsapp-float{position:fixed;bottom:30px;right:30px;display:flex;align-items:center;justify-content:center;width:60px;height:60px;background:#25d366;border-radius:50%;box-shadow:0 4px 12px #00000026;transition:all .3s ease;z-index:999}.whatsapp-float:hover{transform:translateY(-3px);box-shadow:0 6px 16px #0003}.whatsapp-float img{width:34px;height:34px}.whatsapp-float .tooltip{position:absolute;right:calc(100% + 10px);top:50%;transform:translateY(-50%);background:#333;color:#fff;padding:8px 12px;border-radius:6px;font-size:.9em;white-space:nowrap;opacity:0;visibility:hidden;transition:all .3s ease}.whatsapp-float .tooltip:after{content:"";position:absolute;right:-6px;top:50%;transform:translateY(-50%);border-left:6px solid #333;border-top:6px solid transparent;border-bottom:6px solid transparent}.whatsapp-float:hover .tooltip{opacity:1;visibility:visible}@media(max-width:768px){.whatsapp-float{bottom:20px;right:20px;width:50px;height:50px}.whatsapp-float img{width:28px;height:28px}.whatsapp-float .tooltip{display:none}}footer{background:#111;color:#ccc;font-size:.9em;text-align:center;position:relative;bottom:0;width:100%;z-index:10;flex-shrink:0;box-shadow:0 -2px 6px #0000001a;padding-top:20px;padding-bottom:20px}.footer-container{display:flex;flex-wrap:wrap;justify-content:space-between;max-width:1200px;padding-top:4px;margin:auto}.footer-section{margin:6px;min-width:120px}.footer-section h4{margin-bottom:8px;color:#ffca28}.footer-section ul{list-style:none;padding:0}.footer-section ul li{margin-bottom:6px}.footer-section ul li a{color:#ccc;text-decoration:none;transition:all .2s ease;display:inline-block;padding-top:2px}.footer-section ul li a:hover{color:#fff;transform:translate(2px)}.footer-bottom{text-align:center;margin-top:.8em;font-size:.9em}form{max-width:500px;margin:50px auto;background:#fff;padding:30px;border-radius:10px;box-shadow:0 2px 6px #0000001a}form h2{text-align:center;margin-bottom:20px;color:#1976d2}label{display:block;margin-bottom:5px;font-weight:700}input,select,textarea{width:100%;padding:10px;margin-bottom:20px;border:1px solid #ccc;border-radius:5px}form button,form input[type=submit]{width:100%;background:#ffca28;color:#000;padding:12px;border:none;border-radius:5px;font-size:1em;cursor:pointer;font-weight:700}form button:hover,form input[type=submit]:hover{background:#f4b400}form button:disabled,form button.disabled{background:#ccc;color:#888;cursor:not-allowed;border:1px solid #bbb;opacity:.7;box-shadow:none;transition:background .2s,color .2s,opacity .2s}.back-link{text-align:center;margin-top:20px;font-size:.9em}.back-link a{color:#1976d2;text-decoration:none}.login-form{max-width:400px;margin:50px auto;background:#fff;padding:30px;border-radius:10px;box-shadow:0 2px 5px #0000001a}.login-form h2{text-align:center;margin-bottom:20px;color:#1976d2}.login-form label{display:block;margin-bottom:5px;font-weight:700}.login-form input{width:100%;padding:10px;margin-bottom:20px;border:1px solid #ccc;border-radius:5px}.login-form button{width:100%;background:#ffca28;color:#000;padding:12px;border:none;border-radius:5px;font-size:1em;cursor:pointer;font-weight:700}.login-form button:hover{background:#f4b400}.extra-links{text-align:center;margin-top:15px;font-size:.9em}.extra-links a{color:#1976d2;text-decoration:none}.is-hidden{display:none!important}.text-error{color:var(--color-error)}.label-inline{display:inline;font-weight:400}.preview-logo-box{background:#f7f7f7;border-radius:8px;width:80px;height:80px;display:flex;align-items:center;justify-content:center;margin:0 auto 12px}.preview-emoji{color:#bbb;font-size:2.2em}.preview-name{font-weight:700;font-size:1.2em;margin-bottom:6px;text-align:center}.preview-color-circle{width:40px;height:40px;border-radius:50%;background:var(--preview-color, #1976d2);margin:0 auto 10px;border:2px solid #eee}.logo-preview-img{max-width:70px;max-height:70px;border-radius:8px}.flex-grow-1{flex:1}.panel-form{display:flex;flex-direction:column;gap:14px;max-width:340px;margin:auto}.panel-label{font-size:.98em;color:#1976d2;font-weight:500;display:block}.color-input{width:40px;height:32px;border:none;vertical-align:middle;margin-left:8px}.file-input-margin{margin-left:8px}.preview-logo-tienda{margin:0 auto 0 0}.mensaje-tienda{margin-top:10px;font-size:1em;color:var(--color-success)}.productos-lista{margin-top:18px}.muted{color:#888}.producto-item{border:1px solid #e0e0e0;padding:12px 10px;margin-bottom:10px;border-radius:8px;display:flex;align-items:center;justify-content:space-between;gap:10px}.producto-item-left{text-align:left;flex:1;display:flex;align-items:center;gap:12px}.product-thumb{width:54px;height:54px;-o-object-fit:cover;object-fit:cover;border-radius:6px;border:1px solid #eee;background:#fafafa}.text-muted-dark{font-size:.95em;color:#555}.small-text{font-size:.95em}.icon-inline{font-size:1.1em;vertical-align:middle}.form-column{display:flex;flex-direction:column;gap:10px;max-width:340px;margin:auto}.file-input-padding{padding:6px 0}.button-row-right{display:flex;gap:10px;justify-content:flex-end}.preview-producto{margin-top:22px}.preview-thumb{width:54px;height:54px;-o-object-fit:cover;object-fit:cover;border-radius:6px;border:1px solid #eee;background:#fafafa;margin-right:6px}.product-preview-box{border:1px solid #e0e0e0;padding:12px 10px;border-radius:8px;display:flex;align-items:center;gap:12px;background:#fafbfc;max-width:340px;margin:auto}.preview-img-row{display:flex;gap:6px}.text-muted-dark-small{font-size:.95em;color:#555}.svg-inline{vertical-align:middle;margin-right:8px}.strength-weak-text{color:#f44}.strength-medium-text{color:#fb3}.strength-strong-text{color:#00c851}.input-error-border{border-color:var(--color-error)!important}.feedback-success{color:var(--color-primary)!important}.pre-animated{opacity:0}.admin-notification{position:fixed;bottom:32px;right:32px;background:var(--color-primary);color:#fff;padding:16px 28px;border-radius:8px;box-shadow:0 4px 16px #1976d226;font-size:1.1em;z-index:9999}.features{max-width:900px;margin:60px auto;padding:0 20px}.feature-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:24px;width:100%;max-width:900px;margin:0 auto;align-items:stretch}.feature-card{flex:1 1 250px;min-width:200px;max-width:300px;background:#fff;border-radius:10px;box-shadow:0 2px 8px #0000000f;padding:24px 20px;margin:0;display:flex;flex-direction:block;justify-content:flex-start;transition:transform .3s ease,box-shadow .3s ease}.feature-card:hover{transform:translateY(-4px);box-shadow:0 12px 20px #1976d21a}.feature-icon{display:block;align-items:stretch;justify-content:center;width:42px;height:42px;background:#f5f5f5;border-radius:8px;margin-bottom:16px}.feature-icon svg{color:#1976d2;width:20px;height:20px}.feature-card h3{font-size:1.1em;font-weight:600;margin-bottom:8px;color:#0d47a1}.feature-card p{color:#666;line-height:1.5;font-size:.95em;margin:0}.section-header{text-align:center;margin-bottom:48px}.section-tag{display:inline-block;padding:6px 16px;background-color:#ffca28;color:#0d47a1;border-radius:20px;font-size:.9em;font-weight:500;margin-bottom:16px}.section-header h2{font-size:2.4em;color:#1976d2;margin-bottom:16px}.section-subtitle{color:#666;font-size:1.1em;line-height:1.6}.faq-section{max-width:900px;margin:60px auto;padding:0 20px}.faq-card .feature-icon{background:#e3f2fd}.faq-card .feature-icon svg{color:#1976d2}.faq-card h3{font-size:1.15em;color:#1976d2;margin-bottom:12px}.faq-card p{color:#666;line-height:1.6}.faq-section .feature-grid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr))}@media(max-width:768px){.features,.faq-section{padding:0 16px;margin:32px auto}.feature-grid{grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:16px}.section-header h2{font-size:1.8em}.section-subtitle{font-size:1em}}@media(max-width:480px){.features{padding:0 12px}.feature-grid{grid-template-columns:1fr}.feature-card{max-width:100%;padding:20px}.feature-icon{width:36px;height:36px;margin-bottom:12px}.feature-icon svg{width:18px;height:18px}.feature-card h3{font-size:1.05em}.feature-card p{font-size:.9em}}
