.mod_mrn_bicentenario_cabecalho {
  width: 100%;
  background-color: white;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 30px;
}

.mod_mrn_bicentenario_cabecalho .bloco_central {
  width: 100%;
  max-width: 1200px;
  padding: 15px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.mod_mrn_bicentenario_cabecalho .linha {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  color: #005281;
}

.mod_mrn_bicentenario_cabecalho .titulo {
  font-size: 24px;
  font-family: Roboto;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 2px;
  text-align: center;
  flex: 1;
}

.mod_mrn_bicentenario_cabecalho .estrela-amarela {
  width: 21px;
  height: 21px;
  background-size: contain;
  background-image: url(estrela-amarela-icone-34x32.svg);
  margin-left: 2px;
  margin-right: 2px;
  margin-top: 3px;
}

.mod_mrn_bicentenario_cabecalho .menu {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  align-items: center;
  color: #005281;
  background-color: #F9A533;
  font-family: Roboto;
  font-size: 17px;
  font-weight: bold;
  height: 40px;
  margin-top: 5px;
}

.mod_mrn_bicentenario_cabecalho .menu a{
  color: #005281;
  text-decoration: none;
  text-align: center;
}

.mod_mrn_bicentenario_cabecalho .menu_mobile {
  width: 100%;
  display: none;
  flex-direction: row;
  justify-content: space-evenly;
  align-items: center;
  color: #005281;
  background-color: #F9A533;
  font-family: Roboto;
  font-size: 17px;
  font-weight: bold;
  height: 40px;
  margin-top: 5px;
}


.mod_mrn_bicentenario_cabecalho .dropdown {
  position: relative;
  display: inline-block;
  width: 100%;
}

.mod_mrn_bicentenario_cabecalho .dropdown span {
  display: block;
  width: 100%;
  background-image: url(seta.svg);
  background-repeat: no-repeat;
  background-position-x: right;
  background-position-y: center;
  text-align: left;
  padding-left: 20px;
  padding-bottom: 5px;
  padding-top: 5px;
}

.mod_mrn_bicentenario_cabecalho .dropdown-content {
  display: none;
  position: absolute;
  background-color: rgba(0, 82 , 129, .9);
  z-index: 1;
  flex-direction: column;
  width: 100%;
}

.mod_mrn_bicentenario_cabecalho .dropdown-content a {
  display: flex;
  flex: 1;
  padding: 15px;
  justify-content: center;
  color: #FFFFFF;
}

.mod_mrn_bicentenario_cabecalho .dropdown-content a:hover {
  color: #F9A533;
}

.mod_mrn_bicentenario_cabecalho .show {
  display: flex !important;
}

.template_artigo
{
  background: unset !important;
}

.template_artigo .bloco_central {
  margin-top: 0px;
}

.template_artigo .faixa-laranja {
  border-top: 0px solid #fb0;
}

@media (max-width: 900px) {
  .mod_mrn_bicentenario_cabecalho .menu {
    display: none;
  }
  .mod_mrn_bicentenario_cabecalho .menu_mobile {
    display: flex;
  }
}