.titulo {
  text-align: center;
  font-weight: 900;
  color: #fff;
}

.swiper .swiper-slider {
  background-position: center;
  background-size: cover;
  width: 150px;
  height: 150px;
}

img {
  width: 400px;
  height: 400px;
}

@media only screen and (max-width: 767px) {

  .galeria_sct {
    width: 100%;
    height: 250px;
    background: linear-gradient(150deg, #050e24 0, #052e74 40%, #545454 70%, #050e24 100%);
  }

  .swiper-container {
    width: 100%;
    height: 150px;
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .swiper-slide img {
    display: block;
    width: 100%;
    border-radius: 10px;
    width: 130px;
    height: 150px;
  }

}