body {
  font-family: 'Quicksand', sans-serif;
}

main {
  background-color: #b5b9be;
}

.dropdown-content li{
  min-height: 12px;
}

.sidenav-title{
  position: relative;
  left: 15px;
  font-weight: bold;
}
#sistemas{
}
#nav-bar{
  background: #fff
}
.nav-img{
  width: 50px;
  position: relative;
  top: 7px;
  margin-left: 7px;
  margin-right: -3px;
}
.nav-title-style{
  display: inline-block;
}
.nav-tm-style{
  display: none;
}
.nav-t{
  font-size: 35px;
  font-weight: 500;
  letter-spacing: -1px;
  color: #5c0e8b;
  position: relative;
  top: -6px;
}

#card-cont{
  margin-bottom: 30px;
}
#card-msg{
  margin-top: 0;
  background: #8b8b8b;
    color: #fff;
}
#card-msg div{
  padding: 10px 40px 8px 40px;
}
#ccp{
  text-align: justify;
  font-weight: 500;
  margin-bottom: 7px;
  line-height: 1.35;

}
.card-content-title{
  font-weight: 500;
}

.systems{
  margin: 0px 40px;
  padding: 0px 0px 40px 0px;
  display: grid;
  grid-template-columns: repeat(3,1fr);
  grid-gap: 40px;
}
.sys-img{
  width: 100%;
  -webkit-box-shadow: 0 2px 2px 0 rgb(0 0 0 / 14%), 0 3px 1px -2px rgb(0 0 0 / 12%), 0 1px 5px 0 rgb(0 0 0 / 20%);
  box-shadow: 0 2px 2px 0 rgb(0 0 0 / 14%), 0 3px 1px -2px rgb(0 0 0 / 12%), 0 1px 5px 0 rgb(0 0 0 / 20%);
}

#li-menu-a{
  font-size: 15px;
  padding: 2px 4px;
}

#footer-cont{
  margin: 8px auto 0px auto;
}
.footer-log-1{
  text-align: left;
}
.footer-log-2{
  text-align: right;
}
.footer-logo-1-img{
  height: 30px;
}
.footer-logo-2-img{
  height: 20px;
}

.mt-0{
  margin-top: 0;
}

@media screen and (max-width: 843px) {
  .nav-img{
    top: 3px;
  }
  .nav-title-style{
    display: none;
  }
  .nav-tm-style{
    display: inline-block;
  }
  .nav-t{
    top: -10px;
  }

  .systems{
    grid-template-columns: repeat(2,1fr);
  }

  .footer-log-1{
    text-align: center;
  }
  .footer-log-2{
    text-align: center;
  }
}

@media screen and (max-width: 600px) {
  .systems{
    grid-template-columns: 1fr;
  }
}