@import url(font-awesome.min.css);
@import url("https://fonts.googleapis.com/css?family=Open+Sans:400italic,600italic,400,600|Raleway:500,700,800");



	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 {
	border: 0;
	vertical-align: baseline;
	font-family: inherit;
	padding: 0;
	margin: 0;
	font-weight: 400;
	}

	article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
		display: block;
	}

	body {
		line-height: 1.2;
	}

	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;
	}

	body {
		-webkit-text-size-adjust: none;
	}

  

/* Box Model */

	*, *:before, *:after {
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
	}



<!--- ottimizzata--->

.container {
  margin-left: auto;
  margin-right: auto;
  width: 80em;
}

.container.125% {
  width: 100%;
  max-width: 100em;
  min-width: 80em;
}

.container.75% { width: 60em; }
.container.50% { width: 40em; }
.container.25% { width: 20em; }

/* Media queries */
@media screen and (max-width: 1680px) {
  .container {
    width: 80em;
  }
  .container.125% {
    max-width: 100em;
    min-width: 80em;
  }
  .container.75% { width: 60em; }
  .container.50% { width: 40em; }
  .container.25% { width: 20em; }
}

@media screen and (max-width: 1280px) {
  .container {
    width: 65em;
  }
  .container.125% {
    max-width: 81.25em;
    min-width: 65em;
  }
  .container.75% { width: 48.75em; }
  .container.50% { width: 32.5em; }
  .container.25% { width: 16.25em; }
}

@media screen and (max-width: 980px),
       screen and (max-width: 736px),
       screen and (max-width: 480px) {
  .container {
    width: 90%;
  }
  .container.125% {
    max-width: 112.5%;
    min-width: 90%;
  }
  .container.75% { width: 67.5%; }
  .container.50% { width: 45%; }
  .container.25% { width: 22.5%; }
}

.row {
  border-bottom: 1px solid transparent;
  box-sizing: border-box;
  margin: 0 0 -1px -2em;
}
.row > * {
  float: left;
  box-sizing: border-box;
  padding: 0 0 0 2em;
}
.row:before, .row:after {
  content: '';
  display: block;
  clear: both;
  height: 0;
}
.row.uniform > * {
  padding-top: 2em;
}
.row.uniform {
  margin: -2em 0 -1px -2em;
}

/* Varianti di padding e margin per classi specifiche */
.row.200% > * { padding-left: 4em; }
.row.200% { margin-left: -4em; }
.row.uniform.200% > * { padding: 4em 0 0 4em; }
.row.uniform.200% { margin: -4em 0 -1px -4em; }

.row.150% > * { padding-left: 3em; }
.row.150% { margin-left: -3em; }
.row.uniform.150% > * { padding: 3em 0 0 3em; }
.row.uniform.150% { margin: -3em 0 -1px -3em; }

.row.50% > * { padding-left: 1em; }
.row.50% { margin-left: -1em; }
.row.uniform.50% > * { padding: 1em 0 0 1em; }
.row.uniform.50% { margin: -1em 0 -1px -1em; }

.row.25% > * { padding-left: 0.5em; }
.row.25% { margin-left: -0.5em; }
.row.uniform.25% > * { padding: 0.5em 0 0 0.5em; }
.row.uniform.25% { margin: -0.5em 0 -1px -0.5em; }

/* Larghezze colonna */
[class*="u"] {
  clear: none;
  margin-left: 0;
}

.u-12 { width: 100%; }
.u-11 { width: 91.6666667%; }
.u-10 { width: 83.3333333%; }
.u-9  { width: 75%; }
.u-8  { width: 66.6666667%; }
.u-7  { width: 58.3333333%; }
.u-6  { width: 50%; }
.u-5  { width: 41.6666667%; }
.u-4  { width: 33.3333333%; }
.u-3  { width: 25%; }
.u-2  { width: 16.6666667%; }
.u-1  { width: 8.3333333%; }

.u-12 + *, .u-11 + *, .u-10 + *, .u-9 + *, .u-8 + *, .u-7 + *, .u-6 + *, .u-5 + *, .u-4 + *, .u-3 + *, .u-2 + *, .u-1 + * {
  clear: left;
}

.margin-left-11 { margin-left: 91.66667%; }
.margin-left-10 { margin-left: 83.33333%; }
.margin-left-9  { margin-left: 75%; }
.margin-left-8  { margin-left: 66.66667%; }
.margin-left-7  { margin-left: 58.33333%; }
.margin-left-6  { margin-left: 50%; }
.margin-left-5  { margin-left: 41.66667%; }
.margin-left-4  { margin-left: 33.33333%; }
.margin-left-3  { margin-left: 25%; }
.margin-left-2  { margin-left: 16.66667%; }
.margin-left-1  { margin-left: 8.33333%; }

/* Media queries: mantieni solo valori che cambiano, raggruppa */

@media screen and (max-width: 1680px) {
  .row {
    margin-left: -2em;
  }
  .row > * {
    padding-left: 2em;
  }
  .row.uniform {
    margin: -2em 0 -1px -2em;
  }
  .row.uniform > * {
    padding-top: 2em;
  }
  /* Raddoppio padding per 200% */
  .row.200% > * { padding-left: 4em; }
  .row.200% { margin-left: -4em; }
  .row.uniform.200% > * { padding: 4em 0 0 4em; }
  .row.uniform.200% { margin: -4em 0 -1px -4em; }
  /* ...simili per 150%, 50%, 25% ... */
}

/* Stessa logica per gli altri media query con variazione di padding e margin */


<!-- fine ottimizzazion--->

	@media screen and (max-width: 736px), screen and (max-width: 480px) {

  /* Padding e margin comuni per row e uniform */
  .row > * {
    padding-left: 1.25em;
    padding-top: 0;
  }
  .row {
    margin: 0 0 -1px -1.25em;
  }
  .row.uniform > * {
    padding-top: 1.25em;
  }
  .row.uniform {
    margin: -1.25em 0 -1px -1.25em;
  }

  /* Gestione delle varie larghezze */
  /* Mappa delle percentuali a padding e margin in em */
  /* 200% = 2.5em, 150% = 1.875em, 50% = 0.625em, 25% = 0.3125em */

  /* Creiamo una regola generica tramite attributi multipli: */
  .row.\32 00\25 > * {
    padding-left: 2.5em;
    padding-top: 0;
  }
  .row.\32 00\25 {
    margin-left: -2.5em;
    margin-bottom: -1px;
  }
  .row.uniform.\32 00\25 > * {
    padding-left: 2.5em;
    padding-top: 2.5em;
  }
  .row.uniform.\32 00\25 {
    margin-left: -2.5em;
    margin-top: -2.5em;
    margin-bottom: -1px;
  }

  .row.\31 50\25 > * {
    padding-left: 1.875em;
    padding-top: 0;
  }
  .row.\31 50\25 {
    margin-left: -1.875em;
    margin-bottom: -1px;
  }
  .row.uniform.\31 50\25 > * {
    padding-left: 1.875em;
    padding-top: 1.875em;
  }
  .row.uniform.\31 50\25 {
    margin-left: -1.875em;
    margin-top: -1.875em;
    margin-bottom: -1px;
  }

  .row.\35 0\25 > * {
    padding-left: 0.625em;
    padding-top: 0;
  }
  .row.\35 0\25 {
    margin-left: -0.625em;
    margin-bottom: -1px;
  }
  .row.uniform.\35 0\25 > * {
    padding-left: 0.625em;
    padding-top: 0.625em;
  }
  .row.uniform.\35 0\25 {
    margin-left: -0.625em;
    margin-top: -0.625em;
    margin-bottom: -1px;
  }

  .row.\32 5\25 > * {
    padding-left: 0.3125em;
    padding-top: 0;
  }
  .row.\32 5\25 {
    margin-left: -0.3125em;
    margin-bottom: -1px;
  }
  .row.uniform.\32 5\25 > * {
    padding-left: 0.3125em;
    padding-top: 0.3125em;
  }
  .row.uniform.\32 5\25 {
    margin-left: -0.3125em;
    margin-top: -0.3125em;
    margin-bottom: -1px;
  }

  /* Classi per larghezza e clear */
  /* Usa una lista per le classi con stesse proprietà */
  .\31 2u\(small\), .\31 2u\$\(small\),
  .\31 1u\(small\), .\31 1u\$\(small\),
  .\31 0u\(small\), .\31 0u\$\(small\),
  .\39u\(small\), .\39u\$\(small\),
  .\38u\(small\), .\38u\$\(small\),
  .\37u\(small\), .\37u\$\(small\),
  .\36u\(small\), .\36u\$\(small\),
  .\35u\(small\), .\35u\$\(small\),
  .\34u\(small\), .\34u\$\(small\),
  .\33u\(small\), .\33u\$\(small\),
  .\32u\(small\), .\32u\$\(small\),
  .\31u\(small\), .\31u\$\(small\) {
    clear: none;
    margin-left: 0;
  }

  .\31 2u\(small\) { width: 100%; }
  .\31 1u\(small\) { width: 91.6666666667%; }
  .\31 0u\(small\) { width: 83.3333333333%; }
  .\39u\(small\)  { width: 75%; }
  .\38u\(small\)  { width: 66.6666666667%; }
  .\37u\(small\)  { width: 58.3333333333%; }
  .\36u\(small\)  { width: 50%; }
  .\35u\(small\)  { width: 41.6666666667%; }
  .\34u\(small\)  { width: 33.3333333333%; }
  .\33u\(small\)  { width: 25%; }
  .\32u\(small\)  { width: 16.6666666667%; }
  .\31u\(small\)  { width: 8.3333333333%; }

  /* Clear left su elementi seguenti */
  .\31 2u\$\(small\) + *,
  .\31 1u\$\(small\) + *,
  .\31 0u\$\(small\) + *,
  .\39u\$\(small\) + *,
  .\38u\$\(small\) + *,
  .\37u\$\(small\) + *,
  .\36u\$\(small\) + *,
  .\35u\$\(small\) + *,
  .\34u\$\(small\) + *,
  .\33u\$\(small\) + *,
  .\32u\$\(small\) + *,
  .\31u\$\(small\) + * {
    clear: left;
  }

  /* Margin-left negativi */
  .\-11u\(small\) { margin-left: 91.66667%; }
  .\-10u\(small\) { margin-left: 83.33333%; }
  .\-9u\(small\)  { margin-left: 75%; }
  .\-8u\(small\)  { margin-left: 66.66667%; }
  .\-7u\(small\)  { margin-left: 58.33333%; }
  .\-6u\(small\)  { margin-left: 50%; }
  .\-5u\(small\)  { margin-left: 41.66667%; }
  .\-4u\(small\)  { margin-left: 33.33333%; }
  .\-3u\(small\)  { margin-left: 25%; }
  .\-2u\(small\)  { margin-left: 16.66667%; }
  .\-1u\(small\)  { margin-left: 8.33333%; }

}


/* Basic */

	@-ms-viewport {
		width: device-width;
	}

	body {
		-ms-overflow-style: scrollbar;
	}

	@media screen and (max-width: 480px) {

		html, body {
			min-width: 320px;
		}

	}

	body {
		background: #fff;
	}

		body.is-loading *, body.is-loading *:before, body.is-loading *:after {
			-moz-animation: none !important;
			-webkit-animation: none !important;
			-ms-animation: none !important;
			animation: none !important;
			-moz-transition: none !important;
			-webkit-transition: none !important;
			-ms-transition: none !important;
			transition: none !important;
		}

/* Type */

	body {
		background-color: #fff;
		color: #444;
	}

	body, input, select, textarea {
	font-family: Arial, Helvetica, sans-serif;
	
	}

	a {
	-moz-transition: border-bottom-color 0.2s ease-in-out;
	-webkit-transition: border-bottom-color 0.2s ease-in-out;
	-ms-transition: border-bottom-color 0.2s ease-in-out;
	transition: border-bottom-color 0.2s ease-in-out;
	text-decoration: none;
	border-bottom-style: none;
	}

		a:hover {
		border-bottom-color: transparent;
	}
		
		

	strong, b {
		font-weight: 600;
	}

	em, i {
		font-style: italic;
	}

	p {
		margin: 0 0 0 0;
	}

	h1, h2, h3, h4, h5, h6 {
	font-family: "Raleway", Helvetica, sans-serif;
	font-weight: 700;
	line-height: 1em;
	padding-bottom: 0.5em;
	position: relative;
	text-transform: none;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	}

		h1:after, h2:after, h3:after, h4:after, h5:after, h6:after {
			border-bottom: solid 0px;
			bottom: 0;
			content: '';
			display: inline-block;
			left: 0;
			position: absolute;
			width: 3rem;
		}

		h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
			border-bottom: 0;
			color: inherit;
			text-decoration: none;
		}

		h1.alt, h2.alt, h3.alt, h4.alt, h5.alt, h6.alt {
			margin: 0 0 1em 0;
			padding-bottom: 0;
		}

			h1.alt:after, h2.alt:after, h3.alt:after, h4.alt:after, h5.alt:after, h6.alt:after {
				display: none;
			}

	h2 {
	font-size: 3em;
	line-height: 1.25em;
	font-weight: 800;
	}
	
	h1 {
	font-size: 3em;
	line-height: 1.25em;
	font-weight: 800;
	}

	h3 {
	font-size: 1.5em;
	line-height: 1.5em;
	font-weight: 400;
	}

	h4 {
		font-size: 1.1em;
		line-height: 1.5em;
	}

	h5 {
		font-size: 0.9em;
		line-height: 1.5em;
	}

	h6 {
		font-size: 0.7em;
		line-height: 1.5em;
	}

	@media screen and (max-width: 736px) {

		h2 {
			line-height: 1.5em;
		}

	}

	sub {
		font-size: 0.8em;
		position: relative;
		top: 0.5em;
	}

	sup {
		font-size: 0.8em;
		position: relative;
		top: -0.5em;
	}

	blockquote {
		border-left: solid 4px;
		font-style: italic;
		margin: 0 0 2em 0;
		padding: 0.5em 0 0.5em 2em;
	}

	code {
		border: solid 1px;
		font-family: "Courier New", monospace;
		font-size: 0.9em;
		margin: 0 0.25em;
		padding: 0.25em 0.65em;
	}

	pre {
		-webkit-overflow-scrolling: touch;
		font-family: "Courier New", monospace;
		font-size: 0.9em;
		margin: 0 0 2em 0;
	}

		pre code {
			display: block;
			line-height: 1.75em;
			padding: 1em 1.5em;
			overflow-x: auto;
		}

	hr {
		border: 0;
		border-bottom: solid 1px;
		margin: 2em 0;
	}

		hr.major {
			margin: 3em 0;
		}

	.align-left {
		text-align: left;
	}

	.align-center {
		text-align: center;
	}

	.align-right {
		text-align: right;
	}

	input, select, textarea {
		color: #444;
	}

	a {
		color: #444;
	}

	strong, b {
		color: #444;
	}

	h1, h2, h3, h4, h5, h6 {
		color: #444;
	}

	blockquote {
		border-left-color: #e6e6e6;
	}

	code {
		background: #f6f6f6;
		border-color: #e6e6e6;
	}

	hr {
		border-bottom-color: #e6e6e6;
	}

/* Box */

	.box {
		border: solid 1px;
		margin-bottom: 2em;
		padding: 1.5em;
	}

		.box > :last-child,
		.box > :last-child > :last-child,
		.box > :last-child > :last-child > :last-child {
			margin-bottom: 0;
		}

		.box.alt {
			border: 0;
			padding: 0;
		}

	.box {
		border-color: #e6e6e6;
	}

/* Button */

	input[type="submit"],
	input[type="reset"],
	input[type="button"],
	button,
	.button {
		-moz-appearance: none;
		-webkit-appearance: none;
		-ms-appearance: none;
		appearance: none;
		-moz-transition: background-color 0.2s ease-in-out;
		-webkit-transition: background-color 0.2s ease-in-out;
		-ms-transition: background-color 0.2s ease-in-out;
		transition: background-color 0.2s ease-in-out;
		border: 0;
		border-radius: 0;
		cursor: pointer;
		display: inline-block;
		font-family: "Raleway", Helvetica, sans-serif;
		font-weight: 700;
		height: 2.75em;
		line-height: 2.75em;
		padding: 0 1.5em;
		text-align: center;
		text-decoration: none;
		text-transform: uppercase;
		white-space: nowrap;
	}

		input[type="submit"].icon,
		input[type="reset"].icon,
		input[type="button"].icon,
		button.icon,
		.button.icon {
			padding-left: 1.35em;
		}

			input[type="submit"].icon:before,
			input[type="reset"].icon:before,
			input[type="button"].icon:before,
			button.icon:before,
			.button.icon:before {
				margin-right: 0.5em;
			}

		input[type="submit"].fit,
		input[type="reset"].fit,
		input[type="button"].fit,
		button.fit,
		.button.fit {
			display: block;
			margin: 0 0 1em 0;
			width: 100%;
		}

		input[type="submit"].small,
		input[type="reset"].small,
		input[type="button"].small,
		button.small,
		.button.small {
			font-size: 0.8em;
		}

		input[type="submit"].big,
		input[type="reset"].big,
		input[type="button"].big,
		button.big,
		.button.big {
			font-size: 1.35em;
		}

		input[type="submit"].disabled, input[type="submit"]:disabled,
		input[type="reset"].disabled,
		input[type="reset"]:disabled,
		input[type="button"].disabled,
		input[type="button"]:disabled,
		button.disabled,
		button:disabled,
		.button.disabled,
		.button:disabled {
			-moz-pointer-events: none;
			-webkit-pointer-events: none;
			-ms-pointer-events: none;
			pointer-events: none;
			opacity: 0.9;
		}

	input[type="submit"],
	input[type="reset"],
	input[type="button"],
	button,
	.button {
	background-color: transparent;
	color: #000 !important;
	box-shadow: inset 0 0 0 1px #000;
	border-radius: 30px;
	margin-right: 15px;
	margin-bottom: 15px;
	}

		input[type="submit"]:hover,
		input[type="reset"]:hover,
		input[type="button"]:hover,
		button:hover,
		.button:hover {
			background-color: #CCC;
		}

		input[type="submit"]:active,
		input[type="reset"]:active,
		input[type="button"]:active,
		button:active,
		.button:active {
			background-color: #e2e2e2;
		}

		input[type="submit"].special,
		input[type="reset"].special,
		input[type="button"].special,
		button.special,
		.button.special {
			box-shadow: inset 0 0 0 1px #fff;
			color: #fff;
		}
		

			input[type="submit"].special:hover,
			input[type="reset"].special:hover,
			input[type="button"].special:hover,
			button.special:hover,
			.button.special:hover {
				background-color: #999;
				opacity: 0.8;
			}

			input[type="submit"].special:active,
			input[type="reset"].special:active,
			input[type="button"].special:active,
			button.special:active,
			.button.special:active {
				background-color: #373737;
			}



/* Features */

	.features {
		display: -moz-flex;
		display: -webkit-flex;
		display: -ms-flex;
		display: flex;
		-moz-justify-content: space-between;
		-webkit-justify-content: space-between;
		-ms-justify-content: space-between;
		justify-content: space-between;
		position: relative;
	}

		.features > section {
			width: calc(33.33333333% - 5em);
		}

			.features > section:before {
				content: '';
				display: block;
				height: 100%;
				margin-left: -3.75em;
				position: absolute;
				top: 0;
				width: 1px;
			}

			.features > section:first-child {
				border-left: 0;
			}

				.features > section:first-child:before {
					display: none;
				}

		@media screen and (max-width: 1280px) {

			.features > section {
				width: calc(33.33333333% - 2.5em);
			}

				.features > section:before {
					margin-left: -2em;
				}

		}

		@media screen and (max-width: 980px) {

			.features {
				-moz-flex-direction: column;
				-webkit-flex-direction: column;
				-ms-flex-direction: column;
				flex-direction: column;
			}

				.features > section {
					width: 100%;
				}

					.features > section:before {
						width: 100%;
						height: 1px;
						margin-left: 0;
						position: relative;
						top: -3em;
					}

					.features > section:first-child:before {
						display: none;
					}

		}

		@media screen and (max-width: 736px) {

			.features > section:before {
				top: -2.5em;
			}

		}

	.features > section:before {
		background-color: #e6e6e6;
	}

/* Form */

	form {
		margin: 0 0 2em 0;
	}

	label {
		display: block;
		margin: 0 0 0.5em 0;
		text-transform: uppercase;
		font-size: 0.9em;
		font-family: "Raleway", Helvetica, sans-serif;
		font-weight: 700;
	}

	input[type="text"],
	input[type="password"],
	input[type="email"],
	input[type="tel"],
	input[type="search"],
	input[type="url"],
	select,
	textarea {
		-moz-appearance: none;
		-webkit-appearance: none;
		-ms-appearance: none;
		appearance: none;
		border: none;
		border: solid 1px;
		border-radius: 0;
		background-color: transparent;
		color: inherit;
		display: block;
		outline: 0;
		padding: 0 1em;
		text-decoration: none;
		width: 100%;
	}

		input[type="text"]:invalid,
		input[type="password"]:invalid,
		input[type="email"]:invalid,
		input[type="tel"]:invalid,
		input[type="search"]:invalid,
		input[type="url"]:invalid,
		select:invalid,
		textarea:invalid {
			box-shadow: none;
		}

	.select-wrapper {
		text-decoration: none;
		display: block;
		position: relative;
	}

		.select-wrapper:before {
			-moz-osx-font-smoothing: grayscale;
			-webkit-font-smoothing: antialiased;
			font-family: FontAwesome;
			font-style: normal;
			font-weight: normal;
			text-transform: none !important;
		}

		.select-wrapper:before {
			content: '\f107';
			display: block;
			height: 2.75em;
			line-height: 2.75em;
			pointer-events: none;
			position: absolute;
			right: 0;
			text-align: center;
			top: 0;
			width: 2.75em;
		}

		.select-wrapper select::-ms-expand {
			display: none;
		}

	input[type="text"],
	input[type="password"],
	input[type="email"],
	input[type="tel"],
	input[type="search"],
	input[type="url"],
	select {
		height: 2.75em;
	}

	textarea {
		padding: 0.75em 1em;
	}

	input[type="checkbox"],
	input[type="radio"] {
		-moz-appearance: none;
		-webkit-appearance: none;
		-ms-appearance: none;
		appearance: none;
		display: block;
		float: left;
		margin-right: -2em;
		opacity: 0;
		width: 1em;
		z-index: -1;
	}

		input[type="checkbox"] + label,
		input[type="radio"] + label {
			text-decoration: none;
			cursor: pointer;
			display: inline-block;
			padding-left: 2.4em;
			padding-right: 0.75em;
			position: relative;
			font-size: 1em;
			font-family: "Open Sans", Helvetica, sans-serif;
			font-weight: 400;
			text-transform: none;
		}

			input[type="checkbox"] + label:before,
			input[type="radio"] + label:before {
				-moz-osx-font-smoothing: grayscale;
				-webkit-font-smoothing: antialiased;
				font-family: FontAwesome;
				font-style: normal;
				font-weight: normal;
				text-transform: none !important;
			}

			input[type="checkbox"] + label:before,
			input[type="radio"] + label:before {
				border: solid 1px;
				content: '';
				display: inline-block;
				height: 1.65em;
				left: 0;
				line-height: 1.58125em;
				position: absolute;
				text-align: center;
				top: 0;
				width: 1.65em;
			}

		input[type="checkbox"]:checked + label:before,
		input[type="radio"]:checked + label:before {
			content: '\f00c';
		}

	input[type="radio"] + label:before {
		border-radius: 100%;
	}

	::-webkit-input-placeholder {
		opacity: 1.0;
	}

	:-moz-placeholder {
		opacity: 1.0;
	}

	::-moz-placeholder {
		opacity: 1.0;
	}

	:-ms-input-placeholder {
		opacity: 1.0;
	}

	.formerize-placeholder {
		opacity: 1.0;
	}

	label {
		color: #444;
	}

	input[type="text"],
	input[type="password"],
	input[type="email"],
	select,
	textarea {
		-moz-transition: border-color 0.2s ease-in-out;
		-webkit-transition: border-color 0.2s ease-in-out;
		-ms-transition: border-color 0.2s ease-in-out;
		transition: border-color 0.2s ease-in-out;
		border-color: #e6e6e6;
	}

		input[type="text"]:focus,
		input[type="password"]:focus,
		input[type="email"]:focus,
		select:focus,
		textarea:focus {
			border-color: #444;
		}

	.select-wrapper:before {
		color: #bbb;
	}

	input[type="checkbox"] + label,
	input[type="radio"] + label {
		color: #444;
	}

		input[type="checkbox"] + label:before,
		input[type="radio"] + label:before {
			-moz-transition: border-color 0.2s ease-in-out;
			-webkit-transition: border-color 0.2s ease-in-out;
			-ms-transition: border-color 0.2s ease-in-out;
			transition: border-color 0.2s ease-in-out;
			background: #f6f6f6;
			border-color: #e6e6e6;
		}

	input[type="checkbox"]:checked + label:before,
	input[type="radio"]:checked + label:before {
		background-color: #444;
		border-color: #444;
		color: #fff;
	}

	input[type="checkbox"]:focus + label:before,
	input[type="radio"]:focus + label:before {
		border-color: #444;
	}

	::-webkit-input-placeholder {
		color: #bbb !important;
	}

	:-moz-placeholder {
		color: #bbb !important;
	}

	::-moz-placeholder {
		color: #bbb !important;
	}

	:-ms-input-placeholder {
		color: #bbb !important;
	}

	.formerize-placeholder {
		color: #bbb !important;
	}

/* Icon */

	.icon {
		text-decoration: none;
		border-bottom: none;
		position: relative;
	}

		.icon:before {
			-moz-osx-font-smoothing: grayscale;
			-webkit-font-smoothing: antialiased;
			font-family: FontAwesome;
			font-style: normal;
			font-weight: normal;
			text-transform: none !important;
		}

		.icon > .label {
			display: none;
		}

		.icon:before {
			cursor: inherit;
		}

	.icon-wrapper {
		width: 4em;
		height: 2em;
		line-height: 2em;
		display: inline-block;
		text-align: center;
		position: relative;
		margin: 1.235em 0;
	}

		.icon-wrapper:before, .icon-wrapper:after {
			content: '';
			width: 0;
			height: 0;
			border-left: solid 2em transparent;
			border-right: solid 2em transparent;
			position: absolute;
			left: 0;
		}

		.icon-wrapper:before {
			border-bottom: solid 1.235em;
			top: -1.235em;
		}

		.icon-wrapper:after {
			border-top: solid 1.235em;
			bottom: -1.235em;
		}

		.icon-wrapper .icon {
			cursor: default;
		}

			.icon-wrapper .icon:before {
				font-size: 1.5rem;
			}

		.icon-wrapper.major {
			display: block;
			margin: 1.235em 0 3.235em 0;
		}

		.icon-wrapper.small {
			font-size: 0.75em;
		}

			.icon-wrapper.small .icon:before {
				font-size: 1.25rem;
			}

	.icon-wrapper {
		background-color: #f6f6f6;
		box-shadow: 0 -1px 0 0 #f6f6f6, 0 1px 0 0 #f6f6f6;
	}

		.icon-wrapper:before {
			border-bottom-color: #f6f6f6;
		}

		.icon-wrapper:after {
			border-top-color: #f6f6f6;
		}

/* Image */

	.image {
		border: 0;
		display: inline-block;
		position: relative;
	}

		.image img {
			display: block;
		}

		.image.left, .image.right {
			max-width: 40%;
		}

			.image.left img, .image.right img {
				width: 100%;
			}

		.image.left {
			float: left;
			margin: 0 1.5em 1em 0;
			top: 0.25em;
		}

		.image.right {
			float: right;
			margin: 0 0 1em 1.5em;
			top: 0.25em;
		}

		.image.fit {
			display: block;
			margin: 0 0 2em 0;
			width: 100%;
		}

			.image.fit img {
				width: 100%;
			}

		.image.main {
			display: block;
			margin: 0 0 3em 0;
			width: 100%;
		}

			.image.main img {
				width: 100%;
			}

/* Liste generali */
ol, ul {
  margin-bottom: 2em;
}

ol {
  list-style: decimal;
  margin-top: 0;
  padding-left: 1.25em;
}

ol li {
  padding-left: 0.25em;
}

ul {
  list-style: disc;
  padding-left: 1em;
  margin: 0 0 2em 0;
  padding-top: 1em;
}

ul li {
  padding-left: 0.5em;
}

/* Liste senza stile (icone, azioni, menu, paginazione) */
ul.icons,
ul.actions,
ul.menu,
ul.pagination {
  list-style: none;
  padding-left: 0;
  margin: 0 0 2em 0;
  cursor: default;
}

/* Icone */
ul.icons li,
ul.actions li {
  display: inline-block;
  padding-right: 1em;
  vertical-align: middle;
}

ul.icons li:last-child,
ul.actions li:last-child {
  padding-right: 0;
}

ul.icons li .icon:before {
  font-size: 2em;
}

/* Actions - varianti */
ul.actions.small li {
  padding-right: 0.5em;
}

ul.actions.vertical li {
  display: block;
  padding-top: 1em;
  padding-right: 0;
}

ul.actions.vertical li:first-child {
  padding-top: 0;
}

ul.actions.vertical li > * {
  margin-bottom: 0;
}

ul.actions.vertical.small li {
  padding-top: 0.5em;
}

ul.actions.vertical.small li:first-child {
  padding-top: 0;
}

ul.actions.fit {
  display: table;
  margin-left: -1em;
  padding: 0;
  table-layout: fixed;
  width: calc(100% + 1em);
}

ul.actions.fit li {
  display: table-cell;
  padding-left: 1em;
}

ul.actions.fit li > * {
  margin-bottom: 0;
}

ul.actions.fit.small {
  margin-left: -0.5em;
  width: calc(100% + 0.5em);
}

ul.actions.fit.small li {
  padding-left: 0.5em;
}

/* Menu */
ul.menu li {
  padding: 0;
  display: inline-block;
  margin-left: 0.75em;
  padding-left: 0.75em;
  border-left: solid 1px #e6e6e6;
  line-height: 1em;
}

ul.menu li:first-child {
  margin-left: 0;
  padding-left: 0;
  border-left: 0;
}

/* Paginazione */
ul.pagination li {
  display: inline-block;
  padding-left: 0;
  vertical-align: middle;
}

ul.pagination li > .page {
  transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
  border-bottom: 0;
  display: inline-block;
  height: 1.5em;
  line-height: 1.5em;
  margin: 0 0.125em;
  min-width: 1.5em;
  padding: 0 0.5em;
  text-align: center;
}

ul.pagination li:first-child {
  padding-right: 0.75em;
}

ul.pagination li:last-child {
  padding-left: 0.75em;
}

ul.pagination li > .page.active {
  background-color: #444;
  color: #fff !important;
}

ul.pagination li > .page.active:hover {
  background-color: #515151;
}

ul.pagination li > .page.active:active {
  background-color: #373737;
}

/* Liste alternative */
ul.alt {
  list-style: none;
  padding-left: 0;
}

ul.alt li {
  border-top: solid 1px #e6e6e6;
  padding: 0.5em 0;
}

ul.alt li:first-child {
  border-top: 0;
  padding-top: 0;
}

/* Liste bulleted-icons */
ul.bulleted-icons {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
}

ul.bulleted-icons li {
  margin-top: 2em;
  overflow: hidden;
  padding-left: 4.5em;
  position: relative;
  width: 50%;
}

ul.bulleted-icons li .icon-wrapper {
  font-size: 0.65em;
  left: 0;
  position: absolute;
  top: 0;
}

ul.bulleted-icons li .icon-wrapper .icon:before {
  font-size: 1rem;
}

ul.bulleted-icons li h3 {
  font-size: 0.9em;
  margin-bottom: 0.5em;
  padding-bottom: 0;
}

ul.bulleted-icons li h3:after {
  display: none;
}

/* Definizioni */
dl {
  margin-bottom: 2em;
}

dl dt {
  display: block;
  font-weight: 600;
  margin-bottom: 1em;
}

dl dd {
  margin-left: 2em;
}

/* Media queries */
@media screen and (max-width: 1280px) {
  ul.bulleted-icons li {
    width: 100%;
    margin-top: 1em;
  }
}

@media screen and (max-width: 480px) {
  ul.actions {
    margin-bottom: 2em;
  }

  ul.actions li {
    padding: 1em 0 0 0;
    display: block;
    text-align: center;
    width: 100%;
  }

  ul.actions li:first-child {
    padding-top: 0;
  }

  ul.actions li > * {
    width: 100%;
    margin: 0 !important;
  }

  ul.actions li > *.icon:before {
    margin-left: -2em;
  }

  ul.actions.small li {
    padding: 0.5em 0 0 0;
  }

  ul.actions.small li:first-child {
    padding-top: 0;
  }

  ul.pagination li:nth-child(n+2):nth-last-child(n+2) {
    display: none;
  }

  ul.pagination li:first-child {
    padding-right: 0;
  }
}


/* Post */

	.post {
		display: -moz-flex;
		display: -webkit-flex;
		display: -ms-flex;
		display: flex;
		-moz-flex-direction: column;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
		-moz-align-items: stretch;
		-webkit-align-items: stretch;
		-ms-align-items: stretch;
		align-items: stretch;
		margin-bottom: 2em;
	}

		.post .image {
	display: block;
	width: 100%;
	-ms-flex: 0 0 auto;
		}

			.post .image img {
				width: 100%;
			}

		.post .content {
			padding: 2.5em 2.5em 0.5em 2.5em ;
			-moz-flex-grow: 1;
			-webkit-flex-grow: 1;
			-ms-flex-grow: 1;
			flex-grow: 1;
		}

		@media screen and (max-width: 1280px) {

			.post .content {
				padding: 2em 2em 0.1em 2em ;
			}

		}

		@media screen and (max-width: 736px) {

			.post {
				display: block;
			}

				.post .content {
					padding: 2em 1.5em 0.1em 1.5em ;
				}

		}

	.post .content {
		background-color: transparent;
		border: solid 1px #e6e6e6;
	}

/* Posts */

	.posts {
		display: -moz-flex;
		display: -webkit-flex;
		display: -ms-flex;
		display: flex;
		-moz-flex-wrap: wrap;
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-moz-justify-content: space-between;
		-webkit-justify-content: space-between;
		-ms-justify-content: space-between;
		justify-content: space-between;
		-moz-align-items: stretch;
		-webkit-align-items: stretch;
		-ms-align-items: stretch;
		align-items: stretch;
	}

		.posts .post {
			width: calc(33.33333333% - 1.25em);
		}

		@media screen and (max-width: 1280px) {

			.posts .post {
				width: calc(50% - 1em);
			}

		}

		@media screen and (max-width: 736px) {

			.posts {
				display: block;
			}

				.posts .post {
					width: 100%;
				}

		}

/* Section/Article */

	section.special, article.special {
		text-align: center;
	}

	header.major {
		margin: 0 0 4em 0;
	}

		header.major > :last-child {
			margin-bottom: 0;
		}

		header.major h2 {
			font-size: 2.25em;
			font-weight: 800;
			margin: 0 0 0.7em 0;
			padding-bottom: 0.75em;
		}
		
		

		@media screen and (max-width: 1280px) {

			header.major h2 {
				font-size: 1.25em;
			}

		}

/* Spotlight */

	.spotlight {
		display: -moz-flex;
		display: -webkit-flex;
		display: -ms-flex;
		display: flex;
		-moz-justify-content: space-between;
		-webkit-justify-content: space-between;
		-ms-justify-content: space-between;
		justify-content: space-between;
	}

		.spotlight .content {
			width: calc(33.3333333% - 1.25em);
		}

		.spotlight h2 {
			font-size: 3em;
			font-weight: 800;
			margin: 0 0 0.7em 0;
			padding-bottom: 0.75em;
		}
		
		
		.spotlight .image {
			width: calc(66.6666666% - 2.5em);
			margin: 0 0 2em 0;
		}

			.spotlight .image img {
				width: 100%;
			}

		@media screen and (max-width: 1280px) {

			.spotlight h2 {
	font-size: 1.25em;
			}

			.spotlight .image {
				width: calc(66.6666666% - 1.25em);
			}

		}

		@media screen and (max-width: 980px) {

			.spotlight {
				display: block;
			}

				.spotlight .content {
					width: 100%;
				}

				.spotlight .image {
					width: 100%;
					margin: 0 0 2em 0;
				}

		}
/* Table */

.table-wrapper {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

table {
  width: 100%;
  margin-bottom: 2em;
  border-collapse: separate;
}

table tbody tr {
  border: 1px solid #e6e6e6;
  border-left: 0;
  border-right: 0;
}

table tbody tr:nth-child(odd) {
  background-color: #f6f6f6;
}

table td {
  padding: 0.75em;
}

table th {
  padding: 0 0.75em 0.75em;
  text-align: left;
  text-transform: uppercase;
  font-size: 0.9em;
  font-family: "Raleway", Helvetica, sans-serif;
  font-weight: 700;
  color: #444;
}

table thead {
  border-bottom: 2px solid #e6e6e6;
}

table tfoot {
  border-top: 2px solid #e6e6e6;
}

/* table.alt overrides */

table.alt {
  border-collapse: separate;
}

table.alt tbody tr td {
  border: 1px solid #e6e6e6;
  border-left-width: 0;
  border-top-width: 0;
}

table.alt tbody tr td:first-child {
  border-left-width: 1px;
}

table.alt tbody tr:first-child td {
  border-top-width: 1px;
}

table.alt thead,
table.alt tfoot {
  border: none;
}

/* Wrapper */

.wrapper {
  position: relative;
  padding: 1em 0;
}

.wrapper > .inner {
  max-width: 90em;
  width: 90%;
  margin: 0 auto;
}

.wrapper + .wrapper {
  border-top: 1px solid #e6e6e6;
}

.wrapper.major-pad {
  padding: 6em 0 4em;
}

.wrapper.content-pad {
  padding: 0;
}

.wrapper.content-pad .content {
  padding: 4em 0 2em;
}

.wrapper.split > .inner {
  display: flex;
  justify-content: space-between;
}

.wrapper.split > .inner > * {
  width: calc(50% - 3.75em);
  position: relative;
}

.wrapper.split > .inner > *:before {
  content: '';
  display: block;
  width: 1px;
  height: 100%;
  position: absolute;
  top: 0;
  left: -3.75em;
  background-color: #e6e6e6;
}

.wrapper.split > .inner > *:first-child:before {
  display: none;
}

/* Styles for .style1 */

.wrapper.style1 {
  background-color: #444;
  color: #fff;
  border-top: 0;
}

.wrapper.style1,
.wrapper.style1 input,
.wrapper.style1 select,
.wrapper.style1 textarea,
.wrapper.style1 a,
.wrapper.style1 strong,
.wrapper.style1 b,
.wrapper.style1 h1,
.wrapper.style1 h2,
.wrapper.style1 h3,
.wrapper.style1 h4,
.wrapper.style1 h5,
.wrapper.style1 h6,
.wrapper.style1 label,
.wrapper.style1 input[type="checkbox"] + label,
.wrapper.style1 input[type="radio"] + label {
  color: #fff;
}

.wrapper.style1 blockquote {
  border-left-color: rgba(255, 255, 255, 0.25);
}

.wrapper.style1 code {
  background: rgba(255, 255, 255, 0.075);
  border-color: rgba(255, 255, 255, 0.25);
}

.wrapper.style1 hr {
  border-bottom-color: rgba(255, 255, 255, 0.25);
}

.wrapper.style1 .box {
  border-color: rgba(255, 255, 255, 0.25);
}

.wrapper.style1 input[type="submit"],
.wrapper.style1 input[type="reset"],
.wrapper.style1 input[type="button"],
.wrapper.style1 button,
.wrapper.style1 .button {
  background-color: transparent;
  color: #fff !important;
  box-shadow: inset 0 0 0 1px #fff;
  transition: background-color 0.3s ease;
}

.wrapper.style1 input[type="submit"]:hover,
.wrapper.style1 input[type="reset"]:hover,
.wrapper.style1 input[type="button"]:hover,
.wrapper.style1 button:hover,
.wrapper.style1 .button:hover {
  background-color: rgba(255, 255, 255, 0.075);
}

.wrapper.style1 input[type="submit"]:active,
.wrapper.style1 input[type="reset"]:active,
.wrapper.style1 input[type="button"]:active,
.wrapper.style1 button:active,
.wrapper.style1 .button:active {
  background-color: rgba(255, 255, 255, 0.2);
}

.wrapper.style1 input[type="submit"].special,
.wrapper.style1 input[type="reset"].special,
.wrapper.style1 input[type="button"].special,
.wrapper.style1 button.special,
.wrapper.style1 .button.special {
  box-shadow: none;
  background-color: #fff;
  color: #444 !important;
}

.wrapper.style1 input[type="submit"].special:hover,
.wrapper.style1 input[type="reset"].special:hover,
.wrapper.style1 input[type="button"].special:hover,
.wrapper.style1 button.special:hover,
.wrapper.style1 .button.special:hover {
  background-color: #eee;
}

.wrapper.style1 input[type="submit"].special:active,
.wrapper.style1 input[type="reset"].special:active,
.wrapper.style1 input[type="button"].special:active,
.wrapper.style1 button.special:active,
.wrapper.style1 .button.special:active {
  background-color: #ccc;
}

.wrapper.style1 .features > section:before {
  background-color: rgba(255, 255, 255, 0.25);
}

.wrapper.style1 input[type="text"],
.wrapper.style1 input[type="password"],
.wrapper.style1 input[type="email"],
.wrapper.style1 select,
.wrapper.style1 textarea {
  border: 1px solid rgba(255, 255, 255, 0.25);
  transition: border-color 0.2s ease-in-out;
  background: transparent;
  color: #fff;
}

.wrapper.style1 input[type="text"]:focus,
.wrapper.style1 input[type="password"]:focus,
.wrapper.style1 input[type="email"]:focus,
.wrapper.style1 select:focus,
.wrapper.style1 textarea:focus {
  border-color: #fff;
}

.wrapper.style1 .select-wrapper:before {
  color: #888;
}

.wrapper.style1 input[type="checkbox"] + label:before,
.wrapper.style1 input[type="radio"] + label:before {
  background: rgba(255, 255, 255, 0.075);
  border: 1px solid rgba(255, 255, 255, 0.25);
  transition: border-color 0.2s ease-in-out;
}

.wrapper.style1 input[type="checkbox"]:checked + label:before,
.wrapper.style1 input[type="radio"]:checked + label:before {
  background-color: #fff;
  border-color: #fff;
  color: #444;
}

.wrapper.style1 input[type="checkbox"]:focus + label:before,
.wrapper.style1 input[type="radio"]:focus + label:before {
  border-color: #fff;
}

/* Placeholder colors */
.wrapper.style1 ::-webkit-input-placeholder,
.wrapper.style1 :-moz-placeholder,
.wrapper.style1 ::-moz-placeholder,
.wrapper.style1 :-ms-input-placeholder,
.wrapper.style1 .formerize-placeholder {
  color: #888 !important;
}

.wrapper.style1 .icon-wrapper {
  background-color: #fff;
  box-shadow: 0 -1px 0 0 #fff, 0 1px 0 0 #fff;
}

.wrapper.style1 .icon-wrapper:before {
  border-bottom-color: #fff;
}

.wrapper.style1 .icon-wrapper:after {
  border-top-color: #fff;
}

.wrapper.style1 .icon-wrapper .icon {
  color: #444;
}

.wrapper.style1 ul.alt li {
  border-top-color: rgba(255, 255, 255, 0.25);
}

.wrapper.style1 ul.menu li {
  border-left-color: rgba(255, 255, 255, 0.25);
}

.wrapper.style1 ul.pagination li > .page.active {
  background-color: #444;
  color: #fff !important;
}

.wrapper.style1 ul.pagination li > .page.active:hover {
  background-color: #515151;
}

.wrapper.style1 ul.pagination li > .page.active:active {
  background-color: #373737;
}

.wrapper.style1 .post .content {
  background-color: transparent;
  border: 1px solid #e6e6e6;
}

.wrapper.style1 table tbody tr {
  border-color: rgba(255, 255, 255, 0.25);
}

.wrapper.style1 table tbody tr:nth-child(odd) {
  background-color: rgba(255, 255, 255, 0.075);
}

.wrapper.style1 table th {
  color: #fff;
}

.wrapper.style1 table thead {
  border-bottom-color: rgba(255, 255, 255, 0.25);
}

.wrapper.style1 table tfoot {
  border-top-color: rgba(255, 255, 255, 0.25);
}

.wrapper.style1 table.alt tbody tr td {
  border-color: rgba(255, 255, 255, 0.25);
}

.wrapper.style1 + .wrapper {
  border-top: 0;
}

.wrapper.style1.split > .inner > *:before {
  background-color: rgba(255, 255, 255, 0.25);
}

/* Styles for .style2 */

.wrapper.style2 {
  background-color: #fff;
  color: #444;
}

.wrapper.style2,
.wrapper.style2 input,
.wrapper.style2 select,
.wrapper.style2 textarea,
.wrapper.style2 a,
.wrapper.style2 strong,
.wrapper.style2 b,
.wrapper.style2 h1,
.wrapper.style2 h2,
.wrapper.style2 h3,
.wrapper.style2 h4,
.wrapper.style2 h5,
.wrapper.style2 h6,
.wrapper.style2 label,
.wrapper.style2 input[type="checkbox"] + label,
.wrapper.style2 input[type="radio"] + label {
  color: #444;
}

.wrapper.style2 blockquote {
  border-left-color: #e6e6e6;
}

.wrapper.style2 code {
  background: rgba(144, 144, 144, 0.075);
  border-color: #e6e6e6;
}

.wrapper.style2 hr {
  border-bottom-color: #e6e6e6;
}

.wrapper.style2 .box {
  border-color: #e6e6e6;
}

.wrapper.style2 input[type="submit"],
.wrapper.style2 input[type="reset"],
.wrapper.style2 input[type="button"],
.wrapper.style2 button,
.wrapper.style2 .button {
  background-color: transparent;
  color: #444 !important;
  box-shadow: inset 0 0 0 1px #444;
  transition: background-color 0.3s ease;
}

.wrapper.style2 input[type="submit"]:hover,
.wrapper.style2 input[type="reset"]:hover,
.wrapper.style2 input[type="button"]:hover,
.wrapper.style2 button:hover,
.wrapper.style2 .button:hover {
  background-color: rgba(144, 144, 144, 0.075);
}

.wrapper.style2 input[type="submit"]:active,
.wrapper.style2 input[type="reset"]:active,
.wrapper.style2 input[type="button"]:active,
.wrapper.style2 button:active,
.wrapper.style2 .button:active {
  background-color: rgba(144, 144, 144, 0.2);
}

.wrapper.style2 input[type="submit"].special,
.wrapper.style2 input[type="reset"].special,
.wrapper.style2 input[type="button"].special,
.wrapper.style2 button.special,
.wrapper.style2 .button.special {
  box-shadow: none;
  background-color: #444;
  color: #fff !important;
}

.wrapper.style2 input[type="submit"].special:hover,
.wrapper.style2 input[type="reset"].special:hover,
.wrapper.style2 input[type="button"].special:hover,
.wrapper.style2 button.special:hover,
.wrapper.style2 .button.special:hover {
  background-color: #515151;
}

.wrapper.style2 input[type="submit"].special:active,
.wrapper.style2 input[type="reset"].special:active,
.wrapper.style2 input[type="button"].special:active,
.wrapper.style2 button.special:active,
.wrapper.style2 .button.special:active {
  background-color: #373737;
}

.wrapper.style2 .features > section:before {
  background-color: #e6e6e6;
}

.wrapper.style2 input[type="text"],
.wrapper.style2 input[type="password"],
.wrapper.style2 input[type="email"],
.wrapper.style2 select,
.wrapper.style2 textarea {
  border: 1px solid #e6e6e6;
  transition: border-color 0.2s ease-in-out;
  background: transparent;
  color: #444;
}

.wrapper.style2 input[type="text"]:focus,
.wrapper.style2 input[type="password"]:focus,
.wrapper.style2 input[type="email"]:focus,
.wrapper.style2 select:focus,
.wrapper.style2 textarea:focus {
  border-color: #444;
}

.wrapper.style2 .select-wrapper:before {
  color: #bbb;
}

.wrapper.style2 input[type="checkbox"] + label:before,
.wrapper.style2 input[type="radio"] + label:before {
  background: rgba(144, 144, 144, 0.075);
  border: 1px solid #e6e6e6;
  transition: border-color 0.2s ease-in-out;
}

.wrapper.style2 input[type="checkbox"]:checked + label:before,
.wrapper.style2 input[type="radio"]:checked + label:before {
  background-color: #444;
  border-color: #444;
  color: #fff;
}

.wrapper.style2 input[type="checkbox"]:focus + label:before,
.wrapper.style2 input[type="radio"]:focus + label:before {
  border-color: #444;
}

/* Placeholder colors */
.wrapper.style2 ::-webkit-input-placeholder,
.wrapper.style2 :-moz-placeholder,
.wrapper.style2 ::-moz-placeholder,
.wrapper.style2 :-ms-input-placeholder,
.wrapper.style2 .formerize-placeholder {
  color: #bbb !important;
}

.wrapper.style2 .icon-wrapper {
  background-color: rgba(144, 144, 144, 0.075);
  box-shadow: 0 -1px 0 0 rgba(144, 144, 144, 0.075), 0 1px 0 0 rgba(144, 144, 144, 0.075);
}

.wrapper.style2 .icon-wrapper:before {
  border-bottom-color: rgba(144, 144, 144, 0.075);
}

.wrapper.style2 .icon-wrapper:after {
  border-top-color: rgba(144, 144, 144, 0.075);
}

.wrapper.style2 ul.alt li {
  border-top-color: #e6e6e6;
}

.wrapper.style2 ul.menu li {
  border-left-color: #e6e6e6;
}

.wrapper.style2 ul.pagination li > .page.active {
  background-color: #444;
  color: #fff !important;
}

.wrapper.style2 ul.pagination li > .page.active:hover {
  background-color: #515151;
}

.wrapper.style2 ul.pagination li > .page.active:active {
  background-color: #373737;
}

.wrapper.style2 .post .content {
  background-color: #fff;
  border: none;
}

.wrapper.style2 table tbody tr {
  border-color: #e6e6e6;
}

.wrapper.style2 table tbody tr:nth-child(odd) {
  background-color: rgba(144, 144, 144, 0.075);
}

.wrapper.style2 table th {
  color: #444;
}

.wrapper.style2 table thead {
  border-bottom-color: #e6e6e6;
}

.wrapper.style2 table tfoot {
  border-top-color: #e6e6e6;
}

.wrapper.style2 table.alt tbody tr td {
  border-color: #e6e6e6;
}

.wrapper.style2 + .wrapper {
  border-top: 0;
}

.wrapper.style2.split > .inner > *:before {
  background-color: #e6e6e6;
}

/* Sidebar */

.wrapper.sidebar > .inner {
  display: flex;
  flex-wrap: wrap;
}

.wrapper.sidebar > .inner > header {
  width: 100%;
}

.wrapper.sidebar > .inner > .content {
  width: 75%;
  padding-right: 4em;
}

.wrapper.sidebar > .inner > .sidebar {
  width: 25%;
}

.wrapper.sidebar.left > .inner {
  flex-direction: row-reverse;
}

.wrapper.sidebar.left > .inner > .content {
  padding-left: 4em;
}

/* Responsive */

@media screen and (max-width: 1280px) {
  .wrapper {
    padding: 3em 0;
  }
  .wrapper > .inner {
    width: 100%;
    padding: 0 3em;
  }
  .wrapper.major-pad {
    padding: 4em 0 2em;
  }
  .wrapper.content-pad .content {
    padding: 3em 0 1em;
  }
  .wrapper.split > .inner > * {
    width: calc(50% - 2em);
  }
  .wrapper.split > .inner > *:before {
    margin-left: -2em;
  }
}

@media screen and (max-width: 980px) {
  .wrapper.sidebar > .inner {
    flex-direction: row;
  }
  .wrapper.sidebar > .inner > .content {
    width: 100%;
    padding: 0;
  }
  .wrapper.sidebar > .inner > .sidebar {
    width: 100%;
    border-top: 2px solid #e6e6e6;
    margin-top: 2em;
    padding-top: 4em;
  }
  .wrapper.sidebar.style1 > .inner > .sidebar {
    border-top-color: rgba(255, 255, 255, 0.25);
  }
  .wrapper.sidebar.style2 > .inner > .sidebar {
    border-top-color: #e6e6e6;
  }

  .wrapper > .inner > * {
    width: 100%;
    padding-left: 0 !important;
  }
  .wrapper.split > .inner {
    flex-direction: column;
  }
  .wrapper.split > .inner > * {
    width: 100%;
    padding-top: 3em;
    margin-top: 1em;
    position: relative;
  }
  .wrapper.split > .inner > *:before {
    margin-left: 0;
    position: relative;
    height: 1px;
    width: 100%;
    top: -3em;
    left: 0;
  }
  .wrapper.split > .inner > *:first-child {
    padding-top: 0;
    margin-top: 0;
  }
  .wrapper.split > .inner > *:first-child:before {
    display: none;
  }
}

@media screen and (max-width: 736px) {
  .wrapper {
    padding: 2.5em 0 0.5em;
  }
  .wrapper > .inner {
    padding: 0 1.5em;
  }
  .wrapper.major-pad {
    padding: 2.5em 0 0.5em;
  }
  .wrapper.content-pad .content {
    padding: 2.5em 0 0.5em;
  }
}


/* Header */

	body {
		padding-top: 3.5em;
	}

	@-moz-keyframes reveal-header {
		0% {
			top: -4em;
			opacity: 0;
		}

		100% {
			top: 0;
			opacity: 1;
		}
	}

	@-webkit-keyframes reveal-header {
		0% {
			top: -4em;
			opacity: 0;
		}

		100% {
			top: 0;
			opacity: 1;
		}
	}

	@-ms-keyframes reveal-header {
		0% {
			top: -4em;
			opacity: 0;
		}

		100% {
			top: 0;
			opacity: 1;
		}
	}

	@keyframes reveal-header {
		0% {
			top: -4em;
			opacity: 0;
		}

		100% {
			top: 0;
			opacity: 1;
		}
	}

	#header {
		background-color: #fff;
		box-shadow: 0 0 0.125em 0 rgba(0, 0, 0, 0.35);
		font-family: "Raleway", Helvetica, sans-serif;
		font-weight: 500;
		height: 3.5em;
		left: 0;
		line-height: 3.5em;
		position: fixed;
		text-transform: uppercase;
		top: 0;
		width: 100%;
		z-index: 10000;
		
	}

		#header h1 {
			height: inherit;
			left: 1.5em;
			line-height: inherit;
			margin: 0;
			padding-bottom: 0;
			position: relative;
		}

			#header h1:after {
				display: none;
			}

			#header h1 a {
				color: inherit;
			}

				#header h1 a span {
					font-weight: 500;
				}

		#header nav {
			height: inherit;
			line-height: inherit;
			position: absolute;
			right: 1.5em;
			top: 0;
		}

			#header nav > ul {
				list-style: none;
				margin: 0;
				padding: 0;
			}

				#header nav > ul > li {
					display: inline-block;
					margin-left: 2em;
					padding: 0;
				}

					#header nav > ul > li > ul {
						display: none;
					}

					#header nav > ul > li a {
						text-decoration: none;
						border-bottom: 0;
						font-weight: 600;
					}

						#header nav > ul > li a:before {
							-moz-osx-font-smoothing: grayscale;
							-webkit-font-smoothing: antialiased;
							font-family: FontAwesome;
							font-style: normal;
							font-weight: normal;
							text-transform: none !important;
						}

						#header nav > ul > li a:before {
							margin-right: 0.75em;
						}

					#header nav > ul > li:first-child {
						margin-left: 0;
					}

		#header .navPanelToggle {
			text-decoration: none;
			border: 0;
			height: 4em;
			position: absolute;
			right: 0;
			top: 0;
			width: 5em;
			display: none;
		}

			#header .navPanelToggle:before {
				-moz-osx-font-smoothing: grayscale;
				-webkit-font-smoothing: antialiased;
				font-family: FontAwesome;
				font-style: normal;
				font-weight: normal;
				text-transform: none !important;
			}

			#header .navPanelToggle:before {
				content: '\f0c9';
				width: 3em;
				height: 3em;
				display: block;
				position: absolute;
				right: 0;
				top: 0;
				text-align: center;
			}

		#header + #banner {
			margin-top: -3.5em;
		}

		#header.reveal {
			-moz-animation: reveal-header 0.5s ease;
			-webkit-animation: reveal-header 0.5s ease;
			-ms-animation: reveal-header 0.5s ease;
			animation: reveal-header 0.5s ease;
		}

		#header.alt {
			background-color: #444;
			color: #fff;
			-moz-animation: none;
			-webkit-animation: none;
			-ms-animation: none;
			animation: none;
			background-color: transparent;
			box-shadow: none;
			overflow: hidden;
			position: absolute;
			
		}

			#header.alt input[type="submit"],
			#header.alt input[type="reset"],
			#header.alt input[type="button"],
			#header.alt button,
			#header.alt .button {
				background-color: transparent;
				color: #fff !important;
				box-shadow: inset 0 0 0 1px #fff;
			}

				#header.alt input[type="submit"]:hover,
				#header.alt input[type="reset"]:hover,
				#header.alt input[type="button"]:hover,
				#header.alt button:hover,
				#header.alt .button:hover {
					background-color: rgba(255, 255, 255, 0.075);
				}

				#header.alt input[type="submit"]:active,
				#header.alt input[type="reset"]:active,
				#header.alt input[type="button"]:active,
				#header.alt button:active,
				#header.alt .button:active {
					background-color: rgba(255, 255, 255, 0.2);
				}

				#header.alt input[type="submit"].special,
				#header.alt input[type="reset"].special,
				#header.alt input[type="button"].special,
				#header.alt button.special,
				#header.alt .button.special {
	box-shadow: none;
	color: #FFF !important;
	background-color: #e60023; /* rosso vivo */
  color: #ffffff;
  padding: 0.6em 1.2em;
  border-radius: 30px;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: 0.05em;
  transition: background-color 0.3s ease, transform 0.2s ease;
  display: inline-flex;
  align-items: center;
  gap: 0.5em;
				}
				
#nav .button.special:hover,
#nav .button.special:focus {
  background-color: #cc001f;
  transform: scale(1.05);
  color: #fff;
  text-decoration: none;
}

#nav .button.special::before {
  content: "\f004"; /* <- questo è dove metti \f004 */
  font-family: "Font Awesome 5 Free"; /* assicura che venga mostrata l'icona */
  font-weight: 900; /* peso necessario per far apparire le icone solid */
  font-size: 0.9em;
  margin-right: 0.5em;
}

#nav ul li a:hover {
  color: #dddddd; /* grigio chiaro elegante */
  transform: translateY(-2px);
  
}	

/* Dona ora: stile costante anche dopo lo scroll */
#header .button.special.small {
  box-shadow: none;
	color: #FFF !important;
	background-color: #e60023; /* rosso vivo */
  color: #ffffff;
  padding: 0.6em 1.2em;
  border-radius: 30px;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: 0.05em;
  transition: background-color 0.3s ease, transform 0.2s ease;
  display: inline-flex;
  align-items: center;
  gap: 0.5em;
}

#header .button.special.small:hover {
  background-color: #e60023;
  color: #fff;
}

/* Stile solo per i sottomenu con classe submenu-list */
.submenu-list {
  background: #fff;
  border: 1px solid #eee;
  border-radius: 8px;
  min-width: 200px;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.06);
  padding: 0.1em 0;
  position: absolute;
  z-index: 999;
}

/* Elimina eventuali margini dai <li> */
.submenu-list li {
  margin: 0;
  padding: 0;
}

/* Riduce davvero lo spazio verticale */
.submenu-list li a {
  display: block;
  padding: 12px 20px; /* ↓ padding verticale ↓ */
  color: #444;
  font-size: 14px;
  font-weight: 400;
  text-decoration: none;
  transition: background 0.2s ease, color 0.2s ease, padding-left 0.2s;
  line-height: 1.2; /* compatta il testo */
}

/* Hover sobrio */
.submenu-list li a:hover {
  background-color: #f8f8f8;
  color: #b3001b;
  padding-left: 22px;
}
		

			#header.alt input, #header.alt select, #header.alt textarea {
				color: #fff;
			}

			#header.alt a {
				color: #fff;
			}

			#header.alt strong, #header.alt b {
				color: #fff;
			}

			#header.alt h1, #header.alt h2, #header.alt h3, #header.alt h4, #header.alt h5, #header.alt h6 {
				color: #fff;
			}

			#header.alt blockquote {
				border-left-color: rgba(255, 255, 255, 0.25);
			}

			#header.alt code {
				background: rgba(255, 255, 255, 0.075);
				border-color: rgba(255, 255, 255, 0.25);
			}

			#header.alt hr {
				border-bottom-color: rgba(255, 255, 255, 0.25);
			}

			#header.alt h1 {
				left: 2.5em;
			}

			#header.alt nav {
				right: 2.5em;
			}

		@media screen and (max-width: 1280px) {

			#header.alt {
	top: 0.75em;
			}

				#header.alt h1 {
					left: 1.5em;
				}

				#header.alt nav {
					right: 1.5em;
				}

		}

		@media screen and (max-width: 980px) {

			#header.alt {
				top: 0;
			}

			#header nav {
				display: none;
			}

			#header .navPanelToggle {
				display: block;
			}

		}

		@media screen and (max-width: 736px) {

			#header {
				height: 3em;
				line-height: 3em;
			}

				#header h1 {
					left: 1em !important;
				}

					#header h1 a {
						font-size: 0.9em;
					}

		}

	.dropotron {
		list-style: none;
		padding: 0;
		background: #fff;
		color: #444;
		min-width: 13em;
		padding: 0.75em;
		margin-top: -0.5em;
		font-family: "Raleway", Helvetica, sans-serif;
		font-weight: 500;
		text-transform: uppercase;
		box-shadow: 0 0 0.125em 0 rgba(0, 0, 0, 0.35);
	}

		.dropotron li {
			box-shadow: inset 0 1px 0 0 #e6e6e6;
		}

			.dropotron li:first-child {
				box-shadow: none;
			}

		.dropotron a {
			color: inherit;
			text-decoration: none;
			letter-spacing: 0.05em;
			font-size: 0.8em;
			display: block;
			line-height: 3em;
			border: 0;
		}

		.dropotron.level-0 {
			margin-top: 0;
		}

			.dropotron.level-0:before {
				content: '';
				border-left: solid 0.5em transparent;
				border-right: solid 0.5em transparent;
				border-bottom: solid 0.5em #fff;
				display: block;
				position: absolute;
				top: -0.45em;
				left: 50%;
				margin-left: -0.25em;
			}

/* Banner */

#banner {
  background-color: #444;
  color: #fff;
  min-height: 40em;
  height: 75vh;
  position: relative;
}

#banner input,
#banner select,
#banner textarea,
#banner a,
#banner strong,
#banner b,
#banner h1, #banner h2, #banner h3, #banner h4, #banner h5, #banner h6 {
  color: #fff;
}

#banner blockquote {
  border-left-color: rgba(255, 255, 255, 0.25);
}

#banner code {
  background: rgba(255, 255, 255, 0.075);
  border-color: rgba(255, 255, 255, 0.25);
}

#banner hr {
  border-bottom-color: rgba(255, 255, 255, 0.25);
}

#banner::after {
  pointer-events: none;
  transition: opacity 1.5s ease-in-out, visibility 1.5s;
  background: #000511;
  content: '';
  display: block;
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  visibility: hidden;
  width: 100%;
  z-index: 2;
}

#banner .indicators {
  position: absolute;
  bottom: 1.5em;
  left: 0;
  width: 100%;
  text-align: center;
  list-style: none;
  margin: 0;
  padding: 0;
  z-index: 2;
}

#banner .indicators li {
  cursor: pointer;
  display: inline-block;
  height: 2em;
  width: 2em;
  padding: 0;
  position: relative;
  overflow: hidden;
  text-indent: 2em;
}

#banner .indicators li::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0.8em;
  height: 0.8em;
  margin: -0.4em 0 0 -0.4em;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.35);
  text-indent: 0;
  display: inline-block;
}

#banner .indicators li.visible::before {
  background: #fff;
}

#banner > article {
  position: absolute;
  top: 0; left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  z-index: 0;
  text-align: left;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  transition: opacity 1.5s ease, visibility 1.5s;
}

#banner > article::before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

#banner > article::after {
  content: '';
  position: absolute;
  top: 0; left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.35;
  display: block;
}

#banner > article .inner {
  position: relative;
  display: inline-block;
  vertical-align: bottom;
  z-index: 1;
  padding-bottom: 5em;
  padding-left: 5em;
  width: 50%;
}

#banner > article .inner > :last-child {
  margin-bottom: 0;
}

#banner > article h2 {
  font-weight: 800;
  font-size: 3.5em;
  margin: 0 0 0.5em;
  color: #fff;
  padding-bottom: 0;
}

#banner > article p {
  font-size: 1.2em;
  font-weight: 400;
  color: #fff;
}

#banner > article h2::after {
  display: none;
}

#banner > article img {
  display: none;
}

#banner > article.visible {
  opacity: 1;
  visibility: visible;
}

#banner > article.top {
  z-index: 1;
}

#banner > article.instant {
  transition: none !important;
}

body.is-loading #banner::after {
  opacity: 1;
  visibility: visible;
}

@media screen and (max-width: 736px) {
  #banner {
    min-height: 25em;
  }

  #banner > article .inner {
    width: 90%;
  }

  #banner > article h2 {
    font-size: 2em;
    font-weight: 700;
  }
}

body.is-mobile #banner > article {
  background-attachment: scroll;
}

/* Main */

#main {
  padding: 6em 0 4em;
}

#main > .inner > header.major:first-child {
  margin-bottom: 6em;
}

@media screen and (max-width: 1280px) {
  #main {
    padding: 4em 0 2em;
  }

  #main > .inner > header.major:first-child {
    margin-bottom: 4em;
  }
}

@media screen and (max-width: 736px) {
  #main {
    padding: 2.5em 0 0.5em;
  }

  #main > .inner > header.major:first-child {
    margin-bottom: 2.5em;
  }
}

/* Footer */

	#footer {
		padding: 4em 0 2em 0 ;
		border-top: solid 1px #e6e6e6;
		position: relative;
	}

		#footer > .inner {
			margin: 0 auto;
			max-width: 90em;
			position: relative;
			width: 90%;
		}

		#footer .copyright {
			color: #bbb;
			font-size: 0.9em;
		}

		#footer .menu {
			color: #bbb;
			font-size: 0.9em;
			position: absolute;
			right: 0;
			top: 0;
		}

			#footer .menu a {
				color: inherit;
			}

		@media screen and (max-width: 1280px) {

			#footer {
				padding: 3em 0 1em 0 ;
				text-align: center;
			}

				#footer .copyright {
					margin: 0 0 1em 0;
				}

				#footer .menu {
					position: relative;
				}

		}

		@media screen and (max-width: 480px) {

			#footer .menu li a span {
				display: none;
			}

		}

/* Navigation Panel */

	#navPanel {
		-moz-transform: translateX(20em);
		-webkit-transform: translateX(20em);
		-ms-transform: translateX(20em);
		transform: translateX(20em);
		-moz-transition: -moz-transform 0.5s ease, box-shadow 0.5s ease, visibility 0.5s;
		-webkit-transition: -webkit-transform 0.5s ease, box-shadow 0.5s ease, visibility 0.5s;
		-ms-transition: -ms-transform 0.5s ease, box-shadow 0.5s ease, visibility 0.5s;
		transition: transform 0.5s ease, box-shadow 0.5s ease, visibility 0.5s;
		-webkit-overflow-scrolling: touch;
		background-color: #fff;
		box-shadow: none;
		display: none;
		height: 100%;
		max-width: 80%;
		overflow-y: auto;
		position: fixed;
		right: 0;
		top: 0;
		visibility: hidden;
		width: 20em;
		z-index: 10002;
		font-family: "Raleway", Helvetica, sans-serif;
		font-weight: 500;
		text-transform: uppercase;
	}

		#navPanel nav {
			padding: 3em 2em;
		}

		#navPanel .link {
			border: 0;
			border-top: solid 1px #e6e6e6;
			color: inherit !important;
			display: block;
			font-size: 0.9em;
			padding: 0.75em 0;
		}

			#navPanel .link:first-child {
				border-top: 0;
			}

			#navPanel .link.depth-0 {
				font-weight: 700;
				color: inherit !important;
			}

			#navPanel .link .indent-1 {
				display: inline-block;
				width: 1.25em;
			}

			#navPanel .link .indent-2 {
				display: inline-block;
				width: 2.5em;
			}

			#navPanel .link .indent-3 {
				display: inline-block;
				width: 3.75em;
			}

			#navPanel .link .indent-4 {
				display: inline-block;
				width: 5em;
			}

			#navPanel .link .indent-5 {
				display: inline-block;
				width: 6.25em;
			}

		#navPanel .close {
			text-decoration: none;
			-moz-transition: color 0.2s ease-in-out;
			-webkit-transition: color 0.2s ease-in-out;
			-ms-transition: color 0.2s ease-in-out;
			transition: color 0.2s ease-in-out;
			-webkit-tap-highlight-color: transparent;
			border: 0;
			color: #444;
			cursor: pointer;
			display: block;
			height: 4em;
			padding-right: 1.25em;
			position: absolute;
			right: 0;
			text-align: right;
			top: 0;
			vertical-align: middle;
			width: 5em;
		}

			#navPanel .close:before {
				-moz-osx-font-smoothing: grayscale;
				-webkit-font-smoothing: antialiased;
				font-family: FontAwesome;
				font-style: normal;
				font-weight: normal;
				text-transform: none !important;
			}

			#navPanel .close:before {
				content: '\f00d';
				width: 3em;
				height: 3em;
				line-height: 3em;
				display: block;
				position: absolute;
				right: 0;
				top: 0;
				text-align: center;
			}

			#navPanel .close:hover {
				color: inherit;
			}

			@media screen and (max-width: 736px) {

				#navPanel .close {
					height: 4em;
					line-height: 4em;
				}

			}

		#navPanel.visible {
			-moz-transform: translateX(0);
			-webkit-transform: translateX(0);
			-ms-transform: translateX(0);
			transform: translateX(0);
			box-shadow: 0 0 0.125em 0 rgba(0, 0, 0, 0.35);
			visibility: visible;
		}

		@media screen and (max-width: 980px) {

			#navPanel {
				display: block;
			}

		}

		@media screen and (max-width: 736px) {

			#navPanel {
				display: block;
			}

				#navPanel nav {
					padding: 2.25em 1.25em;
				}

		}


 ul.largo {
		font-size: 1.2em;
		line-height: 1.5em;
	}

/* DONAZIONI BANNER */
/* ========== DONORBOX DESKTOP: Overlay in basso a destra ========== */


.hero-overlay {
  position: relative;
  overflow: visible; /* assicurati che il modulo non venga tagliato */
}

.donorbox-container {
  position: absolute;
  top: 100px;        /* Distanza dall’alto - riduci per farlo salire */
  right: 40px;      /* Distanza dal bordo destro */
  z-index: 10;
  max-width: 400px;
  width: 90%;
  background-color: rgba(255, 255, 255, 0.96);
  padding: 3px 3px 3px 3px;
  border-radius: 15px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
}

.donorbox-container iframe {
  width: 100% !important;
  height: 500px;
  border: 0px;
  border-radius: 15px;
}

/* TRANSIZIONE MOBILE/TABLET DONORBOX E BORDO IN MODALITÀ SOTTO-BANNER */
@media screen and (max-width: 1200px) {
  .donorbox-container {
    position: static !important;              /* Non overlay */
    margin: 40px auto;                        /* Centro orizzontale */
    max-width: 400px;                         /* Limite massimo per evitare che cresca troppo */
    padding: 0px 0px 0px 0px;
    border: 0px solid #e6e6e6;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
    z-index: 1;
	
  }

  .donorbox-container iframe {
    width: 100% !important;
    height: 500px !important;
	 border: 0px;
	border-radius: 15px;
  }
}

/* Sezione missione */
/* Contenitore a due colonne */
.split-container {
  display: flex;
  flex-wrap: wrap;
  gap: 60px;
  align-items: top;
  justify-content: center;
  padding: 40px 20px;
  max-width: 1200px;
  margin: 0 auto;
}

/* Colonna sinistra: titolo */
.split-container .left {
  flex: 1 1 40%;
}

.split-container .left h2 {
  font-size: 2.5em;
  line-height: 1.3;
  color: #222;
}

/* Colonna destra: testo */
.split-container .right {
  flex: 1 1 50%;
}

.split-container .right p {
  font-size: 1.3em;
  line-height: 1.8;
  color: #444;
  text-align: left;
}

/* Responsive: impila verticalmente su mobile */
@media (max-width: 768px) {
  .split-container {
    flex-direction: column;
    text-align: center;
    padding: 40px 20px;
  }

  .split-container .left,
  .split-container .right {
    flex: 1 1 100%;
  }

  .split-container .right p {
    text-align: center;
  }
}


/* BOTTONE CALL TO ACTION - DONA ORA*/
.cta-button {
  display: inline-block;
  margin-top: 25px;
  padding: 12px 24px;
  background-color: #e60023; /* rosso istituzionale */
  color: #fff;
  font-size: 1em;
  font-weight: 600;
  text-decoration: none;
  border-radius: 40px;
  transition: all 0.3s ease;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.cta-button .arrow {
  margin-left: 8px;
  transition: margin-left 0.3s ease;
}

.cta-button:hover {
  background-color: #c9001e;
  transform: translateY(-2px);
}

.cta-button:hover .arrow {
  margin-left: 14px;
}

/* ------------- CALL TO ACTION TESTO + LINK -------------- */
.link-with-icon {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-size: 1.1em;
  font-weight: 600;
  color: #222; /* testo iniziale */
  text-decoration: none;
  transition: color 0.3s ease;
  margin-top: 20px;
}

.link-with-icon:hover {
	color: #FF4864; /* testo rosso all'hover */
}

.icon-circle {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 38px;
  height: 38px;
  background-color: #FF4864;
  border-radius: 50%;
  transition: transform 0.6s ease; /* movimento più lento */
}

.icon-circle i {
  color: #fff; /* freccia bianca sempre */
  font-size: 16px;
  transition: none;
}

.link-with-icon:hover .icon-circle {
	transform: translateX(10px);
	background-color: #FF4864; /* invariato */
}


/*--------------- MISSION TITOLO ------------*/

.mission-title {
  position: relative;
  display: inline-block;
  padding-top: 20px; /* spazio sopra per ospitare la linea */
}

.mission-title::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 150px; /* più lunga */
  height: 10px;   /* più spessa */
  background-color: #FF4864;
  border-radius: 3px;
}

.mission-title-vertical {
  position: relative;
  padding-left: 40px; /* spazio tra linea e testo */
  font-size: 2.2em !important;
  line-height: 1.4;
}

.mission-title-vertical::before {
  content: "";
  position: absolute;
  left: 0;
   top: 0.2em;   
  width: 10px;
  height: 50%;
  background-color: #FF4864;
  border-radius: 2px;
}


 /* --------------- DIVISORE rosso spesso  */
.section-divider {
  border: none;
  height: 6px;
  width: 100%;
  margin: 0;
  background-color: #FF4864; /* Il tuo rosso coordinato */
  opacity: 0.8;

}

 /* --------------- DIVISORE sottile spesso  */
.section-divider-sottile {
  border: none;
  height: 1px;
  width: 100%;
  background-color: #FF4864;
  margin: 0;
}




 /* --------------- VALORI  */
@media screen and (min-width: 1200px) {
  .value-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr); /* 4 colonne fisse */
    gap: 60px;
    max-width: 1400px;
    margin: 0 auto;
  }
}
.section-values {
  background-color: #f8f8f8;
  padding: 80px 20px;
}

.section-values .section-title {
  text-align: center;
  font-size: 2.5em; /* come mission-title-vertical */
  font-weight: 700;
  margin-bottom: 60px;
  color: #222;
}

.value-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 50px;
  max-width: 1200px;
  margin: 0 auto;
}

.value-box {
  text-align: center;
}

.value-box .icon {
  font-size: 3.5em; /* più grande e visibile */
  color: #FF4864;
  margin-bottom: 5px;
}

.value-box h3 {
  font-size: 1.4em; /* più grande */
  margin-bottom: 0px;
  color: #222;
  font-weight: 600;
}

.value-box p {
  font-size: 1.05em; /* leggibile anche da mobile */
  color: #444;
  line-height: 1.6;
  max-width: 90%;
  margin: 0 auto;
}

.icon-circle2 i {
  color: #FF4864; 
  font-size: 35px;
  transition: none;
}


.icon-circle2 i:hover {
	color: #FF8496;    
}


/* ---------------- GRIGLIA e */

.value-grid {
  display: grid;
  gap: 40px;
  padding: 40px 0;
}

/* 5 colonne su desktop */
@media screen and (min-width: 1200px) {
  .value-grid {
    grid-template-columns: repeat(5, 1fr);
    max-width: 1400px;
    margin: 0 auto;
  }
}

/* 2 colonne su tablet */
@media screen and (max-width: 1199px) {
  .value-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

/* 1 colonna su mobile */
@media screen and (max-width: 700px) {
  .value-grid {
    grid-template-columns: 1fr;
  }
}

/* Stile box valore */
.value-box {
  text-align: center;
  padding: 0 10px;
}

/* Stile icona - SU VALORI HOME */
.icon-circle2 {
  color: #fff;
  border-radius: 50%;
  width: 90px;
  height: 90px;
  font-size: 3em;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  transition: all 0.4s ease;
  box-shadow: 0 6px 12px rgba(0,0,0,0.1);
}

.icon-circle2:hover {
  transform: scale(1.1) rotate(2deg);
  box-shadow: 0 8px 20px rgba(0,0,0,0.15);
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(40px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}




/* SEZIONE 5X1000 */
.section-5x1000 {
  background-color: #f5f5f5; /* grigio chiaro */
  padding: 6em 2em 5em 2em;
  
}

/* Container */
.split-container-5x1000 {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
  gap: 4em;
}


/* Colonne: testo e video */
.split-left-5x1000 {
  flex: 1 1 30%; /* più stretta */
  min-width: 300px;
}

.split-right-5x1000 {
  flex: 1 1 65%; /* video più largo */
  min-width: 300px;
  
}

.split-right-5x1000 iframe {
  min-height: 400px;
  height: 100%;
  width: 100%;
  border: none;
}


.codice-fiscale-box {
  padding: 1rem;
  text-align: center;
  font-weight: 800;
  font-size: 3em;
  margin: 2rem 0;
}



/* Video responsive */
.video-responsive {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  height: 0;
  overflow: hidden;
  width: 100%;
}

.video-responsive iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}

/* Responsive: stack verticale su mobile */
@media screen and (max-width: 900px) {
  .split-container-5x1000 {
    flex-direction: column;
  }

  .split-left-5x1000,
  .split-right-5x1000 {
    flex: 1 1 100%;
  }
}



/* Testo generico */
p {
  font-size: 1.2em;
  line-height: 1.7;
  color: #333;
  margin-bottom: 1.5em;
  max-width: 800px;
}

		

/* Titoli sezione */
h2 {
  font-size: 2em;
  line-height: 1.4;
  margin-bottom: 0.5em;
  color: #222;
}

/* Titoli valori o box */
.features h3 {
  font-size: 1.3em;
  margin-bottom: 0.5em;
}

/* Sezioni wrapper */
.wrapper {
	padding-top: 2em;
	padding-right: 2em;
	padding-bottom: 2em;
	padding-left: 2em;
}


/* FOOTER */
footer-email {
  color: #fff;
  text-decoration: underline;
  text-decoration-color: #FF4864;
  transition: 0.3s;
}

.footer-email:hover {
  color: #FF4864;
}

.footer-column li {
  margin-bottom: 6px;
}

/* Newsletter link */
.footer-column a.newsletter-link {
  display: inline-block;
  margin-top: 15px;
  color: #fff;
  font-weight: 500;
  text-decoration: underline;
  text-decoration-color: #FF4864;
}

.footer-column a.newsletter-link:hover {
  color: #FF4864;
}

/* Social hover fix */
.footer-column .social-icons li a {
  display: inline-block;
  width: 36px;
  height: 36px;
  background-color: #333;
  color: #fff !important;
  border-radius: 50%;
  text-align: center;
  line-height: 36px;
  font-size: 16px;
  transition: all 0.3s ease;
}

.footer-column .social-icons li a:hover {
  background-color: #FF4864;
  color: #fff !important;
}

/* Colonna vuota */
.footer-empty-column {
  flex: 0 0 60px;
}

.footer-dark {
  background-color: #1a1a1a;
  color: #ccc;
  padding: 60px 20px 30px;
  font-size: 14px;
}

.footer-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
   margin: auto;
  max-width: 1300px; /* da 1300 a 1400 se il tuo layout lo consente */
  gap: 60px 40px;
}

/* Colonna logo */
.footer-logo-column {
  flex: 1 1 450px; /* aumenta la flessibilità */
  min-width: 320px;
  max-width: 500px;
}

.footer-logo-text {
  font-size: 13px;
  color: #aaa;
  margin-top: 15px;
  line-height: 1.6;
}

/* Colonne link */
.footer-column {
  flex: 1 1 130px;  /* era 150px */
  min-width: 120px;
  
}

.footer-column h4 {
  color: #fff;
  font-size: 15px;
  margin-bottom: 15px;
  position: relative;
  display: flex;
  align-items: center;
  gap: 8px;
}

.footer-heading-line {
  display: inline-block;
  width: 4px;
  height: 20px;
  background-color: #FF4864;
  border-radius: 2px;
}

.footer-info strong {
  color: #fff;
  font-weight: 700;
  font-size: 14px;
  display: block;
  margin-bottom: 6px;
}

.footer-email {
  display: inline-block;
  font-size: 13px;
  color: #ccc;
  font-weight: 500;
  text-decoration: none;
  padding-bottom: 2px;
  margin-top: 8px;
  transition: color 0.3s ease;
}

.footer-email:hover {
  color: #FF4864;
}

/* Lista link */
.footer-column ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-column ul li {
  margin-bottom: 8px;
}

.footer-column ul li a {
  color: #ccc;
  text-decoration: none;
  transition: 0.3s;
}

.footer-column ul li a:hover {
  color: #FF4864;
}

.footer-column a.newsletter-link {
  display: inline-block;
  margin-top: 15px;
  color: #ccc;
  font-weight: 500;
  border-bottom: 1px solid #FF4864;
  padding-bottom: 2px;
  text-decoration: none;
}

.footer-column a.newsletter-link:hover {
  color: #FF4864;
}

.footer-bold {
  font-weight: 700;
  color: #fff;
  font-size: 14px;
}

/* Bottom */
.footer-bottom {
	border-top: 1px solid #444;
	font-size: 11px !important;  /* Forzatura */
	color: #ccc;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	gap: 10px;
	margin-top: 40px; /* oppure 40px o quello che preferisci */
	padding-top: 20px;
	padding-right: 40px;
	padding-bottom: 1px;
	padding-left: 90px;
}

.footer-bottom a {
  color: #ccc;
  text-decoration: none;
  transition: color 0.3s ease;
  font-size: 11px !important;  /* Uniforma anche i link */
}

.footer-bottom a:hover {
  color: #FF4864;
  text-decoration: underline;
}


/* Responsive layout */
@media screen and (max-width: 800px) {
  .footer-container {
    grid-template-columns: 1fr 1fr;
  }

  .footer-bottom {
    flex-direction: column;
    gap: 10px;
    text-align: center;
  }
}


/* Social */
.footer-column .social-icons {
  display: flex;
  gap: 10px;
  padding: 0;
  list-style: none;
  margin: 10px 0;
  
}

.footer-column .social-icons li a {
  display: inline-block;
  width: 36px;
  height: 36px;
  background-color: #333;
  color: #fff;
  border-radius: 50%;
  text-align: center;
  line-height: 36px;
  font-size: 16px;
  transition: all 0.3s ease;
}

.footer-column .social-icons li a:hover {
  background-color: #FF4864;
}

/* Responsive */
@media screen and (max-width: 768px) {
  .footer-container {
    flex-direction: column;
    align-items: flex-start;
  }
  .footer-column {
    width: 100%;
	
  }
}


/* Sezione risultati */

.section-title-impact {
  font-size: 36px;
  margin-bottom: 15px;
  color: #111;
  border-bottom: 5px solid #FF4864;
  padding-bottom: 15px;
  text-align: center;
  max-width: fit-content;
  margin-left: auto;
  margin-right: auto;
}
/* Sezione risultati con sfondo colorato */
.impact-section-colored {
	background-color: #FFE8EB; /* Rosa chiaro, elegante */
	padding: 50px 20px;
	text-align: center;
}

/* Sezione risultati con sfondo colorato */
.sfondo-grigio {
	background-color: #F0F0F0 !important; /* grigio chiaro, elegante */
}

.sfondo-rosa {
	background-color: #FFEEEE !important; /* grigio chiaro, elegante */
}

.sfondo-bianco {
	background-color: #FFFFFF !important; /* grigio chiaro, elegante */
}

.sfondo-rosso {
	background-color: #FF4864 !important; /* grigio chiaro, elegante */
}

.sfondo-grigio-scuro {
	background-color: #B3B3B3 !important; /* grigio chiaro, elegante */
}

.sfondo-nero {
	background-color: #333333 !important; /* grigio chiaro, elegante */
}
.testo-grande {
	font-size: 2em;
}


.testo-bianco {
	color: #FFF !important;
}

.testo-rosso {
	color: #FF4864 !important;
}


.testo-grande-h1 {
	font-size: 3.5em !important;
}

.impact-title {
  font-size: 36px;
  margin-bottom: 15px;
  color: #111;  
  border-bottom: 1px solid #FF4864;
  border-width: 5px;
  padding-bottom: 15px;

}

.impact-subtitle {
  font-size: 16px;
  color: #444;
  max-width: 620px;
  margin: 0 auto 50px;
  line-height: 1.6;
}

.impact-stats {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 60px;
}

.impact-box {
  flex: 1 1 200px;
  max-width: 240px;
  padding: 20px;
}

.impact-number {
  font-size: 56px;
  color: #FF4864;
  font-weight: 700;
  margin-bottom: 20px;
}

.impact-label {
  font-size: 15px;
  color: #222;
  line-height: 1.5;
}

/* Responsive */
@media screen and (max-width: 768px) {
  .impact-stats {
    flex-direction: column;
    align-items: center;
    gap: 40px;
  }

  .impact-box {
    max-width: 320px;
  }

  .impact-number {
    font-size: 48px;
  }
}



/* Sezione newsletter compatta */
.newsletter-section {
  background-color: #1a1a1a;
  color: #fff;
  padding: 50px 30px 30px; /* uguale alla mission */
  border-bottom: 1px solid #444;
  margin-bottom: 0 !important; /* annulla spazio extra sotto */
}

.newsletter-container {
  display: flex;
  justify-content: space-between;
  max-width: 1300px;
  margin: 0 auto;
  gap: 40px;
  flex-wrap: wrap;
}

.newsletter-text-col {
  flex: 0 0 40%;
  min-width: 280px;
}

.newsletter-title {
  font-size: 30px; /* più grande */
  font-weight: 700;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  gap: 12px;
  line-height: 1.3;
   color: #fff;
   padding-left: 40px;
}

.vertical-line {
  position: absolute;
  left: 0;
  top: 0;
  width: 10px;
  height: 50%;
  background-color: #FF4864;
  border-radius: 2px;
  
}

.newsletter-subtext {
  font-size: 15px;
  color: #ccc;
  line-height: 1.6;
  margin-top: 10px;
}

.newsletter-subtext.small{
  font-size: 10px;
}


.newsletter-form-col {
  flex: 1;
  min-width: 300px;
   box-shadow: none !important;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
}

/* Responsive layout */
@media screen and (max-width: 768px) {
  .newsletter-container {
    flex-direction: column;
    padding: 0;
  }

  .newsletter-text-col,
  .newsletter-form-col {
    width: 100%;
  }

  .newsletter-section {
    padding: 40px 20px 20px;
  }
}


/* INSPIRATION CON IMMAGINE A SINISTRA  */

/* Sezione Inspiration layout base */
.section-inspiration {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  margin: 0;
}

/* Colonna sinistra con immagine */
.inspiration-left {
  flex: 0 0 65%;
  max-width: 65%;
}

.inspiration-left img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}


/* Colonna destra con testo */
.inspiration-right {
  flex: 0 0 35%;
  max-width: 35%;
  background-color: #f5f5f5;
  display: flex;
  align-items: center;
  padding: 4em 3em;
}

/* Titolo con linea rossa */
.inspiration-right h2 {
  position: relative;              /* Serve per posizionare la pseudo-elemento */
  font-size: 2em;
  font-weight: 700;
  margin-bottom: 1em;
  padding-left: 40px;              /* Spazio per la linea a sinistra */
  line-height: 1.3;
}

.inspiration-right h2::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.2em;                      /* Leggera discesa per centrare meglio verticalmente */
  width: 10px;
  height: 50%;
  background-color: #FF4864;
  border-radius: 2px;
}

.inspiration-right a{
  font-size: 1.3em;
  font-weight: 600;
  padding-left: 40px;  
}


/* ============================
   MEDIA QUERY: MOBILE/TABLET
   ============================ */
@media screen and (max-width: 900px) {
  .section-inspiration {
    flex-direction: column;
  }

  .inspiration-left,
  .inspiration-right {
    max-width: 100%;
    flex: 1 1 100%;
  }

  .inspiration-right {
    padding: 2em 1.5em;
  }

  .inspiration-right h2 {
    font-size: 1.6em;
  }
}


/* INSPIRATION INVERTITA: testo a sinistra, immagine a destra */
.section-inspiration-inverted {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
}

.inspiration-text-left {
  flex: 0 0 40%;
  max-width: 40%;
  background-color: #f5f5f5;
  display: flex;
  align-items: center;
  padding: 4em 7em;
}

.inspiration-text-left h2 {
  position: relative;
  font-size: 2em;
  font-weight: 700;
  margin-bottom: 1em;
  padding-left: 40px;
  line-height: 1.3;
}


.inspiration-text-left h2::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.2em;
  width: 10px;
  height: 50%;
  background-color: #FF4864;
  border-radius: 2px;
}

.inspiration-text-left a{
  font-size: 1.3em;
  font-weight: 600;
  padding-left: 40px;  
}

.inspiration-image-right {
  flex: 0 0 60%;
  max-width: 60%;
}

.inspiration-image-right img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* ============================ MEDIA QUERY ============================ */
@media screen and (max-width: 900px) {
  .section-inspiration-inverted {
    flex-direction: column;
  }

  .inspiration-text-left,
  .inspiration-image-right {
    flex: 1 1 100%;
    max-width: 100%;
  }

  .inspiration-text-left {
    padding: 2em 1.5em;
  }

  .inspiration-text-left h2 {
    font-size: 1.6em;
  }
}


/* EFFETT FADE-IN */

.fade-in-up {
  opacity: 0;
  transform: translateY(50px);
  transition: opacity 1s ease-out, transform 1s ease-out;
}

.fade-in-up.visible {
  opacity: 1;
  transform: translateY(0);
}


/* SEZIONE VIDEO + TESTO */
.video-evidenza-section {
  margin: 0;
  padding: 0;
  overflow: hidden;
}

.video-evidenza-container {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  min-height: 400px;
}

/* Testo a sinistra */
.video-evidenza-text {
  flex: 0 0 38%;
  padding: 5em 4em;
  background-color: #f5f5f5;
  display: flex;
  flex-direction: column;
  justify-content: center;
  z-index: 2;
}

/* Titolo con linea rossa */
.video-evidenza-title {
  font-size: 2em;
  font-weight: 700;
  margin-bottom: 1em;
  padding-left: 40px;
  position: relative;
  line-height: 1.3;
}

.video-evidenza-title::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 10px;
  height: 50%;
  background-color: #FF4864;
  border-radius: 2px;
}

/* Video a destra */
.video-evidenza-video {
  flex: 1;
  position: relative;
  min-height: 400px;
  z-index: 1;
}

.video-evidenza-video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
  border-radius: 0;
}

/* RESPONSIVE: stack verticale */
@media screen and (max-width: 900px) {
  .video-evidenza-container {
    flex-direction: column;
  }

  .video-evidenza-text {
    flex: 1 1 100%;
    padding: 3em 2em;
  }

  .video-evidenza-video {
    position: relative;
    height: auto;
    min-height: 250px;
  }

  .video-evidenza-video iframe {
    position: relative;
    width: 100%;
    height: 250px;
    border-radius: 12px;
  }
}


/* ----------- SEZIONE progetti */
.featured-projects-section {
	background-color: #F0F0F0;
	padding-top: 2em;
	padding-right: 0em;
	padding-bottom: 2em;
	padding-left: 0em;
	background: linear-gradient(to bottom, #F3F3F3 0%,  #ffffff 100%);
}

/* Titolo sezione centrato */
.centered-title {
  text-align: center !important;
  font-size: 36px;
  margin-bottom: 30px;
  color: #111;
  border-bottom: 6px solid #FF4864;
  width: 40%;
  padding-bottom: 15px;
  display: inline-block;
}

.centered-title-2 {
  text-align: center;
  font-size: 36px;
  margin-bottom: 5px;
  color: #111;
  padding-bottom: 0px;
  display: inline-block;
}

/* Layout griglia */
.projects-grid {
  display: flex;
  gap: 40px;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0 30px;
  padding-bottom: 2em;
}

.project-card {
  flex: 0 0 30%;
  max-width: 400px;
}

/* Immagine + etichetta */
.project-image {
  position: relative;
  width: 100%;
  height: 250px; /* altezza fissa uniforme */
  overflow: hidden;
  border-radius: 0; /* opzionale */
}

.project-image img {
  width: 100%;
  height: 100%;
  object-fit: cover; /* fa il lavoro magico */
  display: block;
}


.project-label {
  position: absolute;
  top: 10px;
  right: 10px;
  background-color: #333;
  color: #fff;
  font-size: 10px;
  padding: 5px 10px;
  border-radius: 30px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.project-label.urgent {
  background-color: #FF4864;
  content: "! URGENTE";
  opacity: 0.9;
}

.project-label.new {
  background-color: #999;
  content: "NEW";
  opacity: 0.8;
}

.project-label.building {
	background-color: #C7800A; /* arancio costruzione */
	opacity: 0.8;
}

.project-label.launching {
	background-color: #2281BF; /* blu in avvio */
	opacity: 0.8;
}



/* Titolo e descrizione */
.project-title {
  font-size: 1.6em;
  line-height: 1.3;
  margin-bottom: 0.5em;
  margin-top: 15px;
  color: #222;
  font-weight: 700;
}

.project-description {
  font-size: 14px;
  color: #444;
  margin: 10px 0 20px 0;
  line-height: 1.5;
}

/* Pulsanti azioni progetto */


/* Barra raccolta fondi */
.funding-info {
  font-size: 12px;
  color: #999;
  margin-bottom: 5px;
  margin-top: 10px;
  text-transform: uppercase;
  font-weight: 600;
}

.progress-bar {
  width: 100%;
  height: 10px;
  background-color: #e0e0e0;
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 5px;
}

.progress-bar .progress {
  height: 100%;
  background-color: #FF4864;
  transition: width 0.4s ease;
}

.progress-number {
  font-size: 12px;
  color: #999;
  text-align: right;
  margin-bottom: 15px;
  font-weight: 600;
}

/* Pulsanti fondo sezione */
.projects-footer-buttons {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-top: 40px;
  flex-wrap: wrap;
}

/* Bottone rosso urgente */
.projects-footer-buttons .urgent-btn {
	background-color: #FF4864;
	color: #fff !important;
	border: none;
	border-radius: 30px;
	padding: 15px 24px;
	font-size: 1em;
	font-weight: 600;
	text-transform: uppercase;
	line-height: 0;
	cursor: pointer;
	transition: background-color 0.3s ease;
}

.projects-footer-buttons .urgent-btn:hover {
  background-color: #cc0033;
}

/* Responsive */
@media screen and (max-width: 900px) {
  .project-card {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .project-actions {
    flex-direction: column;
    align-items: flex-start;
  }

  .projects-footer-buttons {
    flex-direction: column;
    align-items: center;
  }
}

.project-card {
  animation: fadeInUp 0.8s ease forwards;
  opacity: 0;
  transform: translateY(40px);
}



@keyframes fadeInUp {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.project-image {
  overflow: hidden; /* effetti sull'immagine */
}

.project-image img {
  transition: transform 0.4s ease;
}

.project-image:hover img {
  transform: scale(1.05);
  
}

.project-title:hover {
  color: #FF4864;
  cursor: pointer;
}



/* === LAYOUT SEZIONE VALORI A DUE COLONNE === */
.section-valori-horizontal {
  width: 100%;
  background-color: #f8f8f8;
  padding: 0;
  margin: 0;
}

.valori-horizontal-wrapper {
  display: flex;
  flex-wrap: nowrap;
  min-height: 400px;
}

.valori-text-column {
  flex: 1 1 70%;
  padding: 4em 8em;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.valori-image-column {
  flex: 1 1 30%;
}

.valori-image-column img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* TITOLO CON LINEA */
.valori-section-title {
  font-size: 2em;
  font-weight: 800;
  margin-bottom: 2em;
  padding-left: 15px;
  border-left: 8px solid #FF4864;
  color: #111;
}

/* GRIGLIA VALORI */
.valori-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
}

.valore-item i {
  font-size: 2.2em;
  color: #FF4864;
  margin-bottom: 10px;
}

.valore-item h3 {
  font-size: 1.5em;
  line-height: 1.2;
  font-weight: 700;
  color: #222;
  margin-bottom: 0.3em;
}

.valore-item p {
  font-size: 1.2em;
  color: #555;
  line-height: 1.4;
}

/* === RESPONSIVE === */
@media screen and (max-width: 900px) {
  .valori-horizontal-wrapper {
    flex-direction: column;
  }

  .valori-text-column,
  .valori-image-column {
    flex: 1 1 100%;
    max-width: 100%;
  }

  .valori-image-column img {
    height: 250px;
    object-fit: cover;
  }

  .valori-text-column {
    padding: 2em 1.5em;
  }

  .valori-grid {
    grid-template-columns: 1fr;
  }
}


/* === TESTIMONIANZA === */

/* SEZIONE TESTIMONIANZA */

.section-testimonial {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  margin: 0;
  border-top: 0px #CCC solid;;
}

.testimonial-left {
  flex: 0 0 50%;
  max-width: 50%;
}

.testimonial-left img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.testimonial-right {
  flex: 0 0 50%;
  max-width: 50%;
  background-color:#f5f5f5;
  display: flex;
  align-items: center;
  padding: 4em 3em;
}

/* Titolo con citazione */
.testimonial-right h2 {
  position: relative;
  font-size: 1.9em;
  font-weight: 600;
  margin-bottom: 1em;
  padding-left: 40px;
  line-height: 1.5;
}

.testimonial-right h2::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.2em;
  width: 10px;
  height: 50%;
  background-color: #FF4864;
  border-radius: 2px;
}

.testimonial-citation {
  font-size: 1em;
  color: #666;
  font-style: italic;
  margin-bottom: 2em;
  padding-left: 40px;
}


/* Responsive */
@media screen and (max-width: 900px) {
  .section-testimonial {
    flex-direction: column;
  }

  .testimonial-left,
  .testimonial-right {
    flex: 1 1 100%;
    max-width: 100%;
  }

  .testimonial-right {
    padding: 2.5em 1.5em;
  }

  .testimonial-right h2 {
    font-size: 1.5em;
  }
}



/* FILTRO PER PAGINA PROEGTTI  */

.background-grigio{
	background-color: #F3F3F3;  
}

.centrato{
  text-align:center;
  
}

.project-filters {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.8em;
  margin: 2em auto;
  padding: 0;
  
}

.project-filters li {
	list-style: none;
	border: 2px solid;
	border-color:#666;
	padding: 0.5em 1em;
	border-radius: 30px;
	background-color: transparent;
	color: #333333;
	font-weight: bold;
	cursor: pointer;
	transition: all 0.2s ease-in-out;
	font-family: "Raleway", sans-serif;
	display: flex;
	align-items: center;
	gap: 0.5em;
	text-transform: uppercase;
}

.project-filters li:hover,
.project-filters li.active {
	background-color: #CCCCCC;
	color: white;
}

.project-filters li i {
  font-size: 0.8em;
}

.category-section-title {
  font-size: 2em;
  font-weight: 800;
  text-align:center;
}

#project-filters li.active-filter {
  background-color: #FF4864;
  color: white;
  font-weight: bold;
  border-radius: 20px;
}

/* Stile speciale per “Progetti Urgenti” */
.project-filters li[data-filter=".urgente"] {
	background-image: url("images/bg-texture.png"); /* immagine di sfondo “rotto” come in home */
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	color: white;
	border-color: #d7301f;
	background-color: #FF3E3E;
}

.project-filters li:hover {
  background-color: #CCC; 
  color: #333;
}

.project-filters li[data-filter=".urgente"]:hover,
.project-filters li[data-filter=".urgente"].active {
  background-color: #b82315;
  border-color: #b82315;
  color: white;
}

@media screen and (max-width: 768px) {
  .project-filters {
    overflow-x: auto;
    white-space: nowrap;
    padding-bottom: 1em;
  }

  .project-filters li {
    flex: 0 0 auto;
  }
}


/* ---------------- PAGINA STORIA ---- */
.history-section {
  padding: 6em 6em;
  background-color: #f9f9f9;
}

.history-block {
  display: flex;
  align-items: flex-start;
  gap: 2.5em;
  margin-bottom: 4em;
}

.history-block.reverse {
  flex-direction: row-reverse;
}

.history-img {
  flex: 0 0 40%;
  align-self: flex-start;
}

.history-img img {
  width: 100%;
  object-fit: cover;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
  transition: transform 0.3s ease;
}

.history-img img:hover {
  transform: scale(1.03);
}

.history-text {
  flex: 1;
  padding-top: 0.5em;
}

.history-text h3 {
  font-size: 1.5rem;
  color: #000000;
  display: flex;
  align-items: center;
  gap: 0.5em;
  font-weight:700;
}

.history-text p {
  font-size: 1.125rem;
  line-height: 1.8;
  color: #333;
}

.history-text p strong,
.history-text p .highlight {
  color: #FF4864;
  font-weight: bold;
}

@media (max-width: 768px) {
  .history-block,
  .history-block.reverse {
    flex-direction: column;
  }

  .history-img {
    width: 100%;
  }
}


/* --- TIMELINE NUOVA --- */
.timeline-section {
  background-color: #f5f5f5;
  padding: 3em 3em;
  position: relative;
  overflow: hidden;
}

/* TITOLO */
.timeline-title {
  display: flex;
  align-items: center;
  margin-bottom: 1em;
  padding-left: 6em;
}

.timeline-title .line-left {
  width: 8px;
  height: 40px;
  background-color: #FF4864; /* Rosso palette */
  margin-right: 15px;
}

.timeline-title h2 {
  font-size: 2rem;
  color: #000;
  margin: 0;
}

/* TIMELINE WRAPPER */
.timeline-wrapper {
  display: flex;
  align-items: center;
  position: relative;
  max-width: 100%;
  overflow: hidden;
}

/* FRECCE */
.timeline-arrow {
  all: unset;                /* reset di base */
  font-size: 3rem;
  color: #000000 !important;            /* rosso palette */
  cursor: pointer;
  user-select: none;
  transition: color 0.2s ease, transform 0.2s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;               
  height: 40px;
  background: transparent !important; /* forza sfondo trasparente */
  box-shadow: none !important;        /* rimuove eventuali ombre */
  outline: none !important;            /* rimuove outline */
}

.timeline-arrow:hover {
	color: #FF4864 !important;           /* rosso più scuro */
	transform: scale(1.2);
	background: transparent !important; /* nessun background hover */
	box-shadow: none !important;
}

.timeline-arrow:focus {
  outline: none !important;
  box-shadow: none !important;
}

.timeline-arrow.prev {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(10%, -50%);
  z-index: 10;
}

.timeline-arrow.next {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(-10%, -50%);
  z-index: 10;
}

.timeline-arrow:focus-visible,
.testimonial-arrow:focus-visible {
  outline: 2px solid #FF4864;
  outline-offset: 2px;
}
/* TIMELINE ORIZZONTALE */
.timeline {
  display: flex;
  gap: 20px;
  overflow-x: auto;
  scroll-behavior: smooth;
  padding: 1em 2.5em;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none; /* Firefox */
}

.timeline::-webkit-scrollbar {
  display: none;
}

/* SCHEDA EVENTO */
.timeline-card {
  flex: 0 0 250px;
  background-color: #f0f0f0;
  border-radius: 12px;
  padding: 1.5em;
  box-shadow: 0 3px 6px rgba(0,0,0,0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  scroll-snap-align: start;
}

.timeline-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 12px rgba(0,0,0,0.15);
}

.timeline-year {
  font-size: 1.7rem;
  color: #FF4864;
  font-weight: 800;
  margin-bottom: 0em;
}

.timeline-text {
  font-size: 1rem;
  color: #333;
  text-align: left;
  line-height: 1.5;
}



/* CODICE ETICO E SOSTENIBILITA */
.ethical-sd-section {
  background-color: #ffffff;
  padding: 60px 10px;
}

.section-title {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 40px;
  text-align: center;
  gap: 10px;
}

.section-title .red-bar {
  width: 8px;
  height: 40px;
  background-color: #FF4864;
  margin-right: 15px;
}

.section-title h2 {
  font-size: 2.2em;
  font-weight: 800;
  color: #000000;
  margin: 0;
}

.ethical-sd-container {
  display: flex;
  justify-content: center;
  gap: 40px;
  flex-wrap: wrap;
  max-width: 1300px;
  margin: 0 auto;
}

.ethical-block,
.sd-block {
  flex: 1 1 450px;
  padding: 30px;
  box-sizing: border-box;
  position: relative;
}

.block-header {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 15px;
  vertical-align: top;
}

.block-header i {
  font-size: 24px;
  color: #FF4864;
}

.block-header h3 {
  font-size: 1.8em;
  font-weight: 700;
  margin: 0;
  color: #333;
}

.value-list {
  list-style: none;
  padding-left: 0;
  margin: 20px 0;
  vertical-align:top;
}

.value-list li {
  margin: 10px 0;
  font-size: 1.1em;
  color: #444;
  display: flex;
  align-items: center;
  gap: 10px;
  vertical-align: top;
}

.value-list i {
  color: #FF4864;
}

.download-link {
  display: inline-block;
  margin-top: 20px;
  padding: 10px 20px;
  font-size: 1em;
  font-weight: bold;
  color: #FF4864;
  border: 2px solid #FF4864;
  border-radius: 15px;
  text-decoration: none;
}

.small  {
  font-size: 0.8em;
  padding: 5px 10px;
}

.download-link:hover {
  background-color: #f1f1f1;
  border: 2px solid #FF4864;
}

.divider {
  width: 2px;
  background-color: #FF4864;
}

@media screen and (max-width: 900px) {
  .ethical-sd-container {
    flex-direction: column;
    align-items: stretch;
  }

  .divider {
    display: none;
  }

  .ethical-block,
  .sd-block {
    padding: 20px 10px;
  }
}


<!-- SECTION TESTIMONIALS -->
.testimonial-section {
  background-color: #f9f9f9;
  padding: 3em 3em;
  position: relative;
  overflow: hidden;
}

.testimonial-title {
  display: flex;
  align-items: center;
  margin-bottom: 2em;
  padding-left:120px;
  padding-right:60px;
}

.testimonial-title .line-left {
  width: 8px;
  height: 50px;
  background-color: #FF4864;
  margin-right: 15px;
}

.testimonial-title h2 {
  font-size: 2rem;
  color: #000;
  margin: 0;
}

.testimonial-wrapper {
  display: flex;
  align-items: center;
  position: relative;
  max-width: 100%;
  overflow: hidden;
}

.testimonial-arrow {
  all: unset;                /* reset di base */
  font-size: 3rem;
  color: #000000 !important;            /* rosso palette */
  cursor: pointer;
  user-select: none;
  transition: color 0.2s ease, transform 0.2s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;               
  height: 40px;
  background: transparent !important; /* forza sfondo trasparente */
  box-shadow: none !important;        /* rimuove eventuali ombre */
  outline: none !important;            /* rimuove outline */
}

.testimonial-arrow:hover {
	color: #FF4864 !important;           /* rosso più scuro */
	transform: scale(1.2);
	background: transparent !important; /* nessun background hover */
	box-shadow: none !important;
}

.testimonial-arrow:focus {
  outline: none !important;
  box-shadow: none !important;
}

.testimonial-arrow.prev {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(10%, -50%);
  z-index: 10;
}

.testimonial-arrow.next {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(-10%, -50%);
  z-index: 10;
}
.testimonial-scroll {
  display: flex;
  gap: 20px;
  overflow-x: auto;
  scroll-behavior: smooth;
  padding: 1em 3em;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
}
.testimonial-scroll::-webkit-scrollbar {
  display: none;
}

.testimonial-card {
  flex: 0 0 250px;
  background-color: #ffffff;
  border-radius: 12px;
  padding: 1em;
  box-shadow: 0 3px 6px rgba(0,0,0,0.1);
  scroll-snap-align: start;
  text-align: center;
  transition: transform 0.3s ease;
  cursor: pointer;
}

.testimonial-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 12px rgba(0,0,0,0.15);
}

.testimonial-card h3 {
  font-size: 1.5em;
  font-weight: 600;
}

.testimonial-card p {
  font-size: 1em;
}


.testimonial-card img {
  width: 70%;
  border-radius: 100px;
  margin-bottom: 1em;
}

/* MODAL STYLES */
.testimonial-modal {
  display: none;
  position: fixed;
  z-index: 9999;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.6);
  justify-content: center;
  align-items: center;
}

.testimonial-modal-content {
  background-color: #fff;
  padding: 2em;
  border-radius: 12px;
  width: 90%;
  max-width: 500px;
  position: relative;
  animation: fadeIn 0.3s ease;
  text-align: center;
  
}

.testimonial-close {
  position: absolute;
  top: 12px;
  right: 16px;
  font-size: 1.5em;
  cursor: pointer;
  color: #000;
}

@keyframes fadeIn {
  from { transform: scale(0.9); opacity: 0; }
  to { transform: scale(1); opacity: 1; }
}


/* TEAM SECTION */
.team-section {
  background-color: #f4f4f4;
  padding: 60px 120px;
  margin-bottom: 50px;
}

.section-header {
  display: flex;
  align-items: center;
  margin-bottom: 40px;
}

.section-header .red-line {
  width: 6px;
  height: 50px;
  background-color: #FF4864;
  margin-right: 15px;
}

.section-header h2 {
  font-size: 2.5em;
  margin: 0;
}

.team-category {
  margin-bottom: 50px;
}

.team-category h3 {
  font-weight: 600;
  font-size: 1.7em;
  margin-bottom: 10px;
}

.red-underline {
  border: none;
  height: 2px;
  background-color: #FF4864;
  width: 30%;
  margin-bottom: 30px;
  margin-top: -20px;
}

.category-separator {
  border: none;
  height: 1px;
  background-color: #ccc;
  margin: 40px 0;
}

.team-members {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  justify-content: flex-start;
}

.team-card {
  text-align: center;
  width: 180px;
}

.team-card img {
  width: 100%;
  max-width: 100px;
  height: auto;
  border-radius: 100px;
  margin-bottom: 10px;
}

.team-card .name {
  margin: 0;
  font-size: 15px;
  line-height: 1.2;
}

.team-card .role {
  margin: 3px 0 0;
  font-size: 13px;
  color: #666;
}

<!--- GALLERIA -->

.gallery-section {  
  padding: 40px 20px;
  margin: 30px 0;

}

section.gallery-section {
  margin: 40px 0 !important;
  box-sizing: border-box !important;
  overflow: hidden !important;
}

.gallery-title {
  text-align: center;
  font-size: 2em;
  margin-bottom: 30px;
  
}



.gallery-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
}

.gallery-item {
  aspect-ratio: 4 / 3;
  overflow: hidden;
  position: relative;
}

.gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.3s ease;
}

.gallery-item img:hover {
  transform: scale(1.05);
}

@media (max-width: 900px) {
  .gallery-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 480px) {
  .gallery-grid {
    grid-template-columns: 1fr;
  }
}

/* Lightbox */
.lightbox {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.8);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1000;
}

.lightbox img.lightbox-image {
  max-width: 70%;
  max-height: 70%;
  object-fit: contain;
  box-shadow: 0 0 20px rgba(0,0,0,0.7);
}

.lightbox.hidden {
  display: none;
}

.lightbox-close {
  position: absolute;
  top: 20px;
  right: 40px;
  color: white;
  font-size: 40px;
  cursor: pointer;
  z-index: 1010;
}

.lightbox-prev,
.lightbox-next {
  position: absolute;
  top: 50%;
  font-size: 40px;
  color: white;
  cursor: pointer;
  user-select: none;
  z-index: 1010;
}

.lightbox-prev {
  left: 30px;
}

.lightbox-next {
  right: 30px;
}



<!-- LOGHI PARTNER--->
/* Sezione partner */
.partner-section {
  padding: 80px 0;
  background-color: #ffffff;
 text-align: center; /* tutto dentro centrato */
}



.partner-section .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 15px;
}
.partner-section .section-title {
  font-size: 2.8em;
  margin-bottom: 30px;
  position: relative;
  display: inline-block;
  padding-bottom: 10px;
  margin-top: 30px;
  border-bottom: 5px solid #FF4864;
  color: #222;
}

/* Bottoni filtro */
.filter-buttons {
  margin-bottom: 50px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 15px;
}

.filter-btn {
  padding: 10px 25px;
  font-size: 1em;
  background-color: #fff;
  border: 1px solid #000000;
  border-radius: 30px;
  color: #000000;
  cursor: pointer;
  transition: all 0.3s ease;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}

.filter-btn:hover,
.filter-btn.active {
  background-color: #FF5B5B;
  color: #fff;
}

/* Griglia loghi */
.logo-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr); /* 5 colonne fisse */
  gap: 12px; /* ridotto lo spazio tra i loghi */
  align-items: center;
  justify-items: center;
}

.logo-item {
  width: 220px;        /* aumentata larghezza */
  height: 180px;       /* aumentata altezza */
  margin: 4px auto;    /* margine leggermente ridotto */
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.3s ease;
}

.logo-item img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  filter: grayscale(100%);
  opacity: 0.7;
  transition: 0.3s ease;
}

.logo-item img:hover {
  filter: grayscale(0%);
  opacity: 1;
  transform: scale(1.08);
}

/* Responsive */
@media (max-width: 768px) {
  .logo-grid {
    grid-template-columns: repeat(2, 1fr); /* 2 colonne su mobile */
  }

  .logo-item {
    width: 90%;
    height: auto;
    max-height: 120px;
    margin: 6px auto;
  }

  .filter-btn {
    font-size: 0.95em;
    padding: 10px 20px;
  }
}

<!--- FAQ --- >
.faq-section {
  max-width: 80%;
  margin: 0 auto;
  padding: 20px 20px;
  margin-bottom: 90px;
}

.faq-section h2{
  margin-top: 20px;
}

.faq-container {
  margin: 0 auto;
  max-width: 90%;
  padding: 0 40px; /* più spazio dai bordi */
  margin-top: 30px;
  margin-bottom: 90px;
}

.faq-title {
  text-align: center;
  font-size: 2em;
  margin-bottom: 30px;
  position: relative;
  font-weight: bold;
}

.faq-title::after {
  content: "";
  display: block;
  width: 60px;
  height: 4px;
  background-color: #c22d2d; /* rosso palette */
  margin: 10px auto 0;
  border-radius: 2px;
}

.faq-item {
  margin-bottom: 20px;
}

.faq-question {
  padding: 10px 0;
  cursor: pointer;
  display: flex;
  align-items: center;
  font-weight: bold;
  font-size: 1.3em;
  border-bottom: 2px solid #FF4864;
  background-color: transparent;
  box-shadow: none;
}

.faq-question:hover {
  background-color: transparent;
}

.faq-question::before {
  content: "\25B6"; /* freccia destra (chiusa) */
  display: inline-block;
  margin-right: 20px;
  font-size: 1em;
  transition: transform 0.3s ease;
}

.faq-item.open .faq-question::before {
  content: "\25BC"; /* freccia giù (aperta) */
}

.faq-answer {
  display: none;
  padding: 10px 0;
  font-size: 1.2em;
  color: #333;
  line-height: 1.6;
}

.faq-item.open .faq-answer {
  display: block;
}

.faq-item a {
  color: #FF4864; /* rosso acceso */
  text-decoration: underline;
  transition: color 0.3s ease;
}

.faq-item a:hover {
  color: #e74c3c; /* rosso più chiaro al passaggio */
  text-decoration: underline;
}

@media (max-width: 768px) {
  .faq-section {
    width: 90%;
  }

  .faq-container {
    padding: 0 20px;
  }
}


<!--- NEWS E RASSEGA -->
/* Pulsanti in pagina News/Stampa */

.bs-btn {
  background-color: #FF4864;
  color: white;
  padding: 0.6em 1.4em;
  border: none;
  border-radius: 4px;
  font-weight: 700;
  font-size: 1.2em;
  cursor: pointer;
  transition: background-color 0.3s ease;
  display: inline-block;
  text-decoration: none;
  text-align: center;
  margin-top: 1em;
}

.bs-btn:hover,
.bs-btn:focus {
	background-color: #CCCCCC;
	outline: none;
	text-decoration: none;
}

.bs-btn-load-more {
  margin-top: 2em;
}

/* Nascondi schede extra */
.bs-hidden {
  display: none;
}

/* Etichette comunicati e articoli */
.bs-project-label {
  position: absolute;
  top: 12px;
  right: 12px;
  padding: 4px 11px;
  border-radius: 25px;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  color: #fff;
  opacity: 0.9;
  pointer-events: none;
}

.bs-project-label.urgent {
  background-color: #FF4864;
}

.bs-project-label.new {
  background-color: #999999;
  opacity: 0.8;
}

/* Griglia News */
.bs-news-grid {
  display: flex;
  gap: 40px;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0 10px 2em 30px;
}

/* Griglia Press */
.bs-press-grid {
  display: flex;
  gap: 40px;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0 30px 2em 30px;
}

/* Scheda News */
.bs-news-card {
  flex: 0 0 30%;
  max-width: 400px;
  background: #fff;
  border: 1px solid #ddd;
  box-shadow: 0 1px 4px rgb(0 0 0 / 0.06);
  padding: 0;
  border-radius: 4px;
  padding-bottom: 10px;
  display: flex;
  flex-direction: column;
}

.bs-news-image {
  position: relative;
  width: 100%;
  height: 230px;
  overflow: hidden;
  border-radius: 4px 4px 0 0;
}

.bs-news-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.3s ease;
}

.bs-news-card:hover .bs-news-image img {
  transform: scale(1.05);
}

.bs-news-title {
  font-size: 1.5em;
  font-weight: 700;
  color: #222;
  margin: 15px 20px 10px 20px;
  line-height: 1.2;
}

.bs-news-description {
  font-size: 1.2em;
  color: #555;
  margin: 0 20px 15px 20px;
  line-height: 1.5;
}

/* Scheda Press */
.bs-press-card {
  flex: 0 0 30%;
  max-width: 400px;
  background: #fff;
  border: 1px solid #ddd;
  box-shadow: 0 1px 4px rgb(0 0 0 / 0.06);
  padding: 0;
  border-radius: 4px;
  display: flex;
  flex-direction: column;
}

.bs-press-image {
  position: relative;
  width: 100%;
  height: 230px;
  overflow: hidden;
  border-radius: 4px 4px 0 0;
}

.bs-press-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.3s ease;
}

.bs-press-card:hover .bs-press-image img {
  transform: scale(1.05);
}

.bs-press-title {
  font-size: 1.5em;
  font-weight: 700;
  color: #222;
  margin: 15px 20px 10px 20px;
  line-height: 1.2;
  font-family: 'Open Sans', sans-serif;
}

.bs-press-description {
  font-size: 14px;
  color: #555;
  margin: 0 20px 15px 20px;
  line-height: 1.5;
  font-family: 'Open Sans', sans-serif;
}

/* Sezione rassegna con sfondo grigio */
.bs-press-section {
  background-color: #f9f9f9;
  padding-top: 5em;
  padding-bottom: 5em;
  margin-top: 3em;
  margin-bottom: 3em;
}

/* Titoli centrati per entrambe */
.bs-centered-title {
  text-align: center !important;
  font-size: 36px;
  margin-bottom: 30px;
  color: #111;
  border-bottom: 6px solid #FF4864;
  width: 40%;
  padding-bottom: 15px;
  display: inline-block;
  margin-bottom: 1em;
  margin-top: 2em;
}

.bs-hidden {
  display: none !important;
}

.bs-btn.bs-btn-load-more {
  font-size: 1em;
  padding: 0em 2em;
}



@media screen and (max-width: 640px) {
  .bs-news-card,
  .bs-press-card {
    flex: 0 0 100%; /* Una colonna su mobile */
    max-width: 100%;
  }
}

<!-- SEZIONE SOSTIENI GRIGLIA -->


.support-methods-section {
  background-color: #ffffff;
  padding: 80px 40px;
  margin-top: 30px;
}

.support-methods-section h2 {
  margin-top: 30px;
}

.support-methods-container {
  display: flex;
  flex-wrap: wrap;
  max-width: 1400px;
  margin: 0 auto;
}

.support-method-box {
  flex: 1 1 33.33%; 
  padding: 60px 50px;
  background-color: #ffffff;
  box-sizing: border-box;
  text-align: center;
  border-left: 1px solid #cccccc;
  border-top: 1px solid #cccccc;
  text-align:left;
  min-height: 520px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start; /* Allinea a sinistra */
}

.support-method-box:nth-child(3n+1) {
  border-left: none;
}

/* Cambia la regola dei bordi superiori per la prima riga: */
.support-method-box:nth-child(-n+3) {
  border-top: none;
}

.support-method-box img {
  width: 100%;  
  margin-bottom: 5px;
  object-fit: cover;
  height: 220px; /* fissa altezza su desktop */
  max-height: 220px;
}


.support-method-box h3 {
  font-size: 2rem;
  line-height: 1.2em;
  font-weight: 800;
  color: #222;
  margin-bottom: 3px;
}

.support-method-box p {
  font-size: 1.1rem;
  color: #444;
  margin-bottom: 25px;
  line-height: 1.6;
}

.support-btn {
  display: inline-block;
  background-color: #FF4864;
  color: #fff;
  padding: 12px 26px;
  border-radius: 30px;
  font-weight: 600;
  text-decoration: none;
  font-size: 1rem;
  transition: background-color 0.3s ease;
  margin-bottom: 20px;
  white-space: nowrap;  /* Evita che si allarghi troppo */
  max-width: 100%;
}

.support-btn:hover {
  background-color: #e33a55;
}

@media screen and (max-width: 900px) {
  .support-method-box {
    flex: 1 1 100%;
    border-left: none;
	padding: 40px 25px;
  }

  .support-method-box:nth-child(n) {
    border-top: 1px solid #FF4864;
  }

  .support-method-box:first-child {
    border-top: none;
  }

 .support-method-box img {
    height: 260px; /* più visibile */
    max-height: none;
  }

  .support-method-box {
    flex: 1 1 100%;
    border-left: none;
    padding: 40px 25px;
    min-height: auto; /* permette flessibilità */
  }

  .support-method-box h3 {
    font-size: 1.8rem;
  }
}

@media screen and (min-width: 900px) and (max-width: 1100px) {
  .support-method-box {
    padding: 40px 30px;
  }

  .support-method-box p {
    font-size: 1rem;
  }

  .support-method-box h3 {
    font-size: 1.6rem;
  }
}

<!-- video banner--->
