*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
.header{
    background-color: rgb(46, 94, 226);
    padding: 15px;
}
.flex{
    display: flex;
}
.nav{
    width: 80%;
    margin: 0 auto;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    font-family: sans-serif;
}
.logo{
    justify-content: center;
    align-items: center;
}
li{
    display: flex;
    flex-direction: row;
    list-style: none;
    justify-content: center;
    align-items:center;
    padding-left: 15px;
    color: rgb(255, 255, 255);
}
.doppio-contenitore{
    max-width: 60%;
    height: 500px;

}
.direction-inverse{
    flex-direction: row-reverse;
}

.btn-style{
    /* display: inline-block; */
    border-radius:20px;
    height: 40px;
    padding: 10px 30px;
    background-color: rgb(255, 255, 255);
}
.color-white{
    color: white;
}
a{
    text-decoration: none;
    color: black;
}
.cont-blue {
    width: 70%;
}
.img-item{
    background-size: cover;
}
.cont-pink{
    width: 30%;
}
.pdg{
    padding: 10px;
}
.logo{
    width: 25%;
}
.link{
    width: 50%;
}

.mg-auto{
    margin: 0 auto;
}
.jc-ac{
    justify-content: center;
    align-items: center;
}
.sfondo{
    background-image: url(../img/jumbo.png);
    background-size: cover;

    width: 100%;
    height: 500px;
}
.descrition{
    width: 40%;
    text-align: center;
    color: white;
    font-weight: bold;
    font-family: sans-serif;
    /* padding: 20px; */
}
.descrition h1{
    font-size: 3rem;
}
.descrition p{
    font-size: 1,5rem;
    padding-top: 30px;
}
.cont-purple{
    width: 40%;
}

.cont-green{
    width: 70%;
    height: 400px;

    margin-top: 50px;
}
.img-item4{
    background-size: cover;
    width: 100%;
    height: 100%;
}
.b-s{
    border: 1px solid white;
}
.column-cont{
    width: 80%;
    
}
.cont-salmon{
    width: 30%; 
}
.cont-aqua{
    width: calc(70% / 4);
    color: white;
    font-family: sans-serif;
}
.footer-cont{
    width: 80%;
    justify-content: space-between;
    align-items: center;
    height: 30px;
    padding: 20px;
}
.title-bold{
    font-size: 3rem;
    font-family: sans-serif;
}
.text-left{
    text-align: left;
}
.paragraph{
    padding-top: 30px;
    font-family: sans-serif;
    text-align: left;
    font-size: 1rem;
}

.bg-black{
    background-color: black;
}

.bg-gray{
    background-color: lightgray;
}

.text-center{
    text-align: center;
}
.scheda-quattro{
    width: 100%;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.title-scheda-quattro{
    width: 80%;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.mg100px{
    margin-top: 100px;
}
.italiano{
    line-height: 20px;
}
.img-ita{
    height: 15px;

}
.rem2{
    font-size: 2rem;
}
.icon ul{
    display: flex;
    flex-direction: row;
    list-style: none;
    justify-content: flex-start;
    align-items:center;
    padding-bottom: 100px;
}
.mg-bot100px{
    margin-bottom: 100px;
}
.cont-aqua ul li{
    padding: 10px;
}
.text-blu{
    color: rgb(64, 159, 226);
}
.border-top{
    border-top:2px solid rgb(64, 159, 226);
}
.avventura{
    width: 30%;
    margin: 0 auto;
    font-family: sans-serif;
    margin-bottom: 50px;
}
.text-center{
    text-align: center;
}
.btn-download {
    height: 30px;
    border-radius: 20px;
    padding: 10px;
    background-color: rgb(46, 94, 226);
    color: white;
}
.pd-bot{
    padding-bottom: 50px;
}