/* .swiper-slide:last-child {
    margin-bottom: 100px !important;
} */

.progress-container,
.progress-bar {
  pointer-events: auto;
}

.swiper-slide-content {
  position: absolute;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  padding: 20px;
  color: white;
  font-family: "Estricta", sans-serif;
  width: 100%;
}

.swiper-slide-content .entrar {
  text-align: right;
  background-color: transparent;
  color: white;
  font-family: "Estricta Black", sans-serif;
  text-transform: uppercase;
  font-size: 1.5rem;
  border: none;
  cursor: pointer;
  z-index: 99;
  text-decoration: none;
  transition: all 0.5s ease;
}

.swiper-slide-content:hover .entrar {
  color: #b3b3b3;
}

.swiper-slide-content:hover .entrar span {
  transform: translateX(5px);
}

.swiper-slide-content .entrar span {
  display: inline-block;
  transition: transform 0.3s ease;
}

.logosYamaha .swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
}

.customDropdown li a:hover {
  color: #143f90;
}

@media screen and (max-width: 768px) {
  .mySwiper .progress-container {
    width: 50%;
    margin: auto;
    height: 6px;
    background-color: lightgrey;
    transition: width 0.3s ease;
    z-index: 99;
    position: relative;
    margin-top: 60px;
  }

  .mySwiper .progress-bar {
    margin-top: -10px;
    height: 10px;
    border: 5px solid #143f90;
    background-color: #143f90;
    transition: width 0.3s ease;
    border-radius: 20px;
    top: -2px;
    position: relative;
  }

  .swiper-slide-content h2 {
    font-size: 1.8rem;
    margin: 10px 0px;
  }

  .swiper-slide-content .entrar {
    padding: 0px 20px;
  }
}
