.elementor-993 .elementor-element.elementor-element-a6cb632{--display:flex;--flex-direction:column-reverse;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-993 .elementor-element.elementor-element-c071c59{padding:0px 0px 0px 0px;}#elementor-popup-modal-993{background-color:rgba(0,0,0,.8);justify-content:center;align-items:center;pointer-events:all;}#elementor-popup-modal-993 .dialog-message{width:640px;height:auto;}#elementor-popup-modal-993 .dialog-close-button{display:flex;}#elementor-popup-modal-993 .dialog-widget-content{box-shadow:2px 8px 23px 3px rgba(0,0,0,0.2);}/* Start custom CSS for html, class: .elementor-element-c071c59 *//* =======================================
       BOTÓN DE CERRAR (X) ULTRA PREMIUM
    ======================================= */
    .dialog-close-button {
        color: #ffffff !important;
        font-size: 16px !important;
        top: 20px !important;
        right: 20px !important;
        background: rgba(255, 255, 255, 0.15) !important; /* Cristal semi-transparente */
        backdrop-filter: blur(10px) !important;
        -webkit-backdrop-filter: blur(10px) !important;
        border-radius: 50% !important;
        width: 44px !important;
        height: 44px !important;
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1) !important;
        border: 1px solid rgba(255, 255, 255, 0.3) !important;
        z-index: 9999 !important;
        box-shadow: 0 4px 15px rgba(0,0,0,0.2) !important;
    }
    
    /* Forzar que el icono de la X sea nítido */
    .dialog-close-button i, 
    .dialog-close-button svg {
        width: 14px !important;
        height: 14px !important;
        fill: #fff !important;
        transition: transform 0.4s ease !important;
    }

    /* Animación Hover: Se vuelve sólido, crece y la X da un giro de 90 grados */
    .dialog-close-button:hover {
        background: #ffffff !important;
        color: #000000 !important;
        transform: scale(1.1) !important;
        border-color: #ffffff !important;
        box-shadow: 0 10px 25px rgba(0,0,0,0.3) !important;
    }
    
    .dialog-close-button:hover i, 
    .dialog-close-button:hover svg {
        fill: #000000 !important;
        transform: rotate(90deg) !important;
    }/* End custom CSS */