.slider-revistas.swiper {
  width: 100%;
  padding-bottom: 5rem;
  max-height: 600px;
}

.swiper .swiper-slide {
  display: flex;
  flex-direction: column;
  background-position: center;
  background-size: cover;
  width: 300px;
  height: 400px;
  border-radius: 20px;
  border: 3px solid #fff;
  overflow: hidden;
  transition: transform 0.3s ease;
}

.swiper-slide.swiper-slide:not(.swiper-slide-active) {
  transform: scale(0.8);
}

.swiper .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.swiper-slide-overlay {
    opacity: 0;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 2rem 1rem;
  transition: all 0.5s ease;
}

/*.swiper .swiper-slide-visible.swiper-slide-active .swiper-slide-overlay {
    opacity: 1;
}*/

.swiper .swiper-slide-active .swiper-slide-overlay {
  opacity: 1;
}

.swiper-slide-overlay__link {
  display: block;
  padding: 0.5rem 0.8rem;
  margin-bottom: 0;
  margin-top: auto;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}

.slider-revistas.swiper .swiper-slide h4 {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}

.swiper .swiper-nico-button {
  position: absolute;
  top: 50%;
  width: 50px;
  height: 50px;
  margin-top: -20px;
  padding: 0.5rem;
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.5);
  transition: all 0.3s ease;
}

.swiper .swiper-nico-button:hover  {
  background-color: rgba(0, 0, 0, 0.9);
}

.swiper-nico-button-prev {
  left: 2%;
}
.swiper .swiper-nico-button-next {
  right: 2%;
}

.slider-revistas.swiper .swiper-pagination-bullet {
  opacity: 1;
  background: var(--neutral-400);
  height: 0.8rem;
  width: 0.8rem;
  transition: all 0.3s ease;
}

.slider-revistas.swiper .swiper-pagination-bullet-active {
  background: white;
  border-radius: 1000px;
  width: 2.5rem;
}

.swiper .swiper-nico-button .swipper-nico-button-svg{
    width: 100%;
    height: 100%;
    fill: white;
    color:white;
}

.swiper .swiper-nico-button.swiper-button-disabled {
    cursor: default;
    opacity: 0.2;
}

.swiper .swiper-nico-button.swiper-button-disabled:hover {
    cursor: default;
    opacity: 0.2;
    background-color: rgba(0, 0, 0, 0.5);
}

.slider-revistas.swiper .swiper-horizontal>.swiper-pagination-bullets, .slider-revistas.swiper .swiper-pagination-bullets.swiper-pagination-horizontal,.slider-revistas.swiper .swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: 2rem;
}