#footer-body {
    margin: 0%;
    margin-top: 100%;
}
#footer {
    display: flex;
    flex-direction: row;
    padding: 20px;
    background: linear-gradient(var(--bg-header))
}

#redes-social {
    display: flex;
    flex-direction: column;
    width: 40%;
    gap: 10px;
}
.div-rede-social-un {
    padding: 5px;
    margin: 0px 10px;
    border-radius: 6px;
    display: flex;
    flex-direction: row;
    gap: 20px;
    font-size: 13px;
    opacity: 0.5;

    align-items: center;
}
.div-rede-social-un:hover {
    box-shadow: 0px 3px 10px 3px rgba(0, 0, 0, 0.2);
}
.logo-footer {
    width: 18px;
    opacity: 0.5;
}

#div-container-footer {
    width: 3px;
    background: linear-gradient(
        to right,
        var(--bg-header),
        var(--muted),
        var(--bg-header));
    opacity: 0.2;
}

/* FOOTER À DIREITA */
#right-footer {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 50%;
    gap: 20px;
}
#logo-footer {
    height: 80px;
    width: 80px;
}

.links {
    text-decoration: none;
    color: black;
}