@media screen and (max-width:576px) {
    .col-xs-6 {
        flex: 0 0 auto;
        width: 50%;
    }

    .col-xs-6 a h3 {
        font-size: 12px !important;
    }

    .outrosSegmentos {
        padding: 20px 0px;
    }
}

@media screen and (max-width:1200px) {
    .categories-menu {
        justify-content: flex-start !important;
    }
}

section#menuCategorias {
    position: absolute;
    width: 100%;
    z-index: 100;
}

.categories-menu {
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
    /* Adicionado para melhorar o desempenho do scroll em dispositivos iOS */

    background: #ffc721;
    border-radius: 0px;
    border-top: solid 3px #ffe346;
    border-bottom: solid 3px #ffa737;
    justify-content: center;
    width: 100%;
    list-style: none;
    padding: 10px 10px;
    scroll-snap-type: x mandatory;
    margin: 0 auto;
}

.categories-menu i {
    margin: 0 auto;
    background: #ff7f21;
    height: 50px;
    width: 50px;
    border-radius: 40px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-around;
}

.category-item {
    flex: 0 0 auto;
    text-align: center;
    width: 109.6px;
    display: block;
    white-space: normal;
    line-height: 15px;
    margin: -1.5px;
    text-decoration: none;
    color: #fff;
    padding: 10px 0px;
    min-width: 75px;
}

.category-item:hover,
.category-item.active {
    background: #ffd65d !important;
    border-radius: 10px;
    color: white !important;
}

@media (hover: none) {
    .category-item:hover {
        background: inherit;
    }

    .category-item.active {
        background: #ffd65d;
    }
}

.category-item i {
    font-size: 24px;
    margin-bottom: 10px !important;
}

.category-item span {
    font-size: 13px;
    color: #974700;
    font-weight: bold;
    letter-spacing: -0.3px;
}

.categoriasVerTodas button {
    display: block;
    width: 240px;
    text-align: center;
    text-decoration: none;
    background: #ffa737;
    padding: 5px 10px 10px;
    border-radius: 0 0 15px 15px;
    color: #ffffff;
    text-shadow: 0px 1px 0px #d79906;
    z-index: 1000;
    position: relative;
    border-top: none;
    text-transform: uppercase;
    font-size: 12px;
    margin-top: 0px !important;
    font-weight: bold;
}

.outrosSegmentos {
    display: flex;
    list-style: none;
    padding: 20px 10px 10px 10px;
    flex-wrap: wrap;
    background: #ffa737;
    border-radius: 0 0 10px 10px;
    margin-top: -6px;
}

a.segmentoBtn {
    background: #faffb3;
    color: #b76924;
    border-bottom: solid 1px #fff;
    box-shadow: 0px 2px 0px #e19432;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: flex-start;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
    text-align: start;
    margin-right: 10px;
    margin-bottom: 10px;
    font-size: 1rem;
    opacity: 1 !important;
    padding: 5px 15px !important;
    min-width: inherit !important;
    border-top: none !important;
    border-right: none !important;
    border-left: none !important;
    text-decoration: none;
}

a.segmentoBtn h3 {
    font-size: 13px;
    margin-bottom: 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

div.outrosSegmentos a.segmentoBtn:hover,
div.outrosSegmentos a.segmentoBtn.active {
    background: #fbffc8;
    color: #a5440a !important;
    box-shadow: 0px 2px 0px #c59400;
}

.categoriasVerTodas button {
    margin: 0 auto;
}

.categoriasVerTodas svg {
    fill: #fff;
    height: 20px;
    background: #d7851e;
    width: 20px;
    border-radius: 10px;
    padding: 5px;
    margin-top: -4px;
    margin-left: 4px;
}