.rodape {
    padding: 4% 0 0 2%;
    background-color: #f8f8f8;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.icones-total {
    display: flex;
    flex-direction: row;
}

.fundo-icone-redes {
    width: 50px;
    height: 50px;
    background-color: #eaebed;
    border-radius: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.fundo-icone-redes img {
    filter: invert(30%);
}

.icone-redes-sociais {
    width: 20px;
    height: 20px;
}

.fundo-icone-redes:hover {
    opacity: 50%;
    transition: 0.3s;
}

.fundo-icone-redes:active {
    filter: invert(100%);
    opacity: 50%;
}

.email-footer {
    font-size: 30px;
    color: #c983b4;
    margin: 3% 0;
}

.lista-botoes-footer {
    list-style-type: none;
    font-family: var(--fonte-principal);
    color: var(--cinza);
    font-weight: 600;
    display: flex;
    width: 50%;
    justify-content: space-around;
}

.copyright {
    display: inline;
    align-content: center;
    color: #c983b4;
    font-family: var(--fonte-principal);
}

.copyright-link {
    color: #c983b4;
    font-weight: 700;
    margin-bottom: 1%;
}

.copyright-link:hover {
    opacity: 50%;
    transition: 0.3s;
}

.copyright-link:active {
    filter: invert(100%);
}

.copyright-link:visited {
    color: #c983b4;
    text-decoration: none;
}