.block-sport-news .card.imagen16_9{
	position: relative;
	margin-bottom: 1em;
}


.block-sport-news .card.imagen16_9 .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);
}

.block-sport-news .card.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;
	
}
.block-sport-news .card.imagen16_9 .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);
}
.block-sport-news .card.imagen16_9 .hero-combo-title{
	  position: absolute;
  bottom: 0;
  left: 0;
  width: 80%;
  padding: 8px 12px 16px;
}
.block-sport-news .card.imagen16_9 .hero_pretitle{
	  border-left: 4px solid var(--frambuesa-vibrante);
  font-size: 14px;
  padding: 0 12px;
  color: #fff;
  margin-bottom: 4px;
}
.block-sport-news .card.imagen16_9 .hero_title{
	  color: var(--blanco-puro);
  font-size: 26px;
  font-weight: 500;
  line-height: 1.1;
}



.block-sport-news .card-verical.imagen16_9 .card__media{
	position: relative;
	margin-bottom: 1em;
}
.block-sport-news .card-verical.imagen16_9 .hero-main-link{
  color: initial;
  text-decoration: none;
}
.block-sport-news .card-verical.imagen16_9 .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);
}
.block-sport-news .card-verical.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;
}
.block-sport-news .card-verical.imagen16_9 .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);
}

.block-sport-news .card-verical.imagen16_9 .hero_pretitle{
	  border-left: 4px solid var(--frambuesa-vibrante);
  font-size: 14px;
  padding: 0 12px;
  color: color: var(--negro-texto-parrafo);
  margin-bottom: 4px;
}
.block-sport-news .card-verical.imagen16_9 .card__title{
	  color: var(--negro-texto-parrafo);
  font-size: 26px;
  font-weight: 900;
  line-height: 1;
}
.block-sport-news .card-verical.imagen16_9 .card__title a{
	color: var(--negro-texto-parrafo);
  font-size: 26px;
  font-weight: 600;
  line-height: 1;
  text-decoration: none;
}
.block-sport-news .card-verical.imagen16_9 .card__title a:hover{
	text-decoration: none;
}
.block-sport-news .card-verical.imagen16_9 .card__summary{
	ont-size: 16px;
}
.block-sport-news .card-verical.imagen16_9 .autor_card{
	
}