.swiper {
  max-width: 90%;
  min-height: 400px;
  margin-top: 25px;
  margin-left: 10px !important;
  margin-right: 10px !important;
  margin-bottom: 20px !important;
  /*padding: 20px;*/
}

.swiper-slide {
  font-family: 'Albert Sans';
  text-align: center;
  font-size: 16px;
  background: #ffffff;
  border: solid 1px #e7e7e7;
  display: flex !important;
  justify-content: center;
  align-items: center;
  width: 250px;
  /*border-radius: 15px;*/
  box-shadow: 0px 0px 5px 0px #f4f4f4;
  /*height: 500px;*/
}

.swiper-slide:active {
  font-family: 'Albert Sans';
  text-align: center;
  font-size: 16px;
  background: #ffffff !important;
  border: solid 1px #e7e7e7;
  display: flex !important;
  justify-content: center;
  align-items: center;
  /*border-radius: 15px;*/
  box-shadow: 0px 0px 5px 0px #f4f4f4;
  color: white;
}

.swiper-slide:hover {
  font-family: 'Albert Sans';
  text-align: center;
  font-size: 16px;
  /*background: #000000;*/
  border: solid 1px #e7e7e7;
  display: flex !important;
  justify-content: center;
  align-items: center;
  max-width: 100%;
  /*border-radius: 15px;*/
  box-shadow: 0px 0px 5px 0px #f4f4f4;
  color: white;
}

.slide1:hover {
  /*transform: rotate(0deg) !important;*/
  /*transition: transform 1s;*/
}

#slide2:hover {
  /*transform: rotate(0deg) !important;*/
  /*transition: transform 1s;*/
}

#slide3:hover {
  /*transform: rotate(0deg) !important;*/
  /*transition: transform 1s;*/
}

#slide4:hover {
  /*transform: rotate(0deg) !important;*/
  /*transition: transform 1s;*/
}

#slide5:hover {
  /*transform: rotate(0deg) !important;*/
  /*transition: transform 1s;*/
}

#slide6:hover {
  /*transform: rotate(0deg) !important;*/
  /*transition: transform 1s;*/
}

.swiper-wrapper {
  padding: 15px;
  /*z-index: 100;*/
}

.esperamos {
  color: black !important;
}

.swiper-pagination-bullet-active {
  background: #0c1631 !important;
  margin-top: 100px;
}

