a:hover{
	color: #cfb06c !important;
}
body {
	background-color: #f6efe9;
}
/* topo */
.logo {
	width: 80%;
}
.logo2 {
	padding: 0 10%;
}
.logo3 {
	width: 65%;
	margin: 0;
	padding: 0;
}

.fundocontato {
	background: #cfb06c;
	padding: 8px;
	border-bottom: 1px solid #EAEAEAFF;
	font-size: 16px;
 	text-align: center;
	color: #fff;
}
.fundocontato div a:hover{
	color: #222 !important;
}

.toposombra {
	background-color: #fff;
 	position: relative;	
  -webkit-box-shadow: 0px 1px 5px #555;
  -moz-box-shadow: 0px 1px 5px #555;
  box-shadow: 0px 1px 5px #555;
}

.topo {
 	width: 100%;
 	padding: 10px 20px 10px 20px;
 	margin-right: auto;
 	margin-left: auto;
}
.fundomenu {
	margin-top: 3%;
}

a:link { 
	text-decoration:none; 
}

.alinhamento {
  text-align: center;
}

.marginb {
	margin-bottom: 50px;
}

.marginbu {
	margin-bottom: 15px;
}

.margint {
	margin-top: 20px;
}

.marginto {
	margin-top: 60px;
}

.foto {
	width: 100%;
}

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

/* Rodape */

.rodape1 {
	color: #fff;
 	background-color: #cfb06c;
 	text-align: center;
 }
.rodape2 {
	padding: 25px;
	text-align: left;
 	background-color: #fff;
}
.icones {
	font-size: 50px;
	text-align: center;
	color: #777;
}
.icones:hover {
	color: #cfb06c;
	-webkit-transform: rotateZ(-10deg);
    -ms-transform: rotateZ(-10deg);
    transform: rotateZ(-10deg);
}
.rodape3 {
 	padding: 10px;
 	background-color: #cfb06c;
 	text-align: center;
 }

.textoroda { /* Mudar cores do texto do rodapé */
	color: #777;
	font-family: Century Gothic;
	text-align: center;
}
.textoroda a { /* Mudar cores do texto do rodapé */
	color: #777;
}

/* pesquisa */

 .slide1 {
 	padding-top: 280px;
 }
 .slide2 {
 	padding-top: 50px;
 }

 .fundopesquisa {
  	border-radius: 2px;
  	background-color: #FFFFFF95;
 	width: 100%;
 	padding: 20px;
 	margin-right: auto;
 	margin-left: auto;
 }

.pesquisa2 {
	text-align: center;
	margin-top: 5px;
}

.pesquisa3 {
	padding-top: 5px; 
	color: #222;
	font-family: Century Gothic;
  	text-shadow: 0.06em 0.06em 2px #fff;
}

.marginpes {
	margin-bottom: 5px;
}

.botaopes { /* Mudar Cores do botão da pesquisa e formularios */
	border: none;
	font-weight: bold;
	background-color: #fff;
	padding: 10px 10px 6px 12px;
	border-radius: 5px;
	color: #cfb06c;
	font-size: 15px;
	box-shadow: 2px 2px 3px #555555AA;	
}
.botaopes:hover { /* Mudar cores botão ativo */
	background-color: #fff;
	color: #222;
	box-shadow: 2px 2px 3px #555555AA;
}

/*conteudo index*/

.titulodestaque { /*Mudar Cor Index - DESTAQUE */
	color: #222;
	font-size: 30px;
	text-align: center;
	font-family: Century Gothic;
	text-shadow: 2px 2px 3px #999;
}

.titulopaginas { /*Mudar Cor Index - Lancamento e páginas */
	color: #cfb06c;
	font-size: 30px;
	text-align: center;
	font-family: Century Gothic;
	text-shadow: 2px 2px 3px #999;
}

/* Telas extra pequenas (XS) - até 575px */
@media (max-width: 575px) {
	.titulodestaque { /* Alterar cor dos titulos */
	font-size: 26px;
	}
	.titulopaginas { /* Alterar cor dos titulos */
	font-size: 26px;
	}
}

.valorV { /*Mudar Cor Valores de Veda*/
	color: #2b3f59;
	font-family: Century Gothic;
	letter-spacing: -0.10px;
}
.valorL { /*Mudar Cor Valores de Locacao*/
	color: #2b3f59;
	font-family: Century Gothic;
	letter-spacing: -0.10px;
}

.fotodestaque {
	width: 100%;
	height: 280px;
	border-radius: 1px;
}

.destaque {
	padding: 10px;
	margin-bottom: 30px;
}
.destaque .ef {
	background-color: #ffffffaa;
	border-radius: 1px;
	padding-bottom: 10px;
	max-width: 100%;
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
.destaque .ef:hover {
	-moz-transform: scale(1.03);
	-webkit-transform: scale(1.03);
	transform: scale(1.03);
}
.destaque2 {
	padding: 10px 0;
	border-radius: 1px;
	max-width: 100%;
}



/*FOTO IMÓVEIS INDEX*/
.destaqueindex{
    width: 100%;
    height: 250px;
    border-radius: 5px;
    position: relative;
    overflow: hidden; /* Importante: evita vazamentos do blur */
}

/* Fundo desfocado */
.destaqueindex::before{
    content: "";
    position: absolute;
    inset: 0;
    background-image: var(--img);
    background-size: cover;
    background-position: center;
    filter: blur(12px);
    transform: scale(1.1); /* evita bordas brancas do blur */
}

/* Imagem original por cima */
.destaqueindex::after{
    content: "";
    position: absolute;
    inset: 0;
    background-image: var(--img);
    background-size: contain; /* mantém a foto inteira */
    background-repeat: no-repeat;
    background-position: center;
}
/*FOTO IMÓVEIS INDEX*/
.lancamentoindex{
    width: 100%;
    height: 250px;
    border-radius: 5px;
    position: relative;
    overflow: hidden; /* Importante: evita vazamentos do blur */
}

/* Fundo desfocado */
.lancamentoindex::before{
    content: "";
    position: absolute;
    inset: 0;
    background-image: var(--img);
    background-size: cover;
    background-position: center;
    filter: blur(12px);
    transform: scale(1.1); /* evita bordas brancas do blur */
}

/* Imagem original por cima */
.lancamentoindex::after{
    content: "";
    position: absolute;
    inset: 0;
    background-image: var(--img);
    background-size: contain; /* mantém a foto inteira */
    background-repeat: no-repeat;
    background-position: center;
}
.tip-index {
	color: #777;
	font-family: Century Gothic;
	font-size: 15px;
	text-transform: uppercase;
	letter-spacing: -0.1px;
    white-space: nowrap;       /* Impede a quebra de linha */
    overflow: hidden;          /* Oculta o texto que não cabe */
    text-overflow: ellipsis;   /* Adiciona "..." no final do texto que não cabe */
    max-width: 100%;  
}



.botaoimoveis { /* Mudar Cores botao Index - imóveis */
	border: none;
	margin: 0;
	padding: 4px;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	color: #fff;
	border-radius: 1px;
	background: linear-gradient(#cfb06c, #C49F4F);
	/*background: linear-gradient(#222, #000);*/
	border: 1px solid #EFEFEFFF;
}
.botaoimoveis:hover { /* Mudar Cores botão ativo */
	background: linear-gradient(#fff, #ccc);
	color: #333;
	border: 1px solid #EFEFEFFF;
}

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

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

/*TIPO*/

.tipo {
	padding: 8px;
	margin-bottom: 15px;
	margin-left: 5%;
	border-radius: 1px;
	box-shadow: 2px 2px 5px #ccc;
	background-color: #FFFFFFAA; 
	max-width: 100%;
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
.tipo:hover {
	border-radius: 1px;
	box-shadow: 2px 2px 5px #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: 5px 10px;
	margin-bottom: 25px;
	border-radius: 1px;
	box-shadow: 2px 2px 5px #ccc;
	max-width: 100%;
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	background-color: #FFFFFFAA;
}

.fundolista:hover {
	padding: 5px 10px;
	background-color: #FFFFFF;
	border-radius: 1px;
	box-shadow: 2px 2px 5px #ccc;
	-moz-transform: scale(1.03);
	-webkit-transform: scale(1.03);
	transform: scale(1.03);
}

.botaoblack { /* Mudar Cores do botão da Lista */
	border: none;
	font-weight: bold;
	background: linear-gradient(#cfb06c, #C49F4F);
	padding: 10px 10px 6px 12px;
	border-radius: 5px;
	color: #fff;
	font-size: 15px;
	box-shadow: 2px 2px 3px #ccc;	
}
.botaoblack:hover { /* Mudar cores botão ativo */
	background-color: #fff;
	color: #222;
	box-shadow: 2px 2px 3px #ccc;
}

/*FOTO IMÓVEIS LISTA*/
.destaquelista{
    width: 100%;
    height: 200px;
    border-radius: 5px;
    position: relative;
    overflow: hidden; /* Importante: evita vazamentos do blur */
}

/* Telas extra pequenas (XS) - até 575px */
@media (max-width: 575px) {
	.destaquelista{
  	  height: 250px;
  	}
}

/* Fundo desfocado */
.destaquelista::before{
    content: "";
    position: absolute;
    inset: 0;
    background-image: var(--img);
    background-size: cover;
    background-position: center;
    filter: blur(12px);
    transform: scale(1.1); /* evita bordas brancas do blur */
}

/* Imagem original por cima */
.destaquelista::after{
    content: "";
    position: absolute;
    inset: 0;
    background-image: var(--img);
    background-size: contain; /* mantém a foto inteira */
    background-repeat: no-repeat;
    background-position: center;
}
.tit-list {
	color: #555;
	font-family: Century Gothic;
	font-size: 20px;
	font-weight: 300;
	text-transform: uppercase;
	letter-spacing: -0.1px;
    white-space: nowrap;       /* Impede a quebra de linha */
    overflow: hidden;          /* Oculta o texto que não cabe */
    text-overflow: ellipsis;   /* Adiciona "..." no final do texto que não cabe */
    max-width: 100%;  
}

.car-list {
	color: #777;
	line-height: 18px;
	font-family: Century Gothic;
	font-size: 18px;
	letter-spacing: -0.1px;
    white-space: nowrap;       /* Impede a quebra de linha */
    overflow: hidden;          /* Oculta o texto que não cabe */
    text-overflow: ellipsis;   /* Adiciona "..." no final do texto que não cabe */
    max-width: 100%;  
}
.valor-list-l {
	color: #2b3f59;
	line-height: 18px;
	font-family: Century Gothic;
	font-size: 18px;
	letter-spacing: -0.5px;
    white-space: nowrap;       /* Impede a quebra de linha */
    overflow: hidden;          /* Oculta o texto que não cabe */
    text-overflow: ellipsis;   /* Adiciona "..." no final do texto que não cabe */
    max-width: 100%;  
}
.valor-list-v {
	color: #2b3f59;
	line-height: 18px;
	font-family: Century Gothic;
	font-size: 18px;
	letter-spacing: -0.5px;
    white-space: nowrap;       /* Impede a quebra de linha */
    overflow: hidden;          /* Oculta o texto que não cabe */
    text-overflow: ellipsis;   /* Adiciona "..." no final do texto que não cabe */
    max-width: 100%;  
}

/*IMOVEL*/


.tit-imo {
	color: #cfb06c;
	font-family: Century Gothic;
}

.box-imovel {
	padding: 3px;
	margin-bottom: 2px;
}
/*FOTO IMÓVEIS LISTA*/
.fotoimovel{
    width: 100%;
    height: 130px;
    border-radius: 5px;
    position: relative;
    overflow: hidden; /* Importante: evita vazamentos do blur */
}

/* Telas extra pequenas (XS) - até 575px */
@media (max-width: 575px) {
	.fotoimovel{
  	  height: 150px;
  	}
}

/* Fundo desfocado */
.fotoimovel::before{
    content: "";
    position: absolute;
    inset: 0;
    background-image: var(--img);
    background-size: cover;
    background-position: center;
    filter: blur(12px);
    transform: scale(1.1); /* evita bordas brancas do blur */
}

/* Imagem original por cima */
.fotoimovel::after{
    content: "";
    position: absolute;
    inset: 0;
    background-image: var(--img);
    background-size: contain; /* mantém a foto inteira */
    background-repeat: no-repeat;
    background-position: center;
}
.descimo {
	color: #777;
	font-family: Century Gothic;
	text-align: justify;	
}

.local {
	margin-top: 22px;
}

.botaoimovel { /* Trocar cores do Botão Imóvel */
	width: 100%;
	border: none;
	background: linear-gradient(#cfb06c, #C49F4F);
	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;
}

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

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

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


.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;
}

/*QUEMSOMOS */

.bloco {
	margin-top: 15px;
	margin-bottom: 15px;
	height: auto;
	padding: 15px;
	background-color: #fff;
	border-radius: 2px;
}
.bloco {
	color: #777;
}

/* Cores */

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

.blue {
	color: #393780;
	font-family: Century Gothic;
}
.blue2 {
	color: #393780;
	font-family: Lucida Handwriting;
}

.red {
	color: #cfb06c;
	font-family: Century Gothic;
}

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

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

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

    
/*TOUR360*/
.tour360{
	padding: 20px 20px 10px;
/*	background: linear-gradient(#52658c, #435373FF); */
	background-image: url("../ImagensSite/tour360.jpg"); /* Alterar cor */
	background-position: center;
	background-size: 100% 100%;
	background-repeat: no-repeat;
	box-shadow: 2px 2px 3px #435373FF;
	border-radius: 8px;
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
.tour360:hover{
	-moz-transform: scale(1.01);
	-webkit-transform: scale(1.01);
	transform: scale(1.01);
}
.tour360 div p{
	color: #435373FF;
	font-size: 26px;
	text-transform: uppercase;
	font-family: Century Gothic;
}
.tour360 div p span{
	font-size: 22px;
}

.tour360-mobile{
	width: 94%;
	margin: 3%;
	padding: 20px 20px 10px;
/*	background: linear-gradient(#52658c, #435373FF); */
	background-image: url("../ImagensSite/tour360-mobile.jpg"); /* Alterar cor */
	background-position: center;
	background-size: 100% 100%;
	background-repeat: no-repeat;
	box-shadow: 2px 2px 3px #435373FF;
	border-radius: 8px;
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
.tour360-mobile:hover{
	-moz-transform: scale(1.01);
	-webkit-transform: scale(1.01);
	transform: scale(1.01);
}
.tour360-mobile div p{
	color: #435373FF;
	font-size: 15px;
	text-transform: uppercase;
	font-family: Century Gothic;
}
.tour360-mobile div p span{
	font-size: 10px;
}