
.box_menu_painel { background:#111; margin-bottom: 70px; font-family:'montserratr'; font-size:15px; height:45px;  width:100% }

.menu_painel { background:#111; color:#fff; text-align:center; height:45px; padding-bottom:0px; padding-top:16px !important; border-right:1px rgba(255,255,255,0.30) solid;-webkit-transition-duration:.20s;}

.menu_painel i{color:#fff !important;}

.menu_painel:hover, .menu_painel_ativo:hover { background:#222; color:#fff;-webkit-transition-duration:.20s; }

.menu_painel_ativo { background:#222; color:#fff; text-align:center; padding-bottom:0px; padding-top:16px !important; height:45px; border-right:1px rgba(255,255,255,0.20) solid; -webkit-animation-duration:1s;  }

.menu_painel_ativo i { color:#fff !important;}

.primeiro_setor { border-left:1px rgba(255,255,255,0.20) solid; }



@media only screen and (max-width: 768px) {
.box_menu_painel { height:50px !important; }
}

