/*
	font-family: 'Anton', sans-serif;
	font-family: 'Rethink Sans', sans-serif;
*/
 :root {
	 --maxwidth: 1400px;
	 --maxwidthmobile: 2000px;
	 --centercolwidth: 82%;
	 --maxwidthmenu: 1100px;
	 --widthworkscol: 80%;
	 --insideperc: 76%;
 }
 html {
  height: 100%;
  -webkit-font-smoothing: antialiased;
  -webkit-backface-visibility: hidden;
}
body {
  height: 100%;
}
body {
  margin: 0;
  padding: 0;
  background-color: #F9F9F9;
  image-rendering: auto;
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
}
body::-webkit-scrollbar {
  width: 1rem;
  background-color: #36393C;
}
body::-webkit-scrollbar-track {
  -webkit-box-shadow: none
}
body::-webkit-scrollbar-thumb {
  background-color: #FFFFFF;
  border-radius: .5rem
}
a:link {
	  text-decoration: none;
}

a:visited {
	  text-decoration: none;
}

a:hover {
	  text-decoration: none;
}

a:active {
	  text-decoration: none;
}
.nomobile {
	visibility: visible;
}
.nodesktop {
	visibility: hidden;
	display: none;
}

.contsection{
	position: relative;
	width: 100%;
	height: auto;
}
.conthome{
	position: relative;
	width: 100%;
	height: auto;
	margin: 0 auto;
	background-color: #570E21;
	background-image: url('images/homebg.jpg');
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover; 
}
.conthome_inside{
	position: relative;
	width: var(--insideperc);
	height: auto;
	margin: 0 auto;
	/* max-width: var(--maxwidth); */
}
.conthome_inside_grid{
	position: relative;
	width: 100%;
	display: grid;
	grid-template-columns: 1fr;
	grid-column-gap: 1em;
	box-sizing: border-box;
	padding: 20vh 15vh;
}
.conthome_inside_grid img{
	width: 100%;
}
.titolo{
	font-family: "Fira Sans", system-ui;
	font-weight: 700;
	color: #fff;
	font-size: 2.7vw;
	margin: 0.4em 0;
	line-height: 100%;
}
.sottotitolo{
	font-family: "Fira Sans", system-ui;
	font-weight: 600;
	color: #fff;
	font-size: 1.6vw;
	margin: 0.4em 0;
	line-height: 130%;
}
.sottotitolo strong{
	color: #FCE201;
}
.sfide{
	font-weight: 700;
	color: #003D60;
}
.text{
	font-family: "Fira Sans", system-ui;
	font-weight: 500;
	color: #fff;
	
	font-size: 1.1vw;
	margin: 0.4em 0;
	line-height: 140%;
}
.text strong{
	color: #FCE201;
}
.contteaser{
	position: relative;
	width: 100%;
	height: auto;
	margin: 0 auto;
}
.contteaser_inside{
	position: relative;
	width: var(--insideperc);
	height: auto;
	margin: 0 auto;
	/* max-width: var(--maxwidth); */
}
.titolo_teaser{
	font-family: "Fira Sans", system-ui;
	font-weight: 700;
	font-size: 4vw;
	text-align: center;
	padding: 1.3em 20%;
	line-height: 100%;
	box-sizing: border-box;
}
.titolo_teaser img{
	width: 100%;
}
.titolo_teaser strong{
	background-color: #FCE201;
	padding: 0 0.3em;
	border-radius: 10px;
	color: #017DC4;
	line-height: 120%;
}
.titolo_teaser_wider{
	padding: 1.3em 10%;
}
.contintro{
	position: relative;
	width: 100%;
	height: auto;
	margin: 0 auto;
	background-color: #FFC50D;
}
.conformarsi{
	position: relative;
	width: 100%;
	height: auto;
	margin: 0 auto;
	background-color: #FFC50D;
	box-sizing: border-box;
}
.conformarsi_inside{
	position: relative;
	width: 60%;
	height: auto;
	margin: 0 auto;
	padding: 10vh 0%;
	/* max-width: var(--maxwidth); */
	box-sizing: border-box;
}
.conformarsi img{
	width: 100%;
}
.contintro_inside{
	position: relative;
	width: 60%;
	height: auto;
	margin: 0 auto;
	padding: 15vh 8%;
	/* max-width: var(--maxwidth); */
	box-sizing: border-box;
}
.contintro_inside img{
	width: 100%;
}
.contintro_inside_grid{
	position: relative;
	width: 100%;
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-column-gap: 1em;
	box-sizing: border-box;
	padding: 8vh 0;
}
.introtext{
	font-family: "Fira Sans", system-ui;
	font-weight: 400;
	color: #343434;
	font-size: 1.4vw;
	margin: 4em 0;
	line-height: 150%;
}
.introtext strong{
	font-weight: 600;
}
.introtext a{
	color: #343434;
	text-decoration: underline;
}
.introimg{
	position: relative;
	width: 100%;
	height: auto;
	margin: 0 auto;
	background-color: #FCE201;
	background-image: url('images/imgintro.png');
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain; 
}
.contprofili{
	position: relative;
	width: 100%;
	height: auto;
	margin: 0 auto;
	background-color: #212529;
}
.contprofili_inside{
	position: relative;
	width: 80%;
	height: auto;
	margin: 0 auto;
	/* max-width: var(--maxwidth); */
	box-sizing: border-box;
	padding: 10vh 15vh;
	text-align: center;
}
.contprofili_inside img{
	width: 70%;
}
.titolo_profili{
	font-family: "Fira Sans", system-ui;
	font-weight: 700;
	color: #017DC4;
	font-size: 3vw;
	text-align: center;
	padding: 1.3em 0 0 0 ;
	line-height: 120%;
}
.titolo_profili strong{
	background-color: #FCE201;
	padding: 0 0.3em;
	border-radius: 10px;
	color: #017DC4;
	line-height: 120%;
}

.titoletto {
	font-family: "Fira Sans", system-ui;
	width: 60%;
	font-weight: 500;
	color: #333333;
	font-size: 1.5vw;
	display: flex;
	align-items: center; /* Allineamento centrale verticale */
	justify-content: center; /* Allineamento orizzontale */
	margin: 0 auto;
	padding: 1.5em 0;
}
.titoletto img {
	margin-right: 10px; /* Spazio tra immagine e titolo */
	width: 50px; /* Larghezza immagine */
	height: auto; /* Altezza proporzionale */
}
.contprofili_grid{
	position: relative;
	width: 100%;
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	grid-column-gap: 1em;
	box-sizing: border-box;
	margin-top: 5vh;
	row-gap: 1em;
	text-align: left;
}
.profilo{
	background-color: #FFC50D;
}
.continfoprofili{
	padding: 2em;
}
.imgprofilo{
	position: relative;
	width: 100%;
	background-color: #EBEBEB;
	box-sizing: border-box;
	background-size: cover;
	background-position: center center;
}
.imgprofilo:before {
	content: "";
	display: block;
	padding-top: 80%;
}
.titoletto_profilo {
	font-family: "Fira Sans", system-ui;
	width: 100%;
	font-weight: 500;
	color: #570E21;
	font-size: 1vw;
	display: flex;
	align-items: center; /* Allineamento centrale verticale */
	justify-content: left; /* Allineamento orizzontale */
	margin: 0 auto;
	padding: 0.8em 0;
}
.titoletto_profilo img {
	margin-right: 10px; /* Spazio tra immagine e titolo */
	width: 15%; /* Larghezza immagine */
	height: auto; /* Altezza proporzionale */
}
.desc_profilo {
	position: relative;
	font-family: "Fira Sans", system-ui;
	width: 100%;
	font-weight: 400;
	color: #212529;
	font-size: 0.9vw;
	padding: 1em 0;
}
hr{
	border: 1px solid rgb(33, 37, 41);
	margin: 0;
}
.titoletto_durata {
	font-family: "Fira Sans", system-ui;
	width: 100%;
	font-weight: 400;
	color: #1C1C1C;
	font-size: 0.9vw;
	display: flex;
	align-items: flex-start; /* Allineamento immagine in alto */
	justify-content: center; /* Allineamento orizzontale */
	margin: 0 auto;
	padding: 0.8em 0;
	min-height: 5em;
}
.titoletto_durata strong{
	font-weight: 500;
	color: #570E21;
	font-size: 0.9vw;
	line-height: 150%;
}
.titoletto_durata img {
	margin-right: 10px; /* Spazio tra immagine e titolo */
	width: 15%; /* Larghezza immagine */
	height: auto; /* Altezza proporzionale */
}
.percentuale_grid{
	position: relative;
	width: 100%;
	display: grid;
	grid-template-columns: 70% 30%;
	/* grid-column-gap: 1em; */
	box-sizing: border-box;
	padding: 1em 0;
	box-sizing: border-box;
}
.pecentuale_title{
	font-family: "Fira Sans", system-ui;
	width: 100%;
	font-weight: 500;
	color: #570E21;
	font-size: 0.9vw;
}
.percentuale_number{
	font-family: "Fira Sans", system-ui;
	width: 100%;
	font-weight: 700;
	color: #363636;
	font-size: 1vw;
	text-align: right;
}
.percentuale_number strong{
	font-size: 1.5vw;
}
.titoletto_corso {
	font-family: "Fira Sans", system-ui;
	width: 100%;
	font-weight: 500;
	color: #017DC4;
	font-size: 1vw;
	margin: 0 auto;
	padding: 0.8em 0;
}
.btncorso{
	position: relative;
	font-family: "Fira Sans", system-ui;
	width: 100%;
	font-weight: 400;
	background-color: #E0E0E0;
	color: #414141;
	font-size: 0.9vw;
	text-align: center;
	padding: 0.7em 0;
	box-sizing: border-box;
	border-radius: 5px;
}
.scopri{
	position: relative;
	font-family: "Fira Sans", system-ui;
	width: 100%;
	font-weight: 500;
	background-color: #570E21;
	color: #eeeeee;
	font-size: 1.2vw;
	text-align: center;
	padding: 0.7em 0;
	box-sizing: border-box;
	border-radius: 5px;
	margin-top: 0.5em;
}
.contmotivi{
	position: relative;
	width: 100%;
	height: auto;
	margin: 0 auto;
	background-color: #017DC4;
}
.contmotivi_yellow{
	position: relative;
	width: 100%;
	height: auto;
	margin: 0 auto;
	background-color: #FCE201;
}
.contmotivi_inside{
	position: relative;
	width: var(--insideperc);
	height: auto;
	margin: 0 auto;
	/* max-width: var(--maxwidth); */
	text-align: center;
	padding-bottom: 5vh; 
}
.contmotivi_inside img{
	width: 80%;
	text-align: center;
	margin: 0 auto;
	margin: 5em 0 2em 0;
}
.text2col{
	font-family: "Fira Sans", system-ui;
	width: 80%;
	font-weight: 400;
	font-size: 1vw;
	color: #ffffff;
	column-count: 2;
	column-gap: 2em;
	margin: 0 auto;
	text-align: left;
	line-height: 150%;
	padding-bottom: 5em;
}
.text2col strong{
	font-weight: 500;
	color: #FCE201;
}
.contmotivi_grid{
	position: relative;
	width: 100%;
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	grid-column-gap: 1em;
	box-sizing: border-box;
	padding: 5vh 0 0vh 0;
	row-gap: 1em;
}
.motivo{
	background-color: #FFFFFF;
	padding: 1em 1em;
	border-radius: 5px;
}
.imgmotivo{
	position: relative;
	width: 100%;
	background-color: #EBEBEB;
	box-sizing: border-box;
	background-size: cover;
}
.imgmotivo:before {
	content: "";
	display: block;
	padding-top: 60%;
}
.motivo_title{
	font-family: "Fira Sans", system-ui;
	width: 100%;
	font-weight: 500;
	color: #017DC4;
	font-size: 1vw;
	text-align: left;
	padding: 0.8em 0;
}
.motivo_text{
	font-family: "Fira Sans", system-ui;
	width: 100%;
	font-weight: 400;
	color: #535353;
	font-size: 0.9vw;
	text-align: left;
}
.contvideo{
	position: relative;
	width: 100%;
	height: auto;
	margin: 0 auto;
	background-color: #F2F2F2;
}
.contvideo_inside{
	position: relative;
	width:  var(--insideperc);
	height: auto;
	margin: 0 auto;
	/* max-width: var(--maxwidth); */
}
.contvideo_inside_grid{
	position: relative;
	width: 100%;
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-column-gap: 2em;
	box-sizing: border-box;
	padding: 2em 0 4em 0;
}
.videoimg{
	position: relative;
	width: 100%;
	height: auto;
	margin: 0 auto;
	background-image: url('images/videoalternativa.jpg');
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain; 
}
.videotext{
	font-family: "Fira Sans", system-ui;
	font-weight: 400;
	color: #343434;
	font-size: 1.2vw;
	margin: 2em 0;
	line-height: 150%;
}
.videotext strong{
	font-weight: 600;
	color: #017DC4;
}
.videotext h3{
	font-weight: 600;
	font-size: 1vw;
	color: #017DC4;
}
.titoletto_video {
	font-family: "Fira Sans", system-ui;
	width: 80%;
	font-weight: 700;
	color: #393939;
	font-size: 3vw;
	display: flex;
	align-items: center; /* Allineamento centrale verticale */
	justify-content: center; /* Allineamento orizzontale */
	margin: 0 auto;
	padding: 2em 0 0.5em 0;
}
.titoletto_video img {
	margin-right: 1em; /* Spazio tra immagine e titolo */
	width: 3em; /* Larghezza immagine */
	height: auto; /* Altezza proporzionale */
}
.contiktok{
	position: relative;
	width: 100%;
	height: auto;
	margin: 0 auto;
	background-color: #ffffff;
}
.contiktok_inside{
	position: relative;
	width: var(--insideperc);
	height: auto;
	margin: 0 auto;
	/* max-width: var(--maxwidth); */
}
.ccontiktok_inside_grid{
	position: relative;
	width: 100%;
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-column-gap: 2em;
	box-sizing: border-box;
	padding: 2em 0 4em 0;
}
.titoletto_tiktok {
	font-family: "Fira Sans", system-ui;
	width: 80%;
	font-weight: 700;
	color: #017DC4;
	font-size: 3vw;
	display: flex;
	align-items: center; /* Allineamento centrale verticale */
	justify-content: center; /* Allineamento orizzontale */
	margin: 0 auto;
	padding: 2em 0 0.5em 0;
}
.titoletto_tiktok img {
	margin-right: 1em; /* Spazio tra immagine e titolo */
	width: 3em; /* Larghezza immagine */
	height: auto; /* Altezza proporzionale */
}
.sottotitolo_tiktok {
	font-family: "Fira Sans", system-ui;
	width: 80%;
	font-weight: 400;
	color: #6E6E6E;
	font-size: 1.2vw;
	margin: 0 auto;
	padding: 0em 0 2em 0;
	text-align: center;
}
.tiktok_grid{
	position: relative;
	width: 100%;
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	grid-column-gap: 1em;
	box-sizing: border-box;
	padding: 0vh 0 10vh 0;
	row-gap: 1em;
}
.tiktok_grid img{
	width: 100%;
}
.tiktok{
	background-color: #FFFFFF;
	border-radius: 5px;
}

.contfinale{
	position: relative;
	width: 100%;
	height: auto;
	margin: 0 auto;
	background-color: #F9F9F9;
}
.contfinale_inside{
	position: relative;
	width: var(--insideperc);
	height: auto;
	margin: 0 auto;
	/* max-width: var(--maxwidth); */
}
.titoletto_finale {
	font-family: "Fira Sans", system-ui;
	width: 80%;
	font-weight: 700;
	color: #017DC4;
	font-size: 2.5vw;
	display: flex;
	align-items: center; /* Allineamento centrale verticale */
	justify-content: center; /* Allineamento orizzontale */
	margin: 0 auto;
	padding: 2em 0 0.5em 0;
	text-align: center;
}
.sottotitolo_finale {
	font-family: "Fira Sans", system-ui;
	width: 80%;
	font-weight: 400;
	color: #444444;
	font-size: 1.4vw;
	margin: 0 auto;
	padding: 0em 0 2em 0;
	text-align: center;
}
.text_finale {
	font-family: "Fira Sans", system-ui;
	width: 70%;
	font-weight: 400;
	color: #444444;
	font-size: 1vw;
	margin: 0 auto;
	padding: 0em 0 2em 0;
	text-align: center;
	line-height: 150%;
}
/* .text_finale img{
	width: 70%;
} */
.text_finale h3 a{
	color: #444444;
	text-decoration: underline;
}

.footer{
	position: absolute;
	width: 100%;
	background-color: #2B2B2B;
	padding: 1em 0;
	font-family: "Fira Sans", system-ui;
	font-weight: 400;
	color: #e9e9e9;
	font-size: 0.8vw;
	text-align: center;
}



.basemenu{
	position: fixed;
	left: 50%;
	top: 20px;
	/* width: 30vh; */
	height: auto;
	padding: 0.6em 4em;
	border-radius: 5px;
	background-color: #FFFFFF;
	box-shadow: 0px 3px 6px #0000007C;
	opacity: 1;
	
	-ms-transform: translate(-50%, 0%);
	transform: translate(-50%, 0%);
	
	display: flex;
	align-items: center;
	min-width: 80%;
	
	align-items: center;
	  justify-content: center;
	  justify-content: space-around;
	  box-sizing: border-box;
}
.basemenu img{
	height: 48px;
	margin: 0.5em 2em 0.5em 1em;
}

.vocemenu{
	font-family: "Fira Sans", system-ui;
	font-size: clamp(14px, 1vw, 18px);
	padding: 0.4em 1em;
	color: #777;
	border-radius: 5px;
	opacity: 1;
	align-items: center;
	cursor: pointer;
	transition: all .1s ease-out;
	white-space: nowrap;
	font-weight: 600;
	font-size: 1vw;
}
.vocemenu:hover{
	opacity: 0.8;
}
.btncookie{
	width: 100%;
	background-color: #FEDF00;
	display: inline-block;
	padding: 0.5em 0em;
	border-radius: 5px;
	color: #000569;
	font-weight: 700;
	text-align: center;
	box-shadow: 0px 4px 0px 0px rgba(0,0,0,0.18);
	-webkit-box-shadow: 0px px 0px 0px rgba(0,0,0,0.18);
	-moz-box-shadow: 0px 4px 0px 0px rgba(0,0,0,0.18);
	margin-top: 0.5em;
	cursor: pointer;
	border: 1px solid rgba(40, 40, 40, 0.148);
}
.cookieoverlay{
	position: fixed;
	width: 11%;
	height: auto;
	left: 1%;
	bottom: 2%;
	background-color: rgba(235, 235, 235, 0.98);

	font-family: 'Rethink Sans', sans-serif;
	font-size: clamp(11px, 0.8vw, 12px);
	font-weight: 600;
	
	line-height: 120%;
	color: #222;
	padding: 1em 0.8em;
	border-radius: 10px;
	box-shadow: -1px 10px 26px 2px rgba(0,0,0,0.45);
	-webkit-box-shadow: -1px 10px 26px 2px rgba(0,0,0,0.45);
	-moz-box-shadow: -1px 10px 26px 2px rgba(0,0,0,0.45);
	border: 3px solid #fff;
	overflow: hidden;
	text-align: center;
	min-width: 115px;
	max-width: 120px;
}
.cookies{
	padding: 3em 0;
	font-weight: 400;
	font-size: 0.8em;
	line-height: 130%;
}
.cookies a{
	color: #FEDF00;
	text-decoration: none;
}
.cookies a:hover{
	color: #B19FDA;
	text-decoration: none;
}
.btnhiddenskuola{
	position: absolute;
	width: 100%;
	height: 20%;
}
.voce3{
    position: absolute;
    bottom: 8%;
    left: 0px;
    width: 14%;
    height: 8%;
    cursor: pointer;
    display: block;
}
