.elementor-864 .elementor-element.elementor-element-75397e4{--display:flex;--min-height:240px;--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-864 .elementor-element.elementor-element-75397e4:not(.elementor-motion-effects-element-type-background), .elementor-864 .elementor-element.elementor-element-75397e4 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-position:center center;background-repeat:no-repeat;background-size:cover;}.elementor-864 .elementor-element.elementor-element-92979a4{--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-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 );color:var( --e-global-color-primary );}.elementor-864 .elementor-element.elementor-element-ca00d13 > .elementor-widget-container{padding:25px 25px 25px 25px;}.elementor-864 .elementor-element.elementor-element-ca00d13 .elementor-heading-title{font-family:"Poppins", Sans-serif;font-size:20px;font-weight:700;color:var( --e-global-color-89aeaf2 );}.jet-listing-item.single-jet-engine.elementor-page-864 > .elementor{width:570px;margin-left:auto;margin-right:auto;}@media(min-width:577px){.elementor-864 .elementor-element.elementor-element-75397e4{--content-width:200px;}}@media(max-width:1400px){.elementor-widget-heading .elementor-heading-title{font-size:var( --e-global-typography-primary-font-size );}}@media(max-width:992px){.elementor-864 .elementor-element.elementor-element-75397e4{--min-height:150px;}.elementor-widget-heading .elementor-heading-title{font-size:var( --e-global-typography-primary-font-size );}.elementor-864 .elementor-element.elementor-element-ca00d13 .elementor-heading-title{font-size:16px;}}@media(max-width:576px){.elementor-widget-heading .elementor-heading-title{font-size:var( --e-global-typography-primary-font-size );}}/* Start custom CSS for container, class: .elementor-element-75397e4 *//* Contenedor con la imagen */
.bloque-azul {
  position: relative;
  overflow: hidden;
  cursor:pointer;
}

/* Caja azul con texto, inicialmente al fondo como en la imagen */
.titulo-bloque-azul {
  position: absolute;
  bottom: -750px;
  left: 0;
  width: 100%;
  height: 30%; /* Ajusta esto según lo visible que quieres que sea al inicio */
  background-color: rgba(0, 63, 120, 0.5);
  color: white;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content:center;
  transition: all 0.8s ease-in-out;
  z-index: 2;
}

/* Al pasar el cursor, la caja sube y cubre toda la imagen */
.bloque-azul:hover .titulo-bloque-azul {
  height: 100%;
  bottom: 0;
}/* End custom CSS */