body {
	/*font-family: 'Roboto', sans-serif;*/
	font-family: 'Hind', sans-serif;
	font-weight:normal;
	font-size:13px;
	}
	
p {
	/*font-family: 'Roboto', sans-serif;*/
	font-family: 'Hind', sans-serif;
	font-weight:normal;
	font-size:13px;
	}	

h1 {
	font-family: 'Roboto', sans-serif;
	font-weight:normal;
	}
	
input[type=submit] {
	 font-family: 'Roboto', sans-serif;
	 font-weight:500;
	 text-transform:uppercase;
	 font-size:16px;
	 }	

.topnav {
  display:none;
  }
		
.novos h2 {
	font-size:28px;
	font-weight:normal;
	padding: 0;
	}	

.carousel h2 {
	font-size: 28px;
    font-weight: normal;
    padding: 20px 0;
    position: absolute;
    margin-top: 0;
	}	
	
.parallax h2 {
	font-family: 'Nunito Sans', sans-serif;
	font-weight:400;
	font-size:33px;
	width:100%;
	text-align:center;
	color:white;
	margin:130px 0 50px 0;
	pointer-events: none;
	}
	
.bg-blue {
	background:#274abb;
	}

.logo img {
	margin:5px 0;
	/* width:100%; */
	max-width:260px;
	}	
	
.tel i {
	margin:0px 10px;
	vertical-align:middle;
	}	
	
.restrito {
	font-family: 'Nunito Sans', sans-serif;
	font-weight:normal;
	line-height:4;
	font-size:18px;
	}	



.parallax {
    /* The image used */
    /* Full height */
    height: 100%; 

    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.bg-01 { 
    /* The image used */
    background-image:url(../../imgs/site/bg-01.jpg);

    /* Full height */
    height: 100%; 

    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
	
	
.listing-badges .featured {
    background-color: #274abb;
	position:absolute;
	padding:5px 0;
}
.listing-badges .featured {
	color:white;
    background-color: #274abb;
    float: left;
    transform: rotate(-45deg);
    left: -67px;
    top: 17px;
    position: absolute;
    text-align: center;
    width: 200px;
    font-size: 12.5px;
    margin: 0;
	z-index:10;
}

.image-box{
  width:100%;
  overflow:hidden;
}

.image {
  position:relative;
  width:100%; /*380*/
  height:249px; /*290*/
  background-position:center;
  transition: all 0.7s ease;
  -moz-transition: all 0.7s ease;
  -ms-transition: all 0.7s ease;
  -webkit-transition: all 0.7s ease;
  -o-transition: all 0.7s ease;
} 

.image2 {
  position:relative;
  margin-top: -100px;
  width:100%; /*380*/
  height:290px;
  background-position:center;
  transition: all 0.7s ease;
  -moz-transition: all 0.7s ease;
  -ms-transition: all 0.7s ease;
  -webkit-transition: all 0.7s ease;
  -o-transition: all 0.7s ease;
} 

.image:hover {
  transform: scale(1.5); /*scale(1.5);*/
  -moz-transform: scale(1.5);
  -webkit-transform: scale(1.5);
  -o-transform: scale(1.5);
  -ms-transform: scale(1.5); /* IE 9 */
  -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=1.5, M12=0, M21=0, M22=1.5, SizingMethod='auto expand')"; /* IE8 */
   filter: progid:DXImageTransform.Microsoft.Matrix(M11=1.5, M12=0, M21=0, M22=1.5, SizingMethod='auto expand'); /* IE6 and 7 */ 
} 

.image2:hover {
  transform: scale(1.5); /*scale(1.5);*/
  -moz-transform: scale(1.5);
  -webkit-transform: scale(1.5);
  -o-transform: scale(1.5);
  -ms-transform: scale(1.5); /* IE 9 */
  -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=1.5, M12=0, M21=0, M22=1.5, SizingMethod='auto expand')"; /* IE8 */
   filter: progid:DXImageTransform.Microsoft.Matrix(M11=1.5, M12=0, M21=0, M22=1.5, SizingMethod='auto expand'); /* IE6 and 7 */ 
} 

.sem-filtro a{
	float:left;
	width:100%;
	text-decoration:none;
	color:inherit;
	outline:2px solid white;
	transition:ease 0.3s;
	}

.sem-filtro a:hover{
	float:left;
	width:100%;
	text-decoration:none;
	color:inherit;
	outline:2px solid #E9BA2D;
	transition:ease 0.3s;
	}
	
.sem-filtro:hover .item-conteudo p, .sem-filtro:hover .item-conteudo h4, .sem-filtro:hover .item-conteudo ul{
	background:#E9BA2D;
	color:white;
	transition:ease 0.3s;
	}	

.item-conteudo {
	float:left;
	transition:ease 0.3s;
	}	
	
.filtr-item:hover .item-conteudo {
	transition:ease 0.3s;
	}	
	
a.btver {
	text-align:center;
	color:white;
	border-radius:3px;
	padding:15px 35px;
	text-decoration:none;
}

.center{
	text-align:center;
	}

p.captcha{
	text-align: center;
    padding: 10px 0px;
	font-size:18px;
	}
	
	
ul.itens{
	background:#F6F6F6;
	float:left;
	width:100%;
	list-style:none;
	border-radius:5px;
	margin:0 0 30px 0;
	}	
	
.itens li{
	float:left;
	width:auto;
	padding:35px 35px;
	font-size:15px;
	list-style:none;
	}	

.detalhes h3 {
	font-size: 22px;
    margin: 50px 0 25px 0;
    padding-bottom: 15px;
    border-bottom: 1px solid #eaeaea;
	font-weight:normal;
	}
	
.detalhes p {
	font-size:14px;
	line-height:1.8;
	margin:25px 0;
	}		
	

.agent-widget {
    background-color: #fff;
    color: #707070;
    border-radius: 4px;
    padding: 32px;
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.1);
    transition: 0.25s;
    margin-bottom: 30px;
}

.agent-title {
    position: relative;
    display: block;
    margin-bottom: 30px;
}

.agent-title .agent-photo {
    float: left;
    display: block;
}

.agent-title .agent-photo img {
    border-radius: 50%;
    max-width: 72px;
}

.agent-details {
    margin-left: 92px;
    display: block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
	
}

.agent-widget h4 {
    color: #333;
    margin: 0px 0 6px 0;
}

.agent-details span {
    color: #999;
}


.agent-widget input, .agent-widget input[type="text"], .agent-widget input[type="password"], .agent-widget input[type="email"], .agent-widget input[type="number"], .agent-widget textarea, .agent-widget select {
    height: 51px;
    line-height: 51px;
    padding: 0 20px;
    outline: none;
    font-size: 15px;
    color: #808080;
    margin: 0 0 16px 0;
    max-width: 100%;
    width: 100%;
    box-sizing: border-box;
    display: block;
    background-color: #fcfcfc;
    font-weight: 500;
    border: 1px solid #e0e0e0;
    opacity: 1;
    border-radius: 3px;
}


 .agent-widget button.button, .agent-widget input[type="button"], .agent-widget input[type="submit"], a.button.border, a.button {
    background-color: #66676b;
    top: 0;
    padding: 10px 20px;
    color: #fff;
    position: relative;
    font-size: 15px;
    font-weight: 500;
    display: inline-block;
    transition: all 0.2s ease-in-out;
    cursor: pointer;
    margin-right: 6px;
    overflow: hidden;
    border: none;
    border-radius: 3px;
}

textarea {
    min-height: 130px;
    transition: none !important;
    min-width: 100%;
	
	height: auto;
    line-height: 20px;
    padding: 20px;
}


button.button.fullwidth, a.button.fullwidth {
    width: 100%;
    text-align: center;
}



.property-features {
    width: 100%;
    display: block;
    list-style: none;
    margin: 0;
    padding: 0;
    columns: 3;
    -webkit-columns: 3;
    -moz-columns: 3;
}

.property-features li {
    color: #333;
    display: block;
    margin: 0 0 7px 0;
    padding: 0;
}

.property-features.checkboxes li:before {
    display: inline-block;
    width: 19px;
    height: 19px;
    margin-right: 10px;
    /* top: -1px;*/
    position: relative;
    content: "\f00c";
    font-family: "FontAwesome";
    font-size: 12px;
    color: #fff;
    text-align: center;
    line-height: 15px;
    border: 2px solid transparent;
    transition: border-color 0s;
    border-radius: 2px;
}



.grid-6.tituloanuncio {
	padding:30px 0;
	}
	
.tituloanuncio h2 {
    font-size: 22px;
    line-height: 36px;
    margin: 1px 0;
}

.tituloanuncio span {
    font-size: 17px;
    color: #888;
    margin-top: 5px;
    display: inline-block;
}

span.anuncio-badge {
    margin: 0;
    padding: 4px 11px;
    line-height: 24px;
    border-radius: 3px;
    /*background-color: #66676b;*/
    color: #fff;
    font-size: 13px;
    position: relative;
    top: -4px;
    margin-left: 4px;
}

.preco-anuncio {
    display: inline-block;
    font-size: 28px;
    font-weight: 500;
    color:#274ABB;
    text-align: right;
    line-height: 34px;
	float:right;
}

.preco-anuncio span {
    font-size: 18px;
}

.preco-anuncio.sub-preco {
    font-size: 19px;
    color: #999;
}

/*===========================
	 Lista de Imóveis
===========================*/

/*
h4.titulo-lista {
    font-family: 'Nunito Sans', sans-serif;
    font-weight: normal;
    font-size: 18px;
    padding: 15px 20px;
	float:left;
	width:70%;
	}
	
.img-lista {
	width:30%;
	height:250px;
	float:left;
	}	
	
.item-lista {
	float:left;
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.1);
    background-color: #fff;
    width: 100%;
	height:255px;
    border-radius: 3px;
    margin-bottom: 30px;
}	

.item-lista ul {
	width:70%;
	float:left;
	padding:0px 10px;
	}
	
.item-lista li {
	width:20%;
	float:left;
	margin:5px 0;
	padding:5px 20px;
	list-style:none;
	}
	
.item-lista p {
	float:left;
	width:70%;
	margin:10px 0;
	padding:5px 10px;
}
	
.sidebar-busca hr {
	border:0;
	float:left;
	width:100%;
	margin:6px 0;
}	

.sidebar-busca label {
	float:left;
	width:100%;
}

.sidebar-busca h2 {
	font-weight:normal;
	}
*/

.cabecalho {
	float:left;
	width:100%;
	font-size:14px;
	margin:0 0 0px 0;
	}
.item-lista {
	width:100%;
	margin:0 0 30px 0;
	float:left;
	border:1px solid rgba(223,223,223,1.00); 
	}
	
.item-lista:hover {
	border:1px solid #f4c332; 
	}	

.img-item-lista {
	float:left;
	width:100%;
	border:0px solid black;
	}
		
		
.img-item-lista img{
	width:100%;
	float:left;
	}	
		
.desc-item-lista{
	float:left;
	width:100%;
	/* background:white; */
	padding:10px;
	}
	
.desc-item-lista h3{
	font-size:23px;
	font-family: 'Montserrat', sans-serif;
	font-weight:normal;
	margin:10px 0;
	}	

/*.desc-item-lista p{
	width:100%;
	margin:15px 0;
	font-size:12px;
	}	
*/
	
.desc-item-lista table{
	margin:20px 0 20px;
	}		
	
.desc-item-lista a{
	text-decoration:none;
	color:inherit;
	}		


a.btver{
	background:#f4c332;
	padding:12px 15px;
	border-radius:0px;
	text-decoration:none;
	color:white;
	float:right;
	}

.item-tipo {
	color:white;
	float:left;
	position:absolute;
	padding:4px 6px;
	margin:5px;
	}	

/*		
.item-valor {
	color:white;
    position: relative;
    margin:-35px 6px 0 0;
	padding:5px 10px;
    float: right;
	font-size:16px;
	font-family: 'Montserrat', sans-serif;
	font-weight:normal;
	}
*/			
.item-lista ul {
	width:100%;
	} 			

.item-lista ul li:first-child {
	font-size:16px;
	padding:6px 0;
	}
			
.item-lista li {
	list-style:none;
	width:50%;
	float:left;
	outline:1px solid white;
	font-family: 'Montserrat', sans-serif;
	font-weight:normal;
	font-size:15px;
	} 


/* ZOOM */	

/*** effect zoom in ***/
.image-hover {
    position: relative;
    width: 322px;
    height: 274px;
    display: inline-block;
    overflow: hidden;
    background: #fff;
    border: 0 solid #fff;
	/*
    box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.3);
	*/
}


.image-hover2 {
    position: relative;
    width: 302px;
    height: 257px;
    display: inline-block;
    overflow: hidden;
    background: #fff;
    border: 0 solid #fff;
	/*
    box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.3);
	*/
}


.img-zoom-in img 
{
transition:all .2s ease-in-out;
-webkit-transition:all .2s ease-in-out;
-moz-transition:all .2s ease-in-out;
-ms-transition:all .2s ease-in-out;
-o-transition:all .2s ease-in-out;
}

.img-zoom-in:hover img 
{
transform:scale(1.2);
-webkit-transform:scale(1.2);
-moz-transform:scale(1.2);
-ms-transform:scale(1.2);
-o-transform:scale(1.2)
}

/*** effect zoom out ***/

.img-zoom-out img 
{
transition:all .2s ease-in-out;
-webkit-transition:all .2s ease-in-out;
-moz-transition:all .2s ease-in-out;
-ms-transition:all .2s ease-in-out;
-o-transition:all .2s ease-in-out;
}

.img-zoom-out:hover img 
{
transform:scale(0.9);
-webkit-transform:scale(0.9);
-moz-transform:scale(0.9);
-ms-transform:scale(0.9);
-o-transform:scale(0.9)
}
	
	
/*===========================
		INPUTS
===========================*/

button.button, input[type="button"], input[type="submit"], a.button.border, a.button {
    top: 0;
    padding: 10px 20px;
    color: #fff;
    position: relative;
    font-size: 14px;
    font-weight: 500;
    display: inline-block;
    transition: all 0.2s ease-in-out;
    cursor: pointer;
    margin-right: 6px;
    overflow: hidden;
    border: none;
    border-radius: 3px;
}	

#breadcrumbs {
	float:left;
    display: inline-block;
    font-size: 15px;
    font-weight: 500;
    color: #888;
	margin-top:30px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

#breadcrumbs ul {
    margin: 0;
}

#breadcrumbs ul li {
    display: inline-block;
    list-style: none;
    margin: 0 0 0 10px;
}


#breadcrumbs ul li:nth-of-type(2):before {
    content: "\f105";
    font-family: "FontAwesome";
    color: #a0a0a0;
    font-size: 14px;
    margin-right: 15px;
}

.parallax #titulobar h1, .parallax #titulobar h2, .parallax #titulobar #breadcrumbs ul li, .parallax #titulobar #breadcrumbs ul li a, .parallax #titulobar #breadcrumbs ul li::before {
    color: #fff;
}



/*===========================
	 Titulo Parallax
===========================*/

.parallax .p2 h2 {
    font-family: 'Nunito Sans', sans-serif;
    font-weight: 4000;
    font-size: 33px;
    width: 100%;
    text-align: left;
    color: white;
    margin: 10% 0;
}



.listing-badges {
    position:relative;
    top: 0;
    z-index: 999;
    right: 0;
    width: 100%;
    display: block;
    font-size: 13px;
    padding: 0px;
    overflow: hidden;
    height: 100px;
}

.listing-badges span {
    color: #fff;
    display: inline-block;
    padding: 5px 10px;
    float: right;
    background-color: rgba(74,74,76,0.7);
    border-radius: 3px;
    top: 15px;
    right: 15px;
    position: absolute;
}

.listing-badges .featured {
    float: left;
    transform: rotate(-45deg);
    left: -67px;
    top: 17px;
    position: relative;
    text-align: center;
    width: 200px;
    font-size: 12.5px;
    margin: 0;
}

.listing-badges .price {
    color: #fff;
    display: inline-block;
    padding: 5px 10px;
    float: right;
    background-color: rgba(74,74,76,0.7);
    border-radius: 3px;
    top: 50px;
    right: 15px;
    position: absolute;
}


.item-lista p.cod {
	float:left;
	margin-left:10px;
	background-color:#f7f7f7;
	margin:15px;
	border-radius:3px;
	width:auto;
	
	}



.idiomas {
	text-align:right;
	}

.tooltip {
    position: relative;
    display: inline-block;
    border-bottom: 0px dotted black;
	margin-right:20%;
	z-index:9999;
	float:left;
}

.tooltip .tooltiptext {
    visibility: hidden;
    width: auto;
    background-color: white;
    color: #fff;
    text-align: center;
    border-radius: 0px;
    padding: 5px 5px;
    
    /* Position the tooltip */
    position: absolute;
    z-index: 1;
    top: 100%;
    left: 50%;
    margin-left: -60px;
	z-index:9999;
}

.tooltip:hover .tooltiptext {
    visibility: visible;
	z-index:9999;
}


body {
	font-family: 'Hind', sans-serif;
	/*font-family: 'Roboto', sans-serif;*/
	font-weight:normal;
	font-size:13px;
	}

a {color:inherit; text-decoration:none;}	

.invisible {
	display:none;
	}

.fix {
	display:none;
	}


.row {
	width:100%;
	/* border:0px solid red; */
	}	

h2.title{
	font-family: 'Roboto', sans-serif;
	font-weight:500;
	font-size:28px;
	width:auto;
	float:left;
	text-transform:uppercase;
	}	
			
h2.title span{
	width:20px;
	float:left;
	}	
	
hr.line {
    width: 20px;
	border:0;
    float: left;
}	
		
.txt-sobre {
	padding:50px 0;
	}

.txt-sobre img{
	width:100%;
	}
		
					
.txt-sobre p {
	text-align:justify;
	margin:10px 0;
	}
	
	
/*===========================
   Imagem fundo dos Modelos
===========================*/
	
	
.bgimg {
    position: relative;
    background-position: bottom;
	/*height:600px;*/
}

.bgimg.bgimobiliaria{
    position: relative;
   /*  background: url(../../imgs/site/bg-section.png) white no-repeat; */
    background-position: bottom;
	/*height:600px;*/
}


.bgimg.bgtemporada{
    position: relative;
    background:url(../../imgs/site/fundo-temporada.png) white no-repeat;
    background-position: bottom;
	/*height:600px;*/
}

.bgimg.bgchacara{
    position: relative;
    background:url(../../imgs/site/fundo-chacara.png) white no-repeat;
    background-position: bottom;
	/*height:600px;*/
}


.bgimg.bgconstrutora{
    position: relative;
    background:url(../../imgs/site/fundo-construtora.png) white no-repeat;
    background-position: bottom;
	/*height:600px;*/
}


/*===========================
===========================*/



.arrow {
	position: relative;
	display:none;
}

.arrow:after {
	top: 100%;
	left: 42%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(241, 196, 15, 0);
	border-width: 15px;
}

.z-active .arrow {
	display:block
	}


/*	
header {
	position:relative;
	float:left;
	width:100%;
	height:120px;
	background:#fff;
	padding:10px 0;
	border-bottom:1px solid rgba(0, 0, 0, 0.09);
	z-index:100;
	transition: all 0.4s ease;
	}
	
*/



.block {display:block;}


header {
	position:relative;
	float:left;
	width:100%;
	/*max-height:250px;*/
	background:#fff;
	padding:10px 0;
	border-bottom:1px solid rgba(0, 0, 0, 0.09);
	z-index:10;
	}
	
.logo {
	float:left;
	border:0px solid red;
	}	

.menu-resp {
	display:none;
	}

	
.tel {
	 /* 
	 background: rgba(0, 0, 0, 0.28); 
	 background-image:url(../../imgs/sliderimages/temporada/filete.jpg);
	 */
	 /*background-image:url(../../imgs/filete.jpg);*/
	 background-repeat:repeat;
	 background-position:center;
	 position:relative; 
	 z-index:9999;
	}

div {
	border:0px solid red;
	}	
	

/*===========================
		HEADER FIX
===========================*/

header.fix{
	margin-top:-45px;
	position:fixed;
    float: left;
    width: 100%;
	height:100%;
    max-height: 85px;
    background: white;
    padding:0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.09);
    z-index: 9999;
	}
	
.fix [class*='grid-'] {
    float: left;
    padding: 0 10px;
	
}		
		
		/*
.fix img{
	margin:5px 0;
	border:0px solid red;
	width:100%;
	/*height:100%;
	max-width:100px;
	max-height:80px;/
	}*/
	
.fix #nav {
    margin: 15px 0;
    float: right;
}
	
	
.fix .logo {
	padding:10px 0;
	}	

	
.fix .logo img{
	 margin:0;
	 max-width:160;
	 max-height: 70px;
	}		
		


#tradutor {
	display:none;
	position:absolute;
	background:white;
	padding:10px 15px;
	border:1px solid rgba(0, 0, 0, 0.09);
	}
		
/*===========================
		SLIDER
===========================*/
		
	
.slider {
	float:left;
	width:100%;
	position:relative;
	/*margin-top:-180px;* banner atras menu*/
	margin-top:0; 
	z-index:0; 
	}		




/*===========================
		HEADER
===========================*/


.idiomas ul {
	float:right;
	}
	
.idiomas li {
	list-style:none;
	padding:0 10px;
	float:left;
	border-right:1px solid rgba(255,255,255,0.70);
	}	
		
.idiomas li:last-child {
	border-right:0px solid white;
	}	
		
/*===========================
		  Busca
===========================*/

.pesquisa .title{
	font-family: 'Roboto', sans-serif;
	font-weight:500;
	font-size:25px;
	width:100%;
	text-align:center;
	float:left;
	text-transform:uppercase;
	margin:0;
	}	
	
.pesquisa h2.title span {
	width:100%;
	border:0;
	margin:10px 0;
	}
		
.pesquisa .title hr {
	text-align:center;
	width:80px;
	margin:0 auto;
	border:0;
	border-bottom:3px solid #E9BA2C;
	}
		
.topo-pesquisa input[type=text] {
	margin-top:20px;
	padding: 8px 5px;
	border: 1px solid rgba(0, 0, 0, 0.09);
	}	
	
.topo-pesquisa button {
    float: right;
    background: none;
    border: 0;
    color: #535353;
    padding: 10px;
	margin-top:-38px;
    margin-left: -35px;
    cursor: pointer;
    position: relative;
    right: 0;
	font-size:19px;
}	

.pesquisa .row {
	margin:10px 0 0 0;
	}


@-moz-document url-prefix() { 
  .topo-pesquisa button {
	margin-top: -43px;
	margin-left: -10px;
	padding-right: 27px;
}
	
}

	
/*===========================
		 Destaque
===========================*/

.owl-item {
	border:3px solid rgba(255,255,255,0.00);
	}
	
.owl-item:hover {
	border:3px solid white;
	}
	
.destaque {
	padding:0;
	font-family: 'Hind', sans-serif;
	}
	
.content-destaque {
	padding:0px 10px;
	}
	
.ft-destaque img {
	float:left;
	width:100%;
	}
	
p.endereco-destaque {
	float:left;
	font-size:20px;
	line-height: 1.2;
	font-family: 'Hind', sans-serif;
	}
	
.endereco-destaque small{
	font-size:15px;
	color:#909090;
	}		

p.valor-destaque {
	/*font-family: 'Hind', sans-serif;*/
	font-family: 'Roboto', sans-serif;
	font-weight:700;
	float:right;
	font-size:25px;
	padding:8px 20px;
	color:white;
	}
	
		
.descricao-destaque p {
	/* margin: 40px 0; */
    padding: 35px 0;
	}
	
		
.itens-destaque ul{
	float:left;
	width:100%;
	background:white;
	padding:20px 0;
	}	

.itens-destaque li{
	font-family: 'Hind', sans-serif;
	float:left;
	width:24%;
	padding:15px 0;
	margin:30px 0;
	text-align:center;
	list-style:none;
	color:#909090;
	}	
	
.itens-destaque i{
	font-size:18px;
	}	
	
.owl-carousel .itens-destaque strong{
	font-size:18px;
	color:#373737;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
	}	
		
.itens-destaque li{
	border-right:1px solid #dfdfdf;
	line-height:2;
	}

.itens-destaque li:last-child{
	border-right:0px solid #dfdfdf;
	}			




/*===========================
	 Caroussel DESTAQUE
===========================*/

.owl-carousel {
	margin:0 0 45px 0;
	}
	 
.img-conteudo{
	margin-top:-87px; /*-117*/
	font-family: 'Nunito Sans', sans-serif;
	font-weight:600;
	font-size:22px;
	padding: 48px 15px 20px 15px; /*60px 15px 20px 15px*/
	z-index:10;
	position:relative;
	color:white;
	}

.img-conteudo {
	font-family: 'Roboto', sans-serif;
	font-weight:700;
	line-height: 0.9;
	text-transform:uppercase;
	}	
	
.img-conteudo small{
	font-family: 'Roboto', sans-serif;
	font-weight:300;
	font-size:11px;
	}			
		
.item-conteudo{
	font-family: 'Nunito Sans', sans-serif;
	font-size:13px;
	}
	
		
.item-conteudo h4 {
	background:white;
	font-family: 'Hind', sans-serif;
	font-weight:400;
	font-size:18px;
	padding:15px 10px;
	color:#373737;
	}
	
.item-conteudo small{
	font-family: 'Hind', sans-serif;
	font-weight:300;
	font-size:15px;
	}	

.item-conteudo p {
	background:#ededed;
	font-family: 'Hind', sans-serif;
	font-size:13px;
	padding:15px 10px;
	line-height: 1.6;
	}
	
.item-conteudo ul{
	float:left;
	width:100%;
	background:white;
	padding:20px 0;
	font-family: 'Hind', sans-serif;
	font-weight:normal;
	font-size:13px;
	}	

.item-conteudo li{
	float:left;
	width:32.5%;
	text-align:center;
	list-style:none;
	}	

.item-conteudo strong{
	font-size:20px;
	font-weight:normal;
	}
	
/*===========================
		  Imóvel
===========================*/

.itens-imovel li{
	border-right:1px solid #dfdfdf;
	line-height:2;
	}

.itens-imovel li:last-child{
	border-right:0px solid #dfdfdf;
	}			
					
			

/*OVERLAY DESTAQUE*/
.img-dest .container-overlay-dest{
  background-size: cover;
  background-position: center center;
  position: relative;
  margin: auto;
  /*width: 282px;*/
  width:100%;
  -webkit-border-radius: 0%;
  -moz-border-radius: 0%;
  border-radius: 0%;
  cursor: pointer;
  overflow: hidden;
  border:0;
}

.img-dest
 {
	 background-position: center center;
	 width:100%;
	 height: 400px;
 }
		
.imgdest {background:url(https://admin01.imobibrasil.net/imagens/imoveis/20150319085538781.jpg); background-position: center center;}


/*===========================
		GRID OVERLAY
===========================*/
	
.image-box
 {
	 width:100%;
 }
 
.image-box .container-overlay{
  background-size: cover;
  background-position: center center;
  position: relative;
  margin: auto;
  /*width: 282px;*/
  width:100%;
  height: 170px;
  -webkit-border-radius: 0%;
  -moz-border-radius: 0%;
  border-radius: 0%;
  cursor: pointer;
  overflow: hidden;
  border:0;
}
		
.image-box .of1 {background:url(https://admin01.imobibrasil.net/imagens/imoveis/20150319085538781.jpg) #e0e0e0; background-size:105%; background-repeat:no-repeat; background-position:left;}
.image-box .of2 {background:url(https://admin01.imobibrasil.net/imagens/imoveis/20170118094119736.jpg) #e0e0e0; background-size:105%; background-repeat:no-repeat; background-position:left;}
.image-box .of3 {background:url(https://admin01.imobibrasil.net/imagens/imoveis/20150319085448826.jpg) #e0e0e0; background-size:105%; background-repeat:no-repeat; background-position:left;}
.image-box .of4 {background:url(https://admin01.imobibrasil.net/imagens/imoveis/20150319085319756.jpg) #e0e0e0; background-size:105%; background-repeat:no-repeat; background-position:left;}






/*===========================
	  		TAB
===========================*/	

section.acesso {
	width:100%;
	min-height:620px;
	}

.z-content-inner h4 {
	font-family: 'Roboto', sans-serif;
	font-weight:500;
	font-size:25px;
	width:100%;
	float:left;
	margin:10px 0;
	}
	
.z-content-inner span {
    width: 20px;
    border-bottom: 3px solid #e9ba2c;
    float: left;
	margin:10px 0;
}

.z-content-inner [class*='grid-6']:first-child{
	padding-right:180px;
}	
	


/*===========================
	TAB - Area do Cliente
===========================*/	

.tab-area-cliente p {
	font-family: 'Hind', sans-serif;
	font-weight:normal;
	font-size:13px;
	}
				
.tab-area-cliente ul {
	float:left;
	width:100%;
	margin:30px 0;
	font-family: 'Hind', sans-serif;
	font-weight:normal;
	font-size:13px;
	}				
	
.tab-area-cliente li {
	line-height:2;
	}
	
.tab-area-cliente a.btn {
	float:left;
	padding:12px 45px;
	font-family: 'Roboto', sans-serif;
	font-weight:700;
	color:white;
	text-transform:uppercase;
}

.tab-area-cliente li a:hover {
	background:none;
	text-decoration:underline;
}



.tab-area-cliente i {margin:0px 5px; }


/*===========================
     TAB - Newsletter
===========================*/	


.tab-newsletter input {
		width: 100%;
		border-radius: 0px;
		border: 1px solid #eeeeee;
		padding: 13px 5px;
		margin: 10px 0;
		color: #4d4948;
		float: left;
	}
	
.tab-newsletter a {
		float:left;
		padding:12px 45px;
		font-family: 'Roboto', sans-serif;
		font-weight:700;
		color:white;
		text-transform:uppercase;
	}

.tab-newsletter ul {
	float:left;
	margin:0;
	padding:0;
	width:100%;
	}

.tab-newsletter li {
	list-style:none;
	float:left;
	margin:1px;
	}	
	
	
.tab-newsletter li:nth-child(1) { /*Número Captcha*/
	width:20%;
	font-size: 23px;
    padding:25px 5px;
	text-align:center;
	}	
	
.tab-newsletter li:nth-child(2) { /*Texto Captcha*/
		width:45%; /*35px*/
		padding:15px 5px;
	}	
		
.tab-newsletter li:nth-child(3) { /*Campo Input Captcha*/
		width:33.4%; /*43px*/
	}	

.tab-newsletter input[type=text].tbcaptcha { /*Input Captcha*/
		background: #f7f7f7;	
	}		
	
.tab-newsletter a{ /*Submit Captcha*/
		background: #e9ba2d;	
		float:right;
	}			
	
	
/*===========================
		 Acesso Rápido
===========================*/	

.itens-rapido {
	border:5px solid rgba(255,255,255,0.03);
	float:left;
	width:100%;
	text-align:center;
	padding: 30px 20px 80px 20px;
	transition:ease 0.3s;
	}

	
.itens-rapido:hover {
	border:5px solid #f3f2f2;
	transition:ease 0.3s;
	}
	

	
.itens-rapido img{
	padding:0;
	margin:20px 0;
	border-radius:100%;
	border:0px solid #f3f2f2;
	}

.itens-rapido h3{
	float:none;
	text-transform:uppercase;
	font-family: 'Roboto', sans-serif;
    font-weight: 500;
	}
	
.itens-rapido hr{
	width:25px;
	height:3px;
	text-align:center;
	border:0;
	background:#e9ba2d;
	margin:10px auto 30px auto;
	}
	
.itens-rapido p{
	text-align:center;
	line-height:1.2;
	}	
	
.itens-rapido-img {
	margin:0 auto;
	border-radius:100%;
	width:95px;
	height:95px;
	margin-bottom: 30px;
	}
	
/*	
.itens-rapido-img.ico-phone{background:url(../../imgs/icones/ico-phone.png);}			
.itens-rapido-img.ico-hands{background:url(../../imgs/icones/ico-hands.png);}		
.itens-rapido-img.ico-search{background:url(../../imgs/icones/ico-search.png);}	
.itens-rapido-img.ico-laptop{background:url(../../imgs/icones/ico-laptop.png);}	
*/

/*===========================
		 Menu Footer
===========================*/	

.menu-footer {
	border-bottom:1px solid #dfdfdf;
	height: 180px;
	}
	
.content-menu-footer {
	padding:30px 0;
	font-family: 'Roboto', sans-serif;
	font-weight:600;
	color:#363636;
	}
			
.content-menu-footer ul {
	margin: 15px 0;
	list-style:none;
	float:right;
	}	
	
.content-menu-footer li {
	float:left;
	margin:10px 10px;
	text-transform:uppercase;
	font-size:12px;
	}	
		
.content-menu-footer ul, .content-menu-footer a{
	text-align:center;
	text-transform:uppercase;
	float:left;
	margin:15px 0;
	}
	
.content-menu-footer li a{
	border-bottom:1px solid rgba(255,255,255,0.00);
	transition:ease 0.3s;
	}		
	
	


.filtr-container a {
	 color:inherit;
	 }
	 	
/*===========================
   Conteudo Parallax Footer
===========================*/	


.para-mais-info {
	z-index:100;
	position:relative;
	}
	
.para-mais-info h4, .para-mais-info h3, .para-mais-info a {
	float:left;
    width:100%;
	text-align:center;
	text-transform:uppercase;
	text-decoration:none;
	color:inherit;
	}
	
.para-mais-info h4{
	color:white;
	font-family: 'Roboto', sans-serif;
	font-weight:500;
	font-size:28px;
	margin: 130px 0 0 0;
	text-shadow: 1px 0px 3px rgba(0, 0, 0, 0.65);
	}
	
.para-mais-info h3{
	color:white;
	font-family: 'Roboto', sans-serif;
	font-weight:900;
	font-size:50px;
	margin: 10px 0 0 0;
	text-shadow: 1px 0px 3px rgba(0, 0, 0, 0.65);
	}	

.para-mais-info p{
	font-size:16px;
	border-radius:3px;
	padding:8px 10px;
	margin:0 auto;
	margin-top:20px;
	width:180px;
	color:white;
	border:2px solid rgba(255,198,0,0.00);
	transition:ease 0.3s;
	}
	
.para-mais-info p:hover {
	color:white;
	background:none;
	border:2px solid white;
	transition:ease 0.3s;
	}	
	
.para-mais-info a {
	text-align:center;
	}	
	
	
.subir {
	 font-size:16px;
	 color:white;
	 padding:14px 20px;
	 margin-top:80px;
	 border:2px solid rgba(255,190,0,0.00);
	 transition:ease 0.3s;
	}	

.subir:hover {
	transition:ease 0.3s;
	background:none;
	color:#E9BA2D;
	border:2px solid #E9BA2D;
}
	
.mascara {
	width:100%;
	height:100%;
	background:rgba(0,0,0,0.20);
	float:left;
	position:relative;
	top:0;
	left:0;
	bottom:0;
	z-index:0;
	}


/*===========================
		 Footer
===========================*/	

.content-footer{ 
	padding:50px 0;
	font-family: 'Hind', sans-serif;
}

.content-footer p{
	line-height:2;
	font-family: 'Hind', sans-serif;
	font-weight:normal;
	font-size:13px;
}

.content-footer [class*='grid-'] { 
	border-right:1px solid #dfdfdf;
	height:180px;
}

.content-footer [class*='grid-']:last-child { 
	border-right:0px solid #dfdfdf;
}

.content-footer [class*='grid-']:nth-child(2) {
	text-indent:30px;
}

.content-footer [class*='grid-']:nth-child(3) {
	text-indent:30px;
}

.content-footer h4{
	font-family: 'Roboto', sans-serif;
	font-weight:500;
	font-size:20px;
	}
	
.content-footer ul, .content-footer a{
	text-align:left;
	text-transform:none;
	float:left;
	margin:0;
	list-style:none;
	line-height:2;
	font-family: 'Hind', sans-serif;
	font-weight:normal;
	font-size:13px;
	}

.content-footer ul a:hover {
	padding-left:5px;
	transition:ease 0.3s;
	}	

	
.content-footer ul {
	text-indent:initial;
	padding-left:30px;
	}	
	
	

.content-footer i{
	padding: 0 10px 0 0;
	font-size:16px;
	}	
	
.content-footer .fa-map-marker {
	font-size:21px;
	}	
	
					
.footer-copy {
	float:left;
	width:100%;
	background:#f3f2f2;
	}
.footer-copy p{
	float:left;
	margin:35px 0;
	}	
			
.footer-copy p:last-child{
	/* float:right; */
	margin:20px 0;
	}	
	
.footer-copy img{
	vertical-align:middle;
	margin:0px 10px;
	}	
	
.footer-copy a{
	float:right;
	width:auto;
	}			
.assinatura {
    font-family: Arial;
    font-size: 9px;
    color: #ccc;
    float: right;
    vertical-align: middle;
    padding: 0px 0;
    line-height: 0;
	padding:20px 0;
	line-height: 2;
}	
	
	
	
	
/*===========================
	Detalhes do Imóvel
===========================*/	

/*
.row {
	margin-bottom:5px;
	}
	
h2.titulo-interno {
	border:1px solid rgba(0, 0, 0, 0.09);
	width:100%;
	float:left;
	padding:20px 15px;
	margin-bottom:20px;
	font-size:20px;
	line-height:1.2;
	}
		

.descricao-imovel p {
	margin:5px 0;
	float:left;
	width:100%;
	}			

.descricao-imovel ul {
	margin:0;
	float:left;
	width:100%;
	list-style:none;
	}		
	

.enviar-proposta input {
	width:100%;
	float:left;
	padding:10px 15px;
	margin:5px 10px 5px 0;
	border: 1px solid rgba(0, 0, 0, 0.09);
	}
	
.enviar-proposta select {
	width:100%;
	float:left;
	padding:10px 15px;
	margin:5px 10px 5px 0;
	border: 1px solid rgba(0, 0, 0, 0.09) !important;
	color:gray;
	}
	
.enviar-proposta textarea {
	width:100%;
	float:left;
	padding:10px 15px;
	margin:5px 0 15px 0;
	border: 1px solid rgba(0, 0, 0, 0.09);
	}

.enviar-captcha label{
	width:50%;
	margin:0;
	float:left;
	font-size:23px;
	text-align:center;
	line-height:2;
	}
	
.enviar-captcha input{
	width:50%;
	float:left;
	margin:0;
	}
		
	
.col4{
	float:left;
	width:33.3%;
	outline:0px solid red;
	}	
	

.col4:nth-child(2), .col4:nth-child(3){
	padding-right:5px;
	}		
	
		

.col4 input[type=submit]{
    width: 100%;
	max-width:160px;
    color: white;
    border: 0;
	margin:0;
	float:right;
    padding: 12px 0;
	}
			
			
.col6 {
	float:left;
	width:50%;
	}	
	
.col6:nth-child(2){
	float:left;
	width:50%;
	padding-right:10px;
	}

*/
/*Detalhes Imovel*/

.topsticky {
    border: 0px solid red;
    margin-top: 100px;
}
 
.titulo-interno {
    float: left;
    width: 100%;
    padding: 0;
    margin: 0;
    font-family: Arial;
	border-bottom:3px solid #f4c332; 
	background:black;
	color:white;
}

.titulo-interno hr {
	margin:15px 0;
	border-top:0px solid #737373;
	border-bottom:1px solid #737373;
	}	
	
.titulo-interno h1{
	padding:5px 0;
	
	font-family: 'Montserrat', sans-serif;
	font-weight:normal;
}

.det-valor ul {
	float:left;
	width:100%;
	margin:10px 0;
	list-style:none;
	line-height:2;
	text-align:right;
	}

.det-valor span {
	font-size:26px;
	font-weight:bold;
	}

ul.itens-det {
	float:left;
	margin:0 0 0 2%;
	padding:5px 0;
	}
	
.itens-det .demo-icon {
	font-size:20px;
	}	
	
ul.itens-det i {
	margin-right:5px;
	}	

.itens-det li{
	font-family:Arial;
	float:left;
	margin:0 10px;
	width:120px;
	padding:0;
	list-style:none;
	text-align:left;
	}
	

.mais-info, .mais-info-responsive{
	width:100%;
	padding:22px 20px;
	float:left;
	border:1px solid #ddd;
	background:#F6F6F6;
	font-family:Arial;
	
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	 box-sizing: border-box;
	 z-index:999;
}

.mais-info h3,.mais-info-responsive h3 {
	/* color:#606060; */
}
	
.mais-info input[type=text], .mais-info-responsive input[type=text]{
	width:100%;
	padding:5px 5px;
	margin:5px 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border:1px solid #ddd; 
}	

.mais-info select{
	width:100%;
	padding:5px 5px;
	margin:5px 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border:1px solid #ddd;
	outline:1px solid #ddd;
	background:white;
	color:gray; 	
}		

.mais-info textarea, .mais-info-responsive textarea, .form-proposta textarea {
	width:100%;
	height:130px;
	font-family:Arial;
	padding:5px;
	border:1px solid #ddd; 
}

	

.mais-info input[type=submit], .mais-info-responsive input[type=submit]{
background:#f4c332;
width:100%;
color:white;
border:0;
padding:15px 0;	
}	


.mais-info label, .mais-info-responsive label {
	width: 65%;
	float: left;
	margin:10px 0;
	text-align:right;
	font-weight:bold;
}	

input[type=text].captcha-info {
	width: 30%;
	float: right;
}		

.mais-info input::-webkit-input-placeholder, .mais-info textarea::-webkit-input-placeholder { /* Chrome/Opera/Safari */
	color: gray;
}
.mais-info input::-moz-placeholder, .mais-info textarea::-webkit-input-placeholder { /* Firefox 19+ */
	color: gray;
}
.mais-info input:-ms-input-placeholder, .mais-info textarea::-webkit-input-placeholder { /* IE 10+ */
	color: gray;
}
.mais-info input:-moz-placeholder, .mais-info textarea::-webkit-input-placeholder { /* Firefox 18- */
	color: gray;
}

.mais-info-responsive {
 	display:none;
 }	
	 

.titulo-int {
	float:left;
	width:100%;
	border:1px solid #ddd;
	margin:0px 0;
	padding:0;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    line-height: 3.5;
	
	font-family: 'Montserrat', sans-serif;
	font-weight:normal;
	}	
	
	
.titulo-int i {
	width:60px;
	float:left;
	padding:16px 20px;
	margin:0 10px 0 0;
	font-size:22px;
	color:white;
	}
		
.descricao{
	font-family:Arial;
	font-size:13px;
	}	
	
.descricao p{
	margin:10px 0;
	}	
		
.descricao li{
	line-height:2;
	}
	
.item-imovel {
	float:left;
	width:100%;
	min-height:100px;
    margin: 10px 0px 30px 0px;
	}	
		
.item-imovel ul {
    list-style: none outside none;
}

/*Forumlario da proposta*/

.form-proposta label {
	float:left;
	width:100%;
	}
		 
.form-proposta input[type=text] {
	float:left;
	width:100%;
	padding:5px 5px;
	margin:5px 0;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	border:1px solid #ddd; 
	text-align:left;
	}
	
.form-proposta select{
	width:100%;
	padding:5px  5px;
	margin:5px 0;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	border:1px solid #ddd;
	outline:1px solid #ddd;
	background:white;
	color:gray; 
	}		
		
.form-proposta label {
	width: 100%;
    float: left;
	margin:5px 0 0 0;
	text-align:left;
	font-weight:normal;
	}	
	
.form-proposta input[type=submit] {
    background: #f4c332;
    width: auto;
    color: white;
    border: 0;
    padding: 15px 35px;
	float:right;
}	
	


/*===========================
		Corretor
===========================*/		

.ft-corretor {
	float:left;
	margin:0 20px 0 0;
	}		
		
.ft-corretor img {
	width:100%;
	max-width:200px;
	border-bottom:4px solid white;
	transition:ease 0.3s;
	border-radius:5px;
	border: 1px solid rgba(222, 222, 222, 0.38);
	}		
			
			
.corretor {
	float:left;
	font-family: 'Hind', sans-serif;
    font-weight: 500;
	}
	
.corretor ul {
	list-style:none;
	line-height:2;
	font-size:15px;
	}	
	
.corretor h2 {
	font-family: 'Roboto', sans-serif;
    font-weight: 500;
	font-size:21px;
	padding:5px 0;
	margin:5px 0;
	}	
		
.corretor hr {
	width:20px;
	border:2px;
	border-bottom:3px solid #f4c332;
	}	

		
.corretor i {
	width:25px;
	font-size:16px;
	padding:6px 6px;
	}

.corretor-nome p { font-size:20px; font-weight: bold; }
	

/* Data Toptip */
/* Add this attribute to the element that needs a tooltip */
[data-tooltip] {
  position: relative;
  z-index: 2;
  cursor: pointer;
}

/* Hide the tooltip content by default */
[data-tooltip]:before,
[data-tooltip]:after {
  visibility: hidden;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  pointer-events: none;
}

/* Position tooltip above the element */
[data-tooltip]:before {
  position: absolute;
  bottom: 150%;
  left: 50%;
  margin-bottom: 5px;
  margin-left: -50px;
  padding: 7px;
  width: 100px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  
  /*
  background-color: #000;
  background-color: hsla(0, 0%, 20%, 0.9);
  */
  background:#666;
  color: white;
  content: attr(data-tooltip);
  text-align: center;
  font-size: 14px;
  line-height: 1.2;
}

/* Triangle hack to make tooltip look like a speech bubble */
[data-tooltip]:after {
  position: absolute;
  bottom: 150%;
  left: 50%;
  margin-left: -5px;
  width: 0;
  /*
  border-top: 5px solid #000;
  border-top: 5px solid hsla(0, 0%, 20%, 0.9);*/
  border-top: 5px solid #f9bc04;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
  content: " ";
  font-size: 0;
  line-height: 0;
}

/* Show tooltip content on hover */
[data-tooltip]:hover:before,
[data-tooltip]:hover:after {
  visibility: visible;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}


	
/*===========================
		Lista de Imóveis
===========================*/	
 	
row {
    width: 100%;
    margin: 10px 0;
    outline: 0px solid red;
    float: left;
    padding: 0px 10px;
}

.caixa-busca input[type=text]{
	margin:15px 0;
	width:100%;
	float:left;
	background:white;
	padding:10px 5px;
	border:1px solid rgba(223,223,223,1.00);
	}	
	
.caixa-busca a{
	float:right;
	margin:-40px 10px 0 0;
	color:inherit;
	text-decoration:none;
	}		

.caixa-busca input[type=submit] {
	padding:12px 15px;
	border-radius:0px;
	text-decoration:none;
	color:white;
	float:right;
	width:100%;
	margin:30px 0;
	border:0;
	}
		
.caixa-busca {
	margin-bottom:40px;
	}
	
.caixa-busca label {
	width:100%;
	float:left;
	margin:5px 0;
	font-size: 16px;
    line-height: 1.2;
    font-family: 'Roboto', sans-serif;
	font-weight:normal;
	}

.caixa-busca select {
	padding:0 10px;
	float:left;	
	}

.caixa-busca .select {
	float:left;
	margin-bottom:5px;
	}			
				
.caixa-busca hr{
	border:0;
	border-bottom:1px solid rgba(223,223,223,1.00);
	float:left;
	width:100%;
	margin:15px 0;
	}	
	
.boxes {
	margin-bottom:20px;
	float:left;
	}	
	

input[type="checkbox"] { display: none; }

input[type="checkbox"] + label {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 20px;
  font-size: 13px;
  line-height: 1.2;
  font-family: 'Hind', sans-serif;
  color: gray;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

input[type="checkbox"] + label:last-child { margin-bottom: 0; }

input[type="checkbox"] + label:before {
  content: '';
  display: block;
  width: 20px;
  height: 20px;
  border: 1px solid gray;
  position: absolute;
  left: 0;
  top: 0;
  opacity: .6;
  -webkit-transition: all .12s, border-color .08s;
  transition: all .12s, border-color .08s;
}

input[type="checkbox"]:checked + label:before {
  width: 10px;
  top: -5px;
  left: 5px;
  border-radius: 0;
  opacity: 1;
  border-top-color: transparent;
  border-left-color: transparent;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

	
		

input[type=range] {
    display: block;
    width: 100%;
}

::-moz-range-track {
  background: #d7dcdf;
  border: 0;
}

input::-moz-focus-inner,
input::-moz-focus-outer {
  border: 0;
}	


select {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
  outline: 0;
  box-shadow: none;
  border: 0 !important;
  background: white;
  background-image: none;
  text-transform:none;
}

.select {
  position: relative;
  display: block;
  width: 20em;
  max-width:140px;
  height: 33px;
  line-height: 2;
  background: white;
  overflow: hidden;
  /*border-radius: .25em;*/
  float:right;
  border: 1px solid rgba(223,223,223,1.00);

}

select {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0 0 0 .5em;
  color: #363636;
  cursor: pointer;
  border: 1px solid rgba(223,223,223,1.00);
}
select::-ms-expand {
  display: none;
}

.select::after {
  content: '\25BC';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 6px 10px;
  border-left:1px solid rgba(223,223,223,1.00);
  pointer-events: none;
  font-size:11px;
}



.select::after {
  -webkit-transition: .25s all ease;
  -o-transition: .25s all ease;
  transition: .25s all ease;
}	
	
	

.item-lista {
	width:100%;
	margin:0 0 15px 0;
	float:left;
	border:3px solid rgba(223,223,223,0.3);
	border-radius:0;
	transition:ease 0.3s; 
	}
	
.item-lista:hover {
	background:rgba(244,244,244,0.8);
	border-radius:0;
	transition:ease 0.3s;
	}	

.img-item-lista {
	float:left;
	width:35%;
	border:0px solid black;
	}
		
.img-item-lista img{
	width:100%;
	height:100%;
	float:left;
	}	
		
.desc-item-lista{
	float:right;
	width:62%;
	padding:0 15px 0 0;
	}

.desc-item-lista table td {
	padding:0px 10px;
	}	
	
.desc-item-lista h3{
	font-size: 20px;
    line-height: 1.2;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
	margin:15px 0 0 0;
	}	

.desc-item-lista p{
	width:100%;
	margin:15px 0;
	font-size:12px;
	}	
	
.desc-item-lista table{
	margin:10px 0 10px;
	border:0;
	}		
	
.desc-item-lista a{
	text-decoration:none;
	color:inherit;
	}
	
	
.desc-item-lista .table td {
	border-bottom:0px solid red;
	width:20%;
	}	
	
.icones i{
	font-size:14px;
	color:#acacac;
	}	
	
.icones{
    font-family: 'Roboto', sans-serif;
	font-size:16px;
	color:black;
	}				

a.btver{
	padding:12px 15px;
	border-radius:0px;
	text-decoration:none;
	color:white;
	float:right;
	font-size: 16px;
	text-transform: uppercase;
    line-height: 1.2;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
	}

.item-tipo {
	color:white;
	flat:left;
	position:absolute;
	padding:5px 10px;
	margin:5px;
	}	
		
.item-valor {
	color:white;
    position: relative;
    margin:-40px 6px 0 6px;
	padding:5px 10px;
    float: right;
	font-size:16px;
    line-height: 0.9;
    font-family: 'Hind', sans-serif;
	font-weight: normal;
	}
		

.item-lista ul {
	width:100%;
	} 			
		
.item-lista li {
	list-style:none;
	width:50%;
	float:left;
	outline:0px solid white;
	font-family: 'Roboto', sans-serif;
    font-weight: 500;
	} 
	
.item-lista ul li:first-child {
	font-size:23px;
	padding:6px 0;
	} 
	
	
.txt-right {
	text-align:right;
	}		
	
/*===========================
	Efeito Borda Destaque
===========================*/		

.box {
	  width:100%;
	  position:relative;
	  vertical-align: middle;
	  display: inline-block;
	  transition: 0.5s;
	  cursor: pointer;
	  border: 2px solid white;
	  -webkit-transition:0.5s;
	  padding: 15px 15px 0px 15px;
}

	
.box:hover {
	  width:100%;
	  border: 2px solid white;
}

.box::before, .box::after {
	  width: 100%;
	  height:100%;
	  z-index: 3;
	  content:'';
	  position: absolute;
	  top:0;
	  left:0;
	  box-sizing: border-box;
	  -webkit-transform: scale(0);
	  -webkit-transition: 0.5s;
	  transition: 0.5s;
}



.bar::before {
  border-bottom: 3px solid #FFF;
  border-left: 3px solid #FFF;
  -webkit-transform-origin: 100% 0%;
}

.bar::after {
  border-top: 3px solid #FFF;
  border-right: 3px solid #FFF;
  -webkit-transform-origin: 0% 100%;
}

.curmudgeon::before {
  border-bottom: 3px solid #FFF;
  border-left: 0;
  -webkit-transform-origin: 0% 100%;
}

.curmudgeon::after {
  border-top: 0;
  border-right: 0;
  -webkit-transform-origin: 50% 50%;
}

.box:hover::after, .box:hover::before {
  -webkit-transform: scale(1);
}

/*===========================
		Tarja Imóveis
===========================*/	
.tarja, .tarja2, .tarja3 {
	font-family: 'Roboto', sans-serif;
    font-weight: 500;
	}
	
.tarja {
	width:100%;
	float:left;
	background-color: rgba(74,74,76,0.7);
	position:relative;
	z-index:100;
	margin-top:-40%;
	text-align:center;
	padding:10px 0;
	font-size:14px;
	color:white;
	font-weight:normal;
	}
	
.tarja2 {
	width:100%;
	min-width: 120px;
	max-width:200px;
	float:left;
	background-color:red;
	position:relative;
	z-index:100;
	margin-top: -40px;
    margin-left: 10px;
	text-align:center;
	padding:5px 0;
	font-size:14px;
	color:white;
	font-weight:bold;
	}	
	

.tarja3 {
    bottom: 218px;
    width: 100%;
    min-width: 120px;
    max-width: 200px;
    float: right;
	right:0;
    background-color: red;
    position: absolute;
    z-index: 100;
    margin-top: 0;
    margin-left: 10px;
    text-align: center;
    padding: 5px 0;
    font-size: 14px;
    color: white;
    font-weight: bold;
}	

		
				
/********************************************************************************************* 

2.  960px 

*********************************************************************************************/  

@media only screen and (min-width: 960px) and (max-width: 1199px) {

	.topo-pesquisa input[type=text] {
		width: 100%;
		margin-top: 20px;
		padding: 8px 0;
		border: 1px solid rgba(0, 0, 0, 0.09);
	}	
	
	
	nav a {
		position: relative;
		z-index: 599;
		color: #7b808e;
		font-size: 11px;
		padding: 1.2em 1em 1.7em 1.2em;
		font-family: 'Hind', sans-serif;
		font-weight: 300;
		text-transform: uppercase;
		letter-spacing: 1px;
		-webkit-transition: all 0.2s ease;
		-moz-transition: all 0.2s ease;
		transition: all 0.2s ease;
	}

}






/********************************************************************************************* 

3.  960px 

*********************************************************************************************/

	 
@media screen and (min-width: 721px) and (max-width: 960px) {

.area-tabs {
	margin:60px 0 0 0;
	}
	

.topo-pesquisa input[type=text] {
    margin-top: 20px;
    padding: 8px 0;
    border: 1px solid rgba(0, 0, 0, 0.09);
    width: 100%;
}


.grid-2.topo-pesquisa {
    width: 100%;
}

.menu.grid-7{
	float:right;
    width: 68.333%;
}

.menu nav a {
    padding: 1em 0em 1em 1em;
    font-size: 11px;
}

.menu #nav {
    margin: 5px 0 0 0;
    float: right;
}


.item-conteudo li {
    float: left;
    width: 100%;
	font-size:11px;
    text-align: center;
    list-style: none;
}

nav a {
    padding: 1.2em 0em 1.7em 1em;
	}



header.fix{
	margin-top:-45px;
	position:fixed;
    float: left;
    width: 100%;
	height:100%;
    max-height: 85px;
    background: white;
    padding:0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.09);
    z-index: 9999;
}

.fix nav a {
    position: relative;
    z-index: 599;
    color: #7b808e;
    text-decoration: none;
    display: block;
    padding: 1.2em 0.5em 1.7em 1.2em;
    font-family: 'Hind', sans-serif;
	font-size:11px;
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: 1px;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
	
	

/*===========================
		Lista Imóveis
===========================*/	


.img-item-lista {
    float: left;
    width: 100%;
}
	
.desc-item-lista {
    float: left;
    width: 100%;
    background: white;
    padding: 15px;
}

	
		
}


/********************************************************************************************* 

4.  lt 720px 

*********************************************************************************************/ 

@media only screen and (max-width: 719px) {


.logo img {
    margin: 25px 0 0 0;
    width: 100%;
    max-width: 285px;
}


header.fix { 
  display:none;
}

.sticky-wrapper {
	display:block;
	color:white;
	
	}


.menu-resp {
	outline:1px solid rgba(0, 0, 0, 0.09);
	padding:10px 15px;
	display:block;
	color:gray;
	}
	

header {
	float:left;
	width:100%;
	height:auto;
	max-height: auto;
	text-align:center;
	}
	
.slider {
	display:none;
	float:left;
	width:100%;
	position:relative;
	margin-top:0; 
	z-index:9999; 
	}



.tel {
	text-align:center;
	/* background:#F9BC04; */
	}
	
.idiomas ul {
    float: left;
    width: 100%;
	text-align:center;
	font-size:12px;
}


.tooltip .tooltiptext {
    visibility: hidden;
    margin-right: 100px;
    width: auto;
    background-color: white;
    color: #fff;
    text-align: left;
    border-radius: 0px;
    padding: 5px 5px;
    position: absolute;
    z-index: 1;
    top: 100%;
    left:40%;
    margin-left: -60px;
    z-index: 9999;
}

.tooltip {
    width: 100%;
}

.idiomas li {
    border-right: 0px solid white;
    width: 100%;
	text-align:center;
}
.idiomas li:last-child {
    border-right: 0px solid white;
    width: 100%;
	text-align:center;
}

	
#nav {
	display:none;
}	

	
	
.topo-pesquisa input {
	width:100%;
	margin:0;
	}
	
.topo-pesquisa input[type=text] {
    margin-top: 0;
}	


.txt-sobre img {
	display:none;
	}
	

/*===========================
   Imagem fundo dos Modelos
===========================*/
	
.bgimg {
	display:none;
	}	
	
	
	
/*===========================
		Destaque
===========================*/	

p.valor-destaque {
    float: right;
    font-size: 23px;
    padding: 8px 10px;
    margin: 10px auto;
    color: white;
}

.itens-destaque li {
    font-size: 10px;
}



/*===========================
		Acesso Rápido
===========================*/	
	
.z-content-inner [class*='grid-6']:first-child {
     padding-right: 0; 
}

.z-content-inner img {
	width:100%;
	display:none;
	}	
	
.z-tabs li {
	list-style:none;
	}	


.z-active .arrow {
    display: none;
}



/*===========================
		Footer
===========================*/	

.content-menu-footer {
	text-align:center;
	}

.mask-mais-info {
	display:none;
    margin-top: -522px;
}

.mais-info h4 {
    font-size: 18px;
    margin: 50px 0 0 0;
}

.mais-info h3 {
    font-size: 30px;
    margin: 10px 0 0 0;
}

.para-mais-info h4{ margin: 5px 0 0 0;  }


/*===========================
		Menu Footer
===========================*/	

.menu-footer {
   height: auto;
}

.content-menu-footer img {
	max-width:200px;
	}
	
.content-menu-footer li {
    width: 100%;
    margin: 0 10px;
    font-size: 12px;
}

.content-footer [class*='grid-']:nth-child(1), .content-footer [class*='grid-']:nth-child(2), .content-footer [class*='grid-']:nth-child(3){
    text-indent:inherit;
	height:auto;
}



.content-footer ul {
    text-indent: initial;
    padding-left: 0;
}	
	


.footer-copy p{
	float:left;
	width:100%;
	text-align:center;
	}	
	
.footer-copy p:last-child{
	float:left;
	width:100%;
	text-align:center;
	margin:20px 0;
	}	

.footer-copy a {
    float: right;
    width: 100%;
}


#tradutor {
    float: left;
    position: relative;
    background:none;
    width: 100%;
	height: 45px;
    padding: 10px 0;
    margin: 0;
    border: 1px solid rgba(0, 0, 0, 0.09);
    text-align: center;
	border-radius:3px;
}

.goog-logo-link {
	display:none;
	}
	
.goog-te-gadget {
	line-height:0;
	color:white;
	}	
	
	
/*===========================
		Lista Imóveis
===========================*/		

.img-item-lista {
    float: left;
    width: 100%;
    border: 0px solid black;
}
	
.desc-item-lista {
    float: left;
    width: 100%;
    background: white;
    padding: 15px;
}
	


 .topnav {
  display:block;
  }



}	
	
		

	
	

						
