@font-face {
  font-family: 'Open Sans';
  src: url('../css/fonts/OpenSans-Regular-webfont.eot');
  src: url('../css/fonts/OpenSans-Regular-webfont.eot?#iefix') format('eot'), url('../css/fonts/OpenSans-Regular-webfont.svg#myWebFont') format('svg'), url('../css/fonts/OpenSans-Regular-webfont.woff') format('woff'), url('../css/fonts/OpenSans-Regular-webfont.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}
.opensans {
  font-family: 'Open Sans';
}
body {
  margin: 0px;
  overflow-y: hidden;
}
a {
  text-decoration: none;
}
a:link {
  color: #a7a9ac;
}
a:visited {
  color: #a7a9ac;
}
a:hover {
  color: #000;
}
a:active {
  color: #000;
}
category-active {
  color: #000;
}
.content {
  background-color: #fff;
  padding-left: 60px;
  padding-top: 40px;
  float: left;
}
#wrapper {
  width: 100%;
  height: 768px;
  background-color: #fff;
}
#inside {
  width: 1100px;
  height: 706px;
  background-color: #fff;
  margin-left: auto;
  margin-right: auto;
}
#esquerda {
  width: 603px;
  height: 100%;
  background-color: #fff;
  float: left;
}
#direita {
  width: 447px;
  height: 476px;
  background-color: #fff;
  float: right;
  overflow-y: hidden;
  margin-top: 61px;
  padding-right: 10px;
}
#logo {
  width: 603px;
  height: 126px;
  float: left;
  background-color: #fff;
}
#logo img {
  margin-left: 78px;
  margin-top: 61px;
}
#categorias {
  margin-top: 178px;
  margin-left: 186px;
}
#categorias div {
  float: left;
  width: 138px;
  background-color: #fff;
  overflow: hidden;
  font-family: 'Open Sans';
  font-size: 13px;
}
#setas {
  display: inline-block;
  margin: 10px;
  float: right;
  cursor: pointer;
}
.row:before,
.row:after {
  content: "";
  display: table;
  clear: both;
}
[class*='col-'] {
  float: left;
  width: 59px;
  height: 59px;
  padding: 5px;
  background: #fff;
  border: 1px;
  border-color: black;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.pdfbox {
  width: 100%;
  height: 100%;
}
.new-thumb {
  width: 60px;
  height: 60px;
  overflow: hidden;
  display: block;
  border: solid 1px #000;
}
.new-thumb div {
  width: 60px;
  height: 60px;
  background-size: auto 150%;
  background-position: center center;
  background-repeat: no-repeat;
  transition: all .2s ease-out;
}
.new-thumb:hover div {
  background-size: auto 100%;
}
#loader-image {
  background: url('../images/loading.gif') no-repeat;
  width: 100%;
  height: 100%;
  background-position: center center;
}
