* {
	outline:none;
}

html {
	font-size: 62.5%;
}

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

a {
	display: block;
}

/* HEADER */

#header {
	width: 100%;
	height: 100%;
	position: relative;
	background-color: rgba(0,0,0,0.5);
	background: url(../img/header-capa.jpg) no-repeat center bottom 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;
}

.hand{
	padding: 10px;
	border: 1px #CCCCCC solid;
	font-family: 'flamamedium';
	width: 30%;
	text-transform: uppercase;
	margin: auto;
	color: #444444;
	margin-top: 15px;
		margin-bottom: 15px;
}
.fa-hand-o-up{
	color: #444444;
}


#header-paginas{
	width: 100%;
	height: 30%;
	position: relative;
	background-color: rgba(0,0,0,0.5);
	background: url(../img/header-1.jpg) no-repeat center center fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	padding-top: 14rem;
}

#header-paginas-4{
	width: 100%;
	height: 30%;
	position: relative;
	background-color: rgba(0,0,0,0.5);
	background: url(../img/header-4.jpg) no-repeat center center fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	padding-top: 14rem;
}



@media screen and (max-width: 700px) {
	#header {
		background-attachment: scroll;
	}
}

/* barra no topo */

#abrirMenu {
	position: fixed;
	right: 1.2rem;
	line-height: 56px;
	margin-left: 1rem;
	font-size: 3rem;
	height: 45px;
	text-transform: uppercase;
	opacity: 1;
	color: #fff;
}

#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;
}

.creditos {
	position: absolute;
	bottom: 2rem;
	left: 2rem;
	color: #fff;
	font-family: 'flamamedium';
	font-size: 14px;
	text-transform: uppercase;
	  text-decoration: none;
}

.scrollDown {
	position: absolute;
	text-align: center;
	left: 0;
	right: 0;
	bottom: 0;
	text-transform: uppercase;
	margin: 1.4rem;
	font-family: 'flamamedium';
	font-size: 24px;
	color: #fff;
	width: 200px;
	margin: 0 auto;
}



@media all and (min-width: 760px) {
	.scrollDown:hover, .creditos:hover, h1:hover {

	}
}

.scrollDown i {
	font-size: 32px;
	display: block;
	margin-top: 1.4rem;
}

@media all and (max-width: 760px) {
	.hideOnMobile {
		display: none !important;
	}
}

/* mini infos */

.mini-info {
	max-width: 928px;
	width: 100%;
	margin: 0 auto;
	margin-bottom: 6rem;
}

.mini-info p {
	font-family: 'flamabook';
	font-size: 1.6rem;
	max-width: 440px;
	width: 100%;
	padding: 2rem;
}

.row {
	display: flex;
	display: webkit-flex;
}

.obra {
	max-width: 33.333%;
	padding: 2rem;
}

.obra img {
	border-radius: 50%;
}

.obra p span {
	font-family: 'flamabold';
	opacity: .25;
}

.info-box {
	max-width: 300px;
	width: 100%;
	display: block;
	float: right;
	padding: 2rem;
	padding-top: 0;
	margin-right: -10rem;
}

.h3-span {
	font-family: 'flamabold';
	font-size: 1.6rem;
	text-align: center;
	letter-spacing: 0.2rem;
	text-transform: uppercase;
	color: #606a70;
	margin: 0 auto;
	display: block;
	padding-bottom: 2rem;
}

.wrap {
	display: block;
	padding-bottom: 2rem;
}

.wrap img {
	display: block;
}

.wrap span {
	font-family: 'flamabook';
	font-size: 1.6rem;
	display: block;
	padding-top: .5rem;
}

#localizacao img, #comparacao img {
	padding: 2rem;
}

h3 {
	font-size: 1.6rem;
	margin: 2rem 0 0;
}

/* mini infos - responsivo */

@media screen and (max-width: 860px) {

	.info-box {
		float: none;
		margin: 0 auto;
	}

}

@media screen and (max-width: 640px) {

	.row {
		flex-direction: column;
		-webkit-flex-direction: column;
		align-items: center;
		-webkit-align-items: center;
	}

	.obra {
		width: 100%;
		 max-width: 75%;
	}

}


























