body {
	background-color: #EFEFEFFF;
}

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%;
	border-radius: 5px;
}

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

.left {
	text-align: left;
}

/* topo */

.fundotopo {
	background-color: #fff;
}

.logo {
	width: 50%;
	margin: 0;
	padding: 10px;
}

/* Telas extra pequenas (XS) - até 575px */
@media (max-width: 575px) {
  .logo {
		width: 65%;
  }
}

.topo {
	padding: 5px 20px;
}

.icone {
	margin-top: 10px;
	width: 4%;
}
.icone a{
	cursor: pointer;
}
.nav_tabs {
	width: 100%;
	background-color: #ccc;
	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: #222; /* Alterar cor da pesquisa*/
	display: block;
	color: #fff;
	border-radius: 5px 5px 0 0;
	cursor: pointer;
	text-align: center;
}
.rd_tabs:checked ~ label {
	background-color: #033e51; /* Alterar cor ativo da pesquisa*/
}
.rd_tabs {
	margin: 0;
	padding: 0;
	display: none;
}
.content {
	background-color: #033e51;
	display: none;
	position: absolute;
	width: 100%;
	left: 0;
}
.content article {
	padding: 20px 10px;
}
.rd_tabs:checked ~ .content {
	display: block;
}

/* Rodape */

.rodape { /* Mudar cor do RODAPE */
	padding: 40px 10px;
	background-color: #222;
	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;

}

/*SLIDE*/
/* altura padrão */
.slidepesquisa {
    height: 450px !important;
}

/* quando for mobile (até 600px de largura) */
@media (max-width: 600px) {
    .slidepesquisa {
        height: 220px !important; /* ajuste como quiser */
        background-size: 120% 120% !important;
        background-position: center !important;
    }
}
/* pesquisa */

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

.botaopes {
	border: none;
	font-weight: bold;
	background-color: #222;
	padding: 10px 10px 6px 12px;
	border-radius: 5px;
	color: #fff;
	font-size: 15px;
	box-shadow: 2px 2px 3px #000;	
}
.botaopes:hover {
	background-color: #ff8e58;
	color: #fff;
}

/*conteudo index*/

.titulos { /* Alterar cor dos titulos */
	color: #ff8e58;
	font-size: 30px;
	font-family: Lucida Handwriting;
}

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

.valorV { /* Alterar cor dos Valor de Venda */
	color: #033e51;
	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;
}

/*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: #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%;  
}
.bairro-index {
	color: #333;
	font-family: Century Gothic;
	font-size: 12px;
	text-transform: uppercase;
    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-index {
	color: #222;
	font-family: Century Gothic;
	font-size: 12px;
    max-height: 200px;  
    display: -webkit-box;
    -webkit-line-clamp: 3;			/* Limita a 3 linhas */
    -webkit-box-orient: vertical;   /* limite na vertical */
    overflow: hidden;               /* Oculta o texto que não cabe */
    text-overflow: ellipsis;        /* Adiciona "..." no final do texto que não cabe */
}
.carro {
	width: 16px;
}
.dormitorio {
	width: 16px;
}
.banheiro {
	width: 16px;
}
.area {
	width: 16px;
}
/*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);
}

/*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%;  
}

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

.local {
	margin-top: 22px;
}

.botaoimovel { /* Alterar cor do botão da página imóveis*/
	width: 100%;
	border: none;
	background: linear-gradient(#033e51, #044C61);
	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: #033e51;
	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;
}


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