/*===============================
	MUNDO RESIDENCIAL // INFO
===============================*/
	.topo_mundo_residencial#titulo_internas{
		border-color:rgba(222,222,222,0.3);
	}
	.topo_mundo_residencial #titulo_internas h2{
		color:#fff;
		display:inline-block;
		background:url(../images/home/icone-categoria-residencial.png) no-repeat left center;
		background-size:115px auto;
		padding-left:135px;
	}
	.topo_mundo_residencial #menu_internas a{
		color:#fff;
	}
	.topo_mundo_residencial #menu_internas a.active{
		border-bottom: 10px solid #e98524;
		color: #e98524;
	}
	
	#conteudo_mundo_residencial{
		margin-bottom:100px;
		position:relative;
	}
	#conteudo_mundo_residencial .sombra_content{
		background: #F7F6F2 url(../images/geral/sombra-content-end.png) no-repeat scroll center top;
		bottom: -29px;
		left: 0px;
	}
	
	#conteudo_mundo_residencial #sobre #slider .owl-pagination div span{
		background:#e98926;
		border:3px solid #e98926;
	}
	#conteudo_mundo_residencial #sobre #slider .owl-pagination div.active span{
		background:#fff;
	}
	
	#conteudo_mundo_residencial #sobre #legenda{
		background:#ea8626;
	}
	
	#conteudo_mundo_residencial #sobre #boxes > div{
		background:#977041;	
	}
	#conteudo_mundo_residencial #sobre #boxes > div.centro{
		background:#855e31;
	}
	
	#conteudo_mundo_residencial #sobre #texto p{
		color:#ae885e;
	}

/*===============================
	MUNDO RESIDENCIAL // GALERIA
===============================*/	
	#conteudo_mundo_residencial #galeria #sync1{
		background:#855E31;
	}
	#conteudo_mundo_residencial #galeria #sync2 .owl-buttons div{
		background-color:#f2901c;
	}
	#conteudo_mundo_residencial #galeria #sync2 .owl-buttons div:hover{
		background-color:#e57c00;
	}
	
	#conteudo_mundo_residencial	#galeria{
		margin-bottom:0;
	}
	#conteudo_mundo_residencial #galeria #sync2 .item .icone{	
		background-color:rgba(242,144,28,0.7);
	}
	#conteudo_mundo_residencial #galeria #sync2 .synced .item .marcador{
		background:url(../images/mundo-residencial/marcador-galeria.png) no-repeat center top;
	}

/*===============================
	RESPONSIVE
===============================*/
@media all and (min-width: 1200px){	 
	#conteudo_mundo_residencial #sobre #slider .owl-pagination div:hover span{
		background:#fff;
	}
	.topo_mundo_residencial #menu_internas a:hover{
		border-bottom: 10px solid #e98524;
		color: #e98524;
	}
}

@media all and (min-width: 768px) and (max-width: 991px){
	.topo_mundo_residencial #titulo_internas h2{
		font-size:70px;
	}
}

@media all and (max-width: 767px){	
	#conteudo_mundo_residencial{
		margin-bottom:40px;
	}
	/*===============================
		STREET SMALL // INFO
	===============================*/
		.topo_mundo_residencial #menu_internas a.active{
			border:none;
			background:#E98524;
			color:#fff;
		}
		.topo_mundo_residencial #titulo_internas h2{
			margin: 30px 0 0;
			padding-left:0;
			padding-top: 100px;
			width: 100%;
			background-position:center top;
		}
		
		#conteudo_mundo_residencial #galeria #sync2 .synced .item .marcador{
			background-color:#e98524;
		}
}