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

html {
	min-height: 100%;
	box-sizing: content-box;
}
body {
	background: #FFF url(../img/bg.jpg) no-repeat bottom center;
	padding: 0px;
	margin: 0px;
	position: relative;
	min-height: 100%;
}
header {
	background: url(../img/bg_topo.jpg) no-repeat top center;
	background-size: cover;
	max-height: 437px;
	min-height: 400px;
	height: 100%;
}
* {
	font-family: 'Play', sans-serif;
	font-size: 12px;
	color: #424242;
}
a {
	text-decoration: none;
	color: #808878;
}
a:hover {
	color: #4d5940;
}
hr {
	border: none;
	background: url(../img/border.png) repeat-x;
	height: 4px;
	margin-top: 20px;
	margin-bottom: 20px;
}
input[type=text], input[type=password], select, textarea, .inputs {
	color: #545454;
	background: #f6f6f6;
	border: 1px #808878 solid;
}
input[type=submit], input[type=reset], input[type=button], button, .botoes {
	color: #FFF;
	text-shadow: 0 0 10px #FFF;
	font-size: 11px;
	border: #404c35 solid 1px;
	cursor: pointer;
	background: #808878;
}
input[type=submit]:hover, input[type=reset]:hover, input[type=button]:hover, button:hover, .botoes:hover {
	color: #808878;
	background: #FFF;
}
#paginador {
	text-align: center;
	padding-top: 20px;
}

nav {
	background: url(../img/bg_top.png) no-repeat top center;
	max-width: 890px;
	height: 143px;
	display: block;
	vertical-align: top;
	margin: 0 auto 0 auto;
	padding: 20px 30px 0 30px;
	text-align: right;
}
nav img {
	display: inline-block;
	vertical-align: top;
	padding: 0px;
	margin: 0px;
	float: left;
}

nav .hamburger {
	display: none;
}
nav ul {
	padding: 0px;
	margin: 57px 0 0 0;
	list-style: none;
}
nav ul div {
	padding: 0px;
	margin: 0px;
}
nav ul ul li {
	display: inline-block;
	vertical-align: top;
	padding: 0px;
	margin: 0px;
	border-right: #000 1px dashed;
}
nav ul ul li a, nav ul ul li label {
	font-size: 14px;
	font-weight: bold;
	color: #404040;
	text-decoration: none;
	padding: 2px 10px 2px 10px;
	text-shadow: 0 0 2px rgba(255, 255, 255, 1 );
}

nav ul ul li a:hover, nav ul ul li:hover label {
	color: #404040;
	background: #FFF;
	transition: all 0.5s;
	text-decoration: none;
}
nav ul ul li ul {
	display: none;
	position: absolute;
	background: rgba(241, 237, 235, 0.9);
	border-radius: 4px;
	padding: 7px;
	margin: 0px;
	text-align: left;
	-webkit-box-shadow: 0 0 4px 1px rgba(0,0,0,0.5);
	box-shadow: 0 0 4px 1px rgba(0,0,0,0.5);
	z-index: 88889;
}
nav ul ul li:hover > ul {
	display: block;
}
nav ul ul li ul li {
	display: block;
	vertical-align: top;
	padding: 0px;
	margin: 0px;
	border: none;
}
nav ul ul li ul li a {
	display: block;
	vertical-align: top;
	padding: 2px 8px 2px 8px;
	font-size: 11pt;
	font-weight: normal;
	text-transform: none;
	text-decoration: none;
	color: #404040;
}
nav ul ul li ul li a:hover {
	background: #FFF;
	color: #404040;
}

#site {
	display: block;
	vertical-align: top;
	max-width: 944px;
	margin: 0 auto 0 auto;
}
#corpo {
	background: url(../img/regua.png) no-repeat left top;
	display: table-cell;
	vertical-align: top;
	width: 638px;
	padding: 0 10px 65px 30px;
}
#dir {
	display: table-cell;
	vertical-align: top;
	width: 265px;
}
#dir article {
	display: block;
	vertical-align: top;
	padding: 5px;
	background: rgba(255, 255, 255, 0.9);
	border: #CCC 1px solid;
	margin: 0 0 60px 0;
}
#dir article img {
	position: absolute;
	margin: -55px 0 0 90px;
}
.titulo {
	font-size: 16px;
	font-weight: bold;
	color: #4d5940;
	margin-left: 32px;
	margin-bottom: 40px;
}
.titulo2 {
	font-size: 16px;
	font-weight: bold;
	color: #76594b;
	margin: 0px;
}
footer {
	margin: 0 auto 0 auto;
	max-width: 935px;
	background: rgba(255, 255, 255, 0.9);
	border: #CCC 1px solid;
	padding: 14px;
}
footer span {
	display: table-cell;
	vertical-align: top;
	border-left: #888 1px dashed;
	padding: 0 10px 0 50px;
}
footer span:nth-of-type(1) {
	padding: 0 10px 0 10px;
}
footer span:nth-of-type(1), footer span:nth-of-type(2) {
	border: none;
}
footer span:nth-of-type(2), footer span:nth-of-type(3) {
	width: 300px;
}
footer span:nth-of-type(4){
	width: 180px;
}
footer ul {
	list-style: none;
}
footer ul li {
	background: url(../img/topico.jpg) no-repeat left center;
	padding: 0 0 0 10px;
}

#creditos {
	padding: 15px 0 10px 0;
	margin: 0 auto 0 auto;
	max-width: 944px;
	height: 30px;
}
#creditos img {
	float: right;
}

/* Aqui começa o diaporama */
#imageFlow * {
	color: #FFF;
}
#imageFlow { 
    position: relative;
	width: 100%; 
    max-width: 965px; 
    height: 450px;
	min-height: 350px;  
    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 .titulo { 
    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 */
#voltar {
	padding: 30px 0 0 0;
	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;
}

@media only screen and (max-width: 1010px) {
	nav, #site, #rodape, #creditos, footer {
		padding-left: 20px;
		padding-right: 20px;	
	}
	footer {
		text-align: center;
		margin-left: 20px;
		margin-right: 20px;
	}
	footer span, footer span:nth-of-type(1), footer span:nth-of-type(2), footer span:nth-of-type(3), footer span:nth-of-type(4) {
		display: block;
		vertical-align: top;
		text-align: center;
		border: none;
		width: auto;
		max-width: none;
		padding: 0 0 20px 0;
	}
	footer span:nth-of-type(4) {
		padding: 0px;
	}
	footer ul {
		padding: 0px;
		margin: 0px;
	}
	footer ul li {
		background: none;
		padding: 0px;
	}
	#corpo {
		width: auto;
	}
	#corpo * {
		max-width: 100%;
		height: auto;
		width: auto;
	}
}

@media only screen and (max-width: 960px) {
	#dir {
		display: none;
	}
	#corpo {
		display: block;
		vertical-align: top;
	}
}

@media only screen and (max-width: 650px) {
	nav {
		padding: 7px 10px 7px 10px;
	}
	nav ul .hamburger {
		display: block;
	}
	nav ul ul {
		display: none;
		text-align: center;
		padding: 10px;
		margin: 5px 0 0 0;
		left: 0px;
		right: 0px;
		position: absolute;
		z-index: 9999;
	}
	nav ul ul li label.activo {
		display: block;
		border: none;
	}
	nav ul ul li {
		display: block;
		vertical-align: top;
		color: #FFF;
		border: none;
	}
	nav ul ul li a, nav ul ul li label {
		color: #FFF;
		display: block;
		font-size: 12pt;
	}
	nav ul ul li a:hover, nav ul ul li label:hover {
		background: #FFF;
		color: #000;
	}
	nav.is-active ul ul {
		background: rgba(0, 0, 0, 0.5);
		display: block;
	}
	nav.is-active ul ul li ul {
		background: none;
	}
	nav ul ul li ul, nav ul {
		position: relative;
		box-shadow: none;
		display: block;
		padding: 0px;
		border-radius: 0px;
	}
	nav ul ul li ul li a {
		text-align: center;
		font-size: 11pt;
		text-transform: uppercase;
		padding: 7px 0 7px 0;
		margin: 0px;
		color: #FFF;
	}
	nav ul ul li ul li a:hover {
		color: #000;
	}
}