
/* `Basic Font
----------------------------------------------------------------------------------------------------*/
@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap');
@font-face {
    font-family: 'Open Sans';
    src: url('DroidSans-webfont.eot');
    src: url('DroidSans-webfont.eot?#iefix') format('embedded-opentype'),
         url('DroidSans-webfont.woff') format('woff'),
         url('DroidSans-webfont.ttf') format('truetype'),
         url('DroidSans-webfont.svg#Open Sans') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Open Sans';
    src: url('DroidSans-Bold-webfont.eot');
    src: url('DroidSans-Bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('DroidSans-Bold-webfont.woff') format('woff'),
         url('DroidSans-Bold-webfont.ttf') format('truetype'),
         url('DroidSans-Bold-webfont.svg#Open Sans') format('svg');
    font-weight: normal;
    font-style: normal;
}

/* `Basic HTML
----------------------------------------------------------------------------------------------------*/

body {
	font: 12px/18px Helvetica, sans-serif;
}

a:focus {
	outline: 1px dotted;
}

hr {
	border: 0px #d6d6d6 solid;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-bottom-color: #fff;
	clear: both;
	height: 0;
}

a:link, a:visited {
	color: #333333;	
	outline: none;
}

a:hover {
	color: #0087E8;	
}



/* `Headings
----------------------------------------------------------------------------------------------------*/

h1 {
	font: 28px/34px 'Lato', 'Open Sans','Open Sans', Arial, sans-serif;
	color: #0087E8;
	letter-spacing:0;
	margin-bottom:10px;
	margin-left:10px;
	margin-right: 10px;
	margin-top:20px;
}

h1 span {
	color:#333333;
}
	
	.sottotitolo {
		font-size:20px;
		color: #0087E8;
	}

h2 {
	font-family:  'Lato', 'Open Sans', Arial, sans-serif;
	font-size: 22px;
	line-height:24px;
	color: #333333;
	border-bottom:1px solid #bbbbbb;
	padding-bottom:5px;
	font-weight:normal;
	margin-bottom:14px !important;
	padding-top:6px;
}

#lavoro h2 {
	font-family:  'Lato', 'Open Sans', Arial, sans-serif;
	font-size: 16px;
	line-height:24px;
	text-align:center;
	color: #333333;
	border-bottom:0px solid #bbbbbb;
	margin-bottom:0px !important;
	margin-top:60px;
	padding-left:0;
}

h3 {
	font-size: 16px;
	font-family:  'Lato', 'Open Sans', Arial, sans-serif;
	margin-top:5px;
}

h4 {
	font-size: 20px;
	font-weight: bold;
	color: #333333;
}

h5 {
	font-size: 12px;
	font-weight: bold;
	color: #333333;
}

h6 {
	font-size: 12px;
	font-weight: bold;
	color: #2396d9;
}

.frase-form {
	font-family:  'Lato', 'Open Sans', Arial, sans-serif;
	font-size:14px;
	line-height:20px;
	padding-left:10px;
	color:#000;
}

.testimonianza {
	font-size:16px;
	font-style:italic;
	line-height:24px;
	padding:0 10px 0 50px;
	color:#5e5e5e;
	background: transparent url(../img/quote.png) 0 5px no-repeat;
	margin:0 0 8px 0;	
}

.persona {
	padding:0 10px 0 50px;
	color:#333333;
	margin:0;
	font-weight:bold;
	margin-bottom:20px;
}

.corso {
    height: 25px;
    padding-left: 42px;
    padding-top: 7px;
	margin-top:10px;	
}

/* `Spacing
----------------------------------------------------------------------------------------------------*/

ol {
	list-style: decimal;
}

ul {
	list-style: none;
}

ul.vantaggi {
	list-style: none;
}

ul.vantaggi li {
    padding-left: 25px;
    background: transparent url(../img/lista.png) 0 7px no-repeat;
    font-family:  'Lato', 'Open Sans', Arial, sans-serif;
    margin-top: 10px;
    font-size: 16px;
    line-height: 23px;
}

.grid_7 ul li, .grid_4 ul li {
	line-height: 20px;
	padding-top:10px;
	font-size: 16px;
}

.grid_4 p {
    font-family:  'Lato', 'Open Sans',Arial,sans-serif;
    font-size: 14px;
    line-height: 20px;
}

ul.semplice {
    list-style: disc;
    margin-left: 20px;
    margin-top: 20px;
    font-size: 16px !important;
    line-height: 23px;
}

p {
    font-size: 16px !important;
    line-height: 23px !important;
}

ul.semplice li {
    background: none repeat scroll 0 center transparent;
    line-height: 18px;
    padding-left: 5px;
    padding-top: 3px;
}

p,
dl,
hr,
h2,
h3,
h4,
h5,
h6,
ol,
ul,
pre,
table,
address,
fieldset {
	margin-bottom: 2rem;
}

strong {
  font-family:  'Lato', 'Open Sans', Arial, sans-serif;
  font-weight:bolder;
}


h1 {
    font-size: 32px;
    line-height: 42px;
}


ul.semplice li {
    line-height: 21px !important;
}