h1 {
    font-size: 16px;
    color: #ab162b;
    font-weight: 600;
    margin-bottom: 10px;
}



.bar {
    width: 100%;
    border-radius: 0;
    border: 1px solid #e6eaea;
    margin: 0 0 10px 0;
    background: #fff;
    display: inline-block;
    padding: 6px 10px;
    }

   #home-seach .bar {
        border: 1px solid #ddd;
        padding: 8px 10px;
        border-radius: 20px;
        }

#home-seach .bar .searchbar{
    margin-top: 3px;
}


.bar .searchbar {
    height: auto;
    border: none;
    width: 90%;
    font-size: 13px;
    font-weight: 400;
    letter-spacing: 0.2px;
    text-align: left;
    outline: none;
    float: left;
    margin-top: 5px;
    padding: 0 10px;
}

/* Pesquisar Biblioteca */
.pesquisar-caixa {
    display: inline-block;
    width: 89%;
    padding: 6px 0 0 0;
}

.conteudos-pesquisar {
    width: 55%;
    margin: 15vh auto;
}

.buscador {
    width: 100%;
    padding: 10px;
    border: 1px solid #ddd;
    letter-spacing: .2px;
}

/* Pesquisa Avançado */

.ocultar-avancado {
    display: none;
}

.avancado a {
    margin-bottom: 10px;
    display: inline-block;
    font-size: 13px;
}

.avancado a:after {
    text-align: right;
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    color: #444;
    content: "\f078";
    font-size: 10px;
    margin-left: 5px;
}

.ocultar-avancado button {
    margin: 0;
}

.ocultar-avancado .form-group {
    margin-bottom: 15px;
    width: 100%;
}

.ocultar-avancado .has-success .select2-container--krajee-bs4.select2-container--focus .select2-selection,
.ocultar-avancado .select2-container--krajee-bs4 .select2-selection--single .select2-selection__arrow,
.ocultar-avancado .select2-container--krajee-bs4.select2-container--open:not(.select2-container--disabled) .select2-selection,
.ocultar-avancado .select2-container--krajee-bs4:not(.select2-container--disabled) .select2-selection:focus {
    box-shadow: none;
    border: none;
}

.social-icons li a:hover,
.portal p a:hover,
.lingua li a:hover {
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
}


.livro-ativo button {
    font-size: 13px;
    font-weight: 600;
}

/* Numeros */

.bg-numeros-cor .mediateca-bg {
    background: #f5fff3;
    border: 1px solid #cbf7c6;
}

.bg-numeros-cor .edicoes-bg {
    background: #ffeeee;
    border: 1px solid #f9caca;

}

.bg-numeros-cor .documentacoes-bg {
    background: #fff;
}


.com-grafico .caixa-conteudo {
    min-height: 462px;
}

.margin-top {
    margin-bottom: 30px;
}


.create-recebimento {
    margin-top: 22px !important;
}

.listados-numeros .lista {
    width: 55px;
    line-height: 55px;
    height: 55px;
    border: 1px solid #ccc;
    margin: 15px auto;
    font-size: 12px;
    font-weight: 600;
}

.sem-margin {
    margin: 0;
}


.caixa-numeros {
    text-align: right;
    background: #555;

}

.listados-numeros h5 {
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    color: #555;
}

.caixa-numeros .li {
    display: inline-block;
    padding: 5px 10px;
    text-align: center;
    font-size: 10px;
    background: #fff;
    font-weight: 600;
    color: #ddd;
    border-left: 0.5px solid #555;
    text-transform: uppercase;
}

.caixa-numeros .li span {
    display: block;
    font-size: 15px;
}

.lista span {
    display: block;
    margin-top: 10px;
}

/* ------------------ documentos ------------------*/


.icones-doc img {
    width: 24px;
    float: left;
    line-height: 40px;
    margin: 5px 10px 0 0;
    }

.grupo-titulo-autor {
    min-height: 55px;
}

.titulo-box {
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    color: #ab162b;
    margin: 10px 0 12px 0;
}

.box-border ul {
    margin: 0;
    padding: 0 10px;
}

.box-border-doc .titulo {
    font-size: 13px;
    font-weight: 400;
    margin: 2px 0;
    color: #555;
    line-height: 18px;
    }

.box-border-doc .autor {
    font-size: 12px;
    font-weight: 400;
    color: #888;
}

.box-border-doc .data {
    font-size: 12px;
    font-weight: 400;
    color: #888;
    margin-left: 10px;
}

.conteudo .px-2 a{
    width: 100%;
    height: 100%;
}



.box-border-doc {
    width: 100%;
    height: 100%;
    display: inline-block;
    border: 1px solid #e5e5e5;
    padding: 15px;
    margin: 0px 0;
    background: #fff;
    }

    .box-border-doc p {
        text-align: left;
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
        color: #888;
        margin: 0;
        font-size: 12px;
        }

/* ------------------ edicoes ------------------*/


.box-edicoes {
    border: 1px solid #eee;
    height: auto;
    display: inline-block;
    margin-bottom: 16px;
    background: #fff;
    width: 100%;
}

.box-edicoes .img img, .box-img-grande img{
    max-width: 100%;
    min-height: 100%;
}





.box-edicoes .img {
    background: #bbb;
    text-align: center;
    min-height: 180px;
    height: 180px;
    overflow: hidden;
}

.box-edicoes .texto {
    padding: 10px;
    background: #fff;
    height: 100%;
    min-height: 106px;
}

.box-edicoes .titulo {
    font-size: 13px;
    width: 100%;
    color: #666;
    padding-top: 0px;
    margin: 0;
    font-weight: 500;
    line-height: 17px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.box-edicoes .autor {
    font-size: 11px;
    color: #888;
    letter-spacing: .2px;
    line-height: 14px;
    font-weight: 400;
    margin: 8px 0;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.box-edicoes .preco {
    font-size: 12px;
    color: #666;
    font-weight: 600;
    margin-bottom: 8px;
    letter-spacing: .5px;
}

.box-edicoes .autor span,
.box-edicoes .preco span {
    margin-right: 2px;
    color: #ab162b;
    font-size: 11px;
}

/* ------------------ biblioteca ------------------*/


.titulo {
    display: inline-block;
    width: 90%;
}

.baxa-icones {
    float: right;
    width: 10%;
    display: inline-block;
    text-align: right;
    padding: 5px 10px;
}

.box-texto h2 {
    font-size: 15px;
    line-height: 20px;
    font-weight: 500;
    margin: 5px 0;
    color: #555;
}

.box-texto{
    color: #555;

}

.grid {
    height: 23px;
    position: relative;
    bottom: 4px;
}

.signbutton {
    background-color: #4885ed;
    color: #fff;
    border: none;
    border-radius: 3px;
    padding: 7px 10px;
    position: relative;
    bottom: 7px;
    font-weight: bold;
}

.loginho {
    width: 8%;
    display: inline-block;
    background: #fff;
    float: left;
    padding: 4px;
    border-right: 1px solid #ddd;
    text-align: center;
    overflow: hidden;
}

.loginho img {
    width: auto;
    height: 20px;
}

.buscador-icones {
    border: none;
    background: none;
    font-size: 16px;
    color: #888;
    margin-top: 0;
    line-height: 26px;
    float: right;
    margin-right: 0;
    padding: 0;
}

.voice {
    height: 20px;
    position: relative;
    top: 5px;
    left: 10px;
}

.buttons {
    margin-top: 30px;
}

.button {
    background-color: #f5f5f5;
    border: none;
    color: #707070;
    font-size: 15px;
    padding: 10px 20px;
    margin: 5px;
    border-radius: 4px;
    outline: none;
}

.button:hover {
    border: 1px solid #c8c8c8;
    padding: 9px 19px;
    color: #808080;
}

.button:focus {
    border: 1px solid #4885ed;
    padding: 9px 19px;
}

.box-border {
    width: 100%;
    height: auto;
    display: inline-block;
    border: 1px solid #e5e5e5;
    padding: 10px 10px 4px 10px;
    margin: 5px 0;
    background: #fff;
}

.box-border:hover {
    box-shadow: 1px 1px 8px 1px #dcdcdc;
}

.ocultar-avancado .serach-filtro {
    background: #fff;
    width: 100%;
    border: 1px solid #ddd;
    font-size: 14px;
    padding: 4px;
}



.livro-disponivel:after {
    text-align: right;
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    color: #00a65a;
    content: "\f058";
    font-size: 12px;
    margin-left: 5px;
}


.livro-ativo .livro-disponivel:hover {
    background: #fff !important;
    border: solid 1px #00a65a;
    color: #00a65a;
}

.livro-naoativo .livro-indisponivel:hover {
    background: #fff !important;
    border: solid 1px #ab162b;
    color: #ab162b;
}

.livro-indisponivel:after {
    text-align: right;
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    color: #ff0000;
    content: "\f05e";
    font-size: 12px;
    margin-left: 5px;
}


.descricao h3 {
    margin: 0;
    font-size: 14px;
    font-weight: 600;
    color: #ab162b;
    line-height: 20px;
    letter-spacing: .5px;
    margin-bottom: 6px;
}

.box-img-grande {
    display: inline-block;
    width: 100%;
    height: 200px;
    background: #ddd;
    overflow: hidden;
}


.livro-naoativo,
.livro-ativo {
    float: right;
    margin: 5px;
}


.livro-naoativo {
    color: #ab162b;

}

.livro-ativo {
    color: #27ae60;
}


.caxona {
    border: 1px solid #e6eaea;
    margin-bottom: 15px;
}

.caixa {
    background: #fff;
    padding: 0 20px;
    max-height: 100px;
    min-height: 100px;
    border: 1px solid #e6eaea;
    overflow: hidden;
}

.caixa-conteudo {
    background: #fff;
    padding: 10px;
    border: 1px solid #e6eaea;
    height: auto;
}

.caixa-conteudo img {
    max-width: 100%;
}

.caixa-conteudo .titulo h5 {
    font-size: 12px;
    font-weight: 600;
    letter-spacing: .4px;
    margin-bottom: 12px;
    text-transform: uppercase;
    color: #666;
}

.caixa-conteudo .titulo span {
    font-weight: 400;
    font-size: 12px;
    letter-spacing: 1px;
}

.caixa-conteudo .numeros {
    padding: 0;
    margin: 0;
    list-style: none;
}


.caixa-conteudo .numeros li {
    line-height: 22px;
    border-top: 1px solid #e6eaea;
    padding: 4px 0px;
    color: #666;
}


.caixa-conteudo .numeros span {
    float: right;
    font-weight: 600;
}

.caixa-conteudo .titulo .mais-titulo {
    float: right;
}

.caixa p,
.caixa-conteudo p {
    line-height: 18px;
    font-weight: 400;
    color: #555;
    font-size: 13px !important;
}

.caixa-local {
    float: right;
}

.caixa-biblioteca {
    background: #fff;
    padding: 25px;
    max-height: 70px;
    min-height: 70px;
    border-bottom: 1px solid #e6eaea;
    overflow: hidden;
    margin-bottom: 10px;
}

.caixa-biblioteca p {
    font-size: 14px !important;
}


div.img-objeto-home {
    min-height: 400px;
}

.p2 {
    color: #4f4f4f;
    font-size: 12px !important;
    line-height: 10px;
}

.status-ok {
    color: #fff;
    text-align: center;
    background-color: #00a65a;
}

.status-in {
    color: #fff;
    text-align: center;
    background-color: #4486f8;
}

.status-out {
    color: #fff;
    text-align: center;
    background-color: #ab162b;
    border-top: 2px solid #ab162b;
}

.minusculo {
    text-transform: lowercase;
}

.wrap {
    min-height: 100%;
    height: auto;
}

.navbar-center {
    margin-left: 12rem;
    color: #ffffff;
    height: 49px;
}

.nav-tabs>li {
    padding: 5px;
}


.nav-tabs {
    border-bottom: 1px solid #f4f4f4;
}

.dropdown>.dropdown-toggle>.fas {
    color: #fff;
}

.caret {
    border-right: 0px solid transparent;
    border-left: 0px solid transparent;
}

.kv-sidenav .nav a {
    padding-left: 0%;
}

.kv-sidenav .nav a {
    padding-left: 8% !important;
}

.list-group-item.active>.badge,
.nav-pills>.active>a>.badge {
    color: #ab162b;
}

#section_app {
    background-color: #f4f4f4;
    margin-top: 0px;
    margin-bottom: 15px;
    min-height: 300px;
}

#calendario {
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
    background-color: #fff;
    margin-top: 0px;
    margin-bottom: 10px;
    padding: 15px;
}

.parceiros {
    width: 100%;
    min-height: 150px;
    height: auto;
    display: block;
}

.parceiros_icons {
    padding: 0;
    margin: auto 0;
}

.parceiros_icons li {
    list-style: none;
    display: inline;
    margin-right: 25px;
    float: left;
}

.parceiros_icons li img {
    height: 70px !important;
    width: auto;
    margin-top: 15px;
}

.app-list p {
    text-align: center;
    font-family: "Open Sans", sans-serif !important;
    font-size: 14px !important;
}

.app-all {
    background-color: #fff;
    height: 300px;
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
    padding: 15px;
}


.img-desraque {
    max-height: 400px;
    max-width: 100%;
    padding: 10px;
    background: #fff;
    min-width: 100%;
    min-height: 400px;
    border-radius: 20px;
}

.img-objeto-view {
    max-height: 100%;
    max-width: 330px;
}

.ca-menu {
    padding: 0;
    margin: 0 auto;
    width: 100%;
}

.ca-menu li {
    margin-bottom: 10px;
    color: #ab162b;
    width: 32.8%;
    height: 80px;
    overflow: hidden;
    position: relative;
    float: left;
    border: 1px solid #fff;
    margin-right: 4px;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
}

.ca-menu li a {
    text-align: left;
    width: 100%;
    height: 100%;
    display: block;
    color: #333;
    position: relative;
    background-position-x: left;
    background-position-y: top;
    background-size: initial;
    background: #fff !important;
}

.ca-icon {
    color: #ab162b;
    font-size: 18px;
    line-height: 40px;
    position: absolute;
    width: 20%;
    height: 100%;
    left: 0px;
    top: 24%;
    text-align: center;
    -webkit-transition: all 400ms linear;
    -moz-transition: all 400ms linear;
    -o-transition: all 400ms linear;
    -ms-transition: all 400ms linear;
    transition: all 400ms linear;
}

.ca-content {
    position: absolute;
    width: 80%;
    height: 100%;
    top: 10px;
}

.ca-main {
    color: #ab162b;
    font-size: 12px;
    opacity: 0.9;
    line-height: 14px;
    font-weight: 600;
    margin-left: 25%;
    text-transform: uppercase;
    margin-top: 0px;
}

.ca-main-desable {
    color: #333;
    font-size: 12px;
    opacity: 0.9;
    line-height: 14px;
    font-weight: 500;
    margin-left: 25%;
    text-transform: uppercase;
    margin-top: 0px;
}

.ca-main-detal {
    color: #333333;
    font-size: 12px;
    opacity: 0.9;
    line-height: 14px;
    font-weight: 600;
    margin-left: 25%;
    margin-top: 10px;
}



.form-horizontal .control-label {
    text-align: left !important;
}

@media (max-width: 1500px) {
    .img-desraque {
        max-height: 280px;
        min-height: 280px;
        border-radius: 20px;
    }

    div.img-objeto-home {
        min-height: 280px;
    }

    .caxona {
        margin-bottom: 10px;
    }

    .caixa {
        max-height: 110px;
        min-height: 110px;
    }

    .caixa p {
        line-height: 16px;
        font-size: 12px !important;
    }
}

.info-box {
    display: block;
    min-height: 90px;
    background: #fff;
    width: 100%;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
    border-radius: 2px;
    margin-bottom: 15px;
}

.info-box-content {
    padding: 5px 10px;
    margin-left: 90px;
}

.info-box-text {
    text-transform: uppercase;
}

.info-box-number {
    display: block;
    font-weight: bold;
    font-size: 18px;
}

.info-box-icon {
    border-top-left-radius: 2px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 2px;
    display: block;
    float: left;
    height: 90px;
    width: 90px;
    text-align: center;
    font-size: 45px;
    line-height: 90px;
    background: rgba(0, 0, 0, 0.2);
    background-color: rgba(0, 0, 0, 0.2);
}

.box-footer {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
    border-top: 1px solid #f4f4f4;
    padding: 10px;
    background-color: #fff;
    margin: 5px;
    margin-right: 14px;
}

.box .border-right {
    border-right: 1px solid #f4f4f4;
}

.description-block {
    display: block;
    margin: 10px 0;
    text-align: center;
}


.description-block>.description-header {
    margin: 0;
    padding: 0;
    font-weight: 600;
    font-size: 16px;
}



.description-block {
    text-align: center;
}

@media (max-width: 768px) {

    .loginho {
        display: none;

    }

    .form-group {
        width: 80%;
    }

    .searchbar {
        width: 100%;
        letter-spacing: 0px;
        padding: 0 8px;
    }

    .conteudos-pesquisar {
        width: 95%;
        margin: 12vh auto;
    }

}

@media (max-width: 982px) {

    .box-edicoes .img {
        height: auto;
        min-height: auto;
    }

}

.carousel-inner>.item {
    height: 400px;
}