@media(max-width:1200px) {

a{
    text-decoration: none;
}

.fundo_menu{
  display: none;
}

a:hover{
    text-decoration: none;
}
#barMenu{
    display: none;
}


   
.mobile-header-nav {
    background-color: #014579;
    display: none;
    list-style: none;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 135px;
    width: 100%;
    z-index: 999;
  }
  .mobile-header-nav li {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }
  .mobile-header-nav li a {
    color: white;
    display: block;
    padding: 15px 0;
    text-align: center;
    text-decoration: none;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  .mobile-header-nav li a:hover {
    background-color: #fff;
  }
  
  .hamburger-menu {
    display: inline-block;
    height: 40px;
    padding: 10px 0 8px 30px;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    color: #fff;
    background: #034f8a;
    width: 100%;
  }
  .hamburger-menu:hover {
    cursor: pointer;
    color: white;
  }
  .hamburger-menu .menu-item {
    background: black;
    display: block;
    height: 3px;
    margin: 0 0 10px;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    width: 40px;
    color: white;
  }
  .hamburger-menu.open .menu-item {
    margin: 0 0 5px;
  }
  .hamburger-menu.open .menu-item:first-child {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    -webkit-transform-origin: 10px;
            transform-origin: 10px;
  }
  .hamburger-menu.open .menu-item:nth-child(2) {
    opacity: 0;
  }
  .hamburger-menu.open .menu-item:nth-child(3) {
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
    -webkit-transform-origin: 8px;
            transform-origin: 8px;
  }

  .alinhar{
    width: 100%;
    margin: 0;
  }

  .box, .imob, .cop, .form{
      width: 100%;
      height: auto;
      display: table;
  }

  .box img{
    width: 100%;
  }

  footer{
      height: 650px;
  }

  .centro{
    width: 90%;
    margin:  0 5%;
  }

  .tipo{
    width: 48%;
    float: left;
    margin: 0 2% 15px 0;
  }

  .tipo2{
      width: 100%;
  }

  .separa{
      display: none;
  }

  .form2{
      width: 100%;
      margin: 0;
  }

  .interesse{
      width: 100%;
      margin-bottom: 30px;
  }

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

  .mais-fotozzz{
    background-color: #10035b;
    position: relative;
    z-index: 999;
    clear: both;
    width: 200px;
    height: 45px;
    border-radius: 8px;
    text-align: center;
    line-height: 45px;
    float: left;
    margin-bottom: 30px;
  }

  .maior, .menor{
    width: 100%;
    float: left;
}

  .maior img, .menor img{
      width: 100%;
      margin-bottom: 15px;
  }

  .casa img{
    width: 100%;
  }

  .over{
    width: 100%;
  }

  .tbdesc{
    width: 50%;
    display: none;
  }

  .input, .mensagem, .ip, .ar{
    border: 1px solid #ccc;
  }

  .banner{
    display: none;
  }

  .menu_interno{
    display: none;
  }

  .fim{
    width: 90%;
    margin: 0 5%;
  }

  .mapa{
    background: #ebe9e9;
    width: 100%;
    margin: 0;
  }

  .box-mapa{
    width: 90%;
    height: auto;
    display: table;
    margin: 0 5%;
  }




  .aparece{
    display: table;
  }



  .aparece{
    width: 100%;
    background: #034f8a;
    height: 250px;
    display: table;
  }

  .result p{
    font-size: 1em;
    color: #000;
    text-shadow: 0px 0px 0px #fff;
  }

  .result-l{
    font-size: 1em;
  }

  .bannerx{
    display: none;
  }

  .mobile-menu-toggle{
    text-align: right;
    background: transparent;
    padding-right: 15px;
  }

  .topo{
    width: 100%;
    height: auto;
    display: table;
    background: #10035b;
}

.topo img{
  margin:  0 auto;
  display: block;
  padding-top: 10px;
  width: auto;
  height: 70px
}

.busca{
    background: #ecf6ff url('../images/mobile2.jpg');
    background-size: cover;
    width: 100%;
    margin: 0px 0;
    position: relative;
    z-index: 2;
    padding: 25px 0;
  

}

.busca h1{
  font-size: 1.2em;
  padding: 0 15px 15px 15px;
  text-align: left;
  color: #fff;
  text-shadow: none;
}

.busca p{
  font-size: 0.8em;
  padding: 0 15px 15px 15px;
  text-align: left;
  color: #fff;
  text-shadow: none;
}

.alinhar_busca{
  margin-top: 0px;
}

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

.shadow_busca{
  padding: 15px;
  width: 100%;
  height: auto;
  display: table;
  border-radius: 0 8px 8px 8px;
  margin-top: -8px;
}

.marca{
  width: 100%;
  margin: 0px 0;
}

.search{
  width: 95%;
  margin-left: 2.5%;
}

.buscar_codigo{
  text-align: center;
  margin-top: 15px;
  line-height: 50px;
  height: 50px;
  width: 90%;
  border-radius: 8px;
  border: 1px solid rgb(82, 138, 250);
  margin-left: 5%;
}

.more{
  width: 100%;
  height: auto;
  background: #fff;
  box-shadow: 0px 0px 20px #ccc;
  border: none;
  border-radius: 5px;
  padding: 15px;
  margin-top: 30px;
  display: table;
  margin-bottom: 30px;
}

.tbdesc_mobile{
  display: table;
}

.inputr{
  width: 25px;
  height: 25px;
  float: left;
  margin-top: 5px;
  margin-right: -10px;
}

.bx{
  width: 100%;
  height: 40px;
  line-height: 30px;
  margin-bottom: 2px;
  float: left;
  font-size: 1.2em;
}

.btv{
  border-radius: 5px;
  border: 1px solid #ccc;
  height: 45px;
  line-height: 45px;
  text-align: center;
  margin-right: 4px;
  background: #eaeaea;
  width: 90px;
  font-size: 0.9em;
}

.buscar_codigo{
  margin-bottom: 40px;
}

.shadow_busca_codigo{
  padding: 15px;
  background: rgb(223, 223, 223, 0.7);
  width: 90%;
  height: auto;
  display: table;
  border-radius: 8px 8px 8px 8px;
  margin: -8px 5% 0 5% ;
  display: table;
}

.buscar_codigo{
  text-align: center;
  margin-top: 15px;
  line-height: 45px;
  height: 45px;
  width: 100%;
  border-radius: 8px;
  border: 1px solid rgb(82, 138, 250);
  background: #fff;
  float: left;
  margin-left: 0;

}

.video_youtube{
  width: 100%;
}


}