<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.l-azul{
	color: #1c4193;
}
.footer-leon{
	position: relative;
}
.footer-leon .text-contacto{
	position: absolute;
	top: 60%;
	left: 50%;
	transform: translate(-50%,-50%);
	text-align: center;
}
.footer-leon .text-contacto a{
	margin: 15px 0;
	color: #fff;
	display: block;
	font-size: 20px;
}
.footer-leon .text-contacto .btn-footer{
	display: block;
	margin-top: 25px;
}
.footer-leon .text-contacto .btn-footer a{
	padding: 5px 15px; 
	background: #e85534;
	border-radius: 25px;
	transition: .5s ease-in-out;
	border: 1px solid #e85534;
}
.height-form{
	height: 100%;
}
.box-form-grupo-leon{
	position: absolute;
    top: 72%;
    left: 72%;
    transform: translate(-50%,0%);
    text-align: left;
    padding: 20px 0 0;
    border-top: 1px solid #fff;
}
.form-grupo-leon{
	width: 340px;
}
.form-grupo-leon label, .form-grupo-leon input{
	display: block;
	margin: 5px 0;
}
.form-grupo-leon input{
	border-radius: 25px;
	outline: none;
	border: none;
	padding: 0 15px;
	width: 100%;
}
.btn-form-leon{
	width: fit-content;
	margin: 20px auto 0 0;
	padding: 5px 15px; 
	background: #e85534;
	border-radius: 25px;
	cursor: pointer;
	transition: .5s ease-in-out;
	border: 1px solid #e85534;
}

.footer-leon .text-contacto .btn-footer a:hover, .btn-form-leon:hover{
	background: transparent;
}
.disp-none-desktop{
	display: none;
}
@media only screen and (max-width: 767px){
	.disp-none-mobile{display: none;}
	.disp-none-desktop{display: block;}
	.header-vertical-form{background: url('../archivos/grupo-leon/banner-1-responsive.jpg') center no-repeat; background-size: cover!important; height: 110vh;}
	.form-grupo-leon{width: 250px;}
	.form-grupo-leon label{font-size: 14px;}
	.btn-form-leon{padding: 0 15px; font-size: 14px; margin: 10px auto 0 0;}
	.box-form-grupo-leon{border: 0; left: 50%; padding: 0; top: 85%;}
	#obtener-prestamo{padding-left: 0%;}
	.icons-obtener-prestamo{width: 60px;}
	.instructions{margin: 15px 0; display: inline-block;}
	.padding-iconos-obtener-prestamo{padding-right: 15px;}
	.footer-leon .text-contacto{width: 100%;}
	.footer-leon .text-contacto a{margin: 30px 0;}
	.footer-leon .text-contacto .btn-footer a{width: fit-content; margin: 0 auto; padding: 0 15px;}
}
</pre></body></html>