
#apresentacao-lateral {
    background-color: rgba(35, 35, 35, 0.22);
    width: 100%;
    max-width: 420px;
    border-radius: 10px 10px 10px 10px;
    padding: 24px 16px;
    display: flex;
    align-items: center;
    justify-content: start;
    flex-direction: column;
    gap: 38px;
    z-index: 6;
    position: sticky;
    left: 0;
    top: 60px;
}

#container-foto {
    width: 100%;
    text-align: center;
}

#foto-perfil {
    width: 100%;
    max-width: 265px;
    border-radius: 10px;
}

#foto-perfil::before {
    background-color: #0057FF;
    height: 50%;
    width: 50%;
}

#titulo {
    font-weight: 900;
    font-size: 1.3em;
}

#sub-titulo {
    font-size: 0.9em;
    color: #F2F2F2;
    line-height: 1.5em;
}

#container-socials {
    display: flex;
    gap: 6px;
}

.icone-social {
    font-size: 12px;
    fill: #FFFFFF;
    margin-right: 0.5em;
    color: #FFFFFF;
}

#description {
    max-width: 255px;
}

#copyright {
    margin-top: 80px;
    font-size: 0.8em;
    color: rgba(255, 255, 255, 0.5);
    width: 100%;
    text-align: center;
}
