.menu-lateral{
    padding-top: 50px;
    background-color: var(--main-bg-5);
    width: 0px;
    height: 80vh;
    position: fixed;
    left: 0px;
    overflow-x: hidden;
    transition: all 1s;
    z-index: 2 !important;
}
.menu-lateral.ver{
    
    width: 300px;
}

.menu-lateral-elements{
    display: flex;
    flex-direction: column;
    color: var(--functional-white);
    font-family: 'Roboto-Regular';
    font-size: 16px;
    font-weight: 400;
    margin-top: 25px;
}
.menu-lateral a{
    padding: 0.7em 0.5em;
    margin: 0.3em 2.5em;
    
    cursor: pointer;
    border-bottom: 1px var(--main-bg-6) solid;

    display: flex;
    justify-content: flex-start;
    align-items: stretch;
    
}

.menu-navegation-a p {
    color: var(--functional-white);
    font-weight: normal;
    transition: font-weight 0.5s ease;
}

.a p{
    color: var(--functional-white);
    font-weight: normal;
    transition: font-weight 0.5s ease;
}


.pescado-icon{
    width: 20%;
    height: 24px;
    background-image: url(/static/svg2/icons/Pescado.svg);
    background-repeat: no-repeat;
    background-position: center;
}
.pantalla-icon{
    width: 20%;
    height: 24px;
    background-image: url(/static/svg2/icons/Pantalla.svg);
    background-repeat: no-repeat;
    background-position: center;
}
.configuracion-icon{
    width: 20%;
    height: 24px;
    background-image: url(/static/svg2/icons/Configuracion.svg);
    background-repeat: no-repeat;
    background-position: center;
}
.informes-icon{
    width: 20%;
    height: 24px;
    background-image: url(/static/svg2/icons/Informes.svg);
    background-repeat: no-repeat;
    background-position: center;
}
.contacto-icon{
    width: 20%;
    height: 24px;
    background-image: url(/static/svg2/icons/Contacto.svg);
    background-repeat: no-repeat;
    background-position: center;
}

.consumo-icon{
    width: 20%;
    height: 24px;
    background-image: url(/static/svg2/icons/graph-icon.svg);
    background-repeat: no-repeat;
    background-position: center;
}
.salir-icon{
    width: 20%;
    height: 24px;
    background-image: url(/static/svg2/icons/Salir.svg);
    background-repeat: no-repeat;
    background-position: center;
}