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

body{
  background: #fcfbfb;
}

.fim{
  width: 100%;
  height: auto;
  display: table;
  background: #f3f3f3;
  padding-bottom: 50px;
  margin-top: 50px;
  border-top: 1px solid rgb(224, 224, 224);
}

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

.centro{
  width: 90%;
  margin: 0 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;
  line-height: 80px;
}

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

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

.banner{
  width: 100%; 
  margin-top: -5px;
}



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

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

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

.meio p{
  text-align: justify;
}

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


.bordaB{
  width: 40px;
  height: 3px;
  background: #b9a101;
  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: #fff;
  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;
}

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

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



.submenu a{
  color: #666;
}

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

.opcao_submenu{
  padding: 8px;
  background: #fff;
  margin-top: -5px;
  height: auto;
  display: table;
  width: 100%;
  border-radius: 0 10px 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;
}

.area_box2{
  width: 100%;
  margin-top: 50px;
  height: auto;
  display: table;
  background: #eaeaea;
  padding: 50px 10%;
  border-radius: 10px;
}

.area_box p{
  text-align: center;
  font-size: 2em;
  color: #fff;
}

.area_box2 p{
  text-align: center;
  font-size: 2em;
  color: #000;
}


.area_box li{
  text-align: center;
  font-size: 1.2em;
  color: #fff;
  margin-top: -10px;
}

.area_box2 li{
  text-align: center;
  font-size: 1.2em;
  color: #000;
  margin-top: -10px;
}

.box{
  width: 30%;
  float: left;
  border-radius: 10px 10px 0 0;
  margin-top: 40px;
}

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

.box h2{
  font-size: 1.6em;
  font-weight: bold;
  color: #005329;
  margin-top: -5px;
  background: #fff;
  padding-bottom: 10px;
  margin-bottom: -8px;
  padding-left: 10px;
  padding-top: 10px;
}

.box p{
  font-size: 1.2em;
  color: #000;
  text-align: justify;
}

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

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

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

.ladoA h1, .princ h1{
  font-weight: bold;
  font-size: 2em;
}

.ladoA li{
  font-size: 1em;
  margin-top: -15px;
  margin-bottom: 20px;
}

.princ li{
  margin-left: 50px;
  font-size: 1.2em;
}

.princ li i{
  color: #06631c;
}

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

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

.ladoB img{
  width: 90%;
  margin: 0 auto;
}

.descricao{
  padding: 15px;
  border-radius: 0 0 10px 10px;
  display: table;
  position: relative;
  z-index: 11;
  background: #fcfbfb;
  width: 100%;
}

a .sabia{
  color: #fff;
}

.bf{
  color: #fff;
}

.comprometido{
  width: 90%;
  margin: 40px 5%;
  height: auto;
  display: table;
}

.comp_ladoA{
  width: 40%;
  float: left;
  margin-right: 10%;
}

.comp_ladoA h2{
  font-weight: bold;
  font-size: 2em;
  margin-bottom: 15px;
}

.comp_ladoA p{
  font-size: 1.6em;
}

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

.conheca{
  background: #06631c;
  width: 100%;
  padding: 8px;
  text-align: center;
  font-size: 1.6em;
  color: #fff;
  border-radius: 8px;
  margin-top: 40px;
}

.sombra{
  width: 80%;
  margin: 20px 10%;
  border-bottom: 1px solid #e7e6e6;
  box-shadow: 0px 0px 6px #ccc;
}

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

.seu_onibus{
  width: 100%;
  height: auto;
  display: table;
  background: #06631c;
  border-radius: 10px;
  padding: 0px;
  margin-top: 50px;
}

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

.bloco h2{
  color: #fff;
  font-size: 1.3em;
}

.bloco li{
  color: #fff;
}

.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;
  padding: 10px;
}

.bloco_branco h3{
  font-size: 1.2em;
  font-weight: bold;
}

.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: 25%;
  float: left;
}

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

.quarto h3{
  color: #06631c;
  font-size: 1.1em;
  font-weight: bold;
  padding-top: 20px;
}

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

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

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

.centro p{
  color: #666;
}

.footer{
  width: 100%;
  height: auto;
  display: table;
  background: rgb(218, 216, 216);
  border-top: 2px solid rgb(187, 186, 186);
  padding-bottom: 40px;
}

.logo_footer{
  float: left;
  padding-top: 40px;
}

.logo_footer img{
  height: 40px;
  margin-right: 30px;
}

.footer p{
  padding-top: 60px;
  float: left;
}

.iso_footer{
  float: right;
}

.iso_footer img{
  margin-top: 40px;
}

.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: 90%;
  border-radius: 10px;
  height: auto;
  display: table;
  padding: 15px;
}

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

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

.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: 30px;
  clear: both;
}

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

a .impressao{
  color: #000;
}

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

.proposito{
  width: 100%;
  height: auto;
  margin-top: 30px;
}

.propositoA{
  width: 60%;
  float: left;
  background: #06631c;
  margin-top: 100px;
  border-radius: 10px;
  position: relative;
  z-index: 2;
}

.propositoA p{
  color: #fff;
  padding: 50px;
  font-size: 1.3em;
}

.propositoB{
  width: 50%;
  float: left;
  margin-left: -10%;
  position: relative;
  z-index: 1;
}

.propositoB img{
  width: 100%;
}

.valores{
  width: 100%;
  margin-top: 30px;
  
}

.valores img{
  width: 50%;
  margin: 0 25%;
}

.valores_total{
  width: 70%;
  margin: 0 15%;
}

.valores_total img{
  width: 100%;
}

/* colunas do mesmo tamanho na home */
.two-columns-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  margin-top: 50px;
}

/* columns */
.two-columns-grid > * {
  padding:1rem;
}

.umx{
  margin-top: -10px;
}

.umx img{
  width: 100%;
  background-size: cover;
  margin: 0;
  padding: 0;
}

.doisx{
  background: #06631c;
  padding: 40px;
  color: #fff;
  font-size: 2.2em;
  font-style: italic;
  margin-left: -10px;
}

.informacao{
  display: none;
}

.icones-home{
  width: 90%;
  margin: 0 5%;
}

.box-icone-home{
  width: 18%;
  margin: 50px 1%;
  float: left;
  box-shadow: 0px 0px 6px #ccc;
  background: #fff;
  border-radius: 8px;
}

.box-icone-home img{
  width: 45%;
  margin-right: 5%;
  float: left;
  border-radius: 8px 0 0 8px;
}

.box-icone-home p{
  padding-top: 6px;
  font-weight: bold;
  font-size: 1.2em;
  line-height: 18px;
}

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

.valoresp h2{
  padding: 5px 20%;
  text-align: center;
  font-weight: bold;
}

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

.bx-valores{
  width: 18%;
  margin: 0 1%;
  float: left;
}

.bx-valores p{
  text-align: center;
}

.img_valores{
  background: #79bb45;
  width: 50%;
  border-radius: 50%;
  margin: 20px 25%;
}

.img_valores img{
  width: 100%;
}

.bx-qualidade{
  width: 60%;
  margin: 80px 20% 0px 20%;
  height: auto;
  display: table;
}

.logo-qualidade{
  width: 50%;
  float: left;
}

.logo-qualidade img{
  width: 80%;
}

.rels{
  width: 100%;
}

.rels img{
  width: 100%;
}

.dados_abertura{
  width: 90%;
  background: #eaeaea;
  border-radius: 10px;
  box-shadow: #ccc;
  padding: 30px;
  margin-top: 50px;
}

.acessar{
  float: right;
  width: 150px;
  height: 45px;
  border-radius: 8px;
  color: #fff;
  background: #06631c;
  border: 1px solid #06631c;;
}

.nao{
  text-align: center;
  width: 100%;
}

.nao p{
  text-align: center;
  line-height: 25px;
  margin-bottom: 0;
}

.nao p a{
  text-align: center;
  font-weight: bold;
  font-size: 1.2em;
  text-decoration: underline;
}

.fiminstitucional {
  width: 100%;
  height: auto;
  display: table;
  background: #7fc241;
  padding: 50px 0px;
  margin-top: 50px;
  border-top: 1px solid rgb(224, 224, 224);
  align-items: center;
}

.meioinstitucional {
  width: 80%;
  margin: 0 10%;
  height: auto;
  display: table;
  color:#fff;
}
.meioinstitucional p {
  color:#fff;
}


img.imgcartoes {
  width: 300px;
}
.boxcartoes {
  width: 100%;
}

.boxcartoes img{
width: 17.5%;
margin: 30px 1%;
}

.boxcartoes2{
margin-bottom: 30px;
}

.boxcartoes2 img{
margin-bottom: 30px;
}

.cotacao3 {
  width: 65%;
  border-radius: 10px;
  height: auto;
  display: table;
  float: left;
}

.address2{
  width: 30%;
  float: right;
}


.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: 1em;
  background: #eaeaea;
  margin-top: -20px;
  position: relative;
  z-index: 9;
  padding: 10px;
  border-radius: 12px 12px 0 0;
  font-weight: bold;
}


.bloco_branco{
  width: 45%;
  background: rgba(255,255,255,0.8);
  height: auto;
  display: table;
  border-radius: 0px 0px 8px 8px;
  margin: 15px;
  padding: 80px 25px;
  border-radius: 10px;
  font-size: 1.3em;
}

.bloco_branco h3{
  font-size: 1.2em;
  font-weight: bold;
}

.seu_onibus{
  width: 100%;
  height: auto;
  display: table;
  background: #dff5e0 url('../images/recarga.jpg');
  background-size: cover;
  border-radius: 10px;
  padding: 0px;
  margin-top: 50px;  
  clear: both;
}

.tb_tarifa{
  width: 50%;
  margin: 60px 25%;
  border: 1px solid #ccc;
  padding: 20px;
  border-radius: 8px;
  padding: 20px;
  background: #eaeaea;
  text-align: center;
  font-weight: bold;
  font-size: 1.2em;
}

.qrcode{
  width: 100%;
}

.qrcode img{
  width: 60%;
  margin: 0 20%;
}

.qrcode2{
  width: 70%;
}

.qrcode2 img{
  width: 50%;
  margin: 10px 25%;
}





