@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300;400;500;600;700;800;900&display=swap');
.alert {
  margin-top: 2rem;
}
#btn-buscar {
  width: 100%;
  padding: 15px 0px;
  border-radius: 25px;
  background: #00AD86;
  color: #fff;
  text-decoration: none;
  text-align: center;
  font-family: Montserrat;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  margin-top: 2rem;
  border: 0px;
}
#content {
  margin-top: 5rem;
}
.msj-error {
  content: 'MAL';
  color: red;
}
.txtrevisa {
  color: #12dbb9;
  margin-bottom: 0;
}
.fechaR {
  font-weight: 500;
}

.txtorder {
  font-weight: 500;
}

.breadcrb {
  padding-bottom: 20px;
}
.breadcrb ol li a,
.breadcrb ol li a:hover,
.breadcrb ol li a:focus,
.breadcrb ol li a:active {
  color: #000;
}
