* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: "Montserrat", serif;
}

.sfondo {
    width:  100%;
    height: 100px;
    background-image: url(_img/immagine-sfondo.png);
    background-size: cover;
    margin-bottom: 40px;
}

.wrapper {
    padding: 40px 64px;
}

.icon {
    width: 100%;
    height: auto;
    max-width: 20px;
    margin-right: 8px;
}


h1 {
    text-align: left;
    margin-bottom: 8px;
    font-size: 24px;
    color: #262626;
}

h2 {
    text-align: left;
    font-weight: 500;
    font-size:20px;
    margin-bottom: 16px;
    color: #262626;
}

h3 {
    text-align: left;
    font-weight: 500;
    font-size: 18px;
    margin-bottom: 16px;
}

h4 {
    text-align: left;
    font-weight: 500;
    font-size: 15px;
    margin-bottom: 16px;
}

p {
    text-align: left;
    font-weight: 300;
    font-size: 14px;
    max-width: 900px;
    line-height: 150%;
    margin-bottom: 32px;
    color: #262626;
}

span {
    text-align: left;
    font-weight: 300;
    font-size: 14px;
    max-width: 900px;
    line-height: 150%;
    margin-bottom: 32px;
    color: #262626;
}

li {
    text-align: left;
    font-weight: 300;
    font-size: 14px;
    max-width: 900px;
    line-height: 150%;
    margin-bottom: 16px;
    color: #262626;
}

ol li {
    list-style:lower-latin;
}

ul li {
    list-style: circle;
}

.rights_list li {
    list-style: decimal;
}

.rights_list {
    margin-bottom: 32px;
}

.detail_list {
    list-style: disc;
}

.note {
    font-size: 10px;
}