@charset "UTF-8";
.flex-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.nomargin {
  margin: 0 !important;
}

.input-alert {
  background-color: #f2fa1d !important;
}

body {
  font-family: "Roboto", "Arial", sans-serif;
  padding-top: 0px!important;
  overflow-x: hidden;
}

.main-header {
  height: 80px;
  background: white;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  z-index: 250;
}
.main-header .logo {
  float: left;
  line-height: 75px;
  height: 80px;
}
.main-header nav {
  line-height: 80px;
  float: right;
}
.main-header nav a {
  font-size: 16px;
  text-decoration: none;
  color: #231f20;
  margin: 0 15px;
  letter-spacing: 0.05em;
}
.main-header nav a.nav-prestamo {
  background: #FDB713;
  padding: 5px 15px;
  border-radius: 10px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  opacity: 0;
}
.main-header nav a.nav-prestamo.shower {
  opacity: 1;
}
.main-header nav a.nav-clientes {
  background: #ED0823;
  height: 80px;
  display: inline-block;
  padding: 0 10px;
  color: white;
  position: relative;
}
.main-header nav a.nav-clientes:before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 16px 92px 0 92px;
  border-color: #ED0823 transparent transparent transparent;
  position: absolute;
  bottom: -16px;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.main-header nav a.nav-clientes.logged:before {
  border-width: 16px 86px 0 86px;
}
.main-header nav a.nav-clientes img {
  margin-right: 5px;
}
.main-header nav a.nav-clientes img.nav-badge {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: -80px;
}
.main-header nav a.nav-clientes span.username {
  position: absolute;
  top: 22px;
  line-height: 1;
  font-weight: bolder;
  font-size: 13px;
}
.main-header nav a.nav-clientes span.title {
  display: inline-block;
  -webkit-transform: translateY(6px);
  transform: translateY(6px);
}

.main-solicitar {
  background-image: url("../img/stock1.jpg");
  background-size: cover;
  background-position: center;
  position: relative;
  padding: 30px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.main-solicitar .separator {
  height: 1px;
  width: 100%;
  background-image: url("../img/separator-pat.gif");
  margin: 20px 0;
}
.main-solicitar .prestamo-box {
  width: 570px;
  background: white;
  border-radius: 6px;
  padding: 16px 16px 8px 16px;
  margin: 0 auto;
}
.main-solicitar .prestamo-box h5 {
  margin: 0 0 15px 0;
  font-size: 18px;
  font-weight: bolder;
}
.main-solicitar h1 {
  font-size: 43px;
  color: white;
  text-align: center;
  font-weight: 400;
  margin: 0 0 20px 0;
}
.main-solicitar h1 b {
  font-weight: 900;
}
.main-solicitar .btn-proceder {
  text-align: center;
  display: inline-block;
  margin: 15px auto;
}
.main-solicitar .prestamo-box h5 {
  margin-bottom: 40px;
}
.main-solicitar .prestamo-box .slider-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  font-size: 16px;
  font-weight: 500;
}
.main-solicitar .prestamo-box .slider-row .left {
  float: left;
  color: #808184;
}
.main-solicitar .prestamo-box .slider-row .right {
  float: right;
  color: #808184;
}
.main-solicitar .prestamo-box .slider-row #slider {
  width: 100%;
  margin: 0 25px;
}
.main-solicitar .prestamo-box .slider-row #slider.active .ui-widget-header, .main-solicitar .prestamo-box .slider-row #slider:hover .ui-widget-header {
  background: #ED0823;
}
.main-solicitar .prestamo-box .slider-row #slider.active span.ui-slider-handle, .main-solicitar .prestamo-box .slider-row #slider:hover span.ui-slider-handle {
  -webkit-box-shadow: 0 0 0 2px #ED0823;
  box-shadow: 0 0 0 2px #ED0823;
  background: #ED0823;
}
.main-solicitar .prestamo-box .slider-row #slider.active .badge-amount, .main-solicitar .prestamo-box .slider-row #slider:hover .badge-amount {
  background: #ED0823;
}
.main-solicitar .prestamo-box .slider-row #slider.active .badge-amount:before, .main-solicitar .prestamo-box .slider-row #slider:hover .badge-amount:before {
  border-color: #ED0823 transparent transparent transparent;
}
.main-solicitar .prestamo-box .slider-row #slider .ui-widget-header, .main-solicitar .prestamo-box .slider-row #slider span.ui-slider-handle, .main-solicitar .prestamo-box .slider-row #slider .badge-amount {
  -webkit-transition: background 0.2s, -webkit-box-shadow 0.2s;
  transition: background 0.2s, -webkit-box-shadow 0.2s;
  transition: background 0.2s, box-shadow 0.2s;
  transition: background 0.2s, box-shadow 0.2s, -webkit-box-shadow 0.2s;
}
.main-solicitar .prestamo-box .slider-row #slider .badge-amount:before {
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.main-solicitar .prestamo-box .slider-row .cliente-badge {
  background: rgba(253, 183, 19, 0.9);
  padding: 10px 14px;
  display: inline-block;
  text-align: center;
  border-radius: 7px;
  position: absolute;
  font-size: 12px;
  top: -97px;
  right: -29px;
  opacity: 0;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.main-solicitar .prestamo-box .slider-row .cliente-badge:before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 9px 0 9px;
  border-color: rgba(253, 183, 19, 0.9) transparent transparent transparent;
  position: absolute;
  bottom: -8px;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.main-solicitar .prestamo-box .slider-row .cliente-badge a {
  color: black;
  text-decoration: none;
}
.main-solicitar .prestamo-box .slider-row .cliente-badge.shower {
  opacity: 1;
}
.main-solicitar .prestamo-box .devolver-row {
  font-size: 16px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.main-solicitar .prestamo-box .devolver-row div {
  display: inline-block;
  margin-right: 10px;
}
.main-solicitar .prestamo-box .devolver-row div:last-child {
  margin-right: 0;
}
.main-solicitar .prestamo-box .devolver-row b {
  margin-right: 15px;
}
.main-solicitar .prestamo-box .devolver-row label {
  color: black;
  font-weight: 500;
}
.main-solicitar .prestamo-box .cuotas-row {
  text-align: center;
  font-size: 24px;
  color: #404041;
  letter-spacing: 0.05em;
}
.main-solicitar .prestamo-box .cuotas-row .sign {
  margin: 0 5px;
}
.main-solicitar .prestamo-box .cuotas-row .top-label {
  display: inline-block;
}
.main-solicitar .prestamo-box .cuotas-row .top-label span.title {
  color: #808284;
  font-size: 10px;
  font-weight: 900;
  display: block;
  line-height: 5px;
  letter-spacing: 0;
}
.main-solicitar .prestamo-box .bottom-row {
  color: #939597;
  font-size: 11px;
  text-align: center;
  font-family: "Aller", "Roboto", "Arial", sans-serif;
  margin-top: 10px;
}
.main-solicitar .apagar-row {
  position: relative;
  font-size: 18px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.main-solicitar .apagar-row div {
  display: inline-block;
  margin-right: 10px;
}
.main-solicitar .apagar-row div:last-child {
  margin-right: 0;
}
.main-solicitar .apagar-row b {
  margin-right: 30px;
  text-align: left;
  line-height: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.main-solicitar .apagar-row b span {
  display: block;
  font-size: 13px;
  color: #b1b3b5;
}
.main-solicitar .apagar-row .input {
  width: 16px;
  height: 16px;
  border: 1px solid #c5c5c5;
  border-radius: 100%;
  background: #fff;
  position: relative;
  margin-right: 5px;
  display: inline-block;
}
.main-solicitar .apagar-row .input:after {
  content: "";
  background-color: #ED0823;
  width: 12px;
  height: 12px;
  display: inline-block;
  border-radius: 100%;
  position: absolute;
  left: 1px;
  top: 1px;
  -webkit-transform-origin: center center;
  transform-origin: center center;
  opacity: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transition: opacity 0.2s, -webkit-transform 0.2s;
  transition: opacity 0.2s, -webkit-transform 0.2s;
  transition: transform 0.2s, opacity 0.2s;
  transition: transform 0.2s, opacity 0.2s, -webkit-transform 0.2s;
}
.main-solicitar .apagar-row input:checked + label {
  background-color: #ED0823;
}
.main-solicitar .apagar-row input:checked + label .input:after {
  opacity: 1 !important;
  -webkit-transform: scale(1) !important;
  transform: scale(1) !important;
}
.main-solicitar .apagar-row label {
  color: white !important;
  font-weight: 500;
  font-size: 14px;
  background-color: #dadada;
  min-height: 45px;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 15px !important;
  border-radius: 7px;
  -webkit-transition: background-color 0.2s;
  transition: background-color 0.2s;
}
.main-solicitar .apagar-row label:before {
  content: none !important;
}
.main-solicitar .apagar-row label:after {
  content: none !important;
}
.main-solicitar .prestamodata-row {
  text-align: center;
}
.main-solicitar .prestamodata-row span {
  font-size: 16px;
}
.main-solicitar .prestamodata-row span b {
  font-size: 27px;
}

.main-elegir {
  text-align: center;
  background: white;
  padding: 75px 0 95px 0;
}
.main-elegir figure {
  min-height: 85px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.main-elegir h2 {
  font-size: 35px;
  color: #ED0823;
  margin: 0;
  font-weight: 400;
}
.main-elegir h4 {
  color: #ED0823;
  margin: 23px 0 10px 0;
}
.main-elegir p {
  font-size: 13px;
  color: #59595b;
  max-width: 245px;
  margin: 0 auto;
  font-weight: 500;
  line-height: 1.3em;
}
.main-elegir .page-separator {
  width: 116px;
  height: 6px;
  background: #ED0823;
  display: inline-block;
  border-radius: 50px;
  margin: 40px 0 30px 0;
}

.main-steps {
  background-image: url("../img/steps-pattern.png");
  padding: 65px 0 50px 0;
  text-align: center;
}
.main-steps h2 {
  font-size: 35px;
  color: white;
  margin: 0;
  font-weight: 400;
}
.main-steps .page-separator {
  width: 116px;
  height: 6px;
  background: white;
  display: inline-block;
  border-radius: 50px;
  margin: 40px 0 30px 0;
}
.main-steps p {
  font-size: 13px;
  color: #59595b;
  max-width: 230px;
  margin: 0 auto;
  font-weight: 500;
  line-height: 1.3em;
}
.main-steps h4 {
  color: white;
  font-size: 22px;
  font-weight: bolder;
  max-width: 220px;
  margin-left: auto;
  margin-right: auto;
}
.main-steps .arrow-right {
  position: absolute;
  top: 75px;
  right: -20px;
}

.main-req {
  background: white;
  text-align: center;
  padding: 70px 0 40px 0;
}
.main-req h2 {
  font-size: 35px;
  color: #ED0823;
  margin: 0;
  font-weight: 400;
}
.main-req .page-separator {
  width: 116px;
  height: 6px;
  background: #ED0823;
  display: inline-block;
  border-radius: 50px;
  margin: 40px 0 30px 0;
}
.main-req li {
  color: #404041;
  font-size: 20px;
  font-weight: 500;
  text-align: left;
  list-style: none;
  margin-bottom: 10px;
}
.main-req li:before {
  content: "";
  background-image: url("../img/check.gif");
  width: 30px;
  height: 23px;
  display: inline-block;
  float: left;
  margin-right: 13px;
}
.main-req ul {
  margin: 0;
  padding: 0;
}

.main-ahora {
  background-image: url("../img/stock2.jpg");
  background-size: cover;
  background-position: center;
  padding: 70px 0 85px 0;
  text-align: center;
}
.main-ahora h2 {
  font-size: 35px;
  color: white;
  margin: 0;
  font-weight: 400;
}
.main-ahora .btn-solicitalo {
  margin-top: 55px;
}

.main-dudas {
  background: #ED0823;
  padding: 46px 0 31px 0;
  text-align: center;
}
.main-dudas h2 {
  font-size: 35px;
  color: white;
  margin: 0;
  font-weight: 400;
}
.main-dudas .page-separator {
  width: 116px;
  height: 6px;
  background: white;
  display: inline-block;
  border-radius: 50px;
  margin: 40px 0 30px 0;
}
.main-dudas p {
  font-size: 17px;
  color: white;
}
.main-dudas p a {
  color: white;
  text-decoration: underline;
}
.main-dudas .fb {
  color: white;
  text-decoration: none;
  font-size: 17px;
  margin-top: 20px;
  display: inline-block;
}
.main-dudas .fb img {
  margin-right: 5px;
}
.main-dudas.equal {
  padding: 30px 0;
}

.main-footer {
  background: #5d5d5d;
  text-align: center;
  font-size: 13px;
  padding: 25px 0 22px 0;
  color: white;
  position: relative;
}
.main-footer a {
  color: white;
  text-decoration: underline;
}
.main-footer ul {
  margin: 0;
  padding: 0;
}
.main-footer ul li {
  list-style: none;
  display: inline-block;
  margin-right: 20px;
}
.main-footer ul li:last-child {
  margin-right: 0;
}
.main-footer p {
  margin: 15px 0 0 0;
}
.main-footer .row {
  position: relative;
}
.main-footer a.right {
  position: absolute;
  top: -12px;
  right: 0;
}
.main-footer a.right img {
  max-width: 55px;
}

.pasos-header {
  min-height: 80px;
  background-color: #e6e7e8;
  background-image: url("../img/pattern.png");
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.pasos-header .content {
  max-width: 1170px;
  width: 100%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}
.pasos-header .content small {
  font-size: 23px;
  font-weight: 700;
  color: #404041;
}
.pasos-header h2 {
  margin: 0;
  color: #404041;
  display: inline-block;
  font-size: 29px;
  font-weight: bolder;
  margin-right: 20px;
  margin-left: 30px;
}
.pasos-header h2:last-child {
  margin: 0;
}
.pasos-header ul.steps {
  margin: 0;
  padding: 0;
}
.pasos-header ul.steps li {
  margin: 0;
  padding: 0;
  list-style: none;
  display: block;
  float: left;
  width: 40px;
  height: 40px;
  border-radius: 500px;
  background: white;
  text-align: center;
  line-height: 40px;
  font-size: 19px;
  color: #404041;
  font-weight: 500;
  position: relative;
}
.pasos-header ul.steps li:first-child {
  margin-right: 23px;
}
.pasos-header ul.steps li:first-child:before {
  right: -23px;
  content: "";
  display: inline-block;
  width: 23px;
  height: 5px;
  position: absolute;
  background: white;
  top: 18px;
}
.pasos-header ul.steps li:nth-child(2) {
  margin: 0 23px 0 23px;
}
.pasos-header ul.steps li:nth-child(2):before {
  right: -23px;
  content: "";
  display: inline-block;
  width: 23px;
  height: 5px;
  position: absolute;
  background: white;
  top: 18px;
}
.pasos-header ul.steps li:nth-child(2):after {
  left: -23px;
  content: "";
  display: inline-block;
  width: 23px;
  height: 5px;
  position: absolute;
  background: white;
  top: 18px;
}
.pasos-header ul.steps li:nth-child(3) {
  margin: 0 23px 0 23px;
}
.pasos-header ul.steps li:nth-child(3):before {
  right: -23px;
  content: "";
  display: inline-block;
  width: 23px;
  height: 5px;
  position: absolute;
  background: white;
  top: 18px;
}
.pasos-header ul.steps li:nth-child(3):after {
  left: -23px;
  content: "";
  display: inline-block;
  width: 23px;
  height: 5px;
  position: absolute;
  background: white;
  top: 18px;
}
.pasos-header ul.steps li:last-child {
  margin-left: 23px;
}
.pasos-header ul.steps li:last-child:after {
  left: -23px;
  content: "";
  display: inline-block;
  width: 23px;
  height: 5px;
  position: absolute;
  background: white;
  top: 18px;
}
.pasos-header ul.steps li.in {
  color: white;
  background: #808284;
}
.pasos-header ul.steps li.in:before, .pasos-header ul.steps li.in:after {
  background: #808284;
}
.pasos-header ul.steps li.complete {
  color: white;
  background: #ED0823;
}
.pasos-header ul.steps li.complete:before, .pasos-header ul.steps li.complete:after {
  background: #ED0823;
}
.pasos-header ul.steps li.complete + li:after {
  background: #ED0823 !important;
}

.pasos-container {
  padding: 35px 0 60px 0;
  background-image: url("../img/stock3.jpg");
  background-size: cover;
  background-position: center;
}
.pasos-container .separator {
  width: 116px;
  height: 6px;
  background: #ED0823;
  display: inline-block;
  border-radius: 50px;
  margin: 40px 0 30px 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.pasos-container .pasos-box {
  max-width: 740px;
  width: 100%;
  background: rgba(255, 255, 255, 0.95);
  border-radius: 5px;
  padding: 35px;
  display: block;
  margin: 0 auto;
}
.pasos-container .pasos-box .loader-box {
  display: none;
}
.pasos-container .pasos-box h1 {
  margin: 0;
  color: #ED0823;
  font-size: 35px;
  font-weight: 500;
  text-align: center;
}
.pasos-container .pasos-box .terminos {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.pasos-container .pasos-box .terminos input {
  margin-right: 6px;
  margin-top: 0;
  vertical-align: baseline;
}
.pasos-container .pasos-box .terminos label {
  font-size: 17px;
  font-weight: 400;
  color: #404041;
  margin: 0;
}
.pasos-container .pasos-box .terminos label a {
  color: #404041;
  text-decoration: underline;
}
.pasos-container .pasos-box .btn-login {
  min-height: 70px;
  width: 100%;
  max-width: 370px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  padding: 0 30px;
  font-size: 19px;
  font-weight: 600;
  color: white;
  text-decoration: none;
  border: 0;
  outline: none;
  margin-bottom: 20px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.pasos-container .pasos-box .btn-login figure {
  margin-right: 15px;
  display: inline-block;
  text-align: center;
  width: 30px;
}
.pasos-container .pasos-box .btn-login figure img {
  height: 25px;
}
.pasos-container .pasos-box .btn-login.fb-login {
  background-color: #3272ab;
}
.pasos-container .pasos-box .btn-login.fb-login:hover {
  background-color: #1665a2;
}
.pasos-container .pasos-box .btn-login.gp-login {
  background-color: #d96853;
}
.pasos-container .pasos-box .btn-login.gp-login:hover {
  background-color: #d2624d;
}
.pasos-container .pasos-box .btn-login.ms-login {
  background-color: #00a7e5;
}
.pasos-container .pasos-box .btn-login.ms-login:hover {
  background-color: #0099d2;
}
.pasos-container .pasos-box .cuentadata img {
  width: 50px;
  height: 50px;
  border-radius: 500px;
  margin-right: 15px;
  margin-top: -31px;
}
.pasos-container .pasos-box .cuentadata .nombre {
  font-size: 22px;
  font-weight: bolder;
  color: black;
}
.pasos-container .pasos-box .cuentadata p {
  margin: 0;
}
.pasos-container .pasos-box .cuentadata .text-left {
  display: inline-block;
}
.pasos-container .pasos-box .alert-badge {
  background: #FDB713;
  padding: 7px 0;
  font-size: 16px;
  margin-left: -35px;
  margin-right: -35px;
  margin-top: 15px;
  margin-bottom: 35px;
  text-align: center;
}
.pasos-container .pasos-box .alert-badge:before {
  content: "";
  background: url("../img/alert-badge.png");
  width: 36px;
  height: 36px;
  display: inline-block;
  vertical-align: -11px;
  margin-right: 10px;
}
.pasos-container .pasos-box p {
  color: #59595b;
  font-size: 16px;
}
.pasos-container .pasos-box .normal-lb {
  font-size: 16px;
  font-weight: 400;
  color: #ED0823;
}
.pasos-container .pasos-box .table-data {
  max-width: 350px;
  background: #e6e7e8;
  border-top: 5px solid #a7a9ab;
  border-bottom: 5px solid #a7a9ab;
  padding: 20px;
  width: 100%;
  margin: 0 auto 50px auto;
}
.pasos-container .pasos-box .table-data table td {
  font-size: 16px;
  text-align: right;
}
.pasos-container .pasos-box .table-data table .red {
  color: #ED0823;
  font-weight: bolder;
  text-align: left !important;
  padding-left: 10px;
}
.pasos-container .pasos-box.step-1 .security-badge {
  font-size: 11px;
  color: #6d6e70;
  line-height: 14px;
  font-weight: 500;
}
.pasos-container .pasos-box.step-1 .security-badge img {
  float: left;
  margin-right: 10px;
}
.pasos-container .pasos-box.step-1 .row-step-1-phone input {
  width: 70%;
}
.pasos-container .pasos-box.step-1 .row-step-1-phone button {
  float: right;
}
.pasos-container .pasos-box.step-1 .row-step-1-phone .security-badge {
  margin-top: 9px;
}
.pasos-container .pasos-box.step-1-code h5 {
  font-size: 23px;
  font-weight: 700;
  margin: 0;
}
.pasos-container .pasos-box.step-1-code button {
  margin-top: 40px;
}
.pasos-container .pasos-box.step-2 label {
  margin-top: 20px;
}
.pasos-container .pasos-box.step-2 .row-step-2-dni input {
  width: 70%;
}
.pasos-container .pasos-box.step-2 .row-step-2-dni button {
  float: right;
}
.pasos-container .pasos-box.step-2 .row-step-2-phone {
  margin-bottom: 25px;
}
.pasos-container .pasos-box.step-2 .row-step-2-name {
  max-width: 350px;
  margin: 0 auto;
}
.pasos-container .pasos-box.step-2 .row-step-2-name ul {
  margin: 0;
  padding: 0;
}
.pasos-container .pasos-box.step-2 .row-step-2-name ul li {
  margin: 0;
  padding: 0;
  list-style: none;
}
.pasos-container .pasos-box.step-2 .row-step-2-name ul li label {
  color: black;
  font-size: 16px;
  font-weight: 500;
}
.pasos-container .pasos-box.step-2 .row-step-2-name button {
  margin: 50px 0 20px 0;
}
.pasos-container .pasos-box.loader {
  position: relative;
  overflow: hidden;
}
.pasos-container .pasos-box.loader .loader-box {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 150;
  background: rgba(255, 255, 255, 0.7);
  font-size: 18px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 20px;
  text-align: center;
}
.pasos-container .pasos-box.loader .loader-box p {
  color: black;
  margin-top: 20px;
}
.pasos-container .pasos-box.step-3 h5 {
  color: #ED0823;
  font-size: 18px;
}
.pasos-container .pasos-box.step-3 a.custom-btn {
  margin-top: 35px;
}
.pasos-container .pasos-box.step-3 .row-prestamo-opcion ul {
  margin: 25px 0;
  padding: 0;
}
.pasos-container .pasos-box.step-3 .row-prestamo-opcion ul li {
  list-style: none;
  margin: 0;
  padding: 0;
  line-height: 2.3em;
}
.pasos-container .pasos-box.step-3 .row-prestamo-opcion ul li label {
  font-weight: 400;
  font-size: 18px;
  color: #231f20;
}
.pasos-container .pasos-box.step-3 .row-relacion {
  margin-top: 30px;
}
.pasos-container .pasos-box.step-3 .row-relacion button {
  margin-top: 25px;
}
.pasos-container .pasos-box.step-3 .row-relacion ul {
  margin: 0;
  padding: 0;
}
.pasos-container .pasos-box.step-3 .row-relacion ul li {
  list-style: none;
  margin: 0;
  padding: 0;
  line-height: 2.3em;
}
.pasos-container .pasos-box.step-3 .row-relacion ul li label {
  font-weight: 400;
  font-size: 18px;
  color: #231f20;
}
.pasos-container .pasos-box.step-3.validate-fail a.red {
  color: red;
  text-decoration: underline;
}
.pasos-container .pasos-box.step-3.validate-fail a.custom-btn {
  margin-top: 35px;
}
.pasos-container .pasos-box.step-4 .terminos {
  margin-top: 35px;
  text-align: center;
}
.pasos-container .pasos-box.step-4 select {
  background: white;
  border-radius: 5px;
  border: 1px solid #e6e7e8;
  padding: 10px;
  width: 100%;
  outline: none;
  font-size: 16px;
  -webkit-transition: 0.1s;
  transition: 0.1s;
}

.step-mejor_opcion p:first-of-type {
  margin: 0;
}
.step-mejor_opcion .select-container {
  margin: 30px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.step-mejor_opcion .select-container input[type="radio"]:checked + .content {
  background-color: #ED0823;
  color: #000;
}
.step-mejor_opcion .select-container input[type="radio"]:checked + .content p {
  color: #000;
}
.step-mejor_opcion .select-container label {
  cursor: pointer;
  width: 33%;
}
.step-mejor_opcion .select-container .content {
  background-color: #000;
  padding: 20px 10px;
  text-align: center;
  font-weight: 400;
  border-radius: 6px;
  margin: 0 10px;
  font-size: 16px;
  -webkit-transition: .1s background-color, .1s color;
  transition: .1s background-color, .1s color;
}
.step-mejor_opcion .select-container .content p {
  color: #000;
  margin-bottom: 10px;
  -webkit-transition: .1s color;
  transition: .1s color;
}
.step-mejor_opcion .select-container .content ul {
  margin: 0;
  padding: 0;
}
.step-mejor_opcion .select-container .content ul li {
  list-style: none;
  font-size: 13px;
}
@media (max-width: 768px) {
  .step-mejor_opcion .select-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .step-mejor_opcion .select-container label {
    width: 100%;
  }
  .step-mejor_opcion .content p br {
    display: none;
  }
}

.pasos-container .pasos-box.step-5 .prestamos-data {
  margin-bottom: 25px;
  text-align: center;
}
.pasos-container .pasos-box.step-5 .prestamos-data span {
  font-size: 16px;
}
.pasos-container .pasos-box.step-5 .prestamos-data span b {
  color: #ED0823;
  font-size: 27px;
}
.pasos-container.step-login .login-email .login-email--separator {
  width: 300px;
  max-width: 100%;
  color: #939598;
  display: inline-block;
  position: relative;
  margin-bottom: 15px;
}
.pasos-container.step-login .login-email .login-email--separator:before {
  content: "";
  width: 100%;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  height: 1px;
  background-color: #939598;
  display: inline-block;
}
.pasos-container.step-login .login-email .login-email--separator span {
  background: #f9f7f7;
  display: inline-block;
  z-index: 1;
  position: relative;
  padding: 0 5px;
}
.pasos-container.step-login .login-email .login-email--row {
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 25px;
  text-align: left;
}
.pasos-container.step-login .login-email .custom-btn {
  margin-bottom: 20px;
  padding-left: 30px;
  padding-right: 30px;
}
.pasos-container.step-login .login-email .login-email--footer {
  color: #939598;
  font-size: 13px;
}
.pasos-container.step-login .login-email .login-email--footer a {
  color: #008ACE;
  text-decoration: none;
  border-bottom: 1px solid #008ACE;
}
@media(max-width: 768px) {
  .pasos-container.step-login .login-email .login-email--row input[type="email"] {
    margin-bottom: 20px;
  }
}
.pasos-container .login-recuperar .login-recuperar--row {
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 25px;
  text-align: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.pasos-container .login-recuperar .login-recuperar--row .col-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.pasos-container .login-recuperar .login-recuperar--row .col-btn .custom-btn {
  width: 100%;
}
.pasos-container .login-recuperar .login-recuperar--pin b {
  color: #ED0823;
}
.pasos-container .login-recuperar .login-nueva--row {
  margin-top: 30px;
}
@media(max-width: 768px) {
  .pasos-container .login-recuperar .login-recuperar--row {
    display: block;
  }
  .pasos-container .login-recuperar .login-recuperar--row .col-btn {
    margin-top: 10px;
    text-align: center;
  }
  .pasos-container .login-recuperar .login-recuperar--row .col-btn .custom-btn {
    width: auto;
    margin: auto;
  }
}
#divSesionError, #imgSesionAvatar, #spanSesionNombre, #spanSesionEmail, #buttonSesionCambioCuenta, #divTelNroError, #spanTelNroErrorMsg, #divTelCodError, #spanTelCodErrorMsg, #divDniDuplicados, #divDniError, #spandivDniError, #divIdentidadError, #spanIdentidadErrorMsg, #divCbuError, #spanCbuErrorMsg, #divCbuDivNuevo, #divCbuDivCondiciones, #divIdentidad2Error, #spanIdentidad2ErrorMsg {
  display: none;
}

.single-head {
  min-height: 290px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}
.single-head h1 {
  font-size: 35px;
  margin-top: 40px;
  color: white;
}
.single-head p {
  font-size: 18px;
  color: white;
  margin: 0;
}
.single-head .separator {
  width: 116px;
  height: 6px;
  background: white;
  display: inline-block;
  border-radius: 50px;
  margin: 40px 0 30px 0;
  margin-top: 40px;
  margin-bottom: 0;
}
.single-head.page-faq-head {
  background-image: url("../img/page-faq.jpg");
  background-size: cover;
  background-position: center;
}
.single-head.page-cookies-head {
  background-image: url("../img/steps-pattern.png");
  background-size: initial !important;
}
.single-head.page-terminos-head {
  background-image: url("../img/pattern-red.png");
  background-size: initial !important;
}
.single-head.page-contacto-head {
  background-image: url("../img/stock5.jpg");
  /*background: black;*/
  min-height: 350px;
  padding-bottom: 160px;
  background-size: cover;
  background-position: center;
}

.single-content {
  padding: 70px 0 40px 0;
}
.single-content.page-faq-content h5 {
  font-size: 18px;
  font-weight: 500;
  color: #939598;
  cursor: pointer;
  width: 100%;
  margin: 18px 0;
}
.single-content.page-faq-content h5[aria-expanded="true"] {
  color: #ED0823;
}
.single-content.page-faq-content .content {
  padding-left: 16px;
}
.single-content.page-faq-content .content p {
  color: #59595b;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.8em;
}
.single-content.page-faq-content .content p a {
  color: #ED0823;
  text-decoration: underline;
}
.single-content.page-faq-content .faq-box {
  border-bottom: 1px solid #d1d2d4;
}
.single-content.page-cookies-content h5 {
  color: #ED0823;
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 0;
}
.single-content.page-cookies-content h5:after {
  content: "";
  height: 4px;
  width: 53px;
  border-radius: 5px;
  background: #ED0823;
  display: block;
  margin: 12px 0 20px 0;
}
.single-content.page-cookies-content p {
  color: #59595b;
  font-size: 14px;
}
.single-content.page-cookies-content a {
  color: #ED0823;
  text-decoration: underline;
}
.single-content.page-cookies-content b {
  font-weight: 900;
}
.single-content.page-terminos-content h5 {
  color: #ED0823;
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 0;
}
.single-content.page-terminos-content h5:after {
  content: "";
  height: 4px;
  width: 53px;
  border-radius: 5px;
  background: #ED0823;
  display: block;
  margin: 12px 0 20px 0;
}
.single-content.page-terminos-content p {
  color: #59595b;
  font-size: 13px;
  font-weight: 500;
  margin-bottom: 30px;
}
.single-content.page-terminos-content p.update {
  font-size: 14px;
  color: #ED0823;
}
.single-content.page-terminos-content .bold {
  color: black;
}
.single-content.page-terminos-content a {
  color: #ED0823;
  text-decoration: underline;
}
.single-content.page-terminos-content b {
  font-weight: 900;
}
.single-content.page-contacto-content {
  padding-top: 0;
}
.single-content.page-contacto-content .box-contacto {
  background: white;
  max-width: 615px;
  padding: 44px 55px;
  display: inline-block;
  margin-top: -130px;
}
.single-content.page-contacto-content .box-contacto h2 {
  margin-top: 0;
  color: #ED0823;
  font-size: 35px;
  text-align: center;
  margin-bottom: 35px;
}
.single-content.page-contacto-content .box-contacto label {
  width: 100%;
  color: #231f20;
  text-align: left;
  font-size: 20px;
  font-weight: 500;
  margin: 0;
}
.single-content.page-contacto-content .box-contacto input, .single-content.page-contacto-content .box-contacto textarea {
  width: 100%;
  min-height: 50px;
  font-size: 16px;
  margin-bottom: 30px;
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom: 2px solid #a0a1a3;
  -webkit-transition: border 0.2s;
  transition: border 0.2s;
  outline: none;
}
.single-content.page-contacto-content .box-contacto input:active, .single-content.page-contacto-content .box-contacto input:focus, .single-content.page-contacto-content .box-contacto textarea:active, .single-content.page-contacto-content .box-contacto textarea:focus {
  border-bottom: 2px solid #ED0823;
}
.single-content.page-contacto-content .box-contacto textarea {
  height: 60px;
  resize: vertical;
}
.single-content.page-contacto-content .box-contacto .claim {
  font-size: 13px;
  text-align: justify;
  font-weight: 500;
  color: #231f20;
}
.single-content.page-contacto-content .box-contacto .claim b {
  color: #ED0823;
}
.single-content.page-contacto-content .box-contacto .claim a {
  text-decoration: none;
  color: #231f20;
}
.single-content.page-contacto-content .box-contacto .campos {
  color: #231f20;
  font-size: 14px;
  margin: 0;
  text-align: center;
}
.single-content.page-contacto-content .box-contacto button {
  font-size: 29px;
  padding: 10px 25px;
  margin: 40px 0 25px 0;
}

.clientes-head {
  min-height: 360px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  padding-bottom: 30px;
  background-image: url("../img/stock4.jpg");
  background-size: cover;
  background-position: center;
  position: relative;
}
.clientes-head h1 {
  font-size: 35px;
  margin-top: 30px;
  color: white;
}
.clientes-head p {
  font-size: 18px;
  color: white;
  margin: 0;
}
.clientes-head p.page-title {
  margin: 10px 0 0 0;
}
.clientes-head .separator {
  width: 116px;
  height: 6px;
  background: white;
  display: inline-block;
  border-radius: 50px;
  margin: 40px 0 30px 0;
  margin-top: 40px;
  margin-bottom: 0;
}
.clientes-head .f-triangle {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 30px;
}
.clientes-head .f-triangle .left {
  background: white;
  height: 30px;
  width: calc(50vw - 30px);
  float: left;
  position: relative;
}
.clientes-head .f-triangle .left:before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 30px 0 0 30px;
  border-color: transparent transparent transparent #ffffff;
  position: absolute;
  right: -30px;
}
.clientes-head .f-triangle .right {
  background: white;
  height: 30px;
  width: calc(50vw - 30px);
  position: relative;
  float: right;
}
.clientes-head .f-triangle .right:before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 30px 30px;
  border-color: transparent transparent #ffffff transparent;
  position: absolute;
  left: -30px;
}

.clientes-solicitar {
  padding: 45px 0 55px 0;
  text-align: center;
}
.clientes-solicitar h2 {
  font-size: 43px;
  color: #ED0823;
}
.clientes-solicitar .subtitle {
  color: #ED0823;
  font-size: 20px;
}
.clientes-solicitar .separator {
  height: 1px;
  width: 100%;
  background-image: url("../img/separator-pat.gif");
  margin: 20px 0;
}
.clientes-solicitar .prestamo-box {
  max-width: 670px;
  width: 100%;
  background: white;
  border-radius: 6px;
  padding: 16px 16px 8px 16px;
  margin: 30px auto 0 auto;
}
.clientes-solicitar .prestamo-box .slider-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  font-size: 16px;
  font-weight: 500;
}
.clientes-solicitar .prestamo-box .slider-row .left {
  float: left;
  color: #808184;
}
.clientes-solicitar .prestamo-box .slider-row .right {
  float: right;
  color: #808184;
}
.clientes-solicitar .prestamo-box .slider-row #slider-clientes {
  width: 100%;
  margin: 0 25px;
}
.clientes-solicitar .prestamo-box .slider-row #slider-clientes.active .ui-widget-header, .clientes-solicitar .prestamo-box .slider-row #slider-clientes:hover .ui-widget-header {
  background: #ED0823;
}
.clientes-solicitar .prestamo-box .slider-row #slider-clientes.active span.ui-slider-handle, .clientes-solicitar .prestamo-box .slider-row #slider-clientes:hover span.ui-slider-handle {
  -webkit-box-shadow: 0 0 0 2px #ED0823;
  box-shadow: 0 0 0 2px #ED0823;
  background: #ED0823;
}
.clientes-solicitar .prestamo-box .slider-row #slider-clientes.active .badge-amount, .clientes-solicitar .prestamo-box .slider-row #slider-clientes:hover .badge-amount {
  background: #ED0823;
}
.clientes-solicitar .prestamo-box .slider-row #slider-clientes.active .badge-amount:before, .clientes-solicitar .prestamo-box .slider-row #slider-clientes:hover .badge-amount:before {
  border-color: #ED0823 transparent transparent transparent;
}
.clientes-solicitar .prestamo-box .slider-row #slider-clientes .ui-widget-header, .clientes-solicitar .prestamo-box .slider-row #slider-clientes span.ui-slider-handle, .clientes-solicitar .prestamo-box .slider-row #slider-clientes .badge-amount {
  -webkit-transition: background 0.2s, -webkit-box-shadow 0.2s;
  transition: background 0.2s, -webkit-box-shadow 0.2s;
  transition: background 0.2s, box-shadow 0.2s;
  transition: background 0.2s, box-shadow 0.2s, -webkit-box-shadow 0.2s;
}
.clientes-solicitar .prestamo-box .slider-row #slider-clientes .badge-amount:before {
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.clientes-solicitar .prestamo-box .slider-row .cliente-badge {
  background: rgba(253, 183, 19, 0.9);
  padding: 10px 14px;
  display: inline-block;
  text-align: center;
  border-radius: 7px;
  position: absolute;
  font-size: 12px;
  top: -58px;
  right: -22px;
  opacity: 0;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.clientes-solicitar .prestamo-box .slider-row .cliente-badge:before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 9px 0 9px;
  border-color: rgba(253, 183, 19, 0.9) transparent transparent transparent;
  position: absolute;
  bottom: -8px;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.clientes-solicitar .prestamo-box .slider-row .cliente-badge a {
  color: black;
  text-decoration: none;
}
.clientes-solicitar .prestamo-box .slider-row .cliente-badge.shower {
  opacity: 1;
}
.clientes-solicitar .prestamo-box .apagar-row {
  font-size: 18px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.clientes-solicitar .prestamo-box .apagar-row div {
  display: inline-block;
  margin-right: 20px;
}
.clientes-solicitar .prestamo-box .apagar-row div:last-child {
  margin-right: 0;
}
.clientes-solicitar .prestamo-box .apagar-row b {
  margin-right: 30px;
  text-align: left;
  line-height: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.clientes-solicitar .prestamo-box .apagar-row b span {
  display: block;
  font-size: 13px;
  color: #b1b3b5;
}
.clientes-solicitar .prestamo-box .apagar-row .input {
  width: 16px;
  height: 16px;
  border: 1px solid #c5c5c5;
  border-radius: 100%;
  background: #fff;
  position: relative;
  margin-right: 5px;
}
.clientes-solicitar .prestamo-box .apagar-row .input:after {
  content: "";
  background-color: #ED0823;
  width: 12px;
  height: 12px;
  display: inline-block;
  border-radius: 100%;
  position: absolute;
  left: 1px;
  top: 1px;
  -webkit-transform-origin: center center;
  transform-origin: center center;
  opacity: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transition: opacity 0.2s, -webkit-transform 0.2s;
  transition: opacity 0.2s, -webkit-transform 0.2s;
  transition: transform 0.2s, opacity 0.2s;
  transition: transform 0.2s, opacity 0.2s, -webkit-transform 0.2s;
}
.clientes-solicitar .prestamo-box .apagar-row input:checked + label {
  background-color: #ED0823;
}
.clientes-solicitar .prestamo-box .apagar-row input:checked + label .input:after {
  opacity: 1 !important;
  -webkit-transform: scale(1) !important;
  transform: scale(1) !important;
}
.clientes-solicitar .prestamo-box .apagar-row label {
  color: white;
  font-weight: 500;
  font-size: 16px;
  background-color: #dadada;
  min-height: 45px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 20px;
  border-radius: 7px;
  -webkit-transition: background-color 0.2s;
  transition: background-color 0.2s;
}
.clientes-solicitar .prestamo-box .apagar-row label:before {
  content: none;
}
.clientes-solicitar .prestamo-box .apagar-row label:after {
  content: none;
}
.clientes-solicitar .prestamo-box .prestamodata-row span {
  font-size: 16px;
}
.clientes-solicitar .prestamo-box .prestamodata-row span b {
  font-size: 27px;
}
.clientes-solicitar .prestamo-box .devolver-row {
  font-size: 18px;
  text-align: center;
}
.clientes-solicitar .prestamo-box .devolver-row div {
  display: inline-block;
  margin-right: 30px;
}
.clientes-solicitar .prestamo-box .devolver-row div:last-child {
  margin-right: 0;
}
.clientes-solicitar .prestamo-box .devolver-row b {
  margin-right: 30px;
}
.clientes-solicitar .prestamo-box .devolver-row label {
  color: black;
  font-weight: 500;
}
.clientes-solicitar .prestamo-box .cuotas-row {
  text-align: center;
  font-size: 24px;
  color: #404041;
  letter-spacing: 0.05em;
}
.clientes-solicitar .prestamo-box .cuotas-row .sign {
  margin: 0 5px;
}
.clientes-solicitar .prestamo-box .cuotas-row .top-label {
  display: inline-block;
}
.clientes-solicitar .prestamo-box .cuotas-row .top-label span.title {
  color: #808284;
  font-size: 10px;
  font-weight: 900;
  display: block;
  line-height: 5px;
  letter-spacing: 0;
}
.clientes-solicitar .prestamo-box .bottom-row {
  color: #939597;
  font-size: 11px;
  text-align: center;
  font-family: "Aller", "Roboto", "Arial", sans-serif;
  margin-top: 10px;
}
.clientes-solicitar .prestamo-box.disabled {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  opacity: 0.2;
  pointer-events: none;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.clientes-solicitar .prestamo-box.disabled:before {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  content: "";
  z-index: 15;
}
.clientes-solicitar .prestamo-box.disabled .cuotas-row, .clientes-solicitar .prestamo-box.disabled .bottom-row {
  display: none;
}
.clientes-solicitar .prestamo-box .btn-proceder {
  margin-top: 20px;
}
.clientes-solicitar .prestamo-box .btn-proceder[disabled] {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  opacity: 0.2;
  pointer-events: none;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.clientes-notificar {
  padding: 45px 0;
  background: #FDB713;
  color: white;
  text-align: center;
}
.clientes-notificar p, .clientes-notificar b {
  font-size: 18px;
  margin: 0;
}
.clientes-notificar h3 {
  font-size: 35px;
  margin-top: 0;
  margin-bottom: 35px;
}

.clientes-data {
  padding: 65px 0;
}
.clientes-data .nav-tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border: 0;
}
.clientes-data .nav-tabs li {
  width: 33%;
}
.clientes-data .nav-tabs li a {
  min-height: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: #d1d2d4;
  color: white;
  font-size: 18px;
  border: 0;
  border-radius: 0;
  display: flex;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: 0.1s;
  transition: 0.1s;
}
.clientes-data .nav-tabs li.active a {
  background: #ED0823;
  border: 0;
  color: white;
}
.clientes-data .tab-content {
  padding-top: 40px;
}
.clientes-data .tab-content .table-container {
  margin-top: 70px;
}
.clientes-data .tab-content .table-container:first-child {
  margin-top: 0;
}
.clientes-data .tab-content .full-title {
  border-bottom: 4px solid #d1d2d4;
  padding-bottom: 15px;
  color: #ED0823;
  font-weight: 500;
  margin-top: 0;
  margin-bottom: 20px;
}
.clientes-data .tab-content .full-title b {
  font-weight: 900;
}
.clientes-data .tab-content table {
  width: 100%;
}
.clientes-data .tab-content table th {
  font-size: 18px;
  color: #a8a9ad;
  font-weight: 400;
  padding-bottom: 20px;
}
.clientes-data .tab-content table td {
  font-weight: 400;
  font-size: 17px;
  color: black;
  padding-bottom: 5px;
}
.clientes-data .tab-content table td span.estado {
  width: 13px;
  height: 13px;
  display: inline-block;
  border-radius: 150px;
  margin-right: 6px;
}
.clientes-data .tab-content table td span.estado.cancelado {
  background: #ED0823;
}
.clientes-data .tab-content table td span.estado.rechazado {
  background: #FDB713;
}
.clientes-data .tab-content table td span.estado.activo {
  background: blue;
}
.clientes-data .tab-content table td span.estado.mora {
  background: #ff6c00;
}
.clientes-data .tab-content table td span.estado.pagado {
  background: #38b64a;
}
.clientes-data .tab-content table td span.estado.completar {
  background: maroon;
}
.clientes-data .tab-content table td span.pago.aprobado {
  background-image: url("../img/aprobado.svg");
  width: 29px;
  height: 22px;
  display: inline-block;
  background-repeat: no-repeat;
  width: 80px;
  background-position: 50%;
}
.clientes-data .tab-content table td span.pago.cancelado {
  background-image: url("../img/cancelado.svg");
  width: 29px;
  height: 22px;
  display: inline-block;
  background-repeat: no-repeat;
  width: 80px;
  background-position: 50%;
}
.clientes-data .tab-content .tab-datos .mail-table {
  padding-top: 25px;
}
.clientes-data .tab-content .tab-datos .table-row {
  font-size: 16px;
  border-bottom: 2px solid #ddd;
  padding-bottom: 20px;
  display: inline-block;
  width: 100%;
}
.clientes-data .tab-content .tab-datos .table-row .btn-update-tel {
  text-decoration: none;
  color: black;
}
.clientes-data .tab-content .tab-datos .table-row .btn-update-tel:before {
  content: "";
  width: 21px;
  height: 24px;
  background-image: url("../img/update.svg");
  background-repeat: no-repeat;
  display: inline-block;
  margin-right: 15px;
  vertical-align: -5px;
}
.clientes-data .tab-content .tab-datos .table-row .row-agregar-mail input {
  max-width: 340px;
  margin-right: 20px;
  margin-top: 50px;
}
.clientes-data .tab-content .tab-datos .table-row .row-main {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.clientes-data .tab-content .tab-datos .table-row .nuevo {
  float: right;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  white-space: nowrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.clientes-data .tab-content .tab-datos .table-row .nuevo span {
  color: #ED0823;
  font-size: 14px;
  margin-right: 5px;
}
.clientes-data .tab-content .tab-datos .table-row .nuevo input {
  margin-right: 5px;
}
.clientes-data .tab-content .tab-cbus .table-row {
  font-size: 16px;
  border-bottom: 2px solid #ddd;
  padding-bottom: 20px;
}
.clientes-data .tab-content .tab-cbus .table-row.nb {
  border: 0;
}
.clientes-data .tab-content .tab-cbus .table-row .row-cbu {
  margin-top: 15px;
}
.clientes-data .tab-content .tab-cbus .table-row .row-cbu:first-child {
  margin-top: 0;
}
.clientes-data .tab-content .tab-cbus .table-row .row-cbu p {
  margin: 0;
  display: inline-block;
}
.clientes-data .tab-content .tab-cbus .table-row .row-cbu b {
  font-weight: 900;
  color: black;
}
.clientes-data .tab-content .tab-cbus .table-row .row-cbu label {
  font-weight: 400;
  color: #d1d2d4;
}
.clientes-data .tab-content .tab-cbus .table-row .row-cbu label span {
  width: 20px;
  height: 20px;
  background-image: url("../img/estrellas.svg");
  background-repeat: no-repeat;
  display: inline-block;
  background-size: 20px;
  margin-right: 12px;
  background-position: bottom;
  vertical-align: -3px;
}
.clientes-data .tab-content .tab-cbus .table-row .row-cbu label:before, .clientes-data .tab-content .tab-cbus .table-row .row-cbu label:after {
  content: none;
}
.clientes-data .tab-content .tab-cbus .table-row .row-cbu input[type="radio"]:checked + label {
  color: black;
}
.clientes-data .tab-content .tab-cbus .table-row .row-cbu input[type="radio"]:checked + label span {
  background-position: 0 -1px;
}
.clientes-data .tab-content .tab-cbus .table-row .row-agregar-cbu input {
  max-width: 340px;
  margin-right: 20px;
  margin-top: 50px;
}
.clientes-data .tab-content .tab-cbus .table-row .row-agregar-cbu .validate {
  position: relative;
}
.clientes-data .tab-content .tab-cbus .table-row .row-agregar-cbu .validate .badge-alert {
  background: #FDB713;
  padding: 20px 30px;
  display: inline-block;
  color: black;
  position: absolute;
  left: 0;
  bottom: -100px;
  line-height: 18px;
}
.clientes-data .tab-content .tab-cbus .table-row .row-agregar-cbu .validate .badge-alert:before {
  content: "";
  background-image: url("../img/alert-badge.png");
  width: 36px;
  height: 36px;
  display: inline-block;
  float: left;
  margin-right: 15px;
}
.clientes-data .tab-content .tab-cbus .table-row .row-agregar-cbu .validate .badge-alert:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 11.5px 13px 11.5px;
  border-color: transparent transparent #FDB713 transparent;
  position: absolute;
  top: -13px;
  left: 0;
  right: 0;
  margin: 0 auto;
}

.clientes-head-step {
  min-height: 125px;
  background-color: #e6e7e8;
  background-image: url("../img/pattern.png");
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.clientes-head-step .content {
  max-width: 1170px;
  width: 100%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}
.clientes-head-step .content small {
  font-size: 23px;
  font-weight: 700;
  color: #404041;
}
.clientes-head-step h2 {
  margin: 0;
  color: #404041;
  display: inline-block;
  font-size: 29px;
  font-weight: bolder;
  margin-right: 20px;
  margin-left: 30px;
}
.clientes-head-step h2:last-child {
  margin: 0;
}
.clientes-head-step ul.steps {
  margin: 0;
  padding: 0;
}
.clientes-head-step ul.steps li {
  margin: 0;
  padding: 0;
  list-style: none;
  display: block;
  float: left;
  width: 50px;
  height: 50px;
  border-radius: 500px;
  background: white;
  text-align: center;
  line-height: 50px;
  font-size: 19px;
  color: #404041;
  font-weight: 500;
  position: relative;
}
.clientes-head-step ul.steps li:first-child {
  margin-right: 23px;
}
.clientes-head-step ul.steps li:first-child:before {
  right: -23px;
  content: "";
  display: inline-block;
  width: 23px;
  height: 5px;
  position: absolute;
  background: white;
  top: 23px;
}
.clientes-head-step ul.steps li:last-child {
  margin-left: 23px;
}
.clientes-head-step ul.steps li:last-child:after {
  left: -23px;
  content: "";
  display: inline-block;
  width: 23px;
  height: 5px;
  position: absolute;
  background: white;
  top: 23px;
}
.clientes-head-step ul.steps li.in {
  color: white;
  background: #808284;
}
.clientes-head-step ul.steps li.in:before, .clientes-head-step ul.steps li.in:after {
  background: #808284;
}
.clientes-head-step ul.steps li.complete {
  color: white;
  background: #ED0823;
}
.clientes-head-step ul.steps li.complete:before, .clientes-head-step ul.steps li.complete:after {
  background: #ED0823;
}

.clientes-solicitar-step {
  padding: 50px 0;
}
.clientes-solicitar-step h1 {
  font-size: 35px;
  color: #ED0823;
  margin-top: 0;
  text-align: center;
  font-weight: 500;
}
.clientes-solicitar-step h1 b {
  font-weight: 900;
}
.clientes-solicitar-step .separator {
  width: 116px;
  height: 6px;
  background: #ED0823;
  display: inline-block;
  border-radius: 50px;
  margin: 40px 0 30px 0;
}
.clientes-solicitar-step .prestamodata-row span {
  font-size: 16px;
}
.clientes-solicitar-step .prestamodata-row span b {
  font-size: 27px;
  color: #ED0823;
}
.clientes-solicitar-step .data-row {
  font-weight: 17px;
  color: black;
}
.clientes-solicitar-step .data-row p {
  display: inline;
}
.clientes-solicitar-step .data-row b {
  font-weight: 900;
}
.clientes-solicitar-step .data-row a {
  font-size: 13px;
  text-decoration: none;
  color: #ED0823;
  display: inline-block;
  margin-left: 15px;
  font-weight: 500;
}
.clientes-solicitar-step .subtitle-row {
  text-align: center;
  margin-bottom: 15px;
}
.clientes-solicitar-step .subtitle-row .red {
  color: #ED0823;
}
.clientes-solicitar-step .subtitle-row p {
  font-size: 18px;
  margin: 0;
}
.clientes-solicitar-step .opciones-row {
  margin-bottom: 25px;
}
.clientes-solicitar-step .opciones-row ul {
  margin: 0;
  display: inline-block;
  padding: 0;
}
.clientes-solicitar-step .opciones-row li {
  margin: 0;
  padding: 0;
  list-style: none;
  line-height: 2.3em;
}
.clientes-solicitar-step .opciones-row label {
  font-weight: 400;
  font-size: 18px;
  color: black !important;
}
.clientes-solicitar-step .terminos-row {
  margin-top: 20px;
}
.clientes-solicitar-step .terminos-row label {
  margin-left: 10px;
  color: #3b3b3b;
  font-size: 16px;
  font-weight: 500;
}
.clientes-solicitar-step .terminos-row label a {
  color: #3b3b3b;
  text-decoration: underline;
}
.clientes-solicitar-step .custom-btn {
  font-size: 23px;
  margin-top: 15px;
}
.clientes-solicitar-step .table-row td {
  width: 50%;
  padding: 0 5px;
  text-align: right;
  font-size: 20px;
}
.clientes-solicitar-step .table-row td.red {
  text-align: left;
  color: #ED0823;
  font-weight: bolder;
}

.custom-input {
  background: white;
  border-radius: 5px;
  border: 1px solid #e6e7e8;
  padding: 10px;
  width: 100%;
  outline: none;
  font-size: 16px;
  -webkit-transition: 0.1s;
  transition: 0.1s;
}

.custom-btn {
  background: #ED0823;
  cursor: pointer;
  color: white;
  border: 0;
  font-size: 17px;
  font-weight: 900;
  border-radius: 7px;
  display: inline-block;
  padding: 10px 15px;
  letter-spacing: 0.05em;
  -webkit-box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.28);
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.28);
  outline: none;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.custom-btn:hover, .custom-btn:focus {
  background: #c51c3b;
  color: white;
  text-decoration: none;
}
.custom-btn.img {
  font-size: 20px;
}
.custom-btn.img img {
  margin-right: 10px;
}

.custom-btn[disabled] {
  background: #bbbdc0;
}

.pasos-box input[type="text"], .pasos-box input[type="number"], .pasos-box input[type="email"], .pasos-box input[type="password"] {
  background: white;
  border-radius: 5px;
  border: 1px solid #e6e7e8;
  padding: 10px;
  width: 100%;
  outline: none;
  font-size: 16px;
  -webkit-transition: 0.1s;
  transition: 0.1s;
}
.pasos-box input[type="text"]:focus, .pasos-box input[type="number"]:focus, .pasos-box input[type="email"]:focus, .pasos-box input[type="password"]:focus {
  border-color: #c9cacc;
}

.btn-yellow {
  background: #FDB713;
  border-radius: 4px;
  padding: 5px 10px;
  display: inline-block;
  color: black;
  font-size: 12px;
}
.btn-yellow.arrow:before {
  content: "»";
  margin-right: 4px;
}

.md-container {
  max-width: 1000px;
}

.small-container {
  max-width: 900px;
}

.small-container-2 {
  max-width: 830px;
}

.big-btn {
  background: #ED0823;
  font-size: 28px;
  font-weight: bolder;
  text-decoration: none;
  color: white;
  padding: 13px 30px;
  display: inline-block;
  border-radius: 8px;
  -webkit-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.34);
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.34);
  letter-spacing: 0.05em;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.big-btn:hover, .big-btn:focus {
  color: white;
  text-decoration: none;
  background: #ED0823;
}

.badge-amount {
  background: #fcb614;
  color: white;
  display: inline-block;
  padding: 0 10px;
  height: 30px;
  border-radius: 500px;
  line-height: 31px;
  position: absolute;
  top: -40px;
  -webkit-transform: translateX(-29px);
  transform: translateX(-29px);
}
.badge-amount:before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 9px 5.5px 0 5.5px;
  border-color: #fcb614 transparent transparent transparent;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: -7px;
  position: absolute;
}

.custom-slider.ui-widget.ui-widget-content {
  background: #b1b3b5;
  border: 0;
  height: 8px;
  border-radius: 500px;
}
.custom-slider .ui-widget-header {
  background: #fcb614;
  border-radius: 500px;
}
.custom-slider span.ui-slider-handle {
  background: #fcb614;
  border-radius: 50px;
  border: 3px solid white;
  width: 17px;
  height: 17px;
  -webkit-box-shadow: 0 0 0 2px #fcb614;
  box-shadow: 0 0 0 2px #fcb614;
  top: -5px;
  outline: none;
  font-family: "Myriad Bold", "Aller", "Roboto", sans-serif;
}

input[type="number"].ns::-webkit-outer-spin-button, input[type="number"].ns::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type="number"].ns {
  -moz-appearance: textfield;
}

[type="radio"]:checked, [type="radio"]:not(:checked) {
  position: absolute;
  left: -9999px;
}

[type="radio"]:checked + label, [type="radio"]:not(:checked) + label {
  position: relative;
  padding-left: 22px;
  cursor: pointer;
  line-height: 16px;
  display: inline-block;
  color: #666;
}

[type="radio"]:checked + label:before, [type="radio"]:not(:checked) + label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 16px;
  height: 16px;
  border: 1px solid #ddd;
  border-radius: 100%;
  background: #fff;
}

[type="radio"]:checked + label:after, [type="radio"]:not(:checked) + label:after {
  content: "";
  width: 10px;
  height: 10px;
  background: #a7a9ac;
  position: absolute;
  top: 3px;
  left: 3px;
  border-radius: 100%;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

[type="radio"]:not(:checked) + label:after {
  opacity: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
}

[type="radio"]:checked + label:after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}

[type="radio"]:checked + label:before {
  border-color: #a7a9ac;
}

.relative {
  position: relative;
}

.pop-cuotas--container {
  text-align: center;
  height: 0;
  overflow: hidden;
  -webkit-transition: 0.5s opacity, 0.5s height;
  transition: 0.5s opacity, 0.5s height;
  will-change: opacity, height;
  opacity: 0;
}
.pop-cuotas--container.active {
  height: 66px;
  opacity: 1;
}
.pop-cuotas--container .pop-cuotas--alt {
  margin-top: 10px;
  background: #FDB713;
  display: inline-block;
  padding: 10px 15px;
  border-radius: 5px;
  font-size: 16px;
  text-align: center;
}
.pop-cuotas--container .pop-cuotas--alt:before {
  content: "";
  background: url("../img/alert-badge.png");
  width: 36px;
  height: 36px;
  display: inline-block;
  vertical-align: -11px;
  margin-right: 10px;
}

.pop-error {
  background: #FDB713;
  padding: 20px 30px;
  color: black;
  position: absolute;
  left: 0;
  bottom: -100px;
  line-height: 18px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  z-index: 50;
}
.pop-error:before {
  content: "";
  background-image: url("../img/alert-badge.png");
  width: 36px;
  height: 36px;
  display: inline-block;
  float: left;
  margin-right: 15px;
}
.pop-error:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 11.5px 13px 11.5px;
  border-color: transparent transparent #FDB713 transparent;
  position: absolute;
  top: -13px;
  left: 0;
  right: 0;
  margin: 0 auto;
}

.pop-cuotas {
  background: #FDB713;
  padding: 20px 30px;
  color: black;
  position: absolute;
  left: 0;
  top: -100px;
  line-height: 18px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  z-index: 50;
  margin-right: 0 !important;
  -webkit-transition: opacity 1s, -webkit-transform 1s;
  transition: opacity 1s, -webkit-transform 1s;
  transition: opacity 1s, transform 1s;
  transition: opacity 1s, transform 1s, -webkit-transform 1s;
  opacity: 0;
  pointer-events: none;
  -webkit-transform: translate3d(0, 50px, 0);
  transform: translate3d(0, 50px, 0);
}
.pop-cuotas:before {
  content: "";
  background-image: url("../img/alert-badge.png");
  width: 36px;
  height: 36px;
  display: inline-block;
  float: left;
  margin-right: 15px;
}
.pop-cuotas:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 11.5px 13px 0 11.5px;
  border-color: #FDB713 transparent transparent transparent;
  position: absolute;
  bottom: -11px;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.pop-cuotas.active {
  -webkit-transform: translate3d(0, 0px, 0);
  transform: translate3d(0, 0px, 0);
  opacity: 1;
}

@font-face {
  font-family: "Aller";
  src: url("fonts/aller_rg-webfont.woff2") format("woff2"), url("fonts/aller_rg-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Myriad Bold";
  src: url("fonts/MyriadPro-Bold.eot");
  src: url("fonts/MyriadPro-Bold.woff2") format("woff2"), url("fonts/MyriadPro-Bold.woff") format("woff"), url("fonts/MyriadPro-Bold.ttf") format("truetype"), url("fonts/MyriadPro-Bold.svg#MyriadPro-Bold") format("svg"), url("fonts/MyriadPro-Bold.eot?#iefix") format("embedded-opentype");
  font-weight: normal;
  font-style: normal;
}
@media (max-width: 992px) {
  .main-header .container {
    width: 100%;
  }
  .main-header .container nav a {
    margin: 0 7px;
    font-size: 14px;
  }
  .main-header .container nav a:last-child {
    margin-right: 0;
  }
  .main-header .container .logo img {
    max-width: 150px;
    margin-left: 15px;
  }

  .clientes-head {
    padding-left: 100px;
    padding-right: 100px;
    padding-bottom: 60px;
    padding-top: 30px;
  }

  .clientes-solicitar h2 {
    margin-top: 0;
  }

  .clientes-data .tab-estado table.sm-table th, .clientes-data .tab-estado table.sm-table td {
    padding-bottom: 0;
  }
  .clientes-data .tab-estado table.sm-table td {
    white-space: nowrap;
    padding-bottom: 5px;
  }
  .clientes-data .tab-estado table.sm-table td span.pago {
    width: 18px !important;
    height: 18px;
  }
  .clientes-data .tab-estado table.sm-table tbody {
    border-bottom: 1px solid #d1d2d4;
  }
  .clientes-data .tab-estado table.sm-table tbody tr:last-child td, .clientes-data .tab-estado table.sm-table tbody tr:last-child th {
    padding-bottom: 20px;
  }
  .clientes-data .tab-estado table.sm-table tbody:last-child {
    border-bottom: 0;
  }
  .clientes-data .tab-estado table.sm-table tbody:not(:first-child) tr:first-child td, .clientes-data .tab-estado table.sm-table tbody:not(:first-child) tr:first-child th {
    padding-top: 20px;
  }
}
@media (max-width: 768px) {
  .pop-error-mobile {
    position: relative !important;
    bottom: 0 !important;
    left: 0 !important;
    right: 0 !important;
    top: 0 !important;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    height: auto !important;
    margin-bottom: 15px !important;
    margin-top: 10px !important;
  }

  .single-content.page-contacto-content .box-contacto {
    padding: 25px 20px;
  }
  .single-content.page-contacto-content .box-contacto h2 {
    font-size: 30px;
  }
  .single-content.page-contacto-content .box-contacto .claim, .single-content.page-contacto-content .box-contacto .campos {
    font-size: 17px;
  }
  .single-content.page-contacto-content .box-contacto button {
    width: 100%;
  }

  .clientes-head-step {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 20px 0;
  }
  .clientes-head-step .monto {
    margin: 20px 0;
  }

  .clientes-data .tab-datos .table-row .row-main {
    display: block !important;
    text-align: center;
  }
  .clientes-data .tab-datos .table-row .row-main .nuevo {
    float: none;
    display: block;
  }
  .clientes-data .tab-datos .table-row .row-main .nuevo input {
    width: 350px;
    max-width: 100%;
    margin: 5px 0;
  }
  .clientes-data .tab-datos .mail-table {
    border-bottom: 0;
  }
  .clientes-data .tab-datos .mail-table .email {
    display: block;
    margin-bottom: 10px;
  }
  .clientes-data .tab-datos .mail-table .row-mail:last-child {
    border-bottom: 2px solid #ddd !important;
  }
  .clientes-data .tab-datos .row-agregar-mail input {
    margin-bottom: 10px;
    width: 100%;
    max-width: initial !important;
  }
  .clientes-data .tab-datos .row-agregar-mail button {
    width: 100%;
  }
  .clientes-data .tab-cbus .row-cbu .text-right {
    text-align: left !important;
  }
  .clientes-data .tab-cbus .row-cbu .text-right label {
    padding-left: 0;
    margin-top: 10px;
  }
  .clientes-data .tab-cbus .row-cbu:not(:last-child) label {
    border-bottom: 1px solid #d1d2d4;
    width: 100%;
    padding-bottom: 20px;
  }
  .clientes-data .tab-cbus .row-agregar-cbu input {
    margin-bottom: 10px;
    width: 100%;
    max-width: initial !important;
  }
  .clientes-data .tab-cbus .row-agregar-cbu button {
    width: 100%;
  }

  .clientes-data .nav-tabs {
    display: block;
  }
  .clientes-data .nav-tabs li {
    width: 100%;
    margin-bottom: 5px;
  }

  body {
    padding-top: 60px;
  }

  .main-header {
    height: 60px;
  }
  .main-header .mobile-menu {
    background: rgba(253, 183, 19, 0.95);
    position: fixed;
    left: -100%;
    right: 0;
    bottom: 0;
    top: 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
  .main-header .mobile-menu.active {
    left: 0 !important;
  }
  .main-header .mobile-menu a {
    display: block;
    width: 100%;
    color: white;
    font-size: 24px !important;
    font-weight: 700;
    text-shadow: 3px 3px 0 rgba(0, 0, 0, 0.1);
  }
  .main-header .mobile-menu a.clientes {
    background: #ED0823;
  }

  .main-header nav {
    line-height: 60px;
  }
  .main-header nav a {
    margin: 0 !important;
    display: inline-block;
    width: 70px;
    text-align: center;
  }
  .main-header nav a img {
    width: 25px;
  }
  .main-header nav a.menu-btn {
    background: #FDB713;
    margin-right: -3px !important;
  }
  .main-header nav a.clientes-btn {
    background: #ED0823;
  }
  .main-header .logo {
    line-height: 55px;
    height: 60px;
  }
  .main-header .logo img {
    max-width: 70% !important;
  }

  .main-solicitar {
    background-image: url("../img/stock1-res.jpg");
    padding: 25px;
    min-height: 85vh;
  }
  .main-solicitar h1 {
    font-size: 32px;
  }
  .main-solicitar .separator {
    margin: 14px 0;
  }
  .main-solicitar .prestamo-box {
    width: 100%;
    padding: 20px;
  }
  .main-solicitar .prestamo-box h5 {
    font-size: 22px;
    text-align: center;
  }
  .main-solicitar .prestamo-box .slider-row .left, .main-solicitar .prestamo-box .slider-row .right {
    font-size: 24px;
    display: none !important;
  }
  .main-solicitar .prestamo-box .devolver-row {
    font-size: 17px;
  }
  .main-solicitar .prestamo-box .devolver-row b {
    display: block;
    margin: 0 0 15px 0;
  }
  .main-solicitar .btn-proceder {
    position: relative;
  }

  .main-elegir {
    padding-left: 10%;
    padding-right: 10%;
  }
  .main-elegir h2 {
    font-size: 30px;
  }
  .main-elegir h4, .main-elegir p {
    font-size: 19px;
    text-align: left;
  }
  .main-elegir p {
    margin: 0;
    max-width: 100%;
    font-weight: 400;
    margin-bottom: 30px;
  }
  .main-elegir h4 {
    font-weight: 900;
    margin-top: 0;
  }
  .main-elegir figure {
    width: 20%;
    float: left;
    display: block;
    text-align: center;
    padding-right: 20px;
  }
  .main-elegir .content {
    width: 80%;
    float: left;
  }
  .main-elegir .column:nth-child(2) img {
    width: 60px;
  }
  .main-elegir .column:nth-child(3) img {
    width: 50px;
  }
  .main-elegir .column:nth-child(4) img {
    width: 65px;
  }

  .main-steps {
    text-align: left;
    padding-right: 10%;
    padding-left: 10%;
  }
  .main-steps h2 {
    font-size: 30px;
  }
  .main-steps img {
    width: 85px;
  }
  .main-steps p {
    max-width: 100%;
    font-size: 18px;
    margin-bottom: 20px;
  }
  .main-steps h4 {
    margin-left: 0;
    margin-right: 0;
    max-width: 100%;
    font-size: 20px;
    font-weight: 900;
  }
  .main-steps figure {
    float: left;
    margin-right: 22px;
    position: relative;
  }
  .main-steps .column {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .main-steps .arrow-down {
    width: 5px;
    height: 5px;
    display: inline-block;
    background: white;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 110px;
    bottom: 20px;
    height: auto;
  }
  .main-steps .arrow-down:before {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 9px 5px 0 5px;
    border-color: #fff transparent transparent transparent;
    position: absolute;
    bottom: -9px;
    left: -2px;
  }

  .main-req {
    padding-right: 10%;
    padding-left: 10%;
  }
  .main-req li {
    white-space: initial;
    font-size: 18px;
    color: #59595b;
  }
  .main-req li:before {
    background-size: 100%;
    width: 21px;
    height: 16px;
    margin-top: 3px;
  }
  .main-req h2 {
    font-size: 30px;
  }

  .main-ahora {
    background-image: url("../img/stock2-res.jpg");
  }
  .main-ahora h2 {
    font-size: 30px;
  }

  .main-dudas {
    padding-left: 10%;
    padding-right: 10%;
  }
  .main-dudas h2 {
    font-size: 30px;
  }
  .main-dudas p {
    font-size: 18px;
  }

  .main-footer {
    font-size: 14px;
  }
  .main-footer .right {
    position: relative !important;
    margin-top: 25px;
    display: block;
  }

  .pasos-header {
    padding: 20px 0;
  }
  .pasos-header .content {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .pasos-header .content .left, .pasos-header .content .right {
    width: 100%;
  }
  .pasos-header .content .right {
    margin-top: 15px;
    text-align: center;
  }
  .pasos-header .content .left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .pasos-box.step-1 .row-step-1-phone .column:nth-child(1) {
    width: 100%;
  }
  .pasos-box.step-1 .row-step-1-phone .column:nth-child(2) {
    width: 100%;
    text-align: center;
  }
  .pasos-box.step-1 .row-step-1-phone .column:nth-child(2) .security-badge {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 25px;
  }

  .single-content.page-terminos-content p {
    font-size: 20px;
  }
  .single-content.page-terminos-content p.update {
    font-size: 20px;
  }
  .single-content.page-terminos-content h5 {
    font-size: 24px;
  }
  .single-content.page-faq-content h5 {
    font-size: 24px;
  }
  .single-content.page-faq-content .content p {
    font-size: 22px;
    line-height: 1.4em;
  }
  .single-content.page-cookies-content h5 {
    font-size: 24px;
  }
  .single-content.page-cookies-content p {
    font-size: 22px;
    line-height: 1.4em;
  }

  .clientes-solicitar h2 {
    font-size: 32px;
  }

  .clientes-solicitar .prestamo-box .devolver-row {
    text-align: center;
  }
  .clientes-solicitar .prestamo-box .devolver-row b {
    margin: 0 0 15px 0;
    display: block;
  }

  .clientes-head {
    padding-left: 20px;
    padding-right: 20px;
  }

  .clientes-head-step .content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .clientes-head-step .content ul {
    display: block;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 35px;
  }
  .clientes-head-step .content h2 {
    text-align: center;
  }

  .pasos-container .separator {
    height: 4px;
    margin: 20px auto;
  }
}
@media (max-width: 500px) {
  .col-xxs-12 {
    width: 100% !important;
    margin: 10px 0;
  }

  .col-xxs-12-nm {
    width: 100% !important;
  }

  .col-xxs-12-center {
    width: 100% !important;
    margin: 10px 0;
    text-align: center;
  }

  .main-header .logo {
    max-width: 50%;
    padding: 10px;
    line-height: 33px;
  }
  .main-header .logo img {
    margin: 0 !important;
  }
  .main-header nav .menu-btn, .main-header nav .clientes-btn {
    max-width: 24vw;
  }
  .main-header nav a.menu-btn {
    margin-right: -4px !important;
  }

  .main-solicitar .btn-proceder {
    width: 100%;
    position: relative;
    letter-spacing: initial;
    font-size: 20px;
  }

  .main-elegir {
    padding: 10% 5%;
  }
  .main-elegir p {
    font-size: 17px;
  }
  .main-elegir .column {
    margin-bottom: 15px;
  }
  .main-elegir .column:last-child {
    margin-bottom: 0;
  }
  .main-elegir figure img {
    max-width: 100%;
  }

  .main-solicitar .prestamo-box .slider-row {
    display: block !important;
  }
  .main-solicitar .prestamo-box .slider-row .left, .main-solicitar .prestamo-box .slider-row .right {
    float: none;
    display: block;
    text-align: center;
  }
  .main-solicitar .prestamo-box .slider-row #slider {
    margin: 20px 0;
  }

  .main-steps {
    padding: 10% 5%;
  }
  .main-steps .arrow-down {
    top: 50px;
  }
  .main-steps p {
    font-size: 16px;
  }
  .main-steps img {
    max-width: 55px;
  }

  .main-req, .main-ahora, .main-dudas {
    padding: 10% 5%;
  }

  .main-dudas p {
    font-size: 16px;
  }

  .pasos-container .terminos input, .pasos-container .terminos label {
    display: inline;
  }
  .pasos-container .pasos-box .btn-login {
    font-size: 15px;
  }
  .pasos-container .pasos-box .btn-login figure img {
    height: 20px;
  }

  .pasos-box.step-1 .row-step-1-phone .column:nth-child(1) {
    width: 100%;
  }
  .pasos-box.step-1 .row-step-1-phone .column:nth-child(1) input, .pasos-box.step-1 .row-step-1-phone .column:nth-child(1) button {
    width: 100%;
  }
  .pasos-box.step-1 .row-step-1-phone .column:nth-child(1) button {
    margin-top: 5px;
  }
  .pasos-box.step-2 .row-step-2-dni input {
    width: 100% !important;
  }
  .pasos-box.step-2 .row-step-2-dni button {
    width: 100% !important;
    margin-top: 5px;
  }

  .main-solicitar .prestamo-box .slider-row .cliente-badge {
    left: 0;
    right: 0;
    margin: 0 auto;
  }

  .clientes-solicitar .prestamo-box .btn-proceder.big-btn {
    width: 100% !important;
    position: relative !important;
    letter-spacing: initial !important;
    font-size: 20px !important;
  }

  .clientes-solicitar .prestamo-box .apagar-row {
    display: block;
  }
  .clientes-solicitar .prestamo-box .apagar-row b {
    margin: 0 0 15px 0;
    text-align: center;
  }
  .clientes-solicitar .prestamo-box .apagar-row div {
    margin: 0 0 15px 0;
    display: block;
  }

  .main-ahora .btn-solicitalo {
    font-size: 20px;
  }

  .main-solicitar .cuotas-row, .clientes-solicitar .cuotas-row {
    font-size: 18px;
  }

  .main-solicitar .apagar-row {
    display: block;
  }
  .main-solicitar .apagar-row b {
    margin: 0 0 15px 0;
    text-align: center;
  }
  .main-solicitar .apagar-row b span {
    display: none;
  }
  .main-solicitar .apagar-row div {
    margin: 0 0 15px 0;
    display: block;
  }
  .main-solicitar .devolver-row {
    display: block !important;
  }

  .main-solicitar .prestamodata-row span b {
    font-size: 20px;
  }
}
@media (max-width: 450px) {
  .pasos-header ul.steps li {
    width: 35px;
    height: 35px;
    line-height: 35px;
  }
  .pasos-header ul.steps li:before, .pasos-header ul.steps li:after {
    width: 15px !important;
  }
  .pasos-header ul.steps li:first-child {
    margin-right: 15px;
  }
  .pasos-header ul.steps li:first-child:before {
    right: -15px;
  }
  .pasos-header ul.steps li:nth-child(2) {
    margin: 0 15px 0 15px;
  }
  .pasos-header ul.steps li:nth-child(2):before {
    right: -15px;
  }
  .pasos-header ul.steps li:nth-child(2):after {
    left: -15px;
  }
  .pasos-header ul.steps li:nth-child(3) {
    margin: 0 15px 0 15px;
  }
  .pasos-header ul.steps li:nth-child(3):before {
    right: -15px;
  }
  .pasos-header ul.steps li:nth-child(3):after {
    left: -15px;
  }
  .pasos-header ul.steps li:last-child {
    margin-left: 15px;
  }
  .pasos-header ul.steps li:last-child:after {
    left: -15px;
  }
  .pasos-header h2.monto, .pasos-header h2.fecha {
    display: block;
    text-align: center;
    margin: 15px 0;
  }
  .pasos-header .right {
    float: none;
    text-align: center;
  }
}
@media (max-width: 400px) {
  .main-header nav .menu-btn, .main-header nav .clientes-btn {
    width: 60px;
  }

  .main-solicitar h1, .clientes-solicitar h1 {
    font-size: 23px;
  }
  .main-solicitar .prestamo-box .devolver-row b, .clientes-solicitar .prestamo-box .devolver-row b {
    margin: 0 0 5px 0;
  }
  .main-solicitar .prestamo-box .devolver-row div, .clientes-solicitar .prestamo-box .devolver-row div {
    display: block;
    margin: 0;
  }
  .main-solicitar .prestamo-box .cuotas-row, .clientes-solicitar .prestamo-box .cuotas-row {
    font-size: 18px;
  }

  .clientes-solicitar h2 {
    font-size: 23px;
  }
}
/*VALIDACIONES*/
input.error {
  background-color: #80ffff !important;
  border: 1px solid #cccccc !important;
  color: #000;
}

td.field input.error, td.field select.error, tr.errorRow td.field input, tr.errorRow td.field select, td.field textarea.error {
  background-color: #80ffff !important;
  border: 1px solid #cccccc !important;
  color: #000;
  margin: 0;
}

.tdtextarea.error {
  background-color: #80ffff !important;
  border: 1px solid #cccccc !important;
  color: #000;
  margin: 0;
}

.offerts{
  width: 100%;
  margin-left: 35%!important;
}
.div-offerts{
  justify-content:unset !important;
}

@media (max-width: 670px) {
  .offerts {
    width: 100%;
    margin-left: 0%!important;
  }
}