.elementor-10836 .elementor-element.elementor-element-30234993{--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;--border-radius:20px 20px 20px 20px;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:10px;--padding-bottom:10px;--padding-left:10px;--padding-right:10px;}.elementor-widget-image .widget-image-caption{color:var( --e-global-color-text );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-size:var( --e-global-typography-text-font-size );font-weight:var( --e-global-typography-text-font-weight );line-height:var( --e-global-typography-text-line-height );}.elementor-10836 .elementor-element.elementor-element-35656492{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:0px 0px 0px 0px;}.elementor-10836 .elementor-element.elementor-element-35656492 img{width:85%;max-width:85%;}#elementor-popup-modal-10836 .dialog-widget-content{animation-duration:1.2s;box-shadow:2px 8px 23px 3px rgba(0,0,0,0.2);}#elementor-popup-modal-10836{background-color:#1A4161D6;justify-content:center;align-items:center;pointer-events:all;}#elementor-popup-modal-10836 .dialog-message{width:650px;height:auto;}#elementor-popup-modal-10836 .dialog-close-button{display:flex;}#elementor-popup-modal-10836 .dialog-close-button i{color:#FFFFFF;}#elementor-popup-modal-10836 .dialog-close-button svg{fill:#FFFFFF;}@media(max-width:1024px){.elementor-widget-image .widget-image-caption{font-size:var( --e-global-typography-text-font-size );line-height:var( --e-global-typography-text-line-height );}}@media(max-width:767px){.elementor-widget-image .widget-image-caption{font-size:var( --e-global-typography-text-font-size );line-height:var( --e-global-typography-text-line-height );}.elementor-10836 .elementor-element.elementor-element-35656492 img{width:100%;max-width:100%;}#elementor-popup-modal-10836 .dialog-message{width:320px;}#elementor-popup-modal-10836 .dialog-widget-content{margin:0px 20px 0px 020px;}}/* Start custom CSS *//* --- ESTILOS GENERALES (Desktop y Tablets) --- */

#elementor-popup-modal-10836 .dialog-widget-content {
    box-shadow: 0px 20px 50px rgba(0, 0, 0, 0.3) !important;
    border-radius: 15px !important;
    overflow: hidden;
}

#elementor-popup-modal-10836.elementor-popup-modal {
    backdrop-filter: blur(2px);
}

/* Botón de cerrar personalizado */
#elementor-popup-modal-10836 .dialog-close-button {
    background-color: #1a4161 !important;
    color: #ffffff !important;
    border-radius: 50% !important;
    width: 35px !important;
    height: 35px !important;
    display: flex !important;
    align-items: center;
    justify-content: center;
    top: 15px !important;
    right: 15px !important;
    padding: 0 !important;
    box-shadow: 0px 4px 10px rgba(0,0,0,0.2);
    transition: all 0.3s ease;
    opacity: 1 !important;
}

#elementor-popup-modal-10836 .dialog-close-button i {
    color: #ffffff !important;
    font-size: 15px;
}

#elementor-popup-modal-10836 .dialog-close-button:hover {
    background-color: #133047 !important;
    transform: scale(1.1);
}

/* --- AJUSTES PARA MÓVILES (Responsivo) --- */

@media (max-width: 767px) {
    /* Ajustamos el tamaño del botón de cerrar para que no tape tanto contenido */
    #elementor-popup-modal-10836 .dialog-close-button {
        width: 30px !important;
        height: 30px !important;
        top: 10px !important;
        right: 10px !important;
    }
    
    #elementor-popup-modal-10836 .dialog-close-button i {
        font-size: 13px;
    }

    /* Asegura que la imagen o contenido no se deforme */
    #elementor-popup-modal-10836 .elementor-widget-container {
        padding: 0px !important;
    }
}/* End custom CSS */