p {
  font-weight: 500;
}
h11 {
  font-size: 13px;
}
#title {
  text-align: center;
}
.section1 {
  background: white;
  border-radius: 7px;
}
.secretarias {
  font-size: 32px;
  margin-left: 2%;
}

a {
  color: white;
}
a:hover {
  text-decoration: none;
  color: white;
}
.btn:hover {
  cursor: pointer;
}
.programas {
  font-size: 16px;
  text-align: center;
  font-weight: bold;
  background: rgb(255, 255, 255);
  padding: 10px 10px 0px 10px;
  border: 1px solid;
  border-color: rgb(216, 216, 216);
  border-radius: 0px 0px 10px 10px;
}
.programas-texto {
  background-color: rgb(185, 183, 183);
  border-radius: 10px;
}

.eixos-img {
  width: 100%;
  height: 100%;
}

hr {
  margin-top: 0px;

  border-top: 1px solid #eee;
}
.listaOds {
  margin-top: 20px;
}

.centertext {
  text-align: center;
  font-size: 16px;
  font-weight: bold;
}

@media (max-width: 600px) {
  h1 {
    font-size: 20px;
  }
  .ods-image {
    width: 100%;
  }
}
