﻿.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;
}

.HomeFrasePadding{
    padding:20px 5px 0px 30px !important;
}

.Testox0e9 {
    font-size: 0.9em;
}

.Testox1Mobile {
    font-size: 1em !important;
}

.Testox1 {
    font-size: 1em;
}

.Testox1e5 {
    font-size: 1.3em;
}

.Testox4 {
    font-size: 1.5em;
}

.Testox5 {
    font-size: 1.2em;
}

.LineHeight40 {
    line-height:20px;
}

.Padding30x60 {
    padding:10px;
}

.PaddingMobile10x10{
    padding:10px 10px !important;
}

.Padding0x20Mobile{
    padding:0 20px!important;
}

.PulsanteBiancoSmeraldo {
    width: 80%;
    margin: 0 10%;
}

.MarginMobile150x0x0x0{
    margin: 100px 0 0 0;
}

.FooterFisso {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    text-align: center;
}

.PaddingFooter{
    padding-bottom:100px;
}

.Padding40x20Mobile{
    padding:40px 20px !important;
}

.PositionNoMobile{
    position:unset;
}