/******* Do not edit this file *******
Woody Code Snippets CSS and JS
Saved: Mar 15 2025 | 11:26:48 */
/* Anti scroll */
body, html {
overflow-x: hidden !important;
}

/Corrigir escrollamento no Mobile/
@media (max-width: 786px){
body, html {
overflow-x: hidden!important;
}
}