    .sub-pt {
        color: white;
    }

    .sub-pt h2 {
        font-size: 2rem;
        width: 58%;
        border-left: 2px solid white;
        padding-left: 6%;
        font-weight: 400;
        line-height: 1.35;
    }

    .itens-dots p {
        color: white;
        font-size: 1.5rem;
        margin-top: 3%;
        position: relative;
        font-weight: 400;
    }

    .itens-dots {
        margin-top: 10%;
        padding-left: 7%;
    }

    .texto {
        background-size: cover;
    }

    div#plataformas {
        /* background: #6a1996; */
        /* padding: 5% 2%; */
    }

    div#plataformas .container-fluid {
        padding: 0;
    }

    .tec-slides.container-fluid {
        display: flex;
        padding: 5% 2%;
        align-items: center;
    }

    .posgradcontainer {
        background: #ffffffd9;
        padding: 64px 12px;
        margin: 15px;
        border-radius: 18px;
        text-align: -webkit-center;
    }

    .tt-pt h3 {
        color: #00327f;
        font-size: 1.7rem;
        font-weight: 500;
    }

    #track3 {
        display: flex;
        white-space: nowrap;
        will-change: transform;
        flex-shrink: 0;
    }

    .posgradcontainer {
        flex-shrink: 0 !important;
        /* Impede que fiquem esmagados */
        /* width: 250px !important; */
        /* Tamanho fixo de cada item do slide */
        margin-right: 15px;
    }

    .not-wrapper {
        display: flex;
        align-items: center;
        gap: 0px;
    }

    .tec-slides-new {
        display: flex;
        overflow: hidden;
        position: relative;
        padding: 0.6rem 0;
        -webkit-mask-image: linear-gradient(90deg, transparent 0%, black 8%, black 92%, transparent 100%);
        mask-image: linear-gradient(90deg, transparent 0%, black 8%, black 92%, transparent 100%);
    }

    .noticias-introtxt {
        word-wrap: break-word;
    }

    .tt-plat>h3 {
        justify-self: center;
        text-align: center;
        font-size: 4rem !important;
        font-weight: 700;
        color: #00327f;
        margin-top: 5%;
    }

    /* Exemplo aplicado ao track (faça isso para #track, #track2 e #track3) */
    #track,
    #track2,
    #track3 {
        display: flex !important;
        flex-wrap: nowrap !important;
        width: max-content !important;
        /* Obriga o container a ter o tamanho real somado dos filhos */
        will-change: transform;
    }

    /* Exemplo aplicado aos itens (faça isso para as classes dos cards/produtos) */
    .itens-prod,
    .posgradcontainer {
        flex-shrink: 0 !important;
        /* Impede terminantemente o navegador de esmagar o card */
    }

    .arrow-btn2 {
        background: transparent;
        width: 67% !important;
        height: 82px !important;
        display: block;
    }

    .arrow-btn2 img {
        width: 100%;
        height: auto;
    }

    .fundoplat {
        background: url(../img/f55.webp);
        background-size: 100% 100%;
        padding: 8% 0px;
    }

    .texto {
        padding-left: 2%;
    }

    #track,
    #track2,
    #track3 {
        display: flex !important;
        flex-wrap: nowrap !important;
        width: max-content !important;
        will-change: transform;
    }

    .itens-prod,
    .posgradcontainer,
    .depoimentos {
        flex-shrink: 0 !important;
    }

    .itens-dots p:nth-child(odd)::after {
        content: '';
        width: 50px;
        height: 10px;
        /* background: red; */
        background: url(../img/t1.webp);
        background-size: contain;
        background-repeat: no-repeat;
        display: block;
        position: absolute;
        left: -12%;
        top: 8px;
    }

    .itens-dots p:nth-child(even)::after {
        content: '';
        width: 50px;
        height: 10px;
        /* background: red; */
        background: url(../img/t2.webp);
        background-size: contain;
        background-repeat: no-repeat;
        display: block;
        position: absolute;
        left: -12%;
        top: 8px;
    }

    @media screen and (max-width:800px) {
        .tec-slides {
            display: grid !important;
        }
.tec-slides-new {
            grid-area:a1 !important;
        }

        .texto {
            width: 100%;
        }

        .fundoplat {
            background-size: cover;
            padding: 38% 0;
        }

        .not-wrapper {
            display: grid;
                    grid-template-areas:         'a1 a1'        'b1 c1';
        }

        .arrow-btn2 {
            width: 45% !important;
            place-self: anchor-center;
        }

        .itens-dots p:nth-child(even)::after,
        .itens-dots p:nth-child(odd)::after {
            left: -16%;
        }

        .sub-pt h2 {
            width: 95%;
        }

    }