
#dv_parceirosnegocios {
	margin-top: 30px;
}
#dv_parceirosnegocios .title {
	font-size: 20px;
	text-align: center;
	margin-bottom: 15px;
}

#dv_parceirosnegocios .custom_heading .title {
	/* background: #E2741B; */
	background: #281670;
	line-height: 1;
	padding: 15px;
	margin: 0 !important;
	color: #FFF;
	font-size: 18px;
}
#dv_parceirosnegocios .custom_heading .title::before {
	background: rgba(40, 22, 112, 0.87);
	content: "";
	height: 100%;
	left: -500%;
	position: absolute;
	top: 0;
	width: 500%;
	z-index: 3;
}/* 
#dv_parceirosnegocios .custom_heading .title::after {
	background: #F7F7F7;
	content: "";
	height: 10px;
	right: -500%;
	position: absolute;
	top: 20px;
	width: 500%;
	z-index: 3;
} */
#dv_parceirosnegocios .logo {
	text-align: center;
	/*background: ;*/
	margin-bottom: 20px;
  height: 160px;
  white-space: nowrap;
  text-align: center; margin: 1em 0;
  border: 1px solid #c0c0c0;
}
.helper {
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}


#dv_parceirosnegocios .logo img {
    max-width: 240px;
    max-height: 160px;
    vertical-align: middle;
}
#dv_parceirosnegocios .logo img.img-responsive {
	display: inline;
}
#dv_parceirosnegocios .title .destaque {
	color: #E2741B;
}
@media only screen and (max-width: 767px) {
  #dv_parceirosnegocios .logo img.img-responsive {
    width: 100%;
  }
}