@import "https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&display=swap";
:root{--c-navy:#0b2d5e;--c-blue:#0ea5e9;--c-blue-hover:#0284c7;--c-blue-light:#e0f2fe;--c-teal:#06b6d4;--c-green:#16a34a;--c-wa:#25d366;--c-wa-dark:#128c7e;--c-white:#fff;--c-gray-50:#f8fafc;--c-gray-100:#f1f5f9;--c-gray-200:#e2e8f0;--c-gray-400:#94a3b8;--c-gray-500:#64748b;--c-gray-700:#334155;--c-gray-900:#0f172a;--font:"Inter",-apple-system,BlinkMacSystemFont,sans-serif;--radius:10px;--radius-lg:16px;--radius-pill:999px;--shadow:0 4px 12px #00000017;--shadow-md:0 8px 24px #0000001a;--t:.2s cubic-bezier(.4,0,.2,1);--max-w:1260px;--header-h:64px}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;width:100%;max-width:100%;overflow-x:hidden}body{font-family:var(--font);color:var(--c-gray-900);background:var(--c-gray-50);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;-moz-text-size-adjust:100%;text-size-adjust:100%;width:100%;max-width:100%;min-height:100vh;line-height:1.6;position:relative;overflow-x:hidden}img{max-width:100%;height:auto;display:block}a{color:inherit;text-decoration:none}button{cursor:pointer;font-family:var(--font)}.zm-container{max-width:var(--max-w);margin:0 auto;padding:0 16px}@media (min-width:768px){.zm-container{padding:0 24px}}@media (min-width:1280px){.zm-container{padding:0 40px}}.zm-main{padding-top:32px;padding-bottom:64px}
.AiChat-module__rI9zZa__bubble{z-index:9999;cursor:pointer;color:#fff;background:linear-gradient(135deg,#1d4ed8,#3b82f6);border:none;border-radius:50%;justify-content:center;align-items:center;width:60px;height:60px;font-size:1.5rem;transition:transform .25s,box-shadow .25s;display:flex;position:fixed;bottom:24px;right:24px;box-shadow:0 6px 24px #1d4ed873}.AiChat-module__rI9zZa__bubble:hover{transform:scale(1.1);box-shadow:0 10px 32px #1d4ed88c}.AiChat-module__rI9zZa__bubbleOpen{background:linear-gradient(135deg,#dc2626,#f87171)}.AiChat-module__rI9zZa__bubbleIcon{font-size:1.6rem}.AiChat-module__rI9zZa__bubblePulse{background:#25d366;border-radius:50%;width:10px;height:10px;animation:2s ease-in-out infinite AiChat-module__rI9zZa__blink;position:absolute;top:6px;right:6px}@keyframes AiChat-module__rI9zZa__blink{0%,to{opacity:1}50%{opacity:.4}}.AiChat-module__rI9zZa__window{z-index:9998;background:#fff;border-radius:20px;flex-direction:column;width:360px;max-height:540px;animation:.25s ease-out AiChat-module__rI9zZa__slideUp;display:flex;position:fixed;bottom:96px;right:24px;overflow:hidden;box-shadow:0 20px 60px #0000002e}@keyframes AiChat-module__rI9zZa__slideUp{0%{opacity:0;transform:translateY(16px)}to{opacity:1;transform:translateY(0)}}@media (max-width:420px){.AiChat-module__rI9zZa__window{width:calc(100vw - 32px);bottom:88px;right:16px}}.AiChat-module__rI9zZa__header{color:#fff;background:linear-gradient(135deg,#1d4ed8,#3b82f6);align-items:center;gap:.75rem;padding:1rem 1.25rem;display:flex}.AiChat-module__rI9zZa__headerAvatar{font-size:1.75rem;line-height:1}.AiChat-module__rI9zZa__headerInfo{flex:1}.AiChat-module__rI9zZa__headerInfo strong{font-size:.9rem;display:block}.AiChat-module__rI9zZa__headerInfo span{opacity:.8;font-size:.72rem}.AiChat-module__rI9zZa__closeBtn{color:#fff;cursor:pointer;background:#ffffff26;border:none;border-radius:50%;justify-content:center;align-items:center;width:28px;height:28px;font-size:.9rem;display:flex}.AiChat-module__rI9zZa__closeBtn:hover{background:#ffffff40}.AiChat-module__rI9zZa__messages{scroll-behavior:smooth;flex-direction:column;flex:1;gap:.65rem;padding:1rem;display:flex;overflow-y:auto}.AiChat-module__rI9zZa__welcome{text-align:center;padding:.5rem}.AiChat-module__rI9zZa__welcomeIcon{margin-bottom:.5rem;font-size:2.5rem}.AiChat-module__rI9zZa__welcome p{color:#374151;margin-bottom:.4rem;font-size:.85rem;line-height:1.5}.AiChat-module__rI9zZa__sugestoes{flex-direction:column;gap:.4rem;margin-top:.75rem;display:flex}.AiChat-module__rI9zZa__sugestao{color:#1d4ed8;cursor:pointer;text-align:left;background:#eff6ff;border:1px solid #bfdbfe;border-radius:8px;padding:.4rem .75rem;font-size:.75rem;font-weight:500;transition:background .15s}.AiChat-module__rI9zZa__sugestao:hover{background:#dbeafe}.AiChat-module__rI9zZa__msg{align-items:flex-end;gap:.5rem;display:flex}.AiChat-module__rI9zZa__msgUser{flex-direction:row-reverse}.AiChat-module__rI9zZa__msgAvatar{flex-shrink:0;font-size:1.2rem}.AiChat-module__rI9zZa__msgBubble{white-space:pre-wrap;border-radius:16px;max-width:82%;padding:.65rem 1rem;font-size:.85rem;line-height:1.5}.AiChat-module__rI9zZa__msgUser .AiChat-module__rI9zZa__msgBubble{color:#fff;background:linear-gradient(135deg,#1d4ed8,#3b82f6);border-radius:16px 16px 4px}.AiChat-module__rI9zZa__msgBot .AiChat-module__rI9zZa__msgBubble{color:#0f172a;background:#f1f5f9;border-radius:16px 16px 16px 4px}.AiChat-module__rI9zZa__typing{background:#f1f5f9;border-radius:16px;gap:4px;padding:.65rem 1rem;display:flex}.AiChat-module__rI9zZa__typing span{background:#94a3b8;border-radius:50%;width:7px;height:7px;animation:1.2s ease-in-out infinite AiChat-module__rI9zZa__bounce}.AiChat-module__rI9zZa__typing span:nth-child(2){animation-delay:.2s}.AiChat-module__rI9zZa__typing span:nth-child(3){animation-delay:.4s}@keyframes AiChat-module__rI9zZa__bounce{0%,80%,to{transform:translateY(0)}40%{transform:translateY(-6px)}}.AiChat-module__rI9zZa__prodCards{flex-direction:column;gap:.5rem;display:flex}.AiChat-module__rI9zZa__prodCard{background:#fff;border:1.5px solid #e2e8f0;border-radius:10px;padding:.65rem;text-decoration:none;transition:all .15s;display:block;position:relative}.AiChat-module__rI9zZa__prodCard:hover{border-color:#3b82f6;box-shadow:0 2px 10px #3b82f626}.AiChat-module__rI9zZa__prodPromo{font-size:.7rem;position:absolute;top:6px;right:6px}.AiChat-module__rI9zZa__prodNombre{color:#0f172a;margin-bottom:3px;font-size:.78rem;font-weight:600;line-height:1.3}.AiChat-module__rI9zZa__prodPrecio{color:#1d4ed8;margin-bottom:4px;font-size:.82rem;font-weight:700}.AiChat-module__rI9zZa__prodLink{color:#3b82f6;font-size:.7rem}.AiChat-module__rI9zZa__inputRow{border-top:1px solid #f1f5f9;gap:.5rem;padding:.75rem 1rem;display:flex}.AiChat-module__rI9zZa__input{border:1.5px solid #e2e8f0;border-radius:12px;flex:1;padding:.55rem .9rem;font-family:inherit;font-size:.85rem;transition:border-color .2s}.AiChat-module__rI9zZa__input:focus{border-color:#3b82f6;outline:none}.AiChat-module__rI9zZa__sendBtn{color:#fff;cursor:pointer;background:linear-gradient(135deg,#1d4ed8,#3b82f6);border:none;border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;width:38px;height:38px;font-size:1rem;transition:transform .15s;display:flex}.AiChat-module__rI9zZa__sendBtn:hover:not(:disabled){transform:scale(1.08)}.AiChat-module__rI9zZa__sendBtn:disabled{opacity:.5;cursor:not-allowed}
.Footer-module__EZoWya__footer{color:#ffffffb3;background:#071628;border-top:3px solid #1c3f6e;font-size:.825rem}.Footer-module__EZoWya__grid{grid-template-columns:1.4fr 1fr 1fr 1.5fr;gap:2.5rem;max-width:1200px;margin:0 auto;padding:3rem 2rem 2rem;display:grid}.Footer-module__EZoWya__brand{color:#fff;letter-spacing:-.01em;margin-bottom:.6rem;font-size:1.15rem;font-weight:800}.Footer-module__EZoWya__tagline{color:#ffffff80;margin:0 0 1rem;font-size:.8rem;line-height:1.6}.Footer-module__EZoWya__socials{flex-wrap:wrap;gap:.55rem;display:flex}.Footer-module__EZoWya__social{color:#fff9;background:#ffffff14;border-radius:8px;justify-content:center;align-items:center;width:34px;height:34px;text-decoration:none;transition:background .15s,color .15s;display:flex}.Footer-module__EZoWya__social:hover{color:#fff;background:#1d6fbf}.Footer-module__EZoWya__social svg{width:16px;height:16px}.Footer-module__EZoWya__colTitle{text-transform:uppercase;letter-spacing:.1em;color:#7dd3fc;margin:0 0 .9rem;font-size:.75rem;font-weight:700}.Footer-module__EZoWya__colList{flex-direction:column;gap:.4rem;margin:0;padding:0;list-style:none;display:flex}.Footer-module__EZoWya__colList a,.Footer-module__EZoWya__colList span{color:#fff9;font-size:.8rem;line-height:1.5;text-decoration:none;transition:color .15s}.Footer-module__EZoWya__colList a:hover{color:#7dd3fc}.Footer-module__EZoWya__alerts{flex-direction:column;gap:.6rem;display:flex}.Footer-module__EZoWya__alert{color:#ffffffa6;background:#ffffff0a;border-left:3px solid #ef4444;border-radius:0 6px 6px 0;padding:.5rem .75rem;font-size:.75rem;line-height:1.5}.Footer-module__EZoWya__alert strong{color:#fca5a5;margin-bottom:.1rem;display:block}.Footer-module__EZoWya__alert em{color:#fcd34d;font-style:normal;font-weight:600}.Footer-module__EZoWya__cotizBtn{color:#fff;text-align:center;background:linear-gradient(135deg,#1d4ed8,#1e3a8a);border-radius:8px;margin-top:.25rem;padding:.55rem .85rem;font-size:.75rem;font-weight:600;text-decoration:none;transition:opacity .15s;display:block}.Footer-module__EZoWya__cotizBtn:hover{opacity:.85}.Footer-module__EZoWya__bottom{color:#ffffff59;border-top:1px solid #ffffff12;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:.75rem;max-width:1200px;margin:0 auto;padding:1.1rem 2rem;font-size:.75rem;display:flex}.Footer-module__EZoWya__bottom p{margin:0}.Footer-module__EZoWya__credit{color:#ffffff40;font-size:.72rem;text-decoration:none;transition:color .2s}.Footer-module__EZoWya__credit:hover{color:#fff9}.Footer-module__EZoWya__credit em{color:#38bdf8;font-style:normal}@media (max-width:900px){.Footer-module__EZoWya__grid{grid-template-columns:1fr 1fr;gap:2rem}}@media (max-width:560px){.Footer-module__EZoWya__grid{grid-template-columns:1fr;gap:1.75rem;padding:2rem 1.25rem 1.5rem}.Footer-module__EZoWya__bottom{text-align:center;flex-direction:column;padding:1rem 1.25rem}}
