
.conteudo {
	min-height: 70% !important;
    min-height: -webkit-calc(100vh - 122px);
    min-height: -moz-calc(100vh - 122px);
    min-height: calc(100vh - 242px) !important;
}

.footer {
	border-top: 1px solid rgba(51, 54, 56, 0.91);
	height: 118px;
	position: relative;
}

.footerLinks{
	text-align: center;
	margin-bottom: 10px;
}

.footerLinks a {
	text-decoration: none !important;
	color: #20577D !important;
	padding: 0px 10px;
	font-size: 14px;
}


.div1, .div2, .div3, .div4, .div5 {
	vertical-align: top;
	width: 24.25%;
	display: inline-block;
	text-align: center;
	position: relative;
}

.footer i {
	margin-top: 10px;
	font-size: 32px;
	color: #20577D;
	display:  block;
	position: absolute;
	top:13px;
	left: 50px;
}

.footer p {
	font-size: 14px;
	text-align: left;
	vertical-align: bottom;
	color: #20577D;

}
.footerCopyRight {
	background: #20577D;
	height: 22px;
	font-size: 12px;
	color: #fff;
	vertical-align: middle;
	text-align: center;
	position: relative;
}

.footerCopyRight span {
	position: absolute;
	right: 20px;
	top:6px;
}

.footerCopyRight img{
	position: absolute;
	right: calc(50% - 37px);
	top: 1px;
}

.divLeft {
	width:25%;
	display: inline-block;
}

.divRight{
	width: 73%;
	display: inline-block;
	text-align: left;
	text-align: center;
}

.divRight:before {
  content: '';
  display: inline-block;
  height: 70px;
  vertical-align: middle;
  margin-right: -0.25em; /* Adjusts for spacing */
}


.divRight p {
	display: inline-block;
  	vertical-align: middle;
  	width: 200px;
}

.footer .info {
	margin-top: 10px;
	width: 32px;
	display:  block;
	position: absolute;
	top:13px;
	left: 50px;
}

.footer a:visited {
	color: #20577D;
}

@media all and (max-width : 850px) {

	.div1, .div2, .div3, .div4, .div5 {
		width: 49.5%;
		margin-bottom:10px;
	}

}

@media all and (max-width : 500px) {

	.div1, .div2, .div3, .div4, .div5 {
		width: 100%;
		margin-bottom:10px;
	}

}