body {
    font-family: "Encode Sans", Arial, Helvetica, sans-serif !important;
    color: #333 !important;
    font-weight: 500 !important;
}

.btn-primary, .btn-success, .btn-secondary, .btn-info, .nav-link.active {
    color: #ffffff !important;
}

.btn-success:hover, .btn-primary:hover, .btn-secondary:hover, .btn-info:hover, .nav-link.active:hover {
    color: #eeeeee !important;
}

.dropdown-item.opt.active {
    color: #ffffff !important;
}

.btn.dropdown-toggle.btn-light.bs-placeholder {
    border: 1px solid #ced4da !important;
    background-color: #ffffff !important;
    color: #495057 !important;
}

.header-footer-link {
    color: #ffffff !important;
}

.navbar .input-group #q {
    border-bottom-left-radius: 10px !important;
    border-top-left-radius: 10px !important;
    opacity: .9;
}

.navbar .input-group button {
    border-bottom-right-radius: 20px !important;
    border-top-right-radius: 20px !important;
}

.nav.nav-icons li a {
    font-weight: 500;
    text-align: center;
    max-width: 180px;
    vertical-align: top;
}

.nav.nav-icons li a i {
    display: inline-block;
    width: 80px;
    height: 80px;
    color: #fff;
    line-height: 2.8;
    font-size: 2em;
    border-radius: 100px;
    margin-bottom: 10px;
    transition: background .2s, color .2s, opacity .2s;
}

.nav.nav-icons li a span {
    font-size: 16px;
    display: block;
    color: #333;
    transition: color .2s;
}

.nav-link.disabled {
    color: gray !important;
}

#buscador input {
    background: transparent;
    border: 0;
    font-size: 32px;
    color: #fff;
    border-bottom: 1px solid;
}

#buscador ::placeholder {
    color: #ccc;
    font-size: 32px;
}

#institutional-navbar a.nav-link {
    color: white !important;
    padding: 0;
}

.filter-container {
    /*max-height: 150px;
    overflow-y: scroll;*/
    font-size: 14px;
    font-weight: lighter;
}

.nav-icons .open-access-logo-container {
    border-radius: 100px;
    width: 80px;
    height: 80px;
    display: inline-block;
    line-height: 2.8;
    margin-bottom: .65rem;
    transition: background-color .15s;
}

.nav-icons .open-access-logo-container.bg-inactive {
    color: #333333 !important;
    background-color: #cccccc !important;
}

.nav-icons .open-access-logo-container:hover {
    background-color: #ffffff !important;
}

.nav-icons .open-access-logo {
    width: 50px;
    height: 60px;
    padding-top: 20px;
}

.invalid-field {
    font-size: 14px;
    color: #c62828;
    margin-top: 5px;
}

.bootstrap-select button {
    border-radius: 0 !important;
}

.card.atajo, .card.atajo-simple {
    border-radius: 10px;
    color: #333333 !important;
    transition: background .15s;
}

.card.atajo > .icon-fix {
    color: #fff;
    font-size: 70px;
    padding: 30px 0;
    text-align: center;
    border-radius: 10px 10px 0 0;
}

.card.atajo > img {
    border-radius: 10px 10px 0 0;
}

@media screen and (max-width: 768px) {
    .card.atajo > .icon-fix {
        padding: 0;
        max-height: 120px !important;
    }
}

.card.atajo:hover, .card.atajo-simple:hover {
    text-decoration: none;
    background: #f3faff;
}

.card.atajo:hover > .icon-fix {
    opacity: .75;
    transition: opacity .15s;
}

.card.atajo:hover > img {
    opacity: .75;
    transition: opacity .15s;
}

ol.terms > li::marker{
    font-size: 1.75em;
    font-weight: bold;
}

.text-logo-azul{
    color: #558BBA;
}

.text-logo-verde{
    color: #5FA098;
}

.text-logo-lima{
    color: #D2D85D;
}

.bg-logo-azul{
    background-color: #558BBA;
}

.bg-logo-verde{
    background-color: #5FA098;
}

.bg-logo-lima{
    background-color: #D2D85D;
}

#myTab a.active{
    color: #D2D85D !important;
}

.badge a:hover{
    color: #CCCCCC !important;
}

.nav-tabs .active {
    color: #333333 !important;
    font-weight: bold;
}

.nav-tabs .active:hover {
    color: #D2D85D !important;
    font-weight: bold;
}
