/** para quitar el scroll*/
html, body {
    width: 100%!important;
    overflow-x: 	    hidden!important;
}