/* VARIABLES
================================================== */

:root {
  --lh: 110%;
  --fs: 18px;
  --m: 14px;
  --lhf:18px;
  --grid:15px;
  --grey: #E0E0E0;
  --bgrey: #b1b1b2;
  --times: "ABCWalterAlte";
  --pelikan: "ABCPelikan-Regular";
}
.navigation a:hover{
  color: black;
}
.footer-contact a{
  display: contents;
}
.vp-center {
    width: 100%;
    display: block;
    align-items: center;
    justify-content: center;
}
.pdf{
  grid-column: span 2;
  font-family: times;
  font-weight: bold;
  font-size: var(--fs);
  line-height: var(--lh);
}
.ye{
  text-align: right;
}
.cover-video {
  position: relative;
  width: 100%; /* Ocupa todo el ancho disponible */
  height: 0;   /* Comienza con altura 0 */
  padding-bottom: 56.25%; /* Esto asegura que el video sea 16:9 (100 * 9 / 16 = 56.25%) */
  overflow: hidden;
}
.time-bar-container {
  width: 100%;
  background: #ccc;
  height: 4px;
  margin-top: 8px;
}
.custom-arrows{
  position: absolute;
  bottom:0px;
  width: 100%;
  z-index: 100;
  padding: 10px 0px;
  background: white;
  display: flex;
  justify-content: space-between;
}
.video-controls {
  grid-column: span 9;
  width: 100%;
  width: 100%;
  background: white;
  padding: 0px 0px 0px 0px;
  grid-gap: 10px;
  display: flex;
  position: relative;
  margin-bottom: 0px;
}


.cover-video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
  display: block;
}
.cover-video {
  grid-column: span 9;
}
.press-section .block{
  margin-top: 20px;
  grid-gap: 10px;
  font-weight: 100!important;

}
strong{
  font-weight: 100!important;
}
.pdf a:hover{
  color: grey;
}

.next{
   cursor: e-resize; /* Flecha derecha */
  position: absolute;
  right: 0px;
  top: 0px;
  height: 100%;
  width: 50%;

}
.prev{
      cursor: w-resize; /* Flecha izquierda */
  position: absolute;
  left: 0px;
  top: 0px;
  height: 100%;
  width: 50%;
}
.mb{
  display: none;
}
.form-about{
  grid-column: span 3;

}
.form-about form {
  display: grid;
  row-gap:10px;

}
.form-about input {
  width: 66%;
    font-family: var(--pelikan);
    font-size: var(--m);
    line-height: var(--lhf);
    padding-bottom: 10px;
    border-bottom: 1px solid var(--grey);
}
.form-about .sub {
    text-align: left;
    padding-top: 15px;
}
.extra, .ver-mas{
  display: none;
}
.place-holder{
  width: 100vw;
  padding: 0;
  z-index: 120000;
  position: fixed;
  top: 0px;
  left: 0px;
  height: var(--h);
  background-color: white;
  display: flex;
  justify-content: center;
  align-items: center;
}
.place-holder .logo{
  width: 380px;
}

.place-holder img{
    transition: opacity 0.5s ease;
    opacity: 0;
}
.place-holder img.active{
  transition: opacity 0.5s ease;
    opacity: 1;
}
/* FONT FACE
  ================================================== */
@font-face {
  font-family: "ABCPelikan-Regular";
  src: url("../fonts/ABCPelikan-Regular.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
}
.info-box.active .artists {
  width: fit-content;
}
::-webkit-scrollbar {
	display: none;
}
.back{
text-transform: capitalize;
}
.back:hover{
  color:var(--grey);
}
/* MENU
  ================================================== */
.main {
    transition: opacity 0.5s ease;
  opacity: 0;
    /* min-height:calc(var(--h) - 120px); */
      grid-gap: 15px;
  padding: 0px 15px;
  display: grid;
  grid-template-columns: repeat(12, 1fr);
}
.details-artwork{
  color: var(--grey);
  padding-left: 30px;
  display: none;
  position: relative;
  bottom: auto;
}
.navigation.on{
  display: block!important;
}
.details-artwork.active{
  display: block;
}
.main.active{
  transition: opacity 0.5s ease;
    opacity: 1;
}
.newsletter-consent{
  font-family: times;
    font-weight: bold;
  font-weight: bold;
  line-height: var(--lhf);
    font-size: var(--fs);
}
.sub{
  font-family: times;
    font-weight: bold;
  font-weight: bold;
  line-height: var(--lhf);
    font-size: var(--fs);
}
.info-exhibition {
          z-index: 11;
grid-column: span 4;
font-family: times;
  font-weight: bold;
font-weight: bold;
position: sticky;
top: 65px;
height: fit-content;
}
.artwork-ti{
  color: black!important;
}
.artist a:hover{
  color: var(--grey);
}
.image-content.full {
  row-gap:0px;}

  .info-box.active .artists {
    position: relative;
    display: block;
    font-family: var(--pelikan);
  line-height: var(--lhf);
    font-size: var(--m);
    grid-gap: 0px;
    margin-top: 0px;
    grid-template-columns: repeat(1, 1fr);
}

.exhibtion-information{
      grid-column: span 7;
      display: grid;
      row-gap:5px;
}
.exhibtion-information p{
    padding-bottom: 10px;
}
.exhibtion-information{
      grid-column: span 7;
}
.scrolling-exhibtion{
    grid-template-columns: repeat(9, 1fr);
  grid-column: 5/ span 8;
  font-size: var(--m);
  font-family: var(--pelikan);
line-height: var(--lhf);
  display: grid;
  grid-gap:15px;
}
.navigation{
  text-indent: 0px;
}
.mu a:first-child{
  color:black;
}
.navigation > a{
  color:var(--grey);
}
.navigation > a.active{
  color:black;
}
.popup {
  display: none;
  order: -1;
  grid-column: span 9;
  position: sticky;
  top: 50px;
  left: auto;
  width: 100%;
  background-color: white;
  height: calc(var(--h) - 50px);
}
.exhibtion-gallery{
    grid-column: span 9;
  font-size: var(--m);
  font-family: var(--pelikan);
line-height: var(--lhf);
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 15px;
}
.related-exhibitions{
  grid-column: span 9;
  display: grid;
  row-gap:15px;
}
.header {
  background-color: white;
  top: 0px;
  padding: 10px 0px;
  line-height: 14.5px;
  grid-column: span 12;
  height: 50px;
  z-index: 10;
  display: flex;
  justify-content: end;
  box-sizing: border-box;
  position: sticky;
  border-bottom: 1px solid black;
}
.navegation{
  position: sticky;
  top: 0px;
  z-index: 12000;
    font-weight: bold;
  grid-column: span 12;
}
.gm {
  top: 50%;
  transform: translate(-50%, -50%);
  left: 50%;
  position: absolute;
  justify-content: center;
}
.nav-bar {
    width: calc(100% - 30px);
    top: 50px;
    display: none;
    position: fixed;
    padding-top: 0px;
    grid-column: span 12;
    gap: 10px;
}

.nav-bar li a {
  height: 100%;
  align-items: center;
  display: flex;
  width: 100%;
  color: var(--grey);

  text-transform: uppercase;
}

.nav-bar li a.active {
  color: black;
}

.nav-bar li a:hover {
  color: var(--grey);
}
.nav-bar li a:hover {
  color: black;
}
.info-box.active {
    min-height: calc(var(--h) - 163px);
    grid-column: span 3;
}
.nav-bar li {
  background-color: white;
  align-items: center;
  border-bottom: 1px solid black;
  height: 50px;
  display: flex;
}
.thu{
  text-transform: uppercase;
}
.nav-bar.active {
  display: grid;
}

.logo {
  justify-content: center;
  align-self: center;
  display: flex;
  grid-gap: 20px;

}

.header > div {
  text-align: center;
}

.info-box {
  grid-column: span 12;
}

.page-title {

}
.page-title .thumbs{
    text-transform: uppercase;
}
.in{
  text-indent: 20px;
}
.page-title {
  position: absolute;
  left: 0px;
  justify-content: center;
  align-self: center;
}

.state-title {
  text-transform: uppercase;
  grid-column: 1 / span 1;
  font-family: times new roman;
    font-weight: bold;
  font-size: var(--fs);
  line-height: var(--lh);
}
img{
  display: block;
  line-height: normal;
}
a {
    display: block;
}
span.thumbs {
  color: var(--grey);
  cursor: pointer;
}

/* RESIDENCES
  ================================================== */
.residences {
  margin-top: 0px;
  grid-gap: 15px;
  display: grid;
  grid-column: span 12;
  grid-template-columns: repeat(12, 1fr);
}

.residence-text {
  grid-column: 3 / span 9;
  font-family: var(--pelikan);
  font-size: var(--m);
line-height: var(--lhf);
}

.residence-image {
    grid-column: span 6;
}
.section{
 grid-column: 1/span 3;
}
/* ABOUT
  ================================================== */
  .about {
    margin-top: 0ppx;
    grid-gap: 15px;
    display: grid;
    grid-column: span 12;
    grid-template-columns: repeat(12, 1fr);
  }

    .contact{
      margin-top: 60px;
      display: grid;
      row-gap:60px;
      column-gap: 15px;
      grid-column: span 12;
      grid-template-columns: repeat(12, 1fr);
      font-family: var(--pelikan);
  line-height: var(--lhf);
      font-size: var(--m);
    }
  .custom-field-1 {
      grid-gap: 15px;
      display: grid;
      grid-template-columns: repeat(3, 1fr);
  }
  .custom-repeater-entry {
    grid-gap: 15px;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-column: span 12;
  }
  .custom-field-1 {
    grid-gap: 15px;
    grid-column: span 3;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
  }
.full{
  display: grid;
  row-gap:15px;
}
  .text-content {
    display: grid;
        row-gap: 15px;
    grid-column: 4/ span 8;
    font-family: var(--pelikan);
    font-size: var(--m);
  line-height: var(--lhf);
  }

  .image-content {
      grid-column: span 6;
  }
  .image-content.mid{
  grid-column: span 6;
  }

  .image-content.full{
      grid-column: span 12;
  }

.image-content.center {
    grid-column: 4 / span 6;
}

/* ARTISTS
  ================================================== */

.artists {
  display: grid;
  font-family: var(--pelikan);
line-height: var(--lhf);
    font-size: var(--m);
  grid-gap: 15px;
  margin-top: 0px;
  grid-template-columns: repeat(4, 1fr);
}
.artists-related {
  grid-column: span 12;
}
.title{
  padding: 10px 0px 0px 0px;
  font-family: var(--pelikan);
line-height: var(--lhf);
  font-size: var(--m);
}
.info-box.active {
    grid-column: span 3;
}

.info-box.active img.artist-cover {
    position: fixed;
    pointer-events: none;
    width: 400px;
    opacity: 0;
    right: 15px;
    top: 65px;
}
.info-box.active img.artist-cover.wide{
    position: fixed;
    pointer-events: none;
    width: 600px;
    opacity: 0;
    right: 15px;
    top: 65px;
}
.info-box.active .title {
  padding: 0px;
}
div#press {
    grid-column: span 9;
}
#press .block {
    grid-column: span 2;
    grid-template-columns: repeat(4, 1fr);
    display: grid;
}
.info-box.active .artist:hover img.artist-cover{
      opacity: 1;
      z-index: -1;
}
/* EXHIBITIONS
  ================================================== */
  .inquire{
    margin-top: 10px;
    width: fit-content;
    cursor: pointer;
  }
    .contact-form {
      display: none;
    }
  .contact-form input{
    padding: 10px 0px;
border-bottom: 1px solid var(--grey) !important;
width: 100%;
font-family: var(--pelikan);
font-size: var(--m);
line-height: var(--lhf);
border: 0px;
}
 input:focus,
 textarea:focus {
    outline: none;
    box-shadow: none;
    border-color: inherit;
}

.intro{
  height: calc(var(--h) - 60px);
}
.nav-bar {
  padding-top: 0px;
}
span.thumbs:hover{
  color:black;
}
.exhibitions{
  grid-gap:15px;
  grid-column: span 12;
  display: grid;
  grid-template-columns: repeat(4 , 1fr);
}
.mu{

  grid-column: span 4;
    margin-top: 0px;
    font-size: 14px;
    grid-gap:15px;
line-height: var(--lhf);
    font-family: var(--pelikan);
    display: grid;
    grid-template-columns: repeat(4 , 1fr);
}
.exhibitions.active .mu .state-title{
 color: var(--grey);
}

.exhibitions.active .mu .state-title.active{
 color: black;
}

/* .state-title:first-child{
    color: black;
} */
.exhibition-gallery{
  display: grid;
  grid-column: span 9;
      grid-gap:15px;
  grid-template-columns: repeat(3 , 1fr);
}
#swiper-popup{
background-color: white;
    padding: 15px 15px 0px 0px;
    display: block;
    position: fixed;
    top: 50px;
    right: 0px;
    overflow: hidden;
    width: 66%;
    height: calc(var(--h) - 50px);
    z-index: 9999;
}
#swiper-popup .swiper-slide{
  position: relative;
  background-color: white;
height: calc(var(--h) - 50px);
padding-bottom: 15px;
padding-top: 55px;
}

 #swiper-popup .swiper-slide img{
  width: 100%!important;
object-fit: contain;
height: 100%!important;
padding-bottom: 15px;
}
.box-title{
      font-size: var(--m);
line-height: var(--lhf);
  font-family: var(--pelikan);
}
.exhibitions.active{
  height: fit-content;
  position: sticky;
  top: 65px;
  grid-column: span 3;
  grid-gap: 10px;
  grid-template-columns: repeat(1, 1fr);
}
 .scrolling-exhibitions.active {
  display: grid;
}
.scrolling-exhibitions {
    grid-column: 5 / -1;
    display: none;
    row-gap:15px;
}
.exhibitions.active .mu {
    grid-column: span 1;
    margin-top: 0px;
    font-size: var(--m);
    grid-gap: 0px;
line-height: var(--lhf);
    font-family: var(--pelikan);
    display: grid;
    grid-template-columns: repeat(1, 1fr);
}
.exhibitions.active a {
    color: var(--grey);
}
.exhibitions.active a.active {
    color: black;
}
.mu.Past{

}
.mu.Past img{

}
.mu.fyure img{

}
section.press-section .block{
    display: grid;
    grid-template-columns: repeat(4, 1fr);
}
section.press-section {
    grid-column: span 9;
}
em{
  font-style: normal;
    font-family: times;
  font-weight: bold!important;
font-size: var(--lhf)!important;
}
main.legal-content {
  grid-column: 3 / span 8;
  max-width: 700px;
  margin: 0 auto;
}
.title-legal{
  text-transform: uppercase;
  font-family: times;
    font-weight: bold;
  font-size: var(--lhf);
  margin-bottom: 10px;
}
.legal-content strong{
  font-family: times;
    font-weight: bold!important;
  font-size: var(--lhf)!important;
  text-transform: uppercase;
}
.indent{
  text-indent: 0px;
}
.exhibitions.active .title span:first-child{
  padding-left: 30px;
}

.exhibitions .indent{
  display: none;
}
.exhibitions .date{
  display: none;
}
.exhibitions.active .date{
  display: inline;
}

.exhibitions.active .indent{

    display: inline;
}
.exhibitions .title:hover{
color: black;
}
.exhibitions.active img{
  display: none;

}
.highlight {
    color: #ff6347; /* Highlight color */
    font-weight: bold;
    text-decoration: underline;
}
.state-title:first-child{
  margin-top: 0px;
}
.state-title{
  margin-top: 0px;
}
.exhibitions.active .title {
    padding: 0px 0px 0px 0px;
    font-family: var(--pelikan);
line-height: var(--lhf);
    font-size: var(--m);
}


.intro.two-exhibitions {
  grid-column: span 12;
  display: grid;
  font-family: var(--pelikan);
line-height: var(--lhf);
  font-size: var(--m);
  grid-gap: 15px;
  grid-template-columns: repeat(2, 1fr);
}

.intro.single-exhibition {
  grid-column: span 12;
  display: grid;
  font-family: var(--pelikan);
line-height: var(--lhf);
  font-size: var(--m);
  grid-template-columns: repeat(1, 1fr);
}
.artwork-title{
  padding-top: 10px;
}
.button {
    margin: 0 auto;
    width: fit-content;
}
.logo{
}
.logo:hover{
  color:var(--grey);
}
.button:hover{
  color:var(--grey);
}
input{
  font-family: var(--pelikan);
  font-size: var(--m);
line-height: var(--lhf);
  border: 0px;
  border-bottom: 0px;
}
.cover {
  width: auto;
  height: calc(var(--h) - 120px);
  overflow: hidden;
}
.newsletter-form input:focus,
.newsletter-form button:focus {
    outline: none;
    box-shadow: none;
}
.cover img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.cover-exhibition{
  grid-column: span 9;
}
.cover-artist{
  grid-column: span 3;
}
/* MAIN
  ================================================== */
::selection {
  background-color: transparent;
}

html {
  font-family: times new roman;

}

* {
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
}

img {
  width: 100%;
}

a:hover {
  cursor: pointer;
}

body {
  background-color: white;
  font-size: 18px;
  line-height: var(--lh);
  width: 100%;
  opacity: 1;
  height: 100%;
  display: flex !important;
  flex-direction: column;
  min-height: var(--h);
  margin: 0;
  color: black;
  counter-reset: sec section;
  display: none;
  font-variant-ligatures: discretionary-ligatures;
  -webkit-text-size-adjust: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-smoothing: antialiased;
  letter-spacing: 0.2px;
  transition: opacity 0.5s ease;
}

li {
  list-style: none;
}

a {
  color: currentColor;
  text-decoration: none;
}

button {
  font: inherit;
  background: none;
  border: 0;
  color: currentColor;
  cursor: pointer;
}

a.category-link {
  transition: 0.5s;
}
.intro video{
  height: 100%;
  width: 100%;
  object-fit: cover;
}
video {
  display: block;
    width: 100%;
}
.box-title {
}
.caption{
  font-family: var(--pelikan);
line-height: var(--lhf);
  font-size: var(--m);
  padding-top: 10px;
}

.sub{
  padding-top: 15px;
}
.newsletter-consent {
    display: flex;
    align-items: center;
    gap: 10px;
        margin-top: 10px;
}

.newsletter-consent input[type="checkbox"] {
    display: none; /* Ocultamos el checkbox nativo */
}

.newsletter-consent label {
  padding-left: 27px;
    position: relative;
    cursor: pointer;
    padding-top: 10px;
}
.contact-form form{
    margin-top: 15px;
    border-top: 1px solid var(--grey);
}

/* Estilo del círculo */
.newsletter-consent label::before {
    content: '( )';
    letter-spacing: 3px;
    position: absolute;
    left: 0;
    top: 70%;
    transform: translateY(-70%);
    width: auto;
    height: auto;
    /* border: 1px solid var(--grey); */
    /* border-radius: 50%; /* Hace que sea un círculo */ */
    /* background-color: #fff; /* Fondo blanco */ */
    /* transition: background-color 0.3s ease; /* Transición para el cambio de color */ */
}

/* Cambia a negro cuando está seleccionado */
.newsletter-consent input[type="checkbox"]:checked + label::before {
  content: '(◦)';
    letter-spacing: 0px;
}

/* SCREEN-SAVER
  ================================================== */
.screen-saver {
  display: none !important;
  position: fixed;
  top: 0px;
  background-color: white;
  left: 0px;
  height: var(--h);
  width: 100vw;
  justify-content: center;
  align-items: center;
  font-size: 50px;
  line-height: 50px;
  grid-gap: 50px;
  z-index: 10;
}

.screen-saver.active {
}
.mob{
  display: none;
}
.infos{
  font-family: times;
    font-weight: bold;
    color: var(--grey);
  font-size: var(--l);
  padding: 15px 0px;
}
#close-swiper{font-family: times;
  font-weight: bold;
  text-align: right;
  color: var(--grey);
font-size: var(--lhf);
}
#close-swiper a:hover{
  cursor: pointer;
  color: black;
  display: block;
}
.infos span{

}
footer {
  opacity: 0;
  font-family: var(--pelikan);
line-height: var(--lhf);
  font-size: var(--m);
  padding: 15px;
  padding-top: 15px;
  margin-top: auto;
}
footer.on{
    opacity: 1;
}
footer.off{
  opacity: 0;
}
.newsletter-form {
  margin: 0 auto;
  width: fit-content;
  text-align: left;
}
.grid-footer {
  text-align: center;
  padding: 15px 0px;
  border-top: 1px solid black;
  border-bottom: 0px solid black;
  margin-top: auto;
  display: grid;
  grid-gap: 10px;
  padding-bottom: 0px!important;
  grid-template-columns: repeat(5, 1fr);
}

footer .credits {
  grid-column: 4 / span 4;
}
@media only screen and (max-width: 1200px) {
  .mu {
    grid-template-columns: repeat(3, 1fr);
}
  .grid-footer {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media only screen and (max-width: 900px) {
  .header {
    grid-column: span 12;
  }
  .grid-footer {
    grid-template-columns: repeat(2, 1fr);
  }
  .artists {
    grid-template-columns: repeat(2, 1fr);
  }
  .state-title {
    grid-column: 1 / span 2;
}
.mu {
  grid-template-columns: repeat(2, 1fr);
}
.state-title.section {
    grid-column: 1 / span 4;
}
}
@media only screen and (max-width: 780px) {
  :root {
    --lh: 140%;
    --fs: 18px;
    --m: 14px;
    --lhf:18px;
    --grey: #E0E0E0;
    --bgrey: #b1b1b2;
    --times: "ABCWalterAlte";
    --pelikan: "ABCPelikan-Regular";
  }
  .exhibitions {
      align-items: baseline;
      min-height: 100vh;}
.extra{
  display: grid;
  row-gap:10px;
  margin-bottom: 10px;
}
  .info-box.active .artists {
        width: fit-content;
      display: grid;
      font-family: var(--pelikan);
    line-height: var(--lhf);
    font-size: var(--m);
      grid-gap: 0px;
      margin-top: 0px;
      grid-template-columns: repeat(1, 1fr);
  }

  .header {z-index: 12;
    grid-column: span 12;
  }
  .nav-bar li {
      border-top: 1px solid black;
      border-bottom: 0px solid black;
  }
  .mob{
    display: block!important;
  }
  .page-title{
    display: none;
  }
  footer {
    z-index: 0;
    margin-bottom: 58px;
    border-bottom: 0px;
}
.grid-footer{
  row-gap:0px;
  padding: 0px;
      border-bottom: 0px;
}
button {

    text-align: right;
}
.state-title.section {
    grid-column: 1 / -1;
}
.ver-mas{
  position: absolute;
  top: 15px;
  right: 0px;
}
ul.exhibition {
    grid-column: span 2;
    position: relative;
}
.grid-footer > div{
  padding: 10px 0px;
  text-align: center;
  border-bottom: 1px solid var(--grey)
}
.grid-footer > div:last-child{
  border-bottom: 0px solid var(--grey)
}
.footer-time, .footer-address, .newsletter-form {
    text-align: left;
}
.newsletter-form {
    text-align: left!important;
}
.info-exhibition {
  background-color: white;
  border-bottom: 1px solid black;
  padding: 15px 0px;
  grid-column: span 12;
  top: 50px;
  width: calc(100vw - 30px);
  position: fixed;
  line-height: 120%;
}


.scrolling-exhibtion {
    margin-top: 50px;
    grid-template-columns: repeat(9, 1fr);
    grid-column: span 12;
}
.exhibtion-information {
    grid-column: span 9;
}
.exhibtion-gallery {
    grid-template-columns: repeat(2, 1fr);
}
  .menu-open {
    display: grid;
      padding: 15px;
      width: calc(100vw - 30px);
      bottom: 0px;
      left: 15px;
      position: fixed;
      background-color: white;
      border-top: 1px solid black;
  }
  .nav-bar {
    top: auto;
    width: calc(100% - 30px);
    bottom: 59px;
    display: none;
    position: fixed;
    padding-top: 0px;
    grid-column: span 12;
    gap: 10px;

}
  .grid-footer {
    grid-template-columns: repeat(1, 1fr);
    text-align: center;
  }
  .text-content {
    grid-column: 1 / -1;
}
.custom-field-1 {
    grid-template-columns: repeat(1, 1fr);
}
.intro{
}
.intro.two-exhibitions .cover {
  width: auto;
  height:auto;
  overflow: auto;
}

.image-content.mid {
    grid-column: span 12;
}
.intro.two-exhibitions {
    grid-column: span 12;
    display: grid;
    font-family: var(--pelikan);
line-height: var(--lhf);
    font-size: var(--m);
    grid-gap: 15px;
    grid-template-columns: repeat(1, 1fr);
}
.mu {

    grid-template-columns: repeat(2, 1fr);
}
.exhibitions.active {
    grid-column: span 12;
    grid-template-columns: repeat(1, 1fr);
}
.info-box.active {
    grid-column: span 12;
}
.scrolling-exhibitions.active {
  display: none;
}
.image-content.center {
    grid-column: span 12;
}
.info-box.active .artist:hover img.artist-cover{
      opacity: 0;
      z-index: -1;
}
.info-box.active .artists {
    position: relative;
    display: block;
    font-family: var(--pelikan);
}
.exhibitions.active {
  display: grid;
grid-auto-rows: min-content;
row-gap: 15px;
min-height: calc(var(--h) - 120px);
}

.custom-repeater-entry{
  grid-gap:0px;
}
.infos, .navigation{
  display: none;
}
.exhibitions {
    row-gap: 30px;
}
.inquire{
  display: none;
}

.exhibitions.active .yes{
  position: absolute;
  width: 100%;
  display: block;
  height: 100%;
}
.exhibitions.active a {
    color: black;
}
.inquire {
    z-index: 100;
    bottom: 22px;
    right: 15px;
    position: fixed;
}
.ver-mas{
  display: block;
}
.footer button {
    float: right;
}.mb{
  display: block;
}
.yes{
  position: relative;
  width: auto;
  display: grid;
  height: auto;
}
.cover {
  width: auto;
  height: auto;
  overflow: hidden;
}

.single-exhibition .cover {
    width: auto;
    height: calc(var(--h) - 215px);
    overflow: hidden;
}
#swiper-popup {
    background-color: white;
    padding: 15px 15px 15px 15px;
    display: block;
    position: fixed;
    top: 102px;
    right: 0px;
    overflow: hidden;
    width: 100%;
        height: calc(var(--h) - 161px);
    z-index: 10;
}
#swiper-popup .swiper-slide {
    position: relative;
    background-color: white;
    height: calc(var(--h) - 286px);
    padding-bottom: 15px;
    padding-top: 55px;
}
.exhibition-gallery {
    display: grid;
    grid-column: span 9;
    grid-gap: 15px;
    grid-template-columns: repeat(2, 1fr);
}
.form-about input {
    width: 100%;
    font-family: var(--pelikan);
    font-size: var(--m);
    line-height: var(--lhf);
    padding-bottom: 10px;
    border-bottom: 1px solid var(--grey);
}
.exhibitions.active .mu .state-title {
    color: black;
}
.pdf{
  grid-column: span 4;
}
.custom-field-1 {
    grid-column: span 4;
}
.newsletter-form {
    margin: 0px;
    width: 100%;
    text-align: left;
}

.prev, .next{
  display: none;
}

span.none{
  display: none;
}
.info-box.active {
    min-height: calc(var(--h) - 153px);
    grid-column: span 7;
}
.details-artwork {
    bottom: 77px;
    position: fixed;
    color: var(--grey);
    padding-left: 0px;
    display: none;
}
main.legal-content.active {
    grid-column: span 12;
}
}
@media only screen and (max-width: 380px) {
  .place-holder .logo{
    width: 240px;
  }
  .exhibtion-gallery {
      grid-template-columns: repeat(1, 1fr);
  }
}
