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

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

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

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

.espaconteudo {
	margin-top: 150px;
	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;
}

.backgroud {
	background-color: #EFEFEF;
}

/* topo */

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

.topo {
	top: 0;
	padding: 5px 15px;
	background-color: #000000B4;
  	position: fixed;
  	z-index: 100;
}
.logo {
	width: 45%;
}
.logomobile {
	width: 80%;
}

.textoslide {
	margin: 0;
	padding: 0;
}
#textopes{
	width: 100%;
	padding: 0 18%;
	position:absolute;
	z-index: 2;
	margin-top: 16%;
}
#textopes span {
	color: #fff;
	text-align: center;
	font-family: Century Gothic;
}
#textopes span p {	
	font-size: 50px;
}

/* pesquisa */

.pesquisa {
	margin: 0;
	padding: 30px 30px 30px 15px;
	width: 100%;
	background-color: #222222B2; /* alterar Cor do fundo da Pesquise */
	border-top: 1px solid #e3ba67;
	border-radius: 8px;
}

.pesquisamobile {
	padding: 15px 20px;
	background-color: #222;
}

.pes {
	margin: 0;
	padding: 0;
	padding-left: 3px;
}

.botaopes { 
	border: none;
	font-weight: bold;
	background: linear-gradient(#FFF, #ccc); /* Alterar cor do Botao Pesquisa */
	padding: 10px 10px 8px 12px;
	border-radius: 5px;
	color: #222; /* Alterar cor da letra do Botao Pesquisa */
	font-size: 16px;
}
.botaopes:hover {
	background: linear-gradient(#FFF, #ccc); /* Alterar cor do Botao Pesquisa ativo */
	color: #555; /* Alterar cor da letra do Botao Pesquisa ativo */
}

/* Rodape */

.rodape { 
	padding: 50px 20px;
	background-color: #222;/* Mudar cor de fundo do RODAPE */
	color: #EFEFEF;/* Mudar cor da letra do RODAPE */
	font-family: Century Gothic;
	background-color: #222;
}
.rodtitulo{
	color: #e3ba67;
}
.linha {
	border: 1px dashed #222;
	box-shadow: 3px 3px 3px #111;
}
.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;
	-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: 10px 15px;
	border: none;
	font-weight: bold;
	border-bottom: 2px solid #e3ba67; /* Alterar cor do Botao */
	padding: 15px 5px;
	border-radius: 8px;
	color: #e3ba67; /* 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 {	
	border-bottom: 2px solid #fff; /* Alterar cor do Botao */
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
}

.footer { 
	padding: 5px;
	background-color: #e3ba67;/* Mudar cor do RODAPE - EMPRESA */
	font-family: Century Gothic;
}
.footer a {
	color: #111;
}
.footer a:hover {
	color: #fff;
}

/*conteudo index*/


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

.botaoMaisInfo {
	margin: 3px;
	padding: 8px;
	border: 0;
	border-radius: 2px;
	font-size: 25px;
	color: #fff;
	text-align: center;
	font-family: Century Gothic;
	background-color: #e3ba67; /* Alterar cor do Botao */
}

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

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


/* LANCAMENTO */

.lancamento {
	margin: 0;
	padding: 0;
	color: #333;
	font-family: Century Gothic;
	border: 2px solid #fff;
	text-transform: uppercase;
	display: none
}
.lancamento:hover {
	color: #222;
	border: 2px solid #e3ba67;
	background-color: #000000AA; /* cor do fundo da foto quando o mouse estiver em cima */
	border-radius: 8px;
}
#titulolancamento span{ /* Efeitos do texto */
	top: 0;
	width: 100%;
	padding: 10px;
	color: #fff;
	font-size: 20px;
	opacity:1;
	z-index: 3;
	position:absolute;
	background-color: #00000080;
}/*
#titulolancamento span:hover {
	opacity:0;
	display: block;
	position: absolute;
}*/
#titulolancamento2 span{ /* Efeitos do texto */
	top: 0;
	width: 100%;
	padding: 10px;
	color: #fff;
	font-size: 20px;
	opacity:1;
	z-index: 3;
	position:absolute;
	background-color: #00000080;
}/*
#titulolancamento2 span:hover {
	opacity:0;
	display: block;
	position: absolute;
}*/

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

#texto:hover span{ /* Efeitos do texto quando o mouse estive em cima da Imagem */ 
	opacity:1;
	background-color: #000000D1;
	border-radius: 8px;
}

#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: #000000D1;
	border-radius: 8px;
}
/*DESTAQUE - ALTO PADRAO */
.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 1px 3px #ccc;
	border: 1px solid #fff;
	text-transform: uppercase;
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	border-radius: 8px;
}
.destaque1:hover {
	color: #222;
	border: 1px solid #F2B23AFF;
	/*border-radius: 3px 15px;*/
	-moz-transform: scale(1.01);
	-webkit-transform: scale(1.01);
	transform: scale(1.01);
	border-radius: 8px;
}

.fotodestaque {
	width: 100%;
	border-radius: 8px 8px 0 0;
}

.botaodest{
	padding: 3px;
}
.botaodest span{
	font-size: 15px;
	padding: 5px 10px;
	border: 0;
	color: #fff;
	border-radius: 2px;
	background-color: #F2B23AFF; /* Alterar cor do Botao */
	border-radius: 5px;
}
.botaodesta{
	padding: 3px;
}
.botaodesta span{
	font-size: 15px;
	padding: 5px 10px;
	border: 0;
	border-radius: 2px;
}

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

.desc-pad{
	padding: 5px;
}

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

/* MEIO */

.cadastroimovel{
	color: #fff;
	padding: 20px 20px 10px;
	background: linear-gradient(#e3ba67, #F2B23AFF); /* Alterar cor */
	box-shadow: 2px 2px 3px #F2B23AFF;
	border-radius: 8px;
}
.cadastroimovel div p{
	color: #fff;
	font-size: 26px;
	text-transform: uppercase;
	font-family: Century Gothic;
}
.cadastroimovel div p span{
	font-size: 22px;
}
.botaomeio { 
	width: auto;
	margin-top: 10px;
	border: none;
	border-radius: 25px;
	font-size: 20px;
	float: right;
	letter-spacing: -0.5px;
	padding: 15px 30px 12px;
	font-family: Century Gothic;
	color: #222; /* Alterar cor da letra do Botao Pesquisa */
	background: linear-gradient(#fff, #EFEFEF); /* Alterar cor do Botao Pesquisa */
}
.botaomeio:hover {
	background: linear-gradient(#fff, #EFEFEF); /* Alterar cor do Botao Pesquisa ativo */
	color: #F2B23AFF; /* Alterar cor da letra do Botao Pesquisa ativo */
}

/*TIPO*/

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

/*LISTA*/

.fundolista {
	padding: 0;
	padding: 0;
	margin-bottom: 15px;
	border-radius: 8px;
	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%;
	box-shadow: 1px 1px 3px #ccc;
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

.fundolista:hover {
	color: #fff;
	border-right: 1px solid #e3ba67;
	border-bottom: 1px solid #e3ba67;
	border-left: 1px solid #e3ba67;
	border-top: 1px solid #e3ba67;
	box-shadow: 1px 1px 3px #ccc;
	-moz-transform: scale(1.01);
	-webkit-transform: scale(1.01);
	transform: scale(1.01);
}
.fotoLista {
	width: 100%;
	height: 250px;
	border-radius: 8px 0 0 8px ;
}
.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 #e3ba67; /* Alterar cor da borda do Botao */
}
.botaolistavalor {
	padding: 4px;
	border: 0;
	border-radius: 2px;
	font-size: 25px;
	color: #e3ba67;
	text-align: center;
	font-family: Century Gothic;
	border:1px solid #e3ba67; /* 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;
}
.iconelista2 {
	width: 28px;
	margin-top: 10px;
	font-size: 15px;
	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);
}

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

.botaoimovel {
	width: 100%;
	margin: 3px;
	padding: 5px;
	border: 0;
	height: 50px;
	border-radius: 8px;
	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 #e3ba67; /* Alterar cor da borda do Botao */
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
}

.eit {
	color: #F2B23AFF; /* 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;
	color: #333;
}
.corretor:hover {
	background-color: #F2F2F2FF;
	-moz-transform: scale(1.01);
	-webkit-transform: scale(1.01);
	transform: scale(1.01);
}
.corretorfoto img {
	width: 170px;
	height: 170px;
	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: 8px;
	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;
}


/*/////DOCUMENTOS///*/

.botaomodulo {
    width: auto;
    margin-top: 10px;
    padding: 8px 10px;
    color: #fff;
    cursor: pointer;
    font-size: 14px;
    font-weight: 700;
    text-align: center;
    border-radius: 10px;
    border: 1px solid #e3ba67;
    background-color: #e3ba67;
    font-family: Century Gothic;
  }
.botaomodulo a {
    color: #222;
}
.botaomodulo:hover {
    color: #222;
    /*border: 1px solid #fff;*/
    background-color: #fff;
}

.modulo {
    width: auto;
    margin-top: 15px;
    padding: 5px 10px;
    color: #222;
    font-size: 20px;
    /*cursor: pointer;*/
    border: 1px solid #e3ba67;
    background-color: #e3ba67;
    border-radius: 10px;
    font-family: Century Gothic;
  }
  .modulos {
    width: auto;
    margin-top: 15px;
    color: #222;
    font-size: 20px;
    cursor: pointer;
    /*text-shadow: 1px 1px 2px #333;*/
    /*box-shadow: 1px 1px 2px #333;*/
    border-bottom: 1px dotted #e3ba67;
    font-family: Century Gothic;
  }
  .mais{
    color: #e3ba67;
    font-size: 22px;
  }
  .menos{
    color: #e3ba67;
    font-size: 22px;
  }


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