footer {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    background: white;
}

footer .enllacos-footer {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 5px 25px;
    padding-top: 25px;
    flex-direction: column;
    align-items: center;
}

footer .text-footer {
    padding-top: 15px;
    padding-bottom: 25px;
    text-align: center;
}

@media only screen and (min-width: 768px) {
    /*Mida M */
}
@media only screen and (min-width: 992px)
{ /*Mida L */
    footer .enllacos-footer {
        flex-direction: row;
        align-items: center;
        border-top: 0;
    }
}
@media only screen and (min-width: 1201px) /* Mida XL*/
{
}
