﻿@font-face {
    font-family: "Roboto";
    src: url(../WebFonts/Roboto.ttf) format("truetype");
}

@font-face {
    font-family: "Nunito";
    src: url(../WebFonts/Nunito-Regular.ttf) format("truetype");
}

a {
    text-decoration: none;
    color: inherit;
}

.content {
    min-height: 62vh;
}

a:hover {
    color: inherit;
}

.d-Mobile {
    display: block !important;
}

.d-DesckTop {
    display: none !important;
}

@media (min-width: 576px) {
    .d-Mobile {
        display: none !important;
    }

    .d-DesckTop {
        display: block !important;
    }
}


.livelo h4, .livelo p {
    font-family: "Nunito";
}

.navbar div:first-child, .mobile-menu {
    transition: all .1s ease-in-out;
}

.mobile-menu {
    top: 58px;
}

.font-color-gray {
    color: #828282;
}

.IcoMenu, .IcoUser, .Mstr_IcoBag {
    font-size: 26px;
    cursor: pointer;
    z-index: 1000;
}

#Top_IcoUser, #VwS_UsuarioId, .Top-User, .DvIcoUser {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.align-logo, #Top_IcoUser, .IcoMenu, .IcoUser {
    width: 30%
}

.sub-menuLinks-footer {
    margin: 0px !important;
    padding: 0px !important;
    text-align: center !important;
}

    .sub-menuLinks-header a, .sub-menuLinks-footer a {
        position: relative;
        padding-right: 13px;
        color: inherit;
    }


        .sub-menuLinks-header a:first-child::before, .sub-menuLinks-footer a:first-child::before {
            content: "|";
            position: absolute;
            top: -1px;
            left: 0px;
        }

        .sub-menuLinks-header a::after, .sub-menuLinks-footer a::after {
            content: "|";
            position: absolute;
            top: -1px;
            right: -3px;
        }


#sidebar {
    background-color: #ccc;
    width: 332px !important;
    left: -332px !important;
    position: fixed !important;
    top: 0 !important;
    height: 100vh !important;
    color: #fff !important;
    transition: all 0.3s !important;
    /*box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.2) !important;*/
    z-index: 2000 !important;
    overflow-y: scroll;
    overflow-x: hidden;
    padding: 0px 20px;
}

    #sidebar.active {
        left: 0 !important;
    }

#dismiss {
    width: 41px;
    height: 41px;
    background-color: #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 100px;
    position: absolute;
    right: 20px;
    cursor: pointer;
    top: 20px;
}

    #dismiss i {
        font-size: 18px;
        color: #ccc;
    }

#sidebar .sidebar-header {
    height: 38px !important;
    width: 100% !important;
}

.MenuLeftTitulo {
    width: 100% !important;
    height: 28px !important;
    color: #6c757d !important;
    font-size: 18px !important;
    padding: 5px 0px 5px 14px !important;
    margin-bottom: 10px !important;
    border-top: 1px solid #6c757d2e !important;
    transition: all 0.3s !important;
}

.LogoTopo {
    width: auto !important;
    height: 42px !important;
    margin-bottom: 8px !important;
}

.CrsP, .crsr-p {
    cursor: pointer !important;
}

.overlay.active {
    display: block !important;
    opacity: 0.3 !important;
}

.overlay {
    display: none !important;
    position: fixed !important;
    top: 0px !important;
    left: 0px !important;
    width: 100vw !important;
    height: 100vh !important;
    background-color: #000000 !important;
    opacity: 0 !important;
    transition: all 0.5s ease-in-out !important;
    z-index: 1999 !important;
}

.backMenuLeftItem i {
    font-size: 18px !important;
    padding: 0px 0px 0px 0px !important;
    margin: 5px 14px 5px 27px !important;
}

.backMenuLeftItem p, .backMenuLeftItem span {
    font-size: 12px !important;
    line-height: 16px !important;
    color: #6c757d !important;
    top: 0px !important;
    padding: 0px 0px 0px 0px !important;
    margin: 0px 0px 0px 0px !important;
}

.sidenav {
    height: 100%;
    width: 200px;
    position: fixed;
    z-index: 9999;
    top: 0;
    right: -100%;
    background-color: #fff;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 60px;
}

    .sidenav .closebtn {
        position: absolute;
        top: 0;
        right: 25px;
        font-size: 36px;
        margin-left: 50px;
    }

    .sidenav a {
        padding: 8px 0px 8px 8px;
        text-decoration: none;
        font-size: 16px;
        color: #818181;
        display: block;
        transition: 0.3s;
    }

.btn-close-user {
    right: 25px;
    top: 15px;
    cursor: pointer;
    z-index: 1;
}

.overlay_user {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 99999;
    left: 0;
    top: 0;
    background-color: #ffffff;
    overflow-x: hidden;
    transition: 0.5s;
}

.overlay_user__content {
    position: relative;
    width: 100%;
    text-align: center;
    margin-top: 50px;
}

.overlay_user__content__link {
    position: relative;
    left: 50%;
    transform: translate(-50%, 4%);
    width: 200px;
}

.overlay_user__bg {
    background-color: #ffffff;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    transition: 0.8s;
}

.LinksGet, .LinksRotas {
    color: #6c757d;
    background-color: transparent;
    border: none;
    padding: 2px;
    margin: 0px 10px;
    cursor: pointer !important;
    align-items: center;
    cursor: pointer;
    font-family: "Nunito";
}

    .LinksGet:hover {
        color: #6c757d;
    }


#IdMenuSuspenco {
    display: none !important;
    width: 100%;
}

@media (min-width: 789px) {
    .sub-menuLinks-header, .sub-menuLinks-footer {
        width: 100%;
        display: flex;
        justify-content: center;
        padding-bottom: 10px;
    }

    .LogoTopo {
        height: 56px !important;
        margin-bottom: 12px !important;
    }
}


@media (min-width: 992px) {

    .overlay_user__item {
        width: 15%;
        margin: auto;
        margin-top: 13px;
    }

    #IdMenuSuspencoMbl {
        display: none !important;
    }
}

.Menu-Beneficios {
    cursor: pointer;
    padding: 6px 6px 2px 6px !important;
}

    .Menu-Beneficios .icon-suspenco {
        width: 66px !important;
        height: 66px !important;
        border-color: #B7B7B7 !important;
    }

        .Menu-Beneficios .icon-suspenco img {
            width: 60% !important;
            height: auto !important;
            margin: 20% 20% !important;
        }

    .Menu-Beneficios .Menu-Titulo {
        color: #000000 !important;
    }

.product-item, .product-item-2 {
    border: 1px solid #CCCCCC !important;
    box-sizing: border-box;
    box-shadow: 0px 10px 10px rgb(0 0 0 / 10%);
    border-radius: 10px;
    cursor: pointer;
    background-color: #ffffff;
    overflow: hidden !important;
    margin: 0px 0px 0px 0px !important;
    padding: 0px 0px 0px 0px !important;
}

    .product-item h6 {
        font-weight: 600;
    }

    .product-item h5, .product-item small {
        font-family: "Gotham";
        font-style: normal;
        font-weight: 350;
        font-size: 16px;
        color: #828282 !important;
        margin-bottom: 0px;
        padding-top: 0px;
        padding-left: 19px;
        position: relative;
        max-height: 4.6em;
        height: 63px;
        padding-right: 14px;
        overflow: hidden;
        text-overflow: ellipsis;
        -webkit-line-clamp: 3;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        white-space: normal;
        line-height: 20px;
    }

    .product-item-2 h5 {
        font-family: "Gotham";
        font-style: normal;
        font-weight: 350;
        font-size: 16px;
        color: #828282 !important;
        margin-bottom: 0px;
        padding-top: 0px;
        padding-left: 19px;
        position: relative;
        max-height: 4.6em;
        height: 69px;
        padding-right: 14px;
        overflow: hidden;
        text-overflow: ellipsis;
        -webkit-line-clamp: 3;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        white-space: normal;
        line-height: 20px;
    }

.d-md-block .product-item {
    padding-top: 8px !important;
}

.product-item h4, .product-item-2 h4 {
    font-size: 18px !important;
}

.desc3 div {
    height: 76px;
    width: 75px;
    text-align: center;
    text-shadow: 0px 1px 0px rgb(0 0 0 / 25%);
    background-repeat: no-repeat;
    background-image: url(https://img.programadevantagens.com.br/hand/desc-ballon-parceiro.png);
    padding-top: 15px;
    transform: rotate( -25deg );
}

.desc3 span:nth-child(1) {
    font-family: "Gotham";
    font-style: normal;
    font-weight: bold;
    font-size: 12px;
    color: #f2f2f2;
    text-shadow: 0px 1px 0px rgb(0 0 0 / 25%);
    display: block;
    height: 9px;
}

.desc3 span:nth-child(2) {
    font-family: "Gotham";
    font-style: normal;
    font-weight: bold;
    font-size: 22px;
    color: #f2f2f2;
    text-shadow: 0px 1px 0px rgb(0 0 0 / 25%);
    display: block;
    height: 13px;
}

.desc3 span:nth-child(3) {
    font-family: "Gotham";
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    color: #f2f2f2;
    text-shadow: 0px 1px 0px rgb(0 0 0 / 25%);
    height: 9px;
}

.desc5 {
    top: -39px;
    right: 0px;
}

    .desc5 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 rgb(0 0 0 / 25%);
        background-repeat: no-repeat;
        background-image: url(https://img.programadevantagens.com.br/hand/desc-ballon-cupom.png);
    }

    .desc5 span {
        font-family: "Gotham";
        font-style: normal;
        font-weight: bold;
        font-size: 24px;
        line-height: 110%;
        color: #f2f2f2;
        text-shadow: 0px 1px 0px rgb(0 0 0 / 25%);
        transform: rotate( -15deg );
    }

.btn-store {
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    width: 150px;
    background-color: #928e8f;
    color: #ffffff !important;
    border-radius: 20px;
    text-align: center;
    padding: 5px 0px;
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: space-around;
}

    .btn-store:hover {
        background-color: #928e8f;
    }

    .btn-store i {
        background-color: #ffffff;
        position: initial;
        border-radius: 30px;
        height: 24px;
        width: 24px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

.alert-privacidade {
    background-color: #ffffff;
    color: black;
    -webkit-box-shadow: 1px 1px 4px 0px #a5a5a5;
    box-shadow: 1px 1px 4px 0px #a5a5a5;
    opacity: 0;
    transition: 2s;
}

    .alert-privacidade .buttons {
        width: 75%;
    }

    .alert-privacidade .btn {
        padding: 11px 15px;
        font-size: 16px;
    }

.LinksGet.active {
    font-weight: 700;
}

.alert-opacity {
    opacity: 1;
}

.store p:nth-child(1) {
    font-weight: 700;
    margin-bottom: 0px;
}

.store p:nth-child(2) {
    margin: 0px 25px;
    font-size: 17px;
    line-height: 16px;
}

.Info-Nome, .Info-Nome-Mbl, .Info-Detalhe, .Info-Detalhe-Mbl {
    width: 100% !important;
    height: 38px !important;
    color: #828282 !important;
    font-size: 16px !important;
    line-height: 19px !important;
    text-align: center !important;
    margin: 0px 0px 5px 0px !important;
    padding: 0px 8px 0px 8px !important;
    text-overflow: ellipsis !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    -webkit-line-clamp: 2 !important;
    display: -webkit-box !important;
    -webkit-box-orient: vertical !important;
    white-space: normal !important;
}

.Info-Nome-Mbl {
    height: 34px !important;
    font-size: 14px !important;
    line-height: 17px !important;
}

.Info-Detalhe {
    height: 32px !important;
    font-size: 13px !important;
    line-height: 16px !important;
}

.Info-Detalhe-Mbl {
    height: 28px !important;
    font-size: 11px !important;
    line-height: 14px !important;
}

.Info-Valor {
    width: 100% !important;
    color: #8cc740 !important;
    font-size: 20px !important;
    line-height: 110% !important;
    font-weight: bold !important;
    font-style: normal !important;
    text-align: center !important;
    font-family: "Gotham" !important;
    padding: 8px 0px 8px 0px !important;
}

.Info-Valor-Mbl {
    width: 100% !important;
    color: #FFFFFF !important;
    font-size: 11px !important;
    text-align: center !important;
    margin: 0px 0px 0px 0px !important;
    padding: 3px 0px 3px 0px !important;
    background-color: #565F7D !important;
}

.StoreLogo {
    width: 50% !important;
    height: 42px !important;
    display: flex !important;
    margin: 12px 25% 0px 25% !important;
    align-items: center !important;
    justify-content: center !important;
    background-size: contain !important;
    background-repeat: no-repeat !important;
    background-position: center center !important;
}

.StoreLogo-Mbl {
    width: 100% !important;
    height: 42px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    margin: 8px 0px 8px 0px !important;
    background-size: contain !important;
    background-repeat: no-repeat !important;
    background-position: center center !important;
}

.CardCategoriaImg {
    width: 100% !important;
    height: auto !important;
}

@media (min-width: 576px) {
    .StoreLogo, .StoreLogoMbl {
        height: 50px !important;
    }
}

@media (min-width: 768px) {
    .StoreLogo, .StoreLogoMbl {
        height: 70px !important;
    }

    .product-item h4, .product-item-2 h4 {
        font-size: 26px !important;
    }
}

@media (min-width: 992px) {
    .StoreLogo, .StoreLogoMbl {
        height: 84px !important;
    }
}

@media (min-width: 1200px) {
    .StoreLogo, .StoreLogoMbl {
        height: 100px !important;
    }
}

@media (min-width: 1400px) {
    .StoreLogo, .StoreLogoMbl {
        height: 120px !important;
    }
}

#floater-btn {
    position: absolute;
    right: 25px;
    width: 50px;
    height: 50px;
    z-index: 1;
    padding: 10px;
    text-align: center;
    box-sizing: border-box;
    border-radius: 50px;
    display: none;
}

.control2 p:empty {
    height: 15px;
}

.cursor {
    cursor: pointer
}

.input-group-text {
    height: 100%;
}


[data-alertFavorites] {
    position: fixed;
    z-index: 99999;
    right: 17px;
    bottom: 0px;
}

.alert-color {
    background-color: #6c757d !important;
    border-color: #6c757d !important;
}

.list-shell li {
    font-family: "Roboto";
}

    .list-shell li span {
        color: #6c757d;
        font-weight: 600;
    }

.form-select {
    text-align: justify;
    -moz-text-align-last: center;
    text-align-last: center;
}

.fs-22 {
    font-size: 22px;
}

.title-select {
    color: #6c757d;
    font-family: "Roboto";
    font-weight: 600;
}

@media(max-width: 576px) {
    .fs-36 {
        font-size: 16px;
    }
}

@media(min-width: 577px) and (max-width:768px) {
    .fs-36 {
        font-size: 19px;
    }
}


@media(min-width: 769px) and (max-width: 991px) {
    .fs-36 {
        font-size: 26px;
    }
}

.form-control, .form-control-xl, .form-select {
    border-radius: 100px;
    margin-bottom: 1rem;
}



.form-group label {
    font-size: 14px;
    opacity: .6;
    margin-bottom: 2px;
    font-family: "Gotham";
    font-weight: 900;
}

.border-textarea {
    border-radius: 30px !important;
}

.form-control-xl:focus {
    outline: 0;
}

.form-control-xl, .form-select {
    display: block;
    width: 100%;
    padding: 1.3rem 1.75rem;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    font-family: "Gotham";
    font-style: normal;
    font-weight: 900;
    /*font-size: 14px;*/
    line-height: 110%;
    color: #828282;
}

.font-regular {
    font-family: "Nunito";
}

.restaurants {
    background-image: url('https://img.programadevantagens.com.br/chefsclub/banner_restaurantes_desktop.png');
    height: 423px;
    width: 100%;
    background-position: center;
    background-size: cover;
}

/*.carousel-control-next,
.carousel-control-prev {
    padding-bottom: 120px;
}*/

.font-color3 {
    color: black;
}

.btn-primary {
    display: inline-block;
    font-family: "Nunito";
    font-weight: 400;
    color: #212529;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: .9rem;
    line-height: 1.5;
    border-radius: 40px;
    -webkit-transition: color 0.15s ease-in-out,background-color 0.15s ease-in-out,border-color 0.15s ease-in-out,-webkit-box-shadow 0.15s ease-in-out;
    transition: color 0.15s ease-in-out,background-color 0.15s ease-in-out,border-color 0.15s ease-in-out,-webkit-box-shadow 0.15s ease-in-out;
    -o-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;
    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;
    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,-webkit-box-shadow 0.15s ease-in-out;
}

@media (max-width: 551px) {
    .restaurants {
        background-image: url('https://img.programadevantagens.com.br/chefsclub/banner_restaurantes_mobile.png');
        height: 411px;
    }

    .restaurants_container {
        text-align: center;
    }

    .restaurants_container__title {
        font-size: 25px;
    }

    .restaurants_texts__title {
        font-size: 25px;
    }
}

.card {
    border: none;
}

.card-header {
    background-color: transparent;
}

.control2 {
    border-radius: 100px;
}

.logo-footer {
    width: 70%;
}

.jconfirm-content {
    font-family: "Gotham";
    font-style: normal;
    font-weight: 900;
    font-size: 14px;
    color: #828282;
    text-shadow: 0px 1px 0px #ffffff;
}

.btn-default {
    border: 1px solid rgba(0, 0, 0, 0.15) !important;
    box-sizing: border-box !important;
    padding: 22px 34px !important;
    border-radius: 35px !important;
    font-family: "Gotham" !important;
    font-style: normal !important;
    font-weight: bold !important;
    font-size: 24px !important;
    line-height: 110% !important;
    color: #f2f2f2 !important;
}

.btn-close:focus {
    box-shadow: none;
}

.jconfirm-title {
    font-family: "Nunito" !important;
    color: #828282;
}

.erro-tooltip {
    top: 65px;
    left: 22px;
    margin-left: auto;
    margin-right: auto;
    width: 250px;
    text-align: center;
}

.jconfirm-buttons button {
    text-transform: inherit !important;
}

.mobile-menu p {
    font-family: "Nunito";
}

.mobile-menu div:nth-child(2) {
    text-align: center;
}

.mobile-menu div:nth-child(3) {
    text-align: right;
}


.btn-cancelar {
    background: #a29a9a;
    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-cancelar:hover {
        background: #828282;
        color: #f2f2f2;
        box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.1), inset 0px -4px 1px rgba(0, 0, 0, 0.1);
    }

.container-spinner {
    height: 150px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.spinner-border {
    width: 4rem;
    height: 4rem;
}

.icon_redessociais {
    width: 50px;
    height: 50px;
    border-radius: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 20px;
    background-color: #ffffff;
    cursor: pointer;
}

    .icon_redessociais i {
        color: black;
    }

    .icon_redessociais:hover {
        background-color: #ffffff;
    }

.div_step_pg div:first-child {
    font-size: 130px;
    font-weight: 700;
    color: #e50095;
    margin-bottom: 0px;
    text-align: center;
}

.div_step_pg div:nth-child(2) {
    text-align: center;
    margin-bottom: 1.5rem;
    font-weight: 800;
}

.div_step_pg div:nth-child(3) {
    text-align: center;
    margin-bottom: 1rem;
}


.btnCapa {
    bottom: 0px;
    left: 50%;
    transform: translate(-50%, -50%);
}


.wrapper-mc {
    display: grid;
    height: 100vh;
    background-size: cover;
    background-position: center;
    grid-template-areas:
        'left top top top'
        'left body body body'
        'left body body body';
    grid-template-columns: 290px auto auto auto;
    grid-template-rows: 90px auto auto;
    text-align: center;
}

.bar-top {
    grid-area: top;
    background-color: #99ed01;
    display: flex;
    align-items: center;
    justify-content: space-between;
    z-index: 9;
}


.user-box {
    padding-left: 35px;
}

    .user-box p {
        text-align: left;
        margin-bottom: 0px;
        font-size: 18px;
    }

        .user-box p:first-child {
            color: #d0006e;
        }

        .user-box p a {
            color: #7d0042;
        }

        .user-box p:last-child {
            font-size: 14px;
        }

.btn-out {
    background-color: #d0006e;
    color: #ffffff;
    padding: 12px 18px;
    border-radius: 30px;
    font-size: 13px;
    margin-right: 30px;
}

    .btn-out:hover {
        color: #ffffff;
        background-color: #d0006e;
        opacity: 0.8 !important;
    }

    .btn-out i {
        margin-left: 20px;
    }


.sidebar-mc {
    grid-area: left;
    background-color: #d0006e;
    padding: 0px 30px;
    text-align: left;
}


    .sidebar-mc img {
        height: 56px;
        margin-top: 30px;
    }

    .sidebar-mc ul {
        list-style-type: none;
        padding-left: 0px;
        padding-top: 30px;
        margin: 53px auto;
    }

    .sidebar-mc nav ul li {
        color: #ffffff;
        padding: 3px 0px;
    }

        .sidebar-mc nav ul li a {
            transition: 0.2s;
        }

            .sidebar-mc nav ul li a:hover {
                color: #99ed01 !important;
            }

            .sidebar-mc nav ul li a span i {
                font-size: 16px;
                margin-right: 10px;
            }

.content {
    grid-area: body;
}


.content-title h4 {
    padding-top: 20px;
    color: #d0006e;
    line-height: 40px;
    font-size: 21px;
    text-align: left;
}

.content-title {
    padding: calc(100vw * 0.02);
}

.content-body {
    padding: calc(100vw * 0.02);
}

    .content-body ul {
        flex-wrap: inherit;
        margin-bottom: 20px;
    }

        .content-body ul li {
            width: 100%;
            position: relative;
        }


            .content-body ul li button {
                width: 100%;
                border-bottom: 1px solid rgba(0,0,0,0.1) !important;
                border-top: none !important;
                border-left: none !important;
                border-right: none !important;
                font-size: 1.2em;
                padding: 25px 30px;
                color: #464646 !important;
                transition: 0.2s;
            }


                .content-body ul li button:hover {
                    opacity: 0.6;
                }


                .content-body ul li button.nav-link.active:after {
                    content: "";
                    position: absolute;
                    bottom: -1px;
                    left: 0;
                    right: 0;
                    border-top: 4px solid #d0006e;
                    transition: 0.2s;
                }


.content-card {
    border: 1px solid #d3d3d3;
    padding: 18px !important;
    text-align: center;
    border-radius: 4px;
    display: flex;
    flex-direction: column;
    margin-bottom: 10px !important;
    transition: 0.2s;
    width: 100%;
    background-color: #ffffff;
}

    .content-card:hover {
        background-color: #99ed01;
        border-color: #59ba00 !important;
    }


    .content-card i {
        color: #d0006e;
        font-size: 27px !important;
        line-height: 27px !important;
        padding-bottom: 5px;
    }

    .content-card span {
        color: #464646;
        font-size: 14px !important;
        line-height: 22px !important;
        font-weight: 600;
    }

.content-banner {
    padding: calc(100vw * 0.03);
    margin: 20px 0px;
}

.toggle-password {
    top: 50% !important;
    margin: 0 !important;
    padding: 0 !important;
    right: 32px !important;
    border: none !important;
    color: #828282 !important;
    cursor: pointer !important;
    position: absolute !important;
    transform: translateY(-50%) !important;
    background-color: transparent !important;
}

.toggle-password-register {
    position: absolute;
    top: 46%;
    right: 48px;
    cursor: pointer;
    color: #828282;
}

.box_logo {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

    .box_logo i {
        font-size: 18.28px;
        color: #0d1733;
        cursor: pointer;
    }

.box_user {
    display: flex;
    align-items: center;
    background-color: #0d1733;
    width: 100%;
    border-radius: 10px;
    height: 70px;
    margin-top: 11px;
    padding: 10px 19px;
}

.box_user__avatar {
    background-color: #dbdbdb;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

    .box_user__avatar i {
        font-size: 22px;
        color: #0d1733;
    }

.box_user__name {
    color: #dbdbdb;
    font-size: 14px;
    font-weight: bold;
    height: 14px;
}

.box_user__name,
.box_user__pts {
    margin-left: 12px;
}

.box_user__pts {
    color: #ddae60;
    font-size: 24px;
    font-weight: bold;
    height: 40px;
}

.box_user__menu div {
    background-color: #ddae60;
    border-radius: 10px;
    width: 29px;
    height: 29px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

    .box_user__menu div i {
        color: #0d1733;
        font-size: 15px;
    }

.box_user__pts span:first-child {
    font-weight: 700;
    margin-right: 6px;
}

.box_user__pts i {
    font-size: 12px;
    margin-left: 6px;
    cursor: pointer;
}

.position_icon_user {
    cursor: pointer;
    font-size: 22px;
}

.box_user__bg {
    width: 25%;
    height: 139px;
    background-color: #fff2e9;
    right: 0%;
    z-index: -1;
    position: fixed;
}

@media (min-width: 1200px) {
    .header-links {
        margin-left: 31px;
    }

        .header-links a {
            text-decoration: none;
            padding-right: 24px;
        }

    .box_user {
        width: 130px;
        height: 64px;
        position: absolute;
        right: 0px;
    }

    .box_user__avatar {
        position: absolute;
        left: -24px;
        margin-left: 0px;
    }

    .box_user {
        padding-left: 34px;
        padding-top: 0px;
        padding-bottom: 0px;
        padding-right: 0px;
        /*border: solid #FFFFFF 1px !important;*/
    }

    .box_user__name,
    .box_user__pts {
        margin-left: 0px;
    }

    .box_user__pts {
        font-size: 18px;
        height: 22px;
    }

        .box_user__pts span:last-child {
            font-size: 14px;
            font-weight: 600;
        }

    .box_user__name {
        font-size: 14px;
        font-weight: bold;
        height: 17px;
    }

    .box_user__menu i:nth-child(1),
    .box_user__menu div i:only-child {
        position: absolute;
        top: 6px;
        padding: 0px;
        font-size: 11px;
    }

    .box_user__menu div i:only-child {
        right: 6px;
        color: #ffffff;
    }

    .box_user__menu i:nth-child(1) {
        right: 22px;
        cursor: pointer;
    }

    .box_user__menu i {
        font-size: 12px;
        color: #ffffff;
        background-color: transparent;
    }

    .position_icon_user {
        position: absolute;
        right: 0px;
    }

    .box_user__menu div {
        background-color: transparent;
        border-radius: 0px;
        width: auto;
        height: auto;
        display: block;
        cursor: pointer;
    }

    .header-container {
        padding-top: 12px;
        padding-bottom: 16px;
        padding-left: 0px;
        padding-right: 0px;
    }

    .box_logo i {
        font-size: 28px;
        margin-right: 49px;
        position: absolute;
    }

    .box_logo .IcoMenu {
        left: 0px;
    }
}

.overview_home {
    display: flex;
    flex-wrap: inherit;
    background-color: #FFF2E9;
    border-bottom: none !important;
    border-radius: 100px;
    height: 42px;
    justify-content: space-around;
    margin-bottom: 16px;
    padding: 0px 3px;
    margin-top: 10px;
}

    .overview_home li {
        width: 100%;
    }

.overview_item {
    display: flex;
    justify-content: center;
}

    .overview_item .nav-link {
        margin: auto;
        font-size: 14px;
        border-radius: 100px;
        padding: 0px 9px;
        color: #0D1733 !important;
        border: none;
        height: 91%;
    }

        .overview_item .nav-link .active {
            width: 100% !important;
        }

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    width: 100%;
}

.overview_tab__item {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 14px;
}

    .overview_tab__item i {
        border: 1px solid #C4C4C4;
        border-radius: 100px;
        height: 53px;
        width: 53px;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .overview_tab__item span {
        white-space: initial;
        margin-top: 6px;
        font-size: 12px;
        color: #808080;
        text-align: center;
        line-height: 14px;
    }


.sidebar_user__icon {
    background-color: #DBDBDB;
    width: 83px;
    height: 83px;
    border-radius: 50%;
    margin-top: 40px;
    margin-right: auto;
    margin-left: auto;
}

    .sidebar_user__icon i {
        font-size: 42px
    }

.sidebar_user__name {
    margin-top: 19px;
    font-size: 1rem;
    font-weight: bold;
    text-align: center;
    color: #ffffff;
}

.sidebar_user__pontos {
    margin-top: 3px;
    margin-bottom: 40px;
    font-size: 44px;
    font-weight: bold;
    text-align: center;
    color: #ffffff;
}


.sidebar_user__btn {
    margin-right: 21px;
}

    .sidebar_user__btn .btn {
        color: #ffffff;
        font-weight: bold;
        font-size: 18px;
        padding: 0px;
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin-bottom: 14px;
    }

    .sidebar_user__btn i:first-child {
        color: #ffffff;
        font-weight: bold;
        font-size: 14px;
        margin-right: 14px;
        font-size: 15px;
    }

    .sidebar_user__btn:hover {
        color: #ffffff;
    }

.sidebar_options {
    margin-left: 14px;
}

    .sidebar_options .sidebar_user__btn:first-child {
        padding-left: 3px;
    }

    .sidebar_options .collapse {
        margin-left: 30px;
        transition: 0.3s;
        margin-bottom: 16px;
    }

        .sidebar_options .collapse div {
            margin-bottom: 6px;
        }

        .sidebar_options .collapse a {
            font-size: 16px;
            color: #ffffff;
        }

            .sidebar_options .collapse a i {
                margin-right: 8px;
            }

#sidebar::-webkit-scrollbar {
    width: 4px;
    height: 4px;
    visibility: hidden;
}

#sidebar::-webkit-scrollbar-thumb {
    background: transparent;
    border-radius: 10px;
}

    #sidebar::-webkit-scrollbar-thumb:hover {
        background: transparent;
    }

#sidebar::-webkit-scrollbar-track {
    background: transparent;
    border-radius: 10px;
    box-shadow: inset 7px 10px 12px 0px transparent;
}

.sidebar_login {
    margin-top: 60px;
    text-align: center;
}

    .sidebar_login h5 {
        font-size: 44px;
        color: #ffffff;
        font-weight: 600;
        margin-bottom: 5px;
    }

    .sidebar_login p {
        font-size: 1rem;
        color: #ffffff;
        margin-bottom: 15px;
    }

    .sidebar_login .login {
        font-size: 14px;
        display: flex;
        justify-content: center;
        align-items: center;
        margin: auto;
        margin-bottom: 12px;
    }

        .sidebar_login .login i {
            font-size: 18px;
            margin-right: 6px;
            margin-bottom: 2px;
        }

    .sidebar_login .register {
        font-size: 14px;
        margin-bottom: 38px;
        color: #ffffff !important;
        border: 2px solid #ffffff;
        padding: 13px !important;
    }


.container-btn-sidebar a {
    width: 70%;
    text-transform: uppercase;
    padding: 12px;
    font-family: inherit;
}

    .container-btn-sidebar a:last-child {
        margin-bottom: 38px;
    }

.sidebar_user__btn button:focus {
    border-color: transparent !important;
    box-shadow: 0 0 0 0.25rem rgb(255 197 9 / 0%);
}


.back_capa .btn-offer {
    position: absolute;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    width: 164px;
    bottom: 70px;
    border-radius: 30px;
}

.back_capa div {
    background-image: url('https://img.programadevantagens.com.br/souvivermais/capa.png');
    width: 100%;
    height: 100%;
    position: absolute;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.title-category h4 {
    width: 250px;
    margin: auto;
}

@media(max-width: 768px) {
    .title-category h3 {
        font-size: 24px;
    }

    .desc3 span:nth-child(1) {
        font-size: 10px;
    }

    .desc3 span:nth-child(2), .desc5 span, .desc span, .desc2 span {
        font-size: 16px;
    }

    .desc3 span:nth-child(3) {
        font-size: 12px;
    }

    .product-item h5, .product-item small, .product-item-2 h5 {
        font-size: 12px;
    }

    .div-price div :first-child, .div-price div :last-child {
        font-size: 11px;
    }

    .div-price div :nth-child(2) {
        font-size: 14px;
    }

    .info_loja p:nth-child(1) {
        font-size: 19px;
    }

    .store p:nth-child(2) {
        font-size: 14px;
    }

    .btn-store {
        font-size: 0.6rem;
        width: 100px;
    }

    .title-category {
        margin-top: 1.5rem;
        margin-bottom: 2.5rem;
    }

    .form-control-xl, .form-select {
        padding: 0.6rem 1.75rem;
    }

    .btn-offer {
        padding: 11px 34px;
        font-size: 18px;
    }

    .Footer-Back img {
        width: auto !important;
        height: 32px !important;
    }

    .form-control, .form-control-xl, .form-select {
        font-size: 16px !important;
    }

        .form-control::placeholder, .form-control-xl::placeholder, .form-select::placeholder {
            font-size: 16px !important;
        }

    .wrapper-mc {
        display: block;
        height: 100vh;
        background-size: cover;
        background-position: center;
        grid-template-areas:
            'left left left left'
            'top top top top'
            'body body body body';
        grid-template-columns: auto auto auto auto;
        grid-template-rows: auto auto auto;
        text-align: center;
    }

    .sidebar-mc {
        display: flex;
        padding: 30px 30px;
        align-items: center;
        justify-content: space-between;
        height: 30px;
    }

        .sidebar-mc .openBar {
            color: #ffffff;
        }

        .sidebar-mc .closeBar {
            color: #d0006e;
            display: none;
            transition: 0.8s;
            z-index: 2;
        }

        .sidebar-mc img {
            height: 30px;
            margin-top: 0px;
        }

        .sidebar-mc nav {
            position: fixed;
            height: 100vh;
            top: 0px;
            right: -80%;
            z-index: 1;
            background-color: #99ed01;
            transition: 0.3s;
            padding: 54px 23px;
        }

    #opaticyBack {
        position: absolute;
        background-color: #00000085;
        opacity: 0.3;
        top: 0px;
        left: 0px;
        width: 100%;
        height: 100vh;
        transition: 0.3s;
        display: none;
    }

    .bar-top {
        padding: 18px 0px;
    }

    .sidebar-mc nav ul li {
        color: #d0006e;
    }

        .sidebar-mc nav ul li a span i {
            display: none;
        }

        .sidebar-mc nav ul li a span span {
            font-size: 18px;
            line-height: 22px;
            font-weight: 500;
        }

    .content-card i {
        font-size: 17px !important;
        line-height: 17px !important;
    }

    .content-card span {
        font-size: 9px !important;
        line-height: 14px !important;
    }

    .tab-content {
        background-color: #eee;
        padding: 20px 10px;
    }

    .overview_tab {
        background-color: transparent;
        padding: 0px 21px;
    }

    .content-body ul li {
        display: flex;
        align-items: flex-end;
    }

        .content-body ul li button {
            padding-top: 0px;
            padding-left: 0px;
            padding-right: 0px;
            padding-bottom: 4px;
        }

    .content-body ul {
        margin-bottom: 0px;
    }

    .content-card {
        padding: 7px !important;
    }

    .overview_home {
        /*margin-left: 21px;
        margin-right: 21px;*/
        width: auto;
    }

    .sidebar_login h5 {
        font-size: 1.5rem;
    }

    .sidebar_user__btn .btn {
        font-size: 16px;
    }

    .sidebar_options .collapse a {
        font-size: 14px;
    }

    .sidebar_options .collapse {
        margin-left: 31px;
    }

    #sidebar {
        width: 290px !important;
        left: -290px !important;
    }

    .sidebar_user__pontos {
        font-size: 40px;
    }

    .alert-privacidade .buttons {
        width: 100%;
    }
}



.title-progress-account {
    margin-top: 50px;
    margin-bottom: 69px;
}

    .title-progress-account h2 {
        font-size: 32px;
        color: #808080;
        margin-bottom: 9px;
    }

        .title-progress-account h2 span {
            color: #0D1733;
        }

    .title-progress-account p {
        font-size: 16px;
        color: #808080;
    }

.bar-progress-account {
    display: flex;
}


    .bar-progress-account .progress-1 span {
        font-size: 16px;
        font-weight: bold;
        color: #ffffff;
    }

    .bar-progress-account .progress-check .progress-icon span {
        color: #ffffff !important;
    }

[class^="progress-"] {
    width: 15%;
    border-radius: 100px;
    height: 32px;
    background-color: #C4C4C4;
    position: relative;
}

.progress-icon {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    position: absolute;
    background-color: #FFFFFF;
    border: 1px solid #E5E5E5;
    top: -38px;
    right: -22px;
    z-index: 2;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

    .progress-icon span {
        font-weight: bold;
        color: #ffffff;
        display: block;
    }

        .progress-icon span:first-child {
            font-size: 20px;
            font-weight: 700 !important;
        }

        .progress-icon span:last-child {
            font-size: 16px;
            line-height: 16px;
        }

.progress-padlock {
    position: absolute;
    top: -53px;
    z-index: 3;
    right: 13px;
    background-color: #c4c4c4;
    width: 32px;
    height: 32px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 100px;
}

.progress-user {
    margin-bottom: 99px;
}

.myaccount-banners {
    margin-bottom: 109px;
}

    .myaccount-banners h2 {
        font-size: 32px;
        color: #808080;
        margin-bottom: 23px;
        text-align: left;
    }

    .myaccount-banners div img {
        height: 222px;
        border-radius: 10px;
    }

        .myaccount-banners div img:first-child {
            margin-right: 15px;
        }

.bar-progress-account .progress-check .progress-padlock {
    display: none;
}

.myaccount-pay-with-points h2 {
    font-size: 32px;
    color: #808080;
    margin-bottom: 33px;
    text-align: left;
}

.myaccount-menus {
    display: flex;
    margin-bottom: 50px;
    justify-content: center;
}

    .myaccount-menus div {
        display: flex;
        width: 187px;
        height: 67px;
        border-radius: 10px;
        border: 1px solid #E5E5E5;
        margin-right: 15px;
        justify-content: center;
        align-items: center;
        cursor: pointer;
    }

        .myaccount-menus div i {
            font-size: 24px;
            margin-right: 14px;
        }

        .myaccount-menus div h6 {
            font-size: 16px;
            font-weight: bold;
            color: #808080;
            margin-bottom: 0px;
        }

        .myaccount-menus div:last-child {
            margin-right: 0px;
        }


.requests-list {
    border-radius: 5px;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.2);
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.2);
    align-items: center;
    position: relative;
    padding: 19px 30px;
    align-items: stretch;
}

    .requests-list .requests-carousel .carousel-inner {
        width: 161px;
        margin: auto;
    }

.slick-control-prev-icon, .slick-control-next-icon {
    color: #878686;
    border-radius: 5px;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.5);
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.5);
    display: flex;
    align-items: center;
    justify-content: center;
    width: 25px;
    height: 25px;
    position: absolute;
    z-index: 9;
    top: 6px;
    cursor: pointer;
}

.slick-control-prev-icon {
    left: -10px;
}

.slick-control-next-icon {
    right: -10px;
}

.slick-list {
    margin: 0px 34px;
}

.requests-btns {
    display: flex;
    align-items: end;
    text-align: right;
    justify-content: end;
    height: 100%;
}

.requets-price h6, .requets-status h6, .request-product h6 {
    font-size: 12px;
    font-weight: 700;
    color: #878686;
    margin-bottom: 2px;
}

.requets-price p, .requets-status p {
    font-size: 16px;
    margin-bottom: 0px;
}

    .requets-status p:empty {
        height: 23px;
    }

.request-order {
    position: absolute;
    right: 15px;
    top: 15px;
    text-align: right;
}

    .request-order h6 {
        color: #878686;
        font-size: 14px;
        font-weight: 400;
    }

.request-product .list {
    max-height: 120px;
    overflow: auto;
    border-radius: 5px;
    box-shadow: 0px 2px 5px 0px rgb(0 0 0 / 20%);
}

    .request-product .list div:first-child {
        padding-top: 4px;
    }

    .request-product .list div:last-child {
        margin-bottom: 0px;
    }

    .request-product .list div {
        padding-left: 10px;
        font-size: 14px;
        margin-bottom: 4px;
        cursor: pointer;
    }

        .request-product .list div:hover {
            background-color: #f5f2f2;
        }

    .request-product .list::-webkit-scrollbar {
        width: 4px;
        height: 4px;
        visibility: hidden;
    }

    .request-product .list::-webkit-scrollbar-thumb {
        background: transparent;
    }

.slick-slide img {
    width: 180px;
}

.group-search-mobile span {
    border-top-left-radius: 100px;
    border-bottom-left-radius: 100px;
    background-color: transparent;
    height: 48px;
    color: #808080;
    padding-left: 18px;
}

.group-search-mobile input {
    border-left: 0px;
    height: 48px;
    padding-left: 0px;
    margin-bottom: 0px;
    border-top-right-radius: 100px !important;
    border-bottom-right-radius: 100px !important;
}

.group-search-mobile .icon-settings-filter {
    width: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 23px;
    color: #808080;
}

.settings-filter {
    position: relative;
    height: 425px;
}

    .settings-filter div:first-child:only-child {
        position: absolute;
        top: 0px;
        left: auto;
        margin-top: 26px;
        background-color: #808080;
        border-radius: 20px;
        padding: 20px 25px;
        z-index: 9;
        min-width: 300px;
        width: 100%;
    }

}

.settings-filter div h6 {
    font-weight: bold;
    font-size: 14px;
    color: #ffffff;
}

.settings-filter div .filters {
    margin: 18px 0px;
}

.settings-filter .btn {
    border: 1px solid #ffffff;
    border-radius: 100px;
    padding: 7px 60px;
    font-size: 12px;
    color: #ffffff;
    font-weight: 600;
    text-transform: uppercase;
}

/*================================== radio button settings filter ======================*/
.label-radio-button {
    display: block;
    position: relative;
    margin-bottom: 18px;
    cursor: pointer;
    font-size: 12px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color: #ffffff;
}

.filter-category {
    color: #FF0000 !important;
}

.label-radio-button input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.checkmark {
    position: absolute;
    top: 7px;
    right: 0px;
    height: 25px;
    width: 25px;
    border-radius: 50%;
}


    .checkmark:after {
        content: "";
        position: absolute;
        display: none;
    }

.label-radio-button input:checked ~ .checkmark:after {
    display: block;
}

.label-radio-button .checkmark:after {
    left: 9px;
    top: 5px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.btn-outline {
    text-transform: uppercase;
}


.alert-msg h3 {
    font-family: "Nunito" !important;
    color: #828282;
    font-size: 24px;
}

.alert-msg p {
    font-family: "Nunito" !important;
    color: #828282;
    font-size: 15px;
}

.carousel-item-icon {
    font-size: 54px;
    margin-bottom: 32px;
}

/*=================================================================================*/
@media (max-width: 768px) {
    #IdMenuSuspencoMbl {
        white-space: nowrap;
        overflow-x: auto;
    }

    .sub-menuLinks-footer a:first-child {
        padding-left: 13px;
    }

    .sub-menuLinks-header a::after, .sub-menuLinks-footer a::after {
        right: 5px;
    }

    /* Track */
    .sub-menuLinks-footer::-webkit-scrollbar-track {
        background: #f1f1f1;
    }

    /* Handle */
    .sub-menuLinks-footer::-webkit-scrollbar-thumb {
        background: #888;
    }

        /* Handle on hover */
        .sub-menuLinks-footer::-webkit-scrollbar-thumb:hover {
            background: #555;
        }

    .align-logo, #Top_IcoUser, .IcoMenu, .IcoUser {
        width: auto;
    }

    .LinksGet div:nth-child(2) {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .btn-primary {
        margin-top: 20px;
        width: 100%;
    }

    .alert-privacidade .btn-offer {
        width: 100%;
    }

    .control2_indicator {
        top: 33px;
        left: 21px;
    }

    .control2 {
        padding-left: 0px;
    }

        .control2 p {
            padding-right: 20px;
        }

            .control2 p:empty {
                height: 14px;
            }

    .icon_redessociais {
        margin: 10px !important;
    }

    .div-price {
        padding: 0px 17px;
    }

    [class^="progress-"] {
        height: 17px;
    }


    .progress-1 span {
        display: none;
    }

    .progress-icon {
        width: 44px;
        height: 44px;
        top: -18px;
        right: -19px;
        z-index: 2;
    }

        .progress-icon img {
            width: 21px;
        }

        .progress-icon span {
            display: block;
        }

            .progress-icon span:first-child {
                font-size: 12px;
            }

            .progress-icon span:last-child {
                font-size: 10px;
                line-height: 8px;
            }

    .progress-padlock {
        top: -25px;
        z-index: 3;
        right: -5px;
        width: 15px;
        height: 15px;
    }

        .progress-padlock img {
            width: 9px;
        }

    .requests-btns {
        justify-content: center;
    }

        .requests-btns .btn {
            font-size: 14px;
            height: 36px;
        }
}

@media (min-width: 768px) {
    #IdMenuSuspenco {
        display: block !important;
    }

    .sub-menuLinks-footer a {
        padding-left: 13px;
    }

    .position-logo-footer {
        position: absolute;
        left: 0px;
        top: 17px;
    }

    .desc3 div {
        padding-top: 13px !important;
    }

    .desc3 span:nth-child(1) {
        height: 8px !important;
    }

    .desc3 span:nth-child(2) {
        height: 20px !important;
    }



    .back_capa div {
        background-image: url('https://img.programadevantagens.com.br/souvivermais/capa_desktop.png');
    }

    .bar-progress-account .progress-1 {
        width: 340px;
        text-align: right;
        padding-right: 100px;
        padding-top: 4px;
    }

    .request-infos {
        height: 100%
    }

        .request-infos .col-lg-3, .request-infos .col-lg-4, .request-infos .col-lg-5 {
            min-height: 120px;
        }
}

.floating_menu {
    padding-bottom: 8px !important;
    margin-bottom: 0px;
}

@media(max-width: 1200px) {
    .myaccount-menus {
        flex-direction: column;
        flex-flow: wrap;
        width: 330px;
        justify-content: space-evenly;
        margin: auto;
    }

    .myaccount-banners div {
        white-space: nowrap;
        overflow-x: auto;
    }

    .myaccount-menus div {
        width: 101px;
        height: 81px;
        flex-direction: column;
        margin-bottom: 6px;
        margin-right: 0px;
    }

        .myaccount-menus div h6 {
            font-size: 12px;
        }

        .myaccount-menus div i {
            margin-right: 0px;
            font-size: 17px;
            margin-bottom: 12px;
        }

    .myaccount-banners div img:first-child {
        margin-right: 10px;
    }

    .myaccount-banners div img {
        height: 117px;
    }
}

@media(min-width: 1200px) {
    .myaccount-banners div {
        display: flex;
    }
}

@media(min-width: 1400px) {
    .myaccount-banners div img {
        height: 260px;
    }
}

.title-produto {
    font-family: "Gotham";
    font-style: normal;
    font-weight: 600;
    font-size: 25px;
    color: #828282 !important;
    margin-bottom: 0px;
    padding-top: 0px;
    position: relative;
    max-height: 4.6em;
    height: 63px;
    padding-right: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    white-space: normal;
    line-height: 20px;
    margin-top: 20px;
}

.price {
    font-family: "Gotham";
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    color: #8cc740;
}




/*================================== NOVO CSS PADRAO ===========================*/
/*================================== NOVO CSS PADRAO ===========================*/
/*================================== NOVO CSS PADRAO ===========================*/
/*================================== NOVO CSS PADRAO ===========================*/
/*================================== NOVO CSS PADRAO ===========================*/
/*================================== NOVO CSS PADRAO ===========================*/
/*================================== NOVO CSS PADRAO ===========================*/
/*================================== NOVO CSS PADRAO ===========================*/
/*================================== NOVO CSS PADRAO ===========================*/
/*================================== NOVO CSS PADRAO ===========================*/
/*================================== NOVO CSS PADRAO ===========================*/
/*================================== NOVO CSS PADRAO ===========================*/
/*================================== NOVO CSS PADRAO ===========================*/
/*================================== NOVO CSS PADRAO ===========================*/
/*================================== NOVO CSS PADRAO ===========================*/
/*================================== NOVO CSS PADRAO ===========================*/
/*================================== NOVO CSS PADRAO ===========================*/
/*================================== NOVO CSS PADRAO ===========================*/
/*================================== NOVO CSS PADRAO ===========================*/
/*================================== NOVO CSS PADRAO ===========================*/
/*================================== NOVO CSS PADRAO ===========================*/

.Header-A {
    min-height: 46px !important;
    padding: 12px 0px 4px 0px !important;
}

    .Header-A button {
        border: none !important;
        background-color: transparent !important;
    }

.TopCard {
    right: 0px !important;
    margin: 8px 0px 0px 0px !important;
}

.TopBtSair {
    margin: 0px 0px !important;
    font-size: 16px !important;
    padding: 4px 0px !important;
    line-height: 18px !important;
}

* .IcoPixel {
    background-color: transparent !important;
}

.IcoPixel {
    background-size: 100% 100% !important;
    background-color: transparent !important;
    background-image: url(../img/pixel.png) !important;
}

.top-range {
    height: 9px;
    background-color: #000000;
}

.IcoMenu {
    width: 26px !important;
    font-size: 24px !important;
    line-height: 24px !important;
}

.IcoUser {
    display: block !important;
}

.Top-Back .IcoPixel {
    height: 26px !important;
    width: calc(100% - 76px) !important;
    border: solid 1px #000000 !important;
}

.IcoModalEntrar {
    height: 26px !important;
    margin: 0px 0px 0px 0px !important;
}

    .IcoModalEntrar span {
        display: none !important;
        cursor: pointer !important;
        font-size: 22px !important;
        line-height: 22px !important;
        margin: 0px 8px 2px 0px !important;
    }

    .IcoModalEntrar i {
        cursor: pointer !important;
        font-size: 22px !important;
        line-height: 22px !important;
        margin: 1px 0px 0px 0px !important;
    }

.box_logo i {
    color: #000000;
    cursor: pointer !important;
    font-size: 18.28px !important;
}

.form-check-input:checked {
    background-color: #000000;
    border-color: #000000;
}

.form-check-input:focus {
    outline: 0;
    box-shadow: 0 0 0 0.25rem #00000040;
}

header {
    transition: 0.3s;
}

.align-logo, #Top_IcoUser, .IcoMenu, .IcoUser {
    width: auto;
}

#IdTopUser {
    color: #000000;
}

    #IdTopUser span {
        font-family: 'Roboto';
        text-transform: uppercase;
        font-size: 15px;
    }

.Top-Logo {
    width: auto;
    height: 60px;
}

.UserEntrar {
    margin: 0px 8px 2px 0px !important;
    padding: 0px 0px 0px 0px !important;
}

@media (min-width: 720px) {
    .IcoModalEntrar span {
        display: inline-block !important;
    }
}

@media (min-width: 539px) {
    .IcoModalEntrar span {
        font-size: 17px !important;
        line-height: 17px !important;
        margin: 0px 4px 2px 0px !important;
    }
}

@media (min-width: 719px) {
    .IcoModalEntrar span {
        font-size: 19px !important;
        line-height: 19px !important;
        margin: 0px 6px 2px 0px !important;
    }
}

@media (min-width: 959px) {
    .IcoModalEntrar span {
        font-size: 22px !important;
        line-height: 22px !important;
        margin: 0px 8px 2px 0px !important;
    }
}

@media (max-width: 1440px) {
    .header-links a {
        font-size: 14px;
    }
}

@media (min-width: 1440px) {
    .header-links a {
        font-size: 18px;
    }
}

.font-color-1, .backMenuLeftItem i, .spinner-border, .icon_redessociais i {
    color: #000000;
}

h1, h2, h3, h4, h5, h6 {
    color: #000000;
    font-family: 'Roboto';
    font-weight: bold;
}

.title-category .result {
    color: #E57200;
}

.active {
    color: #000000;
}

.LinksGet:hover > i, .jconfirm-icon-c i, .carousel-item-icon {
    color: #000000;
}

.LinksGet, .LinksRotas {
    color: #5B5B5B;
}

    .LinksGet:hover {
        color: #5B5B5B;
    }

.icon-suspenco {
    border-color: #5B5B5B;
}

    .icon-suspenco i {
        color: #5B5B5B;
    }

.backMenuLeftItem i {
    color: #5b5b5b;
}

.form-control:focus, .form-control-xl:focus, .form-select:focus, .btn-offer:focus, .btn-offer-outline:focus, .btn-check:focus + .btn, .btn:focus {
    border-color: #000000;
    box-shadow: none;
}

.card03__detail-btn-link, .btn-offer, .btn-offer-outline, .btn-default, .jconfirm .jconfirm-box .jconfirm-buttons button.btn-default {
    background-color: #E57200;
    color: #ffffff;
}

    .btn-offer:hover, .btn-offer-outline:hover, .btn-default:hover {
        background-color: #E57200;
        opacity: 0.9;
    }

.control2-radio .control2_indicator:after {
    background: #000000;
}

#floater-btn {
    color: #000000;
    border: solid 1px #000000;
    background-color: #FFFFFF;
}

.Footer-Back, .Footer-Link {
    background-color: #004571;
    color: #FFFFFF;
}

.AppFavicon {
    background-color: #de0074;
}

.sub-menuLinks-header a, .sub-menuLinks-footer a {
    color: #ffffff;
}

/* =================================================== */

.icon_redessociais {
    margin: 5px;
}

@media(min-width: 768px) {
    .icon_redessociais {
        border: 1px solid #ededed;
    }

    .MenuLeftTitulo {
        height: 37px !important;
        font-size: 16px !important;
    }

    .social-media i {
        font-size: 20px !important;
        height: 40px !important;
        line-height: 40px !important;
        width: 40px !important;
        background-color: #99ec01;
        color: #7d0042;
        text-align: center !important;
        border-radius: 50px !important;
        margin-right: 10px;
    }

    .mid-col a {
        color: white;
    }

        .mid-col a:hover {
            color: white;
        }

    .last-col-bottom {
        font-size: 10px;
    }

        .last-col-bottom img {
            width: 150px;
        }

    .Footer-Back h4 {
        color: #ffffff;
    }

    .Footer-Back .form-control, .Footer-Back .form-control:focus, .Footer-Back input::placeholder {
        background-color: transparent;
        color: #ffffff;
    }

    .start-col button {
        background-color: #ffffff;
        color: #7d0042;
        width: 100%;
        border-radius: 20px;
    }

    .btn-offer {
        padding: 23px 50px;
        font-size: 18px;
        font-family: 'Roboto';
        text-shadow: none;
    }

    h2 {
        font-size: 42px;
    }

    h3 {
        font-size: 33px;
    }


    .backMenuLeftItem p, .backMenuLeftItem span {
        font-size: 18px;
        line-height: 20px;
        font-weight: 600;
        color: #464646;
    }

    .backMenuLeftItem i {
        color: #464646;
    }

    .title-category .result, .product-item h6, .subtitle_loja, .text-detail h3 {
        font-family: 'Roboto';
    }

    .btn-out, .content-title h4, .mobile-banner h4 {
        font-family: 'Roboto';
    }

    .user-box p, .sidebar-mc nav ul li a, .content-body ul li button, .content-card span, .title-category p, .title-category a .font-regular, .btn-offer, .product-item small, .text-detail p {
        font-family: 'Roboto';
    }


    .subtitulo-login, .lost-password {
        color: #3C3C3C;
        text-shadow: none;
    }

    .form-group {
        text-align: initial;
    }

    .LinksGet, .LinksRotas {
        width: 100%;
    }

    .menu-after-banner .col-12 {
        width: 100%;
        display: flex;
        justify-content: center;
    }
}

.title-category p {
    color: #3C3C3C;
}

.titles-section {
    margin-bottom: 32px;
}

    .titles-section h2 {
        font-size: 14px;
        font-weight: bold;
        color: #3c3c3c;
        margin-bottom: 4px;
    }

    .titles-section h3 {
        font-size: 32px;
        font-weight: bold;
        color: #000000;
        margin-bottom: 9px;
    }

    .titles-section h4 {
        font-size: 18px;
        font-weight: bold;
        color: #3c3c3c;
    }

.grid-mosaic {
    display: grid;
    grid-template-areas:
        "img1 img2"
        "img1 img3";
    grid-gap: 1rem;
}

    .grid-mosaic .mosaic1 {
        grid-area: img1;
    }

    .grid-mosaic .mosaic2 {
        grid-area: img2;
    }

    .grid-mosaic .mosaic3 {
        grid-area: img3;
    }

        .grid-mosaic .mosaic2 img,
        .grid-mosaic .mosaic3 img {
            height: 100%;
        }

    .grid-mosaic [class*="mosaic"] img {
        width: 100%;
        height: 100%;
    }

    .grid-mosaic [class*="mosaic"] {
        position: relative;
    }

    .grid-mosaic .mosaic1 div {
        position: absolute;
        bottom: 26px;
        left: 20px;
        width: 430px;
    }

    .grid-mosaic .mosaic2 div,
    .grid-mosaic .mosaic3 div {
        position: absolute;
        bottom: 35px;
        left: 34px;
        width: 300px;
    }

    .grid-mosaic [class*="mosaic"] h5,
    .grid-mosaic [class*="mosaic"] p {
        color: #ffffff;
    }

    .grid-mosaic [class*="mosaic"] h5 {
        font-size: 32px;
    }

    .grid-mosaic [class*="mosaic"] p {
        font-size: 18px;
        margin-bottom: 0px;
    }

.mt-30 {
    margin-top: 30px;
}

.carousel-itau-prev {
    left: -85px;
}

.carousel-itau-next {
    right: -85px;
}

.carousel-control-prev i,
.carousel-control-next i {
    color: #000000;
}

.carousel-item p {
    color: #3c3c3c;
    font-size: 18px;
    font-weight: bold;
    margin-top: 22px;
}

@media (max-width: 768px) {
    .grid-mosaic {
        grid-template-areas:
            "img1"
            "img2"
            "img3";
    }

        .grid-mosaic .mosaic1 div {
            bottom: 38px;
            left: 25px;
            width: 300px;
            text-align: left;
        }

        .grid-mosaic .mosaic2 div, .grid-mosaic .mosaic3 div {
            position: absolute;
            bottom: 20px;
            left: 23px;
            width: 209px;
        }

        .grid-mosaic .mosaic2 img, .grid-mosaic .mosaic3 img {
            height: auto;
        }

    .carousel-item p {
        font-size: 10px;
    }

    .grid-mosaic .mosaic1 {
        text-align: center;
    }

    .grid-mosaic [class*="mosaic"] h5 {
        font-size: 1em;
    }

    .grid-mosaic [class*="mosaic"] p {
        font-size: 0.8em;
        margin-bottom: 0px;
    }

    .LinksGet, .LinksRotas {
        width: 100px;
    }

    #IdTopUser {
        position: absolute;
        top: 30px;
        padding: 0px;
        right: 8px;
    }

        #IdTopUser i {
            margin: auto;
            padding-left: 15px;
        }

        #IdTopUser span {
            display: none;
        }

    .Top-Back a i {
        height: 45px;
        width: 45px;
        margin: auto;
        border-radius: 30px;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .Footer-Back img {
        width: 60px;
        height: auto;
    }

    .carousel-itau-prev, .carousel-itau-next {
        display: none;
    }

    .header-links a {
        width: 100px !important;
        color: #FFFFFF;
    }

    .menu-after-banner .col-12 {
        white-space: nowrap;
        overflow-x: auto;
        padding-bottom: 10px;
    }


    .titles-section h2 {
        font-size: 10px;
        margin-bottom: 0px;
    }

    .titles-section h3 {
        font-size: 20px;
        margin-bottom: 6px;
    }

    .titles-section h4 {
        font-size: 12px;
    }

    .Footer-Back, .Footer-Link {
        font-size: 10px;
    }

    .sub-menuLinks, .sub-menuLinks-header, .sub-menuLinks-footer {
        white-space: inherit;
        overflow-x: auto;
        padding-bottom: 0px;
        text-align: center;
    }

        #IdMenuSuspencoMbl .LinksGet, .sub-menuLinks a, .sub-menuLinks-header a, .sub-menuLinks-footer a {
            display: inline-block;
            float: none;
            margin-right: 0px;
            white-space: nowrap;
            overflow: initial;
            text-overflow: ellipsis;
            width: auto;
        }
}

.LinksGet, .LinksRotas {
    color: #6c757d;
    background-color: transparent;
    border: none;
    padding: 2px;
    margin: 0px 10px;
    cursor: pointer !important;
    display: inline-flex;
    align-items: center;
    cursor: pointer;
    display: inline-block;
    float: none;
    margin-right: 11px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-family: 'Roboto';
    text-align: center;
    margin: 0px;
}

.menu-after-banner {
    background-color: #f1f1f1;
    padding: 18px 0px;
}

    .menu-after-banner a {
        color: #000000;
        font-size: 18px;
        margin-right: 23px;
        font-family: 'Roboto';
    }

        .menu-after-banner a:last-child {
            margin-right: 0px;
        }


@media (max-width: 1200px) {

    #Top_IcoUser, .IcoUser {
        display: flex;
        justify-content: center;
        margin: 13px 0px;
    }

    .link-login {
        position: absolute;
        right: 17px;
        top: 30px;
    }

    .header-links a {
        display: inline-block;
        float: none;
        margin-right: 11px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        width: 100px;
        text-align: center;
    }

        .header-links a i {
            border: 1px solid #757575;
        }


        .header-links a i {
            height: 45px;
            width: 45px;
            margin: auto;
            border-radius: 30px;
            display: flex;
            justify-content: center;
            align-items: center;
        }

    .header-links {
        white-space: nowrap;
        overflow-x: auto;
        margin-top: 15px;
    }

    .Top-Logo {
        width: auto !important;
        height: 47px !important;
    }
}

@media (min-width: 1200px) {
    #Top_IcoUser, .IcoUser {
        position: absolute !important;
        right: 0px;
    }

    .DvIcoUser .IcoUser {
        position: inherit !important;
    }

    .IcoUser i {
        top: 8px !important;
    }
}

.overflow_slide {
    white-space: nowrap;
    overflow-x: auto;
}

    .overflow_slide div {
        display: inline-block;
        float: none;
        margin-right: 5px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .overflow_slide img {
        border-radius: 10px;
    }

    .overflow_slide p {
        margin-bottom: 0px;
        margin-top: 9px;
        text-align: left;
        color: #000000;
    }

.sub-menuLinks-header a::after,
.sub-menuLinks-footer a::after,
.sub-menuLinks-header a:first-child::before,
.sub-menuLinks-footer a:first-child::before {
    content: "";
}

.sub-menuLinks-header a::before, .sub-menuLinks-footer a::before {
    content: "|";
    position: absolute;
    top: -3px;
    right: -3px;
}

.sub-menuLinks-header a::before, .sub-menuLinks-footer a::before {
    content: "|";
    position: initial;
    top: -1px;
    right: auto;
    padding-right: 10px;
}

.sub-menuLinks-header a::after, .sub-menuLinks-footer a::after {
    right: 0px;
}

.sub-menuLinks-header a, .sub-menuLinks-footer a {
    padding: initial;
    padding-right: 7px;
}

#sidebar {
    background-color: #000000;
}

#dismiss {
    background-color: #000000;
}

    #dismiss i {
        color: #000000;
    }

.sidebar_user__pontos {
    color: #000000;
}

.sidebar_user__icon i {
    color: #000000;
}

.sidebar_login a {
    background-color: #000000;
}

    .sidebar_login a:hover {
        background-color: #000000;
    }

@media (max-width: 1200px) {
    .box_logo img {
        width: auto !important;
        height: 42px !important;
    }
}

/*==================================MINHA CONTA - INDEX===========================*/

.bar-progress-account .progress-1 {
    background-color: #000000;
}

.progress-check .progress-icon {
    background-color: #000000;
    border: 1px solid #000000;
}

.bar-progress-account .progress-check {
    background-color: #000000;
}

.bar-progress-account .progress-1 .progress-icon span, .myaccount-menus div i {
    color: #000000;
}

.header-links a, .header-links a span {
    color: #FFFFFF;
}

/*==================================YOU TUBE===========================*/

.Video-BG {
    position: relative !important;
    background-color: #3d3d3d !important;
}

.Video-Col-Texto, .Video-Col-Img {
    width: 100% !important;
}

.Video-Texto {
    padding: 30px !important;
}

    .Video-Texto h1, .Video-Texto h2, .Video-Texto h3, .Video-Texto h4, .Video-Texto h5, .Video-Texto p {
        color: #FFFFFF !important;
    }

.Video-Img {
    overflow: hidden !important;
    text-align: center !important;
}

    .Video-Img img {
        width: 100% !important;
        height: auto !important;
    }

.Video-Link {
    position: absolute;
    text-align: center;
    left: 50%;
    bottom: 15% !important;
    width: 60px;
    height: 60px;
    font-size: 20px;
    line-height: 60px;
    border-radius: 50%;
    color: #f6435f;
    transform: translate(-50%, -50%);
    z-index: 1;
}

    .Video-Link::before, .Video-Link::after {
        display: inline-block;
        position: absolute;
        content: '';
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        border-radius: inherit;
        transition: all .2s ease;
        z-index: -1;
    }

    .Video-Link::before {
        background: rgba(255, 255, 255, 0.34);
        transform: scale(1.15);
    }

    .Video-Link::after {
        background: #ffffff;
    }

    .Video-Link .fa {
        font-size: inherit;
        line-height: inherit;
    }

    .Video-Link:hover {
        color: #f6435f;
    }

        .Video-Link:hover::before {
            transform: scale(2);
            background: transparent;
        }

        .Video-Link:hover::after {
            transform: scale(0.8);
            background: rgba(255, 255, 255, 0.7);
        }

@media (min-width: 768px) {

    .Video-Img {
        width: 100% !important;
        height: 100% !important;
        overflow: hidden !important;
        position: relative !important;
    }

    @supports (object-fit: cover) {
        .Video-Img img {
            left: 0 !important;
            top: 0 !important;
            width: 100% !important;
            height: 100% !important;
            transform: none !important;
            object-fit: cover !important;
            object-position: center center !important;
        }
    }

    .Video-Link {
        left: 50%;
        bottom: 15% !important;
        width: 70px;
        height: 70px;
        font-size: 26px;
        line-height: 70px;
        border-radius: 50%;
    }
}

@media (min-width: 992px) {

    .Video-BG {
        display: inline-flex !important;
    }

    .Video-Col-Texto, .Video-Col-Img {
        width: 50% !important;
    }

    .Video-Col-Texto {
        padding-right: 40px;
    }

    .Video-Link {
        top: 50% !important;
        left: 50% !important;
        width: 90px !important;
        height: 90px !important;
        font-size: 30px !important;
        line-height: 90px !important;
    }
}

@media (min-width: 1200px) {

    .Video-Link {
        top: 50% !important;
        left: 50% !important;
        width: 120px !important;
        height: 120px !important;
        font-size: 40px !important;
        line-height: 120px !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;
}

.Footer-Logo {
    height: 46px;
    margin: 0px !important;
    padding: 0px !important;
}

.social-links {
    opacity: .50;
    width: 36px !important;
    height: 36px !important;
    padding: 8px 0px !important;
    border-radius: 50% !important;
    text-align: center !important;
    vertical-align: central !important;
    margin: 0px 0px 0px 6px !important;
}

    .social-links:hover {
        opacity: 1;
    }

    .social-links i {
        font-size: 20px !important;
        line-height: 20px !important;
    }
