﻿@font-face {
 font-family: 'swissBlk';
 src: url('../fontes/swissBlk.eot');
 src: url('../fontes/swissBlk.eot?#iefix') format('embedded-opentype'),  url('../fontes/swissBlk.woff') format('woff'),  url('../fontes/swissBlk.ttf') format('truetype');
 font-weight: normal;
 font-style: normal;
}
* {
	margin: 0;
	padding: 0;
	font-family:  Arial, Helvetica, sans-serif;
	color:#666;
}
img {
	border: 0;
}
a {
	text-decoration:none
}
.clear {
	clear:both
}
.center {
	width:995px;
	margin:0 auto
}
table {
	font-size:13px;
}
/*==========================================================*/
/*	GERAL													*/
/*==========================================================*/

.body {
	background:url(../img/bg.png);
}
#topo {
	z-index:1;
	position:relative
}
#topo .logo {
	width:483px;
	height:130px;
	background:url(../img/logo.png);
	margin:0 0 0 20px;
	float:left;
}
#topo .telefone {
	width:224px;
	height:48px;
	background:url(../img/telefone.png);
	margin:50px 20px 0 0;
	float:right;
}
.bg_menu {
	width:100%;
	height:53px;
	background: url(../img/bg_menu.png) top center;
	position:relative;
}
#topo #menu {
	float:right;
	margin:-52px 0 0 310px
}
#topo #menu li {
	font-size: 15px;
	float:left;
	display: inline-block;
	text-align: center;
}
#topo #menu li a {
	color: #633D3D;
	text-decoration: none;
	display: block;
	padding: 16px 15px 16px 15px;
	margin: 0 3px 0 11px;
	-moz-transition: all 200ms linear;
	-webkit-transition: all 200ms linear;
	-o-transition: all 200ms linear;
	transition: all 200ms linear;
	font-family:"swissBlk", arial;
}
#topo #menu li a:hover {
	background-color: #B8903F;
	color:#Fff
}
.formularioBusca {
	float: left;
	width: 970px;
	margin-top: 20px;
	margin-left: 25px;
}
.formularioBusca div {
	float: left;
}
.bt-buscar {
	width:90px;
	height:26px;
	cursor:pointer;
	background:url(../imagens/bt_buscar.png);
}
.bt-buscar:hover {
	background:url(../imagens/bt_buscarOver.png);
}
div.campo {
	width: 145px;
	font-size: 12px;
	height: 33px;
}
input.text {
	width: 115px;
	color: #7d7d7d;
	height: 25px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	background-color: #ffffff;
	text-indent: 10px;
	border: 1px solid #d0cfcf;
	font-size: 10px;
	font-family:Arial, Helvetica, sans-serif
}
select.b {
	font-size: 10px;
	width: 138px;
	color: #7d7d7d;
	height: 27px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	background-color: #ffffff;
	border: 1px solid #d0cfcf;
	padding: 3px;
	padding-top: 5px;
	text-transform: capitalize;
	font-family:Arial, Helvetica, sans-serif
}
/*==========================================================*/
/*	CONTEUDO INDEX											*/
/*==========================================================*/

#conteudo {
	padding:15px 5px;
}
#conteudo .esq {
	width:193px;
	float:right;
	padding-bottom:20px;
}
#conteudo .esq .topmenu_vendas {
	width:191px;
	height:43px;
	background:url(../img/menu_venda.png);
}
#conteudo .esq .topmenu_aluguel {
	width:191px;
	height:43px;
	background:url(../img/menu_aluguel.png);
}
#conteudo .esq .bgmenu {
	width:191px;
	background: #FFF;
	padding-bottom:10px;
	border-radius: 0 0 7px 7px;
}
#conteudo .esq .a b {
	color: #633D3D;
}
#conteudo .esq .a {
	margin:0 10px;
	padding:3px;
	font-size:12px;
	line-height:22px;
	display:block;
}
#conteudo .esq .a:hover {
	background:#f1f1f1;
}
#conteudo .esq span {
	width:191px;
	height:2px;
	background:url(../img/separa_menu.png);
	display:block;
	clear:both;
}
#conteudo .esq .simule {
	width:191px;
	height:218px;
	margin-bottom:10px;
	margin-top:20px;
	display:block;
	background:url(../img/banner_financiamento.png);
}
#conteudo .esq .corresp {
	width:191px;
	height:184px;
	margin-bottom:10px;
	margin-top:20px;
	background:url(../img/correspondente.jpg);
}
#conteudo .dir {
	width:772px;
	float:left;
	padding-bottom:20px;
}
#conteudo .dir .titulo {
	font-size:24px;
	padding-left:20px;
	border-left:5px #D7A022 solid;
	width:550px;
	margin:5px 0 10px 20px;
	font-style:italic;
}
/*==========================================================*/
/*	IMÓVEL LISTA						              		*/
/*==========================================================*/
#imovelLista {
	width:177px;
	margin:10px 8px;
	float:left;
}
#imovelLista a {
	width:177px;
	height:280px;
	-moz-transition: all 200ms linear;
	-webkit-transition: all 200ms linear;
	-o-transition: all 200ms linear;
	transition: all 200ms linear;
}
#imovelLista a:hover {
	opacity:0.6;
	filter:alpha(opacity=60);
}
#imovelLista img {
	width:177px;
	height:165px;
}
#imovelLista .infos {
	width:157px;
	padding:10px;
	height:95px;
	font-size:11px;
	background:#FFF;
	border-bottom:  #C3A878 2px solid
}
#imovelLista .infos p {
	font-size:13px;
	font-weight:bold;
	padding-bottom:5px;
}
/*==========================================================*/
/*	SLIDER								              		*/
/*==========================================================*/


.slider {
	margin-top:30px;
	width:1000px;
}
.slider ul {
	position:relative;
	float:left;
	width:640px;
	height:360px;
	overflow:hidden;
}
.slider ul li {
	position:absolute;
	top:0px;
	left:0px;
	width:640px;
	height:360px;
}
.slider .principal {
	position:relative;
	float:left;
	width:640px;
	height:360px;
	overflow:hidden;
}
.slider .principal img {
	position:relative;
	float:left;
	z-index:0;
}
.slider .principal img.h {
	width:640px;
	height:480px;
	margin-top:-60px;
}
.slider .principal img.v {
	width:640px;
	height:853px;
	margin-top:-493px;
}
.slider .principal .descricao {
	position:absolute;
	bottom:0px;
	left:0px;
	background-image:url('../img/preto-70.png');
	padding:5px 10px;
	width:620px;
	min-height:60px;
	z-index:1;
	line-height:20px;
	border-top: 3px solid #B8903F
}
.slider .principal .descricao.twolines {
	height:auto;
}
.slider .principal .descricao .titulo {
	position:relative;
	font-weight: 500;
	color:#fff;
	font-size:18px;
	line-height:30px;
}
.slider .principal .descricao .texto {
	position:relative;
	color:#fff;
}
.slider .principal .descricao .valor {
	position:relative;
	float:left;
	font-weight: 400;
}
.slider .miniaturas {
	width:360px;
	height:360px;
	float:left;
}
.slider .miniaturas .mini {
	position:relative;
	float:left;
	width:120px;
	height:120px;
	overflow:hidden;
	opacity:0.35;
	filter:alpha(opacity=35);
}
.slider .miniaturas .mini.act {
	height:117px;
	border-bottom:3px solid #B8903F;
	opacity:1;
	filter:alpha(opacity=100);
}
.slider .miniaturas .mini img {
	position:relative;
	float:left;
	z-index:0;
}
.slider .miniaturas .mini img.h {
	margin-left:-20px;
	width:160px;
	height:120px;
}
.slider .miniaturas .mini img.v {
	margin-top:-40px;
	width:120px;
	height:160px;
}
.slider .miniaturas .mini .hover {
	position:absolute;
	z-index:1;
	background-image:url('../img/preto-70.png');
	color:#ffffff;
	top:0px;
	left:0px;
	width:110px;
	height:107px;
	font-size:12px;
	padding:5px;
	border-bottom-width:3px;
	border-bottom-style:solid;
}
/*==========================================================*/
/*	BUSCA								              		*/
/*==========================================================*/
#busca {
	height:135px;
	background: url(../img/bg_busca.png) top center repeat-y #f5f5f5;
}
#boxbusca {
}
#boxbusca .icon {
	background:url(../img/tit_buscar.png) no-repeat bottom;
	height:38px;
	width:193px;
	margin:0 0 0 20px;
}
#boxbusca .formularioBusca {
	width:620px;
	float: left;
	margin-top: 10px;
	margin-left: 16px;
}
#boxbusca #busca {
	width:140px;
	height:28px;
	border:1px #ccc solid;
	padding:0px 10px;
	border-radius: 5px;
	float:left;
	font-size:14px;
	background: url(../img/select_sprite1.png) 0 -29px repeat-x;
}
#boxbusca .bt-buscar {
	width:123px;
	height:66px;
	background:url(../img/bt_buscar.png);
	float:left;
	margin:9px 0 0 12px;
	background-position:0 -66px;
}
#boxbusca .bt-buscar:hover {
	background-position:0 0;
}
/*==========================================================*/
/*	RODAPÉ								              		*/
/*==========================================================*/
#rodape {
	height:245px;
	background:url(../img/bg_rodape.png) repeat-x #E6E6E6;
}
#rodape .logo {
	width:320px;
	height:135px;
	margin:35px 0 0 20px;
	float:left;
}
#rodape .infos {
	margin:40px 0 0 40px;
	float:left;
	font-size:13px;
	line-height:20px;
}
#rodape .infos b {
	font-family:"swissBlk", arial;
	font-size:18px;
}
#rodape .indices {
	background:url(../img/bg_indices.png) no-repeat;
	width:193px;
	height:94px;
	float:right;
	margin-top:20px;
}
#rodape .indices p {
	font-size:13px;
	margin:7px 0 0 10px;
	float:left;
	line-height:20px;
}
.direitos {
	width: 460px;
	float: left;
	margin: 20px 0 0 20px;
	color:#f5f5f5;
	font-size:12px;
}
.creditos {
	width:250px;
	font-size:12px;
	margin:10px 20px 0 0;
	float:right;
	text-align:right;
	color:#f5f5f5;
}
#autocentro {
	display:inline-block;
	width: 100px;
	height: 30px;
	background:url(../img/autocentrocinza.png);
	margin-bottom: -10px;
	z-index: 9999999;
}
#autocentro:hover {
	background:url(../img/autocentro.png);
}
/*==========================================================*/
/*	IMOVEL												*/
/*==========================================================*/

#det-imov-esq {
	width:456px;
	float:right;
}
#det-imov-dir {
	width:274px;
	float:left;
	font-size:13px
}
#tit-imov {
	color: #512222;
	font-size:20px;
	font-family:"swissBlk";
	border-bottom: 1px dotted #C5BEB1;
	width:745px;
	padding:0 0 5px 10px;
	margin-bottom:20px;
}
#imov-sem {
	color:#333;
	font-size:19px;
	font-weight:bold;
	border-bottom: 1px dotted #C5BEB1;
	width:750px;
	padding:0 0 5px 10px;
	margin: 30px 0 10px 0;
}
.foto_g {
	width:454px;
	height:341px;
	margin-bottom:5px;
	border: 1px solid #CCC;
}
.foto_p {
	width:85px;
	height:62px;
	border: 1px solid #CCC;
}
#descr_imov fieldset {
	border:0;
}
#descr_imov fieldset label, #descr_imov fieldset span {
	font-weight:500;
	float:left;
	display:block;
	width:160px;
	margin:4px 5px;
	border-bottom: 1px dotted #C5BEB1;
}
#descr_imov fieldset label {
	clear:both;
	width:90px;
	text-align:right;
	font-weight:normal;
}
#descr_imov .info li{
	list-style: inside;
	margin:2px;
	width:125px;
	float:left;
	font-size:12px;
}
h2 {
	margin:10px;
	color:#333;
	font-size:16px
}
h3 {
	margin:10px 0;
	color:#333;
	border-bottom: 1px dotted #C5BEB1;
	width:264px;
	padding:0 0 5px 10px;
}
#infos_imov {
	width:640px;
}
#voltar {
	float:right;
	margin-top:7px;
	margin-right:5px
}
.compartilhar {
	height:30px;
	display:block;
	margin-bottom:20px;
}
#post_share_twitter {
	width: 98px;
	float: left;
	margin: 5px 0px 0 0;
}
#post_share_facebook {
	width: 80px;
	float: left;
	margin: 4px 10px 0 2px;
}
#post_share_plusone {
	width: 70px;
	float: left;
	margin: 5px 0 0 0;
}
#opcoes {
	width:82px;
	display:inline-block;
	text-decoration:none;
}
.fotos_opcoes_separador {
	text-decoration:none;
	display:inline-block;
	width: 1px;
	height: 52px;
	overflow: hidde;
	background-color: #cccccc;
}
/*==========================================================*/
/*	PAGINAÇÃO												*/
/*==========================================================*/
.box-paginacao {
	width: 100%;
	font-size:14px;
	margin-top:20px;
	margin-right:-10px;
}
.paginacao {
	float:right;
	color:#FFF;
}
.paginacao a {
	background:#E4E4E4;
	color: #666;
	text-decoration:none;
	border:1px solid #CCC;
	border-radius:2px;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	-khtml-border-radius:2px;
	padding:6px
}
.paginacao a:hover {
	background:#FFF;
	color:#444
}
.paginacao a.pagina_atual {
	background:#222;
	color:#FFF;
	font-weight:bold;
	border:1px solid #000
}
/*==========================================================*/
/*	CONTATO													*/
/*==========================================================*/
.centro {
	margin:0 0 20px 40px;
	font-size:14px;
	text-align:justify
}
.centro1 {
	margin:0 20px 20px 40px;
	font-size:14px;
	text-align:justify
}
#box-contato-esq {
	width:320px;
	float:left;
	font-size:13px;
	line-height:20px;
}
#box-contato-dir {
	width:320px;
	float:left;
	font-size:13px;
	line-height:18px;
	padding-left:20px
}
#box-contato-geral {
	width:650px;
	float:left;
	font-size:13px;
	clear:both;
}
#box-contato-geral p {
	font-size:13px;
	margin-bottom:10px;
}
#contato {
	width:300px;
	border-bottom: 1px dashed #CCC;
	padding:3px;
	margin-top: 35px;
	margin-bottom: 10px;
	margin-left: 0px;
	color:#512222;
	font-size:15px;
}
#chegar {
	width:685px;
	border-bottom: 1px dashed #CCC;
	padding:3px;
	margin-top: 35px;
	margin-bottom: 10px;
	margin-left: 0px;
	color:#512222;
	font-size:15px;
}
/*==========================================================*/
/*	FORMULÁRIOS							              		*/
/*==========================================================*/

.forms {
	padding: 5px;
	font-size: 13px;
	margin-right:10px;
	color: #333;
	background:#E6E6E6;
	border: 1px solid #CCC;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
.forms:focus {
	outline: none;
	background-color: #F7F7F7;
	color:#333;
}
.botoes-forms                               { float:left; width:700px; margin-bottom:30px; }
    .botoes-forms div                       { position:relative; float:left; width:150px; height:150px; margin-right:5px; }
    .botoes-forms .bt-interesse             { float:left; width:150px; height:60px; background:url('../img/bt-gradiente-white-interesse.png') no-repeat top left; z-index:1; padding-top:90px; text-align:center; font-family:Verdana; text-transform:uppercase; font-size:10px; font-weight:bold; text-shadow:1px 1px 0px #454545; color:#ffffff; }
        .botoes-forms .bt-interesse:hover   { background:url('../img/bt-gradiente-white-interesse.png') no-repeat bottom left;  }
    .botoes-forms .bt-agende                { float:left; width:150px; height:60px; background:url('../img/bt-gradiente-white-agende.png') no-repeat top left; z-index:1; padding-top:90px; text-align:center; font-family:Verdana; text-transform:uppercase; font-size:10px; font-weight:bold; text-shadow:1px 1px 0px #454545; color:#ffffff; }
        .botoes-forms .bt-agende:hover      { background:url('../img/bt-gradiente-white-agende.png') no-repeat bottom left;  }
    .botoes-forms .bt-contato               { float:left; width:150px; height:60px; background:url('../img/bt-gradiente-white-fale.png') no-repeat top left; z-index:1; padding-top:90px; text-align:center; font-family:Verdana; text-transform:uppercase; font-size:10px; font-weight:bold; text-shadow:1px 1px 0px #454545; color:#ffffff; }
        .botoes-forms .bt-contato:hover     { background:url('../img/bt-gradiente-white-fale.png') no-repeat bottom left;  }
    .botoes-forms .bt-reserva               { float:left; width:150px; height:60px; background:url('../img/bt-gradiente-white-reserva.png') no-repeat top left; z-index:1; padding-top:90px; text-align:center; font-family:Verdana; text-transform:uppercase; font-size:10px; font-weight:bold; text-shadow:1px 1px 0px #454545; color:#ffffff; }
        .botoes-forms .bt-reserva:hover     { background:url('../img/bt-gradiente-white-reserva.png') no-repeat bottom left;  }
        .botoes-forms .interesse a,
        .botoes-forms .agende a,
        .botoes-forms .contato a            { }
    .botoes-forms .interesse span           { position:absolute; z-index:-1; width:98px; height:98px; margin:25px; top:0; left:0; background:#bd4545; border:1px solid #ab4e4e; }
    .botoes-forms .agende span              { position:absolute; z-index:-1; width:98px; height:98px; margin:25px; top:0; left:0; background:#4a98b9; border:1px solid #3e9cbb; }
    .botoes-forms .contato span             { position:absolute; z-index:-1; width:98px; height:98px; margin:25px; top:0; left:0; background:#4e834d; border:1px solid #267c1f; }
    .botoes-forms .reserva span             { position:absolute; z-index:-1; width:98px; height:98px; margin:25px; top:0; left:0; background:#664f7c; border:1px solid #4f3964; }
    .botoes-forms.temporada div             { margin-right:-5px; }
