@charset "utf-8";
/* ----------------------------------- */
/* Generale */
/* ----------------------------------- */



:root {

	--colore: #fff;
	--background:#191919;
	--background2:#444;
	--background3:#333;
	--spazio: 13vh;
	--max_w:1200px;
	--swiper-pagination-bullet-size: 12px;
	--swiper-pagination-bullet-width: 12px;
	--swiper-pagination-bullet-height: 12px;
	--swiper-pagination-bullet-inactive-color: #fff; 
	--swiper-pagination-bullet-inactive-opacity:0.3;
	--swiper-pagination-bottom:0;
}

* {
	position: relative;
	padding: 0;
	margin: 0;
	line-height: 1;
	 box-sizing: border-box;
	font-family: Helvetica, Roboto, Arial, "sans-serif";
	-webkit-text-size-adjust: 100%; 
    text-size-adjust: 100%;
}
html {

	overflow-x: hidden;
	scroll-behavior: smooth;
}
body {
	width: 100%;
	background: var(--background);
	color:var(--colore);
	font-size: 1.2em;

}

main, section {
	width: 100%;
}
.sezione_workflow, footer, header, section {
width: 100%;
	overflow: hidden;
}

.disable-interaction iframe {
    pointer-events: none;
  }
h1 {
	font-size: 1em;
	letter-spacing: 1px;
	font-weight: 900;
	margin-bottom: 40px;
	color: #666;
}

.h2cont {
	width: 100%;
	text-align: center;
}
.h2_main {
	color: var(--background2);
    text-align: center;
    font-weight: 900;
    font-size: 4em;
	 display: inline-block;
	margin-bottom: var(--spazio);
	
}
.h2_main_scuro {
	
	color: var(--background);
    text-align: center;
    font-weight: 900;
    font-size: 4em;
	 display: inline-block;
	margin-bottom: var(--spazio);
	
}
.h2_main_rid {
	margin-bottom: 80px;
}
.h2_main::after {
  content: "WORKFLOW";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  color: #ffffff;
  clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
  transition: clip-path 1.0s ease;
}
.h2_main, .h2_main::after {
text-box-trim: trim-both;
    text-box-edge: cap alphabetic;
    padding: 0.05em 0;
}
.h2_main.is-active::after {
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}
.segnaposto {
	top: calc(var(--spazio) + -1);
}
a {
	text-decoration: none;
	color:var(--colore);
}
p {
	line-height: 1.5;
}
.centro {
	text-align: center;
}
.giustifica {
	text-align: justify;
}
.max-width {
	display: block;
	width: 100%;
	margin: 0 auto;
	max-width: var(--max_w);
}

main {
	text-align: center;
}
/* ----------------------------------- */
/* Header */
/* ----------------------------------- */

.logo_intro
	{
    position: absolute;
    top: 40px;
    left: 40px;
    width: 30%;
    z-index: 1000;
    max-width: 250px;
    min-width: 150px;
    margin: 0 auto;

}
.logo_intro .logo_footer {
    width: 100%;
    max-width: 4000px;
    margin: 0 0;
}
.pul_menu {
    position: fixed;
    right: 40px;
    top: 40px;
    z-index: 3000;
    line-height: 0;
    width: 30px;
    height: 30px;
	cursor: pointer;
	transition: 0.4s ease;
	opacity: 0;
	transform: translateY(-100%);
}
.bodyloaded2 .pul_menu {
	opacity: 1;
	transform: translateY(0%);
}
.body_menu_on .pul_menu {
	transform: translateX(0px) translateY(0px);
}
.pul_menu_linea {
    width: 30px;
    height: 0px;
    border-top: 2px solid #fff;
    position: absolute;
	transition: 0.4s ease;
}
.pul_menu_linea1 {
    top: 0;
	left: 0;
	transform-origin: top left;
}
.pul_menu_linea2 {
    bottom: 50%;
	left: 0;
	margin-bottom: 4px
}
.pul_menu_linea3 {
    bottom: 10px;
	left: 0;
}
.body_menu_on .pul_menu_linea1 {
    transform: translateX(8px) translateY(0px) scale(1) rotate(45deg);
}
.body_menu_on .pul_menu_linea2 {
	transition: 0.2s ease;
	transform: translateX(50%);
	opacity: 0;
}
.body_menu_on .pul_menu_linea3 {

	transform: translate(4px, -8px) scale(1) rotate(-45deg);
}
.menu {
    position: fixed;
    z-index: 2000;
    right: 0px;
    top: 0px;
    padding: 40px;
    background: rgba(30, 30, 30, 0.85);
    border-radius: 0px;
    padding-top: 100px;
    overflow: hidden;
	opacity: 0;
	transform: scaleX(0);
	transition: 0.3s ease;
	transform-origin: top right;
	min-height: 100vh;
    min-width: 50vw;
    display: flex;
    justify-content: flex-end;
    align-items: center;
	padding-bottom: 15vh;
}
.body_menu_on .menu{
	opacity: 1;
	transform: scaleX(1);
}
.body_menu_on main, .body_menu_on footer, .body_menu_on .video_cont{
	filter: blur(10px);
	transition: filter 1s ;
}
.menu2 {
    letter-spacing: 1px;
    list-style: none;
    font-weight: 900;
    text-align: right;
}
.menu2 li {
	transform-origin: center center;
	opacity: 0;
	transform: translateY(40px);
	font-size: 1.6em;
    line-height: 1;
	
}
.body_menu_on .menu2 li{
	transition: 0.25s ease 0.2s;
	opacity: 1;
	transform: translateY(0px);
}
.menu2 a{
	transform-origin: right center;
	display: block;
	transition: 0.6s ease;
	padding: 10px 0;
	line-height: 1.3em;
}

.body_menu_on .menu2 a:hover{
	transition: 0.3s ease;
	transform: translateY(0px) scale(1.15);
}


	.sezione_q20 {
    padding: var(--spazio);
    text-align: center;
    width: 100%;

		background: url("../images/test2.jpg");
		background-size: cover;
		background-position: top center;
}

.sezione_q20 .h2_main, .sezione_q20 .h2cont {
	text-align: left;
	margin-bottom: 0;
	width: auto;
    display: inline-block;
	cursor: pointer;
}

.q20_desc p {
    margin-bottom: 2rem; 
    will-change: transform;
    font-size: 1.2em;
    line-height: 1.2;
    text-transform: uppercase;
	text-align: left;
	opacity: 0;
	transform: translateY(40px);
}
.q20_desc p:last-child {
    margin-bottom: 0rem; 

}
.tendina {
    width: 100%;
    max-width: 750px;
    padding-top: 0px;
    height: 0px;
    overflow: hidden;
	margin: 0 auto;
}
.body_tendina .tendina{
	height: auto;
	padding-top: 60px;
}
.body_tendina .q20_desc p {
	opacity: 1;
	transform: translateY(0px);
	transition: 0.6s ease;
}


/* ----------------------------------- */
/* Progetti */
/* ----------------------------------- */


.sezione_progetti {
	padding: var(--spazio) 40px 0 40px;
    margin: 0 auto;
/*	margin-bottom: -80px;*/

}
.sezione_progetti2 {

    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: flex-start;
    align-items: stretch;
	top:-40px;

}
.progettovideo {
	display: block;
    width: 100%;
    max-width: var(--max_w);
    flex: 1 1 50%;
    min-width: 360px;
    padding: 40px;
	
}


.progettovideo-preview {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%; 
	border-radius: 0px;
	overflow: hidden;
	background: var(--background3);
}

.progettovideo-preview iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
    border: 0;
}


/* ----------------------------------- */
/* Workflow */
/* ----------------------------------- */

.sezione_workflow {
	padding: var(--spazio) 0 0 0;
				background: url("../images/test2.jpg");
		background-size: cover;
		background-position: top center;
	margin-top:var(--spazio) ;

}
.sezione_workflow2 {
padding: 0 0 calc(var(--spazio) + 15px) 0;

}
.swiper {
/*	min-height: 55vh !important;*/
}
.mySwiper.swiper {
	width: 100% !important;
    max-width: 100vw !important;


	overflow: visible;
	    display: flex;
    align-items: center;
	
}
.swiper-wrapper {
height: auto !important;
    max-width: 100% !important; 
}
.mySwiper .swiper-slide {
    width: calc(80vw - 40px);
    max-width: calc(var(--max_w) - 40px);
	max-width: 600px;
    height: 100%;
    border-radius: 10px;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 0px;
    flex-wrap: nowrap;
    overflow: hidden;
}

.swiper-pagination {
	top:100% !important;

}
.swiper-pagination-bullet {
		transition: 0.3s ease;
    }
.swiper-pagination-bullet-active {
      background: var(--colore) !important;
      width: 100px;
      border-radius: 50px;
		transition: 0.3s ease;
    }

.slide-text {
    padding: 0 80px 80px 80px;
	text-align: left;
}
.slide-titolo{
    font-size: 2em;
    margin-bottom: 30px;
	font-weight: 900;
}
.slide-text h4{
    font-size: 1.2em;
    margin-bottom: 1em;
}

/* ----------------------------------- */
/* Servizi */
/* ----------------------------------- */
.sezione_servizi {
	padding: var(--spazio) 20px var(--spazio) 20px;
}
.ul_servizi {
    display: flex;
    list-style: none;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: stretch;
    justify-content: center;
    align-content: flex-start;
    max-width: 1800px;
    margin: 0 auto;
	margin-bottom: -40px;

}

.ul_servizi li {
display: block;
    width: 100%;
    font-size: 1.6em;
    margin-bottom: 40px;
	text-box-trim: trim-both;
    text-box-edge: cap alphabetic;
   
}




/* ----------------------------------- */
/* Footer */
/* ----------------------------------- */
.img_background {
    width: 100%;
    height: 60vh;
    background-attachment: fixed;
    background-position: center;
    background-size: cover;
    background-image: url(../images/test.jpg);
    z-index: -1;
}

footer {
padding: calc(var(--spazio) - 20px) 0 0 0;
	
}
.pulsante1 {
	background: var(--colore);
    color: var(--colore);
    padding: 10px 20px;
    border-radius: 6px;
    font-weight: 800;
	border: 1px solid var(--colore);
	transition: 0.4s ease;
	cursor: pointer;
}

.pulsante1_inv {
	color: var(--background) !important;
    background: var(--colore);
	border: 1px solid var(--colore);
}
@media all and (min-width: 600px) {
.pulsante1:hover {
	 color: var(--colore);
    background: var(--colore);
	border: 1px solid var(--colore);
	padding: 10px 30px;
}
.pulsante1_inv:hover {
	 background: var(--background) ;
    color: var(--colore) !important;
	border: 1px solid var(--colore);
}
}
.due_colonne {
	 display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    align-content: flex-start;
    justify-content: flex-start;
    align-items: center;

}
.colonna {
	padding: 20px;
}

.cont_testo p{
	line-height: 1.4em;
}

.colonna_50 {
	width: 50%;
	flex: 1 1 50%;
}

.credits {
	margin: var(--spazio) 0;
	padding: 0 20px;
	text-align: center;
	color:var(--colore);
	font-size: 14px;
	text-box-trim: trim-both;
    text-box-edge: cap alphabetic;
}
.footer *, .credits * {
 color:var(--colore);
}
.logo_footer {
	width: 80%;
	max-width: 350px;
	margin: 0 auto;
}
.logo_footer svg {
    display: block;
    margin: 0 auto;
}
#productions {
	display: block;	
	transform: translateY(30px);
	opacity: 0;    
	width: 70%;
    height: auto;
    margin: 0 auto;
    margin-top: 5%;
}
.intoviewnow #productions {
	transition: 0.8s ease 0.6s;
	transform: translateY(0);
	opacity: 1;
}

.contatti_riga {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
	margin-bottom: 30px;
}
.contatti_riga:last-child  {

	margin-bottom: 0px;
}
.contatti_ico {
    flex: 0 0 100px;
}
.contatti_txt {
    line-height: 1.4em;
}
.pul_footer {
    margin-top: 20px;
	display: inline-block;

}
.linkvimeo {

    margin-top: 0;

}
#productions * {
	fill: var(--colore);
}
.anima_qu {
	stroke: var(--colore);
	 stroke-dasharray: 800;
  stroke-dashoffset: -800;
	opacity: 0;
}

.anima_due {
	stroke: var(--colore);
	
	 stroke-dasharray: 650;
  stroke-dashoffset: 650;
	opacity: 0;
}

.anima_zero {
	stroke: var(--colore);
	 stroke-dasharray: 600;
  stroke-dashoffset: 600;
	opacity: 0;
}

.logo_footer .anima_qu , .logo_footer .anima_due ,.logo_footer .anima_zero  {
    stroke: var(--colore);
}


.bodyloaded .intoviewnow .anima_qu{
	-webkit-animation: anima_qu 1.2s  ease-out normal both ;
	animation: anima_qu 1.2s  ease-out normal both ;
}
.bodyloaded .intoviewnow .anima_due{
	-webkit-animation: anima_due 1.2s 0.3s  ease-out normal both ;
	animation: anima_due 1.2s 0.3s  ease-out normal both ;
}
.bodyloaded .intoviewnow .anima_zero{
	-webkit-animation: anima_zero 1.2s  ease-out normal both ;
	animation: anima_zero 1.2s  ease-out normal both ;
}

@keyframes anima_qu {
	from {
     stroke-dashoffset: -800;
	 opacity: 0;
  }
 to {
    stroke-dashoffset: 0;
	 opacity: 1;
  }
}

@keyframes anima_due {
	from {
     stroke-dashoffset: 650;
	 opacity: 0;
  }
 to {
    stroke-dashoffset: 0;
	 opacity: 1;
  }
}

@keyframes anima_zero {
	from {
     stroke-dashoffset: 600;
	 opacity: 0;
  }
 to {
    stroke-dashoffset: 0;
	 opacity: 1;
  }
}
.icona {
    width: 1.8em;
    height: 1.8em;
    display: block;
}

.icona * {
    stroke-width: 20px !important;
    stroke: var(--colore) !important;

}
.icona_bk * {
    stroke: var(--colore)!important;

}

.icona.intoview path,
.icona.intoview circle,
.icona.intoview line,
.icona.intoview rect,
.icona.intoview polyline {
 opacity:0;
transition: opacity 0.4s ease, stroke-dashoffset 0.8s ease-out;
}
.icona.intoviewnow path,
.icona.intoviewnow circle,
.icona.intoviewnow line,
.icona.intoviewnow rect,
.icona.intoviewnow polyline {
 stroke-dashoffset: 0 !important;
opacity:1;
}


/* ----------------------------------- */
/* Video inizio */
/* ----------------------------------- */




.video_cont {
    position: relative;
    width: 100%;
    height: 100vh;
	 height: 100svh; 
    overflow: hidden;
	background: var(--background);
	position: sticky;
	top:0;
}

.video_cont iframe {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100vw;
    height: 56.25vw; /* Proporzione 16:9 (9 / 16 * 100) */
    min-height: 100vh;
	min-height: 100svh; 
    min-width: 177.77vh; /* Proporzione 16:9 (16 / 9 * 100) */
    transform: translate(-50%, -50%);
    pointer-events: none; 
}

.video-loader {
    position: absolute;
    bottom: 40px;
    left: 40px;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
	opacity: 0;
    z-index: 2; 
    transition: opacity 0.5s ease, visibility 0.5s ease;
}
.bodyloaded .video-loader {
	opacity: 1;
}
.video-loader.hidden {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
}

.spinner {
    width: 40px;
    height: 40px;
    border: 3px solid rgba(255, 255, 255, 0.1);
    border-radius: 50%;
    border-top-color: #666; 
    animation: spin 1s ease-in-out infinite;
}

@keyframes spin {
    to { transform: rotate(360deg); }
}

#hero_iframe {
	opacity: 0;
}
#hero_iframe.show {
	opacity: 1;
	transition: opacity 0.6s ease;
}


/*
---------------------------------------------------------------------------------------
animazione mouse
---------------------------------------------------------------------------------------
*/

.mouse-wrap{
      display:block;
    position: absolute;
    bottom: 40px;
	right: 50px;
	opacity: 0;
	transform-origin: bottom right;
    transform: translateY(100%) scale(0.45);
	transition: 1s ease 0.5s;
}
.bodyloaded .mouse-wrap {
	bottom: 80px;
	opacity: 0.7;
    transform: translateY(0%)  scale(0.45);
}
.mouse {
  top:0;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 48px;
  
}
.bodyloaded2 .mouse {
	animation: mousenudgeMouse 5.5s ease-out infinite;
}
.mouse:after {
  content: '';
  background-color: #ffffff;
  width: 7px;
  height: 7px;
  border-radius: 100%;
  
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  transform:translateY(20px);
}
.bodyloaded2 .mouse:after {
	animation: trackBallSlide 5.5s linear infinite;
}
.mouse .frame {
  width: 100%;
  position: absolute;
  z-index: 1;
}

.mouse .frame path {
  fill: none;
  stroke: #ffffff;
  stroke-width: 3;
  opacity:0.5;
}

.mouse .mouse-left,
.mouse .mouse-right {
  width: 50%;
  position: absolute;
  z-index: 2;
}

.mouse .mouse-right {
  right: 0;
}

.mouse .Animate-Draw {
  fill: none;
  stroke: #FFFFFF;
  stroke-width: 3;
  fill-opacity: 1;
}

.bodyloaded_completo .mouse .mouse-left .Animate-Draw {
  animation: mouseDrawLine 5.5s ease-out infinite;
}

.bodyloaded_completo .mouse .mouse-right .Animate-Draw {
  animation: mouseDrawLineBack 5.5s ease-out infinite;
}

/*Keyframes*/

@keyframes mouseDrawLine {
  0% {
    stroke-dashOffset: 0;
    stroke-dasharray: 120;
    stroke-opacity:1;
  }
  22% {
    stroke-dashOffset: 0;
    stroke-dasharray: 120;
    stroke-opacity:1;
  }
  38%{
    stroke-dashOffset: 125;
    stroke-dasharray: 120;
    stroke-opacity:1;
  }
  38.1%{
    stroke-dashOffset: 0;
    stroke-dasharray: 120;
    stroke-opacity:0;
  }
  48%{
    stroke-dashOffset: 0;
    stroke-dasharray: 120;
    stroke-opacity:1;
  }
  64%{
    stroke-dashOffset: 125;
    stroke-dasharray: 120;
    stroke-opacity:1;
  }
  64.1%{
    stroke-dashOffset: 0;
    stroke-dasharray: 120;
    stroke-opacity:0;
  }
  74%{
    stroke-dashOffset: 0;
    stroke-dasharray: 120;
    stroke-opacity:1;
  }
  90%{
    stroke-opacity:1;
    stroke-dashOffset: 125;
    stroke-dasharray: 120;
  }
  90.1%{
    stroke-dashOffset: 0;
    stroke-dasharray: 120;
    stroke-opacity:0;
  }
}

@keyframes mouseDrawLineBack {
  0% {
    stroke-dashOffset: 0;
    stroke-dasharray: 120;
    stroke-opacity:1;
  }
  22% {
    stroke-dashOffset: 0;
    stroke-dasharray: 120;
    stroke-opacity:1;
  }
  38%{
    stroke-dashOffset: -114;
    stroke-dasharray: 120;
    stroke-opacity:1;
  }
  38.1%{
    stroke-dashOffset: 0;
    stroke-dasharray: 120;
    stroke-opacity:0;
  }
  48%{
    stroke-dashOffset: 0;
    stroke-dasharray: 120;
    stroke-opacity:1;
  }
  64%{
    stroke-dashOffset: -114;
    stroke-dasharray: 120;
    stroke-opacity:1;
  }
  64.1%{
    stroke-dashOffset: 0;
    stroke-dasharray: 120;
    stroke-opacity:0;
  }
  74%{
    stroke-dashOffset: 0;
    stroke-dasharray: 120;
    stroke-opacity:1;
  }
  90%{
    stroke-opacity:1;
    stroke-dashOffset: -114;
    stroke-dasharray: 120;
  }
  90.1%{
    stroke-dashOffset: 0;
    stroke-dasharray: 120;
    stroke-opacity:0;
  }
}

@keyframes mousenudgeMouse {
  0% {
    transform: translateY(0) translateX(-50%);
  }
  22% {
    transform: translateY(0px) translateX(-50%);
  }
  38%{
    transform: translateY(9px) translateX(-50%);
  }
  48%{
    transform: translateY(0px) translateX(-50%);
  }
  64%{
    transform: translateY(9px) translateX(-50%);
  }
  74%{
    transform: translateY(0px) translateX(-50%);
  }
  90%{
    transform: translateY(9px) translateX(-50%);
  }
}

/*Mouse wheel*/
@keyframes trackBallSlide {
  0% {
    transform:translateY(20px)
      scale(1);
    opacity:1;
  }
  22% {
    transform:translateY(20px)
      scale(1);
    opacity:1;
  }
  26%{
    transform:translateY(30px)
      scale(0.9);
    opacity:1;
  }
  34%{
    transform:translateY(55px)
      scale(0.1);
    opacity:0;
  }
  41%{
    transform:translateY(30px)
      scale(0);
    opacity:0.3;
  }
  48%{
    transform:translateY(20px)
      scale(1);
    opacity:1;
  }
  52%{
    transform:translateY(30px)
      scale(0.9);
    opacity:1;
  }
  60%{
    transform:translateY(55px)
      scale(0.1);
    opacity:0;
  }
  67%{
    transform:translateY(30px)
      scale(0);
    opacity:0.3;
  }
  74%{
    transform:translateY(20px)
      scale(1);
    opacity:1;
  }
  78%{
    transform:translateY(30px)
      scale(0.9);
    opacity:1;
  }
  86%{
    transform:translateY(55px)
      scale(0.1);
    opacity:0;
  }
  93%{
    transform:translateY(30px)
      scale(0);
    opacity:0.3;
  }
  100%{
    transform:translateY(20px)
      scale(1);
    opacity:1;
  }
}
.progettovideo-preview {
  position: relative;
}


body.disable-interaction .progettovideo-preview::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background: transparent;
  pointer-events: auto;
}



.blocco_lingua {
	display: block;
    position: fixed;
    right: 90px;
    top: 33px;
    z-index: 100;
    width: 36px;
    height: 35px;
    overflow: hidden;
	cursor: pointer;
	transition: 0.4s ease;
	opacity: 0;
    transform: translateY(-100%);
}
.bodyloaded2 .blocco_lingua {
    opacity: 1;
    transform: translateY(0%);
	transition: 0.4s ease;
}
.body_sel_lingua .blocco_lingua{
	background: #fff;
    color: #000;
transition: 0.3s ease;
	height: 72px;
}

.lingua {
    width: 36px;
    height: 36px;
    display: flex;
    font-size: 16px;
    align-items: center;
    justify-content: center;
	pointer-events: none;
}

.body_sel_lingua .lingua{
	background: #fff;
    color: #000;
	pointer-events: all;
	transition: 0.3s ease;

}
 .lingua:first-child {
	border-bottom: 1px solid #222;
}
.body_sel_lingua a.lingua:hover {
	background: #000;
    color: #fff;

}



.body_modale_on2 {
 overflow: hidden !important;
    height: 100vh;
}
.finestra_modale {
    position: fixed;
    top: 0px;
    left: 0px;
	width: 100vw;
	height: 100vh;

    z-index: -1;
	padding: 60px 20px 100px 20px;
	overflow: hidden;
	overflow: auto;
	display: block;
}
.body_modale_on .finestra_modale {
	display: block;
	z-index: 9000;
}
.finestra_modale_background {
	position: fixed;
    top: 0px;
    left: 0px;
	width: 100vw;
	height: 100vh;

    background: var(--background);
	opacity:0;
	

}
.body_modale_on .finestra_modale_background {
	transition: 0.3s;
	opacity:1;
}
.finestra_modale2 {
	width: 100%;
	margin: 0 auto;
	text-align: left;
	opacity:0;
	transform: translateY(60px);
	
}
.body_modale_on .finestra_modale2 {
	transition: 0.5s ease 0s;
	opacity:1;
	transform: translateY(0px);
}
.finestra_modale3 {
	width: 100%;
	max-width: 800px;
	margin: 0 auto;	
}
.chiudi_modale {
    z-index: -1;
    position: fixed;
    right: 20px;
    top: 20px;
    background: #f00;
    border-radius: 10000px;
    display: flex;
    height: 50px;
    width: 50px;
	background: var(--background);
    border: 2px solid #fff;
    align-items: center;
    font-size: 25px;
    justify-content: center;
    cursor: pointer;
	
	opacity: 0;
	transform: translateX(40px);
}
.body_modale_on .chiudi_modale {
	transition: 0.3s ease 0.2s;
	opacity:1;
	z-index: 9900;
	transform: translateX(0px);
}
.chiudi_modale {
	z-index: 9900;
	right: 20px;
	top: 20px;
	background: var(--background);
	border-radius: 10000px;
	display: flex;
	height: 40px;
	width: 40px;
}
.testogen * {
	line-height: 1.4;
	color:#fff;
}
.testogen h2 {
    font-size: 2em;
	margin-bottom: 40px;
	font-weight: 900;
	line-height: 1;
}
.testogen h3 {
    font-size: 1.8em;
	margin: 10px 0;
	font-weight: 900;
	line-height: 1;
}
.testogen h4 {
	margin-bottom: 10px;
    font-size: 1.4em;
	font-weight: 900;
	line-height: 1;
}

.testogen ul{
    padding: 0 20px;

}
.testogen li{

    margin: 10px 0;
}

.pointer{
	cursor: pointer;
}





