*
{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}

body
{
    background-color: #000;
}

.container_main
{
    width: 100%;
    height: 100vh;
    margin: auto;
    display: grid;
    grid-template-columns: 80px 1fr;
}

.container_aside_left
{
    width: 100%;
    height: 100%;
    margin: auto;
    border-right:1px solid gray;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow-y: auto;
}

.container_list_items_left
{
    width: 100%;
    height: 100%;
    margin: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: column;
    list-style: none;
    padding: 20px 0;
}

.link_list_left_profile
{
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    border-radius: 100%;
    background-image: url('img/juan_pereyra.jpeg');
    background-position: center;
    background-size: cover;
}

.link_list_left
{
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    padding: 15px;
    border-radius: 10px;
    transition: .3s ease-in-out;
}

.link_list_left:hover
{
    background-color: rgb(44, 44, 44);
}

.section_content
{
    width: 100%;
    height: auto;
    display: grid;
    grid-template-columns: 1fr 500px;
    overflow-y: auto;
}

.container_header_section_bio
{
    width: 100%;
    height: auto;
}

.container_bio
{
    width: 100%;
    height: auto;
    margin: auto;
}

.container_publication
{
    width: 70%;
    height: auto;
    margin: auto;
    padding: 20px;
}

.container_top_bio
{
    width: 100%;
    height: auto;
    margin: auto;
}

.container_content_info_bio
{
    width: 100%;
    height: auto;
    margin: auto;
    color: #fff;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 0;
}

.info_user_publication
{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
}

.image_user_bio
{
    width: 30px;
    height: 30px;
    border-radius: 100%;
    padding: 10px;
    background-image: url('img/juan_pereyra.jpeg');
    background-position: center;
    background-size: cover;
}

.image_publication
{
    width: 100%;
    height: 600px;
    background-image: url('img/juan_pereyra.jpeg');
    background-position: center;
    background-size: cover;
}

.container_bottom_bio
{
    width: 100%;
    height: auto;
    margin: auto;
}

.container_reaction_bio
{
    width: 100%;
    height: auto;
    margin: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 15px;
}

.container_icon_reaction
{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
}

.container_name_user_comment
{
    width: 100%;
    height: auto;
    margin: auto;
    display: flex;
    justify-content: start;
    align-items: start;
    flex-direction: column;
    gap: 5px;
    padding: 10px;
}

.container_name_user_comment_info
{
    width: 100%;
    height: auto;
    margin: auto;
    display: flex;
    justify-content: start;
    align-items: start;
    gap: 10px;
    color: #fff;
}

.text_comment
{
    color: #f1f1f1;
}

.container_header_history
{
    width: 100%;
    height: 150px;
    padding: 20px 60px;
    display: flex;
    justify-content: space-between;
    gap: 10px;
}

.container_history
{
    width: 80px;
    height: 80px;
    border-radius: 100%;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    background-image: url('img/juan_pereyra.jpeg');
    background-position: center;
    background-size: cover;
}

.name_user
{
    position: absolute;
    bottom: -20px;
    font-size: 12px;
}

.container_aside_rigth
{
    width: 100%;
    height: auto;
    padding: 30px 70px;
}

.container_link_profile
{
    width: 100%;
    height: auto;
    padding: 10px;
}

.container_profile
{
    width: 100%;
    height: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #fff;
}

.container_image_name_user
{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
}

.container_profile_user
{
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    background-image: url('img/juan_pereyra.jpeg');
    background-position: center;
    background-size: cover;
    border-radius: 100%;
}

.container_info_user
{
    margin: auto;
    display: flex;
    justify-content: center;
    align-items: start;
    flex-direction: column;
}

.container_profiles
{
    width: 100%;
    height: auto;
    margin: auto;
}

.container_text_info
{
    width: 100%;
    height: auto;
    color: #fff;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 0px;
}

.container_profiles_users
{
    width: 100%;
    height: auto;
    margin: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 20px;
}

.container_profile
{
    width: 100%;
    height: auto;
    display: flex;
    gap: 10px;
}

.button_global
{
    padding: 9px 20px;
    border-radius: 10px;
    background-color: rgba(74, 93, 249);
    cursor: pointer;
}

.button_global:hover
{
    background-color: rgb(60, 83, 253);
}

@media screen and (max-width: 768px)
{

.container_main
{
    width: 100%;
    height: 100vh;
    margin: auto;
    display: grid;
    grid-template-columns: 1fr;
}

.section_content
{
    width: 100%;
    height: auto;
    display: grid;
    grid-template-columns: 1fr;
    overflow-y: auto;
}

.container_publication
{
    width: 90%;
    height: auto;
    margin: auto;
    padding: 20px;
}

.container_header_history
{
    width: 90%;
    height: 150px;
    padding: 20px 10px;
    margin: auto;
    display: flex;
    justify-content: space-between;
    gap: 15px;
}

.container_history
{
    width: 40px;
    height: 40px;
    border-radius: 100%;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    background-image: url('img/juan_pereyra.jpeg');
    background-position: center;
    background-size: cover;
}

.name_user
{
    position: absolute;
    bottom: -20px;
    font-size: 10px;
}

.container_aside_left
{
    display: none;
}

.container_aside_rigth
{
    display: none;
}
    
}