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