/*===============================
	MUNDO RESIDENCIAL // INFO
===============================*/
	.topo_business_center#titulo_internas{
		border-color:rgba(222,222,222,0.3);
	}
	.topo_business_center #titulo_internas h2{
		color:#fff;
		display:inline-block;
		background:url(../images/home/icone-categoria-business.png) no-repeat left 38px;
		background-size:90px auto;
		padding-left:115px;
	}
	.topo_business_center #menu_internas a{
		color:#fff;
	}
	.topo_business_center #menu_internas a.active{
		border-bottom: 10px solid #8aa8ed;
		color: #8aa8ed;
	}
	
	#conteudo_business_center{
		margin-bottom:100px;
		position:relative;
	}
	#conteudo_business_center .sombra_content{
		background: #F7F6F2 url(../images/geral/sombra-content-end.png) no-repeat scroll center top;
		bottom: -29px;
		left: 0px;
	}
	
	#conteudo_business_center #sobre #slider .owl-pagination div span{
		background:#28478b;
		border:3px solid #28478b;
	}
	#conteudo_business_center #sobre #slider .owl-pagination div.active span{
		background:#fff;
	}
	
	#conteudo_business_center #sobre #legenda{
		background:#8aa8ed;
	}
	
	#conteudo_business_center #sobre #boxes > div{
		background:#4361a5;	
	}
	#conteudo_business_center #sobre #boxes > div.centro{
		background:#28478b;
	}
	
	#conteudo_business_center #sobre #texto p{
		color:#0f2b67;
	}

/*===============================
	RESPONSIVE
===============================*/
@media all and (min-width: 1200px){	 
	#conteudo_business_center #sobre #slider .owl-pagination div:hover span{
		background:#fff;
	}
	.topo_business_center #menu_internas a:hover{
		border-bottom: 10px solid #8aa8ed;
		color: #8aa8ed;
	}
}

@media all and (min-width: 768px) and (max-width: 991px){
	.topo_business_center #titulo_internas h2{
		font-size:70px;
	}
}

@media all and (max-width: 767px){	
	#conteudo_business_center{
		margin-bottom:40px;
	}
	/*===============================
		STREET SMALL // INFO
	===============================*/
		.topo_business_center #menu_internas a.active{
			border:none;
			background:#8AA8ED;
			color:#fff;
		}
		.topo_business_center #titulo_internas h2{
			margin: 30px 0 0;
			padding-left:0;
			padding-top: 100px;
			width: 100%;
			background-position:center top;
		}
}