* @var Cidades
 */
$cidades = new Cidades();
$cidades = $cidades->mostrar_cidades();
/**
 * Obtendo os Bairros do Webservice
 * @var [type]
 */
$cartie = new Bairros();
$qartie = $cartie->mostrar_bairros();
/**
 * Obtendo os Categorias de Imóveis do Webservice
 * @var [type]
 */
$categoria = new Categorias();
$cat = $categoria->mostrar_categorias();
/**
 * Trecho responsável por mostrar Features do Imóvel
 * @var [type]
 */
if ($im[1] == 'imovel.php') {
    $imofeatures = new Caracteristicas();
    $imofeatures = $imofeatures->mostrar_carac($id);
    $imofeatures = $imofeatures['Caracteristicas'];
}
/**
 * Trecho responsável por mostrar Features do Condomínio
 * @var Infraestrutura
 */
if ($im[1] == 'imovel.php') {
    $condfeatures = new Infraestrutura();