@font-face {
  font-family: Poppins;
  src: url('../fonts/Poppins-Italic.woff') format("woff");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Poppins;
  src: url('../fonts/Poppins-Regular.woff') format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Poppins;
  src: url('../fonts/Poppins-MediumItalic.woff') format("woff");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Poppins;
  src: url('../fonts/Poppins-Medium.woff') format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Poppins;
  src: url('../fonts/Poppins-SemiBoldItalic.woff') format("woff");
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Poppins;
  src: url('../fonts/Poppins-SemiBold.woff') format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Poppins;
  src: url('../fonts/Poppins-BoldItalic.woff') format("woff"), url('../fonts/Poppins-ExtraBoldItalic.woff') format("woff");
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Poppins;
  src: url('../fonts/Poppins-BlackItalic.woff') format("woff");
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Poppins;
  src: url('../fonts/Poppins-ExtraBold.woff') format("woff"), url('../fonts/Poppins-Bold.woff') format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Poppins;
  src: url('../fonts/Poppins-Black.woff') format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

:root {
  --blue: #374797;
  --deep-blue: #2d3975;
  --white: white;
  --white-opacity: #fff0;
  --black: black;
  --dark-grey: #999;
  --deep-blue-opacity: #3747971a;
  --gainsboro: #e6e6e6;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

body {
  color: #000;
  font-family: Poppins, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Poppins, sans-serif;
  font-size: 38px;
  font-weight: 700;
  line-height: 44px;
}

h2 {
  color: #000;
  text-transform: uppercase;
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: Poppins, sans-serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 36px;
}

h3 {
  color: #000;
  text-transform: uppercase;
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: Poppins, sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 24px;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Poppins, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: bold;
  line-height: 20px;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: bold;
  line-height: 18px;
}

p {
  color: #000;
  margin-top: 15px;
  margin-bottom: 15px;
  font-family: Poppins, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
}

a {
  font-weight: 500;
  text-decoration: underline;
}

ul, ol {
  color: #000;
  font-family: Poppins, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
}

li {
  margin-top: 10px;
  margin-bottom: 10px;
  padding-left: 10px;
  font-family: Poppins, sans-serif;
}

img {
  max-width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  display: inline-block;
}

blockquote {
  color: #000;
  border-style: solid none none;
  border-top-width: 2px;
  border-top-color: #000;
  border-left-width: 5px;
  border-left-color: #e2e2e2;
  margin-top: 40px;
  margin-bottom: 30px;
  padding-top: 30px;
  padding-left: 0;
  padding-right: 0;
  font-family: Source Serif Pro;
  font-size: 24px;
  font-weight: 700;
  line-height: 36px;
}

figure {
  margin-bottom: 10px;
}

figcaption {
  color: #666;
  text-align: left;
  margin-top: 5px;
  margin-bottom: 30px;
  font-family: Poppins, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
}

.navigation-container {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  display: flex;
}

.navigation {
  background-color: #fff;
  border-bottom: 1px solid #e6e6e6;
  justify-content: center;
  align-items: center;
  height: 90px;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
}

.image-logo {
  margin-top: 0;
  margin-bottom: 0;
}

.nav-link {
  color: #000;
  margin-right: 30px;
  font-family: Libre Franklin;
  font-size: 14px;
  font-weight: 600;
  line-height: 24px;
  text-decoration: none;
}

.nav-link.white {
  color: #fff;
  margin-top: 5px;
  margin-bottom: 5px;
}

.container {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: column wrap;
  place-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.paragraph {
  color: #000;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-family: Libre Baskerville, sans-serif;
  font-size: 14px;
  line-height: 1.5em;
  display: flex;
}

.paragraph.left {
  text-align: left;
  justify-content: flex-start;
  align-items: flex-start;
  height: 100px;
  overflow: auto;
}

.footer {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  padding: 50px 24px 30px;
  display: flex;
}

.top-section {
  flex: 1;
  align-items: flex-end;
  display: flex;
}

.footer-title-text {
  color: #666;
  text-align: left;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-family: Libre Franklin;
  font-size: 10px;
  font-weight: 600;
  line-height: 12px;
}

.footer-links {
  flex-flow: column;
  flex: none;
  align-content: flex-start;
  align-items: flex-start;
  width: 25%;
  margin-top: 15px;
  display: flex;
}

.footer-links-container {
  justify-content: flex-start;
  margin-top: 20px;
  display: flex;
}

.footer-links-container.cc-categories {
  display: block;
}

.footer-categories {
  width: 75%;
}

.footer-newsletter {
  width: 25%;
}

.bottom-1 {
  text-align: left;
  flex-wrap: nowrap;
  flex: 1;
  place-content: flex-start space-between;
  display: flex;
}

.bottom-2 {
  flex: 1;
  width: 75%;
  margin-top: 40px;
}

.bottom {
  width: 100%;
}

.separator-color {
  background-color: #e6e6e6;
  max-width: 1290px;
  height: 1px;
}

.separator-color.footer-line {
  background-color: #4d4d4d;
}

.text-field {
  color: #999;
  height: 55px;
  margin-bottom: 0;
  padding-left: 15px;
  padding-right: 15px;
  font-family: Poppins, sans-serif;
  font-size: 14px;
  line-height: 24px;
}

.submit-button {
  color: #fff;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #000;
  width: 100px;
  height: 48px;
  font-family: Libre Franklin;
  font-size: 10px;
  font-weight: 600;
  line-height: 12px;
}

.form {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: row;
  align-items: flex-end;
  width: 100%;
  display: flex;
}

.form.contact {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  width: 70%;
}

.form-block {
  margin-top: 20px;
}

.navigation-link {
  color: #000;
  align-content: space-between;
  height: 90px;
  padding: 34px 20px;
  font-family: Libre Franklin;
  font-size: 14px;
  font-weight: 600;
  line-height: 24px;
  text-decoration: none;
  position: relative;
}

.navigation-link-text {
  color: #000;
  text-transform: none;
  font-family: Libre Franklin;
  font-size: 14px;
  font-weight: 600;
  line-height: 24px;
  text-decoration: none;
}

.navigation-hover {
  background-color: #000;
  align-items: flex-end;
  width: 100%;
  height: 4px;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.footer-small-text {
  color: #666;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-family: Libre Franklin;
  font-size: 10px;
  font-weight: 600;
  line-height: 12px;
}

.dropdown {
  display: none;
}

.container-footer {
  width: 100%;
  max-width: 1200px;
}

.nav-menu {
  display: flex;
}

.h2 {
  color: #000;
  text-transform: none;
  margin-top: 15px;
  font-family: Libre Baskerville, sans-serif;
  font-weight: 700;
  line-height: 1.3em;
}

.h3 {
  color: #000;
  text-align: center;
  text-transform: none;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Libre Baskerville, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.4em;
}

.h3.faq {
  text-align: center;
  font-size: 25px;
}

.h3.left {
  text-align: left;
  margin-bottom: 0;
  font-family: Libre Baskerville, sans-serif;
  font-size: 18px;
}

.h3.left.mg10 {
  margin-bottom: 5px;
}

.separator-container {
  z-index: 1;
  width: 100%;
  position: relative;
}

.line-color {
  background-color: #0000001c;
  height: 1px;
}

.separator {
  justify-content: center;
  align-items: center;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
}

.separator-footer {
  margin-top: 60px;
  margin-bottom: 60px;
}

.h1 {
  color: #000;
  text-transform: none;
  width: 100%;
  height: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.4em;
}

.logo.cc-footer {
  margin-bottom: 2px;
  margin-right: 15px;
}

.collection-list {
  flex-wrap: wrap;
  display: flex;
}

.footer-collection-item {
  color: #fff;
  width: 25%;
  margin-bottom: 15px;
  font-family: Libre Franklin;
  font-size: 14px;
  font-weight: 600;
  line-height: 24px;
  text-decoration: none;
}

.link-footer {
  color: var(--blue);
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
}

.link-footer:hover {
  color: var(--deep-blue);
}

.footer-links-inner {
  flex-flow: column;
  flex: none;
  align-content: flex-start;
  align-items: flex-start;
  margin-top: 15px;
  display: flex;
}

.container-content {
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1400px;
  margin-top: 50px;
  margin-bottom: 50px;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
}

.section {
  background-image: linear-gradient(#ecfde9, #daeffd);
  flex-direction: column;
  align-items: center;
  display: flex;
  overflow: hidden;
}

.grid {
  grid-column-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: .5fr .5fr;
  align-items: center;
}

.grid-space-slider {
  grid-column-gap: 30px;
  grid-row-gap: 16px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.div-form {
  grid-column-gap: 20px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-left: 20px;
  display: flex;
}

.custom-form {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.custom-form.footer {
  width: 60%;
}

.cta {
  background-color: var(--blue);
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 50px;
  padding-left: 30px;
  padding-right: 30px;
  font-size: 18px;
  font-weight: 600;
  display: flex;
}

.cta:hover {
  background-color: var(--deep-blue);
}

.cta.contact {
  border-radius: 5px;
}

.cta.outline {
  border: 1px solid var(--blue);
  background-color: var(--white);
  color: var(--blue);
}

.cta.outline:hover {
  border-color: var(--deep-blue);
  background-color: var(--deep-blue);
  color: var(--white);
}

.cta.small {
  height: 45px;
  font-size: 16px;
}

.cta.small.outline {
  background-color: var(--white-opacity);
  color: var(--blue);
  font-weight: 700;
}

.cta.small.outline:hover {
  background-color: var(--deep-blue);
  color: var(--white);
}

.cta.small.outline.card {
  height: 40px;
}

.cta.small.login-button {
  font-weight: 700;
}

.cta.small.login-button.mobile {
  margin-top: 5px;
  margin-bottom: 5px;
  display: none;
}

.cta.submit {
  width: 40%;
  padding-left: 10px;
  padding-right: 10px;
  font-weight: 700;
}

.text-field-2 {
  border: 1px solid #0009;
  border-radius: 5px;
  width: 100%;
  height: 50px;
  margin-bottom: 0;
  font-size: 14px;
}

.text-field-2.tags {
  display: none;
}

.text-field-2.textarea {
  height: 100px;
}

.div-title {
  width: 100%;
  padding-left: 10px;
  padding-right: 10px;
}

.slider {
  background-color: #fff0;
  flex-direction: row;
  width: 800px;
  height: 400px;
}

.div-footer {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.div-card-slider {
  border-radius: 5px;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.div-card-slider.mobile {
  display: none;
  position: static;
}

.image {
  object-fit: cover;
  object-position: 50% 50%;
  width: 100%;
  height: 100%;
  display: block;
}

.image.metaverse-exhibition {
  object-position: 50% 100%;
}

.image.metaverse-exhibition.new {
  object-position: 50% 20%;
}

.image.portals {
  object-position: 50% 40%;
}

.image.digital {
  object-position: 50% 20%;
}

.div-container-texts-card {
  background-color: #ffffffe6;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  flex-direction: column;
  justify-content: flex-end;
  align-items: stretch;
  width: 100%;
  padding: 20px 30px;
  display: flex;
  position: absolute;
  bottom: 0;
  overflow: clip;
}

.div-container-texts-card.mobile {
  position: static;
}

.div-container-texts-card.scroll-card-past {
  justify-content: space-around;
  height: 100%;
  overflow: auto;
}

.div-imagen-card-slider {
  border-radius: 5px;
  width: 100%;
  height: 60%;
  overflow: hidden;
}

.body {
  font-family: Libre Baskerville, sans-serif;
}

.h5 {
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 600;
  line-height: 1.5em;
}

.h5.card-slider {
  text-align: left;
  font-family: Libre Baskerville, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.3em;
}

.h5.color {
  color: #6d6d6d;
  text-align: left;
  font-weight: 700;
}

.link-slider-name {
  color: var(--black);
  margin-bottom: 0;
  text-decoration: none;
}

.link-slider-name:hover {
  color: var(--deep-blue);
}

.div-name-artits {
  grid-row-gap: 5px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.div-name-artits.mg-10 {
  margin-bottom: 10px;
}

.div-link-footer {
  grid-column-gap: 30px;
  justify-content: space-between;
  width: 100%;
  margin-top: 70px;
  display: flex;
}

.left-arrow-2 {
  background-color: var(--blue);
  border-radius: 5px;
  width: 50px;
  height: 50px;
  left: 0;
}

.right-arrow-2 {
  background-color: var(--blue);
  border-radius: 5px;
  width: 50px;
  height: 50px;
  right: 0;
}

.div-slider-faq {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.icon-3 {
  font-size: 30px;
}

.slide-nav-2 {
  height: 30px;
  font-size: 10px;
}

.icon-5 {
  font-size: 30px;
}

.div-faq {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.container-top {
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1400px;
  margin-top: 120px;
  margin-bottom: 50px;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
}

.container-slider, .container-spaces {
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1400px;
  margin-top: 50px;
  margin-bottom: 50px;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
}

.div-container-faq {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 500px;
  display: flex;
}

.container-f {
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1400px;
  margin-top: 50px;
  margin-bottom: 30px;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
}

.past_component {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  align-items: start;
}

.gallery21_arrow {
  border: 1px solid var(--blue);
  background-color: var(--blue);
  border-radius: 7%;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  display: flex;
  inset: auto 0% 0% auto;
}

.gallery21_arrow:hover {
  border-color: var(--deep-blue);
  background-color: var(--deep-blue);
}

.gallery21_arrow.is-left {
  border-color: var(--blue);
  background-color: var(--blue);
  color: var(--white);
  border-radius: 7%;
  right: 4rem;
}

.gallery21_arrow.is-left:hover {
  border-color: var(--deep-blue);
  background-color: var(--deep-blue);
}

.past_slide-nav {
  height: 1.75rem;
  font-size: .5rem;
  inset: auto auto 0% 0%;
}

.past_slider {
  background-color: #0000;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding-bottom: 5rem;
  position: relative;
}

.past_slider.mobile {
  display: none;
}

.padding-global {
  padding-right: 5%;
}

.past_slide {
  padding-right: 1.3rem;
}

.section_past_exhibitions {
  width: 100%;
  height: 100%;
  overflow: visible;
}

.container-large {
  width: 100%;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.past_mask {
  width: 30%;
  overflow: visible;
}

.input {
  border: 1px solid #0009;
  height: 55px;
  margin-bottom: 0;
  font-size: 16px;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

.utility-page-form {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.success-message {
  background-color: #ececec;
  margin-top: 10px;
}

.text-error-en {
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-seccess-en {
  color: #127245;
  justify-content: center;
  align-items: center;
  font-weight: 500;
  display: flex;
}

.item-content {
  background-color: var(--white);
  flex-direction: column;
  flex: 1;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  padding: 1.5rem;
  display: flex;
}

.grid-cards {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  align-self: auto;
  width: 100%;
  height: 100%;
  display: grid;
}

.image-wrapper {
  width: 100%;
  height: 400px;
}

.card_item {
  width: 100%;
  height: 100%;
}

.margin-bottom, .margin-bottom.margin-medium {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.card-image {
  aspect-ratio: 3 / 2;
  vertical-align: baseline;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.card-image.top {
  object-fit: cover;
  object-position: 50% 0%;
}

.button-wrapper {
  width: 100%;
}

.max-width-large {
  width: 100%;
  max-width: 48rem;
}

.wrapper-card {
  border-radius: 5px;
  flex-flow: column;
  width: 100%;
  height: 100%;
  display: flex;
  overflow: hidden;
}

.logo1_logo {
  border-radius: 2px;
  max-height: 7rem;
}

.padding-section-medium {
  padding-bottom: 3rem;
}

.logo1_component {
  grid-column-gap: 3rem;
  grid-row-gap: 1rem;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding-top: .5rem;
  padding-bottom: .5rem;
  display: flex;
}

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

.container-large-3 {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

.container-partnershops {
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1400px;
  margin-top: 50px;
  margin-bottom: 50px;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
}

.h4 {
  font-family: Libre Baskerville, sans-serif;
  font-weight: 700;
}

.wrapper-card-slider {
  grid-column-gap: 1.3rem;
  grid-row-gap: 1.3rem;
  flex-flow: column;
  display: flex;
}

.div-title-newletters {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-bottom: 3px;
  display: flex;
}

.navbar2_menu-button {
  padding: 0;
}

.navbar2_menu-button.w--open {
  background-color: var(--white);
}

.navbar2_menu {
  justify-content: center;
  align-items: center;
  display: flex;
  position: static;
}

.navbar2_menu.is-page-height-tablet {
  background-color: var(--white);
  border-radius: 5px;
  width: 23%;
  padding-top: 20px;
  padding-bottom: 20px;
  position: absolute;
  bottom: auto;
  left: auto;
  right: 5%;
  box-shadow: 0 2px 5px #0003;
}

.navbar2_logo {
  width: 50px;
}

.navbar2_logo-link {
  padding-left: 0;
}

.navbar2_container {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: .375fr 1fr .375fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.navbar2_component {
  background-color: var(--white);
  border: 1px solid #0000001c;
  align-items: center;
  width: 100%;
  height: auto;
  min-height: 4.5rem;
  padding-left: 2%;
  padding-right: 2%;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
}

.navbar2_link {
  color: var(--black);
  justify-content: center;
  align-items: center;
  height: 45px;
  padding-left: 1rem;
  padding-right: 1rem;
  display: flex;
}

.navbar2_link.w--current {
  color: var(--\<unknown\|relume-variable-color-neutral-1\>);
}

.navbar2_link.pink {
  color: var(--blue);
  font-weight: 600;
}

.navbar2_link.pink.mobile {
  display: none;
}

.navbar2_button-wrapper {
  grid-column-gap: 1rem;
  margin-left: 1rem;
  display: flex;
}

.link-block {
  justify-content: center;
  align-items: center;
  display: flex;
}

.user {
  width: 100%;
}

.user-menu-email {
  color: var(--dark-grey);
}

.container-email-name {
  padding-bottom: 15px;
  padding-left: 30px;
  padding-right: 30px;
}

.user-button {
  justify-content: center;
  align-items: center;
  height: 100%;
  display: none;
}

.user-button-background {
  background-color: #fe12a8;
  border-radius: 5px;
  height: 100%;
}

.user-menu.w--open {
  background-color: var(--white);
  border-radius: 5px;
  flex-flow: column;
  padding-top: 20px;
  padding-bottom: 20px;
  inset: 3.5rem 0% auto auto;
  box-shadow: 0 2px 5px #0003;
}

.heading-h4-size {
  color: #202020;
  font-size: 22px;
  font-weight: 600;
  line-height: 1.273em;
}

.heading-h4-size.menu {
  color: #fff;
}

.heading-h4-size.menu.user-menu-name {
  color: var(--black);
  margin-bottom: 5px;
  font-size: 22px;
}

.user-button-text {
  text-transform: uppercase;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  font-weight: 500;
  display: flex;
}

.dropdown-toggle-5 {
  color: #fff;
  justify-content: center;
  align-items: center;
  width: 45px;
  height: 45px;
  padding: 0;
  font-size: 25px;
  display: flex;
}

.div-sm-navegation {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-sm-navegation-menu {
  justify-content: center;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
  display: none;
}

.text-block {
  font-size: 16px;
  font-weight: 500;
}

.link-navegation {
  color: var(--black);
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding: 15px 20px 15px 30px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.link-navegation:hover {
  background-color: var(--deep-blue-opacity);
}

.code-embed-icon {
  justify-content: center;
  align-items: center;
  padding-right: 10px;
  display: flex;
}

.code-embed-sm {
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-block-footer {
  font-weight: 700;
}

.link {
  color: var(--blue);
  text-decoration: none;
}

.link:hover {
  color: var(--deep-blue);
}

@media screen and (min-width: 1280px) {
  .div-card-slider {
    flex-direction: column;
  }

  .image.metaverse-exhibition {
    object-position: 50% 78%;
  }
}

@media screen and (min-width: 1440px) {
  .link-footer {
    font-weight: 600;
  }

  .section {
    background-image: linear-gradient(#f0ffe9, #daeffd);
  }

  .grid {
    grid-template-columns: .5fr .5fr;
  }

  .div-title, .div-title-newletters {
    padding-right: 30px;
  }
}

@media screen and (min-width: 1920px) {
  .h2 {
    font-size: 50px;
  }

  .h3 {
    font-weight: 600;
  }

  .container-content {
    max-width: 1400px;
    height: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .grid {
    grid-template-columns: .75fr .75fr;
  }

  .div-title {
    padding-left: 20px;
    padding-right: 40px;
  }

  .slider {
    width: 1000px;
  }

  .image {
    max-height: 750px;
  }

  .div-container-texts-card {
    justify-content: flex-start;
  }

  .div-imagen-card-slider {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .div-faq {
    width: 100%;
  }

  .container-top, .container-slider, .container-spaces {
    max-width: 1400px;
    height: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .div-container-faq {
    width: 600px;
  }

  .container-f, .container-partnershops {
    max-width: 1400px;
    height: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .div-title-newletters {
    padding-left: 20px;
    padding-right: 40px;
  }

  .navbar2_menu.is-page-height-tablet {
    width: 18%;
  }
}

@media screen and (max-width: 991px) {
  .navigation {
    z-index: 999;
    padding-right: 8px;
  }

  .image-logo {
    z-index: 9999;
    position: relative;
  }

  .container {
    flex-flow: column;
    align-items: center;
  }

  .footer-categories {
    width: 100%;
  }

  .footer-newsletter {
    width: 100%;
    margin-bottom: 35px;
  }

  .bottom-1 {
    flex-flow: wrap-reverse;
  }

  .bottom-2 {
    width: 100%;
  }

  .form {
    width: 70%;
  }

  .form.contact {
    width: 80%;
  }

  .navigation-link {
    background-color: #fff;
    justify-content: flex-end;
    height: 60px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .navigation-link-text {
    font-size: 18px;
    line-height: 24px;
  }

  .navigation-hover {
    display: none;
  }

  .container-footer {
    margin-left: 0;
    margin-right: 0;
  }

  .nav-menu {
    background-color: #fff;
    margin-top: -90px;
    padding-top: 120px;
    padding-bottom: 30px;
    box-shadow: 0 5px 20px #00000040;
  }

  .menu-button {
    color: #000;
    font-family: Libre Franklin;
    font-size: 32px;
    font-weight: 400;
  }

  .menu-button:active {
    background-color: #e9e9e9;
  }

  .menu-button.w--open {
    background-color: #fff;
  }

  .h2 {
    text-align: center;
  }

  .icon-2 {
    color: #000;
  }

  .container-content {
    padding-left: 35px;
    padding-right: 35px;
  }

  .grid {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .grid-space-slider {
    grid-column-gap: 20px;
    grid-row-gap: 30px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .div-form {
    flex-direction: column;
    padding-left: 0;
  }

  .custom-form.footer {
    width: 80%;
  }

  .div-title {
    text-align: center;
    margin-bottom: 30px;
    padding-left: 100px;
    padding-right: 100px;
  }

  .slider {
    width: 100%;
    height: 500px;
  }

  .div-card-slider {
    display: none;
  }

  .div-card-slider.mobile {
    height: 650px;
    display: flex;
  }

  .image {
    object-fit: cover;
  }

  .div-container-texts-card {
    border-bottom-left-radius: 5px;
    align-items: center;
  }

  .div-container-texts-card.mobile {
    justify-content: space-between;
    align-items: flex-start;
    height: 70%;
    padding-top: 15px;
  }

  .div-imagen-card-slider.mobile {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }

  .div-name-artits {
    grid-row-gap: 8px;
  }

  .div-link-footer {
    grid-row-gap: 15px;
    flex-flow: column;
    align-items: center;
  }

  .container-top, .container-slider, .container-spaces, .container-f {
    padding-left: 35px;
    padding-right: 35px;
  }

  .past_slider {
    display: none;
  }

  .past_slider.mobile {
    display: block;
  }

  .padding-global {
    padding-right: 0%;
  }

  .section_past_exhibitions {
    overflow: visible;
  }

  .past_mask {
    width: 50%;
  }

  .grid-cards {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .container-partnershops {
    padding-left: 35px;
    padding-right: 35px;
  }

  .div-title-newletters {
    text-align: center;
    padding-left: 100px;
    padding-right: 100px;
  }

  .navbar2_menu-button {
    padding: 0;
  }

  .navbar2_menu-button.w--open {
    background-color: #0000;
  }

  .navbar2_menu {
    border-bottom: 1px solid var(--\<unknown\|relume-variable-border-color-1\>);
    background-color: var(--\<unknown\|relume-variable-background-color-1\>);
    -webkit-text-fill-color: inherit;
    background-clip: border-box;
    justify-content: center;
    width: 100%;
    padding: 1rem 5% 2.5rem;
    display: flex;
    position: absolute;
    overflow: auto;
  }

  .navbar2_menu.is-page-height-tablet {
    width: 100%;
    height: 100dvh;
    padding-bottom: 6.5rem;
    transition: height .5s;
    right: 0%;
  }

  .navbar2_logo {
    width: 50px;
  }

  .navbar2_container {
    grid-template-columns: .25fr 1fr;
    display: flex;
  }

  .menu-icon2 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 48px;
    height: 48px;
    display: flex;
  }

  .navbar2_link {
    text-align: center;
    padding: .75rem 0;
    font-size: 1.125rem;
  }

  .navbar2_link.pink.mobile {
    display: flex;
  }

  .navbar2_button-wrapper {
    align-items: center;
  }

  .user-menu.w--open {
    top: 120%;
  }

  .div-sm-navegation {
    display: none;
  }

  .div-sm-navegation-menu {
    display: flex;
  }

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

@media screen and (max-width: 767px) {
  .navigation {
    height: 75px;
  }

  .footer-title-text {
    margin-bottom: 15px;
  }

  .footer-links {
    flex-wrap: nowrap;
    width: 50%;
    margin-top: 25px;
  }

  .footer-links-container {
    flex-wrap: wrap;
  }

  .footer-categories {
    display: none;
  }

  .footer-newsletter {
    margin-bottom: 15px;
  }

  .form {
    flex-flow: column;
  }

  .navigation-link {
    display: flex;
  }

  .dropdown {
    background-color: #fff;
    flex: 1;
    justify-content: center;
    align-items: center;
    display: block;
  }

  .dropdown-toggle {
    color: #999;
    align-items: center;
    width: 100%;
    height: 48px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    font-family: Libre Franklin;
    font-weight: 400;
    line-height: 24px;
    display: flex;
  }

  .dropdown-toggle.w--open {
    color: #000;
    font-weight: 600;
  }

  .icon {
    margin-top: auto;
    margin-bottom: auto;
    margin-right: 15px;
  }

  .dropdown-list {
    margin-top: 0;
  }

  .dropdown-list.w--open {
    margin-top: auto;
  }

  .dropdown-link {
    color: #000;
    background-color: #fff;
    padding: 15px 20px;
    font-family: Libre Franklin;
    font-weight: 600;
  }

  .h2 {
    font-size: 30px;
  }

  .h1 {
    font-size: 25px;
  }

  .dropdown-link-text {
    color: #000;
    text-decoration: none;
  }

  .footer-links-inner {
    flex-wrap: nowrap;
    width: 50%;
    margin-top: auto;
  }

  .grid-space-slider {
    grid-row-gap: 20px;
    grid-template-rows: auto auto;
    grid-template-columns: minmax(200px, 1fr);
  }

  .div-form {
    flex-direction: column;
  }

  .custom-form.footer, .cta.submit {
    width: 100%;
  }

  .text-field-2 {
    margin-bottom: 0;
  }

  .div-title {
    padding-left: 80px;
    padding-right: 80px;
  }

  .slider {
    height: 600px;
  }

  .div-card-slider {
    flex-direction: column;
  }

  .image.metaverse-exhibition {
    object-position: 50% 60%;
  }

  .div-container-texts-card {
    border-bottom-left-radius: 5px;
    align-items: center;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .link-slider-name {
    margin-bottom: 0;
  }

  .left-arrow-2 {
    left: 0;
  }

  .right-arrow-2 {
    right: 0;
  }

  .div-container-faq {
    width: 350px;
  }

  .gallery21_arrow.is-left {
    right: 3.5rem;
  }

  .past_slide {
    padding-right: 1.5rem;
  }

  .past_mask {
    width: 70%;
  }

  .input {
    margin-bottom: 0;
  }

  .grid-cards {
    grid-row-gap: 3rem;
    grid-template-rows: auto auto auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .logo1_logo {
    max-height: 5rem;
  }

  .logo1_component {
    padding-top: 1rem;
  }

  .div-title-newletters {
    padding-left: 80px;
    padding-right: 80px;
  }

  .navbar2_menu.is-page-height-tablet {
    padding-bottom: 6rem;
  }

  .navbar2_component {
    min-height: 4rem;
  }

  .heading-h4-size {
    font-size: 20px;
  }
}

@media screen and (max-width: 479px) {
  .nav-link.white {
    margin-right: 0;
  }

  .footer {
    padding-top: 40px;
    padding-bottom: 30px;
  }

  .top-section {
    flex-wrap: wrap;
    max-width: none;
  }

  .footer-title-text {
    width: 100%;
    margin-top: 20px;
  }

  .footer-links {
    flex-flow: wrap;
    justify-content: flex-start;
    margin-top: 0;
  }

  .footer-links-container {
    flex-wrap: wrap;
    align-content: flex-start;
    align-items: flex-start;
  }

  .form, .form.contact {
    width: 100%;
  }

  .footer-small-text {
    margin-top: 20px;
    line-height: 18px;
  }

  .h2 {
    text-align: center;
    font-size: 24px;
  }

  .h3 {
    text-align: center;
    font-size: 18px;
  }

  .h3.faq, .h1 {
    font-size: 20px;
  }

  .footer-links-inner {
    flex-flow: wrap;
    justify-content: flex-start;
    margin-top: 0;
  }

  .container-content {
    padding-left: 16px;
    padding-right: 16px;
  }

  .grid {
    justify-items: stretch;
  }

  .grid-space-slider {
    grid-row-gap: 30px;
  }

  .div-form {
    flex-direction: column;
    padding-left: 10px;
    padding-right: 10px;
  }

  .custom-form {
    width: 100%;
  }

  .cta {
    height: 50px;
    font-size: 16px;
  }

  .cta.small.login-button {
    display: none;
  }

  .cta.small.login-button.mobile {
    display: flex;
  }

  .text-field-2 {
    height: 50px;
    margin-bottom: 0;
  }

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

  .slider {
    height: 550px;
    padding-left: 5px;
    padding-right: 5px;
  }

  .div-card-slider {
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    box-shadow: 0 2px 8px #0003;
  }

  .div-container-texts-card {
    height: 65%;
    padding: 20px;
  }

  .div-container-texts-card.mobile {
    height: 65%;
  }

  .h5 {
    font-size: 16px;
  }

  .h5.card-slider, .h5.color {
    font-size: 14px;
  }

  .link-slider-name {
    margin-bottom: 5px;
  }

  .div-name-artits {
    grid-row-gap: 5px;
  }

  .div-link-footer {
    grid-row-gap: 20px;
    flex-direction: column;
    align-items: center;
    margin-top: 40px;
  }

  .left-arrow-2 {
    width: 40px;
    height: 40px;
    inset: auto auto 0% 0%;
  }

  .right-arrow-2 {
    width: 40px;
    height: 40px;
    inset: auto 0% 0% auto;
  }

  .icon-3 {
    font-size: 20px;
  }

  .slide-nav-2 {
    height: 30px;
    font-size: 8px;
  }

  .icon-5 {
    font-size: 20px;
  }

  .container-top, .container-slider, .container-spaces {
    padding-left: 16px;
    padding-right: 16px;
  }

  .div-container-faq {
    width: 100%;
  }

  .container-f {
    margin-bottom: 20px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .gallery21_arrow, .gallery21_arrow.is-left {
    width: 2.8rem;
    height: 2.8rem;
  }

  .past_slide {
    padding-right: 1rem;
  }

  .past_mask {
    width: 100%;
  }

  .input {
    height: 50px;
    margin-bottom: 0;
  }

  .item-content {
    flex: 1;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .card-image {
    object-fit: cover;
  }

  .logo1_logo {
    max-height: 6rem;
  }

  .logo1_component {
    flex-flow: column;
    justify-content: center;
  }

  .container-partnershops {
    padding-left: 16px;
    padding-right: 16px;
  }

  .div-title-newletters {
    padding-left: 0;
    padding-right: 0;
  }

  .user-menu-email {
    font-size: 12px;
  }

  .user-menu.w--open {
    right: -125%;
  }

  .heading-h4-size {
    font-size: 18px;
  }

  .dropdown-toggle-5 {
    font-size: 20px;
  }
}

#w-node-e34972e0-0842-da18-9f56-c198cab1b243-e77948fb, #w-node-_6b962c5e-3346-02e4-70ca-90fb59aac933-e77948fb, #w-node-e2b17a63-3194-5a4e-0200-cd40178f8fb5-e77948fb, #w-node-bdfbe442-20ac-b42a-1271-0dda25a99990-e77948fb, #w-node-_1eb6d09e-16e1-3158-72e0-82dfde178119-e77948fb, #w-node-f9e5c17f-9b2f-c488-3a44-92e375a84194-e77948fb, #w-node-f9e5c17f-9b2f-c488-3a44-92e375a8419d-e77948fb, #w-node-f9e5c17f-9b2f-c488-3a44-92e375a841a6-e77948fb, #w-node-f9e5c17f-9b2f-c488-3a44-92e375a841af-e77948fb, #w-node-f9e5c17f-9b2f-c488-3a44-92e375a841b8-e77948fb, #w-node-f9e5c17f-9b2f-c488-3a44-92e375a841c1-e77948fb, #w-node-f9e5c17f-9b2f-c488-3a44-92e375a841ca-e77948fb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_72f133a1-80fd-25c9-8b0e-5643004c9ab3-004c9aa2 {
  justify-self: center;
}

#w-node-_72f133a1-80fd-25c9-8b0e-5643004c9ad1-004c9aa2 {
  justify-self: end;
}


@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-Italic.woff') format('woff');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-Regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-MediumItalic.woff') format('woff');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-SemiBoldItalic.woff') format('woff');
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-SemiBold.woff') format('woff');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-BoldItalic.woff') format('woff'), url('../fonts/Poppins-ExtraBoldItalic.woff') format('woff');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-BlackItalic.woff') format('woff');
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-ExtraBold.woff') format('woff'), url('../fonts/Poppins-Bold.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-Black.woff') format('woff');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}