
#sessao_apresentacao
{
    margin-top: 30px;
    height: 780px;
    z-index: 1;
    display: flex;
    flex-direction: column;
}

#sessao1
{
    margin-top: 20px;
    margin-bottom: 80px;
    height: 750px;
    z-index: 1;
}


#sessao2
{
    margin-top: 20px;
    height: 450px;
    margin-bottom: 110px;
    z-index: 10;
}

#sessao3
{
    margin-top: 20px;
    height: 350;
    z-index: 10;
}

#sessao4
{
    margin-top: 20px;
    height: 350;
    z-index: 10;
}

#apresentacao
{
    font-family: 'Fjalla One';
    
}


div#apresentacao
{
    width: 80%;
    margin-left: 10%;
    margin-top: 80px;

}

#apresentacao  > h1
{
    margin-top: 2px;
    font-size: 60px;
    text-align: center;
    
}

#apresentacao  >  h3
{
    
    font-size: 25px;
    margin-top: 2px;
    text-align: center;
    color: #8C9EFF;
    
}

#apresentacao > p
{
    font-family: Roboto;
    font-size: 30px;
    margin: 0px;
    width: 70%;
    margin-left: 15%;
    text-align: center;

}

#apresentacao_botao
{
   
    width: 100%;
}

#botao_saiba_mais
{
    display: none;
    width: 20%;
    height: 60px;
    margin-left: 40%;
    margin-top: 30px;
    padding: 10px;
    text-align: center;
    background-color: #8e24aa;
    border-radius: 5px; 
}

#botao_saiba_mais:hover{
    background-color: #B36DC6;
    text-decoration: underline;
}
#botao_saiba_mais > a
{
    color: white;
    font-family: 'Fjalla One';
    font-size: 16px;
}

#MinhaFoto > img
{
   
    border-radius: 50%;
    width: 40%;
    margin-left:30%;
    box-shadow: 2px 2px 13px #8e24aa;
    float: left;
}





