@charset "utf-8";
/* CSS Document */
#conteudo-detalhe-imoveis {
	border:0px solid blue;
	max-width:98%;
	height:auto;
	display:inline-block;
	margin-top:6px;
	color:#333;
	font-size:14px;
	font-weight:bold;
}

#conteudo-detalhe-imoveis a, a:visited, a:hover {
		color:#fff;
	}
	#conteudo-detalhe-imoveis a:hover {
		color:#C93;
		font-weight:bold;
	}
#botoes{
	/*border:1px solid red;*/
	text-align:center;
	background-color:#E8E8E8;
	}

.detalhe-imovel-menu{width:100%; height:auto; display:inline-block; border:0px solid red; font-weight:bold;}

.detalhe-imovel-menu .menus{width:auto; height:auto; display:inline-block; margin-right:15px; margin-bottom:10px; font-size:12px; border:0px solid black; float:left;}
.detalhe-imovel-menu .menus a span{color:#333;}
.detalhe-imovel-menu hr{width:100%;}
.detalhe-imovel-menu .span-menu{margin-left:26px;}

#img-menu{ position:absolute; float:left;}

/*foto*/
.detalhe-descricao-imovel{float:left; width:100%; min-height:400px; height:auto; border:0px solid red;}
.detalhe-interno-imovel{max-width:60%; border:0px solid black; float:left; overflow:hidden;}
.detalhe-info-imovel{width:30%; border:0px solid red; float:right; right:0;}
.detalhe-redes-sociais{width:50%; height:70px; overflow:hidden; border:0px solid red;}
.caracteristicas-imovel{ width: 80%; height: auto !important;  padding: 10px;}

@media(max-width:810px){
.detalhe-imovel-menu{max-width:100%; height:auto; display:inline-block; border:0px solid red;}
.detalhe-imovel-menu .menus{width:auto; height:auto; display:inline-block; margin-left:5px; font-size:12px; border:0px solid black; float:left;}
.detalhe-imovel-menu hr{width:100%;}
/*foto*/
.detalhe-descricao-imovel{float:none; width:100%; min-height:400px; height:auto; border:0px solid red;}
.detalhe-interno-imovel{width:100%; border:0px solid black; float:none; overflow:hidden;}
.detalhe-info-imovel{width:100%; border:0px solid red; float:none; right:0;}
.detalhe-redes-sociais{width:100%; height:70px; overflow:hidden; border:0px solid red;}
.caracteristicas-imovel{min-width:30%; width:auto; min-height:200px; display:inline-block; border:0px solid red;}
	}
@media(max-width:660px){	
	.detalhe-interno-imovel{max-width:100%; border:0px solid black; float:left; overflow:hidden;}
		.detalhe-imovel-menu .menus{width:100%; height:auto; display:inline-block; margin-right:15px; margin-bottom:10px; font-size:12px; border:0px solid black;}

}
