.noticias-relacionadas-premios {
  padding-bottom: 10px;
}
.noticias-relacionadas-premios .swiper-noticias-relacionadas-premios-bloque {
  width: 100%;
  height: 570px;
}
.noticias-relacionadas-premios .swiper-content {
  height: 80%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.noticias-relacionadas-premios .img-noticia {
  background-size: cover;
  background-position: center;
  height: 304px;
  padding: 17px 15px;
  border-radius: 12px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  width: 100%;
  position: relative;
}
.noticias-relacionadas-premios .img-noticia .overlay-arrow-asoc {
  position: absolute;
  background-color: #FFF;
  top: 0;
  right: 0;
  height: 63px;
  width: auto;
}
.noticias-relacionadas-premios .texto-noticia {
  margin-top: -10%;
}
.noticias-relacionadas-premios .texto-noticia h5 a {
  text-decoration: none;
}
.noticias-relacionadas-premios .tags-noticia {
  display: flex;
  text-transform: uppercase;
  font-size: clamp(12px, 0.972vw, 13.5px);
  line-height: 1.1;
  justify-content: space-between;
}
.noticias-relacionadas-premios .swiper-button-prev-nrp {
  top: 90%;
  left: 92%;
  background-image: url("../../../../../images/left-arrow-swiper.svg");
  background-size: 50%;
  width: 40px;
  height: 40px;
  border: 1px solid black;
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 4px;
}
.noticias-relacionadas-premios .swiper-button-prev-nrp::after {
  content: "";
}
.noticias-relacionadas-premios .swiper-button-next-nrp {
  top: 90%;
  left: 96%;
  background-image: url("../../../../../images/right-arrow-swiper.svg");
  background-size: 50%;
  width: 40px;
  height: 40px;
  border: 1px solid black;
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 4px;
}
.noticias-relacionadas-premios .swiper-button-next-nrp::after {
  content: "";
}
.noticias-relacionadas-premios .swiper-pagination-nrp .swiper-pagination-bullet {
  width: 20%;
  border-radius: 0;
  height: 4px;
  transition: all 0.35s ease-in;
}
.noticias-relacionadas-premios .swiper-pagination-nrp .swiper-pagination-bullet-active {
  width: 56% !important;
  background-color: #000;
}

@media only screen and (max-width: 769px) {
  .noticias-relacionadas-premios .swiper-button-prev-nrp {
    top: 90%;
    left: 65%;
  }
  .noticias-relacionadas-premios .swiper-button-next-nrp {
    top: 90%;
    left: 85%;
  }
}

/*# sourceMappingURL=noticias-relacionadas-premios.css.map */
