@charset "UTF-8";

@font-face {
    font-family: NotoSans;
    font-style: normal;
    font-weight: 400;
    src: local("Noto Sans Regular"), url(fonts/NotoSans-Regular-webfont.woff2) format("woff2"), url(fonts/NotoSans-Regular-webfont.woff) format("woff")
}

@font-face {
    font-family: NotoSans;
    font-style: bold;
    font-weight: 700;
    src: local("Noto Sans Bold"), url(fonts/NotoSans-Bold-webfont.woff2) format("woff2"), url(fonts/NotoSans-Bold-webfont.woff) format("woff")
}

@font-face {
    font-family: NotoSans;
    font-style: italic;
    font-weight: 400;
    src: local("Noto Sans Italic"), url(fonts/NotoSans-Italic-webfont.woff2) format("woff2"), url(fonts/NotoSans-Italic-webfont.woff) format("woff")
}

@font-face {
    font-family: NotoSans;
    font-style: italic;
    font-weight: 700;
    src: local("Noto Sans Bold Italic"), url(fonts/NotoSans-BoldItalic-webfont.woff2) format("woff2"), url(fonts/NotoSans-BoldItalic-webfont.woff) format("woff")
}


/* a {
    color: #2078BB;
}

p {
    margin: .5em 0;
    text-align: justify;
    word-wrap: break-word;
    word-break: keep-all;
    hyphens: auto;
}

h1 {
    font-weight: normal;
    color: #2078BB;
} */


:root {
    --color01: #e30613;
    --color02: #e30613;
    --color03: #e30613;
    --color04: #F0E5EA;
    --color05: rgb(117, 0, 0);
    --blanco: #ffffff;
    --button: #e30613;
    --button_hover: #ffffff;
    --negro70: #111010;
    --negro: #1d1d1b;
    --navbar: #e30613;
    --links: #00804E;
    --opaco: #e3061594;
    --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: 'NotoSans';
   

}

nav.navbar.navbar-expand {
    font-family: 'NotoSans';
}

div#navbarNav {
    font-family: 'NotoSans';
}

div#wrapper {
    font-family: 'NotoSans';
}

h4.tittle_main {
    font-family: 'NotoSans';
    font-weight: bolder;
}

h6{
    margin-top: .5rem!important;
    margin-bottom: 0!important;
    color: var(--color01)!important;
}
.title_summary{
    font-size: 1.3rem;
}

.btn-danger{
    color: var(--blanco)!important;
}

.record{
    font-size: 1.4rem; 
}
button.btn.btn-success {
    font-family: 'NotoSans';
}

body {
    font-family: "Source Sans Pro", Arial, sans-serif !important;
    background: #fff;
    font-size: 107% !important;
}

.fonts-loaded body {
    font-family: NotoSans;
}

a:hover {

    text-decoration: none !important;
}



.label,
.badge {
    background-color: transparent;
    color: black;
    font-weight: bold !important;
    /* font-size: 133% !important; */
}



/* body a {
    color: var(--links) !important;

} */

body a {
    /* color: var(--negro70) !important; */

}


.menu-collapse li a {
    /* borrado por pipe */
    /*   color: var(--blanco) !important; */
}

#search-facets,
#menu {
    /* background: #245677; */
    border-radius: 0;
    text-align: center;
}

#search-facets h3 {
    font-size: 87%;
    font-weight: bold;
}

#search-facets h2 a {
    background-color: var(--color01);
    color: var(--blanco);
}

/* .container-fluid .row .col {
    padding-left: 0px !important;
    padding-right: 0px !important;
} */

/* main{
    margin: auto!important;
    max-width: 960px!important;
} */


/* .main {
    border-top: 0;
    margin: 0px !important;
    padding: 0;
    background-color: none;
    position: relative;
    top: -2rem;
} */



.nav_bar_2 {
    background-color: var(--color01) !important;
}

.nav_bar_2 a {
    color: var(--blanco) !important;
    text-decoration: none !important;
    font-size: 0.8rem;

}

.dropdown-menu {
    background-color: var(--color01) !important;

}

.dropdown-item {
    color: var(--blanco) !important;
    text-decoration: none !important;
    background-color: var(--color01) !important;
    /* font-weight: bold!important; */
    text-transform: uppercase;
}

.dropdown-item:hover,
.dropdown-item:focus,
.dropdown-item:hover>i {
    color: var(--navbar) !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 */

.header-logo img {
    object-fit: cover;
    width: 100%;
}

.logo_header {
    border-right: 6px solid var(--navbar);
    max-width: 30%;
    height: 6rem;
}

div>.politeca {
    display: flex;
    justify-content: right;
    align-items: center;
    padding-right: 0!important;
   
}
.logo_U{
    width: 4rem;
    margin-right: 12rem;
    
}

.politeca>a  {
    color: red;
}
div>.catalogo {
    display: flex;
    justify-content: left;
    align-items: center;
    padding-left: 0!important;
   
}


.tagline {
    display: flex;
    align-items: center;
    font-size: 2em;
    color: #01367A;
    text-align: right;
    line-height: 1.1;
    font-family: 'Dosis', sans-serif !important;
    padding: 1.5rem;
    border-radius: 0 0 .25em .25em;
    background: #fff;
}



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 #F6B118; */
}

nav.navbar.navbar-expand a {
    color: #fff;
    font-weight: 100;
}



a.btn_home {
    height: 100%;
}


.btn_d img {
    width: 100px !important;
}

nav.navbar.navbar-expand i {
    color: #fff;
}


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 */

.icon {
    display: flex;
    justify-content: center;
    align-items: center;
}

.fa-search {
    color: var(--negro70);
}

.text_icon {
    width: 6rem;
    height: 2rem;
    font-size: 0.8rem;
    font-weight: bold;
}



/* input search */
input[type=text]:focus,
input[type=password]:focus,
select:focus,
textarea:focus,
.form-control:focus,
.table_controls .dataTables_filter input:focus {
    border-color: var(--negro) !important;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px var(--negro);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px var(--negro);
}

#opac-main-search {

    /* display: none; */
    background-color: var(--blanco);
    /* margin: 2rem !important; */
    padding: 0 !important;
}

#wrapper>.container-fluid {
    /* background-color: var(--negro)!important; */
}

#opac-main-search_mod {
    /* position: relative; */
    /* top: -2rem; */
    /* background-color: var(--color03); */
    width: 100%;
    text-align: center;
    /* margin: 0rem 2rem 0 2rem; */
}


select#masthead_search {
    /* background-color: var(--color01);
    border: 1px solid var(--color01);
    color: var(--blanco); */
}



.btn i ,.btn-link{
    color: var(--blanco) !important;
}

.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
}

.ico_svg:hover{
    /* color: var(--negro70);    */
}
.rounded-box-red {
    width: 10rem;
    height: 10rem;
    border-radius: 20%;
    /* border: 4px solid var(--color01); */
    background-color: var(--color01);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.rounded-box-red:hover {
    background-color: var(--negro);
}


/* 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;
}
.ico_svg{
    color: var(--blanco);
}

.ico_svg svg {
    object-fit: cover;
    width: 60%;
    height: 60%;
}

/* Search*/

@media (max-width: 575px) {

    /* #opac-main-search {
        
        height: 10rem!important;
        
    } */

    #opac-main-search {
        position: relative;
        top: 0 !important;
        background-color: var(--color03);
        /* width: 95%; */
        text-align: center;
        margin: 0 !important;
    }

    .home_search {
        height: 50rem;
        width: 100%;
    }

    #moresearches_mod {
        margin: 0px !important;
        padding: 0px !important;
    }

    #moresearches_mod li {
        display: inline-block !important;
        padding-right: 5px !important;
        white-space: nowrap !important;
        margin: 0 0 !important;
    }

    .rounded-box-red {
        width: 7rem;
        height: 7rem;
        border-radius: 50%;
        /* border: 4px solid var(--color01); */
        background-color: var(--color01);
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .rounded-box-green {
        width: 7rem;
        height: 7rem;
        border-radius: 50%;
        border: 4px solid var(--navbar);
        background-color: #00804E2a;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .rounded-box-yellow {
        width: 7rem;
        height: 7rem;
        border-radius: 50%;
        border: 4px solid var(--color02);
        background-color: #FFD5252a;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .rounded-box-white {
        width: 7rem;
        height: 7rem;
        border-radius: 50%;
        border: 4px solid var(--blanco);
        background-color: #ecf0f156;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .text_icon {
        width: 5rem !important;
        font-size: 0.7rem !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;
    }

    .iframe_noticias {

        height: 100px !important;
    }
    #opacheader {
        height: 75rem !important;
    }
    div>.politeca{
        text-align: center!important;
        
    }

    .logo_U{
        margin: auto!important;
    }
    .carousel-inner{
        height: 32rem!important;
    }
}

@media (min-width: 1700px) {
    .home_search {
        text-align: center !important;
    }

    .img_search {
        width: 1400px;
        height: 515px;
        text-align: center;
    }

    #opacheader {
        height: 51rem !important;
    }
   
}

#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);
} */



/* #opac-main-search {
    background: var(--navbar);
    margin: 0px 0;
    padding: 20px;
    height: 5rem;
    
} */
.container-fluid.search_cont {
    margin-top: -110px;
}

#searchform {
    margin-right: 2rem;
    margin-left: 2rem;

}

#moresearches_mod {
    margin: .5em 30px;
    padding: 0 15px;
}

#moresearches_mod li {
    /* display: table-cell; */
    white-space: nowrap;
    padding: 1.5em;
}

#moresearches_mod a {
    color: var(--blanco);
    padding: 1.2rem;
    text-decoration: none;
    font-weight: bold;
    font-family: 'Dosis', sans-serif;
    font-size: 1.1em;
}

#moresearches_mod li a:hover {
    background-color: var(--negro);
    color: #fff;
    font-weight: bold;
}

/* #moresearches_mod li::after {
    content: " | ";
    color: var(--blanco)!important;
} */


.banner_head {
    margin: 0px 0 0 0;
    width: 13rem;
}

#moresearches {
    display: none;
    /* font-family: 'Dosis', sans-serif !important; */
}

#moresearches li {
    /* display: table-cell; */
    white-space: nowrap;
    padding: 1.5em;
}

#moresearches a {
    color: var(--blanco);
    padding: 1.2rem;
    text-decoration: none;
    font-weight: bold;
    font-family: 'Dosis', sans-serif;
    font-size: 1.1em;
}

.color_search {
    /* background-color: var(--negro)!important; */
    padding-top: 2rem;
    background: linear-gradient(var(--opaco), var(--opaco));
    width: 95%;
}

.search_boya {
    position: relative;
    top: -25rem;
    /* background: linear-gradient(var(--opaco), var(--opaco)); */
}

#opacheader {
    height: 45rem;
}

.carousel-inner {
    height: 40rem;
}

div#moresearches li a {
    padding: 20px;
}


#moresearches li a:hover {
    background-color: var(--color03);
    color: #fff;
    font-weight: bold;
}

#moresearches li::after {
    content: none;
}

/* #moresearches li:nth-child(1) a {
    background: url(../images/icon-advanced.svg) no-repeat center bottom;
}

#moresearches li:nth-child(2) a {
    background: url(../images/icon-authors.svg) no-repeat center bottom;
}

#moresearches li:nth-child(3) a {
    background: url(../images/icon-cloud.svg) no-repeat center bottom;
} */

.header_catalogo {
    text-align: center;
    font-weight: bold;
}

.img_logo_crai {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

/* .form-row>.col,
.form-row>[class*=col-] {
    padding-right: 0px;
    padding-left: 0px;
} */





input#translControl1 {
    border-radius: 0px;
}

select#masthead_search {
    border-radius: 5px 0px 0px 5px;
    background-color: var(--negro);
    color: white;
    font-weight: bold;
    border: none;
}

#select_library {
    border-radius: 5px 0px 0px 5px;
    background-color: var(--negro);
    color: white;
    font-weight: bold;
}

#searchsubmit {
    border-radius: 0px 5px 5px 0px;
    background-color: var(--negro) !important;
    color: white !important;
    font-weight: bold;
    border: 0px;
}

.form-control:focus {
    box-shadow: none !important;
}

#searchsubmit i {
    color: var(--blanco);
}

.custom-select {
    position: relative;
    display: inline-block;
}

.custom-select select {
    display: none;
}

.select2-results__option:hover {
    background-color: var(--blanco);
}

/* Container */
/* barra inicio */
/* .breadcrumb {
    background-color: var(--barrainicio);
} */
.table thead th {
    background-color: var(--color03);
}

.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;
    /* align-items: center; */
}

#loginModal input[type=submit]:hover {
    background: var(--color03) !important;
    color: var(--blanco) !important;
}

#login {
    background-color: var(--color03);
    color: var(--blanco);
    text-align: center;
    padding: 2rem;

}

.row {
    justify-content: center;
}

legend {
    color: var(--blanco) !important;

}

#forgotpassword-main p a {
    color: var(--blanco);
}


div#koha_url {
    display: none !important;
}

/* s 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-image: linear-gradient(to bottom, #f0f0f0, #E6E6E6); */
    background-color: var(--button) !important;
    color: var(--blanco) ;
    /* Texto en blanco */
    text-decoration: none;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    transition: background-color 0.3s ease;
    box-shadow: 0 0 0 1px var(--color03);
}

.btn-primary {
    
    border-color: var(--blanco)!important;
}

.btn:hover .btn-primary:hover {
    background-color: var(--button_hover) !important;
    color: var(--blanco) !important;
}

.btn-default:hover,
.btn-default:active,
.btn-secondary:hover,
.btn-secondary:active {
    background-color: #e1e1e1;
    /* background-image: -webkit-gradient(linear, left top, left bottom, from(#ebebeb), to(#e1e1e1)); */
    background-image: none !important;
    color: #000;
}

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;
} */

.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
    display: none;
}

/* Footer */

section .row {
    font-size: 10px;
}


.img_footer {
    /* background: linear-gradient(var(--opaco), var(--opaco)), url("https://ucp.koha22.metacatalogo.com/ucp/logo/banner.jpg"); */
    /* background-size: cover;   */
    width: 100%;

}


/* .text-white{
    font-size: 10px;

} */


.list-unstyled {
    font-size: 0.9rem;
    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: 21rem !important;
        border: none;
        overflow: hidden;
        /* height: auto!important; */
        /* padding: 2rem !important; */
    }




}




.dropdown-menu.dropdown-menu-right.show a {
    /* color: var()!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: var(b); */
}


.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%;
}



.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: 100% !important;
    height: 454px;

    border: none;
    overflow: hidden;
}

.list-unstyled li a span {
    display: inline-block;
    /* o block, según necesites */
    width: 200px;
    /* Ajusta según necesites */
    font-size: 12px;
    /* Ajusta el tamaño de la fuente */
    /* padding: 5px; */
    /* Añade más estilos según necesites */
}


.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(--color01);

}

.title h1 {
    color: var(--color01);
    /* font-weight: 700;
    font-size: 2.5rem;
    text-align: center;
    margin-bottom: 2rem; */
}

.title_opacmain {
    display: inline-block;
    /* Hace que el tamaño del h3 se ajuste al texto */
    background-color: #dc3545;
    /* Color de fondo rojo de Bootstrap para botones danger */
    color: white;
    /* Color de texto */
    padding: 0.375rem 0.75rem;
    /* Padding similar al de los botones de Bootstrap */
    font-size: 1.6rem;
    /* Tamaño de fuente */
    border-radius: 0.25rem;
    /* Bordes redondeados */
    text-align: center;
    /* Asegura que el texto esté centrado */
    border: 1px solid transparent;
    font-weight: bold;
}

.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: 100%;
}

#action a:hover {
    background-color: var(--blanco) !important;
    color: var(--color01) !important;
}

.logo_credits img {
    object-fit: cover;
    width: 100%;
}

#action li a:hover i {

    color: var(--color01) !important;

}

div.noprint span.actions a:hover {
    background-color: var(--color01) !important;
    color: var(--blanco) !important;
}

div.noprint span.actions a:hover i {

    color: var(--blanco) !important;
}

.view a i.fa,
.view button i.fa,
.actions a i.fa,
.actions button i.fa,
.toolbar a i.fa,
.toolbar button i.fa,
#action a i.fa,
#action button i.fa {
    color: var(--blanco) !important;
}

/* h1.title {
    color: var(--negro70);
    font-size: 1.5rem;
} */

.subjects h1.title {
    color: var(--links) !important;
    /* font-size: 1.5rem; */
}

a.title {
    color: #2078BB !important;
    text-transform: uppercase !important;
    font-weight: 700 !important;
}

.h3 {
    font-size: 1.1rem !important;
}

h1,
.h1 {
    font-size: 1.6rem !important;
    font-weight: bold !important;
}


#usermenu li a{
    color: var(--negro);
    text-decoration:underline;
}

.main a{
    color: var(--navbar);
}

.breadcrumb {
    /* color: var(--negro70) !important;
    background-color: var(--color01); */
}

#breadcrumbs>ol {
    /* background-color: var(--color01); */
    color: var(--blanco);
}

nav ol.breadcrumb li a span {
    color: var(--negro);
}

nav ol.breadcrumb li a:visited {
    color: var(--negro) !important;
    font-weight: bold !important;
}

.subjects ul li span a {
    color: var(--links) !important;
}

.subjects ul li a i {
    color: var(--links) !important;
}

/* OpacNavRight */

.social ul {
    list-style: none;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0;
    padding: 0 !important;
}

.social li {
    margin: .5em;
}

.social a {
    text-decoration: none;
    font-size: 2.5em;
}

/* modales */
.virtual-library {
    border: .15em solid #01367A;
    border-left: none;
    border-right: none;
    padding: 1.5em 0 .5em;
}

.virtual-library ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-content: space-between;
    flex-wrap: wrap;
    list-style: none;
}

li {
    line-height: 20px;
}

.virtual-library ul li img {

    max-height: 5em;
    object-fit: cover;
}

.pg_menu {
    white-space: normal !important;
}

#members a.clearsh {
    color: var(--blanco);
}

#members a.logout {
    color: var(--blanco) !important;
}

#members .dropdown-menu a:hover {
    color: var(--negro);
}