top of page
bottom of page
$w.onReady(function () {
var boton = document.getElementById("botonReserva");
var calendario = document.getElementById("hubspot-meeting");
boton.addEventListener("click", function() {
calendario.style.display = "block";
});
});