@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%;}

body {font-size: 15px;}
a {text-decoration: none;}
p {margin: 0; padding: 0;}

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

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

.fluidList {
	list-style: none;
	list-style-image: none;
	margin: 0;
	padding: 0;
}
  
.gridContainer {
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	clear: none;
	float: none;
	font-family: 'CenturyGothic';
	color: #4B5563;
	line-height: normal;
}

/*cabeçalho*/
#topo_id {
	clear: both;
	width: 100%;
	background: #5498D7 url("../img_slides/redencao.jpg") no-repeat bottom;
	background-size: 1500px;
	color: #FFF;
}

#topo {
	clear: both;
	width: 100%;
	background: #003366;
	color: #FFF;
	padding-bottom: 20px;
}

.cabec_id { /*cabeçalho index*/
	float: left;
	clear: both;
	width: 100%;
}

/*links e menu*/
.links_cabec {
	float: right;
	clear: right;
	width: 100%;
	margin: 15px 0;
}

.border_id {
	float: left;
	clear: both;
	width: 100%;
	border-bottom: solid 1px rgba(255,255,255,0.50);
}

.menu_principal {
	float: right;
	clear: right;
	width: auto;
	margin-right: 5%;
	margin-left: 25px;
	margin-top: 5px;
}

.area_cliente {
	display: block;
	float: right;
	clear: none;
	width: 135px;
	height: 25px;
	padding-top: 5px;
	font-family: 'CenturyGothic';
	text-align: center;
	border: solid 1px #FFF;
	cursor: pointer;	
}
.area_cliente span {color: transparent;}

/* sublinks da área area_cliente  */
.area_cliente li ul {
	display: none;
	position: absolute;
	width: 200px;
	height: auto;
	background: #003366;
	font-family: 'CenturyGothic'; 
	color: #FFF;	
	text-align: center;
	margin-left: -35px;
	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;
	padding: 15px 5%;
	color: #FFF;
	text-decoration: none;
}
.area_cliente li ul a:hover, .menu li ul li:hover a {background: #CC0000; color: #FFF;}
.item_area_cliente {clear: both; width: 100%;}
.acesso_rapido {display: none;}

.logo_id { /* logo index */
	float: left;
	clear: both;	
	width: 100%;
	text-align: center;
	margin-top: 20px;
}
.logo_id img {width: 170px;}

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

.area_fone_cabec {
	display: none;
	float: left;
	clear: none;	
	width: auto;
	text-align: center;
	margin-top: 30px;
	margin-left: 5%;
	font-size: 20px;
}
.area_fone_cabec img {margin-right: 8px;}
.area_fone_cabec span {font-weight: bold;}
.area_fone_cabec a {color: #FFF;}
.area_fone_cabec a:hover {color: #F2F2F2;}

.fone_cabec {
	float: left;
	clear: both;	
	width: auto;
	margin-top: 5px;
	margin-bottom: 5px;
}

#conteudo1 {
	float: left;
	clear: both;
	width: 100%;
	margin-top: 30px;
}

#conteudo2 { 
	float: left;
	clear: both;
	width: 100%;
	margin-top: 30px;
	padding-top: 30px;
	padding-bottom: 30px;
	background: #F7F7F7;		
}

/*vantagens*/
#area_vantagens { 
	float: left;
	clear: both;
	width: 100%;
	margin-top: 30px;
	padding-top: 30px;
	padding-bottom: 30px;
	background: #F7F7F7;
	color: #000;
	font-size: 20px;
	line-height: 20px;
	text-align: center;
}
#area_vantagens img {width: 100%;}
#area_vantagens a {color: #000;}
#area_vantagens a:hover {color: #FFF;}

.box_vantagens1 {
	float: left;
	clear: both;	
	width: 70%;
	margin-left: 15%;
}
.box_vantagens1:hover {filter: contrast(90%);}

.box_vantagens2 {
	float: left;
	clear: both;	
	width: 70%;
	margin-left: 15%;	
	margin-top: 30px;
}
.box_vantagens2:hover {filter: contrast(90%);}

.bt_mais {
	float: left;
	clear: both;	
	width: 100%;
	text-transform: uppercase;	
	text-align: center;
	color: #000;
}

.bt_border {
	display: inline-block;
	max-width: 80%;
	border: solid 1px #000;
	margin: 0 auto;
	border-radius: 10px;
	padding: 5px 15px 5px 15px;
	transition: background .5s ease;
	color: #4B5563;
}
.bt_border a {color: #4B5563;}
.bt_border:hover {background: #003366; color: #FFF;}

.bt_border2 {
	display: inline-block;
	max-width: 80%;
	border: solid 1px #FFF;
	margin: 0 auto;
	border-radius: 10px;
	padding: 15px;
	transition: background .5s ease;
	background: #CC0000;
	color: #FFF;
}
.bt_border2 a {color: #FFF;}
.bt_border2:hover {background: #003366; color: #FFF;}

.area_bt_mais {
	float: left;
	clear: both;	
	width: 100%;
	margin-top: 30px;
	text-align: center;
}

/*destaques*/
.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;
}

.ver_mais {
	position: absolute;
	clear: none;
	width: auto;	
	height: auto;
	top: 10px;
	right: 10px;
	z-index: 99;	
}

.area_txt_destaque {
	clear: both;
	width: 93.8%;
	border: solid 1px #B0B2B4;
	border-top: none;
	padding: 3%;
	padding-top: 0;
}

.txt_destaque {
	float: left;
	clear: both;
	width: 100%;
}
.txt_destaque span {font-weight: bold;}
.txt_destaque p {margin-top: 10px;	margin-bottom: 10px;}

.item_destaque {
	float: left;
	clear: none;
	width: auto;
	margin-right: 15px;
}
.item_destaque img {margin-right: 5px;}

.valor_destaque {
	float: left;
	clear: both;
	width: 100%;
	color: #CC0000;
	margin-top: 15px;
	font-weight: bold;
}

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

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

.ordenacao {
	float: right;
	clear: right;
	width: 140px;
	height: 35px;
	padding-left: 10px;
	margin-right: 5%;
	margin-top: 20px;
	font-family: 'CenturyGothic';
	color: #4B5563;
	border: solid 1px #4B5563;
	background: #FFF url(select.png) no-repeat right;
	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;	
	cursor: pointer;	
}

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

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

.img lista {
	width: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
}

/*semelhantes*/
#semelhantes {
	float: left;
	clear: both;	
	width: 100%;
	margin: 30px 0 -30px 0;
	padding: 30px 0;
	background: #F7F7F7;
}

.box_semelhantes {	
	display: block;
	position: relative;
	float: left;
	clear: both;
	width: 90%;
	margin-top: 30px;
	margin-bottom: 15px;
	margin-left: 5%;
}

.img semelhantes {
	width: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
}

/*detalhes*/
#area_fotos {
	float: left;
	clear: both;
	width: 90%;
	margin-top: 15px; 
	margin-left: 5%;
}

#detalhes {
	float: left;
	clear: both;
	width: 90%;
	margin-left: 5%;
}

.txt_detalhes1 {
	float: left;
	clear: both;
	width: 100%;
	text-align: center;
	margin-top: 30px;
	margin-bottom: 30px;
}

.txt_detalhes2 {
	float: left;
	clear: both;
	width: 100%;
	margin-top: 30px;
}

#detalhes .txt_detalhes2 p {
	float: left;
	clear: both;
	margin-top: 15px;
	text-align: justify;
}

.box_txt_detalhes2 {
	float: left;
	clear: both;
	width: 100%;
	margin-top: 30px;
}

.icon_box_txt_detalhes2 {
	float: left;
	clear: none;
	width: 10%;
	text-align: left;
}

.info_box_txt_detalhes2 {
	float: right;
	clear: right;
	width: 90%;
	text-align: left;
	border: 0;	
	background: #FFF;	
}
#detalhes .txt_detalhes2 .info_box_txt_detalhes2 p {margin-top: 0;	margin-bottom: 3px;}
#detalhes .txt_detalhes2 .info_box_txt_detalhes2 span {font-family: 'CenturyGothic-Bold';}
#detalhes .txt_detalhes2 .info_box_txt_detalhes2 a {color: #4B5563;}

.ficha_imovel {
	float: left;
	clear: both;
	width: 100%;
	margin: 15px 0;
	border-top: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
}

.box_ficha_imovel {
	float: left;
	clear: none;
	width: 33%;
	text-align: center;
	margin-top: 15px;
	margin-bottom: 15px;
}

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

.txt_box_ficha_imovel {
	float: left;
	clear: both;
	width: 100%;
	margin-top: 15px;
}

#mais_info_m {
	float: left;
	clear: both;
	width: 90%;
	margin-top: 30px;
	border: solid 1px #CCC;
	margin-top: 30px;
	padding: 20px 5%;
}
#mais_info {display: none;}


/*bt_whatsapp*/
.atendimento_whatsapp {
	float: left;
	clear: both;
	width: 100%;
	height: auto;
	text-align: center;
	margin-bottom: 30px;
}
.atendimento_whatsapp img {max-width: 280px;}

.box_mais_info {
	float: left;
	clear: both;
	width: 100%;
	margin-bottom: 30px;
}
.box_mais_info span {color: #000; font-weight: bold;}

.left {
	float: left;
	clear: none;
	width: 45%;
	text-align: left;
}

.right {
	float: right;
	clear: right;
	width: 45%;
	text-align: right;
}

.margem {
	float: left;
	clear: both;
	width: 100%;	
	border-top: solid 1px #CCC;
	margin-top: 15px;
	margin-bottom: 15px;
}

.aluga_facil {
	float: left;
	clear: both;
	width: 100%;	
	margin-top: 30px;
	margin-bottom: 25px;
	padding: 15px 2.5% 15px 2.5%;
	text-align: center;
	font-size: 21px;
	line-height: 25px;
	font-weight: bold;
	font-family: 'CenturyGothic';
	background: #FFF;
	border: 0;
	border: solid 1px #CCC;
}
.aluga_facil a {color: #000;}
.aluga_facil a:hover {color: #CC0000;}

.bt_mais_info {
	float: left;
	clear: both;
	width: 100%;	
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: center;
	color: #FFF;
	font-size: 20px;
	line-height: 20px;
	background: #CC0000;
	transition: background .5s ease;
	text-transform: uppercase;
	margin-top: 5px;
	font-family: 'CenturyGothic';
	border: 0;
}
.bt_mais_info a {color: #FFF;}
.bt_mais_info a:hover {color: #FFF;}

.bt_mais_info:hover {
    background: #7F99B2;
	color: #FFF;
}

.links_detalhes {
	float: left;
	clear: both;
	width: 100%;
	margin-top: 30px;
}

.box_links_detalhes {
	float: left;
	clear: none;
	width: 50%;
	text-align: center;
	line-height: 15px;
	color: #000;
}
.box_links_detalhes img {width: 35px;}

.box_links_detalhes p {
	clear: both;
	width: 100%;
	margin-top: 5px;	
}

.item_detalhes {
	float: left;
	clear: both;
	width: auto;
	background: url(../imagens/icons/marcador.png) no-repeat left top;
	padding-left: 23px;
	margin-bottom: 5px;
	margin-top: 5px;
}

/*video*/
#video_detalhes {
	float: left;
	clear: both;	
	width: 90%;
	margin-left: 5%;
	margin-top: 30px;
}

/*área garantias*/
.area_garantias {
	float: left;
	clear: both;
	width: 100%;
	padding-top: 15px;
	padding-bottom: 15px;
}

.box_garantias {
	float: left;
	clear: both;
	width: 90%;
	text-align: center;
	margin: 15px 5% 15px 5%;
}
.box_garantias img {width: 80px;}
.box_garantias img:hover {-webkit-filter: brightness(0.8);}

.txt_garantias {
	float: left;
	clear: both;
	width: 100%;
	margin-top: 10px;
}

.txt_garantias span {
	color: #000;
	font-size: 25px;
}
.txt_garantias p {margin-top: 5px;}

.chave {
	float: left;
	clear: both;
	width: 90%;
	margin-left: 5%;
	text-align: center;
}
.chave img {width: 100%;}
	
/*encomenda_imovel*/	
#area_encomenda_imovel {
	float: left;
	clear: both;
	width: 100%;
	margin-top: 30px;
	color: #FFF;
	background: #7F99B2;
}

.encomenda_imovel {
	float: left;
	clear: both;
	width: 90%;
	margin-left: 5%;
	text-align: center;
	font-size: 18px;
	line-height: 18px;
}
.encomenda_imovel p {margin-top: 30px;}
.encomenda_imovel span {font-weight: bold; font-size: 22px; line-height: 22px;}

.woman {
	float: left;
	clear: both;
	width: 100%;
	text-align: center;
	margin-top: 10px;
}
.woman img {width: 260px;}

/*rodape*/
#rodape {
	clear: both;
	width: 100%;
	margin-top: 30px;
}

.area_rodape1 {
	float: left;
	clear: both;
	width: 90%;
	background: #003366;
	padding: 15px 5%;
	text-align: center;
	color: #FFF;
	font-size: 20px;
}
.area_rodape1 a {color: #FFF;}
.area_rodape1 a:hover {color: #F2F2F2;}
.area_rodape1 img {margin-left: 2px; margin-right: 2px;}

.fone_m {
	float: left;
	clear: both;
	width: 100%;	
}
.fone_m span {font-weight: bold; }
.fone {display: none;}
.fone span {font-weight: bold;}

.redes_sociais {
	float: left;
	clear: both;
	width: 100%;
	margin-top: 10px;
}

.area_rodape2 {
	float: left;
	clear: both;
	width: 90%;
	background: #B7BBC1;
	padding: 30px 5% 120px;
}
.area_rodape2 a {color: #4B5563;}
.area_rodape2 a:hover {color: #003366;}
.area_rodape2 span {font-size: 20px; text-transform: uppercase; font-weight: bold;}

.logo_rod {
	float: left;
	clear: both;
	width: 100%;
	text-align: center;
}
.logo_rod img {width: 140px;}

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

.endereco {
	float: left;
	clear: both;
	width: auto;
	margin-top: 10px;
	margin-bottom: 10px;
	background: url(../imagens/icons/local.svg) no-repeat left top;
	padding-left: 25px;
}

.horario {
	float: left;
	clear: both;
	width: 90%;
	margin-top: 10px;
	background: url(../imagens/icons/hora.svg) no-repeat left top;
	padding-left: 25px;
}
.navegue {display: none;}

.creditos {
	float: left;
	clear: both;
	width: 90%;
	margin: 30px 5% 0 5%;
	padding-top: 30px;
	border-top: solid 1px #4B5563; 
	text-align: center;
}

#popup {
	display: none;
	position: absolute; 
	width: 90%;
	margin-left: 5%;	
	top: 110px;
	padding: 0px;
	text-align: center;
	z-index: 1000;  
}

.bt_popup {
	float: right;
	clear: right;
	width: 100%;
	height: 30px;
	border-radius: 5px;
	text-align: center;
	margin-bottom: 2px;
}

/*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: 9999;
}

#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: #CC0000;
	padding-top: 10px;
	padding-bottom: 10px;
	transition: background .5s ease;
	cursor: pointer;
}
.bt_privacidade:hover {background: #003366;}
#ancora {float: left; clear: both; width: 100%;}

#bt_float {
	position: fixed;
	float: right; 
	clear: none; 
	width: auto;
	bottom: 3%;
	right: 5%;
	z-index: 999;
}
#bt_float img {width: 280px;}

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


@media only screen and (min-width: 360px) {	
.box_links_detalhes img {margin-right: 10px;} /*detalhes*/		 
.box_links_detalhes2 img {margin-right: 10px;}
.geral_rod {width: 80%;	margin-left: 20%;} /*rodapé*/
}

@media only screen and (min-width: 481px), only screen and (orientation:landscape) {		
.geral_rod {width: 75%;	margin-left: 25%;} /*rodapé*/
}

@media only screen and (min-width: 540px) { /*Surface Duo */	
/*vantagens*/
.box_vantagens1 {
	clear: none;	
	width: 230px;
	margin-left: 5%;	
}

.box_vantagens2 {
	float: right;
	clear: right;	
	width: 230px;
	margin: 0;
	margin-right: 5%;
}
	
/*rodape*/
.area_rodape1 {text-align: left;}	
.fone_m {display: none;}
	
.fone {
	display: block;	
	float: left;
	clear: none;
	width: auto;
	margin-top: 5px;
}
	
.redes_sociais {
	float: right;
	clear: right;
	width: auto;
	margin-top: 0;
}	
.logo_rod {clear: none;	width: auto;}

.geral_rod {
	float: right;
	clear: right;
	width: auto;
	margin: 0;
}	
#bt_float {right: 2.5%; bottom: 2.5%;}
#bt_float img {width: 300px;}
}

@media only screen and (min-width: 585px) { /*IPhoneXS*/		
.links_cabec {margin: 25px 0; width: 50%;}
	
.logo {
	clear: none;	
	width: auto;
	text-align: left;
	margin-left: 5%;
	margin-top: 15px;
}
.logo img {width: 230px;}

/*lista*/
.box_lista {	
	clear: none;
	width: 42.5%;
	margin-bottom: 20px;
}
	
/*detalhes*/
.box_ficha_imovel {width: 20%;}	
.box_semelhantes {	
	clear: none;
	width: 42.5%;
}	
.icon_box_txt_detalhes2 {width: 5%;}
.info_box_txt_detalhes2 {width: 95%;}
	
/*garantias*/
.chave {width: 70%;	margin-left: 15%;}
		
/*política de privacidade*/
#privacidade {
	padding-top: 20px;
	padding-bottom: 20px;
}
	
.txt_privacidade {
	clear: none;
	width: 75%;
}

.bt_privacidade {
	float: right;
	clear: right;
	width: 20%;
	margin: 0;
}
}

@media only screen and (min-width: 768px) {	
.logo_id {
	float: right;
	clear: right;	
	width: 38%;
	margin-right: 32%;
}

/*conteudo*/
#conteudo1 {margin-top: 40px;}
	
#conteudo2 { 
	margin-top: 40px;
	padding-top: 40px;
	padding-bottom: 40px;	
}	
.destaques {margin-top: 40px;} /*destaques*/
	
/*lista*/
.ordenacao {margin-top: 0;}	
.txt_ordenacao {margin-top: 8px;}	

/*detalhes*/
#area_fotos {margin-top: 20px;} 
#semelhantes {margin: 40px 0 -40px 0;}	
	
/*vantagens*/
#area_vantagens {margin-top: 40px;}
.box_vantagens1 {
	width: 250px;
	margin-left: 10%;	
}

.box_vantagens2 {
	width: 250px;
	margin: 0;
	margin-right: 10%;
}

/*área garantias*/		
.area_garantias {
	width: 95%;
	padding: 30px 2.5%;
}
	
.box_garantias {
	clear: none;
	width: 29.3%;
	margin: 20px 2%;
}
.chave img {width: 430px;}
	
/*área encomenda imóvel*/	
#area_encomenda_imovel {
	margin-top: 40px;
}
	
.encomenda_imovel {
	float: right;
	clear: right;
	width: 55%;
	margin-left: 0;
	margin-right: 5%;
	margin-top: 70px;
	font-size: 18px;
	line-height: 18px;
}
.encomenda_imovel p {margin-top: 0;	margin-bottom: 30px;}
.encomenda_imovel span {font-size: 28px; line-height: 28px;}

.woman {
	clear: none;
	width: auto;
	text-align: left;
	margin-top: 10px;
	margin-left: 5%;
}
.woman img {width: 260px;}
	
/*rodape*/	
#rodape {margin-top: 40px;}

#popup {
	width: 70%;
	margin-left: 15%;
	top: 140px;
}
}


@media only screen and (min-width: 960px) {
/*lista*/
#area_lista {margin-top: 220px;}
	
/*vantagens*/
#area_vantagens { 
	height: 230px;
	padding: 0;
	background: #FFF url(../imagens/fundos/vantagens.jpg) no-repeat center;	
}
.box_vantagens1 {width: 230px; margin-left: 2.5%;}
.box_vantagens2 {width: 230px; margin-right: 2.5%;}
	
/*rodape*/
.area_rodape2 {padding: 30px 5% 90px;}	
.geral_rod {
	float: left;
	clear: none;
	margin-left: 12%;
}

.navegue { 
	display: block;
	float: right;
	clear: right;
	width: auto;
}
	
.navegue li { 
	display: block;
	width: auto;
	padding-left: 20px;
	margin-top: 10px;
	background: url(../imagens/icons/marcador2.svg) no-repeat left;	
	text-transform: uppercase;
}	
}

@media only screen and (min-width: 1024px) {
/*cabeçalho*/
.area_fone_cabec {display: block;}
.links_cabec {width: 70%;}
.acesso_rapido {
	display: block;
	float: right;
	clear: none;
	width: auto;
	margin-right: 15px;
	margin-top: 5px;
}
.acesso_rapido ul {padding: 0px; margin: 0px; list-style: none;}	
.acesso_rapido ul li {display: inline; }	
.acesso_rapido ul li a {padding: 2px 15px; display: inline-block; color: #FFF;}
.acesso_rapido ul li a:hover {color: #F2F2F2;}
	
/*vantagens*/
.box_vantagens1 {margin-left: 5%;}
.box_vantagens2 {margin-right: 5%;}
	
/*lista*/
.box_lista {width: 26.7%;}
	
/*detalhes*/	
#detalhes {
	clear: none;
	width: 55%;
}		
.txt_detalhes1 {text-align: left;}	
#mais_info_m {display: none;}

#mais_info {
	display: block;
	float: right;
	clear: right;
	width: 25%;
	margin-right: 5%;
	border: solid 1px #CCC;
	padding: 15px 2.5%;
}
	
.aluga_facil {
	width: 100%;
	border: 0;
	padding: 0;
	text-align: center;
	background: #FFF;
	line-height: normal;
}
.aluga_facil img {width: 100%;}		
.box_semelhantes {width: 26.7%;}
	
/*área encomenda imóvel*/	
.encomenda_imovel {
	width: 60%;
	margin-top: 90px;
	font-size: 21px;
	line-height: 21px;
}	
.geral_rod {margin-left: 15%;} /*rodapé*/
	
#popup {
	width: 60%;
	margin-left: 20%;
	top: 80px;
}
.zeroMargin_desktop {margin-left: 0;}
.hide_desktop {display: none;}
}

@media only screen and (min-width: 1280px) {		
#topo_id .cabec_id .whats_cabec a {color: #FFF;}	
#topo_id .cabec_id .whats_cabec a:hover {color: #B0B2B4;}
	
.box_whats_cabec {
	float: left;
	clear: none;
	width: auto;
	margin-right: 50px;
}
	
.icon_whats_cabec {
	float: left;
	clear: none;
	width: 28px;
	margin-right: 5px;
}
	
.txt_whats_cabec {
	float: left;
	clear: none;
	width: auto;
	font-size: 11px;	
	line-height: 16px;
}
	
.txt_whats_cabec span {
	font-size: 18px;
	font-weight: bold;
}
	
/*lista*/
#area_lista {margin-top: 190px;}
	
/*vantagens*/
#area_vantagens {height: 250px; margin-top: 50px;}
.box_vantagens1 {width: 250px; margin-left: 8%;}
.box_vantagens2 {width: 250px; margin-right: 8%;}
	
/*conteudo*/
#conteudo1 {margin-top: 50px;}
	
#conteudo2 { 
	margin-top: 50px;
	padding-top: 50px;
	padding-bottom: 50px;	
}
	
.destaques {margin-top: 50px;} /*destaques*/

/*lista*/
.lista {width: 95%;	margin-left: 2.5%;}
	
.box_lista {	
	width: 22%;
	margin-left: 2.5%;
	margin-bottom: 30px;
}

/*detalhes*/
#area_fotos {margin-top: 25px;}	
.icon_box_txt_detalhes2 {width: 4%;}
.info_box_txt_detalhes2 {width: 96%;}
#video_detalhes {margin-top: 50px;}
	
#semelhantes {
	width: 95%;
	padding: 30px 2.5%;
	margin: 50px 0 -50px 0;
}	
.box_semelhantes {width: 22%; margin-left: 2.5%;}
	
/*área garantias*/	
.area_garantias {
	float: right;
	clear: right;
	width: 58%;
	padding: 0;
	margin-top: 40px;
	margin-right: 2.5%;
}

.chave {
	clear: none;
	width: auto;
	text-align: left;
	margin: 0;
	margin-top: 40px;
	margin-left: 5%;
}
	
/*área encomenda imóvel*/	
#area_encomenda_imovel {margin-top: 50px;}	
.encomenda_imovel {width: 65%;	margin-top: 90px;}
.encomenda_imovel span {font-size: 33px; line-height: 33px;}

/*rodape */		
#rodape {margin-top: 50px;}
.geral_rod {margin-left: 22%;} 
#popup {width: 50%;	margin-left: 25%;}	
	
/*política de privacidade*/
.txt_privacidade {
	width: 88%;
	margin-top: 10px;
}
.bt_privacidade {width: 12%;}
}

@media only screen and (min-width: 1366px) {
#mais_info {width: 20%;} /*detalhes*/
.woman {margin-left: 10%;} /*área encomenda imóvel*/	
.geral_rod {margin-left: 26%;} /*rodapé*/
}

@media only screen and (min-width: 1440px) {
#topo_id {background-size: 100%; }
.box_vantagens1 {margin-left: 10%;}
.box_vantagens2 {margin-right: 10%;}	
}

@media only screen and (min-width: 1500px) {
#topo_id {padding-top: 20px; padding-bottom: 20px;}
.area_rodape2 {padding: 30px 5%}	/*rodape*/
.geral_rod {margin-left: 30%;} 
#popup {width: 40%;	margin-left: 30%;}	
}

@media only screen and (min-width: 1600px) {
body {font-size: 18px;}	
.area_cliente {width: 155px; height: 28px; padding-top: 7px;}
.area_cliente li ul {width: 240px; margin-left: -45px;}

/*vantagens*/
.box_vantagens1 {margin-left: 12%;}
.box_vantagens2 {margin-right: 12%;}	
	
/*área garantias*/	
.area_garantias {width: 60%;}
	
/*área encomenda imóvel*/
.woman {margin-left: 13%;}
	

}

@media only screen and (min-width: 1800px) {
#topo_id {padding-top: 30px; padding-bottom: 60px;}
/*área garantias*/	
.area_garantias {margin-right: 5%;}
.chave {margin-left: 7.5%;}
	
#popup {width: 30%;	margin-left: 35%;}	
}

@media only screen and (min-width: 1900px) {	
#topo_id {padding-top: 40px; padding-bottom: 80px;}
/*detalhes*/
.icon_box_txt_detalhes2 {width: 3%;}
.info_box_txt_detalhes2 {width: 97%;}
	
/*área encomenda imóvel*/	
.woman {margin-left: 15%;}
}