.mySwiper {
  width: 60%;
  height: 320px;
  margin-top: 20px;
}
video{
  width: 600px;
  height: auto !important;
  object-fit: cover;
}

.slide {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
}
.slide-text {
  padding-left: 60px;
}
.slide-text h2 {
  font-size: 30px !important;
  font-weight: bold;
  /* white-space: nowrap; */
  grid-column: 1;
  margin-bottom: 25px;
  color: #ff005a;
}
.slide-text p {
  font-size: 14px !important;
}

.slide img {
  max-width: 250px;
  object-fit: cover;
  grid-column: 2;
  margin: 0 auto;
}

.swiper-slide {
  font-size: 16px;

  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.swiper-button-next:after,
.swiper-button-prev:after {
  color: #ff005a !important;
  font-size: 35px !important;
}

@media (max-width: 960px) {
  .mySwiper {
    width: 85%;
    height: 300px;
    margin-top: 0;
  }
  .slide-text h2 {
    font-size: 18px !important;
    font-weight: bold;
    /* white-space: inherit; */
  }
  .slide-text p {
    font-size: 12px !important;
  }
  .slide img {
    max-width: 200px;
    object-fit: cover;
    grid-column: 2;
    margin: 0 auto;
  }
  video{
    width: 100%;
    object-fit: cover;
  }
}
@media (max-width: 600px) {
  .mySwiper {
    width: 65%;
    height: 300px;
    margin-top: 0;
  }
  .mySwiper {
    width: 100%;
  }
  .slide-text {
    padding-left: 40px;
  }
  .slide-text h2 {
    font-size: 15px !important;
    font-weight: bold;
    margin-bottom: 16px;
  }
  .slide-text p {
    font-size: 9px !important;
  }
  .slide img {
    max-width: 150px;
    /* height: 300px; */
  }

  .swiper-button-next:after,
  .swiper-button-prev:after {
    color: #ff005a !important;
    font-size: 25px !important;
  }
 

}

/* .swiper-slide a img {
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
}*/

/* }

.mySlides {
  display: none;
}
img {
  vertical-align: middle;
}

.slideshow-container {
  max-width: 75%;
  position: relative;
  margin: auto;
}

.prev,
.next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 10px;
  margin-top: -22px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
  background-color: #fff;
}

@media screen and (max-width: 640px) {
  .prev,
  .next {
    padding: 2%;
  }
}

.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

.text {
  color: #f2f2f2;
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
}

.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

.dot {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.active-carousel,
.dot:hover {
  background-color: #430e5e;
}

@media only screen and (max-width: 300px) {
  .prev,
  .next,
  .text {
    font-size: 15px;
  }
}

.icone-pink {
  color: #e2056d;
  font-size: x-large;
}
