.unrt-slider-wrapper {
	width: 100%;
	overflow: hidden;
	position: relative;
}

.unrt-swiper {
	width: 100%;
	height: 100%;
}

.unrt-swiper .swiper-slide {
	width: 100%;
	position: relative;
	overflow: hidden;
}

.unrt-swiper .swiper-slide a {
	display: block;
	width: 100%;
}

.unrt-slide-img {
	width: 100%;
	height: auto;
	display: block;
	object-fit: cover;
}

/* Paginación */
.unrt-swiper .swiper-pagination {
	bottom: 16px;
}

.unrt-swiper .swiper-pagination-bullet {
	background: #fff;
	opacity: 0.7;
	width: 10px;
	height: 10px;
}

.unrt-swiper .swiper-pagination-bullet-active {
	opacity: 1;
	background: #fff;
}

/* Flechas */
.unrt-swiper .swiper-button-prev,
.unrt-swiper .swiper-button-next {
	color: #fff;
	background: rgba(0, 0, 0, 0.25);
	border-radius: 50%;
	width: 44px;
	height: 44px;
	transition: background 0.2s;
}

.unrt-swiper .swiper-button-prev:hover,
.unrt-swiper .swiper-button-next:hover {
	background: rgba(0, 0, 0, 0.5);
}

.unrt-swiper .swiper-button-prev::after,
.unrt-swiper .swiper-button-next::after {
	font-size: 18px;
}

@media (max-width: 767px) {
	.unrt-swiper .swiper-button-prev,
	.unrt-swiper .swiper-button-next {
		display: none;
	}
}
