.elementor-933 .elementor-element.elementor-element-c88ac76{--display:flex;--gap:10px 10px;--row-gap:10px;--column-gap:10px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-933 .elementor-element.elementor-element-5135769{--e-transform-transition-duration:400ms;}.elementor-933 .elementor-element.elementor-element-5135769 .jet-listing-dynamic-image{justify-content:flex-start;}.elementor-933 .elementor-element.elementor-element-5135769 .jet-listing-dynamic-image__figure{align-items:flex-start;}.elementor-933 .elementor-element.elementor-element-5135769 .jet-listing-dynamic-image a{display:flex;justify-content:flex-start;width:100%;}.elementor-933 .elementor-element.elementor-element-5135769 .jet-listing-dynamic-image img{width:100%;border-radius:0px 0px 0px 0px;}.elementor-933 .elementor-element.elementor-element-5135769 .jet-listing-dynamic-image__caption{text-align:left;}.elementor-933 .elementor-element.elementor-element-eeb46a2{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;}.elementor-933 .elementor-element.elementor-element-eeb46a2 .jet-listing-dynamic-field__content{color:var( --e-global-color-primary );font-family:"Inter", Sans-serif;font-size:18px;font-weight:700;line-height:24px;text-align:left;}.elementor-933 .elementor-element.elementor-element-eeb46a2 .jet-listing-dynamic-field .jet-listing-dynamic-field__inline-wrap{width:auto;}.elementor-933 .elementor-element.elementor-element-eeb46a2 .jet-listing-dynamic-field .jet-listing-dynamic-field__content{width:auto;}.elementor-933 .elementor-element.elementor-element-eeb46a2 .jet-listing-dynamic-field{justify-content:flex-start;}.elementor-933 .elementor-element.elementor-element-2bafbec .jet-listing-dynamic-field__content{color:var( --e-global-color-secondary );font-family:"Inter", Sans-serif;font-size:14px;font-weight:400;text-align:left;}.elementor-933 .elementor-element.elementor-element-2bafbec .jet-listing-dynamic-field .jet-listing-dynamic-field__inline-wrap{width:auto;}.elementor-933 .elementor-element.elementor-element-2bafbec .jet-listing-dynamic-field .jet-listing-dynamic-field__content{width:auto;}.elementor-933 .elementor-element.elementor-element-2bafbec .jet-listing-dynamic-field{justify-content:flex-start;}.jet-listing-item.single-jet-engine.elementor-page-933 > .elementor{width:350px;margin-left:auto;margin-right:auto;}/* Start custom CSS for container, class: .elementor-element-c88ac76 *//* 1. Evita que la imagen se salga de su caja (Overflow Hidden) */
.imagen-noticia {
    overflow: hidden;
    border-radius: 0px; /* Opcional: redondea un poco las esquinas */
}

/* Transiciones suaves para que no sea un cambio brusco */
.imagen-noticia img {
    transition: transform 0.4s ease;
}
.titulo-noticia * {
    transition: all 0.2s ease;
}

/* 2. EL EFECTO SINCRONIZADO (Al pasar el cursor por cualquier parte de la tarjeta) */

/* Zoom a la imagen */
.tarjeta-noticia:hover .imagen-noticia img {
    transform: scale(1.08); /* Un zoom del 8% es elegante y profesional */
}

/* Cambia el color y subraya el título */
.tarjeta-noticia:hover .titulo-noticia * {
    color: #6F1BAA !important; /* Tu Morado Principal */
    text-decoration: underline;
    text-decoration-color: #6F1BAA;
    text-underline-offset: 3px;
    text-decoration-thickness: 3px;
}

/* Hace que toda la tarjeta muestre la manito de clic */
.tarjeta-noticia {
    cursor: pointer;
}/* End custom CSS */