.bg-primary {
    --bs-bg-opacity: 1;
    background-color: rgba(120, 68, 33, 1) !important;
}

#banner-home {
    background-image: url('../images/banner-home-b2c.jpg');
    background-size: cover;
    background-position: center;
}

.navbar {
    background-color: transparent;
}

.container.boxed {
    max-width: 1200px;
}

a:hover {
    text-decoration: none !important;
}

.pricing > ol, .pricing > ul {
    padding-left: 0rem;
}

.bg-semitransparent {
    background-color: rgba(255, 255, 255, 0.4);
}

.bg-small-sell {
    position: relative;
    background-color: #d79fa3;
}

.bg-medium-sell {
    background-color: #b1dad0;
}

.bg-large-sell {
    background-color: rgba(44, 62, 80, 0.8);
}

.alert.alert-danger > * {
    position: relative;
    z-index: 2;
}

.card:hover {
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
    cursor: pointer;
}

.card:hover > .card-body > .card-title {
    color: rgb(231,76,60);
}

ul.modern {
    list-style-type: none;
    padding-left: 0;
    font-size: 13px;
    font-family: 'Montserrat', sans-serif;
}

ul.modern li {
padding-bottom: 13px;
}

ul.modern li > strong {
font-weight: 700;
}

.text-right {
    text-align: right;
}

.text-left {
    text-align: left;
}

.ribbon {
    position: absolute;
    right: 0px;
    top: 0px;
    z-index: 1;
    overflow: hidden;
    width: 150px;
    height: 150px; /* Adjust these values to change the size of the ribbon */
    text-align: right;
}

.ribbon span {
    font-size: 20px; /* Adjust this value to change the size of the text */
    font-weight: bold;
    color: #FFF;
    text-transform: uppercase;
    text-align: center;
    line-height: 40px; /* Adjust this value to vertically center the text */
    transform: rotate(45deg);
    width: 200px; /* Adjust this value to fit the text within the ribbon */
    display: block;
    background: #79A70A;
    background: linear-gradient(#9BC90D 0%, #79A70A 100%);
    box-shadow: 0 3px 10px -5px rgba(0, 0, 0, 1);
    position: absolute;
    top: 38px;
    right: -42px; /* Adjust these values to position the text within the ribbon */
}

.card {
    border-radius: 10px !important;
}

.card.card-50 {
    flex: 0 0 auto;
    width: 47%;
    margin: 0 .75rem .75rem 0;
}

.card.card-25 {
    flex: 0 0 auto;
    width: 23%;
    margin: 0 .75rem .75rem 0;
}

.small, small {
    font-size: 45%;
}

.card-body.video {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 250px;
    height: 250px;
    margin: 0 auto;
}

@media screen and (max-width: 1024px) {
    .card.card-25 {
        width: 100%;
    }
}

@media screen and (min-width: 300px) and (max-width: 600px) {
    .card.card-25, .card.card-50 {
        width: 100%;
        min-width: 300px;
    }
}

.w-standard {
    width: 12rem;
}



.toc {
    /* background-color: #0057ae;*/
}


.toc-ul {
    padding-left: 1rem;
}


.toc-entry {
    display: block;
    text-align: -webkit-match-parent;
    box-sizing: border-box;
    list-style-type: none;
    padding-left: 1rem;
}

    .toc-entry a {
        display: block;
        padding: 0.2rem 1.2rem 0.25rem 0.70rem;
        font-size: 100%;
        color: black;
        white-space: nowrap;
        font-family: Ubuntu, sans-serif;
        text-decoration: none;
    }


.whatsapp-btn {
    display: inline-block; 
    background-image: url('/images/whatsappbuttongreensmall.png');
    background-size: cover;
    color: #fff;
    padding: 72px 320px; /* Modifica i valori a seconda della dimensione desiderata */
    border-radius: 5px;
    text-decoration: none;
    font-size: 14px;
    border: none;
    cursor: pointer;
}

    .whatsapp-btn:hover {
        opacity: 0.8;
    }


.icon-easyautocomplete {
    font-size: 1.625rem !important;
    text-align: center !important;
    display: inline-block;
    width: 42px;
    vertical-align: middle;
}