/* CSS Document */
@font-face {
  font-family: "tahoma";
  src: url("../font/tahoma.ttf");
}
@font-face {
	font-family: TYPOGRAPH;
	src: url(../font/TYPOGRAPH.ttf)
}

body {
    width: 100%;
    height: 100%;
	margin:auto;
	background:#CCCCCC;
	font-family:tahoma;
	color:#000;
	font-size:11px;
}

	#bradesc {
	/*border:1px solid red;*/
	width:292px;
	height:64px;
	display:block;
	overflow:hidden;
	text-indent:-9999px;
	float:left;
	position:absolute;
}


#botao {
	margin-top:10px;
	float:left;
	margin-left:60px;
}
a, a:hover, a:visited {
	text-decoration:none;
	color:#000;
}
#geral {
	width: 100%;
	height: auto;
	overflow:hidden;
}
#content {
	position:relative;
	width: 1000px;
	height: auto;
	overflow:hidden;
	margin: 0 auto;
}


/*topo*/

#top {
	position:relative;
	width: auto;
	height: 34px;
	background:#C91E24;
	background-position:center;
	z-index:100;
	border:0px solid red;
}
#top ul{
	border:0px solid black;
list-style:none;
height:auto;
margin:0 auto;
}
#top li{
	border:0px solid red;
width:auto;
margin-left:5px;
float:left;
color:#fff;
font-size:14px;
font-family:Verdana;
text-align:center;
}
#top .menu {
	border:0px solid violet;
	margin:0 auto;
	width: 800px;
	height: auto;
	overflow:hidden;
}
#top .menu .bots {
	text-align:center;
	padding-top: 8px;
	float:left;
	display:inline;
	color:#FFF;
	font-size:13px;
	font-family:Georgia, "Times New Roman", Times, serif;
	/*font-weight:bold;*/
}
#top .menu .bots a, #top .menu .bots a:hover, #top .menu .bots a:visited {
	color:#FFF;
	text-decoration:none;
}

/*menu mobile*/

      * {
	margin: 0;
	padding: 0;
}

/* Isto é necessário para não haver rolagens horizontais quando movermos os elementos */
/*html, body {overflow-x: hidden;}

body {
	font: 100% arial, verdana, tahoma, sans-serif;
	color: #333;
}*/




.menu-anchor {
	width: 40px;
	height: 32px;
	display: none;
	vertical-align: middle;
	position: relative;
	text-indent: -9999px;
	overflow: hidden;
	cursor: pointer;
	background: #FFF;
}

.menu-anchor:before {
	content: "";
	display: block;
	margin: 7px auto;
	width: 70%;
	height: 0.25em;
	background: #333333;
	box-shadow: 0 .45em 0 0 #333333, 0 .9em 0 0 #333333;
}

.menu-active .menu-anchor {background: #A29A9A}

menu {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 200;
	width: 220px;
	height: 100%;
	padding-top: 10px;
	background: #333333;
	box-shadow: inset -5px -10px 10px 0 rgba(0,0,0,.3);
}

menu li a {
	display: block;
	border-bottom: 1px solid rgba(255,255,255,.3);
	margin: 0 10px;
	padding: 10px;
	color: #FFF;
	text-decoration: none;
}

menu li a:hover {
	background: #FFF;
	color: #CCC;
}

menu li a:visited {
	color: #fff;
}


/*
	Aqui você esconde o menu para fora da tela 
	O valor é exatamente a largura da sidebar
*/
menu {
	-webkit-transform: translateX(-220px);
	-moz-transform: translateX(-220px);
	-ms-transform: translateX(-220px);
	transform: translateX(-220px);
	-webkit-transition: all .25s linear;
	-moz-transition: all .25s linear;
	-ms-transition: all .25s linear;
	transition: all .25s linear;
}

/*
	Essa é a posição original do HEADER e do MAIN
*/
header, .main {
	-webkit-transform: translateX(0);
	-moz-transform: translateX(0);
	-ms-transform: translateX(0);
	transform: translateX(0);
	-webkit-transition: all .25s linear;
	-moz-transition: all .25s linear;
	-ms-transition: all .25s linear;
	transition: all .25s linear;
}

/*
   Com a classe menu-active na tag HTML
*/
.menu-active menu {
	-webkit-transform: translateX(0);
	-moz-transform: translateX(0);
	-ms-transform: translateX(0);
	transform: translateX(0);
}

.menu-active header, 
.menu-active .main {
	-webkit-transform: translateX(220px);
	-moz-transform: translateX(220px);
	-ms-transform: translateX(220px);
	transform: translateX(220px);
}
/*FIM*/


/*inc flash*/

.flash {
	background:url(../banners/banner-1.jpg) no-repeat;
	position:absolut;
	margin: 0 auto;
	margin-top:-130px;
	width: 100%;
	height: 330px;
	z-index:99;	
	border: 0px solid blue;
}
#B_logo{
	border:0red solid 0px;
position:relative;
width: 100%;
height: 119px;
background-image:url(../images/topo.png);
background-position:center;
background-repeat:no-repeat;
z-index:100;
margin-top:0px;
}


/*inc_barra_opcoes*/

.barra_opc {
	position:relative;
	width:100%;
	height: 40px;
	background:#01569C;
	background-position:center;
	color:#FFF;
	padding-top:4px;
	padding-left:10px;
}
.barra_opc .lupa {
	float:left;
	display:inline;
	width: 170px;
	background-image:url(../images/lupa.png);
	background-position:right;
	background-repeat:no-repeat;
	text-align:left;
	height: auto;
	padding-top: 15px;
	padding-bottom:10px;
	padding-left:30px;
	/*border:1px solid blue;*/
}
.barra_opc .box_opc {
	/*border:1px solid red;*/
	width: 100px;
	text-align:center;
	height: 17px;
	padding-top: 5px;
	padding-bottom:10px;
	margin-left:10px;
	display:inline;
	float:left;
}
.barra_opc .box_opc select{
	border:0px solid red;
	width:100%;
border-radius:7px;
padding:5px;}

.barra_opc .box_opc input{
	border:0px solid red;
	width:80%;
border-radius:7px;
padding:5px;}


.button-busca{border:0px solid black;
	width:80%;
border-radius:7px;
padding:5px;
background:#333;
color:#fff;}
.busca_referencia{margin-left:10px; margin-top:10px;}
/*miolo*/

.miolo {
	position:relative;
	width: 100%;
	min-height:100px;
!important height: auto;
	background-color:#F9F9F9;
	background-position:center;
	background-repeat:repeat-y;
	overflow:hidden;
}
.miolop {
	position:relative;
	width: 100%;
	min-height:100px;
!important height: auto;
background-color:#F9F9F9;
	background-position:center;
	background-repeat:repeat-y;
	overflow:hidden;
}
/*home*/

.miolo .ml_left {
	display:inline;
	float:left;
	width: 100%;
	padding-left:30px;
	height: auto;
	padding-top:10px;
	padding-bottom:10px;
	/*border:1px solid blue;*/
}
.miolo .ml_right {
	display:inline;
	float:left;
	width: 180px;
	padding-left:20px;
	height: auto;
	padding-top:10px;
	padding-bottom:10px;
}

#conteudo{
	border:0px solid red;
	width:100%;
	height:auto;
	padding:10px;
	font-family:Verdana;
	font-size:14px;
	}
	#conteudo strong{
		color:#333;
		font-size:14px;
		font-weight:bold;
		}
		#conteudo p{
		color:#000;
		font-size:14px;
		}
			#conteudo h3{
			color:#333;
			font-family:TYPOGRAPH;
			font-size:22px;
			font-weight:bold;
			text-align:left;
			margin-bottom:0px;
			margin-top:0px;
			}
#conteudo-imoveis{
	width:100%;
	height:auto;
	padding-left:35px;
	padding-right:15px;
	padding-bottom:40px;
	font-family:Verdana;
	font-size:14px;
	}


.box_detalhes.bx_right {
	margin-left:0px;
}
/*Título do miolo da página inicial  Vendas/Locação*/
.titulo_pgs.tithome {
	padding-left:3%;
	color:#BEAF87;
	font-size:30px;
	font-family:TYPOGRAPH;
	margin-bottom:1%;
	/*border: 1px solid red;*/
}

	.formulario{
		position:relative;
		width:90%;}
	.formulario input{
		width:90%;}
		.formulario textarea{
			width:90%;}
			.formulario placeholder{
				color:#333;
				padding:5px;}
				.formulario .button{ width:100px;}
				
				.divform{width:50%; float:left;}
/*Base menu rodapé*/
.container-100{border:0px solid red; width:100%; height:auto; display:inline-block;}
.container-menu-footer{width:60%; height:auto; margin:0 auto; text-align:center; font-family:TYPOGRAPH; font-size:20px;  margin-bottom:20px;}
a.texto-menu-imv{font-size:30px; color:#02569C; border:0px solid red; margin-bottom:30px; }
.container-menu-footer p{ border:0px solid black; margin-top:30px;}
a.texto-menu-pcr{ border:0px solid red; font-size:14px; color:#BEAD85;}

/* Footer */

footer {
	border:0px solid red;
    padding:15px;
	margin:0;
	margin-top:0;
	height:auto; 
	width:100%;
	display:inline-block;
	background:#C91E24;
	font-family:Arial;
}

footer .footer-interior{
	border:0px solid red;
	width:90%;
	margin:0 auto;
	height:auto;
	font-size:12px;
	}
	
footer .footer-interior #primary_nav_wrap{
border:0px solid black;
width:16%;	
float: left;
margin-top:0;
height:auto;
display:inline-block;
bottom:0;
}


footer .footer-interior strong{ font-family:Arial; font-size:12px; color:#BDAD85; }

footer .footer-interior #primary_nav_wrap  a
{			border:0px solid red;
			display:block;
			font-size:13px;
			color:#fff;	
			text-decoration:none;
			padding-bottom:10px;
			
}
footer .footer-interior #primary_nav_wrap ul li a:hover
{				
				border-bottom:0px solid #003;}
				
				footer .footer-interior #primary_nav_wrap ul ul li a:hover
{				
				border-bottom:0px solid #003;}
footer .footer-interior #primary_nav_wrap ul li
{
	border:0px solid red;
	border-left:0px solid #D1512A;
	position:relative;
	float:left;
	margin:0;
	padding:0;
}

footer .footer-interior #primary_nav_wrap ul li.current-menu-item
{
	background:#FFF;
}


footer .footer-interior #primary_nav_wrap ul ul
{	border:0px solid #EFEFEF;
	display:none;
	position:absolute;
	top:100%;
	left:0;
	background:#FFF;
	padding:0
}

footer .footer-interior #primary_nav_wrap ul ul li
{
	float:none;
	width:200px;
	border:1px solid #EFEFEF;
	
}

footer .footer-interior #primary_nav_wrap ul ul a
{	
	font-size:10px;
	line-height:120%;
	-decoration:none;
}

footer .footer-interior #primary_nav_wrap ul ul ul
{
	top:0;
	left:100%
}

footer .footer-interior #primary_nav_wrap ul li:hover > ul
{
	display:block
}
/**/

		.footer-interior span{ border:0px solid red; margin-right:16px; float:left; font-size:12px;}
		.footer-interior img{ border:0px solid red; float:left; padding:3px 3px; margin:0px;}
		.footer-interior a.link{color:#000;font-size:12px;}
.footer-menu{ border:0px solid green;  margin:0% 0 2% 0; width:60%; margin-left:20%; font-size: 12px; font-family:Arial; color:#fff; float:left; height:auto; display:inline-block;}	
.footer-menu p{ border:0px solid red; font-size:12px; line-height:22px;}
.footer-menu strong{ color:#CCCCCC; font-size:12px;}
		footer #logo{
			padding:26px 0 0 36px; float:left;
			}
			
footer ul{
	border:0px solid red;
	width:auto;
	float:left;
	margin-left:5%;
	margin-right:3.5%;
	padding:0px;
	}	
			
footer li, a{
	font-size:13px;
	color:#fff;
	list-style-type:none;
	}
	
	.space-sub{
		margin-top:-22px;
		}
	.space{
		padding-bottom:20px;
		font-size:14px;
		color:#D9001E;}	
		.spance-one{
			padding-left:10px;
			}
			.div-line{border-bottom:1px solid #fff; width:82%; height:40px; float:right;}
footer .copyright{font-size:12px;
width:100%;
border:0px solid red;
bottom:0;
color:#fff;
font-weight:500;
text-align:center;}
footer .copyright a{ color:#fff;}
	.rede-sociais-footer{display:none;}	





/*gerais*/

.titulo_pgs {
	font-family:Verdana;
	display:block;
	padding-top:7px;
	padding-bottom:7px;
	font-size:14px;
	font-weight:bold;
}
/*box_detalhes*/

.box_detalhes {
	border:0px solid red;
	display:inline;
	float:left;
	width:168px;
	height:390px;
	margin: 0px 30px 10px 35px;
	overflow:hidden;
	font-size:12px;
}
.box_detalhes .box_top {
	border:0px solid blue;
	position:relative;
	display:block;
	height: 30px;
	padding-top:13px;
	padding-left:40px;
	background-image:url(../images/box_top.jpg);
	background-position:center;
	background-repeat:no-repeat;
	padding-right:70px;
	z-index:100;
	color:#333;
}
.box_detalhes .box_foto {
	width:168px;
	height: 150px;
	margin-top:-5px;
	z-index:99;
}
.box_detalhes .box_foto img, .box_detalhes .box_foto img a {
	width:168px;
	height: 150px;
	margin-left:auto;
	border:0px solid red;
}
.box_detalhes .desc_box {
	width: 153px;
	min-height:86px;
	padding-left:5px;
	padding-top:8px;
	padding-bottom:8px;
	padding-right:10px;
	margin-left:auto;
	margin-right:auto;
	text-align:left;
	background-color:#dedede;
	
}

.box_detalhes .desc_box .titulo {
										border:0px solid red;
										height:18px;
										margin:0px;
										font-weight:bold;
										color:#393939;
									}
	.box_detalhes .desc_box .subtitulo {
										color:#666666;
										margin:0px;
									}
.box_detalhes .desc_box:first-line {
	font-weight:bold;
}
.box_detalhes .bot_box {
	border:0px solid red;
	width: 170px;
	height: auto;
	margin-left:-2px;
	margin-right:auto;
}
/*Simulação de financiamento*/
.box_financiamento {
	/*border:1px solid red;*/
	display:inline;
	float:left;
	margin-left:40px;
	margin-right:10px;
	width:180px;
	height:auto;
	overflow:hidden;
	font-size:12px;
	margin:10px 28px 10px 28px;
	text-align:center;
}
.box_detalhes .bot_bc {
	width: 170px;
	height: auto;
	margin-left:auto;
	margin-right:auto;
}
/*---------- YOU CAN CHANGE THIS STUFF -----------*/
#bannerRotator { width:100%; height:330px; padding:0px; background:; border:0px solid red; margin-left:0px; margin-top:86px; padding:0px; }
/*#bannerRotator ul li img{ max-width:600px; max-height:295px; }


/*---------- YOU MIGHT BREAK IT IF YOU CHANGE THIS STUFF -----------*/
#bannerRotator { position:relative; }
#bannerRotator ul { list-style:none; padding:0; position:relative; margin:0; }
#bannerRotator ul li { display:none; position:absolute; }
#bannerRotator ul li a { text-decoration:none; }

#bannerNav { position:absolute; right:0px; bottom:0px;}/* background:url(img/transBlack75.png) repeat 0 0; padding:0px 0px 0px 0px; -moz-border-radius:5px; -webkit-border-radius:5px; }*/
#bannerNav a { margin:3px 0px 0 0; height:10px; width:10px; display:block; background:url(img/dotDark.png) no-repeat 0 0; float:left; }
#bannerNav a.active { background-image:url(img/dotLight.png); }
#bannerNav span.pause, #bannerNav span.play { cursor:pointer; height:15px; width:15px; display:block; background:url(img/pause.png) no-repeat 0 0; float:left; }
#bannerNav span.play { background-image:url(img/play.png) }

@media(max-width:600px) {
	footer .footer-interior #primary_nav_wrap{
		width:100%;
	float:none;
	}
	.footer-menu{
		width:100%; margin-left:0%; float:none; 		}
}
