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

html {
	height: 100%;
	box-sizing: border-box;
}
body {
	background: #FFF;
	padding: 0px;
	margin: 0px;
	min-height: 100%;
	position: relative;
	overflow-x: hidden; 
}
* {
	font-family: 'Oswald', sans-serif;
	color: #000;
	font-size: 16px;
	text-decoration: none;
	outline: none;	
}
a {
	color: #999;
	text-decoration: none;
	transition: color 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;
	-webkit-appearance: none;
    -moz-appearance: none;
}
input[type=submit], input[type=reset], input[type=button], button {
	background: #000;
	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;
	-webkit-appearance: none;
    -moz-appearance: none;
}

h2 {
	font-size: 32px;
	text-transform: uppercase;
	font-weight: normal;
}

/* Logo */
nav div:nth-of-type(1) {
	text-align: left;
	padding: 15px 40px 15px 40px;
}
nav div:nth-of-type(1) img {
	display: inline-block;
	vertical-align: top;
	padding: 0px;
	height: 77px;
	margin: 0px;
	animation: 0.8s ease-out 0s 1 slideInFromLeft;
}
nav div:nth-of-type(1) span {
	float: right;
	text-align: right;
	font-size: 14px;
	animation: 0.8s ease-out 0s 1 slideInFromRight;
}
nav div:nth-of-type(1) span label {
	display: block;
	vertical-align: top;
	padding: 3px 0 0 0;
}
nav div:nth-of-type(1) span label a {
	color: #000;
	font-size: 40px;
	display: inline-block;
	vertical-align: top;
	line-height: 40px;
	font-weight: bold;
	margin: 0 0 0 8px;
}

/* Menu */
nav div:nth-of-type(2) {
	background: #F7F7F7;
	padding: 7px 40px 7px 40px;
	border-top: #E6E6E6 1px solid;
	border-bottom: #E6E6E6 1px solid;
	text-align: center;
}
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: #000;
	display: inline-block;
	vertical-align: top;
	text-transform: uppercase;
	margin: 0px;
	padding: 4px 10px 4px 10px;
	border-radius: 3px;
	font-size: 14px;
	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: #000;
	color: #F7F7F7;
	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;
}
nav div:nth-of-type(2) ul li ul li a:hover {
	background: #FFF;
	color: #000;
}
nav div:nth-of-type(2) ul li:hover ul {
	display: block;
}
nav div:nth-of-type(2) span {
	float: right;
	-webkit-mask: url(../img/pesquisar.svg) no-repeat center center;
    mask: url(../img/pesquisar.svg) no-repeat center center;
	mask-size: cover;
	background-color: #000;
	width: 23px;
	height: 23px;
	display: inline-block;
	vertical-align: top;
	cursor: pointer;
	cursor: hand;
	transition: all 0.3s;
}
nav div:nth-of-type(2) span:hover {
	background-color: #999;
}

/* 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 */
#conteudo {
	max-width: 980px;
	margin: 0 auto 0 auto;
	padding: 0 0 50px 0;
}
.titulo {
	font-size: 42px;
	text-transform: uppercase;
}
.subttl {
	font-size: 28px;
	text-transform: uppercase;
}
.center {
	text-align: center;
}

/* Pesquisa */
#blockpesquisa {
	position: fixed;
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	background: rgba(0, 0, 0, 0.8);
	text-align: center;
	display: none;
}
#blockpesquisa form {
	width: 80%;
	position: relative;
	top: 50%;
	text-align: center;
	max-width: 980px;
	margin: 0 auto 0 auto;
	transform: translateY(-50%);
	white-space: nowrap;
}
#blockpesquisa input[type=search] {
	width: 90%;
	background: #FFF;
	padding: 10px;
	border: #000 1px solid;
	border-radius: 5px;
	outline: none;
	-webkit-appearance: none;
	appearance: none;
	display: inline-block;
	vertical-align: middle;
}
#blockpesquisa span {
	display: inline-block;
	vertical-align: middle;
	margin: 0 0 0 15px;
	-webkit-mask: url(../img/pesquisar.svg) no-repeat center center;
    mask: url(../img/pesquisar.svg) no-repeat center center;
	mask-size: cover;
	background-color: #FFF;
	width: 25px;
	height: 25px;
	cursor: pointer;
	cursor: hand;
}

/* Primeira página */
#intro {
	text-align: center;
}
#intro div {
	padding: 30px 0 0 0;
}
#intro div a {
	display: inline-block;
	vertical-align: top;
	background: #000;
	padding: 4px 10px 4px 10px;
	border-radius: 5px;
	text-transform: uppercase;
	font-size: 14px;
	color: #FFF;
	transition: all 0.5s;
}
#intro div a:hover {
	background: #666;
}

/* Primeira página */
#barra {
	background: url(../img/barra.jpg) no-repeat top center;
	background-size: cover;
	padding: 0px;
	margin: 0px;
	min-height: 700px;
}
#barra article {
	display: table;
	vertical-align: top;
	margin: 0 auto 0 auto;
	padding: 0px;
	max-width: 980px;
}
#barra article span {
	display: table-cell;
	vertical-align: top;
	padding: 40px 20px 40px 20px;
	margin: 0px;
	color: #FFF;
	text-shadow: 0px 0px 7px #000;
	color: #FFF;
}
#barra article span * {
	color: #FFF;
	text-shadow: 0px 0px 7px #000;
}
#barra article span:nth-of-type(1) {
	text-transform: uppercase;
	width: 35%;
	background: url(../img/grad.png) no-repeat bottom right;
	padding-right: 30px;
	font-size: 36px;
	text-align: right;
}
#barra article span:nth-of-type(1) label {
	display: block;
	vertical-align: top;
	font-size: 52px;
	font-weight: bold;
}
#destaque {
	display: table;
	vertical-align: top;
	max-width: 980px;
	margin: -400px auto 0 auto;
	padding: 0px;
	background: #0F0F0F;
}
#destaque span {
	display: table-cell;
	vertical-align: top;
	color: #FFF;
	padding: 20px;
}
#destaque span * {
	color: #FFF;
}
#destaque h2 {
	font-size: 32px;
	text-transform: uppercase;
	font-weight: normal;
}
#destaque p {
	text-align: justify;
}
#destaque div {
	padding: 60px 0 0 0;
	text-align: right;
}
#destaque div a {
	display: inline-block;
	vertical-align: top;
	border: #FFF 2px solid;
	border-radius: 30px;
	padding: 2px 10px 2px 10px;
	text-transform: uppercase;
	white-space: nowrap;
}
#destaque div a:after {
	content: '';
	display: inline-block;
	vertical-align: top;
	border: solid #FFF;
    border-width: 0 2px 2px 0;
    padding: 3px;
	transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
	margin: 6px 5px 0 7px;
	transition: margin 0.5s;
}
#destaque div a:hover {
	background: #FFF;
	color: #0F0F0F;
}
#destaque div a:hover:after {
	border: solid #0F0F0F;
	border-width: 0 2px 2px 0;
	margin: 6px 0px 0 12px;
}
#destaque figure {
	display: table-cell;
	vertical-align: top;
	padding: 0px;
	margin: 0px;
}

/* Portfóliio */
#portfolio {
	max-width: 980px;
	margin: 0 auto 0 auto;
	padding: 30px 0 50px 0;
}
#portfolio h2 {
	text-align: center;
	margin: 10px 0 60px 0;
}
#portfolio article {
	display: grid;
  	grid-template-columns: 1ft 1ft;
	grid-gap: 1px 1px;
  	grid-template-areas: "esquerda direita";
}
#portfolio article:nth-child(odd) figure {
	grid-area: direita;
}
#portfolio article:nth-child(odd) span {
	grid-area: esquerda;
	padding: 20px 20px 20px 0;
}

#portfolio article:nth-child(even) figure {
	grid-area: esquerda;
}
#portfolio article:nth-child(even) span {
	grid-area: direita;
	padding: 20px 0 20px 20px;
}
#portfolio article figure {
	display: inline-block;
	vertical-align: top;
	padding: 0px;
	margin: 0px;
	overflow: hidden;
	position: relative;
	cursor: pointer;
	cursor: hand;
	min-width: 500px;
}
#portfolio article figure img {
	display: block;
	height: auto;
	transition: all 300ms;
	min-width: 210px;
	max-height: 350px;
	margin: 0 auto 0 auto;
	transform-origin: left center;
}
#portfolio article figure figcaption {
	background: rgba(0,0,0,0.7);
	color: #FFF;
	display: block;
	height: 100%;
	left: 0;
	opacity: 0;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 100;
	text-align: center;
	-webkit-transition: all 300ms;
	-moz-transition: all 300ms;
	transition: all 300ms;
	-webkit-transition-delay: 100ms;
	-moz-transition-delay: 100ms;
	transition-delay: 100ms;
}
#portfolio article figure label {
	display: inline-block;
	vertical-align: top;
	padding: 5px 15px 5px 15px;
	border: #FFF 1px solid;
	border-radius: 20px;
	color: #FFF;
	text-transform: uppercase;
	font-size: 16px;
	top: 10%;
	position: relative;
	opacity: 0
	cursor: pointer;
	cursor: hand;
	height: auto;
	-webkit-transition: all 300ms ease-out;
	-moz-transition: all 300ms ease-out;
	transition: all 300ms ease-out;
}
#portfolio figure:hover figcaption {
	opacity: 1;
}
#portfolio figure:hover img {
	-webkit-transform: scale(1.2) translate(-10%);
	-moz-transform: scale(1.2) translate(-10%);
	transform: scale(1.2) translate(-10%);
	margin: 0 auto 0 auto;
}
#portfolio figure:hover label {
	top: 50%;
	transform: translateY(-50%);
	height: auto;
	cursor: pointer;
	cursor: hand;
}
#portfolio span .subttl {
	padding: 0px;
	margin: 0 0 20px 0;
}

/* Footer */
footer {
	background: #121212;
	padding: 40px;
}
footer *, #baixo, #baixo * {
	color: #666;
	font-size: 14px;
}
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: normal;
}
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: #666;
	font-size: 12px;
}
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: #666;
	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: #666;
	transition: color 0.5s;
}
footer span ul li:nth-of-type(3) a:hover::before {
	background-color: #FFF;
}

#baixo {
	border-top: #666 1px solid;
	background: #121212;
	padding: 6px 40px 6px 40px;
}

/* 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: 8887;
}
#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;
}

#paginador {
	text-align: center;
	padding: 30px 0 0 0;
}

/* Efeitos */
@keyframes slideInFromTop {
	0% {
		transform: translateY(-100px);
		opacity: 0;
	}
	100% {
		transform: translateY(0);
		opacity: 1;
	}
}
@keyframes slideInFromBottom {
	0% {
		transform: translateY(100px);
		opacity: 0;
	}
	100% {
		transform: translateY(0);
		opacity: 1;
	}
}
@keyframes slideInFromLeft {
	0% {
		transform: translateX(-100px);
		opacity: 0;
	}
	100% {
		transform: translateX(0);
		opacity: 1;
	}	
}
@keyframes slideInFromRight {
	0% {
		transform: translateX(100px);
		opacity: 0;
	}
	100% {
		transform: translateX(0);
		opacity: 1;
	}	
}

/* Responsivo */
@media only screen and (max-width: 1010px) {
	#conteudo {
		padding-left: 40px;
		padding-right: 40px;	
	}
	#conteudo * {
		max-width: 100%;
		height: auto;
	}
}
@media only screen and (max-width: 970px) {
	nav div:nth-of-type(1) {
		text-align: center;
		padding: 15px 40px 20px 40px;
	}
	nav div:nth-of-type(1) span {
		float: none;
		display: block;
		text-align: center;
		padding: 20px 0 20px 0;
	}

	nav div:nth-of-type(2) {
		background: #FFF;
		padding: 7px 40px 7px 40px;
		border: none;
	}

	nav .hamburger {
		display: inline-block;
	}
	nav .hamburger div:nth-of-type(1) {
		padding: 0px;
	}
	nav ul ul {
		display: none;
		text-align: center;
		padding: 10px;
		margin: -25px -15px 0 -15px;
		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;
	}
	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;
	}
	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;
	}
	nav div.is-active ul ul {
		background: rgba(0, 0, 0, 0.5);
		display: block;
	}
	nav div.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;
	}
	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;
	}
	
	#barra {
		display: none;
	}
	#destaque {
		position: relative;
		margin: 0 auto 0 auto;
	}
	#destaque figure {
		display: none;
	}
}

@media only screen and (max-width: 900px) {
	#portfolio {
		padding-left: 40px;
		padding-right: 40px;
	}
	#portfolio article {
		display: block;
		text-align: center;
		padding: 30px 0 30px 0;
		border-bottom: #000 1px dashed;
	}
	#portfolio article:last-of-type {
		border: none;
	}
	#portfolio article figure {
		display: block;
		vertical-align: top;
		min-width: 210px;
		margin: 0 auto 0 auto;
		max-width: 490px;
	}
	#portfolio article span, #portfolio article:nth-child(even) span, #portfolio article:nth-child(odd) span {
		text-align: justify;
		padding: 20px 0 0 0;
	}
	#portfolio article .subttl {
		padding-top: 20px;
		text-align: left;
	}
}

@media only screen and (max-width: 750px) {
	footer, #baixo {
		text-align: center;
	}
	footer span {
		display: block;
		vertical-align: top;
		float: none;
		text-align: center;
		padding: 40px 0 30px 0;
	}
	footer ul {
		display: block;
		margin: 0 0 40px 0;
	}
	footer ul:last-of-type {
		margin: 0px;
	}
}

