/****************Menu_prod**************/
.menu_prod {
    background-color: #ca2e54;
    box-shadow: 0px 4px 9px 0px rgba(0, 0, 0, 0.5);
    display: flex;
    align-items: center;
    align-content: center;
    padding:2% 0;
    position: relative;
    z-index: 0;
}
.menu_prod div{width: 100% !important;}
.menu_prod ul {
    list-style: none;
    padding: 0;
    margin: 0 auto;
    width: 100%;
    display: table;
}
.menu_prod .item_menu_prod {
    font-family: lato;
    font-weight: bold;
    font-size: 18px;
    display: table-cell;
    text-align: center;
    border-right: 1px solid #fff;
    line-height: 10px;
}
.menu_prod .item_menu_prod a{
    color: #fff;
    text-decoration: none;
    text-align: center;
}
.menu_prod .item_menu_prod:last-child{
    border-right: none;
}







