.burnout-trilha {
    width: 100%;
    min-height: 100vh;
    position: relative;
    overflow: hidden;
}

.trilha-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100vw;
    height: 95%;
    background: url('../images/trilha-background.png') center bottom / cover no-repeat;
    z-index: 0;
}

.wave-wrapper-trilha {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: -2;
    background: var(--Neutral-colors-Gray-Colors-100, #F3F4F6);
}

.wave-wrapper-trilha img {
    width: 100%;
    height: auto;
    display: block;
}

.burnout-trilha-text {
    position: relative;
    z-index: 1;
    margin: 222px 589px 191px 189px;
    display: flex;
    width: 664px;
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
}


.burnout-trilha-text h1 {
    display: flex;
    width: 311px;
    flex-direction: column;
    align-items: flex-start;
    color: #FEFEFE;
    font-family: 'Wix Madefor Display';
    font-size: 80px;
    font-style: normal;
    font-weight: 700;
    line-height: 125%;
    /* 100px */
    letter-spacing: -0.5px;
    position: relative;
    margin: 0;
}

.burnout-trilha-text h1::before {
    position: absolute;
    content: '';
    height: 6px;
    align-self: stretch;
    border-radius: 4px;
    background: #F8B490;
    width: 100%;
    bottom: -6px;
}

.burnout-trilha-text h2 {
    height: 62px;
    align-self: stretch;
    color: #FEFEFE;
    font-family: 'Nunito';
    font-size: 44px;
    font-style: normal;
    font-weight: 700;
    line-height: 160%;
    /* 70.4px */
    margin: 0;
}
@media (max-width: 1024px) {
    .wave-wrapper-trilha img {
        width: 100%;
        height: 100px;
        display: block;
    }
}

@media (max-width: 820px) {

    .burnout-trilha-text h1 {
        font-size: 79px;
    }

    .burnout-trilha-text h2 {
        font-size: 54px;
    }

}

@media (max-width: 540px) {


    .burnout-trilha {
        width: 100%;
        min-height: 624px;
        position: relative;
        overflow: hidden;
    }

    .burnout-trilha-text {
        width: 273.52px;
        margin: 120px 20px 80px 20px;
        display: flex;

    }

    .burnout-trilha-text h1 {
        color: var(--Neutral-colors-White-Colors-100, #FEFEFE);
        font-family: 'Mulish';
        font-size: 40px;
        font-style: normal;
        font-weight: 700;
        line-height: 120%;
    }

    .burnout-trilha-text h1::before {
        height: 6px;
    }

    .burnout-trilha-text h2 {
        color: var(--Neutral-colors-White-Colors-100, #FEFEFE);
        font-family: 'Mulish';
        font-size: 20px;
        font-style: normal;
        font-weight: 700;
        line-height: 160%;
        height: 62px;
        flex-shrink: 0;
        align-self: stretch;
    }

    .trilha-background {
        background-image: url('../images/trilha/Union.png');
        height: 624px;
        /* Garante que o fundo cubra a tela toda */
        background-position: center;
    }

    .wave-wrapper-trilha {
        display: none;
    }


}


.o-que-e-burnout {
    display: flex;
    flex-direction: row;
    width: 100%;
    height: auto;
    padding: 160px 80px;
    justify-content: center;
    align-items: center;
    gap: 26px;
    flex-shrink: 0;
    background: #F3F4F6;
}

.o-que-e-burnout picture {
    width: 100%;
    max-width: 519px;
    height: auto;
    flex-shrink: 0;
}

.o-que-e-burnout-container {
    display: flex;
    width: 100%;
    max-width: 730px;
    height: 379px;
    flex-direction: column;
    align-items: flex-start;
    gap: 32px;
    flex-shrink: 0;
    margin-left: 24px;
}

.o-que-e-burnout-title::before {
    left: -24px;
    flex-shrink: 0;
    content: "";
    position: absolute;
    background: #F8B490;
    display: flex;
    align-items: center;
    align-self: stretch;
    width: 6px;
    height: 168px;
    border-radius: 4px;
}

.o-que-e-burnout-title {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 24px;
    position: relative;
}

.o-que-e-burnout-title h2 {
    color: #204551;
    font-family: 'Mulish';
    font-size: 40px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    /* 48px */
}

.o-que-e-burnout-title h4 {
    width: 100%;
    max-width: 730px;
    color: #3B3E43;
    font-family: 'Nunito';
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 133%;
}

.o-que-e-burnout-text p {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-end;
    gap: 16px;
    align-self: stretch;
    font-family: Roboto, sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    /* 30px */
}

.o-que-e-burnout-title h2,
.o-que-e-burnout-title h4,
.o-que-e-burnout-text p {
    margin-top: 0;
    margin-bottom: 0;
}

/* Media queries para responsividade o quue é */
@media (max-width: 1280px) {
    .o-que-e-burnout {
        padding: 60px 340px;
        gap: 40px;
    }

    .o-que-e-burnout picture {
        max-width: 100%;
        width: 100%;
    }

    .o-que-e-burnout-container {

        width: 80%;
        height: auto;
        margin-left: 0;
    }

    .o-que-e-burnout-title::before {
        height: 100%;
    }

    .o-que-e-burnout-title h2 {
        font-size: 32px;
    }

    .o-que-e-burnout-title h4 {
        font-size: 20px;
    }

    .o-que-e-burnout-text p {
        font-size: 18px;
    }
}


/* Telas médias (tablets) */
@media (max-width: 1024px) {
    .o-que-e-burnout {
        flex-direction: column;
        padding: 60px 24px;
        gap: 24px;
    }

    .o-que-e-burnout picture {
        order: 2;
        width: 100%;
        display: flex;
        justify-content: center;
    }


    .o-que-e-burnout-container {
        order: 1;
        /* 🔥 texto vai pra cima */
        margin-left: 50px;
        width: 100%;
        max-width: 100%;
        gap: 24px;
    }

    .o-que-e-burnout-title::before {
        height: 100%;
        position: absolute;
        left: -16px;
    }


    .o-que-e-burnout-text p {
        font-size: 18px;
        width: 90%;

    }
}


/* Telas pequenas (mobile) */
@media (max-width: 820px) {

    .o-que-e-burnout {
        flex-direction: column;
        padding: 60px 24px;
        gap: 24px;
    }

    .o-que-e-burnout-container {
        order: 1;
        /* 🔥 texto vai pra cima */
        margin-left: 0;
        width: 100%;
        max-width: 100%;
        gap: 24px;
    }

    .o-que-e-burnout-title::before {
        height: 100%;
        position: absolute;
        left: -16px;
    }

    .o-que-e-burnout-title h2 {
        font-size: 28px;
        line-height: 130%;
    }

    .o-que-e-burnout-title h4 {
        font-size: 20px;
        line-height: 140%;
    }

    .o-que-e-burnout-text p {
        font-size: 18px;
        line-height: 150%;
    }
}

/* Responsividade para telas menores que 768px */
@media (max-width: 540px) {
    .o-que-e-burnout {
        flex-direction: column;
        padding: 60px 24px;
        gap: 24px;
    }

    .o-que-e-burnout img {
        width: 100%;
        max-width: 100%;
        height: auto;
        margin: 0 auto;
        order: 2;
        /* 🔥 Faz a imagem ir para baixo */
    }

    .o-que-e-burnout-container {
        margin-left: 20px;
        width: 100%;
        max-width: 100%;
        height: auto;
        gap: 24px;
        order: 1;
        /* 🔥 Faz o texto ir para cima */
    }

    .o-que-e-burnout-title::before {
        height: 100%;
        position: absolute;
        left: -12px;
    }

    .o-que-e-burnout-title h2 {
        color: var(--Primary-Pressed---500, #204551);
        font-family: 'Nunito';
        font-size: 32px;
        font-style: normal;
        font-weight: 600;
        line-height: 125%;
        letter-spacing: 0.25px;
    }

    .o-que-e-burnout-title h4 {
        color: var(--Neutral-colors-Black-Colors-500, #1F2123);
        font-family: 'Roboto';
        font-size: 17px;
        font-style: normal;
        font-weight: 500;
        line-height: 150%;
        letter-spacing: 0.15px;
    }

    .o-que-e-burnout-text p {
        color: var(--Neutral-colors-Black-Colors-200, #3B3E43);
        font-family: 'Roboto';
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: 143%;
        letter-spacing: 0.17px;
    }
}

.container-sintomas {
    display: flex;
    margin: 0 auto;
    padding: var(--spacing-spacing-8-spacing-21, 160px) var(--spacing-spacing-8-spacing-24, 152px) 0px var(--spacing-spacing-8-spacing-24, 152px);
    flex-direction: column;
    align-items: center;
    gap: 10px;
    background: var(--Neutral-colors-White-Colors-100, #FEFEFE);

}

.texto-sintomas h1 {
    color: #204551;
    font-family: 'Mulish';
    font-style: normal;
    font-size: 40px;
    font-weight: 400;
    line-height: 120%;
    margin-bottom: 16px;
}

.texto-sintomas p {
    color: #3B3E43;
    font-family: 'Nunito';
    font-style: normal;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.5;
    max-width: 100%;
    line-height: 133%;
}


.texto-sintomas {
    position: relative;
    padding-left: 30px;
    align-items: flex-start;
    gap: 27px;
    max-width: 1100px;
    width: 100%;
}

.texto-sintomas::before {
    content: "";
    width: 6px;
    height: 153px;
    background: #F8B490;
    position: absolute;
    left: 0;
    top: 15px;
    border-radius: 4px;
}


.sintomas-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 48px 150px;
    flex-direction: column;
    align-items: flex-start;
    margin-top: 50px;
    width: 100%;
    max-width: 1300px;
    justify-content: center;
}

.sintoma-bloco {
    display: flex;
    flex-direction: column;
    gap: 12px;
    left: 60px;
    position: relative;
    width: 100%;
    opacity: 0;
    transition: opacity 2s cubic-bezier(0.23, 1, 0.32, 1);
}

.sintoma-bloco img {
    position: absolute;
    left: -35px;
    width: 24px;
    height: 24px;
    display: flex;
    gap: 12px;
}

.titulo-sintoma {
    color: var(--Neutral-colors-Black-Colors-400, #292B2F);
    font-family: 'Mulish';
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
}

.sintoma-bloco.visible {
    opacity: 1;
}

.sintoma-bloco ul {
    font-family: 'Mulish';
    font-size: 20px;
    font-weight: 400;
    color: var(--Neutral-colors-Black-Colors-300, #374151);
    list-style-type: disc;
    padding-left: 18px;
    font-style: normal;
    line-height: 160%;
}

.diagnostico-section {
    max-width: 1100px;
    margin: 48px auto 0 auto;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    align-self: stretch;
    opacity: 0;
    transform: translateY(40px);
    transition: opacity 1.5s cubic-bezier(0.23, 1, 0.32, 1), transform 1.5s cubic-bezier(0.23, 1, 0.32, 1);
}

.diagnostico-section.visible {
    opacity: 1;
    transform: translateY(0);
}

.diagnostico-section h2 {
    color: var(--Neutral-colors-Gray-Colors-500, #5A626C);
    font-family: 'Nunito';
    font-size: 32px;
    font-style: normal;
    font-weight: 600;
    line-height: 125%;
    letter-spacing: 0.25px;
}

.diagnostico-section p {
    color: var(--Neutral-colors-Black-Colors-200, #3B3E43);
    font-family: 'Mulish';
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 160%;
    letter-spacing: 0.15px;
    height: 90px;
    align-self: stretch;
}

.svg-container1 svg {
    display: block;
    width: 100vw;
    height: auto;
    min-width: 100%;
    max-width: 100vw;
    background: var(--Neutral-colors-Gray-Colors-100, #F3F4F6);
}

@media (max-width: 853px) {
    .svg-container1 {
        margin-top: 100px;

    }

    .texto-sintomas::before {
        height: 230px;
    }
}

@media (max-width: 540px) {
    .container-sintomas {
        padding: 60px 24px 0 34px;
        gap: 24px;
    }

    .texto-sintomas {
        display: flex;
        width: 285px;
        flex-direction: column;
        align-items: center;
         
    }

    .texto-sintomas h1 {
        color: #204551;
        font-family: 'Nunito';
        font-size: 32px;
        font-style: normal;
        font-weight: 600;
        line-height: 125%;
        letter-spacing: 0.25px;
        margin-bottom:-20px ;
    }

    .texto-sintomas p {
        color: var(--Neutral-colors-Black-Colors-500, #1F2123);
        font-family: 'Roboto';
        font-size: 16px;
        font-style: normal;
        font-weight: 500;
        line-height: 150%;
        letter-spacing: 0.15px;
    }

    .texto-sintomas::before {
        height: 100%;
        top: 0;
        width: 6px;
    }

    .sintomas-grid {
        grid-template-columns: 1fr;
        gap: 32px;
        margin-top: 32px;
    }

    .sintoma-bloco {
        left: 24px;
        gap: 8px;
    }

    .sintoma-bloco img {
        left: -24px;
        width: 20px;
        height: 20px;
    }

    .titulo-sintoma {
        font-size: 18px;
    }

    .sintoma-bloco ul {
        font-size: 16px;
        padding-left: 16px;
    }

    .diagnostico-section {
        margin: 32px auto 0 auto;
        padding: 0 16px;
    }

    .diagnostico-section h2 {
        font-size: 24px;
    }

    .diagnostico-section p {
        font-size: 16px;
        height: auto;
    }
}