@font-face {
    font-family: ing_me_bold;
    src: url(/.resources/assets/fonts/INGMe/Latin/Bold/INGMeWeb-Bold.eot);
    src: url(/.resources/assets/fonts/INGMe/Latin/Bold/INGMeWeb-Bold.eot) format("embedded-opentype"),
    url(/.resources/assets/fonts/INGMe/Latin/Bold/INGMeWeb-Bold.woff2) format("woff2"),
    url(/.resources/assets/fonts/INGMe/Latin/Bold/INGMeWeb-Bold.woff) format("woff"),
    url(/.resources/assets/fonts/INGMe/Latin/Bold/INGMeWeb-Bold.ttf) format("truetype"),
    url(/.resources/assets/fonts/INGMe/Latin/Bold/INGMeWeb-Bold.svg#ing_me_bold) format("svg");
    font-weight: 400;
    font-style: normal;
    font-display: swap
}

.text-center {
	text-align: center !important;
}

.cx-calc .calc_block {
	padding: 0;
}

.cx-calc .calc_block .calc_actions,
.cx-calc .calc_detailed_results {
	padding: 45px;
	max-width: 100%;
	margin: 0 auto;
}

.cx-calc .calc_block .calc_actions {
	max-width: 800px;
}

.cx-calc .calc_detailed_results {
	padding-top: 30px;
	background: var(--bgcolor-gray100);
	border-radius: 0 0 8px 8px;
}

.cx-calc .spgLabel {
	display: block;
	vertical-align: middle;
	margin-bottom: 15px;
}

.cx-calc .calc_input,
.cx-calc .calc_select {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	min-height: 36px;
	width: 140px;
	float: none;
	border-radius: 4px;
	overflow: hidden;
	margin-left: 10px;
	padding:0;
}

.cx-calc .calc_select {
	text-align: center;
}

.cx-calc .calc_input input,
.cx-calc .calc_select select {
    padding: 2px 47px 2px 12px;
    width: 100%;
    border-radius: 4px;
    border: 1px solid #d9d9d9;
    position: relative;
    z-index: 1;
    background: transparent;
    outline: none;
    font-size: 18px;
    line-height: 1.25;
    text-align: center;
    height: 40px;
    /* background: #fff; */
    cursor: pointer;
}

.cx-calc .calc_input .spgCurrency,
.cx-calc .calc_select:before {
    position: absolute;
    right: 1px;
    top: 1px;
    bottom: 1px;
    padding: 10px;
    background: var(--bgcolor-gray100);
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    font-size: 15px;
    height: 38px;
    text-transform: uppercase;
    /* z-index: 1; */
}

.cx-calc .calc_framing-container .calc_input input,
.cx-calc .calc_framing-container .calc_select select {
	background: var(--bgcolor-white);
}
.cx-calc .calc_framing-container .calc_input .spgCurrency,
.cx-calc .calc_framing-container .calc_select:before {
	z-index: 1;
}

span.spgCurrency {}

.cx-calc .calc_select:before {
	content: "";
	width: 42px;
}

.cx-calc .calc_select:after {
	content: "";
	display: block;
	position: absolute;
	right: 14px;
	top: 18px;
	border-width: 6px;
	border-style: solid;
	/* z-index: 2; */
	border-color: #888888 transparent transparent transparent;
}




.cx-calc .client-profile {
	display: block;
	max-width: 100%;
}

.cx-calc [class*="choice-"]{
	position: relative;
	min-height: 52px;
	border-top: 1px solid #d9d9d9;
	padding: 10px 55px 10px 0;
}

.cx-calc .choice-main-text {
	font-size: 16px;
	margin: 30px 0 15px;
	border: none !important;
	padding: 0 !important;
}

.cx-calc .checkbox-visual{
	text-align: left !important;
	position: absolute;
	right:0;
	top: 10px;
}

.cx-calc .checkbox-visual {
	width: 50px;
	height: 30px;
	cursor: pointer;
}

.cx-calc .client-profile i {
	height: 26px;
	width: 26px;
}

.cx-calc .client-profile input:checked + .checkbox-visual > i,
.cx-calc .client-profile input:checked+.checkbox-visual:active>i {
	margin-left: 22px;
	width: 26px;
}

.cx-calc .client-profile .checkbox-visual:active>i {
	width: 26px;
}

.cx-calc .checkbox-label {
	display: inline-block;
	width: auto;
	margin:0;
	vertical-align: middle;
	height: auto !important;
	font-weight: normal;
	margin-top: 2px;
	text-align: left;
}
.cx-calc .checkbox-visual {
	display: inline-block;
	vertical-align: middle;
}

.cx-calc .calc_interest {
	margin: 30px 0 0;
	font-size: 5px;
	background: var(--bgcolor-gray100);
	padding: 15px 0 0;
	border-radius: 8px;
}

.cx-calc .calc_interest .spgLabel,
.cx-calc .calc_interest .calc_input {
	font-size: 20px;
	display: inline-block;
	vertical-align: top;
	margin: 0 0 0 6px;
	font-family: 'ing_me_regular';
	width: auto;
}

#v_rata_luna {
	color: #ff6200;
	font-family: 'ing_me_bold', arial;
}

.cx-calc .calc_block {
	padding: 0;
	overflow: hidden;
}

.cx-calc .calc_slider {
	margin: 15px auto;
}



.cx-calc .rez_block {
	display: flex;
	padding: 10px 0;
	justify-content:  space-between;
	border-bottom: 1px solid #d9d9d9;
}

.cx-calc .rez_block:last-child {
	border-bottom: 0;
	padding-bottom:0;
}

.cx-calc .rez_block .rez_label,
.cx-calc .rez_block .rez_result {
	display: inline-block;
	font-size: 16px;
	font-weight: normal;
	color: #707070;
	font-family: 'ing_me_regular';
	text-align: left;
}

.cx-calc .rez_block .rez_result {
	text-align: right;
	font-family: 'ing_me_bold';
}

.cx-calc .rez_block.sidebar-interest .rez_result,
.cx-calc .rez_block.val_total_credit .rez_result {
	color: #ff6200;
}

.cx-calc .spgCta {
	/* padding: 15px 0 45px; */
	/* background: #f0f0f0 */
	border-top: 1px solid #d9d9d9;
}

/* framing section */
.msg_box {
	font-size: 16px;
}
.framing_wrapper {
	padding: 0 15px !important;
}
.framing_wrapper .calc_row,
.framing_wrapper .client-profile{
	max-width: 600px;
	margin: auto;
}
.framming-info-message {
    /* color: #ff6200; */
    padding-right: 0 !important;
    background: var(--bgcolor-white);
    border: 1px solid #ff6200;
    border-radius: 4px;
    margin-bottom: 15px !important;
    padding: 10px  !important;
}
.cx-calc .choice-framing {
	border-top: 0;
}
.cx-calc .calc_framing-container {
	padding-top: 15px;
	background: var(--bgcolor-gray100);
	position: relative;
}
.cx-calc .calc_framing-container:after,
.cx-calc .calc_framing-container:before {
	content: "";
	display: block;
	position: absolute;
	top:0;
	height: 100%;
	background: var(--bgcolor-gray100);
	
	width:100%;
}
.cx-calc .calc_framing-container:after {
	right: -100%;
}
.cx-calc .calc_framing-container:before {
    left: -100%;
}
.cx-calc .calc_framing-container .calc_row {
	padding-bottom: 15px;
	position: relative;
	padding-right: 140px;
	min-height: 55px;
}
.cx-calc .calc_framing-container .spgfLabel {
	padding-top: 10px;
	display: inline-block;
}
.cx-calc .calc_framing-container .calc_input {
	position: absolute;
	right: 0;
}
.framing-result-container {
	font-family: 'ing_me_bold';
	text-align: center;
	padding-right: 0 !important;
	margin-top:15px !important;
	overflow:hidden;
}
.framing-error {
	opacity: 0;
	visibility: hidden;
	height: 0;
	color: #ff6200;
}
.framing-result-container.error .framing-result{
    display: none;
}
.framing-result-container.error .framing-error {
	transition: all 0.3s ease;
    opacity:1;
    visibility: visible;
    height:auto;
}
.framing-result-value {
	color: #ff6200;
}
.choice-mf input + label {
	background: #ff6200 !important;
}
.choice-mf input + label i:after {
	content: "B";
	text-align: center;
	display: inline-block;
	width: 24px;
	font-family: 'ing_me_bold';
	color: #ff6200;
}
.choice-mf input:checked + label i:after {
	content: "F";
}

.calc_type {
	display: flex;
	max-width: 320px;
	margin: 0 auto;
}
.pl-type {
	flex-basis: 50%;
	border: 1px solid #525199;
	color: #525199;
	padding: 6px 0;
	cursor: pointer;
	user-select: none;
}
.pl-type:first-child {
	border-radius: 5px 0 0 5px;
}
.pl-type:last-child {
	border-radius: 0 5px 5px 0;
	border-left: none;
}
.pl-type.active {
	background:#525199;
	color: var(--color-gray100);
}
.pl-type-label {
	margin: 30px 0 30px !important;
	font-family: "ing_me_bold"
}

@media (max-width: 1200px) {
	.cx-calc .spgCta {
		padding-top: 40px;
	}
}

@media (max-width: 992px) {
	.hero-caption .hero-title,
	.msg_box h2 {
		font-size: 20px;
		line-height: 1.4;
	}
	.cx-calc .calc_block .calc_actions,
	.cx-calc .calc_detailed_results {
		padding: 30px 15px;
	}
	.cx-calc .spgCta {
		padding-top: 30px;
	}
	.cx-calc .calc_detailed_results {
		padding-top: 15px;
	}
	.extra-box:first-child {
		margin-bottom: 15px;
	}
}


@media(max-width: 767px) {
	body .hero-sticky-container {
		display: none;
	}
	.cx-calc .calc_mecanica {
		font-size: 16px;
		line-height: 1.4;
	}
	.extra-box .extra-item:first-child {
		width: 100% !important;
	}
	.custom-design .btn_xs {
		font-size: 20px;
	}
	.cx-calc .rez_block .rez_result {
		min-width: 105px
	}
}

/*infopoint*/
.ip-container {
    position: relative;
    padding-left: 20px;
}
.ip-container-right {
	padding-right: 20px;
	padding-left: 0;
}
.ip-wrapper {
    position: absolute;
    left: 0;
    width: 100%;
    z-index: 1;
}
.ip-inline {
    position: relative;
    display: inline-block;
    width: auto;
}
.ip-container-right .ip-wrapper {
	left: auto;
	right: 0;
	top: 0;
	width: auto;
}
.inline-infopoint .ip-container {
	padding: 0
}
.inline-infopoint .ip-wrapper {
	position: relative;
	left:auto;
	display: inline;
	margin-left: 5px;
}
.infopoint {
    display: inline-block;
    border-radius: 50%;
    color: var(--color-white);
    background: #ff6200;
    width: 16px;
    height: 16px;
    font-size: 9px;
    line-height: 1;
    cursor: pointer;
    padding: 3px 0;
    vertical-align: top;
    margin-top: 4px;
    /* position: absolute; */
    left: 0;
    text-align: center;
}
.ip-content {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    font-family: 'ing_me_regular';
    background: var(--bgcolor-white);
    border: 1px solid #ff6200;
    bottom: 33px;
    min-width: 240px;
    left: -118px;
    padding: 5px;
    border-radius: 5px;
    transition: all 0.2s ease;
    font-size: 13px;
    line-height: 1.3;
    z-index: 1;
    text-align: left;
}
.inline-infopoint .ip-content {
	right: auto;
	bottom: 30px;
}
.ip-content:after {
    content: "";
    display: block;
    width: 12px;
    height: 12px;
    position: absolute;
    left: 50%;
    background: var(--bgcolor-white);
    transform: rotate(45deg);
    border-style: solid;
    border-width: 1px;
    border-color: #fff #ff6200 #ff6200 #fff;
    border-radius: 2px;
}
.infopoint:hover + .ip-content {
    opacity: 1;
    visibility: visible;
}

@media(max-width: 600px) {
	.ip-content {
		left: auto;
		right: 0;
	}
}