* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  background: #f2f2f2;
}

@keyframes slide {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}

.logos {
  overflow: hidden;
  padding: 0px 0;
  background: white;
  white-space: nowrap;
  position: relative;
}

.logos:before,
.logos:after {
  position: absolute;
  top: 0;
  width: 250px;
  height: 100%;
  content: "";
  z-index: 2;
}

.logos:before {
  left: 0;
  background: linear-gradient(to left, rgba(255, 255, 255, 0), white);
}

.logos:after {
  right: 0;
  background: linear-gradient(to right, rgba(255, 255, 255, 0), white);
}

.logos:hover .logos-slide {
  animation-play-state: paused;
}

.logos-slide {
  display: inline-block;
  animation: 35s slide infinite linear;
}

.logos-slide img {
  height: 50px;
  margin: 0 40px;
}

.color-g {
  color: #ffffffde !important;
}

.color-f {
  color: #ffffffcc !important;
}

.gexter {
  background-color: #fff !important;
  padding: 5px 20px;
  margin: 20 75px;
  border-radius: 5px;
}

.gexter .header-logo {

}

.gexter .header-menu {

}

.mensal {
  position: absolute;
  margin-top: -40px;
  margin-left: 50px;
}

.as-mobile .mensal {
  margin-left: 20px;
  margin-top: -35px;
}

.xcfilter {
  margin-left: 30px;
}

.sub-gexter {
  position: absolute;font-size: 14px;margin-left: 8px;
}

.gexter.has-fixed {
  background-color: unset;
  padding: unset;
  margin: unset;
  border-radius: unset;
}

.gexter.has-fixed .header-logo {
  margin-left:unset;
}

.gexter.has-fixed .header-menu {
  margin-left:unset;
}

.preco {
  color: #6576ff;
}

.as-mobile .xcfilter {
  margin-left:unset;
}

.as-mobile .gexter {
  background-color: unset;
  padding: unset;
  margin: unset;
  border-radius: unset;
}

.as-mobile .gexter .header-logo {
  margin-left:unset;
}

.as-mobile .gexter .header-menu {
  margin-left:unset;
}
.h-40px {
  height: 70px !important;
}

.swiper-container {
  width: 100%;
  padding: 50px 0;
}

.swiper-slide {
  text-align: center;
}


@media (min-width: 992px) {
  .section-sm {
      padding: .75rem 0;
  }
}