.content-carousel {
	max-width:1600px;
	margin: 0 auto;
	}

div {
	outline:px solid red;
	}

::-moz-selection { /* Code for Firefox */
    color: white;
    background: #FF8D12;
}

::selection {
    color: white;
    background: #FF8D12;
}

.busca-topo ::placeholder  {color:#FFF;}
.busca-rodape ::placeholder  {color:#FFF;}

/* Focus, Selection Etc 

::-moz-placeholder { 
  color: white;
}
:-ms-input-placeholder { 
  color: white;
}
:-moz-placeholder { 
  color: white;
}

::-webkit-input-placeholder { 
  color: white;
}


input[type=text]:focus, textarea:focus {
  -moz-box-shadow: 0 0 0px #FF8D12;
  -webkit-box-shadow: 0 0 0px #FF8D12;
  box-shadow: 0 0 0px #FF8D12;
  outline:2px solid #FF8D12;
  padding: 5px 5px;
}

*/

/* Lista de Imoveis */
.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; }
/* Data Toptip */
 [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:#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 #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; }

/* Image Zoom*/
.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)  }
.image-hover2 {
    position: relative;

    display: inline-block;
    overflow: hidden;
    background: #fff;
    border: 0 solid #fff;
}
/* Lista de Imoveis */



/*Fotos dos Imoveis*/
.object-fit_fill { object-fit: fill }
.object-fit_contain { object-fit: contain }
.object-fit_cover { object-fit: cover }
.object-fit_none { object-fit: none }
.object-fit_scale-down { object-fit: scale-down }

.filtr-item img {
	height: 270px;
	background-color: #f7f7f7;
	outline: 1px solid #eae8e8;
}

.filtr-item img[class] {
  width: 100%;
}

.original-image {
  margin-bottom: 50px;
}

.image {
  float: left;
  width: 100%; /*40%*/
  margin: 0 30px 20px 0;
  position:relative;
}

  &:nth-child(2n) {
    clear: left;
  }

  &:nth-child(2n+1){
    margin-right: 0;
  }
}




.image p {
	  float: left;
    background: rgba(0, 0, 0, 0.59);
    position:absolute;
    z-index: 5;
    color: white;
    text-align: left;
    padding: 10px 10px;
    bottom: 30px;
    width: 100%;
    max-width: 360px;
    font-family: Arial;
    font-size: 12px;
	}



/* Focus, Selection Etc */

.left-topo {
	float:left;
	width:40%;
	height:145px;
	background:#ff8d12;
}

.left-topo-arrow {
	float:right;
	width:0;
	height:0;
	background:#333333;
	width: 0;
	height: 0;
	border: 0 solid transparent;
	border-bottom-width: 76px;
	border-top-width: 70px;
	border-left: 56px solid #FF8D12;
}

.left-topo img {
	float:right;
	margin:10px 0px; /*40px 28px*/
	max-height: 130px;
}

.right-topo {
	float:left;
	width:60%;
	height:145px;
	background:#333333;
}


.icones:nth-child(1) {
    margin: 25px 0 0 100px;
	}


/*
.icones {
	float:left;
	margin:44px 0 0 50px;
	font-family:Arial;
	}


.icones span {
	float:left;
	margin: 50px;
	font-size:23px;
	background: red;
	}*/


.wrapper div:nth-of-type(2)  {
  float: left;
  background: orange;
  padding: 30px 30px 0 60px;
}

.icones small {
	font-weight:normal;
	font-size:12px;
	line-height:normal;
	}


footer .icones:nth-child(1) {
	margin:0;
	}


footer .icones {
	margin:0;
	}

footer a{
	color:inherit;
	}

.busca-topo {
	float:right;
	position: relative;
	background: #ff8d12;
	margin-top: -109px;
	width:25%;
	padding:20px 0;
}

.busca-topo button {
	background: transparent;
	border: 0;
	cursor: pointer;
}


.busca-topo:after, .busca-rodape:after {
	  right: 99.8%;
    margin-top: -21px;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    border-style: solid;
    border-width: 30px 30px 30px 0;
    border-color: transparent #ff8c12 transparent transparent;
    border-radius: 5px;
}


.busca-topo input[type=text], .busca-rodape input[type=text]{
	width:130px;
	border:0px solid red;
	padding:0px 10px;
	margin:0px 15px;
	background:none;
	color:white;
	float:left;
}


.busca-rodape {
	float: right;
	position: relative;
	background: #ff8d12;
	margin-top: -29px;
	width: 35%;
	height: 58px;
	padding: 20px 0;
}

.busca-rodape button {
	background: transparent;
	border: 0;
	cursor: pointer;
	color:white;
}


.busca-topo i{
	color:white;
	float:left;
}



.busca-topo i{
	color:white;
	float:left;
}



.padding-0 {
	padding:0;
	}

.padding-15 {
	padding:15px 0;
	}

.padding-30 {
	padding:30px 0;
	}

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

header {
	background:url(../../imgs/site/bg.jpg) no-repeat;
	background-size:100%;
	color:white;
	}

header span {
    line-height: normal;
	font-family:Arial;
	font-size:20px;
	font-weight:600;
	width:100%;
	float:left;
	margin:10px 0;
	}
.icones-topo  {
	padding:40px 0 0 60px;
	}

.menu {
	background:red;
	padding:35px 0;
	}



nav {
	width:100%;
	height:80px;
	float:left;
	background:white;
}


hr {
	float:left;
	width:100%;
	border-bottom:1px solid green;
	}


.busca {
	position:absolute;
	right:0;
	color:white;
	float:right;
	width:30%;
	margin-top:-22px;
	padding:15px 10px;
	background:url(../../imgs/site/dir.jpg) left no-repeat;
}

.busca2 {
	color:white;
	float:right;
	width:40%;
	margin-top:-23px;
	padding:15px 10px;
	background:url(../../imgs/site/dir2.jpg) left no-repeat;
}

.busca input[type=text], .busca2 input[type=text]{
	width:130px;
	border:0px solid red;
	padding:0px 10px;
	margin:0px 15px;
	background:none;
	color:white;
	float:left;
	}


.busca i, .busca2 i{
	color:white;
	float:left;
	}

.pesquisa i {
	font-size:33px;
	vertical-align:middle;
	}

.pesquisa input[type=text]{
	width:140px;
	border:1px solid gray;
	padding:8px 10px;
	margin-right:40px;
	background:#363636;
	color:white;
	float:right;

	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	}

.pesquisa input[type=submit]{
	padding:10px 35px;
	color:white;
	float:right;
	border:0;
	min-width:138px;
	margin-right:40px;
  transition: ease 0.3s;
  cursor:pointer;
	}

.pesquisa input[type=submit]:hover {
		transition: ease 0.3s;
		background: #363636;
		color:white;
		outline: 3px solid #ff8d12;
		cursor:pointer;		
}

.pesquisa label {
	padding:10px 0;
	float:left;
	font-family:Arial;
	font-size: 12px;
	}

.row {
	width:100%;
	float:left;
	margin:10px 0;
	}

.pesquisa h3 {
	color:white;
	text-align:center;
	font-family: 'Roboto', sans-serif;
	font-size: 28px;
  font-weight: 500;
	}



/* Reset Select 
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
  outline: 0;
  box-shadow: none;
  border: 0 !important;
  background: #363636; 
  background-image: none;
}


*/
/* Custom Select */
.select {
  position: relative;
  display: block;
  width: 20em;
  /* max-width:140px; */
  width:60%;
  height: 33px;
  line-height: 2;
  /* background: #363636; */
  overflow: hidden;
  /*border-radius: .25em;*/
  float:right;
  margin-right: 40px;
  border: 1px solid gray;

}
.select-prin{

  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
  outline: 0;
  box-shadow: none;
  border: 0 !important;
  background: #363636; 
  background-image: none;

  width: 100%;
  height: 100%;
  height:auto;
  margin: 0;
  padding: 0 0 0 .5em;
  color: white;
  cursor: pointer;
  border: 1px solid gray;
	
}

select {
  width: 100%;
  height: 100%;
  margin: 0;
  cursor: pointer;
  height:auto;
}

/*
select {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0 0 0 .5em;
  color: white;
  cursor: pointer;
  border: 1px solid gray;
}

*/

select::-ms-expand {
  display: none;
}

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

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



.imovel {
	margin-bottom:30px;
	border:0px solid red;
	}

.filtr-item img {
	float:left;
	position:relative;
	transition:ease 0.3s;
	}


.filtr-item img:hover{

	/*
	-webkit-filter: grayscale(100%) sepia(100%); /* Chrome, Safari, Opera /
    filter: grayscale(100%) sepia(100%);
	transition:ease 0.3s;*/

	   -webkit-filter: sepia(100%);
	}



.bgdest {
	background:url(../../imgs/site/fundo.jpg) no-repeat;
	background-size:100%;
	background-position:center;
	margin-bottom:60px;
}

.bgdest2 {
	height:500px;
	background:url(../../imgs/site/meio-dest.png) no-repeat;
	background-size:100%;
	background-position:center;
}


.cont-dest{
	float:left;
	width:50%;
	height:460px;
	margin:50px 180px 0px 180px;
	font-family:Arial;
	font-size:25px;
	line-height:normal;
}


.bgdest2 small{
	font-size:14px;
}


.itens-dest {
	float:left;
	margin:70px 0 0 0;
	font-size:16px;
	width:100%;
	}

.itens-dest span:nth-child(2)  {
	margin:0 0 0 50px;
	}

.itens-dest i {
	margin:0px 15px 0 0;
	font-size:31px;
	vertical-align:middle;
	}

.line-sep-itens {
	width:100%;
	margin:10px 0;
	float:left;
	border-bottom:0px solid #ccc;
	}

.line{
	width:100%;
	border-bottom:1px solid #575757;
	float:left;
	margin:20px 0;
}

.reta {
	float: left;
	width: 150px;
	height: 190px;
	-webkit-transform: skew(-20deg);
	-moz-transform: skew(-20deg);
	-o-transform: skew(-20deg);
	background: white;
	border-left: 3px solid #ff8d12;
	border-top: 1px solid #f1f1f1;
	border-bottom: 1px solid #f1f1f1;
}

.desc {
	font-family: 'Roboto', sans-serif;
	margin-top: -250px;/*225*/
	float: right;
	position: relative;
	width: 60%;
	min-height: 190px;
}

.box-imov {
	position: relative;
	background: white;
	float: right;
	margin-top: -190px;
	width: 80%;
	height: 190px;
	border-top: 1px solid #f1f1f1;
	border-right: 1px solid #f1f1f1;
	border-bottom: 1px solid #f1f1f1;
}



.box-imov table {
	width:100%;
	float:left;
	max-width:180px;
	font-size:12px;
	margin:0;
	font-family: 'Roboto', sans-serif;
	font-weight:normal;
	}

.box-imov table td {
	padding:8px 5px;
	}

.box-imov i{
	width:30px;
	text-align:left;
	}

.box-imov .properticons{
	width:30px;
	text-align:left;
	font-size:36px;
	margin:0;
	padding:7px 0;
	line-height:0;
	}


.box-imov i {
	margin: 0px 20px;
    font-size: 15px;
    vertical-align: middle;
	}

.box-imov i:span{
	margin: 0px 20px;
    font-size: 31px;
    vertical-align: middle;
	}




.desc p {
	font-family: 'Roboto', sans-serif;
	font-size: 13px;
	margin: 15px 5px;
}

.box-imov span {
	font-size: 12px;
	width: 100%;
	float: left;
	margin: 3px 0;
}

.box-imov small {
	margin: 0 ;
	float: left;
}

.box-imov i {
	margin: 0px 0px;
}




/*STEPS*/
.categorias {
	margin:0 0 60px 0;
	}

	.breadcrumb {
	list-style: none;
	overflow: hidden;
	font: 18px Helvetica, Arial, Sans-Serif;
}
.breadcrumb li {
	/*float: left;*/
	width:100%;
	text-align:center;
}

.breadcrumb li a {
	width:30%;
	color: white;
	text-decoration: none;
	padding: 0;
	/*padding: 10px 0 10px 55px;*/
	background: brown;                   /* fallback color */
	background:#ff8d12;
	position: relative;
	display: block;
	float: left;
	transition:ease 0.3s;
	cursor: pointer;
}

.breadcrumb li a:after {
	content: " ";
	display: block;
	width: 0;
	height: 0;
	border-top: 50px solid transparent;           /* Go big on the size, and let overflow hide */
	border-bottom: 50px solid transparent;
	border-left: 30px solid #ff8d12;
	position: absolute;
	top: 50%;
	margin-top: -50px;
	left: 100%;
	z-index: 2;
	transition:ease 0.3s;
	cursor: pointer;
}
.breadcrumb li a:before {
	content: " ";
	display: block;
	width: 0;
	height: 0;
	border-top: 50px solid transparent;           /* Go big on the size, and let overflow hide */
	border-bottom: 50px solid transparent;
	border-left: 30px solid white;
	position: absolute;
	top: 50%;
	margin-top: -50px;
	margin-left: 1px;
	left: 100%;
	z-index: 1;
	transition:ease 0.3s;
}
.breadcrumb li:first-child a {
	padding-left: 10px;
}

.breadcrumb li a:hover { background:white; color:#363636; transition:ease 0.3s;}
.breadcrumb li a:hover:after { border-left-color:white; !important; transition:ease 0.3s;}


/*Filto*/

.filtr-container img {width:100%; max-width:360px;}
.filtr-container a {
	color:inherit;
	}

.nav-imoveis {
	width:100%;
	float:left;
	background: #ff8d12;
	}



/*HEXAGON CHAMADAS*/


.hexagon {
  position: relative;
  width: 260px;
  height: 150.11px;
  background-color: #ffffff;
  margin: 75.06px 5px;
  border-left: solid 3px #ff8d12;
  border-right: solid 3px #ff8d12;
  transition:ease 0.3s;
  color:#575757;

   -ms-transform: rotate(30deg); /* IE 9 */
    -webkit-transform: rotate(30deg); /* Chrome, Safari, Opera */
    transform: rotate(30deg);
}

.hexagon:before,
.hexagon:after {
  content: "";
  position: absolute;
  z-index: 1;
  width: 183.85px;
  height: 183.85px;
  -webkit-transform: scaleY(0.5774) rotate(-45deg);
  -ms-transform: scaleY(0.5774) rotate(-45deg);
  transform: scaleY(0.5774) rotate(-45deg);
  background-color: inherit;
  left: 34.0761px;
}

.hexagon:before {
  top: -91.9239px;
  border-top: solid 5.6569px #ff8d12;
  border-right: solid 5.6569px #ff8d12;
}

.hexagon:after {
  bottom: -91.9239px;
  border-bottom: solid 5.6569px #ff8d12;
  border-left: solid 5.6569px #ff8d12;
}



.hexagon:hover {
  position: relative;
  width: 260px;
  height: 150.11px;
  background-color: #ff8d12;
  color:white;
  transition:ease 0.3s;
}


.hexagon p {
	font-family:Arial;
	position:relative;
	z-index:10;
	margin:20px 10px;
	text-align:center;
	font-size:23px;
	line-height:0.9;
	float:left;

	-ms-transform: rotate(-30deg); /* IE 9 */
    -webkit-transform: rotate(-30deg); /* Chrome, Safari, Opera */
    transform: rotate(-30deg);
	}

.hexagon small {
	font-size:14px;
	}

.hexagon i {
	font-size:45px;
	margin:0;
	color:#ff8d12;
	}

/*BOTÃO*/

.hexagonplus {
  position: relative;
  width: 40px;
  height: 23.09px;
  background-color: #ff8d12;
  margin: 0 auto;

  -ms-transform: rotate(30deg); /* IE 9 */
    -webkit-transform: rotate(30deg); /* Chrome, Safari, Opera */
    transform: rotate(30deg);

}

.hexagonplus p {
	padding: 3px;
	color:white;
	-ms-transform: rotate(-30deg); /* IE 9 */
    -webkit-transform: rotate(-30deg); /* Chrome, Safari, Opera */
    transform: rotate(-30deg);
	text-align:center;
}


.hexagonplus:before,
.hexagonplus:after {
  content: "";
  position: absolute;
  width: 0;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
}

.hexagonplus:before {
  bottom: 100%;
  border-bottom: 11.55px solid #ff8d12;
}

.hexagonplus:after {
  top: 100%;
  width: 0;
  border-top: 11.55px solid #ff8d12;
}



/*SOCIAL e IDIOMA */


.social {
	padding:30px 0;
	}

.social img {
	width: auto;
}

.idioma {
	font-family:Arial;
	padding:8px 0;
	height: 110px;
	}

.flag {
	padding: 20px 0;
	height: 75px;
}

/*  NAV  Menu Extra*/
nav.extra  {
	height:auto;
	padding:30px 0;
	}

nav.extra ul {
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: center;
}
nav.extra li {
  display: inline-block;
  margin: 0 15px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
nav.extra a {
  display: block;
  color: #FF8D12;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  font-family:Arial;
  font-size:12px;
  text-decoration:none;
	border-radius: 4px;
}
nav.extra a:hover {
  color: white;
}
nav.extra span {
  display: block;
}

  nav.extra li {
    margin: 0;
    -webkit-transform: skewX(-10deg);
    -moz-transform: skewX(-10deg);
    -ms-transform: skewX(-10deg);
    -o-transform: skewX(-10deg);
    transform: skewX(-10deg);
  }
  nav.extra a {
	  margin:10px 15px;
    padding: 10px 30px;
    color: #202020;
	  border:1px solid #f1f1f1;
  }
  nav.extra a:hover {
    color: #fff;
    background-color: #FF8D12;
		border:1px solid #FF8D12;
  }
  nav.extra span {
    -webkit-transform: skewX(10deg);
    -moz-transform: skewX(10deg);
    -ms-transform: skewX(10deg);
    -o-transform: skewX(10deg);
    transform: skewX(10deg);
  }

@media all and (min-width: 690px) {
}



#hexagon {
	width: 36px;
	height: 36px;
	/*
	width: 66px;
	height: 104px;
	background: #222;
	*/
	position: relative;
   z-index:-1;
   margin:0 auto;
}
#hexagon:before {
	content: "";
	left:-36px;
	display:block;
  position: relative;
  border-right: 30px solid #ff8d12;
  border-top: 52px solid transparent;
  border-bottom: 52px solid transparent;
}
#hexagon:after {
	content: "";
  right:-36px;
  top:-104px;
  position: relative;
  display:block;
border-left: 30px solid #ff8d12;
border-top: 52px solid transparent;
border-bottom: 52px solid transparent;
}
.hex-over {
  z-index:5;
  position:relative;
  width:100%;
  top:-100px;
  text-align:center;
  color:#fdfdfd;
  font-size:21px; /*60*/
  padding:5px 0px 0px 0px;
  font-weight:bold;
  letter-spacing:2px;
}



#hex1 {
  width: 75px;
  height: 75px;
}

#hex2 {
  width: 150px;
  height: 150px;
}

#hex3 {
  width: 300px;
  height: 300px;
}

#hexplus {
	font-size:22px;
	text-align:center;
	}

#color1 {
  background-color: #39D;
}

#color2 {
  background-color: #93D;
}

#color3 {
  background-color: white;
  transition:ease 0.3s;
}

#color3 p{
	color: #575757;
    position: absolute;
    z-index: 10;
    text-align: center;
    width: 80%;
    padding: 60px 0;
    font-size: 23px;
    font-family: Arial;
    margin: 0 0 0 -35px;
}

#color3 i{
	font-size:66px;
	margin:0 0 15px 0;
}

#color3 small{
	font-size:14px;
}


.hex-wrapper {
  text-align: center;
  margin: 20px 40px;
  position: relative;
  display: inline-block;
}

.hex {
  height: 100%;
  width: calc(100% * 0.57735);
  display: inline-block;
  border-bottom:3px solid #ff8d12;
  border-top:3px solid #ff8d12;
}

.hex:before {
  border-top:3px solid #ff8d12;
  border-bottom:3px solid #ff8d12;
  position: absolute;
  top: 0;
  right: calc((100% / 2) - ((100% * 0.57735) / 2));
  background-color: inherit;
  height: inherit;
  width: inherit;
  content: '';
  transform: rotateZ(60deg);

}

.hex:after {
  border-top:3px solid #ff8d12;
  border-bottom:3px solid #ff8d12;
  position: absolute;
  top: 0;
  right: calc((100% / 2) - ((100% * 0.57735) / 2));
  background-color: inherit;
  height: inherit;
  width: inherit;
  content: '';
  transform: rotateZ(-60deg);
}


#color3:hover {
	transition:ease 0.3s;
	background:#ff8d12;
	color:white;
}


#color3:hover > p {
	transition:ease 0.3s;
	color:white;
}



footer {
	float:left;
	width:100%;
	font-family:Arial;
	font-size:13px;
	color:white;
	}

.endereco span, .menu-rodape span {
    line-height: normal;
	font-size:20px;
	font-weight:600;
	width:100%;
	float:left;
	margin:10px 0;
	}

.endereco p {
	width:100%;
	max-width:240px;
	line-height:1.7;
	}

footer ul {
	list-style:none;
	}

footer li:first-child {
	line-height:2;
	margin:0;
	transition:ease 0.3s;
	}

footer li:hover:first-child {
	line-height:2;
	margin:0;
	transition:ease 0.3s;
	}


footer a {
	color:white;
	text-decoration:none;
	}

footer li {
	line-height:2;
	transition:ease 0.3s;
	}

footer li:hover {
	margin-left:15px;
	transition:ease 0.3s;
}

.line-rodape {
	margin:0 0 30px 0;
	width:100%;
	height:1px;
	border-bottom:2px solid #ff8d12;
	}

.copy {
	font-family:Arial;
	font-size:13px;
	}

.copy p {
	margin:15px 0;
	}

.copy img {
	float:right;
	margin:10px 0;
	}


.icones span {
    line-height: 0.8;
	float:left;
	width:auto;
	margin:5px 10px;
	font-size:18px;
	}

.icones small {
	font-weight:normal;
	font-size:12px;
	line-height:normal;
	}


.btvermais {
	width:300px;
	margin:0 auto;
	line-height:3;
	}


/*Hexagon atendimento*/
.icones a {
	color:white;
	text-decoration:none;
	}

.hexico i {
color:white;
position:absolute;
top:0;
z-index:10;
width:100%;
text-align:center;
font-size:23px;

-ms-transform: rotate(-30deg); /* IE 9 */
-webkit-transform: rotate(-30deg); /* Chrome, Safari, Opera */
transform: rotate(-30deg);
}


.hexico {
float:left;
position: relative;
width: 43px;
height: 25.98px;
background-color: #ff8d12;
margin: 12.99px 0;
border-top:1px solid #ff8d12;
border-bottom:1px solid #ff8d12;

-ms-transform: rotate(30deg); /* IE 9 */
-webkit-transform: rotate(30deg); /* Chrome, Safari, Opera */
transform: rotate(30deg);
}

.hexico:before,
.hexico:after {
content: "";
position: absolute;
width: 0;
border-left: 22.7px solid transparent;
border-right: 22.7px solid transparent;
}

.hexico:before {
bottom: 100%;
border-bottom: 12.99px solid #ff8d12;
}

.hexico:after {
top: 100%;
width: 0;
border-top: 12.99px solid #ff8d12;
}


.section-hex {
	max-width:1600px;
	float:none;
	margin:0 auto;
	background:red;
	}

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

.boxhex {
	/*width:80%;*/
	float:left;
	border:0px solid red;
	width:80%;
	-ms-transform: rotate(30deg); /* IE 9 */
    -webkit-transform: rotate(30deg); /* Chrome, Safari, Opera */
    transform: rotate(30deg);
	/*margin: 0px 20px;*/
	margin:0px 15px;
	}

.boxhex  p{
	font-family:Arial;
	-ms-transform: rotate(-30deg); /* IE 9 */
    -webkit-transform: rotate(-30deg); /* Chrome, Safari, Opera */
    transform: rotate(-30deg);
    max-width: 175px;
    position: absolute;
    line-height: normal;
    float: left;
	margin:-10px 20px;
	}

.boxhex i{
	margin:20px 0 0 0;
	font-size:56px;
	}

.boxhex:hover > .boxhex i{
	color:white;
	}


.hex-resp a { color:inherit;}

.hex-resp p {
	display:none;
	font-family:Arial;
	position:relative;
	z-index:10;
	width:100%;
	height:200px;
	text-align:center;
	font-size:23px;
	line-height:0.9;
	float:left;
	outline:1px solid #ff8d12;
	padding:30px 0;
	}

.hex-resp small {
	font-size:14px;
	}

.hex-resp i {
	font-size:45px;
	margin:0;
	color:#ff8d12;
	}


/* Important styles */
#toggle {
    display: block;
    width: auto;
    height: 30px;
    float: right;
    margin: 0 55% 0 0;
	text-align:left;
}

#toggle span:after,
#toggle span:before {
  content: "";
  position: absolute;
  left: 0;
  top: -9px;
}
#toggle span:after{
  top: 9px;
}
#toggle span {
  position: relative;
  display: block;
}


#toggle span,
#toggle span:after,
#toggle span:before {
  width: 100%;
  height: 5px;
  background-color: #888;
  transition: all 0.3s;
  backface-visibility: hidden;
  border-radius: 2px;
}*/

/* on activation */
#toggle.on span {
  background-color: transparent;
}
#toggle.on span:before {
  transform: rotate(45deg) translate(5px, 5px);
}
#toggle.on span:after {
  transform: rotate(-45deg) translate(7px, -8px);
}
#toggle.on + #flag {
        float: left;
    position: absolute;
    opacity: 1;
    visibility: visible;
    /* margin: 6% 10%; */
    /* top: 10%; */
    margin: 25px 35px;
    width: 220px;
    padding: 10px 0;
}

/* menu appearance*/
#flag {
  position: relative;
  color: #999;
  width: 200px;
  padding: 10px;
  margin: auto;
  font-family: "Segoe UI", Candara, "Bitstream Vera Sans", "DejaVu Sans", "Bitstream Vera Sans", "Trebuchet MS", Verdana, "Verdana Ref", sans-serif;
  text-align: center;
  border-radius: 4px;
  background: white;
  box-shadow: 0 1px 8px rgba(0,0,0,0.05);
  /* just for this demo */
  opacity: 0;
  visibility: hidden;
  transition: opacity .4s;
  z-index:100;
}
#flag:after {
  position: absolute;
  top: -15px;
  left: 95px;
  content: "";
  display: block;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-bottom: 20px solid white;
}

/*------------------------------------------
			Carousel Destaque
--------------------------------------------*/

.det-carou {
	float:left;
	position:absolute;
	width:793px;
	height:558px;
	background:url(../../imgs/site/meio-dest.png);
	top:0;
	left:10%;
	z-index:9999;
	}


.item a{
	color:inherit;
	}

.dest-ca {
	font-family: Arial;
    font-size: 25px;
    line-height: normal;
	}


.inner-det {
	width:360px;
	margin:0 auto;
	margin-top:50px;
	}

.inner-det .properticons {
	font-size:48px;
	margin:-20px 0 0 10px;
	padding:0;
	}

.inner-det small {
    font-size: 14px;
}

.inner-det div {
    font-size: 16px;
}

.det-carou img {
	display:none;
	float:left;
	width:100%;
	}

.row1{
	margin:60px 0 30px 0;
	}

.inner-det i {
	margin: 0px 20px;
    font-size: 31px;
    vertical-align: middle;
	}

.inner-det i:span{
	margin: 0px 20px;
    font-size: 31px;
    vertical-align: middle;
	}

.item {
	float:left;
	height:558px;
	}

#det-img {
	display:none;
	}



/*------------------------------------------
			Carousel Destaque Fundo Fixo
-------------------------------------------*/
.fundo-fixo {
	background:url(../../imgs/site/fundo-padrao.jpg) no-repeat center;
	float:left;
	width:100%;
	padding:30px 0;
	background-size:100% 100%;
	}


.det-img{
	width:100%;
	height:100%;
	min-heiht:558px;
	position:absolute;
	}

.desc-carou{
	float:left;
	position:absolute;
	width:30%;
	height:558px;
	background:white;
	top:0;
	left:0;
	z-index:9999;

	font-family: Arial;
    font-size: 25px;
    line-height: normal;
	}

.desc-carou small {
	font-size:12px;
	margin:0;
	}

.desc-carou p {
	font-size:14px;
	margin:30px 0;
	}


.reta-dir {
    float: right;
    width: 300px;
    height: 558px;
	margin-right: -110px;
    -webkit-transform: skew(-20deg);
    -moz-transform: skew(-20deg);
    -o-transform: skew(-20deg);
    background: white;
    border-right: 5px solid #ff8d12;
    border-top: 1px solid #f1f1f1;
    border-bottom: 1px solid #f1f1f1;

}



.item a{
	color:inherit;
	}


.line {
	width: 100%;
    border-bottom: 1px solid #e4e4e4;
    float: left;
    margin: 20px 0 50px 0;
	}

/*
.inner-desc {
	width:100%;
	background:white;
	margin: 50px;
	position: absolute;
	border-bottom-right-radius: 100%;
	}

.inner-desc .properticons {
	font-size:48px;
	margin:-20px 0 0 10px;
	padding:0;
	}

.inner-det small {
    font-size: 14px;
}


.inner-desc div {
    font-size: 16px;
}


.det-carou img {
	display:none;
	float:left;
	width:100%;
	}*/


.item {
	float:left;
	height:558px;
	}


#det-img {
	display:none;
	}


/* ------------------
		INTERNO
---------------------*/


.titulo-interno {
	float:left;
	width:100%;
	padding:30px 0;
	margin:0 0 30px 0;
	font-family:Arial;
	}

.titulo-interno h1 {
	float:left;
	margin:0;
	font-family:Arial;
	}

.buttons i {
	font-size:23px;
	float:right;
	margin:0px 10px;
	}


/* ------------------
		GRID VIEW
---------------------*/


.contain ul {
	list-style: none;
	max-width:1300px;
	margin:0 auto;
	}

/* ------------------
.contain .list li{
	 width: 100%;
	 border: 1px solid #CCC;
	 padding:0px;
	 margin:10px 0;
	 float:left;
 ------------------ */

.contain .grid li {
	float: left;
	width: 25%;
	height: auto;
	padding: 10px;
	margin:10px 0;
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
}

.contain .grid img {
	width: 100%;
	float:left;
	}


/* ------------------
	MODO GRID/LIST
---------------------*/

.contain > .ico-imov ul{
	float:left;
	width:100%;
	margin:20px 0;
	}

.contain .ico-imov li{
	float:left;
	width:50%;
	font-size:12px;
	margin:0;
	padding: 10px 0;
	}

.desc-imov small {
	font-family:Arial;
	font-weight:100;
	font-size:12px;
	}

/* ------------------
	   MODO GRID
---------------------*/
.grid .desc-imov {
    position: relative;
    width: 93%;
    float: left;
    background: white;
    padding: 0 20px;
    color: #575757;
    z-index: 10;
    margin: -30px 20px 0 10px;
    outline: 1px solid #eee;
}

.desc-imov h3 {
	font-family:Arial;
	font-weight:bold;
	margin:20px 0 10px 0;
	float:left;
	width:100%;
}

.grid .valor button {
    float: none;
    /* margin: 0 0 0 20%; */
    width: 100%;
	margin:0;
	padding:15px 0;
	text-align:center;
}

.grid .valor span {
	float:left;
	position:relative;
	z-index:10;
	text-align:left;
	margin:0;
	width:100%;
	text-indent:60px;
	}

.grid .valor {
    float: left;
    width: 100%;
    padding: 0;
	margin:20px 0;
}

.grid .desc-imov{
	position: relative;
	width: 93%;
	float: left;
	background: white;
	padding: 0 20px 0px 20px;
	color: #575757;
	z-index: 10;
	margin: -30px 10px 0 10px;
}

.grid .itens-desc {
	width:100%;
	display:none;
	}

.grid .properticons {
	width: auto;
    height: auto;
	}

/* ------------------
	   MODO LIST
---------------------*/

.contain .list   ul.ico-imov {
    float: left;
	width:100%;
	border-top:1px solid #eee;
	border-bottom:1px solid #eee;
	padding:15px 0;
}


.contain .list .ico-imov li {
    float: left;
    width: auto;
    font-size: 14px;
    margin: 0 10px 0 0;
    padding: 10px 0;
}


.li-imovel li i {
     margin: -10px 10px 0 10px;
}

.li-imovel img{
	float:left;
	width:24%;
	transition:ease 0.3s;
	}


.li-imovel img:hover{-webkit-filter: sepia(100%); transition:ease 0.3s;}

.list .li-imovel {
	border: 1px solid #f3f3f3;
	padding:0px;
	margin:10px 10px;
	float:left;
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
	font-weight:normal;
	}

.list .desc-imov {
	position:relative;
	width: 75%;
	float:right;
	background:white;
	padding:0 20px;
	color:#575757;
	z-index:10;
	}

.list .itens-desc p {
	margin: 10px 0;
	font-size:14px;
	line-height:1.5;
	}

.list .valor button {
	float:right;
	}

.list .valor span {
	float:left;
	position:relative;
	z-index:10;
	text-align:left;
	margin:0;
	width:100%;
	text-indent:inherit;
	}

.list .left-arrow {
	position:absolute;
	float: left;
	width: 150px;
	margin-left:270px;
	/*height: 269px;*/
	height:261px;
	-webkit-transform: skew(-15deg);
	-moz-transform: skew(-15deg);
	-o-transform: skew(-15deg);
	background: white;
	border-left: 3px solid #ff8d12;
	border-top: 1px solid #f1f1f1;
	border-bottom: 1px solid #f1f1f1;
	z-index:0;
 }


 .list .properticons {
	width: auto;
    height: auto;
	}



.section-hex {
	width:1280px;
	float:none;
	margin:0 auto;
	}


/* Iternas */

.titulo-detalhes-imovel h1 {
	color:#363636;
	}

.titulo-detalhes-imovel p {
	color:#646464;
	font-size:12px;
	}


.conteudo-barra-valor {
	float:left;
	width:100%;
	background:white;
	border:1px solid #f1f1f1;
	margin-bottom: 10px;
	}

.barra-valor{
	float:left;
	position: relative;
	background: #ff8d12;
	width:28%;
	padding:10px 0;
	font-family:Arial;
}

.barra-valor:after{
	left: 100%;
	margin-top:-64px;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	border-width: 37px 0 37px 30px;
	border-color: transparent transparent transparent #ff8d12;
}

.preco {
	text-align:right;
	color:white;
	font-size:36px;
	font-weight:600;
	margin:6px 0;
	}

.preco small{
	float:left;
	font-size:11px;
	width:100%;
	margin:0 0 0 0;
	padding:0 28% 0 0;
	}

.margin-0 {
	margin:0;
	}

.titulo-interno p{
	float:left;
	width:100%;
	}

ul.itens-det {
	color:#646464;
	float:left;
	margin:5px 0 0 2%;
	padding:15px 0;
	}

ul.itens-det i {
	margin-right:5px;
	}

.itens-det li:last-child{
	border-right:1px solid white;
	}


.itens-det li{
	font-family:Arial;
	float:left;
	margin:0 10px;
	width:150px;
	padding:10px 5px;
	list-style:none;
	border-right:1px solid #f1f1f1;
	text-align:center;
	}


/*Página Interna*/

.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:90px;
	font-family:Arial;
	padding:5px;
	border:1px solid #ddd;
	}



.mais-info input[type=submit], .mais-info-responsive input[type=submit]{
	background:#FF8D12;
	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;
	 }


/*Forumlario da descrição*/
.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: #FF8D12;
    width: auto;
    color: white;
    border: 0;
    padding: 15px 35px;
	float:right;
}


/*---------------------------------*/

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


.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-desc {
	float:left;
	width:100%;
	margin:10px 0;
	}

.tab-content a {
	color:inherit;
	}

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

2.  960px

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

@media only screen and (min-width: 990px) and (max-width: 1100px) {


.section-hex {
	width:1024px;
	float:none;
	margin:0 auto;
	}

.boxhex {
	width:80%;
	-ms-transform: rotate(30deg); /* IE 9 */
    -webkit-transform: rotate(30deg); /* Chrome, Safari, Opera */
    transform: rotate(30deg);
	}

.boxhex  p{
	font-family:Arial;
	-ms-transform: rotate(-30deg); /* IE 9 */
    -webkit-transform: rotate(-30deg); /* Chrome, Safari, Opera */
    transform: rotate(-30deg);
    /*width: 200px;*/
	width:100%;
    position: absolute;
    line-height: normal;
    float: left;
	margin:-30px 0;
	}

.boxhex i{
	margin:20px 0 0 0;
	font-size:56px;
	}

}




/*
@media only screen and (min-width: 959px) and (max-width: 1380px) {
	.boxhex p {
		font-family: Arial;
		font-size:12px;
		-ms-transform: rotate(-30deg);
		-webkit-transform: rotate(-30deg);
		transform: rotate(-30deg);
		width:100%;
		max-width: 180px;
		position: absolute;
		line-height: normal;
		float: left;
		margin: -30px auto;
	 }

	.left-arrow {
		display:block;
		z-index:9999;
		position:relative;
 	}
}*/

@media only screen and (min-width: 1100px) and (max-width: 1280px) {

.list .desc-imov {
    position: relative;
    width: 70%;
	height:261px;
    float: right;
    background: white;
    padding: 0 20px;
    color: #575757;
    z-index: 10;
}

.li-imovel img {
    float: left;
    width: 28%;
	height:261px;
}





}

@media only screen and (min-width: 968px) and (max-width: 1004px) {

.boxhex p {
	font-family: Arial;
	-ms-transform: rotate(-30deg);
	-webkit-transform: rotate(-30deg);
	transform: rotate(-30deg);
	width: 200px;
	position: absolute;
	line-height: normal;
	float: left;
	margin: -30px 0;
	}

.desc-imov {
	position:relative;
	width: 100%;
	float:left;
	background:white;
	padding:0 20px;
	color:#575757;
	z-index:10;
	}


/*GRID*/
.li-imovel img{
	float:left;
	width:30%;
	}

.desc-imov {
	position:relative;
	width: 60%;
	float:left;
	padding:0 20px;
	color:#575757;
	z-index:10;
	}


/* ------------------
	MODO GRID/LIST
---------------------*/

.grid .valor button {
    float: none;
    /* margin: 0 0 0 20%; */
    width: 230px;
    margin: 0;
    left: 0;
    padding: 15px 0;
}

.list .valor button {
    float: none;
    /* margin: 0 0 0 20%; */
    width: 230px;
    margin: 0;
    left: 0;
    padding: 15px 0;
}




}




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

2. 840px

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

@media only screen and (min-width: 600px) and (max-width: 840px) {


.left-topo img {
    float: right;
    /* margin: 40px 28px; */
	max-width:100%;

/*    width: 100%;
    max-width: 200px; */
}

.icones:nth-child(1) {
    margin: 44px 0 0 30px;
}

#toggle {
    display: block;
    width: auto;
    height: 30px;
    float: right;
    margin: 0 35% 0 0;
    text-align: left;
}


/* Imoveis Home*/

.imovel img {
    float: left;
    position: relative;
    width: 100%;
}


.desc {
    margin-top:0;
    float: left;
    position: relative;
    width: 100%;
    height: auto;
}

.reta {
	display:none;
}

.box-imov {
    position: relative;
    float: left;
    margin-top: 0;
    width: 100%;
    height: 180px;
    background: white;
    border-top: 1px solid rgb(241, 241, 241);
    border-right: 1px solid rgb(241, 241, 241);
    border-bottom: 1px solid rgb(241, 241, 241);
}

/*Imoveis*/
.box-img {
	float:left;
	width:100%;
	border:0px solid black;
	}


.box-img p {
	float: left;
    background: rgba(0, 0, 0, 1);
    position:relative;
    z-index: 5;
    color: white;
    text-align: left;
    padding: 10px 10px;
    bottom: 0;
    width: 100%;
    max-width: 100%;
    font-family: Arial;
    font-size: 12px;
	}

}


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

3.  720px

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

@media only screen and (min-width: 720px) and (max-width: 989px) {
html {
	overflow-x:hidden;
	}


/*HEXAGON CHAMADAS*/
.section-hex {
	display:none;
	max-width:1600px;
	float:none;
	margin:0 auto;
	}

.hex-resp p {
	display:block;
	}

.boxhex {
	width:80%;
	-ms-transform: rotate(30deg); /* IE 9 */
    -webkit-transform: rotate(30deg); /* Chrome, Safari, Opera */
    transform: rotate(30deg);
	}

.boxhex p {
    font-family: Arial;
    -ms-transform: rotate(-30deg);
    -webkit-transform: rotate(-30deg);
    transform: rotate(-30deg);
    max-width: 160px;
    position: absolute;
    line-height: normal;
    float: left;
    margin: -50px -5%;
}

.boxhex i{
	margin:20px 0 0 0;
	font-size:36px;
	}



/* ------------------
		INTERNO
---------------------*/


.titulo-interno {
	float:left;
	width:100%;
	padding:30px 0;
	margin:0 0 30px 0;
	}

.titulo-interno h1 {
	float:left;
	margin:0;
	}

.buttons i {
	font-size:23px;
	float:right;
	margin:0px 10px;
	}


/* ------------------
		GRID VIEW
---------------------*/


.contain ul {
	list-style: none;
	max-width:1300px;
	margin:0 auto;
	}

/* ------------------
.contain .list li{
	 width: 100%;
	 border: 1px solid #CCC;
	 padding:0px;
	 margin:10px 0;
	 float:left;
 ------------------ */

.contain .grid li {
	float: left;
	width: 100%;
	height: auto;
	padding: 10px;
	margin:10px 0;
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
}

.contain .grid img {
	width: 100%;
	float:left;
	}



/* ------------------
	MODO GRID/LIST
---------------------*/

.contain > .ico-imov ul{
	float:left;
	width:100%;
	margin:20px 0;
	}

.contain .ico-imov li{
	float:left;
	width:100%;
	font-size:12px;
	margin:0;
	padding: 10px 0;
	}

.desc-imov small {
	font-family:Arial;
	font-weight:100;
	font-size:12px;
	}

/* ------------------
	   MODO GRID
---------------------*/

.contain .grid ul.ico-imov {
    float: left;
	width:100%;
	border-top:1px solid #eee;
	border-bottom:1px solid #eee;
	padding:15px 0;
}

.grid .desc-imov {
    position: relative;
    width: 93%;
    float: left;
    background: white;
    padding: 0 20px;
    color: #575757;
    z-index: 10;
    margin: -30px 20px 0 10px;
    outline: 1px solid #eee;
}

.desc-imov h3 {
	font-family:Arial;
	font-weight:bold;
	margin:20px 0 10px 0;
	float:left;
	width:100%;
}

.grid .valor button {
    float: none;
    /* margin: 0 0 0 20%; */
    width: 230px;
    margin: 0;
    left: 0;
    padding: 15px 0;
}

.grid .valor {
    float: left;
    width: 100%;
    padding: 0;
	margin:20px 0;
}



.list .valor span {
	float:left;
	position:relative;
	z-index:10;
	text-align:left;
	margin:0;
	width:auto;
	text-indent:inherit;
	}


.grid .desc-imov{
	position: relative;
	width: 100%;
	float: left;
	background: white;
	padding: 0 20px 0px 20px;
	color: #575757;
	z-index: 10;
	margin:0;
}

.grid .itens-desc {
	width:100%;
	display:none;
	}

.grid .valor button {
	float:left;
	left:0;
	}


/* ------------------
	   MODO LIST
---------------------*/

.contain .list  ul.ico-imov {
    float: left;
	width:100%;
	border-top:1px solid #eee;
	border-bottom:1px solid #eee;
	padding:15px 0;
}


.contain .list .ico-imov li {
    float: left;
    width: 100%;
    font-size: 14px;
    margin: 0 10px 0 0;
    padding: 10px 0;
}


.li-imovel li i {
    margin: 0 10px 0;
}

.li-imovel img{
	float:left;
	width:100%;
	}

.list .li-imovel {
	border: 1px solid #f3f3f3;
	padding:0px;
	margin:10px 10px;
	float:left;
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
	font-weight:normal;
	}

.list .desc-imov {
	position:relative;
	width: 100%;
	float:left;
	background:white;
	padding:0 20px;
	color:#575757;
	z-index:10;
	}

.list .itens-desc {
	display:none;
	}

.list .itens-desc p {
	margin: 10px 0;
	font-size:14px;
	line-height:1.5;
	}

.list .valor {
    padding: 15px 0;
	}

.list .valor button {
    float: none;
    /* margin: 0 0 0 20%; */
    width: 230px;
    margin: 0;
    left: 0;
    padding: 15px 0;
}

.list .valor span {
	float:left;
	position:relative;
	z-index:10;
	text-align:left;
	margin:0;
	width:100%;
	text-indent:60px;
	}

.list .left-arrow {
	display:none;
 }


/*Imoveis*/
.box-img {
	float:left;
	width:100%;
	border:0px solid black;
	}


.box-img p {
	float: left;
    background: rgba(0, 0, 0, 1);
    position:relative;
    z-index: 5;
    color: white;
    text-align: left;
    padding: 10px 10px;
    bottom: 0;
    width: 100%;
    max-width: 100%;
    font-family: Arial;
    font-size: 12px;
	}


}



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

4.  lt 720px

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

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

/*Imoveis Home*/

.box-imov {
    position: relative;
    background: white;
    float: right;
    margin-top: 0;
    width: 100%;
    height: auto;
    border-top: 1px solid #f1f1f1;
    border-left: 1px solid #f1f1f1;
	border-right: 1px solid #f1f1f1;
    border-bottom: 1px solid #f1f1f1;
}

.box-imov table {
	width:100%;
	float:left;
	max-width:none;
	font-size:12px;
	margin:10px;
	font-family: 'Roboto', sans-serif;
	font-weight:normal;
	}


.reta {
	display:none;
}



.desc {
    border: 0px solid blue;
    margin-top:0;
    float: none;
    position: relative;
    width: 100%;
    height: auto;
}

.desc p {
    font-family: 'Roboto', sans-serif;
    font-size: 13px;
    margin: 15px 15px;
}

.btn{
	position:absolute;
	float:left;
	z-index:9999;
	border:1px solid red;
}

.btn-3 {
    background: #ff8d12;
    margin: 30px 0;
    color: #fff;
    text-align: left;
    position: absolute;
}

.btn-3e {
    /* padding: 25px 120px 25px 60px; */
    padding: 10px 10px;
    overflow: hidden;
	left:10px;
	width:100%;
	margin: 0 0 20px 0;
}



/*------------------------------
------------------------------*/




.left-topo {
	float:left;
	width:100%;
	height:145px;
	background:#ff8d12;
		text-align: center;
}

.left-topo-arrow {
	display: none;
}

.left-topo img {
	
	max-width:100%;
	float:none;
	/*margin:50px 0; width:75%; */;
}

.image {
    float: left;
    width: 100%;
    margin: 0;
}

.image p {
    float: left;
    background: rgba(0, 0, 0, 1);
    position: relative;
    z-index: 5;
    color: white;
    text-align: left;
    padding: 10px 10px;
    margin: 0;
    bottom: 0;
    width: 100%;
    max-width: 100%;
    font-family: Arial;
    font-size: 12px;
}

.icones {
	display:none;
	}

.right-topo {
	display: none;
	float:left;
	width:30%;
	height:145px;
	background:#333333;
}

.busca-topo {
	  float:left;
    position: relative;
    margin-top: -80px;
    width: 50%;
    /* margin-top: -100px; */
    padding: 0;
    z-index: 9999;
    position: relative;
		width: 75%;
		border-right: 1px solid rgba(255, 255, 255, 0.22);
}

.busca-topo input[type=text]{
    width: 60%;
    border: 0px solid red;
    padding: 16px 10px;
    margin: 0px 5px;
    background: none;
    color: white;
    float: left;
}


/*
.busca-topo {
	float:right;
	position: relative;
	background: #ff8d12;
	margin-top: -20px;
	width:80%;
	padding:20px 0;
}
*/


.busca-rodape {
	float:right;
	position: relative;
	background: #ff8d12;
	margin-top: 0;
	width:80%;
	padding:20px 0;
}


.busca-topo:after, .busca-rodape:after {
    right: 100%;
    margin-top: -22px;
    border: solid transparent;
    content: " ";
    height: 0;
    margin-right: -1px;
    width: 0;
    position: absolute;
    border-style: solid;
    border-width: 31px 20px 31px 0;
    border-color: transparent #ff8c12 transparent transparent;
}


.busca-rodape input[type=text]{
	width:130px;
	border:0px solid red;
	padding:0px 10px;
	margin:0px 15px;
	background:none;
	color:white;
	float:left;
}


.busca-topo i {
    color: white;
    float: left;
    /* margin: 10px 0 0 0; */
    line-height: 3.4;
    /* float: right; */
}


nav {
	margin:10px 0 0 0;
	}


.busca {
    position: absolute;
    right: 0;
    color: white;
    float: right;
    width: 80%;
    margin-top: -20px;
    padding: 15px 10px;
    background: url(../../imgs/site/dir.jpg) left no-repeat;
}


.busca2 {
    color: white;
    float: right;
    width: 90%;
    margin-top: -23px;
    padding: 15px 10px;
    background: url(../../imgs/site/dir2.jpg) left no-repeat;
}



.pesquisa input[type=text] {
    width: 100%;
    border: 1px solid gray;
    padding: 15px 10px;
    margin: 0;
    background: #363636;
    color: white;
    float: right;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}


.pesquisa input[type=submit] {
    padding: 15px 35px;
    color: white;
    float: right;
    border: 0;
    min-width: 100%;
    margin: 0;
}

.pesquisa label {
    padding: 0px 0;
    float: left;
    font-family: Arial;
}

.box-pesq {
	padding:0 10px;
	}

.idioma {
    font-family: Arial;
    padding: 10px 0;
	height:60px;
}

.idioma div {
    font-family: Arial;
    padding: 0 10px;
	margin:0;
	height:auto;
}

.hexico {
    float: none;
    position: relative;
    width: 43px;
    height: 25.98px;
    background-color: #ff8d12;
    margin: 0 auto;
    border-top: 1px solid #ff8d12;
    border-bottom: 1px solid #ff8d12;
    -ms-transform: rotate(30deg);
    -webkit-transform: rotate(30deg);
    transform: rotate(30deg);
}

.bgdest {
    background:white;
    background-size: 100%;
    background-position: center;
    margin-bottom: 60px;
}

.cont-dest {
    float: left;
    width: 100%;
    height: auto;
    margin: 10px 0;
    font-family: Arial;
    font-size: 25px;
    line-height: normal;
	padding:20px 10px;
}


.bgdest2 {
    /* height: 500px; */
	height:auto;
    background:white;
    background-size: 100%;
    background-position: center;
}


/*Grid imoveis*/

.imovel img {
    float: left;
    position: relative;
    width: 100%;
}


.btn {
	float:left;
    width: 100%;
    border: none;
    font-family: inherit;
    font-size: inherit;
    color: inherit;
    background: none;
    cursor: pointer;
    display: inline-block;
    margin: 40px 0 0 -80px;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 100;
    outline: none;
    position: relative;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

.btn-3 {
    background: #ff8d12;
    color: #fff;
    text-align: left;
    margin: 60px 0;
}

.btn-3e {
    /* padding: 25px 120px 25px 60px; */
    padding: 10px 10px;
    overflow: hidden;
    right: 60%;
    background-color: white;
    margin: 60px 0;

}



.reta {
    float: left;
    width: 150px;
    height: 180px;
    -webkit-transform: skew(-20deg);
    -moz-transform: skew(-20deg);
    -o-transform: skew(-20deg);
    background: white;
    /* border-left: 3px solid #ff8d12; */
    border-top: 0px solid #f1f1f1;
    /* border-bottom: 1px solid #f1f1f1; */
}

/*STEPS*/

.breadcrumb li a {
	font-size:14px;
	padding-left:30px;
}


.filtr-item img {
	width:100%;
	max-width:none;
    float: left;
    position: relative;
    transition: ease 0.3s;
}


/*Hexagon CHamadas*/

.section-hex {
	display:none;
	}

.hex-resp p {
	display:block;
	}

.section-hex > .grid-3 {
	padding:0 10%;
	}

.boxhex {
	position:absolute;
	width:100%;
	-ms-transform: rotate(30deg); /* IE 9 */
    -webkit-transform: rotate(30deg); /* Chrome, Safari, Opera */
    transform: rotate(30deg);
	}

.btvermais p{
	display:none;
	text-align:center;
	margin:0;
	margin-left:0;
	}

.copy { text-align:center; }
.copy p {
	margin:0;
    text-align: center;
}

.copy img {
	margin:0;
    float: none;
}


/*------------------------------------------
			Carousel Destaque Fundo Fixo
-------------------------------------------*/
.fundo-fixo {
	background:white;
	padding:0;
	}


.det-img{
	width:100%;
	position:absolute;
	}

.desc-carou{
	float:left;
	position:absolute;
	width:100%;
	height:558px;
	background:white;
	top:30%;
	left:0;
	z-index:9999;

	font-family: Arial;
    font-size: 25px;
    line-height: normal;
	}

.desc-carou small {
	font-size:12px;
	margin:0;
	}

.desc-carou p {
	font-size:14px;
	margin:10px 0;
	}


.reta-dir {
	display:none;
}


.item a{
	color:inherit;
	}

.line {
	width: 100%;
    border-bottom: 1px solid #e4e4e4;
    float: left;
    margin: 20px 0 50px 0;
	}

.inner-desc {
	width:100%;
	background:white;
	margin: 0;
	padding:20px;
	position: absolute;
	}

.inner-desc .properticons {
	font-size:48px;
	margin:-20px 0 0 10px;
	padding:0;
	}

.inner-det small {
    font-size: 14px;
}


.inner-desc div {
    font-size: 16px;
}

.det-carou img {
	display:none;
	float:left;
	width:100%;
	}

.inner-desc .btn {
    width: 100%;
    border: none;
    font-family: inherit;
    font-size: inherit;
    color: inherit;
    background: none;
    cursor: pointer;
    display: inline-block;
    margin: 10px 0;
	padding:15px 15px;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 0px;
    font-weight: 100;
    outline: none;
    position: relative;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

.inner-desc .btn-3 {
    background: #ff8d12;
    color: #fff;
    text-align: left;
	}


.inner-desc table {
	width:100%;
	max-width:300px;
	font-size:16px;
	margin:20px 0;
	}

.inner-desc table td {
	outline:0px solid white;
	padding:5px;
	}

.inner-desc i{
	width:30px;
	text-align:left;
	}

.inner-desc .properticons{
	width:30px;
	text-align:left;
	font-size:38px;
	margin:0;
	padding:7px 0;
	line-height:0;
	}


.inner-det i {
	margin: 0px 20px;
    font-size: 31px;
    vertical-align: middle;
	}

.inner-det i:span{
	margin: 0px 20px;
    font-size: 31px;
    vertical-align: middle;
	}

.item {
	float:left;
	height:558px;
	}


#det-img {
	display:none;
	}



/*------------------------------------------
			Carousel Destaque
--------------------------------------------*/
.owl-carousel {
	width: 100%;
    padding: 10px;
	float:left;
	height:auto;
}


.det-carou {
    float: left;
    position:absolute;
    width: 100%;
    top: 0;
    background: white;
    left: 0%;
	float:left;
    z-index: 9999;
}

#det-fundo {
	display:none;
	}

#det-img {
	text-align:center;
	display:block;
	width:100%;
	float:left;
	}

.inner-det {
    /* width: 360px; */
	width:100%;
    margin: 250px auto;
	background:white;
	padding:20px 10px;
	float:left;
	position:absolute;
	border: 1px solid #e4e4e4;
}


.line {
    width: 100%;
    border-bottom: 1px solid #e4e4e4;
    float: left;
    margin: 15px 0;

}

.row1 {
    margin: 30px 0 0 0;
}






/*------------------------------------------
--------------------------------------------*/

#toggle {
    display: block;
    width: auto;
    height: 30px;
    float: right;
    margin: 0 30% 0 0;
    text-align: left;
}



/* ------------------
		INTERNO
---------------------*/


.titulo-interno {
	float:left;
	width:100%;
	padding:30px 0;
	margin:0 0 30px 0;
	}

.titulo-interno h1 {
	float:left;
	margin:0;
	font-family:Arial;
	font-size:16px;
	}

.buttons i {
	font-size:23px;
	float:right;
	margin:0px 10px;
	}




/* ------------------
		GRID VIEW
---------------------*/


.contain ul {
	list-style: none;
	max-width:1300px;
	margin:0 auto;
	}

/* ------------------
.contain .list li{
	 width: 100%;
	 border: 1px solid #CCC;
	 padding:0px;
	 margin:10px 0;
	 float:left;
 ------------------ */

.contain .grid li {
	float: left;
	width: 100%;
	height: auto;
	padding: 10px;
	margin:10px 0;
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
}

.contain .grid img {
	width: 100%;
	float:left;
	}



/* ------------------
	MODO GRID/LIST
---------------------*/

.contain > .ico-imov ul{
	float:left;
	width:100%;
	margin:20px 0;
	}

.contain .ico-imov li{
	float:left;
	width:100%;
	font-size:12px;
	margin:0;
	padding: 10px 0;
	}

.desc-imov small {
	font-family:Arial;
	font-weight:100;
	font-size:12px;
	}

/* ------------------
	   MODO GRID
---------------------*/

.contain .grid ul.ico-imov {
    float: left;
	width:100%;
	border-top:1px solid #eee;
	border-bottom:1px solid #eee;
	padding:15px 0;
}

.grid .desc-imov {
    position: relative;
    width: 93%;
    float: left;
    background: white;
    padding: 0 20px;
    color: #575757;
    z-index: 10;
    margin: -30px 20px 0 10px;
    outline: 1px solid #eee;
}

.desc-imov h3 {
	font-family:Arial;
	font-weight:bold;
	margin:20px 0 10px 0;
	float:left;
	width:100%;
}


.grid .valor {
    float: left;
    width: 100%;
    padding: 0;
	margin:20px 0;
}

.grid .desc-imov{
	position: relative;
	width: 100%;
	float: left;
	background: white;
	padding: 0 20px 0px 20px;
	color: #575757;
	z-index: 10;
	margin:0;
}

.grid .itens-desc {
	width:100%;
	display:none;
	}

.grid .valor button {
	float:left;
	left:0;
  width: 100%;
	}

.list .properticons{
	margin:0 5px 0 0;
	padding:0;
	}

/* ------------------
	   MODO LIST
---------------------*/

.contain .list  ul.ico-imov {
    float: left;
	width:100%;
	border-top:1px solid #eee;
	border-bottom:1px solid #eee;
	padding:15px 0;
}


.contain .list .ico-imov li {
    float: left;
    width: 100%;
    font-size: 12px;
    margin: 0 10px 0 0;
    padding: 10px 0;
}


.li-imovel li i {
    margin: 0 10px 0;
}

.li-imovel img{
	float:left;
	width:100%;
	}

.list .li-imovel {
	border: 1px solid #f3f3f3;
	padding:0px;
	margin:10px 10px;
	float:left;
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
	font-weight:normal;
	}

.list .desc-imov {
	position:relative;
	width: 100%;
	float:left;
	background:white;
	padding:0 20px;
	color:#575757;
	z-index:10;
	}

.list .itens-desc {
	display:none;
	}

.list .itens-desc p {
	margin: 10px 0;
	font-size:14px;
	line-height:1.5;
	}

.list .valor {
    padding: 15px 0;
	}

.list .valor button {
	float: none;
    /* margin: 0 0 0 20%; */
    width: 230px;
		width: 100%;
    margin: 0;
	left:0;
    padding: 15px 0;
	}

.list .valor span {
	float:left;
	position:relative;
	z-index:10;
	text-align:left;
	margin:0;
	width:100%;
	text-indent:60px;
	}

.list .left-arrow {
	display:none;
 }


.breadcrumb label {
	font-size:11px;
}

.hex-resp small {
    font-size: 12px;
}


/*Página Interna*/

.barra-valor {
    float: left;
    position: relative;
    background: #ff8d12;
    width: 100%;
    padding: 10px 0;
    font-family: Arial;
	text-align:center;
}

.barra-valor:after {
	display:none;
}



ul.itens-det {
	color:#646464;
	float:left;
	margin:0%;
	padding:15px 0;
	}

ul.itens-det i {
	margin-right:5px;
	}

.itens-det li:last-child{
	border-right:0px solid white;
	}


.itens-det li{
	font-family:Arial;
	float:left;
	font-size: 12px;
	margin:0 5px;
	width:auto;
	padding:10px 5px;
	list-style:none;
	border-right:0px solid #f1f1f1;
	text-align:center;
	}


.preco {
	text-align:center;
	}

.preco small{
	display:none;
	}


.titulo-detalhes-imovel {
	padding:10px;
	line-height:1.5;
	text-align:justify;
	}


.mais-info, #sticky-wrapper {
	display:none;
	}

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

nav.extra {
    height: auto;
    padding: 0 0 30px 0;
}

nav.extra a:hover {
		color:#363636;
	}

.social {
	padding:20px 10px 0px 10px;
	}




/* Reset Select 

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
  outline: 0;
  box-shadow: none;
  border: 0 !important;
  background: #363636;
  background-image: none;
  margin:3px 0;
}

.select {
  position: relative;
  display: block;
  width: 100%;
  max-width:none;
  height: 33px;
  line-height: 2;
  background: #363636;
  overflow: hidden;
  float:left;
  margin: 0;
  border: 1px solid gray;

}

select {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0 0 0 .5em;
  color: white;
  cursor: pointer;
  border: 1px solid gray;
}
select::-ms-expand {
  display: none;
}

.select::after {
  content: '\25BC';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 6px 10px;
  border-left:1px solid gray;
  pointer-events: none;
  font-size:11px;
}
.select:hover::after {
  color: #ff8d12;
}
.select::after {
  -webkit-transition: .25s all ease;
  -o-transition: .25s all ease;
  transition: .25s all ease;
}

*/
/* Custom Select */

/*Imoveis*/
.box-img {
	float:left;
	width:100%;
	border:0px solid black;
	}


.box-img p {
	float: left;
    background: rgba(0, 0, 0, 1);
    position:relative;
    z-index: 5;
    color: white;
    text-align: left;
    padding: 10px 10px;
    bottom: 0;
    width: 100%;
    max-width: 100%;
    font-family: Arial;
    font-size: 12px;
	}


}



/* Lista Imoveis */
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', 'Ubuntu', Arial; font-weight:normal; }
.caixa-busca select { padding:0 10px; float:left;	 }
.caixa-busca .select { float:left; margin-bottom:5px; }
.caixa-busca 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; 
	width: 100%; height: 100%; margin: 0; padding: 0 0 0 .5em; color: #363636; cursor: pointer; border: 1px solid rgba(223,223,223,1.00);
}
.caixa-busca .select { position: relative; display: block; width: 20em; max-width:140px; height: 33px; line-height: 2; background: white; overflow: hidden; border: 1px solid rgba(223,223,223,1.00);  }
.caixa-busca select::-ms-expand { display: none; }
.caixa-busca .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; }
.caixa-busca .select::after { -webkit-transition: .25s all ease; -o-transition: .25s all ease; transition: .25s all ease; }

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

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%; }
.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%; }
*/
.item-lista { width:100%; margin:0 0 20px 0; float:left;     border: 3px solid rgba(223,223,223,0.3); transition: ease 0.3s;  }
.item-lista:hover{background:rgba(244,244,244,0.8); transition:ease 0.3s;}
.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%; padding:0 15px 0 0; }
.desc-item-lista table td { padding:0px 10px; }
.desc-item-lista h3{ font-size:23px; font-family: 'amplesoftbold', 'Ubuntu', Arial; 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{  padding:12px 15px; border-radius:0px; text-decoration:none; color:white; float:right; font-family: 'amplesoftregular', 'Ubuntu', Arial; }
.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', 'Ubuntu', Arial; 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', 'Ubuntu', Arial; font-weight:normal; }
.item-lista ul li:first-child { font-size:23px; padding:6px 0; }
.txt-right { text-align:right; }
@media only screen and (max-width: 719px) {
	.img-item-lista { float: left; width: 100%; border: 0px solid black;}
	.desc-item-lista { float: left; width: 100%; background: white; padding: 15px; }
}
/* Lista Imoveis */

/* Contato */
.formulario input:focus, select:focus{	padding:10px 5px;	} 
.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 !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; }				
/* Contato */