body {
	    font-family: 'Ubuntu', sans-serif;
		overflow-x:hidden;
	}

/*##############################
    	   Header
##############################*/
.pes-home {
 border:0px solid red;
 position:absolute;
 right:15%;
 top:150px;
 }
 
.pes-int {
 border:0px solid red;
 position:absolute;
 right:15%;
 top:150px;
}  
 
 
.topo {
	 padding:30px 0 30px 0;
	 }
	 	
header {
	width:100%;
	position:absolute;
	border:0px solid red;
	z-index:10;
	font-family:ubuntu;
	font-weight:100;
	font-size:12px;
	}
	
	
.logo {
	border:0px solid red;
	padding:20px 0;
	}

.logo div{
	width:100%;
	height:auto;
	float:left;
	}
		
.logo img{
	border:0px solid white;
	/* position:absolute; */
}

header hr{
	position:relative;
	z-index:10;
	float:left;
	width:100%;
	border:0;
	border-bottom: 1px solid rgba(255, 255, 255, 0.3);
	}	
	
#cssmenu, #cssmenu ul, #cssmenu ul li, #cssmenu ul li a, #cssmenu #menu-button {
    margin: 0;
    padding: 0;
    border: 0;
    list-style: none;
    line-height: 1;
    display: block;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}	

	
footer p {
	float:left;
	font-size:13px;
	margin:30px 0;
	}


footer img {
	float:right;
	margin:10px 0;
	}
	
	
.interno {
	height: 380px;
	}	

/*##############################
    	Slider
##############################*/

.cd-hero {
	float:left;
	width:100%;
	z-index:0;
	}



/*##############################
    Endereço do site no topo
##############################*/
	
.menu-rapido p {
	font-size:12px;
	margin:20px 0;
	}
	
.menu-rapido ul {
	float:right;
	width:500px;
	padding:20px 0;
	text-align:right;
	list-style:none;
	font-family:Arial;
	font-size:12px;
	}
	
.menu-rapido li {
	text-align:right;
	display:inline-block;
	border-right: 1px solid #625a4d;
	}	
	
.menu-rapido li:last-child {
	border-right: 0px solid #625a4d;
	}			
	
.menu-rapido li a {
	text-decoration:none;
	color:white;
	padding: 15px 10px;
	}		

.menu-rapido img {
	vertical-align:middle;
	}

.menu-rapido i {
	vertical-align:middle;
	font-size:18px;
	margin:0 10px 0 0;
	}	
	
	
.pesquisa input[type=text] {
	background:none;
	padding:10px 5px;
	border: 1px solid rgba(255, 255, 255, 0.3);
	margin:0;
	float:right;
	color:white;
	}	
	

.pesquisa button{
	float:right;
	background:none;
	border:0;
	color:white;
	padding:10px;
	margin-left:-35px;
	cursor:pointer;
	position:relative;
	right:0;
	}	
	
	

		
/*##############################
    Caixa de pesquisa home
##############################*/

.barra-pesquisa h2 {
    margin: 10px 0;
	padding: 10px 10px;
}
	
.barra-pesquisa {
	font-family: 'amplesoftlight';
	background:#eabb2d;
	color:white;
	position:relative;
	z-index:1;
	margin-top:-80px;
	float:left;
	width:100%;
	padding:10px 0 20px 0;
	}	

.barra-pesquisa strong {
	font-family: 'amplesoftbold';
	}	
	
.barra-pesquisa span{
	padding:10px 0;
	float:left;
	width:100%;
	border:0px solid red;
	line-height:3.1;
	font-size:11px;
	}			

.barra-pesquisa select{
	float:right;
	width:130px;
	padding:8px 5px;
	background:#eabb2d;
	border:1px solid #f2d57d;
    outline: 1px solid #f2d57d;
	color:white;
	text-transform:none;
	}
	
.barra-pesquisa input[type=submit]{
	background:white;
	color:black;
	border:0;
	font-family: 'amplesoftbold';
	padding:6px 30px;
	font-size:18px;
	text-transform:uppercase;
	float:right;
	}	
	
.barra-pesquisa div:nth-child(1) {
	width:15%;
	float:left;
	border:0px solid red;
	padding:0 30px;
	}
			
.barra-pesquisa div:nth-child(2) {
	width:20%;
	float:left;
	border:0px solid red;
	text-indent:10px;
	margin-top:10px;
	}	
	
	
.barra-pesquisa div:nth-child(3) {
	width:20%;
	float:left;
	border:0px solid black;
	text-indent:50px;
	margin-top:10px;
	}

.barra-pesquisa div:nth-child(4) {
	width:20%;
	float:left;
	border:0px solid blue;
	text-indent:20px;
	margin-top:10px;
	}					
			
.barra-pesquisa div:nth-child(5) {
	width:21%;
	float:left;
	border:0px solid orange;
	text-indent:50px;
	margin-top:10px;
	}	
	
	
/*##############################
    	  Carousel
##############################*/
 
.owl-carousel {
	margin:80px 0;	
	}
	
 .bg-carousel {
	 margin-top:-100px;
	 position:relative;
	 background:url(../../imgs/site/bg-section.png) #eeeeee no-repeat;
	 background-position:bottom;
	 }
	 
  .owl-carousel  a {
	  color:inherit;
	  }
	  
 .item div {
	 background:rgba(255,255,255, 0.6);
	 border:1px solid white;
	 padding:5px 0 30px 0;
	 }	
	 
 .item h4, .item h5 {
	 font-family: 'amplesoftbold';
	 margin:15px 15px;
	font-size: 15px;
    font-weight: normal;
    letter-spacing: 1px;
	 }	

 .cx_item_h4 { 
	font-family: 'amplesoftbold';
    margin: 15px 15px;
    font-size: 15px;
    font-weight: normal;
    letter-spacing: 1px;
	padding:0;
 }
	 
.item span {
	position:relative;
	margin-top:-5px;
	float:left;
	width:26px;
	height:8px;
	}
 
.item hr {
	border:0;
	border-bottom:1px solid #e1e3e6;
	}	
		 
 .item p {
	 font-family: 'Arial';
	 font-size:11px;
	 margin:20px 15px 10px 15px;
	 text-align:justify;
	 font-weight:100;
	 }	
	 
 .item-venda {
	 margin:0;
	 font-family: 'amplesoftbold';
	 font-size:13px;
	 font-weight:normal;
	 float:left;
	 width:100%;
	 padding:0 15px;
	 }	 	 	 		
	
			 
 .item strong {
	 margin:0 15px 15px 15px;
	 font-family: 'amplesoftbold';
	 font-size:21px;
	 }	 	 	 		
	
	
.filtr-item .fa-plus {
	float:right;
	font-size:12px;
	padding:5px 8px;
	border-radius:3px;
	color:white;
	}	
	
/*##############################
   	   Imóveis em destaque
##############################*/
 
 h2.titulo {
	  font-family: 'amplesoftbold';
	  font-size:25px;
	  font-weight:normal;
	  margin:35px 0 0 0;
	  text-indent:20px;
	  border-left:5px solid #eabc31;
	  float:left;
	  color:#616161;
	 }




.tarja {
	background:rgba(0,0,0,0.59);
	position:relative;
	z-index:1000;
	margin-top:-90%;
	left:0;
	float:left;
	width:100%;
	color:white;
	padding:8px 0;
	text-align:center;
	font-size:12px;
	}
	
div.tarja1 {
	background: rgba(0,0,0,0.59);
    position: relative;
    z-index: 1000;
    margin-top: -100px;
    left: 0;
    float: left;
    width: 100%;
    color: white;
    padding: 8px 0;
    text-align: center;
    font-size: 12px;
	border:0;	
	}

div.tarja2 {
	background: red;
    position: relative;
    z-index: 1000;
    margin-top: -22px;
    left: 0;
    float: left;
    width:auto;
    color: white;
    padding: 5px 5px;
    text-align: left;
    font-size: 11px;
	border:0;	
	}
	

.msgimovel {
	position:relative;
	z-index:1000;
	left:0;
	float:left;
	width:100%;
	color:white;
	padding:8px 0;
	text-align:center;
	font-size:12px;
	}


.back h4 {
	font-size:20px;
	}
		
.back table {
	width:100%;
	float:right;
	padding:0 20px;
	margin:10px 0;
	}		
		
.back table td{
	font-size:12px;
	padding:20px 0;
	}	
	
.back i{
	font-size:28px;
	}			 
		
/*##############################
     Itens rápido footer
##############################*/

 .itens-rapido div {
	 margin:0;
	 border:2px solid #f0f0f0;
	 float:left;
	 width:100%;
	 padding:25px 0;
	 background:white;
	  margin:40px 0;
	 /*
	 border:0px solid white;
	 border-bottom:6px solid white;
	 transition:ease 0.4s;*/
	
	-webkit-box-shadow: -1px -1px 23px 5px rgba(204,204,204,0.40);
	-moz-box-shadow: -1px -1px 23px 5px rgba(204,204,204,0.40);
	box-shadow: -1px -1px 23px 5px rgba(204,204,204,0.40);
	 }

/* 
.itens-rapido div:hover {
	color:#F9BB05;
	transition:ease 0.4s;
	border:0px solid #F9BB05;
	border-bottom:6px solid #F9BB05;
}*/
	 

 
 .itens-rapido img{
	 float:left;
	 width:30%;
	 }	
 	
.itens-rapido h2 {
	    font-family: 'amplesoftbold';
		font-weight:normal;
		font-size:21px;
		text-transform:uppercase;
		line-height:0.8;
		float:left;
		margin-top:5px;
	}
		
 .itens-rapido p{
	 float:left;
	 width:70%;
	 font-size:12px;
	 font-family:Arial;
	 color:#616161;
	 margin:10px 0;
	 -webkit-transition:0.5s;
	 }	
	 
.box {
	  background:white;
	  position:relative;
	  vertical-align: middle;
	  display: inline-block;
	  transition: 0.5s;
	  cursor: pointer;
	  border: 2px solid white;
	  -webkit-transition:0.5s;
}

.box:hover p {
	color:#F9BB05;
	-webkit-transition:0.5s;
	}
	
.box:hover {
	  border: 2px solid white;
	  color: #F9BB05;
	  background: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;
}

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

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


.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);
}

.link {
  line-height: 1em;
  position: absolute;
  bottom: 0;
  right: 20px;
  width: 300px;
  height: 50px;
  font-family: "Open Sans","Roboto",Arial,sans-serif;
  text-align: right; 
}

.link > a {
  text-decoration: none;
  color: #FF0;
}
	 
	
	
/*##############################
      Newsletter footer
##############################*/

section.newsletter{
	margin:100px 0 100px 0;
	padding:0;
	float:left;
	width:100%;
	 }
	 
.newsletter	li i {
	margin:0 15px 0 0;
	font-size:18px;
	color:#eabb2d;
	} 
	
li.resp-tab-active i{
	color:white;
	} 	
 
 	 
/*##############################
      Redes sociais footer
##############################*/

section.social-footer{
	 text-align:center;
	 padding:0;
	 }
 
 
 	 
/*##############################
      Menu footer
##############################*/
  
section.menu-footer {
	width:100%;
	height:auto;
	margin: 50px 0 0 0;
	}
	
.menu-footer ul{
	text-align:center;
	width:100%;
	height:auto;
	}
	
.menu-footer li{
	display:inline-block;
	list-style:none;
	margin:20px 0;
	border-right:1px solid #eec957;
	font-size:13px;
	}		 		 
	 	
.menu-footer li a{
	padding:10px 10px;
	text-decoration:none;
	color:white;
	transition:ease 0.3s;
	}	
	
.menu-footer li a:hover {
	padding:10px 10px 10px 10px;
	transition:ease 0.3s;
	background:white;
	color:#eec957;
	}			 

	 
 .bg-footer {
	 margin:0;
	 padding:60px 0;
	 position:relative;
	 background:url(../../imgs/site/bg-section.png) #efefef no-repeat;
	 background-position:bottom;
	 }
	 
.item-footer {
	padding:30px 20px;
	} 
	
.item-footer h3 {
	padding:0 0 30px 0;
	} 	
	
.item-footer ul{
	list-style:none;
	font-size:12px;
	line-height:2.5;
	}
	
.item-footer li a{
	text-decoration:none;
	color:inherit;
	transition:ease 0.3s;
	} 
		
.item-footer li a:hover{
	padding-left:10px;
	transition:ease 0.3s;
	} 	 	
 
 .item-footer p{
	font-size:12px;
	line-height:2;
	}  
  	 
 .item-footer i{
	font-size:21px;
	vertical-align:middle;
	margin:0 10px 0 0;
	}  
	
	
/*##############################
      Tab area do cliente
##############################*/				 
	 					
.area-cliente ul{
	list-style:none;
	margin:20px 0;
	font-size:13px;
	}
		 					
.area-cliente li{
	margin:10px 0;
	}	
	
.area-cliente i{
	padding:0 2px;
	color:white;
	margin:0 10px 0 20px;
	vertical-align:middle;
	color:#F9BB05;
	font-size:16px;
	text-align:center;
	}
	
.area-cliente p{
	margin:20px 0;
	}										
	
.area-cliente a, .newsletter a{
	float:left;
	margin:20px 0 0 0;
	border:2px solid #F9BB05;
	padding:15px 40px;
	text-align:center;
	color:black;
	text-decoration:none;
	text-transform:uppercase;
	}	
	
.area-cliente a:hover, .newsletter a:hover{
	border:2px solid #F9BB05;
	background:#F9BB05;
	color:white;
	transition:ease 0.3s;
	}	
	
.newsletter input{
	width:80%;
	border-radius:5px;
	border:1px solid #eeeeee;
	padding:15px 5px;
	margin:5px 0;
	color:#4d4948;
	float:left;
	}	

.newsletter input.tbcaptcha {
	width:31%;
	float:left;
	margin:0 0 0 30px;
	background:#f7f7f7;
	}	
	
.newsletter .divcaptcha {
	width:42%;
	float:left;
	margin:0 0px 0 0;
	}	
	
.divcaptcha strong{
	font-size:23px;
	color:#a11720;
	padding:10px 5px;
	float:left;
	}		

.divcaptcha p{
	line-height:1.5;
	}
	
.divcaptcha span{
	float:left;
	padding:6px 0;
	text-align:center;
	}			
	
	
.pesquisados ul{
	list-style:none;
	font-size:13px;
	line-height:2;
	}	
	

 .triangle-left {
	float:right;
    display: inline-block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 10px 10px 0;
    border-color: transparent #F4F8FB transparent transparent;
    line-height: 0;
    _border-color: #000000 #F4F8FB #000000 #000000;
    _filter: progid:DXImageTransform.Microsoft.Chroma(color='#000000');
}


.tooltip-example {
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  position:relative;
  text-align: center;
  /*top: 50%;*/
  width:auto;
  position:absolute;
  margin:8px 10px;
}

.tooltip {
  display: inline;
  -webkit-perspective: 500px;
  -moz-perspective: 500px;
  perspective: 500px;
}
.tooltip:hover {
  cursor: pointer;
}
.tooltip:hover .tooltip__content {
  -webkit-transform: translate3d(-50%, -10%, 0);
  -moz-transform: translate3d(-50%, -10%, 0);
  -ms-transform: translate3d(-50%, -10%, 0);
  -o-transform: translate3d(-50%, -10%, 0);
  transform: translate3d(-50%, -10%, 0);
  opacity: 1;
  pointer-events: auto;
}
.tooltip__content {
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  transition: all 200ms ease;
  -webkit-transform: translate3d(-50%, 0%, 0);
  -moz-transform: translate3d(-50%, 0%, 0);
  -ms-transform: translate3d(-50%, 0%, 0);
  -o-transform: translate3d(-50%, 0%, 0);
  transform: translate3d(-50%, 0%, 0);
  -webkit-transform-origin: 0 10px;
  -moz-transform-origin: 0 10px;
  -ms-transform-origin: 0 10px;
  -o-transform-origin: 0 10px;
  transform-origin: 0 10px;
  background-color: #fff;
  border-radius: 4px;
  color: #2f2f2f;
  display: block;
  font-size: 14px;
  font-weight: normal;
  left: 50%;
  opacity: 0;
  padding: 10px 20px;
  pointer-events: none;
  position: absolute;
  text-align: left;
  top: 190%;
}
.tooltip__content:before {
  border-color: transparent;
  border-bottom-color: #fff;
  border-style: solid;
  border-width: 10px;
  content: ' ';
  display: block;
  height: 0;
  left: 50%;
  margin-left: -10px;
  position: absolute;
  top: -20px;
  width: 0;
}
.tooltip__content:after {
  content: ' ';
  display: block;
  position: absolute;
  bottom: -20px;
  left: 0;
  width: 100%;
  height: 20px;
}
.tooltip__content:hover {
  -webkit-transform: rotateX(0deg) translate3d(-50%, -10%, 0);
  -moz-transform: rotateX(0deg) translate3d(-50%, -10%, 0);
  -ms-transform: rotateX(0deg) translate3d(-50%, -10%, 0);
  -o-transform: rotateX(0deg) translate3d(-50%, -10%, 0);
  transform: rotateX(0deg) translate3d(-50%, -10%, 0);
  opacity: 1;
  pointer-events: auto;
}


/*##############################
	Header paginas internas 
##############################*/

.topo-site { width:100%; height:350px; float:left;}

.t2 {
    float: left;
    width: 100%;
    padding: 0;
    margin: -70px 0 30px 0;
    padding: 20px 0;
    font-family: Arial;
    border-bottom: 3px solid #f4c332;
    background: rgba(0, 0, 0, 0.45);
    color: white;
    position: relative;
    z-index: 10;
}

.t2 h1 {
	font-family: 'amplesoftbold';
	}

.header { background:url(../../imgs/site/slider.jpg); background-position:center; float:left; width:100%; height:100%;}
.mascara-header { background:rgba(0,0,0,0.65); float:left; width:100%; height:100%;}
.sob-topo {border-bottom:1px solid rgba(255,255,255,0.30);}


.titulo-site { 
	background:rgba(0,0,0,0.63);
	width:100%;  
	height:100%; 
	float:left; 
	margin-top:-145px; 
	margin-bottom: 30px;
	z-index:10; 
	position:relative;
	padding:20px 0;
	min-height: 145px;
	}

.titulo-site hr {
	margin:15px 0;
	border-top:0px solid #737373;
	border-bottom:1px solid #737373;
	}	
	
.titulo-site h1{
	padding:5px 0;
	font-family: 'amplesoftbold';
    font-weight:normal;
	font-size:1.5em;
}

.conteudo-interno {
	/*margin-top:20px; 
	float:left; */
	width:100%;
}




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

.det-valor span {
	font-family: 'amplesoftbold';
	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:125px;
	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;
	font-family: 'amplesoftbold';
	font-weight:normal;
}
	
.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 da descrição do imóvel
##############################*/


.titulo-int {
	float:left;
	width:100%;
	border:1px solid #ddd;
	margin:20px 0;
	padding:0;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    line-height: 3.5;
	
	font-family: 'amplesoftbold';
	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:60px;
	margin:0px 0;
	}	
		
.item-imovel ul { 
    padding-left: 30px;

	/* 
    list-style: none outside none;
	*/
}


/*##############################
    	Conteudo Interno
##############################*/

.conteudo-interno [class*='grid-6'] {
	padding-left:0;
	}



/*##############################
	Formulário de proposta 
	paginas detalhes do imóvel 
##############################*/


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


.content-imovel [class*='grid-'] {
    float: left;
    padding: 0 10px 0px 0px;
	/*background:#f5f5f5;*/
	margin:0px 0;
}


table {
	max-width:96%;
	}


/*##############################
	Página 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] {
	background:#f4c332;
	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:2px 0;
	font-family: 'amplesoftregular';
	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: 14px/20px 'Open Sans', Arial, 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);
}

	
		
.range-slider {
	width: 100%;
   margin: 0px 0 0 0%; /*60px 0 0 0%;*/
}

.range-slider__range {
  -webkit-appearance: none;
  width: calc(100% - (73px));
  height: 10px;
  border-radius: 5px;
  background: #d7dcdf;
  outline: none;
  padding: 0;
  margin: 0;
}
.range-slider__range::-webkit-slider-thumb {
  -webkit-appearance: none;
          appearance: none;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #f4c332;
  cursor: pointer;
  -webkit-transition: background .15s ease-in-out;
  transition: background .15s ease-in-out;
}
.range-slider__range::-webkit-slider-thumb:hover {
  background: #AD881D;
}
.range-slider__range:active::-webkit-slider-thumb {
  background: #AD881D;
}
.range-slider__range::-moz-range-thumb {
  width: 20px;
  height: 20px;
  border: 0;
  border-radius: 50%;
  background: #191919;
  cursor: pointer;
  -webkit-transition: background .15s ease-in-out;
  transition: background .15s ease-in-out;
}
.range-slider__range::-moz-range-thumb:hover {
  background: #f4c332;
}
.range-slider__range:active::-moz-range-thumb {
  background: #f4c332;
}

.range-slider__value {
  display: inline-block;
  position: relative;
  width: auto;
  float:right;
  color: #fff;
  line-height: 20px;
  text-align: center;
  border-radius: 3px;
  background: #191919;
  padding: 5px 10px;
  margin-top:10px;
}

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 28px 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:35%;
	border:0px solid black;
	}
		
.img-item-lista img{
	width:100%;
	float:left;
	}	
		
.desc-item-lista{
	float:right;
	width:62%;
	background:white;
	padding:0 15px 0 0;
	}

.desc-item-lista table td {
	padding:0px 10px;
	}	
	
.desc-item-lista h3{
	font-size:23px;
	font-family: 'amplesoftbold';
	font-weight:normal;
	margin:25px 0 0 0;
	}	

.desc-item-lista p{
	margin:10px 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;
	font-family: 'amplesoftregular';
	}

.item-tipo {
	color:white;
	flat:left;
	position:absolute;
	padding:5px 10px;
	margin:5px;
	}	
		
.item-valor {
	color:white;
    position: relative;
    margin:-35px 6px 0 0;
	padding:5px 10px;
    float: right;
	font-size:14px;
	font-family: 'amplesoftbold';
	font-weight:normal;
	}
		

.item-lista ul {
	width:100%;
	} 			
		
.item-lista li {
	list-style:none;
	width:50%;
	float:left;
	outline:0px solid white;
	font-family: 'amplesoftbold';
	font-weight:normal;
	} 
	
.item-lista ul li:first-child {
	font-size:23px;
	padding:6px 0;
	} 
	
	
.txt-right {
	text-align:right;
	}	
	
/*##############################
    	Formulario Contato
##############################*/
	
.formulario input{
	float:left;
	width:100%;
	border:1px solid #dedede;
	padding:10px 5px;
	margin-bottom:15px;
	}	
	
.formulario select{
	float:left;
	width:100%;
	border:1px solid #dedede;
	border: 1px solid #dedede !important;
	padding:10px 5px;
	margin-bottom:15px;
	}		
	
	
.formulario textarea{
	float:left;
	width:100%;
	height:296px;
	border:1px solid #dedede;
	padding:5px 5px;
	font-family:Arial, Verdana;
	}
		
.formulario input[type=submit]{
	float:right;
	width:100px;	
	border:0;
	padding:12px 0;
	color:white;
	}	
	
.captcha-cont p:first-child{
	padding:12px 20px;
	width:15%;
	float:left;
	background:#ccc;
	text-align:center;
	}

.captcha-cont p{
	width:65%;
	padding:12px 0;
	margin:0 10px 0 0;
	float:left;
	text-align:center;
	font-size:13px;
	}			

.captcha-cont input{
	width:15%;
	float:left;
	padding:13px 0;
	text-indent:10px;
	}			
		
.formulario [class*='grid-6'] {
	padding:10px;
	}	
	
.txt-cont p{
	margin:0 0 30px 0;
	}				
			
								
/********************************************************************************************* 

2.  960px 

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

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

/*##############################
    	Formulario Contato
##############################*/
	
.formulario input{
	float:left;
	width:100%;
	}	
	
			

/*##############################
	 Caixa de pesquisa home
##############################*/
	
.barra-pesquisa select {
    float: right;
    width: 100px;
    padding: 8px 0;
    background: #eabb2d;
    border: 1px solid #f2d57d;
    color: white;
    text-transform: none;
}

.barra-pesquisa input[type=submit] {
    background: white;
    color: black;
    border: 0;
    font-family: 'amplesoftbold';
    padding: 6px 0;
    font-size: 18px;
    text-transform: uppercase;
    float: right;
    width: 100%;
    max-width: 100px;
    text-align: center;
}


/*##############################
	 itens rapido rodape
##############################*/
 	

.itens-rapido div {
	min-height:150px;
	}
	
.itens-rapido {
	text-align:left;
	height:200px;
	}

.itens-rapido img {
    float: left;
    width: 30%;
}

.itens-rapido h2 {
    font-family: 'amplesoftbold';
    font-weight: normal;
    font-size: 15px;
    text-transform: uppercase;
    line-height: 0.8;
    float: left;
	text-align:left;
	width:60%;
}

.itens-rapido p {
    float: left;
    width:60%;
    font-size: 12px;
    font-family: Arial;
    color: #616161;
    margin:10px 0;
}

.cabecalho {
	float:left;
	width:100%;
	font-size:12px;
	margin:0 0 20px 0;
	}



	
}
	

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

3.  960px 

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

	 
@media screen and (min-width: 720px) and (max-width: 960px) {
	
/*##############################
        Topo Interno
##############################*/
#myTopnav {
	width:100%;
	position:relative;
	z-index:9999;
	display:block;
	}
	

.titulo-site {
    background: rgba(0,0,0,1);
    width: 100%;
    height: 100%;
    float: left;
    margin-top: -145px;
    z-index: 10;
    position: relative;
    padding: 20px 0;
}
	

/*##############################
		Header principal
##############################*/	
 
.topo .grid-3{
	padding:10px;
	width:25%;
	height:66px;	
	}
		
.topo .grid-7{
	padding:10px;
	width:75%;
	height:66px;		
	}
	
.topo .grid-2{
	padding:10px;
	width:100%;	
	}	
		
		    
nav ul {
    width: 100%;
    float: left;
    list-style: none;
    margin: 16px 0;
    text-align: left;
}


.nav li a{
	padding:10px 0;
	}

.pesquisa input[type=text] {
    margin: 5px 0;
/*    width: 100%; */
}


.logo img {
    width: 100%;
}


table {
	max-width:96%;
	}
	
	
/*##############################
	Header paginas internas 
##############################*/

.t2 {
    float: left;
    width: 100%;
    padding: 0;
    margin: 0px 0 30px 0;
    padding: 20px 0;
    font-family: Arial;
    border-bottom: 3px solid #f4c332;
    background: rgba(0, 0, 0, 1);
    color: white;
    position: relative;
    z-index: 10;
}


/*##############################
	 Caixa de pesquisa home
##############################*/

.barra-pesquisa h2 {
    margin: 0;
    padding: 0 10px;
    text-align: center;
}

.barra-pesquisa div:nth-child(1) {
    width: 100%;
    float: left;
    border: 0px solid red;
    padding: 0;
}

.barra-pesquisa div:nth-child(2) {
    width: 25%;
}

.barra-pesquisa div:nth-child(3) {
    width: 25%;
}

.barra-pesquisa div:nth-child(4) {
    width: 25%;
}

.barra-pesquisa div:nth-child(5) {
    width: 25%;
}

.barra-pesquisa br {
	display:none;
}

.barra-pesquisa span {
	  text-indent: 0;
	  padding: 10px;
	}
	
.barra-pesquisa select {
    float: right;
    width: 100%;
    padding: 8px 0;
    background: #eabb2d;
    border: 1px solid #f2d57d;
    color: white;
    text-transform: none;
}

.barra-pesquisa input[type=submit] {
    padding: 8px 30px;
    width: 100%;
    margin: 35px 0 0 0;
}

.cabecalho {
	float:left;
	width:100%;
	font-size:12px;
	margin:0 0 20px 0;
	}

/*##############################
 Endereço no menu rapido no topo
##############################*/

.menu-rapido ul {
    float: left;
    width: auto;
    padding: 20px 0;
    text-align: right;
    list-style: none;
    font-family: Arial;
    font-size: 12px;
}


.menu-rapido li:last-child {
    border-right: 0px solid #625a4d;
    padding: 0;
    margin: -10px 10px;
}


.tooltip-example {
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  position:relative;
  text-align: center;
  /*top: 50%;*/
  width:auto;
  position:absolute;
}

.tooltip {
  display: inline;
  -webkit-perspective: 500px;
  -moz-perspective: 500px;
  perspective: 500px;
}

.tooltip:hover {
  cursor: pointer;
}

.tooltip:hover .tooltip__content {
  -webkit-transform: translate3d(-50%, -10%, 0);
  -moz-transform: translate3d(-50%, -10%, 0);
  -ms-transform: translate3d(-50%, -10%, 0);
  -o-transform: translate3d(-50%, -10%, 0);
  transform: translate3d(-50%, -10%, 0);
  opacity: 1;
  pointer-events: auto;
}

.tooltip__content {
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  transition: all 200ms ease;
  -webkit-transform: translate3d(-50%, 0%, 0);
  -moz-transform: translate3d(-50%, 0%, 0);
  -ms-transform: translate3d(-50%, 0%, 0);
  -o-transform: translate3d(-50%, 0%, 0);
  transform: translate3d(-50%, 0%, 0);
  -webkit-transform-origin: 0 10px;
  -moz-transform-origin: 0 10px;
  -ms-transform-origin: 0 10px;
  -o-transform-origin: 0 10px;
  transform-origin: 0 10px;
  background-color: #fff;
  border-radius: 4px;
  color: #2f2f2f;
  display: block;
  font-size: 14px;
  font-weight: normal;
  left: 50%;
  opacity: 0;
  padding: 10px 20px;
  pointer-events: none;
  position: absolute;
  text-align: left;
  top: 190%;
}

.tooltip__content:before {
  border-color: transparent;
  border-bottom-color: #fff;
  border-style: solid;
  border-width: 10px;
  content: ' ';
  display: block;
  height: 0;
  left: 50%;
  margin-left: -10px;
  position: absolute;
  top: -20px;
  width: 0;
}

.tooltip__content:after {
  content: ' ';
  display: block;
  position: absolute;
  bottom: -20px;
  left: 0;
  width: 100%;
  height: 20px;
}

.tooltip__content:hover {
  -webkit-transform: rotateX(0deg) translate3d(-50%, -10%, 0);
  -moz-transform: rotateX(0deg) translate3d(-50%, -10%, 0);
  -ms-transform: rotateX(0deg) translate3d(-50%, -10%, 0);
  -o-transform: rotateX(0deg) translate3d(-50%, -10%, 0);
  transform: rotateX(0deg) translate3d(-50%, -10%, 0);
  opacity: 1;
  pointer-events: auto;
}

.itens-rapido {
	text-align:center;
	}

.itens-rapido img {
    float: none;
    width: 30%;
}

.itens-rapido h2 {
    font-family: 'amplesoftbold';
    font-weight: normal;
    font-size: 15px;
    text-transform: uppercase;
    line-height: 0.8;
    float: left;
	text-align:center;
	width:100%;
}

.itens-rapido p {
    float: left;
    width: 100%;
    font-size: 12px;
    font-family: Arial;
    color: #616161;
    margin: 10px 0;
}


/*#############################
	 	Descrição
#############################*/	
.desc-item-lista {
    float: right;
    width: 50%;
    background: white;
    padding: 0 15px 0 0;
}



}


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

4.  lt 720px 

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

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

.pes-home {
 border:0px solid red;
 position:relative;
 right:0%;
 top:auto;
 }
 
.pes-int {
 border:0px solid red;
 position:relative;
 right:0%;
 top:auto;
 }
 
/*##############################
		Header principal
##############################*/	
header {
	width:100%;
	position:relative;
	background:black;
	z-index:10;
	font-family:ubuntu;
	font-weight:100;
	}
	
	
.logo {
	border:0px solid red;
	padding:30px 50px;
	text-align:center;
	}

		
.logo div{
	width:100%;
	height:auto;
	float:left;
	}
	

header hr{
	float:left;
	width:100%;
	border:0;
	border-bottom: 1px solid #393936;
	}

footer img {
	float:none;
	text-align:center;
	margin:10px 0;
	}	
	
footer {
	text-align:center;
	}		

footer p {
	text-align:center;
	width:100%;
}

table {
    max-width: 100%;
}	


.content-imovel [class*='grid-'] {
    float: left;
    padding: 5px;
    margin: 0px 0;
}


/*##############################
    Menu Institucional Topo
##############################*/		
	
.institucional ul {
	display:none;
	}
	
	

/*##############################
			Nav do topo
##############################*/	
	
nav {
	display:none;
	}	

.grid-2.pesquisa {
	padding:0px 10px;
	}
	
.pesquisa input[type=text] {
	background:none;
	padding:10px 5px;
	border: 1px solid #625a4d;
	margin:20px 0;
	}	

.pesquisa button {
    margin-top: 20px;
    margin-left: -35px;
}



/*##############################
    Caixa de pesquisa home
##############################*/
 
.barra-pesquisa h2 {
    margin: 10px 0;
	padding: 10px 0;
}
	
.barra-pesquisa br {
	display:none;
}
		
	
.barra-pesquisa {
	font-family: 'amplesoftlight';
	background:#eabb2d;
	color:white;
	position:relative;
	z-index:999;
	margin-top:0;
	float:left;
	width:100%;
	padding:10px 0 20px 0;
	}	

.barra-pesquisa strong {
	font-family: 'amplesoftbold';
	}	
	
.barra-pesquisa span{
	padding:10px 10px;
	float:left;
	width:100%;
	border:0px solid red;
	line-height:2;
	font-size:11px;
	text-align:left;
	text-indent: 0;
	}			

.barra-pesquisa select{
	float:left;
	width:100%;
	padding:10px 0;
	background:#eabb2d;
	border:1px solid #f2d57d;
	color:white;
	}
	
.barra-pesquisa input[type=submit]{
	background:white;
	color:black;
	border:0;
	font-family: 'amplesoftbold';
	padding:10px 80px;
	width:100%;
	font-size:18px;
	text-transform:uppercase;
	float:right;
	}	
	
.barra-pesquisa div:nth-child(1) {
	width:100%;
	float:left;
	border:0px solid red;
	padding:0 10px;
	}
			
.barra-pesquisa div:nth-child(2) {
	width:100%;
	float:left;
	border:0px solid red;
	text-indent:10px;
	margin-top:10px;
	}	
	
	
.barra-pesquisa div:nth-child(3) {
	width:100%;
	float:left;
	border:0px solid black;
	text-indent:50px;
	margin-top:10px;
	}

.barra-pesquisa div:nth-child(4) {
	width:100%;
	float:left;
	border:0px solid blue;
	text-indent:20px;
	margin-top:10px;
	}					
			
.barra-pesquisa div:nth-child(5) {
	width:100%;
	float:left;
	border:0px solid orange;
	text-indent:50px;
	margin-top:10px;
	}	
	

/*##############################
    	Itens rapido
##############################*/
 
 .itens-rapido DIV {
	 margin:15px 0;
	 border:1px solid #f0f0f0;
	 float:left;
	 width:100%;
	 padding:15px 0;
	
	-webkit-box-shadow: -1px -1px 23px 5px rgba(204,204,204,0.71);
	-moz-box-shadow: -1px -1px 23px 5px rgba(204,204,204,0.71);
	box-shadow: -1px -1px 23px 5px rgba(204,204,204,0.71);
	 }
	 
 .itens-rapido img{
	 float:left;
	 width:15%;
	 margin:10px;
	 }	
 	
 .itens-rapido p{
	 float:left;
	 width:70%;
	 }	
	 

/*##############################
     Newsletter footer
##############################*/
 	
section.newsletter{
	margin:0;
	padding:40px 0;
	 }
 
 	 

/*##############################
     Redes socais footer
##############################*/

section.social-footer{
	 text-align:center;
	 padding:0 0 30px 0;
	 }

section.social-footer img{
	/* width:100%; */
	 }
   
 	 
/*##############################
    	Menu footer
##############################*/	
  
section.menu-footer {
	width:100%;
	height:auto;
	}
	
.menu-footer ul{
	text-align:center;
	width:100%;
	height:auto;
	}
	
.menu-footer li{
	display:inline-block;
	list-style:none;
	margin:20px 0;
	border-right:1px solid #eec957;
	font-size:13px;
	}		 		 
	 	
.menu-footer li a{
	padding:10px 10px;
	text-decoration:none;
	color:white;
	}			 
	 

 .bg-footer {
	 margin:0;
	 padding:30px 0;
	 position:relative;
	 background:url(../../imgs/site/bg-section.png) #efefef no-repeat;
	 background-position:bottom;
	 }
	 
.item-footer {
	padding:30px 20px;
	} 
	
.item-footer h3 {
	padding:0 0 30px 0;
	} 	
	
.item-footer ul{
	list-style:none;
	font-size:12px;
	line-height:2.5;
	} 	
 
 .item-footer p{
	font-size:12px;
	line-height:2;
	}  
  	 
 .item-footer i{
	font-size:21px;
	vertical-align:middle;
	margin:0 10px 0 0;
	}  	 
	



/*##############################
   Página lista de imóveis
##############################*/

	
.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{
	margin:10px 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;
	} 
	
	
	
/*##############################
   Página detalhes do imóvel
##############################*/	

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

.demo-icon {
    width: auto;
}


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


/*##############################
        Topo Interno
##############################*/
.topo-site {
	display:block;
	height:auto;
	position:relative;
	float:left;
	z-index:100;
	}

#myTopnav {
	width:100%;
	position:relative;
	z-index:9999;
	}
	

/*##############################
     Titulo interno
##############################*/

.titulo-site {
    background: rgba(0,0,0,1);
    width: 100%;
    height: 100%;
    float: left;
    margin-top: 0;
    z-index: 10;
    position: relative;
    padding: 20px 0;
}

/*##############################
	Header paginas internas 
##############################*/

.cabecalho {
	float:left;
	width:100%;
	}
	
div.topo-site { width:100%; height:auto; float:left;}

.t2 {
    float: left;
    width: 100%;
    padding: 0;
    margin: 0px 0 30px 0;
    padding: 20px 0;
    font-family: Arial;
    border-bottom: 3px solid #f4c332;
    background: rgba(0, 0, 0, 1);
    color: white;
    position: relative;
    z-index: 10;
}

.t2 h1 {
	font-family: 'amplesoftbold';
	}
	

/*##############################
    	Conteudo Interno
##############################*/

.conteudo-interno [class*='grid-6'] {
	padding-left:10px;
	}

.det-valor ul {
    text-align: left;
}







		
}	

