.asfalto-sliders {
  display: grid;
  gap: 1.5rem;
}

.asfalto-swiper {
  position: relative;
  overflow: hidden;
  border-radius: 1rem;
  background: #fff;
  box-shadow: 0 18px 45px rgba(15, 23, 42, 0.12);
  width: 100%;
}

.asfalto-swiper .swiper-wrapper,
.asfalto-swiper .swiper-slide {
  width: 100%;
}

.asfalto-swiper .swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  min-height: 420px;
}

.asfalto-swiper .swiper-slide img {
  display: block;
  width: 100%;
  min-height: 420px;
  object-fit: cover;
}

.asfalto-swiper.asfalto-swiper-vertical-photos .swiper-slide {
  min-height: 0;
}

.asfalto-swiper.asfalto-swiper-vertical-photos {
  max-width: 380px;
  margin: 0 auto;
}

.asfalto-swiper.asfalto-swiper-vertical-photos .swiper-slide img {
  width: 100%;
  min-height: 560px;
  object-fit: cover;
}

.asfalto-swiper .swiper-button-prev,
.asfalto-swiper .swiper-button-next {
  width: 44px;
  height: 44px;
  color: #fff;
  transition: none;
}

.asfalto-swiper .swiper-button-prev::after,
.asfalto-swiper .swiper-button-next::after {
  font-size: 1.35rem;
  font-weight: 700;
}


.asfalto-swiper .swiper-pagination {
  bottom: 1.4rem !important;
}

.asfalto-swiper .swiper-pagination-bullet {
  width: 13px;
  height: 13px;
  opacity: 1;
  background: transparent;
  border: 2px solid #fff;
}

.asfalto-swiper .swiper-pagination-bullet-active {
  background: #fff;
}

@media (max-width: 767.98px) {
  .asfalto-sliders {
    margin-top: 1.5rem;
  }

  .asfalto-swiper .swiper-slide,
  .asfalto-swiper .swiper-slide img,
  .asfalto-swiper.asfalto-swiper-vertical-photos .swiper-slide,
  .asfalto-swiper.asfalto-swiper-vertical-photos .swiper-slide img {
    min-height: 320px;
    height: 320px;
  }
}
