@import "https://lab24.ilsole24ore.com/_assets/fonts/solefonts/sole_serif.css";
@import "https://lab24.ilsole24ore.com/_assets/fonts/solefonts/sole_sans.css";


:root {
	--rosso: #fb120e;
	--altezza: 1500vh;
	--altezzaMobile1: 1000vh;
	--altezzaMobile2: 800vh; 
	--altezzaVariabile:100%;
}

.ui-loader{
	display:none!important;
}

/* CSS Document */


::-webkit-scrollbar {
  display: none;
}

/* IMPORT FONTS AND JQUERY END */

/* GENERAL START */
html,
body {
	margin: 0;
	padding: 0;

    /* Adjust font size */
    font-size: 100%;
    -webkit-text-size-adjust: 100%;
    /* Font varient */
    font-variant-ligatures: none;
    -webkit-font-variant-ligatures: none;
    /* Smoothing */
    text-rendering: optimizeLegibility;
    -moz-osx-font-smoothing: grayscale;
    font-smoothing: antialiased;
    -webkit-font-smoothing: antialiased;
    text-shadow: rgba(0, 0, 0, .01) 0 0 1px
	}

body {
    -webkit-tap-highlight-color: none;
    -moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;
	
	-ms-overflow-style: none;  /* IE and Edge */
	scrollbar-width: none;  /* Firefox */
	
    box-sizing:border-box;
	background: #f0f0ef;
	text-align: left;
	color:#fff;
	font-family: "SoleSans", Helvetica, Arial, Sans-Serif;
	font-weight: 400;
	position: relative;
	}


body.hidden {
    visibility: hidden;
}
body,
body > div {
    /*fix ui mobile on ipad*/
    /* width: 100% !important;*/
    height: auto !important;
	}

div {
	position: relative;
	margin: 0;
    padding: 0;
}


body,
input {
	font-family: "SoleSans", Helvetica, Arial, Sans-Serif;
	font-weight: 400;
    font-size: 14px;
    /*background:none transparent;*/
}

body.wait, body.wait *{
 cursor: wait;
}

  body.wsRadioSkin,
  body.backgroundAdv {
    background-size: 2290px !important;
  }

.stop-scrolling {
  height: 100%;
  overflow: hidden;
}

div:focus{
	outline:none;
}
[contenteditable]:focus {
    outline: 0px solid transparent;
}
[contenteditable],.l24MenuBase {
	color: #FFF;
    font-family: "SoleSans", Helvetica, Arial, Sans-Serif;
	font-weight: 400;
    font-size: 20px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-align: left;
}

.bodyNoScroll{
	overflow:hidden;
	height: 100%;
}

.ui-body-c,.ui-body-c input,.ui-body-c select,.ui-body-c textarea,.ui-body-c button {
    font-family: "SoleSans", Helvetica, Arial, Sans-Serif;
	font-weight: 400;
}

.ui-body-c, .ui-dialog.ui-overlay-c {
    text-shadow: 0 0px 0 white;
}

.left {
    float: left;
}

.right {
    float: right;
}

.clear {
    clear: both;
}

a {
    color: inherit!important;
    text-decoration: none;
    font-weight: inherit!important;
}


p {
}

.nascosto{
	display: none!important;
	}

.invisibile{
	visibility: hidden;
}


.noselect {
  -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
     -khtml-user-select: none; /* Konqueror HTML */
       -moz-user-select: none; /* Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome and Opera */
}


hr.ISstyle1{
	position: relative;
	float: left;
	display: block;
	margin: 30px 0;
	width: 100%;
	border: 0;
	background-color: #cebcb3;
	height: 1px;
}
hr.ISstyle2{
	position: relative;
	float: left;
	display: block;
	margin: 8px 0;
	width: 100%;
	border: 0;
	background-color: #cebcb3;
	height: 1px;
}
/* COMBOBOX */


#l24stoCaricando{
    position: fixed;
    width: auto;
    height: auto;
    padding: 10px;
    background-color: #3d2410;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    z-index: 999999;
	display: none;
	}

.lds-ring {
  display: inline-block;
  position: relative;
  width: 64px;
  height: 64px;
}
.lds-ring div {
  box-sizing: border-box;
  display: block;
  position: absolute;
  width: 51px;
  height: 51px;
  margin: 6px;
  border: 6px solid #fff;
  border-radius: 50%;
  animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  border-color: #fff transparent transparent transparent;
}
.lds-ring div:nth-child(1) {
  animation-delay: -0.45s;
}
.lds-ring div:nth-child(2) {
  animation-delay: -0.3s;
}
.lds-ring div:nth-child(3) {
  animation-delay: -0.15s;
}
@keyframes lds-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

ul li{
	font-size: 16px;
	font-family: "SoleSans", Helvetica, Arial, Sans-Serif;
	font-weight: 500}


.stop-scrolling {
  height: 100%;
  overflow: hidden;
}

/*
#contieni{
	text-align: left;
	position: relative;
	color:#1a171b;
	width: 100%;
	margin: 0 auto 10px;
	overflow: hidden;
	z-index: 1;
	min-height: 800px;
	}
*/


.sfondoTrasparente{
	width: 100%;
	height: 100%;
	background: -moz-linear-gradient(top, rgba(0,0,0,0) 1%, rgba(0,0,0,0) 43%, rgba(0,0,0,0.42) 100%);
	background: -webkit-linear-gradient(top, rgba(0,0,0,0) 1%,rgba(0,0,0,0) 43%,rgba(0,0,0,0.42) 100%);
	background: linear-gradient(to bottom, rgba(0,0,0,0) 1%,rgba(0,0,0,0) 43%,rgba(0,0,0,0.42) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#6b000000',GradientType=0 );
	}

#wrapper{
	background: none !important;
	overflow-x:hidden;
}

#contieni{
	display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    z-index: 1;
    min-height: 800px;
}

.allineaSx{
	float: left;
	}
.allineaDx{
	float: right;
	}

.blocco, .bloccoIntro{
	position:relative;
	float:left;
	width:100%;
	}

.centrato{
	text-align: center;
	}

.animato{ -webkit-transition: .25s ease-in-out; -moz-transition: .25s ease-in-out; -o-transition: .25s ease-in-out; transition: .25s ease-in-out;}



/* ****************************************************** BASE  */

#sezione1-cnt{
	width: 100vw;
	top:0;
	left: 0;
	height: var(--altezza);
}

#sezione1-titolo-cnt{
    position: absolute;
    top: 65px;
    display: flex;
	flex-direction: column;
    justify-content: center;
    width: 100%;
    color: black;
    text-align: center;
    font-family: "sole_display", Georgia, Times, "Times New Roman", serif;
}

#sezione1-titolo{
	font-size: 120px;
    font-weight: 900;
    font-stretch: normal;
    font-style: normal;
    line-height: 0.82;
}

#sezione1-sommario{
    font-size: 30px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.12;
    margin-top: 15px;
}

#sezione1{
	left: 0;
	top:65px;
	position: fixed;
	width: 100%;
	height: calc(100vh - 65px);
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
}

#sezione1.assoluto{
	position: absolute;
	bottom: 0;
	top:auto;
}

#sezione1-elementi{
	width: 100%;
    height: calc(100vh - calc(100vh - 100%));
}

#sezione1-servizio{
	position:absolute;
	width: 100%;
	height: calc( var(--altezza) - 100vh);
	top: 100vh; 
    left: 0;
}

.livello{
	position: absolute;
	left: 0;
	top:0;
	width: 100%;
}

#livello1{
	width: 173%;
}

#livello2 {
    width: 144%;
}

#livelli-cnt{
    position: absolute;
    height: calc(100vw / 5.7);
    left: 0;
    bottom: 0;
    right: 0;
    overflow: hidden;
}

#box-sx {
    position: fixed;
    transform: translate(-25vw,0);
    top: 65px;
    height: calc(100vh - 65px);
    width: 25vw;
    background-color: white;
}

#box-dx {
    position: fixed;
    transform: translate(100vw,0);
    top: 65px;
    height: calc(100vh - 65px);
    width: 25vw;
    background-color: white;
	padding: 30px 20px 0px 0;
}

.scheda-menu-destra{
    position: absolute;
    width: 100%;
    height: calc(100vh - 95px);
    background-color: white;
    top: 30px;
}

#scheda-menu-1-cnt{
	left:0;
}

.a-destra{
	left: 100%;
}

#sezione2{
	/* background-color: red; */
	width: 100%;
	height: var(--altezza);
}

#livello-verticale{
	left: 25vw;
    width: 50vw;
    
	/* 
	height: calc(89vw * 2.60); 
	width: 88.8vw;
	*/
	height: calc(100vh - 65px);
	
	/* background-color: yellowgreen; */
	position: absolute;
	top: 0;
	overflow: hidden;
}

#livello-verticale.fisso{
	position: fixed;
	top:65px;
}

#livello-verticale svg{
	position: absolute;
	left: 0;
	top:0;
}

#livello-verticale-servizio{
	position: absolute;
	top:0;
	left: 0;
	width: 100%;
	height: 100%;
}

.assoluto-basso{
	position: absolute!important;
	top:auto!important;
	bottom:0!important;
}

.rosso{
	color: var(--rosso);
}

#Rossi{
	opacity: 0;
}


#torta-cnt {
    width: 100%;
    height: 100%;
	display: flex;
	opacity: 0;
	z-index: 1;
}

.torta {
    width: 33.33%;
    height: 100%;
}

.fumetto {
	background-color: rgba(255,255,255,.9);
    color: black;
    text-align: left;
    padding: 25px;
    font-size: 1.2rem;
    line-height: 1.6;
    width: 45%;
}

.fumetto-cnt{
	height: 33.33%;
    margin-left: 25vw;
    display: flex;
    flex-direction: column;
    align-items: baseline;
    justify-content:space-around;
}

.fumetto-cnt:first-of-type{
	height: 40%;
}


#sezione2 .fumetto-cnt{
    margin-left: 25vw;
	height: 20%;
	/*
	border-bottom: 5px solid red;
	background: rgb(255,0,0);
	background: -webkit-linear-gradient(bottom, rgba(255,0,0,1) 0%, rgba(255,0,0,0) 100%);
	background: -o-linear-gradient(bottom, rgba(255,0,0,1) 0%, rgba(255,0,0,0) 100%);
	background: linear-gradient(to top, rgba(255,0,0,1) 0%, rgba(255,0,0,0) 100%);
	*/
}

#sezione2 .fumetto-cnt:first-of-type{
	height: 20%;
}

#credits{
	width: 100%;
	min-height: 100vh;
	background-color: #262626;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	color:#fff;
	padding: 50px 0;
}

.credits-cnt{
    margin-bottom: 25px;
    padding-bottom: 25px;
	border-bottom: 1px solid #fff;
	width: 50vw;
}

.credits-cnt:last-of-type{
	border-bottom: none;
}


.credits-cnt .titolo{
	font-size: 36px;
	line-height: 40px;
	font-weight: 900;
	font-family: "sole_display", Georgia, Times, "Times New Roman", serif;
}

.credit-riga {
    line-height: 1.5em;
    font-size: 16px;
}

.credits-cnt .grassetto{
	font-weight: bold;
}

.scheda_grafico{
	width: 100%;
	height: 20vh;
	margin-bottom: 30px;
}

.scheda_grafico iframe{
	margin-left: 20px!important;
	width: calc(100% - 40px)!important;
}

#scheda-menu-1-cnt .scheda_numero,
#scheda-dx-1-cnt .scheda-dx-numero{	
	color:#ffcb05;
}

#scheda-menu-2-cnt .scheda_numero,
#scheda-dx-2-cnt .scheda-dx-numero{	
	color:#ed7120;
}

#scheda-menu-3-cnt .scheda_numero,
#scheda-dx-3-cnt .scheda-dx-numero{	
	color:#ed7120;
}

#scheda-menu-3b-cnt .scheda_numero,
#scheda-dx-4-cnt .scheda-dx-numero{	
	color:#9d9fa2;
}

#scheda-menu-4-cnt .scheda_numero,
#scheda-dx-5-cnt .scheda-dx-numero{	
	color:#ed7120;
}


.l24-float-right.nascosto{
	display: inherit!important;
}

.faN{
    width: 31px!important;
}

.pubblicita {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #f6efe8;
	overflow: hidden;
	position: relative;
	height: 0;
	margin-bottom: 5vh;
}

.pubblicita>div{
	position: absolute;
}

@media only screen and (orientation : portrait) {
}

@media only screen and (orientation : landscape) {
}

@media only screen and (min-height: 670px) and (max-height: 850px) {
}

@media only screen and (max-width: 1090px) {
}

@media only screen and (max-width: 1007px) {
}
	
@media only screen and (max-width: 480px) {
	
	#livelli-cnt{
		bottom:20vh;
	}	
	
	#sezione1-titolo-cnt{
		top: 65px;
		height: calc(100vh - 140px);
		display: flex;
		flex-direction: column;
		justify-content: flex-start;
		align-items: center;
	}
	
	#sezione1-sommario{
		margin-top: 20px;
		font-size: 20px;
		line-height: 26px;
		width: calc(100% - 20px);
	}
	
	#sezione1-titolo {
		font-size: 50px;
		line-height: 50px;
		width: calc(100% - 20px);
	}
	
	
	#box-sx{
		overflow-x: hidden;
	}
	
	.schede-numeri-cnt,.schede-dx-cnt {
		width: 300vw;
		display: flex;
		flex-direction: row;
		/* align-content: center; */
		justify-content: center;
		align-items: flex-end;
		color: black;
		height: 100%;
	}
	
	.scheda-numeri-cnt{
		display: flex;
		flex-direction: row;
		width: 100vw;
		justify-content: space-around;
		align-items: flex-end;
	}

	.scheda-numeri-titolo{
		font-weight: 800;
		font-size: 20px;
		line-height: 24px;
	}
	
	.scheda-numeri{
		flex-direction: column;
		text-align: center;
		width: 33.33vw;
	}
	
	.scheda-numeri-numero{
		color: #fb120e;
		font-size: 10vw;
		line-height: 60px;
		margin-bottom: 5vh;
	}
	
	#livello-verticale{
		width: 100vw;
		left: 0;
	}
	#livello-verticale svg{
		width: 300vw;
		left:0;
	}
	
	#box-dx{
		width: 100vw;
	    height: auto;
		left: 0;
		transform-origin: center center;
		top: -100%;
		padding: 0;
		display: flex;
		flex-direction: column;
		overflow-x: hidden;
		transform: scale(1);
	}
	
	.schede-dx-cnt {
		width: 500vw;
		margin-bottom: 10px;
	}
	
	.scheda-dx-cnt{
		display: flex;
		flex-direction: row;
		width: 100vw;
		padding: 0 10px;
		justify-content: space-between;
		align-items: flex-start;
	}
	
	.scheda-dx-1{
		display: flex;
		flex-direction: column;
		width: 30%;
	}
	
	.scheda-dx-2{
		display: flex;
		flex-direction: row;
		width: 65%;
		height: 100%;
	}
	
	.scheda-dx-titolino{
		font-size: 16px;
		line-height: 19.2px;
	}
	
	.scheda-dx-titolino:first-of-type{
		margin-top: 12px;
	}
	
	.scheda-dx-numero{
		font-size: 50px;
		line-height: 50px;
		letter-spacing: -2px;
		margin-bottom: -7px;
	}
	
	.scheda-dx-numero:after{
		content: "%";
		font-size: 20px;
		white-space: nowrap;
		margin-left: 5px;
	}
	
	.fumetto-cnt {
		margin-left: 0!important;
		z-index: 1;
	}
	
	.fumetto{
		width: 100vw;
		padding: 10px 20px;
		font-size: 15px;
	}

	#sezione1-cnt{
		height: var(--altezzaMobile1);
	}
	#sezione1-servizio{
		height: calc( var(--altezzaMobile1) - 100vh);
	}
	#sezione2{
		height: var(--altezzaMobile2);
	}
	
	#sezione1-servizio .fumetto{
		transform: translatey(-40vh);
	}
	
	#sezione1-servizio .fumetto:first-of-type{
		transform: translatey(0);
	}
	
}



@media only screen and (max-width: 480px) and (max-height: 750px) {
	
	#sezione2 .fumetto-cnt{
		align-items: center;
    	justify-content: flex-end;
	}
	
	#sezione2 .fumetto-cnt{
		align-items: center;
    	justify-content:center;
		botton:20vh;
	}
	
	#scheda_titolo, .scheda_titolo {
		padding: 10px 10px 0 10px!important
	}
	#scheda_sommario, #scheda_fonte, .scheda_sommario, .scheda_fonte {
		padding: 4px 10px 0 10px!important;
	}

	.scheda-dx-numero {
		font-size: 35px;
		line-height: 38px;
		letter-spacing: -2px;
		margin-bottom: 2px;
	}	
	
	.scheda-dx-2 {
		display: flex;
		flex-direction: row;
		width: 65%;
		height: 20vh;
	}
	
	.credits-cnt{
		width: 80vw;
	}
}
