/* oleg - b-variables - start */
/* oleg - b-variables - start */
@font-face {
  font-family: "productsans-bold";
  src: url("../fonts/productsans-bold.ttf");
  font-display: swap;
}
@font-face {
  font-family: "productsans-regular";
  src: url("../fonts/productsans-regular.ttf");
  font-display: swap;
}
@font-face {
  font-family: "productsans-thin";
  src: url("../fonts/productsans-thin.ttf");
  font-display: swap;
}
p, a, ul, li, button {
  font-family: "productsans-regular";
}

h1, h2, h3, h4, h5, h6 {
  font-family: "productsans-bold";
}

.u-c-main {
  color: #4ca5c3;
}

.u-bg-main {
  background: #4ca5c3;
}

.u-c-second {
  color: #f8eb56;
}

.u-bg-second {
  background: #f8eb56;
}

.u-c-third {
  color: #1D4872;
}

.u-bg-third {
  background: #1D4872;
}

/* oleg - b-variables - end */
/* oleg - extends - start */
/* oleg - extends - end */
/* oleg - mixins - start */
/* oleg - responsive - start */
/* oleg - responsive - end */
/* oleg - mixins - end */
/* oleg - colors - start */
/* oleg - colors - end */
.m-via__solucoes {
  margin: 0px 0 35px 0 !important;
}
@media (min-width: 1247px) {
  .m-via__solucoes {
    margin: 0px 0 60px 0 !important;
  }
}
.m-via__solucoes h2 {
  margin: 0 !important;
}
.m-via__txt {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  margin: 0 0 50px 0;
}
@media (min-width: 1247px) {
  .m-via__txt {
    margin: 0 0 80px 0;
  }
}
.m-via__txt p {
  text-align: center;
  font-size: 18px;
  margin: 0 0 15px 0;
  max-width: 900px;
  color: white;
  line-height: 1.75;
  width: 90%;
}
@media (min-width: 1247px) {
  .m-via__txt p {
    font-size: 23px;
    margin: 0 0 15px 0;
  }
}
.m-via__txt h4 {
  text-transform: uppercase;
  color: #f8eb56 !important;
  font-size: 20px;
  margin: 20px 0 30px 0;
  color: white;
  text-align: center;
  width: 90%;
  max-width: 900px;
}
@media (min-width: 1247px) {
  .m-via__txt h4 {
    font-size: 27px;
    margin: 20px 0 30px 0;
  }
}
.m-via__txt img {
  width: 70px;
}
@media (min-width: 1247px) {
  .m-via__txt img {
    idth: 100px;
  }
}
.m-via__padpad {
  padding: 50px 0;
}
@media (min-width: 1247px) {
  .m-via__padpad {
    padding: 50px 0;
  }
}
@media (min-width: 1439px) {
  .m-via__padpad {
    padding: 75px 0;
  }
}
.m-via__agendedemo {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.m-via__agendedemo a {
  color: white;
  text-transform: uppercase;
  background: linear-gradient(#2C963C, #25B33B);
  font-size: 17px;
  padding: 20px 40px;
  border-radius: 20px;
  margin-top: 30px;
  cursor: pointer !important;
}
@media (min-width: 1247px) {
  .m-via__agendedemo a {
    padding: 20px 40px;
    margin-top: 60px;
    font-size: 20px;
  }
}
