/* -------------------------------------------------------------------------
 * 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;
  --border-radius-xxs: 0.5rem;
  --border-radius-xs: 1rem;
  --border-radius-s: 1.5rem;
  --border-radius-m: 2rem;
  --border-radius-l: 2.5rem;
  --border-radius-xl: 3rem;
  --border-radius-xxl: 3.5rem;
  --border-radius-circle: 50%;
}

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: "Sculpin";
  src: url(/assets/Sculpin-Black-64a553d34ad8dc7b9bb9c6dd201083997439183eb182cc43e0ab05f9d86995cc.eot);
  src: url(/assets/Sculpin-Black-64a553d34ad8dc7b9bb9c6dd201083997439183eb182cc43e0ab05f9d86995cc.eot?#iefix) format("embedded-opentype"), url(/assets/Sculpin-Black-b0c44ed1a1c494a788e6aff00a83fa4673fe957bcb3f2f8379249c3abb061544.woff2) format("woff2"), url(/assets/Sculpin-Black-c60eb1a56222f634a222e5df2284d161819ab4fa9ba16270a0393bca573c9e11.woff) format("woff"), url(/assets/Sculpin-Black-e1e3b3628596a5168197e98c8fefb33bcd6d0128217e4b50a45b4cb311d86fc6.ttf) format("truetype"), url(/assets/Sculpin-Black-55755e03409810f6bc1b7ce8c23535aed30128aee82a1a82dba945d6fae459bf.svg#Sculpin-Black) format("svg");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Sculpin";
  src: url(/assets/Sculpin-BlackItalic-d53ce0848fdd867a4c34c38dfaeaf60d2bf0584b8451128f1be5799da86b36d6.eot);
  src: url(/assets/Sculpin-BlackItalic-d53ce0848fdd867a4c34c38dfaeaf60d2bf0584b8451128f1be5799da86b36d6.eot?#iefix) format("embedded-opentype"), url(/assets/Sculpin-BlackItalic-ae4e7d263f34e5c0c00dd306e6ecd29e5ff78a849af2ddf7da40fbbe5adbe8f7.woff2) format("woff2"), url(/assets/Sculpin-BlackItalic-f070d16a589ba756f46c8a70ce8c724ec7d02ddffdcc73c520e6f0044ca12ada.woff) format("woff"), url(/assets/Sculpin-BlackItalic-9812df8dc8baf6466fd48acea7985da733907e14852b582cdb032f2a9225ec2a.ttf) format("truetype"), url(/assets/Sculpin-BlackItalic-551bd002f6d1f56c4de522286bdaf02d1226b7beb3eb01fec693da2191797d12.svg#Sculpin-BlackItalic) format("svg");
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Sculpin";
  src: url(/assets/Sculpin-Bold-78d623c22ed5213b4b788c5000d2dc98fc03090e49b355a591697f034db3feb1.eot);
  src: url(/assets/Sculpin-Bold-78d623c22ed5213b4b788c5000d2dc98fc03090e49b355a591697f034db3feb1.eot?#iefix) format("embedded-opentype"), url(/assets/Sculpin-Bold-9b4da7da609e87a75d583cc4f368369c1c5ac94b55bb55e0bbc1b9be5fbe7341.woff2) format("woff2"), url(/assets/Sculpin-Bold-9b71b17d1a00016497952ce26d77ab821987bc39d53bbe93cdfb4c67ec6c3e23.woff) format("woff"), url(/assets/Sculpin-Bold-8483d01e7216ac4a39c780b39e6fa48c9ba36a9758a387be63c71086133eba18.ttf) format("truetype"), url(/assets/Sculpin-Bold-5921226a16abedf6d7c421924914e1509dded1a5dce7d0c63dc9d5141a7430e4.svg#Sculpin-Bold) format("svg");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Sculpin";
  src: url(/assets/Sculpin-BoldItalic-319132871973468c527d40914c540dcf6ccad9ba5925f651a579128a5a8b12c5.eot);
  src: url(/assets/Sculpin-BoldItalic-319132871973468c527d40914c540dcf6ccad9ba5925f651a579128a5a8b12c5.eot?#iefix) format("embedded-opentype"), url(/assets/Sculpin-BoldItalic-1ffdc283a93d2ea2d56f4d04f042d7a8fe6844a2d6288fcac63bb2062aa8b896.woff2) format("woff2"), url(/assets/Sculpin-BoldItalic-9b3500b9ce02329a03e005ec782b992a09b33acbac48f052c7913c1e928b0d27.woff) format("woff"), url(/assets/Sculpin-BoldItalic-a8b7b65095c3fcec69b1da2a31934f0c8463641aa7b3d5784a4df4b8a0800ab5.ttf) format("truetype"), url(/assets/Sculpin-BoldItalic-496dbb73d99df4749f7ea0479883c1a6c469758fd14ad713cad93dfacb9c0faf.svg#Sculpin-BoldItalic) format("svg");
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Sculpin";
  src: url(/assets/Sculpin-Light-dc9292ee20ddd323ddc126fa5e13878b6627dbe133a0fbe3ff8570ab29a90a77.eot);
  src: url(/assets/Sculpin-Light-dc9292ee20ddd323ddc126fa5e13878b6627dbe133a0fbe3ff8570ab29a90a77.eot?#iefix) format("embedded-opentype"), url(/assets/Sculpin-Light-e005861a20bcbf145ed9b2bb1bc8178244c1e569ec81575b44c42dcc9e79dfd3.woff2) format("woff2"), url(/assets/Sculpin-Light-f55ffcfdce26c061649b1a1eb937c28918198ea313056e71b9e36196b0347925.woff) format("woff"), url(/assets/Sculpin-Light-effa931cfef309a7e20442dab97f8c104698eb9d656e5b050b21bfd1c41577af.ttf) format("truetype"), url(/assets/Sculpin-Light-238ed02fd05a00d65bec7530838afbd644384aa9298ba76084802e89ea04ea87.svg#Sculpin-Light) format("svg");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Sculpin";
  src: url(/assets/Sculpin-LightItalic-04c57ac101028a7437d36836a69b90c939bd492b350cc6f050c3ccabf7bf1799.eot);
  src: url(/assets/Sculpin-LightItalic-04c57ac101028a7437d36836a69b90c939bd492b350cc6f050c3ccabf7bf1799.eot?#iefix) format("embedded-opentype"), url(/assets/Sculpin-LightItalic-3b4ac292e927660dfa506ded456ec81f7c98e1378b34eed484a205b29252ee3b.woff2) format("woff2"), url(/assets/Sculpin-LightItalic-76d2dd5b459bf416f5e7460d90d3fafbcdcc8cffee3ce38101e752e4a4518bcf.woff) format("woff"), url(/assets/Sculpin-LightItalic-aea5684e56b5352e5ac873682e17b3898b53aac79f6a926ff2b42de9a6217302.ttf) format("truetype"), url(/assets/Sculpin-LightItalic-a0f225b9ab5f76184cd9dc72ee4fd94d536b6379143d3974334f61854218178c.svg#Sculpin-LightItalic) format("svg");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Sculpin";
  src: url(/assets/Sculpin-Medium-0e556d5377d31533823a4deae37dfb35ef21f900cb75e6034b6590f1f7a4e6ae.eot);
  src: url(/assets/Sculpin-Medium-0e556d5377d31533823a4deae37dfb35ef21f900cb75e6034b6590f1f7a4e6ae.eot?#iefix) format("embedded-opentype"), url(/assets/Sculpin-Medium-6c49e2ba42c551e61ad77091b362a4864ef98e5fd2b757f95b4ea08fd455c80d.woff2) format("woff2"), url(/assets/Sculpin-Medium-0e73192e47f3500e46f4f2aa7de21d3b9ee239e585128ccf7e955d5c75c6bbd1.woff) format("woff"), url(/assets/Sculpin-Medium-353bff53e46b0b0b3c39bce468531c93c1ac130ae70f6b777cc90451fc07feff.ttf) format("truetype"), url(/assets/Sculpin-Medium-7c5194d255a6aa88585616ba770fb9ad904ad1a56308f396a990a8528436f7e5.svg#Sculpin-Medium) format("svg");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Sculpin";
  src: url(/assets/Sculpin-MediumItalic-1c95bd47d407480e878b04f796f14c7275ad36b24ac517e13d7220a380921831.eot);
  src: url(/assets/Sculpin-MediumItalic-1c95bd47d407480e878b04f796f14c7275ad36b24ac517e13d7220a380921831.eot?#iefix) format("embedded-opentype"), url(/assets/Sculpin-MediumItalic-f9de723524a3169787a49c89586fe742005a93ac039549ecec0c90c72c459ab8.woff2) format("woff2"), url(/assets/Sculpin-MediumItalic-fc6fa807b130854492d4ec95debedfeecaea3deef35b2c8175698985e1df0209.woff) format("woff"), url(/assets/Sculpin-MediumItalic-af5f455eef14c87d5dedaef19d77651d061a7cc879d0860577e8619572a14024.ttf) format("truetype"), url(/assets/Sculpin-MediumItalic-2cef698163094982ef1085d16d9dc8c8f610390e391f07dac9a8e437c82412c2.svg#Sculpin-MediumItalic) format("svg");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Sculpin";
  src: url(/assets/Sculpin-Regular-4241e24226267c1afe3f3bb1b7ef22fcc7a5f0684667fed06722106953cf0db6.eot);
  src: url(/assets/Sculpin-Regular-4241e24226267c1afe3f3bb1b7ef22fcc7a5f0684667fed06722106953cf0db6.eot?#iefix) format("embedded-opentype"), url(/assets/Sculpin-Regular-d1d77e3ac374a897fb6aa0a4c3f3af4bd894abbbd2986b494ea3d97a5be030b0.woff2) format("woff2"), url(/assets/Sculpin-Regular-cb9cb8fc8f9dfaee3e161bc8c586015d701f9b78e12569b474adc18887f5b444.woff) format("woff"), url(/assets/Sculpin-Regular-8d15eb3a6b4197094b9089af3d0c059ed424c7ad632c0d94ef301ece4756ee99.ttf) format("truetype"), url(/assets/Sculpin-Regular-4064afeb71b99dee560370726c924a09e9a0fbec916d71c7e5f4d6a9a01eeffc.svg#Sculpin-Regular) format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Sculpin";
  src: url(/assets/Sculpin-RegularItalic-9492f3176dca278138456a7c30e4e59e9f1e5cf5082535e231160dc81bfd7acb.eot);
  src: url(/assets/Sculpin-RegularItalic-9492f3176dca278138456a7c30e4e59e9f1e5cf5082535e231160dc81bfd7acb.eot?#iefix) format("embedded-opentype"), url(/assets/Sculpin-RegularItalic-28e4f4e569e4961ca44e8a7393069b31557c83b0b519f83f9c3849798632fae6.woff2) format("woff2"), url(/assets/Sculpin-RegularItalic-ba7a0e9e940c0ab9a733729651fc9f5e70b596609cefddeb5a437c2f01879ad1.woff) format("woff"), url(/assets/Sculpin-RegularItalic-52c8ed4cf549d5892e090c90d09451ffdbdc28b96d7d5acbea465216374e0194.ttf) format("truetype"), url(/assets/Sculpin-RegularItalic-448154743d2aee5d06ab645cd103f5df586f34c1fff407cfcb5684005a96a872.svg#Sculpin-RegularItalic) format("svg");
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}
:root {
  --Brand-color: #014331;
  --Brand-color-2: #014331;
  --Brand-color-3: #014331;
  --Brand-color-4: #014331;
  --Escala-de-grises-Greyscale-100: #1E1E1EFF;
  --Escala-de-grises-Greyscale-200: #3D3D38FF;
  --Escala-de-grises-Greyscale-300: #787875FF;
  --Escala-de-grises-Greyscale-400: #B2B2B2FF;
  --Escala-de-grises-Greyscale-500: #E5E5E1FF;
  --Escala-de-grises-Greyscale-600: #F7F7F2FF;
  --Escala-de-grises-Greyscale-700: #FFFFFF;
  --Title: "Sculpin", serif;
  --Content: "Sculpin", sans-serif;
  --Generales-Backgrounds-BG-Light: var(--Escala-de-grises-Greyscale-700);
  --Generales-Backgrounds-BG-Medium: var(--Brand-color);
  --Generales-Backgrounds-BG-Invert: var(--Brand-color-2);
  --Input-Label: var(--Escala-de-grises-Greyscale-700);
  --Input-Placeholder: var(--Escala-de-grises-Greyscale-700);
  --Input-BG: #fafafa89;
  --Input-BG-Hover: #fafafa89;
  --Input-Border-Main: var(--Escala-de-grises-Greyscale-700);
  --Input-Border-Secondary: var(--Escala-de-grises-Greyscale-700);
  --Footer-BG: var(--Generales-Backgrounds-BG-Medium);
  --Footer-Menu-Item: var(--Escala-de-grises-Greyscale-700);
  --color-primary: var(--Escala-de-grises-Greyscale-700);
  --color-secondary: var(--Escala-de-grises-Greyscale-700);
  --color-bkg: var(--Brand-color);
  --font-color: var(--Escala-de-grises-Greyscale-700);
  --font-color-secondary: var(--Escala-de-grises-Greyscale-700);
  --font-text-primary: var(--Content);
  --font-text-second: var(--Title);
}

*::-moz-selection {
  background-color: var(--color-primary);
  color: var(--Escala-de-grises-Greyscale-700);
}

*::selection {
  background-color: var(--Escala-de-grises-Greyscale-700);
  color: var(--color-primary);
}

b, strong {
  font-weight: 600;
}

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

*::placeholder {
  color: var(--Input-Placeholder);
  opacity: 1 !important;
}

/** General */
body {
  background-color: var(--Brand-color);
  display: flex;
  flex-flow: column;
  height: auto;
  min-height: 100vh;
}
@media screen and (min-width: 768px) {
  body {
    background: var(--Brand-color) url(/assets/www.turegaloweleda.es/bkg-6538417d6351c00b054ae72c900e89aa1095c5c326d15707c640cb10805abe96.jpg) no-repeat fixed bottom right;
    background-size: auto calc(100% - 66px);
  }
}
body > .l-container::after {
  content: none;
}

.l-container {
  display: flex;
  flex-flow: column;
  flex: 1;
  min-height: auto;
}
.l-container::before {
  display: none;
}

/* Header */
.l-header {
  background-color: var(--Brand-color);
  margin: 0 0 1.25rem;
  padding: 0.75rem 0 0.75rem 2vw;
}
@media screen and (min-width: 768px) {
  .l-header {
    margin: 0;
    padding: 1.5625rem 0 1.5625rem 2vw;
  }
}
.l-header img {
  max-width: 7.5rem;
}
@media screen and (min-width: 991px) {
  .l-header img {
    max-width: 11.1875rem;
  }
}
.l-header .c-btn {
  background-color: var(--Escala-de-grises-Greyscale-700);
  border-color: var(--Brand-color);
  border-radius: 3.125rem 0 0 3.125rem;
  color: var(--Brand-color);
  font-family: var(--font-text-primary);
  font-size: 0.875rem;
  padding: 0.9375rem 0.9375rem 0.9375rem 1.5625rem;
}
@media screen and (min-width: 768px) {
  .l-header .c-btn {
    font-size: 1rem;
  }
}
.l-header .c-btn:hover {
  background-color: var(--Escala-de-grises-Greyscale-700);
  border-color: var(--color-primary);
  color: var(--Brand-color);
}

.c-instructions li::before {
  height: 0.125rem;
  left: 0;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .c-instructions li::before {
    top: 1.375rem;
  }
}

/** Modal */
.c-modal--big .c-modal__content {
  max-width: 58.75rem;
}
.c-modal__content {
  background-color: var(--Escala-de-grises-Greyscale-600);
  border-radius: var(--border-radius-xs);
  padding: 1.25rem;
}
@media screen and (min-width: 768px) {
  .c-modal__content {
    padding: 1.875rem;
  }
}
.c-modal .c-instructions {
  gap: 0.3125rem;
  margin: auto;
  padding-top: 0;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .c-modal .c-instructions {
    gap: 0;
    max-width: 48.75rem;
  }
}
.c-modal .c-instructions li {
  padding: 0.625rem;
}
@media screen and (min-width: 768px) {
  .c-modal .c-instructions li {
    width: 32%;
  }
}
.c-modal .c-instructions li::before {
  background-color: var(--font-color);
}
@media screen and (min-width: 768px) {
  .c-modal .c-instructions li::before {
    height: 0.125rem;
    left: auto;
    right: 17%;
    top: 1.875rem;
    width: 5.625rem;
  }
}
.c-modal .c-instructions li:last-child::before {
  display: none;
}
.c-modal .c-instructions__image {
  background-color: var(--Escala-de-grises-Greyscale-600);
  color: var(--font-color);
  margin: 0 0 0.9375rem;
  max-width: max-content;
  padding: 0;
}
.c-modal__body {
  padding: 0.9375rem 0 1.5625rem;
}
.c-modal__body h2, .c-modal__body h3, .c-modal__body p {
  color: var(--Brand-color);
  text-align: left;
}
.c-modal__body h2 {
  color: var(--Brand-color);
  font-size: clamp(1.5rem, 3.5vw, 2.1875rem);
  margin: auto auto 1.5625rem;
  text-transform: uppercase;
  text-align: center;
}
.c-modal__body h3 {
  font-family: var(--font-text-second);
  font-size: 1rem;
  color: var(--Brand-color);
  margin-bottom: 0.9375rem;
  padding-left: 1.25rem;
  position: relative;
  text-transform: none;
}
.c-modal__body h3 span {
  left: 0;
  margin-right: 0.3125rem;
  position: absolute;
  top: 0;
}
.c-modal__body p {
  font-size: 0.9375rem;
  color: var(--Brand-color);
}
.c-modal__body p a {
  color: var(--Brand-color);
  font-size: 0.9375rem;
  font-weight: 600;
  text-decoration: underline;
  word-break: break-word;
}
.c-modal__body p a:hover {
  color: var(--font-color);
}
.c-modal__body svg {
  color: var(--Brand-color);
  height: 3.125rem;
  width: 3.125rem;
}
.c-modal__close {
  padding: 0 0 0.625rem;
}
.c-modal__close button {
  border-radius: var(--border-radius-circle);
  border: 2px solid;
  color: var(--Brand-color);
  font-size: 1rem;
  height: 2.1875rem;
  width: 2.1875rem;
}
.c-modal__close button:hover {
  color: var(--Brand-color);
}

/** Page */
.l-page {
  display: flex;
  flex-flow: column;
  flex: 1;
  justify-content: flex-start;
  overflow: initial;
  padding: 0 0 1.25rem;
}
@media screen and (min-width: 991px) {
  .l-page {
    justify-content: center;
    padding: 0 38% 1.25rem 0;
  }
}
@media screen and (min-aspect-ratio: 16/9) and (max-aspect-ratio: 16/9) {
  .l-page {
    padding-right: 34%;
  }
}
@media screen and (min-aspect-ratio: 4/3) and (max-aspect-ratio: 4/3) {
  .l-page {
    padding-right: 44%;
  }
}
.l-page__bkg {
  display: block;
  margin: 1.5625rem auto 0;
  max-width: 33.75rem;
  width: 100%;
}
@media screen and (min-width: 991px) {
  .l-page__bkg {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .l-page .l-page__container {
    margin: auto;
    max-width: 46.25rem;
    padding: 0 1vw;
    width: 100%;
  }
}
.l-page .l-page__container .c-modal p a {
  color: #ffffff;
  font-size: 1rem;
}
.l-page .l-page__container .c-modal p a:hover {
  color: var(--font-color);
  text-decoration: underline;
}
.l-page__description {
  background-color: var(--Brand-color);
  border-radius: var(--border-radius-s);
  overflow: visible;
  padding: 1.25rem 1.25rem;
}
.l-page__description > p {
  color: var(--font-color);
  font-size: clamp(0.875rem, 3vw, 0.9375rem);
  max-width: 25.25rem;
}
.l-page__description > p strong {
  display: block;
  font-weight: 700;
  margin-bottom: 0.3125rem;
}
.l-page__description h2 {
  color: var(--color-primary);
}
.l-page__description p {
  color: var(--font-color);
}
.l-page__description .c-form__error p {
  color: #F1565E;
  font-size: 0.875rem;
  text-align: left;
}
.l-page__description .c-instructions {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  gap: 2%;
  padding: 0 0 0.625rem;
}
@media screen and (min-width: 768px) {
  .l-page__description .c-instructions {
    padding: 1.875rem 0;
  }
}
.l-page__description .c-instructions li {
  border-bottom: 2px solid var(--color-primary);
  display: flex;
  flex-flow: row;
  gap: 0.9375rem;
  margin: 0 0 0.625rem;
  padding: 0.9375rem 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;
    flex-flow: column;
    gap: 0;
    margin: 0;
    padding: 0;
    width: 32%;
  }
}
.l-page__description .c-instructions li::before {
  background-color: var(--color-secondary);
  display: none;
  top: 1.25rem;
}
@media screen and (min-width: 768px) {
  .l-page__description .c-instructions li::before {
    display: block;
    right: 2.1875rem;
    width: 5rem;
  }
}
.l-page__description .c-instructions li svg {
  height: 3.125rem;
  width: 3.125rem;
}
.l-page__description .c-instructions h2 {
  align-items: flex-start;
  color: var(--color-primary);
  display: flex;
  flex-flow: row;
  font-family: var(--font-text-primary);
  font-size: 1rem;
  font-weight: normal;
  gap: 0.625rem;
  margin: 0;
  padding-right: 0.625rem;
  text-transform: none;
}
@media screen and (min-width: 768px) {
  .l-page__description .c-instructions h2 {
    margin: 0.9375rem 0;
  }
}
.l-page__description .c-instructions h2 span {
  background-color: var(--color-secondary);
  border-radius: 0.3125rem;
  color: #fff;
  min-width: 1.875rem;
  padding: 0.3125rem 0.5rem;
  text-align: center;
}
.l-page__description .c-instructions__image {
  margin: 0 0 0.3125rem;
  max-width: none;
  text-align: left;
  width: auto;
}
@media screen and (min-width: 768px) {
  .l-page__description .c-instructions__image {
    margin: 0 0 0.3125rem;
    max-width: 5rem;
    width: 100%;
  }
}
.l-page__description .c-instructions__description {
  display: flex;
  align-items: center;
}
.l-page h1 {
  color: var(--color-primary);
  font-family: var(--font-text-second);
  font-size: clamp(1.875rem, 4vw, 2.5rem);
  margin: 0 auto 0.9375rem;
  text-transform: uppercase;
}
.l-page h1 img {
  display: block;
  width: 100%;
}
.l-page p {
  font-size: clamp(1.0625rem, 3vw, 1.25rem);
  max-width: none;
  text-align: left;
}
.l-page .c-modal h2 {
  font-size: clamp(1.75rem, 4vw, 2.5rem);
  text-transform: none;
}
.l-page .c-modal p {
  font-size: 1rem;
  text-align: left;
}

/** Form */
.c-form {
  background-color: transparent;
  border-radius: 0.625rem;
  padding: 2vw;
}
@media screen and (min-width: 768px) {
  .c-form {
    padding: 1.25rem;
  }
}
.c-form > form {
  padding-top: 0;
}
.c-form > form > h2 {
  color: var(--color-secondary);
  font-size: 1.75rem;
  margin: 0.625rem auto;
  max-width: 20rem;
  text-transform: none;
}
.c-form > form > p {
  font-size: 1.125rem;
  max-width: 23.75rem;
}
.c-form__section {
  margin: 0 auto 0.625rem;
  max-width: 25rem;
}
.c-form__section label {
  color: var(--Input-Label);
  font-size: 1rem;
  font-weight: bold;
  text-transform: none;
}
.c-form__section--dni input {
  max-width: unset;
}
.c-form__button {
  gap: 0.625rem;
  justify-content: space-between;
  max-width: 25rem;
  margin: 0 auto;
  padding: 0.9375rem 0;
  width: 100%;
}
.c-form__button .c-btn {
  font-size: 1rem;
  min-width: auto;
  padding: 0.9375rem 1.5625rem;
}
.c-form__button .c-btn:hover {
  background-color: var(--Brand-color);
  border-color: var(--Escala-de-grises-Greyscale-700);
  color: #fff;
}
.c-form__button .c-btn--link {
  color: var(--color-primary);
  text-decoration: none;
  margin: 0;
  border: none;
  padding: 0.9375rem 1.5625rem;
}
.c-form__button .c-btn--link:hover {
  background-color: var(--Brand-color-2);
  border-color: var(--Escala-de-grises-Greyscale-700);
  color: var(--Escala-de-grises-Greyscale-700);
}
.c-form__file span {
  background-color: var(--Brand-color);
  border-radius: 0;
  border: 2px dashed var(--Input-Border-Main);
  color: var(--Input-Placeholder);
  padding: 2.5rem 0;
}
.c-form--end {
  padding: 2.5rem 1.25rem 1.25rem;
}
@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 1.25rem;
  max-width: 23.75rem;
  text-align: center;
}
.c-form--end h2 {
  color: var(--color-secondary);
  font-family: var(--font-text-primary);
}
.c-form--end h3 {
  display: none;
}
.c-form--end .c-form__button {
  justify-content: center;
}
.c-form__checkbox {
  margin: 0 auto 0.9375rem;
  max-width: 25rem;
}
.c-form__checkbox--marketing {
  display: none;
}
.c-form__info > p {
  color: var(--Input-Label);
  font-size: 0.8125rem;
  font-weight: bold;
  margin-top: 0.3125rem;
  text-align: left;
}

.tickets.new .c-form > form > p {
  font-size: 1.125rem;
}
.tickets .l-page__container {
  overflow: visible;
}
.tickets .l-page__description {
  background-color: var(--Brand-color);
  margin: auto;
  max-width: 35.625rem;
  width: 100%;
}

input[type=text], input[type=password], input[type=email], input[type=tel], textarea, select {
  background-color: var(--Input-BG);
  border-color: var(--Input-Border-Main);
  border-radius: 0.25rem;
  color: var(--Input-Label);
  font-family: var(--font-text-primary);
  font-size: 0.875rem;
  padding: 0.75rem 1rem;
}

input[type=text]::placeholder, input[type=password]::placeholder, input[type=email]::placeholder, input[type=tel]::placeholder, textarea::placeholder, select::placeholder {
  color: var(--Input-Placeholder);
  opacity: 1 !important; /* Mozilla Firefox */
}

.checkbox-btn label, .radio-btn label {
  color: var(--Input-Label);
  font-size: 0.875rem;
}
.checkbox-btn label a, .radio-btn label a {
  color: var(--Input-Label);
}
.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: 0.9375rem;
  justify-content: center;
}

.c-btn {
  color: var(--Escala-de-grises-Greyscale-700);
  background-color: var(--Brand-color);
  border: 1px solid var(--color-primary);
  font-family: var(--font-text-primary);
  font-size: 1rem;
  font-weight: normal;
  padding: 0.75rem 1.5rem;
  text-transform: none;
}
.c-btn:hover {
  background-color: var(--Brand-color);
  border: 1px solid var(--color-secondary);
  color: var(--Escala-de-grises-Greyscale-700);
}
.c-btn--link {
  background-color: transparent;
  border: 1px solid var(--color-primary);
  color: var(--font-color);
  font-family: var(--font-text-primary);
  text-decoration: none;
}
.c-btn--link:hover {
  color: var(--Escala-de-grises-Greyscale-700);
  background-color: var(--Brand-color);
  border: 1px solid var(--Escala-de-grises-Greyscale-700);
  text-decoration: none;
}

/** Footer */
.l-footer {
  background-color: var(--Footer-BG);
  border-top: 1px solid var(--Escala-de-grises-Greyscale-400);
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-end;
  margin-top: 0;
  min-height: max-content;
  overflow: visible;
  position: relative;
}
@media screen and (min-width: 991px) {
  .l-footer {
    justify-content: center;
  }
}
.l-footer .l-page__container {
  padding: 0 1vw;
}
.l-footer ul {
  display: flex;
  flex-flow: column;
  gap: 0.3125rem;
  justify-content: center;
  padding: 1.5625rem 0;
}
@media screen and (min-width: 768px) {
  .l-footer ul {
    flex-flow: row wrap;
    gap: 1.25rem;
  }
}
.l-footer ul li {
  padding: 0;
}
.l-footer a {
  color: var(--Footer-Menu-Item);
  font-size: 0.875rem;
  padding: 0.625rem 0;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .l-footer a {
    padding: 0;
  }
}
.l-footer a:hover {
  color: var(--Footer-Menu-Item);
  text-decoration: underline;
}

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

[id=cookie-law] .text-cookie-banner > h2 {
  color: #fff;
  font-size: 1.125rem;
}
[id=cookie-law] .text-cookie-banner > p {
  font-size: 1rem;
}
[id=cookie-law] .text-cookie-banner > p a {
  color: #fff;
  font-size: 1rem;
}

/** Promotion */
.no_promotion .l-page__description {
  max-width: 25rem;
}
.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;
}
