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

td img {
	max-width: 100%;
	height: auto;
}

html {
	height: 100%;
	box-sizing: border-box;
}
body {
	background: #FFF;
	padding: 0px;
	margin: 0px;
	min-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: #CC0000;
}

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: #2B3B55;
	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: #FF3300;
	transition: all 0.5s;
}

/* Logo */
nav div:nth-of-type(1) {
	padding: 30px 40px 20px 40px;
	text-align: center;
}

/* Menu */
nav div:nth-of-type(2) {
	padding: 10px 40px 10px 40px;
	text-align: center;
	border-bottom: #4E4E4E 4px solid;
}
nav .hamburger {
	display: none;
}
nav .hamburger div {
	padding: 0px;
}
nav div:nth-of-type(2) ul {
	list-style: none;
	padding: 0px;
	margin: 0px;
}
nav div:nth-of-type(2) ul li {
	display: inline-block;
	vertical-align: top;
	padding: 0px;
	margin: 0px;
}
nav div:nth-of-type(2) ul li a, nav div:nth-of-type(2) ul li label {
	color: #4E4E4E;
	display: inline-block;
	vertical-align: top;
	text-transform: uppercase;
	margin: 0px;
	padding: 7px 15px 7px 15px;
	font-size: 15px;
	font-weight: 600;
	border-radius: 4px;
	text-decoration: none;
	transition: all 0.5s;
}
nav div:nth-of-type(2) ul li a:hover, nav div:nth-of-type(2) ul li label:hover, nav div:nth-of-type(2) ul li:hover label {
	background: #EF642B;
	color: #FFF;
	cursor: pointer;
	cursor: hand;
}
nav div:nth-of-type(2) ul li ul {
	position: absolute;
	background: rgba(0, 0, 0, 0.8);
	text-align: left;
	border-radius: 5px;
	padding: 5px;
	display: none;
	z-index: 999;
}
nav div:nth-of-type(2) ul li ul li {
	display: block;
}
nav div:nth-of-type(2) ul li ul li a {
	display: block;
	text-transform: none;
	color: #FFF;
	padding: 3px 10px 3px 10px;
	border-bottom: none;
	margin: 0px;
	border-radius: 3px;
}
nav div:nth-of-type(2) ul li ul li a:hover {
	background: #FFF;
	color: #4E4E4E;
	border-bottom: none;
}
nav div:nth-of-type(2) ul li:hover ul {
	display: block;
}

/* Banner grande */
header {
	text-align: center;
	margin: 0 auto 0 auto;
}
/* inicio banner */
.jssorb21 {
	position: absolute;
}
.jssorb21 div, .jssorb21 div:hover, .jssorb21 .av {
	position: absolute;
    width: 19px;
    height: 19px;
    text-align: center;
    line-height: 19px;
    color: white;
    font-size: 12px;
    background: url(../img/b21.png) no-repeat;
    overflow: hidden;
    cursor: pointer;
}
.jssorb21 div {
	background-position: -5px -5px;
}
.jssorb21 div:hover, .jssorb21 .av:hover {
	background-position: -35px -5px;
}
.jssorb21 .av {
	background-position: -65px -5px;
}
.jssorb21 .dn, .jssorb21 .dn:hover {
	background-position: -95px -5px;
}

.jssora21l, .jssora21r {
	display: block;
    position: absolute;
    width: 55px;
    height: 55px;
    cursor: pointer;
    background: url(../img/a21.png) center center no-repeat;
    overflow: hidden;
}
.jssora21l { background-position: -3px -33px; }
.jssora21r { background-position: -63px -33px; }
.jssora21l:hover { background-position: -123px -33px; }
.jssora21r:hover { background-position: -183px -33px; }
.jssora21l.jssora21ldn { background-position: -243px -33px; }
.jssora21r.jssora21rdn { background-position: -303px -33px; }
/* fim do banner */

/* Conteudo */
#corpo {
	max-width: 980px;
	margin: 0 auto 0 auto;
	padding: 60px 0 50px 0;
}
.titulo {
	font-size: 38px;
	text-transform: uppercase;
	padding: 0px;
	margin: 0 0 25px 0;
}
.subtitulo {
	font-size: 28px;
	text-transform: uppercase;
}
.center {
	text-align: center;
}
#paginador {
	padding: 30px 0 0 0;
	text-align: center;
}

/* Primeira página */
#ppagina {
	display: grid;
	grid-template-columns: 432px auto;
	grid-template-rows: auto auto;
	grid-template-areas: "esquerda direita" "esquerda dirbaixo";
	grid-gap: 0 30px;
}
#ppagina img {
	grid-area: esquerda;
}
#ppagina section {
	display: block;
	vertical-align: top;
	position: relative;
	grid-area: direita;
}
#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;
}
#ppagina div a:hover {
	background: #000;
	color: #FFF;
}
#ppagina .titulo {
	font-size: 34px;
}
#barras section {
	display: grid;
	grid-template-columns: calc(100%/3) calc(100%/3) calc(100%/3);
	grid-template-areas: "e c d";
	grid-gap: 0px;
	align-items: stretch;
}
#barras section article {
	grid-area: d;
	background: #F8F8F8;
	padding: 30px;
	text-align: center;
}
#barras section article h1 {
	border-bottom: #B8170D 2px solid;
	padding: 0px;
	margin: 0 auto 30px auto;
	font-size: 28px;
	text-transform: uppercase;
	display: inline-block;
	vertical-align: top;
	font-weight: lighter;
}
#barras section article div {
	padding: 30px 0 0 0;
}
#barras section article div a {
	display: inline-block;
	vertical-align: top;
	padding: 5px 15px 5px 15px;
	border: #000 1px solid;
	text-transform: uppercase;
	color: #000;
}
#barras section article div a:hover {
	background: #000;
	color: #F8F8F8;
}
#barras section figure {
	display: block;
	vertical-align: top;
	padding: 0px;
	margin: 0px;
	grid-column: e/c;
}
#barras section:nth-child(even) article {
	grid-area: e;
	background: #000;
}
#barras section:nth-child(even) article * {
	color: #FFF;
}
#barras section:nth-child(even) article h1 {
	border-bottom: #FFF 2px solid;
}
#barras section:nth-child(even) article div a {
	border: #FFF 1px solid;
}
#barras section:nth-child(even) article div a:hover {
	color: #000;
	background: #FFF;
}
#barras section:nth-child(even) figure {
	grid-column: c/d;
}
#barras section:nth-of-type(1) figure {
	background: url(../img/barra1.jpg) no-repeat center center;
	background-size: cover;
}
#barras section:nth-of-type(2) figure {
	background: url(../img/barra2.jpg) no-repeat center center;
	background-size: cover;
}
#barras section:nth-of-type(3) figure {
	background: url(../img/barra3.jpg) no-repeat center center;
	background-size: cover;
}

/* Footer */
footer {
	background: #000;
	padding: 40px;
	margin-top: 5px;
}
footer, footer *, #baixo, #baixo * {
	color: #999;
	font-size: 14px;
	font-family: 'Oswald', sans-serif;
	font-weight: lighter;
}
footer ul {
	display: inline-block;
	vertical-align: top;
	list-style: none;
	padding: 0px;
	margin: 0 70px 0 0;
}
footer span {
	float: right;
}
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:hover, #baixo a:hover {
	text-decoration: none;
	color: #FFF;
}
footer label {
	display: inline-block;
	vertical-align: top;
	padding: 0 40px 0 0;
	text-align: right;
	color: #FFF;
	font-size: 22px;
	font-weight: lighter;
}
footer span ul li {
	padding: 0 0 5px 0;
}
footer span ul li:nth-of-type(1) a::before {
	content: '';
	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: #666;
	transition: color 0.5s;
}
footer span ul li:nth-of-type(1) a:hover::before {
	background-color: #FFF;
}
footer span ul li:nth-of-type(2) a::before {
	content: '';
	display: inline-block;
	vertical-align: top;
	-webkit-mask: url(../img/googleplus.svg) no-repeat center center;
	-webkit-mask-size: cover;
	mask: url(../img/googleplus.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::before {
	background-color: #FFF;
}
footer span ul li:nth-of-type(3) a::before {
	content: '';
	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(3) a:hover::before {
	background-color: #FFF;
}

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

/* Aqui começa o diaporama */
#imageFlow * {
	color: #FFF;
}
#imageFlow { 
    position: absolute;
	width: 100%; 
    max-width: 965px; 
    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;
}
#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;
}

/* Artigos */ 
article.caixa {
	border: #CCC 1px solid;
	padding: 7px;
	display: inline-block;
	vertical-align: top;
	margin: 5px;
	width: 296px;
}
article.caixa figure {
	display: block;
	vertical-align: top;
	margin: 0px;
	padding: 0px;
	width: 294px;
	border: #000 1px solid;
}
article.caixa figure img {
	display: block;
	vertical-align: top;
	max-width: 294px;
	height: auto;
}
article.caixa span {
	display: block;
	vertical-align: top;
	font-size:18px;
	padding: 20px 0;
	font-weight: bold;
	text-transform: uppercase;
}
article.caixa div {
	padding: 30px 0 10px 0;
	text-align: center;
}
article.caixa div a {
	display: inline-block;
	vertical-align: top;
	padding: 5px 15px;
	border-radius: 4px;
	background: #000;
	color: #FFF;
	transition: all 0.5s;
}
article.caixa div a:hover {
	background: #999;
}

/* Responsivo */
@media only screen and (max-width: 1010px) {
	#corpo {
		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 div:nth-of-type(2) {
		background: #FFF;
		border: none;
	}
	nav ul ul {
		display: none;
		text-align: center;
		padding: 10px;
		margin: 0px;
		left: 0px;
		right: 0px;
		position: absolute;
		z-index: 9999;
	}
	nav ul ul li label.activo {
		display: block;
		border: none;
	}
	nav div:nth-of-type(2) ul ul li {
		display: block;
		vertical-align: top;
		color: #FFF;
		padding:  10px;
	}
	nav div:nth-of-type(2) ul ul li a, nav div:nth-of-type(2) ul ul li label {
		color: #FFF;
		display: block;
		font-size: 16pt;
		border-bottom: none;
	}
	nav div:nth-of-type(2) ul ul li a:hover, nav div:nth-of-type(2) ul ul li label:hover {
		background: #FFF;
		color: #000;
		border-bottom: none;
	}
	nav .is-active ul ul {
		background: rgba(0, 0, 0, 0.5);
		display: block;
	}
	nav .is-active ul ul li ul {
		background: none;
		margin: 0px;
	}
	nav div:nth-of-type(2) ul ul li ul, nav ul {
		position: relative;
		box-shadow: none;
		display: block;
		padding: 0px;
		border-radius: 0px;
	}
	nav div:nth-of-type(2) 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 div:nth-of-type(2) ul ul li ul li a:hover {
		color: #000;
	}
	
	nav div:nth-of-type(2) span {
		float: none;
		margin: 0 0 20px 0;
	}
	
	nav div ul li:last-of-type span {
		display: none;
	}
	footer, #baixo {
		text-align: center;
	}
	footer span {
		display: inline-block;
		vertical-align: top;
		float: none;
		text-align: center;
		padding: 0 0 30px 0;
	}
	footer ul {
		display: block;
		margin: 0 0 40px 0;
	}
	footer ul:last-of-type {
		margin: 0px;
	}
}

@media only screen and (max-width: 780px) {
	#ppagina {
		display: block;
	}
	#ppagina img {
		display: block;
		vertical-align: top;
		margin: 30px auto 30px auto;
	}
	#ppagina .titulo {
		text-align: center;
	}
}

@media only screen and (max-width: 600px) {
	#barras section {
		display: block;
	}
	#barras section figure {
		height: 300px;
	}
	article.caixa {
		display: block;
		margin: 5px auto 5px auto;
	}
}
