/* Fondo universal de señalética institucional — 2026 */
html,
html body,
html body[class],
html body[class].tp-master,
html body[class].tp-portal-unified {
  background-color: #eee3d8 !important;
  background-image:
    linear-gradient(135deg, rgba(255,250,244,.44) 0%, rgba(241,231,222,.50) 52%, rgba(250,243,237,.46) 100%),
    url('../img/bg_fondo-senaletica-institucional-v1.png') !important;
  background-size: auto, 720px 720px !important;
  background-repeat: no-repeat, repeat !important;
  background-position: center top, center top !important;
  background-attachment: fixed, fixed !important;
}

@media (max-width: 700px) {
  html,
  html body,
  html body[class],
  html body[class].tp-master,
  html body[class].tp-portal-unified {
    background-size: auto, 520px 520px !important;
    background-position: center top, center top !important;
    background-attachment: scroll, scroll !important;
  }
}
