

#organograma-sua-vez{
    background-attachment: fixed;
    background-image: url(../../backgournds/bgPoiscaoPedro-3.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    height: 100vh;
    position: relative;
}


#container-lineage {

    align-items: center;
    display: flex;
    height: 100%;
    justify-content: center;
    position: relative;
    width: 100%;
}


.retract-selfie{
    display: inline-block;
    height: 55vh;
    width: 20vw;
    position: relative;
    background-color: var(--shadow-black-09);
}

.selfie-lineage {
    height: 80%;
    margin: auto;
    position: relative;
    top: 1vh;
    width: 95%;
}

.selfie-lineage.first {

    background-image: url(../../backgournds/andre-galvao-selfie.jpg);
    background-size: cover;
}

.selfie-lineage.second {
    
    background-image: url(../../backgournds/self_pedro_mello-removebg-preview-fundo-ofuscado.png);
    background-size: cover;
}

.selfie-lineage.third {
    
    background-image: url(../../backgournds/GIF-VOCE-ALUNO.gif);
    background-size: cover;
    background-position-x: center;
}




.link-line {
    background-color: var(--shadow-black-09);

    display: inline-block;
    height: 2vh;
    position: relative;
    width: 15vw;
}

.selfie-name {
    align-items: center;
    color: var(--white);
    display: flex;
    font-size: 1.7vw;
    font-weight: 600;
    height: calc(20% - 1vh);
    justify-content: center;
    position: relative;
    top: 1vh;
}