@font-face {
  font-family: Eina;
  src: url('../fonts/Eina01-Light.otf') format("opentype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Eina;
  src: url('../fonts/Eina01-LightItalic.otf') format("opentype");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}

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

@font-face {
  font-family: Eina;
  src: url('../fonts/Eina01-SemiboldItalic.otf') format("opentype");
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}

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

@font-face {
  font-family: Eina;
  src: url('../fonts/Eina01-BoldItalic.otf') format("opentype");
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Eina;
  src: url('../fonts/Eina01-Bold.otf') format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Eina;
  src: url('../fonts/Eina01-RegularItalic.otf') format("opentype");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

:root {
  --black: black;
  --white: white;
  --misty-rose: #ffe2d8;
  --dark-grey: #999;
  --lemon-chiffon: #ffffc2;
  --thistle: #ebd9ff;
}

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

body {
  color: #333;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  color: #000;
  margin-top: 0;
  margin-bottom: 40px;
  font-family: Work Sans, sans-serif;
  font-size: 7vw;
  font-weight: 700;
  line-height: 1;
}

h2 {
  color: var(--black);
  margin-top: 0;
  margin-bottom: 60px;
  font-family: Work Sans, sans-serif;
  font-size: 4vw;
  font-weight: 600;
  line-height: 1;
}

h3 {
  color: var(--black);
  margin-top: 0;
  margin-bottom: 30px;
  font-family: Work Sans, sans-serif;
  font-size: 3vw;
  font-weight: 600;
  line-height: 1;
}

h4 {
  color: var(--black);
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Work Sans, sans-serif;
  font-size: 2vw;
  font-weight: 600;
  line-height: 1;
}

h5 {
  color: var(--black);
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Work Sans, sans-serif;
  font-size: 1.2vw;
  font-weight: 600;
  line-height: 20px;
}

h6 {
  color: #999;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Poppins, sans-serif;
  font-size: 1vw;
  font-weight: 500;
  line-height: 18px;
}

p {
  color: #191919;
  margin-top: 0;
  margin-bottom: 40px;
  font-family: Poppins, sans-serif;
  font-size: 21px;
  font-weight: 300;
  line-height: 1.5;
}

.navbar {
  background-color: #0000;
  justify-content: center;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
}

.main-nav-container {
  background-color: #fff;
  justify-content: space-between;
  align-items: center;
  width: 80%;
  max-width: none;
  padding: 10px;
  display: flex;
  box-shadow: 3px 0 13px -1px #e9e9e9;
}

.nav-menu {
  margin-right: auto;
}

.nav-menu-second {
  margin-left: auto;
}

.main-link {
  color: var(--black);
  letter-spacing: 1px;
  text-transform: uppercase;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Poppins, sans-serif;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  transition: color .4s ease-in-out;
}

.main-link:hover {
  color: #999;
}

.main-link.w--current {
  color: #000;
}

.main-link.footer {
  color: #fff;
  background-color: #0000;
  padding: 10px;
}

.main-link.footer:hover {
  color: #999;
}

.main-link.footer.two {
  font-size: 12px;
}

.main {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: auto;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  position: static;
  overflow: hidden;
}

.main.style-guide {
  padding-top: 100px;
}

.container {
  background-color: #0000;
  width: 80%;
  max-width: 1200px;
  margin-bottom: 60px;
  padding: 100px;
  box-shadow: 1px 1px 6px -1px #d1d1d1;
}

.container.footer {
  box-shadow: none;
  background-color: #0000;
  justify-content: center;
  align-items: center;
  width: 90%;
  margin-bottom: 0;
  padding: 0;
  display: flex;
}

.styleguide-heading {
  color: #b55487;
  margin-bottom: 60px;
  font-size: 1.5vw;
  font-weight: 500;
}

.list {
  margin-bottom: 70px;
}

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

.color {
  background-color: var(--white);
  border: 1px solid #f1f1f1;
  justify-content: flex-start;
  align-items: flex-end;
  height: 100px;
  padding-bottom: 10px;
  padding-left: 20px;
  display: flex;
}

.second-color {
  background-color: var(--black);
  align-items: flex-end;
  padding-bottom: 10px;
  padding-left: 20px;
  display: flex;
}

.fourth-color {
  background-color: var(--misty-rose);
  align-items: flex-end;
  padding-bottom: 10px;
  padding-left: 20px;
  display: flex;
}

.color-code {
  color: #9c9c9c;
  margin-bottom: 0;
  font-size: 12px;
}

.footer {
  background-color: #fdfdfd;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 60px;
  padding-bottom: 0;
  display: flex;
}

.style-guide-heading {
  margin-bottom: 100px;
  font-size: 6vw;
}

.footer__wrap-link {
  margin-top: 0;
  margin-bottom: 0;
  display: flex;
}

.container-bottom {
  background-color: #0000;
  width: 80%;
  max-width: 1200px;
  margin-bottom: 60px;
  padding: 100px;
  box-shadow: 1px 1px 6px -1px #d1d1d1;
}

.container-bottom.footer {
  box-shadow: none;
  background-color: #0000;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  padding: 10px 0 40px;
  display: flex;
}

.bottom-footer {
  background-color: var(--black);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 0;
  padding-bottom: 40px;
  display: flex;
}

.top__wrap {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 40px;
  display: flex;
  position: relative;
}

.copyright-text {
  color: #888;
}

.wrap__copyright {
  margin-left: auto;
}

.link-footer {
  color: #f4f4f4;
  object-fit: cover;
  text-decoration: none;
}

.top__text {
  color: #888;
  margin-bottom: 3px;
  font-family: Work Sans, sans-serif;
  font-size: 12px;
}

.wrap__text {
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 90%;
  padding: 31px 30px;
  display: flex;
  position: relative;
  top: auto;
  bottom: 84px;
}

.wrap__text.footer {
  background-color: #0000;
  align-items: flex-start;
  width: auto;
  padding: 0;
  position: static;
}

.content-social__linkfooter {
  border: 1px #333;
  width: 48px;
  height: 48px;
  margin-top: 0;
  margin-left: 5px;
  margin-right: 5px;
  padding-top: 0;
}

.bold-text {
  font-family: Work Sans, sans-serif;
  font-size: 11px;
}

.social-wrap {
  flex-direction: row;
  margin-left: auto;
  display: flex;
  position: absolute;
}

.footer-image {
  border: 1px #000;
  padding: 10px;
  transition: background-color .4s ease-in-out;
}

.footer-image:hover {
  background-color: #0000;
}

.licensing-section {
  background-color: #fafafa;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: auto;
  min-height: 100vh;
  margin-top: 0;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

.terms-container {
  background-color: #fff;
  border: 1px solid #f0f0f0;
  padding: 55px;
}

.changelog-section {
  background-color: #fafafa;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: auto;
  min-height: 100vh;
  margin-top: 0;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

.changelog-container {
  background-color: #fff;
  border: 1px solid #f0f0f0;
  padding: 55px;
}

.changelog-text {
  margin-bottom: 0;
}

.licensing {
  margin-bottom: 40px;
  font-size: 3.5vw;
}

.licensing-container {
  background-color: #fff;
  border: 1px solid #f0f0f0;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  width: 60%;
  height: auto;
  margin-bottom: 10px;
  padding: 40px;
  display: flex;
}

.licensing-text-wrapper {
  justify-content: space-between;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.licensing-head {
  margin-bottom: 0;
  font-weight: 500;
}

.licensing-link-wrapper {
  align-items: center;
  display: flex;
}

.source-link {
  color: #888;
  margin-right: 20px;
  font-family: Poppins, sans-serif;
  text-decoration: none;
}

.license-link {
  color: #888;
  font-family: Poppins, sans-serif;
  text-decoration: none;
}

.licensing-paragraph {
  margin-bottom: 0;
}

.footer-wrap {
  z-index: 99;
  position: relative;
}

.hero-section__grid {
  grid-template-rows: auto;
  grid-template-columns: 20% 80%;
  width: 100%;
  height: 32.8vw;
}

.main__hero-section {
  z-index: 1;
  background-color: #f8ba07;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-bottom: auto;
  padding: 100px 40px;
  display: flex;
  position: relative;
}

.grid__image {
  background-image: url('../images/oton_paisajedomestico.jpg');
  background-position: 100%;
  background-size: cover;
}

.grid__tab {
  background-color: #fff;
  margin-bottom: 0;
  padding: 30px;
  display: flex;
  position: relative;
}

.tabs {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  display: flex;
}

.first-tab {
  height: 100%;
  bottom: 0;
  overflow: visible;
}

.content {
  z-index: 99;
  align-items: stretch;
  height: 100%;
  display: flex;
  position: relative;
}

.tabs__content {
  z-index: 99;
  width: 100%;
  height: 100%;
  overflow: visible;
}

.tab-link-text {
  font-family: Work Sans, sans-serif;
  font-size: 1.5vw;
  line-height: 1;
}

.tab-link__sabado {
  color: var(--dark-grey);
  background-color: #0000;
  padding-left: 0;
  padding-right: 0;
  font-size: 1.5vw;
}

.tab-link__sabado.w--current {
  color: #000;
  background-color: #0000;
}

.tab-link__third {
  color: var(--dark-grey);
  background-color: #0000;
  padding-left: 0;
  padding-right: 2px;
}

.tab-link__third.w--current {
  color: var(--black);
  background-color: #0000;
  padding-right: 2px;
}

.tab-link {
  color: var(--dark-grey);
  background-color: #0000;
  padding-left: 2px;
  padding-right: 0;
}

.tab-link.w--current {
  color: #000;
  background-color: #0000;
  padding-left: 2px;
  padding-right: 0;
}

.tabs-menu {
  border-bottom: 1px solid #000;
  justify-content: space-between;
  width: 80%;
  display: flex;
}

.fourth-tab {
  height: 100%;
}

.grid-wrap_date {
  z-index: 9999;
  justify-content: flex-start;
  align-items: stretch;
  width: auto;
  height: auto;
  margin: auto 0;
  display: flex;
  position: relative;
  inset: 0% 0% 0% auto;
  transform: rotate(0);
}

.date-text {
  z-index: 9999;
  width: auto;
  height: auto;
  margin: auto 0 auto -16%;
  font-family: Work Sans, sans-serif;
  font-size: 7vw;
  font-weight: 300;
  position: static;
  inset: -129% -111% 49px auto;
  transform: rotate(90deg);
}

.content-grid {
  z-index: 999;
  grid-column-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 78% 24%;
  align-items: stretch;
  width: 100%;
  position: relative;
}

.grid_wrap-text {
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end;
  display: flex;
}

.paragraph-title {
  margin-bottom: 5px;
  font-size: 16px;
  font-weight: 500;
}

.text {
  font-family: Poppins, sans-serif;
}

.wrap-text__grid {
  grid-column-gap: 0px;
  border-top: 1px #000;
  border-bottom: 1px solid #000;
  grid-template-rows: auto auto auto auto auto auto auto;
  grid-template-columns: 1fr .5fr;
  width: 100%;
  margin-top: 20px;
  padding-top: 0;
  padding-bottom: 20px;
}

.date {
  text-align: right;
  text-transform: uppercase;
  height: 15%;
  margin-bottom: 5px;
  font-size: 16px;
  font-weight: 500;
}

.second-tab {
  height: 100%;
}

.hero-section {
  z-index: 1;
  opacity: 1;
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 101vh;
  margin-top: 0;
  display: flex;
  position: relative;
}

.hero-section__video-bg {
  margin-top: 0;
  top: 982px;
}

.hero-section__wrapper-title {
  color: #ff3a34;
  background-color: #fff;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  height: auto;
  margin-top: -28px;
  padding-top: 163px;
  padding-bottom: 35px;
  display: flex;
  position: relative;
  box-shadow: 1px 1px 6px #979797;
}

.description__container {
  box-shadow: none;
  background-color: #0000;
  flex-direction: column;
  align-items: center;
  width: 90%;
  max-width: 1060px;
  margin-bottom: 0;
  padding: 0;
  display: flex;
  overflow: hidden;
}

.section-description {
  z-index: 1;
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  padding-top: 79px;
  padding-bottom: 100px;
  display: flex;
  position: relative;
}

.description__grid {
  grid-column-gap: 79px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  width: 60%;
  max-width: 750px;
  margin-top: 60px;
}

.wrap__paragraph {
  margin-right: 0;
  font-family: Eina, sans-serif;
  font-size: 21px;
  font-style: normal;
  font-weight: 300;
  line-height: 1.5;
  text-decoration: none;
}

.wrap__paragraph.black {
  margin-top: 117px;
  font-family: Eina, sans-serif;
  font-size: 23px;
  font-weight: 400;
}

.wrap__paragraph.white {
  color: var(--black);
}

.image {
  aspect-ratio: auto;
  height: 100px;
}

.video-background {
  z-index: -1;
  order: 1;
  height: 100vh;
  bottom: 0;
}

.slider {
  background-color: #0000;
  width: 44vw;
  height: 50vh;
  margin-bottom: 100px;
  position: absolute;
  inset: auto 0% auto auto;
  overflow: hidden;
}

.mask__first-slide {
  width: 100%;
  height: 100%;
  margin-right: 20px;
  position: relative;
  bottom: auto;
}

.container__grid {
  grid-column-gap: 65px;
  grid-template-rows: auto;
  width: 65vw;
  max-width: 800px;
  margin-top: 60px;
}

.container__grid.white {
  grid-column-gap: 35px;
  grid-template-columns: 1fr;
  width: 65vw;
  max-width: 800px;
  margin-bottom: auto;
}

.section-ras {
  z-index: 1;
  color: var(--black);
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  padding-top: 100px;
  padding-bottom: 100px;
  font-style: normal;
  font-weight: 700;
  display: flex;
  position: relative;
  overflow: visible;
}

.mask__artist1-slide {
  background-image: url('../images/RAS-DE-TERRA2.jpg');
  background-position: 0 0;
  background-size: auto;
  width: 100%;
  margin-right: 20px;
}

.mask__third-slide {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: auto;
  width: 100%;
  margin-right: 30px;
}

.first-slide__bg-two {
  background-image: url('../images/Ras-de-Terra-2.jpeg');
  background-position: 0%;
  background-repeat: repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  margin-right: 20px;
}

.wrpper-title__container {
  box-shadow: none;
  background-color: #0000;
  flex-direction: column;
  align-items: center;
  width: 70%;
  max-width: 1300px;
  margin-bottom: 0;
  padding: 0;
  display: flex;
}

.container__title {
  text-align: center;
  padding-left: 0;
  font-family: Eina, sans-serif;
  font-size: 115px;
  font-weight: 700;
  position: relative;
  top: 15%;
}

.container__title.mobile {
  object-fit: fill;
  flex: 0 auto;
  margin: 57px auto 55px 113px;
  padding-left: 0;
  font-size: 104px;
  font-weight: 700;
  display: block;
  position: relative;
  top: -1%;
  left: auto;
}

.container_subtitle {
  color: #818181;
  margin-right: auto;
  padding-left: 10px;
  font-size: 16px;
}

.second-slide__bg-two {
  background-image: url('../images/Ras-de-Terra_Paula-Gómez-1920x1274.jpg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  height: 100%;
}

.third-slide__bg-two {
  width: 100%;
  height: 100%;
}

.second-slide__bg {
  background-image: url('../images/FE98E0A7-C219-4654-8296-7FE3CC62A431.jpg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  height: 100%;
}

.third-slide__bg {
  background-image: url('../images/JUSTMAD-imagen.jpeg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  height: 100%;
}

.first-slide__bg {
  object-fit: fill;
  background-image: url('../images/JUSTMAD-imagen-general-1.jpeg');
  background-position: 0 0;
  background-size: cover;
  width: 100%;
  height: 100%;
}

.first-slide__bg-one {
  background-image: url('../images/oscar-garcia-pac-_-3-560x560.jpeg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
  height: 100%;
}

.second-slide__bg-one {
  background-image: url('../images/slide-qs4-1920x528.jpeg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  height: 100%;
}

.third-slide__bg-one {
  background-image: url('../images/3b.jpg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  height: 100%;
}

.section-team {
  z-index: 2;
  clear: none;
  text-transform: capitalize;
  object-fit: fill;
  background-color: #fff;
  flex-direction: column;
  align-items: center;
  width: 100%;
  height: auto;
  margin-left: 0;
  margin-right: 0;
  padding-top: 0;
  font-family: Eina, sans-serif;
  display: flex;
  position: relative;
  overflow: visible;
}

.team__grid {
  z-index: 2;
  grid-column-gap: 42px;
  grid-row-gap: 42px;
  grid-template: "." 1fr
                 "Area" 1fr
                 / 1fr 1fr 1fr 1fr;
  grid-auto-flow: row;
  justify-items: center;
  width: 80%;
  margin-bottom: 220px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.grid__card-team {
  text-decoration: none;
  overflow: hidden;
}

.card-team__subtitle {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 16px;
}

.card-team__subtitle.contact {
  margin-top: 0;
  font-size: 1rem;
}

.team__grid-second {
  z-index: 1;
  grid-column-gap: 42px;
  grid-row-gap: 42px;
  grid-template: "."
  / 1fr 1fr 1fr 1fr;
  width: 80%;
  margin: 0 auto 220px;
  position: relative;
  top: auto;
}

.card-team-name {
  color: #161515;
  letter-spacing: 0;
  text-transform: none;
  white-space: normal;
  font-family: Eina, sans-serif;
  font-size: 2.3vw;
  font-weight: 700;
  line-height: 32px;
}

.card-team-name.nueva {
  color: #020202;
  font-family: Eina, sans-serif;
  font-weight: 700;
}

.team__title {
  text-align: center;
  margin-bottom: 300px;
  font-family: Eina, sans-serif;
  font-size: 120px;
  font-weight: 600;
}

.text-team {
  position: static;
  inset: 0% auto auto;
}

.team-heading {
  color: #d8b8c4;
  position: relative;
  top: -109px;
}

.second-team__heading {
  color: #dd6a6a;
  font-family: Eina, sans-serif;
  font-size: 7vw;
  font-style: normal;
  font-weight: 400;
  position: absolute;
  top: -108px;
}

.team__heading {
  z-index: -1;
  color: #f5f5f5;
  position: absolute;
  top: -19%;
}

.loading-section {
  z-index: 9999;
  background-color: #e2e2e2;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: none;
  position: fixed;
  inset: 0%;
}

.loading-section__logo {
  display: none;
}

.hero-section__wrap-title {
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  margin-top: 140px;
  margin-bottom: 0;
  display: flex;
  position: relative;
}

.container-box {
  width: 80%;
}

.section-gallery {
  z-index: 1;
  background-color: #0000;
  flex-direction: column;
  align-items: center;
  height: auto;
  margin-bottom: 0;
  padding: 0;
  display: flex;
  position: relative;
  top: 0;
  overflow: visible;
}

.gallery__sticky-wrap {
  width: 100%;
  height: 100vh;
  position: sticky;
  top: 0;
  overflow: hidden;
}

.sticky-wrap__bg {
  background-image: url('../images/Zooh_pablo_prada.jpg');
  background-position: 50%;
  background-size: cover;
  padding: 6rem;
  position: absolute;
  inset: 0%;
}

.sticky-wrap__bg.second {
  background-image: url('../images/TM_GALERIA.jpeg');
  background-position: 50%;
  background-size: cover;
}

.sticky-wrap__bg.third {
  background-image: url('../images/SKIASKOPE.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  width: 100vw;
  overflow: hidden;
}

.sticky-wrap__bg.cuatro {
  background-image: url('../images/paisaje_domestico.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100vw;
  overflow: hidden;
}

.sticky-wrap__bg.cinco {
  background-image: url('../images/oton_paisajedomestico.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  width: 100vw;
  overflow: hidden;
}

.sticky-wrap__bg.seis {
  background-image: url('../images/on_art_space.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100vw;
  overflow: hidden;
}

.sticky-wrap__bg.siete {
  background-image: url('../images/95gallery.jpeg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100vw;
  overflow: hidden;
}

.sticky-wrap__bg.ocho {
  background-image: url('../images/marte.jpg');
  background-repeat: no-repeat;
  width: 100vw;
  overflow: hidden;
}

.sticky-wrap__bg.nueve {
  background-image: url('../images/CASA-SUR-Isabel-Brinck.jpg');
  background-repeat: no-repeat;
  width: 100vw;
  overflow: hidden;
}

.sticky-wrap__bg.diez {
  background-image: url('../images/LOU-_-LOU-GALLERY.-Mark-Powell.jpg');
  background-repeat: no-repeat;
  width: 100vw;
  overflow: hidden;
}

.sticky-wrap__bg.once {
  background-image: url('../images/Emerge-Leyre-Pérez.jpg');
  background-repeat: no-repeat;
  width: 100vw;
  overflow: hidden;
}

.sticky-wrap__bg.doce {
  background-image: url('../images/Es-Arte-GalleryAlba-Cortés.jpeg');
  background-repeat: no-repeat;
  width: 100vw;
  overflow: hidden;
}

.sticky-wrap__bg.trece {
  background-image: url('../images/Espacio-Lobo-Lorenzo-López-Lumeras.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  width: 100vw;
  overflow: hidden;
}

.sticky-wrap__bg.catorce {
  background-image: url('../images/Est_Art-AROL.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  width: 100vw;
  overflow: hidden;
}

.sticky-wrap__bg.quince {
  background-image: url('../images/Fucáres-Jorge-Gil.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  width: 100vw;
  overflow: hidden;
}

.sticky-wrap__bg.dieciseis {
  background-image: url('../images/Galería-Casa-Zóbel-Xavi-García.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  width: 100vw;
  overflow: hidden;
}

.sticky-wrap__bg._17 {
  background-image: url('../images/Galerie-PanoptikumEkaterinaIakiamseva.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100vw;
  overflow: hidden;
}

.sticky-wrap__bg._18, .sticky-wrap__bg._19 {
  background-image: url('../images/Hidden-Gallery-Marc-Montijano.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  width: 100vw;
  overflow: hidden;
}

.sticky-wrap__bg._20 {
  background-image: url('../images/Jinsan-Art-Gallery-Chae-Hyesun.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  width: 100vw;
  overflow: hidden;
}

.sticky-wrap__bg._21, .sticky-wrap__bg._22 {
  background-image: url('../images/Juca-Claret-Patricia-Krohn.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  width: 100vw;
  overflow: hidden;
}

.sticky-wrap__bg._23 {
  background-image: url('../images/La-TriniLluis-Salvador.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  width: 100vw;
  overflow: hidden;
}

.sticky-wrap__bg._24 {
  background-image: url('../images/LASTCRIT-Paola-Martínez-Fiterre.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  width: 100vw;
  overflow: hidden;
}

.sticky-wrap__bg._25 {
  background-image: url('../images/Loo-_-Lou-Andrew-Ntshabele.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  width: 100vw;
  overflow: hidden;
}

.sticky-wrap__bg._26 {
  background-image: url('../images/MAC-Florencio-de-la-Fuente-Christian-Villamide.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  width: 100vw;
  overflow: hidden;
}

.sticky-wrap__bg._27 {
  background-image: url('../images/Martín-Vidales-Art-Paula-López-Bravo.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  width: 100vw;
  overflow: hidden;
}

.sticky-wrap__bg._28 {
  background-image: url('../images/Materna-y-Herencia-OTON.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  width: 100vw;
  overflow: hidden;
}

.sticky-wrap__bg._29 {
  background-image: url('../images/METRO-Lúa-Gándara.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  width: 100vw;
  overflow: hidden;
}

.sticky-wrap__bg._30 {
  background-image: url('../images/Modus-OperandiJazzy-Dope.jpeg');
  background-repeat: no-repeat;
  background-size: cover;
  width: 100vw;
  overflow: hidden;
}

.sticky-wrap__bg._31 {
  background-image: url('../images/Navel-Art-Kaufam.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  width: 100vw;
  overflow: hidden;
}

.sticky-wrap__bg._32 {
  background-image: url('../images/NFTManía-Javier-Arrés.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  width: 100vw;
  overflow: hidden;
}

.sticky-wrap__bg._33 {
  background-image: url('../images/Olga-Julián-CocoEscribano.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  width: 100vw;
  overflow: hidden;
}

.sticky-wrap__bg._34 {
  background-image: url('../images/PERVE-Bogdan-Gulyay.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  width: 100vw;
  overflow: hidden;
}

.sticky-wrap__bg._35 {
  background-image: url('../images/RampaMiguelÁngelMelinchón.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  width: 100vw;
  overflow: hidden;
}

.sticky-wrap__bg._36 {
  background-image: url('../images/S-Gallery-Cecilia-Barreto.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  width: 100vw;
  overflow: hidden;
}

.sticky-wrap__bg._37 {
  background-image: url('../images/Soraya-Cartartegui-Chamnan-Chongpaiboon.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  width: 100vw;
  overflow: hidden;
}

.sticky-wrap__bg._38 {
  background-image: url('../images/TNOT-Area-Judas-Arrieta.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  width: 100vw;
  overflow: hidden;
}

.sticky-wrap__bg._39 {
  background-image: url('../images/Adriana-Fernández_Diapositiva_2022_130x100cm.jpeg');
  background-repeat: no-repeat;
  background-size: cover;
  width: 100vw;
  overflow: hidden;
}

.sticky-wrap__bg._40 {
  background-image: url('../images/Yoko-Emma-Richardson.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  width: 100vw;
  overflow: hidden;
}

.sticky-wrap__bg._8 {
  background-image: url('../images/latriniespaidart.jpeg');
  background-position: 50%;
}

.sticky-wrap__bg._9 {
  background-image: url('../images/galeria_la_plataforma.jpg');
  background-position: 50%;
}

.section-exhibitions {
  z-index: 99;
  -webkit-text-fill-color: inherit;
  background-color: #daf7a6;
  background-clip: border-box;
  width: 100%;
  height: auto;
  margin-top: 68px;
  margin-bottom: 0;
  padding: 6rem 6rem 0;
  position: relative;
}

.card-image {
  z-index: 0;
  float: none;
  object-fit: fill;
  max-width: 100%;
  height: auto;
  display: block;
  position: relative;
  top: 0;
  right: 0;
  overflow: visible;
}

.exhibitions-grid {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  width: auto;
  height: auto;
  margin-top: 6rem;
  position: static;
}

.bg {
  z-index: 0;
  background-color: #0000;
  background-image: url('../images/JUSTMAD-imagen-general-1.jpeg');
  background-position: 0 0;
  background-size: 100%;
  position: absolute;
  inset: 0%;
}

.bg-black {
  z-index: 0;
  background-color: #0000;
  display: block;
  position: fixed;
  inset: 0%;
}

.change-bg {
  z-index: 1;
  background-color: #0000;
  position: relative;
}

.card-team__name {
  font-size: 1.7vw;
}

.bg-title {
  z-index: 1;
  object-fit: contain;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.gradient {
  background-color: #0000;
  background-image: linear-gradient(8deg, #0d0d11b3, #0d0d11b3 0%, #0000);
  position: absolute;
  inset: 0%;
}

.menu {
  display: none;
}

.mask__left-arrow {
  background-color: var(--white);
  color: #000;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  font-size: 20px;
  left: 3%;
}

.mask__right-arrow {
  background-color: var(--white);
  color: #000;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  font-size: 20px;
  right: 3%;
}

.grid__card {
  backface-visibility: visible;
  flex-wrap: nowrap;
  width: auto;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  display: inline;
  position: relative;
  overflow: hidden;
}

.card__wrap-text {
  z-index: 1;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #000;
  flex-flow: column wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-content: stretch center;
  align-items: flex-start;
  width: auto;
  height: 100%;
  margin-bottom: 40px;
  margin-left: 0;
  margin-right: 0;
  padding: 100px;
  display: block;
  position: absolute;
  inset: 0% 0% auto;
  overflow: visible;
}

.exhibition_title {
  color: var(--white);
  text-transform: capitalize;
  margin-bottom: 40px;
  font-size: 2.1vw;
  font-weight: 600;
  line-height: 1;
}

.exibition-sub-title {
  clear: left;
  color: var(--lemon-chiffon);
  -webkit-text-fill-color: transparent;
  background-color: #0000;
  -webkit-background-clip: text;
  background-clip: text;
  order: 0;
  align-self: auto;
  margin-top: 10px;
  font-family: Poppins, sans-serif;
  font-size: 2vw;
  display: block;
  position: static;
}

.exhibitions__paragraph {
  color: var(--white);
  font-size: 1.1vw;
  font-weight: 200;
  line-height: 1.7;
}

.wrap-overflow {
  overflow: hidden;
}

.card__img {
  font-family: Open Sans, sans-serif;
}

.section-exhibitions__title {
  text-transform: uppercase;
  padding-left: 0;
  padding-right: 0;
  font-size: 8vw;
  font-weight: 700;
  line-height: .9;
}

.section-exhibitions__title.contact {
  font-size: 11vw;
  font-weight: 500;
}

.gallery__title {
  color: var(--white);
  text-transform: uppercase;
  font-size: 4.5vw;
}

.wrap__slider {
  height: 50vh;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
}

.wrap__slider.oscar {
  background-image: url('../images/oscar-garcia-pac-_-3-560x560.jpeg');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: 500px;
}

.section-contact__slider {
  background-color: #0000;
  width: 100%;
  height: 100%;
  padding-bottom: 60px;
  overflow: hidden;
}

.slider__mask {
  width: 75%;
  margin-left: auto;
  margin-right: auto;
  overflow: visible;
}

.contact-first-slide {
  width: 100%;
  padding-left: 2rem;
  padding-right: 2rem;
}

.grid-slide {
  grid-column-gap: 16px;
  grid-template-rows: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.slide-bg {
  background-image: url('../images/contact3.jpg');
  background-position: 50%;
  background-size: cover;
  height: 80vh;
}

.slide-bg.second {
  background-image: none;
}

.slide-bg.first {
  background-image: url('../images/JUSTMAD-imagen-general-1.jpeg');
}

.slide-wrap-text {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  height: auto;
  display: flex;
}

.location-grid {
  grid-template-columns: .25fr 1fr;
  width: 100%;
}

.location-paragraph {
  margin-bottom: 0;
  font-size: 1rem;
}

.contact-second-slide, .contact-third-slide {
  padding-left: 2rem;
  padding-right: 2rem;
}

.slide-nav {
  font-size: 8px;
  bottom: 0;
}

.right-arrow-4 {
  background-image: linear-gradient(270deg, var(--white), #fff0);
  width: 8%;
  height: auto;
  margin-bottom: auto;
  margin-left: auto;
  margin-right: 0;
  display: flex;
  position: absolute;
  inset: 0% 0% 0% auto;
  overflow: hidden;
}

.icon-2 {
  color: var(--black);
  font-size: 25px;
  position: absolute;
  inset: 0% 29% 0% auto;
}

.left-arrow-4 {
  background-image: linear-gradient(to right, var(--white), transparent);
  justify-content: flex-start;
  width: 9%;
  display: flex;
  left: auto;
}

.icon-3 {
  color: var(--black);
  font-size: 25px;
  inset: 0% auto 0% 29%;
}

.section-contact {
  background-color: var(--white);
  width: 100%;
  height: auto;
  padding-top: 100px;
  padding-bottom: 100px;
  display: block;
  position: relative;
  overflow: hidden;
}

.section-form {
  z-index: 2;
  background-color: var(--black);
  justify-content: center;
  align-items: center;
  height: 300vh;
  padding-top: 140px;
  padding-bottom: 140px;
  display: flex;
  position: relative;
}

.bg-form {
  z-index: -1;
  background-color: var(--misty-rose);
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
}

.content-title {
  color: var(--white);
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  padding: 0;
  font-size: 60vh;
  font-weight: 700;
  line-height: .9;
  position: sticky;
  top: 0;
  left: 0;
}

.form {
  z-index: 10;
  background-color: var(--black);
  align-items: center;
  margin-bottom: auto;
  padding-bottom: 140px;
  padding-left: 0;
  display: block;
  position: relative;
  bottom: 0;
}

.brand {
  padding-bottom: 20px;
}

.box-container {
  background-color: #b9dee2;
  justify-content: center;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

.box-container.black {
  background-color: #a7ebbb;
  justify-content: center;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

.box-container.rose {
  background-color: #abdde2;
  margin-left: auto;
}

.container__subtitle {
  color: var(--dark-grey);
  margin-right: auto;
  padding-left: 7px;
  font-size: 16px;
}

.container_title {
  margin-right: auto;
  font-size: 125px;
}

.container_title.white {
  color: var(--black);
}

.slide__mask {
  width: 93%;
  height: 60%;
  overflow: visible;
}

.card-grid {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  margin-bottom: 20px;
}

.second-card-grid {
  grid-template-rows: auto;
  grid-template-columns: 1fr .5fr;
  margin-bottom: 20px;
}

.third-color {
  background-color: #f2f2f2;
  align-items: flex-end;
  padding-bottom: 10px;
  padding-left: 20px;
  display: flex;
}

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

.lottie-animation {
  width: 40px;
}

.form__horizontal-wrapper {
  width: 100%;
  height: 100vh;
  position: sticky;
  top: 0;
  bottom: 0;
  overflow: hidden;
}

.horizzontal-wrap__overflow {
  width: 100%;
  height: 100%;
  overflow: visible;
}

.overflow__horizontal-scroll {
  width: 400vw;
  height: 100%;
  position: relative;
}

.scroll__horizontal-content {
  color: #fff;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-left: 0;
  display: flex;
}

.form-block__form {
  color: #1d1d1d;
}

.form-block {
  color: #7e7b7b;
  width: 85%;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
}

.form__text-field {
  opacity: .36;
  background-color: #0000;
  border: 1px #000;
  border-bottom: 3px solid #8c8c8c;
  height: auto;
  padding-left: 0;
  font-family: Work Sans, sans-serif;
  font-size: 15vh;
  line-height: 15vh;
}

.form__text-field:active {
  opacity: 1;
}

.form__text-field:focus {
  border-bottom-color: var(--white);
  opacity: 1;
  color: var(--white);
}

.form__textarea {
  opacity: .36;
  background-color: #0000;
  border: 1px #000;
  border-bottom: 3px solid #8c8c8c;
  height: auto;
  margin-top: 40px;
  font-family: Work Sans, sans-serif;
  font-size: 15vh;
  line-height: 15vh;
}

.form__textarea:focus {
  border-bottom-color: var(--white);
  opacity: 1;
  color: var(--white);
}

.form__button {
  text-align: left;
  text-transform: uppercase;
  background-color: #0000;
  width: auto;
  margin-top: 100px;
  padding-left: 0;
  font-family: Work Sans, sans-serif;
  font-size: 31vw;
  font-weight: 600;
  line-height: 31vw;
}

.overflow-wrap {
  overflow: hidden;
}

.overflow-wrap.margin-left {
  margin-left: 140px;
}

.image-scrollable {
  justify-content: flex-end;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.bg-image {
  width: 29.167vw;
  height: 41.667vw;
  margin-top: auto;
  margin-bottom: auto;
  margin-right: 60px;
}

.bg-image.first {
  opacity: .63;
  background-image: url('../images/newsletter1.jpg');
  background-position: 50%;
}

.bg-image.second {
  opacity: .63;
  background-image: url('../images/newslette2.jpg');
  background-position: 50%;
  background-size: cover;
}

.bg-image.third {
  opacity: .63;
  background-image: url('../images/newslette3.jpg');
  background-position: 50%;
  background-size: cover;
}

.bg-image.fourth {
  opacity: .63;
  background-image: url('../images/newslette4.jpg');
  background-position: 50%;
  background-size: cover;
}

.form__success-message {
  color: var(--white);
  background-color: #0000;
  margin-top: auto;
  margin-bottom: auto;
  font-size: 60px;
}

.success-message__text {
  font-family: Poppins, sans-serif;
  font-size: 50px;
  line-height: 1;
}

.form__error-message {
  color: var(--white);
  background-color: #f89e9e;
  padding-top: 20px;
  padding-bottom: 20px;
  font-family: Poppins, sans-serif;
  font-size: 35px;
  line-height: 1;
}

.mask__slide-nav {
  position: static;
}

.utility-page-wrap {
  opacity: 1;
  background-image: url('../images/JUSTMAD-imagen.jpeg');
  background-position: 50%;
  background-size: cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  z-index: 2;
  text-align: center;
  flex-direction: column;
  align-items: center;
  width: auto;
  display: flex;
  position: relative;
}

.filter {
  background-color: #ffffffd1;
  position: absolute;
  inset: 0%;
}

.heading {
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 5vw;
}

.heading.password {
  font-size: 4vw;
}

._404-text-wrapper {
  margin-bottom: 20px;
  font-family: Poppins, sans-serif;
}

.button {
  background-color: var(--black);
  color: var(--white);
  padding: 17px 57px;
  font-family: Poppins, sans-serif;
  transition: color .4s ease-in-out, background-color .4s ease-in-out;
}

.button:hover {
  background-color: var(--misty-rose);
  color: var(--black);
  font-weight: 600;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.text-field {
  text-align: center;
  width: 100%;
  font-family: Poppins, sans-serif;
}

.text-span {
  font-size: 90px;
}

.heading-2, .heading-3 {
  font-size: 3.5vw;
}

.text-span-2 {
  font-size: 18px;
}

.paragraph {
  z-index: 20;
  color: var(--black);
  text-decoration: none;
  position: relative;
}

.paragraph-2 {
  flex: 0 auto;
  align-items: flex-start;
  margin-top: -318px;
  padding-left: 86px;
  padding-right: 135px;
  font-size: 24px;
  font-weight: 700;
  text-decoration: none;
  display: block;
  position: sticky;
  inset: 0%;
}

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

.columns {
  object-fit: contain;
  max-width: 100px;
  margin-left: 0;
  display: flex;
}

.text-span-3, .text-span-4 {
  font-weight: 700;
}

.text-span-5 {
  font-weight: 600;
}

.text-span-6 {
  font-weight: 400;
}

.text-span-7, .text-span-8 {
  font-weight: 600;
}

.text-span-9, .text-span-10 {
  font-size: 6vw;
}

.text-span-11, .text-span-12, .text-span-13 {
  font-size: 5vw;
}

.text-span-14, .text-span-15 {
  color: #dfdada;
}

.text-span-16 {
  font-size: 3vw;
}

.text-span-17 {
  font-size: 2vw;
}

.image-2 {
  margin-top: 18px;
  position: relative;
  top: 0;
}

.image-3 {
  margin-top: 10px;
}

.column {
  padding-right: 300px;
  position: static;
}

.dropdown-toggle {
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Poppins, sans-serif;
  font-weight: 600;
}

.icon-4 {
  margin: 10px auto 0;
  padding-left: 0;
}

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

.dropdown-link {
  background-color: #0000;
}

.image-7 {
  object-fit: fill;
  background-color: #0000;
  width: auto;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  display: block;
  overflow: auto;
}

.button-2 {
  outline-offset: 0px;
  color: #fff;
  text-align: center;
  text-transform: capitalize;
  column-count: auto;
  cursor: auto;
  background-color: #f60793;
  border: 1px solid #f0eaea;
  border-radius: 9px;
  outline: 3px #000;
  width: 100%;
  height: auto;
  padding-top: 16px;
  padding-bottom: 16px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 24px;
  font-weight: 700;
  transform: translate(0)translate(0);
  box-shadow: 12px 2px 5px #0003;
}

.section-prensa {
  background-color: #ecdbdb;
  width: 100px;
}

.link, .link-2 {
  color: #f0ec85;
}

.column-2 {
  overflow: auto;
}

.columns-2 {
  width: 100%;
}

.grid-4 {
  grid-row-gap: 0px;
  grid-template-rows: 50px 128px 0;
  grid-template-columns: 1fr 1fr;
}

.heading-5 {
  color: var(--black);
  font-family: Poppins, sans-serif;
  font-size: 1vw;
  font-weight: 400;
}

.container-2 {
  object-fit: fill;
  background-image: url('../images/JUSTMAD-imagen.jpeg');
  background-position: 50%;
  background-size: cover;
  background-attachment: fixed;
}

.image-8 {
  margin-top: 31px;
}

.dropdown-list {
  background-color: #fff;
  font-family: Work Sans, sans-serif;
}

.bold-text-2 {
  color: #dfdc92;
  font-family: Eina, sans-serif;
}

.bold-text-2.solo {
  font-weight: 400;
}

.bold-text-3 {
  color: #dd6a6a;
  font-family: Eina, sans-serif;
  font-size: 7vw;
  display: inline;
}

.bold-text-4 {
  color: #0c3866;
  font-size: 6vw;
}

.bold-text-4.editoriales {
  color: purple;
}

.bold-text-5 {
  font-family: Eina, sans-serif;
}

.text-span-22 {
  color: #000;
  text-decoration: none;
}

.bold-text-6 {
  font-size: 6vw;
}

.grid-4-copy {
  grid-template-rows: 55px 83px 61px 42px 49px 48px 58px 55px 100px;
  grid-template-columns: .5fr;
}

.first-slide__bg-two-copy {
  background-image: url('../images/Ras-de-Terra-2.jpeg');
  background-position: 0%;
  background-repeat: repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  margin-right: 20px;
}

.slider-copy {
  object-fit: contain;
  inset: 0% 0% 0% auto;
  background-color: #0000;
  width: 44vw;
  height: 50vh;
  margin-bottom: 100px;
  position: absolute;
  inset: auto 0% auto auto;
  overflow: hidden;
}

.heading-6 {
  clear: none;
  margin-top: -9px;
  margin-bottom: 60px;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 113px;
  font-size: 2vw;
  line-height: 27px;
  position: static;
}

.paragraph-3 {
  color: #fff;
  font-size: 16px;
}

.section-ras-performance {
  z-index: 1;
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
  position: relative;
  overflow: visible;
}

.section-ras-performance.section-about {
  margin-top: 0;
  margin-bottom: 124px;
}

.container__grid-3 {
  grid-column-gap: 65px;
  grid-template-rows: auto;
  width: 65vw;
  max-width: 800px;
  margin-top: 60px;
}

.container__grid-3.white {
  grid-column-gap: 35px;
  grid-template-columns: 1fr;
  width: 65vw;
  max-width: 800px;
  margin-bottom: auto;
}

.container__grid-1 {
  grid-column-gap: 65px;
  grid-template-rows: auto;
  width: 65vw;
  max-width: 800px;
  height: 16%;
  margin-top: 60px;
}

.container__grid-1.white {
  grid-column-gap: 35px;
  grid-template-columns: 1fr;
  width: 65vw;
  max-width: 800px;
  margin-bottom: auto;
}

.slider-copy-em {
  object-fit: contain;
  background-color: #0000;
  width: 44vw;
  height: 50vh;
  margin-bottom: 100px;
  position: absolute;
  inset: auto 0% auto auto;
  overflow: hidden;
}

.slider-copy-as {
  object-fit: contain;
  background-color: #0000;
  width: 44vw;
  height: 50vh;
  margin-bottom: auto;
  position: absolute;
  inset: auto 0% auto auto;
  overflow: hidden;
}

.wrap__slider-em {
  height: 50vh;
}

.mask__first-slide-alvaroaroca {
  object-fit: fill;
  background-image: url('../images/Alvaro-Aroca-Postal_page-0002.jpg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  margin-right: 20px;
  position: relative;
  bottom: auto;
}

.mask__first-slide-dt {
  background-image: url('../images/Ras-de-Terra-2.jpeg');
  background-position: 0%;
  background-repeat: repeat-x;
  background-size: cover;
  width: 100%;
  height: 100%;
  margin-right: 20px;
  position: relative;
  bottom: auto;
}

.slide__mask-rdt {
  width: 93%;
  padding-left: 20px;
  overflow: visible;
}

.mask__second-slide-em {
  background-image: url('../images/Ras-de-Terra_Paula-Gómez-1920x1274.jpg');
  background-position: 0%;
  background-size: cover;
  width: 100%;
  margin-right: 20px;
}

.container__grid-3-copy {
  grid-column-gap: 65px;
  grid-template-rows: auto;
  width: 65vw;
  max-width: 800px;
  margin-top: 100px;
}

.container__grid-3-copy.white {
  grid-column-gap: 35px;
  grid-template-columns: 1fr;
  width: 65vw;
  max-width: 800px;
  margin-bottom: auto;
}

.container__grid-2 {
  grid-column-gap: 65px;
  grid-template-rows: auto;
  width: 65vw;
  max-width: 791px;
  height: 16%;
  margin-top: 100px;
}

.container__grid-2.white {
  grid-column-gap: 35px;
  grid-template-columns: 1fr;
  width: 65vw;
  max-width: 800px;
  margin-bottom: auto;
}

.mask__first-slide-roberiobraga {
  background-image: url('../images/akumenditeguy.jpeg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
  height: 100%;
  margin-right: 20px;
  position: relative;
  bottom: auto;
}

.mask__first-slide-dsagaslab {
  background-image: url('../images/robmaldonado.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
  height: 100%;
  margin-right: 20px;
  position: relative;
  bottom: auto;
}

.mask__first-slide-mtm {
  background-image: url('../images/joseantoniotorres.jpeg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
  height: 100%;
  margin-right: 20px;
  position: relative;
  bottom: auto;
}

.paragraph-4 {
  text-transform: none;
  width: 80%;
  font-size: 24px;
  font-weight: 500;
}

.link-3, .link-4, .link-5, .link-6 {
  text-decoration: none;
}

.italic-text {
  font-style: normal;
}

.mask__first-slide-copy {
  background-image: url('../images/Logo-Limsama.jpeg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  margin-left: 24px;
  margin-right: 20px;
  position: relative;
  bottom: auto;
}

.text-span-23 {
  text-transform: capitalize;
  text-decoration: none;
}

.link-7 {
  color: #383636;
  text-decoration: none;
}

.heading-7 {
  color: #4c4b4b;
  letter-spacing: normal;
  text-transform: capitalize;
  column-count: 0;
  white-space: normal;
  overflow-wrap: normal;
  font-family: Eina, sans-serif;
  font-size: 1.2vw;
  font-style: normal;
}

.button-3 {
  color: #fff;
  text-align: center;
  background-color: #1e73be;
  width: 57%;
  margin-bottom: 20px;
  font-family: Poppins, sans-serif;
  font-style: normal;
  font-weight: 600;
}

.heading-8 {
  color: #fff;
}

.link-8 {
  color: #0e0d0d;
  text-decoration: none;
}

.tab-link__sat {
  color: var(--dark-grey);
  background-color: #0000;
  padding-left: 0;
  padding-right: 2px;
}

.tab-link__sat.w--current {
  color: var(--black);
  background-color: #0000;
  padding-right: 2px;
}

.html-embed {
  width: 100%;
  max-width: 100%;
  display: block;
  position: relative;
}

.heading-10 {
  color: #fff;
  font-weight: 400;
}

.bold-text-7 {
  text-transform: none;
  column-count: auto;
}

.link-9 {
  color: #0c0c0c;
  text-decoration: none;
}

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

.dropdown-toggle-2 {
  padding-top: 12px;
  display: block;
}

.icon-5 {
  margin-top: 12px;
}

.heading-11 {
  color: var(--black);
  font-family: Poppins, sans-serif;
  font-size: 1vw;
  font-weight: 400;
  text-decoration: none;
}

.image-9 {
  height: 100%;
}

.image-10 {
  width: 100%;
}

.image-11 {
  width: auto;
  height: 100%;
}

.grid-5 {
  grid-template-rows: 50px;
  grid-template-columns: 1fr;
  grid-auto-rows: 128px;
}

.grid-6 {
  grid-template-rows: 50px 128px;
  grid-auto-rows: 121px;
}

.image-12 {
  width: 70%;
  height: auto;
  margin-top: 10px;
}

.grid-7 {
  grid-template-rows: 50px 128px;
}

.image-13 {
  height: 75%;
}

.image-14 {
  height: 70%;
}

.image-15 {
  height: auto;
  margin-top: 8px;
}

.image-16 {
  margin-top: 39px;
  display: block;
  position: sticky;
}

.heading-12 {
  font-family: Poppins, sans-serif;
  font-size: 1vw;
  font-weight: 400;
}

.image-17 {
  height: auto;
  margin-top: 0;
  margin-bottom: 0;
}

.image-18 {
  width: 60%;
  margin-top: 40px;
}

.image-19 {
  height: 60%;
  margin-top: 30px;
}

.image-20 {
  margin-top: 30px;
}

.image-21 {
  width: 60%;
  height: auto;
  margin-top: 5px;
}

.image-22 {
  margin-top: 20px;
}

.image-23 {
  margin-top: 4px;
}

.grid-8 {
  grid-template-rows: auto auto auto;
}

.image-24 {
  height: 50%;
}

.link-block {
  object-fit: fill;
  overflow: visible;
}

.html-embed-2, .section {
  width: 100%;
}

.link-10 {
  color: #020202;
  text-decoration: none;
}

.heading-13 {
  margin-top: 273px;
  margin-bottom: 90px;
}

.heading-14 {
  z-index: auto;
  opacity: .97;
  color: var(--black);
  text-align: right;
  -webkit-text-stroke-color: #3f3b3b;
  text-shadow: 4px 4px 6px #ffffff61;
  position: absolute;
  inset: 1015px auto auto 15%;
}

.image-25 {
  position: absolute;
  inset: 28% 0% auto 20%;
}

.section-press {
  z-index: 1;
  color: var(--black);
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  padding-top: 100px;
  padding-bottom: 100px;
  font-style: normal;
  font-weight: 700;
  display: flex;
  position: relative;
  overflow: visible;
}

.paragraph-6 {
  text-transform: none;
  font-weight: 400;
}

.heading-15 {
  text-align: center;
  background-color: #ffffff6b;
  font-family: Eina, sans-serif;
  font-size: 4vw;
  font-weight: 300;
  position: relative;
  inset: 39px 0% auto;
}

.button-4 {
  text-align: center;
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  position: relative;
  inset: auto 0%;
}

.container-3 {
  position: absolute;
  inset: 503px 0% auto;
}

.bold-text-8 {
  font-weight: 700;
}

.bold-text-9 {
  font-weight: 600;
}

.bold-text-10, .bold-text-11 {
  font-weight: 700;
}

.bold-text-12 {
  font-family: Eina, sans-serif;
  font-weight: 700;
}

.bold-text-13 {
  font-weight: 700;
}

.bold-text-14 {
  color: #020202;
}

.bold-text-15, .bold-text-16, .bold-text-17, .bold-text-18, .bold-text-19, .bold-text-20 {
  font-family: Eina, sans-serif;
}

.text-span-24 {
  font-weight: 400;
}

.paragraph-7 {
  text-transform: capitalize;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 140px;
  padding-right: 120px;
  font-family: Eina, sans-serif;
  font-weight: 600;
  display: block;
  position: static;
}

.artist-1 {
  background-image: url('../images/Rafael-Blanco.jpg');
  background-position: 0 0;
  background-size: auto;
}

.artist-2 {
  background-image: url('../images/Valeria-Real.jpeg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.artist-3 {
  background-image: url('../images/Raquel-Coba.jpeg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.artist-4 {
  background-image: url('../images/Yulia-Bas.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.rasjust1 {
  background-image: url('../images/RAS-DE-TERRA.jpeg');
  background-position: 50%;
  background-size: cover;
}

.rasjust2 {
  background-image: url('../images/RAS-DE-TERRA3.JPG');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.rasjust3 {
  background-image: url('../images/RAS-DE-TERRA1.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.link-11 {
  color: #cecbcb;
}

.link-11.w--current, .link-12 {
  color: #888;
}

.bold-text-21 {
  text-transform: uppercase;
}

.paragraph-8 {
  flex: 0 auto;
  margin-left: 108px;
  margin-right: 60px;
  display: block;
  overflow: visible;
}

.image-26 {
  order: 0;
  align-self: flex-start;
  width: 150px;
  margin-bottom: 37px;
  margin-left: 110px;
  display: block;
}

.bold-text-22 {
  font-size: 2.5vw;
}

.button-5 {
  color: #f7f7f7;
  background-color: #f8ba07;
  font-family: Eina, sans-serif;
  font-weight: 600;
}

.background-video {
  height: auto;
}

.button-6 {
  background-color: #fff;
  border: 4px solid #ff3a34;
  border-radius: 0;
  margin-top: 61px;
  padding: 18px 200px;
}

.background-video-2 {
  height: 900px;
  margin-top: 0;
  padding-bottom: 0;
  overflow: hidden;
}

.text-span-25 {
  color: #ff3a34;
  font-family: Eina, sans-serif;
  font-size: 24px;
  font-weight: 600;
}

.div-block-2 {
  margin-right: 18px;
}

.slider-2 {
  height: auto;
}

.image-29 {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.section-2 {
  width: 900px;
}

.grid-9 {
  width: 900px;
  margin-left: auto;
  margin-right: auto;
}

.button-7 {
  text-align: center;
  background-color: #ff3c34;
  border-radius: 16px;
  font-family: Eina, sans-serif;
  font-size: 19px;
  font-weight: 700;
}

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

.paragraph-9 {
  font-size: 18px;
}

.grid-10 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  margin-bottom: 100px;
}

.grid-11 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  margin-bottom: 60px;
}

.button-8 {
  color: #000;
  text-align: center;
  background-color: #d2ee00;
  background-image: linear-gradient(74deg, #d0ed01 72%, #3fc492);
  border-radius: 8px;
  width: 100%;
  margin-top: 35px;
  padding-top: 12px;
  padding-bottom: 12px;
  font-family: Eina, sans-serif;
  font-size: 23px;
  font-weight: 700;
}

.image-40 {
  width: 100%;
}

@media screen and (min-width: 1440px) {
  .description__grid {
    grid-template-columns: 1fr;
  }

  .wrap__paragraph.black {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .mask__first-slide {
    background-image: url('../images/Ras-de-Terra-2.jpeg');
  }

  .mask__artist1-slide {
    background-image: url('../images/Ras-de-Terra_Paula-Gómez-1920x1274.jpg');
    background-position: 0 0;
    background-size: cover;
  }

  .exhibitions-grid {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    grid-template: "Area"
                   "."
                   / 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .bg-black {
    background-image: url('../images/JUSTMAD-imagen.jpeg');
    background-position: 0 0;
    background-size: auto;
  }

  .grid__card {
    backface-visibility: visible;
  }

  .card__wrap-text {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: inline;
  }

  .exhibitions__paragraph {
    flex: 0 auto;
  }

  .text-span-16 {
    font-size: 1vw;
  }

  .image-2, .image-3 {
    margin-top: 40px;
  }

  .column {
    padding-left: 40px;
    padding-right: 200px;
  }

  .image-4, .image-5, .image-6 {
    width: 150px;
    margin-top: 40px;
  }

  .grid-2 {
    grid-template-rows: 100px 100px 100px 100px 100px 100px 100px;
    grid-template-columns: 1fr;
  }

  .heading-4 {
    color: #f1ecec;
  }

  .heading-6 {
    font-size: 2vw;
    font-weight: 500;
    line-height: 44px;
  }

  .paragraph-3 {
    color: #fff;
  }

  .slider-copy-as {
    height: 50vh;
  }

  .mask__first-slide-dt {
    background-image: url('../images/catalogo_alba_soto.jpg');
    background-position: 50%;
    background-size: cover;
  }

  .mask__second-slide-em {
    background-image: none;
  }

  .mask__first-slide-mtm {
    background-image: url('../images/CarlosTunon.jpg');
    background-position: 50%;
    background-size: contain;
  }

  .mask__first-slide-copy {
    background-image: url('../images/Ras-de-Terra-2.jpeg');
  }

  .image-27 {
    max-width: 90%;
  }

  .image-28 {
    margin-bottom: 0;
    padding-bottom: 0;
  }

  .slider-2 {
    height: 30%;
    margin-bottom: 40px;
  }

  .image-30 {
    width: 45%;
    margin-left: auto;
    margin-right: auto;
  }

  .image-31 {
    width: 70%;
    margin-left: auto;
    margin-right: auto;
  }

  .image-33, .image-34, .image-35, .image-36, .image-37, .image-38, .image-39 {
    margin-left: auto;
    margin-right: auto;
  }
}

@media screen and (min-width: 1920px) {
  .link-footer {
    object-fit: fill;
    width: 150px;
    overflow: scroll;
  }

  .wrap__paragraph.black {
    margin-top: 40px;
  }

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

  .container__title {
    justify-content: center;
    display: block;
    position: static;
    inset: 0%;
  }

  .card-team-name {
    letter-spacing: 0;
    white-space: normal;
    word-break: normal;
    font-size: 1.9vw;
    line-height: 42px;
  }

  .card-team-name.nueva {
    line-height: 42px;
  }

  .team-heading {
    font-size: 6vw;
    position: static;
    top: auto;
  }

  .second-team__heading {
    font-size: 6vw;
    position: static;
    top: -33%;
  }

  .text-span-16 {
    font-size: 1vw;
  }

  .image-2 {
    clear: left;
    width: 150px;
    margin-left: auto;
    margin-right: auto;
    position: static;
    inset: 0% auto auto 0%;
  }

  .image-3 {
    width: 150px;
    margin-top: 18px;
  }

  .column {
    clear: left;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    padding-left: 84px;
    padding-right: 396px;
    display: block;
    position: static;
  }

  .image-4, .image-5, .image-6, .text-span-18, .text-span-19, .text-span-20 {
    width: 150px;
  }

  .text-span-21 {
    font-size: 1vw;
  }

  .dropdown-toggle {
    padding-right: 20px;
  }

  .icon-4 {
    margin-top: 10px;
  }

  .text-block {
    font-family: Poppins, sans-serif;
    font-weight: 600;
  }

  .grid-4 {
    grid-template-rows: 55px 85px 137px 100px 99px 94px 100px 55px 100px;
    grid-template-columns: .5fr;
  }

  .bold-text-2 {
    font-size: 6vw;
  }

  .grid-4-copy {
    grid-template-rows: 55px 85px 137px 100px 99px 94px 100px 55px 100px;
    grid-template-columns: .5fr;
  }

  .container__grid-3, .container__grid-1, .container__grid-3-copy, .container__grid-2 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    position: static;
  }

  .mask__first-slide-mtm {
    background-image: url('../images/CarlosTunon.jpg');
  }

  .mask__first-slide-copy {
    background-image: url('../images/Logo-Limsama.jpeg');
    background-position: 50%;
  }

  .heading-7 {
    line-height: 24px;
  }

  .heading-15 {
    width: 100%;
    font-size: 4vw;
  }

  .bold-text-8, .bold-text-18 {
    line-height: 38px;
  }

  .paragraph-7 {
    padding-left: 170px;
    padding-right: 150px;
  }

  .artist-1 {
    background-position: 50%;
    background-size: cover;
  }

  .bold-text-23 {
    text-indent: 0;
    column-count: auto;
  }
}

@media screen and (max-width: 991px) {
  .nav-menu {
    display: none;
  }

  .nav-menu-second {
    background-color: #fff;
    width: 80%;
    max-width: none;
    display: none;
    position: relative;
  }

  .main-link {
    display: none;
  }

  .main-link.footer.two {
    display: block;
  }

  .footer {
    flex-wrap: nowrap;
  }

  .top__wrap {
    flex-direction: column;
    align-items: center;
  }

  .wrap__copyright {
    margin-right: auto;
  }

  .top__text {
    text-align: center;
  }

  .social-wrap {
    margin-top: 20px;
    margin-bottom: 20px;
    margin-right: auto;
    position: static;
  }

  .licensing-container {
    width: 80%;
  }

  .hero-section__grid {
    grid-template-columns: 100%;
    height: auto;
  }

  .grid__image {
    height: 32vw;
  }

  .grid__tab {
    justify-content: center;
    height: auto;
  }

  .tab-link-text {
    font-size: 3vw;
  }

  .tabs-menu {
    width: 100%;
  }

  .grid-wrap_date {
    display: none;
  }

  .date-text {
    margin-left: 0%;
    display: none;
    position: absolute;
  }

  .content-grid {
    grid-template-columns: 100%;
  }

  .hero-section {
    margin-top: 0;
  }

  .description__container {
    width: 90%;
    max-width: none;
  }

  .description__grid {
    width: 70%;
  }

  .wrap__paragraph {
    margin-bottom: 42px;
  }

  .slider {
    width: 100%;
    height: 500px;
    margin-bottom: 0;
    position: relative;
  }

  .mask__first-slide {
    background-image: none;
    width: 100%;
    margin-right: 0;
  }

  .container__grid {
    grid-template-columns: 1fr;
    width: 100%;
  }

  .container__grid.white {
    width: 100%;
  }

  .mask__artist1-slide {
    width: 100%;
    margin-right: 0;
    position: relative;
  }

  .wrpper-title__container {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 80%;
    display: flex;
  }

  .container__title {
    align-items: center;
    font-size: 9vw;
    display: block;
    position: relative;
  }

  .container__title.mobile {
    margin-top: 60px;
    margin-left: 0;
    font-size: 90px;
    position: relative;
  }

  .container_subtitle {
    font-size: 2vw;
  }

  .second-slide__bg-two {
    display: block;
  }

  .first-slide__bg-one {
    background-repeat: no-repeat;
    background-size: contain;
  }

  .section-team {
    aspect-ratio: auto;
    width: 90%;
    height: auto;
  }

  .team__grid {
    grid-template-columns: 1fr 1fr;
  }

  .card-team__subtitle {
    font-size: 2vw;
  }

  .team__grid-second {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .card-team-name {
    font-size: 3vw;
  }

  .team__title {
    font-size: 100px;
  }

  .team-heading {
    position: static;
    top: -11%;
  }

  .second-team__heading {
    position: static;
  }

  .container-box {
    width: 90%;
  }

  .section-gallery {
    flex-direction: column;
    padding-top: 0;
    padding-bottom: 0;
  }

  .section-exhibitions {
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .card-image {
    z-index: 2;
    opacity: 1;
    display: inline-block;
  }

  .exhibitions-grid {
    grid-column-gap: 1.7rem;
    grid-row-gap: 1.7rem;
  }

  .card-team__name {
    font-size: 4vw;
  }

  .menu {
    z-index: 0;
    background-color: var(--white);
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 80%;
    height: 100vh;
    margin-left: auto;
    margin-right: auto;
    padding-top: 108px;
    padding-bottom: 40px;
    display: flex;
    position: fixed;
    inset: 0% 0% auto;
  }

  .link-test {
    margin-bottom: 20px;
    font-size: 6vw;
  }

  .card__wrap-text {
    padding: 10px 20px;
  }

  .exhibition_title {
    margin-bottom: 20px;
    font-size: 2.5vw;
  }

  .exibition-sub-title {
    font-size: 12px;
  }

  .exhibitions__paragraph {
    margin-bottom: 0;
    font-size: 1.8vw;
  }

  .section-exhibitions__title {
    font-size: 90px;
  }

  .wrap__slider {
    height: auto;
  }

  .wrap__slider.oscar {
    background-size: 400px;
  }

  .grid-slide {
    grid-template-columns: 1fr 1fr;
    height: 100%;
  }

  .slide-bg {
    height: 40vh;
  }

  .menu-center {
    background-color: var(--black);
    width: 30px;
    height: 2px;
    margin-top: 5px;
    margin-bottom: 5px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .menu-button {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

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

  .menu-bottom, .menu-top {
    background-color: var(--black);
    width: 30px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .section-form {
    height: 400vh;
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .bg-form {
    padding-top: 100px;
    padding-bottom: 100px;
    top: 0;
  }

  .content-title {
    font-size: 40vh;
  }

  .container__subtitle {
    font-size: 2vw;
  }

  .container_title.white, .container_title.mobile {
    font-size: 90px;
  }

  .slide__mask {
    width: 100%;
  }

  .form__text-field, .form__textarea {
    font-size: 10vh;
  }

  .heading, .heading.password {
    font-size: 6vw;
  }

  .dropdown-list {
    background-color: #fff;
  }

  .bold-text-2, .bold-text-3, .bold-text-4, .bold-text-5, .bold-text-6 {
    font-size: 8vw;
  }

  .slider-copy {
    width: 100%;
    height: 500px;
    margin-bottom: 0;
    position: relative;
  }

  .heading-6 {
    margin-left: 0;
    padding-left: 0;
    font-size: 3vw;
    line-height: 28px;
  }

  .container__grid-3 {
    grid-template-columns: 1fr;
    width: 100%;
  }

  .container__grid-3.white {
    width: 100%;
  }

  .container__grid-1 {
    grid-template-columns: 1fr;
    width: 100%;
    height: 25%;
  }

  .container__grid-1.white {
    width: 100%;
  }

  .slider-copy-em, .slider-copy-as {
    width: 100%;
    height: 500px;
    margin-bottom: 0;
    position: relative;
  }

  .wrap__slider-em {
    height: auto;
  }

  .mask__first-slide-alvaroaroca, .mask__first-slide-dt {
    width: 100%;
    margin-right: 0;
  }

  .slide__mask-rdt {
    width: 100%;
    position: static;
  }

  .mask__second-slide-em {
    width: 100%;
    margin-right: 0;
  }

  .container__grid-3-copy {
    grid-template-columns: 1fr;
    width: 100%;
  }

  .container__grid-3-copy.white {
    width: 100%;
  }

  .container__grid-2 {
    grid-template-columns: 1fr;
    width: 100%;
    height: 25%;
  }

  .container__grid-2.white {
    width: 100%;
  }

  .mask__first-slide-roberiobraga {
    background-position: 50%;
    background-size: contain;
    width: 100%;
    margin-right: 0;
  }

  .mask__first-slide-dsagaslab {
    background-position: 50%;
    background-size: contain;
    width: 100%;
    margin-right: 0;
    position: relative;
  }

  .mask__first-slide-mtm {
    background-size: contain;
    width: 100%;
    margin-right: 0;
  }

  .mask__first-slide-copy {
    background-image: none;
    width: 100%;
    margin-right: 0;
    position: absolute;
  }

  .div-block {
    display: block;
  }

  .heading-15 {
    flex-direction: column;
    flex: 0 auto;
    align-items: center;
    display: block;
    top: 38px;
    left: 0%;
  }

  .paragraph-7 {
    margin-left: 42px;
    padding-left: 40px;
    padding-right: 40px;
    font-size: 16px;
  }

  .paragraph-8 {
    margin-left: 8px;
  }

  .image-26 {
    order: 0;
    align-self: flex-start;
    width: 100px;
    margin-bottom: 24px;
    margin-left: 12px;
  }

  .bold-text-22 {
    margin-left: 0;
  }

  .section-2 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: column;
    justify-content: center;
    align-items: center;
    width: 90%;
    display: flex;
  }

  .grid-9 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .button-7 {
    width: 100%;
  }

  .heading-19 {
    font-size: 5vw;
  }
}

@media screen and (max-width: 767px) {
  .main-nav-container {
    width: 100%;
  }

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

  .styleguide-heading {
    font-size: 3vw;
  }

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

  .licensing-container {
    width: 80%;
  }

  .hero-section {
    margin-top: -119px;
  }

  .hero-section__wrapper-title {
    padding-left: 20px;
    padding-right: 20px;
  }

  .description__container {
    width: 100%;
    position: relative;
    overflow: visible;
  }

  .section-description {
    padding-left: 20px;
    padding-right: 20px;
  }

  .description__grid {
    grid-template-columns: 1fr;
    width: 100%;
  }

  .wrap__paragraph {
    margin-right: auto;
  }

  .wrap__paragraph.black {
    font-size: 20px;
  }

  .slider {
    height: 300px;
    position: static;
    inset: auto 0%;
  }

  .mask__first-slide {
    width: 100%;
  }

  .container__grid {
    max-width: none;
  }

  .container__grid.white {
    max-width: none;
    margin-bottom: 0;
    position: relative;
  }

  .mask__artist1-slide, .mask__third-slide, .wrpper-title__container {
    width: 100%;
  }

  .container__title {
    font-size: 65px;
  }

  .container__title.mobile {
    margin-left: 0;
    font-size: 65px;
  }

  .container_subtitle {
    padding-left: 0;
    font-size: 2.5vw;
  }

  .team__grid {
    grid-template-columns: 1fr;
  }

  .card-team__subtitle {
    font-size: 2vw;
  }

  .team__grid-second {
    grid-template-columns: 1fr 1fr;
  }

  .card-team-name {
    font-size: 4vw;
  }

  .team__title {
    margin-bottom: 100px;
    font-size: 10vw;
  }

  .container-box {
    width: 95%;
  }

  .section-gallery {
    padding-left: 0;
    padding-right: 0;
  }

  .sticky-wrap__bg.third, .sticky-wrap__bg.cuatro, .sticky-wrap__bg.cinco, .sticky-wrap__bg.seis, .sticky-wrap__bg.siete, .sticky-wrap__bg.ocho, .sticky-wrap__bg.nueve, .sticky-wrap__bg.diez, .sticky-wrap__bg.once, .sticky-wrap__bg.doce, .sticky-wrap__bg.trece, .sticky-wrap__bg.catorce, .sticky-wrap__bg.quince, .sticky-wrap__bg.dieciseis, .sticky-wrap__bg._17, .sticky-wrap__bg._18, .sticky-wrap__bg._19, .sticky-wrap__bg._20, .sticky-wrap__bg._21, .sticky-wrap__bg._22, .sticky-wrap__bg._23, .sticky-wrap__bg._24, .sticky-wrap__bg._25, .sticky-wrap__bg._26, .sticky-wrap__bg._27, .sticky-wrap__bg._28, .sticky-wrap__bg._29, .sticky-wrap__bg._30, .sticky-wrap__bg._31, .sticky-wrap__bg._32, .sticky-wrap__bg._33, .sticky-wrap__bg._34, .sticky-wrap__bg._35, .sticky-wrap__bg._36, .sticky-wrap__bg._37, .sticky-wrap__bg._38, .sticky-wrap__bg._39, .sticky-wrap__bg._40 {
    padding-bottom: 2rem;
  }

  .section-exhibitions {
    padding-left: 20px;
    padding-right: 20px;
  }

  .exhibitions-grid {
    grid-template-columns: 1fr;
  }

  .menu {
    width: 100%;
    height: 100vh;
    padding-top: 0;
    padding-bottom: 0;
  }

  .link-test {
    font-size: 8vw;
  }

  .mask__right-arrow {
    inset: 0% 3% 0% auto;
  }

  .exhibition_title {
    margin-bottom: 10px;
    font-size: 6vw;
    line-height: 1.2;
  }

  .exibition-sub-title {
    margin-bottom: 10px;
    font-size: 2vw;
  }

  .exhibitions__paragraph {
    margin-top: 20px;
    font-size: 2.8vw;
  }

  .section-exhibitions__title {
    font-size: 55px;
  }

  .wrap__slider {
    position: relative;
  }

  .slider__mask {
    width: 85%;
  }

  .location-grid {
    grid-column-gap: 36px;
  }

  .section-form {
    height: 600vh;
    padding-left: 20px;
    padding-right: 20px;
  }

  .content-title {
    padding: 20px 0;
    font-size: 50vw;
  }

  .box-container {
    padding-left: 20px;
    padding-right: 20px;
  }

  .container__subtitle {
    padding-left: 0;
    font-size: 2.5vw;
  }

  .container_title {
    font-size: 90px;
  }

  .container_title.white {
    font-size: 65px;
  }

  .card-grid, .second-card-grid {
    grid-template-columns: 1fr;
  }

  .third-color {
    height: 100px;
  }

  .form__text-field, .form__textarea {
    font-size: 7vh;
  }

  .error-message__text {
    font-size: 20px;
    line-height: 1.2;
  }

  .heading, .heading.password {
    font-size: 8vw;
  }

  .slider-copy {
    inset: auto 0%;
    height: 300px;
    position: static;
    inset: auto 0%;
  }

  .heading-6 {
    padding-left: 0;
  }

  .container__grid-3 {
    max-width: none;
  }

  .container__grid-3.white {
    max-width: none;
    margin-bottom: 0;
    position: relative;
  }

  .container__grid-1 {
    max-width: none;
  }

  .container__grid-1.white {
    max-width: none;
    margin-bottom: 0;
    position: relative;
  }

  .slider-copy-em, .slider-copy-as {
    height: 300px;
    position: static;
    inset: auto 0%;
  }

  .wrap__slider-em {
    position: relative;
  }

  .mask__first-slide-alvaroaroca {
    background-image: url('../images/Alvaro-Aroca-Postal_page-0002.jpg');
    background-position: 50% 0;
    background-size: cover;
    width: 100%;
    margin-bottom: 0;
    bottom: auto;
  }

  .mask__first-slide-dt, .mask__second-slide-em {
    width: 100%;
  }

  .container__grid-3-copy {
    max-width: none;
  }

  .container__grid-3-copy.white {
    max-width: none;
    margin-bottom: 0;
    position: relative;
  }

  .container__grid-2 {
    max-width: none;
    position: static;
  }

  .container__grid-2.white {
    max-width: none;
    margin-bottom: 0;
    position: relative;
  }

  .mask__first-slide-roberiobraga {
    background-image: url('../images/miguelvalentin.jpg');
    background-position: 50%;
    background-size: contain;
    width: 100%;
  }

  .mask__first-slide-dsagaslab {
    background-image: url('../images/martinanovakova.jpg');
    background-position: 50%;
    background-size: contain;
    width: 100%;
  }

  .mask__first-slide-mtm {
    width: 100%;
  }

  .mask__first-slide-copy {
    background-image: url('../images/Logo-Limsama.jpeg');
    background-position: 50%;
    background-size: cover;
    width: 100%;
  }

  .heading-7 {
    font-size: 2vw;
  }

  .heading-15 {
    margin-left: 20px;
    margin-right: 20px;
    font-size: 7vw;
    top: 30px;
    left: 0%;
  }

  .button-4 {
    margin-right: 20px;
  }

  .paragraph-7 {
    padding-left: 40px;
    padding-right: 40px;
    font-size: 16px;
  }

  .artist-1 {
    background-position: 50%;
    background-size: cover;
  }

  .image-26 {
    align-self: flex-start;
    width: 100px;
  }

  .bold-text-22 {
    font-size: 4vw;
  }

  .grid-9 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    position: static;
  }

  .paragraph-9 {
    flex-flow: column;
  }

  .grid-10, .grid-11 {
    flex-flow: column;
    align-items: center;
    display: flex;
  }

  .heading-20, .heading-21 {
    font-size: 3vw;
  }

  .image-30 {
    width: 24%;
  }

  .image-31 {
    width: 30%;
  }

  .image-32 {
    width: 48%;
  }
}

@media screen and (max-width: 479px) {
  .nav-menu {
    align-items: flex-start;
    display: none;
  }

  .nav-menu-second {
    display: none;
  }

  .main {
    flex-wrap: wrap;
  }

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

  .styleguide-heading {
    font-size: 6vw;
  }

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

  .second-color, .fourth-color {
    height: 100px;
  }

  .footer {
    flex-direction: column;
  }

  .footer__wrap-link {
    flex-direction: column;
    align-items: center;
    margin-bottom: 0;
  }

  .licensing-section {
    padding-left: 20px;
    padding-right: 20px;
  }

  .terms-container {
    padding: 25px;
  }

  .changelog-section {
    padding-left: 20px;
    padding-right: 20px;
  }

  .changelog-container {
    padding: 25px;
  }

  .changelog-text {
    font-size: 19px;
  }

  .licensing-container {
    width: 90%;
    padding: 10px;
  }

  .licensing-head {
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 18px;
  }

  .source-link, .license-link {
    font-size: 16px;
  }

  .main__hero-section {
    padding-left: 20px;
    padding-right: 20px;
  }

  .grid__image {
    height: 200px;
  }

  .grid__tab {
    padding: 20px;
  }

  .tab-link-text {
    font-size: 4vw;
  }

  .paragraph-title, .date {
    font-size: 18px;
  }

  .hero-section {
    margin-top: 0;
  }

  .hero-section__video-bg {
    position: relative;
  }

  .description__container {
    width: 100%;
    max-width: 100%;
    margin-right: auto;
    overflow: visible;
  }

  .section-description {
    padding-left: 20px;
    padding-right: 20px;
  }

  .description__grid {
    width: 100%;
    margin-top: 20px;
  }

  .wrap__paragraph {
    margin-bottom: 20px;
    margin-right: auto;
    padding-right: 0;
    font-size: 18px;
  }

  .wrap__paragraph.black {
    font-size: 16px;
  }

  .wrap__paragraph.white {
    margin-right: auto;
    padding-right: 40px;
    font-size: 18px;
  }

  .wrap__paragraph.ras {
    margin-left: auto;
    margin-right: auto;
    padding-right: 0;
    font-size: 18px;
  }

  .slider {
    clear: none;
    height: 300px;
    margin-bottom: 0;
    position: relative;
    bottom: 0;
    overflow: hidden;
  }

  .mask__first-slide {
    width: 100%;
  }

  .container__grid {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    width: 100%;
  }

  .container__grid.white {
    flex-direction: column;
    flex: 1;
    width: 100%;
    margin-bottom: 0;
    display: flex;
  }

  .section-ras {
    justify-content: center;
    align-items: flex-start;
    display: flex;
  }

  .wrpper-title__container {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .container__title {
    font-size: 12vw;
  }

  .container__title.mobile {
    margin-bottom: 40px;
    margin-left: 0;
    margin-right: auto;
    padding-right: 0;
    font-size: 12vw;
    position: static;
    right: 30px;
  }

  .container_subtitle {
    padding-left: 0;
    font-size: 4vw;
  }

  .section-team {
    clear: none;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    padding-left: 20px;
    padding-right: 20px;
  }

  .team__grid {
    width: 100%;
  }

  .grid__card-team {
    width: 100%;
    display: block;
    overflow: hidden;
  }

  .card-team__subtitle {
    margin-bottom: 5px;
    font-size: 4vw;
  }

  .team__grid-second {
    grid-column-gap: 14px;
    grid-row-gap: 16px;
    flex: 0 auto;
    grid-template-columns: 1fr 1fr;
    grid-template-areas: ". . Area";
    grid-auto-columns: 1px;
    width: 100%;
    display: block;
  }

  .card-team-name, .card-team-name.nueva {
    font-size: 6vw;
  }

  .team__title {
    margin-right: 0;
    font-size: 11vw;
    display: flex;
  }

  .text-team {
    font-size: 15vw;
  }

  .team-heading {
    top: -1.5%;
  }

  .second-team__heading {
    font-size: 15vw;
    inset: -2% 0% auto;
  }

  .team__heading {
    top: -2%;
  }

  .container-box {
    width: 92%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
  }

  .section-gallery {
    align-items: center;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .gallery__sticky-wrap {
    flex: 0 auto;
  }

  .sticky-wrap__bg {
    background-size: cover;
    width: 100%;
    padding-bottom: 2rem;
    padding-left: 0;
    padding-right: 0;
  }

  .sticky-wrap__bg.cinco, .sticky-wrap__bg.seis {
    background-size: cover;
  }

  .section-exhibitions {
    padding-left: 20px;
    padding-right: 20px;
  }

  .exhibitions-grid {
    grid-column-gap: 14px;
    grid-row-gap: 14px;
    grid-template-columns: 1fr;
  }

  .bg {
    position: absolute;
  }

  .change-bg {
    width: 100%;
    position: static;
  }

  .card-team__name {
    font-size: 6vw;
  }

  .bg-title {
    padding-left: 20px;
    padding-right: 20px;
    display: block;
  }

  .menu {
    justify-content: center;
    display: flex;
  }

  .link-test {
    font-size: 12vw;
  }

  .exhibition_title {
    font-size: 7vw;
  }

  .exibition-sub-title {
    margin-bottom: 5px;
    font-size: 4vw;
  }

  .exhibitions__paragraph {
    margin-top: 0;
    font-size: 3.8vw;
  }

  .wrap-overflow {
    float: none;
    clear: none;
  }

  .section-exhibitions__title {
    font-size: 35px;
  }

  .gallery__title {
    font-size: 10vw;
  }

  .wrap__slider {
    height: auto;
    position: relative;
  }

  .slider__mask {
    width: 100%;
  }

  .contact-first-slide {
    padding-left: 20px;
    padding-right: 20px;
  }

  .left-arrow-4 {
    background-image: linear-gradient(to right, var(--white), #fff0);
  }

  .section-form {
    height: 400vh;
    padding-left: 0;
    padding-right: 0;
  }

  .content-title {
    padding: 0 20px 0 0;
    font-size: 37vw;
  }

  .brand {
    margin-bottom: 40px;
    padding-left: 0;
  }

  .container__subtitle {
    font-size: 4vw;
  }

  .container_title {
    font-size: 11vw;
  }

  .container_title.white, .container_title.mobile {
    font-size: 14vw;
  }

  .card-grid, .second-card-grid {
    grid-template-columns: 1fr;
  }

  .third-color {
    height: 100px;
  }

  .overflow__horizontal-scroll {
    width: 270vw;
  }

  .form__text-field {
    font-size: 4vh;
    line-height: 4vh;
  }

  .form__textarea {
    padding-left: 0;
    font-size: 4vh;
    line-height: 4vh;
  }

  .overflow-wrap.margin-left {
    margin-left: 45px;
  }

  .bg-image.first {
    background-image: url('../images/Richard-Gene-Barbera.-Nature-Speaks.-Galeria-de-Arte-A-Ciegas-Madrid.jpg');
    width: 95vw;
    height: 90vw;
    margin-right: 20px;
  }

  .bg-image.second, .bg-image.third {
    width: 95vw;
    height: 90vw;
    margin-right: 20px;
  }

  .bg-image.fourth {
    width: 95vw;
    height: 90vw;
    margin-right: 0;
  }

  .heading, .heading.password {
    font-size: 10vw;
  }

  .paragraph-2 {
    width: auto;
    font-size: 16px;
    position: static;
  }

  .button-2 {
    letter-spacing: normal;
    column-count: auto;
    white-space: nowrap;
  }

  .columns-2 {
    order: 0;
  }

  .heading-5 {
    font-size: 3vw;
  }

  .bold-text-5 {
    margin-right: 136px;
  }

  .slider-copy {
    clear: none;
    clear: none;
    height: 300px;
    margin-bottom: 0;
    position: relative;
    bottom: 0;
    overflow: hidden;
  }

  .heading-6 {
    margin-bottom: 0;
    font-size: 4vw;
    font-weight: 500;
    line-height: 22px;
  }

  .section-ras-performance {
    justify-content: center;
    align-items: flex-start;
    display: flex;
  }

  .container__grid-3 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    width: 100%;
    margin-top: 0;
  }

  .container__grid-3.white {
    flex-direction: column;
    flex: 1;
    width: 100%;
    margin-bottom: 0;
    display: flex;
  }

  .container__grid-1 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    width: 100%;
  }

  .container__grid-1.white {
    flex-direction: column;
    flex: 1;
    width: 100%;
    margin-bottom: 0;
    display: flex;
  }

  .slider-copy-em {
    clear: none;
    height: 300px;
    margin-bottom: 0;
    position: relative;
    bottom: 0;
    overflow: hidden;
  }

  .slider-copy-as {
    clear: none;
    height: 300px;
    margin-bottom: 0;
    position: relative;
    top: auto;
    bottom: 0;
    overflow: hidden;
  }

  .wrap__slider-em {
    height: auto;
    position: relative;
  }

  .mask__first-slide-alvaroaroca {
    background-image: url('../images/Alvaro-Aroca-Postal_page-0002.jpg');
    background-position: 0%;
    background-size: cover;
    width: 100%;
  }

  .mask__first-slide-dt {
    width: 100%;
  }

  .container__grid-3-copy {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    width: 100%;
    margin-top: 0;
  }

  .container__grid-3-copy.white {
    flex-direction: column;
    flex: 1;
    width: 100%;
    margin-bottom: 0;
    display: flex;
  }

  .container__grid-2 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    width: 100%;
    margin-top: 0;
  }

  .container__grid-2.white {
    flex-direction: column;
    flex: 1;
    width: 100%;
    margin-bottom: 0;
    display: flex;
  }

  .mask__first-slide-roberiobraga {
    background-image: url('../images/miguelvalentin.jpg');
    background-position: 50%;
    background-size: contain;
    width: 100%;
  }

  .mask__first-slide-dsagaslab {
    background-image: url('../images/martinanovakova.jpg');
    background-position: 50%;
    background-size: contain;
    width: 100%;
  }

  .mask__first-slide-mtm {
    width: 100%;
  }

  .paragraph-4 {
    width: 100%;
    font-size: 16px;
  }

  .mask__first-slide-copy {
    width: 100%;
  }

  .heading-7 {
    font-size: 4vw;
    font-weight: 400;
  }

  .heading-9 {
    width: 27%;
  }

  .subscript {
    width: 100%;
  }

  .paragraph-5 {
    font-size: 16px;
  }

  .heading-11, .heading-12 {
    font-size: 3vw;
  }

  .section-press {
    justify-content: center;
    align-items: flex-start;
    display: flex;
  }

  .heading-15 {
    width: 100%;
    font-size: 32px;
    display: block;
    position: relative;
    inset: -240% 0% 0;
  }

  .button-4 {
    position: relative;
    inset: -22px 0% -54px;
  }

  .bold-text-16, .bold-text-18, .bold-text-19, .bold-text-20 {
    font-size: 6vw;
  }

  .paragraph-7 {
    margin-left: auto;
    padding-left: 0;
    padding-right: 0;
    font-size: 18px;
  }

  .paragraph-8 {
    margin-left: -2px;
    margin-right: 5px;
    font-size: 16px;
  }

  .image-26 {
    align-self: flex-start;
    width: 75px;
    margin-top: 54px;
    margin-left: 5px;
  }

  .bold-text-22 {
    font-size: 5vw;
  }

  .heading-16, .heading-17, .heading-18 {
    font-size: 3vw;
  }

  .slider-2 {
    height: auto;
  }

  .image-29 {
    margin-left: auto;
    margin-right: auto;
  }

  .section-2 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .grid-9 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .button-7 {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .heading-19 {
    justify-content: center;
    align-items: center;
    width: auto;
    font-size: 8vw;
    display: flex;
  }

  .paragraph-9 {
    font-size: 14px;
    display: flex;
  }

  .grid-10, .grid-11 {
    display: block;
  }

  .heading-20 {
    font-size: 3vw;
  }

  .heading-21 {
    font-size: 4vw;
  }

  .image-30 {
    width: 41%;
  }

  .image-31 {
    width: 85px;
  }
}

#w-node-e8eed2eb-1b04-936a-1329-0605596449bc-df729422, #w-node-c20ce63f-edd2-91f9-aedd-adeaf099d62d-df729422, #w-node-c4de4dc9-8b36-d7d7-0da2-19344c5ef607-df729422 {
  align-self: stretch;
}

#w-node-_0e3d5c49-2de0-890f-8d65-ba49791bc1bb-df729422 {
  grid-area: 1 / 3 / 5 / 5;
}

#contacto.w-node-_0e3d5c49-2de0-890f-8d65-ba49791bc1bc-df729422 {
  grid-area: 1 / 1 / 5 / 5;
}

#w-node-c9f9fda2-4686-8b4c-1a8b-7b508a09f12c-df729422 {
  grid-area: 1 / 3 / 5 / 5;
}

#w-node-a8b19a8b-89ca-5921-b812-69dea17d9ba5-df729422 {
  grid-area: 1 / 1 / 5 / 5;
}

#w-node-_512d2b1a-9623-653f-3aef-6ce553d18fa1-df729422 {
  grid-area: 1 / 3 / 5 / 5;
}

#w-node-_1b90a0e8-4b3e-4216-f997-54f289921a8a-858a5f0f, #w-node-_9c2543c8-9065-f6f7-687d-34a7da50f1fe-858a5f0f, #w-node-_140df389-1c48-3847-5ca4-3442fe1c1223-858a5f0f, #w-node-_86fa246a-a9be-2f66-cda9-d80296e650aa-858a5f0f, #w-node-c5cd2239-973b-c3e8-b3f3-5016e30ec38b-858a5f0f, #w-node-ab3376c6-9cc1-1f57-e536-0cbc0e6c8ee3-858a5f0f, #w-node-_97ecaad6-131a-c0ce-5035-209d31405505-858a5f0f, #w-node-_2cb188ec-f00c-ffce-f4de-99563f1d1c06-858a5f0f, #w-node-b07cc25b-6484-95b3-b0af-1055d068039c-858a5f0f, #w-node-_778aa4f2-f8c9-df1f-a93e-5e608687b7d9-858a5f0f, #w-node-bf11f575-5abc-c8c4-1381-d740ec173257-858a5f0f, #w-node-_8e9f658d-bd0e-1855-db0a-a26cc981d69d-858a5f0f, #w-node-c12e1b69-cd86-03fa-ff86-679e25842093-858a5f0f, #w-node-_82d8a64b-02bb-eee0-6b8e-0f58981fe136-858a5f0f, #w-node-_5ba4c768-41bf-bde1-1b33-7c50b707863b-858a5f0f, #w-node-a8e580e5-9a7b-3cd1-422d-7827c7347fc9-858a5f0f, #w-node-_1f51362f-6ba3-954b-542b-4b480f8c23d0-858a5f0f, #w-node-_5ba4c768-41bf-bde1-1b33-7c50b707863d-858a5f0f, #w-node-bf47b48f-e278-1ffc-3b65-38d7976d503b-858a5f0f, #w-node-_17df1996-8327-cfbd-9ad4-dfffa88156cb-858a5f0f, #w-node-_676611a5-d2d4-a726-8031-5f7908b16d8a-858a5f0f, #w-node-e493a877-2f68-395b-17b6-e0e3d0ffe2a4-858a5f0f, #w-node-bd4e4835-be6b-4e57-def2-7d14ed911d1c-858a5f0f, #w-node-_134bf7da-315a-cd62-8320-b4161a5abc60-858a5f0f, #w-node-_78a230c9-9e06-36b7-88f6-76bef30b5896-858a5f0f, #w-node-_6fa23c33-e37c-dfd8-0e12-7745b7582cbf-858a5f0f, #w-node-a2bbfb2f-4058-dfe7-9ce7-687eac7910f1-858a5f0f, #w-node-_7afc3652-e086-31ea-1551-560499c88667-858a5f0f, #w-node-_1829510b-6c01-0780-6dd9-24d7b124114b-858a5f0f, #w-node-_5ba4c768-41bf-bde1-1b33-7c50b7078643-858a5f0f, #w-node-ed570b29-1623-16d0-8fa4-6fefdeb67586-858a5f0f, #w-node-_16988d06-7f8f-a8f4-bb31-3f84a7038bcf-858a5f0f, #w-node-dc739774-625d-64d6-2a9f-f9c086476efd-858a5f0f, #w-node-e39b3644-042d-cbfd-9728-599aa61bc98f-858a5f0f, #w-node-f23a241a-3046-caa7-a408-21c66f0dbd87-858a5f0f, #w-node-ccd9cb49-de24-c6df-d37e-cc6551021fa4-858a5f0f, #w-node-_5c6ef98a-6f83-1abc-a224-66e94f715016-858a5f0f, #w-node-_7f830e36-ddc8-80e5-8ccb-9621ad0195db-858a5f0f, #w-node-_5a6f0edb-e1e7-9748-3d0a-809c83f44370-858a5f0f, #w-node-_2c6bccca-cd85-442d-2958-3be857307414-858a5f0f, #w-node-_2a6cde82-7560-7ab9-d997-90239eef9379-858a5f0f, #w-node-_74507e43-7e1e-5c81-ad8c-1ad60d8a2ebf-858a5f0f, #w-node-_3fa2e9cd-4bc0-11bf-0121-ac615b0f9f10-858a5f0f, #w-node-_0df1046e-e961-84f4-4092-fdbe0009fcc5-858a5f0f, #w-node-fd53f149-700f-25c6-9e82-01163eedfa70-858a5f0f, #w-node-dd579de9-04d0-6dce-f074-49db2479d680-858a5f0f, #w-node-_3742c25d-dc5f-27c9-9d2d-d09354dbbb3f-858a5f0f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_13a7936a-466c-8b23-c57a-1e972b5dfdba-2b5dfdb6 {
  place-self: start end;
}

#w-node-e8eed2eb-1b04-936a-1329-0605596449bc-df729425, #w-node-c20ce63f-edd2-91f9-aedd-adeaf099d62d-df729425, #w-node-c4de4dc9-8b36-d7d7-0da2-19344c5ef607-df729425 {
  align-self: stretch;
}

#w-node-_0d86dbe7-5148-8d68-e3a3-0697d1852d0c-df729425 {
  place-self: start end;
}

#w-node-_0e3d5c49-2de0-890f-8d65-ba49791bc1bb-df729425 {
  grid-area: 1 / 3 / 5 / 5;
}

#w-node-_0e3d5c49-2de0-890f-8d65-ba49791bc1bc-df729425 {
  grid-area: 1 / 1 / 5 / 5;
}

#w-node-c9f9fda2-4686-8b4c-1a8b-7b508a09f12c-df729425 {
  grid-area: 1 / 3 / 5 / 5;
}

#w-node-a8b19a8b-89ca-5921-b812-69dea17d9ba5-df729425 {
  grid-area: 1 / 1 / 5 / 5;
}

#w-node-_512d2b1a-9623-653f-3aef-6ce553d18fa1-df729425 {
  grid-area: 1 / 3 / 5 / 5;
}

#w-node-e8eed2eb-1b04-936a-1329-0605596449bc-df729427, #w-node-c20ce63f-edd2-91f9-aedd-adeaf099d62d-df729427, #w-node-c4de4dc9-8b36-d7d7-0da2-19344c5ef607-df729427 {
  align-self: stretch;
}

#w-node-_0d86dbe7-5148-8d68-e3a3-0697d1852d0c-df729427 {
  place-self: start end;
}

#w-node-_0e3d5c49-2de0-890f-8d65-ba49791bc1bb-df729427 {
  grid-area: 1 / 3 / 5 / 5;
}

#w-node-_0e3d5c49-2de0-890f-8d65-ba49791bc1bc-df729427 {
  grid-area: 1 / 1 / 5 / 5;
}

#w-node-c9f9fda2-4686-8b4c-1a8b-7b508a09f12c-df729427 {
  grid-area: 1 / 3 / 5 / 5;
}

#w-node-a8b19a8b-89ca-5921-b812-69dea17d9ba5-df729427 {
  grid-area: 1 / 1 / 5 / 5;
}

#w-node-_512d2b1a-9623-653f-3aef-6ce553d18fa1-df729427 {
  grid-area: 1 / 3 / 5 / 5;
}

#w-node-_0d86dbe7-5148-8d68-e3a3-0697d1852d0c-df729429 {
  place-self: start end;
}

#w-node-e8eed2eb-1b04-936a-1329-0605596449bc-df729429, #w-node-c20ce63f-edd2-91f9-aedd-adeaf099d62d-df729429, #w-node-c4de4dc9-8b36-d7d7-0da2-19344c5ef607-df729429, #w-node-fae4eae3-fb0e-7822-5412-c7cd8a6cbf87-df729429 {
  align-self: stretch;
}

#w-node-c9f9fda2-4686-8b4c-1a8b-7b508a09f12c-df729429 {
  grid-area: 1 / 3 / 5 / 5;
}

#w-node-a8b19a8b-89ca-5921-b812-69dea17d9ba5-df729429 {
  grid-area: 1 / 1 / 5 / 5;
}

#w-node-_0e3d5c49-2de0-890f-8d65-ba49791bc1bb-df729429 {
  grid-area: 1 / 3 / 5 / 5;
}

#w-node-_0e3d5c49-2de0-890f-8d65-ba49791bc1bc-df729429 {
  grid-area: 1 / 1 / 5 / 5;
}

#w-node-_512d2b1a-9623-653f-3aef-6ce553d18fa1-df729429 {
  grid-area: 1 / 3 / 5 / 5;
}

#w-node-c918eb13-14a7-b454-7504-641929ceee30-29ceedf5, #w-node-c918eb13-14a7-b454-7504-641929ceeefd-29ceedf5, #w-node-e8eed2eb-1b04-936a-1329-0605596449bc-df72942e, #w-node-c20ce63f-edd2-91f9-aedd-adeaf099d62d-df72942e, #w-node-c4de4dc9-8b36-d7d7-0da2-19344c5ef607-df72942e {
  align-self: stretch;
}

#w-node-_0d86dbe7-5148-8d68-e3a3-0697d1852d0c-df72942e {
  place-self: start end;
}

#w-node-_0e3d5c49-2de0-890f-8d65-ba49791bc1bb-df72942e {
  grid-area: 1 / 3 / 5 / 5;
}

#contacto.w-node-_0e3d5c49-2de0-890f-8d65-ba49791bc1bc-df72942e {
  grid-area: 1 / 1 / 5 / 5;
}

#w-node-c9f9fda2-4686-8b4c-1a8b-7b508a09f12c-df72942e {
  grid-area: 1 / 3 / 5 / 5;
}

#w-node-a8b19a8b-89ca-5921-b812-69dea17d9ba5-df72942e {
  grid-area: 1 / 1 / 5 / 5;
}

#w-node-_512d2b1a-9623-653f-3aef-6ce553d18fa1-df72942e {
  grid-area: 1 / 3 / 5 / 5;
}

#w-node-e8eed2eb-1b04-936a-1329-0605596449bc-df729430, #w-node-c20ce63f-edd2-91f9-aedd-adeaf099d62d-df729430, #w-node-c4de4dc9-8b36-d7d7-0da2-19344c5ef607-df729430 {
  align-self: stretch;
}

#w-node-_0d86dbe7-5148-8d68-e3a3-0697d1852d0c-df729430 {
  place-self: start end;
}

#w-node-_0e3d5c49-2de0-890f-8d65-ba49791bc1bb-df729430 {
  grid-area: 1 / 3 / 5 / 5;
}

#contacto.w-node-_0e3d5c49-2de0-890f-8d65-ba49791bc1bc-df729430 {
  grid-area: 1 / 1 / 5 / 5;
}

#w-node-c9f9fda2-4686-8b4c-1a8b-7b508a09f12c-df729430 {
  grid-area: 1 / 3 / 5 / 5;
}

#w-node-a8b19a8b-89ca-5921-b812-69dea17d9ba5-df729430 {
  grid-area: 1 / 1 / 5 / 5;
}

#w-node-_512d2b1a-9623-653f-3aef-6ce553d18fa1-df729430 {
  grid-area: 1 / 3 / 5 / 5;
}

#w-node-b8369dd6-0dda-b8e4-ed9d-012303393887-df729435 {
  align-self: end;
}

#w-node-a93b6cbc-d1c5-dfc2-9b51-25745b8a0502-df729435 {
  grid-area: 1 / 1 / 2 / 2;
  place-self: start end;
}

#w-node-_0d86dbe7-5148-8d68-e3a3-0697d1852d0c-c89aa5ba {
  place-self: start end;
}

#w-node-c9f9fda2-4686-8b4c-1a8b-7b508a09f12c-c89aa5ba {
  grid-area: 1 / 3 / 5 / 5;
}

#w-node-a8b19a8b-89ca-5921-b812-69dea17d9ba5-c89aa5ba {
  grid-area: 1 / 1 / 5 / 5;
}

#w-node-_0e3d5c49-2de0-890f-8d65-ba49791bc1bb-c89aa5ba {
  grid-area: 1 / 3 / 5 / 5;
}

#w-node-_0e3d5c49-2de0-890f-8d65-ba49791bc1bc-c89aa5ba {
  grid-area: 1 / 1 / 5 / 5;
}

#w-node-_512d2b1a-9623-653f-3aef-6ce553d18fa1-c89aa5ba {
  grid-area: 1 / 3 / 5 / 5;
}

#w-node-e8eed2eb-1b04-936a-1329-0605596449bc-bc739a26, #w-node-c20ce63f-edd2-91f9-aedd-adeaf099d62d-bc739a26, #w-node-c4de4dc9-8b36-d7d7-0da2-19344c5ef607-bc739a26, #w-node-fae4eae3-fb0e-7822-5412-c7cd8a6cbf87-bc739a26 {
  align-self: stretch;
}

#w-node-_0d86dbe7-5148-8d68-e3a3-0697d1852d0c-bc739a26 {
  place-self: start end;
}

#w-node-c9f9fda2-4686-8b4c-1a8b-7b508a09f12c-bc739a26 {
  grid-area: 1 / 3 / 5 / 5;
}

#w-node-a8b19a8b-89ca-5921-b812-69dea17d9ba5-bc739a26 {
  grid-area: 1 / 1 / 5 / 5;
}

#w-node-_0e3d5c49-2de0-890f-8d65-ba49791bc1bb-bc739a26 {
  grid-area: 1 / 3 / 5 / 5;
}

#w-node-_0e3d5c49-2de0-890f-8d65-ba49791bc1bc-bc739a26 {
  grid-area: 1 / 1 / 5 / 5;
}

#w-node-_512d2b1a-9623-653f-3aef-6ce553d18fa1-bc739a26 {
  grid-area: 1 / 3 / 5 / 5;
}

#w-node-e8eed2eb-1b04-936a-1329-0605596449bc-955d180f, #w-node-c20ce63f-edd2-91f9-aedd-adeaf099d62d-955d180f, #w-node-c4de4dc9-8b36-d7d7-0da2-19344c5ef607-955d180f, #w-node-fae4eae3-fb0e-7822-5412-c7cd8a6cbf87-955d180f {
  align-self: stretch;
}

#w-node-_0d86dbe7-5148-8d68-e3a3-0697d1852d0c-955d180f {
  place-self: start end;
}

#w-node-c9f9fda2-4686-8b4c-1a8b-7b508a09f12c-955d180f {
  grid-area: 1 / 3 / 5 / 5;
}

#w-node-a8b19a8b-89ca-5921-b812-69dea17d9ba5-955d180f {
  grid-area: 1 / 1 / 5 / 5;
}

#w-node-_0e3d5c49-2de0-890f-8d65-ba49791bc1bb-955d180f {
  grid-area: 1 / 3 / 5 / 5;
}

#w-node-_0e3d5c49-2de0-890f-8d65-ba49791bc1bc-955d180f {
  grid-area: 1 / 1 / 5 / 5;
}

#w-node-_512d2b1a-9623-653f-3aef-6ce553d18fa1-955d180f {
  grid-area: 1 / 3 / 5 / 5;
}

#w-node-e8eed2eb-1b04-936a-1329-0605596449bc-9f24a262, #w-node-c20ce63f-edd2-91f9-aedd-adeaf099d62d-9f24a262, #w-node-c4de4dc9-8b36-d7d7-0da2-19344c5ef607-9f24a262 {
  align-self: stretch;
}

#w-node-_0d86dbe7-5148-8d68-e3a3-0697d1852d0c-9f24a262 {
  place-self: start end;
}

#w-node-_0e3d5c49-2de0-890f-8d65-ba49791bc1bb-9f24a262 {
  grid-area: 1 / 3 / 5 / 5;
}

#contacto.w-node-_0e3d5c49-2de0-890f-8d65-ba49791bc1bc-9f24a262 {
  grid-area: 1 / 1 / 5 / 5;
}

#w-node-c9f9fda2-4686-8b4c-1a8b-7b508a09f12c-9f24a262 {
  grid-area: 1 / 3 / 5 / 5;
}

#w-node-a8b19a8b-89ca-5921-b812-69dea17d9ba5-9f24a262 {
  grid-area: 1 / 1 / 5 / 5;
}

#w-node-_512d2b1a-9623-653f-3aef-6ce553d18fa1-9f24a262 {
  grid-area: 1 / 3 / 5 / 5;
}

#w-node-e8eed2eb-1b04-936a-1329-0605596449bc-d814f921, #w-node-c20ce63f-edd2-91f9-aedd-adeaf099d62d-d814f921, #w-node-c4de4dc9-8b36-d7d7-0da2-19344c5ef607-d814f921, #w-node-fae4eae3-fb0e-7822-5412-c7cd8a6cbf87-d814f921 {
  align-self: stretch;
}

#w-node-_0d86dbe7-5148-8d68-e3a3-0697d1852d0c-d814f921 {
  place-self: start end;
}

#w-node-c9f9fda2-4686-8b4c-1a8b-7b508a09f12c-d814f921 {
  grid-area: 1 / 3 / 5 / 5;
}

#w-node-a8b19a8b-89ca-5921-b812-69dea17d9ba5-d814f921 {
  grid-area: 1 / 1 / 5 / 5;
}

#w-node-_0e3d5c49-2de0-890f-8d65-ba49791bc1bb-d814f921 {
  grid-area: 1 / 3 / 5 / 5;
}

#w-node-_0e3d5c49-2de0-890f-8d65-ba49791bc1bc-d814f921 {
  grid-area: 1 / 1 / 5 / 5;
}

#w-node-_512d2b1a-9623-653f-3aef-6ce553d18fa1-d814f921 {
  grid-area: 1 / 3 / 5 / 5;
}

#w-node-_0d86dbe7-5148-8d68-e3a3-0697d1852d0c-eed766c4 {
  place-self: start end;
}

#w-node-e8eed2eb-1b04-936a-1329-0605596449bc-eed766c4, #w-node-c20ce63f-edd2-91f9-aedd-adeaf099d62d-eed766c4, #w-node-c4de4dc9-8b36-d7d7-0da2-19344c5ef607-eed766c4, #w-node-fae4eae3-fb0e-7822-5412-c7cd8a6cbf87-eed766c4 {
  align-self: stretch;
}

#w-node-c9f9fda2-4686-8b4c-1a8b-7b508a09f12c-eed766c4 {
  grid-area: 1 / 3 / 5 / 5;
}

#w-node-a8b19a8b-89ca-5921-b812-69dea17d9ba5-eed766c4 {
  grid-area: 1 / 1 / 5 / 5;
}

#w-node-_0e3d5c49-2de0-890f-8d65-ba49791bc1bb-eed766c4 {
  grid-area: 1 / 3 / 5 / 5;
}

#w-node-_0e3d5c49-2de0-890f-8d65-ba49791bc1bc-eed766c4 {
  grid-area: 1 / 1 / 5 / 5;
}

#w-node-_512d2b1a-9623-653f-3aef-6ce553d18fa1-eed766c4 {
  grid-area: 1 / 3 / 5 / 5;
}

@media screen and (min-width: 1440px) {
  #w-node-a8b19a8b-89ca-5921-b812-69dea17d9ba5-df729422 {
    grid-area: 1 / 1 / 5 / 5;
  }

  #w-node-b200bd4c-573f-641c-2c72-4dcc8fe9f9dc-858a5f0f, #w-node-c4ce827a-4dd3-1e57-63ca-93a3349cb977-858a5f0f, #w-node-_919f6cea-b45f-5201-e88c-f1712025f676-858a5f0f, #w-node-_7ab60d1c-1918-3c0b-8497-bf4c86eee747-858a5f0f, #w-node-_1b90a0e8-4b3e-4216-f997-54f289921a8a-858a5f0f, #w-node-c5540212-cdaa-e6a5-ca2b-566f642b4406-858a5f0f, #w-node-_7eed3eb4-c969-4693-ba2e-f3d92710f10d-858a5f0f, #w-node-_50ac7140-e844-6c40-6f95-e4089b49bded-858a5f0f, #w-node-_9c2543c8-9065-f6f7-687d-34a7da50f1fe-858a5f0f, #w-node-_0acfee03-8f81-e5dc-414a-40a5bdd79950-858a5f0f, #w-node-_44f38361-d0e3-751f-df6e-5fde99d500f9-858a5f0f {
    align-self: center;
  }

  #w-node-a8b19a8b-89ca-5921-b812-69dea17d9ba5-df729425, #w-node-a8b19a8b-89ca-5921-b812-69dea17d9ba5-df729427, #w-node-a8b19a8b-89ca-5921-b812-69dea17d9ba5-df729429, #w-node-a8b19a8b-89ca-5921-b812-69dea17d9ba5-df72942e, #w-node-a8b19a8b-89ca-5921-b812-69dea17d9ba5-df729430, #w-node-a8b19a8b-89ca-5921-b812-69dea17d9ba5-c89aa5ba, #w-node-a8b19a8b-89ca-5921-b812-69dea17d9ba5-bc739a26, #w-node-a8b19a8b-89ca-5921-b812-69dea17d9ba5-955d180f, #w-node-a8b19a8b-89ca-5921-b812-69dea17d9ba5-9f24a262, #w-node-a8b19a8b-89ca-5921-b812-69dea17d9ba5-d814f921, #w-node-a8b19a8b-89ca-5921-b812-69dea17d9ba5-eed766c4 {
    grid-area: 1 / 1 / 5 / 5;
  }
}

@media screen and (max-width: 991px) {
  #w-node-_0e3d5c49-2de0-890f-8d65-ba49791bc1bb-df729422 {
    grid-row-start: 3;
    grid-column-start: 1;
  }

  #contacto.w-node-_0e3d5c49-2de0-890f-8d65-ba49791bc1bc-df729422 {
    grid-row-end: 3;
  }

  #w-node-c9f9fda2-4686-8b4c-1a8b-7b508a09f12c-df729422 {
    grid-row-start: 3;
    grid-column-start: 1;
  }

  #w-node-a8b19a8b-89ca-5921-b812-69dea17d9ba5-df729422 {
    grid-row-end: 3;
    grid-column-end: 5;
  }

  #w-node-_512d2b1a-9623-653f-3aef-6ce553d18fa1-df729422, #w-node-_0e3d5c49-2de0-890f-8d65-ba49791bc1bb-df729425 {
    grid-row-start: 3;
    grid-column-start: 1;
  }

  #w-node-_0e3d5c49-2de0-890f-8d65-ba49791bc1bc-df729425 {
    grid-row-end: 3;
  }

  #w-node-c9f9fda2-4686-8b4c-1a8b-7b508a09f12c-df729425 {
    grid-row-start: 3;
    grid-column-start: 1;
  }

  #w-node-a8b19a8b-89ca-5921-b812-69dea17d9ba5-df729425 {
    grid-row-end: 3;
    grid-column-end: 5;
  }

  #w-node-_512d2b1a-9623-653f-3aef-6ce553d18fa1-df729425, #w-node-_0e3d5c49-2de0-890f-8d65-ba49791bc1bb-df729427 {
    grid-row-start: 3;
    grid-column-start: 1;
  }

  #w-node-_0e3d5c49-2de0-890f-8d65-ba49791bc1bc-df729427 {
    grid-row-end: 3;
  }

  #w-node-c9f9fda2-4686-8b4c-1a8b-7b508a09f12c-df729427 {
    grid-row-start: 3;
    grid-column-start: 1;
  }

  #w-node-a8b19a8b-89ca-5921-b812-69dea17d9ba5-df729427 {
    grid-row-end: 3;
    grid-column-end: 5;
  }

  #w-node-_512d2b1a-9623-653f-3aef-6ce553d18fa1-df729427, #w-node-c9f9fda2-4686-8b4c-1a8b-7b508a09f12c-df729429 {
    grid-row-start: 3;
    grid-column-start: 1;
  }

  #w-node-a8b19a8b-89ca-5921-b812-69dea17d9ba5-df729429 {
    grid-row-end: 3;
    grid-column-end: 5;
  }

  #w-node-_0e3d5c49-2de0-890f-8d65-ba49791bc1bb-df729429 {
    grid-row-start: 3;
    grid-column-start: 1;
  }

  #w-node-_0e3d5c49-2de0-890f-8d65-ba49791bc1bc-df729429 {
    grid-row-end: 3;
  }

  #w-node-_512d2b1a-9623-653f-3aef-6ce553d18fa1-df729429, #w-node-_0e3d5c49-2de0-890f-8d65-ba49791bc1bb-df72942e {
    grid-row-start: 3;
    grid-column-start: 1;
  }

  #contacto.w-node-_0e3d5c49-2de0-890f-8d65-ba49791bc1bc-df72942e {
    grid-row-end: 3;
  }

  #w-node-c9f9fda2-4686-8b4c-1a8b-7b508a09f12c-df72942e {
    grid-row-start: 3;
    grid-column-start: 1;
  }

  #w-node-a8b19a8b-89ca-5921-b812-69dea17d9ba5-df72942e {
    grid-row-end: 3;
    grid-column-end: 5;
  }

  #w-node-_512d2b1a-9623-653f-3aef-6ce553d18fa1-df72942e, #w-node-_0e3d5c49-2de0-890f-8d65-ba49791bc1bb-df729430 {
    grid-row-start: 3;
    grid-column-start: 1;
  }

  #contacto.w-node-_0e3d5c49-2de0-890f-8d65-ba49791bc1bc-df729430 {
    grid-row-end: 3;
  }

  #w-node-c9f9fda2-4686-8b4c-1a8b-7b508a09f12c-df729430 {
    grid-row-start: 3;
    grid-column-start: 1;
  }

  #w-node-a8b19a8b-89ca-5921-b812-69dea17d9ba5-df729430 {
    grid-row-end: 3;
    grid-column-end: 5;
  }

  #w-node-_512d2b1a-9623-653f-3aef-6ce553d18fa1-df729430, #w-node-c9f9fda2-4686-8b4c-1a8b-7b508a09f12c-c89aa5ba {
    grid-row-start: 3;
    grid-column-start: 1;
  }

  #w-node-a8b19a8b-89ca-5921-b812-69dea17d9ba5-c89aa5ba {
    grid-row-end: 3;
    grid-column-end: 5;
  }

  #w-node-_0e3d5c49-2de0-890f-8d65-ba49791bc1bb-c89aa5ba {
    grid-row-start: 3;
    grid-column-start: 1;
  }

  #w-node-_0e3d5c49-2de0-890f-8d65-ba49791bc1bc-c89aa5ba {
    grid-row-end: 3;
  }

  #w-node-_512d2b1a-9623-653f-3aef-6ce553d18fa1-c89aa5ba, #w-node-c9f9fda2-4686-8b4c-1a8b-7b508a09f12c-bc739a26 {
    grid-row-start: 3;
    grid-column-start: 1;
  }

  #w-node-a8b19a8b-89ca-5921-b812-69dea17d9ba5-bc739a26 {
    grid-row-end: 3;
    grid-column-end: 5;
  }

  #w-node-_0e3d5c49-2de0-890f-8d65-ba49791bc1bb-bc739a26 {
    grid-row-start: 3;
    grid-column-start: 1;
  }

  #w-node-_0e3d5c49-2de0-890f-8d65-ba49791bc1bc-bc739a26 {
    grid-row-end: 3;
  }

  #w-node-_512d2b1a-9623-653f-3aef-6ce553d18fa1-bc739a26, #w-node-c9f9fda2-4686-8b4c-1a8b-7b508a09f12c-955d180f {
    grid-row-start: 3;
    grid-column-start: 1;
  }

  #w-node-a8b19a8b-89ca-5921-b812-69dea17d9ba5-955d180f {
    grid-row-end: 3;
    grid-column-end: 5;
  }

  #w-node-_0e3d5c49-2de0-890f-8d65-ba49791bc1bb-955d180f {
    grid-row-start: 3;
    grid-column-start: 1;
  }

  #w-node-_0e3d5c49-2de0-890f-8d65-ba49791bc1bc-955d180f {
    grid-row-end: 3;
  }

  #w-node-_512d2b1a-9623-653f-3aef-6ce553d18fa1-955d180f, #w-node-_0e3d5c49-2de0-890f-8d65-ba49791bc1bb-9f24a262 {
    grid-row-start: 3;
    grid-column-start: 1;
  }

  #contacto.w-node-_0e3d5c49-2de0-890f-8d65-ba49791bc1bc-9f24a262 {
    grid-row-end: 3;
  }

  #w-node-c9f9fda2-4686-8b4c-1a8b-7b508a09f12c-9f24a262 {
    grid-row-start: 3;
    grid-column-start: 1;
  }

  #w-node-a8b19a8b-89ca-5921-b812-69dea17d9ba5-9f24a262 {
    grid-row-end: 3;
    grid-column-end: 5;
  }

  #w-node-_512d2b1a-9623-653f-3aef-6ce553d18fa1-9f24a262, #w-node-c9f9fda2-4686-8b4c-1a8b-7b508a09f12c-d814f921 {
    grid-row-start: 3;
    grid-column-start: 1;
  }

  #w-node-a8b19a8b-89ca-5921-b812-69dea17d9ba5-d814f921 {
    grid-row-end: 3;
    grid-column-end: 5;
  }

  #w-node-_0e3d5c49-2de0-890f-8d65-ba49791bc1bb-d814f921 {
    grid-row-start: 3;
    grid-column-start: 1;
  }

  #w-node-_0e3d5c49-2de0-890f-8d65-ba49791bc1bc-d814f921 {
    grid-row-end: 3;
  }

  #w-node-_512d2b1a-9623-653f-3aef-6ce553d18fa1-d814f921, #w-node-c9f9fda2-4686-8b4c-1a8b-7b508a09f12c-eed766c4 {
    grid-row-start: 3;
    grid-column-start: 1;
  }

  #w-node-a8b19a8b-89ca-5921-b812-69dea17d9ba5-eed766c4 {
    grid-row-end: 3;
    grid-column-end: 5;
  }

  #w-node-_0e3d5c49-2de0-890f-8d65-ba49791bc1bb-eed766c4 {
    grid-row-start: 3;
    grid-column-start: 1;
  }

  #w-node-_0e3d5c49-2de0-890f-8d65-ba49791bc1bc-eed766c4 {
    grid-row-end: 3;
  }

  #w-node-_512d2b1a-9623-653f-3aef-6ce553d18fa1-eed766c4 {
    grid-row-start: 3;
    grid-column-start: 1;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_0e3d5c49-2de0-890f-8d65-ba49791bc1bb-df729422, #contacto.w-node-_0e3d5c49-2de0-890f-8d65-ba49791bc1bc-df729422, #w-node-c9f9fda2-4686-8b4c-1a8b-7b508a09f12c-df729422, #w-node-a8b19a8b-89ca-5921-b812-69dea17d9ba5-df729422, #w-node-_512d2b1a-9623-653f-3aef-6ce553d18fa1-df729422, #w-node-_0e3d5c49-2de0-890f-8d65-ba49791bc1bb-df729425, #w-node-_0e3d5c49-2de0-890f-8d65-ba49791bc1bc-df729425, #w-node-c9f9fda2-4686-8b4c-1a8b-7b508a09f12c-df729425, #w-node-a8b19a8b-89ca-5921-b812-69dea17d9ba5-df729425, #w-node-_512d2b1a-9623-653f-3aef-6ce553d18fa1-df729425, #w-node-_0e3d5c49-2de0-890f-8d65-ba49791bc1bb-df729427, #w-node-_0e3d5c49-2de0-890f-8d65-ba49791bc1bc-df729427, #w-node-c9f9fda2-4686-8b4c-1a8b-7b508a09f12c-df729427, #w-node-a8b19a8b-89ca-5921-b812-69dea17d9ba5-df729427, #w-node-_512d2b1a-9623-653f-3aef-6ce553d18fa1-df729427, #w-node-c9f9fda2-4686-8b4c-1a8b-7b508a09f12c-df729429, #w-node-a8b19a8b-89ca-5921-b812-69dea17d9ba5-df729429, #w-node-_0e3d5c49-2de0-890f-8d65-ba49791bc1bb-df729429, #w-node-_0e3d5c49-2de0-890f-8d65-ba49791bc1bc-df729429, #w-node-_512d2b1a-9623-653f-3aef-6ce553d18fa1-df729429, #w-node-_0e3d5c49-2de0-890f-8d65-ba49791bc1bb-df72942e, #contacto.w-node-_0e3d5c49-2de0-890f-8d65-ba49791bc1bc-df72942e, #w-node-c9f9fda2-4686-8b4c-1a8b-7b508a09f12c-df72942e, #w-node-a8b19a8b-89ca-5921-b812-69dea17d9ba5-df72942e, #w-node-_512d2b1a-9623-653f-3aef-6ce553d18fa1-df72942e, #w-node-_0e3d5c49-2de0-890f-8d65-ba49791bc1bb-df729430, #contacto.w-node-_0e3d5c49-2de0-890f-8d65-ba49791bc1bc-df729430, #w-node-c9f9fda2-4686-8b4c-1a8b-7b508a09f12c-df729430, #w-node-a8b19a8b-89ca-5921-b812-69dea17d9ba5-df729430, #w-node-_512d2b1a-9623-653f-3aef-6ce553d18fa1-df729430, #w-node-c9f9fda2-4686-8b4c-1a8b-7b508a09f12c-c89aa5ba, #w-node-a8b19a8b-89ca-5921-b812-69dea17d9ba5-c89aa5ba, #w-node-_0e3d5c49-2de0-890f-8d65-ba49791bc1bb-c89aa5ba, #w-node-_0e3d5c49-2de0-890f-8d65-ba49791bc1bc-c89aa5ba, #w-node-_512d2b1a-9623-653f-3aef-6ce553d18fa1-c89aa5ba, #w-node-c9f9fda2-4686-8b4c-1a8b-7b508a09f12c-bc739a26, #w-node-a8b19a8b-89ca-5921-b812-69dea17d9ba5-bc739a26, #w-node-_0e3d5c49-2de0-890f-8d65-ba49791bc1bb-bc739a26, #w-node-_0e3d5c49-2de0-890f-8d65-ba49791bc1bc-bc739a26, #w-node-_512d2b1a-9623-653f-3aef-6ce553d18fa1-bc739a26, #w-node-c9f9fda2-4686-8b4c-1a8b-7b508a09f12c-955d180f, #w-node-a8b19a8b-89ca-5921-b812-69dea17d9ba5-955d180f, #w-node-_0e3d5c49-2de0-890f-8d65-ba49791bc1bb-955d180f, #w-node-_0e3d5c49-2de0-890f-8d65-ba49791bc1bc-955d180f, #w-node-_512d2b1a-9623-653f-3aef-6ce553d18fa1-955d180f, #w-node-_0e3d5c49-2de0-890f-8d65-ba49791bc1bb-9f24a262, #contacto.w-node-_0e3d5c49-2de0-890f-8d65-ba49791bc1bc-9f24a262, #w-node-c9f9fda2-4686-8b4c-1a8b-7b508a09f12c-9f24a262, #w-node-a8b19a8b-89ca-5921-b812-69dea17d9ba5-9f24a262, #w-node-_512d2b1a-9623-653f-3aef-6ce553d18fa1-9f24a262, #w-node-c9f9fda2-4686-8b4c-1a8b-7b508a09f12c-d814f921, #w-node-a8b19a8b-89ca-5921-b812-69dea17d9ba5-d814f921, #w-node-_0e3d5c49-2de0-890f-8d65-ba49791bc1bb-d814f921, #w-node-_0e3d5c49-2de0-890f-8d65-ba49791bc1bc-d814f921, #w-node-_512d2b1a-9623-653f-3aef-6ce553d18fa1-d814f921, #w-node-c9f9fda2-4686-8b4c-1a8b-7b508a09f12c-eed766c4, #w-node-a8b19a8b-89ca-5921-b812-69dea17d9ba5-eed766c4, #w-node-_0e3d5c49-2de0-890f-8d65-ba49791bc1bb-eed766c4, #w-node-_0e3d5c49-2de0-890f-8d65-ba49791bc1bc-eed766c4, #w-node-_512d2b1a-9623-653f-3aef-6ce553d18fa1-eed766c4 {
    grid-column-end: 3;
  }
}


@font-face {
  font-family: 'Eina';
  src: url('../fonts/Eina01-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Eina';
  src: url('../fonts/Eina01-LightItalic.otf') format('opentype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Eina';
  src: url('../fonts/Eina01-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Eina';
  src: url('../fonts/Eina01-SemiboldItalic.otf') format('opentype');
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Eina';
  src: url('../fonts/Eina01-SemiBold.otf') format('opentype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Eina';
  src: url('../fonts/Eina01-BoldItalic.otf') format('opentype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Eina';
  src: url('../fonts/Eina01-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Eina';
  src: url('../fonts/Eina01-RegularItalic.otf') format('opentype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}