/* 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 */

#logoTop {
	opacity: 0;
	position: fixed;
	width: 300px;
	height: 45px;
	line-height: 56px;
	position: fixed;
	left: 0;
	right: 0;
	margin: 1rem auto;
    width: 160px;
    text-align: center;
    height: 45px;
    line-height: 56px;
    position: fixed;
    left: 0;
    right: 0;
    margin: 0 auto;
    font-size: 25px;
    color: #FFFFFF;
    font-family: 'flamabold';
}

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

/* transições */

.transition-all-03 {
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}

.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 */

.scroll {
	overflow-y: scroll;
  	-webkit-overflow-scrolling: touch;
}

.noScroll {
	overflow-y: hidden;
}

@media all and (max-width: 560px) {
	#shareBar i span {
	    display: none;
	}
}

@media all and (max-width: 360px) {
	#logoTop {
	    display: none;
	}
	#logoEstadao:before {
   		content: "";
	}
}
