hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible
}

.table {
  border-collapse: collapse !important
}

.table-bordered td,
.table-bordered th {
  border: 1px solid #ddd !important
}

table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 1rem;
  background-color: transparent
}

.table td,
.table th {
  padding: .75rem;
  vertical-align: top;
  border-top: 1px solid #e9ecef
}

.table-bordered {
  border: 1px solid #e9ecef
}

.table-bordered td,
.table-bordered th {
  border: 1px solid #e9ecef
}

.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, .05)
}

@media print {

  *,
  ::after,
  ::before {
    text-shadow: none !important;
    box-shadow: none !important
  }

  a,
  a:visited {
    text-decoration: underline
  }

  img {
    page-break-inside: avoid
  }

  h2,
  h3,
  p {
    orphans: 3;
    widows: 3
  }

  h2,
  h3 {
    page-break-after: avoid
  }

  .navbar {
    display: none
  }

  .badge {
    border: 1px solid #000
  }
}

[tabindex="-1"]:focus {
  outline: 0 !important
}

a:hover {
  color: #0056b3;
  text-decoration: underline
}

a:not([href]):not([tabindex]):focus,
a:not([href]):not([tabindex]):hover {
  color: inherit;
  text-decoration: none
}

a:not([href]):not([tabindex]):focus {
  outline: 0
}

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color
}

[type=button]::-moz-focus-inner,
button::-moz-focus-inner {
  padding: 0;
  border-style: none
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button
}

.form-control::-ms-expand {
  background-color: transparent;
  border: 0
}

.form-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: #80bdff;
  outline: 0;
  box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25)
}

.form-control::-webkit-input-placeholder {
  color: #868e96;
  opacity: 1
}

.form-control:-ms-input-placeholder {
  color: #868e96;
  opacity: 1
}

.form-control::-ms-input-placeholder {
  color: #868e96;
  opacity: 1
}

.form-control:disabled {
  background-color: #e9ecef;
  opacity: 1
}

.btn:focus,
.btn:hover {
  text-decoration: none
}

.btn:focus {
  outline: 0;
  box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25)
}

.btn:disabled {
  opacity: .65
}

.btn-primary {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff
}

.btn-primary:hover {
  color: #fff;
  background-color: #0069d9;
  border-color: #0062cc
}

.btn-primary:focus {
  box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .5)
}

.btn-primary:disabled {
  background-color: #007bff;
  border-color: #007bff
}

.fade.show {
  opacity: 1
}

.nav {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none
}

.nav-link {
  display: block;
  padding: .5rem 1rem
}

.nav-link:focus,
.nav-link:hover {
  text-decoration: none
}

.navbar-brand:focus,
.navbar-brand:hover {
  text-decoration: none
}

.navbar-nav {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none
}

.navbar-nav .nav-link {
  padding-right: 0;
  padding-left: 0
}

.navbar-toggler:focus,
.navbar-toggler:hover {
  text-decoration: none
}

@media (min-width:992px) {
  .navbar-expand-lg {
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -ms-flex-pack: start;
    justify-content: flex-start
  }

  .navbar-expand-lg .navbar-nav {
    -ms-flex-direction: row;
    flex-direction: row
  }

  .navbar-expand-lg .navbar-nav .nav-link {
    margin-right: .8rem;
    margin-left: .8rem
  }

  .navbar-expand-lg>.container {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap
  }

  .navbar-expand-lg .navbar-collapse {
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto
  }

  .navbar-expand-lg .navbar-toggler {
    display: none
  }
}

.navbar-dark .navbar-brand:focus,
.navbar-dark .navbar-brand:hover {
  color: #fff
}

.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, .5)
}

.navbar-dark .navbar-nav .nav-link:focus,
.navbar-dark .navbar-nav .nav-link:hover {
  color: rgba(255, 255, 255, .75)
}

.badge-success {
  color: #fff;
  background-color: #28a745
}

.progress {
  display: -ms-flexbox;
  display: flex;
  height: 1rem;
  overflow: hidden;
  font-size: .75rem;
  background-color: #e9ecef;
  border-radius: .25rem
}

.progress-bar {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #fff;
  background-color: #007bff
}

.close {
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: .5
}

.close:focus,
.close:hover {
  color: #000;
  text-decoration: none;
  opacity: .75
}

button.close {
  padding: 0;
  background: 0 0;
  border: 0;
  -webkit-appearance: none
}

.modal-open {
  overflow: hidden
}

.modal.fade .modal-dialog {
  transition: -webkit-transform .3s ease-out;
  transition: transform .3s ease-out;
  transition: transform .3s ease-out, -webkit-transform .3s ease-out;
  -webkit-transform: translate(0, -25%);
  transform: translate(0, -25%)
}

.modal.show .modal-dialog {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0)
}

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
  pointer-events: none
}

.modal-content {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, .2);
  border-radius: .3rem;
  outline: 0
}

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000
}

.modal-backdrop.fade {
  opacity: 0
}

.modal-backdrop.show {
  opacity: .5
}

.modal-header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 15px;
  border-bottom: 1px solid #e9ecef;
  border-top-left-radius: .3rem;
  border-top-right-radius: .3rem
}

.modal-header .close {
  padding: 15px;
  margin: -15px -15px -15px auto
}

.modal-title {
  margin-bottom: 0;
  line-height: 1.5
}

.modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 15px
}

.modal-footer {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding: 15px;
  border-top: 1px solid #e9ecef
}

@media (min-width:576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 30px auto
  }
}

@media (min-width:992px) {
  .modal-lg {
    max-width: 800px
  }
}

.bg-info {
  background-color: #17a2b8 !important
}

@media (min-width:768px) {
  .d-md-none {
    display: none !important
  }
}

@media (min-width:992px) {
  .mb-lg-0 {
    margin-bottom: 0 !important
  }
}

@media (min-width:768px) {
  .text-md-left {
    text-align: left !important
  }
}

.navbar.navbar-dark .navbar-nav .nav-item .nav-link {
  color: #fff;
  -webkit-transition: .35s;
  transition: .35s
}

.navbar .nav-item .nav-link {
  display: block
}

.disabled {
  cursor: not-allowed !important
}

.btn-primary {
  background-color: #4285f4
}

.btn.disabled,
.btn:disabled {
  cursor: not-allowed;
  pointer-events: none
}

.white {
  background-color: #fff !important
}

.green.accent-4 {
  background-color: #00c853 !important
}

.accordion .card .fa-angle-down,
.accordion .card .fa-angle-up {
  float: right
}

.modal-dialog .modal-content {
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, .18), 0 4px 15px 0 rgba(0, 0, 0, .15)
}

.form-index .form-control:focus {
  background: 0 0;
  box-shadow: none
}

.form-index .md-form label.active {
  -webkit-transform: translateY(-140%);
  -ms-transform: translateY(-140%);
  transform: translateY(-140%);
  font-size: .8rem
}

@-webkit-keyframes container-rotate {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg)
  }
}

@keyframes container-rotate {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg)
  }
}

@-webkit-keyframes fill-unfill-rotate {
  12.5% {
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg)
  }

  25% {
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg)
  }

  37.5% {
    -webkit-transform: rotate(405deg);
    transform: rotate(405deg)
  }

  50% {
    -webkit-transform: rotate(540deg);
    transform: rotate(540deg)
  }

  62.5% {
    -webkit-transform: rotate(675deg);
    transform: rotate(675deg)
  }

  75% {
    -webkit-transform: rotate(810deg);
    transform: rotate(810deg)
  }

  87.5% {
    -webkit-transform: rotate(945deg);
    transform: rotate(945deg)
  }

  100% {
    -webkit-transform: rotate(1080deg);
    transform: rotate(1080deg)
  }
}

@keyframes fill-unfill-rotate {
  12.5% {
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg)
  }

  25% {
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg)
  }

  37.5% {
    -webkit-transform: rotate(405deg);
    transform: rotate(405deg)
  }

  50% {
    -webkit-transform: rotate(540deg);
    transform: rotate(540deg)
  }

  62.5% {
    -webkit-transform: rotate(675deg);
    transform: rotate(675deg)
  }

  75% {
    -webkit-transform: rotate(810deg);
    transform: rotate(810deg)
  }

  87.5% {
    -webkit-transform: rotate(945deg);
    transform: rotate(945deg)
  }

  100% {
    -webkit-transform: rotate(1080deg);
    transform: rotate(1080deg)
  }
}

@-webkit-keyframes left-spin {

  0%,
  100% {
    -webkit-transform: rotate(130deg);
    transform: rotate(130deg)
  }

  50% {
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg)
  }
}

@keyframes left-spin {

  0%,
  100% {
    -webkit-transform: rotate(130deg);
    transform: rotate(130deg)
  }

  50% {
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg)
  }
}

.preloader-wrapper.active {
  -webkit-animation: container-rotate 1568ms linear infinite;
  animation: container-rotate 1568ms linear infinite
}

.preloader-wrapper.big {
  width: 64px;
  height: 64px
}

.preloader-wrapper {
  display: inline-block;
  position: relative;
  width: 48px;
  height: 48px
}

.active .spinner-layer.spinner-blue-only,
.active .spinner-layer.spinner-green-only,
.active .spinner-layer.spinner-orange-only,
.active .spinner-layer.spinner-primary-color-only,
.active .spinner-layer.spinner-red-only,
.active .spinner-layer.spinner-yellow-only {
  opacity: 1;
  -webkit-animation: fill-unfill-rotate 5332ms cubic-bezier(.4, 0, .2, 1) infinite both;
  animation: fill-unfill-rotate 5332ms cubic-bezier(.4, 0, .2, 1) infinite both
}

.preloader-wrapper .spinner-blue,
.preloader-wrapper .spinner-blue-only {
  border-color: #097fc6
}

.preloader-wrapper .spinner-orange,
.preloader-wrapper .spinner-orange-only {
  border-color: #fabc5c
}

.preloader-wrapper .spinner-layer {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0
}

.preloader-wrapper .spinner-layer .circle-clipper {
  display: inline-block;
  position: relative;
  width: 50%;
  height: 100%;
  overflow: hidden;
  border-color: inherit
}

.preloader-wrapper .spinner-layer .circle-clipper.left .circle {
  left: 0;
  border-right-color: transparent !important;
  -webkit-transform: rotate(129deg);
  -ms-transform: rotate(129deg);
  transform: rotate(129deg)
}

.preloader-wrapper .spinner-layer .gap-patch {
  position: absolute;
  top: 0;
  left: 45%;
  width: 10%;
  height: 100%;
  overflow: hidden;
  border-color: inherit
}

.preloader-wrapper .spinner-layer .gap-patch .circle {
  width: 1000%;
  left: -450%
}

.preloader-wrapper .spinner-layer .circle-clipper {
  display: inline-block;
  position: relative;
  width: 50%;
  height: 100%;
  overflow: hidden;
  border-color: inherit
}

.active .circle-clipper.right .circle {
  -webkit-animation: right-spin 1333ms cubic-bezier(.4, 0, .2, 1) infinite both;
  animation: right-spin 1333ms cubic-bezier(.4, 0, .2, 1) infinite both
}

.preloader-wrapper .spinner-layer .circle-clipper .circle {
  width: 200%;
  height: 100%;
  border-width: 3px;
  border-style: solid;
  border-color: inherit;
  border-bottom-color: transparent !important;
  border-radius: 50%;
  -webkit-animation: none;
  animation: none;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0
}

.active .circle-clipper.left .circle {
  -webkit-animation: left-spin 1333ms cubic-bezier(.4, 0, .2, 1) infinite both;
  animation: left-spin 1333ms cubic-bezier(.4, 0, .2, 1) infinite both
}

.preloader-wrapper .spinner-layer .circle-clipper .circle {
  width: 200%;
  height: 100%;
  border-width: 3px;
  border-style: solid;
  border-color: inherit;
  border-bottom-color: transparent !important;
  border-radius: 50%;
  -webkit-animation: none;
  animation: none;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0
}

table th {
  font-size: .9rem;
  font-weight: 400
}

table td {
  font-size: .7rem;
  font-weight: 300
}

table.table a {
  margin: 0;
  color: #212529
}

.modal-dialog.modal-notify .modal-body {
  padding: 1.5rem;
  color: #616161
}

@media (min-width:600px) {
  .navbar.scrolling-navbar .navbar-nav>li {
    -webkit-transition-duration: 1s;
    transition-duration: 1s
  }
}

#toast-container>div,
.white-text {
  color: #fff !important
}

.toast-message {
  word-wrap: break-word
}

.blue-text {
  color: #2196f3 !important
}

.green {
  background-color: #4caf50 !important
}

.green.accent-4 {
  background-color: #00c853 !important
}

.white {
  background-color: #fff !important
}

.toast-top-right {
  top: 12px;
  right: 12px
}

#toast-container {
  position: fixed;
  z-index: 999999
}

#toast-container * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}

#toast-container>div {
  -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .16), 0 2px 10px 0 rgba(0, 0, 0, .12);
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .16), 0 2px 10px 0 rgba(0, 0, 0, .12);
  position: relative;
  overflow: hidden;
  margin: 0 0 6px;
  padding: 15px 15px 15px 50px;
  width: 300px;
  background-position: 15px center;
  background-repeat: no-repeat;
  opacity: .95
}

#toast-container>:hover {
  -webkit-box-shadow: 0 8px 17px 0 rgba(0, 0, 0, .2), 0 6px 20px 0 rgba(0, 0, 0, .19);
  box-shadow: 0 8px 17px 0 rgba(0, 0, 0, .2), 0 6px 20px 0 rgba(0, 0, 0, .19);
  -webkit-transition: .45s;
  -o-transition: .45s;
  transition: .45s;
  opacity: 1;
  cursor: pointer
}

.toast {
  background-color: #030303
}

.toast-success {
  background-color: #00c851;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAADsSURBVEhLY2AYBfQMgf///3P8+/evAIgvA/FsIF+BavYDDWMBGroaSMMBiE8VC7AZDrIFaMFnii3AZTjUgsUUWUDA8OdAH6iQbQEhw4HyGsPEcKBXBIC4ARhex4G4BsjmweU1soIFaGg/WtoFZRIZdEvIMhxkCCjXIVsATV6gFGACs4Rsw0EGgIIH3QJYJgHSARQZDrWAB+jawzgs+Q2UO49D7jnRSRGoEFRILcdmEMWGI0cm0JJ2QpYA1RDvcmzJEWhABhD/pqrL0S0CWuABKgnRki9lLseS7g2AlqwHWQSKH4oKLrILpRGhEQCw2LiRUIa4lwAAAABJRU5ErkJggg==) !important
}

.toast-error {
  background-color: #ff3547;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAHOSURBVEhLrZa/SgNBEMZzh0WKCClSCKaIYOED+AAKeQQLG8HWztLCImBrYadgIdY+gIKNYkBFSwu7CAoqCgkkoGBI/E28PdbLZmeDLgzZzcx83/zZ2SSXC1j9fr+I1Hq93g2yxH4iwM1vkoBWAdxCmpzTxfkN2RcyZNaHFIkSo10+8kgxkXIURV5HGxTmFuc75B2RfQkpxHG8aAgaAFa0tAHqYFfQ7Iwe2yhODk8+J4C7yAoRTWI3w/4klGRgR4lO7Rpn9+gvMyWp+uxFh8+H+ARlgN1nJuJuQAYvNkEnwGFck18Er4q3egEc/oO+mhLdKgRyhdNFiacC0rlOCbhNVz4H9FnAYgDBvU3QIioZlJFLJtsoHYRDfiZoUyIxqCtRpVlANq0EU4dApjrtgezPFad5S19Wgjkc0hNVnuF4HjVA6C7QrSIbylB+oZe3aHgBsqlNqKYH48jXyJKMuAbiyVJ8KzaB3eRc0pg9VwQ4niFryI68qiOi3AbjwdsfnAtk0bCjTLJKr6mrD9g8iq/S/B81hguOMlQTnVyG40wAcjnmgsCNESDrjme7wfftP4P7SP4N3CJZdvzoNyGq2c/HWOXJGsvVg+RA/k2MC/wN6I2YA2Pt8GkAAAAASUVORK5CYII=) !important
}

.toast-info {
  background-color: #33b5e5;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGwSURBVEhLtZa9SgNBEMc9sUxxRcoUKSzSWIhXpFMhhYWFhaBg4yPYiWCXZxBLERsLRS3EQkEfwCKdjWJAwSKCgoKCcudv4O5YLrt7EzgXhiU3/4+b2ckmwVjJSpKkQ6wAi4gwhT+z3wRBcEz0yjSseUTrcRyfsHsXmD0AmbHOC9Ii8VImnuXBPglHpQ5wwSVM7sNnTG7Za4JwDdCjxyAiH3nyA2mtaTJufiDZ5dCaqlItILh1NHatfN5skvjx9Z38m69CgzuXmZgVrPIGE763Jx9qKsRozWYw6xOHdER+nn2KkO+Bb+UV5CBN6WC6QtBgbRVozrahAbmm6HtUsgtPC19tFdxXZYBOfkbmFJ1VaHA1VAHjd0pp70oTZzvR+EVrx2Ygfdsq6eu55BHYR8hlcki+n+kERUFG8BrA0BwjeAv2M8WLQBtcy+SD6fNsmnB3AlBLrgTtVW1c2QN4bVWLATaIS60J2Du5y1TiJgjSBvFVZgTmwCU+dAZFoPxGEEs8nyHC9Bwe2GvEJv2WXZb0vjdyFT4Cxk3e/kIqlOGoVLwwPevpYHT+00T+hWwXDf4AJAOUqWcDhbwAAAAASUVORK5CYII=) !important
}

.toast-warning {
  background-color: #fb3;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGYSURBVEhL5ZSvTsNQFMbXZGICMYGYmJhAQIJAICYQPAACiSDB8AiICQQJT4CqQEwgJvYASAQCiZiYmJhAIBATCARJy+9rTsldd8sKu1M0+dLb057v6/lbq/2rK0mS/TRNj9cWNAKPYIJII7gIxCcQ51cvqID+GIEX8ASG4B1bK5gIZFeQfoJdEXOfgX4QAQg7kH2A65yQ87lyxb27sggkAzAuFhbbg1K2kgCkB1bVwyIR9m2L7PRPIhDUIXgGtyKw575yz3lTNs6X4JXnjV+LKM/m3MydnTbtOKIjtz6VhCBq4vSm3ncdrD2lk0VgUXSVKjVDJXJzijW1RQdsU7F77He8u68koNZTz8Oz5yGa6J3H3lZ0xYgXBK2QymlWWA+RWnYhskLBv2vmE+hBMCtbA7KX5drWyRT/2JsqZ2IvfB9Y4bWDNMFbJRFmC9E74SoS0CqulwjkC0+5bpcV1CZ8NMej4pjy0U+doDQsGyo1hzVJttIjhQ7GnBtRFN1UarUlH8F3xict+HY07rEzoUGPlWcjRFRr4/gChZgc3ZL2d8oAAAAASUVORK5CYII=) !important
}

#main-navbar #navmenu li a {
  line-height: 18px;
  text-align: center
}

@media (min-width:768px) {
  .navbar:not(.top-nav-collapse) {
    color: #fff
  }
}

.page-cover .cover-bg-mask {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%
}

.streak {
  background-position: center center;
  background-size: cover !important
}

.md-form .prefix {
  font-size: 1.5rem;
  margin-top: 1rem
}

h6 {
  line-height: 1.7
}

@media (min-width:768px) {
  #intro-center-flex-center {
    width: 100%
  }
}

@media (max-width:450px) {
  .consultarplaca-lp .display-3 {
    font-size: 3rem
  }
}

.consultarplaca-lp .md-pills.pills-primary .nav-item .nav-link.active {
  background-color: #323437 !important
}

.consultarplaca-lp .icon-area .circle-icon i {
  width: 90px;
  height: 90px;
  background: #ec2a45
}

.consultarplaca-lp .icon-area .circle-icon i:hover {
  background: #6a6f73
}

.consultarplaca-lp .font-small {
  font-size: .8rem
}

.consultarplaca-lp .spacing {
  letter-spacing: 3px
}

.consultarplaca-lp .p-3 {
  padding: 1.3rem !important
}

@media (max-width:576px) {
  #header-site-content {
    height: 200px
  }

  #main-title-page {
    font-size: 1.5rem;
    margin-top: 30px
  }

  #main-subtitle-page {
    font-size: 1rem;
    line-height: .6rem
  }

  .card-container {
    max-width: 340px !important
  }
}

.navbar.navbar-dark .breadcrumb .nav-item .nav-link,
.navbar.navbar-dark .navbar-nav .nav-item .nav-link {
  border-bottom: 2px solid #097fc6
}

.navbar.navbar-dark .breadcrumb .nav-item .nav-link:hover,
.navbar.navbar-dark .navbar-nav .nav-item .nav-link:hover {
  border-bottom: 2px solid #fabc5c;
  font-weight: 500
}

input[type=date]:focus:not([readonly]),
input[type=datetime-local]:focus:not([readonly]) input[type=email]:focus:not([readonly]),
input[type=number]:focus:not([readonly]),
input[type=password]:focus:not([readonly]),
input[type=search-md]:focus:not([readonly]),
input[type=search]:focus:not([readonly]),
input[type=tel]:focus:not([readonly]),
input[type=text]:focus:not([readonly]),
input[type=time]:focus:not([readonly]),
input[type=url]:focus:not([readonly]),
textarea.md-textarea:focus:not([readonly]) {
  border-bottom: 1px solid #ffc107;
  box-shadow: 0 1px 0 0 #ffc107
}

input[type=date]:focus:not([readonly])+label,
input[type=datetime-local]:focus:not([readonly])+label input[type=email]:focus:not([readonly])+label,
input[type=number]:focus:not([readonly])+label,
input[type=password]:focus:not([readonly])+label,
input[type=search-md]:focus:not([readonly])+label,
input[type=search]:focus:not([readonly])+label,
input[type=tel]:focus:not([readonly])+label,
input[type=text]:focus:not([readonly])+label,
input[type=time]:focus:not([readonly])+label,
input[type=url]:focus:not([readonly])+label,
textarea.md-textarea:focus:not([readonly])+label {
  color: #ffc107
}

.invalid_value label,
.invalid_value .error {
  color: #ff3a26 !important
}

.invalid_value .error,
.warning_value .warning {
  font-size: 12px;
  line-height: 14px;
  margin-bottom: 3px !important
}

.invalid_value input,
.invalid_value select,
.invalid_value textarea {
  border-bottom: 1px solid #ff3a26 !important
}

.btn-suggestion,
.btn-suggestion-ignore {
  text-transform: none;
  margin: 0 0 3px 0;
  width: 100%;
  box-sizing: border-box;
  border-radius: 10px;
  padding: 5px
}

#pagseguro-formas-pagamento {
  border-radius: 10px;
  border: 1px solid #d3d3d3;
  margin-top: 10px
}

.modal-header p.heading {
  line-height: 1.3rem;
  text-align: center;
  width: 100%;
  margin-bottom: 0
}

.modal-header #modal-consult-plate {
  font-size: 1.8rem
}

.modal-consult-email {
  font-size: 1.1rem;
  color: #00c853;
  font-weight: 400;
  text-align: center
}

#modal-consult-result table.table td,
#modal-consult-result table.table th {
  padding-top: .5rem;
  padding-bottom: .5rem
}

#modal-consult-progress-content .progress,
#modal-consult-progress-content .progress .progress-bar {
  height: 30px
}

.modal-consult-table-packages {
  margin-bottom: 0
}

.modal-consult-table-packages tr th {
  padding-top: .5rem;
  padding-bottom: .5rem;
  text-align: center;
  font-weight: 500;
  font-size: 18px
}

.modal-consult-table-packages tr td a.btn {
  padding: .85rem .5rem;
  width: 100%;
  border-radius: 10px
}

.modal-consult-table-packages tr td {
  padding: .2rem;
  line-height: 16px;
  vertical-align: middle;
  word-break: break-word
}

.label-new {
  border-radius: 3px;
  background-color: #da3737;
  font-size: 9px;
  color: #fff;
  padding: 0 4px
}

#example-container table {
  margin-bottom: 0 !important
}

#example-container table tr td.break {
  word-break: break-all
}

#example-container img.velocimetro {
  width: 100% !important;
  max-width: 295px !important
}

#example-container img.grafico {
  width: 100% !important;
  max-width: 700px !important
}

#example-container img.imagem_guia {
  width: 100% !important;
  max-width: 300px !important;
  height: auto !important
}

@media (max-width:991px) {
  #example-container table tr td {
    font-size: 12px !important
  }

  #example-container table tr td.title {
    font-size: 14px !important
  }

  #example-container table tr td {
    padding: 5px 3px !important;
  }

  #example-container table tr td.card-resume, 
  #example-container table tr td.card-resume table tr td {
    font-size: 10px !important;
    padding: 3px 1px !important;
  }
}

#install-app-alert {
  position: fixed;
  width: 320px;
  left: 50%;
  margin-left: -160px;
  bottom: 30px;
  z-index: 1001;
  border-radius: 10px;
  color: #000000;
  padding: 5px 15px;
  line-height: 18px;
}

#install-app-alert p {
  text-align: left;
  width: 100%;
  margin-bottom: 5px;
  font-size: 14px;
}

#btn-ignore-app {
  border: solid 1px #097fc6;
  cursor: pointer;
  color: #097fc6;
  border-radius: 10px;
  padding: 3px 15px;
}

#btn-install-app {
  border: solid 1px #097fc6;
  cursor: pointer;
  color: #fff;
  border-radius: 10px;
  padding: 5px 25px;
}

.p-modal-consult {
  margin-bottom: 0px !important;
  font-size: 0.9rem !important;
  line-height: 1.2rem !important;
  text-align: center;
}

.vehicle-info-container {
  padding: 0;
}

.vehicle-info-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
}

.info-item {
  background: #f8f9fa;
  border: 1px solid #e9ecef;
  border-radius: 6px;
  padding: 10px 14px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: all 0.2s ease;
}

.info-label {
  display: flex;
  align-items: center;
  font-weight: 600;
  color: #495057;
  flex: 0 0 auto;
  font-size: 0.85rem;
}

.info-value {
  text-align: right;
  color: #212529;
  font-weight: 500;
  word-break: break-word;
  margin-left: 10px;
  font-size: 0.85rem;
}

@media (max-width: 576px) {
  .vehicle-info-grid {
    gap: 6px;
  }

  .info-item {
    flex-direction: column;
    align-items: flex-start;
    gap: 3px;
    padding: 6px 8px;
  }

  .info-value {
    text-align: left;
    margin-left: 0;
    width: 100%;
    font-size: 0.75rem;
  }

  .info-label {
    font-size: 0.75rem;
  }
}

@media (min-width: 577px) and (max-width: 768px) {
  .info-item {
    padding: 9px 12px;
  }
}

@media (min-width: 992px) {
  .vehicle-info-grid {
    gap: 10px;
  }
}

#modal-consult-want-full-consult {
  background: #f59500;
  padding: .85rem 1.2rem;
  margin-top: 8px;
  box-shadow: 0 3px 8px rgba(250, 188, 92, 0.3);
  border: none;
  font-weight: 600;
  color: #ffffff;
  border-radius: 10px;
}

#modal-consult-view-full-consult {
  color: #cb7b00 !important;
  border: 2px solid #fabc5c;
  background-color: transparent;
  border-radius: 10px;
  font-size: .8rem;
  font-weight: 600;
}

#modal-consult-view-full-consult img {
  width: 20px;
  margin-right: 6px;
}

#modal-consult-buy-full-consult .btn {
  margin: 0px;
}