﻿
.Container{
    width:100%;
    max-width:1800px;
    margin:0 auto;
    padding:0px;
}


.MenuMobile, .HeaderMobile {
    display:none;
}

.BoxMenu {
    color: #333333;
    font-weight: 600;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    padding: 15px 25px;
    margin: 0px;
    float: left;
    cursor: pointer;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

    .BoxMenu:hover {
        color: #ffffff;
        background-color: #009cd7;
    }

.BoxMenuScuro {
    color: #ffffff;
    background-color: #009cd7;
    font-weight: 600;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    padding: 15px 16px;
    margin: 0px;
    float: left;
    cursor: pointer;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

    .BoxMenuScuro:hover {
        color: #ffffff;
        background-color: #009cd7;
    }

.HomeFrasePadding{
    padding:100px 0 0 100px;
}

.FooterFisso{
    display:none;
}