.btvoltar {
    display:none !important;
}

.btn-adms {
    margin-left:5px;
    color:red !important;
}

.menu-myClub {
    /* font-size:10px; */
    background-color:goldenrod;
    color:white;
    width:90%;
    border-radius:15px;
}

.menu-saiba {
    color: rgba(2,205,188,1);
    font-weight: 800;
}

.menu-sacola {
    /* font-size:10px; */
    background-color:#FF4F02;
    color:white;
    width:90%;
    border-radius:15px;
}

.menu-sacola-mobile {
    /* font-size:10px; */
    /* background-color:red; */
    color:#FF4F02;
    width:90%;
    border-radius:15px;
    font-weight: 800;
}

.container-carousel{
    width: 100%;
    display: flex;
    margin: 0px auto; 
    /* background-color: white;  */
    border-radius: 7px;
}

.star-points-menu {
    font-weight: 1000;
}
/*-----------MENU DE CATEGORIAS---------*/
.menu-oportunidade {
    background: linear-gradient(90deg, rgba(11,19,103,1) 0%, rgba(225,67,1,1) 100%);
    /* background-color:rgba(31,165,227,1); */
    /* background: linear-gradient(90deg, hsla(115, 100%, 33%, 1) 0%, hsla(0, 100%, 53%, 1) 100%); */
    color:white;
    width:90%;
    border-radius:15px;
    font-size:15px;
    font-weight: 800;
}

.ul.list-one > li a {
    width:90% !important;
    border-radius:15px !important; 
}

.menu-oportunidade-mobile {
    color:rgba(31,165,227,1) !important;
    margin-bottom:10px;
    font-weight: 800;
}

.menu-myClub-mobile {
    color:goldenrod !important;
}

.menu-diretores-mobile {
    color:rgba(31,165,227,1) !important;
    font-weight: 800;
}

.menu-diretores {
    background-color:rgba(31,165,227,1);
    /* background: linear-gradient(90deg, hsla(115, 100%, 33%, 1) 0%, hsla(0, 100%, 53%, 1) 100%); */
    color:white;
    font-weight: 800;
}

.menu-mobile-side__list {
    margin-top:10px;
}

.menu-marketplace2 {
    color: goldenrod !important; 
}

.show-premios {
    background: linear-gradient(90deg, rgb(36, 22, 145) 21%, rgb(222, 140, 17) 100%);
    width:100%;
    display: block;
    line-height: 21px;
    padding: 9px 18px;
    width: 98%;
    border-radius: 15px;
    color:white;
    font-size:14px;
}

.show-premios-mobile {
    color:rgb(222, 140, 17);
    /* margin-bottom:10px; */
}

.show-premios:hover {
    background:#FF7A00
}

.menu-marketplace3 {
    /* color: goldenrod; */
    font-weight: 800;
    padding: 9px 18px;
    font-size: 12px !important;
    display: block;
    line-height: 21px;
    padding: 9px 18px;
    width: 98%;
    border-radius: 15px;
    color: #0d1467 !important; 
}

.menu-marketplace3:hover {
    background-color:#ff7a00;
    color:white !important;
}

.category-container {
    display:flex;
    justify-content: center;
    padding-top: 2px;
    width:100%;
}

.category-child-container {
    display: flex;
    justify-content: space-around;
    align-items: center;
    width:100%;
    height:22px;
    margin-top:2px;
    padding:0px 50px;
}

.category-item {
    margin-top:2px;
    font-size: 12px;
    font-weight: 800;
    padding:5px;
    border-radius:7px;
}

.category-item ul {
    position:absolute;
    background:#FFF;
    border: 1px outset #e6e6e6f8;
}

.category-item:hover{
    background-color: #ff7a00;
    color:white !important;
    cursor:pointer;
}

.newCategory {
    margin-top:2px;
    font-size: 12px;
    font-weight: 800;
    padding:5px;
    border-radius:7px;
}

.newCategory:hover {
    background-color: #ff7a00;
    color:white !important;
    cursor:pointer;
}

.fallback {
    display:none;
    position:absolute;
    margin-top:2px;
    font-size: 15px;
    font-weight: 800;
    padding:5px;
    border-radius:7px;
}

.sub-category-item a {
    display:block;
    padding:15px 10px;
}

.sub-category-item:hover a {
    background-color: #ff7a00;
    color:white;
    cursor:pointer;
    border-radius: 7px;
    
}


.category-item:hover ul.fallback{
    display:block;
    box-shadow: 0px 1px 16px rgb(0 0 0 / 15%);
}

.subCategoryMenu_span {
    display:flex;
    flex-direction: column;
 }


 .menu-digitals-mobile {
    padding-left: 14px !important;
    margin-top: 4px !important;
    margin-bottom: -11px !important;
    margin-left: -4px !important;
 }
 
@media (max-width:1366px) {
    .category-item {
        margin-top:2px;
        font-size: 11px;
        font-weight: 800;
        padding:5px;
        border-radius:7px;
    }
    .menu-oportunidade {
        font-size:10px;
        background-color:rgba(31,165,227,1);
        /* background: linear-gradient(90deg, hsla(115, 100%, 33%, 1) 0%, hsla(0, 100%, 53%, 1) 100%); */
        color:white;
        width:90%;
        border-radius:15px;
    }

    .menu-myClub {
        /* font-size:10px; */
        background-color:goldenrod;
        color:white;
        width:90%;
        border-radius:15px;
    }

}

@media screen and (max-width:1365px) {
    .category-item {
        margin-top:2px;
        font-size: 11px;
        font-weight:800;
        padding:5px;
        border-radius:7px;
    }
}
/*-----------FIM DO MENU DE CATEGORIAS---------*/

@media screen and (max-width:380px) {
    .mobile-icon-img {
        width:40px !important;
    }
}
