.elementor-2834 .elementor-element.elementor-element-b0e7cc5{--display:flex;--gap:1px 1px;--row-gap:1px;--column-gap:1px;--padding-top:-1px;--padding-bottom:-1px;--padding-left:-1px;--padding-right:-1px;}.elementor-2834 .elementor-element.elementor-element-9979fc8 img{width:500px;height:200px;border-radius:10px 10px 10px 10px;}.elementor-2834 .elementor-element.elementor-element-167ed77 .jet-listing-dynamic-field__content{color:var( --e-global-color-9d9e1c7 );font-family:"Oswald", Sans-serif;font-size:17px;text-align:left;}.elementor-2834 .elementor-element.elementor-element-167ed77 .jet-listing-dynamic-field .jet-listing-dynamic-field__inline-wrap{width:auto;}.elementor-2834 .elementor-element.elementor-element-167ed77 .jet-listing-dynamic-field .jet-listing-dynamic-field__content{width:auto;}.elementor-2834 .elementor-element.elementor-element-167ed77 .jet-listing-dynamic-field{justify-content:flex-start;}.elementor-2834 .elementor-element.elementor-element-40ab3a4 .jet-listing-dynamic-field__content{color:#BBBBBB;font-family:"Oswald", Sans-serif;font-size:13px;text-align:left;}.elementor-2834 .elementor-element.elementor-element-40ab3a4 .jet-listing-dynamic-field .jet-listing-dynamic-field__inline-wrap{width:auto;}.elementor-2834 .elementor-element.elementor-element-40ab3a4 .jet-listing-dynamic-field .jet-listing-dynamic-field__content{width:auto;}.elementor-2834 .elementor-element.elementor-element-40ab3a4 .jet-listing-dynamic-field{justify-content:flex-start;}.jet-listing-item.single-jet-engine.elementor-page-2834 > .elementor{width:350px;margin-left:auto;margin-right:auto;}/* Start custom CSS for image, class: .elementor-element-9979fc8 *//* 1. Contenedor principal (Mantiene el link y la manito nativa) */
.elementor-2834 .elementor-element.elementor-element-9979fc8 {
  position: relative;
  width: 100%;
  max-width: 500px;
  display: block;
  text-decoration: none;
  overflow: hidden;
  border-radius: 8px;
  cursor: pointer; /* La manito clásica que NUNCA falla */
}

/* 2. Creamos el botón de Play en el centro usando CSS puro */
.elementor-2834 .elementor-element.elementor-element-9979fc8::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0.8);
  width: 60px;
  height: 60px;
  background-color: rgba(0, 0, 0, 0.7);
  /* Icono de Play seguro en SVG */
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='white'%3E%3Cpath d='M8 5v14l11-7z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: 55% center; /* Ajuste óptico para centrar el triángulo */
  background-size: 28px;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0; /* Invisible por defecto */
  transition: opacity 0.3s ease, transform 0.3s ease;
  pointer-events: none; /* Hace que el clic pase de largo hacia el link */
  z-index: 10;
}

/* 3. Al pasar el mouse, el botón aparece mágicamente en el centro */
.elementor-2834 .elementor-element.elementor-element-9979fc8:hover::after {
  opacity: 1;
  transform: translate(-50%, -50%) scale(1);
}

/* 4. Control de la imagen (Se eliminaron los efectos visuales) *//* End custom CSS */