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

.hr {
	height: 28px;
	border-bottom:dashed 1px #42464b;
}

.espaconteudo {
	margin-top: 150px;
	margin-bottom: 100px;
}

/* topo */

.fundomenu { /* Alterar cor do top MENU */
	background-color: #555555E0;
	height: 70px;
}
.fundomobile {
	background-color: #fff;
	margin: 0;
	padding: 0;
}

.logo {
	background-color: #fff;
	width: 65%;
	margin: 0;
	padding: 10px;
	border-radius: 0 0 10px 10px;
}

.icone {
	margin-top: 10px;
	font-size: 15pt;
	color: #fff;
}

/* Rodape */

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

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

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

}

/* pesquisa */

.pesquisa {
	padding: 15px 30px;
	margin: 250px 0 0;
	border-radius: 10px;
	background-color: #FFFFFFA8;
	position: relative;
	z-index: 1;
  	box-shadow: 2px 2px 8px 1px #111;
}
.pesquisamobile {
	padding: 5px 20px;
	margin-top: 90px;
	border-radius: 10px;
	background-color: #FFFFFFA8;
	position: relative;
	z-index: 1;
}
.marginp {
	margin-bottom: 5px;
}

.botaopes { /* Alterar cor do Botao Pesquisa */
	border: none;
	font-weight: bold;
	background-color: #555;
	padding: 10px 10px 6px 12px;
	border-radius: 5px;
	color: #fff;
	font-size: 15px;
	box-shadow: 2px 2px 3px #ccc;	
}
.botaopes:hover { /* Alterar cor do Botao Pesquisa ativo */
	background-color: #fff;
	color: #222;
	box-shadow: 2px 2px 3px #ccc;	
}

/*conteudo index*/

.titulos { /* Alterar cor dos titulos */
	color: #555;
	font-family: Impact;
	letter-spacing: 2px;
	text-align: center;
	font-size: 35px;
}

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

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

.fundodestaque {
	margin-top: 40px;
	margin-bottom: 30px;
}
.destaque {
	margin: 0;
	padding: 15px;
	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;
}
.destaque1:hover {
	color: #fff;
	background-color: #333;
	-moz-transform: scale(1.01);
	-webkit-transform: scale(1.01);
	transform: scale(1.01);
}



/*FOTO IMÓVEIS INDEX*/
.destaqueindex{
    width: 100%;
    height: 280px;
    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: 280px;
    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: #333;
	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%;  
}


.desc-pad{
	padding: 10px;
}

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


/*TIPO*/

.tipo {
	margin-left: 5%;
	padding: 8px;
	margin-bottom: 15px;
	border: 1px solid #ccc;
	max-width: 100%;
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
.tipo:hover {
	background-color: #EFEFEFFF;
	-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;
	max-width: 100%;
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	color: #333;
}

.fundolista:hover {
	background-color: #EFEFEFFF;
	-moz-transform: scale(1.01);
	-webkit-transform: scale(1.01);
	transform: scale(1.01);
}

/*FOTO IMÓVEIS LISTA*/
.destaquelista{
    width: 100%;
    height: 190px;
    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: #000;
	font-family: Century Gothic;
	font-size: 24px;
	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: #333;
	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: #000;
	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-v {
	color: #033e51;
	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%;  
}


.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(#4a515a, #42464b);
	border: 1px solid #EFEFEFFF;
}
.botaoblack:hover { /* Alterar cor do Botao - LISTA ativo */
	background: linear-gradient(#fff, #ccc);
	color: #333;
	border: 1px solid #EFEFEFFF;
}


/*IMOVEL*/

.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: #555;
	font-family: Century Gothic;
	text-align: justify;	
}

.botaoicons {	
	/*margin: 0;*/
	margin-bottom: 10px;
	padding: 0 15px 0 0;
}
.botaoicons1 {
	margin: 0;
	padding: 10px;
	border: 1px solid #E0E0E0FF;
	font-size: 13pt;
	color: #333;
}
.simulacao {
	width: 98%;
	margin: 8px 1% 20px;
	padding: 5px 15px;
	border: 1px solid #E0E0E0FF;
	font-size: 13pt;
	text-align: center;
	color: #333;
}
.simulacao h3 a {
	margin: 0 15px;
}

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

.ico {
	padding-right: 10px;
	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: #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: #333;
	font-family: Century Gothic;
}

.grey2 {
	color: #42464b;
	font-family: Century Gothic;
}
.grey3 {
	color: #555;
	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;
}