*{margin:0;padding:0;box-sizing:border-box}html,body,#root{height:100%;display:flex;width:100%;font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-rendering:optimizeLegibility;font-weight:400;line-height:1.5}body{padding-top:130px}#root{display:flex;flex-direction:column;min-height:100vh}a{font-weight:500;color:#646cff;text-decoration:none;cursor:pointer}a:hover{color:#535bf2}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#f9f9f9;cursor:pointer;transition:border-color .25s}button:hover{border-color:#646cff}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}h1{font-size:3.2em;line-height:1.1}.app-container{display:flex;flex-direction:column;min-height:100vh}main{flex:1;width:100%;display:flex;flex-direction:column}.centered{display:flex;justify-content:center;align-items:center;min-height:100vh}img{max-width:100%;height:auto;display:block}body{background-color:#fff;color:#000;transition:background-color .3s ease,color .3s ease}html.dark body{background-color:#111;color:#eee}html.dark .producto-card{background-color:#1a1a1a;border:1px solid #444}html.dark .navbar{background-color:#1f1f1f;color:#fff}html.dark button{background-color:#222;color:#eee;border-color:#333}html.dark a{color:#8ab4f8}html.dark a:hover{color:#4f83ff}.navbar{position:fixed;top:40px;left:0;height:90px;width:100%;background:#fff;box-shadow:0 2px 8px #0000001a;display:flex;align-items:center;justify-content:space-between;padding:0 30px;z-index:998}.navbar-left{display:flex;align-items:center}.logo-container{flex-grow:1;display:flex;justify-content:center}.navbar-logo{height:50px;width:auto}.nav-links{list-style:none;display:flex;gap:30px;margin:0;padding:0}.nav-links li a{text-decoration:none;color:#333;font-weight:700;font-size:1rem}.navbar-right{display:flex;align-items:center;gap:2.4rem;padding-right:10px}.theme-toggle-btn{background:none;border:none;cursor:pointer;padding:4px;display:flex;align-items:center;justify-content:center}.theme-toggle-btn svg{width:22px;height:22px;stroke:#333;transition:transform .2s}.theme-toggle-btn:hover svg{transform:scale(1.1)}.cart-icon{position:relative;cursor:pointer}.cart-icon svg{width:26px;height:26px;stroke:#333;transition:transform .2s}.cart-icon:hover svg{transform:scale(1.1)}.cart-count{position:absolute;top:-5px;right:-10px;background:red;color:#fff;font-size:.75rem;padding:2px 6px;border-radius:50%}.cart-panel{position:fixed;top:40px;right:20px;width:320px;background-color:#fff;border:1px solid #ddd;box-shadow:0 4px 12px #00000026;padding:16px;border-radius:8px;z-index:2600;display:flex;flex-direction:column;max-height:70vh}.cart-list{flex:1;overflow-y:auto;padding-right:4px}.cart-list::-webkit-scrollbar{width:8px}.cart-list::-webkit-scrollbar-thumb{background:#0003;border-radius:4px}.cart-footer{margin-top:auto;padding-top:10px;border-top:1px solid rgba(0,0,0,.1)}html.dark .navbar{background-color:#1f1f1f;box-shadow:0 2px 8px #ffffff14}html.dark .nav-links li a{color:#eee}html.dark .theme-toggle-btn svg,html.dark .cart-icon svg{stroke:#eee}html.dark .cart-panel{background-color:#222;border:1px solid #444;color:#ddd}html.dark .cart-item-info small{color:#aaa}html.dark .btn-ir-carrito,html.dark .btn-ir-checkout{background-color:#444;color:#fff}html.dark .btn-ir-carrito:hover,html.dark .btn-ir-checkout:hover{background-color:#666}html.dark .cart-list::-webkit-scrollbar-thumb{background:#ffffff40}.menu-toggle{display:none;background:none;border:none;font-size:1.4rem;cursor:pointer}@media (max-width: 768px){.navbar{flex-direction:row;justify-content:space-between;align-items:center;height:58px;padding:8px 16px}.navbar-left{width:auto;flex:1;display:flex;align-items:center}.logo-container{flex:1;display:flex;justify-content:center}.navbar-right{margin-top:0;justify-content:flex-end}.menu-toggle{display:block;color:inherit;margin-right:6px}.nav-links{display:none;position:fixed!important;top:58px;left:0;width:100%;flex-direction:column;padding:14px 20px;background:var(--nav-bg, #fff);max-height:calc(100vh - 58px);overflow-y:auto;gap:14px;margin:0;border-radius:0;box-shadow:0 4px 12px #00000026;z-index:997}.nav-links.open{display:flex}.nav-links li a{padding:10px 4px;font-size:1rem;display:block}html.dark .nav-links{background:#1f1f1f!important;box-shadow:0 2px 8px #ffffff14}html.dark .nav-links li a{color:#eee}}@media (min-width: 769px){.nav-links{position:static!important;display:flex!important;flex-direction:row;background:none!important;box-shadow:none!important;padding:0}}@media (max-width: 480px){.navbar-logo{height:40px}.cart-count{font-size:.7rem;padding:2px 5px}}body{margin:0}.footer{background-color:#f4f4f4;color:#111;padding:20px 40px;font-family:Segoe UI,sans-serif;border-top:1px solid #ddd}.footer-container{display:flex;justify-content:space-between;align-items:flex-start;max-width:1100px;margin:0 auto}.footer-main{text-align:center;flex:1}.footer h3{font-size:1.3rem;margin-bottom:15px;font-weight:600}.footer-links{display:flex;justify-content:center;flex-wrap:wrap;gap:20px}.footer-links a{text-decoration:none;color:inherit;font-size:.95rem;transition:color .3s}.footer-links a:hover{color:#0070f3}.footer-contact{flex:.4;text-align:left;font-size:.9rem;line-height:1.6;color:#333;padding-left:20px;margin-left:10%}.footer-contact p{margin:5px 0}.footer-copy{margin-top:15px;font-size:.85rem;color:#555;text-align:center}body.dark .footer{background-color:#1a1a1a;color:#eee;border-top:1px solid #333}body.dark .footer-links a{color:#ccc}body.dark .footer-links a:hover{color:#66bfff}body.dark .footer-copy{color:#aaa}@media (max-width: 1024px){.footer{padding:35px 20px}.footer h3{font-size:1.2rem}.footer-links a{font-size:.95rem}.footer-copy{font-size:.8rem}}@media (max-width: 768px){.footer{padding:30px 16px}.footer h3{font-size:1.1rem}.footer-links{gap:16px;margin-bottom:16px}.footer-links a{font-size:.9rem}.footer-copy{font-size:.8rem}}@media (max-width: 480px){.footer{padding:24px 12px}.footer h3{font-size:1rem;margin-bottom:16px}.footer-links{flex-direction:column;align-items:center;gap:12px}.footer-links a{font-size:.88rem}.footer-copy{font-size:.75rem;color:#666}body.dark .footer-copy{color:#999}}.splash-container{position:fixed;inset:0;background:#000;z-index:9999;overflow:hidden;display:flex;justify-content:center;align-items:center}.splash-logo{width:400px;height:auto;z-index:10;opacity:0;animation:logoFadeIn 1.2s ease-in-out forwards .5s}@keyframes logoFadeIn{0%{opacity:0;transform:scale(.9)}to{opacity:1;transform:scale(1)}}.curtain{position:absolute;top:0;width:50%;height:100%;background-color:#000;z-index:9;animation-duration:2.5s;animation-fill-mode:forwards}.curtain-left{left:0;border-right:1px solid #2c2b2b;animation-name:openCurtainLeft}.curtain-right{right:0;border-left:1px solid #2c2b2b;animation-name:openCurtainRight}@keyframes openCurtainLeft{0%{transform:translate(0)}to{transform:translate(-100%)}}@keyframes openCurtainRight{0%{transform:translate(0)}to{transform:translate(100%)}}@media (max-width: 768px){.splash-logo{width:260px}.curtain-left,.curtain-right{animation-duration:2s}}@media (max-width: 480px){.splash-logo{width:200px}.curtain-left,.curtain-right{border:none;animation-duration:1.8s}}.hero-video-container{width:100%;height:100vh;overflow:hidden;margin-top:0;line-height:0}.hero-video{width:100%;height:100%;object-fit:cover;display:block}.card{position:relative;overflow:hidden}.badge-ribbon{--badge-bg: #e11d48;--badge-border: #a50f34;position:absolute;transform:rotate(45deg);background:var(--badge-bg);color:#fff;font-weight:700;text-transform:uppercase;letter-spacing:.5px;white-space:nowrap;box-shadow:0 4px 12px #00000026;z-index:3;pointer-events:none}.badge-ribbon:before,.badge-ribbon:after{content:"";position:absolute;bottom:-6px;border-top:6px solid var(--badge-border);border-left:6px solid transparent;border-right:6px solid transparent}.badge-ribbon:before{left:0}.badge-ribbon:after{right:0}.badge-new{--badge-bg:#10b981;--badge-border:#0d7a5d}.badge-discount{--badge-bg:#f97316;--badge-border:#b85a12}.badge-best{--badge-bg:#3b82f6;--badge-border:#265cb5}.badge-recommended{--badge-bg:#9333ea;--badge-border:#6b21a8}.badge-pro{--badge-bg:#000000;--badge-border:#6b21a8}.badge-agotado{--badge-bg:#8b0a0a;--badge-border:#050306}.badge--card{top:10px;right:-40px;padding:5px 50px;font-size:.75rem}.badge--bubble{top:8px;right:-18px;padding:4px 36px;font-size:.72rem}.badge--detail{top:14px;right:-44px;padding:7px 56px;font-size:.82rem}.bubble-image-wrapper{position:relative}.bubble-image-wrapper .badge-pill{top:6px;right:6px;font-size:10px;padding:4px 8px;line-height:1}.bubble-image-wrapper .badge-pill.badge-new{background:#10b981}.bubble-image-wrapper .badge-pill.badge-discount{background:#f97316}.bubble-image-wrapper .badge-pill.badge-best{background:#3b82f6}.bubble-image-wrapper .badge-pill.badge-recommended{background:#9333ea}.bubble-image-wrapper .badge-pill.badge-pro{background:#000}.bubble-image-wrapper .badge-pill.badge-agotado{background:#8b0a0a}@media (max-width: 480px){.bubble-image-wrapper .badge-pill{top:5px;right:5px;font-size:9px;padding:3px 7px}}@media (max-width: 768px){.badge--bubble{top:6px;right:-14px;padding:3px 30px;font-size:.68rem}.badge--card{top:8px;right:-34px;padding:4px 44px;font-size:.72rem}}.badge-pill{position:absolute;top:10px;right:10px;background:#111827;color:#fff;font-weight:800;text-transform:uppercase;font-size:12px;padding:6px 10px;border-radius:999px;box-shadow:0 4px 12px #00000026;z-index:3}.badge-pill.badge-new{background:#10b981}.badge-pill.badge-discount{background:#f97316}.badge-pill.badge-best{background:#3b82f6}.badge-pill.badge-recommended{background:#9333ea}.badge-pill.badge-pro{background:#000}.badge-pill.badge-agotado{background:#8b0a0a}.home-container{max-width:1500px;margin:0 auto;padding:0;width:100%;box-sizing:border-box}.intro-left{flex:1;min-width:300px;text-align:left;padding:20px}.intro-left h1{font-size:3rem;font-weight:600;color:#333;font-family:Georgia,serif;letter-spacing:.5px}.intro-left p{font-size:1.3rem;color:#555;margin-bottom:1rem;text-align:left}.intro-right{display:flex;align-items:center;gap:15px}.social-icon{width:65px;height:65px;margin:0 16px;transition:transform .2s ease}.social-icon:hover{transform:scale(1.1);margin:0 8px}.category-bubble-wrapper{min-width:120px;width:120px;height:120px;background:#fff;border-radius:50%;display:flex;flex-direction:column;justify-content:center;align-items:center;flex-shrink:0;cursor:pointer;transition:background .2s ease;text-align:center;padding:10px;box-shadow:0 2px 6px #0000001a;margin-bottom:40px}.services{margin:60px 0;text-align:center}.team-highlight{background:linear-gradient(135deg,#f5f5f5,#fff);padding:60px 30px;border-radius:16px;box-shadow:0 4px 16px #0000000f;text-align:center;max-width:1100px;margin:60px auto;transition:background .3s ease,box-shadow .3s ease}.team-highlight h2{font-size:2.5rem;color:#0d1b2a;font-weight:700;margin-bottom:30px;border-left:5px solid #f4c430;padding-left:12px}.services-text{color:#333;font-size:1.2rem;line-height:1.9;max-width:960px;margin:0 auto 24px}.team-highlight h2+.services-text{margin-top:30px}.services-text strong{font-weight:600;color:#000}.services-text ul{list-style:none;padding:0;margin:40px auto;max-width:820px;text-align:left}.services-text ul li{position:relative;padding-left:28px;margin-bottom:18px;font-size:1.05rem;color:#222}.services-text ul li:before{content:"✔";position:absolute;left:0;top:0;color:#1c1c1e;font-weight:700;font-size:1.1rem}.services-text:last-child{font-size:1.3rem;font-weight:700;margin-top:40px;color:#121212}.services-list ul{list-style:none;padding:0;margin:50px auto 30px;max-width:820px;text-align:left}.services-list ul li{position:relative;padding-left:36px;margin-bottom:18px;font-size:1.1rem;color:#222;line-height:1.7}.services-list ul li:before{content:"✓";position:absolute;left:0;top:0;color:#27ae60;font-weight:700;font-size:1.3rem}.products{overflow:hidden;margin:40px 0}.products h2{overflow:hidden;margin:20px 0}.product-scroll{display:flex;gap:20px;overflow-x:auto;scrollbar-width:none;padding-bottom:10px}.product-card{background:linear-gradient(to bottom right,#fff,#f3f3f3);border-radius:20px;box-shadow:0 4px 16px #00000014;padding:20px;margin:0 12px;min-width:240px;max-width:280px;height:auto;display:flex;flex-direction:column;align-items:center;text-align:center;transition:transform .2s ease,box-shadow .2s ease;cursor:pointer}.product-card:hover{transform:translateY(-5px);box-shadow:0 10px 25px #00000026}.product-image{width:100%;height:180px;object-fit:contain;margin-bottom:12px;background-color:#fdfdfd;border-radius:12px}.product-card h3{font-size:1rem;font-weight:600;color:#333;margin-top:auto}.testimonial-scroll{display:flex;gap:20px;overflow-x:auto;scrollbar-width:none;padding:10px 0;justify-content:flex-start}.star-rating{color:#f39c12;margin-bottom:5px}.scrolling-section{margin:60px 0 80px}.scrolling-text-container{overflow:hidden;background:#fff;height:90px;position:relative}.scroll-row{display:flex;white-space:nowrap;align-items:center;height:100%;position:absolute}.scroll-content{display:inline-flex;font-size:2.5rem;color:#3dd6c3;font-weight:700;letter-spacing:1.5px;margin-right:80px}.left-to-right{top:0;animation:scroll-right 25s linear infinite}.right-to-left{bottom:0;animation:scroll-left 25s linear infinite}@keyframes scroll-left{0%{transform:translate(0)}to{transform:translate(-50%)}}@keyframes scroll-right{0%{transform:translate(-50%)}to{transform:translate(0)}}.text-black{color:#000}.text-slate-gray{color:#6e6e73}.font-bold{font-weight:700}html.dark .home-container{background-color:#121212;color:#eee}html.dark .intro-left h1{color:#f5f5f5}html.dark .intro-left p{color:#ccc}html.dark .category-bubble,html.dark .category-bubble-wrapper{background:#1e1e1e;box-shadow:0 4px 14px #ffffff0d}html.dark .bubble-image-wrapper{background-color:#333}html.dark .team-highlight{background-color:#1c1c1c;color:#eee;box-shadow:0 2px 12px #ffffff0d}html.dark .team-highlight h2{color:#f0f0f0}html.dark .services-text{color:#ddd}html.dark .services-text ul li{color:#ccc}html.dark .services-text ul li:before{color:#fff}html.dark .services-text strong,html.dark .services-text:last-child{color:#fff}html.dark .product-card{background:linear-gradient(to bottom right,#2b2b2b,#1f1f1f);box-shadow:0 4px 16px #ffffff0f}html.dark .product-card h3{color:#eee}html.dark .testimonials h2{color:#ddd}html.dark .testimonial-card{background:#222;color:#eee;box-shadow:0 2px 8px #ffffff1a}html.dark .testimonial-card span{color:#aaa}html.dark .scrolling-text-container{background:#111}html.dark .text-black{color:#eee}html.dark .text-slate-gray{color:#aaa}@media (max-width: 768px){.intro{flex-direction:column;align-items:flex-start}.intro-left h1{font-size:2rem}.intro-left p{font-size:1rem}.category-bubble{min-width:80px;height:80px}.product-card{min-width:200px;height:260px}.product-image{height:150px}.scroll-content{font-size:1.8rem}}@media (max-width: 480px){.intro-left h1{font-size:1.6rem}.intro-left p{font-size:.95rem}.category-bubble{min-width:100px;padding:10px}.bubble-image-wrapper{width:70px;height:70px}.bubble-image{width:60px;height:60px}.product-card{min-width:180px;padding:16px}.product-image{height:130px}.team-highlight{padding:30px 16px}.team-highlight h2{font-size:1.6rem;padding-left:8px}.services-text,.services-text ul li,.services-list ul li{font-size:.95rem;padding-left:24px}.scroll-content{font-size:1.6rem;margin-right:50px}.testimonial-card{min-width:260px;padding:16px}.testimonial-card p{font-size:.95rem}.testimonial-card span{font-size:.85rem}.scroll-btn{width:36px;height:36px}.scroll-btn svg{width:18px;height:18px}}.store-container{max-width:1500px;margin:0 auto;padding:20px;width:100%;box-sizing:border-box}.intro{display:flex;justify-content:space-between;align-items:center;margin:5px 0;flex-wrap:wrap;gap:20px}.intro-left{max-width:60%;text-align:left}.intro-left h1{font-size:3rem;font-weight:600;color:#333;font-family:Georgia,serif;letter-spacing:.5px;margin-bottom:2.7rem}.intro-left p{font-size:1.3rem;color:#555}.services{margin:60px auto;padding:60px 30px;background-color:#f5f5f5;border-radius:16px;max-width:1100px;box-shadow:0 4px 16px #0000000d;text-align:center;transition:all .3s ease}.services h2{font-size:2.2rem;color:#0d1b2a;font-family:Georgia,serif;font-weight:700;margin-bottom:20px;border-left:5px solid #f4c430;padding-left:12px}.intro-service p{font-size:1.2rem;color:#333;max-width:800px;margin:0 auto;line-height:1.8}.category-scroll{display:flex;gap:16px;overflow-x:auto;scrollbar-width:none}.category-scroll::-webkit-scrollbar{display:none}.category-bubble{display:flex;flex-direction:column;align-items:center;background:#fff;border-radius:16px;box-shadow:0 4px 14px #00000014;padding:15px;margin:0 10px;min-width:140px;text-decoration:none;transition:transform .25s ease,box-shadow .25s ease}.category-bubble:hover{transform:translateY(-5px);box-shadow:0 6px 24px #0000001f}.bubble-image-wrapper{width:100px;height:100px;border-radius:50%;background-color:#f6f6f6;display:flex;justify-content:center;align-items:center;overflow:hidden;margin-bottom:12px;position:relative}.bubble-image{width:80px;height:80px;object-fit:contain;display:block}.category-icon{width:100%;height:100%;object-fit:cover;border-radius:50%;margin-bottom:5px}.category-name{font-size:.8rem;color:#333;font-weight:500}.product-section{margin:40px 0}.product-section h2{font-size:1.8rem;text-align:center;margin-bottom:20px;font-family:Georgia,serif}.product-scroll{display:flex;gap:20px;overflow-x:auto;scrollbar-width:none}.product-scroll::-webkit-scrollbar{display:none}.product-card{min-width:350px;height:500px;background:#f9f9f9;padding:15px;border-radius:1rem;overflow:hidden;box-shadow:0 2px 8px #0000001a;flex-shrink:0;display:flex;flex-direction:column;align-items:center;cursor:pointer;transition:transform .2s ease;text-align:center;justify-content:space-between}.product-card:hover{transform:translateY(-5px)}.product-image{width:100%;height:300px;object-fit:contain;border-radius:12px;margin-bottom:10px;background:#fff}.product-card h3{font-size:1rem;text-align:center;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;color:#222}.scroll-container{position:relative;display:flex;align-items:center}.categories{margin-bottom:3rem}.categories h2{margin-bottom:2.5rem}.category-scroll,.product-scroll{display:flex;overflow-x:auto;scroll-behavior:smooth;scrollbar-width:none}.category-scroll::-webkit-scrollbar,.product-scroll::-webkit-scrollbar{display:none}.scroll-btn{position:absolute;top:50%;transform:translateY(-50%);z-index:20;width:44px;height:44px;border-radius:50%;background-color:#f0f0f099;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);border:1px solid rgba(200,200,200,.4);color:#333;display:flex;align-items:center;justify-content:center;cursor:pointer;box-shadow:0 2px 8px #00000026;transition:background-color .3s ease,transform .2s ease}.scroll-btn:hover{background-color:#ffffffd9;transform:translateY(-50%) scale(1.05)}.scroll-btn.left{left:2px}.scroll-btn.right{right:2px}.scroll-btn svg{width:22px;height:22px;pointer-events:none}.catalog-info{margin:60px auto;padding:60px 30px;background-color:#f5f5f5;border-radius:16px;max-width:1100px;box-shadow:0 4px 16px #0000000d;text-align:center;transition:all .3s ease}.catalog-text h2{font-size:2rem;font-weight:700;margin-bottom:16px;color:#0d1b2a;border-left:5px solid #f4c430;padding-left:12px}.catalog-text p{font-size:1.1rem;color:#333;max-width:800px;margin:0 auto 18px;line-height:1.8}html.dark .store-container{background-color:#121212;color:#eee}html.dark .intro-left h1{color:#f0f0f0}html.dark .intro-left p,html.dark .intro-service p{color:#ccc}html.dark .services h2{color:#f0f0f0}html.dark .category-bubble,html.dark .bubble-image-wrapper{background:#1e1e1e;box-shadow:0 4px 14px #ffffff0d}html.dark .category-name{color:#eee}html.dark .product-card{background:#1a1a1a;box-shadow:0 2px 8px #ffffff0d}html.dark .product-card h3{color:#f0f0f0}html.dark .product-image{background-color:#2a2a2a}html.dark .scroll-btn{background-color:#3c3c3c99;border:1px solid rgba(90,90,90,.4);color:#f0f0f0}html.dark .scroll-btn:hover{background-color:#505050d9}html.dark .catalog-info{background-color:#1c1c1c}html.dark .catalog-text h2{color:#eee}html.dark .catalog-text p{color:#ccc}html.dark .services,html.dark .catalog-info{background-color:#1e1e1e;box-shadow:0 4px 16px #ffffff0d}html.dark .services h2,html.dark .catalog-text h2{color:#f4c430;border-left:5px solid #f4c430}html.dark .intro-service p,html.dark .catalog-text p{color:#ccc}@media (max-width: 768px){.intro-left{max-width:100%}.intro-left h1{font-size:2rem}.intro-left p,.intro-service p{font-size:1rem}.category-bubble{min-width:100px;width:100px;height:100px}.category-icon{width:100%;height:100%}.product-card{min-width:220px;height:300px}.product-image{height:180px}}@media (max-width: 480px){.intro-left h1{font-size:1.6rem;text-align:center}.intro-left p{font-size:.95rem;text-align:center}.services,.catalog-info{padding:30px 16px}.services h2,.catalog-text h2{font-size:1.6rem;padding-left:8px}.intro-service p,.catalog-text p{font-size:.95rem}.category-scroll{gap:12px}.category-bubble{min-width:90px;padding:10px;border-radius:12px}.bubble-image-wrapper{width:60px;height:60px}.bubble-image{width:48px;height:48px}.category-name{font-size:.7rem}.product-card{min-width:180px;height:260px;padding:10px;border-radius:10px}.product-image{height:140px}.product-card h3{font-size:.85rem}.scroll-btn{width:36px;height:36px}.scroll-btn svg{width:18px;height:18px}}.services-container{max-width:1500px;margin:0 auto;padding:20px;width:100%;box-sizing:border-box}body{padding-top:190px}.intro-services{text-align:center;margin-bottom:60px}.intro-services h1{font-size:3rem;font-weight:600;color:#333;font-family:Georgia,serif;letter-spacing:.5px;margin-bottom:50px}.intro-services p{font-size:1.3rem;color:#555;margin-bottom:100px}.mosaic-wrapper{display:flex;justify-content:space-between;align-items:flex-start;flex-wrap:wrap;gap:40px}.text-column{flex:1;min-width:400px;max-width:700px}.text-column h2{font-size:1.8rem;margin-bottom:15px;color:#333;font-family:Georgia,serif;letter-spacing:.5px}.text-column p{font-size:1.3rem;color:#555;line-height:1.8;margin-bottom:1.5rem}.image-mosaic{display:grid;grid-template-columns:repeat(2,320px);grid-template-rows:300px 360px;column-gap:10px;row-gap:30px;min-width:600px;margin:30px;padding:10px}.image-mosaic img{width:112%;height:112%;object-fit:cover;border-radius:12px;box-shadow:0 2px 10px #00000026;box-sizing:border-box;padding:4px}.testimonials{margin:60px 0;text-align:center}.testimonials h2{font-size:2rem;margin-bottom:20px;color:#333;font-family:Georgia,serif;letter-spacing:.5px}.testimonial-scroll{display:flex;gap:20px;overflow-x:auto;scrollbar-width:none;padding:10px 0}.testimonial-scroll::-webkit-scrollbar{display:none}.testimonial-card{min-width:300px;background:#f9f9f9;border-radius:12px;padding:20px;box-shadow:0 2px 8px #0000001a;flex-shrink:0;text-align:left}.testimonial-card p{font-size:1rem;margin-bottom:10px;color:#333}.testimonial-card span{font-size:.9rem;color:#666}.feedback-form{margin:60px 0;text-align:center}.feedback-form h2{font-size:1.8rem;margin-bottom:20px;color:#333;font-family:Georgia,serif;letter-spacing:.5px}.feedback-form form{display:flex;flex-direction:column;align-items:center;gap:15px}.feedback-form input,.feedback-form textarea{width:100%;max-width:500px;padding:10px;border-radius:8px;border:1px solid #ccc;font-size:1rem}.feedback-form button{padding:10px 20px;background:#333;color:#fff;border:none;border-radius:8px;cursor:pointer;transition:background .3s}.feedback-form button:hover{background:#555}.star-rating{color:gold;font-size:1.2rem;margin-bottom:10px}.star-selector{display:flex;flex-direction:column;align-items:center;margin:10px 0}.stars{display:flex;flex-direction:row-reverse;justify-content:center}.stars input{display:none}.stars label{font-size:2rem;color:#ccc;cursor:pointer;transition:color .2s}.stars input:checked~label,.stars label:hover,.stars label:hover~label{color:gold}html.dark .services-container{background-color:#121212;color:#eee}html.dark .intro-services h1,html.dark .text-column h2,html.dark .testimonials h2,html.dark .feedback-form h2{color:#f0f0f0}html.dark .intro-services p,html.dark .text-column p{color:#ccc}html.dark .testimonial-card{background:#1c1c1c;color:#ddd;box-shadow:0 2px 8px #ffffff0d}html.dark .testimonial-card p{color:#ddd}html.dark .testimonial-card span{color:#999}html.dark .image-mosaic img{box-shadow:0 2px 10px #ffffff14}html.dark .feedback-form input,html.dark .feedback-form textarea{background-color:#222;border:1px solid #555;color:#eee}html.dark .feedback-form button{background:#444;color:#fff}html.dark .feedback-form button:hover{background:#666}html.dark .stars label{color:#777}html.dark .stars input:checked~label,html.dark .stars label:hover,html.dark .stars label:hover~label{color:gold}@media (max-width: 900px){.mosaic-wrapper{flex-direction:column;align-items:center;gap:40px}.image-mosaic{grid-template-columns:repeat(2,140px);grid-template-rows:140px 180px;min-width:unset}.image-mosaic .large{height:180px}.text-column{max-width:100%}}@media (max-width: 480px){.intro-services h1{font-size:2rem;margin-bottom:30px}.intro-services p{font-size:1rem;margin-bottom:60px}.image-mosaic{grid-template-columns:1fr;grid-template-rows:repeat(4,180px);column-gap:0;row-gap:20px}.image-mosaic img{padding:2px}.text-column h2{font-size:1.4rem}.text-column p{font-size:1rem}.testimonial-card{min-width:260px;padding:16px}.testimonial-card p{font-size:.95rem}.testimonial-card span{font-size:.85rem}.feedback-form h2{font-size:1.5rem}.feedback-form input,.feedback-form textarea{max-width:100%;font-size:.95rem}.feedback-form button{font-size:.95rem;padding:8px 16px}.stars label{font-size:1.5rem}}.about-container{max-width:1500px;margin:0 auto;padding:20px;width:100%;box-sizing:border-box}.slider-outer{width:100%;height:500px;overflow:hidden;background:#000}.slider-wrapper{position:relative;width:100%;height:100%}.slider-wrapper img{width:100%;height:100%;object-fit:contain;object-position:center;position:absolute;top:0;left:0;opacity:0;transition:opacity 1s ease-in-out;filter:brightness(.95) contrast(1.05);background:#000;z-index:1}.slider-wrapper img.active{opacity:1;z-index:2}.about-text{max-width:1100px;margin:60px auto;text-align:center;padding:40px 30px;background:#f5f5f5;border-radius:16px;box-shadow:0 4px 12px #0000000d;transition:all .3s ease}.about-text h1{font-size:3rem;font-weight:700;color:#1a1a1a;font-family:Georgia,serif;margin-bottom:30px}.about-text p{font-size:1.3rem;color:#333;line-height:1.9;max-width:900px;margin:0 auto}.feature-block{padding:80px 0;background-color:#fff}.feature-content{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;max-width:1200px;margin:auto;gap:40px;flex-direction:row}.feature-content .image{flex:1 1 45%;text-align:center}.feature-content .image img{width:100%;max-width:500px;border-radius:16px;box-shadow:0 12px 30px #0000001a;transition:transform .3s ease}.feature-content .image img:hover{transform:scale(1.03)}.feature-content .text{flex:1 1 50%;background:linear-gradient(135deg,#f9f9f9,#fff);padding:30px;border-radius:16px;box-shadow:0 8px 24px #00000014;transition:all .3s ease;border:1px solid #e0e0e0;opacity:0;transform:translateY(20px);animation:fadeUp .6s ease forwards;animation-delay:.2s}@keyframes fadeUp{to{opacity:1;transform:translateY(0)}}.feature-content .text:hover{transform:translateY(-4px);box-shadow:0 16px 32px #0000001f}.feature-content .text h2{font-size:32px;margin-bottom:20px;font-weight:800;color:#0d1b2a;border-left:5px solid #f4c430;padding-left:15px}.feature-content .text p{font-size:18px;line-height:1.8;color:#222;letter-spacing:.3px}.team-highlight{background:#f5f5f5;padding:60px 20px;border-radius:12px;text-align:center;box-shadow:0 2px 8px #0000001a;max-width:1000px;margin:0 auto 60px}.team-highlight h2{font-size:2.1rem;margin-bottom:15px;color:#333;font-family:Georgia,serif;letter-spacing:.5px}.team-highlight p{max-width:800px;margin:0 auto;font-size:1.2rem;color:#444;line-height:1.6}html.dark .about-container{background-color:#121212;color:#eee}html.dark .about-text h1,html.dark .team-highlight h2{color:#f0f0f0}html.dark .about-text p,html.dark .team-highlight p{color:#ccc}html.dark .team-highlight{background:#1e1e1e;box-shadow:0 2px 8px #ffffff0d}html.dark .slider-wrapper img{background:#000;filter:brightness(.85) contrast(1.1)}html.dark .feature-block{background-color:#121212}html.dark .feature-content .text{background:linear-gradient(135deg,#1e1e1e,#2a2a2a);border:1px solid #333;box-shadow:0 8px 24px #ffffff0d;color:#ddd}html.dark .feature-content .text:hover{box-shadow:0 16px 32px #ffffff12}html.dark .feature-content .text h2{color:#f4c430;border-left:5px solid #f4c430}html.dark .feature-content .text p{color:#ccc}html.dark .feature-content .text p em,html.dark .feature-content .text p strong{color:#fff}html.dark .feature-content .image img{box-shadow:0 12px 30px #ffffff0f;background-color:#000;filter:brightness(.85) contrast(1.1)}html.dark .about-text{background:#1e1e1e;box-shadow:0 4px 12px #ffffff0a}html.dark .about-text h1{color:#f0f0f0}html.dark .about-text p{color:#ccc}@media (max-width: 900px){.slider-outer{height:250px}.about-text h1{font-size:2rem}.about-text p{font-size:1rem}.team-highlight h2{font-size:1.5rem}.team-highlight p{font-size:1rem}}@media (max-width: 768px){.feature-content .text h2{font-size:1.6rem}.feature-content .text p,.about-text p{font-size:1rem}}@media (max-width: 480px){.about-container{padding:16px}.slider-outer{height:180px}.about-text{padding:20px;margin:40px auto}.about-text h1{font-size:1.6rem;margin-bottom:20px}.about-text p{font-size:.95rem;line-height:1.6}.feature-content{flex-direction:column;gap:24px;padding:0 10px}.feature-content .image img{max-width:100%;border-radius:12px}.feature-content .text{padding:20px}.feature-content .text h2{font-size:1.4rem;padding-left:10px}.feature-content .text p{font-size:.95rem;line-height:1.6}.team-highlight{padding:30px 16px;margin:30px auto}.team-highlight h2{font-size:1.3rem}.team-highlight p{font-size:.95rem;line-height:1.5}}.blog-page{max-width:1200px;margin:60px auto;padding:20px;font-family:Segoe UI,sans-serif}.blog-titulo{text-align:center;font-size:3rem;font-weight:600;color:#333;font-family:Georgia,serif;margin-bottom:20px}.blog-intro{text-align:center;font-size:1.1rem;color:#666;margin-bottom:50px}.blog-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:35px}.blog-card{background-color:#fff;border-radius:14px;overflow:hidden;box-shadow:0 8px 20px #00000014;transition:transform .2s ease,box-shadow .2s ease;display:flex;flex-direction:column}.blog-card:hover{transform:translateY(-6px);box-shadow:0 12px 30px #0000001f}.blog-img{width:100%;height:200px;object-fit:cover}.blog-contenido{padding:20px 25px;display:flex;flex-direction:column;gap:12px;flex:1}.blog-categoria{background-color:#000;color:#fff;font-size:.8rem;padding:6px 12px;border-radius:30px;display:inline-block;text-transform:uppercase;font-weight:500;width:fit-content}.blog-titulo-articulo{font-size:1.4rem;font-weight:700;color:#222;margin:0}.blog-resumen{font-size:.95rem;color:#333;line-height:1.5;margin-bottom:1rem}.blog-resumen p{margin-bottom:.5rem}.blog-leer-mas{align-self:flex-start;background-color:#000;color:#fff;padding:10px 18px;font-size:.95rem;border-radius:8px;text-decoration:none;transition:background-color .3s ease}.blog-leer-mas:hover{background-color:#333}.blog-cargando,.blog-vacio{text-align:center;font-size:1.1rem;color:#888;margin-top:30px}html.dark .blog-intro{color:#bbb}html.dark .blog-card{background-color:#1e1e1e;box-shadow:0 8px 24px #ffffff0d}html.dark .blog-categoria{background-color:#3b3b3b;color:#fff}html.dark .blog-titulo-articulo{color:#eaeaea}html.dark .blog-resumen{color:#ccc}html.dark .blog-leer-mas{background-color:#444;color:#fff}html.dark .blog-leer-mas:hover{background-color:#666}html.dark .blog-cargando,html.dark .blog-vacio{color:#999}@media (max-width: 1024px){.blog-page{padding:18px;margin:40px auto}.blog-titulo{font-size:2.5rem;margin-bottom:18px}.blog-intro{font-size:1rem;margin-bottom:40px}.blog-grid{grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:30px}.blog-contenido{padding:18px 20px;gap:10px}.blog-img{height:180px}.blog-titulo-articulo{font-size:1.3rem}}@media (max-width: 768px){.blog-page{padding:16px;margin:30px auto}.blog-titulo{font-size:2rem;margin-bottom:14px}.blog-intro{font-size:.95rem;margin-bottom:35px}.blog-grid{grid-template-columns:1fr;gap:25px}.blog-card{border-radius:12px}.blog-img{height:160px}.blog-contenido{padding:16px;gap:8px}.blog-titulo-articulo{font-size:1.2rem}.blog-leer-mas{font-size:.9rem;padding:8px 14px}}@media (max-width: 480px){.blog-page{padding:14px}.blog-titulo{font-size:1.7rem}.blog-intro{font-size:.9rem;margin-bottom:30px}.blog-img{height:140px}.blog-titulo-articulo{font-size:1.1rem}.blog-resumen{font-size:.9rem}.blog-leer-mas{padding:7px 12px;font-size:.85rem}}.blog-page{max-width:880px;margin:60px auto;padding:0 20px;font-family:Segoe UI,sans-serif;line-height:1.75;color:#1d1d1d;background-color:#fff}.blog-titulo{font-size:2.6rem;font-weight:700;text-align:center;margin-bottom:30px;color:#333}.blog-img-detalle{width:100%;height:auto;object-fit:contain;border-radius:14px;box-shadow:0 6px 18px #0000001f;margin-bottom:30px;display:block}.blog-detalle-meta{font-size:.95rem;text-align:center;color:#6a6a6a;margin-bottom:40px}.blog-detalle-contenido{font-size:1.08rem;color:#1e1e1e;background-color:#fcfcfc;padding:28px;border-radius:14px;box-shadow:0 3px 10px #0000000f}.blog-detalle-contenido h2,.blog-detalle-contenido h3,.blog-detalle-contenido h4{margin-top:28px;margin-bottom:14px;font-weight:600;color:#111}.blog-detalle-contenido p{margin-bottom:20px;line-height:1.8}.blog-detalle-contenido ul{padding-left:20px;margin-bottom:20px}.blog-detalle-contenido li{margin-bottom:10px}.blog-detalle-contenido a{color:#0050b3;text-decoration:underline;transition:all .3s ease}.blog-detalle-contenido a:hover{color:#036}.blog-descargas{margin-top:45px;background:#f4f4f4;padding:22px 28px;border-radius:12px;border-left:4px solid #555}.blog-descargas h3{font-size:1.3rem;margin-bottom:14px;color:#222}.blog-descargas ul{list-style:none;padding-left:0;margin:0}.blog-descargas li{margin-bottom:12px}.blog-descargas a{color:#06c;text-decoration:none;font-weight:500;transition:color .3s ease}.blog-descargas a:hover{color:#004c99;text-decoration:underline}.blog-detalle-resumen{font-size:1.05rem;margin:20px 0;color:#444;line-height:1.6}html.dark .blog-page{background-color:#121212;color:#e0e0e0}html.dark .blog-titulo{color:#f0f0f0}html.dark .blog-img-detalle{box-shadow:0 6px 18px #ffffff14}html.dark .blog-detalle-meta{color:#b0b0b0}html.dark .blog-detalle-contenido{background-color:#1e1e1e;color:#ddd;box-shadow:0 3px 10px #ffffff0a}html.dark .blog-detalle-contenido h2,html.dark .blog-detalle-contenido h3,html.dark .blog-detalle-contenido h4{color:#fdfdfd}html.dark .blog-detalle-contenido a{color:#6af}html.dark .blog-detalle-contenido a:hover{color:#38f}html.dark .blog-descargas{background-color:#1a1a1a;border-left:4px solid #999}html.dark .blog-descargas h3{color:#f0f0f0}html.dark .blog-descargas a{color:#80c0ff}html.dark .blog-descargas a:hover{color:#aad4ff}html.dark .blog-detalle-resumen{color:#ccc}@media (max-width: 1024px){.blog-page{padding:0 16px}.blog-titulo{font-size:2.2rem}.blog-img-detalle{max-height:340px}.blog-detalle-contenido{padding:22px;font-size:1.02rem}.blog-descargas{padding:20px 22px}.blog-descargas h3{font-size:1.15rem}}@media (max-width: 768px){.blog-page{padding:0 14px;margin-top:40px}.blog-titulo{font-size:1.95rem;margin-bottom:20px}.blog-img-detalle{max-height:260px}.blog-detalle-meta{font-size:.9rem;margin-bottom:30px}.blog-detalle-contenido{padding:18px;font-size:.98rem}.blog-descargas{padding:16px 18px}.blog-descargas h3{font-size:1rem}.blog-detalle-resumen{font-size:.95rem}}@media (max-width: 480px){.blog-page{padding:0 12px}.blog-titulo{font-size:1.6rem;margin-bottom:18px}.blog-img-detalle{max-height:200px;border-radius:10px}.blog-detalle-meta{font-size:.8rem;margin-bottom:25px}.blog-detalle-contenido{padding:14px;font-size:.92rem}.blog-detalle-contenido h2,.blog-detalle-contenido h3,.blog-detalle-contenido h4{font-size:1.05rem}.blog-descargas{padding:14px}.blog-descargas h3{font-size:.95rem}.blog-descargas a,.blog-detalle-resumen{font-size:.9rem}}.contact-container{max-width:1200px;margin:0 auto;padding:40px 20px;box-sizing:border-box}.contact-header{text-align:center;margin-bottom:60px}.contact-header h1{font-size:2.8rem;margin-bottom:15px;color:#333;font-family:Georgia,serif;letter-spacing:.5px}.contact-header p{font-size:1.2rem;color:#555;max-width:800px;margin:0 auto}.contact-content{display:flex;gap:40px;justify-content:space-between;flex-wrap:wrap}.contact-form{flex:1;min-width:300px;max-width:600px;background:#f9f9f9;padding:30px;border-radius:12px;box-shadow:0 2px 8px #0000001a;display:flex;flex-direction:column;gap:15px}.contact-form h2{margin-bottom:10px;color:#333;font-family:Georgia,serif;letter-spacing:.5px}.contact-form input,.contact-form textarea{padding:12px;border:1px solid #ccc;border-radius:8px;font-size:1rem;width:100%;box-sizing:border-box}.contact-form button{background:#333;color:#fff;padding:12px;border:none;border-radius:8px;cursor:pointer;transition:background .3s}.contact-form button:hover{background:#555}.contact-info{flex:1;min-width:250px;max-width:400px;background:#fff;padding:30px;border-radius:12px;box-shadow:0 2px 8px #0000001a}.contact-info h2{margin-bottom:20px;color:#333;font-family:Georgia,serif;letter-spacing:.5px}.contact-info p{font-size:1.1rem;margin-bottom:10px;color:#333}.privacy-reminder{margin-top:20px;font-size:.95rem;color:#777;font-style:italic}.success-message{color:green;margin-top:10px;font-weight:700}.error-message{color:red;margin-top:10px;font-weight:700}.social-links{display:flex;gap:10px;flex-wrap:wrap;align-items:center;justify-content:flex-start;margin-top:40px}.social-links a{display:inline-block;margin:0 10px}.social-icon{width:20px;height:20px;object-fit:cover;border-radius:6px;transition:transform .2s ease}.social-icon:hover{transform:scale(1.1);cursor:pointer}html.dark .contact-container{background-color:#121212;color:#eee}html.dark .contact-header h1,html.dark .contact-form h2,html.dark .contact-info h2{color:#f0f0f0}html.dark .contact-header p,html.dark .contact-info p,html.dark .privacy-reminder{color:#ccc}html.dark .contact-form{background:#1f1f1f;box-shadow:0 2px 8px #ffffff0d}html.dark .contact-form input,html.dark .contact-form textarea{background:#2a2a2a;border:1px solid #444;color:#eee}html.dark .contact-form button{background:#444;color:#fff}html.dark .contact-form button:hover{background:#666}html.dark .contact-info{background:#1e1e1e;box-shadow:0 2px 8px #ffffff0d}@media (max-width: 1024px){.contact-header h1{font-size:2.4rem}.contact-header p{font-size:1.1rem}.contact-content{gap:30px}.contact-form,.contact-info{padding:24px}}@media (max-width: 768px){.contact-container{padding:30px 16px}.contact-header{margin-bottom:40px}.contact-header h1{font-size:2rem}.contact-header p{font-size:1rem}.contact-content{flex-direction:column;align-items:center}.contact-form,.contact-info{width:100%;max-width:500px}.contact-form button{font-size:1rem;padding:12px}.social-icon{width:24px;height:24px}}@media (max-width: 480px){.contact-container{padding:24px 12px}.contact-header h1{font-size:1.7rem}.contact-header p{font-size:.95rem}.contact-form,.contact-info{padding:18px}.contact-form h2,.contact-info h2{font-size:1.2rem}.contact-form input,.contact-form textarea{font-size:.95rem}.contact-form button{font-size:.95rem;padding:10px}.contact-info p{font-size:1rem}.privacy-reminder{font-size:.85rem}.social-icon{width:22px;height:22px}}.checkout-page{display:flex;flex-direction:row;flex-wrap:wrap;max-width:1200px;margin:40px auto;padding:20px;gap:40px;font-family:Segoe UI,sans-serif}.checkout-left,.checkout-right{flex:1 1 500px;background:#fdfdfd;padding:30px;border-radius:12px;box-shadow:0 2px 8px #00000014}.checkout-left h2,.checkout-right h2{margin-bottom:20px;font-size:1.5rem;border-bottom:1px solid #e2e2e2;padding-bottom:10px;color:#222}.checkout-left input,.checkout-left select{display:block;width:100%;padding:12px 14px;margin-bottom:18px;border:1px solid #ccc;border-radius:8px;font-size:1rem;background-color:#fff;transition:border-color .3s ease}.checkout-left input:focus,.checkout-left select:focus{outline:none;border-color:#000}.checkout-left button{background-color:#000;color:#fff;padding:14px 24px;font-size:1rem;border:none;border-radius:8px;cursor:pointer;transition:background-color .3s ease;margin-top:20px}.checkout-left button:hover{background-color:#222}.order-summary{display:flex;flex-direction:column;gap:16px;margin-bottom:30px}.order-item{display:flex;justify-content:space-between;align-items:center;font-size:.95rem;border-bottom:1px solid #eee;padding-bottom:8px;color:#333}.order-item p{margin:0;font-weight:500}.order-item span{font-weight:600}.order-total{font-size:1.2rem;font-weight:700;text-align:right;color:#111;margin-top:10px}.bizum-info{background-color:#e5fff2;border:1px solid #00a86b;border-radius:8px;padding:1rem;margin-top:1rem;color:#004d2a}.stripe-form-container{min-height:150px;display:block!important;visibility:visible!important;opacity:1!important;padding:16px 0}.stripe-form-container h3{margin-bottom:1rem;font-weight:600;color:#222}.stripe-form-container iframe{min-height:70px!important;width:100%!important;display:block!important;visibility:visible!important;opacity:1!important;pointer-events:all!important;-webkit-user-select:auto!important;user-select:auto!important}.StripeElement{background-color:#fff;padding:10px;border:1px solid #ccc;border-radius:4px;margin-bottom:1rem}button[type=submit]{background-color:#000;color:#fff;border:none;padding:12px 20px;cursor:pointer;border-radius:4px}.transfer-info{background-color:#f9f9f9;padding:16px;border-radius:8px;margin-top:16px;font-size:.95rem;line-height:1.5;box-shadow:0 2px 6px #0000000a;word-break:break-word;overflow-wrap:break-word;max-width:100%;transition:all .3s ease-in-out}html.dark .checkout-page{background-color:#121212;color:#e0e0e0}html.dark .checkout-left,html.dark .checkout-right{background-color:#1e1e1e;box-shadow:0 2px 10px #ffffff0d}html.dark .checkout-left h2,html.dark .checkout-right h2,html.dark .stripe-form-container h3{color:#f0f0f0;border-color:#333}html.dark .checkout-left input,html.dark .checkout-left select{background-color:#2a2a2a;color:#fff;border:1px solid #555}html.dark .checkout-left input:focus,html.dark .checkout-left select:focus{border-color:#888}html.dark .checkout-left button,html.dark button[type=submit]{background-color:#444;color:#fff}html.dark .checkout-left button:hover,html.dark button[type=submit]:hover{background-color:#666}html.dark .order-item{color:#ccc;border-color:#444}html.dark .order-total{color:#f8f8f8}html.dark .stripe-form-container{color:#fff}html.dark .StripeElement{background-color:#2a2a2a;border:1px solid #555}html.dark .transfer-info{background-color:#2a2a2a;color:#ddd;box-shadow:0 2px 8px #ffffff08}@media (max-width: 1024px){.checkout-page{padding:16px;gap:30px}.checkout-left,.checkout-right{padding:24px}}@media (max-width: 768px){.checkout-page{flex-direction:column;padding:14px;gap:24px}.checkout-left,.checkout-right{padding:20px}.checkout-left button,button[type=submit]{width:100%;margin-top:14px}.order-total{font-size:1.1rem;text-align:left}.stripe-form-container{padding:10px 0}.transfer-info{font-size:.9rem;padding:14px}}@media (max-width: 480px){.checkout-page{padding:12px;gap:18px}.checkout-left,.checkout-right{padding:16px}.checkout-left h2,.checkout-right h2{font-size:1.2rem}.checkout-left input,.checkout-left select{font-size:.95rem;padding:10px 12px}.checkout-left button,button[type=submit]{font-size:.95rem;padding:12px}.order-item{flex-direction:column;align-items:flex-start;gap:4px}.order-total{font-size:1rem}.stripe-form-container iframe{min-height:60px!important}.transfer-info{font-size:.88rem}}.carrito-page{display:flex;flex-direction:column;max-width:1000px;margin:40px auto;padding:20px;font-family:Segoe UI,sans-serif;color:#222;background-color:#fff}.carrito-titulo{font-size:2rem;font-weight:700;margin-bottom:30px;text-align:center;border-bottom:2px solid #eee;padding-bottom:10px}.carrito-vacio{text-align:center;font-size:1.2rem;padding:60px 0;color:#777}.carrito-items{display:flex;flex-direction:column;gap:25px;margin-bottom:40px}.item-carrito{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;border:1px solid #ddd;padding:20px;border-radius:12px;background-color:#fdfdfd;box-shadow:0 1px 6px #0000000a;gap:20px}.item-carrito img{width:100px;height:100px;object-fit:contain;border-radius:8px;background-color:#fff;border:1px solid #ccc}.item-info{flex:2;display:flex;flex-direction:column;gap:6px}.item-info h3{margin:0;font-size:1.1rem;color:#111}.item-info p{margin:0;font-size:.95rem;color:#555}.item-controles{flex:1;display:flex;flex-direction:column;align-items:flex-end;gap:10px}.item-controles input[type=number]{width:60px;padding:6px 10px;font-size:1rem;text-align:center;border:1px solid #bbb;border-radius:6px;background-color:#fff}.item-controles button{background-color:#000;color:#fff;border:none;padding:8px 14px;border-radius:6px;cursor:pointer;transition:background-color .25s ease;font-size:.95rem}.item-controles button:hover{background-color:#222}.carrito-total{text-align:right;font-size:1.4rem;font-weight:700;margin-top:20px;border-top:2px solid #ccc;padding-top:20px;color:#000}.carrito-acciones{display:flex;justify-content:flex-end;gap:14px;margin-top:30px;flex-wrap:wrap}.carrito-acciones button{background-color:#000;color:#fff;padding:12px 24px;border-radius:8px;font-size:1rem;border:none;cursor:pointer;transition:background-color .25s ease}.carrito-acciones button:hover{background-color:#222}.carrito-acciones button:nth-child(3){background-color:#fff;color:#000;border:2px solid #000}.carrito-acciones button:nth-child(3):hover{background-color:#f5f5f5}html.dark .carrito-page{background-color:#121212;color:#e0e0e0}html.dark .carrito-titulo{border-bottom-color:#333;color:#f0f0f0}html.dark .carrito-vacio{color:#aaa}html.dark .item-carrito{background-color:#1e1e1e;border-color:#333;box-shadow:0 1px 6px #ffffff0d}html.dark .item-carrito img{background-color:#2a2a2a;border-color:#444}html.dark .item-info h3{color:#fff}html.dark .item-info p{color:#bbb}html.dark .item-controles input[type=number]{background-color:#2a2a2a;border-color:#555;color:#fff}html.dark .item-controles button,html.dark .carrito-acciones button:not(:nth-child(3)){background-color:#444;color:#fff}html.dark .item-controles button:hover,html.dark .carrito-acciones button:hover:not(:nth-child(3)){background-color:#666}html.dark .carrito-total{color:#fff;border-top-color:#444}html.dark .carrito-acciones button:nth-child(3){background-color:#1e1e1e;color:#eee;border:2px solid #eee}html.dark .carrito-acciones button:nth-child(3):hover{background-color:#333}@media (max-width: 1024px){.carrito-page{padding:16px;margin:30px auto}.item-carrito{flex-direction:column;align-items:flex-start}.item-controles{width:100%;align-items:flex-start}.carrito-acciones{justify-content:space-between}}@media (max-width: 768px){.carrito-titulo{font-size:1.8rem}.item-carrito img{width:90px;height:90px}.item-info h3{font-size:1rem}.item-info p{font-size:.9rem}.item-controles input[type=number]{width:50px;font-size:.95rem}.item-controles button{padding:7px 12px;font-size:.9rem}.carrito-total{font-size:1.2rem}.carrito-acciones{flex-direction:column;align-items:stretch}.carrito-acciones button{width:100%}}@media (max-width: 480px){.carrito-page{padding:12px}.carrito-titulo{font-size:1.6rem;margin-bottom:20px}.item-carrito{padding:16px;gap:16px}.item-carrito img{width:80px;height:80px}.item-info h3{font-size:.95rem}.item-info p{font-size:.85rem}.item-controles input[type=number]{width:45px;font-size:.9rem}.item-controles button{font-size:.85rem;padding:6px 10px}.carrito-total{font-size:1.05rem}.carrito-acciones button{font-size:.95rem;padding:10px 20px}}.producto-detalle-container{max-width:1300px;margin:0 auto;padding:40px 20px;font-family:Segoe UI,sans-serif;color:#222}.producto-detalle-card{display:flex;flex-wrap:wrap;gap:40px;justify-content:center}.producto-imagenes-container{flex:1;min-width:300px;max-width:600px;display:flex;flex-direction:column;align-items:center}.producto-imagen-principal{width:100%;max-height:500px;object-fit:contain;border-radius:10px;background:#fff;box-shadow:0 2px 12px #0000001a}.producto-miniaturas{display:flex;gap:10px;margin-top:20px;overflow-x:auto}.miniatura{width:80px;height:80px;object-fit:cover;border:2px solid transparent;border-radius:10px;cursor:pointer;background:#fff;transition:border .3s ease,transform .2s ease}.miniatura.activa{border:2px solid #000;transform:scale(1.05)}.producto-sin-imagen{color:#999;font-style:italic;text-align:center}.producto-info{flex:1;min-width:300px;display:flex;flex-direction:column;gap:20px}.producto-titulo{font-size:2.5rem;margin:0;color:#111}.producto-descripcion{font-size:1rem;line-height:1.6;color:#333;margin-top:20px}.producto-precio{font-size:2rem;font-weight:700;color:#1a1a1a;margin-top:10px}.producto-capacidades{display:flex;flex-direction:column;gap:8px}.capacidad-selector{display:flex;gap:12px;flex-wrap:wrap}.capacidad-btn{padding:8px 16px;border:1px solid #888;background-color:#fff;color:#333;border-radius:6px;cursor:pointer;transition:all .2s ease;font-weight:500}.capacidad-btn.selected{background-color:#000;color:#fff;border-color:#000}.producto-colores{display:flex;flex-direction:column;gap:8px}.color-selector{display:flex;gap:10px;flex-wrap:wrap}.color-circle{width:32px;height:32px;border-radius:50%;border:2px solid #ccc;cursor:pointer;transition:transform .2s ease,border .2s ease}.color-circle.selected{border:3px solid #000;transform:scale(1.1)}.producto-controles{display:flex;flex-direction:column;gap:20px}.producto-controles input[type=number]{width:80px;padding:6px;font-size:1rem;margin-left:10px;border-radius:4px;border:1px solid #ccc;background-color:#fff}.botones-compra{display:flex;flex-wrap:wrap;gap:15px}.btn-carrito,.btn-comprar{padding:12px 24px;border:none;border-radius:8px;font-size:1rem;font-weight:700;cursor:pointer;transition:background .2s ease,transform .1s ease}.btn-carrito{background-color:#f5f5f5;color:#222}.btn-carrito:hover{background-color:#e0e0e0;transform:translateY(-1px)}.btn-comprar{background-color:#000;color:#fff}.btn-comprar:hover{background-color:#222;transform:translateY(-1px)}.producto-detalle-cargando{text-align:center;font-size:1.5rem;color:#777;padding:60px 0}.producto-no-disponible{text-align:center;padding:80px 20px}.producto-no-disponible h1{font-size:2rem;margin-bottom:20px;color:#111}.producto-no-disponible p{font-size:1.2rem;color:#666;margin-bottom:30px}.producto-no-disponible a{background-color:#000;color:#fff;padding:12px 24px;border-radius:8px;text-decoration:none;font-weight:700;display:inline-block}html.dark .producto-detalle-container{background-color:#121212;color:#e0e0e0}html.dark .producto-imagen-principal,html.dark .miniatura,html.dark .producto-controles input[type=number]{background-color:#1e1e1e;border-color:#444}html.dark .producto-descripcion,html.dark .producto-precio,html.dark .producto-titulo,html.dark .producto-no-disponible h1,html.dark .producto-no-disponible p{color:#f0f0f0}html.dark .capacidad-btn{background-color:#222;color:#ddd;border-color:#444}html.dark .capacidad-btn.selected{background-color:#fff;color:#000;border-color:#fff}html.dark .color-circle{border-color:#888}html.dark .color-circle.selected{border-color:#fff}html.dark .btn-carrito{background-color:#333;color:#eee}html.dark .btn-carrito:hover{background-color:#444}html.dark .btn-comprar{background-color:#fff;color:#000}html.dark .btn-comprar:hover{background-color:#ccc}html.dark .producto-no-disponible a{background-color:#fff;color:#000}@media (max-width: 768px){.producto-detalle-card{flex-direction:column;align-items:center}.producto-imagen-principal{width:100%;max-width:600px;max-height:500px;object-fit:contain;border-radius:10px;background:#fff;box-shadow:0 2px 12px #0000001a}.producto-titulo{font-size:1.8rem;text-align:center}.producto-precio{text-align:center}.producto-descripcion{text-align:center;font-size:1rem}.botones-compra{flex-direction:column;width:100%}.btn-carrito,.btn-comprar{width:100%;text-align:center}}@media (max-width: 480px){.producto-detalle-container{padding:20px 12px}.producto-titulo{font-size:1.5rem}.producto-precio{font-size:1.4rem}.producto-descripcion{font-size:.95rem;line-height:1.5}.miniatura{width:60px;height:60px}.capacidad-btn{padding:6px 12px;font-size:.9rem}.color-circle{width:28px;height:28px}.producto-controles input[type=number]{width:60px;font-size:.95rem}.btn-carrito,.btn-comprar{font-size:.95rem;padding:10px 16px}.producto-no-disponible{padding:40px 12px}.producto-no-disponible h1{font-size:1.5rem}.producto-no-disponible p{font-size:1rem}.producto-no-disponible a{font-size:.95rem;padding:10px 20px}}.gracias-page{text-align:center;margin-top:4rem;padding:0 20px;font-family:Segoe UI,sans-serif;color:#111}.btn-volver{display:inline-block;margin-top:2rem;padding:12px 24px;background-color:#000;color:#fff;text-decoration:none;border-radius:6px;font-size:1rem;transition:background-color .3s ease}.btn-volver:hover{background-color:#222}html.dark .gracias-page{color:#f0f0f0;background-color:#121212}html.dark .btn-volver{background-color:#444;color:#fff}html.dark .btn-volver:hover{background-color:#666}@media (max-width: 1024px){.gracias-page{margin-top:3rem;padding:0 16px}.btn-volver{font-size:.95rem;padding:11px 22px}}@media (max-width: 768px){.gracias-page{margin-top:2.5rem;padding:0 14px}.btn-volver{font-size:.95rem;padding:10px 20px}}@media (max-width: 480px){.gracias-page{margin-top:2rem;padding:0 12px}.btn-volver{font-size:.9rem;padding:10px 18px;width:100%;max-width:300px}}.legal-page{max-width:1000px;margin:80px auto;padding:20px;line-height:1.75;font-family:Segoe UI,sans-serif;color:#1c1c1c;background-color:#fff;border-radius:12px;box-shadow:0 4px 14px #0000000d;transition:background-color .3s,color .3s}.legal-page h1{font-size:2.5rem;margin-bottom:30px;color:#000;text-align:center}.legal-page h2{font-size:1.4rem;margin-top:30px;color:#111}.legal-page p,.legal-page li{font-size:1.05rem;margin-bottom:1rem}.legal-page ul{padding-left:20px}.legal-page a{color:#0070f3;text-decoration:underline}html.dark .legal-page{background-color:#1a1a1a;color:#eee}html.dark .legal-page h1,html.dark .legal-page h2{color:#fff}html.dark .legal-page a{color:#66bfff}@media (max-width: 1024px){.legal-page{margin:60px auto;padding:18px}.legal-page h1{font-size:2.2rem}.legal-page h2{font-size:1.3rem}.legal-page p,.legal-page li{font-size:1rem}}@media (max-width: 768px){.legal-page{margin:40px auto;padding:16px}.legal-page h1{font-size:2rem}.legal-page h2{font-size:1.2rem}.legal-page p,.legal-page li{font-size:.98rem}}@media (max-width: 480px){.legal-page{margin:30px auto;padding:14px;border-radius:8px}.legal-page h1{font-size:1.7rem;margin-bottom:20px}.legal-page h2{font-size:1.1rem;margin-top:24px}.legal-page p,.legal-page li{font-size:.95rem}}.top-banner{width:100%;background:#000;color:#fff9f9;text-align:center;padding:8px 0;font-size:1rem;position:fixed;top:0;left:0;z-index:999}.banner-text{animation:fadeText 12s infinite}@keyframes fadeText{0%{opacity:1}45%{opacity:1}50%{opacity:0}95%{opacity:0}to{opacity:1}}html.dark .top-banner{background:#111;color:#f0f0f0}html.dark .navbar{background-color:#1a1a1a;box-shadow:0 2px 8px #ffffff0d}
