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

/* Generic */

body#home #menu ul #navHome .nav,
body#empresa #menu ul #navEmpresa .nav,
body#obras #menu ul #navObras .nav,
body#imoveis #menu ul #navImoveis .nav,
body#contato #menu ul #navContato .nav{
background:#f1592a;
color: #ffffff;
}

#container {
	width: 100%;
	min-height: 800px;
	margin: 0px auto;
	padding: 0px;
}

.content {
	width: 940px;
	margin: 0px auto;
}

@-moz-keyframes spin {
    from { -moz-transform: rotate(0deg); }
    to { -moz-transform: rotate(180deg); }
}
@-webkit-keyframes spin {
    from { -webkit-transform: rotate(0deg); }
    to { -webkit-transform: rotate(180deg); }
}
@keyframes spin {
    from {transform:rotate(0deg);}
    to {transform:rotate(180deg);}
}


.ul-infos {
	list-style: none;
}
#item {
	width: 215px;
	min-height: 263px;
	float: left;
	background: #e3e3e3;
	border: 2px solid #e3e3e3;
	margin: 20px 10px 0px 0px;
	overflow: hidden;
	height: 285px;
}

#item .frame {
	width: 100%;
	min-height: 178px;
	display: block;
	background: #fff;
}

#item img {
	display: block;
}

.portrait img {
	width: 100%;
}

.landscape img {
	height: 100%;
}

#item:hover {
	box-shadow: 0px 6px 3px #bababa;
	-webkit-box-shadow: 0px 4px 3px #bababa;
}

#item:hover .detalhe{
	position: absolute;
	width: 215px;
	height: 178px;
	display: block;
	z-index: 99;
	background: url('../img/zoom.png');
	background-size: cover;
}

#item h2 {
	color: #f1592a;
	font-size: 18px;
	font-weight: 500;
	text-align: left;
	padding: 5px 10px 5px 10px;
}

#item p {
	color: #525252;
	font-size: 14px;
	font-weight: 300;
	padding: 5px 10px 20px 10px;
	text-align: justify;
}

#container .noresults p{
	color: #f1592a;
	padding: 40px 0px 20px 0px;
	font-size: 16px;
	text-align: center;
	display: inline-block;
}

#container .noresults span {
	color: #707070;
	font-size: 13px;
}

#container .noresults a:link, .noresults a:visited {
	color: #f1592a;
}

#container .noresults a:active, .noresults a:hover {
	color: #f1592a;
	text-decoration: underline;
}

#label {
	margin: 0px;
	vertical-align: middle;
	display: inline-block;
	font-size: 18px;
	font-family: 'Roboto';
	font-weight: 300;
	padding: 3px 6px 6px 6px; 
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	background: #f1592a;
	color: #fff;
}

/* Generic */


/* Top Bar */

#admin{
	width:100%;
	height:30px;
	background:#e3e3e3;
	border-bottom:4px solid #f1592a;
}

#admin .content {
	width: 940px;
	margin: 0px auto;	
}

#admin .content img{
	float:right;	
	margin-top:7px;
}

#admin .content h1{
	float:right;	
	font-family: 'Montserrat';
	margin:10px 7px 0px 0px; 
	color:#4d4d4d;	
	font-size:12px;
	cursor:pointer;
	opacity: 0.5;
}

#admin .content h1 a:link, #admin .content h1 a:visited {
	color: #4d4d4d;
	text-decoration: none;
}

#admin .content h1 a:active, #admin .content h1 a:hover {
	color: #4d4d4d;
	text-decoration: none;
}

#admin .content h1:hover {
	opacity: 1;
}

/* Top Bar */

/* Menu */
#logo {
	margin-top: 15px;
}

header #menu {
	width: 600px;
	height:104px;
	margin: 0px auto;
	display: block;
	float: right;
}

header #menu ul {
	text-align: right;
}

header #menu ul li {
	list-style: none;
	display: inline;
	text-align: center;
	margin: 2%;
}

header #menu li ul {
	z-index: 99;
	display: none;
	background: #ffffff;
	position: absolute;
}

header #menu .menuitem:hover, header #menu .menuitem:hover a {
	color: #ffffff;
	background: #f1592a;
}

#sub1 {
	width: 120px;
	margin-left: 319px;
	font-weight: 400;
}

#sub1 .menuitem {
	margin: 0px;
	padding-top: 10px;
	padding-left: 10px;
	padding-bottom: 10px;
	text-align: left;
	display: block;
}

#sub2 {
	width: 80px;
	margin-left: 413px;
	font-weight: 400;
	text-align: left !important;
}

#sub2 .menuitem {
	margin: 0px;
	padding-top: 10px;
	padding-left: 9px;
	padding-bottom: 10px;
	text-align: left;
	display: block;
}

#sub1 .menuitem a, #sub2 .menuitem a {
	padding: 0px;
}

header #menu li:hover ul, header #menu li.over ul {
	display: block;
}

header #menu .last {
	margin-right: 0px;
}

header #menu a {
	color: #525252;
	font-size: 13px;
	font-family: 'Montserrat';
	margin: 0px;
	padding: 25px 9px 7px 9px;
	display: inline-block;
	border: 0px solid red;
}

header #menu a:hover {
	background: #f1592a;
	color: #ffffff;
}

/* Menu */

p{
	text-align:justify;	
}
.galery{
	width:940px;
	margin-left:auto;
	margin-right:auto;	
}

.galery .imagem a {
	height: 59px;
	display: block;
}

.galery h1{
	font-family:'Montserrat';
	font-size:57px;
	font-weight:bold;	
	text-align:center;
	color:#525252;
	margin-top:83px;
	margin-bottom: 30px;
}
.galery .imagem{
	width:311px;
/* 	margin-top:60px; */
	display: inline-block;
}
.galery .imagem .text{
	width:309px;
	padding: 0px 0px 50px 0px;	
}
.galery .imagem .text h1{
	color:#f1592a;
	font-size:26px;
	font-family: 'Roboto';
	text-align:left;
	margin:23px 0px 0px 0px;
	font-weight:500;
}
.galery .imagem .text p{
	font-size: 17px;
	line-height: 1.3;
	font-family: 'Roboto';
	font-weight: 300;
	margin-top:10px;
	color:#525252;
	width:259px;
		
}
.galery .imagem .mais{
	background:url(../img/mais.png);
	width:59px;
	height:59px;
	position:absolute;
	margin:-128px 0px 0px 160px;	
	opacity:1;
	
	-webkit-transition: 1s all ease;
	-moz-transition: 1s all ease;
	-ms-transition: 1s all ease;
	-o-transition: 1s all ease;
}

.galery .imagem .mais:hover {
	-webkit-animation: spin .4s 1 linear;
}

.sobreNos{
	width:100%;
	height:344px;
	background:#dddddd;
}

.sobreNos a {
	display: block;
}

.sobreNos .conteudo{
	width:940px;
	height:344px;
	margin-left:auto;
	margin-right:auto;

}
.sobreNos .conteudo img{
	margin-top:33px;
	margin-right:27px;
	float:left;	
}
.sobreNos .conteudo .text{
	width:615px;
	height:344px;
	float:left;	
}
.sobreNos .conteudo .text h1{
	font-family: 'Roboto';
	font-weight: 300;
	font-size:38px;
	margin-top:59px;	
}
.sobreNos .conteudo .text h2{	
	font-family: 'Roboto';
	font-weight:700;
	margin-top:5px;
	color:#f1592a;
	font-size:22px;	
}
.sobreNos .conteudo .text p{
	font-family: 'Roboto';
	font-size:14px;
	color:#525252;
	margin-top:10px;
	line-height: 1.3;
	text-align:justify;
}

.sobreNos .conteudo .text .leiaMais{
	width: 104px;
	height: 27px;
	font-size: 14px;
	font-weight: 300;
	font-family: 'Roboto';
	text-align: center;
	display: block;
background:#ffffff;
	margin-top:32px;
	padding-top: 12px;
	border:1px solid #bcbcbc;
}

.sobreNos .conteudo .text .leiaMais:link, .sobreNos .conteudo .text .leiaMais:visited {
	color: #525252;
	text-decoration: none;
}

.sobreNos .conteudo .text .leiaMais:active, .sobreNos .conteudo .text .leiaMais:hover {
	color: #525252;
	text-decoration: none;
}

.destaques{
	width:940px;
	height:416px;
	margin: 0px auto;	
}
.destaques .text{
	width:511px;
	height:416px;
	float:left;
}

.destaques a {
	display: block;
}

.destaques .text h1{
	font-family: 'Roboto';
	font-weight:300;
	font-size:38px;
	margin-top:71px;
}
.destaques .text h2{
	font-family: 'Roboto';
	font-weight:700;
	color:#f1592a;	
	margin-top:5px;
	font-size: 21px;
	text-align: justify;
}
.destaques .text p{
	font-family: 'Roboto';
	font-size:14px;
	color:#525252;
	margin-top:10px;
	line-height: 1.3;
	text-align:justify;
}
.destaques .text .verMais{
	width: 104px;
	height: 27px;
	font-size: 14px;
	font-weight: 300;
	font-family: 'Roboto';
	text-align: center;
	display: block;
	margin-top:32px;
	padding-top: 12px;
	border:1px solid #bcbcbc;
	background:#f1592a;	
}

.destaques .text .verMais:link, .destaques .text .verMais:visited {
	color: #ffffff;
	text-decoration: none;
}

.destaques .text .verMais:active, .destaques .text .verMais:hover {
	color: #ffffff;
	text-decoration: none;
}

.destaques img{
	margin-left:60px;	
	margin-top:70px;
	width:369px;
	height:285px;
}

/* Detalhes */




#detalhe hr {
	border: 1px solid #ababab;
}

#detalhe .bt {
	height: 23px;
	text-align: center;
	display: inline-block;
	padding: 0px 5px 5px 5px;
	border: 1px solid #bebebe;
	
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-ms-border-radius: 3px;
	-moz-border-radius: 3px;
	
	box-shadow: 1px 1px 1px #bcbcbc;
	-webkit-box-shadow: 1px 1px 1px #bcbcbc;
}

#detalhe .bt:hover {
	background: #f4f4f4;
}

#detalhe .bt:active {
	background: #f1f1f1;
	box-shadow: inset 0px 1px 1px #bcbcbc;
}

#detalhe .bt a {
	color: #000000;
	display: block;
	padding: 7px 0px 7px 0px;
	border: 0px solid red;
}

#detalhe .text{
	margin-top:50px;
	margin-bottom: 30px;
}

#detalhe .subtext {
	width: 100%;
	text-align: right;
}

#detalhe .block {
	height: 50px;
}

#detalhe .text h1{
	color: #f1592a;
	display: inline-block;
	font-family: 'Roboto';	
	font-weight: 500;
	font-size:25px;
}

#detalhe .text h2{
	float: left;
	word-wrap: break-word;
	display: inline-block;
	margin: 8px 10px 0px 0px;
	font-family: 'Roboto';	
	font-weight: 500;
}

#detalhe .text span {
	color: #23a42e; 
	float: right;
	display: inline-block;
	margin: 0px;
	padding: 0px;
	font-size: 40px;
}

#detalhe .text p{
	font-family: 'Roboto';	
	font-weight: 300;
	font-size:16px;
	line-height: 1.3;
	color:#525252;
	text-align:justify;
	margin-top:15px;
	word-wrap: break-word;	
}

#detalhe #local {
	float: left;
}

#detalhe #contato {
	float: right;
}

#images {
	height: 500px;
	padding: 10px 0px 30px 0px;
}

/* Detalhes */

/* Footer */

footer {
	width: 100%;
	padding: 0px 0px 30px 0px;
	background: #f1592a;
}

footer .space{
	width:100%;
	height:8px;
	background:#dadada;	
}

footer .content {
	padding-top: 40px;
}

footer #menu {
	width: 600px;
	height:104px;
	margin: 0px auto;
	display: block;
	float: right;
}

footer #menu ul {
	text-align: right;
}

footer #menu ul li {
	
	list-style: none;
	display: inline;
	text-align: center;
	margin: 3%;
	padding: 0px;
}

footer #menu a {
	color: #ffffff;
	font-size: 12px;
	font-family: 'Montserrat';
	margin: 0px;
	padding: 0px 9px 7px 9px;
	display: inline-block;
}

footer #menu .sublinks {
	margin: 20px 0px 0px -60px;
	padding: 0px;
	display: inline-block;
	position: absolute;
}

footer #menu .sublinks li{
	margin: 0px;
	padding: 0px;
	text-align: left;
	display: list-item;
}

footer #menu .sublinks li a{
	font-size: 10px;
	display: block;
	padding: 0px 0px 6px 0px;
}

footer #menu .sublinks .clearfix-obras {
	padding-left: 3px; 
}

footer #menu .sublinks .clearfix-imoveis {
	margin-left: -5px;
}

footer #menu .last {
	margin-right: 0px;
}

footer #endereco {
	width: 100%;
	color: white;
	text-align: center;
	display: inline-block;
}

footer #endereco h2 {
	font-size: 26px;
	word-spacing: 4px;
	font-weight: 500;
	font-family: 'Roboto';
	
}

footer #endereco h2 span {
	font-size: 18px;
	font-family: 'Roboto';
}

footer #endereco p {
	padding: 0px;
	margin: 0px;
	font-size: 17px;
	font-weight: 300;
	text-align: center;
	font-family: 'Roboto';
}



/* --- pagina empresa */

#about {
	width: 100%;
	height: 300px;
	margin-top: 100px;
	text-align: center;
}

#about .block {
	width: 626px;
	height: 100%;
	float: left;
	display: block;
	text-align: left;
}

#about .block h1 {
	font-size: 30px;
	font-family: 'Roboto';
	font-weight: 300;
}

#about .block h2 {
	font-size: 22px;
	font-family: 'Roboto';
	font-weight: 400;
	color:#f1592a;
	margin-top:15px;
}

#about .block p {
	color: #525252;
	font-size: 16px;
	text-align: justify;
	line-height: 1.3;
	margin-top: 10px;
}

#about .thumbnail {
	width: 292px;
	height: 220px;
	float: right;
	display: block;
}

#services {
	width: 100%;
	height: 250px;
	background: #dddddd;
}

#services .block {
	height: 150px;
	padding-top: 70px;
	margin-top: 25px;
}

#services .block h1 {
	color: #f1592a;
	font-size: 35px;
	font-family: 'Roboto';
	font-weight: 400;
}

#services .block p {
	color: #525252;
	font-size: 16px;
	text-align: justify;
	line-height: 1.3;
	margin-top: 15px;
}

/*-- fim pagina empresa */

/* ---  pagina obras */

#obras .obras{
	width:940px;
	height: 100%;
	padding: 0px;
	margin: 0px auto;
}
#obras .obras .text{
	height:120px;
	width:940px;
	margin-top:50px;
	margin-bottom: 30px;
}
#obras .obras .text h1{
	font-family: 'Roboto', sans-serif;	
	font-size:35px;
}
#obras .obras .text h2{
	font-size:20px;
	font-family: 'Roboto', sans-serif;	
	color:#f1592a;
	margin-top:10px;
	font-weight:700;
}
#obras .obras .text p{
	font-family: 'Roboto', sans-serif;	
	font-size:14px;
	color:#525252;
	text-align:justify;
	margin-top:15px;	
}
#obras .obras .conteudo{
	width: 100%;
	height: 100% !important;
	display: block;
	text-align: center;
	margin-bottom:57px;
	display: inline-block;
}

#imoveis .imoveis{
	width:940px;
	margin: 0px auto;
}
#imoveis .imoveis .text{
	height:120px;
	width:940px;
	margin-top:50px;
	margin-bottom: 30px;
}
#imoveis .imoveis .text h1{
	font-family: 'Roboto', sans-serif;	
	font-size:35px;
}
#imoveis .imoveis .text h2{
	font-size:20px;
	font-family: 'Roboto', sans-serif;	
	color:#f1592a;
	margin-top:10px;
	font-weight:700;
}
#imoveis .imoveis .text p{
	font-family: 'Roboto', sans-serif;	
	font-size:14px;
	color:#525252;
	text-align:justify;
	margin-top:15px;	
}
#imoveis .imoveis .conteudo{
	width: 100%;
	height: 100% !important;
	display: block;
	text-align: center;
	margin-bottom:57px;
}

/* --- fim pagina obras */


/* --- pagina contato */
.contato{
	width:940px;
	height:408px;
	margin-left:auto;
	margin-right:auto;
}
.contato #enderecos{
	width:319px;
	height:367px;	
	float:left;	
}
.contato #enderecos h1{
	font-family: 'Roboto';	
	font-weight:300;	
	font-size:37px;
	color:#000;
	margin-top:78px;
}
.contato #enderecos h2{
	font-family: 'Roboto';	
	font-weight: 500;	
	font-size:22px;
	color:#f1592a;
	margin-top:22px;
	margin-bottom:10px;
}
.contato #enderecos p{
	font-family: 'Roboto';	
	font-weight: 500;	
	font-size:14px;
	color:#525252;
	margin-top:10px;
	margin-bottom:10px;
	line-height:17px;	
}
.contato #enderecos span{
	font-size:12px;	
}
.contato .form{
	width:617px;
	height:367px;
	float:left;
}
.contato .form h1{
	font-family: 'Roboto';	
	font-weight:300;	
	font-size:37px;
	color:#000;
	margin-top:64px;	
}
.contato .form table{
	margin-top:10px;
}
.contato .form table .pd15{
	padding-top:10px;	
}
.contato .form table td{
	width:214px;
	padding-top:5px;
	font-family: 'Roboto', sans-serif;	
	font-size:14px;
	font-weight:400;
	color:#c0bfbf;	
}
.contato .form table input,
.contato .form table textarea{
	width:187px;
	height:20px;
	border:1px solid #d7d7d7;	
}
.contato .form table input:focus,
.contato .form table textarea:focus{
	box-shadow:1 1 1 15;
	outline:1px solid #B2B2B2;
}
input[type=button]:focus,
input[type=submit]:focus{
	outline:none;	
}
.contato .form table textarea{
	position:absolute;
	width:610px;
	resize:none;
	height:90px;	
}
.contato .form .button{
	margin:125px 0px 0px 18px;
	width:104px;
	height:37px;
	float:right;
	background:#f1592a;
	border:1px solid #ac654f;
	color:#ffffff;
	font-size: 14px;
	font-family: 'Roboto';	
	font-weight:300;
	cursor:pointer;
}
.contato .form h3{
	opacity:0;
	font-size:14px;
	color:#093;
	font-family: 'Roboto';
	position:absolute;
	margin-top:150px;
}
.mapa{
	height:522px;
	width:100%;
	background:#dcdcdb;	
}
.mapa .conteudo{
	width:940px;
	height:522px;
	margin-left:auto;
	margin-right:auto;	
}
.mapa .conteudo .button_map{
	margin:-120px 0px 0px 10px;
	-webkit-box-shadow: rgba(0, 0, 0, 0.298039) 0px 1px 4px -1px;
	box-shadow: rgba(0, 0, 0, 0.298039) 0px 1px 4px -1px;
	position:absolute;
	width:130px;
	height:25px;
	background:#FFF;	
	padding:10px 0px 0px 10px;
	color:#3a84df;
	text-decoration:none;
	font-family: Roboto,Arial;
	font-size:12px;
}
.mapa .conteudo .button_map:hover{
	text-decoration:underline;
}
/* --- fim pagina contato */