.elementor-1542 .elementor-element.elementor-element-73a3d3f{--display:flex;--min-height:300px;--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;--background-transition:0.5s;}.elementor-1542 .elementor-element.elementor-element-8a3a019{width:100%;max-width:100%;top:0px;z-index:1;}body:not(.rtl) .elementor-1542 .elementor-element.elementor-element-8a3a019{left:0px;}body.rtl .elementor-1542 .elementor-element.elementor-element-8a3a019{right:0px;}.elementor-1542 .elementor-element.elementor-element-8a3a019 .jet-listing-dynamic-image{justify-content:flex-start;}.elementor-1542 .elementor-element.elementor-element-8a3a019 .jet-listing-dynamic-image__figure{align-items:flex-start;}.elementor-1542 .elementor-element.elementor-element-8a3a019 .jet-listing-dynamic-image a{display:flex;justify-content:flex-start;}.elementor-1542 .elementor-element.elementor-element-8a3a019 .jet-listing-dynamic-image img{height:100%;}.elementor-1542 .elementor-element.elementor-element-8a3a019 .jet-listing-dynamic-image__caption{text-align:left;}.elementor-1542 .elementor-element.elementor-element-c413c4c{width:100%;max-width:100%;top:0px;z-index:1;}body:not(.rtl) .elementor-1542 .elementor-element.elementor-element-c413c4c{left:0px;}body.rtl .elementor-1542 .elementor-element.elementor-element-c413c4c{right:0px;}.elementor-1542 .elementor-element.elementor-element-c413c4c .jet-listing-dynamic-image{justify-content:flex-start;}.elementor-1542 .elementor-element.elementor-element-c413c4c .jet-listing-dynamic-image__figure{align-items:flex-start;}.elementor-1542 .elementor-element.elementor-element-c413c4c .jet-listing-dynamic-image a{display:flex;justify-content:flex-start;}.elementor-1542 .elementor-element.elementor-element-c413c4c .jet-listing-dynamic-image img{height:100%;}.elementor-1542 .elementor-element.elementor-element-c413c4c .jet-listing-dynamic-image__caption{text-align:left;}.elementor-1542 .elementor-element.elementor-element-5786eff{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:20px;--padding-left:0px;--padding-right:0px;--z-index:10;}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-1542 .elementor-element.elementor-element-7d3ce1d{text-align:center;}.elementor-1542 .elementor-element.elementor-element-7d3ce1d .elementor-heading-title{font-family:"Montserrat", Sans-serif;font-size:15px;font-weight:700;text-transform:uppercase;}.elementor-1542 .elementor-element.elementor-element-78458cf{margin:-15px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;text-align:center;}.elementor-1542 .elementor-element.elementor-element-78458cf .elementor-heading-title{font-family:var( --e-global-typography-483b0b1-font-family ), Sans-serif;font-size:var( --e-global-typography-483b0b1-font-size );font-weight:var( --e-global-typography-483b0b1-font-weight );}@media(max-width:1024px){.elementor-1542 .elementor-element.elementor-element-78458cf .elementor-heading-title{font-size:var( --e-global-typography-483b0b1-font-size );}}@media(max-width:767px){.elementor-1542 .elementor-element.elementor-element-78458cf .elementor-heading-title{font-size:var( --e-global-typography-483b0b1-font-size );}}/* Start custom CSS for container, class: .elementor-element-73a3d3f *//* 1. Fuerza la altura real de la tarjeta y ancla el texto al fondo */
.elementor-1542 .elementor-element.elementor-element-73a3d3f {
    display: flex !important;
    flex-direction: column !important;
    justify-content: flex-end !important;
    min-height: 350px !important; /* Podés ajustar este número según tu diseño */
}

/* 2. Oculta la imagen hover por defecto */
.elementor-1542 .elementor-element.elementor-element-73a3d3f #fondo-hover {
    opacity: 0;
    transition: opacity 0.5s ease-in-out;
}

/* 3. Muestra la imagen hover al pasar el mouse por la tarjeta */
.elementor-1542 .elementor-element.elementor-element-73a3d3f:hover #fondo-hover {
    opacity: 1;
}

/* 4. Animación premium de los textos (estado normal) */
.elementor-1542 .elementor-element.elementor-element-73a3d3f .textos-tarjeta {
    transform: translateY(15px);
    opacity: 0.8;
    transition: all 0.4s ease-in-out;
}

/* 5. Animación premium de los textos (estado hover) */
.elementor-1542 .elementor-element.elementor-element-73a3d3f:hover .textos-tarjeta {
    transform: translateY(0);
    opacity: 1;
}/* End custom CSS */