p {
  font-weight: 500;
}
h11 {
  font-size: 13px;
}
#title {
  text-align: center;
}
.img-programa-cont {
  background-color: greenyellow;
  width: 120px;
  height: 120px;
}
.central {
  display: flex;
  justify-content: center;
}
.objetivo {
  font-weight: bold;
  font-size: 22px;
}
.texto-objetivo {
  font-size: 16px;
}
.metas {
  font-size: 22px;
  font-weight: bold;
}
.bi-graph-up {
  padding-right: 5px;
  font-size: 20px;
}
.bi-bank2 {
  padding-right: 5px;
  font-size: 20px;
}
.bi-list-check {
  padding-right: 5px;
  font-size: 20px;
}
.bi-check-circle-fill {
  padding-right: 5px;
  font-size: 20px;
}
.bi-people-fill::before {
  padding-right: 5px;
  font-size: 20px;
}
.bi-award-fill::before {
  padding-right: 5px;
  font-size: 20px;
}
.table-indicadores {
  border: 1px solid #000;
}
.secretaria-nome {
  padding-top: 5px;
  font-size: 16px;
}

.idGraph {
  text-align: center;
  font-weight: bold;
  color: #000;
}
.indicadoresTable {
  font-weight: bold;
  font-size: 15px;
}
.acoesTable {
  font-weight: bold;
  font-size: 15px;
  color: #000;
}
.indicadoresTableInfo {
  color: gray;
}

@media only screen and (max-width: 600px) {
  .img-programa-cont {
    background-color: greenyellow;
    width: 45px;
    height: 45px;
  }
}

/* CSS ACCORDION */

a:hover,
a:focus {
  text-decoration: none !important;
  outline: none !important;
}
.panel-group .panel {
  background-color: #fff;
  border: none;
  box-shadow: none;
  border-radius: 10px;
  margin-bottom: 11px;
}
.panel .panel-heading {
  padding: 0;
  border-radius: 10px;
  border: none;
}
.panel-heading a {
  color: #000000 !important;
  display: block;
  border: none;
  padding: 20px 35px 20px;
  font-size: 20px;
  background-color: #fff;
  font-weight: 600;
  position: relative;
  color: #fff;
  box-shadow: none;
  transition: all 0.1s ease 0;
}
.panel-heading a:after,
.panel-heading a.collapsed:after {
  content: '\f068';
  font-family: fontawesome;
  text-align: center;
  position: absolute;
  left: -20px;
  top: 10px;
  color: #000000 !important;
  background-color: #fff;
  border: 5px solid #fff;
  font-size: 15px;
  width: 40px;
  height: 40px;
  line-height: 30px;
  border-radius: 50%;
  transition: all 0.3s ease 0s;
}
.panel-heading:hover a:after,
.panel-heading:hover a.collapsed:after {
  transform: rotate(360deg);
}
.panel-heading a.collapsed:after {
  content: '\f067';
}
#accordion .panel-body {
  background-color: #fbf8f8;
  color: #8c8c8c;
  line-height: 25px;
  padding: 10px 25px 20px 35px;
  border-top: none;
  font-size: 14px;
  position: relative;
}
.text-white {
  color: white;
  text-transform: uppercase;
}

.loader {
  display: inline-block;
  width: 30px;
  height: 30px;
  position: relative;
  border: 4px solid #fff;
  top: 50%;
  animation: loader 2s infinite ease;
}

.loader-inner {
  vertical-align: top;
  display: inline-block;
  width: 100%;
  background-color: #000;
  animation: loader-inner 2s infinite ease-in;
}

@keyframes loader {
  0% {
    transform: rotate(0deg);
  }

  25% {
    transform: rotate(180deg);
  }

  50% {
    transform: rotate(180deg);
  }

  75% {
    transform: rotate(360deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

@keyframes loader-inner {
  0% {
    height: 0%;
  }

  25% {
    height: 0%;
  }

  50% {
    height: 100%;
  }

  75% {
    height: 100%;
  }

  100% {
    height: 0%;
  }
}
