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;
}
.card {
  min-width: 225px;
  min-height: 250px;
}
.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: ;
  background-color: rgb(185, 183, 183);
  border-radius: 10px;
}

.card-text {
  font-size: 18px;
  font-weight: bold;
}
.blue-card:hover {
  box-shadow: 0 4px 8px 0 rgba(40, 85, 207, 0.459),
    0 6px 20px 0 rgba(28, 80, 224, 0.445);
}
.purple-card:hover {
  box-shadow: 0 4px 8px 0 rgba(66, 131, 46, 0.459),
    0 6px 20px 0 rgba(50, 139, 65, 0.322);
}
.red-card:hover {
  box-shadow: 0 4px 8px 0 rgba(173, 51, 47, 0.459),
    0 6px 20px 0 rgba(148, 44, 37, 0.445);
}
.yellow-card:hover {
  box-shadow: 0 4px 8px 0 rgba(172, 144, 53, 0.459),
    0 6px 20px 0 rgba(221, 224, 28, 0.445);
}
.grey-card:hover {
  box-shadow: 0 4px 8px 0 rgba(13, 14, 13, 0.459),
    0 6px 20px 0 rgba(63, 63, 63, 0.322);
}
.blue-card {
  background: #264fb1;
}
.pink-card {
  background: #f07fdd;
}
.purple-card {
  background: #431157;
}
.red-card {
  background: #df5e5e;
}
.yellow-card {
  background: #ffc947;
  color: white;
}
.grey-card {
  background: #eee;
  color: grey;
}
.orange-card {
  background: #f1803f;
}
.green-card {
  background: green;
}
.eixos-img {
  width: 138px;
  height: 128px;
  padding: 10px;
}
