.view-page,
body[class^="view-"],
body[class*=" view-"] {
  background-color: var(--color-body-bg);
  background-image: none;
}

.mg-site-layer {
  position: relative;
  z-index: 1;
  padding-bottom: 0;
}

@media (max-width: 767.98px) {
  body.view-inicio .mg-site-layer {
    padding-bottom: var(--mobile-footer-clearance);
  }
}

/* reCAPTCHA badge must stay above site content to keep hover/click. */
body .grecaptcha-badge,
body .grecaptcha-badge iframe {
  z-index: 2205 !important;
  pointer-events: auto !important;
}
