body{
	overflow: hidden;
}
.internal{
	background-image: url('../../img/bg/bg-interna.jpg');
	background-position: left center;
	background-repeat: no-repeat;
	background-size: cover;
	width: 100%;

	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
}
.internal section{
	display: block;
	width: calc(100% + -500px);

	height: 100vh;
	color: white;
	padding-left: 35px;
	padding-right: 35px;
}
.internal section .section-container{
	height: 100%;
	text-align: center;
}
.internal section .title{
	color: #fff;
	font-weight: 600;
	text-align: left;
	display: inline-block;
}
.internal aside{
	display: block;
	background-color: #fff;
	width: 500px;

	height: 100vh;
	padding: 0px;
	-webkit-box-shadow: 0 0 10px 5px rgba(100,100,100,0.3);
	box-shadow: 0 0 10px 5px rgba(100,100,100,0.3);

	overflow-y: auto;
	position: relative;
	z-index: 2;
}
.internal aside:after{
	content: "";
	display: block;
	height: 60px;
}
.internal aside > div{
	padding: 20px;
}
@media screen and (max-width:900px){
	.internal aside{
		-webkit-box-shadow: none;
		box-shadow: none;
	}
	.internal aside > div{
		padding: 10px;
		z-index: initial;
		padding-top: 40px;
	}
	.internal aside > div:before{
		content: "";
		/*filter: brightness(0.3);*/
		display: block;
		margin-bottom: 8px;
		margin-top: 6px;
		width: 210px;
		height: 56px;
		/*background-image: url('../../img/logo-white.svg');*/
		background-image: url('../../img/logo.svg');
		background-repeat: no-repeat;
		background-size: 70%;
	}
	/* step 0 exclusive */
	.internal aside > div.step-0:before{
		filter: brightness(1000);
		margin-bottom: 0px;
		margin-top: -14px;
		position: absolute;
		margin-left: 0;
		/*background-image: url('../../img/logo.svg');*/
	}
}
.internal aside .btn{
	display: block;
	width: 100%;
}
.internal aside .btn.disabled{
	pointer-events: none;
  	cursor: default;
  	background-color: #c8c8c8;
  	color: #fff;
  	border: 0;
	opacity: 0.5;
	cursor: not-allowed;
}

.internal aside label{
	font-size: 0.8rem;
	font-weight: 400;
	display: block;
	margin-bottom: 5px;
}
.internal aside .subtext{
	color: var(--c-secondary);
	font-size: 0.6rem;
	font-weight: 400;
}
.internal aside .subtext.error{
	color: #e50a0a;
	font-weight: 400;
}
.internal aside .subtext.error:not(:empty):before{
	content: url('../../img/icons/close.svg');
	display: inline-block;
	vertical-align: initial;
	margin-right: 5px;
}
.internal aside .flex{
	width: calc(100% + 20px);
	margin-left: -10px;
}

.internal aside input[type="text"],
.internal aside input[type="number"],
.internal aside input[type="tel"],
.internal aside input[type="email"],
.internal aside input[type="password"],
.internal aside input[type="search"],
.internal aside select,
.internal aside textarea{
	font-size: 0.8rem;
	/*line-height: 0.8rem;*/
	-webkit-border-radius: 0;
	border-radius: 0;
	bottom: 0;
	border: 0;
	border-bottom: 1px solid #b4b4b4;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 0;
	padding-right: 0;
	height: auto;
	margin-bottom: 4px;
}
.internal aside select{
	color: #666;
    padding-left: 10px;
    padding-right: 10px;
}
.internal aside select:focus{
	color: #000;
	border-bottom: 2px solid var(--c-primary);
}
.internal aside input[type="text"].big-input,
.internal aside input[type="email"].big-input,
.internal aside input[type="tel"].big-input,
.internal aside input[type="password"].big-input,
.internal aside input[type="search"].big-input,
.internal aside select.big-input,
.internal aside textarea.big-input{
	font-size: 2.05rem;
	font-weight: 500;
	padding-top: 3px;
	padding-bottom: 3px;
}
.internal aside textarea{
	height: 60px;
}
.internal .border{
	border: 1px solid #eaeaea;
	padding: 20px 30px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	margin-bottom: 25px;
}
.internal input.approved{
	border-bottom: 1px solid var(--c-primary) !important;
}



.internal .comienzo{
	background-color: #00b06c;
	color: white;
	padding: 80px 20px;
	padding-bottom: 44px;
	font-size: 1.75rem;
	font-weight: 600;
	text-align: center;
	margin-left: -20px;
	margin-right: -20px;
	margin-top: -30px;
}
.internal .comienzo .btn{
	background-color: transparent;
	border: 2px solid white;
	margin-top: 20px;
	font-size: 0.9rem;
	padding: 14px 50px;
}



.points{
	padding-top: 20px;
	padding-bottom: 20px;
}
.points .points-item{
	border-bottom: 1px solid #b4b4b4;
	padding-bottom: 25px;
	padding-top: 25px;
}
.points .points-item:last-child{
	border-bottom: 0;
}
.points .points-item-icon{
	display: inline-block;
	vertical-align: top;
	width: 100px;
	text-align: center;
}
.points .points-item-icon img{
	height: 48px;
}
.points .points-item-text{
	display: inline-block;
	vertical-align: top;
	width: calc(100% + -100px);
	font-size: 0.8rem;
	font-weight: 400;
}
.points .points-item-text b{
	display: block;
	margin-bottom: 9px;
	color: #3c3c3b;
}



.title-form{
	color: #3c3c3b;
	font-weight: 600;
	font-size: 1.25rem;
	line-height: 1.4;
	margin-bottom: 15px;
}
.title-form br{
	display: none;
}


@media screen and (max-width:900px){
  .internal{
  	display: block;
  }
  .internal section{
  	display: none;
  }
  body{
  	overflow: auto !important;
  }
  .internal aside{
  	width: 100%;
  	height: auto !important;
  }
  .internal .comienzo{
  	padding-top: 100px;
	padding-left: 20px;
	padding-right: 20px;
	margin-left: -20px;
	margin-right: -20px;
	font-size: 1.4rem;
	line-height: 1.3;
	margin-top: -40px;
  }
}


.options{
  padding-top: 10px;
}
.options .option{
  border: 1px solid #b4b4b4;
  padding: 15px 20px;
  margin-top: 10px;
  font-weight: bold;
  font-size: 0.8rem;
  color: #3c3c3b;
  cursor: pointer;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.options .option:hover{
  background-color: #f4f4f4;
}
.options .option:before{
  content: "";
  display: inline-block;
  vertical-align: revert;
  border: 1px solid var(--c-primary);
  width: 14px;
  height: 14px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  margin-right: 10px;
}
.options .option.active:before{
  background-color: var(--c-primary);
}


.socios{
	counter-reset: section;
	padding-top: 10px;
}
.socios .socio{
	position: relative;
	padding-left: 20px;
	margin-top: 10px;
	font-weight: bold;
	font-size: 0px;
	color: #fff;
	background-color: var(--c-primary);
	border-bottom: 2px solid #00804a;

	-webkit-border-radius: 3px;
	border-radius: 3px;

	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
.socios .socio:before {
	counter-increment: section;
	content: counter(section);
	margin-right: 18px;
	width: 10px;
	display: inline-block;
	vertical-align: top;
	font-size: 0.8rem;
}
.socios .socio-nombre{
	display: inline-block;
	vertical-align: top;
	width: calc(100% + -130px);
	overflow: hidden;
	font-weight: 500;
	font-size: 0.8rem;
}
.socios .socio-porc{
	display: inline-block;
	vertical-align: top;
	margin-left: 10px;
	padding-left: 10px;
	padding-right: 10px;
	border-left: 1px solid rgba(255, 255, 255, 0.3);
	border-right: 1px solid rgba(255, 255, 255, 0.3);
	font-weight: 500;
	width: 54px;
	font-size: 0.8rem;
}
.socios .socio-points{
	display: inline-block;
	vertical-align: top;
	padding-left: 15px;
	padding-right: 12px;
}
.socios .socio-points:hover{
	background-color: rgba(0, 0, 0, 0.15);
}
.socios .socio-points:before{
	content: url('../../img/icons/ellipsis-v-solid.svg');
	display: block;
	width: 5px;
	margin-top: 2px;
	margin-bottom: 2px;
}
.socios .socio:before,
.socios .socio-nombre,
.socios .socio-porc,
.socios .socio-points{
	padding-top: 13px;
	padding-bottom: 15px;
}
.socios .socio .socio-edit{
	display: none;
	width: 30px;
	height: 30px;
	text-align: center;
	line-height: 45px;
	background-color: #007388;
	position: absolute;
	right: -35px;
	top: -7px;
	-webkit-border-radius: 50%;
	border-radius: 50%;
}
.socios .socio .socio-edit:before{
	content: url('../../img/icons/lapiz.svg');
	display: inline-block;
	width: 25px;
}
.socios .socio .socio-remove{
	width: 30px;
	height: 30px;
	text-align: center;
	line-height: 45px;
	background-color: transparent;
	-webkit-border-radius: 50%;
	border-radius: 50%;
    position: absolute;
    top: 8px;
    right: 5px;
}
.socios .socio .socio-remove:before{
	content: url('../../img/icons/trash.svg');
	display: inline-block;
	width: 25px;
}
.socios .socio .socio-edit:hover,
.socios .socio .socio-remove:hover{
	background-color: #222;
}

.add-socio{
	display: block;
	font-size: 1rem;
	font-weight: bold;
	padding: 0;
	text-align: center;
	width: 35px !important;
	height: 35px;
	line-height: 27px;
	border: 3px solid #b3e6d4;
}



.option-numbers a{
	display: inline-block;
	vertical-align: top;
	font-size: 0.8rem;
	padding: 12px;
	border: 1px solid #d5d5d5;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	text-align: center;
	width: 47px;
	color: #000;
	margin-right: 8px;
	margin-bottom: 8px;
	font-weight: 500;
}
.option-numbers a.active,
.option-numbers a:hover{
	color: var(--c-primary);
	border-color: var(--c-primary);
}

.cred-aprob{
	display: block;
	margin: 0;
	padding: 0;
	counter-reset: section;
}
.cred-aprob li{
	display: block;
	font-weight: 600;
	font-size: 0.8rem;
	padding-top: 10px;
	padding-bottom: 10px;
}
.cred-aprob li::before {
  counter-increment: section;
  content: counter(section);
  color: var(--c-primary);
  margin-right: 5px;
  display: inline-block;
  width: 10px;
}
.cred-aprob .triangulo_der{
	border-top: 6px solid transparent;
	border-left: 6px solid var(--c-primary);
	border-bottom: 6px solid transparent;
	margin-right: 15px;
}

.custom-select.select-calendar .select-items{

}
.custom-select.select-calendar .select-items > div{
	display: inline-block;
	vertical-align: top;
	text-align: center;
	font-size: 0.8rem;
	color: #000 !important;
	width: calc(100% / 7);
	padding-left: 0 !important;
	padding-right: 0 !important;
}
.custom-select.select-calendar .select-items > div:hover{
	background-color: #d9f3e9 !important;
}
.custom-select.select-calendar .select-items > div::after{
	display: none;
}
.custom-select.select-calendar .select-items > div.same-as-selected{
	border: 1px solid #eaeaea !important;
}


.app{
	position: relative;
	border: 1px solid #b4b4b4;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	padding: 10px;
	margin-bottom: 20px;
	width: calc(100% + -35px);

	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
}
.app > div{
	width: 100%;
}
.app .app-logo{
	text-align: center;
}
.app .app-conexion{
	font-size: 0.6rem;
	color: #b4b4b4;
}
.app .app-switch{
	text-align: center;
	width: 170px;
	padding-top: 3px;
}
.app .app-info{
	position: absolute;
	right: -35px;
	width: auto;
}
.app .app-switch a:before{
	content: url('../../img/icons/switch-off.svg');
}
.app .app-switch a.active:before{
	content: url('../../img/icons/switch-on.svg');
}


.internal aside .prefijos{
	/*display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	align-items: center;*/
	position: relative;
	height: 34px;
}
.internal aside .prefijos input[type="number"],
.internal aside .prefijos input[type="tel"]{
	height: auto;
	line-height: 31px;
	font-size: 0.8rem;
	padding-left: 11px !important;
	padding-top: 0px !important;
	padding-bottom: 0px !important;
	position: absolute;
	top: 0;
	-webkit-appearance: none !important;
	-moz-appearance: none !important;
	display: block;
	margin-top: -1px;
}
.internal aside .prefijos input[type="number"]::placeholder,
.internal aside .prefijos input[type="tel"]::placeholder{
	color: #666 !important;
}
.internal aside .prefijos span{
	height: auto;
	line-height: 0.8rem;
	font-size: 0.8rem;
	position: absolute;
	font-weight: 400;
	display: block;
	z-index: 1;
	top: 0;
	padding-top: 7px;
	padding-bottom: 7px;
}

#loan-add-socio > div{
	padding-top: 0;
	padding-bottom: 0;
}
#loan-add-socio > div.flex > .auto {
    width: 250px;
}

div[class*="approved"]{
	position: absolute;
	z-index: 9;
	-webkit-transform: translate(-24px,10px);
	transform: translate(-24px,10px);
}
div[class*="approved"] svg{
	width: 20px;
}
div.approved_pin{
	-webkit-transform: translate(-50px,12px);
	transform: translate(-50px,12px);
}


.avalados{
	padding-top: 30px;
	padding-bottom: 0px;
}
.avalados .mark{
	background-color: #fff;
	display: inline-block;
	vertical-align: middle;
	width: 220px;
	margin: 5px;
}
.sep{
	position: relative;
	width: 100%;
}
.sep:before{
	content: "";
	display: block;
	position: absolute;
	height: 1px;
	width: 100%;
	background-color: #dadada;
	top: 50%;
	transform: translateY(-50%);
	z-index: 0;
}
.sep span{
	display: inline-block;
	position: relative;
	background-color: #fff;
	padding-left: 15px;
	padding-right: 15px;
}