Últimas Notícias
document.addEventListener('DOMContentLoaded', function () {
const section = document.getElementById('noticias-sistema');
if (section) {
section.style.width = '71em'; // Largura de 50%
section.style.margin = '0 auto'; // Centraliza horizontalmente
section.style.display = 'block'; // Garante que a margem funcione
}
});



