* {
	font-family: 'Roboto Condensed', sans-serif;
}

body {
	overflow-y: scroll;
}

p {
	text-align: justify;
}

.bg-aduzem-light-25 {
	background: rgba(14, 168, 228, .25) !important;
	color: #000000 !important;
}

.bg-aduzem-light-50 {
	background: rgba(14, 168, 228, .5) !important;
}

.bg-aduzem-light {
	background: rgba(14, 168, 228, 1) !important;
	color: #ffffff !important;
}

.bg-aduzem-normal-25 {
	background: rgba(11, 146, 204, .25) !important;
	color: #000000 !important;
}

.bg-aduzem-normal-50 {
	background: rgba(11, 146, 204, .5) !important;
}

.bg-aduzem-normal {
	background: rgba(11, 146, 204, 1) !important;
	color: #ffffff !important;
}

.bg-aduzem-dark-25 {
	background: rgba(6, 107, 161, .25) !important;
	color: #000000 !important;
}

.bg-aduzem-dark-50 {
	background: rgba(6, 107, 161, .5) !important;
}

.bg-aduzem-dark {
	background: rgba(6, 107, 161, 1) !important;
	color: #ffffff !important;
}

.text-aduzem-light {
	color: #0ea8e4 !important;
}

.text-aduzem-dark {
	color: #066ba1 !important;
}