.info-destaque a {
    font-weight: bold !important;
}

/* ITENS HOME */
.pagina-inicial div#listagemProdutos {
    display: none;
}
div#departamento {
    display: inline-block;
    margin-left: 30px;
    margin-bottom: 40px;
    margin-top: 50px;
    margin-right: 30px;
}

.category-home__title {
    font-size: 1.1875rem;
    font-weight: 700;
    text-transform: uppercase;
    color: #000;
    margin-bottom: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.item-dep {
    width: 32%;
    float: left;
    margin: 5px;
    min-height: 390px;
    border-radius: 5px;
}
.item-dep:hover {
    box-shadow: 0px 0px 7px 2px rgb(0 0 0 / 15%);
}
.item-dep a {
    text-decoration: none;
}
.texto-dep {
    color: black;
    text-align: center;
    text-transform: uppercase;
    font-size: 1.25rem;
    height: 70px;
    margin: 0 auto 8px;
    width: 90%;
}
.botao-dep {
    background: #0a325e;
    color: #ffffff;
    text-align: center;
    border-radius: 10px;
    font-size: 1rem;
    height: 48px;
    font-weight: 900;
    text-transform: uppercase;
    line-height: 48px;
    width: 80%;
    margin: 0 auto;
}

/* -------------------------------------------------------------------------- */

/*ocultar subcategorias menu*/
.menu-desktop .submenu2.subAbertura .submenu {
    display: none!important;
}

.menu-desktop .submenu {
    display: none!important;
}

.menu-desktop .menu > ul > li > a i {
    display: none;
}

.menu-desktop .menu > ul {
    display: flex;
    align-items: center;
    width: 100%;
    position: relative;
    justify-content: flex-start;
    justify-items: center;
    flex-wrap: wrap;
    text-transform: uppercase;
}

.menu-desktop .menu > ul > li > a {
    width: 140px!important;
}

/* muda cor do fundo quando passa o mouse no item do menu*/
.menu-desktop .menu > ul > li > a:hover {
    background-color: #6fa6b0!important;
}

.cores-personalizadas .menu-desktop .menu-ofertas.ofertas-fundo > a:hover {
    background: #6fa6b0!important;
}

/* bug subcategorias*/
.menu.lateral .nivel-dois a {
    width: 100%!important;
    margin: 0!important;
}

.menu.lateral .ativo .nivel-dois>li>a {
    width: auto!important;
    height: 30px;
    line-height: 0px!important;
}

.menu.lateral .nivel-dois {
    width: 100% !important;
}

.menu.lateral .nivel-um>li:first-child {
    width: 220px !important;
}

.menu.lateral .nivel-tres a {
    height: 30px!important;
}

.menu.lateral .nivel-tres li {
    width: 100%!important;
    height: 30px!important;
    padding: 0px!important;
}

.menu.lateral .nivel-tres {
    padding: 0px 15px 15px 15px!important;
}

/*AJUSTES MOBILE*/
@media only screen and (max-width: 780px) {

    .category-home__title {
        text-align: center!important;
        margin-bottom: 10px!important;
    }

    .item-dep {
        width: 100%!important;
        min-height: 320px!important;
        padding-bottom: 15px!important;
    }
    
    .imagem-dep {
        display: flex!important;
        align-items: center!important;
        justify-content: center!important;
    }
}

@media only screen and (max-width: 1024px) {
    .categorias-mobile .nivel-um .level1-wrap > a {
        line-height: 0px!important;
    }
    
    .menu {
        width: 256px!important;
    }
    
    .categorias-mobile .nivel-dois a {
        line-height: 7px!important;
    }
    
}

@media only screen and (max-width: 750px) {
  .categorias-mobile .nivel-um .level1-wrap {
        margin-left: -35px!important;
    }  
}

@media (min-width: 750px) and (max-width: 1024px) {
  .categorias-mobile .nivel-um .level1-wrap {
        margin-left: -30px!important;
    }  
}

.cores-personalizadas .botao.principal {
    background-color: #228b22 !important;
}

.tab-content>.active {
    font-size: 18px !important;
}

@media only screen and (max-width: 1024px) {
    .info-destaque .info-texto {
        text-align: center !important;
    }
}