.mainContent {
  padding-top: 6.25rem;
}
.mainContent .listado-descargas #formPager #botonCargarMas {
  margin-left: auto;
  margin-right: auto;
  display: block;
}
.mainContent .listado-descargas .blq-descargas .blockFeatured-type2-list article .blockFeatured-picture picture img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.mainContent .listado-descargas .blq-descargas .blockFeatured-type2-list article .blockFeatured-content {
  position: relative;
}
.mainContent .listado-descargas .blq-descargas .blockFeatured-type2-list article .blockFeatured-content h2 {
  margin-bottom: 6.25rem;
  font-size: 6rem;
  line-height: 7rem;
}
.mainContent .listado-descargas .blq-descargas .blockFeatured-type2-list article .blockFeatured-content .contentLinklist {
  height: 10rem;
  margin-top: auto;
  display: flex;
  align-items: center;
}
.mainContent .listado-descargas .blq-descargas .blockFeatured-type2-list article .blockFeatured-content .blq-btn {
  position: absolute;
  bottom: 0;
  right: 0;
}
.mainContent .listado-descargas .blq-descargas .blockFeatured-type2-list article .blockFeatured-content .blq-btn .btn {
  font-size: 3rem;
  line-height: 4em;
}
@media (min-width: 1440px) {
  .mainContent .listado-descargas .blq-descargas .blockFeatured-type2-list.blockFeatured-type2-cols3 .blockFeatured-picture picture {
    height: 85.5rem;
    width: 110rem;
  }
  .mainContent .listado-descargas .blq-descargas .blockFeatured-type2-list.blockFeatured-type2-cols4 .blockFeatured-picture picture {
    width: 78.5rem;
  }
}
@media (min-width: 1024px) and (max-width: 1439px) {
  .mainContent .listado-descargas .blq-descargas .blockFeatured-type2-list.blockFeatured-type2-cols3 {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .mainContent .listado-descargas .blq-descargas .blockFeatured-type2-list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 767px) {
  .mainContent .listado-descargas .blq-descargas .blockFeatured-type2-list .blockFeatured-picture {
    overflow-y: hidden;
  }
}/*# sourceMappingURL=descargas.css.map */