.footer-rodape {
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-around;
	align-items: center;
	position: relative;
	width: 990px;
	height: 250px;
	margin: 0 auto 0;
	background: #09A756;
}

.footer-rodape h4 {
	color: #fff;
	font-family: "Open Sans", sans-serif;
	font-size: 12px;
	font-weight: bold;
}

.rodape-menu {
	display: flex;
	flex-direction: column;
	justify-content: space-around;
	align-items: center;
	position: relative;
	width: 30%;
	height: 70%;
}

.rodape-menu h4 {
	position: relative;
	left: -3.3em;
	top: -0.2em;
}

.rodape-menu .rodape-coluna {
	position: relative;
	top: 0.5em;
	width: 55%;
}

.rodape-colunas-menu {
	position: relative;
	top: -0.25em;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	width: 100%
}

/*.rodape-colunas-menu div {
	position: relative;
	display: flex;
}*/

.rodape-colunas-menu div div {
	position: relative;
	margin-bottom: 0.8em;
}

.rodape-menu a {
	color: #fff;
	font-style: none;
}

.rodape-atendimento {
	display: flex;
	flex-direction: column;
	justify-content: space-around;
	align-items: center;
	position: relative;
	height: 70%;
	width: 30%;
	border-left: 0.1em solid #cecece;
	border-right: 0.1em solid #cecece;
}

.rodape-atendimento h4 {
	position: relative;
	width: 40%;
	left: -1em;
	top: -0.8em;
}

.atendimento-horarios {
	position: relative;
	top: -2.2em;
	display: flex;
	flex-direction: column;
	/*align-items: center;*/
	/*left: -3%;*/
	height: auto;
	width: auto;
}

.atendimento-horarios div {
	margin-bottom: 0.8em;
	font-size: 11px;
	color: #fff;
}

.rodape-coluna {
	position: relative;
	display: flex;
	flex-direction: column;
	height: 70%;
}

.rodape-coluna div {
	color: #fff;
	font-size: 11px;
	margin-bottom: 0.2em;
}

.rodape-contato {
	display: flex;
	flex-direction: column;
	justify-content: space-around;
	align-items: flex-start;
	position: relative;
	width: 25%;
	height: 70%;
}

.rodape-contato span {
	font-size: 11px;
	color: #fff;
}

.rodape-contato span a {
	color: #fff;
	font-style: none;
}

.rodape-contato p {
	font-size: 11px;
}

.rodape-contato-coluna {
	position: relative;
	display: flex;
	flex-direction: column;
	height: 69.5%;
}

.rodape-contato-coluna span {
	margin-bottom: 0.9em;
}

.rodape-section ul {
	position: relative;
	width: 35%;
	height: 225px;
	list-style: none;
}

.rodape-section ul li {
	position: relative;
	max-width: 35%;
}

.baixo-rodape {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	background: #888;
	width: 100%;
	min-height: 6em;
}

.centralizar-baixo-rodape {
	position: relative;
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 6em;
	width: 960px;
}

.rodape-copyright {
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: space-around;
	align-items: center;
	width: 45%;
	color: #dadada;
}

.rodape-copyright a,
.rodape-copyright p {
	color: #fff;
	font-style: none;
}

.rodape-copyright p {
	color: #dadada;
	font-style: none;
	font-size: 10pt;
}

.rodape-copyright a {
	color: #dadada;
	font-style: none;
	font-size: 10pt;
}

.desenvolvido {
	position: relative;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	width: 30%;
}

.desenvolvido p {
	margin-right: 1em;
	color: #dadada;
	font-size: 11px;
}

.desenvolvido img {
	opacity: 0.8;
}

.desenvolvido img:hover {
	opacity: 1;
}