.ton-eleicoes{
  display:flex;
  flex-direction:column;
  gap: 25px;
}
.ton-eleicoes header{
  padding: 20px 0;
  display: flex;
  justify-content: center;
  align-items: center;
  background-image: linear-gradient(to right,#00529e,#003e78);
}
.ton-eleicoes header .wrapper{
  max-width: 1200px;
  width: 1200px;
  display: flex;
  align-items: center;
  text-align: center;
}
.ton-eleicoes header .wrapper > h2 {
  width: 100%;
  font-size: 16px;
  font-family: "NunitoSans-ExtraBold";
  color: #FFFFFF;
  margin: 20px 0;
  text-align: center;
}

.ton-eleicoes>select {
  border-bottom: 1px solid #00529e;
  padding-bottom: 15px;
  width: fit-content;
  text-align: center;
  margin: auto;
}
