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%;
}
.angle {
  transform: rotate(-135deg) translateY(-2px);
  display: inline-block;
  font-size: 14px;
}
/* main layout related */

img {
     max-width: 100%;
     height: auto;
     opacity: 0;
}
.wp-caption {
    max-width: 100%;
}
.aligncenter {
  text-align: center;
  margin: 0 auto;
  padding: 10px
}
.wp-block-image .wp-caption {
    max-width: 100%;
}
.card {
  background-color: transparent;
}
.card-content > * {
    margin-top: 0 !important;
}
.card-content {
  padding-top: 8px !important;
}
.card-image {
  display: flex;
  /* align-items: center; */
  justify-content: center;
}
.col {
  margin-right: unset !important;
}
.l2 .pinned {
  width: calc(16.6666666667% - 36px);
}
.l1 .pinned {
  width: calc(8.3333333333% - 36px);
}
.collapsible {
  list-style: none;
  padding: 0;
  box-shadow: none;
  border: none;
}
.collapsible-header, .collapsible-body {
  border: none;
}
.collapsible-header:focus {
  background-color: white !important;
}
#single-documento .collapsible-body {
  padding-top: 0 !important;
}
.modal-content {
  padding: 48px !important;
}
.modal-close {
  font-size: 24px !important;
}
.sidenav {
     width: 100%;
     padding-top: 60px;
     padding-right: 45px;
}
.sidenav li {
     list-style-type: none;
}
.sidenav li > a {
     height: 28px;
     line-height: 28px;
}
.sidenav > a {
   padding: 6px 7px 8px 7px;
}
.btn-floating {
  line-height: 55px;
  text-align: center;
  box-shadow: none;
}
.btn-floating:hover {
    opacity: .8 !important;
    box-shadow: none; 
    background-color: inherit; 
}
.fixed-action-btn ul {
  pointer-events: all;
  right: 40px !important;
}
.fixed-action-btn li {
  margin: 0 15px 0 0 !important;
}
/* fin main layout related */

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

/* FILTER STYLES */

.filter-bar {
  height: 100vh;
  min-width: 120px;
}
.filter-bar h4 {
    margin: 0;
    line-height: 100%;
}
.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: 20px;
  max-height: 30vh;
}
.filter-height {
  max-height: 20vh;
}
.filter > span {
}
.scroll {
  overflow-y: auto;
  margin-right: 20px;
}
.blue-scroll {
  scrollbar-color: blue white;
}

/* SLIDER STYLES */

.slider {
  height: auto !important;
}
.slide-controls {
  position: absolute;
  top: 40%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 104%;
  left: -2%;
  pointer-events: none;
}
.slide-controls > [aria-disabled="true"] {
    opacity: 0;
    pointer-events: none;
}

.tns-nav {
  text-align: center;
  width: 100%;
}
.tns-nav > [aria-controls] {
    width: 3px;
    height: 3px;
    padding: 0;
    margin: 0 9px;
    border-radius: 50%;
    background: #ccc;
    border: 0;
}
.tns-nav .tns-nav-active {
  background: black !important;
}
#page-coleccion .portrait img {
    width: 100% !important;
    height: auto;
}
/* OBRAS STYLES */

#page-obras .card-image a, #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, #single-exposicion .slider img {
  height: 70vh !important;
  width: auto;
  max-width: unset;
}
#single-exposicion .slide-controls {
    top: calc(50% - 22px);
    flex-wrap: wrap;
    width: 108%;
    left: -4%;
}
.main-image {
  background-size: cover;
  height: calc(100% + 60px);
  z-index: -1;
}
#single-exposicion .main-image img {
  max-width: unset;
  height: auto;
  min-width: 100%;
  min-height: 100%;
  object-fit: cover;
}
.main-overlay {
  background-color: #000;
  height: calc(100% + 60px);
  z-index: 0;
}
.exposiciones-blend img {
  width: 100%;
  margin: 0;
  padding: 0;
  mix-blend-mode: screen;
  filter: grayscale(100%) contrast(200%);
}

/* PRENSA STYLES  */
#single-prensa .slide-controls {
   top: 200px !important;
}
#single-prensa .slider a {
   text-decoration: underline;
}


/* INVESTIGACIÓN STYLES  */

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

#single-texto .back-image, #single-convocatoria .back-image {
  min-height: 100vh;
  background-repeat: no-repeat;
  top: 0;
  left: 0;
  z-index: -1;
  /* background-size: cover; */
  width: 50%;
  overflow: hidden;
}
#single-texto .back-image img, #single-convocatoria .back-image img {
  height: 100%;
  min-width: 100%;
  max-width: unset;
  object-fit: cover;
  width: auto;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  position: relative;
}
#single-texto .cover, #single-convocatoria .cover {
  min-height: 90vh;
  pointer-events: none;
}
#single-texto blockquote {
  margin: revert;
  border-color: #ff8758;
}
#single-convocatoria .back-image-wrapper {
  top: 0;
  z-index: -1;
  width: 50%;
}
#single-convocatoria .collapsible-header {
  padding: 5px !important;
}
#single-convocatoria #content a, .single-texto #content a {
  color: #ff8758;
}
#single-texto .back-image-wrapper {
  height: 100vh;
  top: 0;
  z-index: -1;
  width: 50%;
}

#single-texto .back-image-wrapper .back-image {
  height: 100vh;
  background-repeat: no-repeat;
  background-size: cover;
  width: 70%;
}
.modern-footnotes-footnote {
  font-weight: 400;
}
.modern-footnotes-footnote__note {
    border: 1px dotted;
    color: black !important;
    padding: 10px;
}
.modern-footnotes-footnote__note--tooltip {
  border-radius: 0px;
  border: 1px solid black;
  color: black;
  font-size: 90%;
  padding: 25px;
  font-weight: 300;
}
#page-eventos #events {
  aspect-ratio: 4 / 1.65;
}
#page-eventos #events .card {
  aspect-ratio: 4 / 1.7;
}
#events {
  overflow-y: auto;
  position: relative;
  width: 100%;
  aspect-ratio: 4 / 2.8;
  scrollbar-color: magenta white;
  /* padding-right: 30px; */
}
#events .card {
  width: 97%;
  aspect-ratio: 4 / 2.8;
  margin-bottom: 0;
}
#events-list {
  overflow-y: auto;
  /* width: 380px; */
  height: 230px;
  scrollbar-color: magenta white;
  padding-right: 10px;
  float: right;
}
#events-list > .flex {
  border-bottom: 1px dotted magenta;
}

/*  ARTISTAS STYLES */
#page-artistas .card-image img, #page-documentos .card-image img {
  width: 100% !important;
  height: auto !important;
  min-width: 100%;
  min-height: 100%;
  object-fit: cover;
}


/* ==================================================================== */
/*                           ESTILOS GENERALES                          */
/* ==================================================================== */

.blue-text {
  color: #0000ff;
}
.black-text {
  color: #000000;
}
.white-text {
  color: #ffffff;
}
.aqua-text {
  color: #8FFCBC;
}
.peach-text {
  color: #ff8758;
}
.magenta-text {
  color: magenta;
}
.blue-txt-hover:hover {
  color: #0000ff;
}
.black-txt-hover:hover {
  color: #000000;
}
.white-txt-hover:hover {
  color: #ffffff;
}
.aqua-txt-hover:hover {
  color: #8FFCBC;
}
.peach-txt-hover:hover {
  color: #ff8758;
}
.blue {
  background: #0000ff;
}
.black {
  background: #000000;
}
.white {
  background: #ffffff;
}
.aqua {
  background: #8FFCBC;
}
.peach {
  background: #ff8758;
}
.blue-hover:hover {
  background: #0000ff;
}
.black-hover:hover {
  background: #000000;
}
.white-hover:hover {
  background: #ffffff;
}
.aqua-hover:hover {
  background: #8FFCBC;
}
.peach-hover:hover {
  background: #ff8758;
}
.blue-border:focus {
  box-shadow: 0 1px 0 0 #0000ff !important;
}
.black-border:focus {
  box-shadow: 0 1px 0 0 #000000 !important;
}
.white-border:focus {
  box-shadow: 0 1px 0 0 #ffffff !important;
}
.aqua-border:focus {
  box-shadow: 0 1px 0 0 #8FFCBC !important;
}
.peach-border:focus {
  box-shadow: 0 1px 0 0 #ff8758 !important;
}
.magenta-border:focus {
  box-shadow: 0 1px 0 0 magenta !important;
}
.material-symbols-rounded {
  font-size: 16px;
  line-height: 12px;
}
.symbol-sub {
  vertical-align: sub;
}
.opacity {
  opacity: .8;
}
.opacity:hover {
  opacity: 1;
  transition: 0.5s ease;
}
.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;
  margin: 0 5px 7px 0;
}
a.box {
  cursor: pointer;
}
.box a,
.box > span {
  text-decoration: none;
  /*! color: black; */
  letter-spacing: 0.7px !important;
}
.redondeada {
    border-style: solid;
    border-radius: 14px;
    padding: 5px 10px 5px;
    line-height: 100%;
    margin: -3px 2px -3px 0px;
    transform: translateY(-2px);
    font-size: 13px;
}
.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, .wp-caption-text {
     font-size: 13px;
}
.plus-small {
  font-size: 11px;
}
.nav-chip {
  border: 1px dotted;
  padding: 6px 7px 8px 7px;
  border-radius: 50% !important;
  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;
  pointer-events: auto;
}
.image-tag {
  width: 100%;
  height: 100%;
  display: block;
  top: 0;
  padding: 8px;
  pointer-events: none;
  
}
.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%;
}

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


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

/* .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;
} */
.has-event {
  border-style: solid;
  font-weight: 300 !important;
}
.sala-de-exhibicion-color {
  color: #b2ff49 !important;
}
.sala-de-investigacion-color {
  color: magenta !important;
}
.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;
}
input.sala-de-exhibicion-color-focus:focus {
  box-shadow: 0 1px 0 0  #b2ff49 !important;
}
input.sala-de-investigacion-color-focus:focus {
  box-shadow: 0 1px 0 0 magenta !important;
}
input.online-color-focus:focus {
  box-shadow: 0 1px 0 0 gray !important;
}
.sala-de-exhibicion-color-border:hover, .sala-de-exhibicion-color-back {
  background-color: #b2ff49 !important;
}
.sala-de-investigacion-color-border:hover, .sala-de-investigacion-color-back {
  background-color: magenta !important;
}
.online-color-border:hover, .online-color-back {
  background-color: gray !important;
}
.online-color-hover-back:hover, .sala-de-investigacion-color-back:hover, .sala-de-exhibicion-color-back:hover {
  background-color: white !important;
}

.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: 9px;
  left: 3px;
  cursor: pointer;
}
.input-field {
  margin-top: 5px;
  margin-bottom: 5px;
}
#buscador {
  position: relative;
  margin: 0 0 10px; 
}
input, span:not(.lever):before, [type=checkbox]:not(.filled-in) + span:not(.lever):after {
  padding-left: 27px !important;
  text-transform: uppercase;
  font-size: 13px !important;
  line-height: 20px;
  /* width: calc(100% - 33px) !important; */
  border: 1px dotted !important;
  height: 30px !important;
  box-sizing: border-box !important;
}
input::placeholder {
  color: black;
  font-weight: 300;
}
button {
  cursor: pointer;
}
.dropdown-content li > a, .dropdown-content li > span {
  font-size: 13px;
  color: black;
  padding: 10px 26px;
}
.select-dropdown li.disabled, .select-dropdown li.disabled > span, .select-dropdown li.optgroup {
  color: black;
}
[type=checkbox]:checked + span:before {
  border-top: 2px solid transparent !important;
  border-left: 2px solid transparent !important;
  border-right: 4px solid #26a69a !important;
  border-bottom: 4px solid #26a69a !important;
  width: 12px !important;
  height: 22px !important;
  padding-left: unset !important;
}

.dropdown-content {
  box-shadow: none;
  border: 1px dotted;
  padding: 0;
}

.dropdown-content li {
  list-style-type: none;
}
.sala-de-exhibicion-color-form [type=checkbox]:checked + span:before {
  border-right: 4px solid #b2ff49 !important;
  border-bottom: 4px solid #b2ff49 !important;
}
.sala-de-investigacion-color-form [type=checkbox]:checked + span:before {
  border-right: 4px solid magenta !important;
  border-bottom: 4px solid magenta !important;
}
.online-color-form [type=checkbox]:checked + span:before {
  border-right: 4px solid gray !important;
  border-bottom: 4px solid gray !important; 
}
.menu-active {
  font-weight: 500 !important;
}
.submenu-active,
.submenu-active > a {
  color: blue !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-publications,
.submenu-active.submenu-item-publications > a,
.submenu-active.submenu-item-publicaciones,
.submenu-active.submenu-item-publicaciones > a,
.submenu-active.submenu-item-texts,
.submenu-active.submenu-item-texts > a,
.submenu-active.submenu-item-textos,
.submenu-active.submenu-item-textos > a,
.submenu-active.submenu-item-calls,
.submenu-active.submenu-item-calls > 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;
} */


/* FRONTPAGE INTRO */

.intro-text {
  letter-spacing: 0.8px;
  line-height: 127%;
  margin: 0;
  margin-top: -30px;
}
.intro-img {
     margin-top:1.4266666667rem;
}

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


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

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

/* FRONT PAGE CALENDAR */

table.calendar td {
  padding: 14px;
  width: 14.29%;
  height: 46px;
  line-height: 23px;
  font-weight: 200;
  font-size: 15px;
  text-align: center;
}
table.calendar td:has(a) {
  padding: 0;
}


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


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

.entity-related {
  max-width: 500px;
  padding-bottom: 120px;
}

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

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


/* SINGLE EXPOSICIONES */




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

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

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




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



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


/* ====================== */
/*       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: #ff8758;
}
.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;
}

.compartir {
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.4px;
  max-width: 141px;
  display: flex;
  gap: 6px;
}


/* ====================== */
/*    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;
  font-size: 16px;
  letter-spacing: 1px;
  position: relative;
  height: 60px;
  line-height: 40px;
}

table.calendar td > a {
  color: inherit;
  text-decoration: none;
  font-size: 15px;
}

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

.calendar-controls {
  font-weight: 300;
  width: 96%;
  height: 50px;
  position: absolute;
  left: 0;
}

.calendar-controls > a {
  position: absolute;
  top: 0;
  color: black;
}

.calendar-controls > .prev {
  left: 0;
}

.calendar-controls > .next {
  right: 0;
}

/* 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%
}


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




/* calendar home */


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

.sobre-il-posto-blue {
  display: inline-block;
  width: 160px;
  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: 10.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: 8%;
}


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

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



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




.pagination {
  margin-top: 60px;
  text-align: right;
  text-transform: uppercase;
  font-size: 11px;
}




/* */

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

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

#header-menu a {
  color: black;
  font-size: 15px;
  letter-spacing: 0.8px;
  /*! 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; */
}
.lang-menu a.active {
  text-decoration: underline;
}

#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;
  float: right;
}

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


/* */

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


@media only screen and (max-width: 600px)  {
  body {
    font-size: 13px;
  }
  .main {
    margin-top: 50px;
  }
  .spacer {
    height: 40px;
  }
  h1 {
    font-size: 5rem;
  }
  #single-exposicion h1 {
       font-size: 4rem;
       overflow-wrap: unset !important;
  }
  h2 {
    font-size: 3rem;
  }
  h3 {
    font-size: 2rem;
  }
  h4 {
    font-size: 1.6rem;
  }
  h5 {
    font-size: 1.3rem;
  }
  h6 {
    font-size: 1.1rem;
  }
  .container {
    width: calc(100% - 12px);
  }
  .row .col {
    padding: 0 6px;
  }
  .intro-text {
     margin-bottom: 40px;
     width: 87% !important;
     margin-top: 30px;
  }
  .intro-img {
      margin-top: 11.426667rem;
  }
  .small {
    font-size: 10px;
  }
  .tns-ovh {
    overflow: unset !important;
  }
  #page-eventos .tns-ovh {
    overflow: hidden !important;
  }
  .box {
    padding: 3px 4px;
  }
  .image-tag {
    padding: 4px;
  }
  .material-symbols-rounded {
       font-size: 12px;
  }
  .image-tag .small {
      font-size: 8px;
  }
  .image-tag.big {
      padding: 12px;
  }
  .nav-chip {
    font-size: 18px;
    line-height: 22px;
    width: 20px;
    height: 20px;
  }
  #page-documentos .filter-wrapper .filter {
       margin-right: 0;
  }
  .creditos {
       padding-left: 50%;
       padding-top: 30px;
      font-size: 13px;
      letter-spacing: 0.5px;
    }
    #events {
         aspect-ratio: 4 / 3.3;
    }
   #events .card {
        aspect-ratio: 4 / 3.2;
        margin-top: 10px;
   }
   
   #page-eventos #events {
            aspect-ratio: 4 / 4.4;
       }
   #page-eventos #events .card {
           aspect-ratio: 4 / 3.6;
           margin-top: 10px;
      }
   #calendar {
        margin: 30px auto;
        width: 80%;
   }
   #calendar-slider-wrapper {
       /* width: 80%;
       max-width: 400px; */
       /* margin: 0 auto; */
       /* float: unset; */
     }
  #tns2-mw, #tns1-ow {
    overflow: hidden !important;
  }
  table.calendar {
    width: 100%;
  }
  table.calendar td.mes-header {
      padding: 15px 40px;
      font-size: 12px;
      letter-spacing: .5px;
  }
  table.calendar td {
    font-size: 12px;
    padding: 8px 0;
  }
  table.calendar td > a {
    font-size: 12px;
    font-weight: 500 !important;
  }
  #home-coleccion .card-image a {
       display: contents;
  }
  .main-image {
    height: 100%;
  }
  .card-image a {
       display: contents !important;
  }
  
  #single-exposicion .slider, #single-exposicion .slider img {
      height: 30vh !important;
  }
  #single-exposicion h4.capitalize {
    margin-bottom: 40px;
  }
  .tns-nav {
    margin-bottom: 40px;
  }
  #page-investigacion .cats .card:last-child {
    display: none;
  }
  #page-investigacion .col > a.box {
      margin-left: 12px;
  }
  .list-convocatorias .scroll {
      padding-right: 0;
  }
  .cal {
    flex-direction: column-reverse;
  }
  .sobre-il-posto-blue {
    width: 90px;
  }
  #sil_1 {
    top:50px;
    left: 30%;
  }
  #sil_2 {
    top:80px;
    right: 0;
  }
  #sil_left {
      left: 0;
      top: 70%;
  }
  #sil_right {
      right: 0;
      top: 380px;
  }
  
  #sil_bottom {
      bottom: 150px;
      right: 25%;
  }
  #sil_inicio {
      margin-top: -25px;
      margin-right: 20px;
  }
  #sil_fin {
      margin-bottom: -44px;
      margin-left: 40px;
  }
}