.menu.superior {
    background: #80c42d;
    text-align: center;
    margin: 0 auto;
    display: flex;
    box-shadow: inset 1px 5px 10px 0 rgba(0,0,0,.11);
}

.fundo-secundario, .fundo-secundario *, .fundo-secundario *:hover, .fundo-secundario:hover, .fundo-secundario.botao:hover {
    color: #13261a;
}

.li-whatsapp i {
    font-size: 38px;
    color: #fff;
}

.produto .acoes-produto .preco-parcela {
    font-size: 19px;
}


.li-whatsapp a {
    position: fixed;
    right: 16px;
    bottom: 192px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 72px;
    height: 72px;
    border-radius: 100%;
    background-image: linear-gradient(to right, #209142, #56d263);
    text-decoration: none;
    z-index: 99;
}

.acoes-produto.hidden-phone .botao-comprar {
    width: auto;
    display: table;
    margin: 0 auto;
    margin-top: 0 !important;
    font-size: 16px;
    background: #0dbd03;
    padding: 5px 30px;
    border-radius: 0;
    color: #fff !important;
    line-height: normal !important;
    border: 1px solid;
    text-transform: uppercase;
}

.acoes-produto.hidden-phone .botao-comprar {
    width: auto;
    display: table;
    margin: 0 auto;
    margin-top: 0 !important;
    font-size: 16px;
    background: #0dbd03;
    padding: 5px 30px;
    border-radius: 0;
    color: #ffffff !important;
    line-height: normal !important;
    border: 1px solid;
    text-transform: uppercase;
}