<script>// Verificar si la URL actual coincide con el href del botón document.querySelectorAll('.botonparalinea').forEach(boton=>{if (window.location.pathname.includes(boton.getAttribute('href'))){boton.classList.add('activo')}});</script>