/* =========================================================
   TRUALL · DIVI 4 · BASE
   Solo reglas globales realmente reutilizables.
   ========================================================= */

/* Evita desbordes horizontales accidentales en responsive. */
html,
body {
    max-width: 100%;
    overflow-x: hidden;
}

/* Imágenes responsivas. */
img {
    max-width: 100%;
    height: auto;
}
