body{margin:0;padding:0;font-family:Arial,sans-serif;background:linear-gradient(-45deg,#0f172a,#1e293b,#0f766e,#3b0764);background-size:400% 400%;animation:gradientBG 15s ease infinite;min-height:100vh;overflow-x:hidden;color:#fff}@keyframes gradientBG{0%{background-position:0% 50%}50%{background-position:100% 50%}to{background-position:0% 50%}}.card-container{text-align:center;padding-top:2rem}.card-container h1{font-size:1.8rem;font-weight:700;color:#fff}.card-container p{font-size:.95rem;color:#ddd;margin-top:.25rem}.icon-grid{margin-top:2rem;display:grid;grid-template-columns:repeat(3,1fr);gap:2.5rem 2.5rem;justify-items:center;align-items:center;padding:0 1rem}.bubble{width:90px;height:90px;border-radius:70%;background:#ffffff26;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);color:#fff;font-size:1.8rem;display:flex;align-items:center;justify-content:center;transition:transform .2s,background .3s;box-shadow:0 8px 20px #0003;text-decoration:none;animation:popIn .5s ease forwards;animation-delay:calc(var(--i) * .1s);opacity:0}..bubble:hover{transform:scale(1.1);background:#ffffff4d}.bubble:active{transform:scale(.95);transition:transform .1s ease-in-out}.footer-fixed{position:fixed;bottom:0;left:0;right:0;background:#333;color:#fff;font-size:.75rem;text-align:center;padding:.5rem;z-index:50}.footer-text{margin-bottom:.25rem}.footer-buttons{background:#fff;color:#000;display:flex;justify-content:space-around;padding:.5rem;border-radius:12px 12px 0 0}.footer-buttons a{display:flex;flex-direction:column;align-items:center;font-size:.75rem;text-decoration:none;color:#333}.footer-buttons span{font-size:.7rem;margin-top:.2rem}.footer-icon{width:32px;height:32px;margin-bottom:.25rem}.bienvenida-container{display:flex;flex-direction:column;justify-content:center;align-items:center;height:100vh;padding:2rem;text-align:center;background:#f5f5f5;color:#333}.bienvenida-container button{background:#22c55e;color:#fff;padding:.75rem 1.5rem;border:none;font-size:1rem;border-radius:8px;margin-top:1.5rem;cursor:pointer;transition:.3s}.bienvenida-container button:hover{background:#16a34a}.icon-grid{margin-top:2rem;display:grid;grid-template-columns:repeat(3,80px);gap:1.2rem;justify-content:center;padding:0 1rem;perspective:600px}.bubble{transform-style:preserve-3d;transition:transform .25s ease,background .3s;animation:popIn .5s ease forwards;animation-delay:calc(var(--i) * .1s);opacity:0}.bubble:hover{transform:scale(1.1) translateY(-5px) rotateX(8deg);background:#ffffff4d;box-shadow:0 10px 25px #0000004d}.bubble:active{transform:scale(.95)}@keyframes popIn{0%{transform:scale(.5);opacity:0}to{transform:scale(1);opacity:1}}.bubble img{width:55%;height:55%;object-fit:contain;border-radius:50%;transition:transform .3s ease,filter .3s ease;box-shadow:0 0 10px #0f06}.bubble:hover img{transform:scale(1.1);filter:drop-shadow(0 0 6px #00ff66)}.bubble-icon{width:36px;height:36px;object-fit:contain;pointer-events:none;transition:transform .3s ease}.bubble:hover .bubble-icon,.bubble:active .bubble-icon{transform:scale(1.15)}.bubble:hover{transform:scale(1.1);box-shadow:0 0 12px #fff6;background:#ffffff40}.bubble:active{transform:scale(.95);box-shadow:0 0 12px #ffffff80}.logo-principal{width:100px;height:100px;padding:10px;border-radius:50%;object-fit:contain;background:#fff;box-shadow:0 4px 12px #0003}.popup-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:#14141499;display:flex;align-items:center;justify-content:center;z-index:999}.popup-content{background:#fff;padding:1.5rem;border-radius:12px;width:90%;max-width:420px;box-shadow:0 4px 20px #0000004d;animation:popup-entrar .3s ease}@keyframes popup-entrar{0%{transform:scale(.95);opacity:0}to{transform:scale(1);opacity:1}}.popup-content h2{margin-bottom:1rem;font-size:1.4rem;color:#111}.popup-content label{display:block;margin-top:1rem;font-weight:600;font-size:.9rem;color:#333}.popup-content input,.popup-content select,.popup-content textarea{width:100%;padding:.5rem;margin-top:.2rem;border:1px solid #ccc;border-radius:6px;font-size:1rem;resize:vertical}.popup-content textarea{min-height:60px}.popup-buttons{display:flex;justify-content:space-between;margin-top:1.5rem}.popup-buttons button{padding:.6rem 1.2rem;border:none;border-radius:6px;font-size:1rem;cursor:pointer;transition:background .2s}.popup-buttons button:first-child{background:#999;color:#fff}.popup-buttons button:last-child{background:#007bff;color:#fff}.popup-buttons button:hover{opacity:.9}.popup-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:#0006;display:flex;justify-content:center;align-items:center;padding:1rem;box-sizing:border-box;z-index:1000}.popup-content{background:#fff;border-radius:12px;padding:1.2rem;width:100%;max-width:420px;max-height:90vh;overflow:hidden;display:flex;flex-direction:column;justify-content:space-between;box-sizing:border-box;box-shadow:0 10px 30px #0003}.popup-content form{display:flex;flex-direction:column;gap:.8rem;overflow-y:auto;max-height:70vh;padding-right:4px}.popup-content input,.popup-content select,.popup-content textarea{width:100%;padding:.6rem;font-size:1rem;border:1px solid #ccc;border-radius:8px;box-sizing:border-box}.popup-buttons{display:flex;justify-content:space-between;margin-top:1rem;gap:.5rem}.popup-buttons button{flex:1;padding:.7rem;border:none;border-radius:6px;background-color:#011933;color:#fff;font-weight:700;font-size:1rem;cursor:pointer}.popup-buttons button:hover{background-color:#033263}.check-icon{font-size:3rem;text-align:center;animation:popIn .4s ease-out;margin-bottom:.5rem}@keyframes popIn{0%{transform:scale(.4);opacity:0}to{transform:scale(1);opacity:1}}.catalogo-layout{display:flex;flex-direction:row}.topbar{position:sticky;top:0;z-index:1001;display:flex;align-items:center;justify-content:space-between;gap:12px;padding:10px 12px;background:#fff;box-shadow:0 1px 6px #0000000f}.back-link{display:inline-flex;align-items:center;gap:6px;text-decoration:none;color:#333;font-weight:700}.back-link:hover{opacity:.8}.back-icon{width:22px;height:22px}.hamburger-button{display:inline-flex;align-items:center;border:1px solid #ddd;border-radius:8px;padding:6px 12px;background:#fff;cursor:pointer;font-weight:600}.sidebar{width:240px;background-color:#fff;padding:20px;box-shadow:2px 0 6px #0000001a;height:100vh;position:sticky;top:0;z-index:1000}.sidebar h2{font-size:20px;margin-bottom:20px;color:#111}.sidebar ul{list-style:none;padding:0;margin:0}.sidebar li{display:flex;align-items:center;padding:10px 8px;border-radius:6px;color:#333;cursor:pointer;transition:all .2s ease-in-out}.sidebar li:hover{background-color:#e0e0e0;color:#000;transform:translate(4px)}.categoria-icon{margin-right:8px;transition:transform .2s ease}.sidebar li:hover .categoria-icon{transform:scale(1.2)}.catalogo-container{flex:1;padding:16px;background-color:#f5f5f5;min-height:100vh;text-align:center}.catalogo-container h1{color:#333}.catalogo-container p{font-size:18px;color:#666}.buscador-container{display:flex;justify-content:center;align-items:center;margin:20px auto;width:100%}.buscador-wrapper{position:relative;width:100%;max-width:400px;display:flex;justify-content:center}.buscador-input{width:100%;padding:12px 16px 12px 40px;font-size:16px;border-radius:25px;border:1px solid #ccc;box-shadow:0 2px 5px #0000001a}.lupa-icon{position:absolute;top:50%;left:16px;transform:translateY(-50%);width:18px;height:18px;opacity:.6;pointer-events:none}:root{--topbar-h: 56px}@media (max-width: 992px){.catalogo-layout{flex-direction:column}.sidebar{position:fixed;top:var(--topbar-h);left:0;height:calc(100vh - var(--topbar-h));width:74vw;max-width:360px;background:#fff;z-index:1001;padding:16px;overflow-y:auto;box-shadow:2px 0 16px #00000040;border-top-right-radius:12px;border-bottom-right-radius:12px;visibility:hidden;opacity:0;transform:translate(-100%);transition:transform .3s cubic-bezier(.22,.61,.36,1),opacity .2s linear,visibility 0s linear .3s}.overlay{position:fixed;top:var(--topbar-h);left:0;right:0;bottom:0;background:#00000059;z-index:1000;pointer-events:auto;animation:fadeIn .2s ease-out}.sidebar.visible{visibility:visible;opacity:1;transform:translate(0);transition:transform .32s cubic-bezier(.22,.61,.36,1),opacity .2s linear,visibility 0s}.overlay{position:fixed;top:var(--topbar-h);left:0;right:0;bottom:0;background:#0006;z-index:1000;animation:fadeIn .2s ease-out}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.hamburger-button{display:inline-flex}}@media (min-width: 992px){.sidebar{position:sticky;top:0;height:100vh;width:240px;visibility:visible;opacity:1;transform:none;box-shadow:2px 0 6px #0000001a}.overlay,.hamburger-button{display:none}}.features-grid{width:100%;max-width:1100px;margin:18px auto 8px;padding:0 8px;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.feature-card{background:#fff;border:1px solid #eee;border-radius:16px;padding:14px;text-align:center;box-shadow:0 8px 20px #0000000f;display:flex;flex-direction:column;align-items:center}.feature-cover{font-size:36px;margin:6px 0 8px}.feature-title{font-size:16px;font-weight:700;margin:4px 0;color:#111}.feature-desc{font-size:14px;color:#666;min-height:38px}.feature-cta{margin-top:12px;padding:10px 14px;border-radius:999px;background:#32b1ff;color:#fff;text-decoration:none;font-weight:700;display:inline-block;box-shadow:0 4px 10px #32b1ff59}.feature-cta:hover{filter:brightness(.96)}@media (min-width: 992px){.features-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}.feature-title{font-size:18px}.feature-desc{font-size:15px}}
