.hero5 {
  position: relative;
  border-radius: 8px;
  overflow: hidden;
  border: 1px solid #fff;
}

/* Etiqueta roja arriba (EXTREMADURA) */
.hero5 .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) */
.hero5 .imagen16_9 {
  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 */
.hero5 .new_main .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;
}
.hero5 .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 */
.hero5 .hero-combo-title {
  width: fit-content;
  padding: 8px 12px 16px;
  margin-left: auto;
  margin-right: auto;

}

.hero5 .hero_title {
  font-size: 52px;
  font-weight: 700;
  line-height: 1;
  color: var(--negro-texto-parrafo);
  text-align: center;
}
.hero5 .hero5-right .hero_title{
  color: var(--negro-texto-parrafo);
  font-size: 14px;
  font-weight: 900;
  line-height: 1;
}
.hero5 .hero5-right .hero__description{
  font-size: 14px;
  line-height: 1;
}

/* Tarjetas de la derecha */
.hero5-right {
  padding-left: 24px;
}

.hero5-right__title {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 16px;
}

/* 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);
}

.hero-card__content .hero__ambito--small {
  display: inline-block;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  color: var(--frambuesa-vibrante);
  margin-bottom: 4px;
}

.hero5 .field--name-field-shared-pretitle,
.hero5 .hero_card-pretitle {
  font-size: 18px;
  text-transform: uppercase;
  border-left: 3px solid var(--frambuesa-vibrante);
  padding-left: 6px;
  margin-bottom: 4px;
}

.hero_card-title {
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 4px;
}

.hero_card-summary {
  font-size: 13px;
  color: #555;
}

.hero5-right .row{
  margin-top: 1em;
}