.borde_negro{
    border: 1px solid black;
}
.lateral_bar{
    background-color: rgb(26, 26, 26);
    max-height: 100vh;
    height: 100vh;
    color:white;
    box-shadow: 1px 1px 50px black;
}
.icon-containerx{
    padding-top: 25%;
    padding-bottom: 15;
    height: 21vh;
    cursor: pointer;
}
.icon{
    display:block;
    margin:auto;
    width: auto;
    height: 30%;
}
.line{
    border-color:white;
    opacity: 0.6;
    width: 82%;
}
.caption{
    color:white!important;
    font-size: 10px;
    letter-spacing: 0.3em;
    text-decoration: none;   
}
a:hover {
    text-decoration: none;
}

.icon:hover{
    height: 35%;
}

.caption{
    font-weight: bold;
}