﻿.Container{
    width:1250px;
    margin:0 auto;
    padding:0px;
}

.MenuMobile, .HeaderMobile {
    display:none;
}

.BoxMenu {
    color:#ffffff;
    font-weight:600;
    text-align:center;
    text-transform:uppercase;
    text-decoration:none;
    padding:15px 7px;
    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:#35a0ab;
}

.BoxMenuScuro {
    color: #ffffff;
    background-color: #760130;
    font-weight: 600;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    padding: 15px 7px;
    margin: 0px;
    float: left;
    cursor: pointer;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.BoxMenuScuro:hover  {
    color:#034764;
    background-color:#35a0ab;
}

.HomeFrasePadding{
    padding:100px 0 0 0px;
}

.Testox0e9 {
    font-size: 0.8em;
}

.Testox1 {
    font-size: 0.9em;
}

.Testox1e5 {
    font-size: 1.2em;
}

.Padding20x0Desktop {
    padding: 20px 0;
}

.Testox4Desktop {
    font-size: 2.5em;
}