@charset "utf-8";
/* Estilos do Template */

body {
    font-family: 'Lato', sans-serif;
    font-weight: 400;
	background:url(bg_geral.png) center top #f3edd9;
    background-repeat: repeat-x repeat-y;
}


p {
	font-family: 'Lato', sans-serif;
    font-weight: 300;
}

#conteudoSite {
	margin-top: 0px;
}



#bannerSite{
	width: 100%;
    height: 430px;
    float: left;
    position: relative; 
}

#bannerSite #lightSlider {
	height: 597px;
	bottom: 0;
	width: 100%;
}

#pesquisaSite {
	width: 100%;
	background:url(bg_pesquisa.png) center top;
    background-repeat: no-repeat !important;
    height: 500px;
    float: left;
    position: relative;
    padding-top: 230px;
    margin-top: -200px;
}

#menuSite {
	z-index: 100; 
	position: absolute; 
	margin-top: -60px;  	
	height: 52px;
	background-color: #fff9e3;
}


#todoSite {
	background:url(bg_banner.jpg) center top no-repeat;  
	font-family: 'Lato', sans-serif;
    font-weight: 400; 
    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;margin-top:20px;color:#430505;line-height:30px;font-size:18px}

#rodapeSite{
	background:url(bg_rodape.png) center top no-repeat;
	color:#fff;
	font-family: 'Lato', sans-serif;
    font-weight: 400;
	line-height:25px;
	height: 258px;
	padding-top: 250px;
}
#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:52px; 
	text-transform: uppercase;
	font-size: 13px;
	font-weight: 400;	
	overflow:hidden; 
	color: #707070; 
	width: 16.66%;
	text-align: center;
    line-height: 52px;
	 -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 3px white;
}
.menuSiteButton:hover{
	margin-top: -10px;
	background-color: white;
	color: #440203;
 	-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;
	padding-bottom: 7px;
	border-top: solid 3px #440203;
	}
.menuSiteButton .icon{float:left;width:24px;height:24px}
.menuSiteButton .link{}
/* Menu */

/* Barra Pesquisa */
.barraPesquisa {text-transform: uppercase; font-size:13px;color:#fff9e3;height:40px;padding: 45px 15px 15px 15px; background:url(busca_direta.png) left top;
    background-repeat: no-repeat;  background-position: 15px -30px}
.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;
	font-size:20px;
	font-weight:300;
	padding:0px 0px 0px 10px;
	color: #610d0d;
	margin-top: 30px;
	border-left: solid 50px #610d0d;
	margin-bottom: 20px;
}

.tituloDestaque strong { 
	font-weight: 700; 
	font-size: 20px;
}
/* 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: ##610d0d;
	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;
	border-radius: 10px;
	height: 300px;
}
.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: #610d0d;
	background-color: white;
	border-radius: 0px 50px 0px 0px;
	border-radius: 10px;
	box-shadow: 0px 0px 2px #c9c4b3;
}

.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%;
	
	border-radius: 10px;
}

.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-repeat: no-repeat;
    width:165px;
    line-height: 18px;
    height:18px;
    margin-top: 5px;
    padding-left:60px;
    padding-top: 10px;
    padding-bottom: 10px; 
    font-weight: 300;
    color: #610d0d;
}



.imovelBloco:hover   .mais_info  a{
    color: #610d0d !important;
    text-decoration: none;
}

.imovelBloco:hover   .mais_info {
	color: #610d0d;
	-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: #610d0d;
	font-weight: 300;
	font-size: 22px;
}

.email {
	width: auto;
	color: #610d0d;
	font-weight: 300;
	font-size: 18px;
	background:url(icon_mail.png) left center no-repeat;
	margin-top: 10px;
	float: right;
	padding-left: 35px;
}


#conteudoCentral{
	margin-top: -350px;
}
/* Coluna Menu */
#siteMenu{
	margin-top: 30px;
	font-size: 14px;
	line-height: 20px;
	z-index: 50;
	position: relative;
}

#siteMenu ul li {
	background-color: #430505;
	width: 70%;
	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;
	border-right: solid 20px #610d0d;
	margin-top: 2px;
	margin-bottom: 2px;
}

#siteMenu ul li:hover {
	width: 90%;
    background-color: #d1ab6b;
    color: #430505;
    /* 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;
	border-right: solid 20px #430505;
}

#siteMenu ul li  a {
	color: #d1ab6b;
}

#siteMenu ul li:hover a{
	color: #430505;
}

#siteMenu_bloco{ padding-right: 20px;}

.siteMenu_blocoTitulo{
	color: #610d0d;
	font-weight:700; 
	font-size: 16px; 
	text-transform: uppercase;
	font-weight: 300;
	border-left: solid 20px #610d0d;
	padding-left: 5px;
	margin-top: 20px;
	margin-bottom: 5px;
}

#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;
	color: #610d0d;
	width: 150px;
	text-align: center;
	margin-top: -20px;
}

#divBannerHome  strong {
	font-size: 16px;
	font-weight: 400;
	color: #610d0d;
	padding-bottom: 0;
	text-align: center;
	padding-top: 180px;
}


#bannerHome1{font-size: 22px; text-align: center; background:url("icon_contato_baixo.png") top center no-repeat; height:180px;  text-align: center;   color: #610d0d; padding-top: 120px; }
#bannerHome2{font-size: 22px; text-align: center;  background:url("icon_cadastre_baixo.png") no-repeat top center; margin-left: -15px; height:180px;  text-align: center;  color: #494e47; padding-top: 120px;}
#bannerHome3{font-size: 22px; text-align: center;  background:url("icon_atendimento_baixo.png") no-repeat top center; margin-left: -15px; height:180px;  text-align: center;  color: #494e47; padding-top: 120px;}

#divNoticiasHome{line-height:20px;}
.linkNoticia{font-size:14px; color: #610d0d; }


.linkNoticia a {
	font-weight: 700;
	color: #610d0d;
}	
/* 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}




.div33 {
	width: 30% !important; 
	float: left;
	margin-left: 1.5%;
	margin-right: 1.5%;
}

.formCampo {
	padding: 15px;
	border: solid 1px #430505;
	font-size: 14px;
	margin-left: 0px !important;
	margin-top: 10px !important;
	position: relative;
	float: left;
}

.formCampo textarea {
	height: 100px;
}


#chatSystem {
	z-index: 60 !important;
	position: absolute;
}

#topoContatosTelefone {
	width: 200px;
	float: right;
	padding-left: 65px;
	position: relative;
	padding-bottom: 10px;
	padding-top: 10px;
	background:url(icon_fone.png) left center no-repeat;
}




.chatBottomStyle {
	z-index: 60 !important;
}

.txtMenor{
	font-size: 13px;
}
