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

:root {
  --rosso: #ff5f47;
}

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

wbr:after { content: "\00200B"; }

/* RESET */
html,body,div,span,applet,object,iframe,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,dl,dt,dd,ol,ul,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,label,legend,p,blockquote,table,caption,tbody,tfoot,thead,tr,th,td{margin:0;padding:0;border:0;outline:0;font-weight:inherit;font-style:inherit;font-size:100%;font-family:inherit;vertical-align:baseline;}body{line-height:1;color:black;background:white;}:focus{outline:0;}table{border-collapse:collapse;border-spacing:0;}caption,th,td{text-align:left;font-weight:normal;}fieldset,img{border:0;}address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}ol,ul{list-style:none;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}blockquote:before,blockquote:after,q:before,q:after{content:"";}blockquote,q{quotes:"" "";}abbr,acronym{border:0;}

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

.soleSans {
    font-family: "soleSans", Helvetica, Arial, Sans-Serif;}
.soleSerif {
    font-family: "sole_headline", Georgia, Times, "Times New Roman", serif;}

::-webkit-scrollbar {
    width: 8px;
	background-color: rgba(0, 0, 0, 0.1);
}
::-webkit-scrollbar-thumb {
    height: 15px;
    border: 2px solid rgba(0, 0, 0, 0.0);
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
    background-clip: padding-box;
    background-color: rgba(0, 0, 0, 1);
}

/* 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;
    box-sizing:border-box;
	background: #fff8f0;
	text-align: left;
	color: var(--rosso);
	font-family: "soleSansReg", Helvetica, Arial, Sans-Serif;
	position: relative;
	}

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

div {
	position: relative;
}


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

body:after {
  visibility: hidden;
  height: 0;
  font-size: 0;
  content:"1200";
}
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: "soleSansReg", Helvetica, Arial, Sans-Serif;
    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: "soleSansReg", Helvetica, Arial, Sans-Serif;
}

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

.left {
    float: left;
}

.right {
    float: right;
}

.clear {
    clear: both;
}

#contieni a {
    color: inherit!important;
    text-decoration: none;
    font-weight: inherit!important;
	-webkit-transition: .25s ease-in-out; -moz-transition: .25s ease-in-out; -o-transition: .25s ease-in-out; transition: .25s ease-in-out;
}

#wrapper a:hover{
	opacity: .7;
}




p {
}

.nascosto{
	display: none!important;
	}

.l24-float-right.nascosto{
	display: block!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: "soleSansMed", Helvetica, Arial, Sans-Serif;}

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


#contieni{
	width: 970px;
	margin: 64px auto 0 auto;
}

.contieni-largo {
	text-align: center;
	position: relative;
/*	float: left; */
	color:#1d1d1b;
	width: 100%;
	margin: 0 auto;
}

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

#pubblicita-vera>div{
	position: absolute;
}

#div-gpt-ad-MaxTicker div {
	margin: 10px 0;
}

.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;
	overflow-y: hidden;
}

.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;}

div {
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
}

/************************************************************* elementi servizio */

.blocco-cnt{
	display: flex;
	justify-content: center;
	flex-direction: row;
}

.flex-colonna{
	flex-direction: column;
	align-content: center;
	height: 100%;
}

.sposta-destra{
	padding-left: 10%;
}

.elemento-33{
	width: 33.33%;
}

.elemento-66{
	width: 66.34%;
}

.elemento-50{
	width: 50%;
}

.spazio-sopra-grande{
	margin-top: 60px;
}

.spazio-sopra{
	margin-top: 30px;
}

.spazio-sopra-mini{
	margin-top:10px;
}

.spazio.sotto{
	margin-bottom: 30px;
}

.spazio.sotto-mini{
	margin-bottom: 10px;
}

.bottone {	
	border: 1px solid;
    padding: 10px;
    float: left;
    -moz-box-shadow: 3px 3px 0 0 var(--rosso);
    -webkit-box-shadow: 3px 3px 0 0 var(--rosso);
    box-shadow: 3px 3px 0 0 var(--rosso);
    cursor: pointer;
    font-size: 20px;
    margin-bottom: 20px;
}

.bottone:hover {
	-moz-box-shadow:    1px 1px 0 0 var(--rosso);
	-webkit-box-shadow: 1px 1px 0 0 var(--rosso);
	box-shadow:         1px 1px 0 0 var(--rosso);
	margin-left: 2px;
	opacity: .7;
}

.dividi{
	width: 20px;
}

.dividi.filo-verticale{
	width: 14px;
	border-left: 1px solid;
	border-color: var(--rosso);
	margin-left: 5px;
}

.dividi.filo-verticale-eq{
	width: 12px;
	border-left: 1px solid;
	border-color: var(--rosso);
	margin-left: 12px;
}

.alto-basso{
	display: flex;
    flex-direction: column;
	justify-content: space-between;
}

.fili-spalla{
	border-left: 1px solid;
	border-right: 1px solid;
	border-color: var(--rosso);
	padding: 0 12px 0 12px;
}

.sfondo-virgolette{
	background-image: url("../img/svg/virgolette.svg");
	background-position: bottom right;
	background-repeat: no-repeat;
	background-size: 70px;
	height: 70px;
}
/************************************************************* immagini */

#img-intro{
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: -1;
}

#img-intro .svg1{
    position: absolute;
    width: 41%;
    bottom: 0;
    right: -10%;
}

#img-intro .svg2{
	position: absolute;
    width: 25%;
    bottom: 50%;
    right: -10%;
}

#img00{
	display: flex;
    align-items: center;
    justify-content: center;
    min-height: 255px;
	width: 100%;
}
#img00 img{
	width: 60%;
	height: auto;
}

#img01{
    position: absolute;
    bottom: -46px;
    right: 0;
}

#img02 svg{
    width: 110%;
    margin-left: -10%;
}

#img03 img, #img04 img, #img05 img:not(.svg),
#img07 img:not(.svg), #img08 img:not(.svg), #img09 img, #img10 img:not(.svg),
#img11 img, #img12 img, #img13 img{
	width: 100%;
	height: auto;
}

#img05 .svg1{
	width: 100%;
    position: absolute;
    left: 70%;
    top: -10px;
    transform: translateX(-50%);
    z-index: -1;
}

#img05 .svg2{
	width: 40%;
    position: absolute;
    left: 10%;
    bottom: -20px;
    transform: rotate(64deg);
}

#img07 .svg1{
    position: absolute;
    width: 20%;
    left: -30%;	
}

#img07 .svg2{
    width: 50%;
    position: absolute;
    left: 50%;
    bottom: -20px;
    transform: translateX(-50%);
}


#img08 .svg{
	width: 21%;
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
}

#img09 .svg{
	position: absolute;
	z-index: -1;
}

#img09 .svg1{
    top: 21%;
    left: 20%;
	width: 66%;
}


#img09 .svg2{
	width: 21%;
    left: -13%;
    top: 36%;
    transform: rotate(72deg);
}

#img10 .svg{
	position: absolute;
	z-index: -1;
}

#img10 .svg1{
    left: 10%;
    top: 5%;
    width: 10%;
}
#img10 .svg2{
    top: 44%;
    right: 18%;
    width: 13%;
}
#img10 .svg3{
    right: -10%;
    bottom: 56%;
    width: 29%;
}

#img10 .svg, #img11 .svg, #img12 .svg {
	position: absolute;
	z-index: -1;
}

#img11 .svg{
	top: -40%;
    width: 140%;
    left: 50%;
    transform: translateX(-50%);
}

#img12 .svg1{
    bottom: -15%;
    left: 20%;
    width: 30%;
}

#img12 .svg2{
    width: 10%;
    right: 0;
    top: -10%;
}

#img13 .svg {
	position: absolute;
}

#img13 .svg1{
    width: 20%;
    left: 10%;
}

#img13 .svg2{
    width: 10%;
    left: 80%;
    top: 80%;
}
#img13 .svg3{
    width: 62%;
    top: 133%;
    left: 38%;
}
#img13 .svg4{
    right: -50%;
    width: 70%;
    transform: rotate(51deg);
    top: 40%;
}
#img13 .svg5{
    width: 18%;
    transform: rotate(82deg);
	/*
    bottom: -60%;
    left: 20%;
	*/
    bottom: -56%;
    left: 25%;
}


#img04{
    display: flex;
    justify-content: center;
    margin-top: -20%;
}

#img04 img{
	position: absolute;
    width: 130%;
}

#img05{
	margin-top: 40px;
}

#img06{
    position: absolute;
    width: 114%;
    height: 100%;
    top: 0;
    left: -7%;
    display: flex;
    justify-content: center;
    align-content: center;
}

#img06 img{
	width: 100%;
}

#img09 {
	right: 0;
}
/************************************************************* sfondi */

.sfondo-1{
	background-image: url("../img/croci1.svg");
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
}

.sfondo-2{
	background-image: url("../img/croci2.svg");
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	height: 100%;
	width: 100%;
}


/************************************************************* elementi */

h1{
	font-family: "sole_display", Georgia, Times, "Times New Roman", serif;
	font-weight: 200;
	font-size: 120px;
	line-height: 100px;
	color:#000;
}

.h1-catenaccio{
	font-family: "sole_text", Georgia, Times, "Times New Roman", serif;
	font-weight: 200;
	font-size: 18px;
	line-height: 28px;
	color:#000;
}

h2{
	font-family: "sole_display", Georgia, Times, "Times New Roman", serif;
	font-weight: 200;
	font-size: 80px;
	line-height: 80px;
}

.h2-occhiello{
	font-family: "soleSans", Helvetica, Arial, Sans-Serif;
	font-weight: 500;
	font-size: 42px;
	line-height: 38px;
}

h2 + .firma{
	margin-top: 40px!important;
}

h3{
	font-family: "soleSans", Helvetica, Arial, Sans-Serif;
	font-weight: 500;
	font-size: 38px;
	line-height: 38px;
}

.h3-catenaccio{
	font-family: "soleSans", Helvetica, Arial, Sans-Serif;
	font-size: 18px;
	line-height: 28px;
	margin-top: 10px;
}

.firma{
	font-family: "sole_text", Georgia, Times, "Times New Roman", serif;
	font-size: 16px;
	font-style: italic;
	margin-top: 10px;
}

.bordo-su{
	padding-top: 10px;
	border-top: double;
	border-color: var(--rosso);
	border-width: 4px;
}

.bordo-su.spazio{
	margin-top: 10px;
}

.bordo-giu{
	padding-bottom: 10px;
	border-bottom: double;
	border-color: var(--rosso);
	border-width: 4px;	
}

.bordo-giu.spazio{
	margin-bottom: 10px;
}

.sommario{
	font-family: "sole_display", Georgia, Times, "Times New Roman", serif;
	font-size: 42px;
	line-height: 40px;
}

.virgolette{
	text-align: right;
}

#bottone-ultimo{
	padding-bottom: 40px;
    display: flex;
    justify-content: center;
}

/************************************************************* FINE elementi */



div:focus {
  outline-style: none;
}

.desktop-nascondi{
	display: none;
}

@media only screen and (max-width: 768px) {
	#contieni{
		width: calc(100% - 40px);
		margin-left: 20px;
		margin-right: 20px;
	}
	
	.spazio-sopra-mini{
		margin-top:30px;
	}
}

@media only screen and (min-width: 481px) and (max-width: 768px) {
	h1{
		font-size: 90px;
		line-height: 75px
	}
	
	h2{
		font-size: 45px;
		line-height: 50px;
	}
	
	.h2-occhiello{
		font-size: 32px;
		line-height: 36px;
	}
	
	h3{
		font-size: 36px;
		line-height: 38px;
	}
	
	.sommario{
		font-size: 36px;
		line-height: 40px;
	}
	
	.tablet-nascondi{
		display: none;
	}
	.tablet-100{
		width: 100%;
	}
	.tablet-50{
		width: calc(50% - 13px);
	}
	
	.tablet-66{
		width: 66.34%;
	}
	
	.tablet-33{
		width: 33.33%;
	}
	
	#blocco1 .sposta-destra {
		padding-left: 5%;
	}
	
	#blocco2 > .blocco-cnt{
		flex-wrap: wrap;
	}
	
	#blocco2 #img00{
		border-bottom: none;
	}
	
	#blocco2 .tablet-50{
		margin-top: 20px;
	}
	
	#blocco4_1{
		flex-wrap: wrap;
	}
	
	#blocco4_1 .elemento-33:last-of-type.alto-basso{
		flex-direction: row;
	}
	
	#blocco4_5 .elemento-33{
		width: 40%;
	}
	
	#img00 img {
		width: 30%;
	}
	
	#img02 svg {
		width: 121%;
		margin-left: -12%;
	}
	
	#img04 img {
		position: absolute;
		width: 110%;
	}
	
	#img05 {
		margin-top: -18px;
	}
	
	#img11 .svg{
		top: 10%;
	}
	
	#img12 .svg2{
		top: -10%;
	}

	
	#img13 .svg5 {
		bottom: -95%;
	}	
	
	#img13 .svg3 {
    	top: 173%;
	}
}

	
@media only screen and (max-width: 480px) {	
	#blocco1{
		margin-top: 40px;
	}
	h1{
		font-size: 46px;
		line-height: 43px;
		font-weight: 400;
	}
	
	.h1-catenaccio {
		font-size: 18px;
		line-height: 26px;
	}
	
	h2{
		font-size: 36px;
		line-height: 40px;
	}
	
	.h2-occhiello{
		font-size: 32px;
		line-height: 36px;
	}
	
	h2 + .firma {
		margin-top:auto!important;
	}
	
	h3{
		font-size: 32px;
		line-height: 36px;
	}
	
	.h3-catenaccio{
		font-size: 18px;
		line-height: 26px;
	}
	
	.sommario{
		font-size: 28px;
		line-height: 32px;
	}
	
	.virgolette-cnt{
		margin-left: 4px;
		padding-left: 20px;
		border-left: 1px solid;
	}
	
	.desktop-nascondi{
		display: inherit;
	}
	
	.mobile-nascondi{
		display: none!important;
	}
	.mobile-100{
		width: 100%;
	}
	.mobile-50{
		width: calc(50% - 13px);
	}
	
	.mobile-66{
		width: 66.34%;
	}
	
	.mobile-33{
		width: 33.33%;
	}
	
	.mobile-alto-basso{
		display: flex;
		flex-direction: column;
		justify-content: space-between;
	}
	
	.blocco-cnt.mobile{
		flex-direction: column;
	}
	
	.alto-basso.reverse{
		flex-direction:column-reverse;
	}
	
	.bandiera-destra{
		text-align: right;
	}
	
	.fili-spalla{
		padding: 0;
		border-left: none;
		border-right: none;
	}
	
	.filo-mobile{
		margin-left: 4px;
		padding-left: 20px;
		border-left: 1px solid;
		margin-top: 15px;
		margin-bottom: 15px;
	}
	
	.bordo-su-mobile{
		padding-top: 30px;
		border-top: double;
		border-color: var(--rosso);
		border-width: 4px;
	}

	.bordo-su-mobile.spazio{
		margin-top: 30px;
	}
	
	.bordo-su{
		padding-top: 30px;
		margin-top: 30px;
	}

	.bordo-giu{
		padding-bottom: 30px;
		margin-bottom: 30px;
	}
	
	.spazio-sopra-mini{
		margin-top: auto;
	}
	
	#blocco1 .sposta-destra {
		padding-left: 0;
	}
	
	#blocco1 .mobile-100 {
		margin-left: 22px;
	}
	
	
	#blocco2 > .blocco-cnt{
		flex-wrap: wrap;
	}
	
	#blocco2 #img00{
		border-bottom: none;
	}
	
	#blocco2 .tablet-50{
		margin-top: 20px;
	}
	
	#blocco4_1{
		flex-wrap: wrap;
	}
	
	#blocco4_1 .elemento-33:last-of-type.alto-basso{
		flex-direction: row;
	}
	
	
	#blocco4_1 .elemento-33:nth-child(1) .firma{
		margin-top: 40vh;
	}
	
	#blocco4_5.spazio-sopra{
		margin-top: 0;
	}
	
	#blocco4_6 .elemento-50:nth-child(1) h3{
		width: 50%;
	}
	
	#img-intro .svg1{
		width: 51%;
		bottom:auto;
		top: 50%;
		right: -23%;
	}
	
	#img-intro .svg2{
		width: 25%;
		bottom:auto;
		top: 35%;
		right: -23%;
	}	
	
	#img00 {
		min-height: 164px;
	}
	#img00 img {
		width: 50%;
	}
	
	#img00.bordo-giu{
		margin-top: 0;
		margin-bottom: 0;
	}
	
	#img01 {
		position: inherit;
		border-left: 1px solid;
		margin-left: 4px;
		padding-left: 20px;
		bottom: -26px;
	}
	
	#img01 img{
		margin-top: -60px;
	}
	
	#img02 svg {
		width: 180%;
		margin-left: -10%;
		transform: rotate(-39deg);
		margin: 30% 0 40% -39%;
	}
	
	#img03{
		position: absolute;
		width: 70%;
		right: -10%;
		bottom: 0;
		z-index: -1;
	}
	
	#img04-mobile img {
		width: 100%;
		margin-bottom: -15px;
	}
	
	#img05 {
		margin-top: -10px;
	}
	
	#img05 img:not(.svg){
		/*
		height: 312px;
		width: auto;
		margin-right: -50px;
		*/
		height: 242px;
		width: auto;
		margin-right: -50px;
		margin-top: 30px;
	}
	
	#img07 img:not(.svg){
		transform: translate(-15%, -6%);
		width: 120%;
	}

	#img09 {
		right: -11%;
		margin-top: -10%;
	}
	
	#img10{
		left: -10%;
	}
	
	#img11 img:not(.svg){
		margin-left: 20%;
    	margin-top: -10%;
	}
	
	#img11 .svg{
		top: 0;
		width: 120%;
		left: 50%;
		transform: translateX(-54%);
	}
	
	#img12 .desktop-nascondi{
		transform: rotate(-44deg) translate(30%, 5%);
	}
	
	
	#img13 img:not(.svg){
		width: 120%;
		margin-left: 50%;
		transform: translateX(-50%);
		margin-top: -16%;
	}

	#img13 .svg5 {
		bottom: -122%;
		width: 30%;
	}	
	
	#img13 .svg3 {
		top: 123%;
		left: 80%;
	}
	
	#img13 .svg2, #img13 .svg4{
		display: none;
	}
}