.elementor-1872 .elementor-element.elementor-element-dc5bb16{--display:flex;--background-transition:0.3s;}.elementor-1872 .elementor-element.elementor-element-9ebdcf0.elementor-element{--align-self:center;}#elementor-popup-modal-1872{background-color:rgba(0,0,0,.8);justify-content:center;align-items:center;pointer-events:all;}#elementor-popup-modal-1872 .dialog-message{width:640px;height:auto;}#elementor-popup-modal-1872 .dialog-close-button{display:flex;}#elementor-popup-modal-1872 .dialog-widget-content{box-shadow:2px 8px 23px 3px rgba(0,0,0,0.2);}@media(min-width:768px){.elementor-1872 .elementor-element.elementor-element-dc5bb16{--content-width:1205px;}}/* Start custom CSS for html, class: .elementor-element-9ebdcf0 *//* 1. Sacamos el widget del flujo del editor sin romper su renderizado */
.elementor-1872 .elementor-element.elementor-element-9ebdcf0 {
    position: absolute !important;
    top: -9999px !important;
    left: -9999px !important;
    z-index: -1 !important;
}

/* 2. Tu código del Pop-up (No lo cambies) */
.popup-overlay {
    position: fixed; top: 0; left: 0; width: 100%; height: 100%;
    background: rgba(0,0,0,0.6); display: flex; align-items: center; justify-content: center;
    z-index: 9999;
}
.popup-content {
    background: #ffffff; padding: 40px; border-radius: 12px;
    width: 90%; max-width: 450px; text-align: center; position: relative;
    box-shadow: 0 10px 25px rgba(0,0,0,0.2);
}
.close-btn {
    position: absolute; top: 15px; right: 15px; border: none; background: none;
    font-size: 24px; cursor: pointer; color: #029fec;
}
.logo { width: 150px; margin-bottom: 20px; }
.popup-body h2 { color: #029fec; margin-bottom: 15px; }
.popup-body p { color: #333; line-height: 1.6; margin-bottom: 15px; }
.cta-button {
    display: inline-block; background: #029fec; color: #ffffff;
    padding: 15px 25px; border-radius: 6px; text-decoration: none;
    font-weight: bold; margin-top: 10px; transition: background 0.3s ease;
}
.cta-button:hover { background: #027dbf; }/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-dc5bb16 *//* 1. Ocultar el espacio físico y la marca de Elementor en el editor */
.elementor-1872 .elementor-element.elementor-element-dc5bb16 {
    display: block !important;
    height: 0 !important;
    padding: 0 !important;
    margin: 0 !important;
    border: none !important;
    overflow: visible !important;
    pointer-events: none !important;
}

/* 2. Asegurar que los botones de control de Elementor no aparezcan */
.elementor-editor-active .elementor-element-editable:hover .elementor-editor-element-settings {
    display: none !important;
}

/* 3. Estilos de tu Pop-up (Se verán correctamente en la web real) */
.popup-overlay {
    position: fixed; 
    top: 0; 
    left: 0; 
    width: 100%; 
    height: 100%;
    background: rgba(0,0,0,0.6); 
    display: flex; 
    align-items: center; 
    justify-content: center;
    z-index: 9999;
}
.popup-content {
    background: #ffffff; 
    padding: 40px; 
    border-radius: 12px;
    width: 90%; 
    max-width: 450px; 
    text-align: center; 
    position: relative;
    box-shadow: 0 10px 25px rgba(0,0,0,0.2);
}
.close-btn {
    position: absolute; 
    top: 15px; 
    right: 15px; 
    border: none; 
    background: none;
    font-size: 24px; 
    cursor: pointer; 
    color: #029fec;
}
.logo { width: 150px; margin-bottom: 20px; }
.popup-body h2 { color: #029fec; margin-bottom: 15px; }
.popup-body p { color: #333; line-height: 1.6; margin-bottom: 15px; }
.cta-button {
    display: inline-block; 
    background: #029fec; 
    color: #ffffff;
    padding: 15px 25px; 
    border-radius: 6px; 
    text-decoration: none;
    font-weight: bold; 
    margin-top: 10px; 
    transition: background 0.3s ease;
}
.cta-button:hover { background: #027dbf; }/* End custom CSS */