<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">html.sticky-header-active .top-notification {
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 101;
}
html.sticky-header-active .body-notification #header .header-body {
	top: 50px !important;
}
.top-notification {
	background: #25479C;
	min-height: 80px;
	margin-bottom: 6px;
	display: none;
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
}
.text-notification {
	color: #fff;
}
.wrap-top-notification {
	min-height: 80px;
	display: flex;
	align-items: center;
	justify-content: flex-end;
}
#btn-top-notification {
	background: #388fff;
	border: none;
	border-radius: 3px;
	text-align: center;
	width: 240px;
	height: 40px;
	margin-left: 5rem;
	color: #fff;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
	font-weight: 400;
}
.container.banner-cta-imagen {
	margin-bottom: 5rem;
	position: relative;
}
#btn-top-notification:active {
	background: #307de1;
}
#btn-top-notification i.icn-live-support {
	position: initial;
	display: inline-block;
	margin-left: 5px;
	vertical-align: middle;
	width: 24px;
	height: 24px;
}
.img-banner-cta {
	width: 100%;
	max-width: 1140px;
}

/******/
html.sticky-header-active .body-notification #header .header-body {
	top: 30px !important;
}
.top-notification {
	background: #f0f0f0;
	min-height: 60px;
}
.wrap-top-notification {
	min-height: 60px;
}
.text-notification {
	color: #154c7a;
}
.cerrar-notification {
	position: absolute;
	top: 0;
	right: 0;
}
#close-notification {
	border: none;
	font-size: 1rem;
	color: #276eca;
	text-decoration: underline;
}
html.sticky-header-active .body-notification.notification-hidden #header .header-body {
	top: -35px !important;
}
@media (max-width: 480px) {
	.top-notification {
		min-height: 120px;
		padding: 10px 0;
	}
	.container.banner-cta-imagen {
		margin-bottom: 2rem;
	}
	.body-notification #footer {
		margin-bottom: 50px;
	}
	.wrap-top-notification {
		min-height: 80px;
		display: flex;
		align-items: center;
		justify-content: center;
		flex-wrap: wrap;
	}
	.text-notification {
		text-align: center;
		line-height: 1.5;
	}
	#btn-top-notification {
		margin: 1rem 0;
	}

	.btn-modal-soporte {
		position: fixed;
		bottom: 0;
		top: initial;
		width: 100%;
		height: 50px;
		border-radius: 0;
		left: 0;
	}

	button.open-modal-soporte {
		padding: 12px;
		width: 100%;
		height: 48px;
	}

	span.label-button {
		transform: initial;
		position: relative;
		top: initial;
		left: initial;
		display: inline-block;
		vertical-align: top;
		margin-right: 6px;
	}

	i.icn-live-support {
		position: relative;
		left: 0;
		bottom: 0;
		display: inline-block;
	}

	.widget-chat {
		z-index: 1000;
		position: absolute;
		display: none;
	}
	.modal.in .modal-dialog {
		max-width: 100% !important;
		width: 100%;
	}
	.close.popup-close {
		right: 16px;
		z-index: 2;
	}
}
.hide-banner-btn {
	position: absolute;
	top: 0;
	right: -37px;
	border: none;
	background: #363636;
	color: #fff;
	font-size: 0.9rem;
	font-weight: 500;
	letter-spacing: 0.5px;
}
.hide-banner-btn {
	position: absolute;
	top: 0;
	right: 15px;
	border: none;
	background: #eb252d;
	color: #fff;
	font-size: 0.9rem;
	font-weight: 500;
	letter-spacing: 0.5px;
}
.height-frame {
	min-height: 1200px;
}
.w-frame-80 {
    width: 80%;
    margin: 0 auto;
    display: block;
    position: relative;
    padding-right: 15px;
    padding-left: 15px;
}
.h-frame-640 {
	min-height: 640px;
}</pre></body></html>