.elementor-32 .elementor-element.elementor-element-74a3fc4{--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-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 );}.jet-listing-item.single-jet-engine.elementor-page-32 > .elementor{width:623px;margin-left:auto;margin-right:auto;}/* Start custom CSS for image, class: .elementor-element-26054ed *//* Imagem com comportamento de card */
#cards-home img {
  display: block; /* essencial para sombra funcionar corretamente */
  border-radius: 12px;
  overflow: hidden;
  transform: translateZ(0);
  transition: box-shadow .2s ease, transform .2s ease;

  /* sombra sutil */
  box-shadow:
    0 3px 8px rgba(0, 0, 0, 0.12),
    0 1px 3px rgba(0, 0, 0, 0.08),
    0 1px 0 rgba(255, 255, 255, 0.04) inset;
}

/* Hover discreto */
#cards-home img:hover {
  transform: translateY(-1px);
  box-shadow:
    0 5px 14px rgba(0, 0, 0, 0.14),
    0 2px 6px rgba(0, 0, 0, 0.10),
    0 1px 0 rgba(255, 255, 255, 0.05) inset;
}/* End custom CSS */