@media(max-width:1200px) {

a{
    text-decoration: none;
}

.fundo_menu{
  display: none;
}

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

.espaco_menu2{
  display: none;
}

.navegadores{
  width: 100%;
  margin: 0 auto;
  margin-top: 80px;
  height: 10px;
}

.pular{
  float: right;
}

.anterior{
  background: #666;
  width: 120px;
  padding: 10px 0;
  border-radius: 10px;
  font-weight: bold;
  font-size: 1.2em;
  color: #fff;
  border: none;
  text-align: center;
  cursor: pointer;
  float: right;
  margin-right: 20px;
}

.proxima{
  background: #06631c;
  width: 120px;
  padding: 10px 0;
  border-radius: 10px;
  font-weight: bold;
  font-size: 1.2em;
  color: #fff;
  border: none;
  text-align: center;
  cursor: pointer;
  float: right;
}


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

  .banner img, .bannerx img{
    width: 100%;
    margin-top: 0;
  }
  

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

  .topo{
    width: 100%;
    height: auto;
    display: table;
    background: #f0f0f0;
    border-bottom: 2px solid #0098d3;
}

.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: #0098d3;
  text-shadow: none;
}

.busca p{
  font-size: 0.8em;
  padding: 0 15px 15px 15px;
  text-align: left;
  color: #0098d3;
  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%;
}

.box_servicos{
  width: 90%;
  margin: 50px 5% 10px 5%;
}

.faixa_servico{
  width: 100%;
  height: 120px;
  background: #297c72;
  margin-top: 40px;
  text-align: center;
  color: #fff;
}

.faixa_cinza{
  width: 100%;
  float: left;
  height: auto;
  display: table;
  min-height: auto;
  background: #f2f2f2;
  margin-top: 50px;
  margin-left: 0%;
  z-index: 1;
  position: relative;
}


.faixa_vermelha{
  width: 100%;
  float: left;
  height: auto;
  display: table;
  min-height: auto;
  background: #173758;
  z-index: 2;
  position: relative;
  margin-top: 80px;
}

.texto_faixa_cinza{
  width: 90%;
  margin: 10px 5%;
}

.texto_banner{
  width: 90%;
  height: auto;
  margin: 0 5%;
  margin-top: -0px;
  z-index: 2;
  position: relative;
  padding: 15px;
  border-radius: 10px;
  font-weight: bold;
}

.texto_banner h1{
  font-size: 1.4em;
}

.texto_banner p, .box_servicos p{
  text-align: justify;
}

.texto_planos{
  width: 95%;
  margin: 120px 2.5% 0 2.5%;
}

.imagem_planos{
  width: 100%;
  float: right;
}

.faixa_azul{
  width: 70%;
  margin-left: 30%;
  height: auto;
  display: table;
  min-height: 300px;
  background: #173758;
  margin-top: 50px;
  margin-bottom: 50px;

}

.informe_cnpj{  
  width: 90%;
  margin: 0 5%;
  margin-top: 0px;
}

.form_empresa{
  margin-top: 120px;
}

.diferenca{
  width: 100%;
  height: 120px;
}



.bloco_pagamento{
  width: 350px;
  height: 200px;
  float: left;
  text-align: center;
  margin-top: 40px;
}

.gam{
  width: 100%;
  height: 450px;
  clear: both;
}

.texto_planos p{
  text-align: justify;
}

 .espaco_menu{  
  height: 30px;
}

.faixa_cinza{
  background: #fff;
  margin-top: 20px;
}

.informe_cnpj_erro, .informe_cnpj_sucesso{
  width: 100%;
  margin: 0px;
}

.logar{
  width: 90%;
  margin: 20px 5% 30px 5%;
}

.logar img{
  width: 120px;
}

.bem_vindo{
  width: 95%;;
}

.bem_vindo h2{
  font-size: 1em;
}

.menu_logado{
  display: none;
}

.identificacao{
  width: 90%;
  margin: 140px 5% 80px 5%;
}

.identificacao2{
  width: 90%;
  margin: 30px 5% 80px 5%;
}

.dados_logado{
  width: 40%;
  float: right;
  height: 40px;
  margin-top: -40px;
  margin-right: 5%;
}

.dados_logado li{
  margin: 0 5px;
  padding-top: 10px;
}


.form_questoes{
  width: 90%;
  margin: 120px 5% 0 5%;
}

.anterior{
  float: right;
  margin-bottom: 15px;
}

.proxima{
  float: right;
}

.finalizacao{
  width: 100%;
}

.finalizacao h3{
  margin-top: 20px;
}

.ocultar{
  display: none;
}

.finalizacao_sucesso{
  width: 100%;
}

.finalizacao p{
  font-size: 1.2em;
  font-weight: bold;
}

.dados_identificacao{
  width: 100%;
  border: none;
}

.score{
  width: 40%;
  margin: 10px 30%;
  background: #a0dd35;
  color: #fff;
  border-radius: 6px;
}

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

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

.box_grafico{
  width: 48%;
  margin: 15px 1%;
  height: 320px;
}

.grafico_barra{
  width: 48%;
  margin: 15px 1%;
  height: 450px;
}

.eu, .outros{
  margin-left: 0;
}

.filtros{
  width: 100%;
  float: left;
  margin: 0;
  margin-bottom: 15px;
}

.filtrar{
  width: 100%;
  height: 320px;
}

.aplicar{
  float: right;
  margin-top: 0px;
}

.submenu_dash{
  width: 90%;
  margin: 0 5%;
  margin-top: -40px;
}

.validade_assinatura{
  width: 80%;
  margin: 0 10%;
}

.validadem{
  width: 100%;
  height: 20px;
  float: left;
  margin-left: 0;
  margin-top: -8px;
  margin-bottom: 15px;
}



.fimx{
  width: 100%;
  height: 20px;
  margin-bottom: 4px;
}

.menu_m{
  display: table;
  width: 100%;
  height: 40px;
  background: #173758;
  padding-top: 16px;
  padding-left: 15px;
  padding-bottom: 6px;
}

/*Menu Mobile*/

#menuToggle_re
{
  display: block;
  position: relative;
  top: 0px;
  left: 00px;
  z-index: 1;  
  -webkit-user-select: none;
  -moz-user-select: none;
   -ms-user-select: none;
       user-select: none;
}

#menuToggle_re a
{
  text-decoration: none;
  color: #fff;  
}



#menuToggle_re input
{
  display: block;
  width: 40px;
  height: 32px;
  position: absolute;
  top: -7px;
  left: -5px;  
  cursor: pointer;  
  opacity: 0; 
  z-index: 2;  
  -webkit-touch-callout: none;
}

#menuToggle_re span
{
  display: block;
  width: 33px;
  height: 4px;
  margin-bottom: 5px;
  position: relative;  
  background: #fff;
  border-radius: 3px;  
  z-index: 1;  
  transform-origin: 4px 0px;  
  transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
              background 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
              opacity 0.55s ease;
}

#menuToggle_re span:first-child
{
  transform-origin: 0% 0%;
}

#menuToggle_re span:nth-last-child(2)
{
  transform-origin: 0% 100%;
}

#menuToggle_re input:checked ~ span
{
  opacity: 1;
  transform: rotate(45deg) translate(-2px, -1px);
  background: #fff;
}

#menuToggle_re input:checked ~ span:nth-last-child(3)
{
  opacity: 0;
  transform: rotate(0deg) scale(0.2, 0.2);
}

#menuToggle_re input:checked ~ span:nth-last-child(2)
{
  transform: rotate(-45deg) translate(0, -1px);
}

#menu_re
{
  position: absolute;
  width: 300px;
  margin: -100px 0 0 -50px;
  padding: 50px;
  padding-top: 125px;  
  background: #173758;
  list-style-type: none;
  -webkit-font-smoothing: antialiased;  
  transform-origin: 0% 0%;
  transform: translate(-100%, 0);  
  transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0);
}

#menu_re li
{
  padding: 10px 0;
  font-size: 0.9em;
}

#menuToggle_re input:checked ~ ul
{
  transform: none;
}

.espeixo{
  width: 20px;
  float: left;
  height: 10px;
}



.logado{
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.area_cliente{
  float: right;
  margin-right: 15px;
  margin-top: -30px;
  background: #a0dd35;
  padding: 6px 15px;
  border-radius: 6px;
  cursor: pointer;
  position: relative;
  z-index: 99;
}

a .area_cliente{
  color: #fff;
}

.escolha_forma{  
  width: 90%;
  margin: 0 5%;
  margin-top: 120px;
}

.escolha_forma h2{
  font-size: 1.3em;
}

/*Radio das questões*/
input[type=radio] {display:none;}

.radio-label {
  width:31%;
  height:auto;
  display: table;
  padding:10px 10px;
  border:1px solid rgba(0,0,0,0.08);
  line-height:30px;
  cursor:pointer;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  border-radius: 8px;
  box-shadow: 3px 3px 6px #eaeaea;
  margin: 5px 1%;
  float: left;
  text-align: center;
  display: flex;
  justify-content: center;
}

.radio-labelx {
  width:100%;
  height:auto;
  display: table;
  padding:10px 10px;
  border:1px solid rgba(0,0,0,0.08);
  line-height:30px;
  cursor:pointer;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  border-radius: 8px;
  box-shadow: 3px 3px 6px #eaeaea;
  margin: 5px 1%;
  float: left;
  text-align: center;
  display: flex;
  justify-content: center;
}

.radion-label {
  width:18%;
  height:auto;
  display: table;
  padding:10px 10px;
  border:1px solid rgba(0,0,0,0.08);
  background:#fff;
  line-height:30px;
  cursor:pointer;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  border-radius: 8px;
  box-shadow: 3px 3px 6px #eaeaea;
  margin: 5px 1%;
  float: left;
  text-align: center;
  display: flex;
  justify-content: center;
  height: 60px;
}

.radio-label img{
  margin: auto;
  display: block;
  width: 85%;
  margin: auto;
  display: block;
  margin: auto 17.5%;
}

.pular2{
  float: right;
  margin-right: 0;
}

.navegadoresx{
  width: 100%;
  margin: 0 auto;
}

.radion-label img{
  margin: auto;
  display: block;
  width: 85%;
  margin: auto;
  display: block;
  margin: auto 12.5%;
  margin-left: 40%;
}

.obrigatorio{
  color: #a0dd35;
  font-weight: bold;
  margin-top: -40px;
  padding: 10px;
  border: 1px solid #eaeaea;
  box-shadow: 3px 3px 6px #ccc;
  border-radius: 8px;
  background: #fff;
  margin-bottom: 20px;
}


.pergunta_formulario{
  width: 100%;
  margin-top: -20px;
  font-size: 1.4em;
  margin-bottom: 30px;
  line-height: 28px;
}


.form_questoes h2{
  margin-top: -30px;
}

video{
  width: 100%;
  margin-left: 0;
}



}