/* Start custom CSS */body, html {
overflow-x: hidden !important;
×
/* Corrigir escrollamento no Mobile */
@media (max-width: 786px){
body, html{
overflow-x: hidden!important; 
}/* End custom CSS */