/* TODOS LOS MÓDULOS A PANTALLA COMPLETA */
.modulo,
.seccion,
.bloque,
.contenedor,
.wrapper,
.cms-intro,
.cms-bloques,
.cms-metodologia,
.formulario-consulta,
.consulta-garantias,
.contenido,
#contenido,
main,
section,
article {
    width: 100%;
    max-width: 100%;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    overflow-x: hidden;
}

/* BODY GLOBAL */
body {
    margin: 0;
    font-family: Arial, sans-serif;
    overflow-x: hidden;
}

/* HEADER (solo si no usas cabecera.css) */
header {
    background: #f5f5f5;
    padding: clamp(0.5rem, 2vw, 1rem);
}

/* MAIN SIN MÁRGENES NI PADDING */
main {
    padding: 0 !important;
    margin: 0 !important;
    width: 100%;
    max-width: 100%;
    overflow-x: hidden;
    box-sizing: border-box;
}

/* HERO RESPONSIVO, SIN PX, SIN OVERFLOW */
.hero {
    padding: clamp(1rem, 4vw, 2rem);
    background: #e9f3ff;
    border-radius: clamp(0.4rem, 1vw, 0.8rem);
    box-sizing: border-box;
    width: 100%;
    max-width: 100%;
    overflow-x: hidden;
}
