@import url('https://fonts.googleapis.com/css?family=Questrial');
@import url('https://fonts.googleapis.com/css?family=Oswald');

html {
	height: 100%;
	box-sizing: border-box;
}
body {
	background: #FFF;
	padding: 0px;
	margin: 0px;
	height: 100%;
	position: relative; 
}
* {
	font-family: 'Questrial', sans-serif;
	color: #000;
	font-size: 16px;
	text-decoration: none;
	outline: none;	
}

a {
	color: #999;
	text-decoration: none;
	transition: all 0.5s;
}
a:hover {
	color: #CB3301;
}

hr {
	border: none;
	border-bottom: #111 1px dashed;
	margin: 20px 0 20px 0;
}
input[type=text], input[type=email], input[type=tel], input[type=password], input[type=number], input[type=url], input[type=month], input[type=date], textarea, .inputs {
	border: #000 1px solid;
	background: #FFF;
	-webkit-appearance: none;
	resize: none;
	color: #000;
	outline: none;
	font-size: 10pt;
	padding: 2px;
	border-radius: 4px;
	padding: 4px;
	-webkit-appearance: none;
    -moz-appearance: none;
}
input[type=month], input[type=date] {
	padding: 2px;
}
input[type=submit], input[type=reset], input[type=button], button {
	background: #333;
	color: #FFF;
	border: none;
	padding: 2px 7px 2px 7px;
	font-weight: bold;
	font-weight: lighter;
	text-align: center;
	cursor: pointer;
	cursor: hand;
	-webkit-appearance: none;
	border-radius: 4px;
	padding: 4px 15px 4px 15px;
	-webkit-appearance: none;
    -moz-appearance: none;
}
input[type=submit]:hover, input[type=reset]:hover, input[type=button]:hover, button:hover {
	background: #CB3301;
	transition: all 0.5s;
}

header {
	text-align: center;
	align-items: center;
	background: url(../img/header.jpg) no-repeat center center;
	background-size: cover;
}

nav {
	text-align: left;
	padding: 20px 60px;
	margin: 0px;
	display: grid;
	grid-template-columns: auto auto;
	grid-gap: 0px 20px;
}
nav img {
	max-width: 250px;
	height: auto;
}
nav div {
	justify-self: flex-end;
}

nav .hamburger {
	display: none;
}
nav .hamburger div {
	padding: 0px;
}
nav div ul {
	list-style: none;
	padding: 0px;
	margin: 0px;
}
nav div ul li {
	display: inline-block;
	vertical-align: top;
	padding: 0px;
	margin: 0px;
}
nav div ul li a, nav div ul li label {
	color: #FFF;
	display: inline-block;
	vertical-align: top;
	margin: 0px;
	padding: 4px 15px 4px 15px;
	font-size: 16px;
	border-radius: 4px;
	text-decoration: none;
	transition: all 0.5s;
	font-family: 'Oswald', sans-serif;
}
nav div ul li a:hover, nav div ul li label:hover, nav div ul li:hover label {
	background: #FFF;
	color: #000;
	cursor: pointer;
	cursor: hand;
}
nav div ul li ul {
	position: absolute;
	background: rgba(255, 255, 255, 0.5);
	text-align: left;
	border-radius: 5px;
	padding: 5px;
	display: none;
	z-index: 999;
}
nav div ul li ul li {
	display: block;
}
nav div ul li ul li a {
	display: block;
	text-transform: none;
	color: #000;
	padding: 3px 10px 3px 10px;
	border-bottom: none;
	margin: 0px;
	border-radius: 3px;
}
nav div ul li ul li a:hover {
	background: #000;
	color: #FFF;
	border-bottom: none;
}
nav div ul li:hover ul {
	display: block;
}
header section:nth-of-type(1) {
	padding: 0 60px;
	text-align: center;
	padding: 30px 0;
}
header section:nth-of-type(1) label {
	color: #FFF;
	font-size: 86px;
	display: block;
	font-family: 'Oswald', sans-serif;
	text-transform: uppercase;
	font-weight: 700;
}
header section:nth-of-type(1) span {
	display: block;
	vertical-align: top;
	color: #FFF;
	max-width: 600px;
	text-align: center;
	margin: 0 auto;
	font-family: 'Oswald', sans-serif;
}
header section:nth-of-type(2) {
	padding: 40px 0;
	text-align: center;
}

.scroll-downs {
  position: relative;
  margin: auto;
  width :26px;
  height: 35px;
}
.mousey {
  width: 3px;
  padding: 3px 9px;
  height: 30px;
  border: 2px solid #fff;
  border-radius: 25px;
  opacity: 0.75;
  box-sizing: content-box;
  margin: 0 auto;
}
.scroller {
  width: 3px;
  height: 6px;
  border-radius: 25%;
  background-color: #fff;
  animation-name: mouseScroll;
  animation-duration: 2.2s;
  animation-timing-function: cubic-bezier(.15,.41,.69,.94);
  animation-iteration-count: infinite;
}
.arrow, .arrow div {
	border: #FFF 2px solid;
	border-top: none;
	border-right: none;
	width: 10px;
	height: 10px;
	margin: 5px auto;
	transform: rotate(-45deg);
}
.arrow div {
	position: absolute;
	transform: none;
	margin: 4px 0 0 -6px;
}

/* Conteudo */
#corpo {
	max-width: 980px;
	margin: 0 auto 0 auto;
	padding: 60px 0 50px 0;
}
.titulo {
	font-size: 42px;
	text-transform: uppercase;
	padding: 0px;
	margin: 0 0 25px 0;
	font-family: 'Oswald', sans-serif;
	font-weight: 600;
}
.subtitulo {
	margin: -25px 0 70px 0;
	font-size: 18px;
	color: #666;
	font-family: 'Oswald', sans-serif;
	font-weight: lighter;
	position: relative;
}
.center {
	text-align: center;
}
#paginador {
	padding: 30px 0 0 0;
	text-align: center;
}

/* Primeira página */
#ppagina {
	text-align: center;
	padding: 0 0 60px 0;
}
#ppagina div {
	text-align: center;
	padding: 20px 0 0 0;
	grid-area: dirbaixo;
	display: block;
	vertical-align: top;
}
#ppagina div a {
	display: inline-block;
	vertical-align: top;
	padding: 7px 20px 7px 20px;
	border: #000 1px solid;
	text-transform: uppercase;
	color: #000;
	border-radius: 4px;
}
#ppagina div a:hover {
	background: #000;
	color: #FFF;
}
#ppagina .titulo {
	font-size: 34px;
}

#barra1 {
	background: url(../img/barra1.jpg) no-repeat center center;
	background-size: cover;
	text-align: center;
	padding: 40px 60px;
}
#barra1 p {
	text-shadow: #000 0 1px 1px;
}
#barra1 .titulo {
	color: #FFF;
	font-size: 74px;
	text-shadow: none;
}
#barra1 * {
	color: #FFF;
}
#barra1 div {
	padding: 60px 0 0 0;
}
#barra1 div a {
	display: inline-block;
	vertical-align: top;
	padding: 7px 20px 7px 20px;
	border: #FFF 1px solid;
	text-transform: uppercase;
	color: #FFF;
	border-radius: 4px;
}
#barra1 div a:hover {
	background: #FFF;
	color: #000;
}
#barra2 {
	background: url(../img/barra2.jpg) no-repeat center center;
	background-size: cover;
	text-align: center;
	padding: 40px 60px;
	display: grid;
	grid-template-columns: auto 400px;
	grid-template-areas: "nada texto";
}
#barra2 span {
	grid-area: texto;
	text-align: left;
}
#barra2 .titulo {
	font-size: 32px;
}
#barra2 div {
	padding: 40px 0 40px 0;
	text-align: center;
}
#barra2 div a {
	display: inline-block;
	vertical-align: top;
	padding: 7px 20px 7px 20px;
	border: #000 1px solid;
	text-transform: uppercase;
	color: #000;
	border-radius: 4px;
}
#barra2 div a:hover {
	background: #000;
	color: #FFF;
}
#barra2 p {
	text-align: justify;
}

#perguntas {
	text-align: center;
	padding: 40px 0;
	max-width: 980px;
	margin: 0 auto;
}
#perguntas article {
	text-align: left;
	display: grid;
	grid-template-columns: 80px auto;
	grid-gap: 20px 20px;
	margin: 0 0 20px 0;
}
#perguntas big {
	font-size: 82px;
	color: #666;
	font-family: 'Oswald', sans-serif;
	font-weight: bold;
}
#perguntas label {
	font-weight: bold;
	text-transform: uppercase;
	font-family: 'Oswald', sans-serif;
}
#perguntas p {
	text-align: justify;
}

footer {
	background: #1B2638;
	padding: 40px 60px;
	display: grid;
	grid-template-columns: 250px 250px auto;
	grid-gap: 20px 20px;
color: #CCC;
}
footer * {
	color: #CCC;
}
footer ul {
	list-style: none;
	padding: 0px;
	margin: 0px;
}
footer ul li {
	margin: 3px 0 0 0;
}
footer ul p {
	color: #FFF;
	font-size: 18px;
	padding: 0px;
	margin: 0 0 20px 0;
	text-transform: uppercase;
	font-weight: lighter;
}
footer ul li a, #baixo a {
	font-size: 14px;
}
footer ul li a:hover, #baixo a:hover {
	text-decoration: none;
	color: #FFF;
}
footer span {
	text-align: center;
	justify-self: flex-end;
}
footer span img {
	display: block;
	margin: 0 auto 20px auto;
	max-width: 200px;
	height: auto;
	padding: 0px;
}
footer span label {
	color: #999;
	font-family: 'Oswald', sans-serif;
	font-size: 14px;
	display: block;
	vertical-align: top;
	padding: 0 0 10px 0;
}
footer span ul li {
	display: inline-block;
	vertical-align: top;
	margin: 0 5px;
}

footer span ul li:nth-of-type(1) a {
	display: inline-block;
	vertical-align: top;
	-webkit-mask: url(../img/facebook.svg) no-repeat center center;
	-webkit-mask-size: cover;
	mask: url(../img/facebook.svg) no-repeat center center;
	mask-size: cover;
	width: 20px;
	height: 20px;
	margin: 0 7px 0 0;
	background-color: #D6D6D6;
	transition: color 0.5s;
}
footer span ul li:nth-of-type(1) a:hover {
	background-color: #FFF;
}
footer span ul li:nth-of-type(2) a {
	display: inline-block;
	vertical-align: top;
	-webkit-mask: url(../img/instagram.svg) no-repeat center center;
	-webkit-mask-size: cover;
	mask: url(../img/instagram.svg) no-repeat center center;
	mask-size: cover;
	width: 20px;
	height: 20px;
	margin: 0 7px 0 0;
	background-color: #D6D6D6;
	transition: color 0.5s;
}
footer span ul li:nth-of-type(2) a:hover {
	background-color: #FFF;
}

#baixo {
	border-top: #999 1px solid;
	background: #1F1F1F;
	padding: 6px 40px 6px 40px;
	text-align: right;
}

/* Aqui começa o diaporama */
#imageFlow * {
	color: #FFF;
}
#imageFlow { 
    position: relative;
	width: 100%; 
    max-width: 965px; 
    height: 450px;
	min-height: 450px;  
    margin-left: 0px;
 
    overflow: hidden; 
    background: #000;
	text-shadow: none;
	color: #FFF;
} 
#imageFlow .diapo { 
    position: absolute; 
    left: -4000px; 
    cursor: pointer; 
    -ms-interpolation-mode: nearest-neighbor; 
} 
#imageFlow .link { 
    border: dotted #fff 1px; 
    margin-left: -1px; 
    margin-bottom: -1px; 
} 
#imageFlow .text { 
    position: absolute; 
    left: 0px; 
    width: 100%; 
    bottom: 16%; 
    text-align: center; 
    color: #FFF; 
    font-family: verdana, arial, Helvetica, sans-serif; 
    z-index: 1000; 
	text-shadow: none;
} 
#imageFlow .title { 
    font-size: 18px; 
    font-weight: bold; 
	text-shadow:none;
	color: #FFF;
} 
#imageFlow .legend { 
    font-size: 10px;
	color: #FFF;
	text-shadow: none;
} 
#imageFlow .scrollbar { 
    position: absolute; 
    left: 10%; 
    bottom: 20px; 
    width: 80%; 
    height: 16px; 
    z-index: 1000; 
} 
#imageFlow .track { 
    position: absolute; 
    left: 1%; 
    width: 98%; 
    height: 16px; 
    filter: alpha(opacity=30); 
    opacity: 0.3;
} 
#imageFlow .arrow-left { 
    position: absolute; 
} 
#imageFlow .arrow-right { 
    position: absolute; 
    right: 0px; 
} 
#imageFlow .bar { 
    position: absolute; 
    height: 16px; 
    left: 25px; 
} 

/* Galeria */
#galeria {
	height: 540px;
	min-height: 540px;
}
#voltar {
	text-align: right;
}
#voltar * {
	color: #333;
	font-weight: bold;
}

/* SDK */
#ampliar {
	display: block;
	background: #999;
	border: #666 1px solid;
	padding: 5px;
	text-align: center;
	color: #FFF;
	margin-top: 210px;
}
#ampliar a {
	color: #FFF;
}
#ampliacao {
	display: none;
	position: fixed;
	left: 50%;
	top: 50%;
	border: #000 1px solid;
	z-index: 9999;
}
#sblock {
	background: #000;
	position: fixed;
	left: 0px;
	right: 0px;
	top: 0px;
	bottom: 0px;
	filter: alpha(opacity=70);
	opacity: 0.7;
	z-index: 999;
	display: none;
}
#fechapop {
	background: #FFF;
	padding: 4px;
	padding-left: 10px;
	padding-right: 10px;
	border: #000 1px solid;
	border-top: none;
	position: fixed;
	left: 50%;
	top: 50%;
	z-index: 8888;
	display: none;
}
#imgproduto {
	border: #000 1px solid;
	margin-top: 10px;
}

/* Galerias */
article.cube {
	display: table;
	vertical-align: top;
	padding: 20px 0 20px 0;
	margin: 0px;
	border-bottom: #666 1px dashed;
}
article.cube:last-of-type {
	border: none;
}
article.cube figure {
	display: table-cell;
	width: 100px;
	height: 100px;
	vertical-align: top;
	border: #999 1px solid;
}
article.cube figure img {
	width: 100px;
	height: 100px;
}
article.cube span {
	display: table-cell;
	vertical-align: top;
	width: 99%;
	padding: 0 0 0 10px;
}
article.cube p {
	padding: 0px;
	margin: 0 0 10px 0;
}
article.cube label {
	color: #666;
	font-size: 14px;
}
article.cube div {
	text-align: right;
}
article.cube div a {
	display: inline-block;
	vertical-align: top;
	padding: 1px 7px 1px 7px;
	border: #666 1px solid;
	border-radius: 4px;
	font-size: 14px;
}
article.cube div a:hover {
	color: #FFF;
	background: #666;
}



@keyframes mouseScroll {
  0% { opacity: 0; }
  10% { transform: translateY(0); opacity: 1; }
  100% { transform: translateY(15px); opacity: 0;}
}

/* Responsivo */
@media only screen and (max-width: 1010px) {
	#corpo, #perguntas {
		padding-left: 40px;
		padding-right: 40px;	
	}
	#corpo * {
		max-width: 100%;
		height: auto;
	}
}

@media only screen and (max-width: 870px) {
	nav .hamburger {
		display: inline-block;
		margin: 0px;
		padding: 0px;
	}
	nav .hamburger div:nth-of-type(1) {
		padding: 0px;
		margin: 0px;
	}
	nav ul ul {
		text-align: center;
		padding: 10px;
		margin: 0px;
		left: 0px;
		right: 0px;
		position: absolute;
		z-index: 9999;
		background: rgba(0, 0, 0, 0.5);
		display: none;
	}
	nav ul ul li {
		display: block;
		vertical-align: top;
		color: #FFF;
		padding:  10px;
	}
	nav ul ul li a, nav ul ul li label {
		display: block;
		vertical-align: top;
		color: #FFF;
		font-size: 16pt;
	}
	nav ul ul li ul {
		background: none;
		margin: 0px;
	}
	nav ul ul li ul {
		position: relative;
		display: block;
		padding: 0px;
		border-radius: 0px;
	}
	nav ul ul li ul li a {
		text-align: center;
		font-size: 12pt;
		text-transform: uppercase;
		padding: 7px 0 7px 0;
		margin: 0px;
		color: #FFF;
	}
	nav ul ul li ul li a:hover {
		color: #000;
		background: #FFF;
	}
	nav .is-active ul ul {
		display: block;
	}
	
	footer {
		grid-template-columns: auto;
		grid-gap: 20px 20px;
		text-align: center;
	}
	footer span {
		display: inline-block;
		vertical-align: top;
		margin: 30px auto 0 auto;
		text-align: center;
		padding: 0 0 30px 0;
	}
	footer ul {
		display: block;
		margin: 0 0 40px 0;
	}
	
	header {
		grid-template-rows: 200px auto 150px;
	}
	nav {
		grid-template-columns: auto;
		text-align: center;
	}
	nav div {
		justify-self: center;
	}
	
	#barra2 {
		display: block;
	}
}