.footer-simple {
    background: #111;
    color: #666;
    padding: 30px 0;
    font-size: 0.8rem;
}

.footer-simple .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.socials a {
    color: #fff;
    margin-left: 15px;
    font-size: 1.1rem;
    transition: 0.3s;
}

.socials a:hover { color: var(--amarillo-vivo); }