.elementor-200 .elementor-element.elementor-element-bf30afd .elementor-wrapper{--video-aspect-ratio:1.77777;}#elementor-popup-modal-200{background-color:rgba(0,0,0,.8);justify-content:center;align-items:center;pointer-events:all;}#elementor-popup-modal-200 .dialog-message{width:640px;height:auto;}#elementor-popup-modal-200 .dialog-close-button{display:flex;}#elementor-popup-modal-200 .dialog-widget-content{box-shadow:2px 8px 23px 3px rgba(0,0,0,0.2);}/* Start custom CSS for section, class: .elementor-element-fbf2db0 *//* Fondo negro y texto blanco */
.elementor-popup-modal .dialog-widget-content {
    background-color: #000;
    color: #fff;
    max-height: 80vh;
    overflow-y: auto;
}

/* Scroll bonito */
.elementor-popup-modal .dialog-widget-content::-webkit-scrollbar {
    width: 6px;
}
.elementor-popup-modal .dialog-widget-content::-webkit-scrollbar-thumb {
    background: #444;
    border-radius: 10px;
}

/* X de cerrar roja */
.elementor-popup-modal .dialog-close-button {
    color: red !important;
    font-size: 26px;
}

/* Hover X */
.elementor-popup-modal .dialog-close-button:hover {
    color: #ff4d4d !important;
}

/* Títulos y texto */
.elementor-popup-modal h1,
.elementor-popup-modal h2,
.elementor-popup-modal h3,
.elementor-popup-modal p {
    color: #fff;
}

@media (max-width: 768px) {
    .elementor-popup-modal .dialog-widget-content {
        width: 95vw;
        max-height: 90vh;
        padding: 20px;
    }
}/* End custom CSS */