/*
Azul = 3d96d1
Azul escuro = 1a5478
Vermelho = f46565
Cinza = 8b8b8b
*/

/*CONFIGURAÇÕES GERAIS*/

@charset "utf-8";
/*Links Nav*/
@import url(http://fonts.googleapis.com/css?family=Open+Sans);
/*Titulo do artigo*/
@import url(http://fonts.googleapis.com/css?family=Anton);
/*Texto do artigo*/
@import url(http://fonts.googleapis.com/css?family=Poppins);
/*Titulo do tumbnails*/

@import url(https://fonts.googleapis.com/css?family=Droid+Sans);
/*font: 16px 'Droid Sans', sans-serif;*/

/*
font-family: 'Anton', sans-serif;
font-family: 'Poppins', sans-serif;
font-family: 'Bree Serif', serif;
*/

*{
	margin: 0px;
}
.h1-titulo{
	font:30px 'Poppins', sans-serif;
	margin: 30px 0 20px 20px;
	border-bottom: 3px solid #3d96d1;
}
.h2-subtitulo{
	font: 25px 'Droid Sans', sans-serif;
	margin: 30px 0 20px 20px;
	border-bottom: 2px solid #3d96d1;
}
header{
	width: 100%;
}
#header-lmt{
	width: 1100px;
	height: 150px;
	margin: 0 auto;
}
#header-logo{
	float: left;
}
#header-logo img{
	width: 316px;
	height: 130px;
	margin-top: 10px;
}
#header-info{
	width: 300px;
	height: 50px;
	float: right;
	background: #fff;
	margin-top: 80px;
	font: 16px 'Droid Sans', sans-serif;
	color: #8b8b8b;
}
#header-info img{
	width: 24px;
	height: 24px;
	float: left;
	margin-right: 20px;
}
nav{
	width: 100%;
	background: #262626;
}
#nav-lmt{
	width: 1100px;
	height: 50px;
	margin: 0 auto;
}
#nav-lmt ul{
	list-style: none;
	margin-top: 10px;
	float: left;
}
#nav-lmt ul li{
	display: inline;
	padding: 15px 57px;
	margin-top: 10px;
}
#nav-lmt ul li:hover{
	display: inline;
	padding: 15px 57px;
	background: #353535
}
#nav-lmt ul li a{
	font: 18px 'Poppins', sans-serif;
	color: #fff;
	text-decoration: none;
}
section{
	width: 100%;
	height: auto;
}
#sec-banner{
	height: auto;
	width: 100%;
}
#sec-banner img{
	max-width: 100%;
	min-height: 100%;
}
#sec-sobre{
	width: 1100px;
	height: auto;
	margin: 0 auto;
	text-align: center;
}
#sec-sobre h1{
	font: 30px 'Anton', sans-serif;
	margin: 40px 0;
	color: #1a5478;
}
#sec-sobre span{
	font: 18px 'Poppins', sans-serif;
	color: #4c4c4c;
}
#sec-sobre img{
	margin-bottom: 30px;
}
#sec-servicos{
	width: 100%;
	height: 300px;
	background-image: url('../image/bg-servicos.png');
	background-size:100%;
	background-repeat: no-repeat;
	text-align: center;
	vertical-align: middle;
	padding: 30px 0;	
}
#sec-servicos h1{
	font: 40px 'Anton', sans-serif;
	color: #1a5478;
	padding: 0 20px;
}
#sec-servicos ul{
	list-style: none;
}
#sec-servicos li{
	font: 20px 'Anton', sans-serif;
	color: #000;
	margin: 10px 20px;
}
footer{
	width: 100%;
	background: #8b8b8b;
}
#footer{
	width: 1100px;
	height: 300px;
	margin: 0 auto;
	padding: 10px 0;
}
#footer h1{
	font: 32px 'Anton', sans-serif;
	color: #1a5478;
	margin-top: 30px;
	border-bottom: 2px solid #1a5478;
}
#footer p{
	font: 16px 'Poppins', sans-serif;
}
#footer img{
	width: 20px;
	height: 20px;
	margin: 10px 0 0 5px;
}
#footer ul{
	list-style: none;
	margin: 40px 0 0 -40px;
}
#footer li{
	display: inline;
}
#footer a{
	font: 16px 'Lato', sans-serif;
	text-decoration: none;
	color: #000;
}
#footer a:hover{
	font: 16px 'Lato', sans-serif;
	text-decoration: underline;
	color: #fff;
}
#footer-contato{
	width: auto;
	height: auto;
	float: left;
}
#footer-facebook{
	width: 500px;
	height: 200px;
	float: right;
	background: #000;
	margin-top: 30px;
	text-align: center;
}
#footer-facebook p{
	font: 14px 'Lato', sans-serif;
	color: #000;
	margin-top: 20px;
}
#footer-facebook a{
	font: 14px 'Lato', sans-serif;
	text-decoration: none;
	color: #000;
	margin-top: 20px;
}
#footer-facebook a:hover{
	font: 14px 'Lato', sans-serif;
	text-decoration: underline;
	color: #fff;
}
/*CONTATO*/
#contato{
	height:auto;
	width:1000px;
	margin:0 auto;
	margin-bottom: 50px;
}
#contato form{
	margin:50px 0 0 20px;
}
#contato form label{
	font: 22px 'Poppins', sans-serif;
	color:#000;
	display:block;
	line-height:1.2em;
	text-shadow:1px 1px rgba(255,255,255,.7);
	letter-spacing:-2px;
	margin:15px 0;
}
#contato form input{
	width:400px;
	height:40px;
	font:26px 'Poppins', sans-serif;
	border:1px solid #3d96d1;
	padding-left:5px;
}
#contato form textarea{
	width:404px;
	height:200px;
	display:block;
	font:18px 'Poppins', sans-serif;
	border:1px solid #3d96d1;
	margin-top: 20px;
}
#contato form .btContato{
	width:404px;
	height:40px;
	margin-top:20px;
	border:0px;
	background: #3d96d1;
}
/*EMPRESA*/
#empresa{
	height:auto;
	width:1000px;
	margin:0 auto;
	margin-bottom: 50px;
}
#empresa span{
	font: 22px 'Droid Sans', sans-serif;
	text-align: justify;
	display: block;
	margin:50px 0 0 20px;
	color: #8b8b8b;
}
#empresa ul{
	margin:50px 0 0 20px;
}
#empresa ul li{
	font: 18px 'Droid Sans', sans-serif;
	color: #8b8b8b;
	margin: 10px 0;
}

/*MONTAGEM*/
#montagem{
	height:auto;
	width:1000px;
	margin:0 auto;
	margin-bottom: 50px;
}
#montagem span{
	font: 22px 'Droid Sans', sans-serif;
	text-align: justify;
	display: block;
	margin:50px 0 0 20px;
	color: #8b8b8b;
}
#montagem ul{
	margin:50px 0 0 20px;
}
#montagem ul li{
	font: 18px 'Droid Sans', sans-serif;
	color: #8b8b8b;
	margin: 10px 0;
}

/*SERVIÇOS*/
#servicos{
	height:auto;
	width:1000px;
	margin:0 auto;
	margin-bottom: 50px;
}
#servicos span{
	font: 22px 'Droid Sans', sans-serif;
	text-align: justify;
	display: block;
	margin:50px 0 0 20px;
	color: #8b8b8b;
}
#servicos ul{
	margin:50px 0 0 20px;
}
#servicos ul li{
	font: 18px 'Droid Sans', sans-serif;
	color: #8b8b8b;
	margin: 10px 0;
}