body {
	background-color: #EFEFEFFF;
}

a:link { 
	text-decoration:none; 
}

.alinhamento {
  text-align: center;
}

.text-align{
  align-items: center;
  display: flex;
}
.marginb {
	margin-bottom: 15px;
}

.marginbo {
	margin-bottom: 50px;
}

.margint {
	margin-top: 15px;
}

.marginto {
	margin-top: 60px;
}

.foto {
	width: 100%;
	border-radius: 5px;
}

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

.left {
	text-align: left;
}

/* topo */

.fundotopo {
	background-color: #fff;
}

.logo {
	width: 80%;
	margin: 0;
	padding: 0 16%;
}
.logomobile {
	width: 100%;
	margin: 0;
	padding: 5px 30% 5px 10%;
}

.topo {
	padding: 20px 10px;
}

.topo2{
	padding-top: 30px;
	color: #222;
}
.topo2 a {
	color: #222;
}

.icone {
	margin-top: 10px;
	width: 4%;
}

.icons{
	padding-top: 10px;
	font-family: Century Gothic;
	color: #999;
}

.carro {
	width: 20%;
}
.quartos {
	width: 20%;
}
.banheiro {
	width: 20%;
}
.area {
	width: 35%;
}

.nav_tabs {
	width: 100%;
/*	background-color: #222;*/
	position: relative;
	z-index: 100;
}
.nav_tabs ul {
/*	margin: 0;*/
/*	padding: 0;*/
	list-style: none;
}
.nav_tabs ul li {
/*	padding: 0;*/
/*	margin: 0;*/
	float: left;
}
.nav_tabs label {
	width: 100%;
	margin: 0;
	padding: 8px;
	background-color: #fff; /* Alterar cor da pesquisa*/
	display: block;
	color: #222;
	border-radius: 5px 5px 0 0;
	cursor: pointer;
	text-align: center;
	box-shadow: 1px 1px 3px 1px #555;	
}
.rd_tabs:checked ~ label {
	color: #fff;
	background-color: #222; /* Alterar cor ativo da pesquisa*/
}
.rd_tabs {
	margin: 0;
	padding: 0;
	display: none;
}
.content {
	background-color: #222;
	display: none;
	position: absolute;
	width: 100%;
	left: 0;
}
.content {
	padding: 20px 10px 20px;
}
.rd_tabs:checked ~ .content {
	display: block;
}

.back-slide{
	width: 100%;
	height: 550px;
  background-image: url(../ImagensSite/slide.jpg);
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
}

@media only screen and (max-width: 1199px) {
  .back-slide {
		height: 500px;
  }
}

@media only screen and (max-width: 991px) {
  .back-slide {
		height: 450px;
  }
}

@media only screen and (max-width: 767px) {
  .back-slide {
		height: 200px;
  }
}

/* Rodape */

.rodape { /* Mudar cor do RODAPE */
	padding: 55px 10px;
	background-color: #dd118e;
	color: #fff;
	font-family: Century Gothic;
}
.rodape a {	
	color: #fff;
	font-family: Century Gothic;
}

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

}

/* pesquisa */

.pesquisa {
	width: 100%;
	margin: 10px 0 17px;
	padding: 0;
}

.botaopes {
	border: none;
	font-weight: bold;
	color: #222;
	background: linear-gradient(#fff, #efefef);
	padding: 10px 10px 6px 12px;
	border-radius: 5px;
	font-size: 15px;
	box-shadow: 2px 2px 3px #444;	
}
.botaopes:hover {
	color: #222;
	background: linear-gradient(#fff, #EFEFEF);
	box-shadow: 2px 2px 3px #444;	
}

/*conteudo index*/

.titulos { /* Alterar cor dos titulos */
	color: #222;
	font-family: Lucida Handwriting;
}

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

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

.fundodestaque {
	margin-top: 50px;
	margin-bottom: 50px;
}
.destaque {
	margin: 0;
	padding: 15px;
	margin-bottom: 50px;
	border-radius: 5px;
}

.destaque1{
	margin: 0;
	padding: 5px;
}
.destaque2 {
	padding: 0;
	border-radius: 10px;
	border: 1px dotted #999;
}
.destaque2:hover {
	box-shadow: 2px 2px 3px #ccc;
	background-color: #fff;
}

.botaoblack { /* Alterar cor do Botao - LISTA */
	border: none;
	margin: 0;
	padding: 4px;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	color: #fff;
	border-radius: 1px;
	background: linear-gradient(#222, #000);
	border: 1px solid #EFEFEFFF;
}
.botaoblack:hover { /* Alterar cor do Botao - LISTA ativo */
	background: linear-gradient(#fff, #ccc);
	color: #333;
	border: 1px solid #EFEFEFFF;
}

/*TIPO*/

.tipo {
	padding: 8px;
	margin-bottom: 15px;
	margin-left: 5%;
	border-radius: 10px;
	border: 1px dotted #999;
	max-width: 100%;
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
.tipo:hover {
	box-shadow: 2px 2px 3px #ccc;
	background-color: #fff;
	-moz-transform: scale(1.03);
	-webkit-transform: scale(1.03);
	transform: scale(1.03);
}

/*LISTA*/

.listaped {
	padding-left: 15px; 
}

.fundolista {
	padding: 8px;
	margin-bottom: 15px;
	margin-left: 5%;
	border-radius: 10px;
	border: 1px dotted #999;
	max-width: 100%;
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

.fundolista:hover {
	box-shadow: 2px 2px 3px #ccc;
	background-color: #fff;
	-moz-transform: scale(1.03);
	-webkit-transform: scale(1.03);
	transform: scale(1.03);
}

/*IMOVEL*/

.descimo {
	color: #555;
	font-family: Century Gothic;
	text-align: justify;	
}

.local {
	margin-top: 22px;
}

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

.ico {
	color: #fff;
}


.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: #dd118e;
	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: #333;
	font-family: Century Gothic;
}

.grey2 {
	color: #222;
	font-family: Century Gothic;
}
.grey3 {
	color: #222;
	font-family: Century Gothic;
	text-shadow: 2px 2px 3px #999;
}

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