.elementor-614 .elementor-element.elementor-element-4b1476e{--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;--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-614 .elementor-element.elementor-element-75c0c35{--display:flex;--min-height:230px;--justify-content:center;--align-items:center;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--overlay-opacity:0.5;}.elementor-614 .elementor-element.elementor-element-75c0c35::before, .elementor-614 .elementor-element.elementor-element-75c0c35 > .elementor-background-video-container::before, .elementor-614 .elementor-element.elementor-element-75c0c35 > .e-con-inner > .elementor-background-video-container::before, .elementor-614 .elementor-element.elementor-element-75c0c35 > .elementor-background-slideshow::before, .elementor-614 .elementor-element.elementor-element-75c0c35 > .e-con-inner > .elementor-background-slideshow::before, .elementor-614 .elementor-element.elementor-element-75c0c35 > .elementor-motion-effects-container > .elementor-motion-effects-layer::before{background-color:var( --e-global-color-primary );--background-overlay:'';}.elementor-614 .elementor-element.elementor-element-75c0c35:not(.elementor-motion-effects-element-type-background), .elementor-614 .elementor-element.elementor-element-75c0c35 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-position:center center;background-repeat:no-repeat;background-size:cover;}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-size:var( --e-global-typography-primary-font-size );font-weight:var( --e-global-typography-primary-font-weight );line-height:var( --e-global-typography-primary-line-height );color:var( --e-global-color-primary );}.elementor-614 .elementor-element.elementor-element-bf3c78b{text-align:center;}.elementor-614 .elementor-element.elementor-element-bf3c78b .elementor-heading-title{font-family:"Open Sans", Sans-serif;font-size:18px;font-weight:600;line-height:1.6em;color:var( --e-global-color-eee1060 );}.jet-listing-item.single-jet-engine.elementor-page-614 > .elementor{width:380px;margin-left:auto;margin-right:auto;}@media(max-width:1024px){.elementor-614 .elementor-element.elementor-element-75c0c35:not(.elementor-motion-effects-element-type-background), .elementor-614 .elementor-element.elementor-element-75c0c35 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-repeat:no-repeat;background-size:cover;}.elementor-widget-heading .elementor-heading-title{font-size:var( --e-global-typography-primary-font-size );line-height:var( --e-global-typography-primary-line-height );}.elementor-614 .elementor-element.elementor-element-bf3c78b .elementor-heading-title{font-size:16px;line-height:1.6em;}}@media(max-width:767px){.elementor-widget-heading .elementor-heading-title{font-size:var( --e-global-typography-primary-font-size );line-height:var( --e-global-typography-primary-line-height );}.elementor-614 .elementor-element.elementor-element-bf3c78b .elementor-heading-title{font-size:16px;line-height:1.6em;}}/* Start custom CSS for container, class: .elementor-element-75c0c35 *//* Ocultar el texto inicialmente */
.texto-hover {
    opacity: 0 !important;
    transition: opacity 0.3s ease !important;
    position: relative !important;
    z-index: 2 !important;
}

/* Pseudo-elemento para el fondo desenfocado */
.columna-hover::before {
    content: '' !important;
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 100% !important;
    background: rgba(0, 0, 0, 0) !important; /* Fondo semi-transparente */
    opacity: 0 !important;
    transition: opacity 0.3s ease, backdrop-filter 0.3s ease !important;
    backdrop-filter: blur(8px) !important;
    z-index: 1 !important;
}

/* Efecto al hacer hover: mostrar el desenfoque */
.columna-hover:hover::before {
    opacity: 1 !important;
}

/* Mostrar el texto cuando pasas el cursor */
.columna-hover:hover .texto-hover {
    opacity: 1 !important;
}/* End custom CSS */