.categories .card-categories img {
    border-radius: 50%;
    width: 64px !important;
    height: 64px;
}

.card-promo {
    width: 100%;
    background-color: var(--secondary-color);
    border-radius: 4px 40px;
    border: 1px solid #000;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.253);
}

.card-promo .text.col-lg-6 {
    padding: 32px;
}

.card-promo .box-white {
    background-color: #fff;
    padding: 8px 32px;
    border-radius: 80px;
    width: 150px;
}

.card-promo p.box-white {
    color: var(--secondary-color);
}

.card-promo .btn.promo {
    border: 1px solid var(--primary-color);
    background: var(--primary-color); 
}

.offers {
    background-color: var(--color-cinza-claro);
    padding: 112px 0;
}

.offers .col-lg-3{
    margin-top: 30px;
}

.promotions .card-promo .circle {
    border-radius: 388px 80px 0 388px;
    background: rgba(245, 144, 71, 0.63);
}

.promotions span.percent {
    color: #fff;
    font-size: 16px;
    background: var(--primary-color);
    padding: 8px;
    gap: 8px;
    border-radius: 4px;
}

.promotions h1 {
    white-space: nowrap;
}

.block-merchan {
    height: 100%;
}

.colections button.colection {
    background-color:#fff;
    color: var(--primary-color);
    border: 1px solid var(--primary-color);
}

.colections button.colection.active {
    background-color: var(--primary-color);
    border: 1px solid var(--primary-color);
    color: #fff;
}

.categories a.card-categories{
    cursor: pointer;
}

@media (max-width: 1199px) {
    .offers {
        padding: 56px 0;
    }

    .promotions {
        margin: 56px 0;
    }

    .information p {
        font-size: 12px;
    }
}

@media (max-width: 1015px) {
    
    .promotions .col-lg-8,
    .promotions .col-lg-6,
    .promotions .col-lg-4,
    .promotions .block-merchan,
    .card-promo .btn.promo {
        width: 100%;
    }

    .promotions .card-promo .circle {
        display: none;
    }
    .promotions .card-promo {
        border: none;
    }
    .promotions .flex-row {
        flex-wrap: wrap;
        flex-direction: column;
    }
}

@media (max-width: 850px) {
    .offers .col-lg-3{
        margin-top: 0px;
    }
}

@media (max-width: 374px) {
    .card-information{
        flex-direction: column;
    }
}



