:root {
  --white: #fbfbfb;
  --black: black;
  --gainsboro: #e2e2e2;
  --dim-grey: #747474;
  --royal-blue: #1a66ff;
  --red: red;
}

body {
  background-color: var(--white);
  color: var(--black);
  flex-direction: column;
  font-family: Maison, sans-serif;
  font-size: .9em;
  font-weight: 400;
  line-height: 1.3em;
  display: flex;
}

h6 {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 12px;
  font-weight: 300;
  line-height: 18px;
}

p {
  max-width: 750px;
  margin-bottom: 10px;
  font-size: 1.2em;
  line-height: 1.5em;
}

a {
  color: var(--black);
  text-decoration: underline;
}

.div-block {
  color: #ff3434;
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: flex;
}

.navbar {
  background-color: var(--white);
  width: 100%;
  height: 55px;
  padding-top: 16px;
  padding-left: 6px;
  padding-right: 20px;
  position: fixed;
  inset: 0% 0% auto;
}

.navlink {
  float: left;
  border: 1px solid var(--gainsboro);
  background-color: var(--white);
  text-align: center;
  text-transform: uppercase;
  border-radius: 20px;
  margin-right: 5px;
  padding: 7px 13px 3px;
  font-size: 1em;
  line-height: 1em;
  text-decoration: none;
  transition: all .3s;
}

.navlink:hover {
  border-color: var(--black);
}

.navlink:active {
  background-color: #eee;
}

.navlink:focus, .navlink:focus-visible, .navlink[data-wf-focus-visible] {
  border-color: var(--black);
}

.navlink.w--current {
  border-color: var(--black);
  color: var(--black);
}

.navlink.home-butt {
  border-color: var(--gainsboro);
  font-weight: 600;
}

.navlink.home-butt:hover {
  border-color: var(--black);
  background-color: var(--black);
  color: var(--white);
}

.navlink.home-butt:active {
  background-color: #464646;
}

.navlink.home-butt:focus, .navlink.home-butt:focus-visible, .navlink.home-butt[data-wf-focus-visible] {
  border-color: var(--black);
}

.navlink.home-butt.w--current {
  border-color: var(--black);
  background-color: var(--black);
  color: var(--white);
}

.navmenu {
  float: left;
  background-color: #0000;
}

.status-container {
  float: right;
  opacity: .5;
  text-transform: uppercase;
  margin-top: 8px;
  font-size: 12px;
  line-height: 11px;
}

.all-container {
  width: 100vw;
  max-width: 1800px;
  height: auto;
  margin-bottom: 60px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 55px;
  padding-left: 20px;
  padding-right: 20px;
}

.all-container.inexhb {
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.all-container.home {
  margin-bottom: 0;
}

.all-container._w-second {
  padding-top: 91px;
}

.footer-section {
  opacity: 1;
  color: var(--white);
  background-color: #111;
  width: 100vw;
}

.footer-first {
  opacity: .7;
  padding-top: 30px;
  padding-bottom: 20px;
  transition: opacity .45s;
}

.footer-first:hover {
  opacity: 1;
}

.newsletter-form {
  float: left;
}

.footer-info-container {
  float: left;
  clear: both;
  margin-bottom: 10px;
}

.footer-adress {
  float: left;
  align-items: flex-start;
  margin-bottom: 10px;
  display: flex;
}

.small-button {
  float: right;
  border: 1px solid var(--white);
  color: var(--white);
  border-radius: 20px;
  margin-left: 6px;
  padding: 4px 5px 3px;
  font-size: 12px;
  line-height: 10px;
  text-decoration: none;
}

.small-button:hover {
  background-color: var(--white);
  color: var(--black);
}

.text-block {
  float: right;
}

.footer-container {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}

.footer-redes {
  flex-direction: row;
  justify-content: flex-end;
  display: flex;
}

.button {
  float: left;
  border: 1px solid var(--white);
  color: var(--white);
  text-transform: uppercase;
  border-radius: 100vw;
  margin-left: 0;
  margin-right: 5px;
  padding: 4px 10px 2px;
  font-size: .8em;
  line-height: 1em;
  text-decoration: none;
}

.button:hover {
  background-color: var(--white);
  color: var(--black);
}

.button:active {
  background-color: #d8d8d8;
}

.button:focus {
  background-color: var(--white);
  color: var(--black);
}

.text-block-2 {
  text-transform: uppercase;
  border-radius: 100vw;
  padding: 3px 7px 2px;
}

.home-now {
  float: left;
  width: 50%;
  padding-right: 40px;
  position: relative;
}

.home-second {
  float: left;
  width: 25%;
  height: 100vh;
  margin-top: -55px;
  padding-top: 55px;
  padding-right: 30px;
  position: sticky;
  top: 0;
  overflow: scroll;
}

.home-current-show {
  margin-bottom: 20px;
  position: relative;
}

.home-current-show.hid {
  display: none;
}

.home-expo-info {
  padding-left: 10px;
}

.home-expo-date {
  text-transform: uppercase;
  margin-bottom: 10px;
  font-family: Maison mono, sans-serif;
  font-size: .8em;
  line-height: 1em;
}

.home-exhb-title {
  color: var(--black);
  margin-bottom: 10px;
  font-weight: 700;
  text-decoration: none;
  transition: all .35s;
}

.home-exhb-title:hover {
  padding-left: 0;
  text-decoration: underline;
}

.home-exhb-title.second {
  font-size: .6em;
}

.home-exhb-title.nohover:hover {
  text-decoration: none;
}

.home-exhb-titlemain {
  font-size: 2em;
  line-height: 1.2em;
}

.home-exhb-titlesecond {
  font-size: 1.5em;
  line-height: 1.4em;
}

.home-exhb-titlesecond.hid {
  display: none;
}

.home-exhb-dato {
  margin-bottom: 10px;
}

.home-exhb-dato.hid {
  display: none;
}

.dato-aux {
  float: left;
  text-transform: uppercase;
  margin-right: 8px;
  font-size: 12px;
}

.dato-item {
  float: left;
}

.paragraph {
  font-size: 1em;
  line-height: 1.4em;
}

.home-exhb-artistas-colectiva {
  margin-bottom: 10px;
}

.home-exhb-notapie {
  color: var(--dim-grey);
  font-size: .7em;
  line-height: 1.2em;
}

.home-exhb-notapie.hid {
  display: none;
}

.home-exhb-image {
  width: 100%;
  margin-bottom: 10px;
}

.home-exhb-image.hid {
  display: none;
}

.aux-tag {
  color: var(--royal-blue);
  margin-bottom: 20px;
}

.aux-tag.inhome {
  z-index: 20;
  background-color: var(--white);
  text-transform: uppercase;
  width: 100%;
  font-size: 1.2em;
  position: sticky;
  top: 55px;
}

.aux-tag.inhome.sec {
  z-index: 30;
  top: 0;
}

.home-agenda-item {
  margin-bottom: 10px;
  padding-bottom: 10px;
}

.agenda-aux-info {
  margin-bottom: 5px;
}

.aux-info-arrw {
  float: left;
  width: 22px;
  padding-right: 5px;
  font-size: 1em;
  line-height: 1.4em;
}

.aux-info-item {
  text-transform: uppercase;
  margin-bottom: 2px;
  font-family: Maison mono, sans-serif;
  font-size: .8em;
  line-height: 1.2em;
}

.aux-info-item.apertura {
  background-color: var(--royal-blue);
  color: var(--white);
  border-radius: 20px;
  padding: 4px 8px 2px;
  font-weight: 400;
}

.aux-info-items {
  float: left;
  padding-top: 3px;
}

.agenda-title {
  margin-bottom: 5px;
  padding-top: 2px;
  padding-bottom: 2px;
  font-size: 1.4em;
  font-weight: 700;
  line-height: 1.2em;
}

.agenda-info-text {
  font-size: .8em;
  line-height: 1.2em;
}

.agenda-info-text.hid {
  display: none;
}

.agenda-info-cont {
  padding-left: 21px;
}

.agenda-items-container {
  padding-bottom: 60px;
}

.visita-item {
  margin-bottom: 10px;
  padding-bottom: 10px;
}

.visita-item.hid, .visita-item.hidden {
  display: none;
}

.aux-info-gral {
  text-transform: uppercase;
  width: 100%;
  margin-bottom: 4px;
  font-family: Maison mono, sans-serif;
  font-size: .8em;
  line-height: 1.2em;
}

.aux-info-gral.blue {
  color: var(--royal-blue);
  margin-bottom: 10px;
}

.aux-info-gral.in-body {
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
}

.aux-info-gral.in-body.hid {
  display: none;
}

.para-container-second {
  font-size: .8em;
  line-height: 1.3em;
}

.para-container-second.hid {
  display: none;
}

.aux-button {
  color: var(--black);
  border: 1px solid #000;
  border-radius: 20px;
  margin-right: 10px;
  padding: 4px 5px 1px;
  font-size: .7em;
  line-height: 1em;
  text-decoration: none;
}

.aux-button:hover {
  border-color: var(--royal-blue);
  background-color: var(--royal-blue);
  color: var(--white);
}

.gral-button {
  background-color: var(--white);
  color: var(--black);
  text-transform: uppercase;
  border: 1px solid #000;
  border-radius: 20px;
  margin-bottom: 5px;
  margin-right: 5px;
  padding: 5px 7px 1px;
  font-size: .9em;
  line-height: 1em;
  text-decoration: none;
}

.gral-button:hover {
  border-color: var(--royal-blue);
  background-color: var(--royal-blue);
  box-shadow: none;
  color: var(--white);
}

.gral-button.foot {
  float: left;
  border-color: var(--white);
  background-color: var(--black);
  color: var(--white);
  margin-top: 4px;
}

.gral-button.special {
  border-color: var(--royal-blue);
  background-color: var(--royal-blue);
  color: var(--white);
  font-size: 1em;
}

.gral-button.special:hover {
  box-shadow: 0 0 4px 0 var(--dim-grey);
}

.gral-button.special:active {
  box-shadow: none;
}

.text-field {
  float: left;
  background-color: var(--white);
  color: var(--royal-blue);
  border: 1px solid #000;
  border-radius: 20px;
  max-width: 250px;
  height: 27px;
  margin-right: 6px;
  padding-top: 2px;
  padding-bottom: 0;
  font-size: .9em;
  line-height: 1.2em;
}

.text-field:hover {
  border-color: var(--royal-blue);
  box-shadow: none;
  color: var(--royal-blue);
}

.text-field:active, .text-field:focus, .text-field:focus-visible, .text-field[data-wf-focus-visible] {
  border-color: var(--royal-blue);
}

.text-field.foot {
  border-color: var(--white);
  background-color: var(--black);
}

.exhb-title {
  letter-spacing: -1px;
  width: 50%;
  margin-bottom: 15px;
  font-size: 4em;
  font-weight: 700;
  line-height: 1em;
}

.exhb-title.sub {
  letter-spacing: -1px;
  font-size: 1.8em;
  line-height: 1.3em;
}

.exhb-title.sub.hid {
  display: none;
}

.exhb-title-container {
  margin-bottom: 20px;
  padding: 60px 20px 10px;
}

.exhb-maininfo-container {
  margin-bottom: 10px;
  padding-bottom: 10px;
  padding-right: 20px;
}

.exhb-maininfo-container.hid {
  display: none;
}

.artists-coll-list {
  padding-left: 15px;
  font-size: 1em;
  line-height: 1em;
}

.maininfo {
  padding-left: 20px;
  padding-right: 20px;
}

.maininfo-one {
  float: left;
  width: 70vw;
  padding-bottom: 20px;
}

.maininfo-two {
  float: right;
  width: 30vw;
  padding-bottom: 20px;
}

.desc-list {
  padding-left: 10px;
}

.gralgrid {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.content-one, .main-img {
  float: left;
}

.mainimg {
  width: 100%;
  margin-bottom: 20px;
}

.mainimg.hid {
  display: none;
}

.exhb-text-main {
  flex-direction: column;
  align-items: center;
  width: auto;
  padding: 20px;
  display: flex;
}

.lightbox-link, .image {
  width: 100%;
}

.gall-lightbox {
  justify-content: center;
  align-items: center;
  width: 30%;
  padding: 5px;
  display: flex;
}

.gall-container {
  float: right;
  width: 100%;
  padding-top: 60px;
  padding-bottom: 60px;
}

.gall-container.hid {
  display: none;
}

.gall-light-thumb {
  object-fit: cover;
  object-position: 50% 50%;
  width: 100%;
  height: 28vw;
  max-height: 30vw;
}

.gall-list {
  flex-flow: row;
  justify-content: center;
  height: auto;
  padding-right: 0;
  display: flex;
  position: sticky;
  top: 55px;
}

.maintext-cont {
  width: auto;
  padding-top: 10px;
}

.footnote-rich {
  margin-bottom: 11px;
  display: block;
}

.footnote-rich p {
  color: var(--dim-grey);
  max-width: 700px;
  margin-bottom: 3px;
  font-size: .9em;
  line-height: 1.4em;
}

.footnote-rich.hid {
  display: none;
}

.footer-second {
  border-top: 1px solid var(--dim-grey);
  padding-top: 25px;
  padding-bottom: 25px;
}

.plecas-logos {
  float: left;
}

.logo-footer {
  height: 35px;
  margin-right: 20px;
}

.legales {
  float: right;
}

.sublink-footer {
  border: 1px solid var(--black);
  color: var(--dim-grey);
  text-transform: uppercase;
  border-radius: 20px;
  padding: 6px 6px 4px;
  font-size: .6em;
  line-height: 1em;
  text-decoration: none;
}

.sublink-footer:hover {
  border-color: var(--white);
  color: var(--white);
}

.sublink-footer.w--current {
  border-color: var(--white);
  background-color: var(--white);
  opacity: 1;
  color: var(--black);
}

.news-infooter {
  float: left;
  width: auto;
  min-width: 40%;
}

.form-container-foot.hid {
  display: none;
}

.acerca-cover {
  float: left;
  width: 30%;
  margin-bottom: 40px;
  position: sticky;
  top: 50px;
}

.cover-page {
  object-fit: cover;
  width: 100%;
}

.page-texts {
  margin-bottom: 20px;
}

.text-gral {
  padding-top: 10px;
  padding-bottom: 10px;
}

.about-texts {
  float: left;
  width: 60%;
  padding-right: 60px;
}

.directorio-columns {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  max-width: 1210px;
  display: grid;
}

.sticker-home {
  z-index: 90000;
  background-color: var(--royal-blue);
  color: var(--white);
  border: 1px #000;
  border-radius: 100vw;
  justify-content: center;
  align-items: center;
  width: 100px;
  padding: 23px 10px;
  font-size: 1em;
  line-height: 1.2em;
  transition: all .5s ease-in-out;
  display: flex;
  position: absolute;
  inset: 90px 20px auto auto;
  transform: rotate(-31deg);
}

.sticker-home:hover {
  transform: rotate(0);
}

.sticker-home.invisita {
  background-color: var(--royal-blue);
  text-align: center;
  width: 160px;
  height: 100px;
  font-size: 1.2em;
  inset: 0% auto auto 0%;
}

.sticker-home.montaje {
  color: var(--black);
  background-color: #fac504;
}

.visita-main {
  float: left;
  width: 50%;
  min-height: 80vh;
  padding-top: 140px;
  padding-right: 40px;
  position: relative;
}

.visita-main-text {
  font-size: 1.5em;
  line-height: 1.2em;
}

.visita-main-text.spec {
  margin-top: 6px;
}

.visita-second {
  float: left;
  width: 30%;
  padding-top: 140px;
  padding-right: 30px;
  position: relative;
}

.visita-second-text {
  font-size: 1em;
  line-height: 1.3em;
}

.visita-second-text.spec {
  margin-top: 6px;
}

.paragraph-2 {
  padding-right: 129px;
}

.home-exhb-img-item {
  object-fit: cover;
  object-position: 50% 50%;
  width: 100%;
  height: 100%;
  min-height: 300px;
  max-height: 45vh;
}

.home-exhb-img-item.amorojo {
  object-position: 50% 50%;
}

.home-exhb-img-item.contain {
  object-fit: contain;
  object-position: 0% 100%;
}

.exhb-content {
  width: 100vw;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}

.main-img-exhb {
  object-fit: cover;
  width: 100%;
  max-height: 80vh;
}

.recursos-container {
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
}

.recursos-first {
  margin-bottom: 40px;
}

.recursos-first.hid {
  display: none;
}

.exposiciones-grid {
  padding-top: 20px;
}

.exposiciones-grid.pasadas {
  padding-top: 100px;
}

.exposiciones-grid.hid {
  display: none;
}

.exhb-grid-list-item {
  margin-bottom: 40px;
  display: flex;
}

.exhb-grid-list.upcoming {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.exhb-grid-list.upcoming.vert {
  grid-template-columns: 1fr;
}

.exhb-info {
  width: 50%;
  padding-left: 18px;
  padding-right: 60px;
}

.exhb-image {
  width: 50%;
  margin-bottom: 10px;
}

.inexhb-exhb-img-item {
  object-fit: contain;
  object-position: 0% 0%;
  width: 100%;
  height: 100%;
  max-height: 45vh;
}

.msg {
  color: var(--dim-grey);
  font-size: .7em;
}

.visita-container {
  width: 100vw;
  max-width: 1800px;
  height: auto;
  margin-bottom: 60px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 55px;
  padding-left: 20px;
  padding-right: 20px;
}

.visita-container.inexhb {
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.status-text {
  float: right;
  margin-left: 3px;
}

.status-text.hid {
  display: none;
}

.exhb-anex-container {
  margin-top: 40px;
  padding: 40px 20px 60px;
}

.exhb-anex-container.hid {
  display: none;
}

.anex-title {
  width: 100%;
  max-width: 750px;
  font-size: 1.5em;
  line-height: 1.5em;
}

.anex-info {
  width: 100%;
  max-width: 750px;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: .9em;
}

.second-nav {
  z-index: 100;
  background-color: var(--white);
  width: 100%;
  height: 36px;
  margin-top: 55px;
  padding: 5px 10px 5px 6px;
  display: none;
  position: fixed;
  inset: 0% 0% auto;
}

.landing-mailchimp {
  float: left;
  clear: both;
}

.anex-text {
  margin-bottom: 10px;
}

.anex-resource-grid {
  flex-flow: wrap;
  justify-content: center;
  align-items: stretch;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.anex-item {
  width: 50%;
  padding: 10px;
}

.anex-item-title {
  max-width: 510px;
  margin-bottom: 2px;
  font-size: 1.3em;
  font-weight: 600;
  line-height: 1.3em;
}

.anex-item-title.subtitle {
  clear: both;
  max-width: 450px;
  font-size: 1.1em;
  font-weight: 600;
  line-height: 1.2em;
}

.anex-item-title.subtitle.hid {
  display: none;
}

.anex-rich p {
  margin-bottom: 4px;
  font-size: 1em;
  line-height: 1.3em;
}

.anex-date {
  opacity: .4;
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 5px;
  font-family: Maison mono, sans-serif;
  font-size: .8em;
  font-weight: 400;
  line-height: 1.2em;
}

.anex-video {
  padding: 5px 10px;
}

.anex-maintext {
  margin-bottom: 10px;
  padding-top: 5px;
  padding-left: 10px;
}

.anex-item-container {
  background-color: var(--black);
  color: var(--white);
  height: 100%;
  padding: 30px 20px;
}

.anex-item-container:hover {
  color: var(--white);
}

.mes-agenda {
  margin-bottom: 40px;
}

.mes-title-cont {
  background-color: var(--white);
  color: var(--royal-blue);
  text-transform: uppercase;
  margin-bottom: 20px;
  padding-top: 2px;
  padding-left: 15px;
  font-size: 1.2em;
  font-weight: 400;
  position: sticky;
  top: 18px;
}

.shows-group {
  padding-bottom: 60px;
}

.shows-group.hid {
  display: none;
}

.into-the-future {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  padding-bottom: 60px;
  display: grid;
}

.into-the-future._2up {
  grid-template-columns: 1fr 1fr;
}

.exhb-now-container {
  flex-direction: column;
  display: flex;
}

.exhb-container {
  width: 100%;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
}

.agenda-second {
  margin-top: -5px;
  font-size: 1em;
  line-height: 1.5em;
}

.subtitle {
  font-size: 15px;
  line-height: 10px;
}

.text-block-4 {
  margin-top: 6px;
  line-height: 1.1;
}

.hid {
  display: none;
}

.text-span {
  font-size: .8em;
  line-height: 1.3em;
}

.paragraph-3 {
  font-size: .8em;
}

.text-block-5 {
  font-size: 50px;
  line-height: 1.2;
}

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

.maininfo-cont {
  display: flex;
}

.current-laa {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-bottom: 60px;
  display: grid;
}

.blue {
  color: var(--royal-blue);
}

@media screen and (max-width: 991px) {
  .navlink:hover {
    border-color: var(--gainsboro);
  }

  .navmenu {
    background-color: var(--white);
  }

  .all-container.home {
    flex-direction: column;
  }

  .footer-section {
    padding-bottom: 18px;
  }

  .home-now {
    width: 100%;
    margin-bottom: 60px;
    padding-right: 0;
  }

  .home-second {
    width: 50%;
    height: auto;
  }

  .home-exhb-title:hover {
    padding-left: 0;
  }

  .gral-button {
    border-color: var(--royal-blue);
    background-color: var(--royal-blue);
    color: var(--white);
  }

  .exhb-title {
    width: 70%;
    font-size: 4em;
  }

  .exhb-maininfo-container {
    width: 50%;
  }

  .artists-coll-list {
    font-size: 1em;
  }

  .gall-lightbox {
    width: 33.3333%;
  }

  .gall-list {
    padding-left: 10px;
    padding-right: 10px;
  }

  .legales {
    float: left;
    margin-top: 15px;
  }

  .acerca-cover {
    width: 50%;
    position: sticky;
    top: 55px;
  }

  .about-texts {
    width: 50%;
    padding-right: 13px;
  }

  .visita-main {
    width: 60%;
  }

  .visita-second {
    width: 40%;
  }

  .exhb-grid-list-item {
    margin-bottom: 36px;
  }

  .exhb-info {
    width: 60%;
    padding-left: 0;
  }

  .exhb-image {
    width: 40%;
  }

  .menu-button {
    border: 1px solid var(--dim-grey);
    background-color: var(--white);
    border-radius: 100vw;
    width: 44px;
    height: 44px;
    margin-top: 4px;
    margin-left: 10px;
    padding: 10px 9px;
  }

  .menu-button:focus {
    background-color: var(--black);
    color: var(--white);
  }

  .menu-button.w--open {
    background-color: var(--black);
    border-radius: 100vw;
    margin-left: 10px;
  }
}

@media screen and (max-width: 767px) {
  .navbar {
    padding-top: 0;
  }

  .navlink.home-butt {
    margin-top: 15px;
  }

  .navmenu {
    flex-direction: column;
    display: flex;
  }

  .status-container {
    margin-top: 22px;
  }

  .footer-info-container {
    float: left;
    min-width: 100%;
  }

  .footer-adress {
    float: left;
    text-align: left;
    width: 100%;
  }

  .small-button, .text-block {
    float: left;
  }

  .footer-redes {
    justify-content: flex-start;
    width: 100%;
  }

  .button {
    margin-left: 0;
    margin-right: 7px;
  }

  .home-now {
    padding-right: 0;
  }

  .home-second {
    height: auto;
  }

  .home-current-show {
    margin-bottom: 40px;
  }

  .exhb-title {
    width: 90%;
  }

  .exhb-maininfo-container {
    width: 100%;
    max-width: none;
    padding-bottom: 0;
  }

  .gall-lightbox {
    width: 33.3333%;
  }

  .news-infooter {
    min-width: 100%;
  }

  .acerca-cover, .about-texts {
    width: 100%;
  }

  .directorio-columns {
    flex-direction: column;
    display: flex;
  }

  .visita-main {
    width: 100%;
  }

  .visita-second {
    border-top: 1px solid var(--dim-grey);
    width: 90%;
    padding-top: 25px;
  }

  .paragraph-2 {
    padding-right: 0;
  }

  .exhb-grid-list-item {
    display: block;
  }

  .exhb-info, .exhb-image {
    width: 100%;
  }

  .inexhb-exhb-img-item {
    max-height: 35vh;
  }

  .into-the-future {
    flex-direction: column;
    display: flex;
  }

  .maininfo-cont {
    flex-flow: column wrap;
  }

  .current-laa {
    flex-direction: column;
    display: flex;
  }
}

@media screen and (max-width: 479px) {
  p {
    font-size: 1em;
  }

  .navbar {
    padding-top: 0;
  }

  .navlink {
    clear: both;
    margin-top: 3px;
    margin-bottom: 3px;
  }

  .navlink.home-butt {
    margin-top: 12px;
  }

  .navmenu {
    border-bottom: 1px solid var(--gainsboro);
    box-shadow: 0 5px 6px 0 var(--dim-grey);
    flex-direction: column;
    padding-bottom: 12px;
    padding-left: 8px;
    display: flex;
  }

  .status-container {
    display: none;
  }

  .all-container.home {
    padding-top: 70px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .footer-section {
    background-color: var(--royal-blue);
  }

  .footer-first {
    opacity: 1;
  }

  .footer-adress {
    margin-bottom: 22px;
  }

  .small-button {
    margin-left: 0;
    margin-right: 5px;
  }

  .small-button.hid {
    margin-bottom: 6px;
    margin-left: 0;
  }

  .text-block {
    margin-right: 8px;
  }

  .footer-container {
    padding-left: 10px;
    padding-right: 10px;
  }

  .footer-redes {
    flex-flow: wrap;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .button {
    width: auto;
    margin-bottom: 6px;
  }

  .button:hover {
    color: var(--white);
    background-color: #0000;
  }

  .home-now {
    padding-right: 0;
  }

  .home-second {
    width: 100%;
    height: auto;
    padding-right: 0;
    position: static;
  }

  .home-second.visita {
    background-color: var(--royal-blue);
    color: var(--white);
    margin-bottom: 10px;
    padding: 55px 9px;
  }

  .home-expo-info {
    padding-left: 0;
  }

  .aux-tag.inhome {
    z-index: 30;
  }

  .aux-tag.inhome.sec {
    top: 0;
  }

  .aux-tag.inhome.sec.insec {
    color: var(--white);
    background-color: #0000;
  }

  .aux-button.insec {
    border-color: var(--white);
    color: var(--white);
  }

  .text-field.foot {
    max-width: 100%;
    margin-bottom: 2px;
  }

  .exhb-title {
    letter-spacing: -1px;
    width: 90%;
    font-size: 2.3em;
    line-height: 1.1em;
  }

  .exhb-title-container {
    padding-left: 10px;
    padding-right: 10px;
  }

  .artists-coll-list {
    padding-left: 0;
  }

  .maininfo {
    padding-left: 10px;
    padding-right: 10px;
  }

  .desc-list {
    padding-left: 0;
  }

  .exhb-text-main {
    padding-left: 0;
    padding-right: 0;
  }

  .gall-lightbox {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .gall-light-thumb {
    max-height: none;
  }

  .gall-list {
    justify-content: center;
  }

  .footer-second {
    border-top-color: var(--white);
  }

  .plecas-logos {
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
    display: flex;
  }

  .logo-footer {
    height: 30px;
    margin-right: 0;
  }

  .logo-footer.laa-logo {
    width: 100%;
    height: 40px;
  }

  .legales {
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
    display: flex;
  }

  .sublink-footer {
    border-color: var(--white);
    color: var(--white);
    margin-bottom: 4px;
  }

  .sticker-home {
    right: 7%;
  }

  .paragraph-2 {
    padding-right: 0;
  }

  .home-exhb-img-item {
    min-height: 30svh;
    max-height: 60vh;
  }

  .exhb-info {
    padding-right: 0;
  }

  .msg {
    margin-bottom: 60px;
  }

  .logo-pleca {
    justify-content: center;
    margin-bottom: 6px;
    display: flex;
  }

  .landing-mailchimp {
    justify-content: flex-start;
    width: 100%;
    display: flex;
  }

  .text-block-3 {
    line-height: 1em;
  }

  .anex-item {
    width: 100%;
  }

  .mes-agenda {
    margin-bottom: 20px;
  }

  .maininfo-cont {
    flex-direction: column;
  }
}

#w-node-_4ed844e7-0f88-879d-7eca-d87a0bc3f7a2-bc8e0c31 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_3f13a203-6f93-f26b-c362-54e530675ba6-bc8e0c31, #w-node-b8871db9-1009-f6d9-b2dc-89fcfece7a79-bc8e0c31 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5f775af4-8fef-c718-e48d-db324ae6a8eb-cd891aac, #w-node-c8f9f381-d2a0-7712-8d98-a478b3ec0df9-cd891aac {
  grid-area: span 2 / span 5 / span 2 / span 5;
}

#w-node-b9d60048-5c26-862f-4f29-1fff5ae57242-cd891aac {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_12120f56-5fc0-5aaf-4c4d-ad3cb9087cd5-29fa417a, #w-node-_81ee697b-4b0a-4cc1-a6d7-9e5549192e5b-29fa417a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3e2e7b51-67d5-9f7d-637f-f2293503de1f-29fa417a {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_12120f56-5fc0-5aaf-4c4d-ad3cb9087cb1-29fa417a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5f775af4-8fef-c718-e48d-db324ae6a8eb-3fb394b5, #w-node-c8f9f381-d2a0-7712-8d98-a478b3ec0df9-3fb394b5 {
  grid-area: span 2 / span 5 / span 2 / span 5;
}

#w-node-b9d60048-5c26-862f-4f29-1fff5ae57242-3fb394b5 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_5f775af4-8fef-c718-e48d-db324ae6a8eb-e1f5f190, #w-node-c8f9f381-d2a0-7712-8d98-a478b3ec0df9-e1f5f190 {
  grid-area: span 2 / span 5 / span 2 / span 5;
}

#w-node-b9d60048-5c26-862f-4f29-1fff5ae57242-e1f5f190 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_5f775af4-8fef-c718-e48d-db324ae6a8eb-384fff39, #w-node-c8f9f381-d2a0-7712-8d98-a478b3ec0df9-384fff39 {
  grid-area: span 2 / span 5 / span 2 / span 5;
}

#w-node-b9d60048-5c26-862f-4f29-1fff5ae57242-384fff39 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_5f775af4-8fef-c718-e48d-db324ae6a8eb-d665f164, #w-node-c8f9f381-d2a0-7712-8d98-a478b3ec0df9-d665f164 {
  grid-area: span 2 / span 5 / span 2 / span 5;
}

#w-node-b9d60048-5c26-862f-4f29-1fff5ae57242-d665f164 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_5f775af4-8fef-c718-e48d-db324ae6a8eb-363465ea, #w-node-c8f9f381-d2a0-7712-8d98-a478b3ec0df9-363465ea {
  grid-area: span 2 / span 5 / span 2 / span 5;
}

#w-node-b9d60048-5c26-862f-4f29-1fff5ae57242-363465ea {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_5f775af4-8fef-c718-e48d-db324ae6a8eb-fb4ace23, #w-node-c8f9f381-d2a0-7712-8d98-a478b3ec0df9-fb4ace23 {
  grid-area: span 2 / span 5 / span 2 / span 5;
}

#w-node-b9d60048-5c26-862f-4f29-1fff5ae57242-fb4ace23 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_5f775af4-8fef-c718-e48d-db324ae6a8eb-a5ef2836, #w-node-c8f9f381-d2a0-7712-8d98-a478b3ec0df9-a5ef2836 {
  grid-area: span 2 / span 5 / span 2 / span 5;
}

#w-node-b9d60048-5c26-862f-4f29-1fff5ae57242-a5ef2836 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_5f775af4-8fef-c718-e48d-db324ae6a8eb-5064785e, #w-node-c8f9f381-d2a0-7712-8d98-a478b3ec0df9-5064785e {
  grid-area: span 2 / span 5 / span 2 / span 5;
}

#w-node-b9d60048-5c26-862f-4f29-1fff5ae57242-5064785e {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_5f775af4-8fef-c718-e48d-db324ae6a8eb-794cbb70, #w-node-c8f9f381-d2a0-7712-8d98-a478b3ec0df9-794cbb70 {
  grid-area: span 2 / span 5 / span 2 / span 5;
}

#w-node-b9d60048-5c26-862f-4f29-1fff5ae57242-794cbb70 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_5f775af4-8fef-c718-e48d-db324ae6a8eb-d1a7b8ce, #w-node-c8f9f381-d2a0-7712-8d98-a478b3ec0df9-d1a7b8ce {
  grid-area: span 2 / span 5 / span 2 / span 5;
}

#w-node-b9d60048-5c26-862f-4f29-1fff5ae57242-d1a7b8ce {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_5f775af4-8fef-c718-e48d-db324ae6a8eb-9b2d843c, #w-node-c8f9f381-d2a0-7712-8d98-a478b3ec0df9-9b2d843c {
  grid-area: span 2 / span 5 / span 2 / span 5;
}

#w-node-b9d60048-5c26-862f-4f29-1fff5ae57242-9b2d843c {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_5f775af4-8fef-c718-e48d-db324ae6a8eb-72c7f789, #w-node-c8f9f381-d2a0-7712-8d98-a478b3ec0df9-72c7f789 {
  grid-area: span 2 / span 5 / span 2 / span 5;
}

#w-node-b9d60048-5c26-862f-4f29-1fff5ae57242-72c7f789 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_5f775af4-8fef-c718-e48d-db324ae6a8eb-49f8be7b, #w-node-c8f9f381-d2a0-7712-8d98-a478b3ec0df9-49f8be7b {
  grid-area: span 2 / span 5 / span 2 / span 5;
}

#w-node-b9d60048-5c26-862f-4f29-1fff5ae57242-49f8be7b {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_5f775af4-8fef-c718-e48d-db324ae6a8eb-8ec409c2, #w-node-c8f9f381-d2a0-7712-8d98-a478b3ec0df9-8ec409c2 {
  grid-area: span 2 / span 5 / span 2 / span 5;
}

#w-node-b9d60048-5c26-862f-4f29-1fff5ae57242-8ec409c2 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_5f775af4-8fef-c718-e48d-db324ae6a8eb-b05dd7db, #w-node-c8f9f381-d2a0-7712-8d98-a478b3ec0df9-b05dd7db {
  grid-area: span 2 / span 5 / span 2 / span 5;
}

#w-node-b9d60048-5c26-862f-4f29-1fff5ae57242-b05dd7db {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_5f775af4-8fef-c718-e48d-db324ae6a8eb-eaa6b6d2, #w-node-c8f9f381-d2a0-7712-8d98-a478b3ec0df9-eaa6b6d2 {
  grid-area: span 2 / span 5 / span 2 / span 5;
}

#w-node-b9d60048-5c26-862f-4f29-1fff5ae57242-eaa6b6d2 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_5f775af4-8fef-c718-e48d-db324ae6a8eb-7726b604, #w-node-c8f9f381-d2a0-7712-8d98-a478b3ec0df9-7726b604 {
  grid-area: span 2 / span 5 / span 2 / span 5;
}

#w-node-b9d60048-5c26-862f-4f29-1fff5ae57242-7726b604 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_5f775af4-8fef-c718-e48d-db324ae6a8eb-a502a16b, #w-node-c8f9f381-d2a0-7712-8d98-a478b3ec0df9-a502a16b {
  grid-area: span 2 / span 5 / span 2 / span 5;
}

#w-node-b9d60048-5c26-862f-4f29-1fff5ae57242-a502a16b {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_5f775af4-8fef-c718-e48d-db324ae6a8eb-6e99837c, #w-node-c8f9f381-d2a0-7712-8d98-a478b3ec0df9-6e99837c {
  grid-area: span 2 / span 5 / span 2 / span 5;
}

#w-node-b9d60048-5c26-862f-4f29-1fff5ae57242-6e99837c {
  grid-area: span 1 / span 3 / span 1 / span 3;
}


@font-face {
  font-family: 'Maison';
  src: url('../fonts/Maison-Neue-Book-Italic.otf') format('opentype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Maison';
  src: url('../fonts/Maison-Neue-Demi-Italic.otf') format('opentype');
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Maison';
  src: url('../fonts/Maison-Neue-Book.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Maison';
  src: url('../fonts/Maison-Neue-Light-Italic.otf') format('opentype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Maison';
  src: url('../fonts/Maison-Neue-Demi.otf') format('opentype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Maison';
  src: url('../fonts/Maison-Neue-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Maison mono';
  src: url('../fonts/Maison-Neue-Mono-Italic.otf') format('opentype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Maison mono';
  src: url('../fonts/Maison-Neue-Mono.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Maison';
  src: url('../fonts/Maison-Neue-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Maison';
  src: url('../fonts/Maison-Neue-Bold-Italic.otf') format('opentype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}