
.topo_um { background: #0f1d66; padding: 10px 0; color: #FFF;}
.topo_dois { background: #0060ae; color: #FFF; border-radius:0 }
.banner { background: url("/img/topo.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;
}

.navbar-default .navbar-toggle .icon-bar {
  background-color: #fff;
}

.banner-cutias {
  background: url("https://gestor.amapa.gov.br/img/logos/8ae0abdcc8294b0e993f2c76743c6a83.jpg");
  background-repeat: no-repeat;
  background-size: cover;

  display: flex;
  align-items: center;
  justify-content: center;
}

.banner-cutias > img {
  height: 280px;
}

.diario-oficial {
  font-size: 16px;
}

.diario-oficial footer {
  font-size: 14px;
}
