.section-seg-mov {
    width: 100%;
    max-width: 1100px;
    margin: 0 auto;
}

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

.section-seg-mov .br-sol-voz-mob {
    display: block;
}

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

.section-seg-mov .descript {
    color: #454748;
    font-weight: 400;
    text-align: center;
    font-size: 13.3px;
    margin: 20px 5%;
    line-height: 18px;
    margin-bottom: 0;
}

.section-seg-mov .mod86984 {
    margin-bottom: 30px;
}

.section-seg-mov .mod869874 {
    margin-bottom: 30px;
}

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

.section-seg-mov .active[data-tab-content] {
    display: block;
}

.section-seg-mov .tabs {
    display: flex;
    flex-wrap: wrap;
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    justify-content: center;
    align-items: center;
    width: 80%;
    padding: 7px;
    margin: 35px auto 0;
    list-style-type: none;
}

.section-seg-mov .tab {
    cursor: pointer;
    border-radius: 25px;
    padding: 7px 0;
    color: #0b2739;
    background-color: #fff;
    border: 1px solid #0b2739;
    font-weight: bold;
    text-align: center;
    font-size: 10px;
    line-height: 12px;
    display: flex;
    justify-content: center;
    align-items: center;
    user-select: none;
    width: 100%;
    max-width: 47%;
}

.section-seg-mov .tab.active {
    background-color: #0b2739;
    color: #fff;
}

.section-seg-mov .tab-content {
    margin-left: 20px;
    margin-right: 20px;
}



@media (min-width: 769px) {
    .section-seg-mov .br-sol-voz {
        display: block;
    }

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

    .section-seg-mov .title {
        font-size: inherit;
        margin: 30px auto 0;
    }

    .section-seg-mov .descript {
        font-size: 22px;
        margin: 15px;
        line-height: 26px;
        margin-bottom: 40px;
        text-align: center!important;
    }

    .section-seg-mov .mod86984 {
        margin-bottom: 40px;
    }

    .section-seg-mov .mod869874 {
        margin-bottom: 60px;
    }

    .section-seg-mov .tabs {
        flex-wrap: nowrap;
        gap: 20px;
        width: 50%;
        padding: 12px;
        box-shadow: 0px 0px 9px 1px rgb(0 0 0 / 20%);
        border-radius: 52px;
        margin-top: 0;
    }

    .section-seg-mov .tab {
        font-size: inherit;
        padding: 15px 30px;
        line-height: 15px;
        background-color: #f5f5f5;
        border: none;
        max-width: 250px;
    }
}