/*Implementación estilos OPAC para UNADECA - Koha por Biteca SAS. */

#action a,h1.title, .class-a a,.title_summary,#facetcontainer a,.pagination a,.view a i.fa, .view a i.fa-solid, .view button i.fa, .view button i.fa-solid, .actions a i.fa, .actions a i.fa-solid, .actions button i.fa, .actions button i.fa-solid, .toolbar a i.fa, .toolbar a i.fa-solid, .toolbar button i.fa, .toolbar button i.fa-solid, #action a i.fa, #action a i.fa-solid, #action button i.fa, #action button i.fa-solid,#a_listResults, #a_listResults .fa, .pg_menu span{
    color: #000;
}
#blog {
    align-items: center;
    padding: 15px;
    flex-wrap: wrap;
}
#blog .d-flex.justify-content-around.items-center {
    align-items: center;
}
#blog img {
    transition: 0.9s;
    width: 15em;
    padding: 20px;
}
#blog img:hover{
    -webkit-transform:scale(1.08);
    transform:scale(1.08);
    transition: 0.9s;
  }
  
  #blog button {
    background: #ffffff;
    border: solid #2b4e84;
    max-width: 200px;
    width: 200px;
    height: 48px;
    margin-inline: 25px;
    border-radius: 13px;
    color: #2b4e84;
    transition: 0.6s;
}
#blog button:hover {
    background: #2b4e84;
    border: solid #2b4e84;
    max-width: 200px;
    width: 200px;
    height: 48px;
    margin-inline: 25px;
    border-radius: 13px;
    color: #ffffff;
    transition: 0.6s;
}
#bannerDeImagenes {
background-color: #ffffff;
}
#cart-list-nav {
justify-content: end;
}

footer {
    background: linear-gradient(24deg, rgba(0, 55, 118, 1) 0%, rgba(0, 46, 98, 1) 100%);
}
#footInfoBiteca {
    display: flex;
    width: 100%;
    justify-content: center;
    height: 50px;
    background-color: #000;
}

#footInfoBiteca p {
    color: white;
    justify-content: center;
    text-align: center;
    align-items: center;
    font-size: 10px;
    padding: 19px;
}

#footInfoBiteca img {
    width: 65%;
    padding: 10px;
}
#logo-header {
    justify-content: start;
    display: flex;
}
#logo {
    background-image: url(/unadeca/img/logoUnadeca.webp);
    height: 100%;
    width: 409px;
    display: flex;
    background-size: 25em;
    margin-left: 13px;
}
#logo a {
    width: 350px;
    height: 100px !important;
    font-size: 0px;
}
#logo-header img {
    width: 297px;
    padding: 30px;
}
#menuRight {
    background: #eeeeee;
    border-radius: 3px;
}
#menuLista .listsUl:hover {
    background: #2b4e84;
    transition: all .5s ease-in-out;
    /*border: 1px #edeef0 outset;
    box-shadow: 0 -1px 10px rgb(213, 210, 209);*/
    border-left: 3px solid #2b4e84;
    padding-left: 5px;
    -webkit-font-smoothing: antialiased;
}

#menuLista .listsUl {
    transition: all .5s ease-in-out;
    display: flex;
    padding-left: 5px;
    margin-top: 5px;
}

#moresearches {
    margin-top: -4px;
    width: 100%;
    background-color: transparent;
    margin: 0;
    padding-top: 15px;
    padding-bottom: 15px;
    display: block;
    text-align: center;
}
#moresearches li a, #moresearches li:after {
    color: #ffffff;
}
#members {
    justify-content: flex-start;
}
#members a.clearsh,#members .divider-vertical,#login{
    display: none;
}
#opaccredits h2,#opaccredits p, #opaccredits i, #opaccredits a  {
    color: #fff;
}
#opaccredits .row
 {
    padding: 32px;
}
#opacheader {
    background-image: url(/unadeca/img/bannerUnadeca.webp);
    background-repeat: no-repeat;
    background-size: 100% calc(100%);
    align-items: center;
    text-align: center;
    height: 430px;
    background-position: 53% 40%;
    background-size: cover; 
}
#opac-main-search {
    width: 78%;
    margin: 30px 0;
    display: inline-block;
}
#opac-main-search, #searchform {
    background: transparent;
    margin-bottom: 48px;
}
#wrapper, #wrapper .container-fluid {
    padding-left: 0;
    padding-right: 0;
}
  /******************* Clases ********************/
.container-fluid.tituloBlog {
    background: #eeeeee;
    padding: 13px;
    color: #000;
    font-weight: 500;
    font-size: 13px;
    text-align: center;
    -webkit-font-smoothing: antialiased;
}
.class-a {
    justify-content: center;
    display: flex;
    text-align: center;
    padding: 5px;
    font-size: 14px;
}
.class-a a:hover {
    color: #eeeeee;
    text-decoration: none;
    }
.navbar-nav>li>a {
    color: #fff;
    font-weight: bold;
}
.fa.fa-icon-black, .fa.fa-icon-white {
    color: #fff;
}
.row {
    margin: 0;
}