
/* custom.css - Correcciones para Magnific Popup */

.mfp-bg {
  z-index: 99998 !important;
  position: fixed !important;
}

.mfp-wrap {
  z-index: 99999 !important;
}

.mfp-content {
  z-index: 100000 !important;
}

/* Asegurar que contenedores no oculten el popup */
.wrapper {
  overflow: visible !important;
}
