/* LOGO DO ESTADÃO */

#logoEstadao {
	font-family: 'Marcas Estadão';
	font-size: 3rem;
	position: fixed;
	width: 118px;
	height: 45px;
	margin: 1.5rem 1rem;
	opacity: 1;
    color: #694F47;
}

#logoEstadao:hover {
	opacity: 0.6;
}

.show #logoEstadao:hover {
	opacity: 0.3;
}

#logoEstadao:before {
  content: "";
}

.show #logoEstadao, .show #abrirMenu {
	color: #222;
	opacity: 0.5;
}

@media screen and (min-width: 560px) {
	#logoEstadao:before {
		content: "";
	}
}
