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

#apoios {
background: #000;
padding: 7px 50px;
text-align: center;
}
#apoios img {
max-height: 40px;
width: auto;
}

body {
	background: #FFF;
	padding: 0px;
	margin: 0px;
}
* {
	font-family: 'Oswald', sans-serif;
	font-size: 14px;
	color: #000;
	text-decoration: none;
}
a {
	color: #666;
	text-decoration: none;
	transition: all 0.5s;
}
a:hover {
	color: #8E8E8E;
	text-decoration: underline;
}
hr {
	border: none;
	border-bottom: #333 1px dashed;
	margin-top: 20px;
	margin-bottom: 20px;
}
input[type=submit], input[type=reset], input[type=button], button {
	border: 0px;
	background: #666666;
	color: #FFF;
	font-weight: bold;
	cursor: pointer;
	cursor: hand;
	transition: all 700ms;
	outline: none;
	font-family: Arial, Helvetica, sans-serif;
	padding: 2px 10px 2px 10px;
	font-size: 12px;
}
input[type=submit]:hover, input[type=reset]:hover, input[type=button]:hover, button:hover {
	background: #D8896B;
}
input[type=text], input[type=password], input[type=search], textarea, .inputs {
	border: #000 1px solid;
	font-weight: normal;
	outline: none;
	margin: 2px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#cima {
	background: #222;
	padding: 0px;
	margin: 0px;
}
#cima div {
	max-width: 980px;
	margin: 0 auto 0 auto;
	padding: 5px 0 0 0;
	text-align: right;
}
#cima label {
	display: inline-block;
	vertical-align: top;
	color: #FFF;
	margin: 0 20px 0 0;
	padding: 0 20px 0 0;
	border-right: #FFF 1px dashed;
}
#cima label * {
	color: #FFF;
}
#cima label a {
	display: inline-block;
	vertical-align: top;
	padding: 0px;
	margin: 0 0 0 10px;
}
#cima span label {
	border: none;
	margin: 0px;
	padding: 0px;
}
#cima span {
	display: inline-block;
	border-bottom: #F30 4px solid;
}
#cima label {
	display: inline-block;
	vertical-align: top;
	font-family: 'Oswald', sans-serif;
	color: #FFF;
	font-size: 14px;
}
nav {
	max-width: 980px;
	margin: 0 auto 0 auto;
	padding: 10px 0 5px 0;
}
#menu {
	text-align: center;
	display: none;
}
#menu img {
	cursor: pointer;
	cursor: hand;
}
nav ul {
	list-style: none;
	padding: 0px;
	margin: 50px 0 0 0;
	float: right;
}
nav ul li {
	display: inline-block;
	vertical-align: top;
	padding: 0px;
	margin: 0px;
}
nav ul li a, nav ul li label {
	display: inline-block;
	vertical-align: top;
	padding: 3px 10px 3px 10px;
	border-radius: 4px;
	font-family: 'Oswald', sans-serif;
	font-size: 16px;
	color: #000;
	cursor: pointer;
	cursor: hand;
}
nav ul li a:hover, nav ul li label:hover {
	text-decoration: none;
	background: #333;
	color: #FFF;
}
nav li ul {
	position: absolute;
	margin: 0px;
	padding: 5px;
	background: rgba(255, 255, 255, 0.8);
	-webkit-box-shadow: 0 0 4px 1px rgba(0,0,0,0.6);
	box-shadow: 0 0 4px 1px rgba(0,0,0,0.6);
	border-radius: 3px;
	display: none;
	z-index: 999;
}
nav li ul div {
	background: #000;
	color: #FFF;
	border-radius: 4px;
	padding: 4px 15px 4px 15px;
}
nav li ul li {
	display: block;
}
nav li ul li a {
	display: block;
	font-size: 14px;
}
nav ul li:hover > ul {
	display: block;
}

header {
	border-top: #000 2px solid;
	margin: 0 auto 0 auto;
}

/* Banner gigante */
.jssorb21 {
	position: absolute;
}
.jssorb21 div, .jssorb21 div:hover, .jssorb21 .av {
	position: absolute;
    /* size of bullet elment */
    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;
    /* size of arrow element */
    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 gigante */

#corpo {
	max-width: 980px;
	padding: 0 0 50px 0;
	margin: 0 auto 0 auto;
}
#pesquisa {
	text-align: right;
	padding: 30px 0 0 0;
}
#pesquisa form {
	border: #CCC 1px solid;
	padding: 0 4px 0 4px;
	margin: 0px;
	display: inline-block;
	border-radius: 5px;
}
#pesquisa form input {
	display: inline-block;
	vertical-align: top;
	border: none;
	-webkit-appearance: none;
}
#pesquisa input[type=text], #pesquisa input[type=search] {
	padding: 3px;
	font-size: 14px;
	border-right: #CCC 1px solid;
	transition: all 0.5s;
}
#pesquisa input[type=image] {
	padding: 5px;
}
#paginador {
	padding: 30px 0 0 0;
	text-align: center;
}
.titulo, .fttl {
	font-size: 32px;
	color: #333;
	text-transform: uppercase;
	margin-top: 0px;
	font-family: 'Oswald', sans-serif;
}
.fttl {
	font-size: 28px;
}

#azul {
	background: #0B6C8D url(../img/barra_azul.jpg) no-repeat bottom center;
}
#azul div {
	max-width: 980px;
	margin: 0 auto 0 auto;
	padding: 30px 0 10px 0;
	text-align: center;
}
#azul .fttl {
	color: #FFF;
	padding: 0 0 20px 0;
	text-align: left;
}
#azul article {
	background: #FFF;
	border-radius: 5px;
	-webkit-box-shadow: 0 0 4px 1px #000;
	box-shadow: 0 0 4px 1px #000;
	padding: 5px;
	display: inline-block;
	vertical-align: top;
	width: 200px;
	margin: 0 13px 30px 13px;
}
#azul article p {
	text-transform: uppercase;
}
#azul article span {
	display: block;
	margin: 20px 0 5px 0;
}
#azul article span a {
	display: inline-block;
	vertical-align: top;
	border-radius: 4px;
	background: #02668A;
	color: #FFF;
	text-decoration: none;
	padding: 3px 10px 3px 10px;
}
#azul article span a:hover {
	background: #999;
}
#categorias {
	max-width: 980px;
	margin: 0 auto 0 auto;
	padding: 30px 0 60px 0;
	text-align: center;
}
#categorias p {
	text-align: left;
}
#categorias article {
	background: #FFF;
	padding: 5px;
	border-radius: 4px;
	-webkit-box-shadow: 0 0 4px 1px rgba(0,0,0,0.6);
	box-shadow: 0 0 4px 1px rgba(0,0,0,0.6);
	display: inline-block;
	vertical-align: top;
	width: 305px;
	margin: 10px 3px 10px 3px;
}
#categorias article div {
	position: relative;
	height: 209px;
	overflow: hidden;
	-webkit-border-top-left-radius: 4px;
	-webkit-border-top-right-radius: 4px;
	-moz-border-radius-topleft: 4px;
	-moz-border-radius-topright: 4px;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	padding: 0px;
	border: transparent 1px solid;
}
#categorias article div label {
	position: absolute;
	background: rgba(0, 0, 0, 0.85);
	color: #FFF;
	text-transform: uppercase;
	width: 295px;
	padding: 5px;
	text-align: center;
	margin: -30px 0 0 0;
	z-index: 888;
	cursor: pointer;
	cursor: hand;
	transition: all 0.3s;
	left: 0px;
}
#categorias article cite {
	display: block;
	color: #FFF;
	font-style: normal;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8px;
	text-align: center;
	padding: 10px 0 10px 0;
}
#categorias article img {
    transition: all 0.4s ease;
}
#categorias article img:hover {
	transform: scale(1.1);
}

#categorias article span {
	display: block;
	text-align: center;
	margin: 20px 0 5px 0;
}
#categorias article span a {
	display: inline-block;
	vertical-align: top;
	border-radius: 4px;
	background: #02668A;
	color: #FFF;
	text-decoration: none;
	padding: 3px 25px 3px 25px;
}
#categorias article span a:hover {
	background: #999;
}
#categorias article p {
	height: 80px;
	overflow: hidden;
	display: block;
	vertical-align: top;
}

#categorias article div:hover label {
	margin: -60px 0 0 0;
}

footer {
	background: #333;
}
footer div {
	max-width: 980px;
	margin: 0 auto 0 auto;
	padding: 30px 0 30px 0;
	min-height: 200px;
	text-align: right;
}
footer span {
	display: inline-block;
	vertical-align: top;
}
footer span label {
	display: inline-block;
	vertical-align: top;
	width: 200px;
	border-left: #FFF 1px dashed;
	padding: 0 0 0 20px;
	text-align: left;
}
footer span img {
	display: inline-block;
	vertical-align: top;
	margin: 10px 20px 0 0;
}
footer * {
	color: #FFF;
}
footer ul {
	float: left;
	list-style: none;
	padding: 0px;
	margin: 0px;
	text-align: left;
}
footer ul p {
	text-transform: uppercase;
	font-size: 22px;
	margin-top: 0px;
}

/* Aqui começa o diaporama */
#imageFlow * {
	color: #FFF;
}
#imageFlow { 
    position: absolute; 
    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;
	width: auto;
}
#ampliar a {
	color: #FFF;
}
#ampliacao {
	display: none;
	position: absolute;
	left: 50%;
	top: 600px;
	border: #000 1px solid;
	z-index: 8887;
}
#sblock {
	background: #000;
	position: fixed;
	width: 100%;
	left: 0px;
	right: 0px;
	top: 0px;
	bottom: 0px;
	margin: 0px;
	padding: 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;
}
/*
#corpo * {
	max-width: 97%;
} */

.item {
	display: inline-block;
	vertical-align: top;
	margin: 0 10px 0 10px;
	border: #999 1px solid;
	margin: 0 5px 30px 5px;
	padding: 5px;
	min-height: 280px;
}
.item p {
	text-transform: uppercase;
	word-break: normal;
	max-width: 220px;
	padding: 0 0 10px 0;
	margin: 0 0 5px 0;
}
.item span {
	display: block;
	text-align: right;
	border-top: #999 1px solid;
}

@media only screen and (max-width: 1015px) {
	#cima div, nav, #corpo, #azul div, #categorias div, footer div {
		padding-right: 20px;
		padding-left: 20px;
	}
}
@media only screen and (max-width: 880px) {
	nav {
		text-align: center;
	}
	nav ul {
		float: none;
	}
}
@media only screen and (max-width: 680px) {
	footer div {
		text-align: center;
	}	
	footer ul {
		float: none;
		text-align: center;
		margin: 0 0 60px 0;
	}
}
@media only screen and (max-width: 480px) {
	#menu {
		display: block;
		padding: 10px 0 10px 0;
	}
	#menu img {
		display: inline-block;
		vertical-align: top;
		margin: 0 10px 0 0;
	}
	nav ul {
		display: none;
	}
	footer span label {
		border: none;
		padding: 50px 0 0 0;
		text-align: center;
	}
	nav img, footer span img {
		display: inline-block;
		vertical-align: top;
		margin: 0 0 0 30px;
	}
	nav ul {
		border-top: #000 1px solid;
		position: absolute;
		z-index: 99999;
		background: rgba(255, 255, 255, 0.8);
		width: 100%;
		padding: 0px;
		margin: 4px -20px 0 -20px;
	}
	nav ul li {
		display: block;
		border-bottom: #000 1px solid;
		padding: 7px;
	}
	nav li ul {
		display: block;
		position: relative;
		margin: 5px 0 -5px 0;
		box-shadow: none;
		background: none;
		padding: 0px;
		width: 100%;
		border-top: none;
	}
	nav li ul li {
		border-bottom: none;
		border-top: #000 1px solid;
	}
	nav ul li a, nav li ul li a, nav li ul li div {
		font-size: 18px;
		display: block;
	}
	#pesquisa {
		text-align: center;
		padding-bottom: 30px;
	}
	#pesquisa input {
		text-align: left;
	}
	nav .activo {
		display: block;
	}
}

#magoo img, #imgproduto {
	min-height: 200px;
	min-width: 200px;
}
#imgproduto, #ampliacao, body #imgproduto-large, body .magnifier-large, body #preview img {
	min-height: 630px;
	min-width: 630px;
}