/* CSS Document */

h1 {
    margin: auto;
    color: #fff;
    text-align: center;
    font-size: 120px;
    font-family: "sole_display", Georgia, Times, "Times New Roman", serif;
    font-style: normal;
    font-weight: 900;
    line-height: 120px;
    padding-bottom: 16px;
    /* text-shadow: #FE0000 0 0 10px; */
    margin-block-start: 0px;
    margin-block-end: 0px;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
}

h2 {
    max-width: 1230px;
    margin: auto;
    color: #fff;
    text-align: center;
    font-size: 32px;
	line-height: normal;
	padding-bottom: 32px;
    font-family: "sole_headline", Georgia, Times, "Times New Roman", serif;
    font-style: normal;
    font-weight: 400;
	margin-block-start: 0px;
    margin-block-end: 0px;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
}

h2 + .firma {
	margin-top: -8px;
}

.box-titolo .firma{
    font-family: "sole_headline", Georgia, Times, "Times New Roman", serif;
    font-size: 20px;
    font-style: italic;
    font-weight: 800;
    line-height: normal;
	padding-bottom: 32px;
	text-align: center;
}

.box-titolo .firma:before{
	content: "di ";
    font-size: 20px;
    font-style: italic;
    font-weight: 400;
}


/*
#data-pubblicazione:before {
	content: 'pubblicato il ';
	font-weight: 400;
}
*/

.box-titolo {
	/*
    background-color: rgba(0,0,0,.5);
    padding: 32px;
    border-radius: 10px;
	*/
	max-width: 1020px;
    color: white;
}

.box-titolo h1,
.box-titolo h2,
.box-titolo .firma{
	/*
	text-shadow: 0px 0px 10px rgba(0, 0, 0, 1), 0px 0px 0px #000000;
	*/
}

.blocco-intro{
	width: 800px;
    font-family: "sole_headline", Georgia, Times, "Times New Roman", serif;
    font-size: 32px;
    line-height: 40px;
    font-weight: 400;
	text-align: center;
	color: white;
    /* text-shadow: 0px 0px 4px rgba(51,51,51,.8),0px 0px 8px #333333; */
	text-shadow: 0px 0px 30px rgba(0, 0, 0, .5), 0px 0px 0px #000000;
	z-index: 2;
	transform: translate3d(0,0,0);
}

.blocco-scrollytelling {
    min-height: 100vh;

	-webkit-transition: background 300ms ease-in-out 300ms;
    -moz-transition: background 300ms ease-in-out 300ms;
    -o-transition: background 300ms ease-in-out 300ms;
    transition: background 300ms ease-in-out 300ms;

	position: relative;
	/*
	background-size: cover;
	background-attachment: fixed;
	background-position: center;
	*/
}

.blocco-elementi-fissi{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.blocco-scrollytelling .blocco-grafico{
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	padding: 70px 20px 20px 20px;
}

.blocco-scrollytelling video,
.blocco-scrollytelling .blocco-grafico{
	opacity: 0;
    height: 100vh;
    width: 100%;
	position: sticky;
	object-fit: cover;
	top: 0;
	transition: opacity .6s ease-in-out;
	background-color: #fff;  /*#fff8f0*/
}

.blocco-scrollytelling .grafico-titolo{
    max-width: 550px;
    font-style: normal;
    font-weight: 800;
    font-size: 24px;
    line-height: 30px;
    text-align: center;
    margin-block-end: 0.5em;
    margin: auto;
}

.blocco-scrollytelling .grafico-sottotitolo{
    max-width: var(--larghezza);
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    color: #0f0f0f;
    padding: 0 0 20px;
	margin: auto;
}

.blocco-scrollytelling .blocco-grafico iframe{
	width: 100%;
	height: 100%;
}

.blocco-scrollytelling:not(.blocco-testata-cnt){
	margin-top: 128px;
	margin-bottom: 128px;
}

.blocco-scrollytelling.blocco-testata-cnt{
	margin-bottom: 128px!important;
}


.blocco-testata {
    margin-bottom: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 32px;
}
.blocco-testata.is-singolo{
	margin-bottom: 0;
}

.sfondo-sfumato-cnt{
	position: sticky;
	object-fit: cover;
	top:0;
	left: 0;
	width: 100%;
	height: 100vh;
	z-index: 0;
}

.sfondo-sfumato{
	position: absolute;
	object-fit: cover;
	top:0;
	left: 0;
	width: 100%;
	height: 100vh;
	background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 38.26%, rgba(0, 0, 0, 0.40) 89.66%);
}

.sfondo-sfumato-immagine {
    position: absolute;
    object-fit: cover;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background-size: cover;
    background-position: center;
	
	-webkit-transition: background 300ms ease-in-out 300ms;
    -moz-transition: background 300ms ease-in-out 300ms;
    -o-transition: background 300ms ease-in-out 300ms;
    transition: background 300ms ease-in-out 300ms;

}
@media only screen and (max-width: 870px) {	
	.box-titolo {
		/*
		background-color: rgba(0,0,0,.5);
		padding: 32px;
		border-radius: 10px;
		*/
		width: 100%;
		padding-left: 16px;
		padding-right: 16px;
		color: white;
	}
}

@media only screen and (max-width: 480px) {
	h1{
		font-size: 50px;
		line-height: 58px; /* 136% */
	}
	
	h2{
		font-size: 24px;
		font-style: normal;
		font-weight: 400;
		line-height: normal;
	}
	
	.blocco-100{
		height: 180vh;
	}
	
	.blocco-testata {
		padding: 12px;
		padding-bottom: 70px;
	}
	
	.blocco-testata.blocco-100{
		height: 100vh;
	}
	
	.blocco-intro{
		font-size: 28px;
		line-height: 32px;		
		padding-left: 18px;
		padding-right: 18px;
	}
	
	.sfondo-sfumato{
		background: linear-gradient(180deg, rgba(0, 0, 0, 0.10) 38.26%, rgba(0, 0, 0, 0.45) 89.66%);
	}

}

