/* preciso entender o motivo desse menuAjuste */

#menuAjuste {
	width: 100%;
	height: 0px;
	position: fixed;
	-webkit-box-shadow: 0px 1px 21px 0px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 1px 21px 0px rgba(0,0,0,0.2);
	box-shadow: 0px 1px 21px 0px rgba(0,0,0,0.2);
}

.show #menuAjuste {
	height: 56px;
	background-color: #000000;
}

/* --- */

#menu {
	position: fixed;
	width: 100%;
	height: 56px;
	top: 0px;
	z-index: 2;
	opacity: 1;
}

/* logo na barra */



#menu.show, 
#menu.show #logoTop  {
	opacity: 1;
}

/* transições */

.transition-all-07 {
	-webkit-transition: all 0.7s ease 0s;
	-moz-transition: all 0.7s ease 0s;
	-o-transition: all 0.7s ease 0s;
	transition: all 0.7s ease 0s;
}

.transition-delay-05 {
	-webkit-transition-delay: 0.5s;
	-moz-transition-delay: 0.5s;
	-o-transition-delay: 0.5s;
	transition-delay: 0.5s;
}

/* classe que controlam o scroll */

























