

.header_list{
    color: black;
    display: flex;
    justify-content: space-between;

}

.menu_sticky{
    margin-top: 10px;
    position: sticky;
    top: 0;
}

.menu{
    padding-top: 10px;
    background-color: black;
    margin: auto;
    min-width: 400px;
    max-width: 1700px;
    padding-bottom: 5px;
}

.fade{
    height: 200px;
    background: rgb(0,0,0);
    background: linear-gradient(0deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.7726218097447796) 59%, rgba(0,0,0,1) 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 200;
    top: 20;
    width: 100%;
    position: absolute;
}

.fade_button{
    position: relative;
    height: 70px;
    width: 250px;
    top: 50px;
    background-color: yellow;
    border-radius: 20px;
}

.button_texto{
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 9px;
}

.header_list{
    width: 97%;
    max-width: 1700px;
    list-style: none;
    margin: auto;
    padding: 0;
    padding-top: 3px;
    padding-bottom: 3px;

}

.list_li,.list_li_imp{
    width: 18%;
}

.li_link,.li_link_imp,.li_link_actual,.li_link_sesion{
    text-decoration: none;
    display: flex;
    text-align: center;
    padding-top: 4px;
    height: 30px;
    border-radius: 25px;
    align-items: center;
    justify-content: center;
    transition: 300ms;
    padding-bottom: 6px;
    font-size: 0.9rem;
    transition: 300ms;
    text-shadow: 0px 0px 4px rgba(255, 255, 255, 0.384);
}



.a_sombra{
    opacity: 100%;
    top: 2px;
    position: relative;
    bottom: 10px;
    box-shadow: 0 0 8px rgba(255, 255, 255, 0.257);
}

.li_link_imp,.li_link_sesion{
    color: yellow;
    transition: 300ms;
    background-color: rgba(255, 255, 0, 0.133);
    border: 1px solid rgba(255, 255, 0);
    text-shadow: 0px 0px 4px rgb(255, 255, 0);


}

.li_link:hover,.li_link_imp:hover,.li_link_actual:hover{
    border: 1px solid rgba(230, 230, 230, 0.788);
    box-shadow: 
        0px 0px 8px grey, 
        inset 0px 0 8px grey;
    transition: 300ms;
}

.li_link_imp:hover,.li_link_sesion:hover{
    border: 1px solid rgba(255, 255, 0);
    transition: 300ms;
    background-color: rgba(255, 255, 0, 0.685);
    box-shadow: 
    0px 0px 8px rgba(255, 255, 0, 0.685), 
    inset 0px 0 8px rgba(255, 255, 0, 0.685);
    text-shadow: 0px 0px 0px rgba(0, 0, 0, 0);
    color: black;
}

