body,
* {
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    /* Evita scroll horizontal innecesario */
    scroll-margin-top: 7.8rem;
    
}
