@charset "utf-8";
img, object, embed, video {max-width: 100%;}
/* IE 6 does not support max-width so default to width 100% */
.ie6 img {width: 100%;}

.fluid {
	clear: both;
	margin-left: 0;
	width: 100%;
	float: left;
	display: block;
}

.fluidList {
    list-style:none;
    list-style-image:none;
    margin:0;
    padding:0;        
}

body {font-size: 15px;} /* para acessibilidade tam fonte no body */
a {text-decoration: none; color: #4B5563;} 
a:hover {color: #A78443;} 

.bt_acess { /* acessibilidade */
	background:rgba(255,255,255,0.50); 
	font-family: 'CenturyGothic';	
	margin-right: 1px;
	margin-left: 1px;
	border: 0;
	border-radius: 2px;
} 

.gridContainer {
	clear: none;
	float: none;
	width: 100%;
	margin-left: auto;
	margin-right: auto;	
	font-family: 'CenturyGothic';	
	color: #4B5563;
}

#anima {
	clear: both;
	width: 100%;
	height: auto;
	z-index: 1;
}

#anima img {
    max-width: 250%;
	margin-left: -60%;
	width: 250%;
	height: 400px;	
}

#topo_id { /* index */
	clear: both;
	width: 100%;
	background: rgba(17,17,31,1.00);
}
#topo_id a {color: #FFF;}
#topo_id a:hover {color: #F2F2F2;}

#topo { /* internas */
	clear: both;
	width: 100%;
	background: rgba(68,68,68,1.00);
}
#topo a {color: #FFF;}
#topo a:hover {color: #F2F2F2;}

/* cabeçalho */
.cabecalho_id {
	clear: both;
	width: 90%;
	padding: 20px 5%;
}

.cabecalho {
	clear: both;
	width: 90%;
	padding: 20px 5%;
}

.logo_id {
	float: left;
	clear: both;
	width: 100%;
	text-align: center;
	margin-top: 45px;
}
.logo_id img {width: 280px;}

.logo {
	float: left;
	clear: both;
	width: 100%;
	text-align: center;
	margin-top: 45px;
}
.logo img {width: 280px;}

.menu_principal {
	float: left;
	clear: none;
	width: auto;
	margin-top: 13px;
}

.fone {
	float: right;
	clear: none;
	width: auto;
}
.img_fone {width: 40px;}

/*área do cliente*/
.area_cliente {
	display: block;
	float: right;
	clear: right;
	width: auto;
	height: 40px;
	margin-left: 15px;
	line-height: normal;
	cursor: pointer;
}
.area_cliente .txt_link_portal {display: none; text-transform: uppercase; color: #FFF;}
.area_cliente span {color: rgba(17,17,31,0.10);}
.area_cliente img {width: 40px;}

.area_cliente li ul {	
	display: none;
	position: absolute;
	width: 205px;
	height: auto;
	background: #444444;
	text-align: left;
	right: 0;
	z-index: 99;
}
.area_cliente li:hover ul {display: block;}

.area_cliente li li {
	display: block;
	float: none;
	width: auto;
	height: auto;
	margin: 0;
	padding: 0;
}

.area_cliente li ul a {
	display: block;
	margin: 0;
	text-align: left;
	padding: 5%;
	font-size: 13px;
}
.area_cliente li ul a:hover, .menu li ul li:hover a {background: #A78443;}

.item_area_cliente {
	clear: both;
	width: 100%;	
	margin-left: 0;
}

.area_busca {
	position: absolute;	
	clear: both;
	width: 90%;
	margin-left: 5%;
	padding-top: 15px;
	padding-bottom: 15px;
	background: rgba(17,17,31,0.80);
	top: 160px;
	z-index: 9;
	color: #FFF;
}
.area_busca a {color: #FFF;}
.area_busca_lista {clear: both; width: 100%;}

#breadcrumb {
	float: left;
	clear: both;
	width: 90%;
	height: auto;
	margin-left: 5%;
	margin-bottom: 30px;
	color: #FFF;
	padding-top: 20px;
	border-top: solid 1px #999;
}
#breadcrumb span {color: #A78443; font-family: 'LeelawadeeUI';}
#breadcrumb a {color: #FFF;}
#breadcrumb a:hover {color: #F2F2F2;}

.txt_breadcrumb {
	float: left;
	clear: both;
	width: 100%;
}

.voltar {
	float: right;
	clear: right;
	width: 100%;
	height: 25px;
	margin-top: 20px;
	text-align: center;
}

/* apresentação */
#apresentacao {
	float: left;
	clear: both;
	margin-top: 30px;
}

.box_apresentacao {
	float: left;
	clear: both;
	width: 72.5%;
	margin-top: 30px;
	margin-left: 5%;
	padding: 30px 5%;
	border: solid 10px #F0F0F0;
	text-align: center;
}
.box_apresentacao span {font-weight: bold; color: #444; font-size: 20px;}

.ver_mais {
	float: left;
	clear: both;
	width: 100%;
	height: auto;
	margin-top: 10px;
	border: 0;
	text-transform: uppercase;
	text-align: center;
	
}
.ver_mais a {color: #FFF;}
.bt_ver_mais {
	display: inline-block;
	max-width: 80%;
	margin: 0 auto;
	padding: 12px 40px;
	transition: background .5s ease;
	background-image: linear-gradient(to right, #F0DE85, #A78443, #F0DE85, #A78443, #F0DE85 );  
}
.bt_ver_mais:hover {background: #A78443; color: #FFF;}


/* destaques */
.efeito img {-webkit-filter: brightness(1); } 
.efeito img:hover {-webkit-filter: brightness(0.5); }
/*#area_destaques {
	float: left;
	clear: both;
	margin-top: 30px;
}
.destaques {
	float: left;
	clear: both;
	width: 90%;
	margin-left: 5%;
	margin-top: 30px;
}
.box_destaques {
	display: block;
	position: relative;
	float: left;
	clear: both;
	width: 100%;
}
.img destaques {
	width: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
}
.cod_destaques {
	position: absolute;
	clear: both;
	width: auto;	
	height: auto;
	padding: 5px 15px;
	top: 10px;
	left: 10px;
	color: #FFF;
	background: rgba(0,0,0,0.40);
	border: solid 1px #FFF;
	z-index: 99;
}
.txt1_destaques {
	clear: both;
	width: 100%;	
	height: auto;
	margin-top: 10px;
	line-height: 20px;
}
.txt1_destaques span {font-weight: bold;}
.txt2_destaques {
	float: left;
	clear: none;
	width: 100%;
	margin-top: 10px;
	border-top: solid 1px #868D8E;
	border-bottom: solid 1px #868D8E;
	padding-top: 5px;
	padding-bottom: 5px;
}*/


/* lista */
#area_lista {
	float: left;
	clear: both;
	margin-top: 30px;
}

.area_ordenacao {
	float: left;
	clear: both;
	width: 90%;
	margin: 25px 5% 0 5%;
}

.txt_ordenacao {
	float: right;
	clear: none;
	width: auto;
	margin-right: 10px;
	margin-top: 6px;
}

.ordenacao {
	float: right;
	clear: right;
	width: 160px;
	height: 35px;
	padding-left: 5px;
	font-family: 'CenturyGothic';
	background: url(select2.svg) no-repeat right center;
	font-size: 14px;
	border: 0;
	border: solid 1px #999;
	overflow: hidden; /* Remove seta padrão do Google */
	-webkit-appearance: none;  /*Remove estilo padrão do Chrome*/
	-moz-appearance: none; /* Remove estilo padrão do FireFox*/
	text-indent: 0.01px; /* Remove seta padrão do FireFox */
	text-overflow: "";  /* Remove seta padrão do FireFox */
	appearance: none;
}

.lista {
	float: left;
	clear: both;
	width: 90%;	
	margin-left: 5%;	
	margin-top: 15px;
}
	
.box_lista {
	display: block;
	position: relative;
	float: left;
	clear: both;
	width: 100%;
	margin-top: 15px;
	margin-bottom: 15px;
}
.area_img {clear: both;	width: 100%;}

.img_lista {
	display: block;
	position: relative;
	width: 100%;
	height: 250px;
	bottom: 0;
	left: 0;
}
.img_lista img {width: 100%;}

.selo {
	position: absolute;
	clear: both;
	width: 100%;	
	height: auto;
	bottom: 120px;
	right: 10px;
	text-align: right;
	z-index: 9;
	
}
.selo img {width: 200px;}

.txt1_lista {
	clear: both;
	width: 100%;	
	height: auto;
	margin-top: 10px;
	line-height: 20px;
}
.txt1_lista span {font-weight: bold;}

.txt2_lista {
	float: left;
	clear: none;
	width: 100%;
	margin-top: 10px;
	border-top: solid 1px #868D8E;
	border-bottom: solid 1px #868D8E;
	padding-top: 5px;
	padding-bottom: 5px;
}

/* fale conosco */
#fale_conosco {	
	clear: both;
	width: 90%;
	margin-top: 30px;
	margin-left: 5%;
	text-align: center;
	line-height: normal;
}
#fale_conosco a {color: #FFF;}
#fale_conosco span {font-family: 'LeelawadeeUI';}

.txt_fale_conosco {	
	clear: both;
	width: 100%;
	font-size: 22px;	
	color: #999;
}

.bt_fale_conosco {	
	clear: both;
	width: 60%;
	margin-top: 20px;
	margin-left: 20%;
	padding-top: 10px;
	padding-bottom: 10px;
	text-transform: uppercase;
	background-image: linear-gradient(to right, #F0DE85, #A78443, #F0DE85, #A78443, #F0DE85 );  
	transition: background .5s ease;
}
.bt_fale_conosco:hover {background: #A78443; color: #FFF;}

/* semelhantes */
.imoveis_semelhantes {
	float: left;
	clear: both;
	width: 90%;	
	margin-left: 5%;	
	margin-top: 30px;
}

.box_imoveis_semelhantes {
	display: block;
	position: relative;
	float: left;
	clear: both;
	width: 100%;
	margin-top: 20px;
}
	
.img imoveis_semelhantes {
	width: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
}

/*detalhes*/
#area_detalhes {
	float: left;
	clear: both;
	
}

.contatos_det_m {
	float: left;
	clear: both;
	width: 100%;
	margin-top: 30px;
	margin-bottom: 30px;
	text-align: center;
}
.contatos_det_m img {margin-left: 5%;  margin-right: 5%;}
.contatos_det_d {display: none;}

.img_detalhes {
	float: left;
	clear: both;
	width: 90%;	
	margin: 30px 5%;
	text-align: center !important;
}
.img_detalhes img {width: auto !important; height: 250px;}

.detalhes {	
	float: left;
	clear: both;
	width: 90%;
	margin-left: 5%;
	margin-top: 30px;
}

.ficha_tecnica {
	float: left;
	clear: both;
	width: 100%;
	background: #A78443;	
}

.box_ficha_tecnica {
	float: left;
	clear: none;
	width: 100%;
	margin-top: 15px;
	margin-bottom: 15px;
	font-size: 13px;
	text-transform: uppercase;
	color: #FFF;
	text-align: center;
}
.box_ficha_tecnica span {color: #F0DE85; font-size: 25px;}

.valor_det {
	clear: both;
	width: 100%;
	margin-top: 15px;
	font-size: 25px;
	font-weight: bold;
	color: #A78443;
}

.txt_detalhes {
	clear: both;
	width: 100%;
	margin-top: 15px;
	text-align: justify;
}
.txt_detalhes span {font-style: italic; font-size: 13px;}

.item_detalhes {
	float: left;
	clear: both;
	width: 100%;
	margin-top: 5px;
	margin-bottom: 5px;
}
.item_detalhes img {margin-right: 7px;}

.alugue_facil_m {
	float: left;
	clear: both;
	width: 90%;
	margin-top: 30px;
	margin-left: 5%;
	text-align: center;
}
.alugue_facil_m img {width: 100%;}
.alugue_facil_d {display: none;}

/*foto_empresa*/
#foto_empresa {
	float: left;
	clear: both;
	width: 100%;
	margin-top: 30px;
}
#foto_empresa img {width: 100%;}

/* banner */
#banner {
	float: left;
	clear: both;
	width: 100%;
	background: #F7F7F7;
	margin-bottom: -30px;
}
#banner img {width: 100%;}

/* rodape1 */
#rodape {
	clear: both;
	width: 90%;
	background: #444;
	padding: 30px 5%;
	margin-top: 30px;
	color: #FFF;
}
#rodape a {color: #FFF;}
#rodape a:hover {color: #A78443;}
.naveg {display: none;}

#rodape .logo_rod {
	float: left;
	clear: both;
	width: 100%;
	height: auto;
	text-align: center;
}

.redes_sociais {
	float: left;
	clear: both;
	width: 100%;
	margin-top: 15px;
	text-align: center;
}
.redes_sociais img {
	width: 30px;
	margin-left: 3px;
	margin-right: 3px;
}
.associacoes {display: none;}

#creditos {
	clear: both;
	width: 100%;
	text-align: center;
	margin-top: 30px;
}

/*rodape fixo*/
#rodape_fixo {
	clear: both;
	width: 100%;
	color: #FFF;
}
#rodape_fixo a {color: #FFF;}
#rodape_fixo a:hover {color: #F2F2F2;}

.endereco {
	float: left;
	clear: both;
	width: 90%;
	background: #A78443;
	padding: 15px 5%;
}

.whats_rod {
	float: left;
	clear: both;
	width: 90%;
	background: #F0DE85;
	line-height: 50px;
	padding: 10px 5%;
	color: #A78443;
	font-weight: bold;
}
.whats_rod img {width: 40px;}
#rodape_fixo .whats_rod a {color: #A78443;}
#rodape_fixo .whats_rod a:hover {color: #FFF;}

.boleto {
	float: left;
	clear: both;
	width: 90%;
	background: #A78443;
	line-height: 50px;
	padding: 10px 5%;
}
.boleto img {width: 40px;}

.img_rodape_fixo {
	float: left;
	clear: none;
	width: 41px;
	text-align: center;
	margin-right: 10px;
}

.txt_rodape_fixo_e {
	float: left;
	clear: none;
	width: 80%;
}


.txt_rodape_fixo {
	float: left;
	clear: none;
	width: 80%;
}

.ancora {
	float: left;
	clear: both;
}

/*política de privacidade*/
#privacidade {
	position: fixed;
	clear: both;
	width: 90%;
	padding: 5%;
	background: rgba(0,0,0,0.85);
	bottom: 0;	
	color: #FFF;
	font-size: 13px;
	font-weight: normal;
	z-index: 999999;
}

#privacidade a {
	color: #FFF;
	font-weight: bold;
	text-decoration: underline;
}
#privacidade a:hover {color: #CCC;}

.txt_privacidade {
	float: left;
	clear: both;
	width: 100%;
	text-align: justify;
}

.bt_privacidade {
	float: left;
	clear: both;
	width: 80%;
	margin-top: 10px;
	margin-left: 10%;
	text-align: center;
	background-image: linear-gradient(to right, #F0DE85, #A78443, #F0DE85, #A78443, #F0DE85 );  	
	padding-top: 10px;
	padding-bottom: 10px;
	transition: background .5s ease;
	cursor: pointer;
}
.bt_privacidade:hover {background: #A78443;}

#bt_flutuante {
	position: fixed;
	clear: both;
	width: 88px;
	right: 2.5%;
	bottom: 100px;
	text-align: right;
	z-index: 99999;	
}
#bt_flutuante img {width: 88px;}

#popup {
	position: absolute;
	float: left;
	clear: both;	
	width: 90%;
	margin-left: 5%;	
	top: 15%;
	padding: 0px;
	text-align: center;
	z-index: 9999;
}

.bt_popup {
	float: left;
	clear: both;
	width: 100%;
	height: 30px;
	text-align: center;
	margin-bottom: 2px;
}
.popup_box_video {
	clear: both;
	width: 100%;
	height: 350px;
}

.zeroMargin_mobile {margin-left: 0;}
.hide_mobile {display: none;}


@media only screen and (min-width: 360px) {
.whats_rod {font-size: 16px;}
.boleto {font-size: 16px;}
}

@media only screen and (min-width: 375px) {
.contatos_det_m img {margin-left: 6%;  margin-right: 6%;} /* detalhes */
}


@media only screen and (min-width: 481px), only screen and (orientation:landscape) {
#anima img {
    max-width: 200%;
	margin-left: -60%;
	width: 200%;
	height: 450px;	
}
.area_busca {top: 220px;}
	
/* apresentação */
.box_apresentacao {width: 75%;}
	
/* fale conosco */
.bt_fale_conosco {	
	width: 50%;
	margin-left: 25%;
}
	
/* detalhes */
.contatos_det_m img {margin-left: 8%;  margin-right: 8%;}
.item_detalhes {
	clear: none;
	width: 50%;
}	
.alugue_facil_m img {width: 360px;}
	
.img_lista {height: 300px;} /* lista */		
#bt_flutuante {bottom: 80px;}	
#popup {width: 80%; margin-left: 10%;}
.zeroMargin_tablet {margin-left: 0;}
.hide_tablet {display: none;}
}

@media only screen and (min-width: 585px) {		
.logo img {width: 330px;}
	
/*breadcrumb*/	
.txt_breadcrumb {clear: none; width: auto;}
.voltar {width: auto; margin-top: 0; text-align: right;}
	
/*fale conosco*/	
.bt_fale_conosco {	
	width: 40%;
	margin-left: 30%;
}
.box_ficha_tecnica {width: 33.3%;} /*detalhes*/		
.img_lista {height: 320px;} /* lista */
	
/*rodape fixo*/
.endereco {line-height: 50px;}
.whats_rod {
	clear: none;
	width: 40%;
	padding: 10px 5%;
	line-height: 50px;
}

.boleto {
	clear: none;
	width: 40%;
	padding: 10px 5%;
	line-height: 50px;
}
.txt_rodape_fixo {width: auto;}
.txt_rodape_fixo_e {width: auto;}
	
	
/*política de privacidade*/
#privacidade {
	padding-top: 15px;
	padding-bottom: 15px;
}
	
.txt_privacidade {
	clear: none;
	width: 75%;
}

.bt_privacidade {
	float: right;
	clear: right;
	width: 20%;
	margin: 0;
}	
#popup {width: 70%;	margin-left: 15%;}
.hide_tablet {display: none;}
}

@media only screen and (min-width: 640px) {	
.area_ordenacao {
	float: right;
	clear: right;
	width: auto;
	margin-top: 0;
}	
.img_lista {height: 250px;} /* lista */	
}

@media only screen and (min-width: 768px) {	
#anima img {
    max-width: 100%;
	margin-left: 0%;
	width: 100%;
	height: auto;	
}	
	
#topo_id { /* index */
	position: absolute;	
	background: transparent;
	top: 0;
	z-index: 9;
}
	
.logo {
	clear: none;
	width: 190px;
	text-align: center;
	margin-top: 0;
}
.logo img {width: 190px;}

.menu_principal {
	float: right;
	clear: none;	
	margin-right: 25px;
	margin-top: 26px;
}
.fone {margin-top: 15px;}
/*área do cliente*/
.area_cliente {margin-top: 15px; margin-left: 25px;}
.area_busca {top: 180px;} /*busca*/

/* apresentação */
#apresentacao {margin-top: 40px;}
.box_apresentacao {
	clear: none;
	width: 19%;
	margin-top: 40px;
	padding: 30px 2.5%;
}
.box_apresentacao img {height: 120px;}
	
/*destaques*/
/*#area_destaques {margin-top: 40px;}
.destaques {margin-top: 40px;}*/
	
/*lista*/
#area_lista {margin-top: 40px;}
.lista {width: 95%;	margin-top: 20px;}
	
.box_lista {
	clear: none;
	width: 45%;
	margin-right: 5%;
	margin-top: 20px;
}	
.img_lista {height: 280px;}

/*fale conosco*/	
#fale_conosco {margin-top: 40px;}

.txt_fale_conosco {	
	float: left;
	clear: none;
	width: auto;
	font-size: 25px;
	margin-top: 12px;
}

.bt_fale_conosco {	
	float: right;
	clear: right;
	width: 200px;
	margin: 0;
}
	
/*detalhes*/
.detalhes {margin-top: 40px;}
.item_detalhes {width: 33.3%;}		
.img_detalhes {margin: 40px 5%;}
.img_detalhes img {height: 450px;}
.ficha_tecnica {width: 90%;	margin-left: 5%;}
	
.alugue_facil_m {display: none;}
.alugue_facil_d {
	display: block;
	position: absolute;
	width: 280px;
	right: 5%;
	margin-top: 80px;
}
.alugue_facil_d img {width: 100%;}
	
/* semelhantes */
.imoveis_semelhantes {
	width: 95%;	
	margin-top: 40px;
}

.box_imoveis_semelhantes {
	clear: none;
	width: 45%;
	margin-right: 5%;
}
	
/*foto_empresa*/
#foto_empresa {margin-top: 40px;}	
#banner {margin-bottom: -40px;}
		
/* rodape1 */
#rodape {margin-top: 40px;}	
.naveg {
	display: block;
	float: left;
	clear: none;
	width: auto;
	border-right: solid 1px #736E6E;
	padding-right: 15%;
}
		
.box_naveg {
	float: left;
	clear: both;
	width: auto;
	margin-top: 10px;
	margin-bottom: 10px;
}

.box_naveg li {
	display: block;
	margin-top: 3px;
	margin-bottom: 3px;
}

#rodape .logo_rod {
	float: right;
	clear: right;
	width: 280px;
}

#creditos {margin-top: 40px;}
.popup_box_video {height: 500px;}
}


@media only screen and (min-width: 960px) {	
/* apresentação */
.box_apresentacao {width: 19.5%;}
	
.img_lista {height: 200px;} /* lista */
/*fale conosco*/	
#fale_conosco {
	width: 87%;
	margin-left: 13%;	
}

.bt_fale_conosco {	
	float: left;
	clear: none;
	margin-left: 50px;
}
.img_detalhes {width: 80%; margin: 40px 10%;}   /* detalhes */
	
/* rodape1 */
#rodape {padding: 40px 5% 110px 5%;}	
.naveg {padding-right: 20%;} 

/*rodape fixo*/
#rodape_fixo {
	position: fixed;
	bottom: 0;
	z-index: 999;
}
	
.endereco {
	clear: none;
	width: 55%;
	padding: 10px 1.5%;
	line-height: 50px;
}
.txt_rodape_fixo_e {width: 90%;}

.whats_rod {
	width: 17%;
	padding: 10px 1.5%;
}

.boleto {
	width: 19%;
	padding: 10px 1.5%;
}
}

@media only screen and (min-width: 1024px) {		
.area_cliente li ul {right: 2.5%;}		
.area_cliente .txt_link_portal {
	display: block;
	float: right;
	clear: right;
	width: auto;
	margin-top: 10px;
	margin-left: 7px;
}

.area_busca {
	width: 70%;
	margin-left: 15%;
	top: 250px;
}

/*lista*/	
.box_lista {
	width: 30%;
	margin-right: 2.5%;
}
.img_lista {height: 250px;}
	
/*fale conosco*/	
#fale_conosco {
	width: 85%;
	margin-left: 15%;	
}	
	
/*detalhes*/
.contatos_det_m {display: none;}
.contatos_det_d {
	display: block;
	float: left;
	clear: both;
	width: 100%;
	margin-top: 30px;
	margin-bottom: 30px;
}
.contatos_det_d a {color: #868D8E;}
.contatos_det_d a:hover {color: #4B5563;}
	
.box_contato_det_d {
	float: left;
	clear: none;
	width: 25%;
	height: auto;
	line-height: 20px;
	text-align: center;
}
.box_contato_det_d img {margin-right: 7px;}		
.box_ficha_tecnica {width: 20%;}	
.item_detalhes {width: 25%;}
.alugue_facil_d {width: 320px;}

/* rodape1 */	
.associacoes {
	display: block;
	float: left;
	clear: left;
	width: 150px;
	text-align: center;
}
.associacoes img {max-width: 150px; margin-bottom: 15px;}
	
.naveg {
	padding-right: 10%;
	margin-left: 15%;
}	
#bt_flutuante {right: 2%;}	
#popup {width: 50%;	margin-left: 25%; top: 15%;}
.hide_tablet {display: block;}
.hide_desktop {display: none;}
}

@media only screen and (min-width: 1280px) {
/* apresentação */
#apresentacao {width: 95%; margin-top: 50px; margin-left: 2.5%;}
.box_apresentacao {width: 25.5%; margin-left: 2.5%; padding: 30px 1.5%;}
.box_apresentacao img {height: auto;}
	
/*destaques*/
/*#area_destaques {margin-top: 50px;}	
.destaques {margin-top: 50px;}*/

/*lista*/
#area_lista {margin-top: 50px;}
.lista {margin-top: 25px;}
.box_lista {
	width: 28.2%;
	margin-right: 5%;
	margin-top: 25px;
}
.img_lista {height: 200px;}
	
/*fale conosco*/	
#fale_conosco {
	width: 80%;
	margin-left: 20%;
	margin-top: 50px;
}

.txt_fale_conosco {	
	font-size: 30px;
	margin-top: 10px;
}	

/*detalhes*/
.detalhes {margin-top: 50px;}
.contatos_det_d {width: 90%; margin-left: 5%;}	
.img_detalhes {margin: 50px 10%;}
.img_detalhes img {height: 620px;}
.alugue_facil_d {width: 360px;}
	
/* semelhantes */
.imoveis_semelhantes {margin-top: 50px;}

.box_imoveis_semelhantes {
	width: 22%;
	margin-right: 2.5%;
	margin-top: 25px;
}
	
/*foto_empresa*/
#foto_empresa {margin-top: 50px;}	
/* banner */
#banner {margin-bottom: -50px;}
	
/*rodape 1*/	
#rodape {margin-top: 50px;}
.naveg {width: 40%; padding-right: 5%; margin-left: 10%;}
.box_naveg {
	clear: none;
	width: 40%;
	margin: 0;
	margin-left: 5%;
	margin-right: 5%;
}
	
/*rodape fixo*/
.endereco {
	width: 40%;
	padding: 10px 5%;	
}
.txt_rodape_fixo_e {width: auto;}

.whats_rod {
	width: 15%;
	padding: 10px 5%;
}

.boleto {
	width: 15%;
	padding: 10px 5%;
}
#creditos {margin-top: 50px;}
/*política de privacidade*/
.txt_privacidade {width: 80%;}
.bt_privacidade {width: 15%;}
.popup_box_video {height: 550px;}
}

@media only screen and (min-width: 1366px) {
/* apresentação */
#apresentacao {width: 90%; margin-left: 5%;}
	
.area_busca {
	width: 60%;
	margin-left: 20%;
}
.img_lista {height: 220px;} /* lista */
.contatos_det_d {width: 80%; margin-left: 10%;} /*detalhes*/
.item_detalhes {width: 20%;}
.img_detalhes {width: 70%; margin: 50px 15%;}  
}

@media only screen and (min-width: 1440px) {	
#fale_conosco { /*fale conosco*/	
	width: 77%;
	margin-left: 23%;
}
.naveg {width: 42.5%;} /*rodape 1*/	
}

@media only screen and (min-width: 1600px) {
/* apresentação */
#apresentacao {width: 85%; margin-left: 7.5%;}
.box_apresentacao {width: 22.5%; margin-left: 5%;}
	
.area_busca {
	width: 50%;
	margin-left: 25%;
	top: 280px;
}
	
/*lista*/	
.box_lista {
	width: 21.5%;
	margin-right: 3%;
}	
.contatos_det_d {width: 70%; margin-left: 15%;} /*detalhes*/
.img_detalhes {width: 60%; margin: 50px 20%;}  
.box_imoveis_semelhantes {width: 21.5%;	margin-right: 3%;}		
}

@media only screen and (min-width: 1800px) {
.cabecalho_id {width: 80%;	padding: 20px 10%;} /* cabeçalho */
.cabecalho {width: 80%;	padding: 20px 10%;} /* cabeçalho */
#fale_conosco { /*fale conosco*/
	width: 70%;
	margin-left: 30%;
}
.contatos_det_d {width: 60%; margin-left: 20%;}	/*detalhes*/
.item_detalhes {width: 16.6%;}

#rodape { /* rodape1 */
	width: 80%;
	padding: 40px 10% 110px 10%
}
.naveg {margin-left: 12%;}
	
/*rodape fixo*/
.endereco {width: 30%; padding: 10px 9%;}
.whats_rod {width: 10%; padding: 8px 8%; line-height: 55px;}
.boleto {width: 10%; padding: 8px 8%; line-height: 55px;}
}

@media only screen and (min-width: 1900px) {	
}