@charset "utf-8";
/* CSS Document */
.foto-imovel{
	border:0px solid blue;
	width:55%;
	/*height:464px;*/
	display:inline-block;
	float:left;
	}
	.detalhe-lateral{border:0px solid blue; width:42%; height:auto;float:right; font-family:tw cen mt;}
	.ficha-imovel{
		border:0px solid black; 
		width:100%;
		min-height:200px;
		display:inline-block;
		height:auto;
		float:right;
		color:#828282;
		}
		.ficha-imovel p{
			border:0px solid red;
			padding:0;
			margin:0;
		}
		.detalhe-lateral button.button-max{
			border-radius:15px;
			width:45%;
			padding:10px;
			margin-left:5px;
			background:linear-gradient(to right, #002E6E, #4D70A0);
						}
						.detalhe-lateral button.button-max.btn-trsnprt{
			border:2px solid #002E6E;
			background:none;
						}
						
					p.aviso{font-size: 9px;}		
				.buttons{
					width:300px;
					height:100px;
					border:1px solid #D6D6D6;
					border-bottom:1px solid #031337;
					float:right;
					}
					
					.buttons-interno{
						border:0px solid red;
						width:148px;
						height:100px;
						float:left;
						}
						.buttons-interno a, a:visited{
						border:0px solid red;
						width:148px;
						float:left;
						text-align:center;
						padding-top:10px;
						color:#fff;
						}
						a{color:#fff;}
						
						.imovel-redes-sociais{width:100%; border:0px solid red; }
#conteudo .detalhe-lateral h3{
	border:0px solid red;
	color:#002E6E;
	font-family:tw cen mt;
	font-size:22px;
	padding:0;
	margin:0;
	}				
	
	.desc_imovel{
		width:100%;
		min-height:100px;
		border-bottom:1px solid #D6D6D6;
		float:left;
		}
		.caracteristicas-imovel{
			border:0px solid red;
			width:100%;
			height:auto;
			margin-bottom:2%;
			display: inline-block;
			}
			.caracteristicas-imovel li{
				border:0px solid red;
				width:auto;
				list-style:none;
				float:left;
				}

				
				@media(max-width:550px) {
						.detalhe-lateral{border:0px solid blue; width:100%; height:auto;float:none; font-family:tw cen mt;}

	.ficha-imovel{
		border:0px solid black; 
		width:100%;
		min-height:200px;
		display:inline-block;
		height:auto;
		float:none;
		color:#828282;
		}

.caracteristicas-imovel{
			border:0px solid red;
			width:100%;
			height:auto;
			margin-bottom:2%;
			display: inline-block;
			}
				}
				
				@media print {
					menu, .primary_nav_wrap, .busca-align, .box-financiamento, .news-interno, .footer-interior, .footer-menu{display:none;}
					#busca{display:none;}
					
						.detalhe-lateral{border:0px solid blue; width:100%; height:auto;float:none; font-family:tw cen mt;}

					
					
}