
/* Bloco do meio do cabeçalho*/
#cabecalho>.conteiner {
    width: 100%;
    max-width: none;
    padding: 0;
    border-bottom: 1px solid #eee;
    box-shadow: none;
    background-color: #fff;
}

#cabecalho .menu.superior {
    margin-top: 0;
    text-align: center;
    background-color: #2f82db;
    border-top: none; 
    border-bottom: none;

}

#cabecalho .menu.superior::before,
#cabecalho .menu.superior::after { 
    border: none; 
    box-shadow: none; 
    
}

#rodape .institucional .grupo:nth-child(2) {
  display: none;
}
/* 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: #F89840;
    border-top-width: 1px;
    border-top-style: solid;
    border-top-color: #F89840;
    /* border-bottom-color: #024a28; */
    border-bottom: solid 3px #F89840;
}
/* 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: #F89840;
    display: inline-flex;
    align-items: center;
    line-height: 1;
}
/* 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: #F89840;
    font-weight: normal;
    column-gap: 32px; 
    flex-wrap: nowrap;
}

.barra-inicial,
.barra-inicial ,
.barra-inicial .conteudo-topo,
.barra-inicial .conteudo-topo ,
.barra-inicial .actions-menu,
.barra-inicial .actions-menu {
  color: #fff;
  -webkit-text-fill-color: #fff; /* cobre casos específicos no WebKit */
}


#cabecalho>.conteiner .main-header .conteudo-topo .actions-menu li{
  display: flex;
  align-items: center;
  flex: 0 0 auto;
  width: auto;
  min-width: 0;
}


#cabecalho > .conteiner::after,
.barra-inicial::after,
#cabecalho .menu.superior::before{
  content: none;
  border: 0;
  background: transparent;
  height: 0;
  box-shadow: none;
}

#cabecalho > .conteiner,
#cabecalho > .conteiner .main-header,
.barra-inicial{
  border-bottom: none;
  box-shadow: none;
}


/*icones que estão dentro do cabeçalho*/
#cabecalho>.conteiner .main-header .conteudo-topo .actions-menu li>a>i {
    display: inline-flex;
    align-items: center;
    margin: 0 8px 0 0; 
    color: #F89840;
    font-size: 16px;
    white-space: nowrap;
    line-height: 1.2;
}
/*menu seguindo a tela */
#cabecalho.fixed .menu.superior {
    background: #F89840;
     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: #2E82DB;
    color: #fff;
}

.barra-inicial span,
.barra-inicial strong,
.barra-inicial em {
  color: #fff;
}

.barra-inicial i,

.barra-inicial .fa,
.barra-inicial .mdi,
.barra-inicial .material-icons,
.barra-inicial svg {
  color: #F89840;
}

#cabecalho .menu.superior .nivel-um>li>a strong {
    font-size: inherit;
    font-weight: 900;
    color: #fff;
}

#rodape,
#rodape {
  padding: 16px 0;
}
#rodape .institucional {            /* bloco das listas/colunas */
  padding: 16px 0;
}
#rodape .institucional .grupo {     /* cada coluna */
  margin-bottom: 0;
}
#rodape .pagamentos,
#rodape .selos,
#rodape .copyright {
  padding: 8px 0;
}
#rodape .copyright {             
  font-size: 12px;
}


#rodape .institucional .grupo:first-child ul {
  display: flex;
  flex-wrap: nowrap;    
  gap: 16px;          
}

#rodape .institucional .grupo:first-child ul li,
#rodape .institucional .grupo:first-child ul a {
  white-space: nowrap;
}

#rodape .institucional .grupo:nth-child(2) {
  display: none;
}

.rastreio-popup, .box-rastreio, .popover, .tooltip, .modal-rastreio {
  color: #F89840
}
.rastreio-popup h1, .rastreio-popup h2, .rastreio-popup h3, 
.rastreio-popup p, .rastreio-popup label,
.box-rastreio p, .box-rastreio label,
.modal-rastreio p, .modal-rastreio label {
  color: #F89840;
}

#cabecalho .menu.superior,
#cabecalho .menu.superior .nivel-um,
#cabecalho.fixed .menu.superior {
  border-bottom: none;
  box-shadow: none;
  outline: none;
}

#cabecalho > .conteiner .main-header .conteudo-topo .actions-menu li .submenu {
    background: #fff;
    color: #F89840;
}