@charset "UTF-8";
   

/* impostazioni generali */

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

body {
    font-family: 'sf-pro-display';
}

/* MENU */

#fascia_menu {
    background-color: #000000cc;

}

.menu_responsive {
    display: none;
}

#menu {
    padding: 0 50px;
    max-width: 1024px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.logo {
    width: 75%;
}

.ancore_menu {
    color: #f5f5f7;
    font-size: 12px;
}

#menu .material-symbols-outlined {
    font-size: 16px;
    color: #f5f5f7;
}



/* UNICEF */

#fascia_unicef {
    background-color: #f5f5f7;
}

#contenuto_fascia_unicef {
    max-width: 1024px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* #contenuto_logo {
    padding: 0 90px;
} */

.logo_unicef {
    padding: 12px;
    width: 100%;
}

.testo_unicef {
    font-size: 12px;
    color: #06c;
}

/* freccia material icon */
.testo_unicef {
    display: flex;
    align-items: center;
    text-decoration: none;
    font-size: 12px;
    color: #06c;
}

#contenuto_fascia_unicef .material-symbols-outlined {
    font-size: 14px;
}


.banner_prodotto {
    height: 700px;
}

/* FASCIA MACBOOK */

#contenitore_fascia_macbookair {
    background-color: #fbfbfd;
}

#fascia_macbookair {
    margin: 0 auto;
    max-width: 1024px;
    padding: 0 50px;
    height: 100%;
    background-image: url(../img/macbook-air.png);
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    background-position: center;
    background-size: cover;
}

#contenitore_testo {
    padding: 0 50px;
    text-align: center;
}

#contenitore_testo h2 {
    font-family: 'sf-pro-display';
    font-style: normal;
    font-size: 55px;
    line-height: 30px;
    font-weight: bold;
}

#contenitore_testo h3 {
    font-size: 25px;
    line-height: 90px;
}

#contenitore_testo p {
    font-size: 22px;
    color: #06c;
}

#bottoni_air {
    display: flex;
    align-items: center;
    justify-content: space-around;
}

#bottoni_air .material-symbols-outlined {
    font-size: 15px;
}

/* FASCIA IPHONE 13 */

#contenitore_fascia_iphonetredici {
    margin: 20px 0;
    background-color: #fbfbfd;
}

#fascia_iphonetredici {
    margin: 0 auto;
    max-width: 1024px;
    padding: 70px 50px 0 50px;
    height: 100%;
    background-image: url(../img/iphone13.jpg);
    background-repeat: no-repeat;
    display: flex;
    justify-content: center;
    background-position: center;
    background-size: cover;
}

/* FASCIA UNIVERSITA */

#contenitore_fascia_universita {
    margin: 20px 0;
    background-color: #f5f5f7;
}

#fascia_universita{
    margin: 0 auto;
    max-width: 1024px;
    padding: 70px 50px 0 50px;
    height: 100%;
    background-image: url(../img/universita.jpg);
    background-repeat: no-repeat;
    display: flex;
    justify-content: center;
    background-position: center;
    background-size: cover;
}

.superpoteri {
    color: #ca2266;
}

#contenitore_testo_universita {
    padding: 0 50px;
    text-align: center;
}

#contenitore_testo_universita h2 {
    font-size: 55px;
    line-height: 20px;
    font-style: italic;
}

#contenitore_testo_universita h3 {
    font-size: 25px;
    line-height: 90px;
}

#contenitore_testo_universita p {
    font-size: 22px;
    color: #06c;
}

#contenitore_testo_universita .material-symbols-outlined {
    font-size: 15px;
}

/* -------------------------------------------------------------------------------- */
/* ! quadrati prodotti */
/* -------------------------------------------------------------------------------- */

/* GENERALE PER TUTTI I BOX */
.container_prodotti {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.box_singolo_prodotto {
    width: 50%;
    margin: 20px;
    height: 580px;
}

#watch.box_singolo_prodotto {
    background-image: url(../img/apple-watch.jpg);
    background-position: center;
    background-size: cover;
}

#iphonetredicipro.box_singolo_prodotto {
    background-image: url(../img/iphone13-pro.jpg);
    background-position: center;
    background-size: cover;
}

#macbookpro.box_singolo_prodotto {
    background-image: url(../img/macbookpro13.jpg);
    background-position: center;
    background-size: cover;
}

#ipadair.box_singolo_prodotto {
    background-image: url(../img/ipad.jpg);
    background-position: center;
    background-size: cover;
}

#fitness.box_singolo_prodotto {
    background-image: url(../img/fitness.jpg);
    background-position: center;
    background-size: cover;
}

#tv.box_singolo_prodotto {
    background-image: url(../img/apple-tv.jpg);
    background-position: center;
    background-size: cover;
}

/* PRIMA FASCIA */

#contenitore_testo_doppia {
    padding: 0 50px;
    text-align: center;
}

#contenitore_testo_doppia  h2 {
    font-size: 40px;
    line-height: 40px;
    padding-top: 35px;
}

.rosso {
    color: #f33c27;
}

#contenitore_testo_doppia  h3 {
    font-size: 25px;
    line-height: 35px;
}

#contenitore_testo_doppia  p {
    font-size: 20px;
    color: #06c;
    padding-left: 20px;
    padding-right: 20px;
    line-height: 40px;
}

#bottoni_doppia {
    display: flex;
    align-items: center;
    justify-content: center;
}

#contenitore_testo_doppia .material-symbols-outlined {
    font-size: 12px;
}

/* SECONDA FASCIA */

#contenitore_testo_doppia_due {
    padding: 0 50px;
    text-align: center;
    color: #fff;
}

#contenitore_testo_doppia_due  h2 {
    font-size: 40px;
    line-height: 40px;
    padding-top: 35px;
}

#contenitore_testo_doppia_due  h3 {
    font-size: 25px;
    line-height: 35px;
}

#contenitore_testo_doppia_due  p {
    font-size: 20px;
    color: #06c;
    padding-left: 20px;
    padding-right: 20px;
    line-height: 40px;
}

#bottoni_doppia_due {
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 160px;
}

#contenitore_testo_doppia_due .material-symbols-outlined {
    font-size: 12px;
}

/*TERZA FASCIA*/

/*FITNESS*/

#contenitore_testo_terzafitness {
    padding: 0 50px;
    text-align: center;
}

#contenitore_testo_terzafitness  h2 {
    font-size: 40px;
    line-height: 40px;
    padding-top: 35px;
}

#contenitore_testo_terzafitness  h3 {
    font-size: 25px;
    line-height: 35px;
}

#contenitore_testo_terzafitness  p {
    font-size: 20px;
    color: #06c;
    padding-right: 20px;
    line-height: 40px;
}

#bottoni_terzafitness {
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 100px;
}

#contenitore_testo_terzafitness .material-symbols-outlined {
    font-size: 12px;
}

/*TV*/

#tv {
    display: flex;
    align-items: flex-end;
    justify-content: center;
}

#contenitore_testo_terzatv {
    padding: 0 50px 35px 50px;
    text-align: center;
    color: #fff;
}

#contenitore_testo_terzatv  h2 {
    font-size: 40px;
    line-height: 40px;
    padding-top: 35px;
}

#contenitore_testo_terzatv  h3 {
    font-size: 25px;
    line-height: 35px;
}

#contenitore_testo_terzatv  p {
    font-size: 20px;
    color: #06c;
    padding-left: 20px;
    padding-right: 20px;
    line-height: 40px;
}

#bottoni_terzatv {
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 87px;
}

#contenitore_testo_terzatv .material-symbols-outlined {
    font-size: 12px;
}

/* FOOTER */

#footer {
    background-color: #f5f5f7; 
}

#testo_footer {
    padding: 20px 50px 0 50px;
    max-width: 1024px;
    margin: 0 auto; 
    color: #6e6e73;
    line-height: 18px;
    font-size: 12px;
}

#elenco_footer {
    padding: 0 50px;
    max-width: 1024px;
    margin: 0 auto;
    line-height: 21px;
    color: #6e6e73;
    font-size: 12px;
}

.desktopfooter {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding-top: 20px;
}

.bold {
    color: #000;
    font-size: 12px;
}

#contenitore_elenco_footer {
    display: block;
}

#contenitore_punti_footer_responsive {
    display: none;
}

.diviso {
    display: block;
}

#linea {
    display: none;
}


/*--------------------------------------*/
/* ! RESPONSIVE MOBILE */
/* -------------------------------------*/

@media only screen and (max-width: 930px) {

    /* MENU */

    #fascia_menu {
        background-color: #000000cc;
    }

    .menu_responsive {
        display: block;
        padding: 0 15px;
        width: 100%;
        margin: 0 auto;
        height: 48px;
        display: flex;
        align-items: center;
        justify-content: space-between;
        cursor: pointer;
    }

    .primoquadro span:nth-child(2) {
        margin: 5px 0;
    }

    .primoquadro span {
        display: block;
        width: 20px;
        height: 1px;
        background-color: #f5f5f7;
    }

    #menu {
        display: none;
    }

    .logo {
        height: 60px;
    }

    .menu_responsive .material-symbols-outlined {
        font-size: 20px;
    }

    /* UNICEF */

    #contenuto_fascia_unicef {
        padding: 0 15px;
        margin: 0 auto;
    }

    .logo_unicef {
        padding: 10px 10px 10px 0;
        width: 100%;
    }

    .testo_unicef {
        font-size: 10px;
        color: #06c;
    }

    /*FASCIA MACBOOK*/

    #contenitore_fascia_macbookair {
        background-color: #fbfbfd;
    }
    
    .banner_prodotto {
        height: 260px;
    }  

    #fascia_macbookair {
        margin: 0 auto;
        padding: 0 15px;
        background-image: url(../img/macbook-air.png);
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
    }
    
    #contenitore_testo {
        padding: 0;
        text-align: center;
    }
    
    #contenitore_testo h2 {
        font-family: 'sf-pro-display';
        font-style: normal;
        font-size: 30px;
        line-height: 40px;
        font-weight: bold;
    }
    
    #contenitore_testo h3 {
        font-size: 17px;
        line-height: 40px;
    }
    
    #contenitore_testo p {
        font-size: 13px;
        color: #06c;
    }
    
    
    #bottoni_air .material-symbols-outlined {
        font-size: 10px;
    }

    /* FASCIA IPHONE 13 */

    #contenitore_fascia_iphonetredici {
        margin: 10px 0;
        padding: 0 15px;
        background-color: #fbfbfd;
    }

    #fascia_iphonetredici {
        margin: 0 auto;
        padding: 12px 0 0 0;
        background-image: url(../img/iphone13.jpg);
        background-repeat: no-repeat;
        display: flex;
        justify-content: center;
        background-position: center;
        background-size: cover;
    }

    /* FASCIA UNIVERSITA' */

    #contenitore_fascia_universita{
        margin: 10px 0 0 0;
    }

    #contenitore_testo_universita {
        text-align: center;
        padding: 0 15px;
    }
    
    #contenitore_testo_universita h2 {
        font-family: 'sf-pro-display';
        font-style: normal;
        font-size: 23px;
        line-height: 35px;
        font-weight: bold;
    }
    
    #contenitore_testo_universita h3 {
        font-size: 15px;
        line-height: 20px;
    }
    
    #contenitore_testo_universita p {
        font-size: 13px;
        color: #06c;
        line-height: 25px;
    }

    #fascia_universita {
        margin: 0 auto;
        padding: 12px 0 0 0;
    }

    #contenitore_testo_universita .material-symbols-outlined {
        font-size: 10px;
    }
    
    /* GENERALE PER TUTTI I BOX */
    .container_prodotti {
        width: 100%;
        display: flex;
        flex-direction: column;
    }

    .box_singolo_prodotto {
        width: 100%;
        margin: 10px 0 0 0;
        height: 260px;
    }

    #watch.box_singolo_prodotto {
        background-image: url(../img/apple-watch.jpg);
        background-position: center;
        background-size: cover;
    }

    #iphonetredicipro.box_singolo_prodotto {
        background-image: url(../img/iphone13-pro.jpg);
        background-position: center;
        background-size: cover;
    }

    #macbookpro.box_singolo_prodotto {
        background-image: url(../img/macbookpro13.jpg);
        background-position: center;
        background-size: cover;
    }

    #ipadair.box_singolo_prodotto {
        background-image: url(../img/ipad.jpg);
        background-position: center;
        background-size: cover;
    }

    #fitness.box_singolo_prodotto {
        background-image: url(../img/fitness.jpg);
        background-position: center;
        background-size: cover;
    }

    #tv.box_singolo_prodotto {
        background-image: url(../img/apple-tv.jpg);
        background-position: center;
        background-size: cover;
    }

    /* PRIMA FASCIA */

    #contenitore_testo_doppia {
        padding: 15px 15px 0 15px;
        text-align: center;
    }

    #contenitore_testo_doppia  h2 {
        font-size: 23px;
        line-height: 17px;
        padding: 0;
    }

    .rosso {
        color: #f33c27;
    }

    #contenitore_testo_doppia  h3 {
        font-size: 15px;
        line-height: 20px;
    }

    #contenitore_testo_doppia  p {
        font-size: 13px;
        color: #06c;
        line-height: 15px;
    }

    #bottoni_doppia {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    #contenitore_testo_doppia .material-symbols-outlined {
        font-size: 10px;
    }

    #iphonetredicipro #contenitore_testo_doppia  p {
        font-size: 13px;
        color: #06c;
        line-height: 30px;
    }

    /* SECONDA FASCIA */

    #contenitore_testo_doppia_due {
        padding: 15px 15px 0 15px;
        text-align: center;
        color: #fff;
    }
    
    #contenitore_testo_doppia_due  h2 {
        font-size: 23px;
        line-height: 30px;
        padding: 0;
    }
    
    #contenitore_testo_doppia_due  h3 {
        font-size: 15px;
        line-height: 20px;
    }
    
    #contenitore_testo_doppia_due  p {
        font-size: 13px;
        color: #06c;
        line-height: 40px;
    }
    
    #bottoni_doppia_due {
        display: flex;
        align-items: center;
        justify-content: center;
    }
    
    #contenitore_testo_doppia_due .material-symbols-outlined {
        font-size: 10px;
    }

    #ipadair #contenitore_testo_doppia_due  h2 {
        font-size: 23px;
        line-height: 25px;
        padding: 0;
    }
    
    #ipadair #contenitore_testo_doppia_due  h3 {
        font-size: 15px;
        line-height: 15px;
    }
    
    #ipadair #contenitore_testo_doppia_due  p {
        font-size: 13px;
        color: #06c;
        line-height: 25px;
    }

    /* TERZA FASCIA */

    /*FITNESS*/

    #contenitore_testo_terzafitness {
        padding: 15px 15px 0 15px;
        text-align: center;
    }

    #contenitore_testo_terzafitness  h2 {
        font-size: 23px;
        line-height: 20px;
        padding: 0;
    }

    #contenitore_testo_terzafitness  h3 {
        font-size: 15px;
        line-height: 30px;
    }

    #contenitore_testo_terzafitness  p {
        font-size: 13px;
        color: #06c;
        line-height: 15px;
    }

    #bottoni_terzafitness {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    #contenitore_testo_terzafitness .material-symbols-outlined {
        font-size: 10px;
    }

    /*TV*/

    #tv {
        display: flex;
        align-items: flex-end;
        justify-content: center;
    }

    #contenitore_testo_terzatv {
        padding: 0 15px 15PX 15px;
        text-align: center;
        color: #fff;
    }

    #contenitore_testo_terzatv  h2 {
        font-size: 23px;
        line-height: 30px;
        padding: 0;
    }

    #contenitore_testo_terzatv  h3 {
        font-size: 15px;
        line-height: 20px;
    }

    #contenitore_testo_terzatv  p {
        font-size: 13px;
        color: #06c;
        line-height: 30px;
    }

    #bottoni_terzatv {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    #contenitore_testo_terzatv .material-symbols-outlined {
        font-size: 10px;
    }

    /* FOOTER */

    #testo_footer {
        padding: 10px 10px 0 20px;
        line-height: 15px;
        font-size: 10px;
    }

    #linea {
        padding: 0 10px;
        display: block;
    }

    .diviso {
        display: none;
    }


    #elenco_footer {
        padding: 0 10px;
        line-height: 15px;
        font-size: 10px;
    }

    #contenitore_elenco_footer {
        display: none;
    }

    #contenitore_punti_footer_responsive {
        display: block;
    }

    #punti_footer {
        display: flex;
        justify-content: space-between;
        padding: 20px 10px 0 0px;
    }

    #punti_footer .material-symbols-outlined {
        font-size: 15px;
    }

    #punti_footer_due {
        display: flex;
        justify-content: space-between;
        padding: 10px 10px 0 0px;
    }

    #punti_footer_due .material-symbols-outlined {
        font-size: 15px;
    }
    
}









