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%;
	/*border-radius: 3px 15px;*/
}

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

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

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

.espaconteudo {
	margin-top: 60px;
	margin-bottom: 60px;
}

.icone { /*TOPO e d mais páginas */
	color: #fff; /*Alterar cor dos icones */
	font-size: 15pt;
	padding-left: 10px;
	padding-right: 5px;
}

/* topo */

.fundotopo-i { /*CASO VAI USAR UMA IMAGEM FIXA*/
	background-image: url(../ImagensSite/fundo.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: top;
	height: 100vh; /* Garante que o elemento tenha altura igual à altura da tela */
}
.fundotopo {
	background-image: url(../ImagensSite/topo-paginas.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: top;
	height: 25vh; /* Garante que o elemento tenha altura igual à altura da tela */
}
.fundotopo2 {
	background-image: url(../ImagensSite/topo-paginas2.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: top;
	height: 25vh; /* Garante que o elemento tenha altura igual à altura da tela */
}

.fundomenu { /* Alterar cor do top MENU */
	/*background-color: #FFFFFFA8;*/
}

.topo-paginas {
    height: 220px;
    background: linear-gradient(to top, #00000070, #00000070), url(../ImagensSite/topo-pesquisa.jpg);
    background-size: 110%;
    background-position: center;
    background-repeat: no-repeat;
}
.topo-contato {
    height: 220px;
    background: linear-gradient(to top, #00000070, #00000070), url(../ImagensSite/topo-contato.jpg);
    background-size: 110%;
    background-position: center;
    background-repeat: no-repeat;
}

.logo {
	width: 80%;
	margin: 0;
	padding: 10px;
}
	/* MOBILE */
	@media (max-width: 575px) {
	  .logo {
	  	width: 100%;
	  }
	  .fundotopo{
		background-position: top center;
		height: 30vh;
	  }
	  .fundotopo2{
		background-position: top center;
		height: 30vh;
	  }
	}
	/* Telas médias (MD) - 768px a 991px */
	@media (min-width: 768px) and (max-width: 991px) {
	  .logo {
	  	width: 100%;
	  }
	}

	/* Telas grandes (LG) - 992px a 1199px */
	@media (min-width: 992px) and (max-width: 1199px) {
	  .logo {
	  	width: 100%;
	  }
	}
	@media (min-width: 1200px) and (max-width: 1360px) {
	  .logo {
	  	width: 100%;
	  }
	}
	@media (min-width: 1361px) and (max-width: 1680px) {
	  .logo {
	  	width: 90%;
	  }
	}

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

/* Rodape */

.linhah{
	background-color: #747474cc;
	padding: 5px;
	box-shadow: 1px 1px 2px #999;
	font-family: Century Gothic;
	text-align: center;
	color: #fff;
	size: 13px;
}
.rodape { 
	padding: 40px 10px;
	background-color: #000000;
	/*background-color: #747474cc;/* 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;
}
.icone2 { /*RODAPE */
	color: #fff; /*Alterar cor dos icones */
	font-size: 30pt;
	padding-left: 10px;
	padding-right: 5px;
}
.icone2:hover { /*RODAPE */
	font-weight: 400;
	-webkit-transform: rotateZ(-30deg);
    -ms-transform: rotateZ(-30deg);
    transform: rotateZ(-30deg);
}
.linha {
	padding-left: 20px;
	border-left: 1px solid #FFFFFF38;
}

.logorodape {
	width: 70%;
}

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

/* pesquisa */

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

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


/*PAGINA PESQUISA*/

.pesquisa-fundo {
	background-color: #9b7429; /* Alterar cor do Botao Pesquisa */
}
.pesquisa-pes {
	padding: 0;
	padding: 8px;
	margin-bottom: 15px;
	/*border-radius: 3px 15px;*/
	border-right: 1px solid #EFEFEF;
	border-bottom: 1px solid #EFEFEF;
	border-left: 1px solid #EFEFEF;
	border-top: 5px solid #9b7429;
	background-color: #fff;
	max-width: 100%;
	box-shadow: 0 0 3px #ccc;
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

/*.pesquisa-pes:hover {
	border: 1px solid #747474cc;
	-moz-transform: scale(1.01);
	-webkit-transform: scale(1.01);
	transform: scale(1.01);
}*/




/*conteudo index*/

.titulos {
	margin: 0;
	padding: 0;
	color: #9b7429; /* Alterar cor da letra dos titulos */
	font-family: Century Gothic;
	letter-spacing: 0;
	font-weight: 700;
	text-transform: uppercase;
	font-size: 30px;
	text-align: center;
	text-shadow: 1px 1px 1px #333;
}

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

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

/*fotosdestaque*/
.destaqueindex{
	width: 100%;
	height: 240px;
/*	border-radius: 15px 3px;*/
}


.fundodestaque {
	margin-top: 40px;
	margin-bottom: 20px;
}
.destaque {
	margin: 0;
	padding: 10px;
	margin-bottom: 50px;
}
.destaque1 {
	padding: 0;
	color: #333;
	font-family: Century Gothic;
	/*border-radius: 3px 15px;*/
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-left: 1px solid #EFEFEF;
	border-top: 1px solid #EFEFEF;
	background-color: #fff;
	box-shadow: 1px 1px 3px #ccc;
	text-transform: uppercase;
	max-width: 100%;
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
.destaque1:hover {
	color: #222;
	border: 1px solid #747474cc;
	/*border-radius: 3px 15px;*/
	-moz-transform: scale(1.01);
	-webkit-transform: scale(1.01);
	transform: scale(1.01);
}
.desc-pad{
	padding: 5px;
}

/*.carro {
	width: 21%;
}
.quartos {
	width: 22%;
}
.banheiro {
	width: 22%;
}
.area {
	width: 35%;
}*/

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

/*TIPO*/

.tipo {
	color: #333;
	font-family: Century Gothic;
	margin-left: 5%;
	padding: 8px;
	margin-bottom: 15px;
	border-radius: 3px 15px;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-left: 1px solid #EFEFEF;
	border-top: 1px solid #EFEFEF;
	background-color: #fff;
	text-transform: uppercase;
	max-width: 100%;
	box-shadow: 1px 1px 3px #ccc;
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
.tipo:hover {
	color: #fff;
	background-color: #9b7429;
	border: 1px solid #747474cc;
	-moz-transform: scale(1.01);
	-webkit-transform: scale(1.01);
	transform: scale(1.01);
}

/*LISTA*/

.fundolista {
	padding: 0;
	padding: 8px;
	margin-bottom: 15px;
	/*border-radius: 3px 15px;*/
	border-right: 1px solid #EFEFEF;
	border-bottom: 1px solid #EFEFEF;
	border-left: 1px solid #EFEFEF;
	border-top: 5px solid #222;
	background-color: #fff;
	max-width: 100%;
	box-shadow: 0 0 3px #ccc;
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

.fundolista:hover {
	color: #fff;
	border-right: 1px solid #EFEFEF;
	border-bottom: 5px solid #555;
	border-left: 1px solid #EFEFEF;
	border-top: 1px solid #EFEFEF;
	-moz-transform: scale(1.01);
	-webkit-transform: scale(1.01);
	transform: scale(1.01);
}

.tit-pes {
	color: #222;
	font-family: Century Gothic;
	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%;  
}
.loc-pes {
	color: #222;
	font-family: Century Gothic;
	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-pes {
	color: #555;
	font-family: Century Gothic;
	font-size: 14px;
    max-height: 250px;  
    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 */
}

.botaolista {
	padding: 2px;
}
.botaolistaneg {
	padding: 5px;
	border: 0;
	border-radius: 2px;
	font-size: 15px;
	color: #fff;
	text-align: center;
	font-family: Century Gothic;
	border:1px solid #000; /* Alterar cor da borda do Botao */
}
/*.botaolistaneg:hover {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
}*/
.botaolistavalor {
	padding: 5px;
	border: 0;
	border-radius: 2px;
	font-size: 15px;
	color: #fff;
	text-align: center;
	font-family: Century Gothic;
	/*
	border:1px solid #fdbc2d;  
	background-color: #fdbc2d; 
	*/
	border:1px solid #000; /* Alterar cor da borda do Botao */
	background-color: #000; /* Alterar cor do Botao */
}
/*.botaolistavalor:hover {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
}*/

.iconelista {
	margin-top: 10px;
	font-size: 12px;
	color: #fff;
	text-shadow: 1px 1px 0 #555, 1px -1px 0 #555, -1px 1px 0 #555, -1px -1px 0 #555, 1px 0px 0 #555, 0px 1px 0 #555, -1px 0px 0 #555, 0px -1px 0 #555;
}
.iconelista2 {
	margin-top: 10px;
	font-size: 12px;
	color: #fff;
	text-shadow: 1px 1px 0 #555, 1px -1px 0 #555, -1px 1px 0 #555, -1px -1px 0 #555, 1px 0px 0 #555, 0px 1px 0 #555, -1px 0px 0 #555, 0px -1px 0 #555;
}

.texticone{
	color: #555;
	font-size: 15px;
	font-family: Century Gothic;
}

/*IMOVEL*/

.descimo {
	color: #555;
	font-family: Century Gothic;
	text-align: justify;	
}
.simulacao {
	margin: 0;
	padding: 0 15px;
	font-size: 13pt;
	text-align: left;
	color: #B1591FFF;
}
.simu {
	padding-top: 8px;
	width: 90%;
}
.simu:hover {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
}


.box-imovel {
	padding: 3px;
	margin-bottom: 2px;
}

.fotoimovel {
	width: 100%;
	height: 120px;
}

.fotoimovel {
	padding: 3px;
	margin-bottom: 2px;
}

.botaoimovel {
	width: 100%;
	margin: 3px;
	padding: 5px;
	border: 0;
	height: 50px;
	border-radius: 2px;
	font-size: 25px;
	color: #222;
	text-align: center;
	font-family: Century Gothic;
	background-color: #fff;
	border:1px solid #9b7429; /* Alterar cor da borda do Botao */
}
.botaoimovel:hover {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
}

.eit {
	color: #46311d; /* Alterar cor do - este imóvel tem */
	font-family: Century Gothic;
	font-weight: 800;
}
.desc {
  color: #555;
  font-size: 16px;
  font-family: Century Gothic;            
}


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

/* BOTOES - CONTATO / CADASTRE */

.botao { 
	width: auto;
	margin-top: 10px;
	border: none;
	font-weight: bold;
	background: linear-gradient(#333, #111); /* Alterar cor do Botao Pesquisa */
	padding: 10px 10px 6px 12px;
	border-radius: 3px;
	color: #fff; /* Alterar cor da letra do Botao Pesquisa */
	font-size: 15px;
}
.botao:hover {
	background: linear-gradient(#9b7429, #c7a250); /* Alterar cor do Botao Pesquisa ativo */
	color: #fff; /* Alterar cor da letra do Botao Pesquisa ativo */
}

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

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

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


/*QUEM SOMOS*/

.quemsomos {
	font-size: 15px;
	color: #222;
	font-family: Century Gothic;

}

/* Cores */

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

.blue {
	color: #003C9EFF;
	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;
}


/* Efeito Destaque */

@-webkit-keyframes swing
{
    15%
    {
        -webkit-transform: translateX(5px);
        transform: translateX(5px);
    }
    30%
    {
        -webkit-transform: translateX(-5px);
       transform: translateX(-5px);
    } 
    50%
    {
        -webkit-transform: translateX(3px);
        transform: translateX(3px);
    }
    65%
    {
        -webkit-transform: translateX(-3px);
        transform: translateX(-3px);
    }
    80%
    {
        -webkit-transform: translateX(2px);
        transform: translateX(2px);
    }
    100%
    {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}
@keyframes swing
{
    15%
    {
        -webkit-transform: translateX(5px);
        transform: translateX(5px);
    }
    30%
    {
        -webkit-transform: translateX(-5px);
        transform: translateX(-5px);
    }
    50%
    {
        -webkit-transform: translateX(3px);
        transform: translateX(3px);
    }
    65%
    {
        -webkit-transform: translateX(-3px);
        transform: translateX(-3px);
    }
    80%
    {
        -webkit-transform: translateX(2px);
        transform: translateX(2px);
    }
    100%
    {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

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