/*html[lang=es-ES]*/
/*margin-top: 0 !important */

:root {
  --main-color:  #000000;
  --secondary-color:  #D86A00;
  --tertiary-color:  #e69707;
  --main-text-color:  #3A3939;
  --gray-bg-color:  #e5e5e5;
  --gray-text-color:  #3A3939;
}

.color-text-secondary {
  color: var(--secondary-color);
}


/* line 325, ../sass/_layout.sass */
.basic-animate {
  -moz-transition: all 0.3s ease, margin 0.3s ease;
  -webkit-transition: all 0.3s ease, margin 0.3s ease;
  -o-transition: all 0.3s ease, margin 0.3s ease;
  -ms-transition: all 0.3s ease, margin 0.3s ease;
  transition: all 0.3s ease, margin 0.3s ease;
}

/* line 331, ../sass/_layout.sass */
.basic-animate-05s {
  -moz-transition: all 0.5s ease, margin 0.5s ease;
  -webkit-transition: all 0.5s ease, margin 0.5s ease;
  -o-transition: all 0.5s ease, margin 0.5s ease;
  -ms-transition: all 0.5s ease, margin 0.5s ease;
  transition: all 0.5s ease, margin 0.5s ease;
}

/* line 331, ../sass/_layout.sass */
.basic-animate-1s {
  -moz-transition: all 1s ease, margin 1s ease;
  -webkit-transition: all 1s ease, margin 1s ease;
  -o-transition: all 1s ease, margin 1s ease;
  -ms-transition: all 1s ease, margin 1s ease;
  transition: all 1s ease, margin 1s ease;
}

/* line 337, ../sass/_layout.sass */
.basic-animate-2s {
  -moz-transition: all 2s ease, margin 2s ease;
  -webkit-transition: all 2s ease, margin 2s ease;
  -o-transition: all 2s ease, margin 2s ease;
  -ms-transition: all 2s ease, margin 2s ease;
  transition: all 2s ease, margin 2s ease;
}


/* line 3, ../sass/_layout.sass */
html, body {
  overflow-x: hidden;
}

/* line 6, ../sass/_layout.sass */
body *:not(text):not(tspan) {
  font-family: 'comfortaaregular';

}

body {
  /*background: white url('../img/bg-home.svg') no-repeat center 300px;*/
  background: white;
  background-size: contain; 
  padding-top: 100px;
}

body.page-template-page-registro {
  padding-top: 100px;
}
body.home {
/*  background: white url('../img/bg-home.png') no-repeat center top;*/
  background-size: contain;
  padding-top: 160px;
}
body.page-template-page-que-hacemos {
  /*background: white url('../img/bg-pqrs.svg') no-repeat center top;*/
}
body.desarrollo {
  /*background: #00c2da !important;*/
}
body.page-template-page-registro {
  background: white !important;
}
/* line 8, ../sass/_layout.sass */
.no-padding {
  padding: 0 !important;
}
.cursor-pointer {
  cursor: pointer;
}

/* line 10, ../sass/_layout.sass */
header.main-header {
  color: white;
  box-shadow: 0 -8px 8px 8px lightgrey;
  -webkit-box-shadow: 0 -8px 8px 8px lightgrey;
  -moz-box-shadow: 0 -8px 8px 8px lightgrey;
  position: fixed;
  top: 0;
  z-index: 20;
  width: 100%;
  margin: 0;
  background: none;
}
header.main-header.hidden-nav {
  position: fixed;
  top: 0;
  z-index: 10;
}
#btn-sai-menu {
  position: absolute;
  bottom: -23px;
  margin: 0 auto;
  left: 0;
  right: 0;
  width: 45px;
  height: 38px;
}
header.main-header .logo-and-menu.hiding {
  height: 0;
  min-height: 0;
  opacity: 0;
  position: relative;
  z-index: -1;
}
#btn-sai-menu.turned {
  transform: rotate(.5turn);
}
header.main-header .logo-and-menu.hiding #main-navbar {
  margin-top: -20px;
}
/* line 12, ../sass/_layout.sass */
header.main-header .inicio-sesion-header {
  min-height: 50px;
  background: #256aa9;
  overflow: hidden;
  position: relative;
}
header.main-header .inicio-sesion-header > .container {
  position: relative;
}
#btn-menu {
  position: absolute;
  left: -40px;
  top: 25px;
  display:  none;
}
header.main-header .inicio-sesion-header.inicio-sesion-header-top {
  min-height: auto;
  background: #fff;
  overflow: hidden;
  color: white;
}
header.main-header .inicio-sesion-header.inicio-sesion-header-top .container {
  text-align: center;
}
header.main-header .inicio-sesion-header.inicio-sesion-header-top .container .div-phones.align-to-left{
  text-align: left;
  display: flex;
  flex-direction:  row;
  justify-content:  space-between;
  align-items:  center;
}
header.main-header .inicio-sesion-header.inicio-sesion-header-top .container p {
  margin: 0;
  color: black;
  font-family: 'comfortaabold';
  font-weight: bold;
  font-size: 16px;
  margin-top: 25px;
  padding: 5px 5px;
  min-width: 480px;
  max-width: 480px;
  text-align: left;
  margin-right: -80px;
}

#main-menu-desktop {
  display: inline-block;
  vertical-align: middle;
  background:  none;
  border:  0;
  box-shadow:  none;
  padding: 0;
  margin: 0;
  border-right: 1px solid #808080;
  border-radius: 0;
  margin-right: 10px;
  min-height: auto;
}


#main-menu-desktop li a {
  font-family: 'comfortaabold';
  color: #212121;
  display: block;
  border-bottom: 3px solid transparent;
  padding: 10px;
  margin: 0 10px;
}
#main-menu-desktop li.current-menu-item a, 
#main-menu-desktop li a:hover {
  border-bottom: 3px solid var(--main-color);
}

.div-nav-user-option {
  display: flex;
  flex-direction:  row;
  flex-wrap: nowrap;
  align-content:  center;
  justify-content:  flex-end;
  align-items:  center;
}

header.main-header .inicio-sesion-header .div-phones {
  padding-top: 24px;
  padding-bottom: 10px;
  /*padding-right: 0;*/
  max-width: 700px;
  width: 100%;
  position: relative;
  z-index: 1;
  color: white;
}
header.main-header .inicio-sesion-header .div-phones .pull-left {
  color: white;
}
header.main-header .inicio-sesion-header.inicio-sesion-header-top .div-phones {
  padding-top: 10px;
  padding-bottom: 10px;
  /*padding-right: 0;*/
  width: 100%;
  position: relative;
  z-index: 1;
  max-width: initial;
}

.span-sc, 
.span-ws, 
.span-tp {
  display: inline-block;
  font-family: 'comfortaabold';
  font-weight: bold;
  font-size: 16px;
  color: white;
}

.span-sc {
  /*margin-right: 60px;*/
}
.span-ws {
  /*margin-right: 20px;*/
}
.span-tp {

}

header.main-header .inicio-sesion-header .div-phones .amigo-haria {
  display: inline-block;
  margin: 0 15px;
  margin-left: 0;
}
header.main-header .inicio-sesion-header .div-phones .icon-img {
  display: inline-block;
  margin-left: 5px;
}
header.main-header .inicio-sesion-header .div-login-options {
  background: none;
  position: relative;
  z-index: 1;
  padding-top: 0;
  z-index: 1;
  text-align: right;
  margin-top: 0;
  display: flex;
  align-items: center;
}
header.main-header .inicio-sesion-header .div-login-options.user-is-logged {
  max-width: initial;
  min-width: auto;
  margin-top: 0;
  display: flex;
  flex-direction:  row;
  align-items:  center;
}
header.main-header .inicio-sesion-header .div-login-options:after {
  background: #1968a8;
  position: absolute;
  content: " ";
  width: 100%;
  height: 500px;
  top: 100%;
  left: 0;
  z-index: 0;
  display: none;
}
.container-header-wk {
  position: relative;
}
.container-header-wk:after {
  content: " ";
  background: #1968a8;
  width: 100%;
  height: 500px;
  position: absolute;
  right: -80%;
  top: 0;
}
header.main-header .inicio-sesion-header .div-login-options .div-to-login,
header.main-header .inicio-sesion-header .div-login-options .div-to-register {
  position: relative;
  z-index: 1;
}
header.main-header .inicio-sesion-header .div-login-options .div-to-login > *,
header.main-header .inicio-sesion-header .div-login-options .div-to-register > * {
  display: inline-block;
  vertical-align: top;
}

header.main-header .inicio-sesion-header .div-login-options .div-to-login {
  /*border-right: 1px solid white;*/
  padding: 0 7px;
}
header.main-header .inicio-sesion-header .div-login-options .div-to-login img {
  height: auto;
  width: 50px;
}
header.main-header .inicio-sesion-header .div-login-options .div-to-login p {
  text-transform: uppercase;
  width: 56px;
  text-align: center;
  font-size: 11px;
  margin-top: 13px;
  line-height: 12px;
}
header.main-header .inicio-sesion-header .div-login-options .div-to-login a {
  background: none;
  text-transform: initial;
  padding: 5px 5px;
  margin-top: 0;
  margin-left: 5px;
  margin-right: 5px;
  display: inline-block;
  font-family: 'comfortaabold';
  font-weight: bold;
  font-size: 16px;
  color: black;
}
header.main-header .inicio-sesion-header .div-login-options .div-to-login a.color-text-secondary {
  color: var(--secondary-color);
}
header.main-header .inicio-sesion-header .div-login-options .div-to-login a.a-mi-perfil {
  position: relative;
}
header.main-header .inicio-sesion-header .div-login-options .div-to-login a.a-mi-perfil:before {
  content: " ";
  width: 55px;
  height: 55px;
  background: var(--main-color);
  border-radius: 50%;
  position: absolute;
  left: -75px;
  top: -12px;
}


header.main-header .inicio-sesion-header .div-login-options .div-to-register {
  padding: 0 7px;
}
header.main-header .inicio-sesion-header .div-login-options .div-to-register p {
  text-transform: uppercase;
  width: 85px;
  text-align: center;
  font-size: 11px;
  margin-top: 12px;
  line-height: 13px;
}
header.main-header .inicio-sesion-header .div-login-options .div-to-register a {
  background: var(--main-color);
  text-transform: initial;
  padding: 5px 27px;
  border-radius: 18px;
  margin-top: 0;
  margin-left: 5px;
  margin-right: 5px;
  display: inline-block;
  font-family: 'comfortaabold';
  font-weight: bold;
  font-size: 16px;
  color: white;
  line-height: 23px;
  height: 37px;
}
header.main-header .inicio-sesion-header .div-login-options .div-to-login a.a-mis-creditos {
  color: var(--secondary-color);
  font-family: 'comfortaabold';
} 
header.main-header .inicio-sesion-header .div-login-options .div-to-login a.a-mis-referidos {
  background: var(--secondary-color);
  color: white;
  padding: 6px 15px 8px;
}

.div-to-login a,
.div-to-login a:hover {
  font-family: 'comfortaabold';
  font-weight: bold;
  background: #d40c26;
  font-size: 16px;
  text-transform: uppercase;
  color: black;
  display: inline-block;
  padding: 10px 15px;
  border-radius: 20px;
}
.div-to-register a,
.div-to-register a:hover {
  font-family: 'comfortaabold';
  font-weight: bold;
  background: #f7a84d;
  font-size: 16px;
  text-transform: uppercase;
  color: black;
  display: inline-block;
  padding: 10px 15px;
  border-radius: 20px;
}
.div-to-login,
.div-to-register {
  padding-left: 5px !important;
  padding-right: 5px !important;
  display: inline-block;
  vertical-align: top;
}


/* line 17, ../sass/_layout.sass */
header.main-header .inicio-sesion-header .phone-and-face-twitter > * {
  display: inline-block;
  margin-right: 5px;
}
/* line 20, ../sass/_layout.sass */
header.main-header .inicio-sesion-header .phone-number {
  font-family: 'comfortaabold';
  border-right: 1px solid white;
  padding-right: 17px;
  margin-right: 15px;
  height: 27px;
}
/* line 26, ../sass/_layout.sass */
header.main-header .inicio-sesion-header .phone-number .text-phone-number {
  font-family: 'comfortaabold';
  display: inline-block;
  vertical-align: top;
  position: relative;
  top: 3px;
  font-size: 17px;
}
/* line 33, ../sass/_layout.sass */
header.main-header .inicio-sesion-header .texto-ingresa {
  display: inline-block;
  vertical-align: top;
  font-weight: normal;
  text-transform: uppercase;
  margin-top: 20px;
  font-size: 12px;
}
/* line 40, ../sass/_layout.sass */
header.main-header .inicio-sesion-header .piereg_container {
  width: 75%;
  display: inline-block;
  vertical-align: top;
}
/* line 45, ../sass/_layout.sass */
header.main-header .inicio-sesion-header .piereg_loginform label,
header.main-header .inicio-sesion-header .piereg_loginform-m label {
  display: none;
}
/* line 48, ../sass/_layout.sass */
header.main-header .inicio-sesion-header .piereg_loginform #nav a[href*=registration],
header.main-header .inicio-sesion-header .piereg_loginform-m #nav a[href*=registration],
header.main-header .inicio-sesion-header .piereg_loginform #nav a[href*=registro],
header.main-header .inicio-sesion-header .piereg_loginform-m #nav a[href*=registro],
header.main-header .inicio-sesion-header .piereg_loginform #nav a[href*=javascript],
header.main-header .inicio-sesion-header .piereg_loginform-m #nav a[href*=javascript] {
  display: none;
}
/* line 52, ../sass/_layout.sass */
header.main-header .inicio-sesion-header .piereg_loginform #nav a[href*=forgot],
header.main-header .inicio-sesion-header .piereg_loginform #nav a[href*=lostpassword],
header.main-header .inicio-sesion-header .piereg_loginform-m #nav a[href*=forgot],
header.main-header .inicio-sesion-header .piereg_loginform-m #nav a[href*=lostpassword],
header.main-header .inicio-sesion-header .piereg_loginform-m #nav a.forgot-password {
  font-size: 10px;
  font-family: "exo_2.0medium_italic";
}
/* line 55, ../sass/_layout.sass */
header.main-header .inicio-sesion-header .piereg_loginform > p,
header.main-header .inicio-sesion-header .piereg_loginform-m > p {
  display: inline-block;
}
/* line 57, ../sass/_layout.sass */
header.main-header .inicio-sesion-header .piereg_loginform > p input[type=text],
header.main-header .inicio-sesion-header .piereg_loginform-m > p input[type=text],
header.main-header .inicio-sesion-header .piereg_loginform > p input[type=password],
header.main-header .inicio-sesion-header .piereg_loginform-m > p input[type=password] {
  max-width: 100px;
  border: 0;
  border-radius: 5px;
  font-family: "exo_2.0medium_italic";
  padding-left: 5px;
  color: gray;
}
/* line 65, ../sass/_layout.sass */
header.main-header .inicio-sesion-header .piereg_loginform > p input[type=submit],
header.main-header .inicio-sesion-header .piereg_loginform-m > p input[type=submit] {
  background: #8AC43F;
  border: 0;
  border-radius: 5px;
  text-transform: uppercase;
  font-family: 'comfortaabold';
}
/* line 71, ../sass/_layout.sass */
header.main-header .inicio-sesion-header .div-sino-tienes-cuenta {
  display: inline-block;
  vertical-align: top;
  font-weight: normal;
  text-transform: uppercase;
  margin-top: 12px;
  font-size: 12px;
}
/* line 78, ../sass/_layout.sass */
header.main-header .inicio-sesion-header .div-sino-tienes-cuenta p {
  display: inline-block;
  margin-right: 5px;
}
/* line 81, ../sass/_layout.sass */
header.main-header .inicio-sesion-header .div-sino-tienes-cuenta a {
  background: #8AC43F;
  border: 0;
  border-radius: 5px;
  text-transform: uppercase;
  font-family: 'comfortaabold';
  color: white;
  padding: 2px 5px;
  display: inline-block;
}
/* line 90, ../sass/_layout.sass */
header.main-header .logo-and-menu {
  background: white;
}
body header.main-header .logo-and-menu {
  min-height: 80px;
  background: black;
  color: white;
  position: fixed;
  max-width: 400px;
  width: 100%;
  z-index: 1;
  float: none;
  height: auto !important;
  padding: 110px 60px;
  border-bottom-right-radius: 75px;
  left: 0;
}
body header.main-header .logo-and-menu.menu-hidden {
  left: -100%;
}
#btn-menu-close {
  position: absolute;
  top: 25px;
  left: 25px;
}
body header.main-header .logo-and-menu .container {
  text-align: left;
}
body header.main-header .logo-and-menu .container > *:not(.div-login-options) {
  display: inline-block;
  float: none !important;
  vertical-align: top;
  text-align: left;
}
body header.main-header .logo-and-menu .container a.logo img {
  width: auto;
  height: 80px;
}
/* line 92, ../sass/_layout.sass */
header.main-header .logo-and-menu a.logo {
  float: left;
  padding: 15px 0;
}
/* line 95, ../sass/_layout.sass */
header.main-header .logo-and-menu #main-navbar {
  float: left;
  border: 0;
  border-radius: 0;
  background: transparent;
  text-transform: uppercase;
  margin: 25px 0 0 0;
  box-shadow: initial!important;
  width: 100%;
}
/* line 103, ../sass/_layout.sass */
header.main-header .logo-and-menu #main-navbar ul li.current-menu-item,
header.main-header .logo-and-menu #main-navbar ul li:hover {
  background: none; /*#4b9710*/;
}
nav#main-navbar ul .current_page_item a, 
nav#main-navbar ul li:hover a, 
nav#main-navbar ul .current_menu_item a {
  border-color: #fff !important;
  background: none;
  text-decoration: none;
}
nav#main-navbar ul .current_page_item.no-border-bottom a, 
nav#main-navbar ul .current_menu_item.no-border-bottom a {
  /*background: #00742f;
  color: #fff;*/
  /*border-color: rgb(0, 116, 47) !important;*/
  border-color: transparent !important;
  background: none;
}
nav#main-navbar ul .current_page_item.no-border-bottom:hover a, 
nav#main-navbar ul .current_menu_item.no-border-bottom:hover a {
  border-color: white !important;
  background: none;
}
/* line 106, ../sass/_layout.sass */
header.main-header .logo-and-menu #main-navbar ul li {
  -moz-transition: all 0.3s ease, margin 0.3s ease;
  -webkit-transition: all 0.3s ease, margin 0.3s ease;
  -o-transition: all 0.3s ease, margin 0.3s ease;
  -ms-transition: all 0.3s ease, margin 0.3s ease;
  transition: all 0.3s ease, margin 0.3s ease;
  float: none;
  display: block;
  margin-bottom: 20px;
}
/* line 112, ../sass/_layout.sass */
header.main-header .logo-and-menu #main-navbar ul li a {
  color: white;
  text-shadow: none;
  border: 0;
  border-bottom: 4px solid transparent;
  padding-left: 0;
  padding-right: 0;
  margin-left: 5px;
  margin-right: 5px;
  font-family: 'comfortaabold';
  font-weight: bold;
  text-transform: initial;
  font-size: 25px;
  line-height: 25px;
  max-width: 283px !important;
  display: block;
  padding-top: 7px;
  padding-bottom: 7px;
  padding-left: 10px;
  padding-right: 10px;
  -moz-transition: all 0.3s ease, margin 0.3s ease;
  -webkit-transition: all 0.3s ease, margin 0.3s ease;
  -o-transition: all 0.3s ease, margin 0.3s ease;
  -ms-transition: all 0.3s ease, margin 0.3s ease;
  transition: all 0.3s ease, margin 0.3s ease;
}
/* line 116, ../sass/_layout.sass */
header.main-header .logo-and-menu #main-navbar ul li a[title=icon-home] {
  padding: 25px 5px !important;
  height: 0;
  overflow: hidden;
  background: url("../img/icon-home.png") no-repeat center center;
  line-height: 80px;
}
/* line 122, ../sass/_layout.sass */
header.main-header .logo-and-menu #main-navbar ul li:not(:nth-last-child(1)) {
  position: relative;
}
/* line 124, ../sass/_layout.sass */
header.main-header .logo-and-menu #main-navbar ul li:not(:nth-last-child(1)):after {
  content: " ";
  display: block;
  position: absolute;
  height: 50%;
  /*border-right: 1px solid white;*/
  top: 12px;
  right: -1px;
}
/* line 132, ../sass/_layout.sass */
header.main-header .logo-and-menu #main-navbar .navbar-collapse {
  padding: 0;
}

.logo-main {
  width: auto;
  max-width: 110px;
}

/*Clases del menu*/
header .green{
  background-color: #8AC43F;
  margin-left: 28px;
}

header .green a{
  /**/
}

header .bg-none{
  background-color: transparent!important;
}

/*Footer*/


footer:not(.entry-footer){
    background: #1E1E1E;
    /*padding: 1.5em 0 0 0;*/
    color: white;
    padding-top: 50px;
    padding-bottom: 90px;
}


footer:not(.entry-footer) .marc-leg{
    width: 100%;
    /*background-color: #12669c;*/
    padding: 10px 0 10px 0;
    margin-top: 35px;
        
}

footer:not(.entry-footer)>div{
    text-align: center
} 

footer:not(.entry-footer) #contactanos,
footer:not(.entry-footer) #horarios-at,
footer:not(.entry-footer) #siguenos{
    display: inline-block;
    vertical-align: top;
    margin: 0 15px
   
}

footer:not(.entry-footer) a{
        text-decoration: none;
    color:#fff
}


footer:not(.entry-footer)>div div h3{
    padding: 0.8em 0;
    
} 

.logo-footer {
  margin-right: 50px;
  max-width: 300px;
  width: auto;
}

#menu-footer-menu > li {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  max-width: 330px;
}


/*Edición del bootstrap*/
.col-md-8{
  /*background-color: #fff;*/
}

#contrato{
  /*background-color: #fff;*/
}

.error-404{
  padding: 30px;
  background-color: #fff;
}

/*lighboxes y flotantes del sitio*/
#solicitar article:hover .over-txt-pl{
  /*display: block;*/
  animation: aparecer 0.5s;
  
}

.over-txt-pl:before{
  content: "";
  width: 50px;
  height: 25px;
  position: absolute;
  background-image: url(img/arr.png);
  background-repeat: no-repeat;
  background-position: center bottom;
  margin-top: -23px;

}
.over-txt-pl{
  display: none;
  width: 315px;
    height: 192px;
    background-color: #A1C116;
    color: #fff;
    font-family: 'comfortaaregular';
    font-size: 0.8em;
    position: absolute;
    border-radius: 8px;
    padding: 12px;
    margin-left: -15px;
    margin-top: 21px;
    z-index: 100;
    text-transform: initial;
    animation: aparecer 0.5s;
       box-shadow: 0 0 6px 0px rgba(0, 0, 0, 0.44);


}

.over-txt-pl p{
  margin-top: 30px;
  text-align: justify;
}

.over-txt-pl.big{
  height: auto!important;
}

.cerrar-bn-pl{
  width:27px;
  height: 26px; 
  float: right;
  margin-right: 7px;
  margin-top: 7px;

}


.cerrar-bn-pl img{
  
}

.visib{
  display: block;
}
.oculto{
  display: none;
}

/* line 135, ../sass/_layout.sass */
footer.main-footer {
  /*background: #262261;*/
  padding-bottom: 30px;
  min-height: 100px;
  color: white;
  font-size: 17px;
}
/* line 141, ../sass/_layout.sass */
footer.main-footer .container {
  background: #3951A1;
  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 30px;
  min-height: 70px;
  margin-bottom: 50px;
}

.menu-footer {
  
}
.menu-footer .container {
  text-align: left;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: center;
  align-items: center;
  justify-content: space-between;
}
.menu-footer .container > * {
  display: inline-block;
  vertical-align: top;
}
.menu-footer #main-navbar-footer {
  border: 0;
  background: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  margin: 0;
  max-width: 700px;
  width: 100%;
}

.menu-footer #main-navbar-footer ul.navbar-nav {
  display: inline-block;
  margin: 0 auto;
  position: relative;
  float: none;
}
.menu-footer #main-navbar-footer ul.navbar-nav li a {
  color: white;
  text-shadow: none;
  font-family: 'comfortaabold';
}

ul#menu-menu-principal {
  text-align: left;
}

.menu-footer #main-navbar-footer #menu-menu-principal-1 .menu-item-112 {
  display: none;
}
footer {
  /*padding: 0;*/
}
footer #siguenos p {
  margin-top: 13px;
}

footer .links-footer a,
footer .links-footer a:hover {
  color: white;
}

/* line 147, ../sass/_layout.sass */
footer.main-footer h2 {
  color: var(--secondary-color);
  font-family: 'comfortaabold';
  text-transform: uppercase;
}
/* line 152, ../sass/_layout.sass */
footer.main-footer .datos-contacto > p {
  display: inline-block;
}
/* line 154, ../sass/_layout.sass */
footer.main-footer .div-derechos-autor {
  text-align: center;
  font-size: 12px;
  padding-bottom: 10px;
}
/* line 159, ../sass/_layout.sass */
footer.main-footer .div-derechos-autor .logo img {
  width: 65px;
  height: auto;
}
/* line 162, ../sass/_layout.sass */
footer.main-footer .div-social {
  margin-bottom: 5px;
}
/* line 164, ../sass/_layout.sass */
footer.main-footer .div-social > *:not(script) {
  display: inline-block;
  vertical-align: top;
}
/* line 167, ../sass/_layout.sass */
footer.main-footer .div-social div.fb-like {
  top: -4px;
}

/* line 170, ../sass/_layout.sass */
.div-facebook {
  width: 100%;
}
/* line 172, ../sass/_layout.sass */
.div-facebook .fb-like {
  width: 100%;
}
/* line 174, ../sass/_layout.sass */
.div-facebook .fb-like > span {
  width: 100% !important;
}

/* line 177, ../sass/_layout.sass */
.icon-call {
  background: url("../img/icon-call.png") no-repeat center top;
  width: 27px;
  height: 27px;
  display: inline-block;
  margin-right: 5px;
}

/* line 183, ../sass/_layout.sass */
.icon-call-gray {
  background: url("../img/icon-call-gray.png") no-repeat center top;
  width: 24px;
  height: 24px;
}

/* line 187, ../sass/_layout.sass */
.icon-facebook,
.icon-twitter {
  width: 22px;
  padding-top: 22px;
  height: 0;
  display: inline-block;
  overflow: hidden;
  background-size: 100% 100% !important;
}

/* line 195, ../sass/_layout.sass */
.icon-facebook {
  background: url("../img/icon-facebook.png") no-repeat center top;
}

/* line 197, ../sass/_layout.sass */
.icon-twitter {
  background: url("../img/icon-twitter.png") no-repeat center top;
}

/* line 200, ../sass/_layout.sass */
.icon-mail {
  background: url("../img/icon-mail.png") no-repeat center top;
  width: 19px;
  height: 12px;
  display: inline-block;
  margin-right: 5px;
}

/* line 206, ../sass/_layout.sass */
.icon-mail-gray {
  background: url("../img/icon-mail-gray.png") no-repeat center top;
  width: 19px;
  height: 16px;
}

/* line 210, ../sass/_layout.sass */
.icon-clock {
  background: url("../img/icon-clock.png") no-repeat center top;
  width: 20px;
  height: 20px;
  display: inline-block;
  margin-right: 5px;
  position: relative;
  top: 3px;
}

/* line 219, ../sass/_layout.sass */
ul.enlaces-politicas {
  text-align: center;
  padding: 0;
  list-style: 0;
}
/* line 223, ../sass/_layout.sass */
ul.enlaces-politicas li {
  display: inline-block;
  text-align: left;
  position: relative;
  padding-right: 15px;
  padding-left: 10px;
}
/* line 229, ../sass/_layout.sass */
ul.enlaces-politicas li a {
  color: white;
  text-transform: uppercase;
  font-size: 15px;
  font-weight: bold;
}
/* line 234, ../sass/_layout.sass */
ul.enlaces-politicas li:not(:nth-last-child(1)):after {
  content: " ";
  display: block;
  position: absolute;
  height: 100%;
  border-right: 1px solid white;
  top: 0;
  right: 0;
}


.div-login-options {
  margin-top: 30px;
}

/* line 244, ../sass/_layout.sass */
.main-container-row {
  /*background: #262261;*/
  background: transparent
}

/* line 247, ../sass/_layout.sass */
.main-container {
  background: transparent;
  min-height: 200px;
}

/* line 251, ../sass/_layout.sass */
.content-ul-lista-requisitos {
  background: none;
      /* border-top-left-radius: 35px; */
    /* border-top-right-radius: 35px; */
border-radius: 14px;
}
/* line 255, ../sass/_layout.sass */

.content-ul-lista-requisitos {
  text-align: left;
  margin-top: 20px;
}

.content-ul-lista-requisitos .header-texto-requisitos {
  width: 100%;
  margin-left: 0;
  display: inline-block;
  vertical-align: top;
  float: none;
  text-align: center;
  margin-bottom: 30px;
}
/* line 258, ../sass/_layout.sass */
.content-ul-lista-requisitos .header-texto-requisitos h3 {
  color: var(--secondary-color);
  font-family: 'comfortaabold';
  text-transform: uppercase;
  margin-bottom: 0;
}
/* line 263, ../sass/_layout.sass */
.content-ul-lista-requisitos .header-texto-requisitos p {
  color: white;
  text-transform: uppercase;
  font-size: 18px;
  line-height: 26px;
  max-width: 165px;
}
/* line 266, ../sass/_layout.sass */
.content-ul-lista-requisitos ul.lista-requisitos {
  text-align: center;
  padding: 0;
  list-style: none;
  display: block;
  vertical-align: top;
  float: none;
  margin-top: 0;
  margin-bottom: 0;
  width: 100%;
}
/* line 273, ../sass/_layout.sass */
.content-ul-lista-requisitos ul.lista-requisitos li {
  display: inline-block;
  text-align: center;
  margin-right: 3%;
  margin-left: 3%;
  margin-bottom: 20px;
}
/* line 277, ../sass/_layout.sass */
.content-ul-lista-requisitos ul.lista-requisitos li p {
  text-transform: initial;
  font-family: 'comfortaabold';
  color: #000;
  display: inline-block;
  width: 180px;
  font-size: 20px;
  vertical-align: top;
  padding-top: 20px;
  margin-left: 20px;
  line-height: 18px;
}
.content-ul-lista-requisitos ul.lista-requisitos li p.p-mayor-de-edad {
  width: 120px;
}
/* line 287, ../sass/_layout.sass */
.content-ul-lista-requisitos ul.lista-requisitos .li-email-personal {
  margin-right: 0;
}
.content-ul-lista-requisitos ul.lista-requisitos .li-email-personal p {
  width: 170px;
}

/* line 290, ../sass/_layout.sass */
.icon-blue-border {
  background: white no-repeat center center;
  padding: 25px;
  display: inline-block;
  margin-right: 10px;
  margin-left: 10px;
  background-size: contain;
}

/* line 302, ../sass/_layout.sass */
.icon-gps {
  background-image: url("../img/icon-gps.png");
}

/* line 304, ../sass/_layout.sass */
.icon-18mas {
  background-image: url("../img/icon-18masv2.png");
}

/* line 306, ../sass/_layout.sass */
.icon-mail-blue {
  background-image: url("../img/icon-mail-bluev2.png");
}

/* line 308, ../sass/_layout.sass */
.icon-electronic-card {
  background-image: url("../img/icon-electronic-cardv2.png");
}

/* line 310, ../sass/_layout.sass */
.icon-phone-blue {
  background-image: url("../img/icon-phone-blue.png");
}

/* line 315, ../sass/_layout.sass */
body:not(.home) .content-ul-lista-requisitos {
  border-bottom-left-radius: 35px;
  border-top-left-radius: 0;
  border-bottom-right-radius: 35px;
  border-top-right-radius: 0;
  margin-top: 10px;
  margin-bottom: 20px;
}
/* line 322, ../sass/_layout.sass */
body:not(.home) .content-ul-lista-requisitos ul.lista-requisitos {
  max-width: 885px;
}




#btn-show-calculator {
  position: fixed;
  bottom: 10%;
  right: 5%;
  z-index: 10;
  cursor: pointer;
}

/* line 344, ../sass/_layout.sass */
.div-main-calcula-tu-prestamo {
  /*text-align: center;*/
  padding: 0!important;
}
.row-main-calcula-tu-prestamo {
  /*background: url('../img/bg-calcula-tu-credito.svg') no-repeat center top;*/
  /*-webkit-background-size: cover;*/
  /*background-size: cover;*/
  /*position: fixed;*/
  position: relative;
  z-index: -5;
  opacity: 0;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: 0 !important;
}
.row-main-calcula-tu-prestamo.active {
  /*z-index: 11;*/
  z-index: 1;
  opacity: 1;
}

.close-main-calcula-tu-prestamo {
  /*position: absolute;*/
  position: relative;
  right: 20px;
  top: 20px;
  color: white;
  cursor: pointer;
  z-index: 11;
  font-size: 40px;
}

body.home, 
body.page-template-page-prestamos {

}

body.page-template-page-prestamos, 
body.page-template-page-opciones-de-pago, 
body.single-post, 
body.page-template-page-blog {
  padding-top: 100px;
}

body.page-template-page-prestamos .container.main-container{
  padding: 0;
}

.red-arrow-left-to-right,
.red-arrow-left-to-right:hover {
  padding-left: 40px;
  position: relative;
  overflow: visible;
  height: 35px;
  display: inline-block;
  font-weight: bold;
  font-size: 25px;
  line-height: 34px;
  color: var(--secondary-color);
  text-decoration: none;
  top: -75px;
  text-shadow: 0 2px 2px rgba(125, 125, 125, 0.3);
}
.red-arrow-left-to-right:after {
  width: 35px;
  height: 35px;
  content: " ";
  background: url('../img/red-arrow-left-to-right.png') no-repeat center top;
  position: absolute;
  left: 0;
  top: 0;
}


.row-requisitos {
  background: url('../img/bg-requisitos.png') no-repeat center top;
  background-size: 100% 100%;
  padding-top: 150px;
  padding-bottom: 200px;
}
.row-requisitos .inner-row {
  display: flex;
  justify-content: space-between;
  align-content: space-between;
}
.row-requisitos .inner-row > * {
  display: inline-block;
  vertical-align: top;
  width: 50%;
}
.row-requisitos .img-container {
  display: inline-block;
  vertical-align: top;
}
.row-requisitos .div-text-container {
  display: inline-block;
  vertical-align: top;
  text-align: right;
}
.row-requisitos .div-text-container > * {
  display: inline-block;
  vertical-align: top;
}

.row-requisitos .text-requisitos {
  text-align: right;
  color: white;
  max-width: 550px;
  width: 100%;
}
.row-requisitos .text-requisitos ul {
  list-style: none;
}
.row-requisitos .text-requisitos ul li {
  position: relative;
  padding-right: 10px;
  margin-bottom: 20px;
  font-family: 'comfortaabold';
}
.row-requisitos .text-requisitos ul li:after {
  content: " ";
  width: 5px;
  height: 5px;
  position: absolute;
  right: 0;
  top: 8px;
  background: white;
  border-radius: 50%;
}

.row-requisitos .text-requisitos h3 {
  font-size: 40px;
  margin-bottom: 20px;
  font-family: 'comfortaabold';
}

.blue-arrow-right-to-left,
.blue-arrow-right-to-left:hover {
  padding-right: 61px;
  position: relative;
  overflow: visible;
  height: 56px;
  display: inline-block;
  font-weight: bold;
  font-size: 25px;
  line-height: 50px;
  color: white;
  text-decoration: none;
  text-shadow: 0 2px 2px rgba(125, 125, 125, 0.3);
  font-family: 'comfortaabold';
}
.blue-arrow-right-to-left:after {
  width: 56px;
  height: 56px;
  content: " ";
  background: url('../img/blue-arrow-right-to-left.png') no-repeat center top;
  position: absolute;
  right: 0;
  top: 0;
}

.tb-transparent.tb-transparent-img-calcula-credito {
  display: none;
}
.show-tb-transparent-img-calcula-credito .tb-transparent.tb-transparent-img-calcula-credito {
  display: inline-block;
  padding-bottom: 0;
}

/* line 346, ../sass/_layout.sass */
.div-main-calcula-tu-prestamo h4 {
  text-align: left;
  color: #3951A1;
  text-transform: uppercase;
  font-family: 'comfortaabold';
  font-size: 29px;
}
/* line 352, ../sass/_layout.sass */
.div-main-calcula-tu-prestamo .box {
  text-align: left;
  display: block;
  /*vertical-align: top;*/
  width: 100%;
  /*margin-right: 40px;*/
  font-family: 'comfortaabold';
  /*margin-bottom: 20px;*/
}
/* line 360, ../sass/_layout.sass */
.div-main-calcula-tu-prestamo .box .number {
  font-family: 'comfortaabold';
  color: #58595B;
  text-align: center;
  background: white;
  border: 8px solid;
  padding: 10px 24px;
  border-radius: 60px;
  font-size: 29px;
  display: inline-block;
  position: absolute;
  left: 0;
  top: 0;
}
/* line 373, ../sass/_layout.sass */
.div-main-calcula-tu-prestamo .box .icon {
  position: absolute;
  top: 30px;
  left: 60px;
  z-index: 5;
  display: inline-block;
  border-radius: 37px;
  background: white no-repeat center center;
  padding: 23px;
  -webkit-box-shadow: 0 0 0 4px white;
  -moz-box-shadow: 0 0 0 4px white;
  box-shadow: 0 0 0 4px white;
}
/* line 385, ../sass/_layout.sass */
.div-main-calcula-tu-prestamo .box .icon-signo-pesos {
  background-image: url("../img/icon-signo-pesos.png");
}
/* line 387, ../sass/_layout.sass */
.div-main-calcula-tu-prestamo .box .icon-calendario {
  background-image: url("../img/icon-calendario.png");
}
/* line 389, ../sass/_layout.sass */
.div-main-calcula-tu-prestamo .box .icon-checklist {
  background-image: url("../img/icon-checklist.png");
}
/* line 391, ../sass/_layout.sass */
.div-main-calcula-tu-prestamo .box .box-header {
  position: relative;
  z-index: 1;
}
/* line 395, ../sass/_layout.sass */
.div-main-calcula-tu-prestamo .box .box-header p {
  font-family: 'comfortaabold';
  padding: 5px 0px;
  color: white;
 /* border-radius: 20px;*/
  text-transform: uppercase;
 /* display: inline-block;*/
  /*position: absolute;
  top: 32px;
  left: 70px;*/
  /*padding-left: 47px;*/
 /* padding-right: 12px;*/
  width: 100%;
 /* max-width: 249px;*/
  /*text-align: center;*/
 /* -webkit-box-shadow: 0 0 0 4px white;
  -moz-box-shadow: 0 0 0 4px white;
  box-shadow: 0 0 0 4px white;*/
  font-size: 1em;
  text-align: center;
}
/* line 414, ../sass/_layout.sass */
.div-main-calcula-tu-prestamo .box .box-body {
  text-align: center;
  /*background: #F0F0F1;*/
  padding: 0 10px;
  /*height: 178px;*/
  margin-bottom: 5px;
  position: relative;
}
.div-main-calcula-tu-prestamo .box .box-body.box-body-cuando-lo-pagaras {
  margin-bottom: 30px;
}
/* line 420, ../sass/_layout.sass */
.div-main-calcula-tu-prestamo .box .box-body .my-tooltip {
  /*display: inline-block;*/
  /*border: 5px solid;*/
  /*padding: 3px 20px;*/
  /*border-radius: 16px;*/
  font-family: 'comfortaabold';
  color: var(--main-color);
  font-size: 14px;
  margin-bottom: -46px;
  position: relative;
  bottom: -15px;
}
/* line 430, ../sass/_layout.sass */
.div-main-calcula-tu-prestamo .box .box-body .my-tooltip:after {
  /*content: " ";
  position: absolute;
  bottom: -21px;
  z-index: 1;
  margin: 0 auto;
  left: 0;
  right: 0;
  width: 26px;
  height: 24px;
  display: block;*/
}
/* line 441, ../sass/_layout.sass */
.div-main-calcula-tu-prestamo .box .box-body p {
  font-family: 'comfortaabold';
  color: var(--main-text-color);
}
/* line 444, ../sass/_layout.sass */
.div-main-calcula-tu-prestamo .box .box-body h4, .div-main-calcula-tu-prestamo .box .box-body p {
  font-size: 12px;
  text-align: left;
  margin-bottom: 0;
  text-transform: uppercase;
}
/* line 449, ../sass/_layout.sass */
.div-main-calcula-tu-prestamo .box .box-body h4 span, .div-main-calcula-tu-prestamo .box .box-body p span {
  font-size: 12px;
  font-family: 'comfortaabold';
}
/* line 452, ../sass/_layout.sass */
.div-main-calcula-tu-prestamo .box .box-body .texto-min-max {
  float: left;
  width: 50%;
  padding-bottom: 10px;
}
/* line 456, ../sass/_layout.sass */
.div-main-calcula-tu-prestamo .box .box-body .texto-min-max.min {
  background: url("../img/border-min.png") no-repeat left 40px;
}
/* line 458, ../sass/_layout.sass */
.div-main-calcula-tu-prestamo .box .box-body .texto-min-max.max {
  background: url("../img/border-max.png") no-repeat right 40px;
}
/* line 460, ../sass/_layout.sass */
.div-main-calcula-tu-prestamo .box .box-body .texto-min-max.max h4, .div-main-calcula-tu-prestamo .box .box-body .texto-min-max.max p {
  text-align: right;
}
/* line 462, ../sass/_layout.sass */
.div-main-calcula-tu-prestamo .box .box-body .slider-bar {
  position: relative;
  margin-top: 5px;
}
/* line 464, ../sass/_layout.sass */
.div-main-calcula-tu-prestamo .box .box-body .bar {
  display: inline-block;
  width: 100%;
  background: #e8eff2;
  border: 0;
  height: 18px;
  position: relative;
  border-radius: 10px !important;
}

#slider-precio:before {
  position: absolute;
  content: " ";
  left: 0;
  top: -10px;
  background: #3D3D3D;
  height: 30px;
  width: 8px;
  z-index: 10;
  display: none;
}

#slider-precio:after {
  position: absolute;
  content: " ";
  right: -8px;
  top: -10px;
  background: #3D3D3D;
  height: 30px;
  width: 8px;
  z-index: 10;
  display: none;
}

#slider-dias:before {
  position: absolute;
  content: " ";
  left: 0;
  top: -10px;
  background: #3D3D3D;
  height: 30px;
  width: 8px;
  z-index: 10;
  display: none;
}

#slider-dias:after {
  position: absolute;
  content: " ";
  right: -8px;
  top: -10px;
  background: #3D3D3D;
  height: 30px;
  width: 8px;
  z-index: 10;
  display: none;
}

/* line 471, ../sass/_layout.sass */
.div-main-calcula-tu-prestamo .box .box-body .bar .filling-bar {
  position: absolute;
  /*background: #CFD1D2;*/
  height: 100%;
  width: 25%;
  top: 0;
  left: 0;


  background: var(--secondary-color);

  border-radius: 10px !important;
}
/* line 478, ../sass/_layout.sass */
.div-main-calcula-tu-prestamo .box .box-body .bar .ui-slider-handle:focus {
  outline: 0;
}
/* line 480, ../sass/_layout.sass */
.div-main-calcula-tu-prestamo .box .box-body .bar .circle-drag, 
.div-main-calcula-tu-prestamo .box .box-body .bar .ui-slider-handle {
  cursor: pointer;
  -moz-transition: all 0.1s ease, margin 0.1s ease;
  -webkit-transition: all 0.1s ease, margin 0.1s ease;
  -o-transition: all 0.1s ease, margin 0.1s ease;
  -ms-transition: all 0.1s ease, margin 0.1s ease;
  transition: all 0.1s ease, margin 0.1s ease;
  position: absolute;
  padding: 10px;
  border-radius: 50px;
  top: -15px;
  left: 19%;
  width: 37px;
  height: 37px;
  z-index: 11;
}
/* line 492, ../sass/_layout.sass */
.div-main-calcula-tu-prestamo .box .box-body span.minus,
.div-main-calcula-tu-prestamo .box .box-body span.plus {
  position: absolute;
  bottom: -24px;
  color: var(--main-text-color);
  font-family: 'comfortaabold';
  font-size: 13px;
}
/* line 499, ../sass/_layout.sass */
.div-main-calcula-tu-prestamo .box .box-body span.minus {
  left: 0;
  cursor: pointer;
}
/* line 502, ../sass/_layout.sass */
.div-main-calcula-tu-prestamo .box .box-body span.plus {
  right: 0;
  cursor: pointer;
}
/* line 505, ../sass/_layout.sass */
.div-main-calcula-tu-prestamo .box .box-body table {
  width: 100%;
}
.div-main-calcula-tu-prestamo .box .box-body table.table-variables {
  width: 75%;
  margin: 0 50px 50px auto;
}
/* line 508, ../sass/_layout.sass */
.div-main-calcula-tu-prestamo .box .box-body table tr td {
  text-transform: uppercase;
  font-family: 'comfortaabold';
}
/* line 511, ../sass/_layout.sass */
.div-main-calcula-tu-prestamo .box .box-body table tr td:nth-child(1) {
  color: black;
  text-align: left;
  padding: 2px 0;
  text-transform: initial;
}
.div-main-calcula-tu-prestamo .box .box-body table.table-variables tr td:nth-child(1) {
  color: var(--main-text-color);
  text-align: left;
  padding: 2px 0;
  text-transform: initial;
  font-size: 21px;
}
.div-main-calcula-tu-prestamo .box .box-body table.table-resultados tr td:nth-child(1),
.div-main-calcula-tu-prestamo table.table-resultados-1 tr td:nth-child(1) {
  color: var(--main-text-color);
  text-align: left;
  padding: 2px 0;
  text-transform: initial;
  font-size: 19px;
  line-height: 19px;
}
.div-main-calcula-tu-prestamo table.table-resultados-1 {
  margin: 0 auto;
  position: relative;
  top: 30px;
  margin-bottom: 0;
}
.div-main-calcula-tu-prestamo table.table-resultados-1 tr td:nth-child(1) {
  font-size: 17px;
  padding-right: 30px;
}
/* line 514, ../sass/_layout.sass */
.div-main-calcula-tu-prestamo .box .box-body table tr td:nth-child(2) {
  color: var(--main-text-color);
  text-align: left;
  text-transform: initial;
  font-weight: normal;
  font-family: 'comfortaabold';
}
.div-main-calcula-tu-prestamo .box .box-body table.table-variables tr td:nth-child(2) {
  color: var(--main-text-color);
  text-align: left;
  text-transform: initial;
  font-weight: normal;
  font-family: 'comfortaabold';
  font-size: 21px;
}
.div-main-calcula-tu-prestamo .box .box-body table.table-resultados tr td:nth-child(2) {
  color: var(--main-text-color);
  text-align: left;
  text-transform: initial;
  font-weight: normal;
  font-family: 'comfortaabold';
  font-size: 21px;
}
/* line 519, ../sass/_layout.sass */
.div-main-calcula-tu-prestamo .box .box-footer {
  position: relative;
  padding: 10px;
}
/* line 522, ../sass/_layout.sass */
.div-main-calcula-tu-prestamo .box .box-footer > * {
  display: inline-block;
  vertical-align: top;
  margin: 0;
}
/* line 526, ../sass/_layout.sass */
.div-main-calcula-tu-prestamo .box .box-footer h4 {
  width: 100px;
  /*margin-right: 30px;*/
  color: #8ac43f !important;
  font-size: 18px;
}
/* line 531, ../sass/_layout.sass */
.div-main-calcula-tu-prestamo .box .box-footer input {
    border: 4px solid #f0f0f1;
    color: var(--secondary-color);
    font-family: 'comfortaabold';
    font-size: 22px;
    text-align: center;
    max-width: 167px;
    background: white;
}
/* line 539, ../sass/_layout.sass */
/*.div-main-calcula-tu-prestamo .box .box-footer:after {
  content: " ";
  position: absolute;
  top: 0;
  right: -20px;
  width: 0;
  height: 0;
  border-left: 20px solid;
  border-top: 29px solid transparent;
  border-bottom: 28px solid transparent;
}*/
/* line 550, ../sass/_layout.sass */
.div-main-calcula-tu-prestamo .box.blue .number {
  border-color: var(--secondary-color);
}
/* line 552, ../sass/_layout.sass */
.div-main-calcula-tu-prestamo .box.blue .icon {
  background-color: var(--secondary-color);
}
/* line 555, ../sass/_layout.sass */
.div-main-calcula-tu-prestamo .box.blue .box-header p {
  text-transform: uppercase;
  color: var(--main-color);
  font-size: 34px;
  margin-top: 0;
  font-family: 'comfortaabold';
  text-align: left;
}
.div-main-calcula-tu-prestamo .box.blue .box-header.sub-header p {
  text-align: left;
  text-transform: initial;
  font-size: 16px;
  font-family: 'comfortaabold';
}
.div-main-calcula-tu-prestamo .box .box-body p.p-pasos {
  color: var(--main-text-color);
  text-transform: initial;
  text-align: left;
  margin-top: 45px;
  margin-bottom: 25px;
  font-size: 12px;
}
.div-main-calcula-tu-prestamo .box .box-body p.p-pasos-1 {
  margin-top: 0;
}
#cantidad-valor-circle {
  margin: 0 auto;
}
/* line 557, ../sass/_layout.sass */
.div-main-calcula-tu-prestamo .box.blue .my-tooltip {
  border-color: var(--secondary-color);
  border:  1px solid var(--secondary-color);
  display: inline-block;
  margin-bottom: 0;
  bottom: -70px;
  padding: 5px 10px;
  border-radius: 20px;
}
/* line 559, ../sass/_layout.sass */
.div-main-calcula-tu-prestamo .box.blue .my-tooltip:after {
  /*background: url("../img/tooltip-blue.png") center top;*/
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-right: 10px solid transparent;
  border-top: 10px solid transparent;
  border-left: 10px solid transparent;
  border-bottom: 10px solid var(--secondary-color);
  top: -20px;
  left: 0;
  right: 0;
  margin: 0 auto;
}
/* line 561, ../sass/_layout.sass */
.div-main-calcula-tu-prestamo .box.blue h4 {
  color: var(--secondary-color);
}
/* line 563, ../sass/_layout.sass */
.div-main-calcula-tu-prestamo .box.blue .ui-slider-handle:focus {
  outline: 0;
}
/* line 565, ../sass/_layout.sass */
.div-main-calcula-tu-prestamo .box.blue .circle-drag, .div-main-calcula-tu-prestamo .box.blue .ui-slider-handle {
  cursor: pointer;
  -moz-transition: all 0.1s ease, margin 0.1s ease;
  -webkit-transition: all 0.1s ease, margin 0.1s ease;
  -o-transition: all 0.1s ease, margin 0.1s ease;
  -ms-transition: all 0.1s ease, margin 0.1s ease;
  transition: all 0.1s ease, margin 0.1s ease;
  /*background: #256aa9;*/
  /*border: 2px solid #e7eff2;*/
  background: var(--main-color);
/*  background: url('../img/slider-handle-calculator.svg');*/
  background-repeat: no-repeat;
  background-size: contain;
  border: 0;
  /*border: 2px solid var(--main-color);*/
}
/* line 573, ../sass/_layout.sass */
.div-main-calcula-tu-prestamo .box.blue .box-footer {
  background: transparent;
}
.div-main-calcula-tu-prestamo .box-1.blue .box-footer, 
.div-main-calcula-tu-prestamo .box-2.blue .box-footer {
  display: none;
}
/* line 575, ../sass/_layout.sass */
.div-main-calcula-tu-prestamo .box.blue .box-footer:after {
  border-left-color: var(--secondary-color);
}
/* line 578, ../sass/_layout.sass */
.div-main-calcula-tu-prestamo .box.orange .number {
  border-color: var(--main-color);
}
/* line 580, ../sass/_layout.sass */
.div-main-calcula-tu-prestamo .box.orange .icon {
  background-color: var(--main-color);
}
/* line 583, ../sass/_layout.sass */
.div-main-calcula-tu-prestamo .box.orange .box-header p {
  background-color: var(--main-color);
}
/* line 585, ../sass/_layout.sass */
.div-main-calcula-tu-prestamo .box.orange .my-tooltip {
  border-color: var(--main-color);
}
/* line 587, ../sass/_layout.sass */
.div-main-calcula-tu-prestamo .box.orange .my-tooltip:after {
  background: url("../img/tooltip-orange.png") center top;
}
/* line 589, ../sass/_layout.sass */
.div-main-calcula-tu-prestamo .box.orange h4 {
  color: var(--main-color);
}
/* line 591, ../sass/_layout.sass */
.div-main-calcula-tu-prestamo .box.orange .ui-slider-handle:focus {
  outline: 0;
}
/* line 593, ../sass/_layout.sass */
.div-main-calcula-tu-prestamo .box.orange .circle-drag, .div-main-calcula-tu-prestamo .box.orange .ui-slider-handle {
  cursor: pointer;
  -moz-transition: all 0.1s ease, margin 0.1s ease;
  -webkit-transition: all 0.1s ease, margin 0.1s ease;
  -o-transition: all 0.1s ease, margin 0.1s ease;
  -ms-transition: all 0.1s ease, margin 0.1s ease;
  transition: all 0.1s ease, margin 0.1s ease;
  background: var(--main-color);
}
/* line 601, ../sass/_layout.sass */
.div-main-calcula-tu-prestamo .box.orange .texto-min-max.min {
  background: url("../img/border-min.png") no-repeat left 45px;
}
/* line 603, ../sass/_layout.sass */
.div-main-calcula-tu-prestamo .box.orange .texto-min-max.max {
  background: url("../img/border-max.png") no-repeat right 45px;
}
/* line 605, ../sass/_layout.sass */
.div-main-calcula-tu-prestamo .box.orange .box-footer {
  background: var(--main-color) url("../img/icon-calendario.png") no-repeat 280px center;
  cursor: pointer;
}
/* line 608, ../sass/_layout.sass */
.div-main-calcula-tu-prestamo .box.orange .box-footer:after {
  border-left-color: var(--main-color);
}
/* line 611, ../sass/_layout.sass */
.div-main-calcula-tu-prestamo .box.yellow .number {
  border-color: #FBB815;
}
/* line 613, ../sass/_layout.sass */
.div-main-calcula-tu-prestamo .box.yellow .icon {
  background-color: #FBB815;
}
/* line 616, ../sass/_layout.sass */
.div-main-calcula-tu-prestamo .box.yellow .box-header p {
  background-color: #FBB815;
}
/* line 618, ../sass/_layout.sass */
.div-main-calcula-tu-prestamo .box.yellow .box-footer {
  background: #FBB815;
}
/* line 620, ../sass/_layout.sass */
.div-main-calcula-tu-prestamo .box.yellow .box-footer:after {
  display: none;
}

/* line 623, ../sass/_layout.sass */
.btn-solicitar-prestamo {
  display: block;
  margin-top: 50px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 15px;
  text-align: center;
}
/* line 639, ../sass/_layout.sass */
.btn-solicitar-prestamo:hover, 
.btn-solicitar-prestamo:active, 
.btn-solicitar-prestamo:focus {

}

/* line 646, ../sass/_layout.sass */
.page-calcula-tu-prestamo .div-main-calcula-tu-prestamo > h4 {
  background: #A5A7AA;
  color: white;
  font-size: 22px;
  text-align: center;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  padding: 10px;
  width: 320px;
  margin: 10px auto;
}
/* line 656, ../sass/_layout.sass */
.page-calcula-tu-prestamo .box {
  margin-right: 0;
}
/* line 658, ../sass/_layout.sass */
.page-calcula-tu-prestamo .box .box-header {
  margin-bottom: -103px;
  -ms-transform: scale(0.9, 0.9);
  -webkit-transform: scale(0.9, 0.9);
  transform: scale(0.9, 0.9);
}
/* line 663, ../sass/_layout.sass */
.page-calcula-tu-prestamo .box .box-body {
  padding-top: 50px;
  /*height: 285px;*/
}
.page-calcula-tu-prestamo .div-main-calcula-tu-prestamo .box .box-body p.p-pasos {
  margin-top: 10px;
}

/* line 668, ../sass/_layout.sass */
body.page h1.entry-title,
body.single h1.entry-title {
  color: black;
  font-size: 40px;
  font-family: 'comfortaabold';
  max-width: 800px;
  color: var(--secondary-color);
}
body.page h3.entry-subtitle,
body.single h3.entry-subtitle {
  color: black;
  font-size: 15px;
  font-family: 'comfortaabold';
}

/* line 674, ../sass/_layout.sass */
.no-select-this {
  -webkit-user-select: none;
  -moz-user-select: none;
  -khtml-user-select: none;
  -ms-user-select: none;
}

/* line 680, ../sass/_layout.sass */
.bg-gray {
  background: #F0F0F1;
}

/* line 683, ../sass/_layout.sass */
.center-img {
  text-align: center;
  margin-bottom: 20px;
}
/* line 686, ../sass/_layout.sass */
.center-img img {
  display: inline-block;
}

/* line 691, ../sass/_layout.sass */
body.single p,
body.single span,
body.single span a {
  color: #A5A7AA;
  font-size: 15px;
  text-decoration: none;
}

/* line 700, ../sass/_layout.sass */
.border-red {
  border: 1px solid red;
}

/* line 702, ../sass/_layout.sass */
.border-green {
  border: 1px solid green;
}

/* line 707, ../sass/_layout.sass */
/*body.logged-in .inicio-sesion-header {
  display: none;
}*/
body.logged-in .div-login-options {
  /*display: none !important;*/
  margin-top: 35px;
}

/* line 710, ../sass/_layout.sass */
.width-100-porciento {
  width: 100% !important;
}

/* line 712, ../sass/_layout.sass */
.pie_register_c_ul {
  background: transparent !important;
  position: relative !important;
  float: left !important;
  border-top-left-radius: 40px;
  border-top-right-radius: 40px;
  padding: 0 50px !important;
}
/* line 716, ../sass/_layout.sass */
.pie_register_c_ul:before {
  content: " " !important;
  position: absolute !important;
  width: 100% !important;
  height: 10px !important;
  background: white !important;
  top: 0 !important;
  left: 0 !important;
}
/* line 724, ../sass/_layout.sass */
.pie_register_c_ul > li {
  /*display: inline-block !important; */
  max-width: 32% !important;
  /*height: 93px;*/
  text-align: left !important;
  display: inline-block;
  vertical-align: top;
}
/* line 730, ../sass/_layout.sass */
.pie_register_c_ul > li .fieldset {
  padding: 0;
}
/* line 733, ../sass/_layout.sass */
.pie_register_c_ul > li .fieldset > div > h2, 
.pie_register_c_ul > li .fieldset > div > h3 {
  background: none;
  text-align: left;
  text-transform: capitalize;
  color: black;
  padding: 15px;
  /* border-top-left-radius: 20px; */
  /* border-top-right-radius: 20px; */
  font-size: 26px;
  font-family: 'comfortaabold';
  position: relative;
  margin-top: 0;
  margin: 0;
}
/* line 745, ../sass/_layout.sass */
.pie_register_c_ul > li .fieldset > div > h2 em {
  padding: 5px 11px;
  background: #1968a8;
  border-radius: 50%;
  margin-right: 10px;
  color: white;
  font-size: 18px;
  font-family: 'comfortaabold';
  font-style: normal;
  border: 5px solid white;
  display: inline-block;
}
/* line 756, ../sass/_layout.sass */
.pie_register_c_ul > li .fieldset label[for=html_42] + h2 em {
  padding: 5px 13px;
}
/* line 758, ../sass/_layout.sass */
.pie_register_c_ul > li #name_3_firstname,
.pie_register_c_ul > li #name_3_lastname {
  width: 100% !important;
  margin-bottom: 10px;
}
/* line 762, ../sass/_layout.sass */
.pie_register_c_ul > li:not(.title-li) {
  padding: 10px 15px !important;
  margin: 0 !important;
  overflow: initial !important;
}
/* line 765, ../sass/_layout.sass */
.pie_register_c_ul > li:not(.title-li) .piereg_time {
  width: 100% !important;
}
/* line 767, ../sass/_layout.sass */
.pie_register_c_ul > li:not(.title-li) .piereg-html-field-content {
  width: 100%;
}
/* line 769, ../sass/_layout.sass */
.pie_register_c_ul > li:not(.title-li) input[type=text],
.pie_register_c_ul > li:not(.title-li) input[type=password],
.pie_register_c_ul > li:not(.title-li) select {
  font-family: "exo_2.0regular" !important;
  font-size: 18px !important;
  border: 0 !important;
  border-bottom: 1px solid !important;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
  border-radius: 0px !important;
  background: white !important;
  padding: 10px 10px 10px 0 !important;
  width: 100% !important;
  color: #606164 !important;
  height: 46px;
  margin: 0 !important;
  margin-bottom: 15px !important;
}
.pie_register_c_ul > li:not(.title-li) select {
  height: 46px !important;
}
/* line 783, ../sass/_layout.sass */
.pie_register_c_ul > li:not(.title-li) label[for=dropdown_18] {
  float: left !important;
  width: 33% !important;
  padding-top: 10px !important;
  padding-right: 5px !important;
}
/* line 788, ../sass/_layout.sass */
.pie_register_c_ul > li:not(.title-li) #dropdown_18 {
  float: left !important;
  /*width: 49% !important;*/
}
/* line 791, ../sass/_layout.sass */
.pie_register_c_ul > li:not(.title-li) label[for=dropdown_21] {
  float: left !important;
  /*width: 55% !important;*/
  /*padding-top: 10px !important;*/
  /*padding-right: 5px !important;*/
}
/* line 796, ../sass/_layout.sass */
.pie_register_c_ul > li:not(.title-li) #dropdown_21 {
  float: left !important;
  /*width: 35% !important;*/
}
/* line 799, ../sass/_layout.sass */
.pie_register_c_ul > li:not(.title-li) label[for=dropdown_24] {
  float: left !important;
  width: 68% !important;
  padding-top: 10px !important;
  padding-right: 5px !important;
}
/* line 804, ../sass/_layout.sass */
.pieregWrapperC #pie_register_c .fields.btn-continuar-center {
    text-align: center !important;
}
.pieregWrapperC #pie_register_c .fields.btn-continuar-center input.btn-red.btn-continuar {
  float: none;
  display: inline-block;
}
/* line 807, ../sass/_layout.sass */
.pie_register_c_ul > li:not(.title-li) label[for=dropdown_28],
.pie_register_c_ul > li:not(.title-li) label[for=dropdown_29] {
  float: left !important !important;
  width: 49% !important !important;
  padding-top: 10px !important !important;
  padding-right: 5px !important !important;
}
/* line 813, ../sass/_layout.sass */
.pie_register_c_ul > li:not(.title-li) #dropdown_28,
.pie_register_c_ul > li:not(.title-li) #dropdown_29 {
  float: left !important;
  width: 40% !important !important;
}
/* line 817, ../sass/_layout.sass */
.pie_register_c_ul > li:not(.title-li) label {
  font-family: "exo_2.0medium_italic" !important;
  font-size: 16px !important;
  color: #606164 !important;
  font-weight: normal !important;
}
/* line 823, ../sass/_layout.sass */
.pie_register_c_ul > li:not(.title-li) > .fieldset > .radio_wrap {
  display: inline-block !important;
}
/* line 825, ../sass/_layout.sass */
.pie_register_c_ul > li:not(.title-li) #dropdown_78,
.pie_register_c_ul > li:not(.title-li) #dropdown_39 {
  /*max-width: 50% !important;*/
}
/* line 828, ../sass/_layout.sass */
.pie_register_c_ul > li:not(.title-li) label[for=dropdown_39],
.pie_register_c_ul > li:not(.title-li) label[for=dropdown_78] {
  /*width: 50% !important;*/
}
/* line 831, ../sass/_layout.sass */
.pie_register_c_ul > li:not(.title-li) label[for=html_40] {
  width: 100% !important;
}
/* line 834, ../sass/_layout.sass */
.pie_register_c_ul > li:not(.title-li) label[for=html_40] + .piereg-html-field-content p {
  display: inline-block !important;
  width: 100% !important;
  background: white !important;
  padding: 10px !important;
  border-radius: 15px !important;
  border: 1px solid #d7d7d7 !important;
  min-height: 150px !important;
  max-height: 150px !important;
  overflow-y: scroll !important;
  color: #737373 !important;
}
/* line 845, ../sass/_layout.sass */
/*.pie_register_c_ul > li:not(.title-li) input.pie_next_c,
.pie_register_c_ul > li:not(.title-li) input.pie_prev_c,
.pie_register_c_ul > li:not(.title-li) input[name=pie_submit_c] {
  background: #136da6 !important;
  color: white !important;
  text-align: center !important;
  display: inline-block !important;
  width: 145px !important;
  text-transform: uppercase !important;
  margin-top: 15px !important;
  padding: 4px 10px 2px !important;
  border-radius: 5px !important;
  font-size: 17px !important;
  font-family: "exo_2.0bold" !important;
  text-decoration: none !important;
  border: 0 !important;
  border-bottom: 4px solid #1f92cb !important;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
  -moz-transition: all 0.3s ease, margin 0.3s ease !important;
  -webkit-transition: all 0.3s ease, margin 0.3s ease !important;
  -o-transition: all 0.3s ease, margin 0.3s ease !important;
  -ms-transition: all 0.3s ease, margin 0.3s ease !important;
  transition: all 0.3s ease, margin 0.3s ease !important;
}*/
/* line 869, ../sass/_layout.sass */
.pie_register_c_ul > li:not(.title-li) input.pie_next_c:hover,
.pie_register_c_ul > li:not(.title-li) input.pie_prev_c:hover,
.pie_register_c_ul > li:not(.title-li) input[name=pie_submit_c]:hover {
  background: #000 !important;
}
/* line 871, ../sass/_layout.sass */
.pie_register_c_ul > li:not(.title-li) label[for=password_2] {
  width: 100%;
}
/* line 873, ../sass/_layout.sass */
.pie_register_c_ul > li.title-li {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
/* line 876, ../sass/_layout.sass */
.pie_register_c_ul > li.width-100-porciento {
  width: 100% !important;
  max-width: 100% !important;
}
/* line 879, ../sass/_layout.sass */
.pie_register_c_ul > li.width-70-porciento {
  width: 100% !important;
  max-width: 70% !important;
}
/* line 882, ../sass/_layout.sass */
.pie_register_c_ul > li.width-70-porciento input#text_17 {
  width: 100% !important !important;
}
/* line 884, ../sass/_layout.sass */
.pie_register_c_ul > li.width-30-porciento {
  width: 100% !important;
  max-width: 30% !important;
}
/* line 887, ../sass/_layout.sass */
.pie_register_c_ul > li.width-27-porciento {
  width: 100% !important;
  max-width: 27% !important;
}
/* line 891, ../sass/_layout.sass */
.pie_register_c_ul > li.li-hr hr {
  border-color: white !important;
  border-width: 2px !important;
}
/* line 896, ../sass/_layout.sass */
.pie_register_c_ul > li.li-radio-con-quien-vive > .fieldset > label {
  width: 18% !important;
}
/* line 898, ../sass/_layout.sass */
.pie_register_c_ul > li.li-radio-con-quien-vive > .fieldset > .radio_wrap {
  width: 80% !important;
  display: inline-block !important;
}
/* line 901, ../sass/_layout.sass */
.pie_register_c_ul > li.li-radio-con-quien-vive > .fieldset > .radio_wrap > label {
  width: 17% !important;
  margin-right: 0px !important;
  margin-left: 40px !important;
}
/* line 907, ../sass/_layout.sass */
.pie_register_c_ul > li.leido-y-acepto > .fieldset > label {
  float: right !important;
  width: 97% !important;
}
/* line 910, ../sass/_layout.sass */
.pie_register_c_ul > li.leido-y-acepto > .fieldset .radio_wrap {
  float: left !important;
  width: 10px !important;
}
/* line 913, ../sass/_layout.sass */
.pie_register_c_ul > li.leido-y-acepto > .fieldset .radio_wrap input {
  margin: 0 !important;
}
/* line 915, ../sass/_layout.sass */
.pie_register_c_ul > li.informacion-laboral-li {
  padding: 10px 15px !important;
}
/* line 917, ../sass/_layout.sass */
.pie_register_c_ul > li.informacion-laboral-li label {
  width: 100% !important;
  margin-top: 10px !important;
}
/* line 920, ../sass/_layout.sass */
.pie_register_c_ul > li.informacion-laboral-li input,
.pie_register_c_ul > li.informacion-laboral-li select {
  margin-bottom: 10px !important;
}
/* line 923, ../sass/_layout.sass */
.pie_register_c_ul #piereg_passwordStrength_c {
  width: 100%;
}

/* line 926, ../sass/_layout.sass */
#list-proceso-registro {
  list-style: none;
  padding: 0;
}
/* line 929, ../sass/_layout.sass */
#list-proceso-registro li {
  float: left;
  width: 150px;
  text-align: center;
  margin-left: 50px;
  position: relative;
  margin-top: 30px;
}
/* line 935, ../sass/_layout.sass */
#list-proceso-registro li span,
#list-proceso-registro li p.texto {
  display: inline-block;
}
/* line 938, ../sass/_layout.sass */
#list-proceso-registro li span {
  border: 7px solid #a5a7aa;
  font-family: 'comfortaabold';
  font-size: 29px;
  border-radius: 30px;
  background: white;
  color: #a5a7aa;
  padding: 3px 16px;
  margin-bottom: 10px;
  position: relative;
  z-index: 1;
}
/* line 949, ../sass/_layout.sass */
#list-proceso-registro li p.texto {
  font-family: 'comfortaabold';
  font-size: 18px;
  text-align: center;
  color: #a5a7aa;
  text-transform: uppercase;
}
/* line 955, ../sass/_layout.sass */
#list-proceso-registro li:after {
  content: " ";
  position: absolute;
  right: 105px;
  top: 28px;
  width: 145px;
  border-bottom: 5px solid #a5a7aa;
  -moz-transition: all 1s ease, margin 1s ease;
  -webkit-transition: all 1s ease, margin 1s ease;
  -o-transition: all 1s ease, margin 1s ease;
  -ms-transition: all 1s ease, margin 1s ease;
  transition: all 1s ease, margin 1s ease;
  display: none !important;
}
/* line 968, ../sass/_layout.sass */
#list-proceso-registro li.li-num-0 span {
  padding: 3px 18px;
}
/* line 970, ../sass/_layout.sass */
#list-proceso-registro li.li-num-0:after {
  display: none;
}
/* line 973, ../sass/_layout.sass */
#list-proceso-registro li.li-num-3 span {
  padding: 3px 15px;
}
/* line 976, ../sass/_layout.sass */
#list-proceso-registro li.blue span {
  border: 7px solid #1968a8;
  color: #1968a8;
}
/* line 979, ../sass/_layout.sass */
#list-proceso-registro li.blue p.texto {
  color: #1968a8;
}
/* line 981, ../sass/_layout.sass */
#list-proceso-registro li.blue:after {
  border-bottom: 5px solid #1968a8;
}

/* line 984, ../sass/_layout.sass */
.piereg_progressbar {
  display: none;
}

/* line 987, ../sass/_layout.sass */
.alert-info {
  background: #dbf6f8 !important;
  border-radius: 0 !important;
  border: 0 !important;
  box-shadow: none !important;
}

/* line 989, ../sass/_layout.sass */
.alert-danger {
  background: #f2dede !important;
}

.alert-success {
    background: #c8e5bc !important;
}

/* line 996, ../sass/_layout.sass */
body.page-template-page-firma-de-contrato h1.entry-title,
body.page-template-page-confirmar-datos h1.entry-title,
body.page-template-page-solicitud-prestamo h1.entry-title {
  background: #3951A1;
  text-align: center;
  text-transform: uppercase;
  color: white;
  padding: 15px;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  font-size: 18px;
  font-family: 'comfortaabold';
  position: relative;
  margin-top: 0;
  margin-bottom: 0 !important;
}
/* line 1009, ../sass/_layout.sass */
body.page-template-page-firma-de-contrato .bg-gray,
body.page-template-page-confirmar-datos .bg-gray,
body.page-template-page-solicitud-prestamo .bg-gray {
  padding-top: 15px;
  padding-bottom: 50px;
}
/* line 1012, ../sass/_layout.sass */
body.page-template-page-firma-de-contrato .bg-gray .header-nota,
body.page-template-page-confirmar-datos .bg-gray .header-nota,
body.page-template-page-solicitud-prestamo .bg-gray .header-nota {
  background: #BABCBE;
  text-align: center;
  font-size: 16px;
  line-height: 18px;
  color: white;
  padding: 15px;
}
/* line 1019, ../sass/_layout.sass */
body.page-template-page-firma-de-contrato .bg-gray input[type=text],
body.page-template-page-firma-de-contrato .bg-gray select,
body.page-template-page-confirmar-datos .bg-gray input[type=text],
body.page-template-page-confirmar-datos .bg-gray select,
body.page-template-page-solicitud-prestamo .bg-gray input[type=text],
body.page-template-page-solicitud-prestamo .bg-gray select {
  font-family: "exo_2.0medium_italic";
  font-size: 16px;
  border: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border-radius: 5px;
  background: white;
  padding: 10px;
  width: 90% !important;
  color: #919396;
  margin-bottom: 10px;
}
/* line 1033, ../sass/_layout.sass */
body.page-template-page-firma-de-contrato .bg-gray p,
body.page-template-page-confirmar-datos .bg-gray p,
body.page-template-page-solicitud-prestamo .bg-gray p {
  font-family: "exo_2.0medium_italic";
  font-size: 16px;
  color: #919396;
  font-weight: normal;
}
/* line 1038, ../sass/_layout.sass */
body.page-template-page-firma-de-contrato .bg-gray h3,
body.page-template-page-confirmar-datos .bg-gray h3,
body.page-template-page-solicitud-prestamo .bg-gray h3 {
  color: #808083;
  font-size: 16px;
  font-family: 'comfortaabold';
}
/* line 1042, ../sass/_layout.sass */
body.page-template-page-firma-de-contrato .bg-gray h5,
body.page-template-page-confirmar-datos .bg-gray h5,
body.page-template-page-solicitud-prestamo .bg-gray h5 {
  color: #262261;
  font-size: 16px;
  font-family: "exo_2.0medium_italic";
  text-align: center;
}
/* line 1047, ../sass/_layout.sass */
body.page-template-page-firma-de-contrato .bg-gray hr,
body.page-template-page-confirmar-datos .bg-gray hr,
body.page-template-page-solicitud-prestamo .bg-gray hr {
  border-color: white;
  border-width: 2px;
}
/* line 1050, ../sass/_layout.sass */
body.page-template-page-firma-de-contrato .bg-gray p.recuerda,
body.page-template-page-confirmar-datos .bg-gray p.recuerda,
body.page-template-page-solicitud-prestamo .bg-gray p.recuerda {
  background: #3951A1;
  color: white;
  padding: 10px 15px 10px 55px;
  border-radius: 15px;
}
.recuerda-prestamos{
  background: white !important;
  color: var(--secondary-color);
  padding: 10px 15px 10px 55px;
  border-radius: 0;
  font-size: 23px;
  box-shadow: none;
}
.recuerda-prestamos.alert-danger, 
.recuerda-prestamos.alert-info {
  background: white !important;
  color: var(--secondary-color);
}
.recuerda-prestamos .span-subtitle {
  display: block;
  color: black;
  margin-bottom: 10px;
}
/* line 1055, ../sass/_layout.sass */
body.page-template-page-firma-de-contrato .bg-gray #codigo-correo,
body.page-template-page-confirmar-datos .bg-gray #codigo-correo,
body.page-template-page-solicitud-prestamo .bg-gray #codigo-correo {
  max-width: 230px;
  display: block !important;
  margin: 0 auto !important;
  width: 90% !important;
}
/* line 1057, ../sass/_layout.sass */
body.page-template-page-firma-de-contrato .bg-gray #reenviar-codigo,
body.page-template-page-confirmar-datos .bg-gray #reenviar-codigo,
body.page-template-page-solicitud-prestamo .bg-gray #reenviar-codigo {
  background: #A5A7AA;
  color: white;
  border: 0;
  border-radius: 10px;
  font-size: 17px;
  text-transform: uppercase;
  font-family: 'comfortaabold';
  padding: 5px 10px;
  border: 4px solid white;
}
/* line 1066, ../sass/_layout.sass */
body.page-template-page-firma-de-contrato .bg-gray #acepto-contrato,
body.page-template-page-firma-de-contrato .bg-gray #enviar-solicitud,
body.page-template-page-firma-de-contrato .bg-gray #no-acepto-contrato,
body.page-template-page-firma-de-contrato .bg-gray #informacion-correcta,
body.page-template-page-firma-de-contrato .bg-gray #regresar,
body.page-template-page-confirmar-datos .bg-gray #acepto-contrato,
body.page-template-page-confirmar-datos .bg-gray #enviar-solicitud,
body.page-template-page-confirmar-datos .bg-gray #no-acepto-contrato,
body.page-template-page-confirmar-datos .bg-gray #informacion-correcta,
body.page-template-page-confirmar-datos .bg-gray #regresar,
body.page-template-page-solicitud-prestamo .bg-gray #acepto-contrato,
body.page-template-page-solicitud-prestamo .bg-gray #enviar-solicitud,
body.page-template-page-solicitud-prestamo .bg-gray #no-acepto-contrato,
body.page-template-page-solicitud-prestamo .bg-gray #informacion-correcta,
body.page-template-page-solicitud-prestamo .bg-gray #regresar {
  border: 4px solid white;
  padding: 10px;
  font-size: 17px;
  text-align: center;
  color: white;
  border-radius: 10px;
  font-family: 'comfortaabold';
}
/* line 1078, ../sass/_layout.sass */
body.page-template-page-firma-de-contrato .bg-gray #acepto-contrato,
body.page-template-page-firma-de-contrato .bg-gray #enviar-solicitud,
body.page-template-page-firma-de-contrato .bg-gray #informacion-correcta,
body.page-template-page-confirmar-datos .bg-gray #acepto-contrato,
body.page-template-page-confirmar-datos .bg-gray #enviar-solicitud,
body.page-template-page-confirmar-datos .bg-gray #informacion-correcta,
body.page-template-page-solicitud-prestamo .bg-gray #acepto-contrato,
body.page-template-page-solicitud-prestamo .bg-gray #enviar-solicitud,
body.page-template-page-solicitud-prestamo .bg-gray #informacion-correcta {
  background: #8AC43F;
}
body.page-template-page-firma-de-contrato .bg-gray #acepto-contrato,
body.page-template-page-firma-de-contrato .bg-gray #no-acepto-contrato {
  display: block;
  margin: 0 auto;
  max-width: 240px;
  width: 100%;
}
/* line 1082, ../sass/_layout.sass */
body.page-template-page-firma-de-contrato .bg-gray #no-acepto-contrato,
body.page-template-page-confirmar-datos .bg-gray #no-acepto-contrato,
body.page-template-page-solicitud-prestamo .bg-gray #no-acepto-contrato {
  background: #A5A7AA;
}
/* line 1084, ../sass/_layout.sass */
body.page-template-page-firma-de-contrato .bg-gray #regresar,
body.page-template-page-confirmar-datos .bg-gray #regresar,
body.page-template-page-solicitud-prestamo .bg-gray #regresar {
  background: #3951A1;
}

/* line 1089, ../sass/_layout.sass */
#menu-menu-principal #menu-item-112 {
  display: none;
}

/* line 1093, ../sass/_layout.sass */
body.logged-in #menu-menu-principal #menu-item-112 {
  display: block;
}

.content-menu-usuario {
  display: none !important;
}

/* line 1099, ../sass/_layout.sass */
.content-menu-usuario .content-icon-tu img,
.content-menu-usuario .content-icon-tu p {
  float: left;
}
/* line 1102, ../sass/_layout.sass */
.content-menu-usuario .content-icon-tu p {
  font-size: 15px;
  text-transform: uppercase;
  font-family: 'comfortaabold';
  color: white;
  background: var(--secondary-color);
  padding: 10px;
  position: relative;
  padding-left: 10px;
  margin-left: -6px;
  margin-top: 16px;
}
/* line 1113, ../sass/_layout.sass */
.content-menu-usuario .content-icon-tu p:after {
  /*content: " ";
  display: block;
  position: absolute;
  height: 50%;
  border-right: 1px solid #A1A1A1;
  top: 8px;
  right: 0;*/
}
/* line 1121, ../sass/_layout.sass */
.content-menu-usuario #menu-menu-de-usuario {
  margin-top: 26px;
  float: left;
  list-style: none;
  padding: 0;
}
/* line 1126, ../sass/_layout.sass */
.content-menu-usuario #menu-menu-de-usuario li {
  float: left;
}
/* line 1128, ../sass/_layout.sass */
.content-menu-usuario #menu-menu-de-usuario li a {
  background: #45c4e2;
  padding: 11px;
  font-size: 15px;
  text-transform: uppercase;
  font-family: 'comfortaabold';
  color: white;
  position: relative;
  text-decoration: none;
  -moz-transition: all 0.3s ease, margin 0.3s ease;
  -webkit-transition: all 0.3s ease, margin 0.3s ease;
  -o-transition: all 0.3s ease, margin 0.3s ease;
  -ms-transition: all 0.3s ease, margin 0.3s ease;
  transition: all 0.3s ease, margin 0.3s ease;
}
/* line 1142, ../sass/_layout.sass */
.content-menu-usuario #menu-menu-de-usuario li a:hover, .content-menu-usuario #menu-menu-de-usuario li a:active {
  color: #000;
}
/* line 1146, ../sass/_layout.sass */
.content-menu-usuario #menu-menu-de-usuario li.current-menu-item a {
  color: #000;
}
/* line 1149, ../sass/_layout.sass */
.content-menu-usuario #menu-menu-de-usuario li:not(:nth-last-child(1)) a:after {
  /*content: " ";
  display: block;
  position: absolute;
  height: 50%;
  border-right: 1px solid #A1A1A1;
  top: 8px;
  right: 0;*/
}

/* line 1159, ../sass/_layout.sass */
.page-usuario h1.entry-title {
  margin-bottom: 35px !important;
}

.content-menu-usuario {
    margin-top: 20px;
    margin-bottom: 20px;
}

.outer-tabla-prestamos {
  border-radius: 25px;
  overflow: hidden;
  padding: 0 !important;
  margin-bottom: 100px;
  -webkit-box-shadow: 0px 1px 5px 0 rgba(125, 125, 125, 0.5);
  -moz-box-shadow: 0px 1px 5px 0 rgba(125, 125, 125, 0.5);
  box-shadow: 0px 1px 5px 0 rgba(125, 125, 125, 0.5);
}

/* line 1162, ../sass/_layout.sass */
#tabla-prestamos {
  /*border: 5px solid #CFD1D2;*/
  margin-top: 0;
  margin-bottom: 0;
  /*max-width: 730px;*/
}
/* line 1167, ../sass/_layout.sass */
#tabla-prestamos thead {
  background: #EDEDED;
}
/* line 1170, ../sass/_layout.sass */
#tabla-prestamos thead tr th {
  color: black;
  text-transform: initial;
  font-size: 13px;
  font-family: 'comfortaabold';
  padding: 10px;
  text-align: left;
  border: 0;
}
#tabla-prestamos-0 tr th {
  border: 0;
}
/* line 1177, ../sass/_layout.sass */
#tabla-prestamos thead tr th.table-nota-head {
  background: #EDEDED;
  border-bottom: 0;
  border-top: 0;
  font-family: 'comfortaabold';
  font-size: 12px;
  color: #808083;
  text-transform: none;
  font-weight: normal;
  text-align: left;
}
#tabla-prestamos thead tr th.table-nota-head .alert-info {
  background: #ededed !important;
  color: black !important;
  border: 0 !important;
  box-shadow: none !important;
}
#tabla-prestamos thead tr th.table-nota-head ul {
  list-style: none;
  padding-left: 0;
}
/* line 1187, ../sass/_layout.sass */
#tabla-prestamos thead tr th.table-nota-head-gray {
  background: white;
  text-align: left;
}
/* line 1190, ../sass/_layout.sass */
#tabla-prestamos thead tr th.table-nota-head-gray h1,
#tabla-prestamos-0 thead tr th.table-nota-head-gray h1 {
  margin: 0;
  margin-bottom: 0 !important;
}
#tabla-prestamos thead tr th:nth-child(1) {
  padding-left: 25px;
}
#tabla-prestamos thead tr th:nth-last-child(1) {
  padding-right: 25px;
  border: 0;
}
/* line 1193, ../sass/_layout.sass */
#tabla-prestamos tbody {
  background: white;
}
/* line 1196, ../sass/_layout.sass */
#tabla-prestamos tbody tr td {
  color: var(--main-color);
  font-size: 13px;
  padding: 10px 10px;
  border: 0;
  background: #ededed;
}
#tabla-prestamos tbody tr td:nth-child(1) {
  padding-left: 25px;
}
#tabla-prestamos tbody tr td:nth-last-child(1) {
  padding-right: 25px;
}
/* line 1202, ../sass/_layout.sass */
#tabla-prestamos tbody tr td .btn-pagar {
  background: var(--secondary-color);
  color: white;
  text-align: center;
  display: inline-block;
  width: 100%;
  padding: 10px 10px;
  font-size: 13px;
  font-family: 'comfortaabold';
  text-decoration: none;
  text-transform: uppercase;
}
/* line 1214, ../sass/_layout.sass */
#tabla-prestamos tbody tr td .btn-pagar:hover, #tabla-prestamos tbody tr td .btn-pagar:active {
  background: #1db5d8;
}
/* line 1216, ../sass/_layout.sass */
#tabla-prestamos tbody tr td:not(:nth-last-child(1)) {
  border: 0;
}

/* line 1218, ../sass/_layout.sass */
.convenciones {
  font-size: 12px;
  color: #808083;
}

/* line 1223, ../sass/_layout.sass */
.piereg_edit_profile_link,
#piereg_pie_form_heading,
#piereg_pie_form_heading + span {
  display: none;
}

/* line 1230, ../sass/_layout.sass */
.logo-en-contrato img {
  margin-top: 50px;
}

/* line 1233, ../sass/_layout.sass */
.div-login-header {
  margin-top: -12px;
}




.info-registro-alert + p.piereg_message {
  display: none !important;
  opacity: 0 !important;
  position: absolute !important;
  z-index: -10 !important;
}
#text_62 + p.desc,
#text_63 + p.desc {
  float: none !important;
  text-align: center;
  font-size: 14px !important;
  margin: 0 !important;
  font-weight: bold;
}

body.page-id-176 article#post-176 {
  background: #fff;
}

.featherlight-iframe .featherlight-content {
    overflow-y: hidden;
}


.container-slide {
  max-width: 1170px;
}

#container-home-slide-testimoniales {
  margin: 50px auto;
}


.outer-slide-testimoniales {
  background: url('../img/bg-outer-slide-testimoniales.png') repeat center top;
  background-size: contain;
}

.outer-slide-testimoniales h3.section-title {
  text-align: center;
  font-family: 'comfortaabold';
  font-size: 31px;
  color: #8AC43F;
}

#container-home-slide-testimoniales ul li {
  display: block;
  text-align: center;
}
#container-home-slide-testimoniales ul li .content-text {
  display: inline-block;
  text-align: left;
  width: 500px;
  margin-right: 25px;
}
#container-home-slide-testimoniales ul li .content-text img {
  display: inline-block;
  width: 110px;
  height: auto;
  vertical-align: top;
  margin-right: -3px;
}
#container-home-slide-testimoniales ul li .content-text .text_main_image {
    display: inline-block;
    height: 110px;
    vertical-align: top;
    width: 310px;
    font-size: 12px;
    color: #040006;
    overflow: hidden;
    padding: 10px 10px 10px 20px;
    font-family: 'comfortaabold';
    text-align: center;
}
#container-home-slide-testimoniales ul li .content-text .text_main_image h3 {
    margin-top: 10px;
}
#container-home-slide-testimoniales ul li .content-text .text_main_image p {
    margin: 0;
    line-height: 14px;
}

.nota-calculadora-primer-credito {
  position: absolute;
  z-index: 1;
  top: -15px;
  left: 0;
  right: 0;
  display: block;
  margin: 0 auto;
  width: 260px;
  text-align: justify;
  background: rgb(230 151 7);
  /* border: 1px solid white; */
  border-radius: 15px;
  padding: 15px;
  color: white;
  -webkit-box-shadow: 0 0 6px -2px black;
  -moz-box-shadow: 0 0 6px -2px black;
  box-shadow: 0 0 6px -2px black;
}

#solicitar article {
  height: 255px;
}

.signo-pesos-parent {
  position: relative;
  padding-left: 20px !important;
}

.signo-pesos-parent:before {
  content: "$";
  position: absolute;
  left: 0;
  top: 0;
  width: 20px;
  height: 100%;
  font-size: 20px;
  line-height: 60px;
  color: #848484;
}

.hide-this-input-parent {
  display: none !important;
}

.dev-this {
  display: none !important;
}

.hide-this {
  display: none !important;
}

.pieregWrapperC .pie_register_c_ul .fields label[for="textarea_101"] {
    width: 35%;
 }

.pie_register_c_ul > li.max-width-33 {
    max-width: 33% !important;
}
.pie_register_c_ul > li.height-100px {
  height: 100px;
}

.calendar_icon {
  cursor: pointer;
}

.pieregWrapperC #pie_register_c .fields.li_parent {
  background: #fff;
}
.pieregWrapperC #pie_register_c .fields.li_parent .fieldset{
  padding: 0;
}

.pieregWrapperC #pie_register_c .fields.li_parent .fieldset h2 {
  margin: 0;
}

.lista-clave-segura li {
  color: red;
}
.lista-clave-segura li.item-ok {
  color: green;
}

#piereg_passwordStrength_c {
    padding: 5px 0px;
    height: auto;
    margin-top: 0px;
    width: 60%;
    text-align: center;
    display: block;
    float: left;
    transition: all 500ms;
    -moz-transition: all 500ms;
    -o-transition: all 500ms;
    -webkit-transition: all 500ms;
}

.pieregWrapperC .piereg_pass_c {
    background: #EEEEEE;
    border: #D6D6D6 1px solid;
}


.pieregWrapperC .pie_register_c_ul > li:not(.title-li) .inputerror {
  border: 1px solid #de7676 !important;
  -webkit-box-shadow: inset 0 0 2px 0px red !important;
  -moz-box-shadow: inset 0 0 2px 0px red !important;
  box-shadow: inset 0 0 2px 0px red !important;
}

.input-check-form-register {
  width: 18px !important;
  height: 18px !important;
  margin-right: 10px !important;
  margin-top: 1px !important;
  position: relative;
  top: 2px;
}

.cursor-pointer {
  cursor: pointer;
}

.ul-con-quien-vive {
  
}
.ul-con-quien-vive li {
  margin-right: 20px;
  display: inline-block;  
}

.div-lista-documentos {
  background: white;
}
.div-lista-documentos .box-documentos .box-body {
  margin-top: 0 !important;
  margin-bottom: 20px;
}

#mask-actualizar-datos {
  position: fixed;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.5);
  opacity: 0;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
#actualizar-datos {
  position: absolute;
  top: 20%;
  background: #fff;
  opacity: 0;
  z-index: -1;
  padding: 25px;
  margin: 0 auto;
  display: block;
  left: 0;
  right: 0;
  max-width: 420px;
  width: 100%;
  -webkit-box-shadow: 0 0 15px -3px black;
  -moz-box-shadow: 0 0 15px -3px black;
  box-shadow: 0 0 15px -3px black;
}

#mask-actualizar-datos.active, 
#actualizar-datos.active {
  opacity: 1;
  z-index: 100;
}

#form-actualizar-datos {
  background: #E2E2E3 !important;
  padding: 25px;
}
#form-actualizar-datos input[type=text],
#form-actualizar-datos select {
  font-family: "exo_2.0medium_italic" !important;
  font-size: 16px !important;
  border: 0 !important;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
  border-radius: 5px !important;
  background: white !important;
  padding: 10px !important;
  width: 90% !important;
  color: #606164 !important;
}
#form-actualizar-datos #text_63_act {
  width: 70% !important;
}
#form-actualizar-datos .fieldset {
  display: block;
  margin-bottom: 10px;
}
#form-actualizar-datos #btn-actualizar-datos {
  border: 4px solid white;
  padding: 10px;
  font-size: 17px;
  text-align: center;
  color: white;
  border-radius: 10px;
  font-family: 'comfortaabold';
  background: #8AC43F;
  position: relative;
  margin: 0 auto;
  display: block;
}

.pieregWrapperC #pie_register_c .fields.width-70-porciento .radio_wrap {
    width: 100%;
}

div.hide-tooltip .icon-tooltip {
  display: none;
}

ul.ul-radio-wrap {
  
}
ul.ul-radio-wrap li {

}
.pieregWrapperC #pie_register_c .fields ul.ul-radio-wrap li label {
  margin-bottom: 0px;
  min-height: 25px;
}
.pieregWrapperC #pie_register_c .fields ul.ul-radio-wrap li input[type="radio"].input_fields {
  margin: 0;
  margin-left: 5px !important;
  margin-right: 5px !important;
  margin-top: 0px;
}

.pieregWrapperC #pie_register_c .fields.li-donde-nos-conociste input[type="checkbox"].input_fields {
  margin: 0;
  margin-left: 5px !important;
  margin-right: 5px !important;
  margin-top: 0px;
}

.pieregWrapperC #li-confronta.fields {
  padding-left: 5% !important;
}
.pieregWrapperC #li-confronta.fields .fieldset {
  text-align: left;
  display: inline-block;
  width: 45%;
}

.hide-this-li {
  display: none !important;
}

hr.col-md-12 {
  padding: 0;
}


#content-metodos-de-pago {
    /*background-color: #F3F4F5;*/
    background: #e1e7eb;
    margin: 0px 0 0 0;
    text-align: center;
    padding: 1.5em 0 2.5em;
}


#content-metodos-de-pago #aliados>h3,
#content-metodos-de-pago #aliados>a {
    display: inline-block;
    vertical-align: middle;
    color: #256aa9;
    text-decoration: none;
}
#content-metodos-de-pago #aliados>h3 {
  text-transform: uppercase;
  font-size: 20px;
  font-weight: bold;
  line-height: 24px;
  width: 100%;
  max-width: 190px;
  text-align: left;
}

#content-metodos-de-pago #aliados > a {
    padding: 1em;
    position: relative;
    height: 134px;
}
#content-metodos-de-pago #aliados > a img {
  max-width: 100px;
}
#content-metodos-de-pago #aliados > a img.img-metodo-pse {
  max-width: 100px;
}
#content-metodos-de-pago #aliados > a img.img-metodo-via {
  max-width: 120px;
  margin-top: -10px;
}
#content-metodos-de-pago #aliados > a img.img-metodo-baloto {
  max-width: 230px;
}
#content-metodos-de-pago #aliados > a img.img-metodo-colpatria {
  max-width: 160px;
}
#content-metodos-de-pago #aliados > a img.img-metodo-davivienda {
  max-width: 160px;
}

#content-metodos-de-pago .span-metodo-de-pago {
  display: block;
  text-decoration: none;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  font-weight: bold;
  color: #256aa9;
}

.gray-tit {
  color: #4d4d4d;
}

.text-digicert {
  display: inline-block;
    text-decoration: none;
    text-align: left;
    color: #4d4d4d;
    width: 82px;
    margin-right: 15px;
    vertical-align: middle;
    line-height: 16px;
}

#nuestros-aliados {
    /*background-color: #F3F4F5;*/
    background: white;
    margin: 0px 0 80px 0;
    text-align: center;
    padding: 1.5em 0
}

#nuestros-aliados #aliados>h3, 
#nuestros-aliados #aliados>a {
    display: inline-block;
    vertical-align: middle;
    margin-left: 40px;
    margin-right: 40px;
}

#nuestros-aliados #aliados>a {
    padding: 1em;
    padding-top: 0;
}


#aliados-logos #aliados>a{
    padding: 1em
}

.a-aliado-seguros-mundial {
    max-width: 270px;
}
.a-aliado-seguros-mundial img {
    width: 100%;
}

.title-aliados-logos {
  font-size: 40px;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 20px;
  text-align: center;
  font-family: 'comfortaabold';
}

.texto-sub-title-aliados {
  font-size: 15px;
  margin-bottom: 0;
  text-align: center;
  max-width: 615px;
  margin: 0 auto 40px;
  color: #A5A5A5;
  font-family: 'comfortaabold';
}

#aliados {
  background: #E5E5E5;
  padding: 70px 10px;
}

#btn-pse {
  -webkit-appearance: none;
  background-repeat: no-repeat;
  background-size: contain;
  background-color: transparent;
  border: 0;
  width: 100px;
  height: 0;
  padding-top: 100px;
  overflow: hidden;
}

#btn-payu {
  -webkit-appearance: none;
  background-repeat: no-repeat;
  background-size: contain;
  background-color: transparent;
  border: 0;
  width: 180px;
  height: 0;
  padding-top: 100px;
  overflow: hidden;
}


.estado-pago-pse {
  border: 1px solid #808083;
    padding: 10px;
    margin-bottom: 20px;
}
.estado-pago-pse.pse-error {
    border: 1px solid #bb4141;
    color: #bb4141;
    background: #f7dbdb;
}
.estado-pago-pse.pse-rechazado {
    border: 1px solid #bb4141;
    color: #bb4141;
    background: #f7dbdb;
}
.estado-pago-pse.pse-aprobada {
    border: 1px solid #4d674d;
    color: #4d674d;
    background: #e1f3e1;
}
.estado-pago-pse.pse-pendiente {
    border: 1px solid #3951a1;
    color: #3951a1;
    background: #dce3f9;
}
.estado-pago-pse h4 {
  display: block;
    text-align: center;
    margin-top: 0;
    margin-bottom: 5px;
    border-bottom: 1px solid #808083;
    padding-bottom: 5px;
}
.estado-pago-pse.pse-rechazado h4 {
    border-bottom: 1px solid #bb4141;
}
.estado-pago-pse.pse-aprobada h4 {
    border-bottom: 1px solid #4d674d;
}
.estado-pago-pse.pse-pendiente h4 {
    border-bottom: 1px solid #3951a1;
}
.estado-pago-payvalida {
  border: 1px solid #808083;
    padding: 10px;
    margin-bottom: 20px;
}
.estado-pago-payvalida.payvalida-cancelada {
    border: 1px solid #bb4141;
    color: #bb4141;
    background: #f7dbdb;
}
.estado-pago-payvalida.payvalida-aprobada {
    border: 1px solid #4d674d;
    color: #4d674d;
    background: #e1f3e1;
}
.estado-pago-payvalida.payvalida-pendiente {
    border: 1px solid #3951a1;
    color: #3951a1;
    background: #dce3f9;
}
.estado-pago-payvalida h4 {
  display: block;
    text-align: center;
    margin-top: 0;
    margin-bottom: 5px;
    border-bottom: 1px solid #808083;
    padding-bottom: 5px;
}
.estado-pago-payvalida.payvalida-cancelada h4 {
    border-bottom: 1px solid #bb4141;
}
.estado-pago-payvalida.payvalida-aprobada h4 {
    border-bottom: 1px solid #4d674d;
}
.estado-pago-payvalida.payvalida-pendiente h4 {
    border-bottom: 1px solid #3951a1;
}

.show-in-little-screens {
  display: none !important;
}

/* line 1396, ../sass/_layout.sass */
body:not(.page-template-page-solicitud-prestamo) #ui-datepicker-div {
  z-index: 10 !important;
}

/* line 1402, ../sass/_layout.sass */
.pagina-prestamos-calculadora .div-main-calcula-tu-prestamo > h4 {
  width: 100%;
  margin-bottom: 25px;
  border-radius: 0;
  display: inline-block;
}
/* line 1407, ../sass/_layout.sass */
.pagina-prestamos-calculadora .div-main-calcula-tu-prestamo .box:not(:nth-last-child(1)) {
  margin-right: 40px;
}

/* line 1412, ../sass/_layout.sass */
.box-pre-registro.box-registrado .forgetmenot,
.box-pre-registro.box-registrado #nav a:not([href*=forgot]):not([href*=lostpassword]) {
  display: none;
}

/* line 1416, ../sass/_layout.sass */
.container-box-pre-registro {
  text-align: center;
}
/* line 1418, ../sass/_layout.sass */
.container-box-pre-registro .box-pre-registro {
  display: inline-block;
  vertical-align: top;
  width: 530px;
  padding: 30px 4%;
  margin-bottom: 20px;
  margin-top: 60px;
  border-radius: 25px;
  background: white;
}
.container-box-pre-registro .box-pre-registro.box-registrado {
  padding: 30px 8%;
}
/* line 1423, ../sass/_layout.sass */
.container-box-pre-registro .box-pre-registro h4 {
  padding: 10px;
  font-size: 23px;
  line-height: 23px;
  color: var(--main-color);
  font-family: 'comfortaabold';
  width: 100%;
  text-align: left;
  text-transform: initial;
}
.container-box-pre-registro .box-pre-registro h4.color-f9446d {
  color: var(--main-color);
}
.container-box-pre-registro .box-pre-registro.box-registrado h4.color-f9446d {
  color: var(--secondary-color);
}
/* line 1431, ../sass/_layout.sass */
.container-box-pre-registro .box-pre-registro .content-box-pre-registro {
  padding: 15px;
}
/* line 1433, ../sass/_layout.sass */
.container-box-pre-registro .box-pre-registro .content-box-pre-registro img {
  margin-bottom: 25px;
}
/* line 1435, ../sass/_layout.sass */
.container-box-pre-registro .box-pre-registro .content-box-pre-registro *:not(img) {
  text-align: left;
}
/* line 1438, ../sass/_layout.sass */
.container-box-pre-registro .box-pre-registro .content-box-pre-registro .piereg_loginform label,
.container-box-pre-registro .box-pre-registro .content-box-pre-registro .piereg_loginform-m label {
  display: none;
}
/* line 1440, ../sass/_layout.sass */
.container-box-pre-registro .box-pre-registro .content-box-pre-registro p {
  font-size: 15px;
  font-family: 'comfortaabold';
  color: #A5A7AA;
  line-height: 15px;
  margin-bottom: 15px;
  padding: 10px;
}
/* line 1447, ../sass/_layout.sass */
.container-box-pre-registro .box-pre-registro .content-box-pre-registro p.pre-registro-nota {
  background: #F0F0F1;
  color: var(--secondary-color);
  text-align: center;
  font-size: 13px;
}
/* line 1452, ../sass/_layout.sass */
.container-box-pre-registro .box-pre-registro .content-box-pre-registro input[type=text],
.container-box-pre-registro .box-pre-registro .content-box-pre-registro input[type=password],
.container-box-pre-registro .box-pre-registro .content-box-pre-registro input[type=email] {
  font-family: 'comfortaabold';
  background: white;
  border: 0;
  border-bottom: 1px solid #707070;
  border-radius: 0;
  padding: 10px 10px 4px;
  color: #A5A5A5;
  /*font-size: 19px;*/
  width: 100%;
  margin-bottom: 15px;
  font-size: 14px !important;
  line-height: 30px !important;
}
/* line 1463, ../sass/_layout.sass */

.container-box-pre-registro .box-pre-registro .content-box-pre-registro input.btn-red ,
input.btn-red {
  background: var(--main-color);
  color: white;
  text-align: center;
  display: inline-block;
  margin-top: 25px;
  padding: 10px 20px;
  border-radius: 0;
  font-size: 14px;
  font-family: 'comfortaabold';
  text-decoration: none;
  float: none;
  text-transform: uppercase;
  -moz-transition: all 0.3s ease, margin 0.3s ease;
  -webkit-transition: all 0.3s ease, margin 0.3s ease;
  -o-transition: all 0.3s ease, margin 0.3s ease;
  -ms-transition: all 0.3s ease, margin 0.3s ease;
  transition: all 0.3s ease, margin 0.3s ease;
  border: 0;
  position: relative;
}
input.btn-red.btn-continuar {
  /*background: var(--main-color) url(../img/img-btn-continuar.png) no-repeat 90% 48%;*/
  background: var(--main-color);
  padding-right: 30px;
  padding-left: 30px;
  margin: 0 auto;
  position: relative;
  display: block;
}
.container-box-pre-registro .box-pre-registro .content-box-pre-registro input.btn-blue ,
input.btn-blue {
  background: var(--main-color);
  color: white;
  text-align: center;
  display: inline-block;
  margin-top: 15px;
  padding: 10px 20px;
  border-radius: 0;
  font-size: 14px;
  font-family: 'comfortaabold';
  text-decoration: none;
  float: right;
  text-transform: uppercase;
  -moz-transition: all 0.3s ease, margin 0.3s ease;
  -webkit-transition: all 0.3s ease, margin 0.3s ease;
  -o-transition: all 0.3s ease, margin 0.3s ease;
  -ms-transition: all 0.3s ease, margin 0.3s ease;
  transition: all 0.3s ease, margin 0.3s ease;
  border: 0;
  position: relative;
}
/* line 1486, ../sass/_layout.sass */
.container-box-pre-registro .box-pre-registro .content-box-pre-registro a.link-to-registro:hover,
.container-box-pre-registro .box-pre-registro .content-box-pre-registro input[type=submit]:hover {
  opacity: 0.8;
}
/* line 1488, ../sass/_layout.sass */
.container-box-pre-registro .box-pre-registro .content-box-pre-registro input[type=submit] {
  padding: 10px 25px;
}
.container-box-pre-registro .box-pre-registro .content-box-pre-registro #wp-submit-m {
  background: var(--secondary-color);
}
/* line 1490, ../sass/_layout.sass */
.container-box-pre-registro .box-pre-registro .content-box-pre-registro a[href*=forgot],
.container-box-pre-registro .box-pre-registro .content-box-pre-registro a[href*=lostpassword] {
  color: #a9a6a6;
  text-decoration: none;
  font-family: "exo_2.0medium_italic";
  font-size: 15px;
  margin-top: 20px;
  display: inline-block;
}
/* line 1498, ../sass/_layout.sass */
.container-box-pre-registro .box-pre-registro .content-box-pre-registro form p {
  margin: 0;
  padding: 0;
}
/* line 1501, ../sass/_layout.sass */
.container-box-pre-registro .box-pre-registro:not(:nth-last-child(1)) {
  margin-right: 25px;
  -webkit-box-shadow: 2px 5px 5px 0 rgba(125, 125, 125, 0.5);
  -moz-box-shadow: 2px 5px 5px 0 rgba(125, 125, 125, 0.5);
  box-shadow: 2px 5px 5px 0 rgba(125, 125, 125, 0.5);
}

/* line 1505, ../sass/_layout.sass */
.box-nuevo-usuario h4 {
  background: transparent;
}

/* line 1508, ../sass/_layout.sass */
.box-registrado h4 {
  background: transparent;
}

/* line 1512, ../sass/_layout.sass */
.btn-naranja {
  background: var(--main-color) !important;
  max-width: 200px;
  display: block !important;
}

/* line 1515, ../sass/_layout.sass */
.text-align-center {
  text-align: center;
}
.text-align-left {
  text-align: left !important;
}

/* line 1518, ../sass/_layout.sass */
.margin-0 {
  margin: 0;
}

/* line 1522, ../sass/_layout.sass */
#tabla-prestamos hr {
  margin: 0;
}
/* line 1525, ../sass/_layout.sass */
#tabla-prestamos tbody hr {
  border-top: 1px solid #CACACA;
}

/* line 1532, ../sass/_layout.sass */
.page-template-page-solicitud-prestamo .div-main-calcula-tu-prestamo > h4,
.page-template-page-solicitud-prestamo .div-main-calcula-tu-prestamo .box-header,
.page-template-page-confirmar-datos .div-main-calcula-tu-prestamo > h4,
.page-template-page-confirmar-datos .div-main-calcula-tu-prestamo .box-header {
  /*display: none;*/
}
.page-template-page-solicitud-prestamo .div-main-calcula-tu-prestamo .box-1,
.page-template-page-solicitud-prestamo .div-main-calcula-tu-prestamo .box-2,
.page-template-page-confirmar-datos .div-main-calcula-tu-prestamo .box-1,
.page-template-page-confirmar-datos .div-main-calcula-tu-prestamo .box-2,
.page-template-page-solicitud-prestamo .div-main-calcula-tu-prestamo .btn-solicitar-prestamo,
.page-template-page-confirmar-datos .div-main-calcula-tu-prestamo .btn-solicitar-prestamo {

}
/* line 1538, ../sass/_layout.sass */
.page-template-page-solicitud-prestamo .div-main-calcula-tu-prestamo .title-resumen-prestamo,
.page-template-page-confirmar-datos .div-main-calcula-tu-prestamo .title-resumen-prestamo {
  display: block !important;
}
/* line 1540, ../sass/_layout.sass */
.page-template-page-solicitud-prestamo .page-calcula-tu-prestamo .box .box-body,
.page-template-page-confirmar-datos .page-calcula-tu-prestamo .box .box-body {
  padding-top: 10px;
  /*height: 195px;*/
}

/* line 1544, ../sass/_layout.sass */
.title-resumen-prestamo {
  display: none !important;
}

/* line 1548, ../sass/_layout.sass */
select {
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
  font-family: 'comfortaabold' !important;
  background: white;
  border: 0;
  border-bottom: 1px solid #000;
  border-radius: 0 !important;
  padding: 16px 10px 7px !important;
  color: #757575 !important;
  font-size: 14px !important;
  line-height: 21px !important;
  width: 100% !important;
  margin-bottom: 15px !important;
  -webkit-appearance: textfield;
}

/* line 1560, ../sass/_layout.sass */
.inner-content-opciones-de-pago {
  background: #f2f2f2;
  padding: 20px 30px !important;
  border-radius: 25px;
  margin-bottom: 100px;
  -webkit-box-shadow: 0px 1px 5px 0 rgba(125, 125, 125, 0.5);
  -moz-box-shadow: 0px 1px 5px 0 rgba(125, 125, 125, 0.5);
  box-shadow: 0px 1px 5px 0 rgba(125, 125, 125, 0.5);
}
/* line 1564, ../sass/_layout.sass */
.inner-content-opciones-de-pago select,
.inner-content-opciones-de-pago input {
  margin-bottom: 15px;
}

/* line 1568, ../sass/_layout.sass */
.hr-comprobante {
  margin: 15px 0 10px !important;
}

/* line 1571, ../sass/_layout.sass */
#div-lista-bancos,
#div-subir-comprobante {
  display: none;
}
#div-payvalida {
  
}

#div-lista-bancos {
  display: block;
}

#btn-payvalida {
  border: 0;
  background-color: transparent;
  background-size: contain;
  padding-top: 60px;
  background-repeat: no-repeat;
  height: 0;
  overflow: hidden;
  width: 200px;
}

/* line 1575, ../sass/_layout.sass */
.fb_iframe_widget span {
  width: 450px !important;
  overflow: visible;
  margin-right: -308px;
}

/* line 1582, ../sass/_layout.sass */
.box-documentos .box-body {
  padding-top: 10px !important;
  height: auto !important;
}

/* line 1585, ../sass/_layout.sass */
#lista-documentos {
  text-align: left;
}

/* line 1589, ../sass/_layout.sass */
#div-livezilla {
  position: fixed;
  bottom: 0;
  right: 10px;
}

/* line 1594, ../sass/_layout.sass */
#lz_overlay_eyecatcher_close {
  display: none;
}

/* line 1597, ../sass/_layout.sass */
#lz_eye_catcher {
  height: 50px !important;
  margin-left: 6px !important;
}

/* line 1601, ../sass/_layout.sass */
#twitter-widget-0 {
  z-index: 10;
  position: relative !important;
}

/* line 1605, ../sass/_layout.sass */
#lz_ec_image {
  width: 195px !important;
  margin: 0 auto 0;
  left: -10px;
  right: 0;
}

/* line 1611, ../sass/_layout.sass */
#lz_overlay_chat {
  zoom: 0.9 !important;
  right: 45px !important;
  left: auto !important;
  top: auto !important;
  bottom: 0 !important;
}

/* line 1620, ../sass/_layout.sass */
#lz_ec_image {
  display: none !important;
}

/* line 1624, ../sass/_layout.sass */
input[type=radio] {
  margin-left: -18px !important;
  margin-right: 18px !important;
}

/* line 1629, ../sass/_layout.sass */
.page-template-page-perfil .wpcf7-response-output {
  float: left;
}
/* line 1632, ../sass/_layout.sass */
.page-template-page-perfil form.wpcf7-form textarea {
  font-family: "exo_2.0regular" !important;
  font-size: 18px !important;
  border: 0 !important;
  border-bottom: 1px solid !important;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
  border-radius: 0px !important;
  background: white !important;
  padding: 10px 10px 10px 0 !important;
  width: 100% !important;
  color: #606164 !important;
  margin: 0 !important;
  margin-bottom: 15px !important;
  resize: none;
}
/* line 1642, ../sass/_layout.sass */
.page-template-page-perfil form.wpcf7-form input[type=submit] {
  background: var(--main-color)!important;
  color: white !important;
  text-align: center !important;
  display: block !important;
  text-transform: uppercase !important;
  padding: 10px 60px !important;
  font-size: 20px !important;
  font-family: "exo_2.0bold" !important;
  text-decoration: none !important;
  border: 2px solid white !important;
  -ms-transition: all 0.3s ease, margin 0.3s ease !important;
  transition: all 0.3s ease, margin 0.3s ease !important;
  margin-bottom: 20px;
  width: auto !important;
  margin: 20px auto;
}
/* line 1666, ../sass/_layout.sass */
.page-template-page-perfil form.wpcf7-form input[type=submit]:hover {
  background: #000 !important;
}

/* line 1670, ../sass/_layout.sass */
.page-template-page-registro .pieregWrapperC .pie_register_c_ul .fields .hasDatepicker {
  width: 90% !important;
}

/* line 1673, ../sass/_layout.sass */
.overflow-no-hidden {
  overflow: visible !important;
}

/* line 1676, ../sass/_layout.sass */
.icon-tooltip {
  font-size: 17px !important;
  font-family: "exo_2.0bold" !important;
  color: white;
  background: var(--main-color);
  cursor: default;
  padding: 0 9px;
  text-align: center;
  border-radius: 23px;
  margin-right: 5px;
}
.ui-datepicker select.ui-datepicker-month, .ui-datepicker select.ui-datepicker-year {
  width: 45% !important;
  border: 0;
  height: 42px;
  line-height: 20px;
  padding: 10px !important;
  border: 1px solid lightgray;
  margin: 0 !important;
}
.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {
  border: 1px solid var(--main-color) !important;
  background: #d7f7c9 !important;
  color: #363636 !important;
}

/* line 1688, ../sass/_layout.sass */
.wpcf7-response-output {
  float: left;
}

/* line 1691, ../sass/_layout.sass */
.piereg_message {
  float: left;
  width: 100%;
}

/* line 1696, ../sass/_layout.sass */
body.hide-register-form .pie_register_c_ul,
body.hide-register-form #list-proceso-registro {
  display: none !important;
}

/* line 1700, ../sass/_layout.sass */
.btn-enlace-pagos {
  background: #8AC43F url("../img/cursor-default.png") no-repeat 15px center;
  color: white;
  text-align: center;
  display: inline-block;
  width: 100%;
  max-width: 320px;
  margin-top: 15px;
  padding: 10px 20px 10px 45px;
  border-radius: 10px;
  font-size: 17px;
  font-family: 'comfortaabold';
  text-decoration: none;
  border: 2px solid white;
  -webkit-box-shadow: 0 0 0 5px #8AC43F;
  -moz-box-shadow: 0 0 0 5px #8AC43F;
  box-shadow: 0 0 0 5px #8AC43F;
}
/* line 1717, ../sass/_layout.sass */
.btn-enlace-pagos:hover, .btn-enlace-pagos:focus, .btn-enlace-pagos:visited, .btn-enlace-pagos:active {
  background: #4b9710 url("../img/cursor-default.png") no-repeat 15px center;
  color: white;
  text-decoration: none;
}

/* line 1727, ../sass/_layout.sass */
body.page-id-176 article {
  text-align: justify;
}

/* line 1731, ../sass/_layout.sass */
body.page-template-page-registro .pie_register_c_ul > li:not(.title-li) label[for=html_40] + .piereg-html-field-content p {
  background: none !important;
  border: 0 !important;
  overflow: hidden !important;
  height: 35px !important;
  min-height: 35px !important;
}
/* line 1739, ../sass/_layout.sass */
body.page-template-page-registro .pieregWrapperC .pie_register_c_ul .fields .radio_wrap .radio_fields {
  height: 17px !important;
  width: 17px !important;
  margin-left: -15px;
  margin-right: 20px;
}

/* line 1749, ../sass/_layout.sass */
body.page-template-page-contrato table table,
div.table-bancos table {
  border: 1px solid lightgray;
  height: auto !important;
  text-align: center;
  background: white;
  margin-top: 15px;
  margin-bottom: 15px;
}
/* line 1757, ../sass/_layout.sass */
body.page-template-page-contrato table table tbody tr,
div.table-bancos table tbody tr {
  border: 1px solid lightgray;
}
/* line 1759, ../sass/_layout.sass */
body.page-template-page-contrato table table tbody tr td,
div.table-bancos table tbody tr td {
  padding: 10px;
}

/* line 1766, ../sass/_layout.sass */
body.page-id-29 #piereg_lostpasswordform #user_login {
  padding: 5px 10px;
}

/* line 1770, ../sass/_layout.sass */
p.piereg_login_error a[href*=pie-register-forgot-password],
p.piereg_login_error a[href*=lostpassword],
a.forgot-password {
  color: white;
  text-decoration: underline;
  opacity: 0.8;
}
/* line 1774, ../sass/_layout.sass */
p.piereg_login_error a[href*=pie-register-forgot-password]:hover,
p.piereg_login_error a[href*=lostpassword]:hover,
a.forgot-password:hover {
  opacity: 1;
}

/* line 1778, ../sass/_layout.sass */
select.calificacion-usuario {
  margin: 0 auto;
  display: block;
}

/* line 1782, ../sass/_layout.sass */
.texto-gracias-calificacion {
  display: none;
}

/* line 1788, ../sass/_layout.sass */
#resultados ul li {
  margin-bottom: 25px;
}
/* line 1790, ../sass/_layout.sass */
#resultados ul li strong {
  width: 240px;
  display: inline-block;
}
/* line 1793, ../sass/_layout.sass */
#resultados ul li em {
  background: #919396;
  color: white;
  padding: 10px 18px;
  border-radius: 50px;
  font-size: 20px;
  font-family: 'comfortaabold';
  margin-left: 15px;
}

/* line 1804, ../sass/_layout.sass */
.pie_register_c_ul > li:not(.title-li) input#pie_next_c_4 {
  display: none !important;
}

/* line 1807, ../sass/_layout.sass */
.pie_register_c_ul > li:not(.title-li) input#pie_next_c_4.show {
  display: inline-block !important;
}

/* line 1812, ../sass/_layout.sass */
ul.home-slide li img {
 /* background:white;*/
  background: transparent;
}

/* line 1817, ../sass/_layout.sass */
body.page-template-page-contrato #contrato {
  text-align: justify;
}

/* line 3, ../sass/_home.sass */
#container-home-slide .text_main_image p {
  font-family: 'comfortaabold.0medium';
  color: #ffffff;
  font-size: 22px;
  line-height: 31px;
  text-align: left;
  max-width: 384px;
  position: absolute;
  top: 25%;
  left: 28%;
}

/* line 13, ../sass/_home.sass */
#container-home-slide .text_main_image p strong {
  font-family: 'comfortaabold';
}

/* line 15, ../sass/_home.sass */
.outer-slide {
  padding-top: 80px;
  margin-bottom: 69px;
}

.flexslider .flex-control-nav li {
  margin: 0 10px;
}

.flexslider .flex-control-paging li a {
  width: 20px;
  height: 20px;
  display: block;
  background: #BCBCBC;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.flexslider .flex-control-paging li a.flex-active {
    background: #F9666D;
}

/* line 18, ../sass/_home.sass */
.texto-home-te-prestamos-verde {
  color: white;
  text-transform: uppercase;
  background: #8AC43F;
  font-family: 'comfortaabold';
  text-align: center;
  padding: 10px;
  margin-top: 0;
  font-size: 29px;
}

.row-paso-a-paso {
  margin-bottom: 120px;
}

.row-paso-a-paso .title-paso-a-paso {
  font-size: 40px;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 0;
  font-family: 'comfortaabold';
  text-align: center;
}
.row-paso-a-paso .texto-sub-title-paso-a-paso {
  font-size: 20px;
  margin-bottom: 30px;
  text-align: center;
}

.row-paso-a-paso .ul-paso-a-paso {
  list-style: none;
  padding: 0;
  text-align: left;
  width: 3000px;
}
.row-paso-a-paso .ul-paso-a-paso li {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  max-width: 410px;
  text-align: center;
  margin-left: 20px;
  margin-right: 20px;
  margin-bottom: 30px;
  background: #E8E8E8;
  padding: 30px 30px;
  -webkit-box-shadow: 0 2px 7px -2px rgba(125, 125, 125, 0.5);
  -moz-box-shadow: 0 2px 7px -2px rgba(125, 125, 125, 0.5);
  box-shadow: 0 2px 7px -2px rgba(125, 125, 125, 0.5);
  transform: scale(1);
  cursor: pointer;
  position: relative;
  border-radius: 10px;
}
.row-paso-a-paso .ul-paso-a-paso li > * {
  display: block;
  text-align: center;
  margin: 0 auto 30px;
  max-width: 200px;
}
.row-paso-a-paso .ul-paso-a-paso li[data-num-paso="3"] > img, 
.row-paso-a-paso .ul-paso-a-paso li[data-num-paso="4"] > img {
  position: relative;
  left: 15px;
}
.row-paso-a-paso .ul-paso-a-paso li[data-num-paso="2"] > img, 
.row-paso-a-paso .ul-paso-a-paso li[data-num-paso="3"] > img {
  min-height: 165px;
}
.row-paso-a-paso .ul-paso-a-paso li.deactive {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  transform: scale(0.9);
  opacity: 0.5;
}
.row-paso-a-paso .ul-paso-a-paso li.deactive:hover {
  -webkit-box-shadow: 0 2px 7px -2px rgba(125, 125, 125, 0.5);
  -moz-box-shadow: 0 2px 7px -2px rgba(125, 125, 125, 0.5);
  box-shadow: 0 2px 7px -2px rgba(125, 125, 125, 0.5);
  transform: scale(0.95);
  opacity: 0.8;
}
.row-paso-a-paso .ul-paso-a-paso li p {
  font-size: 15px;
  display: block;
  vertical-align: top;
  margin-bottom: 0;
  color: #414141;
}
.row-paso-a-paso .ul-paso-a-paso li p.paso-title {
  font-size: 17px;
  font-weight: bold;
  margin-top: 10px;
  margin-bottom: 20px;
}
.row-paso-a-paso .ul-paso-a-paso li .paso-title-red {
  color: var(--secondary-color);
  font-family: 'comfortaabold';
}
.row-paso-a-paso .ul-paso-a-paso li .paso-title-blue {
  color: var(--main-color);
  font-family: 'comfortaabold';
}
.row-paso-a-paso .ul-paso-a-paso li .paso-texto {
  color: black;
  font-family: 'comfortaabold';
}

#que-debo-hacer .inner-row {
  position: relative;
}

#nav-prev-next {
  list-style: none;
  padding: 0;
}

#nav-prev-next li {
  position: absolute;
  top: 50%;  
}
#nav-prev-next li img {
  width: auto;
  height: 50px;
}

#nav-prev-next li.li-btn-prev {
  left: 2%;
  right: auto;
}

#nav-prev-next li.li-btn-next {
  left: auto;
  right: 2%;
}

.btn-solicitar-credito {
  display: block;
  margin: 0 auto;
  width: 267.53px;
}

.row-formas-de-pago {
  margin-bottom: 0;
}
.row-formas-de-pago .title-formas-de-pago {
  font-size: 40px;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 0;
  text-align: center;
  font-family: 'comfortaabold';
}

.row-formas-de-pago .texto-sub-title-formas-de-pago {
  font-size: 20px;
  margin-bottom: 30px;
  text-align: center;
}

.div-formas-pago {
  background: #E5E5E5;
  padding-top: 40px;
  padding-bottom: 40px;
  margin-top: 10px;
  margin-bottom: 0;
}

.div-formas-pago ul.ul-formas-pago {
  list-style: none;
  padding: 0;
  text-align: center;
}
.div-formas-pago ul.ul-formas-pago li {
  display: inline-flex !important;
  vertical-align: middle;
  max-width: 420px;
  text-align: center;
  height: 150px;
  align-items: center;
  margin: 0 2%;
}
.div-formas-pago ul.ul-formas-pago li img {
  max-width: 100%;
  display: inline-block;
  vertical-align: middle;
  max-height: 130px;
  margin: 0 auto;
}

.btn-como-pagar {
  display: block;
  margin: 40px auto -20px;
  width: 220px;
}

.outer-lightbox-info-como-pagar {
  position: fixed;
  opacity: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.outer-lightbox-info-como-pagar.active {
  opacity: 1;
  z-index: 30;
}
.lightbox-info-como-pagar {
  position: absolute;
  top: 10%;
  max-width: 940px;
  width: 100%;
  margin: 0 auto;
  left: 0;
  right: 0;
  background: #393939;
  -webkit-box-shadow: 1px 6px 10px rgba(0, 0, 0, 0.36);
  -moz-box-shadow: 1px 6px 10px rgba(0, 0, 0, 0.36);
  box-shadow: 1px 6px 10px rgba(0, 0, 0, 0.36);
  border-radius: 22px;
  padding: 40px 60px 40px 40px;
  color: white;
}
span.close-como-pagar {
  cursor: pointer;
  color: white;
  position: absolute;
  right: 40px;
  top: 20px;
  font-size: 50px;
  font-family: 'Gotham Rounded';
}
.lightbox-info-como-pagar h4 {
  font-family: 'comfortaabold';
  font-size: 40px;
  text-transform: uppercase;
  letter-spacing: 2.64px;
  margin-bottom: 20px;
}
.lightbox-info-como-pagar p {
  font-family: 'comfortaabold';
  font-size: 22px;
  line-height: 40px;
  letter-spacing: 1.45px;
  margin-bottom: 20px;
}
.lightbox-info-como-pagar ul {
  padding: 0;
  list-style: none;
}
.lightbox-info-como-pagar ul > li {
  font-family: 'comfortaabold';
  font-size: 22px;
  letter-spacing: 1.45px;
}

.ul-info-costos-intereses-pago-tarde {
  text-align: center;
}

.ul-info-costos-intereses-pago-tarde li {
  display: inline-block;
  vertical-align: top;
  margin-left: 20px;
  margin-right: 20px;
}


.row-asi-funciona {
  margin-bottom: 80px;
}
.row-asi-funciona .title-asi-funciona {
  font-size: 40px;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 20px;
  text-align: center;
  font-family: 'comfortaabold';
}
.row-asi-funciona .texto-sub-title-asi-funciona {
  font-size: 15px;
  margin-bottom: 0;
  text-align: center;
  max-width: 615px;
  margin: 0 auto 10px;
  color: #A5A5A5;
  font-family: 'comfortaabold';
}

.ul-list-asi-funciona {
  list-style: none;
  padding: 0;
  text-align: center;
}
.ul-list-asi-funciona .li-asi-funciona {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 378px;
}
.ul-list-asi-funciona .li-asi-funciona svg {
  width: 100%;
}
.ul-list-asi-funciona .li-asi-funciona .text-asi-funciona {
  position: absolute;
  top: 55px;
  left: 0;
  right: 0;
  width: 280px;
  text-align: center;
  font-size: 15px;
  margin: 0 auto;
  font-family: 'comfortaabold';
}
.ul-list-asi-funciona .li-asi-funciona .text-asi-funciona h3 {
  font-size: 20px;
  font-family: 'comfortaabold';
  margin-bottom: 0;
  margin-top: 5px;
}


.row-nosotros-somos {
  background: url('../img/bg-nosotros-somos.png') no-repeat center top;
  background-size: 100% 100%;
  padding-top: 150px;
  padding-bottom: 200px;
}
.row-nosotros-somos .inner-row {
  display: flex;
  justify-content: space-between;
  align-content: space-between;
}
.row-nosotros-somos .inner-row > * {
  display: inline-block;
  vertical-align: top;
  width: 50%;
}
.row-nosotros-somos .img-container {
  display: inline-block;
  vertical-align: top;
}
.row-nosotros-somos .div-text-container {
  display: inline-block;
  vertical-align: top;
  text-align: right;
  margin-top: 120px;
}
.row-nosotros-somos .div-text-container > * {
  display: inline-block;
  vertical-align: top;
}

.row-nosotros-somos .text-nosotros-somos {
  text-align: right;
  color: white;
  max-width: 455px;
  width: 100%;
}
.row-nosotros-somos .text-nosotros-somos ul {
  list-style: none;
}
.row-nosotros-somos .text-nosotros-somos ul li {
  position: relative;
  padding-right: 10px;
  margin-bottom: 20px;
}
.row-nosotros-somos .text-nosotros-somos ul li:after {
  content: " ";
  width: 5px;
  height: 5px;
  position: absolute;
  right: 0;
  top: 8px;
  background: white;
  border-radius: 50%;
}

.row-nosotros-somos .text-nosotros-somos h3 {
  font-size: 40px;
  margin-bottom: 20px;
  font-family: 'comfortaabold';
  text-transform: uppercase;
}
.row-nosotros-somos .text-nosotros-somos h3 + div.list-nosotros-somos {
  font-family: 'comfortaabold';
  font-size: 18px;
}


/* line 28, ../sass/_home.sass */
.aliados {
  background: #F0F0F1;
  border-top-left-radius: 25px;
  border-top-right-radius: 25px;
  text-align: center;
  margin: 0 auto 20px;
  padding: 20px;
}
/* line 35, ../sass/_home.sass */
.aliados h4 {
  color: #3951A1;
  font-family: 'comfortaabold';
  font-size: 27px;
  text-transform: uppercase;
  margin-right: 70px;
}
/* line 41, ../sass/_home.sass */
.aliados > * {
  display: inline-block;
  vertical-align: middle;
}
/* line 44, ../sass/_home.sass */
.aliados img {
  margin-right: 40px;
  max-width: 140px;
  height: auto;
}
/* line 48, ../sass/_home.sass */
.aliados img[src*=logo-sm] {
  max-width: 340px;
  height: auto;
}
/* line 51, ../sass/_home.sass */
.aliados img:nth-last-child(1) {
  margin-right: 0;
}


body.page-template-page-quienes-somos {
  padding-top: 75px;
}
body.page-template-page-quienes-somos #page {
  background: url('../img/img-quienes-somos.png') no-repeat center top;
  background-size: 100%;
}

.div-p-deco-somos-ElTodero {
  padding-top: 160px;
}

.div-p-deco-somos-ElTodero .qs-p-parrafo-1 {
  max-width: 440px;
}

.div-p-deco-somos-ElTodero .div-separator {
  padding-left: 10%;
  display: block;
  margin-bottom: 40px;
}

.div-p-deco-somos-ElTodero .qs-p-parrafo-2 {
  color: var(--secondary-color);
  max-width: 550px;
}

.div-p-deco-somos-ElTodero .qs-p-parrafo-3 {
  
}

.div-p-deco-somos-ElTodero .qs-p-parrafo-4 {
  color: var(--main-color);
}

/* line 2, ../sass/_quienes-somos.sass */
div.page-quienes-somos h1.entry-title {
  margin-bottom: 30px;
  margin-top: 80px;
}
/* line 4, ../sass/_quienes-somos.sass */
div.page-quienes-somos .seccion-quienes-somos {
  text-align: center;
  margin-bottom: 140px;
}
/* line 7, ../sass/_quienes-somos.sass */
div.page-quienes-somos .seccion-quienes-somos img,
div.page-quienes-somos .seccion-quienes-somos .texto-imagen,
div.page-quienes-somos .seccion-quienes-somos .descripcion {
  display: inline-block;
  text-align: left;
  vertical-align: top;
  margin-right: 45px;
  position: relative;
}
/* line 15, ../sass/_quienes-somos.sass */
div.page-quienes-somos .seccion-quienes-somos .descripcion:after {
  content: " ";
  position: absolute;
  top: 50%;
  left: -20px;
  width: 0;
  height: 0;
  border-right: 20px solid;
  border-top: 29px solid transparent;
  border-bottom: 28px solid transparent;
}
/* line 25, ../sass/_quienes-somos.sass */
div.page-quienes-somos .seccion-quienes-somos img,
div.page-quienes-somos .seccion-quienes-somos .texto-imagen {
  padding-top: 25px;
}
/* line 28, ../sass/_quienes-somos.sass */
div.page-quienes-somos .seccion-quienes-somos p {
  color: #A5A7AA;
  font-family: "exo_2.0medium_italic";
  font-size: 20px;
}
/* line 32, ../sass/_quienes-somos.sass */
div.page-quienes-somos .seccion-quienes-somos p strong {
  font-family: "exo_2.0bold_italic";
}
/* line 34, ../sass/_quienes-somos.sass */
div.page-quienes-somos .texto-imagen {
  width: 206px;
}
/* line 36, ../sass/_quienes-somos.sass */
div.page-quienes-somos .descripcion {
  padding: 20px;
  border-radius: 15px;
  width: 325px;
}
/* line 40, ../sass/_quienes-somos.sass */
div.page-quienes-somos .descripcion p {
  color: white;
  font-family: "exo_2.0medium";
  font-size: 15px;
  margin: 0;
}
/* line 46, ../sass/_quienes-somos.sass */
div.page-quienes-somos .seccion-blue .descripcion {
  background: var(--secondary-color);
  margin-right: 0;
}
/* line 49, ../sass/_quienes-somos.sass */
div.page-quienes-somos .seccion-blue .descripcion:after {
  border-right-color: var(--secondary-color);
  top: 36%;
}
/* line 53, ../sass/_quienes-somos.sass */
div.page-quienes-somos .seccion-orange img,
div.page-quienes-somos .seccion-orange .descripcion {
  margin-right: 35px;
}
/* line 56, ../sass/_quienes-somos.sass */
div.page-quienes-somos .seccion-orange .descripcion {
  background: var(--main-color);
}
/* line 58, ../sass/_quienes-somos.sass */
div.page-quienes-somos .seccion-orange .texto-imagen {
  margin-right: 0;
  width: 235px;
}
/* line 61, ../sass/_quienes-somos.sass */
div.page-quienes-somos .seccion-orange .descripcion:after {
  right: -40px;
  left: auto;
  border-left: 20px solid var(--main-color);
  border-right: 20px solid transparent;
  top: 30%;
}
/* line 68, ../sass/_quienes-somos.sass */
div.page-quienes-somos .seccion-yellow .descripcion {
  background: #FBB815;
  margin-right: 0;
}
/* line 71, ../sass/_quienes-somos.sass */
div.page-quienes-somos .seccion-yellow .descripcion:after {
  border-right-color: #FBB815;
  top: 28%;
}

/* line 2, ../sass/_que-hacemos.sass */
body.page-template-page-que-hacemos h1.entry-title {
  margin-bottom: 0;
  margin-top: 60px;
  padding-left: 15px;
  font-family: 'comfortaabold';
}
body.page-template-page-que-hacemos h3.entry-subtitle {
  margin-bottom: 30px;
  margin-top: 20px;
  padding-left: 15px;
  font-family: 'comfortaaregular';
  max-width: 800px;
  color: #222222;
}
/* line 5, ../sass/_que-hacemos.sass */
body.page-template-page-que-hacemos main p {
  color: #A5A7AA;
  font-size: 15px;
}

/* line 9, ../sass/_que-hacemos.sass */
#accordion,
.accordion {
  margin-bottom: 80px;
  text-align: left;
  max-width: initial;
  width: 100%;
  margin-right: 10px;
  margin-left: 10px;
  display: inline-block;
  vertical-align: top;
}
#accordion .panel,
.accordion .panel {
  border: 0;
  box-shadow: none;
  border-radius: 0;
  display: inline-block;
  vertical-align: top;
  width: 100%;
  max-width: 515px;
  text-align: left;
  border-radius: 0 !important;
  margin-right: 40px;
  margin-top: 20px !important;
  background: none;
}
/* line 13, ../sass/_que-hacemos.sass */
#accordion .panel-heading,
.accordion .panel-heading {
  padding: 0;
  background: none;
}
/* line 15, ../sass/_que-hacemos.sass */
#accordion .panel-heading a,
.accordion .panel-heading a {
  display: block;
  padding: 12px 55px 12px 15px;
  text-decoration: none;
  background: var(--main-color) url("../img/icon-accordion-opened.svg?v=0.1") no-repeat right center;
  color: white;
  font-size: 20px;
  font-family: 'comfortaabold';
  border-right: 10px solid transparent;
}
/* line 24, ../sass/_que-hacemos.sass */
#accordion .panel-heading a.collapsed,
.accordion .panel-heading a.collapsed {
  background: var(--main-color) url("../img/icon-accordion-closed.svg?v=0.1") no-repeat right center;
}
/* line 27, ../sass/_que-hacemos.sass */
#accordion .panel:nth-child(2n) a,
.accordion .panel:nth-child(2n) a {
  border-right: 10px solid transparent;
}
/* line 30, ../sass/_que-hacemos.sass */
#accordion .panel-body,
.accordion .panel-body {
  border: 0 !important;
  text-align: left;
}
/* line 33, ../sass/_que-hacemos.sass */
#accordion .panel-body > .img-content, #accordion .panel-body > p,
.accordion .panel-body > .img-content, .accordion .panel-body > p {
  display: inline-block;
  text-align: left;
  vertical-align: top;
  width: 100%;
}
/* line 38, ../sass/_que-hacemos.sass */
#accordion .panel-body > p,
#accordion .panel-body > ul,
.accordion .panel-body > p,
.accordion .panel-body > ul {
  max-width: 495px;
  color: #A5A5A5;
  font-size: 15px;
}
/* line 41, ../sass/_que-hacemos.sass */
#accordion .panel-body .img-content,
.accordion .panel-body .img-content {
  text-align: center;
  max-width: 170px;
}
/* line 44, ../sass/_que-hacemos.sass */
#accordion .panel-body > *,
.accordion .panel-body > * {
  color: #A5A7AA;
}

/* line 48, ../sass/_que-hacemos.sass */
div.no-hemos-resuelto-duda {
  -moz-placeholder-color: #A5A7AA;
  -moz-placeholder-text-transform: uppercase;
  -moz-placeholder-font-family: 'comfortaabold';
  -ms-input-placeholder-color: #A5A7AA;
  -ms-input-placeholder-text-transform: uppercase;
  -ms-input-placeholder-font-family: 'comfortaabold';
}
/* line 49, ../sass/_que-hacemos.sass */
div.no-hemos-resuelto-duda h4,
.title-accordion {
  color: var(--main-color);
  font-size: 28px;
  font-family: 'comfortaabold';
  text-transform: initial;
  padding-left: 15px;
  text-align: left;
}
.title-accordion {
  display: none;
}
/* line 54, ../sass/_que-hacemos.sass */
div.no-hemos-resuelto-duda input,
div.no-hemos-resuelto-duda textarea {
  border: 0;
  color: #A5A7AA;
  background: #F0F0F1;
  font-family: 'comfortaabold';
  font-size: 16px;
  padding: 10px;
  border-radius: 5px;
  width: 100%;
  resize: none;
  max-height: 65px;
}
/* line 66, ../sass/_que-hacemos.sass */
div.no-hemos-resuelto-duda ::-webkit-input-placeholder {
  color: #A5A7AA;
  text-transform: uppercase;
  font-family: 'comfortaabold';
}
/* line 74, ../sass/_que-hacemos.sass */
div.no-hemos-resuelto-duda ::-moz-placeholder {
  color: #A5A7AA;
  text-transform: uppercase;
  font-family: 'comfortaabold';
}
/* line 82, ../sass/_que-hacemos.sass */
div.no-hemos-resuelto-duda input[type=submit] {
  background: #8AC43F;
  color: white;
  font-size: 19px;
  text-transform: uppercase;
  line-height: 45px;
}
/* line 89, ../sass/_que-hacemos.sass */
div.no-hemos-resuelto-duda form > div {
  padding: 5px !important;
}
/* line 91, ../sass/_que-hacemos.sass */
div.no-hemos-resuelto-duda form > div span {
  width: 100%;
  display: inline-block;
}

/* line 2, ../sass/_como-funciona.sass */
body.page-template-page-como-funciona h1.entry-title {
  margin-bottom: 20px;
}
/* line 5, ../sass/_como-funciona.sass */
body.page-template-page-como-funciona main p {
  color: #919396;
  font-size: 13px;
}
/* line 8, ../sass/_como-funciona.sass */
body.page-template-page-como-funciona main h4 {
  color: #3951A1;
  font-size: 18px;
  font-family: 'comfortaabold';
  text-transform: uppercase;
}
/* line 13, ../sass/_como-funciona.sass */
body.page-template-page-como-funciona main #ul-como-funciona {
  padding: 0;
  list-style: none;
}
/* line 17, ../sass/_como-funciona.sass */
body.page-template-page-como-funciona main #ul-como-funciona h4 span {
  background: #919396;
  color: white;
  padding: 10px 18px;
  border-radius: 50px;
  font-size: 20px;
  font-family: 'comfortaabold';
}
/* line 24, ../sass/_como-funciona.sass */
body.page-template-page-como-funciona main #ul-como-funciona li {
  text-align: center;
  margin-bottom: 30px;
}
/* line 27, ../sass/_como-funciona.sass */
body.page-template-page-como-funciona main #ul-como-funciona li .img-content,
body.page-template-page-como-funciona main #ul-como-funciona li .titulo-paso,
body.page-template-page-como-funciona main #ul-como-funciona li .paso,
body.page-template-page-como-funciona main #ul-como-funciona li .space {
  display: inline-block;
  text-align: left;
  vertical-align: top;
}
/* line 34, ../sass/_como-funciona.sass */
body.page-template-page-como-funciona main #ul-como-funciona li .space {
  width: 74px;
  height: 74px;
  margin-right: 30px;
}
/* line 38, ../sass/_como-funciona.sass */
body.page-template-page-como-funciona main #ul-como-funciona li .titulo-paso {
  margin-right: 5px;
}
/* line 40, ../sass/_como-funciona.sass */
body.page-template-page-como-funciona main #ul-como-funciona li .paso {
  max-width: 555px;
  width: 100%;
}
/* line 43, ../sass/_como-funciona.sass */
body.page-template-page-como-funciona main #ul-como-funciona li .img-content {
  margin-right: 30px;
}
/* line 46, ../sass/_como-funciona.sass */
body.page-template-page-como-funciona .usuario-antiguo > p,
body.page-template-page-como-funciona .usuario-antiguo .usuario-antiguo-texto {
  display: inline-block;
  vertical-align: top;
}
/* line 50, ../sass/_como-funciona.sass */
body.page-template-page-como-funciona .usuario-antiguo img {
  margin-top: 20px;
}
/* line 52, ../sass/_como-funciona.sass */
body.page-template-page-como-funciona .usuario-antiguo .usuario-antiguo-texto {
  max-width: 380px;
  width: 100%;
  background: #8AC43F;
  border-radius: 20px;
  padding: 10px 18px;
  margin-left: 30px;
  position: relative;
}
/* line 60, ../sass/_como-funciona.sass */
body.page-template-page-como-funciona .usuario-antiguo .usuario-antiguo-texto h6 {
  color: white;
  font-size: 13px;
}
/* line 63, ../sass/_como-funciona.sass */
body.page-template-page-como-funciona .usuario-antiguo .usuario-antiguo-texto h6:nth-child(2) {
  font-family: 'comfortaabold';
  font-size: 12px;
}
/* line 66, ../sass/_como-funciona.sass */
body.page-template-page-como-funciona .usuario-antiguo .usuario-antiguo-texto:before {
  content: " ";
  position: absolute;
  top: 37%;
  left: -15px;
  width: 0;
  height: 0;
  border-right: 15px solid #8AC43F;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
}

/* line 2, ../sass/_contacto.sass */
body.page-template-page-contacto h1.entry-title {
  margin-bottom: 20px;
  font-size: 29px;
}
/* line 5, ../sass/_contacto.sass */
body.page-template-page-contacto .main-container {
  margin-bottom: 100px;
}
/* line 7, ../sass/_contacto.sass */
body.page-template-page-contacto .main-container p {
  color: #919396;
  font-size: 20px;
}
/* line 12, ../sass/_contacto.sass */
body.page-template-page-contacto .main-container ul.enlaces-politicas li a {
  color: #919396;
  font-size: 14px;
}
/* line 15, ../sass/_contacto.sass */
body.page-template-page-contacto .main-container ul.enlaces-politicas li:after {
  border-right: 1px solid #919396;
}
/* line 17, ../sass/_contacto.sass */
body.page-template-page-contacto .main-container .content-img {
  min-width: 320px;
}
/* line 19, ../sass/_contacto.sass */
body.page-template-page-contacto .main-container .content-img img {
  margin-top: 90px;
  max-width: 302px;
  height: auto;
}
/* line 23, ../sass/_contacto.sass */
body.page-template-page-contacto .main-container .content-text {
  max-width: 800px;
}
/* line 26, ../sass/_contacto.sass */
body.page-template-page-contacto .main-container .content-social > h2, body.page-template-page-contacto .main-container .content-social > .div-social {
  display: inline-block;
  max-width: 500px;
  float: none;
  margin-top: 0;
}
/* line 31, ../sass/_contacto.sass */
body.page-template-page-contacto .main-container .content-social > h2 {
  color: #3951A1;
  font-size: 22px;
  font-family: 'comfortaabold';
  text-transform: uppercase;
  margin-left: 38px;
}
/* line 38, ../sass/_contacto.sass */
body.page-template-page-contacto .main-container .div-social > div {
  vertical-align: top;
  margin-left: 10px;
}
/* line 41, ../sass/_contacto.sass */
body.page-template-page-contacto .main-container .div-social > iframe {
  margin-left: 10px;
}
/* line 44, ../sass/_contacto.sass */
body.page-template-page-contacto .main-container .datos-contacto .phone-number {
  font-size: 23px;
}
/* line 46, ../sass/_contacto.sass */
body.page-template-page-contacto .main-container .datos-contacto .horary {
  font-size: 20px;
  padding-left: 30px;
  text-transform: uppercase;
}
/* line 50, ../sass/_contacto.sass */
body.page-template-page-contacto .main-container .footer-contact {
  text-align: center;
}
/* line 52, ../sass/_contacto.sass */
body.page-template-page-contacto .main-container .footer-contact > * {
  display: inline-block;
  text-align: left;
  vertical-align: top;
}
/* line 56, ../sass/_contacto.sass */
body.page-template-page-contacto .main-container .footer-contact h4 {
  background: #3951A1;
  color: white;
  font-size: 27px;
  font-family: 'comfortaabold';
  text-transform: uppercase;
  max-width: 831px;
  width: 100%;
  padding: 14px;
  margin-right: -15px;
}
/* line 66, ../sass/_contacto.sass */
body.page-template-page-contacto .main-container .footer-contact a {
  max-width: 320px;
  padding-left: 45px;
}
/* line 69, ../sass/_contacto.sass */
body.page-template-page-contacto footer.main-footer {
  display: none;
}

/* line 71, ../sass/_contacto.sass */
div.form-contacto {
  -moz-placeholder-color: #A5A7AA;
  -moz-placeholder-text-transform: uppercase;
  -moz-placeholder-font-family: 'comfortaabold';
  -ms-input-placeholder-color: #A5A7AA;
  -ms-input-placeholder-text-transform: uppercase;
  -ms-input-placeholder-font-family: 'comfortaabold';
}
/* line 72, ../sass/_contacto.sass */
div.form-contacto h4 {
  color: #3951A1;
  font-size: 17px;
  font-family: 'comfortaabold';
}
/* line 76, ../sass/_contacto.sass */
div.form-contacto input,
div.form-contacto textarea {
  border: 0;
  color: #A5A7AA;
  background: white;
  font-family: 'comfortaabold';
  font-size: 16px;
  padding: 10px;
  border-radius: 5px;
  width: 100%;
  resize: none;
  max-height: 65px;
}
/* line 88, ../sass/_contacto.sass */
div.form-contacto ::-webkit-input-placeholder {
  color: #A5A7AA;
  text-transform: uppercase;
  font-family: 'comfortaabold';
}
/* line 96, ../sass/_contacto.sass */
div.form-contacto ::-moz-placeholder {
  color: #A5A7AA;
  text-transform: uppercase;
  font-family: 'comfortaabold';
}
/* line 104, ../sass/_contacto.sass */
div.form-contacto input[type=submit] {
  background: #8AC43F;
  color: white;
  font-size: 19px;
  text-transform: uppercase;
  line-height: 45px;
}
/* line 111, ../sass/_contacto.sass */
div.form-contacto form > div {
  padding: 5px !important;
}
/* line 113, ../sass/_contacto.sass */
div.form-contacto form > div span {
  width: 100%;
  display: inline-block;
}

/* line 3, ../sass/_blog.sass */
body.page-template-page-blog .main-container p {
  color: #A5A7AA;
  font-size: 15px;
}
/* line 6, ../sass/_blog.sass */
body.page-template-page-blog .main-container .container-item-noticias {
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
/* line 8, ../sass/_blog.sass */
body.page-template-page-blog .main-container .item-noticia {
  background: none;
  width: 48%;
  display: inline-block;
  text-align: left;
  vertical-align: top;
  padding: 0;
  margin: 0;
  margin-top: 20px;
  margin-bottom: 20px;
}
/* line 16, ../sass/_blog.sass */
body.page-template-page-blog .main-container .item-noticia p {
  font-size: 13px;
  line-height: 15px;
}
/* line 20, ../sass/_blog.sass */
body.page-template-page-blog .main-container .item-noticia .mini-box h5 {
  text-transform: uppercase;
  font-family: 'comfortaabold';
  text-align: center;
  color: #A5A7AA;
  font-size: 20px;
  margin-bottom: 0;
}
/* line 27, ../sass/_blog.sass */
body.page-template-page-blog .main-container .item-noticia .mini-box p.date {
  font-family: 'comfortaabold';
  text-align: center;
  color: #A5A7AA;
  font-size: 12px;
}
/* line 32, ../sass/_blog.sass */
body.page-template-page-blog .main-container .item-noticia .mini-box h4 {
  font-family: 'comfortaabold';
  color: white;
  font-size: 19px;
  margin: 0;
  padding: 15px 10px;
  text-align: center;
  background: var(--main-color);
}
body.page-template-page-blog .main-container .item-noticia .mini-box h4 a {
  color: white;
  text-decoration: none;
  display: block;
}
/* line 36, ../sass/_blog.sass */
body.page-template-page-blog .main-container .item-noticia .mini-box .btn-leer-mas {
  background: url("../img/btn-ver-mas.png") no-repeat right center;
  border: 0;
  font-size: 17px;
  text-transform: uppercase;
  font-family: 'comfortaabold';
  color: #A5A7AA;
  text-shadow: none;
  padding-right: 35px;
  box-shadow: none;
  float: right;
}

/* line 47, ../sass/_blog.sass */
.categorias-blog {
  padding-bottom: 30px;
}
/* line 52, ../sass/_blog.sass */
.categorias-blog #accordion .panel-heading h4 a,
.categorias-blog .accordion .panel-heading h4 a {
  text-transform: uppercase;
}
/* line 55, ../sass/_blog.sass */
.categorias-blog #accordion .panel-body ul,
.categorias-blog .accordion .panel-body ul {
  list-style: none;
  padding: 0;
}
/* line 58, ../sass/_blog.sass */
.categorias-blog #accordion .panel-body ul li,
.categorias-blog .accordion .panel-body ul li {
  text-align: left;
}
/* line 60, ../sass/_blog.sass */
.categorias-blog #accordion .panel-body ul li a,
.categorias-blog .accordion .panel-body ul li a,
.categorias-blog #accordion .panel-body ul li span,
.categorias-blog .accordion .panel-body ul li span {
  font-size: 18px;
  font-family: 'comfortaabold';
  color: #BABCBE;
  background: none;
  border: 0;
}
/* line 67, ../sass/_blog.sass */
.categorias-blog .rounded-gray {
  background: #CFD1D2;
  padding: 15px;
  border-radius: 20px;
}
/* line 71, ../sass/_blog.sass */
.categorias-blog .rounded-gray h4 {
  color: white;
  text-transform: uppercase;
  text-align: center;
  font-family: 'comfortaabold';
  font-size: 23px;
}
/* line 77, ../sass/_blog.sass */
.categorias-blog .rounded-gray .btn-solicitar-prestamo {
  -webkit-box-shadow: 0 0 0 5px white;
  -moz-box-shadow: 0 0 0 5px white;
  box-shadow: 0 0 0 5px white;
}
/* line 81, ../sass/_blog.sass */
.categorias-blog > h3 {
  border-radius: 10px;
  padding: 15px;
  background: #8AC43F;
  font-size: 14px;
  font-family: 'comfortaabold';
  color: white;
  position: relative;
  margin-bottom: 20px;
}
/* line 90, ../sass/_blog.sass */
.categorias-blog > h3:after {
  content: " ";
  position: absolute;
  bottom: -8px;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 0;
  height: 0;
  border-left: 13px solid transparent;
  border-top: 8px solid #8AC43F;
  border-right: 13px solid transparent;
}


header.main-header form[name=resetpassform]{
  display: none;
}


.alert-no-hotmail{
  margin-top: 10px;
  max-width: 90%;
}


iframe[name=google_conversion_frame]{
  height: 0 !important;
  width: 0 !important;
  line-height: 0 !important;
  font-size: 0 !important;
  margin-top: -13px;
  float: left;
}


/*Styles Calculator*/
.tb-white{
  background-color: #fff;
  display: inline-block;
  vertical-align: top;
  padding:0;
  margin-top: 1em;
  position: relative;
}
.img-en-solo-dos-pasos {
  position: absolute;
  top: 60px;
  left: -50px;
  z-index: 1;
}
body:not(.home) .img-en-solo-dos-pasos {
    position: absolute;
    top: 40px;
    left: -25px;
    z-index: 1;
    width: 75px;
}
.tb-transparent {
  background-color: none;
  display: inline-block;
  vertical-align: top;
  padding:16px;
  margin-top: 1em;
}

.lft{
  width: 63%;
  margin-right: 12px;
}

.rg{
  width: 35%;
}
.border-bottom-red {
  border-bottom: 3px solid #d40c26;
}

.bg-footer-calcula-tu-prestamo {
  /*background: white url('../img/bg-footer-calcula-tu-prestamo.png') no-repeat center bottom;*/
  /*background-size: 110%;*/
}

.div-initial-info {
  margin-top: 80px;
}

.div-initial-info p {
  max-width: 420px;
  margin-top:  20px;
  margin-bottom:  60px;
  font-size: 15px;
}

#section-calcula-tu-prestamo {
  text-align: center;
  padding-top: 5%;
}
#section-calcula-tu-prestamo > *:not(.close-main-calcula-tu-prestamo) {
  display: inline-block;
  vertical-align: top;
  text-align: left;
  background: white;
  max-width: 645px;
  width: 100%;
  border-radius: 25px;
  padding: 36.46px 40px 38px;
  margin-left: 10px;
  margin-right: 10px;
  margin-bottom: 40px;
}
#section-calcula-tu-prestamo > #div-calculadora-slides{
  max-width: 490px;
}
#section-calcula-tu-prestamo .btn-solicitar-prestamo-click {
  margin-left: 0;
  margin-bottom: 80px;
  display: block;
}
#section-calcula-tu-prestamo > .div-left-calculadora {
  background: none;
  padding-left: 0;
}

#section-calcula-tu-prestamo > .div-valores {
    padding-top: 50px;
    padding-bottom: 50px;
}

.div-main-calcula-tu-prestamo .lft .box .box-header{
  width: 70%;
}

.div-main-calcula-tu-prestamo .lft .box .box-body {
    padding: 0 10px;
    height: 124px;
    width: 70%;
    display: inline-block;
    vertical-align: top
 
}

.div-main-calcula-tu-prestamo .lft .box .box-footer {
    display: inline-block;
    width: 29%;
    background-color: transparent;
    vertical-align: top;
    margin-top: -45px;
}

.div-main-calcula-tu-prestamo .lft .box .box-footer h4 {
    display: block;
}

.div-main-calcula-tu-prestamo .lft .box .box-footer #input-precio {
    display: block;
}

.div-main-calcula-tu-prestamo .lft .box .box-footer h4 {
  width: 100%;
  color: #A1C116 !important;
  font-size: 16px;
  text-align: center;
}

.div-main-calcula-tu-prestamo .lft .box .box-footer input{
margin-top: 12px;
padding: 18px 0;
color: var(--secondary-color);
font-style: italic;
max-width: initial!important;
width: 100%;

}

#fecha-limite-pago{
  display: block;
}

.div-main-calcula-tu-prestamo .rg .box .box-body table{
  width: 85%;
  margin: auto;
}

.div-main-calcula-tu-prestamo .rg .box .box-body table tr{
  border-bottom: 0;
}

#total-a-pagar,
#total-a-pagar-1 {
  border: 0;
  color: white;
  text-align: left;
  text-transform: initial;
  font-weight: bold;
  font-family: 'comfortaabold';
  background: var(--main-color);
  background-size: cover;
  padding: 10px;
}
#total-a-pagar-1 {
  font-size: 16px;
  max-width: 150px;
}
#td-fecha-de-pago {
  border: 0;
  background: transparent;
  /*color: white;*/
  text-align: left;
  text-transform: initial;
  font-weight: normal;
  font-family: 'comfortaabold';
  padding-left: 10px;
}

#td-total {
  padding-top: 10px;
}

#cantidad-valor-circle .rs-block .rs-range-color {
  background: #76dcef;
  background: -moz-linear-gradient(left, #76dcef 0%, #30a0b4 60%);
  background: -webkit-gradient(left top, right top, color-stop(0%, #76dcef), color-stop(60%, #30a0b4));
  background: -webkit-linear-gradient(left, #76dcef 0%, #30a0b4 60%);
  background: -o-linear-gradient(left, #76dcef 0%, #30a0b4 60%);
  background: -ms-linear-gradient(left, #76dcef 0%, #30a0b4 60%);
  background: linear-gradient(to right, #76dcef 0%, #30a0b4 60%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#79b8ca', endColorstr='#4485b9', GradientType=1 );
}

#cantidad-valor-circle .rs-block .rs-path-color {
  background: #e8eff2;
}

#cantidad-valor-circle .rs-block .rs-bg-color {
  background-color: #2493ce;
  border: 0;
}

#cantidad-valor-circle .rs-border {
  border: 0;
}

#cantidad-valor-circle .rs-handle {
  background-color: #256aa9;
  border: 2px solid #e7eff2;
  margin-right: -20px !important;
  margin-left: -20px !important;
}

#cantidad-valor-circle .full .rs-tooltip {
  top: 38%;
  color: white;
  font-family: 'comfortaabold';
  font-size: 23px;
  line-height: 23px;
  width: 80px;
  margin: 0 auto !important;
  display: block;
  left: 0 !important;
  right: 0 !important;
}

/*.div-main-calcula-tu-prestamo .rg .box .box-body table tr td{
  padding: 5px 0;
}*/


.col-md-4.page-calcula-tu-prestamo .lft {
  width:  100%
}

.col-md-4.page-calcula-tu-prestamo .lft .box .box-header {
  width:  100%
}

.col-md-4.page-calcula-tu-prestamo .lft .box-body {
  width:  100%
}

.col-md-4.page-calcula-tu-prestamo .lft .box-footer h4{
  display: none
}

.col-md-4.page-calcula-tu-prestamo .rg {
  width: 100%;
}


.col-md-4.page-calcula-tu-prestamo .tb-white{
  margin-top: 0;
}


.col-md-4.page-calcula-tu-prestamo .box .box-body .my-tooltip{
  margin-bottom: 0px!important
}

.col-md-4.page-calcula-tu-prestamo .lft .box-footer input{
  width: auto;
      margin-top: 60px;
      padding: 0 0 0 0;
}

.col-md-4.page-calcula-tu-prestamo .btn-solicitar-prestamo {
  background-image: none;
}


.pagina-prestamos-calculadora .box-body{
  margin-top: 53px!important;
}

.pagina-prestamos-calculadora .rg .box-body{
  margin-top: 0!important;
      padding-top: 60px;
    height: 230px;
}

.pagina-prestamos-calculadora .box-footer{
  margin-top:0!important;
}



.div-content-validar-solicitud {
  background: white;
  padding-top: 5%;
  position: relative;
  padding-bottom: 80px;
  -webkit-box-shadow: 2px 5px 8px -3px rgba(125, 125, 125, 0.5);
  -moz-box-shadow: 2px 5px 8px -3px rgba(125, 125, 125, 0.5);
  box-shadow: 2px 5px 8px -3px rgba(125, 125, 125, 0.5);
  border-radius: 25px;
  margin-bottom: 80px;
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.page-solicitud-credito {
  text-align: center;
  position: relative;
}

.page-solicitud-credito #slider-precio,
.page-solicitud-credito #slider-dias,
.page-solicitud-credito .close-main-calcula-tu-prestamo,
.page-solicitud-credito .div-main-calcula-tu-prestamo .box .box-body p.p-pasos {
  display: none;
}
.page-solicitud-credito .div-main-calcula-tu-prestamo .box-1.blue .box-footer, 
.page-solicitud-credito .div-main-calcula-tu-prestamo .box-2.blue .box-footer {
  display: block;
}

.page-solicitud-credito .div-main-calcula-tu-prestamo > h4, 
.page-solicitud-credito .div-main-calcula-tu-prestamo .box-header, 
.page-solicitud-credito .div-main-calcula-tu-prestamo > h4, 
.page-solicitud-credito .div-main-calcula-tu-prestamo .box-header {
  display: none;
}

.page-solicitud-credito .div-main-calcula-tu-prestamo .box.blue .my-tooltip,
.page-solicitud-credito .div-main-calcula-tu-prestamo .box .box-body .slider-bar {
  display: none;
}

.page-solicitud-credito #section-calcula-tu-prestamo > *:not(.close-main-calcula-tu-prestamo) {
  max-width: 100%;
  text-align: center;
  background: transparent;
  margin-left: 0;
  margin-right: 0;
  padding: 20px 0;
}
.page-solicitud-credito #section-calcula-tu-prestamo > .div-left-calculadora {
  padding: 20px 120px;
  display: none;
}
.page-solicitud-credito #section-calcula-tu-prestamo #div-calculadora-slides {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  max-width: 100%;
}
.page-solicitud-credito .table-resultados-1 {
  display: none;
}
.page-solicitud-credito #detalles-calculadora {
  height: initial;
}
.page-solicitud-credito .div-main-calcula-tu-prestamo .box .box-body {
    text-align: center;
    /* background: #F0F0F1; */
    padding: 0;
}

.page-solicitud-credito #section-calcula-tu-prestamo {
    text-align: center;
    padding-top: 0;
    position: relative;
}

.page-solicitud-credito .btn-solicitar-prestamo {
    display: none;
}
.page-solicitud-credito .tr-fecha-de-pago {
    display: none;
}


.page-solicitud-credito .div-main-calcula-tu-prestamo .box-1,
.page-solicitud-credito .div-main-calcula-tu-prestamo .box-2 {
  max-width: 36%;
  width: 100%;
  display: inline-block;
  vertical-align: top;
}

.page-solicitud-credito .div-main-calcula-tu-prestamo .box .box-body.box-body-cuando-lo-pagaras {
  display: none;
}

.page-solicitud-credito .div-main-calcula-tu-prestamo .box .box-footer h4 {
    width: 150px;
    color: #000000 !important;
    font-size: 18px;
    text-transform: initial;
    font-weight: normal;
    font-family: 'comfortaaregular';
}

.page-solicitud-credito .div-main-calcula-tu-prestamo .box .box-footer input {
    border: 0;
    border-bottom: 1px solid #707070;
    color: #000;
    font-family: 'comfortaabold';
    font-size: 18px;
    text-align: center;
    max-width: 220px;
    background: white;
    position: relative;
    top: -5px;
}

.header-info-a-verificar {
  padding: 0 60px;
  text-align: left;
}
.header-info-a-verificar h4 {
    color: var(--main-color);
    font-size: 26px;
    font-weight: bold;
}

.header-info-a-verificar p.p-nombre-completo {
    font-size: 25px;
    font-weight: bold;
}

.header-info-a-verificar .p-cedula {
  font-size: 25px;
    font-weight: 100;
    font-style: italic;
}

.page-solicitud-credito .div-main-calcula-tu-prestamo .box .box-body table.table-variables {
    width: 100%;
    margin: 0 auto;
}

.page-solicitud-credito .div-main-calcula-tu-prestamo .box .box-body table tr td {
    text-transform: initial;
    width: 50%;
    font-size: 20px;
    padding: 2px 0;
}

.page-solicitud-credito .div-main-calcula-tu-prestamo .box .box-body table.table-variables tr td:nth-child(1) {
    color: #000;
    font-family: 'comfortaabold';
    text-align: right;
    font-weight: bold;
    padding-right: 50px;
}

.page-solicitud-credito .div-main-calcula-tu-prestamo .box .box-body table.table-variables tr td:nth-child(2) {
    color: #000;
    font-family: 'comfortaabold';
    text-align: left;
    font-weight: normal;
}

.page-solicitud-credito table.table-resultados {
  background: var(--main-color);
}

.page-solicitud-credito .div-main-calcula-tu-prestamo .box .box-body table.table-resultados tr td:nth-child(1) {
    color: white;
    font-family: 'comfortaabold';
    text-align: right;
    font-weight: bold;
    padding-right: 50px;
    font-size: 25px;
}


.page-solicitud-credito #total-a-pagar {
    border: 0;
    background: transparent;
    color: white;
    text-align: left;
    text-transform: initial;
    font-weight: bold;
    font-family: 'comfortaabold';
    background: transparent;
    background-size: cover;
    padding: 10px;
    padding-left: 0;
    font-size: 25px;
}

.page-solicitud-credito #section-calcula-tu-prestamo > .div-valores {
    padding-top: 10px;
    padding-bottom: 10px;
}

#codigo-correo {
  background: #EDEDED;
  border: 0;
  padding: 20px 80px;
  border-radius: 25px;
  text-align: center;
  margin: 0 auto !important;
  position: relative;
  display: inline-block;
  margin-bottom: 30px !important;
}

body .alert-danger {
    border: 1px solid transparent;
    border-radius: 0;
    box-shadow: none;
}

h5.texto-ingresa-codigo {
    font-size: 20px;
}

.div-page-solicitud-credito {
  padding-top: 40px;
}

.div-page-solicitud-credito h3.section-title {
    font-size: 40px;
    text-transform: uppercase;
}

.p-texto-solicitando {
    font-size: 24px;
}

#span-valor-solicitando {
    font-size: 24px;
    color: white;
    font-weight: bold;
}


.ul-info-credito-rechazado {
  padding: 20px;
  width: 100%;
  list-style: none;
  background: #EDEDED;
  border-radius: 30px;
  float: left;
  margin-top: 10px;
}

.ul-info-credito-rechazado li {
  display: block;
  margin-bottom: 10px;
}

.ul-info-credito-rechazado li strong {
  font-family: 'comfortaabold';
}

ul.ul-barra-avance {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border-radius: 35px;
  list-style: none;
  padding: 0;
  background: none;
  text-align: center;
}

ul.ul-barra-avance li.li-avance {
  /*border: 1px solid white;*/
  /*border-radius: 35px;*/
  height: 76px;
  width: 27%;
  display: inline-block;
  vertical-align: top;
  padding-left: 65px;
  margin-right: 0;
  position: relative;
  font-size: 19px;
  color: white;
  line-height: 60px;
  text-align: center;
  position: relative;
}
  
ul.ul-barra-avance li.li-avance span {
  color: black;
  font-weight: bold;
  font-size: 18px;
  line-height: 18px;
  position: absolute;
  bottom: -50px;
  left: 0;
  right: 0;
  display: inline-block;
  margin: 0 auto;
  text-align: left;
  display: none;
}
ul.ul-barra-avance li.li-avance.avance-hidden-text span {
  display: none;
}  
ul.ul-barra-avance li.li-avance.avance-current span {
  display: inline-block;
}

ul.ul-barra-avance li.li-avance.avance-active {
  /*background: white url(../img/bg-calcula-tu-credito.svg) no-repeat center top;*/
  /*background-size: cover;*/
}
ul.ul-barra-avance li.li-avance-1 {
  background: white url(../img/li-avance-1.svg?v=1.0) no-repeat left center;
}
ul.ul-barra-avance li.li-avance-1:after, 
ul.ul-barra-avance li.li-avance-2:after, 
ul.ul-barra-avance li.li-avance-3:after {
  position: absolute;
  right: 40px;
  top: 38px;
  content: "";
  width: 150px;
  height: 2px;
  background: url(../img/li-avance-horizontal-separator-line.svg?v=1.0) no-repeat center top;
}
ul.ul-barra-avance li.li-avance-1 span {
  left: -20px;
}
ul.ul-barra-avance li.li-avance-2 {
  background: white url(../img/li-avance-2.svg?v=1.0) no-repeat left center;
}
ul.ul-barra-avance li.li-avance-2 span {
  left: -70px;
}
ul.ul-barra-avance li.li-avance-3 {
  background: white url(../img/li-avance-3.svg?v=1.0) no-repeat left center;
}
ul.ul-barra-avance li.li-avance-3 span {
  left: -8px;
}
ul.ul-barra-avance li.li-avance-4 {
  background: white url(../img/li-avance-4.svg?v=1.0) no-repeat left center;
  width: 76px;
}
ul.ul-barra-avance li.li-avance-4 span {
  left: -13px; 
}
ul.ul-barra-avance li.li-avance.avance-hidden-text {
  color: transparent;
}
ul.ul-barra-avance li.li-avance.avance-deactive {
  opacity: 0;
}




ul.ul-barra-avance li.li-avance-1.avance-active {
  background: white url(../img/li-avance-1-filled.svg?v=1.0) no-repeat left center;
}
ul.ul-barra-avance li.li-avance-2.avance-active {
  background: white url(../img/li-avance-2-filled.svg?v=1.0) no-repeat left center;
}
ul.ul-barra-avance li.li-avance-3.avance-active {
  background: white url(../img/li-avance-3-filled.svg?v=1.0) no-repeat left center;
}
ul.ul-barra-avance li.li-avance-4.avance-active {
  background: white url(../img/li-avance-4-filled.svg?v=1.0) no-repeat left center;
}



ul.ul-barra-avance li.li-avance.avance-current {
  /*background: #FFB843;*/
}
ul.ul-barra-avance li.li-avance-1.avance-current {
  background: white url(../img/li-avance-1-current.svg?v=1.0) no-repeat left center;
}
ul.ul-barra-avance li.li-avance-2.avance-current {
  background: white url(../img/li-avance-2-current.svg?v=1.0) no-repeat left center;
}
ul.ul-barra-avance li.li-avance-3.avance-current {
  background: white url(../img/li-avance-3-current.svg?v=1.0) no-repeat left center;
}
ul.ul-barra-avance li.li-avance-4.avance-current {
  background: white url(../img/li-avance-4-current.svg?v=1.0) no-repeat left center;
  width: 76px;
}

ul.ul-barra-avance li.li-avance-1 {
  z-index: 4;
}
ul.ul-barra-avance li.li-avance-2 {
  z-index: 3;
}
ul.ul-barra-avance li.li-avance-3 {
  z-index: 2;
}
ul.ul-barra-avance li.li-avance-4 {
  z-index: 1;
}



.form-p-horizontal-inputs {
  text-align: center;
}
.form-p-horizontal-inputs > *{
  display: inline-block;
  vertical-align: top;
  max-width: 46%;
  margin-right: 3%;
  width: 100%;
}

.p-with-checkbox label {
  font-size: 14px;
  line-height: 14px;
}


.div-page-registro h3.section-title {
    font-size: 40px;
    text-transform: capitalize;
    color: var(--secondary-color);
}

.div-page-registro .pieregWrapperC {
    background: white;
    padding-top: 5%;
    position: relative;
    padding-bottom: 80px;
    -webkit-box-shadow: 2px 5px 8px -3px rgba(125, 125, 125, 0.5);
    -moz-box-shadow: 2px 5px 8px -3px rgba(125, 125, 125, 0.5);
    box-shadow: 2px 5px 8px -3px rgba(125, 125, 125, 0.5);
    border-radius: 25px;
    margin-bottom: 80px;
    padding-left: 0 !important;
    padding-right: 0 !important;
}

#enviar-solicitud.disabled {
  opacity: 0.5;
  cursor: progress;
}


.h5-ingresa-codigo-verificacion {
  background: var(--main-color);
  color: white;
  font-family: 'comfortaabold';
  text-align: center;
  font-weight: bold;
  padding-right: 52px;
  font-size: 25px;
  float: left;
  width: 100%;
  padding: 10px;
  margin-top: 25px;
  margin-bottom: 25px;
}

.color-gray {
  color: gray;
}

.info-popup {
  display: none;
  position: absolute;
  width: 100%;
  max-width: 570px;
  left: 0;
  right: 0;
  /*display: block;*/
  margin: 0 auto;
  color: white;
  text-align: center;
  padding: 50px 60px;
  z-index: 10;
  border-radius: 25px;
  overflow: hidden;
  -webkit-box-shadow: 0 0 15px 5px rgba(155, 155, 155, 0.5);
  -moz-box-shadow: 0 0 15px 5px rgba(155, 155, 155, 0.5);
  box-shadow: 0 0 15px 5px rgba(155, 155, 155, 0.5);
}
.info-popup .info-popup-close {
  position: absolute;
  right: 60px;
  top: 45px;
  text-transform: uppercase;
  font-size: 30px;
  cursor: pointer;
}
.info-popup h3 {
  color: white;
  text-transform: uppercase;
  font-size: 19px;
  margin-bottom: 30px;
  font-family: 'comfortaabold';
}
.info-popup .content-info-popup {
  color: white;
  font-family: 'comfortaabold';
  font-size: 19px;
}
.info-popup .content-info-popup ul {
  padding: 0;
  list-style: none;
}
.info-popup .content-info-popup ul li {
  display: block;
  margin-bottom: 30px;
}

#costos-e-intereses {
  background: white url('../img/bg_costos_e_intereses.svg?v=4') no-repeat center top;
  background-size: cover;
}
#pago-tarde {
  background: white url('../img/bg_pago_tarde.svg?v=2') no-repeat center top;
  background-size: cover;
}

.logo-transunion {
  max-width: 480px;
  width: 100%;
  height: auto;
}

#img-btn-show-calculator {
  -webkit-box-shadow: 0px 4px 7px -1px rgba(85, 85, 85, 0.7);
  -moz-box-shadow: 0px 4px 7px -1px rgba(85, 85, 85, 0.7);
  box-shadow: 0px 4px 7px -1px rgba(85, 85, 85, 0.7);
  border-radius: 50%;
  border: 0;
}


.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
  background-color: transparent !important;
}

.entry-footer {
  display: none;
}

.svg-texto-calculadora {
  width: 100%;
}

#row-main-requisitos {
  /*background: var(--main-color);*/
  margin-top: 40px;
  margin-bottom: 120px;
}

#detalles-calculadora {
  height: 0;
  position: relative;
  overflow: hidden;
}
#detalles-calculadora.active {
  height: 347px;
}

#btn-ver-detalles-calculadora {
    display: block;
    text-align: center;
}

#row-horario-info-contacto {
  margin-top: 60px;
  margin-bottom: 0;
  overflow: hidden;
  position: fixed;
  bottom: 10px;
  left: 0;
  z-index: 1;
  min-height: 60px;
  display: none;
}
#row-horario-info-contacto > .container > * {
  display: inline-block;
  vertical-align: top;
  margin-bottom: 0;
}
#row-horario-info-contacto .inner-container {
  background: #2c2c2c;
  padding: 15px 35px 6px 100px;
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
  position: relative;
  top: 7px;
}
#row-horario-info-contacto .inner-container:before {
  background: #2c2c2c;
  content: " ";
  position: absolute;
  left: -3000px;
  top: 0;
  width: 3000px;
  height: 52px;
}
#row-horario-info-contacto .inner-container span {
  margin-left: 20px;
  margin-right: 20px;
  margin-bottom: 10px;
  font-size: 15px;
}

#ul-redes-sociales {
  display: inline-block;
  list-style: none;
  text-align: left;
  padding-left: 10px;
  /*max-width: 35%;*/
  width: 100%;
  position: relative;
  top: 7px;
}
#ul-redes-sociales li {
  display: inline-block;
  vertical-align: middle;
  margin-left: 10px;
  margin-right: 10px;
  margin-bottom: 10px;
  color:  var(--main-color);
  font-size: 15px;
}
#ul-redes-sociales li.li-red-social-ws {

}
#ul-redes-sociales li img {
  width: auto;
  height: 50px;
}

#ul-redes-sociales li.li-red-social-ws img {
  width: auto;
  height: 60px;
}

#div-calculadora-slides {
  -webkit-box-shadow: 0px 5px 24px 0px rgba(125, 125, 125, 0.7);
  -moz-box-shadow: 0px 5px 24px 0px rgba(125, 125, 125, 0.7);
  box-shadow: 0px 5px 24px 0px rgba(125, 125, 125, 0.7);
}


.row-paso-a-paso .title-beneficios {
  font-size: 40px;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 0px;
  font-family: 'comfortaabold';
  margin-bottom: 40px;
}

.inner-row-beneficios {
  display: flex;
  align-items: center;
}


.inner-row-beneficios .div-texto-beneficios {
  padding-left: 40px;
}

.ul-beneficios {
  padding: 0;
  list-style: none;
  text-align: center;
}
.ul-beneficios li {
  width: auto;
  display: block;
  vertical-align: top;
  text-align: left;
  margin-left: 0;
  margin-right: 0;
  position: relative;
  padding-left: 43px;
  margin-bottom: 40px;
}
.ul-beneficios li:before {
  content: "";
  background: url('../img/ul-beneficios.png') no-repeat center top;
  width: 35px;
  height: 36px;
  border-radius: 8px;
  position:  absolute;
  left: -2px;
  top: 0;
}
.ul-beneficios li.li-benficio-more-width {
  width: 320px;
}
.ul-beneficios li img {
  height: 130px;
}
.ul-beneficios li h3 {
  font-size: 29px;
  color: var(--main-color);
  text-transform: uppercase;
  min-height: 82px;
}
.ul-beneficios li p {
  font-size: 21px;
  color: white;
}

#que-debo-hacer {
  overflow: hidden;
  background: white;
  background-size: 100%;
  padding-bottom: 80px;
}

.div-page-registro .p-texto-solicitando {
  position: fixed;
  background: var(--main-color);
  z-index: 10;
  color: white;
  font-size: 15px;
  padding: 15px 20px;
  line-height: 15px;
  margin-left: 0;
  margin-top: 0;
  bottom: 0;
  left: 0;
  padding-right: 80px;
  border-top-right-radius: 60px;
  border-bottom-right-radius: 60px;
  padding-left: 60px;
}

.div-page-registro .p-texto-solicitando.p-texto-solicitando-opened {
  left: 0;
}
#btn-hide-show-percent-bar {
  position: absolute;
  right: 20px;
  top: 25px;
}
.div-page-registro .p-texto-solicitando #span-valor-solicitando {
  display: inline-block;
  margin-left: 40px;
}
.div-page-registro .p-texto-solicitando span.total-percent-bar {
  display: block;
  background: #fff;
  position: relative;
  border-radius: 10px;
  height: 17px;
  margin-top: 10px;
  border: 4px solid white;
}
.div-page-registro .p-texto-solicitando span.actual-percent-bar {
  display: block;
  background: var(--secondary-color);
  position: absolute;
  top: 0;
  left: 0;
  width: 40%;
  height: 100%;
  border-radius: 10px;
}

.header-link-pqr {
  position: relative;
  top: -12px;
}

.div-p-deco-somos-ElTodero p {
  max-width: 800px;
  font-size: 20px;
  line-height: 25px;
  margin-bottom: 40px;
}

.deco-somos-ElTodero {
  background: #E5E5E5;
  padding: 5%;
  padding-top: 80px;
  padding-bottom: 0;
  margin-bottom: 100px;
}

.green-text {
  color: var(--main-color);
}

.img-deco-somos-ElTodero {
  margin-top: -105px;
  margin-bottom: 40px;
}
.div-texto-deco-somos-ElTodero {
  margin-bottom: 135px;
}
.p-texto-deco-somos-ElTodero {
  max-width: 400px;
  margin-left: 10%;
  font-size: 20px;
  line-height: 29px;
}

body.page-template-page-quienes-somos #row-horario-info-contacto {
  margin-top: 0;
  margin-bottom: 0;
  overflow: hidden;
  position: relative;
  bottom: 40px;
  left: 0;
  z-index: 1;
}

.deco-aliados {
  background: #E5E5E5;
  padding: 5%;
  padding-top: 60px;
  padding-bottom: 60px;
  margin-bottom: 100px;
}
.deco-aliados ul.ul-aliados {
  text-align: center;
  padding: 0;
  list-style: none;
}
.deco-aliados ul.ul-aliados li {
  display: inline-block;
  vertical-align: middle;
  margin-left: 5%;
  margin-right: 5%;
  margin-bottom: 30px;
}
body.page-template-page-aliados #row-horario-info-contacto {
  margin-top: 0;
  margin-bottom: 0;
  overflow: hidden;
  position: relative;
  bottom: 40px;
  left: 0;
  z-index: 1;
}

.text-color-black {
  color: black;
}



form#formCodeOtp input#codeOtp {
  padding: 10px;
  margin-bottom: 10px;
  text-align: center;
}


svg text, 
svg tspan {
  font-family: 'comfortaabold';
} 

.select2-container--default .select2-selection--single {
  font-family: 'comfortaaregular';
  background-color: #fff;
  border: 0;
  height: 46px !important;
  border-bottom: 1px solid #606164;
  border-radius: 0;
}


.select2-container {
    box-sizing: border-box;
    display: inline-block;
    margin: 0;
    position: relative;
    vertical-align: middle;
    font-family: "exo_2.0regular" !important;
    font-size: 18px !important;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
    border-radius: 0px !important;
    background: white !important;
    width: 100% !important;
    color: #606164 !important;
}



.page-template-page-solicitud-prestamo .path-ver-detalles {
  display: none;
}


body .btn-success {
  border-color: var(--secondary-color);
  background: var(--secondary-color);
}
body .btn-success:hover, 
body .btn-success:active, 
body .btn-success:focus {
  border-color: var(--main-color);
  background: var(--main-color);
}


body.home #beneficios {
  background: #D86A00;
  padding-top: 80px;
  padding-bottom: 100px;
  position: relative;
}
body.home #beneficios:after {
  content: "";
  background: url('../img/deco-footer-orange-section.png') no-repeat center top;
  position: absolute;
  bottom: -100px;
  right: 0;
  width: 215px;
  height: 248px;
}



#que-debo-hacer .inner-row .title-paso-a-paso {
  color: var(--main-color);
  font-size: 40px;
  margin-top: 0;
  font-family: 'comfortaabold';
  text-align: left;
  margin-bottom: 30px;
  margin-top: 30px;
  text-align: left;
}

#que-debo-hacer .ul-paso-a-paso-v2 {
  list-style: none;
  padding: 0;
  text-align: center;
}

#que-debo-hacer .ul-paso-a-paso-v2 .li-paso-v2 {
  background: white;
  box-shadow: 0px 2px 6px 1px lightgray;
  border-radius: 10px;
  display: inline-block;
  padding: 20px 25px;
  max-width: 290px;
  max-height: 218px;
  height: 218px;
  width: 300px;
  margin: 10px;
  vertical-align: top;
}

#que-debo-hacer .ul-paso-a-paso-v2 .li-paso-v2 figure {
  background: var(--tertiary-color);
  padding: 12px 15px;
  width: 80px;
  height: 75px;
  border-radius: 10px;
  margin-bottom: 15px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
}

#que-debo-hacer .ul-paso-a-paso-v2 .li-paso-v2 img {
  display: inline-block;
}

#que-debo-hacer .ul-paso-a-paso-v2 .li-paso-v2 h4 {
  color: var(--main-color);
  font-size: 24px;
  margin-top: 0;
  font-family: 'comfortaabold';
  text-align: left;
  margin-bottom: 15px;
}

#que-debo-hacer .ul-paso-a-paso-v2 .li-paso-v2 p {
  color: var(--main-color);
  font-size: 14px;
  margin-top: 0;
  font-family: 'comfortaaregular';
  text-align: left;
  margin: 0;
}





















































@media (min-width: 960px){
  .container {
      width: 870px !important;
  }
}

@media (min-width: 1200px) {
  .container {
    width: 1180px !important;
  }
}
@media (min-width: 1290px) {
  .container {
    width: 1270px;
  }
  header.main-header .logo-and-menu #main-navbar ul li {
    margin-right: 15px;
  }
}
@media (min-width: 1300px) {
  .container {
    width: 1290px !important;
  }
  header.main-header .logo-and-menu #main-navbar ul li {
    margin-right: 15px;
  }
}
@media (max-width: 1280px) {
  .content-ul-lista-requisitos ul.lista-requisitos li {
    margin-right: 3%;
    margin-left: 3%;
  }
  #row-horario-info-contacto .container {
    width: 100% !important;
  }
}
@media (max-width: 1024px) {
  .div-initial-info {
    margin-top: 0;
  }
  .div-initial-info svg {
    width: 100%
  }
  #btn-menu {
    display: block;
  }
  #main-menu-desktop {
    display: none !important;
  }
  /* line 1238, ../sass/_layout.sass */
  .container {
    /*padding: 0 !important;*/
  }
  /* line 1240, ../sass/_layout.sass */
  .container .phone-and-face-twitter {
    width: 260px !important;
  }
  /* line 1242, ../sass/_layout.sass */
  .container .div-login-header {
    width: 440px;
  }
  /* line 1244, ../sass/_layout.sass */
  .container .div-login-header .piereg_container {
    width: 310px !important;
  }
  /* line 1246, ../sass/_layout.sass */
  .container .div-sino-tienes-cuenta {
    width: 255px;
  }

  /* line 1249, ../sass/_layout.sass */
  .content-ul-lista-requisitos ul.lista-requisitos {
    max-width: 710px;
    width: 100%;
    float: left;
  }
  /* line 1253, ../sass/_layout.sass */
  .content-ul-lista-requisitos ul.lista-requisitos li {
    margin-bottom: 15px;
  }

  /* line 1255, ../sass/_layout.sass */
  .page-calcula-tu-prestamo {
    padding: 0 !important;
  }
  /* line 1257, ../sass/_layout.sass */
  .page-calcula-tu-prestamo .div-main-calcula-tu-prestamo {
    padding: 0 !important;
  }

  /* line 1260, ../sass/_layout.sass */
  .outer-contacto .content-img {
    text-align: center;
    width: 100%;
  }

  /* line 1263, ../sass/_layout.sass */
  body.page-template-page-contacto .main-container .content-text {
    max-width: 100% !important;
    width: 100%;
  }

  /* line 1266, ../sass/_layout.sass */
  body.page-template-page-contacto .main-container .footer-contact a {
    margin-bottom: 25px;
  }

  /* line 1268, ../sass/_layout.sass */
  .btn-solicitar-prestamo {
    padding-left: 35px;
    font-size: 15px;
  }
  /*Cambios abril2017*/
  .content-ul-lista-requisitos{
    /*display: none*/
  }

  .contenedor-gen{
    width: 100%;
  }

 #w_bar_txt{
    width: 100%;
  }

  .div-main-calcula-tu-prestamo{
    /*min-width: 975px;*/
  }

  #aliados-banner #banner img {
    
    display: block;
    width: 100%;
    height: auto;
  }

    #btn-bar a{
   margin: 7px 3px;
  }
  
  header.main-header .logo-and-menu #main-navbar ul li a {
    /*font-size: 12px;*/
  }

  header.main-header .logo-and-menu #main-navbar {
    margin: 0 0 25px 0;
  }


  .row-main-calcula-tu-prestamo {
    background: transparent;
    -webkit-background-size: cover;
    background-size: cover;
    position: relative;
  }
  .row-main-calcula-tu-prestamo .show-tb-transparent-img-calcula-credito .div-main-calcula-tu-prestamo:after {
    /*content: " ";
    background: url(../img/bg-calcula-tu-credito.svg) repeat center top;
    -webkit-background-size: cover;
    background-size: cover;
    position: fixed;
    z-index: 0;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;*/
  }

  html.active-caculator {
    overflow: hidden;
  }

  .row-main-calcula-tu-prestamo.active {
    /*overflow-y: scroll;*/
    /*overflow-x: hidden;*/
  }

  .close-main-calcula-tu-prestamo {
    right: 50px;
  }

  #section-calcula-tu-prestamo {
    position: relative;
    z-index: 1;
  }
  #row-main-calcula-tu-prestamo .show-tb-transparent-img-calcula-credito {
    /*margin: 0;*/
  }

  #section-calcula-tu-prestamo > *:not(.close-main-calcula-tu-prestamo) {
    margin-bottom: 30px;
  }

  #ul-redes-sociales {
    max-width: initial;
    position: relative;
    right: 0;
    top: 0;
    left: 0;
    bottom: 0;
  }

  #ul-redes-sociales li {
    margin-left: 2px;
    margin-right: 2px;
    margin-bottom: 10px;
  }

  #ul-redes-sociales li.li-red-social-ws img {
    width: auto;
    height: 30px;
  }

  #ul-redes-sociales li img {
      width: auto;
      height: 25px;
  }

  .lightbox-info-como-pagar h4 {
    font-size: 24px;
  }
  .lightbox-info-como-pagar p {
    font-size: 16px;
    line-height: 22px;
  }
  .lightbox-info-como-pagar ul > li {
    font-size: 16px;
  }

  .inner-row-beneficios {
    flex-direction: column;
  }

  h3 svg {
    width: 100%
  }

  .menu-footer .container {
    text-align: center;
  }

  ul.ul-barra-avance li.li-avance {
    width: 80px !important;
  }

  ul.ul-barra-avance li.li-avance-1:after, 
  ul.ul-barra-avance li.li-avance-2:after, 
  ul.ul-barra-avance li.li-avance-3:after {
    display: none;
  }
  ul.ul-barra-avance li.li-avance.avance-current span {
    display: none !important;
  }

  .logo-footer {
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 20px;
  }

}
@media (max-width: 800px) {
  header.main-header .div-phones a.logo {
    width: 250px;
    display: block;
    margin: 20px auto;
  }
  body header.main-header .logo-and-menu {
    margin: 0;
    top: 0;
    z-index: 9;
  }
  header.main-header .inicio-sesion-header .div-login-options {
    text-align: center;
    display: block;
    margin: 0 auto;
    width: 100%;
  }
  header.main-header .inicio-sesion-header.inicio-sesion-header-top .container {
    padding-bottom: 15px !important;
  }
  body header.main-header .logo-and-menu.hiding {
    margin: 5px 0;
  }
  /* line 1273, ../sass/_layout.sass */
  .container .phone-and-face-twitter {
    display: inline-block;
    vertical-align: top;
  }

  /* line 1276, ../sass/_layout.sass */
  .container .div-login-header {
    display: inline-block;
    vertical-align: top;
  }

  /* line 1279, ../sass/_layout.sass */
  .inicio-sesion-header > .container {
    text-align: center;
  }

  /* line 1281, ../sass/_layout.sass */
  .logo-and-menu > .container {
    text-align: center;
    max-width: 1170px;
  }
  /* line 1283, ../sass/_layout.sass */
  .logo-and-menu > .container > a {
    text-align: center;
    display: inline-block;
    float: none !important;
  }

  /* line 1287, ../sass/_layout.sass */
  header.main-header .logo-and-menu #main-navbar {
    display: inline-block;
    float: none !important;
    margin-bottom: -6px;
  }

  /* line 1291, ../sass/_layout.sass */
  .content-ul-lista-requisitos {
    /*display: inline-block;*/
    width: 100%;
  }

  /* line 1294, ../sass/_layout.sass */
  .texto-home-te-prestamos-verde {
    display: inline-block;
    width: 100%;
  }

  /* line 1297, ../sass/_layout.sass */
  .main-footer {
    padding-bottom: 30px !important;
  }
  /* line 1299, ../sass/_layout.sass */
  .main-footer > .container {
    text-align: center;
  }

  /* line 1301, ../sass/_layout.sass */
  body.page-template-page-contacto .main-container .footer-contact h4 {
    margin-right: auto !important;
  }

  /* line 1303, ../sass/_layout.sass */
  ul.enlaces-politicas {
    padding-bottom: 10px;
  }

  /* line 1305, ../sass/_layout.sass */
  .alert.alert-info.col-md-12 {
    display: inline-block;
  }

  /* line 1307, ../sass/_layout.sass */
  #list-proceso-registro {
    zoom: 0.9;
  }

  /* line 1309, ../sass/_layout.sass */
  #list-proceso-registro + .col-md-8,
  #list-proceso-registro + .col-md-4 {
    display: inline-block;
  }

  /* line 1312, ../sass/_layout.sass */
  #lz_ec_image {
    display: none !important;
  }

  .div-main-calcula-tu-prestamo {
    min-width: 97%;
  }

  .tb-white{
    width: 97%;
  }
  .lft{ width: 97%!important;}
  .rg{ width: 97%!important;}
  .con-gal-con{
    display: none
  }

  #solicitar .cloud-cont{
    display: none
  }

  #solicitar h2 {
    width: 95%;
  }

  .lft .box-header,.lft .box-body{
    width: 98%!important;
    display: block!important;
  }

  .div-main-calcula-tu-prestamo .lft .box .box-footer{
    max-width: inherit!important;
    width: 100%!important;
  }

  li.li-paso.show-in-little-screens {
    display: inline-block !important;
  }
  li.li-paso.hide-in-little-screens {
    display: none !important;
  }
  #row-horario-info-contacto .inner-container {
    padding: 10px 10px 10px 10px;
  }
  #row-horario-info-contacto .inner-container span {
    margin-left: 5px;
    margin-right: 5px;
    margin-bottom: 5px;
    font-size: 12px;
  }
  #ul-redes-sociales {
    padding-left: 0;
  }
  #ul-redes-sociales li {
    margin-left: 5px;
    margin-right: 5px;
    margin-bottom: 10px;
  }
  #btn-menu {
    left: 0;
    top: 15px;
    z-index: 9;
  }
  #btn-menu-close {
    position: absolute;
    top: 15px;
    left: 15px;
  }
  .div-page-registro .p-texto-solicitando {
    margin-left: 0;
    font-size: 12px;
    bottom: 0;
    left: 0;
    padding: 5px 10px;
    margin: 0;
  }
  #span-valor-solicitando {
    font-size: 12px;
  }
  .div-page-registro .p-texto-solicitando span.total-percent-bar {
    margin-top: 3px;
  }

  #ul-redes-sociales {
    
  }
}
@media (max-width: 610px) {
  /* line 1317, ../sass/_layout.sass */
  .row {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  #main-navbar {
    width: 100%;
    /*overflow-x: hidden;*/
  }

  /* line 1320, ../sass/_layout.sass */
  header.main-header .logo-and-menu #main-navbar .navbar-collapse {
    overflow-x: hidden;
  }

  /* line 1322, ../sass/_layout.sass */
  .outer-slide {
    margin-bottom: 0px !important;
  }

  /* line 1325, ../sass/_layout.sass */
  #container-home-slide .text_main_image p {
    font-size: 22px !important;
    line-height: 25px !important;
    text-align: left !important;
    max-width: 250px !important;
    position: absolute !important;
    top: 10px !important;
    left: 25px !important;
  }

  /* line 1333, ../sass/_layout.sass */
  #list-proceso-registro {
    zoom: 0.73;
  }

  /* line 1335, ../sass/_layout.sass */
  .pieregWrapperC .pie_register_c_ul .fields {
    width: 100% !important;
    max-width: 100% !important;
  }

  /* line 1338, ../sass/_layout.sass */
  .pie_register_c_ul > li.li-radio-con-quien-vive > .fieldset > .radio_wrap {
    width: 100% !important;
  }

  /* line 1340, ../sass/_layout.sass */
  .content-menu-usuario {
    position: relative;
    z-index: 10;
  }


  header.main-header {
    color: white;
    margin: 0;
    padding-top: 0;
  }

  .row-main-calcula-tu-prestamo {
    margin: 0 !important;
  }

  .div-main-calcula-tu-prestamo {
    padding-left: 15px;
    padding-right: 15px;
  }

  .rg {
    width: 100%!important;
  }

  .img-en-solo-dos-pasos {
    left: 0 !important;
    width: 65px;
  }

  .div-main-calcula-tu-prestamo {
    padding: 10px !important;
  }

  .bg-footer-calcula-tu-prestamo {
    margin-top: 0 !important;
  }

  .outer-slide-testimoniales {
    margin: 0 !important;
    padding-left: 10px !important;
    padding-right: 10px !important;
  }

  body header.main-header .logo-and-menu .container {
    position: relative;
  }

  header.main-header .logo-and-menu #main-navbar {
    position: fixed;
    top: 50px;
    right: 0;
    z-index: 1;
    background: transparent;
  }

  header.main-header .logo-and-menu #main-navbar .navbar-collapse {
    /*background: #FFB843;*/
    padding-top: 50px;
    border: 0 !important;
    padding-left: 10px;
    padding-right: 10px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    position: fixed;
    width: 100% !important;
    top: 0;
  }
  header.main-header .logo-and-menu:not(.menu-hidden) #main-navbar .navbar-collapse {
    display: block;
  }
  header.main-header .logo-and-menu #main-navbar .navbar-header {
    position: relative;
    z-index: 2;
  }
  header.main-header .logo-and-menu #main-navbar .navbar-collapse.in {
    position: fixed;
    height: 100% !important;
    top: 0px;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: 1;
    background: #FFB843;
  }

  header.main-header .logo-and-menu #main-navbar ul li a {
    border-bottom: 4px solid transparent !important;
  }

  header.main-header .logo-and-menu.hiding {
    height: auto !important;
    min-height: initial;
    opacity: 1;
    position: relative;
    z-index: 1;
  }

  header.main-header .logo-and-menu.hiding #main-navbar {
    margin-top: 0;
  }

  body header.main-header .logo-and-menu {
    margin: 0;
    min-height: initial;
  }
  header.main-header .inicio-sesion-header.inicio-sesion-header-top .container {
    padding-bottom: 0 !important;
    padding: 0;
  }

  #btn-sai-menu {
    display: none;
  }

  header.main-header .logo-and-menu #main-navbar ul li {
    display: block;
    margin-bottom: 0;
  }

  nav#main-navbar ul .current_page_item a, 
  nav#main-navbar ul li:hover a, 
  nav#main-navbar ul .current_menu_item a {
    border: 0 !important;
  }

  .pull-right.div-login-options {
    float: none !important;
    text-align: center;
    padding-bottom: 15px;
    margin-top: 0;
  }

  body header.main-header .logo-and-menu .container .logo {
    position: relative;
    z-index: 2;
  }

  .red-arrow-left-to-right, 
  .red-arrow-left-to-right:hover {
    top: -15px;
  }

  .row-requisitos {
    padding-top: 50px;
    margin-top: 100px;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 50px;
    background: #00a0d3;
  }

  .row-requisitos .inner-row {
    display: block;
    justify-content: space-between;
    align-content: space-between;
  }

  .row-requisitos .img-container {
    display: block;
    vertical-align: top;
  }

  .row-requisitos .inner-row > * {
    width: 100%;
  }

  .main-row .row-paso-a-paso .ul-paso-a-paso li {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    text-align: center;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 35px;
  }
  .ul-info-costos-intereses-pago-tarde {
    text-align: center;
    padding: 0;
  }

  .row-nosotros-somos {
    padding-top: 50px;
    padding-bottom: 50px;
    background: #ff636c;
  }

  .row-nosotros-somos .inner-row {
    display: block;
  }

  .row-nosotros-somos .inner-row > * {
    display: inline-block;
    vertical-align: top;
    width: 100%;
  }

  #nuestros-aliados #aliados>a {
    margin-left: 0;
    margin-right: 0;
  }

  #main-navbar-footer .navbar-collapse {
    display: block;
    border: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
  }
  #main-navbar-footer .navbar-header {
    display: none;
  }

  #section-calcula-tu-prestamo > *:not(.close-main-calcula-tu-prestamo) {
    margin-left: 0;
    margin-right: 0;
  }

  .div-main-calcula-tu-prestamo .box .box-body .my-tooltip {
    bottom: -70px;
  }

  #total-a-pagar {
    width: 100%;
  }

  .close-main-calcula-tu-prestamo {
    right: 0;
    top: -15px;
    font-size: 30px;
  }
  
  .container-box-pre-registro .box-pre-registro {
    width: 100%;
  }

  .form-p-horizontal-inputs > * {
    max-width: 100%;
  }

  ul.ul-barra-avance li.li-avance {
    width: 100%;
    padding-left: 0;
  }
  ul.ul-barra-avance li.li-avance.avance-deactive {
    display: none;
  }
  .header-info-a-verificar {
    padding: 0 15px;
  }
  .pie_register_c_ul {
    padding: 0 15px !important;
  }
  .page-template-page-registro .pieregWrapperC .pie_register_c_ul .fields .hasDatepicker {
    width: 89% !important;
  }

  /*.outer-tabla-prestamos {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    overflow-x: scroll;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd;
    -webkit-overflow-scrolling: touch;
  }*/

  header.main-header .inicio-sesion-header.inicio-sesion-header-top .container p {
    margin: 0;
    color: black;
    font-family: 'comfortaabold';
    font-weight: bold;
    font-size: 16px;
    margin-top: 0;
    padding: 0;
    min-width: 100%;
    max-width: 100%;
    margin-right: 0;
    float: none !important;
    text-align: center;
  }
  header.main-header .div-phones a.logo {
    width: auto;
    display: block;
    margin: 0 auto;
    position: absolute;
    top: 10px;
    left: 50px;
    text-align: left;
  }
  header.main-header .inicio-sesion-header.inicio-sesion-header-top .div-phones {
    padding-top: 5px;
    padding-bottom: 5px;
    width: 100%;
    position: initial;
    z-index: 1;
    max-width: initial;
    padding-left: 0;
    padding-right: 0;
  }

  header.main-header .div-phones a.logo img {
    height: 45px;
  }

  header.main-header .inicio-sesion-header.inicio-sesion-header-top {
    min-height: auto;
    position: relative;
    z-index: 10;
  }
  header.main-header .logo-and-menu:not(.menu-hidden) {
    z-index: 10;
  }
  header.main-header .inicio-sesion-header .div-login-options {
    text-align: center;
    display: block;
    margin: 0 auto;
    width: 100%;
    min-width: auto;
    max-width: initial;
  }

  #section-calcula-tu-prestamo > *:not(.close-main-calcula-tu-prestamo) {
    padding: 15px 15px 15px !important;
  }

  #page {
    /*padding-top: 60px !important;*/
  }

  #section-calcula-tu-prestamo .btn-solicitar-prestamo-click {
    margin-left: 45px;
  }

  header.main-header .inicio-sesion-header.inicio-sesion-header-top .container .div-phones.align-to-left {
    padding-top: 70px;
  }

  header.main-header .logo-and-menu #main-navbar ul li a {
    font-size: 16px;
    line-height: 16px;
    padding-left: 15px;
  }

  #btn-menu-close {
    z-index: 9;
  }

  header.main-header .inicio-sesion-header .div-login-options .div-to-login a {
    font-size: 12px;
  }

  .hide-in-mobile {
    display: none;
  }

  .div-main-calcula-tu-prestamo .box.blue .box-header p {
    font-size: 24px;
  }

  .div-main-calcula-tu-prestamo .box .box-body table.table-variables tr td:nth-child(1),
  .div-main-calcula-tu-prestamo .box .box-body table.table-variables tr td:nth-child(2) {
    font-size: 16px;
  }

  .div-main-calcula-tu-prestamo .box .box-body table.table-resultados tr td:nth-child(1), 
  .div-main-calcula-tu-prestamo table.table-resultados-1 tr td:nth-child(1) {
    font-size: 16px;
    line-height: 16px;
  }


  .div-main-calcula-tu-prestamo .box .box-body table.table-resultados tr td:nth-child(2) {
    font-size: 16px;
    max-width: 170px;
    padding-top: 10px;
  }

  .ul-beneficios li {
    margin-bottom: 40px;
  }

  .div-formas-pago ul.ul-formas-pago li {
    max-width: 300px;
  }
  .div-formas-pago ul.ul-formas-pago li img {
    width: 100%;
    height: auto;
  }

  #row-horario-info-contacto {
    position: relative;
    margin-top: 0;
  }

  #row-horario-info-contacto .inner-container {
    margin-bottom: 20px;
  }

  #row-horario-info-contacto .inner-container:before {
    height: 70px;
  }

  ul.ul-barra-avance li.li-avance span {
    bottom: 15px;
    left: 110px;
  }
  .header-info-a-verificar h4 {
    margin-top: 20px;
  }
  ul.ul-barra-avance li.li-avance-4.avance-current {
    width: 100%;
  }

  body.page-template-page-solicitud-prestamo .div-main-calcula-tu-prestamo {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  body.page-template-page-solicitud-prestamo .div-main-calcula-tu-prestamo .box .box-footer {
    padding: 5px;
  }
  body.page-template-page-solicitud-prestamo .div-main-calcula-tu-prestamo .box .box-footer {
    padding: 5px;
  }

  body.page-template-page-solicitud-prestamo .page-solicitud-credito .div-main-calcula-tu-prestamo .box .box-footer h4 {
    font-size: 15px;
    line-height: 15px;
    padding-bottom: 10px;
  }
  body.page-template-page-solicitud-prestamo .page-solicitud-credito .div-main-calcula-tu-prestamo .box .box-body {
    margin: 0;
  }
  body.page-template-page-solicitud-prestamo .page-solicitud-credito .div-main-calcula-tu-prestamo .box .box-footer input {
    font-size: 14px;
  }
  #codigo-correo {
    padding: 20px 40px;
  }
  h5.texto-ingresa-codigo {
    font-size: 16px;
    margin-bottom: 25px;
  }

  #que-debo-hacer .inner-row .title-paso-a-paso {
    font-size: 34px;
  }


}
@media (max-width: 420px) {
  header.main-header .inicio-sesion-header .div-login-options .div-to-login a.a-mi-perfil:before {
    content: " ";
    width: 25px;
    height: 25px;
    /* background: var(--secondary-color); */
    border-radius: 50%;
    position: absolute;
    left: -25px;
    top: 0px;
  }
  header.main-header .inicio-sesion-header .div-login-options.user-is-logged {
    padding-bottom: 0;
  }
  /* line 1345, ../sass/_layout.sass */
  header.main-header .inicio-sesion-header .texto-ingresa {
    width: 100% !important;
  }

  /* line 1347, ../sass/_layout.sass */
  #list-proceso-registro {
    zoom: 0.5;
  }

  /* line 1349, ../sass/_layout.sass */
  .pie_register_c_ul > li.li-radio-con-quien-vive > .fieldset > .radio_wrap > label {
    width: 25% !important;
  }

  /* line 1351, ../sass/_layout.sass */
  .pieregWrapperC .pie_register_c_ul .fields .radio_wrap {
    width: 100% !important;
  }

  /* line 1353, ../sass/_layout.sass */
  .content-menu-usuario,
  .page-calcula-tu-prestamo {
    float: left !important;
  }

  /* line 1356, ../sass/_layout.sass */
  .content-menu-usuario #menu-menu-de-usuario li a {
    font-size: 11px !important;
  }

  /* line 1358, ../sass/_layout.sass */
  body #lz_overlay_chat {
    zoom: 0.6 !important;
  }
  .main-row .row-paso-a-paso .ul-paso-a-paso li {
    max-width: 280px;
  }
  .main-row .row-paso-a-paso .ul-paso-a-paso li img {
    max-width: 200px;
  }
}
@media (max-width: 375px) {
  /* line 1362, ../sass/_layout.sass */
  .container .div-login-header {
    width: 100%;
  }

  /* line 1364, ../sass/_layout.sass */
  #container-home-slide .text_main_image p {
    font-size: 15px !important;
    line-height: 15px !important;
    max-width: 165px !important;
  }

  /* line 1368, ../sass/_layout.sass */
  .content-ul-lista-requisitos ul.lista-requisitos li {
    width: 100% !important;
  }

  /* line 1370, ../sass/_layout.sass */
  .div-main-calcula-tu-prestamo {
    zoom: 0.9;
  }

  /* line 1372, ../sass/_layout.sass */
  ul.enlaces-politicas li a {
    color: white;
    text-transform: uppercase;
    font-size: 13px;
  }

  /* line 1376, ../sass/_layout.sass */
  div.page-quienes-somos .descripcion {
    width: 95% !important;
  }

  /* line 1378, ../sass/_layout.sass */
  body.page-template-page-que-hacemos main p {
    font-size: 14px !important;
  }

  /* line 1380, ../sass/_layout.sass */
  body.page-template-page-como-funciona .usuario-antiguo .usuario-antiguo-texto {
    max-width: 270px !important;
  }

  /* line 1382, ../sass/_layout.sass */
  body.page-template-page-contacto .main-container ul.enlaces-politicas li a {
    font-size: 13px;
  }

  /* line 1384, ../sass/_layout.sass */
  body.page-template-page-blog .main-container .item-noticia {
    margin: 10px 0 !important;
    padding: 20px !important;
  }

  /* line 1387, ../sass/_layout.sass */
  #list-proceso-registro {
    zoom: 0.4;
  }

  /* line 1389, ../sass/_layout.sass */
  .pie_register_c_ul > li.li-radio-con-quien-vive > .fieldset > .radio_wrap > label {
    width: 50% !important;
  }

  /* line 1392, ../sass/_layout.sass */
  .pie_register_c_ul > li:not(.title-li) input.pie_next_c, .pie_register_c_ul > li:not(.title-li) input.pie_prev_c, .pie_register_c_ul > li:not(.title-li) input[name=pie_submit_c] {
    width: 140px !important;
    padding-right: 15px;
    padding-left: 10px;
  }
}

















































