/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.4.14,
* Autoprefixer: v10.4.7
* Browsers: last 4 version
*/

/* LANDING CARDS*/
.landing-wrapper{
  width: 100%;
  height: 500px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border: 1px solid #1d1d1d;
  margin: auto;
  -webkit-box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px;
          box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px;
}
.landing-wrapper a{
  width: 100%;
  height: 100%;
}
.landing-wrapper .img-landing{
  width: 100%;
  height: 60%;
}
.landing-wrapper .img-landing img{
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.landing-wrapper .landing-cont{
  padding: 1em;
}
.landing-cont h4{
  margin: 1em 0;
}
.tag-dest{
  background-color: var(--lila);
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.tag-dest a{
  color: #1d1d1d;
  font-weight: 600;
}
.tag-dest a:hover{
  background-color: #1d1d1d;

}
/* WORKSHOP CARD - CARTAS GENERALES
01. General // landing */
/* WORKSHOP-CARD GALLERY CSS */
.wsk-wrapper{
  width: 100%;
 }
.img-wrapper{
     width: 100%;
     height: 40%;
     border-bottom: 1px solid var(--negro);
 }
.img-wrapper img{
     -o-object-fit: cover;
        object-fit: cover;
     width: 100%;
     height: 100%;
 }
 .wksp-general .wrapperCard{
  margin: 25px;
 }
.wks-activo{
     border: 1px solid var(--negro);
     width: 400px;
     height: 500px;
     background-color: #fcfcfcf4;
     -webkit-box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px;
             box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px;
 }
 .not-link:hover{
   color: inherit;
 }
 .wrapper-cont{
     position: relative;
     padding: 20px;
     height: 60%;
     display: -webkit-box;
     display: -ms-flexbox;
     display: flex;
     gap: 10px;
     -webkit-box-orient: vertical;
     -webkit-box-direction: normal;
         -ms-flex-direction: column;
             flex-direction: column;
     -webkit-box-pack: justify;
         -ms-flex-pack: justify;
             justify-content: space-between;
 }
 .wrapper-cont::after {
  content: '';
  position: absolute;
  bottom: 10px;
  left: 10px;
  right: 10px;
  height: 44px;
  background: -o-linear-gradient(bottom, #fcfcfcf4 0%, #fcfcfcf4 43%);
  background: -webkit-gradient(linear, left bottom, left top, from(#fcfcfcf4), color-stop(43%, #fcfcfcf4));
  background: linear-gradient(to top, #fcfcfcf4 0%, #fcfcfcf4 43%);
  -webkit-filter: blur(7px);
          filter: blur(7px);
}
 .wrapper-tags{
     display: -webkit-box;
     display: -ms-flexbox;
     display: flex;
     -webkit-box-orient: horizontal;
     -webkit-box-direction: normal;
         -ms-flex-direction: row;
             flex-direction: row;
 }
 .tag-wrapper{
     display: -webkit-box;
     display: -ms-flexbox;
     display: flex;
     -ms-flex-wrap: wrap;
         flex-wrap: wrap;
     -webkit-box-orient: horizontal;
     -webkit-box-direction: normal;
         -ms-flex-direction: row;
             flex-direction: row;
     -webkit-box-align: center;
         -ms-flex-align: center;
             align-items: center;
     -ms-flex-line-pack: center;
         align-content: center;
     margin: 2em;
 }
 .cat, .tag-dest{
         border: 1px solid var(--negro);
         font-family: 'Space Grotesk', sans-serif;
         font-size: 13px;
         color:var(--negro);
         text-transform: uppercase;
         margin: 0 5px 5px 0;
         padding: 5px 10px;
         line-height: initial;
 }
 .cat:hover{
  background-color: #CBCBF6;
  color: #1d1d1d;
 }
 /*
 02. PARA FILTROS*/
 .category-tiles{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.category-tiles .wrapperCard{
  -ms-flex-preferred-size: 33.33%;
      flex-basis: 33.33%;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  padding: 1rem;
}
 .category-tiles .wks-activo{
  width: 320px;
  height: 400px;
  margin: auto;
 }
 .category-tiles .img-wrapper{
  width: 100%;
  height: 40%;
 }
 .category-tiles .wrapperCard a{
  display: block;
  width: 100%;
  height: 100%;
 }
 .category-tiles .wrapper-cont{
  height: 60%;
 }
 .wrapper-cont h4{
  font-size: 1.2rem;
 }
 .category-tiles .wrapper-tags .cat{
  font-size: 12px;
 }
 /* LOADER FILTROS */
 .loading {
  display: none;
  width: 50px;
  height: 50px;
  z-index: 9;
}
.loaderC {
  width: 48px;
  height: 48px;
  margin-bottom: 15px;
  display: block;
  position: relative;
  color: #FFF;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-animation: rotation 1s linear infinite;
          animation: rotation 1s linear infinite;
}
.loaderC::after,
.loaderC::before {
  content: '';
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: absolute;
  width: 15px;
  height: 15px;
  top: 50%;
  left: 50%;
  -webkit-transform: scale(0.6) translate(0, 0);
      -ms-transform: scale(0.6) translate(0, 0);
          transform: scale(0.6) translate(0, 0);
  background-color: #CBCBF6;
  border-radius: 50%;
  -webkit-animation: animloader 1s infinite ease-in-out;
          animation: animloader 1s infinite ease-in-out;
}
.loaderC::before {
  background-color: #EF3E0C; 
  -webkit-transform: scale(0.5) translate(-48px, -48px);
      -ms-transform: scale(0.5) translate(-48px, -48px);
          transform: scale(0.5) translate(-48px, -48px);
}

@-webkit-keyframes rotation {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes rotation {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@-webkit-keyframes animloader {
    50% {
      -webkit-transform: scale(1) translate(-50%, -50%);
              transform: scale(1) translate(-50%, -50%);
}
}
@keyframes animloader {
    50% {
      -webkit-transform: scale(1) translate(-50%, -50%);
              transform: scale(1) translate(-50%, -50%);
}
}
/* CARTA DE BIBLIOGRAFIA*/
.wrapper .img-wrapper{
  width: 100%;
  height: 60%;
}
.wrapper{
  width: 420px;
  height: 350px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border: 1px solid #1d1d1d;
  margin: 15px;
  -webkit-box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
          box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
.wrapper a{
  height: 85%;
}
.wrapper h4{
  padding: 10px;
  font-size: 1.1rem;
}
.btn-wrapper{
  height: 15%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.btn-wrapper a{
  padding: 5px;
  width: 50%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
/* EXHIBICIONES PAGINA ARCHIVO*/
.exhibiciones-wrapper{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding: 1em;
}
.exhibicionesCard{
  margin-right: 25px;
}
/* INDIVIDUAL CARDS*/
.div-link {
  display: block;
  width: 100%;
  height: 100%;
}
.image-wrapper {
  position: relative;
  width: 100%;
  height: 500px;
  overflow: hidden;
  border: 1px solid #1d1d1d;
  -webkit-box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px;
          box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px;
}
.image-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.image-wrapper img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  height: auto;
  width: auto;
  min-width: 100%;
  min-height: 100%;
  z-index: 0;
}
.overlay {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: #ef3d0c8c;
  color: #fff;
  opacity: 0;
  -webkit-transition: opacity 0.5s ease;
  -o-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
  z-index: 2;
}
.image-wrapper:hover .overlay {
  opacity: 1;
}
.overlay span {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-size: 1.5rem;
}
.overlay a{
  color: #fdfdfd;
}
.overlay a:hover{
  color: #1d1d1d;
}
.slider-landing-wrapper .overlay{
  color: #1d1d1d;
  background-color: #cbcbf694;
  text-transform: uppercase;
  font-weight: 600;
}
.slider-landing-wrapper:hover .overlay{
 opacity: 1;
 -webkit-backdrop-filter: blur(10px);
         backdrop-filter: blur(10px);

}
.slider-landing-wrapper .image-wrapper{
  height: 350px;
}
.slider-landing-wrapper .overlay span{
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.slider-landing-wrapper .la-arrow-circle-right.slick-arrow, .slider-landing-wrapper .la-arrow-circle-left.slick-arrow {
  position: absolute; /* make the arrow buttons position absolute */
  top: 50%; /* position the buttons at the vertical center of the container */
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%); /* adjust the buttons to be vertically centered */
  z-index: 1; /* set a high z-index to make sure the buttons appear above the slider */
  color: #CBCBF6;
}
.slider-landing-wrapper:hover .slick-arrow{
  color: #1d1d1d;
}

.slider-landing-wrapper .la-arrow-circle-left.slick-arrow{
  left: 0.3em; /* position the previous button at the left edge of the container */
}

.slider-landing-wrapper .la-arrow-circle-right.slick-arrow {
  right: 0.3em; /* position the next button at the right edge of the container */
}
.arrow-container{
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
  -ms-flex-direction: row;
      flex-direction: row;
-webkit-box-pack: justify;
  -ms-flex-pack: justify;
      justify-content: space-between;
padding: 0 1em;
border-top: 1px solid #1d1d1d;
}
.slider-landing-wrapper .image-wrapper {
  border: none;
  border-bottom: 1px solid #1d1d1d;
}

/*shadow*/