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: 86px;
  -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;
  transition: all 0.3s ease;
}

#TopMenu ul li a:hover {
  color: #38a880;
  transform: translateY(-5px);
}

#Logo {
  width: 400px;
}

.bgConcurso {
  height: 100vh;
  background-image:
    linear-gradient(to bottom, #0a372699, #00546d), 
    url("/static/candidatos/img/menubg.png");
}

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

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

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

.botao.preto {
  margin-left: .5rem;
  padding: 5px 10px;
  background-color: #38a880;
}

.botao.preto:hover {
  background-color: #1E3A8A;
  border: 2px solid #38a880;
  color: #FFF;

}

.Miolo {
  margin: 82px 10px 40px -490px;
  border-top: 5px solid #1E3A8A;
  border-radius: 10px;
}

.tituloPagina span {
  margin-left: 1rem;
}

.lista table {
  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: #1E3A8A;
}

.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: #1E3A8A;
}

.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;
}


@media (max-width: 768px) {
  .col-3 {
    border-left: none;
    padding-left: -1rem;
  }
}