:root {
    --color01: #fff;
    --color02: #E30614;
    --color03: #918B8B;
    --color04: #c75f53;
    --blanco: #ffffff;
    --blanco02: #f5f5f5;
    --negro: #000000;
    --blanco03: #6e6e6e;
    --rgba00: rgba(0, 0, 0, 0);
    --rgba01: rgba(0, 0, 0, 0.5);
    --rgba02: rgba(245, 245, 245, 0.9);
    --rgba03: rgba(0, 0, 0, 0.075);
    --sombra01: -1px 1px 5px 1px rgba(160, 160, 160, 1);
    --sombra02: 0 3px 6px rgba(49, 47, 48, 0.16), 0 3px 6px rgba(0, 0, 0, 0.28);
    --sombra03: 0 3px 6px rgba(0, 82, 156, 10.16), 0 3px 6px rgba(0, 0, 0, 0.28);
    --transition: all 0.2s cubic-bezier(0.68, 0.12, 0.24, 0.91);
}


/*body::after {
  content: "";
  background: url(/themes/Mirage2/images/wall.png) no-repeat;
  background-size: contain;
  opacity: .4;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  position: fixed;
  z-index: -1;
  width: 100%;
  height: 100%;
}*/

@font-face {
    font-family: "Futura";
    src: url("../fonts/Roboto.ttf");
}

body {
    font-family: 'Futura' !important;
}

#aspect_statistics_Navigation_list_statistics a[href*='google']{
    display:none;
    visibility:hidden;
}

/*Reset*/

::selection {
    color: var(--blanco);
    background: var(--color02);
}

.btn-primary {
    color: #fff !important;
    background-color: var(--color02) !important;
    border-color: var(--color02) !important;
}

div#ds-options div#ds-search-option {
    background-color: transparent;
}

img.img-brand2.logo {
    /*width: 117px;*/
    -ms-flex-align: center;
    align-items: center;
    color: #fff;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    left: 0;
    top: 0;
    z-index: 2;
    text-decoration: none;
    min-width: 235px;
    max-width: 261px;
}

.navbar-header-custom {
    float: none;
    /*display: flex;*/
    justify-content: flex-end;
    background-color: var(--color01);
}

.navbar-header-custom nav.navbar.navbar-default {
    background: var(--color03);
    color: #fff;
    border-radius: 0;
    min-height: auto;
}

#SecondaryNav ul li a {
    text-transform: none;
}

#SecondaryNav>ul {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

div#navbarCustom {
    /*height: 100px;*/
    /*border-bottom: 6px solid #ffffff79;*/
    display: flex;
    justify-content: end;
    align-items: center;
}

div#navbarCustom .logoCustom {
    position: static;
    display: flex;
    justify-content: center;
}

.tittle_home {
    font-size: 50px;
    text-align: center;
}

body {
    font-family: 'Muli', sans-serif;
    font-style: normal;
    font-size: 16px;
    color: var(--negro02) !important;
    line-height: 1.42857143;
}

.tittle-h1 {
    color: #121315;
}

.navbar .container {
    width: 100%;
}

html::after {
    content: "";
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
    /* background: url(../ /*images//*banner1.png) no-repeat center//*cover !important; */
}

h1,
h2,
h3,
h4 {
    font-family: 'Futura';
    font-weight: bold !important;
}

h1,
.h1,
h2,
.h2,
h3,
.h3 {
    margin-top: 26px;
    margin-bottom: 20px;
}

h1,
h2,
h3,
h4 {
    /*color: var(--color02);*/
}

h1.tittle_home {
    font-family: 'Futura';
    color: var(--blanco);
}

a {
    color: var(--negro02);
    text-decoration: none;
}

a:hover {
    color: var(--color02);
}

.container-fluid {
    padding-right: 15px !important;
    padding-left: 15px !important;
    margin-right: auto !important;
    margin-left: auto !important;
}

.row {
    margin-left: 0 !important;
    margin-right: 0 !important;
}

a.list-group-item.active {
    border-width: 1px;
    background-repeat: repeat-x;
}

.list-group-item.active {
    border-width: 1px;
    background-repeat: repeat-x;
}

.vl {
    border-left: 3px solid var(--negro02);
    height: 100px;
}

#main-container .row-offcanvas {
    background-color: var(--blanco);
}


/*Fin reset*/


/* HEADER */

.langMenu {
    position: absolute;
    top: 0;
    right: 0;
}

.logoMenu {
    position: absolute;
    top: 0;
    right: 0;
}

header.custom-header {
    background-image: url(../images/banner.png);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position-y: 96px;
}

header.custom-header.search {
    height: 45vh;
}

b.visible-xs.glyphicon.glyphicon-user {
    color: #fff;
}

b.visible-xs.glyphicon.glyphicon-globe {
    color: #fff;
}

a#language-dropdown-toggle {
    text-transform: capitalize;
}

span.hidden-xs {
    text-transform: capitalize;
}

.dropdown-menu>.disabled>a:hover,
.dropdown-menu>.disabled>a:focus {
    text-transform: capitalize;
}

li.disabled a {
    text-transform: capitalize;
}

ul.dropdown-menu.pull-right {
    text-transform: capitalize;
}

header .navbar-default {
    /*
    border-radius: 3px;
    background-color: rgba(255, 255, 255, 0.555);
*/
    background-color: var(--color02);
}

header .navbar-default .navbar-brand,
header .navbar-default .navbar-brand:hover,
header .navbar-default .navbar-brand:focus {
    color: var(--color01);
    font-weight: 600;
    background-color: transparent;
}

header .navbar-default .navbar-toggle>li>a,
header .navbar-default .navbar-nav>li>a {
    color: var(--blanco);
    text-transform: uppercase;
}

header .navbar-brand {
    position: relative;
    width: 250px;
    height: 70px;
    padding: 0;
    overflow: hidden;
}

header .navbar-brand img {
    position: absolute;
    height: 90px;
    top: 0;
    bottom: 0;
    margin: auto;
}

header .navbar-header ul.nav li a {
    /*height: 79px;*/
    display: flex;
    align-items: center;
}

.navbar-nav>li>a {
    padding-top: 10px;
    padding-bottom: 10px;
}

header .navbar-default .navbar-toggle .icon-bar,
header .navbar-default .navbar-nav .icon-bar {
    background-color: rgb(128, 128, 128);
}

header .navbar-default .navbar-toggle>li>a:hover,
header .navbar-default .navbar-toggle>li>a:focus,
header .navbar-default .navbar-nav>li>a:hover,
header .navbar-default .navbar-nav>li>a:focus {
    background: none;
}

header .navbar-default .navbar-toggle:hover,
header .navbar-default .navbar-toggle:focus,
header .navbar-default .navbar-nav:hover,
header .navbar-default .navbar-nav:focus {
    color: #fff;
    background: none;
}

.custom-j.c-j-top.search div#ds-options {
    opacity: 1;
}

.trail-wrapper {
    background-color: var(--blanco);
    border-bottom: 1px solid var(--color02);
    padding: 23px 0 0px;
}

.custom-j {
    width: 100%;
    /* Flex */
    /*display: flex;*/
    justify-content: space-around;
    align-items: center;
    flex-wrap: wrap;
}

.custom-j.c-j-bottom {
    display: flex;
}

.c-j-top.search {
    height: 100%;
}

.c-j-top.search .logo-brand,
.c-j-top.search .redes-sociales {
    /*margin-top: -60px;*/
}

.c-j-top {
    position: relative;
    height: 50%;
    background: var(--rgba00);
}

.c-j-bottom {
    position: relative;
    height: 50%;
    padding: 50px 0;
    background: var(--rgba00);
    z-index: 5;
}

.logo {
    padding: 0px;
    width: 100%;
    /*margin-top: 5px;*/
}

h1.tittle_home {
    /*
    margin: 170px !important;
    white-space: pre;
    */
    color: var(--color02);
    /*margin-left: -560px;*/
    text-shadow: 2px 2px 1px #fff, 3px 4px 0 #FFF;
}

.nofloat {
    float: none !important;
}

.logo-brand {
    position: relative;
    /*height: 233px;*/
    /*margin-top: 40px;*/
    z-index: 5;
}

.logo-brand a {
    width: 100%;
    text-decoration: none;
    /* flex */
    display: flex;
    justify-content: space-evenly;
    align-items: center;
}

.logo-brand a:hover {
    text-decoration: none;
}

.img-brand {
    display: block;
    /* max-width: 30%; */
    height: 100%;
    width: 250px;
    filter: brightness(0);
    margin-right: 10px;
}

.btn-home h1 {
    font-size: 3rem;
    margin-top: 70px;
    margin-left: 10px;
    color: var(--color02);
    line-height: 1.1;
    white-space: nowrap;
    font-family: 'Futura' !important;
}

a.navbar-brand2.logo_2 img {
    margin-top: -84px !important;
    width: 230px;
    float: right;
}

.btn-home {
    margin-top: 100px;
    margin-left: -300px;
}

.resaltado {
    color: var(--color02);
}


/* Searchbar */

#ds-options.searchbar {
    /*position: absolute;*/
    display: block;
    width: 60%;
    height: 50px;
    right: 0;
    left: 0;
    margin: 10px auto;
    /*bottom: -25px;*/
    padding: 5px 20px;
    transition: var(--transition);
    background: rgb(255, 255, 255, 0.9);
    /*box-shadow: var(--sombra03);*/
    z-index: 6;
    /*border: 3px solid var(--blanco);*/
    border-radius: 20px;
    border: 2px solid var(--color02);
}

header .navbar-default .navbar-toggle>li>a,
header .navbar-default .navbar-nav>li>a {
    /*color: #000 !important;*/
}

header .navbar-default .navbar-toggle>.open>a,
header .navbar-default .navbar-toggle>.open>a:hover,
header .navbar-default .navbar-toggle>.open>a:focus,
header .navbar-default .navbar-nav>.open>a,
header .navbar-default .navbar-nav>.open>a:hover,
header .navbar-default .navbar-nav>.open>a:focus {
    background-color: #fff !important;
    color: var(--color02) !important;
}

#ds-options.searchbar .ds-text-field.form-control {
    height: 100%;
    border: none;
    border-bottom: 0px solid #ece5e5;
    box-shadow: none;
    /*margin-top: -4px;*/
    font-size: 21px;
    background-color: transparent !important;
}

#ds-options.searchbar .ds-text-field.form-control::placeholder {
    color: var(--blanco03);
}

#ds-options.searchbar .ds-button-field {
    background: transparent !important;
    border: none;
    font-size: 3rem;
    height: 40px;
    line-height: 40px;
    color: var(--color02) !important;
    transition: var(--transition);
}

.ds-button-field {
    height: 34px;
    font-size: 2.5rem;
    padding: 0 12px;
    color: var(--color02);
    line-height: 34px;
    background: transparent;
    border: none;
    transition: var(--transition);
}

.ds-button-field:hover {
    background: transparent;
    color: var(--color03);
    transition: var(--transition);
}

#ds-search-option div.radio {
    display: inline-block;
    color: var(--color02);
    margin-left: 25%;
    margin-top: 5px;
}


/* --Toolbar-- */

.toolbar {
    display: flex;
    width: 80%;
    /*height: 160px;*/
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    padding: 0;
    list-style: none;
}

.toolbar li {
    width: 154px;
    height: 150px;
    /*background-color: var(--color01);*/
    transition: var(--transition);
    border-radius: 30px;
    margin-left: 3px;
    margin-top: 3px;
}

.toolbar li:nth-child(2) {
    /*background-color: #549CC4;*/
}

.toolbar li:nth-child(4) {
    /*background-color: #549CC4;*/
}

.btn-toolbar {
    display: block;
    width: 100%;
    height: 100%;
    margin: 0;
    box-shadow: var(--sombra02);
    /*border-radius: 20px;*/
    padding: 10px;
}

.btn-toolbar svg path,
.btn-toolbar svg text {
    fill: var(--blanco);
}

.btn-toolbar svg text {}

.toolbar li:hover {
    box-shadow: var(--sombra02);
    transition: var(--transition);
}

.toolbar li:hover a svg path,
.toolbar li:hover a svg text {
    fill: var(--blanco) !important;
    transition: var(--transition);
}


/* CUSTOM SECTION */

.customSection {
    position: relative;
    display: block;
    /* height: 95vh; */
    background-color: var(--blanco);
    /*  padding: 0 0 100px; */
}

.customSection a h1,
.customSlide h1 {
    font-size: 30px;
    text-align: center;
    margin: 50px 0 50px;
    text-transform: uppercase;
    font-family: 'Futura' !important;
}

.customSection a {
    position: relative;
    color: var(--blanco);
    text-decoration: none;
    cursor: pointer;
    z-index: 5;
}

.customSection a:hover {
    text-decoration: none !important;
}


/* --Colecciones-- */

.colecciones {
    position: relative;
    width: 1070px;
    padding: 0;
    margin: 0 auto;
    list-style: none;
    /* grid */
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    /* grid-template-rows: repeat(4, 100px); */
    grid-auto-rows: 100px;
    grid-gap: 20px;
    z-index: 5;
}

.colecciones li {
    border-radius: 3px;
    overflow: hidden;
    transition: var(--transition);
    background-color: var(--color01);
    box-shadow: var(--sombra01);
    border: 1px solid var(--color01);
}

.colecciones li:hover {
    box-shadow: var(--sombra02);
    transition: var(--transition);
}

.colecciones li a {
    position: relative;
    width: 100%;
    height: 100%;
    text-align: center;
    font-size: 2rem;
    /* flex */
    display: flex;
    justify-content: center;
    align-items: center;
}

.barras {
    position: fixed;
    width: 50px;
    height: 150px;
    background: transparent;
    top: 0;
    bottom: 0;
    left: 30%;
    transform: translateX(-30%);
    margin: auto;
}

.barras::after,
.barras::before {
    content: '';
    position: absolute;
    width: 600px;
    height: 200px;
    border-radius: 100px;
    transform: rotate(-60deg);
    z-index: -1;
}

.barras::after {
    background-color: var(--color01);
    opacity: .5;
    top: -200px;
    left: -450px;
}

.barras::before {
    background-color: var(--color02);
    opacity: .2;
    bottom: -200px;
    left: -380px;
}


/* SLIDER */

.customSlide {
    position: relative;
    display: block;
    height: auto;
    background-color: var(--rgba00);
    padding: 0 0 100px;
}

.slider-wrapper {
    position: relative;
    width: 100%;
    padding: 0px;
    margin-top: -50px;
    display: flex;
}

.slider-container {
    width: 1000px;
    height: 450px;
    margin: 0 auto;
}

.slider {
    overflow: scroll;
}

.slider ul {
    width: 100000px;
    list-style: none;
    margin-left: 0px;
    transform: translateX(-35px);
}

.slides {
    width: 1000px;
    height: 450px;
    float: left;
}

.contentSlider {
    height: 100%;
    position: relative;
    text-align: center;
    padding: 0 80px;
    /* flex */
    display: flex;
    flex-direction: column;
}

.art-title {
    font-size: 3rem;
    margin-top: 50px;
    margin-bottom: 30px;
    color: var(--color02);
}

.autor-fecha {
    color: var(--color01);
}

.descripcion {
    position: relative;
    width: 80%;
    font-size: 1.8rem;
    line-height: 1.3;
    margin: 5px auto 0;
    /* Ellipsis */
    --lh: 1.4rem;
    --max-lines: 9;
    max-height: calc(var(--lh) * var(--max-lines));
    overflow: hidden;
    text-align: justify;
}

.btn-leer {
    position: absolute;
    width: 100px;
    height: 50px;
    left: 0;
    right: 0;
    bottom: 20px;
    margin: auto;
    padding: 13px 24px;
    /*color: var(--color01);*/
    background-color: transparent;
    border: 1px solid var(--color01);
    border-radius: 25px;
    box-shadow: var(--sombra01);
    transition: var(--transition);
}

.btn-leer:hover {
    text-decoration: none;
    color: var(--blanco);
    background-color: var(--color02);
    border: 1px solid var(--color02);
    box-shadow: var(--sombra02);
    transition: var(--transition);
}

.slider-nav {
    margin-top: -20em;
    cursor: pointer;
}

.btn-dir {
    position: relative;
    display: inline-block;
    height: 70px;
    width: 70px;
}

.btn-dir:after,
.btn-dir:before {
    content: "";
    position: absolute;
    width: 70px;
    height: 5px;
    border-radius: 2.5px;
    background-color: var(--negro);
}

.btn-dir:hover:after,
.btn-dir:hover:before {
    background-color: var(--color02);
}

.backbtn:after,
.nextbtn:after {
    transform: rotate(45deg);
}

.backbtn:before,
.nextbtn:before {
    transform: rotate(-45deg);
}

.backbtn:after,
.nextbtn:before {
    margin-top: 48px;
}


/* RESULTS */

.main-content {
    padding-bottom: 200px;
    margin-bottom: 0;
}

.switch {
    height: 0;
    z-index: 2;
    overflow: hidden;
    transition: var(--transition);
    /* flex */
    display: flex;
    justify-content: space-evenly;
    align-content: center;
}

.switch p {
    margin: 0;
    width: 70%;
    text-align: left;
}

.switch span {
    cursor: pointer;
}

.switch span svg path:first-child {
    fill: var(--color01);
}

.switch span.active svg path:first-child {
    fill: var(--color02);
}

#main-container .row-offcanvas {
    padding: 10px 10px 50px;
}

#main-container #sidebar {
    background-color: var(--blanco);
    padding-top: 30px;
    width: 20%;
    margin-right: 30px;
    border-radius: 3px;
}


/*#sidebar .ds-option-set {
  display: none;
}*/

.ds-option-set-head.h6 {
    color: #999;
}

.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
    z-index: 2;
    color: var(--blanco);
    background-color: var(--color02);
    border: 1px solid var(--color02);
    border-radius: 3px !important;
}

.list-group-item {
    border-radius: 0 !important;
    border: none;
}

.pagination-masked {
    margin-bottom: 50px;
}

.ds-artifact-list.list-unstyled {
    /* Grid */
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
}

.ds-artifact-item {
    padding: 25px 25px 40px;
    /* padding-top: 25px;
  padding-bottom: 40px; */
    border-top: 4px solid var(--color01);
    border-radius: 3px;
    /* flex */
    display: flex;
    justify-content: center;
}

.ds-artifact-item:hover {
    border-color: var(--color03);
    box-shadow: var(--sombra02);
    transition: var(--transition);
}

.ds-artifact-item .artifact-description a h4 {
    font-size: 2.3rem;
}

.ds-artifact-item .artifact-preview .image-link {
    /* width: 150px;
    height: 200px; */
    position: relative;
    display: block;
    overflow: hidden;
}

.ds-artifact-item .artifact-preview .image-link img {
    height: 200px;
    width: 150px;
}

.ds-artifact-list .artifact-title {
    margin-bottom: 20px;
}

.ds-artifact-list .artifact-info {
    color: #999;
    margin-bottom: 10px;
}

.ds-artifact-list .artifact-abstract {
    text-align: left;
}

#aspect_discovery_SimpleSearch_div_search-results {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: auto;
    grid-gap: 20px;
}

#aspect_discovery_SimpleSearch_div_search-results.change-view {
    grid-template-columns: 1fr 1fr;
}

#aspect_discovery_SimpleSearch_div_search-results .ds-artifact-item:last-child {
    margin-bottom: 50px;
}

#aspect_discovery_SimpleSearch_div_search-results.change-view .ds-artifact-item .col-sm-3 {
    width: 40%;
}

#aspect_discovery_SimpleSearch_div_search-results.change-view .ds-artifact-item .col-sm-9 {
    width: 70%;
}

#aspect_discovery_CollectionRecentSubmissions_div_collection-recent-submission .ds-artifact-item {
    padding: 10px;
    box-shadow: none;
}

.ds-static-div a {
    color: var(--color02);
}

.ds-static-div.sub-tree-wrapper a {
    color: var(--negro02);
}

.myCredits {
    padding: 0.75em 0;
    text-align: center;
    background: #eb4947;
    border-top: 2px groove rgba(255, 255, 255, 0.35);
    /* flex */
    display: flex;
    justify-content: center;
    align-items: center;
}

.myCredits a {
    color: var(--blanco);
    text-decoration: none;
    cursor: pointer;
}

.myCredits a:hover {
    text-decoration: none;
}

.myCredits img {
    width: 50px;
}


/* MEDIA QUERY */

@media (max-width:925px) {
    #navbarCustom {
        height: 100px;
    }
    .navbar-header-custom {
        padding: 0;
    }
    #navbarCustom>.container {
        margin: 8px;
        margin-right: 15px;
    }
    /* Custom Section | Slider */
    .customSlide {
        height: auto;
        padding: 50px 0;
    }
    .slider-container {
        width: 90vw;
        height: 400px;
        margin: 0 auto;
    }
    .slider ul {
        width: calc(90vw*5);
    }
    .slides {
        width: calc(100%/5);
        height: 400px;
    }
    .contentSlider {
        padding: 0 10px;
    }
    .art-title {
        font-size: 3rem;
    }
    .descripcion {
        display: none;
    }
    .slider-nav {
        margin-top: -4em;
        width: 100%;
        height: 50px;
    }
    .btn-dir {
        height: 50px;
        width: 50px;
    }
    .btn-dir::after,
    .btn-dir::before {
        width: 50px;
    }
    .backbtn::after,
    .nextbtn::before {
        margin-top: 34px;
    }
}

@media (max-width:648px) {
    #SecondaryNav>ul {
        display: block;
    }
    .custom-j.c-j-bottom {
        display: none;
    }
}

@media (max-width:425px) {
    img.img-brand2.logo {
        max-width: 100px;
        position: static;
        min-width: 210px;
        margin-top: 10px;
    }
}


/*@media screen and (max-width: 35.5em) {


/* Custom Section | Slider */


/*
    .customSlide {
        height: auto;
        padding: 50px 0;
    }
    .slider-container {
        width: 90vw;
        height: 400px;
        margin: 0 auto;
    }
    .slider ul {
        width: calc(90vw*5);
    }
    .slides {
        width: calc(100%/5);
        height: 400px;
    }
    .contentSlider {
        padding: 0 10px;
    }
    .art-title {
        font-size: 3rem;
    }
    .descripcion {
        display: none;
    }
    .slider-nav {
        margin-top: -4em;
        width: 100%;
        height: 50px;
    }
    .btn-dir {
        height: 50px;
        width: 50px;
    }
    .btn-dir::after,
    .btn-dir::before {
        width: 50px;
    }
    .backbtn::after,
    .nextbtn::before {
        margin-top: 34px;
    }
    */


/* Custom Section | Colecciones */


/*
    .customSection {
        height: auto;
        padding-bottom: 70px;
    }
    .customSection a h1,
    .customSlide h1 {
        font-size: 3.5rem;
    }
    .customSlide h1 {
        margin-top: 0;
    }
    .colecciones {
        width: 100%;
        grid-template-columns: 1fr;
        grid-auto-rows: 50px;
        grid-gap: 10px;
    }
    .colecciones li a>img {
        height: auto;
    }
    .colecciones li a>p {
        font-size: 1.1rem;
        line-height: 1;
    }
    */


/* Search button */


/*
    #searchButtom .dropdown-menu {
        right: 0;
        margin: auto;
    }
}*/


/*Order item colum*/


/*@media (max-width: 979px) {
    .logo {
        position: relative;
    }
}

@media (max-width: 766px) {
    .order-1 {
        order: 1;
    }
    .orderColum {
        display: flex;
        flex-wrap: wrap;
    }
    */


/* header */


/*
    header .navbar-default .navbar-brand {
        margin-left: 20px;
    }
    .img-brand {
        width: 50px;
        margin-right: 0;
    }
    .logo-brand h1 {
        font-size: 2.5rem;
    }
    */


/* colecciones */


/*
    .colecciones li a {
        font-size: 1.5rem;
    }
    */


/* slider */


/*
    .slides {
        height: 340px;
    }
    .art-title {
        font-size: 2rem;
        --lh: 2rem;
        line-height: var(--lh);
        margin-bottom: 0;
    }
    .art-title {
        --max-lines: 4;
        position: relative;
        max-height: calc(var(--lh) * var(--max-lines));
        overflow: hidden;
    }
    .ellipsis {
        font-size: 2rem;
        color: var(--color01);
        margin-bottom: 30px;
    }
    */


/* footer */


/*
    .myCredits a:first-child {
        font-size: 12px;
        margin-right: 10px;
    }
}*/


/*@media screen and (min-width: 35.5em) and (max-width: 47.75em) {
    */


/* Custom Section | Slider */


/*
    .customSlide {
        height: auto;
        padding: 50px 0;
    }
    .slider-container {
        width: 90vw;
        height: 400px;
        margin: 0 auto;
    }
    .slides {
        width: 90vw;
        height: 400px;
    }
    .contentSlider {
        padding: 0 10px;
    }
    .art-title {
        font-size: 3rem;
    }
    .descripcion {
        display: none;
    }
    .slider-nav {
        margin-top: -4em;
        width: 100%;
        height: 50px;
    }
    .btn-dir {
        height: 50px;
        width: 50px;
    }
    .btn-dir::after,
    .btn-dir::before {
        width: 50px;
    }
    .backbtn::after,
    .nextbtn::before {
        margin-top: 34px;
    }
}

@media screen and (min-width: 100px) and (max-width: 350px) {
    .responsive {
        z-index: 1;
        display: contents;
    }
}
*/


/*Cita bibliograficas*/

#como_citar {
    float: none;
}

#como_citar :hover {
    background-color: blue !important;
}

.tit_citar {
    color: #204152;
    font-size: medium;
    font-weight: bold;
}

#cuadro_principal_cita {
    box-shadow: 2px 3px 15px rgba(0, 0, 0, 0.75);
    border: 0px solid transparent;
    width: 450px;
    left: -399px;
    font-size: small;
    background-color: var(--color02);
    float: left;
    position: absolute;
    right: 58.5%;
}

#cuadro_citacion {
    background: none repeat scroll 0px 0px transparent;
    clear: both;
    display: block;
    float: none;
    font-size: 12px;
    padding: 10px 0px 0px;
    text-align: left;
}

.tit_citar {
    background: none repeat scroll 0px 0px var(--color01);
    /*color: var(--blanco);*/
    font-size: 16px;
    margin: 0px;
    padding: 6px;
}

#cuadro_principal_cita h4 {
    font-size: 11px;
    margin: 10px;
}

#cuadro_principal_cita label {
    margin-left: 10px;
    margin-top: 3px;
    color: var(--blanco);
}

#cuadro_citacion .texto_compartir {
    background: no-repeat scroll 0px -40px transparent;
    color: #333;
    cursor: pointer;
    display: block;
    float: right;
    height: 16px;
    margin: 0px 10px 10px 5px;
    padding: 3px 6px 0px 20px;
    text-align: center;
    width: auto;
}

#cuadro_citacion .cita {
    background: none repeat scroll 0px 0px #F4F4F4;
    border: 1px solid #BABABA;
    font-size: 11px;
    height: 70px;
    line-height: normal;
    margin: 0px 10px 10px;
    padding: 2px 8px 3px;
    z-index: 1;
    overflow: auto;
}

#select_facultades {
    border-radius: 4px;
    border: 1px solid #A5AEB7;
    margin: 0px auto;
    background: none repeat scroll 0% 0% #D4E5EE;
}

#select_titulo {
    border-radius: 4px;
    border: 1px solid #A5AEB7;
    margin: 0px auto;
    background: none repeat scroll 0% 0% #D4E5EE;
}

#titulo_cita {
    color: var(--blanco);
}

.c-j-top.search a.btn-home h1 {
    margin-top: -30px !important;
}

.c-j-top.search #ds-options.searchbar {
    bottom: 200px;
}


/* sliderDirectory */

#bottomCarousel .thumbnail>img {
    max-height: 65px !important;
    width: auto !important;
    margin-top: 25px;
    border: none !important;
}

.row-fluid .span2 {
    width: 22.529915% !important;
}

h2.ds-div-head.page-header.first-page-header {
    font-family: 'Futura' !important;
}

.customFooter {
    background-color: rgba(214, 214, 214, 0.45);
}

.customFooter h4 {
    color: #fff;
}

.acre img {
    width: 100%;
}

.ubication {
    display: flex;
    color: #fff;
}

.ubication a {
    padding: 10px;
}

.social {
    text-align: center;
}

.social a svg {
    width: 30px;
    height: 30px;
}


/* Botones filtro */

.toolbar li .btn-toolbar {
    background-color: var(--color02);
}

.toolbar li:hover .btn-toolbar {
    background-color: var(--color03);
}


/* Footer */


/*FOOTER*/
.footerUnimeta {
    margin-bottom: 2rem;
}
.siac{
    display: flex;
    justify-content: center;
    align-items: center;
}
.siac img{
    max-width: 200px;
}
.nameUniv {
    color: #e2001a;
    font-size: 1.3em;
    line-height: 1.2;
    text-align: right;
    font-weight: bold;
  }
  .nameLibrary {
    color: #e2001a;
    font-size: 1.15em;
    line-height: 1.2;
    text-align: center;
    font-weight: bold;
  }
  .horarios {
  }

footer {
    color: #000;
    /*margin-top: 100px;*/
}

footer a {
    color: var(--color01);
    font-size: 14px;
    transition-duration: 0.2s;
}

.name {
    text-align: center;
}

img.logo_footer {
    width: 130px;
    margin-left: 76px;
}

.copy {
    font-size: 12px;
    padding: 10px;
    border-top: 1px solid #FFFFFF;
}


/*SOCİAL İCONS*/


/* footer social icons */

ul.social-network {
    list-style: none;
    display: inline;
    margin-left: 0 !important;
    padding: 0;
}

ul.social-network li {
    display: inline;
    margin: 0 5px;
}


/* footer social icons */

.social-circle li a {
    display: inline-block;
    position: relative;
    margin: 0 auto 0 auto;
    -moz-border-radius: 10%;
    -webkit-border-radius: 10%;
    border-radius: 10%;
    text-align: center;
    width: 50px;
    height: 50px;
    font-size: 30px;
    background-color: transparent;
    border: 2px solid;
}

.social-circle li i {
    margin: 0;
    line-height: 30px;
    text-align: center;
}

.social-circle i {
    color: #000;
    -webkit-transition: all 0.8s;
    -moz-transition: all 0.8s;
    -o-transition: all 0.8s;
    -ms-transition: all 0.8s;
    transition: all 0.8s;
}

.social-network a {
    background-color: #F9F9F9;
}

footer[role="contentinfo"] {
    background: #333 !important;
    /*border-top: 3px solid #e20613;*/
    padding: 0em !important;
    margin-top: 0em !important;
}

.footer .views-field-label .views-label {
    margin-bottom: 15px;
    font-size: 22px;
    line-height: 28px;
    letter-spacing: -0.7px;
    font-family: "Lato", sans-serif;
    font-weight: 400;
    color: var(--color01);
}

.footer .views-field-label .field-content {
    margin-bottom: 15px;
    font-size: 22px;
    line-height: 28px;
    font-family: "Lato", sans-serif;
    font-weight: bold;
    color: var(--color01);
}

.footer .views-field-field-direccion,
.footer .views-field-field-pbx,
.footer .views-field-field-linea-gratuita {
    border-left: 4px solid #bdbcbc;
    padding: 2px 0 2px 7px;
}

.footer .views-label,
.footer .field-content {
    display: inline-block;
    vertical-align: top;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: -0.1px;
    font-family: "Lato", sans-serif;
    font-weight: 300;
    color: var(--color01);
}

.footer-pad ul.list-unstyled {
    margin-top: 18px;
}

a.a_b {
    color: #1F2936;
    font-weight: 700;
}

.credits_meta {
    background-color: #333;
}

.credits_meta p {
    text-align: center;
}

ul.list-unstyled {
    text-align: center;
}

header.custom-header.search h1.tittle_home {
    margin: 0px !important;
}

ul.breadcrumb.hidden-xs a:hover {
    color: #000 !important;
}

.trail-wrapper.hidden-print .container-fluid .row .col-xs-12 .breadcrumb {
    margin-top: 0 !important;
}


/*Unimeta*/

.sp-module .sp-module-title {
    margin: 0 0 20px;
    font-size: 14px;
    text-transform: uppercase;
    line-height: 1;
    font-weight: normal !important;
}

.sp-module ul>li {
    display: block;
    border-bottom: 1px solid #adadad;
    -webkit-transition: 300ms;
    transition: 300ms;
}

.sp-module ul>li>a {
    color: #000000;
}

.sp-module ul>li>a {
    display: block;
    padding: 5px 0;
    line-height: 36px;
    padding: 2px 0;
    -webkit-transition: 300ms;
    transition: 300ms;
}

.sp-module ul>li>a::before {
    font-family: FontAwesome;
    content: "\f105";
    margin-right: 8px;
}

.customFoter .row>div {
    padding: 15px 10px;
}

.sp-module ul>li>a:hover {
    color: #eb4947;
}


/*Media Query*/

@media (max-width:767px) {
    #navbarCustom {
        height: auto;
    }
    #navbarCustom>.container {
        margin: 8px;
        margin-right: 15px;
    }
    .navbar-header-custom {
        padding: 0;
    }
    #SecondaryNav {
        position: absolute;
        width: 100%;
        background-color: var(--color03);
        z-index: 999;
    }
    #cuadro_principal_cita {
        width: auto;
        left: 0;
        right: auto;
    }
    #main-container .row-offcanvas {
        padding: 0 0 50px;
    }
    #main-container #sidebar,
    .main-content {
        width: 100vw;
    }
    #main-container #sidebar {
        margin-right: 0;
    }
    header.custom-header {
        background-position-y: 150px;
    }
    .tittle_home {
        font-size: 25px;
    }
    #ds-options.searchbar {
        width: 85%;
    }
    .navbar-default .navbar-nav .open .dropdown-menu>li>a {
        color: #fff;
    }
}
