@charset "ISO-8859-1";
/* css reset */
/*
http://meyerweb.com/eric/tools/css/reset/
v2.0 | 20110126
License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}





/* css informativa Privacy Mondadori Digital */

body {
	width: 90vw;
	margin: 20px 5vw;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 20px;
	color: #333;
}

img.responsive { max-width: 100%; height: auto; }

a:link,
a:visited { color: #d4091f; }

a:hover,
a:active { color: blue; }

.titolo {
	font-size: 16px;
	line-height: 20px;
	margin: 20px auto;
}

.titolo_paragrafo {
	font-size: 22px;
	line-height: 26px;
	font-weight: bold;
	padding-top: 50px;
	padding-bottom: 15px;
}

.paragrafo {
	padding-top: 15px;
	padding-bottom: 15px;
	line-height: 24px;
}

.list-societa li {
	margin: 20px 0 20px 0;
	padding-left: 20px;
	border-left: 3px solid #d4091f;
}

.prefisso_paragrafo {
	color: #d4091f;
}

.paragrafo_dx {
	padding-top: 15px;
	padding-bottom: 15px;
	margin-left:auto; margin-right:0
}

.paragrafo_elenco {
	padding-top: 15px;
	padding-bottom: 15px;
	margin-left:auto; margin-right:0
}

.evidenziato {
	font-weight: bold;
}

.corsivo {
	font-style: italic;
}

.sottolineato {
	text-decoration: underline;
}

@media (min-width: 768px) {
	.titolo {
		font-size: 30px;
		line-height: 36px;
	}
	.logo img {
		max-width: 640px;
	}
	.list-societa, .list-line { position: relative; }
	.list-societa li, .list-line li {
		margin: 20px 0 20px 20px;
		padding: 0;
		border: none;
	}
	.list-societa li:before, .list-line li:before {
		content: ' ';
		display: inline-block;
		position: absolute;
		margin-left: -20px;
	}
	.list-societa li:before {
		width: 8px;
		height: 8px;
		background: #d4091f;
		margin-top: 5px;
	}
	.list-line li:before {
		width: 10px;
		height: 1px;
		background: #333333;
		margin-top: 10px;
	}
}
