body {
  background: #fff;
  font-size: 14px;
}

#Topo {
  height: auto;
  overflow: hidden;
  background: #fff;
  padding-bottom: 20px;
  margin-bottom: 40px;
  background: #fff;
}

#Topo .Conteudo {
  display: flex;
  align-items: center;
  margin: 0;
  padding-left: 7rem;
  margin: 0 auto;
}

.btn-areacandidato {
  background-color: #0a0033;
  color: white;
  border-radius: 10px;
}

#TopMenu {
  background: none;
  position: absolute;
  left: 50%;
  margin-left: -490px;
  margin-top: 145px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  padding: 0;
}

#TopMenu ul {
  border: none;
  color: black;
  display: flex;
  gap: 1.2rem;
  justify-content: center;
}

#TopMenu ul li a {
  color: black;
  font-size: .9rem;
  letter-spacing: 2px;
  font-weight: normal;
}

#TopMenu ul li a:hover {
  color: #d89300;
  text-shadow: rgba(0, 0, 0, 0.45) 2px 27px 18px -21px;
}

#Logo {
  width: 400px;
}

.bgConcurso {
  background-color: #0a0033;
  height: 450px;
}

.bgConcurso .CategoriasConcursos ul li a {
  background-color: #a16c02;
  border-radius: 0 10px 0 10px;
  padding: 4px;
  margin-bottom: .3rem;
}

.bgConcurso .CategoriasConcursos ul li a:hover,
.bgConcurso .CategoriasConcursos ul li.ativo a {
  background: #523600;
  border-radius: 0 10px 0 10px;
  color: #fff;
}

.CategoriasConcursos h3 {
  padding-left: 1rem;
}

.botao.preto {
  margin-left: .5rem;
  background-color: #a16c02;
}

.botao.preto:hover {
  background-color: #523600;
  border: 1px solid #523600;
  color: #FFF;

}

.Miolo {
  margin: 82px 10px 40px -490px;
  border-top: 5px solid #1955c4;
  margin-left: -259px !important;
  border-radius: 10px;
}
.lista table {
  z-index: 20;
  border: 1px solid #bdbdbd;
  padding: .7rem;
  align-self: center;
  border-radius: 10px;
  box-shadow: rgba(0, 0, 0, 0.45) 0px 25px 20px -20px;
}

.col-3 {
  border-left: 2px dashed #b8b8b8;
  padding-left: 1rem;
}

.col-3 .vagas .qtde span {
  font-weight: bold;
  color: #797979;
}

.col-3 .vagas .qtde b {
  padding-bottom: .5rem;
  width: fit-content;
  margin: 0 auto;
  padding: -10px;
  padding-top: 10px;
  border-bottom: 1px solid #000000;
}

.botao {
  letter-spacing: .5px;
  border-radius: 10px;
  border: 1px solid #000000;
}

.botao:hover {
  background-color: #0f0149;
}

.listaConcursos h2 {
  padding-left: 2rem;
}

#DadosEmpresa {
  display: none;
}

h2.tituloPagina {
  border-bottom: 2px solid #2b2869;
  line-height: 70px;
}

h2.tituloPagina span {
  border-bottom: 0;
  text-indent: 0;
}

.ProSeleta {
  background: #fff;
}

#Rodape {
  border-top: 1px solid #f5f5f5;
  background: #fff;
}
