/* MENU */
@media (max-width: 992px){
	#menu ul li a{
		filter: grayscale(0%);
	}
}
@media (min-width: 993px){
	#menu {
		justify-content: center!important;
		align-items: center!important;
		background-color: transparent; 
	}
	#menu ul {	
		text-align: center;
	}
	#menu ul li {	
		list-style: none;
		padding: 0 3px;
	}
	#menu ul li a {
		height: 80px;
		text-indent: -90000px;
		text-align: center;
	}
	/* LINKS */
	#menu ul li a{
		filter: grayscale(100%);
	}
	#menu ul li a:hover{
		filter: grayscale(0%);
	}
	#menu ul li.link_principal a {
		width: 82px;
		background: url(../img/buttons/botao_principal_over.png) no-repeat;
	}
	#menu ul li.link_informacoes a {
		width: 85px;
		background: url(../img/buttons/botao_informacoes_over.png) no-repeat;
	}
	#menu ul li.link_espetaculos a {
		width: 85px;
		background: url(../img/buttons/botao_espetaculos_over.png) no-repeat;
	}
	#menu ul li.link_portifolio a {
		width: 82px;
		background: url(../img/buttons/botao_portifolio_over.png) no-repeat;
	}
	#menu ul li.link_festas a {
		width: 82px;
		background: url(../img/buttons/botao_festas_over.png) no-repeat;
	}
	#menu ul li.link_servicos a {
		width: 82px;
		background: url(../img/buttons/botao_servicos_over.png) no-repeat;
	}
	#menu ul li.link_servicosconfeccao a {
		width: 130px;
		height: 55px;
		background: url(../img/buttons/botao_confeccao_de_bonecos_e_aderecos.jpg) no-repeat;
		text-align: center;
	}
	#menu ul li.link_servicosstudio a {
		width: 130px;
		height: 55px;
		background: url(../img/buttons/botao_estudio_fanfarra_producoes.jpg) no-repeat;
		text-align: center;
	}
	#menu ul li.link_servicosespetaculo a {
		width: 130px;
		height: 55px;
		background: url(../img/buttons/botao_producao_de_espetaculos.jpg) no-repeat;
		text-align: center;
	}
	#menu ul li.link_historico a {
		width: 82px;
		background: url(../img/buttons/botao_historico_over.png) no-repeat;
	}
	#menu ul li.link_fotos a {
		width: 82px;
		background: url(../img/buttons/botao_fotos_over.png) no-repeat;
	}
	#menu ul li.link_clipping a {
		width: 82px;
		background: url(../img/buttons/botao_clipping_over.png) no-repeat;
	}
	#menu ul li.link_equipe a {
		width: 82px;
		background: url(../img/buttons/botao_equipe_over.png) no-repeat;
	}
	#menu ul li.link_agenda a {
		width: 82px;
		background: url(../img/buttons/botao_agenda_over.png) no-repeat;
	}
	#menu ul li.link_contato a {
		width: 82px;
		background: url(../img/buttons/botao_contato_over.png) no-repeat;
	}
	/* dropdown menu
	#menu ul li.link_1 a {
		width: 140px;
		height: 50px;
		background: url(../img/buttons/bt_link1_over.png) no-repeat;
	}
	#menu ul li.link_2 a {
		width: 140px;
		height: 50px;
		background: url(../img/buttons/bt_link2_over.png) no-repeat;
	}
	#menu ul li.link_3 a {
		width: 140px;
		height: 50px;
		background: url(../img/buttons/bt_link3_over.png) no-repeat;
	} */
}
/* #menu ul li.link_servicos #clsServico a {
	width: 82px;
	background: url(../img/buttons/botao_servicos_over.png) no-repeat;
	color: black;
} */
/* #menu ul li.link_servicos #clsServico a {
	width: 82px;
	background: none;
	color: black;
} */
