.elementor-5071 .elementor-element.elementor-element-e9607e7{--display:flex;--min-height:0px;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-5071 .elementor-element.elementor-element-e9607e7:not(.elementor-motion-effects-element-type-background), .elementor-5071 .elementor-element.elementor-element-e9607e7 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#020202;}.elementor-5071 .elementor-element.elementor-element-3b194ef .elementor-wrapper{--video-aspect-ratio:1.77777;}#elementor-popup-modal-5071 .dialog-widget-content{animation-duration:0.3s;box-shadow:2px 8px 23px 3px rgba(0,0,0,0.2);}#elementor-popup-modal-5071{background-color:rgba(0,0,0,.8);justify-content:center;align-items:center;pointer-events:all;}#elementor-popup-modal-5071 .dialog-message{width:800px;height:auto;}#elementor-popup-modal-5071 .dialog-close-button{display:flex;}@media(min-width:768px){.elementor-5071 .elementor-element.elementor-element-e9607e7{--content-width:1266px;}}/* Start custom CSS for container, class: .elementor-element-e9607e7 */.elementor-popup-modal .dialog-close-button {
    background: #ffffff;
    color: #333333; /* Para ícono tipo texto */
    font-size: 18px;
    border-radius: 50%;
    width: 32px;
    height: 32px;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0px 0px 12px rgba(0,0,0,0.25);
    transition: all .3s ease;
}

/* Forzar que el ícono del SVG cambie a blanco */
.elementor-popup-modal .dialog-close-button svg {
    fill: #333333; /* color inicial */
    transition: .3s;
}

.elementor-popup-modal .dialog-close-button:hover {
    background: #333333;
    color: #ffffff; /* por si usa ícono tipo texto */
    transform: scale(1.1);
}

/* Y el hover del icono SVG en blanco */
.elementor-popup-modal .dialog-close-button:hover svg {
    fill: #ffffff; 
}
/* Mantener comportamiento de scroll por defecto */
html, body {
    scroll-behavior: auto;
}

/* Asegura el popup no fuerce un comportamiento distinto */
.elementor-popup-modal {
    scroll-behavior: auto;
}/* End custom CSS */