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