/* Estilos para dispositivos móviles */
@media (max-width: 768px) {
 #header{
 display: none;     
}   
#cell-header{
    width: 100%;
    height: 40px;
    background-color: #171719;
    display: flex;
    flex-direction: row;
}
#cell-menu{
    display: none;
    flex-direction: column;
    background-color: #171719;
    width: 80%;
    position: fixed;
    left: 0px;
    height: 100%;
    z-index: 5000;
}
#menu-cell-cont{
     display: flex;
     flex-direction: column;
     margin-left: 10px;
     cursor: pointer;
}
#menu-cell-cont>div{
    color: white;
    margin-top: 10px;
    display: flex;
    flex-direction: row;
    cursor: pointer;
}
#menu-cell-cont>div >div{
    font-size: 18px;
}
f1{
    font-size: 15px;
    color: #d1d1d1;
}
f2{
    font-size: 14px;
    color: #3c3c3b;
}
f3{
    font-size: 14px;
    color: #127f07;
}

}