body {
  background-image: none !important;
}

section {
  padding: 60px 0;
  position: relative;
  overflow: hidden;
}
section#catalogos .swiper {
  --swiper-theme-color: black;
  --swiper-navigation-size: 20px;
  --swiper-navigation-sides-offset: 30%;
  --swiper-pagination-top: auto;
  --swiper-pagination-bottom: 12px;
  --swiper-navigation-top-offset: calc(100% - 23px);
}
section#catalogos .swiper .swiper-wrapper .swiper-slide {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  aspect-ratio: 2.08;
  border-radius: 5px;
  border: 2px solid rgba(0, 0, 0, 0.0705882353);
  background-size: cover;
  background-repeat: no-repeat;
}
section#catalogos .swiper .swiper-wrapper .swiper-slide .texto {
  position: absolute;
  top: 35px;
  left: 35px;
}
section#catalogos .swiper .swiper-wrapper .swiper-slide:hover img, section#catalogos .swiper .swiper-wrapper .swiper-slide:active img {
  border-color: rgba(0, 0, 0, 0.5019607843);
}
section#catalogos .swiper .swiper-wrapper .swiper-slide.selected .catalogo-thumb img {
  border-color: black;
}

@media (max-width: 1199px) {
  section#catalogos .swiper {
    --swiper-navigation-sides-offset: 10px;
  }
}
.featured {
  border-radius: 6px;
  max-width: 84px;
  overflow: hidden;
}