body {
	font-family: "Open Sans", sans-serif;
	font-size: 13px;
}

#calc {
	padding: 30px 0;
}

#calc h3 {
	font-size: 20px;
}

.form-group {
	margin-bottom: 10px;
}

.form-group label {
	display: inline-block;
	margin-bottom: 0;
	line-height: 33px;
}

.form-control {
	font-size: 13px;
}

.form-check {
	padding-left: 0;
	padding-right: 15px;
}

.table-resultado td {
	color: #3d8eda;
	position: relative;
	font-size: 12px;
}

.bg-blue td {
	background-color: #3d8eda;
	color: #fff;
	font-weight: bold;
}

.bg-gray td {
	background-color: #4e4c4d;
	color: #fff;
	font-weight: bold;
}

.bg-light-gray td {
	background-color: #f1f2f2;
	color: #3d8edb;
	font-weight: bold;
}

.peso-prepend::before {
	content: "$";
	position: absolute;
	left: 10px;
}

.peso-prepend {
	text-align: right;
	position: relative;
}

#chart-apva,
#chart-apvb,
#chart {
	max-height: 350px !important;
}

.form-group.has-error .error {
	color: #c81a32;
}

.mis-ahorros h3,
.cuprum-titulo {
	font-weight: bold;
	margin-bottom: 30px;
}

.mis-ahorros h4,
.cuprum-titulo {
	font-weight: bold;
	margin-bottom: 30px;
	font-size: 28px;
}

.mis-ahorros h5 {
	font-weight: bold;
	font-size: 16px;
}
