#menuinsta {
        display: none;

}
        
.barra-frase span {
  font-size: 12px;
}

.menu.superior {
  background: #2e2e2e;
  position: relative;
  width: 100%;
}

.menu.superior .nivel-um>li a strong {
  font-size: 16px;
  color: #f1f1f1;
}

.menu.superior .nivel-um>li:hover a strong {
  color: #ffffff;
}

.menu.superior.fixed {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1000;
}

.busca input {
  border-radius: 50px;
}

#cabecalho {
  transition: height 2.3s, padding 2.3s;
}

#cabecalho.fixo {
  position: fixed;
  top: 0;
  width: 100%;
  height: 20px;
  z-index: 1000;
  transition: height 1.3s, padding 1.3s;
}

#cabecalho.fixo .barra-frase {
  display: none;
}

#cabecalho.fixo .logo a img {
  max-height: 25px;
}

#cabecalho > div.conteiner, 
#cabecalho.tema-transparente .conteiner,
#cabecalho.fixo > div > .row-fluid {
  background-color: #ffffff;
}

