/*menu*/

#menu_laterale{
    width: 220px;
    position: absolute;
    left: 0;
    top: 150px;
}

#menu_laterale .has_loading_container:first-child .voce_menu{
    border-top: 4px solid #fff;
}

#menu_laterale .has_loading_container:last-child .voce_menu,
#menu_laterale .has_loading_container .voce_menu.border_bottom_big{
    border-bottom: 4px solid #fff;
}

.voce_menu{
    font-family: "Montserrat";
    font-weight: 400;
    font-size: 20px;
    line-height: 100%;
    letter-spacing: 0;
    position: relative;
    padding: 30px 0 30px 30px;
    border-bottom: 1px solid #fff;
    color: #fff;
    transition: all 0.3s;
    cursor: pointer;
}

.voce_menu.attiva,
.voce_menu:hover{
    color: #95C11F;
    font-weight: 700;
}