.hero4 {
  position: relative;
  border-radius: 8px;
  overflow: hidden;
  border: 1px solid #fff;
}

/* Etiqueta roja arriba (EXTREMADURA) */
.hero4 .hero__ambito {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  background: #fff;
  color: var(--frambuesa-vibrante);
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 700;
  padding: 8px 8px 8px 16px;
  border-bottom-right-radius: 8px;
}

/* HERO principal (izquierda) */
.hero4-left .imagen4_3 {
  position: relative;
  border-radius: 8px;
  overflow: hidden;
}

/* Overlay degradado oscuro */
.overlaygradient {
  content: "";
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  background: linear-gradient(
    to top,
    rgba(0, 0, 0, 0.8) 0%,
    rgba(0, 0, 0, 0.6) 25%,
    rgba(0, 0, 0, 0) 100%
  );
  border-radius: 8px;
}

/* Icono play grande del hero principal */
.hero4 .new_main .imagen4_3 .hero_player {
  background-color: #fff;
  border-top-left-radius: 10px;
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  bottom: 0;
  right: 0;
  width: 11%;
  height: 14%;
  max-width: 86px;
  max-height: 62px;
}
.hero4 .new_main .imagen16_9 .hero_player {
  background-color: #fff;
  border-top-left-radius: 10px;
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  bottom: 0;
  right: 0;
  width: 11%;
  height: 14%;
  max-width: 65px;
  max-height: 65px;
}
.hero4 .new_main .hero_player::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
  border-left: 20px solid var(--frambuesa-vibrante);
}

/* Título + pretítulo sobre el degradado */
.hero4 .hero-combo-title {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 80%;
  padding: 8px 12px 16px;
}
.hero4 .hero_pretitle {
  border-left: 4px solid var(--frambuesa-vibrante);
  font-size: 18px;
  padding: 0 12px;
  color: #fff;
  margin-bottom: 4px;
  font-weight: 300;
}
.hero4  .hero_title {
  color: var(--blanco-puro);
  font-size: 52px;
  font-weight: 700;
  line-height: 1;
}

.hero4 .hero__description{
  font-size: 14px;
  line-height: 1;
}



/* Tarjeta */
.hero-card {
  margin-bottom: 16px;
}

.hero-card__image-col .imagen16_9 {
  position: relative;
  border-radius: 8px;
  overflow: hidden;
}

.hero-card .hero_player {
  background-color: #fff;
  border-top-left-radius: 8px;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 26px;
  height: 26px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.hero-card .hero_player::before {
  content: "";
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 10px solid var(--frambuesa-vibrante);
}


.hero4 .field--name-field-shared-pretitle{
  border-left: 4px solid var(--frambuesa-vibrante);
  font-size: 18px;
  padding: 0 12px;
  color: #fff;
  margin-bottom: 4px;
}



.hero_card-title {
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 4px;
}

.hero_card-summary {
  font-size: 13px;
  color: #555;
}

.hero4-right .row{
  margin-top: 1em;
}