@charset "UTF-8";
/* dfebf3 */
@import url("https://fonts.googleapis.com/css?family=Ubuntu|Ubuntu+Condensed&display=swap");
@import url("https://fonts.googleapis.com/css?family=Poppins:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i&display=swap");
@import url("https://fonts.googleapis.com/css?family=Satisfy&display=swap");
/* Colore di sfondo principale */
/* Migliori offerte La nostra bella italia*/
.top-left-radius {
    border-top-left-radius: 15px;
}

.bottom-left-radius {
    border-bottom-left-radius: 15px;
}

.top-right-radius {
    border-top-right-radius: 15px;
}

.bottom-right-radius {
    border-bottom-right-radius: 15px;
}

@media (max-width: 767px) {
    .top-left-radius {
        border-top-left-radius: 0px;
    }

    .bottom-left-radius {
        border-bottom-left-radius: 0px;
    }

    .top-right-radius {
        border-top-right-radius: 0px;
    }

    .bottom-right-radius {
        border-bottom-right-radius: 0px;
    }
}

.semibold-poppins {
    font-weight: 500;
}

.offerta-supertop {
    width: 100%;
    height: 370px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    background-image: var(--background-image)
}

.badge-promo {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%);
}

.card-LNBI {
    position: relative;
    border-radius: 15px;
    width: 100%;
    height: 370px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    background-image: var(--background-image)
}

.card-LNBI .match-percent {
    position: absolute;
    top: 5px;
    left: 20px;
    border-radius: 5px;
    padding: 0px 5px !important;
    background-color: #fff;
    color: #404040;
}
.cdnp {
    width: 200px;
    height: 200px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    display: flex;
    justify-content: center;
    align-items: center;
}

.cdnp_border {
    border: #0067B0 4px solid;
}

/*hr {
    border-top: 1px solid #0067B0;
}*/

/* Pager */
.page-item.disabled .page-link {
    color: #0067B0;
    pointer-events: none;
    cursor: auto;
    background-color: #dfebf3;
    border: 0px;
    border-radius: 7px;
    margin-right: 10px;
}

.page-item.active .page-link {
    z-index: 3;
    color: #fff;
    background-color: #33A5F5;
    border: 0px;
    border-radius: 7px;
    margin-right: 10px;
}

.page-item .page-link {
    margin-right: 10px;
    border: 0px;
    border-radius: 7px;
    background-color: #dfebf3;
}

    .page-item .page-link:hover {
        color: #fff;
        background-color: #33A5F5;
    }

.page-item:last-child .page-link {
    border-radius: 7px;
}


/* .Migliori offerte La nostra bella italia*/
/*# sourceMappingURL=miglioriofferteLNBI.css.map */
