.kiosque {
  display: flex;
  justify-content: center;
  background: url(../img/bg-kiosque.png) center center no-repeat;
  background-size: cover;
}

.kiosque__container {
  width: 80%;
  display: flex;
  flex-direction: column;
}

.kiosque__bottom {
  display: flex;
  justify-content: space-evenly;
  width: 100%;
  align-items: center;
  padding-top: 20px;
  flex-direction: column;
}

@media screen and (max-width: 1600px) {
  .kiosque__container {
    width: 100%;
  }
}

.k-left {
  width: 50%;
}

.k-line {
  height: 20px;
  width: 57%;
  background: #fff;
  margin-right: 35px;
}

.kiosque-title {
  display: flex;
  align-items: center;
  flex-direction: column;
  margin-bottom: 50px;
  margin-top: 50px;
}

.k-right {
  width: 50%;
  height: 500px;
}

.k-title {
  margin-top: 10px;
}

.gallery {
  position: relative;
}

@media screen and (max-width: 500px) {
  .gallery {
    overflow: hidden;
  }
}

.gallery-controls {
  display: flex;
  justify-content: space-around;
  /* margin: 30px 0; */
  position: absolute;
  width: 71%;
  top: 50%;
  z-index: 7;
}

@media screen and (max-width: 1600px) {
  .gallery-controls {
    width: 100%;
  }
}

.kiosque-history {
  display: flex;
  align-items: center;
  justify-content: space-around;
  position: relative;
}

.kiosque-button {
  display: flex;
  justify-content: center;
  text-align: center;
}

.k-button {
  border: none;
  border-radius: 50px;
  padding: 15px;
  color: white;
  background: black;
  box-shadow: 0 0 8px rgb(90, 90, 90);
  cursor: pointer;
  transition: all 0.2s ease-out;
}

.k-button:hover {
  box-shadow: 0 0 15px rgb(56, 56, 56);
}

.swiper-container {
  /* width: 100%; */
  height: 100%;
}

.k-slide-img {
  width: 100%;
}

/* .swiper-slide {
	height: 60%;
	overflow: hidden;
	display: flex;
	justify-content: center;
} */

.swiper-slide {
  overflow: hidden;
  display: flex;
  justify-content: center;
}

.container-card .swiper-wrapper {
  width: auto;
  height: 100%;
}

.swiper-slide .slide-image {
  width: auto;
}

.swiper-button-next {
  background: url(../img/arrow-frwd.png) center center no-repeat;
}

.swiper-controller {
  display: flex;
  justify-content: space-between;
  position: relative;
  top: -58%;
}

.k-paragraph {
  font-size: 15pt;
  margin: 0;
  padding-bottom: 20px;
  max-width: 400px;
  text-align: center;
}

@media screen and (max-width: 500px) {
  .k-paragraph {
    max-width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }
}

.kiosque-interaction {
  width: 10%;
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  position: absolute;
  z-index: 3;
  bottom: 7%;
}

.gallery-item img {
  width: 100%;
}
