/* CABEÇALHO */
*,
*::before,
*::after {
  box-sizing: inherit;
  -webkit-font-smoothing: antialiased;
  word-break: break-word;
  word-wrap: break-word;
}
html {
  box-sizing: border-box;
}
body{
  overflow-y: scroll;
  overflow-x: hidden;
}
.prefcg-barra-topo {
  font-size: 1rem;
  background: #ffffff;
  width: 100%;
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 20000;
}
.prefcg-barra-topo-container {
  margin: auto;
}
.prefcg-barra-topo-container > * {
  display: inline-block;
  vertical-align: middle;
}
.prefcg-menu-mobile {
  background: #04973F;
  padding: 3px 0;
  display: block;
}
img.prefcg-logo-pref {
  width: 200px;
  margin: 10px;
}
ul#prefcg-menu {
  margin: 0;
  padding: 0;
}
.prefcg-bar-menu-list li {
  font-family: "Montserrat", sans-serif;
  font-size: 10px;
  padding: 0 9px;
  display: inline-block;
  list-style: none;
  margin: 0;
}
.prefcg-bar-menu-list li a {
  text-transform: uppercase;
  color: #000000;
  line-height: 40px;
  text-decoration: none;
}
.prefcg-menu-mobile .prefcg-bar-menu-list li a {
  color: #41608d;
  line-height: initial;
  margin: 5px 0;
  display: block;
}
img.prefcg-imagem-sic {
  width: 71px;
  margin: 0 2em;
}
