@import url(http://fonts.googleapis.com/css?family=Lato:300,400,700);
@font-face {
	font-family: 'codropsicons';
	src:url('../fonts/icones/icones.eot');
	src:url('../fonts/icones/icones.eot?#iefix') format('embedded-opentype'),
		url('../fonts/icones/icones.woff') format('woff'),
		url('../fonts/icones/icones.ttf') format('truetype'),
		url('../fonts/icones/icones.svg#codropsicons') format('svg');
	font-weight: normal;
	font-style: normal;
}

body {
	background-color: #34495e;
	background-image: url(../Imagens/1.png);
	background-repeat: no-repeat;
	background-position: center top;
}

.clear { clear: both; }

h2
{
	font-size: 1.1em;
	
	}

.Galeria
{
	vertical-align: middle;
	margin: 10px;
	float: left;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
   /*sombra de container*/
   -moz-box-shadow: 0px 0px 5px #566473;
   -webkit-box-shadow: 0px 0px 5px #566473;
   box-shadow: 0px 0px 5px #566473;
	}

.ImgProd
{
	vertical-align: middle;
	margin: 10px;
	float: left;
	}

.Sobre
{
	width: 100%;
	height: auto;
	right: 0;
	left: 0;
	bottom: 0;
	padding-left: 370px;
	margin-top: 0;
	padding-top: 1em;
	padding-right: 10em;
	padding-bottom: 5em;
	color: #FFFFFF;
	text-align: justify;
	background-color: #74818e;
	
}

.ImagemTexto
{
   -moz-box-shadow: 0px 0px 15px #566473;
   -webkit-box-shadow: 0px 0px 15px #566473;
   box-shadow: 0px 0px 15px #566473;
}

.Videos
{
	width: 100%;
	height: 100%;
	right: 0;
	left: 0;
	bottom: 0;
	padding-left: 10em;
	margin-top: 0;
	padding-top: 1em;
	padding-right: 10em;
	padding-bottom: 5em;
	color: #34495e;
	text-align: center;
	background-color: #74818e;
}

.Contato
{
	width: 100%;
	height: 100%;
	right: 0;
	left: 0;
	bottom: 0;
	/*padding-left: 370px;*/
	margin-top: 0;
	padding-top: 1em;
	/*padding-right: 10em;*/
	padding-bottom: 5em;
	color: #34495e;
	text-align: center;
	background-color: #74818e;ma;arar
}


.Produtos
{
	width: 100%;
	height: 100%;
	right: 0;
	left: 0;
	bottom: 0;
	padding-left: 370px;
	margin-top: 0;
	padding-top: 1em;
	padding-right: 10em;
	padding-bottom: 5em;
	color: #FFFFFF;
	text-align: justify;
	background-color: #74818e;
}

.Fotos
{
	width: 100%;
	height: 100%;
	right: 0;
	left: 0;
	bottom: 0;
	padding-left: 370px;
	margin-top: 0;
	padding-top: 1em;
	padding-right: 10em;
	padding-bottom: 5em;
	color: #FFFFFF;
	text-align: justify;
	background-color: #74818e;
}

.Prod
{
	width: 100%;
	height: 100%;
	background-color: #FFFFFF;
	color: #34495e;
	text-align: justify;
	font-family: 'Lato', Arial, sans-serif;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	/*sombra de container*/
	-moz-box-shadow: 0px 0px 5px #566473;
	-webkit-box-shadow: 0px 0px 5px #566473;
	box-shadow: 0px 0px 5px #566473;
}

.Prod:hover
{
	color: #FFFFFF;
	background-color: #314459;
	text-transform: none;
	text-decoration: none;
}

a
{
	text-transform: none;
	text-decoration: none;
	outline: none;
	color: inherit;	
}

.Tudo > header,
.top {
	color: #fff;
	font-family: 'Lato', Arial, sans-serif;
}

.Tudo > header {
	padding-left: 370px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 7em;
	padding-right: 2em;
	padding-bottom: 4em;
	background-image: url(../Imagens/bg.jpg);
	background-repeat: repeat;
}

.Tudo > header a {
	color: #566473;
	text-decoration: none;
	outline: none;
}

.Tudo > header a:hover {
	color: #4f7bab;
}

.Tudo > header h1 {
	font-size: 3.2em;
	line-height: 1.3;
	margin: 0;
	font-weight: 300;
}

.Tudo > header span {
	display: block;
	font-size: 55%;
	color: #768696;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 0.6em;
	padding-left: 0.1em;
}

/* To Navigation Style */
.top {
	background: #fff;
	background: rgba(255, 255, 255, 0.6);
	
	width: 100%;
	font-size: 0.69em;
	line-height: 2.2;
}

.top a {
	text-decoration: none;
	padding: 0 1em;
	letter-spacing: 0.1em;
	color: #888;
	display: inline-block;
}

.top a:hover {
	background: rgba(255,255,255,0.95);
	color: #333;
}

.top span.right {
	float: right;
}

.top span.right a {
	float: left;
	display: block;
}

.icones-icon:before {
	font-family: 'codropsicons';
	margin: 0 4px;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
}

.icones-icon-drop:before {
	content: "\e001";
}

.icones-icon-prev:before {
	content: "\e004";
}

/* Demo Buttons Style */
.icones-demos {
	padding-top: 1em;
	font-size: 0.9em;
}

.icones-demos a {
	text-decoration: none;
	outline: none;
	display: inline-block;
	margin: 0.5em;
	padding: 0.7em 1.1em;
	border: 3px solid #b1aea6;
	color: #b1aea6;
	font-weight: 700;
}

.icones-demos a:hover,
.icones-demos a.current-demo,
.icones-demos a.current-demo:hover {
	border-color: #89867e;
	color: #89867e;
}

@media screen and (max-width: 1025px) {
	.Tudo > header {
		margin: 0 auto;
		padding: 120px 50px;
		font-size: 70%;
		text-align: right;
	}
}

@media screen and (max-width: 740px) {

	.icones-icon span {
		display: none;
	}

}

@media only screen 
and (min-device-width : 320px) 
and (max-device-width : 568px)
{
	.icones-icon span {
		display: none;
	}
	body
{
	background-image:none;
	font-size: 150%;
}


}

.lightboxOverlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  background-color: black;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
  display: none;
}

.lightbox {
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 10000;
  text-align: center;
  line-height: 0;
  font-weight: normal;
}

.lightbox .lb-image {
  display: block;
  height: auto;
  max-width: inherit;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}

.lightbox a img {
  border: none;
}

.lb-outerContainer {
  position: relative;
  background-color: white;
  *zoom: 1;
  width: 250px;
  height: 250px;
  margin: 0 auto;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}

.lb-outerContainer:after {
  content: "";
  display: table;
  clear: both;
}

.lb-container {
  padding: 4px;
}

.lb-loader {
  position: absolute;
  top: 43%;
  left: 0;
  height: 25%;
  width: 100%;
  text-align: center;
  line-height: 0;
}

.lb-cancel {
  display: block;
  width: 32px;
  height: 32px;
  margin: 0 auto;
  background: url(../Imagens/Produtos/loading.gif) no-repeat;
}

.lb-nav {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 10;
}

.lb-container > .nav {
  left: 0;
}

.lb-nav a {
  outline: none;
  background-image: url('data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==');
}

.lb-prev, .lb-next {
  height: 100%;
  cursor: pointer;
  display: block;
}

.lb-nav a.lb-prev {
  width: 34%;
  left: 0;
  float: left;
  background: url(../Imagens/Produtos/prev.png) left 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s;
}

.lb-nav a.lb-prev:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

.lb-nav a.lb-next {
  width: 64%;
  right: 0;
  float: right;
  background: url(../Imagens/Produtos/next.png) right 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s;
}

.lb-nav a.lb-next:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

.lb-dataContainer {
  margin: 0 auto;
  padding-top: 5px;
  *zoom: 1;
  width: 100%;
  -moz-border-radius-bottomleft: 4px;
  -webkit-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  -webkit-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.lb-dataContainer:after {
  content: "";
  display: table;
  clear: both;
}

.lb-data {
  padding: 0 4px;
  color: #ccc;
}

.lb-data .lb-details {
  width: 85%;
  float: left;
  text-align: left;
  line-height: 1.1em;
}

.lb-data .lb-caption {
  font-size: 13px;
  font-weight: bold;
  line-height: 1em;
}

.lb-data .lb-number {
  display: block;
  clear: left;
  padding-bottom: 1em;
  font-size: 12px;
  color: #999999;
}

.lb-data .lb-close {
  display: block;
  float: right;
  width: 30px;
  height: 30px;
  background: url(../Imagens/Produtos/close.png) top right no-repeat;
  text-align: right;
  outline: none;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  transition: opacity 0.2s;
}

.lb-data .lb-close:hover {
  cursor: pointer;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

/*form*/
input, textarea {
	padding: 10px;
	
	width: 60%;
	
	
}

textarea {
	width: 60%;
	height: 150px;
	max-width: 1000px;
	line-height: 18px;
}

input:hover, textarea:hover,
input:focus, textarea:focus {
	
	box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 8px;
	-moz-box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 8px;
	-webkit-box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 8px;	
}

.form label {
	margin-left: 10px;
	color: #999999;
}

/* ===========================
   ====== Submit Button ====== 
   =========================== */

.submit input {
	width: 150px; 
	height: 40px;
	background-color: #34495e; 
	color: #FFFFFF;
		
}