/*RODAPE*/
.rodape img {
	vertical-align: top;
}
.rodape {
	/*background-color: #ec7923;*/
	margin-bottom: 150px;
	padding: 0px;
	position: relative;
	margin-top: -150px;
	min-height: 150px;
	z-index: 10;
}
.rodape:after {
	content: '';
	width: 100%;
	height: 232px;
	display: block;
	background-image: url(../images/bg_rodape.png);
	background-repeat: no-repeat;
	background-position: left top;
	background-size: cover;
	position: absolute;
	bottom: -95px;
}
.standard .rodape .logotipos {
	margin-top: 10%;
}
.laranja .rodape .logotipos {
	margin-top: 6%;
}
.rodape .logotipos {
	margin-left: 5%;
	word-spacing: 10px;
	position: relative;
	z-index: 10;
}
@media all and (max-width:992px) {
	.laranja .rodape .logotipos, .rodape .logotipos {
		margin-top: 13%;
	}
}
@media all and (max-width:768px) {
	.rodape .row {
		margin: 0px;
	}
	.laranja .rodape .logotipos, .rodape .logotipos {
		margin-top: 13%;
		margin-left: 9%;
		line-height: 40px;
	}
}
@media all and (max-width:480px) {
	.rodape .logotipos {
		margin-top: 17%;
	}
}
@media all and (max-width:360px) {
	.rodape .logotipos {
		margin-top: 22%;
	}
}