*{box-sizing:border-box;margin:0;padding:0}body{background-color:#f5f5f5;color:#333;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif}html{scroll-behavior:smooth}.app{display:flex;flex-direction:column;min-height:100vh}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeInDown{0%{opacity:0;transform:translateY(-30px)}to{opacity:1;transform:translateY(0)}}@keyframes slideInLeft{0%{opacity:0;transform:translateX(-50px)}to{opacity:1;transform:translateX(0)}}@keyframes slideInRight{0%{opacity:0;transform:translateX(50px)}to{opacity:1;transform:translateX(0)}}@keyframes pulse{0%,to{opacity:1}50%{opacity:.8}}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-20px)}}@keyframes glow{0%,to{box-shadow:0 0 20px #ff6b3580}50%{box-shadow:0 0 40px #ff6b35cc}}@keyframes expandWidth{0%{opacity:0;width:0}to{opacity:1;width:60%}}.animate-on-scroll{opacity:0;transform:translateY(30px);transition:opacity .6s ease-out,transform .6s ease-out}.animate-on-scroll.visible{opacity:1;transform:translateY(0)}.hero-badge.animate-on-scroll{opacity:0;transform:translateY(-30px);transition:opacity .8s ease-out,transform .8s ease-out}.hero-badge.animate-on-scroll.visible{opacity:1;transform:translateY(0)}.split-chars.animate-on-scroll{opacity:0;transition:opacity .8s ease-out}.split-chars.animate-on-scroll.visible{opacity:1}.hero-subtitle.animate-on-scroll{opacity:0;transform:translateY(20px);transition:opacity .8s ease-out,transform .8s ease-out}.hero-subtitle.animate-on-scroll.visible{opacity:1;transform:translateY(0)}.cta-button.animate-on-scroll{opacity:0;transform:translateY(20px) scale(.95);transition:opacity .6s ease-out,transform .6s ease-out}.cta-button.animate-on-scroll.visible{opacity:1;transform:translateY(0) scale(1)}section h2.animate-on-scroll,section h3.animate-on-scroll{opacity:0;transform:translateX(-50px);transition:opacity .8s ease-out,transform .8s ease-out}section h2.animate-on-scroll.visible,section h3.animate-on-scroll.visible{opacity:1;transform:translateX(0)}.about-card.animate-on-scroll,.feature-card.animate-on-scroll,.product-card.animate-on-scroll{opacity:0;transform:translateY(30px);transition:opacity .6s ease-out,transform .6s ease-out}.about-card.animate-on-scroll.visible,.feature-card.animate-on-scroll.visible,.product-card.animate-on-scroll.visible{opacity:1;transform:translateY(0)}.about-card:first-child,.feature-card:first-child,.product-card:first-child{transition-delay:.1s}.about-card:nth-child(2),.feature-card:nth-child(2),.product-card:nth-child(2){transition-delay:.2s}.about-card:nth-child(3),.feature-card:nth-child(3),.product-card:nth-child(3){transition-delay:.3s}.about-card:nth-child(4){transition-delay:.4s}.header{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:linear-gradient(135deg,#0f0f0ff2,#1e1e1ef2);border-bottom:1px solid #ff6b351a;box-shadow:0 8px 32px #ff6b3526;padding:0;position:-webkit-sticky;position:sticky;top:0;z-index:100}.navbar{align-items:center;display:flex;justify-content:space-between;margin:0 auto;max-width:1200px;padding:1.2rem 2rem;position:relative;width:100%}.logo{-webkit-text-fill-color:#0000;animation:slideInLeft .6s ease-out;background:linear-gradient(135deg,#ff7e3d,#ff6b35);-webkit-background-clip:text;background-clip:text;cursor:pointer;font-size:1.3rem;font-weight:800;letter-spacing:.5px;transition:all .3s ease}.logo:hover{filter:drop-shadow(0 0 8px rgba(255,107,53,.4));transform:scale(1.05)}.hamburger{background:none;border:none;cursor:pointer;display:none;flex-direction:column;gap:6px;padding:.5rem}.hamburger span{background-color:#ff6b35;border-radius:3px;height:3px;transition:all .3s ease;width:25px}.nav-links{display:flex;gap:3rem;list-style:none}.nav-links a,.nav-links li{position:relative}.nav-links a{color:#fff;font-size:.95rem;font-weight:500;letter-spacing:.3px;text-decoration:none;transition:all .3s ease}.nav-links a:after{background:linear-gradient(90deg,#ff7e3d,#ff6b35);border-radius:1px;bottom:-8px;content:"";height:2px;left:0;position:absolute;transition:width .3s ease;width:0}.nav-links a:before{background:#ff6b3514;border-radius:6px;content:"";inset:-8px -8px;opacity:0;position:absolute;transition:opacity .3s ease;z-index:-1}.nav-links a:hover:before{opacity:1}.nav-links a:hover:after{width:100%}.nav-links a:hover{color:#ff6b35;transform:translateY(-2px)}main{flex:1 1}.features{background:linear-gradient(180deg,#0f0f0f,#1a1a1a);padding:5rem 2rem;position:relative}.features-with-bg{background-attachment:fixed;background-image:url(https://inlitoral.info/images/resize/241097-1600x900.webp);background-position:50%;background-size:cover}.features-overlay{background:#0f0f0fd9;bottom:0;left:0;position:absolute;right:0;top:0;z-index:1}.features-container{margin:0 auto;max-width:1200px;position:relative;z-index:2}.features-header{animation:fadeInUp .8s ease-out;margin-bottom:4rem;text-align:center}.features h2{color:#fff;font-size:3rem;font-weight:900;letter-spacing:-1px;margin-bottom:1rem}.features-subtitle{color:#ff6b35;font-size:1.2rem;font-weight:600;letter-spacing:.5px}.features-grid{grid-gap:2.5rem;animation:fadeInUp .8s ease-out .2s both;display:grid;gap:2.5rem;grid-template-columns:repeat(auto-fit,minmax(280px,1fr))}.feature-card{background:linear-gradient(135deg,#1a1a1a,#222);border:1px solid #ff6b351a;border-radius:16px;box-shadow:0 4px 20px #0006;display:block!important;opacity:1!important;overflow:hidden;padding:2.5rem;position:relative;text-align:center;transition:all .4s cubic-bezier(.23,1,.32,1);visibility:visible!important}.feature-card:before{background:linear-gradient(90deg,#0000,#ff6b35,#0000);content:"";height:3px;left:0;opacity:0;position:absolute;right:0;top:0;transition:opacity .4s ease}.feature-card:hover:before{opacity:1}.feature-card:hover{border-color:#ff6b354d;box-shadow:0 20px 40px #ff6b3533;transform:translateY(-12px)}.feature-number{color:#ff6b35;font-size:3.5rem;font-weight:900;line-height:1;margin:-1rem -1rem 0 0;opacity:.08;position:absolute;right:0;top:0;z-index:0}.feature-card h3{color:#fff;font-size:1.4rem;font-weight:800;letter-spacing:-.3px;margin-bottom:1rem;position:relative;z-index:1}.feature-card p{color:#bbb;font-size:.95rem;line-height:1.7;margin:0;position:relative;z-index:1}.hero{align-items:center;background:linear-gradient(135deg,#0f0f0f,#1a1a1a);background-attachment:fixed;background-image:url(https://wallpaper.forfun.com/fetch/9c/9c6fcb0337eb935d9cf58edae82a52d5.jpeg);background-position:50%;background-size:cover;color:#fff;display:flex;flex-direction:column;justify-content:center;min-height:100vh;overflow:hidden;padding:4rem 2rem;position:relative;text-align:center}.hero:before{background:#0f0f0fbf;content:"";z-index:1}.hero-bg-blur,.hero:before{bottom:0;left:0;position:absolute;right:0;top:0}.hero-bg-blur{background:radial-gradient(ellipse at 50% 100%,#ff6b351a 0,#0000 70%);pointer-events:none;z-index:0}.hero-wrapper{max-width:900px;width:100%}.hero-content,.hero-wrapper{position:relative;z-index:2}.hero-top-text{display:block;margin-bottom:2rem}.hero-badge{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ff6b3526;border:1px solid #ff6b3566;border-radius:50px;color:#ff6b35;display:inline-block;font-size:1rem;font-weight:700;letter-spacing:.5px;padding:.9rem 2rem;transition:all .3s ease}.hero-badge:hover{background:#ff6b3540;border-color:#ff6b3599;transform:translateY(-2px)}.hero-main-title{margin:2rem 0 1.5rem}.split-chars{color:#ff6b35;display:block;font-family:Arial Black,sans-serif;font-size:5rem;font-weight:900;letter-spacing:-2px;line-height:1.1;text-shadow:0 0 30px #ff6b3580;text-transform:uppercase}.split-chars span{color:#ff6b35;display:inline-block;will-change:transform,opacity}.split-chars.second-line{margin-top:-.5rem}.hero-subtitle{y:0!important;color:#bbb;font-size:1.3rem;font-weight:400;letter-spacing:.3px;line-height:1.6;margin-bottom:3rem;margin-left:auto;margin-right:auto;max-width:700px;opacity:1!important}.hero-cta-group{display:flex;flex-wrap:wrap;gap:1.5rem;justify-content:center;margin-top:2rem}.cta-button{border-radius:8px;font-size:1rem;opacity:1!important;scale:1!important;text-decoration:none;text-transform:uppercase;transform:none!important;will-change:transform,box-shadow}.cta-button.primary{background:linear-gradient(135deg,#ff7e3d,#ff6b35);box-shadow:0 10px 30px #ff6b3566;color:#fff}.cta-button.primary:hover{box-shadow:0 15px 40px #ff6b3599;transform:translateY(-3px)!important}.cta-button.secondary{background:#0000;border:2px solid #ff6b35;color:#ff6b35}.cta-button.secondary:hover{background:#ff6b351a;transform:translateY(-3px)!important}.hero-elements{height:100%;left:0;overflow:hidden;pointer-events:none;position:absolute;top:0;width:100%;z-index:0}.element-circle{background:radial-gradient(circle at 30% 30%,#ff6b354d,#ff6b350d);border:2px solid #ff6b351a;border-radius:50%;opacity:1!important;position:absolute;will-change:transform}.e1{box-shadow:0 0 40px #ff6b3533;height:200px;left:10%;top:10%;width:200px}.e2{box-shadow:0 0 30px #ff6b3526;height:150px;right:15%;top:60%;width:150px}.e3{bottom:10%;box-shadow:0 0 20px #ff6b351a;height:100px;left:20%;width:100px}.hero-scroll{bottom:2rem;cursor:pointer;left:50%;position:absolute;text-align:center;transform:translateX(-50%);z-index:2}.scroll-icon{fill:#ff6b3599;filter:drop-shadow(0 0 5px rgba(255,107,53,.4));height:24px;margin:0 auto .5rem;width:24px;will-change:transform,opacity}.hero-scroll span{color:#888;display:block;font-size:.8rem;font-weight:500;letter-spacing:1px;text-transform:uppercase}.cta-button{animation:fadeInUp 1s ease-out .4s both;background:linear-gradient(135deg,#ff7e3d,#ff6b35);border:none;border-radius:10px;box-shadow:0 8px 20px #ff6b3559;color:#fff;cursor:pointer;font-size:1.1rem;font-weight:700;letter-spacing:.5px;overflow:hidden;padding:1.2rem 2.5rem;position:relative;transition:all .3s ease}.cta-button:before{background:#ffffff4d;border-radius:50%;content:"";height:0;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%);transition:width .6s,height .6s;width:0}.cta-button:hover:before{height:300px;width:300px}.cta-button:hover{background:linear-gradient(135deg,#ff5722,#ff4500);box-shadow:0 12px 30px #ff6b3580;transform:translateY(-4px)}.floating-elements{height:100%;left:0;pointer-events:none;position:absolute;top:0;width:100%}.float-item{border:2px solid #ff6b351a;border-radius:50%;position:absolute}.float-1{animation:float 6s ease-in-out infinite;height:100px;left:5%;top:10%;width:100px}.float-2{animation:float 8s ease-in-out infinite reverse;height:150px;right:5%;top:50%;width:150px}.float-3{animation:float 7s ease-in-out infinite;bottom:15%;height:80px;left:15%;width:80px}.hero-grid{height:100%;left:0;pointer-events:none;top:0;width:100%;z-index:1}.grid-line,.hero-grid{display:none;position:absolute}.grid-line{background:linear-gradient(90deg,#ff6b3500,#ff6b3533 50%,#ff6b3500);opacity:.3}.grid-line-1{animation:slideInRight 1s ease-out forwards;height:2px;left:0;top:20%;width:100%}.grid-line-2{animation:slideInLeft 1.2s ease-out forwards;height:1px;left:0;top:50%;width:100%}.grid-line-3{animation:slideInRight 1.4s ease-out forwards;height:2px;left:0;top:80%;width:100%}.scroll-indicator{bottom:2rem;cursor:pointer;display:none;left:50%;position:absolute;text-align:center;transform:translateX(-50%);z-index:3}.scroll-dot{background:linear-gradient(135deg,#ff7e3d,#ff6b35);border-radius:50%;box-shadow:0 0 10px #ff6b3580;display:none;height:12px;margin:0 auto .5rem;width:12px}.scroll-indicator p{color:#888;display:none;font-size:.85rem;font-weight:500;letter-spacing:1px;margin:0;text-transform:uppercase}.about{align-items:center;background:linear-gradient(135deg,#1a1a1a,#0f0f0f);display:flex;justify-content:center;min-height:auto;padding:4rem 2rem;position:relative}.about-with-bg{background-attachment:fixed;background-image:url(https://images.unsplash.com/photo-1534438327276-14e5300c3a48?w=1200&h=600&fit=crop);background-position:50%;background-size:cover}.about-overlay{background:#0f0f0fbf;bottom:0;left:0;position:absolute;right:0;top:0;z-index:1}.about-content{margin:0 auto;max-width:1200px;position:relative;width:100%;z-index:2}.about h2{animation:fadeInUp .8s ease-out;color:#fff;font-size:3rem;font-weight:900;letter-spacing:-1px;margin-bottom:2.5rem;text-align:center}.about-grid{grid-gap:2rem;animation:fadeInUp .8s ease-out .2s both;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));margin-bottom:2.5rem}.about-card{background:linear-gradient(135deg,#1a1a1a,#222);border-left:4px solid #ff6b35;border-radius:12px;box-shadow:0 4px 20px #0006;display:block!important;opacity:1!important;padding:2.5rem;position:relative;transition:all .4s cubic-bezier(.23,1,.32,1);visibility:visible!important}.about-card:hover{box-shadow:0 15px 40px #ff6b3526;transform:translateY(-10px)}.card-number{color:#ff6b35;font-size:3rem;font-weight:900;line-height:1;margin-bottom:.5rem;opacity:.15}.about-card h3{color:#fff;font-size:1.3rem;font-weight:800;letter-spacing:-.3px;margin-bottom:1rem}.about-card p{color:#bbb;font-size:.95rem;font-weight:400;line-height:1.7;margin:0}.about-highlight{animation:fadeInUp .8s ease-out .4s both;background:linear-gradient(135deg,#ff7e3d,#ff6b35 50%,#ff5722);border-radius:12px;box-shadow:0 12px 40px #ff6b354d;color:#fff;overflow:hidden;padding:3rem;position:relative;text-align:center}.about-highlight:before{animation:float 5s ease-in-out infinite;background:#ffffff1a;border-radius:50%;content:"";height:200px;position:absolute;right:-50%;top:-50%;width:200px}.about-highlight:after{animation:float 6s ease-in-out infinite reverse;background:#ffffff14;border-radius:50%;bottom:-30%;content:"";height:150px;left:-30%;position:absolute;width:150px}.about-highlight p{font-size:1.15rem;font-weight:500;line-height:1.8;margin:0;position:relative;z-index:1}.services{display:none}.contact{background:linear-gradient(135deg,#0f0f0f,#1a1a1a);min-height:auto;padding:6rem 2rem}.contact-content{margin:0 auto;max-width:700px}.contact h2{animation:fadeInUp .8s ease-out;color:#fff;font-size:3rem;font-weight:900;letter-spacing:-1px;margin-bottom:1rem;text-align:center}.contact-subtitle{animation:fadeInUp .8s ease-out .1s both;color:#bbb;font-size:1.2rem;font-weight:400;margin-bottom:3rem;text-align:center}.contact-form{animation:fadeInUp .8s ease-out .2s both;gap:2rem}.contact-form,.form-group{display:flex;flex-direction:column}.form-group{gap:.8rem}.form-group label{color:#fff;font-size:.95rem;font-weight:600;letter-spacing:.3px}.contact-form input,.contact-form textarea{background-color:#1a1a1a;border:2px solid #333;border-radius:10px;color:#fff;font-family:inherit;font-size:1rem;font-weight:500;padding:1.1rem 1.2rem;position:relative;transition:all .3s cubic-bezier(.23,1,.32,1)}.contact-form input::placeholder,.contact-form textarea::placeholder{color:#777}.contact-form input:focus,.contact-form textarea:focus{background-color:#222;border-color:#ff6b35;box-shadow:0 0 20px #ff6b3533;outline:none;transform:translateY(-2px)}.submit-button{background:linear-gradient(135deg,#ff7e3d,#ff6b35);border:none;border-radius:10px;box-shadow:0 8px 20px #ff6b354d;color:#fff;cursor:pointer;font-size:1rem;font-weight:700;letter-spacing:.5px;margin-top:1rem;overflow:hidden;padding:1.2rem 2.5rem;position:relative;text-transform:uppercase;transition:all .3s ease}.submit-button:before{background:#ffffff4d;border-radius:50%;content:"";height:0;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%);transition:width .6s,height .6s;width:0}.submit-button:hover:before{height:300px;width:300px}.submit-button:hover{background:linear-gradient(135deg,#ff5722,#ff4500);box-shadow:0 12px 30px #ff6b3566;transform:translateY(-3px)}.destacados{background:linear-gradient(180deg,#0f0f0f,#1a1a1a);padding:4rem 2rem}.destacados h2{animation:fadeInUp .8s ease-out;color:#fff;display:inline-block;font-size:3rem;font-weight:900;letter-spacing:-1px;margin-bottom:3rem;position:relative;text-align:center;width:100%}.destacados h2:after{animation:slideInRight .8s ease-out;background:linear-gradient(90deg,#ff6b35,#ff5722);border-radius:2px;bottom:-12px;content:"";height:4px;left:50%;position:absolute;transform:translateX(-50%);width:80px}.products-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));margin:2rem auto 0;max-width:1400px}.products-grid>*{animation:fadeInUp .6s ease-out}.products-grid>:first-child{animation-delay:.1s}.products-grid>:nth-child(2){animation-delay:.2s}.products-grid>:nth-child(3){animation-delay:.3s}.products-grid>:nth-child(4){animation-delay:.4s}.products-grid>:nth-child(5){animation-delay:.5s}.products-grid>:nth-child(6){animation-delay:.6s}.products-grid>:nth-child(7){animation-delay:.7s}.products-grid>:nth-child(8){animation-delay:.8s}.product-card{background-color:#0a0a0a;border:1px solid #222;border-radius:16px;box-shadow:0 4px 20px #0009;cursor:pointer;display:flex!important;flex-direction:column;opacity:1!important;overflow:hidden;position:relative;transition:all .4s cubic-bezier(.23,1,.32,1);visibility:visible!important}.product-badge{animation:slideInRight .6s ease-out;background:linear-gradient(135deg,#ff7e3d,#ff6b35);border-radius:50px;color:#fff;font-size:.75rem;font-weight:700;letter-spacing:.2px;padding:.5rem 1rem;position:absolute;right:1rem;text-transform:uppercase;top:1rem;z-index:10}.product-card:before{background:linear-gradient(90deg,#ff7e3d,#ff6b35 50%,#ff5722);content:"";height:4px;left:0;position:absolute;right:0;top:0;z-index:1}.product-card:hover{box-shadow:0 24px 48px #ff6b3533;transform:translateY(-16px)}.product-image{align-items:center;background:linear-gradient(135deg,#ff7e3d,#ff6b35 50%,#ff5722);color:#fff;display:flex;font-size:3.5rem;height:240px;justify-content:center;overflow:hidden;position:relative;width:100%}.product-card:first-child .product-image{background-image:url("https://media.revistagq.com/photos/5d35929de887bb000828e8f3/1:1/w_2700,h_2700,c_limit/GettyImages-982408932-(1).jpg");background-position:50%;background-size:cover}.product-card:nth-child(2) .product-image{background-image:url(https://i.blogs.es/b09105/istock-601377108-1-/1366_2000.jpeg);background-position:50%;background-size:cover}.product-card:nth-child(3) .product-image{background-image:url(https://www.hola.com/horizon/original_aspect_ratio/2fd442596c10-mujer-fuerza-z.jpg);background-position:50%;background-size:cover}.product-card:nth-child(4) .product-image{background-image:url(https://i.blogs.es/4ca351/1024_682-6-/450_1000.jpeg);background-position:50%;background-size:cover}.product-card:nth-child(5) .product-image{background-image:url(https://i.blogs.es/2b68db/arthur-edelman-745266-unsplash/450_1000.webp);background-position:50%;background-size:cover}.product-card:nth-child(6) .product-image{background-image:url(https://arquer.com/wp-content/uploads/2022/10/john-arano-h4i9G-de7Po-unsplash-scaled.jpg);background-position:50%;background-size:cover}.product-card:nth-child(7) .product-image{background-image:url(https://i-cf65.ch-static.com/content/dam/cf-consumer-healthcare/bp-advil/es_CO/Article/puedo-hacer-ejercicio-si-me-duele-la-rodilla.jpg?auto=format);background-position:50%;background-size:cover}.product-card:nth-child(8) .product-image{background-image:url(https://hospital.vallhebron.com/sites/hospital/files/lumbalgia.jpg);background-position:50%;background-size:cover}.product-image:before{animation:float 6s ease-in-out infinite;background:#ffffff1a;height:250px;right:-50%;top:-50%;width:250px}.product-image:after,.product-image:before{border-radius:50%;content:"";position:absolute}.product-image:after{animation:float 7s ease-in-out infinite reverse;background:#ffffff14;bottom:-40%;height:200px;left:-40%;width:200px}.product-card h3{align-items:center;background:#1a1a1a;color:#fff;flex-grow:1;font-size:1.1rem;font-weight:800;letter-spacing:.2px;line-height:1.5;padding:1.5rem 1.2rem;text-align:center}.product-card h3,.product-features{display:flex;justify-content:center}.product-features{flex-wrap:wrap;gap:1rem;margin-bottom:1rem;padding:0 1.5rem}.feature{background:#ff6b351a;border:1px solid #ff6b3533;border-radius:20px;color:#ff6b35;font-size:.8rem;font-weight:600;padding:.4rem .8rem}.product-price{color:#ff6b35;font-size:2rem;font-weight:900;letter-spacing:-.8px;margin:0 0 1.2rem;padding:.5rem 1.5rem;text-align:center}.buy-button{background:linear-gradient(135deg,#ff7e3d,#ff6b35);border:none;border-radius:10px;box-shadow:0 8px 20px #ff6b354d;color:#fff;cursor:pointer;font-size:.95rem;font-weight:700;letter-spacing:.4px;margin:0 1.2rem 1.5rem;overflow:hidden;padding:1rem 1.8rem;position:relative;text-decoration:none;text-transform:uppercase;transition:all .3s ease}.buy-button:before{background:#ffffff4d;border-radius:50%;content:"";height:0;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%);transition:width .6s,height .6s;width:0}.buy-button:hover:before{height:300px;width:300px}.buy-button:hover{background:linear-gradient(135deg,#ff5722,#ff4500);box-shadow:0 12px 30px #ff6b3566;transform:translateY(-4px)}.footer{background-color:#000;border-top:1px solid #222;color:#bbb;font-weight:500;letter-spacing:.3px}.footer-content{grid-gap:3rem;display:grid;gap:3rem;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));margin:0 auto;max-width:1200px;padding:3rem 2rem 2rem}.footer-section{text-align:center}.footer-section h3{color:#ff6b35;font-size:1.1rem;font-weight:700;margin-bottom:1.2rem}.footer-section p{color:#aaa;font-size:.95rem;margin:.5rem 0}.footer-section a{color:#ff6b35;text-decoration:none;transition:color .3s ease}.footer-section a:hover{color:#ff5722;text-decoration:underline}.social-links{display:flex;gap:1.5rem;justify-content:center}.social-icon{align-items:center;background:linear-gradient(135deg,#ff7e3d,#ff6b35);border-radius:50%;color:#fff;display:inline-flex;font-size:1.5rem;font-weight:700;height:50px;justify-content:center;transition:all .3s ease;width:50px}.social-icon svg{stroke:#fff!important;color:#fff!important}.social-icon:hover{box-shadow:0 8px 20px #ff6b3566;transform:translateY(-4px)}.developer-credit{flex-direction:column;gap:.5rem;max-height:200px}.developer-credit,.developer-logo-link{align-items:center;display:flex;justify-content:center}.developer-logo-link{text-decoration:none}.developer-logo{cursor:pointer;filter:brightness(1);height:auto;object-fit:contain;transition:transform .3s ease;width:100%}.developer-logo:hover{transform:scale(1.1)}.developer-credit p{color:#999;font-size:.85rem;margin:0}.footer-bottom{background-color:#0a0a0a;border-top:1px solid #1a1a1a;padding:1.5rem 2rem;text-align:center}.footer-bottom p{color:#777;font-size:.9rem;margin:0}@media (max-width:1024px){.hero-content h1{font-size:3.5rem}.product-card{padding:1.5rem}.features-grid{grid-template-columns:1fr 1fr}}@media (max-width:768px){.navbar{flex-wrap:nowrap;padding:1rem}.hamburger{display:flex}.logo{font-size:1rem}.nav-links{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:linear-gradient(135deg,#1a1a1afa,#282828fa);flex-direction:column;gap:0;left:0;max-height:0;overflow:hidden;padding:0;position:absolute;right:0;top:100%;transition:max-height .3s ease;width:100%}.nav-links.active{max-height:300px;padding:1rem 0}.nav-links li{border-bottom:1px solid #ff6b351a;width:100%}.nav-links li a{display:block;font-size:.9rem;padding:1rem;text-align:center}.hero{padding:4rem 1rem}.hero-content h1{font-size:2.5rem;margin-bottom:.8rem}.hero-content p{font-size:1rem;margin-bottom:1.5rem}.hero-badge{font-size:.8rem;padding:.5rem 1rem}.features{padding:3rem 1rem}.features h2{font-size:2rem;margin-bottom:1.5rem}.features-subtitle{font-size:1rem}.features-grid{gap:1.5rem;grid-template-columns:1fr}.about{padding:3rem 1rem}.about h2{font-size:2rem;margin-bottom:1.5rem}.about-grid{gap:1.5rem;grid-template-columns:1fr}.about-card{padding:1.5rem}.card-number{font-size:2rem}.about-highlight{font-size:.95rem;padding:1.5rem}.destacados{padding:3rem 1rem}.destacados h2{font-size:2rem;margin-bottom:1.5rem}.products-grid{gap:1.5rem;grid-template-columns:1fr}.product-card{padding:1.5rem}.product-image{height:200px}.product-card h3{font-size:1rem}.product-price{font-size:1.2rem}.buy-button{font-size:.95rem;padding:.7rem 1.5rem;text-decoration:none}#contact{padding:3rem 1rem}.contact-container{max-width:100%}.contact h2{font-size:2rem;margin-bottom:1.5rem}.contact-form{padding:1.5rem}.form-group{margin-bottom:1rem}.form-group label{font-size:.9rem}.form-group input,.form-group textarea{font-size:1rem;padding:.7rem}.submit-button{font-size:.95rem;padding:.8rem 2rem}.footer-content{gap:2rem;grid-template-columns:1fr;padding:2rem 1rem 1.5rem}footer{font-size:.9rem}}@media (max-width:480px){.header{position:-webkit-sticky;position:sticky;top:0;z-index:1000}.navbar{flex-direction:row;gap:0;padding:.8rem}.hamburger{display:flex}.logo{font-size:.95rem}.nav-links{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:linear-gradient(135deg,#1a1a1afa,#282828fa);flex-direction:column;gap:0;left:0;max-height:0;overflow:hidden;padding:0;position:absolute;right:0;top:100%;transition:max-height .3s ease;width:100%}.nav-links.active{max-height:300px;padding:1rem 0}.nav-links li{border-bottom:1px solid #ff6b351a;width:100%}.nav-links li a{display:block;font-size:.85rem;padding:.8rem;text-align:center}.hero{align-items:center;display:flex;justify-content:center;min-height:100vh;padding:3rem 1rem}.hero-content h1{font-size:3rem;letter-spacing:0;margin-bottom:.5rem}.hero-content p{font-size:.9rem;margin-bottom:1rem}.hero-badge{font-size:.75rem;margin-bottom:1rem;padding:.4rem .8rem}.cta-button{font-size:.85rem;padding:.8rem 1.5rem}.features{padding:2rem 1rem}.features-header{margin-bottom:2rem}.features h2{font-size:1.5rem;margin-bottom:.8rem}.features-subtitle{font-size:.9rem}.features-grid{gap:1rem;grid-template-columns:1fr}.feature-card{padding:1.2rem}.feature-number{font-size:2rem;margin-bottom:.3rem}.feature-card h3{font-size:1rem;margin-bottom:.5rem}.feature-card p{font-size:.85rem}.about{padding:2rem 1rem}.about h2{font-size:1.5rem;margin-bottom:1rem}.about-grid{gap:1rem;grid-template-columns:1fr}.about-card{padding:1rem}.card-number{font-size:1.5rem}.about-card h3{font-size:.95rem;margin-bottom:.5rem}.about-card p{font-size:.85rem}.about-highlight{font-size:.9rem;line-height:1.5;padding:1rem}.destacados{padding:2rem 1rem}.destacados h2{font-size:1.5rem;margin-bottom:1.5rem}.products-grid{gap:1rem;grid-template-columns:1fr}.product-card{display:flex;flex-direction:column;padding:1rem}.product-badge{font-size:.7rem;padding:.3rem .6rem}.product-image{height:150px}.product-card h3{font-size:.9rem;margin-bottom:.5rem}.product-features{gap:.5rem;margin-bottom:.8rem}.feature{font-size:.75rem;padding:.3rem .6rem}.product-price{font-size:1.1rem;margin-bottom:.8rem}.buy-button{align-self:center;font-size:.85rem;margin:.5rem auto;padding:.6rem 1.2rem;text-decoration:none;width:calc(100% - .4rem)}#contact{padding:2rem 1rem}.contact h2{font-size:1.5rem;margin-bottom:1rem}.contact-form{padding:1rem}.form-group{margin-bottom:.8rem}.form-group label{font-size:.85rem}.form-group input,.form-group textarea{font-size:1rem;padding:.6rem}.submit-button{font-size:.9rem;padding:.7rem 1.5rem;width:100%}.footer-content{gap:1.5rem;grid-template-columns:1fr;padding:1.5rem 1rem 1rem}.footer-section h3{font-size:1rem;margin-bottom:.8rem}.footer-section p{font-size:.85rem}.social-links{gap:1rem}.social-icon{font-size:1rem;height:40px;width:40px}.developer-logo{height:auto;width:100%}.developer-credit p{font-size:.8rem}.footer-bottom{padding:1rem}.footer-bottom p{font-size:.8rem}.services-grid{grid-template-columns:1fr}}.routine-detail{animation:fadeInUp .6s ease-out;margin:0 auto;max-width:1200px;padding:3rem 2rem;width:100%}.routine-page{background-color:#000;margin:0;min-height:100vh;padding:0}.back-button{background:linear-gradient(135deg,#ff6b35,#ff8c42);border:none;border-radius:8px;color:#fff;cursor:pointer;display:block;font-size:1rem;font-weight:600;margin-bottom:2rem;margin-left:auto;margin-right:auto;padding:.8rem 1.5rem;transition:all .3s ease}.back-button:hover{box-shadow:0 5px 20px #ff6b3566;transform:translateX(-5px)}.routine-header{margin-bottom:3rem;text-align:center}.routine-badge{background:linear-gradient(135deg,#ff6b35,#ff8c42);border-radius:20px;color:#fff;display:inline-block;font-size:.9rem;font-weight:600;margin-bottom:1rem;padding:.5rem 1.2rem}.routine-header h2{color:#fff;font-family:Bebas Neue,cursive;font-size:2.5rem;letter-spacing:2px;margin:1rem 0}.routine-duration{color:#ff6b35;font-size:1.1rem;font-weight:600;margin-bottom:1rem}.routine-description{color:#ccc;font-size:1.1rem;line-height:1.6;margin:0 auto;max-width:700px}.routine-content{background:#ffffff0d;border:1px solid #ff6b3533;border-radius:12px;margin-bottom:2rem;padding:2rem}.routine-exercises-title{border-bottom:2px solid #ff6b354d;color:#ff6b35;font-size:1.8rem;margin-bottom:2rem;padding-bottom:1rem}.exercises-list{display:flex;flex-direction:column;gap:2rem}.exercise-item{grid-gap:2rem;align-items:start;background:#ff6b351a;border-left:4px solid #ff6b35;border-radius:8px;display:grid;gap:2rem;grid-template-columns:1fr 1fr;padding:1.5rem}.exercise-info{display:flex;flex-direction:column;gap:1rem}.exercise-info h4{color:#fff;font-size:1.3rem;margin:0}.reps-info{color:#ff8c42;font-size:1.05rem;margin:0}.exercise-explanation{color:#ccc;line-height:1.6;margin:0}.exercise-video{align-items:center;display:flex;justify-content:center}.exercise-video iframe{border-radius:8px;box-shadow:0 4px 20px #0000004d}.routine-footer{background:linear-gradient(135deg,#ff6b3533,#ff8c421a);border:1px solid #ff6b354d;border-radius:12px;padding:2rem;text-align:center}.routine-price{color:#ff6b35;font-size:2rem;font-weight:700;margin-bottom:1rem}.routine-footer .buy-button{display:inline-block;font-size:1.1rem;padding:1rem 2.5rem;text-decoration:none}@media (max-width:768px){.routine-detail{padding:1.5rem 1rem}.routine-header h2{font-size:1.8rem}.exercise-item{gap:1.5rem;grid-template-columns:1fr}.exercise-video iframe{height:200px}.day-title{font-size:1.3rem}.routine-content{padding:1.5rem}.back-button{font-size:.9rem;padding:.6rem 1.2rem}}@keyframes pulse-glow{0%,to{box-shadow:0 0 20px #22c55e99,0 0 40px #22c55e4d;transform:scale(1)}50%{box-shadow:0 0 40px #22c55ee6,0 0 80px #22c55e80;transform:scale(1.1)}}@keyframes bounce-up{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}.whatsapp-button{align-items:center;animation:pulse-glow 2s ease-in-out infinite,bounce-up 3s ease-in-out infinite;background:linear-gradient(135deg,#25d366,#20ba58);border-radius:50%;bottom:30px;box-shadow:0 8px 24px #22c55e66;color:#fff;display:flex;height:60px;justify-content:center;position:fixed;right:30px;text-decoration:none;transition:all .3s ease;width:60px;z-index:999}.whatsapp-button:hover{animation:none;box-shadow:0 12px 32px #22c55e99;transform:scale(1.15) translateY(-5px)}.whatsapp-button svg,.whatsapp-icon{filter:drop-shadow(0 0 2px rgba(0,0,0,.2));height:32px;width:32px}.whatsapp-icon{object-fit:contain}@media (max-width:768px){.whatsapp-button{bottom:20px;height:55px;right:20px;width:55px}.whatsapp-button svg{height:28px;width:28px}}@media (max-width:480px){.whatsapp-button{bottom:15px;height:50px;right:15px;width:50px}.whatsapp-button svg{height:24px;width:24px}}
/*# sourceMappingURL=main.e8777e28.css.map*/