@charset "utf-8";
/* Estilos do Template */

body {

    font-family: 'Lato', sans-serif;
    font-weight: 400;
	background:url(bg_geral.png) left top;
    background-repeat: repeat-x repeat-y;
}


p {
	font-family: 'Lato', sans-serif;
    font-weight: 300;
}

#conteudoSite {
	margin-top: 0px;
}




#bannerSite{
	width: 100%;
	z-index: 40000;
	background:url(bg_banner.jpg) center top #81b922;
    background-repeat: no-repeat;
    height: 380px;
    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: 380px;
	bottom: 0;
}

#pesquisaSite {
	width: 100%;
	background:url(bg_pesquisa.png) left top;
    background-repeat: repeat-x repeat-y;
    height: 150px;
    float: left;
    position: relative;
    padding-top: 20px;
     -webkit-box-shadow: 0px 4px 15px 0px rgba(0, 0, 0, 0.5);
	-moz-box-shadow:    0px 4px 15px 0px rgba(0, 0, 0, 0.5);
	box-shadow:         0px 4px 15px 0px rgba(0, 0, 0, 0.5);
}

#todoSite {background:url("bg_topo.png") center top repeat-y; font-family: 'Lato', sans-serif; margin-bottom:100px}
#todoSite a{color:black;text-decoration:none}
#todoSite a:hover{text-decoration:underline}

#topoSite .interno{height:200px;}
#topoSiteLeft{background-color: white; 
height:200px; 
text-align: center; 
padding-top: 20px; 
overflow: hidden;
}
#topoSiteLeft .div100{text-align: center;}
#topoSiteRight{text-align:right;padding-top:20px;color:White;line-height:30px;font-size:18px}

#rodapeSite{background-color: #5E8718; color:#fff;font-family: 'Lato', sans-serif;
    font-weight: 300;line-height:25px; border-top: solid 10px #81b922; }
#rodapeSite .rodape_info{font-size:11px;line-height:normal}
/* Menu */
#menuSite { z-index: 5000000; position: absolute; margin-top: -30px; background:url("bg_menu.png") center left repeat-x; 	
-webkit-box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.75);
-moz-box-shadow:    0px 4px 8px 0px rgba(0, 0, 0, 0.75);
box-shadow:         0px 4px 8px 0px rgba(0, 0, 0, 0.75);
}
a #menuSite {color: white; padding-right: 10px; padding-left: 10px;}
a:hover #menuSite {text-decoration:none}
.menuSiteButton{float:left; height:57px; 
text-transform: uppercase;
font-size: 13px;
font-weight: 400;	
overflow:hidden; 
color: white; 
	width: 16.66%;
	text-align: center;
    line-height: 57px;
	 -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:hover{
	background-color: #5E8718;
	color: #81b922;
	line-height: 57px;
 	-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 {font-size:14px;color:#ec894d;height:40px;padding: 50px 15px 15px 15px; background:url(busca_direta.png) left top;
    background-repeat: no-repeat; text-shadow: 1px 1px 2px #000000; 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:3px 0px 0px 40px; color: #5E8718; margin-top: 30px;}
.tituloDestaque strong { font-weight: 700;}
/* Titulo Paginas */

/* Imóvel Detalhes */
.tituloPagina{font-size:28px;font-weight:300;margin:10px 0px 5px 0px; padding-bottom: 20px;}

.imovelBloco{
	background: rgba(255,255,255, 0.3);
	line-height:18px;
	font-size:16px;
	color: #5E8718;
	padding-bottom: 20px;
	-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;
}
.imovelBloco:hover { 
	background: rgba(255,255,255, 1.0); 
	-webkit-box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.75);
	-moz-box-shadow:    0px 0px 5px 0px rgba(50, 50, 50, 0.75);
	box-shadow:         0px 0px 5px 0px rgba(50, 50, 50, 0.75);
	-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: #5E8718;
	color: #81b922;
}

.imovelBloco  .imovelFoto {
	/* 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;
	padding-bottom: 10px;
}


.mais_info{background:url(+_info.png) left center; 
	font-size: 14px;
    background-repeat: no-repeat; width:155px;line-height: 18px; height:18px;padding-left:23px;margin-left:50px; padding-top: 10px; padding-bottom: 10px; font-weight: 300; color: #5E8718;}

.imovelBloco:hover   .mais_info  a{
    color: white !important;
    text-decoration: none;
}

/* Imóvel Detalhes */

submit {
	background-color: #ec894d;
}


.fone {
	color: #81b922;
	font-weight: 300;
	font-size: 22px;
}

.email {
	color: #81b922;
	font-weight: 300;
	font-size: 18px;
}


#conteudoCentral{
	background:url(bg_geral.png) left top;
    background-repeat: repeat-x repeat-y;
}
/* Coluna Menu */
#siteMenu{
	margin-top: 30px;
	font-size: 14px;
	line-height: 20px;
}

#siteMenu ul li {
	background-color: #81b922;
	width: 90%;
	margin-top: 10px;
	padding: 10px;
	color: #5E8718;
	border-right: solid 5px white;
	-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-position: 5px;
	background-color: white;
    background-repeat: no-repeat;
    /* 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;
	padding-left: 25px;
	border-right: solid 10px #5E8718;
}

#siteMenu ul li  a {
	color: #5E8718;
}


#siteMenu_bloco{ padding-right: 20px;}

.siteMenu_blocoTitulo{
	color: #333832;
	font-weight:700; 
	font-size: 15px; 
	margin-top: 15px; 
}

#siteMenu_bloco ul li a{
	padding-left: 30px;
	background-color: #81b922 !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: 18px;
	font-weight: 400;
	color: #81b922;
	padding-bottom: 0;
}
#bannerHome1{background:url("icon_contato_baixo.jpg") top center no-repeat; height:150px; padding-top: 110px; padding-left: 0px; padding-right: 0px; text-align: center; color: #494e47; }
#bannerHome2{background:url("icon_cadastre_baixo.jpg") no-repeat top center; height:150px; padding-top: 110px; padding-left: 0px; padding-right: 0px; text-align: center; color: #494e47;}
#bannerHome3{background:url("icon_atendimento_baixo.jpg") no-repeat top center; height:150px; padding-top: 110px; padding-left: 0px; padding-right: 0px; text-align: center; color: #494e47;}
#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}


.formCampo {
	padding: 15px;
	border: solid 1px #81b922;
	font-size: 14px;
	margin-left: 0px !important;
	margin-top: 10px !important;
	position: relative;
	float: left;
}

.formCampo textarea {
	height: 100px;
}

