*,
*:before,
*:after {
    box-sizing: inherit;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
}

html {
    box-sizing: border-box;
    font-size: 14px;
}

code {
    font-family: source-code-pro, Menlo, Monaco, Consolas, 'Courier New', monospace;
}

a,
a:hover {
    color: inherit;
    text-decoration: none;
}

a:focus {
    outline: 0;
}

/* mini reset */
input,
textarea,
keygen,
select,
button {
    font-size: 14px;
    line-height: 1em;
}

/* remove outline inputs padrão */
input:focus,
textarea:focus,
button:focus,
select:focus {
    outline: 0;
}

/* remove X dos inputs no IE e CHROME */
::-ms-clear {
    display: none;
    width: 0;
    height: 0;
}
::-ms-reveal {
    display: none;
    width: 0;
    height: 0;
}
::-webkit-search-decoration,
::-webkit-search-cancel-button,
::-webkit-search-results-button,
::-webkit-search-results-decoration {
    display: none;
}

/* tira margins do element figure */
figure {
    margin: 0;
}

/* object = block ! */
object {
    display: block;
}

/* remover tag upgrade do tiny mce */
.tox .tox-promotion {
    display: none;
}

/* remover arros de input numerico */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type='number'] {
    -moz-appearance: textfield;
}