/* REGOLE PER DISPLAY SUPERIORI A 1920px */
@media only screen and (min-width: 1921px) {

    /* ------------------------------------------------------------- */
    /* ROOT                                                          */
    /* ------------------------------------------------------------- */
    :root {
        --font_size: calc(100vw * (16 / 1920));
    }

    /* ------------------------------------------------------------- */
    /* BODY                                                          */
    /* ------------------------------------------------------------- */
    body {
        letter-spacing: calc(100vw * (1 / 1920));
    }

    /* ------------------------------------------------------------- */
    /* NAV                                                           */
    /* ------------------------------------------------------------- */
    /* sticky */
    nav.sticky {
        padding: calc(100vw * (10 / 1920)) 12.5%;
        -webkit-box-shadow: 0px calc(100vw * (2 / 1920)) calc(100vw * (10 / 1920)) rgba(0, 0, 0, 0.5);
        box-shadow: 0px calc(100vw * (2 / 1920)) calc(100vw * (10 / 1920)) rgba(0, 0, 0, 0.5);
    }

    nav.sticky ul li {
        margin-left: calc(100vw * (60 / 1920));
    }

    nav.sticky ul li:nth-child(1) a img {
        width: calc(100vw * (80 / 1920));
    }

    /* ------------------------------------------------------------- */
    /* CHI SIAMO                                                     */
    /* ------------------------------------------------------------- */
    section#chi_siamo>div.testo {
        padding-top: calc(100vw * (50 / 1920));
    }

    /* ------------------------------------------------------------- */
    /* IN COSA CREDIAMO                                              */
    /* ------------------------------------------------------------- */
    section#cosa_crediamo>div.testo {
        padding-top: calc(100vw * (50 / 1920));
    }

    section#nostri_frutti>div.blocco {
        margin-top: calc(100vw * (20 / 1920));
    }

    /* ------------------------------------------------------------- */
    /* I NOSTRI FRUTTI                                               */
    /* ------------------------------------------------------------- */
    section#nostri_frutti>div.blocco div.testo a {
        margin: calc(100vw * (30 / 1920)) 0 0 0;
    }

    section#nostri_frutti>div.blocco div.testo a span.icona {
        width: calc(100vw * (30 / 1920));
        height: calc(100vw * (30 / 1920));
    }

    section#nostri_frutti>div.blocco div.testo a span.icona span {
        width: calc(100vw * (30 / 1920));
        height: calc(100vw * (1 / 1920));
    }

    section#nostri_frutti>div.blocco div.testo div.descrizione {
        margin: calc(100vw * (30 / 1920)) 0 0 0;
    }

    /* ------------------------------------------------------------- */
    /* MODULO DI ACQUISTO                                            */
    /* ------------------------------------------------------------- */
    section#modulo div.row {
        margin-left: calc(100vw * (-20 / 1920));
    }

    section#modulo input[type="text"] {
        height: calc(100vw * (60 / 1920));
        padding: 0 calc(100vw * (20 / 1920));
    }

    section#modulo textarea {
        height: calc(100vw * (200 / 1920));
        padding: 10px calc(100vw * (20 / 1920));
    }

    section#modulo input[type="checkbox"]+label,
    section#modulo input[type="radio"]+label {
        padding-left: calc(100vw * (60 / 1920));
    }

    section#modulo input[type="checkbox"]+label::before,
    section#modulo input[type="radio"]+label::before {
        width: calc(100vw * (40 / 1920));
        height: calc(100vw * (40 / 1920));
        margin-right: calc(100vw * (20 / 1920));
        -ms-transform: translateY(calc(100vw * (-10 / 1920)));
        -webkit-transform: translateY(calc(100vw * (-10 / 1920)));
        transform: translateY(calc(100vw * (-10 / 1920)));
    }

    section#modulo input[type="checkbox"]:checked+label::before,
    section#modulo input[type="radio"]:checked+label::before {
        font-size: calc(100vw * (50 / 1920));
        line-height: calc(100vw * (38 / 1920));
    }

    section#modulo button {
        height: calc(100vw * (60 / 1920));
    }

    section#modulo div.row>div {
        margin: calc(100vw * (20 / 1920)) 0 0 calc(100vw * (20 / 1920));
        -webkit-align-self: center;
        -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
    }

    section#modulo div.row div.col12 {
        width: calc(100% - calc(100vw * (20 / 1920)));
    }

    section#modulo div.row div.col11 {
        width: calc((100% / 12) * 11 - calc(100vw * (20 / 1920)));
    }

    section#modulo div.row div.col10 {
        width: calc((100% / 12) * 10 - calc(100vw * (20 / 1920)));
    }

    section#modulo div.row div.col6 {
        width: calc((100% / 12) * 6 - calc(100vw * (20 / 1920)));
    }

    section#modulo div.row div.col4 {
        width: calc((100% / 12) * 4 - calc(100vw * (20 / 1920)));
    }

    section#modulo div.row div.col2 {
        width: calc((100% / 12) * 2 - calc(100vw * (20 / 1920)));
    }

    section#modulo div.row div.col1 {
        width: calc((100% / 12) * 1 - calc(100vw * (20 / 1920)));
    }

    section#modulo div.gruppo {
        padding: calc(100vw * (20 / 1920)) 0 0 0;
    }

    /* ------------------------------------------------------------- */
    /* MODALITÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ DI PAGAMENTO                                         */
    /* ------------------------------------------------------------- */
    section#modalita h2 {
        padding-bottom: calc(100vw * (40 / 1920));
    }

    section#modalita p {
        margin-top: calc(100vw * (20 / 1920));
    }

    /* ------------------------------------------------------------- */
    /* CONTATTI                                                      */
    /* ------------------------------------------------------------- */
    section#contatti>div#info h2 {
        padding-bottom: calc(100vw * (60 / 1920));
    }

    section#contatti>div#info p {
        margin-top: calc(100vw * (20 / 1920));
    }

    section#contatti>div#info div#social {
        margin-top: calc(100vw * (120 / 1920));
    }

    section#contatti>div#info div#social>div:nth-child(1) a {
        width: calc(100vw * (40 / 1920));
        height: calc(100vw * (40 / 1920));
        margin-right: calc(100vw * (20 / 1920));
    }

    /* ------------------------------------------------------------- */
    /* FOOTER                                                        */
    /* ------------------------------------------------------------- */
    footer {
        padding: calc(100vw * (40 / 1920));
    }

    footer ul {
        margin-top: calc(100vw * (40 / 1920));
    }

    footer ul li {
        margin: 0 calc(100vw * (20 / 1920));
    }
}

/* REGOLE PER DISPLAY FINO A 1600px */
@media only screen and (max-width: 1600px) {

    /* ------------------------------------------------------------- */
    /* LISTNO PREZZI                                                 */
    /* ------------------------------------------------------------- */
    section#listino {
        padding: 6.25%;
    }
}

/* REGOLE PER DISPLAY FINO A 1440px */
@media only screen and (max-width: 1440px) {

    /* ------------------------------------------------------------- */
    /* ROOT                                                          */
    /* ------------------------------------------------------------- */
    :root {
        --font_size: 14px;
    }

    /* ------------------------------------------------------------- */
    /* HOME                                                          */
    /* ------------------------------------------------------------- */
    section#home div.bg div.logo {
        width: 25%;
    }
}

/* REGOLE PER DISPLAY FINO A 1280px */
@media only screen and (max-width: 1280px) {

    /* ------------------------------------------------------------- */
    /* MODULO DI ACQUISTO                                            */
    /* ------------------------------------------------------------- */
    section#modulo div.row div.col4 {
        width: auto;
    }
}

/* REGOLE PER DISPLAY FINO A 1024px */
@media only screen and (max-width: 1024px) {

    /* ------------------------------------------------------------- */
    /* ROOT                                                          */
    /* ------------------------------------------------------------- */
    :root {
        --font_size: 12px;
    }

    /* ------------------------------------------------------------- */
    /* NAV                                                           */
    /* ------------------------------------------------------------- */
    nav {
        padding: 0 25%;
    }

    nav ul li a {
        font-size: 110%;
    }

    nav.sticky {
        padding: 10px 6.25%;
    }

    /* bio */
    nav ul li.bio {
        width: 6%;
    }

    nav.sticky ul li.bio {
        margin-left: 60px;
    }

    /* ------------------------------------------------------------- */
    /* MODULO DI ACQUISTO                                            */
    /* ------------------------------------------------------------- */
    section#modulo input[type="text"] {
        height: 40px;
    }

    section#modulo input[type="checkbox"]+label,
    section#modulo input[type="radio"]+label {
        padding-left: 40px;
    }

    section#modulo input[type="checkbox"]+label::before,
    section#modulo input[type="radio"]+label::before {
        width: 30px;
        height: 30px;
        -webkit-transform: translateY(-5px);
        -ms-transform: translateY(-5px);
        transform: translateY(-5px);
    }

    section#modulo input[type="checkbox"]:checked+label::before,
    section#modulo input[type="radio"]:checked+label::before {
        font-size: 40px;
        line-height: 26px;
    }

    section#modulo button {
        height: 40px;
    }

    section#modulo label[for="privacy"] {
        font-size: 75%;
        letter-spacing: normal;
    }

    section#modulo div.row>div {
        width: 100% !important;
    }

    section#modulo div#componi_ordine div.step {
        padding: 6.25% 0 6.25% 0;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    section#modulo div#componi_ordine div.step div.titolo {
        text-align: left;
    }

    section#modulo div#componi_ordine div.step div.opzioni.tipo_cesto {
        padding-left: 0;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }

    section#modulo div#componi_ordine div.step div.opzioni.tipo_cesto div.cesto {
        padding: 0;
        width: 50%;
    }

    section#modulo div#componi_ordine div.step div.titolo {
        width: 100%;
        margin-bottom: 6.25%;
        text-align: left;
    }

    section#modulo div#componi_ordine div.step div.opzioni.lista {
        padding: 0;
        width: 100%;
    }

    section#modulo div#componi_ordine div.step div.opzioni.lista div.frutto div.etichetta {
        text-align: left;
        padding-right: 0;
    }

    section#modulo div#componi_ordine div.step div.opzioni.lista div.frutto div.etichetta input[type="checkbox"]+label {
        padding: 0 60px 0 0;
        white-space: normal;
        position: relative;
        display: block;
    }

    section#modulo div#componi_ordine div.step div.opzioni.lista div.frutto div.etichetta input[type="checkbox"]+label::before {
        position: absolute;
        top: 1px;
        left: auto;
        right: 0;
        width: 20px;
        height: 20px;
        -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        transform: translate(0, 0);
    }

    section#modulo div#componi_ordine div.step div.opzioni.lista input[type="checkbox"]:checked+label::before,
    section#modulo div#componi_ordine div.step div.opzioni.lista input[type="checkbox"]:checked+label span::before,
    section#modulo div#componi_ordine div.step div.opzioni.lista input[type="radio"]:checked+label::before {
        font-size: 32px;
        line-height: 18px;
    }

    section#modulo div#componi_ordine div.step div.opzioni.lista div.frutto div.quantita {
        width: 150px;
    }

    section#modulo div#componi_ordine div.step div.opzioni.lista div.frutto div.quantita a {
        font-size: 170%;
        line-height: 0.75;
    }

    section#modulo div#componi_ordine div.totale div:nth-child(1) {
        text-align: left;
    }

    section#modulo div#componi_ordine div.totale div:nth-child(2) {
        font-size: 90%;
    }

    section#modulo div#frase_inoltra_richiesta p {
        padding: 0 12.5%;
    }
}

/* REGOLE PER DISPLAY FINO A 860px */
@media only screen and (max-width: 860px) {

    /* ------------------------------------------------------------- */
    /* BODY E REGOLE GENERALI                                        */
    /* ------------------------------------------------------------- */
    body {
        letter-spacing: 0px;
    }

    h2 {
        font-size: 275%;
        line-height: 1.25;
        font-weight: 500;
    }

    /* ------------------------------------------------------------- */
    /* NAV                                                           */
    /* ------------------------------------------------------------- */
    nav {
        padding: 0 16%;
    }

    nav.sticky ul li {
        margin-left: 30px;
    }

    /* bio */
    nav ul li.bio {
        right: 3.125%;
        width: 6%;
        margin-left: 30px;
    }

    /* ------------------------------------------------------------- */
    /* HOME                                                          */
    /* ------------------------------------------------------------- */
    section#home div.bg {
        height: 50vh;
        overflow: visible;
    }

    section#home div.bg div.logo {
        width: 33%;
    }

    section#home h1 {
        position: relative;
        bottom: 0;
        left: 0;
        -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        transform: translate(0, 0);
        color: var(--nero);
        padding: 12.5%;
    }

    section#home h1 span:nth-child(2) {
        padding-top: 20px;
    }

    /* ------------------------------------------------------------- */
    /* CHI SIAMO                                                     */
    /* ------------------------------------------------------------- */
    section#chi_siamo {
        background: var(--giallo_chi_siamo);
        padding: 12.5% 0 0 0;
    }

    section#chi_siamo h2 {
        margin: 0;
        padding: 0 12.5% 20px 12.5%;
    }

    section#chi_siamo>div.testo {
        display: block;
        padding: 0 12.5%;
    }

    section#chi_siamo>div.testo p {
        width: 100%;
        margin: 20px 0 0 0 !important;
    }

    section#chi_siamo>div.alveari {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        padding: 12.5% 0 0 0;
    }

    section#chi_siamo>div.alveari div.testo {
        width: 100%;
        margin: 0;
        padding: 12.5%;
        -webkit-box-ordinal-group: 3;
        -webkit-order: 2;
        -ms-flex-order: 2;
        order: 2;
    }

    section#chi_siamo>div.alveari div.foto {
        width: 100%;
        height: 100vw;
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1;
    }

    section#chi_siamo>div.alveari div.ape {
        display: none;
    }

    section#chi_siamo>div.alveari div.ape_mobile {
        display: block;
        position: absolute;
        bottom: 0;
        left: 6.25%;
        width: 80px;
    }

    /* ------------------------------------------------------------- */
    /* IN COSA CREDIAMO                                              */
    /* ------------------------------------------------------------- */
    section#cosa_crediamo {
        padding: 12.5% 12.5% 0 12.5%;
        text-align: left;
    }

    section#cosa_crediamo>div.icone ul li {
        width: 60px;
    }

    /* ------------------------------------------------------------- */
    /* I NOSTRI FRUTTI                                               */
    /* ------------------------------------------------------------- */
    section#nostri_frutti h2 {
        padding: 18.75% 12.5%;
        text-align: center;
    }

    section#nostri_frutti>div.blocco {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-top: 10px;
    }

    section#nostri_frutti>div.blocco div.foto {
        width: 100%;
        height: 100vw;
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    section#nostri_frutti>div.blocco div.foto::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(66, 33, 11, 0.50);
        mix-blend-mode: multiply;
    }

    section#nostri_frutti>div.blocco div.foto a {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        width: 100%;
        color: white;
        text-decoration: none;
        z-index: 1;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    section#nostri_frutti>div.blocco div.foto a h2 {
        color: white;
        margin: 0;
        padding: 0;
        -webkit-align-self: center;
        -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
        padding: 0 12.5%;
        text-align: center;
    }

    section#nostri_frutti>div.blocco div.foto a h2 span {
        display: block;
        margin-top: 40px;
    }

    section#nostri_frutti>div.blocco div.foto a h2 span img {
        width: 80px;
        margin: 0 auto;
        opacity: 1;
    }

    section#nostri_frutti>div.blocco div.testo {
        width: 100%;
        padding: 6.25%;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-ordinal-group: 3;
        -webkit-order: 2;
        -ms-flex-order: 2;
        order: 2;
        padding: 12.5%;
        display: none;
    }

    section#nostri_frutti>div.blocco div.testo a {
        color: white;
        text-decoration: none;
        font-size: 250%;
        font-weight: 500;
        margin: 30px 0 0 0;
        position: relative;
    }

    section#nostri_frutti>div.blocco div.testo a:nth-child(1) {
        margin: 0;
    }

    section#nostri_frutti>div.blocco div.testo a span.icona {
        display: none;
    }

    section#nostri_frutti>div.blocco div.testo div.descrizione {
        display: block;
    }

    section#nostri_frutti div.blocco div.testo div.freccia {
        display: block;
        padding-top: 40px;
    }

    section#nostri_frutti div.blocco div.testo div.freccia a {
        display: block;
        text-align: center;
    }

    section#nostri_frutti div.blocco div.testo div.freccia a img {
        width: 80px;
        margin: 0 auto;
    }

    .mobile_hide {
        display: none;
    }

    /* ------------------------------------------------------------- */
    /* COME ACQUISTARE                                               */
    /* ------------------------------------------------------------- */
    section#acquistare {
        padding: 12.5%;
    }

    section#acquistare h2 {
        padding-bottom: 12.5%;
    }

    section#acquistare a.opzione {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
        font-size: 140%;
        color: var(--nero);
        padding: 20px 0 20px 0;
    }

    section#acquistare a.opzione span {
        width: 20px;
        height: 20px;
        position: relative;
    }

    section#acquistare a.opzione span span {
        position: absolute;
        top: 50%;
        left: 0;
        width: 100%;
        height: 1px;
        background: var(--arancio);
        -webkit-transition: -webkit-transform 0.25s;
        transition: -webkit-transform 0.25s;
        -o-transition: -o-transform 0.25s;
        -o-transition: transform 0.25s;
        transition: transform 0.25s;
        transition: transform 0.25s, -webkit-transform 0.25s;
    }

    section#acquistare a.opzione span span:nth-child(2) {
        -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        transform: rotate(90deg);
    }

    section#acquistare div.cassetto div.icona {
        display: none;
    }

    section#acquistare div.cassetto div.descrizione {
        display: none;
    }

    section#acquistare a.opzione.open span span:nth-child(1) {
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
        -webkit-transition: -webkit-transform 0.25s;
        transition: -webkit-transform 0.25s;
        -o-transition: -o-transform 0.25s;
        -o-transition: transform 0.25s;
        transition: transform 0.25s;
        transition: transform 0.25s, -webkit-transform 0.25s;
    }

    section#acquistare a.opzione.open span span:nth-child(2) {
        -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg);
        -webkit-transition: -webkit-transform 0.25s;
        transition: -webkit-transform 0.25s;
        -o-transition: -o-transform 0.25s;
        -o-transition: transform 0.25s;
        transition: transform 0.25s;
        transition: transform 0.25s, -webkit-transform 0.25s;
    }

    section#acquistare div.icone {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
        padding-top: 40px;
    }

    section#acquistare div.icone div {
        width: 50px;
    }

    p.compilando {
        padding-top: 20px;
    }

    /* ------------------------------------------------------------- */
    /* MODULO                                                        */
    /* ------------------------------------------------------------- */
    section#modulo div#componi_ordine div.step div.opzioni.lista div.frutto {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    section#modulo div#componi_ordine div.step div.opzioni.lista div.frutto div.etichetta {
        width: calc(100% - 100px);
        font-size: 90%;
    }

    section#modulo div#componi_ordine div.step div.opzioni.lista div.frutto div.etichetta input[type="checkbox"]+label {
        padding: 0 40px 0 0;
    }

    section#modulo div#componi_ordine div.step div.opzioni.lista div.frutto div.quantita {
        width: 100px;
        padding: 0;
    }

    section#modulo div#componi_ordine div.step div.opzioni.lista div.frutto div.quantita span {
        margin: 0 0.5em;
        text-decoration: underline;
        font-size: 95%;
    }

    section#modulo div#componi_ordine div.step div.opzioni.lista div.frutto div.disponibilita {
        width: 50%;
        padding-top: 8px;
    }

    section#modulo div#componi_ordine div.totale {
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    section#modulo div#componi_ordine div.totale div:nth-child(1) {
        width: auto;
    }

    section#modulo div#componi_ordine div.totale div:nth-child(2) {
        width: auto;
    }

    /* ------------------------------------------------------------- */
    /* CONTATTI                                                      */
    /* ------------------------------------------------------------- */
    section#contatti {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    section#contatti>div {
        width: 100%;
    }

    section#contatti>div#mappa {
        height: 100vw;
    }

    section#contatti>div#info {
        padding: 12.5%;
    }

    section#contatti>div#info h2 {
        padding-bottom: 20px;
    }

    section#contatti>div#info div#social {
        margin-top: 60px;
    }

    /* ------------------------------------------------------------- */
    /* FOTO DI SEPARAZIONE DEI BLOCCHI                               */
    /* ------------------------------------------------------------- */
    div.foto_sep {
        display: none;
    }

    /* ------------------------------------------------------------- */
    /* FOOTER                                                        */
    /* ------------------------------------------------------------- */
    footer {
        padding: 40px;
    }

    footer p span {
        display: block;
    }

    footer p span::after {
        content: '';
    }

    footer ul {
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    footer ul li {
        margin: 0;
        width: calc(100% / 3);
    }
}

/* REGOLE PER DISPLAY FINO A 680px */
@media only screen and (max-width: 680px) {

    /* ------------------------------------------------------------- */
    /* NAV                                                           */
    /* ------------------------------------------------------------- */
    nav {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 99;
        padding: 12.5%;
        background: var(--verde);
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-transform: translateY(-100%);
        -ms-transform: translateY(-100%);
        transform: translateY(-100%);
        -webkit-transition: -webkit-transform 0.25s 0.25s;
        transition: -webkit-transform 0.25s 0.25s;
        -o-transition: -o-transform 0.25s 0.25s;
        -o-transition: transform 0.25s 0.25s;
        transition: transform 0.25s 0.25s;
        transition: transform 0.25s 0.25s, -webkit-transform 0.25s 0.25s;
    }

    nav.slidedown {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
        -webkit-transition: -webkit-transform 0.5s;
        transition: -webkit-transform 0.5s;
        -o-transition: -o-transform 0.5s;
        -o-transition: transform 0.5s;
        transition: transform 0.5s;
        transition: transform 0.5s, -webkit-transform 0.5s;
    }

    nav ul {
        width: 100%;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    nav ul li {
        opacity: 0;
        -webkit-transition: opacity 0.25s;
        -o-transition: opacity 0.25s;
        transition: opacity 0.25s;
    }

    nav.slidedown ul li {
        opacity: 1;
        -webkit-transition: opacity 0.5s 0.5s;
        -o-transition: opacity 0.5s 0.5s;
        transition: opacity 0.5s 0.5s;
    }

    nav ul li a {
        font-size: 200%;
    }

    nav ul li:nth-child(1) {
        display: block;
        padding-bottom: 40px;
    }

    nav ul li:nth-child(1) a img {
        width: 30vw;
    }

    nav ul li:last-child {
        display: block;
        font-size: 400%;
        line-height: 1;
    }

    nav ul li.bio {
        position: relative;
        top: auto;
        right: auto;
        width: 18.75%;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
        margin: 0;
    }

    /* ------------------------------------------------------------- */
    /* MENU BUTTON                                                   */
    /* ------------------------------------------------------------- */
    div#menu_button {
        display: inline;
        position: absolute;
        top: var(--col);
        left: var(--col);
        z-index: 90;
        width: 30px;
    }

    div#menu_button a {
        -webkit-transition: opacity 0.25s;
        -o-transition: opacity 0.25s;
        transition: opacity 0.25s;
    }

    div#menu_button a:hover {
        opacity: 0.6;
        -webkit-transition: opacity 0.25s;
        -o-transition: opacity 0.25s;
        transition: opacity 0.25s;
    }

    /* ------------------------------------------------------------- */
    /* PULSANTE TORNA SOPRA                                          */
    /* ------------------------------------------------------------- */
    div#up a div.etichetta {
        display: none;
    }

    /* ------------------------------------------------------------- */
    /* LISTINO                                                       */
    /* ------------------------------------------------------------- */
    section#listino {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    section#listino div.titolo {
        width: 100%;
        margin-right: 0;
        margin-bottom: 6.25%;
        text-align: left;
    }

    section#listino div.prezzi {
        width: 100%;
    }

    section#listino div.prezzi ul li>span:nth-child(1)::before {
        content: none;
    }

    /* ------------------------------------------------------------- */
    /* CONTATTI                                                      */
    /* ------------------------------------------------------------- */
    section#contatti>div#info div#social>div:nth-child(1) {
        width: calc(var(--col) * 4);
    }

    section#contatti>div#info div#social>div:nth-child(2) {
        width: calc(var(--col) * 2);
    }

    section#contatti>div#info div#social>div:nth-child(3) a {
        width: 40px;
        height: 40px;
    }
}

/* REGOLE PER DISPLAY FINO A 480px */
@media only screen and (max-width: 480px) {
    nav ul li.bio {
        margin-top: 20px;
    }

    /* ------------------------------------------------------------- */
    /* HOME                                                          */
    /* ------------------------------------------------------------- */
    section#home div.bg {
        height: 35vh;
    }

    section#home div.bg div.logo {
        width: 40%;
    }

    /* ------------------------------------------------------------- */
    /* IN COSA CREDIAMO                                              */
    /* ------------------------------------------------------------- */
    section#cosa_crediamo>div.icone ul li {
        width: 40px;
    }

    /* ------------------------------------------------------------- */
    /* LISTINO                                                       */
    /* ------------------------------------------------------------- */
    section#listino div.titolo {
        font-size: 250%;
        margin-bottom: 12.5%;
    }

    section#listino div.titolo span {
        font-size: 50%;
    }

    section#listino div.prezzi {
        font-size: 80%;
    }

    section#modulo div#componi_ordine h3 {
        width: 100%;
        text-align: left;
        font-size: 200%;
        line-height: 1.25;
        margin-bottom: 6.25%;
    }

    /* ------------------------------------------------------------- */
    /* FOOTER                                                        */
    /* ------------------------------------------------------------- */
    footer {
        padding: 40px;
    }

    footer p span {
        display: block;
    }

    footer p span::after {
        content: '';
    }

    footer ul {
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    footer ul li {
        margin: 0;
        width: auto;
    }
}

/* REGOLE PER DISPLAY FINO A 360px */
@media only screen and (max-width: 360px) {

    /* ------------------------------------------------------------- */
    /* LISTINO                                                       */
    /* ------------------------------------------------------------- */
    section#listino div.prezzi {
        font-size: 75%;
    }
}