.kiosque {
	/* width: 100%; */
	display: flex;
	flex-direction: column;
	align-items: center;
	padding-top: 50px;
	background: url(../images/kiosque-bg.png) center center no-repeat;
	position: relative;
}

.kiosque__swiper {
	/* width: 50%; */
	height: 46vh;
	max-width: 1200px;
	overflow: hidden;
	border-radius: 30px;
	width: 100%;
}

@media only screen and (max-width: 1650px) {
	.kiosque__swiper {
		width: 60%;
		height: 50vh;
	}
}

@media only screen and (max-width: 1350px) {
	.kiosque__swiper {
		width: 70%;
		height: 55vh;
	}
}

@media only screen and (max-width: 1250px) {
	.kiosque__swiper {
		width: 85%;
		height: 60vh;
	}
}

@media only screen and (max-width: 1100px) {
	.kiosque__swiper {
		width: 100%;
		max-height: 500px;
	}
}

@media only screen and (max-width: 900px) {
	.kiosque__swiper {
		height: 50vh;
	}
}

@media only screen and (max-width: 800px) {
	.kiosque__swiper {
		height: 400px;
	}
}

@media only screen and (max-width: 500px) {
	.kiosque__swiper {
		width: 90%;
		height: 450px;
	}
}

.kiosque__swiper .swiper-slide {
	background-position: center;
	background-size: cover;
	width: 300px;
	height: 80%;
	margin-top: 40px;
	overflow: hidden;
	border-radius: 30px;
	display: flex;
	justify-content: center;
}

@media only screen and (max-width: 800px) {
	.kiosque__swiper .swiper-slide {
		width: 200px;
		height: 80%;
	}
}

@media only screen and (max-width: 500px) {
	.kiosque__swiper .swiper-slide {
		width: 70%;
		height: 100%;
	}
}

.kiosque__swiper .image {
	display: block;
	width: 100%;
	min-width: 300px;
}

.kiosque__swiper .icon {
	position: absolute;
	bottom: 20px;
	margin: auto;
}

.kiosque__wrapper {
	display: flex;
	justify-content: center;
	position: relative;
	width: 100%;
}

.kiosque__control {
	width: 90%;
	display: flex;
	justify-content: space-between;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	z-index: 2;
	pointer-events: none;
}

@media only screen and (max-width: 800px) {
	.kiosque__control {
		top: 55%;
	}
}

@media only screen and (max-width: 500px) {
	.kiosque__control {
		display: none;
	}
}

.kiosque__control .arrow {
	cursor: pointer;
	pointer-events: auto;
}

.kiosque-interaction {
	/* width: 100%; */
	/* background: red; */
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	bottom: 8%;
	/* left: 45%; */
	width: 100%;
}

.kiosque-view,
.kiosque-download {
	border-radius: 50%;
}

.kiosque-view {
	margin-right: 5px;
}

.kiosque-view a,
.kiosque-download a,
.kiosque-download img,
.kiosque-view img {
	display: block;
	width: 50px;
	height: 50px;
}
.kiosque-download {
	margin-left: 5px;
}

.kiosque-view:hover,
.kiosque-download:hover {
	box-shadow: 0 0 10px lightgray;
}
/* .kiosque-download { */
/* margin-right: 10px; */
/* width: 100px; */
/* } */
.kiosque__bottom {
	display: flex;
	align-items: center;
	flex-direction: column;
	justify-content: flex-end;
	width: 100%;
}

.kiosque-bottom-container {
	width: 100%;
	display: flex;
	align-items: center;
	margin-bottom: 100px;
	justify-content: flex-end;
	/* background: blue; */
}

@media screen and (max-width: 500px) {
	.kiosque-bottom-container {
		justify-content: center;
	}
}

.kiosque__button {
	padding: 10px 20px 10px 20px;
	color: white;
	font-size: 14pt;
	background: black;
	border-radius: 30px;
	cursor: pointer;
	transition: all 0.2s ease-in;
}

.kiosque__button:hover {
	box-shadow: 0 0 10px black;
}

.kiosque__paragraph {
	margin-right: 50px;
	max-width: 300px;
	font-size: 13pt;
	text-align: center;
}

.kiosque-arrow-container {
	/* background: red; */
	position: absolute;
	top: 50%;
	width: 80%;
	display: flex;
	justify-content: flex-end;
}

.kiosque-arrow-under {
	width: 70%;
	/* background: blue; */
	display: flex;
	justify-content: space-between;
}

.kiosque__wrapper-min {
	display: none;
}

@media screen and (max-width: 900px) {
	.kiosque-arrow-container,
	.kiosque__wrapper,
	.kiosque__paragraph {
		display: none;
	}
	.kiosque__wrapper-min {
		display: flex;
	}
	.kiosque__button {
		margin-right: 0;
		margin-top: 30px;
	}
	.kiosque-download {
		width: auto;
	}
	.kiosque-bottom-container {
		justify-content: center;
	}
	.kiosque-bottom-content {
		display: flex;
		justify-content: center;
	}
}

.kiosque-bottom-content {
	display: flex;
	/* background: red; */
	width: 56%;
}

@media screen and (max-width: 1200px) {
	.kiosque-bottom-content {
		width: 60%;
	}
}

@media screen and (max-width: 200px) {
	.kiosque-bottom-content {
		width: 65%;
	}
}

.kiosque__wrapper::after {
	content: "";
	display: inline-block;
	height: 100%;
	position: absolute;
	left: 0;
	background: #fff;
	width: 43%;
}

@media screen and (max-width: 1200px) {
	.kiosque__wrapper::after {
		width: 39%;
	}
}

.kiosque__wrapper-min {
	width: 100%;
}
.wrap-image-swip {
	display: flex;
	justify-content: center;
	display: block;
	overflow: hidden;
}

.wrap-image-swip>img {
	display: block;
	height: 300px !important;
	width: auto;
	margin: auto;
}
