#cabecalho>.conteiner {
    width: 100%;
    max-width: unset;
    padding: 0;
    border-bottom: 1px solid #eee;
    box-shadow: none;
    background-color: #024a28;
}
#cabecalho .menu.superior {
    margin-top: 0;
    text-align: center;
    background-color: #024A28;

}
/* menu de categorias */
#cabecalho .menu.superior .nivel-um {
    display: inline-flex;
    flex-flow: row wrap;
    max-width: 100%;
    margin: auto;
    color: #fff;
    font-weight: 400;
}
/* cor do menu acima do cabeçalho*/
#cabecalho .menu.superior {
    margin-top: 0;
    text-align: center;
    background-color: #a2c647;
    border-top-width: 1px;
    border-top-style: solid;
    border-top-color: #a1ba3d;
    /* border-bottom-color: #024a28; */
    border-bottom: solid 3px #024a28;
}
/* cor do icone do carrinho  no top*/
#cabecalho .main-header .conteudo-topo .carrinho .icon-shopping-cart {
    width: auto;
    height: auto;
    margin-right: 11px;
    /* color: var(--cor4,var(--secundaria,var(--principal))); */
    font-size: 45px;
    color: #eee;
}
/* textos dentro do cabeçalho*/
#cabecalho>.conteiner .main-header .conteudo-topo .actions-menu {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    width: 100%;
    margin-left: 40px;
    color: #a1ba3d;
    font-weight: bold;
}
/*icones que estão dentro do cabeçalho*/
#cabecalho>.conteiner .main-header .conteudo-topo .actions-menu li>a>i {
    float: left;
    margin: 1px 7px -2px 0;
    color: #eee;
    font-size: 16px;
}
/*menu seguindo a tela */
#cabecalho.fixed .menu.superior {
    background: #3d7444;
     color: #ffffff; 
    font-weight: bold; 
}
.banner.cheio {
    margin: 0;
}
.secao-banner{
    padding-top: 0;
    margin-top:0;
}

.barra-inicial {
    position: absolute;
    width: 100%;
    z-index: 1000;
    background: rgb(2 74 40);
}
#cabecalho .menu.superior .nivel-um>li>a strong {
    font-size: inherit;
    font-weight: 900;
}
