@charset "UTF-8";
/*GERAL*/
  body {
    font-family: 'Montserrat', sans-serif;
    overflow-x: hidden;
  }

  html,body{
    width:100%;
    height:100%;
  }

  *, input, select, textarea, option, button {
    outline: none !important;
  }

  form.noappearance select, form.noappearance input[type=text], form.noappearance button{
	-webkit-border-radius:0px;
	-moz-border-radius:0px;
	border-radius:0px;
	-webkit-appearance: none; 
	-moz-appearance: none;
	appearance: none; 
	border: 0 !important;  
}

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



/* HEADER */

.box__header-estilo {
    background-color: #fff;
    padding: 0px;
    border-bottom: 2px solid #006c38; 
}

.box__header-estilo .navbar {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    float: left;
    width: 100%;
    margin-bottom: 0px;
}

.box__header-estilo .navbar-brand {
    float: left;
    height: auto;
    padding: 10px 0px;
    font-size: 18px;
    line-height: 20px;
}

.box__header-estilo .navbar-brand img{
  width:auto;
  height: 83px;
}

.box__header button.navbar-toggle{
  display: block;
  padding:0px;
  margin:15px 0px 0px 0px;
}

.box__header .navbar-toggle .icon-bar{
  background-color: #0097dc;
  margin-top: 8px;
  width: 29px;
  -webkit-transition:  500ms ease;
  -moz-transition: 500ms ease;
  -ms-transition:  500ms ease;
  -o-transition:  500ms ease;
  transition:  500ms ease;
}

.box__header .navbar-toggle.closeIcon .icon-bar:nth-of-type(2) {
    transform: rotate(43deg);
    position: relative;
    background-color: #0097dc;
    top: 6px;
}

.box__header .navbar-toggle.closeIcon .icon-bar:nth-of-type(3) {
    transform: rotate(-43deg);
    position: relative;
    background-color: #0097dc;
    top: -2px;
}

.box__header .navbar-toggle.closeIcon .icon-bar:nth-of-type(4) {
    opacity: 0;
    margin-bottom: 0px;
}

.box__header .navbar-toggle .icon-bar:nth-child(1){
  margin-top:0px;
}


.box__selecionados--estilo, .bt__menu--estilo{
  padding:0px;
}

.box__selecionados--estilo a{
    border: 1px solid #fff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding: 0px 10px;
    color: #fff;
    font-weight: 500;
    float: right;
    max-width: 188px;
    margin-top: 22px;
    margin-right: 17px;
    font-size: 13px;
    line-height: 180%;
    -webkit-transition: background 500ms ease;
    -moz-transition: background 500ms ease;
    -ms-transition: background 500ms ease;
    -o-transition: background 500ms ease;
    transition: background 500ms ease;
}

.box__selecionados--estilo a i{
  color: #D3051C;
  font-size: 18px;
  top: 2px;
  position: relative;
}

.box__selecionados--estilo a:hover, .box__selecionados--estilo a:focus{
  text-decoration: none;
  background: #D3051C;
  border-color: #D3051C;
}

.box__selecionados--estilo a:hover i, .box__selecionados--estilo a:focus i{
  color: #fff;
}

.box__menu--estilo{
  margin-top: 7px;
}

.box__menu--estilo ul{   
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;   
    width: 100%;
    float: right;
    text-align: right;
    margin-bottom: -5px;
}

.box__menu--estilo li, .box__menu--estilo .list-group-item:first-child{
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    background: transparent;
    border:0px;
    padding:5px 10px;
}


.box__menu--estilo  .list-group-item:last-child{
  display:inline-block;
  padding-right:0px;
}

.box__menu--estilo li{
  display: inline-block;
  float: none;
  overflow: hidden;
  cursor: pointer;
  border:0px;
  margin:0px 5px;
}

.box__menu--estilo li.left__border{
  border-left:2px solid #006c38;
  border-radius: 0px;
}

.box__menu--estilo li.margin__nova {
    margin: 0px -2px -6px -2px;
    padding: 0px !important;
    height: 40px;
    text-align: center;
}

.box__menu--estilo li.margin__nova a{
  padding: 10px 14px !important;
}

.pd-menu-topo-0 {
  padding-left:0px;
}

.box__menu--estilo li.divisor-menu{
  width:100%;
  padding:0px;
  margin: 12px 0px;
}

.box__menu--estilo li a{
  color: #5a5a5a;
  position: relative;
  z-index: 3;
  cursor: pointer;
  width:100%;
  font-size: 13px;
  display:block;
  text-transform: uppercase;
}

.box__menu--estilo li,
.box__menu--estilo li a {
  transition: color .3s ease-in-out, background .3s ease-in-out;
}

.box__menu--estilo li.margin__nova:hover{
  background-color: #006c38;
  color: #fff;
}

.box__menu--estilo li.margin__nova:hover a{
  color: #fff;
}


.box__menu--estilo li a:hover, .box__menu--estilo li a:focus{
  text-decoration: none;
}

.box__menu--estilo li a i{
  font-size:22px;
}

li.divisor-menu::before{
  display:none;
}


.box__menu--estilo li:last-child{
  margin-right:0px;
}

.box__menu--estilo li .fa-whatsapp, .box__menu--estilo li .fa-phone{
    font-size: 20px;
    margin-right: 10px;
    top: 2px;
    position: relative;
}

.box__menu--estilo li:nth-child(2){
  margin: 0px 18px;
}

.box__menu--estilo li:nth-child(5){
  padding-right: 0px;
  margin-right: 20px;
}

/* BANNER */

.banner__home--estilo{
  width:100%;
  height: 570px;
}


.banner__home--estilo div.imagemcover{
    background-size: cover;
    background-position: center;
    text-align: center;
    height: 570px;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-shadow: inset  0px -52px 27px -19px rgba(0,0,0,0.42); 
    box-shadow: inset 0px -52px 27px -19px rgba(0,0,0,0.42);
}

.banner__home.mobileversion .carousel-item img{
    margin: 0 auto;
}


.banner__home--estilo div.imagemcover .carousel-caption{
  position: absolute;
  display: inline-block;
  bottom: 0px;
  right: auto;
  left: auto;
  padding: 0px;
  text-align: left;
}

.banner__home--estilo div.imagemcover h2{
  padding:15px 48px; 
  color:#fff;
  font-weight: 700;
  margin-bottom: 0px;
  background: rgb(107 107 107 / 85%);  
}

.glyphicon-chevron-right:before, .glyphicon-chevron-left:before{
  content: "";
}

.banner__home--estilo .carousel-control .glyphicon-chevron-left, .carousel-control .icon-prev {
    margin-left: 20px;
}

.banner__home--estilo .carousel-control .glyphicon-chevron-right, .carousel-control .icon-next{
  margin-right: 20px;
}

.banner__home--estilo .carousel-control .glyphicon-chevron-left:before {
    content: '';
    background: url(../images/seta-esquerda.png) no-repeat;
    width: 41px;
    height: 63px;
    float: left;
    cursor: pointer;
}

.banner__home--estilo .carousel-control .glyphicon-chevron-right:before {
    content: '';
    background: url(../images/seta-direita.png) no-repeat;
    width: 41px;
    height: 63px;
    float: left;
    cursor: pointer;
}

.carousel-fade .carousel-inner .item {
  transition-property: opacity;
}
        
.carousel-fade .carousel-inner .item,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  opacity: 0;
}

.carousel-fade .carousel-inner .active,
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}

.carousel-fade .carousel-inner .next,
.carousel-fade .carousel-inner .prev,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  transform: translate3d(0, 0, 0);
}
  

.carousel-fade .carousel-inner .carousel-control {
  z-index: 2;
}


/* BUSCA RAPIDA */


.gradient-busca{
  position: relative;
  margin-bottom: -100px;
  z-index: 10;
  height: 120px;
  padding:0px;
  background: rgb(0,0,0);
  background: -moz-linear-gradient(360deg, rgba(0,0,0,0) 0%, rgba(255,255,255,1) 43%);
  background: -webkit-linear-gradient(360deg, rgba(0,0,0,0) 0%, rgba(255,255,255,1) 43%);
  background: linear-gradient(360deg, rgba(0,0,0,0) 0%, rgba(255,255,255,1) 43%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#ffffff",GradientType=1);
}

.box__busca--rapida-estilo{
    position: relative;
    margin-bottom: -65px;
    z-index: 10;
    padding: 13px 0px 0px 0px;
}

.box__busca--rapida-estilo form{
  margin-bottom: 0px;
}

.box__busca--rapida-estilo form select, .box__busca--rapida-estilo form #divregiaoBR{
  float:left;
  margin-right: 13px;
}

.box__busca--rapida-estilo form #divregiaoBR, .box__busca--rapida-estilo form #divcidadeBR, .box__busca--rapida-estilo form #divpreco{
  width: 16%;
   float: left;
}

.box__busca--rapida-estilo form select, .box__busca--rapida-estilo form input[type=text]{
  padding: 15px;
  font-size: 14px;
  width: 16%;
}

.box__busca--rapida-estilo form #divcidadeBR select , .box__busca--rapida-estilo form #divregiaoBR select, .box__busca--rapida-estilo form #divpreco select{
   width: 100%;
   box-shadow: none;
}

.box__busca--rapida-estilo form select{
  background: url(../images/seta-seletor.png) no-repeat 85% center, url(../images/fio-divisao-vertical.png) no-repeat right;
  color:#5a5a5a;
  text-transform: uppercase;
}

.box_inputnomecond{
  float: left;
  position: relative;
}

div.box_inputnomecond ul.ui-widget-content{
    background-color: #d3051c;
    color: #fff;
    border: 0px;
    width: 100% !important;
    top: 0px !important;
    left: 0px;
}

div.box__busca--rapida-estilo form input[type=text]{
  background: transparent;
  width: 12.7%;
  color:#5a5a5a;
}

#listandocond{
  position:relative;
}

#BuscaRapida  input[type=text]::-webkit-input-placeholder { /* Chrome/Opera/Safari */
	color: #5a5a5a;
}
#BuscaRapida  input[type=text]::-moz-placeholder { /* Firefox 19+ */
	color: #5a5a5a;
}
#BuscaRapida  input[type=text]:-ms-input-placeholder { /* IE 10+ */
	color: #5a5a5a;
}
#BuscaRapida  input[type=text]:-moz-placeholder { /* Firefox 18- */
	color: #5a5a5a;
}

div.box__busca--rapida-estilo form button{
    background: transparent;
    color: #5a5a5a;
    padding: 9px;
    margin-left: 0px;
    font-size: 22px;
}

.box-lista-bairros {
    background-color: #1f94dc;
    color: #fff;
    padding: 1.5em 0 2.5em;
}

.box-lista-bairros ul {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 0;
    margin-top: 10px;
    width: 100%;
}

.box-lista-bairros h2 {
    font-size: 19px;
    text-transform: uppercase;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 30px;

}

.box-lista-bairros a {
    font-size: 14px!important;
    color: #fff!important;
}

.opt-bairro {
    display: flex;
    justify-content: center;
}

.opt-bairro a:hover {
    padding-left: 0px;
    color: #006c38;
    background: #fff;
    color: #184363!important;
    font-weight: 600;
    padding: 0 10px;
    border-radius: 20px;
    transition: all ease .6s;
}

.box-lista-bairros a:hover {
    padding-left: 0px;
    color: #006c39;
}

.box-lista-bairros li:nth-child(2),
.box-lista-bairros li:nth-child(3),
.box-lista-bairros li:nth-child(4),
.box-lista-bairros li:nth-child(6),
.box-lista-bairros li:nth-child(7),
.box-lista-bairros li:nth-child(8),
.box-lista-bairros li:nth-child(10),
.box-lista-bairros li:nth-child(11),
.box-lista-bairros li:nth-child(12),
.box-lista-bairros li:nth-child(14),
.box-lista-bairros li:nth-child(15),
.box-lista-bairros li:nth-child(16)

 {border-left: 1px solid #ffffff4a;}


.box-lista-bairros li + li {
/*    height: 26px;*/
    background-color: transparent;
/*    padding-left: 10px;*/
}
          

/*border-left: 1px solid #ffffff52;*/


/* DESTAQUES */


.container-fluid.box__destaque{
  overflow-x: hidden;
}

.box__destaque--estilo h2{
    position: relative;
    font-size: 30px;
    color: #555;
    margin: 50px 0px 50px 0px;
    display: block;
    font-weight: 400;
    text-align: center;
}

.box__destaque--estilo h2 span{
    font-weight: 500;
    font-size: 30px;
}

.card__imoveis--estilo{
  padding:0px 15px;
  margin-bottom: 70px;
}

.card__imoveis--estilo:nth-child(odd){
  padding-right: 25px;
}

.card__imoveis--estilo:nth-child(even){
  padding-left: 25px;
}

.card__imoveis--estilo:nth-child(odd)::before{
    content: '';
    background-image: url(../images/sombra-destaques.png);
    background-repeat: no-repeat;
    width: 1507px;
    height: 77px;
    display: block;
    position: absolute;
    left: -28%;
    z-index: 99;
}

div.box__resultado .card__imoveis--estilo:nth-child(odd)::before,
div.box__resultado .card__imoveis--estilo:nth-child(even)::before
{
  display: none;
  background:none;
}



.card__item--estilo > a {
  overflow: hidden;
  float:left;
  width:100%;
  position: relative;
}

div.box__resultado .card__item--estilo > a {
  width: 50%;
  display: inline-block;
}


.card__imoveis--estilo:hover .card__imgcover--estilo{
    -ms-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
}

.card__imoveis--estilo:hover .box__valorsdosdestaques--estilo{
  opacity: 0.85;
  top:0px;
}

.card__imgcover--estilo{
    background-size: cover;
    background-position: center;
    height: 370px;
    -webkit-transition: transform .5s;
    -moz-transition: transform .5s;
    -o-transition: transform .5s;
    transition: transform transform .5s;
}

div.box__refimo--estilo{
  color: #555;
  position: relative;  
  padding-top: 0px !important;  
}

div.box__resultado div.box__refimo--estilo span{
  margin-top:10px;
  display: block;
}

div.box__resultado .box__acoescards--estilo > div div {
  padding: 8px 0px;
    padding-bottom: 0px;
}

.card__item--estilo{
    width: 100%;
    float:left;
}

/* .card__imoveis:nth-child(even) .card__item--estilo {
  float:right;
} */

.box__destaqueinfos{
  padding:0px;
}

.card__body--estilo{
  border-top:0px;
  padding:0px;
}
.box__acoescards--estilo > div div{
  color:#6A6A6A;
  padding: 13px 0px;
}

.box__selectfavorito input{
    display: none;
    opacity: 0;
}

.box__selectfavorito label{
  font-weight:normal;
  margin-bottom:0px;
  color:#555;
  cursor:pointer;
}

.box__selectfavorito .fa-heart{
  position: relative;
  font-size:18px;
  top:2px;
}



#listandoEnderecos {
    position: relative;
    width: 100%;
    transition: all ease .4s;
}

#listandoEnderecos ul {
    position: absolute;
    top: -5px;
    border-radius: 2em;
    box-shadow: rgb(1 24 38 / 46%) 0px 6px 9px 3px;
    padding: 2em 1em;
    z-index: 999999;
    background-color: rgb(31, 148, 220);
    color: rgb(255, 255, 255);
    border: none;
    width: 500px;
    transition: all ease .4s;
}

#listandoEnderecos ul .ui-menu .ui-menu-item {
    position: relative;
    margin: 0;
    padding: 3px 1em 3px 0.4em;
    text-transform: capitalize;
    color: #fff;

}

#listandoEnderecos ul .ui-state-focus {
    background-color: #fff;
    color: #2f91dc;
    border-radius: 10px;
    margin: 0;
    padding: 3px 1em 3px 0.4em;
    font-weight: 600;
    border: 0;
    transition: all ease .4s;
}

.busca-empreendimento {
    position: relative;
    bottom: 170px;
    width: 100%;
    display: grid;
    justify-content: center;
}

.busca-empreendimento form {
    background-color: #fff;
    border: 3px solid #1f94dc;
    padding: 1em;
    width: 500px;
    border-radius: 3em;
    box-shadow: 0px 6px 9px 3px #011826;          
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.busca-empreendimento .fa-search {
    color: #228054;
    font-size: 25px;
    background-color: transparent;
}

.busca-empreendimento .empreendimento {
      width: 80%;
      border: none;
      font-size: 16px;
      color: #000;
      font-weight: 400;
      padding: 4px 10px;
  }

.busca-empreendimento button {
    border: none;
    background-color: transparent;
}




.box__selectfavorito label .fas.fa-star{
  color:#D8C043;
}

.box__acoescards--estilo a{
  color:#006c38;
  -webkit-transition: letter-spacing 500ms ease;
  -moz-transition: letter-spacing 500ms ease;
  -ms-transition:  letter-spacing 500ms ease;
  -o-transition:  letter-spacing 500ms ease;
  transition:  letter-spacing 500ms ease;
  text-decoration: underline;
}

.box__txtcard--estilo{
  padding:0px;
}

div.box__resultado .box__txtcard--estilo{
  padding:0px 15px;
}

.box__acoescards--estilo a:hover, .box__acoescards--estilo a:focus{
  letter-spacing: 1px;
}

.box__txtcard h3{
  color: #006c38;
  display: block;
  width: 100%;
  text-align: left;
  text-transform: uppercase;
  font-size: 17px;
  padding:0px;
  line-height: 150%;
  margin-top: 6px;
  margin-bottom: 10px;
}

.box__txtcard h3.titucidadetipo{
  color:#555;
  font-size: 15px;
  text-transform: none;
  font-weight: normal;
  margin: 0px;
}

.box__txtcard--estilo > p{
  color:#a9a9a9;
  min-height: 40px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0px;
 padding: 0px 15px;
}


.box__txtcard--estilo p span{
  color:#a9a9a9;
  text-align: center;
  font-size:18px
}

.destaques-lado-esquerdo{
  min-height: 120px;
  line-height: 25px;
  border-right: 1px solid #a9a9a9;
}

div.box__resultado .destaques-lado-esquerdo {
  min-height: 30px;
  line-height: 25px;
  border-right: 0px;
}


.box__valorsdosdestaques span{
    color: #006c38;   
    display: block;
    font-weight: 500;
    font-size:17px;
}

div.box__resultado .box__valorsdosdestaques span{
  margin-top: 5px;
}


.box_semtexto--estilo{
  padding: 20px 0px;
  height:40px;
}

.box_semtexto--estilo span{
    width: 30%;
    display: block;
    height: 1px;
    background: rgba(0,0,0, 0.2);
    margin: 0 auto;
}

.box_box_atributosimovel--estilo{
  display: block;
  float:left;
  min-height: 140px;
}

.box_box_atributosimovel--estilo ul{
  padding:0px;
  float: left;
  width: 100%;
  margin: 0px;
}

.box_box_atributosimovel--estilo li{
  list-style: none;
  float:left;
  display: flex;
  flex-direction: column;
  width: 50%;
  text-align: left;
  padding: 7px 15px;
  color: #555;
  margin-bottom: 10px;
  align-items: center;
}

div.box__resultado .box_box_atributosimovel--estilo li {
  padding:5px;
  font-size:12px;
  margin-bottom: 0px;
}


.box_box_atributosimovel--estilo li i{
  font-size: 20px;
  color: #006c38;
  margin-bottom: 5px;
}

div.box__resultado .box_box_atributosimovel--estilo li i {
  font-size: 25px;
}


.box__destaque .box_box_atributosimovel--estilo li {
  font-size: 12px;
  text-align: center;
  padding: 2px 15px;
}

.box__destaque .box_box_atributosimovel--estilo li i {
  font-size: 18px;
}

.box_box_atributosimovel--estilo li b{
  color:#555;
}

.box__acoescards > div{
  padding:0px;
  border-top: 1px solid #a9a9a9;
}

div.box__resultado .box__acoescards > div{
  border-top: 0;
}


.box__acoescards--estilo .box__verdetalhes{
  text-align: right;
}

.box__cinza-det{
  height: 50px;
  background: #f5f5f5;
}

/* BREAD */

.box__static_bread{
  padding:0px !important;
}

.bread_static_pg{
    padding: 18px;
    color: #000;
}

div.bread_static_pg a{
  color: #000 !important;
}



.box__breads--estilo{
  color: #b1b1b1;
  font-size: 12px;
  padding-left: 0px;
  padding-top: 0px;
}

.box__breads--estilo .breadcrumb, .box__breads--estilo .breadcrumb-detalhe, .box__breads--estilo .static-breadcrumb{
  background:none;
  text-align: center;
  padding: 10px 0px;
  margin:0px;
}

.box__breads--estilo .breadcrumb > div,  .box__breads--estilo .breadcrumb-detalhe > div > div, .box__breads--estilo .static-breadcrumb > div > div{
  float: none;
  display: inline-block;
}

.box__breads--estilo .breadcrumb a, .box__breads--estilo .breadcrumb-detalhe a, .box__breads--estilo .static-breadcrumb a{
  color: #b1b1b1;
  font-size: 12px;
}

.breads__detalhe{
  padding:0px 15px;
}

.breads__detalhe .breadcrumb-detalhe{
    background: #d2d2d2;
    padding: 24.5px 40px;
    height: 66px;
}

.breads__detalhe .breadcrumb-detalhe a{
    color: #717171;
}

.breads__detalhe .breadcrumb-detalhe::before {
    content: '';
    display: block;
    width: 3px;
    background-color: #6A6A6A;
    height: 688px;
    position: absolute;
    z-index: 10;
    left: 0;
    top: -14px;
}

/* REFINAR */

#divregiao .labeladd{
    border-top: 2px solid #749db6;
    margin-top: 10px;
    padding-top: 10px;
}

.box__containerrefiar{
  padding-right:0px;
}

.box__refinar--estilo{
  padding-top:13px;
  margin-top:-37px;
}

.box__refinar--estilo section{  
  padding:0px 15px;
  background-color: #fff;
  float:left;
  width: 100%;
  -webkit-box-shadow: 0px 0px 10px 1px rgb(0 0 0 / 21%); 
  box-shadow: 0px 0px 10px 1px rgb(0 0 0 / 21%);
}


.page-item .disabled {
  opacity: 0.5;
}

.box__refinar--estilo form select{
    background: transparent url(../images/seta-seletor.png) no-repeat right center;
    background-position: 92%;
    color: #5a5a5a;
    margin: 0px;
    width: 100%;
    margin-bottom: 0px;
    font-size:14px;
    padding: 20px 27px 20px 20px;
    text-transform: uppercase;
}

.box__refinar--estilo form .box__opcoes select{
      padding: 20px 27px 20px 0px;
}

.refinar__titulo {
  text-align: center;
    display: block;
    font-size: 16px;
    font-weight: 600;
    color: #006c38;
    text-transform: uppercase;
    padding: 15px;
}

#refinarBusca hr{
    opacity: 0.8;
    margin: 0px;
    height: 2px;
    border: 0px;
    background-image: url(../images/fio-divisa-horizontal.png);
    background-repeat: no-repeat;
}

div.box__refinar--estilo{
    padding:0px;
    float: left;
    position: relative;
}

#limparegiao{
  background-color: #b4b2b7;
  color:#fff;
}

.box__buscarnomecondrefinar--estilo{
  padding:0px;
  margin-bottom: 15px;
}

.box__buscarnomecondrefinar--estilo .box_inputnomecond {
    width: 81%;
}

div.box__refinar--estilo .box__buscarnomecondrefinar--estilo .box_inputnomecond input[type=text]{
    background: transparent;
    width: 100%;
    border: 1px solid #fff !important;
    font-weight: bold;
    color: #fff;
    padding:15px 10px;
    text-transform: uppercase;
    height: 45px;
    font-size: 13px;
}

div.box__refinar--estilo .box__buscarnomecondrefinar--estilo button {
    background: #D3051C;
    color: #fff;
    padding: 12.5px 11px;
    margin-left: 0px;
    float: left;
}

div.box__refinar--estilo .box__buscarnomecondrefinar--estilo button i{
  font-size: 20px;
}

div.box__refinar--estilo .box__buscarnomecondrefinar--estilo .box_inputnomecond  input[type=text]::-webkit-input-placeholder { /* Chrome/Opera/Safari */
	color: #fff;
}
div.box__refinar--estilo .box__buscarnomecondrefinar--estil .box_inputnomecond  input[type=text]::-moz-placeholder { /* Firefox 19+ */
	color: #fff;
}
div.box__refinar--estilo .box__buscarnomecondrefinar--estil .box_inputnomecond  input[type=text]:-ms-input-placeholder { /* IE 10+ */
	color: #fff;
}
div.box__refinar--estilo .box__buscarnomecondrefinar--estil .box_inputnomecond  input[type=text]:-moz-placeholder { /* Firefox 18- */
	color:#fff;
}

.box__opcoes{
  float:left;
  width: 100%;
}

.box__opcoes span{
    color: #5a5a5a;
    padding: 20px 0px 20px 15px;
    display: block;
}

.box__opcoes .row > div.addborda{
  background: url(../images/fio-divisao-vertical.png) no-repeat center right;

}


.box__opcoes .row > div:nth-child(7){
  padding-right: 15px;
}

.box__opcoes button{
    background: transparent;
    color: #fff;
    outline: none;
    padding:15px;
}
.box__opcoes button:hover, .box__opcoes button:focus{
  background-color: transparent;
  color:#fff;
}

.box__opcoes #boxref{
  background: transparent;
  border:0px;
  float:left;
  padding:22px 15px;
  text-transform: uppercase;
  width: 80%;
  height: auto;
  font-size: 14px;
  color: #749db6;
  outline: none;
}

.box__opcoes #boxref:hover, .box__opcoes #boxref:focus,.box__opcoes #boxref:active{
  outline: none !important;
}

.box__opcoes #boxref::-webkit-input-placeholder { /* Chrome/Opera/Safari */
	color: #749db6;
}
.box__opcoes #boxref::-moz-placeholder { /* Firefox 19+ */
	color: #749db6;
}
.box__opcoes #boxref:-ms-input-placeholder { /* IE 10+ */
	color:#749db6;
}
.box__opcoes #boxref:-moz-placeholder { /* Firefox 18- */
	color: #749db6;
}

.box__opcoes button.enviarref{
  float:left;
  width:20%;
  font-size: 20px;
  text-align: left;
  background-color: #006c38;
  color: #fff;
  border-radius: 5px;
  height: 50px;
  text-align: center;
  margin-top: 8px;
}

.box__regiaobairro--estilo{
  background-color: #fff;
  padding:15px;
  margin-bottom: 15px;
  float: left;
  width: 100%;
}

.box__regiaobairrorefinar--estilo{
  background-color: transparent;
  margin-bottom: 10px;
  margin-top: 15px;
  float: left;
  width: 100%;
  padding:0px 15px 7px 15px;
}

.box__regiaobairrorefinar--estilo > div {
    float: left;
    width: 100%;
    border: 2px solid rgb(208 208 208 / 61%);
    padding:6px;
}

.box__regiaobairro--estilo h2{
    color: #5a5a5a;
    font-weight: bold;   
    text-transform: uppercase;
    text-align: left;
    display: block;
    float: left;
    width:100%;
    font-size: 15px;
    padding:0px;
    margin-bottom: 10px;
}

.box__regiaobairrorefinar--estilo h2{
  margin-top:0px;
  margin-left: 0px;
  font-weight: normal;
  text-transform: none;
  font-size: 16px;
  color: #5a5a5a;
  text-transform: uppercase;
}

.box__regiaobairro p{
  color: #6a6a6a;
  float:left;
  font-size: 16px;
}

div.box__regiaobairro input[type=text]{
    width: 100%;
    margin-bottom: 15px;
    border: 1px solid #b1b1b1 !important;
    padding: 10px 10px;

}

.box__regiaobairro #divregiao{
    float: left;
    height: 165px;
    overflow-y: scroll;
    padding: 5px;
    width: 100%;
    border:1px solid #fff;
    background: #fff;
}

.box__regiaobairro #divregiao label{
  display: block;
  font-size: 12px;
  font-weight: 600;
  margin-bottom: 2px;
  color:#006c38;
}

.box__regiaobairro button{
    width: 100%;
    margin-top: 8px;
    outline: none;
}

#limpatudo{
  background-color: #b4b2b7;
  color: #fff;
  padding: 6px 12px;
  margin: 15px 0px;
}

.box__regiaobairro button:hover, 
.box__regiaobairro button:focus, 
.box__regiaobairro button:active,
#limpatudo:hover,
#limpatudo:focus,
#limpatudo:active{
  background: #999 !important;
  box-shadow: none;
}



/* RESULTADO */

div.box__resinfotopo{
 padding: 15px 0px;
}

div.box__resultado--estilo{
  float: left;
  width:100%;
}

div.box__resultado--estilo div.card__imoveis{
  padding:0px 15px;
  opacity: 0.01;
  position: relative;
  top:0;
  left: 0;
}

div.box__resultado--estilo div.card__imoveis > div {
  border: 1px solid transparent;
  border-radius: 0px;
  border-bottom: 8px solid transparent;
  /* -webkit-transition:border 500ms ease;
  -moz-transition:  border 500ms ease;
  -ms-transition:border 500ms ease;
  -o-transition: border 500ms ease;
  transition: border 500ms ease; */
}


div.box__resultado--estilo div.card__imoveis.visibleresult{
  opacity: 1;
}

/* div.box__resultado--estilo div.card__imoveis .card__item{
  -webkit-transition: background 500ms ease;
  -moz-transition: background 500ms ease;
  -ms-transition:  background 500ms ease;
  -o-transition:  background 500ms ease;
  transition:  background 500ms ease;
} */

/* div.box__resultado--estilo div.card__imoveis:hover .card__item {  
  background:#162f58;
} */




div.box__quantidadederesultados span{
    display: block;
    margin-top: 7px;
    font-size: 16px;
    color: #555;
}

div.box__quantidadederesultados span b{
  color: #555;
}

.box__selecionadosbt{
  text-align: center;
}

.box__selecionadosbt a{
    display:inline-block;
    font-size: 16px;
    color: #555;
    margin-top: 7px;
}

div.box__ordenar{
 color: #555;
 text-align: right;
 font-size: 16px;
}

div.box__ordenar select{
  border: 1px solid rgba(201,201,201, 0.5);
  margin: 0px;
  padding: 6px 20px 6px 10px;
  width: 135px;
  font-weight: 700;
  color: #6a6a6a;
  background: #fff url(../images/seta-select-organizar.png) no-repeat right center;
  background-position: 92%;
  -webkit-border-radius:0px;
	-moz-border-radius:0px;
	border-radius:0px;
	-webkit-appearance: none; 
	-moz-appearance: none;
	appearance: none; 
}

.box__resultadotitulo--estilo{
    background-color: #f5f5f5;
}

.box__resultadotitulo--estilo h1{
  font-size: 25px;
  color: #006c38;
  padding:15px;
  margin-top: 0px;
  margin-bottom: 0px;
}

div.box__resultado .card__imoveis:nth-child(even) .card__item--estilo, div.box__resultado .card__imoveis:nth-child(odd) .card__item--estilo{
  float:left;
  width: 98%;
}

div.box__resultado .card__imoveis .card__item{
  float:left;
  width:100%;
}

div.box__resultado .card__body--estilo{
  width:50%;
  display: inline-block;
}

div.box__resultado  .card__imgcover--estilo{
  height: 285px;
}

div.box__resultado .box__acoescards--estilo{
  text-align: left;
}

div.box__resultado .box__acoescards--estilo h4{
  font-size: 15px;
  margin-bottom: 23px;
  display: block;
  line-height: 175%;
  margin-top: 0px;
}

.box__imgimovelresultado--estilo{
  padding:0px;
}

.box__imgimovelresultado--estilo{
  overflow: hidden;
  height: 260px;
}

div.box__resultado .box__txtcard h3, div.box__resultado  .box__txtcard--estilo > p{
  text-align: left;
  display: block;
}

div.box__resultado .box__txtcard h3{
 font-size: 17px;
 line-height: 200%;
}

h3.bairro-resultado-titulo{
   font-size: 19px;
}


.ladoesquerdo__resultado{
    border-right: 1px solid #d8c043;
}

.ladodireito__resultado{

  padding-left: 40px;
}

div.box__resultado .box__selectfavorito{
  padding:8px 0px 0px 0px;
}

 div.box__resultado  .box__txtcard--estilo > p{
  min-height: auto;
  margin-bottom: 10px;
  font-size: 16px;
}

div.box__resultado .box__txtcard--estilo > p:last-child{
  margin-bottom: 0px;
}

div.box__resultado  .box_box_atributosimovel--estilo {
    border:0px;
    width: 100%;
    display: block;
    float: left;
    min-height: 30px;
}

div.box__resultado  .box_box_atributosimovel--estilo ul {
    padding: 0px;
    float: left;
    display: flex;
    width: 100%;
    margin: 15px 0px;
    border-top: 2px solid #e0e0e0;
    border-bottom: 2px solid #e0e0e0;

}


/* PAGINACAO */

.box__paginacao{
  text-align:center;
  float: left;
  width: 100%;
  display: block;
  margin-bottom: 55px;
}

.box__paginacao .pagination>li>a, .box__paginacao .pagination>li>span {
  position: relative;
  float: left;
  padding: 12px 20px;
  margin-left: -1px;
  line-height: 1.42857143;
  color: #006c38;
  text-decoration: none;
  background-color: #fff;
  border-radius: 0px; 
  border:0px;
  -webkit-transition: color 500ms ease, background 500ms ease;
  -moz-transition: color 500ms ease, background 500ms ease;
  -ms-transition:  color 500ms ease, background 500ms ease;
  -o-transition: color 500ms ease, background 500ms ease;
  transition:  color 500ms ease, background 500ms ease;
}

.pagination li + li a{
  border-left:1px solid #f1f1f1 !important;
}

.pagination li:nth-child(2) a{
  border-left:0px !important;
}

a.paginationnextprev{
    background: #006c38 !important;
    color: #fff !important;
    border-radius: 0px  !important;
    font-size: 14px  !important;
    padding: 12px 20px  !important;
}

.box__paginacao .pagination>li>a:hover, .box__paginacao .pagination>li>span:hover{
  color: #fff  !important;
  background-color:#006c38 ;
}

.box__paginacao .pagination>li>a.active{
  font-weight: 900;
  color: #000;
}


/* FOOTER */

.novo__bgfooter {
  background: #006c38;
}

.novo__bgendereco {
  background:  #1b88cb;
}

.box__footer--estilo{
  background-color: #fff;
  border-top: 2px solid #006c38;
  padding: 30px 0px 00px 0px;
}

.box__footer--estilo .novo_footer_pd{
  padding:0px 15px 0px 80px;
}


.box__footer--estilo p.limite_endereco{
  font-size: 16px;
  margin:0px;
  padding-left: 107px;
  margin-top: 10px;
}

div.barra__socialfooter ul li{
    display: block;
    text-align: right;
    margin-bottom: 25px;
}

div.barra__socialfooter ul li:nth-child(1){
  margin-right: 0px;
}

.barra__socialfooter{
    text-align: right;
}

div.barra__socialfooter ul li:nth-child(3){
  margin-top:5px;
  width: 100%;
}

.barra__socialfooter ul li a{
  float: left;
}

div.barra__socialfooter li a i{
  font-size: 45px;
}

.box__footer--estilo div.barra__socialfooter li::before{
  display: none !important;
}

.box__footer--estilo div.barra__socialfooter li a{
  padding: 0px !important;
}

.box__footer--estilo.fixedbox{
  padding: 30px 0px 50px 0px;
}

.efeito__footer__2{
  overflow: hidden;
}

.box__footer--estilo ul{
    margin-bottom: 0px;
    margin-top: 20px;
    padding: 0px;
    padding-left: 0px;
    position: relative;
    overflow: hidden;
    line-height: 215%;
}

.box__footer--estilo li{
  list-style: none;
  overflow: hidden;
  position: relative;
}




.box__footer--estilo li a{
  display: block;
  float: left;
  position: relative;
  font-size: 16px;
  z-index: 3;
  text-transform: uppercase;
  font-weight: normal;
  color:#5a5a5a;
  -webkit-transition: color 500ms ease, padding 500ms ease;
  -moz-transition: color 500ms ease, padding 500ms ease;
  -ms-transition: color 500ms ease, padding 500ms ease;
  -o-transition: color 500ms ease, padding 500ms ease;
  transition: color 500ms ease, padding 500ms ease;
}

.box__footer--estilo li a:hover, .box__footer--estilo li a:focus{  
  text-decoration: none;
}

.box__footer--estilo li a:hover{ 
  padding-left:10px;
  color:#006c38;
}

.box__footer--estilo p, .box__footer--estilo p a{
  color: #fff !important;
  margin: 0;
  font-size: 16px;
  text-align: center;
  padding: 15px 0px;
  padding-bottom: 5px;
}


.box__direitos p {
  padding:0px;
}

a.box__emailfooter--estilo{
   color: #686868;
  float: left;
  display: block;
  width: 100%;
  margin: 24px 0px;
}

a.box__emailfooter--estilo span{
  float:left;
}

a.box__emailfooter--estilo span:nth-child(1){
  margin-right:15px;
  font-size: 25px;
}

a.box__emailfooter--estilo span:nth-child(2){
  text-decoration: underline;
  position: relative;
  font-size: 17px;
  top: 5px;
}

.box__direitos--estilo{
  padding: 15px 15px 5px 15px;
}

div.box__direitos--estilo p{
  margin: 0px;
  font-weight: 300;
  font-size: 15px;
  text-align: left;
}

div.box__direitos--estilo p span{
  color:#fff;
}

div.box__direitos--estilo ul{
  margin: 0;
  float: right;
  width: 100%;
  text-align: right;
  padding-right: 15px;
}

div.box__direitos--estilo li{
    background: none;
    border: 0px;
    opacity: 1;
    padding: 0px;
    text-align: center;
    display: inline-block;
    margin: 10px !important;
    margin-bottom: 0px !important;
    margin-top:0px !important;
}

div.box__direitos--estilo li:hover a{
  padding-left: 0px;
}

.logo-rodape img{
    height: 153px;
    margin-left: 33px;
}

/* BARRA FIXA */

.barra__fixa--estilo{
    background: #006c38;
    position: relative;
    width: 100%;
    bottom: 0px;
    padding: 0px;
    z-index: 300;
    -webkit-box-shadow: 0px -2px 10px 0px rgba(50, 50, 50, 0.29);
    -moz-box-shadow:    0px -2px 10px 0px rgba(50, 50, 50, 0.29);
    box-shadow:         0px -2px 10px 0px rgba(50, 50, 50, 0.29);
}

.barra__telefonefixa {
    text-align: left;
}

.barra__telefonefixa a{
    display: inline-block;
    padding: 8px 20px;
    font-size: 18px;
    color: #fff;
    margin: 5px 0px;
    padding-left: 0px;
    position: relative;
}

.barra__telefonefixa .direita a:last-child{
  background-color: #fff;
  float: right;
  color: #006c38;
  text-transform: uppercase;
  font-weight: 500;
  display: flex;
  padding: 5px;
  gap: 5px;
  justify-content: center;
  align-items: center;
  border-radius: 3px;
  padding: 4px 10px;
  margin-top: 6px;
  font-size: 15px;
}



.alinha-telefones {display: flex;
    justify-content: space-between; align-items: center;}

.alinha-telefones .direita a b {font-size: 14px;font-weight: 400;text-decoration: underline;}


.politica-mobile {display: none;}

.barra__telefonefixa .direita a:last-child i{
    color: #006c38;
    font-size: 30px;
}

.barra__telefonefixa a:hover, .barra__telefonefixa a:focus, .barra__selecionadosFixo a:hover, .barra__selecionadosFixo a:focus {
  text-decoration: none;
}

.barra__telefonefixa a i{
    position: relative;
    top:0px;
    color: #fff;
    font-size: 15px;
}

.barra__whats--estilo{
    position: absolute;
    right: 60px;
    width: 60px;
    height: 63px;
    padding-top: 11px;
    bottom: 77px;
    text-align: center;
}

.barra__whats--estilo  > span{
  position: relative;
}


.barra__whats--estilo a{
    background: #09a800;
    color: #fff;
    font-size: 28px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    text-align: center;
    display: inline-block;
    box-shadow: 0 0 0 rgba(9,168,0, 0.4);
}

.barra__whats--estilo a i{
    margin-top: 10px;
}


@-webkit-keyframes pulsewhats {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(9,168,0, 0.4);
  }
  70% {
      -webkit-box-shadow: 0 0 0 10px rgba(204,169,44, 0);
  }
  100% {
      -webkit-box-shadow: 0 0 0 0 rgba(204,169,44, 0);
  }
}
@keyframes pulsewhats {
  0% {
    -moz-box-shadow: 0 0 0 0 rgba(9,168,0,0.4);
    box-shadow: 0 0 0 0 rgba(9,168,0, 0.4);
  }
  70% {
      -moz-box-shadow: 0 0 0 10px rgba(204,169,44, 0);
      box-shadow: 0 0 0 10px rgba(204,169,44, 0);
  }
  100% {
      -moz-box-shadow: 0 0 0 0 rgba(204,169,44, 0);
      box-shadow: 0 0 0 0 rgba(204,169,44, 0);
  }
}

/* DETALHE */

#galeria-detalhe{
  margin-top: -50px;
  height:560px;
  min-height:560px;
  overflow:hidden;
  text-align: center;
  background: #006c38;  
}

#galeria-detalhe .carousel-inner, #galeria-detalhe .carousel-inner .item{
  width:100%;
}

#galeria-detalhe .carousel-inner .item > div{
  display: flex;
  justify-content: center;
  align-items: center;
  overflow:hidden;
}

#galeria-detalhe img{
  margin: 0 auto;
  height:560px;
  width: auto;
}

#galeria-detalhe .carousel-control .glyphicon-chevron-right:before {
    content: '';
    background: url(../images/seta-direita.png) no-repeat;
    width: 41px;
    height: 63px;
    float: left;
    cursor: pointer;
}

#galeria-detalhe  .carousel-control .glyphicon-chevron-left:before {
    content: '';
    background: url(../images/seta-esquerda.png) no-repeat;
    width: 41px;
    height: 63px;
    float: left;
    cursor: pointer;
}


.box__widgets--estilo{
  padding:0px;
}

.box__widgets--estilo ul{
  padding-left: 0px;
  margin-bottom: 0px;
  margin-top: 15px;
  width:100%;
  display:inline-block;
}

div.bt-det-estilo, button.bt-det-estilo {
    background-color: #fff;
    border: 1px solid #006c38;
    border-radius: 5px;
    height: 50px;
    font-size: 20px;
    text-transform: initial;
    font-weight: 500;
    padding:5px 15px;
    color: #555;
    font-size: 16px;
}

.box__cont-images{
   color: #006c38;
   text-align: center;
   width: 28%;
}

.box__cont-images span{
    font-size: 21px;
    padding: 10px;
    display: block;
}

button.bt-det-estilo.btcom-video{
  color:#fff;
  background-color: #0097dc;
  display: flex;
  justify-items: center;
  align-items: center;
  justify-content: center;
  border:0px;
}

button.bt-det-estilo.btcom-video i{
  font-size:30px;
  margin-right: 10px;
}

button.bt-det-estilo.btcom-video span{
  font-weight: 300;
  font-size: 22px;
}

.box__widgets--estilo li{
  float: left;
  list-style: none;
}

.box__widgets--estilo li + li {
  margin-left:44px;
}

.box__widgets--estilo  li:last-child div{
   position: absolute;
    left: 0;
    bottom: -45px;
    width: 100%;
    text-align: center;
    background: rgba(0,0,0,0.7);
    padding: 10px;
}

.box__widgets--estilo  li:last-child div a{
  color: #fff;
  font-size: 22px;
  margin:0px 5px;
}

.box__widgets--estilo  li:last-child div span{
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 14px 14px 14px;
  position: absolute;
  top: -14px;
  border-color: transparent transparent rgba(0,0,0,0.7) transparent;
  margin-left: 18px;
}

.box__widgets--estilo li:last-child button{
  text-align: center;
  background: none;
  -webkit-appearance: none; 
  -moz-appearance: none;
  appearance: none; 
}


.bt__videodet, .bt__tourdet{
    background-color: #006c38;
    color: #fff;
    padding: 13px;
    text-align: center;
    width: 170px;
    border: 0px;
    -webkit-border-radius:0px;
    -moz-border-radius:0px;
    border-radius:0px;
    -webkit-appearance: none; 
    -moz-appearance: none;
    appearance: none; 
}


.f-right{
  float:right;
}

.box__widgets--estilo li > div label{
  padding: 9px 0px;
  margin-bottom: 0px;
  text-align: center;
  font-size: 16px;
}

.box__barradireitadet{
  position: relative;
}

.box__fixoDet{
    margin-top:-35px;
}

.box__fixoDet  div:nth-child(1){
    background: #fff;
    -webkit-box-shadow: 0px 0px 10px 1px rgb(0 0 0 / 21%);
    box-shadow: 0px 0px 10px 1px rgb(0 0 0 / 21%);
    padding:15px;
}

.box__fixoDet .txt__titulodetalhe {
  margin:0px;
}

.box__fixoDet .txt__titulodetalhe span:nth-child(1),
.box__fixoDet .txt__titulodetalhe span:nth-child(2){
    color: #555;
    font-weight: normal;
    font-size: 16px;
    float: left;
    padding: 0px;
    width: 50%;
}

.box__fixoDet .txt__titulodetalhe span:nth-child(2){
  text-align:right;
}

.box__fixoDet .txt__titulodetalhe span:nth-child(3){
    float: left;
    color: #006c38;
    margin: 15px 0px;
    font-size: 23px;
    display: block;
    width: 100%;
    text-transform: uppercase;
}

.box__fixoDet .txt__titulodetalhe span:nth-child(4){
    color: #555;
    font-weight: normal;
    margin: 5px 0px 15px 0px;
    font-size: 16px;
    float: left;
    padding: 0px;
    width:100%;
}



.box__valoresdet--estilo{
  float: left;
  width:100%;
  }

.box__valoresdet--estilo span{
  display: block;
  font-weight: 500;
  color: #006c38;
  font-size: 16px;
  margin:10px 0px;
}

div.box__valoresdet--estilo span:nth-child(1){
  border:0px;
}


div.box__valoresdet--estilo span.valorduplodet:nth-child(1){
  padding-bottom:0px;
  margin-bottom: 8px;
}

div.box__valoresdet--estilo span.valorduplodet:nth-child(2){
  padding-top:0px;
}

div.box__valoresdet--estilo span:nth-child(2) i:nth-child(odd){
   width: 31%;
}

.box__infoesquerdadet h1{
    font-size: 22px;
    text-transform: uppercase;
    border-bottom: 1px solid #b1b1b1;
    padding:50px 0px;
    margin:0px;
}

.box__infoesquerdadet h1 span:nth-child(4), .box__infoesquerdadet h1 span:nth-child(5){
  text-transform: none;
  margin-top: 15px;
  display: inline-block;
  font-weight: normal;
  font-size: 16px;
  color: #8e8e8e;
}


.bts__detalhebarrafixa{
  display: block;
  float:left;
  width: 100%;
}

div.bts__detalhebarrafixa span, .bts__detalhebarrafixa a, .bts__detalhebarrafixa button{
  width:100%;
  padding:15px;
  text-align: center;
  float:left;
  font-size: 14px;
  text-transform: uppercase;
  border: 0px;
  -webkit-border-radius:0px;
  -moz-border-radius:0px;
  border-radius:0px;
  -webkit-appearance: none; 
  -moz-appearance: none;
  appearance: none;
  font-weight: 700;
  cursor:pointer;
  margin: 15px 0px 0px 0px;
}

div.bts__detalhebarrafixa span{
  background-color: #fff;
  border: 1px solid #006c38;
  border-radius: 5px;
  height:55px;
  font-size: 20px;
  color: #006c38;
  text-transform: initial;
  font-weight: 500;
}

.bts__detalhebarrafixa a{
  color:#fff;
  position: relative;
   padding: 10px;
  font-size: 17px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  background-color: #006c38;
  border-radius: 5px;
  height:55px;
}

.tel-versao a{
  background-color: #fff;
  border: 1px solid #006c38;
  padding:13px;
  height:55px;
}

.bts__detalhebarrafixa a:hover, .bts__detalhebarrafixa a:focus{
  text-decoration: none;
}

.box__fixoDet div:nth-child(1)> span{
  padding-top: 10px;
  padding-bottom: 20px;
}

.bts__detalhebarrafixa a i:nth-child(2){
    font-size: 20px;
    margin-right: 0px;
}

.bts__detalhebarrafixa a{
  text-decoration: none;
}

.bts__detalhebarrafixa a i:nth-child(1){
    font-size: 35px;
    margin-right: 10px;
}

.bts__detalhebarrafixa a i{
  font-style: normal;
}


.tel-versao a i:nth-child(1), .tel-versao a i:nth-child(2){
  font-size: 20px;
  color: #006c38;
}

.tel-versao a i:nth-child(2){
  font-weight: 500; 
}

.bts__detalhebarrafixa button{
  background-color: #263248;
  color:#fff;
  padding: 20px;
  font-size: 17px;
 font-weight: 100;
box-shadow: 0px 5px 13px -3px rgba(0,0,0,0.35);
-webkit-box-shadow: 0px 5px 13px -3px rgba(0,0,0,0.35);
-moz-box-shadow: 0px 5px 13px -3px rgba(0,0,0,0.35);
}

.bts__voltardet span{
  background: none !important;
  padding:0px !important;
  width: auto !important;
  border:0px !important;
  display: inline-block  !important;
  -moz-box-shadow: none  !important;
  -webkit-box-shadow : none  !important;
  box-shadow: none  !important;
}

.bts__voltardet a{
  float:right;
  display: block;
  width: auto;
  color: #0097dc;
  font-size: 17px !important;
  font-weight: 900 !important;
  -moz-box-shadow: none;
  -webkit-box-shadow : none;
  box-shadow: none;
}

.box__pomocaodet h2, .box__semelhantes  h4, .box__mapadet h2{
  font-size:18px;
  margin:50px 0px 10px 0px;
  color: #006c38;
  text-transform: uppercase;
}


.box__pomocaodet{
  margin-bottom:30px;
}

.nav-tabs>li{
  padding-left:0px !important;
  width: 50%;

}

.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover {
    color: #555;
    cursor: default;
    background-color: #efefef;
    border-radius: 0px;
    border: 0px;
    border-bottom-color: transparent;
    margin:0px;
}

.nav-tabs>li a{
  min-height: 64px;
  padding:21px;
}

.nav>li>a:focus, .nav>li>a:hover {
    text-decoration: none;
    background-color: rgba(239,239,239,.44);
    border-radius: 0px;
}

.nav-tabs>li a h2{
  margin:0px;
  opacity: 0.7;
  font-size: 17px;
}

.nav-tabs>li.active a h2{
  margin:0px;
  opacity:1;
}

.nav-tabs{
  border:0px;
}

.box__semelhantes h4{
    padding-top: 15px;
    border-top: 2px solid #006c38;
    margin-bottom: 18px;
    margin-top: 41px;
}

.box__semelhantes div.card__imoveis--estilo{
  padding:0px 15px;
}

.box__iconedireitodet{
  font-size: 36px;
  color: #0097dc;
  margin-top: 100px;
  text-align: center;
  padding-right: 0px;
}

.box__atributosdet .box__iconedireitodet{
  margin-top: 55px;
}

.lista__detcondimo{
  margin-top: 55px;
}

.box__pomocaodet p{  
  color:#555;
}

div.bts__voltardet a{
  background: none;
  margin: 15px 0px 10px 0px;
  padding: 0px;
  font-weight: 400;
  text-transform: none;
  font-size: 14px;
  text-decoration: underline;
  text-transform: uppercase;
}

.box__pomocaodet, .box__atributosdet, .box__mapadet, .box__titulosimilares{
  padding-left:0px;
  padding-right: 0px;
}

.box__mapadet p{
    font-size: 16px;
    color: #8a8a8a;
}

.box__atributos-bg{
  background: #f5f5f5;
}

.margin-bts-det{
    margin-top: 25px;
}

.box__atributosdet ul{
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  float: left;
  padding-left: 0px;
  box-sizing: border-box;
  margin-top: 15px;
  text-align: center;  
}

.box__atributosdet li{
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  list-style: none;
  text-align: center;
  padding: 20px;
  color:#555;
  position:relative;
  align-items: center;
  justify-content: center; 
  text-align: center;
  min-width: 115px;
}

.box__atributosdet li + li{
  background: url(../images/fio-divisao-vertical-maior.png) no-repeat center left;
}

.box__atributosdet li i{
    font-size: 20px;
    margin: 0px 0px 8px 0px;
    color: #006c38;
}


.box__atributosdet li:nth-child(3), .box__atributosdet li:last-child{
  border-right:0px;
}

.box__atributosdet li:nth-child(5), .box__atributosdet li:nth-child(6){
  border-top:0px;
}


.box__atributosdet li span{
  text-align: center;
}

.box__atributosdet li span b{
      color: #828282;
}


div.box__pomocaodet ul{
  padding:0px;  
}

div.box__pomocaodet ul li{
  border:0px;
  color: #696969;
  padding-bottom: 0px;
  background: none;
}

.tab-content>.tab-pane {
    float: left;
    width: 100%;
    background: #efefef;
    padding:33px 25px;
}

div.box__pomocaodet li i{
  margin-right:10px;
  color:#006c38;
}

.box__mapadet iframe{
    background-color: #f1f1f1;
}

.box__btindicardet button, .box__btindicardet a{
    color: #fff;
    background-color: #006c38;
    border: 0;
    border-radius: 5px;
    height: 55px;
    font-size: 17px;
    text-transform: initial;
    font-weight: 300;
    float:left;
    display: inline;
    padding: 15px;
    width: 31.24%;
    text-align: center;
}

.box__btindicardet > div {
  padding:0px;
}

.bt-efeito{
  -webkit-transition:  500ms ease;
  -moz-transition: 500ms ease;
  -ms-transition:  500ms ease;
  -o-transition:  500ms ease;
  transition:  500ms ease;
}

.bt-efeito:hover,
.bt-efeito:focus {
  text-decoration: none !important;
  background-color: #0097dc !important;
  border-color: #0097dc !important;
  color:#fff !important;
}

.bt-efeito:hover label,
.bt-efeito:focus label,
.bt-efeito:hover span,
.bt-efeito:focus span,
.bt-efeito:hover i,
.bt-efeito:focus i{
  color:#fff !important;
}


.box__btindicardet a + a, .box__btindicardet a + button, .box__btindicardet button + a{
  margin-left: 25px;
}

.box__btindicardet{
padding:0px;
}

/* PG SELEÇÃO */


.box__selecao h1 {
    font-size: 30px;
    margin: 30px 0px 25px 0px;
    color: #006c38;
}

.box__selecao .card__imoveis--estilo{
  padding:0px 15px;
}


/* PG COM FORMS */

.box__empresa p{
  line-height: 200%;
}

.box__empresa p + p{
  margin-bottom: 45px;
}

.box__pgforms h1 {
    font-size: 30px;
    margin-top: 30px;
    margin-bottom: 25px;
    color: #006c38;
}

.er404{
  font-size:35px;
  text-align: center;
  margin:5rem auto;
}

.box__pgforms form input[type=text], .box__pgforms textarea, .box__pgforms form select{
  border-radius:0px;
  border: 1px solid #b1b1b1 !important;
  resize: none;
  padding: 9px 15px !important;
  height: auto;
  border-radius: 0.3rem;
}

.box__pgforms .form-group{
  margin-top:15px;
}

.box__pgforms hr{
  margin:0px;
}

.box__pgforms input[type=button], .box__pgforms input[type=submit]{
    background: #006c38;
    border: 0px;
    color: #fff;
    float: right;
    padding: 10px 21px;
    margin-bottom: 25px;
}

.box__pgforms select{
    background: #fff url(../images/seta-seletor.png) no-repeat right center;
    background-position: 98%;
}

.contato-campo{
  font-weight: normal;
  padding:0px;
}

.contato-campo label{
  font-weight: normal;
}

/* MODAL */

#AgendaModal .modal-content, 
#maisInformacoes .modal-content,
#indicarParaAmigo .modal-content,
#modalTour .modal-content,
#modalVideo .modal-content{
  border-radius:0px; 
}

#AgendaModal .modal-body form input[type=text], 
#AgendaModal .modal-body .datepicker,
#maisInformacoes .modal-body form input[type=text],
#indicarParaAmigo .modal-body form input[type=text]{
  border-radius:0px;
}

#AgendaModal label{
  color: #0097dc;
}


#maisInformacoes .modal-content, 
#maisInformacoes .modal-body, 
#maisInformacoes .modal-header, 
#maisInformacoes .modal-footer,
#indicarParaAmigo .modal-content, 
#indicarParaAmigo .modal-body, 
#indicarParaAmigo .modal-header, 
#indicarParaAmigo .modal-footer{
  float:left;
  width: 100%;
}


#AgendaModal .modal-body form, 
#maisInformacoes .modal-body form,
#indicarParaAmigo .modal-body form{
  width:100%;
}

#maisInformacoes .modal-body, 
#indicarParaAmigo .modal-body,
#modalTour .modal-body, 
#modalVideo .modal-body{
  padding-right: 0px;
  padding-left:0px;
}

#maisInformacoes .modal-body form textarea{
  resize: none;
  border-radius: 0px;
}

#AgendaModal .modal-title, 
#maisInformacoes .modal-title, 
#indicarParaAmigo  .modal-title,
#modalTour .modal-title,
#modalVideo .modal-title {
  float:left;
  color:#006c38;
}

#AgendaModal .modal-header .close, 
#maisInformacoes .modal-header .close, 
#indicarParaAmigo .modal-header .close,
#modalTour .modal-header .close,
#modalVideo .modal-header .close{
  opacity: 1;
  color:#006c38;
}

#maisInformacoes hr, #indicarParaAmigo hr{
  margin:0px;
}

#maisInformacoes input[type=reset], #indicarParaAmigo input[type=reset] {
    background: #006c38;
    border: 0px;
    color: #fff;
    float: right;
    padding: 10px 21px;
}

.box__pgforms input[type=button], 
.box__pgforms input[type=submit],
#maisInformacoes input[type=reset], 
#indicarParaAmigo input[type=reset],
#maisInformacoes input[type=button], 
#AgendaModal input[type=submit], 
#indicarParaAmigo input[type=button]{
  -webkit-transition: 500ms ease;
  -moz-transition: 500ms ease;
  -ms-transition: 500ms ease;
  -o-transition: 500ms ease;
  transition: 500ms ease;
}

.box__pgforms input[type=button]:hover, 
.box__pgforms input[type=submit]:hover,
#maisInformacoes input[type=reset]:hover, 
#indicarParaAmigo input[type=reset]:hover,
#maisInformacoes input[type=button].btfullsolicite:hover, 
#AgendaModal input[type=submit].btfullsolicite:hover, 
#indicarParaAmigo input[type=button].btfullsolicite:hover{
  background-color: #0097dc !important;
}

#maisInformacoes input[type=button].btfullsolicite, #AgendaModal input[type=submit].btfullsolicite, #indicarParaAmigo input[type=button].btfullsolicite {
    background: #006c38;
    border: 0px;
    color: #fff;
    float: right;
    padding: 10px 21px;
}

#modalTour iframe,
#modalVideo iframe{
  border: 0px;
  width:100%;
  height: 350px;
}


#ModalCentershare .modal-title{
  float: left;
}

#ModalCentershare .modal-body{
    padding: 0px;
}

#ModalCentershare .modal-whats {
    width: 100%;
    padding: 10px 20px;
    color: #fff;
    background-color: #27d367;
    text-align: center;
    text-transform: uppercase;
    cursor: pointer;
}

.modal-face {
    width: 100%;
    padding: 10px 20px;
    color: #fff;
    background-color: #337ab7;
    text-align: center;
    text-transform: uppercase;
    cursor: pointer;
}

.container-limite{
  margin-bottom:40px;
}

.box__semelhantes{
  padding:0px;
  overflow-x: hidden;
}

.det-remove-right-pd{
  padding-right:0px;
}

.box__direitoEDevs {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  padding-bottom: 5px;
}

p.copyright {
  padding:0px !important;
  font-size: 12px !important;
  display: inline-block;
}

ul.desenvolvedores  {
  margin-top: 0px !important;
  text-align: center;
  display: inline-block;
}

ul.desenvolvedores .list-group-item{
  background: none;
  border: 0px;
  display: inline-block;
  padding-top: 0px;
  padding-bottom: 0px;
}

ul.desenvolvedores .list-group-item a:hover {
  padding-left: 0px;
}

ul.desenvolvedores .list-group-item a img {
  width: 40px;
}

@media (max-width: 767px) {

  .card__imoveis--estilo:nth-child(odd)::before,
  .card__imoveis--estilo:nth-child(even)::before{
    z-index: -1 !important;
  }

  p.copyright {
    margin-top:10px !important;
  }

.box__limiteoverflow{
  overflow-x: hidden;
}

.box-imoveis-vitrine .box-encontrados-classificar {
  padding:0px;
}


.det-remove-right-pd {
    padding-right: 0px;
    padding-left: 0pc;
}  

button.bt-det-estilo.btcom-video {
  width:100%;
  margin: auto;
}

.box__widgets--estilo li + li {
    margin-left: 0px;
}

  div.box__resultado .box__txtcard--estilo {
    padding: 0;
}

  a.paginationnextprev {  
    padding: 11px 20px !important;
}

  .box__paginacao > div {
    padding:0px;
  }

  .box__selecionadosbt, div.box__ordenar{
    text-align: center !important;
  }

  .box__selecionadosbt a {
    margin-bottom: 10px !important;
}

.card__imgcover--estilo {
    height: 250px;
}  

.card__imoveis--estilo:nth-child(odd), .card__imoveis--estilo:nth-child(even) {
    padding-right: 0px;
    padding-left: 0px;
}

  .remove-pd-detalhe-lr{
    padding-left:0px;
    padding-right: 0px;
  }

  .breads__detalhe .breadcrumb-detalhe::before{
    display: none;
  }

  .breads__detalhe .breadcrumb-detalhe {
    height: auto;
  }

  #galeria-detalhe, #galeria-detalhe img{
    min-height: 320px;
    height: 320px;
  }

  .breads__detalhe{
    padding:0px !important;
  }

  .bread_static_pg {
    padding:0px;
    background: transparent;
}


  div.box__resultado .box__acoescards--estilo {
    text-align: center;
    padding-bottom: 21px;
}

.ladodireito__resultado {
    padding-left: 15px;
}

.box__verdetalhes {
    padding: 0px;
    text-align: center;
}

.box__destaqueinfos .box__verdetalhes a {
    float: none !important;
    margin: 0 auto !important;
    display: inline-block !important;
}


div.box__resultado .box_box_atributosimovel--estilo li {
    text-align: center;
    padding-left: 0px;
    padding-right: 0px;
}

  .box__refinar--estilo section {   
    border-radius: 5px;
}

  .box__refinar--estilo {
    border-left: 0px;
    margin-top: 0px;
}

  div.box__resinfotopo{
    background-color: transparent;
    padding-left: 15px;
  }
  .box__breads--estilo {
    padding-left: 15px;
  }

  .box__breads--estilo .breadcrumb, .box__breads--estilo .breadcrumb-detalhe, .box__breads--estilo .static-breadcrumb {
    text-align: center;
    padding:15px 0px;
    border-top: 1px solid #f1f1f1;
    border-bottom: 1px solid #f1f1f1;
}

.box__resultadotitulo--estilo h1 {   
    padding-left: 0px;
}


.box__containerrefiar {
    padding-right: 15px;
}

div.box__resultado .card__body--estilo {
  height: auto !important;
}

.box__busca--rapida-estilo {
    position: relative;
    background-color: transparent; 
    margin-bottom: 16px;
    margin-top: 16px;
    padding-top: 25px;
    z-index: 10;
    height: auto;
    padding: 0px;
}  

.card__imoveis--estilo {
    margin-bottom: 25px;
}


  div.barra__socialfooter ul li:nth-child(1) {
    margin-right: 45px;
}

div.barra__socialfooter li {
    list-style: none;
    display: inline-block;
    width: 15% !important;
}

  .box__footer--estilo div.barra__socialfooter li a {
    padding: 0px !important;
    margin: 0px;
}

.barra__telefonefixa a{
  font-size: 14px;
  padding-right: 10px;
}

  div.barra__socialfooter ul li:nth-child(3){   
    width: 15%;
    padding-left: 15px;
  }

  div.barra__socialfooter ul li:nth-child(3) span:nth-child(2){
    display: none;
  }

.box__footer--estilo .novo_footer_pd {
    padding: 0px 15px;
}  

  div.box__direitos--estilo li {
    text-align: center;
    margin: 24px 0px;
}


  div.barra__socialfooter ul {
    padding: 8px 0px;
    margin: 0px;
    text-align: center;
    margin-top: 10px;
}

.efeito__footer__2:nth-child(3){
    border-top: 1px solid #f6f6f6;
    padding-top: 7px;
}

  .box__footer--estilo p, .box__footer--estilo p a {
    color: #fff;
    margin: 0px;
    font-size: 14px;
    text-align: center;
    padding: 20px 0px;
    padding-bottom: 5px;
}

 .box__footer--estilo p a {
   color: #00bcf9;
 }

 div.box__direitos--estilo p {
   padding:0px;
   text-align: center;
   margin-bottom: 15px;
 }

  .barra__socialfooter {
    padding: 0px 15px;
}  


.box__header .navbar-toggle .icon-bar {
    background-color: #fff;
    margin: 5px auto;
}

.box__valorsdosdestaques span.box__valorduplo {
    padding-right: 0px;
    padding-bottom: 10px;
    padding-top: 0px;
}

.gradient-busca {
    position: relative;
    margin-bottom: 0px;
    z-index: 10;
    height: auto;
    padding: 0px;
    background:#f9f9f9;
}

.box__header-estilo .navbar{
  min-height: 105px;
}

.box__valorsdosdestaques span.box__valorduplo span {
    background-color: #253246;
    margin-left: -13px;
    margin-top: 12px;
    margin-bottom: -8px;
    display: inline-block;
    padding-right: 6px;
    font-size: 15px;
    line-height: 1.3;
}

.destaques-lado-esquerdo{
  min-height: 30px;
}

.box__valorsdosdestaques span.box__valorduplo span:nth-child(3) {
    margin-right: -10px;
    text-align: right;
    margin-left: 22px;
}

  .box__footer--estilo{   
    text-align: center;
  }

  .navbar-toggle .icon-bar {
    display: block;
    width: 22px;
    height: 3px;
    border-radius: 1px;
}

   .barra__telefonefixa {   
    text-align: center;
}


  .barra__whats--estilo {   
    width: 65px;
  }

  .barra__whats--estilo {
    height: 60px;
    bottom: 67px;
    text-align: center;
    right:10px;
}

  .m-remove-row-resultado{
    margin-left:0px;
    margin-right:0px;
  }

  .pd-menu-topo-0{
    padding:0px;
  }

  /* HEADER */


  .box__header button.navbar-toggle {
    display: block;
    padding: 0px;
    margin: 22px 0px 0px 0px;
    width: 50px;
    height: 50px;
    text-align: center;
    border: 2px solid #0097dc;
    border-radius: 50px;
}

  .box__header-estilo {
    padding: 0px;
    padding-bottom: 0px;
    border: none;
}

  .box__header-estilo .navbar-brand{
    height: 80px;
    position: relative;
  }

  .box__header img{
    max-width:100%;
    height: 100%;
  }
  
  .box__selecionados--estilo a{
    margin-top: 8%;
    margin-right: 0px;
    text-align: center;
  }

  .box__selecionados--estilo a > span{
    font-size: 12px;
    line-height: 1.3;
  }

  .box__menu--estilo {
    position: relative;
    right: auto;
    top: 0px;
    z-index: 100;
    float: left;
    width: 100%;
    margin-top: 15px;
    text-align: center;
    background-color: #444;
    -webkit-box-shadow: inset 0px 0px 21px 10px rgba(0,0,0,0.42); 
    box-shadow: inset 0px 0px 21px 10px rgba(0,0,0,0.42); 
    padding: 15px 0px;
}

.box__menu--estilo ul {   
    margin: 0 auto;
    width:100%;
}

.box__selecionados--estilo, .bt__menu--estilo {
    padding: 0px;
    float: right;
}

.box__header .navbar-toggle .icon-bar {
    background-color: #0097dc;
}

.box__menu--estilo li a {
    color: #fff;
}

.box__menu--estilo li, .box__menu--estilo .list-group-item:first-child {
    margin: 0px !important;
    display: block;
    float: left;
    text-align: center;
    width: 100%;
    padding: 5px 10px !important;
}

  /* BANNER  */

  .banner__home--estilo, .banner__home--estilo div.imagemcover{
    height:320px;
  }

  .banner__home.mobileversion{
    height: auto;
    margin-bottom: 0px !important;
  }

  .banner__home--estilo div.imagemcover .carousel-caption {
    bottom: 0px;
    padding: 0px;
    width: 100%;
  }

  .banner__home--estilo div.imagemcover .carousel-caption .container{
    padding: 0px;
  }

  .banner__home--estilo div.imagemcover h2 {
    font-size: 22px;
    padding:15px !important;
  }

  

  .banner__home.mobileversion .carousel-caption {
    bottom: 0px;
    background: rgb(220 198 85);
    padding: 10px;
    position: relative;
    width: 100%;
    left: 0;
  }

  .banner__home.mobileversion h2 {
    font-size: 18px;
    margin: 0px;
  }

  .banner__home .carousel-caption h2 {
    padding: 0px 10px !important;  
    text-align: center; 
}

  .banner__home .carousel-caption {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

  /* BUSCA RAPIDA */


  .box__busquepormobile--estilo{
    margin: 0 auto;
    float: none;
    color: #0097dc;
    background-color: transparent;
    padding: 10px;
    border-radius: 5px;
    font-weight: 700;
    margin-bottom: 1px;
    margin-top: 0px;
    text-align: center;
    text-transform: uppercase;
    border: 1px solid #0097dc;
  }

  .box__busca--rapida-estilo form select {   
    margin: 0px;
    width: 100%;
    margin-bottom: 15px;
    border: 1px solid #0097dc !important;
    background-color: #fff !important;
    background: url(../images/seta-seletor.png) no-repeat 95% center;
    height: 40px;
  }

  div.box__busca--rapida-estilo form input[type=text]{
    margin: 0px;
    width: 100%;
    margin-bottom: 15px;
    border: 1px solid #0097dc !important;
    background-color: #fff !important;
    height: 40px;
  }

  .box__busca--rapida-estilo form #divregiaoBR, .box__busca--rapida-estilo form #divcidadeBR, .box__busca--rapida-estilo form #divpreco{
    width:100%;
  }

  .box__busca--rapida-estilo form {
    margin-bottom: 0px;
    background: transparent;
    padding: 15px;
    margin-top: 10px;
    border-radius: 5px;
    border: 1px solid #0097dc;
}
  

  .box__busca--rapida-estilo form #divregiaoBR{
    width:100%;
    border: 0px !important;
  }

  .box_inputnomecond {    
    width: 70%;
  } 

  .box__header-estilo .navbar-brand img {
    width: 100%;
    height: auto;
    max-width: 200px;
}
  .box__busca--rapida-estilo form select, .box__busca--rapida-estilo form input[type=text] {
    padding: 8px 15px;
  }

  /* div.box__busca--rapida-estilo form select + select{
    border: 1px solid #444 ! important;
  } */

  div.box__busca--rapida-estilo form input[type=text] {
    width: 100%;
   
    /* border: 1px solid #444 ! important; */
  }

  div.box__busca--rapida-estilo form button {  
    padding: 10px;
    width: 100%;
    margin: 15px 0px;
    background: #0097dc;
    color: #fff;
    border: 1px solid #0097dc !important;
    border-radius: 5px;
    margin-top: 0px;
  }


  /* DESTAQUES */

  .card__imoveis--estilo:nth-child(even)::before {
    content: '';
    background-image: url(../images/sombra-destaques.png);
    background-repeat: no-repeat;
    width: 1507px;
    height: 77px;
    display: block;
    position: absolute;
    left: -28%;
    z-index: 99;
}

#refinarBusca hr {
    background-size: 100%;
}

.box__refinar--estilo form .box__opcoes select{
  padding-left:0px;
  padding-right:20px;
}

div.box__refinar--estilo {
    -webkit-box-shadow: 0px 0px 10px 1px rgb(0 0 0 / 21%);
    box-shadow: 0px 0px 10px 1px rgb(0 0 0 / 21%);
}

.box__refinar--estilo section {    
    -webkit-box-shadow: none;
    box-shadow:none;
}

  .box__destaque--estilo h2 {   
    margin: 31px 0px 24px 0px;
  }

  .box__regiaobairrorefinar--estilo h2{
    margin:0px;
    margin-bottom: 10px;
  }

  .card__item--estilo {
    width: 100%;
  }



  div.box__resultado .card__imgcover--estilo {
    height: 190px;
}

  div.box__resultado--estilo div.card__imoveis {
    margin-bottom: 35px;
}

  .box__txtcard--estilo > p {   
    min-height: auto;  
    margin-top: 15px;
    margin-bottom: 15px;
  }

  /* FOOTER */

  .logo-rodape img {
    height: 100px;
    margin-left: 0px;
}

.box__footer--estilo p.limite_endereco {
    padding-left: 0px;
}

  .box__footer--estilo li a {
    display: inline-block;
    float: none;
    line-height: 29px;
    text-align: left;
  }

  .box__footer--estilo ul {   
    width: auto;
    margin-top:30px
  }



  a.box__emailfooter--estilo {
    float: none;
    display: inline-block;
    width: auto;
    margin: 24px auto;
}



div.barra__socialfooter li {
    list-style: none;
    display: inline-block;
    width: 30.333%;
    display: inline-block !important;
    margin: 0px !important;
    text-align: center !important;
}

div.barra__socialfooter li a {
  float:none;
}

  .box__direitos--estilo {
  margin-top: 19px;
  }

  div.box__direitos--estilo ul {
    margin: 0px;
    float: none;
    width: 100%;
    text-align: center;
}


.desenvolvedores li:nth-child(1) a{
    float: right;
    padding-right: 18px;
    padding: 0px 15px;
}



  /* BARRA FIXA */


  /* REFINAR */

  .box__refinar--estilo .eventotiponegocio:nth-child(1),
  .box__refinar--estilo .eventotiponegocio:nth-child(2),
  .box__refinar--estilo .eventotiponegocio:nth-child(3){
    border:0px;
  }

  .box__refinar--estilo .eventotiponegocio + .box__refinar--estilo .eventotiponegocio{
    margin-left:5px;
  }

  .box__refinar--estilo .eventotiponegocio{
    width:calc(33.333% - 10px);
  }

  .bt__filtrarbusca{
    background: #0097dc;
    text-transform: uppercase;
    font-weight: 800;
    padding: 10px 15px;
    border: 0px;
    border-radius: 5px;
    margin: 15px auto 15px auto;
    float: none;
    display: block;
    box-shadow: 0 0 0 rgba(9,168,0, 0.4);
    animation: pulsebtfiltrar 2s infinite;
    color: #fff;
    width: 100%;
  }

  @-webkit-keyframes pulsebtfiltrar {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(37, 50, 71, 0.4);
  }
  70% {
      -webkit-box-shadow: 0 0 0 10px rgba(37, 50, 71, 0);
  }
  100% {
      -webkit-box-shadow: 0 0 0 0 rgba(37, 50, 71, 0);
  }
}
@keyframes pulsebtfiltrar {
  0% {
    -moz-box-shadow: 0 0 0 0 rgba(37, 50, 71,0.4);
    box-shadow: 0 0 0 0 rgba(37, 50, 71, 0.4);
  }
  70% {
      -moz-box-shadow: 0 0 0 10px rgba(37, 50, 71, 0);
      box-shadow: 0 0 0 10px rgba(37, 50, 71, 0);
  }
  100% {
      -moz-box-shadow: 0 0 0 0 rgba(37, 50, 71, 0);
      box-shadow: 0 0 0 0 rgba(37, 50, 71, 0);
  }
}

  .box__refinar--estilo .eventotiponegocio {
    width: 49%;
  }

  div.box__refinar--estilo .box__buscarnomecondrefinar--estilo button {
    width: 19%;
  }

  /* RESULTADO */

  .box__quantidadederesultados, div.box__ordenar {   
    text-align: center;
  }

  .box__resultadotitulo--estilo h1 {   
    text-align: center;
  }


  div.box__resultado .box__imgimovelresultado--estilo {
    overflow: hidden;
    position: relative;
    height: auto;
}

  div.box__resultado--estilo div.card__imoveis{
    padding:0px;
  }

  div.box__resultado .card__body--estilo {
    height: auto;
  }

  div.box__resultado .box__txtcard h3, div.box__resultado .box__txtcard--estilo > p {
    text-align: center;
  }

  div.box__resultado .box__txtcard--estilo > p:last-child {
    margin-bottom: 15px;
  }

  div.box__resultado .box_box_atributosimovel--estilo li {
    font-size: 13px;
  }

  div.box__resultado .box_box_atributosimovel--estilo li i {
    font-size: 18px;
    position: relative;
    top: 0px;
    margin-right: 0px;
    display: block;
    margin-bottom: 10px;
  }

  /* PAGINAÇÃO */

  .box__paginacao {
    margin-bottom: 23px;
  }

  .box__paginacao .pagination>li>a, .box__paginacao .pagination>li>span {   
    padding: 11px !important;
  }

  .box__paginacao .paginacao .pagination{
    margin-top:0px;
  }

  /* PG SELECAO */

  .box__selecao{
    padding:0px;
  }

  /* DETALHE */

   .box__widgets--estilo li{
    width:50%;
    overflow: hidden;
    text-align: center;
    padding:0px 15px;
  }

  .bt__videodet, .bt__tourdet{
    width: 100%;
  }

  .box__widgets--estilo li{
    width: 100%;
  }

  .box__widgets--estilo li:last-child button {   
    width: 100%;
    margin: 10px 0px;
    margin-bottom: 30px;
}

.box__fixoDet .txt__titulodetalhe span:nth-child(1), .box__fixoDet .txt__titulodetalhe span:nth-child(2) {
    width: 100%;
    text-align: center !important;
    line-height: 170%;
}

.box__fixoDet .txt__titulodetalhe span:nth-child(3), .box__fixoDet .txt__titulodetalhe span:nth-child(4), div.box__valoresdet--estilo span:nth-child(1), div.box__valoresdet--estilo span:nth-child(2) {
    margin: 0px;
    line-height: 170%;
}


  .box__widgets--estilo li.mobile__btvideotourdet:nth-child(1){
    width: 50%;
  }

  .box__fixoDet {
    position: relative !important;
    margin: 0px;
    text-align: center;
    width: 100%;
  }

  .box__infoesquerdadet h1 {
    font-size: 18px;
    text-align: center;
  }

  .box__iconedireitodet{
    display: none;
  }

  .box__infoesquerdadet {
    width: 100%;
}

  .box__widgets--estilo ul {
    width: 100%;
    margin-left: 0px;
  }

  .box__pomocaodet p, div.box__pomocaodet ul li {
    padding-left: 0;
  }

  .box__atributosdet ul {   
    width: 100%;
  }

  div.box__pomocaodet ul {
    padding: 0px 15px;
}

  .box__atributosdet li {
    width: 50% !important;
  }

.box__btindicardet button + a {
    margin-left: 0px;
    margin: 3px 0px;
}

  .box__atributosdet li:nth-child(5), .box__atributosdet li:last-child {
    border-bottom: 0px;
}

.box__atributosdet li + li {
    background: transparent;
}

.box__atributosdet li:nth-child(even) {
    background: url(../images/fio-divisao-vertical-maior.png) no-repeat center left;
}

.box__btindicardet button, .box__btindicardet a {
    width: 100%;
}

.box__btindicardet a + a, .box__btindicardet a + button {
    margin-left: 0px;
    margin-top:5px;
}

.box__semelhantes h4 {
    margin-top: 12px;
}

.box__titulosimilares {
    padding-left: 0px;
    padding-right: 0px;
}

  .box__pomocaodet, .box__atributosdet, .box__mapadet {
    padding-left: 0px;
    padding-right: 0px;
  } 

  .box__mapadet iframe {
    height: 200px;
  }

  .box__btindicardet button {
    width:100%;
  }

  .datepicker-inline .datepicker{
    margin: 0 auto;
  }

  /* SEMELHANTES */

  .box__semelhantes > div  article > div >.row{
    margin: 0px;
  }

  .box__semelhantes div.card__imoveis--estilo{
    padding:0px;
  }

}

@media (min-width: 768px) {   

  .box__limiteoverflow{
  padding:0px;
  overflow-x: hidden;
}



  div.box__resultado--estilo div.card__imoveis:hover > div{
    border: 1px solid #ccc;
    border-radius: 20px;
    overflow: hidden;
    border-bottom-width: 8px;
    border-bottom-color: #0097dc;
    -webkit-box-shadow: 0px 0px 8px 1px rgba(0,0,0,0.35); 
    box-shadow: 0px 0px 8px 1px rgba(0,0,0,0.35);
}

  .box__menu, .box__refinar--estilo, #BuscaRapida{
    display: block !important;
    height: auto !important;
  }
}

@media (min-width: 768px) and (max-width:991px) {

  .box__header-estilo .navbar-brand img {
    width: 100%;
    height: auto;
    margin-top: 20px;
  }

  .nav-item.dropdown {
    bottom: 13px!important;
  }

  .box__menu--estilo li.margin__nova {
    margin: 0px 0px 1px -2px;
    padding:0px !important;
    height: 32px;
    text-align: center;
    width: 31%;
}

.box__menu--estilo li.margin__nova a{
 padding: 4px 15px !important
}

.box__menu--estilo li.divisor-menu {
    margin: 3px 0px;
}

.box__menu--estilo li.margin__nova {
    border: 2px solid #006c38;
    border-radius: 0px;
}

  .box__menu--estilo li, .box__menu--estilo .list-group-item:first-child {
    padding: 5px 8px;
}

.box__btindicardet button, .box__btindicardet a {    
    width: 30.8%;
}

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

.det-remove-right-pd {
    padding-right: 0px;
    padding-left: 0px;
}

/*MENU*/

.box__menu--estilo ul{
  width:100%;
}

/* BANNER  */

  .banner__home--estilo, .banner__home--estilo div.imagemcover{
    height:430px;
  }

  .banner__home.mobileversion .carousel-item img {
    margin: 0 auto;
    height: 100%;
    width: auto;
}

.banner__home--estilo .carousel-control .glyphicon-chevron-left, .carousel-control .icon-prev {
    margin-left: 57px;
}

.banner__home--estilo .carousel-control .glyphicon-chevron-right, .carousel-control .icon-next {
    margin-right: 57px;
}

  /* BUSCA RAPIDA */

  .gradient-busca {   
    height: 223px;
  }

  .box__busca--rapida-estilo form #divregiaoBR select{
    margin-right:0px;
  }

  .box_inputnomecond {  
    width: 66%;
  }

  div.box__busca--rapida-estilo form button {
    margin-left: 0px;
    float: left;
    margin-top: 5px;
  }

  .box__busca--rapida-estilo form select, .box__busca--rapida-estilo form input[type=text],
  .box__busca--rapida-estilo form #divregiaoBR, 
  .box__busca--rapida-estilo form #divcidadeBR, 
  .box__busca--rapida-estilo form #divpreco
  {
      width: 31%;
      float: left;
  }

  div.box__busca--rapida-estilo form input[type=text]
  {
      width: 30%;
      float: left;
  }
  
  


  /* DESTAQUES */

  .box__destaque--estilo h2 {
    margin: 40px 0px 40px 20px;
  }

  .card__item--estilo {
    width: 100%;    
  }

  .card__imgcover--estilo {
    height: 202px;
  }

  
  .box__txtcard--estilo > p {   
    min-height: 60px;
  }

  .box_semtexto--estilo {    
    height: 60px;
  }

  .box__valorsdosdestaques span.box__valorduplo{
    padding-right: 0px;
    padding-bottom: 10px;
    padding-top: 0px;
  }

  .box__valorsdosdestaques  span.box__valorduplo span:nth-child(3){
    margin-right: -10px;
    text-align: right;
    margin-left: 22px;
  }

  .box__valorsdosdestaques span.box__valorduplo span {
    background-color: #253246;
    margin-left: -13px;
    margin-top: 12px;
    margin-bottom: -8px;
    display: inline-block;
    padding-right: 6px;
    font-size: 15px;
    line-height: 1.3;
}

.box__footer--estilo p.limite_endereco {
    padding-left: 0px;
    margin-top: 50px;
}

  /* RESUTADO */

  #screen2.screen__refinar{
    height: 107px;
  }

  #screen2.screen_det{
    height:66px;
  }

  div.box__ordenar {  
      text-align: center;
      font-size: 14px;
  }

  div.box__resultado .card__imgcover--estilo {   
    height: 255px;
  }

  div.box__resultado .card__body--estilo {
    height: auto;
  }

  div.box__resultado .box__txtcard--estilo > p:last-child {
      margin-bottom: 15px;
  }

  div.box__resultado .box__txtcard h3, div.box__resultado .box__txtcard--estilo > p {
    text-align: center;
  }

  div.box__resultado .box_box_atributosimovel--estilo li i {
    font-size: 18px;    
    top: 0px;
    margin-right: 0px;
    margin-bottom: 8px;
    display: block;
}

.box__verdetalhes {
    padding: 0px;
    text-align: center;
}

.box__destaqueinfos .box__verdetalhes a {
    float: none !important;
    margin: 0 auto !important;
    display: inline-block !important;
}


  div.box__resultado .box__acoescards--estilo {
      text-align: center;
      padding-bottom: 21px;
  }

  .box__imgimovelresultado--estilo {
    overflow: hidden;
    position: relative;
    height: auto;
  }

  .ladodireito__resultado {
      padding-left: 15px;
  }


div.box__resinfotopo {
    text-align: left;
}

div.box__quantidadederesultados span {
   margin-bottom: 14px;
}

  .box__regiaobairrorefinar--estilo h2 {
    margin-top: 0px !important;
    margin-left: 0px !important;
    margin-bottom: 10px !important;      
  }

  /* FOOTER */

  .barra__socialfooter {
      padding-left: 0px;
  }

  /* BARRA FIXA */

 
  /* DESTAQUE */

.box__cont-images {   
    width: 16%;
}

.box__acoescards--estilo > div div {
    text-align: center;
}

.breads__detalhe .breadcrumb-detalhe::before {   
    height: 582px;   
}

  #galeria-detalhe, #galeria-detalhe img {
    min-height: 455px;
    height: 455px;
  }

  .box__widgets--estilo ul {   
    width: 100%;
    margin-left: 0;    
  }
  

  .box__fixoDet{
    position: relative !important;
    margin:0px;
    text-align: center;
    width: 100%;
    margin-top: 25px;
  }

  .box__fixoDet .txt__titulodetalhe span:nth-child(1), .box__fixoDet .txt__titulodetalhe span:nth-child(2) {
    width: 100%;
    text-align: center !important;
    line-height: 170%;
}

.box__fixoDet .txt__titulodetalhe span:nth-child(3),
.box__fixoDet .txt__titulodetalhe span:nth-child(4),
div.box__valoresdet--estilo span:nth-child(1),
div.box__valoresdet--estilo span:nth-child(2){
  margin:0px;
  line-height: 170%;
}


  div.box__valoresdet--estilo span.valorduplodet:nth-child(1),
  div.box__valoresdet--estilo span.valorduplodet:nth-child(2){
    display: inline-block;
    padding:0px;
    width:49%;
    margin-top:10px;
  }

  .bts__detalhebarrafixa a i {
    font-size: 17px;
    top: 0px;
    margin-left: 10px;
    position: relative;
  } 

  .bts__detalhebarrafixa a {
    margin-top:15px;
  }

  .bts__detalhebarrafixa {
    width: 100%;
  }

  div.bts__detalhebarrafixa > * {
    width: 320px !important;
    margin: 10px auto !important;
    float: none !important;
    display: flex !important;
    align-items: center;
    justify-items: center;
    justify-content: center;
  }

  .bts__voltardet{
    width:100%;
  }

  .box__atributosdet li {
    width: 209px;
  }

  .box__atributosdet li + li {
    background-image: none;
  }


  .box__pomocaodet, .box__atributosdet, .box__mapadet {
    padding-right: 0px;
  }

  .box__mapadet iframe {
    height: 350px;
  }

  #ModalCentershare .modal-dialog, #ModalCentershareResultados .modal-dialog {
    width: 300px;
  } 

}


@media (max-width: 991px){


.politica-mobile {
    display: block;
    width: 100%;
    text-align: center;
    margin-top: 15px;
}

.politica-mobile a {color: #fff;}

.alinha-telefones .direita a:first-child {
  display: none;
}

.item-praia-campo a {
    display: flex;
    justify-content: center;
    gap: 6px;
}

.box-lista-bairros li {border:none!important;}

.box-drop-praia {
    padding: 2em 1em;
    min-width: 100%!important;
    width: 100%!important;
    z-index: 99999!important;
}

.nav-item.dropdown {
    bottom: 0px;
}

.box-lista-bairros ul {
    display: grid;
    justify-content: center;
}

.box-lista-bairros ul li {
    display: flex;
    justify-content: center;
}

.box__acoescards--estilo > div div {
   text-align: center;
}

.box__acoescards--estilo .box__verdetalhes {
    text-align: center;
}

.busca-empreendimento form,  #listandoEnderecos ul {
    width: 370px!important;}



  div.box__resultado .card__imoveis:nth-child(even) .card__item--estilo, div.box__resultado .card__imoveis:nth-child(odd) .card__item--estilo{
    width: 100%;
  }

  div.box__resultado .box__txtcard h3 {
    line-height: 170%;
}

  div.box__resultado .box_box_atributosimovel--estilo li i{
   color: #006c38 !important;
  }

  div.box__resultado .box_box_atributosimovel--estilo li span{
    color: #555 !important;
  }

  div.box__resultado .box_box_atributosimovel--estilo li b {
    color: #555;
}

  div.box__resultado .box_box_atributosimovel--estilo ul{
    background-color: #fff;
  }

  div.box__resultado .box_box_atributosimovel--estilo li{
    padding: 8px !important;
  }

  div.box__resultado div.box__refimo--estilo span,
  div.box__resultado .box__valorsdosdestaques span{
    text-align:center;
  }

  .box__resultado .box__valorsdosdestaques .row{
    margin:0px;
  }

  div.box__resultado .card__item--estilo > a,
  div.box__resultado .card__body--estilo{
    width: 100%;
  }

  .box__selecionadosbt a {    
    margin-bottom: 15px;
}
  
  .box__selecionadosbt,
   div.box__ordenar {
    text-align: left;
}


  .banner__home .carousel-caption{
    position: absolute;
    display: inline-block;
    bottom: 0px;
    right: auto;
    left: auto;
    padding: 0px;
    width: 100%;
    text-align: left;
    -webkit-box-shadow: inset 0px -52px 27px -19px rgba(0,0,0,0.42);
    box-shadow: inset 0px -52px 27px -19px rgba(0,0,0,0.42);
  }

  .banner__home .carousel-caption h2{
    padding: 15px 48px;
    color: #fff;
    font-weight: 700;
    margin-bottom: 0px;
  }

  .banner__home.mobileversion .carousel-item img {
    margin: 0 auto;
  }

  .sub__bannerhome.mobileversion  .carousel-caption{
    left: 0px;
    right: auto;
    top: 12px;
  }

  .box__valorsdosdestaques--estilo {
    position: relative;
    opacity: 1 !important;    
    height: auto !important;
    padding:15px;
  }

  .box__txtcard h3 {
    font-size: 16px;
  }

  .destaques-lado-esquerdo{
    border-right:0px;   
  }

  .box_box_atributosimovel--estilo {
    min-height: 30px;
  }

  .box_box_atributosimovel--estilo ul{
     display: flex;
     align-items: center;
     justify-content: center;
     margin-top: 20px;
      background: #006c38;
  }

  .box_box_atributosimovel--estilo ul .trianglebox{
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 10px 15px 10px;
    border-color: transparent transparent #006c38 transparent;
    position: absolute;
    top: 7px;
  }

  .box_box_atributosimovel--estilo li {
    width: auto;
    margin-bottom: 0px;
    padding: 9px  10px !important;
  }

  .box__destaque .box_box_atributosimovel--estilo li {
    padding: 9px  15px;
  }

  .box_box_atributosimovel--estilo li span, .box_box_atributosimovel--estilo li i, .box_box_atributosimovel--estilo li b{
    color:#fff;
  }


}

@media (min-width: 992px){


.box_box_atributosimovel--estilo li:nth-child(4),
.box_box_atributosimovel--estilo li:nth-child(5)
 {
  margin-bottom: 0px;
}

  .box__busca--rapida-estilo form select {
    padding-right: 43px;
}

  .box__header-estilo .navbar-brand {
    margin-top:5px;
  }


  .banner__home.mobileversion .carousel-caption {
    position: absolute;
    display: inline-block;
    bottom: 0px;
    right: auto;
    left: auto;
    padding: 0px;
    width: 100%;
    text-align: left;
    -webkit-box-shadow: inset 0px -52px 27px -19px rgba(0,0,0,0.42);
    box-shadow: inset 0px -52px 27px -19px rgba(0,0,0,0.42);
}

  #ModalCentershare .modal-dialog, #ModalCentershareResultados .modal-dialog {
    width: 300px;
  } 
}

@media (min-width: 992px) and (max-width:1199px) {

  /*MENU*/

  .box__menu--estilo li{
    margin:0px 2px;
  }

  .box__menu--estilo ul {
    width:100%;
  }

  .box__menu--estilo li a {
    font-size: 12px;
  }

  .box__menu--estilo li.margin__nova {
    padding: 0px !important;
}

.box__menu--estilo li.margin__nova a{
  padding: 10px 9px !important;
}


  /* BUSCA RAPIDA */

  .box__busca--rapida-estilo form #divregiaoBR, .box__busca--rapida-estilo form select{
   margin-right: 5px;
  }

  div.box__busca--rapida-estilo form input[type=text] {   
    padding-right: 0px;
  }

  /*BANNER*/

  .banner__home .carousel-caption h2 {
    padding: 15px 48px;
    color: #fff;
    font-weight: 700;
    margin-bottom: 0px;
}

  /* DESTAQUES */

  
  .card__imgcover--estilo {
    height: 310px;
  }

  .card__imoveis--estilo:nth-child(even) {
      padding-left: 15px;
  }

  .card__imoveis--estilo:nth-child(odd) {
      padding-right: 15px;
  }


  div.box__resultado div.box__txtcard--estilo > p {
    font-size: 14px;
  }

  div.box__resultado .box__txtcard--estilo p span {
    font-size: 16px;
  }

  .box_box_atributosimovel--estilo li {
    padding: 7px 5px;
  }

  .ladodireito__resultado {   
    padding-left: 15px;
  }

  .box__valorsdosdestaques span {
    font-size: 16px;
  }

.box_box_atributosimovel--estilo li {   
    padding: 1px 8px !important;
}

.box_box_atributosimovel--estilo {
  padding: 0px;
}

  /* FOOTER */

.box__footer--estilo p.limite_endereco{
      padding-left: 40px;
  }


  /* BARRA FIXA */



  /* DETALHE */

  .box__atributosdet li {  
    padding: 10px;  
    min-width: 98px;
}

  .box__cont-images {
    width: 12%;
}

  .box__fixoDet .txt__titulodetalhe span:nth-child(1), .box__fixoDet .txt__titulodetalhe span:nth-child(2){
    width: 100% !important;
    text-align: left !important;
  }

.bts__detalhebarrafixa a i:nth-child(1) {
    font-size: 30px;
}

.bts__detalhebarrafixa a i:nth-child(2) {
    font-size: 17px;
}

div.bts__detalhebarrafixa span {   
    font-size: 16px;
}

  .box__fixoDet .txt__titulodetalhe span:nth-child(2) {
    margin-top:15px;
  }

.box__btindicardet a + a, .box__btindicardet a + button, .box__btindicardet button + a {
    margin-left: 19px;
}

div.box__quantidadederesultados span,
div.box__ordenar,
.box__selecionadosbt a{
  font-size: 14px;
}



div.box__ordenar select {    
    width: 132px;
}

div.box__resultado .box_box_atributosimovel--estilo li b {
    text-align: center;
}

div.box__resultado .box__txtcard h3,
.box__valorsdosdestaques span,
div.box__resultado div.box__refimo--estilo span{
  font-size:14px;
}

div.box__resultado .box_box_atributosimovel--estilo li i {
    font-size: 20px;
}

div.box__resultado .box__acoescards--estilo a:hover, div.box__resultado .box__acoescards--estilo a:focus {
    letter-spacing: 0;
}

div.box__resultado .box__acoescards--estilo > div div {
    padding: 0px 0px;
    padding-bottom: 0px;
}

.box__opcoes span,
.box__refinar--estilo form select,
.box__regiaobairrorefinar--estilo h2{
    font-size: 13px;
}

.box__refinar--estilo form .box__opcoes  select{
    padding-left: 0px;
    padding-right: 30px;
}

.box__areautil-pd{
  padding-right: 0px;
}

div.box__resultado .box_box_atributosimovel--estilo li:nth-child(1) {
  flex: 3 0 115px;
  min-width: 115px;
}

div.box__resultado .box_box_atributosimovel--estilo ul {
  padding: 5px 0px;
}

}

@media (max-width: 1199px) {
    .m-remove-row{
    margin-left:0px;
    margin-right:0px;
  }
}

@media (min-width: 1200px) {

    /*BANNER*/

  .banner__home.mobileversion .carousel-caption h2 {
    padding: 15px 48px;
    color: #fff;
    font-weight: 700;
    margin-bottom: 0px;
  }

  div.box__resultado .box_box_atributosimovel--estilo ul {
    margin-bottom: 0px;
  }

  div.box__resultado .box_box_atributosimovel--estilo li:nth-child(1){
    flex: 3 0 108px;
    min-width: 108px;
  }
  
}