html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

*, *:before, *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}

@font-face {
  font-family: 'WorkSans-Regular';
  src: url("fonts/WorkSans-Regular.eot?#iefix") format("embedded-opentype"), url("fonts/WorkSans-Regular.woff") format("woff"), url("fonts/WorkSans-Regular.ttf") format("truetype"), url("fonts/WorkSans-Regular.svg#WorkSans-Regular") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'WorkSans-ExtraBold';
  src: url("fonts/WorkSans-ExtraBold.eot?#iefix") format("embedded-opentype"), url("fonts/WorkSans-ExtraBold.woff") format("woff"), url("fonts/WorkSans-ExtraBold.ttf") format("truetype"), url("fonts/WorkSans-ExtraBold.svg#WorkSans-ExtraBold") format("svg");
  font-weight: normal;
  font-style: normal;
}
body {
  font-size: 14px;
  background: url('imagens/bg.png?1508428744') no-repeat #222222;
  color: #ffffff;
  font-size: 16px;
  height: 100%;
  font-family: 'WorkSans-Regular', sans-serif;
}

.container {
  width: 100%;
  max-width: 1700px;
  margin: 0 auto;
  margin-top: 20px;
  padding: 0 10px;
}
.container:after {
  clear: both;
  content: "";
  display: block;
}

.title {
  float: left;
  width: 100%;
  padding: 0 15px;
  margin-top: 50px;
}
.title h1 {
  color: #f26c0f;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 30px;
  padding-bottom: 20px;
  font-family: 'WorkSans-ExtraBold';
  font-size: 85px;
  border-bottom: solid 1px #f26c0f;
}

.box .quant li .circulo span {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}

.box {
  float: left;
  /*    height: 280px;*/
  padding: 30px;
  margin-left: 10px;
  margin-right: 10px;
  background: #2c2c2c;
  width: calc(25% - 20px);
  margin-bottom: 20px;
}
.box h2 {
  text-transform: uppercase;
  text-align: center;
  font-family: 'WorkSans-ExtraBold';
  font-size: 24px;
}
.box .processos {
  float: left;
  width: 100%;
  margin-top: 35px;
  margin-bottom: 5px;
  font-size: 20px;
}
.box .processos .antigo {
  border-bottom: solid 1px #f26c0f;
  padding-bottom: 15px;
  margin-bottom: 10px;
  float: left;
  width: 100%;
}
.box .processos .numProcesso {
  color: #f26c0f;
  float: left;
}
.box .processos .tempo {
  float: right;
}
.box .processos .tempo .relogio {
  width: 18px;
  height: 21px;
  background: url('imagens/tempo.png?1508792194') no-repeat;
  display: block;
  float: right;
  margin-left: 10px;
}
.box .processos .recente {
  float: left;
  width: 100%;
  margin-bottom: 30px;
}
.box .quant {
  float: left;
  width: 100%;
}
.box .quant li {
  float: left;
  width: 50%;
}
.box .quant li .circulo {
  width: 56px;
  height: 55px;
  display: block;
  /*                -moz-border-radius: 50%;
                  -webkit-border-radius: 50%;
                  border-radius: 50%;*/
  text-align: center;
}
.box .quant li .circulo span {
  font-size: 30px;
  display: block;
}
.box .quant li:first-child {
  padding-right: 30px;
  border-right: solid 1px #3D3D3D;
}
.box .quant li:first-child .circulo {
  float: right;
  background: url('imagens/circulo_vermelho.png?1508794443') no-repeat;
}
.box .quant li:last-child {
  padding-left: 30px;
}
.box .quant li:last-child .circulo {
  float: left;
  background: url('imagens/circulo_verde.png?1508794441') no-repeat;
}
.box.critico {
  background: #e13b35;
  background: -moz-linear-gradient(top, #e13b35 0%, #2c2c2c 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, #e13b35), color-stop(100%, #2c2c2c));
  background: -webkit-linear-gradient(top, #e13b35 0%, #2c2c2c 100%);
  background: -o-linear-gradient(top, #e13b35 0%, #2c2c2c 100%);
  background: -ms-linear-gradient(top, #e13b35 0%, #2c2c2c 100%);
  background: linear-gradient(to bottom, #e13b35 0%, #2c2c2c 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e13b35', endColorstr='#2c2c2c', GradientType=0 );
}
.box.critico .numProcesso {
  color: #ffffff;
}
