nav a {
  transition: 200ms ease-in-out;
}
nav a:hover {
  color: #f27648 !important;
  text-shadow: none !important;
}

@keyframes fadeIn {
  from {
    transform: translateY(-100%);
  }
  to {
    transform: translateY(0);
  }
}
.sticky {
  position: fixed !important;
  background-color: rgba(255, 255, 255, 0.95) !important;
  animation-name: fadeIn;
  animation-duration: 400ms;
  animation-timing-function: ease-in-out;
  animation-fill-mode: forwards;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}

.header {
  height: 120px;
  display: flex;
  justify-content: center;
  z-index: 5000;
  width: 100%;
  position: absolute;
  top: 0;
  transition: background-color 200ms ease-in-out;
  padding-top: 10px;
}
.header.interno:not(.sticky) a,
.header.interno:not(.sticky) .header-wrapper-telefone-titulo,
.header.interno:not(.sticky) p {
  color: white;
  font-weight: 600;
}
.header.interno:not(.sticky) .bar1,
.header.interno:not(.sticky) .bar2,
.header.interno:not(.sticky) .bar3 {
  background-color: rgba(255, 255, 255, 0.8);
}
.header-wrapper {
  width: 80%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
}
.header-wrapper-telefone {
  display: flex;
  align-items: center;
}
.header-wrapper-telefone-mobile {
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
}
.header-wrapper-telefone-texto {
  font-size: 12px;
  text-align: center;
  font-weight: 600 !important;
}
@media only screen and (max-width: 960px) {
  .header-wrapper-telefone-texto {
    margin-bottom: 10px !important;
  }
}
.header-wrapper-telefone-whatsapp {
  width: 25px;
}
@media only screen and (min-width: 960px) {
  .header-wrapper-telefone-whatsapp {
    margin: 0 10px 10px;
  }
}
.header-wrapper-logo {
  display: flex;
  align-items: center;
  height: 100%;
}

header h3 {
  padding: 0;
  color: black;
  font-size: 18px;
  margin: 0;
  font-weight: 600;
}

.navegacao {
  max-width: 100%;
  height: 100%;
  list-style: none;
}
@media only screen and (min-width: 960px) {
  .navegacao {
    display: flex;
    align-items: center;
  }
}

nav li {
  display: inline-block;
}

nav li a {
  padding-inline-end: 30px;
}

.header-telefone {
  display: flex;
  flex-direction: column;
}

.logo {
  min-width: 100px;
  max-width: 120px;
  height: 100%;
}

.bar1,
.bar2,
.bar3 {
  width: 35px;
  height: 5px;
  background-color: #444444;
  margin: 6px 0;
  transition: 0.4s;
}

.downloads-box > a {
  color: white;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

@media screen and (max-width: 943px) {
  .navegacao {
    position: fixed;
    height: 100vh;
    width: 100%;
    left: 0;
    background-color: rgba(242, 118, 72, 0.95);
    top: 120px;
    transition: left 200ms ease-in-out;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
  }
  .navegacao:not(.active) {
    left: 100%;
  }
  .navegacao-lista {
    width: 100%;
    margin: 0 auto;
    padding: 0;
  }
  .navegacao-lista-item {
    margin: 0 auto;
    padding: 20px;
    width: 320px;
    font-size: 22px;
    display: block;
    border-bottom: 2px solid white;
    padding-bottom: 15px;
    text-align: center;
  }
  .navegacao-lista-item:hover {
    cursor: pointer;
    color: rgb(242, 118, 73) !important;
  }
  .navegacao a {
    padding: 10px;
    color: white;
  }
  .navegacao a .texto-menu {
    font-weight: 600 !important;
  }
  .navegacao a.active {
    color: rgb(242, 118, 73) !important;
  }
}
@media screen and (max-width: 700px) {
  .topo {
    margin-left: 0 !important;
  }
}
@media screen and (max-width: 440px) {
  .topico-sistema {
    display: flex;
    flex-direction: column;
  }
  .flexOrderText {
    order: 1;
  }
  .flexOrderImage {
    order: 2;
  }
}
@media screen and (max-width: 992px) {
  h1 {
    font-size: 1.6em;
  }
  h2 {
    font-size: 1.3em;
  }
  .topico-sistema .tela {
    margin: 0 auto;
    max-width: 90%;
    display: block;
  }
  .quero-conhecer {
    text-align: center;
  }
  .quero-conhecer img {
    display: block;
    width: 96px;
    margin: 0 auto;
    padding-bottom: 20px;
  }
  .topico-sistema .texto {
    max-width: 90%;
    display: block;
    margin: 0 auto;
  }
  .topico-sistema {
    height: auto;
    padding-bottom: 40px;
  }
  .texto {
    width: 300px;
  }
  .tela {
    width: 350px;
  }
  h3 {
    font-size: 22px;
  }
  p {
    font-size: 18px;
  }
}
@media screen and (max-width: 943px) {
  .principal {
    height: 100vh;
  }
  .downloads-box {
    top: 10px;
  }
  .change .bar1 {
    -webkit-transform: rotate(-45deg) translate(-9px, 6px);
    transform: rotate(-45deg) translate(-9px, 6px);
  }
  .change .bar2 {
    opacity: 0;
  }
  .change .bar3 {
    -webkit-transform: rotate(45deg) translate(-8px, -8px);
    transform: rotate(45deg) translate(-8px, -8px);
  }
  .texto {
    width: 300px;
  }
  .tela {
    width: 350px;
  }
  h3 {
    font-size: 22px;
  }
  p {
    font-size: 18px;
  }
}
@media screen and (max-width: 700px) {
  .logo img {
    margin-left: 0 !important;
    max-width: 85%;
  }
}

@media screen and (max-width: 943px) {
  .header-telefone h3 {
    font-size: 12px;
  }
  .header-telefone p {
    font-size: 10px !important;
  }
}
.mobile h3 {
  font-size: 12px;
}
.mobile p {
  font-size: 10px !important;
}

.text-footer {
  color: white;
}

footer {
  height: 200px;
  background: linear-gradient(to right, #ff7541, #ff7946, #ff7340) !important;
}

footer .copyright {
  max-width: 600px;
  min-width: 200px;
  margin: 0 auto;
  padding-top: 90px;
  color: white;
}

footer p {
  text-align: center;
  padding: 0 10px;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  text-justify: inter-word;
}

body {
  font-family: "Lato", sans-serif;
  font-size: 18px;
  overflow-x: hidden;
}

h1,
h2,
h3 {
  color: #2c3e50;
}

h1 {
  font-size: 45px;
  margin-bottom: 20px;
}

h2 {
  font-size: 30px;
  margin-bottom: 10px;
}

h3 {
  padding-top: 50px;
  font-size: 25px;
  padding-bottom: 20px;
}

h4 {
  color: white;
  font-size: 20px;
}

img {
  max-width: 70%;
  height: auto;
}

p {
  font-size: 18px;
  text-align: justify;
  color: #2c3e50;
}

a {
  display: inline-block;
  color: black;
  text-decoration: none;
}

.button-quero-conhecer {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 30px;
}

.button-quero-conhecer-container {
  height: 72px;
  width: 265px;
  background-color: #f86834;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.button-quero-conhecer-content a {
  display: flex;
  width: 250px;
  align-items: center;
}

.button-quero-conhecer-content:hover {
  cursor: pointer;
}

.img-titulo-header {
  color: white;
  text-shadow: none;
  font-weight: 600;
  font-family: unset;
  font-size: clamp(40px, 8vw, 72px);
  width: 720px;
  margin-top: 55px;
}
@media only screen and (max-width: 960px) {
  .img-titulo-header {
    padding: 0 5px;
  }
}
@media only screen and (max-width: 750px) {
  .img-titulo-header {
    font-size: 40px;
  }
}
@media only screen and (max-width: 550px) {
  .img-titulo-header {
    font-size: 30px;
  }
}

.img-titulo-label {
  color: white;
  text-shadow: none;
}
@media only screen and (max-width: 960px) {
  .img-titulo-label {
    padding: 0 5px;
  }
}
@media only screen and (max-width: 750px) {
  .img-titulo-label {
    font-size: 20px;
  }
}
@media only screen and (max-width: 550px) {
  .img-titulo-label {
    font-size: 15px;
  }
}

.black {
  color: black;
}

.help {
  cursor: help;
}

.active {
  color: rgb(242, 118, 73);
}

.container-n {
  width: 100%;
  background-color: #e9ebee;
}

.principal {
  height: 590px;
  position: relative;
}

.principal canvas {
  position: absolute;
  top: 0;
  left: 0;
}

.button-responsive {
  margin-top: 65px;
  position: absolute;
  z-index: 99;
  bottom: 30px;
}

.principal-box {
  width: 100%;
  background: linear-gradient(to top, rgba(242, 118, 72, 0.9), rgba(242, 118, 72, 0.8), rgba(247, 173, 146, 0.7));
  height: 100%;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 0 5px black;
}

.principal-text {
  text-shadow: 2px 2px 3px black;
  z-index: 1;
}

.nosso-sistema-container-content {
  background-image: url(/assets/images/fundo-nosso-sis.svg);
  background-size: cover;
  background-position: center;
}

.nosso-sistema {
  background-color: #e9ebee;
  display: block;
}

.topico-sistema {
  height: 400px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.nosso-sistema-imagem {
  width: 100%;
  padding: 6px;
}
.nosso-sistema-imagem img {
  max-width: 100%;
  width: 100%;
}

.tela {
  width: 460px;
  margin-top: 50px;
}

.texto {
  width: 400px;
}

.first-child {
  display: flex;
  margin-top: 190px;
}

.titulo-section {
  padding-top: 40px;
  text-align: center;
  position: relative;
  font-weight: bold;
}

.titulo-section.dark:after {
  border-top: 4px solid #2c3e50;
}

.titulo-section.light:after {
  border-top: 4px solid white;
}

.titulo-section.dark {
  color: #2c3e50;
}

.titulo-section.light {
  color: white;
  font-size: 45px;
}

.alguns-controles {
  background-image: linear-gradient(to top, rgba(242, 118, 72, 0.9), rgba(247, 173, 146, 0.8), rgba(242, 118, 72, 0.9)), url("../assets/images/backgroundControles.jpeg");
  height: auto;
  padding-bottom: 150px;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  padding-top: 82px;
}

.controle-box {
  text-align: center;
  margin: 0 auto;
  height: 200px;
}

.quero-conhecer {
  border: 1px solid white;
  padding: 20px;
  word-break: keep-all;
  max-width: 800px;
  margin: 0 auto;
  display: flex;
  align-items: center;
}

.quero-conhecer button {
  display: block;
  padding: 10px;
  margin: 30px auto 0px auto;
}

.servicos-opcionais {
  height: auto;
  background-color: #eeeeee;
}

.contato {
  height: auto;
  padding-bottom: 20px;
  background-color: #4589b0;
}

.contato-box {
  max-width: 600px;
  margin: 0 auto;
}

.contato-enviar-box {
  padding-top: 20px;
  margin: 0 auto;
  width: 220px;
}

.contato-enviar-btn {
  width: 200px;
}

.suporte {
  background: linear-gradient(to top, #fc7540, #f39877) !important;
  transform: translateY(-80px);
  padding-top: 100px;
  margin-bottom: -80px;
}

.suporte-titulo {
  color: black;
  padding: 30px;
}

.teste {
  width: 100% !important;
  position: absolute !important;
}
.teste img {
  max-width: none !important;
  width: 100%;
}

.cards-container {
  display: flex;
  justify-content: space-between;
  width: auto;
  padding: 0 20px;
}

.card {
  border-radius: 15px;
}

.card .card-title {
  font-weight: 600;
  text-align: left;
  font-size: 28px;
  width: 100%;
  color: #f3875e;
}

.card-img-mobile {
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  height: 200px;
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.6)), url("/assets/images/backgroundMobile.jpeg");
  background-position: bottom;
  background-color: rgba(0, 0, 0, 0.5);
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  align-items: center;
}

.card-img-desktop {
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  display: flex;
  align-items: center;
}

.card-img-rastreabilidade {
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  height: 200px;
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.6)), url("/assets/images/backgroundRastreabilidade.jpeg");
  background-position: center;
  background-color: rgba(0, 0, 0, 0.5);
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  align-items: center;
}

.botaoCards {
  padding: 8px 15px 8px 15px;
  border-radius: 5px;
  background-color: #f27648;
  color: white;
  text-decoration: none;
  margin: 30px 0 30px 0;
  font-weight: 600;
}

.botaoCards:hover {
  background-color: #f7ad92;
  transition: 0.5s;
  color: white;
}

.card-content {
  display: flex;
  justify-content: space-between;
  width: 100%;
  padding: 9px 0;
  border-bottom: 1px solid #bebebe;
  height: 55px;
}

.card-container-items {
  width: 300px;
}

.card .card-body .card-text {
  font-size: 18px;
  font-weight: 600;
  color: #2c3e50 !important;
  padding: 7px;
}

.card-content-itens {
  display: flex;
}
.card-text {
  display: flex;
  align-items: center;
  font-size: 20px !important;
  font-weight: 500;
  text-align: left;
}
@media screen and (max-width: 500px) {
  .card-text {
    font-size: 18px !important;
  }
}
.card-text::before {
  font-size: 18px;
  margin: 8px 10px 0 0;
}
@media screen and (max-width: 500px) {
  .card-text::before {
    font-size: 20px;
    margin: 6px 10px 0 0;
  }
}

.nosso-sitema-fundo {
  display: flex;
  height: 345px;
  align-items: flex-end;
  background-color: #fa8153;
  width: 100%;
  margin-top: -210px;
}
.nosso-sitema-fundo h3 {
  margin-left: 10px;
}

.card-content .itens-card {
  margin: 8px 5px 0 5px;
  font-size: 8px;
}

.card-content .checked-item {
  margin: 0 5px 0 5px;
  color: #31be6f;
  font-size: 22px;
}

.titulo-cards {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (min-width: 960px) {
  .titulo-cards {
    padding: 20px 0 20px 0;
  }
}

.empresa-sobre {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.resumo-empresa p {
  color: white;
  font-size: 24px;
  text-align: start;
  font-weight: 500;
  font-family: Montserrat, sans-serif;
}

.botao-leiamais a {
  padding: 8px 30px 8px 30px;
  border-radius: 5px;
  background-color: #e5a892;
  color: white;
  text-decoration: none;
  margin: 30px 0 30px 0;
  font-weight: 600;
}

.botao-leiamais a:hover {
  background-color: #f7ad92;
  border: 1px solid #ffffff;
  transition: 0.5s;
}

.descricoes-empresa {
  display: flex;
  align-items: center;
  width: 100%;
  justify-content: space-between;
}

.descricoes-empresa-info {
  margin-top: 50px;
  display: flex;
  flex-direction: column;
  align-items: center;
  border: 1px solid #ffffff;
  border-radius: 10px;
  transition: 200ms ease-in-out;
}

.span-mobile-header {
  font-size: 3.5rem;
  padding-top: 15px;
}

.span-subtitulo {
  font-size: 1.5rem;
}

.descricoes-empresa-info i {
  font-size: 140px;
  color: white;
  padding: 50px 50px 0 50px;
}

.descricoes-empresa-info p {
  font-size: 22px;
  color: white;
  text-shadow: 1px 1px 2px black;
  font-weight: 600;
}

.cards-responsivos {
  display: flex;
  justify-content: space-around;
  width: 50%;
}

.solucoes {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.nosso-sistema {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.nosso-sistema-container {
  z-index: 999;
  background-color: #f5f6fa;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 30px;
  margin-top: 50px;
  transform: translateY(-160px);
  width: 100%;
  margin-bottom: -160px;
}
.nosso-sistema-container-content {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.nosso-sistema-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 25px 0;
  padding: 30px 0 30px 0;
  width: 100%;
}
@media screen and (max-width: 500px) {
  .nosso-sistema-content {
    margin: 0 0 12.5px;
  }
}

.nosso-sistema-texto {
  padding: 10px;
}

.imagem-container {
  border-radius: 5px;
}

.mobile-section {
  width: 100%;
  background-color: #f5f6fa;
}

.header-mobile-container {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.titulo-header-mobile-padrao {
  padding-left: 6px;
  font-weight: 600;
  font-size: 30px;
  color: white;
}

.telas-celulares-container {
  display: flex;
  padding-top: 40px;
  justify-content: space-evenly;
  gap: 10px;
  width: 100%;
  padding: 20px 0;
  flex-wrap: wrap;
}

.forma-celular {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 616px;
  width: 315px;
  border: 3px solid #383838;
  background-color: black;
  border-radius: 30px;
  padding: 6px 3px;
  position: relative;
}

.tela-celular {
  height: 100%;
  border: 3px solid #0c0c0c;
  border-radius: 22px;
  width: 98%;
  background-position: center;
  background-size: cover;
}

.fundo-mobile-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  background-image: url(/assets/images/fundo-bacon.svg);
  background-size: cover;
  background-position: center;
  padding-top: 215px;
}

.nosso-sistema-imagem img {
  height: 350px;
  border-radius: 10px;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}
@media screen and (max-width: 500px) {
  .nosso-sistema-imagem img {
    width: 100%;
    height: auto;
  }
}

.label-telas {
  display: flex;
  position: absolute;
  margin-top: 135px;
  width: 100%;
}

.img-sobre-nos-container {
  display: flex;
  height: 100%;
}

.img-sobre-nos-container img {
  width: 600px;
  height: auto;
  margin-top: 70px;
}

.nosso-sistema-texto {
  margin: 0;
  width: 540px;
}
.nosso-sistema-texto p {
  font-size: 21px;
  font-family: Montserrat, sans-serif;
  color: #666;
}

.nosso-sistema-texto h3 {
  font-size: 42px;
  color: #f27648;
  font-weight: 600;
}
@media screen and (max-width: 500px) {
  .nosso-sistema-texto h3 {
    font-size: 24px;
  }
}

.nosso-sistema-container-titulo {
  margin: 50px 0 50px 0;
}

.titulo-suporte {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.titulo-suporte h1 {
  font-size: 40px;
  padding-top: 40px;
  font-weight: 600;
}

.titulo-suporte p {
  font-size: 22px;
  font-weight: 600;
}

.suporte {
  background-color: #e9ebee;
}

.suporte-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 60px 0 60px 0;
}

.suporte-content img {
  width: 640px;
  height: 320px;
  border-radius: 15px;
  opacity: 0.9;
}

.suporte-texto {
  width: 500px;
}

.suporte-texto .suporte-titulo-content {
  font-size: 30px !important;
  color: white;
}

.suporte-descricao {
  color: white !important;
  padding: 5px;
  font-family: Montserrat, sans-serif;
  font-size: 21px;
  text-align: start;
}

.titulo-index {
  font-weight: 600 !important;
  text-align: center;
  color: #2f3640;
}

.titulo-index-branco {
  color: white;
  font-size: 45px !important;
  text-align: center;
}

.venha-conhecer {
  padding: 80px;
}
.venha-conhecer-content {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.venha-conhecer-content a {
  padding: 12px 20px 12px 20px;
  border-radius: 5px;
  background-color: #f27648;
  color: white !important;
  border: none;
}
.venha-conhecer-content a:hover {
  background-color: #f7ad92;
  transition: 0.5s;
  cursor: pointer;
}
.venha-conhecer-content-corpo {
  width: 100%;
  padding: 80px 50px;
}
.venha-conhecer-content-estatisticas {
  display: flex;
  align-items: center;
  justify-content: space-around;
}
.venha-conhecer-content-estatisticas-dados {
  display: flex;
  align-items: center;
}
.venha-conhecer-content-estatisticas-texto {
  margin-left: 10px;
}
.venha-conhecer-content-estatisticas-texto h1 {
  font-size: 28px;
  margin: 0;
  font-weight: 600;
}
.venha-conhecer-content-estatisticas-texto p {
  font-size: 15px !important;
  margin-left: 5px;
  font-weight: 600;
}

.titulo-index-branco {
  color: white;
}

.button-quero-conhecer {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 30px;
}

.button-quero-conhecer-container {
  height: 72px;
  width: 265px;
  background-color: #e5a892;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.button-quero-conhecer-content a {
  display: flex;
  width: 250px;
  align-items: center;
}

.button-quero-conhecer-content:hover {
  cursor: pointer;
}

.label-button {
  color: white;
  text-shadow: none;
  padding-top: 20px;
}

.icone-dados {
  font-size: 65px !important;
  margin-bottom: 10px;
  color: #f27648;
}

.venha-conhecer-content-titulo {
  margin-top: 348px;
}

.venha-conhecer-content-titulo h1 {
  width: 950px;
  font-weight: 500;
  text-align: center;
}

.card-erp-ponto-venda {
  display: flex;
  flex-wrap: wrap;
  gap: 60px;
  flex-direction: column;
  align-items: center;
}

.solucao-perfeita-container {
  display: flex;
  align-items: center;
  gap: 0 10px;
}
.solucao-perfeita-container h1 {
  font-size: 52px;
  font-weight: 700;
}

@media screen and (max-width: 600px) {
  .card {
    width: 400px !important;
  }
  .img-titulo-header {
    font-size: 30px;
  }
}
@media screen and (max-width: 770px) {
  .topico-sistema {
    display: flex;
    flex-direction: column;
  }
  .flexOrderText {
    order: 1;
  }
  .flexOrderImage {
    order: 2;
  }
  .texto {
    padding: 0 !important;
  }
  .texto h3 {
    font-weight: 600;
  }
  .texto h3,
  p {
    text-align: center;
  }
  .solucao-perfeita-container h1 {
    font-size: 30px;
  }
}
@media screen and (max-width: 1200px) {
  .descricoes-empresa-info {
    padding: 0;
  }
  .descricoes-empresa-info p {
    font-size: 18px;
  }
  .cards-responsivos {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
  }
  .suporte-content {
    display: flex;
    flex-direction: column;
    text-align: center;
  }
  .suporte-texto {
    order: 2;
  }
  .titulo-suporte p {
    text-align: center;
  }
  .descricoes-empresa-info {
    padding: 0;
  }
  .descricoes-empresa-info p {
    font-size: 18px;
    padding: 0;
  }
  .card-content .itens-card {
    margin: 6px 5px 0 5px;
  }
  .nosso-sistema-content {
    flex-direction: column;
  }
}
@media screen and (max-width: 991px) {
  .conteudo-esquerda {
    padding: 0 50px 0 0;
  }
  .conteudo-direita {
    padding: 0 0 0 50px;
  }
  .cards-container {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .card-meio {
    margin: 40px 0 40px 0 !important;
  }
  .suporte-texto {
    width: auto;
    font-weight: 600;
  }
  .nosso-sistema-texto {
    order: 1;
  }
  .card-text {
    font-weight: 500 !important;
  }
  .card-content {
    align-items: center;
  }
  .venha-conhecer-content-titulo h1 {
    width: auto;
    font-size: 40px;
  }
  .venha-conhecer-content-corpo {
    padding: 50px 0 50px 0;
  }
  .venha-conhecer-content-estatisticas {
    justify-content: space-between !important;
  }
  .header-nosso-sistema {
    font-size: 28px;
  }
  .card-erp-ponto-venda {
    width: auto;
  }
}
@media screen and (max-width: 991px) and (max-width: 943px) {
  .topico-sistema {
    height: auto;
  }
  .conteudo-esquerda {
    padding: 0 50px 0 0;
  }
  .container {
    padding: 0;
  }
  .conteudo-direita {
    padding: 0 0 0 50px;
  }
  .resumo-empresa p {
    font-size: 18px;
    padding: 5px;
  }
  .descricoes-empresa-info {
    padding: 25px;
  }
  .descricoes-empresa-info i {
    font-size: 100px;
  }
  .venha-conhecer-content-titulo h1 {
    font-size: 30px;
  }
  .venha-conhecer {
    padding: 80px;
  }
  .venha-conhecer-content-corpo h1 {
    font-size: 20px !important;
  }
  .venha-conhecer-content-corpo p {
    font-size: 12px !important;
    text-align: left;
  }
  .venha-conhecer-content-corpo .icone-dados {
    font-size: 50px !important;
  }
}
@media screen and (max-width: 991px) and (max-width: 1400px) {
  .nosso-sistema-texto p {
    font-size: 16px;
  }
  .nosso-sistema-texto h3 {
    font-size: 25px;
  }
  .nosso-sistema-texto {
    width: 375px;
  }
  .nosso-sistema-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  .suporte-texto {
    width: auto;
    font-weight: 600;
  }
  .nosso-sistema-imagem {
    display: flex;
  }
  .nosso-sistema-texto {
    order: 1;
  }
  .cards-container {
    width: auto;
  }
}
@media screen and (max-width: 991px) and (max-width: 440px) {
  .nosso-sitema-fundo h3 {
    font-size: 28px !important;
  }
  .card {
    width: 95% !important;
  }
  .conteudo-direita {
    padding: 0 !important;
  }
  .texto h3 {
    font-weight: 600;
  }
  .texto h3,
  p {
    text-align: center;
  }
  .row {
    width: 100% !important;
  }
  .venha-conhecer-content-corpo h1 {
    font-size: 10px !important;
  }
  .venha-conhecer-content-corpo p {
    font-size: 6px !important;
    text-align: left;
  }
  .venha-conhecer-content-corpo .icone-dados {
    font-size: 30px !important;
  }
  .img-titulo-header {
    font-size: 24px;
  }
  .mobile-section {
    height: auto;
  }
  .telas-celulares-container {
    display: flex;
    flex-direction: column;
    gap: 30px;
    padding-bottom: 40px;
    height: auto;
    margin-left: 0;
  }
  .button-responsive {
    bottom: -35px;
  }
  .span-mobile-header {
    font-size: 28px !important;
    padding: 28px;
  }
  .span-subtitulo {
    font-size: 17px;
  }
  .forma-celular {
    height: 480px;
    width: 290px;
  }
  .tela-celular {
    height: 395px;
  }
  .first-child {
    display: flex;
    margin-top: 130px;
  }
  .nosso-sitema-fundo {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: end;
  }
  .nosso-sitema-fundo h3 {
    padding-left: 0 !important;
  }
}
@media screen and (max-width: 991px) and (max-width: 474px) {
  .resumo-empresa p {
    font-size: 15px;
  }
  .descricoes-empresa-info {
    padding: 20px;
  }
  .descricoes-empresa-info i {
    font-size: 80px;
  }
  .card-text {
    font-size: 16px !important;
  }
  .card-title {
    font-size: 28px !important;
  }
  .card-content .itens-card {
    margin: 3px 5px 0 5px !important;
  }
  .titulo-index-branco {
    font-size: 35px !important;
  }
  .venha-conhecer-content-corpo .icone-dados {
    display: none;
  }
  .solucao-perfeita-container h1 {
    font-size: 28px;
  }
}
@media screen and (max-width: 991px) and (max-width: 390px) {
  .resumo-empresa p {
    font-size: 13px;
  }
  .descricoes-empresa-info {
    padding: 15px;
    width: 150px;
  }
  .descricoes-empresa-info i {
    font-size: 60px;
  }
  .descricoes-empresa-info p {
    font-size: 14px;
  }
  .descricoes-empresa-info i {
    font-size: 40px;
    padding: 0;
  }
  .venha-conhecer-content-corpo h1 {
    font-size: 8px !important;
  }
  .venha-conhecer-content-corpo p {
    font-size: 4px !important;
    text-align: left;
  }
  .venha-conhecer-content-corpo .icone-dados {
    font-size: 20px !important;
    display: none;
  }
  .solucao-perfeita-container h1 {
    font-size: 22px !important;
  }
  .imagem-container {
    width: 370px;
  }
  .nosso-sistema-imagem {
    width: 512px;
  }
  .suporte-content {
    padding: 60px 0 55px 0;
  }
}
@media screen and (max-width: 991px) and (max-width: 540px) {
  .descricoes-empresa-info {
    padding: 0;
  }
  .nosso-sistema-container {
    padding: 0;
  }
  .venha-conhecer {
    padding: 80px 10px !important;
  }
  .descricoes-empresa-info i {
    font-size: 80px;
  }
  .card-content .checked-item {
    margin: 3px 5px 0 5px !important;
  }
  .nosso-sistema-texto {
    width: auto !important;
  }
  .venha-conhecer-content-titulo h1 {
    font-size: 17px !important;
  }
  .solucao-perfeita-container h1 {
    font-size: 22px !important;
  }
  .imagem-container {
    width: 370px !important;
  }
  .nosso-sistema-imagem {
    width: 369px !important;
    align-items: center;
    display: contents;
  }
  .button-quero-conhecer {
    width: 100%;
  }
  .principal-text {
    width: 380px;
  }
  .img-titulo-label {
    font-size: 15px;
    width: 350px;
    align-items: end;
    display: contents;
  }
  .img-titulo-header {
    font-size: 22px;
    width: 100%;
  }
  .cards-container {
    width: 390px;
  }
  .card-title {
    font-size: 22px !important;
  }
  .card-container-items {
    width: 240px;
  }
  .mobile-section {
    height: auto;
  }
  .telas-celulares-container {
    display: flex;
    flex-direction: column;
    gap: 30px;
    padding-bottom: 40px;
    align-items: center;
  }
  .forma-celular {
    height: 575px;
    width: 290px;
  }
  .tela-celular {
    height: 564px;
  }
  .titulo-index-branco {
    font-weight: 500 !important;
  }
  .suporte-content img {
    height: 233px;
  }
  .suporte-descricao {
    padding: 40px;
    font-size: 16px;
  }
  .text-footer {
    font-size: 12px;
  }
  .venha-conhecer-content-titulo {
    margin-top: 130px;
  }
}
@media screen and (max-width: 991px) and (max-width: 620px) {
  .venha-conhecer-content-corpo h1 {
    font-size: 15px !important;
  }
  .venha-conhecer-content-corpo p {
    font-size: 8px !important;
    text-align: left;
  }
  .venha-conhecer-content-corpo .icone-dados {
    font-size: 30px !important;
  }
}
@media screen and (max-width: 991px) and (max-width: 1400px) {
  .card-text {
    font-size: 14px;
  }
  .card-text::before {
    margin-top: 6px;
  }
  .card-content {
    align-items: center;
  }
}
* {
  font-family: "Poppins", sans-serif;
  font-size: 16px;
}

@media screen and (max-width: 943px) {
  .desktop {
    padding: 0 !important;
  }
}
@media screen and (max-width: 980px) {
  .desktop {
    display: none !important;
  }
}

@media screen and (min-width: 943px) {
  .mobile {
    display: none !important;
  }
}

.no-overflow {
  overflow-y: hidden;
}