
.topo_um { background: #0f1d66; padding: 10px 0; color: #FFF;}
.topo_dois { background: #0060ae; color: #FFF; border-radius:0 }
.banner { background: url("https://gestor.amapa.gov.br/img/logos/e5112b2769707376241a57ded2a2b98d.jpg") no-repeat;
    background-size: cover;
    -webkit-background-size: cover; /*Css safari e chrome*/
    -moz-background-size: cover; /*Css firefox*/
    -ms-background-size: cover; /*Css IE não use mer#^@%#*/
    -o-background-size: cover; /*Css Opera*/
}

.accordion {
  margin: 0 auto;
  margin-top: -20px;
  margin-bottom: 20px;
}
.accordion h5 {
  font-size: 14px;
  font-family: fbold;
}
.accordion-toggle {
  border-bottom: 1px solid #cccccc;
  cursor: pointer;
  margin: 0;
  padding: 10px 0;
  position: relative;
}
.accordion-toggle.active:after {
  content: "";
  position: absolute;
  right: 0;
  top: 17px;
  width: 0;
  height: 0;
  border-bottom: 5px solid #37a452;
  border-left: 5px solid rgba(0, 0, 0, 0);
  border-right: 5px solid rgba(0, 0, 0, 0);
}
.accordion-toggle:before {
  content: "";
  position: absolute;
  right: 0;
  top: 17px;
  width: 0;
  height: 0;
  border-top: 5px solid #000;
  border-left: 5px solid rgba(0, 0, 0, 0);
  border-right: 5px solid rgba(0, 0, 0, 0);
}
.accordion-toggle.active:before {
  display: none;
}
.accordion-content {
  display: none;
}
.accordion-toggle.active {
  color: #37a452;
}
