
@media only screen and (max-width: 880px) {
    .msf__version_desktop{
        display: none;
    }
    .msf__version_movil{
        display: block;
    }
    
}


/* --------------------------------------------------------
/* ---- Responsive: 992px
-------------------------------------------------------- */

@media only screen and (max-width: 560px) {
 

    .custom-wrapper{
        width: 100%;
        margin: 0 auto;
    }

    
}
