.rodape {
text-align: center;
padding: 6em 0;
}
.rodape__lista {
display: flex;
list-style-type: none;
margin: 2em 0 1em 0;
justify-content: center;
}
.lista__link > a {
padding: 0.5em;
text-decoration: none;
color: var(--branco-principal);
}
.rodape__texto {
font-size: 14px;
color: var(--cinza-secundario);
margin-top: 1em;
}