h5 {
	color: #666666;
}

h6 {
	margin-top:-10px;
	margin-left: 20px;
}

.teste {
	background: red;
}


.logo_topo {
	width:234px;
	height: 90px;
}

#linha {
	width:100%;
	height: auto;
	overflow: hidden;
}

.padding_15px {
	padding: 15px;
}

.margin_top_15px {
	margin-top: 15px;
}

.margin_top_30px {
	margin-top: 30px;
}

.margin_left_30px {
	margin-left: 30px;
}




.font_63 {
	font-size:63px;
}

.font_bold {
	font-weight:bold;
}

.margin_left_negativo {
	margin-left; -200px;
}

.botao_home_ver {
	font-size:25px;
	font-weight:bold;
}

.fundo_clientes {
	background: #ccc;
}

.topico_clientes {
	font-size: 27px;
	margin-left: 35px;
	margin-bottom: 15px;
}

.topico_contatos {
	color: #333;
	font-size: 27px;
	margin-left:;
	margin-bottom: 15px;
}

.topico_localizacao {
	color: #666;
	font-size: 21px;
	margin-left:;
	margin-bottom: 15px;
}

.fundo_rodape {
	background: #eee;
}

#box_rodape {
	width:90%;
	height: auto;
	margin: 0 auto;
}

#box_rodape_metade {
	width:49%;
	height: auto;
	float: left;
	overflow: hidden;
	background: ;
}

#box_rodape_itens {
	width:100%;
	height: auto;
	float: left;
	overflow: hidden
}

#whatsapp_botao {
	float: ;
	position:fixed;
	margin-left: 90%;
	margin-top:;
	background: red;
}

.fundo_branco {
	background: #fff;
}

#linha_submenus {
	width:90%;
	height: 1px;
	margin:0 auto;
	margin-top:30px;
	margin-bottom: 5px;
	background: #ccc;
}

#box_fotos {
	width:170px;
	height:170px;
	float:left;
	margin-right:6px;
	margin-bottom: 6px;
	background:;
}

#box_clientes {
	width:174px;
	height:94px;
	float:left;
	margin-top: 6px;
	margin-right:9px;
	padding: 1px;
	background:#ccc;
}

#form_campo_txt {
	width:200px;
	height:30px;
	float:left;
	padding: 5px;
	text-align: right;
	background:;
}

#form_campo_item {
	width:350px;
	height:;
	float:left;
	padding: 2px;
	background:;
}

#form_campo_item1 {
	width:350px;
	height:;
	float:left;
	padding: 2px;
	background:;
}

#form_campo_txt_menor {
	width:140px;
	height:25px;
	float:left;
	padding: 1px;
	font-size: 13px;
	text-align:;
	background:;
}

#form_campo_item_selecao {
	width:20px;
	height:25px;
	float:left;
	padding: 2px;
	background:;
}

#form_campo_metade {
	width:170px;
	height:;
	float:left;
	padding: 5px;
	background:;
}

#linha #form_campo_item input{
	width:350px;
	background:#ccc;
	padding: 5px;
}

#linha label {
	width:;
	background:#ccc;
	padding: 5px;
}

#linha textarea {
	width:;
	background:#ccc;
	padding: 5px;
}

#botao_enviar {
	width:65px;
	height:50px;
	margin-left: 360px;
	padding: 7px;
	margin-bottom:;
	background: #adb9c7;
}

#fotos_topo {
	position: relative;
    height: 100vh;
    width: 100vw;
    /* adicionando imagem de fundo 
    background: url('bg-img.jpg');*/
    background-size: cover;
}