@charset "utf-8";
/* CSS Document */

* {margin: 0;padding: 0;border: 0;outline: 0;}

img, embed, object, video { height: auto; max-width: 100%;}

#container {max-width:1200px; height:auto; margin:0 auto; }

strong {font-weight: 400; color:#666;}


body {transition: all 200ms;}

	h1 {
	font-family: 'Raleway', serif;
	color: #fff;
	font-size:70px;	
	font-weight: 400;
	margin: 0 auto;
	text-shadow: 0px 0px 10px #666;
}

	h2 {
	font-family: 'Lato', sans-serif;
	color: #fff;
	font-size:40px;	
	font-weight: 300;
	padding-bottom: 100px;
	text-shadow: 0px 0px 1px #fff;
}

	h3 {
	font-family: 'Raleway', serif;
	font-size:26px;
	color: #4C9CA6;	
	text-align:center;
	font-weight: 300;
}



	.line {width: 150px; height: 1px; background-color:#bbb; margin: 10px auto 50px auto;}

	.line1 {max-width: 1000px; height: 1px; background-color: #BDC3C7; margin: 50px auto;}

	h4 {
	font-weight: 300;	
	font-size:20px;
	color: #7F8C8D;	
	text-align:center;
}

	h5 {
	font-weight: 300;	
	font-size:25px;
	color:#5E6F78;	
	text-align:center;
	margin: 20px auto;
}

	h6 {
	font-weight: 300;	
	font-size:20px;
	color: #D4BB75;	
	text-align:center;
	margin: 10px auto;
}

p {
	font-family: 'Lato', sans-serif;
	font-weight: 300;	
	font-size:20px;
	color: #555;	
	text-align: left;
	line-height: 160%;
}

ul {
	margin: 50px auto;
}

ul li {	
	font-family: 'Lato', sans-serif;
	font-weight: 300;	
	font-size:18px;
	color: #fff;	
	text-align: left;
	margin: 20px auto;
}

	

#menu-mob {
	position: fixed;
	width: 40px;
	height: 40px;
	top: 10px;
	right: 20px;
	z-index:999;
	cursor: pointer;
}

	#menu-mob img {padding: 5px;}
	
#close {
	position: fixed;
	width: 40px;
	height: 40px;
	top: 10px;
	right: 20px;
	z-index:999;
	display: none;
	cursor: pointer;
}

	#close img {padding: 10px;}	
		
#top {
	top: 0;
	bottom: 0;
	right: 0;
	position: fixed;
	height: auto;
	display: none;
	z-index: 998;
	background-color: #4D4D4F;
	background: rgb(77, 77, 89) transparent;
	background: rgba(77, 77, 89, 0.9);
/* Para navegadores IE 5.5 - 7 */
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#4D4D4F, endColorstr=#4D4D4F);
/* Para navegadores IE 8 */
-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#4D4D4F, endColorstr=#4D4D4F)";

}

	nav {
		margin-top: 80px;
		margin-bottom: 30px;
	}

	nav ul {margin-top: 0px !important;}
	
	nav ul li {
		display: block; 
		text-align:left;  
		margin: 0 auto;
	}
	
	nav ul li a {
		font-weight: 300;
		font-size:16px;
		padding: 15px 30px;
		display: block;
		color: #fff;
		text-decoration: none;
		transition: all 200ms;
		}
	
	nav ul li a:hover {color:#4C9CA6;}		
	
	nav ul li .active {color:#4C9CA6;}

#head {
		width: 100%;
		height:auto;
		background-repeat:no-repeat;
		background-position: center;
		background-image:url(imagens/banner.jpg);
		background-size:cover;
		padding: 200px 0px;
		box-shadow: 0px 5px 5px 0px #999;
		}
			
.btn {
	font-weight: normal!important;
	font-family: 'Lato', sans-serif;
	font-size:15px !important;
	text-align:center !important;
	padding: 16px 24px !important;
	color: #fff !important;
	text-decoration:none;
	transition: all .2s !important;
	border-radius: 6px;
	background-color: #4C9CA6;
     }

.btn:hover {background-color: #71CDDA;}


#sobre {
	padding: 100px 0px;
	width: 100%;
	height: auto;
	background-repeat:repeat;
	background-position: center;
	background-image:url(imagens/bg.png);
}

	#sobre .box {
		width: 600px;
		margin: 50px auto;
	}

		#sobre .box img {
			float: left;
			margin: 0px 25px;
		}

#servicos{
	width: 100%;
	height:auto;
	background-repeat:no-repeat;
	background-position: center;
	background-image:url(imagens/bg-serv.jpg);
	background-size:cover;
	padding: 100px 0px;
}

	#servicos h3{color: #71CDDA}

	#servicos p {color: #eee;}

	#servicos .box {
		float: left;
		width: 350px;
		margin: 50px 25px;
		height: auto;
	}

	#servicos img {
		width: 80px;
		height: auto;
		margin: 10px 135px;
	}

	#servicos .box p {
		font-family: 'Raleway', serif;
		font-size: 18px;
		text-align: center;
	}



#produtos {
	padding: 100px 0px;
	width: 100%;
	height: auto;
	background-repeat:repeat;
	background-position: center;
	background-image:url(imagens/bg.png);
}


	#produtos img {
		width:250px; 
		padding: 15px;
		height:auto; 
		float: left;
		margin: 10px 10px 80px 10px;
		box-shadow: 0 0 5px 1px #ccc;
		background-color: #fff;
		transition: all .2s;
	}
	

	#produtos .desc {
		font-family: 'Lato', sans-serif;
		font-size:17px;
		font-weight: 300;
		position: relative;
		float: left;
		width: 280px;
		margin-left: -290px;
		top: 290px;
		text-align: center;
		padding: 10px 0px;
		background: rgba(11, 44, 66, 0.9);
		color: #fff;
		line-height: 150%;
		letter-spacing: 1%;
		transition: all .5s;
	}	

	#produtos a:hover .desc {
		background: rgba(76, 156, 166, 0.9);
	}



#contato {
		width: 100%;
		height:auto;
		background-repeat:no-repeat;
		background-position: center;
		background-image:url(imagens/bg-contato.jpg);
		background-size:cover;
		padding-top: 100px;
}	

	#contato h3{color: #71CDDA}

	#contato p {color: #eee;}

#contato .box {			
	width: 550px;
	height: auto;
	margin: 25px;
	float:left;
}

#contato img {float: left; margin-right:15px !important; margin-top: 10px;}

#contato .text {
	font-family: 'Lato', sans-serif;
	font-weight: 300;	
	font-size:22px;
	color:#e6e6e6;	
	text-align:left;
	float: left;
	line-height: 150%;
}

#contato a {color: #e6e6e6; text-decoration: none;}

#contato a:hover {text-decoration: underline;}

#footer {
	width: 100%;
	height:auto;
	padding-top: 30px;
	padding-bottom: 50px;
	background: none;

}

#footer p {
			font-size: 16px;
			color: #DDD;
			font-weight: 300;
			padding-top: 40px;
			padding-left:10px;
			padding-right: 10px;
			margin-bottom:-32px;	
			text-align:center;
}

#footer .ass{
			font-size: 14px;
			font-weight: 300;
			color: #ccc;
			margin: 0 auto;
			text-align:center;
			text-decoration: none;
}
	