/* Simulador : Financiamiento Mixto */
.table-mixto {
  font-size: 0.85rem;
}
.table-mixto td,
.table-mixto tr,
.table-mixto thead th {
  border: 8px solid #fff;
}
.table-mixto .border-right {
  border-right: 8px solid #fff;
}
.table-mixto tbody th {
  color: #616063;
}
.table-mixto tfoot th {
  background-color: #616063;
  color: #fff;
  padding: 0.5rem;
}
.table-mixto tbody td,
.table-mixto tfoot th:not(:first-child) {
  text-align: right;
}
.table-mixto .accent-first-color {
  background-color: #ff850a;
  color: #fff;
}
.table-mixto .accent-second-color {
  background-color: #b90051;
  color: #fff;
}

.table-mixto > :not(caption) > * > * {
  padding: 0.5rem 0;
}

.modal-header {
  background-color: #b90051;
}

.creditos-cards {
  font-size: 1rem;
  font-family: "BwModelica-Medium";
}
.creditos-cards h2 {
  font-size: 1.4rem;
}
.creditos-cards .col:first-child .card {
  --bs-border-radius: 0.875rem;
  background-color: #b90051;
  color: #fff;
}
.creditos-cards .col:first-child .card .card-footer {
  background-color: #b90051;
}
.creditos-cards .col:last-child .card {
  --bs-border-radius: 0.875rem;
  background-color: #88003c;
  color: #fff;
}
.creditos-cards .col:last-child .card .card-footer {
  background-color: #67002d;
}
.creditos-cards .small {
  font-size: 0.7rem;
}

.frm_simulador .form-control {
  background-color: #f2f2f2;
  border-color: #f2f2f2;
  border-radius: 0;
  color: #616063;
  font-family: "BwModelica-Medium";
  text-align: center;
  border: 1px dashed #ccc;
}
.frm_simulador .form-control.is-invalid {
  border-color: var(--bs-form-invalid-border-color);
}
.frm_simulador .form-control:focus {
  border: 1px dashed #ccc;
  box-shadow: none;
}

.frm_registro .form-control, .frm_registro .form-select {
  color: #7c7b7e;
  background-color: #f2f2f2;
  font-family: "BwModelica-Medium";
  font-size: 0.88rem;
}
.frm_registro .form-check-label {
  font-size: 1rem;
}
.frm_registro a {
  color: #b90051;
  font-weight: bold;
}/*# sourceMappingURL=financiamiento-mixto.css.map */