@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,400i,700,700i&display=swap');

:root {
  --color01: #eb1e00;
  --color02: #3ee2f0;
  --blanco: #ffffff;
  --blanco02: #f5f5f5;
  --dark: #130503;
  --rgba01: rgba(254, 254, 254, 0.8);
  --rgba02: rgba(54, 180, 254, 0.4);
  --rgba03: rgba(213, 27, 35, 0.5);
  --fontBody: 'Open Sans', sans-serif;
  --sombra01: 0 1px 3px rgba(49, 47, 48, 0.12),
    0 1px 2px rgba(54, 180, 254, 0.24);
  --sombra02: 0 3px 6px rgba(49, 47, 48, 0.16),
    0 3px 6px rgba(54, 180, 254, 0.23);
  --transition: all 0.2s cubic-bezier(0.68, 0.12, 0.24, 0.91);
}

/*Reset*/
::selection {
  color: white;
  background: var(--dark);
}

body {
  font-family: var(--fontBody) !important;
}

/* html::after {
  content: "";
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  background: url(../images/univalle.jpg) no-repeat
    center/cover !important;
} */
h1,
h2,
h3,
h4 {
  font-family: var(--fontHeader);
  font-weight: normal !important;
  color: var(--color01);
}

h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin-top: 40px;
  margin-bottom: 20px;
}

a {
  color: var(--dark);
  text-decoration: none;
}

a:hover {
  color: var(--color01);
}

#aspect_artifactbrowser_CollectionViewer_div_collection-view .ds-paragraph a{
    color: #fff;
    font-weight: 600;
    background-color: #eb1e00;
    border-radius: 3px;
    padding: 5px;
}

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

#main-container,
.trail-wrapper {
  margin-top: -1px;
  position: relative;
}

#main-container {
  overflow: visible;
}

/* #main-container::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100px;
  background: var(--blanco);
  top: -32px;
  z-index: 0;
} */

#main-container,
#main-container .row-offcanvas {
  background-color: var(--blanco);
}

/* HEADER UNIVALLE */
.uv-header {
  background: white;
  padding-bottom: 25px;
}

.logo a {
  display: inline-block;
  line-height: 1;
  margin: 0;
}

.logo-image span,
.logo-image small {
  display: none;
}

small {
  font-size: 85%;
}

.head-links {
  background:
    #808285;
  font-size: 13px;
  margin-bottom: 25px;
  text-align: center;
  right: 95px;
  position: relative;
}

@media screen and (min-width: 1288px){
  .head-links{
    width: 615px;
  }
}

.custom {
  overflow: hidden;
}

.head-links ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.head-links li {
  display: inline-block;
}

.head-links a {
  display: block;
  color: #fff;
  padding: 5px 8px;
}

.buscador-google {
  display: block;
  margin-right: 55px;
  text-align: right;
}

.head-search form {
  margin: 0;
}

.buscador-google input[type="text"] {
  background: #E2E3E4;
  border: none;
  -webkit-border-radius: 0;
  border-radius: 0;
  color: #434244;
  display: inline-block;
  height: 32px;
  padding: 0 10px;
  vertical-align: top;
}

.buscador-google input[type="submit"] {
  background: url('../images/searchButton.gif') center center no-repeat;
  border: none;
  -webkit-border-radius: 0;
  border-radius: 0;
  display: inline-block;
  font-size: 0;
  height: 32px;
  vertical-align: top;
  width: 51px;
}

.navbar-default.t3-mainnav {
  background: rgba(235, 30, 0, 1) !important;
  border: none;
  padding: 0 !important;
}

.navbar {
  width: 100%;
  z-index: 9999;
}

.t3-mainnav {
  margin-bottom: 0;
  border-radius: 0;
}

.wrap {
  clear: both;
}

.t3-mainnav .container,
.container-nav {
  padding: 0 40px !important;
  max-width: 1200px !important;
  position: relative !important;
  width: auto !important;
  margin: 0 auto;
}

.t3-mainnav .t3-navbar-collapse .navbar-nav {
  margin: 0 -15px;
}

.navbar-default .navbar-collapse {
  border-color: #e7e7e7;
}

.navbar-nav li {
  border-right: 1px solid #fff;
  margin: 6px 0;
}

.t3-mainnav .t3-navbar-collapse .navbar-nav>li>a {
  border-top: 1px solid #e7e7e7;
}

header .navbar-default.t3-mainnav .navbar-nav>li>a {
  color: white !important;
  font-size: 15px;
}

header .navbar-default.t3-mainnav .navbar-nav>li>a:hover,
header .navbar-default.t3-mainnav .navbar-nav>li>a:focus,
header .navbar-default.t3-mainnav .navbar-nav>li>a:active,
header .navbar-default .navbar-nav>.active>a,
header .navbar-default .navbar-nav>.open>a {
  background-color: var(--color01);
  color: var(--dark);
}

.nav>li>a {
  position: relative;
  display: block;
  padding: 10px 10px;
}

.navbar-default .navbar-nav>.open>a,
.navbar-default .navbar-nav>.open>a:hover,
.navbar-default .navbar-nav>.open>a:focus {
  background-color: transparent;
  color: #000;
}

.t3-mainnav .t3-navbar {
  padding-left: 0;
  padding-right: 0;
}

.navbar-toggle {
  padding: 0;
  height: 35px;
  line-height: 35px;
  width: 35px;
  margin-left: 15px;
}

.btn.btn-primary.off-canvas-toggle {
  display: none;
}

@media (min-width: 768px) {
  .t3-mainnav .t3-navbar-collapse {
    display: none !important;
  }

  .navbar-nav {
    float: left;
    margin: 0;
  }

  .navbar-nav>li {
    float: left;
  }

  .navbar-toggle {
    display: none;
  }
}

.nav-custom {
  background: var(--blanco);
  display: flex;
}

/* HEADER */
header.custom-header {
  height: 85vh;
  min-height: 660px;
  /* background: linear-gradient(rgba(254, 25, 90, 0.5), rgba(254, 25, 25, 0.35)), url(../images/univalle.jpg) no-repeat center/cover; */
  max-height: 706px;
}

.custom-header::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 318px;
  background: linear-gradient(rgba(22, 1, 7, 0.5), rgba(22, 1, 7, 0.35)),
  url(../images/univalle.jpg) no-repeat top 60% center/cover;
  top: 0;
  z-index: 0;
}

header.custom-header.search {
  height: 50vh;
  min-height: 300px;
  max-height: 300px;
}

header.custom-header .container {
  width: 100% !important;
  padding: 0 !important;
  display: flex;
  justify-content: space-around;
  align-items: center;
}

header.custom-header .container .navbar-header:nth-child(2) {
  margin-right: auto !important;
}

.nav>li>button {
  position: relative;
  display: block;
  padding: 10px 15px;
  border-radius: 4px;
  border: none !important;
  background: transparent !important;
  color: var(--dark) !important;
}

.nav>li>button:hover {
  text-decoration: none;
  background-color: #eee !important;
  color: var(--color01) !important;
}

.btn .caret {
  margin-left: 5px;
}

header .navbar-default {
  width: 100%;
  background-color: var(--blanco);
  padding: 10px 0;
}

header .navbar-default .navbar-brand {
  width: 120px;
  height: 70px;
  background: url(../images/Univalle.svg) no-repeat center/contain;
}

header .navbar-default .navbar-brand,
header .navbar-default .navbar-brand:hover,
header .navbar-default .navbar-brand:focus {
  color: var(--color01);
  font-weight: 600;
}

header .navbar-default .navbar-toggle>li>a,
header .navbar-default .navbar-nav>li>a {
  color: var(--dark);
}

.nav-custom li a {
  background: var(--blanco);
}

.trail-wrapper {
  background-color: var(--blanco);
  border-bottom: 1px solid var(--color01);
  padding: 20px 0;
}

.custom-j {
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  /* Flex */
  display: flex;
  justify-content: space-around;
  align-items: center;
  flex-wrap: wrap;
}

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

.c-j-bottom {
  height: 72%;
  margin-top: -1px;
  padding: 50px 0 0;
  background: var(--blanco);
}

.logo-brand {
  width: 100%;
  height: auto;
  display: block;
  margin: 0 auto 0;
}

.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: 100px;
  margin-right: -5px;
}

.btn-home h1 {
  font-size: 3rem;
  margin-top: 0;
  padding-left: 30px;
  font-weight: 700 !important;
  color: var(--blanco) !important;
  text-shadow: 0 0 2px var(--dark);
}

.resaltado {
  color: var(--color01);
}

.redes-sociales {
  display: flex;
  width: 300px;
  height: 50px;
  justify-content: space-around;
  align-items: center;
  list-style: none;
  padding: 0;
}

.icono-rs {
  display: block;
  width: 50px;
  height: 50px;
}

#instagram {
  background: url(../images/iconos/icono-instagram.svg) no-repeat center/contain;
}

#twitter {
  background: url(../images/iconos/icono-twitter.svg) no-repeat center/contain;
}

#facebook {
  background: url(../images/iconos/icono-facebook.svg) no-repeat center/contain;
}

#youtube {
  background: url(../images/iconos/icono-youtube.svg) no-repeat center/contain;
}

/* Searchbar */
#ds-options.searchbar {
  position: absolute;
  display: block;
  width: 80%;
  height: 50px;
  right: 0;
  left: 0;
  margin: 0 auto;
  bottom: -25px;
  padding: 5px 20px;
  border-radius: 3px;
  transition: var(--transition);
  background: var(--blanco);
  box-shadow: var(--sombra02);
}

#ds-options.searchbar .ds-text-field.form-control {
  height: 40px;
  border: none;
  border-bottom: 1px solid #ece5e5;
  box-shadow: none;
}

#ds-options.searchbar .ds-button-field {
  background: transparent;
  border: none;
  font-size: 3rem;
  height: 40px;
  line-height: 40px;
  color: var(--color01);
  transition: var(--transition);
}

.ds-button-field {
  height: 34px;
  font-size: 2.5rem;
  padding: 0 12px;
  color: var(--dark);
  line-height: 34px;
  background: transparent;
  border: none;
  transition: var(--transition);
}

.ds-button-field:hover {
  background: transparent;
  color: var(--dark);
  transition: var(--transition);
}

#ds-search-option div.radio {
  display: inline-block;
  color: var(--dark);
  margin-left: 25%;
}

/* --Toolbar-- */
.toolbar,
.toolbar-alt {
  position: absolute;
  height: auto;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: center;
}

.toolbar {
  width: 80%;
  bottom: -170px; 
}

@media (max-width: 1375px) {
  .toolbar {
    width: 90%;
    bottom: -170px;
  }
}

.toolbar li {
  min-width: 220px;
  height: 50px;
  background-color: var(--blanco);
  transition: var(--transition);
  margin-bottom: 10px;
}

.toolbar-alt li {
  width: 200px;
  height: 200px;
  background-color: var(--blanco);
  transition: var(--transition);
}

.btn-toolbar {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 5px;
  overflow: hidden;
  color: var(--blanco);
  text-decoration: none;
  border-radius: 4px;
  display: flex;
  justify-content: space-around;
  align-items: center;
}

.btn-tollbar-alt a {
  width: 100%;
  height: 100%;
  color: var(--color01);
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.btn-tollbar-alt a:hover {
  color: var(--color01);
  text-decoration: none;
}

.svg-icon {
  width: 90px;
  height: 90px;
  border: 3px var(--color01) solid;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.svg-icon svg {
  width: 50px;
  height: 50px;
}

.btn-tollbar-alt:nth-child(1) a svg path:nth-child(2),
.btn-tollbar-alt:nth-child(2) a svg path:nth-child(2),
.btn-tollbar-alt:nth-child(3) a svg path:nth-child(1),
.btn-tollbar-alt:nth-child(4) a svg path:nth-child(1) {
  fill: var(--color01) !important;
}

.txt-icon {
  margin-top: 12px;
}

.btn-toolbar:hover,
.btn-toolbar:focus,
.btn-toolbar:active {
  color: var(--blanco);
  text-decoration: none;
}

.toolbar li:nth-child(1) .btn-toolbar {
  background-color: hsl(36, 90%, 57%);
}
.toolbar li:nth-child(2) .btn-toolbar {
  background-color: hsl(183, 100%, 31%);
}
.toolbar li:nth-child(3) .btn-toolbar {
  background-color: hsl(223, 41%, 52%);
}
.toolbar li:nth-child(4) .btn-toolbar {
  background-color: hsl(240, 1%, 51%);
}
.toolbar li:nth-child(5) .btn-toolbar {
  background-color: hsl(358, 77%, 49%);
}

.toolbar li:nth-child(1):hover .btn-toolbar {
  background-color: hsl(36, 90%, 47%);
}

.toolbar li:nth-child(2):hover .btn-toolbar {
  background-color: hsl(183, 100%, 21%);
}

.toolbar li:nth-child(3):hover .btn-toolbar {
  background-color: hsl(223, 41%, 42%);
}

.toolbar li:nth-child(4):hover .btn-toolbar {
  background-color: hsl(240, 1%, 41%);
}

.toolbar li:nth-child(5):hover .btn-toolbar {
  background-color: hsl(358, 77%, 39%);
}

.btn-toolbar svg {
  margin-top: 30px !important;
  width: 80px !important;
  margin-left: -32px;
  background: rgba(0,0,0,0.1);
}

.toolbar li:hover {
  transition: var(--transition);
}

.toolbar li a svg path,
.toolbar li a svg g,
.toolbar li a svg tspan {
  fill: var(--blanco) !important;
}

.toolbar li:hover a svg path,
.toolbar li:hover a svg g,
.toolbar li:hover a svg tspan {
  fill: var(--blanco) !important;
  transition: var(--transition);
  text-decoration: none;
}

/* CUSTOM SECTION */
.customSection {
  position: relative;
  display: block;
  /* height: 95vh; */
  background-color: var(--blanco02);
  padding: 0 0 100px;
}

.customSection a h1,
.customSlide h1 {
  font-size: 3.5rem;
  font-weight: 700 !important;
  text-align: center;
  margin: 30px 0 50px;
}

.customSection a {
  color: inherit;
  text-decoration: none;
  cursor: pointer;
}

.customSection a:hover {
  text-decoration: none !important;
}

/* --Colecciones-- */
.colecciones {
  width: 1200px;
  padding: 0;
  margin: 0 auto;
  list-style: none;
  /* grid */
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  /* grid-template-rows: repeat(4, 100px); */
  grid-auto-rows: 100px;
  grid-gap: 20px;
}

.colecciones li {
  border-radius: 3px;
  overflow: hidden;
  transition: var(--transition);
}

.colecciones li:hover {
  box-shadow: var(--sombra02);
  transition: var(--transition);
}

.colecciones li a {
  position: relative;
  width: 100%;
  height: 100%;
  /* flex */
  display: flex;
  justify-content: center;
  align-items: center;
}

.colecciones li a>img,
.colecciones li a>p {
  position: absolute;
}

.colecciones li a>img {
  width: 100%;
  height: 100%;
}

.colecciones li a>p {
  width: 80%;
  text-align: center;
  font-size: 1.4rem;
  line-height: 1.4;
  margin: 0;
}

.colecciones li a:hover>p {
  color: var(--dark);
}

.barras {
  position: absolute;
  width: 768px;
  height: 1000px;
  display: block;
  background: url(../images/barras.png) no-repeat center/contain;
  top: 120px;
  opacity: 0.7;
}

/* SLIDER */
.customSlide {
  position: relative;
  display: block;
  height: auto;
  background-color: var(--rgba01);
  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;
}

#bottomCarousel .thumbnail > img {
  max-height: 65px !important;
  width: auto !important;
  margin-top: 25px;
  border: none !important;
}

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

.autor-fecha {
  color: var(--color01);
}

.descripcion {
  position: relative;
  width: 80%;
  font-size: 1.6rem;
  line-height: 1.3;
  margin: 20px auto 0;
  /* Ellipsis */
  --lh: 1.4rem;
  --max-lines: 9;
  max-height: calc(var(--lh) * var(--max-lines));
  overflow: hidden;
}

.btn-leer {
  position: absolute;
  width: 100px;
  height: 50px;
  left: 0;
  right: 0;
  bottom: 10px;
  margin: auto;
  padding: 16px 24px;
  color: var(--dark);
  background-color: transparent;
  border: 1px solid var(--dark);
  border-radius: 25px;
  box-shadow: var(--sombra01);
  transition: var(--transition);
}

.btn-leer:hover {
  text-decoration: none;
  color: var(--blanco);
  background-color: var(--dark);
  border: 1px solid var(--dark);
  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(--color01);
}

.btn-dir:hover:after,
.btn-dir:hover:before {
  background-color: var(--dark);
}

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

#main-container .row-offcanvas {
  padding: 10px 10px 50px;
}

#main-container #sidebar {
  background-color: var(--blanco);
  padding-top: 30px;
  width: 20%;
  margin-right: 30px;
  box-shadow: var(--sombra01);
  border-radius: 3px;
}

.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(--color01);
  border: 1px solid var(--color01);
  border-radius: 3px !important;
}

.list-group-item {
  border-radius: 0 !important;
  border: none;
}

.list-group-item:not(.active){
  background: url(../images/bullet-menu-lateral.png) 10px center no-repeat !important;
  padding-left: 32px;
}

.pagination-masked {
  margin-bottom: 50px;
}

.ds-artifact-list.list-unstyled {
  /* Grid */
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 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;
  box-shadow: var(--sombra01);
  transition: var(--transition);
  /* flex */
  display: flex;
  justify-content: center;
}

.ds-artifact-item:hover {
  border-color: var(--dark);
  box-shadow: var(--sombra02);
  transition: var(--transition);
}

.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,
#aspect_discovery_SimpleSearch_div_search-results.change-view .ds-artifact-item .col-sm-9 {
  width: 50%;
}

#aspect_discovery_CollectionRecentSubmissions_div_collection-recent-submission .ds-artifact-item {
  padding: 10px;
  box-shadow: none;
}

/* FOOTER */
.customFooter {
  background: var(--color01);
  padding: 50px 0 0;
}

.row_footer {
  color: var(--blanco);
  padding: 0 50px 50px;
  /* flex */
  display: flex;
  justify-content: space-around;
  align-items: center;
  flex-wrap: wrap;
}

.row_footer ul {
  width: 100%;
  padding: 0 !important;
  margin: 0 auto !important;
  list-style: none;
  display: flex;
  justify-content: space-around;
  align-items: start;
  flex-flow: row wrap;
}

.row_footer ul li {
  width: calc(100%/4 - .5em);
  display: flex;
  justify-content: center;
  align-items: start;
  flex-direction: column;
}

@media screen and (max-width: 35.5em) {
  .row_footer ul li {
    width: 100%;
    margin-bottom: 24px;
  }
}

.logo-division {
  width: 80%;
  height: 200px;
  background: url(../images/LogoDivisionBibliotecas.png) no-repeat top center/contain;
}

.row_footer ul li a {
  color: var(--blanco);
  font-weight: bold;
  text-decoration: none;
  cursor: pointer;
}

.myCredits {
  padding: 0.75em 0;
  text-align: center;
  background: var(--color01);
  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;
}

.resize-img {
  height: 19px;
  width: 17px;
  margin-left: 8px;
  margin-right: -9px;
}

/* MEDIA QUERY */
@media screen and (max-width: 35.5em) {
  header .navbar-default .navbar-brand {
    width: 50px;
    height: 50px;
  }

  header .navbar-default .navbar-toggle .icon-bar,
  header .navbar-default .navbar-nav .icon-bar {
    background-color: var(--dark);
  }

  header .navbar-default .navbar-toggle,
  header .navbar-default .navbar-nav {
    border-color: transparent;
    color: var(--dark);
  }

  header .nav.nav-pills.pull-left {
    margin-right: 10px;
  }

  header .dropdown-menu>li>a {
    position: relative;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .custom-j {
    flex-direction: column;
  }

  .navbar-brand .resaltado {
    display: none;
  }

  .c-j-top {
    height: 100%;
  }

  .c-j-top.search .logo-brand {
    margin-top: -20px;
  }

  .logo-brand {
    position: relative;
    width: 100%;
    height: 140px;
    margin: 10px auto 0;
    display: flex;
  }

  .logo-brand a {
    margin-top: 70px;
    height: 50px;
  }

  .logo-brand h1 {
    font-size: 2rem;
    margin-top: 50px;
    margin-left: 0;
    margin-bottom: 10px;
    padding-left: 20px;
  }

  .img-brand {
    margin-right: 10px;
    height: 100%;
  }

  #ds-options.searchbar {
    width: 95%;
    padding: 5px 5px;
    z-index: 1;
  }

  #ds-search-option div.radio {
    margin-left: 0;
  }

  #ds-search-option .radio label,
  #ds-search-option .checkbox label {
    font-size: 10px;
    line-height: 22px;
    margin: 0 15px;
  }

  .redes-sociales {
    margin-bottom: 0;
  }

  .icono-rs {
    width: 30px;
    height: 30px;
  }

  .c-j-bottom {
    display: none;
  }

  .toolbar {
    width: 95%;
    flex-direction: row;
  }

  .toolbar li {
    width: 45%;
    margin-bottom: 10px;
  }

  .btn-toolbar {
    padding: 15px;
    /* flex */
    display: flex;
  }

  .trail-wrapper .breadcrumb.visible-xs {
    display: flex !important;
    justify-content: center;
  }

  .trail-wrapper .dropdown-menu {
    right: 0;
    margin: auto;
  }

  .trail-wrapper .dropdown-menu>li>a {
    text-align: center;
    white-space: normal;
  }

  #main-container .row-offcanvas {
    padding: 0 0 50px;
  }

  #main-container #sidebar,
  .main-content {
    width: 100vw;
  }

  #main-container #sidebar {
    margin-right: 0;
  }

  .ds-artifact-item {
    width: 92%;
    padding-left: 16px;
    padding-right: 16px;
  }

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

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

  /* Footer */
  footer.customFooter {
    padding: 0;
  }

  footer .row_footer {
    padding: 50px 30px;
  }

  .row_footer .btn-home {
    margin-bottom: 50px;
  }

  /* Search button */
  #searchButtom .dropdown-menu {
    right: 0;
    margin: auto;
  }
}

/*Order item colum*/
@media (max-width: 766px) {
  .order-1 {
    order: 1;
  }

  .orderColum {
    display: flex;
    flex-wrap: wrap;
  }
}

@media screen and (max-width: 47.75em) {
  header .navbar-default{
    height: 110px;
    padding: 10px 0 0;
  }

  .custom-header #t3-mainnav {
    position: fixed;
    top: 0;
    left: -100%;
    height: 100vh;
    transition: var(--transition);
    opacity: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-flow: column wrap;
  }

  .container-nav {
    width: 100% !important;
    padding: 0 !important;
  }

  .container-nav .row {
    width: 100%;
  }

  .container-nav .row .col-xs-12:not(.logo){
    width: 100%;
    padding: 0 !important;
    display: flex;
  }

  .container-nav .head-links {
    right: 0;
    padding: 0 !important;
  }

  .container-nav .custom {
    width: 100%;
  }

  .logo-img {
    max-width: 100%;
    margin-bottom: 10px;
  }

  .custom-header #t3-mainnav.t3-active{
    left: 0;
    opacity: 1;
  }

  .t3-navbar.navbar-collapse {
    width: 80%;
    border: none;
  }

  .navbar-nav li {
    border-right: none;
  }

  .nav.pull-right.nav-custom {
    width: 100%;
    margin-top: -26px;
  }

  .logo-brand a {
    margin-top: 0;
  }

  .logo-brand h1 {
    font-size: 2rem;
    margin-left: 0;
    padding-left: 20px;
  }

  .nav.pull-right.nav-custom li {
    width: 50%;
    text-align: center;
  }

  .nav.pull-right.nav-custom li>a {
    position: relative;
    display: block;
    padding: 10px 10px;
  }

  .custom-j.c-j-top {
    height: 100px;
  }

  .toolbar,
  .toolbar-alt {
    width: 100%;
    background: var(--blanco);
    padding: 40px 12px 12px;
    flex-flow: column wrap;
  }

  .toolbar {
    bottom: -355px;
  }

  .toolbar li {
    width: 70%;
    background-color: transparent;
    margin-bottom: 2px;
  }

  .custom-j.c-j-bottom {
    display: none;
  }

}

@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 (max-width: 1044px) {
  .custom-header #t3-mainnav {
    position: fixed;
    top: 0;
    left: -100%;
    height: 100vh;
    transition: var(--transition);
    opacity: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-flow: column wrap;
  }

  .toolbar {
    width: 100%;
  }

  .custom-j.c-j-bottom {
    height: 60%;
    padding-top: 130px;
  }
}
#toggleSidebarCustom{
  position: absolute;
  right: 20px;
  top: 95px;
  z-index: 99999;
}

#toggleSidebarCustom{
  display: none;
}
header.custom-header.search #toggleSidebarCustom{
  display: block;
}

@media (min-width: 991px){
  #toggleSidebarCustom{
    display: none;
  }
  header.custom-header.search #toggleSidebarCustom{
    display: none;
  }
}

@media (max-width: 991px) {
  #main-container #sidebar.extent{
    display: block !important;
    position: absolute;
    width: 50%;
    right: 0;
    z-index: 20;
    margin: 0;
    box-shadow: -2px 0px 3px #000;
  }
}
