@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@300;400;500;600;700&display=swap');

/* Aplicar DM Sans SOLO al contenido real */
body{
  font-family: 'DM Sans', sans-serif;
}

input, textarea, select, button{
  font-family: 'DM Sans', sans-serif;
}

/* Mantener iconos Font Awesome intactos */
.fa, .fas, .far, .fal, .fab{
  font-family: "Font Awesome 5 Free" !important;
}

/* Tu arreglo de cursiva */
#modulo-valoramostupiso-1,
#modulo-valoramostupiso-1 *{
  font-style: normal !important;
}
#titulo-valoramostupido-1{
  font-size: 2.8em !important;
}
/* Bajar un poco el tamaño del bloque de título SOLO en este módulo */
section#modulo-valoramostupiso-1 .parte-izq .titulo.titulo{
  font-size: 3.0em !important;   /* antes 3.6em -> ahora un poco más pequeño */
  line-height: 1.15em !important;
}

/* Asegurar que el H1 no se vuelva a agrandar por herencia/reglas raras */
section#modulo-valoramostupiso-1 .parte-izq .titulo.titulo h1#titulo-valoramostupido-1{
  font-size: 1em !important;
  line-height: inherit !important;
}
#header-bloqueidiomas{
  background: var(--background1) !important;
}
.equipo-bloquederecha,
.equipo-bloquederecha *{
  font-family: 'DM Sans', sans-serif !important;
}
#modulo-cabecera-2 ~ section:first-of-type,
#modulo-cabecera-1 ~ section:first-of-type{
  border-top: 0 !important;
}
#tituloNoticia{
  margin-top:0 !important;
}

