
* { box-sizing: border-box; }

html
{
  height: 100%;
}


body
{
  margin: 0;
  padding: 0;
  color: white;
  text-align: justify;
  font-family: "Open Sans", sans-serif;
  font-size: 10pt;
  font-weight: lighter;
  height: 100%;
/*   background: radial-gradient(circle, #707070, #202020); */
  background: #151515;
  background: radial-gradient(circle, #505050, #151515);
  background-attachment: fixed;


}


*[onclick]
{
  cursor: pointer;
}


b { font-weight: bold; }

/* ---------------------------------------------------------------------------------------------------------------------- */
/* PT: gerais */
/* EN: generics */

a
{
  color: #50C050;
  color: #60A0D0;
  text-decoration: none;
  font-weight: 600;
}

a:hover
{
  color: #B04040;
}

a[target="_blank"]:after
{
  padding-left: 0.5em;
  font-size: 0.8em;
  font-family: uzm;
  content: '\E8A2';
}


a[href^="#footnote"], a[name^="footnote"]
{
  color: red;
  font-size: smaller;
  vertical-align: super;
}




/* PT: parágrafo */
/* EN: paragraph */
p
{
  margin-top: 0.5em;
  margin-bottom: 1em;
}

p.warning
{
  color: red;
  border: 2pt dashed red;
  padding: 10pt;
  display: block;
  margin-top: 1em;
  margin-bottom: 1em;
  background-color: rgba(255, 255, 255, 0.5);
}



/* TODO WTF? */
em
{
  font-size: 14pt;
}

h1
{
  text-transform: uppercase;
  font-size: 18pt;
  font-weight: normal;
  font-family: "Open Sans", sans-serif;
  letter-spacing: 2pt;
  color: #60A0D0;
}

h1:before
{
  content: '\2015';
  padding-right: 0.5em;
}

h1:after
{
  content: '\2015';
  padding-left: 0.5em;
}




h2
{
  text-transform: uppercase;
  font-size: 13pt;
  font-weight: normal;
  font-family: "Open Sans", sans-serif;
  letter-spacing: 1.5pt;
  color: #60A0D0;
}

h2:before
{
  content: '\2015';
  padding-right: 0.5em;
}

p + h2
{
  margin-top: 2em;
}

/*
h2
{
  text-transform: uppercase;
  font-size: 14pt;
  font-weight: lighter;
  font-family: Open Sans, sans-serif;
}

#body h2
{
  font-weight: normal;
}*/

h3
{
  text-transform: uppercase;
  font-size: 12pt;
  font-weight: lighter;

  font-family: Quicksand, Open Sans, sans-serif;
/*   color: black; */
}

h4
{
  font-weight: 500;
  text-transform: uppercase;
}

dl.em > dt
{
  font-weight: 500;
  text-transform: uppercase;
}

dl.em > dd
{
  margin-bottom: 0.5em;
}



dl.cite
{
}

dl.cite > dt
{
  margin-top: 20pt;
  font-style: italic;
  font-size: 12pt;
  font-family: serif;
}

dl.cite > dt:before
{
  content: "\"";
}

dl.cite > dt:after
{
  content: "\"";
}

dl.cite > dd
{
  font-size: 10pt;
  text-align: right;
}


dl > dt
{
  text-transform: uppercase;
  font-weight: normal;
}

dl > dd
{
  margin-bottom: 5pt;
}
