.icono_verde {
    color: green;
    font-size: 100px;
}

.icono_rojo {
    color: red;
    font-size: 100px;
}

.btn_close:hover {
    color: inherit !important;
    text-decoration: none;
    opacity: 1 !important;
    background-color: unset !important;
    border-color: unset !important;
}

.img-qr {
    max-width: 200px;
}
.btn_verPDF{
    background:#233139!important;
      border-radius: 20px !important;
      opacity: 1;
      width: 182px;
      height: 40px;
      font-size: 14px !important;
      color: white !important;
      background-color: none !important;
      border: none !important;
  }