@import url('https://fonts.googleapis.com/css2?family=Dosis:wght@700&display=swap');

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
    /* font-family: "Teko", sans-serif; */
    font-family: 'Dosis', sans-serif;
}

.logo_despar_head {
    display: block;
    height: 60px;
    margin: 20px 0;
}

.sticky-header.sticky {
    background: #007632;
}

.text-gradient {
    background: -webkit-gradient(linear, left top, right top, from(#0073a9), to(#469ec3));
    background: linear-gradient(90deg, #0073a9 0%, #469ec3 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

.btn-primary {
    background: -webkit-gradient(linear, left top, right top, from(#0073a9), to(#469ec3));
    background: linear-gradient(90deg, #0073a9 0%, #469ec3 100%);
}

.btn-primary::after {
    background: -webkit-gradient(linear, left top, right top, from(#469ec3), to(#0073a9));
    background: linear-gradient(90deg, #469ec3 0%, #0073a9 100%);
}

.about-wrapper .content {
    width: 100%;
}

.about-wrapper .content .sub-title {
    line-height: 50px;
}

.testo_paragrafo {
    font-size: 18px;
    line-height: 26px;
}
.testo_paragrafo a {
    text-decoration: underline;
    color: #0073a9;
}

.testo_paragrafo_ridotto {
    font-size: 16px;
    line-height: 22px;
}

.fascia_grigia {
    background-color: #cef5fa;
}

.bordi_tondi {
    border-radius: 40px;
}

.material-scrolltop {
    background-color: #469ec3;
}

.material-scrolltop:hover {
    background-color: #0073a9;
}

.footer-section::after {
    background: none;
}

.footer-bottom  {
    background-color: #007632;
}

.footer-section {
    border-top: 5px solid #FFF;
}

.dati_footer {
    color: #FFF;
}

.dati_footer a,
.dati_footer span {
    display: inline-block;
    color: #fff;
    margin: 0 10px;
}

.dati_footer a:hover {
    opacity: 0.5;
}

.fascia_gioco {
    padding: 100px 0;
}

/* -------------------------------------------- FASCIA PUNTI ---------------------------------- */
.contenuto_box {
    background-color: #FFF;
    border-radius: 60px;
    padding: 30px;
    flex: 0 0 32%;
    max-width: 32%;
}

.contenuto_box_centrale {
    margin: 0 2%;
}

@media only screen and (max-width: 768px) {
    .contenuto_box {
        background-color: #FFF;
        border-radius: 40px;
        padding: 20px;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .contenuto_box_centrale {
        margin: 0;
    }
}

.punti_padding_top {
    padding-top: 60px;
}

.fascia_descrizione_punti .about-wrapper .content .sub-title {
    margin: 0 0 30px 0;
}

.fascia_numeri {
    padding: 50px 0;
}

.fascia_numeri h2{
    font-size: 80px;
}

.fascia_numeri .text {
    text-align: center;
    width: 100%;
    display: block;
}

.default-arrow .default-arrow-style, 
.default-arrow .swiper-button-next, 
.default-arrow .swiper-button-prev {
    background: -webkit-gradient(linear, left top, right top, from(#0073a9), to(#469ec3));
    background: linear-gradient(90deg, #0073a9 0%, #469ec3 100%);
}

/* ------- screen -------- */
.screen {
    display: block;
    width: 100%;
    text-align: center;
    margin:0 0 20px 0;
}

.screen .telefono {
    display: inline-block;
    position: relative;
}

.screen .maschera_telefono{
    float: left;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    height: calc(100% + 1px);
}

.screen .immagine_screen {
    float: left;
    position: relative;
    z-index: 1;
    max-width: 240px;
    width: 100%;
}

/* ------------------------------------------- FASCIA BONUS ----------------------------------- */
.fascia_bonus {
    padding-top: 50px;
    padding-bottom: 50px;
}

.box_centrato {
    display: flex;
    justify-content: center;
    align-items: center;
}

.singolo_bonus .content {
    background: #FFF;
}

.singolo_bonus .content p {
    font-size: 13px;
    line-height: 18px;
    text-align: center;
}

.lia_bonus {
    display: block;
    width: 100%;
    text-align: center;
    margin-top: -80px;
    position: relative;
    z-index: 2;
}

.lia_bonus img {
    display: inline-block;
    width:100%;
    max-width: 360px;
}

.default-slider-item .content {
    width: calc(100% - 20px);
    height: calc(100% - 20px);
    border-radius: 40px;
}

.default-slider-item .content .title {
    font-size: 20px;
}

/* ------- video -------- */
.video {
    display: block;
    width: 100%;
    text-align: center;
    margin: 0 0 20px 0;
}

.telefono {
    display: inline-block;
    position: relative;
}

.telefono img {
    float: left;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    height: calc(100% + 1px);
}

.telefono video {
    float: left;
    position: relative;
    z-index: 1;
    max-width: 240px;
    width: 100%;
}

/* ---------------- foto --------------- */
.foto {
    display: block;
    width: 100%;
}

.foto img {
    border-radius: 40px;
    display: block;
    width: 100%;
}

.foto_classifica {
    margin-top: 90px;
}

/* ------------------------------------- DOWNLOAD ------------------------------ */
.blocco_store {
    display: block;
    width: 100%;
    margin:10px 0 25px 0;
}

.blocco_store a {
    display: inline-block;
    margin-right: 30px;
    width: 100%;
    max-width: 200px;
}

.testo_scarica {
    margin:100px 0 50px 0;
}

.pino_spiaggia {
    margin-top: 50px;
    width: 100%;
}

/* ------------------------------------- FOOTER ---------------------------------- */
.footer-bg {
    background-color: #007632;
}

/* ---------------------------------------------------------------------------------- MOBILE ----------------------------------------------------------------------- */
.mobile-header {
    background-color: transparent;
}

.offcanvas {
    background-color: #007632;
}

/* --------------------- inizio media 768 --------------------- */
@media only screen and (max-width: 768px) {

    .fascia_gioco {
        padding: 50px 0 20px 0;
    }

    .about-wrapper .content .sub-title {
        line-height: 38px;
        margin-bottom: 20px;
    }

    .testo_paragrafo {
        font-size: 16px;
        line-height: 22px;
    }

    /* -------- fascia punti -------- */
    .fascia_descrizione_punti {
        padding-top: 20px;
    }

    .fascia_descrizione_punti .about-wrapper .content .sub-title {
        margin-bottom: 20px;
    }

    .contenuto_box {
        margin-bottom: 20px;
    }

    .fascia_descrizione_punti .row.m-t-70 {
        margin-top: 20px;
    }

    .fascia_numeri .text {
        line-height: 16px;
    }

    /* --------- fascia bonus ------------ */
    .fascia_bonus {
        padding:40px 20px;
    }

    .fascia_bonus .col-12.col-sm-8 {
        padding-left: 30px;
    }

    .slider_bonus_mobile {
        margin-top: 10px;
    }

    /* ---------- fascia download ------------ */
    .testo_scarica {
        margin-top: 20px;
    }

}
/* --------------------- fine media 768 --------------------- */

/* --------------------- inizio media 576 --------------------- */
@media only screen and (max-width: 576px) {

    .fascia_gioco {
        padding: 20px;
    }

    .about-wrapper .content .sub-title {
        line-height: 30px;
    }

    .testo_paragrafo {
        font-size: 14px;
        line-height: 18px;
    }

    .fascia_gioco .video {
        margin: 30px 0 0 0;
    }

    /* ------------ fascia punti ------------ */
    .fascia_descrizione_punti {
        padding: 20px;
    }

    .testo_paragrafo_ridotto {
        font-size: 14px;
        line-height: 18px;
    }

    .testo_paragrafo_ridotto small {
        font-size: 12px;
    }

    .fascia_numeri {
        padding: 0 20px 40px 20px;
        margin-top: -20px !important;
    }

    .fascia_numeri h2 {
        font-size: 60px;
    }

    /* ------------- fascia bonus -------------- */
    .fascia_bonus {
        padding: 20px 20px 40px 20px;
    }

    .fascia_bonus .video {
        margin-bottom: 0;
        margin-top: 20px;
    }

    .fascia_bonus .col-12.col-sm-8 {
        padding-left: 12px;
    }

    .fascia_bonus .about-wrapper-1 {
        margin-bottom: 20px;
    }

    .fascia_bonus .default-slider-item .content {
        width: calc(100% - 10px);
        height: calc(100% - 10px);
        border-radius: 34px;
        padding: 10px;
    }

    .fascia_bonus .singolo_bonus .content p {
        font-size: 12px;
        line-height: 16px;
    }

    /* ------------- fascia download ----------- */
    #download {
        padding: 20px 20px 0 20px;
    }

    .blocco_store {
        margin-top: 10px;
        margin-bottom: 20px;
        width: 100%;
        float: left;
    }

    .blocco_store a {
        float: left;
        width: 48%;
        margin: 0;
    }

    .blocco_store a:first-child {
        margin-right: 4%;
    }

}
/* --------------------- fine media 576 --------------------- */