.elementor-930 .elementor-element.elementor-element-1bdfb1c{--display:flex;--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-930 .elementor-element.elementor-element-1bdfb1c:not(.elementor-motion-effects-element-type-background), .elementor-930 .elementor-element.elementor-element-1bdfb1c > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-position:center center;background-repeat:no-repeat;background-size:cover;}.elementor-930 .elementor-element.elementor-element-8b84ea6{--display:flex;--min-height:30px;--justify-content:center;--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-930 .elementor-element.elementor-element-8b84ea6:not(.elementor-motion-effects-element-type-background), .elementor-930 .elementor-element.elementor-element-8b84ea6 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:transparent;background-image:linear-gradient(10deg, var( --e-global-color-secondary ) 0%, var( --e-global-color-accent ) 100%);}.elementor-930 .elementor-element.elementor-element-d607366 .jet-listing-dynamic-field__content{color:#FFFFFF;font-family:"Poppins", Sans-serif;font-size:14px;font-weight:500;text-align:center;}.elementor-930 .elementor-element.elementor-element-d607366 .jet-listing-dynamic-field .jet-listing-dynamic-field__inline-wrap{width:auto;}.elementor-930 .elementor-element.elementor-element-d607366 .jet-listing-dynamic-field .jet-listing-dynamic-field__content{width:auto;}.elementor-930 .elementor-element.elementor-element-d607366 .jet-listing-dynamic-field{justify-content:center;}.jet-listing-item.single-jet-engine.elementor-page-930 > .elementor{width:300px;margin-left:auto;margin-right:auto;}/* Start custom CSS for container, class: .elementor-element-1bdfb1c *//* En el Contenedor del Listing Item */
.elementor-930 .elementor-element.elementor-element-1bdfb1c {
    display: flex;
    justify-content: center; /* Centra la revista horizontalmente */
    align-items: center;     /* Centra la revista verticalmente */
    /* Mantenemos la proporción del marco, pero ... */
    aspect-ratio: 22 / 28; 
    overflow: hidden;
    /* OPCIONAL: Un fondo de color suave para los bordes si quedan vacíos */
    background-color: #f9f9f9; 
}

.elementor-930 .elementor-element.elementor-element-1bdfb1c img {
    /* ... la imagen se ajusta por completo DENTRO sin cortarse */
    width: auto !important;
    height: auto !important;
    max-width: 100% !important;
    max-height: 100% !important;
    object-fit: contain !important; /* ESTA ES LA CLAVE */
}/* End custom CSS */