@font-face {
	font-family: 'Material Icons';
	font-style: normal;
	font-weight: 400;
	src: url(../font/icon.woff2) format('woff2');
}

.material-icons {
	font-family: 'Material Icons';
	font-weight: normal;
	font-style: normal;
	font-size: 24px;
	line-height: 1;
	letter-spacing: normal;
	text-transform: none;
	display: inline-block;
	white-space: nowrap;
	word-wrap: normal;
	direction: ltr;
	-webkit-font-feature-settings: 'liga';
	-webkit-font-smoothing: antialiased;
}


@font-face {
	font-family: clean4med;
	src: url(../font/font.otf) format('opentype');
}

* {
	text-align: justify;
}

.header {
	text-align: center;
}

.header img {
	width: 50%;
}

.uk-container-small {
	background-color: hsl(0deg 0% 100% / 20%);
	backdrop-filter: blur(5px);
	border-left: 2px solid hsl(200deg 75% 75%);
	border-right: 2px solid hsl(200deg 75% 75%);
}

body {
	background-image: url("../img/background.png");
	background-position-x: 0%;
	background-position-y: 50%;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: contain;
}

.uk-card-default {
	background-color: transparent;
}

p {
	text-align: justify;
}

h1 {
	font-family: clean4med;
	font-size: 1.5em;
	text-align: center;
	hyphens: none;
}

h2 {
	font-family: clean4med;
	font-size: 1.25em;
	letter-spacing: .05em;
}

h3 {
	font-family: clean4med;
	font-size: 1.15em;
	letter-spacing: .025em;
}

h4 {
	font-family: clean4med;
	font-size: 1.05em;
	letter-spacing: .025em;
}

.content {
	text-align: justify;
}

strong {
	font-family: clean4med;
	letter-spacing: .05em;
}

.ta_c {
	text-align: center;
	font-size: 1.2em;
	letter-spacing: .03em;
	width: 70%;
	margin: 2em 15%;
	line-height: 1.2em;
	hyphens: none;
}

.uk-card-body {
	padding: 10px 0px
}

.uk-card {
	padding: 0px 20px;
}

.uk-grid {
	margin-left: 0px
}

.uk-grid>* {
	padding-left: 0px
}

.uk-card-header {
	border-bottom-width: 0px !important;
}

.uk-width-expand {
	padding-left: 1.2em;
}

.footer {
	border-top: 2px solid hsl(200deg 75% 75%);
	padding: 20px 0;
}

a,
a:visited,
a:active {
	color: hsl(200deg 75% 75%) !important;
}

a:hover {
	text-decoration: underline;
}

.img_link {
	margin: 2em;
	text-align: center;
	font-size: .9em;
}

.img_link img {
	box-shadow: 2px 2px 20px hsl(200deg 75% 75%);
	border: 2px solid hsl(200deg 75% 75%);
	margin-bottom: 2px;
}

.big-botton,
.big-botton:visited {
	color: hsl(200deg 75% 50%) !important;
	font-weight: bolder;
	border: 2px solid hsl(200deg 75% 75%);
	border-radius: 200px;
	background-color: hsl(0deg 0% 100%);
	text-decoration: none !important;
	padding: .55em 1em;
	white-space: nowrap;
	text-align: center;
}

.big-botton:hover {
	color: hsl(0deg 0% 100%) !important;
	background-color: hsl(200deg 65% 65%);
}

.big-botton>.material-icons {
	margin-right: .15em;
	font-size: 1.5em;
	vertical-align: middle;
}

.uk-card-media-top,
.uk-card-media-bottom {
	outline: 2px solid hsl(200deg 62.5% 70%);
	border-radius: 10px;

	&>img {
		border-radius: 10px;
	}
}

.content-secondary {
	background-color: hsl(200deg 75% 75% / 25%) !important;
	padding: 1em;
	border-radius: .75em;
}

.uk-modal-dialog {
	width: 95%;
	border-radius: 1em;
}

.fineprint {
	color: hsl(0deg 0% 70%);
	font-size: .75em;

	&>a,
	&>a:visited {
		color: hsl(0deg 0% 70%) !important;
	}

	&>a:hover {
		color: hsl(200deg 75% 75%) !important;
	}
}

.li_link>a,
.li_link>a:visited {
	color: #000 !important;
	vertocal-align: middle;
	text-decoration: none;

	&>img {
		padding: 0 0 5px 0;
		filter: grayscale(100%);
		transition: 500ms ease;
		padding-top: 0px;
		vertical-align: middle;
	}
}

.li_link>a:hover,
.li_link>a:active {
	color: #2867b2 !important;
	text-decoration: none;

	&>img {
		filter: none;
		transition: 500ms ease;
	}
}