.row {
    margin: 0;
    padding: 0;
}
.fondo{
    background: url("/images/resources/backgroud.jpg");
    background-size: cover;
    background-position: center;
    height: 100vh;
    width: 100% ;
}
.opacity{
    background-color: rgba(0,154,255,0.9);
}
.opacity-green{
    background-color: rgba(0,190,40,0.3);
}
.titulo{
    font-family:  'Roboto', sans-serif;
    font-size: 3em;
    color: rgb(0,154,255);
    text-shadow:
            2px 2px #000;
}
.logo{
    font-family:  'Roboto', sans-serif;
    font-size: 1.5em;
    color: #ffffff;
    text-shadow:
            2px 2px #000;
}
.logo a{
    text-decoration: none;
    color: #ffffff;
}
.logo a:hover{
    color: #e2e6ea;
}
.numero-lista{
    font-size: 3em;
}
.lateral-menu{
    margin: 0;
    padding: 0;
}
.lateral-menu li{
    list-style: none;
    padding: 5px;
}
.lateral-menu li a{
    text-decoration: none;
    color: #ffffff;
    font-weight: bold;
}
.lateral-menu li a:hover{
    color: #bee5eb;
}
.nombre-user{
    text-decoration: none;
    color: #ffffff;
}
.nombre-user:hover{
    color: #6c757d;
    text-decoration: none;
}
.altura{
    min-height: 100vh;
}
