/* Reset y Globales */
html {
    scroll-behavior: smooth;
}

/* SCROLLBAR HIDE */
.scrollbar-hide {
    -ms-overflow-style: none;
    scrollbar-width: none;
}
.scrollbar-hide::-webkit-scrollbar {
    display: none;
}