 ._footer-cont-enlaces {
     display: flex;
     flex-direction: row;
     justify-content: center;
     column-gap: 10px;
     row-gap: 5px;
     flex-wrap: wrap;
 }

 ._footer-enlaceFooter {
     color: #fff;
     text-decoration: none;
     font-size: 14px;
     text-align: center;
 }

 ._footer-enlaceFooter:visited {
     color: #fff;
 }