
SITIO WEB EN MANTENIMIENTO
[contact-form-7 id="29" title="mantenimiento"]
document.querySelectorAll('a[href^="#"]').forEach(anchor => { anchor.addEventListener('click', function (e) { e.preventDefault(); document.querySelector(this.getAttribute('href')).scrollIntoView({ behavior: 'smooth' }); }); });