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: 50px;
}

.foto {
	width: 100%;
}

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

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

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

.espaconteudo {
	margin-top: 180px;
	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 */

#bgvideo {
	width: 100%;
	height: 100%;
}

.topo {
	background-color: #222222EE;
	position:absolute;
	top: 0;
	z-index: 3;
	position: fixed;
	box-shadow: 1px 2px 3px #555;
}

.logo {
	padding: 5px;
	width: 50%;
}

.logomobile {
	width: 75%;
}

#textopes{
	width: 100%;
	padding: 0;
	position:absolute;
	z-index: 2;
	bottom: 0;
}
/* pesquisa */

.pesquisa {
	width: 100%;
   	bottom: 0;
	padding: 15px;
	background-color: #ffffffB2; /* cor do fundo */
	margin-bottom: 5px;
	border-top: 1px solid #bf9f5d;
	border-bottom: 1px solid #bf9f5d;
}
.pesquisaMobile{
	padding: 15px;
	border-top: 1px solid #bf9f5d;
	border-bottom: 1px solid #bf9f5d;
}
.marginp {
	margin-top: 5px;
}

.botaopes { 
	border: none;
	font-weight: bold;
	background: linear-gradient(#222, #000); /* Alterar cor do Botao Pesquisa */
	padding: 10px 10px 7px 12px;
	border-radius: 5px;
	color: #fff; /* Alterar cor da letra do Botao Pesquisa */
	font-size: 15px;
}
.botaopes:hover {
	background: linear-gradient(#be9a5a, #bf9f5d); /* Alterar cor do Botao Pesquisa ativo */
	color: #222; /* Alterar cor da letra do Botao Pesquisa ativo */
}

/* Rodape */

.rodape { 
	padding: 50px 20px;
	background-color: #222;/* Mudar cor de fundo do RODAPE */
	color: #bf9f5d;/* Mudar cor da letra do RODAPE */
	font-family: Century Gothic;
	/*border-top: 1px solid #bf9f5d;*/
	box-shadow: 1px 1px 5px #222;
}
.linha {
	border: 1px dashed #555;
}
.rodape a {
	color: #fff;
	font-family: Century Gothic;
}
.rodape a:hover {
	font-weight: bold;
}

.colorod{
	color: #bf9f5d;
}

.icone2 { /*RODAPE */
	color: #fff; /*Alterar cor dos icones */
	font-size: 30pt;
	padding-left: 10px;
	padding-right: 5px;
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
.icone2:hover { /*RODAPE */
	font-weight: 400;
	-webkit-transform: rotateZ(-30deg);
    -ms-transform: rotateZ(-10deg);
    transform: rotateZ(-10deg);
}

.logorodape {
	width: 60%;
}

.botaorod {	
	width: auto;
	margin-top: 10px;
	border: none;
	font-weight: bold;
	border: 2px solid #bf9f5d; /* Alterar cor do Botao */
	padding: 15px 15px 12px 15px;
	border-radius: 1px;
	color: #bf9f5d; /* Alterar cor da letra do Botao */
	font-size: 18px;
	text-align: center;
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
.botaorod:hover {	
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
}

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

/*conteudo index*/

.titulos {
	margin: 0;
	padding: 0;
	color: #bf9f5d; /* 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;
}

#texto {
    opacity: 1;
}
#texto:hover{
	cursor: pointer;
	background: linear-gradient(to bottom, #0000000E, #0000000E);
}
#texto .situacao-destaque {
    display:block;
    top: 15px;
    width: auto;
    height: 25px;
    color: #fff;
    padding: 5px 10px;
    position:absolute;
    font-size: 12px;
	letter-spacing: 1px;
    opacity:1;
	border-radius: 2px;	
}
#texto .situacao-altopadrao {
    display:block;
    top: 1px;
    width: auto;
    height: 22px;
    color: #fff;
    padding: 3px 5px;
    position:absolute;
    font-size: 11px;
	letter-spacing: 1px;
    opacity:1;
	border-radius: 2px;	
}
/*DESTAQUE*/
.fundodestaque {
	margin-top: 40px;
	margin-bottom: 30px;
}
.destaque {
/*	margin: 0;*/
	padding: 10px;
	margin-bottom: 50px;
}
.destaque1 {
	margin: 0;
	padding: 0;
	color: #333;
	font-family: Century Gothic;
	box-shadow: 0 0 8px #999;
	/*border: 1px solid #fff;*/
	text-transform: uppercase;
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	border: 1px solid #999;
}
.destaque1:hover {
	color: #222;
	border: 1px solid #bf9f5d;
	/*border-radius: 3px 15px;*/
	-moz-transform: scale(1.01);
	-webkit-transform: scale(1.01);
	transform: scale(1.01);
}

/*.fotodestaque {
	width: 100%;
	border-radius: 3px 15px;
}*/

.apadrao {
	margin: 0;
	padding: 2px;
}
.apadrao1 {
	margin: 0;
	padding: 0;
	color: #333;
	font-family: Century Gothic;
	border: 2px solid #fff;
	text-transform: uppercase;
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
.apadrao1:hover {
	color: #222;
	border: 2px solid #bf9f5d;
	background-color: #000000AA; /* cor do fundo da foto quando o mouse estiver em cima */
	-moz-transform: scale(1.01);
	-webkit-transform: scale(1.01);
	transform: scale(1.01);
}

#texto2 span{ /* Efeitos do texto */
	display:block;
	width: 100%;
	height: 100%;
	padding: 10px;
	color: #fff;
	position:absolute;
	opacity:0;
	z-index: 2;
}

#texto2:hover span{ /* Efeitos do texto quando o mouse estive em cima da Imagem */ 
	opacity:1;
	background-color: #000000D4;
}

.desc-pad{
	padding: 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 */
}

.icone3 {
	border-radius: 0;
}
.icone3:hover { /*SIMULACAO */
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
}

/*TIPO*/

.tipo {
	color: #333;
	font-family: Century Gothic;
	margin-left: 5%;
	padding: 8px;
	margin-bottom: 15px;
	border-radius: 1px;
	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: #bf9f5d;
	border-right: 1px solid #bf9f5d;
	border-bottom: 1px solid #bf9f5d;
	border-left: 1px solid #bf9f5d;
	border-top: 1px solid #bf9f5d;
	box-shadow: 1px 1px 3px #ccc;
	-moz-transform: scale(1.01);
	-webkit-transform: scale(1.01);
	transform: scale(1.01);
}

/*LISTA*/

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

.fundolista:hover {
	border-right: 1px solid #bf9f5d;
	border-bottom: 1px solid #bf9f5d;
	border-left: 1px solid #bf9f5d;
	border-top: 1px solid #bf9f5d;
	box-shadow: 1px 1px 3px #ccc;
	-moz-transform: scale(1.01);
	-webkit-transform: scale(1.01);
	transform: scale(1.01);
}
.fotolista{
	width: 100%;
	height: 220px;
}

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

.iconelista {
	width: 28px;
	margin-top: 10px;
	font-size: 16px;
	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;
}


.tit-pes {
	color: #555;
    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 */
}

.des-pes {
	color: #555;
    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 */
}

/*IMOVEL*/

/*fotosdestaque*/
.destaqueindex{
	width: 100%;
	height: 180px;
}
.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);
}

.imovel-box {
	padding: 3px;
	margin-bottom: 2px;
}
.fotoimovel{
	width: 100%;
	height: 120px;
}

.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 #999; /* Alterar cor da borda do Botao */
}
.botaoimovel:hover {
	border:1px solid #bf9f5d; /* Alterar cor da borda do Botao */
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
}

.eit {
	color: #bf9f5d; /* 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: 1px;
	color: #fff; /* Alterar cor da letra do Botao Pesquisa */
	font-size: 15px;
}
.botao:hover {
	background: linear-gradient(#EFEFEF, #ccc); /* Alterar cor do Botao Pesquisa ativo */
	color: #222; /* 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;
}

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