.how-we-do-slider {
  width: 100%;
}
.how-we-do-slider .swiper-slide-active {
  opacity: 1;
  transition: all 0.3s ease;
}
@media screen and (min-width: 768px) {
  .how-we-do-slider .swiper-slide-active .img-slider {
    flex: 0 0 298px;
  }
}
@media screen and (min-width: 1024px) {
  .how-we-do-slider .swiper-slide-active .img-slider {
    flex: 0 0 424px;
  }
}
.how-we-do-slider .swiper-slide-next,
.how-we-do-slider .swiper-slide-prev {
  opacity: 0.5;
  transition: all 0.3s ease;
  height: 224px;
}
@media screen and (min-width: 1024px) {
  .how-we-do-slider .swiper-slide-next .img-slider,
  .how-we-do-slider .swiper-slide-prev .img-slider {
    flex: 0 0 283px;
  }
}

.gradient-header-overlay {
  background: linear-gradient(180deg, rgba(15, 15, 15, 0.5) 0%, #0f0f0f 84.68%);
  background-blend-mode: multiply;
}

@media screen and (min-width: 1280px) {
  .bg-logo-offer {
    max-width: 62.7604166667vw;
  }
}
@media screen and (min-width: 1920px) {
  .bg-logo-offer {
    max-width: 1205px;
  }
}

@media screen and (min-width: 1024px) {
  .bg-logo-tecnology {
    max-width: 49.53125vw;
  }
}
@media screen and (min-width: 1920px) {
  .bg-logo-tecnology {
    max-width: 951px;
  }
}

.shadow-box-solutions {
  box-shadow: 0px 0px 8px 0px rgba(109, 109, 109, 0.168627451);
}

.gradient-cta-overlay-1 {
  background: linear-gradient(180deg, #0f0f0f 22.88%, rgba(15, 15, 15, 0.0431373) 100%);
}

.gradient-cta-overlay-2 {
  background: linear-gradient(180deg, rgba(15, 15, 15, 0.0431373) 0%, #0f0f0f 71.55%);
}

.gradient-cta-overlay-3 {
  background: rgba(0, 0, 0, 0.7490196078);
  background-blend-mode: multiply;
}/*# sourceMappingURL=styles.css.map */