Nos trasladamos a nuestras nuevas instalaciones...
Direcci贸n: Calle Tom谩s Edison 10
(frente a nuestra antigua ubicaci贸n)
976470745    676956328    676956327
Enviar un correo
Nuestra nueva web est谩 en construcci贸n
color: #ffffff; padding: 14px 38px; font-size: 1.7rem; font-weight: bold; border-radius: 50px; text-decoration: none; box-shadow: 0 8px 20px rgba(0,0,0,0.25); transition: transform 0.2s ease, box-shadow 0.2s ease; margin-top: 30px; } .btn-correo:hover { transform: translateY(-4px); box-shadow: 0 12px 28px rgba(0,0,0,0.35); } /* Icono de correo */ .btn-correo::before { content: "馃摟"; font-size: 2rem; } /* Mensaje final con animaci贸n */ .construccion { margin-top: 50px; font-size: 1.8rem; color: #FFFF00; /* AMARILLO */ animation: pulse 2.5s infinite ease-in-out; } /* Animaciones */ @keyframes fadeIn { from { opacity: 0; transform: translateY(20px); }