<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.tabs-title{
    width: 100%;
    justify-content: center;
}

.tabs-title div{
    padding: .5em 1em;
    color: #00335D;
    cursor: pointer;
    transition: all 400ms ease;
    font-size: 1.1em;
}

.tabs-content{
    position: relative;
    min-height: auto;
}
.title-tab{
    display: none;
}

.tabs-title div:hover{
   background-color: #003f72;
    color:#fff;
}
.content-tab{
    margin-top: 2em;
    transition: all 600ms ease;
    background: #fff;
    top: 0.5em;
    opacity: 0;
    display:none;
}
.tab-active{
    opacity: 1;
    display: block;
    font-weight: 800;
    border-bottom: 3px solid #ffc107!important;
}
#pills-tab{
    display: none;
}
#block-bloquecanalesatencion ul {
    list-style-image: url(/themes/biblioteca/images/calendar.png);
}</pre></body></html>