//ESCONDER E ABRIR INFORMACOES DOS CURSOS
function showParte1() {
document.getElementById("Parte1").style.visibility = "visible";
}

function showBlocoI() {
document.getElementById("BlocoI").style.visibility = "visible";
}