Curso de Balayage Profesional | Técnica GioAnny Estilistas
` : ''; const contenedor = document.getElementById("detalle-curso-completo"); contenedor.innerHTML = `

${titulo}

INSTRUCTOR: ${instructor}
Duración:
${duracion}
Inicio:
${inicio}
${htmlMatricula}
Cuota Mensual:
$${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);