#cabecalho .conteiner {
    background-color: #3a8bcb;
    padding: 10px;
}

.menu.superior {
    background: #ffffff;
}

.fundo-secundario {
    color: #2B363F;
}

.busca input {
    border-radius: 20px;
}

.menu.superior .nivel-um > li a strong {
    font-size: 15px;
    text-transform: none;
}

.barra-frase {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 6;
    overflow: hidden;
    background-color: #f8f8f8; /* Opcional: fundo claro para destacar */
}

.barra-frase a {
    display: flex;
    align-items: center;
    text-decoration: none;
    color: inherit; /* herda a cor do texto para manter padrão */
    gap: 8px; /* espaço entre ícone e texto */
}

.icone-place {
    display: none;
    align-items: center;
    justify-content: center;
}

.icone-place i {
    font-size: 1.2rem; /* ajuste conforme o tamanho desejado */
    color: #2B363F; /* cor do ícone */
}

.info-texto {
    flex-direction: column;
    line-height: 1.2;
}

.info-texto strong {
    font-weight: 600;
    font-size: 14px;
}

.info-texto span {
    font-size: 12px;
    color: #555; /* cor mais clara para o texto secundário */
}

.barra-frase span {
    margin: 5px;
}

.fundo-secundario, .fundo-secundario *, .fundo-secundario *:hover, .fundo-secundario:hover, .fundo-secundario.botao:hover {
    color: #2b363f;    
}

.contato-top {
    display: none;
}

.li-whatsapp a {
    top: 680px;
}

.listagem-item .acoes-produto {
    background: #3a8bcb;
    border-radius: 30px;
}

.acoes-produto.hidden-phone .botao-comprar {
    text-transform: none;
    background: #3a8bcb;
    color: white !important;
    border: none;
}

a.botao.botao-comprar.principal:hover {
    background: #ffffff59;
    border-radius: 30px;
}

.listagem-item .produto-sobrepor {
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
    border-radius: 20px;
}
