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