:focus {
  outline: none;
}

.container.wrapper {
  padding-top: 2em;
}

.btn-primary:not(:disabled):not(.disabled),
.btn-primary:not(:disabled):not(.disabled),
.show > .btn-primary.dropdown-toggle {
  border: none;
  background: #1b5278;
  color: #ffffff;
  font-size: 20px;
  font-weight: 600;
  border-radius: 0;
}
.btn-primary:not(:disabled):not(.disabled):focus,
.btn-primary:not(:disabled):not(.disabled):focus,
.show > .btn-primary.dropdown-toggle:focus {
  box-shadow: none;
}

.row.mxn10 {
  margin-left: -10px;
  margin-right: -10px;
}
.row.mxn10 [class*=col-] {
  padding-left: 10px;
  padding-right: 10px;
}
.row.mxn10 .col-20 .col-sm {
  flex-basis: 20%;
}

#financeForm .row {
  margin-bottom: 15px;
}
#financeForm .row label {
  margin-bottom: 0;
}
#financeForm .row input[type=text] {
  text-align: right;
}

.finance-result .row {
  line-height: 2.5em;
  border-bottom: 1px solid #ddd;
  justify-content: space-between;
}
.finance-result .row:last-child {
  border-bottom: none;
  justify-content: flex-end;
}
.finance-result .result-value {
  font-weight: bold;
  color: #1b5278;
  text-align: right;
}
.finance-result button {
  margin-top: 1em;
  text-align: right;
}

#finance_institutes .col-sm {
  font-size: 14px;
}
#finance_institutes .col-sm:first-child .img-wrapper {
  background: transparent;
}
#finance_institutes .img-wrapper {
  opacity: 0.4;
  transition: opacity 0.3s ease-in-out;
  cursor: pointer;
  position: relative;
  height: 0;
  padding-top: 75%;
}
#finance_institutes .img-wrapper span {
  position: absolute;
  width: 100%;
  top: 50%;
  transform: translateY(-50%);
  color: #ffffff;
  text-align: center;
}
#finance_institutes .img-wrapper.active {
  opacity: 1;
}
#finance_institutes .col-sm {
  padding: 0 5px;
}
#finance_institutes .col-sm:first-child {
  padding-left: 15px;
}
#finance_institutes .col-sm:last-child {
  padding-right: 15px;
}

.label-subtitle {
  font-style: italic;
  margin-bottom: 0.5em;
}

.bank-images {
  display: flex;
}
.bank-images.col-sm {
  padding: 0 !important;
}

#finance_installmentValue {
  border: none;
  color: #f88400;
  font-size: 32px;
  font-weight: 700;
  background: transparent;
  text-align: right;
  padding: 0;
}

.ui-widget.ui-slider {
  background: #1b5278;
  border: 1px solid #333333;
  border-radius: 5px;
  cursor: pointer;
}
.ui-widget.ui-slider .ui-slider-handle {
  cursor: ew-resize;
  border-radius: 50%;
  width: 26px;
  height: 26px;
  top: 50%;
  transform: translateY(-50%);
  background: #f88400;
  border: 2px solid #ffffff;
  outline: none;
}

/*# sourceMappingURL=main.css.map */
