.elementor-781 .elementor-element.elementor-element-64b1111{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}#elementor-popup-modal-781 .dialog-widget-content{background-color:#000000;box-shadow:2px 8px 23px 3px rgba(0,0,0,0.2);}#elementor-popup-modal-781{background-color:rgba(0,0,0,.8);justify-content:center;align-items:center;pointer-events:all;}#elementor-popup-modal-781 .dialog-message{width:640px;height:auto;}#elementor-popup-modal-781 .dialog-close-button{display:flex;background-color:#6F6F6F;}#elementor-popup-modal-781 .dialog-close-button i{color:#FFFFFF;}#elementor-popup-modal-781 .dialog-close-button svg{fill:#FFFFFF;}@media(max-width:767px){.elementor-781 .elementor-element.elementor-element-64b1111{--min-height:60vh;--justify-content:flex-end;}.elementor-781 .elementor-element.elementor-element-53501d3 iframe{height:50vh;}#elementor-popup-modal-781 .dialog-message{width:100vw;}#elementor-popup-modal-781{justify-content:center;align-items:center;}#elementor-popup-modal-781 .dialog-close-button{top:0%;font-size:40px;}}/* Start custom CSS *//* 1. Forzar el contenedor del modal por encima de cualquier cosa */
.dialog-widget-content {
  z-index: 999999999 !important;
}

/* 2. Resaltar la 'X', forzar clic y agrandar el área táctil en móvil */
a.dialog-close-button.dialog-lightbox-close-button {
  z-index: 9999999999 !important;
  pointer-events: auto !important;
  cursor: pointer !important;
  width: 44px !important;
  height: 44px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  top: 10px !important;
  right: 10px !important;
  background-color: rgba(0, 0, 0, 0.6) !important;
  border-radius: 50% !important;
}

/* 3. Evitar que el icono interno bloquee la pulsación del enlace */
a.dialog-close-button * {
  pointer-events: none !important;
}/* End custom CSS */