.h2-t4{
    color: var(--blanco);
}
footer{
    padding: 4.8rem 0;
    background-color: var(--negro);
    display: flex;
    justify-content: center;
}
.footer-wrapper{
    display: grid;
    gap: 2rem;
}

.footer-enlaces{
    display: flex;
    gap: 1rem;
    justify-content: center;
}
.a-color{
    filter: invert(100%) sepia(0%) saturate(7500%) hue-rotate(229deg) brightness(100%) contrast(101%);
}
.footer-img{
    transition: transform .5s;
}
.footer-a:hover .footer-img{
    transform: scale(1.2, 1.2)
}
@media (min-width: 768px){
    
}