/*lista*/
#area_lista {
	float: left;
	clear: both;
	width: 100%;
}

.ordenacao {
	float: right;
	clear: right;
	width: 150px;
	height: 40px;
	padding-left: 10px;
	margin-right: 5%;
	margin-top: 25px;
	color: #3E4858;
	font-family: 'CenturyGothic';
	font-size: 15px;
	border: solid 1px #9EA3AB;
	background: url(select1.webp) 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;	
}

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

#lista {
	float: left;
	clear: both;	
	width: 100%;	
	font-size: 15px;
}

.box_lista {	
	display: block;
	position: relative;
	float: left;
	clear: both;
	width: 90%;
	margin-left: 5%;
	margin-top: 30px;
	background: rgba(255,255,255,1.00);
}

.img_lista {
	clear: both;	
	width: 100%;
	height: 245px;  
}
.img_lista img {width: 100%;}

.tipo {
	position: absolute;
	clear: none;
	width: auto;	
	height: auto;
	background: rgba(62,72,88,0.50);
	font-weight: bold;
	color: #FFF;
	font-size: 13px;
	text-transform: uppercase;
	text-align: center;
	padding: 5px 15px;
	border-radius: 18px;
	top: 10px;
	left: 10px;
	z-index: 2;
}

.favoritos {
	position: absolute;
	float: right;
	clear: right;
	width: auto;	
	height: auto;
	text-align: center;
	top: 10px;
	right: 10px;
	z-index: 2;
}
.favoritos img {width: 17px;}

.txt_lista {
	clear: both;
	width: 90%;
	height: auto;
	margin-left: 5%;
	margin-top: 15px;
}
.txt_lista h2 {font-weight: normal; font-size: 15px; line-height: normal; margin: 0; padding: 0;}
.txt_lista span {color: #BD9B4C; text-transform: uppercase; font-size: 18px;}
.txt_lista p {margin-bottom: 5px; margin-top: 5px;}

.descricao_lista {
	clear: both;	
	margin-top: 15px;
}

.valor_lista {
	clear: both;	
	color: #BD9B4C;
	font-size: 18px;
	font-weight: bold;
	margin-top: 15px;
}

.item_lista {
	clear: both;
	width: 90%;
	height: 45px;
	margin-left: 5%;	
	margin-top: 20px;
	padding-top: 20px;
	padding-bottom: 20px;
	border-top: 1px solid #CCC;	
}
.box_item_lista {
	float: left;
	clear: none;
	width: 50%;
}

/*detalhes*/
#codigo {
	clear: both;
	width: 100%;	
	text-align: center;
}

#area_fotos {
	float: left;
	clear: both;
	width: 90%;
	margin-left: 5%;
	margin-top: 30px;
}
#area_fotos img {height: 200px;}

.lupa {
	position: absolute;
	clear: both;
	width: 40px;	
	height: 40px;
	top: 10px;
	right: 10px;
	background: url(../imagens/icons/lupa.svg) no-repeat right;
	background-size: 35px;
	z-index: 999;	
}

#ficha_imovel {
	float: left;
	clear: both;
	width: 90%;
	margin-left: 5%;
	padding-top: 15px;
	padding-bottom: 15px;
	background: rgba(85,85,85,1.00);
	color: #FFF;
	text-transform: uppercase;
	text-align: center;
}
#ficha_imovel span {
	font-size: 25px;
	color: #BD9B4C;	
	text-transform: lowercase; 
}

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

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

.box_detalhes {
	clear: both;
	width: 100%;
	text-align: justify;
}

.tipo_detalhes {
	float: left;
	clear: both;
	width: 100%;
	font-size: 18px;
	text-transform: uppercase;
	margin-bottom: 20px;
}

.box_detalhes_left {
	float: left;
	clear: none;
	width: 40%;
	margin-top: 4px;
	margin-bottom: 4px;
	text-align: left;
	font-weight: bold;
	font-size: 13px;
}

.box_detalhes_right {
	float: left;
	clear: none;
	width: 60%;
	margin-top: 4px;
	margin-bottom: 4px;
	text-align: left;
	font-size: 13px;
}
.box_detalhes_right span {font-weight: bold;}

.links_det {
	clear: both;
	width: 100%;
	margin-top: 30px;
	text-align: left;
	text-transform: uppercase;
}
.links_det a {color: #FFF;}
.links_det img {margin-right: 10px;}

.box_links_det {
	float: left;
	clear: both;
	width: 90%;
	margin-top: 1px;
	margin-bottom: 1px;	
	padding: 10px 5%;
	background: rgba(85,85,85,1.00);
	transition: background .5s ease;
}
.box_links_det:hover {background: #BD9B4C;}

#area_caracteristicas {
	clear: both;
	width: 100%;	
	margin-top: 30px;
	padding-top: 15px;
	padding-bottom: 15px;
	background: rgba(255,255,255,1.00);
	text-align: center;
}

.caracteristicas {
	float: left;
	clear: none;
	width: 90%;
	margin: 15px 5%;
}

.item_detalhes {
	float: left;
	clear: both;
	width: 100%;	
	padding-top: 5px;
	padding-bottom: 5px;
	margin-top: 5px;
	margin-bottom: 5px;	
	border-radius: 30px;
	border: 1px solid #3E4858;
	text-transform: lowercase;
	text-align: center;
}

#mais_info {
	clear: both;
	width: 90%;
	padding: 30px 5%;
	background: rgba(85,85,85,1.00);
}

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

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

.box_semelhantes {	
	display: block;
	position: relative;
	float: left;
	clear: both;
	width: 90%;
	margin-left: 5%;
	margin-top: 30px;
	background: rgba(255,255,255,1.00);
}

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

/*comparar imoveis*/
#area_comparar {
	float: left;
	clear: both;
	width: 95%;
	margin-left: 2.5%;
	font-size: 13px;
	line-height: 13px;
}

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

.box_comparar1 {
	float: left;
	clear: none;
	width: 16.6%;
	background: #3E4858;
	color: #FFF;
	text-align: center;
	margin-top: 100px;
}

.box_comparar2 {
	float: left;
	clear: none;
	width: 16.6%;
	text-align: center;
}

.foto_comparar {
	float: left;
	clear: both;
	width: 100%;
}
.foto_comparar img {height: 100px;}

.item_comparar {
	float: left;
	clear: both;
	width: 100%;	
}
.item_comparar li {
	display: block;
	min-height: 40px; 
	padding-top: 20px;
	border-bottom: solid 1px #999;
	border-right: solid 1px #999;
}
.excluir_comparar {
	float: left;
	clear: both;
	width: 100%;
	padding-top: 10px;
	padding-bottom: 10px;
	cursor: pointer;
}
.excluir_comparar img {width: 13px;}

@media only screen and (min-width: 360px) {		
#area_fotos img {height: 220px;}
.box_detalhes_left {font-size: 15px;}
.box_detalhes_right {font-size: 15px;}
}

@media only screen and (min-width: 375px) {
#area_fotos img {height: 250px;}
}

@media only screen and (min-width: 411px) {
#area_fotos img {height: 280px;}
}

@media only screen and (min-width: 481px), only screen and (orientation:landscape) {
/*detalhes*/
#area_fotos img {height: 300px;}
.item_detalhes {
	clear: none;
	width: 47.5%;
	margin-left: 1%;
	margin-right: 1%;
}
}

@media only screen and (min-width: 585px) { /*IPhoneXS*/
.box_lista {margin-top: 40px;}
	
.img_lista {
	float: left;
	clear: none;	
	width: 50%;
}
.favoritos {right: 52.5%;}

.txt_lista {
	float: left;
	clear: none;
	width: 45%;
	margin: 0;
	padding-left: 2.5%;
	padding-right: 2.5%;
	margin-top: 10px;
}
	
.descricao_lista {margin-top: 10px;}

.item_lista {
	height: auto;
	padding-top: 0;
	border: 0;	
}
.box_item_lista {width: 25%;}
		
/*detalhes*/
#area_fotos img {height: 200px;}
#ficha_imovel span {font-size: 20px;}
.box_ficha_imovel {
	clear: none;	
	width: 20%;
}

.area_caracteristicas {
	float: right;
	clear: right;
	width: 50%;
}

/*semelhantes*/
.box_semelhantes {margin-top: 40px;}
}

@media only screen and (min-width: 640px) {	
/*detalhes*/
#area_fotos img {height: 230px;}
}

@media only screen and (min-width: 768px) {		
.ordenacao {margin-top: 0;} 
.txt_ordenacao {margin-top: 10px;}
	
/*detalhes*/	
#area_fotos img {height: 250px;}	
#ficha_imovel span {font-size: 25px;}
#area_detalhes {margin-top: 40px;}
.box_detalhes {
	float: left;
	clear: none;
	width: 59%;
}
	
.links_det {
	float: right;
	clear: right;
	width: 35%;
	margin-top: 0;
}
.item_detalhes {width: 31%;} 
#area_caracteristicas {
	margin-top: 40px;
	padding-top: 20px;
	padding-bottom: 20px;
	text-align: justify;
}
.caracteristicas {margin: 20px 5%;}	
#semelhantes {margin-top: 40px;}	
	
/*comparar imoveis*/
#area_comparar {margin-left: 5%;}
}


@media only screen and (min-width: 800px) {		
#area_fotos img {height: 200px;} /*detalhes*/	
}

@media only screen and (min-width: 960px) {
.img_lista {width: 35%;}
.favoritos {right: 67%;}
.txt_lista {width: 35%;}

.item_lista {
	float: right;
	clear: right;
	width: 19%;
	margin: 0;
	padding: 0;
	margin-top: 35px;
	padding-left: 5%;
	border-left: solid 1px #999;
}
.box_item_lista {
	clear: both;
	width: 100%;
	margin-top:  10px;
	margin-bottom: 10px;
}
	
/*detalhes*/
#codigo {
	position: absolute;
	float: right;
	clear: right;
	width: auto;	
	text-align: right;
	right: 5%;
	margin-top: 30px;
}	
#area_fotos {margin-top: -30px;}
#area_fotos img {height: 230px;}
.item_detalhes {width: 22.5%;}
}


@media only screen and (min-width: 1024px) {	
/*detalhes*/	
#area_fotos img {height: 180px;}
#area_caracteristicas {
	width: 90%;	
	margin-left: 5%;
}
	
#mais_info {
	width: 80%;
	margin-left: 5%;
}
}

@media only screen and (min-width: 1280px) {	
/*detalhes*/	
#area_fotos img {height: 200px;}
#area_detalhes {margin-top: 50px;}
#area_caracteristicas {
	margin-top: 50px;
	padding-top: 25px;
	padding-bottom: 25px;
}
.caracteristicas {margin: 25px 5%;}
#semelhantes {margin-top: 50px;}
}

@media only screen and (min-width: 1366px) {
/*detalhes*/
#area_fotos img {height: 220px;}
#ficha_imovel {
	width: 80%;
	padding: 15px 5%;
}	
.box_detalhes_left {width: 30%;}
.box_detalhes_right {width: 70%;}
}

@media only screen and (min-width: 1440px) {
/*detalhes*/
#area_fotos img {height: 250px;}
.box_detalhes {width: 69%;}	
.links_det {width: 30%;}
}

@media only screen and (min-width: 1600px) {	
/*detalhes*/	
#area_fotos img {height: 220px;}
#ficha_imovel {
	width: 70%;
	padding: 15px 10%;
}
.item_detalhes {width: 17.7%;}
}

@media only screen and (min-width: 1800px) {
/*detalhes*/	
.box_detalhes_left {width: 25%;}
.box_detalhes_right {width: 75%;}
}

@media only screen and (min-width: 1920px) {
#area_fotos img {height: 250px;} /*detalhes*/	
}