body {
	background-color: #EFEFEF;
}

a:link { 
	text-decoration:none; 
}

.custom-row {
  display: flex;
  flex-direction: column-reverse; /* Mobile padrão: inverte a ordem */
}

/* Para telas maiores, volta ao layout padrão do Bootstrap */
@media (min-width: 768px) {
  .custom-row {
    flex-direction: row; /* Linha normal: pesquisa à esquerda, resultado à direita */
  }
}



.marginb {
	margin-bottom: 15px;
}

.marginbo {
	margin-bottom: 50px;
}

.margint {
	margin-top: 15px;
}

.marginto {
	margin-top: 60px;
}

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

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

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

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

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


/* TOPO */
/* TOPO */
/* TOPO */

.fundomenu { /* Alterar cor do top MENU */
/*	background-color: #ffffff;*/
    position: absolute;
  	z-index: 100;
}

.logo {
	width: 85%;
	margin-right: 20px;
	padding: 10px;
	float: right;
}


.topo-index {
    /*height: 100vh;*/
    min-height: 100vh;
    background: linear-gradient(to top, #00000080, #00000080, #00000080), url(../ImagensSite/topo.jpg);
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
}
.topo-paginas {
    height: 220px;
    background: linear-gradient(to top, #00000080, #00000080, #00000080), url(../ImagensSite/topo.jpg);
    background-size: 100%;
    background-position: bottom;
    background-repeat: no-repeat;
}
.topo-contato {
    height: 220px;
    background: linear-gradient(to top, #00000080, #00000080, #00000080), url(../ImagensSite/topo-contato.jpg);
    background-size: 110%;
    background-position: center;
    background-repeat: no-repeat;
}

/* Telas extra pequenas (XS) - até 575px */
@media (max-width: 575px) {
  .topo-index {
    min-height: 30vh;
    background-size: 120%;
  }
  .topo-paginas,
  .topo-contato {
    background-size: 400%;
  }
  .logo {
    width: 100%;
    margin: 0;
    padding: 5px;
    margin-right: none;
    float: none;
  }
}
/* Telas pequenas (SM) - 576px a 767px */
@media (min-width: 576px) and (max-width: 767px) {
  .topo-index {
    min-height: 40vh;
    background-size: 130%;
  }
  .topo-paginas,
  .topo-contato {
    background-size: 300%;
  }
  .logo {
    width: 55%;
    margin: 0;
    padding: 5px;
    margin-right: 15px;
    float: none;
  }
}
/* Telas médias (MD) - 768px a 991px */
@media (min-width: 768px) and (max-width: 991px) {
  .topo-index {
    min-height: 50vh;
    background-size: 130%;
  }
  .topo-paginas,
  .topo-contato {
    background-size: 250%;
  }
  .logo {
    width: 100%;
  }
}
/* Telas grandes (LG) - 992px a 1199px */
@media (min-width: 992px) and (max-width: 1199px) {
  .topo-index {
    min-height: 70vh;
    background-size: 130%;
  }
  .topo-paginas,
  .topo-contato {
    background-size: 200%;
  }
  .logo {
    width: 100%;
  }
}
@media (min-width: 1200px) and (max-width: 1360px) {
  .topo-index {
    min-height: 80vh;
    background-size: 125%;
  }
  .topo-paginas,
  .topo-contato {
    background-size: 150%;
  }
  .logo {
    width: 100%;
  }
}
@media (min-width: 1361px) and (max-width: 1680px) {
  .topo-index {
    min-height: 90vh;
    background-size: 120%;
  }
  .topo-paginas,
  .topo-contato {
    background-size: 140%;
  }
  .logo {
    width: 80%;
  }
}

.titulos { /* TODAS AS PAGINAS */
	color: #BA7608; /* 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 #555;
/*	margin-bottom: 15px;*/
}


/*VIDEO*/
.video-container {
    position: relative;
    display: inline-block;
    width: 100%;
}
#bgvideo {
	display: block;
    width: 100%;
    height: auto; /* Ajuste conforme necessário */
}
.overlay-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5); /* Fundo preto com 50% de transparência */
    pointer-events: none; /* Isso garante que o background não interfira na interação do vídeo */
}


/* Rodape */
/* Rodape */
/* Rodape */
.d-flex {
    display: flex;
}
@media (max-width: 544px) {
  .d-flex {
    display: block;
  }
}

.align-items-stretch {
    align-items: stretch;
}
@media (max-width: 544px) {
  .align-items-stretch {
    align-items: center;
  }
}

.rodape { 
	padding: 60px 10px;
	background-color: #BA7608;/* Mudar cor de fundo do RODAPE */
	color: #fff; /* Mudar cor da letra do RODAPE */
	font-family: Century Gothic;
	letter-spacing: 1px;
}
.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;
	opacity: 1;
}
.icone2:hover { /*RODAPE */
	font-weight: 400;
	-webkit-transform: rotateZ(-10deg);
    -ms-transform: rotateZ(-10deg);
    transform: rotateZ(-10deg);
	opacity: 0.7;
}

.linhahr{
	border-bottom: 1px solid #FFFFFF38;
}

.footer { 
	padding: 20px;
	background-color: #222;/* 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;
}

.botoes-ico{
}

.alinha_elementos_fixos{
    width: 50px;
    position: fixed;
    z-index: 25;
    bottom: 150px;
    right: 0;
}
.alinha_elementos_fixos a{
    cursor: pointer;
}
.whats_fixos_lateral {
	width: 100%;
	font-size: 20px;
    color: white;
    padding: 10px 0 10px;
    text-align: center;
    float: left;
    background-color: #222;
}

.insta_fixos_lateral {
	width: 100%;
	font-size: 20px;
    color: white;
    padding: 10px 0 10px;
    text-align: center;
    float: left;
    background-color: #222;
}

.fa-whatsapp:hover{
	color: #35bd49;
}

.fa-instagram:hover{
    color: #1877f2;
    background-color: #4664ca; /* For browsers that do not support gradients */
  	background-image: linear-gradient(to bottom right, #4664ca, #9d32c3, #f54f52, #da4187);
  	background-clip: text;
  	-webkit-background-clip: text;
  	-webkit-text-fill-color: transparent;
}

.fa-facebook-square:hover{
    color: #0866ff;
}
.fa-twitter:hover{
   	color: #01aef2;
}
.fa-youtube:hover{
   	color: #CF0000;
}
.fa-linkedin-in:hover{
   	color: #0a66c2;
}
.fa-tiktok:hover{
   	color: #fff;
}



.linha {
	height: auto;
	padding-left: 20px;
	border-left: 1px solid #FFFFFF38;
}
@media (max-width: 544px) {
  .linha {
	border-left: none;
	border-left: 0;
  }
}


/* PESQUISA */
/* PESQUISA */
/* PESQUISA */

.form-control{
	height: 48px;
	border-radius: 0px;
	font-size: 14px;
}
.container {
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px;
}

.search-template-01{
	width: 98%;
	padding: 0 10%;
	margin:0;
	top: 80%; 
	position: absolute;
}
/* Telas extra pequenas (XS) - até 575px */
@media (max-width: 575px) {
  .search-template-01 {
	top: 0; 
	position: relative;
  }
}
/* Telas pequenas (SM) - 576px a 767px */
@media (min-width: 576px) and (max-width: 767px) {
  .search-template-01 {
	top: 0; 
	position: relative;
  }
}
/* Telas médias (MD) - 768px a 991px */
@media (min-width: 768px) and (max-width: 991px) {
  .search-template-01 {
	top: 0; 
	position: relative;
  }
}
/* Telas grandes (LG) - 992px a 1199px */
@media (min-width: 992px) and (max-width: 1199px) {
  .search-template-01 {
	top: 45%; 
	position: absolute;
  }
}
@media (min-width: 1200px) and (max-width: 1360px) {
  .search-template-01 {
	top: 50%; 
	position: absolute;
  }
}
@media (min-width: 1361px) and (max-width: 1680px) {
  .search-template-01 {
	top: 70%; 
	position: absolute;
  }
}

.tab-content {
    padding: 18px 18px 5px;
    box-shadow: 0 1px 1px rgb(0 0 0 / 15%);
    /*border-radius: 0 0 5px 5px;*/
    position: relative;
    z-index: 2;
}

.bg-white {
    background-color: #ffffffcc;
}	
.bg-header {
    background-size: cover;
    background-position: center;
    z-index: 5;
    position: relative;
}
.bg-header header {
    height: 120px;
    z-index: 5;
    position: relative;
}
.bg-header.fullscreen {
    background-position: center top;
}

.bg-header.overlay-secondary:after {
    background: #050E15;
}
.bg-header.overlay:after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    opacity: .1;
    z-index: 2;
}
.bg-header .search-home .container {
    margin-bottom: 20px;
    margin-top: 200px;
    padding: 0 25px;
}

.bg-header.fullscreen .search-home .search-table .widget-search .bg-white {
    /*background: rgba(255,255,255,0.7);*/
    background: #BA7608D0;
    border-radius: 0;
    padding: 20px 30px 5px 30px;
    box-shadow: 0 1px 1px rgb(0 0 0 / 15%);
}
.bg-header .search-home .search-table .widget-search .tab-content {
    border-radius: 0;
}
.bg-header .search-home .search-table .widget-search .bg-white {
    /*background: rgba(255,255,255,0.7);*/
    background: #BA7608D0;
}
.nav-default .nav-item .nav-link {
    padding: 0 25px;
    font-size: 16px;
    line-height: 55px;
    transition: 0.3s ease;
    -moz-transition: 0.3s ease;
    text-decoration: none;
    border: none;
    border-radius: 0;
    background-color: rgba(20,19,18,0.9);
    color: #fff;
}

.nav-default .nav-item .nav-link .active{
    padding: 0 35px;
    font-size: 16px;
    line-height: 55px;
    transition: 0.3s ease;
    -moz-transition: 0.3s ease;
    text-decoration: none;
    border: none;
    border-radius: 0;
    background-color: #ffffffcc;
    color: #000;
}

.nav-tabs > li > a {
    margin-right: 2px;
    line-height: 1.42857143;
    border: 1px solid transparent;
    border-radius: 4px 4px 0 0;
}
.nav-default {
    border: none;
    text-align: center;
}
.nav-tabs {
    border-bottom: 1px solid #ddd;
}

.nav {
    /*margin-top: 200px;  */
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}
.dl, ol, ul {
    margin-top: 0;
}

.address, dl, ol, ul {
    margin-bottom: 1rem;
}
.ol, ul, dl {
    margin-top: 0;
    margin-bottom: 1rem;
}
* {
    font-family: 'Century Gothic', sans-serif;
}
* {
    outline: none !important;
}
*, :after, :before {
    box-sizing: inherit;
}
* {
    box-sizing: border-box;
    outline: 0 !important;
}

/*BOTAO-PESQUISA*/

.btnPesq { /* Alterar cor do Botao Pesquisa */
	color: #fff;
	max-width: 100%;
	background-color: #BA7608;
/*	border-radius: 15px 3px;*/
	border: none;
}

.btnPesq:hover {
	color: #fff;
	background-color: #222;
}


/*conteudo index*/
/*conteudo index*/
/*conteudo index*/
.destaque {
	margin: 0;
	padding: 15px;
	margin-bottom: 10px;
}
.destaque1 {
	padding: 0;
	color: #333;
	font-family: Century Gothic;
	background-color: #fff;
	text-transform: uppercase;
	max-width: 100%;
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	box-shadow: 1px 1px 3px 0 #999;
	border-radius: 2px;
}
.destaque1:hover {
	color: #222;
	cursor: pointer;
	-moz-transform: scale(1.01);
	-webkit-transform: scale(1.01);
	transform: scale(1.01);
}
/*fotosdestaque*/
.destaqueindex{
	width: 100%;
	height: 280px;
	border-radius: 2px;
}
/*#texto span{
	display:block;
	width: 100%;
	height: 12%;
	padding: 10px;
	color: #fff;
	position:absolute;
	opacity:0;
}
.destaque1:hover  #texto span{
	opacity:1;
	background-color: #000000D4;
	clip-path: polygon(100% 0, 100% 70%, 50% 100%, 0 70%, 0 0);
}*/
#texto {
    padding: 10px 0;
    opacity: 1;
}
#texto:hover{
	cursor: pointer;
	background: linear-gradient(to bottom, #0000000E, #0000000E);
}
#texto .situacao-destaque {
    display:block;
    top: 10%;
    width: auto;
    height: 25px;
    color: #fff;
    padding: 5px;
    position:absolute;
    font-size: 12px;
	letter-spacing: 1px;
    opacity:1;
	border-radius: 2px;
/*    border-radius: 50%;*/
/*    clip-path: polygon(100% 0, 100% 70%, 50% 100%, 0 70%, 0 0);*/
	
}
#texto .ref-destaque {
    display:block;
    width: auto;
    color: #fff;
    padding: 5px;
    font-weight: bold;
    position:absolute;
    font-size: 12px;
	letter-spacing: 0.5px;
    opacity:1;
    border-radius: 3px;
    background-color: #000000AA;
}
#texto .ref-destaque2 {
    display:block;
    width: auto;
    color: #fff;
    padding: 5px;
    font-weight: bold;
    position:absolute;
    font-size: 12px;
	letter-spacing: 0.5px;
    opacity:1;
    border-radius: 3px;
    background-color: #000000AA;
}
#texto .valor-destaque {
    display:block;
    bottom: 35%;
    width: auto;
    height: auto;
    color: #fff;
    padding: 5px;
    text-align: left;
    position:absolute;
    font-size: 12px;
    line-height: 10px;
/*	letter-spacing: 1px;*/
    opacity:1;
/*    background-color: #000000DD;*/
}
#texto .valor-destaque2 {
    display:block;
    bottom: 45%;
    width: auto;
    height: auto;
    color: #fff;
    padding: 5px;
    text-align: left;
    position:absolute;
    font-size: 12px;
    line-height: 10px;
    opacity:1;
}
/*IMOVEL FAVORITADO*/
#texto .favoritos{
    display:block;
    bottom: 36%;
    width: auto;
    height: auto;
    padding: 5px;
    right: 0;
    text-align: right;
    position:absolute;
    font-size: 20px;
    opacity:1;
}#texto .favoritos-pes{
    display:block;
    bottom: 46%;
    width: auto;
    height: auto;
    padding: 5px;
    right: 0;
    text-align: right;
    position:absolute;
    font-size: 20px;
    opacity:1;
}
.favorite-icon {
    color: #fff;
}
.favorite-icon.active {
    color: #f00; /* Cor para ícone preenchido */
}

/* Telas extra pequenas (XS) - até 575px */
@media (max-width: 575px) {
  .destaqueindex {
    height: 230px;
  }
  #texto .valor-destaque {
    bottom: 40%;
  }
  #texto .valor-destaque2 {
    bottom: 50%;
  }
  #texto .favoritos {
    bottom: 40%;
  }
  #texto .favoritos-pes {
    bottom: 50%;
  }
}

.tit-index {
	color: #222;
	font-family: Century Gothic;
	font-size: 15px;
	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: #999;
	font-family: Century Gothic;
	font-size: 12px;
    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 */
}
.car-index {
	color: #222;
	font-family: Century Gothic;
	font-size: 15px;
}

.carro {
	width: 15px;
}
.dormitorio {
	width: 15px;
}
.banheiro {
	width: 15px;
}
.area {
	width: 15px;
	text-transform: none;
	letter-spacing: -10px;
}

.btn-destaque {
    color: #fff;
    font-weight: bold;
    font-size: 14px;
	letter-spacing: 1px;
    background-color: #BA7608;
    border-color: #BA7608FF;
	border-radius: 2px;
	margin-top: 15px;
	margin-bottom: 15px;
}



/*PESQUISA-DETALHADA*/
/*PESQUISA-DETALHADA*/
/*PESQUISA-DETALHADA*/
/*fotosdestaque*/
.destaquepesquisa{
	width: 100%;
	height: 260px;
	border-radius: 2px;
}
.tit-lista {
	font-size: 20px;
	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-lista {
	font-size: 15px;
	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%;  
}
.iconelista {
	font-size: 14px;
	line-height: 30px;
	letter-spacing: -0.2px;
}
.iconelista img {
	width: 18px;
}

.fundolista {
	padding: 5px;
	margin-bottom: 10px;
	color: #333;
	font-family: Century Gothic;
	background-color: #fff;
	text-transform: uppercase;
	max-width: 100%;
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	box-shadow: 1px 1px 3px 0 #999;
	border-radius: 2px;
}

.fundolista:hover {
/*	color: #fff;*/
	cursor: pointer;
	-moz-transform: scale(1.01);
	-webkit-transform: scale(1.01);
	transform: scale(1.01);
}

.botaolista {
	padding: 2px;
}
.botaolistaneg {
	padding: 5px;
	border: 0;
	border-radius: 2px;
	font-size: 15px;
	color: #222;
	text-align: center;
	font-family: Century Gothic;
	border:1px solid #BA7608; /* Alterar cor da borda do Botao */
	background-color: #fff;
}
.botaolistavalor {
	padding: 5px;
	border: 0;
	border-radius: 2px;
	font-size: 15px;
	color: #fff;
	text-align: center;
	font-family: Century Gothic;
	border:1px solid #BA7608; /* Alterar cor da borda do Botao */
	background-color: #BA7608; /* Alterar cor do Botao */
}


/*PESQUISA PAGINA*/
.search-template-02{
	width: 100%;
	margin:0;
	top: 0; 
	position: relative;
}

/*SETA -ARROW*/

.arrow {
    height: auto;
    top: auto;
    color: #222;
    font-size: 25px;
}
.arrow a {
    color: #222;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}




/*IMOVEL*/
/*IMOVEL*/
/*IMOVEL*/

.imovel-box {
	padding: 0 25px 40px 25px;
/*	background-color: #fff;*/
}
.bloco {
	margin-top: 15px;
	margin-bottom: 15px;
	height: auto;
	padding: 15px;
	background-color: #fff;
	border-radius: 2px;
}

.txtimo{	
    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 */
}

.tit-imoveis{
	top: 60%;
	position: absolute;
}

/* Telas extra pequenas (XS) - até 575px */
@media (max-width: 575px) {
  .tit-imoveis {
	top: 36%; 
	position: absolute;
  }
.titulos { /* TODAS AS PAGINAS */
	color: #BA7608; /* Alterar cor da letra dos titulos */
	font-family: Century Gothic;
	letter-spacing: 0;
	font-weight: 700;
	text-transform: uppercase;
	font-size: 18px;
	text-align: center;
	text-shadow: 1px 1px 1px #555;
	margin-bottom: 15px;
}
}
/* Telas pequenas (SM) - 576px a 767px */
@media (min-width: 576px) and (max-width: 767px) {
  .tit-imoveis {
	top: 35%; 
	position: absolute;
/*	border: 5px solid red;*/
  }
.titulos { /* TODAS AS PAGINAS */
	color: #BA7608; /* Alterar cor da letra dos titulos */
	font-family: Century Gothic;
	letter-spacing: 0;
	font-weight: 700;
	text-transform: uppercase;
	font-size: 20px;
	text-align: center;
	text-shadow: 1px 1px 1px #555;
	margin-bottom: 15px;
}
}
/* Telas médias (MD) - 768px a 991px */
@media (min-width: 768px) and (max-width: 991px) {
    .tit-imoveis {
		top: 45%; 
		position: absolute;
	/*	border: 5px solid yellow;*/
  }
	.titulos { /* TODAS AS PAGINAS */
		color: #BA7608; /* Alterar cor da letra dos titulos */
		font-family: Century Gothic;
		letter-spacing: 0;
		font-weight: 700;
		text-transform: uppercase;
		font-size: 25px;
		text-align: center;
		text-shadow: 1px 1px 1px #555;
		margin-bottom: 15px;
	}
}
/* Telas grandes (LG) - 992px a 1199px */
@media (min-width: 992px) and (max-width: 1199px) {
    .tit-imoveis {
		top: 50%; 
		position: absolute;
	/*	border: 5px solid green;*/
	  }
	.titulos { /* TODAS AS PAGINAS */
		color: #BA7608; /* 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 #555;
		margin-bottom: 15px;
	}
}
@media (min-width: 1361px) and (max-width: 1680px) {
	.tit-imoveis {
		top: 60%; 
		position: absolute;
	}
	.titulos { /* TODAS AS PAGINAS */
		color: #BA7608; /* 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 #555;
		margin-bottom: 15px;
	}
}

.condicoes{
	font-size: 10pt;
	margin-bottom: 10px;
}
.descimo {
	font-size: 15px;
	color: #555;
	font-family: Century Gothic;
}
.simulacao {
	text-align: center;
	color: #222;
	letter-spacing: -0.5px;
}
.simu {
	padding-top: 10px;
	padding-bottom: 10px;
}
.simu img {
	width: 100%;
}
.simu img:hover {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
}
.sociais img{
	width: 100%;
}
.sociais img: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;
	border-radius: 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-radius: 2px;
	border:1px solid #BA7608; /* 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-t,
.corretor-t a{
	padding: 10px;
	color: #555;
	font-family: Century Gothic;
}
.corretor-t a:hover {
	color: #25d366;
}
.corretorfoto{
	margin-top: 15px;
}
.corretorfoto img {
	width: 170px;
	height: 170px;
	text-align: center;
	border-radius: 50%;
	border: 1px solid #ccc;
	box-shadow: -2px 2px 3px #ccc;
}


/*imoveis relacionados*/
.relc {
	padding: 15px;
	margin-bottom: 10px;
}
.relacionados {
	padding: 0;
	color: #333;
	font-family: Century Gothic;
	background-color: #fff;
	text-transform: uppercase;
	max-width: 100%;
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	box-shadow: 1px 1px 3px 0 #999;
	border-radius: 2px;
}
.relacionados:hover {
	color: #222;
	cursor: pointer;
	-moz-transform: scale(1.01);
	-webkit-transform: scale(1.01);
	transform: scale(1.01);
}
/*fotosdestaque*/
.relacionados-imo{
	width: 100%;
	height: 200px;
	border-radius: 2px;
}
#texto {
    padding: 10px 0;
    opacity: 1;
}
#texto:hover{
	cursor: pointer;
	background: linear-gradient(to bottom, #0000000E, #0000000E);
}
#texto .situacao-relacionados {
    display:block;
    width: 110px;
    height: 25px;
    color: #fff;
    padding: 5px;
    position:absolute;
    font-size: 12px;
	letter-spacing: 1px;
    opacity:1;
	border-radius: 2px;
/*    border-radius: 50%;*/
/*    clip-path: polygon(100% 0, 100% 70%, 50% 100%, 0 70%, 0 0);*/
	box-shadow: 1px 1px 3px #222;
}
#texto .ref-relacionados {
    display:block;
    width: auto;
    color: #fff;
    padding: 5px;
    font-weight: bold;
    position:absolute;
    font-size: 12px;
	letter-spacing: 0.5px;
    opacity:1;
    border-radius: 3px;
    background-color: #000000AA;
}
#texto .valor-relacionados {
    display:block;
    bottom: 43%;
    width: auto;
    height: auto;
    color: #fff;
    padding: 5px;
    text-align: left;
    position:absolute;
    font-size: 12px;
    line-height: 10px;
/*	letter-spacing: 1px;*/
    opacity:1;
/*    background-color: #000000DD;*/
}

/* 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(#BA7608, #c06f46); /* 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 */

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