/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Apr 29 2024 | 16:21:37 */
h5 { font-weight: 600; font-family: 'Rajdhani', sans-serif;}

h5 { font-size: 2.2em; line-height: 1.5em; }

@media screen and (max-width: 768px) {
	.interior01, .interior02 {
		padding-top: 75px !important;
	}
}

/*------- INTERIORES TOP - FORMS -------*/
.form_prestamos,
.form_empresas {
	background-color: #ffffff;
	border-radius: 20px;
	display: block;
	box-shadow: 0px 0px 10px 7px rgba(0, 29, 76, 0.1) !important;
}

	@media (max-width: 768px) {
		.form_empresas {
			padding-top: 0px !important;
		}
	}

.form_prestamos h5
 {
	color: #137013;
}
.form_prestamos .form-range-row input[type=text] { 
	color: #333333;
	font-size: 2em !important; 
	font-weight: 700;
	font-family: 'Rajdhani', sans-serif;
	border: 3px solid #333333;
}


.form_prestamos label {
	color: #137013;
	font-size: 1.2em;
	font-weight: 600;
	text-align: left !important;
}


	@media (max-width: 768px) {
		.form_empresas label {
			font-size: 1em;
		}
	}

	@media (max-width: 768px) {
		.form_llamenme input[type=text] {
			max-width: 260px;
		}
	}

.form_prestamos input[type=text],
.form_prestamos select {
	border: 2px solid #333333;
	color: #333333;
	font-family: 'Rajdhani', sans-serif;
}