
.to-categorias {
    display: flex;
    gap: 20px;
    overflow-x: auto;
    padding: 20px 0;
}

.to-categoria {
    min-width: 110px;
    text-align: center;
}

.to-categoria-img {
    width: 90px;
    height: 90px;
    margin: 0 auto 8px;
    border-radius: 50%;
    overflow: hidden;
    border: 2px solid #eee;
}

.to-categoria-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.to-categoria span {
    font-size: 14px;
    font-weight: 500;
}
