.h2-t4{
    color: var(--color1);
    font-weight: 600;
}
footer{
    padding: 4.8rem 0;
    background-color: var(--color3);
    display: flex;
    justify-content: center;
}
.footer-wrapper{
    display: grid;
    gap: 2rem;
}

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