html, body { height:100%; margin:0; padding:0; font-family: 'Trebuchet MS', Arial;}
h1, h2, h3, h4, h5, h6 { margin:0; padding:0; }
@font-face {
	font-family: "Impact";
	src: url("Impact.ttf") format("truetype");
}
@font-face {
	font-family: "Trebuchet";
	src: url("Trebuchet.TTF") format("truetype");
}
.clear {clear: both;}
.center {text-align: center;}
/*****************************************/
/*HEADER*/
/*****************************************/
header {
	background: #D6040B;
	width: 100%;
	
	height: auto;
	font-family: 'Trebuchet MS', Arial;
	color: #f2f2f2;
}
header h1 {
	font-family: Impact, Arial;
	font-size: 38px;
	margin-top: 20px;
	color: #f2f2f2;
}
header h5 {
	color: #f2f2f2;
	margin-left: 15px;
}
header .fone {
	font-size: 26px;
	margin-top: 20px;
	margin-bottom: 10px;
	line-height: 30px;
	text-align: center;
}
header .fone img {
	margin-bottom: 4px;
	margin-left: 3px;
}
.navbar .nav {
	margin-top: 30px;
	margin-left: 20px;
}
.navbar .nav>li>a {
	color: #f2f2f2;
    text-shadow: none;
    font-size: 16px;
}
.navbar .nav>li>a:hover {
	color: #ccc;
}
header .face-top {
	margin-top: 10px;
	height: 30px;
}
/*****************************************/
/*FIM HEADER*/
/*****************************************/

/*****************************************/
/*BANNER*/
/*****************************************/
.banner {
	width: 100%;
	height: 600px;
	min-height: 100%;
	background-position: 50%;
	background-attachment: fixed;
	background-image: url(../img/bg/banner.png);
	background-size:100% 100%;
	-webkit-background-size: 100% 100%;
	-o-background-size: 100% 100%;
	-khtml-background-size: 100% 100%;
	-moz-background-size: 100% 100%;
	font-family: 'Trebuchet MS', Arial;
	color: #fff;
}
.banner h1 {
	padding-top: 100px;
	margin-left: 30px;
	font-size: 54px;
}
.banner h3 {
	font-size: 28px;
	padding-top: 10px;
	margin-left: 30px;
}
.banner .fone {
	color: #ffde11;
}
.banner .fone h1 {
 padding-top: 
}
.banner a {
	background: #D6040B;
	padding: 15px 40px;
	color: #ffde11;
	font-size: 16px;
	margin-right: 30px;
	margin-top: 260px;
}
/*****************************************/
/*FIM BANNER*/
/*****************************************/

/*****************************************/
/*IMAGE*/
/*****************************************/
.servicos {
	width: 100%;
	height: auto;
	min-height: 600px;
	background: #D6040B;
	color: #fff;
	padding: 50px 0;
}
.servicos a {
	color: #fff;
}
.ilu-painel h2 {
	margin-top: 10px;
}
.ilu-farois h2 {
	margin-top: 110px;
	margin-bottom: 30px;
}
.ilu-auto h2 {
	margin-top: 40px;
}
/*****************************************/
/*FIM IMAGE*/
/*****************************************/

/*****************************************/
/*QUEM SOMOS*/
/*****************************************/
.quem-somos {
	padding: 50px 0;
}
.quem-somos h1 {
	font-size: 36px;
	color: #2B6CA3;
	margin-bottom: 30px;
}
.text-justify {
	text-align: justify;
}
.fornecedor {
	margin-bottom: 30px;
	text-align: center;
}
.fornecedor img {
	width: 60px;
	margin: 0 3px;
}
.marcas {
	margin-bottom: 30px;
	text-align: center;
}
.marcas img {
	width: 60px;
	margin: 0 3px;
}
/*****************************************/
/*FIM QUEM SOMOS*/
/*****************************************/

/*****************************************/
/*FALE CONOSCO*/
/*****************************************/
footer {
	width: 100%;
	height: auto;
	background: #D6040B;
	color: #fff;
}
.contato {
	padding: 50px 0;
}
.ligue img {
	margin-bottom: 3px;
	margin-left: 3px;
}
footer h1 {
	font-size: 36px;
	color: #fff;
	margin-bottom: 30px;
}
footer h3 {
	color: #fff;
	font-size: 24px;
}
footer .input-xxlarge {
	border-radius: 0;
}
footer form {
	width: 544px;
	margin: 0 auto;
}
footer button {
	background: #ffde11;
	color: #000;
	border: 0;
}
footer .img-face {

}
.orcamento {
	margin-top: 30px;
	margin-bottom: 20px;
}
.copy {
	background: #fff;
	color: #000;
	padding: 15px 0 10px 0;
}
.copy img {
max-width: 30px;
}
iframe {
	width: 100%;
}
/*****************************************/
/*FIM FALE CONOSCO*/
/*****************************************/

/*****************************************/
/*VOCE SABIA*/
/*****************************************/
.voce-sabia {
	padding: 50px 0;
	text-align: center;
}
.voce-sabia h1 {
	font-size: 36px;
	color: #2B6CA3;
	margin-bottom: 30px;
}
.voce-sabia .text-justify {
	margin-bottom: 30px;
}
/*****************************************/
/*FIM VOCE SABIA*/
/*****************************************/

.produtos .row-fluid [class*="span"]:nth-child(4n+1) {
	margin-left:0;
}
.produto {
	border: solid 1px #f2f2f2;
	font-family: 'Open Sans', sans-serif;
	margin-bottom: 40px;
}
.titulo-pro {
	margin: 25px 0;
	font-size: 36px;
	color: #2B6CA3;
}
.produto .image {
	padding: 20px;
	height: 320px;
	display: flex;
    align-items: center;
    justify-content: center;
}
.produto .image img {
    max-width:100%;
	max-height:320px;
}
.produto .descricao {
	background-color: red;
	color: #fff;
	padding: 20px;
	text-shadow: none;
	min-height: 90px;
	position: relative;
}
.produto .descricao h4 {
	margin-bottom: 10px;
}
.produto a {
	color: #fff;
}
.produto a:hover {
	color: #ccc;
}
.produto .botao {
	background: #fff;
	padding: 10px 25px;
	color: #f00;
	font-size: 14px;
	font-weight: bold;
	position: absolute;
	bottom: 10px;
	right: 10px;
	cursor: pointer;
}
.modal {
	color: #2f2f2f;
}
/*****************************************/
/*PRODUTO*/
/*****************************************/
.exibi {
	background-color: #ccc;
	padding: 3px;
	margin-bottom: 5px;
}
.exibi .main-image {
	width: 100%;
	height: 400px;
	display: flex;
    align-items: center;
    justify-content: center;
}
.main-image img {
	max-width: 100%;
	max-height: 100%;
}
.galeria ul {
	list-style: none;
	margin-bottom: 1.5em;
}
.galeria .thumbnails li {
	display: inline;
	margin: 0 10px 0 0;
}
.galeria .thumbnails li img {
	padding: 5px;
	border: 1px solid #ccc;
	height: auto;
	background: #fff;
	box-shadow: 1px 1px 7px rgba(0,0,0,0.1);
}
.detalhe-produto {
	font-family: 'Arboria', sans-serif;
	color: #000;
}
.detalhe-produto h3 {
	font-weight: 500;
	margin-bottom: 25px;
}
.detalhe-produto .preco {
	font-size: 18px;
    font-weight: 700;
    line-height: 18px;
    margin-bottom: 25px;
    display: block;
}
.detalhe-produto form {
	margin: 0;
}
.detalhe-produto button {
	width: 60%;
	border: 0;
	padding: 7px 0;
	font-size: 12px;
	background: #000;
	color: #fff;
	font-weight: bold;
	font-family: 'Arboria', sans-serif;
}
.negociar {
	width: 60%;
	border: 0;
	padding: 7px 0;
	background: #000;
	margin-bottom: 30px;
}
.negociar a {
	cursor: pointer;
	font-size: 12px;
	color: #fff;
	font-weight: bold;
	font-family: 'Arboria', sans-serif;
}
.negociar {
	margin-right: 45px;
}
.negociar .modal {
	width: 360px;
    margin-left: -180px;
    text-align: left;
}
.negociar .modal form {
	margin: 0 auto;
	padding: 20px 0;
	width: 280px;	
	margin-bottom: 40px;
}
.negociar .modal button {
	border: 0;
	background: #353535;
	width: 41px;
	height: 40px;
	padding: 0;
	margin: 0;
	border-radius: 0;
}
.negociar .modal input[type="text"], .negociar .modal input[type="password"], .negociar .modal input[type="email"], .negociar .modal select  {
	height: 30px;
	width: 266px;
	border-radius: 0;
	background-color: #ffffff;
	border: 1px solid #cccccc;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	margin-bottom: 3px;
}
.negociar .modal img {
	margin-bottom: 0;
	margin-right: 0;
}
.negociar .modal input[placeholder] {
	color: #999;
}
.negociar .modal 	::-webkit-input-placeholder {
	color: #999;
}
.negociar .modal  :-moz-placeholder { /* Firefox 18- */
	color:#999;
}
.negociar .modal  ::-moz-placeholder {  /* Firefox 19+ */
	color: #999; 
}
.negociar .modal :-ms-input-placeholder {  
	color: #999;
}
.breve {
	padding: 25px 0;
}
.detalhe-produto {
	margin-bottom: 20px;
}
.detalhe-produto h5 {
	font-family: 'Arboria', sans-serif;
	font-weight: 500;
}
.detalhe-produto .linha {
	border-bottom: 1px solid #7f7f7f;
	display: block;
	width: 100%;
	margin-bottom: 20px;
}
.detalhe-produto p {
	font-family: 'Bellefair', serif;
	font-size: 16px;
}
.vazia {
	padding: 20px 0 20px 0;
}
.vazia form {
	width: 250px;
	margin: 0 auto;
}
.vazia {
	font-family: 'Arboria', sans-serif;
}
.vazia img {
	margin-bottom: 30px;
}
.vazia h3 {
	margin-bottom: 20px;
}
.vazia h4 {
	margin-bottom: 15px;
}
.collapse form {
	margin: 0 auto;
	width: 220px;
	padding-bottom: 20px;
}
.collapse form  input[type="file"] {
	width: 220px;
}
/*****************************************/
/*FIM PRODUTO*/
/*****************************************/
