.section-sol-voz {
    width: 100%;
    margin: 0 auto;
    background-color: #F5F5F5;
}

.section-sol-voz .br-sol-voz {
    display: none;
}

.section-sol-voz .title {
    color: #0b2739;
    font-weight: bold;
    text-align: center;
    font-size: 16px;
    margin: 0 17%;
}

.section-sol-voz .descript {
    color: #454748;
    font-weight: 400;
    text-align: center;
    font-size: 14px;
    line-height: 18px;
    margin: 20px 5% 50px;
}

[data-tab-content] {
    display: none;
}

.section-sol-voz .active[data-tab-content] {
    display: block;
}

.section-sol-voz .tabs {
    overflow-x: auto;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    align-items: center;
    gap: 15px;
    padding: 6px;
    background-color: var(--white);
    box-shadow: 0px 2px 2px 2px rgb(0 0 0 / 10%);
    border-radius: 8px;
    width: inherit;
    margin: 20px auto;
    max-width: 970px;
    -ms-overflow-style: none;
    scrollbar-width: none;
}

.section-sol-voz .tabs::-webkit-scrollbar {
    display: none;
}

.section-sol-voz .tab {
    cursor: pointer;
    border-radius: 10px;
    padding: 6px 14px;
    color: #0b2739;
    background-color: #F5F5F5;
    font-weight: bold;
    text-align: center;
    line-height: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    user-select: none;
    height: 50px;
}

.section-sol-voz .tab.active {
    background-color: #0b2739;
    color: #fff;
}

/* === Desktop === */
@media (min-width: 768px) {
    .section-sol-voz .br-sol-voz {
        display: block;
    }

    .section-sol-voz .title {
        font-size: inherit;
        margin-top: 30px;
        margin-left: auto;
        margin-right: auto;
    }

    .section-sol-voz .descript {
        font-size: 22px;
        margin: 0 auto 50px;
    }
}
