@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");
/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
.ls-10 {
  letter-spacing: 0.01em !important;
}

.ls-0 {
  letter-spacing: 0 !important;
}

.ls-n-10 {
  letter-spacing: -0.01em !important;
}

.ls-n-15 {
  letter-spacing: -0.015em !important;
}

.ls-n-20 {
  letter-spacing: -0.02em !important;
}

.ls-n-25 {
  letter-spacing: -0.025em !important;
}

.bg-gray {
  background-color: #747474 !important;
}

.bg-dark {
  background-color: #3a3a3a !important;
}

.bg-primary {
  background-color: #fff !important;
}

.bg-secondary {
  background-color: #f6f6f6 !important;
}

.text-dark {
  color: #3a3a3a !important;
}

.text-primary {
  color: #747474 !important;
}

.text-secondary {
  color: #3a3a3a !important;
}

.text-body {
  color: #747474 !important;
}

.font1 {
  font-family: "Montserrat", sans-serif !important;
}

.btn {
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  transition: all 200ms ease;
  display: inline-block;
  border-radius: 8px;
  padding: 0.5rem 1.5rem;
  font-weight: 600;
  text-align: center;
}
.btn.btn-primary {
  background-color: #2e296c;
  color: #fff;
  border: none;
}
.btn.btn-primary:hover {
  background-color: #393287;
}
.btn.btn-secondary {
  border-radius: 8px;
  color: #32338e;
  border-color: #2e296c;
}
.btn.btn-secondary:hover {
  background-color: #32338e;
  color: #fff;
}

.btn-hover-blue:hover {
  color: #32338e !important;
}

a.btn.disabled {
  pointer-events: auto;
  cursor: not-allowed;
}

.btn-flex {
  border: 1px solid #2e296c;
  color: #2e296c;
  font-size: 0.875rem;
}

.btn-left {
  color: #747474;
  font-size: 17px;
  font-weight: 600;
  margin-bottom: 3rem;
  display: inline-flex;
}

.btn-block {
  display: block;
  width: 100%;
  color: #fff;
  background: #2e296c;
  text-align: center;
  border-radius: 8px;
  padding: 0.65rem 2rem;
  font-size: 1.125rem;
  font-weight: 600;
}
.btn-block:hover {
  background-color: #393287;
  color: #fff;
}

.btn-blue-large {
  color: #fff;
  background: #2e296c;
  text-align: center;
  border-radius: 8px;
  padding: 0.65rem 8rem;
  font-size: 1.125rem;
  font-weight: 600;
}
.btn-blue-large:hover {
  color: #fff;
}

.btn-right {
  margin-top: 2rem;
  display: flex;
  margin-left: auto;
  width: fit-content;
}

.btn-blue {
  font-size: 0.875rem;
  background: transparent;
}

a.btn-blue {
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  text-align: center !important;
  width: 100%; /* optional: only if you want it to stretch like the "Solicitar refinanciamiento" */
}

.btn-celeste {
  color: #3a86cc;
  text-align: right;
  font-weight: 600;
  margin-top: 1rem;
}

.btn-celeste-sm {
  color: #3a86cc;
  font-weight: 600;
  font-size: 0.8125rem;
}

.btn-txt-blue {
  margin: 1rem 0;
  color: #32338e;
  font-weight: 600;
  display: block;
  font-size: 1.0625rem;
}

.btn-outline {
  border: 1px solid #2e296c;
  color: #2e296c;
  font-size: 0.875rem;
}
.btn-outline:hover {
  background-color: #32338e;
  color: #fff;
}

.btn.btn-xs {
  padding: 0.2em 0.5em;
  font-size: 0.85rem;
}

.btn.btn-sm {
  padding: 0.35em 1.45em;
  font-size: 1rem;
}

.btn.btn-md {
  padding: 0.5rem 2rem;
  font-size: 1.1rem;
}

.btn.btn-lg {
  padding: 0.65rem 2rem;
  font-size: 1.25rem;
}

.btn.btn-xl {
  padding: 1.125em 2.75em;
  font-size: 1.125em;
}

.btn-icon-left i {
  padding-right: 0.7rem;
}

.btn-icon-right i {
  padding-left: 0.7rem;
}

.btn-link {
  padding-top: 0;
  padding-bottom: 0;
  color: #3a86cc !important;
  letter-spacing: 0;
  font-weight: 600;
  text-decoration: none;
}
.btn-link:hover,
.btn-link:focus {
  opacity: 0.7;
  text-decoration: none;
  cursor: pointer;
}

.btn-volver {
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 1.5rem;
  color: #747474;
  letter-spacing: 0;
  font-weight: 600;
  text-decoration: none;
  background: transparent url("../images/grey-arrow-left.svg") left center
    no-repeat;
}
.btn-volver:hover,
.btn-volver:focus {
  opacity: 0.7;
  text-decoration: none;
  cursor: pointer;
}

.card {
  border-radius: 12px;
  /*box-shadow: 0px 0px 21px 0px rgba(0, 0, 0, 0.06);*/
  padding: 1.5rem;
}
.card.simple {
  box-shadow: none;
  border: none;
}

.card-padding {
  padding: 3rem;
}

.card-title h3 {
  color: #32338e;
  font-size: 1.3125rem;
  margin-bottom: 1.5rem;
}

.card-img-border {
  border: 1px solid #d4d4d4;
  border-radius: 12px;
  overflow: hidden;
  width: auto;
  height: auto;
  flex-shrink: 0;
}
.card-img-border img {
  width: 72px !important;
  height: 70px !important;
  max-width: none !important;
  max-height: none !important;
  object-fit: contain;
}

.card-flex {
  display: flex;
  flex-direction: row;
  margin-bottom: 0.5rem;
}
.card-flex figure {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0;
}
.card-flex .card-body {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-width: 0;
  padding: 0 0 0 1rem;
}
.card-flex .card-body p {
  font-size: 0.875rem;
  margin-bottom: 0.5rem;
}
.card-flex .card-body h3 {
  font-size: 1.125rem;
  margin-bottom: 0;
}

.card-flex-doble {
  height: 100%;
  display: flex;
  flex-direction: column;
  margin: 0 0.75rem;
  min-height: 260px;
}
.card-flex-doble .card-body p {
  font-size: 0.8125rem;
}
.card-flex-doble .card-body h3 {
  font-size: 0.9375rem;
}
.card-flex-doble .card-title {
  font-weight: 400;
}
.card-flex-doble .card-meta {
  display: flex;
  justify-content: space-between;
}
.card-flex-doble .card-meta p {
  font-size: 0.6875rem;
  margin-bottom: 0;
  color: #747474;
}
.card-flex-doble .card-meta.strong p {
  font-weight: 600;
  font-size: 0.875rem;
  color: #292929;
}
.card-flex-doble .progress-line {
  height: 8px;
  background: #d4d4d4;
  border-radius: 2px;
  margin: 0.5rem 0;
  border-radius: 3rem;
}
.card-flex-doble .progress-line .progress-bar {
  height: 100%;
  border-radius: 2px;
  margin: 0.5rem 0;
  border-radius: 3rem;
}

.card-black {
  position: relative;
  z-index: 10;
  background: #1c1941;
  margin-bottom: 0.5rem;
  display: flex;
  padding: 1rem;
}
.card-black:last-child {
  margin-bottom: 0;
}
.card-black figure {
  margin: 0 1rem 0 0;
  display: flex;
}
.card-black .card-flex {
  margin-bottom: 0;
}
.card-black p,
.card-black h2 {
  color: #fff;
}
.card-black p {
  font-size: 0.8125rem;
  margin-bottom: 0.5rem;
}
.card-black h2 {
  font-size: 1.125rem;
  margin-bottom: 0;
}

.card-link a {
  font-weight: 600;
  color: #2e296c;
  font-size: 1.125rem;
}
.card-link a:hover {
  color: #2e296c;
}

.card-gray {
  background: #f5f5f5;
  padding: 2rem;
  border-radius: 12px;
}
.card-gray.card-gray-mid-gap {
  gap: 1rem;
}
.card-gray div {
  flex: 1;
}
.card-gray div p {
  font-size: 0.8125rem;
}
.card-gray div .subtitle {
  margin-bottom: 0.3rem;
}
.card-gray div h2 {
  font-size: 1rem;
  font-weight: 600;
  margin-bottom: 1rem;
}
.card-gray div .btn-blue {
  color: #32338e;
  width: 100%;
  display: block;
}

.card-between {
  width: 100%;
  display: block;
}
.card-between div {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-bottom: 1rem;
}
.card-between div:last-child {
  margin-bottom: 0;
}
.card-between div p,
.card-between div h3 {
  font-size: 0.875rem;
  color: #292929;
  margin-bottom: 0;
}
.card-between div h3 {
  font-weight: 600;
}

.card-total {
  margin: 1rem 0 4rem;
  display: flex;
  justify-content: space-between;
}
.card-total h3,
.card-total h2 {
  font-size: 1.25rem;
  margin-bottom: 0;
  font-weight: 600;
}
.card-total h3 {
  color: #292929;
}
.card-total h2 {
  color: #32338e;
}

.card-check-container {
  margin-top: -0.5rem;
  margin-bottom: -0.5rem;
}

.card-check {
  border: 1px solid rgba(240, 237, 234, 0.8705882353);
  border-radius: 12px;
  padding: 1.5rem 1.5rem 1rem;
  height: 100%;
  position: relative;
  width: 100%;
  transition: border-color 0.3s ease;
  cursor: pointer;
}
.card-check img {
  margin-bottom: 1rem;
}
.card-check h3 {
  color: #292929;
  font-size: 14px;
  margin-bottom: 0.5rem;
}
.card-check p {
  color: #747474;
  font-size: 14px;
  margin-bottom: 0;
  font-weight: 400;
}
.card-check input[type="radio"] {
  display: none;
}
.card-check input[type="radio"]:checked + .check-circle {
  background-color: #48f482;
  border-color: #48f482;
}
.card-check input[type="radio"]:checked + .check-circle::after {
  opacity: 1;
}
.card-check input[type="radio"]:checked ~ .content {
  border-color: #48f482;
}
.card-check:has(input[type="radio"]:checked) {
  border-color: #48f482;
}
.card-check .check-circle {
  width: 20px;
  height: 20px;
  border: 2px solid #d4d4d4;
  border-radius: 50%;
  position: absolute;
  top: 1rem;
  right: 1rem;
  transition: all 0.3s ease;
}
.card-check .check-circle::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 8px;
  height: 8px;
  background-color: white;
  border-radius: 50%;
  opacity: 0;
  transition: opacity 0.3s ease;
}
.card-check .content {
  transition: border-color 0.3s ease;
}

.card-content-agregar {
  border: 1px solid rgba(240, 237, 234, 0.8705882353);
  border-radius: 12px;
  padding: 1.5rem 1.5rem 1rem;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: border-color 0.3s ease;
  cursor: pointer;
}
.card-content-agregar:hover {
  border-color: #48f482;
}
.card-content-agregar > div {
  text-align: center;
}
.card-content-agregar figure {
  margin-bottom: 1rem;
}

.card-cols .card-content .info-column {
  border-right: 1px solid #d4d4d4;
  padding-left: 2rem;
}
.card-cols .card-content .info-column:last-child {
  border-right: none;
}
.card-cols .card-content .info-column p {
  font-size: 0.8125rem;
  color: #292929;
  margin-bottom: 0.5rem;
}
.card-cols .card-content .info-column h3 {
  font-size: 1.0625rem;
  color: #292929;
  margin: 0;
  font-weight: 600;
}

.container .cards-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2rem;
}
.container .cards-grid .card {
  margin-bottom: 1.5rem;
  height: 100%;
  padding: 1.5rem;
}
.container .cards-grid .card a {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100%;
  text-align: center;
}
.container .cards-grid .card figure {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 80px;
  margin-bottom: 1rem;
}
.container .cards-grid .card figure img {
  max-height: 100%;
  width: auto;
  object-fit: contain;
}
.container .cards-grid .card h3 {
  font-size: 1rem;
  color: #292929;
  margin: 0;
}

.card-login .card-login-title {
  display: flex;
  align-items: center;
  margin-bottom: 2rem;
}
.card-login .card-login-title figure {
  margin: 0 0.8rem 0;
}
.card-login .card-login-title h3 {
  font-size: 1rem;
  color: #747474;
  font-weight: 400;
  margin-bottom: 0;
}
.card-login .card-login-title h2 {
  color: #3a86cc;
  font-size: 1.1875rem;
  font-weight: 600;
  margin-bottom: 0;
}
.card-login .card-login-body {
  background: #fff;
  padding: 1rem;
  border-radius: 12px;
  margin-bottom: 2rem;
}
.card-login .card-login-body a {
  display: flex;
  align-items: center;
  padding: 0.5rem;
  margin-bottom: 0.5rem;
}
.card-login .card-login-body a.active,
.card-login .card-login-body a:hover {
  background: #b6d2ef;
  border-bottom: none;
  border-radius: 5px;
}
.card-login .card-login-body a.active h2,
.card-login .card-login-body a:hover h2 {
  font-weight: 600;
}
.card-login .card-login-body a.borde {
  border-bottom: 1px solid #d4d4d4;
}
.card-login .card-login-body a img {
  margin: 0 0.5rem 0;
}
.card-login .card-login-body a h2 {
  font-size: 0.9375rem;
  color: #292929;
  margin-bottom: 0;
  font-weight: 400;
  display: inline-block;
  width: 100%;
}
.card-login .btn-outline {
  width: 100%;
  display: block;
  font-size: 1rem;
  font-weight: 600;
  color: #3a3a3a;
  border: 1px solid #d9d9d9;
}
.card-login .btn-outline:hover {
  color: #fff;
  background: #2e296c;
}

.empty-products {
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  padding: 2rem;
  border: 1px solid rgba(0, 0, 0, 0.175);
  border-radius: 12px;
  background-color: #fff;
}
.empty-products .ico {
  margin-bottom: 0;
  margin-right: 1.5rem;
}
.empty-products .ico img {
  width: 150px;
}
.empty-products h4 {
  font-size: 1.1rem;
  margin-bottom: 0.5rem;
}

.empty-list {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 2rem;
  border-radius: 12px;
  background-color: transparent;
  text-align: center;
}
.empty-list .ico {
  margin-bottom: 0;
  margin-bottom: 1rem;
}
.empty-list .ico img {
  width: 150px;
}
.empty-list h4 {
  font-size: 1.2rem;
  margin-bottom: 0.45rem;
}

.msg {
  padding: 2rem;
  border-radius: 12px;
  background-color: #f0eded;
  text-align: center;
}
.msg h4 {
  font-size: 1.1rem;
  margin-bottom: 0.5rem;
}
.msg p {
  font-size: 0.85rem;
  margin-bottom: 0;
}

@media (min-width: 1920px) {
  .container .cards-grid {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media (max-width: 1600px) {
  .container .cards-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 1200px) {
  .container .cards-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 768px) {
  .container .cards-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 576px) {
  .container .cards-grid {
    grid-template-columns: 1fr;
  }
}
form {
  margin-bottom: 0;
}

@media (max-width: 767px) {
  .empty-products {
    flex-direction: column;
    text-align: center;
    justify-content: center;
  }
  .empty-products .ico {
    margin-right: 0;
    margin-bottom: 1rem;
  }
}

.form-group {
  margin-bottom: 1rem;
}
.form-group .form-control,
.form-group .select-custom {
  margin-bottom: 0;
}
.form-group .form-control + .form-control {
  margin-top: 1rem;
}

.form-group-sm {
  max-width: 480px;
  margin-bottom: 0.9rem;
}

.form-control,
.form-select {
  height: 42px;
  margin-bottom: 1rem;
  transition: all 0.3s;
  border: 1px solid #d4d4d4;
  border-radius: 8px;
  background-color: #fff;
  color: #3a3a3a;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
}
.form-control:focus,
.form-select:focus {
  border-color: #3a3a3a;
  background-color: #fff;
  box-shadow: none;
}
.form-control::placeholder,
.form-select::placeholder {
  color: #747474;
  opacity: 1; /* Firefox */
}
.form-control::-ms-input-placeholder,
.form-select::-ms-input-placeholder {
  /* Edge 12 -18 */
  color: #cfcfcf;
}

.form-select {
  cursor: pointer;
}

.form-control-sm {
  height: 4.6rem;
  padding: 0.8rem 1.2rem;
}

select.form-control:not([size]):not([multiple]) {
  height: 6rem;
}

select.form-control-sm:not([size]):not([multiple]) {
  padding: 0;
  padding-left: 1.2rem;
  height: 3.7rem;
  font-size: 1.4rem;
  letter-spacing: -0.013em;
}

.main .form-control::-webkit-input-placeholder,
.main .form-control::-moz-placeholder,
.main .form-control:-ms-input-placeholder,
.main .form-control::-ms-input-placeholder,
.main .form-control::placeholder {
  font-family: "Montserrat", sans-serif;
}

textarea.form-control {
  padding-top: 0.8rem;
  min-height: 151px;
  border-color: #d4d4d4;
}

.form-check {
  cursor: pointer;
}
.form-check input,
.form-check label {
  cursor: pointer;
}

.forget-pass {
  font-weight: 400;
  line-height: 1.3;
  color: #3a86cc;
}

label {
  margin: 0 0 0.6rem;
  color: #3a3a3a;
  font-size: 0.9rem;
  font-weight: 600;
}

.required-field > label:after {
  margin: 0 0 0 0.45rem;
  color: #e02b27;
  font-size: 1.2rem;
  content: "*";
}

.required {
  color: #e02b27;
}
.required + .form-footer {
  margin-top: 0.8rem;
}

.select-custom {
  position: relative;
  margin-bottom: 1rem;
  background: #fff;
}
.select-custom select {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  position: relative;
  z-index: 1;
  background: transparent;
}
.select-custom select:focus {
  background: transparent;
}
@media (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .select-custom select::-ms-expand {
    display: none;
  }
  .select-custom select:focus::-ms-value {
    background: transparent;
    color: currentColor;
  }
}
.select-custom:after {
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 1.9rem;
  transform: translateY(-50%);
  font-family: "porto";
  font-size: 1.6rem;
  content: "\e81c";
  padding-bottom: 2px;
  font-weight: 400;
}
.select-custom .form-control,
.select-custom .form-control-sm {
  padding-right: 4rem;
}

.form-check-input:checked {
  background-color: #48f482;
  border-color: #48f482;
}

.form-control-tooltip {
  position: relative;
  padding-right: 4rem;
}
.form-control-tooltip .input-tooltip {
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  transition: all 0.3s;
  color: #777;
  font-size: 2.4rem;
}
.form-control-tooltip .input-tooltip:hover,
.form-control-tooltip .input-tooltip:focus {
  color: #000;
}

.form-input {
  padding: 1rem 1.2rem;
  border: 1px solid #ddd;
  border-radius: 2px;
}

.form-wide {
  width: 100%;
}

.segmentedInput-parent input[type="text"] {
  width: 64px;
  height: 64px;
  font-size: 2rem;
  text-align: center;
  margin: 0 5px;
  border-radius: 6px;
  border: 1px solid #d4d4d4;
}

.modal form {
  margin: 0;
}
.modal form .form-group {
  max-width: 480px;
}
.modal form .form-control {
  max-width: 100%;
}

.modal-body {
  padding: 1.5rem;
}

.modal-content {
  border-radius: 12px;
  box-shadow: 0 0 12px 2px rgba(0, 0, 0, 0.35);
}
.modal-content .login-pass {
  max-width: 250px;
}

.modal-dialog.modal-sm {
  max-width: 550px;
}

.modal-header,
.modal-footer {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  padding: 1.5rem;
  border: none;
}

.modal-footer {
  padding-top: 0;
}

.modal-header {
  flex-direction: column;
  padding-top: 2.5rem;
  padding-bottom: 0;
}
.modal-header .close,
.modal-header .btn-close {
  position: absolute;
  right: 2rem;
  top: 1.5rem;
}
.modal-header .modal-title {
  font-size: 1.75rem;
}

.close {
  font-size: 2.2rem;
}

#comisiones-modal .btn-close {
  position: absolute;
  right: 3rem;
}

@media (min-width: 576px) {
  .modal-content {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .modal-body {
    max-height: calc(100vh - 210px);
    padding-top: 2rem;
    overflow-y: auto;
  }
  .modal-header,
  .modal-footer,
  .modal-body {
    padding-right: 2em;
    padding-left: 2rem;
  }
}
.modal-header .btn-close {
  padding: 0;
  width: 32px;
  height: 32px;
}

@media (min-width: 992px) {
  .modal-dialog {
    max-width: 800px;
  }
  .modal-header,
  .modal-footer,
  .modal-body {
    padding-right: 3rem;
    padding-left: 3rem;
  }
}
@media (max-width: 479px) {
  .modal-open,
  .modal-open .modal {
    padding-right: 0 !important;
  }
}
html {
  overflow-x: hidden;
}

body {
  color: #747474;
  background-color: #fff;
  font-size: 100%;
  font-weight: 400;
  line-height: 1.3;
  font-family: "Montserrat", sans-serif;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}

::-moz-selection {
  background-color: #2e296c;
  color: #fff;
}

::selection {
  background-color: #2e296c;
  color: #fff;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  color: #3a3a3a;
  font-weight: 600;
  line-height: 1.35em;
  font-family: "Montserrat", sans-serif;
  margin-bottom: 1rem;
}

h1,
.h1 {
  font-size: 2.65rem;
  color: #2e296c;
  margin-bottom: 1.5rem;
}

h2,
.h2 {
  font-size: 1.95rem;
  color: #2e296c;
  margin-bottom: 1.75rem;
}

h3,
.h3 {
  font-size: 1.65rem;
  margin-bottom: 1.25rem;
}

h4,
.h4 {
  font-size: 1.35rem;
  line-height: 1.35;
}

h5,
.h5 {
  font-size: 1.1rem;
  line-height: 1.429;
}

h6,
.h6 {
  font-size: 1rem;
  line-height: 1.385;
  font-weight: 600;
}

a {
  transition: all 0.3s;
  color: #3a86cc;
  text-decoration: none;
}

a:hover,
a:focus {
  color: #3a86cc;
  text-decoration: none;
}

.heading {
  margin-bottom: 3rem;
  color: #3a3a3a;
}
.heading .title {
  margin-bottom: 1.6rem;
}
.heading p:last-child {
  margin-bottom: 0;
}

.light-title {
  margin-bottom: 2rem;
  font-weight: 300;
}

.text-green {
  color: #48f482;
}

.text-blue {
  color: #2e296c !important;
}

.text-grey {
  color: #747474;
}

.text-celeste {
  color: #3a86cc !important;
}

.text-black {
  color: #3a3a3a;
}

.section-title {
  text-transform: uppercase;
  font-size: 1.8rem;
}

.help-block.form-error {
  color: #e10111;
}

.section-sub-title {
  font-size: 1.1rem !important;
  color: #3a86cc;
  font-weight: 400;
  margin-bottom: 0.5rem;
}

.sb-0 {
  padding-bottom: 2rem;
}

.st-0 {
  padding-top: 2rem;
}

.sy-0 {
  padding-bottom: 2rem;
  padding-top: 2rem;
}

.sb-1 {
  padding-bottom: 4rem;
}

.st-1 {
  padding-top: 4rem;
}

.sy-1 {
  padding-bottom: 4rem;
  padding-top: 4rem;
}

.sb-2 {
  padding-bottom: 6rem;
}

.st-2 {
  padding-top: 6rem;
}

.sy-2 {
  padding-bottom: 6rem;
  padding-top: 6rem;
}

.sb-3 {
  padding-bottom: 8rem;
}

.st-3 {
  padding-top: 8rem;
}

.sy-3 {
  padding-bottom: 8rem;
  padding-top: 8rem;
}

ul,
ol {
  margin: 0 0 2.25rem;
  padding: 0;
  list-style: none;
}

b,
strong {
  font-weight: 700;
}

em,
i {
  font-style: italic;
}

hr {
  max-width: 1730px;
  margin: 5.5rem auto 5.2rem;
  border: 0;
  border-top: 1px solid #e7e7e7;
}

sub,
sup {
  font-size: 70%;
}

sup {
  font-size: 50%;
}

sub {
  bottom: -0.25em;
}

button:focus {
  outline: none;
}

.lista {
  padding-left: 1rem;
  list-style: disc;
}
.lista li {
  padding-bottom: 0.35rem;
}

.lista-check {
  display: block;
}
.lista-check li {
  display: inline-block;
  padding-left: 2rem;
  background: transparent url("../images/check-naranja.png") left top no-repeat;
  background-size: 20px auto;
  margin-bottom: 1rem;
}

.order-list {
  list-style: order-list;
  padding-left: 1rem;
}
.order-list > li {
  list-style: order-list;
  padding-bottom: 1rem;
}
.order-list > li::marker {
  font-weight: bold;
  color: #3a3a3a;
}

.list-icons {
  display: block;
}
.list-icons li {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.list-icons li .ico {
  margin-bottom: 0;
  margin-right: 1rem;
  max-width: 45px;
  flex-shrink: 0;
}
.list-icons li p {
  margin-bottom: 0;
  font-size: 0.95rem;
}

.alert {
  font-size: 0.9rem;
  line-height: 1.2em;
}

@media (max-width: 767px) {
  h1 {
    font-size: 2.05rem;
  }
  h2 {
    font-size: 1.8rem;
  }
  .sb-0 {
    padding-bottom: 1rem;
  }
  .st-0 {
    padding-top: 1rem;
  }
  .sy-0 {
    padding-bottom: 1rem;
    padding-top: 1rem;
  }
  .sb-1 {
    padding-bottom: 3rem;
  }
  .st-1 {
    padding-top: 3rem;
  }
  .sy-1 {
    padding-bottom: 3rem;
    padding-top: 3rem;
  }
  .sb-2 {
    padding-bottom: 4rem;
  }
  .st-2 {
    padding-top: 4rem;
  }
  .sy-2 {
    padding-bottom: 4rem;
    padding-top: 4rem;
  }
  .sb-3 {
    padding-bottom: 6rem;
  }
  .st-3 {
    padding-top: 6rem;
  }
  .sy-3 {
    padding-bottom: 6rem;
    padding-top: 6rem;
  }
  body {
    overflow-x: hidden;
  }
}
.row-sm {
  margin-left: -6px;
  margin-right: -6px;
}
.row-sm > [class*="col-"] {
  padding-left: 6px;
  padding-right: 6px;
}

.row-joined {
  margin-left: 0;
  margin-right: 0;
}
.row-joined > [class*="col-"] {
  padding-left: 0;
  padding-right: 0;
}

.gutter-sm {
  margin-left: -10px;
  margin-right: -10px;
}
.gutter-sm > * {
  padding-left: 10px;
  padding-right: 10px;
}

.gutter-xl {
  margin-left: -50px;
  margin-right: -50px;
}
.gutter-xl > * {
  padding-left: 50px;
  padding-right: 50px;
}

.bg-check {
  background: #f6f6f6 url("../images/bg-check.jpg") center top no-repeat;
}

.bg-light {
  background-color: #f6f6f6 !important;
}

.bg-blue-gradient {
  background: linear-gradient(60deg, #0a4068 0%, #106bad 100%);
  color: #cbd7e4;
}
.bg-blue-gradient h1,
.bg-blue-gradient h2,
.bg-blue-gradient h3,
.bg-blue-gradient h4 {
  color: #fff;
}

.bg-gris {
  background: #f6f6f6;
}

.bg-blanco {
  background: #fff;
}

.bg-azul-oscuro {
  background: #2e296c;
}

.header-transparent #header {
  position: absolute;
  left: 0;
  right: 0;
}

#content-container {
  min-height: calc(100vh - 85px);
}

p.two-columns {
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
}

.side-nav {
  position: relative;
}
.side-nav .side-nav-container {
  position: sticky;
  top: 1rem;
  background-color: #f6f6f6;
  padding: 1rem 1.5rem;
  border-radius: 12px;
}
.side-nav .side-nav-container .nav-container {
  display: block;
  list-style: none;
  list-style-type: none;
  margin: 0;
}
.side-nav .side-nav-container .nav-container .nav-link {
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  transition: all 200ms ease;
  display: block;
  padding: 1.25rem 0;
  padding-right: 2rem;
  font-weight: 400;
  font-size: 1.1rem;
  color: #3a3a3a;
  background-image: url("../images/arrow-right-simple.svg");
  background-repeat: no-repeat;
  background-position: right center;
  background-size: auto 13px;
}
.side-nav .side-nav-container .nav-container .nav-link:hover {
  color: #3a86cc;
}
.side-nav .side-nav-container .nav-container li {
  display: block;
  border-bottom: 1px solid #d4d4d4;
}
.side-nav .side-nav-container .nav-container li:last-child {
  border: none;
}

.separador {
  border-bottom: 1px solid #dfdfdf;
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.precio-titulo {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  max-width: 400px;
  width: 90%;
  margin: 0 auto;
}
.precio-titulo h3 {
  font-size: 1.125rem;
  margin-bottom: 0.3rem;
  font-weight: 400;
}
.precio-titulo h2 {
  font-size: 2rem;
}
.precio-titulo p {
  font-size: 0.8125rem;
  margin-bottom: 0.5rem;
}
.precio-titulo strong {
  font-size: 1rem;
}

.progress-bar {
  width: 100%;
  height: 8px;
  background: rgba(255, 255, 255, 0.2);
  margin: 1.5rem 0;
  border-radius: 2px;
}
.progress-bar .progress {
  display: block;
  height: 100%;
  background: #f19106;
  border-radius: 2px;
  transition: width 0.3s ease;
}

.card-slider strong,
.slider-productos-dobles strong {
  color: #232368;
}
.card-slider .slick-dots,
.slider-productos-dobles .slick-dots {
  bottom: -34px;
}
.card-slider .slick-dots li button:before,
.slider-productos-dobles .slick-dots li button:before {
  color: #cfcfcf;
  opacity: 0.5;
  font-size: 2.8125rem;
}
.card-slider .slick-dots li.slick-active button:before,
.slider-productos-dobles .slick-dots li.slick-active button:before {
  color: #3a86cc;
  opacity: 1;
}
.card-slider h3,
.slider-productos-dobles h3 {
  font-size: 1.25rem;
  color: #32338e;
  margin-bottom: 1.5rem;
}
.card-slider .slider-productos .item,
.slider-productos-dobles .slider-productos .item {
  height: 100%;
  margin: 0 0.5rem;
}
.card-slider .slider-productos .item figure,
.slider-productos-dobles .slider-productos .item figure {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1rem;
  border: 1px solid #d9d9d9;
  border-radius: 12px;
  overflow: hidden;
}
.card-slider .slider-productos .item figure img,
.slider-productos-dobles .slider-productos .item figure img {
  width: 100%;
  height: auto;
  object-fit: contain;
}
.card-slider .slider-productos .item p,
.slider-productos-dobles .slider-productos .item p {
  font-size: 0.75rem;
  line-height: 1.4;
  margin-bottom: 0.5rem;
  display: -webkit-box;
  color: #292929;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.card-slider .slider-productos .item span,
.slider-productos-dobles .slider-productos .item span {
  display: block;
  color: #2e296c;
}

footer {
  padding: 2rem 0;
  border-top: 1px solid #d9d9d9;
  background: #fff;
}
footer div {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
footer div p {
  font-size: 0.875rem;
  color: #747474;
  margin-bottom: 0;
}
footer div ul {
  display: flex;
  align-items: center;
  margin-bottom: 0;
}
footer div ul li {
  display: flex;
  align-items: center;
}
footer div ul li:not(:last-child):after {
  content: "•";
  margin-left: 0.3rem;
  margin-right: 0.3rem;
  color: #747474;
}
footer div ul li a {
  font-size: 0.875rem;
  color: #292929;
}

.titulo-flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 1.75rem;
}
.titulo-flex h2 {
  font-size: 1.75rem;
  margin-bottom: 0;
  color: #32338e;
}
.titulo-flex h2.mid-title {
  font-size: 1.4375rem;
}
.titulo-flex a {
  font-size: 0.9375rem;
}

.titulo-block {
  display: block;
}
.titulo-block h2 {
  font-size: 1.75rem;
  color: #32338e;
  margin-bottom: 0.5rem;
}
.titulo-block h3 {
  font-size: 1rem;
  margin-bottom: 2rem;
  font-weight: 400;
}

.table-transacciones.table {
  margin-bottom: 0;
}
.table-transacciones.table thead tr {
  display: flex;
  width: 100%;
}
.table-transacciones.table thead th {
  flex: 1;
  font-size: 0.875rem;
  color: #747474;
  font-weight: 600;
  padding: 0 1rem 1.5rem 0;
  border-bottom: 1px solid #d9d9d9;
}
.table-transacciones.table tbody tr {
  display: flex;
  width: 100%;
  border-bottom: 1px solid rgba(240, 237, 234, 0.8705882353);
}
.table-transacciones.table tbody tr td {
  flex: 1;
  padding: 1.5rem 1rem;
  align-items: center;
  display: flex;
}
.table-transacciones.table tbody tr td.td-large {
  display: flex;
  flex-grow: 2;
}
.table-transacciones.table tbody tr:last-child {
  border-bottom: transparent;
}
.table-transacciones.table tbody tr .btn {
  font-size: 0.875rem;
}
.table-transacciones.table .transaccion-title {
  display: flex;
  align-items: center;
  height: 100%;
}
.table-transacciones.table .transaccion-title h3 {
  font-size: 1.0625rem;
  margin-bottom: 0;
}
.table-transacciones .transaccion-flex {
  display: flex;
  align-items: flex-start;
  gap: 0.5rem;
}
.table-transacciones .transaccion-flex figure {
  margin: 0 0.5rem 0;
}
.table-transacciones .transaccion-flex .transaccion-content h3 {
  font-size: 1.0625rem;
  margin-bottom: 0.25rem;
}
.table-transacciones .transaccion-flex .transaccion-content p {
  font-size: 0.875rem;
  margin-bottom: 0;
}
.table-transacciones .concepto,
.table-transacciones .fecha {
  font-size: 1rem;
}
.table-transacciones .concepto img {
  margin-right: 0.5rem;
}
.table-transacciones .monto {
  font-size: 1.0625rem;
  color: #32338e;
  font-weight: 600;
}
.table-transacciones .descripcion .titulo {
  font-size: 0.75rem;
  color: #747474;
  margin-bottom: 0;
}
.table-transacciones .descripcion .fecha {
  font-size: 1rem;
  margin-bottom: 0;
}
.table-transacciones .btn {
  background: transparent;
}
.table-transacciones .ico {
  display: flex;
  justify-content: end;
}

.table-ico tbody tr:last-child {
  display: flex;
  justify-content: flex-end;
  align-items: end;
}
.table-ico tbody tr:last-child .ico {
  margin-left: auto;
}

.table-rounded-content {
  border: 1px solid rgba(240, 237, 234, 0.8705882353);
  border-radius: 12px;
  padding: 0rem 1rem;
  margin-bottom: 0.5rem;
}
.table-rounded-content .table-mid-padding tbody tr td {
  padding: 0.8rem 1rem;
}

.table-historial thead tr th {
  flex: 1;
  display: flex;
}
.table-historial thead tr th:first-child {
  flex: 2.5;
}
.table-historial tbody tr td {
  flex: 1;
  vertical-align: middle;
  display: flex;
  align-items: center;
}
.table-historial tbody tr td:first-child {
  flex: 2.5;
  padding-left: 0;
}
.table-historial tbody tr td:last-child {
  justify-content: flex-end;
}

.content-flex-cuotas .slider-compra {
  margin-bottom: 2rem;
}
.content-flex-cuotas .slider-compra .slick-dots {
  bottom: -20px;
}
.content-flex-cuotas .slider-compra .slick-dots li {
  margin: 0;
}
.content-flex-cuotas .slider-compra .slick-dots li button:before {
  color: #cfcfcf;
  opacity: 0.5;
  font-size: 2.8125rem;
}
.content-flex-cuotas .slider-compra .slick-dots li.slick-active button:before {
  color: #3a86cc;
  opacity: 1;
}

.content-flex-cuotas figure {
  margin: 0 2rem 0;
}
.content-flex-cuotas figure.img-margin {
  margin-left: 0;
}
.content-flex-cuotas .text h3 {
  color: #292929;
  font-size: 1.5rem;
  margin-bottom: 1rem;
  font-weight: 400;
}
.content-flex-cuotas .text h2 {
  font-size: 0.8125rem;
  color: #9a9a9a;
}
.content-flex-cuotas .text h2 strong {
  font-size: 1.5rem;
  color: #32338e;
}

.cuotas-progress {
  margin-bottom: 2rem;
}
.cuotas-progress .cuotas-info {
  display: flex;
  justify-content: space-between;
  margin-bottom: 0.5rem;
}
.cuotas-progress .cuotas-info p {
  font-size: 0.8125rem;
  color: #747474;
  margin-bottom: 0;
}
.cuotas-progress .progress-bar {
  width: 100%;
  height: 8px;
  background: rgba(240, 237, 234, 0.8705882353);
  margin: 0.5rem 0;
  border-radius: 5px;
}
.cuotas-progress .progress-bar .progress {
  display: block;
  height: 100%;
  background: linear-gradient(to right, #32338e, #009fe3);
  border-radius: 5px;
  transition: width 0.3s ease;
}
.cuotas-progress .cuotas-valores {
  display: flex;
  justify-content: space-between;
  margin-top: 0.5rem;
  font-weight: 600;
}
.cuotas-progress .cuotas-valores p {
  font-size: 1rem;
  color: #292929;
  margin-bottom: 0;
}

.resumen h2 {
  color: #32338e;
  margin-bottom: 2rem;
  font-size: 1.3125rem;
}
.resumen .card {
  background: #f5f5f5;
  box-shadow: none;
  padding: 1rem 1.35rem;
  border: none;
}
.resumen .card .card-content {
  margin-bottom: 0.75rem;
}
.resumen .card .card-content div {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.resumen .card .card-content div p,
.resumen .card .card-content div h3 {
  font-size: 0.875rem;
  margin-bottom: 0;
}
.resumen .card .card-content:last-child {
  margin-bottom: 0;
}
.resumen .total {
  display: flex;
  justify-content: space-between;
  margin: 1rem 0 2rem;
  padding: 1rem 1.35rem;
  padding-bottom: 0;
}
.resumen .total h2 {
  font-weight: 600;
  font-size: 1.125rem;
  color: #292929;
}
.resumen .total .precio {
  color: #32338e;
}

.detalle-pago {
  background: linear-gradient(to right, #32338e, #009fe3);
  padding: 15rem 0;
}
.detalle-pago .container > div {
  width: 60%;
  margin: 0 auto;
  text-align: center;
}
.detalle-pago img {
  margin-bottom: 2rem;
}
.detalle-pago h2 {
  color: #fff;
  font-size: 2.25rem;
  font-weight: 600;
  margin-bottom: 2rem;
}
.detalle-pago .card {
  text-align: left;
  background: #fff;
  padding: 2rem;
  border-radius: 12px;
}
.detalle-pago .card.card-cols .card-content {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}
.detalle-pago .card.card-cols .card-content .info-column {
  flex: 1;
  padding-right: 1rem;
  border-right: 1px solid #d4d4d4;
  padding-left: 0;
}
.detalle-pago .card.card-cols .card-content .info-column:last-child {
  border-right: none;
}
.detalle-pago .card.card-cols .card-content .info-column p {
  font-size: 0.8125rem;
  color: #292929;
  margin-bottom: 0.5rem;
}
.detalle-pago .card.card-cols .card-content .info-column h3 {
  font-size: 1.0625rem;
  color: #292929;
  margin: 0;
  font-weight: 600;
}

.badge-proceso,
.badge-aprobado {
  font-size: 0.9rem;
  font-weight: 600;
}
.badge-proceso {
  /*background: $gris-linea;*/
  color: #747474;
}
.badge-aprobado {
  /*background: $verde;*/
  color: #48f482;
}

#detalleModal .modal-header .btn-close,
#historialModal .modal-header .btn-close,
#aumentoModal .modal-header .btn-close {
  --bs-btn-close-bg: none !important;
}

.modal-solicitud .badge-proceso {
  font-size: 0.8125rem;
  margin-bottom: 0.8rem;
}
.modal-solicitud h2 {
  font-size: 1.75rem;
  color: #32338e;
  margin-bottom: 2rem;
}
.modal-solicitud .card-gray {
  margin-bottom: 1.5rem;
  padding: 1rem 2rem;
  gap: 0;
}
.modal-solicitud .card-gray div {
  flex: auto;
  margin-bottom: 1rem;
}
.modal-solicitud .card-gray div:last-child {
  margin-bottom: 0;
}
.modal-solicitud h3 {
  font-size: 1rem;
  color: #3a3a3a;
  margin-bottom: 0.5rem;
}
.modal-solicitud p {
  font-size: 0.875rem;
  color: #3a3a3a;
  margin-bottom: 0.3rem;
}
.modal-solicitud p.obs {
  color: #747474;
  margin-bottom: 0;
}
.modal-solicitud .aviso {
  background: #e8f0fd;
  display: flex;
  align-items: flex-start;
  border-radius: 12px;
  padding: 1rem;
  margin-top: 1.6rem;
}
.modal-solicitud .aviso p {
  font-size: 0.875rem;
  margin-bottom: 0;
  color: #617ca9;
  margin-left: 0.8rem;
}

.modal-historial .title-txt h3 {
  font-size: 0.875rem;
  color: #3a86cc;
  font-weight: 400;
  margin: 0;
}
.modal-historial .title-txt h2 {
  margin-bottom: 0.5rem;
}
.modal-historial .title-txt p {
  font-size: 1rem;
  color: #747474;
}
.modal-historial .subtitle {
  margin: 2rem 0 0.5rem;
  font-size: 1.125rem;
}
.modal-historial .btn {
  font-size: 1rem;
  float: right;
}

.modal-aumento h2 {
  font-size: 22px;
  margin-bottom: 0.5rem;
}
.modal-aumento .descripcion {
  font-size: 0.8125rem;
  margin-bottom: 1.3rem;
  color: #747474;
}
.modal-aumento form textarea {
  width: 100%;
  border-radius: 12px;
  border: 1px solid rgba(240, 237, 234, 0.8705882353);
  height: 105px;
}
.modal-aumento .aviso,
.modal-aumento .btn {
  margin-bottom: 1.2rem;
}
.modal-aumento .aviso p {
  font-size: 0.75rem;
}
.modal-aumento .subtitle {
  font-size: 0.875rem;
}
.modal-aumento .content-rango {
  margin-bottom: 1rem;
}
.modal-aumento .content-rango h3 {
  font-size: 0.875rem;
}
.modal-aumento .content-rango h2 {
  color: #f19106;
  font-size: 1.75rem;
  margin-bottom: 1rem;
}
.modal-aumento .content-rango .form-range {
  width: 100%;
  height: 8px;
  margin: 1rem 0;
  -webkit-appearance: none;
  background: rgba(240, 237, 234, 0.8705882353);
  border-radius: 5px;
}
.modal-aumento .content-rango .form-range::-webkit-slider-runnable-track {
  background: linear-gradient(
    to right,
    #f19106 0%,
    #f19106 var(--range-progress),
    rgba(240, 237, 234, 0.8705882353) var(--range-progress),
    rgba(240, 237, 234, 0.8705882353) 100%
  );
  border-radius: 5px;
  height: 8px;
}
.modal-aumento .content-rango .form-range::-webkit-slider-thumb {
  -webkit-appearance: none;
  width: 20px;
  height: 20px;
  background: #f19106;
  border-radius: 50%;
  cursor: pointer;
  margin-top: -6px;
}
.modal-aumento .content-rango .form-range::-moz-range-track {
  background: linear-gradient(
    to right,
    #f19106 0%,
    #f19106 var(--range-progress),
    rgba(240, 237, 234, 0.8705882353) var(--range-progress),
    rgba(240, 237, 234, 0.8705882353) 100%
  );
  border-radius: 5px;
  height: 8px;
}
.modal-aumento .content-rango .form-range::-moz-range-thumb {
  width: 20px;
  height: 20px;
  background: #f19106;
  border-radius: 50%;
  cursor: pointer;
  border: none;
}

.search-input {
  position: relative;
  width: 50%;
}
.search-input input {
  width: 100%;
  padding: 1rem 2rem;
  border: 1px solid #d4d4d4;
  border-radius: 12px;
  padding-right: 2.5rem;
}
.search-input input::placeholder {
  color: #747474;
}
.search-input::after {
  content: "";
  position: absolute;
  right: 2rem;
  top: 50%;
  transform: translateY(-50%);
  width: 1.25rem;
  height: 1.25rem;
  background: url("../images/lupa-gris.svg") no-repeat center;
  background-size: contain;
  pointer-events: none;
}

.shadow-soft {
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1019607843);
  border: transparent;
}

.border-soft {
  border: 1px solid rgba(240, 237, 234, 0.8705882353);
  box-shadow: none;
}

.lista-check-aside li {
  display: flex;
  margin-bottom: 1.5rem;
  align-items: center;
}
.lista-check-aside li .circle {
  margin-right: 1rem;
  border: 1px solid #fff;
  border-radius: 50%;
  color: #fff;
  padding: 0.3rem 0.7rem;
}
.lista-check-aside li .circle-active {
  background: #fff;
  color: #2e296c;
  font-weight: 600;
}
.lista-check-aside li img {
  margin-right: 1rem;
}
.lista-check-aside li h2 {
  font-size: 1rem;
  color: #fff;
  font-weight: 400;
}
.lista-check-aside li h2:last-child {
  margin-bottom: 0;
}

.form-datos div {
  margin-bottom: 1rem;
}
.form-datos div label {
  font-size: 0.875rem;
  color: #3a3a3a;
  width: 100%;
}
.form-datos div input:disabled {
  background: rgba(240, 237, 234, 0.8705882353);
}
.form-datos .btn-right {
  border: none;
  margin-top: 0;
}

#login #compras-cuotas .block-right {
  padding: 10rem 4rem 5rem;
}

.nav.nav-pills .nav-link {
  border-radius: 2rem;
  border: 1px solid #d4d4d4;
  color: #232368;
  font-weight: 600;
  font-size: 0.85rem;
  margin-right: 0.5rem;
}
.nav.nav-pills .nav-link.active {
  background-color: #232368;
  border-color: #232368;
  color: #fff;
}

#historialTabsContent {
  padding-top: 1.5rem;
}

.filter-historial {
  border-radius: 12px;
  background: #f6f6f6;
  padding: 1rem 1.5rem;
  margin-bottom: 1.5rem;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.filter-historial label {
  margin-bottom: 0;
  margin-right: 1rem;
}
.filter-historial .form-select {
  width: auto;
  min-width: 180px;
  margin: 0;
}

.notificaciones-list div:first-child {
  border-bottom: 1px solid #d4d4d4;
  margin-bottom: 0.5rem;
}
.notificaciones-list h2 {
  font-size: 0.875rem;
  color: #32338e;
  font-weight: 600;
  padding: 0 1rem;
  margin-bottom: 0;
}
.notificaciones-list h2 .badge {
  background: #f19106;
  color: #fff;
  border-radius: 100%;
}
.notificaciones-list h3 {
  font-size: 1.25rem;
  color: #32338e;
  margin-bottom: 0.5rem;
}
.notificaciones-list a {
  padding: 1rem;
  border: 1px solid #d4d4d4;
  border-radius: 12px;
  display: flex;
  align-items: center;
  background-color: #fff;
}
.notificaciones-list a figure {
  margin: 0 1rem 0;
}
.notificaciones-list a figure img {
  width: 34px;
  height: auto;
}
.notificaciones-list a h3 {
  font-size: 1rem;
  margin-bottom: 0.25rem;
}
.notificaciones-list a p {
  font-size: 0.85rem;
  color: #747474;
  margin-bottom: 0;
}

@media (max-width: 767px) {
  .detalle-pago .container > div {
    width: 100%;
  }
  .search-input {
    width: 100%;
  }
}
@media (max-width: 991px) {
  #login #compras-cuotas .block-right {
    padding: 7rem 3rem 5rem;
  }
  #login #compras-cuotas .block-left {
    padding: 3rem 3rem 5rem;
  }
  #login .btn-right {
    width: 100%;
  }
}
#header-onboarding .container {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
#header-onboarding .container .logo {
  display: block;
  height: auto;
  width: 110px;
}

#header {
  background-color: #fff;
  border-bottom: 1px solid #d4d4d4;
}
#header .navbar-brand {
  display: inline-block;
  background-image: url("../images/logo-pagopar.svg");
  background-position: center center;
  background-repeat: no-repeat;
  width: 135px;
  height: 35px;
  padding: 0;
  margin-bottom: 0.35rem;
  margin-top: 0.35rem;
}
#header .collapse {
  flex-grow: 0;
}
#header .navbar-nav > li > .nav-link {
  color: #3a3a3a;
  font-weight: 400;
  font-size: 0.95rem;
}
#header .login {
  border-radius: 3rem;
  padding: 0.35rem 1rem;
  font-weight: 700;
  font-size: 0.85rem;
  color: #3a3a3a;
  border-color: #d4d4d4;
  margin-left: 0.5rem;
}
#header .btn.registrarse {
  border-radius: 3rem;
  padding: 0.35rem 1rem;
  background-color: #2e296c;
  font-size: 0.85rem;
  color: #fff;
  margin-left: 0.5rem;
}
#header .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
}
#header .dropdown-menu li {
  flex-grow: 1;
  margin-bottom: 0.5rem;
}
#header .dropdown-menu .dropdown-item {
  display: flex;
  align-items: center;
}
#header .dropdown-menu .dropdown-item .ico {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 0.5rem;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  background-color: transparent;
  text-align: center;
  flex-shrink: 0;
}
#header .dropdown-menu .dropdown-item .ico img {
  max-width: 80%;
  max-height: 80%;
}
#header .dropdown-menu .dropdown-item .desc small {
  display: block;
  font-size: 0.85rem;
  color: #747474;
}
#header .dropdown-menu.show {
  display: flex;
}

.header-transparent #header {
  background-color: transparent !important;
  border: none !important;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  z-index: 20;
}
.header-transparent #header .navbar-brand {
  background-image: url("../images/logo-pagopar-blanco.svg");
}

@media (min-width: 991px) {
  .header-transparent #header .navbar-nav > li > .nav-link {
    color: #fff;
  }
  .header-transparent #header .login {
    color: #fff;
    border-color: #fff;
  }
  .header-transparent #header .btn.registrarse {
    background-color: #fff;
    color: #2e296c;
  }
}
@media (max-width: 991px) {
  #header #navbarNav {
    position: relative;
    background-color: #fff;
    border-radius: 8px;
    padding: 1rem;
    z-index: 20;
  }
  #header #navbarNav .btn {
    min-width: 275px;
    margin-top: 0.5rem;
    margin-left: 0;
  }
  #header #navbarNav .dropdown-menu {
    width: 100%;
    flex-direction: column;
  }
  #header #navbarNav .dropdown-menu li {
    width: 100%;
  }
  #header #navbarNav .dropdown-menu li a {
    font-size: 0.95rem;
  }
  .header-transparent #header .navbar-toggler {
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    transition: all 200ms ease;
    border-color: #fff;
  }
  .header-transparent #header .navbar-toggler .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(255, 255, 255, 1)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") !important;
  }
  .header-transparent #header .navbar-toggler:focus {
    box-shadow: none;
    background-color: rgba(255, 255, 255, 0.4);
  }
}
.main-header {
  position: absolute;
  width: 100%;
  z-index: 100;
  padding: 0.75rem 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.main-header .navbar {
  padding: 0;
}
.main-header .navbar > .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.main-header .logo img {
  max-height: 40px;
}
@media (max-width: 991px) {
  .main-header .logo img {
    max-height: 32px;
  }
}
.main-header .main-nav {
  justify-content: center;
}
.main-header .main-nav .navbar-nav {
  display: flex;
  gap: 1rem;
  margin: 0;
  padding: 0;
  list-style: none;
}
.main-header .main-nav .navbar-nav a {
  position: relative;
  bottom: -12px;
  font-size: 0.875rem;
  color: white;
  text-decoration: none;
  padding-bottom: 1.5rem;
  position: relative;
}
.main-header .main-nav .navbar-nav a::after {
  content: "";
  position: absolute;
  bottom: 0rem;
  left: 0;
  width: 100%;
  height: 4px;
  background-color: #f19106;
  opacity: 0;
  transition: opacity 0.3s ease;
}
/* .main-header .main-nav .navbar-nav a:hover {
  color: rgba(255, 255, 255, 0.8);
} */
.main-header .main-nav .navbar-nav a:hover::after {
  opacity: 1;
  background: #f19106;
}

.header-actions {
  align-items: center;
  gap: 1.5rem;
  color: white;
}
.header-actions .notifications-dropdown,
.header-actions .user-dropdown {
  position: relative;
}
.header-actions .notifications-dropdown button,
.header-actions .user-dropdown button {
  background: none;
  border: none;
  color: white;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.header-actions .notifications-dropdown button div,
.header-actions .user-dropdown button div {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  text-align: left;
}
.header-actions .notifications-dropdown button > div > span,
.header-actions .user-dropdown button > div > span {
  font-size: 0.85rem;
}
.header-actions .notifications-dropdown button h3,
.header-actions .user-dropdown button h3 {
  color: #3a86cc;
  font-size: 1rem;
  margin-bottom: 0;
}
.header-actions .notification-badge {
  position: absolute;
  top: -5px;
  right: -5px;
  background-color: #f19106;
  color: white;
  border-radius: 50%;
  padding: 2px 6px;
  font-size: 0.75rem;
}
.header-actions .dropdown-content {
  display: none;
  position: absolute;
  top: 100%;
  right: 0;
  background-color: white;
  min-width: 200px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
}
.header-actions .dropdown-content.show {
  display: block;
}
.header-actions .notifications-dropdown {
  padding: 0;
}
.header-actions .notifications-dropdown .dropdown-content {
  padding: 0;
}
.header-actions .notifications-dropdown .dropdown-content.show {
  padding: 1rem 0;
  border-radius: 8px;
  overflow: hidden;
  margin-top: 18px;
  padding-bottom: 0;
}
.header-actions .notifications-dropdown .dropdown-content .card div {
  border: none;
}
.header-actions
  .notifications-dropdown
  .dropdown-content
  .card
  div:first-child {
  border-bottom: 1px solid #d4d4d4;
  margin-bottom: 0.5rem;
}
.header-actions .notifications-dropdown .dropdown-content .card h2 {
  font-size: 0.875rem;
  color: #32338e;
  font-weight: 600;
  padding: 0 1rem;
  margin-bottom: 0;
}
.header-actions .notifications-dropdown .dropdown-content .card h2 .badge {
  background: #f19106;
  color: #fff;
  border-radius: 100%;
}
.header-actions .notifications-dropdown .dropdown-content .card a {
  display: flex;
  padding: 0.5rem;
}
.header-actions .notifications-dropdown .dropdown-content .card a figure {
  margin: 0 0.5rem 0;
}
.header-actions .notifications-dropdown .dropdown-content .card a h3 {
  font-size: 0.75rem;
  margin-bottom: 0.25rem;
}
.header-actions .notifications-dropdown .dropdown-content .card a p {
  font-size: 0.625rem;
  color: #747474;
  margin-bottom: 0;
}

.header-actions .notifications-dropdown .dropdown-content .card .card-footer {
  border-top: 1px solid rgb(212, 212, 212);
  background-color: #f6f6f6;
  padding-bottom: 0.75rem;
}
.header-actions .notifications-dropdown .dropdown-content .card .card-footer a {
  display: block;
  padding: 0;
  font-weight: 600;
  font-size: 0.85rem;
  text-align: left;
}

.user-dropdown .dropdown-content,
.notifications-dropdown .dropdown-content {
  padding: 1rem;
  min-width: 300px;
  margin-top: 10px;
  background: #fff;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}
.user-dropdown .dropdown-content .card,
.notifications-dropdown .dropdown-content .card {
  border: none;
  padding: 0;
  background: #fff;
  box-shadow: none;
  width: 100%;
}
.user-dropdown .dropdown-content .card div,
.notifications-dropdown .dropdown-content .card div {
  border-bottom: 1px solid #d4d4d4;
  background: #fff;
}
.user-dropdown .dropdown-content .card div:first-child a,
.notifications-dropdown .dropdown-content .card div:first-child a {
  padding-top: 0;
}
.user-dropdown .dropdown-content .card div:last-of-type,
.notifications-dropdown .dropdown-content .card div:last-of-type {
  border-bottom: none;
}
.user-dropdown .dropdown-content .card div a,
.notifications-dropdown .dropdown-content .card div a {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  padding: 0.75rem 0;
}
.user-dropdown .dropdown-content .card div a span,
.notifications-dropdown .dropdown-content .card div a span {
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  transition: all 200ms ease;
  font-size: 0.875rem;
  color: #292929;
  margin: 0;
  font-weight: 400;
}
.user-dropdown .dropdown-content .card div a:hover span,
.notifications-dropdown .dropdown-content .card div a:hover span {
  color: #3a86cc;
}
.user-dropdown .dropdown-content .card > a,
.notifications-dropdown .dropdown-content .card > a {
  display: block;
  width: 100%;
  text-align: center;
  padding: 0.5rem;
  border: 1px solid #292929;
  color: #292929;
  border-radius: 8px;
}

#compras-credito .main-header,
#historial-credito .main-header,
#historial-solicitudes .main-header,
#login .main-header,
#pago-servicios .main-header {
  border-bottom: 1px solid #d4d4d4;
  background: #fff;
}
#compras-credito .main-header .logo .navbar-brand img,
#historial-credito .main-header .logo .navbar-brand img,
#historial-solicitudes .main-header .logo .navbar-brand img,
#login .main-header .logo .navbar-brand img,
#pago-servicios .main-header .logo .navbar-brand img {
  content: url("../images/tienda-digital-azul.svg");
}
#compras-credito .main-header .notifications-dropdown .notifications-toggle img,
#historial-credito
  .main-header
  .notifications-dropdown
  .notifications-toggle
  img,
#historial-solicitudes
  .main-header
  .notifications-dropdown
  .notifications-toggle
  img,
#login .main-header .notifications-dropdown .notifications-toggle img,
#pago-servicios .main-header .notifications-dropdown .notifications-toggle img {
  content: url("../images/ico-campana-azul.svg");
}
#compras-credito .main-header .main-nav a,
#historial-credito .main-header .main-nav a,
#historial-solicitudes .main-header .main-nav a,
#login .main-header .main-nav a,
#pago-servicios .main-header .main-nav a {
  color: #292929;
}
#compras-credito .main-header .main-nav a:hover,
#historial-credito .main-header .main-nav a:hover,
#historial-solicitudes .main-header .main-nav a:hover,
#login .main-header .main-nav a:hover,
#pago-servicios .main-header .main-nav a:hover {
  color: rgba(41, 41, 41, 0.8);
}
#compras-credito .main-header .header-actions,
#historial-credito .main-header .header-actions,
#historial-solicitudes .main-header .header-actions,
#login .main-header .header-actions,
#pago-servicios .main-header .header-actions {
  color: #292929;
}
#compras-credito .main-header .header-actions button,
#historial-credito .main-header .header-actions button,
#historial-solicitudes .main-header .header-actions button,
#login .main-header .header-actions button,
#pago-servicios .main-header .header-actions button {
  color: #292929;
}

.notifications-dropdown .dropdown-content h2 {
  width: 100%;
}

.main-header .main-nav a {
  color: white;
}

.navbar-toggler {
  border: none;
  color: white;
  padding: 0;
}
.navbar-toggler .navbar-toggler-icon img {
  width: 24px;
  height: 24px;
  filter: invert(27%) sepia(19%) saturate(1815%) hue-rotate(173deg)
    brightness(94%) contrast(89%);
}

#dashboard .top-1::after,
#linea-credito .top-3::after,
#compras-credito .top-2::after,
#pago-servicios .top-4::after,
#historial-credito .top-4::after,
#historial-solicitudes .top-5::after {
  opacity: 1;
  background: #f19106;
}

.mobile-menu {
  max-height: 0;
  overflow: visible;
  transition: max-height 0.3s ease;
  opacity: 0;
  position: absolute;
  z-index: 9999;
  background: #fff;
  margin-top: 0.625rem;
  padding: 1rem 0;
}
.mobile-menu.active {
  visibility: visible;
  opacity: 1;
  max-height: 100vh;
  width: 100%;
}
.mobile-menu .main-nav {
  background: #fff;
}
.mobile-menu .main-nav ul {
  flex-direction: column;
  gap: 0;
}
.mobile-menu .main-nav ul li {
  width: 100%;
}
.mobile-menu .main-nav ul li a {
  padding: 0.75rem 0;
  display: block;
  background: #fff;
  font-size: 1rem;
}
.mobile-menu .header-actions {
  margin-top: 1.5rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  padding: 0 1rem;
}
.mobile-menu .header-actions span {
  color: #2e296c;
}
.mobile-menu .header-actions button {
  color: #292929;
}
.mobile-menu .header-actions .dropdown-content {
  position: static;
  box-shadow: none;
  margin-top: 0;
  width: 100%;
}
.mobile-menu .header-actions .dropdown-content.show {
  display: block !important;
}
.mobile-menu .header-actions .notifications-dropdown button,
.mobile-menu .header-actions .user-dropdown button {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 0.75rem;
  width: 100%;
  padding: 0.75rem 1rem;
  position: relative;
}
.mobile-menu .header-actions .notifications-dropdown button img,
.mobile-menu .header-actions .user-dropdown button img {
  flex-shrink: 0;
  margin: 0;
  width: auto;
}
.mobile-menu .header-actions .notifications-dropdown button div,
.mobile-menu .header-actions .user-dropdown button div {
  flex-grow: 1;
  margin: 0;
}
.mobile-menu .header-actions .notifications-dropdown .dropdown-content,
.mobile-menu .header-actions .user-dropdown .dropdown-content {
  position: absolute;
  box-shadow: none;
  margin-top: 0.5rem;
  width: 100%;
  z-index: 999;
}

.header-actions .dropdown-content.show {
  display: flex;
  flex-direction: column;
  padding: 1rem;
  align-items: flex-start;
}

.notifications-dropdown .dropdown-content,
.user-dropdown .dropdown-content {
  position: absolute;
  top: 100%;
  right: 0;
  width: auto;
  max-width: 300px;
  z-index: 1050;
}

@media (max-width: 1199px) {
  .main-header .main-nav ul {
    gap: 0.1rem;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
  }
  .main-header .main-nav ul li a::after {
    bottom: -1.0625rem;
  }
  .header-actions {
    padding-left: 0.5rem;
  }
  .content-flex-cuotas .text h3 {
    font-size: 1.375rem;
  }
}

@media (max-width: 991px) {
  /*.dropdown-content.show {
      width: 90%;
      left: 50%;
      transform: translateX(-50%);
  }*/
  .header-actions .user-dropdown button > div {
    display: none;
  }
  .header-actions .notifications-dropdown {
    position: static;
  }
  .header-actions .notifications-dropdown .dropdown-content.show {
    left: 15px;
    right: 15px;
    max-width: 100%;
  }
  .header-actions .notifications-dropdown .notifications-toggle {
    position: relative;
  }
  .main-header .navbar > .container .logo {
    order: 1;
  }
  .main-header .navbar > .container .navbar-toggler {
    order: 3;
  }
  .main-header .navbar > .container .header-actions {
    order: 2;
  }
  .main-header .navbar > .container #navbarNavAltMarkup {
    order: 4;
  }
  .main-header .main-nav .navbar-nav {
    background-color: #fff;
    border-radius: 6px;
    padding: 1.5rem;
    text-align: center;
  }
  .main-header .main-nav .navbar-nav a {
    display: inline-block;
    text-align: center;
    padding: 1rem;
    color: #3a3a3a;
  }
  .header-actions .user-dropdown {
    position: static;
  }
  .header-actions .dropdown-content.show {
    left: 15px;
    right: 15px;
    max-width: 100%;
  }
  #linea-credito .navbar-toggler-icon,
  #dashboard .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath stroke='rgba(255, 255, 255, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24' /%3E%3C/svg%3E");
  }
}
@media (max-width: 767px) {
  /*.dropdown-content.show {
      width: 90%;
      left: 50%;
      transform: translateX(-50%);
  }*/
  .header-actions .user-dropdown button > div {
    display: none;
  }
  .header-actions .notifications-dropdown {
    position: static;
  }
  .header-actions .notifications-dropdown .dropdown-content.show {
    left: 15px;
    right: 15px;
    max-width: 100%;
  }
  .header-actions .notifications-dropdown .notifications-toggle {
    position: relative;
  }
  .main-header .navbar > .container .logo {
    order: 1;
  }
  .main-header .navbar > .container .navbar-toggler {
    order: 3;
  }
  .main-header .navbar > .container .header-actions {
    order: 2;
  }
  .main-header .navbar > .container #navbarNavAltMarkup {
    order: 4;
  }
  .main-header .main-nav .navbar-nav {
    background-color: #fff;
    border-radius: 6px;
    padding: 1.5rem;
    text-align: center;
  }
  .main-header .main-nav .navbar-nav a {
    display: inline-block;
    text-align: center;
    padding: 1rem;
    color: #3a3a3a;
  }
  .header-actions .user-dropdown {
    position: static;
  }
  .header-actions .dropdown-content.show {
    left: 15px;
    right: 15px;
    max-width: 100%;
  }
  #linea-credito .navbar-toggler-icon,
  #dashboard .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath stroke='rgba(255, 255, 255, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24' /%3E%3C/svg%3E");
  }
}
#footer {
  background-color: #737373;
  color: #cfcfcf;
}
#footer .social-links {
  justify-content: flex-end;
}
#footer .footer-middle p {
  font-weight: 400;
}
#footer .footer-middle h5 {
  color: #cfcfcf;
  font-size: 0.95rem;
}
#footer .footer-middle .footer-nav {
  margin-bottom: 0;
  display: block;
}
#footer .footer-middle .footer-nav li {
  display: block;
  list-style: none;
  list-style-type: none;
  padding-bottom: 0.45rem;
}
#footer .footer-middle .footer-nav li a {
  color: #fff;
  font-weight: 400;
  font-size: 1rem;
}
#footer .footer-bottom .footer-nav p {
  font-size: 0.85rem;
  font-weight: 300;
}
#footer .footer-bottom .footer-nav p a {
  font-size: 1rem;
  font-weight: 400;
  color: #fff;
}
#footer.footer-strip {
  background-color: #fff;
  color: #747474;
}
#footer.footer-strip .footer-nav {
  color: #c4c4c4;
}
#footer.footer-strip .footer-nav a {
  color: #747474;
}
#footer.footer-strip .footer-nav a:hover {
  color: #3a86cc;
}
#footer.footer-strip .footer-bottom {
  padding-bottom: 0.5rem;
  padding-top: 1.5rem;
}

.social-links {
  display: flex;
  justify-content: center;
  align-items: center;
}
.social-links .logo {
  display: inline-block;
  margin-left: 0.25rem;
  margin-right: 0.25rem;
}

@media (max-width: 575px) {
  #scroll-top {
    display: none;
  }
}
@media (max-width: 767px) {
  #footer {
    text-align: center;
  }
  #footer .footer-nav,
  #footer h5 {
    text-align: left;
  }
  #footer .text-end {
    text-align: center !important;
  }
  #footer .social-links {
    justify-content: center;
  }
  .social-links {
    margin-bottom: 2rem;
  }
  .social-links .logo img {
    width: 25px;
  }
  .pwd-itti {
    margin-bottom: 1rem;
  }
  .pwd-itti img {
    height: 20px;
  }
}
.login-box {
  text-align: center;
}
.login-box .login-header p {
  margin-bottom: 0;
  font-size: 0.95rem;
  padding-left: 1rem;
}
.login-box .login-header h1 {
  margin-top: -10px;
}
.login-box .login-header h1 img {
  width: 280px;
  height: auto;
}
.login-box .login-body {
  padding: 1rem;
  max-width: 400px;
  margin-left: auto;
  margin-right: auto;
}
.login-box .login-body h2 {
  font-size: 1.5rem;
  color: #3a3a3a;
  margin-bottom: 1.25rem;
}
.login-box .login-body p {
  margin-bottom: 1.25rem;
}
.login-box .login-body .email {
  padding-left: 4rem;
  background: transparent url("../images/ico-email.png") 1rem center no-repeat;
  background-size: 30px auto;
  height: 45px;
}
.login-box .login-body .pass {
  padding-left: 4rem;
  background: transparent url("../images/ico-pass.png") 1.25rem center no-repeat;
  background-size: 20px auto;
  height: 45px;
}
.login-box .login-body .btn-link {
  font-size: 0.9rem;
}
.login-box .login-footer {
  padding-top: 1rem;
}
.login-box .login-footer .btn-link {
  font-size: 1.1rem;
}

.login-intro {
  border-radius: 12px;
  background: #2e296c url("../images/bg-login.png") center top no-repeat;
  background-size: contain;
  padding: 3rem;
  color: #fff;
}
.login-intro .img {
  text-align: center;
  margin-bottom: 1.5rem;
}
.login-intro .img img {
  max-width: 75%;
}
.login-intro .desc {
  max-width: 70%;
  margin-left: auto;
  margin-right: auto;
}
.login-intro h3 {
  color: #fff;
  font-size: 1.25rem;
  line-height: 1.4em;
}

.bg-triangulos {
  background: #fff url("../images/bg-onboarding.svg") center top no-repeat;
  background-size: cover;
  height: calc(100vh - 61px);
}

.onboarding-intro h2 {
  font-size: 1.5rem;
  margin-bottom: 1.15rem;
}

.onboarding-steps {
  height: 100%;
  background: #fff url("../images/bg-onboarding-right.svg") right center
    no-repeat;
  background-size: 25% auto;
}
.onboarding-steps .container-fluid {
  height: 100%;
}
.onboarding-steps .container-fluid .row {
  min-height: 100vh;
}
.onboarding-steps .container-fluid .row .col-lg-3 {
  width: 21%;
}

.side-steps {
  display: block;
  background-color: #2e296c;
  height: 100%;
  width: 100%;
  padding: 2rem;
  min-width: 230px;
}
.side-steps .logo {
  max-width: 135px;
  margin-bottom: 4rem;
}

.steps-onboarding {
  display: block;
  padding-left: 0;
  list-style: none;
}
.steps-onboarding li {
  display: flex;
  align-items: center;
  list-style: none;
  font-weight: 500;
  color: #fff;
  margin-bottom: 1.25rem;
}
.steps-onboarding li .nro {
  display: inline-block;
  width: 25px;
  height: 25px;
  background-color: transparent;
  border: 1px solid #fff;
  color: #fff;
  border-radius: 50%;
  font-weight: 600;
  text-align: center;
  line-height: 25px;
  font-weight: 400;
  font-size: 0.95rem;
  margin-right: 0.75rem;
  flex-shrink: 0;
}
.steps-onboarding li.active .nro {
  background-color: #fff;
  color: #2e296c;
}
.steps-onboarding li.completed .nro {
  background-color: #48f482;
  color: #fff;
  background-image: url("../images/check-azul.svg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 60%;
  overflow: hidden;
  text-indent: -9999px;
  border-color: #48f482;
}

.onboard-content {
  padding-top: 8rem;
  padding-left: 4rem;
  max-width: 600px;
}
.onboard-content h1 {
  font-size: 2rem;
}

.upload-file {
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 2rem;
  background-color: #f6f6f6;
  border: 2px dashed #747474;
  border-radius: 8px;
}
.upload-file h5 {
  font-size: 1.15rem;
  margin-bottom: 0.5rem;
}
.upload-file p {
  font-size: 0.85rem;
}

@media (max-width: 767px) {
  .bg-triangulos {
    background-size: contain;
    background-position: center 2.5rem;
  }
  .onboarding-steps .container-fluid .row .col-lg-3 {
    width: 100%;
    height: 141px;
  }
  .onboarding-steps .container-fluid .row {
    min-height: 141px;
  }
  .onboard-content {
    padding: 1rem;
    padding-top: 2rem;
  }
  .side-steps {
    text-align: center;
  }
  .side-steps .logo {
    margin-bottom: 1rem;
    margin-left: auto;
    margin-right: auto;
  }
  .steps-onboarding {
    display: flex;
    justify-content: center;
    margin-bottom: 0;
  }
  .steps-onboarding li {
    margin-bottom: 0;
  }
  .steps-onboarding li .txt {
    display: none;
  }
  .onboarding-steps {
    background-image: none;
  }
  .upload-file {
    text-align: center;
    padding: 1rem;
  }
  .upload-file p {
    margin-bottom: 0;
  }
}
#dashboard .hero {
  position: relative;
  background: #2e296c;
  padding: 10rem 0 5rem;
}
#dashboard .hero .txt h3,
#dashboard .hero .txt h2,
#dashboard .hero .txt a {
  color: #fff;
}
#dashboard .hero .txt h3,
#dashboard .hero .txt a {
  font-weight: 400;
}
#dashboard .hero .txt h3 {
  font-size: 1rem;
  margin-bottom: 0.5rem;
}
#dashboard .hero .txt h2 {
  font-size: 2.25rem;
  margin-bottom: 1rem;
}
#dashboard .hero .txt a {
  font-size: 0.8125rem;
  border: 1px solid #fff;
}
#dashboard .hero .card-link {
  position: relative;
  z-index: 10;
  padding: 1.5rem;
  min-height: 175px;
}
#dashboard .hero .card-link p {
  margin-bottom: 0;
  font-weight: 600;
  color: #2e296c;
}
#dashboard .hero .card-link .card-body {
  padding: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
#dashboard .hero:before {
  display: block;
  content: "";
  position: absolute;
  left: 0;
  top: -20px;
  width: 155px;
  height: 326px;
  background: transparent url("../images/img-tri-left.png") center top no-repeat;
  background-size: contain;
  pointer-events: none; /* let clicks pass through */
}
#dashboard .hero:after {
  display: block;
  content: "";
  position: absolute;
  right: 0;
  bottom: -20%;
  width: 155px;
  height: 326px;
  background: transparent url("../images/img-tri-right.png") center top
    no-repeat;
  background-size: contain;
}
#dashboard .btn-secondary {
  background: transparent;
}
#dashboard .btn-secondary:hover {
  background: #32338e;
}
#linea-credito .btn-secondary {
  background: #ffffff;
}
#linea-credito .btn-secondary:hover {
  background: #32338e;
}

#compras-credito .btn-secondary {
  background: #ffffff;
}
#compras-credito .btn-secondary:hover {
  background: #32338e;
}

#dashboard .txt p {
  color: rgba(255, 255, 255, 0.6);
}

@media (max-width: 1199px) {
  #dashboard .card-slider {
    margin-top: 2rem;
  }
}
@media (max-width: 991px) {
  #dashboard .hero {
    padding: 5rem 0 2rem;
  }
  #dashboard .card-slider {
    margin-top: 2rem;
  }
  .sb-3 {
    padding-bottom: 3rem;
  }
  #dashboard .hero::before {
    top: 250px;
  }
  #dashboard .hero::after {
    bottom: -10%;
  }
}
@media (max-width: 767px) {
  #dashboard .hero {
    padding: 5rem 0 2rem;
  }
  #dashboard .hero .txt {
    text-align: center;
  }
  #dashboard .slider-productos .item {
    width: 100%;
  }
  #dashboard .card-slider {
    margin-top: 2rem;
  }
}
#linea-credito .hero {
  background: #2e296c;
  padding: 10rem 0 0;
}
#linea-credito .hero a {
  display: flex;
  justify-content: center;
  background: #fff;
  width: max-content;
  margin: 1rem auto 0;
  position: relative;
  top: 1.3125rem;
  border-radius: 3rem;
}
#linea-credito .precio-titulo {
  color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
#linea-credito .precio-titulo h3,
#linea-credito .precio-titulo h2 {
  text-align: center;
  color: #fff;
}
#linea-credito .precio-titulo .txt {
  display: flex;
  justify-content: space-between;
  width: 100%;
  color: #fff;
}
#linea-credito .precio-titulo .txt .right {
  text-align: right;
}

@media (max-width: 991px) {
  #linea-credito .hero {
    padding: 5rem 0 2rem;
  }
  #linea-credito .hero a {
    top: 3.1875rem;
  }
}
@media (max-width: 767px) {
  #linea-credito .slider-productos .item {
    width: 100%;
  }
}
@media (max-width: 575px) {
  #linea-credito .hero {
    padding: 5rem 0 2rem;
  }
  #linea-credito .hero a {
    top: 3.3125rem;
  }
  #linea-credito .card-slider {
    margin-top: 2rem;
  }
  #linea-credito .slider-productos .slick-list {
    margin: 0;
  }
  #linea-credito .slider-productos .slick-slide {
    padding: 0;
  }
  #linea-credito .slider-productos .slick-slide > div {
    padding: 0 0.5rem;
  }
  #linea-credito .slider-productos .item {
    width: 100%;
  }
  #linea-credito .slider-productos .item .card {
    margin: 0;
  }
}
#compras-credito .hero {
  padding: 10rem 0 5rem;
  background: #fff;
}

#compras-cuotas .block-left {
  padding: 10rem 7rem 15rem;
}
#compras-cuotas .block-mid {
  padding: 10rem 2rem 15rem;
}
#compras-cuotas .card-title {
  font-size: 1.3125rem;
}
#compras-cuotas .block-right {
  padding: 15rem 7rem 0;
  height: 100%;
}

#detalle-pago .btn {
  padding: 0.8rem 0;
}
#detalle-pago .btn-secondary {
  background: #fff;
}

#historial-credito .hero,
#historial-solicitudes .hero {
  padding: 10rem 0 0;
}

#productos-detalles .card {
  height: 100%;
}
#productos-detalles .card .card-producto {
  display: flex;
  flex-direction: column;
  height: 100%;
}
#productos-detalles .card .card-producto .card-img {
  border: 1px solid #d4d4d4;
  border-radius: 12px;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0;
  margin-bottom: 1rem;
  min-height: 165px;
}
#productos-detalles .card .card-producto .card-img figure {
  margin-bottom: 0;
}

#productos-detalles .card .card-producto .card-img img {
  max-width: 100%;
  height: auto;
  min-height: 150px;
}
#productos-detalles .card .card-producto .card-body {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  padding: 0;
}
#productos-detalles
  .card
  .card-producto
  .card-body
  > *:not(.card-meta, .card-actions) {
  flex-shrink: 0;
}
#productos-detalles .card .card-producto .card-body .card-meta,
#productos-detalles .card .card-producto .card-body .progress-line {
  flex-shrink: 1;
}
#productos-detalles .card .card-producto .card-body .card-actions {
  margin-top: auto;
}
#productos-detalles .card-body {
  padding-top: 0;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}
#productos-detalles .card-body .card-title {
  font-size: 1rem;
  color: #292929;
  margin: 0 0 0.5rem 0;
  font-weight: 400;
}
#productos-detalles .card-body .card-price {
  font-size: 1.125rem;
  color: #292929;
  margin: 0 0 1rem 0;
}
#productos-detalles .card-body .card-price strong {
  color: #232368;
}
#productos-detalles .card-body .card-meta {
  display: flex;
  justify-content: space-between;
}
#productos-detalles .card-body .card-meta p {
  font-size: 0.6875rem;
  margin-bottom: 0;
  color: #747474;
}
#productos-detalles .card-body .card-meta.strong p {
  font-weight: 600;
  font-size: 0.875rem;
  color: #292929;
}
#productos-detalles .card-body .progress-line {
  height: 8px;
  background: #d4d4d4;
  border-radius: 2px;
  margin: 0.5rem 0;
  border-radius: 3rem;
}
#productos-detalles .card-body .progress-line .progress-bar {
  height: 100%;
  border-radius: 2px;
  margin: 0.5rem 0;
  border-radius: 3rem;
}
#productos-detalles .btn-outline {
  display: block;
  width: 100%;
  margin: 1.5rem 0 0.6rem 0;
}
#productos-detalles .btn-outline:last-child {
  margin: 0;
}

@media (max-width: 991px) {
  #compras-credito .hero {
    padding: 5rem 0 3rem;
  }
  #compras-credito .btn-block {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  #compras-credito .hero {
    padding: 5rem 0 3rem;
  }
  #compras-credito .content-flex-cuotas {
    flex-direction: column;
  }
  #compras-credito .content-flex-cuotas figure.img-margin {
    margin-bottom: 2rem;
    text-align: center;
  }
  #compras-credito .content-flex-cuotas figure.img-margin img {
    max-width: 250px;
  }
  #compras-credito .content-flex-cuotas .text {
    width: 100%;
  }
  #compras-credito .card-gray {
    flex-direction: column;
    gap: 1.5rem;
  }
  #compras-credito .card-gray div {
    width: 100%;
  }
}
#detalle-pago .main-header .user-dropdown button h3 {
  color: #fff;
}

@media (max-width: 1199px) {
  #compras-credito .block-left,
  #compras-credito .block-right {
    padding: 10rem 2rem;
  }
  #compras-credito .table-transacciones tbody tr td:last-child {
    margin-top: 0.5rem;
    display: flex;
    justify-content: flex-end;
    align-items: center;
  }
  #compras-credito .table-transacciones tbody tr td:last-child .ico {
    margin-left: auto;
  }
}
@media (max-width: 991px) {
  #pago-servicios .hero {
    padding: 5rem 0 3rem !important;
  }
  .detalle-pago .card.card-cols .card-content .info-column {
    flex: auto;
    border-right: none;
  }
  #historial-credito .hero,
  #historial-solicitudes .hero {
    padding: 5rem 0 0;
  }
  #compras-credito .block-left,
  #compras-credito .block-right {
    padding: 5rem 2rem;
  }
  #compras-cuotas .block-right {
    padding: 8rem 3rem 0;
  }
  #compras-cuotas .block-mid {
    padding: 5rem 3rem 5rem;
  }
}
@media (max-width: 575px) {
  #pago-servicios .hero {
    padding: 5rem 0 3rem !important;
  }
  #compras-credito .hero {
    padding: 5rem 0 3rem;
  }
  #compras-credito .hero .gutter-xl {
    margin-top: 1.5rem;
  }
  #compras-credito .block-left,
  #compras-credito .block-right {
    padding: 5rem 2rem;
  }
  #compras-credito .table-transacciones thead {
    display: none;
  }
  #compras-credito .table-transacciones tbody tr {
    display: flex;
    flex-direction: column;
    padding: 1rem 0;
    border-bottom: 1px solid #d4d4d4;
  }
  #compras-credito .table-transacciones tbody tr:last-child {
    border-bottom: none;
    margin-top: 0.5rem;
    display: flex;
    justify-content: flex-start;
    align-items: start;
  }
  #compras-credito .table-transacciones tbody tr:last-child .ico {
    margin-left: auto;
  }
  #compras-credito .table-transacciones tbody tr td {
    padding: 0.5rem 0;
    border: none;
  }
  #compras-credito .table-transacciones tbody tr td:last-child {
    margin-top: 0.5rem;
  }
  #compras-credito .cuotas-info,
  #compras-credito .cuotas-valores {
    font-size: 0.875rem;
  }
  #compras-credito .btn-block {
    margin-bottom: 1rem;
  }
  .card-between div {
    flex-direction: column;
  }
}
#pago-servicios .hero {
  padding: 10rem 0 3rem;
  background: #fff;
}

@media (min-width: 1200px) {
  .cards-grid {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media (min-width: 576px) {
  .cards-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

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