@charset "UTF-8";
/****************************************************  
	CSS CNF
****************************************************/

/*** CAPA ***/
.projeto-capa {
	background: url(/assets/img/site/projetos/projeto-cnf-capa-site.jpg) #d5e1e5 no-repeat center bottom;
}

/*** PROJETO - DESTAQUE ***/

.projeto-destaque {
	background: #197cb5;
}

.cnf .projeto-capa .infos01 {
	width: 28%;
	margin:113px 0 20px 0;
	
}

.cnf .infos01 .loja { 
	display:block; 
	text-align:right;  
	color:#4a5d67; 
	font-size:50px; 
	font-weight:700; 
	letter-spacing:-1px; 
	margin:35px 0 8px;
}

.cnf .projeto-capa .infos h2 { 
	text-align:right;
	color:#197cb5; 
	font-size:1.4em!important; 
} 

.cnf .projeto-capa .infos h2 span { 
	color:#4a5d67;  
}

.cnf .projeto-capa .infos p { 
	background:#ccd8dd; 
	color:#1a2b35; 
	font-size: 15px;
	padding: 15px;
	line-height: 17px;
}

.cnf .vendas { 
	position:absolute; 
	left:0; 
	width:100%; 
	height:132px; 
	background:#0e3d7a;  
}
.cnf .vendas p { 
	float:left; 
	margin:0 auto; 
	width:100%; 
	color:#FFF; 
	font-size:36px; 
	text-align:center; 
	font-weight:700; 
}
.cnf .vendas p strong { 
	background:#197cb5; 
}

.cnf .vendas p b:before {
	content: '';
	width: 50px;
	height: 60px;
	background: url(../../img/site/projetos/icon-cnf.jpg) no-repeat scroll 0 0;
	position: absolute;
	margin-left: -55px;	
	margin-top:-4px;
}

.cnf .projeto-descricao .infos h3 strong {
	border-bottom: 4px solid #f07b17;
}

.cnf .projeto-descricao .infos h3 strong:after {
	background: url(/assets/img/site/projetos/setas-detalhes03.png) no-repeat center 0px;
}


.cnf .projeto-descricao .infos { 
	width: 61%;
}

.cnf .projeto-descricao {
	background: #1b3246;
	
}

.cnf .projeto-descricao .infos h3 { 
	margin-bottom:30px;
}

.cnf .projeto-destaque h3 strong {
	border-bottom: 4px solid #f07b17;
}

.cnf .projeto-destaque h3 strong:after {
	background: url(/assets/img/site/projetos/setas-detalhes03.png) no-repeat top center;	
	
}

.cnf .projeto-descricao .img-destaque-descricao { 
	width: 33%;
	margin-top:45px;
}

.cnf .projeto-descricao .infos h4 {
	right:0;
	color:#f07b17;
	margin:15px 0;	
	font-size: 1.9em;
}
.cnf .projeto-descricao .infos h4 span {
	color:#4a5d67;
	font-weight:700;

}


