@import "../js/splidejs/css/splide.min.css";

.splide__slide img {
	object-fit: cover;
	width: 100%;
	max-width: 100%;
	height: auto;
}

.splide__slide .img-colecion {
	object-fit: cover;
	width: 100%;
	max-width: 100%;
	height: 220px;
}

/*
* {
	box-sizing: border-box;
	font-family: 'Inter', sans-serif;
}
*/
/*
body {
	margin: 4rem 0;
}
*/
.splide__slide {
	/*	padding: 6rem; */
	display: flex;
	justify-content: center;
	background: #000;
}

.splide__slide__container {
	width: 600px;
	text-align: center;
}

.slide__content {
	margin: 1rem 0;
	font-size: 1.3rem;
}

.slide-img__wrapper {
	display: flex;
	align-items: center;
}

.slide-img {
	width: 60px;
	height: 60px;
	border-radius: 50%;
	max-width: 100%;
	max-height: 100%;
}

.slide-img__caption {
	margin-left: 1rem;
}

.slide-img__caption span {
	color: #DFAD17;
	font-weight: 500;
}

.splide__arrow {
	background: #DFAD17;
/*	transition: opacity .3s ease; */
}

/*
.splide__arrow:disabled {
	opacity: 0.5;
	pointer-events: none;
}
*/