body {
	line-height: 1.3em;
}

.top {
	border-bottom: 2px solid #355ea9;
}

h1.titolo {
	font-size: 34px;
	font-weight: 700;
	color: #0b0b0b;
	text-align: center;
	margin: 50px 0 30px;
	font-style: normal !important;
}

.moodle span {
	color: #355ea9;
	font-family: inherit;
}

.moodle p {
	font-size: 18px;
	margin: 0 0 25px;
	line-height: 1.3em;
	color: #181818;
}

.header-bg {
	width: 100%;
	height: 400px;
	background: url('/immagini/moodle-img-top.jpg') no-repeat scroll center center / cover;
	margin: 0 0 25px;
}

.clearfix {
	clear: both;
}

.clearfix:before, .clearfix:after {
    display: table;
    content: "";
}

.clearfix:after {
    clear: both;
}

.box50 {
	width: 45%;
	margin-left: 10%;
	margin-bottom: 100px;
	background: #f9f9f9;
	border: 1px solid #cecece;
	float: left;
	padding: 40px 30px;
	display: flex;
	display: -webkit-flex;
    flex-wrap: wrap;
    flex-direction: column;
}

.box50:first-child {
	margin: 0 0 100px;
}

.box50 img {
	width: 80px;
	height: auto;
	margin-left: 50px;
}

.box50 h3 {
	color: #355ea9;
	text-transform: uppercase;
	font-size: 20px;
	margin: 35px 0 25px;
	font-weight: 700;
}

.box50 ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.box50 li {
	position: relative;
	font-size: 18px;
	line-height: 1.8em;
}

.box50 li::before {
    content: url("/immagini/elenco.png");
	margin-right: 10px;
}

@media only screen and (max-width: 768px) {
.box50 {
	width: 100%;
	margin: 0 0 40px;
	padding: 20px;
}

.box50:first-child {
	margin: 0 0 40px;
}

h1.titolo {
	font-size: 28px;
	margin: 10px 0 15px;
}

.moodle h1.titolo span {
	font-size: 28px;
}

.moodle span {
	color: #355ea9;
	font-family: inherit;
}

.header-bg {
	height: 200px;
}

.moodle p, .moodle ul {
	font-size: 16px !important;
	color: #181818 !important;
	text-shadow: none;
}

.box50 img {
	margin-left: 0;
}
}