* {
    margin: 0 auto;
    padding: 0;
    border: none;
    text-decoration: none;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 14px;
    outline: none;
}

form {
    width: 100%;
}

.container {
    width: 100%;
    max-width: 1000px;
    clear: both;
    padding: 0px 10px;
}

.container a {
    text-decoration: none;
}

.container a:hover {
    text-decoration: none;
}

.fluido {
    max-width: 100%;
}

.no-padding {
    padding: 0;
}

a, .btn {
    cursor: pointer;
}

    a:link, a:visited {
        color: #f58539;
    }

    a:hover, a:active {
        text-decoration: underline;
    }

h2 {
    font-size: 2em;
    font-weight: normal;
}

h3 {
    font-size: 16px;
}

.center {
    text-align: center;
    display: block;
}

.direita {
    float: right;
    margin-right: 0 !important;
}

.esquerda {
    float: left;
    margin-left: 0 !important;
}

