.total-footer{
	width: 100%;
	height: 230px;
	background: url('../imagens/total-footer.jpg') center top no-repeat;
	margin-top: 110px;
	padding-top: 20px;
}
.titulo-footer{
	width: 100%;
	height: 46px;
	position: relative;
	border-bottom: 3px solid #FFF;
}
.texto-titulo-footer{
	background: #00B1CE;
	padding-right: 33px;
	color: #FFF;
	font-size: 30px;
	font-family: 'Titillium Web', sans-serif;
	font-weight: bold;
	display: table;
	position: absolute;
	left: 0px;
	top: 12px;
}
.total-informacoes-footer{
	padding-top: 50px;
	width: 95%;
	margin: 0 auto;
}
.esquerda-informacoes, .center-informacoes, .direita-informacoes{
	float: left;
}
.esquerda-informacoes{
	padding-top: 5px;
	padding-right: 5px;
	width: 30%;
}
.center-informacoes{
	width: 35%;
	padding-right: 5px;
	padding-top: 10px;
}
.direita-informacoes{
	width: 35%;
}
.icone-informacoes, .texto-informacoes{
	float: left;
}
.texto-informacoes{
	width: calc(100% - 49px);
	color: #FFF;
	font-size: 17px;
	padding-left: 15px;
	font-family: 'Titillium Web', sans-serif;
}
.t-telefone{
	margin-top: 8px;
}
.t-email{
	margin-top: 3px;
}
.i-telefone{
	width: 49px;
	height: 49px;
	background: url(../imagens/icone-telefone.png) no-repeat;
}
.i-email{
	width: 46px;
	height: 34px;
	background: url(../imagens/icone-email.png) no-repeat;
}
.i-localizacao{
	width: 41px;
	height: 54px;
	background: url(../imagens/icone-localizacao.png) no-repeat;
}
.display-email{
	display: table;
	margin: 0 auto;
}
.baixo-footer{
	padding-top: 23px;
	padding-bottom: 23px;
}
.esquerda-footer, .center-footer, .direita-footer{
	width: 33.333%;
	color: #505050;
	font-size: 14px;
	font-weight: 400;
	font-family: 'Titillium Web', sans-serif;
}
.esquerda-footer{
	text-align: left;
	float: left;
}
.center-footer{
	text-align: center;
	float: left;
}
.direita-footer{
	text-align: right;
	float: right;
}
.direita-footer a{
	width: 33.333%;
	color: #505050;
	font-size: 14px;
	font-weight: 400;
	display: inline;
}
@media (max-width: 767px){
	footer{
		min-height: 10px;
		height: auto;
		background: #00B1CE;
	}
	.total-footer{
		min-height: 10px;
		height: auto;
		background: #00B1CE;
	}
	.baixo-footer{
		min-height: 10px;
		height: auto;
		background: #00B1CE;
	}
	.titulo-produtos-footer{
		border-bottom: 0px;
		margin-bottom: 20px;
		min-height: 10px;
		height: auto;
	}
	.texto-titulo-footer{
		width: 100%;
		text-align: center;
		padding-right: 0px;
		position: inherit;
		left: inherit;
		top: inherit;
	}
	.esquerda-informacoes{
		width: 100%;
		float: none;
	}
	.center-informacoes{
		width: 100%;
		float: none;
	}
	.direita-informacoes{
		width: 100%;
		float: none;
	}
	.display-informacoes{
		display: table;
		margin: 0 auto;
	}
	.icone-informacoes{
		float: none;
		display: table;
		margin: 0 auto;
	}
	.texto-informacoes{
		padding-left: 0px;
		width: 100%;
		text-align: center;
		margin-bottom: 15px;
		margin-top: 5px;
	}
	.total-informacoes-footer{
		padding-top: 20px;	
	}
	.esquerda-footer, .center-footer, .direita-footer{
		float: none;
		width: 100%;
		text-align: center;
		color: #FFF;
	}
	.direita-footer a{
		color: #FFF;
	}
}