.btn-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
    background: none;
    color: #A3141E;
    border: none;
    font-size: 2rem;
    padding: 0.5rem 1rem;
    cursor: pointer;
}

.btn-arrow.left {
    left: -40px;
    display: none;
}

.btn-arrow.right {
    right: -40px;
    display: none;
}

.whatsapp-icon {
    fill: #25D366 !important;
}

.whatsapp-icon:hover {
    fill: #075E54 !important;
}

.whatsapp-link {
    position: fixed;
    bottom: 20px;
    right: 5px;
    z-index: 1000;
    cursor: pointer;
}

/* Oculta a barra de rolagem no desktop */
@media (min-width: 768px) and (max-width: 990px) {

    #divCategorias {
        scrollbar-width: none;
        /* Firefox */
        gap: 30px;
    }

    #divCategorias::-webkit-scrollbar {
        display: none;
        /* Chrome, Safari */
    }

}

@media screen and (min-width: 1465px) {


    #divCategorias {
        scrollbar-width: none;
        justify-content: center;
        /* Firefox */
    }

    #divCategorias::-webkit-scrollbar {
        display: none;
        /* Chrome, Safari */
    }
}