:root{--page-title-display:none;}/* Start custom CSS *//* ===== Barra de rolagem personalizada – Catraca 251 ===== */
/* Firefox */
html{
  scrollbar-width: thin;
  scrollbar-color: #1D533D rgba(15,46,32,.06);
}
/* Chrome, Edge, Safari */
::-webkit-scrollbar{
  width: 12px;
  height: 12px;
}
::-webkit-scrollbar-track{
  background: rgba(15,46,32,.06);
}
::-webkit-scrollbar-thumb{
  background: linear-gradient(180deg, #1D533D, #4A9B78);
  border-radius: 10px;
  border: 2px solid #ffffff;
}
::-webkit-scrollbar-thumb:hover{
  background: #0F2E20;
}/* End custom CSS */