﻿.Container{
    width:100%;
    margin:0 auto;
    padding:0px;
}


.Corpo25Mobile {
    width: 25%;
    float: left;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.Corpo30Mobile {
    width: 30%;
    float: left;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.Corpo50Mobile {
    width: 50%;
    float: left;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.Corpo100Mobile{
    width:100%;
    float:left;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.Menu, .Header, .DisplayNoneMobile {
    display:none;
}

.Margin0Mobile {
    margin: 0;
}


.AllineaTestoCentroMobile {
    text-align:center;
}


.Testox1Mobile {
    font-size: 1.5em !important;
}


.Testox1e2Mobile {
    font-size: 13px!important;
}



.Padding0x20Mobile {
    padding: 0 20px !important;
}

.Padding20x0Mobile {
    padding: 20px 0px !important;
}



.LetterSpacing0Mobile{
    letter-spacing:0;
}