html, body{
  margin: 0;
  padding: 0;
  font-family: "Open Sans",sans-serif;
  background: #f0f0f0;
  color: #696969;
  word-wrap: break-word;
  overflow-wrap: break-word;
  line-height: 1.8;
}

*{
  font-family: "Open Sans",sans-serif;
}

li{
  list-style: none;
}

#barMenu{
  height: 100vh;
  width: 300px;
  background: #06631c;
  position: fixed;
  z-index: 999;
}

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

.topo a{
  position: relative;
  z-index: 9999;
}



.logoMenu{
  width: 100%;
}

.logoMenu img{
  width: 70%;
  margin: 60px 15% 90px 15%;
}


.page{
  width: 100%;
}

.banner{
  width: 100%;
  position: relative;
  z-index: 1;
  height: 110px;
}

.bannerx{
  width: 100%;
  height: auto;
}

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

.itensMenu{
  text-align: center;
}

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

.itensMenu a:hover{
  color: #dfdede;
}
  

.itensMenu li{
  list-style: none;
  font-size: 1.2em;
  padding-bottom: 15px;
}

.desc{
  height: 20vh;
  width: 300px;
  position: fixed;
  bottom: 0;
  text-align: center;
  color: #fff;
}

.icons{
  margin-left: 110px;
}

.icons img{
  width: 25px;
  height: 25px;
  float: left;
  margin-left: 15px;
  text-align: center;
  display: block;
  margin-left: 8px;
}



.alinhar_busca{
  margin-top: 50px;
}

.alinhar_busca h5{
  background: #06631c;
  border-radius: 5px 5px 0 0 ;
  width: 170px;
  color: #fff;
  padding: 7px;
}

.cor{
  background: #ebe9e9;
  height: auto;
  display: table;
  width: 100%;
  padding: 50px 0;
}

.busca h1{
  color: #fff;
  font-size: 1.2em;
  padding: 8px;
  
}

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



.tipo2{
  width: 80%;
  float: left;
  margin: 0 3% 15px 0;
}

.tipo li, .tipo2 li{
  list-style: none;
  font-size: 0.8em;
}

.tipo h6, .tipo2 h6{
  font-size: 0.8em;
  font-weight: 100;
  margin-top: -15px;
  margin-bottom: 15px;
}

.tipo2{
  width: 63%;
  float: left;
  margin: 0 3% 0 0;
}

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

}

.centro{
  width: 80%;
  margin:  0 10%;
  height: auto;
  display: table;
}

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

.meiobox h3{
  font-size: 1.2em;
  color: #1d0798;
}



.lbl{
  width: 100%;
  height: 5px;
  color: #000;
}

.camp{
  width: 100%;
  height: 50px;
  border: 1px solid #ccc;
  border-radius: 5px;
  color: #696969;
  padding-left: 10px;
  margin-bottom: 15px;
  line-height: 50px;
}


.topo{
  display: none;
}

.camp2{
  width: 100%;
  height: 8px;
  border: 1px solid #ccc;
  border-radius: 5px;
  color: #696969;
  background: #06631c;
  margin-top: -25px;
}

.bA{
  background: #06631c;
  width: 80px;
  height: 3px;
  float: left;
  margin-top: -7px;
}

.bB{
  background: #47e741;
  width: 50px;
  height: 3px;
  float: left;
  margin-top: -7px;
}

.search{
  background: #06631c;
  height: 50px;
  line-height: 50px;
  width: 200px;
  border-radius: 5px;
  border: 1px solid #06631c;
  color: #fff;
  float: right;
  margin-right: 3%;
  -webkit-transform: scale(1);
  -webkit-transition-timing-function: ease-out;
  -webkit-transition-duration: 500ms;
  -moz-transform: scale(1);
  -moz-transition-timing-function: ease-out;
  -moz-transition-duration: 500ms;
  transform: scale(1);
  transition-timing-function: ease-out;
  transition-duration: 500ms;
  cursor: pointer;
}

.searchx{
  background: #06631c;
  height: 50px;
  line-height: 50px;
  width: 100%;
  border-radius: 5px;
  border: 1px solid #06631c;
  color: #fff;
  margin-right: 3%;
  -webkit-transform: scale(1);
  -webkit-transition-timing-function: ease-out;
  -webkit-transition-duration: 500ms;
  -moz-transform: scale(1);
  -moz-transition-timing-function: ease-out;
  -moz-transition-duration: 500ms;
  transform: scale(1);
  transition-timing-function: ease-out;
  transition-duration: 500ms;
  cursor: pointer;
}


.search:hover{
    -webkit-transform: scale(1.02);
    -webkit-transition-timing-function: ease-out;
    -webkit-transition-duration: 500ms;
    -moz-transform: scale(1.02);
    -moz-transition-timing-function: ease-out;
    -moz-transition-duration: 500ms;
    transform: scale(1.02);
    transition-timing-function: ease-out;
    transition-duration: 500ms;
    background: #06631c;
    color: #fff;
}

.alinhar{
  width: 100%;
}

.alinhar h1{
  padding-top: 25px;
}

footer{
  width: 100%;
  height: 250px;
  background: #06631c;
  clear: both;
  margin-top: 40px;
  clear: both;
}

footer img{
  height: 30px;
}

.valor_anterior{
  text-align: center;
  color: #47e741;
  font-weight: bold;
  text-decoration: line-through;
  margin-bottom: -12px;
}

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

.imob{
  width: 30%;
  float: left;
  margin-right: 3%;
  padding: 40px 0;
}

.imob i{
  color: #fff;
  font-size: 0.8em;
  float: left;
  padding-right: 6px;
  padding-top: 4px;
}

.imob h2{
  color: #fff;
  font-size: 1.2em;
  margin-bottom: 15px;
  font-weight: 100;
}

.imob h3{
  color: #fff;
  font-size: 0.9em;
}

.imob p{
  color: #ccc;
  margin: 0;
  padding: 0;
  font-size: 0.9em;
}

.cop{
  color: #ccc;
  padding-top: 50px;
  font-size: 0.7em;
  text-align: right;
}

.acesso{
  width: 100%;
  clear: both;
  margin-top: 30px;
}

.acesso1{
  width: 45%;
  float: left;
  margin-right: 5%;
  background: rgb(41, 171, 231);
  padding: 10px 0;
  text-align: center;
  border-radius: 5px;
  margin-top: 50px;
}

.acesso2{
  width: 45%;
  float: left;
  margin-right: 5%;
  background: rgb(27, 146, 201);
  padding: 10px 0;
  text-align: center;
  border-radius: 5px;
  margin-top: 50px;
}

.form h2{
  font-size: 1.1em;
}

a .acesso1{
  color: #fff;
}

a .acesso2{
  color: #fff;
}

.box{
  width: 30%;
  margin: 0 3% 0 0;
  background: #fff;
  float: left;
  -webkit-transform: scale(1);
  -webkit-transition-timing-function: ease-out;
  -webkit-transition-duration: 500ms;
  -moz-transform: scale(1);
  -moz-transition-timing-function: ease-out;
  -moz-transition-duration: 500ms;
  transform: scale(1);
  transition-timing-function: ease-out;
  transition-duration: 500ms;
  margin-bottom: 50px;
  padding-bottom: 15px;
  box-shadow: 0px 0px 50px rgb(223, 223, 223);
  height: 430px;
  display: table;
}

.box img{
  width: 100%;
}

.box h2{
  margin: 5px 0;
  font-size: 1em;
}

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

.marca h1{
  color: #06631c;
  text-align: left;
  margin-bottom: 8px;
  width: 100%;
  font-size: 1.5em;
  font-weight: bold;
}

.marca p{
  text-align: center;
  color: #696969;
}

.demo{
  width: 130px;
  height: 1px;
  background: #ccc;
  margin: 0 auto;
  margin-bottom: 12px;
  text-align: left;
}

.box p{
  color: #666;
  margin: 8px 0;
}

.det{
  width: 60%;
  float: left;
}

.detalhe{
  float: right;
  background: #06631c;
  padding: 2px 8px;
  border-radius: 5px;
}

a .detalhe{
  color: #fff;
}

.box:hover{
  -webkit-transform: scale(1.03);
  -webkit-transition-timing-function: ease-out;
  -webkit-transition-duration: 500ms;
  -moz-transform: scale(1.03);
  -moz-transition-timing-function: ease-out;
  -moz-transition-duration: 500ms;
  transform: scale(1.03);
  transition-timing-function: ease-out;
  transition-duration: 500ms;
}



.tema{
  width: 80px;
  background: #dfdede;
  color: #000;
  height: 25px;
  border-radius: 6px;
  text-align: center;
  line-height: 25px;
  float: left;
  margin-right: 10px;
  -webkit-transform: scale(1);
  -webkit-transition-timing-function: ease-out;
  -webkit-transition-duration: 500ms;
  -moz-transform: scale(1);
  -moz-transition-timing-function: ease-out;
  -moz-transition-duration: 500ms;
  transform: scale(1);
  transition-timing-function: ease-out;
  transition-duration: 500ms;
}

.tema:hover{
  -webkit-transform: scale(1.02);
  -webkit-transition-timing-function: ease-out;
  -webkit-transition-duration: 500ms;
  -moz-transform: scale(1.02);
  -moz-transition-timing-function: ease-out;
  -moz-transition-duration: 500ms;
  transform: scale(1.02);
  transition-timing-function: ease-out;
  transition-duration: 500ms;
  background: #06631c;
  color: #fff;
}

.filtro{
  width: 180px;
  height: 30px;
  margin: 20px auto;
  margin-top: 60px;
}

.interno{
  padding: 50px 0;
  width: 100%;
}

.interno h1{
  color: #06631c;
  font-size: 1.6em;
  padding-bottom: 15px;
  height: auto;
  display: table;
}

.interno p{
  color: #666;
  text-align: justify;
}

.interno li{
  color: #666;
}

.linha{
  width: 100%;
  height: 2px;
  background: #06631c;;
}

.form{
  width: 50%;
  float: left;
  margin: 20px 0 80px 0;
  height: auto;
  display: table;
}

.input{
  width: 100%;
  background: #fff;
  border: none;
  margin-bottom: 15px;
  padding-left: 10px;
  box-shadow: 0px 0px 6px #ccc;
  height: 50px;
  border-radius: 5px;
}


.mensagem{
  width: 100%;
  background: #fff;
  border: none;
  margin-bottom: 15px;
  padding-left: 10px;
  box-shadow: 0px 0px 6px #ccc;
  height: 100px;
  border-radius: 5px;
}

.send{
  background: #06631c;
  width: 150px;
  height: 45px;
  color: #fff;
  border: none;
  border-radius: 6px;
  float: right;
  cursor: pointer;
  -webkit-transform: scale(1);
  -webkit-transition-timing-function: ease-out;
  -webkit-transition-duration: 500ms;
  -moz-transform: scale(1);
  -moz-transition-timing-function: ease-out;
  -moz-transition-duration: 500ms;
  transform: scale(1);
  transition-timing-function: ease-out;
  transition-duration: 500ms;
}

.send:hover{
  -webkit-transform: scale(1.02);
  -webkit-transition-timing-function: ease-out;
  -webkit-transition-duration: 500ms;
  -moz-transform: scale(1.02);
  -moz-transition-timing-function: ease-out;
  -moz-transition-duration: 500ms;
  transform: scale(1.02);
  transition-timing-function: ease-out;
  transition-duration: 500ms;
  background: #0b0144;
}

.form2{
  width: 45%;
  float: right;
  margin-bottom: 50px;
}

.sucesso{
  background: #eff5ec;
  box-shadow: 0px 0px 6px green;
  border-radius: 10px;
  margin-top: 50px;
  text-align: center;
  padding: 15px;
  width: 30%;
  margin: 50px auto;
}


.sucesso2{
  padding: 15px 30px;
  background: #b0f5b3;
  border-radius: 15px;
  box-shadow: 0px 0px 6px #47e741;
  margin-bottom: 30px;
  display: table;
  height: auto;
}

.sucesso i{
  text-align: center;
  font-size: 3em;
  color: green;
}

.sucesso h1{
  color: green;
  font-size: 1.4em;
  padding-top: 15px;
}

.sucesso p{
  text-align: center;
  margin-top: 0;
  padding-top: 0;
}

.tabela{
  width: 100%;
  border-collapse: collapse;
}

.title{
  background: #f0f0f0;
}

.title td{
  padding: 6px;
  font-weight: bold;
  border-bottom: 1px solid #ccc;
}

.tabela tr td{
  padding: 6px;
  font-weight: bold;
  border-bottom: 1px solid #ccc;
}

.tabela tr td i{
  font-size: 2.3em;
}

.interesse{
  width: 20%;
  float: left;
  margin-right: 3%;
}

.interesse h3{
  width: 100%;
  background: #06631c;
  color: #fff;
  font-size: 1em;
  padding: 15px 8px;
  border-radius: 5px;
}

.ip{
  width: 100%;
  height: 50px;
  background: #fff;
  box-shadow: 0px 0px 20px #ccc;
  border: none;
  margin-bottom: 8px;
  border-radius: 5px;
  padding-left: 8px;
}

.ar{
  width: 100%;
  height: 110px;
  background: #fff;
  box-shadow: 0px 0px 20px #ccc;
  border: none;
  margin-bottom: 8px;
  border-radius: 5px;
  padding-left: 8px;
}

.casa{
  width: 77%;
  float: right;
}

.maior{
  width: 66%;
  height: auto;
  margin-bottom: 8px;
  float: left;
}

.menor{
  width: 33%;
  float: right;
}

.maior img{
  width: 99%;
}

.menor img{
  width: 99%;
}

.separa{
  width: 100%;
  height: 3px;
  clear: both;
}

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

.over h1{
  font-size: 1em;
  margin: 0;
  padding: 0;
  color: #06631c;
  margin-bottom: 10px;
}

.mais-foto{
    background-color: #06631c;
}

.tbdesc_mobile{
  display: none;
}

.mais-fotozzz{
  background-color: #06631c;
  position: relative;
  z-index: 999;
  clear: both;
  width: 200px;
  height: 45px;
  border-radius: 8px;
  text-align: center;
  line-height: 45px;
  float: right;
}

a .mais-fotozzz{
  color: #fff;
}

.box_foto{
  width: 33.33%;
  float: left;
  display: table;
  height: auto;
  margin-bottom: 30px;
}

.box_foto img{
  width: 90%;
  margin: 0 5%;
  transition: 0.2s;
}

a .voltar{
  float: right;
  background: #ccc;
  padding: 5px 15px;
  border-radius: 8px;
  font-size: 0.8em;
  color: #06631c;
  cursor: pointer;
}

.blue{
  background: #06631c;
  color: #fff;
}


.box_foto img:hover{
  filter: brightness(50%);
}

a .mais-foto{
  color: #fff;
  clear: both;
  width: 150px;
  float: right;
  text-align: center;
  padding: 8px 15px;
  border-radius: 6px;
}

.over p{
  padding: 0;
  margin: 0;
}

.encerra{
  width: 100%;
  height: 80px;
  clear: both;
}

.encerra2{
  width: 100%;
  height: 150px;
  clear: both;
}

.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;
}

.more p{
  color: #06631c;
  margin: 0;
  padding: 0;
}

.more h1{
  color: #06631c;
  margin-top: 15px;
}

.more li{
  list-style: none;
  color: #696969;
}

.atencao{
  padding: 15px 30px;
  background: #f5eab0;
  border-radius: 15px;
  box-shadow: 0px 0px 6px #e8eb5d;
  margin-bottom: 30px;
  display: table;
  height: auto;
}

.tl{
  font-weight: bold;
  text-align: center;
}

.menui{
  width: 100%;
  position: fixed;
  z-index: 50;
}

.menu_interno{
  width: 100%;
  margin: 0;
  height: 100px;
  background: #06631c;
  padding: 10px 2.5%;
  border-bottom: 2px solid #06631c;
}

.bem_vindo{
  width: 70%;
  margin: 120px auto;
  background: #fff;
  padding: 20px;
  border-radius: 15px;
  height: auto;
  display: table;
  box-shadow: 10px 10px 10px #ccc;
}

.bem_vindo p{
  font-size: 1.3em;
  margin-bottom: 5px;
}

.lg{
  float: left;
  margin-right: 30px;
}

.lg img{
  height: 85px;
  width: auto;
}

.menu_interno ul li{
  float: left;
  list-style: none;
  padding: 30px 11px;
  font-size: 1.2em;
}

.menu_interno ul li a{
  color: #06631c;
}

.entrar{
  float: right;
  background-color: #06631c;
  padding: 11px 19px;
  margin-top: -70px;
  margin-right: 2.5%;
  border-radius: 10px;
}

a .entrar{
  color: #fff;
}

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

.texto_banner h1{
  font-size: 2em;
  padding-bottom: 20px;
  font-weight: bold;
  color: #000;
}

.texto_banner p{
  font-size: 0.9em;
  color: #000;
}

a .bt_servico{
  color: #fff;
}

.bt_servico{
  border-radius: 10px;
  background-color: #06631c;
  padding: 11px 19px;
  width: 190px;
  margin-left: 45%;
}



.shadow_busca{
  padding: 15px;
  background: rgb(223, 223, 223, 0.8);
  width: 100%;
  height: auto;
  display: table;
  border-radius: 8px 8px 8px 8px;
  margin-top: -50px;
  display: table;
}

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

.shadow_busca_codigo li, .shadow_busca_codigo h6{
  list-style: none;
  font-size: 0.8em;
  font-weight: 100;
}

.mapa{
  background: url('../images/mapa.jpg');
  background-size: cover;
}

.box-mapa{
  margin-left: 15%;
  background: #fff;
  width: 350px;
  padding: 15px;
  box-shadow: 0px 0px 6px #ccc;
}

.top-mapa{
  margin-left: 15%;
  width: 350px;
  height: 80px;
}

.mapa h3{
  font-size: 1.3em;
  font-weight: bold;
}

.mapa p, .mapa table tr td{
  font-size: 0.9em;
  line-height: 1.2em;
}

.fundo_menu{
  background: #f0f0f0;
  border-bottom: 2px solid #0098d3;
  width: 100%;
  display: table;
  height: 110px;
  position: fixed;
  z-index: 999;
}

.tbdesc{
  width: 60%;
}

.tbdesc tr td{
  padding: 5px 15px;
}



#brand{
  background: #f0f0f0;
  border-bottom: 2px solid #0098d3;
}

/*banner entre venda e locação*/
.carrossel-mascara{
  width: 100vw; /* largura das imagens*/
  margin: 0 ;
  overflow: hidden;
  font-size: 0;
  }
  .carrossel-container {
  width: 700vw;  /* Somar da largura de todas as imagens */
  transition: 1s ease;
  height: auto; /* Altura das imagens */
  }
  .carrossel-container img, .carrossel-texto {
  width: 100vw;
  height: auto;
  display: inline-block;
  vertical-align:top;
  font-size: 16px;
  margin: 0 auto;
  }
  .carrossel-texto {
  height: 337px;
  position: relative;
  }
  .carrossel-texto p {
  position: relative;
  text-align: center;
  }
  
  .slide {
  animation: slide 20s ease infinite; /* Velocidade*/
  }
  
  @keyframes slide {
  0% {
  transform: translateX(0%);
  }
  12.5% {
  transform: translateX(0%);
  }
  25% {
  transform: translateX(-25%);
  }
  37.5% {
  transform: translateX(-25%);
  }
  50% {
  transform: translateX(-50%);
  }
  62.5% {
  transform: translateX(-50%);
  }
  75% {
  transform: translateX(-75%);
  }
  87.5% {
  transform: translateX(-75%);
  }
  99% {
  transform: translateX(-75%);
  }
  100% {
  transform: translateX(0);
  }
  }

  /*Faixa de valores*/

  .filter-item__range input[type=range] {
    box-sizing: border-box;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 100%;
    margin: 0;
    padding: 0 2px;
    overflow: hidden;
    border: 0;
    border-radius: 1px;
    outline: none;
    background: linear-gradient(#034f8a, blue) no-repeat center;
    background-size: 100% 6px;
    pointer-events: none;
  }
  .filter-item__range input[type=range]:active, .filter-item__range input[type=range]:focus {
    outline: none;
  }
  .filter-item__range input[type=range]::-webkit-slider-thumb {
    height: 25px;
    width: 25px;
    border-radius: 50%;
    box-shadow: 1px 2px 6px rgba(0, 0, 0, 0.28);
    background: #10035b;
    position: relative;
    margin: 5px 0;
    cursor: pointer;
    appearance: none;
    -webkit-appearance: none;
    pointer-events: all;
    z-index: 2;
  }
  .filter-item__range input[type=range]::-webkit-slider-thumb::before {
    content: " ";
    display: block;
    position: relative;
    top: 13px;
    left: 100%;
    width: 2000px;
    height: 2px;
    background: #1bae73;
  }
  .filter-item__range .multirange {
    position: relative;
    height: 25px;
  }
  .filter-item__range .multirange input[type=range] {
    position: absolute;
  }
  .filter-item__range .multirange input[type=range]:nth-child(1)::-webkit-slider-thumb::before {
    background-color: #1bae73;
  }
  .filter-item__range .multirange input[type=range]:nth-child(2) {
    background: none;
  }
  .filter-item__range .multirange input[type=range]:nth-child(2)::-webkit-slider-thumb::before {
    background-color: #979797;
  }
  .filter-item__range .result {
    display: flex;
    justify-content: space-between;
  }



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

  
.busca{
  width: 70%;
  margin: 100px 15%;
  position: absolute;
  z-index: 2;
}

.busca h1{
  font-size: 3em;
  font-weight: bold;
  color: #0098d3;
  text-align: center;
  
}

.busca p{
  text-align: center;
  color: #0098d3;
  list-style: none;
  margin-top: -20px;
}

.result p{
  font-size: 1em;
  color: #000;
  text-shadow: none;
  padding-top: 25px;
  font-weight: bold;
}



.inputx {
  position: absolute;
  clip-path: inset(50%);
}
.label {
  display: inline-block;
  position: relative;
  padding: 3px 15px;
  cursor: pointer;
}

.content {
  padding: 1rem;
  font-size: 2rem;
  display: none;
}
.inputx#input1:checked ~ [data-id=input1],
.inputx#input2:checked ~ [data-id=input2],
.inputx#input3:checked ~ [data-id=input3] {
  display: block;
}
.inputx:checked + .label {
  border-bottom: 2px solid blue;
}
.inputx:checked + .label::before {
  display: block;
}
.inputx + .label:hover {
  
}

.bc{
  width: 100%;
  height: 15px;
  clear: both;
}

.aparece{
  display: none;
}

.desaparece{
  display: table;
}

.txt{
  width: 100%;
  height: auto;
  display: table;
  border: none;
}

#locacao{
  display:none;    
  }

  #lancamento{
  display:none;    
  }

  #CliqueVenda, #CliqueLocacao, #CliqueLancamento{
      cursor: pointer;
  }

  .btv{
    border-radius: 5px;
    border: 1px solid #ccc;
    height: 45px;
    line-height: 45px;
    text-align: center;
    margin-right: 8px;
    background: #eaeaea;
    width: 120px;
  }

  .btv2{
    border-radius: 5px;
    height: 200px;
    border: 1px solid #ccc;
    height: 45px;
    line-height: 45px;
    text-align: center;
    margin-right: 8px;
    background: #eaeaea;
    width: 120px;
  }

  .btv:hover{
    border-bottom: 3px solid #06631c;
  }




  
.payment-methods {
  list-style: none;
  margin: 0;
  padding: 0;
}


.payment-method {
  border: 3px solid #fff;
  box-sizing: border-box;
  float: left;
  height: 48px;
  position: relative;
  width: 95px;
  border-radius: 5px;
  background: #eaeaea;
}

.payment-method label {
  background: #fff;
  bottom: 1px;
  cursor: pointer;
  display: block;
  font-size: 15px;
  left: 1px;
  position: absolute;
  right: 1px;
  top: 1px;
  white-space: nowrap;
  color: #000;
  text-align: center;
  line-height: 40px;
  height: 40px
}

.payment-method + .payment-method {
  margin-left: 8px;
}


.payment-methods input:focus + label {
  outline: 2px dotted #06631c;
}

.payment-methods input:checked + label {
  outline: 4px solid #06631c;
}

.payment-methods input:checked + label:after {
  background: url('../images/check.png');
  bottom: -10px;
  content: "";
  display: inline-block;
  height: 20px;
  position: absolute;
  right: -10px;
  width: 20px;
}

@-moz-document url-prefix() {
  .payment-methods input:checked + label:after {
    bottom: 0;
    right: 0;
    background-color: #06631c;
  }
}


.video_youtube{
  width: 40%;
  float: left;
}

.w-130-r {
  min-width: 130%;
  width: 130%!important;
  margin-right: -30%!important;
  padding: 10%!important;
  padding-left: 0px!important;
  z-index: 999;
  position: relative;
  padding-bottom: 10%!important;
}

.faixa_vermelha{
  width: 50%;
  float: left;
  height: auto;
  display: table;
  min-height: 450px;
  background: #06631c;
  z-index: 2;
  position: relative;
}

.faixa_vermelha img{
  width: 100%;
  padding: 50px 0;
}

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

.separador{
  width: 100%;
  height: 180px;
}

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

.texto_faixa_cinza h2{
  font-weight: bold;
  font-size: 1.8em;
  margin-bottom: 15px;
  padding: 30px 0px 15px 0px;
}

.texto_faixa_cinza p{
  font-size: 1em;
  margin-bottom: 15px;
  text-align: justify;
  line-height: 20px;
}

.servico{
  width: 100%;
  clear: both;
  height: auto;
  display: table;
  margin-bottom: 40px;
}

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



.faixa_servico{
  width: 100%;
  height: 200px;
  background: #06631c;
  margin-top: 40px;
  text-align: center;
  color: #fff;
}

.faixa_servico h2{
  padding-top: 40px;
}

.box_servicos{
  width: 31%;
  margin: -50px 1% 0 1%;
  float: left;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0px 0px 6px #e8e8e8;
  height: auto;
  min-height: 350px;
}

.box_servicos i{
  width: 50px;
  height: 50px;
  background: #06631c;
  color: #fff;
  font-size: 2em;
  text-align: center;
  line-height: 50px;
  border-radius: 5px;
  margin-top: -200px;
  margin-left: 20px;
}

.box_servicos  h3{
  padding: 20px ;
  font-size: 1.6em;
  color: #06631c;
}

.box_servicos  p{
  padding: 20px ;
  font-size: 1em;
  color: #000;
}

.parceiros{
  width: 100%;
  height: auto;
  display: table;
  background: url('../images/parceiros.jpg');
  background-size: cover;
}

.parceiros h2{
  color: #fff;
  font-size: 1.8em;
  text-align: center;
  padding: 40px;
}


.parceiros img{
  padding: 20px 80px;
}

.espaco_menu{
  width: 100%;
  height: 100px;
}

.espaco_menu2{
  width: 100%;
  height: 60px;
}

.texto_planos{
  width: 40%;
  margin:70px 5%;
  float: left;
}

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

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

}

.faixa_azul img{
  width: 150%;
  padding: 80px 0;
  margin-left: -50%;
}

.box_valor{
  width: 45%;
  margin: 15px 2.5%;
  float: left;
  height: auto;
  display: table;
  box-shadow: 6px 6px 6px #ccc;
  border: 1px solid #f0f0f0;
  border-radius: 15px;
  background: #fcfbfb;
}

.LA{
  width: 50%;
  margin: 0 25%;
  padding: 20px 30px;
  background: #fcfbfb;
  border-radius: 15px;
  box-shadow: 6px 6px 6px #ccc;
  border: 1px solid #f0f0f0;
}

.warning{
  width: 100%;
  height: auto;
  padding: 6px;
  text-align: center;
  background: red;
  color: #fff;
  border-radius: 6px;
}

.sucess{
  width: 100%;
  height: auto;
  padding: 6px;
  text-align: center;
  background: #297c72;
  color: #fff;
  border-radius: 6px;
}

.acessos{
  margin-bottom: 80px;
}

.acessos p a{
  color: #297c72;
  text-align: center;
}

.acessos p{
  color: #297c72;
  text-align: center;
  line-height: 15px;
  font-weight: bold;
}


.box_valor p{
  text-align: center;
  font-size: 1em;
  padding-top: 20px;
}

.box_valor li{
  list-style: none;
  font-size: 2em;
  text-align: center;
  color: #297c72;
  font-weight: bold;
  padding-bottom: 20px;
}

a .contrate{
  color: #fff;
  text-align: center;
  margin-top: 30px;
  float: right;
}

.contrate{
  background: #297c72;
  clear: both;
  width: 220px;
  padding: 15px 0;
  border-radius: 10px;
  margin-left: 2.5%;
  margin-top: 30px;
  font-weight: bold;
  font-size: 1.2em;
  margin-right: 2.5%;
}

.aplicar{
  background: #06631c;
  border: 1px solid #06631c;;
  clear: both;
  width: 150px;
  height: 40px;
  border-radius: 10px;
  margin-left: 2.5%;
  margin-top: 25px;
  font-weight: bold;
  font-size: 1em;
  margin-right: 2.5%;
  color: #fff;
}

.proximo{
  background: #06631c;
  clear: both;
  width: 200px;
  padding: 10px 0;
  border-radius: 10px;
  margin-left: 2.5%;
  margin-top: 30px;
  font-weight: bold;
  font-size: 1.2em;
  color: #fff;
  border: none;
  float: right;
  text-align: center;
  cursor: pointer;
}

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

.pular{
  background: rgba(6,99,28, 0.2);
  width: 200px;
  padding: 10px 0;
  border-radius: 10px;
  font-weight: bold;
  font-size: 1.2em;
  color: #fff;
  border: none;
  float: left;
  text-align: center;
  cursor: pointer;
  margin-right: 30px;
}

.pular2{
  background: rgba(6,99,28, 0.2);
  width: 300px;
  padding: 10px 0;
  border-radius: 10px;
  font-weight: bold;
  font-size: 1.2em;
  color: #fff;
  border: none;
  float: left;
  text-align: center;
  cursor: pointer;
  margin-right: 30px;
}

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

.proximall{
  background: #06631c;
  width: 200px;
  padding: 10px 0;
  border-radius: 10px;
  font-weight: bold;
  font-size: 1.2em;
  color: #fff;
  border: none;
  float: left;
  text-align: center;
  cursor: pointer;
  margin-bottom: 20px;
}

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


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

.esp{
  width: 100%;
  height: 0px;
  clear: both;
}



.box_valor li span{
  list-style: none;
  font-size: 0.6em;
  text-align: center;
  color: #297c72;
  font-weight: 100;
}



.informe_cnpj{
  box-shadow: 6px 6px 6px #ccc;
  border: 1px solid #f0f0f0;
  border-radius: 15px;
  width: 70%;
  margin: 100px 15%;
  display: table;
  padding: 30px;
  background: #fcfbfb;
}

.logar{
  box-shadow: 6px 6px 6px #ccc;
  border: 1px solid #f0f0f0;
  border-radius: 15px;
  width: 50%;
  margin: 20px 25%;
  display: table;
  padding: 30px;
  background: #fcfbfb;
  margin-bottom: 50px;
}

.logar img{
  text-align: center;
  margin: 30px auto;
  display: block;
}

.logar p{
  font-weight: bold;
}

.form_empresa{
  width: 100%;
  height: 580px;
}

.edicao{
  width: 90%;
  margin: 0 auto;
  padding: 25px;
}

.informe_cnpj p{
  font-weight: bold;
  margin-bottom: 40px;
}

.informe_cnpj_erro{
  box-shadow: 6px 6px 6px #ccc;
  border: 1px solid #f0f0f0;
  border-radius: 15px;
  width: 70%;
  margin: 100px 15%;
  display: table;
  padding: 30px;
  background: #f9ecec;
}

.informe_cnpj_erro2{
  box-shadow: 6px 6px 6px #ccc;
  border: 1px solid #f0f0f0;
  border-radius: 15px;
  width: 70%;
  margin: 0 15%;
  display: table;
  padding: 30px;
  background: #f9ecec;
}

.informe_cnpj_sucesso{
  box-shadow: 6px 6px 6px #ccc;
  border: 1px solid #f0f0f0;
  border-radius: 15px;
  width: 70%;
  margin: 100px 15%;
  display: table;
  padding: 30px;
  background: #eff9f8;
}

.informe_cnpj_erro h2{
  color: red;
  font-size: 2.5em;
}

.informe_cnpj_sucesso h2{
  color: #297c72;
  font-size: 2.5em;
}

.seguir{
  border: 1px solid #ccc;
  box-shadow: 6px 6px 6px #ccc;
  border-radius: 15px;
  float: right;
  padding: 12px ;
}

a .seguir{
  color: #000
}

.responsavel{
  background: #fafafa;
  border-radius: 15px;
  padding: 15px;
  display: table;
  margin-bottom: 20px;
  width: 100%;
  box-shadow: 6px 6px 6px #eaeaea;
}

.responsavel h3{
  font-weight: bold;
  font-size: 1.3em;
  margin-bottom: -3px;
  
}

.responsavel h4{
  font-weight: bold;
  font-size: 1em;
  margin-left: 15px;
}

.responsavel p{
  font-weight: bold;
  margin-bottom: -10px;
  padding-left: 10px
}

.responsavel i{
  font-size: 3em;
  float: left;
  margin-right: 10px;
}

.destacar{
  color: #297c72;
  border-bottom: 2px solid #eaeaea;
  margin-top: 40px;
  margin-bottom: 15px;
  line-height: 40px;
  font-weight: bold;
}

.bt_pix{
  width: 350px;
  height: 150px;
  background: #297c72;
  border-radius: 10px;
  box-shadow: 3px 3px 3px #eaeaea;
  float: left;
  border: 1px solid #eaeaea;
  font-size: 2.3em;
  line-height: 200px;
  cursor: pointer;
  color: #fff;
}

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

.bt_icone{
  font-size: 2em;
  margin-bottom: -80px;
  color: #fff;
}

.logar2{
  width: 60%;
  margin: 00px auto;
  background: #f0f0f0;
  border-radius: 10px;
  padding: 20px;
  box-shadow: 2px 2px 2px #ccc;
  margin-bottom: 40px;
  height: auto;
  display: table;
}

.painel{
  min-height: 550px;
}

.form-group{
  float: left;
}


.escolha_forma{
  width: 70%;
  margin: 40px auto;
  background: #fcfbfb;
  box-shadow: 2px 2px 6px #ccc;
  border-radius: 10px;
  padding: 20px;
  height: auto;
  display: table;
}

.escolha_forma h2{
  color: #297c72;
  font-weight: bold;
}

.escolha_forma h3{
  font-weight: bold;
  margin-top: 40px;
  font-size: 1.4em;
}

.escolha_forma p{
  color: #000;
  font-weight: bold;
  font-size: 1.5em;
}

.escolha_forma li{
  list-style: none;
  margin-top: -20px;
  font-size: 0.8em;
}

.noventa{
  width: 100%;
  height: auto;
  min-height: 50px;
  display: table;
}

.informe{
  width: 60%;
  margin: 50px auto;
}


.copiacola{
  width: 480px;
  border: 1px solid #ccc;
  color: #666;
  height: 40px;
  border-radius: 8px;
}

#botao{
  width: 480px;
  border: 1px solid  #297c72;
  color: #fff;
  height: 40px;
  border-radius: 8px;
  background:  #297c72;
  margin-top: 15px;
  
}

#foo{
  display: none;
  padding: 6px;
  background: #9aeccc;
  color: #000;
  border-radius: 6px;
  width: 150px;
  margin-left: 150px;
  margin-top: 15px;
  text-align: center;
}

.img-responsive{
  width: 80%;
}

/* interno*/

.topo_logado{
  width: 100%;
  height: 63px;
  position: fixed;
  background: #06631c;
  z-index: 3;
}

.topo_logado img{
  height: 60px;
}

.menu_logado{
  width: 150px;
  background:  #000;
  height: 100vh;
  position: fixed;
  z-index: 2;
  padding: 0;
  margin: 0;
  padding-top: 80px;
}

.menu_logado li{
  list-style: none;
  padding: 0;
  margin: 0;
  float: left;
  color: #fff;
  margin-left: -35px;
  font-size: 0.7em;
  clear: both;
  padding-bottom: 15px;
}

.menu_logado li a{
  color: #fff;
}

.menu_logado li:hover{
  color: #a0dd35;
}

.menu_logado li i{
  margin-right: 8px;
}

.footer_logado{
  width: 100%;
  height: 20px;
  position: fixed;
  background: #06631c;
  z-index: 3;
  bottom: 0
}

.dados_logado{
  float: right;
  width: 30%;
  margin-top: -30px;
}

.dados_logado li{
  float: right;
  margin-right: 25px;
  color: #fff;
}

.dados_logado li a{
  color: #fff;
}

.page_interna{
  width: 100%;
  background: #f0f0f0;
  height: auto;
  min-height: 800px;
  display: table;
}

.identificacao{
  width: 83%;
  height: auto;
  display: table;
  background: #fff;
  margin-top: 100px;
  margin-left: 12%;
  border-radius: 10px;
  margin-right: 5%;
  box-shadow: 3px 3px 6px #ccc;
  padding: 15px;
}

.identificacao2{
  width: 83%;
  height: auto;
  display: table;
  background: #fff;
  margin-top: 30px;
  margin-left: 12%;
  border-radius: 10px;
  margin-right: 5%;
  box-shadow: 3px 3px 6px #ccc;
  padding: 15px;
  padding-bottom: 50px;
}

.form_questoes{
  width: 90%;
  height: auto;
  display: table;
  margin-top: 80px;
  margin-left: 5%;
  border-radius: 10px;
  margin-right: 5%;
  padding: 15px;
}

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

.dados_identificacao{
  width: 85%;
  float: left;
  border-right: 1px solid #ccc;
}

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

.filtrar{
  width: 100%;
  height: auto;
  background: #f0f0f0;
  padding: 10px;
  border-radius: 10px;
  margin-top: -20px;
  margin-bottom: 30px;
}



.grafico_barra_resultado{
  width: 50%;
  float: left;
  margin-top: 80px;
}

.resultados{
  box-shadow: 3px 3px 6px #ccc;
  width: 400px;
  padding: 15px;
  border-radius: 10px;
}

.legenda_grafico{
  width: 100%;
  float: left;
  font-size: 0.7em;
  margin-top: -20px;
  text-align: left;
}

.eu{
  width: 15px;
  height: 15px;
  background: rgba(160, 221, 53,0.5);
  border: 2px solid rgba(160, 221, 53,0.8);
  float: left;
  margin-top: 2px;
  margin-right: 4px;
  margin-left: 15px;  
  border-radius: 5px;
}

.outros{
  width: 15px;
  height: 15px;
  background: rgba(151,187,205,0.5);
  border: 2px solid rgba(151,187,205,0.8);
  float: left;
  margin-top: 2px;
  margin-right: 4px;
  margin-left: 15px;  
  border-radius: 5px;
}

.minha_empresa{
  width: 25px;
  height: 15px;
  border-radius: 5px;
  background: rgba(160, 221, 53,0.5);
  border: 2px solid rgba(160, 221, 53,0.8);
  float: left;
  margin-top: 6px;
  margin-right: 8px;
}

.demais_empresas{
  width: 25px;
  height: 15px;
  border-radius: 5px;
  background: rgba(151,187,205,0.5);
  border: 2px solid rgba(151,187,205,0.8);
  float: left;
  margin-top: 6px;
  margin-right: 8px;
}


.dados_identificacao p span{
  color: #a0dd35;
  font-size: 0.9em;
}

.identificacao h2{
  color: #06631c;
  font-size: 1.5em;
  font-weight: bold;
}

.identificacao p{
  padding: 0;
  margin-bottom: 0;
}

.score{
  width: 13%;
  text-align: center;
  float: left;
}

.score h3{
  font-weight: bold;
}

.score h3 span{
  font-size: 0.6em;
  font-weight: 100;
}

.submenu_dash{
  width: 83%;
  height: auto;
  display: table;
  margin-top: 20px;
  margin-left: 12%;
  margin-right: 5%;
  padding: 5px 0;
}

.submenu_dash ul{
  margin-left: 0;
  padding-left: 0;
}

.submenu_dash ul li{
  float: left;
  margin-right: 15px;
  padding: 0 8px;
}

.submenu_dash ul li a{
  color: #000;
}

.submenu_dash ul li a:hover{
  border-bottom: 3px solid #a0dd35;
  text-decoration: none;
  padding-bottom: 8px;
}

.ativo{
  border-bottom: 3px solid #a0dd35;
  font-weight: bold;
}

.dash_geral{
  width: 83%;
  height: auto;
  display: table;
  background: #fff;
  margin-top: 10px;
  margin-left: 12%;
  border-radius: 10px;
  margin-right: 5%;
  box-shadow: 3px 3px 6px #ccc;
  padding: 15px;
}

.publicacao{
  width: 100%;
  height: auto;
  display: table;
  border-bottom: 1px solid #eaeaea;
  padding: 4px 0;
}

.publicacao p{
  font-size: 0.8em;
  float: left;
}

.publi{
  border: none;
  border-bottom: 1px solid #ccc;
  padding: 0 15px;
}

.validade_assinatura{
  float: right;
  background: #a0dd35;
  border-radius: 6px;
  padding: 6px 15px;
  color: #fff;
  font-weight: bold;
  line-height: 15px;
  text-align: center;
  margin-top: -10px;
}

.validadem{
  width: 230px;
  height: 15px;
  float: left;
  font-size: 0.85em;
  margin-left: 20px;
}

.validade_assinatura span{
  font-weight: 100;
  font-size: 0.6em;
}

.avaliacao{
  background: #f0f0f0;
  width: 100%;
  height: auto;
  display: table;
  margin-top: 15px;
  border-radius: 6px;
  padding: 5px 10px;
  color: #b6b3b3;
  font-size: 0.8em;
} 

.avaliacao li{
  float: left;
  margin-right: 20px;
}

.desempenho{
  width: 15px;
  height: 15px;
  border-radius: 50%;
  float: left;
  margin-top: 5px;
  margin-right: 8px;
}

.vermelho{  
  background: #d14b4d; 
}

.laranja{  
  background: #eead52; 
}

.verde_claro{  
  background: #bdd26e; 
}

.verde{  
  background: #6ebd62; 
}

.verde_escuro{  
  background: #408a20; 
}

.graficos{
  width: 100%;
  height: auto;
  display: table;
}

.box_grafico, .grafico_barra{
  width: 23%;
  float: left;
  margin: 15px 1%;
  float: left;
  border: 1px solid #eaeaea;
  border-radius: 4px;
  box-shadow: 3px 3px 6px #ccc;
  padding: 10px;
  text-align: center;
}

.box_grafico p, .grafico_barra p{
  font-weight: bold;
  font-size: 0.9em;
}



.box_grafico img, .grafico_barra img{
  width: 25px;
}

.borda_top{
  border: 1px solid #a0dd35;
  border-top: 4px solid #a0dd35;
  background: #fdfcfc;
}

/*Gráficos*/
.chartx, .chartx1, .chartx2, .chartx3 {
  position: relative;
  display: inline-block;
  width: 110px;
  height: 110px;
  margin-top: 50px;
  margin-bottom: 50px;
  text-align: center;
}

.chartx canvas, .chartx1 canvas, .chartx2 canvas, .chartx3 canvas {
  position: absolute;
  top: 0;
  left: 0;
}

.percentx, .percentx1, .percentx2, .percentx3 {
  display: inline-block;
  line-height: 110px;
  z-index: 2;
}
.percentx:after, .percentx1:after , .percentx2:after, .percentx3:after  {
  content: '/100';
  margin-left: 0.1em;
  font-size: .8em;
}





/*Fim Gráficos*/


.dest{
  font-weight: bold;
  font-size: 1.2em;
  color: #06631c;
  margin-top: 20px;
}

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

.radio-label, .radio-labelx, .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: 1% ;
  float: left;
  text-align: center;
  display: flex;
  justify-content: center;
}

.g1{
  background: rgba(6,99,28,0.1);
}

.g2{
  background: rgba(182, 226, 242,0.6);
}

.g3{
  background: rgba(242, 236, 182,0.6);
}

.g4{
  background: rgba(192,192, 189, 0.5);
}

.g5{
  background: rgba(205, 178, 126,0.6);
}

.g6{
  background: rgba(193, 109, 87, 0.4);
}

.g7{
  background: rgba(121, 148, 140,0.6);
}


.radio-label i, .radio-labelx i, .radion-label i{
  margin-right:5px;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-out;
  -moz-transition: opacity 0.3s ease-out;
  -ms-transition: opacity 0.3s ease-out;
  -o-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
  width: 20px;
  height: 25px;
  float: left;
  line-height: 35px;
}

.radio-label img, .radio-labelx img, .radion-label img{
  margin: auto;
  display: block;
  width: 80%;
  margin: auto;
  display: block;
}

.radio:checked + .radio-label {background:rgba(6,99,28,0.5); color: #fff !important; border: 1px solid #06631c} 
.radiox:checked + .radio-labelx {background:rgba(6,99,28,0.5); color: #fff !important; border: 1px solid #06631c} 
.radion:checked + .radion-label {background:rgba(6,99,28,0.5); color: #fff !important; border: 1px solid #06631c} 


.radio:checked + .radio-label i { opacity: 1; }
.radiox:checked + .radio-labelx i { opacity: 1; }
.radion:checked + .radion-label i { opacity: 1; }

.radio + .radio-label span, .radiox + .radio-labelx span, .radion + .radion-label span {
    font-size:1.4em;
    -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;
    -webkit-transform:translateX(-13px);
    -moz-transform:translateX(-13px);
    -ms-transform:translateX(-13px);
    -o-transform:translateX(-13px);
    transform:translateX(-13px);
    min-height: 80px;
}

.area{
  width: 100%;
  height: 130px;
  border-radius: 15px;
  box-shadow: 6px 6px 6px #ccc;
  border: 1px solid #ccc;
}



.pergunta_formulario{
  width: 100%;
  
  font-size: 2em;
  margin-bottom: 30px;
  font-weight: 2em;
  clear: both;
  margin-top: 30px;
}

.pergunta_formulario span{
  font-size: 0.7em;
}



/*Validação das respostas C D e E com anexo*/
#radio31:checked ~ #campoAnexo, #radio32:checked ~ #campoAnexo{
  display: block;
}

#radio0:checked ~ #campoAnexo, #radio1:checked ~ #campoAnexo, #radio2:checked ~ #campoAnexo, #radio3:checked ~ #campoAnexo, #radio4:checked ~ #campoAnexo,
#radio5:checked ~ #campoAnexo, #radio6:checked ~ #campoAnexo, #radio7:checked ~ #campoAnexo, #radio8:checked ~ #campoAnexo{
  display: none;
}


#campoAnexo {
  display:none;
  margin-top: 40px;
}

#campoAnexo p{
  margin-top: 40px;
  color: #000;
}

.anexos{
  width: 100%;
  height: auto;
  display: table;
  clear: both;
}

.anexos img{
  width: 250px;
  float: left;
  border: 1px solid #ccc;
  border-radius: 8px;
  padding: 10px;
  box-shadow: 3px 3px 6px #ccc;
  margin-top: 40px;
}

.file{
  width: 250px;
  margin: 30px;
  float: left;
  font-size: 0.7em;
  text-align: center;
  
}

.file a{
  color: #666;
}

.obrigatorio{
  color: #06631c;
  font-weight: bold;
  margin-top: 30px;
  padding: 10px;
  border: 1px solid #e5be49;
  box-shadow: 3px 3px 6px #e5be49;
  border-radius: 8px;
  margin-bottom: 40px;
  background: rgba(234,223,150,0.9);
}

.finalizacao{
  width: 70%;
  background: #fff;
  box-shadow: 3px 3px 6px #ccc;
  border-radius: 8px;
  padding: 15px;
  height: auto;
  display: table;
  margin: 0 auto;
  text-align: center;
}

.finalizacao h3{
  text-align: left;
  font-size: 1.2em;
}

.finalizacao li{
  text-align: left;
  margin-left: 20px;
  font-size: 0.9em;
  color: #666;
  text-decoration: underline;
}

.final{
  width: 100%;
  height: 80px;
  clear: both;
}

.finalizacao_sucesso{
  width: 70%;
  background: #fff;
  box-shadow: 3px 3px 6px #ccc;
  border-radius: 8px;
  padding: 50px;
  height: auto;
  display: table;
  margin: 0 auto;
  text-align: center;
  margin-bottom: 500px;
  margin-top: 80px;
}

.mob ul li{
  float: right;
  text-align: center;
  margin-right: 20px;
  color: #666;
}

.mob li a{
  color: #666;
}

.filtros{
  width: 23%;
  float: left;
  margin: 0 1%;
}

.label_filtro{
  width: 100%;
  height: 15px;
}

.input_filtro{
  width: 100%;
  height: 35px;
  border: 1px solid #ccc;
  border-radius: 6px;
  padding: 0 6px;
}

.anexo{
  width: 100%;
  height: auto;
  background: #fdf9f9;
  border-radius: 5px;
  box-shadow: 3px 3px 6px #ccc;
  padding: 5px 15px;
  margin-bottom: 10px;
}

.anexo:hover{
  background: #fff;
}

.anexo a{
  color: #696969;
}

.anexo a i{
  padding-right: 7px;
}

.form_questoes a{
  color: #696969;
}

.form_questoes a:hover{
  text-decoration: none;
}

.destaque_user{  
  border-top: 3px solid #a0dd35;
}

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

.menu_m{
  display: none;
}

.form-control{
  height: 50px;
  margin-bottom: 15px;
}

.separar{
  width: 100%;
  height: 10px;
  clear: both;
}

video{
 width: 400px;
 margin: auto;
  display: block;
}




  
  




