.panel-menu{
    display: flex;
    flex-flow: row wrap;
}
.menu-boton{
    padding: 10px;
    width: 180px;
    height: 200px;
    float: left;
}
.button-content{
    background-color: rgba(232, 232, 232, 0.07);
    width: 100%;
    height: 100%;
    padding: 2px 3px 10px 3px;
    border-radius: 5px;
    border: 0.5px solid rgba(152, 152, 152, 0.07);;
}
.button-content:hover {
    background: rgba(36, 117, 233, 0.28);
    color: white;
    color: #6984bf;
    cursor: pointer;
}

.button-header{
    width: 100%;
    height:60%;
    text-align: center;
    padding: 5px;
}
.img-menu{
    width: 100%;
    height: 100%;
    padding: 5px 10px 5px 10px;
}
.img-menu-vertical{
    width: 32px;
    height: 32px;
    padding: 5px;

}
.button-footer{
    text-align: center;
    width: 100%;
    height:40%;
    padding: 2px 5px 1px 5px;
    color: #000;
}
