.mifooter{
    background: linear-gradient(0deg, rgba(9, 10, 10, 0.8), rgba(9, 10, 10, 0.8)),
    linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2));
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
}
.content-footer a{
    padding: 0px;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    color: #FFFFFF;
}
.row-footer{
display: flex;
align-items: center;
justify-content: center;

}
.logo-w{
    width: 315px;
    height: 56px;
}


@media(max-width: 576px) {
    .row-footer{
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 10px;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .mifooter{
        height: 75px;
    }
    .logo-w{
        width: 315px;
        height: auto;
    }
}
  /* Escritorio */
    @media (min-width: 992px) {
    .mifooter{
        height: 75px;
    }
}