.hero {
  position: relative;
  border-radius: 8px;
  overflow: hidden;
  border: 1px solid #fff;
}

/* Etiqueta roja arriba (EXTREMADURA) */
.hero2 .hero__ambito {
  position: absolute;
  top: 0;
  left: 0;
  background-color: #fff;
  padding: 4px 10px;
  border-bottom-right-radius: 10px;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 14px;
  color: var(--frambuesa-vibrante);
}

/* HERO principal (izquierda) */
.hero2-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 */
.hero2 .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: 65px;
  max-height: 65px;
}
.hero2 .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: 19%;
    max-width: 65px;
  max-height: 65px;
}
.hero2 .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 */
.hero2 .hero-combo-title {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 80%;
  padding: 8px 12px 16px;
}
.hero2 .hero2-left .field--name-field-shared-pretitle,
.hero2 .hero2-left .hero_pretitle {
  border-left: 4px solid var(--frambuesa-vibrante);
  font-size: 14px;
  padding: 0 12px;
  color: #fff;
  margin-bottom: 4px;
}
.hero2 .hero2-right .field--name-field-shared-pretitle,
.hero2 .hero2-right .hero_pretitle {
  border-left: 4px solid var(--frambuesa-vibrante);
  font-size: 12px;
  padding: 0 12px;
  color: #837D83;
  margin-bottom: 4px;
}
.hero2 .hero2-left .hero_title {
  color: var(--blanco-puro);
  font-size: 40px;
  font-weight: 700;
  line-height: 1.1;
}
.hero2 .hero2-right .hero_title{
  color: var(--negro-texto-parrafo);
  font-size: 14px;
  font-weight: 900;
  line-height: 1;
}
.hero2 .hero2-right .hero__description{
  font-size: 14px;
  line-height: 1;
}

/* Tarjetas de la derecha */
/*
.hero2-right {
  padding-left: 24px;
}
*/

.hero2-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;
}

.hero_card-pretitle {
  font-size: 12px;
  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;
}

.hero2 .round{
  border-radius: 8px;
  overflow: hidden;
}

.hero2 .autor_card{
  font-size: 12px;
  font-weight: bold;
}
.hero2 .autor_card img{
  width: 26px;
  height: 26px;
}