:root {
    --disalviolet: #8c0091;
}

* {
    box-sizing: border-box;
    font-family: 'Roboto Regular';
}

.breadcrumbs .container, .main .container, .search-home-facets {
    width: auto !important;
}

.main .container, .main{
    background-color: #f7f7f7;
}

.breadcrumbs {
    border: none;
    background-color: #f7f7f7;
}

a, h2 {
    color: var(--disalviolet);
    transition: color 0.25s, background-color 0.25s, border-color 0.25s;
}

a:hover, h2:hover, .btn {
    transition: color 0.25s, background-color 0.25s, border-color 0.25s;
}

.nav a:hover,
.nav a:focus{
    background-color: transparent !important;
    outline: none !important;
    color: #69006d !important;
}

.nav>li>a {
    color: var(--disalviolet);
}

.title {
    color: #575757;
}

th {
    color: var(--disalviolet);
}

.bordertest {
    border: 1px solid black;
}

a:hover, a:focus {
    color: #000000;
}

.btn:focus {
    outline: solid 2px #000;
}

a.btn-primary {
    text-decoration: none;
}

.btn-primary, .primary, .btn{
    background-color: var(--disalviolet);
}

header .btn-primary,.more-less-btn-wrapper button{
    color: #fff;
    background-color: var(--disalviolet);
    border-color: #fff;
}

.more-less-btn-wrapper button, .more-less-btn-wrapper button:hover, .more-less-btn-wrapper button:focus{
    color: var(--disalviolet);
    background-color: #f7f7f7;
    border-color: var(--disalviolet);
}

.btn-primary:focus, .btn-primary.focus, .btn-primary:active:hover, .btn-primary.active:hover, .open>.dropdown-toggle.btn-primary:hover, .btn-primary:active:focus, .btn-primary.active:focus, .open>.dropdown-toggle.btn-primary:focus, .btn-primary:active.focus, .btn-primary.active.focus, .open>.dropdown-toggle.btn-primary.focus {
    color: white;
    background-color: var(--disalviolet);
    border-color: white;
}

.form-control:hover, .form-control:focus, select option:hover {
    border-color: var(--disalviolet)!important;
}

.primary-link {
    color: var(--disalviolet) !important;
}

/* header */
header {
    border-top: var(--disalviolet) solid 1em;
    background-color: #FFFFFF;
    font-size: 14px;
    font-weight: 500;
    color: #000;
    margin: 0;
    padding: 0;
}

.navbar {
    margin: 0;
    padding: 0!important;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    padding: 20px;
    overflow: hidden;
}

.vega-links {
    margin: 0;
    text-transform: uppercase;
}

header a, header .nav a, header .btn-link {
    color: #000;
}

header a:hover, header .nav a:hover, header .btn-link:hover {
    color: var(--disalviolet);
}

header .nav>li>a:hover, header .nav>li>a:focus {
    color: #000;
    background-color: #FFFFFF;
}

li.language a {
    text-decoration: none;
}

header .dropdown-menu .active a, header .dropdown-menu .active a:hover {
    background-color: #ca0703;
}

.nav .open>a, .nav .open>a:hover, .nav .open>a:focus {
    background-color: #FFFFFF;
    border-color: #1565c0;
}

header .navbar-brand {
    min-height: 100px;
    width: 200px;
    height: 100%;
    margin-top: 5px;
    margin-right: 10em;
}

header .top-header::after {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%) translateX(-72%);
    width: 36em;
    height: 36em;
    background: url(../../disal/images/logos/logo_VEGA_Color_Solo.png) no-repeat center center;
    background-size: contain;
    opacity: 0.2;
    pointer-events: none;
}

header a.navbar-brand {
    width: 500px!important;
    margin-top: 2em;
}

.language.refined {
    margin-top: 2em;
    margin-bottom: 1em;
    display: inline-flex;
    align-items: center;
    border: 2px solid var(--disalviolet);
    padding: 5px 10px;
    height: 40px;
    background-color: #fff;
}

.language.refined .icon-search {
    margin-right: 10px;
    font-size: 18px;
    color: #333;
}

.language.refined a {
    display: inline-block;
    text-decoration: none;
    color: #333;
    margin: 0 5px;
    font-size: 16px;
}

.language.refined a.active {
    font-weight: bold;
}

.language.refined .separator {
    margin: 0 5px;
    color: #999;
}

.navbar.search {
    border-top: 1px solid rgb(116, 116, 116);
}

/* search form */
form#searchForm {
    margin-top: 10px;
}

.searchHomeContent {
    background-image: url(../images/mainbackground.jpg);
}

body.template-name-home form#searchForm {
    padding: 60px 20px 60px 20px;
    background-color: rgb(0 0 0 / 40%);
}

body.template-name-home form#searchForm h4 {
    color: #FFF;
    font-size: 2.2rem;
    text-transform: uppercase;
    display: block !important;
}

body.template-name-home form#searchForm div.catalog-counter {
    color: #FFF;
    font-size: 1.2rem;
    margin-bottom: 13px;
    display: block !important;
}

.searchHomeContent::after {
    content: "";
}

input#searchForm_lookfor {
    width: 350px;
    height: 46px;
}

body.template-name-results input#searchForm_lookfor, body.template-name-view input#searchForm_lookfor, body.template-name-content input#searchForm_lookfor {
    border: 1px solid #bbbbbb;
}

select#searchForm_type {
    height: 46px;
}

body.template-name-results select#searchForm_type, body.template-name-view select#searchForm_type, body.template-name-content select#searchForm_type {
    border: 1px solid #bbbbbb;
}

.result-list-data-line {
    margin-top: 8px;
}

form#searchForm button[type=submit] {
    height: 44px;
}

body.template-name-results form#searchForm button[type=submit], body.template-name-view form#searchForm button[type=submit], body.template-name-content form#searchForm button[type=submit] {
    border: 1px solid #bbbbbb;
    color: #fff;
    background-color: var(--disalviolet);
}

body.template-name-results form#searchForm button[type=submit]:hover, body.template-name-view form#searchForm button[type=submit]:hover, body.template-name-content form#searchForm button[type=submit]:hover {
    border: 1px solid #bbbbbb;
    background-color: #fff;
    color: var(--disalviolet);
}

.adv-search {
    margin-top: 1em;
    padding-top: 5px;
    width: 100%;
    border-top: 3px solid #fff;
    font-size: 16px;
}

.navbar .adv-search {
    border-top: 3px solid var(--disalviolet);
}

.current-records{
    font-size: 1.2em;
}

.btn-primary{
    color: #fff;
    background-color: var(--disalviolet);
    border-color: #fff;
}

.btn-primary:hover {
    background-color: #fff;
    color: #000000;
    border-color: #000000;
}

.btn-default {
    color: #fff;
    background-color: #aa0000;
    border-color: #fff;
}

.btn-default:hover {
    background-color: #fff;
    color: #aa0000;
    border-color: #aa0000;
}

.form-control:focus {
    padding-bottom: 4px;
    border-bottom: 3px solid var(--disalviolet);
    box-shadow: none;
}

header .form-control:focus {
    border-bottom: 3px solid var(--disalviolet) !important;
}

header a, header .nav a, header .btn-link{
    color: #000000;
}

header a:hover, header .nav a:hover, header .btn-link:hover {
    color: var(--disalviolet);
    text-decoration: none;
}

.breadcrumb a {
    text-decoration: none;
    color: #000000;
}

.breadcrumb a:hover {
    color: var(--disalviolet);
}

/* Search Results */
/*TODO DANI 
MAQUETAR EL DETELLA DEL RECORD
HACER RETORQUES FINALES
CONSULTAR COMO DE EXACTO TIENE QUE SER
*/
@media (min-width: 1201px) {
    .centered-body {
        margin-left: 15%;
        margin-right: 15%;
    }
}

.sidebar .facet-group {
    background-color: #f7f7f7;
    color: #000;
}

.facet-group button.title {
    background-color: #f7f7f7;
}

.facet-group button.title {
    background-color: var(--disalviolet) !important;
    border: 1px solid #ccc !important;
}

.facet-group button.title,
.facet-group button.title .facet-title,
.facet-group button.title span {
  color: #f7f7f7;
}

.search-header {
    color: var(--disalviolet);
}

/* pagination buttons */

.pagination li a{
    border: 1px solid #ddd;
}

.pagination>li>a:hover, .pagination>li>span:hover, .pagination>li>a:focus, .pagination>li>span:focus {
    z-index: 2;
    color: #000000;
    background-color: #eee;
    border-color: transparent;
}

.sidebar a.facet:hover, .sidebar .facet.checkbox:hover {
    background-color: #a4a4a4;
}

.pagination li a , .pagination li a span{
    color: var(--disalviolet);
}

.search-stats {
    display: inline-block;
    border-bottom: 2px solid #ccc;
    padding-bottom: 5px;
}

/* results card */

.shadowed-card {
    background-color: #fff !important;
    border: 1px solid #ddd;
    box-shadow: 0 3px 3px rgba(0, 0, 0, .4);
}

.record-list {
    margin-top: 1rem;
}

.result.card {
    margin-bottom: 1rem;
    padding: 2rem;
}

.record-number {
    font-weight: bold;
    margin-left: 1rem;
    margin-top: 0.5rem;
}

.result-body .title {
    text-decoration: none;
    font-size: 1.4em;
}

div.result-formats span.format{
    text-align: center;
    display: inline-block;
    margin: 0;
    padding-right: 10px;
    font-size: 1.2em;
}

div.result-formats span.format {
	background-image: url('/themes/disal/images/materialtypes/other.png');
	background-repeat: no-repeat;
	background-position: 7px 4px;
	height: 36px;
	padding-left: 42px;
	padding-top: 11px;
}

div.result-formats span.format.article {
	background-image: url('/themes/disal/images/materialtypes/article.png');
	background-repeat: no-repeat;
	background-position: 7px 4px;
	height: 36px;
	padding-left: 42px;
	padding-top: 11px;
}

div.result-formats span.format.audiotrack {
	background-image: url('/themes/disal/images/materialtypes/audiotrack.png');
	background-repeat: no-repeat;
	background-position: 7px 4px;
	height: 36px;
	padding-left: 42px;
	padding-top: 11px;
}

div.result-formats span.format.soundmusic {
	background-image: url('/themes/disal/images/materialtypes/audiotrack.png');
	background-repeat: no-repeat;
	background-position: 7px 4px;
	height: 36px;
	padding-left: 42px;
	padding-top: 11px;
}

div.result-formats span.format.book {
	background-image: url('/themes/disal/images/materialtypes/book.png');
	background-repeat: no-repeat;
	background-position: 7px 4px;
	height: 36px;
	padding-left: 42px;
	padding-top: 11px;
}

div.result-formats span.format.unidaddocumentalsimple {
    background-image: url('/themes/disal/images/materialtypes/book.png');
    background-repeat: no-repeat;
    background-position: 7px 4px;
    height: 36px;
    padding-left: 42px;
    padding-top: 11px;
}

div.result-formats span.format.unidaddocumentalcompuesta {
    background-image: url('/themes/disal/images/materialtypes/book.png');
    background-repeat: no-repeat;
    background-position: 7px 4px;
    height: 36px;
    padding-left: 42px;
    padding-top: 11px;
}

div.result-formats span.format.bookchapter {
    background-image: url('/themes/disal/images/materialtypes/book.png');
    background-repeat: no-repeat;
    background-position: 7px 4px;
    height: 36px;
    padding-left: 42px;
    padding-top: 11px;
}

div.result-formats span.format.photo {
	background-image: url('/themes/disal/images/materialtypes/photo.png');
	background-repeat: no-repeat;
	background-position: 7px 4px;
	height: 36px;
	padding-left: 42px;
	padding-top: 11px;
}

div.result-formats span.format.graphic {
    background-image: url('/themes/disal/images/materialtypes/photo.png');
    background-repeat: no-repeat;
    background-position: 7px 4px;
    height: 36px;
    padding-left: 42px;
    padding-top: 11px;
}

div.result-formats span.format.map {
	background-image: url('/themes/disal/images/materialtypes/map.png');
	background-repeat: no-repeat;
	background-position: 7px 4px;
	height: 36px;
	padding-left: 42px;
	padding-top: 11px;
}

div.result-formats span.format.cartographicmaterial {
	background-image: url('/themes/disal/images/materialtypes/map.png');
	background-repeat: no-repeat;
	background-position: 7px 4px;
	height: 36px;
	padding-left: 42px;
	padding-top: 11px;
}

div.result-formats span.format.slide {
	background-image: url('/themes/disal/images/materialtypes/slide.png');
	background-repeat: no-repeat;
	background-position: 7px 4px;
	height: 36px;
	padding-left: 42px;
	padding-top: 11px;
}

div.result-formats span.format.audio {
	background-image: url('/themes/disal/images/materialtypes/audio.png');
	background-repeat: no-repeat;
	background-position: 7px 4px;
	height: 36px;
	padding-left: 42px;
	padding-top: 11px;
}

div.result-formats span.format.videoclip {
	background-image: url('/themes/disal/images/materialtypes/videoclip.png');
	background-repeat: no-repeat;
	background-position: 7px 4px;
	height: 36px;
	padding-left: 42px;
	padding-top: 11px;
}

div.result-formats span.format.audiovisual {
	background-image: url('/themes/disal/images/materialtypes/videoclip.png');
	background-repeat: no-repeat;
	background-position: 7px 4px;
	height: 36px;
	padding-left: 42px;
	padding-top: 11px;
}

div.result-formats span.format.serial {
	background-image: url('/themes/disal/images/materialtypes/serial.png');
	background-repeat: no-repeat;
	background-position: 7px 4px;
	height: 36px;
	padding-left: 42px;
	padding-top: 11px;
}

div.result-formats span.format.video {
	background-image: url('/themes/disal/images/materialtypes/video.png');
	background-repeat: no-repeat;
	background-position: 7px 4px;
	height: 36px;
	padding-left: 42px;
	padding-top: 11px;
}

div.result-formats span.format.manuscript {
	background-image: url('/themes/disal/images/materialtypes/manuscript.png');
	background-repeat: no-repeat;
	background-position: 7px 4px;
	height: 36px;
	padding-left: 42px;
	padding-top: 11px;
}

div.result-formats span.format.article {
	background-image: url('/themes/disal/images/materialtypes/manuscript.png');
	background-repeat: no-repeat;
	background-position: 7px 4px;
	height: 36px;
	padding-left: 42px;
	padding-top: 11px;
}

div.result-formats span.format.musicalscore {
	background-image: url('/themes/disal/images/materialtypes/musicalscore.png');
	background-repeat: no-repeat;
	background-position: 7px 4px;
	height: 36px;
	padding-left: 42px;
	padding-top: 11px;
}

div.result-formats span.format.cassette {
	background-image: url('/themes/disal/images/materialtypes/cassette.png');
	background-repeat: no-repeat;
	background-position: 7px 4px;
	height: 36px;
	padding-left: 42px;
	padding-top: 11px;
}

div.result-formats span.format.cd {
	background-image: url('/themes/disal/images/materialtypes/cd.png');
	background-repeat: no-repeat;
	background-position: 7px 4px;
	height: 36px;
	padding-left: 42px;
	padding-top: 11px;
}

div.result-formats span.format.kit {
	background-image: url('/themes/disal/images/materialtypes/cd.png');
	background-repeat: no-repeat;
	background-position: 7px 4px;
	height: 36px;
	padding-left: 42px;
	padding-top: 11px;
}

div.result-formats span.format.electronic {
	background-image: url('/themes/disal/images/materialtypes/electronic.png');
	background-repeat: no-repeat;
	background-position: 7px 4px;
	height: 36px;
	padding-left: 42px;
	padding-top: 11px;
}

div.result-formats span.format.electronicresource {
	background-image: url('/themes/disal/images/materialtypes/electronic.png');
	background-repeat: no-repeat;
	background-position: 7px 4px;
	height: 36px;
	padding-left: 42px;
	padding-top: 11px;
}


/* Record view */

#backtoresults_string {
	display: none;
}

.record-pager {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.record-pager::before,
.record-pager::after {
  content: none;
}

.record-pager li>a, .record-pager li>span {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 6px 26px;
    background-color: #fff;
    border: 1px solid lightgray;
    border-radius: 0 !important;
}

.record-pager li>a:hover, .record-pager li>span:hover {
    text-decoration: none;
    background-color: var(--disalviolet);
    border-color: var(--disalviolet);
    color: #fff;
}

.tab-content {
    padding: 20px;
}

.subject-line:hover {
    color: #999;
}
.subject-line:hover a {
    color: #111;
}

.template-dir-record h2 {
    color: #111;
}

.record .mainbody {
    width: 100%;
}

@media (min-width: 768px) {
    .record .mainbody .sidebar, .record div.media-left.medium {
        width: 30%;
        padding: 0.5rem;
        float: left;
    }
    .record .mainbody .record-tabs, .record div.media-body {
        width: 70%;
        padding: 0.5rem;
        float: right;
    }
}

@media screen and (max-width: 768px) {
    .record .mainbody .sidebar, .record .media-left.medium {
        width: 100%;
        padding: 0.5rem;
        float: none;
    }
    .record .mainbody .record-tabs, .record .media-body {
        width: 100%;
        padding: 0.5rem;
        float: none;
    }

    .static-links {
        display: flex;
        flex-direction: column;
    }
}

/* footer */

.static-links {
    margin-top: 3rem;
    margin-bottom: 6rem;
}
.linkFoot {
    padding: 1rem;
}

.icon_footer {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 60px;
}
  
.icon_footer img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: opacity 0.25s ease-in-out;
}

.icon_footer .img-hover {
    opacity: 0;
}

.linkFoot:hover .icon_footer .img-hover {
    opacity: 1;
}

.linkFoot:hover .icon_footer .img-normal {
    opacity: 0;
}

footer > div.footer-container {
    display: none;
}

.footer-disal {
    background-color: var(--disalviolet);
    padding: 0;
    color: #FFF;
}

.footer-logo {
    max-height: 100px;
    margin: 20px 0px;
}

.footer-bottom {
    background-color: #debfdf;
    padding: 10px 0;
    color: #000000;
}

.footer-bottom > div.row > div.text-center p {
    font-size: 0.8rem;
}

.footer-top {
    position: relative;
    background-color: var(--disalviolet);
    color: #fff;
    padding: 0;
    overflow: hidden;
}

.footer-top::after {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-30%);
    width: 36em;
    height: 36em;
    background: url(../../disal/images/logos/logo_Vega_Blanco_Solo.png) no-repeat center center;
    background-size: contain;
    opacity: 0.4;
    pointer-events: none;
}

.footer-disal > div.row > div.col-md-4:first-child {
    padding-top: 5px;
}

.policy-link {
    color: #000000;
    text-decoration: none;
    transition: color .25s;
}

.policy-link:hover {
    color: var(--disalviolet);
    text-decoration: none;
    transition: color .25s;
}

.rrss li{
    display: inline-block;
}

.rrss li{
    padding: 0px 2.5px;
    margin-right: 13px;
}

.rrss li a{
    font-size: 25px;
    transition: color .25s;
}

.rrss li a{
    color: #ffffff;
    transition: color .25s;
}

.rrss li a:hover{
    opacity: 0.8;
    transition: color .25s;
}

.row.static-links {
    display: flex;           
    gap: 2rem;
    justify-content: center;
    margin: 3rem 0 0 0;
}

.linkFoot {
    text-decoration: none;
    text-transform: uppercase;
    font-weight: bold;
    color: var(--disalviolet);
    display: flex;
    flex-direction: row;
    align-items: center;

    background: #ffffff;
    border: 2px solid var(--disalviolet);
    border-radius: 4px;

    text-align: center;
    width: 230px;
    padding: 0.4rem 0.2rem;
    cursor: pointer;

    transition: background 0.25s ease, color 0.25s ease;
}

.icon_footer {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
}
  
.linkFoot:hover {
    background: var(--disalviolet);
    text-decoration: none;
}
  
.linkFoot:hover {
    color: #ffffff;
}
  
.linkFoot:hover {
    border-color: var(--disalviolet);
}
  
/* results */

.card-body {
    width: 100%;
}

.top-facets .top-facet .top-facet-inner {
    border: 1px solid #f1f1f1;
    border-radius: 10px;
    padding: 6px 14px;
}

.top-facets .top-facet .top-facet-inner a {
    text-decoration: none;
    font-weight: 500;
}

.label-info, .result .format, .sidebar .format {
    background-color: #cc0903;
}

.facet .badge {
    background-color: #cc0903;
}

.pagination>.active>a, .pagination>.active>span, .pagination>.active>a:hover, .pagination>.active>span:hover, .pagination>.active>a:focus, .pagination>.active>span:focus {
    background-color: #cc0903;
    border-color: #cc0903;
}

.pagination>li>a.page-prev, .pagination>li>span.page-prev, .pagination>li>a.page-next, .pagination>li>span.page-next {
    color: #575757;
}

.active-filters .reset-filters-btn:hover {
    color: #000000;
    background-color: rgba(255,255,255,0.2);
}

.sidebar .facet.active, .sidebar .facet.active:hover, .sidebar .active-filters .facet, .sidebar .active-filters .facet:hover, .sidebar .active .jstree-anchor, .sidebar .jstree-facet .jstree-container-ul>.active {
    border-color: #cc0903;
    background-color: #a4a4a4;
    color: #fff;
}

.slider-container .slider-handle {
    background: #cc0903;
    border: 1px solid #cc0903;
}

.slider-container .slider-handle:active, .slider-container .slider-handle:focus {
    border-color: #cc0903;
}

@media (min-width: 768px){
    .result .media-left.medium {
        width: 168px;
    }
    .record .media-right.medium, .result .media-right.medium {
        width: 118px;
    }
    .searchHomeContent {
        height: 600px;
    }
    .searchHomeContentPos {
        padding-left: calc(36vw - 10% + 0.5rem);
        padding-right: calc(36vw - 10% + 0.5rem);
        transition: padding-left 0.5s ease-in-out;
    }
    .searchHomeContent span.filters-title {
        color: #FFFFFF;
    }
    .searchHomeContent .active-filters .reset-filters-btn:hover, .searchHomeContent .active-filters .reset-filters-btn {
        color: #FFFFFF;
        background-color: rgba(255,255,255,0.2);
    }
}

@media screen and (max-width: 768px) {
    .record .media {
        display: flex;
        flex-direction: column;
    }
    .record .media-left.medium {
        width: 100%;
        max-width: 100%;
        padding: 0.5rem;
        float: none;
    }
    .record .media-right.medium {
        width: 100%;
        padding: 0.5rem;
        float: none;
    }
    .record .media-left img {
        min-height: 50px;
    }
    .record .media-left, .result .media-left, .record .media-right, .result .media-right {
        flex: none;
        max-width: 25%;
        text-align: center;
    }
    .navbar-nav {
        margin: 0px;
    }
    .nav>li {
        display: inline;
    }
}

@media (min-width: 768px) {
    .record .media-left.small,.result .media-left.small,.record .media-right.small,.result .media-right.small {
        width:60px
    }

    .record .media-left.medium,.result .media-left.medium,.record .media-right.medium,.result .media-right.medium {
        width: 100px
    }

    .record .media-left.large,.result .media-left.large,.record .media-right.large,.result .media-right.large {
        width: 207px;
    }

    .record .media-left>a,.result .media-left>a,.record .media-right>a,.result .media-right>a {
        width: 100%
    }
}

/* detail */
table.table-items-data {
    box-shadow: 7px 10px 12px -12px rgb(0 0 0 / 75%);
    border: 1px solid lightgray;
    font-size: 0.8rem;
}

table.table-items-data thead td {
    text-align: left;
    vertical-align: middle;
    font-weight: bold;
}

table.table-items-data .item-data-label {
    font-weight: bold;
}

#similar-items-carousel .hover-overlay img {
    max-width: 91%;
    height: 171px;
    box-shadow: 7px 10px 12px -12px rgb(0 0 0 / 75%);
}

.detail-textual-holdings {
    font-size: 14px;
    text-align: justify;
}

.carousel-control.left, .carousel-control.right {
    background-image: -webkit-linear-gradient(left, rgb(255 255 255 / 50%) 0%, rgba(0,0,0,0.0001) 100%);
    background-image: -o-linear-gradient(left, rgba(0,0,0,0.5) 0%, rgba(0,0,0,0.0001) 100%);
    background-image: linear-gradient(to right, rgb(255 255 255 / 50%) 0%, rgba(0,0,0,0.0001) 100%);
}

.carousel-control {
    width: 0%;
    font-size: 20px;
    color: #000;
    opacity: 1;
}

.carousel-control:hover, .carousel-control:focus {
    color: #000;
    opacity: .5;
}

#similar-items-carousel .carousel-indicators li {
    border: 1px solid var(--disalviolet);
}

#similar-items-carousel .carousel-indicators li.active {
    border: 2px solid var(--disalviolet);
}

.record .media-left img, .result .media-left img, .record .media-right img, .result .media-right img {
    min-height: 150px;
    border: 1px solid #e1e1e1;
    padding: 3px;
}

.record .media-left img.qrcode {
    min-height: 100px;
}

#mainDigitalData {
    margin-bottom: 17px;
}

li.record-tab.details {
    display: none;
}

div .modalgalleryitem  img {
    border: 1px solid lightgray;
    margin: auto;
    display: block;
}

img.qrcode {
    border: 0px !important;
}

div.modal-body.see-digital-data-body {
    height: 500px;
    overflow-y: auto;
}

div.modalgalleryitem {
    margin-right: 10px;
    margin-left: 10px;
    margin-bottom: 10px;
    float: left;
    width: 144px;
    height: 200px;
}

#modalDownloadDocumentContainer {
    text-align: right;
    margin-right: 17px;
    padding: 12px 0px;
}

div.slick-slide a {
    display: block;
    width: 90%;
    height: 350px;
    margin: 0 auto;
    margin-top: 17px;
}

div.slick-slide a img {
    height: 268px;
    margin: 0 auto;
    box-shadow: 0px 0px 11px #000;
}

div.slick-slide div.content {
    padding-top: 15px;
    font-size: 0.9rem;
}

.slick-slider .slick-prev:before,
.slick-slider .slick-next:before {
    color: #cc0704;
    font-family: "FontAwesome";
    font-weight: 300;
}

.slick-slider .slick-prev:before {
    content: "\f0a8";
    color: black;
}

.slick-slider .slick-next:before {
    content: "\f0a9";
    color: black;
}

@media screen and (max-width: 980px) {
    .slick-arrow {
        display: none !important;
    }
}

@media screen and (max-width: 980px) {
    .slick-dots {
        display: none !important;
    }
}

.slick-dots li button:before {
    font-size: 18px;
}

.slick-dots li.slick-active button:before {
    opacity: 1;
    color: var(--disalviolet);
}

.sidebar.left {
    background: none;
}
.sidebar.left h2 {
    font-size: 1.1rem;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 2rem;
}
.sidebar.left .facet.help-link {
    border: none;
    border-bottom: 1px solid #f1f1f1;
    font-weight: 600;
    font-size: 0.9rem;
    text-decoration: none;
}
.sidebar.left .facet-group .title {
    border: none;
    background-color: #f7f7f7;
    border-bottom: 1px solid #cacaca;
    color: var(--disalviolet);
}
.sidebar.left .facet-group .collapse, .sidebar.left .facet-group .collapsing {
    border: none;
}
.sidebar.left .facet-group .collapse > div > a, .sidebar.left .facet-group .collapsing > div > a {
    border: none;
    text-decoration: none;
    font-weight: 200;
    line-height: 1.2;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    gap: 1rem;
}
.sidebar.left .facet-group .collapse > div > a .badge ,.sidebar.left .facet-group .collapsing > div > a .badge {
    background: none;
    color: var(--disalviolet);
    font-size: 0.8rem;
}
.sidebar.left .list-group .list-group-item {
    border: none;
    border-bottom: 1px solid #f1f1f1;
    margin: 0;
    padding-top: 1rem;
    padding-bottom: 1rem;
    font-size: 0.7rem;
    font-weight: 500;
}
.sidebar.left .list-group .list-group-item a {
    font-size: 0.8rem;
    color: var(--disalviolet);
    text-decoration: none;
    font-weight: 500;
}

.sidebar.left .list-group .list-group-item a:hover {
    color: #000;
}

.sidebar.left .list-group .list-group-item i {
    font-size: 1rem;
}

nav.record-nav > ul.action-toolbar {
    display: flex;
    gap: 1rem;
    flex-wrap: wrap;
}
nav.record-nav > ul.action-toolbar > li a {
    background-color: white;
    border: 1px solid #f1f1f1;
    color: black;
    text-decoration: none;
    font-size: 0.9rem;
    font-weight: 400;
}
nav.record-nav > ul.action-toolbar > li a::before {
    color: var(--disalviolet);
}
nav.record-nav > ul.action-toolbar > li a:hover {
    background-color: var(--disalviolet);
    color: #fff;
    border-color: var(--disalviolet);
}
nav.record-nav > ul.action-toolbar > li a:hover::before {
    color: #fff;
}

.nav-tabs>li.active>a, .nav-tabs>li.active>a:hover, .nav-tabs>li.active>a:focus {
    border-bottom-color:var(--disalviolet);
}

.nav-tabs>li.active>a, .nav-tabs>li.active>a:hover, .nav-tabs>li.active>a:focus, .nav-tabs>li>a:hover, .nav-tabs>li>a {
    border-top: 0px;
    border-left: 0px;
    border-right: 0px;
}

.record .media-left img, .result .media-left img, .record .media-right img, .result .media-right img {
    border: none;
}

.pager {
    margin: 10px 0;
    font-weight: 600;
    font-size: 0.9rem;
}
.pager li.disabled a {
    color: var(--disalviolet);
    opacity: 0.3;
}
.pager a {
    color: var(--disalviolet);
    text-decoration: none;
    border: none;
}
.pager a:hover {
    background: none;
    border: none;
}

div[id^=loading-] {
    display: flex;
    justify-content: center;
    min-height: 100px;
}

div[id^=loading-] img
{
    filter: grayscale(100%) brightness(65%) contrast(0.1);
}

div#tree {
    background-color: transparent;
    margin-bottom: 32px;
    padding: 0px;
}

/* ==============================
   News
   ============================== */
#opacnews {
    width: 95%;
    margin: 0 auto;
}
/* ==============================
   END News
   ============================== */

/* ==============================
   Carousels
   ============================== */
#bulletins {
    margin-top: 20px;
    width: 95%;
    margin: 0 auto;
}
.see-in-results {
    font-size: 10pt;
    font-weight: bold;
    color: #666;
    transition: color .25s;
    text-transform: uppercase;
    text-decoration: none;
}
.books-list .header-carrousel{
    margin-bottom: 15px;
    display: flex !important;
    border: 1px solid #8c0091;
    padding: 17px;
    color: black;
}
.books-list .header-carrousel .title{
    font-size: 16pt;
    color: #555;
    margin: 0px;
    margin-right: auto;
}
.books-list .header-carrousel .see-more{
    font-size: 10pt;
    font-weight: bold;
    color: #666;
    transition: color .25s;
    text-transform: uppercase;
}
.books-list .header-carrousel .see-more:hover{
    color: #009cd4;
    text-decoration: none;
    transition: color .25s;
}
.available{
    background-color: #009cd4;
    text-align: center;
    text-transform: uppercase;
    color: #FFFFFF;
    line-height: 23px;
    font-size: 9pt;
}
.unavailable{
    background-color: #DCDDDF;
    text-align: center;
    text-transform: uppercase;
    color: #555;
    line-height: 23px;
    font-size: 9pt;
}

.books-list .book-sample .container-book{
    box-shadow: 0 1px 6px #ddd;
    background-color: #FFFFFF;
}

.books-list .book-sample .container-book:hover {
    box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
}

.books-list .book-sample .title-name{
    margin-left: 9px;
    font-size: 10pt;
    line-height: 12pt;
    font-weight: 700;
    margin-top: 8px;
    margin-bottom: 6px;
    margin-right: 20px;
    overflow: hidden;
    height: 50px;
}

.books-list .book-sample .title-name a {
    text-decoration: none;
}

.books-list .book-sample p.title-author{
    margin-top: -5px;
    margin-bottom: 0;
    margin-left: 9px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    font-size: 9pt;
    padding-right: 30px;
    min-height: 18px;
}

.books-list .book-sample .title-format{
    display: flex;
    align-items: center;
    font-size: 9pt;
    margin: 4px 9px 0px 9px;
    overflow: hidden;
    position: relative;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.wrapper-item-carrousel .cover-container {
    min-height: 300px;
}

.icono-ebook{
    font-size: 13pt;
    margin-right: 5px;
    color: #062D5D;
}
.icono-ebook .icon:before{
    padding-left: 1px;
}

#bulletincollections {
    width: 95%;
    margin: 0 auto;
    margin-top: 20px;
    margin-bottom: 20px;
}

#bulletincollections > h2 {
    border: 1px solid #8c0091;
    padding: 17px;
    color: black;
}

.bulletincollections-cards-grid {
    max-width: 1200px;
    margin: 0 auto;
    display: grid;
    grid-gap: 1rem;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
}

.bulletincollections-card-grid {
    position: relative;
    margin: 0 auto;
    background-color: whitesmoke;
    color: black;
    height: 346px;
    width: 346px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    transition: all 0.3s cubic-bezier(.25,.8,.25,1);
    cursor: pointer;
    margin-bottom: 35px;
    background-position: center;
    background-size: contain;
}

.bulletincollections-card-grid:hover {
    background-image: none !important;
    background-color: #8c0091;
}

.wrapper-over-collection {
    width: 100%;
    height: 100%;
    background-color: gray;
    bottom: 0px;
    position: absolute;
    opacity: 65%;
    z-index: 100;
}

.wrapper-info-collection {
    position: absolute;
    bottom: 14%;
    left: 14%;
    width: auto;
    background: transparent;
    color: white;
    font-size: 1.3em;
    z-index: 200;
}

#seeBulletinCollectionData .modal-container {
    display: flex;
    flex-direction: row;
    background-color: white;
    max-width: 1000px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

#seeBulletinCollectionData .modal-image-section {
    flex: 1;
    padding: 30px;
    overflow: hidden;
}

#seeBulletinCollectionData .modal-image-section img {
    width: 100%;
    max-width: 100%;
    height: auto;
    vertical-align: middle;
}

#seeBulletinCollectionData .modal-text-section {
    flex: 2;
    padding: 30px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

#seeBulletinCollectionData .modal-section-title {
    font-size: 14px;
    font-weight: bold;
    border-bottom: 1px solid #000;
    display: inline-block;
    margin-bottom: 10px;
}

#seeBulletinCollectionData .modal-main-title {
    font-size: 28px;
    color: #8c0091;
    margin-top: 10px;
    margin-bottom: 20px;
}

#seeBulletinCollectionData .modal-text-section .modal-description {
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 15px;
    color: #333;
    text-align: justify;
}

#seeBulletinCollectionData .modal-text-section hr {
    margin: 20px 0;
    border: none;
    border-top: 1px solid #ccc;
}

#seeBulletinCollectionData .modal-highlight-link {
    text-align: right;
    font-style: italic;
    font-weight: bold;
    color: #8c0091;
}

#seeBulletinCollectionData .modal-highlight-link a {
    text-decoration: none;
    color: #8c0091;
}

#seeBulletinCollectionData .modal-body {
    padding: 0px;
}

/* ==============================
   END Carousels
   ============================== */
/* ==============================
   Page loader
   ============================== */

.page-loader{
    display:block;
    width: 100%;
    height: 100%;
    position: relative;
    top: 0;
    left: 0;
    background: #fefefe;
    z-index: 100000;
    padding: 15px;
}

.loader{
    width: 50px;
    height: 50px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -25px 0 0 -25px;
    font-size: 10px;
    text-indent: -12345px;
    border-top: 1px solid rgba(0,0,0, 0.08);
    border-right: 1px solid rgba(0,0,0, 0.08);
    border-bottom: 1px solid rgba(0,0,0, 0.08);
    border-left: 1px solid rgba(0,0,0, 0.5);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    /* -webkit-animation: spinner 700ms infinite linear; */
    -moz-animation: spinner 700ms infinite linear;
    -ms-animation: spinner 700ms infinite linear;
    -o-animation: spinner 700ms infinite linear;
    animation: spinner 721ms infinite linear;
    z-index: 100001;
}

@-webkit-keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-moz-keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-o-keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
/* ==============================
   END Page loader
   ============================== */