.boxTelefones {
	width:400px;
	height:160px;
	float:left;
}
.boxChat {
	margin-left:30px;
	width:300px;
	height:145px;
	float:left;
}
.tabela_fones{
	font-family:arial;
	font-size:11px;
	color: #333;
	
}
.conteudo_telefones {
	clear:both;
	float:left;
	padding:5px;
	width:85%;
	height:110px;
	border:1px solid #CCCCCC;
}
.conteudo_telefones .telefone {
	width:93%;
	background:#E9E9E9;
	padding:10px;
	height:25px;
	line-height:25px;
	margin-top:7px;
}
.conteudo_telefones .telefone .cidade {
	float:left;
	width:60%;
	color:#990000;
	font-size:14px;
	line-height:25px;
	font-weight:bold;
}
.conteudo_telefones .telefone .cidade .local {
	font-size:14px;
}
.conteudo_telefones .telefone .tel {
	float:left;
	width:40%;
	color:#000000;
	font-size:15px;
	line-height:25px;
	font-weight:bold;
}
.topico {
	clear:both;
	width:100%;
	height:30px;
}
.clear {
	clear:both;
}

.contato_tabela_endereco{background-image:url(/img/contato/bg_endereco.jpg);background-repeat:repeat-x;margin-left:4px;width:286px;height:140px}

.popup_pagina{
	background: url(../img/bg_geral.png) top; 			
	background-position: -212px -5px;	
	width:318px;
	height:69px;
	display:table;
	margin:20px 0 30px 165px;
}

#formulario input {
	width: 340px;
    height: 35px;
    font-size: 18px;
    padding: 0 10px;
}
#assuntoContato {
	outline: none;
    width: 280px;
    height: 35px;
    padding: 0 5px;
}
#msgContato {
	outline: none;
	width: 340px;
    height: 220px;
    font-size: 18px;
    padding: 10px;
	overflow-x: hidden;
}
#formulario .enviar {
	border: none;
    width: 100%;
    cursor: pointer;
	background-color: #FECE29;
	font-family: heavy;
    font-size: 16px;
    color: #1F1F1F;
	margin: 15px 0 30px auto;
}

.boxMensagem span {
	display: table;
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: 3px solid #FECE29;
    width: 100%;
    font-weight: bold;
    font-size: 17px;
}
.linha_form {
	display: flex;
	align-items: center;
	margin-bottom: 10px;
}
.linha_form label {
	width: 150px;
}
#linha_destaque {
	align-items: flex-start;
}
#linha_submit {
	display: flex;
}

.boxForm {
	display: flex;
	justify-content: space-around;
}

@media screen and (max-width: 1100px) {
	.boxForm {
		flex-direction: column;
		justify-content: flex-start;
	}
}
@media screen and (max-width: 550px) {
	.linha_form {
		flex-direction: column;
		align-items: flex-start;
	}
	.linha_form label {
		margin-bottom: 10px;
	}
	#formulario .enviar {
		margin-left: 0;
	}
}
@media screen and (max-width: 400px) {
	#formulario input, #msgContato {
		width: 260px;
	}
}