*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth}:root{--azul-profundo:#076bab;--azul-agua:#2ea6d7;--verde-agua:#4cc7b7;--naranja-coral:#f59e42;--gris-claro:#f2f5f7;--gris-medio:#6b7280;--blanco:#ffffff}body{font-family:"Public Sans",sans-serif;line-height:1.6;color:#1f2937;background:var(--blanco)}h1,h2,h3{font-family:"Barlow",sans-serif;font-weight:700;line-height:1.2}img{max-width:100%;height:auto}.container{max-width:1200px;margin:0 auto;padding:0 20px}.cta-primary{background:var(--naranja-coral);color:#fff;padding:18px 45px;border-radius:50px;text-decoration:none;font-weight:700;font-size:20px;display:inline-flex;align-items:center;gap:10px;transition:all .3s ease;box-shadow:0 8px 25px rgba(245,158,66,.4);position:relative;overflow:hidden}.cta-primary svg{width:20px;height:20px;fill:currentColor}.cta-primary::before{content:"";position:absolute;top:50%;left:50%;width:0;height:0;border-radius:50%;background:rgba(255,255,255,.2);transform:translate(-50%,-50%);transition:width .6s,height .6s}.cta-primary:hover::before{width:300px;height:300px}.cta-primary:hover{transform:translateY(-5px) scale(1.05);box-shadow:0 12px 35px rgba(245,158,66,.5)}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}