/*
* ------------------------------------------------------------------------------------------------
* ------------------------------------------------------------------------------------------------
*/

body {
}

#home{
}

#home h2, #home h3 {
    color: #5c8c7c;
    font-size: 42px;
    letter-spacing: -1px;
    text-transform: uppercase;
}


#home .banner {
	float: left;
	padding-bottom: 0px;
	position: relative;
	top: 0px;
	width: 100%;
	z-index:0;
}

#home .banner ul{
	position:relative;
	width:100%;
	height: 300px;
}

#home .banner ul li{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height: 597px;
	background-position: center top;
	background-repeat: no-repeat;
	display:none;
}

#home .banner ul li img{
	display:none;
}

#home .banner ul li a{
	display: block;
	height: 597px;
	left: 0;
	position: absolute;
	top: 145px;
	width: 100%;
}

#home .banner ul li dl{
	float:right;
	width:400px;
	opacity:0.9;
	margin:60px 0 0 0;
	background-color:#333;
	padding: 10px;
}

#home .banner ul li dl dt{
	color: white;
    font-size: 40px;
    letter-spacing: -3px;
    line-height: 38px;
    padding: 0 30px 10px 30px;
    text-align: right;
    text-transform: uppercase;
}

#home .banner ul li dl dd{
	width:340px;
	font-family:Arial;
	font-size:12px;
	line-height:15px;
	color:#f7f7f7;
	text-align:right;
	float:right;
	padding:0 30px 0 30px;
}

#home .banner .pagination{
	position:absolute;
	bottom:20px;
	left:0;
	width:100%;
	z-index:50;
}

#home .banner .pagination ol{
	float:left; margin-left: 470px;
}

#home .banner .pagination ol li{
	float:left;
	width:10px;
	height:10px;
	cursor:pointer;
	margin:0 3px 0 0;
	background: url(bulletSp.png) no-repeat left top;
	-webkit-transition: all 0.2s ease; 
	-moz-transition: all 0.2s ease; 
	transition: all 0.2s ease;
}

#home .banner .pagination ol li:hover,
#home .banner .pagination ol li.on{
	background-position:-12px 0;
}

#home .banner .pagination ol li.on {
	cursor:default;
}

#home .verEmpreendimentos {
	width: 100%;
	float: left;
	position: relative;
}
#home .verEmpreendimentos .inner {
	width: 960px;
	margin: 0 auto;
}
#home .verEmpreendimentos .inner .botao {
	background: url("icoMapaB.png") no-repeat scroll 219px top #FFF;
	height: 83px;
	position: absolute;
	right: -374px;
	top: -187px;
	width: 282px;
}
#home .verEmpreendimentos .inner a {
	width: 237px;
	height: 24px;
	display: inline-block;
	color: #000000;
	font-size: 14px;
	text-transform: uppercase;
	padding: 30px 23px;
	text-decoration: none;
	line-height: 16px;
	z-index: 50;
	position: relative;
}



#home .highlight{
	width:100%;
	float:left;
	height:211px;
	background:url(http://www.cipasa.com/static/img/sections/home/bg-sub-banner.jpg) no-repeat center top;
}

#home .highlight ul{
	width:100%;
	float:left;
	position:relative;
}

#home .highlight ul li{
	position:absolute;
	top:0;
	left:0;
	height:211px;
	width:100%;
	display:none;
}

#home .highlight ul li a{
	position:absolute;
	top:0;
	left:0;
	height:211px;
	width:100%;
}

#home .highlight ul li a:hover
{
	text-decoration:none;
}

#home .highlight ul li img{
	position:absolute;
	bottom:0;
	left:190px;
}

#home .highlight ul li dl{
	position:absolute;
	right:100px;
	top:30px;
	width:290px;
}

#home .highlight ul li dl dt{
	color: #FFFFFF;
    font-size: 15px;
    letter-spacing: -1px;
    line-height: 20px;
    padding: 0 0 10px;
    text-transform: uppercase;
}

#home .highlight ul li dl dt span{
	display:block;
	color:#c2bd3c;
	letter-spacing:-2px;
	font-size:27px;
}

#home .highlight ul li dl dd{
	font-family:Arial;
	font-size:12px;
	color:#fff;
	line-height:15px;
}

#home .highlight a{
	display:block;
	width:71px;
	height:72px;
	position:absolute;
	top:65px;
	-webkit-transition: all 0.2s ease; 
	-moz-transition: all 0.2s ease; 
	transition: all 0.2s ease;
}

#home .highlight a.bt-prev{
	left:0;
	background:url(http://www.cipasa.com/static/img/sections/home/bg-bt-prev.png) no-repeat left top;
}

#home .highlight a.bt-next{
	right:0;
	background:url(http://www.cipasa.com/static/img/sections/home/bg-bt-next.png) no-repeat left top;
}

#home .highlight a:hover{
	background-position: left bottom;
}

#home .familia {
	width:100%;
	float:left;
	padding:45px 0 0 0;
}
#home .familia h2 { margin-bottom: 30px;}
#home .familia .celula {
	height: 250px;
}
#home .familia .celula .img {
    float: left;
    height: 194px;
    width: 243px;
	position: relative;
	border: 1px solid #FFF;
}
#home .familia .celula .img a {
	position: relative; height: 194px; width: 243px; display: block; border: 1px solid #FFF;;
	-webkit-transition: all 0.7s ease; 
	-moz-transition: all 0.7s ease; 
	transition: all 0.7s ease;
}
#home .familia .celula .img:hover {
	background: url(http://www.cipasa.com/static/img/sections/home/shadowFamilia.png) no-repeat bottom center; padding-bottom: 35px; width: 243px;
}
#home .familia .celula .img a:hover {
	background: #f0f5e9; border: 1px solid #e8eedd; width: 218px; height: 189px; display: inline-block;
	-webkit-transition: all 0.7s ease; 
	-moz-transition: all 0.7s ease; 
	transition: all 0.7s ease; 
}
#home .familia .celula .img a img {	
	-webkit-transition: all 0.7s ease; 
	-moz-transition: all 0.7s ease; 
	transition: all 0.7s ease; 
}
#home .familia .celula .img a:hover img {
	width: 68%;
	margin: 32px 0 0 35px;
	
	-webkit-transition: all 0.4s ease; 
	-moz-transition: all 0.4s ease; 
	transition: all 0.4s ease; 
}

#home .familia .celula .img img, #home .familia .celula .img .canv {
    margin: 46px 0 0 49px;
}
/*#home .familia .celula .img:nth-child(2) img, #home .familia .celula .img:nth-child(2) .canv {
    margin: 55px 0 0 58px;
}
#home .familia .celula .img:nth-child(3) img, #home .familia .celula .img:nth-child(3) .canv {
    margin: 39px 0 0 57px;
}
#home .familia .celula .img:nth-child(4) img, #home .familia .celula .img:nth-child(4) .canv {
    margin: 65px 0 0 49px;
}
*/
#home .familia .celula .img .label {
	background: url(http://www.cipasa.com/static/img/shared/labelSaibaMais.png) no-repeat;
	width: 103px; height: 26px; text-align: center; color: #FFF; font-size: 12px; position: absolute; right: -8px; bottom: 0px; display: none; visibility: hidden; padding-top: 4px;
}

#home .familia .celula .img a:hover .label {
	display: block; visibility: visible;
}


#home .empreendimentos {
	width:100%;
	float:left;
	padding: 20px 0 60px;
	background: #f9f9f9;
}
#home .empreendimentos h3 {
	font-size: 25px; margin-bottom: 15px;
}
#home .empreendimentos .slides_container { height: 270px; position: relative;}
#home .empreendimentos .slide .item {
	width: 220px; height: 240px; float: left; margin-left: 32px;
}
#home .empreendimentos .slide .item:nth-child(4n+1) { margin-left: 0}
#home .empreendimentos .slide .item img {
	border: 1px solid #dedede; margin-bottom: 15px;
}
#home .empreendimentos .slide .item p { 
	text-transform: uppercase; color: #383838; font-size: 13px;
}
#home .empreendimentos .slide .item p:nth-child(2) { font-family: 'Conv_Gotham-Bold';}

#home .empreendimentos .slide .item p:nth-child(4) { 
	color: #5c8c7c; margin-bottom: 15px;
}
#home .empreendimentos .slide .item p:nth-child(5) {
	color: #5a5a5a; text-transform: none;
}

#home .empreendimentos #slides .next,
#home .empreendimentos #slides .prev {
	background: url(spriteSl.png) no-repeat; width: 88px; height: 88px; position: absolute; top: 135px; text-indent: -99999px;
}
#home .empreendimentos #slides .prev {
	left: -120px; background-position: 0px 0;
}
#home .empreendimentos #slides .next {
	right: -120px; background-position: -88px 0;
}
#home .empreendimentos #slides .prev:hover {
	background-position: 0px -87px;
}
#home .empreendimentos #slides .next:hover {
	background-position: -88px -87px;
}
#home .empreendimentos #slides .pagination { width: 70px; margin: 30px auto 0;}
#home .empreendimentos #slides .pagination li a {
	background: url(bulletSp.png) no-repeat; width: 10px; height: 10px; display: block; float: left; text-indent: -99999px;
	margin-right: 5px;
}
#home .empreendimentos #slides .pagination li.current a { background-position: -12px 0}

#home .ventures{
	width:100%;
	float:left;
	padding:45px 0 0 0;
}

#home .ventures h5{
	float:left;
}

#home .ventures a.bt-see-all{
	float:right;
	width:118px;
	height:34px;
	line-height:34px;
	text-transform:uppercase;
	font-size:12px;
	color:#fff;
	text-decoration:none;
	background:#63913e url(http://www.cipasa.com/static/img/sections/home/bg-bt-ver-todos.png) no-repeat;
	text-align:center;
	font-style:italic;
	-webkit-transition: all 0.4s ease; 
	-moz-transition: all 0.4s ease; 
	transition: all 0.4s ease;
}

#home .ventures a.bt-see-all:hover{
	background-color:#2d4203;
}

#home .ventures ul{
	width:100%;
	float:left;
	padding:35px 0 0 0;
}

#home .ventures ul li{
	float:left;
	width:220px;
	margin:0 20px 0 0;
	padding:10px 0 0 10px;
	height:280px;
	-webkit-transition: all 0.2s ease; 
	-moz-transition: all 0.2s ease; 
	transition: all 0.2s ease;
}

#home .ventures ul li:last-child{
	margin:0;
}

#home .ventures ul li:hover 
{
	background-color:#D2DBCA;
	border-radius:4px;
}

#home .ventures ul li img{
	-webkit-box-shadow: 3px 3px 10px 1px rgba(0, 0, 0, .2);
	-moz-box-shadow: 3px 3px 10px 1px rgba(0, 0, 0, .2);
	box-shadow: 3px 3px 10px 1px rgba(0, 0, 0, .2);
	margin:0 0 15px 0;
}

#home .ventures ul li dl{
	width:100%;
	float:left;
	letter-spacing:-1px;
	padding:0 0 15px 0;
}

#home .ventures ul li dl dt{
	text-transform:uppercase;
	font-size:15px;
	color:#000;
	line-height: 18px;
}

#home .ventures ul li dl dd{
	font-size:11px;
	text-transform:uppercase;
	line-height: 15px;
}

#home .ventures ul li dl dd span{
	color:#579179;
}

#home .ventures ul li a{
	font-family:Arial;
	line-height:15px;
	font-size:12px;
	color:#7a7a7a;
}

#home .ventures ul li a:hover 
{
	text-decoration:none;
}
