.nunito-i {
  font-family: "Nunito", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

.aclonica-regular {
    font-family: "Aclonica", serif;
    font-weight: 400;
    font-style: normal;
  }  


/*header*/

*{box-sizing: border-box;}
header{
    background: #001638;
    padding: 25px 5px 5px 5px;
    width: 100%;
    z-index: 1000;
    position: fixed;
}

body, html{
    padding: 0;
    margin: 0;
}

.barra-sopra{
    top: 0;
}

/*MENU*/
.menu{
    color: white;
    text-decoration: none;
    background-color: none;
}
#menu{text-align: center;}
#menu li{display: inline;}
#menu li a{
    color: white;
    text-decoration: none;
    background-color: none;
    display: inline;
    font-size: 25px;
    padding: 4px;
    margin: 15px;
    font-family: "Nunito", sans-serif;
    border-radius: 4px;
    transition: background-color 0.3s;
}
.menu:hover{
    color: white;
    text-decoration: underline;
    background-color: #354b6e;
    border-radius: 4px;
}
.logo{
    padding-top: 10px;
    text-align: center;
    width: 100%;
    display: block;
    font-family: "Aclonica", serif;
    font-size: 40px;
    color: white;
    text-decoration: none;
}


/*BODY*/
body{
    background: #101227;
    text-align: center;
    font-family: "Nunito", sans-serif;
    text-decoration: none;
}

.container{
    background: #101227;
    border-radius: 5px;
    padding: 180px 10px;
    max-width: 1300px;
    margin: 0 auto;
}

.CdLprofessionale{
    background: #a8a7c7;
    border-radius: 5px;
    padding: 15px;
}

.Info2{
    margin-top: 10px;
    background: #a8a7c7;
    border-radius: 5px;
    padding: 15px;
}

.Info3{
    margin-top: 10px;
    background: #a8a7c7;
    border-radius: 5px;
    padding: 15px;
}

p{
    font-size: 18px;
}

@media(max-width: 768px) {
    
}