@import url("https://use.typekit.net/chg2mjs.css");
@keyframes move-chevron {
  25% {
    opacity: 0;
  }
  33.3% {
    opacity: 1;
    transform: translateY(2.58rem);
  }
  66.6% {
    opacity: 1;
    transform: translateY(1.8rem);
  }
  100% {
    opacity: 1;
    transform: translateY(1.02rem) scale(0.3);
  }
}
@-webkit-keyframes move-chevron {
  25% {
    opacity: 0;
  }
  33.3% {
    opacity: 1;
    transform: translateY(2.58rem);
  }
  66.6% {
    opacity: 1;
    transform: translateY(1.8rem);
  }
  100% {
    opacity: 1;
    transform: translateY(1.02rem) scale(0.3);
  }
}
/* Safari */
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
body {
  font-family: quatro, sans-serif;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  background: url(../images/bg-sistema.jpg) top center no-repeat;
  background-size: cover;
  background-attachment: fixed;
}
body .select2-container--default .select2-selection--single {
  height: 35px;
  border: 1px solid #ced4da;
}
body .select2-container--default .select2-selection--single .select2-selection__rendered {
  height: 35px;
  line-height: 35px;
  color: #495057;
  font-size: 14px;
}
body .select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 30px;
}
body .select2-container--default .select2-results {
  font-size: 14px;
  color: #495057;
}
body .dhx_cal_container table {
  width: 100%;
}
body .dhx_cal_container .dhx_lotado .dhx_month_head {
  color: #363636;
  background-color: rgba(194, 24, 7, 0.2);
}
body .dhx_cal_container .dhx_liberado .dhx_month_head {
  color: #363636;
  background-color: rgba(65, 170, 44, 0.46);
}
body .dhx_cal_container .dhx_now .dhx_month_head {
  background-color: unset;
}
body .dhx_cal_container .dhx_now .dhx_month_body {
  display: none;
}
body .dhx_cal_container.dhx_mini_calendar {
  font-family: quatro, sans-serif;
}
body .dhx_cal_container.dhx_mini_calendar .dhx_year_month {
  font-family: quatro, sans-serif;
}
body .dhx_cal_container.dhx_mini_calendar .dhx_year_week {
  border-bottom: none;
  height: 32px;
}
body .dhx_cal_container.dhx_mini_calendar .dhx_year_week .dhx_scale_bar {
  width: 14.28% !important;
  height: 32px !important;
  font-family: quatro, sans-serif;
}
body .dhx_cal_container.dhx_mini_calendar .dhx_year_week .dhx_scale_bar:nth-child(1) {
  left: 0 !important;
}
body .dhx_cal_container.dhx_mini_calendar .dhx_year_week .dhx_scale_bar:nth-child(2) {
  left: 14.28% !important;
}
body .dhx_cal_container.dhx_mini_calendar .dhx_year_week .dhx_scale_bar:nth-child(3) {
  left: 28.56% !important;
}
body .dhx_cal_container.dhx_mini_calendar .dhx_year_week .dhx_scale_bar:nth-child(4) {
  left: 42.84% !important;
}
body .dhx_cal_container.dhx_mini_calendar .dhx_year_week .dhx_scale_bar:nth-child(5) {
  left: 57.12% !important;
}
body .dhx_cal_container.dhx_mini_calendar .dhx_year_week .dhx_scale_bar:nth-child(6) {
  left: 71.4% !important;
}
body .dhx_cal_container.dhx_mini_calendar .dhx_year_week .dhx_scale_bar:nth-child(7) {
  left: 85.68% !important;
}
body .dhx_cal_container.dhx_mini_calendar .dhx_month_head {
  font-family: quatro, sans-serif;
}
body section#header .logo img {
  width: 287px;
  height: auto;
  max-width: calc(100% - 100px);
}
body section#header .logo img.detran {
  margin-top: -5px;
  width: 90px;
  height: 65px;
  margin-left: 20px;
}
body section .margin-bg-central {
  margin-top: 15px;
  margin-bottom: 15px;
}
body section .margin-bg-central .bg-central {
  background-color: #ffffff;
  border-radius: 10px;
  min-height: calc(100vh - 198px);
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
body section .margin-bg-central .bg-central .modal-steps {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 0.3rem;
}
body section .margin-bg-central .bg-central .modal-steps .step:after {
  width: 0%;
  left: 0;
  -webkit-transition: 0.2s linear;
  -o-transition: 0.2s linear;
  transition: 0.2s linear;
}
body section .margin-bg-central .bg-central .modal-steps .step {
  width: 100%;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
body section .margin-bg-central .bg-central .modal-steps .step.completed .dot,
body section .margin-bg-central .bg-central .modal-steps .step.completed:after,
body section .margin-bg-central .bg-central .modal-steps .step.current .dot,
body section .margin-bg-central .bg-central .modal-steps .step.current:after {
  border-color: #0014ff;
}
body section .margin-bg-central .bg-central .modal-steps .step .dot {
  border-color: #EAEAEA;
}
body section .margin-bg-central .bg-central .modal-steps .step .dot {
  background-color: #EAEAEA;
  height: 25px;
  width: 25px;
  -webkit-border-radius: 20px;
  border-radius: 20px;
  display: inline-block;
  position: relative;
  top: 0.125em;
  z-index: 2;
  margin: 0 auto;
  border: 1px solid;
}
body section .margin-bg-central .bg-central .modal-steps .step .dot:before {
  content: '';
  position: absolute;
  top: -1px;
  left: -1px;
  width: 25px;
  height: 25px;
  -webkit-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transform: scale(0.8);
  -webkit-border-radius: 20px;
  border-radius: 20px;
}
body section .margin-bg-central .bg-central .modal-steps .step.completed .dot:before {
  background-color: #0014ff;
}
body section .margin-bg-central .bg-central .modal-steps .step.completed .dot:after {
  content: "";
  background-color: transparent;
  position: absolute;
  right: 8px;
  top: 5px;
  width: 6px;
  border-bottom: 3px solid #ffffff;
  height: 12px;
  border-right: 3px solid #ffffff;
  transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}
body section .margin-bg-central .bg-central .modal-steps .step:first-child:after,
body section .margin-bg-central .bg-central .modal-steps .step:first-child:before {
  width: 50%!important;
  left: unset;
  right: unset;
  -webkit-transform: translateX(51%);
  -ms-transform: translateX(51%);
  transform: translateX(51%);
}
body section .margin-bg-central .bg-central .modal-steps .step:after,
body section .margin-bg-central .bg-central .modal-steps .step:before {
  border-color: #EAEAEA;
}
body section .margin-bg-central .bg-central .modal-steps .step:after,
body section .margin-bg-central .bg-central .modal-steps .step:before {
  position: absolute;
  border: 1px solid;
  height: 1px;
  display: block;
  z-index: 1;
  top: 13px;
  content: '';
}
body section .margin-bg-central .bg-central .modal-steps .step:before {
  width: 100%;
}
body section .margin-bg-central .bg-central .modal-steps .step .label {
  font-size: 12px;
  display: block;
  margin: 0.5em 0;
  text-align: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
}
body section .margin-bg-central .bg-central .modal-steps .step.current:first-child:after {
  width: 0%!important;
  -webkit-transition: 0.2s linear;
  -o-transition: 0.2s linear;
  transition: 0.2s linear;
}
body section .margin-bg-central .bg-central .modal-steps .step.current:after {
  width: calc(50% - 10px);
  -webkit-transition: 0.2s linear;
  -o-transition: 0.2s linear;
  transition: 0.2s linear;
}
body section .margin-bg-central .bg-central .modal-steps .step:last-child:after,
body section .margin-bg-central .bg-central .modal-steps .step:last-child:before {
  width: 50%!important;
  left: 0;
}
body section .margin-bg-central .bg-central .btn-default-form {
  background-color: #0014ff;
  color: #ffffff;
  font-weight: bold;
  max-width: 300px;
  margin: 0 auto;
}
body section .margin-bg-central .bg-central .header .title {
  font-size: 44px;
  font-weight: bold;
  color: #494948;
  line-height: 1.2;
}
body section .margin-bg-central .bg-central .header .subtitle {
  font-size: 14px;
  font-weight: 400;
  color: #969696;
}
body section .margin-bg-central .bg-central .header .subtitle .subtitle-header-link {
  font-size: 14px;
  font-weight: 400;
  color: #969696;
}
body section .margin-bg-central .bg-central .header .subtitle .subtitle-header-link:hover {
  outline: none;
  text-decoration: none;
}
body section .margin-bg-central .bg-central .header .subtitle .subtitle-header-link:active {
  outline: none;
  text-decoration: none;
}
body section .margin-bg-central .bg-central .form label {
  font-size: 15px;
  margin-bottom: 0.2rem;
}
body section .margin-bg-central .bg-central .form .btn-default-form {
  background-color: #0014ff;
  color: #ffffff;
  font-weight: bold;
  max-width: 300px;
  margin: 0 auto;
}
body section .margin-bg-central .bg-central .form .form-group span.authError {
  font-size: 12px;
  color: #FF0000;
}
body section .margin-bg-central .bg-central .form .form-control {
  font-size: 14px;
}
body section .margin-bg-central .bg-central .form .form-control::placeholder {
  color: #999;
}
body section .margin-bg-central .bg-central .form .form-control::-webkit-input-placeholder {
  color: #999;
}
body section .margin-bg-central .bg-central .form .form-control:-moz-placeholder {
  color: #999;
}
body section .margin-bg-central .bg-central .form .form-control::-moz-placeholder {
  color: #999;
}
body section .margin-bg-central .bg-central .form .form-control:-ms-input-placeholder {
  color: #999;
}
body section .margin-bg-central .bg-central .extra .text-extra {
  font-size: 16px;
  font-weight: 500;
  color: #494948;
}
body section .margin-bg-central .bg-central .extra .link-extra .a-link-extra {
  font-size: 16px;
  font-weight: 700;
  color: #0014ff;
}
body section .margin-bg-central .bg-central .extra .link-extra .a-link-extra.dinheiro {
  color: #c5c5c5;
  background: none;
  border: none;
  font-weight: 400;
  font-size: 13px;
}
body section .margin-bg-central .bg-central .extra .link-extra .a-link-extra:hover {
  outline: none;
  text-decoration: none;
}
body section .margin-bg-central .bg-central .extra .link-extra .a-link-extra:active {
  outline: none;
  text-decoration: none;
}
body section .margin-bg-central .bg-central .arrow {
  height: 50px;
  margin: 0 auto;
  width: 20px;
}
body section .margin-bg-central .bg-central .arrow .chevron {
  position: absolute;
  width: 1.5rem;
  height: 0.48rem;
  opacity: 0;
  animation: move-chevron 3s ease-in infinite;
}
body section .margin-bg-central .bg-central .arrow .chevron:first-child {
  animation: move-chevron 3s ease-in 1s infinite;
}
body section .margin-bg-central .bg-central .arrow .chevron:nth-child(2) {
  animation: move-chevron 3s ease-in 2s infinite;
}
body section .margin-bg-central .bg-central .arrow .chevron:before,
body section .margin-bg-central .bg-central .arrow .chevron:after {
  content: '';
  position: absolute;
  top: 0;
  height: 100%;
  width: 50%;
  background: #0014ff;
}
body section .margin-bg-central .bg-central .arrow .chevron:before {
  left: 0;
  transform: skewY(-30deg);
}
body section .margin-bg-central .bg-central .arrow .chevron:after {
  right: 0;
  width: 50%;
  transform: skewY(30deg);
}
body section .title-lembrete {
  border: 0.5px solid #ffe696;
  border-radius: 4px;
  background-color: #ffe696;
  height: 38px;
  line-height: 38px;
  font-size: 14px;
  font-weight: bold;
}
body section .block-lembrete {
  color: #494948;
  font-size: 12px;
}
body section .block-lembrete .bull {
  margin-left: 5px;
  margin-right: 5px;
  vertical-align: text-bottom;
}
body section.dados-cadastrais .margin-bg-central .bg-central .header .title {
  font-size: 30px;
}
body section.pedidos .margin-bg-central .bg-central .header .title {
  font-size: 30px;
}
body section.pedidos .btn-confirmacao-link {
  background-color: #091cff;
  color: #ffffff;
}
body section.pedidos .btn-confirmacao-link svg {
  width: 16px;
  height: 19px;
}
body section.pedidos .btn-confirmacao-link svg path {
  fill: #ffffff !important;
}
body section.pedidos .btn-confirmacao-link:hover {
  outline: none;
  text-decoration: none;
}
body section.pedidos .btn-confirmacao-link:active {
  outline: none;
  text-decoration: none;
}
body section.pedidos .table td,
body section.pedidos .table th {
  padding: 0.5rem 0.25rem;
  font-size: 14px;
}
body section.passos .margin-bg-central .bg-central .header .title {
  font-size: 30px;
}
body section.passos article.steps .step {
  padding-bottom: 30px;
}
body section.passos article.steps .step .step-number {
  background-color: #ffffff;
  color: #0014ff;
  font-size: 30px;
  font-weight: 700;
  padding: 10px 0;
  width: 100%;
  display: block;
  line-height: 1;
  border: 0.5px solid rgba(73, 73, 72, 0.15);
  border-radius: 6px;
}
body section.passos article.steps .step .step-number.done {
  position: relative;
}
body section.passos article.steps .step .step-number.done:after {
  content: "";
  background-color: transparent;
  position: absolute;
  right: 0;
  top: -10px;
  width: 10px;
  border-bottom: 3px solid #4D7C2A;
  height: 21px;
  border-right: 3px solid #4D7C2A;
  transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}
body section.passos article.steps .step .step-info {
  font-size: 13px;
  color: #494948;
}
body section.passos article.steps .step .step-info span {
  font-weight: 700;
}
body section.passos article.steps .step .btn-step-link {
  background-color: #091cff;
  color: #ffffff;
  font-size: 12px;
  font-weight: bold;
  margin-top: 8px;
}
body section.passos article.steps .step .btn-step-link svg {
  width: 16px;
  height: 19px;
  margin-left: 5px;
}
body section.passos article.steps .step .btn-step-link svg path {
  fill: #ffffff !important;
}
body section.passos article.steps .step .btn-step-link:hover {
  outline: none;
  text-decoration: none;
}
body section.passos article.steps .step .btn-step-link:active {
  outline: none;
  text-decoration: none;
}
body section.pagamento .margin-bg-central .bg-central .header .title {
  font-size: 30px;
  color: #5d6e1e;
}
body section.pagamento .opt-formas-pgto .opt-pgto {
  border: 0.5px solid rgba(73, 73, 72, 0.15);
  border-radius: 8px;
  align-content: center;
}
body section.pagamento .opt-formas-pgto .opt-pgto.active {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}
body section.pagamento .opt-formas-pgto .opt-pgto .custom-radio {
  line-height: 1.6;
}
body section.pagamento .opt-formas-pgto .opt-pgto .custom-radio .custom-control-input:checked ~ .custom-control-label::before {
  border-color: #5d6e1e;
  background-color: #5d6e1e;
}
body section.pagamento .opt-formas-pgto .opt-pgto .custom-radio .custom-control-input:not(:disabled):active ~ .custom-control-label::before {
  border-color: #5d6e1e;
  background-color: #5d6e1e;
}
body section.pagamento .opt-formas-pgto .opt-pgto .custom-radio .custom-control-label::before {
  top: 0.2rem;
  width: 0.9rem;
  height: 0.9rem;
  left: -1.54rem;
}
body section.pagamento .opt-formas-pgto .opt-pgto .custom-radio .custom-control-label::after {
  top: 0.2rem;
  width: 0.9rem;
  height: 0.9rem;
  left: -1.53rem;
}
body section.pagamento .opt-formas-pgto .opt-pgto .custom-radio label {
  font-size: 14px;
  color: #969696;
  font-weight: 400;
}
body section.pagamento .opt-formas-pgto .opt-pgto .price {
  font-size: 14px;
  color: #5d6e1e;
  font-weight: bold;
}
body section.pagamento .opt-formas-pgto .info-pgto .block-arrow .arrow {
  height: 70px;
  margin-left: calc(50% - 12px);
}
body section.pagamento .opt-formas-pgto .info-pgto .block-arrow .arrow .chevron {
  position: absolute;
  width: 1.5rem;
  height: 0.48rem;
  opacity: 0;
  animation: move-chevron 3s ease-in infinite;
}
body section.pagamento .opt-formas-pgto .info-pgto .block-arrow .arrow .chevron:first-child {
  animation: move-chevron 3s ease-in 1s infinite;
}
body section.pagamento .opt-formas-pgto .info-pgto .block-arrow .arrow .chevron:nth-child(2) {
  animation: move-chevron 3s ease-in 2s infinite;
}
body section.pagamento .opt-formas-pgto .info-pgto .block-arrow .arrow .chevron:before,
body section.pagamento .opt-formas-pgto .info-pgto .block-arrow .arrow .chevron:after {
  content: '';
  position: absolute;
  top: 0;
  height: 100%;
  width: 50%;
  background: #494948;
}
body section.pagamento .opt-formas-pgto .info-pgto .block-arrow .arrow .chevron:before {
  left: 0;
  transform: skewY(-30deg);
}
body section.pagamento .opt-formas-pgto .info-pgto .block-arrow .arrow .chevron:after {
  right: 0;
  width: 50%;
  transform: skewY(30deg);
}
body section.pagamento .opt-formas-pgto .info-pgto .block-arrow .text-arrow {
  font-size: 16px;
  color: #494948;
}
body section.pagamento .pagamento-form-cartao label,
body section.pagamento .pagamento-form-cartao select,
body section.pagamento .pagamento-form-cartao input {
  font-size: 14px;
  color: #494948;
}
body section.pagamento .pagamento-form-cartao label:focus,
body section.pagamento .pagamento-form-cartao select:focus,
body section.pagamento .pagamento-form-cartao input:focus {
  box-shadow: none;
}
body section.pagamento .pagamento-form-cartao .input-credit-card-mercado-pago,
body section.pagamento .pagamento-form-cartao .mask-security-code-card {
  border-right: none;
}
body section.pagamento .pagamento-form-cartao .form-payment-pagseguro-transparente label {
  font-size: 14px;
}
body section.pagamento .pagamento-form-cartao .card-brand-append .card-brand-append-img {
  border-left: none;
  max-height: 35px;
}
body section.pagamento .pagamento-form-cartao .sec-icon {
  border-left: none;
  max-height: 35px;
}
body section.pagamento .pagamento-form-boleto .boleto-info {
  border: 0.5px solid rgba(73, 73, 72, 0.15);
  border-radius: 8px;
}
body section.pagamento .pagamento-form-boleto .boleto-info .boleto-text-info {
  font-size: 14px;
  color: #969696;
  font-weight: 400;
}
body section.pagamento .pagamento-form-boleto .boleto-info .boleto-destaque-info {
  font-size: 14px;
  color: #5d6e1e;
  font-weight: bold;
}
body section.pagamento .confirm-payment {
  background-color: #0014ff;
  color: #ffffff;
  font-weight: bold;
  max-width: 300px;
  margin: 0 auto;
}
body section.confirmacao .margin-bg-central .bg-central .header .title {
  font-size: 30px;
  color: #5d6e1e;
}
body section.confirmacao .confirm-payment {
  background-color: #0014ff;
  color: #ffffff;
  font-weight: bold;
}
body section.confirmacao .info-confirmacao {
  border: 0.5px solid rgba(73, 73, 72, 0.15);
  border-radius: 8px;
}
body section.confirmacao .info-confirmacao .confirmacao-text-info {
  font-size: 14px;
  color: #969696;
  font-weight: 400;
}
body section.confirmacao .info-confirmacao .confirmacao-destaque-info {
  font-size: 14px;
  color: #5d6e1e;
  font-weight: bold;
}
body section.confirmacao .info-confirmacao .btn-confirmacao-link {
  background-color: #091cff;
  color: #ffffff;
  font-size: 12px;
  font-weight: bold;
  margin-top: 8px;
}
body section.confirmacao .info-confirmacao .btn-confirmacao-link svg {
  width: 16px;
  height: 19px;
  margin-left: 5px;
}
body section.confirmacao .info-confirmacao .btn-confirmacao-link svg path {
  fill: #ffffff !important;
}
body section.confirmacao .info-confirmacao .btn-confirmacao-link:hover {
  outline: none;
  text-decoration: none;
}
body section.confirmacao .info-confirmacao .btn-confirmacao-link:active {
  outline: none;
  text-decoration: none;
}
body section.confirmacao .info-confirmacao .btn-confirmacao-link.btn-bol {
  font-size: 16px;
  padding: 0.4rem 1.3rem;
}
body section.confirmacao .info-confirmacao .btn-confirmacao-link.btn-bol svg {
  width: 18px;
  height: 20px;
}
body section.confirmacao .confirmacao-lembrete {
  border: 0.5px solid #ffe696;
  border-radius: 4px;
  background-color: #ffe696;
  height: 38px;
  line-height: 38px;
  font-size: 14px;
  font-weight: bold;
}
body section.confirmacao .block-lembrete {
  color: #494948;
  font-size: 12px;
}
body section.confirmacao .block-lembrete .bull {
  margin-left: 5px;
  margin-right: 5px;
  vertical-align: text-bottom;
}
body section.confirmacao .info-ag-success {
  font-size: 18px;
  color: #494948;
  font-weight: 600;
}
body section.confirmacao .info-ag-success span {
  font-size: 14px;
  color: #494948;
  font-weight: 400;
}
body section.agenda .margin-bg-central .bg-central .header .title {
  font-size: 30px;
  color: #5d6e1e;
}
body section.agenda .confirm-agendamento {
  background-color: #0014ff;
  color: #ffffff;
  font-weight: bold;
  max-width: 380px;
  margin: 0 auto;
}
body section.agenda .info-agenda {
  border: 0.5px solid rgba(73, 73, 72, 0.15);
  border-radius: 8px;
}
body section.agenda .info-agenda .link-agenda:hover {
  text-decoration: none;
  outline: none;
}
body section.agenda .info-agenda .link-agenda.disabled {
  pointer-events: none;
  cursor: default;
  opacity: 0.7;
}
body section.agenda .info-agenda .agenda-text-info {
  font-size: 14px;
  color: #969696;
  font-weight: 400;
}
body section.agenda .info-agenda .agenda-text-info-black {
  font-size: 14px;
  color: #494948;
  font-weight: 700;
  transition: all 0.5s ease;
  position: relative;
}
body section.agenda .info-agenda .agenda-text-info-black:after {
  content: "";
  background-color: transparent;
  position: absolute;
  right: -18px;
  top: 2px;
  width: 8px;
  border-bottom: 3px solid #4D7C2A;
  height: 15px;
  border-right: 3px solid #4D7C2A;
  transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transition: opacity 0.5s ease;
  opacity: 0;
  visibility: hidden;
}
body section.agenda .info-agenda .agenda-text-info-black.done:after {
  transition: opacity 0.5s ease;
  opacity: 1;
  visibility: visible;
}
body section.agenda .info-agenda .agenda-destaque-info {
  font-size: 14px;
  color: #0014ff;
  font-weight: bold;
}
body footer {
  margin-top: auto;
  background-color: #ffffff;
  min-height: 50px;
  height: auto;
}
body footer .copy {
  font-size: 12px;
  color: #494948;
  height: 100%;
}
body footer .design a {
  text-decoration: none;
  color: #494948;
  font-size: 12px ;
}
body footer .design a span {
  font-weight: bolder;
}
@media (max-width: 575px) {
  body section#header .logo img.detran {
    width: 70px;
    height: 49px;
  }
  body section .margin-bg-central .bg-central .header {
    margin-top: 15px;
  }
  body section .margin-bg-central .bg-central .header .title {
    font-size: 30px;
  }
  body section .margin-bg-central .bg-central .modal-steps .step .label {
    font-size: 10px;
  }
}
/*# sourceMappingURL=style_geral_central.css.map */