.Secao-slider-banner {
  position: relative;
  width: 100%;
  height: 492px;

  .swiper-controls {
    position: absolute;
    bottom: 24px;
    width: 100%;
    z-index: 1;

    .swiper-navigation {
      display: flex;
      align-items: center;
      justify-content: center;
      gap: 6px;

      .Button {
        border: none;
        background-color: transparent;
        font-size: 32px;
      }
    }

    .swiper-pagination {
      display: flex;
      align-items: center;
      justify-content: center;
      gap: 6px;

      .swiper-pagination-bullet {
        width: 8px;
        height: 8px;
        border: 1px solid #fff;
        border-radius: 100%x;
        background: transparent;
      }

      .swiper-pagination-bullet-active {
        background: #fff;
      }
    }
  }

  @media screen and (min-width: $md) {
    height: 311px;

    .swiper-controls {
      .swiper-navigation {
        .button-navigation {
          width: 32px;
          height: 32px;
        }
      }
    }
  }
}
