.material-symbols-outlined {
  font-variation-settings: "FILL" 1, "wght" 400, "GRAD" 0, "opsz" 24;
}
body {
  background-color: #e6e7ea;
  transition: all 0.3s ease;
  height: auto !important;
}
.container-md {
}
.breadcrumb-item a {
  text-decoration: none !important;
}
.tit {
  color: #15104e;
  font-weight: 600;
  font-size: 1.1em;
  margin-bottom: 10px;
}
header {
  background-color: #2952a1;
  color: aliceblue;
}
.nav-link {
  color: #fff !important;
}
.nav-item.active {
  font-weight: 800 !important;
}
.header-secundario {
  background-color: #25427a;
  height: 135px;
  color: white;
}
.box-busca {
  background-color: #ffffff;
  margin-top: -5px;
  height: 100px;
}
.box-item-atalho {
  width: 16%;
  background-color: #fff;
  border-radius: 5px;
  border-top: 3px solid #25427a;

  color: #15104e;
  font-weight: 600;
  line-height: normal;
}
.box-item {
  width: 100%;
  background-color: #fff;
  border-radius: 5px;
  border-top: 3px solid #25427a;

  color: #15104e;
  font-weight: 600;
  line-height: normal;
}
.box {
  background-color: #fff;
  color: #15104e;
}
.item-atividade {
  width: 32%;
  background-color: #223362;
  color: #fff;
}
.item-atividade a {
  text-decoration: none;
  color: #fff;
}
.item {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 33%;
  min-height: 100px;
  flex: 1 0 auto;
  margin-bottom: 10px;
  background-color: #fff;
  color: #15104e;
  transition: all 0.3s ease;

  list-style-type: none;
}
.item:hover {
  scale: 1.04;
}
.item a {
  display: block;
  text-decoration: none;
  color: #15104e;
}
.dropdown {
  width: 100% !important;
}
.dropdown-menu .dropdown-item {
  width: auto;
}
.dropdown-item {
  overflow-wrap: break-word !important;
  white-space: pre-wrap !important;
  width: 300px;
}
.filtro-gestao .active {
  opacity: 1 !important;
}
.rodape {
  background-color: #2952a1;
  color: #fff;
}
.list-unstyled a {
  color: #fff;
  text-decoration: none;
  line-height: 30px;
}
.borda {
  border-bottom: 1px solid #22407d;
}
tbody tr {
  background-color: #fff;
}
.back-mobile {
  display: none;
}
.back-desktop {
  display: block;
}
.accordion {
  cursor: pointer;
}
.panel {
  display: none;
}
.bg-branco {
  background-color: #fff;
}
.texto-pergunta{
  color: #15104e !important;
}
@media (max-width: 1200px) {
  .box-item-atalho {
    width: 33%;
  }
  .box-logo {
    position: absolute;
    left: 50%;
    margin-left: -78px;
  }
  .back-mobile {
    display: block;
  }
  .back-desktop {
    display: none;
  }
}
@media (max-width: 1200px) {
  .box-item-atalho {
    width: 33%;
  }
  .box-logo {
    position: absolute;
    left: 50%;
    margin-left: -78px;
  }
}
@media (max-width: 992px) {
}
@media (max-width: 720px) {
  .item-atividade {
    width: 100%;
  }
  .box-item-atalho {
    width: 100%;
  }
}
.dark-mode {
  background-color: #000;
  color: white;
}
.dark-mode header,
.dark-mode .header-secundario,
.dark-mode .rodape {
  background-color: #1c1c1c;
  color: white;
}
.dark-mode .box-busca,
.dark-mode .box-item-atalho,
.dark-mode .item-atividade,
.dark-mode .item,
.dark-mode .item a,
.dark-mode .box-item,
.dark-mode .box,
.dark-mode .bg-branco {
  background-color: #2c2e31;
  color: white;
}
.dark-mode .tit {
  color: white;
}
