body {
	background: #ffffff;
	font-family: Roboto;
}

.container {
    width: 95%;
}

.paddingTop15 {
    padding-top: 15px;
}

@font-face {
	font-family: 'HandOfSean';
	src: url(../fonts/handsean.ttf);
}

.form-control {
	background-color: #FFF !important;
	color: #909090 !important;
	border: 1px solid #C4C4C4 !important;
	border-radius: 8px;
	height: 46px;
}


.form-control:hover {
	border: 1px solid #8FC045 !important;
}

select.parsley-error {
    background: #FFF;
    border: 1px solid #FF0909 !important;
}

input.parsley-error, textarea.parsley-error, select.parsley-error {
    background: #FAEDEC;
    border: 1px solid #FF0909 !important;
}

.form-group {
	margin-bottom: 0px;
	margin-right: 6px;
}

.marginLabel {
	margin-left: 10px;
}

.divShadow {
	-webkit-box-shadow: 0px 10px 15px 0px rgba(0, 0, 0, 0.25);
	-moz-box-shadow: 0px 10px 15px 0px rgba(0, 0, 0, 0.25);
	box-shadow: 0px 10px 15px 0px rgb(0 0 0/ 25%);
	padding: 0;
}

.checkbox-inline, .radio-inline {
	display: -webkit-inline-box !important;
}

input[type='radio']:after {
	border: 1px solid #80AE28;
	border-radius: 5px;
}

input[type='checkbox'] {
	border: 1px solid #80AE28;
	border-radius: 5px;
	width: 20px;
	height: 20px;
}

input[type='radio']:checked:after {
	border: 1px solid #80AE28;
	border-radius: 5px;
}

.imgPoint {
	margin-left: -33px;
	margin-top: 10px;
	width: 20px;
	z-index: 1;
	position: absolute;
}

.pinlogin .pinlogin-field {
	background-color: #FFFFFF !important;
	color: #333 !important;
	box-sizing: border-box;
	display: inline-block;
	width: 44px;
	height: 63px;
	padding: 5px;
	margin: 0 10px;
	border: 1px solid #ccc;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 6px;
	text-align: center;
}

.pinlogin-field:hover{
	border: 1px solid #8FC045 !important;
}

.imgLogoFnc {
    width: 370px;
    margin-top: 16px;
    margin-left: 5px;
}

.imgLogoFnc2 {
	width: 220px;
	padding-top: 10px;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.imgLogoFncCalculator {
	 width: 370px;
	 margin-left: 5px;
}

.divLogo {
	background-image:
		url("/FincoApp/Configuracion/Images/Logos/FondoCabeceraLogoFincoeducar.svg");
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: space-between;
	height: 370px !important;
	background-repeat: no-repeat;
	background-position: top;
}

.divlogo2 {
	background-image:
		url("/FincoApp/Configuracion/Images/Logos/FondoCodigoOtpV.svg");
	justify-content: center;
	height: 385px !important;
	background-repeat: no-repeat;
	background-position: center;
}

.divlogo3 {
	background-image:
		url("/FincoApp/Configuracion/Images/Logos/FondoCalculadoraV.svg");
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: space-around;
	height: 265px !important;
	background-repeat: no-repeat;
	background-position: center;
}

.divCalculator {
	margin-top: 15px;
	background-color: #FFFFFF;
	border: 1px solid #3AB6AF;
	width: 350px;
	height: auto;
	border-radius: 13px;
	box-shadow: 0px 3px 6px #00000029;
}

.text1 {
	font-family: HandOfSean;
	font-weight: normal;
	font-size: 40px;
	color: #FFFFFF;
	margin-top: 83px;
	width: 330px;
}

.text2 {
	font-family: Roboto;
	font-size: 18px;
	color: #FFFFFF;
	font-weight: 500;
	margin-bottom: 75px;
	text-align: center
}

.text3 {
	font-family: Roboto;
	font-weight: 300;
	font-size: 15px;
	color: #909090;
	margin-top: 15px;
	margin-bottom: 15px;
}

.text4 {
	font-family: HandOfSean;
	font-weight: normal;
	font-size: 38px;
	color: #FFFFFF;
	width: 292px;
	height: 100px;
	margin-bottom: 20px;
}

.textError11 {
	padding-top: 70px;
    color: #FFFFFF !important;
    font-size: 18px;
    width: 390px;
}

.textReenviarOtp{
    color: #FFFFFF !important;
    font-size: 18px;
    width: 405px;
    text-align: center;
    padding-top: 10px;
    text-decoration: underline;
}

b {
	color: White !important;
}

.terminosCondiciones {
	font-family: Roboto;
	font-weight: 400;
	font-size: 18px;
	color: #80AE28 !important;
	text-decoration: underline !important;
}

.botonIniciar {
	color: #fff;
	background: linear-gradient(#3AB6AF, #83C880);
	border-color: #ffffff;
	font-size: 25px;
	width: 350px;
	border-radius: 22px;
}

.botonSimulador {
	color: #3AB6AF;
	background-color: #FFFFFF;
	border: 1px solid #3AB6AF;
	font-size: 25px;
	width: 350px;
	border-radius: 22px;
	font-family: Roboto;
	font-weight: bold;
}

.float {
	background-color: #FFFFFF !important;
	left: 20px;
	bottom: 55px !important;
}

.textError7 {
	font-weight: bold;
	font-size: 47px;
}

.marginButton {
	margin-bottom: 90px;
	margin-top: 15px;
}

.marginButton2 {
	margin-top: 15px;
}

.fieldName {
	margin-top: 5px;
	margin-left: 15px;
	margin-bottom: 5px;
}

.fieldValue {
	margin-top: -8px;
	margin-left: 40px;
	margin-bottom: 0px;
	font-weight: 700;
	font-size: 26px;
	color: #00A3C7 !important;
}

.divMargin {
	padding-top: 20px;
	padding-left: -50px;
	padding-right: -50px;
}

.divMargin2 {
	padding-top: 0px;
	padding-left: -50px;
	padding-right: -50px;
}

.divMargin3 {
	padding-top: 20px;
	padding-left: 20px;
	padding-right: 20px;
}

.divMargin4 {
	padding-left: 20px;
	padding-right: 20px;
}

.modal-body {
    padding: 40px;
}

.robotMed {
    transition-property: opacity, transform;
    font-family: "Roboto";
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: initial;
    opacity: 1;
    transition-duration: 350ms;
}

.robotoReg {
	font-family: "Roboto";
    font-weight: 400;
    line-height: 21px;
    letter-spacing: 0px;
    opacity: 1;
    transition-duration: 350ms;
}

.darkGray {
	color: #3F3F3F;
}	

.gray {
	color: #767676;
}

.green {
	color: #77A137;
}

.f-size32 {
	font-size: 32px;
}

.f-size28 {
	font-size: 28px;
}

.f-size24 {
	font-size: 24px;
}

.f-size20 {
	font-size: 20px;
}

.f-size18 {
	font-size: 18px 
}

.f-size16 {
	font-size: 16px;
}

.f-size14 {
	font-size: 14px;
}	

.f-size12 {
	font-size: 12px;
}

.btnGreen {
	background: #77A137;
	border-radius: 8px;
	opacity: 1;
	color: #FFFFFF;
	font: normal normal normal 16px/21px Roboto;
	border: #77A137;
	height: 30px;
}

.btnGreen:hover {
	box-shadow: 4px 4px 12px #00000040;
}

.mt-2 {
	margin-top: 20px;
}

.modalNotificacion{
    width: 400px;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    border: 1px solid #77A137;
}

/**************  Tablet	***********/
@media only screen and (max-width: 991px) {
	.textDiv {
		font-size: 11px !important;
		padding-bottom: 5%;
	}

	.textError7 {
		font-weight: bold;
		font-size: 27px;
	}
	.divMargin {
		padding-top: 20px;
		margin-left: -50px;
		margin-right: -50px;
	}
	.divMargin2 {
		padding-top: 5px;
		margin-left: -20px;
		margin-right: -20px;
	}
	.divMargin3 {
		padding-top: 20px;
		padding-left: 0px;
		padding-right: 0px;
	}
	.divMargin4 {
		padding-left: 0px;
		padding-right: 0px;
	}
	
	.divMarginOtp {
		margin-left: -50px;
		margin-right: -50px;
	}
	
	.paddingTop15 {
		padding-top: 15px;
	}
}

@media only screen and (max-width: 768px) {
	.textDiv {
		font-size: 11px !important;
		padding-bottom: 5%;
	}
	
	.textError7 {
		font-weight: bold;
		font-size: 27px;
	}
	.divMargin {
		padding-top: 20px;
		margin-left: -50px;
		margin-right: -50px;
	}
	.divMargin2 {
		padding-top: 5px;
		margin-left: -20px;
		margin-right: -20px;
	}
	.divMargin3 {
		padding-top: 20px;
		padding-left: 0px;
		padding-right: 0px;
	}
	.divMargin4 {
		padding-left: 0px;
		padding-right: 0px;
	}
	
	.divMarginOtp {
		margin-left: -50px;
		margin-right: -50px;
	}

	.paddingTop15 {
		padding-top: 15px;
	}
}

/**************		Mobile	************/
@media only screen and (max-width: 576px) {
	.textDiv {
		font-size: 11px !important;
		padding-bottom: 5%;
	}

	.textError7 {
		font-weight: bold;
		font-size: 27px;
	}
	.divMargin {
		padding-top: 20px;
		margin-left: -35px;
		margin-right: -45px;
	}
	.divMargin2 {
		padding-top: 5px;
		margin-left: -20px;
		margin-right: -20px;
	}
	.divMargin3 {
		padding-top: 20px;
		padding-left: 0px;
		padding-right: 0px;
	}
	.divMargin4 {
		padding-left: 0px;
		padding-right: 0px;
	}
	
	.divMarginOtp {
		margin-left: -35px;
		margin-right: -45px;
	}

	.paddingTop15 {
		padding-top: 15px;
	}
}