.elementor-7617 .elementor-element.elementor-element-75ba383{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;}.elementor-7617 .elementor-element.elementor-element-22366bb img{width:100%;max-width:100%;}.elementor-7617 .elementor-element.elementor-element-0e2668a{--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;--justify-content:flex-end;--z-index:3;}.elementor-7617 .elementor-element.elementor-element-39b2c3a{--display:flex;}.elementor-7617 .elementor-element.elementor-element-c15d7d5 .elementor-heading-title{font-family:var( --e-global-typography-6e3beb3-font-family );font-size:var( --e-global-typography-6e3beb3-font-size );line-height:var( --e-global-typography-6e3beb3-line-height );color:var( --e-global-color-e8649cb );}.elementor-7617 .elementor-element.elementor-element-afc6487{--display:flex;}.elementor-7617 .elementor-element.elementor-element-c48b848{font-family:var( --e-global-typography-fe19014-font-family );font-size:var( --e-global-typography-fe19014-font-size );line-height:var( --e-global-typography-fe19014-line-height );color:var( --e-global-color-e8649cb );}.elementor-7617 .elementor-element.elementor-element-849bac8{font-family:var( --e-global-typography-fe19014-font-family );font-size:var( --e-global-typography-fe19014-font-size );line-height:var( --e-global-typography-fe19014-line-height );color:var( --e-global-color-e8649cb );}.jet-listing-item.single-jet-engine.elementor-page-7617 > .elementor{width:290px;margin-left:auto;margin-right:auto;}@media(max-width:1024px){.elementor-7617 .elementor-element.elementor-element-c15d7d5 .elementor-heading-title{font-size:var( --e-global-typography-6e3beb3-font-size );line-height:var( --e-global-typography-6e3beb3-line-height );}.elementor-7617 .elementor-element.elementor-element-c48b848{font-size:var( --e-global-typography-fe19014-font-size );line-height:var( --e-global-typography-fe19014-line-height );}.elementor-7617 .elementor-element.elementor-element-849bac8{font-size:var( --e-global-typography-fe19014-font-size );line-height:var( --e-global-typography-fe19014-line-height );}}@media(max-width:767px){.elementor-7617 .elementor-element.elementor-element-c15d7d5 .elementor-heading-title{font-size:var( --e-global-typography-6e3beb3-font-size );line-height:var( --e-global-typography-6e3beb3-line-height );}.elementor-7617 .elementor-element.elementor-element-c48b848{font-size:var( --e-global-typography-fe19014-font-size );line-height:var( --e-global-typography-fe19014-line-height );}.elementor-7617 .elementor-element.elementor-element-849bac8{font-size:var( --e-global-typography-fe19014-font-size );line-height:var( --e-global-typography-fe19014-line-height );}}/* Start custom CSS for container, class: .elementor-element-75ba383 */.elementor-7617 .elementor-element.elementor-element-75ba383 {
    height: 400px;
    position: relative;
    overflow: hidden;
}

.elementor-7617 .elementor-element.elementor-element-75ba383 .ui_imagen {
    position: absolute;
    top:0;
    left:0;
    width: 100%;
    height: 100%;
}

.elementor-7617 .elementor-element.elementor-element-75ba383 .ui_imagen img {
    width: 100%;
    height: 100%;
    object-fit: cover;

    /* 🔥 AQUI ESTA LA MEJORA DEL ZOOM */
    transition: transform 0.6s ease; /* suavidad elegante */
    will-change: transform; /* mejora performance */
    transform: scale(1); /* estado inicial claro */
}


/* RESPONSIVE */
@media (max-width: 1024px) {
  .elementor-7617 .elementor-element.elementor-element-75ba383 {
    height: 320px;
  }
}

@media (max-width: 767px) {
  .elementor-7617 .elementor-element.elementor-element-75ba383 {
    height: 260px;
  }
}

/* INICIO ZOOM */

/* CONTENEDOR OVERLAY */
.elementor-7617 .elementor-element.elementor-element-75ba383 .ui_imagen {
    position: absolute;
    inset: 0;
    overflow: hidden;
    z-index: 1;
}

/* CAPA OSCURA */
.elementor-7617 .elementor-element.elementor-element-75ba383 .ui_imagen::before {
    content:'';
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(4, 0, 6, 0.08) 0%, rgba(4, 0, 6, 0.68) 100%);
    z-index: 2;
    pointer-events: none;
}

/* ZOOM SOLO A LA IMAGEN */
.elementor-7617 .elementor-element.elementor-element-75ba383:hover .ui_imagen img {
    transform: scale(1.08);
}

/* TEXTO */
.elementor-7617 .elementor-element.elementor-element-75ba383:hover .ui_titulo *,
.elementor-7617 .elementor-element.elementor-element-75ba383:hover .ui_descripcion * {
    color: #fff !important;
}

/* TERMINA ZOOM *//* End custom CSS */