/* ----------------------------------------------------------------
	Custom CSS

	Add all your Custom Styled CSS here for New Styles or
	Overwriting Default Theme Styles for Better Handling Updates
-----------------------------------------------------------------*/



@media (max-width: 600px) {
#page-title.page-title-parallax h1.financiamiento {
	font-size: 30px;
	font-weight: 600;
	letter-spacing: 2px;
}
}


.link_icons_href {
pointer-events: none;
cursor: default;
}

.qbold {
font-weight:600
}

.blue{
color: #00598A;}


.quick { font-family: 'Quicksand', sans-serif !important; 
font-weight:900}

.quick7 { font-family: 'Quicksand', sans-serif !important; 
font-weight:700}

.quick5 { font-family: 'Quicksand', sans-serif !important; 
font-weight:500}

.quick4 { font-family: 'Quicksand', sans-serif !important; 
font-weight:400}

.bc {
background-color: #00598A;}


/* Pricing Boxes
-----------------------------------------------------------------*/

.mapeo-box {
	position: relative;
	overflow: hidden;
	border: 1px solid rgba(0,0,0,0.075);
	border-radius: 3px;
	background-color: #FFF;
}

/* Pricing Boxes - Title
-----------------------------------------------------------------*/

.mapeo-title {
	padding: 1rem 0;
	background-color: #F9F9F9;
	border-bottom: 1px solid rgba(0,0,0,0.075);
	letter-spacing: 1px;
}

.mapeo-title h3 {
	margin: 0;
	font-size: 1.4rem;
	font-weight: bold;
	color: #00598A;
	
}

.mapeo-title span {
	display: block;
	color: #777;
	font-size: 1rem;
	margin: 3px 0;
	text-transform:none
}

.mapeo-title.title-sm h3 {
	font-size: 1.2rem;
}

.mapeo-title.title-sm span {
	font-size: 0.875rem;
}




.mapeo { position: relative; }

.mapeo [class^=col-] {
	margin-top: 1.25rem;
}

.mapeo-features {
	border-top: 1px solid rgba(0,0,0,0.075);
	border-bottom: 1px solid rgba(0,0,0,0.075);
	background-color: #FFF;
	padding: 2rem 0;
	
}
.mapeo-p {
	font-size:90%
}

.mapeo-sub {
	font-size:90%;
	
}


.mapeo-sub span {
	font-weight:700;
	color: #00598A;
}

	


.mapeo-features ul {
	margin: 0;
	list-style: none;
}

.mapeo-features li {
	padding: 0.375rem 0;
}


/* mapeo Boxes - Best Price
-----------------------------------------------------------------*/

.mapeo-highlight {
	box-shadow: 0 0 8px rgba(0,0,0,0.1);
	z-index: 10;
}

.mapeo-highlight { margin: -20px -1px; }

.mapeo-highlight .mapeo-title {
	padding: 20px 0;
}

.mapeo-highlight .mapeo-title,
.mapeo-highlight .mapeo-features {
	background-color: #fff;
}




	.white-section {
		background-color: #FFF;
		padding: 25px 20px;
		-webkit-box-shadow: 0px 1px 1px 0px #dfdfdf;
		box-shadow: 0px 1px 1px 0px #dfdfdf;
		border-radius: 3px;
	}

	.white-section label {
		display: block;
		margin-bottom: 15px;
	}

	.white-section pre { margin-top: 15px; }

	.dark .white-section {
		background-color: #111;
		-webkit-box-shadow: 0px 1px 1px 0px #444;
		box-shadow: 0px 1px 1px 0px #444;
	}





