/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jul 25 2025 | 01:43:03 */
/* style.css */
body { margin:0; font-family:Arial,sans-serif; color:#333; line-height:1.6 }
.hero { display:flex; flex-direction:column; justify-content:center; align-items:center; text-align:center; background:#004a99 url('hero-bg.jpg') center/cover no-repeat; padding:100px 20px; color:#fff }
.hero .btn-primary { background:#ffcc00; color:#004a99; padding:15px 30px; text-decoration:none; font-weight:bold; border-radius:5px; margin-top:20px }
.countdown { font-size:2rem; margin-top:20px }
section { padding:60px 20px; max-width:800px; margin:0 auto }
.benefits h2, .how-it-works h2, .testimonial h2, .pricing h2, .guarantee h2, .formulario h2 { text-align:center; margin-bottom:20px }
.testimonial blockquote { font-style:italic; text-align:center; margin:20px auto; max-width:600px }
.testimonial cite { display:block; text-align:center; margin-top:10px; font-weight:bold }
.pricing table { width:100%; border-collapse:collapse; margin-bottom:20px }
.pricing th, .pricing td { border:1px solid #ddd; padding:10px; text-align:center }
.formulario form { display:flex; flex-direction:column; max-width:400px; margin:0 auto }
.formulario input, .formulario select { padding:10px; margin-bottom:15px; border:1px solid #ccc; border-radius:4px }
.formulario .btn-primary { align-self:center; }
.footer { text-align:center; padding:20px; background:#f4f4f4 }
