/* @import url('https://fonts.googleapis.com/css2?family=Merriweather:wght@300&display=swap'); */
/* @import url('https://fonts.googleapis.com/css2?family=Lato:wght@700&family=Roboto&display=swap'); */
@import url('https://fonts.cdnfonts.com/css/porkys');
@import url('');

@font-face {
    font-family: 'AvantGardeLT-Book';
    src: url('/colncamp/font/AvantGardeLT-Book.TTF') format('truetype');
    font-style: normal;
    font-weight: normal;
}


@font-face {
    font-family: 'PORKYS';
    src: url('/colncamp/font/PORKYS_.TTF') format('truetype');
    font-style: normal;
    font-weight: normal;
}

@font-face {
    font-family: 'TahomaBold';
    src: url('/colncamp/font/TahomaBold.ttf') format('truetype');
    font-style: normal;
    font-weight: normal;
}

:root {
    --color01: #B9115A;
    --color02: #95C11F;
    --color03: #F18815;
    --color04: #6A509D;
    --color05: rgb(117, 0, 0);
    --blue2: #4FB4E0;
    --yellow2: #F9D900;
    --blanco: #ffffff;
    --button: #B9115A;
    --button_hover: #ff006f;
    --negro70: #111010;
    --letra_navbar: var(--blanco);
    --letra-main: var(--blanco);
    --navbar: #95C11F;
    --links: #95C11F;
    --opaco: #ffffffdb;
    --opaco_footer: #00000038;
    --barrainicio: #ccc;
    --sombra01: 0 1px 3px rgba(49, 47, 48, 0.12), 0 1px 2px rgba(49, 47, 48, 0.24);
    --sombra02: 0 3px 5px rgba(49, 47, 48, 0.16), 0 3px 4px rgba(49, 47, 48, 0.28);
    --transition: all 0.2s cubic-bezier(0.68, 0.12, 0.24, 0.91);
}

html.fonts-loaded.js {
    /* font-family: 'Roboto', serif !important; */
    font-family: 'TahomaBold' !important;
}

nav.navbar.navbar-expand {
    /* font-family: 'Roboto', serif; */
    font-family: 'AvantGardeLT-Book' !important;
}

div#navbarNav {
    /* font-family: 'Roboto', serif; */
    /* font-family: 'TahomaBold' !important; */
}

div#wrapper {
    /* font-family: 'Roboto', serif; */
    /* font-family: 'TahomaBold' !important; */
}

h4.tittle_main {
    font-family: 'PORKYS' !important;
    font-weight: bolder;
}
.h3 , h3{
    font-family: 'TahomaBold' !important;
    font-size: 1.1rem!important;
    font-weight: bolder;
}

h1 , #moresearches_mod .nav-item>a , .img_icon>p, .header_catalogo , h2 ,h5 {
    -webkit-text-stroke-width: 1px; /* Ancho del contorno */
    -webkit-text-stroke-color: black; /* Color del contorno */
}

h1,
h2,

h4,
h5,
h6 {
    font-family: 'PORKYS' !important;
    font-weight: bolder;
    color: var(--color01) !important;
    /* font-size: 1.1rem!important; */
    
}

.cre {
    font-family: 'AvantGardeLT-Book' !important;
    width: 100%;
}

#moresearches_mod li a {
    font-family: 'PORKYS' !important;
    font-weight: bold;
}

/* button.btn.btn-success {
    font-family: 'Roboto', serif;
} */

p {
    font-family: 'PORKYS' !important;
    font-weight: bold;
}

.fonts-loaded button {
    font-family: 'PORKYS' !important;
}

body {
    font-family: 'TahomaBold' !important;
    /* background-color: var(--blanco); */

}

/* body a {
    color: var(--links) !important;

} */

body a {
    /* color: var(--negro70) !important; */

}

.default_body {
    align-items: center;
    /* background-color: var(--blanco); */
    display: flex;
}



.menu-collapse li a {
    color: var(--negro70) !important;
}

/* .container-fluid .row .col {
    padding-left: 0px !important;
    padding-right: 0px !important;
} */

/* main{
    margin: auto!important;
    max-width: 960px!important;
} */


.main {
    border: 2px solid #f0f3f3;
    margin: 0px !important;
    padding: 1rem 0;
    background-color: #fff;
    border: none;
}

.dropdown-item:hover,
.dropdown-item:focus {
    color: var(--blanco) !important;
    text-decoration: none !important;
    background-color: var(--navbar) !important;
}

.dropdown-item {
    color: var(--negro70) !important;
    text-decoration: none !important;
    background-color: var(--blanco) !important;
}

.menuitem {
    color: var(--negro70) !important;
    text-decoration: none !important;
    background-color: var(--blanco) !important;
}

/* Head */



p.title_home {
    text-align: center;
    margin-top: 20px;
    font-weight: 600;
    font-size: 22px;
}

h2.title-gallery-database {
    color: var(--negro70);
    text-transform: uppercase;
    font-size: 25px;
    margin-left: 3rem;
}

h2.title-gallery-database:after {
    content: "";
    position: relative;
    bottom: 6px;
    right: 0;
    width: 0;
    height: 0;
    border-color: transparent transparent #900;
    border-style: solid;
    border-width: 0 0 10px 10px;
}

img.home_logo {
    padding-top: 25px;
}

#myHeader img {
    object-fit: cover;
    width: 80%;
    height: 80%;
}

#myHeader {
    /* background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#4da6ff), color-stop(100%,#001040)); */
    text-align: center;
}

nav.navbar.navbar-expand {
    background-color: var(--navbar);
    border-bottom: 5px solid #B9115A;
}

nav.navbar.navbar-expand a {
    color: var(--letra_navbar);
    font-weight: 100;
    font-weight: bold;
}



a.btn_home {
    height: 100%;
}


.btn_d img {
    width: 100px !important;
}

nav.navbar.navbar-expand i {
    color: var(--letra_navbar) !important;
}

li.divider-vertical {
    display: none;
}


div#logo {
    display: none;
}

nav.navbar.navbar-expand {
    padding: 0px;
}

a.nav-link.logout.clearsh {
    /* display: none; */
}

img.logo_home {
    width: 50%;
}

/* Search ing */

.btn-primary:hover,
.btn-primary  {
    
     border-color: transparent!important; 
}

#opac-main-search {

    margin: 0;
    padding: 0;
}

.home_search {
    /* height: 470px; */
    width: 100%;
    background: linear-gradient(var(--opaco), var(--opaco)), url(/colncamp/logo/temtuga.png);
    /* background-image: url(); */
    background-size: contain;
    background-repeat: no-repeat;
    background-position: right;
    display: flex;
    justify-content: center;
    align-items: center;


}

#moresearches {
    display: none;
}

#moresearches_mod li::after {
    /* content: " | "; */
    color: var(--blanco) !important;
}

#moresearches_mod {
    margin: 0.5em 30px;
    padding: 0 15px;
}

#moresearches_mod li {
    background-color: var(--color01);
    ;
    text-align: center;
    display: inline-block;
    margin-right: 15px;
    margin-left: 15px;
    white-space: nowrap;
    border-radius: 50px;
}

#moresearches_mod li a {

    margin-right: 15px;
    margin-left: 15px;
    color: var(--blanco) !important;


}

/*
 .home_search .mastheadsearch {
    display: flex;
    justify-content: center;
    position: relative;
    top: 170px
}

*/
.home_search .mastheadsearch {
    display: block;
    justify-content: center;
    position: relative;
    width: 100%;
    padding-top: 2rem;
    padding-bottom: 2rem;
}

.mastheadsearch {
    margin: .5em auto 0;
    text-align: center
}

.mastheadsearch label {
    font-size: 115%;
    font-weight: bold;
    color: #fff;
    display: none
}

.mastheadsearch {
    margin: auto
}

.rounded-box-red {
    width: 10rem;
    height: 10rem;
    border-radius: 50% 20% / 10% 40%;
    border: 4px solid var(--color01);
    background-color: #F02C2F2a;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.rounded-box-red {
    color: var(--color01);
    font-weight: bold;
}

.rounded-box-green {
    width: 10rem;
    height: 10rem;
    border-radius: 50% 20% / 10% 40%;
    border: 4px solid var(--color02);
    background-color: #00804E2a;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.rounded-box-green p {
    color: var(--color02);
    font-weight: bold;
}

.rounded-box-yellow {
    width: 10rem;
    height: 10rem;
    border-radius: 50% 20% / 10% 40%;
    border: 4px solid var(--color03);
    background-color: #FFD5252a;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.rounded-box-yellow p {
    color: var(--color03);
    font-weight: bold;
}

.rounded-box-white {
    width: 10rem;
    height: 10rem;
    border-radius: 50% 20% / 10% 40%;
    border: 4px solid var(--color04);
    background-color: #6A509D2a;

    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.rounded-box-white p {
    color: var(--color04);
    font-weight: bold;
}


.rounded-box-blue {
    width: 10rem;
    height: 10rem;
    border-radius: 50% 20% / 10% 40%;
    border: 4px solid var(--blue2);
    background-color: #4FB4E02a;

    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.rounded-box-blue p {
    color: var(--blue2);
    font-weight: bold;
}


.rounded-box-yellow2 {
    width: 10rem;
    height: 10rem;
    border-radius: 50% 20% / 10% 40%;
    border: 4px solid var(--yellow2);
    background-color: #F9D9002a;

    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.rounded-box-yellow2 p {
    color: var(--yellow2);
    font-weight: bold;
    text-align: center;
}

/* Estilo adicional para eliminar el margen derecho del último div */
.rounded-box:last-child {
    margin-right: 0;
}

.icon {
    display: flex;
    justify-content: center;
    align-items: center;
}

.img_icon img {
    object-fit: cover;
    width: 45%;

}

/* .img_icon p{
    color: #000;
    font-weight: bold;
} */

.text_icon {
    width: 9rem;
    font-size: 1.05rem;
}

/* Search*/

@media (max-width: 575px) {

    /* #opac-main-search {
        
        height: 10rem!important;
        
    } */
    .home_search {
        height: 76rem;
        width: 100%;
    }



    .splide__slide img {
        width: 50% !important;
        margin: auto !important;
        object-fit: cover !important;
    }



    .rounded-box-red {
        width: 11rem;
        height: 11rem;

    }

    .rounded-box-green {
        width: 11rem;
        height: 11rem;

    }

    .rounded-box-yellow {
        width: 11rem;
        height: 11rem;
        border-radius: 50% 20% / 10% 40%;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .rounded-box-white {
        width: 11rem;
        height: 11rem;
        border-radius: 50% 20% / 10% 40%;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .rounded-box-blue {
        width: 11rem;
        height: 11rem;
        border-radius: 50% 20% / 10% 40%;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;

    }

    .rounded-box-yellow2 {
        width: 11rem;
        height: 11rem;
        border-radius: 50% 20% / 10% 40%;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .text_icon {
        width: 9rem !important;
        font-size: 1.2rem !important;
    }

    .img_icon img {
        padding-top: 0.5rem !important;
    }

    .icon {
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 5px !important;
    }

    .banner_head {
        width: 10rem !important;
    }
    #searchform {
        margin-right: 0!important;
        margin-left: 0!important;
    }

    .title {
        font-size: 1.5rem!important;
    }

}

@media (min-width: 1200px) {
    .home_search {
        text-align: center !important;
    }

    .img_search {
        width: 1400px;
        height: 515px;
        text-align: center;
    }
}

#masthead_search1 {
    background-color: var(--color01);
    color: var(--blanco);
    border-color: var(--color01);
    border: 0px;
}

div#opac-main-search img.img_search {
    display: block !important;
    margin: auto !important;
    width: 100%;
}

/* div#opac-main-search {
    border: 5px solid var(--color01);
} */

select#masthead_search {
    background-color: var(--color01);
    border: 1px solid var(--color01);
    color: var(--blanco);
}

/* #opac-main-search {
    background: var(--navbar);
    margin: 0px 0;
    padding: 20px;
    height: 5rem;
    
} */
.container-fluid.search_cont {
    margin-top: -110px;
}

#searchform {
    margin-right: 4rem;
    margin-left: 4rem;

}

.splide__slide img {
    width: 100%;
    object-fit: cover;
}

.banner_head {
    margin: 0px 0 0 0;
    width: 13rem;
}



.header_catalogo {
    text-align: center;
 font-size: 2.5rem;
}

.img_logo_crai {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.form-row>.col,
.form-row>[class*=col-] {
    padding-right: 0px;
    padding-left: 0px;
}

button#searchsubmit {
    background-color: var(--color01);
    /* border: 1px solid var(--color01); */
    color: #fff;
}

button#searchsubmit {
    background-color: var(--color01) !important;
}

input#translControl1 {
    border-radius: 0px;
}

select#masthead_search {
    border-radius: 5px 0px 0px 5px;
}

button#searchsubmit {
    border-radius: 0px 5px 5px 0px;
}


/* Container */
/* barra inicio */
/* .breadcrumb {
    background-color: var(--barrainicio);
} */

.breadcrumb-item.active a:link,
.breadcrumb-item.active a:visited,
.breadcrumb-item.active a:hover,
.breadcrumb-item.active a:active {
    color: black;
    font-weight: bold;

}

#wrapper {
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    padding-left: 0px;
    padding-right: 0px;
}

/* OCULTAR LOGIN OPAC */
.main .col-12.col-lg-3.order-md-2 {
    /* display: none; */
}

#login  .local-login label{
   text-align: right!important;
}

fieldset{
    text-align: right!important; 
}


.row {
    justify-content: center;
    
}


div#koha_url {
    display: none !important;
}

/* btns home */
/* 
.btn {
    background-color: var(--button) !important;
    border: 0px !important;
    color: var(--negro70) !important;
    font-weight: bold;
} */
.btn {
    display: inline-block;
    padding: 5px 10px;
    background-color: var(--button) !important;
    color: #fff !important;
    /* Texto en blanco */
    text-decoration: none;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.btn i {
    color: var(--blanco) !important;
}

.btn:hover {
    background-color: var(--button_hover) !important;
}

a.btn_home img {
    filter: invert(1);
}

a.addtocart {
    padding-right: 1rem;
}

.home_btns a.btn_home {
    display: flex;
    justify-content: center;
}

.home_btns a.btn_home img {
    width: 150px;
    margin: auto;
    display: block;
    padding: 13px;
}

.home_btns button.btn.btn-success {
    padding: 20px;
}

a.btn_home {
    text-decoration: none;
}

.home_btns button.btn.btn-success:hover {
    transition: 0.9s;
    filter: saturate(0.3);
    box-shadow: 0px 10px 15px -3px rgb(0 0 0 / 10%);
}

.home_btns button.btn.btn-success {
    margin-bottom: 15px;
    border-radius: 15px;
}

h4.tittle_main {
    text-align: center;
    padding: 20px;
    color: var(--color01);
}

.thumb-content {
    display: block;
    margin: auto;
    text-align: center;
}

/* .dropdown-menu a.dropdown-item {
    color: black !important;
} */

/* .btn {
    background-color: var(--color01) !important;
    border: 0px !important;
} */


/* Footer */

.map-container{
    width: 3rem!important;
    height: 8rem!important;
}

section .row {
    font-size: 10px;
}


.img_footer {
    background: linear-gradient(var(--opaco_footer), var(--opaco_footer));
    /* background-size: cover;   */
    width: 100%;

}


/* .text-white{
    font-size: 10px;

} */


.list-unstyled {
    font-size: 0.8rem;
    color: white;

}


@import "bourbon";


.butts li {
    position: relative;
    overflow: hidden;
    max-width: 100%;
    transition: all 0.3s ease-out;
    margin: 0.1% 0.1%;
}

.butts li .text {
    color: #fff;
    margin: 0;
    position: absolute;
    text-align: center;
    text-transform: initial;
    z-index: 20;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 15px 10%;
    margin: 0;
    transition: all 0.3s ease;
}

.butts li .text h2 {
    font-size: 16px !important;
    border-bottom: 2px solid white !important;
    margin-bottom: 10px !important;
    color: #fff;
}

.butts li img {
    width: 100%;
    height: auto;
    max-width: 250px;
    display: block;
    transition: all 0.2s ease;
}

.butts li .overlay {
    position: absolute;
    top: 90px;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    z-index: 10;
    opacity: 0.8;
    transition: opacity 0.15s ease-out;
    backface-visibility: hidden;
}

.butts li:hover img,
li:focus img {
    transform: scale(1.2);
}

.butts li:hover .overlay,
li:focus .overlay {
    opacity: 0;
    filter: alpha(opacity=0);
}

.butts li:hover .text,
li:focus .text {
    opacity: 0;
    filter: alpha(opacity=0);
}

.butts a {
    transition: all 0.2s;
}

.butts ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.butts {
    padding: 0 10px;
}

.myCredits {
    text-align: center;
    background-color: var(--color01);
    padding: 5px;
}

.myCredits img {
    width: 2%;
}

.myCredits a {
    color: #fff !important;
}

.footer-distributed {
    background-color: #181818;
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.12);
    box-sizing: border-box;
    width: 100%;
    text-align: left;
    font: 14px sans-serif;

    padding: 10px 50px;
    margin-top: -3px;

}

.footer-distributed .footer-left,
.footer-distributed .footer-center,
.footer-distributed .footer-right {
    display: inline-block;
    vertical-align: top;
}

/* Footer left */

.footer-distributed .footer-left {
    width: 35%;
}

.footer-distributed .footer-left i {
    background-color: #193A67;
    color: #ABABAB;
    font-size: 25px;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    text-align: center;
    line-height: 42px;
    margin: 10px 15px;
    vertical-align: middle;
}

.footer-distributed .footer-left p {
    display: inline-block;
    color: #ABABAB;
    vertical-align: middle;
    margin: 0;
}

/* Footer Center */

.footer-distributed .footer-center {
    width: 30%;
}

.footer-distributed .footer-center i {
    background-color: #193A67;
    color: #ABABAB;
    font-size: 25px;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    text-align: center;
    line-height: 42px;
    margin: 10px 15px;
    vertical-align: middle;
}

.footer-distributed .footer-center p {
    display: inline-block;
    color: #ABABAB;
    vertical-align: middle;
    margin: 0;
}


/* Footer Right */



.footer-distributed .footer-right {
    width: 30%;
}

.footer-distributed .footer-right i {
    background-color: #193A67;
    color: #ABABAB;
    font-size: 25px;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    text-align: center;
    line-height: 42px;
    margin: 10px 15px;
    vertical-align: middle;
}

.footer-distributed .footer-right p {
    display: inline-block;
    color: #ABABAB;
    vertical-align: middle;
    margin: 0;
}

.footer-distributed .footer-right p span {
    display: block;
    font-weight: normal;
    font-size: 14px;
    line-height: 2;
}

.footer-distributed .footer-right p a {
    color: #ABABAB;
    text-decoration: none;
    ;
}

/* If you don't want the footer to be responsive, remove these media queries */

@media (max-width: 880px) {
    #myFooter {
        /* background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#4da6ff), color-stop(100%,#001040)); */
        text-align: center;
    }

    .footer-distributed {
        font: bold 14px sans-serif;
    }

    .footer-distributed .footer-left,
    .footer-distributed .footer-center,
    .footer-distributed .footer-right {
        display: block;
        width: 100%;
        margin-bottom: 40px;
        text-align: center;
    }

    .footer-distributed .footer-center i {
        margin-left: 0;
    }

    iframe {
        margin: 0 auto;
        padding: 0;
        /* width: 100% !important; */
        border: none;
        overflow: hidden;
        /* height: auto!important; */
        /* padding: 2rem !important; */
    }
    #banner {
        /* width: 100% !important; */
        height: 117px!important;
    }



}




.dropdown-menu.dropdown-menu-right.show a {
    color: #000 !important;
    display: flex;
    font-size: 15px !important;
    font-weight: 800 !important;
}

#loggedinuser-menu .divider-vertical {
    display: none;
}

a#logout {
    color: #e8583c !important;
    font-weight: bold;
}

.thumb-content img {
    height: 200px;
    max-width: 250px !important;
}

.carousel-control-prev {
    /* left: -130px !important; */
    /* background-color: var(--color01); */
    color: #fff !important;
    font-size: 40px;
    width: 3% !important;
}

.carousel-control-next {
    /* right: -130px !important; */
    /* background-color: var(--color01); */
    color: #fff !important;
    font-size: 40px;
    width: 3% !important;
}


.thumb-content img {
    height: 200px;
    max-width: 250px !important;
}

/* #loginModal input[type=submit] {
    background-color: var(--color01);
    border: 0px;
} */

a.dropdown-item i.fa.fa-check {
    color: #000;
}

.head_home img.home_logo {
    display: block;
    margin: auto;
    width: 25%;
}

.cover_sect {
    background-color: var(--color01);
}

.cover_sect h4.tittle_main {
    color: #fff;
}

.btns_home_sect {
    margin-bottom: 25px;
}

.cover_sect {
    padding-bottom: 80px;
}

.carousel-indicators {
    position: absolute;
    right: 0;
    bottom: -45px !important;
    left: 0;
    z-index: 15;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    padding-left: 0;
    margin-right: 15%;
    margin-left: 15%;
    list-style: none;
}

div#notloggedin .col-lg-9 {
    flex: 0 0 100% !important;

    /* max-width: 100%; */
}

#notloggedin {
    background: linear-gradient(var(--opaco), 
    var(--opaco)), 
    url(/colncamp/logo/fondo.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    
    display: flex;
    justify-content: center;
    align-items: center;
}


.footer_koha .content .h4locations {
    font-weight: 900;
}

.footer_koha.about span.tt1 {
    font-size: .875rem;
}

.footer_koha .about span {
    display: block;
}

.footer_koha .about span.tt2 {
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1.625rem;
}

.footer_koha {
    color: #fff;
    padding: 90px 0 40px;
}

.footer_koha .content .h4locations {
    font-weight: 900;
}

h4.h4locations {
    color: #fff;
}

.footer_koha {
    padding-left: 40px;
    padding-right: 40px;
}

.footer_koha .content h5 {
    font-size: .9375rem;
    color: #fff;
    font-weight: 600;
}

.footer_koha .content h4,
.footer_koha .content h5 {
    border-bottom: 1px solid #031e37;
    font-weight: 700;
    margin: 0 0 20px;
    padding: 0 0 14px;
}

.shape_top_footer {
    background: bottom no-repeat;
    height: 60px;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}

.shape_top_footer {
    background-image: url('/humbolt/img/footer.svg');
}

.top_new {
    background: bottom no-repeat;
    height: 23px;
    left: 0;
    right: 0;
    top: 0;
}

.top_new {
    background-image: url('/humbolt/img/newa.svg');
}

.top_new {
    background-color: #fff;
}

.bottom_new {
    background: bottom no-repeat;
    height: 23px;
    left: 0;
    right: 0;
    top: 0;
    z-index: 999;
    position: relative;
    top: -22px;
}

.bottom_new {
    background-image: url('/humbolt/img/shape_b.svg');
}


.container_dbs {
    text-align: center;
}


p.txt_a {
    text-align: justify;
}

img.logo_a {
    width: 58%;
    padding: 15px;
}

a.btn_db {
    background-color: var(--color01);
    padding: 12px;
    color: #fff;
    border-radius: 6px;
}

table.table_info_a td {
    border: 1px solid #e8e8e8;
    padding: 20px;
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    color: #fff;
    background-color: var(--color01);
    border-radius: 0px;
    font-weight: 700;
}

ul#pills-tab {
    border-bottom: 1px solid #dbdbdb;
}

.container_db .tab-content {
    border: 0px;
}

.container_db ul#pills-tab {
    font-size: 12px;
}

.container_db div#home ul#pills-tab li.nav-item {
    background-color: #f5f5f5;
    margin-right: 2px;
}

.page_services {
    text-align: center;
}

h4.title_serv {
    text-align: center;
}

a.btn_ab .icon {
    height: 100px;
    width: 100px;
}

.page_services .btn_a {
    background: rgb(45, 157, 240);
    background: linear-gradient(0deg, rgba(45, 157, 240, 1) 0%, rgba(41, 79, 138, 1) 100%);
}

.page_services .btn_b {
    background: rgb(45, 157, 240);
    background: linear-gradient(0deg, rgba(45, 157, 240, 1) 0%, rgba(41, 79, 138, 1) 100%);
}

.page_services .btn_c {
    background: rgb(45, 157, 240);
    background: linear-gradient(0deg, rgba(45, 157, 240, 1) 0%, rgba(41, 79, 138, 1) 100%);
}

.page_services .btn_d {
    background: rgb(45, 157, 240);
    background: linear-gradient(0deg, rgba(45, 157, 240, 1) 0%, rgba(41, 79, 138, 1) 100%);
}

.page_services .btn_e {
    background: rgb(45, 157, 240);
    background: linear-gradient(0deg, rgba(45, 157, 240, 1) 0%, rgba(41, 79, 138, 1) 100%);
}

.page_services .btn_f {
    background: rgb(45, 157, 240);
    background: linear-gradient(0deg, rgba(45, 157, 240, 1) 0%, rgba(41, 79, 138, 1) 100%);
}

.page_services button.btn.btn-success {
    height: 150px;
}

.page_services img {


    width: 20px !important;
}

button#backtotop {
    background-color: var(--color01);
    border: 0px;
    border-radius: 40px;
}

.page_services .col-md-4 {
    margin-bottom: 15px;
}

.page_services button.btn.btn-success {
    width: 100%;
    border: 0px;
}

.page_services button img {
    display: block;
    margin: auto;
    width: 55% !important;
    padding: 10px;
}

.page_services button {
    font-size: 10px;
}

/* NOVEDADES BIBLIOGRAFICAS */

.novedades {
    display: flex;
    justify-content: center;
    align-items: center;
}

#inlineFrameExample {
    display: flex;
    justify-content: center;

}

.nav-splider {
    margin: 0 auto;
    padding: 0;
    /* position: absolute; */
    /* top: 0; */
    /* left: 0; */
    width: 15rem;
    height: 350px;

    border: none;
    overflow: hidden;
}

iframe {
    margin: 0 auto;
    padding: 0;
    /* position: absolute; */
    /* top: 0; */
    /* left: 0; */
    /* width: 1200px; */
    /* height: 300px; */

    border: none;
    overflow: hidden;
}

#banner {
    width: 100% !important;
    height: 320px ;
}

.contenedor {
    /* width: ; */
}

/* .splide__track {
    display: flex;
    align-items: center;
    overflow: hidden;
    width: 10rem;
    height: 15rem;
} */

/* 
.splide__slide img {
    object-fit: cover;
    width: 20%;
    height: 20%;
} */

.view a:hover i.fa,
.view button:hover i.fa,
.actions a:hover i.fa,
.actions button:hover i.fa,
.toolbar a:hover i.fa,
.toolbar button:hover i.fa,
#action a:hover i.fa,
#action button:hover i.fa {
    color: var(--color05);

}

.title h1 {
    color: var(--color01);
    /* font-weight: 700;
    font-size: 2.5rem;
    text-align: center;
    margin-bottom: 2rem; */
}




.navbar.navbar-expand ul li a {
    /* color: var(--blanco) !important; */
}

.navbar {
    color: var(--blanco) !important;
}

.action input {
    background-color: var(--color01);
    border: 0px;
}

.menu-collapse li input {
    background-color: var(--color01);
    border: 0px;
}

.maincontent form input[type="submit"] {
    background-color: var(--color01);
    border: 0px;
}

.btn-primary:hover,
.btn-primary:active {
    background-color: var(--color05);
    border-color: var(--color05);
    -webkit-box-shadow: 0 0 0 1px var(--color05);
    box-shadow: 0 0 0 1px var(--color05);
    color: #fff;
}

/* OPAC-DETAIL */

#action a {
    color: var(--blanco);
    font-weight: normal;
    text-align: left;
    margin: 2px;
    width: 75%;
}

/* h1.title {
    color: var(--negro70);
    font-size: 1.5rem;
} */

.subjects h1.title {
    color: var(--links) !important;
    /* font-size: 1.5rem; */
}

a.title {
    color: var(--negro70) !important;
}


a.title {
    color: var(--negro70) !important;
}

a:link,
a:visited {
    /* color: var(--links)!important; */
}

.breadcrumb {
    color: var(--negro70) !important;
}

.subjects ul li span a {
    color: var(--links) !important;
}

.subjects ul li a i {
    color: var(--links) !important;
}


/* databases page */

.border-0 {
    border: 0 !important;
}

.position-relative {
    position: relative !important;
}

.shadow-lg {
    box-shadow: 0 1rem 3rem rgb(0 0 0 / 18%) !important;
}

.card {
    position: relative;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, 0.125);
    border-radius: .25rem;
}

.member-profile {
    top: -50px;
    left: 0;
}

.text-center {
    text-align: center !important;
}

.w-100 {
    width: 100% !important;
}

.position-absolute {
    position: absolute !important;
}

.member-profile img {
    width: 7rem;
    height: 7rem;
    object-fit: contain;
    object-position: center center;
}

a:link,
a:visited a:hover {
    text-decoration: none !important;
}

.rounded-circle {
    border-radius: 50% !important;
}

.mx-auto {
    margin-right: auto !important;
    margin-left: auto !important;
}

.shadow-sm {
    box-shadow: 0 0.125rem 0.25rem rgb(0 0 0 / 8%) !important;
}

/* callection  */

.card_collection img {
    
    width: 7rem;
    height: 7rem;
    object-fit: cover;
    object-position: center center;
}
.lead{
    text-align: left!important;
}
.img_services{
    margin-top: 1rem;
    width: 15rem;
    height: 15rem;
    object-fit: cover;
    object-position: center center;
}

/* questions */
.btn_questions {
    white-space: normal !important;
}
.header-oculto , .img_oculta{
    display: none!important;
}

.record span ul li a,.record span a{
    color: var(--color01)!important;
}
.author li a {
    color: var(--color01)!important; 
}

.noprint .actions a{
    color: var(--blanco)!important;  
}