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

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

/* CSS Document */


@font-face {
	font-family: "soleSansReg";
    src: url('//lab24.ilsole24ore.com/fonts/Sole24SansW-Regular.eot');
    src: url('//lab24.ilsole24ore.com/fonts/Sole24SansW-Regular.eot?#iefix') format('embedded-opentype'),
        url('//lab24.ilsole24ore.com/fonts/Sole24SansW-Regular.woff') format('woff'),
		url('//lab24.ilsole24ore.com/fonts/Sole24SansW-Regular.woff2') format('woff2'),
        url('//lab24.ilsole24ore.com/fonts/Sole24SansW-Regular.ttf') format('truetype');	}
@font-face {
	font-family: "soleSansBold";
    src: url('//lab24.ilsole24ore.com/fonts/Sole24SansW-Bold.eot');
    src: url('//lab24.ilsole24ore.com/fonts/Sole24SansW-Bold.eot?#iefix') format('embedded-opentype'),
        url('//lab24.ilsole24ore.com/fonts/Sole24SansW-Bold.woff') format('woff'),
		url('//lab24.ilsole24ore.com/fonts/Sole24SansW-Bold.woff2') format('woff2'),
        url('//lab24.ilsole24ore.com/fonts/Sole24SansW-Bold.ttf') format('truetype');	}
@font-face {
	font-family: "soleSansMed";
    src: url('//lab24.ilsole24ore.com/fonts/Sole24SansW-Medium.eot');
    src: url('//lab24.ilsole24ore.com/fonts/Sole24SansW-Medium.eot?#iefix') format('embedded-opentype'),
        url('//lab24.ilsole24ore.com/fonts/Sole24SansW-Medium.woff') format('woff'),
		url('//lab24.ilsole24ore.com/fonts/Sole24SansW-Medium.woff2') format('woff2'),
        url('//lab24.ilsole24ore.com/fonts/Sole24SansW-Medium.ttf') format('truetype'); }
@font-face {
	font-family: "soleSansXBold";
    src: url('//lab24.ilsole24ore.com/fonts/Sole24SansW-ExtraBold.eot');
    src: url('//lab24.ilsole24ore.com/fonts/Sole24SansW-ExtraBold.eot?#iefix') format('embedded-opentype'),
        url('//lab24.ilsole24ore.com/fonts/Sole24SansW-ExtraBold.woff') format('woff'),
		url('//lab24.ilsole24ore.com/fonts/Sole24SansW-ExtraBold.woff2') format('woff2'),
        url('//lab24.ilsole24ore.com/fonts/Sole24SansW-ExtraBold.ttf') format('truetype'); }

.soleSansReg {
    font-family: "soleSansReg", Helvetica, Arial, Sans-Serif;}
.soleSansBold {
    font-family: "soleSansBold", Helvetica, Arial, Sans-Serif;}
.soleSansXBold {
    font-family: "soleSansXBold", Helvetica, Arial, Sans-Serif;}
.soleSansMed {
    font-family: "soleSansMed", Helvetica, Arial, Sans-Serif;}
.soleSansRegiIt {
    font-family: "soleSansRegIt", Helvetica, Arial, Sans-Serif;}
.soleSansSbd {
    font-family: "soleSansMed", Helvetica, Arial, Sans-Serif;}
.soleSansThn {
    font-family: "soleSansReg",  Helvetica, Arial, Sans-Serif;}
.soleSansLgh {
    font-family: "soleSansReg",  Helvetica, Arial, Sans-Serif;}
.soleSansLghC {
    font-family: "soleSansReg",  Helvetica, Arial, Sans-Serif;}
.soleHeadline {
    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: #f0f0ef;
	text-align: left;
	color:#fff;
	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;
}

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

h1 {
	font-weight: 700;
	margin: 15px 0;
	font-size: 140px;
	line-height: .8em;
	text-shadow: 0 0 30px rgba(0, 0, 0, 0.5);
}

h3.sommario-testata{
	font-size: 24px;
    font-weight: 400;
    line-height: 1.3em;
    width: 60%;
	text-shadow: 0 0 30px rgba(0, 0, 0, 0.7);
}

h5.titolo {
    margin-block-start: 24px;
    margin-block-end: 0;
}

h5.titolo + p {
    margin-top: 6px;
}

h7{
	font-size: 12px;
    color: #A5A5A5;
    line-height: 1.4em;
}

h7.interno{
	position: absolute;
    bottom: 10px;
    padding: 0 10px;
    left: 0;
}

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: "soleSansMed", Helvetica, Arial, Sans-Serif;}

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

#contieni{
	display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    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;
}

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


/* ******************************************* INTRO */
.l24-float-right {
		display: block!important;
	}
	
	#header-fisso .top-bar {
		width: 100%;
	}
	
	#inizio{
		display: flex;
		flex-direction: column;
		font-family: Halogen,'sans-serif';		
		color: #ffffff;
		text-align: center;
		justify-content: flex-start;
		align-items: center;
		height: calc(100vh - 65px);
		height: calc(var(--vh, 1vh) * 100 - 65px);
    	margin-top: 65px;
	}

	.inizio-cnt{
		height: 100%;
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
	}
	
	#inizio-titolo{
		font-size: 12vh;
		font-weight: 900;
		line-height: 0.67;
	}
	
	#inizio-sommario{
		font-family: "soleSansReg", Helvetica, Arial, Sans-Serif;
		font-size: 3.5vh;
		line-height: 1.22;
		color: #ffffff;
		width: 50vw;
	}
	
	#aCuraDi{
		color:#B7B7B7;
		font-family: "soleSansReg", Helvetica, Arial, Sans-Serif;
		font-size: 2.8vh;
		line-height: 1.38;
	}
	
	#btInizia{
		width: 360px;
		height: 80px;
		border-radius: 12px;
		font-size: 24px;
		font-weight: 900;
		line-height: 0.89;
		color: #fff;
		display: flex;
		justify-content: center;
		align-items: center;
		cursor: pointer;
	}

	#btInizia:hover{
		opacity: .7;
	}
	
	
	#btInizia span{
		margin-bottom: 12px;
	}

	#btInizia span:after{
		content: " ";
		background-image: url(../img/freccinaDX.svg);
		background-repeat: no-repeat;
		background-position: center;
		background-size: contain;
		width: 20px;
		height: 20px;
		position: absolute;
		margin-left: 6px;
		transform: rotate(90deg);
	}
	
	#inizio div:not(#pubblicita-vera) + div {
    	margin-top: 3rem;
	}

	#pubblicita-vera {
		position: absolute;
		top: 0;
		width: 100%;
		z-index: 9;
		display: flex;
		align-items: center;
		justify-content: center;
	}
	
	#pubblicita-vera.div-fisso{
		background-color: #1c1c1c;
		position: fixed;
		top: 65px;
	}
	
	#inizio #div-gpt-ad-MaxTicker div {
		margin: 10px 0;
	}

	#inizio .pubblicita{
		background-color: #1c1c1c;
	}

	section{
		height: 100vh;	
		height: calc(var(--vh, 1vh) * 100);
	}
	
	.svg{
		position: fixed;
	}
	
	.svg img{
		width: 100%
	}
	
	.stellaRossa{
		left: 7vw;
		top: 34vh;
		transform: scale(2);
	}
	
	.freccineRosse{
		left: 17vw;
		top: 29vh;
		transform: scale(1.7);
	}
	
	.casa{
		top: 45vh;
		left: 23vh;
		transform: scale(1.3);
	}
	
	.cerchioRosso{
		top: 10vh;
    	left: 9vh;
	}
	
	.cartelloSi{
		top: 8vh;
		left: 35vw;
		z-index: 1;
	}
	
	.centoDieci{
		top: 7vh;
		left: 64vw;
		z-index: 1;
	}
	
	.svg.cartelloNo {
		top: 27vh;
		right: 26vh;
	}
	
	.svg.mezzalunaGialla{
    bottom: 20vh;
    right: 30vh;
	}
	
	.svg.mezzalunaBlu {
		top: 22vh;
		right: 10vh;
	}
	
	.svg.stellaGialla{
		right: 16vh;
    	top: 42vh;
	}
	
	
	
	.bounce-in{
		-webkit-animation: bounce-in-top 1.1s both;
	 			animation: bounce-in-top 1.1s both;
	}
	
	#schermata24-sticker{
		display: flex;
		justify-content: center;
		align-items: center;
		
		/* sperimentale */
		position: absolute;
    	top: -130%;
	}
	
	.sticker-si{
		height: 200px;
    	width: 320px;
		background-image: url("../img/svg/siBonus.svg");
		background-position: center center;
		background-repeat: no-repeat;
		background-size: contain;
	}
	
	.sticker-no{
		height: 200px;
    	width: 320px;
		background-image: url("../img/svg/noBonus.svg");
		background-position: center center;
		background-repeat: no-repeat;
		background-size: contain;
	}
	
	#credits{
		padding: 0 0 50px 0;
		background-color: #000;
		display: flex;
		justify-content: center;
	}
	
	.credits-pacchetto{
		width: 40vw;
		padding: 50px 0 0 0;
		border-top:1px solid #fff;
	}
/* ******************************************* ELEMENTI TELEFONO  */

section#chatBot{
	min-height: calc(100vh - 49px);
	min-height: calc(var(--vh, 1vh) * 100 - 49px);
	z-index: 1;
	position: relative;
	display: flex;
}

body{
	background-color: #000;
	-webkit-transition: background-color 1000ms linear;
	-ms-transition: background-color 1000ms linear;
	transition: background-color 1000ms linear;
}

#telefono{
	/******************************************* MODIFICA **/
	width: 412px;
	height: 842px;
	margin: auto auto;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
	border: 8px solid;
}

#telefono-cnt{
	/******************************************* MODIFICA **/
	width: 100%;
	height: 100%;
	background-color: #edf1fa;
	-webkit-border-radius: 40px;
	-moz-border-radius: 40px;
	border-radius: 40px;
	overflow: hidden;
	-webkit-mask-image: -webkit-radial-gradient(white, black);
}

/*
#telefono{
	width: 412px;
	height: 842px;
	margin: auto auto;
}

#telefono-cnt{
	width: 100%;
	height: 100%;
	background-color: #edf1fa;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
	overflow: hidden;
    border: 8px solid;
}
*/

#telefono-schermo{
	background-color: #edf1fa;
}

#telefono-header, #telefono-header-mobile{
	font-family: halogen, sans-serif;
	font-weight: 900;
	font-style: normal;
	background-color: #fd533f;
	color: #fff;
    height: 72px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 32px;
    padding-top: 10px;
	-webkit-border-top-left-radius: 45px;
	-webkit-border-top-right-radius: 45px;
	-moz-border-radius-topleft: 45px;
	-moz-border-radius-topright: 45px;
	border-top-left-radius: 45px;
	border-top-right-radius: 45px;    
}

#telefono-header-mobile{
	display: none;
}
#chatBot {
	/*
    display: flex;
    justify-content: center;
    align-items: center;
	*/
}

#telefono-notch{
    background-image: url(../img/telefono-notch.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    width: 100%;
    height: 10px;
    position: absolute;
    top: 0px;
    left: 0;
}

#telefono-pulsanteSx1{
	background-image: url(../img/telefono-bottoneSx_1.svg);
    background-repeat: no-repeat;
    /* background-size: contain; */
    background-position: center;
    width: 10px;
    height: 40px;
    position: absolute;
    top: 110px;
    left: -15px;
}

#telefono-pulsanteSx2 {
    background-image: url(../img/telefono-bottoneSx_2.svg);
    background-repeat: no-repeat;
    /* background-size: contain; */
    background-position: center;
    width: 10px;
    height: 82px;
    position: absolute;
    top: 180px;
    left: -15px;
    /* display: none; */
}

#telefono-pulsanteSx3 {
    background-image: url(../img/telefono-bottoneSx_2.svg);
    background-repeat: no-repeat;
    /* background-size: contain; */
    background-position: center;
    width: 10px;
    height: 82px;
    position: absolute;
    top: 270px;
    left:-15px;
    /* display: none; */
}

#telefono-pulsanteDx1{
	background-image: url(../img/telefono-bottoneDx.svg);
    background-repeat: no-repeat;
    /* background-size: contain; */
    background-position: center;
    width: 10px;
    height: 135px;
    position: absolute;
    top: 195px;
    right: -15px;
}

#telefono-display, #telefono-schermata, #telefono-crediti-cnt{
	background-color: #edf1fa;
	width: 100%;
	height: 100%;
	position: absolute;
	margin-top:80px;
}

#telefono-schermata, #telefono-crediti-cnt{
	top: calc( -100% + 2px);
	display: flex;
    flex-direction: column;
    justify-content: center;
	height: calc(100% - 80px);
	-webkit-border-bottom-right-radius: 40px;
	-webkit-border-bottom-left-radius: 40px;
	-moz-border-radius-bottomright: 40px;
	-moz-border-radius-bottomleft: 40px;
	border-bottom-right-radius: 40px;
	border-bottom-left-radius: 40px;
}

#telefono-crediti-cnt{
	top: -100%;
	background-color: #000;
	z-index: 1;
	justify-content: flex-start;
}

#telefono-crediti-cnt div +  div {
	margin-top: 30px;
}

.crediti-pacchetto {
    text-align: left;
    font-size: 16px;
    margin: 0 30px;
}

.crediti-cnt{
	margin-top: 9vh!important;
}

#fumetto24-schermata-cnt{
	margin: 0 0 80px 0;
	flex-grow: 1;

	display: flex;
	flex-direction: column;

	/* for Firefox */
	min-height: 0;
}

#fumetto24-schermata-scroll{
	flex-grow: 1;

	overflow: auto;

	/* for Firefox */
	min-height: 0;
	
	display:flex;
	flex-direction:column;
	justify-content:center;
}

.fumetto24-schermata-scroll-inAlto{
	justify-content:flex-start!important;
}

.fumetto24-schermata{
	-webkit-border-radius: 24px;
	-moz-border-radius: 24px;
	border-radius: 24px;
	box-shadow: 0 2px 0 0 rgba(0, 0, 0, 0.1);
	background-color: #fff;
    color: #000;
	font-family: halogen, sans-serif;
    font-weight: 900;
	display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
	margin: 30px 16px 20px 16px;;
	padding:40px 16px;
	text-align:center;
}

#prodotti24 img {
    width: 94%;
}

#prodotti24 img:first-of-type {
    margin-right: 10px;
}

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

.schermata24-titolo{
	font-size: 28px;
	line-height: 1;
}

.schermata24-testo{
	font-family: "soleSansReg", Helvetica, Arial, Sans-Serif;
	font-size: 20px;
}


.iconaKO{
    width: 50px;
    height: 50px;
    background-image: url(../img/icona-KO.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100%;
    flex: none;
    z-index: 1;
    margin-right: 0;
    left: 50%;
    transform: translateX(-50%);
    top: -25px;
    position: absolute;
}

.iconaOK{
	width: 50px;
	height: 50px;
	background-image: url("../img/icona-OK.svg");
	background-repeat: no-repeat;
	background-position: center center;
    background-size: 100%;
    flex: none;
    z-index: 1;
    margin-right: 0;
    left: 50%;
    transform: translateX(-50%);
    top: -25px;
    position: absolute;
}

.icona110{
	width: 80px;
    height: 80px;
    background-image: url(../img/icona-110.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100%;
    flex: none;
    z-index: 1;
    top: -21px;
    margin-top: -5px;
	margin-bottom: -9px;
}


.detrazione-massima {
    color: #fd533f;
}

.bt-crediti{
    font-family: halogen, sans-serif;
    font-size: 16px;
    margin: 30px 0 0 0;
    cursor: pointer;
	font-weight: 800;
}

.crediti-titolo{
	text-align: left;
    font-family: halogen, sans-serif;
    font-size: 16px;
    margin: 0 30px 30px;
    font-weight: 800;
}

.crediti, .telefono-crediti{
	cursor: pointer;
}


.crediti:before, .telefono-crediti:before{
	content: "";
    width: 20px;
    height: 20px;
    background-image: url(../img/Crediti.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 20px;
    position: absolute;
    left: -22px;
}

.telefono-crediti{
	font-size: 24px;
    right: -180px;
    position: absolute;
    bottom: 0;
}

.telefono-crediti:before{
	background-image: url(../img/Crediti-bianco.svg);
    background-size: 22px;
    left: -25px;
}

.bt-crediti:not(.disabilitato):hover{
	opacity: .7;
}


#telefono-indietro{
	text-align: left;
    font-family: halogen, sans-serif;
    font-size: 24px;
    font-weight: 800;
    color: #fff;
    position: absolute;
    left: -25vw;
    margin-top: 60px;
	cursor: pointer;
}

#telefono-indietro:before{
	content: "";
    width: 20px;
    height: 20px;
    background-image: url(../img/freccinaSX.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 20px;
    position: absolute;
    left: -28px;
    top: 5px;
}

.disabilitato{
	opacity: .3!important;
	cursor: default!important;
}

#telefono-indietro:not(.disabilitato):hover{
	opacity: .7;
}


.bot24{
	display: flex;
	margin: 10px;
	font-size: 20px;
  	font-weight: 500;
  	font-stretch: normal;
	font-style: normal;
	line-height: 1.2;
  	letter-spacing: normal;
  	color: #000000;
	/*
	-webkit-animation: slide-in-left 0.5s ease-in both;
	        animation: slide-in-left 0.5s ease-in both;
	*/
}

.logo24{
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	border-radius: 25px;
	background-color: #fd533f;
	width: 50px;
	height: 50px;
	background-image: url("../img/logo24.svg");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 70%;
	margin-right: 10px;
    flex: none;
	z-index: 1;
}

.bot24 .logo24{
	-webkit-animation: scale-in-bl 0.3s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
		    animation: scale-in-bl 0.3s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}

#telefono-schermata .logo24 {
    margin-right: 0;
    left: 50%;
    transform: translateX(-50%);
    top: -25px;
    position: absolute;
}

.pallinoVerde .logo24:after{
    content: "";
    display: block;
    background: #00d08e;
    height: 16px;
	width: 16px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	-webkit-animation: blink-1 1.5s steps(1, start) infinite both;
	        animation: blink-1 1.5s steps(1, start) infinite both;
	position: absolute;
    bottom: 0;
    right: 0;
}

.fumetto24{
	-webkit-border-radius: 24px;
	-webkit-border-bottom-left-radius: 0;
	-moz-border-radius: 24px;
	-moz-border-radius-bottomleft: 0;
	border-radius: 24px;
	border-bottom-left-radius: 0;
	box-shadow: 0 2px 0 0 rgba(0, 0, 0, 0.1);
	background-color: #fff;
    color: #000;
    padding: 16px;
	text-align: left;
	-webkit-animation: scale-in-bl 0.3s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
	        animation: scale-in-bl 0.3s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}


@-webkit-keyframes blink-1 {
  0%,
  50%,
  100% {
    opacity: 0;
  }
  25%,
  75% {
    opacity: 1;
  }
}
@keyframes blink-1 {
  0%,
  50%,
  100% {
    opacity: 0;
  }
  25%,
  75% {
    opacity: 1;
  }
}


#telefono-risposte{
	-webkit-border-top-left-radius: 34px;
	-webkit-border-top-right-radius: 34px;
	-moz-border-radius-topleft: 34px;
	-moz-border-radius-topright: 34px;
	border-top-left-radius: 34px;
	border-top-right-radius: 34px;
	-webkit-border-bottom-right-radius: 40px;
	-webkit-border-bottom-left-radius: 40px;
	-moz-border-radius-bottomright: 40px;
	-moz-border-radius-bottomleft: 40px;
	border-bottom-right-radius: 40px;
	border-bottom-left-radius: 40px;
	background-color: white;
	position: absolute;
    width: calc(100% - 32px);
    bottom: -32px;
	border: 16px solid #fff;
    /* padding: 16px 12px; */
	max-height: 70%;
    overflow-y: auto;
}

#telefono-risposte.doppio{
	display: flex;
    justify-content: center;
	}

.risposta24, .risposta24-numero, .risposta24-outline{
	background-color: #2160ff;
    color: #fff;
    text-align: center;
    font-size: 20px;
    font-family: "soleSansMed";
    -webkit-border-radius: 24px;
    -moz-border-radius: 24px;
    border-radius: 24px;
    padding: 13px 16px;
	-webkit-animation: slide-in-fwd-center 0.4s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
			animation: slide-in-fwd-center 0.4s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
	cursor:pointer;
	display: flex;
    justify-content: center;
    align-items: center;
	line-height: 1.1;
}

.risposta24.risposta-home{
	background-color: #1e1e1e;
}

.risposta24-numero, .risposta24-outline{
	background-color: #fff;
	color: #2160ff;
	border: 2px solid #2160ff;
	padding: 9px 12px;
}

.risposta24-numero-piu, .risposta24-numero-meno{
	color: #2160ff;
	position: absolute;
	-webkit-border-radius: 24px;
    -moz-border-radius: 24px;
    border-radius: 24px;	    
    width: 30px;
    height: 30px;
	line-height: 25px;
}

.risposta24-numero-meno{
	left: 10px;
}

.risposta24-numero-piu{
	right: 10px;
}

.risposta24-cliccata{
	background-color: #f8b13c;
	/* color:#000; */
}

#telefono-risposte:not(.doppio) .risposta24:first-of-type, .risposta24-outline:first-of-type{
	/* margin-top: 16px; */
}

#telefono-risposte:not(.doppio) .risposta24:last-of-type{
	margin-bottom: 32px;
}

#telefono-risposte.doppio .risposta24:first-of-type, .risposta24-numero{
	/* margin:16px 6px 16px 12px; */
	margin:0 6px 32px 0; 
	width: 100%;
}

#telefono-risposte.doppio .risposta24:last-of-type, .risposta24-numero{
	/* margin:16px 12px 16px 6px; */
	margin:0 0 32px 6px; 
	width: 100%;
}

#telefono-risposte:not(.doppio) .risposta24 + .risposta24, .risposta24-outline + .risposta24-outline {
    margin-top: 8px;
}

.risposta24:after, .risposta24-numero-bt:after, .risposta24-outline-selezionata:after, #telefono-header-indietro:after {
	-webkit-border-radius: 24px;
	-moz-border-radius: 24px;
	border-radius: 24px;
	content: '';
	position: absolute;
	z-index: -1;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	transition: all 0.2s;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	opacity: 0;
	background: #0048ff;
	-webkit-transform: scale(0);
	transform: scale(0);    
	-webkit-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
}

.risposta24.risposta-home:after{
	background-color: #000;
}

#telefono-header-indietro:after{
	background-color: #ce3929
}

.risposta24-outline-selezionata:after{
	background-color: #f99e0c;
}

.risposta24-outline:not(.risposta24-outline-selezionata):after {
	-webkit-border-radius: 24px;
	-moz-border-radius: 24px;
	border-radius: 24px;
	content: '';
	position: absolute;
	z-index: -1;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	transition: all 0.2s;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	opacity: 0;
	background: #eaf1ff;
	-webkit-transform: scale(0);
	transform: scale(0);    
	-webkit-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
}

.risposta24-outline-selezionata{
	background-color: #f8b13c;
    color: #1841a0;
}

.risposta24:not(.risposta24-cliccata):hover:after,
.risposta24:not(.risposta24-cliccata):active:after,
.risposta24-numero-bt:hover:after,
.risposta24-outline:hover:after,
.risposta24-outline-selezionata:hover:after{
	opacity: 1;
 	-webkit-transform: scale(1);
	transform: scale(1);    
}

.risposta24-numero-bt:hover{
	color:#fff;
}

.risposta24-numero-bt:active{
	background-color:#f8b13c;
}

#telefono-header-indietro:active{
	background-color: #2160ff
}

.risposta24-outline + .risposta24{
	margin-top: 8px;
}

.btChiudi{
    width: 40px;
    height: 40px;
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	border-radius: 25px;
	background-color: #fd533f;
	background-image: url(../img/btChiudi.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 80%;
	border: solid 3px #fff;
	position: absolute;
	right: 10px;
	top:10px;
	cursor: pointer;
	-webkit-animation: slide-in-fwd-center 0.4s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
		animation: slide-in-fwd-center 0.4s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}

.btChiudi:after {
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	border-radius: 25px;
	content: '';
	position: absolute;
	z-index: -1;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	transition: all 0.2s;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	opacity: 0;
	background: #fd533f;
	-webkit-transform: scale(0);
	transform: scale(0);    
	-webkit-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
}

.btChiudi:hover{
	color:#e64b39;
}

.btChiudi:active{
	background-color:#2160ff;
}



.utente24{
	display: flex;
	margin: 10px;
	font-size: 20px;
  	font-weight: 500;
  	font-stretch: normal;
	font-style: normal;
	line-height: 1.2;
  	letter-spacing: normal;
  	color: #000000;
	justify-content: flex-end;
	-webkit-animation: scale-in-br 0.3s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
			animation: scale-in-br 0.3s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
	/*
	-webkit-animation: slide-in-right 0.3s ease-in both;
	        animation: slide-in-right 0.3s ease-in both;
	*/
}

.scelta24{
	-webkit-border-radius: 24px;
	-webkit-border-bottom-right-radius: 0;
	-moz-border-radius: 24px;
	-moz-border-radius-bottomright: 0;
	border-radius: 24px;
	border-bottom-right-radius: 0;
	box-shadow: 0 2px 0 0 rgba(0, 0, 0, 0.1);
	background-color: #2160ff;
    color: #fff;
    padding: 16px;
	min-width: 16px;
}

.emoticon{
	margin-left: 6px;
    font-size: 1.3em;
    line-height: 0em;
}

.emoticon.emoticon-destra {
    position: absolute;
    right: 20px;
    line-height: 1em;
}

.emoticon.emoticon-sinistra {
    position: absolute;
    left: 20px;
    line-height: 1em;
}

.scelta24 .emoticon {
    position: initial;
}

/* ******************************************** MOTORE *************************** */

.scorri-basso{
	-webkit-animation: slide-in-bottom 0.5s ease-in both;
	        animation: slide-in-bottom 0.5s ease-in both;
}

.rimbalza-basso{
	-webkit-animation: bounce-bottom 0.9s both;
	        animation: bounce-bottom 0.9s both;
}

.scorri-destra{
	-webkit-animation: scale-in-br 0.3s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
	        animation: scale-in-br 0.3s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}

.scorri-sinistra{
	-webkit-animation: scale-in-bl 0.3s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
	        animation: scale-in-bl 0.3s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}

.scompari-sinistra{
	-webkit-animation: scale-out-left 0.1s cubic-bezier(0.550, 0.085, 0.680, 0.530) both;
	        animation: scale-out-left 0.1s cubic-bezier(0.550, 0.085, 0.680, 0.530) both;
}

.scompari-destra{
	-webkit-animation: scale-out-right 0.1s cubic-bezier(0.550, 0.085, 0.680, 0.530) both;
	        animation: scale-out-right 0.1s cubic-bezier(0.550, 0.085, 0.680, 0.530) both;
}

@-webkit-keyframes slide-in-bottom {
  0% {
    -webkit-transform: translateY(850px);
            transform: translateY(850px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}
@keyframes slide-in-bottom {
  0% {
    -webkit-transform: translateY(850px);
            transform: translateY(850px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}

@-webkit-keyframes bounce-bottom {
  0% {
    -webkit-transform: translateY(45px);
            transform: translateY(45px);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
    opacity: 1;
  }
  24% {
    opacity: 1;
  }
  40% {
    -webkit-transform: translateY(24px);
            transform: translateY(24px);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  65% {
    -webkit-transform: translateY(12px);
            transform: translateY(12px);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  82% {
    -webkit-transform: translateY(6px);
            transform: translateY(6px);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  93% {
    -webkit-transform: translateY(4px);
            transform: translateY(4px);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  25%,
  55%,
  75%,
  87% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
    opacity: 1;
  }
}
@keyframes bounce-bottom {
  0% {
    -webkit-transform: translateY(45px);
            transform: translateY(45px);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
    opacity: 1;
  }
  24% {
    opacity: 1;
  }
  40% {
    -webkit-transform: translateY(24px);
            transform: translateY(24px);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  65% {
    -webkit-transform: translateY(12px);
            transform: translateY(12px);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  82% {
    -webkit-transform: translateY(6px);
            transform: translateY(6px);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  93% {
    -webkit-transform: translateY(4px);
            transform: translateY(4px);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  25%,
  55%,
  75%,
  87% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
    opacity: 1;
  }
}

@-webkit-keyframes slide-in-fwd-bottom {
  0% {
    -webkit-transform: translateZ(-1400px) translateY(800px);
            transform: translateZ(-1400px) translateY(800px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateZ(0) translateY(0);
            transform: translateZ(0) translateY(0);
    opacity: 1;
  }
}
@keyframes slide-in-fwd-bottom {
  0% {
    -webkit-transform: translateZ(-1400px) translateY(800px);
            transform: translateZ(-1400px) translateY(800px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateZ(0) translateY(0);
            transform: translateZ(0) translateY(0);
    opacity: 1;
  }
}

@-webkit-keyframes slide-in-right {
  0% {
    -webkit-transform: translateX(1000px);
            transform: translateX(1000px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
}
@keyframes slide-in-right {
  0% {
    -webkit-transform: translateX(1000px);
            transform: translateX(1000px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
}

@-webkit-keyframes slide-in-right1 {
  0% {
    right: -100%;
    opacity: 0;
  }
  100% {
    right: 0;
    opacity: 1;
  }
}
@keyframes slide-in-right1 {
  0% {
    right: -100%;
    opacity: 0;
  }
  100% {
    right: 0;
    opacity: 1;
  }
}

@-webkit-keyframes slide-in-left {
  0% {
    left:-100%;
    opacity: 0;
  }
  100% {
    left:0;
    opacity: 1;
  }
}
@keyframes slide-in-left {
  0% {
    left:-100%;
    opacity: 0;
  }
  100% {
    left:0;
    opacity: 1;
  }
}

@-webkit-keyframes slide-in-fwd-center {
  0% {
    -webkit-transform: translateZ(-1400px);
            transform: translateZ(-1400px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateZ(0);
            transform: translateZ(0);
    opacity: 1;
  }
}
@keyframes slide-in-fwd-center {
  0% {
    -webkit-transform: translateZ(-1400px);
            transform: translateZ(-1400px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateZ(0);
            transform: translateZ(0);
    opacity: 1;
  }
}

@-webkit-keyframes scale-in-bl {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
    -webkit-transform-origin: 0% 100%;
            transform-origin: 0% 100%;
    opacity: 1;
  }
  50% {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-transform-origin: 0% 100%;
            transform-origin: 0% 100%;
    opacity: 1;
  }
}
@keyframes scale-in-bl {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
    -webkit-transform-origin: 0% 100%;
            transform-origin: 0% 100%;
    opacity: 1;
  }
  50% {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-transform-origin: 0% 100%;
            transform-origin: 0% 100%;
    opacity: 1;
  }
}

@-webkit-keyframes scale-in-br {
	0% {
		-webkit-transform: scale(0);
				transform: scale(0);
		-webkit-transform-origin: 100% 100%;
				transform-origin: 100% 100%;
		opacity: 1;
	}
	50% {
		-webkit-transform: scale(1);
				transform: scale(1);
		-webkit-transform-origin: 100% 100%;
				transform-origin: 100% 100%;
		opacity: 1;
	}
}
@keyframes scale-in-br {
	0% {
		-webkit-transform: scale(0);
				transform: scale(0);
		-webkit-transform-origin: 100% 100%;
				transform-origin: 100% 100%;
		opacity: 1;
	}
	50% {
		-webkit-transform: scale(1);
				transform: scale(1);
		-webkit-transform-origin: 100% 100%;
				transform-origin: 100% 100%;
		opacity: 1;
	}
}

@-webkit-keyframes bounce-in-top {
  0% {
    -webkit-transform: translateY(-500px);
            transform: translateY(-500px);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
    opacity: 0;
  }
  38% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
    opacity: 1;
  }
  55% {
    -webkit-transform: translateY(-65px);
            transform: translateY(-65px);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  72% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
  81% {
    -webkit-transform: translateY(-28px);
            transform: translateY(-28px);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  90% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
  95% {
    -webkit-transform: translateY(-8px);
            transform: translateY(-8px);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
}
@keyframes bounce-in-top {
  0% {
    -webkit-transform: translateY(-500px);
            transform: translateY(-500px);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
    opacity: 0;
  }
  38% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
    opacity: 1;
  }
  55% {
    -webkit-transform: translateY(-65px);
            transform: translateY(-65px);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  72% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
  81% {
    -webkit-transform: translateY(-28px);
            transform: translateY(-28px);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  90% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
  95% {
    -webkit-transform: translateY(-8px);
            transform: translateY(-8px);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
}

@-webkit-keyframes scale-out-left {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-transform-origin: 0% 50%;
            transform-origin: 0% 50%;
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(0);
            transform: scale(0);
    -webkit-transform-origin: 0% 50%;
            transform-origin: 0% 50%;
    opacity: 1;
  }
}
@keyframes scale-out-left {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-transform-origin: 0% 50%;
            transform-origin: 0% 50%;
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(0);
            transform: scale(0);
    -webkit-transform-origin: 0% 50%;
            transform-origin: 0% 50%;
    opacity: 1;
  }
}

@-webkit-keyframes scale-out-right {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-transform-origin: 100% 50%;
            transform-origin: 100% 50%;
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(0);
            transform: scale(0);
    -webkit-transform-origin: 100% 50%;
            transform-origin: 100% 50%;
    opacity: 1;
  }
}
@keyframes scale-out-right {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-transform-origin: 100% 50%;
            transform-origin: 100% 50%;
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(0);
            transform: scale(0);
    -webkit-transform-origin: 100% 50%;
            transform-origin: 100% 50%;
    opacity: 1;
  }
}

#link24{
	position: absolute;
	top:50%;
	width: 100%;
	transform: translateY(-50%);
	left: 100%;
}
	
#link24-titolo{
	height: 18px;
	opacity: 0.3;
	font-family: halogen, sans-serif;
	font-size: 16px;
	font-weight: 500;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.13;
	letter-spacing: normal;
	text-align: center;
	color: #000000;
	margin-bottom:12px;
}

.link24-slide{
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;
	background-color: white;
	width: 220px;
	box-shadow: 0 2px 0 0 rgba(0, 0, 0, 0.1);
	margin-bottom: 2px;
}

.link24-immagine{
	background-image: url("../img/link/link.jpg");
	background-size: cover;
	-webkit-border-top-left-radius: 12px;
	-webkit-border-top-right-radius: 12px;
	-moz-border-radius-topleft: 12px;
	-moz-border-radius-topright: 12px;
	border-top-left-radius: 12px;
	border-top-right-radius: 12px;
	height: 116px;
}

.link24-titolo{
	width: auto;
	font-family: "sole_headline", Georgia, Times, "Times New Roman", serif;
	font-size: 18px;
	font-weight: bold;
	line-height: 1.11;
	color: #000000;
	margin: 8px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3; /* number of lines to show */
	-webkit-box-orient: vertical;
}


.link24-sommario{
	opacity: 0.6;
	font-size: 13px;
	line-height: 1.23;
	margin: 0 8px;
	color:#000;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3; /* number of lines to show */
	-webkit-box-orient: vertical;
}

.link24-url{
	font-size: 18px;
	font-weight: 500;
	line-height: 1.11;
	text-align: center;
	color: #1959ff;
	margin: 12px 8px;
}



.link24-url a:link,
.link24-url a:visited,
.link24-url a:hover,
.link24-url a:active{
	font-size: 18px;
	font-weight: 500;
	line-height: 1.11;
	text-align: center;
	color: #1959ff;
	text-decoration: none;
}

.link24-url a:hover{
	text-decoration: underline;
}

.swiper-pagination {
	left: 50%;
	transform: translateX(-50%);
	bottom:-30px;
}	

.swiper-pagination-bullet + .swiper-pagination-bullet {
	margin-left: 10px;
}

.swiper-pagination-bullet {
   background: #2160ff;
}
.swiper-pagination-bullet-active {
	opacity: 1;
	background: #2160ff;
}

#telefono-header-indietro {
    height: 44px;
    width: 44px;
    position: absolute;
    top: 0;
    left: 0;
    background: #e64b39;
    background-image: url(../img/freccinaSX.svg);
    background-position: center;
    background-size: 40%;
    background-repeat: no-repeat;
	display: none;
}

.pubblicita{
	width: 100%;
	height: 250px;
	flex-shrink: 0;
}

#chatBot{
	flex-direction: column;
}

div:focus {
  outline-style: none;
}

@media (min-width: 481px) and (max-width: 1024px) {

	section{
		display: block;
		height: auto!important;
		min-height: calc(100vh);
		min-height: calc(var(--vh, 1vh) * 100 );
		}
  
}



@media (min-width: 481px) and (max-height: 850px) {
  
	.inizio-cnt {
			justify-content: flex-start;
		}

	section{
		display: block;
		height: auto!important;
		min-height: calc(100vh);
		min-height: calc(var(--vh, 1vh) * 100 );
		}
  
}

@media only screen and (min-height: 670px) and (max-height: 850px) {
	
	#telefono-risposte {
		max-height: 65%;
	}
	
	#telefono {
		height: calc(100vh - 10px);
		height: calc(var(--vh, 1vh) * 100 - 10px);
	}
	
	#link24 {
		top: 55%;
	}	
}

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


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



@media only screen and (max-width: 480px) and (max-height: 670px){	
	
	.schermata24-titolo {
		font-size: 24px;
		line-height: 1;
		width: 240px;
	}
	
	.schermata24-testo {
		font-family: "soleSansReg", Helvetica, Arial, Sans-Serif;
		font-size: 16px;
		line-height: 18px;
		font-weight: 500;
	}
	
	.pallinoVerde .logo24:after {
		content: "";
		display: block;
		background: #00d08e;
		height: 13px;
		width: 13px;
	}
	
	.fumetto24 {
		padding: 10px 14px;
		
	}
	
	.bot24 {
		font-size: 18px;
		line-height: 1.15;
	}
	
	.risposta24, .risposta24-numero, .risposta24-outline {
		font-size: 18px;
		line-height: 1.15;
		padding: 8px 10px;
	}
	
	.link24-sommario{
		display: none;
	}
	
	.link24-immagine {
		height: 85px;
	}
	
	#link24 {
		top:auto;
		bottom: 10px;
	}

	.swiper-pagination {
    	bottom: -20px;
	}
	
	#link24-titolo {
    	margin-bottom: 4px;
	}
	
	.inizio-cnt {
		justify-content: space-evenly;
	}
	
}
	
@media only screen and (max-width: 480px) {
	
	body{
		overflow: hidden!important;
		height: 100vh!important;
		height: calc(var(--vh, 1vh) * 100)!important;
	}
	
	.telefono-crediti {
		display: none;
	}
	
	#btInizia span:after{
		transform:none;
	}
	
	.risposta24-numero-piu, .risposta24-numero-meno{
		line-height: 27px;
	}

	
	#telefono-crediti-cnt{
		background-image: url(../img/svg/sfondoDX.svg), url(../img/svg/sfondoSX.svg);
		background-position: right bottom, left bottom;
		background-repeat: no-repeat, no-repeat;
	}
	
	.crediti-pacchetto {
		font-size: 14px;
	}
	
	#telefono-indietro{
		display: none;
	}
	
	#contieni{
		/* padding-top: 60px; */
	}
	
	.top-bar {
		height: 44px!important;
	}
	
	.logo24 {
		width: 44px;
		height: 44px;
	}
	
	.bot24 {
		font-size: 18px;
		line-height: 1.15;
	}
	
	.risposta24, .risposta24-numero, .risposta24-outline {
		font-size: 18px;
		line-height: 1.15;
		padding: 12px 10px;
	}
	
	.pubblicita{
		height: 120px;
		padding:inherit;
	}
	
	.section-container.swiper-container {
		width: 100%;
		/*
		height: calc(100vh - 65px);
		height: calc(var(--vh, 1vh) * 100 - 65px);
		*/
		height: 100vh;
		height: calc(var(--vh, 1vh) * 100);
		margin-left: auto;
		margin-right: auto;
	}

	.section-slide.swiper-slide {
		text-align: center;
		font-size: 18px;

		/* Center slide text vertically */
		display: -webkit-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		-webkit-justify-content: center;
		justify-content: center;
		-webkit-box-align: center;
		-ms-flex-align: center;
		-webkit-align-items: center;
		align-items: center;
	}
	
	#contieni{
		min-height: auto;
	}
	
	#inizio{
		display: block;
		margin-top: 0;
		height: calc(var(--vh, 1vh) * 100);
		text-shadow: 0 0 7px rgba(0,0,0,.5);
	}
	
	#inizio .pubblicita{
		margin-top: 44px;
		background-color: #1c1c1c;
	}
	
	#inizio-titolo{
		font-size: 18vw;
		font-weight: 900;
		font-stretch: normal;
		font-style: normal;
		line-height: 0.88;
		letter-spacing: normal;
	}

	#inizio-sommario{
		font-size: 6vw;
		line-height: 1.17;
		width: calc(100% - 40px);
    	padding: 0 40px;
		text-shadow: 0 0 3px rgba(0,0,0,1);
	}
	
	.inizio-cnt {
		display: flex;
		justify-content: space-evenly;
		flex-direction: column;
		align-items: center;
		height: 100%;
	}
	
	#inizio div:not(#pubblicita-vera) + div {
		margin-top:initial;
	}

	
	#inizio #pubblicita-vera{
		margin-top: 65px;
	}
	
	#aCuraDi {
		font-size: 18px;
	}
	
	#btInizia{
		width: calc(100% - 40px);
		height: 60px;
		border-radius: 12px;
		font-size: 3.5vh;
		font-weight: 900;
	}
	
	section, section#chatBot,.section{
		height: 100%;
		min-height: auto;
		margin-top: 0;
		width: 100vw;
	}
	
	#telefono-cnt{
		background-color: #edf1fa;
		-webkit-border-radius: 0;
		-moz-border-radius: 0;
		border-radius: 0;
		overflow: hidden;
		border: none;
	}

	#telefono{
		display: flex;
		width: 100%;
    	height: auto;
		flex: 1;
		-webkit-border-radius: 0;
		-moz-border-radius: 0;
		border-radius: 0;
		border: none;
	}
	
	#telefono-header{
		display: none;
	}
	
	#telefono-header-mobile{
		display: flex;
		-webkit-border-radius: 0;
		-moz-border-radius: 0;
		border-radius: 0;
		height: 44px;
		padding-top: 0;
		font-size: 22px;
	}
	
	#telefono-display, #telefono-schermata, #telefono-crediti-cnt {
		height: 100%;
		/* margin-top: 40px; */
		margin-top: 0; 
	}
	
	
	
	#telefono-risposte {
		max-height: 65%;
		width: calc(100% - 20px);
    	bottom: -20px;
    	border: 10px solid #fff;		
	}
	
	
	.telefono-pulsanti{
		display: none;
	}
	
	.stellaRossa {
		left: -25vw;
		top: 34vh;
		transform: scale(1.3);
	}
	.svg.stellaGialla {
		right: -14vh;
		top: 42vh;
	}
	.svg.mezzalunaGialla, .svg.mezzalunaBlu, .svg.cartelloNo {
		display: none;
	}
	.svg.freccineRosse {
		left: -27vw;
		top: 49vh;
		transform: scale(1);
	}
	.svg.cerchioRosso {
		top: 13vh;
		left: -5vh;
		transform: scale(0.5);
	}	
	.svg.centoDieci {
		top: 7vh;
		right: -26vw;
		z-index: 1;
	}
	.svg.casa {
		left: auto;
		top: 27vh;
		right: -12vh;
		transform: scale(1);
	}	
	.svg.cartelloSi {
		top: 8vh;
		left: 35vw;
		z-index: 1;
		transform: scale(.7);
	}
	
	.credits-pacchetto {
		position: absolute;
		width: calc(100% - 90px);
		border-top: 1px solid #fff;
		padding-top: 20px;
		text-align: left;
		bottom: 100px;
	}
	
	#credits {
		padding: 0 0 0 0;}
	
	.doppio span.emoticon {
		display: none;
	}
	
	#telefono-header-indietro {
		display:block;
	}
	
	#link24 {
		transform: none;
	}
	
	#telefono-header-mobile-cnt {
		width: 100%;
		display: flex;
		flex-direction: column;
	}
	
	#pubblicita-vera {
		position: fixed;
		top: 44px;
		width: 100%;
		z-index: 9;
		display: flex;
		align-items: center;
		justify-content: center;
	}
	
	#div-gpt-ad-MaxTicker div {
    	margin: 10px 0;
	}
	
	#chatBot .pubblicita{
		background-color: #d5dae6;
	}
	
	.svg{
		display: none;
	}
	
	#inizio{
		background-image: url(../img/svg/sfondoDX.svg), url(../img/svg/sfondoSX.svg);
		background-position: right bottom, left bottom;
		background-repeat: no-repeat, no-repeat;
		background-size: 80%, 80%;
	}
}

@media only screen and (max-width: 480px) and (max-height: 660px){	
	
	#inizio-titolo {
		font-size: 10vh;
	}
	
	#inizio-testo {
		font-size: 3.5vh;
	}
	
	.inizio-cnt {
		justify-content: space-evenly;
	}
	
}

@media only screen and (max-height: 500px) {
	.link24-immagine 
	{
		display: none;
	}
}

.no-pubblicita .pubblicita{
	height: 0!important;
}

.no-pubblicita #pubblicita-vera, .no-pubblicita#pubblicita-vera {
	overflow: hidden;
	height: 0!important;
}