/* Confia no SENHOR de todo o teu coração e não te estribes no teu próprio entendimento. Reconhece-o em todos os teus caminhos, e ele endireitará as tuas veredas. */
/* Provérbios 3:5-6 */
/*
Version: 1.0 - 2019
Author: Marconi Duarte <marconiduarte@gmail.com>
*/

/* reset */
* { padding: 0; margin: 0; border: none; outline: none; border-collapse: separate; border-spacing: 0; }
html { background-color: #000; }
/*html.bhint { background-color: #fff; }*/
body { font-family: 'AGR'; font-size: 15px; color: #fff; cursor: default; }
/*body.bhint { color: #000; }*/
ol, ul { list-style: none; }
table { border-collapse: separate; border-spacing: 0; }
h1, h2, h3, h4, h5, h6, strong, b { font-family: 'AGEB'; font-weight: normal; }
.clearfix:after { visibility: hidden; display: block; font-size: 0; content: " "; clear: both; height: 0; }
* html .clearfix,
*:first-child+html .clearfix { zoom: 1; }

/* forms */
input,
select,
textarea { background-color: transparent; color: #fff; font-family: 'AGEB'; font-size: 16px; box-sizing: border-box; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; transition: all .2s ease-in-out; -webkit-transition: all .2s ease-in-out; -moz-transition: all .2s ease-in-out; appearance: none; -webkit-appearance: none; -moz-appearance: none; }
/*
.bhint input,
.bhint select,
.bhint textarea { color: #000; }
*/
textarea,
input[type=text],
input[type=submit],
input[type=button] { resize: none; -webkit-appearance: none; }
input:focus,
textarea:focus { }
input[type=submit],
button { background-color: transparent; cursor: pointer; font-family: 'AGR'; font-size: 15px; transition: all .2s ease-in-out; -webkit-transition: all .2s ease-in-out; -moz-transition: all .2s ease-in-out; color: #fff; }
input[type=submit]:hover,
button:hover { background-color: ; }
.placeholder,
::-webkit-input-placeholder { color: rgba(255,255,255,0.4); }

/* links */
a { text-decoration: none; color: #fff; transition: all .2s ease-in-out; -webkit-transition: all .2s ease-in-out; -moz-transition: all .2s ease-in-out; }
/*.bhint a { color: #000; }*/
a.underline { text-decoration: underline; }