
#para-quem {
    background-attachment: fixed;
    background-image: url(../../backgournds/kids/seminar-bg.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 77vh;
    overflow: hidden;
}

#para-quem.extend-text {
    height: 190vh;
}

#text-beneficios {
    display: none;
}



#container-para-quem {
    display: block;
    height: 90%;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    width: 90%;
}


#title-para-quem {
    color: var(--white);
    font-size: 3vw;
    margin: auto;
    position: relative;
    top: 10vh;
    width: fit-content;
}

#text-para-quem {
    opacity: 1;
}

#text-para-quem .extend-text {
    color: var(--white);
    bottom: unset;
    height: 13vh;
    left: unset;
    margin: 16vh auto 0 auto;
    padding: 3vh;
    position: relative;
    text-align: center;
    width: 17vw;
    cursor: pointer;
}


#text-para-quem p {
    color: var(--white);
    font-size: 1.5vw;
    /* margin-bottom: 4vh; */
    margin: 0 auto 4vh auto ;
    position: relative;
    top: 14vh;
    width: 90%;
}



#text-para-quem h2 {
    color: var(--white);
    font-size: 2vw;
    /* margin-bottom: 4vh; */
    margin: 0 auto 4vh auto ;
    position: relative;
    top: 14vh;
    width: 90%;
}


#text-beneficios {
    opacity: 1;
}