.bg-gradient-primary {
  background-color: #4e73df;
  background-image: linear-gradient(180deg, #4e73df 10%, #224abe 100%);
  background-size: cover;
}

.bg-padraoSistema {
  background-color: #4e73df;
  background-image: linear-gradient(180deg, #4e73df 10%, #224abe 100%);
  background-size: cover;
}

.bg-principal {
  background-color: none;
  background-image: linear-gradient(90deg, #e9efff 50%, #f3e9ff 100%);
  background-size: cover;
}

body {
  background-color: #ebebeb;
}

.mt-6 {
  margin-top: 6rem!important;
}

.mt-7 {
  margin-top: 7rem!important;
}

.mt-8 {
  margin-top: 14rem!important;
}

.mt-9 {
  margin-top: 28rem!important;
}

.mt-10 {
  margin-top: 29.5rem!important;
}

.mb-6 {
  margin-bottom: 6rem!important;
}

.mb-7 {
  margin-bottom: 7rem!important;
}

.mb-8 {
  margin-bottom: 14rem!important;
}

.mb-9 {
  margin-bottom: 28rem!important;
}

.mb-10 {
  margin-bottom: 29.5rem!important;
}


/* Cards */
.card {
  border: none;
  border-radius: 10px !important;
}

.card-header{
  background-color: none;
  /* background-image: linear-gradient(90deg, #d3c5ff 50%, #c8d7ff 100%); */
  background-image: linear-gradient(90deg, #a184ff 50%, #80a2ff 100%);
  background-size: cover;
  border: none;
  border-radius: 10px 10px 0 0 !important;
  /* color: #001144; */
  color: #fff;
  font-size: xx-large;
}

.card-titulo{
  background-color: none;
  /* background-image: linear-gradient(90deg, #d3c5ff 50%, #c8d7ff 100%); */
  background-image: linear-gradient(90deg, #a184ff 50%, #80a2ff 100%);
  background-size: cover;
  border: none;
  border-radius: 10px !important;
  /* color: #001144; */
  color: #fff;
  font-size: xx-large;
}

.card-contexto{
  border: 1px solid #0d6efd;
}


/* Menu offcanvas */
.menu {
  border: none !important;
}

.linkMenu {
  font-size: large;
  text-decoration: none;
}

.titulosMenu {
  font-size: inherit;
  font-weight: 300;
  line-height: 1.2;
}

.itensMenuPrincipal {
  border-radius: 0.4rem;
  padding: 15px;
}

.itensMenuPrincipal:hover {
  background-color: #c6ddff;
}

a {
  text-decoration: none !important;
}
