.footer__link{
    color: var(--texto);
    text-decoration: none;
}
.footer__link:hover{
    text-decoration: underline;
}