@import url("https://fonts.googleapis.com/css2?family=Raleway:wght@300;400;500;600;700;800&display=swap");
.splide__container {
  box-sizing: border-box;
  position: relative;
}

.splide__list {
  backface-visibility: hidden;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  margin: 0 !important;
  padding: 0 !important;
}

.splide.is-initialized:not(.is-active) .splide__list {
  display: block;
}

.splide__pagination {
  -ms-flex-align: center;
  align-items: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0;
  pointer-events: none;
}

.splide__pagination li {
  display: inline-block;
  line-height: 1;
  list-style-type: none;
  margin: 0;
  pointer-events: auto;
}

.splide:not(.is-overflow) .splide__pagination {
  display: none;
}

.splide__progress__bar {
  width: 0;
}

.splide {
  position: relative;
  visibility: hidden;
}

.splide.is-initialized, .splide.is-rendered {
  visibility: visible;
}

.splide__slide {
  backface-visibility: hidden;
  box-sizing: border-box;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  list-style-type: none !important;
  margin: 0;
  position: relative;
}

.splide__slide img {
  vertical-align: bottom;
}

.splide__spinner {
  animation: splide-loading 1s linear infinite;
  border: 2px solid #999;
  border-left-color: transparent;
  border-radius: 50%;
  bottom: 0;
  contain: strict;
  display: inline-block;
  height: 20px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 20px;
}

.splide__sr {
  clip: rect(0 0 0 0);
  border: 0;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.splide__toggle.is-active .splide__toggle__play, .splide__toggle__pause {
  display: none;
}

.splide__toggle.is-active .splide__toggle__pause {
  display: inline;
}

.splide__track {
  overflow: hidden;
  position: relative;
  z-index: 0;
}

@keyframes splide-loading {
  0% {
    transform: rotate(0);
  }
  to {
    transform: rotate(1turn);
  }
}
.splide__track--draggable {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.splide__track--fade > .splide__list > .splide__slide {
  margin: 0 !important;
  opacity: 0;
  z-index: 0;
}

.splide__track--fade > .splide__list > .splide__slide.is-active {
  opacity: 1;
  z-index: 1;
}

.splide--rtl {
  direction: rtl;
}

.splide__track--ttb > .splide__list {
  display: block;
}

.splide__arrow {
  -ms-flex-align: center;
  align-items: center;
  background: #ccc;
  border: 0;
  border-radius: 50%;
  cursor: pointer;
  display: -ms-flexbox;
  display: flex;
  height: 2em;
  -ms-flex-pack: center;
  justify-content: center;
  opacity: 0.7;
  padding: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 2em;
  z-index: 1;
}

.splide__arrow svg {
  fill: #000;
  height: 1.2em;
  width: 1.2em;
}

.splide__arrow:hover:not(:disabled) {
  opacity: 0.9;
}

.splide__arrow:disabled {
  opacity: 0.3;
}

.splide__arrow:focus-visible {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide__arrow--prev {
  left: 1em;
}

.splide__arrow--prev svg {
  transform: scaleX(-1);
}

.splide__arrow--next {
  right: 1em;
}

.splide.is-focus-in .splide__arrow:focus {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide__pagination {
  bottom: 0.5em;
  left: 0;
  padding: 0 1em;
  position: absolute;
  right: 0;
  z-index: 1;
}

.splide__pagination__page {
  background: #ccc;
  border: 0;
  border-radius: 50%;
  display: inline-block;
  height: 8px;
  margin: 3px;
  opacity: 0.7;
  padding: 0;
  position: relative;
  transition: transform 0.2s linear;
  width: 8px;
}

.splide__pagination__page.is-active {
  background: #fff;
  transform: scale(1.4);
  z-index: 1;
}

.splide__pagination__page:hover {
  cursor: pointer;
  opacity: 0.9;
}

.splide__pagination__page:focus-visible {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide.is-focus-in .splide__pagination__page:focus {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide__progress__bar {
  background: #ccc;
  height: 3px;
}

.splide__slide {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.splide__slide:focus {
  outline: 0;
}

@supports (outline-offset: -3px) {
  .splide__slide:focus-visible {
    outline: 3px solid #0bf;
    outline-offset: -3px;
  }
}
@media screen and (-ms-high-contrast: none) {
  .splide__slide:focus-visible {
    border: 3px solid #0bf;
  }
}
@supports (outline-offset: -3px) {
  .splide.is-focus-in .splide__slide:focus {
    outline: 3px solid #0bf;
    outline-offset: -3px;
  }
}
@media screen and (-ms-high-contrast: none) {
  .splide.is-focus-in .splide__slide:focus {
    border: 3px solid #0bf;
  }
  .splide.is-focus-in .splide__track > .splide__list > .splide__slide:focus {
    border-color: #0bf;
  }
}
.splide__toggle {
  cursor: pointer;
}

.splide__toggle:focus-visible {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide.is-focus-in .splide__toggle:focus {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide__track--nav > .splide__list > .splide__slide {
  border: 3px solid transparent;
  cursor: pointer;
}

.splide__track--nav > .splide__list > .splide__slide.is-active {
  border: 3px solid #000;
}

.splide__arrows--rtl .splide__arrow--prev {
  left: auto;
  right: 1em;
}

.splide__arrows--rtl .splide__arrow--prev svg {
  transform: scaleX(1);
}

.splide__arrows--rtl .splide__arrow--next {
  left: 1em;
  right: auto;
}

.splide__arrows--rtl .splide__arrow--next svg {
  transform: scaleX(-1);
}

.splide__arrows--ttb .splide__arrow {
  left: 50%;
  transform: translate(-50%);
}

.splide__arrows--ttb .splide__arrow--prev {
  top: 1em;
}

.splide__arrows--ttb .splide__arrow--prev svg {
  transform: rotate(-90deg);
}

.splide__arrows--ttb .splide__arrow--next {
  bottom: 1em;
  top: auto;
}

.splide__arrows--ttb .splide__arrow--next svg {
  transform: rotate(90deg);
}

.splide__pagination--ttb {
  bottom: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  left: auto;
  padding: 1em 0;
  right: 0.5em;
  top: 0;
}

:root {
  --ts-pr-clear-button:0;
  --ts-pr-caret:0;
  --ts-pr-min:.75rem;
}

.ts-wrapper.single .ts-control, .ts-wrapper.single .ts-control input {
  cursor: pointer;
}

.ts-control {
  padding-right: max(var(--ts-pr-min), var(--ts-pr-clear-button) + var(--ts-pr-caret)) !important;
}

.ts-wrapper.plugin-drag_drop.multi > .ts-control > div.ui-sortable-placeholder {
  background: #f2f2f2 !important;
  background: rgba(0, 0, 0, 0.06) !important;
  border: 0 !important;
  box-shadow: inset 0 0 12px 4px #fff;
  visibility: visible !important;
}

.ts-wrapper.plugin-drag_drop .ui-sortable-placeholder:after {
  content: "!";
  visibility: hidden;
}

.ts-wrapper.plugin-drag_drop .ui-sortable-helper {
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

.plugin-checkbox_options .option input {
  margin-right: 0.5rem;
}

.plugin-clear_button {
  --ts-pr-clear-button:1em;
}

.plugin-clear_button .clear-button {
  background: transparent !important;
  cursor: pointer;
  margin-right: 0 !important;
  opacity: 0;
  position: absolute;
  right: 2px;
  top: 50%;
  transform: translateY(-50%);
  transition: opacity 0.5s;
}

.plugin-clear_button.form-select .clear-button, .plugin-clear_button.single .clear-button {
  right: max(var(--ts-pr-caret), 8px);
}

.plugin-clear_button.focus.has-items .clear-button, .plugin-clear_button:not(.disabled):hover.has-items .clear-button {
  opacity: 1;
}

.ts-wrapper .dropdown-header {
  background: #f8f8f8;
  border-bottom: 1px solid #d0d0d0;
  border-radius: 3px 3px 0 0;
  padding: 10px 8px;
  position: relative;
}

.ts-wrapper .dropdown-header-close {
  color: #303030;
  font-size: 20px !important;
  line-height: 20px;
  margin-top: -12px;
  opacity: 0.4;
  position: absolute;
  right: 8px;
  top: 50%;
}

.ts-wrapper .dropdown-header-close:hover {
  color: #000;
}

.plugin-dropdown_input.focus.dropdown-active .ts-control {
  border: 1px solid #d0d0d0;
  box-shadow: none;
}

.plugin-dropdown_input .dropdown-input {
  background: transparent;
  border: solid #d0d0d0;
  border-width: 0 0 1px;
  box-shadow: none;
  display: block;
  padding: 8px;
  width: 100%;
}

.plugin-dropdown_input .items-placeholder {
  border: 0 !important;
  box-shadow: none !important;
  width: 100%;
}

.plugin-dropdown_input.dropdown-active .items-placeholder, .plugin-dropdown_input.has-items .items-placeholder {
  display: none !important;
}

.ts-wrapper.plugin-input_autogrow.has-items .ts-control > input {
  min-width: 0;
}

.ts-wrapper.plugin-input_autogrow.has-items.focus .ts-control > input {
  flex: none;
  min-width: 4px;
}

.ts-wrapper.plugin-input_autogrow.has-items.focus .ts-control > input::-ms-input-placeholder {
  color: transparent;
}

.ts-wrapper.plugin-input_autogrow.has-items.focus .ts-control > input::placeholder {
  color: transparent;
}

.ts-dropdown.plugin-optgroup_columns .ts-dropdown-content {
  display: flex;
}

.ts-dropdown.plugin-optgroup_columns .optgroup {
  border-right: 1px solid #f2f2f2;
  border-top: 0;
  flex-basis: 0;
  flex-grow: 1;
  min-width: 0;
}

.ts-dropdown.plugin-optgroup_columns .optgroup:last-child {
  border-right: 0;
}

.ts-dropdown.plugin-optgroup_columns .optgroup:before {
  display: none;
}

.ts-dropdown.plugin-optgroup_columns .optgroup-header {
  border-top: 0;
}

.ts-wrapper.plugin-remove_button .item {
  align-items: center;
  display: inline-flex;
  padding-right: 0 !important;
}

.ts-wrapper.plugin-remove_button .item .remove {
  border-radius: 0 2px 2px 0;
  box-sizing: border-box;
  color: inherit;
  display: inline-block;
  padding: 0 6px;
  text-decoration: none;
  vertical-align: middle;
}

.ts-wrapper.plugin-remove_button .item .remove:hover {
  background: rgba(0, 0, 0, 0.05);
}

.ts-wrapper.plugin-remove_button.disabled .item .remove:hover {
  background: none;
}

.ts-wrapper.plugin-remove_button .remove-single {
  font-size: 23px;
  position: absolute;
  right: 0;
  top: 0;
}

.ts-wrapper.plugin-remove_button:not(.rtl) .item .remove {
  border-left: 1px solid #d0d0d0;
  margin-left: 6px;
}

.ts-wrapper.plugin-remove_button:not(.rtl) .item.active .remove {
  border-left-color: #cacaca;
}

.ts-wrapper.plugin-remove_button:not(.rtl).disabled .item .remove {
  border-left-color: #fff;
}

.ts-wrapper.plugin-remove_button.rtl .item .remove {
  border-right: 1px solid #d0d0d0;
  margin-right: 6px;
}

.ts-wrapper.plugin-remove_button.rtl .item.active .remove {
  border-right-color: #cacaca;
}

.ts-wrapper.plugin-remove_button.rtl.disabled .item .remove {
  border-right-color: #fff;
}

.ts-wrapper {
  position: relative;
}

.ts-control, .ts-control input, .ts-dropdown {
  font-smoothing: inherit;
  color: #303030;
  font-family: inherit;
  font-size: 13px;
  line-height: 18px;
}

.ts-control, .ts-wrapper.single.input-active .ts-control {
  background: #fff;
  cursor: text;
}

.ts-control {
  border: 1px solid #d0d0d0;
  border-radius: 3px;
  box-shadow: none;
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  overflow: hidden;
  padding: 8px;
  position: relative;
  width: 100%;
  z-index: 1;
}

.ts-wrapper.multi.has-items .ts-control {
  padding: 6px 8px 3px;
}

.full .ts-control {
  background-color: #fff;
}

.disabled .ts-control, .disabled .ts-control * {
  cursor: default !important;
}

.focus .ts-control {
  box-shadow: none;
}

.ts-control > * {
  display: inline-block;
  vertical-align: baseline;
}

.ts-wrapper.multi .ts-control > div {
  background: #f2f2f2;
  border: 0 solid #d0d0d0;
  color: #303030;
  cursor: pointer;
  margin: 0 3px 3px 0;
  padding: 2px 6px;
}

.ts-wrapper.multi .ts-control > div.active {
  background: #e8e8e8;
  border: 0 solid #cacaca;
  color: #303030;
}

.ts-wrapper.multi.disabled .ts-control > div, .ts-wrapper.multi.disabled .ts-control > div.active {
  background: #fff;
  border: 0 solid #fff;
  color: #7d7d7d;
}

.ts-control > input {
  background: none !important;
  border: 0 !important;
  box-shadow: none !important;
  display: inline-block !important;
  flex: 1 1 auto;
  line-height: inherit !important;
  margin: 0 !important;
  max-height: none !important;
  max-width: 100% !important;
  min-height: 0 !important;
  min-width: 7rem;
  padding: 0 !important;
  text-indent: 0 !important;
  -webkit-user-select: auto !important;
  -moz-user-select: auto !important;
  -ms-user-select: auto !important;
  user-select: auto !important;
}

.ts-control > input::-ms-clear {
  display: none;
}

.ts-control > input:focus {
  outline: none !important;
}

.has-items .ts-control > input {
  margin: 0 4px !important;
}

.ts-control.rtl {
  text-align: right;
}

.ts-control.rtl.single .ts-control:after {
  left: 15px;
  right: auto;
}

.ts-control.rtl .ts-control > input {
  margin: 0 4px 0 -2px !important;
}

.disabled .ts-control {
  background-color: #fafafa;
  opacity: 0.5;
}

.input-hidden .ts-control > input {
  left: -10000px;
  opacity: 0;
  position: absolute;
}

.ts-dropdown {
  background: #fff;
  border: 1px solid #d0d0d0;
  border-radius: 0 0 3px 3px;
  border-top: 0;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  box-sizing: border-box;
  left: 0;
  margin: 0.25rem 0 0;
  position: absolute;
  top: 100%;
  width: 100%;
  z-index: 10;
}

.ts-dropdown [data-selectable] {
  cursor: pointer;
  overflow: hidden;
}

.ts-dropdown [data-selectable] .highlight {
  background: rgba(125, 168, 208, 0.2);
  border-radius: 1px;
}

.ts-dropdown .create, .ts-dropdown .no-results, .ts-dropdown .optgroup-header, .ts-dropdown .option {
  padding: 5px 8px;
}

.ts-dropdown .option, .ts-dropdown [data-disabled], .ts-dropdown [data-disabled] [data-selectable].option {
  cursor: inherit;
  opacity: 0.5;
}

.ts-dropdown [data-selectable].option {
  cursor: pointer;
  opacity: 1;
}

.ts-dropdown .optgroup:first-child .optgroup-header {
  border-top: 0;
}

.ts-dropdown .optgroup-header {
  background: #fff;
  color: #303030;
  cursor: default;
}

.ts-dropdown .active {
  background-color: #f5fafd;
  color: #495c68;
}

.ts-dropdown .active.create {
  color: #495c68;
}

.ts-dropdown .create {
  color: rgba(48, 48, 48, 0.5);
}

.ts-dropdown .spinner {
  display: inline-block;
  height: 30px;
  margin: 5px 8px;
  width: 30px;
}

.ts-dropdown .spinner:after {
  animation: lds-dual-ring 1.2s linear infinite;
  border-color: #d0d0d0 transparent;
  border-radius: 50%;
  border-style: solid;
  border-width: 5px;
  content: " ";
  display: block;
  height: 24px;
  margin: 3px;
  width: 24px;
}

@keyframes lds-dual-ring {
  0% {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(1turn);
  }
}
.ts-dropdown-content {
  overflow-scrolling: touch;
  max-height: 200px;
  overflow-x: hidden;
  overflow-y: auto;
  scroll-behavior: smooth;
}

.ts-hidden-accessible {
  clip: rect(0 0 0 0) !important;
  border: 0 !important;
  -webkit-clip-path: inset(50%) !important;
  clip-path: inset(50%) !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  white-space: nowrap !important;
  width: 1px !important;
}


/** 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: "CircularStd-Black";
  src: url(/assets/CircularStd-Black-f28387b43194cfb24c4215b7d4edc71802222c23fea130dd48cbfa3a45b41962.eot);
  src: url(/assets/CircularStd-Black-f28387b43194cfb24c4215b7d4edc71802222c23fea130dd48cbfa3a45b41962.eot?#iefix) format("embedded-opentype"), url(/assets/CircularStd-Black-fd549c2c1feff7be7dd89cbcf0f9b4b938c9013be6b36d4d871721d19e2f7d92.woff2) format("woff2"), url(/assets/CircularStd-Black-0bcff8ec1130ca3d54747172ebf28f499c8d5c3ad987de2a9ee7bef5017fb1b7.woff) format("woff"), url(/assets/CircularStd-Black-e264e96738fc396733bcad9cb21303285deaea5b8557ebe92af36a39afe31062.ttf) format("truetype"), url(/assets/CircularStd-Black-8a14ae1b9ced666f5b0e8bc78fe960f3fa6e709e89a3338736571145e1ba3f72.svg#CircularStd-Black) format("svg");
  font-weight: normal;
}
/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/** 1. General */
:root {
  --color-bkg-primary: #000;
  --color-bkg-secondary: #f2f2f2;
  --color-outstanding-primary: #38d0a3;
  --color-outstanding-secondary: #2755f8;
  --color-primary: #ff3773;
  --color-secondary: #383838;
  --color-text-primary: #3d3d3d;
  --color-text-secondary: #848484;
  --color-text-tertiary: #646464;
  --width-container: 128rem;
  --font-family: "Raleway", -apple-system, sans-serif;
}

@media (prefers-reduced-motion: reduce) {
  * {
    animation: none !important;
    transition: none !important;
  }
}
html,
body {
  font-size: 62.5%;
  height: 100%;
}

body {
  background: #fff none no-repeat scroll 0 0;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  color: var(--color-text-primary);
  font-family: var(--font-family);
  font-size: 1.6rem;
  font-weight: 300;
  line-height: 1.25;
  margin: 0;
  padding: 0;
  position: relative;
}

body {
  -webkit-animation: bugfix infinite 1s;
  -moz-animation: bugfix infinite 1s;
  -o-animation: bugfix infinite 1s;
  animation: bugfix infinite 1s;
}

body.open {
  overflow: hidden;
}

@-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;
  }
}
::-webkit-scrollbar {
  background-color: #efefef;
  width: 1.4rem;
  height: 0.6rem;
}

::-webkit-scrollbar-thumb {
  height: 0.5rem;
  border: 0 none;
  background-clip: padding-box;
  -webkit-border-radius: 0.7rem;
  border-radius: 0.7rem;
  background-color: rgba(0, 0, 0, 0.75);
  -webkit-box-shadow: inset -0.1rem -0.1rem 0 rgba(0, 0, 0, 0.05), inset 0.1rem 0.1rem 0 rgba(0, 0, 0, 0.05);
  box-shadow: inset -0.1rem -0.1rem 0 rgba(0, 0, 0, 0.05), inset 0.1rem 0.1rem 0 rgba(0, 0, 0, 0.05);
}

::-webkit-scrollbar-button {
  width: 0;
  height: 0;
  display: none;
}

::-webkit-scrollbar-corner {
  background-color: transparent;
}

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

*::-moz-selection {
  background: var(--color-primary);
  color: #fff;
  text-shadow: none;
}

*::selection {
  background: var(--color-primary);
  color: #fff;
  text-shadow: none;
}

a {
  color: var(--color-primary);
  -webkit-transition: all 0.1s ease 0s;
  -ms-transition: all 0.1s ease 0s;
  -moz-transition: all 0.1s ease 0s;
  -o-transition: all 0.1s ease 0s;
  transition: all 0.1s ease 0s;
  text-decoration: none;
}

a:hover {
  color: var(--color-secondary);
  text-decoration: underline;
}

button {
  background-color: inherit;
  font-family: var(--font-family);
  font-size: 1.6rem;
  font-weight: 300;
  line-height: 1.25;
}

b,
strong {
  font-weight: bold;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  color: var(--color-secondary);
  margin: 0 0 1rem;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: bold;
}

h3 {
  font-size: 2.5rem;
}

h4 {
  font-size: 1.8rem;
}

ul,
li {
  font-size: 1.5rem;
  padding: 0;
  list-style: outside none none;
}

li:last-child {
  margin-bottom: 0;
}

.clear {
  clear: both;
  display: block;
  height: 0;
  overflow: hidden;
  visibility: hidden;
  width: 0;
}

.hide-text {
  display: block;
  overflow: hidden;
  text-indent: 101%;
  white-space: nowrap;
}

input {
  font-size: 1.5rem;
  font-weight: normal;
}

input[type=text],
input[type=password],
input[type=email],
textarea,
select {
  background-color: #fff;
  border: 0.1rem solid var(--color-text-secondary);
  -webkit-border-radius: 5rem;
  -moz-border-radius: 5rem;
  -webkit-appearance: none;
  appearance: none;
  border-radius: 5rem;
  color: var(--color-secondary);
  font-family: var(--font-family);
  font-size: 1.6rem;
  padding: 1.2rem 1.6rem;
  width: 100%;
}

/*select {
  border: 0;
  color: #fff;
  height: 1px;
}*/
input[type=file] {
  border: 0.1rem solid #fff;
  display: block;
  padding: 0;
  width: auto;
}

input[type=text]:focus,
input[type=password]:focus,
input[type=email]: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[type=text].readonly,
input[type=password].readonly,
input[type=email].readonly {
  background-color: #e6e6e6;
  color: var(--color-text-secondary);
}

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

input[type=text]::placeholder,
input[type=password]::placeholder,
input[type=email]::placeholder {
  color: var(--color-text-secondary);
}

img {
  font-style: italic;
  vertical-align: middle;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  font-size: 1.5rem;
}

p {
  color: var(--color-text-primary);
  font-size: 1.5rem;
}

.d-block {
  display: block !important;
}

.d-none {
  display: none !important;
}

.turbo-progress-bar {
  background-color: var(--color-primary);
}

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

/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/** 2. Layout */
/* 2.1. General */
.l-container {
  min-height: 100%;
  overflow: hidden;
  position: relative;
  z-index: 2;
}

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

@media (min-width: 768px) {
  body > .l-container::after {
    height: 7.2rem;
  }
}
/* --------------- */
/* 2.2. Header */
.l-header {
  background-color: #fff;
  -webkit-box-shadow: 0 0 0 #ccc;
  -moz-box-shadow: 0 0 0 #ccc;
  box-shadow: 0 0 0 #ccc;
  min-height: 6.4rem;
  padding: 1.8rem 0;
  position: relative;
  width: 100%;
}

.l-header__container {
  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: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 auto;
  max-width: var(--width-container);
  overflow: hidden;
  position: relative;
  width: 92%;
}

.l-header__logo {
  padding: 0.5rem 0;
  vertical-align: middle;
}

.l-header__logo img {
  display: block;
  max-width: 16rem;
  width: 100%;
}

.l-header__logo img.l-header__img--white {
  display: none;
}

.l-header__multi {
  margin-inline: auto;
}
.l-header__multi p, .l-header__multi a {
  font-size: 2rem;
  font-weight: bold;
}
.l-header__multi p {
  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-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0;
  text-align: center;
}
.l-header__multi p.l-header__expires-on {
  font-weight: lighter;
  font-size: 1.4rem;
}
@media screen and (max-width: 768px) {
  .l-header__multi p.l-header__expires-on {
    font-size: 1rem;
  }
}
.l-header__multi a {
  margin: 0;
}
.l-header__multi span {
  display: none;
}
.l-header__multi.end {
  margin-left: auto;
  margin-right: 0;
}
.l-header__multi.end p {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  text-align: right;
}

.l-header__icon {
  background: transparent url(/assets/icons/icon-gift-51b477d988d60e8a445f86203832093e0398ffa43254f40c64afcc8288cb6046.svg) no-repeat scroll center center;
  background-size: contain;
  display: inline-block;
  height: 2rem;
  width: 2rem;
}

@media (min-width: 991px) {
  .l-header {
    padding: 2.5rem 0;
  }
  .l-header__container {
    overflow: hidden;
  }
  .l-header__logo img {
    max-width: 19rem;
  }
  .l-header__multi {
    padding-inline: 2rem;
  }
  .l-header__multi:not(.end) {
    margin-right: auto;
    margin-left: 0;
  }
  .l-header__multi p, .l-header__multi a {
    font-size: 1.6rem;
    text-align: left;
  }
  .l-header__multi p {
    -webkit-box-pack: left;
    -ms-flex-pack: left;
    justify-content: left;
  }
  .l-header__multi a {
    text-decoration: underline;
  }
  .l-header__multi span {
    display: inline;
  }
  .l-header__multi .l-header__icon {
    display: none;
  }
}
/* --------------- */
/* 2.3. Menu */
.l-menu {
  display: none;
}

.l-menu.navbar {
  padding: 0;
}

.l-menu ul {
  float: right;
  margin: 0;
  text-align: right;
  width: 100%;
}

.l-menu li {
  position: relative;
}

.l-menu a {
  color: #292929;
  display: block;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 2.1rem;
  padding: 1rem;
  position: relative;
  text-decoration: none;
}

.l-menu a:hover,
.l-menu a.active {
  color: var(--color-primary);
  text-decoration: none;
}

.l-menu a i {
  margin-right: 0.625rem;
}

@media (min-width: 991px) {
  .l-menu {
    display: block;
    float: right;
  }
  .l-menu__mobile {
    display: none;
  }
  .l-menu li {
    display: inline-block;
    margin-left: 1rem;
    vertical-align: middle;
  }
  .l-menu li:first-child {
    margin-left: 0;
  }
  .l-menu li a {
    line-height: 1.35;
    padding: 0.5rem;
  }
  .l-menu li a em {
    display: none;
  }
}
/* --------------- */
/* 2.4. Page */
.l-page {
  overflow: hidden;
  /* padding-bottom: 2rem; */
  width: 100%;
}

.l-page__container {
  margin: 0 auto;
  max-width: var(--width-container);
  width: 92%;
}

.l-page__headline {
  overflow: hidden;
  padding: 3rem 0;
  width: 100%;
}
.l-page__headline h1, .l-page__headline h2 {
  margin: 1rem 0 0;
}

.l-page__headline h2 span {
  font-weight: 400;
}

.l-page__title {
  overflow: hidden;
  width: 100%;
}

.l-page__title h2 {
  font-size: 2.4rem;
  margin-bottom: 0.5rem;
}

.l-page__title p {
  font-size: 1.8rem;
  margin: 0;
}

.l-page__content {
  padding-bottom: 2rem;
}

.l-page__general {
  overflow: hidden;
  width: 100%;
}

.l-page__box {
  overflow: hidden;
  padding: 2rem 0;
  text-align: center;
  width: 100%;
}

.l-page__button {
  overflow: hidden;
  text-align: center;
  width: 100%;
}
.l-page__button--right {
  text-align: right;
}

@media (min-width: 768px) {
  .l-page__general {
    padding: 3.125rem 0;
  }
}
.l-page__general {
  padding-top: 0;
}

.l-page__section {
  overflow: hidden;
  padding: 5rem 0;
  position: relative;
  width: 100%;
}

.l-page__section--grey {
  background-color: var(--color-secondary);
}

.l-page__section--grey h2 {
  color: #fff;
  font-size: 2.4rem;
  margin-bottom: 3rem;
}

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

.l-page__buttons {
  overflow: hidden;
  width: 100%;
}

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

.l-page__buttons a {
  margin: 0 0.5rem 1rem;
  padding: 1.7rem 4rem;
}

/* --------------- */
/* 2.5. Footer */
.l-footer {
  background-color: var(--color-secondary);
  margin-top: -202px;
  min-height: 202px;
  overflow: hidden;
  position: relative;
  text-align: center;
  width: 100%;
  z-index: 10;
}

.l-footer__container {
  margin: 0 auto;
  max-width: var(--width-container);
  width: 92%;
}

.l-footer__list {
  margin: 0;
  overflow: hidden;
  padding: 1.6rem 0;
  text-align: left;
  width: 100%;
}

.l-footer__list li {
  color: #fff;
  display: block;
  margin: 0;
  text-align: center;
}

.l-footer__list a,
.l-footer__list em {
  color: #fff;
  display: block;
  font-size: 1.3rem;
  font-style: normal;
  padding: 0.8rem 0 0.8rem 1.6rem;
}

.l-footer__list a:hover {
  text-decoration: underline;
}

@media (min-width: 768px) {
  .l-footer {
    margin-top: -72px;
    min-height: 72px;
  }
  .l-footer__list {
    text-align: center;
  }
  .l-footer__list li {
    display: inline-block;
    position: relative;
    margin: 0;
  }
  .l-footer__list li::before {
    color: #fff;
    content: "|";
    display: inline-block;
    font-size: 1.5rem;
    padding: 0 0.5rem;
  }
  .l-footer__list li:first-child::before {
    display: none;
  }
  .l-footer__list a,
  .l-footer__list em {
    color: #fff;
    display: inline-block;
    padding: 1rem;
    position: relative;
  }
}
/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/** 3. Components */
/* 3.0 Categories home */
.c-categories {
  background-color: transparent;
  contain: layout;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 3rem 0 6rem;
  position: relative;
  white-space: nowrap;
  width: 100%;
}

@media screen and (max-width: 768px) {
  .c-categories {
    padding: 2rem 0 3rem;
  }
}
@media screen and (max-width: 414px) {
  .c-categories {
    padding: 1rem 0 3rem;
  }
}
.c-categories .page-indicator {
  position: absolute;
}

@media screen and (max-width: 964px) {
  .c-categories .page-indicator {
    display: none;
  }
}
.c-categories .c-categories__marquee {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  contain: layout;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  min-height: 35rem;
  overflow: hidden;
  position: relative;
}

.c-categories .c-categories__marquee .c-categories__rows {
  contain: layout;
  left: 0;
  overflow: hidden;
  position: absolute;
  z-index: 1;
}

@media screen and (max-width: 414px) {
  .c-categories .c-categories__marquee .c-categories__rows {
    position: relative;
  }
}
.c-categories .c-categories__marquee .c-categories__rows .c-categories__row {
  --duration: 10s;
  -webkit-animation-play-state: paused;
  animation-play-state: paused;
  -webkit-animation: marquee 60s linear infinite;
  animation: marquee 60s linear infinite;
  contain: layout;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  left: 0;
  position: relative;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  white-space: nowrap;
  width: 100vw;
}

@media screen and (max-width: 768px) {
  .c-categories .c-categories__marquee .c-categories__rows .c-categories__row {
    --duration: 25s;
  }
}
.c-categories .c-categories__marquee .c-categories__rows .c-categories__row .c-categories__first {
  -webkit-animation: marquee 30s linear infinite;
  animation: marquee 30s linear infinite;
}

.c-categories .c-categories__marquee .c-categories__rows .c-categories__row:hover {
  -webkit-animation-play-state: running;
  animation-play-state: running;
}

.c-categories .c-categories__marquee .c-categories__rows .c-categories__row:hover .c-categories__first {
  -webkit-animation-play-state: paused;
  animation-play-state: paused;
}

.c-categories .c-categories__marquee .c-categories__rows .c-categories__row:nth-child(2),
.c-categories .c-categories__marquee .c-categories__rows .c-categories__row:nth-child(2) > div {
  animation-direction: reverse;
}

.c-categories__first span {
  color: #fff;
  font-family: "Raleway", Verdana, Arial, sans-serif;
  font-size: 66px;
  font-weight: 800;
  text-transform: uppercase;
}

.c-categories .c-categories__marquee .c-categories__rows .c-categories__row .c-categories__first span {
  color: transparent;
  cursor: default;
  display: inline-block;
  font-weight: 800;
  text-transform: uppercase;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.c-categories .c-categories__marquee .c-categories__rows .c-categories__row .c-categories__first span::after {
  content: "";
  display: inline;
  margin-right: 0.25ch;
}

@supports (-webkit-text-stroke: 2px grey) {
  .c-categories .c-categories__marquee .c-categories__rows .c-categories__row .c-categories__first span {
    -webkit-text-stroke: 2px grey;
  }
}
.c-categories .c-categories__marquee .c-categories__rows .c-categories__row .c-categories__first span:hover {
  color: white;
}

@keyframes marquee {
  0% {
    -webkit-transform: translate3d(0%, 0, 0);
    transform: translate3d(0%, 0, 0);
  }
  100% {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
@media (min-width: 768px) {
  .c-categories .c-categories__marquee {
    min-height: 28rem;
  }
  .c-categories__first span {
    font-size: 76px;
  }
}
@media (min-width: 1441px) {
  .c-categories .c-categories__marquee {
    min-height: 42rem;
  }
  .c-categories__first span {
    font-size: 96px;
  }
}
/* 3.0.1. Categories  */
.c-carousel--categories ul {
  overflow-x: auto;
  padding: 0 4rem 4rem;
  width: 100%;
  white-space: nowrap;
  scroll-snap-type: x mandatory;
}

.c-carousel--categories li {
  display: inline-block;
  margin-right: 2rem;
  max-width: 28rem;
  vertical-align: top;
  width: 100%;
  scroll-snap-align: center;
}

.c-carousel--categories li:nth-child(2n+2) {
  padding-top: 4rem;
}

.c-carousel--categories li:last-child {
  margin-right: 0;
}

.c-carousel--categories li > a {
  border-radius: 1rem;
  display: block;
  overflow: hidden;
  position: relative;
}

.c-carousel--categories li > a::before {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+100&0+0,0.65+100 */
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:dximagetransform.microsoft.gradient(startColorstr="#00000000", endColorstr="#a6000000", GradientType=0); /* IE6-9 */
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}

.c-carousel--categories li > a:hover::before {
  background: rgba(0, 0, 0, 0.6);
}

.c-carousel--categories li img {
  display: block;
  width: 100%;
}

.c-carousel--categories li h3 {
  bottom: 0;
  color: #fff;
  font-size: 1.4rem;
  font-weight: 600;
  left: 0;
  padding: 1.5rem 2.5rem;
  position: absolute;
  white-space: normal;
  z-index: 2;
}

.c-carousel--categories li h3 strong {
  display: block;
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1.1;
  margin-top: 0.8rem;
}

@media (min-width: 768px) {
  .c-carousel--categories li {
    max-width: 33.4rem;
  }
  .c-carousel--categories li h3 strong {
    font-size: 2.6rem;
  }
}
/* 3.1 Buttons */
/* 3.1.1 General */
.c-btn {
  background-color: var(--color-primary);
  border: 0.1rem solid var(--color-primary);
  -webkit-border-radius: 5rem;
  -moz-border-radius: 5rem;
  border-radius: 5rem;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 1.6rem;
  font-weight: bold;
  padding: 1.2rem 3rem;
  text-align: center;
  -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-color: var(--color-secondary);
  color: #fff;
  text-decoration: none;
}

.c-btn i {
  margin-right: 1rem;
}

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

.c-btn--secondary:hover {
  background-color: var(--color-primary);
  border: 0.1rem solid var(--color-primary);
  color: #fff;
}

.c-btn--border {
  background-color: #fff;
  border: 0.1rem solid var(--color-primary);
  color: var(--color-primary);
}

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

.c-btn--disabled,
.c-btn--disabled:hover,
.c-btn--disabled:focus {
  background-color: #ddd;
  border: 0 none;
  color: #929292;
}

.c-btn-float {
  position: fixed;
  bottom: 20px;
  right: 20px;
}

/* 3.1.2 Mobile */
.c-button__mobile {
  overflow: hidden;
  position: relative;
  vertical-align: middle;
}

.c-button__mobile button {
  background: transparent none no-repeat scroll 0 0;
  border: 0 none;
  cursor: pointer;
  display: inline-block;
  height: 3rem;
  outline: none;
  overflow: hidden;
  padding: 0;
  position: relative;
  vertical-align: middle;
  width: 3rem;
}

.c-button__mobile button:focus {
  outline: none;
}

.c-button__mobile button span {
  margin: 0 auto;
  position: relative;
}

.c-button__mobile button span::before,
.c-button__mobile button span::after {
  position: absolute;
  content: "";
}

.c-button__mobile button span,
.c-button__mobile button span::before,
.c-button__mobile button span::after {
  width: 3rem;
  height: 0.4rem;
  background-color: var(--color-primary);
  display: block;
}

.c-button__mobile button span::before {
  margin-top: -0.9rem;
}

.c-button__mobile button span::after {
  margin-top: 0.9rem;
}

.c-button__mobile button span {
  -webkit-transition-duration: 0s;
  transition-duration: 0s;
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}

.c-button__mobile button span::before {
  -webkit-transition-property: margin, -webkit-transform;
  transition-property: margin, transform;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -webkit-transition-delay: 0.2s, 0s;
  transition-delay: 0.2s, 0s;
}

.c-button__mobile button span::after {
  -webkit-transition-property: margin, -webkit-transform;
  transition-property: margin, transform;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -webkit-transition-delay: 0.2s, 0s;
  transition-delay: 0.2s, 0s;
}

@media (min-width: 991px) {
  .c-button__mobile {
    display: none;
  }
}
/* --------------- */
/* 3.2 Listas */
.c-list {
  overflow: hidden;
  width: 100%;
}
.c-list li {
  color: var(--color-text-primary);
  margin: 0 0 1rem;
  position: relative;
}
.c-list li:last-child {
  margin-bottom: 0;
}
.c-list--points li {
  padding: 0 0 0 2rem;
}
.c-list--points li::before {
  background-color: var(--color-secondary);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  content: "";
  display: block;
  height: 0.5rem;
  left: 0;
  position: absolute;
  top: 0.7rem;
  width: 0.5rem;
}
.c-list--points ul {
  margin-top: 1.2rem;
}
.c-list--points ul li::before {
  background-color: #fff;
  border: 1px solid var(--color-secondary);
}
.c-list--letters li {
  padding: 0 0 0 2rem;
}
.c-list--letters li span {
  color: var(--color-secondary);
  font-weight: bold;
  left: 0;
  line-height: 1.2;
  position: absolute;
  top: 0;
}
.c-list--numbers {
  counter-reset: section;
  padding-left: 0;
}
.c-list--numbers li {
  counter-increment: section;
  list-style: none;
  margin-bottom: 1rem;
  padding-left: 2rem;
  position: relative;
}
.c-list--numbers li::before {
  color: var(--color-primary);
  content: counter(section) ". ";
  font-size: 1.5rem;
  font-weight: bold;
  position: absolute;
  left: 0;
  top: 0;
}

/* --------------- */
/* 3.4 Links */
.c-link--mailto {
  color: var(--color-primary);
  font-weight: bold;
}

.c-link--mailto:hover {
  color: var(--color-secondary);
  text-decoration: underline;
}

.c-link--back {
  font-size: 1.4rem;
  font-weight: 700;
}
.c-link--back:hover {
  text-decoration: none;
}

.c-link--back::before {
  border: solid var(--color-primary);
  border-width: 0 2px 2px 0;
  content: "";
  display: inline-block;
  margin-right: 1rem;
  padding: 0.3rem;
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  vertical-align: middle;
}

.c-link--back:hover::before {
  border-color: var(--color-secondary);
}

.c-link--back span {
  display: inline-block;
  line-height: 1;
  vertical-align: middle;
}

/* --------------- */
/* 3.5 Tablas */
.table__content {
  -webkit-box-shadow: 0 4px 14px rgba(0, 0, 0, 0.1);
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 2rem;
  border-radius: 2rem;
  display: block;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  padding: 2rem 3rem;
  width: 100%;
}

.c-table {
  width: 100%;
}
.c-table th, .c-table td {
  font-size: 1.6rem;
  padding: 1rem 1.5rem;
  text-align: left;
}
.c-table th {
  border-bottom: 0.1rem solid #DBDBDB;
  font-weight: 700;
}
.c-table td {
  font-weight: 400;
}
.c-table__center {
  text-align: center;
}
.c-table__left {
  text-align: left;
}
.c-table__right {
  text-align: right;
}
.c-table__link a {
  display: inline-block;
  padding-left: 3rem;
  position: relative;
}
.c-table__link a i {
  left: 0;
  position: absolute;
  top: 0;
}

/* --------------- */
/* 3.6 Imagen */
.c-img--left {
  float: left;
  margin-right: 1rem;
}

.c-img--right {
  float: right;
  margin-left: 1rem;
}

/* --------------- */
/* 3.7 Select */
.c-select {
  -moz-border-radius: 5rem;
  -webkit-border-radius: 5rem;
  background-attachment: scroll;
  background-clip: border-box;
  background-color: #fff;
  background-origin: padding-box;
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: auto 100%;
  border-radius: 5rem;
  border: 1px solid #ccc;
  display: flex;
  overflow: hidden;
  padding: 0.1rem 0 0 0;
  position: relative;
}

.c-select:focus {
  box-shadow: none !important;
  border-color: #2e98b8 !important;
}

.c-select__multiple {
  margin-bottom: 2rem;
  overflow: hidden;
  width: 100%;
}

.c-select__multiple select {
  padding: 1.2rem;
}

.c-select::after {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  background: transparent url(/img_bg_select.png) no-repeat scroll 0 0;
  background-size: auto 100%;
  content: "";
  pointer-events: none;
  position: absolute;
  right: 1rem;
  top: 6px;
  width: 3rem;
  height: 3rem;
  border-radius: 0;
}

.c-select select {
  -webkit-border-radius: 5rem;
  -moz-border-radius: 5rem;
  border-radius: 5rem;
  -moz-appearance: caret;
  -moz-osx-font-smoothing: grayscale;
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  appearance: none;
  background: #fff none repeat scroll 0 0;
  border: 0 none;
  cursor: pointer;
  font-size: 1.4rem;
  height: auto;
  color: #292929;
  line-height: 1.1;
  margin: 0;
  outline: medium none;
  overflow: hidden;
  padding: 1.5rem 5.5rem 1.5rem 1.5rem;
  width: 100%;
}

.c-select select:focus {
  background-color: transparent;
}

.c-select select::-ms-expand {
  display: none;
}

/* --------------- */
/* 3.8 Icon */
.c-icon__arrow {
  border: solid var(--color-primary);
  border-width: 0 2px 2px 0;
  display: inline-block;
  height: 1.2rem;
  font-size: 1rem;
  padding: 2px;
  width: 1.2rem;
}

.c-icon__arrow--left {
  transition: all 0.2s ease;
  -webkit-transform: rotate(45deg);
  transform: rotate(135deg);
}

.c-icon__arrow--right {
  transition: all 0.2s ease;
  -webkit-transform: rotate(45deg);
  transform: rotate(-45deg);
}

/* --------------- */
/* 3.9 Finder */
.c-finder {
  min-height: 16.4rem;
  overflow: hidden;
  padding: 3rem 0;
  text-align: center;
  width: 100%;
}

.c-finder h2 {
  margin-bottom: 1.2rem;
}

.c-finder__search {
  background-color: #fff;
  -webkit-border-radius: 2rem;
  border-radius: 2rem;
  -webkit-box-shadow: 0 4px 14px rgba(0, 0, 0, 0.1);
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.1);
  margin: 0 auto;
  max-width: 45rem;
  padding: 1rem 2rem;
  position: relative;
  width: 100%;
}

.c-finder__search--private {
  max-width: 65rem;
  min-height: 7.1rem;
}
.c-finder__search--private .ts-control > .clear-button {
  display: none;
}

.c-finder__search input[type=text] {
  -webkit-border-radius: 0;
  border-radius: 0;
  border: 0 none;
  font-size: 1.4rem;
  font-weight: 300;
  margin: 0;
  padding: 1rem 2rem 1rem 0;
}

.c-finder__search input[type=submit] {
  position: absolute;
  right: 1rem;
  top: 1rem;
  width: 15rem;
}

.ts-control {
  border: 0 none;
}

.ts-control input {
  background: transparent url(/assets/icons/icon-arrow-bottom-b53f861e6160f8fc3e781c5da50bc04742b05a1e8690b6a39044c0c57a7c3d27.svg) no-repeat scroll right center !important;
  -webkit-background-size: 1.5rem !important;
  background-size: 1.5rem !important;
  padding-right: 2rem !important;
}

.c-finder__search > ul {
  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: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin: 0;
  padding: 0;
}

.c-finder__search > ul > li {
  border-bottom: 0.1rem solid var(--color-bkg-secondary);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
  padding: 0.6rem 0 0;
  position: relative;
  text-align: left;
}

.c-finder__search > ul > li > span {
  font-size: 1.1rem;
  font-weight: 700;
}

.c-finder__close {
  background-color: var(--color-primary);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  bottom: 1.4rem;
  color: #fff;
  height: 2rem;
  position: absolute;
  right: 0.6rem;
  text-align: center;
  width: 2rem;
}

.c-finder__close::before,
.c-finder__close::after {
  background-color: #fff;
  content: " ";
  height: 1.4rem;
  left: 0.9rem;
  position: absolute;
  top: 0.3rem;
  width: 0.2rem;
}

.c-finder__close::before {
  transform: rotate(45deg);
}

.c-finder__close::after {
  transform: rotate(-45deg);
}

@media (min-width: 768px) {
  .c-finder__search > ul {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .c-finder__search > ul > li {
    border-bottom: 0 none;
    border-right: 0.1rem solid var(--color-bkg-secondary);
    padding-right: 1rem;
    width: 48%;
  }
}
@media (min-width: 991px) {
  .c-finder {
    min-height: 20.4rem;
    padding: 5rem 0;
  }
}
.c-finder__search button[type=submit] {
  /*
  background: var(--color-primary) url(/../images/icons/icon-search.svg) no-repeat scroll center center;
  background-size: 3rem;
  */
  height: 56px;
  margin-top: 1.5rem;
  padding: 0;
  position: relative;
  right: auto;
  text-align: center;
  top: auto;
  width: 56px;
}

.c-finder__search button[type=submit] svg {
  width: 25px;
  height: 25px;
}

.c-finder__search button[type=submit]:hover {
  background-color: var(--color-secondary);
}

@media (min-width: 768px) {
  .c-finder__search {
    -webkit-border-radius: 5rem;
    -moz-border-radius: 5rem;
    border-radius: 5rem;
    padding-left: 3rem;
    padding-right: 8rem;
  }
  .c-finder__search button[type=submit] {
    margin: 0;
    position: absolute;
    right: 1rem;
    top: 50%;
    transform: translateY(-50%);
  }
}
.c-finder__search--home {
  -webkit-border-radius: 5rem;
  border-radius: 5rem;
  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: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  padding: 1.5rem 2rem 1.3rem 2rem;
}
@media screen and (min-width: 768px) {
  .c-finder__search--home {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row;
    flex-flow: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 0;
  }
}
.c-finder__search--home input[type=submit] {
  margin: auto;
  position: relative;
  right: auto;
  top: auto;
  width: max-content;
}
@media screen and (min-width: 768px) {
  .c-finder__search--home input[type=submit] {
    margin: 0;
  }
}
.c-finder__search--home input[type=text] {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .c-finder__search--home input[type=text] {
    text-align: left;
  }
}

/* --------------- */
/* 3.10 Carosuel */
.c-carousel {
  /* overflow: hidden; */
  padding: 4rem 0 2rem;
  width: 100%;
}

.c-carousel__wrapper {
  /* overflow: hidden; */
  width: 100%;
}

.c-carousel__wrapper ul {
  margin: 0;
  padding: 0;
  text-align: center;
}

.c-carousel__wrapper li {
  position: relative;
}

.c-carousel__content {
  -webkit-border-radius: 1rem;
  -moz-border-radius: 1rem;
  border-radius: 1rem;
  max-width: 100%;
  overflow: hidden;
  width: 100%;
}

.c-carousel__content img {
  display: block;
  max-width: 100%;
  width: 100%;
}

.c-carousel__content em {
  background-color: var(--color-outstanding-primary);
  -webkit-border-radius: 1rem 0 0 1rem;
  -moz-border-radius: 1rem 0 0 1rem;
  border-radius: 1rem 0 0 1rem;
  color: #fff;
  font-size: 1rem;
  font-style: normal;
  font-weight: 700;
  padding: 0.8rem;
  position: absolute;
  right: 0;
  top: 1rem;
}

.c-carousel__content h3 {
  bottom: 0;
  color: #fff;
  font-size: 1rem;
  font-weight: 600;
  left: 0;
  margin: 0;
  padding: 2rem 4rem;
  position: absolute;
  width: 100%;
  white-space: normal;
}

.c-carousel__content h3 strong {
  display: block;
  font-size: 1.8rem;
  font-weight: 700;
  margin-top: 0.8rem;
}

/* 3.10.1 Outstanding */
.c-carousel--outstanding .c-carousel__wrapper ul {
  /*
  display: inline-block;
  */
  margin: 0;
  overflow: hidden;
  padding: 0;
  white-space: nowrap;
}

.c-carousel--outstanding .c-carousel__wrapper ul.splide__list {
  overflow: visible;
}

.c-carousel--outstanding .c-carousel__wrapper li {
  display: inline-block;
  padding-left: 8rem;
}

.c-carousel__wrapper li {
  padding-left: 0;
}

.c-carousel--outstanding .c-carousel__number {
  /* -webkit-backdrop-filter: blur(20px);
    backdrop-filter: blur(20px); */
  bottom: 0;
  color: rgba(230, 230, 230, 0.8);
  font-family: "CircularStd-Black", arial, sans-serif;
  font-size: 18rem;
  left: 0;
  line-height: 0.68;
  position: absolute;
  text-align: right;
  -webkit-text-shadow: 7px 4px 11px rgba(0, 0, 0, 0.1);
  text-shadow: 7px 4px 11px rgba(0, 0, 0, 0.1);
  width: 11rem;
  z-index: 1;
}

.c-carousel--outstanding .c-carousel__content {
  position: relative;
}

.c-carousel--outstanding .c-carousel__content::before {
  background: -o-linear-gradient(270.13deg, rgba(61, 61, 61, 0) 15.27%, rgba(37, 37, 37, 0.54) 63.28%, rgba(39, 39, 39, 0.79) 99.89%);
  background: linear-gradient(179.87deg, rgba(61, 61, 61, 0) 15.27%, rgba(37, 37, 37, 0.54) 63.28%, rgba(39, 39, 39, 0.79) 99.89%);
  -webkit-border-radius: 1rem;
  -moz-border-radius: 1rem;
  border-radius: 1rem;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.c-carousel--outstanding .link {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.c-carousel--outstanding .c-carousel__wrapper ul {
  white-space: nowrap;
  padding-bottom: 2rem !important;
}

.c-carousel--outstanding {
  width: 90%;
}

.c-carousel--outstanding .splide__arrows {
  margin: 0 auto;
  max-width: var(--width-container);
  position: relative;
  width: 92%;
}

.c-carousel--outstanding .splide__arrow {
  background: #fff;
  box-shadow: 0 4px 60px rgba(0, 0, 0, 0.1);
  height: 60px;
  width: 60px;
  opacity: 1;
}

.c-carousel--outstanding .splide__arrow svg {
  fill: #3d3d3d;
  height: 1.4em;
  width: 1.4em;
}

.c-carousel--outstanding.slide__gift .splide__arrows {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
}

.c-carousel--outstanding.slide__gift .splide__arrow.splide__arrow--next {
  right: -10%;
  top: 50%;
  transform: translateY(-50%);
}

.c-carousel__number {
  bottom: 0;
  color: rgba(230, 230, 230, 0.8);
  font-family: "CircularStd-Black", arial, sans-serif;
  font-size: 18rem;
  left: 0;
  line-height: 0.68;
  position: absolute;
  text-align: right;
  -webkit-text-shadow: 7px 4px 11px rgba(0, 0, 0, 0.1);
  text-shadow: 7px 4px 11px rgba(0, 0, 0, 0.1);
  width: 11rem;
  z-index: 1;
}

.c-carousel--outstanding.slide__gift .splide__arrow--prev {
  display: none;
}

.c-carousel__content {
  position: relative;
}

.c-carousel__content::before {
  background: -o-linear-gradient(270.13deg, rgba(61, 61, 61, 0) 15.27%, rgba(37, 37, 37, 0.54) 63.28%, rgba(39, 39, 39, 0.79) 99.89%);
  background: linear-gradient(179.87deg, rgba(61, 61, 61, 0) 15.27%, rgba(37, 37, 37, 0.54) 63.28%, rgba(39, 39, 39, 0.79) 99.89%);
  -webkit-border-radius: 1rem;
  -moz-border-radius: 1rem;
  border-radius: 1rem;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

/* 3.11 Color */
.c-color--green {
  color: var(--color-outstanding-primary);
}

.c-color--blue {
  color: var(--color-outstanding-secondary);
}

/* 3.12 Form  */
.c-form {
  -webkit-border-radius: 1rem;
  -moz-border-radius: 1rem;
  border-radius: 1rem;
  -webkit-box-shadow: 1px 2px 5px #ccc;
  box-shadow: 1px 2px 7px #ccc;
  margin: 0 0.5%;
  overflow: hidden;
  padding: 2rem;
  width: 99%;
}

.c-form--small {
  margin: 0 auto;
  max-width: 50rem;
}

.c-form label,
.c-form span,
.c-form em {
  color: #292929;
  display: block;
  font-size: 1.5rem;
  font-style: normal;
}

.c-form label {
  font-size: 1.6rem;
  font-weight: bold;
  margin-bottom: 0.7rem;
}

.c-form label.error,
.c-form em.error {
  color: #9d2235;
  font-style: normal;
  font-weight: bold;
  margin: 0;
  padding-top: 0.6rem;
}

.c-form .checkbox-btn label,
.c-form .checkbox-btn span {
  font-size: 1.4rem;
  font-weight: normal;
}

.c-form .checkbox-btn label.error {
  left: -20px;
  margin-bottom: 10px;
  position: relative;
}

.c-form .checkbox-btn a {
  font-weight: 600;
  text-decoration: underline;
}

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

.c-form select {
  background: transparent url(/assets/icons/icon-arrow-bottom-b53f861e6160f8fc3e781c5da50bc04742b05a1e8690b6a39044c0c57a7c3d27.svg) no-repeat scroll calc(100% - 1rem) center;
  -webkit-background-size: 1.5rem;
  background-size: 1.5rem;
}

.c-form-select {
  background: transparent url(/assets/icons/icon-arrow-bottom-b53f861e6160f8fc3e781c5da50bc04742b05a1e8690b6a39044c0c57a7c3d27.svg) no-repeat scroll calc(100% - 1rem) center;
  -webkit-background-size: 1.5rem;
  background-size: 1.5rem;
  border: 0 none;
  -webkit-box-shadow: 0 0 0.6rem rgba(0, 0, 0, 0.25);
  box-shadow: 0 0 0.6rem rgba(0, 0, 0, 0.25);
  margin: 1%;
  padding-right: 2rem;
  width: 98%;
}

.c-form input.error,
.c-form select.error {
  border-color: #e80000;
}

.c-error p {
  color: #e80000;
  font-weight: bold;
}

.c-form__section {
  margin-bottom: 1.5rem;
  overflow: hidden;
  width: 100%;
}

.c-form__section--1 .c-form__box {
  width: 100%;
}

.c-form__section--2 .c-form__box,
.c-form__section--2 > div,
.c-form__section--3 .c-form__box,
.c-form__section--3 > div,
.c-form__section--4 .c-form__box,
.c-form__section--4 > div {
  margin-bottom: 1.2rem;
  width: 100%;
}

.c-form__button {
  margin-top: 2rem;
  overflow: hidden;
  position: relative;
  text-align: center;
  width: 100%;
}

.c-form__button .c-btn {
  min-width: 20rem;
}

@media (min-width: 768px) {
  .c-form {
    padding: 4rem 5rem;
  }
  .c-form__section--2 .c-form__box,
  .c-form__section--2 > div {
    float: left;
    margin-bottom: 0;
    margin-right: 2%;
    width: 49%;
  }
  .c-form__section--2 .c-form__box:last-child,
  .c-form__section--2 > div:last-child {
    margin-right: 0;
  }
  .c-form__section--2 .c-form__box.c-form__box--70,
  .c-form__section--2 > div.c-form__box--70 {
    width: 70%;
  }
  .c-form__section--2 .c-form__box.c-form__box--28,
  .c-form__section--2 > div.c-form__box--28 {
    width: 28%;
  }
  .c-form__section--3 .c-form__box,
  .c-form__section--3 > div {
    float: left;
    margin-bottom: 0;
    margin-right: 2%;
    width: 32%;
  }
  .c-form__section--3 .c-form__box:last-child,
  .c-form__section--3 > div:last-child {
    margin-right: 0;
  }
  .c-form__section--4 .c-form__box,
  .c-form__section--4 > div {
    float: left;
    margin-bottom: 0;
    margin-right: 2%;
    width: 23.5%;
  }
  .c-form__section--4 .c-form__box:last-child,
  .c-form__section--4 > div:last-child {
    margin-right: 0;
  }
}
.c-form__error {
  overflow: hidden;
  width: 100%;
}

.c-form__error:has(p:not(:empty)) {
  margin-top: 1rem;
}

.c-form__error--check {
  margin: 0 0 1rem;
}

.c-form__error p {
  color: #e80000;
  font-weight: bold;
  margin: 0;
  text-align: left;
}

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

/* 3.13 Check and Radio */
.checkbox-btn,
.radio-btn {
  position: relative;
  padding-left: 20px;
}

.checkbox-btn input[type=checkbox],
.radio-btn input[type=checkbox] {
  border: 0 none;
  cursor: pointer;
  height: 24px !important;
  left: 0;
  margin: 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;
  line-height: 24px;
  vertical-align: middle;
  position: relative;
  padding-left: 20px;
  user-select: none;
  color: #333;
}

.checkbox-btn label::after,
.radio-btn label::after {
  position: absolute;
  content: "";
  width: 24px;
  height: 24px;
  left: 0;
  top: 0;
  margin-left: -20px;
  background-color: #fff;
  border: 1px solid #cdcdcd;
  -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 #303030;
  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: #222;
}

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

.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: #fff;
}

.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 span::after {
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background-clip: padding-box;
}

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

/* 3.14. Print  */
.c-print {
  margin: 2rem auto;
  max-width: 90rem;
  overflow: hidden;
  text-align: right;
  width: 100%;
}

.c-print .c-btn {
  width: 24rem;
}

.c-print .c-btn img {
  display: inline-block;
  max-width: 2rem;
  vertical-align: middle;
}

.c-print .c-btn span {
  display: inline-block;
  margin-left: 1rem;
  vertical-align: middle;
}

/* 3.15 Modal */
.c-modal {
  background-color: rgba(0, 0, 0, 0.7);
  height: 100%;
  position: fixed;
  left: 0;
  outline: 0;
  overflow-x: hidden;
  overflow-y: auto;
  top: 0;
  width: 100%;
  z-index: 1050;
}

.open .c-modal {
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
  display: block;
}

.c-modal__container {
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -25%);
  transform: translate(0, -25%);
  margin: 10rem auto;
  max-width: 65rem;
  position: relative;
  width: 94%;
}

.open .c-modal__container {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}

.c-modal__content {
  background-color: #fff;
  -webkit-border-radius: 2rem;
  -moz-border-radius: 2rem;
  border-radius: 2rem;
  padding: 3rem;
  text-align: center;
}

.c-modal__content p {
  font-size: 1.8rem;
}

.c-modal__buttons {
  display: flex;
  flex-flow: row;
  gap: 1rem;
  justify-content: center;
  margin-top: 3rem;
}

.c-modal__close {
  display: flex;
  flex-flow: row;
  justify-content: flex-end;
  margin: 0 0 1.5rem;
}
.c-modal__close button {
  border: 0 none;
  color: var(--color-primary);
  cursor: pointer;
}
.c-modal__close button:hover {
  color: var(--color-secondary);
}

/** 3.16. Expired */
.c-expired {
  overflow: hidden;
  padding: 5vh 5vw;
  text-align: center;
  width: 100%;
}
.c-expired h1 {
  font-size: 3rem;
}

/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/** 4. Pages */
/* 4.1. Index */
.p-index--belleza_salud {
  background-image: url(/assets/background/belleza-89ea2784443d242a27700b478cd2cfaece6dc9026ebdc2169f5b1fa5aca430fe.jpg);
}

.p-index--deporte_aventura {
  background-image: url(/assets/background/deportes-9cebceafdbbff1a725363048af6597fb167677c7a3a918ac0f3f21cf02cfdcce.jpg);
}

.p-index--solidario {
  background-image: url(/assets/background/solidario-bb6ab85af36b68310cfa939ecca17cf930593d8a9ab970290950735cabb21abe.jpg);
}

.p-index--gastronomia {
  background-image: url(/assets/background/gastronomia-f32b3c9900cdad0c230b1ec04c6b6535a774473b3248b00a96e79eba7db90800.jpg);
}

.p-index--infantil {
  background-image: url(/assets/background/infantil-7cb082df8febad5d9caae6a53645dc704cfa379c0ece25c50e03af58d7249894.jpg);
}

.p-index--ocio {
  background-image: url(/assets/background/ocio-a86f5aaa8063c227f2a22974c1c50b200f25a554a754b49ee2efb80b10fbce2b.jpg);
}

.p-index--entretenimiento {
  background-image: url(/assets/background/entretenimiento-9316cb2ce80350595e0795135c88e072ee8025eb3794b3b2ae1e3df092b3d9e0.jpg);
}

.sessions.new {
  background-attachment: fixed;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
}

[class*=p-index--] {
  background-color: #000;
}

/* 4.1.1 Header */
[class*=p-index--] .l-header {
  background-color: transparent;
}

.sessions.new .l-header {
  -webkit-box-shadow: 0 0 0 transparent;
  -moz-box-shadow: 0 0 0 transparent;
  box-shadow: 0 0 0 transparent;
}

[class*=p-index--] .l-header__logo img.l-header__img--color {
  display: none;
}

[class*=p-index--] .l-header__logo img.l-header__img--white {
  display: inline-block;
}

[class*=p-index--] .c-categories .c-categories__marquee .c-categories__rows .c-categories__row .c-categories__first span {
  -webkit-text-stroke: 2px #fff;
}

@media (min-width: 991px) {
  [class*=p-index--] .l-menu li a {
    color: #fff;
  }
}
/* 4.1.2 Finder */
[class*=p-index--] .c-finder > .l-page__container {
  display: none;
}

/* 4.1.3 Footer */
.sessions .l-footer {
  background-color: transparent;
}

.sessions .l-footer__list a {
  color: var(--color-text-primary);
}

[class*=p-index--] .l-footer__list a {
  color: #fff;
}

.sessions .l-footer__list li::before {
  color: var(--color-text-primary);
}

[class*=p-index--] .l-footer__list li::before {
  color: #fff;
}

.zones.index {
  background-color: #fff;
}

.zones.index .c-finder {
  border-bottom: 0.1rem solid #efefef;
  overflow: visible;
  padding: 5rem 0;
}

.zones.index .c-finder h2 {
  margin-bottom: 2.5rem;
}

@media (min-width: 991px) {
  .zones.index .c-finder {
    background: #f6f8f7 url(/assets/bkg_search_girl-0ae039099b08be80043f381ecb43cf3e134da812a42f4f51f63aa126bce6967b.jpg) no-repeat scroll top right;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    background-size: contain;
    border-bottom: 0 none;
    padding: 8rem 0;
  }
}
/* 4.2. Products */
.p-products__content {
  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: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.p-products__items ul {
  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-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin: 0;
  padding: 0;
}

.p-products__items .p-products__info ul {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}

.p-products__card {
  background-color: #fff;
  -webkit-border-radius: 1rem;
  -moz-border-radius: 1rem;
  border-radius: 1rem;
  box-shadow: 2px 2px 20px rgba(0, 0, 0, 0.05);
  margin: 1.5% 1.5% 4%;
  max-width: 28rem;
  overflow: visible;
  padding-top: 15rem;
  position: relative;
  transition: all 0.6s ease 0s;
  width: 97%;
}

.p-products__card:last-child {
  margin-bottom: 1.5rem;
}

.p-products__card::before {
  background-color: rgba(0, 0, 0, 0.6);
  -webkit-border-radius: 1rem;
  -moz-border-radius: 1rem;
  border-radius: 1rem;
  content: "";
  display: none;
  height: 50%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}

.p-products__card:hover::before {
  display: block;
}

.p-products__card img {
  display: block;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.p-products__card img.p-products__digital {
  left: auto;
  right: -1.5rem;
  top: -1rem;
  width: 7rem;
  z-index: 10;
}

.p-products__description {
  background-color: #fff;
  -webkit-border-radius: 1rem;
  -moz-border-radius: 1rem;
  border-radius: 1rem;
  height: 100%;
  padding: 2rem 1.5rem 1rem;
  position: relative;
  z-index: 2;
}

.p-products__description > span {
  color: var(--color-outstanding-primary);
  display: block;
  font-size: 1rem;
  font-weight: 600;
  margin: 0 0 0.8rem;
}

.p-products__description > h3 {
  color: var(--color-text-primary);
  font-size: 1.8rem;
  font-weight: 700;
  margin-bottom: 1.5rem;
  padding-bottom: 1.5rem;
  position: relative;
}

.p-products__description > h3::before {
  background-color: #e5e5e5;
  bottom: 0;
  content: "";
  height: 0.2rem;
  left: 0;
  position: absolute;
  width: 3.6rem;
}

.p-products__description > p {
  color: var(--color-text-secondary);
  font-size: 1.3rem;
  font-weight: 300;
  margin: 0 0 2rem;
}

.p-products__description > a {
  font-size: 1.5rem;
  width: 100%;
}

.p-products__filters > h2,
.p-products__filters > h3 {
  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: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  color: var(--color-text-secondary);
  font-size: 2rem;
  margin-bottom: 1.5rem;
}

.p-products__items {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

@media (min-width: 520px) {
  .p-products__items ul {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-align: normal;
    -ms-flex-align: normal;
    align-items: normal;
  }
  .p-products__card {
    width: 46%;
  }
}
@media (min-width: 768px) {
  .p-products__card {
    margin: 1.5%;
    max-width: none;
    width: 30.33%;
  }
  .p-products__description {
    min-height: 31rem;
  }
}
@media (min-width: 991px) {
  .p-products__content {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
  }
  .p-products__filters > h2,
  .p-products__filters > h3 {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .p-products__filters {
    width: 27%;
  }
  .p-products__items {
    width: 70%;
  }
  .p-products__card:hover {
    padding-bottom: 7rem;
    padding-top: 7rem;
  }
  .p-products__description > a {
    border: 0 none;
    bottom: 3rem;
    left: 4%;
    opacity: 0;
    position: absolute;
    width: 92%;
    -moz-animation: slide 4s ease 3.5s forwards;
    -webkit-animation: slide 4s ease 3.5s forwards;
    -o-animation: slide 4s ease 3.5s forwards;
    -ms-animation: slide 4s ease 3.5s forwards;
    animation: slide 4s ease 3.5s forwards;
  }
  .p-products__card:hover a.c-btn {
    border: 0.1rem solid var(--color-primary);
    opacity: 1;
  }
  .p-products__card a.c-btn:hover {
    border-color: var(--color-secundary);
  }
}
@media (min-width: 1280px) {
  .p-products__card {
    width: 22%;
  }
  .p-products__filters {
    width: 23%;
  }
  .p-products__items {
    width: 75%;
  }
}
.p-products__info {
  display: flex;
  flex-flow: row;
  justify-content: center;
  margin-bottom: 2rem;
  padding-top: 2rem;
  text-align: center;
  width: 100%;
}
.p-products__info > ul {
  justify-content: center;
}
.p-products__item {
  margin: 0 0.4rem;
}
.p-products__item a {
  color: var(--color-text-primary);
  display: inline-block;
  height: 4rem;
  font-size: 1.8rem;
  padding-top: 1.1rem;
  text-align: center;
  width: 3rem;
}
.p-products__item a:hover {
  color: var(--color-primary);
}
.p-products__item a svg path {
  fill: #ffffff;
}
.p-products__item a i {
  border-color: #fff;
}
.p-products__item.active a {
  color: var(--color-primary);
  font-weight: bold;
}
.p-products__item--arrow a {
  background-color: var(--color-primary);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  font-size: 1.5rem;
  width: 4rem;
}
.p-products__item--arrow a:hover {
  background-color: var(--color-secondary);
}
.p-products__item--arrow a.p-products__link--first, .p-products__item--arrow a.p-products__link--last {
  background-color: var(--color-secondary);
}
.p-products__item--arrow a.p-products__link--first:hover, .p-products__item--arrow a.p-products__link--last:hover {
  background-color: var(--color-primary);
}
.p-products__item.disabled a {
  color: var(--color-text-primary);
  text-decoration: none;
}
.p-products__item.disabled a:hover {
  color: var(--color-text-primary);
  text-decoration: none;
}

/* 4.2 Filters */
.o-filters__bkg {
  background-color: rgba(0, 0, 0, 0.7);
  bottom: 0;
  display: none;
  height: 100%;
  left: 0;
  position: fixed;
  width: 100%;
  z-index: 749;
}

.o-filters__wrapper {
  /*display: none;*/
  margin-bottom: 1.5rem;
  overflow-y: auto;
  /*transform: translateX(100%);*/
  transition: all 0.5s ease 0s;
}

.o-filters__content {
  margin: 0 0 1rem;
  overflow: hidden;
  width: 100%;
}

.o-filters__content:last-child {
  margin-bottom: 0;
}

.o-filters__content > button {
  border: 0.1rem solid var(--color-text-secondary);
  -webkit-border-radius: 5rem;
  -moz-border-radius: 5rem;
  border-radius: 5rem;
  color: var(--color-text-secondary);
  cursor: pointer;
  display: inline-block;
  padding: 1.2rem 2rem;
}

.o-filters__content button:hover,
.o-filters__content button.active {
  border-color: var(--color-secondary);
  color: var(--color-secondary);
  text-decoration: none;
}

.o-filters__selects {
  -webkit-border-radius: 1rem;
  -moz-border-radius: 1rem;
  border-radius: 1rem;
  -webkit-box-shadow: 0 1px 4px #ccc;
  -moz-box-shadow: 0 1px 4px #ccc;
  box-shadow: 0 1px 4px #ccc;
  display: none;
  margin: 1.5rem 0.5% 0.5%;
  padding: 0;
  width: 99%;
}

.o-filters__distance {
  margin: 0;
  overflow: hidden;
  padding: 2rem 1.5rem;
  width: 100%;
}

.o-filters__distance span,
.o-filters__distance label {
  display: block;
  font-weight: bold;
  margin-bottom: 0.8rem;
}

.o-filters__distance input {
  border: 0 none;
  border-radius: 0;
  padding: 0.5rem 0;
}

.o-filters__distance input:focus {
  border: 0 none;
}

.o-filters__buttons {
  border-top: 0.1rem solid #eee;
  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: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 2rem 1.5rem;
}

.o-filters__buttons .c-btn:hover {
  color: #fff;
}

.c-link--delete,
.c-link--delete:hover {
  text-decoration: underline;
}

.o-filters__categories {
  margin: 0;
  overflow: hidden;
  padding: 2rem 1.5rem;
  width: 100%;
}

.o-filters__categories li {
  border-bottom: 0.1rem solid #eee;
  padding: 1.5rem 0;
  position: relative;
}

.o-filters__categories li:last-child {
  border-bottom: 0 none;
}

.o-filters__categories li > div {
  padding-right: 2rem;
}

.o-filters__categories li a {
  color: var(--color-primary);
  font-size: 4rem;
  font-style: normal;
  line-height: 0.5;
  position: absolute;
  right: 0;
  top: 0;
}

.o-filters__categories li a:hover {
  color: var(--color-secondary);
}

.o-filters__categories li a.active {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  color: var(--color-primary);
}

.o-filters__categories li ul {
  display: none;
  margin-top: 1rem;
}

.o-filters__categories li ul.show {
  display: block;
}

.o-filters__categories li li {
  border-bottom: 0 none;
  padding: 0.8rem 0 0.8rem 2rem;
}

@media (min-width: 991px) {
  .o-filters__wrapper {
    display: block;
    overflow-y: visible;
    transform: translateX(0);
  }
  .o-filters__distance,
  .o-filters__content {
    overflow: visible;
  }
}
/** 4.3. Detail */
.p-data__content {
  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: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.p-data__content > div {
  width: 100%;
}

.p-data__image {
  margin-bottom: 2rem;
}

.p-data__description {
  overflow: hidden;
}

.p-data__title {
  border-bottom: 0.1rem solid #eee;
  margin-bottom: 1.5rem;
  overflow: hidden;
  padding-bottom: 1.5rem;
  width: 100%;
}

.p-data__title span {
  font-size: 1.4rem;
  font-weight: 600;
}

.p-data__title h2 {
  font-size: 2.4rem;
  font-weight: 700;
  margin-bottom: 0.5rem;
}

.p-data__title em {
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 500;
}

.p-data__description p {
  color: var(--color-text-tertiary);
  font-size: 1.6rem;
  font-weight: 300;
}

.p-data__description h3 {
  color: var(--color-text-secondary);
  font-size: 1.6rem;
  font-weight: 700;
}

.p-data__info {
  border-top: 0.1rem solid #eee;
  margin-top: 2.5rem;
  overflow: hidden;
  padding-top: 2rem;
  width: 100%;
}

.p-data__info h2,
.p-data__info h3 {
  color: var(--color-text-primary);
  font-size: 1.6rem;
  font-weight: 700;
}

.p-data__info > ul {
  overflow: hidden;
  width: 100%;
}

.p-data__info > ul > li {
  margin: 0 0 0.8rem;
  padding-left: 2.5rem;
  position: relative;
}

.p-data__info > ul > li:last-child {
  margin-bottom: 0;
}

.p-data__info > ul > li img {
  display: block;
  left: 0;
  max-width: 1.8rem;
  position: absolute;
  top: 0;
}

.p-data__info > ul > li > strong {
  display: block;
}

.p-data__info .bv_mainselect {
  background-color: #fff;
  -webkit-border-radius: 5rem;
  -moz-border-radius: 5rem;
  border-radius: 5rem;
  -webkit-box-shadow: 1px 2px 5px #ccc;
  box-shadow: 1px 2px 5px #ccc;
  margin: 0 0.5%;
  padding: 1rem 1.5rem;
  width: 99%;
}

.p-data__info .bv_ul_inner li img {
  max-width: 2rem;
}

@media (min-width: 768px) {
  .p-data__content {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .p-data__content > div {
    width: 48.5%;
  }
  .p-data__content > div.p-data__image {
    width: 30%;
  }
  .p-data__content > div.p-data__description {
    width: 68%;
  }
}
.p-data__box {
  border-top: 0.1rem solid #eee;
  margin-top: 2rem;
  overflow: hidden;
  padding: 3rem 0 1rem;
  width: 100%;
}

.p-data__box--features h2 {
  color: var(--color-text-primary);
  font-size: 1.6rem;
  font-weight: 700;
}

.p-data__box p,
.p-data__box li {
  color: var(--color-text-primary);
  font-size: 1.6rem;
  font-weight: 300;
}

.p-data__list {
  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: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin-top: 2.5rem;
  overflow: hidden;
  width: 100%;
}
.p-data__list ul li {
  padding-left: 0;
}

.p-data__list li {
  margin: 0 0 2.5rem;
  padding-left: 8rem;
  position: relative;
  width: 100%;
}

.p-data__list > li {
  min-height: 7rem;
}

.p-data__list li img {
  left: 0;
  position: absolute;
  top: 0;
  width: 5rem;
}

.p-data__list li span {
  font-size: 1.6rem;
  font-weight: 700;
}

.p-data__list li p {
  font-size: 1.6rem;
  font-weight: 300;
  margin: 0 0 0.5rem;
}

.p-data__list li p:last-child {
  margin: 0;
}

.c-carousel--outstanding.slide__gift--detail {
  width: 90%;
}

.c-carousel--outstanding.slide__gift--detail .c-carousel__wrapper li {
  padding-left: 3rem;
}

.c-carousel--outstanding.slide__gift--detail .splide__arrows {
  display: flex;
  justify-content: flex-end;
  height: 50px;
  margin: -120px auto 20px auto;
  max-width: var(--width-container);
  position: relative;
  width: 92%;
}

.c-carousel--outstanding.slide__gift--detail .splide__arrow {
  background: #fff;
  box-shadow: 0 4px 60px rgba(0, 0, 0, 0.1);
  height: 50px;
  position: relative;
  opacity: 1;
  width: 50px;
  transition: all 0.3s ease;
}

.c-carousel--outstanding.slide__gift--detail .splide__arrow:hover {
  opacity: 0.88;
  transform: translateY(-50%) scale(0.98);
}

.c-carousel--outstanding.slide__gift--detail .splide__arrow--prev {
  left: 9%;
}

.c-carousel--outstanding.slide__gift--detail .splide__arrow--next {
  right: -10%;
}

.c-gallery {
  display: flex;
  justify-content: space-between;
}

.p-data__button {
  width: calc(100% - 60px);
  float: right;
  text-align: center;
}

/* detail */
.primary__slider {
  margin-bottom: 1.65em;
  width: calc(100% - 60px);
}

.primary__slider .splide__slide img {
  display: block !important;
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  max-height: none;
  max-width: none;
  min-height: 100%;
  min-width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.secondary__slider {
  width: 50px;
  overflow: auto;
  order: -1;
}

.primary__slider {
  overflow: hidden;
}

.primary__slider .splide__pagination,
.secondary__slider .splide__pagination,
.primary__slider .splide__arrows,
.secondary__slider .splide__arrows {
  display: none;
}

.primary__slider .splide__slide,
.secondary__slider .splide__slide {
  background-image: none !important;
  border-radius: 5px !important;
  overflow: hidden !important;
}

.primary__slider .splide__slide {
  /*height: 25rem!important;*/
  margin: 0 auto;
  max-width: 25rem !important;
  text-align: center;
  width: 100% !important;
}

.splide--nav > .splide__track > .splide__list > .splide__slide.is-active {
  border-color: #000;
}

.splide--nav > .splide__track > .splide__list > .splide__slide {
  border: none;
}

.splide__track {
  height: 25rem !important;
}

.secondary__slider .splide__slide {
  padding: 0 0 5px;
  opacity: 0.4;
  border-bottom: 2px solid transparent;
  transition: opacity 0.5s ease-out;
  height: 45px !important;
  cursor: pointer;
}

.secondary__slider .splide__slide:hover {
  opacity: 1;
  transition: all 0.5s ease-out;
}

.secondary__slider .splide__list::-webkit-scrollbar {
  width: 5px;
  border-radius: 4px;
}

.secondary__slider .splide__list::-webkit-scrollbar-track {
  background-color: #dbdbdb;
}

.secondary__slider .splide__list::-webkit-scrollbar-thumb {
  background-color: #3d3d3d;
  border-radius: 4px;
}

.secondary__slider .splide__slide.is-active {
  opacity: 1;
}

.secondary__slider .splide__slide img {
  width: 100%;
  height: auto;
  display: block !important;
}

@media (min-width: 768px) {
  .p-data__list {
    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: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
/* 4.3. Exchange */
.p-exchange__content {
  overflow: hidden;
  padding-bottom: 1rem;
  width: 100%;
}

.p-exchange__content > h1,
.p-exchange__content > h2 {
  text-align: center;
}

.p-exchange__content > p {
  font-size: 2rem;
  margin-bottom: 4rem;
  text-align: center;
}

/* 4.5. Bono content */
.p-bono__content {
  border: 0 none;
  margin: 0 auto;
  max-width: 90rem;
  min-height: 20rem;
  overflow-x: auto;
  padding: 1rem;
  width: 100%;
}

/* 4.6. Static page */
.p-static__content {
  overflow: hidden;
  width: 100%;
}

.p-static__box {
  border-bottom: 0.1rem solid #eee;
  margin-bottom: 2rem;
  overflow: hidden;
  padding: 0 0 2rem;
  width: 100%;
}

.p-static__box:last-child {
  border-bottom: 0 none;
  padding-bottom: 0;
}

.p-static__box h2,
.p-static__box h3 {
  font-size: 2.1rem;
}

.p-static__box p {
  font-size: 1.6rem;
  margin: 0 0 1rem;
}

.p-static__box p:last-child {
  margin: 0;
}

/* 4.7. Purchases */
.purchases__content {
  padding-bottom: 2rem;
}
.purchases__list {
  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;
  gap: 4vw;
  margin: 0 0 3rem;
}
.purchases__list li {
  -webkit-border-radius: 2rem;
  border-radius: 2rem;
  -webkit-box-shadow: 0 4px 14px rgba(0, 0, 0, 0.1);
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.1);
  font-size: 1.4rem;
  font-weight: 700;
  padding: 2rem 3.5rem;
  text-align: center;
}
.purchases__list li:first-child {
  font-weight: 400;
}
.purchases__list li span {
  display: block;
  font-size: 2.5rem;
  margin: 0 0 1.5rem;
}
.purchases .l-page__headline {
  padding-bottom: 1rem;
}
.purchases .l-page__headline h1, .purchases .l-page__headline h2 {
  font-size: 2.4rem;
  text-align: center;
}
.purchases__code {
  font-size: 1.8rem;
  font-weight: 300;
  margin: 0 0 5rem;
  text-align: center;
}
.purchases__icon {
  display: inline-block;
  height: 1.3rem;
  margin-right: 0.5rem;
  width: 2rem;
}
.purchases__icon--see {
  background: transparent url(/assets/icons/icon-see-fd754e73a775ecab629ee221a55b1f2615cb4c5544dd68e787d67df4032cd702.svg) no-repeat scroll center center;
  background-size: cover;
}
.purchases__icon--download {
  background: transparent url(/assets/icons/icon-download-9b166efccd865ec98462198350cf4c14d36c323c5ca17ee877f2a0af07fa0b84.svg) no-repeat scroll center center;
  background-size: cover;
}

/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/** 5. Base */
/* 5.1 Body fixed */
.body--fixed {
  overflow: hidden;
}

.body--fixed i.fa-bars {
  display: none;
}

.body--fixed i.fa-times {
  display: block;
}

.body--fixed .c-button__mobile {
  background-color: #fff;
}

.body--fixed .c-button__mobile i {
  color: #000;
}

.body--fixed .l-menu {
  -webkit-box-align: self-start;
  -ms-flex-align: self-start;
  align-items: self-start;
  background-color: rgba(255, 55, 115, 0.9);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
  height: calc(100% - 6.4rem);
  left: 0;
  margin: 0;
  overflow-y: auto;
  padding: 0;
  position: fixed;
  top: 6.2rem;
  width: 100%;
  z-index: 1000;
}

.body--fixed .l-menu ul {
  text-align: left;
}

.body--fixed .l-menu li {
  width: 100%;
}

.body--fixed .l-menu ul li a {
  border-bottom: 0.1rem solid #f2f2f2;
  padding: 1.8rem;
}

.body--fixed .l-menu ul li a em {
  font-style: normal;
}

.body--fixed .l-menu ul li a span {
  display: none;
}

.body--fixed .l-menu ul li a:hover {
  color: #fff;
}

.body--fixed .c-button__mobile button span {
  background-color: rgba(0, 0, 0, 0);
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}

.body--fixed .c-button__mobile button span::before {
  margin-top: 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition-delay: 0s, 0.2s;
  transition-delay: 0s, 0.2s;
}

.body--fixed .c-button__mobile button span::after {
  margin-top: 0;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition-delay: 0s, 0.2s;
  transition-delay: 0s, 0.2s;
}

.body--fixed .l-footer {
  display: none;
}

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

/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/** 1. General */
:root {
  --color-primary: #0f77ae;
  --color-secondary: #009ddd;
  --color-tertiary: #DB0080;
  --color-quaternary: #ff0095;
  --color-focus: #f89829;
  --color-text-primary: #000000;
  --color-text-secondary: #666666;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  color: var(--color-text-primary);
}

a:focus, button:focus, .custom-button:focus,
.checkbox-btn input[type=checkbox]:focus + label::after {
  outline: 0.3rem solid var(--color-focus);
  outline-offset: 0.3rem;
}

input[type=text], input[type=password], input[type=email], textarea, select {
  color: var(--color-text-primary);
}

input[type=text]:focus, input[type=password]:focus, input[type=email]:focus, textarea:focus, select:focus {
  outline: 0.3rem solid var(--color-focus);
  outline-offset: 0.3rem;
}

/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/** 2. Layout */
[class*=p-index--] .c-finder > .l-page__container {
  display: block;
}

[class*=p-index--] .c-finder > .l-page__container h2 {
  color: #fff;
}

/* 2.2. Header */
.l-header {
  overflow: hidden;
  padding: 0;
}
.l-header__container {
  min-height: 6.4rem;
}
.l-header__icon {
  background: transparent url(/assets/www.tucodigoregalo.es/icons/icon-gift-41befbed0ef354cee67f88b6d844e6719e760a6e643e3232f86d2341b5a1ffa1.svg) no-repeat scroll center center;
  background-size: contain;
}
.l-header__logo {
  padding: 0;
}
.l-header__logo img {
  max-width: 23rem;
}
@media (min-width: 991px) {
  .l-header {
    padding: 0;
  }
  .l-header .l-header__logo img {
    max-width: 32rem;
  }
}

.l-header__container {
  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: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  overflow: visible;
}

.l-menu {
  margin-left: auto;
}
.l-menu a {
  color: var(--color-primary);
  font-weight: 500;
}
.l-menu a:hover {
  color: var(--color-secondary);
}

.l-page__buttons {
  overflow: visible;
}

.l-footer {
  background-color: var(--color-primary);
}

/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/** 3. Components */
.c-button__mobile {
  margin-left: auto;
}

/* 3.0.1. Categories  */
.c-carousel--categories ul {
  text-align: center;
}

/* Selector */
.ts-control > input::placeholder {
  color: #000;
}

.ts-dropdown {
  color: var(--color-text-primary);
}
.ts-dropdown .active {
  background-color: #ddd;
  color: var(--color-text-primary);
}

.ts-wrapper.multi .ts-control > div {
  background-color: #eee;
  color: var(--color-text-primary);
}

.c-finder__search--private select {
  color: var(--color-text-primary);
}

.c-form__section {
  display: flex;
  flex-flow: row wrap;
  overflow: visible;
}
.c-form__section .checkbox-btn, .c-form__section .radio-btn {
  width: 100%;
}

.c-form__button {
  display: flex;
  overflow: visible;
  justify-content: center;
}

.c-list li {
  font-size: 1.6rem;
}

/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/** 4. Pages */
.sessions {
  /*@media (min-width: 991px) {
      .l-header {
          padding: 1.5rem 0;
      }
  }*/
}
.sessions .l-header {
  padding: 1.8rem 0;
}
@media screen and (min-width: 991px) {
  .sessions .l-header {
    padding: 1.5rem 0;
  }
}

.zones.index .c-finder, .categories.index .c-finder {
  background: transparent none no-repeat scroll 0 0;
  border-bottom: 0 none;
  padding: 4rem 0 0;
}
.zones.index .c-finder .l-page__container, .categories.index .c-finder .l-page__container {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
}
.zones.index .c-finder .l-page__container > div, .categories.index .c-finder .l-page__container > div {
  border: 0.1rem solid #EDEDED;
  border-radius: 1.5rem;
}
.zones.index .c-finder__description, .categories.index .c-finder__description {
  margin-bottom: 2rem;
  padding: 2rem;
  text-align: left;
  width: 100%;
}
@media screen and (min-width: 991px) {
  .zones.index .c-finder__description, .categories.index .c-finder__description {
    margin-bottom: 0;
    padding: 5rem 4rem;
    width: 40%;
  }
}
.zones.index .c-finder__form, .categories.index .c-finder__form {
  padding: 2rem;
  width: 100%;
}
@media screen and (min-width: 991px) {
  .zones.index .c-finder__form, .categories.index .c-finder__form {
    padding: 3rem;
    width: 58%;
  }
}
.zones.index .c-finder__form .c-btn, .categories.index .c-finder__form .c-btn {
  background-color: var(--color-tertiary);
  border-color: var(--color-tertiary);
}
.zones.index .c-finder__form .c-btn:hover, .categories.index .c-finder__form .c-btn:hover {
  background-color: var(--color-quaternary);
  border-color: var(--color-quaternary);
}
.zones.index .c-finder__list, .categories.index .c-finder__list {
  counter-reset: steps;
  display: flex;
  flex-flow: column;
  gap: 2.5rem;
  list-style: none;
  margin: 0;
  padding: 0;
  width: 100%;
}
.zones.index .c-finder__list li, .categories.index .c-finder__list li {
  align-items: flex-start;
  color: var(--color-primary);
  counter-increment: steps;
  display: flex;
  flex-flow: row;
  font-size: 1.8rem;
  gap: 1.5rem;
  justify-content: flex-start;
  margin: 0;
  overflow: hidden;
  padding: 0;
  position: relative;
  width: 100%;
}
.zones.index .c-finder__list li::before, .categories.index .c-finder__list li::before {
  align-items: center;
  background-color: var(--color-primary);
  color: #fff;
  content: counter(steps);
  display: flex;
  flex-basis: 5rem;
  flex-flow: row;
  font-size: 3.2rem;
  height: 5rem;
  justify-content: center;
  width: 5rem;
}
.zones.index .c-finder__list li > div, .categories.index .c-finder__list li > div {
  flex: 1;
}
.zones.index .c-finder__categories, .categories.index .c-finder__categories {
  border: 0 none;
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  margin: 0 auto 3rem;
  max-width: 48rem;
  overflow: hidden;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .zones.index .c-finder__categories, .categories.index .c-finder__categories {
    max-width: none;
  }
}
.zones.index .c-finder__categories legend, .categories.index .c-finder__categories legend {
  font-size: 1.4rem;
  font-weight: bold;
}
.zones.index .c-finder__categories label, .categories.index .c-finder__categories label {
  border-radius: 1.5rem;
  margin: 1%;
  position: relative;
  width: 48%;
}
@media screen and (min-width: 768px) {
  .zones.index .c-finder__categories label, .categories.index .c-finder__categories label {
    width: 23%;
  }
}
.zones.index .c-finder__categories input[type=checkbox], .categories.index .c-finder__categories input[type=checkbox] {
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}
.zones.index .c-finder__categories input[type=checkbox]:checked ~ img, .categories.index .c-finder__categories input[type=checkbox]:checked ~ img {
  border: 0.3rem solid var(--color-tertiary);
  -webkit-box-shadow: 0px 0px 6px 0px var(--color-text-primary);
  box-shadow: 0px 0px 6px 0px var(--color-text-primary);
}
.zones.index .c-finder__categories input[type=checkbox]:checked ~ span, .categories.index .c-finder__categories input[type=checkbox]:checked ~ span {
  background-color: var(--color-tertiary);
}
.zones.index .c-finder__categories input[type=checkbox]:focus ~ img, .categories.index .c-finder__categories input[type=checkbox]:focus ~ img {
  outline: 0.3rem solid var(--color-focus);
  outline-offset: 0.3rem;
}
.zones.index .c-finder__categories input[type=checkbox]:checked:focus ~ img, .categories.index .c-finder__categories input[type=checkbox]:checked:focus ~ img {
  border: 0.3rem solid var(--color-tertiary);
  outline: 0 none;
}
.zones.index .c-finder__categories img, .categories.index .c-finder__categories img {
  border: 0.2rem solid transparent;
  border-radius: 1.5rem;
  display: block;
  width: 100%;
}
.zones.index .c-finder__categories span, .categories.index .c-finder__categories span {
  background-color: var(--color-primary);
  bottom: 2rem;
  border-radius: 5% 5% 5% 5%/45% 45% 45% 45%;
  color: #fff;
  font-size: 1.4rem;
  font-weight: 600;
  left: 6%;
  max-width: 88%;
  padding: 1.5rem 2rem;
  position: absolute;
  text-align: left;
}
@media screen and (min-width: 991px) {
  .zones.index .c-finder__categories span, .categories.index .c-finder__categories span {
    font-size: 1.5rem;
  }
}
.zones.index .c-finder__search, .categories.index .c-finder__search {
  margin: 0 0 3rem;
  padding: 1rem 3rem;
}
.zones.index .c-finder__search > ul > li, .categories.index .c-finder__search > ul > li {
  border: 0 none;
  padding-right: 0;
  width: 100%;
}
.zones.index .c-finder__search > ul > li > label, .categories.index .c-finder__search > ul > li > label {
  font-size: 1.1rem;
  font-weight: 700;
}
.zones .l-page__buttons, .categories .l-page__buttons {
  margin-top: 3rem;
}

.categories.index .c-finder__search {
  display: none;
}

.purchases__icon--see {
  background: transparent url(/assets/www.tucodigoregalo.es/icons/icon-see-81b4b5b1f384cbee02747b69a648f97ac168a2febc16dd8026c1a9e0f26a9282.svg) no-repeat scroll center center;
  background-size: cover;
}
.purchases__icon--download {
  background: transparent url(/assets/www.tucodigoregalo.es/icons/icon-download-9f20d8bafb75daeebab078c4e3de9f72172821b0528146c675b588958ab7d2e3.svg) no-repeat scroll center center;
  background-size: cover;
}

.o-filters__content > button:hover, .o-filters__content > button.active {
  border-color: var(--color-primary);
  color: var(--color-primary);
}

.p-products__description > span {
  color: var(--color-tertiary);
  font-size: 1.2rem;
}
.p-products__description > a {
  opacity: 1;
}
.p-products__card a.c-btn {
  background-color: var(--color-primary);
}
.p-products__card a.c-btn:hover {
  background-color: var(--color-tertiary);
}
.p-products__item--arrow a.p-products__link--first, .p-products__item--arrow a.p-products__link--last {
  background-color: var(--color-tertiary);
}
.p-products__item--arrow a.p-products__link--first:hover, .p-products__item--arrow a.p-products__link--last:hover {
  background-color: var(--color-quaternary);
}

.p-data__title p {
  color: var(--color-tertiary);
  font-size: 1.4rem;
  margin: 0;
}
.p-data__description div {
  color: var(--color-text-tertiary);
  font-size: 1.6rem;
  font-weight: 400;
}

.p-static__box h3 {
  font-size: 1.8rem;
}

/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/** 5. Base */
/* 5.1 Body fixed */
.body--fixed .l-menu {
  background-color: rgba(0, 152, 216, 0.9);
  height: calc(100% - 7.8rem);
  top: 7.8rem;
}

.body--fixed .l-menu ul li a {
  color: #fff;
}

[id=cookie-law] {
  background-color: rgba(0, 0, 0, 0.9);
}

.c-categories .c-categories__marquee .c-categories__rows {
  background-color: rgba(255, 255, 255, 0.9);
}

[class*=p-index--] .c-categories .c-categories__marquee .c-categories__rows {
  background-color: transparent;
}
