.txt-info-pedido,
.btn {
  font-family: var(--fontPrincipal), sans-serif;
}

.cont-info-pessoal,
.txt-info-pedido,
.txt-info-pessoal {
  font-family: Open Sans, sans-serif !important;
}

.form-cartao {
  border: 1px solid black;
  border-radius: 5px;
  padding-top: 25px;
  padding-bottom: 25px;
  background: #f1f1f1;
}

.form-check-label {
  font-size: 1.7rem;
}

input[type="radio"] {
  -moz-transform: scale(2);
  /* FF */
  -webkit-transform: scale(2);
  /* Safari and Chrome */
  -o-transform: scale(2);
  /* Opera */
  padding: 10px;
}

.cor-onr {
  background: #ff7737;
  color: white;
}

.span_avisa_cancelamento {
  font-size: 0.75rem;
  font-weight: bold;
}

@media only screen and (max-width: 991px) {
  .cont-txt-info {
    position: relative;
    float: left;
  }
}
