* {
	outline:none;
}

html {
	font-size: 62.5%;
}

html, body {
	width: 100%;
	height: 100%;
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
}

a {
	display: block;
}

/* HEADER */

#header {
	width: 100%;
	height: 100%;
	position: relative;
	background-color: rgba(0,0,0,0.5);
	background: url(../img/fake-header.jpg) no-repeat center center fixed; 
	-webkit-background-size: cover; 
	-moz-background-size: cover; 
	-o-background-size: cover; 
	background-size: cover;
	/*
    background-size: cover;
    background-color: rgba(0,0,0,0);
    background-image: url(../img/fake-header.jpg);
    */
}

#header h1 span {
	opacity: 1;
}

/* barra no topo */

#abrirMenu {
    position: fixed;
    top: 1.6rem;
    right: 3rem;
    /* line-height: 56px; */
    margin-left: 1rem;
    font-size: 3rem;
    height: 36px;
    text-transform: uppercase;
    opacity: 1;
}

/*
#abrirMenu:hover {
	opacity: 0.6;
	cursor: pointer;
}
*/

/* deixa a navegação escondida no início */

#nav {
	display: none;
}

/* classes para ajustes */

.display {
	display: block !important; 
}

.inativo {
	display: none;
}

.ativo {
	opacity: 1 !important;
	/*display: block !important;*/
}

/* ajuste scroll mobile */

.setaWrap {
	right: 0 !important;
  	padding: 0 !important;
  	-webkit-transform: none !important;
  	transform: none !important;
  	overflow: hidden !important;
  	top: 0 !important;
  	pointer-events: none;
}

/* troca o ícone do menu no clique */

.troca:before {
  content: "\f00d" !important;
}