/* -------------------------------------------------------------------------
 * SASS Normalize
 */
/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0;
}

/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main { /* 1 */
  display: block;
}

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent; /* 1 */
  -webkit-text-decoration-skip: objects; /* 2 */
}

/**
 * 1. Remove the bottom border in Chrome 57- and Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000;
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button; /* 2 */
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */
template {
  display: none;
}

/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none;
}

/****************************************************************************
  checkbox.css
 ***************************************************************************/
body {
  -webkit-animation: bugfix infinite 1s;
  -moz-animation: bugfix infinite 1s;
  -o-animation: bugfix infinite 1s;
  animation: bugfix infinite 1s;
}

@-webkit-keyframes bugfix {
  from {
    padding: 0;
  }
  to {
    padding: 0;
  }
}
@-moz-keyframes bugfix {
  from {
    padding: 0;
  }
  to {
    padding: 0;
  }
}
@-o-keyframes bugfix {
  from {
    padding: 0;
  }
  to {
    padding: 0;
  }
}
@keyframes bugfix {
  from {
    padding: 0;
  }
  to {
    padding: 0;
  }
}
.checkbox-btn,
.radio-btn {
  position: relative;
  padding-left: 20px;
}

.checkbox-btn input[type=checkbox],
.radio-btn input[type=checkbox] {
  cursor: pointer;
  height: 24px !important;
  left: 0;
  margin-left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  width: 24px !important;
  z-index: 2;
}

.checkbox-btn input[type=radio],
.radio-btn input[type=radio] {
  position: absolute;
  opacity: 0;
  z-index: 2;
  cursor: pointer;
  width: 24px !important;
  height: 24px !important;
  margin: 0;
  top: 0;
  left: 0;
}

.checkbox-btn label,
.radio-btn label {
  display: inline-block;
  font-size: 1.4rem;
  line-height: 24px;
  vertical-align: middle;
  position: relative;
  padding-left: 20px;
  user-select: none;
  color: #ffffff;
}

.checkbox-btn label::after,
.radio-btn label::after {
  position: absolute;
  content: "";
  width: 24px;
  height: 24px;
  left: 0;
  top: 0;
  margin-left: -18px;
  background-color: var(--color-bkg);
  border: 1px solid var(--color-primary);
  -webkit-border-radius: 0;
  border-radius: 0;
  background-clip: padding-box;
}

.checkbox-btn label::before,
.radio-btn label::before {
  position: absolute;
  content: "";
  width: 16px;
  height: 9px;
  top: 6px;
  left: 4px;
  margin-left: -18px;
  border: 2px solid var(--color-primary);
  border-top: none;
  border-right: none;
  background: transparent;
  -moz-transform: rotate(-47deg);
  -o-transform: rotate(-47deg);
  -ms-transform: rotate(-47deg);
  -webkit-transform: rotate(-47deg);
  transform: rotate(-47deg);
  opacity: 0;
  -webkit-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
  z-index: 1;
}

.checkbox-btn label:active::before,
.radio-btn label:active::before {
  opacity: 0.3;
}

.checkbox-btn input[type=checkbox]:checked + label,
.checkbox-btn input[type=radio]:checked + label,
.radio-btn input[type=checkbox]:checked + label,
.radio-btn input[type=radio]:checked + label {
  color: #fff;
}

.checkbox-btn input[type=checkbox]:checked + label::after,
.checkbox-btn input[type=radio]:checked + label::after,
.radio-btn input[type=checkbox]:checked + label::after,
.radio-btn input[type=radio]:checked + label::after {
  border: 1px solid var(--color-primary);
}

.checkbox-btn input[type=checkbox]:checked + label::before,
.checkbox-btn input[type=radio]:checked + label::before,
.radio-btn input[type=checkbox]:checked + label::before,
.radio-btn input[type=radio]:checked + label::before {
  opacity: 1;
}

.checkbox-btn input[type=checkbox]:disabled + label,
.checkbox-btn input[type=radio]:disabled + label,
.radio-btn input[type=checkbox]:disabled + label,
.radio-btn input[type=radio]:disabled + label {
  color: #787878;
  cursor: default;
}

.checkbox-btn input[type=checkbox]:disabled + label::after,
.checkbox-btn input[type=radio]:disabled + label::after,
.radio-btn input[type=checkbox]:disabled + label::after,
.radio-btn input[type=radio]:disabled + label::after {
  border: 2px solid #787878;
  background-color: #ffffff;
}

.checkbox-btn input[type=checkbox]:disabled + label::before,
.radio-btn input[type=checkbox]:disabled + label::before {
  /*    display: none;*/
  border-color: #787878;
}

.checkbox-btn input[type=radio]:disabled + label::before,
.radio-btn input[type=radio]:disabled + label::before {
  /*    display: none;
       background-color: #787878;*/
  background-color: transparent;
  border-color: currentcolor currentcolor #aaa #aaa;
}

.radio-btn label::after {
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background-clip: padding-box;
}

.radio-btn label::before {
  width: 12px;
  height: 12px;
  border: none;
  top: 6px;
  left: 6px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background-clip: padding-box;
  background-color: #000000;
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}

/** Mixins y Variables */
/* @prop {String} keys - Keys are identifiers mapped to a given length */
/* @prop {Map} values - Values are actual breakpoints expressed in pixels */
/* -------------------------------------------------------------------------
 * Pandora Styles
 */
/** Mixins y Variables */
/* @prop {String} keys - Keys are identifiers mapped to a given length */
/* @prop {Map} values - Values are actual breakpoints expressed in pixels */
/* 0. Fonts
   ========================================================================== */
@font-face {
  font-family: "Armin Grotesk";
  src: url(/assets/ArminGrotesk-Normal-c42cac578c1e510cc83d8802f1c944a41ed7733d4c8f2338fbbb8de07e6e24fa.eot);
  src: url(/assets/ArminGrotesk-Normal-c42cac578c1e510cc83d8802f1c944a41ed7733d4c8f2338fbbb8de07e6e24fa.eot?#iefix) format("embedded-opentype"), url(/assets/ArminGrotesk-Normal-b977d240eb4850b947b03ad3533306ea88a858750acad08da532b569c1c6b581.woff2) format("woff2"), url(/assets/ArminGrotesk-Normal-5fd357c08dff521e0105daae318dadbfbbdf43847c86fc2cc28ec442f42269cc.woff) format("woff"), url(/assets/ArminGrotesk-Normal-1b6c4c5aa3cfb62bd3af3b4ae454f4947dbed079a97fd024de7ac2c909e3735d.svg#ArminGrotesk-Normal) format("svg");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Armin Grotesk";
  src: url(/assets/ArminGrotesk-SemiBold-bbb30deed5961d3d760e9f368aa046300fbc549c950e7c2beb49b789f59c1518.eot);
  src: url(/assets/ArminGrotesk-SemiBold-bbb30deed5961d3d760e9f368aa046300fbc549c950e7c2beb49b789f59c1518.eot?#iefix) format("embedded-opentype"), url(/assets/ArminGrotesk-SemiBold-00c8e27956109242340d012f9f40f821da0f675c8cc3a9faa3bdf1a7adfa085e.woff2) format("woff2"), url(/assets/ArminGrotesk-SemiBold-73742eb947268520f13a129d4070ebb76bd4f26fad92b98d5b5a249d5875d3b8.woff) format("woff"), url(/assets/ArminGrotesk-SemiBold-a4b6344a92f9778f1762bba6d2be44bd8a21034b9dd731c7efaf392ea1e948db.svg#ArminGrotesk-SemiBold) format("svg");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Armin Grotesk";
  src: url(/assets/ArminGrotesk-Black-ab4b107fa672e70721f6235f7223c06f5ec2fa87f3025aa63412d57942aced09.eot);
  src: url(/assets/ArminGrotesk-Black-ab4b107fa672e70721f6235f7223c06f5ec2fa87f3025aa63412d57942aced09.eot?#iefix) format("embedded-opentype"), url(/assets/ArminGrotesk-Black-aaa1392260a2baa349ff5e9ca544cb1555bc2b78c1574b49733f8c7b19771b08.woff2) format("woff2"), url(/assets/ArminGrotesk-Black-a785c5c860a2c8f3fbfa84e226fb3d715da0928f0814124d6dae018e3bf5535a.woff) format("woff"), url(/assets/ArminGrotesk-Black-ab5e924d0c4ee8412521179212148786724d22c94be2d48ae264ba67efec57c1.svg#ArminGrotesk-Black) format("svg");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
/* 01. General
   ========================================================================== */
:root {
  --color-primary: #2BD6D9;
  --color-secondary: #2E1452;
  --color-tertiary: #FFC229;
  --color-bkg: #3836BF;
  --font-text-primary: "Armin Grotesk", sans-serif;
  --font-color-primary: #ffffff;
}

html, body {
  font-size: 62.5%;
  height: 100%;
}

body {
  background: var(--color-bkg) none no-repeat fixed center right;
  color: #fff;
  font-family: var(--font-text-primary);
  font-size: 1.6rem;
  font-weight: 300;
  line-height: 1.25;
  position: relative;
}

@media (min-width: 991px) {
  body {
    background: var(--color-bkg) url(/assets/bkg-7ed0202e9c65226e9d55f199d2d45b950d8d0bc3741c7bfe580c43bc7d31e5de.png) no-repeat fixed center right;
    -webkit-background-size: cover;
    background-size: cover;
  }
}
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

*::-moz-selection {
  background-color: var(--color-secondary);
  color: #FFF;
}

*::selection {
  background-color: var(--color-secondary);
  color: #FFF;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  color: #fff;
  margin: 0 0 1rem;
}

ul, li {
  list-style: none;
  margin: 0;
  padding: 0;
}

p {
  margin: 0 0 1rem;
}

input[type=text], input[type=password], input[type=email], input[type=tel], input[type=date], textarea, select {
  background-color: #FFFFFF;
  border: 0.1rem solid #ccc;
  -webkit-border-radius: 1rem;
  -moz-border-radius: 1rem;
  border-radius: 1rem;
  color: #222;
  font-size: 1.5rem;
  padding: 1.2rem 1.6rem;
  width: 100%;
}

input[type=text]:focus,
input[type=password]:focus,
input[type=email]:focus,
input[type=tel]:focus,
input[type=date]:focus,
textarea:focus {
  -webkit-box-shadow: 0 0 0;
  -moz-box-shadow: 0 0 0;
  box-shadow: 0 0 0;
  border: 0.1rem solid var(--color-primary);
  outline: 0;
}

input:focus,
input:active,
a:focus,
a:active {
  outline: 0;
}

input[type=text]::placeholder,
input[type=password]::placeholder,
input[type=email]::placeholder,
input[type=tel]::placeholder,
input[type=date]::placeholder {
  color: #999;
}

label a {
  color: #fff;
}

label a:hover {
  color: var(--color-primary);
}

.visually-hidden {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  white-space: nowrap;
}

@media (prefers-reduced-motion: reduce) {
  * {
    animation: none !important;
    transition: none !important;
  }
}
/* 02. Layout
   ========================================================================== */
/* 02.0 General **/
body.open .l-footer {
  display: none;
}

/* 02.1. Page **/
.l-container {
  min-height: 100%;
  overflow: hidden;
  position: relative;
  z-index: 2;
}

body > .l-container::after {
  clear: both;
  content: "";
  display: block;
  height: 20.2rem;
}

.l-container::before {
  background-color: rgba(56, 54, 191, 0.6);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

@media (min-width: 768px) {
  body > .l-container::after {
    height: 7rem;
  }
}
/* 02.2 Header **/
.l-header {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: flex-start;
  overflow: hidden;
  padding: 1.2rem 0;
  position: relative;
  width: 100%;
}

.l-header img {
  max-width: 14rem;
  width: 100%;
}

.l-header .c-btn {
  border-radius: 3.5rem 0 0 3.5rem;
}

@media (min-width: 768px) {
  .l-header {
    padding: 1.5rem 0;
  }
  .l-header img {
    max-width: 18rem;
  }
}
@media (min-width: 1480px) {
  .l-container::before {
    display: none;
  }
}
/* 02.3 Main **/
.l-page {
  overflow: hidden;
  padding: 0 0 2rem;
  position: relative;
  width: 100%;
}

.l-page__container {
  overflow: hidden;
  margin: 0 auto;
  max-width: 120rem;
  width: 92%;
}

.l-page h1 {
  color: #FFF;
  font-size: 3.8rem;
  font-weight: 600;
}

/*.l-page p :not(.c-modal p b) {
  color: #FFF;
  font-size: 1.7rem;
}*/
.l-page a.c-button, .l-page a.c-button:focus {
  background-color: #ff0f64;
  -webkit-border-radius: 0.5rem;
  -moz-border-radius: 0.5rem;
  border-radius: 0.5rem;
  color: #FFF;
  cursor: pointer;
  display: inline-block;
  font-size: 1.6rem;
  outline: 0 none;
  padding: 1.4rem 4.6rem 1.4rem;
  text-decoration: none;
}

.l-page a.c-button:hover {
  background-color: #000;
}

p > a {
  color: #fff;
  font-size: 1.4rem;
  text-decoration: none;
}

p > a:hover {
  color: #ccc;
  font-size: 1.4rem;
  text-decoration: underline;
}

@media (min-width: 768px) {
  .l-page {
    padding-top: 1.5rem;
  }
  .l-page h1 {
    font-size: 4.2rem;
    line-height: 1;
    margin-bottom: 3rem;
  }
  /*.l-page p :not(.c-modal p b) {
    font-size: 2.2rem;
    margin-bottom: 3rem;
  }*/
  .l-page__container {
    margin: 0;
    max-width: 62rem;
  }
  .l-page .l-page__container {
    padding-left: 12rem;
  }
}
.l-page__description {
  padding-top: 0;
  overflow: hidden;
  width: 100%;
}

.l-page__description p {
  max-width: 46rem;
}

/* 02.4 Footer */
.l-footer {
  background-color: transparent;
  margin-top: -20rem;
  min-height: 20rem;
  overflow: hidden;
  position: relative;
  width: 100%;
  z-index: 10;
}

@media (min-width: 768px) {
  .l-footer {
    margin-top: -7rem;
    min-height: 7rem;
  }
}
.l-footer ul {
  margin: 0;
  overflow: hidden;
  padding: 2.5rem 0;
  text-align: left;
  width: 100%;
}

.l-footer ul li {
  display: block;
  padding: 0;
  margin: 0;
  position: relative;
}

.l-footer ul li:last-child::before {
  display: none;
}

.l-footer a {
  color: #fff;
  display: block;
  font-size: 1.4rem;
  padding: 1rem;
  text-decoration: none;
}

.l-footer a:hover {
  color: #fff;
  text-decoration: underline;
}

@media (min-width: 768px) {
  .l-footer .l-page__container {
    padding-left: 10rem;
    max-width: 120rem;
  }
  .l-footer ul li {
    display: inline-block;
    padding: 0 3rem 0 0;
  }
  .l-footer a {
    padding: 0;
  }
}
/* 03. Components
   ========================================================================== */
/* 03.1 Buttton **/
.c-btn {
  background-color: var(--color-primary);
  border: 0.2rem solid var(--color-primary);
  -webkit-border-radius: 3.5rem;
  border-radius: 3.5rem;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 1.6rem;
  font-weight: 600;
  padding: 2rem 3rem 1.6rem;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: all 0.2s ease 0s;
  -moz-transition: all 0.2s ease 0s;
  -ms-transition: all 0.2s ease 0s;
  -o-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
}

.c-btn:hover {
  background-color: var(--color-secondary);
  border: 0.2rem solid var(--color-secondary);
  color: #FFF;
  text-decoration: none;
}

.c-btn--link {
  background-color: transparent;
  border-color: transparent;
  color: var(--color-primary);
  text-decoration: underline;
}

.c-btn--link:hover {
  background-color: transparent;
  border-color: transparent;
  color: #fff;
  text-decoration: underline;
}

/* 03.2 Modal **/
.c-modal {
  background-color: rgba(0, 0, 0, 0.8);
  flex-flow: column;
  justify-content: center;
  display: none;
  height: 100%;
  left: 0;
  padding: 1rem 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 100;
}

.c-modal.show {
  display: flex;
}

.c-modal__content {
  background-color: var(--color-secondary);
  -webkit-border-radius: 3.5rem;
  border-radius: 3.5rem;
  margin: 0 auto;
  max-width: 60rem;
  overflow-y: auto;
  padding: 3rem;
  width: 92%;
}

.c-modal--big .c-modal__content {
  max-width: 94rem;
}

.c-modal__close {
  overflow: hidden;
  padding: 0 0 1.5rem;
  text-align: right;
  width: 100%;
}
.c-modal__close button {
  background-color: transparent;
  border: 0 none;
  color: var(--color-primary);
  cursor: pointer;
  font-size: 2.2rem;
  font-weight: 900;
}

.c-modal__close span {
  color: var(--color-primary);
  cursor: pointer;
  font-size: 2.2rem;
  font-weight: 900;
}

.c-modal__body {
  overflow: hidden;
  padding: 1.5rem 0 2.5rem;
  width: 100%;
}

.c-modal__body h2,
.c-modal__body h3 {
  margin: 0 0 1.5rem;
  text-align: center;
  text-transform: uppercase;
}

.c-modal__body h3 {
  font-weight: 600;
}

/* 03.3 Instructions **/
.c-instructions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-top: 1rem;
}

.c-instructions li {
  padding: 2.5rem 1.5rem;
  position: relative;
  text-align: center;
  width: 100%;
}

.c-instructions li::before {
  background-color: var(--color-tertiary);
  bottom: 0;
  content: "";
  height: 0.3rem;
  left: 15%;
  position: absolute;
  width: 70%;
}

.c-instructions li:nth-child(3)::before {
  display: none;
}

.c-instructions__image {
  background-color: var(--color-secondary);
  margin: 0 auto 5rem;
  max-width: 14rem;
  padding: 0 1rem;
  position: relative;
  width: 100%;
}

.c-instructions li img {
  display: block;
  margin: 0 auto;
  width: 5.4rem;
}

.c-instructions__description {
  overflow: hidden;
  width: 100%;
}

@media (min-width: 768px) {
  .c-instructions {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    padding-top: 3rem;
  }
  .c-instructions li {
    width: 33.33%;
  }
  .c-instructions li::before {
    bottom: auto;
    display: block;
    left: 0;
    position: absolute;
    top: 4.2rem;
    width: 100%;
  }
  .c-instructions li:nth-child(1):before {
    left: auto;
    right: 0;
    width: 50%;
  }
  .c-instructions li:nth-child(3):before {
    display: block;
    width: 50%;
  }
}
.l-page__description .c-instructions {
  padding: 1.5rem 0 3rem;
}

.l-page__description .c-instructions li {
  padding: 1.5rem 0;
}

.l-page__description .c-instructions li::before {
  left: 0;
}

.l-page__description .c-instructions__image {
  background-color: transparent;
  margin: 0 0 2rem;
  max-width: 8rem;
  padding: 0;
}

.l-page__description .c-instructions li img,
.l-page__description .c-instructions li svg {
  color: var(--color-secondary);
  margin: 0;
  width: 4.3rem;
}

.l-page__description .c-instructions h2,
.l-page__description .c-instructions h3 {
  font-size: 1.6rem;
  font-weight: 600;
  text-align: left;
  text-transform: uppercase;
}

@media (min-width: 768px) {
  .l-page__description .c-instructions li {
    padding: 1.5rem;
  }
  .l-page__description .c-instructions li::before {
    left: auto;
    right: 2rem;
    top: 3rem;
    width: 6rem;
  }
  .l-page__description .c-instructions li:nth-child(2)::before {
    left: auto;
    right: 2rem;
  }
  .l-page__description .c-instructions li:nth-child(3)::before {
    display: none;
  }
}
/* 03.4 Form */
.c-form {
  overflow: hidden;
  width: 100%;
}

.c-form > form {
  margin: 0 auto;
  max-width: 40rem;
  overflow: hidden;
  padding-top: 1.5rem;
  width: 100%;
}

.c-form > form > h2 {
  font-size: 2.4rem;
  font-weight: 600;
  text-align: center;
  text-transform: uppercase;
}

.c-form > form > p {
  font-size: 1.8rem;
  margin: 0 auto 1rem;
  text-align: center;
  max-width: 40rem;
}

.c-form__section {
  margin: 0 0 1rem;
  overflow: hidden;
  width: 100%;
}

.c-form__section label {
  color: var(--color-primary);
  display: block;
  font-size: 1.2rem;
  font-weight: 300;
  margin: 0 0 0.5rem;
  text-transform: uppercase;
}

.c-form__section input {
  width: 100%;
}

.c-form__section--dni input {
  max-width: 20rem;
}

.c-form__checkbox {
  margin: 0 0 1.5rem;
  overflow: hidden;
  width: 100%;
}

.c-form__button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 2rem 0;
  text-align: center;
}

.c-form__button .c-btn {
  font-size: 1.4rem;
  min-width: 20rem;
  padding: 1.5rem;
}

.c-form__button .c-btn--link {
  margin-top: 1.5rem;
}

.c-form__button .c-btn:hover {
  background-color: var(--color-bkg);
  border-color: var(--color-primary);
  color: var(--color-primary);
}

.c-form__button .c-btn--link:hover {
  border-color: transparent;
  color: #fff;
}

.c-form__error,
.c-form__info {
  overflow: hidden;
  width: 100%;
}

.c-form__error > p,
.c-form__info > p {
  color: #ff4242;
  font-size: 1.3rem;
  font-weight: 300;
  margin: 1rem 0 0;
}

.c-form__error > p:first-letter {
  text-transform: uppercase;
}

.c-form__file {
  overflow: hidden;
  position: relative;
  width: 100%;
}

.c-form__file span {
  background-color: #C0B8CB;
  border: 4px dashed #fff;
  -webkit-border-radius: 1.5rem;
  border-radius: 1.5rem;
  color: #fff;
  position: relative;
  display: block;
  padding: 4rem 0;
  text-align: center;
  width: 100%;
}

.c-form__file input {
  cursor: pointer;
  opacity: 0;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.c-form--end h2,
.c-form--end p {
  margin-bottom: 3rem;
}

.c-form--end h3 {
  font-weight: 600;
  text-align: center;
  text-transform: none;
}

/* 03.5 Cookie */
[id=cookie-law] {
  background-color: rgba(0, 0, 0, 0.95);
  border: 0 none;
  bottom: 0;
  color: #fff;
  font-family: var(--font-family);
  font-size: 1.5rem;
  left: 0;
  margin: 0 auto;
  padding: 3rem;
  position: fixed;
  right: 0;
  text-align: center;
  width: 100%;
  z-index: 50;
}
[id=cookie-law] .text-cookie-banner > h2 {
  color: var(--color-primary);
  text-align: center;
}
[id=cookie-law] p {
  color: #ffffff;
  font-size: 1.7rem;
}
[id=cookie-law] p a {
  color: var(--color-primary);
  font-weight: bold;
  text-decoration: none;
}
[id=cookie-law] p a:hover {
  text-decoration: underline;
}

/* Base */
@font-face {
  font-family: "Helvetica";
  src: url(/assets/Helvetica-Light-57199e2074d9d10309d1a2ab7cac76d65080b459cfab3fb613e2a5f37eddae5c.eot);
  src: url(/assets/Helvetica-Light-57199e2074d9d10309d1a2ab7cac76d65080b459cfab3fb613e2a5f37eddae5c.eot?#iefix) format("embedded-opentype"), url(/assets/Helvetica-Light-111bd0ec2c2dd5aa5244cc6d0e29efd6e730d5137c824bf27b70716ada82108e.woff2) format("woff2"), url(/assets/Helvetica-Light-9d7de71b0d289c49d8113945888ec988e888d6a2b58c073bb75b43cc0b22add2.woff) format("woff"), url(/assets/Helvetica-Light-61cdedc51a721d990cc914be0b1b045da66393df9640b5db0e3d0bfe7074a625.ttf) format("truetype"), url(/assets/Helvetica-Light-8c0753aa7d64c3257a01db79e99e3e4ea049750aafd02a0e692e47f189eab90e.svg#Helvetica-Light) format("svg");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Helvetica";
  src: url(/assets/Helvetica-BoldOblique-194b410279028d39f833ff85c4bf95d3442d36c00ec7163f63b766a82f0d467d.eot);
  src: url(/assets/Helvetica-BoldOblique-194b410279028d39f833ff85c4bf95d3442d36c00ec7163f63b766a82f0d467d.eot?#iefix) format("embedded-opentype"), url(/assets/Helvetica-BoldOblique-1fd11c06e9ff616cbd94d5f270411e70de51e9e250a0a42480608c59ba7e1a24.woff2) format("woff2"), url(/assets/Helvetica-BoldOblique-bbff0cae4d87591c3bd86172f06b05ab3ef17bb7522359dd4ff8ae30e91a3324.woff) format("woff"), url(/assets/Helvetica-BoldOblique-c793baf9894348c9bd9d4f057552e01c0eb5ba594af4f16662b10b4ac1a20b61.ttf) format("truetype"), url(/assets/Helvetica-BoldOblique-b7aaa69cda973d28de22461b74639fb50061ca5404501d5bfb01ada90b4a6ac9.svg#Helvetica-BoldOblique) format("svg");
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Helvetica";
  src: url(/assets/Helvetica-Bold-1143c9024cf9727eeabcc90db1c2416d0e489197b68700bdc37292ff3933ad83.eot);
  src: url(/assets/Helvetica-Bold-1143c9024cf9727eeabcc90db1c2416d0e489197b68700bdc37292ff3933ad83.eot?#iefix) format("embedded-opentype"), url(/assets/Helvetica-Bold-5b4aa0d84e67527b006edb6c6e1f4fe6355a09ddca596b2572dc7a27a25456f2.woff2) format("woff2"), url(/assets/Helvetica-Bold-d2964e815e5a2d6a6c8b54e3eddafc9e1db67d365af3a49927bb763f33490f2a.woff) format("woff"), url(/assets/Helvetica-Bold-09d800f39570f45d8732ed716541ecf0786381ef17325289c85aae78880a79e5.ttf) format("truetype"), url(/assets/Helvetica-Bold-153d0a48bac519477921112343fbc32b25e5a7f931816c8974a6524b3ce31fc2.svg#Helvetica-Bold) format("svg");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Helvetica";
  src: url(/assets/Helvetica-Oblique-389bfaacc4b332c22e65fa40c32d764bdbb5a55df8d56eb1a642ce37f7b384a5.eot);
  src: url(/assets/Helvetica-Oblique-389bfaacc4b332c22e65fa40c32d764bdbb5a55df8d56eb1a642ce37f7b384a5.eot?#iefix) format("embedded-opentype"), url(/assets/Helvetica-Oblique-0cb04597f9c1fef9c9796c2c4a31a4f6e4a6116d9c8db411bd4bb3a118206e74.woff2) format("woff2"), url(/assets/Helvetica-Oblique-0ac170b30fdecf1bd7adf6f37b75e3709ca7c9711aae60fbd4633a66712d72dd.woff) format("woff"), url(/assets/Helvetica-Oblique-3e30316a8196b5143b80a3431b33032f99dbd08493d8131c1c7ef12471307c6c.ttf) format("truetype"), url(/assets/Helvetica-Oblique-beab5b8c10d58a641b888aff31a4915bcc1b9b22ea499617424e0c7e46e6e0ec.svg#Helvetica-Oblique) format("svg");
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Helvetica";
  src: url(/assets/Helvetica-61b756fa479131a4535a66be206126070c29f490dc2361d2aba45d484f9f3eb9.eot);
  src: url(/assets/Helvetica-61b756fa479131a4535a66be206126070c29f490dc2361d2aba45d484f9f3eb9.eot?#iefix) format("embedded-opentype"), url(/assets/Helvetica-862288173b4f5cadc182fe1b08449c0fabbfaa6513549b68cfcaefc603c273ac.woff2) format("woff2"), url(/assets/Helvetica-199ac6ab08ba8a8b6a1c928c4a6542ac709d4dfb2261d1fe2776b654192f4491.woff) format("woff"), url(/assets/Helvetica-7e26b5a89d447999e049b560d57c16bc11dbeb09240bdcd9f80be2b137c65442.ttf) format("truetype"), url(/assets/Helvetica-10e1663a31716e5964cd54e4754ee97e786a36b88c58cc66ae4ec8e5dfa26605.svg#Helvetica) format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Roc Grotesk";
  src: url(/assets/RocGrotesk-Medium-a2f84273efbb1022952562e2836ca0205a082bda62d1b27ff42441da870f89d7.eot);
  src: url(/assets/RocGrotesk-Medium-a2f84273efbb1022952562e2836ca0205a082bda62d1b27ff42441da870f89d7.eot?#iefix) format("embedded-opentype"), url(/assets/RocGrotesk-Medium-36b26a4adb2d81e81f66af55cc0f39f582b041f0b9467a2198c9f6413c7d1cb3.woff2) format("woff2"), url(/assets/RocGrotesk-Medium-4d0afa177e5800d23650172430ec5cc37e64246b3965b277efabc70e4b6c54f9.woff) format("woff"), url(/assets/RocGrotesk-Medium-f864f36b9ee16a69072b6a21184efd936c8a47d5ff92f1a8f4966bb0f08138c8.ttf) format("truetype"), url(/assets/RocGrotesk-Medium-71a1d7ee1a9e58bdf4df5fcb18f75468cb44fcecbea6f86bc663cf1eac1c401a.svg#RocGrotesk-Medium) format("svg");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Roc Grotesk ExtraWide";
  src: url(/assets/RocGrotesk-ExtraWideExtraBold-7f898bbd0691f7235066cc8b51e78f2b4a40d283133830b99e3cbd7336685ef5.eot);
  src: url(/assets/RocGrotesk-ExtraWideExtraBold-7f898bbd0691f7235066cc8b51e78f2b4a40d283133830b99e3cbd7336685ef5.eot?#iefix) format("embedded-opentype"), url(/assets/RocGrotesk-ExtraWideExtraBold-fdd21d59eaaa863fe74ee163e7f66bb0743ede14848857fb2c5aee06b80e02e4.woff2) format("woff2"), url(/assets/RocGrotesk-ExtraWideExtraBold-ceda228ea9fcd8db23aa035abe4115388a8b0efeba3383b6fca04e59fe1b17c3.woff) format("woff"), url(/assets/RocGrotesk-ExtraWideExtraBold-2972b83dcf557aedf62bc2c04bb518fd36934eef12969f105983c9e5dbb8b266.ttf) format("truetype"), url(/assets/RocGrotesk-ExtraWideExtraBold-69fd2fb8f8a132c4e4bcfb7969ba849649680c1624f0c235d977bec0d8990034.svg#RocGrotesk-ExtraWideExtraBold) format("svg");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Roc Grotesk";
  src: url(/assets/RocGrotesk-Bold-046577dd9749fd0f80ba1b3be8119ec90e7b4644487fc2c8f435daa605237a81.eot);
  src: url(/assets/RocGrotesk-Bold-046577dd9749fd0f80ba1b3be8119ec90e7b4644487fc2c8f435daa605237a81.eot?#iefix) format("embedded-opentype"), url(/assets/RocGrotesk-Bold-e4934d568bf23f6528606775ae89fc1d4692f6df3a027c54358a47ef2ee601ae.woff2) format("woff2"), url(/assets/RocGrotesk-Bold-45935e66532d7c737ad7c9373c6673e842a40ca206b136930c1e8785fa813090.woff) format("woff"), url(/assets/RocGrotesk-Bold-9cb890047b74a8ff4d8bb3b6118dc977d4c64a5a863abd2c63effc909ddcdca2.ttf) format("truetype"), url(/assets/RocGrotesk-Bold-77150f36b31f5eeb665c8e2e11c2d65f3a6e626a64d84889e9357bd48bc76c75.svg#RocGrotesk-Bold) format("svg");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Roc Grotesk Condensed";
  src: url(/assets/RocGrotesk-CondensedBlack-343c93bfb08c7202ea7da6087f54118c918223b0c86e5b7bff8f117d8b063ae2.eot);
  src: url(/assets/RocGrotesk-CondensedBlack-343c93bfb08c7202ea7da6087f54118c918223b0c86e5b7bff8f117d8b063ae2.eot?#iefix) format("embedded-opentype"), url(/assets/RocGrotesk-CondensedBlack-b50e59a052645e45862e4e98bd780534f7379d0e633092945980ffbdfb969ccb.woff2) format("woff2"), url(/assets/RocGrotesk-CondensedBlack-c4c0e569ad1398fed5660bb7e567f5e13e9defd417dd40cc340f4a566a776ace.woff) format("woff"), url(/assets/RocGrotesk-CondensedBlack-5252be943e899407f607b84d1f9707a16b3618f224d139b094b945da35147f20.ttf) format("truetype"), url(/assets/RocGrotesk-CondensedBlack-64459f2c84d3de19b37d4558cd2361a5d41238fcef476f6cbf154d4eee079939.svg#RocGrotesk-CondensedBlack) format("svg");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
/* @prop {String} keys - Keys are identifiers mapped to a given length */
/* @prop {Map} values - Values are actual breakpoints expressed in pixels */
:root {
  --color-primary: #FE2B00;
  --color-secondary: #F6871E;
  --color-bkg: #FFF7EC;
  --font-color: #0B1C2A;
  --font-color-secondary: #595959;
  --font-text-primary: "Helvetica", serif;
  --font-text-primary-bold: "Helvetica Bold", serif;
  --font-text-second: "Roc Grotesk Condensed", serif;
  --font-text-third: "Roc Grotesk", serif;
}

*::-moz-selection {
  background-color: var(--color-primary);
  color: #FFF;
}

*::selection {
  background-color: var(--color-primary);
  color: #FFF;
}

b, strong {
  font-weight: 600;
}

/** General */
body {
  background: var(--color-bkg) none no-repeat scroll 0 0;
  display: flex;
  flex-flow: column;
  height: auto;
  min-height: 100vh;
}
body > .l-container::after {
  content: none;
}

.l-container {
  display: flex;
  flex-flow: column;
  flex: 1;
  min-height: auto;
}
@media screen and (min-width: 1100px) {
  .l-container {
    background: var(--color-bkg) url(/assets/www.participajbl.es/bkg-60ccd507af12e41b6356c56f27c30a187496efc00b7e6a9c8464c16f293d27a2.jpg) no-repeat scroll bottom right;
    background-size: auto 100%;
  }
}
.l-container::before {
  display: none;
}

/* Header */
.l-header {
  padding: 1.2rem 0 1.2rem 2vw;
}
@media screen and (min-width: 768px) {
  .l-header {
    padding: 2.5rem 0 2.5rem 2vw;
  }
}
@media screen and (min-width: 991px) {
  .l-header {
    padding-left: 5vw;
  }
}
@media screen and (min-width: 1280px) {
  .l-header {
    padding-left: 7vw;
  }
}
.l-header img {
  max-width: 8rem;
}
@media screen and (min-width: 768px) {
  .l-header img {
    max-width: 10rem;
  }
}
@media screen and (min-width: 991px) {
  .l-header img {
    max-width: 12rem;
  }
}
.l-header .c-btn {
  background-color: var(--font-color);
  border-radius: 5rem 0 0 5rem;
  color: #fff;
  font-family: var(--font-text-third);
  font-size: 1.4rem;
  transition: filter 0.3s ease;
}
@media screen and (min-width: 768px) {
  .l-header .c-btn {
    font-size: 1.6rem;
  }
}
.l-header .c-btn:hover {
  background-color: rgba(0, 0, 0, 0.6);
}

/** Modal */
.c-modal__content {
  background-color: var(--color-bkg);
  border-radius: 0;
}
.c-modal .c-instructions {
  gap: 2rem;
  margin: auto;
  max-width: 90rem;
  padding-top: 0;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .c-modal .c-instructions {
    gap: 0;
  }
}
.c-modal .c-instructions li {
  padding: 1rem;
}
@media screen and (min-width: 768px) {
  .c-modal .c-instructions li {
    width: 32%;
  }
}
@media screen and (min-width: 768px) {
  .c-modal .c-instructions li:last-child {
    width: 36%;
  }
}
.c-modal .c-instructions li::before {
  background-color: var(--color-primary);
}
@media screen and (min-width: 768px) {
  .c-modal .c-instructions li::before {
    top: 3.2rem;
  }
}
.c-modal .c-instructions__image {
  background-color: var(--color-bkg);
  color: var(--color-primary);
  margin: 0 auto 1.5rem;
  max-width: 60%;
  padding: 0;
}
.c-modal__body h2, .c-modal__body h3, .c-modal__body p {
  color: var(--font-color);
  text-align: left;
}
.c-modal__body h2 {
  margin: auto auto 2.5rem;
  color: var(--color-primary);
  font-family: var(--font-text-second) !important;
  text-align: center;
  text-transform: uppercase !important;
}
.c-modal__body h3 {
  font-family: var(--font-text-third);
  font-size: 1.8rem;
  padding-left: 0;
  position: relative;
}
.c-modal__body h3 span {
  margin-right: 0.5rem;
}
.c-modal__body p {
  font-size: 1.5rem;
  font-weight: normal;
}
.c-modal__body p a {
  color: #ffffff;
  font-size: 1.5rem;
  font-weight: 600;
  text-decoration: underline;
  word-break: break-word;
}
.c-modal__body p a:hover {
  color: var(--font-color);
}
.c-modal__body svg {
  height: 4.5rem;
}
.c-modal__close button {
  color: var(--color-primary);
}
.c-modal__close button:hover {
  filter: brightness(1.2);
}

/** Page */
.l-page {
  display: flex;
  flex-flow: column;
  flex: 1;
  justify-content: flex-start;
  padding: 0;
}
@media screen and (min-width: 1100px) {
  .l-page {
    padding: 0 0 1.5rem;
  }
}
.l-page__bkg {
  display: block;
  margin-top: 1rem;
  margin-bottom: 2.5rem;
  width: 100%;
}
@media screen and (min-width: 1100px) {
  .l-page__bkg {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .l-page .l-page__container {
    padding-left: 5vw;
    margin: 0;
    max-width: none;
  }
}
@media screen and (min-width: 991px) {
  .l-page .l-page__container {
    margin: 0;
    max-width: none;
  }
}
@media screen and (min-width: 1100px) {
  .l-page .l-page__container {
    padding-left: 5vw;
    margin: 0;
    max-width: 52rem;
  }
}
@media screen and (min-width: 1280px) {
  .l-page .l-page__container {
    padding-left: 7vw;
    margin: 0;
    max-width: 62rem;
  }
}
.l-page .l-page__container .c-modal p a {
  color: #ffffff;
  font-size: 1.6rem;
}
.l-page .l-page__container .c-modal p a:hover {
  color: var(--font-color);
  text-decoration: underline;
}
.l-page__description {
  margin-bottom: 2.5rem;
}
.l-page__description > p {
  color: var(--font-color);
  font-size: clamp(1.4rem, 3vw, 1.5rem);
  max-width: 40.4rem;
}
.l-page__description > p strong {
  display: block;
  font-weight: 700;
  margin-bottom: 0.5rem;
}
.l-page__description h2 {
  font-family: var(--font-text-primary-bold);
  color: var(--color-primary);
}
.l-page__description p {
  color: var(--font-color);
  font-weight: normal;
  text-align: left;
}
.l-page__description .c-form__error p {
  color: var(--color-primary);
  font-size: 1rem;
}
.l-page__description .c-instructions {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  gap: 2%;
}
.l-page__description .c-instructions li {
  border-bottom: 0.2rem solid var(--color-primary);
  margin: 0 0 1rem;
  padding: 1.5rem 0;
}
.l-page__description .c-instructions li:last-child {
  border-bottom: 0 none;
  margin: 0;
}
@media screen and (min-width: 768px) {
  .l-page__description .c-instructions li {
    border-bottom: 0 none;
    margin: 0;
    padding: 0;
    width: 32%;
  }
}
.l-page__description .c-instructions li::before {
  background-color: var(--color-primary);
  display: none;
  top: 2rem;
}
@media screen and (min-width: 768px) {
  .l-page__description .c-instructions li::before {
    display: block;
  }
}
.l-page__description .c-instructions li svg {
  color: var(--color-primary);
}
.l-page__description .c-instructions h2 {
  color: var(--font-color);
  text-transform: none;
}
.l-page__description .c-instructions__image {
  margin: 0 0 1rem;
  text-align: left;
}
@media screen and (min-width: 768px) {
  .l-page__description .c-instructions__image {
    margin: 0 0 2rem;
  }
}
.l-page h1 {
  color: var(--color-primary);
  font-family: var(--font-text-second);
  font-size: clamp(3.4rem, 4vw, 5.2rem);
  margin-bottom: 1rem;
}
.l-page h2 {
  font-family: var(--font-text-primary);
  font-size: clamp(1.8rem, 3vw, 2.2rem);
  color: var(--color-primary);
}
.l-page .c-modal h2 {
  font-size: clamp(2.8rem, 3.5vw, 4rem);
  font-family: var(--font-text-second);
  text-align: center;
  text-transform: uppercase;
}

/** Form */
.c-form {
  background-color: transparent;
  border-radius: 1rem;
  padding: 2vw;
}
@media screen and (min-width: 768px) {
  .c-form {
    padding: 1vw;
  }
}
.c-form > form {
  padding: 0 3rem;
  max-width: 46rem;
}
@media screen and (min-width: 1100px) {
  .c-form > form {
    max-height: 64vh;
    overflow: auto;
  }
}
.c-form > form > h2 {
  color: var(--font-color);
  font-family: var(--font-text-primary);
  margin: 1rem auto;
  max-width: 32rem;
}
.c-form > form > p {
  font-size: 1.6rem;
  max-width: 36rem;
}
.c-form__section label {
  color: var(--font-color-secondary);
  font-size: 1.4rem;
  font-weight: 600;
  text-transform: uppercase;
}
.c-form__section--dni input {
  max-width: unset;
}
.c-form__button {
  gap: 1rem;
  padding: 1.5rem 0;
}
.c-form__button .c-btn {
  font-size: 1.6rem;
  min-width: 16rem;
  padding: 1rem 1.8rem;
}
.c-form__button .c-btn:hover {
  background-color: var(--color-secondary);
  border-color: var(--color-secondary);
  color: #fff;
}
.c-form__button .c-btn--link {
  background-color: var(--color-bkg);
  margin: 0;
}
.c-form__button .c-btn--link:hover {
  background-color: var(--color-bkg);
  border-color: transparent;
  color: var(--color-primary);
}
.c-form__file span {
  background-color: transparent;
  border: 0.1rem dashed var(--font-color);
  color: var(--font-color);
}
.c-form--end {
  padding: 4rem 2rem 2rem;
}
@media screen and (min-width: 991px) {
  .c-form--end {
    padding: 4vw 2vw 2vw;
  }
}
.c-form--end h2, .c-form--end h3, .c-form--end p {
  color: var(--font-color);
  margin: 0 auto 2rem;
  max-width: 38rem;
  text-align: center;
}
.c-form--end h2 {
  font-family: var(--font-text-primary);
}
.c-form--end h3 {
  color: var(--color-primary);
  font-family: var(--font-text-third);
}
.c-form--end .c-btn {
  background-color: var(--color-primary);
  color: var(--color-bkg);
}
.c-form--end .c-btn:hover {
  color: var(--color-bkg);
  background-color: var(--color-primary);
}
.c-form__checkbox--marketing {
  display: none;
}
.c-form__info > p {
  margin-top: 0.5rem;
}

.tickets.new .c-form > form > p {
  max-width: 28rem;
}

input[type=text], input[type=password], input[type=email], input[type=tel], input[type=date], textarea, select {
  background-color: var(--color-bkg);
  border-radius: 0;
  border-color: var(--font-color-secondary);
}

select {
  appearance: none;
  background-image: url(/assets/www.participajbl.es/select-954ddac2dad7d3321b0b17d01f61b0e20cca1174c81eea2d04f616063defede1.png);
  background-position: right 1rem center;
  background-repeat: no-repeat;
  background-size: 1.2rem;
  padding-right: 3rem;
}

.checkbox-btn label, .radio-btn label {
  color: var(--font-color);
}
.checkbox-btn label a, .radio-btn label a {
  color: var(--font-color);
}
.checkbox-btn label a:hover, .radio-btn label a:hover {
  color: var(--color-primary);
}

.checkbox-btn input[type=checkbox]:checked + label {
  color: var(--font-color);
}

/** Button */
.c-home__button {
  display: flex;
  flex-flow: row;
  gap: 1.5rem;
  justify-content: center;
}

.c-btn {
  color: var(--color-bkg);
  background-color: var(--color-secondary);
  border: none;
  font-family: var(--font-text-third);
  padding: 1.2rem 2.4rem;
  border-radius: 0;
  text-transform: none;
}
.c-btn:hover {
  border: 0;
  filter: brightness(1.2);
}
.c-btn--link {
  background-color: var(--color-bkg);
  color: var(--color-primary);
  font-family: var(--font-text-third);
  text-decoration: none;
}
.c-btn--link:hover {
  color: var(--color-primary);
}
.c-btn--secondary {
  background-color: var(--color-primary);
  color: var(--color-bkg);
}
.c-btn--secondary:hover {
  background-color: var(--color-primary);
}

/** Footer */
.l-footer {
  background-color: var(--font-color);
  border-top: 0.1rem solid var(--font-color-secondary);
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  margin-top: 0;
  min-height: max-content;
  overflow: visible;
  position: relative;
}
@media screen and (min-width: 768px) {
  .l-footer .l-page__container {
    padding-right: 2vw;
    max-width: max-content;
  }
}
@media screen and (min-width: 991px) {
  .l-footer .l-page__container {
    padding-right: 7vw;
  }
}
.l-footer ul {
  display: flex;
  flex-flow: column;
  gap: 0.5rem;
  justify-content: flex-end;
}
@media screen and (min-width: 768px) {
  .l-footer ul {
    flex-flow: row wrap;
    gap: 2rem;
  }
}
.l-footer ul li {
  padding: 0;
}
.l-footer a {
  color: var(--color-bkg);
  font-weight: 500;
  text-align: right;
  text-transform: uppercase;
}
.l-footer a:hover {
  color: var(--color-primary);
  text-decoration: underline;
}

input[name="ticket[accept_marketing]"],
label[for=ticket_accept_marketing] {
  display: none;
}

/** Promotion */
.no_promotion .l-page__description {
  max-width: 40rem;
}
.no_promotion .l-page__description h2 {
  color: var(--font-color);
}

.c-form__data em::before {
  content: "Imagen cargada:";
  display: block;
  font-weight: bold;
  position: relative;
}

.c-instructions li:nth-child(3) .c-instructions__image svg {
  width: 10rem;
}

[id=cookie-law] {
  z-index: 101;
}
[id=cookie-law] p a {
  font-size: 1.6rem;
}
