.close-modal-btn{display:flex;justify-content:center;align-items:center;width:36px;height:36px;border:none;border-radius:50%;background:#fff3;color:#fff;cursor:pointer;transition:all .3s ease;flex-shrink:0}.close-modal-btn:hover{background:#ffffff4d;transform:scale(1.1)}.close-modal-btn:active{transform:scale(.95)}.close-modal-btn svg{width:18px;height:18px}.cookie-banner{position:fixed;bottom:20px;left:50%;transform:translate(-50%);width:80%;background:#000000d2;padding:15px 25px;border-radius:12px;box-shadow:0 8px 25px #0003;z-index:2000;animation:fadeIn .4s ease-in-out}.cookie-banner-content{display:flex;flex-direction:column;align-items:center;gap:12px;text-align:center}.cookie-banner-content p{font-size:14px;color:#fff;margin:0}.cookie-link{color:#007bff;text-decoration:underline;cursor:pointer;font-weight:700;margin-left:5px}.cookie-buttons{display:flex;gap:10px}.btn-cookie-accept{background:#7a5cfa;color:#fff;border:none;padding:8px 20px;border-radius:8px;cursor:pointer;font-weight:700;transition:background .3s}.btn-cookie-reject{background:#f4f4f4;color:#666;border:1px solid #ddd;padding:8px 20px;border-radius:8px;cursor:pointer}.btn-cookie-accept:hover{background:#6846ff}.modal-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:3000;padding:1rem}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px) scale(.95)}to{opacity:1;transform:translateY(0) scale(1)}}.header{display:flex;flex-direction:column;padding:1rem;background-color:#fff;border-bottom:1px solid #eee}.header-desktop{display:flex;justify-content:space-around;align-items:center}.header-mobile{display:none;align-items:center;justify-content:space-between;width:100%}.hamburger-btn{display:flex;align-items:center;justify-content:center;width:48px;height:48px;background:linear-gradient(135deg,#7a5cfa,#9b7dff);border:none;border-radius:14px;cursor:pointer;color:#fff;flex-shrink:0;box-shadow:0 4px 15px #7a5cfa4d;transition:all .3s ease;order:1}.hamburger-btn:hover{transform:scale(1.05);box-shadow:0 6px 20px #7a5cfa66}.hamburger-btn:active{transform:scale(.95)}.header-mobile-logo{display:flex;align-items:center;gap:.6rem;position:absolute;left:50%;transform:translate(-50%)}.header-mobile-logo img{width:36px;height:36px;border-radius:50%;object-fit:cover}.header-mobile-logo span{font-family:Poppins,sans-serif;font-weight:700;font-size:1.1rem;color:#7a5cfa;letter-spacing:.5px}.mobile-menu{position:absolute;top:0;left:0;width:100%;min-height:100vh;background:linear-gradient(180deg,#7a5cfa,#9b7dff);z-index:999;display:flex;flex-direction:column;padding:2rem 0 0;animation:slideDown .3s ease}@keyframes slideDown{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}.mobile-menu-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:3rem;width:90%}.mobile-menu-logo{display:flex;align-items:center;gap:.6rem;margin:0 auto}.mobile-menu-logo img{width:45px;height:45px;border-radius:50%;border:3px solid rgba(255,255,255,.3)}.mobile-menu-logo span{font-family:Poppins,sans-serif;font-weight:700;font-size:1.3rem;color:#fff;letter-spacing:.5px}.close-menu-btn{display:flex;align-items:center;justify-content:center;width:48px;height:48px;background:#fff3;border:none;border-radius:14px;cursor:pointer;color:#fff;transition:all .3s ease}.close-menu-btn:hover{background:#ffffff4d;transform:scale(1.05)}.mobile-menu-items{display:flex;flex-direction:column;align-items:center;gap:1rem}.mobile-menu-item{display:flex;justify-content:center;align-items:center;gap:1rem;padding:1.2rem 1.5rem;width:80%;background:#ffffff26;backdrop-filter:blur(10px);color:#fff;font-family:Poppins,sans-serif;font-weight:500;font-size:1.1rem;text-decoration:none;cursor:pointer;border:none;border-radius:16px;text-align:left;transition:all .3s ease}.mobile-menu-item:hover{background:#ffffff40;transform:translate(10px)}.mobile-menu-item svg{width:24px;height:24px;flex-shrink:0}.mobile-menu-item.faq-btn{background:#fff;color:#7a5cfa}.mobile-menu-item.faq-btn:hover{background:#ffffffe6;transform:translate(10px)}.container-subtitle-and-logo{display:flex;flex-direction:row}.header-sub-title{color:#7a5cfa;margin:0}.header-sub-title-clients{color:#7a5cfa;margin:0;text-decoration:none;cursor:pointer}.underline-hover{position:relative;display:inline-block}.underline-hover:after{content:"";position:absolute;left:0;bottom:-6px;width:0%;height:2px;background-color:#7a5cfa;transition:width .3s ease}.underline-hover:hover:after{width:100%}.header-icon{width:35px;height:35px;border-radius:50%;margin-right:.5rem}.header-actions{display:flex;align-items:center;gap:1.5rem}.faq-button{display:flex;align-items:center;justify-content:center;width:40px;height:40px;background:linear-gradient(135deg,#7a5cfa,#9b7dff);border:none;border-radius:50%;color:#fff;cursor:pointer;transition:all .3s ease;box-shadow:0 2px 8px #7a5cfa4d}.faq-button:hover{transform:scale(1.1);box-shadow:0 4px 12px #7a5cfa66}.faq-button:active{transform:scale(.95)}@media(max-width:768px){.header-desktop{display:none}.header-mobile{display:flex}}.faq-overlay{position:fixed;top:0;left:0;width:100vw;height:100vh;background-color:#00000080;display:flex;justify-content:center;align-items:center;z-index:1000;padding:1rem}.faq-modal{background:#fff;border-radius:16px;width:100%;max-width:500px;max-height:80vh;overflow:hidden;display:flex;flex-direction:column;box-shadow:0 20px 60px #0003}.faq-header{display:flex;justify-content:space-between;align-items:center;padding:1.25rem 1.5rem;border-bottom:1px solid #eee;background:linear-gradient(135deg,#7a5cfa,#9b7dff);color:#fff}.faq-title{font-family:Poppins,sans-serif;font-size:1.2rem;font-weight:600;margin:0}.faq-content{overflow-y:auto;padding:1rem 0}.faq-item{border-bottom:1px solid #f0f0f0}.faq-item:last-child{border-bottom:none}.faq-question{width:100%;display:flex;justify-content:space-between;align-items:center;padding:1rem 1.5rem;background:none;border:none;cursor:pointer;font-family:Poppins,sans-serif;font-size:.95rem;font-weight:500;color:#333;text-align:left;transition:background-color .2s ease}.faq-question:hover{background-color:#f8f7ff}.faq-icon{display:flex;align-items:center;justify-content:center;color:#7a5cfa;transition:transform .3s ease;flex-shrink:0}.faq-icon.open{transform:rotate(180deg)}.faq-answer{overflow:hidden}.faq-answer p{padding:0 1.5rem 1rem;margin:0;font-family:Poppins,sans-serif;font-size:.9rem;color:#666;line-height:1.6}.faq-link-btn{background:none;border:none;color:#7a5cfa;font-family:Poppins,sans-serif;font-size:.9rem;font-weight:600;cursor:pointer;text-decoration:underline;padding:0;margin-left:.25rem}.faq-link-btn:hover{color:#6349e8}@media(max-width:480px){.faq-modal{max-height:90vh;width:95%}.faq-title{font-size:1rem}.faq-question{font-size:.9rem;padding:.875rem 1rem}.faq-answer p{padding:0 1rem .875rem;font-size:.85rem}}.container-hero{height:70vh;width:100%;background:linear-gradient(135deg,#1a1050,#2a1a6a 40%,#3a2575,#4a2c8a);position:relative;display:flex;align-items:center;justify-content:space-between;padding:0 6rem;box-sizing:border-box}.container-hero:before{content:"";position:absolute;top:-20%;right:0%;width:80%;height:140%;background:radial-gradient(ellipse at center,rgba(122,92,250,.4) 0%,rgba(122,92,250,.1) 40%,transparent 70%);pointer-events:none}.container-hero:after{content:"";position:absolute;bottom:-30%;left:20%;width:60%;height:100%;background:radial-gradient(circle,rgba(155,125,255,.2) 0%,transparent 60%);pointer-events:none}.hero-text{color:#fff;text-shadow:2px 2px 3px black;text-align:left;max-width:50%;position:relative;z-index:1}.hero-text h1{font-size:clamp(2.2rem,4.7vw,8rem);margin-bottom:1rem}.hero-text p{font-size:1.3rem;max-width:700px;line-height:1.6}.hero-img{display:flex;height:95%;justify-content:flex-end;position:relative;z-index:1}.hero-img img{border-radius:16px;object-fit:contain}@media(max-width:430px){.container-hero{background:linear-gradient(#00000080,#00000080),url(/assets/hero/portada-vertical.jpg) center center / cover;justify-content:center;padding:0}.container-hero:before,.container-hero:after{display:none}.hero-img{display:none}.hero-text{text-align:center;max-width:100%}.hero-text p{font-size:1rem}}.footer{background-color:transparent;color:#7f8fa6;margin-top:1rem;font-family:Poppins,-apple-system,BlinkMacSystemFont,sans-serif}.footer-top{display:flex;flex-direction:column;justify-content:center;gap:2rem;flex-wrap:wrap;margin-bottom:2rem}.footer-credibility{display:flex;width:100%}.footer-feature{display:flex;flex-direction:column;justify-content:center;align-items:center;flex:1 1 7.5rem}.footer-feature>p{text-align:center}.icon-footer{font-size:2.5rem;margin-bottom:.5rem;color:#27ae60}.container-stories-wrapper{display:flex;flex-direction:column;width:100%;justify-content:center;align-items:center}.stories-wrapper{position:relative;display:flex;width:97%;align-items:center;justify-content:center;padding:1.5rem .5rem}.clients-text{color:#7a5cfa;font-size:clamp(1.3rem,3vw,3rem);text-align:center}.arrow{background:#0009;color:#fff;border:none;font-size:22px;width:32px;height:32px;border-radius:50%;cursor:pointer;z-index:6}.arrow.left{margin-right:6px}.arrow.right{margin-left:6px}.footer-clients{display:flex;justify-content:flex-start;gap:10px;overflow-x:auto;scroll-behavior:smooth}.footer-clients::-webkit-scrollbar{display:none}.container-photo-stories{flex:0 0 auto;width:100px;height:100px;border-radius:50%;overflow:hidden;transition:transform .5s;cursor:pointer;will-change:transform}.container-photo-stories:hover{transform:scale(1.1)}.photo-stories{width:100%;height:100%;object-fit:cover;object-position:50% 20%}.footer-main{display:flex;flex-wrap:wrap;justify-content:space-between;gap:3rem;max-width:1200px;margin:auto;padding:0 1rem}.footer-brand h2{margin-bottom:.5rem;color:#7a5cfa}.footer-brand>h4{color:#7f8fa6;font-weight:500;margin-bottom:1rem}.footer-brand p{margin:.3rem 0;color:#7a5cfa}.footer-brand>p>a{text-decoration:none;color:#7f8fa6}.footer-brand>p:hover a{color:#7a5cfa}.footer-links h3{margin-bottom:.5rem;color:#7a5cfa}.footer-links ul{list-style:none;padding:0}.footer-links li{margin:.3rem 0}.footer-links a{color:#7f8fa6;text-decoration:none;transition:color .2s;cursor:pointer}.footer-links a:hover{color:#7a5cfa}.footer-bottom{display:flex;justify-content:center;align-items:center;margin-top:1rem;text-align:center;font-size:.9rem;background-color:#4444;color:#7f8fa6;padding:1rem}@media(max-width:768px){.footer-main{flex-direction:column;align-items:center}.footer-links{margin-top:1rem}}@media(max-width:480px){.footer-top{flex-direction:column;gap:1rem}.footer-feature{max-width:100%}.footer-main{gap:2rem}.footer-bottom{font-size:.8rem}}.overlay{position:fixed;inset:0;background:#000c;display:flex;justify-content:center;align-items:center;z-index:4}.story-box{width:100%;max-width:420px;height:90vh;background:#000;position:relative;@media(width<=470px){width:95%}}.progress{position:absolute;top:8px;left:8px;right:8px;display:flex;gap:4px}.bar{flex:1;height:2px;background:#fff5}.fill{height:100%;background:#fff}.sound-btn{position:absolute;top:16px;right:16px;background:none;border:none;color:#fff;font-size:20px;z-index:4}img,video{width:100%;height:100%;object-fit:contain}.tap{position:absolute;top:0;bottom:0;width:50%}.tap.left{left:0}.tap.right{right:0}.cta{position:absolute;bottom:20px;left:50%;transform:translate(-50%);padding:10px 30px;border-radius:999px;background:linear-gradient(45deg,#f09433,#dc2743,#bc1888);color:#fff;border:none}.arrow{position:absolute;top:50%;transform:translateY(-50%);width:36px;height:36px;background:#0009;border-radius:50%;color:#fff;font-size:22px;display:none;align-items:center;justify-content:center;cursor:pointer;user-select:none}.arrow.left{left:10px}.arrow.right{right:10px}@media(min-width:768px){.arrow{display:flex}}.whatsapp-link{color:#25d366!important;font-weight:600;text-decoration:none!important}.whatsapp-link:hover{text-decoration:none!important;opacity:.8}.modal-actions{display:flex;justify-content:center;padding:1rem;flex-shrink:0}.btn-accept{background:#7a5cfa;color:#fff;border:none;padding:10px 20px;border-radius:8px;cursor:pointer;font-size:14px;transition:background .3s}.btn-accept:hover{background:#6846ff}.modal-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000;padding:1rem}.modal-content{background:#fff;border-radius:16px;max-width:600px;width:100%;max-height:90vh;display:flex;flex-direction:column;box-shadow:0 20px 60px #0003;animation:modalFadeIn .3s ease;overflow:hidden}.modal-header{display:flex;justify-content:space-between;align-items:center;padding:1rem 1.25rem;background:linear-gradient(135deg,#7a5cfa,#9b7dff);color:#fff;flex-shrink:0}.modal-header h2{margin:0;font-family:Poppins,sans-serif;font-size:1.1rem;font-weight:600;color:#fff}.modal-body{padding:1.5rem;overflow-y:auto;font-size:14px;line-height:1.6;color:#333;flex:1}.modal-body h3{margin-top:1rem;margin-bottom:.5rem;font-size:15px;color:#222}.modal-body ul{margin:.5rem 0;padding-left:1.5rem}.modal-body li{margin-bottom:.25rem}.modal-body a{color:#7a5cfa;text-decoration:none;font-weight:500}.modal-body a:hover{text-decoration:underline}@keyframes modalFadeIn{0%{opacity:0;transform:scale(.95) translateY(10px)}to{opacity:1;transform:scale(1) translateY(0)}}@media(max-width:480px){.modal-header h2{font-size:1rem}.modal-body{padding:1rem;font-size:13px}}
