@charset "UTF-8";
/* Tema do cliente */

/* Fonts */

:root{

  --colorlaranja: #F4801D;

  --colorazul: #033F88;

}

body.muliregular-loaded {
  font-family: 'Roboto',sans-serif;
}

.cta{
  background-color: var(--colorlaranja)!important;
  color: #FFF!important;
  transition: all .2s linear;
  border: 1px solid #000;
}.cta:hover{
  background-color: var(--colorazul)!important;
  color: #FFF!important;
}

@media (min-width: 1200px) {.container{padding: 0px; } }

a:link, a:visited{
  color: inherit;
}
a:hover,a:active{
  color: var(--colorazul);
}
::-moz-selection{
  background: var(--colorazul);
}
::selection{
  background: var(--colorazul);
}
.pagination .active a,
.pagination .active a:hover{
  background-color: var(--colorazul);
  border-color: var(--colorazul);
}

.editor, .editor p, .editor li{
  font-size: 15px;
  line-height: 1.45;
  color: #777777;
}

.editor p{
  margin-bottom: 20px;
}

body{
  background-color: #FFF;  
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.header{
  width: 100%;
  background-color: #FEFEFE;
  z-index: 1000;
}

.hleft{
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}

a.logo img{
  margin-right: 40px;
  width: 232px;
  height: auto;
}

.topo{
  padding: 20px 0 26px 0;
}

.menu{
  display: flex;
  list-style: none;
  justify-content: space-between;
  padding-left: 0;
  margin-bottom: 0;
  width: 546px;

}

.headerarrendar{
  margin-left: 20px;
}

.hleft a{
  color: #35363A;
  transition: all .2s linear;
  font-size: 14px;
  font-weight: 500;
}

.seguramenu{
  margin-top: 10px;
}


.hleft a:hover{
  color: #F9A856;
}

.mobile-menu-toggle{
  display: none;
}

.mobile-menu-backdrop{
  display: none;
}

.mobile-menu-logo{
  display: none;
}

.hleft b{
  margin-left: 25px;
}

.hleft{
  float: left;
}

.hright{
  float: right;
  font-size: 16px;
  color: #FFF;
  display: flex;
  align-items: center;
}

.fx1{
  background-image: url(../imagens/foto-ourinhos-hd.png);
  min-height: 510px;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 30px;
  padding-bottom: 30px;
}

.areabusca{
  max-width: 1115px;
  margin-right: auto;
  margin-left: auto;
  padding: 30px;
  background-color: rgba(255,255,255,0.8);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  color: #444444;
  font-size: 14px;
}

.ab2{
  margin-top: 20px;
}

.ab2 .enviarbusca{
  margin-top: 0;
}

.ab2 p{
  font-size: 20px;
  line-height: 47px;
  margin-bottom: 0;
}

.bc1_2{
  width: 20%;
}

.areabusca.ab2 input[type=text]{
  margin-top: 0;
}

.bc10 input{
  display: inline-block;
}

.fx1 h1{
  font-family: 'Roboto',sans-serif;
  font-weight: bold;
  text-align: center;
  margin-top: 40px;
  margin-bottom: 40px;
  color: #FFF;
  font-size: 40px;
  text-shadow: 2px -2px 10px rgba(0, 0, 0, 0.9);
}

.ab2 input{
  margin-top: 0;
}

.fx1 form{
  display: flex;
  flex-wrap: wrap;
  gap: 2%;
}

.bc1{
  width: 26%;
}

.bc2{
  width: 25%;
}

.bc3_1{
  width: 14%;
}

.bc2_1{
  width: 29%;
}

.bc2_1 span{
  display: inline-block;
  width: 4%;
  text-align: center;
}

.bc3{
  width: 26%;
}

.bc4{
  width: 25%;
}

.bc5{
  width: 17%;
}

.bc3, .bc4,.bc5{
  margin-top: 20px;
}

.tanto{
  display: inline-block;
  width: 46%;
}

.filtros1{
  margin-top: 10px;
  border: 1px solid #DDDDDD;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background-color: #FFF;
  text-align: center;
}

#f1-1,
#f1-2{
  width: 50%;
  float: left;
  line-height: 45px;
  cursor: pointer;
  transition: all .2s linear;
}

#f1-1{
  width: 41%;
}
#f1-2{
  width: 59%;
}

#f1-2{
  border-left: 1px solid #DDD;
}

#f1-1.disabled,
#f1-2.disabled{
  background-color: #ECECEC;
  color: #BBB;
}

.areabusca select{
  margin-top: 10px;
  height: 47px;
  border: 1px solid #DDD;
  -webkit-box-shadow: none;
  -moz-box-shadow:    none;
  box-shadow:         none;
  font-size: 15px;
  color: #878787;
}

.areabusca input[type=text]{
  margin-top: 10px;
  height: 47px;
  border: 1px solid #DDD;
  -webkit-box-shadow: none;
  -moz-box-shadow:    none;
  box-shadow:         none;
  font-size: 15px;
  color: #878787;
}

.enviarbusca{
  width: 100%;
  border: 3px solid;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  color: #FFF;
  font-size: 15px;
  line-height: 39px;
  transition: all .2s linear;
  margin-top: 30px;
  background-color: transparent;
  color: black;
  font-size: 15px;
}

.fx2{
  padding-top: 60px;
  padding-bottom: 80px;
  text-align: center;
}

.fx2 .row{
  display: flex;
  flex-wrap: wrap;
}


.fx2 h4{
  font-size: 24px;
  color: #444444;
  line-height: 1.2;
}

.fx2 p{
  margin-bottom: 0;
  font-size: 15px;
  color: #777777;
}

.fx3{
  padding-top: 70px;
  padding-bottom: 40px;
}

.fx3 h2{
  padding: 0;
  margin: 0;
  padding-bottom: 10px;
  margin-bottom: 60px;
  text-align: center;
  font-size: 35px;
  color: #595959;
}

.fx3 h2 span{
  background-color: #FFF;
  padding: 45px; 
}

.fx3 h2{
  color: #595959;
  font-size: 35px;
}

.imovel{
  max-width: 269px;
  border: 1px solid #E3E4E7;
  display: block;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  overflow: hidden;
  transition: all .2s linear;
  position: relative;
}

.imovel:hover{
  -webkit-box-shadow: 0px 3px 5px 0px rgba(50, 50, 50, 0.2);
  -moz-box-shadow:    0px 3px 5px 0px rgba(50, 50, 50, 0.2);
  box-shadow:         0px 3px 5px 0px rgba(50, 50, 50, 0.2);
}

.imovel img{
  -webkit-border-top-left-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-topright: 5px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  margin-bottom: 15px;
  transition: all .2s linear;
}

.imovel:hover img{
  -ms-transform: scale(1.02,1.02); 
  -webkit-transform: scale(1.02,1.02);
  transform: scale(1.02,1.02);
}

.imovel h2{
  margin-top: 0;
}

.itit{
  font-family: "Roboto",sans-serif;
  font-weight: 700;
  display: block;
  padding: 0 20px;
  font-size: 17px;
  color: #525252;
}

.row.row-imoveis {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.row.row-imoveis .col-lg-3{
  margin-bottom: 30px;
}

.row.row-imoveis > .col-lg-3.col-md-6{
  display: flex;
}

.row.row-imoveis > .col-lg-3.col-md-6 .card-imovel{
  height: 100%;
}

.card-imovel {
    width: 100%;
    display: flex;
    flex-direction: column;
    height: 100%;
    align-items: center;
    margin-bottom: 30px;
}

.col-lg-3.col-md-6{
  margin-bottom: 30px
}

.card-destaque{
  background-color: #F4F4F4;
  display: flex;
  width: 570px;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 30px;
}

.card-destaque h3{
  font-family: 'Roboto',sans-serif;
  font-weight: 700;
  font-size: 40px;
  margin-bottom: 60px;
}

.card-destaque .btn-outline-laranja{
  margin-top: 0;
}

.card-destaque .p1{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.card-destaque .p2{
  width: 297px;
  height: 384px;
  background-size: cover;
  background-position: center center;
}

.iitens{
  font-size: 14px;
  line-height: 1.45;
  color: #777777;
  padding:  0 20px;
  display: block;
  margin-top: 5px;
  /*  min-height: 65px;*/
  line-height: 1.2;
}

a.imovel{
  position: relative;
  display: flex!important;
  height: 100%;
  flex-direction: column;
}

.ival{
  font-family: 'Roboto',sans-serif;
  font-weight: bold;
  font-size: 18px;
  display: block;
  padding: 1px 5px 2px 21px;
  border-radius: 1px;
}

.imovel{
  transition: 0.2s linear all;
}

.imovel:hover{
  color: #F9A856!important;
}

.segura-conteudo{
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding-top: 16px;
  padding-bottom: 18px;
  flex-grow: 1;
}

.fxcta{
  text-align: center;
  padding-top: 60px;
  padding-bottom: 75px;
  background-image: url(../imagens/fxcta.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.fxcta h2{
  font-size: 42px;
  color: #FFFFFF;
  text-align: center;
  margin-top: 0;
  margin-bottom: 30px;
}

.btncta{
  font-size: 17px;
  padding: 15px 40px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  display: inline-block;

}

.footer{
  background-color: #FEFEFE;
  padding-top: 53px;
  color: black;
  border-top: 10px solid #F4F4F4;
}

.footer > .container > .row{
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.footer > .container > .row > div{
  width: 100%;
}

.fxcta + .footer{
  margin-top: 0
}

.f1 img{
  padding-left: 16px;
}

.footer h5{
  font-family: "Roboto",sans-serif;
  font-weight: 600;
  margin-top: 0;
  font-size: 19px;
  color: black;
  margin-bottom: 15px;
}

.footer p{
  font-size: 16px;
}

.f2 a{
  display: block;
  transition: all .2s linear;
  font-family: 'Roboto',sans-serif;
  font-size: 16px;
  margin-bottom: 8px;
}

.f2 a:hover{

  color: var(--colorlaranja);

}

.f3{
  padding-left: 70px;
}

.f4{
  text-align: center;
  padding-left: 35px;
}

.fend img{
  float: left;
  margin-right: 10px;
  margin-bottom: 30px;
}

.footer2{
  border-top: 4px solid #FFF;
  padding-top: 15px;
  padding-bottom: 35px;
  font-family: 'Roboto',sans-serif;
  font-size: 14px;
  color: black;
  margin-top: 100px;
  background-color: #FEFEFE;
}

.footer2 .container > .row{
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.footer2 .container > .row > div{
  width: 100%;
}

.logokryz{
  background-image: url(../imagens/logo-kryzalis.png);
  width: 50px;
  height: 31px;
  display: inline-block;
  position: relative;
  top: 7px;
  filter: grayscale(1) brightness(0);
  transition: all .2s linear;
}

.footer .segura-redes{
  display: flex;
  align-items: center;
  gap: 15px;
  justify-content: flex-end;
  width: 183px;
  margin-left: auto;
}

.footer .segura-parceiros{
  display: flex;
  justify-content: center;
  gap: 30px;
  margin-top: 100px;
  flex-wrap:  wrap;
}

.footer2 a:hover .logokryz{ 
  filter: none;
}

.footer2 p{
  margin-top: 13px;
  margin-bottom: 0;
  font-size: 14px;
}

.footer2 a{
  color: black;
  transition: all .2s linear;
  text-decoration: none;
}

.footer2 a:hover{
  color: #D90000;
}

@media (max-width: 767px) {.footer2 *{text-align: center; } .footer2 .row>div{width: 100%; } }





/* responsivo */
  /* Large desktops and laptops */
  @media (min-width: 1200px) {

  }

  /* Portrait tablets and medium desktops */
  @media (min-width: 992px) and (max-width: 1199px) {

    .fx1 h1{
      font-size: 40px;
    }

  }

  /* Portrait tablets and small desktops */
  @media (min-width: 768px) and (max-width: 991px) {

    .fx1{
      padding-top: 90px;
    }

  }

  /* Landscape phones and portrait tablets */
  @media (max-width: 767px) {

    .header{
      position: static;
    }
    .headerspacer{
      display: none;
    }

    .fx1{
      padding: 40px 0;
      height: auto;
    }

    .fx1 h1{
      font-size: 34px;
    }

    .bc1, .bc2, .bc3, .bc4{
      width: 100%;
      margin-right: auto;
      margin-left: auto;
      max-width: 500px;
      margin-bottom: 10px;
      padding-top: 0;
      float: none;
    }

    .areabusca{
      padding-bottom: 30px;
    }

    .fx2 h4 {
      font-size: 17px;
    }

    .fx3 h2 {
        font-size: 30px;
    }

    .fxcta h2 {
        font-size: 32px;
    }

    .f3{
      padding-left: 40px;
    }



  }

  @media (max-width: 550px) {
    .hright{
      width: 100%;
      text-align: center;
    }

    .hleft{
      display: block;
      text-align: center;
      width: 100%;
    }

  }


  /* Landscape phones and smaller */
  @media (max-width: 480px) {


    .fx1 h1 {
        font-size: 26px;
    }

    .fx2 .row>div + div {
        border: 0;
    }

    .fx3 h2 {
        font-size: 21px;
    }

    .fx2{
      padding: 35px 0;
    }

    .hleft b {
        margin-left: 15px;
    }

    a.logo img{
      max-width: 100px;
      height: auto;
    }



  }
/* /responsivo */

.titulo{
  padding-top: 70px;
  text-align: center;
}

.titulo h2{
  margin-top: 0;
  margin-bottom: 0;
  font-size: 35px;
  color: #595959;
  margin-bottom: 20px;
}






/* novo css form */
  .wpcf7-not-valid{
    background-color: #FFD2D2;
  }

  .wpcf7-form-control-wrap{
    display: block;
  }

  /*.wpcf7-form-control-wrap span{
    position: absolute;
    z-index: 1;
    right: 8px;
    top: 4px;
  }*/

  div.wpcf7-validation-errors{
    background-color: #f7e700;
    color: #333;
    padding: 10px 20px;
    font-weight: bold;
  }

  div.wpcf7-mail-sent-ng{
    background-color: #ff0000;
    color: #FFF;
    padding: 10px 20px;
    font-weight: bold;
  }

  div.wpcf7-mail-sent-ok{
    background-color: #398f14;
    color: #FFF;
    padding: 10px 20px;
    font-weight: bold;
  }
/* noovo css form */

.pg-form form{
  background-color: #FBFBFB;
  padding: 40px 30px;
  line-height: 1.5;
  font-size: 13px;
  margin-bottom: 40px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  -webkit-box-shadow: 5px 10px 10px 0px rgba(50, 50, 50, 0.1);
  -moz-box-shadow:    5px 10px 10px 0px rgba(50, 50, 50, 0.1);
  box-shadow:         5px 10px 10px 0px rgba(50, 50, 50, 0.1);
}

.pg-form form input,
.pg-form form textarea,
.pg-form form select{
  font-size: 12px;
  font-family: 'Roboto',sans-serif;
  margin-bottom: 15px;
  border: 0;
  height: 45px;
  border: 1px solid #DDDDDD;
  -webkit-box-shadow: none;
  -moz-box-shadow:    none;
  box-shadow:         none;
}

.pg-form form textarea{
  height: 110px;
  margin-bottom: 25px;
}

.pg-form form .btn-enviar-form{
  display: inline-block;  
  border: none;
  padding: 16px 70px;
  font-size: 16px;
  transition: all .2s linear;
  color: #FFF;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  height: auto;
  margin-right: 0px;
  margin-top: 10px;
  margin-bottom: 0;
  -webkit-box-shadow: 2px 2px 0px 0px #648E3A;
  -moz-box-shadow:    2px 2px 0px 0px #648E3A;
  box-shadow:         2px 2px 0px 0px #648E3A;
}.pg-form form .btn-enviar-form:hover{
  filter: brightness(1.4);
}

iframe{
  width: 100%;
}

.int h1, .int h2{
  font-size: 30px;
  color: #004C66;
  margin-top: 0;
  margin-bottom: 25px;
}

@media (max-width: 991px) {
  .pg-form form .row > div{
    width: 100%;
  }
}

.endsc{
  margin-top: 90px;
}

.endsc p{
  position: relative;
  padding-left: 50px;
}

.endsc p img{
  position: absolute;
  left: 0;
  top: 0;
}

.pg-indique h2,
.fxindique h2{
  font-size: 35px;
  color: #595959;
  margin-top: 10px;
  margin-bottom: 20px;
  color: #fff;
}

.ganhartxt{
  font-size: 20px;
  color: #444444;
}

.fxindique{
  background-image: url(../imagens/sombra-indique.png);
  background-position: center top;
  background-repeat: repeat-x;
  margin-top: 60px;
  padding-top: 50px;
}

.fxindique h2{
  margin-bottom: 40px;
  text-align: center;
}

.esfera{
  width: 228px;
  height: 228px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  border: 1px solid #DDD;
  text-align: center;
  margin-right: auto;
  margin-left: auto;
  padding-top: 45px;
  padding-right: 10px;
  padding-left: 10px;
  position: relative;
}

.enum{
  color: var(--colorazul);
  font-size: 45px;
  margin-bottom: 10px;
  line-height: 1;
}

.etxt{
  color: #595959;
  font-size: 15px;
}

.esfera::after{
  position: absolute;
  right: -50px;
  top: 50%;
  transform: translate(0,-50%);
  content: ' ';
  width: 28px;
  height: 48px;
  background-image: url(../imagens/seta-passos.png);
}

.esferas>div + div +div +div .esfera::after{
  display: none;
}

.ctcadastrar{
  padding: 16px 40px;
  font-size: 18px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 2px 2px 0px 0px #648E3A;
  -moz-box-shadow:    2px 2px 0px 0px #648E3A;
  box-shadow:         2px 2px 0px 0px #648E3A;
}
body{
  margin: 0;
  padding: 0;
}

.pqs{
  font-size: 22px;
  color: #444444;
  line-height: 1.2;
}

.pqs img{
  margin-bottom: 10px;
}

.header{
  padding-top: 0;
}

.header .topo{
  height: 105px;
}

.header .endereco{
  height: 42px;
  background-color: #F9A856;
  font-family: 'Roboto',sans-serif;
  font-weight: 500;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.header .endereco .media{
  display: flex;
  align-items: center;
  justify-content: flex-end;
}



.pg-imoveis .headerspacer{
  margin-bottom: 40px;
}

.listaimoveis{
  margin-bottom: 60px;
}

.listaimoveis .imovel{
  display: inline-block;
}

.filtros select{
  display: inline-block;
  border: 2px solid #5A5A5A;
  height: 44px;
  padding: 0 5px;
  color: #5A5A5A;
  font-size: 15px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  margin-right: 5px;
}

.filtros a{
  color: #000;
  cursor: pointer;
}

.filtros{
  padding-left: 20px;
  margin-bottom: 40px;
}




.owl-dots{
  display: none;
}

.oimovel{
  margin-top: -40px;
}

.oimovel h1{
  font-size: 35px;
  color: #595959;
  margin-top: 0;
  margin-bottom: 10px;
}

.bread{
  font-size: 15px;
  color: #777777;
  margin-bottom: 20px;
}

.bread a{
  color: #777777;
}

.caracteristicas{
  margin-bottom: 55px;
}

.caracteristica{
  float: left;
  font-size: 16px;
  color: #777777;
  padding-top: 15px;
  padding-bottom: 5px;
}

.caracteristica b{
  display: block;
}

.caracteristica + .caracteristica{
  margin-left: 20px;
  padding-left: 20px;
  border-left: 1px solid #C1C1C1;
}

a.iwhats{
  float: right;
  background-color: #00B259;
  padding: 20px;
  line-height: 1;
  color: #FFF;
  font-size: 18px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  transition: all .2s linear;
}a.iwhats:hover{
  background-color: #2BD480;
}

.valor{
  background-image: url(../imagens/pontilhado.png);
  background-position: center bottom;
  background-repeat: repeat-x;
}

.valores{
  max-width: 486px;
  font-size: 15px;
  line-height: 1.55;
  color: #777777;
  margin-bottom: 30px;
}

.vtit{
  background-color: #FFF;
  float: left;
  padding-right: 5px;
}

.vval{
  background-color: #FFF;
  float: right;
  padding-left: 5px;
}

.oimovel h4{
  color: #777777;
  font-size: 18px;
  margin-bottom: 10px;
}

.oimovel h5{
  color: #777777;
  font-size: 17px;
  margin-bottom: 10px;
  margin-top: 0;
}

.oimovel iframe{
  width: 100%;
  height: 600px;
}


/** blog02 **/

  .blog02 .post-itens{
    margin-bottom: 15px;
  }

  .blog02 .post-resumo{
    margin-top: 15px;
    font-size: 16px;
    margin-bottom: 20px;
  }

  .blog02 a.post-leia{
    display: inline-block;
    padding: 10px 30px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    color: #FFF;
    background-color: #333333;
    transition: all .2s linear;
  }

  .blog02 a.post-leia:hover{
    filter: brightness(1.5);
  }

  .blog02 .post{
    padding-bottom: 30px;
    margin-bottom: 30px;
    border-bottom: 1px solid #F0F0F0;
  }

  .blog02 .post h2{
    margin-top: 0;
    color: #435720;
    font-size: 26px;
  }

  .blog02 .pagination{
    text-align: left;
    float: none;
  }


  .blog02 .buscar{
    margin-top: 0px;
    position: relative;
    margin-bottom: 35px;
  }

  .blog02 .buscar input{
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    height: 37px;
  }

  .blog02 .buscar button{
    position: absolute;
    right: 0px;
    top: 0px;
    padding-right: 13px;
    padding-left: 13px;
    padding-top: 6px;
    padding-bottom: 9px;
    background-color: var(--colorazul);
    border-color: var(--colorazul);
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    transition: all .2s linear;
  }

  .blog02 .buscar button:hover{
    filter: brightness(1.2);
  }

  .blog02 .sidebar h3{
    font-size: 18px;
    color: #435721;
    border-bottom: 2px solid var(--colorazul);
    padding-bottom: 10px;
    margin-bottom: 10px;
    margin-top: 35px;
  }

  .blog02 .sidebar a{
    font-size: 15px;
    color: #333333;
    line-height: 1.2;
    display: block;
    transition: all .2s linear;
  }

  .blog02 .sidebar a + a{
    border-top: 1px solid #E1E1E1;
    margin-top: 10px;
    padding-top: 10px;
  }

  .blog02 .sidebar a:hover{
    color: var(--colorazul);
  }

  /* responsivo */    
    @media (max-width: 625px) {

      .blog02 .lista-posts{
        width: 100%;
      }

      .blog02 .sidebar{
        width: 100%;
        margin-top: 40px;
      }

    }
  /* /responsivo */


  .blog02 .post-itens img{
    position: relative;
    top: -1px;
  }

  .blog02 .post .editor *{
    max-width: 100%!important;
    height: auto!important;
  }

  .blog02 .postthumb{
    float: left;
    margin-right: 30px;
  }

  /**/

  .blog02 .post h2{
    font-size: 20px;
    color: #000;
  }

  .blog02 .post.opost h2{
    font-size: 30px;
    color: #333;
  }

/* blog02 */

#map {
  width: 651px;
  height: 917px;
  max-width: 100%;
}

#map.maphome{
  height: 400px;
}

#mapainterno{
  width: 569px;
  height: 365px;
}

.tour-virtual{
  margin-bottom: 15px;
}

.tour-virtual iframe{
  width: 100%;
  height: 680px;
}

.pg-imoveis .header{
  position: static;
}

.pg-imoveis .headerspacer{
  display: none;
}

.formato-lista{
  display: none;
}

body.ver-lista .formato-lista{
  display: block;
}

body.ver-lista .imovel{
  display: block;
  width: 100%;
  margin-right: 0;
  max-width: 100%;
  float: left;
  margin-bottom: 10px;
  padding: 10px;
}

body.ver-lista .imovel img{
  display: none;
}


body.ver-lista .imovel .ival{
  float: right;
  margin-bottom: 0;
  padding-bottom: 0;
  margin-top: 3px;
}

body.ver-lista .imovel .itit{
  float: left;
  width: 100%;
  max-width: 300px;
  text-overflow: ellipsis;
  overflow: hidden;
}

body.ver-lista .imovel .iitens{
  float: left;
  min-height: 0;
  margin-top: 3px;
}

.oiitem{
  display: block;
}

body.ver-lista .imovel .iitens br{
  display: none;
}

body.ver-lista .imovel .oiitem{
  display: inline-block;
  width: 100px;
}


@media (min-width: 1300px) and (max-width: 1400px) {

  .tour-virtual iframe {
      width: 100%;
      height: 584px;
  }

}


/* responsivo */
  /* Portrait tablets and medium desktops */
  @media (min-width: 992px) and (max-width: 1199px) {
    
    .esfera::after {
      right: -20px;
    }

    #mapainterno{
      max-width: 100%;
    }


   
    



  }

  /* Portrait tablets and small desktops */
  @media (max-width: 991px) {

    .esfera::after{
      display: none;
    }

    .esfera{
      margin-bottom: 30px;
    }

    .pqs {
        font-size: 17px;
    }

    

    .fxindique .container{
      padding: 0 120px;
    }



    a.iwhats{
      margin-right: auto;
      margin-left: auto;
      margin-top: 20px;
      float: none;
      display: block;
      float: left;
      width: 100%;
      text-align: center;
    }

    #mapainterno{
      max-width: 100%;
    }

    .ovideo iframe{
      width: 100%;
      height: 400px;
    }

    .iitens{
      display: none;
    }

  }

  /* Landscape phones and portrait tablets */
  @media (max-width: 767px) {

    .pqs>div{
      margin-bottom: 30px;
    }

    .filtros select{
      width: 100%;
      margin-bottom: 5px;
    }

    .filtros{
      padding: 0 15px;
    }

    

    

    #map {
      height: 367px;
    }

    

    #map{
      margin-right: auto;
      margin-left: auto;
    }

    

    .listaimoveis .imovel{
      margin-right: auto;
      margin-left: auto;
    }

  }

  /* Landscape phones and smaller */
  @media (max-width: 480px) {

    .footer{
      text-align: center;
    }

    .f3{
      padding-left: 15px!important;
      margin-top: 30px;
    }

  }
/* /responsivo */




.owl-carousel .owl-item img{
  height: auto;
}

.tags{
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  text-align: left;
}
.tagg{
  background-color: rgba(0,0,0,0.7);
  color: #FFF;
  padding: 5px 10px;
  display: inline-block;
}




.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev{
  position: absolute;
  bottom: 108px;
  width: 50px;
  height: 50px;
  background-color: rgba(255,255,255,0.4);
  text-indent: -9999px;
}

.owl-carousel .owl-nav button.owl-prev{
  left: 0%;
  background-image: url(../imagens/seta-esq.png)!important;
}

.owl-carousel .owl-nav button.owl-next{
  right: 0%;
  background-image: url(../imagens/seta-dir.png)!important;
}

.owl-theme .owl-nav button:hover{
  background-color: rgba(255,255,255,0.6)!important;
}






#map div.gm-style-iw{
  padding: 0!important;
}

.bmtit{
  padding: 5px 10px;
  color: #000;
  font-size: 16px;
  font-weight: bold;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 267px;
}

.bmval{
    display: block;
    padding: 0 10px 10px 10px;
    font-size: 14px;
    color: #333333;
    text-align: right;
}

div.gm-style-iw-d{
  overflow: hidden!important;
}

div.gm-ui-hover-effect{
  background-color: #FFF!important;
  -webkit-border-radius: 50%!important;
  -moz-border-radius: 50%!important;
  border-radius: 50%!important;
  display: block!important;
}

.bmlink{
  position: absolute;
  left: 10px;
  bottom: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  padding: 5px 10px;
  background-color: #5A5A5A;
  font-size: 11px;
  color: #FFF!important;
  transition: all .2s linear;
}

.bmlink:hover{
  background-color: #000;
}


.imfoto{
  max-width: 100%;
  height: auto;
}

.imfoto img{
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 2px 2px 5px 0px rgba(50, 50, 50, 0.1);
  -moz-box-shadow:    2px 2px 5px 0px rgba(50, 50, 50, 0.1);
  box-shadow:         2px 2px 5px 0px rgba(50, 50, 50, 0.1);
}


/*#mapafixar{
  width: 100%;
}

.mapa-fixado{
  position: fixed!important;
}*/



/* responsivo */
  /* Large desktops and laptops */
  @media (min-width: 1200px) {

  }

  /* Portrait tablets and medium desktops */
  @media (min-width: 992px) and (max-width: 1199px) {

  }

  /* Portrait tablets and small desktops */
  @media (min-width: 768px) and (max-width: 991px) {

  }

  /* Landscape phones and portrait tablets */
  @media (max-width: 767px) {

    .tour-virtual iframe {
        width: 100%;
        height: 350px;
    }

  }

  /* Landscape phones and smaller */
  @media (max-width: 480px) {

    .tour-virtual iframe {
        width: 100%;
        height: 350px;
    }

  }
/* /responsivo */





.hchamadas{
  position: relative;
  max-width: 269px;
  display: block;
  margin-right: auto;
  margin-left: auto;
  background-color: #000;
}

.hchamadas img{
  opacity:.8;
  filter:alpha(opacity=80);
  -moz-opacity:.8;
  opacity:.8;
  -ms-filter:"progid:DXImageTransform.Microsoft.Alpha"(Opacity=80);
  transition: all .2s linear;
}

.hchamadas:hover img{
  opacity:1;
  filter:alpha(opacity=100);
  -moz-opacity:1;
  opacity:1;
  -ms-filter:"progid:DXImageTransform.Microsoft.Alpha"(Opacity=100);
  filter: brightness(1.2);
}

.hchamtit{
  position: absolute;
  left: 0;
  bottom: 0;
  text-align: center;
  width: 100%;
  font-family: 'Roboto',sans-serif;
  font-size: 24px;
  color: #FFF;
  padding-bottom: 20px;
  background-image: url(../imagens/tracohome.jpg);
  background-position: center bottom;
  background-repeat: no-repeat;
  text-shadow: 0px 0px 10px #000;
}

.fx2 h2{
  margin-top: 0;
  font-size: 35px;
  color: #595959;
  margin-bottom: 45px;
}


.tour-virtual{
  margin-top: 40px;
  text-align: center;
  background-color: #5A5A5A;
}



.oimovel .owl-carousel .owl-nav.disabled{
  display: block!important;
}

/* responsivo */   
  @media (min-width: 992px) and (max-width: 1300px) {

    body.ver-lista .imovel .itit{
      max-width: 100%;
    }

  }
  @media (min-width: 992px) { 

    .owl-carousel .owl-nav button.owl-prev {
        left: -6%;
    }
    .owl-carousel .owl-nav button.owl-next {
        right: -6%;
    }

  }  

  @media (max-width: 991px) {

    .owl-carousel .owl-nav button.owl-prev,
    .owl-carousel .owl-nav button.owl-next {
        position: static;
        display: inline-block;
        margin: 0;
        float: none;
    }

    .owl-theme .owl-nav{
      margin-top: 0;
    }

    a.logo img {
        margin-right: 43px;
    }

    .hchamtit{
      font-size: 19px;
    }

  

  }
  @media (max-width: 767px) {

    .hleft a.logo{
      display: block;
      margin-right: auto;
      margin-left: auto;
      width: 209px;
      margin-bottom: 10px;
    }

    .hleft a.logo img{
      margin-right: 0;
    }

    .fx2 .row>div + div{
      border-left: 0;
    }

    .hchamadas{
      margin-bottom: 30px;
    }

    .fx2 .row>div:nth-child(even) a{
      margin-left: 0;
    }
    .fx2 .row>div:nth-child(odd) a{
      margin-right: 0;
    }

    #form-filtros{
      text-align: center;
    }
    
    body.ver-lista .imovel{
      text-align: center;
    }
    body.ver-lista .imovel .ival{
      width: 100%;
    }
    body.ver-lista .imovel .iitens{
      display: block;
      width: 100%;
    }
    body.ver-lista .imovel .itit{
      max-width: 100%;
    }


  }
  @media (max-width: 669px) {
    .listaimoveis{
      width: 100%;
      padding-right: 15px;
      padding-left: 15px;
    }
  }
  @media (max-width: 480px) {

    .fx2 .row>div:nth-child(even) a{
      margin-left: auto;
    }
    .fx2 .row>div:nth-child(odd) a{
      margin-right: auto;
    }

    .f3 img{
      float: none;
      display: block;
      margin-right: auto;
      margin-left: auto;
      margin-bottom: 5px;
    }

    .fxindique .container{
      padding: 0 15px;
    }

  }
/* /responsivo */


.lb-nav a.lb-next,
.lb-nav a.lb-prev{
  opacity: 1!important;
}


.ctap{
  padding: 10px;
  display: inline-block;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  margin-right: 15px;
}

.fx_1{
  padding: 30px 0;
}

.fx_2{

  background-color: #fff;
  padding-top: 40px;
  padding-bottom: 50px;

}

.fx_3{

  background-color: #f5f5f5;
  padding-top: 40px;
  padding-bottom: 50px;

}

.fx_3 hgroup h1{

  margin-bottom: 0px;

}

.fx_3 hgroup h3{

  margin-top: 0px;
  margin-bottom: 40px;

}

.txt_fale{

  text-align: center;
  padding-top: 40px;

}

.btn_fale a{

  display: block;
  margin-right: auto;
  margin-left: auto;
  width: 270px;
  line-height: 72px;
  text-align: center;
  background-color: var(--colorlaranja);
  color: #fff;
  font-size: 18px;
  font-weight: bolder;
  border-radius: 5px;
  transition: all .2s linear;

}

.btn_fale a:hover{

  background-color: var(--colorazul);
  transition: all .2s linear;

}

.fx_indica{

  margin-top: 20px;
  color: #333333;

}

.fx_indica h2{

  color: #333333;

}

.fxcta h2{

  color: #fff;

}

.fx2_indique{

  background-color: #f5f5f5;
  padding-top: 50px;
  padding-bottom: 70px;

}


.fx2_indique form{
  border: 1px solid #D6D6D6;
  padding: 20px 30px;

  line-height: 1.5;
  font-size: 13px;
  margin-bottom: 40px;
  width: 50%;
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.fx2_indique form input,
.fx2_indique form textarea,
.fx2_indique form select{
  font-size: 12px;
  margin-bottom: 15px;
  /* border-radius: 0; */
  height: 40px;
  background-color: #F0F0F0;
  border: 0;
  width: 100%;
}
.fx2_indique ::-webkit-input-placeholder { /* Edge */ color: #333!important; } .fx2_indique :-ms-input-placeholder { /* Internet Explorer 10-11 */ color: #333!important; } .fx2_indique ::placeholder {color: #333!important; }

.fx2_indique form textarea{
  height: 110px;
  margin-bottom: 25px;
}

.fx2_indique form .btn-enviar-form{
  display: inline-block;  
  border: none;
  padding: 10px 60px;
  font-size: 16px;
  transition: all .2s linear;
  background-color: var(--colorlaranja);
  color: #FFF;
  -webkit-border-radius: 30px;
  width: auto;
  -moz-border-radius: 30px;
  border-radius: 30px;
  height: auto;
  margin-right: 20px;
  float: left;
  margin-bottom: 0;
}.fx2_indique form .btn-enviar-form:hover{
  filter: brightness(1.4);
}

.fx2_indique iframe{
  width: 100%;
  height: 320px;
}

.listaimoveis{
  padding-right: 20px;
  padding-left: 20px;
}

.listaimoveis #li{
  display: flex;
  gap: 33px;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.pg-home .listaimoveis #li{
  gap: 18px;
}

.capa-imovel img{
  width: 100%;  
  filter: blur(10px);
}

.capa-imovel{
  width: 100%; 
  height: 20vh;
  overflow: hidden;
}

/* responsivo */  

  @media (min-width: 1200px)/* telas grandes */ { 

    .oimovel h1{
      margin-top: 20px;
    }


  }  

  @media (max-width: 991px)/* mobiles */ { 

    .ctap{
      margin-right: 0;
      margin-bottom: 10px;
    }
    .zaptopo{
      display: block;
      text-align: center;
    }

    .fx2_indique form{
      width: 100%;
    }
  

  }
/* /responsivo */





/** single2*/
  
  .ifx1{
    /*background-color: #0D214F;*/
    background-color: #B8860B;
    padding-top: 30px;
    padding-bottom: 25px;
    text-align: right;
  }

  .ifx2{
    padding-top: 35px;
    padding-bottom: 80px;
    background-color: #F5E2C0;
  }

  .owlift img{
    max-width: 100%;
    height: auto;
  }

  .owl-ifotos .owl-nav{
    display: block!important;
    margin-top: 0;
  }
  .owl-ifotos .owl-next,
  .owl-ifotos .owl-prev{
    line-height: 0;
    background-color: transparent!important;
    outline: none;
    position: absolute;  
    top: 50%;
    transform: translate(0%,-50%);
    z-index: 2;
  }
  .owl-ifotos .owl-next span,
  .owl-ifotos .owl-prev span{
    font-size: 1px;
    background-color: transparent!important;
    color: transparent!important;
    line-height: 0;
    background-image: url(../imagens/seta-esq.png);
    display: block;
  }
  @media (max-width: 991px) {
    .owl-ifotos .owl-nav{
      padding-top: 10px;
    }
    .owl-ifotos .owl-prev,
    .owl-ifotos .owl-next{
      position: static!important;
      margin: 5px;
    }
  }

  .owl-ifotos .owl-prev{
    left: 40px;
  }
  .owl-ifotos .owl-next{
    right: 40px;  
  }

  .owl-ifotos .owl-next span,
  .owl-ifotos .owl-prev span{
    background-image: url(../imagens/seta-esq.png);
    width: 103px;
    height: 102px;
  }
  .owl-ifotos .owl-next span{
    background-image: url(../imagens/seta-dir.png);
  }


  .boxim1{
    background-color: #FFF;
    padding: 30px;
    box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.3);
    border-radius: 5px;
  }

  .boxim2{
    background-color: #FFF;
    padding: 80px 55px 55px 55px;
    box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.3);
    border-radius: 5px;
    margin-bottom: 40px;
  }



  .contimov{
    position: relative;
    top: -110px;
    z-index: 888;
  }


  .minibread{
    font-size: 14px;
    color: #777777;
    border-bottom: 1px solid #BBBBBB;
    padding-bottom: 10px;
    margin-bottom: 30px;
  }

  .subt{
    font-size: 18px;
    color: #595959;
  }

  .contimov h1{
    margin-top: 5px;
    margin-bottom: 5px;
    font-size: 26px;
    color: #444444;
  }

  .contimov h2{
    margin-top: 0;
    font-size: 18px;
    color: #595959;
  }

  .codd{
    display: inline-block;
    background-color: #D1E6E8;
    font-size: 12px;
    color: #595959;
    padding: 3px;
    border-radius: 3px;
  }

  .val{
    font-family: 'Roboto',sans-serif;
    font-size: 26px;
    color: #26527F;
    padding-top: 33px;
    line-height: 1;
  }

  .valcond,.valiptu{
    font-size: 15px;
    color: #595959;
  }

  .contimov h3{
    margin-top: 0;
    font-size: 18px;
    color: #26527F;
    margin-bottom: 20px;
  }

  .contimov .editor p{
    font-size: 17px;
  }

  .linha{
    margin-top: 30px;
    margin-bottom: 30px;
    border-top: 1px solid #BBBBBB;
  }

  .tem{
    font-size: 17px;
    color: #595959;
    margin-bottom: 10px;
  }

  .ntem{
    font-size: 17px;
    color: #B9B9B9;
    margin-bottom: 10px;
  }

  .tem img, .ntem img{
    position: relative;
    top: -3px;
  }

  .listaitens{
    margin-bottom: 40px;
     column-count: 2;
      column-gap: 40px;
      padding-right: 230px;
  }


  .video, .tour{
    margin-bottom: 30px;
  }

  .mapa iframe,
  .tour iframe,
  .video iframe{
    width: 100%;
    height: 350px;
  }


  .listaic{
    display: flex;
    margin-bottom: 30px;
  }

  .icones{
    margin-right: 40px;
    text-align: center;
  }

  .icones img{
    margin-bottom: 5px;
  }


  .qimov2{
    background-color: #FFF;
    padding-top: 50px;
    margin-top: 00px;
  }


  .intimov{
    background-color: #f3f3f3;
  }

  .qimov2 h3{
    margin-top: 0;
    margin-bottom: 30px;
    font-size: 18px;
    color: #26527F;
  }

  .qimov2 .row{
    display: flex;
    flex-wrap: wrap;
  }

  .qimov2 .row > .col-lg-3{
    display: flex;
  }

  .qimov2 .row > .col-lg-3 .card-imovel{
    height: 100%;
  }

  a.btntel{
    display: block;
    text-align: center;
    color: #FFF;
    font-size: 17px;
    background-color: #1290CD;
    border-radius: 5px;
    padding: 9px 7px;
    transition: all .2s linear;
    margin-bottom: 10px;
    line-height: 1.1;
    cursor: pointer;
  }
  a.btntel:hover{
    background-color: #36ABE3;
  }

  a.btnzap{
    display: block;
    text-align: center;
    color: #FFF;
    font-size: 17px;
    background-color: #4EC247;
    border-radius: 5px;
    padding: 15px 7px;
    transition: all .2s linear;
    margin-bottom: 10px;
  }
  a.btnzap:hover{
    background-color: #6FEA68;
  }

  a.btnvisitar{
    display: block;
    text-align: center;
    color: #265280;
    border:  2px solid #265280;
    background-color: #FFF;
    border-radius: 5px;
    font-size: 17px;  
    padding: 13px 7px;
    transition: all .2s linear;
    margin-bottom: 10px;
    cursor: pointer;
  }
  a.btnvisitar:hover{
    background-color: #265280;
    color: #FFF;
  }

  a.btnmaisinfo{
    display: block;
    text-align: center;
    color: #FFF;
    background-color: #265280;
    border-radius: 5px;
    font-size: 17px;
    padding: 15px 7px;
    transition: all .2s linear;
    margin-bottom: 20px;
  }
  a.btnmaisinfo:hover{
    background-color: #3A77B6;
    color: #FFF;
  }


  a.vertel{
    display: block;
    text-align: center;
    color: #1290CC;
    background-color: #FFF;
    border-radius: 5px;
    font-size: 18px;
    padding: 15px 7px;
    transition: all .2s linear;
    margin-bottom: 20px;
  }
  a.vertel:hover{
    background-color: #DDECFC;
  }


  .visualizacoes{
    position: relative;
    padding-left: 43px;
    font-size: 14px;
    color: #595959;
    display: block;
    max-width: 240px;
    margin-right: auto;
    margin-left: auto;
    line-height: 1.1;
  }

  .visualizacoes img{
    position: absolute;
    left: 2px;
    top: 7px;
  }

  .contimov h4{
    text-align: center;
    font-size: 18px;
    color: #26527F;
  }

  /* responsivo */  
    @media (min-width: 1200px) { }  
    @media (min-width: 992px) and (max-width: 1199px) {

    }
    @media (max-width: 991px) {

   

      .icones{

        margin-right: 0px;

      }

      .listaitens{

        column-gap: 137px;

      }

    }
    @media (max-width: 767px) {

    }
    @media (max-width: 480px) {

    }
  /* /responsivo */


  /*contato*/


  .bread{

    width: 858px;
    background-color: rgba(175,152,83,.78);
    color: #fff;
    text-align: center;
    margin-left: 155px;
    padding-top: 15px;
    padding-bottom: 35px;

  }

  .bread h1{

    font-family: 'Roboto',sans-serif;
    font-size: 35px;

  }

  .fx2contato{

    background-color: #F4EAD3;
    padding-top: 40px;

  }

  .fx2contato h2{

    background-image: url(../imagens/traco2.png);
    background-repeat: no-repeat;
    background-position: center;
    font-family: 'Roboto',sans-serif;
    font-size: 35px;
    margin-bottom: 20px;
    color: #B8860B;

  }

  .fx2contato span{

    background-color: #F4EAD3;
    padding-right: 20px;

  }


  .fx2contato form{
    border: 1px solid #B8860B;
    padding: 30px 35px;
    background-color: #FFFFFF;
    line-height: 1.5;
    font-size: 13px;
    margin-bottom: 80px;
    text-align: left;
    border-radius: 12px;
    font-family: 'Roboto',sans-serif;
  }

  .fx2contato form input,
  .fx2contato form textarea,
  .fx2contato form select{
    font-size: 12px;
    margin-bottom: 15px;
    border-radius: 0;
    height: 35px;
    background-color: #F4EAD3;
    border: 0;

  }
  .fx2contato ::-webkit-input-placeholder { /* Edge */ color: #333!important; } .fx2contato :-ms-input-placeholder { /* Internet Explorer 10-11 */ color: #333!important; } .fx2contato ::placeholder {color: #333!important; }

  .fx2contato form textarea{
    height: 110px;
    margin-bottom: 25px;
  }

  .fx2contato form .btn-enviar-form{
    display: inline-block;  
    border: none;
    padding: 10px 67px;
    font-size: 21px;
    transition: all .2s linear;
    background-color: #A67A0A;
    color: #FFF;
    border-radius: 5px;
    font-family: 'Roboto',sans-serif;
    height: auto;
    margin-right: 20px;
    float: left;
    margin-bottom: 0;
  }.fx2contato form .btn-enviar-form:hover{
    filter: brightness(1.4);
  }

  .fx2contato iframe{
    width: 100%;
    height: 320px;
  }

  .fx2contato form span{

    color: #525252;
    background-color: #fff!important;
    font-family: 'Roboto',sans-serif;
    font-size: 15px;
    position: relative;
    top: 15px;

  }

  .footer3{

    background-image: url(../imagens/fx2-contato.jpg);
    background-position: center top; 
    padding-top: 0px;

  }

  .footer3 h2{

    font-family: 'Roboto',sans-serif;
    font-size: 19px;
    color: #26527F;
    margin-top: 0px;
    margin-bottom: 20px;

  }

  .icct{

    margin-bottom: 5px;

  }

  .icct img{

    display: inline-block;
    position: relative;
    top: -2px;

  }

  .icct p{

    display: inline-block;
    font-family: 'Roboto',sans-serif;
    font-size: 18px;
    color: #5A5A5A;
    padding-left: 5px;

  }

  .icct2{

    position: relative;
    margin-bottom: 32px;

  }

  .icct2 img{

    position: absolute;
    top: 0px;
    left: 2px;

  }

  .icct2 p{

    padding-left: 30px;

  }

  .rsct{

    margin-bottom: 60px;

  }

  .rsct h4{

    font-family: 'Roboto',sans-serif;
    font-size: 16px;
    color: #265280;
    margin-bottom: 20px;

  }

  .rsct a{

    margin-right: 10px;

  }

  .lg{

    margin-bottom: 0px;

  }

  /* responsivo */  
    @media (min-width: 1200px) { }  
    @media (min-width: 992px) and (max-width: 1199px) {

      .bread{

        margin-left: 45px;

      }

      .fx1{

        height: 299px!important;
        padding-top: 75px;

      }

      .fx2contato{

        font-size: 30px;

      }

      .icct2 p{

        font-size: 17px;

      }

      .rsct{

        margin-bottom: 55px;

      }

    }
    @media (max-width: 991px) {

      .footer3{

        background-image: none;
        background-color: #eee;
        padding-top: 10px;

      }

      .fx1{

        padding-top: 40px;

      }

      .bread{

        width: auto;
        margin-left: 0px;

      }

      .fx2contato h2{

        font-size: 22px;

      }

      .footer3{

        text-align: center;

      }

      .icct{

        text-align: center;
        padding-left: 0px;
        margin-bottom: 10px;

      }

      .icct img{

        display: block;
        margin-right: auto;
        margin-left: auto;
        margin-bottom: 5px;

      }

      .icct p{

        font-size: 15px;

      }

      .icct2 img{

        position: static;

      }

      .icct p{

        padding-left: 0px;

      }

      .bc2_1{
        width: 100%;
      }

      .bc2_1 .areabusca input[type=text]{
        width: 48%;
      }



    }
    @media (max-width: 767px) {

    }
    @media (max-width: 480px) {

    }
  /* /responsivo */


/** single2*/


.pg-indique h2, .fxindique h2{
  color: #333;
}

.fxcta h2{
  color: #FFF;
}

.owl-imoveli{
  margin-bottom: 20px;
}


.comps{
  text-align: center;
}



.fixotopo{
  margin-top: 10px;
  display: block;
}




/* responsivo */  
  @media (min-width: 1400px)/* telas grandes */ { 
  

  }  
  @media (min-width: 1200px) and (max-width: 1399px)/* notebook */ { 
  

  }
  @media (min-width: 992px) and (max-width: 1199px)/* 1024 */ { 
  

  }
  @media (min-width: 768px){
    .modal-dialog {
        margin-top: 120px;
    }
    .f3{
      padding-left: 15px;
    }
    .footer .segura-redes{
      width: 100%;
      margin-left: 0;
      justify-content: center;
    }

    .footer2 .text-right{
      text-align: center;
    }
  }
  @media (max-width: 991px)/* mobiles */ { 

    .listaitens{
      padding-right: 0;
      column-count: 1;
      flex-wrap: wrap;
    }

    .listaic{
      flex-wrap: wrap;
    }

    .icones{
      width: 33%;
      margin-bottom: 15px;
    }

    .subt, .contimov h1, .contimov h2,
    .val, .valcond, .valiptu
     {
      text-align: center;
    }
    .codd{
      margin-right: auto;
      margin-left: auto;
      text-align: center;
      display: block;
    }

    .boxim1 h2{
      margin-bottom: 10px;
    }

    .val{
      padding-top: 10px;
    }

    .contimov{
      top: -70px;
    }

    .boxim2{
      padding: 30px;
      margin-top: 30px;
    }

    .qimov2{
      text-align: center;
    }

    .imovel{
      text-align: left;
    }

    a.imovel{
      margin-right: auto;
      margin-left: auto;
    }

    .bc4 input{
      margin-top: 0!important;
    }

    .bc1_2{
      width: 100%;
    }

    .fx_2{
      padding-bottom: 0;
    }

    .fx_2 h2{
      margin-top: 0;
      margin-bottom: 30px;
      font-family: 'Roboto',sans-serif!important;
      font-weight: bold!important;
      font-size: 40px!important;
    }

    .hright{
      display: block;
      padding-top: 10px;
    }

    .bc3_1{
      width: 100%;
    }

    .telstopo{
      flex-wrap: wrap;
      text-align: center;      
      justify-content: center;
    }

    .zaptopo + .zaptopo{
      padding-left: 0!important;
    }

  }
  @media (max-width: 767px) {

  }
  @media (max-width: 481px) {

  }
  @media (max-width: 361px) {

  }

  @media (max-width: 1023px) {
    .hleft{
      justify-content: center;
    }

    .mobile-menu-toggle{
      display: flex;
      flex-direction: column;
      justify-content: center;
      gap: 5px;
      width: 55px;
      height: 55px;
      border-left: 2px solid #F9A856;
      border-top: 2px solid #F9A856;
      border-bottom: 2px solid #F9A856;
      border-right: transparent;
      border-radius: 8px 0 0 8px;
      background-color: #ffffff;
      box-shadow: 0 8px 20px rgba(0,0,0,0.18);
      padding: 12px;
      position: fixed;
      bottom: 100px;
      right: 0;
      z-index: 1003;
      cursor: pointer;
    }

    .mobile-menu-toggle span{
      display: block;
      width: 100%;
      height: 3px;
      border-radius: 3px;
      background-color: #F9A856;
      transition: all .25s ease;
    }

    .menu-open .mobile-menu-toggle span:nth-child(1){
      transform: translateY(8px) rotate(45deg);
    }

    .menu-open .mobile-menu-toggle span:nth-child(2){
      opacity: 0;
    }

    .menu-open .mobile-menu-toggle span:nth-child(3){
      transform: translateY(-8px) rotate(-45deg);
    }

    .segura-menu{
      position: fixed;
      top: 0;
      left: 0;
      width: min(82vw, 320px);
      height: 100vh;
      background-color: #ffffff;
      z-index: 1002;
      transform: translateX(-105%);
      transition: transform .3s ease;
      box-shadow: 8px 0 24px rgba(0,0,0,0.22);
      padding: 36px 20px 24px;
      overflow-y: auto;
    }

    .mobile-menu-logo{
      display: block;
      margin-bottom: 24px;
      text-align: center;
    }

    .mobile-menu-logo img{
      width: 180px;
      height: auto;
      max-width: 100%;
    }

    .segura-menu .menu{
      display: block;
      width: 100%;
    }

    .segura-menu .menu .menu-item{
      margin-bottom: 14px;
    }

    .segura-menu .menu .menu-item a{
      display: block;
      font-size: 16px;
      font-weight: 600;
      color: #35363A;
    }

    .menu-open .segura-menu{
      transform: translateX(0);
    }

    .mobile-menu-backdrop{
      position: fixed;
      inset: 0;
      background-color: rgba(0,0,0,0.6);
      z-index: 1001;
      opacity: 0;
      pointer-events: none;
      transition: opacity .25s ease;
      display: block;
    }

    .menu-open .mobile-menu-backdrop{
      opacity: 1;
      pointer-events: auto;
    }
  }
/* /responsivo */


.telstopo{
  display: flex;
}
.zaptopo + .zaptopo{
  padding-left: 15px;
}

.btn-enviar-form.cta{
  border: 0!important;
  box-shadow: none!important;
}