@charset "utf-8";
/* CSS Document */

/* Definições Gerais ==================================*/
body {
	margin:0;	
	padding:0;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	overflow-x:hidden;
}

ul {
	list-style:none;
}

img {
	border:none;	
}

a {
	text-decoration:none;	
}

/* Classes Fixas ======================================*/

.clear {
	clear:both;		
}

.limit {
	width:960px;
	margin:auto;	
}

.left {
	float:left;	
}

.right {
	float:right;	
}

.bold {
	font-weight:bold;	
}

/* Header ==========================================*/

#header {
	background:#f15e22;
	height:110px;
	border-bottom:#FFF 1px solid;
}

#header #logo {
	float:left;
	margin-top:20px;
	height:90px;
	width:300px;
	text-align:center;
}

#header #menu {
	float:right;
	margin:40px 20px 0 0;
}

#header #menu ul {
	margin:0;
	padding:0;
	float:right;
}

#header #menu ul li {
	float:left;
	margin-left:20px;
}

#header #menu ul li a {
	display:block;
	text-transform:uppercase;
	color:#fff;
	height:24px;
	*padding-bottom:2px;
	font-size:20px;
}

#header #menu ul li a:hover,
#header #menu ul li a.menuActive {
	background:url(../img/bg-menu.png) center bottom no-repeat;
	color:#fff;
	height:30px;
	color:#eacfc3;
}

/*
#header #menu ul li a.home { width:46px; background-position:-24px 0px; }
#header #menu ul li a.home:hover, #header #menu ul li a.homeActive { background-position:-24px -26px; }

#header #menu ul li a.empresa { width:76px; background-position:-94px 0; }
#header #menu ul li a.empresa:hover, #header #menu ul li a.empresaActive { background-position:-94px -26px; }

#header #menu ul li a.obras { width:53px; background-position:-193px 0; }
#header #menu ul li a.obras:hover, #header #menu ul li a.obrasActive { background-position:-193px -26px; }

#header #menu ul li a.parceiros { width:92px; background-position:-270px 0; }
#header #menu ul li a.parceiros:hover, #header #menu ul li a.parceirosActive { background-position:-270px -26px; }

#header #menu ul li a.sac { width:30px; background-position:-385px 0; }
#header #menu ul li a.sac:hover, #header #menu ul li a.sacActive { background-position:-385px -26px; }
*/


#busca {
	font-size:11px;
	padding-top:7px;
	height:29px;
	background:url(../img/bg-busca.png) left top repeat-x;
}

#busca form label {
	color:#919191;
	text-transform:uppercase;
	float:left;
	padding-top:3px;
}

#busca form select {
	color:#aaa;
	font-size:12px;	
	border:none;
	margin-left:10px;
	float:left;	
}

#busca form button {
	border:none;
	background:none;
	margin-top:-1px;
	float:left;	
	cursor:pointer;
}

/* Footer ==========================================*/

#footer {
	padding:25px 0;
}

#footer a.sac {
	float:left;	
	margin-right:20px;
}

#footer p {
	font-size:12px;
	font-style:italic;
	margin:3px 0 0 0; 
}

#footer p.contato {
	color:#646464;	
}

#footer p.end {
	color:#969696;	
}

#footer .barra {
	float:right;
	margin-top:20px;
}

/* Home ==========================================*/

#banner {
	width:960px;	
	height:365px;
	position:relative;
	margin:0 auto;
}

#banner #imgs {
	height:340px;
}

#banner #banner-nav {
	height:23px;
	border-top:#fff 0px solid;
	background:#e05720;
	text-align:center;
}

#banner #banner-nav a {
	background:url(../img/banner-nav.png);
	display:inline-block;
	height:13px;
	width:13px;
	margin:5px 2px 0px 2px;
}

#banner #banner-nav a.activeSlide {
	background:url(../img/banner-nav-active.png);
}

.bottom-banner {
	width:960px;
	margin:0 auto;
	height:93px;
	background:url(../img/bottom-banner.png) center top repeat-x;
}

.wrHome {
	background:url(../img/bg-portfolio.png) center top no-repeat;
	margin-top:-60px;
	padding-top:30px;
}


/* 404 ==========================================*/

.nencontrada {
	padding:65px 0 200px 0;
	background:url(../img/bg-404.png) right 65px no-repeat;
}

.nencontrada .title {
	color:#ee6128;
	font-size:27px;
	font-weight:bold;
	font-style:italic;
	text-transform:uppercase;
	background:url(../img/h2.png) left bottom no-repeat;
}

.nencontrada h3 {
	color:#323232;
}

.nencontrada h4 {
	color:#646464;
}

.nencontrada h4 a {
	color:#ee5d22;
}

/* Empresa ==========================================*/

.aempresa h2 {
	text-transform:uppercase;
	font-style:italic;
	color:#ee6128;
	margin:0;
	background:url(../img/h2.png) left bottom no-repeat;
	padding:0 120px 5px 0;
	margin:30px 0 15px 0;
	font-size:20px;
}

.aempresa .texto {
	color:#646464;
	text-align:justify;
	font-size:13px;	
}

.aempresa .divisor {
	background:url(../img/h2.png) left no-repeat;
	height:2px;
}

.aempresa .fotos {
	float:right;
	margin:0 0 20px 20px;
	width:450px;
	height:340px;
	text-align:right;
}	

.aempresa .fotos img { 
	margin:0 7px 15px 7px;
}

.aempresa .videos {
	margin-top:20px;
}	

.aempresa .videos img { 
	margin:0 7px 15px 7px;
}

#linha {
	color:#646464;
	text-align:justify;
	font-size:13px;	
}


#linha h2 {
	text-transform:none;
	font-style:italic;
	color:#ee6128;
	margin:0;
	background:none;
	margin:40px 0 25px 0;
	background:url(../img/h2.png) left bottom no-repeat;
}

#timeline {
	margin:0 0 30px 0;
	background:url(../img/bg-timeline.png) left 165px no-repeat;
	height:440px;
	width:100%;
	overflow: auto;
	padding-top:175px;
	outline:none;
}

#timeline ul#time {
	margin:0 0 0 75px;
	padding:0;
}

#timeline ul#time li {
	/*width:350px;*/
	float:left;
	margin-right:100px;
}

#timeline .date {
	background:url(../img/bg-date.png) center bottom no-repeat;
	font-size:24px;
	font-weight:bold;
	font-style:italic;
	color:#525252;
	padding-top:17px;
	margin-top:42px;
	text-align:center;
}

.legenda {
	margin:0px 0 40px 0;
}

.legenda span {
	margin:0 100px 0 10px;	
	padding-bottom:20px;
	font-size:13px;
	color:#646464;
	font-weight:bold;
}

.img-tl {
	float:left;
	position:relative;
	cursor:pointer;
}

.obra { 
	display:none;
	position:absolute;
	left:25px;
	z-index:999;
	text-align:left;
	background:url(../img/bg-tip.png) 5px 12px no-repeat;
	padding:5px 5px 5px 20px;
	width:400px;
}

.obra h4 {
	text-transform:uppercase;
	font-style:italic;
	color:#ee6128;	
	margin-bottom:10px;
}

.obra ul, .obra h4 { 
	margin:0;
	padding:0;
}

.obra ul li {
	margin-bottom:5px;
}

.obra a.name {
	display:block;
	font-size:12px;	
	color:#646464;	
}

.obra a.name:hover {
	text-decoration:underline;
}

.obra span.city {
	font-size:11px;
	color:#969696;
}

/* Parceiros ==========================================*/

.group {
	margin:30px 0 30px 0;	
}

.group h2 {
	text-transform:uppercase;
	font-style:italic;
	color:#ee6128;
	margin:0;
	background:url(../img/h2.png) left bottom no-repeat;
	padding:0 120px 5px 0;
	margin-bottom:20px;
	font-size:20px;

}

.thumb-parceiro {
	width:165px;
	height:165px;	
	text-align:center;
	border:#f0f0f0 1px solid;
	float:left;
	margin:0 12px 28px 13px;
	font-size:16px;
	font-weight:bold;
	color:#ee6128;
	text-decoration:none;
}

.thumb-parceiro div {
	display:table-cell;
	width:165px;
	height:165px;	
	text-align:center;
}

.thumb-parceiro div * {
	vertical-align:middle;
	text-align:center;
}

.thumb-parceiro span{
	display: inline-block;
	height: 100%;
}

.thumb-parceiro img {
	width:165px;
}

/* Sac ==========================================*/

.sac h2 {
	text-transform:uppercase;
	font-style:italic;
	color:#ee6128;
	margin:0;
	background:url(../img/h2.png) left bottom no-repeat;
	padding:0 120px 5px 0;
	margin:30px 0 15px 0;
	font-size:20px;
}

.sac h4 {
	color:#646464;
	font-style:italic;
	margin:0;
	font-size:14px;	
	font-weight:normal;
}

.sac #form {
	width:600px;	
	float:left;
	margin:20px 0 45px 0;
}

.sac #form label {
	display:block;
	color:#646464;
	text-transform:uppercase;
	font-style:italic;
	margin-top:20px;
	font-size:14px;
}

.sac #form label.error {
	display:block;
	color:#f00;
	text-transform:none;
	font-style:italic;
	font-size:12px;
	margin:0;
}

.sac #form input,
.sac #form select,
.sac #form textarea {
	width:585px;
	height:35px;
	padding-top/*\**/: 8px\9;
	height/*\**/: 27px\9;
	padding-left:5px;	
	background:#f5f5f5;
	border:none;
	outline:none;
	color:#aaa;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:14px;
}

.sac #form textarea {
	height:140px;
	resize:none;
	padding:8px;
}

.div-input-file { 
	background-image:url(../img/upload.png);
	background-position:right 2px;
	background-repeat:no-repeat; 
	margin:0px; 
	padding:0px;
}

.div-input-file:hover { 
	cursor:pointer; 
	background-image:url(../img/upload-hover.png);
}

.div-input-file .file-original { 
	opacity:0.0; 
	-moz-opacity:0.0; 
	filter:alpha(opacity=00);
	font-size:14px;
	width:200px; 
}

.div-input-file label.error { 
	display:block; 
}

.div-input-falso { 
	margin-top:-34px;
	margin-top/*\**/:-28px\9;
}

.div-input-falso .file-falso { 
	font-size:14px; 
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif; 
}

.sac #form button {
	border:none;
	background:none;	
	float:right;
	cursor:pointer;
}

.sac #endereco {
	width:315px;
	float:right;
	margin-top:40px;
}

.sac #endereco span {
	display:block;	
	font-size:13px;
	font-style:italic;
	line-height:22px;
}

.sac #endereco span.name {
	text-transform:uppercase;
	color:#646464;
}

.sac #endereco span.end {
	color:#9c9c9c;
}

.sac #endereco span.cont {
	color:#646464;
}


/* Fixed Bar ================================================*/
#fixed { 
	top:0; 
	left:0;
	position:fixed; 
	width:100%; 
	z-index:999999; 
	display:none;
	background:url(../img/bg-fixed.png) left top repeat-x; 
}

#fixed #fixed-top { 
	height:3px; 
	background:#f15e22;
}

#fixed #fixed-show { 
	height:10px; 
	width:20px; 
	position:absolute; 
	background:url(../img/fixedbar-show.png); 
	top:3px; 
	display:none; 
	cursor:pointer; 
}

#fixed #fixed-content #fixed-hide { 
	float:left;
	margin-top:5px; 
	width:20px; 
	height:40px; 
	background:url(../img/fixedbar-hide.png); 
	cursor:pointer; 
} 

#fixed #fixed-content { 
	height:72px;
}


#fixed #fixed-content #fixed-logo { 
	float:left; 
	width:150px; 
	height:60px; 
	margin:7px 5px 0 5px; 
}   	

#fixed #fixed-content #fixed-menu { 
	float:right;
	margin:18px 0 0 0;
}

#fixed #fixed-content #fixed-menu ul {
	list-style:none;
	margin:0;
	padding:0;
}

#fixed #fixed-content #fixed-menu li {
	float:left;
	border:none;
}

#fixed #fixed-content #fixed-menu li a {
	display:block;
	font-size:11px;
	color:#fff;
	text-transform:uppercase;
	padding:0 10px;
	border-right:#ba5025 1px solid;
}

#fixed #fixed-content #fixed-menu li a:hover {
	text-decoration:underline;
}

/* Empreendimento ==========================================*/

.empreendimento h2 {
	text-transform:uppercase;
	font-style:italic;
	color:#ee6128;
	margin:0;
	background:url(../img/h2.png) left bottom no-repeat;
	padding:0 120px 5px 0;
	margin:30px 0 15px 0;
	font-size:20px;
}

.empreendimento h4 {
	color:#646464;
	font-style:italic;
	margin:0;
	font-size:14px;	
	font-weight:normal;
}

.empreendimento .search {
	float:right;
}

.empreendimento .search input{
	background:url(../img/bg-busca-input.png) left top no-repeat;
	border:#eee 1px solid;
	height:24px;
	padding-left:65px;
	outline:none;
	color:#777;
	float:left;
	width:200px;
}

.empreendimento .search button{
	background:none;
	border:none;
	margin-top:-1px;
	cursor:pointer;
}

.abas {
	margin:50px 0 0 0;
	border-bottom:#eee 1px solid;	
	padding-bottom:5px;
	*height:30px;
	text-align:center;
}

.abas li {
	display:inline-block;
	*float:left;
	margin-left:3px;
	text-align:center;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;		
	border:#eee 1px solid;
	border-bottom:none;
	position:relative;
}

.abas li.abaActive {
	background:#ef5d22;
}

.abas li a {
	display:block;
	font-size:13px;
	color:#aaa;
	text-transform:uppercase;
	font-style:italic;	
	padding:5px 10px;
}

.abas li.abaActive a {
	color:#fff;
}

.aba { 
	padding:25px 0 30px 0;
}


#lista-empreendimentos {
	padding:25px 0 50px 0;
}

.thumb-emp {
	height:350px;
	width:220px;
	float:left;
	margin:0 9px 20px 8px;
}

.thumb-emp .foto {
	border:#ebebeb 1px solid;
	display:table-cell;
	width:218px;
	height:250px;	
	text-align:center;
}

.thumb-emp .foto * {
	vertical-align:middle;
	text-align:center;
}

.thumb-emp .foto span {
	display: inline-block;
	height: 100%;
}

.thumb-emp .detail {
	background:url(../img/bg-thumb.png) center top no-repeat;
	text-align:center;
	padding-top:10px;	
	font-size:12px;
	font-style:italic;
	color:#646464;
	margin-top:3px;
}

.thumb-emp .detail span {
	display:block;	
	color:#ed5c22;
	margin-top:6px;
}

/* Detalhe ==========================================*/

#detalhe-empreendimento {
	padding:25px 0 50px 0;
}

#detalhe-empreendimento #foto {
	float:left;
	margin-right:30px;
}

#detalhe-empreendimento #texto {
	float:left;
}

#detalhe-empreendimento #texto span {
	display:block;
}

#detalhe-empreendimento #texto span.name {
	color:#ee6128;
	font-size:20px;
	padding-bottom:5px;
	border-bottom:#eee 1px solid;
	margin-bottom:15px;
}

#detalhe-empreendimento #texto span.text {
	font-size:13px;
	color:#969696;
}

#detalhe-empreendimento #texto span.text em {
	font-style:normal;
	color:#646464;
}

#detalhe-empreendimento #texto span.desc {
	font-size:14px;
	font-style:italic;
	color:#ee6128;
	text-transform:uppercase;
	padding-bottom:5px;
	border-bottom:#eee 1px solid;
	margin:35px 0 10px 0;
}

#detalhe-empreendimento #texto p {
	margin:10px 0;
	text-align:justify;
	font-size:13px;
	color:#646464;
	line-height:20px;
}

#detalhe-empreendimento #texto #fotos img,
#detalhe-empreendimento #texto #videos img {
	margin:0 10px 10px 0;
}

#outros span.title {
	display:block;
	border-bottom:#eee 1px solid;
	padding-bottom:5px;
	color:#ee6128;
	font-size:20px;	
	text-transform:uppercase;
}



/* Busca ==========================================*/

.lista-resultados {
	padding:25px 0 50px 0;
	width:470px;
}

.lista-resultados span {
	display:block;
}

.lista-resultados span.name a {
	color:#ee6128;
	font-size:13px;
}

.lista-resultados span.name a:hover {
	text-decoration:underline;
}

.lista-resultados span.category {
	color:#999;
	font-size:12px;
}

.lista-resultados span.city {
	color:#646464;
	font-size:13px;
	margin-bottom:20px;
}