@font-face {
    font-family: 'HelveticaNeueLTStd-Lt'; /*a name to be used later*/
    src: url('../fonts/HelveticaNeueLTStd-Lt.ttf'); /*URL to font*/    
}

@font-face {    
    font-family: 'HelveticaNeueLTStd-Bd';
    src: url('../fonts/HelveticaNeueLTStd-Bd.ttf');
}
@media (prefers-color-scheme: dark) {
    body { 
        background: black; 
    }
}
@media (prefers-color-scheme: light) {
    body { 
        background: white; 
    }
}

html{
	
}
h1, h2, h3, h4, h5, h6, p, a{
	font-family: 'HelveticaNeueLTStd-Lt';
}

body{	
	font-family: 'HelveticaNeueLTStd-Lt';
	background: linear-gradient(rgba(254, 255, 254,0), rgba(212, 211,210,1));
	background-repeat: no-repeat;
	
}

.tooltip .tooltip-inner {
  background-color: rgb(48, 74, 125) !important;
}
.tooltip .tooltip.top,
.tooltip .tooltip-arrow {
  border-top-color: rgb(48, 74, 125) !important;
}

#btnqs{
	background-image: url('../img/menu/quienessomos.png');
	background-repeat: no-repeat;
	background-position: center;
	background-size: 155px 65px;
	width: 155px;
	height: 65px;
	float: left;
}

#btnqs:hover {
	background-image: url('../img/menu/quienessomos_hover.png');
	background-repeat: no-repeat;
	background-position: center;
	background-size: 155px 65px;
	width: 155px;
	height: 65px;
	float: left;
}

#btnca{
	background-image: url('../img/menu/comoaplicar.png');
	background-repeat: no-repeat;
	background-position: center;
	background-size: 155px 65px;
	width: 155px;
	height: 65px;
	float: left;
}

#btnca:hover {
	background-image: url('../img/menu/comoaplicar_hover.png');
	background-repeat: no-repeat;
	background-position: center;
	background-size: 155px 65px;
	width: 155px;
	height: 65px;
	float: left;
}

#btnmp{
	background-image: url('../img/menu/mediosdepago.png');
	background-repeat: no-repeat;
	background-position: center;
	background-size: 155px 65px;
	width: 155px;
	height: 65px;
	float: left;
}

#btnmp:hover {
	background-image: url('../img/menu/mediosdepago_hover.png');
	background-repeat: no-repeat;
	background-position: center;
	background-size: 155px 65px;
	width: 155px;
	height: 65px;
	float: left;
}

#btnre{
	background-image: url('../img/menu/requisitos.png');
	background-repeat: no-repeat;
	background-position: center;
	background-size: 155px 65px;
	width: 155px;
	height: 65px;
	float: left;
}

#btnre:hover {
	background-image: url('../img/menu/requisitos_hover.png');
	background-repeat: no-repeat;
	background-position: center;
	background-size: 155px 65px;
	width: 155px;
	height: 65px;
	float: left;
}

#btnpf{
	background-image: url('../img/menu/preguntas_frecuentes.png');
	background-repeat: no-repeat;
	background-position: center;
	background-size: 155px 65px;
	width: 155px;
	height: 65px;
	float: left;
}

#btnpf:hover {
	background-image: url('../img/menu/preguntas_frecuentes_hover.png');
	background-repeat: no-repeat;
	background-position: center;
	background-size: 155px 65px;
	width: 155px;
	height: 65px;
	float: left;
}

#btnco{
	background-image: url('../img/menu/contactanos.png');
	background-repeat: no-repeat;
	background-position: center;
	background-size: 155px 65px;
	width: 155px;
	height: 65px;
	float: left;
}

#btnco:hover {
	background-image: url('../img/menu/contactanos_hover.png');
	background-repeat: no-repeat;
	background-position: center;
	background-size: 155px 65px;
	width: 155px;
	height: 65px;
	float: left;
}

#btnbene{
	background-image: url('../img/menu/beneficios.png');
	background-repeat: no-repeat;
	background-position: center;
	background-size: 155px 65px;
	width: 155px;
	height: 65px;
	float: left;
}

#btnbene:hover {
	background-image: url('../img/menu/beneficios_hover.png');
	background-repeat: no-repeat;
	background-position: center;
	background-size: 155px 65px;
	width: 155px;
	height: 65px;
	float: left;
}

#btndesdoc{
	background-image: url('../img/menu/descarga_documentos.png');
	background-repeat: no-repeat;
	background-position: center;
	background-size: 155px 95px;
	width: 155px;
	height: 95px;
	float: left;
}

#btndesdoc:hover {
	background-image: url('../img/menu/descarga_documentos_hover.png');
	background-repeat: no-repeat;
	background-position: center;
	background-size: 155px 95px;
	width: 155px;
	height: 95px;
	float: left;
}

#btnactdatos{
	background-image: url('../img/menu/actualiza_datos.png');
	background-repeat: no-repeat;
	background-position: center;
	background-size: 155px 95px;
	width: 155px;
	height: 95px;
	float: left;
}

#btnactdatos:hover {
	background-image: url('../img/menu/actualiza_datos_hover.png');
	background-repeat: no-repeat;
	background-position: center;
	background-size: 155px 95px;
	width: 155px;
	height: 95px;
	float: left;
}

#btnsolnc{
	background-image: url('../img/menu/solicita_nuevo_credito.png');
	background-repeat: no-repeat;
	background-position: center;
	background-size: 155px 95px;
	width: 155px;
	height: 95px;
	float: left;
}

#btnsolnc:hover {
	background-image: url('../img/menu/solicita_nuevo_credito_hover.png');
	background-repeat: no-repeat;
	background-position: center;
	background-size: 155px 95px;
	width: 155px;
	height: 95px;
	float: left;
}

.btnpagocre{
	float: right;
	margin-right: 150px; 
	width: 30%; 
	margin-top: 10px; 
	padding: 20px 20px;
}

.footer{	
	width: 70%;	 	 
	margin-right: auto; 
	margin-top: 20px;
	max-width: 1332.09px;
	float: left;	
}
.cfooter{
	width: 26%;
	height: 120px;
	float: left;
	margin-left: 70px;
}

.altomenu{
	height: 110px;
	margin-bottom: 20px;
	margin-top: -10px;
}

.barra{
	width: 100%;
	margin-top: 20px;
}
.usulog{
	background: 0 0;
	border: none;
	border-bottom: 1px solid #ccc;
	border-radius: 0;
	-webkit-box-shadow: none;
	font-size: 16px;	
}

#btn-login:hover {
    background-image: url('../img/ingresar_hover.png');
	background-repeat: no-repeat;
	background-position: center;
	background-size: 300px 34px;
	height: 34px;
}

.facturar{
	border-radius: 4px;
	width: 90%;
	background-color: #fff;
	position: relative;
	margin-left: auto;
	margin-right: auto;	
	height: 630px;
	padding: 20px 20px;
	font-size: 30px;
}

.fontlabel{
	font-size: 18px;
}

#btnface{
	background-image: url('../img/facebook.png');
	background-repeat: no-repeat;
	background-position: center;
	background-size: 45px 44px;
	width: 45px;
	height: 44px;
	float: left;	
}

#btnface:hover {
	background-image: url('../img/facebook_hover.png');
	background-repeat: no-repeat;
	background-position: center;
	background-size: 45px 44px;
	width: 45px;
	height: 44px;
	float: left;	
	
}

#btninsta{
	background-image: url('../img/instagram.png');
	background-repeat: no-repeat;
	background-position: center;
	background-size: 47px 44px;
	width: 47px;
	height: 44px;
	float: left;
	
}

#btninsta:hover {
	background-image: url('../img/instagram_hover.png');
	background-repeat: no-repeat;
	background-position: center;
	background-size: 47px 44px;
	width: 47px;
	height: 44px;	
	float: left;
}

#btnyou{
	background-image: url('../img/youtube.png');
	background-repeat: no-repeat;
	background-position: center;
	background-size: 61px 44px;
	width: 61px;
	height: 44px;
	float: left;	
}

#btnyou:hover {
	background-image: url('../img/youtube_hover.png');
	background-repeat: no-repeat;
	background-position: center;
	background-size: 61px 44px;
	width: 61px;
	height: 44px;
	float: left;	
}

#p1{
	background-image: url('../img/siguiente.png');
	background-repeat: no-repeat;
	background-position: center;
	background-size: 177px 50px;
	width: 177px;
	height: 50px;
}

#p1:hover {
	background-image: url('../img/siguiente_hover.png');
	background-repeat: no-repeat;
	background-position: center;
	background-size: 177px 50px;
	width: 177px;
	height: 50px;
}

#p2{
	background-image: url('../img/siguiente.png');
	background-repeat: no-repeat;
	background-position: center;
	background-size: 177px 50px;
	width: 177px;
	height: 50px;
}

#p2:hover {
	background-image: url('../img/siguiente_hover.png');
	background-repeat: no-repeat;
	background-position: center;
	background-size: 177px 50px;
	width: 177px;
	height: 50px;
}

#p3{
	background-image: url('../img/siguiente.png');
	background-repeat: no-repeat;
	background-position: center;
	background-size: 177px 50px;
	width: 177px;
	height: 50px;
}

#p3:hover {
	background-image: url('../img/siguiente_hover.png');
	background-repeat: no-repeat;
	background-position: center;
	background-size: 177px 50px;
	width: 177px;
	height: 50px;
}

#p4{
	background-image: url('../img/siguiente.png');
	background-repeat: no-repeat;
	background-position: center;
	background-size: 177px 50px;
	width: 177px;
	height: 50px;
}

#p4:hover {
	background-image: url('../img/siguiente_hover.png');
	background-repeat: no-repeat;
	background-position: center;
	background-size: 177px 50px;
	width: 177px;
	height: 50px;
}

#p5{
	background-image: url('../img/enviar.png');
	background-repeat: no-repeat;
	background-position: center;
	background-size: 177px 50px;
	width: 177px;
	height: 50px;
}

#p5:hover {
	background-image: url('../img/enviar_hover.png');
	background-repeat: no-repeat;
	background-position: center;
	background-size: 177px 50px;
	width: 177px;
	height: 50px;
}

#recuperapass{
	background-image: url('../img/recuperarcontasena.png');
	background-repeat: no-repeat;
	background-position: center;
	background-size: 300px 34px;
	width: 300px;
	height: 34px;
}

#recuperapass:hover {
	background-image: url('../img/recuperarcontasena_hover.png');
	background-repeat: no-repeat;
	background-position: center;
	background-size: 300px 34px;
	width: 300px;
	height: 34px;
}

#btnconoce{
	background-image: url('../img/conocemas.png');
	background-repeat: no-repeat;
	background-position: center;
	background-size: 209px 52px;
	width: 209px;
	height: 52px;
	background-color: transparent;
	position: absolute;
    right: 10px;
}

#btnconoce:hover {
	background-image: url('../img/conocemas_hover.png');
	background-repeat: no-repeat;
	background-position: center;
	background-size: 209px 52px;
	width: 209px;
	height: 52px;
	background-color: transparent;
	position: absolute;
    right: 10px;
}

.conoce{
	margin-top: -62px;
    position: absolute;
    z-index: 1;
    right: 295px;
}

.table .thead-dark th {
    color: #fff;
    background-color: #212529;
    border-color: #32383e;
    font-family: 'HelveticaNeueLTStd-Lt';
}

#validarmail{
	background-image: url('../img/verificar.png');
	background-repeat: no-repeat;
	background-position: center;
	background-size: 177px 50px;
	width: 177px;
	height: 50px;
}

#validarmail:hover {
	background-image: url('../img/verificar_hover.png');
	background-repeat: no-repeat;
	background-position: center;
	background-size: 177px 50px;
	width: 177px;
	height: 50px;
}

#validarsms{
	background-image: url('../img/verificar.png');
	background-repeat: no-repeat;
	background-position: center;
	background-size: 177px 50px;
	width: 177px;
	height: 50px;
}

#validarsms:hover {
	background-image: url('../img/verificar_hover.png');
	background-repeat: no-repeat;
	background-position: center;
	background-size: 177px 50px;
	width: 177px;
	height: 50px;
}

#validarfirma{
	background-image: url('../img/verificar.png');
	background-repeat: no-repeat;
	background-position: center;
	background-size: 177px 50px;
	width: 177px;
	height: 50px;
}

#validarfirma:hover {
	background-image: url('../img/verificar_hover.png');
	background-repeat: no-repeat;
	background-position: center;
	background-size: 177px 50px;
	width: 177px;
	height: 50px;
}

#p2v{
	background-image: url('../img/anterior.png');
	background-repeat: no-repeat;
	background-position: center;
	background-size: 177px 50px;
	width: 177px;
	height: 50px;
}

#p2v:hover{
	background-image: url('../img/anterior_hover.png');
	background-repeat: no-repeat;
	background-position: center;
	background-size: 177px 50px;
	width: 177px;
	height: 50px;
}

#p3v{
	background-image: url('../img/anterior.png');
	background-repeat: no-repeat;
	background-position: center;
	background-size: 177px 50px;
	width: 177px;
	height: 50px;
}

#p3v:hover{
	background-image: url('../img/anterior_hover.png');
	background-repeat: no-repeat;
	background-position: center;
	background-size: 177px 50px;
	width: 177px;
	height: 50px;
}

#p4v{
	background-image: url('../img/anterior.png');
	background-repeat: no-repeat;
	background-position: center;
	background-size: 177px 50px;
	width: 177px;
	height: 50px;
}

#p4v:hover{
	background-image: url('../img/anterior_hover.png');
	background-repeat: no-repeat;
	background-position: center;
	background-size: 177px 50px;
	width: 177px;
	height: 50px;
}

#p5v{
	background-image: url('../img/anterior.png');
	background-repeat: no-repeat;
	background-position: center;
	background-size: 177px 50px;
	width: 177px;
	height: 50px;
}

#p5v:hover{
	background-image: url('../img/anterior_hover.png');
	background-repeat: no-repeat;
	background-position: center;
	background-size: 177px 50px;
	width: 177px;
	height: 50px;
}

#solicre{
	background-image: url('../img/solicitar_interna.png');
	background-repeat: no-repeat;
	background-position: center;
	background-size: 513px 58px;	
	text-align: center;
	height: 58px;
	float: left;
	width: 513px;	
	color: #fff;
}

#solicre:hover{
	background-image: url('../img/solicitar_interna_hover.png');
	background-repeat: no-repeat;
	background-position: center;
	background-size: 513px 58px;	
	text-align: center;
	height: 58px;
	float: left;
	width: 513px;	
	color: #fff;
}

.btnnext{
	float: right;
}

.prestamos{
	border-radius: 20px;
	width: 80%;
	background-color: #fff;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	margin-top: 120px;
	height: 150px;
	padding: 10px 10px;
}

.detalle-pre{
	border-radius: 20px;
	width: 80%;
	background-color: #fff;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	height: 450px;
	padding: 20px 20px;
}

.input-sm2{
	height: 50px;
	font-size: 20px;	
}

.datospro{
	float: right;
	width: 30%;
	height: 350px;	
	margin-top: 100px;
	padding: 10px 10px;
	background-color: #fff;
	border-radius: 20px;
}

.contacof{
	position: relative;
	width: 100%;
	margin-top: 100px;
	margin-left: auto;
	margin-right: auto;
}

.btnsoli2{
	position: relative; 
	width: 513px; 
	margin-left: auto; 
	margin-right: auto;
	margin-top: 40px;
}

.dprincipal{
	float: left;
	width: 60%;
	min-height: 300px;	
	margin-top: 100px;
	padding: 10px 10px;
}

.tusu{
	width: 100%;
}

.alinproleft{
	float: left;
	width: 70%
}

.alinproright{
	float: right;
	width: 10%
}

.progreso{
	margin-top: 50px;
	width: 100%;
	padding: 10px 10px;
}

.justificado{
	text-align:justify;
}

.contenedor{	
	width: 100%;
	/*min-height: 100%;*/	
	margin-left: auto;
	margin-right: auto;
	height: auto;		
}

.encabezado{
	width: 100%;
	background-color: rgb(48, 74, 125);
	min-height: 100px;
	margin-right: auto;
	margin-left: auto;	
}

.navbar{
	margin-bottom: 0px;
}

.navbar-toggle{
	width: 45px;
	background-color: #fff;
}

.navbar-default {
   	background-color: transparent; 
    border-color: transparent; 
}

.navbar-default .navbar-nav > li > a {
    color: #fff;
}

li{	
	padding-top: 20px;	
}

.logo{ 			
	height: auto;
	margin-left: 2%;
	position: absolute;
	z-index: 1;	
	}

.top-icon > .icon-quienes-somos:last-child {
    position: absolute;
    top: -25px;
    margin: 0px 50px;
}

.top-icon > .icon-como-aplicar:last-child {
    position: absolute;
    top: -25px;
    margin: 0px 40px;
}

.top-icon > .icon-formas-de-pago:last-child {
    position: absolute;
    top: -25px;
    margin: 0px 50px;
}

.top-icon > .icon-requisitos:last-child {
    position: absolute;
    top: -25px;
    margin: 0px 30px;
}

.top-icon > .icon-preguntas-frecuentes-01:last-child {
    position: absolute;
    top: -25px;
    margin: 0px 70px;
}

.top-icon > .icon-contactanos:last-child {
    position: absolute;
    top: -25px;
    margin: 0px 35px;
}

#qs {
	display: none;
	visibility: hidden;
	opacity: 0;
	margin-top: -200px;
}
#qs:target {
	display: block;		
	visibility:visible;
	opacity: 1;
	background-color: rgba(0,0,0,0.8);
	position: fixed;
	top:0;
	left:0;
	right:0;
	bottom:0;
	margin:0;
	z-index: 999;
	-webkit-transition:all 1s;
	-moz-transition:all 1s;
	transition:all 1s;
}

#re {
	display: none;
	visibility: hidden;
	opacity: 0;
	margin-top: -200px;
}
#re:target {
	display: block;		
	visibility:visible;
	opacity: 1;
	background-color: rgba(0,0,0,0.8);
	position: fixed;
	top:0;
	left:0;
	right:0;
	bottom:0;
	margin:0;
	z-index: 999;
	-webkit-transition:all 1s;
	-moz-transition:all 1s;
	transition:all 1s;
}
#pf {
	display: none;
	visibility: hidden;
	opacity: 0;
	margin-top: -200px;
}
#pf:target {
	display: block;		
	visibility:visible;
	opacity: 1;
	background-color: rgba(0,0,0,0.8);
	position: fixed;
	top:0;
	left:0;
	right:0;
	bottom:0;
	margin:0;
	z-index: 999;
	-webkit-transition:all 1s;
	-moz-transition:all 1s;
	transition:all 1s;
}
#tc {
	display: none;
	visibility: hidden;
	opacity: 0;
	margin-top: -200px;
}
#tc:target {
	display: block;		
	visibility:visible;
	opacity: 1;
	background-color: rgba(0,0,0,0.8);
	position: fixed;
	top:0;
	left:0;
	right:0;
	bottom:0;
	margin:0;
	z-index: 999;
	-webkit-transition:all 1s;
	-moz-transition:all 1s;
	transition:all 1s;
}
#co {
	display: none;
	visibility: hidden;
	opacity: 0;
	margin-top: -200px;
}
#co:target {
	display: block;		
	visibility:visible;
	opacity: 1;
	background-color: rgba(0,0,0,0.8);
	position: fixed;
	top:0;
	left:0;
	right:0;
	bottom:0;
	margin:0;
	z-index: 999;
	-webkit-transition:all 1s;
	-moz-transition:all 1s;
	transition:all 1s;
}
#ud {
	display: none;
	visibility: hidden;
	opacity: 0;
	margin-top: -200px;
}
#ud:target {
	display: block;		
	visibility:visible;
	opacity: 1;
	background-color: rgba(0,0,0,0.8);
	position: fixed;
	top:0;
	left:0;
	right:0;
	bottom:0;
	margin:0;
	z-index: 999;
	-webkit-transition:all 1s;
	-moz-transition:all 1s;
	transition:all 1s;
}
.popup-contenedor {
	position: relative;
	margin:12% auto;
	padding:30px 50px;
	background-color: #fafafa;
	color:#333;
	border-radius: 3px;
	width:50%;
	min-width: 400px;
	max-width: 951px;
	height:500px;
	overflow:auto;
}
.popup-contenedor-login {
	position: relative;
	margin:7% auto;
	padding:30px 50px;
	background-color: #fafafa;
	color:#333;
	border-radius: 3px;
	width:50%;
	height:280px;		
}
a.popup-cerrar {
	position: absolute;
	top: 110px;
	right:3px;
	background-color: #333;
	padding:7px 10px;
	font-size: 20px;
	text-decoration: none;
	line-height: 1;
	color:#fff;
}

/* estilos para el enlace */

a.popup-link {
    text-align: center;
    display: block;
    margin: 30px 0;
}

/*.carousel-inner{
		max-height: 388px;
	}

	.carousel-inner > .item > img{
		max-height: 388px;
	}*/

.carousel-indicators{
    list-style: none;
}
.carousel-indicators li, .carousel-indicators li.active{      
    background-color: transparent;
    border: none;
    position: relative;
    margin: 10px; 

}
.carousel-indicators img{
    position: absolute;
    width: 100%;   
    top: -5px;
    left: 0;            
}

.login{
	display: block;	
	background-color: #fff;
	width: 330px;
	height: 250px;
	position: relative;
	border-radius: 10px;
	margin-right: auto;
	margin-left: auto;	
}

.contenedorlogin{
	min-height: 840px;
}

footer {  
  float: left;
  bottom: 0;
  width: 100%;
  height: 40px;
  color: white;
}

.tlogin{
	text-align: center;
	padding: 10px;
  	margin-right: auto;
  	margin-left: auto;
  	position: relative;  	
}

.contlogin{
	padding-right: 15px;
  	padding-left: 15px;
  	margin-right: auto;
  	margin-left: auto;
}
#btn-login{
	background-image: url('../img/ingresar.png');
	background-repeat: no-repeat;
	background-position: center;
	background-size: 300px 34px;
	height: 34px;
}

.link-login{
	color: #0c7fb8;
	font-size: 16px;
}

.link-login h6{
	
	font-size: 16px;
}

.simulador{
	background: #fff;		
	max-height: 340px;
	border-radius: 45px;
	position: relative;
	margin-top: 20px;
	margin-right: auto;
  	margin-left: auto;
  	width: 80%;
  	padding-top: 10px;
  	padding-bottom: 10px;			
}

.scont{		
	width: 100%;			
	margin-left: auto;
	margin-right: auto;
	height: 320px;
	padding-top: 7px;
}

.scont2{		
	width: 100%;			
	margin-left: auto;
	margin-right: auto;
	height: 200px;	
}

.prestamo{			
	width: 30%;
	height: 300px;
	float: left;
	margin-left: 20px;	
}

.tiempo{		
	width: 30%;
	height: 300px;
	float: left;
	margin-left: 35px;		
}

.resultado{		
	width: 30%;
	height: 300px;
	float: right;
	margin-right: 20px;
}

.dmail{
	padding: 20px 20px;
	background-color: #fff;
	border-radius: 20px;
}

.titulo{
	position: relative;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	font-weight: bold;
	font-family: "HelveticaNeueLTStd-Bd";
	margin-top: -20px;	
}

.titulo2{
	position: relative;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	text-align: left;	
	font-family: "HelveticaNeueLTStd-Lt";
	color: #707070;	
	font-size: 40px;	
}

.textint{
	color: #707070;
	font-size: 20px;
}

.titulo h3{
	color: #606062;
	font-weight: bold;
	font-family: 'HelveticaNeueLTStd-Bd';
}

.cont1{		
	width: 150px;
	height: 150px;
	float: left;	
	margin-left: 80px;
	margin-top: 20px;
	
}

.cont2{		
	width: 25px;
	height: 220px;
	float: right;
	margin-right: 10px;		
	padding-top: 10px;
	margin-top: 20px;
}

.cont3{	
	border: solid;
	background-color: rgb(176,198,56);
    border-radius: 4px;
	border-color: rgb(133,154,25);
	height: 48px;
	float: left;
	width: 150px;
	margin-top: 50px;
	margin-left: 80px;	
	color: #fff;
}

.contt1{
	border: solid;
	border-color: rgb(133,154,25);
	border-radius: 4px;
	background: rgb(176,198,56);
	width: 210px;
	height: 190px;
	float: left;
	margin-left: 50px;
	color: #fff;	
}

.conttm{	
	position: relative;
	border: solid;
	border-color: rgb(133,154,25);
	border-radius: 4px;
	background: rgb(176,198,56);
	width: 210px;
	height: 210px;	
	margin-left: auto;
	margin-right: auto;
	color: #fff;
}
.conttm2{	
	position: relative;
	border: solid;
	border-color: rgb(133,154,25);
	border-radius: 4px;
	background: rgb(176,198,56);
	width: 210px;
	height: 230px;	
	margin-left: auto;
	margin-right: auto;
	color: #fff;
}

.contt3{
	background-image: url('../img/solicitar.png');
	background-repeat: no-repeat;
	background-position: center;
	background-size: 210px 50px;	
	text-align: center;
	height: 50px;
	float: left;
	width: 210px;
	margin-top: 30px;
	margin-left: 50px;
	color: #fff;
}

.contt3m{	
	background-image: url('../img/solicitar.png');
	background-repeat: no-repeat;
	background-position: center;
	padding-top: 10px;
	text-align: center;
	height: 50px;
	position: relative;
	width: 210px;
	margin-top: 20px;
	margin-left: auto;
	margin-right: auto;
	color: #fff;
}

.cfooter1{	
	    float: left;
	    width: 260px;	    
	    margin-left: 100px;    
	}

	.cfooter2{
		float: left;
	    width: 200px;	    
	    margin-left: 75px;
	}

	.cfooter3{
		float: left;
	    width: 180px;	    
	    margin-left: 90px;
	}

.calendario{
	background-image: url('../img/calendario.png');
	background-repeat: no-repeat;
	background-position: center;
}

input[type='range'] {
    -webkit-appearance: none;    
    width: 100%;
    margin: 10px 0;   
    cursor: pointer;    
}

input[type=range]:focus {
  outline: none;
}

input[type=range]::-webkit-slider-runnable-track {
  width: 100%;
  height: 4px;
  cursor: pointer;
  animate: 0.2s;
  /*box-shadow: 1px 1px 1px #000000;*/  
  background: rgb(176,198,56);
  border-radius: 1px;
  border: 0px solid #010101;
}

input[type=range]::-moz-range-track {
  width: 100%;
  height: 4px;
  cursor: pointer;
  animate: 0.2s;
  /*box-shadow: 1px 1px 1px #000000;*/  
  background: rgb(176,198,56);
  border-radius: 1px;
  border: 0px solid #010101;
}

input[type='range']::-webkit-slider-thumb {		
	height: 26px;
  	width: 26px;
  	background-image: url("../img/cursorazul.png");   
    cursor: pointer;
  	-webkit-appearance: none;   
    margin-top: -11px;    
}

input[type='range']::-moz-range-thumb {		
	height: 26px;
  	width: 26px;
  	background-image: url("../img/cursorazul.png");   
    cursor: pointer;
  	-webkit-appearance: none;   
    margin-top: -9px;
    border: none;    
}

input[type=range]::-ms-track {
  width: 100%;
  height: 4px;
  cursor: pointer;
  animate: 0.2s;
  /*box-shadow: 1px 1px 1px #000000;*/  
  background: transparent;
  border-color: transparent;
  color: transparent;      
}

input[type='range']::-ms-thumb {		
	height: 13px;
  	width: 13px;
  	background-image: url("../img/cursorazul.png");
  	background-repeat: no-repeat;  	
  	background-size: 100%;   
    cursor: pointer;
    margin-top: 0px;
            
}

input[type=range]::-ms-fill-lower {
  background: rgb(176,198,56);  
  border-radius: 1px;  
}
input[type=range]::-ms-fill-upper {
  background: rgb(176,198,56);  
  border-radius: 1px;  
}
input[type=range]:focus::-ms-fill-lower {
  background: rgb(176,198,56);
}
input[type=range]:focus::-ms-fill-upper {
  background: rgb(176,198,56);
}

.slider-wrapper {
  display: inline-block;
  width: 20px;
  height: 150px;
  padding: 0;
}

.slider-wrapper input {
  width: 150px;
  height: 10px;
  margin: 0 5px;
  transform-origin: 75px 75px;
  transform: rotate(-90deg);
}

#range{
	width: 100px;
	height: 20px;
	background-color: transparent;
	margin-top: 10px;
	margin-left: 30px;
	margin-right: auto;	
}

#cantdias{
	width: 140px;
	height: 20px;
	margin-top: 10px;	
	text-align: center;
	background-color: transparent;
}

#solicitar{
	text-align: center;	
	border: none;
	background-color: transparent;
	height: 50px;
	font-size: 16px;
	border-radius: 10px;
}

#solicitar:hover {
    background-image: url('../img/solicitar_hover.png');
    background-repeat: no-repeat;
	background-position: center;
	background-size: 210px 50px;
    color: #fff;
    border-radius: 10px;       
}

.cantidad{	
	border: none;
	font-size: 18px;		 
}

.dinero{
	display: block;
	width: 60%;
	margin-left: auto;
    margin-right: auto;	
}

.izquierda{
	float: left;
	width: 50%;
	margin-left: 10px;
}

.derecha{
	float: right;
	width: 40%;
}

.espacio{
	line-height:1.62;
	font-size: 16px;
}

.alinearf{
	float: left;
	width: 48%;
	margin-left: 5px;
	margin-right: 5px;
}

.alinearf2{
	float: left;
	width: 98%;
	margin-left: 5px;
	margin-right: 5px;
}

.alinearf3{
	float: left;
	width: 31.5%;
	margin-left: 5px;
	margin-right: 5px;
}

.alinearf4{
	float: left;
	width: 40%;
	margin-left: 5px;
	margin-right: 5px;
}

.alto{
	height: 55px;
}

.cursor{
	margin: 0 3px;
	margin-left: 5px;
	color: rgb(176,198,56);
}

.sh{	
	border-bottom: thick solid #fff;
}

.tpasos{
	width: 100%;
}

.pv{
	display: none;
}

.bar-tabs{
    width: 19%;
    float: left;
    text-align: center;
}

.progress{
	width: 100%;
}

.mes{
	width: 100%;	
	margin-top: 20px;
	font-size: 17px;
	color: #fff;
	text-align: center;
}

.dia{
	width: 100%;	
	margin-top: 10px;
	font-size: 60px;
	text-align: center;
	color: #ff0000;	
}

.fcont2{
	margin-right: auto; 
	margin-left: auto; 
	width: 100%; 
	max-width: 1332.09px;
}

.verticalLine {
  border-left: thick solid #cfcfcf;
  border-left-width: 3px;
}

.logo2{
	display: none;
}

.simulador-movil{
	display: none;
}

.registro{
	width: 900px;
	min-height: 500px;
	background-color: transparent;
	/*border-radius: 25px;*/
	position: relative;
	margin-right: auto;
	margin-left: auto;
	/*margin-top: 20px;*/
	/*padding: 20px 20px;*/
	/*margin-bottom: 20px;*/
}

#registro_form fieldset:not(:first-of-type) {
		display: none;
	  }

@media(max-width: 460px){
	.carousel-control{
		display: none;
	}
	.carousel-indicators li, .carousel-indicators li.active{
		display: none;
	}
}

@media(max-width: 767px){
	a{
		font-size: 12px;		
	}

	.registro{
		width: 100%;
	}

	.alinearf{
		width: 98%;
	}

	.alinearf3{
		width: 98%;
	}

	.simulador{
		display: none;
	}

	.logo{
		display: none;
	}

	.logo2{
		display: block;
	}

	.contenedor{
		width: 100%;
	}

	.navbar-default .navbar-collapse, .navbar-default .navbar-form {
    	border: none;
	}

	.simulador-movil{
		display: block;
		width: 300px;
		min-height: 270px;
		border-radius: 20px;
		position: relative;
		margin-right: auto;
		margin-left: auto;
		background-color: #fff;
		margin-top: 20px;
		padding: 10px 10px;
	}

	#paso2{
		display: none;
	}

	.login{
		position: relative;
		margin-left: auto;
		margin-right: auto;
		float: none;
	}

	.carousel-control{
	 	width: 30px;
		height: 51px;
	 	margin-top: 173px;	 	
	}

	li{
		margin-top: 0px;
		padding: 0px 0px;		
	}

	.carousel-indicators li, .carousel-indicators li.active{
		width: 25px;
		height: 25px;
	}

	.top-icon > .icon-quienes-somos:last-child {
		top: 0px;	    
	    margin: 0px 0px;
	    margin-left: -50px;
	}

	.top-icon > .icon-como-aplicar:last-child {	   
	   top: 0px;	    
	    margin: 0px 0px;
	    margin-left: -50px;
	}

	.top-icon > .icon-formas-de-pago:last-child {    
	    top: 0px;	    
	    margin: 0px 0px;
	    margin-left: -50px;
	}

	.top-icon > .icon-requisitos:last-child {	    
	    top: 0px;	    
	    margin: 0px 0px;
	    margin-left: -50px;
	}

	.top-icon > .icon-preguntas-frecuentes-01:last-child {	    
	    top: 0px;	    
	    margin: 0px 0px;
	    margin-left: -50px;
	}

	.top-icon > .icon-contactanos:last-child {	    
	   top: 0px;	    
	    margin: 0px 0px;
	    margin-left: -50px;
	}
}

@media(min-width: 990px) and (max-width: 1024px){
	a{
		font-size: 10px;
	}
	.contenedor{
		width: 100%;
	}

	.carousel-control{
	 	width: 30px;
		height: 71px;
	 	margin-top: 320px;	 	
	}

	.carousel-indicators li, .carousel-indicators li.active{
		width: 60px;
		margin: 5px;
		top: 20px;
		
	}

	.login{
		top: 170px;
		margin-left: 621.5px;
		width: 320px;			
	}

	.logo{
		width: 217px;
	}

	.simulador{
		width: 100%;
	}

	.top-icon > .icon-quienes-somos:last-child {	    
	    margin: 0px 20px;
	}

	.top-icon > .icon-como-aplicar:last-child {	   
	    margin: 0px 20px;
	}

	.top-icon > .icon-formas-de-pago:last-child {    
	    margin: 0px 20px;
	}

	.top-icon > .icon-requisitos:last-child {	    
	    margin: 0px 10px;
	}

	.top-icon > .icon-preguntas-frecuentes-01:last-child {	    
	    margin: 0px 25px;
	}

	.top-icon > .icon-contactanos:last-child {	    
	    margin: 0px 15px;
	}

	.footer{
		width: 100%;
	}

	.cfooter1{
		margin-left: 100px;
	}
	.cfooter2{
		margin-left: 80px;
	}
	.cfooter3{
		margin-left: 100px;
	}

	.fcont2{
		width: 100%;
	}

	.contf5{
		width: 100%;
	}

	.simulfor{
		width: 100%;
		margin-bottom: 20px;
		max-height: 360px;
	}

	.prestafor{
		margin-left: 0px;
		height: 320px;
	}

	.contfor1{
		margin-left: 20px;
		margin-top: 0px;
	}

	.calenfor1{
		margin-top: 25px;
	}

	.contfor2{
		margin-right: 0px;
		padding-top: 0px;
		margin-top: 0px;
	}

	.contfor3{
		margin-left: 20px;
	}

	.contfor4{
		margin-top: 25px;
	}

	.contfor5{
		margin-top: 50px;
	}

	.contfor6{
		margin-left: 10px;
		margin-top: 20px;
	}

	.conoce{
		right: -5px;
    	margin-top: -50px;
	}

	#btnconoce{
		background-size: 169px 43px;
		width: 169px;
		height: 43px;
	}

	#btnconoce:hover{
		background-size: 169px 43px;
		width: 169px;
		height: 43px;
	}
}

@media (min-width: 1025px) and (max-width: 1280px){
	a{
		font-size: 14px;
	}	

	.carousel-control{
	 	width: 30px;
		height: 71px;
	 	margin-top: 419px;	 	
	}

	.carousel-indicators li, .carousel-indicators li.active{
		width: 60px;
		top: 0px;
		padding: 0px 0px;		
	}

	.login{
		top: 190px;					
	}

	.logo{
		width: 247px;
	}
	.top-icon > .icon-quienes-somos:last-child {	    
	    margin: 0px 40px;
	}

	.top-icon > .icon-como-aplicar:last-child {	   
	    margin: 0px 30px;
	}

	.top-icon > .icon-formas-de-pago:last-child {    
	    margin: 0px 40px;
	}

	.top-icon > .icon-requisitos:last-child {	    
	    margin: 0px 20px;
	}

	.top-icon > .icon-preguntas-frecuentes-01:last-child {	    
	    margin: 0px 50px;
	}

	.top-icon > .icon-contactanos:last-child {	    
	    margin: 0px 25px;
	}

	.cfooter1{
		margin-left: 35px;
	}
	.cfooter2{
		margin-left: 85px;
	}
	.cfooter3{
		margin-left: 95px;
	}

	.fcont2{
		width: 100%;
	}

	.contf5{
		width: 100%;
	}

	.footer{
		margin-left: 190px;
	}

	.simulfor{
		width: 100%;
		margin-bottom: 20px;
	}

	.contfor1{
		margin-left: 40px;		
	}

	.contfor3{
		margin-left: 40px;		
	}

	.contfor6{		
		margin-top: 20px;
	}
	
	.conoce{
		right: 5px;
    	margin-top: -60px;
	}
}

@media (min-width: 1281px) and (max-width: 1366px){
	a{
		font-size: 14px;
	}

	.carousel-control{
	 	width: 30px;
		height: 71px;
	 	margin-top: 399.031px;	 	
	}

	.carousel-indicators li, .carousel-indicators li.active{
		width: 60px;
		top: -5px;
		padding: 0px 0px;
		margin: 8px;		
	}

	.login{
		top: 200px;					
	}

	.logo{
		width: 247px;
	}

	.top-icon > .icon-quienes-somos:last-child {	    
	    margin: 0px 35px;
	}

	.top-icon > .icon-como-aplicar:last-child {	   
	    margin: 0px 30px;
	}

	.top-icon > .icon-formas-de-pago:last-child {    
	    margin: 0px 40px;
	}

	.top-icon > .icon-requisitos:last-child {	    
	    margin: 0px 20px;
	}

	.top-icon > .icon-preguntas-frecuentes-01:last-child {	    
	    margin: 0px 50px;
	}

	.top-icon > .icon-contactanos:last-child {	    
	    margin: 0px 25px;
	}

	.cfooter{
		margin-left: 50px;
	}

	.fcont2{
		width: 100%;
	}

	.contf5{
		width: 100%;
	}

	.cfooter1{
		margin-left: 85px;
	}
	.cfooter2{
		margin-left: 70px;
	}
	.cfooter3{
		margin-left: 85px;
	}

	.footer{
		margin-left: 205px;
	}

	.simulfor{
		width: 100%;
		margin-bottom: 20px;
	}

	.contfor1{
		margin-left: 40px;		
	}

	.contfor3{
		margin-left: 40px;		
	}

	.contfor6{		
		margin-top: 20px;
	}

	.conoce{
		right: 75px;
    	margin-top: -60px;
	}
}

@media (min-width: 1440px) and (max-width: 1599px){
	a{
		font-size: 14px;
	}	

	.carousel-control{
	 	width: 30px;
		height: 71px;
	 	margin-top: 417.031px;	 	
	}

	.carousel-indicators li, .carousel-indicators li.active{
		width: 74px;
		top: -10px;
		padding: 0px 0px;
		margin: 8px;		
	}

	.login{
		top: 200px;							
	}

	.logo{
		width: 247px;
	}

	.top-icon > .icon-quienes-somos:last-child {	    
	    margin: 0px 30px;
	}

	.top-icon > .icon-como-aplicar:last-child {	   
	    margin: 0px 25px;
	}

	.top-icon > .icon-formas-de-pago:last-child {    
	    margin: 0px 30px;
	}

	.top-icon > .icon-requisitos:last-child {	    
	    margin: 0px 15px;
	}

	.top-icon > .icon-preguntas-frecuentes-01:last-child {	    
	    margin: 0px 42px;
	}

	.top-icon > .icon-contactanos:last-child {	    
	    margin: 0px 20px;
	}

	.cfooter1{
		margin-left: -10px;
	}
	.cfooter2{
		margin-left: 70px;
	}
	.cfooter3{
		margin-left: 100px;
		width: 160px;
	}

	.footer{
		margin-left: 225px;
	}

	.simulfor{
		width: 100%;
		margin-bottom: 20px;
	}

	.contfor1{
		margin-left: 40px;		
	}

	.contfor3{
		margin-left: 40px;		
	}

	.contfor6{		
		margin-top: 20px;
	}

	.conoce{
		right: 95px;
	}
	
}

@media (min-width: 1600px) and (max-width: 1679px){
	a{
		font-size: 14px;
	}

	.carousel-control{
	 	width: 30px;
		height: 71px;
	 	margin-top: 417.031px;	 	
	}

	.carousel-indicators li, .carousel-indicators li.active{
		width: 74px;
		top: -10px;
		padding: 0px 0px;
		margin: 8px;		
	}

	.login{
		top: 200px;							
	}

	.logo{
		width: 247px;
	}

	.top-icon > .icon-quienes-somos:last-child {	    
	    margin: 0px 30px;
	}

	.top-icon > .icon-como-aplicar:last-child {	   
	    margin: 0px 25px;
	}

	.top-icon > .icon-formas-de-pago:last-child {    
	    margin: 0px 30px;
	}

	.top-icon > .icon-requisitos:last-child {	    
	    margin: 0px 15px;
	}

	.top-icon > .icon-preguntas-frecuentes-01:last-child {	    
	    margin: 0px 42px;
	}

	.top-icon > .icon-contactanos:last-child {	    
	    margin: 0px 20px;
	}

	.cfooter1{
		margin-left: 40px;
	}
	.cfooter2{
		margin-left: 80px;
	}
	.cfooter3{
		margin-left: 100px;
	}

	.footer{
		margin-left: 235px;
	}

	.simulfor{
		width: 100%;
		margin-bottom: 20px;
	}

	.contfor1{
		margin-left: 40px;		
	}

	.contfor3{
		margin-left: 40px;		
	}

	.contfor6{		
		margin-top: 20px;
	}

	.conoce{
		right: 165px;
	}
	
}

@media (min-width: 1680px) and (max-width: 1767px){
	a{
		font-size: 14px;
	}	

	.carousel-control{
	 	width: 30px;
		height: 71px;
	 	margin-top: 417.031px;	 	
	}

	.carousel-indicators li, .carousel-indicators li.active{
		width: 74px;
		top: -10px;
		padding: 0px 0px;
		margin: 8px;		
	}

	.login{
		top: 200px;
		margin-left: 901.5px;					
	}

	.logo{
		width: 247px;
	}

	.top-icon > .icon-quienes-somos:last-child {	    
	    margin: 0px 30px;
	}

	.top-icon > .icon-como-aplicar:last-child {	   
	    margin: 0px 25px;
	}

	.top-icon > .icon-formas-de-pago:last-child {    
	    margin: 0px 30px;
	}

	.top-icon > .icon-requisitos:last-child {	    
	    margin: 0px 15px;
	}

	.top-icon > .icon-preguntas-frecuentes-01:last-child {	    
	    margin: 0px 42px;
	}

	.top-icon > .icon-contactanos:last-child {	    
	    margin: 0px 20px;
	}

	.cfooter1{
		margin-left: 65px;
	}
	.cfooter2{
		margin-left: 80px;
	}
	.cfooter3{
		margin-left: 100px;
	}	

	.footer{
		margin-left: 245px;
	}

	.simulfor{
		width: 100%;
		margin-bottom: 20px;
	}

	.contfor1{
		margin-left: 40px;		
	}

	.contfor3{
		margin-left: 40px;		
	}

	.contfor6{		
		margin-top: 20px;
	}

	.conoce{
		right: 205px;
	}
}

@media (min-width: 1768px) and (max-width: 1900px){
	a{
		font-size: 14px;
	}

	.carousel-control{
	 	width: 30px;
		height: 71px;
	 	margin-top: 417.031px;	 	
	}

	.carousel-indicators li, .carousel-indicators li.active{
		width: 74px;
		top: -10px;
		padding: 0px 0px;
		margin: 8px;		
	}

	.login{
		top: 200px;							
	}

	.logo{
		width: 247px;
	}

	.top-icon > .icon-quienes-somos:last-child {	    
	    margin: 0px 30px;
	}

	.top-icon > .icon-como-aplicar:last-child {	   
	    margin: 0px 25px;
	}

	.top-icon > .icon-formas-de-pago:last-child {    
	    margin: 0px 30px;
	}

	.top-icon > .icon-requisitos:last-child {	    
	    margin: 0px 15px;
	}

	.top-icon > .icon-preguntas-frecuentes-01:last-child {	    
	    margin: 0px 42px;
	}

	.top-icon > .icon-contactanos:last-child {	    
	    margin: 0px 20px;
	}

	.cfooter1{
		margin-left: 85px;
	}
	.cfooter2{
		margin-left: 80px;
	}
	.cfooter3{
		margin-left: 100px;
	}

	.footer{
		margin-left: 265.5px;
	}

	.simulfor{
		width: 100%;
		margin-bottom: 20px;
	}

	.contfor1{
		margin-left: 40px;		
	}

	.contfor3{
		margin-left: 40px;		
	}

	.contfor6{		
		margin-top: 20px;
	}	

	.conoce{
		right: 255px;
	}

}

@media (min-width: 1920px){	

	a{
		font-size: 14px;
	}

	.top-icon > .icon-quienes-somos:last-child {	    
	    margin: 0px 32px;
	}

	.top-icon > .icon-como-aplicar:last-child {	   
	    margin: 0px 25px;
	}

	.top-icon > .icon-formas-de-pago:last-child {    
	    margin: 0px 30px;
	}

	.top-icon > .icon-requisitos:last-child {	    
	    margin: 0px 15px;
	}

	.top-icon > .icon-preguntas-frecuentes-01:last-child {	    
	    margin: 0px 40px;
	}

	.top-icon > .icon-contactanos:last-child {	    
	    margin: 0px 20px;
	}

	.carousel-control{
	 	width: 30px;
		height: 71px;
	 	margin-top: 447.031px;	 	
	}

	.carousel-indicators li, .carousel-indicators li.active{
		width: 74px;
		top: -10px;
		padding: 0px 0px;		
	}

	.login{
		top: 200px;					
	}

	.logo{
		width: 247px;
	}

	.simulador{
		max-width: 983.5px;
	}

	.simulfor{
		width: 100%;
		margin-bottom: 20px;
	}

	.contfor6{		
		margin-top: 20px;
	}

	.footer{
		margin-left: 285px;
	}
}
