/*@import "../../../secretarias.css";*/
.titulo {
  font-size: 10px;
  color: var(--azul);
}

.subtitulo {
  color: #000000;
  font-size: 20px;
}

.titulo-item {
  padding-top: 5px;
  font-size: 18px;
  color: #000000;
  margin-bottom: 0;
  font-weight: bold;
}

div.row.sead-item {
  justify-content: center;
  display: flex;
  align-items: center;
}

/*.btn-acessar {
    height: 30px;
    width: 13vh;
    padding-top: 5px;
    color: white;
    background-color: var(--administracao);
    float: right;
    text-align: center;
    border-radius: 7px;
    font-size: 15px;
}*/
/*.btn-acessar:hover, .btn-voltar:hover, .btn-pesquisar:hover {
    color: #ffffff;
    font-weight: bolder;
}*/
a {
  text-decoration: none;
}

.linha {
  border: 2px solid #ccc;
  margin-top: 0.7rem !important;
  margin-bottom: 0.7rem !important;
}

.caixa-sead {
  background: var(--administracao);
  border-radius: 7px;
  border: none;
}

.btn-voltar {
  height: 30px;
  width: 13vh;
  padding-top: 5px;
  color: white;
  background-color: #028dcf;
  float: right;
  text-align: center;
  border-radius: 7px;
  font-size: 15px;
  text-decoration: none;
}
.btn-voltar:hover {
  background-color: #00a859;
}

.btn-pesquisar {
  height: 100%;
  width: 100%;
  padding: 7px;
  color: white;
  background-color: var(--administracao);
  text-align: center;
  border-radius: 7px;
  font-size: 15px;
  border: none;
}

@media (max-width: 768px) {
  a.btn-acessar {
    width: 40vh;
  }
  .sead-item * {
    display: flex;
    justify-content: center;
    text-align: center;
  }
  .btn-pesquisar {
    margin-top: 1rem;
  }
}

/*# sourceMappingURL=administracao.css.map */
