${titulo}
INSTRUCTOR: ${instructor}
Duración:
${duracion}
${duracion}
Inicio:
${inicio}
${htmlMatricula}
${inicio}
Cuota Mensual:
$${precio}
$${precio}
${descLarga}
Inscribirme ahora 🎓
`;
contenedor.style.display = "block";
document.getElementById("mensaje-error").style.display = "none";
} else {
document.getElementById("mensaje-error").style.display = "block";
}
})
.catch(error => {
document.getElementById("mensaje-error").style.display = "block";
});
}
}, 500);