img {
	max-width: 100%;
	height: auto;
}

iframe {
	max-width: 100%;
}

body {
	font-family: Arial;
	font-size: 14px;
	color: #333;
	margin: 0;
	padding: 0;
	border-bottom: 6px solid #012964;
	/* degradee */
		background-color: #fcfcfc;
		background-image: -webkit-gradient(linear, left top, left bottom, from(rgb(252, 252, 252)), to(rgb(104, 193, 218)));
		background-image: -webkit-linear-gradient(top, rgb(252, 252, 252), rgb(104, 193, 218));
		background-image: -moz-linear-gradient(top, rgb(252, 252, 252), rgb(104, 193, 218));
		background-image: -o-linear-gradient(top, rgb(252, 252, 252), rgb(104, 193, 218));
		background-image: -ms-linear-gradient(top, rgb(252, 252, 252), rgb(104, 193, 218));
		background-image: linear-gradient(top, rgb(252, 252, 252), rgb(104, 193, 218));
		filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#fcfcfc', EndColorStr='#68c1da');
	/* */
}

h1 {
	font-size: 1.8em;
	letter-spacing: 0.1em;
}

h2 {
	font-size: 1.6em;
	letter-spacing: 0.1em;
}

p {
	font-size: 1.4em;
	letter-spacing: 0.1em;
	line-height: 1.6em;
}

.clear {
	clear: both;
}

#barra_superior {
	background-color: #77b852;
	padding-top: 4px;
	padding-bottom: 4px;
	color: #fff;
	text-align: center;
	font-size: 1.2em;
}

#site {
	width: 84%;
	margin: auto;
}

#fundo_topo {
	border-bottom: 4px solid #012964;
}

#topo {
}

#logo {
	float: left;
	width: 30%;
	padding-top: 3px;
	padding-bottom: 7px;
}

#menu {
	float: right;
	width: 70%;
}

.navbar {
	padding: 0;
	margin: 0;
	float: right;
}

.nav {
	margin: 0;
	padding: 0;
	text-align: center;
}

.nav li {
	list-style: none;
	float: left;
}

.nav li a {
	text-decoration: none;
	color: #fff;
	display: block;
	font-size: 1.2em;
	text-align: center;
	padding-left: 8px;
	padding-right: 8px;
	padding-top: 48px;
	padding-bottom: 46px;
	background-color: #012964;
}

.nav li a:hover, .menu_ativo {
	background-color: #ccc;
	color: #000;
}

#menu_responsivo {
	display: none;
	cursor: pointer;
	width: 50%;
	margin: auto;
	text-align: center;
}

#fundo_banners {
}

#banners {
}

#fundo_quem_somos {
	
}

#quem_somos {
	padding-top: 20px;
	padding-bottom: 40px;
	width: 100%;
	margin: auto;
}

#quem_somos_titulo {
	background-repeat: no-repeat;
	background-size: cover;
	background-image: url(imagens/fundo_quem_somos.jpg);
	min-height: 160px;
	/* início centralizar verticalmente e horizontalmente */
		/*height: 100%;
		min-height: 100%;*/
		/* habilita o flex nos filhos diretos */
		display: -ms-flex;
  		display: -webkit-flex;
  		display: flex;
		/* centraliza na vertical */
		-ms-align-items: center;
		-webkit-align-items: center;
		align-items: center;
		/* centraliza na horizontal */
		-ms-justify-content: center;
		-webkit-justify-content: center;
		justify-content: center;
	/* Fim centralizar certicalmente e horizontalmente */
}

#quem_somos h1 {
	color: #fff;
	text-align: center;
}

#quem_somos p {
	color: #333;
	font-size: 1.4em;
	letter-spacing: 0.1em;
	line-height: 1.6em;
	text-align: justify;
}

.link_solicite_orcamento {
	text-decoration: none;
}

#botao_solicite_orcamento {
	font-size: 1.6em;
	padding-top: 14px;
	padding-bottom: 12px;
	padding-left: 30px;
	padding-right: 30px;
	border: 2px solid #000;
	color: #000;
	width: 40%;
	margin: auto;
	text-align: center;
}

#botao_solicite_orcamento:hover {
	color: #fff;
	border: 2px solid #333;
	background-color: #333;
}

#fundo_servicos {
	
}

#servicos {
	padding-top: 20px;
	padding-bottom: 40px;
	width: 100%;
	margin: auto;
}

#servicos h1 {
	color: #fff;
	text-align: center;
}

#servicos h2 {
	color: #333;
	text-align: justify;
}

#servicos p {
	color: #333;
	font-size: 1.4em;
	letter-spacing: 0.1em;
	line-height: 1.6em;
	text-align: justify;
}

#servicos_a {
	background-repeat: no-repeat;
	background-size: cover;
	background-image: url(imagens/fundo_retifica.jpg);
	min-height: 160px;
	/* início centralizar verticalmente e horizontalmente */
		/*height: 100%;
		min-height: 100%;*/
		/* habilita o flex nos filhos diretos */
		display: -ms-flex;
  		display: -webkit-flex;
  		display: flex;
		/* centraliza na vertical */
		-ms-align-items: center;
		-webkit-align-items: center;
		align-items: center;
		/* centraliza na horizontal */
		-ms-justify-content: center;
		-webkit-justify-content: center;
		justify-content: center;
	/* Fim centralizar certicalmente e horizontalmente */
}

#servicos_b {
	background-repeat: no-repeat;
	background-size: cover;
	background-image: url(imagens/fundo_cabecote.jpg);
	min-height: 160px;
	/* início centralizar verticalmente e horizontalmente */
		/*height: 100%;
		min-height: 100%;*/
		/* habilita o flex nos filhos diretos */
		display: -ms-flex;
  		display: -webkit-flex;
  		display: flex;
		/* centraliza na vertical */
		-ms-align-items: center;
		-webkit-align-items: center;
		align-items: center;
		/* centraliza na horizontal */
		-ms-justify-content: center;
		-webkit-justify-content: center;
		justify-content: center;
	/* Fim centralizar certicalmente e horizontalmente */
}

#servicos_c {
	background-repeat: no-repeat;
	background-size: cover;
	background-image: url(imagens/fundo_usinagem.jpg);
	min-height: 160px;
	/* início centralizar verticalmente e horizontalmente */
		/*height: 100%;
		min-height: 100%;*/
		/* habilita o flex nos filhos diretos */
		display: -ms-flex;
  		display: -webkit-flex;
  		display: flex;
		/* centraliza na vertical */
		-ms-align-items: center;
		-webkit-align-items: center;
		align-items: center;
		/* centraliza na horizontal */
		-ms-justify-content: center;
		-webkit-justify-content: center;
		justify-content: center;
	/* Fim centralizar certicalmente e horizontalmente */
}

#home_servicos_a {
	background-repeat: no-repeat;
	background-size: cover;
	background-image: url(imagens/fundo_retifica.jpg);
	float: left;
	width: 28%;
	min-height: 280px;
	text-align: center;
	color: #fff;
	padding-left: 2%;
	padding-right: 2%;
}

#home_servicos_b {
	background-repeat: no-repeat;
	background-size: cover;
	background-image: url(imagens/fundo_cabecote.jpg);
	float: left;
	width: 28%;
	margin-left: 2%;
	margin-right: 2%;
	min-height: 280px;
	text-align: center;
	color: #fff;
	padding-left: 2%;
	padding-right: 2%;
}

#home_servicos_c {
	background-repeat: no-repeat;
	background-size: cover;
	background-image: url(imagens/fundo_usinagem.jpg);
	float: left;
	width: 28%;
	min-height: 280px;
	text-align: center;
	color: #fff;
	padding-left: 2%;
	padding-right: 2%;
}

#fundo_galeria {
	
}

#galeria {
	padding-top: 20px;
	padding-bottom: 40px;
	width: 90%;
	margin: auto;
	text-align: center;
}

#galeria_titulo {
	background-repeat: no-repeat;
	background-size: cover;
	background-image: url(imagens/fundo_galeria.jpg);
	min-height: 160px;
	/* início centralizar verticalmente e horizontalmente */
		/*height: 100%;
		min-height: 100%;*/
		/* habilita o flex nos filhos diretos */
		display: -ms-flex;
  		display: -webkit-flex;
  		display: flex;
		/* centraliza na vertical */
		-ms-align-items: center;
		-webkit-align-items: center;
		align-items: center;
		/* centraliza na horizontal */
		-ms-justify-content: center;
		-webkit-justify-content: center;
		justify-content: center;
	/* Fim centralizar certicalmente e horizontalmente */
}

#galeria h1 {
	color: #fff;
	text-align: center;
}

#galeria p {
	color: #333;
	font-size: 1.4em;
	letter-spacing: 0.1em;
	line-height: 1.6em;
	text-align: center;
}

.grid_galeria {
	float: left;
	width: 28.3333%;
	margin-left: 2%;
	margin-right: 2%;
	margin-bottom: 30px;
	min-height: 180px;
	border: 3px solid #ccc;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

#fundo_localizacao {
	
}

#localizacao {
	padding-top: 20px;
	padding-bottom: 40px;
	width: 90%;
	margin: auto;
}

#localizacao_titulo {
	background-repeat: no-repeat;
	background-size: cover;
	background-image: url(imagens/fundo_localizacao.jpg);
	min-height: 160px;
	/* início centralizar verticalmente e horizontalmente */
		/*height: 100%;
		min-height: 100%;*/
		/* habilita o flex nos filhos diretos */
		display: -ms-flex;
  		display: -webkit-flex;
  		display: flex;
		/* centraliza na vertical */
		-ms-align-items: center;
		-webkit-align-items: center;
		align-items: center;
		/* centraliza na horizontal */
		-ms-justify-content: center;
		-webkit-justify-content: center;
		justify-content: center;
	/* Fim centralizar certicalmente e horizontalmente */
}

#localizacao h1 {
	color: #fff;
	text-align: center;
}

#fundo_contato {
	
}

#contato {
	padding-top: 20px;
	padding-bottom: 40px;
	width: 100%;
	margin: auto;
}

#contato_titulo {
	background-repeat: no-repeat;
	background-size: cover;
	background-image: url(imagens/fundo_contato.jpg);
	min-height: 160px;
	/* início centralizar verticalmente e horizontalmente */
		/*height: 100%;
		min-height: 100%;*/
		/* habilita o flex nos filhos diretos */
		display: -ms-flex;
  		display: -webkit-flex;
  		display: flex;
		/* centraliza na vertical */
		-ms-align-items: center;
		-webkit-align-items: center;
		align-items: center;
		/* centraliza na horizontal */
		-ms-justify-content: center;
		-webkit-justify-content: center;
		justify-content: center;
	/* Fim centralizar certicalmente e horizontalmente */
}

#contato h1 {
	color: #fff;
	text-align: center;
}

#contato p {
	color: #333;
	font-size: 1.4em;
	letter-spacing: 0.1em;
	line-height: 1.6em;
	text-align: center;
}

#contato_esq {
	float: left;
	width: 56%;
	text-align: right;
}

#contato_dir {
	float: right;
	width: 39%;
	text-align: left;
}

#contato_dir p {
	color: #333;
	font-size: 1.1em;
	letter-spacing: 0.1em;
	line-height: 1.6em;
	text-align: left;
}

#contato a {
	text-decoration: none;
	color: #333;
}

.campos_contato {
	color: #333;
	font-family: Arial;
	width: 88%;
	font-size: 1.1em;
	letter-spacing: 0.1em;
	background-color: transparent;
	border: 1px solid #333;
	border-radius: 4px;
	margin-top: 16px;
	margin-bottom: 4px;
	padding-top: 6px;
	padding-bottom: 5px;
	padding-left: 5px;
	padding-right: 5px;
}

/* ajustes do placeholder */
	::-webkit-input-placeholder {
		color: black;
		font-family: Arial;
		font-size: 1.1em;
		font-weight: bold;
	}
	:-moz-placeholder { /* Firefox 18- */
		color: black;
		font-family: Arial;
		font-size: 1.1em;
		font-weight: bold;
	}
	::-moz-placeholder {  /* Firefox 19+ */
		color: black;
		font-family: Arial;
		font-size: 1.1em;
		font-weight: bold;
	}
	:-ms-input-placeholder {  
		color: black;
		font-family: Arial;
		font-size: 1.1em;
		font-weight: bold;
	}
/* */

.botao_contato {
	color: #000;
	padding-left: 7%;
	padding-right: 7%;
	padding-top: 9px;
	padding-bottom: 7px;
	font-size: 1.1em;
	letter-spacing: 0.1em;
	background-color: transparent;
	border: 1px solid #000;
	border-radius: 4px;
	margin-top: 20px;
}

.botao_contato:hover {
	color: #fff;
	border: 2px solid #333;
	background-color: #333;
}

.icones_contato{
	margin-top: -4px;
}

#fundo_rodape {
	background-color: #01265e;
}

#rodape {
	padding-top: 12px;
	padding-bottom: 12px;
	width: 96%;
	margin: auto;
	color: #fff;
}

#rodape_esq {
	float: left;
	text-align: left;
	width: 50%;
}

#rodape_dir {
	float: right;
	text-align: right;
	width: 50%;
}

#rodape a {
	text-decoration: none;
	border: 0;
}





@media only screen and (max-width: 1200px) {
	/* Desktop Zone */
}

@media only screen and (max-width: 1024px) {
	/* Landscape Tab */
}

@media only screen and (max-width: 900px) {
	/* Portrait Tab */
}

@media only screen and (max-width: 800px) {
	/* ativar site responsivo */
	#topo {
		width: 100%;
		text-align: center;
	}
	#logo {
		float: left;
		width: 100%;
		text-align: center;
	}
	#menu {
		float: left;
		width: 100%;
	}
	#menu {
		display: none;
	}
	#menu_responsivo {
		display: block;
	}
	#menu {
		float: left;
		width: 100%;
	}
	.navbar {
		width: 100%;
		float: left;
	}
	.nav {
		margin: 0;
		padding: 0;
		text-align: center;
	}
	.nav li {
		list-style: none;
		float: left;
		width: 100%;
	}
	.nav li a {
		font-size: 1.1em;
	    text-decoration: none;
		display: block;
		text-align: center;
		padding-top: 7px;
		padding-bottom: 7px;
		height: 16px;
		padding-left: 0;
		padding-right: 0;
		color: #fff;
		background-color: #012964;
	}
	.nav li a:hover, .menu_ativo {
		background-color: #ccc;
		color: #000;
	}
	#home_servicos_a {
		width: 96%;
		min-height: 280px;
		text-align: center;
	}
	#home_servicos_b {
		width: 96%;
		min-height: 280px;
		text-align: center;
		margin-left: 0;
		margin-right: 0;
		margin-top: 20px;
	}
	#home_servicos_c {
		width: 96%;
		min-height: 280px;
		text-align: center;
		margin-top: 20px;
	}
	#botao_solicite_orcamento {
		font-size: 1.4em;
		padding-top: 14px;
		padding-bottom: 12px;
		width: 50%;
	}
	#quem_somos {
		width: 90%;
	}
	#quem_somos p {
		font-size: 1.2em;
	}
	#servicos {
		width: 90%;
	}
	#servicos p {
		font-size: 1.2em;
	}
	#galeria {
		padding-top: 40px;
		padding-bottom: 40px;
	}
	.grid_galeria {
		float: left;
		width: 90%;
	}
	#contato {
		width: 100%;
		margin: auto;
	}
	#contato_esq {
		float: left;
		width: 100%;
		text-align: center;
	}
	#contato_dir {
		padding-top: 40px;
		float: left;
		width: 100%;
		text-align: center;
	}
	#contato_dir p {
		text-align: center;
	}
	.campos_contato {
		width: 95%;
	}
	#rodape_esq {
		text-align: center;
		width: 100%;
	}
	#rodape_dir {
		float: left;
		text-align: center;
		width: 100%;
		margin-top: 20px;
	}
	#rodape a {
		text-decoration: none;
		border: 0;
	}
}

@media only screen and (max-width: 768px) {
	/* IPAD */
}

@media only screen and (max-width: 720px) {
	/* Smartphone Zone */
}

@media only screen and (max-width: 480px) {
	/*  First Gen Smartphones */
}

@media only screen and (max-width: 320px) {
	/* baixa resolução */
}