@media (min-width: 992px) {
  .carousel .carousel-item img {
    height: 100vh;
    width: 100%;
    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 {
  background-image: url(img/topo_seta_next.svg);
  background-position: right center;
  width: 50px;
  height: 50px; }
  @media (min-width: 1200px) {
    .carousel .carousel-control-next-icon {
      width: 84px;
      height: 84px;
      background-position: center center; } }
.carousel .carousel-indicators li {
  border-radius: 0;
  width: 30px;
  height: 3px; }