
* {
	box-sizing: border-box;
}
html, body {
	height: 100%;
}
html {
	font-size: 16px;
}
body {
	display: flex;
	flex-direction: column;
	font-family: "Gabarito", sans-serif;
	font-optical-sizing: auto;
	font-weight: 400;
	font-style: normal;
	font-size: 1rem;
	line-height: 1.41;
	color: #575756;
	margin: 0;
	padding: 0;
	background-color: white;
	text-align: center;
}
b, strong {
	font-weight: 700;
}
a, a:hover {
	color: white;
	text-decoration: none;
}
p {
	margin-bottom: 1.3rem;
}
img {
	margin-top: 74px;
	max-width: 517px;
	height: auto;
}
h1 {
	font-weight: 800;
	margin-top: 56px;
	font-size: 40px;
	margin-bottom: 30px;
	text-transform: uppercase;
	hyphens: auto;
	line-height: 1.2;
}
.topics {
	background-color: white;
	width: 100%;
	font-size: 18px; 
	font-weight: 700;
	color: #48aadc;
	display: flex;
	justify-content: space-evenly;
	padding: 12px 0;
}
.wrap-all {
	display: flex;
	flex: 1 0 auto;
	position: relative;
	background: url("kuli-muli.jpg") center center no-repeat;
	background-size: cover;
	align-items: center;
}
.topheader {
	height: 15px;
	background-color: #48aadc;
	flex-shrink: 0;
	position: relative;
	z-index: 1;
}
.main-footer {
	flex-shrink: 0;
	position: relative;
	z-index: 1;
	background-color: #48aadc;
	font-size: 14px;
	color: white;
	padding: 12px;
}
.opac {
	width: 80%;
	max-width: 1120px;
	margin: 0 auto;
	display: flex;
	flex-direction: column;
	background-color: rgba(255,255,255,0.75);
	align-items: center;
}
.opac-inner {
	max-width: 1000px;
	padding: 0 50px 50px;
}
.mobile {
	display: none;
}

@media (max-width: 992px) {
	.break-mobile {
		display: block;
	}
	.mobile {
		display: block;
	}
	.desktop {
		display: none;
	}
	.wrap-all {
		flex-direction: column;
	}
	img {
		display: block;
        margin-bottom: 30px;
        margin-top: 30px;
        max-width: 80%;
	}
	.topics {
		flex-direction: column;
		padding: 0;
	}
	h1 {
		margin-top: 30px;
		margin-bottom: 20px;
		font-size: 36px;
	}
	.topics span {
		padding: 6px;
		font-weight: 400;
		border-bottom: 1px solid #48aadc;
	}
	.opac-inner {
		padding: 0 15px 20px;
	}
}