*{
  margin: 0;
  padding: 0;
  font-family: calibri;
}

body{
  background: #fcfbfb;
}

.fim{
  width: 100%;
  height: auto;
  display: table;
  background: #fcfbfb;
  padding-bottom: 50px;
  margin-top: 50px;
}

a:hover{
  text-decoration: none;
}

li{
  list-style: none;
}

.topo{
  width: 100%;
  height: 80px;
  background: #fff;
  box-shadow: 0px 0px 6px #666;
  position: relative;
  z-index: 10;
}



.central{
  width: 95%;
  margin: 0 2.5%;
}

.logo{
  width: auto;
  height: 50px;
  padding-top: 20px;
  float: left;
}

.logo img{
  width: auto;
  height: 40px;
}

.menu_top{
  float: left;
  margin-left: 60px;
  float: left;
}

.menu_top ul li{
  float: left;
  line-height: 80px;
  font-weight: bold;
  font-size: 1.2em;
  margin-right: 25px;
  color: #666;
}

.menu_top ul li a{
  color: #666;
}

.nacionalidade{
  float: right;
  margin-top: 40px;
}

.nacionalidade a, .nacionalidade p{
  float: left;
  margin-left: 20px;
  color: #666;
}

.nacionalidade img{
  height: 15px;
  width: 15px;
  float: left;
  margin-left: 20px;
}

.banner{
  width: 100%;
}

.banner p{
  margin-top: -200px;
  margin-bottom: 200px;
  font-size: 2.2em;
  padding-left: 50px;
  color: #06631c;
  font-weight: bold;
}

.banner img{
  width: 100%;
  border-radius: 0px 0px 25px 25px;
  margin-top: -10px;
  box-shadow: 0px 0px 8px #666;
}

.meio{
  width: 80%;
  margin: 0 10%;
  height: auto;
  display: table;
  color: #666;
}

.meio h3{
  color: #000;
  margin-top: 30px;
  font-weight: bold;
  font-size: 1.5em;
}

.meio p{
  text-align: justify;
}

.bordaA{
  width: 60px;
  height: 3px;
  background: #ff000a;
  float: left;
}

.bordaB{
  width: 40px;
  height: 3px;
  background: #000;
  float: left;
}

.fim_borda{
  width: 100%;
  clear: both;
  height: 30px;
}

.linhas{
  width: 100%;
  box-shadow: 0px 0px 8px #666;
  border-radius: 0 0 15px 15px;
}

.submenu{
  width: 350px;
  background: #dff5e0;
  padding: 13px;
  margin-top: -57px;
  position: relative;
  z-index: 9;
  border-radius: 5px 5px 0 0;
  font-size: 1.1em;
  box-shadow: 0px 0px 8px #666;
}



.submenu a{
  color: #666;
}

.ln{
  width: 120px;
  height: 2px;
  background: #c3a401;
  margin-top: 10px;
  margin-left: -15px;
}

.opcao_submenu{
  padding: 8px;
  background: #dff5e0;
  margin-top: -5px;
  height: auto;
  display: table;
  width: 100%;
  border-radius: 0 0 10px 10px;
  position: relative;
  z-index: 10;
}

.opcao_submenu p{
  padding-left: 10px;
  color: #666;
}

.cidade{
  width: 25%;
  height: 40px;
  border: 1px solid #ccc;
  border-radius: 5px;
  margin-right: 1%;
  margin-bottom: 20px;
  margin-left: 10px;
  color: #666;
  background: #fff;
  float: left;
}

.procurar{
  width: 110px;
  height: 40px;
  border: none;
  background: #06631c;
  color: #fff;
  border-radius: 5px;
  font-size: 1.2em;
  letter-spacing: 1px;
}


.espaco{
  width: 100%;
  height: 30px;
  display: table;
  clear: both;
}

.propagandaA{
  width: 47.5%;
  float: left;
  border-radius: 10px;
  margin-top: 50px;
  -webkit-transform: scale(1);
  -webkit-transition-timing-function: ease-out;
  -webkit-transition-duration: 200ms;
  -moz-transform: scale(1);
  -moz-transition-timing-function: ease-out;
  -moz-transition-duration: 200ms;
  transform: scale(1);
  transition-timing-function: ease-out;
  transition-duration: 200ms;
}

.propagandaB{
  width: 47.5%;
  float: right;
  border-radius: 10px;
  margin-top: 50px;
  -webkit-transform: scale(1);
  -webkit-transition-timing-function: ease-out;
  -webkit-transition-duration: 200ms;
  -moz-transform: scale(1);
  -moz-transition-timing-function: ease-out;
  -moz-transition-duration: 200ms;
  transform: scale(1);
  transition-timing-function: ease-out;
  transition-duration: 200ms;
}

.propagandaA img, .propagandaB img{
  width: 100%;
  border-radius: 8px;
}

.propagandaA:hover, .propagandaB:hover{
  -webkit-transform: scale(1.02);
  -webkit-transition-timing-function: ease-out;
  -webkit-transition-duration: 200ms;
  -moz-transform: scale(1.02);
  -moz-transition-timing-function: ease-out;
  -moz-transition-duration: 200ms;
  transform: scale(1.02);
  transition-timing-function: ease-out;
  transition-duration: 200ms;
}

.area_box{
  width: 100%;
  margin-top: 50px;
  height: auto;
  display: table;
}

.box{
  width: 30%;
  float: left;
  box-shadow: 0px 0px 8px #ccc;
  border-radius: 10px;
}

.box img{
  width: 100%;
  border-radius: 8px 8px 0 0;
}

.box h2{
  font-size: 1.2em;
  background: #eaeaea;
  margin-top: -20px;
  position: relative;
  z-index: 9;
  padding: 10px;
  border-radius: 12px 12px 0 0;
  font-weight: bold;
}

.borda{
  width: 5%;
  height: 10px;
  float: left;
}

.qualidade{
  width: 100%;
  height: auto;
  border-radius: 15px;
  margin-top: 50px;
  padding: 10px 30px;
  display: table;
}

.ladoA{
  width: 55%;
  float: left;
  margin-right: 5%;
}

.ladoA h1{
  margin-top: 120px;
}

.ladoA p{
  font-size: 1.4em;
}

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

.ladoB img{
  width: 90%;
  float: right;
}

.ladoB p{
  font-size: 1.4em;
}

.bloco_brancox{
  width: 27%;
  float: left;
  margin: 0 3%;
  padding: 45px;
  background: #fff;
  border-radius: 8px;
  margin-bottom: -80px;
  font-size: 1.2em;
}

.bloco_brancox i{
  color: #ff000a
}

.descricao{
  box-shadow: 0px 0px 8px #ccc;
  padding: 15px;
  margin-top: -12px;
  border-radius: 10px;
  display: table;
  position: relative;
  z-index: 11;
  background: #fcfbfb;
  font-size: 1.1em;
  height: auto;
  min-height: 130px;
}

a .sabia{
  color: #fff;
}

.saiba{
  float: right;
  background: #000;
  height: 35px;
  width: 100px;
  text-align: center;
  border-radius: 10px;
  line-height: 35px;
  color: #fff;
}

.seu_onibus{
  width: 100%;
  height: auto;
  display: table;
  background: #000;
  padding: 0px;
  margin-top: 50px;
}

.bloco h6{
  color: #fff;
  font-size: 2.5em;
  text-align: center;
  font-weight: bold;
}

.bloco h5{
  color: #fff;
  font-size: 0.6em;
}

.bloco h3{
  color: #fff;
  font-size: 1.4em;
}

.bloco span{
  font-size: 0.9em;
  color: #fff;
}

.seu_onibusx{
  width: 100%;
  height: auto;
  display: table;
  background: #ff000a;
  padding: 0px;
  margin-top: 50px;
}



.bloco{
  width: 23%;
  float: left;
  margin: 30px 1%;
}

.blococ{
  width: 70%;
  float: right;
}

.blococ img{
  width: 100%;
  margin-top: 20px;
}

.bloco h2{
  color: #fff;
  font-size: 2em;
  padding-bottom: 10px;
}

.bloco h5{
  color: #fff;
  font-size: 1.3em;
  padding-bottom: 10px;
}

.bloco li{
  color: #fff;
  text-align: justify;
  font-size: 1.4em;
  line-height: 20px;
}

.vermelho{
  width: 100%;
  height: 150px;
  background: #ff000a;
  clear: both;
}

.bloco img{
  width: 100%;
  border-radius: 8px;
}

.bloco_branco{
  width: 100%;
  background: #fff;
  height: auto;
  display: table;
  margin-top: -15px;
  border-radius: 0px 0px 8px 8px;
  min-height: 180px;
}

.bloco_branco h3{
  font-size: 1.4em;
  font-weight: bold;
  background: #eaeaea;
  padding: 10px;
  margin-top: -5px;
  position: relative;
  z-index: 10;
  border-radius: 10px 10px 0 0;
  color: #666;
  box-shadow: 0px 0px 3px #ccc;
}

.bloco_branco p{
  font-size: 1.2em;
  padding: 10px;
}

.texto_onibus{
  width: 60%;
  float: left;
  margin-right: 5%;
  padding: 20px;
  color: #fff;
}

.texto_onibus p{
  font-size: 1.2em;
}

.texto_onibus img{
  height: 45px;
  border-radius: 5px;
  margin-right: 15px;
}

.img_onibus{
  width: 35%;
  float: left;
}

.img_onibus img{
  width: 95%;
  margin-top: 20px;
  margin-bottom: 20px;
  border-radius: 6px;
}

.faixa{
  width: 100%;
  height: 1px;
  background: rgb(224, 224, 224);
}

.quarto{
  width: 20%;
  float: left;
  margin: 0 2.5%;
}

.quarto h2{
  font-size: 1.5em;
}

.quarto2{
  width: 25%;
  float: left;
  margin-bottom: 50px;
}

.quarto h3{
  color: #ff000a;
  font-size: 1.3em;
  font-weight: bold;
  padding-top: 20px;
}

.quarto p, .quarto p a{
  color: #666;
  font-size: 1.2em;
}

.quarto p a:hover{
  text-decoration: underline;
}

.quarto img{
  width: 40px;
  margin-right: 15px;
  border-radius: 10px;
}

.quarto2 img{
  width: 90%;
  margin-bottom: 10px;
}

.separa{
  width: 100%;
  clear: both;
  margin-top: 10px;
}

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

.separaD{
  width: 100%;
  clear: both;
}

.centro p{
  color: #666;
}

.foo{
  width: 100%;
  height: auto;
  display: table;
  background: #000;
  border-top: 2px solid rgb(187, 186, 186);
  padding: 3px;
  text-align: center;
  position: fixed;
  bottom: 0;
  color: #fff;
  margin: 0;
}


.app2 img{
  width: 120px;
}

.cotacao{
  width: 90%;
  margin: 0 auto;
  border-radius: 10px;
  height: auto;
  display: table;
  padding: 15px;
}

.address{
  width: 30%;
  float: left;
}

.cotacao2{
  width: 65%;
  border-radius: 10px;
  height: auto;
  display: table;
  padding: 15px;
  margin-left: 5%;
  float: right;
}

.form-control{
  height: 50px;
  color: #666;
  
}

.infr{
  width: 50%;
  float: left;
  line-height: 25px;
}

.check{
  height: 50px;
  width: 50px;
  color: #666;
  float: left;
}

.area{
  width: 100%;
  height: 60px;
  border-radius: 5px;
  border-color: #ccc;
  padding: 11px;
}

.area2{
  width: 100%;
  height: 120px;
  border-radius: 5px;
  border-color: #ccc;
  padding: 11px;
}

.form-group p{
  margin-bottom: -2px;
}

.dados{
  margin-left: 20px;
  color: #06631c;
  font-weight: bold;
}



.check{
  width: 20px;
  height: 20px;
  float: left;
  margin-right: 10px;
}

.send{
  float: right;
  background: #06631c;
  height: 40px;
  width: 200px;
  text-align: center;
  border-radius: 5px;
  line-height: 40px;
  color: #fff;
  border:none;
  letter-spacing: 1px;
}

.gckeck{
  line-height: 30px;
}

.quem_somos{
  width: 40%;
  float: left;
  margin-right: 30px;
  margin-bottom: 30px;
}

.quem_somos img{
  width: 100%;
}

.meio h4{
  margin-top: 30px;
  font-weight: bold;
  font-size: 1.2em;
}

.iso{
  width: 133px;
  float: left;
  margin-right: 30px;
  margin-bottom: 30px;
}

.iso img{
  width: 100%;
  height: 91px;
  margin-top: 0px;
}

.iso_descricao li{
  font-size: 1.5em;
  letter-spacing: 0.5px;
  font-style: italic;
  text-align: justify;
}

.unidade{
  width: 30%;
  float: left;
  height: auto;
  display: table;
  box-shadow: 0px 0px 8px rgb(189, 188, 188);
  padding: 12px;
  border-radius: 10px;
  margin-bottom: 50px;
}

.unidade_espaco{
  width: 5%;
  height: 2px;
  float: left;
}

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

.unidade li{
  font-weight: bold;
  margin-bottom: 15px;
}


.ano{
  width: 100%;
  height:80px;
  float: left;
  background: #dff5e0;
  text-align: center;
  line-height: 80px;
  font-weight: bold;
  margin-top: 15px;
}

.ano p{
  text-align: center;
}

.historia_ano{
  width: 100%;
  padding: 5px;
}

.todo{
  width: 19%;
  height: auto;
  display: table;
  float: left;
  margin: 0 0.5% 50px 0.5%;
}

.address h2{
  font-weight: bold;
  font-size: 1.3em;
  margin-top: 30px;
}

.jau a:hover{
  text-decoration: underline;
}

.trajeto{
  width: 50%;
  margin-bottom: 20px;
}

.trajeto tr{
  border: 1px solid #ccc;  
}

.trajeto tr td{
  padding: 8px 10px;
}

.trajeto_destaque{
  background: #dff5e0;
  text-align: center;
  font-weight: bold;
}

.quatro{
  width: 23%;
  margin: 30px 1%;
  float: left;
  font-size: 1.8em;
  text-align: center;
  -webkit-transform: scale(1);
  -webkit-transition-timing-function: ease-out;
  -webkit-transition-duration: 200ms;
  -moz-transform: scale(1);
  -moz-transition-timing-function: ease-out;
  -moz-transition-duration: 200ms;
  transform: scale(1);
  transition-timing-function: ease-out;
  transition-duration: 200ms;
}

.quatro:hover{
  -webkit-transform: scale(1.02);
  -webkit-transition-timing-function: ease-out;
  -webkit-transition-duration: 200ms;
  -moz-transform: scale(1.02);
  -moz-transition-timing-function: ease-out;
  -moz-transition-duration: 200ms;
  transform: scale(1.02);
  transition-timing-function: ease-out;
  transition-duration: 200ms;
  
}

.quatro a{
  color: #696969;
  text-align: center;
  padding: 20px;
  box-shadow: 0px 0px 6px #ccc;
  border-radius: 8px;
}

.quatro a:hover{
  background: #dff5e0;
}

.servicoA{
  width: 50%;
  float: left;
  border-right: 1px solid #ccc;
  padding: 20px;
}

.servicoB{
  width: 50%;
  float: left;
  padding: 20px;
}

.icon{
  font-size: 3em;
  float: left;
  margin-right: 15px;
}

.servicoA h2, .servicoB h2{
  font-size: 1.5em;
}

.espacar{
  width: 100%;
  height: 40px;
}

a .box{
  color: #666;
}

/*
.quatro{
  width: 48%;
}
*/

.plataforma{
  width: 100%
}

.plataforma img{
  width: 45%;
  float: left;
  margin-right: 5%;
  border-radius: 8px;
}

.dois{
  width: 45%;
  float: left;
  margin: 0 2.5%;
  box-shadow: 0px 0px 6px #ccc;
  border-radius: 8px;
  padding: 10px;
  margin-bottom: 40px;
}

.dois img{
  width: 100%;
  border-radius: 8px;
}


.curiosidade{
  width: 50%;
  margin: 0 auto;
  box-shadow: 0px 0px 6px #ccc;
  border-radius: 8px;
  padding: 20px;
  margin-top: 40px;
  text-align: center;
}

.curiosidade p{
  text-align: center;
}

.giro{
  width: 100%;
}

.giro img{
  width: 18%;
  margin: 0 1%;
  float: left;
  margin-top: 40px;
}

.lista{
  margin-left: 2%;
}

.lista li{
  list-style: square;
}

.news{
  width: 100%;
  margin-bottom: 40px;
  clear: both;
}

.newsA{
  width: 75%;
  height: auto;
  display: table;
  float: left;
}

.news2{
  width: 100%;
  margin-bottom: 40px;
}

.news img, .news2 img{
  width: 100%;
  margin: 15px 0;
}

.det{
  width: 50px;
  height: 6px;
  background: #b9a101;
}

.paginacao2{
  width: 30px;
  height: 30px;
  background: #06631c;
  color: #fff;
  float: right;
  line-height: 30px;
  text-align: center;
  border-radius: 5px;
}

.paginacao{
  width: 30px;
  height: 30px;
  background: #eaeaea;
  color: #666;
  float: right;
  line-height: 30px;
  text-align: center;
  border-radius: 5px;
}

.paginando{
  width: 80%;
  height: auto;
  clear: both;
  margin-top: 20px;
  margin-bottom: 50px;
}

.categorias{
  width: 20%;
  float: right;
}

.categorias a{
  color: #666;
}

.categorias a:hover{
  color: #06631c;
  text-decoration: underline;
  font-weight: bold;
}

.categorias li{
  list-style: square;
  margin-bottom: 6px;
}

.borda_separa{
  width: 100%;
  height: 1px;
  background: #ccc;
  margin-top: -8px;
}

.base{
  width: 50px;
  height: 3px;
  background: #b9a101;
  margin-top: -2px;
  clear: both;
  margin-bottom: 8px;
}

.input-busca{
  width: 80%;
  height: 35px;
  border: 1px solid #ccc;
  border-radius: 6px;
  font-size: 0.8em;
  font-style: italic;
  padding: 0 3px;
}

.buscar{
  width: 35px;
  height: 35px;
  background:#eaeaea url('../images/lupa.png');
  border: 1px solid #ccc;
  border-radius: 6px;
}

.horario{
  width: 150px;
  height: 40px;
  border-radius: 5px 5px 0 0;
  text-align: center;
  float: left;
  line-height: 40px;
  background: #f0f0f0;
  font-weight: bold;
  position: relative;
  z-index: 2;
  border:none
}

.itinerario{
  width: 150px;
  height: 40px;
  border-radius: 5px 5px 0 0;
  text-align: center;
  float: left;
  border: 1px solid #e6e5e5;
  line-height: 40px;
  background: #e6e5e5;
  font-weight: bold;
}

.linhas_horarios{
  width: 100%;
  height: auto;
  display: table;
  border-radius: 0 5px 5px 5px;
  text-align: center;
  float: left;
  background: #f0f0f0;
  padding: 30px 20px;
  margin-top: -1px;
}

.linhas_itinerario{
  width: 100%;
  height: auto;
  display: table;
  border: none;
  padding: 30px 20px;
  background: #e6e5e5;
}

.tempo{
  width: 100%;
  text-align: center;
  font-weight: bold;
  font-size: 1.2em;
}

.dot{
  width: 100%;
  height: 6px;
  border-bottom: 5px dotted #c0dec1;
  margin-top: 4px;
}

.bolinha{
  width: 12px;
  height: 12px;
  margin: 0 auto;
  background: #c0dec1;
  border-radius: 50%;
  margin-top: -7px;
}

.semlinha{
  width: 100%;
  height: 80px;
}

/*
aqui o css do cookie
*/
.pin-title {
  position: fixed;
  top: 1.875rem;
  bottom: 1.875rem;
  left: 0;
  right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: 'calibri';
  font-size: 800%;
  letter-spacing: 10px;
  color: #f3f3f3;
  user-select: none;
  z-index: 999;
}


/* COOKIE POPUP STYLES */

.cookie-popup {  
  font-size: 1em;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  position: fixed;
  bottom: -6.25rem;
  left: 0;
  right: 0;
  padding: 15px;
  box-shadow: 0 0 0.625rem 0 rgba(0,0,0, .15);
  transition: opacity .5s;
  opacity: 0;
}

.cookie-popup--short {
  right: none;
  width: 21.875rem; 
}
.cookie-popup--dark {
  background: #000;
  color: #fff;
  width: 100%;
  z-index: 999;
  padding: 10px 150px;
}
.cookie-popup--not-accepted {
  opacity: 1;
  animation: cookie-popup-in .5s ease forwards;  
}
.cookie-popup--accepted {
  opacity: 0;
}
.cookie-popup a {
  color: skyblue;
  text-decoration: underline;
}
.cookie-popup a:visited {
  color: skyblue;
  text-decoration: none;
}
.cookie-popup-actions {
  flex: 1;
  text-align: right;
  clear: both;
}
.cookie-popup-actions button {
  color: #fff;
  border: none;
  background: #06631c;
  font-size:  0.9em;
  padding: 6px 12px ;
  cursor: pointer;
  border-radius: 6px;
  margin-top: 10px;
}
.cookie-popup-actions button:hover {
  text-decoration: underline;
}

@keyframes cookie-popup-in {
  from { bottom: -6.25rem; }
  to { bottom: 0; }
}

.tp{
  width: 100%;
  font-size: 1.2em;
  margin-top: -20px;
}

.dest{
  font-size: 1.2em;
  font-weight: bold;
  padding: 10px 15px;
}

.destn{
  font-weight: bold;
  font-size: 0.9em;
}

.mim{
  font-size: 0.8em;
  font-style: italic;
}

.di{
  border: 1px solid #ccc;
  width: 90%;
  height: 50px;
  line-height: 50px;
  text-align: right;
  padding-right: 10px;
  float: right;
  border-radius: 5px;
  background: #eaeaea;
}

.desct{
  font-size: 0.6em;
  margin-left: 10%;
  margin-top: -15px;
}

.central{
  text-align: center;
}

.vt{
  border-collapse: collapse;
}

.vt tr td{
  padding: 5px 8px;
  border: 1px solid #000
}

.dt{
  text-align: center;
  background: #eaeaea;
  font-size: 1.2em;
}

.site{
  margin-top: 60px;
}

.selecao{
  width: 60%;
  padding: 20px 10px;
  margin: 40px auto;
  border-radius: 8px;
  border: 2px solid #ccc;
  background: #eaeaea;
  height: auto;
  min-height: 550px;
}

.mais{
  float: right;
  background: #000;
  color: #fff;
  padding: 8px 30px;
  border-radius: 5px;
  border: 1px solid #000;
  cursor: pointer;
  margin-left: 15px;
  height: 40px;
}

.fechar{
  float: left;
  background: #666;
  color: #fff;
  padding: 8px 15px;
  border-radius: 5px;
  border: 1px solid #ccc;
  cursor: pointer;
  margin-left: 0px;
}

.informacao{
  width: 100%;
  height: auto;
  display: table;
  margin-top: 0px;
}

.alerta{
  width: 100%;
  height: auto;
  padding: 5px 15px;
  display: table;
  border-bottom: 1px solid #f0eded;
  background: #fff;
  margin-bottom: 15px;
  border-radius: 10px;
}

.alerta li{
  list-style: none;
  font-weight: bold;
  color: #a6a4a4;
  margin-bottom: -5px;
}

.desc_alerta{
  width: 50%;
  float: left;
}


.desc_alerta h2{
  font-size: 1.5em;
  font-weight: bold;
  color: #000;;
  margin-bottom: -6px;
  margin-top: 0px;
}

.alerta p{
  margin-bottom: -7px;
}

.alerta_pendente img{
  background: #eba350;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  float: left;
  margin-right: 8px;
  padding: 6px;
}

.alerta_falso img{
  background: rgb(5, 157, 5);
  border-radius: 50%;
  width: 50px;
  height: 50px;
  float: left;
  margin-right: 8px;
  padding: 6px;
}

.alerta_confirmado img{
  background: rgb(225, 61, 61);
  border-radius: 50%;
  width: 50px;
  height: 50px;
  float: left;
  margin-right: 8px;
  padding: 6px;
}

.seta{
  float: right;
  margin-top: -100px;
}

.legenda{
  width: 450px;
  float: right;
  margin-left: 60%;
  margin-top: -0px;
  position: relative;
  z-index: 999;
  height: 80px;
}

.importancia{
  width: 85px;
  height: 30px;
  text-align: center;
  color: #fff;
  margin-top: 10px;
  font-weight: bold;
  font-size: 1.6em;
  line-height: 15px;
}

.total{
  margin-left: 190px;
  width: 70px;
  height: 55px;
  background: #000;
  color: #fff;
  border-radius: 0 0 20px 20px;
  text-align: center;
  font-size: 1.6em;
  font-weight: bold;
  line-height: 20px;
  padding-top: 5px;
}

.total span, .importancia span{
  font-size: 0.4em;
}

.leve{
  background: rgb(92, 230, 211); 
  border-radius: 10px 0 10px 0;
  margin-right: 10px;
  margin-top: -65px;
  padding: 4px 0;
  float: left;
  margin-left: 75px;
  width: 100px;
}

.moderado{
  background: orange;
  border-radius: 10px 0 10px 0;
  margin-right: 10px;
  padding: 6px 0;
  float: left;
  margin-left: 175px;
  width: 100px;
  margin-top: -70px;
}

.grave{
  background: red;
  border-radius: 0 10px 0 10px ;
  margin-right: 10px;
  padding: 6px 0;
  float: left;
  margin-left: 275px;
  width: 100px;
  margin-top: -145px;
}

.gravissimo{
  background: rgb(135, 4, 183);
  border-radius: 0 10px 0 10px ;
  margin-right: 10px;
  padding: 6px 0;
  margin-left: 290px;
  width: 100px;
  margin-top: -225px;
}

.informativo{
  background: #bdbbbb;;
  border-radius: 10px 0 10px 0;
  margin-right: 0px;
  margin-top: -65px;
  padding: 6px 0;
  float: left;
  margin-left: 60px;
  width: 100px;
}

.a_informativo{
  background: #bdbbbb;
  width: 70px;
  height: 20px;
  border-radius: 10px 0 10px 0;
  margin-right: 10px;
  text-align: center;
  color: #fff;
  line-height: 20px;
}

.a_gravissimo{
  background: rgb(135, 4, 183);
  width: 70px;
  height: 20px;
  border-radius: 10px 0 10px 0;
  margin-right: 10px;
  text-align: center;
  color: #fff;
  line-height: 20px;
}

.a_grave{
  background: red;
  width: 70px;
  height: 20px;
  border-radius: 10px 0 10px 0;
  margin-right: 10px;
  text-align: center;
  color: #fff;
  line-height: 20px;
}

.a_moderado{
  background: orange;
  width: 70px;
  height: 20px;
  border-radius: 10px 0 10px 0;
  margin-right: 10px;
  text-align: center;
  color: #fff;
  line-height: 20px;
}

.a_leve{
  background: rgb(92, 230, 211);
  width: 60px;
  height: 20px;
  border-radius: 10px 0 10px 0;
  margin-right: 10px;
  text-align: center;
  color: #fff;
  line-height: 20px;
}

.tipo{
  width: 80px;
  height: 20px;
  background: #000;  
  border-radius: 6px 0 6px 0;
  margin-right: 5px;
  text-align: center;
  line-height: 17px;
  margin-bottom: 2px;
  font-size: 0.9em;
  float: left;
  border: 2px solid #000;
  margin-top: -20px;
}

.legendax{
  width: 450px;
  height: 30px;
  margin: 0px 15px;
  z-index: 999;
  position: relative;
  padding-top: 0px;
  margin-left: 100px;
}

a .tipo{
  color: #fff;
  float: left;
}

.evidencia{
  background: #fff;
}

a .evidencia{
  color: #000;
}

.tb_title{
  width: 100%;
  height: 30px;
  border-bottom: 2px solid #000;
  font-weight: bold;
  font-size: 0.9em;
  font-weight: bold;
}

.tb_title td{
  padding-left: 3px;
  background: #eaeaea;
}

.diff{
  border-radius: 10px 0 0 0 ;
}

.diff2{
  border-radius:  0 10px 0 0 ;
  font-size: 0.8em;
  text-align: right;
  padding-right: 3px;
}

.tb_normal{
  width: 100%;
  font-size: 0.8em;
}

.tabela_alerta{
  width: 100%;
}

.tabela_alerta tr{
  padding-top: 15px 5px;
}


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

.video_disponivel img{
  height: 15px;
}

.video_disponivel{
  font-size: 0.7em;
}

.separador{
  width: 100%;
  height: 10px;
  border-bottom: 1px solid #ccc;
}

.separador2{
  width: 100%;
  height: 10px;
}

.a_novo{
  width: 60px;
  height: 20px;
  background: #ccc;
  color: #fff;
  text-align: center;
  border-radius: 10px 0 10px 0;
  line-height: 20px;
  font-size: 0.8em;
  margin-top: 6px;
}

.a_aberto{
  width: 60px;
  height: 20px;
  background: #4eef9c;
  color: #fff;
  text-align: center;
  border-radius: 10px 0 10px 0;
  line-height: 20px;
  font-size: 0.8em;
  margin-top: 6px;
}

.a_encerrado{
  width: 60px;
  height: 20px;
  background: #f2b845;
  color: #fff;
  text-align: center;
  border-radius: 10px 0 10px 0;
  line-height: 20px;
  font-size: 0.8em;
  margin-top: 6px;
}

.dett{
  color: #666;
  font-size: 0.7em;
}

.user{
  width: 35px;
  height: 35px;
  background: #ccc;
  border-radius: 50%;
  float: left;
  color: #fff;
  font-size: 1.8em;
  text-align: center;
  line-height: 35px;
  margin-right: 8px;
}

.mini{
  font-size: 0.7em;
  text-align: right;
}

.icone_alerta img{
  width: 15px;
  float: left;
  margin-right: 3px;
}

table tr:hover{
  background: #eaeaea;
}

/*Modal*/
   
.modal,
.modal-box {
  z-index: 900;
}

.modal-sandbox {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: transparent;
}

.modal {
  display: none; 
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgb(0,0,0);
  background: rgba(0,0,0,.8);
  overflow: auto;
}

.modal2 {
    display: block; 
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(0,0,0,.3);
    overflow: auto;
    z-index: 999;
  }

.modal-box {
  position: relative;
  width: 40%;
  height: 100vh;
  margin: 0 0 0 60%;
  background: #fff;
  animation-name: modalbox;
  animation-duration: .4s;
  animation-timing-function: cubic-bezier(0,0,.3,1.6);
}

.modal-header {
  padding: 0px;
  background: #ccc;
  color: #000;
  font-size: 1em;
  height: 0px;
}

.modal-body {
  background: #fff;
}

/* Close Button */
.close-modal {
  text-align: right;
  cursor: pointer;
}



.paginacao{
  background: #666;
  width: 30px;
  height: 30px;
  line-height: 30px;
  margin-right: 4px;
  color: #fff;
  border-radius: 5px;
  float: left;
  text-align: center;
  margin-bottom: 5px;;
}

.paginacao2{
  background: #000;
  width: 30px;
  height: 30px;
  margin-right: 4px;
  color: #fff;
  border-radius: 5px;
  float: left;
  text-align: center;
  line-height: 30px;
  margin-bottom: 5px;;
}

.paginacao a, .paginacao2 a{
  color: #fff;
}


.paginando{
  width: auto;
  float: right;
}

.paginacao2:hover, .paginacao:hover{
  background: #000;
}

a tr{
  color: #666;
}

a{
  color: #666;
}

.modal_tipo{
  width: 100%;
  background: #eaeaea;
  padding: 0px 4px;
  height: 40px;
  border-radius: 6px;
  margin-top: -15px;
}

.modal_tipo p{
  width: 80%;
  float: left;
  padding-top: 5px;
  font-size: 1.2em;
  font-weight: bold;
}
.modal_tipo li{
  width: 20%;
  float: right;
  padding-top: 5px;
}

.modal_tipo img{
  width: 25px;
  margin-right: 6px;
}

.modal_info{
  width: 100%;
  height: auto;
  display: table;
  border-bottom: 1px solid #eaeaea;
  padding-bottom: 10px;
  margin-bottom: 10px;
}

.modA{
  width: 50%;
  float: left;
}

.modA span{
 font-size: 0.8em;
 padding-top: 8px;
}

.modA li{
  font-size: 0.8em;
  margin-top: -10px;
}

.modB{
  width: 50%;
  float: left;
}

iframe{
  width: 100%;
}

.linha{
  width: 100%;
  clear: both;
  height: 1px;
  background: #eaeaea;
  margin: 10px 0;
}

video{
  height: 200px;
  float: left;
}

.observacao{
  width: 100%;
  height: 90px;
  border: 1px solid #ccc;
  border-radius: 8px;
  margin-bottom: 10px;
  padding: 5px;
}

.encerramento{
  width: 100%;
  height: 40px;
  border: 1px solid #ccc;
  border-radius: 8px;
  margin-bottom: 10px;
}

#sucesso{
  width: 50%;
  margin: 1 25%;
  background: #99e8ab;
  position: absolute;
  z-index: 999;
  text-align: center;
  border-radius: 8px;
  font-size: 2em;
  text-align: center;
  margin-top: 15px;
  height: 80px;
  line-height: 80px;
}



.nheader{
  width: 100%;
  background: #fcfbfb url('../images/header.jpg');
  background-repeat: no-repeat;
  position: fixed;
  height: 60px;
}

.lrenders{
  width: 90px;
  height: 60px;
  background: #fcfbfb;
}

.lrenders img{
  width: 100%;
  margin-top: 10px;
}

.menu-lateral{
  width: 70px;
  background: #000;
  height: 100vh;
  position: fixed;
  margin-top: 60px;
  border-radius: 20px 0px 0px 0px;
}

.menu-lateral li{
  height: 60px;
  text-align: center;
  line-height: 60px;
  border-bottom: 1px solid #383838;
  font-size: 1.5em;
  color: #ccc;
}

.title{
  width: 100%;
  border-bottom: 3px solid #eaeaea;
  font-weight: bold;
  font-size: 1.2em;
  color: #696969;
}



.compensa{
  width: 100%;
  height: 50px;
}

.compensas{
  width: 100%;
  height: 10px;
}


.centro{
  width: 90%;
  margin-left: 100px;
  margin-bottom: 50px;
  height: auto;
  clear: both;
}

.fecharx{
  width: 45px;
  height: 45px;
  background: #000;
  color: #fff;
  border-radius: 25%;
  margin-top: -15px;
}

.closer{
  width: 30px;
  height: 30px;
  background: #000;
  position: fixed;
  border-radius: 8px;
  margin-top: -15px;
  margin-left: -30px;
  text-align: center;
  line-height: 30px;
  color: #fff;
  font-size: 1.2em;
}

.fm{
  position: fixed;
  bottom: 20px;
  margin-left: 20px;
}

.backgroundImg{
  background: url('../images/line2.jpg') no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.form_inicial{
  left:50%;
  top:50%;
margin-left:-35%; /* Metade do valor da Largura */
margin-top:-240px; /* Metade da valor da Altura */
position:absolute;
width:70%; /* Valor da Largura */
height:480px; /* Valor da Altura */
background:#000;
border-radius: 30px;
box-shadow: 0px 0px 6px #ccc;
}

.logo_abertura{
  width: 30%;
  float: left;
}

.logo_abertura img{
  width: 90%;
  float: left;
  padding: 10px;
  margin-top: 80px;
}

.dados_abertura{
  width: 50%;
  float: left;
}

.dados_abertura h3{
  margin-top: 40px;
  color: #fff;
  text-align: center;
  margin-bottom: 20px;
}


.input{
  width: 100%;
  height: 35px;
  border: 1px solid #ccc;
  border-radius: 5px;
  margin-bottom: 20px;
  padding-left: 6px;
}

.lbl{
  width: 100%;
  height: 15px;
  color: #fff;
  text-align: left;
}

.lbl2{
  width: 100%;
  height: 15px;
  color: #fff;
  text-align: left;
}

.entrar{
  width: 120px;
  text-align: center;
  background: red;
  height: 40px;
  border: none;
  color: #fff;
  margin: 50px 0;
}

.copy{
  color: #fff;
  text-align: center;
}

#invalido{
  width: 100%;
  height: auto;
  padding: 8px;
  text-align: center;
  color: red;
  background: #EEC8C8;
  border: 1px solid red;
  margin-top: 20px;
}

.sucesso{
  width: 50%;
  height: auto;
  margin: 0 auto;
  padding: 25px;
  text-align: center;
  color: green;
  background: #C8EED5;
  margin-top: 20px;
  margin-bottom: 80px;
  border-radius: 10px;
  box-shadow: 0px 0px 6px #666;
  font-size: 1.2em;
}

.error{
  width: 50%;
  height: auto;
  margin: 0 auto;
  padding: 25px;
  text-align: center;
  color: red;
  background: #fcd6d4;
  margin-top: 20px;
  margin-bottom: 80px;
  border-radius: 10px;
  box-shadow: 0px 0px 6px #666;
  font-size: 1.2em;
}

.acessar{
  width: 200px;
  height: 40px;
  background: #0000;
  border: 1px solid #ccc;
  color: #fff;
  margin-bottom: 50px;
  cursor: pointer;
  color: #fff;;
  display: block;
  margin: 0 auto;
  margin-top: 10px;
}

.section-container{
  width:100%;
  height: 95%;
  display: table;
}

.fim_tb{
  text-align: right;
  background: #eaeaea;
  padding: 5px;
  border-radius: 0 0 8px 8px;
  font-weight: bold;
}

.title_infracao{
  width: 70px;
  height: 30px;
  font-weight: bold;
  font-size: 1.2em;
  color: #696969;
  margin-top: -25px;
  float: left;
}

.periodo_alerta{
  width: 180px;
  padding: 3px 10px;
  background: #666;
  border-radius: 8px;
  font-size: 0.8em;
  color: #fff;
  float: left;
  margin-top: -25px;
}

.primeira_parte{
  width: 260px;
  float: left;
}

.segunda_parte{
  width: auto;
  float: left;
  margin-top: -25px;
}

.filtro_alerta{
  width: auto;
  padding: 3px 10px;
  background: #666;
  color: #fff;
  float: left;
  margin-right: 6px;
  border-radius: 6px;
  font-size: 0.8em;
}

.cancelar{
  float: right;
  background: #949292;
  color: #fff;
  padding: 8px 30px;
  border-radius: 5px;
  border: 1px solid #949292;
  cursor: pointer;
  margin-right: 15px;
}

.titulo-modal{
  width: 100%;
  height: 45px;
  background: #000;
  text-align: center;
  color: #fff;
  line-height: 45px;
  border-radius: 5px;
  margin-bottom: 40px;
  font-size: 1.4em;
}

.inativo{
  background: rgb(241, 164, 164);
}

.excel{
  width: 75px;
  background: #514f4f;
  border-radius: 6px;
  height: 25px;
  float: right;
  text-align: center;
  margin-top: -40px;
  line-height: 25px;
  color: #fff;
  font-size: 11px;
}

.pdf{
  width: 75px;
  background: #807575;
  border-radius: 6px;
  height: 25px;
  float: right;
  text-align: center;
  line-height: 25px;
  color: #fff;
  margin-top: -13px;
  margin-bottom: 8px;
  font-size: 11px;
}


.excel a, .pdf a{
  color: #fff;
}

.noticia{
  width: 40%;
  margin-left: 25%;
  margin-bottom: 40px;
  height: auto;
  display: table;
}



.icone_moto{
  width: 50px;
  height: 50px;
  background: #eaeaea;
  border-radius: 25%;
  float: left;
  margin-right: 10px;
}

.icone_moto img{
  width: 100%;
  padding: 8px;  
}

.notica h1{
  margin-top: -20px;
  float: left;

}

video{
  width: 80%;
  margin: 0px 10%;
  position: relative;
  z-index: 2;
}

.hr{
  width: 100%;
  height: 2px;
  background: #eaeaea;
  margin-top: 50px;
  margin-bottom: 20px;
  clear: both;
}

.bloco_empresa{
  width: 30%;
  float: left;
  border: 1px solid #ccc;
  border-radius: 10px;
  margin: 15px;
}

.nome_infracao{
  width: 60%;
  float: left;
  text-align: left;
}

.qtde_infracao{
  width: 30%;
  float: left;
}

.ver{
  width: 10%;
  float: left;
}

.infC{
  width: 5%;
  float: left;
}

.infB{
  width: 50%;
  float: left;
}

.infA{
  width: 10%;
  float: left;
}

.infD{
  width: 45%;
  float: left;
}

.infX{
  width: 10%;
  float: left;
}

.infB video{
  width: 70%;
  margin: 0 15%;
}

.tb_alertax{
  width: 100%;
  height: auto;
  display: table;
  border-bottom: 2px solid #ccc;
  padding: 15px 0;
}

.tb_alerta{
  width: 100%;
  height: auto;
  display: table;
  border-bottom: 2px solid #ccc;
  border-top: 2px solid #ccc;
  padding: 15px 0;
  background: #f0f0f0;
  font-weight: bold;
}

.erro0{
  width: 100%;
  height: 26px;
  padding: 5px;
  margin-bottom: 6px;
}

.erro_branco{
  width: 100%;
  height: 26px;
  padding: 5px;
  margin-bottom: 6px;
  color: #fff;
  text-align: center;
}

.emp{
  font-weight: bold;
  text-align: center;
  font-size: 1.3em;
  background: #f0f0f0;
  border-top: 2px solid #ccc;
  padding: 6px 0;
}

.errox{
  width: 100%;
  height: 26px;
  padding: 5px;
  margin-bottom: 6px;
  padding: 4px;
  background: #f0f0f0;
  font-weight: bold;
}

.erro1{
  width: 100%;
  height: 26px;
  background: rgb(241, 241, 46, 0.4);
  clear: both;
  margin-bottom: 3px;
  padding: 5px;
}

.erro_comunicacao{
  width: 100%;
  height: 26px;
  background: rgba(64, 209, 235, 0.4);
  clear: both;
  margin-bottom: 3px;
  padding: 5px;
}

.erro2{
  width: 100%;
  height: 26px;
  background: rgba(244, 169, 41, 0.4);
  clear: both;
  margin-bottom: 3px;
  padding: 5px;
}

.erro3{
  width: 100%;
  height: 26px;
  background: rgba(241, 24, 24, 0.4);
  clear: both;
  margin-bottom: 3px;
  padding: 5px;
}

.central{
  width: 100%;
}

.separa_tipo{
  width: 100%;
  height: 15px;
  clear: both;
  background: #eaeaea;
  margin: 20px 0px;
}

.ibate_matao{
  width: 50%;
  float: left;
}

.cab{
  font-weight: bold;
  text-align: center;
  background: #eaeaea;
  border-bottom: 1px solid #ccc;
}

.ibate_matao h2{
  text-align: left;
  font-size: 1.2em;
  font-weight: bold;
}

.report{
  text-align: left;
  width: 200px;
}

.excluir_alerta{
  width: 70px;
  height: 30px;
  background: red;
  color: #fff;
  text-align: center;
  border-radius: 8px;
  line-height: 30px;
  margin-top: 30px;
}

/* ===================== BOXES 5 por linha ===================== */

.box_veiculo,
.box_veiculo_vermelho{
    width: 15%;
    margin: 10px 0.6%;
    float: left;
    background: #f0f0f0;
    border: 1px solid #ea1818;
}

/* ===================== Destaque Vermelho - mais espaço ===================== */

.veiculo_destaque_vermelho,
.veiculo_destaque{
    width: 100%;
    background: #ea1818;
    color: #fff;
    text-align: center;
    padding: 8px 5px 14px;
    line-height: 18px;
    min-height: 55px;
    cursor:pointer;
}



.bateria{
  width: 100%;
  border: 1px solid #ccc;
  height: 35px
}








