/* oleg - reset - start */
html {
  scroll-behavior: smooth;
}

body, html, h1, h2, h3, h4, h5, h6, ul, figure, p {
  margin: 0px;
  padding: 0px;
}

ul {
  list-style: none;
}

a {
  text-decoration: none;
  cursor: pointer;
}

button {
  outline: none;
  border: none;
  cursor: pointer;
  border-radius: 0;
  background: none;
  margin: 0;
  padding: 0;
}

select, input[type=text], input[type=submit], input[type=number], input[type=phone], input[type=email], input[type=password],
input[type=mail], input[type=tel], textarea {
  outline: none;
  margin: 0;
  border-radius: 0;
}

input[type=submit] {
  cursor: pointer;
  -webkit-appearance: none;
}

div, section, main, aside, header, footer, p, h1, h2, h3, h4, h5, h6, form, input, ul, li, td, aside, a, nav {
  box-sizing: border-box;
}

table {
  border-collapse: collapse;
}

iframe {
  border: none;
}

/* oleg - reset - end */
/* oleg - classes - start */
/* oleg - responsive - start */
/* oleg - responsive - end */
.u-displaynone {
  display: none !important;
}

.u-displayblock {
  display: block !important;
}

.u-no-up-tablet {
  display: block !important;
}
@media (min-width: 751px) {
  .u-no-up-tablet {
    display: none !important;
  }
}

.u-no-up-tabletwide {
  display: block !important;
}
@media (min-width: 1023px) {
  .u-no-up-tabletwide {
    display: none !important;
  }
}

.u-no-up-desktop {
  display: block !important;
}
@media (min-width: 1247px) {
  .u-no-up-desktop {
    display: none !important;
  }
}

.u-no-up-desktopwide {
  display: block !important;
}
@media (min-width: 1439px) {
  .u-no-up-desktopwide {
    display: none !important;
  }
}

.u-no-down-tablet {
  display: none !important;
}
@media (min-width: 751px) {
  .u-no-down-tablet {
    display: block !important;
  }
}

.u-no-down-tabletwide {
  display: none !important;
}
@media (min-width: 1023px) {
  .u-no-down-tabletwide {
    display: block !important;
  }
}

.u-no-down-desktop {
  display: none !important;
}
@media (min-width: 1247px) {
  .u-no-down-desktop {
    display: block !important;
  }
}

.u-no-down-desktopwide {
  display: none !important;
}
@media (min-width: 1439px) {
  .u-no-down-desktopwide {
    display: block !important;
  }
}

/* oleg - classes - end */
/* oleg - colors - start */
/* oleg - colors - end */
/* oleg - extends - start */
.m-main__images img, .m-blog__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* oleg - extends - end */
/* 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 */
/* MIDGARD - l-wrapper--standard - start */
/* oleg - mixins - start */
/* oleg - mixins - end */
/* MIDGARD - l-wrapper--standard - start */
.l-wrapper--standard {
  display: grid;
  grid-template-columns: 1fr 95% 1fr;
}
@media (min-width: 389px) {
  .l-wrapper--standard {
    grid-template-columns: 1fr 90% 1fr;
  }
}
@media (min-width: 479px) {
  .l-wrapper--standard {
    grid-template-columns: 1fr 85% 1fr;
  }
}
@media (min-width: 559px) {
  .l-wrapper--standard {
    grid-template-columns: 1fr 80% 1fr;
  }
}
@media (min-width: 639px) {
  .l-wrapper--standard {
    grid-template-columns: 1fr 75% 1fr;
  }
}
@media (min-width: 751px) {
  .l-wrapper--standard {
    grid-template-columns: 1fr 710px 1fr;
  }
}
@media (min-width: 1023px) {
  .l-wrapper--standard {
    grid-template-columns: 1fr 900px 1fr;
  }
}
@media (min-width: 1247px) {
  .l-wrapper--standard {
    grid-template-columns: 1fr 1100px 1fr;
  }
}
@media (min-width: 1439px) {
  .l-wrapper--standard {
    grid-template-columns: 1fr 1300px 1fr;
  }
}
@media (min-width: 1799px) {
  .l-wrapper--standard {
    grid-template-columns: 1fr 1500px 1fr;
  }
}
.l-wrapper--standard__content {
  width: 95%;
  margin: 0 auto;
}
@media (min-width: 389px) {
  .l-wrapper--standard__content {
    width: 90%;
  }
}
@media (min-width: 479px) {
  .l-wrapper--standard__content {
    width: 85%;
  }
}
@media (min-width: 559px) {
  .l-wrapper--standard__content {
    width: 80%;
  }
}
@media (min-width: 639px) {
  .l-wrapper--standard__content {
    width: 75%;
  }
}
@media (min-width: 751px) {
  .l-wrapper--standard__content {
    width: 710px;
  }
}
@media (min-width: 1023px) {
  .l-wrapper--standard__content {
    width: 900px;
  }
}
@media (min-width: 1247px) {
  .l-wrapper--standard__content {
    width: 1100px;
  }
}
@media (min-width: 1439px) {
  .l-wrapper--standard__content {
    width: 1300px;
  }
}
@media (min-width: 1799px) {
  .l-wrapper--standard__content {
    width: 1500px;
  }
}

/* oleg - wrapper-standard-variables - start */
.l-si-home {
  grid-template-areas: "header header header" "banner banner banner" "main main main" "facilite facilite facilite" ". impulsionam ." "split split split" "sisplus sisplus sisplus" "sisplusone sisplusone sisplusone" "queropj queropj queropj" "sispro sispro sispro" ". ecossistema ." "euquero euquero euquero" ". sobre ." "case case case" "clientes clientes clientes" "contato contato contato" "footer footer footer";
}

.l-si-lp {
  grid-template-areas: "begin begin begin" "vantagens vantagens vantagens" "testemunhos testemunhos testemunhos" "como como como" "lpsplit lpsplit lpsplit" ". faq ." "contato contato contato" "footer footer footer";
}

.l-si-modelo {
  grid-template-areas: "header header header" "secondmain secondmain secondmain" "footer footer footer";
}

.l-si-blog {
  grid-template-areas: "header header header" ". blogmain ." ". impulsionam ." "footer footer footer";
}

.l-header {
  grid-area: header;
}

.l-banner {
  grid-area: banner;
}

.l-main {
  grid-area: main;
}

.l-facilite {
  grid-area: facilite;
}

.l-impulsionam {
  grid-area: impulsionam;
}

.l-sisplus {
  grid-area: sisplus;
  background: #E5E6E7;
}

.l-sisplusone {
  grid-area: sisplusone;
  background: #4ca5c3;
}

.l-queropj {
  grid-area: queropj;
  background: #DAA520;
}

.l-sispro {
  grid-area: sispro;
  background: #E5E6E7;
}

.l-ecossistema {
  grid-area: ecossistema;
}

.l-euquero {
  grid-area: euquero;
}

.l-sobre {
  grid-area: sobre;
}

.l-case {
  grid-area: case;
}

/* MIDGARD - l-wrapper--standard - end */
.m-banner {
  position: relative;
}
.m-banner__content {
  background: none;
}
.m-banner__mobile {
  height: calc(100vh - 74px);
}
@media (min-width: 751px) {
  .m-banner__mobile {
    display: none;
  }
}
.m-banner__mobile img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.m-banner__all {
  display: none;
}
@media (min-width: 751px) {
  .m-banner__all {
    display: block;
  }
}
.m-banner__all img {
  width: 100%;
}
.m-banner__mask {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  background: rgba(0, 0, 0, 0.75);
}
.m-banner__title {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: wrap;
}
.m-banner__title h1 {
  color: white;
  text-align: center;
  font-size: 25px;
  line-height: 1.5;
  font-family: "productsans-thin";
  padding: 0 30px;
  width: 100%;
  margin: -50px 0 0 0;
}
@media (min-width: 751px) {
  .m-banner__title h1 {
    margin: 0 50px 0 0;
    font-size: 35px;
    text-align: right;
  }
}
@media (min-width: 1247px) {
  .m-banner__title h1 {
    margin: 0 100px 0 0;
    font-size: 40px;
  }
}
@media (min-width: 1439px) {
  .m-banner__title h1 {
    margin: 0 200px 0 0;
    font-size: 45px;
  }
}
.m-banner__title span {
  font-weight: bold;
  font-family: "productsans-bold";
}

.m-blog {
  padding: 20px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media (min-width: 751px) {
  .m-blog {
    padding: 30px 0;
  }
}
@media (min-width: 1023px) {
  .m-blog {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
  }
}
@media (min-width: 1247px) {
  .m-blog {
    padding: 40px 0;
  }
}
@media (min-width: 1439px) {
  .m-blog {
    padding: 50px 0;
  }
}
.m-blog aside {
  order: 2;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  background: #1D4872;
  padding: 50px 0;
  border-radius: 20px;
  margin: 50px 0 0 0;
}
@media (min-width: 1023px) {
  .m-blog aside {
    order: 1;
    width: 22%;
    padding: 10px 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin: 10px 0 0 0;
  }
}
@media (min-width: 1247px) {
  .m-blog aside {
    width: 24%;
  }
}
.m-blog__aside {
  width: 90%;
  max-width: 300px;
  margin: 15px 0;
  background: #4ca5c3;
  padding: 25px;
  border-radius: 10px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.m-blog__aside p, .m-blog__aside h2 {
  text-align: center;
}
.m-blog__aside h2 {
  font-size: 19px;
  color: #f8eb56;
}
.m-blog__aside p {
  font-size: 14px;
  color: white;
  margin: 15px 0;
}
.m-blog__aside a {
  font-size: 14px;
  color: #4ca5c3;
  background: #f8eb56;
  padding: 10px 0;
  width: 125px;
  border-radius: 10px;
  text-align: center;
}
@media (min-width: 1023px) {
  .m-blog__aside a {
    margin: 8px 0;
  }
}
.m-blog main {
  order: 1;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: inherit;
  justify-content: flex-start;
  flex-wrap: wrap;
}
@media (min-width: 1023px) {
  .m-blog main {
    order: 2;
    width: 74%;
  }
}
@media (min-width: 1247px) {
  .m-blog main {
    width: 72%;
  }
}
.m-blog__main {
  margin: 10px 0;
  width: 270px;
}
@media (min-width: 1023px) {
  .m-blog__main {
    width: 45%;
    margin: 10px 2.5%;
  }
}
@media (min-width: 1247px) {
  .m-blog__main {
    margin: 10px 1.5%;
  }
}
@media (min-width: 1439px) {
  .m-blog__main {
    width: 30%;
    margin: 25px 1.5%;
  }
}
.m-blog__myposts {
  width: 100%;
}
@media (min-width: 1023px) {
  .m-blog__myposts {
    display: flex;
    flex-direction: row;
    align-items: inherit;
    justify-content: flex-start;
    flex-wrap: wrap;
  }
}
.m-blog__content {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
@media (min-width: 751px) {
  .m-blog__content {
    display: flex;
    flex-direction: row;
    align-items: normal;
    justify-content: space-around;
    flex-wrap: wrap;
  }
}
.m-blog__image {
  margin: 0 auto 5px auto;
  width: 270px;
  width: 270px;
  height: 151.875px;
}
@media (min-width: 751px) {
  .m-blog__image {
    width: 270px;
    height: 151.875px;
  }
}
@media (min-width: 1247px) {
  .m-blog__image {
    width: 356.391px;
    height: 200.4699375px;
  }
}
@media (min-width: 1439px) {
  .m-blog__image {
    width: 280.797px;
    height: 157.9483125px;
  }
}
@media (min-width: 1799px) {
  .m-blog__image {
    width: 324px;
    height: 182.25px;
  }
}
.m-blog__image img {
  border-radius: 10px 10px 0 0;
}
.m-blog__pagination {
  width: 100%;
  margin: 20px 0 0 0;
}
@media (min-width: 751px) {
  .m-blog__pagination {
    margin: 20px 0 0 0;
  }
}
.m-blog__pagination ul li {
  display: inline;
  margin: 0 8px;
  font-size: 13px;
  color: #57585A;
}
@media (min-width: 751px) {
  .m-blog__pagination ul li {
    margin: 0 10px;
    font-size: 15px;
  }
}
@media (min-width: 1247px) {
  .m-blog__pagination ul li {
    margin: 0 13px;
    font-size: 16px;
  }
}
.m-blog__txt {
  margin: 0;
  padding: 0 10px;
  background: #E5E6E7;
  padding: 15px;
  border-radius: 0 0 10px 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
}
@media (min-width: 1023px) {
  .m-blog__txt {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    flex-wrap: wrap;
  }
}
.m-blog__txt h5, .m-blog__txt h2, .m-blog__txt p {
  width: 90%;
  text-align: center;
}
@media (min-width: 751px) {
  .m-blog__txt h5, .m-blog__txt h2, .m-blog__txt p {
    text-align: left;
  }
}
.m-blog__txt h5 {
  color: #4ca5c3;
  font-weight: normal;
  font-size: 14px;
}
.m-blog__txt h2 {
  color: #1D4872;
  font-size: 16px;
  margin: 15px 0 0 0;
  overflow: hidden;
}
@media (min-width: 751px) {
  .m-blog__txt h2 {
    height: 43px;
    font-size: 17px;
  }
}
.m-blog__txt p {
  color: #3F3F41;
  line-height: 1.25;
  font-size: 15px;
  margin: 15px 0;
}
@media (min-width: 751px) {
  .m-blog__txt p {
    height: 58px;
    overflow: hidden;
  }
}
.m-blog__txt a {
  background: #f8eb56;
  color: #4ca5c3;
  font-size: 14px;
  padding: 10px 0;
  width: 150px;
  text-align: center;
  text-transform: uppercase;
  border-radius: 10px;
}

.m-materia {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.m-materia__image {
  width: 100%;
}
.m-materia__image img {
  width: 100%;
}
.m-materia__txt {
  width: 100%;
  margin: 30px 0 0 0;
}
.m-materia h1 {
  color: #4ca5c3;
  font-size: 25px;
}
.m-materia h2 {
  font-weight: normal;
  font-size: 16px;
  margin: 20px 0;
  font-family: "productsans-regular";
}
.m-materia p {
  font-size: 15px;
  line-height: 1.5;
  color: #57585A;
  margin: 0 0 7px 0;
}
@media (min-width: 751px) {
  .m-materia p {
    font-size: 16px;
  }
}

.m-case h2 {
  color: #f8eb56;
}
.m-case__content {
  margin: 60px 0 0 0;
}
.m-case__content img {
  width: 100%;
}
.m-case__bottom {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  padding: 20px 0;
}
.m-case__bottom a {
  background: none;
  border: 2px solid white;
  color: white;
  text-transform: uppercase;
  width: 300px;
  text-align: center;
  border-radius: 25px;
  padding: 15px 0;
  font-size: 17px;
}

.m-clientes img {
  height: 60px;
  margin: 0 60px;
}

.m-contato h2 {
  color: white;
}
.m-contato form {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  width: 100%;
  max-width: 400px;
  padding: 0;
  margin: 0 auto;
}
@media (min-width: 751px) {
  .m-contato form {
    width: 700px;
    max-width: none;
  }
}
.m-contato form input, .m-contato form textarea {
  border: 1px solid white;
  margin: 0 0 20px 0;
  width: 100%;
  background: none;
  padding: 15px 25px;
  font-family: "productsans-regular";
  color: white;
  font-size: 15px;
}
.m-contato form input:-moz-placeholder, .m-contato form textarea:-moz-placeholder {
  font-family: "productsans-regular";
  color: white;
  font-size: 15px;
}
.m-contato form input::-moz-placeholder, .m-contato form textarea::-moz-placeholder {
  font-family: "productsans-regular";
  color: white;
  font-size: 15px;
}
.m-contato form input:-ms-input-placeholder, .m-contato form textarea:-ms-input-placeholder {
  font-family: "productsans-regular";
  color: white;
  font-size: 15px;
}
.m-contato form input::-webkit-input-placeholder, .m-contato form textarea::-webkit-input-placeholder {
  font-family: "productsans-regular";
  color: white;
  font-size: 15px;
}
.m-contato form textarea {
  width: calc(100% - 52px);
}
.m-contato form input[type=submit] {
  text-transform: uppercase;
}

.m-ecossistema h2 {
  color: #4ca5c3;
}
.m-ecossistema__bottom img {
  width: 80%;
  margin: 0 10%;
}

.l-euquero {
  background: rgb(213, 213, 213);
  background: linear-gradient(90deg, rgb(213, 213, 213) 0%, rgb(233, 233, 233) 30%, rgb(255, 255, 255) 100%);
}

.m-euquero {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  width: 100%;
}
@media (min-width: 751px) {
  .m-euquero {
    display: flex;
    flex-direction: row;
    align-items: inherit;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 1100px;
    margin: 0 auto;
  }
}
.m-euquero__image {
  width: 100%;
  margin: 10px 0;
}
@media (min-width: 751px) {
  .m-euquero__image {
    width: 35%;
    margin: 0;
  }
}
.m-euquero__image img {
  width: 100%;
}
.m-euquero__content {
  width: 100%;
  margin: 10px 0;
}
@media (min-width: 751px) {
  .m-euquero__content {
    width: 60%;
    margin: 0;
    padding: 50px 0;
    display: flex;
    flex-direction: colunm;
    align-items: inherit;
    justify-content: space-between;
    flex-wrap: wrap;
  }
}
.m-euquero__content--center {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: inherit;
  justify-content: space-between;
  flex-wrap: wrap;
}
.m-euquero__top {
  width: 100%;
  flex-grow: 1;
  display: flex;
  flex-direction: row;
  align-items: inherit;
  justify-content: space-around;
  flex-wrap: wrap;
}
.m-euquero__bottom {
  width: 100%;
  padding: 25px 0;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-around;
  flex-wrap: wrap;
}
.m-euquero__bottom a {
  background: #4ca5c3;
  color: white;
  text-transform: uppercase;
  width: 300px;
  text-align: center;
  border-radius: 25px;
  padding: 15px 0;
  font-size: 17px;
}
.m-euquero__box {
  width: 100%;
  margin: 10px 0;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: space-around;
  flex-wrap: wrap;
}
@media (min-width: 751px) {
  .m-euquero__box {
    width: 45%;
    margin: 0;
    margin: 0 0 20px 0;
  }
  .m-euquero__box--icon {
    width: 18%;
  }
  .m-euquero__box--content {
    width: 65%;
  }
  .m-euquero__box h5 {
    color: #4ca5c3;
    font-size: 19px;
    margin: 0 0 5px 0;
    height: 50px;
    overflow: hidden;
  }
  .m-euquero__box p {
    font-size: 15px;
    line-height: 1.75;
  }
}

.m-facilite__top {
  position: relative;
}
.m-facilite__content img {
  width: 100%;
}
.m-facilite__mask {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  background: rgba(0, 0, 0, 0.75);
}
.m-facilite__title {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
@media (min-width: 751px) {
  .m-facilite__title {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: flex-end;
    flex-wrap: wrap;
  }
}
.m-facilite__title h3 {
  color: white;
  text-align: center;
  font-size: 20px;
  line-height: 1.5;
  text-transform: uppercase;
}
@media (min-width: 751px) {
  .m-facilite__title h3 {
    font-size: 25px;
    margin: 50px 100px 0 0;
    line-height: 1.75;
    text-align: right;
  }
}
@media (min-width: 1247px) {
  .m-facilite__title h3 {
    font-size: 28px;
    margin: 100px 100px 0 0;
  }
}
@media (min-width: 1439px) {
  .m-facilite__title h3 {
    margin: 100px 200px 0 0;
  }
}
.m-facilite__bottom {
  margin-top: 20px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
}
@media (min-width: 751px) {
  .m-facilite__bottom {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-around;
    flex-wrap: wrap;
    margin-top: -30px;
    z-index: 3;
    position: relative;
  }
}
@media (min-width: 1247px) {
  .m-facilite__bottom {
    margin-top: -70px;
  }
}
.m-facilite__box {
  width: 23%;
  margin: 10px 5%;
}
@media (min-width: 751px) {
  .m-facilite__box {
    width: 15%;
    margin: 0;
  }
}
@media (min-width: 1247px) {
  .m-facilite__box {
    width: 12%;
  }
}
.m-facilite__box p {
  font-size: 16px;
  color: #57585A;
  text-align: center;
}
@media (min-width: 751px) {
  .m-facilite__box p {
    font-size: 18px;
    height: 50px;
  }
}
@media (min-width: 1247px) {
  .m-facilite__box p {
    font-size: 20px;
  }
}
.m-facilite__case {
  background: #4ca5c3;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  border-radius: 20px;
  margin: 0 0 10px 0;
}
@media (min-width: 1247px) {
  .m-facilite__case {
    margin: 0 0 15px 0;
  }
}
.m-facilite__case img {
  width: 50%;
  margin: 20px 0 20px 0;
}

.m-footer img {
  width: 150px;
}
.m-footer__content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
@media (min-width: 751px) {
  .m-footer__content {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
  }
}
.m-footer__left {
  width: 100%;
  margin: 10px 0;
}
@media (min-width: 751px) {
  .m-footer__left {
    width: 48%;
    margin: 0;
  }
}
.m-footer__right {
  width: 100%;
  margin: 10px 0;
  text-align: right;
}
@media (min-width: 751px) {
  .m-footer__right {
    width: 48%;
    margin: 0;
  }
}
.m-footer__box {
  margin: 30px 0 30px 0;
}
.m-footer__box p, .m-footer__box a {
  color: #4ca5c3;
  font-size: 14px;
  line-height: 1.75;
}
@media (min-width: 751px) {
  .m-footer__box p, .m-footer__box a {
    font-size: 15px;
    line-height: 1.85;
  }
}
@media (min-width: 751px) {
  .m-footer__box p, .m-footer__box a {
    font-size: 20px;
    line-height: 1;
  }
}
.m-footer__box h5 {
  color: #4ca5c3;
  font-size: 16px;
  margin: 0 0 7px 0;
}
@media (min-width: 751px) {
  .m-footer__box h5 {
    font-size: 17px;
  }
}
@media (min-width: 751px) {
  .m-footer__box h5 {
    font-size: 25px;
    margin: 0 0 15px 0;
  }
}
.m-footer__box a:hover {
  text-decoration: underline;
}
.m-footer__box ul li {
  display: inline;
  margin: 0 20px 0 0;
}
@media (min-width: 751px) {
  .m-footer__theright {
    float: right;
  }
}
.m-footer__theright img {
  width: 100px;
  margin: 0 10px 0 0;
  float: left;
}
@media (min-width: 751px) {
  .m-footer__theright img {
    margin: 0 0 0 10px;
  }
}
.m-footer__copy {
  background: #4ca5c3;
}
.m-footer__copy p {
  text-align: center;
  width: 80%;
  margin: 0 auto;
  padding: 15px 0;
  color: white;
  font-size: 13px;
}
@media (min-width: 751px) {
  .m-footer__copy p {
    font-size: 15px;
    padding: 20px 0;
  }
}

.m-general__title h2, .m-general__title h3 {
  font-size: 35px;
  line-height: 1.5;
}
.m-general__title h2 {
  text-transform: uppercase;
  text-align: center;
  font-size: 22px;
  margin: 0 0 20px 0;
}
@media (min-width: 751px) {
  .m-general__title h2 {
    font-size: 25px;
    margin: 0 0 25px 0;
  }
}
@media (min-width: 1247px) {
  .m-general__title h2 {
    font-size: 28px;
    margin: 0 0 30px 0;
  }
}
.m-general__title h3 {
  text-transform: uppercase;
  text-align: right;
}
.m-general__secpadding {
  padding: 30px 0;
}
@media (min-width: 751px) {
  .m-general__secpadding {
    padding: 40px 0;
  }
}
@media (min-width: 1247px) {
  .m-general__secpadding {
    padding: 60px 0;
  }
}

.m-header {
  background: #4ca5c3;
  padding: 5px 0;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  flex-wrap: nowrap;
}
.m-header__image img {
  height: 25px;
}
@media (min-width: 1247px) {
  .m-header__image img {
    height: 30px;
  }
}
@media (min-width: 1247px) {
  .m-header__image img {
    height: 35px;
  }
}
.m-header__nav {
  display: none;
}
@media (min-width: 1247px) {
  .m-header__nav {
    display: block;
  }
}
.m-header__nav ul {
  position: relative;
}
.m-header__nav ul li {
  display: inline;
  text-transform: uppercase;
  margin-left: 30px;
  color: white;
  cursor: pointer;
  position: relative;
}
@media (min-width: 1439px) {
  .m-header__nav ul li {
    margin-left: 50px;
  }
}
.m-header__nav ul li a {
  color: white;
  font-size: 15px;
}
@media (min-width: 1439px) {
  .m-header__nav ul li a {
    font-size: 16px;
  }
}
.m-header__nav ul li ul {
  position: absolute;
  background: #4ca5c3;
  z-index: 4;
  left: 0;
  padding: 30px 15px 8px 15px;
  width: 250px;
}
.m-header__nav ul li ul li {
  padding: 20px;
  border-bottom: 2px solid #f8eb56;
  display: block;
  margin-left: 0;
  cursor: default;
}
.m-header__nav ul li ul li:last-child {
  border: none;
}
@media (min-width: 1247px) {
  .m-header__navmobile {
    display: none;
  }
}
.m-header__thenav {
  position: fixed;
  width: 100%;
  height: 100vh;
  background: rgba(1, 121, 185, 0.95);
  z-index: 9;
  padding: 50px 25px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: nowrap;
  display: none;
}
.m-header__thenav ul {
  margin: 20px 0 0 0;
  width: 100%;
}
.m-header__thenav ul li {
  padding: 15px 0;
  border-bottom: 1px solid #f8eb56;
  color: whitee;
}
.m-header__thenav ul li a, .m-header__thenav ul li p {
  color: white;
  padding: 0 5%;
  font-size: 16px;
}
.m-header__thenav ul li ul {
  margin: 10px 5% 0 5%;
  width: 90%;
}
.m-header__thenav ul li ul li:last-child {
  border-bottom: none;
}
.m-header__thenav ul li ul li a {
  padding: 0 10%;
  font-size: 14px;
}

#second--ul {
  display: none;
}

#main--ul:hover #second--ul {
  display: block;
}

.thenavicon {
  color: white;
  font-size: 20px;
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  justify-content: flex-end;
  flex-wrap: nowrap;
  width: 100%;
  color: #f8eb56;
}

.thenaviconopen {
  color: white;
  font-size: 25px;
  color: #f8eb56;
}

.m-impulsionam {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.m-impulsionam h2 {
  color: #4ca5c3;
}
.m-impulsionam__content {
  width: 1200px;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: wrap;
}
.m-impulsionam__box {
  width: 60%;
  margin: 20px 20%;
}
@media (min-width: 751px) {
  .m-impulsionam__box {
    width: 25%;
    margin: 0;
  }
}
@media (min-width: 1247px) {
  .m-impulsionam__box {
    width: 20%;
  }
}
.m-impulsionam__box img {
  width: 100%;
}
.m-impulsionam__box:last-child {
  display: none;
}
@media (min-width: 1247px) {
  .m-impulsionam__box:last-child {
    display: block;
  }
}
.m-impulsionam__txt {
  margin: -30px 0 0 0;
  position: relative;
  z-index: 2;
}
.m-impulsionam__txt h5 {
  background: #4ca5c3;
  text-align: center;
  text-transform: uppercase;
  color: white;
  padding: 10px 0;
  width: 80%;
  margin: 0 10% 10px 10%;
  font-size: 17px;
}
.m-impulsionam__txt p {
  text-align: center;
  color: #3F3F41;
  width: 80%;
  margin: 0 10%;
  font-size: 16px;
}

.m-begin__split {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
  position: relative;
  background: #BEC2C2;
  background: linear-gradient(to right, #BEC2C2 0%, #E4E4E4 30%, #EAE8ED 60%, #FFFFFF 100%);
}
.m-begin__split--card {
  width: 100%;
}
@media (min-width: 359px) {
  .m-begin__split--card {
    padding: 0;
  }
}
@media (min-width: 359px) {
  .m-begin__split--card {
    padding: 0;
  }
}
.m-begin__split--card h1 {
  text-align: center;
  font-size: 15px;
  text-transform: uppercase;
  color: #4C4C4E;
  font-weight: normal;
  font-family: "productsans-bold";
  padding: 20px 0 0 0;
}
@media (min-width: 359px) {
  .m-begin__split--card h1 {
    font-size: 20px;
    padding: 30px 0 0 0;
  }
}
@media (min-width: 1023px) {
  .m-begin__split--card h1 {
    font-size: 25px;
  }
}
@media (min-width: 1247px) {
  .m-begin__split--card h1 {
    font-size: 30px;
  }
}
@media (min-width: 1799px) {
  .m-begin__split--card h1 {
    font-size: 35px;
  }
}
@media (min-width: 751px) {
  .m-begin__split--card img {
    width: 350px;
    margin-left: calc(100% - 350px);
    aspect-ratio: 6/5;
  }
}
@media (min-width: 1023px) {
  .m-begin__split--card img {
    width: 500px;
    margin-left: calc(100% - 500px);
  }
}
@media (min-width: 1247px) {
  .m-begin__split--card img {
    width: 600px;
    margin-left: calc(100% - 600px);
  }
}
@media (min-width: 1439px) {
  .m-begin__split--card img {
    width: 700px;
    margin-left: calc(100% - 700px);
  }
}
@media (min-width: 1799px) {
  .m-begin__split--card img {
    width: 800px;
    margin-left: calc(100% - 800px);
  }
}
.m-begin__split--bottom {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
.m-begin__split--content {
  width: 90%;
  margin: 0 5%;
}
@media (min-width: 751px) {
  .m-begin__split--content {
    width: 48%;
    margin: 0;
  }
}
.m-begin__split--banner {
  display: none;
}
@media (min-width: 751px) {
  .m-begin__split--banner {
    display: block;
  }
}
.m-begin__split--cta {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  left: 50%;
  transform: translateX(-50%);
  position: relative;
  padding: 0 0 20px 0;
}
@media (min-width: 359px) {
  .m-begin__split--cta {
    padding: 0 0 30px 0;
  }
}
@media (min-width: 751px) {
  .m-begin__split--cta {
    position: absolute;
    bottom: -62px;
  }
}
@media (min-width: 1247px) {
  .m-begin__split--cta {
    bottom: -65px;
  }
}
.m-begin__vantagens {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
  background: white;
  padding: 30px 0;
}
@media (min-width: 751px) {
  .m-begin__vantagens {
    padding: 70px 0;
  }
}
@media (min-width: 1247px) {
  .m-begin__vantagens {
    padding: 90px 0;
  }
}
.m-begin__vantagens--card {
  width: 100%;
}
.m-begin__vantagens--card h2 {
  text-transform: uppercase;
  font-size: 20px;
  color: #4ca5c3;
  margin: 0 0 15px 0;
  text-align: center;
}
@media (min-width: 1023px) {
  .m-begin__vantagens--card h2 {
    font-size: 22px;
  }
}
@media (min-width: 1439px) {
  .m-begin__vantagens--card h2 {
    font-size: 25px;
  }
}
.m-begin__vantagens--bottom {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
@media (min-width: 751px) {
  .m-begin__vantagens--bottom {
    margin: 25px 0 0 0;
  }
}
.m-begin__vantagens--content {
  background: #f8eb56;
  width: 90%;
  margin: 10px auto;
  max-width: 250px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  padding: 25px;
  border-radius: 10px;
  text-align: center;
  margin: 30px 0;
}
@media (min-width: 751px) {
  .m-begin__vantagens--content {
    padding: 35px;
  }
}
.m-begin__vantagens--content span {
  font-size: 40px;
  color: #1D4872;
}
@media (min-width: 751px) {
  .m-begin__vantagens--content span {
    font-size: 45px;
    margin: 0 0 10px 0;
  }
}
.m-begin__vantagens--content h3 {
  font-size: 16px;
  margin: 0 0 10px 0;
  text-transform: uppercase;
  color: #1D4872;
}
@media (min-width: 751px) {
  .m-begin__vantagens--content h3 {
    height: 38px;
    overflow: hidden;
  }
}
.m-begin__vantagens--content p {
  font-size: 15px;
  color: #4ca5c3;
}
@media (min-width: 751px) {
  .m-begin__vantagens--content {
    width: 22%;
    margin: 20px 3%;
    max-width: none;
  }
}
.m-begin__testemunhos {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin-top: 50px;
  margin-bottom: 50px;
}
.m-begin__testemunhos--card {
  width: 100%;
}
.m-begin__testemunhos--pointer {
  cursor: pointer;
}
.m-begin__testemunhos--myimg {
  width: 300px;
  aspect-ratio: 16/9;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  margin: 10px 0;
}
@media (min-width: 751px) {
  .m-begin__testemunhos--myimg {
    width: 350px;
    margin: 20px 0;
  }
}
@media (min-width: 1023px) {
  .m-begin__testemunhos--myimg {
    width: 400px;
    margin: 30px 0;
  }
}
@media (min-width: 1247px) {
  .m-begin__testemunhos--myimg {
    width: 450px;
    margin: 40px 0;
  }
}
@media (min-width: 1439px) {
  .m-begin__testemunhos--myimg {
    width: 500px;
    margin: 50px 0;
  }
}
@media (min-width: 1799px) {
  .m-begin__testemunhos--myimg {
    width: 550px;
  }
}
.m-begin__testemunhos h2 {
  text-transform: uppercase;
  font-size: 20px;
  color: #4ca5c3;
  margin: 0 0 15px 0;
  text-align: center;
}
@media (min-width: 1023px) {
  .m-begin__testemunhos h2 {
    font-size: 22px;
  }
}
@media (min-width: 1439px) {
  .m-begin__testemunhos h2 {
    font-size: 25px;
  }
}
.m-begin__testemunhos iframe {
  width: 300px;
  height: 168.75px;
  left: 50%;
  margin: 20px 0;
  position: relative;
  transform: translateX(-50%);
  border-radius: 10px;
}
@media (min-width: 751px) {
  .m-begin__testemunhos iframe {
    width: 500px;
    height: 281.25px;
  }
}
@media (min-width: 1247px) {
  .m-begin__testemunhos iframe {
    width: 600px;
    height: 337.5px;
  }
}
@media (min-width: 1439px) {
  .m-begin__testemunhos iframe {
    width: 700px;
    height: 393.75px;
  }
}
.m-begin__como {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
  padding: 20px 0;
}
@media (min-width: 1023px) {
  .m-begin__como {
    padding: 40px 0;
  }
}
@media (min-width: 1247px) {
  .m-begin__como {
    padding: 50px 0;
  }
}
.m-begin__como--card {
  width: 100%;
}
.m-begin__como--card h2 {
  text-transform: uppercase;
  font-size: 20px;
  color: white;
  margin: 0 0 15px 0;
  text-align: center;
}
@media (min-width: 1023px) {
  .m-begin__como--card h2 {
    font-size: 22px;
  }
}
@media (min-width: 1439px) {
  .m-begin__como--card h2 {
    font-size: 25px;
  }
}
.m-begin__como--bottom {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
.m-begin__como--content {
  width: 100%;
  margin: 10px 0;
}
@media (min-width: 751px) {
  .m-begin__como--content {
    width: 48%;
  }
}
.m-begin__como--content img {
  width: 250px;
}
@media (min-width: 479px) {
  .m-begin__como--content img {
    width: 350px;
  }
}
@media (min-width: 751px) {
  .m-begin__como--content img {
    width: 300px;
  }
}
@media (min-width: 1023px) {
  .m-begin__como--content img {
    width: 350px;
  }
}
@media (min-width: 1247px) {
  .m-begin__como--content img {
    width: 400px;
  }
}
@media (min-width: 1799px) {
  .m-begin__como--content img {
    width: 450px;
  }
}
.m-begin__como--content p {
  font-size: 15px;
  color: white;
  line-height: 1.5;
  margin: 0 0 10px 0;
}
@media (min-width: 1023px) {
  .m-begin__como--content p {
    font-size: 18px;
    margin: 0 0 20px 0;
  }
}
@media (min-width: 1439px) {
  .m-begin__como--content p {
    font-size: 20px;
  }
}
.m-begin__como--content p b {
  font-family: productsans-bold;
}
.m-begin__como--imgcenter {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.m-begin__lsplit {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 20px 0;
}
@media (min-width: 751px) {
  .m-begin__lsplit {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
  }
}
.m-begin__lsplit--card {
  width: 100%;
  margin: 20px 0;
}
@media (min-width: 751px) {
  .m-begin__lsplit--card {
    width: 48%;
  }
}
.m-begin__lsplit--card h2 {
  text-transform: uppercase;
  font-size: 18px;
  color: #4ca5c3;
  margin: 0 0 15px 0;
}
@media (min-width: 1023px) {
  .m-begin__lsplit--card h2 {
    font-size: 20px;
  }
}
@media (min-width: 1439px) {
  .m-begin__lsplit--card h2 {
    font-size: 23px;
  }
}
.m-begin__lsplit--card p {
  font-size: 15px;
  color: #3F3F41;
  line-height: 1.5;
  margin: 0 0 10px 0;
}
@media (min-width: 1023px) {
  .m-begin__lsplit--card p {
    font-size: 18px;
  }
}
@media (min-width: 1439px) {
  .m-begin__lsplit--card p {
    font-size: 20px;
  }
}
.m-begin__lsplit--card p b {
  font-family: productsans-bold;
}
.m-begin__lsplit--card a {
  background: #4ca5c3;
  color: white;
  text-transform: uppercase;
  padding: 15px 20px;
  border-radius: 10px;
  font-size: 14px;
  margin: 15px 0 0 0;
  float: left;
}
@media (min-width: 1023px) {
  .m-begin__lsplit--card a {
    font-size: 16px;
  }
}
@media (min-width: 1439px) {
  .m-begin__lsplit--card a {
    font-size: 18px;
  }
}
.m-begin__lsplit--card img {
  width: 250px;
  aspect-ratio: 7/8;
}
@media (min-width: 479px) {
  .m-begin__lsplit--card img {
    width: 350px;
  }
}
@media (min-width: 751px) {
  .m-begin__lsplit--card img {
    width: 300px;
  }
}
@media (min-width: 1023px) {
  .m-begin__lsplit--card img {
    width: 350px;
  }
}
@media (min-width: 1247px) {
  .m-begin__lsplit--card img {
    width: 400px;
  }
}
@media (min-width: 1439px) {
  .m-begin__lsplit--card img {
    width: 445px;
  }
}
@media (min-width: 1799px) {
  .m-begin__lsplit--card img {
    width: 470px;
  }
}
.m-begin__lsplit--imgcenter {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.m-begin__faq {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
  padding: 20px 0;
}
@media (min-width: 1023px) {
  .m-begin__faq {
    padding: 40px 0;
  }
}
@media (min-width: 1247px) {
  .m-begin__faq {
    padding: 50px 0;
  }
}
.m-begin__faq--card {
  width: 100%;
}
.m-begin__faq--card h2 {
  text-transform: uppercase;
  font-size: 20px;
  color: #4ca5c3;
  margin: 0 0 15px 0;
  text-align: center;
}
@media (min-width: 1023px) {
  .m-begin__faq--card h2 {
    font-size: 22px;
  }
}
@media (min-width: 1439px) {
  .m-begin__faq--card h2 {
    font-size: 25px;
  }
}
.m-begin__faq--bottom {
  display: flex;
  flex-direction: row;
  align-items: inherit;
  justify-content: space-between;
  flex-wrap: wrap;
}
.m-begin__faq--content {
  width: 100%;
  margin: 10px 0;
}
@media (min-width: 751px) {
  .m-begin__faq--content {
    width: 48%;
  }
}
.m-begin__faq--content p {
  font-size: 17px;
  line-height: 1.5;
}
.m-begin__faq--question {
  color: #3F3F41;
  padding: 15px 0 0 0;
  border-top: 1px solid #4ca5c3;
  cursor: pointer;
}
.m-begin__faq--answer {
  margin: 15px 0 0 0;
  color: #929497;
  cursor: default;
}
.m-begin__general--mainbtn {
  color: white;
  background: linear-gradient(#2C963C, #25B33B);
  font-size: 13px;
  text-transform: uppercase;
  padding: 10px 0;
  border-radius: 10px;
  width: 175px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
@media (min-width: 359px) {
  .m-begin__general--mainbtn {
    font-size: 14px;
    padding: 15px 0;
    width: 200px;
  }
}
@media (min-width: 751px) {
  .m-begin__general--mainbtn {
    font-size: 15px;
    padding: 15px 20px;
    width: 225px;
  }
}
@media (min-width: 1247px) {
  .m-begin__general--mainbtn {
    padding: 20px 0px;
    font-size: 20px;
    width: 300px;
  }
}

.icon-meucontato {
  margin: 0px 5px 0 0px;
  float: left;
}
@media (min-width: 751px) {
  .icon-meucontato {
    font-size: 25px;
    margin: 3px 10px 0 0px;
  }
}
@media (min-width: 1247px) {
  .icon-meucontato {
    margin: 3px 15px 0 0px;
  }
}

.icon-meucontatop {
  float: left;
}

.split-img {
  display: none;
}
@media (min-width: 751px) {
  .split-img {
    display: block;
  }
}

.m-main {
  padding: 30px 0 0 0;
}
@media (min-width: 751px) {
  .m-main {
    padding: 50px 0 0 0;
  }
}
@media (min-width: 1247px) {
  .m-main {
    padding: 70px 0 0 0;
  }
}
.m-main__top {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: nowrap;
}
.m-main__top h2 {
  color: #4ca5c3;
}
.m-main__images {
  display: none;
  width: 70%;
}
@media (min-width: 751px) {
  .m-main__images {
    width: 700px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
  }
}
@media (min-width: 1247px) {
  .m-main__images {
    width: 1000px;
  }
}
.m-main__images img {
  border-radius: 10px;
}
@media (min-width: 751px) {
  .m-main__images img {
    border-radius: 0;
  }
}
.m-main__show {
  width: 100%;
  margin: 10px 0 10px 0;
}
@media (min-width: 751px) {
  .m-main__show {
    width: 33%;
    margin: 0;
  }
}
.m-main__bottom {
  background: #4ca5c3;
  padding: 50px 0;
}
@media (min-width: 751px) {
  .m-main__bottom {
    margin: -50px 0 0 0;
    padding: 80px 0 50px 0;
  }
}
.m-main__content {
  display: flex;
  flex-direction: row;
  align-items: inherit;
  justify-content: center;
  flex-wrap: wrap;
}
@media (min-width: 751px) {
  .m-main__content {
    width: 700px;
    margin: 0 auto;
  }
}
@media (min-width: 1247px) {
  .m-main__content {
    width: 1000px;
  }
}
.m-main__box {
  margin: 10px 0 10px 0;
  width: 70%;
  border-bottom: 1px solid #f8eb56;
  padding-bottom: 30px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
@media (min-width: 751px) {
  .m-main__box {
    display: flex;
    flex-direction: row;
    align-items: inherit;
    justify-content: flex-start;
    flex-wrap: wrap;
    width: 33%;
    padding: 0px 50px;
    margin: 10px 0 10px 0;
    border-bottom: none;
  }
}
@media (min-width: 1247px) {
  .m-main__box {
    padding: 30px 50px;
  }
}
.m-main__box h3 {
  color: #f8eb56;
  font-size: 17px;
  padding-top: 20px;
}
@media (min-width: 751px) {
  .m-main__box h3 {
    font-size: 18px;
    padding-top: 0px;
  }
}
@media (min-width: 1247px) {
  .m-main__box h3 {
    font-size: 22px;
  }
}
.m-main__box p {
  color: white;
  font-size: 17px;
  margin: 15px 0 15px 0;
  text-align: center;
  line-height: 1.5;
}
@media (min-width: 751px) {
  .m-main__box p {
    height: 110px;
    text-align: left;
  }
}
@media (min-width: 1247px) {
  .m-main__box p {
    height: 80px;
    font-size: 18px;
  }
}
.m-main__box a {
  text-transform: uppercase;
  border-radius: 20px;
  background: #f8eb56;
  color: #1D4872;
  width: 80%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  padding: 10px 0;
}
@media (min-width: 751px) {
  .m-main__box a {
    width: 100%;
  }
}
.m-main__box img {
  width: 80%;
  border-radius: 10px;
  margin-top: 10px;
}
@media (min-width: 751px) {
  .m-main__box img {
    display: none;
  }
}
@media (min-width: 751px) {
  .m-main__box:nth-child(2) {
    border-left: 2px solid #f8eb56;
    border-right: 2px solid #f8eb56;
  }
}

.m-nomargin {
  padding: 0 !important;
}

.m-maisbeneficios h2 {
  color: white !important;
}
.m-maisbeneficios__content {
  display: flex;
  flex-direction: row;
  align-items: normal;
  justify-content: flex-start;
  flex-wrap: wrap;
}
@media (min-width: 751px) {
  .m-maisbeneficios__content {
    display: flex;
    flex-direction: row;
    align-items: normal;
    justify-content: flex-start;
    flex-wrap: wrap;
  }
}
.m-maisbeneficios__card {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-around;
  flex-wrap: wrap;
  width: 150px;
  margin: 30px calc((100% - 300px) / 4);
}
@media (min-width: 479px) {
  .m-maisbeneficios__card {
    margin: 30px calc((100% - 340px) / 4);
    width: 170px;
  }
}
@media (min-width: 1023px) {
  .m-maisbeneficios__card {
    margin: 30px 2%;
    width: 29%;
  }
}
.m-maisbeneficios__card h4 {
  margin: 5px 0 10px 0;
  text-align: center;
  line-height: 1.25;
  color: #f8eb56;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: normal;
  height: 47px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
@media (min-width: 479px) {
  .m-maisbeneficios__card h4 {
    font-size: 18px;
  }
}
@media (min-width: 751px) {
  .m-maisbeneficios__card h4 {
    font-size: 20px;
    margin: 20px 0 10px 0;
  }
}
.m-maisbeneficios__card p {
  color: white;
  line-height: 1.25;
  font-size: 15px;
  text-align: center;
  width: 80%;
  margin: 0 0 15px 0;
}
@media (min-width: 751px) {
  .m-maisbeneficios__card p {
    font-size: 17px;
  }
}
.m-maisbeneficios__card a {
  margin: 20px 0 0 0;
  border: 2px solid #f8eb56;
  padding: 10px 20px;
  border-radius: 25px;
  text-transform: uppercase;
  color: #f8eb56;
  font-weight: bold;
  font-size: 14px;
}
@media (min-width: 751px) {
  .m-maisbeneficios__card a {
    padding: 15px 30px;
  }
}
.m-maisbeneficios__card img {
  width: 85px;
}
@media (min-width: 479px) {
  .m-maisbeneficios__card img {
    width: 30%;
  }
}
@media (min-width: 751px) {
  .m-maisbeneficios__card img {
    width: 30%;
  }
}

.m-planos {
  max-width: 1200px;
  margin: 0 auto;
}
.m-planos__h2 h2 {
  color: #4ca5c3 !important;
}
.m-planos__content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  width: 100%;
}
@media (min-width: 751px) {
  .m-planos__content {
    display: flex;
    flex-direction: row;
    align-items: normal;
    justify-content: space-around;
    flex-wrap: wrap;
  }
}
.m-planos__card {
  width: 100%;
  padding: 30px;
  border-radius: 10px;
  border: 1px solid #D0D2D4;
  margin: 0 0 30px 0;
}
@media (min-width: 751px) {
  .m-planos__card {
    margin: 0 0 0px 0;
    width: 300px;
  }
}
.m-planos__notes {
  display: flex;
  flex-direction: column;
  align-items: normal;
  justify-content: flex-start;
  flex-wrap: wrap;
  padding: 0 0 30px 0;
  border-bottom: 1px solid #D0D2D4;
  margin: 0 0 20px 0;
}
.m-planos__notes h3 {
  font-size: 16px;
  color: #57585A;
}
@media (min-width: 751px) {
  .m-planos__notes h3 {
    font-size: 18px;
  }
}
.m-planos__notes h4 {
  font-size: 40px;
  line-height: 1;
  margin: 0 0 15px 0;
  font-weight: normal;
}
.m-planos__notes h4 span {
  font-size: 15px;
  font-weight: bold;
}
.m-planos__notes p {
  font-size: 18px;
}
.m-planos__notes h5 {
  font-weight: normal;
  font-size: 15px;
  margin: 20px 0;
  font-family: "productsans-regular";
  color: #626466;
}
.m-planos__notes a {
  background: #4ca5c3;
  color: white;
  text-transform: uppercase;
  font-size: 17px;
  text-align: center;
  padding: 10px 0;
  border-radius: 25px;
}
@media (min-width: 751px) {
  .m-planos__notes a {
    font-size: 20px;
    padding: 13px 0;
    border-radius: 33px;
  }
}
.m-planos__dados {
  margin-top: 35px;
}
.m-planos__inf {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: nowrap;
  margin: 0 0 15px 0;
}
.m-planos__inf p {
  font-size: 15px;
  color: #3F3F41;
}
.m-planos__littleinf {
  position: relative;
}
.m-planos__theinf {
  color: #4ca5c3;
  cursor: pointer;
}
.m-planos__thehide {
  background: pink;
  position: absolute;
  top: -77px;
  transform: translateX(-50%);
  left: 50%;
  width: 200px;
  padding: 10px;
  background: rgb(55.230125523, 137.1548117155, 164.769874477);
  border-radius: 5px;
  display: none;
}
.m-planos__thehide::after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -10px;
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 10px solid rgb(55.230125523, 137.1548117155, 164.769874477);
}
.m-planos__thehide p {
  font-size: 12px;
  color: white !important;
  height: 45px;
  overflow: hidden;
}

.m-planos__littleinf:hover .m-planos__thehide {
  display: block;
}

.m-plataformawhite__title h2 {
  color: #4ca5c3;
}
.m-plataformawhite__content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
@media (min-width: 751px) {
  .m-plataformawhite__content {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
  }
}
.m-plataformawhite__left {
  margin: 0 0 35px 0;
}
@media (min-width: 751px) {
  .m-plataformawhite__left {
    width: 230px;
    margin: 0;
  }
}
@media (min-width: 1247px) {
  .m-plataformawhite__left {
    width: 350px;
  }
}
.m-plataformawhite__left h3 {
  font-size: 60px;
  font-weight: normal;
  color: #4ca5c3;
  line-height: 1;
  font-family: "productsans-regular";
}
@media (min-width: 751px) {
  .m-plataformawhite__left h3 {
    font-size: 50px;
  }
}
@media (min-width: 1023px) {
  .m-plataformawhite__left h3 {
    font-size: 60px;
  }
}
@media (min-width: 1247px) {
  .m-plataformawhite__left h3 {
    font-size: 70px;
  }
}
.m-plataformawhite__left h3 span {
  font-size: 20px;
  color: #57585A;
}
@media (min-width: 751px) {
  .m-plataformawhite__left h3 span {
    font-size: 18px;
  }
}
@media (min-width: 1023px) {
  .m-plataformawhite__left h3 span {
    font-size: 22px;
  }
}
@media (min-width: 1247px) {
  .m-plataformawhite__left h3 span {
    font-size: 25px;
  }
}
.m-plataformawhite__left h4 {
  font-size: 20px;
  color: #3F3F41;
  font-weight: normal;
  font-family: "productsans-regular";
  margin: 15px 0 10px 0;
}
@media (min-width: 751px) {
  .m-plataformawhite__left h4 {
    font-size: 16px;
    margin: 20px 0 15px 0;
  }
}
@media (min-width: 1023px) {
  .m-plataformawhite__left h4 {
    font-size: 22px;
    margin: 20px 0 15px 0;
  }
}
@media (min-width: 1247px) {
  .m-plataformawhite__left h4 {
    font-size: 25px;
    margin: 30px 0 30px 0;
  }
}
.m-plataformawhite__left p {
  color: #57585A;
  font-size: 15px;
}
@media (min-width: 751px) {
  .m-plataformawhite__left p {
    font-size: 16px;
  }
}
@media (min-width: 1247px) {
  .m-plataformawhite__left p {
    font-size: 17px;
  }
}
.m-plataformawhite__left p b {
  font-size: 22px;
  color: #4ca5c3;
}
@media (min-width: 751px) {
  .m-plataformawhite__left p b {
    font-size: 25px;
  }
}
@media (min-width: 1247px) {
  .m-plataformawhite__left p b {
    font-size: 30px;
  }
}
.m-plataformawhite__center {
  width: 200px;
  margin: 0 0 25px 0;
}
@media (min-width: 751px) {
  .m-plataformawhite__center {
    width: 150px;
    margin: 0 10px;
  }
}
@media (min-width: 1023px) {
  .m-plataformawhite__center {
    width: 250px;
    margin: 0 40px 0 20px;
  }
}
@media (min-width: 1247px) {
  .m-plataformawhite__center {
    margin: 0 70px 0 35px;
  }
}
@media (min-width: 1439px) {
  .m-plataformawhite__center {
    margin: 0 100px 0 35px;
  }
}
.m-plataformawhite__center img {
  width: 100%;
  float: left;
}
@media (min-width: 751px) {
  .m-plataformawhite__right {
    width: 230px;
  }
}
@media (min-width: 751px) and (min-width: 1023px) {
  .m-plataformawhite__right {
    width: 300px;
  }
}
@media (min-width: 751px) and (min-width: 1247px) {
  .m-plataformawhite__right {
    width: 400px;
  }
}
.m-plataformawhite__right p {
  font-size: 18px;
  line-height: 1.5;
  color: #6C6D70;
}
@media (min-width: 751px) {
  .m-plataformawhite__right p {
    font-size: 17px;
  }
}
@media (min-width: 1023px) {
  .m-plataformawhite__right p {
    font-size: 20px;
  }
}
@media (min-width: 1247px) {
  .m-plataformawhite__right p {
    font-size: 23px;
  }
}
.m-plataformawhite__button {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  margin: 35px 0 0 0;
}
.m-plataformawhite__button a {
  text-transform: uppercase;
  background: #4ca5c3;
  color: white;
  text-transform: uppercase;
  font-size: 16px;
  padding: 13px 35px;
  border-radius: 20px;
}
@media (min-width: 751px) {
  .m-plataformawhite__button a {
    font-size: 20px;
    padding: 15px 45px;
    border-radius: 25px;
  }
}

.m-queropj {
  background: #f8eb56;
  padding: 30px 0;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  margin: -10px 0 0 0;
}
.m-queropj a {
  background: #4ca5c3;
  color: white;
  text-transform: uppercase;
  font-size: 15px;
  padding: 15px 0;
  width: 250px;
  text-align: center;
  border-radius: 25px;
}
@media (min-width: 751px) {
  .m-queropj a {
    font-size: 16px;
    padding: 20px 0;
    width: 350px;
  }
}

.m-secondmain {
  padding: 20px;
}
@media (min-width: 751px) {
  .m-secondmain {
    padding: 25px;
  }
}
@media (min-width: 1247px) {
  .m-secondmain {
    padding: 35px;
  }
}
@media (min-width: 1439px) {
  .m-secondmain {
    padding: 50px;
  }
}
.m-secondmain__content {
  width: 100%;
  max-width: 1100px;
}
.m-secondmain__content p {
  font-size: 14px;
  color: #57585A;
  line-height: 1.75;
}
@media (min-width: 751px) {
  .m-secondmain__content p {
    font-size: 15px;
  }
}
@media (min-width: 1247px) {
  .m-secondmain__content p {
    font-size: 16px;
  }
}
@media (min-width: 1439px) {
  .m-secondmain__content p {
    font-size: 17px;
  }
}

.m-sisplus h2 {
  color: #4ca5c3;
}
.m-sisplus__top {
  margin: 20px 0 20px 0;
}
@media (min-width: 751px) {
  .m-sisplus__top {
    margin: 40px 0 20px 0;
  }
}
@media (min-width: 1247px) {
  .m-sisplus__top {
    margin: 60px 0 20px 0;
  }
}
.m-sisplus__top h4 {
  font-size: 20px;
  color: #4ca5c3;
  margin: 0 0 10px 0;
}
@media (min-width: 751px) {
  .m-sisplus__top h4 {
    font-size: 22px;
  }
}
@media (min-width: 1247px) {
  .m-sisplus__top h4 {
    font-size: 25px;
  }
}
.m-sisplus__top p, .m-sisplus__top span {
  font-size: 16px;
}
@media (min-width: 751px) {
  .m-sisplus__top p, .m-sisplus__top span {
    font-size: 18px;
  }
}
@media (min-width: 1247px) {
  .m-sisplus__top p, .m-sisplus__top span {
    font-size: 20px;
  }
}
.m-sisplus__top span {
  color: #4ca5c3;
  text-transform: uppercase;
  font-family: "productsans-bold";
  text-decoration: underline;
}
.m-sisplus__center img {
  width: 100%;
  margin: 1px 0 30px 0;
}
@media (min-width: 1247px) {
  .m-sisplus__center img {
    width: 75%;
    margin: 70px 12.5% 30px 12.5%;
  }
}
.m-sisplus__bottom {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.m-sisplus__bottom a {
  background: #4ca5c3;
  color: white;
  text-transform: uppercase;
  font-size: 15px;
  padding: 15px 0;
  width: 200px;
  text-align: center;
  border-radius: 25px;
}
@media (min-width: 751px) {
  .m-sisplus__bottom a {
    font-size: 16px;
    padding: 20px 0;
    width: 350px;
  }
}

.m-sisplusone {
  padding: 70px 0 0 0;
}
.m-sisplusone h2 {
  color: white;
}
.m-sisplusone__content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.m-sisplusone__top {
  width: 60%;
  margin: 0 0 30px 0;
}
.m-sisplusone__top img {
  width: 400px;
  margin: 40px 0 0 100px;
}
.m-sisplusone__bottom {
  width: 100%;
}
.m-sisplusone__half {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.m-sisplusone__left {
  background: none;
}
.m-sisplusone__right {
  background: none;
}
.m-sisplusone__bottxt {
  width: calc(100% - 1050px);
  margin: 0 150px 0 150px;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.m-sisplusone__botimg {
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  justify-content: flex-end;
  flex-wrap: wrap;
}
.m-sisplusone__botimg img {
  width: 750px;
  margin: 0;
}
.m-sisplusone__botcontent {
  width: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  margin: 25px 0;
}
.m-sisplusone__botcontent img {
  width: 100px;
  margin: 0 0 25px 0;
}
.m-sisplusone__botcontent p {
  width: 300px;
  text-align: center;
  font-size: 18px;
  color: white;
}
.m-sisplusone__txtvantagens {
  margin-right: 100px;
}
.m-sisplusone__txtvantagens p {
  font-size: 50px;
  color: #f8eb56;
  text-align: center;
}
.m-sisplusone__txtvantagens span {
  font-family: "productsans-thin";
  font-size: 40px;
}

.m-sobre {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
@media (min-width: 751px) {
  .m-sobre {
    display: flex;
    flex-direction: row;
    align-items: inherit;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 0 0 60px 0;
    width: 1100px;
    margin: 0 auto;
  }
}
.m-sobre__icon {
  font-size: 22px;
  padding: 10px 10px 5px 10px;
  border-radius: 10px;
}
.m-sobre__title {
  width: 100%;
  margin: 10px 0;
}
@media (min-width: 751px) {
  .m-sobre__title {
    width: 10%;
    margin: 0;
    display: flex;
    flex-direction: row;
    align-items: flex-end;
    justify-content: space-between;
    flex-wrap: wrap;
  }
}
.m-sobre__title h5 {
  color: #4ca5c3;
  text-transform: uppercase;
  font-size: 30px;
}
.m-sobre__image {
  width: 100%;
  margin: 10px 0;
}
@media (min-width: 751px) {
  .m-sobre__image {
    width: 30%;
    margin: 0;
  }
}
.m-sobre__image img {
  width: 100%;
}
.m-sobre__content {
  width: 100%;
  margin: 10px 0;
}
@media (min-width: 751px) {
  .m-sobre__content {
    width: 50%;
    margin: 0;
  }
}
.m-sobre__content p {
  font-size: 22px;
  color: #3F3F41;
  margin: 50px 0;
  line-height: 1.5;
}
.m-sobre__content ul {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.m-sobre__content ul li {
  display: inline;
  margin: 0 10px 0 0;
}
.m-sobre__content ul li a {
  color: white;
  background: #4ca5c3;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  width: 45px;
  height: 45px;
  font-size: 20px;
  border-radius: 50%;
}

.l-sobre {
  margin-top: 90px;
}

.m-split {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
@media (min-width: 1247px) {
  .m-split {
    display: flex;
    flex-direction: row;
    align-items: inherit;
    justify-content: flex start;
    flex-wrap: wrap;
  }
}
@media (min-width: 1247px) {
  .m-split__mobile {
    display: none;
  }
}
.m-split__tablet {
  display: none;
}
@media (min-width: 1247px) {
  .m-split__tablet {
    display: block;
  }
}
.m-split__content {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  padding: 30px 0;
}
@media (min-width: 751px) {
  .m-split__content {
    padding: 50px 0;
  }
}
@media (min-width: 1247px) {
  .m-split__content {
    width: 50%;
    padding: 70px 0;
    display: flex;
    flex-direction: row;
    align-items: inherit;
    justify-content: flex-end;
    flex-wrap: wrap;
  }
}
@media (min-width: 1439px) {
  .m-split__content {
    padding: 100px 0;
  }
}
.m-split__content--top {
  padding: 0 0px 0 0px;
}
.m-split__content--top h5 {
  text-transform: uppercase;
  font-size: 20px;
  margin: 0;
}
@media (min-width: 751px) {
  .m-split__content--top h5 {
    font-size: 22px;
  }
}
@media (min-width: 1247px) {
  .m-split__content--top h5 {
    font-size: 28px;
  }
}
.m-split__content--center {
  margin: 20px 0 0 0;
  width: 80%;
  text-align: center;
}
@media (min-width: 1247px) {
  .m-split__content--center {
    padding: 0 30px 0 50px;
    margin: 20px 0 0 0;
    width: 100%;
    text-align: right;
  }
}
.m-split__content--center p {
  margin: 10px 0;
  font-size: 18px;
  line-height: 1.5;
  color: black !important;
}
@media (min-width: 751px) {
  .m-split__content--center p {
    font-size: 20px;
  }
}
@media (min-width: 1247px) {
  .m-split__content--center p {
    font-size: 22px;
    text-align: left;
  }
}
@media (min-width: 1439px) {
  .m-split__content--center p {
    font-size: 25px;
  }
}
@media (min-width: 1247px) {
  .m-split__content--bottom {
    padding: 0 30px 0 50px;
  }
}
.m-split__content--isright {
  align-items: center !important;
  justify-content: center !important;
}
@media (min-width: 1247px) {
  .m-split__content--isright {
    align-items: flex-start !important;
    justify-content: flex-start !important;
  }
}
.m-split__content--bgleft {
  background-image: url("../images/bg-yellow.webp") !important;
  background-size: cover;
}
.m-split__content--bgright {
  background-image: url("../images/bg-blue.webp") !important;
  background-size: cover;
}
.m-split__content--white {
  color: white !important;
}
@media (min-width: 1247px) {
  .m-split__content--centerleft {
    margin: 50px 50px 0 50px !important;
  }
}
@media (min-width: 1439px) {
  .m-split__content--centerleft {
    margin: 50px 100px 0 200px !important;
  }
}
.m-split__content--bottomleft {
  display: none;
}
@media (min-width: 1247px) {
  .m-split__content--bottomleft {
    margin: 30px 50px 0 100px !important;
    display: block;
  }
}
.m-split__content--bottomleft img {
  width: 100% !important;
}
@media (min-width: 1439px) {
  .m-split__content--bottomright {
    margin: 50px 200px 0 100px !important;
  }
}
.m-split__content--bottomright img {
  width: 70% !important;
  margin: 50px 15% 0 15%;
}
@media (min-width: 751px) {
  .m-split__content--bottomright img {
    width: 50% !important;
    margin: 50px 25% 0 25%;
  }
}
@media (min-width: 1247px) {
  .m-split__content--bottomright img {
    width: 70% !important;
    margin: 50px 25% 0 50px;
  }
}
@media (min-width: 1247px) {
  .m-split__content--centerright {
    margin: 50px 120px 0 30px !important;
  }
}
@media (min-width: 1439px) {
  .m-split__content--centerright {
    margin: 50px 250px 0 0px !important;
  }
}

.m-splitedivisao__title h2 {
  color: #4ca5c3 !important;
}
.m-splitedivisao__semsistematize {
  border-bottom: 1px solid white;
  max-width: 1200px;
  margin: 50px auto;
}
@media (min-width: 1023px) {
  .m-splitedivisao__semsistematize {
    border-bottom: 1px solid white;
    padding: 0 0 50px 0;
  }
}
.m-splitedivisao__semsistematize p {
  color: #4ca5c3;
  font-size: 25px;
  margin: 0 0 50px 0;
  text-align: center;
}
@media (min-width: 751px) {
  .m-splitedivisao__semsistematize p {
    text-align: left;
  }
}
.m-splitedivisao__comsistematize {
  margin: 10px auto 0 auto;
  max-width: 1200px;
}
@media (min-width: 1023px) {
  .m-splitedivisao__comsistematize {
    padding: 50px 0 0 0;
  }
}
.m-splitedivisao__comsistematize p {
  color: #4ca5c3;
  font-size: 25px;
  margin: 0 0 30px 0;
}
.m-splitedivisao__txt {
  max-width: 1200px;
  margin: 0 auto;
}
@media (min-width: 1023px) {
  .m-splitedivisao__txt {
    margin: 50px auto;
  }
}
.m-splitedivisao__txt p {
  color: #3F3F41;
  margin: 0 0 20px 0;
  line-height: 1.75;
  font-size: 20px;
}
.m-splitedivisao__txt p b {
  font-size: 23px;
}
.m-splitedivisao__txt p:last-child {
  margin: 0;
}
.m-splitedivisao__spliticons {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  margin: 0 auto 20px auto;
  max-width: 500px;
}
@media (min-width: 1023px) {
  .m-splitedivisao__spliticons {
    display: flex;
    flex-direction: row;
    align-items: normal;
    justify-content: space-around;
    flex-wrap: wrap;
  }
}
@media (min-width: 1023px) {
  .m-splitedivisao__spliticons {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    margin: 0;
    max-width: 100%;
  }
}
.m-splitedivisao__splitcards {
  width: 150px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  margin: 0 0 20px 0;
}
@media (min-width: 479px) {
  .m-splitedivisao__splitcards {
    width: 175px;
    margin: 0 0 30px 0;
  }
}
@media (min-width: 1023px) {
  .m-splitedivisao__splitcards {
    width: 150px;
    margin: 0;
  }
}
@media (min-width: 1247px) {
  .m-splitedivisao__splitcards {
    width: 175px;
  }
}
@media (min-width: 1439px) {
  .m-splitedivisao__splitcards {
    width: 200px;
  }
}
.m-splitedivisao__splitcards:nth-child(2), .m-splitedivisao__splitcards:nth-child(4), .m-splitedivisao__splitcards:nth-child(6) {
  width: 50px;
}
@media (min-width: 1023px) {
  .m-splitedivisao__splitcards:nth-child(2), .m-splitedivisao__splitcards:nth-child(4), .m-splitedivisao__splitcards:nth-child(6) {
    width: 100px;
    display: block;
  }
}
.m-splitedivisao__splitcards:nth-child(2) img, .m-splitedivisao__splitcards:nth-child(4) img, .m-splitedivisao__splitcards:nth-child(6) img {
  width: 100%;
}
.m-splitedivisao__splitcards--images {
  width: 70%;
  margin: 0 0 10px 0;
}
@media (min-width: 1247px) {
  .m-splitedivisao__splitcards--images {
    margin: 0 0 20px 0;
    width: 50%;
  }
}
.m-splitedivisao__splitcards img {
  width: 100px;
}
@media (min-width: 751px) {
  .m-splitedivisao__splitcards img {
    width: 100%;
  }
}
.m-splitedivisao__splitcards p {
  color: white;
  font-size: 15px;
  text-align: center;
  background: blue;
}
@media (min-width: 1247px) {
  .m-splitedivisao__splitcards p {
    font-size: 20px;
    height: 77px;
  }
}
.m-splitedivisao__splitcards h6 {
  color: #3F3F41;
  text-transform: uppercase;
  font-weight: normal;
  text-align: center;
  font-size: 13px;
}
@media (min-width: 1023px) {
  .m-splitedivisao__splitcards h6 {
    line-height: 1.5;
  }
}

@media (min-width: 751px) {
  .sinotablet {
    display: none;
  }
}

.sinomobile {
  display: none;
}
@media (min-width: 751px) {
  .sinomobile {
    display: block;
  }
}

.m-banner {
  position: relative;
}
