/******* Do not edit this file *******
Woody Code Snippets CSS and JS
Saved: May 13 2026 | 10:33:19 */
/* Esconder scrollbar nativo DURANTE carregamento,
   mas NÂO interferir com body/overflow
   que o fullPage.js necesita controlar */
html {
  scrollbar-width: none !important;
  -ms-overflow-style: none !important;
}

html::-webkit-scrollbar {
  width: 0 !important;
  display: none !important;
}