.elementor-214250 .elementor-element.elementor-element-bb2e4b2{margin-top:0px;margin-bottom:0px;padding:0px 0px 0px 0px;}.elementor-214250 .elementor-element.elementor-element-81f5dba:not(.elementor-motion-effects-element-type-background) > .elementor-widget-wrap, .elementor-214250 .elementor-element.elementor-element-81f5dba > .elementor-widget-wrap > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:transparent;background-image:linear-gradient(180deg, #161616 100%, #000000 100%);}.elementor-214250 .elementor-element.elementor-element-81f5dba > .elementor-element-populated{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin:0px 0px 0px 0px;--e-column-margin-right:0px;--e-column-margin-left:0px;padding:5px 5px 5px 5px;}.elementor-214250 .elementor-element.elementor-element-81f5dba > .elementor-element-populated > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-widget-image .widget-image-caption{color:var( --e-global-color-text );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-214250 .elementor-element.elementor-element-07a6183 > .elementor-widget-container{padding:0px 0px 0px 0px;}#elementor-popup-modal-214250{background-color:rgba(0,0,0,.8);justify-content:center;align-items:center;pointer-events:all;}#elementor-popup-modal-214250 .dialog-message{width:640px;height:auto;}#elementor-popup-modal-214250 .dialog-close-button{display:flex;}#elementor-popup-modal-214250 .dialog-widget-content{box-shadow:2px 8px 23px 3px rgba(0,0,0,0.2);}/* Start custom CSS for section, class: .elementor-element-bb2e4b2 *//* Estilo para el botón de cerrar de Elementor */
.dialog-lightbox-close-button {
    background-color: #ffffff !important; /* Fondo blanco */
    color: #333333 !important;           /* Color de la X */
    border-radius: 50% !important;      /* Lo hace circular */
    width: 35px !important;             /* Ancho */
    height: 35px !important;            /* Alto */
    display: flex !important;
    align-items: center;
    justify-content: center;
    top: 15px !important;               /* Ajusta distancia superior */
    right: 15px !important;             /* Ajusta distancia lateral */
    box-shadow: 0px 4px 10px rgba(0,0,0,0.2); /* Sombra suave */
    transition: all 0.3s ease;          /* Animación suave */
    text-decoration: none !important;
}

/* Efecto al pasar el mouse (hover) */
.dialog-lightbox-close-button:hover {
    background-color: #e31e24 !important; /* Cambia a rojo (o tu color de marca) */
    color: #ffffff !important;           /* X blanca al pasar el mouse */
    transform: scale(1.1);               /* Crece un poquito */
}

/* Ajuste del tamaño del icono interno */
.dialog-lightbox-close-button i {
    font-size: 18px !important;
    line-height: 1 !important;
}/* End custom CSS */