﻿ul.normal-list {
  padding-left: 30px;
}
ul.normal-list li {
  color: #677d85;
  font-size: 16px;
  list-style: disc;
  padding: 4px;
}
.hideme {
  opacity: 0;
}
.showed {
  opacity: 1;
}
ul {
  padding: 0px;
}
ul li {
  list-style: none;
}
p {
  color: #6b6b6b;
  line-height: 180%;
}
a:focus,
a:hover,
a:active,
a:visited {
  text-decoration: none;
}
label {
  font-weight: normal;
  color: #6b6b6b;
}
section,
a.bg_blog_debt {
  padding: 60px 0px;
}
@media screen and (max-width: 767px) {
  section,
  a.bg_blog_debt {
    padding: 30px 0px;
  }
}
section.section-large,
a.section-large.bg_blog_debt {
  padding: 120px 0px;
}
@media screen and (max-width: 767px) {
  section.section-large,
  a.section-large.bg_blog_debt {
    padding: 60px 0px;
  }
}
video {
  width: 100%;
}
button:focus {
  outline: 0;
}
.bg-gray {
  background-color: #f2f5f7;
}
.col-xs-5ths,
.col-sm-5ths,
.col-md-5ths,
.col-lg-5ths {
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
}
.col-xs-5ths .row,
.col-sm-5ths .row,
.col-md-5ths .row,
.col-lg-5ths .row {
  margin-left: -10px;
  margin-right: -10px;
}
.col-xs-5ths {
  width: 20%;
  float: left;
}
@media (min-width: 768px) {
  .col-sm-5ths {
    width: 20%;
    float: left;
  }
}
@media (min-width: 992px) {
  .col-md-5ths {
    width: 20%;
    float: left;
  }
}
@media (min-width: 1200px) {
  .col-lg-5ths {
    width: 20%;
    float: left;
  }
}
@media screen and (max-width: 767px) {
  .modal-backdrop {
    opacity: 0.8 !important;
  }
  .modal-open .menu-wrap {
    position: absolute;
  }
}
.check-bol label {
  color: #adbcbf;
  display: block;
}
.check-bol input[type="checkbox"],
.check-bol input[type="radio"] {
  display: none;
}
.check-bol.takenerror input[type="radio"] + label.check {
  border-color: #fc6548;
}
.check-bol .check-group {
  width: auto;
}
@media screen and (max-width: 767px) {
  .check-bol .check-group {
    margin-bottom: 10px;
  }
}
.check-bol input[type="radio"] + label.check {
  border: solid 1px #dae8ea;
  border-radius: 4px;
  margin-bottom: 0px;
  font-size: 16px;
  padding: 14px;
  height: auto;
  min-width: 90px;
  text-align: center;
}
.check-bol input[type="radio"] + label.check:hover,
.check-bol input[type="radio"] + label.check:focus {
  cursor: pointer;
  background: #f1f1f1;
  color: #0285d6;
  border-color: #0285d6;
  background: #fafbfb;
  outline: none;
}
@media screen and (max-width: 767px) {
  .check-bol input[type="radio"] + label.check {
    font-size: 16px;
    padding: 20px 6px;
    line-height: auto;
    padding: 12px;
    min-width: 60px;
  }
}
.check-bol input[type="radio"]:checked + label.check {
  background: #e9f7e3;
  background: #dbf9e5;
  border: 1px solid #00ae76;
  color: #00ae76;
}
.normal-hide {
  display: none;
}
.animated.delay-300ms {
  -webkit-animation-delay: 300ms;
  animation-delay: 300ms;
}
.animated.delay-600ms {
  -webkit-animation-delay: 600ms;
  animation-delay: 600ms;
}
.animated.delay-900ms {
  -webkit-animation-delay: 900ms;
  animation-delay: 900ms;
}
.animated.delay-1200ms {
  -webkit-animation-delay: 1200ms;
  animation-delay: 1200ms;
}
.animated.delay-1500ms {
  -webkit-animation-delay: 1500ms;
  animation-delay: 1500ms;
}
.animated.delay-1800ms {
  -webkit-animation-delay: 1800ms;
  animation-delay: 1800ms;
}
.animated.delay-2100ms {
  -webkit-animation-delay: 2100ms;
  animation-delay: 2100ms;
}
.animated.delay-2400ms {
  -webkit-animation-delay: 2400ms;
  animation-delay: 2400ms;
}
.animated.delay-2700ms {
  -webkit-animation-delay: 2700ms;
  animation-delay: 2700ms;
}
.aui-icon {
  margin-bottom: -7px;
  width: 16px;
}
.aui-icon * {
  fill: #93afb9;
}
.contract-container {
  height: 300px;
  background: #f8fafc;
  padding: 10px;
  border-radius: 4px;
  border: 1px solid #eee;
  overflow: auto;
  color: #677d85;
  font-size: 0.9em;
  margin: 20px auto;
}
input.normal-radio {
  -webkit-appearance: radio;
  appearance: radio;
}
.account-state-borrower .only-print {
  display: none;
}
.account-state-borrower h4 {
  color: #93afb9;
  font-weight: bold;
}
.account-state-borrower .bar-bg {
  width: 100%;
  height: 12px;
  background-color: #c2d4db;
  border-radius: 8px;
}
.account-state-borrower .bar-bg .bar {
  height: 12px;
  background-color: #00c574;
  border-radius: 8px;
}
.account-state-borrower table.table > tbody > tr > td {
  color: #374d5b;
  padding: 12px;
  text-align: center;
  vertical-align: middle;
}
.account-state-borrower table.table > tbody > tr.idented-child > td {
  color: #677d85 !important;
  padding-left: 24px !important;
  font-size: 13px;
  background-color: #f8fafc;
}
.account-state-borrower table.table.table-sides > tbody > tr > td {
  color: #374d5b;
  text-align: left;
}
.account-state-borrower table.table.table-sides > tbody > tr > td:last-child {
  text-align: right;
}
.account-state-borrower table.table-yourLoan {
  background-color: #f2f5f7;
}
.account-state-borrower table.table-yourLoan > tbody > tr > td {
  color: #374d5b;
  border-color: #f8fafc;
  border-width: 2px;
  text-align: left;
}
.account-state-borrower table.table-yourLoan > tbody > tr > td:last-child {
  font-weight: 500;
  text-align: right;
}
.account-state-borrower .card table.table > tbody > tr:first-child > td {
  border: 0;
}
.account-state-borrower .card table.table > tbody > tr > td {
  color: #374d5b;
  padding: 12px;
}
@media print and (color) {
  @page {
    size: portrait;
  }
  *,
  *:before,
  *:after {
    background-color: pink !important;
  }
  body {
    height: 100%;
    width: 100%;
    position: static;
    top: 0;
    left: 0;
    margin: 0;
    padding: 0;
    z-index: 999999;
    overflow: visible !important;
  }
  header {
    display: none !important;
  }
  #menu {
    display: none !important;
  }
}
ul.normal-list {
  padding-left: 30px;
}
ul.normal-list li {
  color: #677d85;
  font-size: 16px;
  list-style: disc;
  padding: 4px;
}
.bg-white {
  background-color: #fff !important;
}
.bg-gray-0 {
  background-color: #f8fafc !important;
}
.bg-gray-1 {
  background-color: #f2f5f7 !important;
}
.bg-gray-2 {
  background-color: #e7ebef !important;
}
.bg-gray-3 {
  background-color: #c2d4db !important;
}
.bg-gray-4 {
  background-color: #93afb9 !important;
}
.bg-gray-5 {
  background-color: #677d85 !important;
}
.bg-gray-6 {
  background-color: #374d5b !important;
}
.bg-gray-7 {
  background-color: #263945 !important;
}
.bg-gray-8 {
  background-color: #1e2e37 !important;
}
.bg-gray-9 {
  background-color: #14252e !important;
}
.bg-dark-green {
  background-color: #00ae76;
}
.bg-light-green {
  background-color: #44db5e;
}
.bg-aqua {
  background-color: #3ac3b5;
}
.bg-aqua-green {
  background-color: #00c574 !important;
}
.bg-blue {
  background-color: #0076ff;
}
.bg-dark-blue {
  background-color: #0d7c9e;
}
.bg-red {
  background-color: #ef0333;
}
.bg-soft-green {
  background-color: #aaf2d8;
  background-color: #dcfbf0;
}
.bg-light-success {
  background-color: #f0fbf4;
}
.text-white {
  color: white;
}
.text-gray-0 {
  color: #f8fafc;
}
.text-gray-1 {
  color: #f2f5f7;
}
.text-gray-2 {
  color: #e7ebef;
}
.text-gray-3 {
  color: #c2d4db;
}
.text-gray-4 {
  color: #93afb9;
}
.text-gray-5 {
  color: #677d85;
}
.text-gray-6 {
  color: #374d5b;
}
.text-gray-7 {
  color: #263945;
}
.text-gray-8 {
  color: #1e2e37;
}
.text-dark-green {
  color: #00ae76;
}
.text-light-green {
  color: #44db5e;
}
.text-aqua {
  color: #3ac3b5;
}
.text-aqua-green {
  color: #00c574;
}
.text-blue {
  color: #0076ff;
}
.text-dark-blue {
  color: #0d7c9e;
}
.text-black-blue {
  color: #04475c;
}
.text-red {
  color: #ef0333;
}
.text-yellow {
  color: #f5a623;
}
.text-crimson {
  color: #ff214e;
}
.text-dark-ocean {
  color: #04475c;
}
.border-1 {
  border: 1px solid #c2d4db;
}
.border {
  border: 1px solid #e7ebef !important;
}
.border-top {
  border-top: 1px solid #e7ebef !important;
}
.border-right {
  border-right: 1px solid #e7ebef !important;
}
.border-bottom {
  border-bottom: 1px solid #e7ebef !important;
}
.border-left {
  border-left: 1px solid #e7ebef !important;
}
.border-0 {
  border: 0 !important;
}
.border-top-0 {
  border-top: 0 !important;
}
.border-right-0 {
  border-right: 0 !important;
}
.border-bottom-0 {
  border-bottom: 0 !important;
}
.border-left-0 {
  border-left: 0 !important;
}
* {
  font-family: "proxima-nova", sans-serif;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  font-weight: 400;
  text-rendering: optimizelegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
html {
  font-size: 1em;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  margin: 1.414em 0 0.5em;
  font-weight: inherit;
  line-height: 1.2;
}
h1,
.h1 {
  font-size: 2.5rem;
}
h2,
.h2 {
  font-size: 2rem;
}
h3,
.h3 {
  font-size: 1.75rem;
}
h4,
.h4 {
  font-size: 1.5rem;
}
h5,
.h5 {
  font-size: 1.2rem;
}
h6,
.h6 {
  font-size: 1rem;
  line-height: 1.4;
}
.lead {
  font-size: 1.25rem;
}
.display-1 {
  font-size: 6rem;
}
.display-2 {
  font-size: 5.5rem;
}
.display-3 {
  font-size: 4.5rem;
}
.display-4 {
  font-size: 3.5rem;
}
small,
.font_small {
  font-size: 0.833em;
}
.text-justify {
  text-align: justify !important;
}
.text-nowrap {
  white-space: nowrap !important;
}
.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.text-lowercase {
  text-transform: lowercase !important;
}
.text-uppercase {
  text-transform: uppercase !important;
}
.text-capitalize {
  text-transform: capitalize !important;
}
.white-space-normal {
  white-space: normal;
}
.font-weight-light {
  font-weight: 300 !important;
}
.font-weight-normal {
  font-weight: 400 !important;
}
.font-weight-semibold {
  font-weight: 500 !important;
}
.font-weight-bold {
  font-weight: 700 !important;
}
.font-italic {
  font-style: italic !important;
}
.text-spacing-1 {
  letter-spacing: 0.06em;
}
.text-spacing-2 {
  letter-spacing: 0.08em;
}
.text-white {
  color: #fff !important;
}
.line-h-150 {
  line-height: 150%;
}
.line-h-160 {
  line-height: 160%;
}
.line-h-170 {
  line-height: 170%;
}
.line-h-180 {
  line-height: 180%;
}
.text-expert {
  color: #0076ff;
}
.text-pro {
  color: #00c574;
}
.text-semipro {
  color: #f5bd23;
}
.text-newcomer {
  color: #f58023;
}
.text-beginner {
  color: #ef0333;
}
.text-shadow {
  text-shadow: 0 2px 4px rgba(11, 76, 74, 0.22);
  text-shadow: 0 1px 2px rgba(11, 76, 74, 0.3);
}
.btn {
  padding: 12px;
  border: 0;
  font-size: 14px;
  color: #fff;
  background-color: #93afb9;
  border-radius: 4px;
  font-weight: 700;
}
.btn:hover,
.btn:focus {
  color: #fff;
  background-color: #f2f5f7;
  transform: translate(0px, -4px);
  box-shadow: 0px 8px 13px -3px rgba(28, 65, 86, 0.46);
}
.btn:active {
  transform: translate(0px, 2px);
}
.btn--tshadow {
  text-shadow: 0 2px 4px rgba(11, 76, 74, 0.22);
  text-shadow: 0 1px 2px rgba(11, 76, 74, 0.3);
}
.btn--lgray {
  background-color: #f2f5f7;
  color: #677d85;
}
.btn--lgray:hover,
.btn--lgray:focus {
  background-color: #e7ebef;
  color: #677d85;
}
.btn--dgreen {
  background-color: #00ae76;
}
.btn--dgreen:hover,
.btn--dgreen:focus {
  background-color: #009565;
}
.btn--green {
  background-color: #00c574;
}
.btn--green:hover,
.btn--green:focus {
  background-color: #00df83;
}
.btn--lgreen {
  background-color: #44db5e;
}
.btn--lgreen:hover,
.btn--lgreen:focus {
  background-color: #26c642;
}
.btn--agreen {
  background-color: #00c574;
}
.btn--agreen:hover,
.btn--agreen:focus {
  background-color: #01967a;
}
.btn--aqua {
  background-color: #3ac3b5;
}
.btn--aqua:hover,
.btn--aqua:focus {
  background-color: #34afa3;
}
.btn--blue {
  background-color: #fe7f4c;
}
.btn--blue:hover,
.btn--blue:focus {
  background-color: #fc9268;
}
.btn--blackb {
  background-color: #04475c;
}
.btn--blackb:hover,
.btn--blackb:focus {
  background-color: #02212b;
}
.btn--bblue {
  background-color: #04475c;
}
.btn--bblue:hover,
.btn--bblue:focus {
  background-color: #02212b;
}
.btn--red {
  background-color: #ef0333;
}
.btn--red:hover,
.btn--red:focus {
  background-color: #bd0228;
}
.btn--border {
  background-color: transparent;
  border: 1px solid #93afb9;
  color: #93afb9;
}
.btn--border--aqua {
  background-color: transparent;
  border: 1px solid #3ac3b5;
  color: #3ac3b5;
}
.btn--border--blue {
  background-color: transparent;
  border: 1px solid #0076ff;
  color: #0076ff;
}
.btn--border--red {
  background-color: transparent;
  border: 1px solid #ef0333;
  color: #ef0333;
}
.btn--border:hover,
.btn--border:focus,
.btn--border--aqua:hover,
.btn--border--aqua:focus,
.btn--border--blue:hover,
.btn--border--blue:focus {
  color: #93afb9;
  background-color: #f2f5f7;
}
.btn--big {
  padding: 18px;
  font-size: 16px;
  border-radius: 6px;
}
.btn--small {
  padding: 9px;
  font-size: 12px;
}
a.btn span {
  font-weight: bold;
}
.badge-new {
  background-color: #ef0333;
  font-size: 14px;
  position: absolute;
  top: -8px;
  left: 0;
  z-index: 6;
}
.form-normal .form-control {
  outline: none;
  outline-offset: 0;
  outline-color: #00c574;
  -webkit-box-shadow: none;
  -webkit-appearance: none;
  border-color: #c2d4db;
  border-radius: 4px;
}
.form-normal .form-control:-webkit-autofill,
.form-normal .form-control:-webkit-autofill:active,
.form-normal .form-control:-webkit-autofill:focus,
.form-normal .form-control:-webkit-autofill:hover {
  transition: background-color 5000s ease-in-out 0s;
  background-color: #f8fafc !important;
  -webkit-box-shadow: 0 0 0 30px #f8fafc inset;
}
.form-normal .form-control:focus {
  border-color: #0076ff;
}
.form-normal .form-control::-webkit-outer-spin-button,
.form-normal .form-control::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.form-normal .form-control[type="number"] {
  -moz-appearance: textfield;
}
.form-normal .form-control.input-lg {
  font-size: 15px;
}
@media screen and (max-width: 767px) {
  .form-normal .form-control.input-lg {
    font-size: 16px;
  }
}
.form-normal .form-control.input-md {
  height: 41px;
  font-size: 14px;
}
@media screen and (max-width: 767px) {
  .form-normal .form-control.input-md {
    font-size: 16px;
  }
}
.form-normal .currency {
  position: relative;
}
.form-normal .currency--symbol {
  display: none;
  position: absolute;
  top: 12px;
  left: 13px;
  font-size: 15px;
  color: #374d5b;
}
.form-normal .currency--cents {
  display: none;
  position: absolute;
  top: 12px;
  right: 13px;
  font-size: 15px;
  color: #93afb9;
}
.form-normal .currency .form-control:focus,
.form-normal .currency .form-control:not(:placeholder-shown) {
  padding-left: 26px;
}
.form-normal .currency .form-control:focus + .currency--symbol,
.form-normal
  .currency
  .form-control:not(:placeholder-shown)
  + .currency--symbol {
  display: block;
}
.form-normal select.input-lg {
  line-height: 1.3333333;
}
.form-normal select {
  -moz-appearance: none;
  background-image: linear-gradient(45deg, transparent 50%, #93afb9 50%),
    linear-gradient(135deg, #93afb9 50%, transparent 50%),
    linear-gradient(to right, #c2d4db, #c2d4db);
  background-position: calc(100% - 20px) calc(1em + 4px),
    calc(100% - 15px) calc(1em + 4px), calc(100% - 2.5em) 0.5em;
  background-size: 5px 5px, 5px 5px, 1px 1.8em;
  background-repeat: no-repeat;
}
.form-normal select::-ms-expand {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
}
.check-cont input[type="checkbox"],
.check-cont input[type="radio"] {
  display: none;
}
.check-cont.takenerror input[type="radio"] + label.check,
.check-cont.takenerror input[type="checkbox"] + label.check {
  border-color: #fc6548;
}
.check-cont .check-group {
  float: left;
}
@media screen and (max-width: 767px) {
  .check-cont .check-group {
    float: none;
    margin-bottom: 15px;
  }
}
.check-cont input[type="radio"] + label.check,
.check-cont input[type="checkbox"] + label.check {
  border: solid 1px #c2d4db;
  border-radius: 5px;
  margin-bottom: 0px;
  font-size: 14px;
  padding: 10px;
  height: auto;
  text-align: center;
  display: block;
  color: #93afb9;
}
.check-cont input[type="radio"] + label.check:hover,
.check-cont input[type="checkbox"] + label.check:hover {
  cursor: pointer;
  background: #f2f5f7;
}
@media screen and (max-width: 767px) {
  .check-cont input[type="radio"] + label.check,
  .check-cont input[type="checkbox"] + label.check {
    font-size: 16px;
    padding: 20px 6px;
    line-height: auto;
    padding: 12px;
  }
}
.check-cont .sn input[type="radio"] + label.check,
.check-cont .sn input[type="checkbox"] + label.check {
  padding: 20px 10px;
}
.check-cont input[type="radio"]:checked + label.check,
.check-cont input[type="checkbox"]:checked + label.check {
  background: #0d6edf;
  color: #fff;
  font-weight: 500;
}
.check-border input[type="checkbox"],
.check-border input[type="radio"] {
  display: none;
}
.check-border.takenerror input[type="radio"] + label.check,
.check-border.takenerror input[type="checkbox"] + label.check {
  border-color: #fc6548;
}
@media screen and (max-width: 767px) {
  .check-border .check-group {
    float: none;
    margin-bottom: 15px;
  }
}
.check-border input[type="radio"] + label.check,
.check-border input[type="checkbox"] + label.check {
  border: solid 1px #c2d4db;
  border-radius: 5px;
  margin-bottom: 0px;
  font-size: 14px;
  padding: 10px;
  height: auto;
  text-align: center;
  display: block;
  color: #93afb9;
  background: white;
}
.check-border input[type="radio"] + label.check:hover,
.check-border input[type="checkbox"] + label.check:hover {
  cursor: pointer;
  color: #677d85;
  border-color: #677d85;
}
@media screen and (max-width: 767px) {
  .check-border input[type="radio"] + label.check,
  .check-border input[type="checkbox"] + label.check {
    font-size: 16px;
    padding: 20px 6px;
    line-height: auto;
    padding: 12px;
  }
}
.check-border .sn input[type="radio"] + label.check,
.check-border .sn input[type="checkbox"] + label.check {
  padding: 20px 10px;
}
.check-border input[type="radio"]:checked + label.check,
.check-border input[type="checkbox"]:checked + label.check {
  border-color: #0076ff;
  color: #0076ff;
  font-weight: 500;
  background-color: #e6effb;
}
.material-switch {
  display: inline-block;
}
.material-switch > input[type="checkbox"] {
  display: none;
}
.material-switch > label {
  cursor: pointer;
  height: 0;
  position: relative;
  width: 40px;
}
.material-switch > label::before {
  background: #93afb9;
  border-radius: 63px;
  content: "";
  height: 27px;
  margin-top: -14px;
  position: absolute;
  opacity: 0.3;
  transition: all 0.4s ease-in-out;
  width: 46px;
}
.material-switch > label::after {
  background: white;
  border-radius: 16px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  content: "";
  height: 24px;
  left: -4px;
  margin-top: -9px;
  position: absolute;
  top: -4px;
  transition: all 0.3s ease-in-out;
  width: 24px;
}
.material-switch > input[type="checkbox"]:checked + label::before {
  background: #00c574;
  opacity: 0.9;
}
.material-switch > input[type="checkbox"]:checked + label::after {
  background: #fff;
  left: 20px;
}
.material-switch.ai--switch > input[type="checkbox"]:checked + label::after {
  background: #fff;
  left: 20px;
  content: "$";
  text-align: center;
  font-size: 12px;
  line-height: 25px;
  color: #00c574;
}
@media screen and (max-width: 767px) {
  .form-placeholder {
    padding: 0;
  }
}
.form-placeholder label.mini {
  font-size: 14px;
  padding-bottom: 10px;
}
.form-placeholder label {
  color: #6c797b;
  z-index: 3;
}
.form-placeholder ::-webkit-input-placeholder {
  color: #b5b5b5;
}
.form-placeholder :-moz-placeholder {
  color: #b5b5b5;
  opacity: 1;
}
.form-placeholder ::-moz-placeholder {
  color: #b5b5b5;
  opacity: 1;
}
.form-placeholder :-ms-input-placeholder {
  color: #b5b5b5;
}
.form-placeholder ::-ms-input-placeholder {
  color: #b5b5b5;
}
.form-placeholder select.form-control {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 0.8em;
  border: 1px solid #ddd;
  border-radius: 4px;
  border-bottom-left-radius: 4px !important;
  border-top-left-radius: 4px !important;
  height: auto;
  font-size: 16px;
}
.form-placeholder select.form-control:focus {
  background-color: #fff;
}
.form-placeholder input,
.form-placeholder select,
.form-placeholder textarea {
  width: 100%;
  font-size: 16px;
  padding-top: 1em;
  padding: 0.8em;
  margin-bottom: 2px;
  border-bottom: 2px solid rgba(0, 0, 0, 0.1);
  border: 1px solid #dae8ea;
  border-radius: 4px;
  box-shadow: 0;
  -webkit-appearance: none;
}
.form-placeholder input[readonly],
.form-placeholder select[readonly],
.form-placeholder textarea[readonly] {
  background-color: #f2f5f7;
}
.form-placeholder input:focus,
.form-placeholder select:focus,
.form-placeholder textarea:focus {
  outline: none;
  border-color: rgba(0, 0, 0, 0.5);
  border: 0;
  border: 1px solid #44db5e;
  border: 1px solid #8f95a9;
  border: 1px solid #b2bec5;
  background-color: #fafbfb;
  border-color: #0285d6;
}
.form-placeholder input:focus label,
.form-placeholder input:focus > span,
.form-placeholder select:focus label,
.form-placeholder select:focus > span,
.form-placeholder textarea:focus label,
.form-placeholder textarea:focus > span {
  left: 15px;
  top: -8px;
}
.form-placeholder input:focus + label,
.form-placeholder select:focus + label,
.form-placeholder textarea:focus + label {
  color: #0285d6;
}
.form-placeholder .has-float-label-sel {
  position: relative;
}
.form-placeholder .has-float-label-sel label {
  font-size: 16px;
  color: #adbcbf;
  position: absolute;
  top: 13px;
  left: 12px;
}
@media screen and (max-width: 767px) {
  .form-placeholder .has-float-label-sel label {
    font-size: 18px;
  }
}
.form-placeholder .has-float-label-sel select {
  background-color: transparent;
  position: relative;
  z-index: 9;
  background: url(iconos/select-0cba74075b16df62e632689f60e6372732dde1987bfad06e4dfde053f4b03034.svg)
    no-repeat;
  background-size: 9px;
  background-position: right 10px center;
}
@media screen and (max-width: 767px) {
  .form-placeholder .has-float-label-sel select {
    font-size: 18px;
    padding: 14px;
  }
}
.form-placeholder .has-float-label-sel select[readonly] {
  background-color: #f2f5f7;
}
.form-placeholder .has-float-label-sel.changed select {
  transition: all 0.2s;
  padding: 10px;
  padding-top: 25px;
  padding-bottom: 7px;
}
.form-placeholder .has-float-label-sel.changed label {
  z-index: 10;
  position: absolute;
  left: 8px;
  top: 8px;
  cursor: text;
  font-size: 90%;
  font-size: 14px;
  opacity: 1;
  color: #00ae76;
  transition: all 0.2s;
  padding: 0 4px;
  -webkit-touch-callout: default;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.form-placeholder .has-float-label {
  display: block;
  position: relative;
}
.form-placeholder .has-float-label label,
.form-placeholder .has-float-label > span {
  position: absolute;
  left: 8px;
  top: 8px;
  cursor: text;
  font-size: 90%;
  font-size: 14px;
  opacity: 1;
  color: #00ae76;
  transition: all 0.2s;
  padding: 0 4px;
  -webkit-touch-callout: default;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.form-placeholder .has-float-label input,
.form-placeholder .has-float-label select,
.form-placeholder .has-float-label textarea {
  width: 100%;
  font-size: 16px;
  padding-top: 1em;
  padding: 0.8em;
  margin-bottom: 2px;
  border-bottom: 2px solid rgba(0, 0, 0, 0.1);
  border: 1px solid #dae8ea;
  border-radius: 4px;
  box-shadow: 0;
  -webkit-appearance: none;
}
.form-placeholder .has-float-label input::placeholder,
.form-placeholder .has-float-label select::placeholder,
.form-placeholder .has-float-label textarea::placeholder {
  opacity: 1;
  transition: all 0.2s;
}
.form-placeholder
  .has-float-label
  input:placeholder-shown:not(:focus)::placeholder,
.form-placeholder
  .has-float-label
  select:placeholder-shown:not(:focus)::placeholder,
.form-placeholder
  .has-float-label
  textarea:placeholder-shown:not(:focus)::placeholder {
  opacity: 0;
}
@media screen and (max-width: 767px) {
  .form-placeholder .has-float-label input,
  .form-placeholder .has-float-label select,
  .form-placeholder .has-float-label textarea {
    font-size: 18px;
  }
}
.form-placeholder .has-float-label input:placeholder-shown:not(:focus) + *,
.form-placeholder .has-float-label select:placeholder-shown:not(:focus) + *,
.form-placeholder .has-float-label textarea:placeholder-shown:not(:focus) + * {
  font-size: 16px;
  color: #6c797b;
  color: #adbcbf;
  top: 13px;
}
.form-placeholder
  .has-float-label
  input:placeholder-shown:not(:focus)
  + *
  + .currency,
.form-placeholder
  .has-float-label
  select:placeholder-shown:not(:focus)
  + *
  + .currency,
.form-placeholder
  .has-float-label
  textarea:placeholder-shown:not(:focus)
  + *
  + .currency {
  display: none;
}
@media screen and (max-width: 767px) {
  .form-placeholder .has-float-label input:placeholder-shown:not(:focus) + *,
  .form-placeholder .has-float-label select:placeholder-shown:not(:focus) + *,
  .form-placeholder
    .has-float-label
    textarea:placeholder-shown:not(:focus)
    + * {
    font-size: 18px;
  }
}
.form-placeholder .has-float-label input:not(:placeholder-shown),
.form-placeholder .has-float-label input:focus,
.form-placeholder .has-float-label select:not(:placeholder-shown),
.form-placeholder .has-float-label select:focus,
.form-placeholder .has-float-label textarea:not(:placeholder-shown),
.form-placeholder .has-float-label textarea:focus {
  padding: 10px;
  padding-top: 25px;
  padding-bottom: 7px;
}
.form-placeholder .has-float-label input:focus,
.form-placeholder .has-float-label select:focus,
.form-placeholder .has-float-label textarea:focus {
  border-color: #0285d6;
}
.form-placeholder .has-float-label input:focus + label,
.form-placeholder .has-float-label select:focus + label,
.form-placeholder .has-float-label textarea:focus + label {
  color: #0285d6;
}
.form-placeholder .has-float-label .currency {
  position: absolute;
  bottom: 18px;
  left: 12px;
  font-weight: 14px;
}
.form-placeholder .has-float-label .form-currency {
  padding-left: 22px;
}
.form-placeholder .input-group .row .has-float-label label,
.form-placeholder .input-group .row .has-float-label > span {
  position: absolute;
}
@media screen and (max-width: 767px) {
  .form-placeholder .input-group .row .has-float-label {
    margin-bottom: 12px;
  }
}
@media screen and (max-width: 767px) {
  .form-placeholder .input-group .row {
    margin-bottom: -12px;
  }
}
.form-placeholder .ok {
  background-image: url(../img/icons/ok-02.svg);
  background-repeat: no-repeat;
  background-position: center right 12px;
  background-size: 18px;
}
.form-placeholder .form-group {
  margin: 30px auto;
}
.form-placeholder .input-group {
  width: 100%;
  margin-bottom: 15px;
}
@media screen and (max-width: 767px) {
  .form-placeholder .input-group {
    margin-bottom: 12px;
  }
}
.form-placeholder .input-group .info-poopup {
  display: none;
  position: absolute;
  right: 10px;
  border: 1px solid #aaa;
  border-radius: 100%;
  top: 15px;
  color: #999;
  padding: 1px 7px;
}
.form-placeholder .input-group:hover .info-poopup {
  display: block;
}
.form-placeholder .input-group.employee {
  display: none;
}
.form-placeholder .input-group-addon {
  width: 30%;
}
.form-placeholder .check-bol label {
  color: #adbcbf;
}
.form-placeholder .check-bol input[type="checkbox"],
.form-placeholder .check-bol input[type="radio"] {
  display: none;
}
.form-placeholder .check-bol.takenerror input[type="radio"] + label.check {
  border-color: #fc6548;
}
.form-placeholder .check-bol .check-group {
  width: auto;
  float: left;
  margin-right: 20px;
}
.form-placeholder .check-bol input[type="radio"] + label.check {
  border: solid 1px #dae8ea;
  border-radius: 4px;
  margin-bottom: 0px;
  font-size: 16px;
  padding: 10px;
  height: auto;
  min-width: 90px;
  text-align: center;
}
.form-placeholder .check-bol input[type="radio"] + label.check:hover,
.form-placeholder .check-bol input[type="radio"] + label.check:focus {
  cursor: pointer;
  background: #f1f1f1;
  color: #0285d6;
  border-color: #0285d6;
  background: #fafbfb;
  outline: none;
}
@media screen and (max-width: 767px) {
  .form-placeholder .check-bol input[type="radio"] + label.check {
    font-size: 16px;
    padding: 20px 6px;
    line-height: auto;
    padding: 12px;
    min-width: 60px;
  }
}
.form-placeholder .check-bol .sn input[type="radio"] + label.check {
  padding: 5px;
  min-width: 60px;
}
.form-placeholder .check-bol input[type="radio"]:checked + label.check {
  background: #e9f7e3;
  background: #dbf9e5;
  border: 1px solid #00ae76;
  color: #00ae76;
}
.radio-normal {
  -webkit-appearance: radio;
  -moz-appearance: radio;
  apparence: radio;
}
.checkbox-normal {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
  apparence: checkbox;
}
.checkbox-normal,
.radio-normal {
  display: inline-block;
  margin: auto;
}
.height-100 {
  height: 100%;
}
@media screen and (max-width: 767px) {
  .height-100 {
    height: auto;
  }
}
.min-height-100 {
  min-height: 100%;
}
@media screen and (max-width: 767px) {
  .min-height-100 {
    height: auto;
  }
}
.width-100 {
  width: 100%;
}
.min-width-100 {
  min-width: 100%;
}
.modal-sm {
  width: 320px;
}
.position-relative {
  position: relative;
}
.out {
  margin-left: -20px;
  margin-right: -20px;
}
@media screen and (max-width: 767px) {
  .out--xs {
    margin-left: -20px;
    margin-right: -20px;
  }
}
.min-h100 {
  min-height: 100%;
}
.mx--20 {
  margin-left: -20px;
  margin-right: -20px;
}
.row-thin-xs {
  margin-left: -5px;
  margin-right: -5px;
}
.row-thin-xs .col-xs-1,
.row-thin-xs .col-xs-2,
.row-thin-xs .col-xs-3,
.row-thin-xs .col-xs-4,
.row-thin-xs .col-xs-5,
.row-thin-xs .col-xs-6,
.row-thin-xs .col-xs-7,
.row-thin-xs .col-xs-8,
.row-thin-xs .col-xs-9,
.row-thin-xs .col-xs-10,
.row-thin-xs .col-xs-11,
.row-thin-xs .col-xs-12 {
  padding-left: 5px;
  padding-right: 5px;
}
.w-25 {
  width: 25%;
}
.w-50 {
  width: 50%;
}
.w-75 {
  width: 75%;
}
.w-100 {
  width: 100%;
}
.m-0 {
  margin: 0 !important;
}
.mt-0,
.my-0 {
  margin-top: 0 !important;
}
.mr-0,
.mx-0 {
  margin-right: 0 !important;
}
.mb-0,
.my-0 {
  margin-bottom: 0 !important;
}
.ml-0,
.mx-0 {
  margin-left: 0 !important;
}
.m-1 {
  margin: 0.25rem !important;
}
.mt-1,
.my-1 {
  margin-top: 0.25rem !important;
}
.mr-1,
.mx-1 {
  margin-right: 0.25rem !important;
}
.mb-1,
.my-1 {
  margin-bottom: 0.25rem !important;
}
.ml-1,
.mx-1 {
  margin-left: 0.25rem !important;
}
.m-2 {
  margin: 0.5rem !important;
}
.mt-2,
.my-2 {
  margin-top: 0.5rem !important;
}
.mr-2,
.mx-2 {
  margin-right: 0.5rem !important;
}
.mb-2,
.my-2 {
  margin-bottom: 0.5rem !important;
}
.ml-2,
.mx-2 {
  margin-left: 0.5rem !important;
}
.m-3 {
  margin: 1rem !important;
}
.mt-3,
.my-3 {
  margin-top: 1rem !important;
}
.mr-3,
.mx-3 {
  margin-right: 1rem !important;
}
.mb-3,
.my-3 {
  margin-bottom: 1rem !important;
}
.ml-3,
.mx-3 {
  margin-left: 1rem !important;
}
.m-4 {
  margin: 1.5rem !important;
}
.mt-4,
.my-4 {
  margin-top: 1.5rem !important;
}
.mr-4,
.mx-4 {
  margin-right: 1.5rem !important;
}
.mb-4,
.my-4 {
  margin-bottom: 1.5rem !important;
}
.ml-4,
.mx-4 {
  margin-left: 1.5rem !important;
}
.m-5 {
  margin: 3rem !important;
}
.mt-5,
.my-5 {
  margin-top: 3rem !important;
}
.mr-5,
.mx-5 {
  margin-right: 3rem !important;
}
.mb-5,
.my-5 {
  margin-bottom: 3rem !important;
}
.ml-5,
.mx-5 {
  margin-left: 3rem !important;
}
.m-6 {
  margin: 4.5rem !important;
}
.mt-6,
.my-6 {
  margin-top: 4.5rem !important;
}
.mr-6,
.mx-6 {
  margin-right: 4.5rem !important;
}
.mb-6,
.my-6 {
  margin-bottom: 4.5rem !important;
}
.ml-6,
.mx-6 {
  margin-left: 4.5rem !important;
}
.m-7 {
  margin: 6rem !important;
}
.mt-7,
.my-7 {
  margin-top: 6rem !important;
}
.mr-7,
.mx-7 {
  margin-right: 6rem !important;
}
.mb-7,
.my-7 {
  margin-bottom: 6rem !important;
}
.ml-7,
.mx-7 {
  margin-left: 6rem !important;
}
.p-0 {
  padding: 0 !important;
}
.pt-0,
.py-0 {
  padding-top: 0 !important;
}
.pr-0,
.px-0 {
  padding-right: 0 !important;
}
.pb-0,
.py-0 {
  padding-bottom: 0 !important;
}
.pl-0,
.px-0 {
  padding-left: 0 !important;
}
.p-1 {
  padding: 0.25rem !important;
}
.pt-1,
.py-1 {
  padding-top: 0.25rem !important;
}
.pr-1,
.px-1 {
  padding-right: 0.25rem !important;
}
.pb-1,
.py-1 {
  padding-bottom: 0.25rem !important;
}
.pl-1,
.px-1 {
  padding-left: 0.25rem !important;
}
.p-2 {
  padding: 0.5rem !important;
}
.pt-2,
.py-2 {
  padding-top: 0.5rem !important;
}
.pr-2,
.px-2 {
  padding-right: 0.5rem !important;
}
.pb-2,
.py-2 {
  padding-bottom: 0.5rem !important;
}
.pl-2,
.px-2 {
  padding-left: 0.5rem !important;
}
.p-3 {
  padding: 1rem !important;
}
.pt-3,
.py-3 {
  padding-top: 1rem !important;
}
.pr-3,
.px-3 {
  padding-right: 1rem !important;
}
.pb-3,
.py-3 {
  padding-bottom: 1rem !important;
}
.pl-3,
.px-3 {
  padding-left: 1rem !important;
}
.p-4 {
  padding: 1.5rem !important;
}
.pt-4,
.py-4 {
  padding-top: 1.5rem !important;
}
.pr-4,
.px-4 {
  padding-right: 1.5rem !important;
}
.pb-4,
.py-4 {
  padding-bottom: 1.5rem !important;
}
.pl-4,
.px-4 {
  padding-left: 1.5rem !important;
}
.p-5 {
  padding: 3rem !important;
}
.pt-5,
.py-5 {
  padding-top: 3rem !important;
}
.pr-5,
.px-5 {
  padding-right: 3rem !important;
}
.pb-5,
.py-5 {
  padding-bottom: 3rem !important;
}
.pl-5,
.px-5 {
  padding-left: 3rem !important;
}
.p-6 {
  padding: 4.5rem !important;
}
.pt-6,
.py-6 {
  padding-top: 4.5rem !important;
}
.pr-6,
.px-6 {
  padding-right: 4.5rem !important;
}
.pb-6,
.py-6 {
  padding-bottom: 4.5rem !important;
}
.pl-6,
.px-6 {
  padding-left: 4.5rem !important;
}
.p-7 {
  padding: 6rem !important;
}
.pt-7,
.py-7 {
  padding-top: 6rem !important;
}
.pr-7,
.px-7 {
  padding-right: 6rem !important;
}
.pb-7,
.py-7 {
  padding-bottom: 6rem !important;
}
.pl-7,
.px-7 {
  padding-left: 6rem !important;
}
.m-auto {
  margin: auto !important;
}
.mt-auto,
.my-auto {
  margin-top: auto !important;
}
.mr-auto,
.mx-auto {
  margin-right: auto !important;
}
.mb-auto,
.my-auto {
  margin-bottom: auto !important;
}
.ml-auto,
.mx-auto {
  margin-left: auto !important;
}
@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important;
  }
  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0 !important;
  }
  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0 !important;
  }
  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0 !important;
  }
  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0 !important;
  }
  .m-sm-1 {
    margin: 0.25rem !important;
  }
  .mt-sm-1,
  .my-sm-1 {
    margin-top: 0.25rem !important;
  }
  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 0.25rem !important;
  }
  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 0.25rem !important;
  }
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  .mt-sm-2,
  .my-sm-2 {
    margin-top: 0.5rem !important;
  }
  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 0.5rem !important;
  }
  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 0.5rem !important;
  }
  .m-sm-3 {
    margin: 1rem !important;
  }
  .mt-sm-3,
  .my-sm-3 {
    margin-top: 1rem !important;
  }
  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 1rem !important;
  }
  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 1rem !important;
  }
  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 1rem !important;
  }
  .m-sm-4 {
    margin: 1.5rem !important;
  }
  .mt-sm-4,
  .my-sm-4 {
    margin-top: 1.5rem !important;
  }
  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 1.5rem !important;
  }
  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 1.5rem !important;
  }
  .m-sm-5 {
    margin: 3rem !important;
  }
  .mt-sm-5,
  .my-sm-5 {
    margin-top: 3rem !important;
  }
  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 3rem !important;
  }
  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 3rem !important;
  }
  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 3rem !important;
  }
  .m-sm-6 {
    margin: 4.5rem !important;
  }
  .mt-sm-6,
  .my-sm-6 {
    margin-top: 4.5rem !important;
  }
  .mr-sm-6,
  .mx-sm-6 {
    margin-right: 4.5rem !important;
  }
  .mb-sm-6,
  .my-sm-6 {
    margin-bottom: 4.5rem !important;
  }
  .ml-sm-6,
  .mx-sm-6 {
    margin-left: 4.5rem !important;
  }
  .m-sm-7 {
    margin: 6rem !important;
  }
  .mt-sm-7,
  .my-sm-7 {
    margin-top: 6rem !important;
  }
  .mr-sm-7,
  .mx-sm-7 {
    margin-right: 6rem !important;
  }
  .mb-sm-7,
  .my-sm-7 {
    margin-bottom: 6rem !important;
  }
  .ml-sm-7,
  .mx-sm-7 {
    margin-left: 6rem !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .pt-sm-0,
  .py-sm-0 {
    padding-top: 0 !important;
  }
  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0 !important;
  }
  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0 !important;
  }
  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0 !important;
  }
  .p-sm-1 {
    padding: 0.25rem !important;
  }
  .pt-sm-1,
  .py-sm-1 {
    padding-top: 0.25rem !important;
  }
  .pr-sm-1,
  .px-sm-1 {
    padding-right: 0.25rem !important;
  }
  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-sm-1,
  .px-sm-1 {
    padding-left: 0.25rem !important;
  }
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  .pt-sm-2,
  .py-sm-2 {
    padding-top: 0.5rem !important;
  }
  .pr-sm-2,
  .px-sm-2 {
    padding-right: 0.5rem !important;
  }
  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-sm-2,
  .px-sm-2 {
    padding-left: 0.5rem !important;
  }
  .p-sm-3 {
    padding: 1rem !important;
  }
  .pt-sm-3,
  .py-sm-3 {
    padding-top: 1rem !important;
  }
  .pr-sm-3,
  .px-sm-3 {
    padding-right: 1rem !important;
  }
  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 1rem !important;
  }
  .pl-sm-3,
  .px-sm-3 {
    padding-left: 1rem !important;
  }
  .p-sm-4 {
    padding: 1.5rem !important;
  }
  .pt-sm-4,
  .py-sm-4 {
    padding-top: 1.5rem !important;
  }
  .pr-sm-4,
  .px-sm-4 {
    padding-right: 1.5rem !important;
  }
  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-sm-4,
  .px-sm-4 {
    padding-left: 1.5rem !important;
  }
  .p-sm-5 {
    padding: 3rem !important;
  }
  .pt-sm-5,
  .py-sm-5 {
    padding-top: 3rem !important;
  }
  .pr-sm-5,
  .px-sm-5 {
    padding-right: 3rem !important;
  }
  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 3rem !important;
  }
  .pl-sm-5,
  .px-sm-5 {
    padding-left: 3rem !important;
  }
  .p-sm-6 {
    padding: 4.5rem !important;
  }
  .pt-sm-6,
  .py-sm-6 {
    padding-top: 4.5rem !important;
  }
  .pr-sm-6,
  .px-sm-6 {
    padding-right: 4.5rem !important;
  }
  .pb-sm-6,
  .py-sm-6 {
    padding-bottom: 4.5rem !important;
  }
  .pl-sm-6,
  .px-sm-6 {
    padding-left: 4.5rem !important;
  }
  .p-sm-7 {
    padding: 6rem !important;
  }
  .pt-sm-7,
  .py-sm-7 {
    padding-top: 6rem !important;
  }
  .pr-sm-7,
  .px-sm-7 {
    padding-right: 6rem !important;
  }
  .pb-sm-7,
  .py-sm-7 {
    padding-bottom: 6rem !important;
  }
  .pl-sm-7,
  .px-sm-7 {
    padding-left: 6rem !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto !important;
  }
  .mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto !important;
  }
  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important;
  }
  .mt-md-0,
  .my-md-0 {
    margin-top: 0 !important;
  }
  .mr-md-0,
  .mx-md-0 {
    margin-right: 0 !important;
  }
  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important;
  }
  .ml-md-0,
  .mx-md-0 {
    margin-left: 0 !important;
  }
  .m-md-1 {
    margin: 0.25rem !important;
  }
  .mt-md-1,
  .my-md-1 {
    margin-top: 0.25rem !important;
  }
  .mr-md-1,
  .mx-md-1 {
    margin-right: 0.25rem !important;
  }
  .mb-md-1,
  .my-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-md-1,
  .mx-md-1 {
    margin-left: 0.25rem !important;
  }
  .m-md-2 {
    margin: 0.5rem !important;
  }
  .mt-md-2,
  .my-md-2 {
    margin-top: 0.5rem !important;
  }
  .mr-md-2,
  .mx-md-2 {
    margin-right: 0.5rem !important;
  }
  .mb-md-2,
  .my-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-md-2,
  .mx-md-2 {
    margin-left: 0.5rem !important;
  }
  .m-md-3 {
    margin: 1rem !important;
  }
  .mt-md-3,
  .my-md-3 {
    margin-top: 1rem !important;
  }
  .mr-md-3,
  .mx-md-3 {
    margin-right: 1rem !important;
  }
  .mb-md-3,
  .my-md-3 {
    margin-bottom: 1rem !important;
  }
  .ml-md-3,
  .mx-md-3 {
    margin-left: 1rem !important;
  }
  .m-md-4 {
    margin: 1.5rem !important;
  }
  .mt-md-4,
  .my-md-4 {
    margin-top: 1.5rem !important;
  }
  .mr-md-4,
  .mx-md-4 {
    margin-right: 1.5rem !important;
  }
  .mb-md-4,
  .my-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-md-4,
  .mx-md-4 {
    margin-left: 1.5rem !important;
  }
  .m-md-5 {
    margin: 3rem !important;
  }
  .mt-md-5,
  .my-md-5 {
    margin-top: 3rem !important;
  }
  .mr-md-5,
  .mx-md-5 {
    margin-right: 3rem !important;
  }
  .mb-md-5,
  .my-md-5 {
    margin-bottom: 3rem !important;
  }
  .ml-md-5,
  .mx-md-5 {
    margin-left: 3rem !important;
  }
  .m-md-6 {
    margin: 4.5rem !important;
  }
  .mt-md-6,
  .my-md-6 {
    margin-top: 4.5rem !important;
  }
  .mr-md-6,
  .mx-md-6 {
    margin-right: 4.5rem !important;
  }
  .mb-md-6,
  .my-md-6 {
    margin-bottom: 4.5rem !important;
  }
  .ml-md-6,
  .mx-md-6 {
    margin-left: 4.5rem !important;
  }
  .m-md-7 {
    margin: 6rem !important;
  }
  .mt-md-7,
  .my-md-7 {
    margin-top: 6rem !important;
  }
  .mr-md-7,
  .mx-md-7 {
    margin-right: 6rem !important;
  }
  .mb-md-7,
  .my-md-7 {
    margin-bottom: 6rem !important;
  }
  .ml-md-7,
  .mx-md-7 {
    margin-left: 6rem !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .pt-md-0,
  .py-md-0 {
    padding-top: 0 !important;
  }
  .pr-md-0,
  .px-md-0 {
    padding-right: 0 !important;
  }
  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0 !important;
  }
  .pl-md-0,
  .px-md-0 {
    padding-left: 0 !important;
  }
  .p-md-1 {
    padding: 0.25rem !important;
  }
  .pt-md-1,
  .py-md-1 {
    padding-top: 0.25rem !important;
  }
  .pr-md-1,
  .px-md-1 {
    padding-right: 0.25rem !important;
  }
  .pb-md-1,
  .py-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-md-1,
  .px-md-1 {
    padding-left: 0.25rem !important;
  }
  .p-md-2 {
    padding: 0.5rem !important;
  }
  .pt-md-2,
  .py-md-2 {
    padding-top: 0.5rem !important;
  }
  .pr-md-2,
  .px-md-2 {
    padding-right: 0.5rem !important;
  }
  .pb-md-2,
  .py-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-md-2,
  .px-md-2 {
    padding-left: 0.5rem !important;
  }
  .p-md-3 {
    padding: 1rem !important;
  }
  .pt-md-3,
  .py-md-3 {
    padding-top: 1rem !important;
  }
  .pr-md-3,
  .px-md-3 {
    padding-right: 1rem !important;
  }
  .pb-md-3,
  .py-md-3 {
    padding-bottom: 1rem !important;
  }
  .pl-md-3,
  .px-md-3 {
    padding-left: 1rem !important;
  }
  .p-md-4 {
    padding: 1.5rem !important;
  }
  .pt-md-4,
  .py-md-4 {
    padding-top: 1.5rem !important;
  }
  .pr-md-4,
  .px-md-4 {
    padding-right: 1.5rem !important;
  }
  .pb-md-4,
  .py-md-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-md-4,
  .px-md-4 {
    padding-left: 1.5rem !important;
  }
  .p-md-5 {
    padding: 3rem !important;
  }
  .pt-md-5,
  .py-md-5 {
    padding-top: 3rem !important;
  }
  .pr-md-5,
  .px-md-5 {
    padding-right: 3rem !important;
  }
  .pb-md-5,
  .py-md-5 {
    padding-bottom: 3rem !important;
  }
  .pl-md-5,
  .px-md-5 {
    padding-left: 3rem !important;
  }
  .p-md-6 {
    padding: 4.5rem !important;
  }
  .pt-md-6,
  .py-md-6 {
    padding-top: 4.5rem !important;
  }
  .pr-md-6,
  .px-md-6 {
    padding-right: 4.5rem !important;
  }
  .pb-md-6,
  .py-md-6 {
    padding-bottom: 4.5rem !important;
  }
  .pl-md-6,
  .px-md-6 {
    padding-left: 4.5rem !important;
  }
  .p-md-7 {
    padding: 6rem !important;
  }
  .pt-md-7,
  .py-md-7 {
    padding-top: 6rem !important;
  }
  .pr-md-7,
  .px-md-7 {
    padding-right: 6rem !important;
  }
  .pb-md-7,
  .py-md-7 {
    padding-bottom: 6rem !important;
  }
  .pl-md-7,
  .px-md-7 {
    padding-left: 6rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mt-md-auto,
  .my-md-auto {
    margin-top: auto !important;
  }
  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto !important;
  }
  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto !important;
  }
  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important;
  }
  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0 !important;
  }
  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0 !important;
  }
  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0 !important;
  }
  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0 !important;
  }
  .m-lg-1 {
    margin: 0.25rem !important;
  }
  .mt-lg-1,
  .my-lg-1 {
    margin-top: 0.25rem !important;
  }
  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 0.25rem !important;
  }
  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 0.25rem !important;
  }
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  .mt-lg-2,
  .my-lg-2 {
    margin-top: 0.5rem !important;
  }
  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 0.5rem !important;
  }
  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 0.5rem !important;
  }
  .m-lg-3 {
    margin: 1rem !important;
  }
  .mt-lg-3,
  .my-lg-3 {
    margin-top: 1rem !important;
  }
  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 1rem !important;
  }
  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 1rem !important;
  }
  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 1rem !important;
  }
  .m-lg-4 {
    margin: 1.5rem !important;
  }
  .mt-lg-4,
  .my-lg-4 {
    margin-top: 1.5rem !important;
  }
  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 1.5rem !important;
  }
  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 1.5rem !important;
  }
  .m-lg-5 {
    margin: 3rem !important;
  }
  .mt-lg-5,
  .my-lg-5 {
    margin-top: 3rem !important;
  }
  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 3rem !important;
  }
  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 3rem !important;
  }
  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 3rem !important;
  }
  .m-lg-6 {
    margin: 4.5rem !important;
  }
  .mt-lg-6,
  .my-lg-6 {
    margin-top: 4.5rem !important;
  }
  .mr-lg-6,
  .mx-lg-6 {
    margin-right: 4.5rem !important;
  }
  .mb-lg-6,
  .my-lg-6 {
    margin-bottom: 4.5rem !important;
  }
  .ml-lg-6,
  .mx-lg-6 {
    margin-left: 4.5rem !important;
  }
  .m-lg-7 {
    margin: 6rem !important;
  }
  .mt-lg-7,
  .my-lg-7 {
    margin-top: 6rem !important;
  }
  .mr-lg-7,
  .mx-lg-7 {
    margin-right: 6rem !important;
  }
  .mb-lg-7,
  .my-lg-7 {
    margin-bottom: 6rem !important;
  }
  .ml-lg-7,
  .mx-lg-7 {
    margin-left: 6rem !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0 !important;
  }
  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0 !important;
  }
  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0 !important;
  }
  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0 !important;
  }
  .p-lg-1 {
    padding: 0.25rem !important;
  }
  .pt-lg-1,
  .py-lg-1 {
    padding-top: 0.25rem !important;
  }
  .pr-lg-1,
  .px-lg-1 {
    padding-right: 0.25rem !important;
  }
  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-lg-1,
  .px-lg-1 {
    padding-left: 0.25rem !important;
  }
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  .pt-lg-2,
  .py-lg-2 {
    padding-top: 0.5rem !important;
  }
  .pr-lg-2,
  .px-lg-2 {
    padding-right: 0.5rem !important;
  }
  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-lg-2,
  .px-lg-2 {
    padding-left: 0.5rem !important;
  }
  .p-lg-3 {
    padding: 1rem !important;
  }
  .pt-lg-3,
  .py-lg-3 {
    padding-top: 1rem !important;
  }
  .pr-lg-3,
  .px-lg-3 {
    padding-right: 1rem !important;
  }
  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 1rem !important;
  }
  .pl-lg-3,
  .px-lg-3 {
    padding-left: 1rem !important;
  }
  .p-lg-4 {
    padding: 1.5rem !important;
  }
  .pt-lg-4,
  .py-lg-4 {
    padding-top: 1.5rem !important;
  }
  .pr-lg-4,
  .px-lg-4 {
    padding-right: 1.5rem !important;
  }
  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-lg-4,
  .px-lg-4 {
    padding-left: 1.5rem !important;
  }
  .p-lg-5 {
    padding: 3rem !important;
  }
  .pt-lg-5,
  .py-lg-5 {
    padding-top: 3rem !important;
  }
  .pr-lg-5,
  .px-lg-5 {
    padding-right: 3rem !important;
  }
  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 3rem !important;
  }
  .pl-lg-5,
  .px-lg-5 {
    padding-left: 3rem !important;
  }
  .p-lg-6 {
    padding: 4.5rem !important;
  }
  .pt-lg-6,
  .py-lg-6 {
    padding-top: 4.5rem !important;
  }
  .pr-lg-6,
  .px-lg-6 {
    padding-right: 4.5rem !important;
  }
  .pb-lg-6,
  .py-lg-6 {
    padding-bottom: 4.5rem !important;
  }
  .pl-lg-6,
  .px-lg-6 {
    padding-left: 4.5rem !important;
  }
  .p-lg-7 {
    padding: 6rem !important;
  }
  .pt-lg-7,
  .py-lg-7 {
    padding-top: 6rem !important;
  }
  .pr-lg-7,
  .px-lg-7 {
    padding-right: 6rem !important;
  }
  .pb-lg-7,
  .py-lg-7 {
    padding-bottom: 6rem !important;
  }
  .pl-lg-7,
  .px-lg-7 {
    padding-left: 6rem !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto !important;
  }
  .mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto !important;
  }
  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important;
  }
  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0 !important;
  }
  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0 !important;
  }
  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0 !important;
  }
  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0 !important;
  }
  .m-xl-1 {
    margin: 0.25rem !important;
  }
  .mt-xl-1,
  .my-xl-1 {
    margin-top: 0.25rem !important;
  }
  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 0.25rem !important;
  }
  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 0.25rem !important;
  }
  .m-xl-2 {
    margin: 0.5rem !important;
  }
  .mt-xl-2,
  .my-xl-2 {
    margin-top: 0.5rem !important;
  }
  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 0.5rem !important;
  }
  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 0.5rem !important;
  }
  .m-xl-3 {
    margin: 1rem !important;
  }
  .mt-xl-3,
  .my-xl-3 {
    margin-top: 1rem !important;
  }
  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 1rem !important;
  }
  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 1rem !important;
  }
  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 1rem !important;
  }
  .m-xl-4 {
    margin: 1.5rem !important;
  }
  .mt-xl-4,
  .my-xl-4 {
    margin-top: 1.5rem !important;
  }
  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 1.5rem !important;
  }
  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 1.5rem !important;
  }
  .m-xl-5 {
    margin: 3rem !important;
  }
  .mt-xl-5,
  .my-xl-5 {
    margin-top: 3rem !important;
  }
  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 3rem !important;
  }
  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 3rem !important;
  }
  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 3rem !important;
  }
  .m-xl-6 {
    margin: 4.5rem !important;
  }
  .mt-xl-6,
  .my-xl-6 {
    margin-top: 4.5rem !important;
  }
  .mr-xl-6,
  .mx-xl-6 {
    margin-right: 4.5rem !important;
  }
  .mb-xl-6,
  .my-xl-6 {
    margin-bottom: 4.5rem !important;
  }
  .ml-xl-6,
  .mx-xl-6 {
    margin-left: 4.5rem !important;
  }
  .m-xl-7 {
    margin: 6rem !important;
  }
  .mt-xl-7,
  .my-xl-7 {
    margin-top: 6rem !important;
  }
  .mr-xl-7,
  .mx-xl-7 {
    margin-right: 6rem !important;
  }
  .mb-xl-7,
  .my-xl-7 {
    margin-bottom: 6rem !important;
  }
  .ml-xl-7,
  .mx-xl-7 {
    margin-left: 6rem !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .pt-xl-0,
  .py-xl-0 {
    padding-top: 0 !important;
  }
  .pr-xl-0,
  .px-xl-0 {
    padding-right: 0 !important;
  }
  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0 !important;
  }
  .pl-xl-0,
  .px-xl-0 {
    padding-left: 0 !important;
  }
  .p-xl-1 {
    padding: 0.25rem !important;
  }
  .pt-xl-1,
  .py-xl-1 {
    padding-top: 0.25rem !important;
  }
  .pr-xl-1,
  .px-xl-1 {
    padding-right: 0.25rem !important;
  }
  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-xl-1,
  .px-xl-1 {
    padding-left: 0.25rem !important;
  }
  .p-xl-2 {
    padding: 0.5rem !important;
  }
  .pt-xl-2,
  .py-xl-2 {
    padding-top: 0.5rem !important;
  }
  .pr-xl-2,
  .px-xl-2 {
    padding-right: 0.5rem !important;
  }
  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-xl-2,
  .px-xl-2 {
    padding-left: 0.5rem !important;
  }
  .p-xl-3 {
    padding: 1rem !important;
  }
  .pt-xl-3,
  .py-xl-3 {
    padding-top: 1rem !important;
  }
  .pr-xl-3,
  .px-xl-3 {
    padding-right: 1rem !important;
  }
  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 1rem !important;
  }
  .pl-xl-3,
  .px-xl-3 {
    padding-left: 1rem !important;
  }
  .p-xl-4 {
    padding: 1.5rem !important;
  }
  .pt-xl-4,
  .py-xl-4 {
    padding-top: 1.5rem !important;
  }
  .pr-xl-4,
  .px-xl-4 {
    padding-right: 1.5rem !important;
  }
  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-xl-4,
  .px-xl-4 {
    padding-left: 1.5rem !important;
  }
  .p-xl-5 {
    padding: 3rem !important;
  }
  .pt-xl-5,
  .py-xl-5 {
    padding-top: 3rem !important;
  }
  .pr-xl-5,
  .px-xl-5 {
    padding-right: 3rem !important;
  }
  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 3rem !important;
  }
  .pl-xl-5,
  .px-xl-5 {
    padding-left: 3rem !important;
  }
  .p-xl-6 {
    padding: 4.5rem !important;
  }
  .pt-xl-6,
  .py-xl-6 {
    padding-top: 4.5rem !important;
  }
  .pr-xl-6,
  .px-xl-6 {
    padding-right: 4.5rem !important;
  }
  .pb-xl-6,
  .py-xl-6 {
    padding-bottom: 4.5rem !important;
  }
  .pl-xl-6,
  .px-xl-6 {
    padding-left: 4.5rem !important;
  }
  .p-xl-7 {
    padding: 6rem !important;
  }
  .pt-xl-7,
  .py-xl-7 {
    padding-top: 6rem !important;
  }
  .pr-xl-7,
  .px-xl-7 {
    padding-right: 6rem !important;
  }
  .pb-xl-7,
  .py-xl-7 {
    padding-bottom: 6rem !important;
  }
  .pl-xl-7,
  .px-xl-7 {
    padding-left: 6rem !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto !important;
  }
  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important;
  }
  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important;
  }
}
.border-between > [class*="col-"]:before {
  background: #e3e3e3;
  bottom: 0;
  content: " ";
  left: 0;
  position: absolute;
  width: 1px;
  top: 0;
}
.border-between > [class*="col-"]:first-child:before {
  display: none;
}
.parsley-errors-list {
  color: #fc6548;
  line-height: normal;
  margin: 2px 0 2px;
}
input.parsley-error,
select.parsley-error,
textarea.parsley-error {
  border-color: #fc6548 !important;
}
.card {
  background: white;
  box-shadow: -moz-(0 5px 9px 0 rgba(37, 103, 141, 0.04));
  box-shadow: -webkit-(0 5px 9px 0 rgba(37, 103, 141, 0.04));
  box-shadow: -o-(0 5px 9px 0 rgba(37, 103, 141, 0.04));
  box-shadow: 0 5px 9px 0 rgba(37, 103, 141, 0.04);
  border-radius: -moz-(6px);
  border-radius: -webkit-(6px);
  border-radius: -o-(6px);
  border-radius: 6px;
}
.card__tab {
  margin-bottom: 20px;
}
.card__body {
  padding: 20px;
}
.card--alert {
  background-image: url(payment_methods_icons/icon_alert-a7f6a8f756fe59dd4969455bdc89bb4d9c667da816512b12d22e21d01db6c807.svg);
  background-repeat: no-repeat;
  background-position: 10px 18px;
  border-left: 5px solid #fea217;
  padding-left: 45px;
  background-color: #fff8e4;
}
.card__header {
  padding: 0.75rem 1.25rem;
  margin-bottom: 0;
  background-color: #f8fafc;
  border-bottom: 1px solid #e7ebef;
}
.card__header--white {
  background-color: white;
}
.card__header:first-child {
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 6px;
  -webkit-border-top-right-radius: 6px;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -moz-border-radius-topleft: 6px;
  -moz-border-radius-topright: 6px;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 0;
}
.card__footer {
  padding: 0.75rem 1.25rem;
  margin-bottom: 0;
  background-color: #f8fafc;
  border-top: 1px solid #e7ebef;
}
.card__footer:last-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 6px;
  border-bottom-left-radius: 6px;
  -webkit-border-top-left-radius: 0;
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 6px;
  -webkit-border-bottom-left-radius: 6px;
  -moz-border-radius-topleft: 0;
  -moz-border-radius-topright: 0;
  -moz-border-radius-bottomright: 6px;
  -moz-border-radius-bottomleft: 6px;
}
.card hr {
  margin: 10px auto;
  border: 0;
  border-top: 1px solid #e7ebef;
}
.border--agreen {
  border-width: 1px;
  border-style: solid;
  border-color: #00c574;
}
.border--blue {
  border-width: 1px;
  border-style: solid;
  border-color: #0076ff;
}
.modal-footer {
  border: 0;
}
.modal-title {
  color: #677d85;
  font-weight: normal;
}
.modal-header {
  background: #f8fafc;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.modal-backdrop {
  background-color: #1e2e37;
}
.modal-backdrop.in {
  opacity: 0.7;
}
.modal-content {
  box-shadow: -moz-(0 5px 15px rgba(4, 30, 42, 0.2));
  box-shadow: -webkit-(0 5px 15px rgba(4, 30, 42, 0.2));
  box-shadow: -o-(0 5px 15px rgba(4, 30, 42, 0.2));
  box-shadow: 0 5px 15px rgba(4, 30, 42, 0.2);
}
.modal-content .close {
  background-color: rgba(38, 57, 69, 0.7);
  width: 32px;
  height: 32px;
  border-radius: 100%;
  color: white;
  opacity: 1;
  margin-top: -32px;
  margin-right: -32px;
}
.modal-content .close:hover {
  background-color: #1e2e37;
}
.modal-content .close span {
  font-weight: 300 !important;
}
@media screen and (max-width: 767px) {
  .modal-content .close {
    background-color: #f8fafc;
    color: #263945;
    opacity: 1;
    position: absolute;
    right: 16px;
    margin-top: -8px;
    margin-right: -10px;
    font-size: 26px;
  }
  .modal-content .close:hover {
    background-color: #f2f5f7;
  }
}
.modal-body {
  padding: 20px;
}
.modal-body .modal-footer {
  margin: 0 -20px -20px;
  background: #f2f5f7;
}
.modal-body .modal-footer:last-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 6px;
  border-bottom-left-radius: 6px;
  -webkit-border-top-left-radius: 0;
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 6px;
  -webkit-border-bottom-left-radius: 6px;
  -moz-border-radius-topleft: 0;
  -moz-border-radius-topright: 0;
  -moz-border-radius-bottomright: 6px;
  -moz-border-radius-bottomleft: 6px;
}
.modal-body .modal-footer p {
  margin: 0;
}
.card__body .modal-footer {
  margin: 0 -20px -20px;
  background: #f2f5f7;
}
.card__body .modal-footer:last-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 6px;
  border-bottom-left-radius: 6px;
  -webkit-border-top-left-radius: 0;
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 6px;
  -webkit-border-bottom-left-radius: 6px;
  -moz-border-radius-topleft: 0;
  -moz-border-radius-topright: 0;
  -moz-border-radius-bottomright: 6px;
  -moz-border-radius-bottomleft: 6px;
}
.card__body .modal-footer p {
  margin: 0;
}
@media (max-width: 480px) {
  .modal {
    height: auto !important;
    position: fixed;
  }
}
@media (max-width: 480px) {
  .modal {
    height: 500px;
    position: fixed;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
  }
  .modal.fade.in {
    top: 5px;
  }
  .modal-body {
    max-height: 2400px;
  }
}
.modal-sm {
  width: 380px;
}
@media screen and (max-width: 767px) {
  .modal-sm {
    width: auto;
  }
}
#modalVideo.in {
  display: flex !important;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
#modalVideo.in .modal-video {
  width: auto;
  height: auto;
}
#modalVideo.in .modal-video .video {
  width: 840px;
  height: 470px;
}
@media screen and (max-width: 767px) {
  #modalVideo.in .modal-video .video {
    width: auto;
    height: 375px;
  }
}
#modalVideo.in .modal-video .btn + .btn {
  margin-left: 20px;
}
@media screen and (max-width: 767px) {
  #modalVideo.in .modal-video .btn + .btn {
    margin: 0;
  }
}
#modalVideo.in .modal-video .btn-container {
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  #modalVideo.in .modal-video .btn-container {
    flex-direction: column;
  }
  #modalVideo.in .modal-video .btn-container button.btn {
    background-color: white;
    color: #04475c;
  }
}
#modalVideo.in .modal-video .close {
  position: absolute;
  right: -20px;
  top: -20px;
  color: white;
  background: #263945;
  width: 40px;
  height: 40px;
  font-size: 30px;
  border-radius: 100%;
  opacity: 0.8;
  z-index: 2;
}
#modalVideo.in .modal-video .close:hover {
  width: 50px;
  height: 50px;
  opacity: 1;
}
#result-modal.in {
  background-color: rgba(255, 255, 255, 0.8);
}
#result-modal.in .modal-dialog {
  width: 768px;
}
@media screen and (max-width: 767px) {
  #result-modal.in .modal-dialog {
    width: auto;
  }
}
#result-modal.in .modal-dialog .restult-table {
  margin-top: 20px;
}
#result-modal.in .modal-dialog .close {
  position: absolute;
  right: -20px;
  top: -20px;
  color: white;
  background: #263945;
  width: 40px;
  height: 40px;
  font-size: 30px;
  border-radius: 100%;
  opacity: 0.8;
  z-index: 2;
}
#result-modal.in .modal-dialog .close:hover {
  width: 50px;
  height: 50px;
  opacity: 1;
}
.modal-reg {
  width: 480px;
}
@media screen and (max-width: 767px) {
  .modal-reg {
    width: auto;
  }
}
.list-numbered {
  counter-reset: my-badass-counter;
}
.list-numbered dt {
  position: relative;
  font-weight: 400;
  margin: 42px auto;
  padding-left: 50px;
  color: #677d85;
  font-size: 1.2em;
}
@media screen and (max-width: 767px) {
  .list-numbered dt {
    font-size: 1.2em;
  }
}
.list-numbered dt:before {
  content: counter(my-badass-counter);
  counter-increment: my-badass-counter;
  position: absolute;
  left: 16px;
  border: 2px solid #00c574;
  width: 26px;
  height: 26px;
  border-radius: 100%;
  text-align: center;
  top: 0px;
  font-weight: 500;
  line-height: 160%;
  color: #00c574;
  font-size: 14px;
}
@media screen and (max-width: 767px) {
  .list-numbered dt:before {
    font-size: 26px;
  }
}
.list-normal {
  padding-left: 2em;
}
.list-normal li {
  list-style: disc;
  padding: 4px;
  color: #677d85;
}
@media screen and (max-width: 767px) {
  .table--responsive {
    background-color: #f2f5f7;
  }
  .table--responsive > thead {
    display: none;
  }
  .table--responsive > tbody > tr {
    display: block;
    margin-bottom: 1.2em;
    border: 1px solid #c2d4db;
    border-top: 0;
  }
  .table--responsive > tbody > tr > td {
    display: block;
    background-color: #fff;
  }
  .table--responsive > tbody > tr > td {
    display: block;
    text-align: right !important;
    font-size: 13px;
  }
  .table--responsive > tbody > tr > td:last-child {
    border-bottom: 0;
  }
  .table--responsive > tbody > tr > td:before {
    content: attr(data-label);
    float: left;
    font-weight: 500;
  }
}
.collection_product {
  border-radius: 10px;
  border: 1px solid #93afb9;
  color: #93afb9;
}
.collection_product.portfolio {
  padding: 6px 3px;
}
.collection_product.loan {
  display: block;
  float: right;
  padding: 2px 12px;
  line-height: initial;
}
span.collection_product.loan {
  float: none;
  display: inline-block;
  padding: 2px 5px;
}
ul.normal-list {
  padding-left: 30px;
}
ul.normal-list li {
  color: #677d85;
  font-size: 16px;
  list-style: disc;
  padding: 4px;
}
.blur {
  -webkit-filter: blur(5px);
  filter: blur(5px);
}
.card {
  position: relative;
}
.loader {
  -moz-transition: none;
  -o-transition: none;
  -webkit-transition: none;
  transition: none;
}
.loader.is-active {
  -moz-transition: none;
  -o-transition: none;
  -webkit-transition: none;
  transition: none;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.loader.is-active h3 {
  text-align: center;
  font-weight: 300;
  color: #999;
  font-size: 16px;
  margin-top: 20px;
}
.loader.is-active .spinner {
  position: relative;
  top: 50%;
  margin-top: -30px;
}
.loader .loader-container {
  position: absolute;
  width: 100%;
  top: 50%;
  margin-top: -10px;
}
.loader .loader-container h3 {
  text-align: center;
  font-weight: 300;
  color: #999;
}
.loader-screen {
  color: #fff;
  position: fixed;
  box-sizing: border-box;
  left: -9999px;
  top: -9999px;
  width: 0;
  height: 0;
  overflow: hidden;
  z-index: 999999999999999;
  -moz-transition: none;
  -o-transition: none;
  -webkit-transition: none;
  transition: none;
}
.loader-screen.is-active {
  -moz-transition: none;
  -o-transition: none;
  -webkit-transition: none;
  transition: none;
  background-color: rgba(0, 0, 0, 0.01);
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.loader-screen .loader-container {
  position: absolute;
  width: 100%;
  top: 50%;
  margin-top: -10px;
}
.loader-screen .loader-container h3 {
  text-align: center;
  font-weight: 300;
  color: #999;
  font-weight: 500;
  color: #0abfa2;
}
.loader-screen .spinner {
  width: 70px;
  margin: auto;
  text-align: center;
}
.loader-screen .spinner > div {
  width: 18px;
  height: 18px;
  background-color: #02c7aa;
  border-radius: 100%;
  display: inline-block;
  -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
  animation: sk-bouncedelay 1.4s infinite ease-in-out both;
}
.loader-screen .spinner .bounce1 {
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}
.loader-screen .spinner .bounce2 {
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}
@-webkit-keyframes sk-bouncedelay {
  0%,
  80%,
  100% {
    -webkit-transform: scale(0);
    background-color: #44db5e;
  }
  40% {
    -webkit-transform: scale(1);
    background-color: #00ae76;
  }
}
@keyframes sk-bouncedelay {
  0%,
  80%,
  100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  0% {
    background-color: #44db5e;
  }
  80% {
    background-color: #44db5e;
  }
  20% {
    background-color: #02c7aa;
  }
  40% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.spinner {
  width: 70px;
  margin: auto;
  text-align: center;
}
.spinner > div {
  width: 18px;
  height: 18px;
  background-color: #02c7aa;
  border-radius: 100%;
  display: inline-block;
  -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
  animation: sk-bouncedelay 1.4s infinite ease-in-out both;
}
.spinner .bounce1 {
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}
.spinner .bounce2 {
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}
@-webkit-keyframes sk-bouncedelay {
  0%,
  80%,
  100% {
    -webkit-transform: scale(0);
    background-color: #44db5e;
  }
  40% {
    -webkit-transform: scale(1);
    background-color: #00ae76;
  }
}
.sk-circle {
  margin: 40px auto;
  width: 40px;
  height: 40px;
  position: relative;
}
.sk-circle .sk-child {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.sk-circle .sk-child:before {
  content: "";
  display: block;
  margin: 0 auto;
  width: 15%;
  height: 15%;
  background-color: #00ae76;
  border-radius: 100%;
  -webkit-animation: sk-circleBounceDelay 1.2s infinite ease-in-out both;
  animation: sk-circleBounceDelay 1.2s infinite ease-in-out both;
}
.sk-circle .sk-circle2 {
  -webkit-transform: rotate(30deg);
  -ms-transform: rotate(30deg);
  transform: rotate(30deg);
}
.sk-circle .sk-circle2:before {
  background: #00de1a;
}
.sk-circle .sk-circle3 {
  -webkit-transform: rotate(60deg);
  -ms-transform: rotate(60deg);
  transform: rotate(60deg);
}
.sk-circle .sk-circle3:before {
  background: #00dc28;
}
.sk-circle .sk-circle4 {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.sk-circle .sk-circle4:before {
  background: #01da37;
}
.sk-circle .sk-circle5 {
  -webkit-transform: rotate(120deg);
  -ms-transform: rotate(120deg);
  transform: rotate(120deg);
}
.sk-circle .sk-circle5:before {
  background: #01d846;
}
.sk-circle .sk-circle6 {
  -webkit-transform: rotate(150deg);
  -ms-transform: rotate(150deg);
  transform: rotate(150deg);
}
.sk-circle .sk-circle6:before {
  background: #01d655;
}
.sk-circle .sk-circle7 {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.sk-circle .sk-circle7:before {
  background: #01d463;
}
.sk-circle .sk-circle8 {
  -webkit-transform: rotate(210deg);
  -ms-transform: rotate(210deg);
  transform: rotate(210deg);
}
.sk-circle .sk-circle8:before {
  background: #01d272;
}
.sk-circle .sk-circle9 {
  -webkit-transform: rotate(240deg);
  -ms-transform: rotate(240deg);
  transform: rotate(240deg);
}
.sk-circle .sk-circle9:before {
  background: #01d081;
}
.sk-circle .sk-circle10 {
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}
.sk-circle .sk-circle10:before {
  background: #02ce90;
}
.sk-circle .sk-circle11 {
  -webkit-transform: rotate(300deg);
  -ms-transform: rotate(300deg);
  transform: rotate(300deg);
}
.sk-circle .sk-circle11:before {
  background: #02cc9e;
}
.sk-circle .sk-circle12 {
  -webkit-transform: rotate(330deg);
  -ms-transform: rotate(330deg);
  transform: rotate(330deg);
}
.sk-circle .sk-circle12:before {
  background: #02caad;
}
.sk-circle .sk-circle2:before {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s;
}
.sk-circle .sk-circle3:before {
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}
.sk-circle .sk-circle4:before {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}
.sk-circle .sk-circle5:before {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
}
.sk-circle .sk-circle6:before {
  -webkit-animation-delay: -0.7s;
  animation-delay: -0.7s;
}
.sk-circle .sk-circle7:before {
  -webkit-animation-delay: -0.6s;
  animation-delay: -0.6s;
}
.sk-circle .sk-circle8:before {
  -webkit-animation-delay: -0.5s;
  animation-delay: -0.5s;
}
.sk-circle .sk-circle9:before {
  -webkit-animation-delay: -0.4s;
  animation-delay: -0.4s;
}
.sk-circle .sk-circle10:before {
  -webkit-animation-delay: -0.3s;
  animation-delay: -0.3s;
}
.sk-circle .sk-circle11:before {
  -webkit-animation-delay: -0.2s;
  animation-delay: -0.2s;
}
.sk-circle .sk-circle12:before {
  -webkit-animation-delay: -0.1s;
  animation-delay: -0.1s;
}
@-webkit-keyframes sk-circleBounceDelay {
  0%,
  80%,
  100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes sk-circleBounceDelay {
  0%,
  80%,
  100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.ch__wrap * {
  font-family: "Rubik";
}
.ch__score-container {
  padding-top: 3.2em;
  padding-bottom: 3.2em;
}
.ch__table-result {
  margin-bottom: 0;
}
.ch__table-result tbody tr td,
.ch__table-result thead tr td {
  color: #677d85;
  vertical-align: middle;
  padding: 1.3em;
}
.ch__level--expert.ch__result-banner {
  background-color: #cce4ff;
}
.ch__level--expert.ch__result-banner h3 {
  color: #0076ff;
}
.ch__level--expert .ch__icon-container svg path,
.ch__level--expert .ch__icon-container svg polygon,
.ch__level--expert .ch__icon-container svg polyline,
.ch__level--expert .ch__title svg path,
.ch__level--expert .ch__title svg polygon,
.ch__level--expert .ch__title svg polyline {
  stroke: #0076ff;
}
.ch__level--expert .ch__star-container .full svg path,
.ch__level--expert .ch__star-container .half svg path#half {
  fill: #0076ff;
}
.ch__level--expert .ch__result,
.ch__level--expert .ch__text {
  color: #0076ff;
}
.ch__level--pro.ch__result-banner {
  background-color: #92ffd2;
}
.ch__level--pro.ch__result-banner h3 {
  color: #00c574;
}
.ch__level--pro .ch__icon-container svg path,
.ch__level--pro .ch__icon-container svg polygon,
.ch__level--pro .ch__icon-container svg polyline,
.ch__level--pro .ch__title svg path,
.ch__level--pro .ch__title svg polygon,
.ch__level--pro .ch__title svg polyline {
  stroke: #00c574;
}
.ch__level--pro .ch__star-container .full svg path,
.ch__level--pro .ch__star-container .half svg path#half {
  fill: #00c574;
}
.ch__level--pro .ch__result,
.ch__level--pro .ch__text {
  color: #00c574;
}
.ch__level--semipro.ch__result-banner {
  background-color: #fef8e6;
}
.ch__level--semipro.ch__result-banner h3 {
  color: #f5bd23;
}
.ch__level--semipro .ch__icon-container svg path,
.ch__level--semipro .ch__icon-container svg polygon,
.ch__level--semipro .ch__icon-container svg polyline,
.ch__level--semipro .ch__title svg path,
.ch__level--semipro .ch__title svg polygon,
.ch__level--semipro .ch__title svg polyline {
  stroke: #f5bd23;
}
.ch__level--semipro .ch__star-container .full svg path,
.ch__level--semipro .ch__star-container .half svg path#half {
  fill: #f5bd23;
}
.ch__level--semipro .ch__result,
.ch__level--semipro .ch__text {
  color: #f5bd23;
}
.ch__level--newcomer.ch__result-banner {
  background-color: #fef1e6;
}
.ch__level--newcomer.ch__result-banner h3 {
  color: #f58023;
}
.ch__level--newcomer .ch__icon-container svg path,
.ch__level--newcomer .ch__icon-container svg polygon,
.ch__level--newcomer .ch__icon-container svg polyline,
.ch__level--newcomer .ch__title svg path,
.ch__level--newcomer .ch__title svg polygon,
.ch__level--newcomer .ch__title svg polyline {
  stroke: #f58023;
}
.ch__level--newcomer .ch__star-container .full svg path,
.ch__level--newcomer .ch__star-container .half svg path#half {
  fill: #f58023;
}
.ch__level--newcomer .ch__result,
.ch__level--newcomer .ch__text {
  color: #f58023;
}
.ch__level--beginner.ch__result-banner {
  background-color: #fec0cc;
}
.ch__level--beginner.ch__result-banner h3 {
  color: #ef0333;
}
.ch__level--beginner .ch__icon-container svg path,
.ch__level--beginner .ch__icon-container svg polygon,
.ch__level--beginner .ch__icon-container svg polyline,
.ch__level--beginner .ch__title svg path,
.ch__level--beginner .ch__title svg polygon,
.ch__level--beginner .ch__title svg polyline {
  stroke: #ef0333;
}
.ch__level--beginner .ch__star-container .full svg path,
.ch__level--beginner .ch__star-container .half svg path#half {
  fill: #ef0333;
}
.ch__level--beginner .ch__result,
.ch__level--beginner .ch__text {
  color: #ef0333;
}
.ch__star-container {
  width: 190px;
  margin: auto;
  margin-bottom: 30px;
}
.ch__star-container .star {
  float: left;
  margin-right: 3px;
}
.ch__icon-container {
  min-height: 37px;
}
.ch__result {
  margin-top: 0.8em;
}
.ch__result-banner h3 {
  margin: 0;
  padding: 1.2em 1em;
}
.ch__result-banner.succes {
  background-color: #e5f6f1;
}
.ch__result-banner.succes h3 {
  color: #00c574;
}
.ch__title {
  margin-bottom: 1.3em;
}
.ch__item {
  float: right;
  position: relative;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  border: 1px solid #fff;
  background-color: #fff;
  margin-left: 10px;
}
.ch__radial-inner-bg {
  border-radius: 50%;
  width: 14px;
  height: 14px;
  top: 4px;
  left: 4px;
  background: #fff;
  position: absolute;
}
.ch__radial-inner-bg span {
  color: #62c478;
  font-size: 24px;
  line-height: 412%;
  font-weight: 500;
}
.ch__progress-0 {
  background-image: linear-gradient(
      90deg,
      #e7ebef 50%,
      transparent 50%,
      transparent
    ),
    linear-gradient(90deg, #0076ff 50%, #e7ebef 50%, #e7ebef);
}
.ch__punctuality-0 {
  background-image: linear-gradient(
      -270deg,
      #e7ebef 50%,
      transparent 50%,
      transparent
    ),
    linear-gradient(270deg, #e7ebef 50%, #ef0333 50%, #ef0333);
}
.ch__progress-1 {
  background-image: linear-gradient(
      90deg,
      #e7ebef 50%,
      transparent 50%,
      transparent
    ),
    linear-gradient(93.6deg, #0076ff 50%, #e7ebef 50%, #e7ebef);
}
.ch__punctuality-1 {
  background-image: linear-gradient(
      -266.4deg,
      #e7ebef 50%,
      transparent 50%,
      transparent
    ),
    linear-gradient(270deg, #e7ebef 50%, #ef0333 50%, #ef0333);
}
.ch__progress-2 {
  background-image: linear-gradient(
      90deg,
      #e7ebef 50%,
      transparent 50%,
      transparent
    ),
    linear-gradient(97.2deg, #0076ff 50%, #e7ebef 50%, #e7ebef);
}
.ch__punctuality-2 {
  background-image: linear-gradient(
      -262.8deg,
      #e7ebef 50%,
      transparent 50%,
      transparent
    ),
    linear-gradient(270deg, #e7ebef 50%, #ef0333 50%, #ef0333);
}
.ch__progress-3 {
  background-image: linear-gradient(
      90deg,
      #e7ebef 50%,
      transparent 50%,
      transparent
    ),
    linear-gradient(100.8deg, #0076ff 50%, #e7ebef 50%, #e7ebef);
}
.ch__punctuality-3 {
  background-image: linear-gradient(
      -259.2deg,
      #e7ebef 50%,
      transparent 50%,
      transparent
    ),
    linear-gradient(270deg, #e7ebef 50%, #ef0333 50%, #ef0333);
}
.ch__progress-4 {
  background-image: linear-gradient(
      90deg,
      #e7ebef 50%,
      transparent 50%,
      transparent
    ),
    linear-gradient(104.4deg, #0076ff 50%, #e7ebef 50%, #e7ebef);
}
.ch__punctuality-4 {
  background-image: linear-gradient(
      -255.6deg,
      #e7ebef 50%,
      transparent 50%,
      transparent
    ),
    linear-gradient(270deg, #e7ebef 50%, #ef0333 50%, #ef0333);
}
.ch__progress-5 {
  background-image: linear-gradient(
      90deg,
      #e7ebef 50%,
      transparent 50%,
      transparent
    ),
    linear-gradient(108deg, #0076ff 50%, #e7ebef 50%, #e7ebef);
}
.ch__punctuality-5 {
  background-image: linear-gradient(
      -252deg,
      #e7ebef 50%,
      transparent 50%,
      transparent
    ),
    linear-gradient(270deg, #e7ebef 50%, #ef0333 50%, #ef0333);
}
.ch__progress-6 {
  background-image: linear-gradient(
      90deg,
      #e7ebef 50%,
      transparent 50%,
      transparent
    ),
    linear-gradient(111.6deg, #0076ff 50%, #e7ebef 50%, #e7ebef);
}
.ch__punctuality-6 {
  background-image: linear-gradient(
      -248.4deg,
      #e7ebef 50%,
      transparent 50%,
      transparent
    ),
    linear-gradient(270deg, #e7ebef 50%, #ef0333 50%, #ef0333);
}
.ch__progress-7 {
  background-image: linear-gradient(
      90deg,
      #e7ebef 50%,
      transparent 50%,
      transparent
    ),
    linear-gradient(115.2deg, #0076ff 50%, #e7ebef 50%, #e7ebef);
}
.ch__punctuality-7 {
  background-image: linear-gradient(
      -244.8deg,
      #e7ebef 50%,
      transparent 50%,
      transparent
    ),
    linear-gradient(270deg, #e7ebef 50%, #ef0333 50%, #ef0333);
}
.ch__progress-8 {
  background-image: linear-gradient(
      90deg,
      #e7ebef 50%,
      transparent 50%,
      transparent
    ),
    linear-gradient(118.8deg, #0076ff 50%, #e7ebef 50%, #e7ebef);
}
.ch__punctuality-8 {
  background-image: linear-gradient(
      -241.2deg,
      #e7ebef 50%,
      transparent 50%,
      transparent
    ),
    linear-gradient(270deg, #e7ebef 50%, #ef0333 50%, #ef0333);
}
.ch__progress-9 {
  background-image: linear-gradient(
      90deg,
      #e7ebef 50%,
      transparent 50%,
      transparent
    ),
    linear-gradient(122.4deg, #0076ff 50%, #e7ebef 50%, #e7ebef);
}
.ch__punctuality-9 {
  background-image: linear-gradient(
      -237.6deg,
      #e7ebef 50%,
      transparent 50%,
      transparent
    ),
    linear-gradient(270deg, #e7ebef 50%, #ef0333 50%, #ef0333);
}
.ch__progress-10 {
  background-image: linear-gradient(
      90deg,
      #e7ebef 50%,
      transparent 50%,
      transparent
    ),
    linear-gradient(126deg, #0076ff 50%, #e7ebef 50%, #e7ebef);
}
.ch__punctuality-10 {
  background-image: linear-gradient(
      -234deg,
      #e7ebef 50%,
      transparent 50%,
      transparent
    ),
    linear-gradient(270deg, #e7ebef 50%, #ef0333 50%, #ef0333);
}
.ch__progress-11 {
  background-image: linear-gradient(
      90deg,
      #e7ebef 50%,
      transparent 50%,
      transparent
    ),
    linear-gradient(129.6deg, #0076ff 50%, #e7ebef 50%, #e7ebef);
}
.ch__punctuality-11 {
  background-image: linear-gradient(
      -230.4deg,
      #e7ebef 50%,
      transparent 50%,
      transparent
    ),
    linear-gradient(270deg, #e7ebef 50%, #ef0333 50%, #ef0333);
}
.ch__progress-12 {
  background-image: linear-gradient(
      90deg,
      #e7ebef 50%,
      transparent 50%,
      transparent
    ),
    linear-gradient(133.2deg, #0076ff 50%, #e7ebef 50%, #e7ebef);
}
.ch__punctuality-12 {
  background-image: linear-gradient(
      -226.8deg,
      #e7ebef 50%,
      transparent 50%,
      transparent
    ),
    linear-gradient(270deg, #e7ebef 50%, #ef0333 50%, #ef0333);
}
.ch__progress-13 {
  background-image: linear-gradient(
      90deg,
      #e7ebef 50%,
      transparent 50%,
      transparent
    ),
    linear-gradient(136.8deg, #0076ff 50%, #e7ebef 50%, #e7ebef);
}
.ch__punctuality-13 {
  background-image: linear-gradient(
      -223.2deg,
      #e7ebef 50%,
      transparent 50%,
      transparent
    ),
    linear-gradient(270deg, #e7ebef 50%, #ef0333 50%, #ef0333);
}
.ch__progress-14 {
  background-image: linear-gradient(
      90deg,
      #e7ebef 50%,
      transparent 50%,
      transparent
    ),
    linear-gradient(140.4deg, #0076ff 50%, #e7ebef 50%, #e7ebef);
}
.ch__punctuality-14 {
  background-image: linear-gradient(
      -219.6deg,
      #e7ebef 50%,
      transparent 50%,
      transparent
    ),
    linear-gradient(270deg, #e7ebef 50%, #ef0333 50%, #ef0333);
}
.ch__progress-15 {
  background-image: linear-gradient(
      90deg,
      #e7ebef 50%,
      transparent 50%,
      transparent
    ),
    linear-gradient(144deg, #0076ff 50%, #e7ebef 50%, #e7ebef);
}
.ch__punctuality-15 {
  background-image: linear-gradient(
      -216deg,
      #e7ebef 50%,
      transparent 50%,
      transparent
    ),
    linear-gradient(270deg, #e7ebef 50%, #ef0333 50%, #ef0333);
}
.ch__progress-16 {
  background-image: linear-gradient(
      90deg,
      #e7ebef 50%,
      transparent 50%,
      transparent
    ),
    linear-gradient(147.6deg, #0076ff 50%, #e7ebef 50%, #e7ebef);
}
.ch__punctuality-16 {
  background-image: linear-gradient(
      -212.4deg,
      #e7ebef 50%,
      transparent 50%,
      transparent
    ),
    linear-gradient(270deg, #e7ebef 50%, #ef0333 50%, #ef0333);
}
.ch__progress-17 {
  background-image: linear-gradient(
      90deg,
      #e7ebef 50%,
      transparent 50%,
      transparent
    ),
    linear-gradient(151.2deg, #0076ff 50%, #e7ebef 50%, #e7ebef);
}
.ch__punctuality-17 {
  background-image: linear-gradient(
      -208.8deg,
      #e7ebef 50%,
      transparent 50%,
      transparent
    ),
    linear-gradient(270deg, #e7ebef 50%, #ef0333 50%, #ef0333);
}
.ch__progress-18 {
  background-image: linear-gradient(
      90deg,
      #e7ebef 50%,
      transparent 50%,
      transparent
    ),
    linear-gradient(154.8deg, #0076ff 50%, #e7ebef 50%, #e7ebef);
}
.ch__punctuality-18 {
  background-image: linear-gradient(
      -205.2deg,
      #e7ebef 50%,
      transparent 50%,
      transparent
    ),
    linear-gradient(270deg, #e7ebef 50%, #ef0333 50%, #ef0333);
}
.ch__progress-19 {
  background-image: linear-gradient(
      90deg,
      #e7ebef 50%,
      transparent 50%,
      transparent
    ),
    linear-gradient(158.4deg, #0076ff 50%, #e7ebef 50%, #e7ebef);
}
.ch__punctuality-19 {
  background-image: linear-gradient(
      -201.6deg,
      #e7ebef 50%,
      transparent 50%,
      transparent
    ),
    linear-gradient(270deg, #e7ebef 50%, #ef0333 50%, #ef0333);
}
.ch__progress-20 {
  background-image: linear-gradient(
      90deg,
      #e7ebef 50%,
      transparent 50%,
      transparent
    ),
    linear-gradient(162deg, #0076ff 50%, #e7ebef 50%, #e7ebef);
}
.ch__punctuality-20 {
  background-image: linear-gradient(
      -198deg,
      #e7ebef 50%,
      transparent 50%,
      transparent
    ),
    linear-gradient(270deg, #e7ebef 50%, #ef0333 50%, #ef0333);
}
.ch__progress-21 {
  background-image: linear-gradient(
      90deg,
      #e7ebef 50%,
      transparent 50%,
      transparent
    ),
    linear-gradient(165.6deg, #00c574 50%, #e7ebef 50%, #e7ebef);
}
.ch__punctuality-21 {
  background-image: linear-gradient(
      -194.4deg,
      #e7ebef 50%,
      transparent 50%,
      transparent
    ),
    linear-gradient(270deg, #e7ebef 50%, #f58023 50%, #f58023);
}
.ch__progress-22 {
  background-image: linear-gradient(
      90deg,
      #e7ebef 50%,
      transparent 50%,
      transparent
    ),
    linear-gradient(169.2deg, #00c574 50%, #e7ebef 50%, #e7ebef);
}
.ch__punctuality-22 {
  background-image: linear-gradient(
      -190.8deg,
      #e7ebef 50%,
      transparent 50%,
      transparent
    ),
    linear-gradient(270deg, #e7ebef 50%, #f58023 50%, #f58023);
}
.ch__progress-23 {
  background-image: linear-gradient(
      90deg,
      #e7ebef 50%,
      transparent 50%,
      transparent
    ),
    linear-gradient(172.8deg, #00c574 50%, #e7ebef 50%, #e7ebef);
}
.ch__punctuality-23 {
  background-image: linear-gradient(
      -187.2deg,
      #e7ebef 50%,
      transparent 50%,
      transparent
    ),
    linear-gradient(270deg, #e7ebef 50%, #f58023 50%, #f58023);
}
.ch__progress-24 {
  background-image: linear-gradient(
      90deg,
      #e7ebef 50%,
      transparent 50%,
      transparent
    ),
    linear-gradient(176.4deg, #00c574 50%, #e7ebef 50%, #e7ebef);
}
.ch__punctuality-24 {
  background-image: linear-gradient(
      -183.6deg,
      #e7ebef 50%,
      transparent 50%,
      transparent
    ),
    linear-gradient(270deg, #e7ebef 50%, #f58023 50%, #f58023);
}
.ch__progress-25 {
  background-image: linear-gradient(
      90deg,
      #e7ebef 50%,
      transparent 50%,
      transparent
    ),
    linear-gradient(180deg, #00c574 50%, #e7ebef 50%, #e7ebef);
}
.ch__punctuality-25 {
  background-image: linear-gradient(
      -180deg,
      #e7ebef 50%,
      transparent 50%,
      transparent
    ),
    linear-gradient(270deg, #e7ebef 50%, #f58023 50%, #f58023);
}
.ch__progress-26 {
  background-image: linear-gradient(
      90deg,
      #e7ebef 50%,
      transparent 50%,
      transparent
    ),
    linear-gradient(183.6deg, #00c574 50%, #e7ebef 50%, #e7ebef);
}
.ch__punctuality-26 {
  background-image: linear-gradient(
      -176.4deg,
      #e7ebef 50%,
      transparent 50%,
      transparent
    ),
    linear-gradient(270deg, #e7ebef 50%, #f58023 50%, #f58023);
}
.ch__progress-27 {
  background-image: linear-gradient(
      90deg,
      #e7ebef 50%,
      transparent 50%,
      transparent
    ),
    linear-gradient(187.2deg, #00c574 50%, #e7ebef 50%, #e7ebef);
}
.ch__punctuality-27 {
  background-image: linear-gradient(
      -172.8deg,
      #e7ebef 50%,
      transparent 50%,
      transparent
    ),
    linear-gradient(270deg, #e7ebef 50%, #f58023 50%, #f58023);
}
.ch__progress-28 {
  background-image: linear-gradient(
      90deg,
      #e7ebef 50%,
      transparent 50%,
      transparent
    ),
    linear-gradient(190.8deg, #00c574 50%, #e7ebef 50%, #e7ebef);
}
.ch__punctuality-28 {
  background-image: linear-gradient(
      -169.2deg,
      #e7ebef 50%,
      transparent 50%,
      transparent
    ),
    linear-gradient(270deg, #e7ebef 50%, #f58023 50%, #f58023);
}
.ch__progress-29 {
  background-image: linear-gradient(
      90deg,
      #e7ebef 50%,
      transparent 50%,
      transparent
    ),
    linear-gradient(194.4deg, #00c574 50%, #e7ebef 50%, #e7ebef);
}
.ch__punctuality-29 {
  background-image: linear-gradient(
      -165.6deg,
      #e7ebef 50%,
      transparent 50%,
      transparent
    ),
    linear-gradient(270deg, #e7ebef 50%, #f58023 50%, #f58023);
}
.ch__progress-30 {
  background-image: linear-gradient(
      90deg,
      #e7ebef 50%,
      transparent 50%,
      transparent
    ),
    linear-gradient(198deg, #f5bd23 50%, #e7ebef 50%, #e7ebef);
}
.ch__punctuality-30 {
  background-image: linear-gradient(
      270deg,
      #e7ebef 50%,
      transparent 50%,
      transparent
    ),
    linear-gradient(378deg, #f5bd23 50%, #e7ebef 50%, #e7ebef);
}
.ch__progress-31 {
  background-image: linear-gradient(
      90deg,
      #e7ebef 50%,
      transparent 50%,
      transparent
    ),
    linear-gradient(201.6deg, #f5bd23 50%, #e7ebef 50%, #e7ebef);
}
.ch__punctuality-31 {
  background-image: linear-gradient(
      270deg,
      #e7ebef 50%,
      transparent 50%,
      transparent
    ),
    linear-gradient(381.6deg, #f5bd23 50%, #e7ebef 50%, #e7ebef);
}
.ch__progress-32 {
  background-image: linear-gradient(
      90deg,
      #e7ebef 50%,
      transparent 50%,
      transparent
    ),
    linear-gradient(205.2deg, #f5bd23 50%, #e7ebef 50%, #e7ebef);
}
.ch__punctuality-32 {
  background-image: linear-gradient(
      270deg,
      #e7ebef 50%,
      transparent 50%,
      transparent
    ),
    linear-gradient(385.2deg, #f5bd23 50%, #e7ebef 50%, #e7ebef);
}
.ch__progress-33 {
  background-image: linear-gradient(
      90deg,
      #e7ebef 50%,
      transparent 50%,
      transparent
    ),
    linear-gradient(208.8deg, #f5bd23 50%, #e7ebef 50%, #e7ebef);
}
.ch__punctuality-33 {
  background-image: linear-gradient(
      270deg,
      #e7ebef 50%,
      transparent 50%,
      transparent
    ),
    linear-gradient(388.8deg, #f5bd23 50%, #e7ebef 50%, #e7ebef);
}
.ch__progress-34 {
  background-image: linear-gradient(
      90deg,
      #e7ebef 50%,
      transparent 50%,
      transparent
    ),
    linear-gradient(212.4deg, #f5bd23 50%, #e7ebef 50%, #e7ebef);
}
.ch__punctuality-34 {
  background-image: linear-gradient(
      270deg,
      #e7ebef 50%,
      transparent 50%,
      transparent
    ),
    linear-gradient(392.4deg, #f5bd23 50%, #e7ebef 50%, #e7ebef);
}
.ch__progress-35 {
  background-image: linear-gradient(
      90deg,
      #e7ebef 50%,
      transparent 50%,
      transparent
    ),
    linear-gradient(216deg, #f5bd23 50%, #e7ebef 50%, #e7ebef);
}
.ch__punctuality-35 {
  background-image: linear-gradient(
      270deg,
      #e7ebef 50%,
      transparent 50%,
      transparent
    ),
    linear-gradient(396deg, #f5bd23 50%, #e7ebef 50%, #e7ebef);
}
.ch__progress-36 {
  background-image: linear-gradient(
      90deg,
      #e7ebef 50%,
      transparent 50%,
      transparent
    ),
    linear-gradient(219.6deg, #f5bd23 50%, #e7ebef 50%, #e7ebef);
}
.ch__punctuality-36 {
  background-image: linear-gradient(
      270deg,
      #e7ebef 50%,
      transparent 50%,
      transparent
    ),
    linear-gradient(399.6deg, #f5bd23 50%, #e7ebef 50%, #e7ebef);
}
.ch__progress-37 {
  background-image: linear-gradient(
      90deg,
      #e7ebef 50%,
      transparent 50%,
      transparent
    ),
    linear-gradient(223.2deg, #f5bd23 50%, #e7ebef 50%, #e7ebef);
}
.ch__punctuality-37 {
  background-image: linear-gradient(
      270deg,
      #e7ebef 50%,
      transparent 50%,
      transparent
    ),
    linear-gradient(403.2deg, #f5bd23 50%, #e7ebef 50%, #e7ebef);
}
.ch__progress-38 {
  background-image: linear-gradient(
      90deg,
      #e7ebef 50%,
      transparent 50%,
      transparent
    ),
    linear-gradient(226.8deg, #f5bd23 50%, #e7ebef 50%, #e7ebef);
}
.ch__punctuality-38 {
  background-image: linear-gradient(
      270deg,
      #e7ebef 50%,
      transparent 50%,
      transparent
    ),
    linear-gradient(406.8deg, #f5bd23 50%, #e7ebef 50%, #e7ebef);
}
.ch__progress-39 {
  background-image: linear-gradient(
      90deg,
      #e7ebef 50%,
      transparent 50%,
      transparent
    ),
    linear-gradient(230.4deg, #f5bd23 50%, #e7ebef 50%, #e7ebef);
}
.ch__punctuality-39 {
  background-image: linear-gradient(
      270deg,
      #e7ebef 50%,
      transparent 50%,
      transparent
    ),
    linear-gradient(410.4deg, #f5bd23 50%, #e7ebef 50%, #e7ebef);
}
.ch__progress-40 {
  background-image: linear-gradient(
      90deg,
      #e7ebef 50%,
      transparent 50%,
      transparent
    ),
    linear-gradient(234deg, #f5bd23 50%, #e7ebef 50%, #e7ebef);
}
.ch__punctuality-40 {
  background-image: linear-gradient(
      270deg,
      #e7ebef 50%,
      transparent 50%,
      transparent
    ),
    linear-gradient(414deg, #f5bd23 50%, #e7ebef 50%, #e7ebef);
}
.ch__progress-41 {
  background-image: linear-gradient(
      90deg,
      #e7ebef 50%,
      transparent 50%,
      transparent
    ),
    linear-gradient(237.6deg, #f5bd23 50%, #e7ebef 50%, #e7ebef);
}
.ch__punctuality-41 {
  background-image: linear-gradient(
      270deg,
      #e7ebef 50%,
      transparent 50%,
      transparent
    ),
    linear-gradient(417.6deg, #f5bd23 50%, #e7ebef 50%, #e7ebef);
}
.ch__progress-42 {
  background-image: linear-gradient(
      90deg,
      #e7ebef 50%,
      transparent 50%,
      transparent
    ),
    linear-gradient(241.2deg, #f5bd23 50%, #e7ebef 50%, #e7ebef);
}
.ch__punctuality-42 {
  background-image: linear-gradient(
      270deg,
      #e7ebef 50%,
      transparent 50%,
      transparent
    ),
    linear-gradient(421.2deg, #f5bd23 50%, #e7ebef 50%, #e7ebef);
}
.ch__progress-43 {
  background-image: linear-gradient(
      90deg,
      #e7ebef 50%,
      transparent 50%,
      transparent
    ),
    linear-gradient(244.8deg, #f5bd23 50%, #e7ebef 50%, #e7ebef);
}
.ch__punctuality-43 {
  background-image: linear-gradient(
      270deg,
      #e7ebef 50%,
      transparent 50%,
      transparent
    ),
    linear-gradient(424.8deg, #f5bd23 50%, #e7ebef 50%, #e7ebef);
}
.ch__progress-44 {
  background-image: linear-gradient(
      90deg,
      #e7ebef 50%,
      transparent 50%,
      transparent
    ),
    linear-gradient(248.4deg, #f5bd23 50%, #e7ebef 50%, #e7ebef);
}
.ch__punctuality-44 {
  background-image: linear-gradient(
      270deg,
      #e7ebef 50%,
      transparent 50%,
      transparent
    ),
    linear-gradient(428.4deg, #f5bd23 50%, #e7ebef 50%, #e7ebef);
}
.ch__progress-45 {
  background-image: linear-gradient(
      90deg,
      #e7ebef 50%,
      transparent 50%,
      transparent
    ),
    linear-gradient(252deg, #f5bd23 50%, #e7ebef 50%, #e7ebef);
}
.ch__punctuality-45 {
  background-image: linear-gradient(
      270deg,
      #e7ebef 50%,
      transparent 50%,
      transparent
    ),
    linear-gradient(432deg, #f5bd23 50%, #e7ebef 50%, #e7ebef);
}
.ch__progress-46 {
  background-image: linear-gradient(
      90deg,
      #e7ebef 50%,
      transparent 50%,
      transparent
    ),
    linear-gradient(255.6deg, #f5bd23 50%, #e7ebef 50%, #e7ebef);
}
.ch__punctuality-46 {
  background-image: linear-gradient(
      270deg,
      #e7ebef 50%,
      transparent 50%,
      transparent
    ),
    linear-gradient(435.6deg, #f5bd23 50%, #e7ebef 50%, #e7ebef);
}
.ch__progress-47 {
  background-image: linear-gradient(
      90deg,
      #e7ebef 50%,
      transparent 50%,
      transparent
    ),
    linear-gradient(259.2deg, #f5bd23 50%, #e7ebef 50%, #e7ebef);
}
.ch__punctuality-47 {
  background-image: linear-gradient(
      270deg,
      #e7ebef 50%,
      transparent 50%,
      transparent
    ),
    linear-gradient(439.2deg, #f5bd23 50%, #e7ebef 50%, #e7ebef);
}
.ch__progress-48 {
  background-image: linear-gradient(
      90deg,
      #e7ebef 50%,
      transparent 50%,
      transparent
    ),
    linear-gradient(262.8deg, #f5bd23 50%, #e7ebef 50%, #e7ebef);
}
.ch__punctuality-48 {
  background-image: linear-gradient(
      270deg,
      #e7ebef 50%,
      transparent 50%,
      transparent
    ),
    linear-gradient(442.8deg, #f5bd23 50%, #e7ebef 50%, #e7ebef);
}
.ch__progress-49 {
  background-image: linear-gradient(
      90deg,
      #e7ebef 50%,
      transparent 50%,
      transparent
    ),
    linear-gradient(266.4deg, #f5bd23 50%, #e7ebef 50%, #e7ebef);
}
.ch__punctuality-49 {
  background-image: linear-gradient(
      270deg,
      #e7ebef 50%,
      transparent 50%,
      transparent
    ),
    linear-gradient(446.4deg, #f5bd23 50%, #e7ebef 50%, #e7ebef);
}
.ch__progress-50 {
  background-image: linear-gradient(
      -90deg,
      #f58023 50%,
      transparent 50%,
      transparent
    ),
    linear-gradient(270deg, #f58023 50%, #e7ebef 50%, #e7ebef);
}
.ch__punctuality-50 {
  background-image: linear-gradient(
      90deg,
      #00c574 50%,
      transparent 50%,
      transparent
    ),
    linear-gradient(270deg, #e7ebef 50%, #00c574 50%, #00c574);
}
.ch__progress-51 {
  background-image: linear-gradient(
      -86.4deg,
      #f58023 50%,
      transparent 50%,
      transparent
    ),
    linear-gradient(270deg, #f58023 50%, #e7ebef 50%, #e7ebef);
}
.ch__punctuality-51 {
  background-image: linear-gradient(
      90deg,
      #00c574 50%,
      transparent 50%,
      transparent
    ),
    linear-gradient(273.6deg, #e7ebef 50%, #00c574 50%, #00c574);
}
.ch__progress-52 {
  background-image: linear-gradient(
      -82.8deg,
      #f58023 50%,
      transparent 50%,
      transparent
    ),
    linear-gradient(270deg, #f58023 50%, #e7ebef 50%, #e7ebef);
}
.ch__punctuality-52 {
  background-image: linear-gradient(
      90deg,
      #00c574 50%,
      transparent 50%,
      transparent
    ),
    linear-gradient(277.2deg, #e7ebef 50%, #00c574 50%, #00c574);
}
.ch__progress-53 {
  background-image: linear-gradient(
      -79.2deg,
      #f58023 50%,
      transparent 50%,
      transparent
    ),
    linear-gradient(270deg, #f58023 50%, #e7ebef 50%, #e7ebef);
}
.ch__punctuality-53 {
  background-image: linear-gradient(
      90deg,
      #00c574 50%,
      transparent 50%,
      transparent
    ),
    linear-gradient(280.8deg, #e7ebef 50%, #00c574 50%, #00c574);
}
.ch__progress-54 {
  background-image: linear-gradient(
      -75.6deg,
      #f58023 50%,
      transparent 50%,
      transparent
    ),
    linear-gradient(270deg, #f58023 50%, #e7ebef 50%, #e7ebef);
}
.ch__punctuality-54 {
  background-image: linear-gradient(
      90deg,
      #00c574 50%,
      transparent 50%,
      transparent
    ),
    linear-gradient(284.4deg, #e7ebef 50%, #00c574 50%, #00c574);
}
.ch__progress-55 {
  background-image: linear-gradient(
      -72deg,
      #f58023 50%,
      transparent 50%,
      transparent
    ),
    linear-gradient(270deg, #f58023 50%, #e7ebef 50%, #e7ebef);
}
.ch__punctuality-55 {
  background-image: linear-gradient(
      90deg,
      #00c574 50%,
      transparent 50%,
      transparent
    ),
    linear-gradient(288deg, #e7ebef 50%, #00c574 50%, #00c574);
}
.ch__progress-56 {
  background-image: linear-gradient(
      -68.4deg,
      #f58023 50%,
      transparent 50%,
      transparent
    ),
    linear-gradient(270deg, #f58023 50%, #e7ebef 50%, #e7ebef);
}
.ch__punctuality-56 {
  background-image: linear-gradient(
      90deg,
      #00c574 50%,
      transparent 50%,
      transparent
    ),
    linear-gradient(291.6deg, #e7ebef 50%, #00c574 50%, #00c574);
}
.ch__progress-57 {
  background-image: linear-gradient(
      -64.8deg,
      #f58023 50%,
      transparent 50%,
      transparent
    ),
    linear-gradient(270deg, #f58023 50%, #e7ebef 50%, #e7ebef);
}
.ch__punctuality-57 {
  background-image: linear-gradient(
      90deg,
      #00c574 50%,
      transparent 50%,
      transparent
    ),
    linear-gradient(295.2deg, #e7ebef 50%, #00c574 50%, #00c574);
}
.ch__progress-58 {
  background-image: linear-gradient(
      -61.2deg,
      #f58023 50%,
      transparent 50%,
      transparent
    ),
    linear-gradient(270deg, #f58023 50%, #e7ebef 50%, #e7ebef);
}
.ch__punctuality-58 {
  background-image: linear-gradient(
      90deg,
      #00c574 50%,
      transparent 50%,
      transparent
    ),
    linear-gradient(298.8deg, #e7ebef 50%, #00c574 50%, #00c574);
}
.ch__progress-59 {
  background-image: linear-gradient(
      -57.6deg,
      #f58023 50%,
      transparent 50%,
      transparent
    ),
    linear-gradient(270deg, #f58023 50%, #e7ebef 50%, #e7ebef);
}
.ch__punctuality-59 {
  background-image: linear-gradient(
      90deg,
      #00c574 50%,
      transparent 50%,
      transparent
    ),
    linear-gradient(302.4deg, #e7ebef 50%, #00c574 50%, #00c574);
}
.ch__progress-60 {
  background-image: linear-gradient(
      -54deg,
      #f58023 50%,
      transparent 50%,
      transparent
    ),
    linear-gradient(270deg, #f58023 50%, #e7ebef 50%, #e7ebef);
}
.ch__punctuality-60 {
  background-image: linear-gradient(
      90deg,
      #00c574 50%,
      transparent 50%,
      transparent
    ),
    linear-gradient(306deg, #e7ebef 50%, #00c574 50%, #00c574);
}
.ch__progress-61 {
  background-image: linear-gradient(
      -50.4deg,
      #f58023 50%,
      transparent 50%,
      transparent
    ),
    linear-gradient(270deg, #f58023 50%, #e7ebef 50%, #e7ebef);
}
.ch__punctuality-61 {
  background-image: linear-gradient(
      90deg,
      #00c574 50%,
      transparent 50%,
      transparent
    ),
    linear-gradient(309.6deg, #e7ebef 50%, #00c574 50%, #00c574);
}
.ch__progress-62 {
  background-image: linear-gradient(
      -46.8deg,
      #f58023 50%,
      transparent 50%,
      transparent
    ),
    linear-gradient(270deg, #f58023 50%, #e7ebef 50%, #e7ebef);
}
.ch__punctuality-62 {
  background-image: linear-gradient(
      90deg,
      #00c574 50%,
      transparent 50%,
      transparent
    ),
    linear-gradient(313.2deg, #e7ebef 50%, #00c574 50%, #00c574);
}
.ch__progress-63 {
  background-image: linear-gradient(
      -43.2deg,
      #f58023 50%,
      transparent 50%,
      transparent
    ),
    linear-gradient(270deg, #f58023 50%, #e7ebef 50%, #e7ebef);
}
.ch__punctuality-63 {
  background-image: linear-gradient(
      90deg,
      #00c574 50%,
      transparent 50%,
      transparent
    ),
    linear-gradient(316.8deg, #e7ebef 50%, #00c574 50%, #00c574);
}
.ch__progress-64 {
  background-image: linear-gradient(
      -39.6deg,
      #f58023 50%,
      transparent 50%,
      transparent
    ),
    linear-gradient(270deg, #f58023 50%, #e7ebef 50%, #e7ebef);
}
.ch__punctuality-64 {
  background-image: linear-gradient(
      90deg,
      #00c574 50%,
      transparent 50%,
      transparent
    ),
    linear-gradient(320.4deg, #e7ebef 50%, #00c574 50%, #00c574);
}
.ch__progress-65 {
  background-image: linear-gradient(
      -36deg,
      #f58023 50%,
      transparent 50%,
      transparent
    ),
    linear-gradient(270deg, #f58023 50%, #e7ebef 50%, #e7ebef);
}
.ch__punctuality-65 {
  background-image: linear-gradient(
      90deg,
      #00c574 50%,
      transparent 50%,
      transparent
    ),
    linear-gradient(324deg, #e7ebef 50%, #00c574 50%, #00c574);
}
.ch__progress-66 {
  background-image: linear-gradient(
      -32.4deg,
      #f58023 50%,
      transparent 50%,
      transparent
    ),
    linear-gradient(270deg, #f58023 50%, #e7ebef 50%, #e7ebef);
}
.ch__punctuality-66 {
  background-image: linear-gradient(
      90deg,
      #00c574 50%,
      transparent 50%,
      transparent
    ),
    linear-gradient(327.6deg, #e7ebef 50%, #00c574 50%, #00c574);
}
.ch__progress-67 {
  background-image: linear-gradient(
      -28.8deg,
      #f58023 50%,
      transparent 50%,
      transparent
    ),
    linear-gradient(270deg, #f58023 50%, #e7ebef 50%, #e7ebef);
}
.ch__punctuality-67 {
  background-image: linear-gradient(
      90deg,
      #00c574 50%,
      transparent 50%,
      transparent
    ),
    linear-gradient(331.2deg, #e7ebef 50%, #00c574 50%, #00c574);
}
.ch__progress-68 {
  background-image: linear-gradient(
      -25.2deg,
      #f58023 50%,
      transparent 50%,
      transparent
    ),
    linear-gradient(270deg, #f58023 50%, #e7ebef 50%, #e7ebef);
}
.ch__punctuality-68 {
  background-image: linear-gradient(
      90deg,
      #00c574 50%,
      transparent 50%,
      transparent
    ),
    linear-gradient(334.8deg, #e7ebef 50%, #00c574 50%, #00c574);
}
.ch__progress-69 {
  background-image: linear-gradient(
      -21.6deg,
      #f58023 50%,
      transparent 50%,
      transparent
    ),
    linear-gradient(270deg, #f58023 50%, #e7ebef 50%, #e7ebef);
}
.ch__punctuality-69 {
  background-image: linear-gradient(
      90deg,
      #00c574 50%,
      transparent 50%,
      transparent
    ),
    linear-gradient(338.4deg, #e7ebef 50%, #00c574 50%, #00c574);
}
.ch__progress-70 {
  background-image: linear-gradient(
      -18deg,
      #ef0333 50%,
      transparent 50%,
      transparent
    ),
    linear-gradient(270deg, #ef0333 50%, #e7ebef 50%, #e7ebef);
}
.ch__punctuality-70 {
  background-image: linear-gradient(
      90deg,
      #0076ff 50%,
      transparent 50%,
      transparent
    ),
    linear-gradient(342deg, #e7ebef 50%, #0076ff 50%, #0076ff);
}
.ch__progress-71 {
  background-image: linear-gradient(
      -14.4deg,
      #ef0333 50%,
      transparent 50%,
      transparent
    ),
    linear-gradient(270deg, #ef0333 50%, #e7ebef 50%, #e7ebef);
}
.ch__punctuality-71 {
  background-image: linear-gradient(
      90deg,
      #0076ff 50%,
      transparent 50%,
      transparent
    ),
    linear-gradient(345.6deg, #e7ebef 50%, #0076ff 50%, #0076ff);
}
.ch__progress-72 {
  background-image: linear-gradient(
      -10.8deg,
      #ef0333 50%,
      transparent 50%,
      transparent
    ),
    linear-gradient(270deg, #ef0333 50%, #e7ebef 50%, #e7ebef);
}
.ch__punctuality-72 {
  background-image: linear-gradient(
      90deg,
      #0076ff 50%,
      transparent 50%,
      transparent
    ),
    linear-gradient(349.2deg, #e7ebef 50%, #0076ff 50%, #0076ff);
}
.ch__progress-73 {
  background-image: linear-gradient(
      -7.2deg,
      #ef0333 50%,
      transparent 50%,
      transparent
    ),
    linear-gradient(270deg, #ef0333 50%, #e7ebef 50%, #e7ebef);
}
.ch__punctuality-73 {
  background-image: linear-gradient(
      90deg,
      #0076ff 50%,
      transparent 50%,
      transparent
    ),
    linear-gradient(352.8deg, #e7ebef 50%, #0076ff 50%, #0076ff);
}
.ch__progress-74 {
  background-image: linear-gradient(
      -3.6deg,
      #ef0333 50%,
      transparent 50%,
      transparent
    ),
    linear-gradient(270deg, #ef0333 50%, #e7ebef 50%, #e7ebef);
}
.ch__punctuality-74 {
  background-image: linear-gradient(
      90deg,
      #0076ff 50%,
      transparent 50%,
      transparent
    ),
    linear-gradient(356.4deg, #e7ebef 50%, #0076ff 50%, #0076ff);
}
.ch__progress-75 {
  background-image: linear-gradient(
      0deg,
      #ef0333 50%,
      transparent 50%,
      transparent
    ),
    linear-gradient(270deg, #ef0333 50%, #e7ebef 50%, #e7ebef);
}
.ch__punctuality-75 {
  background-image: linear-gradient(
      90deg,
      #0076ff 50%,
      transparent 50%,
      transparent
    ),
    linear-gradient(360deg, #e7ebef 50%, #0076ff 50%, #0076ff);
}
.ch__progress-76 {
  background-image: linear-gradient(
      3.6deg,
      #ef0333 50%,
      transparent 50%,
      transparent
    ),
    linear-gradient(270deg, #ef0333 50%, #e7ebef 50%, #e7ebef);
}
.ch__punctuality-76 {
  background-image: linear-gradient(
      90deg,
      #0076ff 50%,
      transparent 50%,
      transparent
    ),
    linear-gradient(363.6deg, #e7ebef 50%, #0076ff 50%, #0076ff);
}
.ch__progress-77 {
  background-image: linear-gradient(
      7.2deg,
      #ef0333 50%,
      transparent 50%,
      transparent
    ),
    linear-gradient(270deg, #ef0333 50%, #e7ebef 50%, #e7ebef);
}
.ch__punctuality-77 {
  background-image: linear-gradient(
      90deg,
      #0076ff 50%,
      transparent 50%,
      transparent
    ),
    linear-gradient(367.2deg, #e7ebef 50%, #0076ff 50%, #0076ff);
}
.ch__progress-78 {
  background-image: linear-gradient(
      10.8deg,
      #ef0333 50%,
      transparent 50%,
      transparent
    ),
    linear-gradient(270deg, #ef0333 50%, #e7ebef 50%, #e7ebef);
}
.ch__punctuality-78 {
  background-image: linear-gradient(
      90deg,
      #0076ff 50%,
      transparent 50%,
      transparent
    ),
    linear-gradient(370.8deg, #e7ebef 50%, #0076ff 50%, #0076ff);
}
.ch__progress-79 {
  background-image: linear-gradient(
      14.4deg,
      #ef0333 50%,
      transparent 50%,
      transparent
    ),
    linear-gradient(270deg, #ef0333 50%, #e7ebef 50%, #e7ebef);
}
.ch__punctuality-79 {
  background-image: linear-gradient(
      90deg,
      #0076ff 50%,
      transparent 50%,
      transparent
    ),
    linear-gradient(374.4deg, #e7ebef 50%, #0076ff 50%, #0076ff);
}
.ch__progress-80 {
  background-image: linear-gradient(
      18deg,
      #ef0333 50%,
      transparent 50%,
      transparent
    ),
    linear-gradient(270deg, #ef0333 50%, #e7ebef 50%, #e7ebef);
}
.ch__punctuality-80 {
  background-image: linear-gradient(
      90deg,
      #0076ff 50%,
      transparent 50%,
      transparent
    ),
    linear-gradient(378deg, #e7ebef 50%, #0076ff 50%, #0076ff);
}
.ch__progress-81 {
  background-image: linear-gradient(
      21.6deg,
      #ef0333 50%,
      transparent 50%,
      transparent
    ),
    linear-gradient(270deg, #ef0333 50%, #e7ebef 50%, #e7ebef);
}
.ch__punctuality-81 {
  background-image: linear-gradient(
      90deg,
      #0076ff 50%,
      transparent 50%,
      transparent
    ),
    linear-gradient(381.6deg, #e7ebef 50%, #0076ff 50%, #0076ff);
}
.ch__progress-82 {
  background-image: linear-gradient(
      25.2deg,
      #ef0333 50%,
      transparent 50%,
      transparent
    ),
    linear-gradient(270deg, #ef0333 50%, #e7ebef 50%, #e7ebef);
}
.ch__punctuality-82 {
  background-image: linear-gradient(
      90deg,
      #0076ff 50%,
      transparent 50%,
      transparent
    ),
    linear-gradient(385.2deg, #e7ebef 50%, #0076ff 50%, #0076ff);
}
.ch__progress-83 {
  background-image: linear-gradient(
      28.8deg,
      #ef0333 50%,
      transparent 50%,
      transparent
    ),
    linear-gradient(270deg, #ef0333 50%, #e7ebef 50%, #e7ebef);
}
.ch__punctuality-83 {
  background-image: linear-gradient(
      90deg,
      #0076ff 50%,
      transparent 50%,
      transparent
    ),
    linear-gradient(388.8deg, #e7ebef 50%, #0076ff 50%, #0076ff);
}
.ch__progress-84 {
  background-image: linear-gradient(
      32.4deg,
      #ef0333 50%,
      transparent 50%,
      transparent
    ),
    linear-gradient(270deg, #ef0333 50%, #e7ebef 50%, #e7ebef);
}
.ch__punctuality-84 {
  background-image: linear-gradient(
      90deg,
      #0076ff 50%,
      transparent 50%,
      transparent
    ),
    linear-gradient(392.4deg, #e7ebef 50%, #0076ff 50%, #0076ff);
}
.ch__progress-85 {
  background-image: linear-gradient(
      36deg,
      #ef0333 50%,
      transparent 50%,
      transparent
    ),
    linear-gradient(270deg, #ef0333 50%, #e7ebef 50%, #e7ebef);
}
.ch__punctuality-85 {
  background-image: linear-gradient(
      90deg,
      #0076ff 50%,
      transparent 50%,
      transparent
    ),
    linear-gradient(396deg, #e7ebef 50%, #0076ff 50%, #0076ff);
}
.ch__progress-86 {
  background-image: linear-gradient(
      39.6deg,
      #ef0333 50%,
      transparent 50%,
      transparent
    ),
    linear-gradient(270deg, #ef0333 50%, #e7ebef 50%, #e7ebef);
}
.ch__punctuality-86 {
  background-image: linear-gradient(
      90deg,
      #0076ff 50%,
      transparent 50%,
      transparent
    ),
    linear-gradient(399.6deg, #e7ebef 50%, #0076ff 50%, #0076ff);
}
.ch__progress-87 {
  background-image: linear-gradient(
      43.2deg,
      #ef0333 50%,
      transparent 50%,
      transparent
    ),
    linear-gradient(270deg, #ef0333 50%, #e7ebef 50%, #e7ebef);
}
.ch__punctuality-87 {
  background-image: linear-gradient(
      90deg,
      #0076ff 50%,
      transparent 50%,
      transparent
    ),
    linear-gradient(403.2deg, #e7ebef 50%, #0076ff 50%, #0076ff);
}
.ch__progress-88 {
  background-image: linear-gradient(
      46.8deg,
      #ef0333 50%,
      transparent 50%,
      transparent
    ),
    linear-gradient(270deg, #ef0333 50%, #e7ebef 50%, #e7ebef);
}
.ch__punctuality-88 {
  background-image: linear-gradient(
      90deg,
      #0076ff 50%,
      transparent 50%,
      transparent
    ),
    linear-gradient(406.8deg, #e7ebef 50%, #0076ff 50%, #0076ff);
}
.ch__progress-89 {
  background-image: linear-gradient(
      50.4deg,
      #ef0333 50%,
      transparent 50%,
      transparent
    ),
    linear-gradient(270deg, #ef0333 50%, #e7ebef 50%, #e7ebef);
}
.ch__punctuality-89 {
  background-image: linear-gradient(
      90deg,
      #0076ff 50%,
      transparent 50%,
      transparent
    ),
    linear-gradient(410.4deg, #e7ebef 50%, #0076ff 50%, #0076ff);
}
.ch__progress-90 {
  background-image: linear-gradient(
      54deg,
      #ef0333 50%,
      transparent 50%,
      transparent
    ),
    linear-gradient(270deg, #ef0333 50%, #e7ebef 50%, #e7ebef);
}
.ch__punctuality-90 {
  background-image: linear-gradient(
      90deg,
      #0076ff 50%,
      transparent 50%,
      transparent
    ),
    linear-gradient(414deg, #e7ebef 50%, #0076ff 50%, #0076ff);
}
.ch__progress-91 {
  background-image: linear-gradient(
      57.6deg,
      #ef0333 50%,
      transparent 50%,
      transparent
    ),
    linear-gradient(270deg, #ef0333 50%, #e7ebef 50%, #e7ebef);
}
.ch__punctuality-91 {
  background-image: linear-gradient(
      90deg,
      #0076ff 50%,
      transparent 50%,
      transparent
    ),
    linear-gradient(417.6deg, #e7ebef 50%, #0076ff 50%, #0076ff);
}
.ch__progress-92 {
  background-image: linear-gradient(
      61.2deg,
      #ef0333 50%,
      transparent 50%,
      transparent
    ),
    linear-gradient(270deg, #ef0333 50%, #e7ebef 50%, #e7ebef);
}
.ch__punctuality-92 {
  background-image: linear-gradient(
      90deg,
      #0076ff 50%,
      transparent 50%,
      transparent
    ),
    linear-gradient(421.2deg, #e7ebef 50%, #0076ff 50%, #0076ff);
}
.ch__progress-93 {
  background-image: linear-gradient(
      64.8deg,
      #ef0333 50%,
      transparent 50%,
      transparent
    ),
    linear-gradient(270deg, #ef0333 50%, #e7ebef 50%, #e7ebef);
}
.ch__punctuality-93 {
  background-image: linear-gradient(
      90deg,
      #0076ff 50%,
      transparent 50%,
      transparent
    ),
    linear-gradient(424.8deg, #e7ebef 50%, #0076ff 50%, #0076ff);
}
.ch__progress-94 {
  background-image: linear-gradient(
      68.4deg,
      #ef0333 50%,
      transparent 50%,
      transparent
    ),
    linear-gradient(270deg, #ef0333 50%, #e7ebef 50%, #e7ebef);
}
.ch__punctuality-94 {
  background-image: linear-gradient(
      90deg,
      #0076ff 50%,
      transparent 50%,
      transparent
    ),
    linear-gradient(428.4deg, #e7ebef 50%, #0076ff 50%, #0076ff);
}
.ch__progress-95 {
  background-image: linear-gradient(
      72deg,
      #ef0333 50%,
      transparent 50%,
      transparent
    ),
    linear-gradient(270deg, #ef0333 50%, #e7ebef 50%, #e7ebef);
}
.ch__punctuality-95 {
  background-image: linear-gradient(
      90deg,
      #0076ff 50%,
      transparent 50%,
      transparent
    ),
    linear-gradient(432deg, #e7ebef 50%, #0076ff 50%, #0076ff);
}
.ch__progress-96 {
  background-image: linear-gradient(
      75.6deg,
      #ef0333 50%,
      transparent 50%,
      transparent
    ),
    linear-gradient(270deg, #ef0333 50%, #e7ebef 50%, #e7ebef);
}
.ch__punctuality-96 {
  background-image: linear-gradient(
      90deg,
      #0076ff 50%,
      transparent 50%,
      transparent
    ),
    linear-gradient(435.6deg, #e7ebef 50%, #0076ff 50%, #0076ff);
}
.ch__progress-97 {
  background-image: linear-gradient(
      79.2deg,
      #ef0333 50%,
      transparent 50%,
      transparent
    ),
    linear-gradient(270deg, #ef0333 50%, #e7ebef 50%, #e7ebef);
}
.ch__punctuality-97 {
  background-image: linear-gradient(
      90deg,
      #0076ff 50%,
      transparent 50%,
      transparent
    ),
    linear-gradient(439.2deg, #e7ebef 50%, #0076ff 50%, #0076ff);
}
.ch__progress-98 {
  background-image: linear-gradient(
      82.8deg,
      #ef0333 50%,
      transparent 50%,
      transparent
    ),
    linear-gradient(270deg, #ef0333 50%, #e7ebef 50%, #e7ebef);
}
.ch__punctuality-98 {
  background-image: linear-gradient(
      90deg,
      #0076ff 50%,
      transparent 50%,
      transparent
    ),
    linear-gradient(442.8deg, #e7ebef 50%, #0076ff 50%, #0076ff);
}
.ch__progress-99 {
  background-image: linear-gradient(
      86.4deg,
      #ef0333 50%,
      transparent 50%,
      transparent
    ),
    linear-gradient(270deg, #ef0333 50%, #e7ebef 50%, #e7ebef);
}
.ch__punctuality-99 {
  background-image: linear-gradient(
      90deg,
      #0076ff 50%,
      transparent 50%,
      transparent
    ),
    linear-gradient(446.4deg, #e7ebef 50%, #0076ff 50%, #0076ff);
}
.ch__progress-100 {
  background-image: linear-gradient(
      90deg,
      #ef0333 50%,
      transparent 50%,
      transparent
    ),
    linear-gradient(270deg, #ef0333 50%, #e7ebef 50%, #e7ebef);
}
.ch__punctuality-100 {
  background-image: linear-gradient(
      90deg,
      #0076ff 50%,
      transparent 50%,
      transparent
    ),
    linear-gradient(450deg, #e7ebef 50%, #0076ff 50%, #0076ff);
}
.ch__level--pro.ch__result-banner {
  background-color: #dbf6eb;
}
.scale-container {
  max-width: 340px;
  margin: auto;
  position: relative;
  margin-top: 2.5em;
  margin-bottom: 1.5em;
}
.scale-container .bars {
  display: flex;
  justify-content: center;
  position: relative;
}
.scale-container .bars * {
  height: 16px;
  border-radius: 8px;
  margin-right: 2px;
}
.scale-container .bars .numeration {
  position: absolute;
  top: -26px;
  font-weight: 500;
  opacity: 1 !important;
}
.scale-container .bars .numeration.end {
  right: -12px;
  color: #0076ff;
}
.scale-container .bars .numeration.start {
  left: -12px;
  color: #ff2e33;
}
.scale-container .bars .beginner {
  width: 28.5%;
  background-color: #ff2e33;
}
.scale-container .bars .newcomer {
  width: 23%;
  background-color: #f58023;
}
.scale-container .bars .semipro {
  width: 11.5%;
  background-color: #f5bd23;
}
.scale-container .bars .pro {
  width: 17%;
  background-color: #00c574;
}
.scale-container .bars .expert {
  width: 20%;
  background-color: #0076ff;
}
.scale-container.beginner .bars * {
  opacity: 0.2;
}
.scale-container.beginner .bars .beginner {
  opacity: 1;
}
.scale-container.beginner .arrow svg * {
  fill: #ff2e33;
}
.scale-container.newcomer .bars * {
  opacity: 0.2;
}
.scale-container.newcomer .bars .newcomer {
  opacity: 1;
}
.scale-container.newcomer .arrow svg * {
  fill: #f58023;
}
.scale-container.semipro .bars * {
  opacity: 0.2;
}
.scale-container.semipro .bars .semipro {
  opacity: 1;
}
.scale-container.semipro .arrow svg * {
  fill: #f5bd23;
}
.scale-container.pro .bars * {
  opacity: 0.2;
}
.scale-container.pro .bars .pro {
  opacity: 1;
}
.scale-container.pro .arrow svg * {
  fill: #00c574;
}
.scale-container.expert .bars * {
  opacity: 0.2;
}
.scale-container.expert .bars .expert {
  opacity: 1;
}
.scale-container.expert .arrow svg * {
  fill: #0076ff;
}
.scale-container .arrow {
  position: absolute;
  left: 0%;
  margin-left: -6px;
}
.scale-container .arrow svg * {
  fill: #04475c;
}
.experience-scale {
  display: flex;
  justify-content: center;
  margin-bottom: 3em;
  margin-top: 2.5em;
}
.experience-scale .line {
  margin-top: 7px;
  width: 10%;
  border-top: 2px #e7ebef dashed;
}
.experience-scale .level {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}
.experience-scale .level .bubble {
  width: 16px;
  height: 16px;
  border: 2px solid #c2d4db;
  border-radius: 100%;
}
.experience-scale .level.active p {
  font-weight: 500;
}
.experience-scale .level.active.beginner .bubble {
  border-color: #ff2e33;
  background-color: #ff2e33;
}
.experience-scale .level.active.beginner p {
  color: #ff2e33;
}
.experience-scale .level.active.newcomer .bubble {
  border-color: #f58023;
  background-color: #f58023;
}
.experience-scale .level.active.newcomer p {
  color: #f58023;
}
.experience-scale .level.active.semipro .bubble {
  border-color: #f5bd23;
  background-color: #f5bd23;
}
.experience-scale .level.active.semipro p {
  color: #f5bd23;
}
.experience-scale .level.active.pro .bubble {
  border-color: #00c574;
  background-color: #00c574;
}
.experience-scale .level.active.pro p {
  color: #00c574;
}
.experience-scale .level.active.expert .bubble {
  border-color: #0076ff;
  background-color: #0076ff;
}
.experience-scale .level.active.expert p {
  color: #0076ff;
}
.container-miburo-landing {
  background-color: #f8fafc;
}
@media screen and (max-width: 767px) {
  .container-miburo-landing {
    background-color: transparent;
  }
  .container-miburo-landing .h1 {
    font-size: 26px;
    text-align: center;
  }
}
.container-miburo-landing .miburo-gif {
  display: block;
  margin: auto;
  border-radius: 10px;
  border: 2px solid #e7ebef;
  margin-bottom: -100px;
  -webkit-box-shadow: 0 10px 17px -6px #8499a28c;
  -moz-box-shadow: 0 10px 17px -6px #8499a28c;
  box-shadow: 0 10px 17px -6px #8499a28c;
}
@media screen and (min-width: 1200px) {
  .container-miburo-landing .miburo-gif {
    margin-left: -120px;
    margin-top: 240px;
  }
}
@media screen and (max-width: 992px) {
  .container-miburo-landing .miburo-gif {
    margin-left: 0px;
    margin-top: 40px;
  }
}
@media screen and (min-width: 1200px) {
  .container-miburo-landing {
    margin-bottom: -100px;
  }
}
.wave img {
  width: 100%;
  object-fit: fill;
  margin-bottom: -70px;
}
.list-miburo li {
  color: #04475c;
  font-size: 18px;
}
.miburo-increase-account .h3,
.miburo-increase-account p {
  text-align: left;
  color: #04475c;
}
@media screen and (max-width: 767px) {
  .miburo-increase-account .h3,
  .miburo-increase-account p {
    text-align: center;
  }
}
.reg-symbol {
  font-size: 14px;
  line-height: 130%;
  position: absolute;
  margin-left: -12px;
}
.zenfi-link {
  display: block;
  box-shadow: none;
}
.zenfi-link .miburo-banner {
  display: block;
  background-image: url(zenfi-banner-c24a3d1192655b38f5532123e9ee0089ca9320bb3159db940ce4811a7dc8b7db.png);
  background-repeat: no-repeat;
  background-position: 20% center;
  background-size: cover;
  width: 100%;
  height: 240px;
  border-radius: 6px 6px 0 0;
}
@media screen and (max-width: 767px) {
  .zenfi-link .miburo-banner {
    height: 200px;
  }
}
.zenfi-link .miburo-banner .zenfi-banner-info {
  width: 220px;
  margin-left: 340px;
  padding-top: 40px;
  margin-left: 50%;
}
@media screen and (max-width: 767px) {
  .zenfi-link .miburo-banner .zenfi-banner-info {
    padding-top: 20px;
    width: 30%;
  }
}
@media screen and (max-width: 767px) {
  .zenfi-link .miburo-banner .zenfi-banner-info h4 {
    font-size: 16px;
  }
}
.zenfi-link .miburo-banner .zenfi-banner-info .zenfi-logo {
  max-width: 140px;
}
@media screen and (max-width: 767px) {
  .zenfi-link .miburo-banner .zenfi-banner-info .zenfi-logo {
    max-width: 100px;
  }
}
.miburo-link {
  display: block;
}
.miburo-link .badge-new {
  left: -5px;
}
.miburo-link:hover {
  background-color: #e4f4f6;
}
.miburo-link .miburo-banner {
  background-image: url(miburo-banner-601582803b267d9e13d77a0506966727f4e2352d9af09562bbe5516462f715b0.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 100%;
  height: 180px;
  border-radius: 6px 6px 0 0;
}
ul.normal-list {
  padding-left: 30px;
}
ul.normal-list li {
  color: #677d85;
  font-size: 16px;
  list-style: disc;
  padding: 4px;
}
.disclaimer-clabe {
  border-radius: 6px;
  background-color: #f2f5f7;
  padding: 10px;
  font-size: 12px;
  color: #677d85;
}
.disclaimer-clabe b {
  color: #04475c;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .size-disclaimer {
    font-size: 13px;
  }
}
@media screen and (max-width: 767px) {
  .updocs {
    margin: 0 -25px;
  }
}
.updocs .sp1 {
  color: #04475c;
}
.updocs .sp1 small {
  color: #677d85;
}
@media screen and (max-width: 767px) {
  .updocs .sp1 small {
    display: block;
    margin-top: 4px;
  }
}
@media screen and (max-width: 767px) {
  #clabe-container .updocs {
    margin: 0;
  }
}
.fileuploader.fileuploader-theme-onebutton {
  border: 0;
  background: white;
  padding: 10px;
}
@media screen and (max-width: 767px) {
  .fileuploader-theme-onebutton .fileuploader-input {
    display: block;
  }
}
.fileuploader-theme-onebutton .fileuploader-input .fileuploader-input-caption {
  display: none;
}
.fileuploader-popup
  .fileuploader-popup-content
  .fileuploader-popup-tools
  li
  a
  i,
.fileuploader-popup
  .fileuploader-popup-content
  .fileuploader-popup-tools
  li
  a
  span {
  -webkit-transition: all 0.1s ease;
  transition: all 0.1s ease;
}
.fileuploader-popup .fileuploader-popup-content .fileuploader-popup-button,
.fileuploader-input .fileuploader-input-button,
.fileuploader-popup
  .fileuploader-popup-content
  .fileuploader-popup-button.button-success,
.fileuploader-input .fileuploader-input-caption,
.fileuploader-items .fileuploader-item span.fileuploader-action-popup,
.fileuploader-items .fileuploader-item .fileuploader-action i,
.fileuploader-items .fileuploader-item .fileuploader-progressbar .bar,
.fileuploader-items
  .fileuploader-item
  .progress-bar2
  .fileuploader-progressbar
  .bar,
.fileuploader-popup .fileuploader-popup-move {
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.fileuploader-items .fileuploader-item,
.fileuploader-items .fileuploader-item .fileuploader-item-image img,
.fileuploader-items .fileuploader-item .fileuploader-item-image canvas,
.fileuploader-items .fileuploader-item .fileuploader-item-icon,
.fileuploader-items .fileuploader-item .fileuploader-action,
.fileuploader-popup,
.fileuploader-popup .fileuploader-popup-node {
  -webkit-animation: fileuploaderFadeIn 0.2s ease;
  animation: fileuploaderFadeIn 0.2s ease;
}
.fileuploader-popup .fileuploader-popup-content .fileuploader-popup-button,
.fileuploader-input .fileuploader-input-button,
.fileuploader-popup
  .fileuploader-popup-content
  .fileuploader-popup-button.button-success {
  display: inline-block;
  margin: 0;
  padding: 14px 20px;
  border: none;
  border-radius: 6px;
  outline: 0;
  cursor: pointer;
  vertical-align: middle;
  text-decoration: none;
}
.fileuploader-popup .fileuploader-popup-content .fileuploader-popup-button span,
.fileuploader-input .fileuploader-input-button span,
.fileuploader-popup
  .fileuploader-popup-content
  .fileuploader-popup-button.button-success
  span {
  font-weight: 500;
}
.fileuploader-popup .fileuploader-popup-content .fileuploader-popup-button {
  background: #e7ebef;
  color: #93afb9;
}
.fileuploader-popup
  .fileuploader-popup-content
  .fileuploader-popup-button:hover {
  background: #edf0f3;
}
.fileuploader-popup
  .fileuploader-popup-content
  .fileuploader-popup-button:active {
  background: #e1e6eb;
}
.fileuploader-input .fileuploader-input-button,
.fileuploader-popup
  .fileuploader-popup-content
  .fileuploader-popup-button.button-success {
  background: #0076ff;
  background-size: 140% auto;
  background-position: center;
  color: #fff;
}
.fileuploader-input .fileuploader-input-button:hover,
.fileuploader-popup
  .fileuploader-popup-content
  .fileuploader-popup-button.button-success:hover {
  background-position: left;
}
.fileuploader-input .fileuploader-input-button:active,
.fileuploader-popup
  .fileuploader-popup-content
  .fileuploader-popup-button.button-success:active {
  background-position: right;
}
.fileuploader-input .fileuploader-main-icon:after,
.fileuploader-items .fileuploader-item .fileuploader-action i,
.fileuploader-popup
  .fileuploader-popup-content
  .fileuploader-popup-tools
  li
  a
  i:after,
.fileuploader-popup .fileuploader-popup-move:after {
  font-family: "font-fileuploader" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.fileuploader-input .fileuploader-input-caption .fileuploader-pending-loader,
.fileuploader-items
  .fileuploader-item.upload-pending
  .fileuploader-action-remove:after,
.fileuploader-items
  .fileuploader-item
  .fileuploader-item-image.fileuploader-loading:after,
.fileuploader-popup.loading:after {
  content: "";
  position: absolute;
  min-width: 24px;
  min-height: 24px;
  max-width: 48px;
  max-height: 48px;
  background: url("data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIGlkPSJsb2FkZXItMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiIHdpZHRoPSI0MHB4IiBoZWlnaHQ9IjQwcHgiIHZpZXdCb3g9IjAgMCA1MCA1MCIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgNTAgNTA7IiB4bWw6c3BhY2U9InByZXNlcnZlIj48cGF0aCBmaWxsPSIjZGRlNGY2IiBkPSJNNDMuOTM1LDI1LjE0NWMwLTEwLjMxOC04LjM2NC0xOC42ODMtMTguNjgzLTE4LjY4M2MtMTAuMzE4LDAtMTguNjgzLDguMzY1LTE4LjY4MywxOC42ODNoNC4wNjhjMC04LjA3MSw2LjU0My0xNC42MTUsMTQuNjE1LTE0LjYxNWM4LjA3MiwwLDE0LjYxNSw2LjU0MywxNC42MTUsMTQuNjE1SDQzLjkzNXoiPjxhbmltYXRlVHJhbnNmb3JtIGF0dHJpYnV0ZVR5cGU9InhtbCIgYXR0cmlidXRlTmFtZT0idHJhbnNmb3JtIiB0eXBlPSJyb3RhdGUiIGZyb209IjAgMjUgMjUiIHRvPSIzNjAgMjUgMjUiIGR1cj0iMC42cyIgcmVwZWF0Q291bnQ9ImluZGVmaW5pdGUiLz4gPC9wYXRoPiA8L3N2Zz4=")
    no-repeat center;
  background-size: contain;
}
.fileuploader-items
  .fileuploader-item
  .fileuploader-item-image.fileuploader-loading:after,
.fileuploader-items .fileuploader-item .fileuploader-item-image img,
.fileuploader-items .fileuploader-item .fileuploader-item-image canvas,
.fileuploader-items .fileuploader-item .fileuploader-item-icon i,
.fileuploader-popup.loading:after,
.fileuploader-popup .fileuploader-popup-move:after,
.fileuploader-popup
  .fileuploader-cropper
  .fileuploader-cropper-area
  .point:after,
.fileuploader-popup
  .fileuploader-cropper
  .fileuploader-cropper-area
  .area-move {
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}
.fileuploader-items .fileuploader-item .fileuploader-action,
.fileuploader-items .fileuploader-item .progress-bar2 span {
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.fileuploader-popup .fileuploader-popup-content .fileuploader-popup-button,
.fileuploader-input .fileuploader-input-button,
.fileuploader-popup
  .fileuploader-popup-content
  .fileuploader-popup-button.button-success,
.fileuploader-items .fileuploader-item .fileuploader-item-icon,
.fileuploader-items .fileuploader-item .progress-bar2 .fileuploader-progressbar,
.fileuploader-popup .fileuploader-popup-node .fileuploader-popup-file-icon,
.fileuploader-popup .fileuploader-popup-content .fileuploader-popup-tools li a,
.fileuploader-popup .fileuploader-cropper,
.fileuploader-popup .fileuploader-cropper * {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.fileuploader,
.fileuploader *,
.fileuploader :before,
.fileuploader :after,
.fileuploader-popup,
.fileuploader-popup *,
.fileuploader-popup :before,
.fileuploader-popup :after {
  box-sizing: border-box;
}
.fileuploader {
  display: block;
  width: 100%;
  padding: 16px;
  margin: 16px 0;
  background: #f8fafc;
  border-radius: 6px;
  line-height: normal;
  border: 2px dashed #c2d4db;
}
.fileuploader-input {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 1px solid transparent;
  border-radius: 6px;
  cursor: pointer;
  overflow: hidden;
}
.fileuploader-input .fileuploader-input-caption {
  position: relative;
  display: inline-block;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -ms-flex-item-align: start;
  align-self: flex-start;
  padding: 11px 16px;
  margin-right: 16px;
  background: #fff;
  border: 1px solid #f8fafc;
  border-radius: 6px;
  color: #789bec;
  font-weight: bold;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.fileuploader-focused .fileuploader-input .fileuploader-input-caption {
  border-color: #789bec;
}
.fileuploader-input .fileuploader-input-caption .fileuploader-pending-loader {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  min-height: 22px;
  margin-right: 6px;
}
.fileuploader-input .fileuploader-input-button {
  text-align: center;
}
@media screen and (max-width: 767px) {
  .fileuploader-input .fileuploader-input-button {
    display: block;
    text-align: center;
    width: 100%;
    padding: 18px 18px;
    border-radius: 36px;
  }
  .fileuploader-input .fileuploader-input-button span {
    font-weight: 700;
    font-size: 16px;
  }
  .fileuploader-input .fileuploader-input-button span div {
    height: 12px;
    width: 10px;
    display: inline-block;
    background-image: url(iconos/upload-5896c6c03862b6e4cf2db3a24a88faf1aba80ea9b6d2bf6e8620877554ec4699.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    margin-bottom: -1px;
  }
}
.fileuploader-input .fileuploader-input-button.upload-more {
  background-color: white;
  border: 1px solid #0076ff;
  color: #0076ff;
}
.fileuploader-input .fileuploader-main-icon {
  color: #789bec;
}
.fileuploader-input .fileuploader-main-icon:after {
  content: "\e900";
}
.fileuploader-input.fileuploader-dragging {
  background: #fff;
  border: 1px solid #f8fafc;
  border-style: dashed;
}
.fileuploader-input.fileuploader-dragging .fileuploader-input-caption {
  border-color: transparent;
}
.fileuploader-input.fileuploader-dragging .fileuploader-input-button {
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
  opacity: 0;
}
.fileuploader-disabled .fileuploader-input {
  opacity: 0.7;
  cursor: default;
  pointer-events: none !important;
}
.fileuploader-items .fileuploader-items-list {
  display: block;
  margin: 0 -16px;
  padding: 0;
  list-style: none;
}
.fileuploader-items .fileuploader-item {
  position: relative;
  margin: 0;
  padding: 20px 16px;
  border-bottom: 1px solid #f8fafc;
  animation-duration: 0.6s;
}
.fileuploader-items .fileuploader-item:last-child {
  border-bottom: 0;
  margin-bottom: -16px;
}
.fileuploader-items .fileuploader-item.upload-failed {
  background: rgba(254, 84, 111, 0.06);
}
.fileuploader-items
  .fileuploader-item.upload-pending
  .fileuploader-action-remove:after {
  position: absolute;
  left: -8px;
  top: -8px;
  width: 36px;
  height: 36px;
}
.fileuploader-items .fileuploader-item .columns {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 2;
}
.fileuploader-items .fileuploader-item .column-thumbnail {
  position: relative;
  width: 36px;
  height: 36px;
}
.fileuploader-items .fileuploader-item .column-title {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding-left: 16px;
  padding-right: 16px;
  color: #93afb9;
  overflow: hidden;
}
.fileuploader-items .fileuploader-item .column-title a {
  display: inline-block;
  width: 100%;
  height: 100%;
  color: #93afb9;
  text-decoration: none;
}
.fileuploader-items .fileuploader-item .column-title div {
  width: 100%;
  font-weight: bold;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.fileuploader-items .fileuploader-item .column-title span {
  font-size: 12px;
  color: #c2d4db;
}
.fileuploader-items .fileuploader-item .column-actions {
  margin: 0 16px;
}
.fileuploader-items .fileuploader-item .fileuploader-item-image {
  position: relative;
  width: 100%;
  height: 100%;
  border-radius: 6px;
  background: #fff;
  overflow: hidden;
}
.fileuploader-items
  .fileuploader-item
  .fileuploader-item-image.fileuploader-loading:after {
  content: "";
  width: 50%;
  height: 50%;
}
.fileuploader-items .fileuploader-item .fileuploader-item-image img,
.fileuploader-items .fileuploader-item .fileuploader-item-image canvas {
  position: absolute;
  max-width: none;
  max-height: 100%;
}
.fileuploader-items .fileuploader-item .fileuploader-item-icon {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  color: #fff;
  font-size: 11px;
  background: #ddd;
  border-radius: 4px;
  cursor: default;
}
.fileuploader-items .fileuploader-item .fileuploader-item-icon.is-bright-color {
  color: #888;
}
.fileuploader-items .fileuploader-item .fileuploader-item-icon i {
  position: absolute;
  display: block;
  width: 90%;
  font-style: normal;
  font-weight: bold;
  overflow: hidden;
  white-space: nowrap;
}
.fileuploader-items .fileuploader-item span.fileuploader-action-popup {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(43, 56, 71, 0.2);
  border-radius: 6px;
  cursor: pointer;
  opacity: 0;
}
.fileuploader-items .fileuploader-item span.fileuploader-action-popup:hover {
  opacity: 1;
}
.fileuploader-items .fileuploader-item span.fileuploader-action-popup:active {
  background: rgba(43, 56, 71, 0.4);
}
.fileuploader-items .fileuploader-item .fileuploader-action {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  color: #e7ebef;
  cursor: pointer;
  vertical-align: top;
}
.fileuploader-items
  .fileuploader-item
  .fileuploader-action
  + .fileuploader-action {
  margin-left: 16px;
}
.fileuploader-items .fileuploader-item .fileuploader-action:hover {
  color: #789bec;
}
.fileuploader-items .fileuploader-item .fileuploader-action:active {
  color: #668ee9;
}
.fileuploader-items .fileuploader-item .fileuploader-action i {
  display: inline-block;
  width: 100%;
  height: 100%;
  font-size: 20px;
  line-height: 20px;
  text-align: center;
  border-radius: 50%;
}
.fileuploader-items
  .fileuploader-item
  .fileuploader-action.fileuploader-action-remove {
  box-shadow: none;
  text-shadow: none;
  text-align: center;
  line-height: 120%;
  background-image: url(iconos/trash-doc-227b829c247d345521e951f982f4b7c7d2b675f0df28baaba1a59b4dd3b1459b.svg);
  background-size: contain;
  background-repeat: no-repeat;
  height: 22px;
  width: 22px;
  border-radius: 0;
  border: 0;
}
.fileuploader-items
  .fileuploader-item
  .fileuploader-action.fileuploader-action-download
  i:after {
  content: "\e902";
}
.fileuploader-items
  .fileuploader-item
  .fileuploader-action.fileuploader-action-start
  i:after {
  content: "\e907";
}
.fileuploader-items
  .fileuploader-item
  .fileuploader-action.fileuploader-action-sort
  i:after {
  content: "\e903";
}
.fileuploader-items
  .fileuploader-item
  .fileuploader-action.fileuploader-action-edit
  i:after {
  content: "\e90c";
}
.fileuploader-items
  .fileuploader-item
  .fileuploader-action.fileuploader-action-retry
  i:after {
  content: "\e904";
}
.fileuploader-items
  .fileuploader-item
  .fileuploader-action.fileuploader-action-settings
  i:after {
  content: "\e905";
}
.fileuploader-items
  .fileuploader-item
  .fileuploader-action.fileuploader-action-preview
  i:after {
  content: "\e90d";
}
.fileuploader-items
  .fileuploader-item
  .fileuploader-action.fileuploader-action-success
  i {
  color: #fff;
  font-size: 14px;
  background: #00c574;
  box-shadow: -1px 1px 6px rgba(0, 197, 116, 0.8);
  text-shadow: none;
}
.fileuploader-items
  .fileuploader-item
  .fileuploader-action.fileuploader-action-success
  i:after {
  content: "\e90b";
}
.fileuploader-items
  .fileuploader-item
  .fileuploader-action.fileuploader-action-success
  i:hover {
  background: #ef0333;
  box-shadow: -1px 1px 6px rgba(239, 3, 51, 0.8);
}
.fileuploader-items
  .fileuploader-item
  .fileuploader-action.fileuploader-action-success
  i:hover:after {
  content: "\e908";
}
.fileuploader-items
  .fileuploader-item
  .fileuploader-action.fileuploader-action-success
  i:active {
  background-color: #db032f;
}
.fileuploader-items
  .fileuploader-item
  .fileuploader-action.fileuploader-action-success
  i:active:after {
  content: "\e908";
}
.fileuploader-items
  .fileuploader-item.file-has-popup
  span.fileuploader-action-popup {
  display: block;
}
.fileuploader-items .fileuploader-item .fileuploader-progressbar {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 4px;
  border-radius: 6px;
  overflow: hidden;
}
.fileuploader-items .fileuploader-item .fileuploader-progressbar .bar {
  position: absolute;
  left: 0;
  top: 0;
  width: 0%;
  height: 100%;
  border-radius: 6px;
  background: #789bec;
}
.fileuploader-items
  .fileuploader-item
  .progress-bar2
  .fileuploader-progressbar {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.fileuploader-items
  .fileuploader-item
  .progress-bar2
  .fileuploader-progressbar
  .bar {
  position: absolute;
  left: 0;
  top: 0;
  width: 0%;
  height: 100%;
  border-radius: 0;
  background: rgba(104, 125, 219, 0.08);
}
.fileuploader-items .fileuploader-item .progress-bar2 span {
  position: absolute;
  right: 16px;
  color: rgba(151, 159, 184, 0.16);
  font-size: 48px;
}
.fileuploader-items .fileuploader-item.sorting {
  background: #f8fafc;
  border-radius: 6px;
  opacity: 0.8;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
  z-index: 799;
}
.fileuploader-items .fileuploader-item.sorting,
.fileuploader-items .fileuploader-item.sorting .fileuploader-item-image img,
.fileuploader-items .fileuploader-item.sorting .fileuploader-item-image canvas,
.fileuploader-items .fileuploader-item.sorting .fileuploader-item-icon,
.fileuploader-items .fileuploader-item.sorting .fileuploader-action {
  -webkit-animation: none;
  animation: none;
}
.fileuploader-items .fileuploader-sorter-placeholder {
  background: rgba(0, 0, 0, 0.03);
  margin: 0;
  padding: 0;
  -webkit-animation: none;
  animation: none;
}
.fileuploader-popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background: #191d1e;
  z-index: 1090;
  animation-duration: 0.4s;
}
.fileuploader-popup.loading:after {
  width: 48px;
  height: 48px;
  z-index: 8;
}
.fileuploader-popup .fileuploader-popup-preview {
  position: relative;
  width: 100%;
  height: 100%;
  padding-right: 368px;
  overflow: auto;
  z-index: 2;
}
.fileuploader-popup .fileuploader-popup-node {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 100%;
  height: 100%;
  min-width: 20px;
  min-height: 20px;
  vertical-align: top;
  border-radius: 2px;
  padding: 34px 56px;
  overflow: hidden;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
.fileuploader-popup .fileuploader-popup-node.image > img,
.fileuploader-popup .fileuploader-popup-node.video > video,
.fileuploader-popup .fileuploader-popup-node.audio > audio,
.fileuploader-popup .fileuploader-popup-node.astext > div {
  max-width: 100%;
  max-height: 100%;
  margin: 0;
  padding: 0;
  color: #47525d;
  background: #fafafa;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.4);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.4);
  border-radius: 2px;
}
.fileuploader-popup .fileuploader-popup-node.audio audio {
  width: 450px;
}
.fileuploader-popup .fileuploader-popup-node.astext div {
  max-width: 992px;
  padding: 20px;
  margin: 0 auto;
  font-size: 14px;
  line-height: 16px;
  text-align: left;
  overflow-y: auto;
  white-space: pre-wrap;
}
.fileuploader-popup .fileuploader-popup-node .fileuploader-popup-file-icon {
  position: relative;
  display: inline-block;
  width: 80px;
  height: 80px;
  background: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNDkiIGhlaWdodD0iNjQiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgcHJlc2VydmVBc3BlY3RSYXRpbz0ieE1pZFlNaWQiPiA8Zz4gIDx0aXRsZT5iYWNrZ3JvdW5kPC90aXRsZT4gIDxyZWN0IGZpbGw9Im5vbmUiIGlkPSJjYW52YXNfYmFja2dyb3VuZCIgaGVpZ2h0PSI0MDIiIHdpZHRoPSI1ODIiIHk9Ii0xIiB4PSItMSIvPiA8L2c+IDxnPiAgPHRpdGxlPkxheWVyIDE8L3RpdGxlPiAgPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBmaWxsPSIjYmJjYWNmIiBpZD0ic3ZnXzIiIGQ9Im00OSwxNi44NDJsMCw0Mi4xMDVjMCwyLjc5MSAtMi4yNyw1LjA1MyAtNS4wNjksNS4wNTNsLTM4Ljg2MiwwYy0yLjgsMCAtNS4wNjksLTIuMjYyIC01LjA2OSwtNS4wNTNsMCwtNTMuODk0YzAsLTIuNzkxIDIuMjY5LC01LjA1MyA1LjA2OSwtNS4wNTNsMjcuMDM0LDBsMTYuODk3LDE2Ljg0MnoiIGNsYXNzPSJjbHMtMSIvPiAgPHBhdGggZmlsbD0iI2RmZWFlZSIgZmlsbC1ydWxlPSJldmVub2RkIiBpZD0ic3ZnXzQiIGQ9Im00OSwxNS44OTlsMCwyLjA5NmwtMTMuODEzLDBjLTIuODYsMCAtNC4xNzksLTIuMzIgLTQuMTc5LC01LjE4MWwwLC0xMi44MTRsMi4wOTIsMGwxNS45LDE1Ljg5OXoiIGNsYXNzPSJjbHMtMyIvPiA8L2c+PC9zdmc+")
    no-repeat center;
  background-size: contain;
}
.fileuploader-popup .fileuploader-popup-node .fileuploader-popup-file-icon div {
  position: absolute;
  bottom: 14px;
  left: 0;
  padding: 4px 6px;
  border-radius: 4px;
  color: #fff;
  max-width: 100%;
  word-wrap: break-word;
}
.fileuploader-popup
  .fileuploader-popup-node
  .fileuploader-popup-file-icon
  div.is-bright-color {
  color: #888;
}
.fileuploader-popup
  .fileuploader-popup-node
  .fileuploader-popup-file-icon
  div
  i {
  text-transform: uppercase;
  font-style: normal;
  font-weight: bold;
  white-space: nowrap;
}
.fileuploader-popup .fileuploader-popup-content {
  position: absolute;
  top: 0;
  right: 0;
  background: #fff;
  display: inline-block;
  width: 368px;
  min-height: 100%;
  padding: 34px;
  text-align: left;
}
.fileuploader-popup .fileuploader-popup-content ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.fileuploader-popup .fileuploader-popup-content ul li {
  display: block;
  padding: 0;
  margin: 0;
  padding-bottom: 16px;
  width: 100%;
}
.fileuploader-popup .fileuploader-popup-content ul li span {
  display: block;
  color: #c2d4db;
  font-size: 14px;
}
.fileuploader-popup .fileuploader-popup-content ul li h5 {
  margin: 4px 0 0;
  color: #677d85;
  font-size: 14px;
  font-weight: bold;
  word-wrap: break-word;
}
.fileuploader-popup .fileuploader-popup-content .fileuploader-popup-meta {
  padding: 0 0 8px;
  margin: 0 0 8px;
  border-bottom: 1px solid #eaeaf0;
}
.fileuploader-popup .fileuploader-popup-content .fileuploader-popup-tools {
  padding: 0;
  margin: 0 -16px;
  display: none;
}
.fileuploader-popup .fileuploader-popup-content .fileuploader-popup-tools li {
  display: inline-block;
  width: auto;
}
.fileuploader-popup .fileuploader-popup-content .fileuploader-popup-tools li a {
  display: inline-block;
  padding: 16px;
  cursor: pointer;
  text-align: center;
  text-decoration: none;
}
.fileuploader-popup
  .fileuploader-popup-content
  .fileuploader-popup-tools
  li
  a
  i {
  display: inline-block;
  font-size: 24px;
  margin-bottom: 6px;
  color: #677d85;
}
.fileuploader-popup
  .fileuploader-popup-content
  .fileuploader-popup-tools
  li
  a:hover
  i,
.fileuploader-popup
  .fileuploader-popup-content
  .fileuploader-popup-tools
  li
  a:hover
  span {
  color: #789bec;
}
.fileuploader-popup
  .fileuploader-popup-content
  .fileuploader-popup-tools
  li
  a[data-action="remove"]
  i:after {
  content: "\e906";
}
.fileuploader-popup
  .fileuploader-popup-content
  .fileuploader-popup-tools
  li
  a[data-action="crop"]
  i:after {
  content: "\e901";
}
.fileuploader-popup
  .fileuploader-popup-content
  .fileuploader-popup-tools
  li
  a[data-action="rotate-cw"]
  i:after {
  content: "\e904";
}
.fileuploader-popup .fileuploader-popup-content .fileuploader-popup-buttons {
  margin: 16px 0;
}
.fileuploader-popup
  .fileuploader-popup-content
  .fileuploader-popup-button
  + .fileuploader-popup-button {
  margin-left: 20px;
}
.fileuploader-popup .fileuploader-popup-move {
  position: absolute;
  display: none;
  width: 56px;
  height: 100%;
  font-size: 24px;
  bottom: 0;
  left: 0;
  color: #fff;
  opacity: 0.4;
  cursor: pointer;
  z-index: 2;
}
.fileuploader-popup .fileuploader-popup-move:hover {
  opacity: 1;
}
.fileuploader-popup .fileuploader-popup-move:after {
  position: absolute;
}
.fileuploader-popup .fileuploader-popup-move[data-action="prev"]:after {
  content: "\e909";
}
.fileuploader-popup .fileuploader-popup-move[data-action="next"] {
  left: auto;
  right: 368px;
}
.fileuploader-popup .fileuploader-popup-move[data-action="next"]:after {
  content: "\e90a";
}
.fileuploader-popup .fileuploader-popup-has-arrows .fileuploader-popup-move {
  display: inline-block;
}
.fileuploader-popup .fileuploader-cropper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(17, 20, 27, 0.65);
  z-index: 9;
}
.fileuploader-popup .fileuploader-cropper .fileuploader-cropper-area {
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 0;
  z-index: 2;
}
.fileuploader-popup
  .fileuploader-cropper
  .fileuploader-cropper-area.has-grid:before,
.fileuploader-popup
  .fileuploader-cropper
  .fileuploader-cropper-area.has-grid:after {
  content: "";
  position: absolute;
  border: 1px solid rgba(250, 250, 250, 0.8);
  opacity: 0;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  z-index: 1;
}
.fileuploader-popup
  .fileuploader-cropper
  .fileuploader-cropper-area.has-grid:before {
  top: 0;
  left: 50%;
  height: 100%;
  width: 34%;
  border-top: 0;
  border-bottom: 0;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.fileuploader-popup
  .fileuploader-cropper
  .fileuploader-cropper-area.has-grid:after {
  top: 50%;
  left: 0;
  height: 34%;
  width: 100%;
  border-left: 0;
  border-right: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.fileuploader-popup
  .fileuploader-cropper
  .fileuploader-cropper-area.has-grid.moving:before,
.fileuploader-popup
  .fileuploader-cropper
  .fileuploader-cropper-area.has-grid.moving:after {
  opacity: 1;
}
.fileuploader-popup .fileuploader-cropper .fileuploader-cropper-area .point {
  position: absolute;
  width: 24px;
  height: 24px;
  z-index: 3;
}
.fileuploader-popup
  .fileuploader-cropper
  .fileuploader-cropper-area
  .point:after {
  content: "";
  width: 12px;
  height: 12px;
  position: absolute;
  background: #fff;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.4);
  border-radius: 50%;
}
.fileuploader-popup
  .fileuploader-cropper
  .fileuploader-cropper-area
  .point.point-a {
  top: -12px;
  left: -12px;
  cursor: nw-resize;
}
.fileuploader-popup
  .fileuploader-cropper
  .fileuploader-cropper-area
  .point.point-b {
  top: -12px;
  left: 50%;
  margin-left: -12px;
  cursor: n-resize;
}
.fileuploader-popup
  .fileuploader-cropper
  .fileuploader-cropper-area
  .point.point-c {
  top: -12px;
  right: -12px;
  cursor: ne-resize;
}
.fileuploader-popup
  .fileuploader-cropper
  .fileuploader-cropper-area
  .point.point-d {
  top: 50%;
  right: -12px;
  margin-top: -12px;
  cursor: w-resize;
}
.fileuploader-popup
  .fileuploader-cropper
  .fileuploader-cropper-area
  .point.point-e {
  bottom: -12px;
  right: -12px;
  cursor: nw-resize;
}
.fileuploader-popup
  .fileuploader-cropper
  .fileuploader-cropper-area
  .point.point-f {
  bottom: -12px;
  left: 50%;
  margin-left: -12px;
  cursor: s-resize;
}
.fileuploader-popup
  .fileuploader-cropper
  .fileuploader-cropper-area
  .point.point-g {
  bottom: -12px;
  left: -12px;
  cursor: sw-resize;
}
.fileuploader-popup
  .fileuploader-cropper
  .fileuploader-cropper-area
  .point.point-h {
  left: -12px;
  top: 50%;
  margin-top: -12px;
  cursor: w-resize;
}
.fileuploader-popup
  .fileuploader-cropper
  .fileuploader-cropper-area
  .area-move {
  position: absolute;
  width: 95%;
  height: 95%;
  z-index: 2;
  cursor: move;
}
.fileuploader-popup
  .fileuploader-cropper
  .fileuploader-cropper-area
  .area-image {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
}
.fileuploader-popup
  .fileuploader-cropper
  .fileuploader-cropper-area
  .area-image
  img {
  width: auto;
  height: auto;
  max-width: none;
  max-height: none;
  position: absolute;
  left: 0;
  top: 0;
  background: #fff;
  -webkit-transform-origin: top left;
  transform-origin: top left;
}
.fileuploader-popup
  .fileuploader-cropper
  .fileuploader-cropper-area
  .area-info {
  position: absolute;
  bottom: -12px;
  left: 50%;
  color: #fff;
  font-family: sans-serif;
  line-height: 1;
  font-size: 12px;
  text-align: center;
  padding: 4px 8px;
  background: rgba(0, 0, 0, 0.6);
  border-radius: 14px;
  white-space: nowrap;
  opacity: 0;
  -webkit-transform: translateX(-50%) translateY(100%);
  transform: translateX(-50%) translateY(100%);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  z-index: 2;
}
.fileuploader-popup
  .fileuploader-cropper
  .fileuploader-cropper-area.show-info
  .area-info {
  opacity: 1;
}
@media all and (max-width: 768px) {
  .fileuploader-popup .fileuploader-popup-preview {
    padding-right: 0;
  }
  .fileuploader-popup .fileuploader-popup-move {
    height: 56px;
    font-size: 18px;
    top: 0;
    left: calc(50% - 56px);
  }
  .fileuploader-popup .fileuploader-popup-move[data-action="next"] {
    right: auto;
    left: 50%;
  }
  .fileuploader-popup .fileuploader-popup-node,
  .fileuploader-popup .fileuploader-popup-content {
    position: relative;
    display: block;
    width: 100%;
    max-width: initial;
    min-height: initial;
    height: auto;
    text-align: center;
    margin: 0;
  }
  .fileuploader-popup .fileuploader-popup-node {
    padding: 34px;
  }
  .fileuploader-popup .fileuploader-popup-has-arrows .fileuploader-popup-node {
    padding-top: 90px;
  }
  .fileuploader-popup .fileuploader-popup-node.audio {
    width: 100%;
    top: 0;
    transform: none;
  }
  .fileuploader-popup .fileuploader-popup-content .fileuploader-popup-meta {
    margin-top: 24px;
  }
  .fileuploader-popup .fileuploader-popup-content .fileuploader-popup-meta li {
    display: inline-block;
    width: auto;
    max-width: 100%;
    text-align: left;
    padding-right: 36px;
  }
  .fileuploader-popup
    .fileuploader-popup-content
    .fileuploader-popup-meta
    li:last-child {
    padding-right: 0;
  }
}
@-webkit-keyframes fileuploaderFadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fileuploaderFadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.fileuploader-theme-boxafter {
  padding-top: 0.1px;
}
.fileuploader-theme-boxafter .fileuploader-input {
  display: block;
  margin-top: 48px;
  padding: 28px 0;
  background: rgba(120, 155, 236, 0.06);
  border: 2px dashed #d5dee8;
  border-radius: 14px;
  text-align: center;
  color: #bbc2d4;
  transition: all 0.2s ease;
}
.fileuploader-theme-boxafter .fileuploader-input h3 {
  margin: 0;
  font-size: 16px;
  font-weight: 400;
}
.fileuploader-theme-boxafter .fileuploader-input h3 a {
  color: #789bec;
  text-decoration: none;
  font-weight: 700;
}
.fileuploader-theme-boxafter .fileuploader-input-button {
  position: absolute;
  top: -24px;
  right: 12px;
  width: 48px;
  height: 48px;
  padding: 0;
  font-size: 22px;
  font-weight: 400;
  line-height: 48px;
  border-radius: 50%;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}
.fileuploader-theme-boxafter .fileuploader-input.fileuploader-dragging {
  transform: scale(1.03);
  background: rgba(120, 155, 236, 0.1);
}
.fileuploader-theme-boxafter .fileuploader-items {
  margin-top: -1px;
}
.fileuploader-theme-boxafter
  .fileuploader-items
  .fileuploader-item
  .fileuploader-progressbar {
  flex: 0;
  bottom: -6px;
  margin-left: 52px;
  width: calc(100% - 52px);
  background: rgba(0, 0, 0, 0.06);
}
.check--row input[type="checkbox"],
.check--row input[type="radio"] {
  display: none;
}
.check--row.takenerror input[type="radio"] + label.check {
  border-color: #fc6548;
}
.check--row .check__group {
  float: left;
}
.check--row input[type="radio"] + label.check {
  border: solid 1px #c2d4db;
  color: #677d85;
  border-radius: 5px;
  margin-bottom: 0px;
  font-size: 14px;
  padding: 10px;
  height: auto;
  text-align: center;
}
.check--row input[type="radio"] + label.check:hover {
  cursor: pointer;
  background: #f8fafc;
}
@media screen and (max-width: 767px) {
  .check--row input[type="radio"] + label.check {
    font-size: 12px;
    padding: 20px 6px;
    line-height: auto;
    padding: 5px;
  }
}
.check--row .sn input[type="radio"] + label.check {
  padding: 5px;
  min-width: 60px;
}
.check--row input[type="radio"]:checked + label.check {
  background: #e9f7e3;
  border: 1px solid #44db5e;
}
.check--row.check--blue input[type="radio"]:checked + label.check {
  background: #0076ff;
  border: 1px solid #0076ff;
  color: white;
}
.checkbox--circle {
  margin-bottom: 20px;
}
.checkbox--circle input[type="checkbox"] {
  display: none;
}
.checkbox--circle input[type="checkbox"]:checked + label .form-check-input {
  background-color: #0076ff;
}
.checkbox--circle
  input[type="checkbox"]:checked
  + label
  .form-check-input::after {
  content: "\2714";
}
.checkbox--circle .form-check-label {
  display: flex;
  align-items: center;
  margin-bottom: 0;
}
.checkbox--circle .form-check-input {
  position: relative;
  height: 15px;
  width: 15px;
  border-radius: 50%;
  border-width: 1px;
  border-style: solid;
  border-color: #0076ff;
  margin-right: 8px;
}
.checkbox--circle .form-check-input::after {
  font-size: 10px;
  position: absolute;
  top: 0px;
  left: 2px;
  color: white;
}
ul.normal-list {
  padding-left: 30px;
}
ul.normal-list li {
  color: #677d85;
  font-size: 16px;
  list-style: disc;
  padding: 4px;
}
.banner-asda {
  width: 100%;
  height: 100%;
  background-color: #04475c;
  background-color: #163c62;
  background-image: url(bg/bg-investor-profile-92412de9abd06d984f6fcc3d0e345a55768149c27e9e9455bed95090ae0500fd.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.bg_grisclaro {
  background: #f1f1f1;
}
.bg_gris_medio {
  background: #d1d1d1;
}
.c_blanco {
  color: white;
}
.c_lima {
  color: #44db5e;
}
.c_bot {
  color: #00ae76;
}
.c_rojo {
  color: #fc6548;
}
.c_aqua {
  color: #02c7aa;
}
.c_gris {
  color: #6b6b6b;
}
.btn:active,
.btn:focus {
  outline: 0;
  box-shadow: 0;
}
.cont-login {
  width: 70%;
  margin: auto!important;
}
.logo {
  width: 40%!important;
}

@media screen and (max-width: 767px) {
  .cont-login .btn_cnt {
    float: none;
    font-size: 18px;
    margin: auto;
    width: 100%;
  }
  .cont-login {
    width: 90%;
    margin: auto!important;
  }
  .logo {
    width: 70%!important;
  }
}
@media screen and (max-width: 767px) {
  .cont-login {
    margin: 0 15px;
  }
  .cont-login h3 {
    margin-bottom: 1em !important;
  }
}
.cont-login .row {
  margin-left: -8px;
  margin-right: -8px;
}
.cont-login .col-xs-1,
.cont-login .col-sm-1,
.cont-login .col-md-1,
.cont-login .col-lg-1,
.cont-login .col-xs-2,
.cont-login .col-sm-2,
.cont-login .col-md-2,
.cont-login .col-lg-2,
.cont-login .col-xs-3,
.cont-login .col-sm-3,
.cont-login .col-md-3,
.cont-login .col-lg-3,
.cont-login .col-xs-4,
.cont-login .col-sm-4,
.cont-login .col-md-4,
.cont-login .col-lg-4,
.cont-login .col-xs-5,
.cont-login .col-sm-5,
.cont-login .col-md-5,
.cont-login .col-lg-5,
.cont-login .col-xs-6,
.cont-login .col-sm-6,
.cont-login .col-md-6,
.cont-login .col-lg-6,
.cont-login .col-xs-7,
.cont-login .col-sm-7,
.cont-login .col-md-7,
.cont-login .col-lg-7,
.cont-login .col-xs-8,
.cont-login .col-sm-8,
.cont-login .col-md-8,
.cont-login .col-lg-8,
.cont-login .col-xs-9,
.cont-login .col-sm-9,
.cont-login .col-md-9,
.cont-login .col-lg-9,
.cont-login .col-xs-10,
.cont-login .col-sm-10,
.cont-login .col-md-10,
.cont-login .col-lg-10,
.cont-login .col-xs-11,
.cont-login .col-sm-11,
.cont-login .col-md-11,
.cont-login .col-lg-11,
.cont-login .col-xs-12,
.cont-login .col-sm-12,
.cont-login .col-md-12,
.cont-login .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 8px;
  padding-right: 8px;
}
#address-information-form hr {
  display: none;
}
.login-banner {
  padding: 40px 0 60px;
  margin-bottom: -40px;
  margin-top: -30px;
  background-color: #04475c;
  background-color: #163c62;
  background-image: url(bg/bg-investor-profile-92412de9abd06d984f6fcc3d0e345a55768149c27e9e9455bed95090ae0500fd.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.login-banner h1 {
  font-size: 1.7em;
  color: #fff;
  font-weight: 500;
}
.login-banner p {
  color: #fff;
  color: #0b557f;
  font-size: 18px;
}
@media screen and (max-width: 992px) {
  .cont-login {
    width: 80%;
    margin: auto!important;
  }
  .login-banner {
    padding: 0 0;
    margin-bottom: 0;
    margin-top: 0;
}
  .login-banner h1 {
    font-size: 20px;
  }
  .login-banner p {
    font-size: 14px;
  }
}
.padbtn {
  padding: 30px 0 20px;
}
label small {
  display: block;
  margin-top: -5px;
  color: #d1d1d1;
}
.checkbox label:before {
  content: "";
  background-color: #f4f4f4;
  border: 1px solid #ccc;
  width: 36px;
  height: 36px;
  display: block;
  float: left;
  margin-right: 20px;
}
input.complete {
  background: url(iconos/ok-01-793c5f33b118c2d68bf6e47264944d75ff7023e50760ecaa17ead018a674737c.svg)
    no-repeat;
  background-size: 19px;
  background-position: right 7px center;
  border-color: #44db5e;
  padding-right: 28px;
}
.check-bol input[type="checkbox"],
.check-bol input[type="radio"] {
  display: none;
}
.check-bol.takenerror input[type="radio"] + label.check {
  border-color: #fc6548;
}
.check-bol .check-group {
  width: auto;
  float: left;
  margin-right: 20px;
}
.check-bol input[type="radio"] + label.check {
  border: solid 1px #ccc;
  border-radius: 5px;
  margin-bottom: 0;
  font-size: 14px;
  padding: 10px;
  height: auto;
  min-width: 90px;
  text-align: center;
}
.check-bol input[type="radio"] + label.check:hover {
  cursor: pointer;
  background: #f1f1f1;
}
@media screen and (max-width: 767px) {
  .check-bol input[type="radio"] + label.check {
    font-size: 12px;
    padding: 20px 6px;
    line-height: auto;
    padding: 5px;
    min-width: 60px;
  }
}
.check-bol .sn input[type="radio"] + label.check {
  padding: 5px;
  min-width: 60px;
}
.check-bol input[type="radio"]:checked + label.check {
  background: #e9f7e3;
  border: 1px solid #44db5e;
}
.btn_ats,
.btn_cnt,
.btn_nrm {
  background: #5fdb44;
  color: #fff;
  font-weight: bold;
  letter-spacing: 0.02em;
  border-radius: 4px;
  padding: 12px 22px;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.btn_ats:hover,
.btn_ats:focus,
.btn_ats:visited,
.btn_ats a,
.btn_ats a:focus,
.btn_ats a:hover,
.btn_ats a:visited,
.btn_cnt:hover,
.btn_cnt:focus,
.btn_cnt:visited,
.btn_cnt a,
.btn_cnt a:focus,
.btn_cnt a:hover,
.btn_cnt a:visited,
.btn_nrm:hover,
.btn_nrm:focus,
.btn_nrm:visited,
.btn_nrm a,
.btn_nrm a:focus,
.btn_nrm a:hover,
.btn_nrm a:visited {
  color: #fff;
  text-decoration: none;
}
.btn_ats:hover,
.btn_cnt:hover,
.btn_nrm:hover {
  background: #00bc00;
  color: #fff;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.btn_ats {
  font-weight: normal;
  background: #f1f1f1;
  margin-right: 10px;
  color: #6b6b6b;
  border: 1px solid #d1d1d1;
}
.btn_ats:hover {
  color: #6b6b6b;
  background-color: #d1d1d1;
}
.btn_ats:hover,
.btn_ats:focus,
.btn_ats:visited,
.btn_ats a,
.btn_ats a:focus,
.btn_ats a:hover,
.btn_ats a:visited {
  color: #6b6b6b;
  text-decoration: none;
}
.btn_nrm {
  font-weight: normal;
  margin-right: 10px;
  color: #02c7aa;
  border: 1px solid #02c7aa;
  background: #fff;
}
.btn_nrm a {
  background: #fff;
}
.btn_nrm:hover {
  color: #6b6b6b;
  background-color: #d1d1d1;
}
.btn_nrm:hover,
.btn_nrm:focus,
.btn_nrm:visited,
.btn_nrm a,
.btn_nrm a:focus,
.btn_nrm a:hover,
.btn_nrm a:visited {
  color: #6b6b6b;
  text-decoration: none;
  border-color: transparent;
}
.cupon #cupon_2 {
  display: none;
}
.cupon .btn_cnt {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  width: 30%;
  float: left;
  background: #02c7aa;
}
.cupon .btn_nrm {
  color: #6b6b6b;
  border-color: #d1d1d1;
}
.cupon .form-control {
  width: 70%;
  float: left;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  height: 41px;
}
.cupon a {
  color: #02c7aa;
}
.refcode #refcode-form {
  display: none;
}
.refcode .btn_cnt {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  width: 30%;
  padding: 10px 16px;
  float: left;
  background: #0076ff;
  border: 1px solid #0076ff;
  font-size: 13px;
  padding-bottom: 11px;
}
.refcode .btn_nrm {
  color: #374d5b;
  border-color: #c2d4db;
  padding: 16px 22px;
}
.refcode .btn_nrm img {
  margin-top: -2px;
}
.refcode .btn_nrm:hover {
  background-color: #f2f5f7;
}
@media screen and (max-width: 767px) {
  .refcode .btn_nrm {
    color: #0076ff;
    border-color: #0076ff;
    font-weight: 500;
    font-size: 14px;
  }
}
.refcode .form-control {
  width: 70%;
  float: left;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  height: 41px;
}
.refcode a {
  color: #02c7aa;
}
.refcode-applied {
  padding: 12px;
  text-align: center;
  color: #44db5e;
  border: 1px solid;
  border-radius: 4px;
  display: none;
  margin-bottom: 15px;
}
@media screen and (max-width: 767px) {
  .bg_res_w {
    background: #fff;
  }
}
.form-wiz {
  padding: 0 30px;
}
@media screen and (max-width: 767px) {
  .form-wiz {
    padding: 0;
  }
}
.form-wiz label.mini {
  font-size: 14px;
  padding-bottom: 10px;
}
.form-wiz label {
  color: #6c797b;
  z-index: 3;
}
.form-wiz ::-webkit-input-placeholder {
  color: #b5b5b5;
}
.form-wiz :-moz-placeholder {
  color: #b5b5b5;
  opacity: 1;
}
.form-wiz ::-moz-placeholder {
  color: #b5b5b5;
  opacity: 1;
}
.form-wiz :-ms-input-placeholder {
  color: #b5b5b5;
}
.form-wiz ::-ms-input-placeholder {
  color: #b5b5b5;
}
.form-wiz select.form-control {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 0.8em;
  border: 1px solid #ddd;
  border-radius: 4px;
  border-bottom-left-radius: 4px !important;
  border-top-left-radius: 4px !important;
  height: auto;
  font-size: 16px;
}
.form-wiz select.form-control:focus {
  background-color: #fff;
}
.form-wiz input,
.form-wiz select,
.form-wiz textarea {
  width: 100%;
  font-size: 16px;
  padding: 0.8em;
  margin-bottom: 2px;
  border-bottom: 2px solid rgba(0, 0, 0, 0.1);
  border: 1px solid #dae8ea;
  border-radius: 4px;
  box-shadow: 0;
  -webkit-appearance: none;
}
.form-wiz input[readonly],
.form-wiz select[readonly],
.form-wiz textarea[readonly] {
  background-color: #f2f5f7;
}
.form-wiz input:focus,
.form-wiz select:focus,
.form-wiz textarea:focus {
  outline: none;
  border-color: rgba(0, 0, 0, 0.5);
  border: 0;
  border: 1px solid #44db5e;
  border: 1px solid #8f95a9;
  border: 1px solid #b2bec5;
  background-color: #fafbfb;
  border-color: #0285d6;
}
.form-wiz input:focus > span,
.form-wiz input:focus label,
.form-wiz select:focus > span,
.form-wiz select:focus label,
.form-wiz textarea:focus > span,
.form-wiz textarea:focus label {
  left: 15px;
  top: -8px;
}
.form-wiz input:focus + label,
.form-wiz select:focus + label,
.form-wiz textarea:focus + label {
  color: #0285d6;
}
.form-wiz .has-float-label-sel {
  position: relative;
}
.form-wiz .has-float-label-sel label {
  font-size: 16px;
  color: #adbcbf;
  position: absolute;
  top: 13px;
  left: 12px;
}
@media screen and (max-width: 767px) {
  .form-wiz .has-float-label-sel label {
    font-size: 18px;
  }
}
.form-wiz .has-float-label-sel select {
  background-color: transparent;
  position: relative;
  z-index: 9;
  background: url(iconos/select-0cba74075b16df62e632689f60e6372732dde1987bfad06e4dfde053f4b03034.svg)
    no-repeat;
  background-size: 9px;
  background-position: right 10px center;
}
@media screen and (max-width: 767px) {
  .form-wiz .has-float-label-sel select {
    font-size: 18px;
    padding: 14px;
  }
}
.form-wiz .has-float-label-sel select[readonly] {
  background-color: #f2f5f7;
}
.form-wiz .has-float-label-sel.changed select {
  transition: all 0.2s;
  padding: 25px 10px 7px;
}
.form-wiz .has-float-label-sel.changed label {
  z-index: 10;
  position: absolute;
  left: 8px;
  top: 8px;
  cursor: text;
  font-size: 90%;
  font-size: 14px;
  opacity: 1;
  color: #00ae76;
  transition: all 0.2s;
  padding: 0 4px;
  -webkit-touch-callout: default;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.form-wiz .has-float-label {
  display: block;
  position: relative;
}
.form-wiz .has-float-label > span,
.form-wiz .has-float-label label {
  position: absolute;
  left: 8px;
  top: 8px;
  cursor: text;
  font-size: 90%;
  font-size: 14px;
  opacity: 1;
  color: #00ae76;
  transition: all 0.2s;
  padding: 0 4px;
  -webkit-touch-callout: default;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.form-wiz .has-float-label input,
.form-wiz .has-float-label select,
.form-wiz .has-float-label textarea {
  width: 100%;
  font-size: 16px;
  padding: 0.8em;
  margin-bottom: 2px;
  border-bottom: 2px solid rgba(0, 0, 0, 0.1);
  border: 1px solid #dae8ea;
  border-radius: 4px;
  box-shadow: 0;
  -webkit-appearance: none;
}
.form-wiz .has-float-label input::placeholder,
.form-wiz .has-float-label select::placeholder,
.form-wiz .has-float-label textarea::placeholder {
  opacity: 1;
  transition: all 0.2s;
}
.form-wiz .has-float-label input:placeholder-shown:not(:focus)::placeholder,
.form-wiz .has-float-label select:placeholder-shown:not(:focus)::placeholder,
.form-wiz .has-float-label textarea:placeholder-shown:not(:focus)::placeholder {
  opacity: 0;
}
@media screen and (max-width: 767px) {
  .form-wiz .has-float-label input,
  .form-wiz .has-float-label select,
  .form-wiz .has-float-label textarea {
    font-size: 18px;
  }
}
.form-wiz .has-float-label input:placeholder-shown:not(:focus) + *,
.form-wiz .has-float-label select:placeholder-shown:not(:focus) + *,
.form-wiz .has-float-label textarea:placeholder-shown:not(:focus) + * {
  font-size: 16px;
  color: #6c797b;
  color: #adbcbf;
  top: 13px;
}
.form-wiz .has-float-label input:placeholder-shown:not(:focus) + * + .currency,
.form-wiz .has-float-label select:placeholder-shown:not(:focus) + * + .currency,
.form-wiz
  .has-float-label
  textarea:placeholder-shown:not(:focus)
  + *
  + .currency {
  display: none;
}
@media screen and (max-width: 767px) {
  .form-wiz .has-float-label input:placeholder-shown:not(:focus) + *,
  .form-wiz .has-float-label select:placeholder-shown:not(:focus) + *,
  .form-wiz .has-float-label textarea:placeholder-shown:not(:focus) + * {
    font-size: 18px;
  }
}
.form-wiz .has-float-label input:focus,
.form-wiz .has-float-label input:not(:placeholder-shown),
.form-wiz .has-float-label select:focus,
.form-wiz .has-float-label select:not(:placeholder-shown),
.form-wiz .has-float-label textarea:focus,
.form-wiz .has-float-label textarea:not(:placeholder-shown) {
  padding: 25px 10px 7px;
}
.form-wiz .has-float-label input:focus,
.form-wiz .has-float-label select:focus,
.form-wiz .has-float-label textarea:focus {
  border-color: #0285d6;
}
.form-wiz .has-float-label input:focus + label,
.form-wiz .has-float-label select:focus + label,
.form-wiz .has-float-label textarea:focus + label {
  color: #0285d6;
}
.form-wiz .has-float-label .currency {
  position: absolute;
  bottom: 18px;
  left: 12px;
  font-weight: 14px;
}
.form-wiz .has-float-label .form-currency {
  padding-left: 22px;
}
.form-wiz .input-group .row .has-float-label > span,
.form-wiz .input-group .row .has-float-label label {
  position: absolute;
}
@media screen and (max-width: 767px) {
  .form-wiz .input-group .row .has-float-label {
    margin-bottom: 12px;
  }
}
@media screen and (max-width: 767px) {
  .form-wiz .input-group .row {
    margin-bottom: -12px;
  }
}
.form-wiz .ok {
  background-image: url("../img/icons/ok-02.svg");
  background-repeat: no-repeat;
  background-position: center right 12px;
  background-size: 18px;
}
.form-wiz .form-group {
  margin: 30px auto;
}
.form-wiz .input-group {
  width: 100%;
  margin-bottom: 15px;
}
@media screen and (max-width: 767px) {
  .form-wiz .input-group {
    margin-bottom: 12px;
  }
}
.form-wiz .input-group .info-poopup {
  display: none;
  position: absolute;
  right: 10px;
  border: 1px solid #aaa;
  border-radius: 100%;
  top: 15px;
  color: #999;
  padding: 1px 7px;
}
.form-wiz .input-group:hover .info-poopup {
  display: block;
}
.form-wiz .input-group.employee {
  display: none;
}
.form-wiz .input-group-addon {
  width: 30%;
}
.form-wiz .check-bol label {
  color: #adbcbf;
}
.form-wiz .check-bol input[type="checkbox"],
.form-wiz .check-bol input[type="radio"] {
  display: none;
}
.form-wiz .check-bol.takenerror input[type="radio"] + label.check {
  border-color: #fc6548;
}
.form-wiz .check-bol .check-group {
  width: auto;
  float: left;
  margin-right: 20px;
}
.form-wiz .check-bol input[type="radio"] + label.check {
  border: solid 1px #dae8ea;
  border-radius: 4px;
  margin-bottom: 0;
  font-size: 16px;
  padding: 10px;
  height: auto;
  min-width: 90px;
  text-align: center;
}
.form-wiz .check-bol input[type="radio"] + label.check:focus,
.form-wiz .check-bol input[type="radio"] + label.check:hover {
  cursor: pointer;
  background: #f1f1f1;
  color: #0285d6;
  border-color: #0285d6;
  background: #fafbfb;
  outline: none;
}
@media screen and (max-width: 767px) {
  .form-wiz .check-bol input[type="radio"] + label.check {
    font-size: 16px;
    padding: 20px 6px;
    line-height: auto;
    padding: 12px;
    min-width: 60px;
  }
}
.form-wiz .check-bol .sn input[type="radio"] + label.check {
  padding: 5px;
  min-width: 60px;
}
.form-wiz .check-bol input[type="radio"]:checked + label.check {
  background: #fff;
  border: 1px solid #00c574;
  color: #00c574;
}
.row-date {
  margin-left: -5px;
  margin-right: -5px;
}
.row-date .col-xs-3,
.row-date .col-xs-4,
.row-date .col-xs-5 {
  padding: 0 5px;
}
.row-date .col-sm-12 {
  padding-left: 5px;
  margin-bottom: 7px;
}
.row-date select[name="profile[birth_date(3i)]"]::after {
  display: block;
  content: "hola";
}
header.aside-on {
  display: none;
}
@media screen and (max-width: 992px) {
  header.aside-on {
    display: block;
  }
}
header.aside-on + .login-banner {
  display: none;
}
@media screen and (max-width: 992px) {
  header.aside-on + .login-banner {
    display: block;
  }
}
.logo-on {
  display: none;
  margin: 3em auto 24px;
  background: url(ytp-logo-white-bf7b1d990dc2a7b0a053dcef58e92e17c71dc898ed83f134b6b8d4e990e03f79.svg);
  width: 184px;
  height: 33px;
  max-width: none;
}
.aside-profile {
  display: none;
}
.aside-on .logo-on {
  display: block;
}
@media screen and (max-width: 992px) {
  .aside-on .logo-on {
    display: none;
  }
}
.aside-on .aside-profile {
  display: block;
  width: 50%;
  float: left;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: -1;
  background-color: #04475c;
  background-color: #163c62;
  background-image: url(bg/img-log.jpg);
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: cover;
}
.aside-on .aside-profile .aside-container {
  position: relative;
  top: 50%;
  margin-top: -185px;
  text-align: center;
}
.aside-on .aside-profile .profile-img {
  width: 194px;
  height: 86px;
  background-image: url(iconos/profile-investor-fa3ce97ffe2c0941e5ce655515f354cdbb26eef3f7a0ee85cbd02436ab4f3370.svg);
  background-repeat: no-repeat;
  margin: 0 auto 30px;
}
.aside-on .aside-profile h1 {
  padding: 0 30px;
  font-size: 28px;
  color: #00c574;
  font-weight: 500;
}
.aside-on .aside-profile p {
  padding: 0 80px;
  font-size: 22px;
  font-weight: 300;
  line-height: 160%;
  color: #fff;
}
.aside-on .aside-profile p b {
  font-weight: 400;
}
.aside-on .aside-profile ul {
  margin: auto;
  width: 335px;
}
.aside-on .aside-profile ul li {
  padding-left: 40px;
  font-size: 18px;
  color: #e7ebef;
  margin-bottom: 30px;
  text-align: left;
  background-image: url(iconos/ok-bullet-5f61a3c0385fbb3d9f69d96a1c7f3517d73823cb90ac7cec5c87547a9ea1f12f.svg);
  background-repeat: no-repeat;
  background-size: 25px;
}
@media screen and (max-width: 992px) {
  .aside-on .aside-profile {
    display: none;
  }
}
.aside-on .cont-right {
  width: 50%;
  float: right;
  height: 100vh;
  display: flex;
  background-color: white;
}
@media screen and (max-width: 992px) {
  .aside-on .cont-right {
    float: none;
    width: auto;
  }
}
.aside-on + .bottom {
  width: 60%;
  float: right;
  padding: 40px;
}
@media screen and (max-width: 992px) {
  .aside-on + .bottom {
    float: none;
    width: auto;
  }
}
header.s-affix .logo {
  background: url(ytp-logo-green-9f8aa1e42f2a7e9de5bfa13a74cc991c947d60fc3add126a65e5bc0b60fcc02e.svg);
}
header.s-affix .logo {
  margin-top: 8px;
  background: url(ytp-logo-green-9f8aa1e42f2a7e9de5bfa13a74cc991c947d60fc3add126a65e5bc0b60fcc02e.svg);
  width: 184px;
  height: 33px;
  max-width: none;
}
@media screen and (max-width: 992px) {
  header.s-affix .logo {
    margin-top: 14px;
    width: 125px;
    height: 24px;
    float: left;
  }
}
@media screen and (max-width: 767px) {
  header.s-affix .logo {
    margin-top: 4px;
  }
}
.minus-mt {
  margin-top: -7%;
}
.password-list li::before {
  content: "";
  list-style-type: none;
  display: inline-block;
  background-image: url("iconos/register_bullet-7befc18f956a2f0574e612990367cf1dfeb39ae193e78298ecb40e88a55650e7.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 5px;
  height: 8px;
  width: 8px;
}
.password-list li.success {
  color: #00c574;
}
.password-list li.success::before {
  content: "";
  list-style-type: none;
  display: inline-block;
  background-image: url("iconos/register_ok-ab8209d8bc12351659783e4493b2b915d9d0e75a57e7cab508938e2d7b6abaa1.png");
  background-repeat: no-repeat;
  background-size: 14px;
  height: 12px;
  width: 14px;
}
.password-list li.error {
  color: #fc6548;
}
.password-list li.error::before {
  content: "";
  list-style-type: none;
  display: inline-block;
  background-image: url("iconos/tbl_com_no-3d644f8d2fc86a81c92febf48189f09eca3497a52ccd5fc7b1fe3d3af1ebdb50.png");
  background-repeat: no-repeat;
  background-size: 14px;
  height: 12px;
  width: 14px;
}
ul {
  padding: 0;
}
ul li {
  list-style: none;
}
p {
  color: #677d85;
  line-height: 180%;
}
a:active,
a:focus,
a:hover,
a:visited {
  text-decoration: none;
}
label {
  font-weight: normal;
  color: #677d85;
}
section,
a.bg_blog_debt {
  padding: 60px 0;
}
@media screen and (max-width: 767px) {
  section,
  a.bg_blog_debt {
    padding: 30px 0;
  }
}
video {
  width: 100%;
}
button:focus {
  outline: 0;
}
.bg-gray {
  background-color: #f2f5f7;
}
.bg-success {
  background-color: #e9f9e8;
}
@media (min-width: 768px) {
  .col-sm-5ths {
    width: 20%;
    float: left;
  }
}
@media (min-width: 992px) {
  .col-md-5ths {
    width: 20%;
    float: left;
  }
}
@media (min-width: 1200px) {
  .col-lg-5ths {
    width: 20%;
    float: left;
  }
}
.check-bol label {
  color: #adbcbf;
  display: block;
}
.check-bol input[type="checkbox"],
.check-bol input[type="radio"] {
  display: none;
}
.check-bol.takenerror input[type="radio"] + label.check {
  border-color: #fc6548;
}
.check-bol .check-group {
  width: auto;
}
@media screen and (max-width: 767px) {
  .check-bol .check-group {
    margin-bottom: 10px;
  }
}
.check-bol input[type="radio"] + label.check {
  border: solid 1px #dae8ea;
  border-radius: 4px;
  margin-bottom: 0;
  font-size: 16px;
  padding: 14px;
  height: auto;
  min-width: 90px;
  text-align: center;
}
.check-bol input[type="radio"] + label.check:focus,
.check-bol input[type="radio"] + label.check:hover {
  cursor: pointer;
  background: #f1f1f1;
  color: #0285d6;
  border-color: #0285d6;
  background: #fafbfb;
  outline: none;
}
@media screen and (max-width: 767px) {
  .check-bol input[type="radio"] + label.check {
    font-size: 16px;
    padding: 20px 6px;
    line-height: auto;
    padding: 12px;
    min-width: 60px;
  }
}
.check-bol input[type="radio"]:checked + label.check {
  background: #e9f7e3;
  background: #dbf9e5;
  border: 1px solid #00ae76;
  color: #00ae76;
}
ul.normal-list {
  padding-left: 30px;
}
ul.normal-list li {
  color: #677d85;
  font-size: 16px;
  list-style: disc;
  padding: 4px;
}
header {
  top: 0;
  width: 100%;
  position: absolute;
  z-index: 1000;
  text-rendering: geometricPrecision;
  padding: 10px 0;
}
header nav:after {
  content: "";
  clear: both;
  display: block;
}
header nav > ul {
  margin-bottom: 0;
  float: right;
}
header nav > ul:after {
  content: "";
  clear: both;
  display: block;
}
header nav > ul > li {
  float: left;
  list-style: none;
  position: relative;
  padding: 7px;
}
header nav > ul > li a,
header nav > ul > li button {
  display: block;
  color: white;
  padding: 8px 10px;
}
@media screen and (max-width: 992px) {
  header nav > ul > li a,
  header nav > ul > li button {
    font-size: 13px;
    padding: 8px 6px;
  }
}
header nav > ul > li a:active,
header nav > ul > li a:focus,
header nav > ul > li a:hover,
header nav > ul > li button:active,
header nav > ul > li button:focus,
header nav > ul > li button:hover {
  color: #44db5e;
  text-decoration: none;
}
header nav > ul > li:hover .drop {
  display: block;
}
header nav > ul > li .drop {
  display: none;
  position: absolute;
  right: 0;
  width: 170px;
}
header nav > ul > li .drop li {
  padding: 7px 0 0;
  background: transparent;
}
header nav > ul > li .drop li a {
  color: #44db5e;
  background: white;
  border-radius: 6px;
}
header nav > ul > li.sig {
  -moz-transition: none;
  -o-transition: none;
  -webkit-transition: none;
  transition: none;
}
header nav > ul > li.sig > a,
header nav > ul > li.sig button {
  background: transparent;
  color: #fff;
  border-left: 1px solid #fff;
  font-size: 14px;
  border-radius: 6px;
  border: 2px solid #fff;
  font-weight: 500;
  padding: 7px 10px;
}
header nav > ul > li.sig > a:active,
header nav > ul > li.sig > a:focus,
header nav > ul > li.sig > a:hover,
header nav > ul > li.sig button:active,
header nav > ul > li.sig button:focus,
header nav > ul > li.sig button:hover {
  color: #0d7c9e;
  text-decoration: none;
  background: #fff;
}
@media screen and (max-width: 767px) {
  header nav > ul > li.sig > a:active,
  header nav > ul > li.sig > a:focus,
  header nav > ul > li.sig > a:hover,
  header nav > ul > li.sig button:active,
  header nav > ul > li.sig button:focus,
  header nav > ul > li.sig button:hover {
    background: transparent;
  }
}
header nav > ul > li.sig-session .button:hover {
  color: #1d2f3c;
}
header nav > ul > li.sig-session-investor .mycount {
  font-weight: 500;
  background-color: transparent;
  color: #fff;
  border-left: 1px solid #fff;
  font-size: 14px;
  border-radius: 4px;
  border: 1px solid #fff;
  float: left;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
@media screen and (max-width: 767px) {
  header nav > ul > li.sig-session-investor .mycount {
    border-radius: 4px;
    display: block;
    float: none;
    text-align: center;
    font-size: 16px;
  }
}
header nav > ul > li.sig-session-investor .mycount + .dropdown button:focus,
header nav > ul > li.sig-session-investor .mycount + .dropdown button:hover,
header nav > ul > li.sig-session-investor .mycount:focus,
header nav > ul > li.sig-session-investor .mycount:hover {
  color: #5b727b;
}
header nav > ul > li.sig-session-investor .mycount + .dropdown {
  float: left;
}
header nav > ul > li.sig-session-investor .mycount + .dropdown button {
  border-left: 0;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  transition: none;
}
header nav > ul > li.sig-session-investor .mycount + .dropdown button:hover {
  transition: none;
}
header nav > ul > li.sig-session-investor .mycount + .dropdown .dropdown-menu {
  padding: 0;
}
header
  nav
  > ul
  > li.sig-session-investor
  .mycount
  + .dropdown
  .dropdown-menu
  li {
  padding: 0;
  border-bottom: 1px solid #e1e8eb;
}
header
  nav
  > ul
  > li.sig-session-investor
  .mycount
  + .dropdown
  .dropdown-menu
  li:last-child {
  border: 0;
}
header
  nav
  > ul
  > li.sig-session-investor
  .mycount
  + .dropdown
  .dropdown-menu
  li
  a {
  padding: 10px;
  font-size: 13px;
}
@media screen and (max-width: 767px) {
  header nav > ul > li.sig-session-investor .mycount + .dropdown {
    display: none;
  }
}
header nav > ul > li .log {
  font-size: 15px;
  background: #00c574;
  color: white;
  font-weight: 500;
  border-radius: 4px;
  border: 0;
  padding: 8px 10px;
}
header nav > ul > li .log:active,
header nav > ul > li .log:focus,
header nav > ul > li .log:hover {
  background: #009d6f;
  color: white;
  text-decoration: none;
}
header.affix,
header.s-affix {
  background: #fff;
  border-bottom: 1px solid #ddd;
}
header.affix .logo,
header.s-affix .logo {
  background: url(ytp-logo-green-9f8aa1e42f2a7e9de5bfa13a74cc991c947d60fc3add126a65e5bc0b60fcc02e.svg);
}
header.affix nav > ul > li .button,
header.affix nav > ul > li a,
header.s-affix nav > ul > li .button,
header.s-affix nav > ul > li a {
  color: #374d5b;
}
header.affix nav > ul > li .button:active,
header.affix nav > ul > li .button:focus,
header.affix nav > ul > li .button:hover,
header.affix nav > ul > li a:active,
header.affix nav > ul > li a:focus,
header.affix nav > ul > li a:hover,
header.s-affix nav > ul > li .button:active,
header.s-affix nav > ul > li .button:focus,
header.s-affix nav > ul > li .button:hover,
header.s-affix nav > ul > li a:active,
header.s-affix nav > ul > li a:focus,
header.s-affix nav > ul > li a:hover {
  background: transparent;
  color: #0d7c9e;
  text-decoration: none;
}
header.affix nav > ul > li.sig button,
header.affix nav > ul > li.sig a,
header.s-affix nav > ul > li.sig button,
header.s-affix nav > ul > li.sig a {
  border-color: #677d85;
}
@media screen and (max-width: 767px) {
  header.affix nav > ul > li.sig button,
  header.affix nav > ul > li.sig a,
  header.s-affix nav > ul > li.sig button,
  header.s-affix nav > ul > li.sig a {
    color: #fff;
    border-color: #fff;
  }
}
header.affix nav > ul > li.sig button:active,
header.affix nav > ul > li.sig button:focus,
header.affix nav > ul > li.sig button:hover,
header.affix nav > ul > li.sig a:active,
header.affix nav > ul > li.sig a:focus,
header.affix nav > ul > li.sig a:hover,
header.s-affix nav > ul > li.sig button:active,
header.s-affix nav > ul > li.sig button:focus,
header.s-affix nav > ul > li.sig button:hover,
header.s-affix nav > ul > li.sig a:active,
header.s-affix nav > ul > li.sig a:focus,
header.s-affix nav > ul > li.sig a:hover {
  border-color: #0076ff;
  color: #0076ff;
}
header.affix nav > ul > li .log,
header.s-affix nav > ul > li .log {
  color: white;
  border: 0;
  padding: 8px 10px;
}
@media screen and (max-width: 767px) {
  header.affix nav > ul > li .log,
  header.s-affix nav > ul > li .log {
    padding: 15px 20px;
  }
}
header.affix nav > ul > li .log:hover,
header.s-affix nav > ul > li .log:hover {
  background: #00ae76;
  color: white;
  text-align: center;
}
header.affix nav > ul > li .dropdown button,
header.affix nav > ul > li .mycount,
header.s-affix nav > ul > li .dropdown button,
header.s-affix nav > ul > li .mycount {
  background: #f2f5f7;
  color: #5b727b;
}
header.affix nav > ul > li.sig-session .button,
header.s-affix nav > ul > li.sig-session .button {
  background: #f2f5f7;
  color: #5b727b;
}
@media screen and (max-width: 767px) {
  header.affix nav > ul > li a,
  header.s-affix nav > ul > li a {
    color: #d8d8d8;
  }
  header.affix nav > ul > li a:active,
  header.affix nav > ul > li a:focus,
  header.affix nav > ul > li a:hover,
  header.s-affix nav > ul > li a:active,
  header.s-affix nav > ul > li a:focus,
  header.s-affix nav > ul > li a:hover {
    background: #f3f3f3;
    color: #00ae76;
    text-decoration: none;
  }
  header.affix nav > ul > li .log,
  header.s-affix nav > ul > li .log {
    color: #fff;
  }
  header.affix nav > ul > li .log:hover,
  header.s-affix nav > ul > li .log:hover {
    background: #00ae76;
    color: white;
  }
}
header.alpha-black {
  background-color: rgba(0, 0, 0, 0.2);
}
@media screen and (max-width: 767px) {
  header.alpha-black {
    background: #fff;
  }
}
header.alpha-black.affix {
  background: #fff;
}
header .logo {
  margin-top: 8px;
  background: url(ytp-logo-white-bf7b1d990dc2a7b0a053dcef58e92e17c71dc898ed83f134b6b8d4e990e03f79.svg);
  width: 184px;
  height: 33px;
  float: left;
  -moz-transition: none;
  -o-transition: none;
  -webkit-transition: none;
  transition: none;
}
@media screen and (max-width: 992px) {
  header .logo {
    margin-top: 12px;
    background: url(ytp-logo-white-bf7b1d990dc2a7b0a053dcef58e92e17c71dc898ed83f134b6b8d4e990e03f79.svg);
    width: 125px;
    height: 24px;
    float: left;
  }
}
@media screen and (max-width: 767px) {
  header {
    background: #fff;
    padding: 10px;
    position: fixed;
  }
  header .logo {
    background: url(ytp-logo-green-9f8aa1e42f2a7e9de5bfa13a74cc991c947d60fc3add126a65e5bc0b60fcc02e.svg);
  }
  header nav > ul > li {
    padding: 0;
  }
  header nav > ul > li a {
    color: #d8d8d8;
  }
  header nav > ul > li a:hover {
    background: #191919;
    color: #fff;
  }
  header nav > ul > li.sig {
    padding: 20px 20px 10px;
    border: none;
  }
  header nav > ul > li.sig button,
  header nav > ul > li.sig a {
    border: 1px solid #fff;
    background: transparent;
    color: #fff;
    font-size: 16px;
    padding: 15px 20px;
    background: transparent;
    color: #d8d8d8;
    width: 100%;
    text-align: center;
  }
  header nav > ul > li.sig button:hover,
  header nav > ul > li.sig a:hover {
    color: #fff;
  }
  header nav > ul > li.r-log {
    padding: 10px 20px;
    border: none;
  }
  header nav > ul > li .log {
    font-size: 18px;
    border-radius: 6px;
    width: 100%;
    text-align: left;
    width: 100%;
    text-align: center;
    padding: 15px 20px;
  }
  header .logo {
    width: 145px;
    height: 26px;
    background-size: cover;
    margin: 0;
  }
  header .hamen {
    border: none;
    height: 100%;
    padding: 10px;
    border-left: 1px solid #e7ebef;
    position: absolute;
    right: 0;
    top: 0;
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    color: #677d85;
    background: #f2f5f7;
  }
  header .hamen img {
    height: 13px;
    margin-right: 10px;
  }
}
@media screen and (max-width: 767px) {
  .menu-wrap a {
    color: #b8b7ad;
  }
  .menu-button {
    position: fixed;
    z-index: 1000;
    margin: 1em;
    padding: 0;
    width: 2.5em;
    height: 2.25em;
    border: none;
    text-indent: 2.5em;
    font-size: 1.5em;
    color: transparent;
    background: transparent;
  }
  .menu-button::before {
    position: absolute;
    top: 0.5em;
    right: 0.5em;
    bottom: 0.5em;
    left: 0.5em;
    background: linear-gradient(
      #373a47 20%,
      transparent 20%,
      transparent 40%,
      #373a47 40%,
      #373a47 60%,
      transparent 60%,
      transparent 80%,
      #373a47 80%
    );
    content: "";
  }
  .menu-button:hover {
    opacity: 0.6;
  }
  .close-button {
    width: 1em;
    height: 1em;
    position: absolute;
    right: 1em;
    top: 1em;
    overflow: hidden;
    text-indent: 1em;
    font-size: 0.75em;
    border: none;
    background: transparent;
    color: transparent;
  }
  .close-button::after,
  .close-button::before {
    content: "";
    position: absolute;
    width: 3px;
    height: 100%;
    top: 0;
    left: 50%;
    background: #bdc3c7;
  }
  .close-button::before {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .close-button::after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  .menu-wrap {
    margin-left: -10px;
    position: fixed;
    top: 47px;
    z-index: 1001;
    width: 300px;
    height: 100%;
    background: #20303c;
    padding: 0;
    font-size: 1.15em;
    -webkit-transform: translate3d(-320px, 0, 0);
    transform: translate3d(-320px, 0, 0);
    -webkit-transition: -webkit-transform 0.4s;
    transition: transform 0.4s;
    -webkit-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
    transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
  }
  .menu-wrap ul {
    width: 100%;
  }
  .menu-wrap ul li {
    border-bottom: 1px solid #494d5c;
    width: 100%;
    float: none;
  }
  .menu-wrap ul li a {
    font-size: 16px;
    color: #b9cfdd;
    padding: 25px 20px;
  }
  .show-menu .menu-wrap {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transition: -webkit-transform 0.4s;
    transition: transform 0.4s;
    -webkit-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
    transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
  }
  .show-menu .content::before {
    opacity: 1;
    -webkit-transition: opacity 0.4s;
    transition: opacity 0.4s;
    -webkit-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
    transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    width: 100%;
  }
  .header--close {
    display: none;
  }
  .show-menu .header--ham {
    display: none;
  }
  .show-menu .header--close {
    display: inline-block;
  }
}
ul.normal-list {
  padding-left: 30px;
}
ul.normal-list li {
  color: #677d85;
  font-size: 16px;
  list-style: disc;
  padding: 4px;
}
body,
html {
  height: 100%;
  -moz-transition: none;
  -webkit-transition: none;
  -o-transition: color 0 ease-in;
  transition: none;
}
@media screen and (max-width: 767px) {
  * {
    -moz-transition: none;
    -webkit-transition: none;
    -o-transition: color 0 ease-in;
    transition: none;
  }
}
*:focus {
  outline: none !important;
}
small {
  line-height: normal;
}
@media screen and (max-width: 767px) {
  .pad_resp {
    padding: 20px 0;
  }
}
.content-wrap {
  height: 100%;
}
.content {
  position: relative;
  height: 100%;
}
.content::before {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  width: 0;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  content: "";
  opacity: 0;
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
  -webkit-transition: opacity 0.4s, -webkit-transform 0s 0.4s;
  transition: opacity 0.4s, transform 0s 0.4s;
  -webkit-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
  transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
}
.bg_gris,
.bg_grisclaro {
  background: #f1f1f1;
}
.bg_gris-2 {
  background: #f2f5f7;
}
.bg_gris_medio {
  background: #d1d1d1;
}
.c_blanco {
  color: white;
}
.c_lima {
  color: #44db5e;
}
.c_bot {
  color: #00ae76;
}
.c_azul {
  color: #0076ff;
}
.c_rojo {
  color: #fc6548;
}
#lo_avail_for_chat_btn {
  box-shadow: 0 !important;
  border: 1px solid #d1d1d1 !important;
  -box-shadow: none !important;
  box-shadow: none !important;
  -webkit-box-shadow: none !important;
  border-bottom: none;
  -webkit-border-top-left-radius: 5px !important;
  -webkit-border-top-right-radius: 5px !important;
  -moz-border-radius-topleft: 5px !important;
  -moz-border-radius-topright: 5px !important;
  border-top-left-radius: 5px !important;
  border-top-right-radius: 5px !important;
}
.c_aqua {
  color: #02c7aa;
}
.c_gris {
  color: #6b6b6b;
}
.h1_ac {
  text-align: center;
  margin-bottom: 40px;
}
.h1_pr {
  line-height: 140%;
}
.h1_pr span {
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .c_bot.h1_ac,
  .c_lima.h1_ac {
    margin: 40px auto;
  }
}
.hero-banner {
  background-position: 0 0;
  background-size: cover;
  min-height: 600px;
  padding: 60px 0 0;
  min-height: 100%;
}
@media screen and (max-width: 767px) {
  .hero-banner {
    min-height: auto !important;
  }
}
.hero-banner h2 {
  color: #ffffff;
  font-weight: lighter;
  line-height: 150%;
}
@media screen and (max-width: 767px) {
  .hero-banner h2 {
    background-color: #00c574;
    padding: 30px 30px;
    margin: 0 -15px auto;
    margin-top: 0px !important;
    font-size: 16px;
    font-weight: normal !important;
    text-align: center;
  }
}
.hb-home {
  background-image: url(bg/bg-home-lg-8e681caeb41fbc8f0e3a277c4866d0369b206585ac92f56143281631b051a170.webp);
  background-image: -webkit-image-set(
    url(bg/bg-home-lg-8e681caeb41fbc8f0e3a277c4866d0369b206585ac92f56143281631b051a170.webp)
      1x
  );
  background-image: image-set(
    url(bg/bg-home-lg-ccf35de0e36183625f0220f6f69c52ccc15f223db2a2651334f283f5b5046212.jpg)
      1x
  );
  background-size: cover;
  background-attachment: fixed;
  background-position: left center;
  background-repeat: no-repeat;
  position: relative;
}
@media all and (device-width: 768px) and (device-height: 1024px) and (orientation: portrait) {
  .hb-home {
    background-attachment: scroll;
  }
}
@media screen and (max-width: 767px) {
  .hb-home {
    background-image: none;
    padding-top: 46px;
    background-color: #263945;
  }
  .hb-home .btn {
    font-size: 12px;
  }
  .hb-home h1 {
    text-align: center;
    font-size: 28px;
    margin: 0 -15px;
    padding: 70px 15px;
    background-image: url(bg/bg-home-xs-8f349bbbe8c2fb701fcf48a0eacd07ce5602ab322c40490b8601b559a3cdeb20.jpg);
    background-position: left center;
    background-repeat: no-repeat;
    background-size: cover;
  }
}
@media screen and (max-width: 767px) and (-webkit-min-device-pixel-ratio: 2),
  screen and (max-width: 767px) and (min-resolution: 192dpi) {
  .hb-home h1 {
    background-image: url(bg/bg-home-xs@2-1d968556746131231b6ef872de174281aa97bc38685e0859337c82c088b3f610.jpg);
  }
}
@media screen and (max-width: 767px) and (-webkit-min-device-pixel-ratio: 3),
  screen and (max-width: 767px) and (min-resolution: 192dpi) {
  .hb-home h1 {
    background-image: url(bg/bg-home-xs@3-384450e8b6745efc47b9de463d2f35587daf09b4113ff734de574dc00fe956e9.jpg);
  }
}
@media screen and (max-width: 767px) {
  .hb-home h1 b {
    font-weight: 600;
  }
}
@keyframes pulse {
  0% {
    background-color: #2e333d;
  }
  100% {
    background-color: #fff;
  }
}
.hb-ac {
  background-image: url(bg/bg-borrower-lg-d96603c655f405d82c5cb01ab7110cace6d7422529a340367153e51583b79fa2.webp);
  background-image: -webkit-image-set(
    url(bg/bg-borrower-lg-d96603c655f405d82c5cb01ab7110cace6d7422529a340367153e51583b79fa2.webp)
      1x
  );
  background-image: image-set(
    url(bg/bg-borrower-lg-edffb85be85ab16437c22d17ced3f0c2c5f6e7aa3777a30ac49b290da04eeee0.jpg)
      1x
  );
  background-size: cover;
  background-attachment: fixed;
  position: relative;
}
@media all and (device-width: 768px) and (device-height: 1024px) and (orientation: portrait) {
  .hb-ac {
    background-attachment: scroll;
  }
}
@media screen and (max-width: 767px) {
  .hb-ac {
    background-image: none;
    padding-top: 46px;
  }
  .hb-ac h1 {
    text-align: center;
    font-size: 24px;
    margin: 0 -15px;
    padding: 50px 20px;
    margin-bottom: 0px !important;
    background: url(bg/bg-borrower-lg-d96603c655f405d82c5cb01ab7110cace6d7422529a340367153e51583b79fa2.webp)
      left center no-repeat;
    background-size: cover;
  }
}
@media screen and (max-width: 767px) and (-webkit-min-device-pixel-ratio: 2),
  screen and (max-width: 767px) and (min-resolution: 192dpi) {
  .hb-ac h1 {
    background-image: url(bg/bg-borrower-xs@2-d8b300c7291d1ca1e9f426caaff04f7e12ba6def69e3125b781e23802cfc56bd.webp);
    background-image: -webkit-image-set(
      url(bg/bg-borrower-xs@2-d8b300c7291d1ca1e9f426caaff04f7e12ba6def69e3125b781e23802cfc56bd.webp)
        1x
    );
    background-image: image-set(
      url(bg/bg-borrower-xs@2-645a9bf13e6f87c0bef0f9fcd877d7701dc6c1d7d040486856fbd5e8e24201a6.jpg)
        1x
    );
  }
}
@media screen and (max-width: 767px) and (-webkit-min-device-pixel-ratio: 3),
  screen and (max-width: 767px) and (min-resolution: 192dpi) {
  .hb-ac h1 {
    background-image: url(bg/bg-borrower-xs@3-b4436fc11fec57bc52329792e0be7cef20dc64e22c1be5d73d950f2fa5bdc88e.webp);
    background-image: -webkit-image-set(
      url(bg/bg-borrower-xs@3-b4436fc11fec57bc52329792e0be7cef20dc64e22c1be5d73d950f2fa5bdc88e.webp)
        1x
    );
    background-image: image-set(
      url(bg/bg-borrower-xs@3-8ef86879b6000fd1596823792a35bd1a782fcc80218209e266913c1c7ed026b2.jpg)
        1x
    );
  }
}
.hb-in {
  background: url(bg/bg-investor-lg-d6374b4f4b9250d60cf37244b5f4e261ddd29e86dbbb417075498f8b0e1eacca.jpg)
    left center no-repeat;
  background-position: left top;
  background-size: contain;
  background-attachment: fixed;
  position: relative;
  min-height: auto;
  border-bottom: 1px solid #ddd;
}
.hb-in .container {
  padding-top: 80px;
  padding-bottom: 80px;
}
.hb-in .container h1 {
  color: #00ae76;
  font-size: 24px;
}
.hb-in .container h2 {
  color: #677d85;
  font-size: 18px;
  margin-bottom: 30px;
}
@media all and (device-width: 768px) and (device-height: 1024px) and (orientation: portrait) {
  .hb-in {
    background-attachment: scroll;
  }
}
@media screen and (max-width: 767px) {
  .hb-in {
    background-image: none;
    padding-top: 46px;
  }
  .hb-in .container {
    padding-top: 0;
    padding-bottom: 20px;
  }
  .hb-in h1 {
    text-align: center;
    font-size: 28px;
    margin: 0 -15px;
    padding: 50px 15px;
    background: url(bg/bg-investor-xs-157c5cc76beadd05a28b91be32fd76cbf96c0ac6299fd302c6040007995bc16b.jpg)
      left center no-repeat #fff;
    background-size: contain;
    font-size: 20px;
    padding-left: 50%;
  }
}
@media screen and (max-width: 767px) and (-webkit-min-device-pixel-ratio: 2),
  screen and (max-width: 767px) and (min-resolution: 192dpi) {
  .hb-in h1 {
    background-image: url(bg/bg-investor-xs@2-0b5a148fcf0b8e4b11c98f0d285b1421187fda455b032a9e95224d3bf253946a.jpg);
  }
}
@media screen and (max-width: 767px) and (-webkit-min-device-pixel-ratio: 3),
  screen and (max-width: 767px) and (min-resolution: 192dpi) {
  .hb-in h1 {
    background-image: url(bg/bg-investor-xs@3-108dfc78a2fb026ecd4dda9265b507cb72479d9831127ddcae9690e6dfa0a5d4.jpg);
  }
}
@media screen and (max-width: 767px) {
  .hb-in .container h2 {
    background: #f1f4f6;
    font-size: 16px;
    margin-bottom: 0px;
  }
  .hb-in h4 {
    display: none;
  }
  .hb-in .lbl_sim {
    display: none;
  }
}
.hb-cd {
  background: url(bg/bg-debt-lg-ab9f10d169ecefd0fbd778f2f731837061dd203c85eb82ab83517167111ebced.jpg)
    left center no-repeat;
  background-size: cover;
  background-attachment: fixed;
  position: relative;
  padding: 60px 0;
}
.hb-cd .pad_resp {
  padding: 0;
}
@media screen and (max-width: 767px) {
  .hb-cd #oculto {
    padding: 20px 0 0;
  }
}
@media screen and (max-width: 767px) {
  .hb-cd {
    padding-bottom: 20px;
    background-image: none;
    background-color: #fff;
    padding-top: 46px;
  }
  .hb-cd h1 {
    text-align: center;
    font-size: 20px;
    margin: 0 -15px 20px;
    padding: 60px 40% 60px 15px;
    background: url(bg/bg-debt-xs-e8d14e0c34f3a893d98d54e1f97d5c513f064a072e5071565d55125de3cc984f.jpg)
      right center no-repeat;
    background-size: 100%;
    background-position-y: -20px;
  }
}
@media screen and (max-width: 767px) and (-webkit-min-device-pixel-ratio: 2),
  screen and (max-width: 767px) and (min-resolution: 192dpi) {
  .hb-cd h1 {
    background-image: url(bg/bg-debt-xs@2-90d642c0f715901997f83b47cef8756bf768db0eb0d6421b78953c0acba027d7.jpg);
  }
}
@media screen and (max-width: 767px) and (-webkit-min-device-pixel-ratio: 3),
  screen and (max-width: 767px) and (min-resolution: 192dpi) {
  .hb-cd h1 {
    background-image: url(bg/bg-debt-xs@3-0f9107cc4c8ce0e056c4d77f82ac0c5a7888648ebef8842355657fb63084c984.jpg);
  }
}
.hb-contact {
  background: url(bg/bg-contact-lg-126b6f0a82b240456404b1013327cfbb29d9c22661f310839448816e16942007.jpg)
    center bottom no-repeat;
  background-size: cover;
  position: relative;
  padding: 120px 0 200px;
  min-height: auto;
}
.hb-contact #simulator-copy h2 {
  color: white;
}
.hb-contact .pad_resp {
  padding: 0;
}
.hb-contact h3 {
  color: #44db5e;
}
@media screen and (max-width: 767px) {
  .hb-contact {
    padding-bottom: 20px;
    background-image: none;
    background-color: #f2f5f7;
    padding-top: 46px;
  }
  .hb-contact #simulator-copy h2 {
    color: #374d5b;
    text-align: center;
  }
  .hb-contact h1 {
    text-align: center;
    font-size: 28px;
    margin: 0 -15px 40px;
    padding: 70px 15px;
    background: url(bg/bg-contact-xs-c5883ba8f12b1026af015b702a30c662028da4108b8b54bb4450fabc1135c719.jpg)
      right center no-repeat;
    background-size: cover;
  }
}
@media screen and (max-width: 767px) and (-webkit-min-device-pixel-ratio: 2),
  screen and (max-width: 767px) and (min-resolution: 192dpi) {
  .hb-contact h1 {
    background-image: url(bg/bg-contact-xs@2-237fed4504a270f1c43472d462034634431fbbc90a6b981f72c7520ab9890b94.jpg);
  }
}
@media screen and (max-width: 767px) and (-webkit-min-device-pixel-ratio: 3),
  screen and (max-width: 767px) and (min-resolution: 192dpi) {
  .hb-contact h1 {
    background-image: url(bg/bg-contact-xs@3-71b52c71a1c5b5996f3bfe34bef197ca300e6381ef5ec0f7e1d65d68bc0a3a1d.jpg);
  }
}
.hb-contact + section .card,
.hb-contact + a.bg_blog_debt .card {
  margin-top: -120px;
}
.social-links {
  padding: 20px 0;
}
.social-links svg {
  max-width: 40px;
  cursor: pointer;
}
.social-links svg:hover {
  cursor: pointer;
}
.social-links svg * {
  fill: #b9cfdd;
}
.social-links a {
  margin: auto 3px;
}
.social-links a:hover svg * {
  fill: #02c7aa;
}
.sign {
  padding: 100px 0 50px;
}
.col-md-center {
  float: none;
  margin-left: auto;
  margin-right: auto;
}
.riesgos {
  padding-left: 30px;
}
.riesgos li {
  margin-bottom: 20px;
  list-style: decimal;
}
@media screen and (max-width: 767px) {
  .cot-home {
    padding: 30px 0;
  }
}
label.error,
label.takenerror {
  display: block;
  color: #fc6548 !important;
  font-size: 12px;
  margin-bottom: 10px;
  margin-top: -7px;
}
.has-error .form-control {
  border-color: #fc6548 !important;
}
.has-success .form-control {
  border-color: #44db5e !important;
  box-shadow: none;
}
.byn {
  color: #fff;
}
@media screen and (max-width: 767px) {
  .byn {
    color: #6b6b6b;
  }
}
#frm_qpt {
  display: none;
}
.frm-home {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-top: 0;
}
.frm-home .pad20 {
  padding: 0;
}
.cta-frm-bot,
.cta-frm-lima,
input.cta-frm-bot,
input.cta-frm-lima {
  margin-top: 20px;
  width: 100%;
  padding: 10px;
  font-size: 18px;
  border: 0;
  border-radius: 5px;
  color: white !important;
  font-weight: 500;
  margin-bottom: 0;
  font-size: 16px;
  padding: 13px;
  text-shadow: 0 2px 4px rgba(11, 76, 74, 0.23);
}
.cta-frm-lima,
input.cta-frm-lima {
  background-color: #44db5e;
}
.cta-frm-lima:active,
.cta-frm-lima:focus,
.cta-frm-lima:hover,
input.cta-frm-lima:active,
input.cta-frm-lima:focus,
input.cta-frm-lima:hover {
  background: #00bc00;
}
.cta-frm-bot,
input.cta-frm-bot {
  background-color: #00ae76;
  background: #00c190;
  background: #00ae76;
}
.cta-frm-bot:hover,
input.cta-frm-bot:hover {
  background: #009d6f;
}
.cta-max-1 {
  max-width: 180px;
  margin: auto;
}
.pad-hor-80 {
  padding: 0 80px;
}
@media screen and (max-width: 992px) {
  .pad-hor-80 {
    padding: 0;
  }
}
.lst_dot {
  padding: 0 0 0 30px;
}
.lst_dot li {
  list-style: disc;
  padding: 2px;
}
.lst_prss li a {
  color: #677d85;
  display: block;
  padding: 12px;
  border-bottom: 1px solid #ddd;
  text-decoration: none !important;
}
.lst_prss li a b {
  font-weight: 500;
}
.lst_prss li a small,
.lst_prss li a b {
  -moz-transition: none;
  -o-transition: none;
  -webkit-transition: none;
  transition: none;
}
.lst_prss li a:hover {
  color: #0076ff;
  background: #f8fafc;
}
.testimonios {
  background-color: #f8fafc;
  background-size: cover;
}
.testimonios .item {
  padding: 15px;
}
.tsm {
  border-bottom: 1px solid #e7ebef;
  margin-bottom: 20px;
}
.tsm:last-child {
  border: 0;
}
.tsm img {
  margin: 0;
}
.tsm blockquote {
  quotes: "“" "”";
  border: 0;
  font-size: 1.1em;
  padding: 10px;
  margin-bottom: 0;
}
.tsm blockquote:before {
  color: #00c574;
  content: open-quote;
  font-size: 4em;
  padding: 0;
  font-family: Georgia, "Times New Roman", Times, serif;
  line-height: 0.1em;
  margin-right: 0;
  vertical-align: -0.4em;
}
.tsm blockquote p {
  display: inline;
  color: #374d5b;
}
.tsm .tsm_nombre {
  color: #677d85;
  font-weight: 500;
  padding-left: 10px;
}
.tsm .tsm_nombre b {
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .tbl-calif td {
    font-size: 12px;
  }
}
.co_fu {
  position: relative;
  margin-bottom: 20px;
}
.co_fu img {
  max-width: 80px;
  display: block;
  margin: auto;
}
.co_fu .num_bullet {
  color: #fff;
  background: #02c7aa;
  padding: 6px 12px;
  font-size: 16px;
  position: absolute;
  border-radius: 100%;
}
@media screen and (max-width: 767px) {
  .co_fu .num_bullet {
    position: absolute;
    left: 50%;
    margin-left: -50px;
  }
}
@media screen and (max-width: 767px) {
  .co_fu p {
    text-align: center;
  }
}
.video_footer {
  background: #f2f5f7;
  padding: 4px 8px;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
  margin-top: -4px;
  margin-bottom: 40px;
}
.hide {
  display: none;
}
.bn_block {
  display: block !important;
}
@media screen and (max-width: 767px) {
  .bn_block {
    display: none !important;
  }
}
#downloadable-modal img {
  border: 6px solid #fff;
  box-shadow: rgba(0, 0, 0, 0.2) 2px 2px 13px;
  border-radius: 4px;
}
.bnnr-resp {
  padding-top: 46px;
  margin-bottom: -46px;
  position: relative;
  z-index: 99;
}
#myAffix,
#registerButton,
.chilf {
  z-index: 99;
  -moz-transition: none !important;
  -webkit-transition: none !important;
  -o-transition: none !important;
  transition: none !important;
}
#myAffix.affix,
#registerButton.affix {
  -moz-transition: none;
  -webkit-transition: none;
  -o-transition: color 0 ease-in;
  transition: none;
  position: fixed !important;
}
@media all and (device-width: 768px) and (device-height: 1024px) and (orientation: portrait) {
  #myAffix.affix,
  #registerButton.affix {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -moz-transform: translateZ(0);
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@media screen and (max-width: 767px) {
  #myAffix.affix,
  #registerButton.affix {
    position: static !important;
    margin-bottom: auto !important;
  }
  #myAffix.affix .chilf,
  #registerButton.affix .chilf {
    max-width: 100%;
  }
}
.affix-bottom {
  -moz-transition: none;
  -webkit-transition: none;
  -o-transition: color 0 ease-in;
  transition: none;
}
#myAffix.affix {
  bottom: 50%;
  margin-bottom: -238px;
}
#myAffix.affix .chilf {
  max-width: 555px;
  -moz-transition: none;
  -webkit-transition: none;
  -o-transition: color 0 ease-in;
  transition: none;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  #myAffix.affix .chilf {
    max-width: 345px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  #myAffix.affix .chilf {
    max-width: 455px;
  }
}
@media screen and (max-width: 767px) {
  #registerButton {
    position: static !important;
  }
}
#registerButton.hidden-xs {
  position: fixed;
  top: 100px;
  width: 100%;
}
#registerButton.affix {
  width: 100%;
  top: 140px;
}
#registerButton.affix .chilf {
  max-width: 360px;
}
#registerButton.affix .chilf button {
  width: 100%;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  #registerButton.affix .chilf {
    max-width: 225px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  #registerButton.affix .chilf {
    max-width: 300px;
  }
}
.a-faq {
  display: block;
  text-align: center;
  padding: 20px 6px;
  font-size: 16px;
  color: #02c17c;
}
.lbl_sim {
  text-align: right;
}
.lbl_sim input[type="checkbox"] {
  width: auto;
  display: inline;
  margin: 0;
  height: auto;
}
.lbl_sim label {
  display: block;
  cursor: pointer;
  color: #888;
  border-radius: 5px;
  max-width: 160px;
  padding: 10px;
  border: 1px solid #ddd;
  margin-bottom: 10px;
}
#chart {
  border-radius: 6px;
  overflow: hidden;
}
#sim_adv {
  display: none;
}
#error_explanation.alert,
#error_explanation.alert-danger {
  background-color: transparent;
  padding: 0;
  margin: 0;
  border: 0;
  border-radius: 0;
}
#error_explanation ul {
  padding: 20px 20px 20px 40px;
  background: #fff;
  border-radius: 6px;
  border: 1px solid #fc6548;
}
#error_explanation ul li {
  list-style: disc;
  color: #fc6548;
  margin-bottom: 12px;
}
.form input[type="checkbox"]#adv:checked + label:before {
  content: "";
  font-size: 0;
  line-height: 0;
}
.form .modal-header {
  border: 0;
}
.calif.error input[type="checkbox"] + label.check,
.calif.error input[type="radio"] + label.check,
.check-modal.error input[type="checkbox"] + label.check,
.check-modal.error input[type="radio"] + label.check,
.plazo.error input[type="checkbox"] + label.check,
.plazo.error input[type="radio"] + label.check {
  border-color: #fc6548;
}
.calif.error .check-group input[type="radio"] + label.check.lastch,
.check-modal.error .check-group input[type="radio"] + label.check.lastch,
.plazo.error .check-group input[type="radio"] + label.check.lastch {
  border-color: #fc6548;
}
.calif input[type="checkbox"],
.calif input[type="radio"],
.check-modal input[type="checkbox"],
.check-modal input[type="radio"],
.plazo input[type="checkbox"],
.plazo input[type="radio"] {
  display: none;
}
.calif input[type="checkbox"]:checked + label.check-green,
.calif input[type="radio"]:checked + label.check-green,
.check-modal input[type="checkbox"]:checked + label.check-green,
.check-modal input[type="radio"]:checked + label.check-green,
.plazo input[type="checkbox"]:checked + label.check-green,
.plazo input[type="radio"]:checked + label.check-green {
  font-weight: bold;
  color: #0abbb8;
}
.calif input[type="checkbox"]:checked + label.check-ama,
.calif input[type="radio"]:checked + label.check-ama,
.check-modal input[type="checkbox"]:checked + label.check-ama,
.check-modal input[type="radio"]:checked + label.check-ama,
.plazo input[type="checkbox"]:checked + label.check-ama,
.plazo input[type="radio"]:checked + label.check-ama {
  font-weight: bold;
  color: #067e79;
}
.calif input[type="checkbox"]:checked + label.check-rojo,
.calif input[type="radio"]:checked + label.check-rojo,
.check-modal input[type="checkbox"]:checked + label.check-rojo,
.check-modal input[type="radio"]:checked + label.check-rojo,
.plazo input[type="checkbox"]:checked + label.check-rojo,
.plazo input[type="radio"]:checked + label.check-rojo {
  font-weight: bold;
  color: #063a38;
}
.calif input[type="checkbox"] + label.check,
.calif input[type="radio"] + label.check,
.check-modal input[type="checkbox"] + label.check,
.check-modal input[type="radio"] + label.check,
.plazo input[type="checkbox"] + label.check,
.plazo input[type="radio"] + label.check {
  text-align: center;
  display: block;
  max-width: 100%;
  border-right: 0;
  height: 36px;
  padding: 20px 15px;
  cursor: pointer;
  line-height: 2px;
}
.calif input[type="checkbox"] + label.check.lastch,
.calif input[type="radio"] + label.check.lastch,
.check-modal input[type="checkbox"] + label.check.lastch,
.check-modal input[type="radio"] + label.check.lastch,
.plazo input[type="checkbox"] + label.check.lastch,
.plazo input[type="radio"] + label.check.lastch {
  border-radius: 0 5px 5px 0;
}
@media screen and (max-width: 767px) {
  .calif input[type="checkbox"] + label.check,
  .calif input[type="radio"] + label.check,
  .check-modal input[type="checkbox"] + label.check,
  .check-modal input[type="radio"] + label.check,
  .plazo input[type="checkbox"] + label.check,
  .plazo input[type="radio"] + label.check {
    font-size: 12px;
    padding: 15px 12px;
  }
}
.calif label:before,
.check-modal label:before,
.plazo label:before {
  display: none;
  background: none;
}
.check-modal:after {
  content: "";
  clear: both;
  display: block;
}
.check-modal.takenerror input[type="radio"] + label.check {
  border-color: #fc6548;
}
.check-modal .check-group {
  width: 50%;
  float: left;
}
.check-modal input[type="radio"] + label.check {
  border: solid 1px #93afb9;
  border-right: 0;
  margin-bottom: 0;
  font-size: 16px;
  padding: 20px;
  height: auto;
  height: 46px;
  color: #04475c;
  color: #677d85;
  transition: none;
}
@media screen and (max-width: 767px) {
  .check-modal input[type="radio"] + label.check {
    font-size: 13px;
    padding: 20px 6px;
    line-height: auto;
  }
}
.check-modal input[type="radio"] + label.check.parsley-error {
  border: solid 1px #fc6548;
}
.check-modal input[type="radio"]:checked + label.check {
  background: #05847F;

  font-weight: 500;
  color: #fff;
}
.check-modal .firstch {
  border-radius: 5px 0 0 5px;
}
.check-modal .firstch label {
  border-radius: 5px 0 0 5px;
}
@media screen and (max-width: 320px) {
  .check-modal .firstch label {
    line-height: 130% !important;
    padding: 7px 20px !important;
  }
  .check-modal .firstch label br {
    display: block !important;
  }
}
.check-modal .lastch {
  border-right: 1px solid #04475c;
  border-right: 1px solid #93afb9;
  border-radius: 0 5px 5px 0;
}
.check-modal .lastch label {
  border-radius: 0 5px 5px 0;
}
@media screen and (max-width: 320px) {
  .check-modal .lastch label {
    line-height: 130% !important;
    padding: 7px 20px !important;
  }
  .check-modal .lastch label br {
    display: block !important;
  }
}
.calif {
  border-bottom: 1px solid #ccc;
  border-right: 1px solid #ccc;
}
.calif .check-group {
  width: 14.28%;
  float: left;
}
.calif input[type="checkbox"] + label,
.calif input[type="radio"] + label {
  border: solid 1px #ccc;
  border-bottom: 0;
  margin-bottom: 0;
  color: #bbb;
}
.calif input[type="checkbox"]:checked + label.check,
.calif input[type="radio"]:checked + label.check {
  height: 36px;
  background-color: #f1f4f6;
}
.tramite img {
  max-width: 80px;
}
.tramite li {
  color: #6b6b6b;
}
@media screen and (max-width: 767px) {
  .tramite {
    text-align: center;
  }
  .tramite ul {
    text-align: left;
  }
}
.tramite h4 {
  color: #44db5e;
  font-weight: 600;
  margin-top: 0;
}
.tramite hr {
  width: 10px;
  height: 3px;
  display: block;
  background: #44db5e;
}
.stat img {
  max-width: 100%;
}
.stat h3 {
  margin-top: 10px;
  margin-bottom: 20px;
  line-height: 1.4;
}
.stat h4 {
  margin-top: 20px;
  margin-bottom: 10px;
}
.stat thead {
  font-weight: bold;
}
.stat .c_a,
.stat .c_b,
.stat .c_c {
  color: #fff;
  font-size: 12px;
  background: #096cff;
  padding: 2px !important;
  width: 30px;
  height: 30px;
  font-weight: bold;
  border-radius: 50%;
  margin: auto;
  line-height: 26px;
}
@media screen and (max-width: 767px) {
  .stat .c_a,
  .stat .c_b,
  .stat .c_c {
    line-height: 18px;
    height: 20px;
    width: 20px;
    font-size: 11px;
  }
}
.stat .c_a {
  background: #00bac7;
}
.stat .c_c {
  background: #6845d6;
}
.stat .lst {
  list-style: disc;
  padding-left: 20px;
}
.stat .lst li {
  padding: 6px 0;
  list-style: disc;
  color: #6b6b6b;
}
.wcard,
.wcard-p {
  background: #fff;
  padding: 20px;
  border-radius: 6px;
}
.wcard h3,
.wcard-p h3 {
  margin-top: 0;
}
.wcard-p {
  padding: 0;
}
.wcard-p:hover .pregunta {
  color: #009dff;
  background-color: #f8fafc;
}
.wcard-p .pregunta {
  color: #374d5b;
  font-weight: 400;
  cursor: pointer;
  padding: 20px;
  font-size: 1.2em;
  border: 1px solid #e7ebef;
  padding-right: 30px;
}
.wcard-p .pregunta.open {
  color: #0076ff;
  background-color: #f8fafc;
}
.wcard-p .pregunta .close-question {
  font-weight: 300;
  position: absolute;
  right: 25px;
  top: 23px;
  font-size: 43px;
  background-color: #f2f5f7;
  width: 25px;
  height: 25px;
  text-align: center;
  line-height: 52px;
  border-radius: 100%;
  -ms-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .wcard-p .pregunta .close-question {
    right: 12px;
  }
}
.wcard-p .open .close-question {
  -ms-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  color: #0076ff;
}
.wcard-p .respuesta {
  -moz-transition: none;
  -webkit-transition: none;
  -o-transition: color 0 ease-in;
  transition: none;
  margin-top: -10px;
  display: none;
  padding: 20px;
  font-size: 1.1em;
  color: #374d5b;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
}
#click-reg:focus {
  font-weight: 16px;
}
.btn-modal-reg {
  color: #fe7f4c;
  padding: 0;
}
.btn-modal-reg b {
  font-weight: 500;
}
.btn-back-login {
  border: 0;
  background: transparent;
  color: #44db5e;
  padding: 0;
}
.btn-back-login b {
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .lit_res {
    font-size: 12px;
  }
}
.has-error .form-control:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.bg_grisclaro h1.c_vrd2,
.bg_grisclaro h2.c_vrd2 {
  margin-top: 80px;
  text-align: center;
}
.pad_resp .pad20 {
  padding: 0;
}
.fixed-affix {
  min-height: 485px;
}
.simulador {
  position: relative;
}
.simulador .cta-frm-bot,
.simulador .cta-frm-lima {
  width: 120px;
  position: absolute;
  top: -19px;
  right: 0;
  max-height: 44px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
@media screen and (max-width: 767px) {
  .simulador .cta-frm-bot,
  .simulador .cta-frm-lima {
    width: 100px;
    height: 43px;
  }
}
.simulador .cta-frm-bot {
  background: #00c190;
}
.edupass-banner {
  background-image: url(bg/bg-edupass-lg-44870702563f8f692cb8be6710644670d07b856b5b20556dc8c358a0495147e5.jpg);
  position: relative;
  z-index: 99;
}
@media screen and (max-width: 767px) {
  .edupass-banner {
    background-color: #374d5b;
    background-image: none;
  }
  .edupass-banner .h1 {
    padding: 60px 20px;
    background-image: url(bg/bg-edupass-lg-44870702563f8f692cb8be6710644670d07b856b5b20556dc8c358a0495147e5.jpg);
    background-size: cover;
    font-size: 26px;
  }
}
.edupass-banner .edupass-img {
  max-width: 280px;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .edupass-banner .edupass-img {
    max-width: 156px;
    margin-top: -10px;
  }
}
.edupass-banner .card {
  margin-bottom: -30px;
}
@media screen and (max-width: 767px) {
  .edupass-banner .card {
    margin-bottom: 0;
    padding: 0px;
    margin-left: -20px;
    margin-right: -20px;
  }
  .edupass-banner .card .h4 {
    padding: 24px !important;
    font-size: 18px;
  }
}
.edupass-banner + section,
.edupass-banner + a.bg_blog_debt {
  padding-top: 100px;
}
@media screen and (max-width: 767px) {
  .edupass-banner + section,
  .edupass-banner + a.bg_blog_debt {
    padding: 30px;
  }
}
.edupass-banner .text-orange {
  color: #f38130;
}
.onlife-banner {
  padding: 0 0 60px;
  min-height: auto;
  background-image: url(bg/onlife-bg-5634db2c04d0549561ba7e0766b2a642b620d40beadfe7ac1168c08dda04af69.jpg);
  background-size: cover;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  .onlife-banner {
    background-size: 800px;
    background-position: right top;
  }
}
.onlife-banner .transparent-white {
  background: rgba(255, 255, 255, 0.5);
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .onlife-banner .transparent-white .text-right {
    text-align: center;
  }
}
.onlife-banner .onlife-img {
  max-width: 280px;
  margin-bottom: 20px;
}
.onlife-banner .card,
.onlife-banner .form {
  box-shadow: 0 4px 16px -2px rgba(0, 0, 0, 0.1), 0 0 0 1px rgba(0, 0, 0, 0.02);
  -moz-box-shadow: 0 4px 16px -2px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 4px 16px -2px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0 4px 16px -2px rgba(0, 0, 0, 0.1);
  border: 0;
}
.onlife-banner .card button.pull-right,
.onlife-banner .form button.pull-right {
  display: block;
  width: 100px !important;
  color: #00ae76 !important;
  border: 1px solid #00ae76 !important;
  background: #fff !important;
}
.onlife-banner .card button.pull-right:hover,
.onlife-banner .form button.pull-right:hover {
  background: #eee !important;
}
.tbl_onlife {
  margin: auto;
}
.tbl_onlife tr:first-child td {
  border: 0;
  width: 30%;
}
.tbl_onlife tr:nth-child(2) td {
  color: #fc6548;
}
.tbl_onlife tr:nth-child(3) td {
  color: #00ae76;
}
.tbl_onlife tr td {
  padding: 12px 0 !important;
  font-weight: 600;
  color: #00415c;
}
.tbl_onlife tr td h5 {
  margin: auto;
  color: #02c9ac;
  padding: 10px 0;
  font-weight: 600;
  font-size: 18px;
}
.optimaxx {
  background: #f6f7f4;
  margin: auto -20px;
  padding: 20px;
  border-top: 1px solid #eee;
}
.optimaxx h2 {
  background: transparent !important;
  margin: 5px 20px 20px;
  text-align: center;
  color: #00415c;
  font-weight: 400;
  font-size: 16px;
}
.optimaxx .table > thead > tr > td {
  color: #00415c;
}
.optimaxx .table > tbody > tr > td {
  color: #00415c;
  font-weight: 600;
}
.cta-optimax {
  display: block;
  background: #02c9ac;
  max-width: 160px;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 0.03em !important;
  margin: 20px auto 0;
}
.onlife-title {
  color: #00415c !important;
  font-size: 36px;
  padding: 20px;
  font-weight: 400 !important;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .onlife-title {
    background: transparent !important;
  }
}
.omilife-num {
  font-size: 36px;
}
#downloadable img {
  border: 6px solid #fff;
  box-shadow: rgba(0, 0, 0, 0.2) 2px 2px 13px;
  border-radius: 4px;
}
#downloadable p {
  line-height: 110%;
}
#downloadable h4 {
  line-height: normal;
  margin-top: 0;
}
#downloadable label {
  font-weight: bold;
}
#downloadable .checkbox input[type="checkbox"],
#downloadable .checkbox input[type="checkbox"] {
  display: none;
}
#downloadable input[type="checkbox"]:checked + label:before,
#downloadable input[type="checkbox"]:checked + label:before {
  background-repeat: no-repeat;
  background-position: center;
  background-color: #0076ff;
  background-image: url(iconos/okIcon-ef34401ca353071665ddb5b0b8313a004f0c97819856bfd2416efec29387be4d.svg);
}
#downloadable .checkbox {
  margin-bottom: 0;
}
#downloadable .checkbox label,
#downloadable .radio label {
  min-height: 20px;
  padding-left: 0;
  margin-bottom: 0;
  font-weight: 400;
  cursor: pointer;
}
#downloadable .checkbox label:before {
  content: ‘’;
  background-color: #f4f4f4;
  border: 1px solid #ccc;
  width: 36px;
  height: 36px;
  display: block;
  float: left;
  margin-right: 20px;
  border-radius: 4px;
}
a.bg_blog_debt {
  border-top: 6px solid #00ae76;
  display: block;
  background-image: url("https://assets.testingytp.com/img/bg-test.jpg");
  background-size: 100%;
  background-position: center;
  background-color: #00ae76;
  color: #fff;
  font-size: 22px;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  box-shadow: 0 3px 12px rgba(0, 0, 0, 0.22);
  position: relative;
}
@media screen and (max-width: 767px) {
  a.bg_blog_debt {
    font-size: 18px;
  }
}
a.bg_blog_debt:hover {
  text-shadow: 0 2px 5px rgba(0, 0, 0, 0.4);
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  background-size: 105%;
}
.form-land.frm {
  padding: 0;
  border: 0;
}
.form-land.frm input.form-control {
  height: 50px;
  margin-top: 25px;
  background-color: #fafbfc;
  border: 1px solid #dde5ed;
  border-radius: 6px;
  color: #62778c;
}
.form-land.frm input.parsley-error {
  color: #333;
}
.form-land.frm input:-webkit-autofill {
  background-color: #f2f5f7;
}
.form-land.frm input:-webkit-autofill,
.form-land.frm input:-webkit-autofill:active,
.form-land.frm input:-webkit-autofill:focus,
.form-land.frm input:-webkit-autofill:hover {
  transition: background-color 5000s ease-in-out 0s;
  background-color: #f2f5f7;
}
.sign-card {
  background: #ffffff;
  overflow: hidden;
  border: 1px solid rgba(219, 223, 227, 0.3);
  box-shadow: 0 5px 12px 0 #e0e5e8;
  border-radius: 6px;
}
.sign-card h2 {
  font-size: 14px;
  color: #ccd4da;
  margin: 0 auto 18px;
}
.sign-card .pull-right a {
  color: #4a90e2;
  font-size: 12px;
  text-decoration: underline;
}
.sign-card .cta-frm-lima {
  margin-top: 20px;
  background: #44db5e;
  font-size: 14px;
  color: #ffffff;
  letter-spacing: 0.4px;
  padding: 14px 24px;
}
.sign-card .cta-frm-lima:hover {
  background: #00ae76;
}
.logo-ytp-green {
  background: url(ytp-logo-green-9f8aa1e42f2a7e9de5bfa13a74cc991c947d60fc3add126a65e5bc0b60fcc02e.svg)
    no-repeat;
  background-size: cover;
  height: 46px;
  width: 260px;
  margin: 20px auto 40px;
  display: block;
}
@media screen and (max-width: 767px) {
  .logo-ytp-green {
    width: 146px;
    height: 26px;
    margin: 20px auto 30px;
  }
}
.i-form-left {
  background-repeat: no-repeat;
  margin: -20px 0 -20px -5px;
  height: 310px;
  position: relative;
  background-size: cover;
}
.i-form-left h1 {
  position: absolute;
  bottom: 28px;
  font-size: 20px;
  color: #ffffff;
  text-align: center;
  font-weight: 500;
  width: 100%;
  left: 0;
  text-rendering: geometricPrecision;
}
@media screen and (max-width: 767px) {
  .i-form-left {
    height: auto;
    background-size: cover;
    background-position: center;
    margin: -40px -5px 20px;
  }
  .i-form-left h1 {
    position: static;
    padding: 40px 0;
  }
}
.register-bg {
  background-repeat: no-repeat;
  margin: -20px 5px -20px -5px;
  height: 470px;
  position: relative;
  background-size: cover;
}
.register-bg h1 {
  position: absolute;
  bottom: 123px;
  font-size: 20px;
  color: #ffffff;
  text-align: center;
  font-weight: 500;
  width: 100%;
  left: 0;
  text-rendering: geometricPrecision;
}
@media screen and (max-width: 767px) {
  .register-bg {
    height: auto;
    background-size: cover;
    background-position: center;
    margin: -50px -5px 20px;
  }
  .register-bg h1 {
    line-height: 150%;
    position: static;
    padding: 20px 0;
  }
}
.footer-sign {
  padding: 30px 0;
}
.footer-sign p {
  color: #a8b4bc;
}
.footer-sign p a {
  color: #4a90e2;
  font-size: 12px;
  text-decoration: underline;
}
.register-bg-borrower {
  background-image: url(bg/bg-register-borrower-48f0020f1e1e4cf1e1b132189bfdec73ff03cd870184bb2a6b829f98c8fff1aa.jpg);
}
@media screen and (max-width: 767px) {
  .register-bg-borrower {
    background-image: none;
    background-color: #374d5b;
  }
}
.register-bg-investor {
  background-image: url(bg/bg-register-investor-42f09b6261b2a1afe2a215fdbc51991529c06c4cebdcfde4e37af45061823a06.jpg);
}
@media screen and (max-width: 767px) {
  .register-bg-investor {
    background-image: none;
    background-color: #374d5b;
  }
}
.register-bg-investor h1 {
  position: static;
  margin-top: 30px;
}
.ifl-bo {
  background-image: url(bg/bg-sign-in-borrower-cf51d38ce8fdbc7d312c60cd4175347015590e89d72a52a20d6e2d25aeac413c.jpg);
}
.ifl-in {
  background-image: url(bg/bg-sign-in-investor-6ba43c09f59d27cda8079a13973bc26b0d0c209ec5d6514bb89b755efeb4fc12.jpg);
  background-position: center;
}
.ifl-in h1 {
  bottom: 40%;
  font-weight: 600;
}
h4.answer {
  margin-top: 30px;
  color: #0076ff;
}
.btn-link {
  border: 0;
  background: 0;
}
.contact-info {
  padding-left: 30px;
  padding-right: 30px;
}
.contact-info p {
  padding-left: 30px;
  padding-bottom: 6px;
  background-position: left 4px top 7px;
  background-repeat: no-repeat;
}
.contact-info p.mail-icon {
  background-image: url(iconos/info-mail-icon-d39805e63e8d8a6d5488a4472721bcfc9dadddf4a937f61ce40b83094f849ce7.svg);
}
.contact-info p.phone-icon {
  background-image: url(iconos/info-phone-icon-3b835bfd907004925355d159b553a10bdccbb27cd841fd6a2d7573988ddc46fa.svg);
}
.contact-info p.dress-icon {
  background-image: url(iconos/info-place-icon-3785609de6b8311fea44c43ca18542942c2d6e10e02ceadbe214f9e2246384cb.svg);
}
@media screen and (max-width: 767px) {
  .simulator-card {
    border: 0 !important;
    box-shadow: none;
    background-color: transparent;
  }
}
@media screen and (max-width: 767px) {
  .borrower-lending-simulator .col-sm-4 {
    background-color: #f8fafc;
  }
}
#action-links {
  float: left;
  margin-right: 10px;
}
@media (max-width: 480px) and (max-height: 500px) {
  .modal {
    height: 450px;
  }
}
@media (max-width: 480px) and (max-height: 450px) {
  .modal {
    height: 400px;
  }
}
@media (max-width: 480px) and (max-height: 400px) {
  .modal {
    height: 350px;
  }
}
@media (max-width: 480px) and (max-height: 350px) {
  .modal {
    height: 300px;
  }
}
@media (max-width: 480px) and (max-height: 300px) {
  .modal {
    height: 250px;
  }
}
@media (max-width: 480px) and (max-height: 250px) {
  .modal {
    height: 200px;
  }
}
@media (max-width: 480px) and (max-height: 200px) {
  .modal {
    height: 150px;
  }
}
.tittle-password-api {
  color: #04475c;
}
@media screen and (max-width: 767px) {
  .tittle-password-api {
    background-color: #04475c;
    color: #ffffff;
    margin-top: -15px;
    margin-left: -15px;
    margin-right: -15px;
    margin-bottom: -20px;
    padding: 40px 0px;
  }
}
.chart-titles {
  color: #04475c;
  font-family: "proxima-nova", sans-serif;
  font-size: 36px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 44px;
  text-align: center;
}
.chart-descripcions {
  color: #677d85;
  font-family: "proxima-nova", sans-serif;
  font-size: 20px;
  letter-spacing: 0;
  line-height: 24px;
  text-align: center;
}
ul.normal-list {
  padding-left: 30px;
}
ul.normal-list li {
  color: #677d85;
  font-size: 16px;
  list-style: disc;
  padding: 4px;
}
.bg_ric {
  background-image: url(bg/r1-89dd0142170a55df58249e9eb5f6d49b77a47e235f626168f2410a60dd5c2543.jpg);
  background-position: center;
  background-size: cover;
}
.bg_ric h2 {
  color: #fff;
  font-weight: 300;
  line-height: 140%;
}
.bg_r2 {
  background-image: url(bg/r2-d428b349feab4c88c51925e271ba9b00d0230dd650a5d23cc61081dc89e8f5e0.jpg);
}
.bg_r3 {
  background-image: url(bg/r3-e458dca4ecab5d1ae2a06c4fc7e764eefd7037bba4fc5cfb9d6aa2ae120dd9fd.jpg);
}
.bg_r4 {
  background-image: url(bg/r4-8ff90d344ff9dd7bcc9c69bc49c3f5168b0c69663ac35b473fb15a4567defba5.jpg);
}
@media screen and (max-width: 767px) {
  .bg_r4 {
    background-image: none;
  }
  .bg_r4 h1 {
    background-image: url(bg/r4-8ff90d344ff9dd7bcc9c69bc49c3f5168b0c69663ac35b473fb15a4567defba5.jpg);
    text-align: center;
    font-size: 28px;
    margin: 0 -15px;
    padding: 70px 15px;
    background-size: cover;
  }
  .bg_r4 h2 {
    color: #93afb9;
  }
}
.bg-runa {
  background-image: url(bg/bg-runa-lg-1ed55f4af2f65fbcd5fbf443b8f956d5f1fc84524f49e998cc93e1da2d19507a.jpg);
}
@media screen and (max-width: 767px) {
  .bg-runa {
    background-image: none;
  }
  .bg-runa h1 {
    background-image: url(bg/bg-runa-lg-1ed55f4af2f65fbcd5fbf443b8f956d5f1fc84524f49e998cc93e1da2d19507a.jpg);
    text-align: center;
    font-size: 28px;
    margin: 0 -15px;
    padding: 70px 15px;
    background-size: cover;
  }
  .bg-runa h2 {
    color: #93afb9;
  }
}
.bg_i1 {
  background-image: url(bg/i1-a7ba7ab6cf5677dbfb83a5df4777aa5c332e52a00f414256887464970f471dc8.jpg);
}
.bg_i2 {
  background-image: url(bg/i2-d5d8f82c728c57206530f26b0056524f869889cab49dd5c3a9eeca9b08637d64.jpg);
}
.bg_i3 {
  background-image: url(bg/i3-04352cf1c3d255a5cddd6746dfce5f1df170e94c346c9e4e46b969faa867d8af.jpg);
}
.bg_i4 {
  background-image: url(bg/i4-ef05558ee547dbf7b1c2fdd96ec9f316e46996a0947298449cdbd16235e96998.jpg);
}
.bg_rox {
  background: left center no-repeat;
  background-image: url(bg/acreditados-f3e36cc443399361796659362b246809b857fb8af69c74196d32ec4480842987.jpg);
  background-size: cover;
}
.bg_rox .wcard {
  background: rgba(250, 250, 250, 0.7);
}
.bg_rox h2 {
  color: white;
}
.bg_auto {
  background: url(bg/bg_auto-519f70c8fef692aa75e6ea69674fccc8790c3f0f4b489437457048d6ca8b1343.jpg)
    center;
  background-size: cover;
}
.bg_auto .wcard {
  background: rgba(250, 250, 250, 0.78);
  color: #000;
}
.bg_auto h2 {
  color: #fff;
}
@media screen and (max-width: 767px) {
  .bg_auto h2 {
    font-size: 20px;
    padding-bottom: 40px;
  }
}
@media screen and (max-width: 767px) {
  .bg_auto {
    background: url(bg/bg_auto-519f70c8fef692aa75e6ea69674fccc8790c3f0f4b489437457048d6ca8b1343.jpg)
      center top no-repeat;
    background-size: contain;
  }
}
.txt-leyenda p {
  color: #fff;
  font-size: 12px;
  margin-top: 10px;
}
@media screen and (max-width: 767px) {
  .txt-leyenda p {
    color: #666;
  }
}
.ben_pres {
  padding: 30px;
}
.ben_pres h3 {
  text-align: center;
  font-size: 1.2em;
}
.ben_pres h3 img {
  max-height: 2.4em;
  margin-right: 10px;
}
@media screen and (max-width: 767px) {
  .ben_pres h3 {
    margin-bottom: 30px;
  }
  .ben_pres h3 img {
    display: block;
    margin: auto;
    max-height: 2.4em;
    margin-right: auto;
  }
}
.req_cont {
  min-height: 500px;
  background: #efefef;
  margin-left: -15px;
  margin-right: -15px;
  padding: 20px;
}
.req_cont .img_cont {
  text-align: center;
  min-height: 120px;
}
.req_cont h2 {
  color: #00ae76;
  text-align: center;
}
.req_cont ul {
  padding-left: 24px;
}
.bg_v1 {
  background: #00ae76;
}
.bg_v1 iframe body {
  background-color: transparent !important;
}
.bg_v1 iframe body .html5-video-player {
  background-color: transparent !important;
}
.video iframe body {
  background-color: transparent !important;
}
.video iframe body .html5-video-player {
  background-color: transparent !important;
}
#requisitos {
  padding-top: 0px;
}
#requisitos .bg_gris {
  background: #dfdfdf;
}
.video button {
  background: url(//cdn.yotepresto.com/bg_video.png) center;
  border: none;
  border: 2px solid #00ae76;
  display: block;
  width: 100%;
  min-height: 240px;
}
.i_benf img {
  display: block;
  margin: 20px auto;
}
.bg_ric {
  background-position: center;
  background-size: cover;
}
.bg_ric .wcard {
  background: rgba(0, 0, 0, 0.3);
  color: #fff;
}
.bg_ric .copy {
  margin-bottom: 60px;
  color: #fff;
  text-align: center;
  font-size: 18px;
}
.bg_ric h1 {
  color: #fff;
  font-weight: 300;
  margin-bottom: 22px;
}
.video {
  width: 100%;
  line-height: 0;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .video {
    margin-bottom: 30px;
  }
}
.video iframe {
  opacity: 1;
  width: 100%;
  min-height: 290px;
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .video iframe {
    width: auto;
    min-height: auto;
  }
}
.pady60 {
  padding: 60px 0px;
}
.pad20 {
  padding: 20px;
}
.pad10 {
  padding: 10px;
}
.cot_qup li {
  padding: 8px;
  font-size: 12px;
}
.cot_qup .pagoM {
  background: white;
  color: #149911;
  font-size: 1.2em;
  font-weight: lighter;
}
.bg_ric .cot_qup .pagoM {
  background: rgba(0, 0, 0, 0.3);
  border: none;
  color: #fff;
  font-weight: bold;
  margin: 0px -20px;
  padding: 10px 30px;
}
.frm.frm-qp input:focus,
.frm.frm-qp select:focus {
  border-color: #00ae76;
}
.frm.frm-qp .btn-frm {
  display: block;
  background: #00ae76;
}
.frm.frm-qp .btn-frm:hover {
  background: #009d6f;
}
.frm.frm-qp input[type="checkbox"]:checked + label:before {
  color: #00ae76;
}
.uppercase {
  text-transform: uppercase;
}
.c_ver {
  color: #00ae76;
}
.frm {
  background: #fff;
}
.frm h2 {
  margin-top: 0;
}
.frm.frm-home {
  border-color: #44db5e;
  border-top: none;
}
.frm label {
  font-weight: normal;
}
.frm .input-box {
  position: relative;
}
.frm .input-box input {
  padding: 6px 12px 6px 12px;
}
.frm .input-box .unit {
  position: absolute;
  display: block;
  left: 15px;
  top: 10px;
  z-index: 9;
}
.frm .has-error {
  border-color: #fc6548;
}
.frm .has-error .form-control {
  outline: none !important;
  outline-offset: 0px !important;
  outline-color: #00ae76 !important;
  -webkit-box-shadow: none;
  outline: -webkit-focus-ring-color auto 0px;
}
.frm .glyphicon {
  line-height: 50px;
}
.frm input[type="checkbox"] {
  display: none;
}
.frm .checkbox {
  margin-top: 36px;
}
.frm .checkbox label:before {
  content: "";
  background-color: #f4f4f4;
  border: 1px solid #ccc;
  width: 36px;
  height: 36px;
  display: block;
  float: left;
  margin-right: 20px;
}
.frm input[type="checkbox"]:checked + label:before {
  content: "\2713";
  font-size: 22px;
  color: #44db5e;
  text-align: center;
  line-height: 30px;
}
.frm.frm-qp input:focus,
.frm.frm-qp select:focus {
  border-color: #00ae76;
}
.frm.frm-qp .btn-frm {
  display: block;
  background: #00ae76;
}
.frm.frm-qp .btn-frm:hover {
  background: #009d6f;
}
.frm.frm-qp input[type="checkbox"]:checked + label:before {
  color: #00ae76;
}
.frm .simulador-medio-bloque input.btn-frm {
  margin-bottom: 0;
  border: 0;
  background: #44db5e;
  color: white;
  font-size: 2em;
  padding: 20px 0px;
  height: auto;
  background: #bbb;
}
.frm .simulador-medio-bloque input.btn-frm:hover {
  background: #00bc00;
}
.btn-frm.btn-frm-qp {
  width: 100%;
  padding: 10px;
  font-size: 18px;
  border: 0;
  border-radius: 5px;
  color: white;
  font-weight: 600;
  margin-top: 30px;
  background: #00ae76;
}
.btn-frm.btn-frm-qp:hover {
  background: #009d6f;
}
.btn-frm {
  display: block;
  width: 100%;
  padding: 10px;
  font-size: 18px;
  border: 0;
  border-radius: 5px;
  color: white;
  font-weight: 600;
  background: #44db5e;
}
.btn-frm:hover {
  color: #fff;
  background: #00bc00;
}
.h1_qup {
  margin-top: 110px;
}
@media screen and (max-width: 767px) {
  .h1_qup {
    background: url(bg/banner-qup-edffb85be85ab16437c22d17ced3f0c2c5f6e7aa3777a30ac49b290da04eeee0.jpg)
      left;
    background-size: cover;
    margin: 0px -15px 30px -15px;
    padding: 90px 20px;
    line-height: normal;
    font-size: 1.5em;
    text-align: center;
  }
}
.lst_1 li {
  list-style: disc;
  display: list-item;
}
.res_qup {
  padding: 0px;
}
.res_qup li,
.res_qup p {
  color: white;
}
.res_qup h2 {
  background: rgba(37, 109, 27, 0.7);
  font-size: 1.4em;
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 10px 20px;
}
.res_qup li {
  background: rgba(20, 153, 17, 0.7);
  position: relative;
  padding: 10px 20px;
  font-weight: lighter;
}
.res_qup li.ms {
  background: rgba(20, 153, 17, 0.5);
}
.res_qup li.mss {
  font-weight: normal;
  background: rgba(37, 109, 27, 0.7);
}
.res_qup li span {
  font-size: 1.3em;
}
.res_qup .lst_1 {
  margin-left: 20px;
}
.res_qup .lst_1 li {
  padding-left: 0;
  font-size: 20px;
  background: none;
}
.res_qup p {
  font-size: 20px;
}
@media screen and (max-width: 767px) {
  .res_qup h2 {
    font-size: 1em;
  }
  .res_qup li {
    font-size: 14px;
  }
  .res_qup .lst_1 li {
    padding-left: 0;
    color: #666;
    font-size: 14px;
  }
  .res_qup p {
    color: #666;
  }
}
.bnr_bg_lan_1 {
  background-image: url(bg/bg-landing-1-325bda363d8bb9efeb63a63a210f1da1382d55416e4dc2024f1fec477fafafef.jpg);
  background-position: center;
  color: white;
  background-size: cover;
  padding: 100px 0;
}
.bnr_bg_lan_1 h1 {
  font-weight: bold;
  font-size: 40px;
  color: white;
}
.bnr_bg_lan_1 p {
  font-weight: normal;
  font-size: 18px;
  color: white;
}
.bnr_bg_lan_1 a {
  display: block;
  margin: auto;
  background: #00e00b;
  color: #fff;
  font-weight: bold;
  width: 160px;
  padding: 10px;
  font-size: 16px;
  border-radius: 4px;
  margin-top: 72px;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.bnr_bg_lan_1 a:hover {
  text-decoration: none;
  background: #004638;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.bnr_bg_lan_i4 {
  background-image: url(bg/i4-ef05558ee547dbf7b1c2fdd96ec9f316e46996a0947298449cdbd16235e96998.jpg);
  background-position: center;
  color: white;
  background-size: cover;
  padding: 100px 0;
}
.bnr_bg_lan_i4 h1 {
  font-weight: bold;
  font-size: 40px;
  color: white;
}
.bnr_bg_lan_i4 p {
  font-weight: normal;
  font-size: 18px;
  color: white;
}
.bnr_bg_lan_i4 a {
  display: block;
  margin: auto;
  background: #00e00b;
  color: #fff;
  font-weight: bold;
  width: 160px;
  padding: 10px;
  font-size: 16px;
  border-radius: 4px;
  margin-top: 72px;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.bnr_bg_lan_i4 a:hover {
  text-decoration: none;
  background: #004638;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.c_vrd2 {
  color: #00e00b;
}
.bg_vrd2 {
  background: #00e00b;
}
.bg_vrd1 {
  background: #00ae76;
}
.quote {
  color: #fff;
  text-align: center;
}
.half {
  background: #f9f9f9;
  width: 50%;
  position: absolute;
  top: 0;
  bottom: 0;
}
.como p {
  color: #fff;
}
.bg_press {
  background: url(bg/bg-press-73799fd22e44ebac070e800a13f5b019a04af1e38d854cb7bfff351819ad6ac3.jpg);
  background-size: cover;
  color: white;
}
.bg_press p {
  color: white;
}
.bg_press h2 {
  text-align: center;
  margin-bottom: 40px;
}
.bg_press a {
  display: block;
  margin-bottom: 8px;
  padding: 6px;
  color: #fff;
}
.tbl_com {
  text-align: center;
}
.tbl_com img {
  max-width: 24px;
}
.tbl_com td.logo img {
  max-width: 120px;
}
.tbl_com thead {
  font-weight: bold;
  font-size: 12px;
}
.tbl_com tbody tr td:first-child {
  text-align: right;
  font-size: 12px;
  min-width: 180px;
}
@media screen and (max-width: 767px) {
  .tbl_com thead {
    display: none;
  }
  .tbl_com tbody tr {
    display: block;
    margin-bottom: 30px;
    border: 1px solid #ddd;
    border-top: 0;
  }
  .tbl_com tbody tr td {
    display: block;
    text-align: right;
    padding: 10px;
  }
  .tbl_com tbody tr td:first-child {
    text-align: center;
    font-weight: bold;
  }
  .tbl_com tbody td:before {
    content: attr(data-label);
    float: left;
    max-width: 80%;
    text-align: left;
    font-weight: normal;
    font-size: 12px;
    padding: 3px;
  }
  .tbl_com tbody td:after {
    content: "";
    clear: both;
    display: block;
  }
}
.cta {
  display: block;
  text-decoration: none !important;
  color: #fff;
  font-weight: bold;
  max-width: 240px;
  padding: 10px;
  font-size: 16px;
  border-radius: 4px;
  text-align: center;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.cta_in {
  background: #00ae76;
}
.cta_in:hover {
  color: #fff;
  background: #007e68;
}
.cta_ac {
  background: #00e00b;
}
.cta_ac:hover {
  color: #fff;
  background: #00ab16;
}
.cntr {
  margin: auto;
}
.nume {
  text-align: center;
}
.nume img {
  max-width: 71px;
}
.nume p {
  font-weight: 00;
  font-size: 16px;
}
.nume p b {
  font-size: 20px;
  color: #02c7aa;
}
.herobanner.bnr_qup {
  background-position: 0px 0px;
  background-size: cover;
  min-height: 600px;
  padding: 100px 0px 60px 0px;
}
@media screen and (max-width: 767px) {
  .herobanner.bnr_qup {
    background: none;
    padding-top: 45px;
  }
}
.hb-ac-fix {
  background-position: 0px 0px;
  background-size: cover;
  min-height: 600px;
  padding: 100px 0px 60px 0px;
}
@media screen and (max-width: 767px) {
  .hb-ac-fix {
    background: none;
    padding-top: 45px;
  }
}
.herobanner.hb-ac.hb-ac-fix {
  background-size: 145%;
  background-repeat: no-repeat;
  background-color: #f5f5f5;
}
@media screen and (max-width: 1300px) {
  .herobanner.hb-ac.hb-ac-fix {
    background-size: 150%;
  }
}
@media screen and (max-width: 1240px) {
  .herobanner.hb-ac.hb-ac-fix {
    background-size: auto 600px;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1) {
  * {
    -moz-transition: none;
    -webkit-transition: none;
    -o-transition: color 0 ease-in;
    transition: none;
  }
  #myAffix.affix {
    position: static !important;
  }
  .hb-cd,
  .hb-ac,
  .hb-in,
  .hb-home {
    background-attachment: scroll;
  }
  .ipad.bg_gris_medio .col-sm-6,
  .ipad.testimonios .col-sm-6 {
    width: 100%;
  }
  .ipad.bg_gris_medio.hidden-xs .col-sm-6,
  .ipad.testimonios.hidden-xs .col-sm-6 {
    width: 60%;
    margin: auto;
    float: none;
  }
  .ipad.bg_gris_medio .col-sm-3,
  .ipad.testimonios .col-sm-3 {
    width: 50%;
  }
  .ipad.testimonios .col-sm-6 {
    width: 100%;
  }
  .ipad.testimonios .tsm {
    width: 60%;
    margin: auto;
    margin-bottom: 30px;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 1) {
  * {
    -moz-transition: none;
    -webkit-transition: none;
    -o-transition: color 0 ease-in;
    transition: none;
  }
  .hb-cd,
  .hb-ac,
  .hb-in,
  .hb-home {
    background-attachment: scroll;
  }
  #myAffix.affix {
    position: static !important;
    margin-bottom: auto;
  }
  .hero-banner {
    min-height: 60%;
  }
  .ipad.requisitos .col-sm-4 {
    width: 60%;
    margin: auto;
    float: none;
  }
  .ipad.requisitos .col-sm-4 .card {
    margin-bottom: 60px;
    min-height: auto;
  }
  .ipad.requisitos .col-sm-4:before {
    content: "";
    clear: both;
    display: block;
  }
  .ipad .col-sm-6 {
    width: 100%;
  }
  .ipad .col-sm-3 {
    width: 50%;
  }
  .ipad.hidden-xs .col-sm-6 {
    width: 60%;
    margin: auto;
    float: none;
  }
  .ipad.testimonios .col-sm-6 {
    width: 100%;
  }
  .ipad.testimonios .tsm {
    width: 60%;
    margin: auto;
    margin-bottom: 30px;
  }
}
footer {
  padding: 40px 0px 0px 0px;
  background: #1e2e37;
}
footer li {
  padding: 4px 0px;
}
footer a {
  color: #93afb9;
}
footer a:hover {
  color: #fff;
  text-decoration: underline;
}
footer h4 a {
  color: #93afb9;
}
footer h4 + h4 {
  margin-top: 0px;
}
footer .bottom {
  margin-top: 30px;
  padding: 12px;
  background: #14252e;
  color: #677d85;
}
footer .logo {
  margin-bottom: 30px;
}
footer .social img {
  margin: 6px;
  opacity: 0.4;
}
footer .social a:hover img {
  opacity: 1;
}
@media screen and (max-width: 767px) {
  footer * {
    text-align: center;
  }
  footer .logo {
    display: block;
    margin: auto;
    margin-bottom: 30px;
  }
}
.legal-advice {
  color: #677d85;
}
.legal-advice-hr {
  border-top-color: #677d85;
}
ul.normal-list {
  padding-left: 30px;
}
ul.normal-list li {
  color: #677d85;
  font-size: 16px;
  list-style: disc;
  padding: 4px;
}
.main-sorteo {
  background-color: #2a2a2a;
  background-image: url(figure-df7c541649d864667fd5cbc29049563e66b790ba853634983482754b8c97057e.svg);
  background-size: cover;
  background-position: top;
  background-repeat: no-repeat;
  font-family: "Open Sans", sans-serif;
  color: #ddd;
}
.main-sorteo .c_gris_claro {
  color: #bbb;
}
.main-sorteo .logo {
  background: url(logo-allw-3f08200e519e1bac214eb3a214f03f1bd9edbee0204912e61fb2f786cd7df7e6.svg);
  width: 245px;
  height: 44px;
  display: block;
  margin: 60px auto;
}
@media screen and (max-width: 767px) {
  .main-sorteo .logo {
    width: 194px;
    height: 35px;
  }
}
.main-sorteo p small {
  color: #999 !important;
  margin-bottom: 60px;
  display: block;
}
.main-sorteo p {
  color: #ccc;
}
.main-sorteo .boton {
  display: block;
  padding: 12px 12px 12px 22px;
  font-size: 12px;
  letter-spacing: 0.03em;
  font-weight: 600;
  text-align: center;
  background: #44db5e;
  color: #fff;
  border-radius: 4px;
  width: 140px;
  margin: 40px auto;
  text-decoration: none !important;
}
.main-sorteo .boton:hover {
  background-color: #00bc00;
  color: #fff;
}
.main-sorteo h1 {
  color: #fff;
  margin-bottom: 40px;
  font-size: 28px;
  font-weight: 600;
  font-size: 36px;
  color: #ffffff;
}
@media screen and (max-width: 767px) {
  .main-sorteo h1 {
    font-size: 24px;
  }
}
.main-sorteo h4 {
  font-weight: 600;
  line-height: 160%;
  margin-bottom: 20px;
}
.main-sorteo h4 .sort {
  font-weight: 600;
  font-size: 18px;
  color: #dadada;
}
.main-sorteo .mar-50 {
  margin: 40px auto;
}
@media screen and (max-width: 767px) {
  .main-sorteo .mar-50 {
    margin: 20px auto 0px auto;
  }
}
.main-sorteo .card {
  margin: auto;
  background: #fff;
  padding: 10px;
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  border-bottom: 13px solid #44db5e;
}
@media screen and (max-width: 767px) {
  .main-sorteo .card {
    border: 0;
    box-shadow: none;
    padding: 0;
    margin: auto -15px;
  }
}
.main-sorteo .card p {
  font-weight: 600;
  font-size: 18px;
  color: #6f6f6f;
}
@media screen and (max-width: 767px) {
  .main-sorteo .card p {
    font-weight: normal;
    font-size: 12px;
    margin-top: 15px;
  }
}
.main-sorteo .sorteo-img {
  min-height: 300px;
  background-position: center;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  .main-sorteo .sorteo-img {
    min-height: 120px;
    margin: auto;
    background-size: contain;
  }
}
@media screen and (max-width: 767px) {
  .main-sorteo .bg-w-r {
    background: #fff;
    width: 100%;
    border-bottom: 13px solid #00ae76;
    margin: 20px auto;
  }
}
.main-sorteo .sorteo-img-1 {
  background-image: url(sorteo-1-30080cfa1b025957dd78fbe8173d00e22d89729379148e736c1c0ef0dc0a3c65.png);
}
.main-sorteo .sorteo-img-2 {
  background-image: url(sorteo-2-58294bfe9a8486eb8ab9083a58c054269b02017cfd72d57913a51ea7da6bf826.png);
}
.main-sorteo .sorteo-img-3 {
  background-image: url(sorteo-3-ba72708ce2b68502bc51a244279edd1b693074aed4c91446dec2fb8222944c3f.png);
}
.main-sorteo .col-center .card {
  margin: -20px -60px;
  position: relative;
  z-index: 1;
  padding-bottom: 40px;
  padding-top: 40px;
  border-bottom: 13px solid #00ae76;
}
@media screen and (max-width: 767px) {
  .main-sorteo .col-center .card {
    margin: auto;
    padding: 20px;
    border: 0;
    box-shadow: none;
    padding: 0;
    margin: auto -15px;
  }
}
ul.normal-list {
  padding-left: 30px;
}
ul.normal-list li {
  color: #677d85;
  font-size: 16px;
  list-style: disc;
  padding: 4px;
}
.affix a.millones {
  background-color: #02d6be;
  background-color: #3bcd78;
  display: none;
}
.affix a.millones:hover {
  background-color: #00ae76;
}
a.millones {
  display: block;
  text-align: center;
  background-color: rgba(0, 118, 255, 0.6);
  padding: 18px;
  color: #fff;
  letter-spacing: 0.06em;
  text-shadow: 0px 2px 3px rgba(0, 0, 0, 0.25);
  font-weight: 500;
  display: none;
  cursor: auto;
}
a.millones:hover {
  text-shadow: 0px 2px 6px rgba(0, 0, 0, 0.4);
  background-color: rgba(1, 219, 101, 0.76);
  padding: 22px;
}
@media screen and (max-width: 767px) {
  a.millones {
    display: none;
    position: absolute;
    top: 46px;
    padding: 8px;
    left: 0;
    width: 100%;
  }
}
.cookies-banner {
  z-index: 9999999999;
  position: fixed;
  bottom: 0;
  width: 100%;
  background: rgba(20, 37, 46, 0.7);
  padding: 12px;
  text-align: center;
}
.cookies-banner a,
.cookies-banner a:hover,
.cookies-banner a:focus {
  color: #44db5e;
}
.cookies-banner .close-btn {
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .cookies-banner .close-btn {
    padding: 10px;
  }
}
.cookies-banner .btn--border {
  padding: 3px;
  margin-left: 10px;
}
.cookies-banner .btn--border:hover {
  background-color: transparent;
  color: #fff;
  border-color: #fff;
}
@media screen and (max-width: 767px) {
  .cookies-banner .btn--border {
    padding: 6px;
    display: block;
    width: 100%;
    margin: auto;
  }
}
ul.normal-list {
  padding-left: 30px;
}
ul.normal-list li {
  color: #677d85;
  font-size: 16px;
  list-style: disc;
  padding: 4px;
}
ul.normal-list {
  padding-left: 30px;
}
ul.normal-list li {
  color: #677d85;
  font-size: 16px;
  list-style: disc;
  padding: 4px;
}
.year-title {
  font-weight: 600;
  color: #0076ff;
  padding: 20px;
  margin: 0;
  margin-bottom: 10px !important;
}
.year-title span {
  font-size: 14px;
  color: #93afb9;
  font-weight: 600;
}
.year-title img {
  width: 20px;
  float: right;
  -ms-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
}
.collapsed .year-title {
  font-weight: 500;
  color: #677d85;
}
.collapsed .year-title img {
  -ms-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
}
@media screen and (max-width: 767px) {
  h1.contact-mail {
    font-size: 20px;
  }
}
.press-card {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  padding: 10px;
}
.press-card:hover {
  background-color: #f8fafc;
  border: 1px solid #0076ff !important;
  border-radius: 8px;
}
.press-card:hover .press-title {
  color: #0076ff;
}
.press-card + .press-card {
  border-top: 1px solid #e7ebef;
}
.press-card .press-logo {
  width: 150px;
  height: 100px;
  border-radius: 6px;
  max-width: 16%;
  background-color: #f8fafc;
  padding: 10px;
  max-height: 60px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 85%;
}
@media screen and (max-width: 767px) {
  .press-card .press-logo {
    display: none;
  }
}
.press-card .press-logo--forbes {
  background-image: url(landings/press-logos/forbes-ed4725772bea27185411934d1af9ae05ce0736086eee97248360bf0cd809b203.svg);
  background-size: 65%;
}
.press-card .press-logo--eleconomista {
  background-image: url(landings/press-logos/eleconomista-49ebaeecd9fef2f517f438d83752ed301b6f143f200d8962763b09ec5f65ee0d.png);
}
.press-card .press-logo--elnorte {
  background-image: url(landings/press-logos/elnorte-3ac032876730a1a3a6239c3d708b5d955bc3b6f2ba39e2ee9558b46f8024e5f2.png);
  background-color: #1594f3;
}
.press-card .press-logo--elfinanciero {
  background-image: url(landings/press-logos/elfinanciero-d3c074db80f097e9c182864017845236e62c4daed4e2421f4d1e38495ab41abf.svg);
  background-color: black;
}
.press-card .press-logo--dineroenimagen {
  background-image: url(landings/press-logos/dineroenimagen-3930564660f81c887db66c50fa7e57a74a72bae0cdf408e7cfb1132dc883ef7c.png);
  background-color: black;
}
.press-card .press-logo--expansion {
  background-image: url(landings/press-logos/expansion-643829df0ffb5a80dae99d3e681eed4caa57347603cf0930403e480b7bf2d4e5.svg);
}
.press-card .press-logo--eluniversal {
  background-image: url(landings/press-logos/eluniversal-86d0bf1c73a658ba551f636989a487026b09f34c28036ec0adf40f04194bdcc0.svg);
}
.press-card .press-logo--entrepreneur {
  background-image: url(landings/press-logos/enterpreneur-e4a23f15d85bce648dc3398b00837f6d73a0df59e6586f2da4e60edc41a0c145.svg);
  background-color: black;
}
.press-card .press-logo--lavca {
  background-image: url(landings/press-logos/lavca-5050dcc5f21ae8c8c3bad608190f82450c7d72fc648db0c5cbe4f959dd17e55f.png);
}
.press-card .press-logo--contxto {
  background-image: url(landings/press-logos/contxto-2106ce45561ebc5954a8c8dd837dda4f87109633c43c7f81bccbc66d752b7015.png);
}
.press-card .press-logo--informador {
  background-image: url(landings/press-logos/informador-e914ac44ff2f40840fb5bb8575fda38c3fb65ad39676cd9c2b0fa936097f8259.png);
  background-color: black;
  background-size: 75%;
}
.press-card .press-title {
  color: #04475c;
  font-size: 16px;
  font-weight: 500;
  margin: 0;
  padding: 0 20px;
}
.press-card .press-month {
  margin-left: auto;
  padding: 5px 10px;
  border-radius: 20px;
  background: #e7ebef;
  margin-right: 10px;
  font-size: 12px;
  font-weight: 500;
}
ul.normal-list {
  padding-left: 30px;
}
ul.normal-list li {
  color: #677d85;
  font-size: 16px;
  list-style: disc;
  padding: 4px;
}
.bg-millions {
  background-color: #ecf4fe;
  background-image: url(landings/millions/bg-ballons-f8516dc37a83f883d59f8edb7e835f1452e315e8e20d0c359fbd328336c90db3.webp);
  background-repeat: no-repeat;
  background-size: auto;
  background-position: center;
  background-attachment: fixed;
  overflow-y: auto;
  overflow-x: hidden;
  overflow-y: auto;
}
.bg-millions .vertical-center {
  z-index: 999;
}
.bg-millions .millions-number {
  max-width: 90%;
}
@media screen and (max-width: 767px) {
  .bg-millions .beneficios_1 {
    background: none;
  }
}
.bg-millions h2 {
  color: #263945;
  margin: 0;
  text-align: center;
}
.bg-millions h2.we-got {
  font-weight: lighter;
  font-size: 20px;
  letter-spacing: 10px;
}
@media screen and (min-width: 1200px) {
  .bg-millions h2.we-got {
    letter-spacing: 13px;
    font-size: 24px;
    margin-bottom: 10px;
  }
}
.bg-millions h2.loans-delivered {
  font-size: 18px;
  font-size: 18px;
  margin-top: -100px;
  letter-spacing: 3px;
}
@media screen and (min-width: 1200px) {
  .bg-millions h2.loans-delivered {
    font-size: 20px;
    margin-top: -150px;
    letter-spacing: 7px;
  }
}
.bg-millions .banner-millions {
  display: none;
}
@media screen and (max-width: 767px) {
  .bg-millions .banner-millions {
    display: block;
    background-image: url(landings/millions/banner-millions-871dfef9cddcf870c84f30509f8012c9bac2ced945d47d0c41e3c798dcd44a4a.webp);
    height: 50vh;
    background-size: cover;
    background-position: center;
  }
}
@media screen and (max-width: 767px) {
  .bg-millions {
    background: none;
  }
}
.mshape {
  position: absolute;
}
@media screen and (max-width: 767px) {
  .mshape {
    display: none;
  }
}
.mshape--1 {
  top: 23vh;
  left: 12vh;
}
.mshape--2 {
  top: 14vh;
  left: 45vh;
}
.mshape--3 {
  top: 16vh;
  right: 45vh;
}
@media screen and (max-width: 992px) {
  .mshape--3 {
    right: 80vh;
  }
}
.mshape--4 {
  top: 36vh;
  right: 5vh;
}
ul.normal-list {
  padding-left: 30px;
}
ul.normal-list li {
  color: #677d85;
  font-size: 16px;
  list-style: disc;
  padding: 4px;
}
section.section--minPayCalculator,
a.section--minPayCalculator.bg_blog_debt {
  background-image: url(landings/min-payment/bg-pago-minimo-4ef639841515eac7dffc9621c27b1d5930c93219e125d8eadd22b2ea24a3a821.jpg);
  background-repeat: no-repeat;
  background-position: right;
  background-size: contain;
}
@media screen and (max-width: 767px) {
  section.section--minPayCalculator,
  a.section--minPayCalculator.bg_blog_debt {
    padding-left: 1em;
    padding-right: 1em;
    background-image: none;
  }
  section.section--minPayCalculator h1,
  a.section--minPayCalculator.bg_blog_debt h1 {
    margin-top: 0.5em;
    font-size: 2.5em;
  }
  section.section--minPayCalculator h3,
  a.section--minPayCalculator.bg_blog_debt h3 {
    font-size: 1.5em;
    margin-top: 0.5em;
  }
}
section.section--registerMinPay,
a.section--registerMinPay.bg_blog_debt {
  background-image: url(landings/min-payment/bg-cambia-tu-deuda-f4214c6c95dc1fd00e716c6ac0b1ae9abcb6d317dfabaab4984fdd27a85a2171.jpg);
}
@media screen and (max-width: 767px) {
  section.section--registerMinPay,
  a.section--registerMinPay.bg_blog_debt {
    background-image: none;
  }
}
.bg-bank-payment {
  background-image: linear-gradient(90deg, #fff 50%, #14252e 0);
}
.bg-bank-payment h6.h6 {
  color: white;
  font-weight: 600;
  text-align: center;
  font-size: 1.6em;
  padding: 0em 2em 1em;
}
.bg-bank-payment .minPayment-interestresult h5 {
  color: white;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .bg-bank-payment {
    background-image: none;
  }
  .bg-bank-payment .minPayment-interestresult {
    background-color: #14252e;
    padding: 2em 0;
    margin-top: 12em;
  }
  .bg-bank-payment .minPayment-interestresult h5 {
    color: #14252e;
    margin-top: -5em;
  }
}
.bg--interestToPay {
  background: linear-gradient(0deg, #91120e 0%, #ff214e 100%);
  width: fit-content;
  margin: auto;
}
.bg--interestToPay h2 {
  color: white;
  font-weight: bold;
  margin: 0;
}
.bg--interestToSave {
  background: linear-gradient(180deg, #11ef9c 0%, #05c574 100%);
  width: fit-content;
  margin: auto;
}
.bg--interestToSave h2 {
  color: white;
  font-weight: bold;
  margin: 0;
}
.bg-millions {
  background-color: #ecf4fe;
  background-image: url(landings/millions/bg-ballons-f8516dc37a83f883d59f8edb7e835f1452e315e8e20d0c359fbd328336c90db3.webp);
  background-repeat: no-repeat;
  background-size: auto;
  background-position: center;
  background-attachment: fixed;
  overflow-y: auto;
  overflow-x: hidden;
  overflow-y: auto;
}
.bg-millions .vertical-center {
  z-index: 999;
}
.bg-millions .millions-number {
  max-width: 90%;
}
@media screen and (max-width: 767px) {
  .bg-millions .beneficios_1 {
    background: none;
  }
}
.bg-millions h2 {
  color: #263945;
  margin: 0;
  text-align: center;
}
.bg-millions h2.we-got {
  font-weight: lighter;
  font-size: 20px;
  letter-spacing: 10px;
}
@media screen and (min-width: 1200px) {
  .bg-millions h2.we-got {
    letter-spacing: 13px;
    font-size: 24px;
    margin-bottom: 10px;
  }
}
.bg-millions h2.loans-delivered {
  font-size: 18px;
  font-size: 18px;
  margin-top: -100px;
  letter-spacing: 3px;
}
@media screen and (min-width: 1200px) {
  .bg-millions h2.loans-delivered {
    font-size: 20px;
    margin-top: -150px;
    letter-spacing: 7px;
  }
}
.bg-millions .banner-millions {
  display: none;
}
@media screen and (max-width: 767px) {
  .bg-millions .banner-millions {
    display: block;
    background-image: url(landings/millions/banner-millions-871dfef9cddcf870c84f30509f8012c9bac2ced945d47d0c41e3c798dcd44a4a.webp);
    height: 50vh;
    background-size: cover;
    background-position: center;
  }
}
@media screen and (max-width: 767px) {
  .bg-millions {
    background: none;
  }
}
.minPayment-titleBankResultCard {
  margin-top: 50px;
  margin-bottom: 30px;
}
.minPayment-bankResultCard {
  border-radius: 8px;
  border: 1px solid #c2d4db;
}
.minPayment-bankResultCard .border-right {
  border: 0px solid #c2d4db;
  border-right: 1px solid #c2d4db !important;
}
.minPayment-bankResultCard label {
  margin-top: 20px;
  color: #14252e;
}
.minPayment-bankResultCard h2,
.minPayment-bankResultCard h2 small {
  color: #ef0333;
  font-weight: bold;
}
.section-minPayment-how-it-works h2.h2,
.section-minPayment-how-it-works p.h5 {
  text-align: left;
}
@media screen and (max-width: 767px) {
  .section-minPayment-how-it-works h2.h2,
  .section-minPayment-how-it-works p.h5 {
    text-align: center;
  }
}
.minPayment--benefit {
  text-align: center;
}
.minPayment--benefit img {
  max-width: 160px;
}
.minPayment--benefit p {
  font-size: 18px;
  color: #14252e;
}
@media screen and (max-width: 767px) {
  .minPayment--benefit {
    padding: 2em;
    display: flex;
    flex-direction: row;
    align-content: center;
  }
  .minPayment--benefit img {
    max-width: 120px;
  }
  .minPayment--benefit p {
    padding-left: 1em;
    text-align: left;
  }
}
.doc-icon {
  max-width: 24px !important;
}
.height-auto {
  height: auto;
}
.change-debt-bg {
  background-image: url(bg/bg-change-debt-lg-2-bd1fe77f997315806851508be93eaff71184b5ebb6168c8b29625827d60e0ffa.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  min-height: auto;
  padding: 160px 0;
  background-attachment: fixed;
}
@media screen and (max-width: 767px) {
  .change-debt-bg {
    padding: 100px 0 0 0;
  }
}
.change-debt-bg .h1 {
  font-size: 2.8rem;
}
@media screen and (max-width: 767px) {
  .change-debt-bg .h1 {
    font-size: 1.9rem;
    margin-bottom: 1em !important;
    text-align: center;
  }
}
.debt-home {
  max-width: 100%;
  margin-top: -200px;
}
.debt-home-xs {
  max-width: 200px;
  display: block;
  margin: auto;
  margin-bottom: 2.5em;
}
.debt-savings-quote {
  background-color: #263945;
  background-image: url(shape-2-2c6e3fc4c51b75b512f5b5165d67f86432b4aadb0b52bfc81e3a69370d7dbef6.svg);
  background-position: top left;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  .debt-savings-quote {
    background-size: 90%;
  }
}
.debt-savings-quote .h1 {
  margin: 1.8em 0;
  line-height: 140%;
  color: white;
}
@media screen and (max-width: 767px) {
  .debt-savings-quote .h1 {
    font-size: 1.6em;
    margin-bottom: 0;
  }
}
.debt-requirements .h5 {
  color: #04475c;
  font-weight: 600;
}
.debt-requirements .h5 svg {
  height: 18px;
  vertical-align: middle;
}
@media screen and (max-width: 767px) {
  .debt-requirements .card__body > .card__body {
    padding: 0;
  }
}
.debt-savings .table > thead > tr > td {
  color: #f2f5f7;
  text-align: center;
}
.debt-savings .table > tbody > tr > td {
  color: #f2f5f7;
  text-align: center;
  font-size: 20px;
  border-color: #677d85;
  padding: 18px;
  vertical-align: middle;
}
@media screen and (max-width: 767px) {
  .debt-savings .table > tbody > tr > td {
    padding: 10px;
  }
}
.debt-savings .table > tbody > tr > td b {
  color: #00c574;
}
.debt-savings .h1 {
  margin: 0;
}
@media screen and (max-width: 767px) {
  .debt-savings .h1 {
    margin-bottom: 20px;
    font-size: 1.6em;
  }
}
.debt-savings .h5 {
  margin: 0;
}
@media screen and (max-width: 767px) {
  .debt-savings .h5 {
    margin-bottom: 20px;
    font-size: 1em;
  }
}
.opinion {
  padding: 20px;
  background-color: #f2f5f7;
  border-radius: 8px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .opinion {
    margin-bottom: 80px;
  }
}
.opinion img {
  max-width: 70px;
  position: absolute;
  left: 50%;
  margin-left: -30px;
  margin-top: -60px;
}
.opinion blockquote {
  quotes: "“" "”";
  border: 0;
  font-size: 1.1em;
  padding: 10px;
  margin-bottom: 0;
}
.opinion blockquote:before {
  color: #00c574;
  content: open-quote;
  font-size: 4em;
  padding: 0;
  font-family: Georgia, "Times New Roman", Times, serif;
  line-height: 0.1em;
  margin-right: 0;
  vertical-align: -0.4em;
}
.opinion blockquote p {
  display: inline;
  font-size: 16px;
  font-weight: 600;
}
.shape-2 {
  display: block;
  width: 100%;
  object-fit: fill;
  margin-top: -1px;
}
.shape-3 {
  display: block;
  width: 100%;
  object-fit: fill;
  margin-top: -1px;
}
.shape {
  background-image: url(shape-3-804bd0b79e0308d4450866116673aa0d0d29e4d635981129a36e075aae9f4a66.svg);
  height: 160px;
  width: 100%;
  background-size: cover;
}
@media screen and (max-width: 767px) {
  .shape {
    height: 100px;
    width: 100%;
    background-repeat: no-repeat;
    background-size: 200%;
    margin-top: -1px;
  }
}
.bg-guru {
  background-image: url(bg/bg-guru-viajes-fb58f421e9c51dbf3ad3343285bcce3d9ee596a78ef764e748ebd2b524163474.jpg);
}
@media screen and (max-width: 767px) {
  .bg-guru {
    background-image: none;
  }
  .bg-guru h1 {
    background-image: url(bg/bg-guru-viajes-fb58f421e9c51dbf3ad3343285bcce3d9ee596a78ef764e748ebd2b524163474.jpg);
  }
}
.bg-liner {
  background-image: url(bg/bg-liner-lg-d5bcbe0f4af25f2cb0e6499b1a681b046845da79ded040c16c1dfb92c64c8495.jpg);
}
@media screen and (max-width: 767px) {
  .bg-liner {
    background-image: none;
  }
  .bg-liner h1 {
    background-image: url(bg/bg-liner-xs-ff18a69b8feb14edb57b3855faa535199e2a44056c8e9277cf7fdc21e115b997.jpg);
  }
}
.landing--bg--viltis {
  background-image: url(bg/bg-viltis-lg-8781af35a3be90f6a8f2ecf1a8e0400b0abe7ece4ff49dc66df10efe19da104c.jpg);
}
@media screen and (max-width: 767px) {
  .landing--bg--viltis {
    background-image: none;
  }
  .landing--bg--viltis h1 {
    background-image: url(bg/bg-viltis-lg-8781af35a3be90f6a8f2ecf1a8e0400b0abe7ece4ff49dc66df10efe19da104c.jpg);
  }
}
.bg-toole {
  background-image: url(bg/bg-toole-lg-c64f17cfef5bb48ef619b2b5d459121403c893b1a88408d3c862667e571a9356.jpg);
}
@media screen and (max-width: 767px) {
  .bg-toole {
    background-image: none;
  }
  .bg-toole h1 {
    background-image: url(bg/bg-toole-lg-c64f17cfef5bb48ef619b2b5d459121403c893b1a88408d3c862667e571a9356.jpg);
  }
}
.bg-lumio {
  background-image: none;
  background-color: #fff;
  border-bottom: #c2d4db solid 1px;
}
.bg-lumio #lending-simulator {
  border: 1px solid #ffc002;
}
.bg-lumio #simulator-copy .h3 {
  color: #374d5b;
}
@media screen and (max-width: 767px) {
  .bg-lumio #simulator-copy .h3 {
    background-color: #ffc002;
    color: black;
    font-weight: bold !important;
    font-size: 1.6em;
  }
}
.bg-lumio #results-card {
  border: 1px solid #ffc002;
}
.bg-lumio #results-card #reg-sim-bor {
  background-color: #ffc002;
  color: black;
}
@media screen and (max-width: 767px) {
  .bg-lumio {
    background-image: none;
  }
  .bg-lumio h1 {
    background-image: none;
  }
}
.bg-tya {
  background-image: url(bg/bg-tya-lg-6c97dcbf08bf5229c015740203d807ea6825d2cde2dbf7235ca27dbd59dedebc.jpg);
}
@media screen and (max-width: 767px) {
  .bg-tya {
    background-image: none;
  }
  .bg-tya h1 {
    background-image: url(bg/bg-tya-sm-792ab3f70c05cae20b2fdfed5aa699d5de6b61a96b0dc3772dfa01c23471efa3.jpg);
  }
}
.bg-transfer {
  background: url(bg/bg-transfer-lg-d4c1acd42f0a8c7aeaaaab8cdf5d1fc647e32d91eca7613226b8d6df7ab498ee.jpg)
    left top no-repeat;
  background-size: cover;
  position: relative;
  padding: 60px 0;
  padding-bottom: 0;
  min-height: auto;
  height: 326px;
}
.bg-transfer + section,
.bg-transfer + a.bg_blog_debt {
  padding-top: 200px;
}
.bg-transfer .pad_resp {
  padding: 0;
}
@media screen and (max-width: 767px) {
  .bg-transfer #oculto {
    padding: 20px 0 0;
  }
}
@media screen and (max-width: 767px) {
  .bg-transfer {
    padding-bottom: 20px;
    background-image: none;
    background-color: #fff;
    padding-top: 46px;
  }
  .bg-transfer h1 {
    text-align: center;
    font-size: 20px;
    font-weight: normal !important;
    margin: 0 -15px 20px;
    padding: 60px 40% 60px 15px;
    background: url(bg/bg-debt-lg-ab9f10d169ecefd0fbd778f2f731837061dd203c85eb82ab83517167111ebced.jpg)
      left center no-repeat;
    background-size: cover;
    background-position: right center;
    color: #fff;
  }
}
@media screen and (max-width: 767px) and (-webkit-min-device-pixel-ratio: 2),
  screen and (max-width: 767px) and (min-resolution: 192dpi) {
  .bg-transfer h1 {
    background-image: url(bg/bg-debt-lg-ab9f10d169ecefd0fbd778f2f731837061dd203c85eb82ab83517167111ebced.jpg);
  }
}
@media screen and (max-width: 767px) and (-webkit-min-device-pixel-ratio: 3),
  screen and (max-width: 767px) and (min-resolution: 192dpi) {
  .bg-transfer h1 {
    background-image: url(bg/bg-debt-lg-ab9f10d169ecefd0fbd778f2f731837061dd203c85eb82ab83517167111ebced.jpg);
  }
}
@media screen and (max-width: 320px) {
  .bg-transfer h1 {
    background-position: right -80px center;
  }
}
.section--careers-header {
  position: relative;
  background-image: url(bg/bg-trace-4-c22e69c77d2980d9a69b2b531685302381c8d78ea16ade2cb919654a947ec02c.svg);
  background-repeat: no-repeat;
  background-position: right top;
}
.section--careers-header .careers-title {
  margin-top: 8em;
}
@media screen and (max-width: 767px) {
  .section--careers-header .careers-title {
    margin-top: 2em;
  }
}
.video-careers {
  position: relative;
}
.video-careers h1 {
  padding: 3em 1.2em;
}
@media screen and (max-width: 767px) {
  .video-careers h1 {
    width: 100%;
    position: absolute;
    top: -48px;
    left: 0;
    z-index: 22;
    font-size: 2.2em;
  }
}
.video-careers video {
  min-width: 100%;
  position: fixed;
  top: 0;
  z-index: -999;
}
@media screen and (max-width: 767px) {
  .video-careers video {
    position: static;
  }
}
@media screen and (max-width: 767px) {
  .video-careers {
    overflow: hidden;
    height: 200px;
  }
}
.positions a.card {
  display: block;
  margin-bottom: 3em;
}
.positions a.card:hover {
  border-color: #0076ff !important;
}
.bg-careers-header {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 50%;
  background-size: cover;
  background-position: center;
  background-image: url(bg/bg-careers-6ce8978101117fa23a3a05fb4c3b1964ecb67efae9b25725bd2820239745710a.jpg);
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  .bg-careers-header {
    position: static;
    height: 240px;
    width: 100%;
  }
}
.section--careers-benefits {
  background-color: #f8fafc;
  background-image: url(bg/bg-trace-3-3978edbe536cf343751f5bc4d8f004d87869edd053ec67698d29b8770d657373.svg);
  background-repeat: no-repeat;
  background-position: right top;
}
@media screen and (max-width: 767px) {
  .section--careers-benefits img {
    width: 200px;
  }
}
.section--position-info .sticky-cta {
  position: sticky;
  top: 100px;
}
.position--header {
  padding-top: 0;
}
.position--header .video-container {
  height: 600px;
  overflow: hidden;
  position: absolute;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .position--header .video-container {
    height: 300px;
  }
}
.position--header video {
  position: absolute;
  min-width: 100%;
  min-height: 100%;
}
.position--header h1 {
  color: white;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .position--header h1 {
    font-size: 1.5rem;
  }
}
.position--header h2 {
  margin-top: 0;
  color: black;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .position--header h2 {
    font-size: 1.3rem;
    color: white;
  }
}
.position--header .container {
  padding: 160px 15px 40px 15px;
}
@media screen and (max-width: 767px) {
  .position--header .container {
    padding: 90px 15px 0px 15px;
  }
}
@media screen and (max-width: 767px) {
  .position--requirements {
    padding: 10px 30px;
  }
}
.position--cta-card {
  border: 1px solid #f2f5f7;
  position: sticky;
}
.position--info {
  padding: 20px;
  background-color: #f8fafc;
}
.position--requierements--title {
  font-weight: bold;
  color: #374d5b;
}
.position--list {
  padding-left: 25px;
}
.position--list li {
  list-style: disc;
  font-size: 18px;
  margin-bottom: 10px;
  color: #677d85;
}
.transfer-card {
  margin-top: 3.5em;
  margin-bottom: -3.5em;
  position: relative;
  z-index: 3;
  padding: 2em;
  display: none;
}
.transfer-card#step-1 {
  padding-top: 0;
  display: block;
}
@media screen and (max-width: 767px) {
  .transfer-card {
    padding: 0px;
    margin-left: -15px;
    margin-right: -15px;
    margin-top: 0;
  }
}
.cc-selector {
  height: 131px;
  border: 0;
  background: none;
  width: 100%;
  padding-top: 95px;
  display: block;
  background-repeat: no-repeat;
  background-position: center;
}
.cc-selector.cc-silver {
  background-image: url(iconos/cc-silver-796274f8cde7015928a0ac18e3887df4aaf2b1bef843baba41db7188ebdb2214.svg);
}
.cc-selector.cc-gold {
  background-image: url(iconos/cc-gold-3125a893dbe9d15846bea03addbe30bd3f163ca994bd80d6dfbd9f688422fd56.svg);
}
.cc-selector.cc-classic {
  background-image: url(iconos/cc-classic-36077cfeb37cae8bedcc490237a9c260330df8d3b21ffb952aa1c8fb99fe1ba0.svg);
}
.btn--transfer {
  background-image: url(iconos/arrow-button-9f424456132ebc0f13dce31c5787226669ba1da4e4cbd33e759b73ab640c2926.svg);
  background-repeat: no-repeat;
  background-position: center;
}
.transfer-bank {
  width: 100%;
  padding: 20px;
  background-color: #f8fafc;
  border-radius: 6px;
}
.transfer-bank + label {
  font-size: 12px;
  display: block;
  min-height: 39px;
}
.transfer-cc {
  width: 160px;
  height: 117px;
  display: block;
  margin: auto;
  margin-top: -75px;
  background-image: url(transfer-cc-8317fec231b14dee056cf1d0292d07b147ebd1308cf837253e36a4b5e88a5c52.svg);
}
.pady60-top {
  padding: 60px 0px 0px 0px;
}
.wd100 {
  width: 100%;
}
section,
a.bg_blog_debt {
  position: relative;
}
.bg-investor-testimonies {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 50%;
  background-image: url(bg/bg-inv-testimonies-8d7afc4bbc19eb67d6ca45a67059002d1ee715b958a6a413c77963bcf56c1908.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
@media screen and (max-width: 767px) {
  .investor-benefits {
    padding-bottom: 0;
  }
}
.investor-benefits img {
  max-width: 80px;
  margin-bottom: 20px;
}
.beneficios_1 {
  padding: 70px 0;
  text-align: center;
}
.beneficios_1 h3 {
  margin: 0;
  color: white;
  font-size: 20px;
  font-weight: 300;
}
@media screen and (max-width: 992px) {
  .beneficios_1 img {
    display: block;
    margin: auto auto 5px;
  }
}
@media screen and (max-width: 767px) {
  .beneficios_1 {
    position: relative;
    background: #1b2d36;
    padding: 30px 0;
    margin: 0 -15px;
  }
  .beneficios_1 .row {
    margin: auto;
  }
  .beneficios_1 img {
    display: block;
    margin: auto auto 5px;
    width: 20px;
  }
  .beneficios_1 h3 {
    font-weight: normal;
    font-size: 14px;
  }
}
.numeralia {
  text-align: center;
}
.numeralia img {
  max-width: 63px;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .numbers .col-xs-3 img {
    max-width: 45px;
  }
}
@media screen and (max-width: 767px) {
  .borrower-benefits p,
  .numbers p {
    text-align: left;
    margin-bottom: 40px;
  }
  .borrower-benefits .col-xs-3,
  .numbers .col-xs-3 {
    text-align: right;
  }
}
.borrower-benefits {
  padding: 8rem 0;
}
.icon-benefit {
  height: 50px;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .icon-benefit {
    height: 32px;
    margin-bottom: 10px;
  }
}
.benefits-icon {
  height: 60px;
}
.bg-benefits {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 38%;
  background-image: url(bg/investor/seo-benefits-75194f3ebda76ef1db299e6c9d4040d8487e2a326973cce77b2c94335a97d052.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center right;
}
.bg-hero-investor {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 53%;
  background-image: url(bg/investor/seo-hero-67c98b915a411b02b15b252ceae792ddd3dabe7bd8b532474a5a49ff7643a713.jpg);
  background-repeat: no-repeat;
  background-size: 130%;
  background-position: top 40px left;
}
@media screen and (max-width: 767px) {
  .how-it-works p {
    text-align: center;
    font-size: 1.1em;
    padding: 0px 1.2em;
  }
}
.list-how-it-works {
  counter-reset: my-badass-counter;
}
.list-how-it-works dt {
  position: relative;
  font-weight: 400;
  margin: 42px auto;
  padding-left: 50px;
  color: #677d85;
  font-size: 1.3em;
}
@media screen and (max-width: 767px) {
  .list-how-it-works dt {
    font-size: 1.2em;
  }
}
.list-how-it-works dt:before {
  content: counter(my-badass-counter);
  counter-increment: my-badass-counter;
  position: absolute;
  left: 16px;
  width: 20px;
  height: 20px;
  text-align: center;
  top: -1px;
  font-weight: 400;
  line-height: initial;
  color: #00c574;
  font-size: 30px;
}
@media screen and (max-width: 767px) {
  .list-how-it-works dt:before {
    font-size: 26px;
  }
}
.list-how-it-works--borrower dt {
  font-size: 1.2em;
  margin: 36px auto;
  color: #374d5b;
}
@media screen and (max-width: 767px) {
  .list-how-it-works--borrower dt {
    font-size: 1.1em;
  }
}
.list-how-it-works--borrower dt::before {
  font-size: 26px;
}
.list-how-it-works--borrower--half {
  counter-reset: my-badass-counter 4;
}
.downloadable {
  border-width: 2px;
  text-align: left;
  padding-left: 44px;
  font-size: 12px;
  font-weight: 400;
  background-image: url(iconos/downloadable-ce9a4d7fe87cc0f6ec676280324494e269b9a901326b6f1d6547a6a757bef3f7.svg);
  background-repeat: no-repeat;
  background-position: center left 10px;
}
.investor-numeralia,
.borrower-numeralia {
  text-align: center;
}
@media screen and (max-width: 767px) {
  .investor-numeralia p,
  .borrower-numeralia p {
    text-align: left;
  }
}
@media screen and (max-width: 767px) {
  .borrower-numeralia img {
    margin-bottom: 20px;
  }
}
ul.ok-bullets li {
  font-size: 19px;
  color: #263945;
  padding: 20px;
  padding-left: 33px;
  background-image: url(iconos/ok-bullet-5f61a3c0385fbb3d9f69d96a1c7f3517d73823cb90ac7cec5c87547a9ea1f12f.svg);
  background-repeat: no-repeat;
  background-position: center left;
}
.ft-enlaces {
  background: #263945;
}
.ft-enlaces a {
  color: #c2d4db;
  margin: auto;
  font-size: 16px;
  display: block;
  padding: 12px;
  border: 1px solid #677d85;
  max-width: 250px;
  border-radius: 6px;
}
.ft-enlaces a:hover {
  border-color: #0076ff;
  background-color: #0076ff;
  color: #f8fafc;
}
@media screen and (max-width: 767px) {
  .ft-enlaces a {
    margin-bottom: 20px;
  }
}
.investor-numeralia {
  text-align: center;
}
.investor-numeralia p {
  font-size: 16px;
  margin-bottom: 30px;
}
.investor-numeralia img {
  margin-top: 5px;
  max-width: 75px;
}
@media screen and (max-width: 767px) {
  .investor-numeralia img {
    max-width: 55px;
  }
}
.downloable-banner {
  background: #f2f5f7;
}
@media screen and (max-width: 767px) {
  .downloable-banner {
    display: none;
  }
}
.downloable-banner:hover {
  background: #f8fafc;
}
.downloable-banner:hover p {
  color: #0076ff;
}
.downloable-banner:hover .btn {
  background-color: #0076ff;
  color: #fff;
}
.downloable-banner .btn {
  background-image: url(iconos/downloadable-ce9a4d7fe87cc0f6ec676280324494e269b9a901326b6f1d6547a6a757bef3f7.svg);
  background-repeat: no-repeat;
  background-position: center left 10px;
  padding-left: 35px;
  background-size: 18px;
}
.downloable-banner p {
  color: #677d85;
  font-weight: 400;
  font-size: 14px;
  margin: 0;
  text-align: center;
  padding: 6px 0;
}
.requisitos {
  background: url(bg/bg_requisitos-ca3f5644e8b8dc3df42bd8cbd17f03f410ddf3bc2c1210b4fcea32a15b6db66b.jpg)
    left center no-repeat;
  background-size: cover;
  background-attachment: fixed;
  position: relative;
  padding: 60px 0 100px;
}
.requisitos h3 {
  text-align: center;
  font-size: 18px;
  color: #263945;
  font-weight: 500;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .requisitos h3 {
    background-image: url(iconos/ok-bullet-5f61a3c0385fbb3d9f69d96a1c7f3517d73823cb90ac7cec5c87547a9ea1f12f.svg);
    text-align: left;
    padding-left: 30px;
    background-repeat: no-repeat;
    background-size: 20px;
  }
}
.requisitos .lst_requisitos {
  padding-left: 20px;
}
.requisitos .lst_requisitos li {
  font-size: 13px;
  list-style: disc;
  color: #02c7aa;
  margin-bottom: 10px;
}
.requisitos .lst_requisitos li p {
  color: #6b6b6b;
}
.requisitos .card {
  min-height: 340px;
}
.requisitos .card img {
  max-width: 70px;
  display: block;
  margin: -55px auto 30px;
}
@media screen and (max-width: 767px) {
  .requisitos .card {
    margin-bottom: 20px;
    min-height: auto;
  }
}
.requisitos .cd-req {
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .requisitos .cd-req {
    margin-bottom: 20px;
    min-height: auto;
  }
}
@media screen and (max-width: 767px) {
  .requisitos {
    padding: 40px 0;
    background: #f2f5f7;
  }
  .requisitos .card {
    background: transparent;
    box-shadow: none;
  }
  .requisitos .lst_requisitos {
    padding-left: 20px;
  }
  .requisitos .lst_requisitos li {
    font-size: 1.1em;
    list-style: disc;
    color: #00c574;
    margin-bottom: 10px;
  }
  .requisitos .lst_requisitos li p {
    color: #6b6b6b;
  }
}
.investor-how-it-works {
  background-image: url(bg/bg-trace-3-3978edbe536cf343751f5bc4d8f004d87869edd053ec67698d29b8770d657373.svg);
  background-repeat: no-repeat;
  background-position: right top;
}
.bg-trace-1 {
  background-image: url(bg/bg-trace-1-c04e025c013b0e4d2f2ea533580fa790b5431473f01c0be2d5bc414022d449af.svg);
  background-repeat: no-repeat;
  background-position: right 100px top -40px;
}
.requisition-public {
  margin-top: -220px;
}
table.listing {
  border-spacing: 0 10px;
}
table.listing thead tr td {
  color: #93afb9;
  text-align: center;
  font-size: 12px;
}
table.listing tbody tr {
  box-shadow: 0 5px 9px 0 rgba(37, 103, 141, 0.04);
  box-shadow: 0 5px 12px 0 rgba(38, 57, 69, 0.09);
}
table.listing tbody tr.req-item {
  background: #fff;
  border-radius: 4px;
}
table.listing tbody tr.req-item:hover {
  box-shadow: 0 10px 42px 0 rgba(38, 57, 69, 0.18);
  z-index: 9;
}
table.listing tbody tr.req-item td {
  text-align: center;
  vertical-align: middle;
  color: #62838f;
  letter-spacing: 0.02em;
  border: 0;
  padding: 6px;
  font-weight: 500;
}
table.listing tbody tr.req-item td a {
  display: block;
  padding: 20px 8px;
  margin: -6px;
  color: #62838f;
  cursor: pointer;
  font-size: 12px;
}
table.listing tbody tr.req-item td.purpose a {
  display: block;
  margin: auto;
  width: 32px;
  background-repeat: no-repeat;
  background-position: center;
}
table.listing tbody tr.req-item td.purpose-debt a {
  background-image: url(iconos/public/purpose-debt-b227de9687fed17b50d52550abce96c967bd51bc6d8b061295e0d2d3de1c9733.svg);
}
table.listing tbody tr.req-item td.purpose-family a {
  background-image: url(iconos/public/purpose-family-f39f72cb13dcc61637243b1b7374c3b44e7353c2f1e7f76cc9bb722c8bbed506.svg);
}
table.listing tbody tr.req-item td.purpose-business a {
  background-image: url(iconos/public/purpose-business-120e2e793080a8db474ea4825d72ef828f85759693926a539227007102a6c33b.svg);
}
table.listing tbody tr.req-item td.purpose-study a {
  background-image: url(iconos/public/purpose-study-63b336d6d8ace720c5c060e1d8a85f1d37de4091ea37758c259eb05c6b416c90.svg);
}
table.listing tbody tr.req-item td.purpose-auto a {
  background-image: url(iconos/public/purpose-auto-a8a6defc97bcb17c0cc908c65919354281572fa208699167e9a5d9cc013ae33b.svg);
}
table.listing tbody tr.req-item td.purpose-house a {
  background-image: url(iconos/public/purpose-house-2157b9ef1718dbbf9c39285a25c305bffde79badef7ee600042b10b4f1ec789c.svg);
}
table.listing tbody tr.req-item td.purpose-personal a {
  background-image: url(iconos/public/purpose-personal-4fe8e8c2e65f81194c239dbf367d148c74dc97633ed6d1f6b2d2e2430b6469b3.svg);
}
table.listing tbody tr.req-item td.purpose-other a {
  background-image: url(iconos/public/purpose-other-f6f51cabd46123e8843bdaa14a5b635505bad702bed88d5116d0d637bdc06220.svg);
}
table.listing tbody tr.space {
  box-shadow: none;
  height: 10px;
}
.home--buttons .btn {
  letter-spacing: 0.02em;
  font-size: 1.3em;
}
@media screen and (max-width: 767px) {
  .home--buttons .btn {
    font-size: 12px;
    padding: 18px 12px;
  }
}
.home--buttons .btn:hover {
  letter-spacing: 0.04em;
}
.home--buttons .btn--loan {
  background-color: white;
  color: #04475c;
}
.home--buttons .btn--loan:hover {
  color: #00c574;
  text-shadow: none;
}
@media screen and (max-width: 767px) {
  .home--buttons .btn--loan {
    background-color: #00c574;
    color: white;
    text-shadow: 0 2px 3px rgba(0, 56, 65, 0.46);
  }
  .home--buttons .btn--loan:hover {
    background-color: #01bd80;
    color: white;
  }
}
.home--buttons .btn--invest {
  background-color: #00c574;
  color: white;
}
.home--buttons .btn--invest:hover {
  background-color: #44db5e;
  background-color: #01bd80;
  text-shadow: 0 1px 2px rgba(11, 76, 74, 0.3);
}
@media screen and (max-width: 767px) {
  .home--buttons .btn--invest {
    background-color: white;
    color: #04475c;
  }
  .home--buttons .btn--invest:hover {
    color: #00c574;
    background-color: white;
    text-shadow: none;
  }
}
.home--buttons .btn {
  letter-spacing: 0.02em;
  font-size: 1.3em;
}
@media screen and (max-width: 767px) {
  .home--buttons .btn {
    font-size: 12px;
    padding: 18px 12px;
  }
}
.home--buttons .btn:hover {
  letter-spacing: 0.04em;
}
.home--buttons .btn--loan {
  background-color: white;
  color: #04475c;
}
.home--buttons .btn--loan:hover {
  color: #00c574;
  text-shadow: none;
}
@media screen and (max-width: 767px) {
  .home--buttons .btn--loan {
    background-color: #00c574;
    color: white;
    text-shadow: 0 2px 3px rgba(0, 56, 65, 0.46);
  }
  .home--buttons .btn--loan:hover {
    background-color: #01bd80;
    color: white;
  }
}
.home--buttons .btn--invest {
  background-color: #00c574;
  color: white;
}
.home--buttons .btn--invest:hover {
  background-color: #44db5e;
  background-color: #01bd80;
  text-shadow: 0 1px 2px rgba(11, 76, 74, 0.3);
}
@media screen and (max-width: 767px) {
  .home--buttons .btn--invest {
    background-color: white;
    color: #04475c;
  }
  .home--buttons .btn--invest:hover {
    color: #00c574;
    background-color: white;
    text-shadow: none;
  }
}
.carobra-banner {
  padding: 0 0 60px;
  min-height: auto;
  background: url(bg/bg-transfer-lg-d4c1acd42f0a8c7aeaaaab8cdf5d1fc647e32d91eca7613226b8d6df7ab498ee.jpg)
    right top no-repeat;
  background-size: cover;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  .carobra-banner {
    background-size: 800px;
    background-position: right -90px top;
  }
}
@media screen and (max-width: 767px) {
  .carobra-banner .transparent-white {
    background: rgba(255, 255, 255, 0.7);
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 767px) {
  .carobra-banner .transparent-white .text-right {
    text-align: center;
  }
}
.carobra-banner .carobra-img {
  max-width: 280px;
  margin-bottom: 20px;
  margin-top: 80px;
}
.carobra-banner .card,
.carobra-banner .form {
  box-shadow: 0 4px 16px -2px rgba(0, 0, 0, 0.1), 0 0 0 1px rgba(0, 0, 0, 0.02);
  -moz-box-shadow: 0 4px 16px -2px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 4px 16px -2px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0 4px 16px -2px rgba(0, 0, 0, 0.1);
  border: 0;
}
.carobra-banner .card button.pull-right,
.carobra-banner .form button.pull-right {
  display: block;
  width: 100px !important;
  color: #00ae76 !important;
  border: 1px solid #00ae76 !important;
  background: #fff !important;
}
.carobra-banner .card button.pull-right:hover,
.carobra-banner .form button.pull-right:hover {
  background: #eee !important;
}
.zapopan {
  min-height: auto;
  padding: 110px 0 60px;
  display: flex;
  min-height: 60%;
  justify-content: center;
  align-items: center;
  background-color: #05c574;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center right 20%;
  background-attachment: inherit;
  background-image: url(bg/bg-zapopan@2x-ebb57113d5db8ee43ae4dd14ccfa95fb086ed561d41604fdf330dd8659ec9bfa.jpg);
}
.zapopan.option-1 {
  background-color: #36255e;
}
.zapopan.option-2 {
  background-image: url(bg/bg-zapopan-2@2x-69eab37901326d6f3489776c80fb708e25b77283130aeaa6130cc3f8546eea78.jpg);
}
.zapopan.option-3 {
  background-image: url(bg/bg-zapopan-3@2x-fd914e06eb780ceb4d246e8a1a4567aa56d598ddbe8a1354a0af305fd7875258.jpg);
}
@media screen and (max-width: 1200px) {
  .zapopan {
    background-position: center right -20%;
  }
}
@media screen and (max-width: 992px) {
  .zapopan {
    background-position: center right -50%;
  }
}
@media screen and (max-width: 767px) {
  .zapopan {
    padding: 80px 0 60px;
    background-image: url(bg/bg-zapopan-mobile-65f7a8bcb926c467e0086b685cb938890bb2238dc205fda78e8b4d90c9741e52.svg) !important;
    background-position: center top 140px;
  }
  .zapopan.option-1 {
    background-image: url(bg/bg-zapopan-mobile2-4fa667c62d89600b55642c168e220e1891f8c9f0ba12365a1e479c4120bfd17b.svg) !important;
    background-image: url(bg/bg-zapopan-2@2x-69eab37901326d6f3489776c80fb708e25b77283130aeaa6130cc3f8546eea78.jpg);
  }
  .zapopan h1 {
    background-image: none;
  }
}
.zapopan .borrower-lending-simulator .col-sm-4 {
  background-color: white !important;
}
.zapopan .logos-zapopan {
  display: flex;
  align-items: center;
}
.zapopan .logos-zapopan .logo-zapopan {
  max-width: 260px;
  height: 59px;
  margin-left: 20px;
}
.zapopan .logos-zapopan .logo-animoZapopan {
  padding: 30px;
}
.zapopan .logos-zapopan .logo-animoZapopan img {
  max-width: 130px;
}
@media screen and (max-width: 767px) {
  .zapopan .logos-zapopan {
    flex-direction: column;
  }
}
.zapopan .simulator-card label,
.zapopan .simulator-card .currency--symbol {
  font-weight: 600;
  color: #677d85;
}
.zapopan .simulator-card .has-disclaimer {
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .zapopan .simulator-card .has-disclaimer {
    margin-bottom: 15px;
  }
}
.zapopan .simulator-card .form-control {
  font-weight: 600;
  font-size: 18px;
  color: #374d5b;
}
@media screen and (max-width: 767px) {
  .zapopan .simulator-card {
    background-color: white;
  }
}
.restult-table {
  text-align: center;
}
.restult-table .ytp-logo {
  width: 160px;
  margin-bottom: 10px;
}
.restult-table h4,
.restult-table h5 {
  font-weight: 700;
  margin: 20px auto 0px;
}
.restult-table h5 {
  font-size: 2.3rem;
}
.restult-table small {
  color: #677d85;
  font-weight: 500;
}
.restult-table #result-notes {
  margin-top: 1rem;
  margin-bottom: 3rem;
}
.restult-table #result-notes small {
  color: #93afb9;
}
.restult-table .ytp-result h4,
.restult-table .ytp-result h5 {
  color: #00c574;
}
.restult-table .ytp-result .average h4,
.restult-table .ytp-result .average h5 {
  color: #0076ff;
}
.restult-table .ytp-result .col-sm-6 + .col-sm-6 {
  border-left: 1px solid #e7ebef;
}
.restult-table .bank-result h4,
.restult-table .bank-result h5 {
  color: #ef0333;
}
.restult-table .bank-result .card__body {
  border: 1px solid #ef0333;
  border-radius: 6px;
}
.borrower-requirements h2 {
  font-weight: 600;
  color: #0d7c9e;
}
.requirement + .requirement {
  border-top: 1px solid #e7ebef;
}
.requirement-title {
  display: flex;
  justify-content: center;
  align-content: space-around;
  align-items: center;
  padding: 40px 0px;
}
.requirement-title h2 {
  font-weight: 600;
  color: #0d7c9e;
}
.requirement-title h4 {
  max-width: 270px;
  margin-left: 20px;
  font-weight: 600;
  color: #0d7c9e;
}
@media screen and (max-width: 767px) {
  .requirement-title {
    padding: 40px 20px 10px;
  }
  .requirement-title img {
    max-width: 80px;
  }
}
.requirement-list {
  padding: 40px 0px;
}
ul.list-success li {
  position: relative;
  padding-left: 24px;
  font-size: 16px;
  font-weight: 500;
  color: #677d85;
  line-height: 160%;
}
ul.list-success li + li {
  margin-top: 10px;
}
ul.list-success li:before {
  content: "";
  background-image: url(iconos/list-success-bullet-cc9773e91acf96388dab6293c4a9a2f62ab9a0573bdb90532bda04cfd8044e5a.svg);
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  width: 20px;
  height: 20px;
  left: 0;
  top: 2px;
}
.how-video {
  background-image: url(bg/bg-video-e227d92f2fedfcf5ac41ebb9c032499dd6da9410faa626259ba27f4a53a15e2f.jpg);
  min-height: 30rem;
  background-size: auto 300px;
  background-repeat: no-repeat;
  background-position: top right 15%;
}
.how-video .h1 {
  font-weight: bold;
  color: #04475c;
}
.how-video .video-btn {
  position: relative;
  margin-top: 6rem;
  background-color: #0076ff;
  width: 8rem;
  height: 8rem;
  border-radius: 100%;
  background-image: url(iconos/play-video-37384eb7e26c6d82c0a9050a47c6b4119cb90f372e5ad2c541778e4234d2c2d7.svg);
  background-repeat: no-repeat;
  background-position-x: 50px;
  background-position-y: center;
}
.how-video .video-btn .play-text {
  position: absolute;
  color: #0076ff;
  bottom: -30px;
  width: 100%;
  left: 0;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .how-video .video-btn {
    margin-top: 5rem;
    background-color: #0076ff;
    width: 6rem;
    height: 6rem;
    background-position-x: 36px;
  }
}
@media screen and (max-width: 767px) {
  .how-video {
    background-image: url(bg/bg-video-mobile-21f27a7a2d80de1443b86594c9783f2ffe2b28115518965387290ae0c4d3275f.jpg);
    background-size: 240px;
    background-position: center left 180px;
  }
  .how-video p {
    display: none;
  }
  .how-video .h1 {
    font-size: 1.8rem;
    text-align: center;
  }
}
.benefits-container {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.benefits-container .benefit-item {
  display: flex;
  flex-direction: column;
  text-align: center;
}
.benefits-container .benefit-item p {
  text-align: center;
}
@media screen and (max-width: 767px) {
  .benefits-container {
    flex-direction: column;
  }
  .benefits-container .benefit-item {
    flex-direction: row;
    margin-bottom: 30px;
  }
  .benefits-container .benefit-item p {
    width: 100%;
    margin: 0;
    text-align: left;
  }
  .benefits-container .benefit-item img {
    max-width: 30%;
    margin: auto 20px;
  }
}
.hero-minimum-payment {
  background-image: url(bg/bg-video-e227d92f2fedfcf5ac41ebb9c032499dd6da9410faa626259ba27f4a53a15e2f.jpg);
}
.press-study {
  display: block;
  border-radius: 6px;
  margin-bottom: 20px;
}
.press-study p {
  font-size: 1rem;
  line-height: 1.4;
  color: #374d5b;
  font-weight: 600;
}
.press-study .thumb {
  border-radius: 6px 6px 0 0;
}
.press-study .card__body {
  border-top: 1px solid #c2d4db;
}
@media screen and (max-width: 767px) {
  .press-study .card__body {
    border: 0;
    padding: 10px 0;
  }
}
.press-study .download-icon {
  text-align: center;
  margin-bottom: 0;
}
.press-study .download-icon img {
  max-width: 40px;
}
.press-releases .press-release {
  font-size: 16px;
  padding: 20px;
  display: block;
  color: #0076ff;
  font-weight: 600;
}
.press-releases .press-release:hover {
  text-decoration: underline;
}
.press-releases .press-release + .press-release {
  border-top: 1px solid #c2d4db;
}
.medium__suscribe {
  background: linear-gradient(350.18deg, #57c1a8 0%, #7dd79b 100%);
  margin-top: 60px;
}
.medium__suscribe img {
  margin: -121px auto -60px;
  max-width: 100%;
}
@media screen and (max-width: 992px) {
  .medium__suscribe img {
    margin: auto auto -60px;
  }
}
.medium__hero--home {
  background: url(bg/medios-2019-c2dc54bee5e2e5f09f2922883c14ed82744548f9e48f08a9c0861bf096d25395.jpg)
    center no-repeat;
  padding: 100px 0 300px 0;
  background-size: cover;
}
.medium__hero--home h1.h3 {
  font-size: 50px;
  font-weight: 700;
  color: #04475c;
  max-width: 60%;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
.medium__hero--home p {
  color: #04475c;
  max-width: 60%;
  font-size: 18px;
  line-height: 22px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
.medium__hero--home .button-container {
  margin: 3em auto;
}
.medium__hero--home .button-container a {
  padding: 20px 50px;
}
.medium__hero--home .button-container a:first-child {
  margin-right: 15px;
}
.medium__hero--home .button-container a:last-child {
  margin-left: 15px;
}
@media screen and (max-width: 767px) {
  .medium__hero--home {
    padding: 40px 0 40px 0;
    background-size: cover;
    background-image: linear-gradient(180deg, #e0efef 0%, #e9f8e8 100%);
  }
  .medium__hero--home p {
    text-align: center;
    font-weight: 600;
    font-size: 18px;
    color: #04475c;
  }
  .medium__hero--home h1.h3 {
    font-size: 30px;
    font-weight: 700;
    color: #04475c;
  }
}
.medium__hero--loans {
  background: url(bg/medios-loans-416652749a6d49b6157c2876c437dc89236de3d365b614c14d46fb0492df7719.jpg)
    center no-repeat;
  background-size: cover;
}
.medium__hero--investments {
  background: url(bg/medium-investor-bg-45e0227cab3c889d059cf1d12677b46eb325c02f806d23ee4ca2d7a2fabed0b1.jpg)
    center no-repeat;
  background-size: cover;
}
.medium__hero--loans h1,
.medium__hero--investments h1 {
  font-size: 50px;
  font-weight: 700;
  color: white;
  margin: 50px;
}
.medium__table--percentage {
  width: 320px;
  margin: auto;
}
.medium__table--percentage > tbody > tr > td {
  vertical-align: middle;
  padding: 2px;
  border: 0;
  color: #677d85;
}
.medium__table--percentage > tbody > tr > td .percentage {
  border-radius: 8px 100px 100px 8px;
  background: linear-gradient(270deg, #00aeff 0%, #0076ff 100%);
  width: 90px;
  padding: 4px 6px;
  color: white;
  font-weight: bold;
}
.medium__table--percentage > tbody > tr > td.bar--green .percentage {
  background: linear-gradient(270deg, #49e292 0%, #26bd80 100%);
}
.medium__table--percentage--green > tbody > tr > td .percentage {
  background: linear-gradient(270deg, #00aeff 0%, #0076ff 100%);
}
.medium__table--sex > thead > tr > td {
  width: 33%;
  font-size: 12px;
}
.medium__table--sex > tbody > tr > td {
  width: 33%;
  padding: 20px 0;
  color: #677d85;
}
.medium__table--sex > tbody > tr > td h4 {
  margin: 0;
  font-weight: 700;
}
.medium__table--sex > tbody > tr > td.table-container {
  background: #f2f5f7;
}
.medium__table--sex > tbody > tr > td .medium__table--percentage {
  width: 100%;
  background: transparent;
}
.medium__table--sex
  > tbody
  > tr
  > td
  .medium__table--percentage
  > tbody
  > tr
  > td {
  width: 33%;
}
.medium__table--sex
  > tbody
  > tr
  > td
  .medium__table--percentage
  > tbody
  > tr
  > td:first-child {
  padding-left: 10px;
}
.medium__table--states tbody {
  background: linear-gradient(171.01deg, #49e292 0%, #26bd80 100%);
}
.medium__table--states > thead > tr > td {
  width: 25%;
  text-align: center;
  color: #374d5b;
}
.medium__table--states > tbody > tr > td {
  text-align: center;
  width: 25%;
  padding: 20px 0;
  color: #f8fafc;
  font-size: 18px;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .medium__table--states > tbody > tr > td {
    font-size: 14px;
  }
}
.medium__table--states > tbody > tr > td:first-child {
  color: #374d5b;
  text-align: left;
  background: #f8fafc;
  padding-right: 10px;
  font-size: 14px;
  font-weight: 300;
  letter-spacing: 1px;
  text-transform: uppercase;
}
@media screen and (max-width: 767px) {
  .medium__table--states > tbody > tr > td:first-child {
    font-size: 12px;
  }
}
.medium__table--states > tbody > tr > td h4 {
  margin: 0;
  font-weight: 700;
}
.medium__table--states > tbody > tr > td.table-container {
  background: #f2f5f7;
}
.medium__table--states > tbody > tr > td .medium__table--percentage {
  width: 100%;
  background: transparent;
}
.medium__table--states
  > tbody
  > tr
  > td
  .medium__table--percentage
  > tbody
  > tr
  > td {
  width: 33%;
}
.medium__table--states
  > tbody
  > tr
  > td
  .medium__table--percentage
  > tbody
  > tr
  > td:first-child {
  padding-left: 10px;
}
.medium__table--states-invest tbody {
  background: linear-gradient(164.42deg, #00aeff 0%, #0076ff 100%);
}
.medium__table--states-invest > thead > tr > td {
  width: 25%;
  text-align: center;
  color: #374d5b;
}
.medium__table--states-invest > tbody > tr > td {
  text-align: center;
  width: 25%;
  padding: 20px 0;
  color: #f8fafc;
  font-size: 18px;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .medium__table--states-invest > tbody > tr > td {
    font-size: 14px;
  }
}
.medium__table--states-invest > tbody > tr > td:first-child {
  color: #374d5b;
  text-align: left;
  background: white;
  padding-right: 10px;
  font-size: 14px;
  font-weight: 300;
  letter-spacing: 1px;
  text-transform: uppercase;
}
@media screen and (max-width: 767px) {
  .medium__table--states-invest > tbody > tr > td:first-child {
    font-size: 12px;
  }
}
.medium__table--states-invest > tbody > tr > td h4 {
  margin: 0;
  font-weight: 700;
}
.medium__table--states-invest > tbody > tr > td.table-container {
  background: #f2f5f7;
}
.medium__table--states-invest > tbody > tr > td .medium__table--percentage {
  width: 100%;
  background: transparent;
}
.medium__table--states-invest
  > tbody
  > tr
  > td
  .medium__table--percentage
  > tbody
  > tr
  > td {
  width: 33%;
}
.medium__table--states-invest
  > tbody
  > tr
  > td
  .medium__table--percentage
  > tbody
  > tr
  > td:first-child {
  padding-left: 10px;
}
.medium__table--investors > thead > tr > td {
  width: 33%;
  text-align: center;
  color: #374d5b;
}
.medium__table--investors > tbody > tr > td {
  text-align: center;
  width: 33%;
  padding: 20px 0;
  color: #374d5b;
  font-size: 18px;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .medium__table--investors > tbody > tr > td {
    font-size: 14px;
  }
}
.medium__table--investors > tbody > tr > td:first-child {
  color: #374d5b;
  text-align: left;
  padding-right: 10px;
  font-size: 14px;
  font-weight: 300;
  letter-spacing: 1px;
  text-transform: uppercase;
}
@media screen and (max-width: 767px) {
  .medium__table--investors > tbody > tr > td:first-child {
    font-size: 12px;
  }
}
.medium__table--investors > tbody > tr > td h4 {
  margin: 0;
  font-weight: 700;
}
.medium__table--investors > tbody > tr > td.table-container {
  background: #f2f5f7;
}
.medium__table--investors > tbody > tr > td .medium__table--percentage {
  width: 100%;
  background: transparent;
}
.medium__table--investors
  > tbody
  > tr
  > td
  .medium__table--percentage
  > tbody
  > tr
  > td {
  width: 33%;
}
.medium__table--investors
  > tbody
  > tr
  > td
  .medium__table--percentage
  > tbody
  > tr
  > td:first-child {
  padding-left: 10px;
}
.medium__gencircle {
  text-align: center;
  background-color: white;
  box-shadow: 0 5px 9px rgba(37, 103, 141, 0.03);
  border-radius: 100%;
  width: 200px;
  height: 200px;
  padding-top: 40px;
  margin: auto;
}
.medium__gencircle h4 {
  margin-bottom: 0;
  margin-top: 10px;
}
@media screen and (max-width: 992px) {
  .medium__gencircle {
    width: 130px;
    height: 130px;
    padding-top: 12px;
  }
  .medium__gencircle img {
    height: 40px;
  }
}
.medium__loans--average {
  padding: 0;
}
.medium__loans--average .shape-2 {
  margin-bottom: 60px;
}
.medium__loans--average .shape-3 {
  margin-top: 60px;
}
.password-list li.success {
  color: #00c574;
}
.password-list li.success::before {
  display: inline-block;
  background-repeat: no-repeat;
  background-size: 14px;
  width: 14px;
  content: " ";
}
.zenfi-header {
  background-color: white;
  padding: 20px 0;
}
.zenfi-header .logo-ytp {
  max-width: 200px;
}
.zenfi-header .logo-zenfi {
  max-width: 140px;
  float: right;
}
.zenfi-legal {
  background-color: #f2f5f7;
  padding: 30px 0;
}
.zenfi-legal p {
  color: #677d85;
  line-height: 140%;
  font-weight: 500;
  font-size: 12px;
  padding: 0 20px;
  margin: 0;
}
.separator {
  height: 1px;
  background-color: #f2f5f7;
}
.zenfi-bg {
  min-height: auto;
  background-image: url(landings/zenfi/bg-desktop@2x-883f5094f0f1dcb2a44769c017595a3aeb47d702fb70c91fd4ee6db14b581086.jpg);
  background-color: #c3b4b1;
  background-repeat: no-repeat;
  background-position: top left;
  background-size: cover;
  padding: 80px 0;
}
.zenfi-bg .zenfi-titles {
  margin-top: 200px;
}
@media screen and (max-width: 767px) {
  .zenfi-bg .zenfi-titles {
    margin-top: 100px;
  }
}
.zenfi-bg .register-card {
  margin-top: 70px;
}
@media screen and (max-width: 767px) {
  .zenfi-bg .register-card {
    margin-top: 20px;
  }
}
.zenfi-bg.zenfi-consolidar {
  background-image: url(landings/zenfi/consolidar-bg-desktop@2x-2b069ee6e69697b899683e402bb81e5f1e22c91608ff9088759837d61ed60c46.jpg);
  background-color: #b8b6ba;
}
.zenfi-bg.zenfi-consolidar .zenfi-titles {
  margin-top: 350px;
}
@media screen and (max-width: 767px) {
  .zenfi-bg.zenfi-consolidar .zenfi-titles {
    margin-top: 100px;
  }
}
.zenfi-bg.zenfi-consolidar .register-card {
  margin-top: 220px;
}
@media screen and (max-width: 767px) {
  .zenfi-bg.zenfi-consolidar .register-card {
    margin-top: 20px;
  }
}
@media only screen and (min-width: 1600px) {
  .zenfi-bg {
    background-size: contain;
  }
}
@media screen and (max-width: 992px) {
  .zenfi-bg {
    background-size: contain;
    background-color: #f8fafc;
  }
}
.zenfi-bg .check-modal {
  display: none;
}
.zenfi-bg .loan-info-title {
  margin: 0 0 20px;
  text-align: center;
  font-weight: 500;
}
.zenfi-bg .coupon.coupon-zenfi {
  background-color: #f2f5f7;
  border: 1px solid #e7ebef;
  border-radius: 8px;
  padding: 20px 20px 20px 60px;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  background-image: url(iconos/icon-coupon-b26a99be7b5a181b697550ba990c0cf2dc9dc1470f9c5762be7d7a788166988a.svg);
  background-repeat: no-repeat;
  background-position: left 30px center;
}
.zenfi-bg table.loan-info {
  margin-bottom: 0;
}
.zenfi-bg table.loan-info thead > tr > td,
.zenfi-bg table.loan-info tbody > tr > td {
  text-align: center;
  border-left: 1px solid #e7ebef;
  width: 33.33%;
}
.zenfi-bg table.loan-info thead > tr > td:first-child,
.zenfi-bg table.loan-info tbody > tr > td:first-child {
  border: 0;
}
.zenfi-bg table.loan-info thead > tr > td {
  color: #677d85;
  padding-bottom: 0;
}
.zenfi-bg table.loan-info tbody > tr > td {
  border-top: 0;
  padding-top: 0;
  color: #374d5b;
  font-weight: bold;
  font-size: 20px;
}
@media screen and (max-width: 767px) {
  .zenfi-bg {
    padding-top: 170px;
    background-image: url(landings/zenfi/bg-mobile@2x-6f576e803fa2f0da32344f1ff0d07cccc349daa14df1b16dea41e4ca36a1090e.jpg);
    background-size: contain;
    background-position-y: 45px;
    background-repeat: no-repeat;
    background-color: #f8fafc;
  }
  .zenfi-bg.zenfi-consolidar {
    background-image: url(landings/zenfi/consolidar-bg-mobile@2x-c6d3ab5d8e3b8cfdac04b76cfefdc82df7861a4cc58e6df5b50d421a313ee487.jpg);
  }
}
.zenfi-bg .cp-zenfi {
  margin-top: -25px;
}
.zenfi-bg .cp-title {
  color: #04475c;
  font-family: "proxima-nova", sans-serif;
  font-size: 14px;
  letter-spacing: 0;
  line-height: 20px;
  text-align: center;
  padding-top: 10px;
  padding-bottom: 10px;
}
.zenfi-bg .cp-zenfi-body {
  height: 55px;
  border-radius: 6px;
  background-color: #f2f5f7;
  display: flex;
  padding: 10px;
}
.zenfi-bg .cp-zenfi-body .cp-zenfi-text {
  height: 28px;
  color: #04475c;
  font-family: "proxima-nova", sans-serif;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 2.7px;
  line-height: 28px;
  text-align: center;
  padding-left: 17%;
  padding-top: 5px;
}
.zenfi-contact {
  height: 20px;
  color: #ffffff;
  font-family: "proxima-nova", sans-serif;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 20px;
  text-align: center;
  padding-top: 20px;
}
section.savings-simulator,
a.savings-simulator.bg_blog_debt {
  background-image: linear-gradient(to right, #fff, #f1f5fa);
}
section.savings-simulator .card-savings-yearly-wrap,
a.savings-simulator.bg_blog_debt .card-savings-yearly-wrap {
  display: none;
  padding: 3px;
  border-radius: 10px;
  background-image: linear-gradient(to right, #f1f5fa, #a3e5cf);
  box-shadow: -moz-(0 5px 9px 0 rgba(37, 103, 141, 0.04));
  box-shadow: -webkit-(0 5px 9px 0 rgba(37, 103, 141, 0.04));
  box-shadow: -o-(0 5px 9px 0 rgba(37, 103, 141, 0.04));
  box-shadow: 0 5px 9px 0 rgba(37, 103, 141, 0.04);
}
table.table-savings-yearly {
  margin-bottom: 0;
}
table.table-savings-yearly > tbody > tr > td,
table.table-savings-yearly > thead > tr > td {
  vertical-align: middle;
  text-align: center;
  font-weight: bold;
  border-color: #e7ebef;
  padding: 12px;
  font-size: 18px;
}
table.table-savings-yearly > tbody > tr > td.saving-bar .amount,
table.table-savings-yearly > thead > tr > td.saving-bar .amount {
  font-weight: 500;
  color: #677d85;
}
table.table-savings-yearly > tbody > tr > td.invest-bar .amount,
table.table-savings-yearly > thead > tr > td.invest-bar .amount {
  font-weight: bold;
  color: #00c574;
}
.list-glossary {
  padding: 20px;
  padding-left: 50px;
}
.list-glossary li {
  list-style: decimal;
  color: #677d85;
  margin-bottom: 6px;
}
.sofi-consolidate-banner {
  padding: 0px 0px 60px;
  min-height: auto;
  background-image: url(bg/bg-sofi-1-453733a8032a43d6b31a4ba230453700e7ffd39b06cd023d67175fced07f344e.jpg);
  background-size: cover;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  .sofi-consolidate-banner {
    background-size: 800px;
    background-position: right top;
  }
}
.sofi-consolidate-banner .transparent {
  background: rgba(255, 255, 255, 0);
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .sofi-consolidate-banner .transparent .text-right {
    text-align: center;
  }
}
.sofi-consolidate-banner .sofi-img {
  max-width: 240px;
  margin-top: 30px;
}
.sofi-consolidate-banner .card,
.sofi-consolidate-banner .form {
  box-shadow: 0 4px 16px -2px rgba(0, 0, 0, 0.1), 0 0 0 1px rgba(0, 0, 0, 0.02);
  -moz-box-shadow: 0 4px 16px -2px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 4px 16px -2px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0 4px 16px -2px rgba(0, 0, 0, 0.1);
  border: 0;
}
.sofi-consolidate-banner .card button.pull-right,
.sofi-consolidate-banner .form button.pull-right {
  display: block;
  width: 100px !important;
  color: #00ae76 !important;
  border: 1px solid #00ae76 !important;
  background: #fff !important;
}
.sofi-consolidate-banner .card button.pull-right:hover,
.sofi-consolidate-banner .form button.pull-right:hover {
  background: #eee !important;
}
.sofi-invest-banner {
  padding: 0px 0px 60px;
  min-height: auto;
  background-image: url(bg/bg-sofi-2-e4d1e3117777e416f558213bb80e652d9c7ed7e5d31e71cd23c6ea82afb46053.jpg);
  background-size: cover;
  background-attachment: fixed;
  background-repeat: no-repeat;
}
.sofi-invest-banner h1.projection-subquote {
  color: white;
}
@media screen and (max-width: 767px) {
  .sofi-invest-banner h1.projection-subquote {
    color: #677d85;
  }
}
@media screen and (max-width: 767px) {
  .sofi-invest-banner {
    background-size: 800px;
    background-position: right top;
  }
}
.sofi-invest-banner .transparent {
  background: rgba(255, 255, 255, 0);
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .sofi-invest-banner .transparent .text-right {
    text-align: center;
  }
}
.sofi-invest-banner .sofi-img {
  max-width: 240px;
  margin-top: 30px;
}
.sofi-invest-banner .card,
.sofi-invest-banner .form {
  box-shadow: 0 4px 16px -2px rgba(0, 0, 0, 0.1), 0 0 0 1px rgba(0, 0, 0, 0.02);
  -moz-box-shadow: 0 4px 16px -2px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 4px 16px -2px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0 4px 16px -2px rgba(0, 0, 0, 0.1);
  border: 0;
}
.sofi-invest-banner .card button.pull-right,
.sofi-invest-banner .form button.pull-right {
  display: block;
  width: 100px !important;
  color: #00ae76 !important;
  border: 1px solid #00ae76 !important;
  background: #fff !important;
}
.sofi-invest-banner .card button.pull-right:hover,
.sofi-invest-banner .form button.pull-right:hover {
  background: #eee !important;
}
.chartitle {
  margin-top: -10px;
  border-top: 1px solid #ddd;
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
  background: #fff;
  padding: 10px;
  font-size: 16px;
  text-align: center;
  background: #f3f3f3;
}
#projection-chart {
  margin-top: -10px;
  background: #fff;
  border-radius: 0px 0px 6px 6px;
  border: 1px solid #ddd;
  overflow: hidden;
}
#projection-chart .highcharts-container {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
  text-align: left;
  line-height: normal;
  z-index: 0;
  -webkit-tap-highlight-color: transparent;
  font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Helvetica,
    sans-serif;
  font-size: 12px;
}
#projection-chart .highcharts-root {
  border-radius: 4px;
  border-radius: 6px;
}
#projection-chart .highcharts-root text {
  stroke-width: 0;
}
#projection-chart .highcharts-background {
  fill: rgba(0, 0, 0, 0.5);
  fill: #fff;
}
#projection-chart .highcharts-plot-border,
#projection-chart .highcharts-plot-background {
  fill: none;
}
#projection-chart .highcharts-label-box {
  fill: white;
  stroke: #fff;
}
#projection-chart .highcharts-button-box {
  fill: inherit;
}
#projection-chart .highcharts-title {
  fill: #02c7aa;
  color: #fff;
  font-size: 1.5em;
}
#projection-chart .highcharts-subtitle {
  fill: #999;
}
#projection-chart .highcharts-axis-line {
  fill: none;
  stroke: #6685c2;
}
#projection-chart .highcharts-yaxis .highcharts-axis-line {
  stroke-width: 0;
}
#projection-chart .highcharts-axis-title {
  fill: #666666;
}
#projection-chart .highcharts-axis-labels {
  fill: #cccccc;
  cursor: default;
  font-size: 0.9em;
  fill: #666;
}
#projection-chart .highcharts-grid-line {
  fill: none;
  stroke: #666666;
  stroke: #cccccc;
}
#projection-chart .highcharts-xaxis-grid .highcharts-grid-line {
  stroke-width: 0;
}
#projection-chart .highcharts-tick {
  stroke-width: 0;
}
#projection-chart .highcharts-yaxis .highcharts-tick {
  stroke-width: 0;
}
#projection-chart .highcharts-tooltip {
  cursor: default;
  pointer-events: none;
  white-space: nowrap;
  transition: stroke 150ms;
}
@media screen and (max-width: 767px) {
  #projection-chart .highcharts-tooltip {
    display: none;
  }
}
#projection-chart .highcharts-tooltip text {
  fill: #000000;
  font-size: 1.2em;
}
#projection-chart .highcharts-tooltip .highcharts-header {
  font-size: 0.85em;
}
#projection-chart .highcharts-tooltip-box {
  stroke-width: 1px;
  fill: #fff;
  fill-opacity: 0.9;
}
#projection-chart .highcharts-selection-marker {
  fill: #335cad;
  fill-opacity: 0.25;
}
#projection-chart .highcharts-graph {
  fill: none;
  stroke-width: 2px;
  stroke-linecap: round;
  stroke-linejoin: round;
}
#projection-chart .highcharts-state-hover .highcharts-graph {
  stroke-width: 3;
}
#projection-chart .highcharts-state-hover path {
  transition: stroke-width 50;
}
#projection-chart .highcharts-state-normal path {
  transition: stroke-width 250ms;
}
#projection-chart g.highcharts-series,
#projection-chart .highcharts-point {
  transition: opacity 250ms;
}
#projection-chart
  .highcharts-legend-series-active
  g.highcharts-series:not(.highcharts-series-hover),
#projection-chart
  .highcharts-legend-point-active
  .highcharts-point:not(.highcharts-point-hover) {
  opacity: 0.2;
}
#projection-chart .highcharts-color-0 {
  fill: #00c190;
  stroke: #00c190;
}
#projection-chart .highcharts-color-1 {
  fill: #00c190;
  stroke: #00c190;
}
#projection-chart .highcharts-color-2 {
  fill: #00c190;
  stroke: #00c190;
}
#projection-chart .highcharts-color-3 {
  fill: #00c190;
  stroke: #00c190;
}
#projection-chart .highcharts-color-4 {
  fill: #00c190;
  stroke: #00c190;
}
#projection-chart .highcharts-color-5 {
  fill: #00c190;
  stroke: #00c190;
}
#projection-chart .highcharts-color-6 {
  fill: #00c190;
  stroke: #00c190;
}
#projection-chart .highcharts-color-7 {
  fill: #00c190;
  stroke: #00c190;
}
#projection-chart .highcharts-color-8 {
  fill: #00c190;
  stroke: #00c190;
}
#projection-chart .highcharts-color-9 {
  fill: #00c190;
  stroke: #00c190;
}
#projection-chart .highcharts-area {
  fill-opacity: 0.75;
  stroke-width: 0;
}
#projection-chart .highcharts-markers {
  stroke-width: 10px;
  stroke: #ffffff;
}
#projection-chart .highcharts-point {
  stroke-width: 1px;
  border-radius: 1px;
}
#projection-chart .highcharts-dense-data .highcharts-point {
  stroke-width: 0;
}
#projection-chart .highcharts-data-label {
  font-size: 1em;
}
#projection-chart .highcharts-data-label-box {
  fill: #00ae76;
  fill-opacity: 0.35;
  stroke-width: 0;
  fill: #fff;
  fill-opacity: 0.75;
}
#projection-chart .highcharts-data-label text {
  fill: #e6e6e6;
  fill: #333333;
  font-size: 14px;
  font-weight: 500;
}
#projection-chart .highcharts-data-label-connector {
  fill: none;
}
#projection-chart .highcharts-halo {
  fill-opacity: 0.25;
  stroke-width: 0;
}
#projection-chart .highcharts-point-select {
  fill: #cccccc;
  stroke: #000000;
}
#projection-chart .highcharts-column-series .highcharts-point {
  stroke: #ffffff;
  transition: fill-opacity 550ms;
  fill-opacity: 0.75;
}
#projection-chart .highcharts-column-series .highcharts-point-hover {
  fill: #44db5e;
  transition: fill-opacity 50ms;
}
#projection-chart .highcharts-loading {
  position: absolute;
  background-color: #ffffff;
  opacity: 0.5;
  text-align: center;
  z-index: 10;
  transition: opacity 250ms;
}
#projection-chart .highcharts-loading-hidden {
  height: 0 !important;
  opacity: 0;
  overflow: hidden;
  transition: opacity 250ms, height 250ms step-end;
}
#projection-chart .highcharts-loading-inner {
  font-weight: bold;
  position: relative;
  top: 45%;
}
#projection-chart .highcharts-column-series .highcharts-point {
  stroke: inherit;
}
.btns-frm {
  background: #fff;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
}
.btns-frm .act {
  background: #fff;
  border: 0;
  border-bottom-color: white;
}
.btns-frm button {
  border: 1px solid #dddddd;
  border-bottom: 1px solid #d1d1d1;
  padding: 12px 12px 12px 22px;
  font-size: 18px;
  text-align: left;
  width: 50%;
  background: #eee;
  color: #00e00b;
  display: block;
  float: left;
}
.btns-frm #btn_qup {
  border-left: 0;
  border-top-left-radius: 6px;
  border-bottom-right-radius: 6px;
}
.btns-frm #btn_qpt {
  color: #00ae76;
  border-top-right-radius: 6px;
  border-bottom-left-radius: 6px;
}
@media screen and (max-width: 767px) {
  #results-card .card__body {
    padding-left: 0;
    padding-right: 0;
  }
}
@media screen and (max-width: 767px) {
  #results-card center button {
    display: block;
    width: 100%;
  }
}
#resultScroll {
  margin-top: -25px;
  font-weight: bold;
}
table.tbl_ac {
  text-align: center;
  font-weight: 700;
  color: #677d85;
  font-size: 14px;
}
table.tbl_ac tr td:first-child {
  text-align: left;
}
@media screen and (max-width: 767px) {
  table.tbl_ac {
    font-size: 20px;
    font-weight: 700;
  }
  table.tbl_ac tbody > tr td:first-child {
    text-align: right;
    font-size: 14px;
  }
  table.tbl_ac tbody > tr > td {
    vertical-align: middle !important;
    font-weight: bold;
    border-top: 1px solid #e7ebef;
    height: 60px;
  }
  table.tbl_ac tbody > tr > td span {
    font-weight: bold;
  }
  table.tbl_ac thead > tr > td {
    font-size: 14px;
    color: #677d85;
    font-weight: 500;
  }
}
#resultado-ahorro {
  padding: 15px;
}
#resultado-comprar {
  padding: 15px;
  background: white;
}
.cambdeu tbody > tr:last-child > td,
.tbl_camd tbody > tr:last-child > td {
  border-bottom: 1px solid #e7ebef;
}
.cambdeu tbody > tr > td,
.tbl_camd tbody > tr > td {
  vertical-align: middle;
  color: #677d85;
  border-color: #e7ebef;
  padding: 1em 0.5em;
  font-weight: bold;
  font-size: 1.3em;
}
.cambdeu tbody > tr > td span,
.tbl_camd tbody > tr > td span {
  font-weight: bold !important;
}
.cambdeu tbody > tr > td:last-child,
.tbl_camd tbody > tr > td:last-child {
  color: #00c574;
}
@media screen and (max-width: 767px) {
  .cambdeu td,
  .tbl_camd td {
    padding: 4px;
    font-size: 16px;
  }
}
.spe td {
  font-weight: bold;
}
.spe td:last-child {
  background: #02c17c;
  color: #fff;
  font-size: 18px;
  vertical-align: middle;
}
.simulator-welcome {
  background-image: url(bg/fill-simulator-eac96605a7c2610a51d955f13570651d13a6d7344f46cf0b92b62c8be20d81c9.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center bottom -1px;
}
.hidde-section {
  display: none;
}
.bg-step-2 {
  background-image: url(bg/fill-step-2-3ae0fb6093eb63b43bf134a46f316cadc71b4b8a90965a94a6f9762cd2084154.svg);
  background-size: cover;
  background-repeat: no-repeat;
}
.showed .simulator-bars {
  position: relative;
  height: 266px;
  width: 240px;
  margin: auto;
}
.showed .simulator-bars .invest-bar,
.showed .simulator-bars .saving-bar {
  width: 100px;
  float: left;
  position: absolute;
  bottom: 0;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}
.showed .simulator-bars .saving-bar {
  height: 178px;
  background: #c2d4db;
  animation: growhtBar 2s;
}
.showed .simulator-bars .invest-bar {
  height: 266px;
  background: #00c574;
  left: 140px;
  animation: growhtBarGreen 3s;
}
.showed .simulator-bars .amount {
  position: absolute;
  top: -50px;
  width: 100%;
  text-align: center;
}
.showed .simulator-bars .label-saving {
  position: absolute;
  bottom: -60px;
  width: 100%;
  text-align: center;
}
@keyframes growhtBarGreen {
  0% {
    transform: scaleY(0);
    transform-origin: bottom;
  }
  40% {
    transform: scaleY(0);
    transform-origin: bottom;
  }
  100% {
    transform: scaleY(1);
    transform-origin: bottom;
  }
}
@keyframes growhtBar {
  from {
    transform: scaleY(0);
    transform-origin: bottom;
  }
  to {
    transform: scaleY(1);
    transform-origin: bottom;
  }
}
#year-3 {
  z-index: 9;
}
#year-3 .showed .simulator-bars .saving-bar {
  height: 178px;
}
#year-5 {
  z-index: 8;
}
#year-5 .showed .simulator-bars .saving-bar {
  height: 167px;
}
#year-7 {
  z-index: 7;
}
#year-7 .showed .simulator-bars .saving-bar {
  height: 138px;
}
.showed .difference {
  border-radius: 6px;
}
.showed .difference small {
  color: #93afb9;
}
.showed .time-line {
  width: 5px;
  height: 1000px;
  background-color: #0076ff;
  margin: auto;
  animation: growhtLine 3s;
  position: absolute;
  left: 50%;
  margin-left: -3px;
}
@keyframes growhtLine {
  0% {
    transform: scaleY(0);
    transform-origin: top;
  }
  30% {
    transform: scaleY(0);
    transform-origin: top;
  }
  100% {
    transform: scaleY(1);
    transform-origin: top;
  }
}
.next-arrow {
  cursor: pointer;
  position: absolute;
  bottom: 30px;
  color: white;
  padding: 10px;
  height: 62px;
  width: 62px;
  margin-left: -31px;
  background-image: url(iconos/public/next-btn-8baf8cb5bab43241bdbe4aaa2f0abf92a5ab8b09fd0cabc4287b2fea8b28e5fa.svg);
  background-size: cover;
  left: 50%;
}
.next-arrow:hover {
  height: 68px;
  width: 68px;
  margin-left: -34px;
}
@media screen and (max-width: 767px) {
  .next-arrow {
    position: static;
    margin: auto;
  }
  .next-arrow:hover {
    height: 62px;
    width: 62px;
    margin: auto;
  }
}
@media screen and (max-width: 767px) {
  #simulador-rendimiento {
    margin: auto -15px;
  }
}
.plazo.error input[type="checkbox"] + label.check,
.plazo.error input[type="radio"] + label.check {
  border-color: #fc6548;
}
.plazo.error .check-group input[type="radio"] + label.check.lastch {
  border-color: #fc6548;
}
.plazo input[type="checkbox"],
.plazo input[type="radio"] {
  display: none;
}
.plazo input[type="checkbox"]:checked + label.check-green,
.plazo input[type="radio"]:checked + label.check-green {
  font-weight: bold;
  color: #0abbb8;
}
.plazo input[type="checkbox"]:checked + label.check-ama,
.plazo input[type="radio"]:checked + label.check-ama {
  font-weight: bold;
  color: #067e79;
}
.plazo input[type="checkbox"]:checked + label.check-rojo,
.plazo input[type="radio"]:checked + label.check-rojo {
  font-weight: bold;
  color: #063a38;
}
.plazo .check-group:first-child input[type="checkbox"] + label.check,
.plazo .check-group:first-child input[type="radio"] + label.check {
  border-radius: 5px 0px 0px 5px;
}
.plazo input[type="checkbox"] + label.check,
.plazo input[type="radio"] + label.check {
  text-align: center;
  display: block;
  max-width: 100%;
  border-right: 0;
  height: auto;
  padding: 24px 15px;
  font-weight: 600;
  cursor: pointer;
  line-height: 2px;
}
.plazo input[type="checkbox"] + label.check.lastch,
.plazo input[type="radio"] + label.check.lastch {
  border-radius: 0 5px 5px 0;
}
@media screen and (max-width: 767px) {
  .plazo input[type="checkbox"] + label.check,
  .plazo input[type="radio"] + label.check {
    font-size: 14px;
  }
}
.plazo label:before {
  display: none;
  background: none;
}
.plazo .check-group input[type="radio"] + label.check.lastch {
  border-right: 1px solid #c2d4db;
}
.plazo .check-group {
  width: 16.6666666667%;
  float: left;
}
.plazo input[type="checkbox"] + label,
.plazo input[type="radio"] + label {
  border: solid 1px #c2d4db;
  margin-bottom: 0px;
  font-size: 14px;
  padding: 10px;
  height: auto;
  text-align: center;
  display: block;
  color: #93afb9;
}
.plazo input[type="checkbox"]:checked + label.check,
.plazo input[type="radio"]:checked + label.check {
  background: #0076ff;
  border-color: #0076ff;
  color: #ffffff;
}
@media screen and (max-width: 767px) {
  #pay-debts-result .h4 {
    font-size: 20px;
    margin-bottom: 0;
  }
}
.transfers-numbers {
  background-color: #e7ebef;
  border-radius: 6px;
  padding: 2em;
  margin-top: 2em;
  font-size: 1.3em;
  line-height: 160%;
}
.transfer-bars-card {
  padding: 70px;
}
@media screen and (max-width: 767px) {
  .transfer-bars-card {
    margin-bottom: 40px;
    margin-top: 0px;
    padding-top: 0px;
    padding: 10px;
  }
  .transfer-bars-card .transfer-bars {
    height: 255px;
  }
  .transfer-bars-card .transfer-bars .amount {
    margin-top: 0;
    top: -50px;
  }
}
.transfer-bars {
  position: relative;
  height: 266px;
  width: 240px;
  margin: auto;
}
.transfer-bars .ytp-bar,
.transfer-bars .bank-bar {
  width: 100px;
  float: left;
  position: absolute;
  bottom: 0;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}
.transfer-bars .bank-bar {
  height: 266px;
  background: #c2d4db;
  animation: growhtBar 2s;
}
@media screen and (max-width: 767px) {
  .transfer-bars .bank-bar {
    height: 180px;
  }
}
.transfer-bars .ytp-bar {
  height: 166px;
  background: #00c574;
  left: 140px;
  animation: growhtBarGreen 3s;
}
.transfer-bars .amount {
  position: absolute;
  top: -90px;
  width: 100%;
  text-align: center;
}
.transfer-bars .label-saving {
  position: absolute;
  bottom: -44px;
  width: 100%;
  text-align: center;
}
@keyframes growhtBarGreen {
  0% {
    transform: scaleY(0);
    transform-origin: bottom;
  }
  40% {
    transform: scaleY(0);
    transform-origin: bottom;
  }
  100% {
    transform: scaleY(1);
    transform-origin: bottom;
  }
}
@keyframes growhtBar {
  from {
    transform: scaleY(0);
    transform-origin: bottom;
  }
  to {
    transform: scaleY(1);
    transform-origin: bottom;
  }
}
#pay-debts-result .result-numbers {
  padding-top: 3em;
}
.vertical-center {
  position: absolute;
  width: 100%;
  top: 50%;
  margin-top: -200px;
}
.vertical-center.vc_ac {
  margin-top: -170px;
}
@media screen and (max-width: 767px) {
  .vertical-center.vc_ac {
    margin: auto;
  }
}
.vertical-center.vc_cd {
  margin-top: -250px;
}
@media screen and (max-width: 767px) {
  .vertical-center.vc_cd {
    margin: auto;
  }
}
.vertical-center.vc_inn {
  position: static;
  margin-top: auto;
  padding: 60px 0;
}
@media screen and (max-width: 767px) {
  .vertical-center.vc_inn {
    padding: 0;
  }
}
.vertical-center .term {
  padding: 20px 0;
  display: block;
  font-size: 12px;
}
.vertical-center .term a {
  color: #fff;
  text-shadow: 2px 1px 6px #000;
}
@media screen and (max-width: 767px) {
  .vertical-center .term a {
    color: #6b6b6b;
  }
}
@media screen and (max-width: 767px) {
  .vertical-center {
    position: relative;
    margin: auto;
  }
}
ul.r_b li {
  padding: 16px;
  font-size: 16px;
  border-bottom: 1px solid #f5f5f5;
}
ul.r_b li img {
  margin-right: 20px;
  max-width: 70px;
}
@media screen and (max-width: 767px) {
  ul.r_b li {
    font-size: 12px;
    text-align: center;
  }
  ul.r_b li img {
    display: block;
    margin: auto auto 10px;
  }
}
ul.lst_cf {
  max-width: 585px;
  margin: auto;
  background: url(bg/bg-list-numbered-a382c41f1d3e29da6e75236f499980980cb418603a753160bdc88f1aa8116f64.png)
    no-repeat;
  padding-left: 50px;
}
ul.lst_cf li {
  min-height: 74px;
  font-weight: normal;
  padding: 11px 0;
  border-bottom: none !important;
  color: #677d85;
}
.reported-quarter-table .quarter-title,
.quarter-table .quarter-title {
  color: #04475c;
  font-family: "proxima-nova", sans-serif;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
}
.reported-quarter-table > tbody,
.reported-quarter-table > tbody + tbody,
.quarter-table > tbody,
.quarter-table > tbody + tbody {
  border-top: 1px solid #e7ebef;
}
.reported-quarter-table tr.children th.quarter-sections,
.quarter-table tr.children th.quarter-sections {
  font-size: 12px;
  padding-left: 50px;
  padding-top: 18px;
  padding-bottom: 18px;
  color: #677d85;
  border-top: 0;
}
.reported-quarter-table tr.children td.quarter-content,
.quarter-table tr.children td.quarter-content {
  font-size: 12px;
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: white;
  color: #677d85;
  border-top: 0;
}
.reported-quarter-table .quarter-months,
.quarter-table .quarter-months {
  color: #677d85;
  font-family: "proxima-nova", sans-serif;
  font-size: 12px;
  letter-spacing: 0;
  line-height: 15px;
  text-align: center;
}
.reported-quarter-table th.quarter-sections,
.quarter-table th.quarter-sections {
  color: #04475c;
  font-weight: 500;
  font-family: "proxima-nova", sans-serif;
  font-size: 14px;
  letter-spacing: 0;
  line-height: 20px;
  text-align: center;
  vertical-align: middle;
  padding-top: 25px;
  padding-bottom: 25px;
  width: 317px;
  background-color: #f8fafc;
  border-color: #e7ebef;
}
.reported-quarter-table td.quarter-content,
.quarter-table td.quarter-content {
  font-family: "proxima-nova", sans-serif;
  vertical-align: middle;
  text-align: center;
  padding-top: 25px;
  padding-bottom: 25px;
  background-color: white;
  border-color: #e7ebef;
}
.reported-quarter-table .timestry-months,
.quarter-table .timestry-months {
  border-top: 0;
}
.reported-quarter-table .months-quarters th,
.quarter-table .months-quarters th {
  padding-bottom: 15px;
  padding-top: 15px;
}
.reported-quarter-table .months-quarters > .current-quarter,
.reported-quarter-table .first-quarter,
.reported-quarter-table .second-quarter,
.reported-quarter-table .third-quarter,
.reported-quarter-table .fourth-quarter,
.quarter-table .months-quarters > .current-quarter,
.quarter-table .first-quarter,
.quarter-table .second-quarter,
.quarter-table .third-quarter,
.quarter-table .fourth-quarter {
  color: #677d85;
  font-size: 13px;
  text-align: center;
}
.reported-quarter-table thead tr th,
.quarter-table thead tr th {
  border-bottom: 0;
}
@media screen and (max-width: 440px) {
  .card-quarter-title {
    font-size: 22px;
  }
  .card-quarter-value {
    font-size: 20px;
  }
  .financing-rate {
    font-size: 18px;
  }
  .financing-rate-number {
    padding-top: 30px;
  }
}
@media screen and (min-width: 442px) and (max-width: 992px) {
  .card-quarter-title {
    font-size: 24px;
  }
  .card-quarter-value {
    font-size: 26px;
  }
  .financing-rate {
    font-size: 16px;
  }
  .financing-rate-number {
    font-size: 21px;
    padding-top: 26px;
  }
}
.statistics-mobile {
  font-family: "proxima-nova", sans-serif;
  color: #04475c;
  font-weight: bold;
}
.statistics-mobile h4.quarter-selector-title {
  color: #677d85;
}
.statistics-mobile div.quarter-selector {
  width: 70%;
  margin: 0 15%;
}
.statistics-mobile .quarter-mobile-content {
  width: 85%;
  margin-right: 7%;
  margin-left: 7%;
  margin-top: 30px;
  padding: 10px;
  border-radius: 6px;
  background-color: #ffffff;
  box-shadow: 0 3px 40px 0 rgba(4, 71, 92, 0.1);
}
.statistics-mobile .quarter-mobile-content .financing-sections {
  border-bottom: 1px solid #e7ebef;
  margin-bottom: 25px;
}
.statistics-mobile .quarter-mobile-content .financing-rate {
  margin-right: 0;
}
.statistics-mobile .quarter-mobile-content .financing-rate-number {
  box-sizing: border-box;
  height: 82px;
  width: 95px;
  border: 1px solid #e1edf2;
  border-radius: 15px;
  text-align: center;
  margin-top: 25px;
  margin-left: 0;
  margin-right: 25px;
}
.statistics-mobile .card-quarter-content {
  display: flex;
}
.statistics-mobile .card-quarter-content div {
  margin: 10px;
}
.statistics-mobile .card-quarter-content .card-quarter-title {
  color: #04475c;
  font-family: "proxima-nova", sans-serif;
  font-weight: bold;
}
.statistics-mobile .card-quarter-content .card-quarter-title > h5 {
  padding: 10px;
  color: #04475c;
  text-align: center;
  margin-top: 0;
}
.statistics-mobile .card-quarter-content .card-quarter-value {
  color: #04475c;
  font-family: "proxima-nova", sans-serif;
  font-weight: bold;
  text-align: center;
  min-width: 35%;
}
.statistics-mobile .card-quarter-content .card-quarter-section {
  color: #677d85;
  margin-top: -15px;
  text-align: center;
  min-width: 35%;
}
