/******* Do not edit this file *******
Woody Code Snippets CSS and JS
Saved: Jul 05 2023 | 22:16:42 */
/* Anti scroll */
body, html {
overflow-x: hidden !important;
}

/Corrigir escrollamento no Mobile/
@media (max-width: 786px){
body, html {
overflow-x: hidden!important;
}
}