
.boton-descarga {
display: inline-flex;
align-items: center;
gap: 8px;
padding: 14px 28px;
background: linear-gradient(135deg, #e63946 0%, #f1faee 100%);
color: #ffffff;
font-size: 16px;
font-weight: 600;
text-decoration: none;
border: none;
border-radius: 50px;
box-shadow: 0 8px 20px rgba(0,0,0,0.15);
transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.boton-descarga:hover {
transform: translateY(-4px);
box-shadow: 0 15px 25px rgba(0,0,0,0.2);
}
.boton-descarga:active {
transform: translateY(-2px);
box-shadow: 0 6px 12px rgba(0,0,0,0.1);
}
Descargar boleto
publicidad_
(adsbygoogle = window.adsbygoogle || []).push({});
(adsbygoogle = window.adsbygoogle || []).push({});