.serviciosSection {
  padding: 100px 0px 100px 0px;
  overflow: hidden;
  visibility: hidden;
  outline: 1px solid #143f90;
}

.serviciosSection .swiper-slide {
  color: white;
  width: 100%;
  height: 528px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  border-radius: 0px;
  overflow: hidden;
}

.serviciosSection .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.8s ease;
}

.serviciosSection .swiper-slide:hover img {
  transform: scale(1.1);
}

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

  .serviciosSection .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;
  }

  .serviciosSection {
    padding: 50px 0px 50px 0px;
  }

  .serviciosSection .swiper-wrapper {
    display: flex;
    justify-content: start;
    height: 500px;
  }

  .serviciosSection .swiper-slide {
    height: auto;
    padding: 10px;
    width: 100%;
  }
}
