@charset "UTF-8";
body {
  overflow: initial !important;
  overflow: hidden;
}

.cd-main-content {
  position: relative;
  min-height: 100vh;
}
.cd-main-content ul {
  list-style: none;
}
.cd-main-content:after {
  content: "";
  display: table;
  clear: both;
}

.cd-header {
  position: relative;
  height: 150px;
  background-color: #331d35;
}
.cd-header h1 {
  color: #fff;
  line-height: 150px;
  text-align: center;
  font-size: 2.4rem;
  font-weight: 300;
}

.cd-main-content.is-fixed .cd-tab-filter-wrapper {
  position: fixed;
  top: 0;
  width: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.cd-main-content.is-fixed .cd-gallery {
  padding-top: 76px;
}
.cd-main-content.is-fixed .cd-filter {
  position: fixed;
  height: 100vh;
  overflow: hidden;
  top: 10px;
}
.cd-main-content.is-fixed .cd-filter .form {
  height: 100vh;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
.cd-main-content.is-fixed .cd-filter-trigger {
  position: fixed;
  top: 0;
}
.cd-main-content.is-fixed .cd-filter.filter-is-visible {
  z-index: 999999;
}

.cd-filter-block {
  margin-bottom: 1.6em;
}
.cd-filter-block .LinkFilter li a {
  text-decoration: none;
  font-weight: 700;
  font-size: 14px;
  padding-left: 20px;
}
.cd-filter-block h4 {
  position: relative;
  margin-bottom: 0.2em;
  padding: 10px 0 10px 20px;
  color: #fff;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 0.85rem;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer;
}
.cd-filter-block h4::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 16px;
  height: 16px;
  background: url(../ContentFilter/img/cd-icon-arrow.svg) no-repeat center center;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: -webkit-transform 0.3s;
  -moz-transition: -moz-transform 0.3s;
  transition: transform 0.3s;
}
.cd-filter-block h4.closed::before {
  -webkit-transform: translateY(-50%) rotate(-90deg);
  -moz-transform: translateY(-50%) rotate(-90deg);
  -ms-transform: translateY(-50%) rotate(-90deg);
  -o-transform: translateY(-50%) rotate(-90deg);
  transform: translateY(-50%) rotate(-90deg);
}
.cd-filter-block input {
  font-family: "Open Sans", sans-serif;
  border-radius: 0;
  background-color: #fff;
  border: 2px solid #e6e6e6;
}
.cd-filter-block select {
  font-family: "Open Sans", sans-serif;
  border-radius: 0;
  background-color: #fff;
  border: 2px solid #e6e6e6;
  width: 100%;
  padding: 0.4em;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  box-shadow: none;
  cursor: pointer;
  font-size: 1.4rem;
}
.cd-filter-block select:focus {
  outline: none;
  background-color: #fff;
  border-color: rgba(111, 174, 101, 0.1019607843);
}
.cd-filter-block select::-ms-expand {
  display: none;
}
.cd-filter-block .radio-label {
  margin-bottom: 0;
  padding-left: 24px;
  font-size: 1.4rem;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.cd-filter-block .radio-label::before {
  font-family: "Open Sans", sans-serif;
  border-radius: 0;
  background-color: #fff;
  border: 2px solid #e6e6e6;
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 16px;
  height: 16px;
  left: 0;
  border-radius: 50%;
}
.cd-filter-block .radio-label::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  display: none;
  border-radius: 50%;
  width: 6px;
  height: 6px;
  background-color: #fff;
  left: 5px;
}
.cd-filter-block .checkbox-label {
  margin-bottom: 0;
  padding-left: 24px;
  font-size: 1.4rem;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.cd-filter-block .checkbox-label::before {
  font-family: "Open Sans", sans-serif;
  border-radius: 0;
  background-color: #fff;
  border: 2px solid #e6e6e6;
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 16px;
  height: 16px;
  left: 0;
}
.cd-filter-block .checkbox-label::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  display: none;
  width: 16px;
  height: 16px;
  background: url(../ContentFilter/img/cd-icon-check.svg) no-repeat center center;
  margin-left: -24px;
}
.cd-filter-block input[type=search] {
  width: 100%;
  padding: 0.4em;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  box-shadow: none;
  border-color: transparent;
  background-color: #e6e6e6;
  font-size: 0.85rem !important;
}
.cd-filter-block input[type=search]:focus {
  outline: none;
  background-color: #fff;
  border-color: rgba(111, 174, 101, 0.1019607843);
}
.cd-filter-block input[type=search]::-webkit-search-cancel-button {
  display: none;
}
.cd-filter-block input[type=text] {
  width: 100%;
  padding: 0.4em;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  box-shadow: none;
}
.cd-filter-block input[type=text]:focus {
  outline: none;
  background-color: #fff;
  border-color: rgba(111, 174, 101, 0.1019607843);
}
.cd-filter-block .cd-select {
  position: relative;
}
.cd-filter-block .cd-select::after {
  content: "";
  position: absolute;
  z-index: 1;
  right: 14px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  display: block;
  width: 16px;
  height: 16px;
  background: url(../ContentFilter/img/cd-icon-arrow.svg) no-repeat center center;
  pointer-events: none;
}
.cd-filter-block .list li {
  position: relative;
  margin-bottom: 0.8em;
}
.cd-filter-block .list li:last-of-type {
  margin-bottom: 0;
}
.cd-filter-block input[type=radio] {
  position: absolute;
  left: 2px;
  top: 7px;
  margin: 0;
  padding: 0;
  opacity: 0;
  z-index: 2;
}
.cd-filter-block input[type=radio]:checked + label::before {
  border-color: rgba(111, 174, 101, 0.1019607843);
  background-color: rgba(111, 174, 101, 0.1019607843);
}
.cd-filter-block input[type=radio]:checked + label::after {
  display: block;
}
.cd-filter-block input[type=checkbox] {
  position: absolute;
  left: 2px;
  top: 7px;
  margin: 0;
  padding: 0;
  opacity: 0;
  z-index: 2;
}
.cd-filter-block input[type=checkbox]:checked + label::before {
  border-color: rgba(111, 174, 101, 0.1019607843);
  background-color: rgba(111, 174, 101, 0.1019607843);
}
.cd-filter-block input[type=checkbox]:checked + label::after {
  display: block;
}

.cd-tab-filter-wrapper {
  background-color: #000;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.0784313725);
  z-index: 1;
}
.cd-tab-filter-wrapper:after {
  content: "";
  display: table;
  clear: both;
}

.cd-tab-filter {
  position: relative;
  min-height: 50px;
  width: 75%;
  margin: 0 auto 0 100px;
  z-index: 1;
}
.cd-tab-filter::after {
  content: "";
  position: absolute;
  right: 14px;
  top: 50%;
  bottom: auto;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  display: inline-block;
  width: 16px;
  height: 16px;
  background: url(../ContentFilter/img/cd-icon-arrow.svg) no-repeat center center;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  pointer-events: none;
}
.cd-tab-filter ul {
  position: absolute;
  top: 0;
  left: 0;
  box-shadow: inset 0 -2px 0 rgba(111, 174, 101, 0.1019607843);
  width: 100%;
  overflow: auto;
  max-height: 100vh;
}
.cd-tab-filter li {
  display: none;
}
.cd-tab-filter li:first-child {
  display: block;
}
.cd-tab-filter a {
  display: block;
  height: 50px;
  width: 240px;
  line-height: 50px;
  padding-left: 14px;
}
.cd-tab-filter a.selected {
  background: rgba(111, 174, 101, 0.1019607843);
  color: #fff;
}

.cd-tab-filter.LinkFilter.filter-is-visible {
  width: calc(100% - 280px);
  margin-left: auto;
  margin-right: 0;
}

.cd-tab-filter.is-open::after {
  -webkit-transform: translateY(-50%) rotate(-180deg);
  -moz-transform: translateY(-50%) rotate(-180deg);
  -ms-transform: translateY(-50%) rotate(-180deg);
  -o-transform: translateY(-50%) rotate(-180deg);
  transform: translateY(-50%) rotate(-180deg);
}
.cd-tab-filter.is-open ul {
  box-shadow: inset 0 -2px 0 rgba(111, 174, 101, 0.1019607843) 0 2px 10px rgba(0, 0, 0, 0.2);
  background: #000;
}
.cd-tab-filter.is-open ul li {
  display: block;
}
.cd-tab-filter.is-open .placeholder a {
  opacity: 0.4;
}

.cd-gallery {
  width: 100%;
}
.cd-gallery > div > div {
  margin: 1%;
  width: 98%;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1019607843);
  display: block;
  float: left;
}
.cd-gallery > div > div.gap {
  opacity: 0;
  height: 0;
  display: inline-block;
}
.cd-gallery > div:after {
  content: "";
  display: table;
  clear: both;
}
.cd-gallery img {
  display: block;
  width: 160px;
  margin: auto;
}
.cd-gallery .cd-fail-message {
  display: none;
  text-align: center;
}

.cd-filter {
  position: absolute;
  top: 0;
  left: 0;
  width: 280px;
  height: 100%;
  box-shadow: 4px 4px 20px transparent;
  z-index: 0;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translateX(-120%);
  -moz-transform: translateX(-120%);
  -ms-transform: translateX(-120%);
  -o-transform: translateX(-120%);
  transform: translateX(-120%);
  -webkit-transition: -webkit-transform 0.3s, box-shadow 0.3s;
  -moz-transition: -moz-transform 0.3s, box-shadow 0.3s;
  transition: transform 0.3s, box-shadow 0.3s;
  z-index: 1;
}
.cd-filter::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 50px;
  width: 100%;
  background-color: #125864;
  z-index: 2;
}
.cd-filter .form {
  padding: 70px 20px;
}
.cd-filter .cd-close {
  position: absolute;
  top: 0;
  right: 0;
  height: 50px;
  line-height: 50px;
  width: 60px;
  color: #a6ce39 !important;
  font-size: 0.85rem;
  text-align: center;
  background: #1c333f;
  opacity: 1;
  -webkit-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  transition: opacity 0.3s;
  z-index: 3;
}

.no-touch .cd-filter .cd-close:hover {
  background: #0b1c26;
}
.no-touch .cd-filter-block h4:hover {
  color: #a6ce39;
}

.cd-filter.filter-is-visible {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
  box-shadow: 4px 4px 20px rgba(0, 0, 0, 0.2);
}

.cd-filter-trigger {
  position: absolute;
  top: 0;
  left: 0;
  left: 2%;
  height: 50px;
  line-height: 50px;
  width: auto;
  overflow: hidden;
  text-indent: 0;
  white-space: nowrap;
  z-index: 3;
  background: transparent url(../ContentFilter/img/cd-icon-filter.svg) no-repeat center center;
  text-transform: uppercase;
  font-size: 0.85rem;
  font-weight: 700;
  padding-left: 24px;
  background-position: left center;
  -webkit-transition: color 0.3s;
  -moz-transition: color 0.3s;
  transition: color 0.3s;
}

.cd-filter-trigger.filter-is-visible {
  color: #a6ce39 !important;
  pointer-events: none;
}

.is-fixed .cd-filter-trigger {
  display: block;
  z-index: 9999999;
  margin-top: 10px;
}

.ficha {
  height: 207px;
  overflow: hidden;
  width: 100%;
  padding: 10px;
  text-align: left;
  font-size: 0.75rem;
  font-family: "Century Gothic";
  color: #333;
}
.ficha .title {
  margin-bottom: 0.5em;
  font-size: 0.8rem;
  font-weight: 700;
}
.ficha .title a {
  color: #F78320;
  text-decoration: none;
}
.ficha .description {
  margin-bottom: 5px;
}
.ficha .description::before {
  content: "Descripción: ";
  font-weight: 700;
}
.ficha .tema {
  margin-bottom: 5px;
}
.ficha .tema::before {
  content: "Temática: ";
  font-weight: 700;
}
.ficha .tipodoc {
  margin-bottom: 5px;
}
.ficha .tipodoc::before {
  content: "Tipo: ";
  font-weight: 700;
}
.ficha .pubyear::before {
  content: "Año de publicación: ";
  font-weight: 700;
}
.ficha .autor::before {
  content: "Autor: ";
  font-weight: 700;
}
.ficha .fecha::before {
  content: "Fecha: ";
  font-weight: 700;
}
.ficha .keywords::before {
  content: "Palabras clave: ";
  font-weight: 700;
}
.ficha .proyecto::before {
  content: "Proyecto: ";
  font-weight: 700;
}
.ficha .instrumento::before {
  content: "Instrumento: ";
  font-weight: 700;
}
.ficha img {
  margin-right: 10px;
  float: left;
  display: inline;
  width: 120px;
}

#itemsContainer > li:hover {
  background: #efefef;
}

.mix {
  background: #fff;
  height: 217px;
}

.filter a {
  cursor: pointer;
}

.BottomSection {
  z-index: 99999999;
  position: inherit;
}

@media only screen and (min-width: 1170px) {
  .cd-header {
    height: 180px;
  }
  .cd-header h1 {
    line-height: 180px;
  }
  .cd-main-content.is-fixed .cd-gallery {
    padding-top: 100px;
  }
  .cd-tab-filter {
    width: 90%;
    float: right;
    margin: 0;
    -webkit-transition: width 0.3s;
    -moz-transition: width 0.3s;
    transition: width 0.3s;
  }
  .cd-tab-filter.filter-is-visible {
    width: 80%;
  }
  .cd-gallery {
    float: right;
    -webkit-transition: width 0.3s;
    -moz-transition: width 0.3s;
    transition: width 0.3s;
  }
  .cd-gallery > div > div {
    width: 31.333%;
  }
  .cd-filter {
    width: 20%;
  }
  .cd-filter .form {
    padding: 70px 10%;
  }
  .no-touch .cd-filter-trigger:hover {
    color: #9bbd10;
  }
  .cd-filter-trigger.filter-is-visible {
    color: #9bbd10;
  }
  .cd-filter-trigger.filter-is-visible:hover {
    color: #9bbd10;
  }
}
@media only screen and (min-width: 768px) {
  .cd-main-content.is-fixed .cd-gallery {
    padding-top: 90px;
  }
  .cd-tab-filter {
    width: 90%;
    cursor: auto;
  }
  .cd-tab-filter::after {
    display: none;
  }
  .cd-tab-filter ul {
    background: transparent;
    position: static;
    box-shadow: none;
    text-align: center;
  }
  .cd-tab-filter li {
    display: inline-block;
  }
  .cd-tab-filter li.placeholder {
    display: none !important;
  }
  .cd-tab-filter a {
    display: inline-block;
    padding: 0 1em;
    width: auto;
    color: #fff;
    font-weight: 700;
    font-size: 0.85rem;
  }
  .cd-tab-filter a.selected {
    background: transparent;
    color: #9bbd10;
    box-shadow: inset 0 -2px 0 rgba(111, 174, 101, 0.8);
  }
  .cd-tab-filter.is-open ul li {
    width: 100%;
    display: inline-block;
  }
  .no-touch .cd-tab-filter a:hover {
    color: #9bbd10;
  }
}
@media only screen and (max-width: 768px) {
  .cd-main-content.is-fixed .cd-tab-filter-wrapper {
    top: 0;
  }
  .cd-main-content.is-fixed .cd-filter {
    top: 0;
  }
  .cd-main-content.is-fixed .cd-filter-trigger {
    top: 0;
  }
  .cd-tab-filter a {
    width: 100%;
  }
}
@media only screen and (max-width: 400px) {
  .cd-tab-filter {
    margin: 0 auto 0 28px;
  }
  .cd-filter-trigger:not(.filter-is-visible) {
    width: 60px;
    text-indent: 100%;
  }
}
@media (max-width: 1170px) {
  .cd-gallery.filter-is-visible {
    width: calc(100% - 280px);
    margin-left: auto;
  }
}
@media (min-width: 600px) {
  .cd-gallery > div > div {
    width: 48%;
  }
}
@media (min-width: 900px) {
  .cd-gallery > div > div {
    width: 30%;
  }
}
@media (min-width: 1170px) {
  .cd-gallery.filter-is-visible {
    width: 80%;
    margin-left: auto;
  }
  .cd-gallery > div > div {
    width: 22%;
  }
}

/*# sourceMappingURL=ContentFilter.css.map */
