body {
  font-family: "Uncut Sans", sans-serif;
  font-weight: 100;
  font-size: 16px;
  background-color: white;
  padding-top: 0;
}

#main {
  padding: 40px;
}

p {
  line-height: 140%;
}

/* main layout related */

#page-videos,
.bloque-central {
  width: calc(100vw - (180px + 40px + 180px + 40px));
}
img {
     max-width: 100%;
}
.card-content > * {
    margin-top: 8px !important;
}
.col {
  margin-right: unset !important;
}
/* fin main layout related */

/* ==================================================================== */
/*                           ESTILOS ESPECIFICOS                          */
/* ==================================================================== */

/* FILTER STYLES */

.filter-bar {
  height: 100vh;
  min-width: 120px;
}
.filter-bottom {
  position: absolute;
  bottom: 0;
}
.filter > a {
  letter-spacing: 0.5px;
  color: black;
  text-decoration: none;
  line-height: 140%;
  font-weight: 300;
}
.filter > a.current {
  font-weight: 600;
  color: blue;
  text-decoration: underline;
}
.filter {
  margin-bottom: 15px;
  max-height: 25vh;
  overflow-y: scroll;
  margin-right: 20px;
  scrollbar-color: blue white;
}
.filter > span {
  font-size: 11px;
  color: gray; 
  /*! float: right; */
  
}
/* SLIDER STYLES */

.slider {
  height: auto !important;
}
.slide-controls {
  position: absolute;
  top: 30%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 104%;
  left: -2%;
}

/* OBRAS STYLES */

#page-obras .card-image a {
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}
#single-obra img {
  max-height: 90vh;
}

/* EXPOSICIÓN STYLES */

#single-exposicion .slider {
  height: 90vh;
}
#single-exposicion .slide-controls {
    top: calc(50% - 22px);
    flex-wrap: wrap;
    width: 108%;
    left: -4%;
}
.main-image {
  background-size: cover;
  background-color: #333333;
  background-blend-mode: hard-light;
}

/* INVESTIGACIÓN STYLES  */

.list-convocatorias {
  max-height: 390px;
  overflow-y: scroll;
  scrollbar-color: #ff8758 white;
}
.list-convocatorias .scroll {
  padding-right: 30px;
  max-width: 100%;
}
.list-convocatorias .scroll > .flex {
  border-top: 1px dotted #ff8758;
}

.single-convocatoria .back-image {
  height: 100vh;
  background-repeat: no-repeat;
  top: 0;
  z-index: -1;
  background-size: cover;
  width: 50%;
}
.single-convocatoria #content a {
  color: #ff8758;
}
/* ==================================================================== */
/*                           ESTILOS GENERALES                          */
/* ==================================================================== */

.blue-text {
  color: #0000ff;
}
.black-text {
  color: #000000;
}
.white-text {
  color: #ffffff;
}
.aqua-text {
  color: #8FFCBC;
}
.peach-text {
  color: #ff8758;
}
.material-symbols-rounded {
  font-size: 16px;
  line-height: 12px;
  vertical-align: sub;
}
.underline {
  text-decoration: underline;
}
.spacer {
     height: 80px;
}
.mini-spacer {
     height: 16px;
}
.not-underline {
  text-decoration: none !important;
}
.landscape {
     aspect-ratio: 1.6;
     height: auto !important;
     overflow: hidden;
}
.portrait {
     aspect-ratio: .7;
     overflow: hidden;
}
.portrait img {
  max-width: unset;
  width: unset !important;
  height: 100%;
}
.flex {
  display: flex;
  flex-wrap: wrap;
}
.grayscale {
  filter: grayscale(100%) contrast(140%);
}
.absolute {
     position: absolute;
}
.relative {
     position: relative;
}
.fullwidth {
     width: 100%;
}
.border-underline {
  border-bottom: 1px dotted;
  padding-bottom: 1px;
}
.box {
  padding: 5px 6px;
  border: 1px dotted;
  letter-spacing: 0.5px;
  display: inline-block;
}
a.box {
  cursor: pointer;
}
.uppercase {
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.capitalize {
  text-transform: capitalize;
}
.medium {
     font-weight: 400;
}
.bold {
     font-weight: 600;
}
strong {
     font-weight: bolder;
}
.italic {
     font-style:italic;
}
.small, small {
     font-size: 13px;
}
.nav-chip {
  border: 1px dotted;
  padding: 6px 7px 8px 7px;
  border-radius: 24px;
  font-size: 24px;
  line-height: 24px;
  box-sizing: content-box;
  width: 24px;
  text-align: center;
  cursor: pointer;
  height: 24px;
  display: inline-block;
  text-decoration: none;
  font-weight: 300;
}
.oculto {
  display: none;
}
.margin-top {
     margin-top:30px;
}
.margin-bottom {
     margin-bottom:30px;
}
.hide-desktop,
.flex-row.hide-desktop {
  display: none;
}
#single-exposicion h1 {
  overflow-wrap: break-word;
}


.box-entidades .box {
  margin-right: 4px;
}

.box.box-white { color: white; }
.box.box-white > a {color: white; }

.box.artista {
  font-weight: 400;
  color: #ff8758;
}

.list-style-none {
  list-style: none;
  padding: 0;
}

.list-style-none > li {
  
}

.text-align-right {
  text-align: right;
}

.text-align-center {
  text-align: center;
}

.box.resaltado, 
.box.resaltado > a,
.box.resaltado > span{
  /*! color: #34e1a6 !important; */
  font-weight: 500;
  font-size: 11px;
  margin: 0;
}

.box.resaltado.publicaciones-color, 
.box.resaltado.publicaciones-color > a,
.box.resaltado.publicaciones-color > span {
  color: #ff8758 !important;
}

.box a,
.box > span {
  text-decoration: none;
  /*! color: black; */
  letter-spacing: 0.7px !important;
}
.investigacion-ver-mas .box a {
  font-size: 14px;
}

.call-link::before {
  content: "↗";
}

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

.space-between {
  justify-content: space-between;
}
.no-shrink {
  flex-shrink: 0;
}

.flex-column {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}

.align-child-right > * {
  align-self: end;
}
.align-child-left > * {
  align-self: auto;
}
.align-child-center > * {
  align-self: center;
}

.two-columns > * {
  flex-basis: 50%;
  flex-grow: 1;
  flex-shrink: 0;
  box-sizing: border-box;
}

.three-columns > * {
  flex-basis: 33.3%;
  flex-grow: 1;
  flex-shrink: 0;
  box-sizing: border-box;
}


.two-columns.gap-30 {
  gap: 30px;
}
.two-columns.gap-30 > * {
  flex-basis: calc( 50% - 30px / 2 );
}


.gap-10 { gap: 10px; }
.gap-15 { gap: 15px; }
.gap-20 { gap: 20px; }
.gap-25 { gap: 25px; }
.gap-30 { gap: 30px; }
.gap-40 { gap: 40px; }
.gap-50 { gap: 50px; }
.gap-60 { gap: 60px; }

.three-columns.gap-30 > * {
  flex-basis: calc( 33.3% - 30px * 2 / 3 );
  flex-grow: 0; 
}
.three-columns.gap-20 > * {
  flex-basis: calc( 33.3% - 20px * 2 / 3 );
  flex-grow: 0; 
}

.four-columns.gap-30 > * {
  flex-basis: calc( 25% - 30px * 3 / 4 );
  flex-grow: 0; 
}
.four-columns.gap-20 > * {
  flex-basis: calc( 25% - 20px * 3 / 4 );
  flex-grow: 0; 
}


.three-columns.gap-30 > :last-child {
   /* flex-grow: 0; */
}
.width-150px { width: 150px; }
.width-180px { width: 180px !important; }
.width-200px { width: 200px !important; }
.width-250px { width: 250px !important;  }
.width-300px { width: 300px !important; }
.width-350px { width: 350px; }
.width-400px { width: 400px; }
.width-450px { width: 450px; }
.width-500px { width: 500px; }

.flex-shrink-0 {
  flex-shrink: 0;
}
.width-300px-important { width: 300px !important; }
.width-350px-important { width: 350px !important; }


.basis-80 {
  flex-basis: 80%;
}
.basis-70 {
  flex-basis: 70%;
}
.basis-60 {
  flex-basis: 60%;
}
.basis-55 {
  flex-basis: 55%;
}
.basis-50 {
  flex-basis: 50%;
}
.basis-45 {
  flex-basis: 45%;
}
.basis-40 {
  flex-basis: 40%;
}
.basis-30 {
  flex-basis: 30%;
}
.basis-20 {
  flex-basis: 20%;
}

.width-70 {
  width: 70%;
}

.width-50 {
  width: 50%;
}

.width-30 {
  width: 30%;
}

.image-tag {
  width: 100%;
  height: 100%;
  display: block;
  top: 0;
  padding: 8px;
}
.image-tag.big {
  padding: 16px;
}
.video-mask {
  background-image: url(assets/images/play-ilposto-white-bolder.svg);
  background-size: 36%;
  background-repeat: no-repeat;
  background-position: 50%;
}
.teaser {
     margin-bottom: 16px;
}
.teaser .teaser-header.exposiciones-blend {
  padding: 0 !important;
  display: block;
  height: auto !important;
  aspect-ratio: auto !important;;
}
.exposiciones-blend img {
  width: 100%;
  margin: 0;
  padding: 0;
  mix-blend-mode: screen;
  filter: grayscale(100%) contrast(200%);
}

.sticky {
  position: sticky;
  top: 200px;
}

.sticky-0 {
  top: 0;
}

.sticky-100 {
  top: 100px;
}

.breadcrumb {
  display: flex;
}
.breadcrumb.video-breadcrumb {
  margin: 0 0 25px
}

.breadcrumb.video-breadcrumb .breadcrumb-back {
  display: flex;
  align-items: center;
  gap: 6px;
}

.breadcrumb.video-breadcrumb .breadcrumb-back > span {
  font-size: 11.5px;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: .75px;
}

.breadcrumb-items {
  font-size: 10px;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 0.5px;
  line-height: 150%;
  text-align: right;
  margin-left: auto;
}

.breadcrumb .breadcrumb-here {
  color:#34e1a6;
  text-decoration: underline;
}

.breadcrumb-back-link a {
  border: 1px dashed gray;
  padding: 6px 7px 8px 7px;
  border-radius: 24px;
  font-size: 24px;
  line-height: 24px;
  box-sizing: content-box;
  width: 24px;
  text-align: center;
  cursor: pointer;
  height: 24px;
  display: inline-block;
  text-decoration: none;
  color: black;
  font-weight: 300;
}

.breadcrumb-path {
  flex-grow: 1;
  text-align: right;
}

.you-are-here {
  font-size: 13px;
  letter-spacing: 0.5px;
  margin-top: 50vh;
  /*! color: #34e1a6; */
}

#texto-content .you-are-here {
  color: blue;
}
.you-are-here.video-you-are-here {
  margin-top: 0
}
.you-are-here h4 {
  margin: 0 0 10px;
  text-transform: uppercase;
  font-size: 11px;
}

.action {
  text-align: right;
  margin-top: 15vh;
}

.grow-col {
  /*! flex-grow: 1; */
}

.tight-col,
.left-col,
.right-col,
.related-items {
  width: 150px;
  position: relative;
  flex-shrink: 0;
}


.medium-column {
  width: 300px;
  flex-shrink: 0;
}

.fecha {
  font-weight: 500 !important;
  line-height: 140%;
}

.angle {
  transform: rotate(-135deg) translateY(-2px);
  display: inline-block;
  font-size: 14px;
}

.breadcrumb.alt-breadcrumb {
  margin-top: 50px;
}

.convocatorias-color,
.publicaciones-color,
.textos-color {
  color: #ff8758 !important;
}

.sala-de-exhibicion-color {
  color: #b2ff49 !important;
}
.sala-de-investigacion-color {
  color: magenta !important;
}
#svg_geo {
  /*! width: 10px !important; */
  /*! height: auto !important; */
  margin-bottom: -1px;
}

#svg_geo.sala-de-exhibicion {
   fill: #b2ff49;
}

#svg_geo.sala-de-investigacion {
  fill: magenta;
}


#svg_share {
  width: 27px;
  height: auto;
  fill: #ff835d;
}

.online-color {
  color: gray !important;
}

.sala-de-exhibicion-color-border {
  border-color: #b2ff49 !important;
}
.sala-de-investigacion-color-border {
  border-color: magenta !important;
}
.online-color-border {
  border-color: gray !important;
}
.ca-artwork-color {
  color: blue !important;
}

.upper-blue {
   color: blue;
   text-transform: uppercase;
   font-size: 10px;
   font-weight: 300;
}

.upper-blue h2 {
   font-size: 11px !important;
}


.result-info {
  text-align: center;
  margin-top: 20vh;
}

.buscador-resultado {
  font-size: 13px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  display: flex;
  justify-content: space-between;
  margin: 3px 0 30px;
}
.buscador-resultado .buscador-limpiar {
  font-size: 11px;
  /*! margin: 10px 0 20px 0; */ 
}
.buscador-resultado .buscador-limpiar a {
  text-decoration: none;
}

.il-btnform {
  background-color: transparent;
  border: none;
  position: absolute;
  top: 3px;
  left: 3px;
  cursor: pointer;
}
#buscador {
  position: relative;
  margin: 0 0 30px;
}
#buscador > input#query {
  padding-left: 27px;
  text-transform: uppercase;
  font-size: 13px;
  line-height: 20px;
  width: calc(100% - 33px);
  border: 1px dotted;
  height: 30px;
}
/* VISIBILITY SUBMENU */

/* menu item exposiciones */
/*
.single-exposicion .submenu-exposiciones,
.single-documental .submenu-exposiciones,
.page-template-page-exposiciones .submenu-exposiciones,
.page-template-page-documentales .submenu-exposiciones {
  display: block !important;
}

.single-exposicion .menu-item-exposiciones,
.single-documental .menu-item-exposiciones,
.page-template-page-exposiciones .menu-item-exposiciones,
.page-template-page-documentales .menu-item-exposiciones {
  font-weight: 600;
}

.page-template-page-exposiciones .submenu-item-exposiciones,
.page-template-page-exposiciones .submenu-item-exposiciones > a,
.single-exposicion .submenu-item-exposiciones,
.single-exposicion .submenu-item-exposiciones > a {
  color: #34e1a6 !important;
  font-weight: 500;
}

.page-template-page-documentales .submenu-item-documetales,
.page-template-page-documentales .submenu-item-documetales > a,
.single-documental .submenu-item-documetales,
.single-documental .submenu-item-documetales > a {
  color: #34e1a6 !important;
  font-weight: 500;
}

.page-template-page-catalogo .submenu-item-catalogos,
.page-template-page-catalogo .submenu-item-catalogos > a {
  color: #34e1a6 !important;
  font-weight: 500;
}
*/
.menu-active {
  font-weight: 600 !important;
}
.submenu-active,
.submenu-active > a {
  color: #34e1a6 !important;
  font-weight: 500;
}

.submenu-item-videos.submenu-active,
.submenu-item-videos.submenu-active > a {
  color: #ff835d !important;
  
}
.submenu-active.submenu-item-coleccion-documental,
.submenu-active.submenu-item-coleccion-documental > a,
.submenu-active.submenu-item-obras,
.submenu-active.submenu-item-obras > a,
.submenu-active.submenu-item-artistas,
.submenu-active.submenu-item-artistas > a {
  color: blue !important;
}

.submenu-active.submenu-item-videos,
.submenu-active.submenu-item-videos > a,
.submenu-active.submenu-item-publicaciones,
.submenu-active.submenu-item-publicaciones > a,
.submenu-active.submenu-item-textos,
.submenu-active.submenu-item-textos > a,
.submenu-active.submenu-item-convocatorias,
.submenu-active.submenu-item-convocatorias > a {
  color:  #ff8758 !important;
}

.menu-item-sobre-il-posto.menu-active {
  color: white !important;
  mix-blend-mode: unset;
}

/* menu item investigacion */

/*
.single-post .submenu-investigacion,
.single-catalogo .submenu-investigacion,
.single-convocatoria .submenu-investigacion,
.page-template-page-investigacion .submenu-investigacion,
.page-template-page-convocatoria .submenu-investigacion,
.page-template-page-documentales .submenu-investigacion,
.page-template-page-publicaciones .submenu-investigacion,
.page-template-page-textos .submenu-investigacion{
  display: block !important;
}

.single-post .menu-item-investigacion,
.single-catalogo .menu-item-investigacion,
.single-convocatoria .menu-item-investigacion,
.page-template-page-investigacion .menu-item-investigacion,
.page-template-page-convocatoria .menu-item-investigacion,
.page-template-page-documentales .menu-item-investigacion,
.page-template-page-publicaciones .menu-item-investigacion,
.page-template-page-textos .menu-item-investigacion {
  font-weight: 600;
}

.single-post .submenu-item-textos,
.single-post .submenu-item-textos > a {
  color: #34e1a6 !important;
  font-weight: 500;
}


.page-template-page-convocatoria .submenu-item-convocatorias,
.page-template-page-convocatoria .submenu-item-convocatorias > a,
.single-convocatoria .submenu-item-convocatorias,
.single-convocatoria .submenu-item-convocatorias > a {
  color: #ff8758 !important;
  font-weight: 500;
}

.page-template-page-publicaciones .submenu-item-publicaciones,
.page-template-page-publicaciones .submenu-item-publicaciones > a,
.single-catalogo .submenu-item-publicaciones,
.single-catalogo .submenu-item-publicaciones > a {
  color: #ff8758 !important;
  font-weight: 500;
}


.page-template-page-textos .submenu-item-textos,
.page-template-page-textos .submenu-item-textos > a {
  color: #ff8758 !important;
  font-weight: 500;
}

.single-post .submenu-item-textos,
.single-post .submenu-item-textos > a 
{
  color: blue !important;
  font-weight: 500;
}

*/


/* FRONTPAGE INTRO */

.intro-text {
  letter-spacing: 0.8px;
  line-height: 127%;
  margin: 0;
}

.intro-text > p {
  margin-top: 2px;
}

#front-image {
  background-repeat: no-repeat;
  background-position: 61% 27%;
  background-size: 49%;
  min-height: 380px;
}



#page-home-g2 {
    display: flex;
    gap: 120px;
    margin-top: 100px;
}

#page-home-intro {
  margin-bottom: 2rem;
  min-height: 369px;
}

/* #page-home-g1-items-left {
  padding-right: 40px;
} */

.expo-wrapper {
  padding-left: 36px !important;
  border-left: 1px dotted;
}

#page-home-g1-items-right .container {
  width: 100%;
}

.section-title {
  font-size: 12px;
  text-transform: uppercase;
  margin-bottom: 2rem;
}

#calendar-slider-wrapper {
  width: 380px;
  /*! padding-right: 120px; */
}

.creditos {
  font-size: 13px;
  letter-spacing: 0.5px;
}

/* FRONT PAGE CALENDAR */


#events {
  order: 2;
  /*! max-width: 50%; */
  /* flex-grow: 1;
  flex-shrink: 1;
  width: calc((100vw - 80px) - 500px); */
}
#calendar {
  order: 1;
  /*! max-width: 50%; */
  /* flex-shrink: 1; */
}
table.calendar td {
  padding: 14px 0;
  width: 14.2%;
  font-weight: 200;
  font-size: 15px;
  text-align: right;
}


/* ============================================= */
/*              PAGE EXPOSICIONES                */
/* ============================================= */

#page-exposiciones-g1 { 
  margin-bottom: 100px;
}

#page-exposiciones-exposiciones-pasadas {
  /*! padding: 0 30px; */
}

#sala_de_exhibicion_info {
  padding-right: 40px;
}
#sala_de_archivo_info {
  padding-left: 30px;
}


.tight-col.investigacion-ver-mas {
  padding-top: 155px;
}


.sub-titulos-investigacion {
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: 0.7px;
  margin-bottom: 40px;
}

.publicacion .tight-col.investigacion-ver-mas {
  padding-top: 212px;
}

.sala-info {
    width: 190px;
    flex-basis: 180px;
    flex-grow: 0;
    flex-shrink: 0;
    font-size: 12px;
}

.sala-info .title {
  font-size: 12px;
}
.sala-info .horario {
  font-size: 10px;
  line-height: 150%;
}
.sala-info .direccion {
  
  font-weight: 600;
  letter-spacing: 0.1px;
  font-size: 12px;
  padding-right: 28px;
}


.single-header.bkg-header {
  min-height: 82vh;
  background-repeat: no-repeat;
  background-size: cover;
  color: #61ffb6;
  padding-left: 50vw;
  padding-top: 50px;
  position: relative;
  margin-top: 30px;
}

.single-header.bkg-header .title {
  font-weight: 200;
  font-size: 140px;
  line-height: 95%;
  margin: 0;
  letter-spacing: -3px;
}

.single-header.bkg-header a {
  color: #61ffb6;
}


.entity-related > .box {
  margin: 0 5px 7px 0;
}

.entity-related > .box > a {
  font-weight: 600;
  font-size: 11px;
}
.entity-related {
  max-width: 500px;
  padding-bottom: 120px;
}
.single-header.bkg-header .date {
  font-size: 28px;
  font-weight: 400;
}

.single-header.bkg-header .left-items {
  position: absolute;
  left: 30px;
  top: 30px;
}

.entity-related-extra {
  position: absolute;
  bottom: 30px;
  right: 80px;
  /*! max-width: 300px; */
}

#otros_colaboradores {
  /*! position: absolute; */
  /*! bottom: 130px; */
  /*! right: 80px; */
  color: inherit !important;
  text-align: right;
  margin-top: 12px;
}

#otros_colaboradores a {
  color: inherit !important;
}

.entity-related-extra h4 {
  margin: 0;
  font-size:   13px;
  font-weight: 400;
  text-align: right;
  margin-bottom: 2px;
}

#frm_buscar .il-forminner {
  display: flex;
  
  align-items: baseline;
}
#frm_buscar .il-forminner.exposiciones-forminner {
  margin: 0 179px;
}
#frm_buscar .il-forminner.documentales-forminner {
  margin: 0;
}

#frm_buscar .il-forminner > * {
  margin: 0 0 50px 0;
}

#frm_buscar fieldset {
  padding: 0
}

#frm_buscar {
  margin-bottom: 30px;
}

#catalogos_anteriores.title,
#publicaciones_anteriores.title,
#documentales_anteriores.title,
#exposiciones-pasadas {
  font-size: 11px;
  text-transform: uppercase;
  line-height: 120%;
  letter-spacing: 1px;
}

#exposiciones-pasadas {
  margin-left: 180px;
  margin-bottom: 40px;
}
.central-col {
  flex-shrink: 1;
  /*! flex-grow: 1; */
  flex-basis: 650px;
  /*! margin: 0 300px; */
  /*! padding-left: 100px; */
  font-size: 16.5px;
  font-weight: 300;
  width: 650px;
}


.main-content.exposicion-content,
.main-content.texto-content{
  line-height: 145%;
}

.main-content .wp-block-pullquote {
  margin: 0;
  padding: 20px 40px 30px 50px;
  color: blue;
}
.main-content blockquote {
  padding: 0;
  margin: 0;
  font-size: 19px;
}

.main-content.exposicion-content p span { 
  font-weight: 200 !important;
}
#exposicion_content {
  margin: 80px 0 0 0;
  justify-content: space-between;
}

.main-content.exposicion-content p:first-child {
  margin-top: 0;
}


#ver_todas_las_exposiciones a {
  border: 1px dotted;
  padding: 3px 5px;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 500;
  color: black;
}
#ver_todas_las_exposiciones {
  text-align: right;
}

/* SINGLE EXPOSICIONES */


.detail_exposicion.sala_info {
  font-size: 11px;
  text-transform: uppercase;
  line-height: 150%;
  /*! color: #34e1a6; */
}

.detail_exposicion.sala_info > div {
  margin-bottom: 8px;
}


.il-form-row {
}

.il-form-row > * {
  margin: 0 0 7px 0;
}

select#anio,
select.ip-select {
  background: no-repeat;
  border: none;
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.7px;
  padding: 0;
  padding-right: 15px;
  border-radius: 0;
}

.artista-bio {
  text-transform: none;
  font-size: 13px;
  line-height: 130%;
  font-weight: 300 !important;
  margin-top: 6px;
}

.artista-bio > span {
  font-weight: 200 !important;
}

.cerrar-artista {
  position: absolute;
  top: 0;
  right: 2px;
  font-size: 15px;
}
.cerrar-artista > a {
  color: inherit !important;
}

.artista-item {
  position: relative;
}

.punto {
  margin: 0px 0 0 4px;
  font-size: 10px;
}

/* ================================= */
/*            SINGLE TEXTO           */
/* ================================= */

.teaser .teaser-header.exposiciones-blend > a {
  padding: 0;
  margin: 0;
  display: flex;
}

.single-texto-header {
  /*! position: relative; */
  margin-top: 30px;
}

.single-texto-header .box-first {
  margin-top: 240px;
}

.single-texto-header .box {
  margin-right: 20px;
}

.single-texto-header .bkg-texto {
  min-height: 100vh;
  background-repeat: no-repeat;
  background-size: cover;
  width: 40%;
  position: absolute;
  top: 0;
  left: 10%;
  z-index: -4;
  background-position: center;
}
.single-texto-header .bkg-texto.bkg-convocatoria {
  width: 50%;
  left: 0;
  background-position: center right;
}
.single-texto-header .right-section {
    padding-top: 60px;
    padding-left: calc( 50vw + 31px );
    /*! width: 50%; */
    box-sizing: border-box;
    min-height: 82vh;
    padding-right: 25px;
    /*! margin: 0; */
}

.single-texto-header .right-section .title {
    font-weight: 200;
    font-size: 44px;
    line-height: 120%;
    margin: 0;
    margin-bottom: 30px;
}


.texto-metadata {
  width: 350px;
  margin: 0 auto;
  text-align: right;
}
.texto-metadata .autores-wrapper {
  margin-bottom: 51px;
}
.texto-metadata .autor {
  font-size: 28px;
  font-weight: 200;
  line-height: 130%;
}

.texto-metadata .autor a {
  color: inherit;
}

.box.texto-tipo,
.box.texto-tipo span {
  color: blue;
}

.texto-metadata  .box.date {
  margin-top: 13px;
  border-color: white;
}


.wp-block-gallery.has-nested-images {
  display: flex;
  gap: 30px !important;
  margin: 50px 0;
}

.wp-block-gallery.has-nested-images figure {
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 0%;
  margin:0;
}

.wp-block-gallery.has-nested-images figure img {
  width: 100%;
  height: auto;
}

.wp-block-footnotes {
  color: blue;
  padding: 15px;
  margin: 50px 0 0 0;
  font-size: 13px;
  border-top: 1px solid;
}


/* */

.related-exposicion,
.related-documental,
.related-catalogo {
  margin-bottom: 40px;
  margin-top: 20px;
}


/* =============================== */
/*  PAGE PUBLICACION (ex catalogo) */
/* =============================== */

.il-pageflip {
  flex-grow: 1;
  flex-shrink: 0;
  /*! flex-basis: 39%; */
  padding: 0 60px;
  min-height: 80vh;
}

#catalogo_pageflip .related-items {
  width: 200px;
}

.df-container {
  height: auto !important;
  width: 80%;
}


.document-preview {
  padding: 0;
  flex-shrink: 0;
  margin-left: 22px;
  margin-right: 30px;
}

.document-preview > * {
}

.document-preview-item img {
  max-width: 100%;
}

.document-preview-item {
  padding: 0;
}

.document-preview-img-mask {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #f5f5f5;
  top: 0;
  left: 0;
  mix-blend-mode: darken;
}

.document-preview-img-wrapper {
  aspect-ratio: 0.8;
  
  background-size: cover;
  background-repeat: no-repeat;
  max-height: 76vh;
  background-position-y: center;
}


/* ================================= */
/*  SINGLE PUBLICACION (ex catalogo) */
/* ================================= */


.publicacion-title {
  font-weight: 200;
  font-size: 43px;
  margin: 0;
  margin-bottom: 30px;
}
.metadata-item .item-label {
  width: 141px;
  flex-shrink: 0;
  text-align: right;
  text-transform: uppercase;
  font-size: 11px;
  letter-spacing: 1px;
  font-weight: 500;
  color: #ff8758;
  padding-top: 3px;
}
.metadata-item {
  display: flex;
  margin: 20px 0 0 0;
}
.item-value {
  margin-left: 30px;
  font-size: 13px;
  line-height: 130%;
}

.metadata-wrapper {
  margin-top: 50px;
  max-width: 550px;
}

/* ======================== */
/*    PAGE CONVOCATORIA     */
/* ======================== */

#convocatoria_main_col {
  margin-left: 30px;
}


.right-section-container {
  position: relative;
}
.pdfs-block-convocatoria {
  width: 300px;
  position: absolute;
  top: 27px;
  left: -336px;
}

.intro-text.convocatorias {
  font-size: 23px;
}



.convocatorias-subtitle {
  font-size: 15px;
  letter-spacing: 1px;
  margin: 40px 0 25px;
}
  
.convocatoria-resumen {
  font-size: 23px;
  font-weight: 200;
  line-height: 117%;
  margin-bottom: 30px;
}

/* SINGLE CONVOCATORIA */


.main-content.texto-content ol {
  padding: 0;
  padding-left: 18px;
}

.main-content.texto-content ul {
  padding: 0;
  padding-left: 16px;
}

.main-content.texto-content ul > li {
  list-style-type: none;
  position: relative;
  margin-bottom: 5px;
}

.main-content.texto-content ul > li:before {
  content: "↗";
  position: absolute;
  left: -15px;
}


#active_convocatoria_col {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding-top: 8px;
}

#active_convocatoria_col > div {  
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

#active_convocatoria_col > div > div.teaser-header {
  flex-grow: 1;
}

#active_convocatoria_col > div > div.teaser-header a {
  height: 100%;
}

#convocatoria_main_col {
  padding-bottom: 75px;
  margin-left: 10px;
}




/*  SINGLE VIDEO (EX DOCUMENTAL) */

#documental_detail  .youtube-player {
  /*! flex-grow: 1; */
  /*! padding: 0 40px; */
  /*! margin: 0 50px; */
}

.left-col,
.right-col,
.related-items {
  position: relative;
}

.video-js .vjs-big-play-button {
  border: none !important;
  background-color: transparent !important;
  border-radius:  0 !important;
  background-image: url(assets/images/play-ilposto-white-bolder.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
    
  width:  150px !important;
  height:  150px !important;
  top:  calc(50% - 150px/2) !important;
  left:  calc(50% - 150px/2) !important;
  margin: 0 !important;
}

.video-js .vjs-icon-placeholder {
  display: none;
}


.ip-select-list {
  /* bloque que solo aparece cuando no hay categorais seleccionadas */
  /*! margin-top: 40px; */
}

.ip-select-list > h4 {
    text-transform: uppercase;
    font-size: 11px;
    letter-spacing: 0.7px;
    margin-top: 0;
}


#video_detail #artistas_container {
  margin: 30px 0 0 0;
}

/* ====================== */
/*       PAGE VIDEO       */
/* ====================== */

.ip-select-list > ul {
   list-style: none;
   padding: 0;
   font-size: 12px;
   line-height: 150%;
   font-weight: 400;
   color: black;
   letter-spacing: 0.7px;
}

.ip-select-list > ul a {
  text-decoration: none;
  color: black;
}
.ip-select-list > ul a.active {
  text-decoration: underline;
  color: blue;
}
.ip-select-list > ul a > span {
  color: gray;
  font-size: 11px;
}

#video_display {
  width: 60vw;
  flex-grow: 1;
  flex-shrink: 0;
}
#video_metadata {
  margin-left: 20px;
}

#video_metadata {
  margin-left: 30px;
}
#under_video {
  margin-top: 40px;
  color: #ff835d;
  justify-content: space-between;
}
#video_metadata h1 {
  text-transform: uppercase;
  font-size: 17.5px;
  margin-top: 0;
  letter-spacing: 0.5px;
  font-weight: 600;
  margin-bottom: 19px;
  line-height: 131%;
}

#video_metadata .resumen {
  font-size: 16.5px;
  font-weight: 300;
  line-height: 136%;
  letter-spacing: 0.5px;
}
.compartir {
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.4px;
  max-width: 141px;
  display: flex;
  gap: 6px;
}
.compartir-text {
  margin-top: 2px;
  margin-right: 30px;
}

/* ====================== */
/*    PAGE CALENDARIO     */
/* ====================== */

.calendar-wrapper {
  width: calc(100vw - (150px + 40px * 2));
}

table.calendar {
  width: 370px;
}

#page-calendario {
  margin-bottom: 100px;
}

table.calendar td.mes-header {
  text-transform: uppercase;
  font-weight: 500;
  text-align: center;
  padding-left: 40px;
  font-size: 16px;
  letter-spacing: 1px;
  position: relative;
}

table.calendar td > a {
  padding: 12px;
  margin: -12px;
  border: 1px dotted;
  border-radius: 22px;
  line-height: 15px;
  width: 41px;
  display: inline-block;
  height: 41px;
  
  color: inherit;
  text-decoration: none;
}

table.calendar tr.semana-header td {
  font-weight: 500;
}

.calendar-controls {
  font-weight: 300;
}

.calendar-controls > a {
  position: absolute;
  border: 1px dotted;
  font-size: 26px;
  line-height: 26px;
  width: 42px;
  height: 42px;
  padding: 6px 8px 10px 8px;
  border-radius: 21px;
  top: 0;
  text-decoration: none;
  color: black;
}

.calendar-controls > .prev {
  left: 80px;
}

.calendar-controls > .next {
  right: 42px;
}

/* SINGLE EVENTO */

.scroll-list-item-right {
  text-align: right;
  font-size: 10px;
  min-width: 27%;
}
.scroll-item {
  width: 100%;
  margin: 12px 0 12px 0px;
  border-top: 1px dotted fuchsia;
  padding-top: 12px;
  line-height: 100%
}

#right-list-container .scroll-item {
  border-top: none;
  margin-top: 0;
  padding-top: 0;
}
.scroll-item a {
  color: black;
  text-decoration: none;
  font-style: italic;
}
.scroll-list-item-left {
  flex-grow: 1;
  text-transform: uppercase;
  font-size: 10px;
  letter-spacing: 0.5px;
}

.teaser.calendario-big .teaser-body .bajada {
  text-align: left !important;
  font-size: 14px;
  font-style: normal;
  line-height: 145%;
  margin-top: 20px;
}
.teaser.calendario-big {
  margin-bottom: 50px;
}
.teaser.calendario-big .teaser-header a {
  aspect-ratio: 1.5;
  width: 100%;
  height: auto;
}

#right-list-container {
  overflow-y: scroll;
  max-height: 600px;
  direction: rtl;
  padding-left: 30px;
  scrollbar-color: magenta white;
  border-bottom: 1px dotted magenta
}

#right-list-container > div {
   direction: ltr  
}

.info-sala .direccion {
  text-transform: uppercase;
  font-size: 11px;
  letter-spacing: 0.5px;
}
.evento-content {
  font-size: 16.5px;
  font-weight: 300;
  line-height: 145%;
  width: 760px;
}

/* calendar home */


.calendar-y-scroll-group {
  /*! width: 373px; */
  /* margin-left: -27px; */
}
.calendar-y-scroll-group .scroll-list-container {
  padding: 0 0 0 32px;
  border-bottom: 1px dotted magenta;
}

.ir-al-calendario {
  /*! text-align: right; */
  margin-top: 27px;
  margin-bottom: 1px;
  padding-left: 30px;
}

/* =========================== */
/*     PAGE SOBRE IL POSTO     */
/* =========================== */

.sobre-il-posto-blue {
  display: inline-block;
  width: 136px;
  aspect-ratio: 1.45;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
#sil_1 {
  position: absolute;
  top: 0;
  left: 20%;
}
#sil_2 {
  position: absolute;
  top: -27px;
  right: 16.5%;
  z-index: -1;
}
#sil_left {
  position: absolute;
  left: 0;
  top: 60%;
}
#sil_right {
  position: absolute;
  right: 0;
  top: 40%;
}
#sil_bottom {
  position: absolute;
  bottom: -14px;
  right: 42%;
}
#sobre_il-posto_intro {
  height: 75vh;
}

#texto-intro-coleccion,
#intro-sobre_il-posto {
  line-height: 127%;
  margin: 40px auto 0 auto;
  letter-spacing: 0.4px;
}
#texto-intro-coleccion > div > p,
#intro-sobre_il-posto > p {
  margin-top: 0;
}

#texto-intro-coleccion {
  margin-top: -1px;
}

#sil_inicio {
  float: left;
  margin-top: -25px;
  margin-right: 20px;
  margin-left: -39px;
}
#sil_fin {
  margin-bottom: -74px;
  margin-left: 10px;
}
#seccion-info-il-posto {
  margin-top: 120px;
}

.historia-mision-y-vision {
  font-size: 18.5px;
  line-height: 145%;
  font-weight: 200;
}
.box.box-redondeada {
  padding: 3px 10px 5px;
  border-radius: 20px;
  color: blue;
  line-height: 100%;
  font-size: 14px;
  font-weight: 300;
  border: 1px solid;
  margin: -3px 2px -3px 0px;
  transform: translateY(-2px);
}

.box.box-redondeada.sedes-title {
  margin: 35px 0 23px;
}
.sobre-nosotros-equipo > h2 {
  margin: 30px 0 30px;
  color: blue;
  font-weight: 200;
  font-size: 43px;
}
  
.sobre-nosotros-colaboradores {
  margin-top: 90px;
}
.sobre-nosotros-colaboradores .tight-col > h4 {
  margin-top: 0;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.4px;
}


#link_a_colaboradores {
  display: flex;
  justify-content: end;
  margin-top: 60px;
  flex-grow: 1;
}

.equipo .title,
.equipo .title a {
  color: black;
  text-transform: uppercase;
  font-size: 11px !important;
  text-decoration: none;
  line-height: 131% !important;
  letter-spacing: 0.5px;
  font-weight: 300 !important;
}

.equipo .title.email {
  color: black;
  text-transform: none;
}


/* EQUIPO / COLABORADOR */

.cargo {
  font-size: 13px;
  letter-spacing: 0.45px;
  font-weight: 600;
  text-transform: uppercase;
}


/* ####################################################### */
/*                      T E A S E R S                      */
/* ####################################################### */

.teaser-wrapper {
  display: flex; 
  flex-wrap: wrap;
}

.teaser-wrapper.nowrap {
  flex-wrap: nowrap;
}
.teaser .teaser-header {
  width: 100%;
  display: block;
  /* background-color: #eee; */
  margin-bottom: 8px;
}

.teaser.big-events-home .teaser-header {
  height: auto;
}
.teaser.big-events-home .teaser-header a {
  height: auto;
  aspect-ratio: 1.75
}

.teaser.big-events-home .teaser-body .title,
.teaser.big-events-home .teaser-body .artistas {
  font-size: 16px;
  font-weight: 200;
  line-height: 140%;
}


.teaser.big-events-home .teaser-body .fecha,
.teaser.big-events-home .teaser-body .horario {
  font-size: 16px;
  font-weight: 200 !important;;
  line-height: 140%;
}


.teaser-wrapper.calendario-big .teaser .teaser-header, /* */
.teaser.calendario-big .teaser-header {
  height: auto;
  align-self: flex-start;
}


.teaser-wrapper.medium  .teaser .teaser-header, /* */
.teaser.medium .teaser-header {
  margin-bottom: 8px;
  margin-bottom: 8px;
  aspect-ratio: 1.6;
  height: auto;
}

.teaser-wrapper.medium.artworks .teaser, /* */
.teaser.medium.teaser-artwork {
  display: table;
  margin-bottom: 0;
  border-collapse: collapse;
  align-self: start;
}

.teaser-wrapper.medium.artworks  .teaser .teaser-header, /* */
.teaser.medium.teaser-artwork .teaser-header {
  height: auto;
  /*! width: auto; */
  margin-bottom: 4px;
}

.teaser-wrapper.medium.artworks .teaser .teaser-body , /* */
.teaser.medium.teaser-artwork .teaser-body {
  display: table-caption;
  caption-side: bottom;
}
.teaser-wrapper.medium.artworks  .teaser .teaser-body .body-group_1 .subtitle,
.teaser-wrapper.medium.documentos .teaser .teaser-body .body-group_1 .subtitle, /* */
.teaser.medium.teaser-artwork .teaser-body .body-group_1 .subtitle,
.teaser.medium.teaser-document .teaser-body .body-group_1 .subtitle{
  color: blue;
  font-weight: 300;
  font-style: normal;
  font-size: 11px;
  letter-spacing: 0.5px;
}

.teaser-wrapper.medium.artworks .teaser .teaser-body .body-group_1 .title,
.teaser-wrapper.medium.documentos .teaser .teaser-body .body-group_1 .title, /* */
.teaser.medium.teaser-artwork .teaser-body .body-group_1 .title,
.teaser.medium.teaser-document .teaser-body .body-group_1 .title {
  font-size: 11px;
  color: blue;
  text-transform: uppercase;
  text-decoration: underline;
  letter-spacing: 0.3px;
  font-weight: 300;
}

.teaser-wrapper.medium.documentos.investigacion .teaser .teaser-body .body-group_1 .title {
  color: black;
  font-size: 12px;
}

.teaser-wrapper.medium.artworks .teaser .teaser-header > a > img, /* */
.teaser.medium.teaser-artwork .teaser-header > a > img {
  max-height: 200px;
}

.teaser-wrapper.medium.artworks .teaser .teaser-header > a,  /* */
.teaser.medium.teaser-artwork .teaser-header > a  {
  padding: 0;
  line-height: 0;
  /*! width: auto; */
  /*! display: inline; */
}

.teaser-wrapper.medium.vertical .teaser .teaser-header, /* */
.teaser.medium.vertical .teaser-header {
  height: auto;
  margin-bottom: 10px;
}

.teaser-wrapper.aspect-ratio-1_6 .teaser .teaser-header, /* */
.teaser .teaser-header.aspect-ratio-1_6 {
  width: 100%;
  aspect-ratio: 1.6;
  height: auto;
}

.teaser-wrapper.big .teaser .teaser-header, /* */
.teaser.big .teaser-header {
  height: 400px;
  margin-bottom: 20px;
}

.teaser-wrapper.image_as_background .teaser .teaser-header > a {
  display: block;
  background-repeat: no-repeat;
  background-size: cover;
  background-position-x: center;
  background-position-y: center;
  text-decoration: none; 
}


.teaser .teaser-header > a { /* old */
  width: 100%;
  height: 100%;
  display: block;
  background-repeat: no-repeat;
  background-size: cover;
  background-position-x: center;
  background-position-y: center;
  text-decoration: none;
}

.teaser-wrapper.artworks .teaser .teaser-header > a {
  height: auto; 
}
.teaser .teaser-header > a.with-mask {
  padding: 0;  
}

.teaser .teaser-header > a.with-mask > .mask {
  padding: 8px;
  display: block;
  background: linear-gradient(358deg, rgba(255,255,255,0) 70%, rgba(0,0,0,0.15) 90%, rgba(0,0,0,0.35) 100%);
  height: 100%;
}

.big-events-home.teaser .teaser-header > a.with-mask > .mask {
  padding: 12px;  
}

.teaser-wrapper.image_as_background.vertical .teaser .teaser-header > a {
  width:100%;
  aspect-ratio: 0.7;
  height: auto; 
}
.teaser-wrapper.vertical .teaser .teaser-header > a , /* */
.teaser.vertical .teaser-header > a { 
  width:100%;
  aspect-ratio: 0.7;
  height: auto;
}

.teaser-wrapper.landscape .teaser .teaser-header > a {
  aspect-ratio: 0.75;
  height: auto;
  background-color: rgba(255,255,255, 0.5);
  background-blend-mode: hard-light;
}
.teaser-wrapper.landscape.micro .teaser{
  width: 131px !important;  
  margin-bottom: -2px;
}
.teaser-wrapper.landscape.micro .teaser .teaser-header {
  height: auto;
  margin-bottom: 7px;
}

.teaser-wrapper.vertical.micro .teaser{
  width: 132px !important;  
}
.teaser-wrapper.vertical.micro .teaser .teaser-header{
  height: auto !important;  
}

.teaser-wrapper.documentos .teaser,
.teaser-wrapper.entities .teaser {
  width: 180px !important;
}

.teaser-wrapper.big .teaser .teaser-header > a, /* */
.teaser.big .teaser-header > a {
  padding: 12px;
}

.teaser .teaser-header > a .tag {
  border: 1px dotted;
  margin: 8px;
  display: inline-block;
  color: white;
  padding: 5px 7px;
  text-transform: uppercase;
  font-size: 13px;
  letter-spacing: 0.5px;
  font-weight: 400;
}

#page-exposiciones-exposiciones-pasadas .teaser .teaser-header > a .tag {
  font-size: 11px;
  padding: 4px 5px;
}
#page-exposiciones-exposiciones-pasadas .teaser .teaser-header > a .tag img {
  max-height: 10px;
  margin-right: 2px;
}

.tag img {
  max-height: 12px;
  margin-bottom: -1px;
}

.tag.smalltag {
  font-size: 10px !important;
  padding: 4px 5px !important;
  margin: 8px 0 0 8px;
}
.teaser .teaser-header > a .tag.small-tag {
  font-size: 11px;
}
.teaser-wrapper.big .teaser .teaser-header > a .tag, /* */
.teaser.big .teaser-header > a .tag {
  font-weight: 400 
}

.tag.is_active {
  border-color: transparent !important;;
  /*! color: greenyellow !important; */
}

a .tag-alt,
.teaser .teaser-header > a .tag-alt {
  border: none;
  color: greenyellow;
}

.teaser .teaser-body {
  font-size: 13px;
  font-kerning: normal;
  line-height: 18px;
}

.teaser-wrapper.calendario-detail .teaser .teaser-body, /* */
.teaser.calendario-detail .teaser-body {
  width: 66%;
}

.teaser .teaser-body {
  display: flex;
  gap: 5px;
}

.teaser .teaser-body > * {
  flex-grow: 1;
  align-self: start;
}

.teaser .teaser-body > :last-child {
  /* text-align: right;  */
}

.teaser .teaser-body > * > :first-child {
  margin-top: 0;
}
.teaser .teaser-body .title {
  margin: 0;
  /* margin-top: 10px; */
}

.teaser-wrapper.big .teaser .teaser-body .title, /* */
.teaser.big .teaser-body .title {
  font-size: 30px;
  font-weight: 200;
  margin-bottom: 15px;
  letter-spacing: 0.35px;
  line-height: 110%;
}

.teaser .mini-title {
  color: blue;
  text-transform: uppercase;
  font-size: 9.5px;
  letter-spacing: 0.3px;
  line-height: 120%;
}

.teaser-wrapper.big .teaser .teaser-body .title a, /* */ 
.teaser.big .teaser-body .title a {
  color: inherit;
} 

.teaser-wrapper.big .teaser .teaser-body .subtitle, /* */
.teaser.big .teaser-body .subtitle {
  font-size: 15px;
  font-weight: 200;
  letter-spacing: 0.1px;
}
  
.teaser .teaser-body h2,
.teaser .teaser-body h3,
.teaser .teaser-body h4 {
  font-size: 11px;
  font-weight: 300;
  margin: 0;
}

.teaser-wrapper.mini .teaser .teaser-body .title,
.teaser-wrapper.mini .teaser .teaser-body .bajada, /* */
.teaser.mini .teaser-body .title,
.teaser.mini .teaser-body .bajada {
  letter-spacing: 0.5px;
  text-transform: uppercase;
}

.teaser-wrapper.medium .teaser .teaser-body .title,
.teaser-wrapper.medium .teaser .teaser-body .subtitle, /* */
.teaser.medium .teaser-body .title,
.teaser.medium .teaser-body .subtitle{
  font-size: 12px;
  font-weight: 300;
  margin: 0;
  line-height: 17px;
}

#page-exposiciones-exposiciones-pasadas .teaser-wrapper.medium .teaser-body .title,
#page-exposiciones-exposiciones-pasadas .teaser.medium .teaser-body .title {
  text-transform: uppercase;
  font-size: 12px;
  /*! text-decoration: underline; */
  letter-spacing: 0.5px;
}

.teaser-wrapper.medium.investigacion .teaser .teaser-body .title {
  font-size: 12px;
}

.teaser-wrapper.medium.textos .teaser .teaser-body .title, /* */
.teaser.medium.texto-teaser .teaser-body .title {
  text-transform: uppercase; 
  font-size: 10px;
  letter-spacing: 0.5px;
  line-height: 130%;
  font-weight: 300;
  margin-bottom: 4px;
}

.teaser-wrapper.medium.textos .teaser .teaser-body .title > a, /* */
.teaser.medium.texto-teaser .teaser-body .title > a {
  color:inherit;
}

.teaser-wrapper.medium.vertical .teaser .teaser-body .title, /* */
.teaser.medium.vertical .teaser-body .title {
  font-size: 11px;
  margin-right: 6px;  
}

.teaser-wrapper.medium.vertical.publicaciones .teaser .teaser-body .title, /* */
.teaser.medium.vertical.publicacion-teaser .teaser-body .title {
  text-transform: uppercase;
  font-weight: 300;
  letter-spacing: 0.5px;
  line-height: 150%;
}
.teaser-wrapper.medium.vertical.publicaciones .teaser .teaser-body .title a, /* */
.teaser.medium.vertical.publicacion-teaser .teaser-body .title a {
  text-decoration: underline;
  color: inherit;
}

.teaser-wrapper.medium.vertical.publicaciones .teaser .teaser-body .type, /* */
.teaser.medium.vertical.publicacion-teaser .teaser-body .type {
  text-transform: uppercase;
  font-size: 11px;
  letter-spacing: 0.5px;
  line-height: 150%;
}
.teaser-wrapper.medium.vertical.publicaciones .teaser .teaser-body .body-group_2, /* */
.teaser.medium.vertical.publicacion-teaser .teaser-body .body-group_2 {
  flex-grow:0; 
}

.teaser-wrapper.medium .teaser .teaser-body .subtitle, /* */
.teaser.medium .teaser-body .subtitle{
  font-style: italic;  
  
}

#page-exposiciones-exposiciones-pasadas .teaser-wrapper.medium .teaser .teaser-body .subtitle, /* */
#page-exposiciones-exposiciones-pasadas .teaser.medium .teaser-body .subtitle {
  letter-spacing: 0.5px;
  font-size: 12px;
  margin-top: 2px;
}

.teaser-wrapper.medium .teaser, /* */
.teaser.medium {
  margin-bottom: 30px;
}

.teaser-wrapper.medium.publicaciones .teaser, /* */
.teaser.medium.publicacion-teaser {
  margin-bottom: 0;
}
.related-exposicion .teaser.medium {
  /*! margin-bottom: -10px; */
}
.teaser .teaser-body .bajada {
  font-style: italic;
  margin: 0;
}

.teaser-wrapper.masonry {
  flex-direction: column;
  flex-wrap: wrap; 
  align-content: center;
}

.teaser-wrapper.masonry > .teaser {
  width: 126px;
  margin: 0 12px 0 0;
}

.teaser-wrapper.masonry .teaser .teaser-header {
  height: auto;
}
.pagination {
  margin-top: 60px;
  text-align: right;
  text-transform: uppercase;
  font-size: 11px;
}

#page-publicaciones .pagination {
  text-align: left;
}




.entity-detail-banner-section #tns1-mw {
  margin: 0;
}


.slide-controls .prev,
.slide-controls .next, 
.back-icon, 
.next-icon,
#go-to-content {
  border: 1px dotted;
  padding: 8px 9px 10px 9px;
  border-radius: 24px;
  font-size: 24px;
  line-height: 24px;
  box-sizing: content-box;
  width: 24px;
  text-align: center;
  cursor: pointer;
  height: 24px;
  z-index: 9997;
}

#go-to-content {
  position: absolute;
  left: calc( 75% - 24px );  
  bottom: 40px;
}
#go-to-content.go-to-content-center {
  left: calc( 50% - 24px ); 
}
#go-to-content a {
  color: black;
  text-decoration: none;
}

.back-icon, 
.next-icon {
  display: block;
  text-decoration: none;
  color: black;
}

.breadcrumb.video-breadcrumb .back-icon {
  display: inline-block;
}

#ilp-controls.entity-detail-controls .prev {
  left: -60px;
}

#ilp-controls .next {  
  right: 0;
}

#ilp-controls.entity-detail-controls .next {
  right: -40px;
}

/* */

#header {
  padding: 0;
  margin-bottom: 28px;
}

#fixed-mobile-menu {
  display: none;
}

#header-menu a {
  color: black;
  text-transform: uppercase;
  font-size: 15px;
  letter-spacing: 0.8px;
  font-weight: 100;
  /*! text-shadow: 1px 1px 1px white; */
}

#header-menu .il-submenu {
  list-style: none;
  position: absolute;
  padding: 0;
  /*! min-width: 300px; */
  padding-top: 11px;
  width: 200px;
}

#header-menu .il-submenu > li {
  display: inline-block;
  margin-right: 4px;
  margin-top: 8px;
}

#header-menu .il-submenu > li > a {
  font-size: 11px;
}

#ilposto-logo {
  align-self: center;
  padding-top: 36px;
  padding-bottom: 36px;
}

#ilposto-logo img,
#ilposto-logo-mobile img{
  width: 90px;
  height: auto;
}

#main-menu {
  margin-left: auto;
}

#close-mobile-menu {
  display: none;
}
#search-mobile--menu {
  display: none;
}

#lang-menu a {
  text-transform: lowercase;
  /* font-size: 20px; */
  transform: translate(0px, -5px);
  display: block;
  /* font-weight: 200; */
  /* letter-spacing: 0; */
}


#three-dots li a {
  
  display: block;
}
.horizontal-menu li a.js-active {
  text-decoration: underline;
}

.horizontal-menu {
  list-style: none;
  padding: 0;
  display: flex;
  /*! background: white; */
  margin-top: 36px;
  margin-bottom: 36px;
}

.horizontal-menu > li {
  margin-right: 64px;
}

#lang-menu .horizontal-menu li {
  margin-right: 5px;
}

#three-dots {
  margin-left: 43px;
}

#three-dots .horizontal-menu li {
  margin-right: 0;
}

#three-dots .horizontal-menu li a,
#three-dots-menu .horizontal-menu li a{
  mix-blend-mode: unset;
}


.horizontal-menu > li > a {
   text-decoration: none;
   mix-blend-mode: difference;
   color: white !important;
}

.horizontal-menu li a:hover {
  text-decoration: underline;
}

/* FOOTER */



.footer-menu {
  list-style: none;
  padding: 0;
}
.footer-menu li {
  line-height: 200%;
}


footer img.icon {
  max-width: 12px;
  max-height: 13px;
}



/* NEWSLETTER FOOTER FORM */


.il-news {
  margin: 4rem 0 6rem;
}

.il-news input {
  /*! padding: 5px; */
  font-size: 12px;
  display: block;
  line-height: 22px;
  padding: 0 5px;
  margin-bottom: 14px;
  margin-top: 11px;
}

.il-contform {
  display: flex;
  max-width: 800px;
  justify-content: space-around;
  margin: 0 auto;
  gap: 30px;
  line-height: 200%;
}

.il-contform > * {
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 0%;
}

.il-contform label {
  font-size: 29px;
  line-height: 140%;
  text-align: right;
  font-weight: 200;
  letter-spacing: 0.5px;
}

fieldset {
  border: none;
}

#btn_footer_newsletter {
  border: none;
  border-radius: 0;
  background-color: #7bffbe;
  color: white;
  padding: 5px 10px;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 700;
}


/* ================ */
/*    CA OBRAS      */
/* ================ */

.facet-title {
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.7px;
  margin: 0 0 10px;
}


.box.clear-facet {
  color: red;
  margin: 0 0 8px
}
.box.clear-facet > a{
  color: red;
}
.clear_facet_buttons {
  margin: 0 0 20px;
  text-align: left;
}


.artwork-title-detail {
  font-weight: 200;
  font-size: 42px;
  margin: 0 0 15px;
}

.artwork-metadata-wrapper {
  flex-grow: 1;
  max-height: 75vh;
}
.box.blue {
  color: blue;
  border-color: blue;
}
.box.blue > a{
  color: blue;
  font-weight: 600;
}
.creation_date {
  margin: 0 0 0 5px;
  font-weight: 500;
  font-size: 12px;
  letter-spacing: 0.75px;
}
.metadata {
  margin-top: auto;
  font-size: 12.3px;
  font-weight: 400;
  letter-spacing: 0.5px;
  line-height: 140%;
}

.metadata.metadata-estructurada {
  margin-top: 50px;
  display: flex;
  flex-flow: row wrap;
}

.metadata.metadata-estructurada dd, 
.metadata.metadata-estructurada dt {
  padding-top: 4px;
  padding-bottom: 4px;
}

.metadata.metadata-estructurada dt {
  flex-basis: 25%;
  text-align: right;
  padding-right: 2px;
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 700;
  color: blue;
  letter-spacing: 0.75px;
}

.metadata.metadata-estructurada dd {
  flex-basis: 75%;
  flex-grow: 1;
  padding-left: 25px;
  margin: 0;
  font-size: 11px;
  font-weight: 300;
  letter-spacing: 0.75px;
  padding-right: 50px;
}

.document-detail-display .detail-image-wrapper img {
  max-height: 80vh;
  max-width: 500px;
}

.artwork-bottom-details {
  color: blue;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 11px;
  letter-spacing: 1px;
}

/* ====== PAGINA COLECCIONES ======= */

#main-wrapper-colecciones  .teaser-header {
  margin-bottom: 1px;
}

#colecciones-titulos-wrapper {
  margin-top: 85px;
}

#main-wrapper-colecciones #artistas-coleccion .teaser-header {
  /*! background-color: red; */
}
#main-wrapper-colecciones {
  padding: 48px 30px 70px;
}

#flex-colecciones > * {
  /*! padding: 0 50px; */
}

#artistas-coleccion .teaser-wrapper {
  justify-content: end;
}

#artworks-coleccion .teaser-wrapper {
  /*! justify-content: center; */
  max-height: 860px;
}

#documentos-coleccion .teaser-wrapper {
  /*! justify-content: center; */
  max-height: 900px;
  align-content: baseline;
}

#documentos-coleccion .teaser-wrapper {
  justify-content: start;
}

.teaser-wrapper.image_as_image .teaser {
    /*! max-width: 97px; */
}

.teaser-wrapper.image_as_image .teaser .teaser-header {
  padding: 0;
  background-color: transparent;
}

.teaser-wrapper.image_as_image .teaser .teaser-header > a{
  padding: 0;
  width: auto;
  height: auto;
  display: block;
}

.teaser-wrapper.image_as_image .teaser .teaser-header > a img{
  width: 100%;
}

img.coleccion-filter {
  filter: grayscale(100%) contrast(140%);
}


#flex-colecciones-titulos > div {
  text-align: center;
}
#flex-colecciones-titulos {
  padding: 0 120px 35px;
}
.box.box-titulo {
  font-size: 15px;
  font-weight: 200;
  margin-bottom: 40px;
}
.box.box-titulo:hover{ 
  background-color: blue;
}
.box.box-titulo:hover > a{ 
  color: white;
}

/* ========= AUTOR DETAIL =========== */

.autor-detail-header-foto {
  text-align: right;
}

.autor-detail-header-foto img {
  text-align: right;
  margin-right: 30px;
  max-width: 350px;
}
#autor-header {
  margin: 20px 0 90px;
}
#autor-header .biography {
  font-size: 15.5px;
  line-height: 144%;
  font-weight: 200;
}
.autor-detail-display.flex-row .sticky {
  top: 14px !important;
  margin-top: 10px;
}

.entity-detail-banner-section {
  max-width: calc(100vw - 430px ); 
  /* 430px =   40px (main padding izq) + 200px (width col izq) + 150px (width col derecha) + 40ps (main padding der) */
}

.entity-detail-section,
.detail-section {
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin: 18px 0 30px;
}
.separator-section {
  border: none;
  border-bottom: 1px dotted black;
  
  margin: 0 0 30px 0;
}
.artwork-detail-display {
  margin-bottom: 50px;
}
/* coleccion en home */

.coleccion-en-home {
  /*! padding-right: 90px; */
}

#home_coleccion .teaser{
  flex-basis: 0%; 
  flex-grow: 1;
}
#home_coleccion .teaser .teaser-header {
  height: auto;
  background-color: transparent;
  overflow: hidden;
}

#home_coleccion .teaser .teaser-header a {
  padding: 0;
}
#home_coleccion .teaser .teaser-header a img {
  width: auto;
  max-height: 100%;
}

.coleccion-en-home .teaser .teaser-body {
  font-size: 11px;
  color: blue;
  text-transform: uppercase;
  margin-top: 30px;
}

.coleccion-en-home .teaser .teaser-body .title {
  font-weight: 600
}

.coleccion-en-home .body-group_1 a {
  text-decoration: none;
}
#coleccion-en-home {
  margin-top: 100px;
  margin-bottom: 140px;
}

.columna-coleccion-container {
  width: 300px;
  overflow-y: hidden;
}

#artistas-coleccion {
  display:flex;
  justify-content: end;
}

#artistas-coleccion .teaser .teaser-body{
  margin-top: 5px;
}
#artworks-coleccion {
  display:flex;
  justify-content: center;
}
#documentos-coleccion {
  display:flex;
  justify-content: star
}

/* */

.collections-facets a {
  text-decoration: none;
  color: black;
  font-weight: 400;
  font-size: 12px;
  letter-spacing: 0.1px; 
}

.content_count {
  font-weight: 300;
  font-size: 11px;
  margin-left: 3px;
}


.collections-facets.level-1 > a {
  font-size: 26px;
  color: blue;
  font-weight: 200;
  line-height: 180%;
}

.collections-facets.level-1 > a.current {
  text-decoration: underline;
}
.collections-facets.level-2 > .facet_wrapper{
  margin-top: 3px;
}

.collections-facets.level-2 > a {
   text-transform: uppercase;
   font-weight: 600;
  font-size: 11px;
}

.collections-facets.level-2 {
  padding-left: 25px;
}
.facet_wrapper a.current {
  text-decoration: underline;
  color: blue;
}

/* ==== TEXTO EDITOR BLOQUES ====== */

#texto-content {
  justify-content: space-between;
}

/* === */


.ilposto-galeria-wide-epigrafes {
  position: relative;
}

.ilposto-galeria-wide-epigrafes figure.wp-block-image {
}

.ilposto-galeria-wide-epigrafes figure.wp-block-image figcaption {
  position: absolute; 
  width: 150px;
  margin: 0 !important;
}

.ilposto-galeria-wide-epigrafes figure.wp-block-image:nth-child(1) figcaption {
  top: 0;
  left: -170px;
  text-align: right;
}

.ilposto-galeria-wide-epigrafes figure.wp-block-image:nth-child(2) figcaption {
  bottom: 0;
  left: -170px;
  text-align: right;
}

.ilposto-galeria-wide-epigrafes figure.wp-block-image:nth-child(3) figcaption {
  top: 0;
  right: -170px;
}

.ilposto-galeria-wide-epigrafes figure.wp-block-image:nth-child(4) figcaption {
  bottom: 0;
  right: -170px;
}

/* */


.imagen-on-right-margin {
  position: relative;
  width: 100%;
}

.imagen-on-right-margin > figure {
  position: absolute;
  top: 0;
  right: -320px;
  margin: 0;
}

.imagen-on-right-margin > figure > img {
  max-width: 300px;
}

.imagen-on-right-margin > figure > figcaption{
  max-width: 300px;
  padding-left: 50%;
}

/* */

.il-posto-imagen-desplazada {
  position: relative;
  margin: 35px 0 28px;
}
.il-posto-imagen-desplazada > figure {
 margin: 0;
}
.il-posto-imagen-desplazada > figure > img {
  max-width: 100%;
  transform: translateX(180px);
}

.il-posto-imagen-desplazada > figure > figcaption {
  position: absolute;
  max-width: 160px !important;
  bottom: 0;
  margin-top:  0 !important;
  text-align: right;
}

/* */

.ilposto-galeria-dos-items {
  position: relative;
}
.ilposto-galeria-dos-items figure.wp-block-image > figcaption {
  position: absolute;
  top: 0;
  max-width: 150px !important;
  margin-top: 25% !important;
}
.ilposto-galeria-dos-items figure.wp-block-image:nth-child(1) > figcaption {
  left: -180px;
  text-align: right;
}
.ilposto-galeria-dos-items figure.wp-block-image:nth-child(2) > figcaption {
  right: -180px;
}

/* */

#texto-content .texto-content figcaption {
  max-width: 300px;
  font-size: 13px;
  line-height: 145%;
  color: blue;
  letter-spacing: 0.45px;  
  margin-top: 20px;
}

#texto-content .texto-content blockquote {
  color: blue;
  margin: 30px 0 30px 40px;
  font-size: 17px;
}

#texto-content .texto-content  h4.wp-block-heading,
#texto-content .texto-content  h4.wp-block-heading strong {
  font-weight: 500;
  letter-spacing: 0.45px;
}

/* */