﻿.Container{
    width:720px;
    margin:0 auto;
    padding:0px;
}

.Corpo50Tablet {
    width:50%;
    float:left;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.Corpo100Tablet{
    width:100%;
    float:left;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.Menu, .Header {
    display:none;
}

.DisplayNoneTablet{
    display: none;
}


.MenuMobile {
    width:10%;
    margin:0;
    float:left;
    padding:5px;
    text-align:left;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.HeaderMobile {
    width:90%;
    margin:0;
    float:left;
    padding:5px;
    text-align:right;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.AllineaTestoCentroTablet {
    text-align:center;
}

.HomeFrasePadding{
    padding:0px 20px 0px 0px !important;
    text-align:right;
}

.Testox0e9 {
    font-size: 0.9em;
}

.Testox1 {
    font-size: 1em;
}

.Testox1e5 {
    font-size: 1.3em;
}

.Testox4 {
    font-size: 1.5em;
}

.Testox5 {
    font-size: 1.5em;
}

.LineHeight40 {
    line-height:20px;
}

.Padding30x60 {
    padding:10px;
}