﻿.Container{
    width:1250px;
    margin:0 auto;
    padding:0px;
}

.MenuMobile, .HeaderMobile {
    display:none;
}

.ContainerMenu {
    display: flex;
    justify-content: flex-end;
}

.BoxMenu {
    color: #ffffff;
    font-weight: 600;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    padding: 15px 15px;
    margin: 0px;
    float: right;
    cursor: pointer;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

    .BoxMenu:hover {
        color: #ffffff;
        background-color: #24770b;
        border-radius: 40px !important;
        -moz-border-radius: 40px !important;
        -webkit-border-radius: 40px !important
    }

.BoxMenuScuro {
    color: #ffffff;
    background-color: #2c910d;
    font-weight: 600;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    padding: 15px 30px;
    margin: 0px;
    float: right;
    cursor: pointer;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 40px !important;
    -moz-border-radius: 40px !important;
    -webkit-border-radius: 40px !important
}

    .BoxMenuScuro:hover {
        color: #ffffff;
        background-color: #24770b;
    }

.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;
}

.Padding20x20Desktop {
    padding: 20px 20px;
}

.Testox4Desktop {
    font-size: 2.5em;
}

.DisplayNoneDesktopLarge {
    display: none;
}

.Corpo60DesktopLarge {
    width: 60%;
}

.Corpo80DesktopLarge {
    width: 80%;
}

.MarginPercent0x10DesktopLarge {
    margin: 0 10%;
}

.Padding0x20DesktopLarge {
    padding: 0px 20px !important;
}
