.barra_contato {
	background: #e7e7e7;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	box-sizing: border-box;
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

.barra_contato_canais {
	width: 100%;
	display: flex;
	align-items: stretch;	
	justify-content: center;
	flex-wrap: wrap;
	font-size: 15px;
}

.barra_contato_canal {
	display: flex;
	align-items: center;
	text-decoration: none;
	margin: 0;
	padding: 12px 0;
	justify-content: center;
	width: 180px;
}

.barra_contato_canal div {
	display: flex;
	align-items: center;
	justify-content: center;
	color: rgb(24, 24, 24);
}

.barra_contato_canal:hover {
	background: #dadada;
}

.barra_contato_canal div img {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-right: 10px;
}

.barra_contato_canal div div {
	display: flex;
	flex-direction: column;
	justify-content: left; 
}

.barra_contato_canal div div p {
	margin: 0;
	padding: 0;
	width: 100%;
}

.barra_contato_horario {
	width: 100%;
	padding: 10px 0;
	margin: 0;
	font-size: 14px;
	text-align: center;
	background: #dadada;
}

@media (min-width: 1000px) {
	.barra_contato_canal a {
		margin: 5px 40px 5px 40px;
	}
}