@charset "utf-8";
/* Estilos do Template */

body {

    font-family: 'PT Sans', sans-serif;
    font-weight: 400;
	background-color: white;
}


p {
	font-family: 'PT Sans', sans-serif;
    font-weight: 300;	
}

#conteudoSite {
	margin-top: 0px;
}

#conteudoSite .div75 {
	margin-left: 25px;
	margin-top: 30px;
	position: relative;
}



#bannerSite{
	width: 100%;
	z-index: 40000;
	background:url(bg_banner.jpg) center top #00c2a4;
    background-repeat: no-repeat;
    height: 597px;
    float: left;
    position: relative; 
    -webkit-box-shadow: 0px 4px 15px 0px rgba(0, 0, 0, 0.75);
	-moz-box-shadow:    0px 4px 15px 0px rgba(0, 0, 0, 0.75);
	box-shadow:         0px 4px 15px 0px rgba(0, 0, 0, 0.75);
}

#bannerSite #lightSlider {
	height: 597px;
	bottom: 0;
	width: 100%;
}


#pesquisaSite {
	width: 100%;
	background:url(bg_pesquisa.png) center top;
    background-repeat: no-repeat !important;
    height: 200px;
    float: left;
    position: relative;
    padding-top: 100px;
    margin-top: -60px;
	z-index: 50000000;
}

#menuSite { z-index: 5000000000000000; position: absolute; margin-top: -30px; background:url("bg_menu.png") center left repeat-x; 	
height: 88px;
}


#todoSite {background:url("bg_topo.png") center top repeat-y; font-family: 'PT Sans', sans-serif; margin-bottom:100px}
#todoSite a{color:black;text-decoration:none}
#todoSite a:hover{text-decoration:underline}

#topoSite .interno{height:234px;}
#topoSiteLeft{background-color: none; 
height:234px; 
text-align: center; 
padding-top: 20px; 
overflow: hidden;
}
#topoSiteLeft .div100{text-align: center; background: none !important;}
#topoSiteRight{text-align:right;padding-top:20px;color:White;line-height:30px;font-size:18px}

#rodapeSite{
	background:url(bg_rodape.jpg) center top no-repeat;
	color:#fff;
	font-family: 'PT Sans', sans-serif;
	font-weight: 300;
	line-height:25px;
	height: 303px;
	padding-top: 100px;
}
#rodapeSite .rodape_info{font-size:11px;line-height:normal}
/* Menu */

a #menuSite {color: white; padding-right: 10px; padding-left: 10px;}
a:hover #menuSite {text-decoration:none}
.menuSiteButton{float:left; height:78px; 
text-transform: uppercase;
font-size: 13px;
font-weight: 400;	
overflow:hidden; 
color: #707070; 
	border-bottom: solid 5px #00c2a4;
	width: 16.66%;
	text-align: center;
    line-height: 98px;
	 -webkit-touch-callout:none;
	/* option */
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	border-top: solid 10px white;
}
.menuSiteButton:hover{
	border-top: solid 10px white;
	border-bottom: solid 15px #0d5e03;
	margin-top: -10px;
	background-color: white;
	color: #01516b;
 	-webkit-touch-callout:none;
	/* option */
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	}
.menuSiteButton .icon{float:left;width:24px;height:24px}
.menuSiteButton .link{}
/* Menu */

/* Barra Pesquisa */
.barraPesquisa {text-transform: uppercase; font-size:13px;color:#01516b;height:40px;padding: 90px 15px 15px 15px; background:url(busca_direta.png) left top;
    background-repeat: no-repeat;  background-position: 15px 5px;}
.campoPesquisa{display:inline-block}
/* Barra Pesquisa */

/* Titulo Paginas */
.titulo{font-size:28px;font-weight:300;margin:10px 0px 5px 0px; padding-bottom: 20px;}
.subtitulo{font-size:16px;font-weight:bold;margin:10px 0px 5px 0px}
.tituloDestaque{text-transform: uppercase; background:url("icon_list.png") no-repeat;font-size:20px;font-weight:300;height:50px;padding:0px 0px 0px 25px; color: #01516b; margin-top: 30px;}
.tituloDestaque strong { font-weight: 700; font-size: 26px;}
/* Titulo Paginas */

/* Imóvel Detalhes */
.tituloPagina{font-size:28px;font-weight:300;margin:10px 0px 5px 0px; padding-bottom: 20px;}

.imovelBloco{
	line-height:18px;
	font-size:16px;
	color: #01516b;
	padding:0;
	margin-bottom: 30px;
	-webkit-touch-callout:none;
	/* option */
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	background-color: #f1f1f1;
	border-radius: 0px 50px 0px 0px;
}
.imovelBloco:hover {  
	-webkit-touch-callout:none;
	/* option */
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	color: white;
	background-color: #00c2a4;
	border-radius: 0px 50px 0px 0px;
}

.imovelBloco  .imovelFoto {
	/* option */
	border: none;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	padding-bottom: 10px;
	border-radius: 0px 50px 0px 0px;
	overflow: hidden;
	margin: 0;
	width: 100%;
	
}

.imovelBloco:hover  .imovelFoto {
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	opacity: 1.0;
}


.mais_info{
	background:url(+_info.png) left center; 
	background-position: 35px;
	font-size: 14px;
	background-color: #e2e2e2;
    background-repeat: no-repeat;
    line-height: 18px;
    height:20px;
    font-weight: 300;
	padding:5px;
	text-indent:50px;
	margin-top:20px;
    color: #103e00;
    border-top: solid 1px white;
}



.imovelBloco:hover   .mais_info  a{
    color: #00c2a4 !important;
    text-decoration: none;
}

.imovelBloco:hover   .mais_info {
	background-color: #01516b;
	color: #00c2a4;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}


/* Imóvel Detalhes */

submit {
	background-color: #ec894d;
}


.fone {
	color: white;
	font-weight: 300;
	font-size: 22px;
}

.email {
	width: auto;
	color: white;
	font-weight: 300;
	font-size: 18px;
	background:url(icon_mail.png) left center no-repeat;
	margin-top: 10px;
	float: right;
	padding-left: 35px;
}

#topoContatosTelefone {
	width: 230px;
	float: right;
	padding-left: 45px;
	position: relative;
	padding-bottom: 10px;
	padding-top: 10px;
	background:url(icon_fone.png) left center no-repeat;	
}


#conteudoCentral{
	background-color: white;
}
/* Coluna Menu */
#siteMenu{
	margin-top: 10px;
	font-size: 14px;
	line-height: 20px;
}

#siteMenu ul li {
	background-color: #01516b;
	width: 90%;
	padding: 10px;
	color: #ccff95;
	border-bottom: solid 1px #1f5402;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	text-transform: uppercase;
}

#siteMenu ul li:hover {
	width: 90%;
	background:url(+_menu.png) left center;
	background-color: #00c2a4;
    background-repeat: no-repeat;
    /* option */
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition: all 0.1s ease-in-out;
	-o-transition: all 0.1s ease-in-out;
	-ms-transition: all 0.1s ease-in-out;
	transition: all 0.1s ease-in-out;
	padding-left: 25px;
	border-bottom: solid 1px #00c2a4;
}

#siteMenu ul li  a {
	color: #ccff95;
}


#siteMenu_bloco{ padding-right: 20px;}

.siteMenu_blocoTitulo{
	color: #01516b;
	font-weight:700; 
	font-size: 16px; 
	margin-top: 15px; 
}

#siteMenu_bloco ul li a{
	padding-left: 30px;
	background-color: #fa9e85 !important;
	width: 100%;
}

#siteMenu_bloco input  .div25 {
	width: 150px;
	padding: 10px;
	background-color: white;
}

text {
	background-color: white;
	border: 0;
	padding: 10px;
}

/* Separador */
.divSeparadora{height:2px;background-color:#000}
/* Separador */
/* Home */
#divBannerHome a{
	font-size: 14px;
	font-weight: 300;
	margin-top: -10px;
	color: white;
}

#divBannerHome  strong {
	font-size: 16px;
	font-weight: 400;
	color: #01516b;
	padding-bottom: 0;
	text-align: right;
}

#divBannerHome  .div100{
	text-align: right;
	width: 130px;
	float: right;
	margin-right: 5px;
}

#bannerHome1{text-align: right; background:url("icon_contato_baixo.png") no-repeat; height:180px;  text-align: center;  color: #494e47; }
#bannerHome1 p{float:right;width:110px;clear:both;margin:5px 5px}
#bannerHome2{text-align: right; background:url("icon_cadastre_baixo.png") no-repeat ; height:180px;  text-align: center; color: #494e47;}
#bannerHome2 p{float:right;width:110px;clear:both;margin:5px 5px}
#bannerHome3{text-align: right; background:url("icon_atendimento_baixo.png") no-repeat ; height:180px;  text-align: center; color: #494e47;}
#bannerHome3 p{float:right;width:110px;clear:both;margin:5px 5px}
#divNoticiasHome{line-height:20px;}
.linkNoticia{font-size:14px}


.linkNoticia a {
	font-weight: 700;
}	
/* Home */
/* p_imovel */
/* #divFotoImovel{width:480px;margin-right:20px;} */
#divDescImovel{text-align:justify;line-height:20px;color:gray; font-weight: 300;}
#divInfoImovel{line-height:20px}
#divInfoImovel .item{font-weight:300; margin-top: 15px; } 
#divInfoImovel .value{background: rgba(218, 218, 218, 0.5); margin-top: 5px; }
#divContatoImovel{height:500px;padding:15px; border-bottom: solid 1px #ec894d; }
#divFotoImovel  .subtitulo {
	margin-top: 20px;
	float: left;
	position: relative;
}
/* p_imovel */
#siteMenuOperacoes{}
.siteMenuOperacoes_bloco{}
.siteMenuOperacoes_titulo{}
/* Coluna Menu */
/* Conteudo Central */
.conteudoCentral{float:left;background:#fff;font-size:14px}
.barraRodape{ color:white  }

.infoMsg{background:#FFFFCC;text-align: center;width:640px;padding:5px;color:black;line-height:30px;}
.infoMsg a{text-decoration:none;color:#0099CC}
.infoMsg a:hover{text-decoration:underline}



.icon_home {
	background:url(icon_home.png) top center;
    background-repeat: no-repeat;
    line-height: 118px;
}

.icon_quem {
	background:url(icon_quem.png) top center;
    background-repeat: no-repeat;
    line-height: 118px;
}

.icon_documentacao {
	background:url(icon_documentacao.png) top center;
    background-repeat: no-repeat;
    line-height: 118px;
}

.icon_financiamentos {
	background:url(icon_financiamentos.png) top center;
    background-repeat: no-repeat;
    line-height: 118px;
}

.icon_cadastrar {
	background:url(icon_cadastrar.png) top center;
    background-repeat: no-repeat;
    line-height: 118px;
}

.icon_contato {
	background:url(icon_contato.png) top center;
    background-repeat: no-repeat;
    line-height: 118px;
}


.icon_home:hover {
	background:url(icon_home_hover.png) top center;
    background-repeat: no-repeat;
}

.icon_quem:hover {
	background:url(icon_quem_hover.png) top center;
    background-repeat: no-repeat;
}

.icon_documentacao:hover {
	background:url(icon_documentacao_hover.png) top center;
    background-repeat: no-repeat;
}

.icon_financiamentos:hover {
	background:url(icon_financiamentos_hover.png) top center;
    background-repeat: no-repeat;
}

.icon_cadastrar:hover {
	background:url(icon_cadastrar_hover.png) top center;
    background-repeat: no-repeat;
}

.icon_contato:hover {
	background:url(icon_contato_hover.png) top center;
    background-repeat: no-repeat;
}


.div33 {
	width: 30% !important; 
	float: left;
	margin-left: 1.5%;
	margin-right: 1.5%;
}

.formCampo {
 padding: 15px;
 border: solid 1px #00c2a4;
 font-size: 14px;
 margin-left: 0px !important;
 margin-top: 10px !important;
 position: relative;
 float: left;
}

.formCampo textarea {
 height: 100px;
}


#chatSystem {
	z-index: 600000000000000000 !important;
}


