/*
Global CSS
*/
body,
*,
p {
  margin: 0px;
  margin: 0px;
  font-family: "Rubik", sans-serif;
}
html,
body {
  height: 100%;
}

/* Header */
.header {
  background-color: #fff;
  display: inline-block;
}
.header .collapse {
  margin-left: 30px;
}
.header .nav-link {
  font-size: 16px;
  color: #ff6600;
  font-family: "Rubik", sans-serif;
  margin: 0px 10px;
}
.header .my-account {
  font-size: 16px;
  color: #ff6600;
  text-decoration: none;
}
.header .my-account i {
  padding-right: 5px;
  color: #ff2600;
  font-size: 20px;
}

.header .nav-link:hover,
.header .my-account:hover {
  color: #000 !important;
}

.rodape_whats {
  z-index: 999999;
  position: fixed;
  bottom: 25px;
  right: 25px;
}

@media (max-width: 767px) {
  .header .collapse {
    margin-left: 0px;
  }
  .header .my-account {
    padding-bottom: 15px;
    display: inline-block;
  }
  .navbar-toggler {
    border: 1px solid #ff6600;
  }
}

/* Slideshow */
.slideshow {
  padding: 100px 0px;
  background-image: url("images/banner-2.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  min-height: 400px;
}
.slideshow .small {
  font-size: 18px;
  color: #000;
  text-transform: uppercase;
  text-align: center;
}
.slideshow .medium {
  max-width: 630px;
  margin: 0 auto;
  text-align: center;
  font-size: 25px;
  font-weight: 500;
  line-height: 30px;
  color: #ffffff;
  text-transform: uppercase;
}
.navbar-toggler {
  border: 1px solid #ff6600;
}

.form-container {
  margin: 125px 0 0 0;
}

@media screen and (max-width: 767px) {
  .slideshow .medium {
    margin-bottom: 30px;
  }
  .slideshow {
    padding: 50px 0px 30px 0px;
  }
}

/* Home */
.bar {
  padding: 10px 0px;
  border-bottom: 1px solid #dbdbdb;
}
.container2 {
  max-width: 700px;
  margin: 0 auto;
  font-size: 16px;
  color: #979797;
  font-weight: 300;
}
.container2 span {
  line-height: 60px;
  float: right;
}
.container2 img {
  margin: 5px 30px;
}

.beneficios {
  padding: 80px 0px;
}
.beneficios .part1 {
  text-align: center;
}
.beneficios .part1 .small {
  text-align: center;
  color: #ff6600;
  font-size: 20px;
}
.beneficios .part1 .medium {
  font-size: 42px;
  color: #ff6600;
  font-weight: 400;
}
.beneficios .col-md-4 {
  margin: 30px 0px;
  padding: 50px;
}
.beneficios h5 {
  margin: 5px 0px;
  text-align: center;
  color: #000;
  font-size: 18px;
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.beneficios span {
  color: #333333;
  font-size: 14px;
  text-align: center;
  width: 100%;
  display: inline-block;
}
.beneficios .col-md-4 {
  text-align: center;
}
.beneficios .icone {
  /*background-image: url(images/border.png);*/
  background-size: 100%;
  margin: -48px auto;
  margin-bottom: 30px;
  width: 100px;
  height: 100px;
  line-height: 120px;
  text-align: center;
  border-radius: 50px;
}
.beneficios i {
  /*font-size: 40px;*/
  font-size: 70px;
  color: #ff6600;
}
.beneficios .row {
  background: url("images/line.jpg");
  background-repeat: no-repeat;
  padding-top: 35px;
  background-origin: content-box;
  background-position-x: center;
}

.depoimentos {
  background-color: #ff6600;
  padding: 100px 0px;
  background-image: url(images/depoimentos.png);
  background-position: 40px 0px;
  background-repeat: no-repeat;
}
.depoimentos h3 {
  margin-bottom: 60px;
  text-align: center;
  font-size: 32px;
  color: #ffffff;
}
.depoimentos .box {
  margin: 10px;
  background-color: #ffffff;
  padding: 30px;
  text-align: center;
}
.depoimentos .box .small {
  text-align: center;
  font-size: 14px;
  color: #000;
}
.depoimentos .box .estrelas {
  text-align: center;
  margin: 10px 0px;
  color: #fdb700;
  font-size: 12px;
}
.depoimentos .box .estrelas i {
  margin: 0px 3px;
}

.depoimentos .box .nome {
  margin: 30px 0px 10px 0px;
  text-align: center;
  font-size: 14px;
  font-weight: 500;
  color: #24476f;
}
.depoimentos .box .cidade {
  text-align: center;
  font-size: 14px;
  color: #000;
}

.duvidas {
  background-color: #ffffff;
  padding: 80px 30px;
}
.container3 {
  max-width: 950px;
  margin: 0 auto;
}
.duvidas h4 {
  text-align: left;
  font-weight: 500;
  color: #000;
  font-size: 32px;
  line-height: 34px;
}
.duvidas .small {
  color: #8c8c8c;
  font-size: 17px;
  line-height: 22px;
  margin: 20px 0px;
}

.panel-group .panel {
  border-radius: 0;
  box-shadow: none;
  border-color: #eeeeee;
}
.panel-default > .panel-heading {
  padding: 0;
  border-radius: 0;
  color: #212121;
  background-color: #fafafa;
  border-color: #eeeeee;
}
.panel-title {
  font-size: 14px;
  background-color: #ffede1;
  border-radius: 5px;
}
.panel-title:hover {
  background-color: #ffdec8;
  color: #000;
}
.panel-title i {
  float: right;
  line-height: 30px;
}
.panel-title > a {
  margin: 0px 0px 15px 0px;
  display: block;
  padding: 15px;
  padding: 15px 30px;
  text-decoration: none;
  color: #000;
  font-size: 16px;
  font-weight: 400;
  text-decoration: none;
}
.panel-title > a:hover {
  text-decoration: none;
  color: #ff6600;
}
.more-less {
  float: right;
  color: #212121;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-radius: 5px;
  border-top-color: #fafafa;
  background-color: #fafafa;
  padding: 30px;
  margin-bottom: 10px;
  color: #000;
}

/* BotÃĩes */
.botao-active {
  color: #ffffff;
  background-color: #000;
  display: inline-block;
  border-radius: 4px;
  text-align: center;
  padding: 7px 25px;
  text-decoration: none;
}
.botao-active:hover {
  color: #ffffff;
  background-color: rgb(29, 29, 29);
  text-decoration: none;
}

/* Footer */
footer {
  background-color: #ff6600;
  padding: 60px 0px 10px 0px;
}
footer .container {
  max-width: 960px;
  margin: 0 auto;
}
footer .logo-e {
  margin-bottom: 20px;
  display: inline-block;
}
footer .texto {
  font-size: 15px;
  color: #ffffff;
  line-height: 19px;
}

footer h3 {
  font-size: 18px;
  color: rgb(255, 217, 0);
  font-weight: 400;
}
footer ul {
  padding: 0px;
  margin: 0px;
}
footer ul {
  padding: 0px;
  margin: 0px;
  list-style-type: none;
}
footer ul li a {
  color: rgb(255, 217, 0);
  line-height: 30px;
  text-decoration: none;
}
footer ul li a:hover {
  color: #fff;
}
footer .telefones {
  font-size: 30px;
  color: rgb(255, 217, 0);
  font-weight: 600;
  line-height: 32px;
}
footer .endereco {
  font-size: 14px;
  color: #ffffff;
  margin-top: 10px;
  margin-bottom: 15px;
}
footer .redes i {
  color: #ffffff;
  margin: 0px 10px 0px 0px;
  font-size: 26px;
}
footer .copy {
  color: #ffffff;
  padding: 20px 0px;
  border-top: 1px solid rgb(255, 217, 0);
  margin-top: 40px;
}
footer .float {
  text-align: right;
  font-size: 15px;
  color: #ffffff;
  line-height: 30px;
  font-weight: 400;
}

/* media home */
@media screen and (max-width: 767px) {
  .navbar-brand {
    width: 70%;
  }
  .bar {
    padding: 10px 20px;
  }
  .slideshow .medium {
    font-size: 22px;
    line-height: 26px;
  }
  .container2 span {
    float: none;
    text-align: center;
    width: 100%;
    display: inline-block;
  }
  .centralizar {
    text-align: center;
  }
  .container2 img {
    margin: 10px 10px;
  }

  .beneficios {
    padding: 50px 0px;
  }
  .beneficios .col-md-4 {
    padding: 20px;
    margin: 0px;
  }
  .beneficios .part1 {
    padding-bottom: 10px;
  }

  .duvidas {
    padding: 40px;
  }
  .botao-active {
    margin-bottom: 20px;
  }
  .panel-title > a {
    margin: 10px 0px 5px 0px;
    line-height: 20px;
  }

  footer {
    padding: 40px 10px;
  }
  footer h3 {
    padding-top: 30px;
  }
  footer .float {
    width: 100%;
    text-align: center;
    padding: 10px 0px;
  }

  .beneficios .icone {
    margin: 0 auto;
  }
  .beneficios .row {
    background: none;
  }
}

/* Telas Internas */
#blue {
  height: 120%;
  background: #ff6600;
  color: #ffffff;
  padding: 60px;
}
#line {
  padding: 30px;
}
#line #placa {
  width: 256px;
  height: 69px;
  text-align: center;
  font-weight: 500;
  font-size: 32px;
  padding-top: 18px;
  color: #9f9f9f;
  background-image: url(images/placa-bar.png);
  background-repeat: no-repeat;
  background-position: center center;
  margin: 0 auto;
}
#line #small {
  text-align: center;
  margin-bottom: 10px;
}

.tabela .names {
  font-size: 16px;
  font-weight: 300;
}
.tabela hr {
  width: 100%;
  background-color: #4a82d5;
}
.tabela .bold {
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 500;
  text-align: right;
}

.consulta {
  padding: 10px 25px;
  text-align: center;
  background-color: #ededed;
  border-radius: 4px;
  -webkit-box-shadow: 0px 3px 2px 0px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 3px 2px 0px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 3px 2px 0px rgba(0, 0, 0, 0.75);
  color: #107506;
  margin-top: 30px;
}

.rodape_x {
  bottom: 0;
  display: inline-block;
  position: absolute;
  padding-bottom: 20px;
}
.rodape_x .float {
  line-height: 30px;
}

@media screen and (max-width: 767px) {
  #blue {
    padding: 30px;
    height: auto;
    margin-bottom: 20px;
  }
  #line #placa {
    margin-bottom: 20px;
  }
  #line {
    padding: 0px;
  }
  .tabela .names {
    font-size: 14px;
    font-weight: 300;
  }
  .tabela .bold {
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 500;
    text-align: right;
  }
  .rodape_x {
    display: none;
  }
  .consulta {
    font-size: 12px;
    margin-top: 5px;
  }
}

.step-by-step {
  text-align: center;
  margin: 0 auto;
  max-width: 1000px;
}
.step-by-step .small {
  text-align: center;
  font-size: 16px;
  line-height: 45px;
  margin: 50px 0px;
  color: #989898;
  border-bottom: 2px solid #989898;
}
.step-by-step .active {
  color: #ff6600;
  border-bottom: 2px solid #ff6600;
  font-weight: 500;
}

.debitos {
  padding: 0px 30px;
}
.debitos .debi {
  color: #ff6600;
  font-size: 20px;
  font-weight: 500;
}
.debitos .preco {
  font-size: 28px;
  line-height: 28px;
  font-weight: 600;
  color: #ff6600;
  text-align: right;
}
.debitos small {
  font-size: 14px;
  text-align: right;
  color: #ff6600;
  float: right;
}

.verdebitos {
  padding: 0px 30px;
}
.verdebitos a {
  color: #439fac;
  font-size: 16px;
  text-decoration: none;
  padding-bottom: 20px;
}
.verdebitos .multas .card-header a {
  padding-bottom: 0px;
}
.verdebitos a:hover {
  color: #439fac;
  text-decoration: none;
  width: 100%;
}

.conteudoDebi {
  padding: 20px;
  margin-top: 0px;
}

.conteudo {
  overflow: auto;
}
.conteudo .container3 {
  max-width: 1000px;
  margin: 0 auto;
}

.fpagamentos {
  padding: 30px 0px;
}
.boleto {
  text-align: center;
  padding: 50px 0px;
  max-width: 650px;
  margin: 0 auto;
}
.boleto h4 {
  color: #1e4681;
  font-size: 24px;
  margin: 20px 0px;
}
.boleto .description {
  color: #3f3f3f;
  font-size: 16px;
  line-height: 20px;
  margin-bottom: 30px;
}
.boleto .total b {
  font-size: 24px;
  color: #858585;
  text-transform: uppercase;
  font-weight: 300;
}
.boleto .total small {
  font-size: 32px;
  color: #ff6600;
  font-weight: 600;
}
.fpagamentos .nav-tabs {
  border: 0px;
}
.fpagamentos .nav-tabs .nav-item {
  width: 30%;
  margin: 0px 10px;
  font-size: 16px;
  font-weight: 400;
  text-align: center;
  border-bottom: 2px solid #ededed;
}
.fpagamentos .nav-tabs .nav-link {
  border-radius: 0px;
  line-height: 40px;
  color: #ccc;
}
.fpagamentos .nav-tabs .nav-link:hover {
  border: 0px;
}
.fpagamentos .nav-tabs .nav-link.active {
  background-color: #ededed;
  border: 0px;
  color: #ff6600;
  border-bottom: 2px solid #ff6600;
}

.botaoGreen {
  background-color: #009045;
  color: #ffffff;
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
  padding: 20px 60px;
  border-radius: 5px;
  display: inline-block;
  margin: 0 auto;
  border: 0px;
  margin-top: 40px;
}
.botaoGreen:hover {
  background-color: #006530;
  color: #ffffff;
  display: inline-block;
  text-decoration: none;
}
.cartao .botao {
  text-align: center;
  margin: 20px auto;
}

.fpagamentos .custom-control {
  background-color: #ebebeb;
  padding: 10px 40px;
  width: 100%;
  display: inline-block;
}
.fpagamentos .custom-control:hover {
  cursor: pointer;
}
.fpagamentos .separador {
  background-color: #ffffff;
}
.fpagamentos .separador .custom-control-label {
  background-color: #ffffff;
}
.fpagamentos .custom-control-input {
  position: absolute;
  padding-left: 10px;
}
.fpagamentos .custom-control-label {
  background-color: #ebebeb;
  width: 100%;
  font-size: 16px;
}
.fpagamentos .custom-control-label span {
  color: #009045;
  font-size: 14px;
  float: right;
  line-height: 25px;
}
.fpagamentos .custom-control-label:hover {
  cursor: pointer;
}
.termos {
  text-align: center;
  color: #7d7d7d;
  font-size: 15px;
  display: inline-block;
  width: 100%;
}
.termos a {
  color: #ff6600;
  text-decoration: underline;
}

.fpagamentos .obs {
  width: 100%;
  display: inline-block;
  margin-bottom: 20px;
  font-size: 17px;
}
.fpagamentos .cartao {
  padding: 30px;
  font-size: 18px;
  color: #333;
}

.opt {
  font-size: 14px;
  text-transform: uppercase;
  color: #9f9f9f;
  line-height: 40px;
  text-align: center;
  margin-top: 10px;
}

@media screen and (max-width: 767px) {
  .step-by-step .small {
    width: 70%;
    margin: 10px auto;
    line-height: 27px;
    padding-bottom: 10px;
    border-bottom: 1px solid;
  }
  .debitos .preco {
    text-align: center;
  }
  .debitos small {
    text-align: center;
    float: none;
    display: inherit;
  }
  .debitos .debi {
    text-align: center;
    margin: 5px 0px;
  }
  .debitos {
    padding: 15px;
  }
  .verdebitos {
    padding: 0px 10px;
  }
  .verdebitos a {
    text-align: center;
    width: 100%;
    display: block;
  }
  .verdebitos a:hover {
    width: 100%;
    text-align: center;
  }

  .fpagamentos .botaoGreen {
    font-size: 15px;
    padding: 20px 35px;
  }

  .boleto .total b {
    font-size: 20px;
    color: #858585;
    text-transform: uppercase;
    font-weight: 300;
  }
  .boleto .total small {
    font-size: 26px;
    color: #ff6600;
    font-weight: 600;
  }
  .fpagamentos .opt {
    font-size: 12px;
  }

  .fpagamentos .nav-tabs .nav-item {
    width: 100%;
  }
  .termos {
    text-align: center;
    margin-bottom: 20px;
    font-size: 14px;
    padding: 10px;
  }

  .botaoGreen {
    font-size: 16px;
    padding: 15px 35px;
  }
}

/* endereco */
.endereco h4 {
  font-size: 18px;
  color: #ff6600;
  margin-bottom: 20px;
  padding-bottom: 0px;
}
.container3 .botaoGreen {
  margin-bottom: 40px;
}
.separador {
  padding: 10px 0px 30px 0px;
}
.separador h4 {
  margin: 10px 0px;
}
.separador span {
  font-size: 15px;
}
.endereco .link {
  line-height: 60px;
  font-size: 14px;
}

.endereco .form-control {
  padding: 20px 15px 10px 15px;
  height: auto;
}
.endereco label {
  display: inline-block;
  width: 90%;
  margin-bottom: 0.5rem;
  position: absolute;
  font-size: 13px;
  color: #8b8b8b;
  padding: 5px 15px;
}

/* MÃŠtodo Selecionado */
.metodo-selecionado {
  color: #ff6600;
  font-size: 22px;
  font-weight: 500;
}
.metodo-selecionado .hed .small {
  color: #4d8818;
  font-size: 18px;
  line-height: 20px;
  font-weight: 400;
  margin-top: 20px;
}
.metodo-selecionado .hed span {
  line-height: 30px;
}
.metodo-selecionado .hed i {
  color: #000000;
  font-size: 30px;
  float: left;
}

.parteD {
  text-align: right;
  color: #4d4d4d;
  font-size: 17px;
}
.parteD p {
  font-size: 19px;
  color: #333333;
  padding: 0px;
  margin: 0px;
}
.parteD p b {
  font-weight: 19px;
  color: #ff6600;
}
.parteD a {
  font-size: 16px;
  color: #4d4d4d;
  text-decoration: underline;
}

/* Sobre */
.sobre-header {
  padding: 180px 0px 40px 0px;
  background-color: #000000;
  text-align: center;
  background-image: url(images/bgblue.jpg);
}
.sobre-header h1 {
  font-size: 44px;
  color: #ffffff;
}
.sobre-header span {
  font-size: 18px;
  font-weight: 300;
  color: #ffffff;
}

.conteudobasic .container {
  max-width: 1000px;
  margin: 0 auto;
}
.conteudobasic {
  padding: 40px 0px;
}
.conteudobasic h1,
h2,
h3,
h4,
h5 {
  color: #ff6600;
}

/* Duvida */
.duvida-header {
  padding: 180px 0px 40px 0px;
  background-color: #000000;
  text-align: center;
  background-image: url(images/bgduvida.jpg);
  background-size: cover;
  background-position: center;
}
.duvida-header h1 {
  font-size: 44px;
  color: #ffffff;
}
.duvida-header span {
  font-size: 18px;
  font-weight: 300;
  color: #ffffff;
}

/* Minha Conta */
.minha-conta {
  padding: 50px 0px;
  background: #ff6600;
}
.minha-conta .container {
  max-width: 1100px;
  margin: 0 auto;
}
.minha-conta .ola h3 {
  font-size: 26px;
  color: #ffffff;
}
.minha-conta .ola h5 {
  color: #ffffff;
}
.minha-conta .ola .descricao {
  font-size: 15px;
  color: #ffffff;
}
.minha-conta .ola .link {
  color: #ffffff;
  font-size: 15px;
  text-decoration: underline;
  margin-top: 30px;
  display: inline-block;
}
.minha-conta .ola .link2 {
  color: #ffffff;
  font-size: 15px;
  text-decoration: underline;
  margin-top: 15px;
  display: inline-block;
}

.minha-conta-tables {
  padding: 40px 0px;
}
.minha-conta-tables .container {
  max-width: 1100px;
}
.minha-conta-tables .nome {
  font-size: 16px;
  line-height: 45px;
}
.minha-conta-tables .placa {
  color: #ff6600;
  font-size: 16px;
  font-weight: 500;
  line-height: 45px;
  text-align: right;
}

.minha-conta-tables .lines {
  line-height: 40px;
  color: #ff6600;
  font-size: 15px;
  font-weight: 500;
  padding-bottom: 10px;
  border-bottom: 1px solid #ccc;
  margin-bottom: 10px;
}
.minha-conta-tables .lines i {
  padding: 14px;
  border: 1px solid #ff6600;
  border-radius: 100%;
  margin-right: 15px;
}

.minha-conta-tables .id,
.minha-conta-tables .id a {
  font-size: 16px;
  line-height: 45px;
  color: #666;
}
.minha-conta-tables .status {
  font-size: 16px;
  font-weight: 500;
  line-height: 45px;
  text-align: right;
}
.minha-conta-tables .status .aprovado {
  color: #ff6600;
}
.minha-conta-tables .status .reprovado {
  color: #ab0000;
}
.minha-conta-tables .status .aguardando {
  color: #000000;
}

.botaoB {
  text-align: center;
  padding: 50px 0px;
}
.botaoB a {
  background-color: #ff6600;
  color: #ffffff;
  padding: 10px 25px;
  font-size: 16px;
  border-radius: 5px;
  margin: 20px;
  display: inline-block;
}
.botaoB a:hover {
  background-color: #000000;
  color: #ffffff;
  text-decoration: none;
}

/* Pedidos */
.pedidos {
  background-color: #ff6600;
  padding: 60px 0px;
  color: #ffffff;
  font-weight: 300;
}
.pedidos h4 {
  font-size: 28px;
  color: #fff;
}
.pedidos span {
  font-weight: 500;
}
.pedidos .botaoImprimir a {
  font-size: 16px;
  margin: 60px 0px;
  display: inline-block;
  background-color: #47c541;
  text-align: center;
  padding: 17px 40px;
  color: #ffffff;
  border-radius: 4px;
  -webkit-box-shadow: 0px 2px 0px 0px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 2px 0px 0px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 2px 0px 0px rgba(0, 0, 0, 0.75);
}
.pedidos .botaoImprimir a:hover {
  background-color: #3bb135;
  text-decoration: none;
}

.pedidosb {
  padding: 60px 0px;
}
.pedidosb {
  text-align: center;
  color: #717171;
  font-size: 14px;
}
.pedidosb .boxes {
  margin-bottom: 70px;
}
.pedidosb .boxes .box {
  color: #9f9f9f;
  font-size: 16px;
}
.pedidosb .boxes .active {
  color: #ff6600;
}
.pedidosb .boxes .icone {
  font-size: 34px;
  margin-bottom: 10px;
  background-image: url(images/border-etapa.png);
  background-repeat: no-repeat;
  background-position: center center;
  padding: 20px;
}
.pedidosb .boxes .nome {
  font-size: 16px;
  text-align: center;
  font-weight: 500;
}
.pedidosb .boxes .active .data {
  font-size: 14px;
  color: #717171;
}

.mensagem-aleatoria {
  font-size: 16px;
}
.mensagem-aleatoria p {
  color: #666;
  line-height: 28px;
  text-align: justify;
}

.entrada {
  padding: 50px 20px;
}
.entrada .title {
  text-align: center;
  font-size: 24px;
  font-weight: 500;
  color: #ff6600;
}
.entrada .box {
  max-width: 400px;
  margin: 20px auto;
}

@media screen and (max-width: 767px) {
  .pedidos .botaoImprimir a {
    margin: 0px;
  }
  .pedidosb .boxes .box {
    margin: 20px 0px;
  }
  .pedidosb .boxes {
    margin-bottom: 20px;
  }
  .dados {
    margin: 10px;
  }
  .step-by-step {
    margin: 20px 0px;
  }
  .endereco {
    padding: 15px;
  }

  .minha-conta {
    padding: 40px 20px;
  }
  .minha-conta-tables {
    padding: 40px 20px;
  }

  .parteD {
    text-align: center;
    margin: 20px 0px;
  }
  .sobre-header h1 {
    font-size: 32px;
    line-height: 32px;
  }
  .sobre-header span {
    font-size: 15px;
  }
}

.seus-dados {
  text-align: left;
  margin: 0 0px 30px 0;
}
.seus-dados h5 {
  color: #ff6600;
  font-size: 18px;
  font-weight: 500;
}
.seus-dados .info {
  color: #727272;
  font-size: 16px;
}

.dados {
  text-align: left;
}
.dados h4 {
  text-align: left;
  color: #ff6600;
  margin-bottom: 20px;
  font-size: 20px;
}

.multas .card-header a {
  color: #525252;
  font-weight: 400;
  font-size: 16px;
  display: block;
}
.multas .card-header {
  background-color: transparent;
  border: 0px;
  line-height: 20px;
  padding: 15px 0px;
  border-bottom: 1px solid #dbdbdb;
}
.multas .card-body {
  padding: 15px 10px;
  font-size: 16px;
  line-height: 22px;
  line-height: 24px;
  color: #666;
}
.multas .card {
  border: 0px;
}
.multas .card-header i {
  color: #c41212;
  top: -2px;
  position: relative;
}
.multas .card-header .number {
  float: right;
  color: #ff6600;
}

.botoes {
  text-align: center;
  padding: 0px 0px 100px 0px;
}
.botoes .default {
  font-size: 16px;
  margin: 5px;
  padding: 10px 35px;
  text-align: center;
  background-color: #dddddd;
  color: #767676;
  display: inline-block;
  border-radius: 4px;
  border: 1px solid #ccc;
}
.botoes .default:hover {
  text-decoration: none;
  background-color: #cecece;
}

.botoes .blue {
  font-size: 16px;
  margin: 5px;
  padding: 10px 35px;
  text-align: center;
  background-color: #ff6600;
  color: #fff;
  display: inline-block;
  border-radius: 4px;
  border: 1px solid #ff6600;
}
.botoes .blue:hover {
  text-decoration: none;
  background-color: #000;
  border: 1px solid #000;
}

.cartao-de-credito {
  max-width: 780px;
  margin: 50px auto;
}
.cartao-de-credito .form-card {
  padding: 20px;
  margin: 20px;
}
.cartao-de-credito .form-card input {
  margin: 5px;
}

.cartao-de-credito .form-card .form-control {
  line-height: 35px;
  padding: 22px 15px 10px 15px;
  height: auto;
}
.cartao-de-credito .form-card label {
  display: inline-block;
  width: 90%;
  position: absolute;
  font-size: 14px;
  color: #8b8b8b;
  padding: 12px 16px 0px 16px;
}
.botao {
  text-align: center;
}
.botao .botaoGreen {
  margin: 0px;
  text-transform: none;
  font-size: 16px;
  text-transform: uppercase;
}

/** float container */
.captar {
  max-width: 600px;
  background-color: #ffffff;
  border-radius: 5px;
  margin: 20px auto 50px auto;
}
.captar2 {
  max-width: 1000px;
  top: -20px;
  position: relative;
  margin: 0 auto;
}
.captar2 .form-header {
  width: 80%;
}

.form-header {
  position: absolute;
  width: 60%;
  z-index: 3;
  left: 0;
  right: 0;
  margin: 0px auto;
}
.form-header input,
.form-header button {
  padding: 47px 20px 27px !important;
  font-size: 15px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
}
.form-header input i,
.form-header button i {
  margin: 0 10px;
  font-size: 15px;
}
.form-header label i {
  margin: 0 10px;
  font-size: 15px;
}
.form-header button {
  padding: 24px 5px !important;
  width: 100%;
  border: none;
  font-size: 18px;
  background: #2dc65c;
  color: #fff;
  font-weight: bold;
  text-transform: uppercase;
}
.form-header button i {
  font-size: 24px;
  margin: 0;
}
.form-header button:hover {
  background: #28b152;
  cursor: pointer;
}

.form-contact {
  /*position:absolute;*/
  width: 60%;
  z-index: 3;
  left: 0;
  right: 0;
  margin: 0px auto;
}
.form-contact input,
.form-contact button {
  padding: 47px 20px 27px !important;
  font-size: 15px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
}
.form-contact input i,
.form-contact button i {
  margin: 0 10px;
  font-size: 15px;
}
.form-contact label i {
  margin: 0 10px;
  font-size: 15px;
}
.form-contact button {
  padding: 24px 5px !important;
  width: 100%;
  border: none;
  font-size: 18px;
  background: #2dc65c;
  color: #fff;
  font-weight: bold;
  text-transform: uppercase;
}
.form-contact button i {
  font-size: 24px;
  margin: 0;
}
.form-contact button:hover {
  background: #28b152;
  cursor: pointer;
}

.form-footer {
  padding: 30px 0 20px;
}
.form-footer input,
.form-footer button {
  padding: 45px 20px 25px !important;
  font-size: 19px;
}
.form-footer button {
  padding: 25px 23px !important;
  border: none;
  font-size: 15px;
  background: #2dc65c;
  color: #fff;
  font-weight: bold;
  text-transform: uppercase;
  border-top-right-radius: 4px !important;
  border-bottom-right-radius: 4px !important;
}
.form-footer button:hover {
  background: #28b152;
  cursor: pointer;
}
.form-group {
  position: relative;
  text-align: left;
  display: inline-table;
  margin: 2px -2px;
  width: 100%;
}
.form-control:placeholder-shown:not(:focus) + * {
  font-size: 16px !important;
  padding: 22px 0;
  color: #000;
}
.no-pad-col {
  padding: 0 !important;
  margin: 0 !important;
  border: 0 !important;
}
.no-pad-col input {
  width: 100.5% !important;
  border-bottom: 1px solid white;
}
.no-pad-col input.form-control {
  border: 1px solid white;
}
.has-float-label .form-control:placeholder-shown:not(:focus) + * {
  opacity: 1 !important;
  color: gray;
  padding: 22px 10px;
  font-size: 80% !important;
}
.has-float-label input,
.has-float-label textarea {
  padding: 30px 25px 20px;
  color: gray;
}
.has-float-label label {
  color: gray;
  top: 7px;
  padding: 7px 5px;
  line-height: 1em;
}
.has-float-label label i {
  font-size: 20px;
  margin: 0 12px 0 0;
}
#placa,
#placaHeader {
  border-radius: 0px;
}
#placaFloating,
#placaHeader {
  text-transform: uppercase;
}
#btn-consulta {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
#btn-consulta i {
  margin-left: 0;
}
#mail {
  border-left-color: #f2f2f2;
}
#floating {
  display: none;
  position: fixed;
  bottom: 20px;
  width: 70%;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 99;
}
#floating .floating-search-form-header {
  display: none;
}
#floating .floating-search-form-group {
  margin: 0 -2px;
}
#floating .floating-search-form-content {
  box-shadow: 0 0 15px -10px rgba(0, 0, 0, 0.5);
  vertical-align: middle;
  background-color: white;
  border-radius: 10px;
}
#floating .floating-search-form-content p {
  font-size: 14px;
  font-weight: 600;
  padding: 19px 0 17px 30px !important;
  color: #999;
  margin-bottom: 0;
}
#floating .floating-search-form-content p i {
  margin: 0 10px;
  font-size: 20px;
}
#floating .floating-search-form-content input,
#floating .floating-search-form-content button {
  padding: 47px 20px 27px !important;
  font-size: 15px;
}
#floating .floating-search-form-content input i,
#floating .floating-search-form-content button i {
  margin: 0 2px;
  font-size: 26px;
}
#floating .floating-search-form-content label i {
  margin: 0 10px;
  font-size: 20px;
}
#floating .floating-search-form-content button {
  padding: 27px 5px !important;
  width: 93%;
  border: none;
  font-size: 18px;
  background: #2dc65c;
  color: #fff;
  font-weight: bold;
  text-transform: uppercase;
  margin: -2px 7px -2px;
  border-radius: 0 10px 10px 0 !important;
}
#floating .floating-search-form-content button i {
  margin-left: 0;
}
#floating .floating-search-form-content button:hover {
  background: #28b152;
  cursor: pointer;
}
#floating .consultaSwitch {
  display: none;
}
.has-float-label {
  display: block;
  position: relative;
}
.has-float-label label,
.has-float-label > span {
  position: absolute;
  cursor: text;
  font-size: 75%;
  opacity: 1;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  top: 1em;
  left: 0.75rem;
  z-index: 3;
  line-height: 1;
  padding: 0 1px;
}
.has-float-label label::after,
.has-float-label > span::after {
  content: " ";
  display: block;
  position: absolute;
  background: transparent !important;
  height: 2px;
  top: 50%;
  left: -0.2em;
  right: -0.2em;
  z-index: -1;
}
.has-float-label .form-control::-webkit-input-placeholder {
  opacity: 1;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.has-float-label .form-control::-moz-placeholder {
  opacity: 1;
  transition: all 0.2s;
}
.has-float-label .form-control:-ms-input-placeholder {
  opacity: 1;
  transition: all 0.2s;
}
.has-float-label .form-control::placeholder {
  opacity: 1;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.has-float-label
  .form-control:placeholder-shown:not(:focus)::-webkit-input-placeholder {
  opacity: 0;
}
.has-float-label .form-control:placeholder-shown:not(:focus)::-moz-placeholder {
  opacity: 0;
}
.has-float-label
  .form-control:placeholder-shown:not(:focus):-ms-input-placeholder {
  opacity: 0;
}
.has-float-label .form-control:placeholder-shown:not(:focus)::placeholder {
  opacity: 0;
}
.has-float-label .form-control:placeholder-shown:not(:focus) + * {
  font-size: 150%;
  opacity: 0.5;
  top: 0.3em;
}
.input-group .has-float-label {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  margin-bottom: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.input-group {
  align-items: normal !important;
}
.input-group .has-float-label .form-control {
  width: 100%;
  border-radius: 0rem;
}
.input-group .has-float-label:not(:last-child),
.input-group .has-float-label:not(:last-child) .form-control {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.input-group .has-float-label:not(:first-child),
.input-group .has-float-label:not(:first-child) .form-control {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

@media screen and (max-width: 767px) {
  .form-header {
    position: relative;
    width: 80%;
  }
  .captar {
    background: transparent;
  }
  #btn-consulta {
    border-radius: 0px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
  }
}
