 {} *{} #IE-warning { display: none; position: fixed; width: 100%; height: 100%; z-index: 9999; background: white; } .IE-warning-message { position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); text-align: center; } /* Estilos generales mejorados */ body { margin: 0; font-family: 'Poppins', sans-serif; color: #333; line-height: 1.6; -webkit-font-smoothing: antialiased; } h1, h2, h3, h4, h5, h6 { font-family: 'Poppins', sans-serif; font-weight: 700; margin: 0 0 15px 0; line-height: 1.2; } p { margin: 0 0 20px 0; font-size: 18px; } a { text-decoration: none; color: #149efc; transition: all 0.3s ease; } a:hover { color: #f75e2c; } .container { width: 100%; max-width: 1200px; margin: 0 auto; padding: 0 20px; } /* Botones mejorados */ .btn { display: inline-block; background: linear-gradient(to right, #f75e2c, #ff8c5a); color: white; font-family: 'Poppins', sans-serif; font-weight: 700; font-size: 22px; padding: 16px 60px; border-radius: 30px; text-align: center; transition: all 0.3s; margin: 25px 0; box-shadow: 0 4px 15px rgba(247, 94, 44, 0.3); border: none; cursor: pointer; position: relative; overflow: hidden; } .btn:hover { transform: translateY(-3px); box-shadow: 0 8px 20px rgba(247, 94, 44, 0.4); } .btn:active { transform: translateY(1px); } .btn-small { font-size: 16px; color: rgba(255,255,255,0.9); display: block; margin-top: 8px; font-weight: 400; } /* Secciones */ .section { padding: 50px 0; } .bg-blue { background-color: #e8f2ff; } .bg-white { background-color: white; } .text-center { text-align: center; } /* Hero section mejorada */ .hero-title { font-size: 48px; line-height: 1.2; margin-bottom: 20px; color: #2c3e50; } .hero-title strong { color: #f75e2c; } .subtitle { font-size: 36px; line-height: 1.2; margin-bottom: 20px; color: #2c3e50; } .highlight { font-size: 38px; line-height: 1.2; margin-bottom: 30px; color: #2c3e50; } .highlight span { color: #31b86e; font-weight: 700; } /* Feature boxes mejoradas */ .feature-box { text-align: center; padding: 30px 20px; margin-bottom: 30px; background: white; border-radius: 10px; box-shadow: 0 5px 15px rgba(0,0,0,0.05); transition: all 0.3s ease; } .feature-box:hover { transform: translateY(-10px); box-shadow: 0 15px 30px rgba(0,0,0,0.1); } .feature-box img { max-width: 100%; height: auto; margin-bottom: 20px; border-radius: 8px; } .feature-title { font-size: 20px; font-weight: 700; margin-bottom: 15px; color: #2c3e50; } /* Testimonios mejorados */ .testimonial { background: white; border: 1px solid rgba(155,155,155,0.2); box-shadow: 0 5px 15px rgba(0,0,0,0.05); padding: 30px; margin-bottom: 30px; border-radius: 10px; transition: all 0.3s ease; } .testimonial:hover { box-shadow: 0 10px 25px rgba(0,0,0,0.1); } .testimonial-text { color: #525252; font-size: 18px; margin-bottom: 20px; font-style: italic; } .testimonial-author { color: #31b86e; font-weight: 700; font-size: 18px; } /* Pasos mejorados */ .step-box { border: 1px solid #e5e5e5; padding: 40px 25px; text-align: center; margin-bottom: 30px; background: white; border-radius: 10px; box-shadow: 0 5px 15px rgba(0,0,0,0.05); transition: all 0.3s ease; } .step-box:hover { transform: translateY(-5px); box-shadow: 0 10px 25px rgba(0,0,0,0.1); } .step-icon { margin-bottom: 20px; } .step-title { font-size: 24px; font-weight: 700; margin-bottom: 15px; color: #2c3e50; } .step-desc { color: #7a7a7a; font-size: 16px; } /* Footer mejorado */ .footer { background: #2c3e50; color: white; padding: 30px 0; font-size: 16px; } .footer a { color: #31b86e; } .footer a:hover { color: #f75e2c; } /* Video section mejorada */ .video-container { position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden; margin: 40px 0; border-radius: 10px; box-shadow: 0 10px 30px rgba(0,0,0,0.1); } /* Responsive mejorado */ @media (max-width: 992px) { .feature-box { flex: 0 0 48%; margin-bottom: 25px; } } @media (max-width: 768px) { .hero-title { font-size: 36px; } .subtitle { font-size: 28px; } .highlight { font-size: 30px; } .section { padding: 40px 0; } .btn { width: 100%; padding: 16px; } } @media (max-width: 576px) { .hero-title { font-size: 30px; } .subtitle { font-size: 24px; } .highlight { font-size: 26px; } p { font-size: 16px; } .feature-box { flex: 0 0 100%; } }
