/*===============================
	MUNDO EMPRESARIAL // INFO
===============================*/
	.topo_mundo_empresarial#titulo_internas{
		border-color:rgba(222,222,222,0.3);
	}
	.topo_mundo_empresarial #titulo_internas h2{
		color:#fff;
		display:inline-block;
		background:url(../images/home/icone-categoria-empresarial.png) no-repeat left center;
		background-size:90px auto;
		padding-left:118px;
	}
	.topo_mundo_empresarial #menu_internas a{
		color:#fff;
	}
	.topo_mundo_empresarial #menu_internas a.active{
		border-bottom: 10px solid #849dcf;
		color: #849dcf;
	}
	
	#conteudo_mundo_empresarial{
		margin-bottom:100px;
		position:relative;
	}
	#conteudo_mundo_empresarial .sombra_content{
		background: #F7F6F2 url(../images/geral/sombra-content-end.png) no-repeat center top;
		bottom: -29px;
		left: 0px;
	}
	
	#conteudo_mundo_empresarial #sobre #slider .owl-pagination div span{
		background:#1e2c72;
		border:3px solid #1e2c72;
	}
	#conteudo_mundo_empresarial #sobre #slider .owl-pagination div.active span{
		background:#fff;
	}
	
	#conteudo_mundo_empresarial #sobre #legenda{
		background:#5b72a2;
	}
	
	#conteudo_mundo_empresarial #sobre #boxes > div{
		background:#1b2a6f;	
	}
	#conteudo_mundo_empresarial #sobre #boxes > div.centro{
		background:#152059;
	}
	
	#conteudo_mundo_empresarial #sobre #texto p{
		color:#1b246d;
	}

/*===================================
	MUNDO EMPRESARIAL // EMPRESAS
===================================*/	
	#conteudo_mundo_empresarial #filtro .list{
		width:570px;
	}
	#conteudo_mundo_empresarial #filtro .list li:hover{
		background:#0d3178;
	}
	
	#conteudo_mundo_empresarial #ver_mais_post{
		border-radius:0;
	}
	
	#empresas{
		width:100%;
		display:none;
	}
	#empresas #topo{
		float:left;
		margin-bottom:40px;
		width:100%;
	}
	#empresas #topo > span{
		color:#0d3178;
		display:block;
		font-size:40px;
		font-weight:300;
		line-height:30px;
		float:left;
	}
	#empresas #topo small{
		color:#0d3178;
		display:block;
		font-size:22px;
		font-weight:300;
		line-height:30px;
		float:right;
	}
	
	#empresas .item_lojas{
		width:195px;
		height:195px;	
		display:block;
		float:left;
	}
	
	#empresas .item_lojas .marca{
		background-color:#fff;
		background-position:center;
		background-repeat:no-repeat;
		height:195px;
		width:195px;
		float:left;
		position:relative;
		-webkit-transition: all 0.3s ease-in-out;
		-moz-transition: all 0.3s ease-in-out;
		-ms-transition: all 0.3s ease-in-out;
		-o-transition: all 0.3s ease-in-out;
		transition: all 0.3s ease-in-out;
		background-size: cover;
	}
	#empresas .item_lojas.invertido .marca{
		background-color:#f7f6f2;
		-webkit-box-shadow:0px 0px 1px 0px #E3E2DE inset;
		box-shadow:0px 0px 1px 0px #E3E2DE inset;
	}	
	
	.nome_empresa{
		display:table;
		text-align:left;
		padding:0 10px 0 30px;
	}
	.nome_empresa span{
		font-size:16px;
		color:#31344b;
		display:table-cell;
		vertical-align:middle;
	}
	
@media all and (min-width: 1200px){
	.topo_mundo_empresarial #menu_internas a:hover{
		border-bottom: 10px solid #849dcf;
		color: #849dcf;
	}
	#conteudo_mundo_empresarial #sobre #slider .owl-pagination div:hover span{
		background:#fff;
	}
	#empresas .item_lojas:hover .marca{
		-webkit-box-shadow:inset 0 0 15px 5px #e3e2de;
		box-shadow:inset 0 0 15px 5px #e3e2de;
	}
}	
	
@media all and (min-width: 992px) and (max-width: 1199px){
	/*===================================
		MUNDO EMPRESARIAL // EMPRESAS
	===================================*/
		#conteudo_mundo_empresarial #filtro .list{
			width: 455px;	
		}
		#empresas .item_lojas{
			width:25%;
			height:235px;
		}
		#empresas .item_lojas .marca{
			height:100%;
			width:100%;
		}
}

@media all and (min-width: 768px) and (max-width: 991px){
	#conteudo_mundo_empresarial #filtro .list{
		width:720px;	
	}
	.topo_mundo_empresarial #titulo_internas h2{
		font-size:70px;
	}
	/*===================================
		MUNDO EMPRESARIAL // EMPRESAS
	===================================*/
		#empresas .item_lojas,
		#empresas .item_lojas .marca{
			width:180px;
			height:180px; 
		}
}

@media all and (max-width: 767px){
	#conteudo_mundo_empresarial{
		margin-bottom:50px;
	}
	#conteudo_mundo_empresarial #filtro .list{
		width:auto;
	}
	#empresas #topo > span{
		font-size:32px;
	}
	/*=================
		TOPO
	==================*/
		.topo_mundo_empresarial #menu_internas a.active{
			border:none;
			background:#849dcf;
			color:#fff;
		}
		.topo_mundo_empresarial #titulo_internas h2{
			margin: 30px 0 0;
			padding-left:0;
			padding-top: 100px;
			width: 100%;
			background-position:center top;
		}
	/*=================
		EMPRESAS
	==================*/	
		#empresas .item_lojas{
			width:50%;
		}
		#empresas .item_lojas .marca{
			width:100%;
			height:100%;
		}
	
}