*{margin:0;padding:0;box-sizing:border-box}:root{--primary-color: #1e40af;--secondary-color: #059669;--accent-color: #dc2626;--text-dark: #111827;--text-light: #4b5563;--white: #ffffff;--gray-light: #f8fafc;--gray-medium: #d1d5db;--success: #10b981;--warning: #f59e0b;--error: #ef4444;--gradient-primary: linear-gradient(135deg, #1e40af 0%, #3b82f6 100%);--gradient-secondary: linear-gradient(135deg, #059669 0%, #10b981 100%);--shadow-sm: 0 1px 2px 0 rgb(0 0 0 / .05);--shadow-md: 0 4px 6px -1px rgb(0 0 0 / .1);--shadow-lg: 0 10px 15px -3px rgb(0 0 0 / .1);--shadow-xl: 0 20px 25px -5px rgb(0 0 0 / .1)}html{scroll-behavior:smooth}body{font-family:Inter,sans-serif;line-height:1.6;color:var(--text-dark);background:#fefefe}.container{max-width:1200px;margin:0 auto;padding:0 20px}.header-fixed{position:fixed;top:0;left:0;right:0;background:#fffffff2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:1px solid var(--gray-medium);z-index:1000;transition:all .3s ease}.nav-container{max-width:1200px;margin:0 auto;padding:0 20px;display:flex;justify-content:space-between;align-items:center;height:70px}.logo{display:flex;align-items:center;gap:10px;font-weight:700;font-size:1.5rem;color:var(--primary-color)}.logo i{font-size:2rem}.nav-menu{display:flex;list-style:none;gap:2rem}.nav-menu a{text-decoration:none;color:var(--text-dark);font-weight:500;transition:color .3s ease;position:relative}.nav-menu a:hover{color:var(--primary-color)}.nav-menu a:after{content:"";position:absolute;width:0;height:2px;bottom:-5px;left:0;background:var(--primary-color);transition:width .3s ease}.nav-menu a:hover:after{width:100%}.nav-toggle{display:none;flex-direction:column;cursor:pointer}.nav-toggle span{width:25px;height:3px;background:var(--text-dark);margin:3px 0;transition:.3s}.whatsapp-fixed{position:fixed;bottom:20px;right:20px;z-index:1001}.whatsapp-btn-fixed{display:flex;align-items:center;justify-content:center;width:60px;height:60px;background:#25d366;border-radius:50%;color:#fff;font-size:1.8rem;text-decoration:none;box-shadow:var(--shadow-lg);transition:transform .3s ease;animation:pulse 2s infinite}.whatsapp-btn-fixed:hover{transform:scale(1.1)}@keyframes pulse{0%{box-shadow:0 0 #25d366b3}70%{box-shadow:0 0 0 10px #25d36600}to{box-shadow:0 0 #25d36600}}.cta-btn{display:inline-flex;align-items:center;gap:10px;padding:15px 30px;background:var(--gradient-primary);color:#fff;text-decoration:none;border-radius:50px;font-weight:600;font-size:1.1rem;box-shadow:var(--shadow-lg);transition:all .3s ease;border:none;cursor:pointer}.cta-btn:hover{transform:translateY(-2px);box-shadow:var(--shadow-xl)}.cta-btn.pulse{animation:buttonPulse 3s infinite}@keyframes buttonPulse{0%,to{transform:scale(1)}50%{transform:scale(1.05)}}.whatsapp-cta{display:inline-flex;align-items:center;gap:10px;padding:15px 30px;background:#25d366;color:#fff;text-decoration:none;border-radius:50px;font-weight:600;font-size:1.1rem;box-shadow:var(--shadow-lg);transition:all .3s ease}.whatsapp-cta:hover{transform:translateY(-2px);box-shadow:var(--shadow-xl);background:#128c7e}.hero-section{padding:120px 0 80px;background:linear-gradient(135deg,#f1f5f9,#e2e8f0);position:relative;overflow:hidden}.hero-section:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1000 1000"><defs><radialGradient id="c" cx="50%" cy="50%" r="50%"><stop offset="0%" stop-color="%23ffffff" stop-opacity="0.1"/><stop offset="100%" stop-color="%23ffffff" stop-opacity="0"/></radialGradient></defs><circle cx="200" cy="200" r="200" fill="url(%23c)"/><circle cx="800" cy="800" r="200" fill="url(%23c)"/></svg>') no-repeat;background-size:cover;opacity:.5}.hero-content{max-width:1200px;margin:0 auto;padding:0 20px;display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center;position:relative;z-index:1}.hero-text h1{font-size:3.5rem;font-weight:700;line-height:1.2;margin-bottom:1.5rem;color:#0f172a}.highlight{background:linear-gradient(135deg,var(--primary-color),var(--secondary-color));-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.hero-subtitle{font-size:1.2rem;color:#475569;margin-bottom:2rem;line-height:1.7}.hero-stats{display:flex;gap:2rem;margin-bottom:2.5rem}.stat{text-align:center}.stat-number{display:block;font-size:2rem;font-weight:700;color:var(--primary-color)}.stat-label{font-size:.9rem;color:#64748b;font-weight:500}.hero-image{display:flex;justify-content:center;align-items:center}.hero-card{background:var(--white);padding:40px;border-radius:20px;box-shadow:var(--shadow-xl);text-align:center;max-width:300px;transform:rotate(5deg);transition:transform .3s ease}.hero-card:hover{transform:rotate(0)}.hero-card i{font-size:3rem;color:var(--secondary-color);margin-bottom:1rem}.hero-card h3{font-size:1.5rem;margin-bottom:1rem;color:#0f172a}.services-section{padding:100px 0;background:var(--white)}.section-header{text-align:center;max-width:700px;margin:0 auto 4rem}.section-header h2{font-size:2.5rem;font-weight:700;margin-bottom:1rem;color:#0f172a}.section-header p{font-size:1.1rem;color:#475569}.services-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:2rem;margin-bottom:3rem}.service-card{background:var(--white);padding:2.5rem;border-radius:20px;box-shadow:var(--shadow-md);transition:all .3s ease;border:2px solid transparent;position:relative}.service-card:hover{transform:translateY(-10px);box-shadow:var(--shadow-xl);border-color:var(--primary-color)}.service-card.featured{border-color:var(--secondary-color);transform:scale(1.05)}.service-card.featured .popular-tag{position:absolute;top:-10px;right:20px;background:var(--secondary-color);color:#fff;padding:5px 15px;border-radius:20px;font-size:.8rem;font-weight:600}.service-icon{width:80px;height:80px;border-radius:50%;background:var(--gradient-primary);display:flex;align-items:center;justify-content:center;margin-bottom:1.5rem}.service-icon i{font-size:2rem;color:#fff}.service-card h3{font-size:1.5rem;font-weight:700;margin-bottom:1rem;color:#0f172a}.service-card p{color:#475569;margin-bottom:1.5rem;line-height:1.6}.service-benefits{list-style:none;margin-bottom:1.5rem}.service-benefits li{padding:.5rem 0;color:#475569;font-size:.95rem}.services-cta{text-align:center}.about-section{padding:100px 0;background:#f8fafc}.about-content{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}.about-image{position:relative}.about-photo{width:300px;height:300px;border-radius:50%;overflow:hidden;box-shadow:var(--shadow-xl);margin:0 auto 2rem}.about-photo img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.credentials{background:var(--white);padding:1.5rem;border-radius:15px;box-shadow:var(--shadow-md)}.credential{display:flex;align-items:center;gap:1rem;padding:.5rem 0}.credential i{color:var(--primary-color);font-size:1.2rem}.credential span{font-size:.9rem;color:#0f172a;font-weight:500}.about-text h2{font-size:2.5rem;font-weight:700;margin-bottom:1.5rem;color:#0f172a}.about-intro{font-size:1.2rem;color:#475569;margin-bottom:2rem;line-height:1.7}.about-story{margin-bottom:2rem}.about-story p{margin-bottom:1rem;color:#475569;line-height:1.7}.about-guarantee{display:flex;align-items:center;gap:1rem;background:var(--white);padding:1.5rem;border-radius:15px;margin-bottom:2rem;box-shadow:var(--shadow-sm)}.about-guarantee i{font-size:2rem;color:var(--accent-color)}.about-guarantee h4{margin-bottom:.5rem;color:#0f172a}.about-guarantee p{color:#475569;font-size:.9rem}.testimonials-section{padding:100px 0;background:var(--white)}.testimonials-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;margin-bottom:3rem}.testimonial-card{background:var(--white);padding:2rem;border-radius:20px;box-shadow:var(--shadow-md);transition:transform .3s ease;border-left:4px solid var(--secondary-color)}.testimonial-card:hover{transform:translateY(-5px)}.testimonial-header{display:flex;align-items:center;gap:1rem;margin-bottom:1rem}.testimonial-header img{width:60px;height:60px;border-radius:50%;-o-object-fit:cover;object-fit:cover}.testimonial-info h4{font-weight:600;color:#0f172a;margin-bottom:.2rem}.testimonial-info span{font-size:.9rem;color:#64748b}.stars{margin-bottom:1rem}.stars i{color:var(--accent-color);margin-right:2px}.testimonial-card p{color:#475569;line-height:1.6;font-style:italic}.testimonials-cta{text-align:center}.contact-section{padding:100px 0;background:#f8fafc}.contact-content{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:start}.contact-info h2{font-size:2.5rem;font-weight:700;margin-bottom:1.5rem;color:#0f172a}.contact-subtitle{font-size:1.1rem;color:#475569;margin-bottom:2rem;line-height:1.7}.contact-benefits{margin-bottom:2rem}.benefit{display:flex;align-items:center;gap:1rem;margin-bottom:1rem}.benefit i{color:var(--secondary-color);font-size:1.2rem}.benefit span{color:#475569;font-weight:500}.contact-urgency{display:flex;align-items:center;gap:1rem;background:var(--white);padding:1.5rem;border-radius:15px;margin-bottom:2rem;box-shadow:var(--shadow-sm);border-left:4px solid var(--warning)}.contact-urgency i{font-size:2rem;color:var(--warning)}.contact-urgency h4{margin-bottom:.5rem;color:#0f172a}.contact-urgency p{color:#475569;font-size:.9rem}.contact-form-container{background:var(--white);padding:2.5rem;border-radius:20px;box-shadow:var(--shadow-lg)}.contact-form h3{font-size:1.5rem;font-weight:700;margin-bottom:.5rem;color:#0f172a}.contact-form>p{color:#475569;margin-bottom:2rem}.form-group{margin-bottom:1.5rem}.form-group label{display:block;margin-bottom:.5rem;font-weight:500;color:#0f172a}.form-group input,.form-group select,.form-group textarea{width:100%;padding:12px 15px;border:2px solid var(--gray-medium);border-radius:10px;font-size:1rem;transition:border-color .3s ease;font-family:inherit}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{outline:none;border-color:var(--primary-color)}.submit-btn{width:100%;padding:15px;background:var(--gradient-primary);color:#fff;border:none;border-radius:10px;font-size:1.1rem;font-weight:600;cursor:pointer;transition:transform .3s ease;display:flex;align-items:center;justify-content:center;gap:10px}.submit-btn:hover{transform:translateY(-2px)}.form-disclaimer{text-align:center;font-size:.8rem;color:#64748b;margin-top:1rem}.footer{background:#0f172a;color:#fff;padding:60px 0 20px}.footer-content{display:grid;grid-template-columns:2fr 1fr 1fr;gap:3rem;margin-bottom:2rem}.footer-brand{max-width:300px}.footer-logo{display:flex;align-items:center;gap:10px;font-weight:700;font-size:1.5rem;color:#fff;margin-bottom:1rem}.footer-logo i{font-size:2rem;color:var(--primary-color)}.footer-brand p{color:#cbd5e1;line-height:1.6}.footer-contact h4,.footer-social h4{margin-bottom:1rem;color:#fff}.footer-contact-item{display:flex;align-items:center;gap:10px;margin-bottom:.5rem}.footer-contact-item i{color:var(--primary-color);width:20px}.footer-contact-item a{color:#cbd5e1;text-decoration:none;transition:color .3s ease}.footer-contact-item a:hover{color:#fff}.social-links{display:flex;gap:1rem}.social-links a{display:flex;align-items:center;justify-content:center;width:40px;height:40px;background:var(--primary-color);border-radius:50%;color:#fff;text-decoration:none;transition:transform .3s ease}.social-links a:hover{transform:translateY(-2px)}.footer-bottom{text-align:center;padding-top:2rem;border-top:1px solid #334155}.footer-bottom p{color:#cbd5e1}@media (max-width: 1024px){.hero-content,.about-content{grid-template-columns:1fr;gap:3rem;text-align:center}.contact-content{grid-template-columns:1fr;gap:3rem}}@media (max-width: 768px){.nav-menu{position:fixed;left:-100%;top:70px;flex-direction:column;background-color:#fff;width:100%;text-align:center;transition:.3s;box-shadow:var(--shadow-md);padding:2rem 0}.nav-menu.active{left:0}.nav-toggle{display:flex}.hero-text h1{font-size:2.5rem}.hero-stats{justify-content:center}.section-header h2{font-size:2rem}.services-grid{grid-template-columns:1fr}.service-card.featured{transform:none}.testimonials-grid{grid-template-columns:1fr}.footer-content{grid-template-columns:1fr;text-align:center;gap:2rem}.whatsapp-fixed{bottom:15px;right:15px}.whatsapp-btn-fixed{width:50px;height:50px;font-size:1.5rem}.cta-btn,.whatsapp-cta{padding:12px 20px;font-size:1rem}}@media (max-width: 480px){.container{padding:0 15px}.hero-section{padding:100px 0 60px}.hero-text h1{font-size:2rem}.hero-stats{gap:1rem}.stat-number{font-size:1.5rem}.about-photo{width:250px;height:250px}.contact-form-container{padding:1.5rem}}.thank-you-section{min-height:100vh;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#f1f5f9,#e2e8f0);padding:2rem 0}.thank-you-content{background:var(--white);padding:3rem;border-radius:20px;box-shadow:var(--shadow-xl);text-align:center;max-width:600px;margin:0 auto}.thank-you-icon{width:100px;height:100px;border-radius:50%;background:var(--gradient-secondary);display:flex;align-items:center;justify-content:center;margin:0 auto 2rem;animation:checkmark .6s ease-in-out}.thank-you-icon i{font-size:3rem;color:#fff}@keyframes checkmark{0%{transform:scale(0)}50%{transform:scale(1.2)}to{transform:scale(1)}}.thank-you-content h1{font-size:2.5rem;font-weight:700;margin-bottom:1rem;color:#0f172a}.thank-you-content p{font-size:1.1rem;color:#475569;margin-bottom:2rem;line-height:1.6}.raquel-photo{width:150px;height:150px;border-radius:50%;margin:2rem auto;overflow:hidden;box-shadow:var(--shadow-lg);border:4px solid var(--secondary-color)}.raquel-photo img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}
