html,
body {
  position: relative;
  height: 100%;
}

body {
   background-image: url("../../../assets/images/fundo-4-2000x761.png");
  font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
  font-size: 14px;
  color: #000;
  margin: 0;
  padding: 0;
}

.btm2{
    color: #7474b5;
    width:2rem;
}

.swiper {
  width: 100%;
  height: 100%;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  background-image: url("../../../assets/images/fundo-4-2000x761.png");
  display: flex;
  justify-content: center;
  align-items: center;
}

.swiper-slide img {
      display: block;
      width: 100%;
      height: 100%;
      object-fit: cover;
    }

html,
body2 {
  position: relative;
  height: 100%;
}

body2 {
  background: #eee;
  font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
  font-size: 14px;
  color: #000;
  margin: 0;
  padding: 0;
}

@media screen and (max-width: 1000px) and (min-width: 200px) {
   .swiper-button-next,
   .swiper-button-prev {
      display: none !important;
  }
}

