.carousel-caption {
  bottom: 45%;
  transform: translate(0, 50%);
}

  .carousel-caption h5 {
    font-size: 35px;
  }

  .carousel-caption p {
    font-size: 20px;
  }

  .carousel .carousel-item img {
    width: 100%;
  }

@media (min-width: 992px) {

  .carousel-caption {
    bottom: 50%;
  }

  /* .carousel .carousel-item img {
    height: 100vh;
    object-fit: cover;
  } */

}

.carousel .carousel-control-prev {
    opacity: 1;
    width: 125px;
}

.carousel .carousel-control-next {
  opacity: 1;
  width: 125px;
}

.carousel .carousel-control-prev-icon {
  background-image: url(img/topo_seta_prev.svg);
  background-position: left center;
  width: 50px;
  height: 50px;
}

@media (min-width: 1200px) {

    .carousel .carousel-control-prev-icon {
      width: 84px;
      height: 84px;
      background-position: center center;
    }

    .carousel .carousel-control-next-icon {
      width: 84px;
      height: 84px;
      background-position: center center;
    }
}

.carousel .carousel-control-next-icon {
  background-image: url(img/topo_seta_next.svg);
  background-position: right center;
  width: 50px;
  height: 50px; }
}

.carousel .carousel-indicators li {
  border-radius: 50%;
  width: 10px;
  height: 10px;
}