.pagination-bib {
  display: inline-block;
  width: 100%;
}
.pagination-bib .pagination {
  margin: 0 15px;
  border-radius: 0px;
}

.box-default {
  width: 100%;
  height: auto;
  display: inline-block;
  border: 1px solid #e5e5e5;
  padding: 10px 10px 4px 10px;
  margin: 5px 0;
  background: #fff;
}

hr {
  margin: 10px 0 10px 0;
  border: 0;
  border-top: 1px solid #ddd;
}

#login {
  height: 100%;
  background: #eee;
  background-size: cover;
}
#login .login-box {
  width: 360px;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #fff;
  border: 1px solid #e5e5e5;
  padding: 25px 25px 5px 25px;
}
#login .login-box .box-body {
  margin-bottom: 20px;
}
#login .login-box .box-body .logo {
  margin: 0 auto 30px auto;
}
#login .login-box .box-body .logo img {
  border-radius: 0px;
  width: 100px;
  margin-left: 34%;
}
#login .login-footer {
  font-size: 10px;
  width: 100%;
  line-height: 10px;
  font-weight: 400;
  display: inline-block;
  margin: 5px;
  border-left: none;
  border-right: none;
  border-bottom: none;
}
#login .login-footer .footer-center {
  text-align: center;
  color: #999;
  padding-bottom: 10px;
}

form .form-group label {
  line-height: 18px;
  font-size: 12px;
  color: #4f4f4f;
  font-weight: 600;
}
form .form-group .form-control {
  border-radius: 0px;
}

.titulo-principal {
  background: none transparent;
  font-size: 11px;
  font-weight: 400;
  font-weight: 600;
}
.titulo-principal .titulo {
  margin-top: 25px;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 11px;
}
.titulo-principal .titulo a {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 11px;
  z-index: 999;
  color: #ab162b;
  position: relative;
}
.titulo-principal .titulo a:hover {
  color: #999;
}
.titulo-principal #linha-longa {
  background: #eee;
  display: block;
  height: 1px;
  margin: 5px 0 10px 0;
}
.titulo-principal #linha-longa #linha-curta {
  background: #ab162b !important;
  display: block;
  height: 1px;
  width: 57px;
}

.app-list {
  padding: 5px;
}
.app-list a .box {
  background: #FFF;
  display: inline-block;
  width: 100%;
  margin: 5px 0;
  border: 1px solid #e6eaea;
}
.app-list a .box:hover {
  border-bottom: solid 0.5px #ab162b;
  position: relative;
  display: inline-block;
  transition: all 1s ease-out;
}
.app-list a .box p {
  font-family: "Open Sans", sans-serif !important;
  font-size: 13px;
  text-align: justify;
  line-height: 22px;
  color: #2c2a2b;
  margin: 10px 0;
  padding: 0;
  text-rendering: optimizeLegibility;
}
.app-list a .box p img {
  width: 30px;
  height: 30px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.app-list a .box h5 {
  font-size: 12px;
  font-weight: 600;
  text-align: center;
  font-family: "Open Sans", sans-serif !important;
  color: #2c2a2b;
}
.app-list a .box h5 a {
  text-decoration: underline;
  color: #ab162b;
  font-weight: 400;
  font-size: 13px;
  text-decoration: none;
}

#eventos {
  padding: 25px 10px;
  height: auto;
}
#eventos .titulo h2 {
  font-size: 12px;
  font-weight: 400;
  text-transform: uppercase;
  margin: 0;
  color: #555;
  letter-spacing: 0.5px;
}
#eventos .titulo span {
  float: right;
  color: #666;
}
#eventos .box-eventos {
  background: #ccc;
  margin-top: 20px;
}
#eventos .box-eventos .data-eventos {
  width: 20%;
  padding: 21px 10px;
  background: #ab162b;
  float: left;
  color: #ccc;
  font-size: 15px;
  font-weight: 600;
  display: inline-block;
}
#eventos .box-eventos .descr-eventos {
  width: 80%;
  padding: 10px 10px;
  display: inline-block;
}
#eventos .box-eventos .descr-eventos h2 {
  font-size: 15px;
  color: #555;
}

.btn {
  text-transform: uppercase;
  vertical-align: baseline;
  margin: 0;
  border-radius: 0px;
  border: solid 1px #e6eaea;
}
.btn .fa {
  margin-right: 5px;
  font-size: 16px;
}
.btn:hover, .btn:focus, .btn:active {
  background: #ab162b !important;
  color: #FFF;
}

.btn-success {
  color: #FFF;
  background: #ab162b;
}

#nav-action {
  border-top: solid 1px #FFF;
  background: #2c2a2b;
  margin-bottom: 5px;
}
#nav-action .submenu ul {
  list-style: none;
  list-style-image: none;
  margin: 0;
  padding: 0;
}
#nav-action .submenu ul li {
  padding: 0;
  position: relative;
  z-index: 99;
  display: inline-block;
  margin: 0;
  border-bottom: solid 0.5px transparent;
}
#nav-action .submenu ul li a {
  -webkit-transition-duration: 0;
  -moz-transition-duration: 0;
  -ms-transition-duration: 0;
  -o-transition-duration: 0;
  transition-duration: 0;
  color: #FFF;
  border: none;
  display: inline-block;
  padding: 5px 10px;
  text-align: center;
  width: 100%;
  font-weight: 600;
}
#nav-action .submenu ul li a:hover {
  color: #ab162b;
}

#caixa-link .box {
  background: #fff;
  display: inline-block;
  width: 100%;
  margin: 0;
  margin-bottom: 5px;
  padding: 12px;
  border: 1px solid #e5e5e5;
}
#caixa-link .box h5 {
  font-size: 15px;
  color: #ab162b;
  font-weight: 600;
  margin: 9px 0;
}
#caixa-link .box ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#caixa-link .box ul li {
  padding: 0 10px;
}

#box-item-list {
  color: #2c2a2b;
}
#box-item-list .box-biblioteca {
  height: 378px;
  font-family: "FontAwesome" !important;
  margin: 0;
}
#box-item-list .box-biblioteca .img {
  background: #ccc;
  text-align: center;
  min-height: 230px;
}
#box-item-list .box-biblioteca .img img {
  vertical-align: middle;
  width: 100%;
  max-height: 230px;
}
#box-item-list .box-biblioteca .texto {
  padding: 10px;
  background: #eee;
  margin-bottom: 20px;
}
#box-item-list .box-biblioteca .texto .titulo {
  font-size: 12px;
  color: #666;
  margin: 1;
  font-weight: 600;
  text-align: justify;
  height: 32px;
}
#box-item-list .box-biblioteca .texto .autor {
  font-size: 12px;
  color: #666;
  padding-top: 5px;
}
#box-item-list .box-biblioteca .texto .preco {
  font-size: 12px;
  color: #666;
}

#home-seach .conteudos-pesquisar .img-princ {
  width: 100%;
  height: auto;
  margin-bottom: 30px;
  margin-top: 30px;
}
#home-seach .conteudos-pesquisar .img-princ img {
  max-height: 35px;
}
@media screen and (max-width: 768px) {
  #home-seach .conteudos-pesquisar .img-princ img {
    max-height: 25px;
  }
}

.box-numeros {
  width: 600px;
  height: auto;
  margin: 20px auto;
}
@media screen and (max-width: 768px) {
  .box-numeros {
    width: 90%;
    position: relative;
    margin: 20% 0 0 0;
  }
}
.box-numeros .lista-numero {
  font-weight: 400;
  color: #555;
  padding: 0;
  display: inline-block;
  width: 100%;
}
.box-numeros .lista-numero .listados-numeros {
  padding: 2px 0;
  margin: 0;
  display: inline-block;
  width: 24%;
  text-align: center;
  float: left;
}
@media screen and (max-width: 768px) {
  .box-numeros .lista-numero .listados-numeros {
    margin: 5px 0;
    width: 50%;
  }
}
.box-numeros .lista-numero .listados-numeros .titulo-esta {
  font-size: 12px;
  font-weight: 400;
  color: #bbb;
  text-align: center;
}

#mediateca-box .box-border {
  width: 100%;
  height: auto;
  display: inline-block;
  border: 1px solid #e6eaea;
  padding: 10px 10px 4px 10px;
  margin: 5px 0;
  background: #fff;
}
#mediateca-box .box-border .box-img {
  display: inline-block;
  width: 112%;
  height: 100px;
  background: #ddd;
  overflow: hidden;
  min-height: 100px;
}
@media screen and (max-width: 768px) {
  #mediateca-box .box-border .box-img {
    height: 150px;
    width: 100%;
  }
}
#mediateca-box .box-border .box-img img {
  width: 100%;
}
#mediateca-box .box-border .box-texto {
  font-size: 12px;
  font-weight: 400;
  color: #777;
  line-height: 18px;
}
#mediateca-box .box-border .box-texto a {
  font-size: 15px;
  font-weight: 500;
  line-height: 18px;
  color: #444;
}
@media screen and (max-width: 768px) {
  #mediateca-box .box-border .box-texto a {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    margin: 0;
  }
}

#search-box .pesquisar-caixa {
  display: inline-block;
  width: 92%;
  padding: 2px 0 0 0;
}
@media screen and (max-width: 768px) {
  #search-box .pesquisar-caixa {
    width: 100%;
  }
}

/*# sourceMappingURL=style.css.map */
