body {
	background-color: #fff;
}

a:link { 
	text-decoration:none; 
}

.alinhamento {
  text-align: center;
}

.marginb {
	margin-bottom: 15px;
}

.marginbo {
	margin-bottom: 50px;
}

.margint {
	margin-top: 15px;
}

.marginto {
	margin-top: 60px;
}

.foto {
	width: 100%;
}

.spc {
	margin: 0;
	padding: 0;
}

.left {
	text-align: left;
}
.right {
	text-align: right;
}

.hr {
	height: 30px;
	border-bottom:dashed 1px #222;
}

.espaconteudo {
	margin-top: 80px;
	margin-bottom: 50px;
}

.icone {
	color: #d09b3f; /*Alterar cor dos icones */
	font-size: 15pt;
	padding-left: 10px;
	padding-right: 5px;
}

/* topo */

.fundocontato {
	margin: 0;
	padding: 5px 10px;
	background-color: #fff;
	color: #222;
	font-size: 12pt;
	font-family: Century Gothic;
}

.topo {
	padding: 5px 15px;
	background-color: #222;
}
.topoM {
	background-color: #222;
}

.logo {
/*	background-color: #fff;*/
	width: 45%;
}
.logoM {
	background-color: #222;
	width: 90%;
}

/* Rodape */

.rodape { 
	padding: 40px 10px;
	background-color: #222;/* Mudar cor de fundo do RODAPE */
	color: #d09b3f;/* Mudar cor da letra do RODAPE */
	font-family: Century Gothic;
}
.rodape a {	
	color: #d09b3f;
	font-family: Century Gothic;
}
.rodape a:hover {
	font-weight: bold;
}

.linha {
	border-right: 1px solid #FFFFFF38;
}

.logorodape {
	width: 35%;
}

.footer { 
	background-color: #fff;/* Mudar cor do RODAPE - EMPRESA */
	color: #222; /* Mudar cor da letra RODAPE - EMPRESA */
	font-family: Century Gothic;
}
.footer a {
	color: #222;
	font-family: Century Gothic;

}

/* pesquisa */

.pesquisa {
	padding: 15px;
	background-color: #222; /* cor do fundo */
	border-top: 1px solid #fff;
}
.marginp {
	margin-bottom: 5px;
}

.botaopes { 
	border: none;
	font-weight: bold;
	background: linear-gradient(#FFF, #ccc); /* Alterar cor do Botao Pesquisa */
	padding: 10px 10px 6px 12px;
	border-radius: 5px;
	color: #222; /* Alterar cor da letra do Botao Pesquisa */
	font-size: 15px;
}
.botaopes:hover {
	background: linear-gradient(#FFF, #ccc); /* Alterar cor do Botao Pesquisa ativo */
	color: #555; /* Alterar cor da letra do Botao Pesquisa ativo */
}

/*conteudo index*/

.titulos {
	margin: 0;
	padding: 0;
	color: #d09b3f; /* Alterar cor da letra dos titulos */
	font-family: Impact;
	letter-spacing: 2px;
	font-size: 35px;
}
.titulosM{
	color: #d09b3f; /* Alterar cor da letra dos titulos mobile */
	font-family: Impact;
	font-size: 26px;
}

.valorV {
	color: #d09b3f; /* Alterar cor dos Valor de Venda */
	font-family: Century Gothic;
}

.valorL {
	color: #555; /* Alterar cor dos Valores em Locacao */
	font-family: Century Gothic;
}

.fundodestaque {
	margin-top: 40px;
	margin-bottom: 30px;
}
.destaque {
	margin: 0;
	padding: 10px;
	margin-bottom: 50px;
}
.destaque1 {
	padding: 0;
	color: #333;
	font-family: Century Gothic;
	border: 1px solid #ccc;
	background-color: #EFEFEFFF;
	text-transform: uppercase;
	max-width: 100%;
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	margin-bottom: 10px;
}
.destaque1:hover {
	color: #222;
	background-color: #fff;
	border: 1px solid #d09b3f;
	-moz-transform: scale(1.01);
	-webkit-transform: scale(1.01);
	transform: scale(1.01);
}
.desc-pad{
	padding: 5px;
}

.carro {
	margin: 0;
	padding: 0;
	padding-left: 5px;
	font-size: 12px;
}
.quartos {
	margin: 0;
	padding: 0;
	font-size: 12px;
}
.banheiro {
	margin: 0;
	padding: 0;
	font-size: 12px;
}
.area {
	margin: 0;
	padding: 0;
	padding-right: 5px;
	font-size: 12px;
}

.meio {
	text-align: center;
	color: #fff;
	padding: 20px 0;
	background-color: #222;
}
.meio a {
	color: #fff;
	text-align: center;
	font-size: 30pt;
}
.meio a:hover {
	color: #d09b3f;
}
.meiomobile {
	color: #fff;
	text-align: center;
	font-size: 20pt;
	padding: 20px 0;
	background-color: #222;
}
.meiomobile a {
	color: #fff;
	text-align: center;
	font-size: 20pt;
}
.meiomobile a:hover {
	color: #d09b3f;
}
.text-meio {
	margin-right: 42%;
	margin-left: 42%;
	padding-bottom: 3px;
	color: #fff;
	font-family: Century Gothic;
	border-bottom: 3px solid #fff;
}
.text-meio-mobile {
	margin-right: 30%;
	margin-left: 30%;
	padding-bottom: 3px;
	color: #fff;
	font-family: Century Gothic;
	border-bottom: 3px solid #fff;
}

/*TIPO*/

.tipo {
	margin-left: 5%;
	padding: 8px;
	margin-bottom: 15px;
	border: 1px solid #ccc;
	background-color: #EFEFEFFF;
	text-transform: uppercase;
	max-width: 100%;
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
.tipo:hover {
	background-color: #fff;
	border: 1px solid #d09b3f;
	-moz-transform: scale(1.01);
	-webkit-transform: scale(1.01);
	transform: scale(1.01);
}

/*LISTA*/

.fundolista {
	padding: 8px;
	margin-bottom: 15px;
	border: 1px solid #ccc;
	background-color: #EFEFEFFF;
	text-transform: uppercase;
	max-width: 100%;
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

.fundolista:hover {
	background-color: #fff;
	border: 1px solid #d09b3f;
	-moz-transform: scale(1.01);
	-webkit-transform: scale(1.01);
	transform: scale(1.01);
}

/*IMOVEL*/

.descimo {
	color: #555;
	font-family: Century Gothic;
	text-align: justify;	
}
.simulacao {
	width: 98%;
	margin: 8px 1% 20px;
	padding: 5px 15px;
	border: 1px solid #d09b3f;
	font-size: 13pt;
	text-align: center;
	color: #333;
}
.simulacao h3 a {
	margin: 0 15px;
}

.botaoimovel {
	width: 100%;
	border: none;
	background: linear-gradient(#fff, #ccc); /* Alterar cor do botão da página imóveis*/
	border: 1px solid #ccc;
	padding: 5px 8px 5px 8px;
	border-radius: 5px;
	color: #222; /* Alterar cor da letra do botão da página imóveis*/
	font-weight: bold;
	font-size: 25px;
	font-family: Century Gothic;
	box-shadow: 2px 3px 3px #fff;
}

.eit {
	color: #d09b3f; /* Alterar cor do - este imóvel tem */
	font-family: Century Gothic;
	font-weight: 800;
}


.corretor {
	/*border: 1px solid #E0E0E0FF;*/
	border-radius: 5px;
	box-shadow: 3px 3px 5px #ccc;
	/*color: #333;*/
}
.corretor-t {
	padding: 10px 20px;
	color: #555;
	font-family: Century Gothic;
}
.corretor:hover {
	background-color: #F2F2F2FF;
	-moz-transform: scale(1.01);
	-webkit-transform: scale(1.01);
	transform: scale(1.01);
	cursor: pointer;
}
.corretorfoto img {
	width: 170px;
	height: 170px;
	text-align: center;
	border-radius: 50%;
	border: 1px solid #ccc;
	box-shadow: -2px 2px 3px #ccc;
}

/*PROPOSTA*/
.obg {
	color: #F00E0EFF;
}
.space {
	margin-left: 15px;
}

.semEsp1 {
	border: 0;
	padding: 0 5px 0 0;
}

.semEsp2 {
	border: 0;
	padding: 0 0 0 5px;
}

/* Cores */

.black {
	color: #000;
	font-family: Century Gothic;
}

.blue {
	color: #0071fc;
	font-family: Century Gothic;
}
}
.red {
	color: #F00E0EFF;
	font-family: Century Gothic;
}
.red2 {
	color: #F00E0EFF;
	font-family: Century Gothic;
	text-shadow: 2px 2px 3px #999;
}

.grey {
	color: #222;
	font-family: Century Gothic;
}

.grey2 {
	color: #999;
	font-family: Century Gothic;
}
.grey3 {
	color: #555;
	font-family: Century Gothic;
}

.white {
	color: #fff;
	font-family: Century Gothic;
}