#header .header-body {
	background: url(../images/bg-header.jpg);
	background-position: center top;
    background-size: cover;
}
#header .header-top.header-top-default {
	background: rgba(235, 235, 235, 0.8);
	color: #333;
}
#footer {
	background: url(../images/bg-footer.jpg);
	background-position: center;
    background-size: cover;
}
.barra-logo-footer img {
	margin-top: -55px;
	border-radius: 50%;
}
.sustentabilidade .col-lg-3:nth-child(even) { padding-top: 120px; }

@media (min-width: 1024px) {
}

@media (max-width: 1023px) {
}

@media (max-width: 768px) {
	.sustentabilidade .col-lg-3:nth-child(even) {padding-top: 0px;}
	.sustentabilidade .col-lg-3:nth-child(2) {padding-top: 20px;}
}