﻿@font-face {
    font-family: "Roboto";
    src: url(../WebFonts/Roboto.ttf) format("truetype");
}

@font-face {
    font-family: "Gotham";
    src: url(../WebFonts/Nunito-Regular.ttf) format("truetype");
}

.CardTicketOff {
    top: 16px !important;
    left: 0px !important;
    z-index: 10000 !important;
    position: absolute !important;
    border-radius: 6px !important;
    padding: 8px 8px 8px 40px !important;
    background-color: #D3FA0F !important;
}

    .CardTicketOff span {
        height: 18px !important;
        color: #000000 !important;
        margin: 0px 0px !important;
        font-size: 18px !important;
        font-weight: 600 !important;
        padding: 0px 0px !important;
        line-height: 18px !important;
    }

.carousel-control-next, .carousel-control-prev {
    width: 6% !important;
}

.carousel-caption {
    left: 6% !important;
    right: 6% !important;
    bottom: 0px !important;
    text-align: center !important;
    padding-top: 16px !important;
    padding-bottom: 16px !important;
}

    .carousel-caption h1 {
        color: white !important;
        font-size: 12px !important;
        line-height: 14px !important;
        margin-bottom: 0px !important;
        /*text-shadow: 3px 3px 0 #000000, -1px -1px 0 #000000, 1px -1px 0 #000000, -1px 1px 0 #000000, 1px 1px 0 #000000 !important;*/
    }

    .carousel-caption .btn-offer {
        font-size: 9px !important;
        padding: 5px 9px !important;
    }

.carousel-indicators {
    height: 12px !important;
    margin-bottom: 6px !important;
}

    .carousel-indicators [data-bs-target] {
        width: 4px !important;
        height: 4px !important;
        margin-right: 2px !important;
        margin-left: 2px !important;
        margin-bottom: 6px !important;
    }

section .carousel {
    margin-bottom: 0px !important;
}

@media (min-width: 576px) {
    .carousel-control-next, .carousel-control-prev {
        width: 10% !important;
    }

    .carousel-caption {
        left: 10% !important;
        right: 10% !important;
    }

        .carousel-caption h1 {
            color: white !important;
            font-size: 42px !important;
            line-height: 50px !important;
            margin-bottom: 40px !important;
            /*text-shadow: 3px 3px 0 #000000, -1px -1px 0 #000000, 1px -1px 0 #000000, -1px 1px 0 #000000, 1px 1px 0 #000000 !important;*/
        }

        .carousel-caption .btn-offer {
            font-size: 14px !important;
            padding: 10px 26px !important;
            margin-bottom: 26px !important;
        }
}

.form-check-label {
    font-family: "Roboto";
    color: #828282;
    font-size: 14px;
}

.list-labels-pedidos {
    font-size: 16px !important;
    color: #a0a0a0 !important;
}

.list-imgs-pedidos {
    height: 124px !important;
    width: auto !important;
}

.list-link-top {
    list-style-type: none;
    padding: 0px;
    display: flex;
    justify-content: flex-end;
    margin-bottom: 0px;
}

.myAccount-right {
    background: #7373cf;
    box-shadow: -2px 2px 4px rgba(0, 0, 0, 0.15), inset 0px -4px 1px rgba(0, 0, 0, 0.1);
    border-radius: 0px 0px 0px 24px;
    width: 0;
    height: 200px;
    left: auto !important;
    transition: width 1s;
}

.myAccount-active {
    width: 256px;
}

.infos {
    right: -100%;
    transition: right 1s;
}

.show-infos {
    right: 0;
    transition: right 2s;
}

.div-avatar {
    background: #7373cf;
    box-shadow: -2px 2px 4px rgba(0, 0, 0, 0.15), inset 0px -4px 1px rgba(0, 0, 0, 0.1);
    border-radius: 0px 0px 0px 24px;
    right: 0px;
    height: 82px;
    left: auto !important;
    z-index: 99999;
}

.not-shadow {
    box-shadow: none !important;
}

.not-border-radius {
    border-radius: 0px !important;
}

.logo {
    width: 225px;
    height: 47px;
}

.search-top {
    height: 64px;
    background: #e0e0e0;
    box-shadow: inset 0px -2px 0px #ffffff, inset 0px 2px 2px rgba(0, 0, 0, 0.1);
    border-radius: 99px;
    padding-left: 32px;
}

.text-header01 {
    font-family: "Roboto";
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 110%;
    color: #4f4f4f;
}

.text-header02 {
    width: 166px;
    font-family: "Gotham";
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    line-height: 110%;
    display: flex;
    align-items: flex-end;
    color: rgba(0, 0, 0, 0.35);
    mix-blend-mode: normal;
}

.extract-pts {
    position: absolute;
    width: 169px;
    height: 53px;
    left: 37px;
    top: 72px;
    font-family: "Gotham";
    font-style: normal;
    font-weight: bold;
    font-size: 48px;
    line-height: 110%;
    display: flex;
    align-items: center;
    text-align: center;
    color: #f2f2f2;
    text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.25);
}

.extract-expire {
    position: absolute;
    width: 254px;
    height: 17px;
    left: 0px;
    top: 137px;
    font-family: "Roboto";
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 110%;
    text-align: center;
    color: rgba(0, 0, 0, 0.5);
}

.extract-btn-01 {
    font-family: "Gotham";
    position: absolute;
    height: 13px;
    left: 25px;
    top: 169px;
    font-family: "Gotham";
    font-style: normal;
    font-weight: bold;
    font-size: 12px;
    line-height: 110%;
    display: flex;
    align-items: center;
    color: #f2f2f2;
    text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.25);
}

    .extract-btn-01 a,
    .extract-btn-02 a {
        color: white;
    }

.extract-btn-02 {
    font-family: "Gotham";
    position: absolute;
    height: 13px;
    left: 123px;
    top: 169px;
    font-style: normal;
    font-weight: 900;
    font-size: 12px;
    line-height: 110%;
    display: flex;
    align-items: center;
    text-align: right;
    color: #f2f2f2;
    text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.25);
    cursor: pointer;
}

.extract-active {
    color: #333333 !important;
    opacity: 0.5;
}

.icon-search {
    position: absolute;
    right: 36px;
    top: 19px;
    font-style: normal;
    font-weight: normal;
    font-size: 24px;
    line-height: 100%;
    display: flex;
    align-items: center;
    text-align: center;
    color: #7373cf;
    text-shadow: 0px 1px 0px #ffffff;
}

.cor-01 {
    font-family: "Gotham";
    font-style: normal;
    font-weight: 900;
    font-size: 16px;
    line-height: 110%;
    display: flex;
    align-items: flex-end;
    color: #e94690;
}

    .cor-01:hover {
        color: #e94690;
        background: #ffffff;
        border-radius: 99px;
    }

.cor-02 {
    font-family: "Gotham";
    font-style: normal;
    font-weight: 900;
    font-size: 16px;
    line-height: 110%;
    display: flex;
    align-items: flex-end;
    color: #4fccff;
}

    .cor-02:hover {
        color: #4fccff;
        background: #ffffff;
        border-radius: 99px;
    }

.cor-03 {
    font-family: "Gotham";
    font-style: normal;
    font-weight: 900;
    font-size: 16px;
    line-height: 110%;
    display: flex;
    align-items: flex-end;
    color: #8cc740;
}

    .cor-03:hover {
        color: #8cc740;
        background: #ffffff;
        border-radius: 99px;
    }

    .cor-01 i,
    .cor-02 i,
    .cor-03 i {
        padding-bottom: 2px;
    }

.link-cor {
    color: #7373cf;
    text-decoration: underline;
}

.avatar {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    font-size: 36px;
    color: white;
    padding-right: 5px;
}

.btnCollapse-myAccount {
    position: absolute;
    width: 75px;
    height: 48px;
    left: 14px;
    top: 13px;
    font-style: normal;
    font-weight: 900;
    font-size: 18px;
    line-height: 110%;
    display: flex;
    align-items: center;
    text-align: right;
    color: #f2f2f2;
    text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.25);
    cursor: pointer;
}

    .btnCollapse-myAccount:hover {
        color: white;
    }

a:hover {
    text-decoration: none;
}

#collapseAccount {
    position: relative;
    top: 132px;
    background: #7373cf;
    box-shadow: -2px 2px 4px rgba(0, 0, 0, 0.15), inset 0px -4px 1px rgba(0, 0, 0, 0.1);
    border-radius: 0px 0px 0px 24px;
}

    #collapseAccount div .fa-piggy-bank {
        font-style: normal;
        font-weight: 900;
        font-size: 64px;
        line-height: 110%;
        color: #333333;
        mix-blend-mode: normal;
        opacity: 0.35;
    }

    #collapseAccount div .fa-chevron-up {
        color: #f2f2f2;
        mix-blend-mode: normal;
    }

    #collapseAccount p {
        font-family: "Roboto";
        font-style: normal;
        font-weight: normal;
        font-size: 14px;
        line-height: 125%;
        color: rgba(0, 0, 0, 0.65);
        margin: 0px;
        padding: 9px 14px;
    }

    #collapseAccount a {
        font-family: "Gotham";
        font-style: normal;
        font-weight: bold;
        font-size: 14px;
        line-height: 110%;
        color: #f2f2f2;
        mix-blend-mode: normal;
    }

.icon-suspenco, .img-suspenco {
    width: 45px !important;
    height: 45px !important;
    border: 2px solid #adadad;
    margin: auto !important;
    display: flex !important;
    align-items: center !important;
    border-radius: 45px !important;
    justify-content: center !important;
}

    .icon-suspenco i, .img-suspenco img {
        margin: auto !important;
        display: flex !important;
        width: 24px !important;
        height: 24px !important;
        align-items: center !important;
        justify-content: center !important;
    }

.img-suspenco {
    width: 50px !important;
    height: 50px !important;
    border: 2px solid transparent !important;
    background-color: transparent !important;
}

    .img-suspenco img {
        width: 32px !important;
        height: 32px !important;
    }

.div-category {
    border: 1px solid white;
    height: 128px;
    width: 100%;
}

    .div-category .all {
        height: 128px;
        border-right: 1px solid white;
    }

.all {
    cursor: pointer;
}

    .all p {
        font-family: "Gotham";
        font-style: normal;
        font-weight: 350;
        font-size: 14px;
        line-height: 110%;
        color: #828282;
        text-shadow: 0px 1px 0px #ffffff;
        width: 100px;
        height: 30px;
    }

    .all i {
        font-size: 18px;
        line-height: 110%;
        color: #828282;
        mix-blend-mode: normal;
        text-shadow: 0px 1px 0px #ffffff;
    }

.single-category p {
    font-family: "Gotham";
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 110%;
    display: flex;
    align-items: center;
    text-align: center;
    color: #7373cf;
    text-shadow: 0px 1px 0px #ffffff;
    display: flex;
    justify-content: center;
    height: 20px;
    margin-bottom: 0px;
}

.single-category i {
    font-style: normal;
    font-weight: 900;
    font-size: 18px;
    line-height: 110%;
    display: flex;
    align-items: center;
    text-align: center;
    color: #828282;
    mix-blend-mode: normal;
    display: flex;
    justify-content: center;
    height: 32px;
}

.swiper-container {
    width: 100%;
    height: 100%;
    padding-left: 10px;
}

.list-category-item {
    font-family: "Gotham";
    font-size: 14px;
    cursor: pointer;
    color: #828282;
}

    .list-category-item a {
        font-family: "Gotham";
        font-style: normal;
        font-weight: 350;
        font-size: 13px;
        line-height: 165%;
        color: #828282;
        text-shadow: 0px 1px 0px #ffffff;
        padding-left: 9px;
    }

.list-group {
    list-style-type: none;
}

.list-filter-item {
    margin-bottom: 0px;
    padding: 0px 20px;
    font-family: "Gotham";
    font-style: normal;
    font-weight: 900;
    font-size: 14px;
    line-height: 110%;
    color: #828282;
    display: flex;
}

    .list-filter-item a {
        font-family: "Gotham";
        font-style: normal;
        font-weight: 900;
        font-size: 14px;
        line-height: 110%;
        color: #7373cf;
        text-shadow: 0px 1px 0px #ffffff;
    }

        .list-filter-item a:hover {
            color: #e94690;
        }

.dropdown-item.active,
.dropdown-item:active,
.dropdown-item:focus,
.dropdown-item:hover {
    background-color: transparent;
}

.dropdown-menu {
    background: #ffffff;
    border: 1px solid #828282;
    box-sizing: border-box;
    box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    left: -41px !important;
}

.list-filter-item i {
    padding-right: 4px;
}

.title-category {
    margin-bottom: 5rem;
    position: relative;
    margin-top: 30px !important;
}

.title-category01,
.title-category02,
.title-category03 {
    margin-top: 2rem !important;
    margin-bottom: 2rem;
}

.title-categories {
    margin-top: 2rem !important;
    margin-bottom: 2rem;
}

.titles-section {
    margin-bottom: 32px;
}

.arrow-back {
    font-size: 12px;
    color: #828282;
    position: absolute;
    left: 0px;
    cursor: pointer;
}

.title-categories h4 {
    font-style: normal;
    font-weight: bold;
    font-size: 24px;
    line-height: 110%;
    color: #828282;
    text-shadow: 0px 1px 0px #ffffff;
}

.title-category .favorites {
    font-style: normal;
    font-weight: bolder;
    font-size: 48px;
    line-height: 110%;
    color: #e94690;
}

.title-category .last {
    font-style: normal;
    font-weight: bolder;
    font-size: 48px;
    line-height: 110%;
    color: #4fccff;
}

.title-category .popular {
    font-family: "Gotham";
    font-style: normal;
    font-weight: bolder;
    font-size: 48px;
    line-height: 110%;
    color: #8cc740;
}

.title-category .result,
.title-category h1,
.title-category h2,
.title-category h3,
.title-category h4,
.title-category h5,
.title-category h6 {
    font-style: normal;
    font-weight: bolder;
    font-size: 48px;
    line-height: 110%;
    color: #828282;
}

.titles-section h2 {
    font-size: 14px;
    font-weight: bold;
    color: #3c3c3c;
    margin-bottom: 4px;
}

.titles-section h3 {
    font-weight: bold;
    color: #000000;
    margin-bottom: 9px;
}

.titles-section h4 {
    font-size: 18px;
    font-weight: bold;
    color: #3c3c3c;
}

.title-category h3, .titles-section h3 {
    font-size: 20px !important;
}

.title-category h4, .titles-section h4 {
    font-size: 17px !important;
}

.title-category h5, .titles-section h5 {
    font-size: 14px !important;
}

.title-category p {
    margin-bottom: 0px;
    padding: 0px 20px;
    font-style: normal;
    color: #828282;
    text-shadow: 0px 1px 0px #ffffff;
    margin-top: 15px;
}

.title-category h6 {
    padding: 0px 20px;
    font-style: normal;
    color: #828282;
    text-shadow: 0px 1px 0px #ffffff;
}

.title-category01 h4 {
    font-style: normal;
    font-weight: bold;
    font-size: 24px;
    line-height: 110%;
    color: #4fccff;
    text-shadow: 0px 1px 0px #ffffff;
}

.title-category02 h4 {
    font-style: normal;
    font-weight: bold;
    font-size: 24px;
    line-height: 110%;
    color: #e94690;
    text-shadow: 0px 1px 0px #ffffff;
}

.title-category03 h4 {
    font-style: normal;
    font-weight: bold;
    font-size: 24px;
    line-height: 110%;
    color: #8cc740;
    text-shadow: 0px 1px 0px #ffffff;
}

.title-category span,
.title-categories span,
.title-category01 span,
.title-category02 span,
.title-category03 span {
    color: #7373cf;
    cursor: pointer;
    font-size: 14px;
    padding-top: 9px;
    font-weight: 900;
    line-height: 110%;
    padding-left: 5px;
    font-style: normal;
    text-shadow: 0px 1px 0px #ffffff;
}

.input-group-lg .btn {
    height: 42px !important;
}

@media (min-width: 576px) {
    .title-category h3, .titles-section h3 {
        font-size: 20px !important;
    }

    .title-category h4, .titles-section h4 {
        font-size: 17px !important;
    }

    .title-category h5, .titles-section h5 {
        font-size: 14px !important;
    }
}

@media (min-width: 768px) {
    .input-group-lg .btn {
        height: 49px !important;
    }

    .title-category h3, .titles-section h3 {
        font-size: 24px !important;
    }

    .title-category h4, .titles-section h4 {
        font-size: 21px !important;
    }

    .title-category h5, .titles-section h5 {
        font-size: 18px !important;
    }
}

@media (min-width: 992px) {
    .input-group-lg .btn {
        height: 49px !important;
    }

    .title-category h3, .titles-section h3 {
        font-size: 28px !important;
    }

    .title-category h4, .titles-section h4 {
        font-size: 25px !important;
    }

    .title-category h5, .titles-section h5 {
        font-size: 22px !important;
    }
}

@media (min-width: 1200px) {
    .input-group-lg .btn {
        height: 49px !important;
    }

    .title-category h3, .titles-section h3 {
        font-size: 32px !important;
    }

    .title-category h4, .titles-section h4 {
        font-size: 29px !important;
    }

    .title-category h5, .titles-section h5 {
        font-size: 26px !important;
    }
}

@media (min-width: 1400px) {
    .input-group-lg .btn {
        height: 49px !important;
    }

    .title-category h3, .titles-section h3 {
        font-size: 36px !important;
    }

    .title-category h4, .titles-section h4 {
        font-size: 33px !important;
    }

    .title-category h5, .titles-section h5 {
        font-size: 30px !important;
    }
}

.Card-Item {
    width: 130px !important;
    height: 140px !important;
}

.Card-Item-DesckTop {
    width: 420px !important;
    height: 140px !important;
}

.product-item, .product-item-2 {
    width: 100%;
    background: #ffffff !important;
    border-radius: 10px !important;
    border: 1px solid transparent !important;
    box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.25) !important;
}

    .product-item:hover {
        border: 1px solid #828282;
        box-sizing: border-box;
        box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.1);
        border-radius: 10px;
        cursor: pointer;
        background-color: #ffffff;
    }

@media (min-width: 576px) {
    .Card-Item {
        width: 210px !important;
        height: 280px !important;
    }

    .Card-Item-DesckTop {
        height: 280px !important;
    }
}

.desc {
    top: -39px;
    right: 0px;
}

    .desc p {
        font-family: "Gotham";
        font-style: normal;
        font-weight: 350;
        font-size: 14px;
        line-height: 110%;
        color: #828282;
        text-shadow: 0px 1px 0px #ffffff;
        margin-bottom: 0px;
        padding-top: 19px;
        padding-right: 14px;
    }

    .desc div {
        height: 76px;
        width: 75px;
        display: flex;
        align-items: center;
        justify-content: center;
        text-align: center;
        mix-blend-mode: normal;
        text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.25);
        background-repeat: no-repeat;
        background-image: url("../img/desc-balloon.png");
    }

    .desc span {
        font-family: "Gotham";
        font-style: normal;
        font-weight: bold;
        font-size: 24px;
        line-height: 110%;
        color: #f2f2f2;
        text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.25);
        transform: rotate(-15deg);
    }

.desc2 {
    top: -39px;
    right: 0px;
}

    .desc2 p {
        font-family: "Gotham";
        font-style: normal;
        font-weight: 350;
        font-size: 14px;
        line-height: 110%;
        color: #828282;
        text-shadow: 0px 1px 0px #ffffff;
        margin-bottom: 0px;
        padding-top: 19px;
        padding-right: 8px;
    }

    .desc2 div {
        height: 76px;
        width: 75px;
        display: flex;
        align-items: center;
        justify-content: center;
        text-align: center;
        mix-blend-mode: normal;
        text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.25);
        background-repeat: no-repeat;
        background-image: url("../img/desc-ballon-cupom.png");
    }

    .desc2 span {
        font-family: "Gotham";
        font-style: normal;
        font-weight: bold;
        font-size: 24px;
        line-height: 110%;
        color: #4f4f4f;
        text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.25);
        transform: rotate(-15deg);
    }

.desc3 {
    top: -39px;
    right: 0px;
}

.product-item i, .product-item-2 i {
    color: #7373cf;
    mix-blend-mode: normal;
    position: absolute;
    left: 10px;
    top: 10px;
    font-size: 18px;
}

.div-price {
    display: flex;
    justify-content: flex-end;
    padding-top: 30px;
    padding-right: 19px;
}

    .div-price div :first-child,
    .div-price div :last-child {
        font-family: "Gotham";
        font-style: normal;
        font-weight: 350;
        font-size: 14px;
        line-height: 110%;
        color: #828282;
        margin-bottom: 6px;
    }

    .div-price div {
        font-family: "Gotham";
        font-style: normal;
        font-weight: 350;
        font-size: 14px;
        line-height: 110%;
        color: #828282;
        margin-bottom: 6px;
    }

        .div-price div p:empty {
            display: none;
        }


        .div-price div :nth-child(2) {
            font-family: "Gotham";
            font-style: normal;
            font-weight: 350;
            font-size: 21px;
            line-height: 110%;
            color: #8cc740;
            text-align: right;
            padding-right: 6px;
            margin-bottom: 6px;
        }

        .div-price div :first-child:empty {
            height: 18px;
        }

        .div-price div :last-child:empty {
            margin: 0px;
        }

.div-height {
    margin-bottom: 20px;
}

.disabled-start {
    color: #bdbdbd !important;
}

.title-footer h5 {
    font-family: "Gotham";
    font-style: normal;
    font-weight: bold;
    font-size: 24px;
    line-height: 150%;
    color: #828282;
    text-shadow: 0px 1px 0px #ffffff;
    margin-bottom: 0px;
}

.title-footer p {
    font-family: "Gotham";
    font-style: normal;
    font-size: 20px;
    line-height: 150%;
    color: #828282;
    text-shadow: 0px 1px 0px #ffffff;
}


.list-group-flush li:hover {
    color: #e94690;
    background: #ffffff;
    border-radius: 99px;
}

.list-category-item a:hover,
.title-category span:hover,
.title-category01 span:hover,
.title-category02 span:hover,
.title-category03 span:hover,
.title-categories span:hover {
    color: #e94690;
}

.title-footer {
    margin-top: 3rem !important;
    padding-bottom: 0.5rem !important;
    padding-left: 18px;
}

.category-nav span {
    background: #ffffff;
    border-radius: 99px;
    font-family: "Gotham";
    font-style: normal;
    font-weight: 350;
    font-size: 14px;
    line-height: 110%;
    color: #4f4f4f;
    text-shadow: 0px 1px 0px #ffffff;
    padding: 11px 22px;
    margin-bottom: 17px;
    margin-right: 7px;
    cursor: pointer;
}

.category-nav-select span {
    background: #4f4f4f;
    border-radius: 99px;
    font-family: "Gotham";
    font-style: normal;
    font-weight: 350;
    font-size: 14px;
    line-height: 110%;
    color: #ffffff;
    text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.65);
    padding: 11px 22px;
    margin-bottom: 17px;
    margin-right: 7px;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
}

.nav-active {
    color: #ffffff !important;
    background: #7373cf !important;
    box-shadow: 0px 2px 0px rgba(0, 0, 0, 0.15);
}

.swiper-container2 {
    width: 100%;
}

.swiper-container2 {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1;
    padding-top: 38px;
}

.page-link {
    background-color: transparent;
    border: none;
    font-family: "Gotham";
    font-style: normal;
    font-weight: bold;
    font-size: 24px;
    line-height: 110%;
    color: #828282;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    padding-left: 0px;
    padding-right: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.page-active {
    color: #828282;
    background: rgba(255, 255, 255, 0.99);
}

.page-item:first-child .page-link {
    margin-left: 0;
    border-top-left-radius: 50%;
    border-bottom-left-radius: 50%;
}

.page-link:hover {
    z-index: 2;
    color: #ffffff;
    text-decoration: none;
    background-color: #828282;
    border-color: #828282;
}


.page-item.active .page-link {
    background-color: #828282;
    border-color: #828282;
}

.page-item:last-child .page-link {
    border-radius: 100px;
}

.page-link:focus {
    z-index: 3;
    outline: 0;
    box-shadow: none;
}

.page-last,
.page-next {
    background-color: transparent;
    border: none;
    font-family: "Gotham";
    font-style: normal;
    font-weight: bold;
    font-size: 24px;
    line-height: 110%;
    color: #7373cf;
    border-radius: 50%;
}

.page-last {
    padding-left: 20px;
}

.page-next {
    padding-left: 7px;
}

    .page-last i,
    .page-next i {
        font-size: 15px;
    }

.first-page {
    color: #828282;
}

.page-last:hover,
.page-next:hover {
    color: #e94690;
}

.modal {
    background-color: rgba(115, 115, 207, 0.65);
}

.modal-header {
    display: flex;
    justify-content: center;
}

.title {
    width: 100%;
}

.modal-header .title {
    text-align: center;
}

.title {
    color: #828282;
}

    .title p {
        font-family: "Gotham";
        font-style: normal;
        font-weight: 350;
        font-size: 12px;
        line-height: 110%;
        margin: 0px;
        text-shadow: 0px 1px 0px #ffffff;
    }

    .title h1 {
        font-family: "Gotham";
        font-style: normal;
        font-weight: 600;
        line-height: 110%;
        margin: 0px;
        text-shadow: 0px 1px 0px #ffffff;
        margin-bottom: 8px;
    }

    .title span {
        width: 30px;
        border: 1px solid #e0e0e0;
    }

.modal-header .title {
    padding-top: 55px;
    padding-left: 33px;
}

.modal-content {
    border: 1px solid #828282;
    box-sizing: border-box;
    box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
}

.what-like {
    display: flex;
    align-items: end;
    padding-left: 20px;
    margin-bottom: 10px;
}

    .what-like p {
        padding-top: 8px;
        font-style: normal;
        line-height: 110%;
        color: #828282;
    }

    .what-like h5 {
        padding-left: 10px;
        padding-right: 5px;
        font-weight: bold;
        line-height: 110%;
        font-size: 24px;
        color: #f2994a;
    }

    .what-like h5,
    .what-like p {
        margin: 0px;
        font-family: "Gotham";
    }

.div-what-like {
    background: #f2f2f2;
    box-shadow: inset 0px -2px 0px #ffffff, inset 0px 2px 2px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    padding: 23px;
}

.category-what-like span {
    background: #ffffff;
    border-radius: 99px;
    font-family: "Gotham";
    font-style: normal;
    font-weight: 350;
    font-size: 14px;
    line-height: 110%;
    color: #4f4f4f;
    text-shadow: 0px 1px 0px #ffffff;
    padding: 11px 22px;
    margin-bottom: 17px;
    margin-right: 2px;
    cursor: pointer;
}

.badge-what-like {
    display: inline-block;
    padding: 0.25em 0.4em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 0.25rem;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.badge-what-like-active {
    color: #ffffff !important;
    background: #f2994a !important;
    box-shadow: 0px 2px 0px rgba(0, 0, 0, 0.15);
}

.div-what-like p {
    color: #f2994a;
    text-align: center;
    margin-bottom: 0px;
}

.what-hate {
    display: flex;
    align-items: end;
    padding-left: 20px;
    margin-bottom: 10px;
}

    .what-hate p {
        padding-top: 8px;
        font-style: normal;
        line-height: 110%;
        color: #828282;
    }

    .what-hate h5 {
        padding-left: 10px;
        padding-right: 5px;
        font-weight: bold;
        line-height: 110%;
        font-size: 24px;
        color: #8cc740;
    }

    .what-hate h5,
    .what-hate p {
        margin: 0px;
        font-family: "Gotham";
    }

.div-what-hate {
    background: #f2f2f2;
    box-shadow: inset 0px -2px 0px #ffffff, inset 0px 2px 2px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    padding: 23px;
}

.category-what-hate span {
    background: #ffffff;
    border-radius: 99px;
    font-family: "Gotham";
    font-style: normal;
    font-weight: 350;
    font-size: 14px;
    line-height: 110%;
    color: #4f4f4f;
    text-shadow: 0px 1px 0px #ffffff;
    padding: 11px 22px;
    margin-bottom: 17px;
    margin-right: 2px;
    cursor: pointer;
}

.badge-what-hate {
    display: inline-block;
    padding: 0.25em 0.4em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 0.25rem;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.badge-what-hate-active {
    color: #ffffff !important;
    background: #8cc740 !important;
    box-shadow: 0px 2px 0px rgba(0, 0, 0, 0.15);
}

.div-what-hate p {
    color: #8cc740;
    text-align: center;
    margin-bottom: 0px;
}

.control {
    font-style: normal;
    font-weight: 350;
    font-size: 14px;
    line-height: 110%;
    font-family: "Gotham";
    display: table;
    position: relative;
    margin-bottom: 9px;
    padding-top: 2px;
    cursor: pointer;
    background: #e94690;
    border-radius: 99px;
    padding: 13px;
    color: #f2f2f2;
    padding-left: 43px;
    text-shadow: 0px 2px 0px rgba(0, 0, 0, 0.15);
}

    .control input {
        position: absolute;
        z-index: -1;
        opacity: 0;
    }

.control_indicator {
    position: absolute;
    top: 11px;
    left: 13px;
    height: 20px;
    width: 21px;
    background: #e94690;
    border: 3px solid #f2f2f28f;
    border-radius: 5px;
}

.control:hover input ~ .control_indicator,
.control input:focus ~ .control_indicator {
    background: #e94690;
}

.control input:checked ~ .control_indicator {
    background: #e94690;
}

.control:hover input:not([disabled]):checked ~ .control_indicator,
.control input:checked:focus ~ .control_indicator {
    background: 0e6647d;
}

.control input:disabled ~ .control_indicator {
    background: #e6e6e6;
    opacity: 3;
    pointer-events: none;
}

.control_indicator:after {
    box-sizing: unset;
    content: "";
    position: absolute;
    display: none;
}

.control input:checked ~ .control_indicator:after {
    display: block;
}

.control-checkbox .control_indicator:after {
    left: 5px;
    top: 0px;
    width: 4px;
    height: 10px;
    border: solid #ffffff;
    border-width: 0 3px 3px 0;
    transform: rotate(45deg);
}

.control-checkbox input:disabled ~ .control_indicator:after {
    border-color: #7b7b7b;
}

.control-checkbox .control_indicator::before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 3.396rem;
    height: 3.313rem;
    margin-left: -0.993rem;
    margin-top: -0.993rem;
    background: #e94690;
    border-radius: 3rem;
    opacity: 0.4;
    z-index: 99999;
    transform: scale(0);
}

.title-list-like h5 {
    font-family: "Gotham";
    font-style: normal;
    font-weight: bold;
    font-size: 24px;
    line-height: 110%;
    display: flex;
    align-items: center;
    color: #828282;
    text-shadow: 0px 1px 0px #ffffff;
    margin-bottom: 0px;
    padding-left: 12px;
}

.title-list-like .d-flex {
    margin-bottom: 25px;
}

.control-checkbox input + .control_indicator::before {
    animation: s-ripple 250ms ease-out;
}

.control-checkbox input:checked + .control_indicator::before {
    animation-name: s-ripple-dup;
}

.div-love-care span {
    background: #f2f2f2;
    border-radius: 99px;
    padding: 5px;
    margin-bottom: 10px;
    font-family: "Gotham";
    font-style: normal;
    font-weight: 350;
    font-size: 14px;
    line-height: 110%;
    color: #4f4f4f;
    text-shadow: 0px 1px 0px #ffffff;
    padding-right: 16px;
    cursor: pointer;
}

.div-love-care img {
    margin-right: 10px;
    background: #f2f2f2;
    border-radius: 99px;
    padding: 4px;
}

.love-care-active {
    background: #e94690 !important;
    color: #f2f2f2 !important;
    text-shadow: 0px 2px 0px rgba(0, 0, 0, 0.15);
}

.badge-love-care {
    display: inline-block;
    padding: 0.25em 0.4em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 0.25rem;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.btn-modal-salvar {
    font-family: "Gotham";
    background: #7373cf;
    border: 1px solid rgba(0, 0, 0, 0.15);
    box-sizing: border-box;
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.1), inset 0px -4px 1px rgba(0, 0, 0, 0.1);
    border-radius: 99px;
    font-size: 14px;
    line-height: 110%;
    color: #f2f2f2 !important;
    text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.25);
    padding: 17px 28px;
    cursor: pointer;
}

    .btn-modal-salvar:hover,
    .badge-what-hate:hover,
    .badge-what-like:hover {
        color: #ffffff !important;
        background: #e94690;
    }

.control-disable {
    background: #f2f2f2 !important;
    color: #4f4f4f !important;
    text-shadow: 0px 1px 0px #ffffff !important;
}

.indicator-check {
    border: 3px solid #4f4f4f !important;
    background: #f2f2f2 !important;
}

.swiper-button-next:after,
.swiper-button-prev:after {
    font-family: "swiper-icons";
    text-transform: none !important;
    letter-spacing: 0;
    color: #828282;
    font-weight: bolder;
    cursor: pointer;
    font-size: initial;
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
    right: -5px;
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
    left: 1px;
    height: 100%;
    top: 23px;
    width: 20px;
}

.breadcrumb {
    background-color: transparent;
    margin-top: 9px;
}

.breadcrumb-item {
    font-size: 14px;
    line-height: 110%;
}

    .breadcrumb-item a {
        font-family: "Gotham";
        font-style: normal;
        font-weight: 350;
        font-size: 14px;
        line-height: 110%;
        color: #7373cf !important;
        text-shadow: 0px 1px 0px #ffffff;
    }

    .breadcrumb-item.active {
        color: #828282;
        font-family: "Gotham";
        font-style: normal;
        font-weight: 350;
        font-size: 14px;
        line-height: 110%;
    }

.title-product-detail {
    width: 70%;
    margin: auto;
    margin-top: 40px;
    margin-bottom: 40px;
}

    .title-product-detail h2 {
        font-family: "Gotham";
        font-style: normal;
        font-weight: bold;
        font-size: 36px;
        line-height: 110%;
        display: flex;
        align-items: center;
        text-align: center;
        justify-content: center;
        color: #828282;
        text-shadow: 0px 1px 0px #ffffff;
    }

.control2 {
    font-family: arial;
    display: block;
    position: relative;
    padding-left: 67px;
    margin-bottom: 19px;
    padding-top: 1px;
    cursor: pointer;
    font-size: 16px;
    background-color: #ffffff;
    border-radius: 50px;
    padding-top: 19px;
    padding-bottom: 19px;
}

    .control2 p {
        margin-bottom: 0px;
        text-align: right;
        font-family: "Gotham";
        font-style: normal;
        font-weight: 600;
        font-size: 14px;
        line-height: 110%;
        color: #828282;
    }

        .control2 p:first-child {
            font-family: "Gotham";
            font-style: normal;
            font-weight: 600;
            font-size: 25px;
            line-height: 110%;
            color: #8cc740;
        }

    .control2 input {
        position: absolute;
        z-index: -1;
        opacity: 0;
    }

.control2_indicator {
    position: absolute;
    top: 30px;
    left: 36px;
    height: 23px;
    width: 23px;
    background: #ffffff;
    border: 2px solid #828282;
    border-radius: undefinedpx;
}

.control2:hover input ~ .control2_indicator,
.control2 input:focus ~ .control2_indicator {
    background: #cccccc;
}

.control2 input:checked ~ .control2_indicator {
    background: #ffffff;
}

.control2:hover input:not([disabled]):checked ~ .control2_indicator,
.control2 input:checked:focus ~ .control2_indicator {
    background: 0e6647d;
}

.control2 input:disabled ~ .control2_indicator {
    background: #e6e6e6;
    opacity: 0.6;
    pointer-events: none;
}

.control2_indicator:after {
    box-sizing: unset;
    content: "";
    position: absolute;
    display: none;
}

.control2 input:checked ~ .control2_indicator:after {
    display: block;
}

.control2-radio .control2_indicator {
    border-radius: 50%;
}

    .control2-radio .control2_indicator:after {
        left: 3px;
        top: 3px;
        height: 13px;
        width: 13px;
        border-radius: 50%;
        background: #e94690;
        transition: background 250ms;
    }

.control2-radio input:disabled ~ .control2_indicator:after {
    background: #7b7b7b;
}

.control2-radio .control2_indicator::before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 4.5rem;
    height: 4.5rem;
    margin-left: -1.3rem;
    margin-top: -1.3rem;
    background: #2aa1c0;
    border-radius: 3rem;
    opacity: 0.6;
    z-index: 99999;
    transform: scale(0);
}

.control2-radio input + .control2_indicator::before {
    animation: s-ripple 250ms ease-out;
}

.control2-radio input:checked + .control2_indicator::before {
    animation-name: s-ripple-dup;
}

.text-detail {
    font-family: "Gotham";
    font-style: normal;
    font-weight: 350;
    font-size: 24px;
    line-height: 110%;
    color: #bdbdbd;
    text-shadow: 0px 1px 0px #ffffff;
}

.balance {
    font-size: 12px;
}

.btn-offer {
    background: #e94690;
    border: 1px solid rgba(0, 0, 0, 0.15);
    box-sizing: border-box;
    padding: 22px 34px;
    border-radius: 35px;
    font-family: "Gotham";
    font-style: normal;
    font-weight: bold;
    font-size: 24px;
    line-height: 110%;
    color: #f2f2f2;
}

    .btn-offer:hover {
        background: #e94690;
        color: #f2f2f2;
        box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.1), inset 0px -4px 1px rgba(0, 0, 0, 0.1);
    }

.btn-card {
    padding: 12px 24px !important;
    border-radius: 26px !important;
    font-size: 17px !important;
}

.text-detail h3 {
    font-family: "Gotham";
    font-style: normal;
    font-weight: bold;
    font-size: 24px;
    line-height: 110%;
    color: #828282;
    text-shadow: 0px 1px 0px #ffffff;
}

.text-detail p {
    font-family: "Roboto";
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 125%;
    color: #4f4f4f;
}

.title-detail-link h2 {
    font-family: "Gotham";
    font-style: normal;
    font-weight: bold;
    font-size: 36px;
    line-height: 110%;
    color: #828282;
    text-shadow: 0px 1px 0px #ffffff;
    text-align: center;
}

.title-detail-link h5 {
    font-family: "Gotham";
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    line-height: 110%;
    color: #828282;
    text-shadow: 0px 1px 0px #ffffff;
    text-align: center;
}

    .title-detail-link h5 span:first-child {
        color: #8cc740;
    }

    .title-detail-link h5 span:last-child {
        color: #e94690;
    }

.extract-pts span {
    font-size: 25px;
    padding-top: 11px;
}

.myAccount-right-width {
    height: 122px !important;
    border-radius: 0px;
}

.extract-pts-top {
    top: 62px !important;
}

.shadow-top {
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.1), inset 0px -4px 1px rgba(0, 0, 0, 0.1);
}

.info_loja {
    padding: 0px 8px 8px 8px !important;
}

    .info_loja div:nth-child(1) {
        width: 100%;
        font-family: "Gotham";
        font-style: normal;
        font-size: 18px;
        color: #828282;
        text-align: center;
        margin-top: 12px;
    }

    .info_loja div:nth-child(2) {
        font-family: "Gotham";
        font-style: normal;
        font-weight: bold;
        font-size: 20px;
        line-height: 110%;
        color: #8cc740;
        text-align: center;
        padding: 8px 0px 8px 0px;
    }

        .info_loja div:nth-child(2) span {
            color: #828282 !important;
            font-size: 18px !important;
        }

    .info_loja div:nth-child(3) {
        height: 80px !important;
        font-family: "Gotham";
        font-style: normal;
        font-size: 14px !important;
        color: #828282 !important;
        text-align: center !important;
        text-overflow: ellipsis !important;
        height: 60px;
        overflow: hidden;
        text-overflow: ellipsis;
        -webkit-line-clamp: 4;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        white-space: normal;
        line-height: 20px;
    }

    .info_loja p:nth-child(1) {
        width: 100% !important;
        font-family: "Gotham";
        font-style: normal;
        font-size: 19px !important;
        color: #828282 !important;
        text-align: center !important;
    }

    .info_loja p:nth-child(2) {
        width: 100% !important;
        font-family: "Gotham";
        font-style: normal;
        font-weight: bold !important;
        color: #8cc740 !important;
        padding: 5px 0px 5px 0px !important;
        text-align: center !important;
    }

    .info_loja p:nth-child(3) {
        font-family: "Gotham";
        font-style: normal;
        font-weight: 350;
        font-size: 14px;
        color: #828282 !important;
        margin-bottom: 0px;
        padding-top: 0px;
        padding-left: 19px;
        position: relative;
        max-height: 4.6em;
        height: 60px;
        overflow: hidden;
        text-overflow: ellipsis;
        -webkit-line-clamp: 3;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        white-space: normal;
        line-height: 20px;
    }

    .info_loja p:empty {
        display: none
    }

    .info_loja h4 {
        font-family: "Gotham";
        font-style: normal;
        font-weight: 600;
        line-height: 110%;
        color: #8cc740;
        text-align: center;
        margin-bottom: 30px;
    }

.subtitle_loja {
    font-family: "Gotham";
    font-style: normal;
    font-weight: 600;
    font-size: 22px;
    color: #828282 !important;
}

@media (max-width: 768px) {
    .cor-01, .cor-02, .cor-03 {
        font-size: 12px;
    }

    .scroll-item {
        width: 100px !important;
    }

    .swiper-container {
        padding-left: 22px;
    }

    .category-what-like span,
    .category-what-hate span {
        margin-right: 0px;
    }

    .what-like,
    .what-hate {
        display: block;
        text-align: center;
    }

    .logo {
        width: 155px;
        height: auto;
        margin-bottom: 10px;
        margin-top: 10px;
    }

    ::-webkit-input-placeholder {
        font-size: 18px !important;
    }

    :-moz-placeholder {
        font-size: 18px !important;
    }

    ::-moz-placeholder {
        font-size: 18px !important;
    }

    ::placeholder {
        font-size: 18px !important;
    }

    :-ms-input-placeholder {
        font-size: 18px !important;
    }

    .swiper-container2 {
        padding-left: 18px;
    }

    .product-item, .product-item-2 {
        margin-bottom: 48px;
    }

        .product-item h5, .product-item-2 h5 {
            font-size: 13px;
        }

    .pagination {
        display: block;
    }

    .div-price div :nth-child(2) {
        font-size: 18px;
    }

    .div-price div :first-child,
    .div-price div :last-child {
        font-size: 12px;
    }

    .product-item img, .product-item-2 h5 {
        padding: 10px;
    }

    .modal.show .modal-dialog {
        -webkit-transform: none;
        transform: none;
        margin-top: 94px;
    }

    .title-product-detail {
        width: 100%;
        margin-top: 0px;
    }

    .breadcrumb-item.active {
        display: none;
    }

    .category-nav span {
        margin-right: 3px;
    }

    .div-category {
        white-space: nowrap;
        overflow-x: auto;
        display: flex;
    }

    .arrow-back {
        font-size: 14px;
    }

    .form-check-label {
        font-size: 11px;
    }
}

@media (min-width: 768px) {
    .div-category {
        border: 1px solid white;
        height: 128px;
        width: 100%;
        white-space: nowrap;
        overflow-x: auto;
        display: flex;
        justify-content: center;
    }

        .div-category .all {
            width: 220px;
        }
}

@media (max-width: 991px) {
    .list-link-top {
        justify-content: center;
    }
}

@media (min-width: 992px) {
    .myAccount-right {
        width: 256px;
    }

    .infos {
        right: 0;
    }

    .div-avatar {
        box-shadow: none !important;
    }
}

.btn-offer-outline {
    background: #e94690;
    border: 1px solid rgba(0, 0, 0, 0.15);
    box-sizing: border-box;
    border-radius: 50%;
    font-family: "Gotham";
    font-style: normal;
    font-weight: bold;
    color: #FFFFFF;
    float: right;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 9px;
}

.UserMenu, .UserCar {
    font-size: 24px;
}

.collapse .card-body {
    text-align: justify;
}

.filters {
    height: 190px;
    overflow-y: auto;
}

.settings-filter h6 {
    color: white;
}

.ValoresDetalhe {
    padding-right: 40px;
    text-align: right;
}

    .ValoresDetalhe .RealDe {
        text-decoration: line-through;
        font-family: "Gotham";
        font-style: normal;
        font-weight: 350;
        font-size: 18px;
        line-height: 89%;
        color: #828282;
    }

    .ValoresDetalhe .RealPor {
        font-family: "Gotham";
        font-style: normal;
        font-weight: 700;
        font-size: 25px;
        line-height: 110%;
        color: #8cc740;
        text-align: right;
        margin-bottom: 6px;
        margin-top: 6px;
    }


    .ValoresDetalhe .GanheBonus {
        font-family: "Gotham";
        font-style: normal;
        font-weight: 350;
        font-size: 18px;
        line-height: 89%;
        color: #828282;
    }

.ranger-soldoff {
    position: absolute;
    top: 0px;
    color: #FFFFFF !important;
    background-color: #E00000 !important;
    clip-path: polygon(60% 0, 100% 0, 0 100%, 0 60%);
    width: 80px;
    height: 80px;
    display: none !important;
}

    .ranger-soldoff span {
        transform: rotate(-45deg);
        position: absolute;
        top: 18px;
        left: 5px;
        font-size: 14px;
        color: #FFFFFF !important;
    }

.jconfirm-title, .jconfirm-content div {
    color: #828282;
}

.LinksGet, .LinksRotas {
    color: #6c757d;
    background-color: transparent;
    border: none;
    padding: 2px;
    margin: 0px 10px;
    cursor: pointer !important;
    align-items: center;
    cursor: pointer;
    display: inline-block !important;
    float: none;
    margin-right: 11px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-family: "Nunito";
    text-align: center;
    margin: 0px;
}

.LinksGet, .LinksRotas {
    width: 100%;
}

.LinksGetW {
    width: 117px !important;
}

.fs-8 {
    font-size: 8px !important;
}

.fs-10 {
    font-size: 10px !important;
}

.fs-12 {
    font-size: 12px !important;
}

.fs-13 {
    font-size: 13px !important;
}

.fs-14 {
    font-size: 14px !important;
}

.fs-16 {
    font-size: 16px !important;
}

.fs-18 {
    font-size: 18px !important;
}

.fs-20 {
    font-size: 20px !important;
}

.fs-22 {
    font-size: 22px !important;
}

.fs-24 {
    font-size: 24px !important;
}

.fs-26 {
    font-size: 26px !important;
}

.fs-28 {
    font-size: 28px !important;
}

.fs-30 {
    font-size: 30px !important;
}

.fs-32 {
    font-size: 32px !important;
}

.fs-34 {
    font-size: 34px !important;
}

.fs-36 {
    font-size: 36px !important;
}

.fs-38 {
    font-size: 38px !important;
}

.fs-40 {
    font-size: 40px !important;
}

.fs-42 {
    font-size: 42px !important;
}

.fs-44 {
    font-size: 44px !important;
}

.fs-46 {
    font-size: 46px !important;
}

.fs-48 {
    font-size: 48px !important;
}

.fs-50 {
    font-size: 50px !important;
}

.fw-300 {
    font-weight: 300 !important;
}

.fw-400 {
    font-weight: 400 !important;
}

.fw-500 {
    font-weight: 500 !important;
}

.fw-600 {
    font-weight: 600 !important;
}

.fw-700 {
    font-weight: 700 !important;
}

.fw-800 {
    font-weight: 800 !important;
}

.fw-900 {
    font-weight: 900 !important;
}

.fw-bold {
    font-weight: bold !important;
}

.ValorDe {
    width: 100% !important;
    font-family: "Gotham" !important;
    font-style: normal !important;
    font-size: 18px !important;
    color: #828282 !important;
    text-align: center !important;
    margin-top: 12px !important;
}

.ValorPor {
    font-family: "Gotham" !important;
    font-style: normal !important;
    font-weight: bold !important;
    font-size: 20px !important;
    line-height: 110% !important;
    color: #8cc740 !important;
    text-align: center !important;
    padding: 8px 0px 8px 0px !important;
}

.modalEscolha {
    width: 88% !important;
    margin: 0px 6% !important;
}

@media (min-width: 576px) {
    .modalEscolha {
        max-width: 360px !important;
        margin: 0px auto !important;
    }
}

.modal-footer {
    display: block;
}

.fw-400 {
    font-weight: 400 !important;
}

.fw-500 {
    font-weight: 500 !important;
}

.fw-600 {
    font-weight: 600 !important;
}

.fw-700 {
    font-weight: 700 !important;
}

.fw-800 {
    font-weight: 800 !important;
}

.fw-900 {
    font-weight: 900 !important;
}

.fw-bold {
    font-weight: bold !important;
}

.fw-bolder {
    font-weight: bolder !important;
}

.fw-normal {
    font-weight: normal !important;
}

.fs12 {
    font-size: 12px !important;
}

.fs14 {
    font-size: 14px !important;
}

.fs16 {
    font-size: 16px !important;
}

.fs18 {
    font-size: 18px !important;
}

.fs20 {
    font-size: 20px !important;
}

.fs22 {
    font-size: 22px !important;
}

.fs24 {
    font-size: 24px !important;
}

.fs26 {
    font-size: 26px !important;
}

.fs28 {
    font-size: 28px !important;
}

.fs30 {
    font-size: 30px !important;
}

.fs40 {
    font-size: 40px !important;
}

.fs50 {
    font-size: 50px !important;
}

.max-w-50 {
    max-width: 50px !important;
}

.max-w-100 {
    max-width: 100px !important;
}

.max-w-150 {
    max-width: 150px !important;
}

.max-w-200 {
    max-width: 200px !important;
}

.max-w-250 {
    max-width: 250px !important;
}

.max-w-300 {
    max-width: 300px !important;
}

.max-w-350 {
    max-width: 350px !important;
}

.max-w-400 {
    max-width: 400px !important;
}

.max-w-450 {
    max-width: 450px !important;
}

.max-w-500 {
    max-width: 500px !important;
}

.min-height-50 {
    min-height: 50px !important;
}

.min-height-100 {
    min-height: 100px !important;
}

.min-height-150 {
    min-height: 150px !important;
}

.min-height-200 {
    min-height: 200px !important;
}

.min-height-250 {
    min-height: 250px !important;
}

.min-height-300 {
    min-height: 300px !important;
}

.min-height-350 {
    min-height: 350px !important;
}

.min-height-400 {
    min-height: 400px !important;
}

.min-height-450 {
    min-height: 450px !important;
}

.min-height-500 {
    min-height: 500px !important;
}

.min-height-550 {
    min-height: 550px !important;
}

.min-height-600 {
    min-height: 600px !important;
}

.w-25 {
    width: 25% !important;
}

.w-30 {
    width: 30% !important;
}

.w-35 {
    width: 35% !important;
}

.w-40 {
    width: 40% !important;
}

.w-45 {
    width: 45% !important;
}

.w-50 {
    width: 50% !important;
}

.w-75 {
    width: 75% !important;
}

.w-100 {
    width: 100% !important;
}

.w-auto {
    width: auto !important;
}

.IconRetificarSenha {
    height: 90px !important;
    font-size: 90px !important;
    line-height: 90px !important;
}

.text-center {
    text-align: center !important;
}

.text-left {
    text-align: left !important;
}

.text-right {
    text-align: right !important;
}

.modal-footer {
    display: block;
}

.pagination-container {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
    gap: 5px;
}

.page-button {
    border: 1px solid #ccc;
    background-color: #f8f9fa;
    color: #333;
    padding: 5px 10px;
    cursor: pointer;
    border-radius: 4px;
    transition: background-color 0.3s ease;
}

    .page-button:hover {
        background-color: #e9ecef;
    }

    .page-button.active {
        background-color: #696969;
        color: white;
        border-color: #696969;
    }

.ellipsis {
    color: #999;
    padding: 5px 10px;
}

.CrsP, .Crs-P, .CrsrP, .Crsr-P, .crsrP, .crsr-p {
    cursor: pointer !important;
}

@media (min-width: 768px) {
    .btn-offer-outline {
        padding: 14px;
        font-size: 28px;
    }
}

@media (min-width: 992px) {
    .btn-offer-outline {
        padding: 17px;
        font-size: 32px;
    }
}

@media (min-width: 1200px) {
    .btn-offer-outline {
        padding: 17px;
        font-size: 32px;
    }
}

.Clss_ItemCar {
    display: flex;
    padding: 20px 16px !important;
}

    .Clss_ItemCar .Clss_ItemCarProduto {
        width: 70% !important;
        float: left !important;
    }

    .Clss_ItemCar .Clss_ItemCarValor {
        width: 25% !important;
        float: left !important;
    }

    .Clss_ItemCar .Clss_ItemCarIcone {
        width: 5% !important;
        float: left !important;
        text-align: end !important;
    }

.Clss_ItemCarProduto .Clss_ItemCarImg {
    width: 24% !important;
    float: left !important;
}

.Clss_ItemCarProduto .Clss_ItemCarTexto {
    width: 76% !important;
    float: left !important;
}

    .Clss_ItemCarProduto .Clss_ItemCarTexto div {
        padding: 0px 8px !important;
    }

.Clss_ItemCarValor .Clss_ItemCarValor div {
    padding: 0px 8px !important;
}

