/* Fondo institucional de greca inspirado en DIF Coyotepec */
html,
html body,
html body[class],
html body[class].tp-master,
html body[class].tp-portal-unified {
  background-color: #f3eee8 !important;
  background-image:
    linear-gradient(135deg, rgba(255,252,248,.36) 0%, rgba(246,238,231,.42) 52%, rgba(255,252,248,.34) 100%),
    url('../img/bg_fondo-greca-dif-coyotepec.png') !important;
  background-size: auto, 346px 810px !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, 276px 648px !important;
    background-attachment: scroll, scroll !important;
  }
}