body {
	background-color: #EFEFEF;
}

a:link { 
	text-decoration:none;
}

.alinhamento {
  text-align: center;
}

.marginb {
	margin-bottom: 20px;
}

.marginbo {
	margin-bottom: 50px;
}

.margint {
	margin-top: 20px;
}

.marginto {
	margin-top: 60px;
}

.marginp{
	margin-bottom: 3px;
}

.paddingt{
	padding-top: 15px;
}
.paddingb {
	padding-bottom: 15px;
}

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

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

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

.hr {
	border-right: 1px solid #ccc;
}

.ht {
	border-top: 1px solid #ccc;
}

button {
	width: 100%;
	border: none;
	color: #222;
	font-size: 20px;
	font-family: Century Gothic;
	border: 1px solid #EFEFEF;
	padding: 3px 8px 3px 8px;
	border-radius: 5px;
	font-weight: bold;
}

/* topo */

.fundotopo {
	background-color: #fff;
}

.fundocontato {
	padding: 5px;
	background-color: #004A7FFF;
	font-size: 15px;
	font-family: Century Gothic;
	color: #fff;
}

.icone {
	font-size: 18px;
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
.icone:hover {
	-webkit-transform: rotateZ(-30deg);
    -ms-transform: rotateZ(-10deg);
    transform: rotateZ(-10deg);
}
.icone2 {
	font-size: 15px;
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
.icone2:hover {
	-webkit-transform: rotateZ(-30deg);
    -ms-transform: rotateZ(-10deg);
    transform: rotateZ(-10deg);
}

.topo {
	margin-top: 15px;
	height: 200px;
	padding: 0;
	border-bottom: 2px solid #019fe8;
	background-image: url(../ImagensSite/fundo-topo.png);
	background-size: 100% 100%;
}

.logo {
	width: 65%;
	margin: 0;
	padding: 15px 0;
	padding-left: 8px;
}

.topomobile {
	margin-top: 15px;
	height: 200px;
	padding: 0;
	border-bottom: 2px solid #019fe8;
	background-image: url(../ImagensSite/fundo-topo-mobile.png);
	background-size: 100% 100%;
}
.logomobile {
	width: 80%;
	margin: 0;
	padding: 10px 0 20px;
	padding-left: 20%;
}

/* slide */

.slide {
	margin: 0;
	margin-left: auto;
	margin-right: auto;
	padding: 15px 20px 0 50px;
}
a {
	margin: 0;
	padding: 0;
}

figure {
	margin: 0;
	padding: 0;
}

#slide {
	margin: 0;
	padding: 0 5px;
	text-align: center;
}

#slide img {
	text-align: center;
	width: 100%;
	/*height: 60px;*/
	border-radius: 10px;
	z-index: 1;
	display: none;
	box-shadow: 2px 2px 4px #CCC;
}

.slide2 {
	margin-top: 50px
	margin-left: auto;
	margin-right: auto;
	padding: 15px 20px;
}

/* Rodape */

/*LINK PATROCINADO*/

.fundopatrocinado { 
	background-color: #f1e4cb;
	padding-top: 50px;
	padding-bottom: 50px;
	color: #fff;
}

.patrocinado{
	font-family: Impact;
	color: #004A7FFF;
	letter-spacing: 2px;
}

.hr2 {
	border-right: 1px solid #004A7FFF;
}

.banners {
	margin-bottom: 5px;
	width: 100%;
	border-radius: 5px;
	max-width: 100%;
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
.banners:hover {
	-moz-transform: scale(1.03);
	-webkit-transform: scale(1.03);
	transform: scale(1.03);
}

.rodape {
	box-shadow: 1px 1px 8px #333;
	padding-top: 50px;
	padding-bottom: 50px;
	background-color: #004A7FFF;
	z-index: 10;
}

.hr3 {
	border-right: 1px solid #ccc;
	border-left: 1px solid #ccc;
}

.icone3 {
	color: #fff;
	font-size: 50px;
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
.icone3:hover {
	color: #019fe8;
	-webkit-transform: rotateZ(-30deg);
    -ms-transform: rotateZ(-10deg);
    transform: rotateZ(-10deg);
}

.footer {
	background-color: #fff;
	padding: 20px;
	color: #333;
	font-family: Century Gothic;
}
.footer a {
	color: #333;
	font-family: Century Gothic;
}


/*conteudo MENUS*/

.espmodulo {
	padding: 5px;
}

.modulo {
	color: #111;
	height: 110px;
	background-color: #fff;
	padding: 15px 10px 10px;
	border-radius: 5px;
	box-shadow: 1px 1px 3px #999;
	max-width: 100%;
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
.modulo:hover {	
	color: #004A7FFF;
	box-shadow: 1px 1px 3px #999;
	-moz-transform: scale(1.03);
	-webkit-transform: scale(1.03);
	transform: scale(1.03);
}

.iconemenu {
	width: 100%;
	text-align: center;
}

/*NOTICIAS/GUIA COMERCIAL*/

.fundonoticias { 
	background-color: #fff;
	padding-top: 50px;
	padding-bottom: 50px;
	color: #333;
}

.titulo {
	font-family: Impact;
	color: #333;
	letter-spacing: 2px;
}

.fotonoticia {
	width: 100%;
	/*height: 250px;*/
}
.fotonoticia:hover {
	box-shadow: 1px 1px 5px #333;
}

.buscar {
	text-align: center;
	font-size: 15px;
	color: #333;
	font-weight: bold;
	font-family: Century Gothic;
	border-radius: 5px;
	border: 1px solid #ccc;
	padding: 5px 8px 5px 8px;
	text-transform: uppercase;
	background: linear-gradient(#fff, #ccc);
}
.buscar:hover {
	background: linear-gradient(#fff, #EFEFEF);
	color: #019fe8;
}

.divugacao {
	margin-top: 20%;
	background-color: #fff;
	border:1px dotted #019fe8;
}
.divugacao:hover {
	background-color: #019fe8;
	border:1px dotted #333;
	color: #fff;
}
/*PESQUISA*/

.fundopesi{
	padding: 40px 15px;
	border-top: 1px solid #fff; 
	border-bottom: 1px solid #fff; 
	background-image: url(../ImagensSite/banner-imovel.png);
	background-repeat: no-repeat;
	background-size: 100%;
}
.pesquisa {
	padding: 40px 20px 0 30px;
}
.pes {
	padding-left: 5px;
	padding-right: 5px;
}
.botaopes{
	font-size: 18px;
	color: #fff;
	border: 1px solid #019fe8;
	box-shadow: 1px 1px 2px #111;
	background-color: #019fe8;	
}
.botaopes:hover{
	color: #fff;
	background-color: #06B3FDFF;
}

/*IMOVEIS*/
.imoveis-lancamento {
	color: #004A7FFF;
	font-family: Century Gothic;
	/*font-family: Impact;*/
	letter-spacing: -0.2;
	/*text-transform: uppercase;*/
	font-weight: bold;
	font-size: 30px;
	text-align: center;
	margin-bottom: 20px;
	text-shadow: 1px 1px 1px #fff;
}
.destaque {
	margin: 0;
	padding: 10px;
	margin-bottom: 50px;
}
.destaque1 {
	padding: 0;
	color: #333;
	font-family: Century Gothic;
	border: 1px solid #ccc;
	background-color: #fff;
	text-transform: uppercase;
	border-radius: 6px;
	max-width: 100%;
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
.destaque1:hover {
	color: #222;
	border: 1px solid #019fe8;
	-moz-transform: scale(1.01);
	-webkit-transform: scale(1.01);
	transform: scale(1.01);
}
.destaque1 a {
	color: #222;
}
.fotoddd{
    position: relative;	
    width: 100%;
    height: 250px;
}
.fotod{
    position: relative;	
    width: 100%;
    height: 200px;
}
.fotoDestaque {
	border-bottom: 1px solid #ccc;
	border-radius: 6px;
    position: absolute;
    width: 100%;
    height: 250px;
    text-align: center;
    border: 3px solid #efefef;
	overflow: hidden;
}

.desc-pad{
	padding: 5px;
}

.carro {
	margin: 0;
	padding: 0 0 0 5px;
	width: 20%;
}
.quartos {
	margin: 0;
	padding: 0;
	width: 20%;
}
.banheiro {
	margin: 0;
	padding: 0;
	width: 20%;
}
.area {
	margin: 0;
	padding: 0 5px 0 0;
	width: 40%;
}

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

/* Cores */

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

.blue {
	color: #019fe8;
	font-family: Century Gothic;
}
.blue2 {
	color: #004A7FFF;
	font-family: Century Gothic;
}
.green {
	color: #00b1ab;
	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: #555;
	font-family: Century Gothic;
}
.grey3 {
	color: #999;
	font-family: Century Gothic;
}

.white {
	color: #fff;
	font-family: Century Gothic;
}

.yellow {
	color: #FFC400FF;
	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);
    }
}



.situacao .situacao-orange{
    position: absolute;
    background-color: #E54C00AF;
    transform: rotate(-40deg);
    top: 30px; /* ajuste a posição conforme necessário */
    padding: 2px 5px;
    margin-left: -40px;
    font-size: 10px;
    left: -90px;
    float: left;
    width: 100%;
    color: #fff;
}
.situacao .situacao-red{
    position: absolute;
    background-color: #E50000AF;
    transform: rotate(-40deg);
    top: 30px; /* ajuste a posição conforme necessário */
    padding: 2px 5px;
    margin-left: -40px;
    font-size: 10px;
    left: -90px;
    float: left;
    width: 100%;
    color: #fff;
}
.situacao .situacao-green{
    position: absolute;
    background-color: #269C00AF;
    transform: rotate(-40deg);
    top: 30px; /* ajuste a posição conforme necessário */
    padding: 2px 5px;
    margin-left: -40px;
    font-size: 10px;
    left: -90px;
    float: left;
    width: 100%;
    color: #fff;
}


.situacao-lista .situacao-orange{
    position: absolute;
    background-color: #E54C00AF;
    transform: rotate(-40deg);
    top: 30px;
    padding: 2px 20px;
    margin-left: -30px;
    font-size: 10px;
    left: -115px;
    float: left;
    width: 150%;
    color: #fff;
}
.situacao-lista .situacao-red{
    position: absolute;
    background-color: #E50000AF;
    transform: rotate(-40deg);
    top: 30px;
    padding: 2px 20px;
    margin-left: -30px;
    font-size: 10px;
    left: -115px;
    float: left;
    width: 150%;
    color: #fff;
}
.situacao-lista .situacao-green{
    position: absolute;
    background-color: #269C00AF;
    transform: rotate(-40deg);
    top: 30px;
    padding: 2px 20px;
    margin-left: -30px;
    font-size: 10px;
    left: -115px;
    float: left;
    width: 150%;
    color: #fff;
}


.situacao-pes .situacao-orange{
    position: absolute;
    background-color: #E54C00AF;
    transform: rotate(-40deg);
    top: 30px;
    padding: 2px 20px;
    margin-left: -30px;
    font-size: 10px;
    left: -130px;
    float: left;
    width: 150%;
    color: #fff;
}
.situacao-pes .situacao-red{
    position: absolute;
    background-color: #E50000AF;
    transform: rotate(-40deg);
    top: 30px;
    padding: 2px 20px;
    margin-left: -30px;
    font-size: 10px;
    left: -130px;
    float: left;
    width: 150%;
    color: #fff;
}
.situacao-pes .situacao-green{
    position: absolute;
    background-color: #269C00AF;
    transform: rotate(-40deg);
    top: 30px;
    padding: 2px 20px;
    margin-left: -30px;
    font-size: 10px;
    left: -130px;
    float: left;
    width: 150%;
    color: #fff;
}

.situacao-imovel .situacao-orange{
    position: absolute;
    background-color: #E54C00AF;
    transform: rotate(-40deg);
    top: 30px;
    padding: 2px 20px;
    margin-left: -30px;
    font-size: 10px;
    left: -90px;
    float: left;
    width: 100%;
    color: #fff;
}
.situacao-imovel .situacao-red{
    position: absolute;
    background-color: #E50000AF;
    transform: rotate(-40deg);
    top: 30px;
    padding: 2px 20px;
    margin-left: -30px;
    font-size: 10px;
    left: -90px;
    float: left;
    width: 100%;
    color: #fff;
}
.situacao-imovel .situacao-green{
    position: absolute;
    background-color: #269C00AF;
    transform: rotate(-40deg);
    top: 30px;
    padding: 2px 20px;
    margin-left: -30px;
    font-size: 10px;
    left: -90px;
    float: left;
    width: 100%;
    color: #fff;
}




.tag .tag-lancamento{
    position: absolute;
    background-color: #222222CF;
    color: #fff;
/*    top: 10px;*/
    margin-top: 10px;
    padding: 2px 10px;
    border-radius: 2px;
    font-size: 12px;
    right: 0;
    float: right;
    letter-spacing: 1px;
}

.tag-lista .tag-lancamento{
    position: absolute;
    background-color: #222222CF;
    color: #fff;
/*    top: 10px;*/
    margin-top: 10px;
    padding: 2px 10px;
    border-radius: 2px;
    font-size: 12px;
    right: 0;
    float: right;
    letter-spacing: 1px;
}

.tag-destalhe .tag-lancamento{
    position: absolute;
    background-color: #222222CF;
    color: #fff;
    top: 10px;
    padding: 5px 10px;
    border-radius: 2px;
    font-size: 14px;
    right: 15px;
    float: right;
    letter-spacing: 1px;
}