* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
  }


#box-sx {
    position: fixed;
    transform: translate(-25vw,0);
    top: 65px;
    height: calc(100vh - 65px);
    width: 25vw;
    background-color: white;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    -webkit-box-pack: flex-start;
    -ms-flex-pack: flex-start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-box-align: flex-start;
    -ms-flex-align: flex-start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
	overflow-x: hidden;
}

#scheda_titolo, .scheda_titolo {
    /* font-family: "sole_display", Georgia, Times, "Times New Roman", serif; */
    font-family: "SoleSans", Arial, Helvetica, sans-serif;
    font-size: 260%;
    font-weight: 800;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.11;
    letter-spacing: normal;
    text-align: left;
    color: #000000;
    padding: 30px 20px 0px 20px;
}

.scheda_titolino {
    /* font-family: "sole_display", Georgia, Times, "Times New Roman", serif; */
    font-family: "SoleSans", Arial, Helvetica, sans-serif;
    font-size: 22px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 26.4px;
    letter-spacing: normal;
    text-align: center;
    color: #000000;
}

.scheda_data {
    /* font-family: "sole_display", Georgia, Times, "Times New Roman", serif; */
    font-family: "SoleSans", Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-weight: 400;
    font-stretch: normal;
    font-style: normal;
    line-height: 19.2px;
    letter-spacing: normal;
    text-align: center;
    color: #808080;
}

.scheda_numero {
    /* font-family: "sole_display", Georgia, Times, "Times New Roman", serif; */
    font-family: "SoleSans", Arial, Helvetica, sans-serif;
    font-size: 70px;
    font-weight: 700;
    font-stretch: normal;
    font-style: normal;
    line-height: 84px;
    letter-spacing: normal;
    text-align: center;
    color: #fb120e;
}


#scheda_sommario, .scheda_sommario {
    font-family: "SoleSans", Arial, Helvetica, sans-serif;
    font-size: 18px;
    font-weight: 400;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.46;
    letter-spacing: normal;
    color: #000000;
    text-align: left;
    padding: 30px 20px 0px 20px;
}

#scheda_fonte, .scheda_fonte {
    font-family: "SoleSans", Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: italic;
    line-height: 1.56;
    letter-spacing: normal;
    color: rgba(0, 0, 0, 0.5);
    text-align: left;
    padding: 20px 20px 0px 20px;
}

#scheda_menu_container {
    padding: 30px 20px 0px 20px;
    position: absolute;
    bottom: 4vh;
}


#scheda_menu_container .scheda_menu {
    /*
	display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: row;
    -webkit-box-pack: flex-start;
    -ms-flex-pack: flex-start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
	*/
	display: flex;
    height: 40px;
	align-items: center;
}

.scheda_menu + .scheda_menu{
	margin-top: 10px;
}

#scheda_menu_container .scheda_menu_voce {
    font-family: "SoleSans", Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.2;
    letter-spacing: normal;
    text-transform: uppercase;
    text-align: left;
    color: #000000;
    padding: 0px 0px 0px 10px;
}

.progresso_cnt{
	width: 5px;
	height: 100%;
	background-color: #e6e7e8;
}

.progresso_nero{
	background-color:#000;
	width: 100%;
	height: 0;
}

#scheda_menu_container .scheda_menu_voce.invisible {
    color: #e6e7e8;
}

.visible {
    color: #000;
}

@media only screen and (max-width: 480px) {
	#box-sx{
		width: 100vw;
		height: auto;
		top: -100%;
		left:0;
		transform: scale(1);
		transform-origin: center center;
	}

	#scheda_titolo, .scheda_titolo{
		padding: 20px 10px 0 10px;
	}
	
	#scheda_sommario, #scheda_fonte,.scheda_sommario, .scheda_fonte{
		padding: 10px 10px 0 10px;
	}
	
	.scheda-numeri-numero{
		margin-bottom: 4px;
	}
	
	.scheda-numeri-numero:after{
		content: "%";
		font-size: 20px;
		white-space: nowrap;
		margin-left: -7px;
	}
	
	.scheda-numeri{
		margin-top: 10px;
	}
}
