﻿
.Container{
    width:100%;
    max-width:1800px;
    margin:0 auto;
    padding:0px;
}


.MenuMobile, .HeaderMobile {
    display:none;
}

.DisplayNoneDesktop {
    display: none;
}

.BoxMenu {
    color:#ffffff;
    font-weight:600;
    text-align:center;
    text-transform:uppercase;
    text-decoration:none;
    padding:15px 15px;
    margin:0px;
    float:left;
    cursor:pointer;
    border-radius:30px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

    .BoxMenu:hover {
        color: #ffffff;
        background-color: #a20142;
    }

.BoxMenuScuro {
    color: #ffffff;
    background-color: #760130;
    font-weight: 600;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    padding: 15px 15px;
    margin: 0px;
    float: left;
    cursor: pointer;
    border-radius: 30px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.BoxMenuScuro:hover  {
    color:#034764;
    background-color:#35a0ab;
}

.HomeFrasePadding{
    padding:170px 0 0 0px;
}

.FooterFisso{
    display:none;
}
