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: 14px;
}

h3 {
  text-align: center;
}
.textoscards {
  font-size: 18px;
}
.help-block {
  color: #9d9d9d;
}
.mb-60 {
  margin-bottom: 36px;
}

.services-inner {
  transition: 0.3s;
  background-color: black;
}

.our-services-img {
  float: left;
  margin-left: -36px;
  margin-right: 22px;
  margin-top: 28px;
}

.our-services-text {
  padding-right: 10px;
}

.our-services-text {
  overflow: hidden;
  padding: 28px 0 25px;
}

.our-services-text h4 {
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 1px;
  margin-bottom: 8px;
  padding-bottom: 10px;
  position: relative;
  text-transform: uppercase;
}
.ppatext {
  background-color: #ee6425;
}
.ppatext:hover {
  background-color: #fff;
}
.odstext {
  background-color: #2d3f93;
}
.odstext:hover {
  background-color: #fff;
}
.pesquisatext {
  background-color: #8d8b8f;
}
.pesquisatext:hover {
  background-color: #fff;
}
.relatoriotext {
  background-color: #F9B72A;
}
.relatoriotext:hover {
  background-color: #fff;
}
.our-services-text h4:hover {
  color: #000000 !important;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 1px;
  margin-bottom: 8px;
  padding-bottom: 10px;
  position: relative;
  text-transform: uppercase;
}
/* 
.our-services-text h4::before {
  background: #ec6d48 none repeat scroll 0 0;
  bottom: 0;
  content: '';
  height: 1px;
  position: absolute;
  width: 35px;
  color: #000;
} */

.our-services-wrapper:hover .services-inner {
  background: #fff none repeat scroll 0 0;
  border: 2px solid transparent;
  box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.2);
  color: #000 !important;
}

.our-services-text p {
  margin-bottom: 0;
}

p {
  font-size: 14px;
  font-weight: 400;
  line-height: 26px;
  color: #666;
  margin-bottom: 15px;
}
a :hover {
  color: #000 !important;
}

a .linksppa {
  color: #fff !important;
}

a:active {
  color: #000 !important;
}

a {
  color: #fff !important;
}

.table-responsive {
  border: 1px solid #8d8b8f;
  padding: 0.6%;
}

.forgot:hover {
  text-decoration: underline;
}

.br-0 {
  border-radius: 0;
}

@media (max-width: 600px) {
  h1 {
    font-size: 20px;
  }
  .ods-image {
    width: 100%;
  }
}
.accordion {
  color: #ffffff !important;
}

/*
snippet from Animate.css - zoomIn effect
*/
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
.animated.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}
@-webkit-keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
@keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}
@-webkit-keyframes zoomOut {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  100% {
    opacity: 0;
  }
}
@keyframes zoomOut {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  100% {
    opacity: 0;
  }
}
.zoomOut {
  -webkit-animation-name: zoomOut;
  animation-name: zoomOut;
}

#accordion .panel-title i.glyphicon {
  -moz-transition: -moz-transform 0.5s ease-in-out;
  -o-transition: -o-transform 0.5s ease-in-out;
  -webkit-transition: -webkit-transform 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out;
}

.rotate-icon {
  -webkit-transform: rotate(-225deg);
  -moz-transform: rotate(-225deg);
  transform: rotate(-225deg);
}

.panel {
  border: 0px;
  border-bottom: 1px solid #ffffff;
}
.panel-group .panel + .panel {
  margin-top: 0px;
}
.panel-group .panel {
  border-radius: 0px;
}
.panel-heading {
  border-radius: 0px;
  color: white;
  padding: 25px 15px;
}
.panel-custom > .panel-heading {
  background-color: #244e98;
}
.panel-group .panel:last-child {
  border-bottom: 5px solid #244e98;
}

panel-collapse .collapse.in {
  border-bottom: 0;
}

.textppa {
  text-align: justify;
}
.subtitle {
  text-align: center;
  font-size: 16px;
}
.relatoriodown{
  color:#000000 !important;
}