body {
	font-family: Merriweather,'Helvetica Neue',Arial,sans-serif;
}

hr {
	border-width: 3px;
	max-width: 50px;
	margin-top: 20px;
	margin-bottom: 20px;
	margin: 30px auto;
}

hr.light {
	border-color: white;
}

a {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

ul {
	margin-top: -8px;
	padding-left: 54px;
}

li {
	margin-bottom: .5rem !important;
}

li::marker {
	color: #019bec;
}

img, image, canvas {
	pointer-events: none;
	user-select: none;
}

.img-logo {
	margin-bottom: 32px;
}

.animate-scroll {
	opacity: 0;
	transform: translateY(20px);
	transition: all 0.6s ease-out;
}

.animate-scroll.visible {
	opacity: 1;
	transform: translateY(0);
}

.hide-until-load {
	visibility: hidden;
}

.breadcrumb-container {
	padding: 12px;
	position: absolute;
	width: 100% !important;
}

.breadcrumb-no-margin {
	margin-top: 0px !important;
	margin-bottom: 0px !important;
}

.breadcrumb {
	background-color: rgb(226, 226, 226) !important;
	padding-top: 12px !important;
	padding-bottom: 6px !important;
	font-size: 18px;
	margin: 0;
}

.breadcrumb:hover {
	background-color: rgb(206, 206, 206) !important;
	box-shadow: 8px 8px 10px 0px rgba(0,0,0,0.1) !important;
}

.section-background-blue {
	background-color: #0171ae !important;
}

.section-foreground-white {
	color: white !important;
}


.section-logo-container {
	max-height: 100%;
}

.section-logo-container-img {
	max-height: 100%;
	object-fit: contain;
}

.section-title-icon-border {
	width: 4rem;
	height: 4rem;
	border-radius: .75rem;
	box-shadow: 4px 4px 5px 0px rgba(0,0,0,0.1) !important
}

.section-title-icon-background {
	background-color: #019bec !important;
}

.section-title-icon {
	font-size: 1em;
}

.section-title {
	margin-top: 60px;
}

.section-text {
	text-align: justify;
	font-size: 1.25rem;
}

.section-text-centered {
	text-align: center;
	font-size: 1.25rem;
}

.section-text-size-10 {
	font-size: 10px;
}

.section-text-indent-14 {
	margin-left: 14px !important;
}

.section-text-indent-36 {
	margin-left: 36px !important;
}

.section-text-clamped-2 {
	display: -webkit-box !important;
	-webkit-line-clamp: 2 !important;
	-webkit-box-orient: vertical !important;
	overflow: hidden !important;
}

.section-text-clamped-3 {
	display: -webkit-box !important;
	-webkit-line-clamp: 3 !important;
	-webkit-box-orient: vertical !important;
	overflow: hidden !important;
}

.section-text-clamped-4 {
	display: -webkit-box !important;
	-webkit-line-clamp: 4 !important;
	-webkit-box-orient: vertical !important;
	overflow: hidden !important;
}

.section-module-button {
        text-decoration: none;
	transition-duration: 0.2s;
}

.section-module-button:hover {
        color: #019bec;
        text-decoration: none;
        box-shadow: 8px 8px 10px 0px rgba(0,0,0,0.1) !important;
}

.section-module-button:hover p {
	color: #019bec !important;
	text-decoration: none;
}

.section-module-icon-border {
	width: 4rem;
	height: 4rem;
	border-radius: .75rem;
}

.section-module-icon-background {
	background-color: #006da8 !important;
}

.section-module-icon {
	font-size: 1em;
}

.section-button {
	text-decoration: none !important;
	background-color: #018fd9 !important;
	border-color: #018fd9 !important;
	transition-duration: 0.2s;
}

.section-button:hover {
	background-color: #019bec !important;
	border-color: #019bec !important;
	box-shadow: 8px 8px 10px 0px rgba(0,0,0,0.1) !important;
}

.section-button-icon {
	fill: currentColor;
}

.section-opacity-hidden {
	opacity: 0;
}

.section-opacity-muted {
	opacity: 0.9;
}

.section-margin-left-1 {
	margin-left: 1px;
}

.section-margin-left-3 {
	margin-left: 3px;
}

.section-icon-red {
	font-size: 24px;
	color: #e51400;
}

.section-icon-green {
	font-size: 24px;
	color: #60a917;
}

.section-text-blue {
	color: #1ba1e2;
}

.section-text-orange {
	color: #f0a30a;
}

.section-text-red {
	color: #a20025;
}

.section-text-green {
	color: #008a00;
}

.footer-link {
	color: #f8f9fa;
	text-decoration: none;
	transition: color 0.3s ease;
}

.footer-link:hover {
	color: #019bec;
}

.footer-social-icon {
	width: 35px;
	height: 35px;
	line-height: 35px;
	border-radius: 50%;
	text-align: center;
	color: #fff;
	display: inline-block;
	margin: 0 8px;
	transition: all 0.3s ease;
}

.footer-social-icon:hover {
	transform: translateY(-3px);
	color: #fff;
}
