.bg-div-alert {
  background: #FFF3CD;
  padding-left: 15px;
  padding-right: 15px;
  font-size: 14px;
}

.span-placa-pag {
  font-size: 25px;
  font-weight: bold;
}

.span-placa-valor {
  font-size: 25px;
  font-weight: bold;
  color: rgb(236,102,6);
}

.icon-list-pag {
  margin-right: 10px;
  color: rgb(236,102,6);
  font-size: 23px;
}

.lis-text-pag {
  /*color: #3C84FF;*/
  font-size: 15px;
  margin: 0;
}

.titulo-valor-busca {
  color: #115CA8;
  font-weight: bold;
  font-size: 22px;
}

.btn-pagar {
  background: #EC6606;
  font-weight: bold;
  font-size: 19px;
  border: none;
}

.bg-cont-pag {
  background: url("../../assets/img/buscar-debitos-consultar-debitos-10.svg") top / cover no-repeat;
  font-family: Montserrat, sans-serif;
}

.titulo-pag {
  color: #115CA8;
  font-weight: bold;
  font-size: 22px;
}

@media (min-width: 992px) {
  .pad-placa-valor {
    padding-left: 32px;
  }
}

.p-pix {
  color: #115CA8;
  font-size: 15px;
}

.estlo-contagem-pix {
  font-weight: bold;
  font-size: 26px;
  color: #115CA8;
}

.bg-contagem-pix {
  background: #F0F4F9;
}

.titulo-pedido-final {
  font-weight: bold;
  font-size: 38px;
}

.bg-card-top-final {
  background: #42A44E;
  border: none;
  border-top-left-radius: 15px !important;
  border-top-right-radius: 15px !important;
  color: #ffffff;
}

.bg-status {
  background: #F3F2F2;
  border: 6px solid rgb(255,255,255);
}

svg {
  color: #4BCE5B;
  font-size: 31px;
}

.titulo-error {
  color: #115CA8;
  font-weight: bold;
  font-size: 4em;
}

.height-min {
  min-height: 700px;
}

