@charset "utf-8";
/* CSS Document */

body, html {
	font: 100%/1.4 'Montserrat', sans-serif;
	margin: 0;
	padding: 0;
	color: #000;
	font-size: 16px;
	
	    -webkit-backface-visibility: hidden;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    font-smoothing: antialiased;
	
}
* {
	margin: 0px;
	padding: 0px;
	box-sizing: border-box;
	    -webkit-font-smoothing: auto;
    font-smoothing: auto;
    text-rendering: optimizeLegibility;
	
	
}
ul, ol, dl {
	margin: 0;
}
img {
	max-width: 100%;
	display: block;
}
a img {
	border: none;
}
a:link {
	color: inherit;
	text-decoration: none;
}
a:visited {
	color: inherit;
	text-decoration: none;
}
a:hover, a:active, a:focus {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
a:focus {
	outline: none !important;
}


h2 {
	font-size: inherit;
	font-weight: inherit;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    margin-bottom: 0rem;
    font-family: inherit;
    font-weight: inherit;
    line-height: inherit;
    color: inherit;
}

input {
	outline: none;
}
textarea {
	outline: none;
	font-family: 'Montserrat', sans-serif;
}
button {
	outline: none !important;
	border: none;
	font-family: 'Montserrat', sans-serif;
	background-color: inherit;
}
input {
	font-family: 'Montserrat', sans-serif;
	color: #363a36;
	font-size: 16px;
}
select {
	font-family: 'Montserrat', sans-serif;
	color: #363a36;
	font-size: 16px;
	    font-weight: 600;
}


.busca{
    padding: 12px;
       height: 50px;
    font-size: 16px;
    line-height: 16px;
    border-radius: 3px;
    border: none;
   color: #363a36;
}

	input:focus{
			border: solid 1px #da9528 !important;
		}

.buscas_pop .item{
	
	
	border: solid 1px #fff6;
    padding: 5px;
    border-radius: 3px;
    font-size: 14px;
    line-height: 14px;
    display: block;
    float: left;
    font-weight: 500;
    padding-left: 10px;
    padding-right: 10px;
	margin: 3px;
	
	
}


.buscas_pop .item:hover{
	
	
	border: solid 1px #FFBE00;
color: #FFBE00;
	
	
}







::-webkit-input-placeholder { /* Chrome/Opera/Safari */
 color: #717171;
font-size: 16px;
font-weight: 400;
font-family: 'Montserrat', sans-serif;
}
::-moz-placeholder { /* Firefox 19+ */
 color: #717171;
font-size: 16px;
font-weight: 400;
font-family: 'Montserrat', sans-serif;
}
:-ms-input-placeholder { /* IE 10+ */
 color: #717171;
font-size: 16px;
font-weight: 400;
font-family: 'Montserrat', sans-serif;
}
:-moz-placeholder { /* Firefox 18- */
 color: #717171;
font-size: 16px;
font-weight: 400;
font-family: 'Montserrat', sans-serif;
}
 .busca::-webkit-input-placeholder { /* Chrome/Opera/Safari */
 color: #526d81;
font-size: 18px;
font-weight: 500;
font-family: 'Montserrat', sans-serif;
}
.busca::-moz-placeholder { /* Firefox 19+ */
 color: #526d81;
font-size: 18px;
font-weight: 500;
font-family: 'Montserrat', sans-serif;
}
.busca:-ms-input-placeholder { /* IE 10+ */
 color: #526d81;
font-size: 18px;
font-weight: 500;
font-family: 'Montserrat', sans-serif;
}
.busca:-moz-placeholder { /* Firefox 18- */
 color: #526d81;
font-size: 18px;
font-weight: 500;
font-family: 'Montserrat', sans-serif;
}
 .formulario_busca::-webkit-input-placeholder { /* Chrome/Opera/Safari */
 color: #808080;
font-size: 16px;
font-weight: 400;

}

.formulario_busca::-moz-placeholder { /* Firefox 19+ */
 color: #808080;
font-size: 16px;
font-weight: 400;

}

.formulario_busca:-ms-input-placeholder { /* IE 10+ */
 color: #808080;
font-size: 16px;
font-weight: 400;

}
.formulario_busca:-moz-placeholder { /* Firefox 18- */
 color: #808080;
font-size: 16px;
font-weight: 400;
	
}
.formulario_busca {
	
color: #666;
    background-color: #f1efed;
    font-size: 16px;
    padding: 12px;
    border-radius: 3px;
    padding-left: 15px;
    border: 0;
  
	
}

.formulario_busca:hover, .formulario_busca:focus {
	
	    background-color: #f6f6f6;

}



.flex {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
}
.rowwrap {
	-webkit-flex-flow: row wrap;
	-moz-flex-flow: row wrap;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
}
.columnwrap {
	-webkit-flex-flow: column wrap;
	-moz-flex-flow: column wrap;
	-ms-flex-flow: column wrap;
	flex-flow: column wrap;
}


.right {
	-webkit-justify-content: flex-end;
	-moz-justify-content: flex-end;
	-ms-justify-content: flex-end;
	justify-content: flex-end;
}

.center {
	-webkit-justify-content: center;
	-moz-justify-content: center;
	-ms-justify-content: center;
	justify-content: center;
}
.space-around {
	-webkit-justify-content: space-around;
	-moz-justify-content: space-around;
	-ms-justify-content: space-around;
	justify-content: space-around;
}
.space-between {
	-webkit-justify-content: space-between;
	-moz-justify-content: space-between;
	-ms-justify-content: space-between;
	justify-content: space-between;
}
.space-evenly {
	-webkit-justify-content: space-evenly;
	-moz-justify-content: space-evenly;
	-ms-justify-content: space-evenly;
	justify-content: space-evenly;
}
.align {
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	align-items: center;
}

.start{
	-webkit-align-content: flex-start;
	-moz-align-content: flex-start;
	-ms-align-content: flex-start;
	align-content: flex-start;
}



.container {
	padding: 0px;
	margin: 0;
	float: left;
	width: 100%;
	position: relative;
	clear: both;
	display: block;
}


.baseline {
    -webkit-align-items: baseline;
    -moz-align-items: baseline;
    -ms-align-items: baseline;
    align-items: baseline;
}




.header{
clear: both;
    position: relative;
    width: 100%;
    float: left;
	
}


.content{
	clear: both;
	position: relative;
	width: 100%;
	float: left;

}


.footer{
	background-color: #262626;
	background-repeat: no-repeat; 
	background-size: cover; 
	background-position: center top; 
	width: 100%; 
	float: left; 
	position: relative; 
}


.size{
	width: 100%;
	max-width: 1250px;
	padding-left: 20px;
	padding-right: 20px;
}


.menu{
	list-style: none;
	float: left;
	padding: 0;
	position: relative; 
	
}

.menu li{
	
    font-size: 18px;
    font-weight:600;
      padding: 15px;
    color: #000;
    float: left;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    -moz-transition: 0.2s;
    transition: 0.2s;
    position: relative;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
        -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
	
	-webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
	
	cursor: pointer;
		
}



.menu li:hover:before{

	visibility: visible;
	opacity: 1;
	
	
}




.menu li:before{
	
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    content: '\f054';
	color: #fff;
    position: absolute;
    top: 0px;
    width: 11px;
    font-size: 11px;
    transform: rotate(90deg);
    line-height: 11px;
    z-index: 99999;
    transition-duration: 0.1s;
    transition-property: transform;
    -webkit-tap-highlight-color: transparent;
    -webkit-transition: all 0.1s ease-in;
    -moz-transition: all 0.1s ease-in;
    -ms-transition: all 0.1s ease-in;
    -o-transition: all 0.1s ease-in;
    transition: all 0.1s ease-in;
}


.menu li:hover{
	
    
    z-index: 999;
       color: #ff7500;
    margin-top: -5px;
}



.menu li:hover a{
	 
	    z-index: 9;

}


.botao{
	color: #0055a1; 
	display: block; 
	padding: 5px; 
	background-color: #0055a1; 
	border-radius: 5px; 
	padding-left: 15px; 
	padding-right: 15px; 
	font-size: 12px; 
	font-weight: 500; 
	cursor: pointer;
	
	text-transform: uppercase;
	
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	-moz-transition: 0.5s;
	transition: 0.5s;
}


.botao:hover{
	color: #fff !important; 
	background-color: #0094d9; 

	
}


.botao2{
	
	color: #fff; 
	display: block; 
	padding: 10px; 
	border-radius: 25px; 
	padding-left: 30px; 
	padding-right: 30px; 
	font-size: 18px; 
	font-weight: 500; 
		
	
background: rgb(76,196,227);
background: -moz-linear-gradient(94deg, rgba(76,196,227,1) 0%, rgba(42,149,223,1) 45%, rgba(48,183,238,1) 100%);
background: -webkit-linear-gradient(94deg, rgba(76,196,227,1) 0%, rgba(42,149,223,1) 45%, rgba(48,183,238,1) 100%);
background: linear-gradient(94deg, rgba(76,196,227,1) 0%, rgba(42,149,223,1) 45%, rgba(48,183,238,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#4cc4e3",endColorstr="#30b7ee",GradientType=1);
	
	

	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	-moz-transition: 0.5s;
	transition: 0.5s;
	
	border: solid 2px transparent; 
	
	cursor: pointer;
}




.botao2:hover{
	
    color: #ff4600 !important;
    border: solid 2px #ff4600 !important;
    background: transparent !important;
	
}



.item_lista_imoveis{
border-radius: 5px;
    position: relative;
    cursor: pointer;
    padding: 15px 25px;
    float: left;
    line-height: normal;
    font-weight: 600;
    color: #526d81;
	    margin-left: 1px;
    margin-right: 1px;
}


.item_imoveis, .item_imoveis2{
    display: block;
    float: left;
    width: 23% !important;
    max-width: 23% !important;
    background-color: #fff;
    box-shadow: 0px 0px 30px 0px #99999987;
    -webkit-box-shadow: 0px 0px 30px 0px #99999987;
    box-shadow: 0px 0px 30px 0px #99999987;
    border-radius: 3px;
    margin: 1% !important;
    margin-top: 20px !important;
    position: relative;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    -moz-transition: 0.5s;
    transition: 0.5s;
	
	min-height: 400px;
}


.item_imoveis:hover, .item_imoveis2:hover{
	    box-shadow: 0px 0px 40px 0px #999999e6;
    -webkit-box-shadow: 0px 0px 40px 0px #999999e6;
    box-shadow: 0px 0px 40px 0px #999999e6;
}

.item_imoveis .carousel, .item_imoveis2 .carousel{
	border-bottom: solid 0px #fff;
	
}

.item_imoveis:hover .carousel{

	
}


.item_imoveis img, .item_imoveis2 img{
	border-radius: 0px 0px 0px 0px;
	filter: brightness(0.9);
}


.mn_obras .is-nav-selected{
	    background-color: #fff;
    border-radius: 3px 3px 0px 0px;
	color: #012b4a;
}

.mn_obras .item_lista_imoveis:hover{
	    background-color: #fff;
    border-radius: 3px 3px 0px 0px;
	color: #012b4a;
}



.item_serv{
	    transition-duration: 0.1s;
    transition-property: transform;
    -webkit-tap-highlight-color: transparent;
    -webkit-transition: all 0.1s ease-in;
    -moz-transition: all 0.1s ease-in;
    -ms-transition: all 0.1s ease-in;
    -o-transition: all 0.1s ease-in;
    transition: all 0.1s ease-in;
}



.item_serv:hover{
  margin-top: -5px !important;

	
}

.item_serv:hover img{
  border-color: #afdaff !important;

	
}



.item_spec{
	        font-size: 11px;
    padding-left: 3px;
    padding-right: 3px;
    font-weight: 500;
}

.item_spec i{
	    font-size: 15px; margin-bottom: 3px;
}


.full{
	

	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	-moz-transition: 0.5s;
	transition: 0.5s;
	
}


.full:hover{
    color: #fff !important;
    background-color: #ffbc00 !important;
    border-color: #ffbc00 !important;
	
}



.full2{
	

	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	-moz-transition: 0.5s;
	transition: 0.5s;
	
}


.full2:hover {
      color: #fff !important;
    background-color: #f0454c !important;
    border-color: #f0454c !important;
}

.full2:hover i{
	 color: #fff !important;
}


.bg_cat{
/*	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	-moz-transition: 0.5s;
	transition: 0.5s;*/
	
}

.bg_cat:hover{
	
	 filter: contrast(1.0) brightness(1.2);
}


.toggled {
 
	
	visibility: visible;
	opacity: 1;
	
}


.item-target1, .item-target2, .item-target3, .item-target4, .item-target5 {

 display: none;
}




.dis-none {
    display: none !important;
}


.btn, .btn2, .btn3, .btn4, .btn5{
	    font-size: inherit;
    background-color: inherit;
    color: inherit;
    font-family: inherit;
    font-weight: inherit;
	
	
}


.toggled{
    width: 100%;
    float: left;
    position: absolute;
    left: 0;
    top: 110px;
    z-index: 9;
    background-color: #f3f3f3;
}


.item_roda{
padding-bottom: 30px;
    padding-top: 10px;
    padding-right: 40px;
    padding-left: 15px;
}




.item_roda ul li{
	    color: #8caeda;
    font-size: 16px;
    font-weight: 300;
	list-style: none;
	margin-bottom: 8px;
}




.botao_hover3 {
    color: #31799e;
    border: solid 1px #e7b00d;
    border-bottom: solid 2px #e7b00d;
    background-color: #fff;
    transition-duration: .2s;
    transition-property: transform;
    -webkit-tap-highlight-color: transparent;
    -webkit-transition: all .2s ease-in;
    -moz-transition: all .2s ease-in;
    -ms-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    transition: all .2s ease-in;
}


.zap{
padding: 1px;
    position: absolute;
    right: 0;
    top: 15px;
    text-align: center;
    font-size: 0.71em;
    line-height: 16px;
    border: solid 1px #a1e4be;
    border-radius: 10px;
    color: #05944e !important;
    padding-left: 8px;
    padding-right: 8px;
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: 0.03em;
}


.banner_mob{
	
	display: none;
	
	
}





.redes i{
    color: #fff;
    font-size: 48px;
    line-height: 48px;
    display: block;
    margin-right: 35px;
    margin-bottom: 10px;
    float: left;
}


	.default{opacity:1;}


.stabled{    
	
	box-shadow: 0 0 10px rgb(0 0 0 / 17%);
   -webkit-box-shadow: 0px 5px 5px -7px #666, 5px 5px 5px -7px rgb(0 0 0 / 0%);    box-shadow: 0px 5px 5px -7px #999, 5px 5px 5px -7px rgb(0 0 0 / 0%);
    position: fixed !important;
    height: 80px !important;
      opacity: 1;
    z-index: 9999;
    background-color: #fff;
    transition-duration: 0.2s;
    transition-property: transform;
    -webkit-tap-highlight-color: transparent;
    -webkit-transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
    -ms-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
	
	border-top: solid 6px #ed7000;
	
	    background-image: url(/imagens/bg_mn.jpg);
    background-repeat: no-repeat;
    background-size: 1920px 100%;

}


.logo{
	padding: 20px;
}
	
.stabled .logo img{    
	    max-width: 250px;
    height: auto;
	
		}


.nossas_obras{
	width: 100%; 
	position: relative; 
	float: left; 
	clear: both;
	background-image: url(/imagens/bg_content.jpg);
	background-repeat: no-repeat;
	background-size: 1920px auto;
	min-height: 1920px;
	    background-position: center top;
}


.item_obras{
	
	background-color: #fff;
	width: 31%;
	margin: 1%;
	margin-bottom: 50px;
	float: left;
	cursor: pointer;
	overflow: hidden;
	
	    transition-duration: 0.1s;
    transition-property: transform;
    -webkit-tap-highlight-color: transparent;
    -webkit-transition: all 0.1s ease-in;
    -moz-transition: all 0.1s ease-in;
    -ms-transition: all 0.1s ease-in;
    -o-transition: all 0.1s ease-in;
    transition: all 0.1s ease-in;
	
	    border-bottom: solid 3px #fff;
	
}


.item_obras:hover{
/*	box-shadow: 0 0 60px 0px rgb(0 0 0 / 10%);
    -webkit-box-shadow: 0 0 60px 0px rgb(0 0 0 / 10%);
    box-shadow: 0 0 60px 0px rgb(0 0 0 / 10%);*/
	    border-bottom: solid 3px #ed7000;
}


.item_obras img{
		    transition-duration: 0.2s;
    transition-property: transform;
    -webkit-tap-highlight-color: transparent;
    -webkit-transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
    -ms-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
	
	    filter: brightness(0.85);
	
}



.item_obras:hover img{
	
	
	    transform: scale(1.03);
    filter: brightness(1.1) contrast(1.05);

}


.item_obras div{
	
	width: 100%;
	
}



.item_blog{
	
	
	width: 29%;
    margin: 2%;
	float: left;
	position: relative;
	
	
}

.item_blog img{
	
	width: 100%;
	float: left;
	
}

.item_blog strong{
	
	font-size: 22px;
	line-height: 24px;
	color: #57525a;
	width: 100%;
	text-transform: uppercase;
	
}

.item_blog span{
	color: #353238;
	font-size: 18px;
	line-height: 24px;
	width: 100%;
}



.item_roda{
	    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
	    -webkit-flex-flow: column wrap;
    -moz-flex-flow: column wrap;
    -ms-flex-flow: column wrap;
    flex-flow: column wrap;
	float: left;
}

.item_roda strong{
	
color:#ff646a;
    text-transform: uppercase;
    font-size: 16px;
    line-height: 16px;
    margin-bottom: 10px;
}

.item_roda a{
color: #ccc;
    padding-left: 15px;
    padding-bottom: 20px;
    font-size: 16px;
    line-height: 16px;
    position: relative;
    float: left;
    font-weight: 400;
}





.item_roda a:before{
	
	color: #ff646a;
	content: '\f054';
	 font-family: "Font Awesome 6 Free";
    font-weight: 900;
	position: absolute;
	left: 0px;
	font-size: 12px;
	
}


.item_roda a:hover{
	color:#ff646a;
}


	.carousel-nav .flickity-viewport {
    overflow:visible;
    position: relative;
  
}
		
		.carousel-nav .carousel-cell{
			position: relative !important;
			    transform: none !important;
		}
		
		
		.carousel-nav .flickity-slider{
		
		transform: none !important;
	
		}
		
	.mn_obras .flickity-slider {
    position: relative;
    width: 100%;
		height: auto;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    float: left;
    clear: both;
  
}
		
		
		.item_lista_banner:before{
			
			background-image: url(/imagens/linha_sep.png);
			background-size: 100% 100%;
			background-repeat: no-repeat;
			content: '';
			position: absolute;
			width: 1px;
			left: -1px;
			height: 100%;
			
			
			
		}	
		
		
			.item_lista_banner:last-child:after{
			
			background-image: url(/imagens/linha_sep.png);
			background-size: 100% 100%;
			background-repeat: no-repeat;
			content: '';
			position: absolute;
			width: 1px;
			right: -1px;
			height: 100%;
			
		}	
		
		
		.mn_obras .is-nav-selected span{
			
			color: #fabc00 !important;
			
			
		}



.accordion {
  width: 100%;  
}

.accordion ul {

  margin: 0;
  padding: 0;
}

.accordion .filtro{
	    background: #f6f6f6;
    border: solid 1px #dfdfdf;
    -webkit-box-shadow: 0px 7px 10px -7px #0000002e;
    box-shadow: 0px 7px 10px -7px #0000002e;
    margin-bottom: 15px;
	    float: left;
    width: 48%;
	margin: 1%;
}

.accordion .pagenav {
  position: relative;
  list-style: none;
}

.accordion .pagenav a {
  text-decoration: none;
      color: #5d5d5d;
}

.accordion .pagenav ul{
  display: none; /* hides all ul content by default (see exceptions in JS) */
  padding: 15px;
	padding-top: 0;
  margin: 0;
}

.accordion .open ul{
  display: block; /* hides all ul content by default (see exceptions in JS) */
	float: left;

}

.accordion .pagenav li {
    margin-bottom: 5px;
    list-style: none;
    font-size: 13px;
    font-weight: 500;
}

.accordion .pagenav h4 {
    padding: 15px;
    margin: 0;
    cursor: pointer;
    font-size: 14px;
    font-weight: 500;
}

.accordion .pagenav h4 i {
    font-size: 16px;
    position: absolute;
    right: 30px;
    line-height: 16px;
    transition: .2s;
    -webkit-transition: .2s;
    -ms-transition: .2s;
}

.pagenav i{

	margin-right: 5px;
}


.accordion .pagenav.open h4 i {
  transform: rotate(90deg);
}

.accordion a:hover, .accordion .pagenav li.current_page_item a {
  text-decoration: underline;
}

.form-group {
    margin-bottom: 2px;
}


.form-group input {
  padding: 0;
  height: initial;
  width: initial;
  margin-bottom: 0;
  display: none;
  cursor: pointer;
}

.form-group label {
     position: relative;
    cursor: pointer;
    font-size: 13px;
    line-height: 14px;
	font-weight: 500;
}

.form-group label:before {
    content: "";
    -webkit-appearance: none;
    background-color: #fff;
    border: 1px solid #a3a3a3;
    box-shadow: 0 1px 2px rgb(0 0 0 / 5%), inset 0px -15px 10px -12px rgb(0 0 0 / 5%);
    padding: 7px;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    cursor: pointer;
    margin-right: 5px;
}

.form-group input:checked + label:after {
    content: "";
    display: block;
    position: absolute;
    top: 4px;
    left: 6px;
    width: 4px;
    height: 12px;
    border: solid #232e3a;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}


.price-range {
    display: flex;
    justify-content: space-between;
}

.dimension-range .floating-label, .price-range .floating-label, .search-color .floating-label {
    display: flex;
    flex-flow: column-reverse;
    height: 43px;
    margin-top: -14px;
}

.price-range span {
    padding: 0 5px;
    margin-top: 8px;
}

.dimension-range span, .price-range span, .search-color span {
      
    font-size: 14px;
    font-weight: 500;

}

.dimension-range button, .price-range button, .search-color button {
    background: #ff4600;
    border: 1px solid #ff4600;
    border-radius: 2px;
    color: #fff;

    font-size: 14px;
    height: 29px;
    width: 29px;
}

.dimension-range .floating-label input:placeholder-shown+label, .price-range .floating-label input:placeholder-shown+label, .search-color .floating-label input:placeholder-shown+label {
    transform: translate(0, 22px) scale(1);
}

.dimension-range .floating-label label, .price-range .floating-label label, .search-color .floating-label label {
    color: #939292;

   
    font-size: 13px;
    padding: 0 4px;
    margin: 0 5px;
	
	font-weight: 500;
}

.dimension-range .floating-label input, .price-range .floating-label input, .search-color .floating-label input {
background: #fff;
    border: 1px solid #cfcfcf;
    min-height: 29px;
	font-size: 13px;
    padding-left: 3px;
}

.price-range input {
    width: 90px;
}

.dimension-range .floating-label label, .dimension-range .floating-label input, .price-range .floating-label label, .price-range .floating-label input, .search-color .floating-label label, .search-color .floating-label input {
    transition: all 0.2s;
    touch-action: manipulation;
}

.dimension-range .floating-label input:placeholder-shown+label, .price-range .floating-label input:placeholder-shown+label, .search-color .floating-label input:placeholder-shown+label {
    transform: translate(0, 24px) scale(1);
}

.dimension-range .floating-label input:not(:placeholder-shown)+label, .dimension-range .floating-label input:focus+label, .price-range .floating-label input:not(:placeholder-shown)+label, .price-range .floating-label input:focus+label, .search-color .floating-label input:not(:placeholder-shown)+label, .search-color .floating-label input:focus+label {
    outline: none;
    color: #000000;
    background: #fff;
    width: fit-content;
    font-size: 11px;
    transform: translate(0, 8px) scale(1);
}


@media (min-width: 220px) and (max-width:1024px) {
	
	
	.topo_int{
		    top: 20px;
	}
	
	
	.rodape_cima{
		
		    padding-top: 30px !important;
    padding-bottom: 0px !important;
		
	}
	
	
	.topo{
		margin-top: 0px !important;
	}
	
	
/*	.menu-wrap {
    position: relative;
    top: 0;
    left: -65px !important;
    z-index: 9;
    width: 135px;
    margin-left: 50%;
    margin-bottom: 20px;
}*/
	
	.menu-wrap {
    position: static !important;
    top: 0;
    left: 0;
    z-index: 9;
    width: 135px;
    margin-left: 0;
    margin-bottom: 0;
    width: auto !important;
    float: left;
	margin: 0px;
    margin-left: -30px;
}
	
	
	.menu-wrap .hamburger {
    position: relative;
    z-index: 1;
    width: 35px !important;
    height: 35px !important;
    padding: 5px !important;
    background: rgb(240 70 76);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 3px;
}
	
	
	.menu-wrap .toggler {
    position: absolute;
    z-index: 2;
    cursor: pointer;
    width: 35px;
    height: 35px;
    opacity: 0;
}
	
	
	.menu-wrap .menu > div {
    background: rgb(32 32 32 / 85%);
    border-radius: 0 !important;
    width: 200vw !important;
    height: 100vh !important;
    display: flex;
    flex: none;
    align-items: center;
    justify-content: center;
    transform: scale(0);
    transition: all 0.4s ease;
}
	
	
	.logo_mob{
		width: 240px !important;
    min-width: 240px !important;
	}	
	
	
	.banner{
		height: auto !important;
	}
	
	
	.txt_left{
		text-align: left !important;
	}
	
	
	.item_imoveis, .item_imoveis2 {
 
    width: 100%;
	}
	
	
	
	.flickity-page-dots .dot{
		
		display: none !important;
	}
	
	
	.item_spec {
 
  
}
	
	
	.tamanho_galeria{
		min-width: 80% !important;
    width: 80% !important;
    margin-left: 0% !important;
    float: left !important;
	}
	
	.esconde_desk{
		display: block !important;
	}
	
	.esconde_desk_add {
		display: flex !important;	
	}
	
	.wrap_busca_mob{
	    background-color: #012b4abf;
    padding: 15px;
    padding-top: 20px;
	}
	
	
	
	.accordion .open ul {
    display: none;
}
	
	.accordion .pagenav {
    padding-bottom: 0 !important;
}
	
		.accordion .pagenav .open{
    padding-bottom: 20px !important;
}
	
	.accordion .filtro{
		padding-bottom: 0 !important;
		margin-bottom: 5px;
	}
	
	.accordion .pagenav h4 {
    padding: 7px;
		
	}
	
	
	.item_roda {
    padding-bottom: 0px !important;
    padding-top: 30px !important;
    padding-right: 30px;
		padding-left: 0;
}
	
	.encomenda{
	    background-image: none;
    float: left;
    position: relative;
    width: 100%;
    margin-bottom: 30px;
    padding-top: 30px !important;
    border-top: solid 1px #f1efed;
}
	
	
	.item_imoveis {
display: block;
    float: left;
    width: 100% !important;
    max-width: 100% !important;
    background-color: #fff;
    box-shadow: 0px 0px 30px 0px #99999987;
    -webkit-box-shadow: 0px 0px 30px 0px #99999987;
    box-shadow: 0px 0px 30px 0px #99999987;
    border-radius: 3px;
    margin: 0 !important;
    margin-top: 20px !important;
    position: relative;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    -moz-transition: 0.5s;
    transition: 0.5s;
}
	
	
	.item_lista_imoveis {
    padding: 13px 10px;
    width: 50%;
    margin: 0;
    border: solid 1px #d9d9e5;
    border-radius: 0;
    font-size: 15px;
		
	}
	
	.item_lista_imoveis:hover {
  
		    border-radius: 3px;
	}
	
	.buscas_pop{
		
		padding-top: 25px !important;
		    padding-bottom: 15px;
		
	}
	
	
	.buscas_pop .item {
    border: solid 1px #fff6;
    padding: 5px;
    border-radius: 3px;
    font-size: 12px;
    line-height: 13px;
    display: flex;
    float: left;
    font-weight: 500;
    padding-left: 10px;
    padding-right: 10px;
    margin: 2%;
    margin-bottom: 10px;
    margin-top: 0;
    width: 46%;
    align-self: stretch;
    align-items: center;
}
	
	
	.tp_logo{
		min-height: auto; 
		padding-top: 30px; 
		padding-bottom: 0px;
		width: 100%;
	}
	
	
	.tp_redes{
	float: left; clear: both; font-size: 14px; line-height: 14px; width: 100%;
}
	
	
		.mn_obras{
		    padding: 0px;
	}
	
	.mn_obras .flickity-slider{
		    -webkit-flex-flow: row wrap;
    -moz-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow:row wrap;
	}
	
	
	
	.banner_mob{
	
	display: block;
	
	
}
	
	
	.size {
    width: 100%;
    max-width: 100%;
    padding-left: 15px;
    padding-right: 15px;
}
	
	
	.flickity-page-dots .dot {
    display: inline-block;
    width: 15px;
    height: 15px;
    margin: 0 5px;
    background: #b88b1c;
    border-radius: 50%;
    opacity: 0.25;
    cursor: pointer;
}
	
		
	

.banner_mob {
	display: block !important;
}

	
	.item_banner{
min-height: auto;
    background-position: center center;
    background-size: cover;
    display: block;
}
	
	
	

	
			.menu{
				
   width: 100%;
        min-width: unset;
    margin-bottom: 30px;
/*    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
     -webkit-flex-flow: column wrap; 
    -moz-flex-flow: column wrap;
    -ms-flex-flow: column wrap;
     flex-flow: column wrap; */
 
				
}
	
	.menu a{
	
	}
	
	
	.menu li {
    font-size: 16px;
    line-height: 16px;
    font-weight: 600;
    padding: 10px;
    /* width: 155px; */
    /* color: #ffffff; */
    /* background-color: #012b4a61; */
    border-radius: 5px;
    /* margin: 5px; */
    float: left;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    -moz-transition: 0.3s;
    transition: 0.3s;
    position: relative;
    /* display: -webkit-box; */
    display: -moz-box;
    display: -ms-flexbox;
    /* display: -webkit-flex; */
    /* display: flex; */
    /* -webkit-align-items: center; */
    -moz-align-items: center;
    -ms-align-items: center;
    /* align-items: center; */
    cursor: pointer;
}
	
	.header {
    clear: both;
    position: relative;
    width: 100%;
    float: left;
    background-image: url(/imagens/topo_mob2.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center 0px;
    min-height: auto;
}
	
	
	.chamada{
		color: #fff;
    font-size: 24px;
    line-height: 24px;
    text-align: center;
    display: block;

	}
	
	
	.zap{
    padding: 1px;
    position: relative;
    right: 0;
    left: 0;
    top: 0px;
    text-align: center;
    font-size: 0.71em;
    line-height: 16px;
    border: solid 1px #a1e4be;
    border-radius: 10px;
    color: #05944e;
    padding-left: 5px;
    padding-right: 5px;
    text-transform: uppercase;
    font-weight: 400;
    letter-spacing: 0.03em;
    margin-bottom: 15px !important;
    margin: auto;
}
	
	

	.mob{
	
    min-width: 100% !important;
    width: 100% !important;
     clear: both !important;
    float: left !important;
    min-height: auto !important;
	
	
}
	
	
		.half_mob{
	
	min-width:48% !important;
	width:48% !important;
	margin-left:1% !important;
	float:left !important;
	
}

	.item_spec.half_mob {
		min-width: auto !important;
    	width: auto !important;
	}
	
	
		.logo img{
		    margin: auto !important;
	}
	

	select{
		-webkit-appearance:none;-moz-appearance:none;appearance:none;  -moz-border-radius: 0; -webkit-border-radius: 0; font-size: 16px !important;border-radius: 0;
	}
	
		input{
		-webkit-appearance:none;-moz-appearance:none;appearance:none;  -moz-border-radius: 0; -webkit-border-radius: 0; font-size: 16px !important;border-radius: 0; 
	}
	button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance:button;-moz-appearance:button;appearance:button;

}
	
	input[type="button"] {
    -webkit-appearance: none !important;
		-moz-appearance:    none !important;
   appearance:         none !important;

}
		
		
			input[type="submit"] {
    -webkit-appearance: none !important;
		-moz-appearance:    none !important;
   appearance:         none !important;

}
	
			input[type="checkbox"] {
    -webkit-appearance: checkbox !important;
		-moz-appearance:    checkbox !important;
   appearance:         checkbox !important;

}
	
		input[type="radio"] {
    -webkit-appearance: radio !important;
		-moz-appearance:    radio !important;
   appearance:         radio !important;

}	
	
	
	.esconde_mob{
		display: none !important;
	}
	

	
	.bloco_mob{
		
		display: block !important;
	}
	
	
		.pad_mob{
		padding: 15px !important;
	}
	
			.mg_mob{
		margin: 15px !important;
	}
	
	
		.pad_0{
		padding: 0px !important;
	}
	
		.mg_0{
		margin: 0px !important;
	}
	
		.mg_tp10{
		margin-top: 10px !important;
	}
	
			.mg_tp20{
		margin-top: 20px !important;
	}
	
	
		.tittle {
  font-size: 28px !important;
    line-height: 30px !important;

		
}
	
		.tittle2 {
    font-size: 18px !important;
    line-height: 18px !important;

}
	
	
		
	.logo{
		    margin: auto;
		width: 100%;
	}
	
	
	
	.busca {
    padding: 10px;
    height: auto;
		min-height: 60px;
		    margin-bottom: 5px;
		background-color: #fff !important;
		    border-radius: 3px 3px 3px 3px !important;
		
	}
	
	.bt_busca{
		    height: auto !important;
	}
	
	
	.wrap_busca .select{
		position: relative;
		   font-family: "Font Awesome 6 Free";
    font-weight: 900;
	}
	
	
	.wrap_busca .select:after{
content: '\f0dd';
    position: absolute;
    width: 10px;
    height: 10px;
    right: 5px;
    top: 5px;
    font-size: 13px;
    z-index: 9999;
    display: block;
    color: #5c7688;
	
	}
	
	
	
	
	.busca::-webkit-input-placeholder { /* Chrome/Opera/Safari */
 color: #526d81;
font-size: 16px;
font-weight: 500;
font-family: 'Montserrat', sans-serif;
}
.busca::-moz-placeholder { /* Firefox 19+ */
 color: #526d81;
font-size: 16px;
font-weight: 500;
font-family: 'Montserrat', sans-serif;
}
.busca:-ms-input-placeholder { /* IE 10+ */
 color: #526d81;
font-size: 16px;
font-weight: 500;
font-family: 'Montserrat', sans-serif;
}
.busca:-moz-placeholder { /* Firefox 18- */
 color: #526d81;
font-size: 16px;
font-weight: 500;
font-family: 'Montserrat', sans-serif;
}
	

	
.item_imoveis, .item_imoveis2{
    display: block;
    float: left;
    width: 100% !important;
    max-width: 100% !important;
    background-color: #fff;
    box-shadow: 0px 0px 30px 0px #99999987;
    -webkit-box-shadow: 0px 0px 30px 0px #99999987;
    box-shadow: 0px 0px 30px 0px #99999987;
    border-radius: 3px;
    margin: 0 !important;
    margin-top: 20px !important;
    position: relative;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    -moz-transition: 0.5s;
    transition: 0.5s;
}	
	
	
	.footer{
		    background-size: auto 100% !important;
	}
	
	
	
	
	.menu-wrap .menu > div > div {
    margin-top: 0px !important;

}
	
	
	.slider__item {
    flex: 0 0 100% !important;
    max-width: 100% !important;
}
	
	.tela{
		   min-height: 460px !important;
	}
	
	
	
}





@media (min-width: 220px) and (max-width:448px) {
	
	
	.redes{
		
	width: 100%;
	-webkit-flex-flow: row wrap;
    -moz-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
		
	}

	.half_mob{
	
	min-width: 50% !important;
    width: 50% !important;
    margin-left: 0% !important;
    float: left !important;
	
}

	.item_spec.half_mob {
		min-width: auto !important;
    	width: auto !important;
	}
	
	
	
	
	
}