@import url('https://fonts.googleapis.com/css2?family=Noto+Sans:ital,wght@0,100..900;1,100..900&display=swap');


*{box-sizing: border-box;
}

html, body {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	font-size: 62.2%;
	background: #fff;
}

a{
	color: #0086DF;
	text-decoration:none;
	font-weight:bold;
}

a:hover{
	color: #0086DF; 
	text-decoration:none;
	font-weight:bold;
}

body {
	top:0;
	left:0;
	border:0;
	padding: 0;
	margin: 0;
	text-align: normal;	
	font-family: "Noto Sans", sans-serif;
	font-size: 1.6rem;
	font-weight: 400;
	color: #1E293B;
}

h1{
	position: relative;
	width: 100%;
	padding: 1rem 0%;
	color: #0086DF;
	font-size: 3rem;
	font-weight: 600;
	margin: 0;
	border-bottom: 0.1rem solid #0086DF;
	margin-bottom: 2rem;
}

h2{
	position: relative;
	width: 100%;
	padding: 5rem 0% 1rem 0%;
	font-size: 2.4rem;
	font-weight: 600;
	margin: 0;
}

h3, h4, h5{
	position: relative;
	width: 100%;
	padding: 2.4rem 0% 0.5rem 0%;
	font-size: 1.8rem;
	font-weight: 600;
	margin: 0;
}

p{
    margin-top: 8px;
    margin-right: 8px;
    margin-bottom: 8px;
    margin-left: 0px;
}

.textRight{
	text-align: right;
}

.textCenter{
	text-align: center;
}

/********************************************************/
/* 				Form generica							*/
/********************************************************/
form label{
	position: relative;
	width: 100%;
	padding: 0;
	font-weight: bold;
	padding-top: 0.4rem;
}

form input[type="text"], form input[type="password"], form textarea, form select{
	position: relative;
	width: 100%;
	border: 0.1rem solid #ccc;
	padding: 0.6rem 1%;
	border-radius: 0.4rem;
	margin: 0 0 1rem 0;
	font-size: 1.4rem;
}

form input[type="text"]:focus, form input[type="password"]:focus, form textarea:focus, form select:focus{
	border: 0.1rem solid #0086DF;
	box-shadow: 0.1rem 0.1rem 0.4rem #c8c8c8;
}

form textarea{
	min-height: 10rem;
	font-family: 'KoHo', sans-serif;
	font-size: 1.2rem;
	color: #444444;
}

form select{
	color: #444444;
}

form input[type='radio'], input[type='checkbox'] {
	cursor: pointer;
	margin: 5px 0;
}

form input[type="submit"], form input[type="reset"]{
	position: relative;
	width: 99%;
	margin: 1rem 1%;
	padding: 1.4rem 2%;
	border: 0.1rem solid #0086DF;
	background: #0086DF;
	color: #ffffff;
	cursor: pointer;
	transition: background 0.4s, color 0.4s;
	font-family: 'KoHo', sans-serif;
	font-weight: 600;
	font-size: 1.4rem;
}

form input[type="submit"]:hover, form input[type="reset"]:hover{
	background: #0086DF;
	color: #ffffff;
}

.errore{
	color: #cf3838;
}

span.errore{
	font-size: 1.1rem;
	color: #cf3838;
}

#navRicerca {
    position: relative;
    margin: 0 auto;
    text-align: center;
    width: 50%;
    padding-top: 5rem;
    padding-right: 3rem;
    padding-bottom: 2.5rem;

}

#navRicercaTesta {
    position: relative;
    margin: 0 auto;
    text-align: center;
    width: 200px;
    padding-top: 10px;
    padding-bottom: 10px;

}


/* Stile del campo di ricerca squadrato e moderno */
#navRicerca form input[type="text"] {
    width: 100%;
    margin: 0 0 1rem 0;
    font-size: 1.7rem;
    border-radius: 8px;
    line-height: 2.4rem;
    border: 1px solid #ddd;
    padding: 1rem 2rem;
    padding-left: 3.5rem; /* Spazio per l'icona a sinistra */
    background-color: #f9f9f9;
    transition: all 0.3s ease;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
}

/* Stile di focus per il campo */
#navRicerca form input[type="text"]:focus {
    border-color: #007bff;
    box-shadow: 0px 4px 12px rgba(0, 123, 255, 0.2);
    outline: none;
}

/* Posizionamento dell'icona di ricerca a sinistra */
#navRicerca form {
    position: relative;
}

#navRicerca .search-icon {
    position: absolute;
    left: 1rem; /* Posiziona l'icona a sinistra */
    top: 40%;
    transform: translateY(-50%);
    font-size: 1.4rem;
    color: #bbb;
    pointer-events: none;
}

/* Stile responsive */
@media (max-width: 767px) {
    #navRicerca {
        width: 100%;
        padding: 2rem 1rem;
    }
}
/************************************************/
/* 				Tasti							*/
/************************************************/


.tasto {
  display: inline-block;
  margin: 1rem 1%;
  padding: 1.5rem 5%;                        /* Mantieni dimensione originale */
  background-color: #0275d8;                 /* Blu coerente con .link-login */
  color: #ffffff;
  border: 2px solid #0275d8;                 /* Bordo coerente */
  border-radius: 1.2rem;                     /* Mantenuto come da stile originale */
  text-decoration: none;
  font-weight: bold;                         /* Allineato a .link-login */
  font-size: 1.6rem;                         /* Identico alla tua versione */
  text-align: center;
  cursor: pointer;
  transition: background-color 0.3s, border-color 0.3s, text-decoration 0.3s;
}

.tasto:hover {
  background-color: #0262b3;
  border-color: #0262b3;
  color: #ffffff;
  text-decoration: underline;
  box-shadow: 0px 4px 12px rgba(0, 123, 255, 0.2);  /* Effetto leggero come da tua proposta */
  outline: none;
}
/************************************************/
/* 				Box principali					*/
/************************************************/
#container{
	position: relative;
	min-height: 100%;
	width: 100%;
	margin: 0;
	padding: 0;
	border: 0;
	border: 0.1rem solid #fff;
}

#contenitore{
	position:relative;
	width: 100%;
	margin: 0 auto;
	padding: 0;
}

.contenitore{
	position: relative;
	max-width: 120rem;
	margin: 0 auto;
	padding: 0 1%;
}

.menuUtente{
display: block;
	position: relative;
	float:right;
	width: 20%;
	padding: 1rem 4rem 1rem 0;
	/*margin-top: 2.4rem;*/
	cursor: pointer;
	text-align: center;
	font-size: 1.4rem;
}

.menuUtente ul{
	position: relative;
	top: 0px;
	right: 0px;
	margin: 0 auto;
	padding: 0px 0px 0px 0px;
	list-style-type: none;
	width: 100%;
}

.menuUtente ul li{
	position: relative;
	float: right;
	top: 0px;
	left: 0px;
	padding: 0rem 1.5%;
	margin: 0rem;
	list-style-type: none;
	text-align: center;
}

.menuUtente ul li img{
	color: #000000;
	margin: 0 1rem 0 0;
	width: 2rem;
}

.menuUtente ul li a{
	display: block;
	text-decoration: none;
	padding: 0.6rem 1rem;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #fff;
	color: #ccc;
}

.menuUtente ul li a:hover{
	color: #fff;
	background: #ccc;
}
.link-login {
  display: inline-block;
  padding: 0.6rem 1.2rem;
  background-color: #0275d8;        /* Blu */
  color: #ffffff;                   /* Testo bianco */
  border: 2px solid #0275d8;        /* Bordo blu scuro */
  border-radius: 5px;
  text-decoration: none;
  font-weight: bold;
  transition: background-color 0.3s, border-color 0.3s, text-decoration 0.3s;
}

.link-login:hover {
  background-color: #0262b3;        /* Rosso */
  border-color: #0262b3;            /* Bordo rosso scuro */
  color: #ffffff;                   /* Testo bianco */
  text-decoration: underline;       /* Sottolineato */
}
.menuUtente ul li a.link-login {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.6rem 1.2rem;
  background-color: #0275d8;        /* Blu */
  color: #ffffff;                   /* Testo bianco */
  border: 2px solid #0275d8;        /* Bordo blu scuro */
  border-radius: 5x;
  text-decoration: none;
  font-weight: bold;
  transition: background-color 0.3s, border-color 0.3s, text-decoration 0.3s;
}

.menuUtente ul li a.link-login:hover {
  background-color: #0262b3;        /* Rosso */
  border-color: #0262b3;            /* Bordo rosso scuro */
  color: #ffffff;
  text-decoration: underline;
}

.link-login2 {
  display: inline-block;
  padding: 0.6rem 1.2rem;
  background-color: #ffffff;        /* Sfondo bianco */
  color: #0275d8;                   /* Testo blu */
  border: 2px solid #0275d8;        /* Bordo blu più spesso */
  border-radius: 5px;
  text-decoration: none;            /* Nessuna sottolineatura */
  font-weight: bold;
  transition: background-color 0.3s, border-color 0.3s, color 0.3s, text-decoration 0.3s;
}

.link-login2:hover {
  background-color: #e0e0e0;        /* Grigio chiaro */
  border-color: #0275d8;            /* Bordo invariato */
  color: #0275d8;                   /* Testo blu */
  text-decoration: underline;       /* Sottolineato al passaggio */
}

.menuUtente ul li a.link-login2 {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.6rem 1.2rem;
  background-color: #ffffff;
  color: #0275d8;
  border: 2px solid #0275d8;
  border-radius: 5px;
  text-decoration: none;
  font-weight: bold;
  transition: background-color 0.3s, border-color 0.3s, color 0.3s, text-decoration 0.3s;
}

.menuUtente ul li a.link-login2:hover {
  background-color: #e0e0e0;
  border-color: #0275d8;
  color: #0275d8;
  text-decoration: underline;
}


.text-right{
	text-align: right;
}

.text-center{
	text-align: center;
}

@media (max-width: 767px) {
	.contenitore{
		position: relative;
		max-width: 100%;
		margin: 0 auto;
		padding: 0 8%;
	}
	.menuUtente{
		width: 75%;
		float: left;
	}
}

#logo{
	position: relative;
	width: 100%;
	height: 10rem;
	color: #1E293B;
	padding: 1.2rem 0 0 0;
	text-align: center;
	font-size: 2rem;
	margin-top: 10rem!important;
margin-bottom: 25px!important;
	padding-bottom: 11rem;
}

#logo img{
	width: 35%;
	display: inline-block;
}

@media (max-width: 767px) {
	#logo img{
		width: 80%;

	}
	#logo{
 	margin-top: 1rem;
	}
}

/********************************************************/
/* 				Procedure								*/
/********************************************************/
.risultati {
    position: relative;
    margin: 0 auto;
    width: 60%;
    font-size:1.7rem;
    background-color: transparent; /* Sfondo trasparente per il contenitore */
}

.procedure {
    position: relative;
    width: 100%;
    margin: 1rem 0 1.5rem 0;
    background-color: #f9f9f9; /* Sfondo evidenziato solo per i risultati */
    padding: 1rem;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); /* Leggera ombra per il risalto */
}

.procedure span {
    font-size: 1.3rem;
    color: #333;
}

@media (max-width: 767px) {
    .risultati {
        width: 90%;
    }

}
/************************************************/
/* 				Fine							*/
/************************************************/
#fine{
	width: 100%;
	bottom: 0;
	color: #334155;
	border-top: 0.1rem solid #ccc;
    background-color: #F9F9F9;
	padding: 2rem 10%;
	text-align: center;
	font-size: 1.5rem;
	 display: flex; /* Abilita il flexbox */
    justify-content: center; /* Centra gli elementi orizzontalmente */
    align-items: center; /* Centra gli elementi verticalmente */
    position: relative;
}

#fineContatti{
	position: relative;
	width: 100%;
	padding: 4rem 5%;
	text-align: center;
}

#fineInfo{
	position: relative;
	width: 100%;
	padding: 2rem 5%;
	text-align: center;
	font-size: 1.4rem;
}

#fineDati{
	position: relative;
	width: 100%;
	padding: 2rem 10%;
	text-align: center;
	font-size: 1.5rem;
}

.fineBox{
	position: relative;
	top: 0;
	left: 0;
	margin: 0rem 1.5%;
	font-size: 1.4rem;
	width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    flex-direction: column;
}

.fineBoxLeft{
	text-align: left!important;
	width: 25.3%;
}

.fineBoxRight{
	text-align: right!important;
	width: 25.3%;
}

.fineBox h2{
	text-transform: lowercase;
}

.fineBox i{
	margin: 0 2%;
}

.fineBox h1{
	color: #ffffff;
	text-transform: uppercase;
	margin: 0;
	padding: 0;
}

.fineBox a, .fineBox a:hover{
	text-decoration: none;
	font-weight: normal;
}


@media (max-width: 767px){

	#fineDati{
		padding: 2rem 2%;
	}

	#fineBox{
		width: 100%;
	}

	.fineBox{
		float: none;
		width: 100%;
		margin: 2rem 0%;
		text-align: center;
    font-size: 1.3rem;
	}

	.fineBoxLeft, .fineBoxRight{
		text-align: center !important;
		margin: 0;
		/*float: left;
		 width: 50%!important;
		 */
	}
	.fineBox li{
		display: block;
		}
}

/************************************************/
/* 				Utilità							*/
/************************************************/
.vuoto {
	clear:both;
}

.visible-mob{
	display: none;
}

@media (max-width: 767px) {
	.visible-mob{
		display: block;
	}
	
	.hidden-mob{
		display: none;
	}
}

/************************************************/
/* 				esperimenti							*/
/************************************************/
.contenitoreTesto {

display: flex;
  justify-content: center; /* Centra orizzontalmente il div interno */
  align-items: center; /* Centra verticalmente il div interno */
  ; /* Imposta l'altezza al 100% della viewport */
}

.testo-centrato {
 position: relative;
 width: 695px;
 text-align: center;
 padding-top: 6.5rem;
 padding-bottom: 4.5rem;
 font-size: 3.5rem;
 font-weight: 500;
 } 

.typing {
  display: inline-block;
  white-space: nowrap;
  overflow: hidden;
  animation: typing 2s steps(40, end), removeBorder 0s forwards 2s;
  border-right: 2px solid black;

}

.cursor {
  display: inline-block;
  animation: blink 1s step-end infinite;
}

@keyframes typing {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}

@keyframes removeBorder {
  0% {
    border-right: 2px solid black;
  }
  100% {
    border-right: none;
  }
}

@keyframes blink {
  50% {
    opacity: 0;
  }
}

@media (max-width: 767px) {
.testo-centrato {
 position: relative;
 text-align: center;
 padding-top: 4.5rem;
 padding-bottom: 2.5rem;
 width: 360px;
 font-size: 1.85rem;
 } 

}

.spaziovuoto {
   height: 20vh; 
    width: 100%; 
}

.spaziovuoto5 {
   height: 14vh; 
    width: 100%; 
}

.box-home {
    position: relative;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 80%;
    margin: 0 auto;
    align-items: flex-start;
}

.box-homeg {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center; /* Centra gli elementi verticalmente */
    width: 100%;
    margin: 0 auto;
    padding: 20px;
    background-color: #f9f9f9;
    border-radius: 10px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

/* Testo a sinistra, allineato orizzontalmente e verticalmente al centro */
.textoboxhome {
    width: 55%;
    display: flex;
    flex-direction: column;
    justify-content: center; /* Centra verticalmente */
    align-items: flex-start; /* Allinea a sinistra orizzontalmente */
    text-align: left;
    word-wrap: break-word;
}

/* Video a destra, centrato e ridimensionabile */
.videoboxhome {
    width: 45%; /* Occupazione iniziale per il video */
    max-width: 500px;
    aspect-ratio: 1; /* Mantiene le proporzioni 1:1 */
    display: flex;
    justify-content: center;
    align-items: center;
}

.videoboxhome video {
    width: 100%; /* Si ridimensiona automaticamente */
    height: auto;
    max-width: 100%;
    max-height: 400px;
}
@media (max-width: 975px) { /* Adatta il valore a seconda delle tue esigenze */
    .box-homeg {
        flex-direction: column; /* Cambia la direzione da orizzontale a verticale */
        align-items: center; /* Centra gli elementi orizzontalmente */
    }

    .textoboxhome, .videoboxhome {
        width: 100%; /* Gli elementi occupano tutta la larghezza */
    }

    .videoboxhome {
        margin-top: 20px; /* Aggiungi uno spazio tra il testo e il video */
    }
}
/* Immagine a destra, allineata verticalmente al centro */
.immagineboxhome {
    width: 18%;
    display: flex;
    justify-content: center;
    align-items: center;
}

  .textoboxhome h2 {
        font-size: 3rem;
  padding: 1rem;
    }

    .textoboxhome p {
        font-size: 1.8rem;
    }


  .immaginehome {
        width: 100%;
        text-align: center;
    }

    .immaginehome img {
        margin: 0 auto;
    width: 100%;
    }


/* Stile mobile */
@media (max-width: 975px) {
    .box-home {
        flex-direction: column;
        width: 100%;
    align-items: center;
    }

.textoboxhome, .videoboxhome, 
.immaginehome {
        width: 100%; /* Larghezza piena su dispositivi mobili */
        margin: 10px 0; /* Spazio tra le sezioni */
    }  

    .immaginehome img {
        margin: 0 auto;
    }
    
    /* Riduci il font per rendere il testo pi� leggibile su mobile */
    .textoboxhome h2 {
        font-size: 1.5em;
    }

    .textoboxhome p {
        font-size: 1em;
    }

    .immagineboxhome {
        margin-bottom: 15px;
    }
}

.contenitore-tabella {
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 20px;
    max-width: 800px;
    margin: 0 auto;
    background-color: #f9f9f9;
    border-radius: 10px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  }

  /* Riga */
  .riga {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #ffffff;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    transition: transform 0.2s, box-shadow 0.2s;
  }

  /* Effetto hover per ogni riga */
  .riga:hover {
    transform: translateY(-5px);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15);
  }

  /* Icona */
  .icona {
    width: 100px;
    height: 100px;
  }

  /* Testo */
  .testo {
    flex: 1;
    margin-left: 20px;
    color: #333;
    font-family: Arial, sans-serif;
  }
  
  .testo strong {
    font-size: 18px;
    color: #333;
  }

  .testo p {
    font-size: 14px;
    color: #666;
  }

  /* Stato */
  .stato {
    display: flex;
    flex-direction: column;
    align-items: center;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    width: 150px;
  }

.immagineresponsive {
    width: 33%;
float:left;
padding:10px;
font-size:1.4rem;
height: auto;
            }
        

  /* Classe fa per contenitore icona di dimensioni 40px */

  /* Colori Stato */
  .stato-verde { color: #4CAF50; }
  .stato-giallo { color: #FFC107; }
  .stato-arancione { color: #FF5722; }

  /* Responsivo */
  @media (max-width: 600px) {
    .riga {
      flex-direction: column;
      align-items: center;
    }
    .testo {
      text-align: center;
      margin-left: 0;
    }
  }
 
    @media (max-width: 768px) {
    .immagineresponsive {
    width: 100% !important;
    float: none !important;
    align-items: center;
    padding:10px;
    height: auto;
            }
        }