body,html{
	padding:0;
	margin:0;
	font-family: 'Trebuchet MS',Arial;
	overflow-x:hidden;
}
h1,h2,h3,h4,h5,h6{
	padding:0;
	margin:0;
}
a,input[type='submit'],input[type='button'],input[type='image']{
	text-decoration:none;
	cursor:pointer;
}
input,textarea{
	outline:none;
	resize:none;
	font-family: 'Trebuchet MS',Arial;
}
*{
	-webkit-appearance:none;
	border-radius: 0;
}
select{
	-webkit-appearance:none;
	-moz-appearance:none;
	appearance:none;
	background-image: url(images/seta-select.png)!important;
	background-repeat:no-repeat!important;
	background-position: 95% 50%!important;
}
.clear{
	clear: both;
}
.center {
	display: table;
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
	position: relative;
}
#header{
	background: rgba(255,255,255,0.75);
	position: fixed;
	top:40px;
	left:0;
	z-index: 500;
	width: 100%;
	height: 80px;
	box-shadow: 0 0 15px rgba(0,0,0,0.4);
	-webkit-transition: 0.5s;
	transition: 0.5s;
}
#header.notopo{
	background: rgba(255,255,255,1);
	top:0px;
}
#header #logo-piermann{
	float: left;
	width: 240px;
	height: 80px;
	background: url("images/logo-piermann.png") no-repeat center center;
}
#header #abrirMenu{
	display: none;
	width: 50px;
	height: 50px;
	background: url("images/ico-menu.png") no-repeat center center;
	position: absolute;
	right: 10px;
	top:10px;
}
#header #menu{
	float: right;
}
#header #menu a{
	float: left;
	display: block;
	padding: 20px 15px 0 15px;
	height: 60px;
	font-family: 'Allerta',Arial;
	color: #323232;
}
#header #menu a.sel{
	color: #ff8038;
}
#header #menu a span{
	display: block;
	line-height: 20px;
	font-weight: 300;
	font-family: 'Sansation',Arial;
	text-transform: uppercase;
	font-size: 15px;
}
#footer{
	width: 100%;
	float: left;
	clear: left;
	background: #e0e0e0 url("images/sombra-footer.png") repeat-x top;
	color: #666666;
	padding: 0 0 50px 0;
}
#footer .center{
	padding: 15px 0;
	position: relative;
}
#footer #contato{
	float: left;
	width: 264px;
	height: 95px;
	padding: 35px 38px 0 0;
	margin:30px 0 0 0;
	border-right: 1px solid #cfcfcf;
	text-align: center;
	color: #666666;
}
#footer #contato .telefone{
	font-size: 30px;
}
#footer #contato .email{
	font-size: 14.3px;
}
#footer #contato .creci{
	text-align: left;
	font-size: 12px;
	float: left;
	margin: 10px 0 0 30px;
}
#footer #horario{
	float: left;
	width: 240px;
	padding: 0 0 0 35px;
	margin:30px 0 0 0;
}
#footer #horario .titulo{
	float: left;
	font-size: 15px;
	text-transform: uppercase;
	font-family: 'Allerta',Arial;
	color: #666666;
}
#footer #horario .horarioLabel{
	float: left;
	clear: left;
	font-size: 12px;
	margin: 20px 0 0 0;
	text-transform: uppercase;
}
#footer #horario .horario{
	font-size: 15px;
	float: left;
	clear: left;
}
#footer #address{
	width: 100%;
	height: 50px;
	line-height: 50px;
	background: #cfcfcf;
	float: left;
	clear: both;
	font-size: 12px;
	color: #666666;
}
#footer #address .center{
	height: 50px;
	padding: 0;
}
#footer #address a{
	float: right;
	background: url(images/dinamicami.png);
	width: 115px;
	height: 24px;
	display: block;
	margin: 15px 0 0 0;
}
#footer #facebookframe{
	float: left;
	margin: 35px 0 0 50px;
}
#footer .center #facebook{
	position: absolute;
	right: 0px;
	bottom: 10px;
}
#footer .infosContato{
	display: table;
	float: left;
}
#footer .foot{
	clear: none;
}
#grandeBanner{
	float: left;
	clear: left;
	width: 100%;
	height: 550px;
	background: #444;
	position: relative;
}
#grandeBanner #opcoesBanner{
	position: absolute;
	bottom: 250px;
	left: 50%;
	margin: 0 0 0 -350px;
	width: 700px;
	z-index: 30;
}
#grandeBanner #opcoesBanner a{
	width: calc(33% - 12px);
	height: 75px;
	padding: 25px 0 0 0;
	margin: 0 5px;
	border: 1px solid #000;
	color: #000;
	display: block;
	float: left;
	text-align: center;
	font-size: 19px;
	font-family: 'Sansation',Arial;
	-webkit-transition: 0.4s;
	transition: 0.4s;
	background-color: rgba(255,255,255,0.45);
	box-shadow: 0 0 15px rgba(255,255,255,0.35);
}
#grandeBanner #opcoesBanner a strong {
	font-family: 'Allerta', Arial;
	text-transform: uppercase;
}
#grandeBanner #opcoesBanner a:hover{
	background-color: #000;
	color: #fff;
}
#grandeBanner .banner{
	float: left;
	width: 100%;
	height: 550px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	position: absolute;
	z-index: 1;
	top:0px;
	left:0px;
}
#quadroBusca{
	width: 800px;
	font-family: 'Allerta',Arial;
	text-align: center;
	-webkit-transition: 0.2s;
	transition: 0.2s;
	position: absolute;
	bottom:30px;
	left: 50%;
	z-index:  20;
	margin: 0 0 0 -400px;
}
#quadroBusca span{
	font-size: 19px;
	color: #fff;
	font-weight: bold;
	text-shadow: 2px 2px 1px rgba(0,0,0,0.6);
}
.buscaBorder{
	float: left;
	width: calc(100% - 20px);
	height: 40px;
	padding: 10px;
	background: rgba(0,0,0,0.5);
	margin: 10px 0 0 0;
	-webkit-transition: 0.3s;
	transition: 0.3s;
}
.buscaBorder.aberto{
	height: 90px;
}
.buscaBorder .campo{
	float: left;
	border: 0;
	height: 40px;
	background: #fff;
	padding: 0 5px;
	margin: 0 5px 0 0;
	text-align: center;
}
.buscaBorder #campoBusca,.buscaBorder #campoValor{
	width: 100px;
}
.buscaBorder .campoSel{
	width: 120px;
}
.buscaBorder #campoValor{
	width: calc(100% - 640px);
}
.buscaBorder .filtrosBusca{
	height: 0px;
	padding: 9px 0 0 0;
	width: 100%;
	float: left;
	clear: left;
	margin: 10px 0 0 0;
	overflow: hidden;
	-webkit-transition: 0.3s;
	transition: 0.3s;
}
.buscaBorder.aberto .filtrosBusca{
	height: 30px;
	border-top: 1px solid rgba(255,255,255,0.2);
}
.buscaBorder .filtrosBusca select{
	display: block;
	float: left;
	height: 30px;
	width: 32%;
	margin: 0 0.5%;
	border: none;
}
.buscaBorder .filtrosBusca select:last-child{
	width: 33%;
}
.buscaBorder #fazerBusca{
	float: left;
	width: 100px;
	text-align: center;
	height: 40px;
	line-height: 40px;
	color: #fff;
	background: #ff8038;
	-webkit-transition: 0.2s;
	transition: 0.2s;
}
.buscaBorder #abrirFiltrosBusca{
	float: left;
	width: 40px;
	height: 40px;
	background: #ff8038 url(images/ico-filtros.png) no-repeat center center;
	margin: 0 5px 0 0;
}
.buscaBorder #abrirFiltrosBusca:hover,.buscaBorder #fazerBusca:hover{
	background-color: #ffbf9d;
}
.bannersCentrais{
	float: left;
	clear: left;
	width: 100%;
	height: 125px;
	padding: 25px 0;
}
.bannersCentrais .bnCentral{
	float: left;
	margin:0 32px;
	width: calc(50% - 64px);
	height: 125px;
}
.bannersCentrais .bnCentral img{
	width: 100%;
}
.zonaDestaques{
	position: relative;
	float: left;
	clear: left;
	width: 100%;
}
.zonaDestaques .center{
	max-width: 940px;
}
.zonaDestaques .fundo{
	position: absolute;
	top:90px;
	left: 0px;
	width: 100%;
	height: calc(100% - 140px);
	background: #e5e5e5;
	z-index: 1;
}
.detaques {
	float: left;
	clear: left;
	height: 520px;
	position: relative;
	z-index: 2;
	width: 100%;
}
.detaques .titulo{
	float: left;
	padding: 0 0 10px 0;
	border-bottom: 2px solid #ff8038;
	color: #000;
	font-size: 21px;
	font-family: 'Allerta',Arial;
	font-weight: normal;
}
.visaoDestaque{
	float: left;
	clear: left;
	width: 100%;
	height: 400px;
	margin: 20px 0 0 0;
	overflow: hidden;
}
.visaoDestaque .voltaDestaque,.visaoDestaque .vaiDestaque{
	float: left;
	width: 40px;
	height: 100%;
	display: block;
	background: url(images/dst-dir.png) no-repeat center center;
	-webkit-transition: 0.2s;
	transition: 0.2s;
}
.visaoDestaque .vaiDestaque{
	background: url(images/dst-esq.png) no-repeat center center;
}
.visaoDestaque .voltaDestaque:hover{
	background-position: -10px center;
}
.visaoDestaque .vaiDestaque:hover{
	background-position: 10px center;
}
.visaoDestaque .destaqueAberto{
	float: left;
	width: calc(100% - 80px);
	height: 100%;
}
.visaoDestaque .destaqueAberto .destaque{
	width: calc(33% - 30px);
	height: 100%;
	margin: 0 15px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	float: left;
	position: relative;
	-webkit-transition: 0.5s;
	transition: 0.5s;

	transform: scale(0.5);
	opacity: 0;
}
.visaoDestaque .destaqueAberto .destaque.aberto{
	transform: scale(1);
	opacity: 1;
}
.visaoDestaque .destaqueAberto .destaque .info{
	float: left;
	width: calc(100% - 60px);
	padding: 15px;
	background: rgba(0,0,0,0.65);
	position: absolute;
	left: 15px;
	bottom: 15px;
	font-size: 14px;
	color: #fff;
	text-align: justify;
}
.visaoDestaque .destaqueAberto .destaque .bairro{
	float: left;
	color: #ff8038;
	margin: 10px 0 0 0;
}
.visaoDestaque .destaqueAberto .destaque .valor{
	float: right;
	color: #ff8038;
	font-weight: bold;
	margin: 12px 0 0 0;
	font-size: 12px;
}
#conteudo{
	width: 100%;
	float: left;
	clear: left;
	color: #666666;
	margin: 30px 0;
	text-align: justify;
	display: table;
}
.tituloPagina{
	float: left;
	clear: left;
	width: 100%;
	color: #666666;
	font-size: 17px;
	border-bottom: 1px solid #e5e5e5;
	display: block;
	padding: 0 0 10px 0;
	margin: 0 0 20px 0;
	font-weight: normal;
}
#escolhaMidia{
	float: left;
	margin: 0 0 10px 0;
}
#escolhaMidia a{
	display: block;
	line-height: 20px;
	padding: 0 10px;
	color: #666666;
	font-size: 14px;
	border-right: 1px solid #cecece;
	float: left;
}
#escolhaMidia a:last-child{
	border:none;
}
#escolhaMidia a.sel{
	color: #ff8038;
}
#conteudo #quadroImagens{
	float: left;
	margin: 0 20px 0 0;
}
#quadroMapa,#quadroVistaDaRua{
	float: left;
	display: none;
}
#quadroImagens,#quadroMapa,#quadroVistaDaRua{
	width: 638px;
	height: 440px;
	position: relative;
	float: left;
	margin: 0 20px 0 0;
}
#quadroImagens .cliqueZoom{
	float: right;
	clear: both;
	background: url("images/zoom.png") no-repeat;
	display: block;
	padding: 0 0 0 20px;
	font-size: 10px;
	color: #000000;
	height: 15px;
	line-height: 15px;
	margin: 10px 4px 0 0;
	text-transform: uppercase;
}
#quadroImagens .imagens{
	display: block;
	position: relative;
	width: 630px;
	height: 400px;
	left: 4px;
	z-index: 1;
	overflow: hidden;
	cursor: zoom-in;
}
#quadroImagens .imagens .imagem{
	float: left;
	display: block;
	width: 630px;
	height: 400px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}
#quadroImagens #voltarImagem,#quadroImagens #avancarImagem{
	display: block;
	width: 30px;
	height: 60px;
	position: absolute;
	top: 170px;
	left: 0px;
	background: #ff8038 url("images/seta-esquerda-b.png") no-repeat center center;
	z-index: 2;
}
#quadroImagens #avancarImagem{
	left: auto;
	right: 0px;
	background: #ff8038 url("images/seta-direita-b.png") no-repeat center center;
}
#formulario{
	float: left;
	clear: left;
	width: 100%;
	margin:20px 0;
}
#formulario .coluna{
	display: block;
	float: left;
	width: 48%;
	padding: 0 1%;
}
#formulario label{
	float: left;
	clear: left;
	font-size: 17px;
	color: #666;
}
#formulario .input {
	height: 40px;
	line-height: 40px;
	width: calc(100% - 20px);
	padding: 0 10px;
	margin: 0 0 10px 0;
	float: left;
	clear: left;
	border:1px solid #ddd;
	background-color: #f9f9f9;
	-webkit-transition: 0.3s;
	transition: 0.3s;
	font-size: 14px;
}
#formulario textarea.input {
	height: 184px;
}
#formulario select.input {
	width: 100%;
}
#formulario .input:focus {
	border-color: #666;
}
#formulario input[type='submit'] {
	float: right;
	clear: both;
	line-height: 40px;
	padding: 0 15px;
	color: #fff;
	background-color: #ff8038;
	font-family: 'Allerta',Arial;
	border: 0;
	text-decoration: none;
}
#maps{
	width: 100%;
	height: 300px;
	float:left;
	clear: left;
}
#topoFiltros{
	float: left;
	clear: left;
	display: block;
	float: left;
	width: calc(100% - 30px);
	border-bottom: 1px solid #e5e5e5;
	padding: 0 15px 10px 15px;
	margin: 30px 0 0 0;
}
#topoFiltros a{
	display: block;
	padding: 0 0 0 20px;
	color: #666666;
	font-size: 15px;
	background: url('images/ico-filtro.png') no-repeat left center;
	float: left;
	margin: 0 20px 0 0;
	height: 18px;
	line-height: 18px;
	font-family: 'Allerta',Arial;
}
#topoFiltros a#definirOrdem {
	background: url('images/ico-ordem.png') no-repeat left center;
}
#filtros{
	float: left;
	clear: left;
	color: #666666;
	font-size: 12px;
	width: calc(100% - 30px);
	padding: 5px 15px;
}
#janelaFiltros{
	position: absolute;
	width: 100%;
	height: 225px;
	padding: 10px 0;
	box-shadow: 0 0 10px rgba(0,0,0,0.2);
	background: #e5e5e5;
	left: 0;
	top: 58px;
	z-index: 5;
	display: none;
}
#janelaFiltros .coluna{
	width: 190px;
	height: 225px;
	padding: 0 15px;
	float: left;
	border-right: 1px solid #cdcdcd;
	overflow: hidden;
	overflow-y: auto;
}
#janelaFiltros .coluna input{
	float: left;
	clear: left;
	margin: 10px 5px 0 0;
	height: 15px;
	width: 15px;
	cursor: pointer;
}
#janelaFiltros .coluna span{
	float: left;
	clear: left;
	margin: 10px 0 0 0;
	color: #ff8038;
}
#janelaFiltros .coluna label{
	float: left;
	color: #666666;
	font-size: 15px;
	line-height: 15px;
	margin: 10px 0 0 0;
	cursor: pointer;
	width: 150px;
}
#janelaFiltros strong{
	color: #666666;
	font-size: 15px;
	font-family: 'Allerta',Arial;
	float: left;
}
#janelaFiltros .colunaSlider{
	float: left;
	width: 307px;
	height: 225px;
	padding: 0 15px;
	position: relative;
}
#janelaFiltros .colunaSlider .labelSlide{
	float: left;
	clear: left;
	font-size: 15px;
	color: #666666;
}
#janelaFiltros .colunaSlider .valSlider{
	float: left;
	display: block;
	margin: 0 0 0 5px;
}
#janelaFiltros .colunaSlider .slides{
	float: left;
	clear: left;
	width: 100%;
	height: 11px;
	margin: 5px 0;
}
#janelaFiltros .colunaSlider #aplicarFiltros{
	float: right;
	clear: both;
	display: block;
	padding: 0 10px;
	line-height: 40px;
	position: absolute;
	bottom: 0px;
	right: 10px;
	-webkit-transition: 0.2s;
	transition: 0.2s;
	background: #333;
	color: #ccc;
}
#janelaFiltros .colunaSlider #aplicarFiltros:hover{
	background: #ff8038;
	color: #fff;
}
#topoFiltros #ordemFiltros{
	float: left;
	clear: left;
	width: 100%;
	display: none;
	margin: 10px 0 0 0;
}
#topoFiltros #ordemFiltros .ordem{
	background-image: url(images/ico-asc.png);
}
#topoFiltros #ordemFiltros .ordem.desc{
	background-image: url(images/ico-desc.png);
}
#topoFiltros #ordemFiltros .ordem.sel{
	color: #ff8038;
	font-weight: bold;
}
.imovel{
	float: left;
	width: 240px;
	height: 275px;
	color: #000;
	margin: 10px 0px;
	padding: 5px;
	background: #fff;
	-webkit-transition: 0.3s;
	transition: 0.3s;
	z-index: 1;
	position: relative;
	border-radius: 5px;
	display: block;
}
.imovel:hover{
	z-index: 2;
	box-shadow: 0 0 10px rgba(0,0,0,0.25);
	transform: scale(1.05);
}
.imovel .tipo{
	float: left;
	clear: left;
	font-size: 12px;
	line-height: 15px;
}
.imovel .codigo{
	float: right;
	line-height: 15px;
	font-size: 12px;
}
.imovel .imagem{
	display: block;
	float: left;
	width: 100%;
	height: 170px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	background-color: #f0f0f0;
	position: relative;
	margin: 0 0 5px 0;
}
.imovel .negocio{
	float: left;
	clear: left;
	font-size: 12px;
	margin: 5px 0 0 0;
}
.imovel .local{
	float: left;
	clear: left;
	font-size: 12px;
	border-top:1px solid rgba(0,0,0,0.15);
	width: 100%;
	padding: 5px 0 0 0;
}
.imovel .area,.imovel .banheiro,.imovel .garagem,.imovel .quartos{
	float: left;
	font-size: 12px;
	margin: 5px 5px 0 0;
	background-repeat: no-repeat;
	background-position: left center;
	display: block;
	line-height: 25px;
}
.imovel .area{
	clear: left;
	background-image: url("images/ico-area.png");
	padding-left: 32px;
}
.imovel .banheiro{
	background-image: url("images/ico-banheiros.png");
	padding-left: 25px;
}
.imovel .garagem{
	background-image: url("images/ico-garagem.png");
	padding-left: 28px;
}
.imovel .quartos{
	background-image: url("images/ico-quartos.png");
	padding-left: 25px;
}
#paginacao{
	float: right;
	clear: both;
	margin: 20px 0;
}
#paginacao .voltarPagina, #paginacao .avancaPagina{
	float: left;
	display: block;
	width: 25px;
	height: 25px;
	background: url("images/pag-vai.png") no-repeat center center #ff8038;
}
#paginacao .voltarPagina{
	background-image: url(images/pag-volta.png);
}
#paginacao .textoPagina{
	display: block;
	float: left;
	padding: 0 10px;
	font-size: 12px;
	color: #666666;
	font-family: 'Allerta', Arial;
	line-height: 25px;
}
#formInteresse{
	float: left;
	width: 300px;
	margin: 0 0 0 20px;
}
#formInteresse .titulo{
	float: left;
	font-size: 15px;
	color: #000;
	clear: left;
	text-transform: uppercase;
}
#formInteresse .input{
	float: left;
	clear: left;
	width: 280px;
	height: 35px;
	line-height: 35px;
	background: #f7f7f7;
	border:1px solid #cfcfcf;
	color: #666;
	padding: 0 10px;
	font-size: 15px;
	margin: 15px 0 0 0;
}
#formInteresse textarea.input{
	height: 125px;
	padding: 5px 10px;
}
#formInteresse .botaoEnvio{
	float: left;
	width: 140px;
	line-height: 35px;
	color: #fff;
	text-align: center;
	margin: 15px 20px 0 0;
	background: #ff8038;
	font-family: 'Allerta', Arial;
	font-size: 14px;
}
#formInteresse .botaoEnvio:last-child{
	margin: 15px 0 0 0;
}
#detalhesImovel{
	float: left;
	width: 638px;
	font-size: 14px;
}
#detalhesImovel .miniTitulo,#acomodacoes .titulo{
	float: left;
	margin: 30px 0 10px 0;
	font-size: 21px;
	font-family: 'Allerta', Arial;
	border-bottom: 1px solid #333333;
	color: #333333;
	display: block;
	padding: 0 10px 5px 10px;
	font-weight: normal;
}
#acomodacoes{
	float: left;
	width: 300px;
	margin: 0 0 0 20px;
}
.tituloPagina .valor{
	float: right;
	color: #ff8038;
	font-weight: normal;
	font-size: 17px;
}
#listaImoveis{
	margin: 0 auto;
	display: table;
}
#assinaNewsQuadro{
	float: left;
	clear: left;
	width: 100%;
	height: 50px;
	background: #333;
	padding: 10px 0;
	color: #fff;
	font-family: 'Allerta', Arial;
}
#assinaNewsQuadro .tituloNews{
	display: block;
	line-height: 50px;
	float: left;
	font-size: 17px;
	font-weight: 300;
	font-family: 'Sansation',Arial;
}
#assinaNewsQuadro input{
	float: left;
	width: calc(100% - 501px);
	height: 40px;
	border: none;
	margin: 5px 15px 5px 30px;
	border-radius:3px;
	padding: 0 10px;
	-webkit-transition: 0.1s;
	transition: 0.1s;
}
#assinaNewsQuadro input:focus{
	width: calc(100% - 503px);
	border-left: 2px solid #ff8038;
	box-shadow: 0 0 10px rgba(0,0,0,0.85);
}
#assinaNewsQuadro #assinarNews{
	float: left;
	border-radius:3px;
	color: #ff8038;
	font-size: 17px;
	width: 100px;
	text-align: center;
	line-height: 40px;
	margin: 5px 0;
	-webkit-transition: 0.2s;
	transition: 0.2s;
}
#assinaNewsQuadro #assinarNews:hover{
	color: #fff;
	background: #ff8038;
}
.frenteVerso{
	display: block;
	position: relative;
	overflow: hidden;
}
.frenteVerso .frente,.frenteVerso .verso{
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top:0;
	left: 0;
	-webkit-transition: 0.3s;
	transition: 0.3s;
}
.frenteVerso .verso{
	transform: translate(0,100%);
}
.frenteVerso:hover .frente{
	transform: translate(0,-100%);
}
.frenteVerso:hover .verso{
	transform: translate(0,0%);
}
#inferiorFixa{
	display: block;
	width: 100%;
	position: fixed;
	height: 50px;
	background: #666;
	z-index: 500;
	left: 0;
	bottom: 0px;
}
#inferiorFixa a{
	display: block;
	float: left;
	height: 50px;
	line-height: 50px;
	color: #eee;
	-webkit-transition: 0.3s;
	transition: 0.3s;
	text-align: center;
	width: calc(25% - 2px);
	border-right:2px solid #fff;
}
#inferiorFixa a:last-child{
	border:none;
}
#inferiorFixa a:hover{
	color: #fff;
	background-color: rgba(255,255,255,0.15);
}
#inferiorFixa a.atendeOnline{
	background-color: #ff8038;
	color: #fff;
}
.erroPagina{
	text-align: center;
	font-size: 21px;
	padding: 50px 0;
}
.erroPagina strong{
	color: #ff8038;
	font-size: 27px;
	display: block;
	line-height: 40px;
}