@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&amp;display=swap");
* {
  padding: 0;
  margin: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth !important;
}

body {
  background-color: #f2f2f2 !important;
}

main {
  margin-top: 5rem;
}
@media (max-width: 798px) {
  main {
    margin-top: 4rem;
  }
}

@media (max-width: 600px) {
  main {
    margin-top: 5rem;
  }
}


.banner {
  height: auto !important;
  margin-bottom: 6rem;
}

@media (max-width: 992px) {
  .banner {
    margin-bottom: 5rem;
  }
}

@media (max-width: 768px) {
  .banner {
    margin-bottom: 3rem;
  }
}

@media (max-width: 576px) {
  .banner {
    margin-bottom: 1.5rem;
  }
}

.banner img {
  width: 100%;
  height: auto;
}

.integracoes {
  width: 70%;
  margin: auto;
}

@media (max-width: 1300px) {
  .integracoes {
    width: 90%;
  }
}

.integracoes .linha .bloco {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
}

.integracoes .linha .bloco .titulo {
  font-size: 22px;
  font-weight: 700;
  font-family: Roboto, sans-serif;
  margin-bottom: 0.8rem;
  color: #003994;
}

@media (max-width: 992px) {
  .integracoes .linha .bloco .titulo {
    font-size: 20px;
  }
}

@media (max-width: 768px) {
  .integracoes .linha .bloco .titulo {
    font-size: 16px;
    margin-bottom: 0.5rem;
  }
}

.integracoes .linha .bloco .logos {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #FFFFFF;
  width: 100%;
  padding: 2.5rem 1.5rem;
  border-radius: 6px;
  border: 1px solid #0000001c;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 2.3rem 3rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
}

.integracoes .linha .bloco .logos .logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
/*# sourceMappingURL=styles.css.map */