.h4_mensual{
	margin-top: 0; margin-bottom: 15px;
}
.border_002c{
	border-color:#002c60;
}
.mb_18{
	margin-bottom: 18px;
	margin-top: 10px;
}
.mb_15{
	margin-bottom: 15px;
}
.calc_view{
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}
.calc_view .col-sm-6{
	margin-top: 25px;
	margin-bottom: 25px;
}
.hr_mt_mb_2{
	margin-top: 2px; margin-bottom: 2px;
}
.form_control_hipo{
	font-weight: bold; padding: 0; min-height: 0; font-size: 14px; color: var(--color_hipo);
}
.color_44{
	color: #444444;
}
.font_size_14{
	font-size: 14px;
}
.mb_0{
	margin-bottom: 0px;
}
.label_hipo{
	font-weight: normal; margin-bottom: 0;  color: #898989; font-size: 11px; margin-top: 10px;
}
.bg_col_f4f{
	background-color: #f4f7f9
}

.panel_hipo.unactive{
	--color_hipo: #898989;
}

.panel_hipo.active{
	--color_hipo: #444444;
}

.panel_hipo.active .total_hipo{
	color: #000;
}

.panel_hipo{
	background: #fff;
    border: 1px solid #eaeaea;
    border-radius: 10px;
    padding: 20px;
    text-align: center;
    box-shadow: 8px 8px 16px 0 rgb(83 94 235 / 2%), 1px 1px 5px 0 rgb(13 27 69 / 2%);
}

.panel_container_hipo{
	background:#f5f5f5;
	border-color: #ececec;
}

.panel_container_hipo .form-control{
	border-radius: 8px;
}


.btn-round_hipo:hover{
	background: #da7606;
}

.btn-round_hipo:active{
	background: #bb6402!important;
}

.label_hipo>em{
	font-weight: bold;
}

.label_hipo>em:before{
	content: '*';
}