body,html {
    overflow-x: hidden !important;
}
body,html {
/*    scroll-behavior: auto !important; *//* Asegúrate de que no sea smooth */
}
/*body, html {
    transition: none !important; 
    animation: none !important; 
}
.page-section,.elementor-section {
    transition: none !important;
    animation: none !important;
}*/
html {
    scroll-behavior: smooth !important;
}
section,.page-section,.elementor-section {
    scroll-behavior: smooth !important;
     -webkit-transition: ease-in-out 4s !important;
    transition: ease-in-out 4s !important;
}