/* Fix para eliminar scroll horizontal */
html, body {
    overflow-x: hidden;
    max-width: 100%;
}
