.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;
  background-color: #ffd100;
  font-family: Din Pro, sans-serif;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 140%;
}

h1 {
  text-transform: uppercase;
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 4rem;
  font-weight: 900;
  line-height: 100%;
}

h2 {
  text-transform: uppercase;
  margin-top: 20px;
  margin-bottom: 0;
  font-size: 2.875rem;
  font-weight: 900;
  line-height: 4.4rem;
}

h3 {
  text-transform: uppercase;
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 2rem;
  font-weight: 700;
  line-height: 120%;
}

p {
  max-width: 62ch;
  margin-bottom: 0;
}

a {
  color: #cb112a;
  text-decoration: underline;
}

ol {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 40px;
  list-style-type: decimal;
}

.align-center {
  margin-left: auto;
  margin-right: auto;
}

.text-weight-xbold {
  font-weight: 900;
}

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

.text-style-link {
  color: #000;
  text-decoration: underline;
}

.button-group {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  display: flex;
}

.padding-global {
  padding-left: 7vw;
  padding-right: 7vw;
}

.padding-section-small {
  width: 100%;
  max-width: 100%;
  padding: 1.5rem 0;
}

.margin-top {
  margin: 2.5rem 0 0;
}

.text-weight-light {
  font-weight: 300;
}

.container-medium {
  width: 100%;
  max-width: 70rem;
  margin-left: auto;
  margin-right: auto;
}

.padding-section-large {
  padding-top: 8rem;
  padding-bottom: 8rem;
}

.margin-bottom {
  margin: 0 0 2.5rem;
}

.button {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  text-shadow: none;
  background-color: #cb102a;
  border-radius: 8px;
  margin-top: 10px;
  margin-bottom: 20px;
  padding: 1.03rem 3.5rem .75rem;
  font-size: 1.25rem;
  font-weight: 900;
  position: static;
  box-shadow: 3px 3px #821421;
}

.button:hover {
  box-shadow: none;
  margin-top: 14px;
  margin-bottom: 16px;
}

.button.is-secondary {
  color: #cb112a;
  background-color: #ffd100;
  box-shadow: 3px 3px #f3a600;
}

.button.is-secondary.is-medium {
  box-shadow: 3px 3px #f3a600;
}

.button.is-secondary.is-medium:hover {
  box-shadow: none;
  margin-bottom: -4px;
}

.section_header {
  height: 100vh;
  max-height: 940px;
  max-width: 1600rem;
  min-height: 720px;
  color: #333;
  text-align: center;
  text-transform: uppercase;
  flex-direction: column;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  font-size: 2.1rem;
  font-weight: 900;
  display: flex;
  position: relative;
  overflow: hidden;
}

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

.display-vertical.align-center {
  align-items: center;
}

.display-vertical.space-between-small {
  grid-column-gap: 1.6rem;
  grid-row-gap: 1.6rem;
  align-items: center;
}

.navbar {
  width: 100%;
  background-color: rgba(0, 0, 0, 0);
  padding-left: 7vw;
  padding-right: 7vw;
  position: absolute;
}

.display-horizontal {
  width: 100px;
  min-width: 100%;
  display: flex;
}

.display-horizontal.justify-space-between {
  justify-content: space-between;
  align-items: center;
}

.footer {
  color: #000;
  background-image: linear-gradient(rgba(240, 202, 142, 0) 25%, #f0ca8e);
  padding-top: 6rem;
  padding-bottom: 1rem;
  font-size: .875rem;
  line-height: 140%;
  position: relative;
}

.footer_logo {
  width: auto;
}

.footer_sm-links {
  display: flex;
}

.padding-top-medium {
  flex-direction: column;
  align-items: center;
  padding-top: 3.75rem;
  display: flex;
}

.error-msg {
  width: 100%;
  color: #fff;
  text-align: center;
  background-color: #cb112a;
  border-radius: 0;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  padding: .6rem 3.6rem;
  display: none;
}

.paragraph-small {
  text-transform: none;
  margin-bottom: 20px;
  font-size: 14px;
  line-height: 150%;
}

.links-2 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  font-size: 12px;
  display: flex;
}

.links-2.socials {
  width: 90px;
}

.link-block {
  width: 40px;
  height: 40px;
}

.popup-button-div {
  grid-column-gap: 7px;
  grid-row-gap: 7px;
  text-align: center;
  text-transform: uppercase;
  margin-top: 40px;
  margin-bottom: 45px;
  font-weight: 900;
  display: flex;
}

.error-text {
  color: #fff;
  font-size: 18px;
}

.age-verif-parent {
  z-index: 9999;
  width: 100vw;
  height: 100vh;
  color: #333;
  background-color: #ffd100;
  border: 1px solid #000;
  flex-direction: column-reverse;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  top: 0;
}

.age-popup {
  width: 100%;
  height: 100%;
  max-width: 560px;
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 15px;
  flex-direction: column;
  order: -1;
  justify-content: center;
  align-self: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding: 0 30px 20px;
  display: flex;
  position: relative;
  top: 0%;
  left: 0;
}

.html-sm-2 {
  width: 100%;
  height: 100%;
  color: #a71f24;
}

.overage-butt {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  background-color: #cb102a;
  border-radius: 8px;
  padding: 1.03rem 2.5rem .75rem;
  font-size: 1.25rem;
  font-weight: 600;
  box-shadow: 3px 3px #821421;
}

.underage-butt {
  color: #cb112a;
  text-align: center;
  text-transform: uppercase;
  background-color: #fff;
  border-radius: 8px;
  padding: 1.03rem 2.5rem .75rem;
  font-size: 1.25rem;
  font-weight: 600;
  box-shadow: 3px 3px #cb112a;
}

.text-size-display {
  max-width: 900px;
  font-size: 5rem;
  line-height: 105%;
}

.text-size-display.text-weight-xbold.text-uppercase {
  text-transform: uppercase;
}

.margin-top-medium {
  margin-top: 3.75rem;
}

.margin-top-small {
  margin-top: 1rem;
}

.sol {
  z-index: -2;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.sol-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.logo {
  z-index: 1;
  width: 100%;
  max-height: 75%;
  object-fit: fill;
  margin-bottom: 40px;
  position: relative;
  top: auto;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.logo-slogan {
  width: 55vw;
  max-width: 900px;
  object-fit: contain;
  object-position: 50% 30%;
}

.logo-slogan.logo-slogan_es {
  width: 50vw;
  padding-bottom: 5rem;
}

.logo-slogan.logo-slogan_en {
  width: 50vw;
  margin-right: 20px;
  padding-bottom: 5rem;
}

.logo-hands {
  width: 75%;
  max-width: 1200px;
  object-fit: contain;
  object-position: 50% 78%;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  top: -30px;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.logo-hands-mobile {
  object-fit: contain;
  object-position: 50% 100%;
  display: none;
  position: absolute;
  top: auto;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.grid_festivals-costum2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-columns: 1fr 1fr;
  grid-template-areas: ".";
  margin-left: auto;
  margin-right: auto;
}

.padding-section-xsmall {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.content-festival_link-costum2 {
  width: 100%;
  height: auto;
  color: #cacaca;
  text-align: center;
  background-image: linear-gradient(rgba(0, 0, 0, .4), rgba(0, 0, 0, .4));
  justify-content: center;
  align-items: center;
  display: flex;
}

.button_wrapper {
  z-index: 9;
  background-color: #821521;
  display: none;
  position: -webkit-sticky;
  position: sticky;
  bottom: 0;
}

.logo-fest {
  z-index: 1;
  height: 100px;
  max-width: 110px;
  object-fit: contain;
  position: absolute;
  top: auto;
  bottom: 10px;
  left: 10px;
  right: auto;
}

.section_festival-first {
  position: relative;
}

.festival_heading-container {
  z-index: 9;
  color: #f3f3f3;
  text-align: center;
  text-shadow: 1px 1px 9px #000;
  flex-direction: column;
  align-items: center;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 30%;
  bottom: 30%;
  left: 30%;
  right: 30%;
}

.content_festival-costum2 {
  z-index: 1;
  width: 70%;
  height: 500px;
  display: flex;
  position: relative;
  box-shadow: 0 0 10px rgba(0, 0, 0, .5);
}

.content_festival-costum2.content_festival-z-index-1 {
  z-index: 2;
  width: 82%;
  height: 470px;
  max-width: none;
}

.festival_image {
  z-index: -1;
  width: 100%;
  height: 100%;
  min-height: 100%;
  object-fit: cover;
  position: relative;
}

.section_logos {
  color: #f3f3f3;
  text-align: center;
  justify-content: center;
  display: flex;
}

.carousel {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  justify-items: center;
  margin-left: auto;
  margin-right: auto;
  font-size: 1.1rem;
  font-weight: 300;
  display: grid;
}

.slide {
  max-width: 300px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding: 1rem;
  display: flex;
  overflow: hidden;
}

.festival-logo {
  width: 100px;
  height: 100px;
  object-fit: contain;
  margin-bottom: 10px;
}

.section_logos_about {
  color: #f3f3f3;
  text-align: center;
  justify-content: center;
  margin-bottom: 16rem;
  display: flex;
}

.section_404 {
  width: 100%;
  height: 100vh;
  max-height: 1200px;
  min-height: 800px;
  color: #333;
  text-align: left;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

._404-content {
  z-index: 9;
  height: 100%;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: center;
  flex-direction: column;
  grid-template-rows: minmax(auto, 1fr) minmax(436px, 5fr);
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  padding-bottom: 4rem;
  display: flex;
  position: relative;
}

.sun-img {
  z-index: -1;
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.fs-cc-banner_text {
  max-width: none;
  color: #fff;
  text-align: left;
  text-transform: none;
  margin-right: 1.5rem;
  font-size: 12px;
  font-weight: 400;
  line-height: 140%;
}

.set-all-components-to-display-none-and-use-this-div-to-create-a-symbol {
  width: 100%;
  height: 100%;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 0%;
  margin-bottom: auto;
  display: flex;
  position: static;
  overflow: hidden;
}

.fs-cc-banner_container {
  width: 100%;
  max-width: 1600px;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  color: #333;
  justify-content: space-between;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.fs-cc-banner_buttons-wrapper {
  flex-direction: row;
  flex: none;
  grid-template-rows: auto;
  grid-template-columns: auto auto;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.logotype {
  width: 120px;
}

.link-cookies {
  color: #fff;
}

.link-cookies.is-dark_red {
  color: #821521;
}

.fs-cc-banner_trigger {
  display: none;
}

.fs-cc-banner_component {
  z-index: 99;
  width: 600px;
  max-width: 90%;
  color: #fff;
  background-color: #821521;
  border-radius: 11px;
  align-items: flex-start;
  margin-left: auto;
  margin-right: auto;
  padding: 20px 35px;
  display: none;
  position: fixed;
  top: auto;
  bottom: 10px;
  left: 0%;
  right: 0%;
}

.fs-cc-banner_button {
  color: #821521;
  text-align: center;
  background-color: #ffd100;
  border: 0 solid #ffcd47;
  border-radius: 3px;
  justify-content: center;
  align-items: center;
  margin-left: 1rem;
  padding: 2px 22px .5px;
  font-size: 12px;
  font-weight: 600;
  display: flex;
}

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

.rich-text-block {
  max-width: 60ch;
  color: #333;
  text-align: left;
  flex: 0 auto;
  margin-top: 30px;
  line-height: 170%;
  text-decoration: none;
  list-style-type: lower-alpha;
}

.rich-text-block h3 {
  font-size: 1.5rem;
}

.section_support {
  text-align: center;
}

.text-color-secondary {
  color: #cb112a;
}

.footer-bg {
  z-index: -2;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 100% 0%;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.max-width-small {
  max-width: 500px;
  line-height: 110%;
}

.subtitlte {
  color: #f3f3f3;
  background-color: #cb112a;
  justify-content: center;
  padding: 17px;
  font-size: 1.8rem;
  display: flex;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.image {
  z-index: 9;
  max-height: 540px;
  margin-bottom: 25px;
  margin-right: 80px;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.image-2 {
  z-index: -1;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.links-group {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-color-third {
  color: #ffd100;
}

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

.about-wrapper {
  width: 100%;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  text-align: left;
  margin-top: 2.5rem;
  display: flex;
}

.about-text {
  max-width: 50%;
}

.about-img {
  max-width: 45%;
  object-fit: contain;
  align-self: center;
}

.logo-slogan-en {
  width: 52vw;
  max-width: 900px;
  object-fit: contain;
  object-position: 50% 30%;
  padding-bottom: 140px;
}

.dropdown-bottom {
  max-width: 300px;
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  background-color: #fff;
  border-radius: 6px;
  justify-content: center;
  align-items: flex-start;
  margin-top: 10px;
  margin-bottom: 20px;
  padding: 0;
  font-size: 1.25rem;
  font-weight: 600;
  text-decoration: none;
  display: flex;
  box-shadow: 1px 2px #821521, 0 3px #821521;
}

.dropdown-bottom:hover {
  box-shadow: none;
  margin-top: 3px;
  margin-bottom: 0;
}

.dropdown-toggle {
  grid-column-gap: .4rem;
  grid-row-gap: .4rem;
  color: #333;
  background-color: #fff;
  border-radius: 8px;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  padding: 1rem .9rem .8rem;
  display: flex;
}

.icon-1x1-small {
  width: 1.4rem;
  height: 1.4rem;
  flex: none;
  justify-content: center;
  align-items: center;
  margin-top: 2px;
  display: flex;
}

.nav-menu {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  align-items: center;
  display: flex;
}

.dropdown-arrow {
  align-self: center;
  margin-top: 3px;
  display: flex;
}

.dropdown-arrow.dropdown-arrow-close {
  transform: rotate(180deg);
}

.dropdown-el {
  grid-column-gap: .4rem;
  grid-row-gap: .4rem;
  color: #333;
  background-color: #f3f3f3;
  justify-content: center;
  align-items: center;
  padding-top: .9rem;
  padding-bottom: .8rem;
  text-decoration: none;
  display: flex;
}

.dropdown-el:hover {
  background-color: #fff;
}

.dropdown-el.w--current {
  background-color: #fff;
  padding-right: 0;
}

.dropdown-list {
  background-color: #fff;
  border-radius: 8px;
  display: none;
}

.dropdown-list.w--open {
  border-radius: 10px;
  overflow: hidden;
}

.hr {
  height: .6px;
  background-color: rgba(51, 51, 51, .3);
}

.section_loader {
  height: 100vh;
  max-height: 940px;
  max-width: 1600rem;
  min-height: 720px;
  color: #333;
  text-align: center;
  text-transform: uppercase;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  font-size: 2.1rem;
  font-weight: 900;
  display: flex;
  position: relative;
  overflow: hidden;
}

@media screen and (max-width: 991px) {
  body {
    font-size: 1.1rem;
  }

  .padding-global {
    padding-left: 30px;
    padding-right: 30px;
  }

  .padding-section-small {
    width: 100%;
    padding-top: .8rem;
    padding-bottom: .8rem;
  }

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

  .padding-section-large {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

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

  .section_header {
    font-size: 1.9rem;
  }

  .navbar {
    padding-left: 30px;
    padding-right: 30px;
  }

  .display-horizontal.justify-space-between {
    width: 100%;
  }

  .paragraph-small {
    font-size: 14px;
  }

  .links-2 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-direction: column;
    order: -1;
    align-items: center;
    font-size: 11px;
  }

  .links-2.socials {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-direction: row;
    order: 1;
  }

  .link-block {
    width: auto;
    height: 40px;
  }

  .popup-button-div {
    margin-top: 20px;
  }

  .age-popup {
    max-width: 500px;
  }

  .html-sm-2 {
    width: auto;
    height: 100%;
  }

  .text-size-display.text-weight-xbold.text-uppercase {
    max-width: 800px;
    font-size: 3.5rem;
  }

  .logo-slogan {
    width: 72%;
    max-width: 600px;
    object-fit: contain;
    object-position: 50% 20%;
    margin-top: -1.5%;
  }

  .logo-slogan.logo-slogan_es {
    width: 70vw;
    margin-top: 0%;
    padding-bottom: 0;
  }

  .logo-slogan.logo-slogan_en {
    width: 70vw;
    margin-top: 0%;
    margin-right: 5px;
    padding-bottom: 0;
  }

  .logo-hands {
    width: 100%;
    object-position: 50% 60%;
    display: none;
    transform: scale(1.8);
  }

  .logo-hands-mobile {
    height: 70%;
    object-fit: contain;
    object-position: 50% 75%;
    margin: 30% 0% 10%;
    display: block;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .logo-fest {
    max-width: 100px;
  }

  .content_festival-costum2 {
    width: 96%;
    height: 380px;
    max-width: 95%;
  }

  .content_festival-costum2.content_festival-z-index-1 {
    width: 100%;
    height: 400px;
  }

  .section_logos {
    flex-direction: column;
  }

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

  .section_logos_about {
    flex-direction: column;
  }

  .fs-cc-banner_text {
    margin-right: 0;
    font-size: 12px;
    line-height: 150%;
  }

  .fs-cc-banner_container {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .fs-cc-banner_buttons-wrapper {
    margin-top: 0;
  }

  .fs-cc-banner_component {
    flex-direction: row;
    padding: 18px 40px;
  }

  .fs-cc-banner_button {
    min-height: auto;
    min-width: auto;
    margin-left: 0;
    padding-top: 4.5px;
    padding-bottom: 3px;
  }

  .rich-text-block {
    margin-top: 20px;
  }

  .max-width-small {
    max-width: 400px;
  }

  .subtitlte {
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 1.2rem;
  }

  .image {
    z-index: -1;
    max-height: 380px;
    margin-bottom: 40px;
    margin-right: 50px;
    top: auto;
    bottom: 0%;
    left: auto;
    right: auto;
  }

  .about-wrapper {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    align-items: center;
    margin-top: 1.5rem;
  }

  .about-text {
    max-width: 55%;
  }

  .about-img {
    max-width: 45%;
    align-self: flex-start;
    margin-top: auto;
    margin-bottom: auto;
    margin-left: auto;
  }

  .logo-slogan-en {
    width: 72%;
    max-width: 600px;
    object-fit: contain;
    object-position: 50% 20%;
    margin-top: -1.5%;
    padding-bottom: 7px;
  }

  .section_loader {
    font-size: 1.9rem;
  }
}

@media screen and (max-width: 767px) {
  body {
    font-size: 1rem;
  }

  h1 {
    font-size: 2.6rem;
  }

  h2 {
    margin-bottom: .3rem;
    font-size: 2rem;
    line-height: 2.2rem;
  }

  h3 {
    font-size: 1.8rem;
  }

  .padding-global {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .padding-section-small {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .margin-top {
    justify-content: center;
    margin: 1.5rem 0 0;
    display: flex;
  }

  .padding-section-large {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

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

  .button {
    font-size: 1rem;
  }

  .button.is-small {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .section_header {
    font-size: 1.6rem;
  }

  .navbar {
    padding-left: 1.25rem;
    padding-right: 1.5rem;
  }

  .error-msg {
    padding-left: 20px;
    padding-right: 20px;
  }

  .links-2 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    text-align: center;
    flex-direction: column;
    order: -1;
    justify-content: center;
    font-size: 12px;
  }

  .links-2.socials {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    flex-direction: row;
    order: 1;
  }

  .error-text {
    font-size: 16px;
  }

  .text-size-display {
    font-size: 3rem;
  }

  .text-size-display.text-weight-xbold.text-uppercase {
    font-size: 2.5rem;
  }

  .sol-img {
    object-position: 50% 50%;
  }

  .logo {
    align-items: flex-start;
    display: flex;
  }

  .logo-slogan {
    width: 100%;
    max-width: 600px;
    object-fit: contain;
    object-position: 50% 20%;
    margin-top: -1%;
    margin-left: auto;
    margin-right: auto;
  }

  .logo-slogan.logo-slogan_es {
    width: 90vw;
    margin-right: auto;
  }

  .logo-slogan.logo-slogan_en {
    width: 84vw;
    margin-right: auto;
  }

  .logo-hands {
    object-position: 50% 0%;
    transform: scale(2);
  }

  .grid_festivals-costum2 {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-columns: 1fr;
  }

  .padding-section-xsmall {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .content_festival-costum2 {
    width: 85%;
    height: 360px;
  }

  .content_festival-costum2.content_festival-z-index-1 {
    width: 90%;
    height: 360px;
  }

  .carousel {
    grid-column-gap: 0px;
    grid-row-gap: 20px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 1rem;
    display: grid;
  }

  .slide {
    padding: .7rem;
  }

  .festival-logo {
    width: 80px;
    height: auto;
  }

  .sun-img {
    object-position: 70% 50%;
  }

  .fs-cc-banner_container {
    flex-direction: row;
    align-items: center;
  }

  .logotype {
    width: 110px;
    padding-left: 0;
  }

  .fs-cc-banner_component {
    margin-bottom: 0;
    padding: 15px 25px;
  }

  .footer-bg {
    object-position: 90% 0%;
  }

  .image {
    max-height: 370px;
  }

  .image-2 {
    max-width: 70%;
  }

  .links-group, .about-wrapper {
    flex-direction: column;
  }

  .about-text {
    max-width: none;
  }

  .about-img {
    max-width: 459px;
    order: -1;
    align-self: center;
    margin-right: auto;
  }

  .logo-slogan-en {
    width: 100%;
    max-width: 600px;
    object-fit: contain;
    object-position: 50% 20%;
    margin-top: -1%;
    margin-left: auto;
    margin-right: auto;
  }

  .dropdown-bottom {
    min-width: auto;
    padding-top: 0;
    padding-bottom: 0;
    font-size: 1rem;
  }

  .dropdown-toggle {
    grid-column-gap: .25rem;
    grid-row-gap: .25rem;
    padding-left: .7rem;
    padding-right: .7rem;
  }

  .icon-1x1-small {
    width: 1.2rem;
    height: 1.2rem;
    display: block;
  }

  .dropdown-arrow {
    width: 7px;
  }

  .section_loader {
    font-size: 1.6rem;
  }
}

@media screen and (max-width: 479px) {
  h2 {
    margin-bottom: 0;
  }

  .padding-global {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .padding-section-small {
    padding-top: .5rem;
  }

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

  .padding-section-large {
    padding-top: 6rem;
    padding-bottom: 5rem;
  }

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

  .button.is-small {
    min-width: 42vw;
    white-space: nowrap;
    margin-top: 0;
    margin-bottom: 0;
    padding: .8rem .6rem .55rem;
    font-size: .85rem;
    box-shadow: 1px 2px #821421;
  }

  .section_header {
    height: auto;
    max-height: 88vh;
    min-height: 650px;
  }

  .navbar {
    padding-top: .5rem;
    padding-left: .8rem;
    padding-right: .8rem;
  }

  .display-horizontal.justify-space-between {
    align-items: center;
  }

  .age-verif-parent {
    padding-top: 0;
  }

  .age-popup {
    max-width: 400px;
    padding-left: 17px;
    padding-right: 17px;
  }

  .logo-slogan {
    max-width: 430px;
    object-position: 50% 17%;
    margin-top: 0%;
    margin-left: auto;
    margin-right: auto;
  }

  .logo-slogan.logo-slogan_es {
    width: 95vw;
  }

  .logo-slogan.logo-slogan_en {
    width: 96vw;
    margin-top: -5%;
  }

  .logo-hands {
    object-position: 50% 10%;
    transform: scale(2.5);
  }

  .logo-hands-mobile {
    object-position: 50% 55%;
  }

  .logo-fest {
    height: 90px;
  }

  .carousel {
    grid-column-gap: 10px;
    grid-row-gap: 30px;
    margin-top: 1rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .festival-logo {
    width: 70px;
    height: auto;
    margin-bottom: 8px;
  }

  .fs-cc-banner_text {
    text-align: center;
    font-size: 11px;
  }

  .set-all-components-to-display-none-and-use-this-div-to-create-a-symbol {
    z-index: 9999;
    position: relative;
  }

  .fs-cc-banner_container {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-direction: column;
    align-items: flex-start;
  }

  .fs-cc-banner_buttons-wrapper {
    width: 100%;
    text-align: center;
    flex-direction: column-reverse;
    align-items: center;
  }

  .logotype {
    width: 90px;
  }

  .logotype.w--current {
    width: 25vw;
    max-width: 100px;
    align-items: center;
    display: flex;
  }

  .fs-cc-banner_component {
    z-index: 9999;
    text-align: center;
    margin-bottom: 5px;
    padding-left: 17px;
    padding-right: 17px;
    font-size: 14px;
  }

  .fs-cc-banner_button {
    margin-bottom: 0;
    margin-left: 0;
    padding: 4px 34px 2.5px;
    font-size: 12px;
  }

  .rich-text-block {
    margin-top: 10px;
    padding-left: 0;
    padding-right: 0;
  }

  .footer-bg {
    height: 100%;
    object-fit: cover;
    object-position: 90% 100%;
  }

  .max-width-small {
    max-width: 350px;
  }

  .subtitlte {
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 1rem;
    line-height: 160%;
  }

  .image {
    max-height: 350px;
    margin-bottom: 45px;
    margin-right: 40px;
  }

  .image-2 {
    height: 100%;
    max-width: 100%;
    object-fit: cover;
  }

  .about-img {
    max-width: 100%;
  }

  .logo-slogan-en {
    max-width: 430px;
    object-position: 100% 14%;
    margin-top: 0%;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 0;
    padding-left: 8px;
  }

  .dropdown-bottom {
    width: 22vw;
    max-width: 70px;
    white-space: nowrap;
    margin-top: 0;
    margin-bottom: 0;
    padding: 0;
    font-size: .85rem;
    box-shadow: 1px 2px #821521;
  }

  .dropdown-bottom:hover {
    margin-top: 0;
    box-shadow: 1px 3px #821421;
  }

  .dropdown-toggle {
    padding: .8rem .5rem .55rem;
  }

  .nav-menu {
    grid-column-gap: .2rem;
    grid-row-gap: .2rem;
    margin-left: .5rem;
  }

  .section_loader {
    height: auto;
    max-height: 88vh;
    min-height: 650px;
  }
}

#w-node-_4b2476b6-6331-e605-c12b-9b8513dd6c53-9c9a7dff, #w-node-_4b2476b6-6331-e605-c12b-9b8513dd6c57-9c9a7dff {
  justify-self: end;
}

#w-node-d8dbc803-4137-73eb-dacc-5073fbcf602e-9c9a7dff, #w-node-_4b2476b6-6331-e605-c12b-9b8513dd6c63-9c9a7dff, #w-node-_4b2476b6-6331-e605-c12b-9b8513dd6c67-9c9a7dff, #w-node-_9c6eeeb0-b4d3-06fc-8f00-5740450910be-9c9a7dff {
  justify-self: center;
}

#w-node-_4b2476b6-6331-e605-c12b-9b8513dd6c53-52bd87d0, #w-node-_4b2476b6-6331-e605-c12b-9b8513dd6c57-52bd87d0 {
  justify-self: end;
}

#w-node-d8dbc803-4137-73eb-dacc-5073fbcf602e-52bd87d0, #w-node-_4b2476b6-6331-e605-c12b-9b8513dd6c63-52bd87d0, #w-node-_4b2476b6-6331-e605-c12b-9b8513dd6c67-52bd87d0, #w-node-_9c6eeeb0-b4d3-06fc-8f00-5740450910be-52bd87d0 {
  justify-self: center;
}

#w-node-_4b2476b6-6331-e605-c12b-9b8513dd6c53-10606575, #w-node-_4b2476b6-6331-e605-c12b-9b8513dd6c57-10606575 {
  justify-self: end;
}

#w-node-d8dbc803-4137-73eb-dacc-5073fbcf602e-10606575, #w-node-_4b2476b6-6331-e605-c12b-9b8513dd6c63-10606575, #w-node-_4b2476b6-6331-e605-c12b-9b8513dd6c67-10606575, #w-node-_9c6eeeb0-b4d3-06fc-8f00-5740450910be-10606575 {
  justify-self: center;
}

@media screen and (max-width: 767px) {
  #w-node-_4b2476b6-6331-e605-c12b-9b8513dd6c53-9c9a7dff {
    justify-self: start;
  }

  #w-node-_58a3d323-9466-a6b3-4721-6b43b9a69b62-9c9a7dff {
    justify-self: center;
  }

  #w-node-d8dbc803-4137-73eb-dacc-5073fbcf602e-9c9a7dff {
    justify-self: end;
  }

  #w-node-_4b2476b6-6331-e605-c12b-9b8513dd6c63-9c9a7dff {
    justify-self: center;
  }

  #w-node-_4b2476b6-6331-e605-c12b-9b8513dd6c67-9c9a7dff {
    justify-self: start;
  }

  #w-node-_2a114e34-92fa-dc16-f610-cd4df8100a8b-9c9a7dff {
    justify-self: center;
  }

  #w-node-_9c6eeeb0-b4d3-06fc-8f00-5740450910be-9c9a7dff {
    justify-self: end;
  }

  #w-node-_4b2476b6-6331-e605-c12b-9b8513dd6c53-52bd87d0 {
    justify-self: start;
  }

  #w-node-_58a3d323-9466-a6b3-4721-6b43b9a69b62-52bd87d0 {
    justify-self: center;
  }

  #w-node-d8dbc803-4137-73eb-dacc-5073fbcf602e-52bd87d0 {
    justify-self: end;
  }

  #w-node-_4b2476b6-6331-e605-c12b-9b8513dd6c63-52bd87d0 {
    justify-self: center;
  }

  #w-node-_4b2476b6-6331-e605-c12b-9b8513dd6c67-52bd87d0 {
    justify-self: start;
  }

  #w-node-_2a114e34-92fa-dc16-f610-cd4df8100a8b-52bd87d0 {
    justify-self: center;
  }

  #w-node-_9c6eeeb0-b4d3-06fc-8f00-5740450910be-52bd87d0 {
    justify-self: end;
  }

  #w-node-_4b2476b6-6331-e605-c12b-9b8513dd6c53-10606575 {
    justify-self: start;
  }

  #w-node-_58a3d323-9466-a6b3-4721-6b43b9a69b62-10606575 {
    justify-self: center;
  }

  #w-node-d8dbc803-4137-73eb-dacc-5073fbcf602e-10606575 {
    justify-self: end;
  }

  #w-node-_4b2476b6-6331-e605-c12b-9b8513dd6c63-10606575 {
    justify-self: center;
  }

  #w-node-_4b2476b6-6331-e605-c12b-9b8513dd6c67-10606575 {
    justify-self: start;
  }

  #w-node-_2a114e34-92fa-dc16-f610-cd4df8100a8b-10606575 {
    justify-self: center;
  }

  #w-node-_9c6eeeb0-b4d3-06fc-8f00-5740450910be-10606575 {
    justify-self: end;
  }
}


@font-face {
  font-family: 'Din Pro';
  src: url('../fonts/DIN-Pro-Medium-500.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Din Pro';
  src: url('../fonts/DIN-Pro-Light-300.woff') format('woff');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Din Pro';
  src: url('../fonts/DIN-Pro-Black-900.woff') format('woff');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}