.notificacao-venda.notificacao-ativa {
    opacity: 1;
    visibility: visible;
    transition: all 0.8s;
    left: 15px;
    display: none;
}

.menu-desktop .icone-menu {
    margin-right: 4px;
    display: flex;
    filter: invert(100%);
}

.slick-dots button {
    background: rgb(0 0 0 / .65);
    border-radius: 50px;
    font-size: 0;
    opacity: .9;
    display: flex;
    height: 10px;
    width: 10px;
    padding: 0;
    box-shadow: 0 1px 4px 0 rgb(72 72 72 / .17);
}

.slick-dots li.slick-active button {
    background: rgb(0 0 0 / .9411764706);
    width: 20px;
    border-radius: 35px;
    transition: width 0.2s ease-in-out;
}