.container-footer{
    display: grid;
}
.sigla-footer{
    font-weight: 900;
    color: var(--cor-branco);
    font-size: 26px;
}
.nome-secretaria-footer{
    font-weight: 600;
    color: var(--cor-branco);
    font-size: 12px;
}
.nome-setor-footer{
    font-weight: 600;
    color: var(--cor-branco);
    font-size: 12px;
}
.endereco-footer{
    font-weight: 600;
    color: var(--cor-branco);
    font-size: 12px;
}
