.frm_finc .form-control,
.frm_finc .form-select {
  border-color: #000;
  border-radius: 0;
}
.frm_finc label.btn {
  min-width: 90% !important;
  border: 1px solid black !important;
  border-radius: 0;
}
.frm_finc .btn-check:checked + .btn,
.frm_finc .btn-check:first-child:active,
.frm_finc :not(.btn-check) + .btn-check:active {
  min-width: 90% !important;
  border: 1px solid #b80050 !important;
  background-color: #b80050;
  color: white;
  border-radius: 0;
}
.frm_finc .form-check-input {
  margin-top: 0.05rem;
  border: 2px solid #626262;
}
.frm_finc .btn-principal {
  background-color: #f48131;
  color: #fff;
  border-radius: 0.8rem;
  padding: 0.4rem 0.8rem;
  text-transform: uppercase;
}
.frm_finc .btn-principal:hover, .frm_finc .btn-principal:active {
  background-color: #b80050 !important;
  border-color: #b80050 !important;
  color: #fff !important;
}
.frm_finc .btn-secundario {
  background-color: #ff5b39;
  color: #fff;
  border-radius: 0.8rem;
  padding: 0.4rem 0.8rem;
}
.frm_finc .btn-secundario:hover, .frm_finc .btn-secundario:active {
  background-color: #f48131;
}
.frm_finc .alert {
  padding: 0.7rem;
  font-size: 1rem;
}
.frm_finc .btn-close {
  width: 0.2rem;
  height: 0.2rem;
}
.frm_finc .txt_gray {
  color: #626262 !important;
}

.bg-body {
  border: 2px solid #b8b8b8;
  border-radius: 15px;
  padding: 3rem;
}/*# sourceMappingURL=estudios-en-mexico.css.map */