.top-bar {
    width: 100%;
    background-color: #002b8f;
    color: #fff;
    text-align: center;
    padding: 5px 0;
    font-family: Arial, sans-serif;
    font-size: 16px;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
}

.sao-joao {
    color: #ffd700;
    text-decoration: none;
    font-weight: bold;
}

.top-bar a:hover {
    text-decoration: underline;
}

/* Adicionando espaçamento para o conteúdo principal */
.content {
    margin-top: 50px; /* Ajuste a altura conforme a altura da barra */
}