/* -------------------------------------------------------------------------
 * SASS Normalize
 */
/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
.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 {
  max-height: 200px;
  overflow: hidden auto;
  scroll-behavior: smooth;
}

.ts-wrapper.plugin-drag_drop .ts-dragging {
  color: transparent !important;
}

.ts-wrapper.plugin-drag_drop .ts-dragging > * {
  visibility: hidden !important;
}

.plugin-checkbox_options:not(.rtl) .option input {
  margin-right: 0.5rem;
}

.plugin-checkbox_options.rtl .option input {
  margin-left: 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: color-mix(#fff, #d0d0d0, 85%);
  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;
}

.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 {
  padding-right: 0 !important;
}

.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 {
  padding-left: 0 !important;
}

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

: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:not(.rtl) {
  padding-right: max(var(--ts-pr-min), var(--ts-pr-clear-button) + var(--ts-pr-caret)) !important;
}

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

.ts-wrapper {
  position: relative;
}

.ts-control, .ts-control input, .ts-dropdown {
  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-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;
}


html {
  line-height: 1.15; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* -------------------------------------------------------------------------
 * Bridgestone Styles
*/
/** Mixins y Variables */
/* @prop {String} keys - Keys are identifiers mapped to a given length */
/* @prop {Map} values - Values are actual breakpoints expressed in pixels */
/* 0. Fonts
   ========================================================================== */
@font-face {
  font-family: "Noto Sans";
  src: url(/assets/NotoSans-Regular-9b4c611b583d1b194d1e566e4dfa3a31f00e7ee89fdfdb24ecf4d5ae26611a66.eot);
  src: url(/assets/NotoSans-Regular-9b4c611b583d1b194d1e566e4dfa3a31f00e7ee89fdfdb24ecf4d5ae26611a66.eot?#iefix) format("embedded-opentype"), url(/assets/NotoSans-Regular-a055cd9ba20ed6259a80a450c6628558bc82288ea11aabb23bb93b6ad46d7949.woff2) format("woff2"), url(/assets/NotoSans-Regular-6e1596c6ea78735bfcff49a343d129b588c90b17312b298383af9066985bb9bb.woff) format("woff"), url(/assets/NotoSans-Regular-e4323aa8504f232ca2d167a0b9399235268949ee7032f4c8c625de5c2da53498.ttf) format("truetype"), url(/assets/NotoSans-Regular-cfcfd6f0be583efd58a3e5646331d9021f1dc59726f05f118c309f3deece0346.svg#NotoSans-Regular) format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "BridgestoneType";
  src: url(/assets/BridgestoneType-Bold-900d47c7cc5a23863b1662cc0f46f8e6d0dbecf27a8d79006010b92585cd0932.eot);
  src: url(/assets/BridgestoneType-Bold-900d47c7cc5a23863b1662cc0f46f8e6d0dbecf27a8d79006010b92585cd0932.eot?#iefix) format("embedded-opentype"), url(/assets/BridgestoneType-Bold-d240c99a4993c78ca0619eef2cc00fd37ab0d1437386036be5183aa0cd273fb7.woff2) format("woff2"), url(/assets/BridgestoneType-Bold-a58a44e51296ba957c1fbbe901daa2f707af01a62c03c59da5ad25ea0ccbe42e.woff) format("woff"), url(/assets/BridgestoneType-Bold-995e998c00b9f17a5dc93e3374572d98daecdfb186a69e6efd180e1c42f0069e.ttf) format("truetype"), url(/assets/BridgestoneType-Bold-15102031e4240a5d83bfd5d76d5e4da2d6a7805629397e7eb08d2908b601b4b5.svg#BridgestoneType-Bold) format("svg");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Decimal";
  src: url(/assets/Decimal-Medium-2069623176ae33db366887c30964c554fc25f894efe538124bbed745e36c4cf3.eot);
  src: url(/assets/Decimal-Medium-2069623176ae33db366887c30964c554fc25f894efe538124bbed745e36c4cf3.eot?#iefix) format("embedded-opentype"), url(/assets/Decimal-Medium-c7d369b0134bcd3afc4301fb1c00869780bfc86b5fd04875d722eb0d87031153.woff2) format("woff2"), url(/assets/Decimal-Medium-e256b7e8730ed34492b048752e2afac26ef9e71828ef81693ef1cf98f6c92bb4.woff) format("woff"), url(/assets/Decimal-Medium-5d4e5fb58da60e07e45ba323782dfad567bc8bfaec22104d971589ae91a3d8ad.ttf) format("truetype"), url(/assets/Decimal-Medium-eb637a10aa68bcc0cfb95d6a11615c7ed09090d67ffeefc70af48971ee6d8724.svg#Decimal-Medium) format("svg");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Decimal-Book";
  src: url(/assets/Decimal-Book-739a2543880cecd7e0531abd4707fac084788bbaa1c73f1043f1458cb03bcd23.eot);
  src: url(/assets/Decimal-Book-739a2543880cecd7e0531abd4707fac084788bbaa1c73f1043f1458cb03bcd23.eot?#iefix) format("embedded-opentype"), url(/assets/Decimal-Book-7be93eb658d86471c60126eaacdf852f8b4bf4a7b3a4c4030346981e3664846a.woff2) format("woff2"), url(/assets/Decimal-Book-fae0b2e74602e1cb04b23879d3567880632a1e72917c6b781b6c1b1e2f9776f9.woff) format("woff"), url(/assets/Decimal-Book-219073403817c004c58b376856762c5d09b755e3ab44b0394fc5abe5b9f75a04.ttf) format("truetype"), url(/assets/Decimal-Book-e94ec61b92741b7af4a0cf0e1489ac0ab7fdc05e21676abe8f422c8d7690fc65.svg#Decimal-Book) format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "BridgestoneType";
  src: url(/assets/BridgestoneType-1bc6cdfb8eef3dc865a50839bcedbc75281586588e0619251ebf3aa4d9934ea0.eot);
  src: url(/assets/BridgestoneType-1bc6cdfb8eef3dc865a50839bcedbc75281586588e0619251ebf3aa4d9934ea0.eot?#iefix) format("embedded-opentype"), url(/assets/BridgestoneType-139f8fa29d0c579f0e0445d429d77b859978dd95294312bd25755b1192c34743.woff2) format("woff2"), url(/assets/BridgestoneType-a86a57fe0bd532c8be3d65c6809ec51847d1c1a0148f2792bcce366af39cd790.woff) format("woff"), url(/assets/BridgestoneType-7cc41ed3787d27ee5480dddae67bb44abcee5c389937f57cab4a23a50fc20458.ttf) format("truetype"), url(/assets/BridgestoneType-1dbd044d8fa0d84490665928c16f4ffae1fe6e08c96b080718c6aec43c5175da.svg#BridgestoneType) format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
/* 01. General
   ========================================================================== */
:root {
  --color-primary: #E30613;
  --color-secondary: #d41118;
  --color-bkg: #ffffff;
  --color-border: #999999;
  --color-input: #ECEDEE;
  --font-text-primary: "BridgestoneType", "Noto Sans",Arial;
  --font-text-secondary: "Decimal", "BridgestoneType", "Noto Sans", Arial;
  --font-color-primary: #000000;
  --font-color-secondary: #818D96;
  --font-size: 1.6rem;
  --max-width: 140rem;
  --nav-height: 9.6rem;
}

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

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

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

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

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

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  color: var(--color-primary);
  font-family: var(--font-text-secondary);
  font-weight: 300;
  margin: 0 0 1rem;
}

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

p {
  margin: 0 0 1rem;
}

p > a {
  color: var(--color-primary);
  font-size: 1.6rem;
  font-weight: 400;
  text-decoration: none;
}

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

input[type=text], input[type=password], input[type=email], input[type=date], textarea {
  background-color: var(--color-input);
  border: 0.1rem solid var(--color-input);
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  color: var(--color-secondary);
  font-size: 1.4rem;
  letter-spacing: 0.2rem;
  padding: 1.6rem;
  width: 100%;
}
input[type=text][type=email], input[type=text][type=password], input[type=text][id=access_code_mobile_phone], input[type=text][id=access_code_email], input[type=text][name=code], input[type=text][name*=first_name], input[type=text][name=name], input[type=text][name*=last_name], input[type=text][name=subname], input[type=text][id=consumer_mobile_phone], input[type=text][id=consumer_id_card], input[type=text][id=seller_email], input[type=text][id*=phone], input[type=text][id*=dni], input[type=text].user, input[type=text].iban, input[type=text].dni, input[type=text][id=cp], input[type=password][type=email], input[type=password][type=password], input[type=password][id=access_code_mobile_phone], input[type=password][id=access_code_email], input[type=password][name=code], input[type=password][name*=first_name], input[type=password][name=name], input[type=password][name*=last_name], input[type=password][name=subname], input[type=password][id=consumer_mobile_phone], input[type=password][id=consumer_id_card], input[type=password][id=seller_email], input[type=password][id*=phone], input[type=password][id*=dni], input[type=password].user, input[type=password].iban, input[type=password].dni, input[type=password][id=cp], input[type=email][type=email], input[type=email][type=password], input[type=email][id=access_code_mobile_phone], input[type=email][id=access_code_email], input[type=email][name=code], input[type=email][name*=first_name], input[type=email][name=name], input[type=email][name*=last_name], input[type=email][name=subname], input[type=email][id=consumer_mobile_phone], input[type=email][id=consumer_id_card], input[type=email][id=seller_email], input[type=email][id*=phone], input[type=email][id*=dni], input[type=email].user, input[type=email].iban, input[type=email].dni, input[type=email][id=cp], input[type=date][type=email], input[type=date][type=password], input[type=date][id=access_code_mobile_phone], input[type=date][id=access_code_email], input[type=date][name=code], input[type=date][name*=first_name], input[type=date][name=name], input[type=date][name*=last_name], input[type=date][name=subname], input[type=date][id=consumer_mobile_phone], input[type=date][id=consumer_id_card], input[type=date][id=seller_email], input[type=date][id*=phone], input[type=date][id*=dni], input[type=date].user, input[type=date].iban, input[type=date].dni, input[type=date][id=cp], textarea[type=email], textarea[type=password], textarea[id=access_code_mobile_phone], textarea[id=access_code_email], textarea[name=code], textarea[name*=first_name], textarea[name=name], textarea[name*=last_name], textarea[name=subname], textarea[id=consumer_mobile_phone], textarea[id=consumer_id_card], textarea[id=seller_email], textarea[id*=phone], textarea[id*=dni], textarea.user, textarea.iban, textarea.dni, textarea[id=cp] {
  background-attachment: scroll;
  background-position: 1.5rem center;
  background-repeat: no-repeat;
  padding-left: 4.5rem;
}
input[type=text][type=email], input[type=text][id=access_code_email], input[type=text][id=seller_email], input[type=password][type=email], input[type=password][id=access_code_email], input[type=password][id=seller_email], input[type=email][type=email], input[type=email][id=access_code_email], input[type=email][id=seller_email], input[type=date][type=email], input[type=date][id=access_code_email], input[type=date][id=seller_email], textarea[type=email], textarea[id=access_code_email], textarea[id=seller_email] {
  background-image: url(/assets/icons/email-546681f3f393388df09696b8799a725cf911b48d78972c36c6fbc794e9524a19.png);
}
input[type=text][type=password], input[type=password][type=password], input[type=email][type=password], input[type=date][type=password], textarea[type=password] {
  background-image: url(/assets/icons/password-bda5b5f92ec2e460b59ce39ae0d96e8656485bbef702b55b4b73ca978d11a076.png);
}
input[type=text][id*=phone], input[type=password][id*=phone], input[type=email][id*=phone], input[type=date][id*=phone], textarea[id*=phone] {
  background-image: url(/assets/icons/phone-34e099b384e503bab6e5d5aea03476e7747c8a2080d7b3d6b3f265402eb1c90b.png);
}
input[type=text][name=code], input[type=password][name=code], input[type=email][name=code], input[type=date][name=code], textarea[name=code] {
  background-image: url(/assets/icons/code-354f3b69ab851d8a3b90b700f1a696efec3e642184aa4c302ddf604ea19083bd.png);
}
input[type=text][name*=first_name], input[type=text][name*=last_name], input[type=text].user, input[type=text][name=name], input[type=text][name=subname], input[type=password][name*=first_name], input[type=password][name*=last_name], input[type=password].user, input[type=password][name=name], input[type=password][name=subname], input[type=email][name*=first_name], input[type=email][name*=last_name], input[type=email].user, input[type=email][name=name], input[type=email][name=subname], input[type=date][name*=first_name], input[type=date][name*=last_name], input[type=date].user, input[type=date][name=name], input[type=date][name=subname], textarea[name*=first_name], textarea[name*=last_name], textarea.user, textarea[name=name], textarea[name=subname] {
  background-image: url(/assets/icons/user-87f33faf973bf532dcf13039ca4b976f27051e04584b99871722d51e28673a20.png);
}
input[type=text][id=consumer_id_card], input[type=text].dni, input[type=text][id*=dni], input[type=password][id=consumer_id_card], input[type=password].dni, input[type=password][id*=dni], input[type=email][id=consumer_id_card], input[type=email].dni, input[type=email][id*=dni], input[type=date][id=consumer_id_card], input[type=date].dni, input[type=date][id*=dni], textarea[id=consumer_id_card], textarea.dni, textarea[id*=dni] {
  background-image: url(/assets/icons/dni-44e2069da2e685b5591b29465f8466e571aa5d692e330f7918aa65d35ba1c7b8.png);
}
input[type=text].iban, input[type=password].iban, input[type=email].iban, input[type=date].iban, textarea.iban {
  background-image: url(/assets/icons/iban-e5a9a0b5eca6a98abd6d27882cfd09ee7cfd69b18c6534a3fa54e025b1ec03a7.png);
}
input[type=text][id=cp], input[type=password][id=cp], input[type=email][id=cp], input[type=date][id=cp], textarea[id=cp] {
  background-image: url(/assets/icons/codigo_postal-7f8580ad87e6e875930b85dab38c39724784ffe3f3b140a5455d262f10aeba2d.png);
}

select {
  background-color: var(--color-input);
  border: 0.1rem solid var(--color-input);
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  color: var(--color-secondary);
  font-size: 1.4rem;
  letter-spacing: 0.2rem;
  padding: 1.5rem 1.6rem;
  width: 100%;
}

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-secondary);
  color: var(--font-color-primary);
  outline: 0;
}

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

input[type=text]::placeholder,
input[type=password]::placeholder,
input[type=email]::placeholder {
  color: #666666;
  letter-spacing: 0.2rem;
}

a {
  color: var(--color-primary);
}
a:hover {
  color: var(--color-secondary);
}
a.active {
  font-weight: bold;
}
a.white {
  color: #fff;
}

.alert {
  left: 0;
  padding: 1rem 1rem;
  position: absolute;
  text-align: center;
  top: 6.9rem;
  width: 100%;
  z-index: 10;
}
@media screen and (min-width: 991px) {
  .alert {
    top: 9.6rem;
  }
}
.alert-warning {
  background-color: rgba(232, 0, 0, 0.75);
}
.alert-success {
  background-color: rgba(24, 222, 18, 0.3);
}
.alert p {
  font-size: 1.8rem;
  font-weight: normal;
  margin: 0;
}

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

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

@media (min-width: 768px) {
  body > .l-container::after {
    height: 7rem;
  }
}
.w-100 {
  width: 100%;
}

/* 02.2 Header **/
.impersonate-header {
  background-color: blue;
  display: flex;
  min-height: 7rem;
  align-items: center;
  justify-content: center;
}
.impersonate-header a {
  color: white;
  font-weight: bold;
}

.l-header {
  background-color: rgba(255, 255, 255, 0.75);
  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: start;
  -ms-flex-align: start;
  align-items: flex-start;
  left: 0;
  min-height: 6.9rem;
  overflow: hidden;
  padding: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 3;
}
@media screen and (min-width: 991px) {
  .l-header {
    min-height: 9.6rem;
  }
}
@media screen and (min-width: 991px) {
  .l-header::before {
    background-color: var(--color-primary);
    content: "";
    display: none;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    width: 50%;
  }
}
.l-header .l-page__container {
  background-color: transparent;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  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;
  max-width: none;
  position: relative;
  width: 100%;
}
.l-header__logo {
  max-width: 11.8rem;
  padding: 1rem 0 1.1rem 1.5rem;
  position: relative;
  width: 100%;
}
@media screen and (min-width: 991px) {
  .l-header__logo {
    max-width: 13.5rem;
    padding: 2rem 0 2rem 1.5rem;
  }
}
.l-header__logo::before {
  content: "";
  position: absolute;
  right: -38px;
  top: 0;
  width: calc(100% + 38px);
  height: 0;
  border-top: var(--nav-height) solid #fff;
  border-right: calc(var(--nav-height) / 3) solid transparent;
}
.l-header__logo > img {
  display: block;
  position: relative;
  width: 100%;
  z-index: 1;
}
.l-header__logo > img.l-header__image--login {
  display: none;
}
.l-header__logo > img.l-header__image--pages {
  display: block;
}

/* 02.3 Menu */
.l-menu {
  background-color: var(--color-primary);
  display: none;
  left: -40rem;
  height: 100%;
  max-width: 45rem;
  position: fixed;
  transition: all 0.6s ease-in-out 0.2s;
  top: 0;
  width: 100%;
}
@media screen and (min-width: 991px) {
  .l-menu {
    background-color: transparent;
    display: block;
    height: auto;
    left: auto;
    max-width: none;
    position: relative;
    top: auto;
    width: auto;
  }
}
@media screen and (min-width: 991px) {
  .l-menu::before {
    -webkit-animation: fadein 0.5s ease-in-out forwards;
    animation: fadein 0.5s ease-in-out forwards;
    border-bottom: var(--nav-height) solid #e30613;
    border-left: calc(var(--nav-height) / 3) solid transparent;
    content: "";
    height: 0;
    left: -38px;
    position: absolute;
    top: 0;
    width: 100vw;
  }
}
.l-menu__close {
  background-color: transparent;
  border: 0 none;
  cursor: pointer;
  margin-left: auto;
  padding: 5rem 1rem 0;
  position: relative;
}
@media screen and (min-width: 991px) {
  .l-menu__close {
    display: none;
  }
}
.l-menu__close::before, .l-menu__close::after {
  background-color: #fff;
  content: "";
  height: 2px;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
  width: 30px;
}
.l-menu__close::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.l-menu__close b {
  color: #fff;
  display: block;
  font-size: 1.2rem;
}
.l-menu__overlay {
  background-color: rgba(0, 0, 0, 0.5);
  content: "";
  display: none;
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 0;
}
.l-menu ul {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  height: var(--nav-height);
  padding: 0 4vw;
  position: relative;
}
.l-menu li {
  margin: 0 1rem;
}
.l-menu a {
  align-items: center;
  border-bottom: 0.2rem solid transparent;
  color: #fff;
  display: flex;
  flex-flow: row;
  font-family: var(--font-text-secondary);
  font-weight: 300;
  padding: 0.8rem;
  text-decoration: none;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.l-menu a:hover, .l-menu a.active {
  border-bottom-color: #fff;
}
.l-menu a svg {
  height: 2rem;
  margin-right: 1rem;
}
.l-menu__button {
  margin-top: 1rem;
}
@media screen and (min-width: 991px) {
  .l-menu__button {
    display: none;
  }
}
.l-menu__button button {
  background: transparent none no-repeat scroll 0 0;
  border: 0 none;
  cursor: pointer;
  position: relative;
}
.l-menu__button span {
  background-color: var(--color-primary);
  border-radius: 0.1rem;
  display: block;
  height: 0.2rem;
  left: 0;
  position: relative;
  top: 1pc;
  -webkit-transition: background-color 0.2s, width 0.3s;
  transition: background-color 0.2s, width 0.3s;
  width: 1.1rem;
}
.l-menu__button span::before, .l-menu__button span::after {
  background-color: var(--color-primary);
  border-radius: 0.1rem;
  content: "";
  display: block;
  height: 0.2rem;
  left: 0;
  position: absolute;
  -webkit-transition: background-color 0.2s, -webkit-transform 0.3s;
  transition: background-color 0.2s, transform 0.3s, -webkit-transform 0.3s;
  width: 1pc;
}
.l-menu__button span::before {
  top: -0.6rem;
}
.l-menu__button span::after {
  bottom: -0.6rem;
}
.l-menu__button b {
  -webkit-font-smoothing: antialiased;
  color: var(--color-primary);
  display: inline-block;
  font-size: 9px;
  font-weight: 700;
  left: 0;
  position: relative;
  top: 19px;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}

.body--mobile .l-menu {
  display: flex;
  flex-flow: column;
  left: 0;
  padding: 0 2rem 2rem;
  transition: all 0.6s ease-in 0.2s;
  z-index: 1;
}
.body--mobile .l-menu ul {
  align-items: flex-start;
  flex-flow: column;
  height: auto;
  justify-content: flex-start;
  padding: 0;
}
.body--mobile .l-menu ul li {
  border-bottom: 0.1rem solid rgba(0, 0, 0, 0.15);
  padding: 0;
  width: 100%;
}
.body--mobile .l-menu ul li a {
  padding: 1.2rem 0;
}
.body--mobile .l-menu__overlay {
  display: block;
}
.body--mobile .l-footer {
  display: none;
}

/* 02.4 Main **/
.l-page {
  overflow: hidden;
  padding: 0 0 2rem;
  position: relative;
  width: 100%;
}
.l-page p {
  color: var(--font-color-primary);
}
.l-page__container {
  overflow: hidden;
  margin: 0 auto;
  max-width: var(--max-width);
  width: 92%;
}
.l-page__container > .l-page__button {
  margin-bottom: 3rem;
  margin-top: 0;
}
.l-page--promotions {
  background: transparent none no-repeat scroll 0 0;
  background-size: cover;
  padding-bottom: 8rem; /* Estilos de emergencia */
}
.l-page--internal-products {
  background: transparent none no-repeat scroll 0 0;
  background-size: cover;
  padding-bottom: 8rem; /* Estilos de emergencia */
}
.l-page--invitate {
  background: transparent none no-repeat scroll right top;
  background-size: cover;
  padding-top: 3rem;
}
@media screen and (min-width: 991px) {
  .l-page--invitate {
    padding-top: 5rem;
  }
}
.l-page--invitate .l-page__container {
  max-width: 140rem;
  overflow: visible;
}
.l-page--invitate .l-page__button {
  margin-bottom: 1rem;
  margin-top: 2rem;
}
.l-page__button {
  overflow: hidden;
  width: 100%;
}
.l-page__button--right {
  text-align: right;
}
.l-page__button--2 {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
}
.l-page--workshop {
  display: flex;
  flex-flow: row;
  justify-content: center;
}
.l-page--workshop .c-register__login {
  background-color: var(--font-color-primary);
  margin: 22vh auto 10vh !important;
  max-width: 55rem;
  width: 97%;
}
.l-page--workshop .c-register__login::before {
  display: none;
}
.l-page--workshop .c-register__content {
  padding: 2.5rem 3.5rem;
}
.l-page--workshop .c-register__content .c-form__info {
  margin-top: 1.5rem;
  text-align: left;
}
.l-page--workshop .c-register__content .c-form__info p {
  color: #fff;
  font-size: 1.4rem;
}
.l-page--reports {
  /*padding-top: 6.9rem;*/
}
@media screen and (min-width: 991px) {
  .l-page--reports {
    /*padding-top: 9.6rem;*/
  }
}

/* 02.5 Footer */
.l-footer {
  background-color: #fff;
  border-top: 0.1rem solid var(--font-color-secondary);
  margin-top: -20rem;
  min-height: 20rem;
  overflow: hidden;
  position: relative;
  width: 100%;
  z-index: 10;
}
@media screen and (min-width: 768px) {
  .l-footer {
    margin-top: -7rem;
    min-height: 7rem;
  }
}
.l-footer ul {
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
  margin: 0;
  overflow: hidden;
  padding: 1.5rem 0;
  text-align: center;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .l-footer ul {
    flex-flow: row wrap;
  }
}
.l-footer li {
  display: block;
  padding: 0;
  margin: 0;
  position: relative;
}
@media screen and (min-width: 768px) {
  .l-footer li::before {
    background-color: var(--font-color-secondary);
    bottom: 50%;
    content: "";
    height: 1.4rem;
    margin-bottom: -0.7rem;
    position: absolute;
    right: 0;
    width: 0.1rem;
  }
}
.l-footer li:last-child::before {
  display: none;
}
.l-footer a {
  color: var(--font-color-secondary);
  display: block;
  font-size: 1.4rem;
  letter-spacing: 0.4rem;
  padding: 1rem 2.5rem;
  text-decoration: none;
}
.l-footer a:hover {
  color: var(--color-primary);
  text-decoration: underline;
}

/* 03. Components
   ========================================================================== */
/* 03.0 Icon **/
.c-icon--arrow {
  height: 1.3rem;
  stroke: #fff;
  width: 4.1rem;
}
.c-icon--arrow-down {
  height: 1.5rem;
  fill: #fff;
  width: 2.4rem;
}
.c-icon--arrowLeft, .c-icon--arrowRight {
  height: 1.5rem;
  fill: #fff;
  width: 0.9rem;
}
.c-icon--arrowLeftMedium, .c-icon--arrowRightMedium {
  height: 1rem;
  stroke: #fff;
  width: 2.2rem;
}
.c-icon--back {
  height: 1.2rem;
  fill: #fff;
  width: 1.6rem;
}
.c-icon--check {
  height: 1.4rem;
  stroke: #fff;
  width: 1.8rem;
}
.c-icon--close {
  height: 1.7rem;
  stroke: #fff;
  width: 1.7rem;
}
.c-icon--document {
  height: 1.5rem;
  fill: #fff;
  width: 1.2rem;
}
.c-icon--download {
  height: 2.1rem;
  stroke: #fff;
  width: 2rem;
}
.c-icon--email {
  height: 1.5rem;
  fill: #fff;
  width: 1.8rem;
}
.c-icon--euro {
  height: 1.6rem;
  stroke: #fff;
  width: 1.5rem;
}
.c-icon--eye {
  height: 1.6rem;
  fill: #fff;
  width: 2.1rem;
}
.c-icon--facebook {
  height: 2rem;
  fill: #fff;
  width: 2rem;
}
.c-icon--filter {
  height: 2rem;
  stroke: #ff0000;
  width: 2rem;
}
.c-icon--gift {
  height: 1.6rem;
  fill: #fff;
  width: 1.4rem;
}
.c-icon--google {
  height: 2rem;
  fill: #fff;
  width: 2.2rem;
}
.c-icon--off {
  height: 1.3rem;
  fill: #fff;
  width: 1.2rem;
}
.c-icon--out {
  height: 2.1rem;
  stroke: #fff;
  width: 1rem;
}
.c-icon--password {
  height: 1.6rem;
  fill: #fff;
  width: 2.1rem;
}
.c-icon--phone {
  height: 1.6rem;
  stroke: #fff;
  width: 1.5rem;
}
.c-icon--plus {
  height: 1.5rem;
  fill: #fff;
  width: 1.5rem;
}
.c-icon--search {
  height: 1.7rem;
  stroke: #fff;
  width: 1.6rem;
}
.c-icon--time {
  height: 1.8rem;
  stroke: #fff;
  width: 1.8rem;
}
.c-icon--tool {
  height: 2.4rem;
  fill: #fff;
  width: 2.5rem;
}
.c-icon--upload {
  height: 1.9rem;
  fill: #fff;
  width: 2rem;
}
.c-icon--user {
  height: 1.6rem;
  fill: #fff;
  width: 1.6rem;
}
.c-icon--user2 {
  height: 3.6rem;
  stroke: #fff;
  width: 3.4rem;
}

/* 03.1 Buttton **/
.c-btn {
  background-color: var(--color-primary);
  border: 0.1rem solid var(--color-primary);
  -webkit-border-radius: 0;
  border-radius: 0;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-family: var(--font-text-primary);
  font-size: 1.4rem;
  font-weight: 300;
  letter-spacing: 0.3rem;
  padding: 1.4rem 3rem 1.4rem;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: all 0.2s ease 0s;
  -moz-transition: all 0.2s ease 0s;
  -ms-transition: all 0.2s ease 0s;
  -o-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
}
.c-btn:hover {
  background-color: var(--color-secondary);
  border: 0.1rem solid var(--color-secondary);
  color: #FFF;
  text-decoration: none;
}
.c-btn--white {
  background-color: #fff;
  color: var(--color-primary);
}
.c-btn--white svg {
  fill: var(--color-primary);
}
.c-btn--white svg.c-icon--arrowLeftMedium, .c-btn--white svg.c-icon--out {
  fill: transparent;
  stroke: var(--color-primary);
}
.c-btn--white:hover {
  background-color: var(--color-primary);
  color: #fff;
}
.c-btn--white:hover svg {
  fill: #fff;
}
.c-btn--white:hover svg.c-icon--arrowLeftMedium, .c-btn--white:hover svg.c-icon--out {
  fill: transparent;
  stroke: #fff;
}
.c-btn--black {
  background-color: #000;
  border: 0.1rem solid #000;
  box-shadow: 0 0 0.5rem rgba(255, 255, 255, 0.75);
}
.c-btn--link {
  background-color: transparent;
  border-color: transparent;
  color: var(--color-primary);
  text-decoration: underline;
}
.c-btn--link:hover {
  background-color: transparent;
  border-color: transparent;
  color: #fff;
  text-decoration: underline;
}
.c-btn > svg, .c-btn > span {
  display: inline-block;
  pointer-events: none;
  vertical-align: middle;
}
.c-btn > svg {
  margin: 0 0.3rem;
}
.c-btn--back {
  background-color: transparent;
  border: 0 none;
  color: var(--color-primary);
  padding: 1.4rem 0;
}
.c-btn--back > svg {
  fill: var(--color-primary);
}
.c-btn--back:hover {
  background-color: transparent;
  border: 0 none;
  color: var(--color-secondary);
}
.c-btn--back:hover > svg {
  fill: var(--color-secondary);
}
.c-btn--arrow {
  background-attachment: scroll;
  background-image: url(/assets/arrow-38acf428e909c403303e357f7dec8b5d9bc21a546c11b458c00c39e8c84c7154.png);
  background-position: right center;
  background-repeat: no-repeat;
  padding-right: 4rem !important;
}

/* 03.2 Modal **/
.c-modal {
  background-color: rgba(0, 0, 0, 0.45);
  flex-flow: column;
  justify-content: center;
  display: flex;
  height: 100%;
  left: 0;
  padding: 1rem 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 100;
}
.c-modal.show {
  display: flex;
}
.c-modal__content {
  background-color: #fff;
  -webkit-border-radius: 0;
  border-radius: 0;
  margin: 0 auto;
  max-width: 60rem;
  overflow-y: auto;
  padding: 3rem;
  width: 92%;
}
.c-modal__content h2 {
  color: var(--font-color-primary);
  font-size: 1.6rem;
  margin-bottom: 2.5rem;
  padding-left: 2.5rem;
  text-align: center;
  text-transform: uppercase;
}
.c-modal__close {
  overflow: hidden;
  padding: 0 0 1.5rem;
  text-align: right;
  width: 100%;
}
.c-modal__close span {
  color: var(--color-primary);
  cursor: pointer;
  font-size: 2.2rem;
  font-weight: 900;
}
.c-modal__login, .c-modal__register {
  width: 100%;
}
.c-modal__login .l-page__button, .c-modal__register .l-page__button {
  margin: 0 auto 2rem;
  max-width: 40rem;
}
.c-modal__login .l-page__button > form:first-child, .c-modal__register .l-page__button > form:first-child {
  margin-bottom: 1rem;
}
.c-modal__login .l-page__button > form button, .c-modal__register .l-page__button > form button {
  width: 100%;
}
.c-modal--continue .l-page__button {
  display: flex;
  flex-flow: row;
  gap: 1rem;
}

/* 03.3 Form */
.c-form {
  overflow: hidden;
  position: relative;
  width: 100%;
}
.c-form > form {
  margin: 0 auto;
  max-width: 54rem;
  overflow: hidden;
  padding-top: 1.5rem;
  width: 100%;
}
.c-form > form > h2 {
  font-size: 2.4rem;
  font-weight: 300;
  text-align: center;
  text-transform: uppercase;
}
.c-form > form > p {
  font-size: 1.8rem;
  margin: 0 auto 1rem;
  text-align: center;
  max-width: 40rem;
}
.c-form--sso {
  padding-bottom: 5vh;
}
.c-form--sso > form {
  padding-top: 0;
}
.c-form__section {
  margin: 0 0 1rem;
  overflow: hidden;
  width: 100%;
}
.c-form__section label {
  color: var(--font-color-primary);
  display: block;
  font-size: 1.4rem;
  font-weight: 300;
  margin: 0 0 0.5rem;
}
.c-form__section label a {
  color: var(--font-color-primary);
  font-weight: bold;
}
.c-form__section label a:hover {
  color: var(--color-primary);
}
.c-form__section input {
  width: 100%;
}
.c-form__section--login {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  gap: 1rem;
}
.c-form__section--login input[type=text] {
  min-width: 30rem;
  width: 100%;
}
.c-form__section--login input[type=submit] {
  width: max-content;
}
.c-form__section--file {
  border: 0.1rem dashed var(--font-color-secondary);
  box-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.25);
  position: relative;
}
.c-form__section--file span {
  background-color: var(--color-input);
  color: var(--font-color-secondary);
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  font-size: 1.6rem;
  padding: 5rem 3rem;
  text-align: center;
}
.c-form__section--file span em {
  font-style: normal;
}
.c-form__section--file svg {
  fill: var(--font-color-secondary);
  margin-right: 1rem;
}
.c-form__section--file input[type=file] {
  bottom: 0;
  cursor: pointer;
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  width: 100%;
}
.c-form__section--file .field {
  overflow: hidden;
  text-align: center;
  width: 100%;
}
.c-form__section--file .field img {
  margin: 0 auto;
}
.c-form__section--certificate {
  border: 0.1rem solid var(--color-primary);
  box-shadow: 0 0 0 transparent;
}
.c-form__section--certificate span {
  background-color: #fff;
  color: var(--color-primary);
  justify-content: flex-start;
  padding: 2rem 2rem;
  text-transform: uppercase;
}
.c-form__section--certificate svg {
  fill: var(--color-primary);
}
.c-form__section--upload {
  position: relative;
}
.c-form__section--upload span {
  background-color: #fff;
  border: 0.1rem solid var(--color-primary);
  color: var(--color-primary);
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  font-size: 1.6rem;
  max-width: 35rem;
  padding: 1.4rem 3rem;
  text-align: center;
  text-transform: uppercase;
  width: 100%;
}
.c-form__section--upload span em {
  font-style: normal;
}
.c-form__section--upload span:hover {
  background-color: var(--color-primary);
  color: #fff;
}
.c-form__section--upload span:hover svg {
  fill: #fff;
}
.c-form__section--upload svg {
  fill: var(--color-primary);
  margin-right: 1rem;
}
.c-form__section--upload input[type=file] {
  bottom: 0;
  cursor: pointer;
  height: 100%;
  left: 0;
  max-width: 35rem;
  opacity: 0;
  position: absolute;
  width: 100%;
}
.c-form__section--field {
  background-color: #fff;
  box-shadow: 0 0 0.4rem rgba(0, 0, 0, 0.15);
  padding: 1rem;
  display: flex;
  flex-flow: row;
  align-items: center;
  gap: 1.5rem;
  margin: 0 0.5% 1.5rem;
  width: 99%;
}
.c-form__section--field button {
  background: transparent no-repeat scroll 0 0;
  border: 0 none;
  cursor: pointer;
  margin-left: auto;
}
.c-form__section--field button > svg {
  fill: var(--color-primary);
}
.c-form__section--field img {
  max-width: 3.5rem !important;
  width: 100%;
}
.c-form__section--field span {
  color: var(--font-color-primary);
  font-size: 1.4rem;
  font-weight: bold;
}
.c-form__checkbox {
  margin: 0 0 1.5rem;
  overflow: hidden;
  width: 100%;
}
.c-form__checkbox .checkbox--radio {
  display: flex;
  flex-flow: row wrap;
  gap: 2rem;
}
.c-form__button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 1rem 0;
  gap: 1rem;
  text-align: center;
}
.c-form__button--right {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.c-form__button--2 {
  justify-content: space-between;
}
.c-form__button--2 > p {
  width: auto;
}
.c-form__button--2 > .c-btn {
  padding: 1.6rem 2rem;
  width: auto;
}
.c-form__error {
  overflow: hidden;
  width: 100%;
}
.c-form__error > p {
  color: var(--color-secondary);
  font-size: 1.3rem;
  font-weight: 500;
  margin: 1rem 0 0;
  text-align: center;
}
.c-form__error > p > span {
  display: block;
  font-size: 1.4rem;
  text-align: left;
}
.c-form__error > p > span::first-letter {
  text-transform: uppercase;
}
.c-form__info {
  margin-top: 3rem;
  text-align: center;
  overflow: hidden;
  width: 100%;
}
.c-form__info > p {
  color: var(--font-color-primary);
}
.c-form__info > a {
  color: var(--color-primary);
  font-weight: 400;
}
.c-form__info > a:hover {
  color: var(--font-color-secondary);
}
.c-form__info--right {
  text-align: right;
}
.c-form__info--right > p {
  font-size: 1.4rem;
}
.c-form__password {
  position: relative;
}
.c-form__password svg {
  cursor: pointer;
  fill: #666;
  left: 1.5rem;
  position: absolute;
  top: 1.5rem;
}
.c-form__password svg[id=show-password], .c-form__password svg.hide {
  display: none;
}
.c-form__password input[type=password], .c-form__password input[type=text] {
  background-image: none;
  padding-left: 4.5rem;
}

/* 03.4 Box */
.c-box {
  background-color: #fff;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
  margin: 0 auto;
  max-width: 68rem;
  padding: 2.2rem;
  width: 92%;
}
@media screen and (min-width: 768px) {
  .c-box {
    padding: 3rem;
  }
}
@media screen and (min-width: 991px) {
  .c-box {
    padding: 4rem;
  }
}

/* 03.5 Title */
.c-title {
  font-size: 3rem;
  letter-spacing: 0.4rem;
  position: relative;
  text-transform: uppercase;
}
.c-title::before {
  background-size: 2.6666666667rem 0.3333333333rem;
  color: var(--color-primary);
  content: "/ ";
  position: absolute;
  -webkit-transform: translateX(-2.5rem);
  transform: translateX(-2.5rem);
}

/* 03.6 Cartela */
.c-cartela {
  display: flex;
  flex-flow: row;
  min-height: 39rem;
  overflow: visible;
  padding: 0;
  position: relative;
}
.c-cartela h1, .c-cartela h2 {
  color: #fff;
  font-weight: 300;
  line-height: 1.15;
  padding-left: 4rem;
  text-transform: uppercase;
}
.c-cartela h1 {
  font-size: 3rem;
  letter-spacing: 0.7rem;
  max-width: 65rem;
}
@media screen and (min-width: 768px) {
  .c-cartela h1 {
    font-size: 3.2rem;
  }
}
@media screen and (min-width: 1280px) {
  .c-cartela h1 {
    font-size: 4.8rem;
  }
}
.c-cartela h1::before {
  background-size: 2.6666666667rem 0.3333333333rem;
  color: var(--color-primary);
  content: "/ ";
  position: absolute;
  -webkit-transform: translateX(-3.5rem);
  transform: translateX(-3.5rem);
}
.c-cartela h2 {
  font-size: 2rem;
  letter-spacing: 0.5rem;
}
@media screen and (min-width: 768px) {
  .c-cartela h2 {
    font-size: 2.2rem;
  }
}
@media screen and (min-width: 1280px) {
  .c-cartela h2 {
    font-size: 2.8rem;
  }
}
.c-cartela::after {
  background-color: #fff;
  bottom: 0;
  content: "";
  display: none;
  left: 0;
  height: 5rem;
  position: absolute;
  width: 100%;
}
.c-cartela--client {
  background: transparent url(/assets/login/cartela1-ebbb1d3d19c47bd875a9a2ec8a237db178093f12fa57ea969f95d908e035f706.jpg) no-repeat scroll 0 0;
  background-size: cover;
}
.c-cartela--client h1 {
  max-width: none;
}
.c-cartela--client-lg {
  background: transparent url(/assets/login/cartela1-lg-2c956833c9311f3affc5f1a57e0a7274714a1486b0162b279f2420348b2363b5.jpeg) no-repeat scroll 0 0;
  background-size: cover;
  min-height: 80rem;
}
.c-cartela--client-lg h1 {
  max-width: none;
}
.c-cartela__content {
  margin: 0 auto;
  max-width: none;
  overflow: hidden;
  padding: 6vh 0 2vh;
  position: relative;
  width: 100%;
}
.c-cartela__content::after {
  background-color: var(--color-primary);
  /*content: '';*/
  display: none;
  height: 55rem;
  position: absolute;
  right: -25rem;
  top: 0;
  -webkit-transform: rotate(15deg);
  -ms-transform: rotate(15deg);
  transform: rotate(15deg);
  width: 32rem;
}
.c-cartela__content > .l-page__container {
  position: relative;
  width: 95%;
  z-index: 1;
}
.c-cartela__content--promotions {
  display: flex;
  flex-flow: column;
  padding: 17vh 0 3vh;
}
.c-cartela__content--promotions::before {
  background: transparent url(/assets/pages/cartela-96f172da2b1bf02863aaa1345e6672f77c785014129646dd9d23427559935b97.jpg) no-repeat scroll 0 0;
  background-size: cover;
  content: "";
  height: 38rem;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.c-cartela__content--promotions::after {
  display: none;
}
.c-cartela__content--promotions h1 {
  margin-bottom: 5vh;
  max-width: 65rem;
}
.c-cartela__content--promotions .c-form {
  overflow: visible;
  padding: 3.5rem 0 1rem 1rem;
  position: relative;
  width: max-content;
}
.c-cartela__content--promotions .c-form::before {
  -webkit-animation: fadein 0.5s ease-in-out forwards;
  animation: fadein 0.5s ease-in-out forwards;
  border-bottom: 126px solid var(--font-color-primary);
  border-left: 42px solid transparent;
  content: "";
  height: 0;
  left: -50px;
  position: absolute;
  top: 0;
  width: 100vw;
}
.c-cartela__content--promotions .c-form > form {
  max-width: none;
  padding: 4rem;
  position: relative;
}
.c-cartela--workshop {
  background: transparent url(/assets/login/cartela-209398ce5cd8cbfb6bb12941670313a6ca7c346c26d928c7ee20a9e38599aaf0.jpg) no-repeat scroll 0 0;
  background-size: cover;
  min-height: 34rem;
}
.c-cartela--workshop .c-cartela__content {
  display: flex;
  flex-flow: column;
  padding: 17vh 0 3vh;
}
.c-cartela--workshop .c-cartela__content::before {
  background: transparent url(/assets/pages/cartela_workshop-a20b3e8b00316a6e2f935a760bc43ccd8872288fa50492f1f6cef1157da56759.jpg) no-repeat scroll 0 0;
  background-size: cover;
  content: "";
  height: 38rem;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.c-cartela--workshop .c-cartela__content > .l-page__container {
  display: flex;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  gap: 2rem;
  max-width: none;
  width: 100%;
}
@media screen and (min-width: 991px) {
  .c-cartela--workshop .c-cartela__content > .l-page__container {
    flex-flow: row;
  }
}
.c-cartela--workshop .c-cartela__content > .l-page__container h1 {
  margin-left: 3vw;
}
.c-cartela__image {
  bottom: -3rem;
  position: absolute;
  right: 2vw;
  width: 14rem;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .c-cartela__image {
    width: 20rem;
  }
}
@media screen and (min-width: 991px) {
  .c-cartela__image {
    bottom: -12rem;
    width: 23.8rem;
  }
}
@media screen and (min-width: 991px) {
  .c-cartela__image {
    width: 26.8rem;
  }
}
.c-cartela__promotion {
  align-items: center;
  display: flex;
  flex-flow: row;
  gap: 8rem;
  justify-content: center;
  margin-left: auto;
  margin-right: 2vw;
  overflow: visible;
  z-index: 1;
}
.c-cartela__promotion img {
  bottom: auto;
  position: relative;
  right: auto;
  width: 17rem;
}
.c-cartela__promotion .c-form__section--login {
  flex-flow: row wrap;
  position: relative;
}
.c-cartela__promotion .c-form__section--login .c-btn {
  width: max-width;
}
.c-cartela__promotion .c-form > form {
  width: 60rem;
}
.c-cartela__promotion .c-form__group {
  display: flex;
  flex-flow: row;
  gap: 1rem;
  width: 100%;
}
.c-cartela--general {
  min-height: 32.9rem;
}
.c-cartela--general .c-cartela__content {
  display: flex;
  flex-flow: column;
  justify-content: flex-end;
  padding: 6.9rem 0;
}
@media screen and (min-width: 991px) {
  .c-cartela--general .c-cartela__content {
    padding: 9.6rem 0;
  }
}
.c-cartela--general .c-cartela__content::after {
  display: none;
}
.c-cartela--general .c-cartela__content--account1 {
  background: transparent url(/assets/pages/myaccount2-9b5fa6db342643d980cb03acd830df05e637690e3662cd74f497ed6dfc3bb15a.jpg) no-repeat scroll 0 0;
  background-size: cover;
}
.c-cartela--general .c-cartela__content--account1 h1 {
  color: var(--font-color-primary);
}
.c-cartela--general .c-cartela__content--account2 {
  background: transparent url(/assets/pages/myaccount1-cc5c7b9dcd31a741f07b32670e554ab0c1ec364402e43bae9b0b25ebdc7a0e39.jpg) no-repeat scroll 0 0;
  background-size: cover;
}
.c-cartela--general .c-cartela__content--account3 {
  background: transparent url(/assets/pages/myaccount2-9b5fa6db342643d980cb03acd830df05e637690e3662cd74f497ed6dfc3bb15a.jpg) no-repeat scroll 0 0;
  background-size: cover;
}
.c-cartela__info {
  display: flex;
  flex-flow: row;
  padding: 2rem;
  position: relative;
}
.c-cartela__info > div {
  border-right: 0.1rem solid var(--color-border);
  padding: 0 2.5rem;
  position: relative;
  text-align: right;
}
.c-cartela__info > div:last-child {
  border-right: 0 none;
  text-align: left;
}
.c-cartela__info h2 {
  font-size: 1.4rem;
  letter-spacing: 0;
  padding: 0;
  text-transform: none;
}
.c-cartela__info h2 b {
  font-weight: normal;
  text-transform: uppercase;
}
.c-cartela__info h3 {
  color: #fff;
  font-size: 2.2rem;
}
.c-cartela__info::before {
  -webkit-animation: fadein 0.5s ease-in-out forwards;
  animation: fadein 0.5s ease-in-out forwards;
  border-bottom: 147px solid #000;
  border-left: 57.666667px solid transparent;
  content: "";
  height: 0;
  left: -50px;
  position: absolute;
  top: 0;
  width: 100vw;
}
.c-cartela__info ul li {
  font-size: 1.2rem;
}
.c-cartela__info ul li span.c-title {
  font-size: 1.2rem;
  padding-left: 1.5rem;
}
.c-cartela__info ul li span.c-title::before {
  -webkit-transform: translateX(-1rem);
  transform: translateX(-1rem);
}

/** 03.7 Campaign */
.c-campaign {
  overflow: visible;
  width: 100%;
}
.c-campaign__container {
  margin: 0 auto;
  max-width: var(--max-width);
  width: 92%;
}
.c-campaign__title {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  gap: 1rem;
  margin: 0 auto 3rem;
  max-width: 110rem;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .c-campaign__title {
    align-items: flex-start;
    flex-flow: row;
  }
}
.c-campaign__title h2 {
  color: var(--font-color-primary);
}
@media screen and (min-width: 768px) {
  .c-campaign__title h2 {
    flex: 1;
  }
}
.c-campaign__title p {
  color: var(--font-color-primary);
  font-size: 1.8rem;
  width: 100%;
}
.c-campaign__title--button {
  display: flex;
  flex-flow: column;
  gap: 1.5rem;
  justify-content: space-between;
}
@media screen and (min-width: 991px) {
  .c-campaign__title--button {
    flex-flow: row;
  }
}
.c-campaign__title--button .c-btn {
  margin-left: auto;
}
.c-campaign__buttons {
  display: flex;
  flex-flow: column;
  gap: 1.5rem;
}
.c-campaign__buttons a:first-child {
  padding-bottom: 2rem;
  padding-top: 2rem;
}
.c-campaign__content {
  display: flex;
  flex-flow: column;
  justify-content: space-between;
  gap: 2.5rem;
  margin: 0 auto 3rem;
  max-width: 110rem;
}
@media screen and (min-width: 768px) {
  .c-campaign__content {
    flex-flow: row wrap;
  }
}
.c-campaign__content h2 {
  color: var(--font-color-primary);
  font-size: 1.9rem;
  margin-bottom: 2rem;
  text-transform: uppercase;
}
.c-campaign__content--workshop {
  gap: 0;
  justify-content: flex-start;
  max-width: 104rem;
}
.c-campaign__content--workshop .c-slider {
  width: 33rem;
}
@media screen and (min-width: 991px) {
  .c-campaign__content--workshop .c-slider {
    margin-bottom: 0;
  }
}
.c-campaign__content--workshop .c-slider__carousel img {
  display: block;
  width: 100%;
}
.c-campaign__content--workshop .c-info {
  margin-bottom: 2rem;
  padding-right: 3rem;
}
@media screen and (min-width: 768px) {
  .c-campaign__content--workshop .c-info {
    margin-bottom: 0;
    justify-content: center;
  }
}
.c-campaign__info {
  flex-basis: 32.6rem;
  flex-grow: 1;
}
.c-campaign__info p {
  font-size: 1.4rem;
}
.c-campaign__info .slide > img {
  max-width: 32.6rem;
  width: 100%;
}
.c-campaign__data {
  display: flex;
  flex-flow: row wrap;
  flex-basis: 0;
  flex-grow: 999;
  gap: 1.5rem;
  justify-content: flex-start;
  max-width: none;
}
.c-campaign__data > .c-box {
  width: 100%;
}
.c-campaign__data > .c-info {
  margin: 0 0 2rem;
}
@media screen and (min-width: 768px) {
  .c-campaign__data > .c-info {
    margin: 2rem 0 4rem -2.5rem;
  }
}
.c-campaign__steps {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  margin-bottom: 2rem;
  position: relative;
}
.c-campaign__steps::before {
  background-color: var(--color-input);
  content: "";
  height: 0.3rem;
  left: 0;
  position: absolute;
  top: 1.5rem;
  width: 100%;
}
.c-campaign__steps button {
  background-color: #fff;
  border: 0 none;
  padding: 0.8rem;
  z-index: 2;
}
.c-campaign__steps button span {
  background-color: var(--color-input);
  border-radius: 50%;
  display: block;
  height: 2rem;
  width: 2rem;
}
.c-campaign__steps button.active span {
  background-color: var(--color-primary);
}
.c-campaign__units {
  display: flex;
  justify-content: center;
  flex-flow: column;
  position: relative;
}
@media screen and (min-width: 991px) {
  .c-campaign__units::before {
    background-color: #eee;
    box-shadow: 0.4rem 0 1.4rem rgba(0, 0, 0, 0.5);
    content: "";
    height: 95%;
    left: 0;
    position: absolute;
    top: 0;
    width: 0.1rem;
  }
}
.c-campaign__units .c-info li span {
  font-size: 1.6rem;
}
.c-campaign__units .c-info li b {
  color: #fff;
}
.c-campaign .c-btn {
  font-size: 1.2rem;
}

/** 03.8 Slider */
.c-slider {
  margin-bottom: 3rem;
  position: relative;
}
.c-slider .slide {
  display: none;
}
.c-slider .slide.active {
  display: block;
}
.c-slider__wheel {
  bottom: 0;
  left: -8rem;
  position: absolute;
  width: 15rem;
}

/** 03.9 Promotions */
.c-promotions .l-page__container {
  max-width: 115.5rem;
  padding: 0 0.5rem;
  width: 100%;
}
.c-promotions .c-title {
  color: var(--font-color-primary);
  padding-left: 3rem;
}
.c-promotions h2 {
  font-size: 3.2rem;
  margin-bottom: 3rem;
}
.c-promotions h3 {
  font-size: 2.4rem;
  margin-bottom: 1.5rem;
  width: 100%;
}
.c-promotions__list {
  display: flex;
  flex-flow: column;
  gap: 5rem;
  padding-bottom: 2.8rem;
}
.c-promotions__box {
  background-color: #ffffff;
  box-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.15);
  position: relative;
}
.c-promotions__description {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  padding: 2.5rem;
}
.c-promotions__date p {
  color: var(--color-primary);
  font-weight: bold;
  margin-bottom: 1rem;
}
.c-promotions__info .c-btn {
  margin: 0.3rem;
}
.c-promotions__info ul {
  display: flex;
  flex-flow: row wrap;
  gap: 3rem;
}
.c-promotions__info li {
  color: var(--font-color-primary);
  font-size: 1.6rem;
  text-transform: uppercase;
}
.c-promotions__info li span {
  color: var(--color-primary);
  display: block;
  font-size: 2.5rem;
  font-weight: bold;
  margin-bottom: 0.1rem;
}
.c-promotions__info li b {
  display: block;
}
.c-promotions__table.hidden {
  display: none;
}
.c-promotions__arrow {
  background-color: var(--color-primary);
  border: 0 none;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 6rem;
  left: 50%;
  margin-left: -3rem;
  position: absolute;
  top: 13.5rem;
  width: 6rem;
  z-index: 1;
}
.c-promotions__arrow:hover {
  background-color: var(--color-secondary);
}
.c-promotions__arrow.open {
  transform: rotate(180deg);
}
.c-promotions__workshop {
  overflow: hidden;
  width: 100%;
}
.c-promotions__workshop--finished .c-card {
  padding: 1rem 2rem 3.5rem;
  position: relative;
}
.c-promotions__workshop--finished .c-card__date {
  width: auto;
}
.c-promotions__workshop--finished .c-card__date p span {
  font-size: 1.2rem;
  font-weight: bold;
  letter-spacing: 0;
  padding-left: 1rem;
}
.c-promotions__workshop--finished .c-card__date p span::before {
  -webkit-transform: translateX(-0.8rem);
  transform: translateX(-0.8rem);
}
.c-promotions__title {
  display: flex;
  flex-flow: column;
  align-items: center;
  margin: 5rem 0 3rem;
}
@media screen and (min-width: 768px) {
  .c-promotions__title {
    flex-flow: row;
    justify-content: space-between;
  }
}
.c-promotions__filter {
  border: 0.1rem solid var(--color-input);
  min-width: 30rem;
  padding: 2rem;
}
.c-promotions__filter select {
  color: var(--font-color-primary);
}
.c-promotions__list--workshop {
  display: flex;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .c-promotions__list--workshop {
    flex-flow: row wrap;
    justify-content: flex-start;
    align-items: stretch;
  }
}
.c-promotions__list--workshop > div {
  max-width: 32.4rem;
}
@media screen and (min-width: 768px) {
  .c-promotions__list--workshop > div {
    width: 49%;
  }
}
@media screen and (min-width: 991px) {
  .c-promotions__list--workshop > div {
    width: 21.5%;
  }
}
.c-promotions .c-card__title h4.c-title {
  color: #fff;
  font-size: 1.2rem;
  padding-left: 2rem;
}

.c-card {
  padding: 2rem 2rem 3.5rem;
  position: relative;
}
.c-card__date {
  background-color: #fff;
  border: 0.1rem solid var(--color-input);
  left: 0;
  padding: 0.8rem;
  position: absolute;
  top: 0;
  width: 14.8rem;
  z-index: 1;
}
.c-card__date p {
  color: #666666;
  font-size: 1.2rem;
  margin: 0;
}
.c-card__image {
  overflow: hidden;
  position: relative;
  width: 100%;
}
.c-card__image img {
  display: block;
  width: 100%;
}
.c-card__image span {
  background-color: var(--font-color-primary);
  box-shadow: 0 0 0.5rem rgba(255, 255, 255, 0.75);
  bottom: 1.5rem;
  color: #fff;
  font-size: 1.2rem;
  left: 0;
  padding: 0.5rem 1rem 0.5rem 1.5rem;
  position: absolute;
  z-index: 1;
}
.c-card__image em {
  color: #fff;
  position: absolute;
  right: 0;
  text-transform: uppercase;
  top: 0;
}
.c-card__image em::before {
  content: "";
  position: absolute;
  left: -1.8rem;
  top: 0;
  width: 100vw;
  height: 0;
  border-bottom: 4.5rem solid var(--color-primary);
  border-left: 1.2rem solid transparent;
  -webkit-animation: fadein 0.5s ease-in-out forwards;
  animation: fadein 0.5s ease-in-out forwards;
}
.c-card__image em i {
  font-size: 1.1rem;
  font-style: normal;
  line-height: 0.5;
  padding-right: 1rem;
  position: relative;
  z-index: 3;
}
.c-card__title {
  background-color: var(--font-color-primary);
  padding: 1.5rem;
}
.c-card__title h4 {
  color: #fff;
  font-size: 1.4rem;
  text-transform: uppercase;
}
.c-card__title h4::before {
  font-size: 3.5rem;
  line-height: 0.8;
}
.c-card .c-btn {
  bottom: 0;
  font-size: 1.2rem;
  padding: 1.4rem;
  position: absolute;
  right: 3rem;
}
.c-card a {
  background-color: #000;
  display: flex;
  flex-flow: column;
  min-height: 100%;
  text-decoration: none;
}

.c-state {
  border: 0 none;
  color: #fff;
  display: inline-block;
  padding: 0.7rem 2.4rem;
  position: relative;
  text-transform: uppercase;
}
.c-state::after {
  background-color: var(--color-primary);
  border: 1px solid var(--color-primary);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  -webkit-transform: skew(-15deg);
  transform: skew(-15deg);
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
  width: 100%;
  z-index: 0;
}
.c-state em {
  font-style: normal;
  position: relative;
  z-index: 1;
}

/** Promotion Products */
.c-internal-products .l-page__container {
  max-width: 115.5rem;
  padding: 0 0.5rem;
  width: 100%;
}
.c-internal-products .c-title {
  color: var(--font-color-primary);
  padding-left: 3rem;
}
.c-internal-products h2 {
  font-size: 3.2rem;
  margin-bottom: 3rem;
}
.c-internal-products h3 {
  font-size: 2.4rem;
  margin-bottom: 1.5rem;
  width: 100%;
}
.c-internal-products__list {
  display: flex;
  flex-flow: column;
  flex-wrap: wrap;
  gap: 5rem;
  padding-bottom: 2rem;
}
.c-internal-products__box {
  background-color: #ffffff;
  box-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.15);
  position: relative;
  display: inline-flex;
}
.c-internal-products__box--big {
  display: block;
}
.c-internal-products__short-text {
  color: var(--font-color-primary);
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.c-internal-products__short-text p {
  padding-top: 0.5rem;
}
.c-internal-products__long-text {
  color: var(--font-color-primary);
  display: flex;
  flex-flow: row wrap;
  flex-shrink: 0;
  justify-content: space-between;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.c-internal-products__long-text p {
  padding-top: 0.5rem;
}
.c-internal-products__date p {
  color: var(--color-primary);
  font-weight: bold;
  margin-bottom: 1rem;
}
.c-internal-products__label {
  color: var(--color-primary);
  font-weight: bold;
}
.c-internal-products__info .c-btn {
  margin: 0.3rem;
}
.c-internal-products__info ul {
  display: flex;
  flex-flow: row wrap;
  gap: 3rem;
}
.c-internal-products__info li {
  color: var(--font-color-primary);
  font-size: 1.6rem;
  text-transform: uppercase;
}
.c-internal-products__info li span {
  color: var(--color-primary);
  display: block;
  font-size: 2.5rem;
  font-weight: bold;
  margin-bottom: 0.1rem;
}
.c-internal-products__info li b {
  display: block;
}
.c-internal-products__table.hidden {
  display: none;
}
.c-internal-products__arrow {
  background-color: var(--color-primary);
  border: 0 none;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 6rem;
  left: 50%;
  margin-left: -3rem;
  position: absolute;
  top: 13.5rem;
  width: 6rem;
  z-index: 1;
}
.c-internal-products__arrow:hover {
  background-color: var(--color-secondary);
}
.c-internal-products__arrow.open {
  transform: rotate(180deg);
}
.c-internal-products__workshop {
  overflow: hidden;
  width: 100%;
}
.c-internal-products__workshop--finished .c-card {
  padding: 1rem 2rem 3.5rem;
  position: relative;
}
.c-internal-products__workshop--finished .c-card__date {
  width: auto;
}
.c-internal-products__workshop--finished .c-card__date p span {
  font-size: 1.2rem;
  font-weight: bold;
  letter-spacing: 0;
  padding-left: 1rem;
}
.c-internal-products__workshop--finished .c-card__date p span::before {
  -webkit-transform: translateX(-0.8rem);
  transform: translateX(-0.8rem);
}
.c-internal-products__title {
  display: flex;
  flex-flow: column;
  align-items: center;
  margin: 5rem 0 3rem;
}
@media screen and (min-width: 768px) {
  .c-internal-products__title {
    flex-flow: row;
    justify-content: space-between;
  }
}
.c-internal-products__filter {
  border: 0.1rem solid var(--color-input);
  min-width: 30rem;
  padding: 2rem;
}
.c-internal-products__filter select {
  color: var(--font-color-primary);
}
.c-internal-products__list--workshop {
  display: flex;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .c-internal-products__list--workshop {
    flex-flow: row wrap;
    align-items: normal;
  }
}
.c-internal-products__list--workshop > div {
  max-width: 32.4rem;
}
@media screen and (min-width: 768px) {
  .c-internal-products__list--workshop > div {
    width: 49%;
  }
}
@media screen and (min-width: 991px) {
  .c-internal-products__list--workshop > div {
    width: 21.5%;
  }
}
.c-internal-products .c-card__title h4.c-title {
  color: #fff;
  font-size: 1.2rem;
  padding-left: 2rem;
}

/** 03.10 Account */
.c-account {
  padding: 4rem 0;
}
.c-account__buttons {
  display: flex;
  flex-flow: row;
  justify-content: flex-start;
}
.c-account__buttons .c-btn {
  min-height: 4.8rem;
}
.c-account__buttons .c-btn.active {
  background-color: var(--color-primary);
  color: #fff;
}
.c-account__buttons .c-btn.active > svg {
  fill: #fff;
}
.c-account__shares {
  padding: 3rem 0 0;
}
.c-account__shares ul {
  display: flex;
  flex-flow: row;
  flex-wrap: nowrap;
  justify-content: center;
  margin: 3rem 0;
}
.c-account__shares ul li {
  padding: 1.5rem 0;
}
.c-account__shares ul li:nth-child(2) {
  padding: 0;
}
.c-account__shares ul li a {
  align-items: center;
  border: 0.1rem solid #999;
  color: var(--font-color-primary);
  display: flex;
  flex-flow: row;
  font-size: 1.5rem;
  height: 100%;
  letter-spacing: 0.3rem;
  padding: 3rem;
  position: relative;
  text-decoration: none;
  text-transform: uppercase;
  transition: all 0.3s ease-in 0s;
}
.c-account__shares ul li a b {
  color: var(--color-primary);
  padding-left: 3rem;
}
.c-account__shares ul li a::after {
  background-color: var(--color-primary);
  bottom: 0;
  content: "";
  height: 0.3rem;
  left: 0;
  position: absolute;
  text-decoration: none;
  transition: all 0.3s ease-in 0s;
  width: 0;
}
.c-account__shares ul li a:hover {
  color: var(--font-color-primary);
  text-decoration: none;
}
.c-account__shares ul li a:hover::after {
  transition: all 0.3s ease-in 0s;
  width: 100%;
}
.c-account__show {
  overflow: hidden;
  width: 100%;
}
.c-account__show h3 {
  padding: 6rem 0;
  text-align: center;
}
.c-account__data {
  display: flex;
  flex-flow: row wrap;
  align-items: flex-start;
  justify-content: flex-end;
  gap: 2rem;
  max-width: 105rem;
  padding: 3rem 0 0;
  width: 100%;
}
.c-account__data ul {
  border: 0.1rem solid var(--color-input);
  margin-bottom: 2rem;
  padding: 5rem;
}
.c-account__data ul li {
  margin: 0 0 1.5rem;
}
.c-account__data ul li:last-child {
  margin: 0;
}
.c-account__data ul a {
  text-decoration: none;
  text-transform: uppercase;
}
.c-account__data ul a > svg {
  fill: var(--color-primary);
}
.c-account__data > .c-form {
  max-width: 45rem;
  width: 100%;
}
.c-account__data > .c-form > form {
  margin: 0;
  max-width: 50rem;
  padding-top: 0;
}
.c-account__data > .c-form label {
  font-weight: bold;
}
.c-account__info {
  margin-top: 4rem;
  overflow: hidden;
  width: 100%;
}
.c-account__info > div {
  margin: 0 0 1rem;
  overflow: hidden;
  width: 100%;
}
.c-account__info > div:last-child {
  margin: 0;
}
.c-account__info > div p {
  padding-left: 2.5rem;
  position: relative;
}
.c-account__info > div em {
  left: 0;
  position: absolute;
  top: 0.5rem;
}
.c-account__info > div b {
  font-weight: 500;
}
.c-account__info > div span {
  display: block;
  margin-top: 0.5rem;
}
.c-account__point {
  border-radius: 50%;
  display: inline-block;
  height: 1.2rem;
  width: 1.2rem;
}
.c-account__valid {
  background-color: #35A500;
}
.c-account__requested_credit {
  background-color: #0000ff;
}
.c-account__pending {
  background-color: #FFFF00;
}
.c-account__rejected {
  background-color: #FF0000;
}
.c-account__paused {
  background-color: #FFA500;
}
.c-account__abandoned {
  background-color: #666666;
}

/** 03.11 Table */
.c-table {
  display: block;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  width: 100%;
}
@media screen and (min-width: 991px) {
  .c-table {
    overflow-x: hidden;
  }
}
.c-table table {
  border-collapse: separate;
  border-spacing: 0;
  clear: both;
  margin: 0 auto;
  width: 100%;
}
.c-table table th {
  border: 0 none;
  background-color: #000;
  color: #fff;
  font-size: 1.6rem;
  font-weight: 500;
  padding: 2.2rem 2rem;
  text-align: left;
  text-transform: uppercase;
}
.c-table table td {
  border: 0 none;
  color: var(--font-color-primary);
  font-size: 1.6rem;
  font-weight: 500;
  padding: 1.8rem 2rem;
  text-align: left;
}
.c-table table tr:nth-child(2n+2) td {
  background-color: var(--color-input);
}
.c-table--red table th {
  background-color: var(--color-primary);
}
.c-table__link {
  color: var(--font-color-primary);
}
.c-table__link:hover {
  color: var(--font-color-secondary);
}
.c-table--black table th {
  background: var(--color-input) none repeat-x scroll 0 0;
  border-bottom: 0.1rem solid var(--color-input);
  color: var(--font-color-primary);
  padding-top: 3.5rem;
}
.c-table--black table td {
  background-color: #fff;
  border-bottom: 0.1rem solid var(--color-input);
  color: var(--font-color-primary);
}
.c-table--black table tr:last-child td {
  border-bottom: 0;
}

/* 3.12 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;
}

.c-form-select {
  background: transparent 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 select {
  background: transparent no-repeat scroll calc(100% - 1rem) center;
  -webkit-background-size: 1.5rem;
  background-size: 1.5rem;
}

.c-form .c-form__section select {
  background-color: var(--color-input);
}

/* 3.13 Lista Info */
.c-info {
  display: flex;
  flex-flow: column;
  align-items: flex-start;
  gap: 2rem;
}
.c-info li {
  -webkit-filter: drop-shadow(12px 0px 7px rgba(0, 0, 0, 0.3));
  filter: drop-shadow(12px 0px 7px rgba(0, 0, 0, 0.3));
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row;
  flex-flow: row;
  gap: 0.5rem;
  line-height: 0.8;
  padding: 2.5rem 5rem 2.5rem 2rem;
  position: relative;
}
.c-info li::before, .c-info li::after {
  -webkit-animation: fadein 0.5s ease-in-out forwards;
  animation: fadein 0.5s ease-in-out forwards;
  content: "";
  height: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.c-info li::after {
  border-top: 90px solid var(--color-primary);
  border-right: 30px solid transparent;
  left: 0.1rem;
  top: 0.3rem;
}
.c-info li::before {
  border-top: 90px solid #ffffff;
  border-right: 30px solid transparent;
  right: 0;
  z-index: 1;
}
.c-info li.c-info__black::before {
  border-top: 90px solid #000;
}
.c-info li.c-info__black span {
  color: #fff;
}
.c-info li span, .c-info li b {
  position: relative;
  z-index: 1;
}
.c-info li span {
  color: var(--font-color-primary);
  font-size: 1.4rem;
  line-height: 1.35;
  margin-right: 3rem;
  text-transform: uppercase;
}
.c-info li b {
  color: var(--color-primary);
  font-size: 3.8rem;
}

/* 3.14 Tooltip */
/* Add this attribute to the element that needs a tooltip */
[data-tooltip] {
  cursor: pointer;
  position: relative;
  z-index: 2;
}

/* Hide the tooltip content by default */
[data-tooltip]:before,
[data-tooltip]:after {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
  opacity: 0;
  pointer-events: none;
  visibility: hidden;
}

/* Position tooltip above the element */
[data-tooltip]:before {
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  background-color: #FFF;
  border-radius: 0;
  border: 1px solid #F4F4F4;
  bottom: 0;
  color: #121212;
  content: attr(data-tooltip);
  font-size: 1.3rem;
  right: 0;
  line-height: 1.53;
  margin-bottom: 5px;
  margin-left: 0;
  padding: 1rem;
  position: absolute;
  text-align: left;
  width: 23rem;
}

@media screen and (min-width: 991px) {
  [data-tooltip]:before {
    font-size: 1.3rem;
    padding: 1rem;
    width: 20rem;
  }
}
/* Triangle hack to make tooltip look like a speech bubble */
[data-tooltip]:after {
  background: transparent url(/assets/bg_tooltip-3893bff4d4a82d7e36bec4970ee85cf03ecdc33a426f0339ebac5bacad697ae3.png) no-repeat scroll 0 0;
  content: " ";
  display: none;
  font-size: 0;
  height: 25px;
  left: 0;
  line-height: 0;
  margin-left: 0;
  position: absolute;
  right: auto;
  top: 18px;
  width: 27px;
}

/* Show tooltip content on hover */
[data-tooltip]:hover:before,
[data-tooltip]:hover:after {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
  opacity: 1;
  visibility: visible;
  z-index: 100;
}

/* 3.15 Reports */
.c-reports {
  overflow: hidden;
  width: 100%;
}
.c-reports h1 {
  color: #ffffff;
  font-size: 4.5rem;
  margin-left: 3rem;
}
.c-reports--data {
  background-color: #000;
  padding: 5rem 0;
  margin-bottom: 3rem;
}
.c-reports__top {
  display: flex;
  flex-flow: column;
  justify-content: space-between;
  gap: 2rem;
  margin-bottom: 3rem;
}
@media screen and (min-width: 991px) {
  .c-reports__top {
    flex-flow: row;
  }
}
.c-reports__select {
  display: flex;
  flex-flow: column;
}
@media screen and (min-width: 768px) {
  .c-reports__select {
    flex-flow: row;
  }
}
.c-reports__select > div {
  border-left: 0.1rem solid var(--color-primary);
  padding: 0.5rem 2rem;
}
.c-reports__select > div p {
  color: #fff;
  font-size: 1.6rem;
  margin: 0 0 1rem;
}
.c-reports__select > div select {
  background-color: #000;
  border: 0.1rem solid #333333;
  color: #fff;
  padding: 1.2rem 1.2rem;
  min-width: 25rem;
}
.c-reports__bottom {
  display: flex;
  flex-flow: column;
  justify-content: space-between;
  gap: 2rem;
  overflow: hidden;
  width: 100%;
}
@media screen and (min-width: 991px) {
  .c-reports__bottom {
    flex-flow: row;
  }
}
.c-reports__graphic {
  overflow: hidden;
  width: 100%;
}
@media screen and (min-width: 991px) {
  .c-reports__graphic {
    margin-left: auto;
    width: auto;
  }
}
.c-reports__graphic ul li {
  display: flex;
  flex-flow: row;
  gap: 5rem;
  border-bottom: 0.1rem solid #333;
  padding: 1.5rem;
}
.c-reports__graphic ul li em {
  font-style: normal;
  text-transform: uppercase;
}
.c-reports__graphic ul li em.c-color--red {
  color: var(--color-primary);
  display: block;
}
.c-reports__inversion--one {
  border-bottom: 0.1rem solid var(--color-primary);
  border-left: 0.1rem solid var(--color-primary);
  margin-bottom: 1.5rem;
  padding: 2rem;
  text-align: right;
  width: 100%;
}
.c-reports__inversion--one > b {
  display: block;
  font-size: 5rem;
  margin-bottom: 0.5rem;
}
.c-reports__inversion--one span {
  font-size: 1.8rem;
}
.c-reports__inversion--group {
  display: flex;
  flex-flow: row;
  justify-content: space-between;
  gap: 2rem;
}
.c-reports__inversion--group > div {
  border-bottom: 0.1rem solid var(--color-primary);
  border-left: 0.1rem solid var(--color-primary);
  padding: 2rem;
  text-align: right;
}
.c-reports__inversion--group > div span {
  display: block;
  font-size: 1.5rem;
  margin-bottom: 1rem;
  text-transform: uppercase;
}
.c-reports__inversion--group > div > b {
  margin-left: 1rem;
}
.c-reports--summary {
  overflow: hidden;
  padding-top: 3rem;
  width: 100%;
}
.c-reports--summary h2 {
  color: var(--font-color-primary);
  margin-bottom: 3rem;
  text-transform: uppercase;
}
.c-reports__summary {
  overflow: hidden;
  width: 100%;
}
.c-reports__filters {
  margin-bottom: 3rem;
  display: flex;
  flex-flow: column;
  gap: 2rem;
  justify-content: space-between;
  width: 100%;
}
@media screen and (min-width: 991px) {
  .c-reports__filters {
    flex-flow: row;
  }
}
.c-reports__search {
  display: flex;
  flex-flow: row;
  gap: 1.5rem;
}
.c-reports__search input[type=text] {
  min-width: 32rem;
}
.c-reports__search--form {
  border-top: 0.1rem solid var(--color-input);
  flex-flow: row wrap;
  justify-content: flex-start;
  gap: 2%;
  padding-top: 2rem;
  width: 100%;
}
.c-reports__search--form .c-reports__section {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .c-reports__search--form .c-reports__section {
    width: 32%;
  }
}
@media screen and (min-width: 991px) {
  .c-reports__search--form .c-reports__section {
    width: 23.5%;
  }
}
.c-reports__search--form .c-reports__section input[type=text] {
  min-width: auto;
}
.c-reports__section {
  margin: 0 0 1rem;
  width: 100%;
}
.c-reports__section label {
  color: var(--font-color-primary);
  display: block;
  margin: 0 0 1rem;
}
.c-reports__section input, .c-reports__section select {
  color: var(--font-color-primary);
}

/** 3.16 Pagination **/
.pagination__info {
  margin-bottom: 2rem;
  overflow: hidden;
  padding-top: 2rem;
  text-align: center;
  width: 100%;
}
.pagination__info > ul {
  display: flex;
  flex-flow: row wrap;
  justify-content: right;
}
.pagination__item {
  margin: 0 0.4rem;
}
.pagination__item a {
  background-color: var(--color-input);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  color: #666;
  display: inline-block;
  height: 4rem;
  font-size: 1.8rem;
  padding-top: 0.7rem;
  text-align: center;
  text-decoration: none;
  width: 4rem;
}
.pagination__item a:hover {
  background-color: var(--color-primary);
  color: #fff;
}
.pagination__item a svg path {
  fill: #ffffff;
}
.pagination__item a i {
  border-color: #fff;
}
.pagination__item.active a {
  background-color: var(--color-primary);
  color: #fff;
  font-weight: normal;
}
.pagination__item--arrow a {
  background-color: var(--color-input);
  color: #666;
  font-size: 1.5rem;
  padding-top: 1.1rem;
  width: 4rem;
}
.pagination__item--arrow a svg path {
  fill: #666666;
}
.pagination__item--arrow a:hover {
  background-color: var(--color-secondary);
  color: #fff;
}
.pagination__item--arrow a:hover svg path {
  fill: #ffffff;
}
.pagination__item--arrow a.p-products__link--first, .pagination__item--arrow a.p-products__link--last {
  background-color: var(--color-input);
}
.pagination__item--arrow a.p-products__link--first:hover, .pagination__item--arrow a.p-products__link--last:hover {
  background-color: var(--color-primary);
}
.pagination__item.disabled a {
  color: var(--color-text-primary);
  text-decoration: none;
}
.pagination__item.disabled a:hover {
  color: var(--color-text-primary);
  text-decoration: none;
}

.c-input__search {
  background-attachment: scroll;
  background-image: url(/assets/icons/search-9502ce9e3b3de7bb0dd698f18ba3fc197db23b8bd7d703c378e7fdc203d479fc.png);
  background-position: 1.5rem center;
  background-repeat: no-repeat;
}
.c-input__search[type=text] {
  padding-left: 4rem;
}

/** Listas **/
.c-list {
  overflow: hidden;
  width: 100%;
}
.c-list li {
  color: var(--font-color-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 li 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 ul {
  margin-top: 1.5rem;
}

/** Acordeon **/
.p-static__content {
  margin: 3vh auto;
  max-width: 120rem;
  width: 100%;
}
.p-static__content h2 {
  color: var(--font-color-primary);
  font-size: 3rem;
  margin-bottom: 2.5rem;
  margin-left: 2.7rem;
  text-align: left;
}
.p-static__content h3 {
  font-size: 2.2rem;
  margin-bottom: 2rem;
  margin-left: 2.4rem;
  text-align: left;
}
.p-static__content .p-static__acordeon h3 {
  margin-left: 0;
}
.p-static__content .p-static__acordeon .p-static__description > ul {
  margin-bottom: 2.5rem;
}

.p-static__acordeon {
  background: #fff;
}

.p-static__acordeon label {
  background: var(--color-input) url(/assets/icons/arrow_down-24be42f021450008057b9bac4921fb469c5a20cba673d6d62521fe7464643cfe.png) no-repeat scroll center right;
  color: var(--font-color-primary);
  cursor: pointer;
  display: block;
  font-size: 1.8rem;
  margin-bottom: 1rem;
  padding: 1.8rem 3rem 1.8rem 1.8rem;
  transition: all 300ms ease;
}

.p-static__acordeon label:hover {
  background-color: #ddd;
}

.p-static__acordeon .p-static__description {
  padding: 0px;
  margin: 0 2rem;
  max-height: 0px;
  overflow: hidden;
  transition: all 300ms ease;
}

.p-static__btn:checked ~ .p-static__description {
  max-height: none;
  padding: 1.5rem 0 2.5rem;
}

.p-static__btn {
  display: none;
}

/* 04. Pages
   ========================================================================== */
[id=bit-notification-bar], [id=bit-notification-bar-spacer] {
  display: none;
}

/* 04.0 - Home */
.home .l-container {
  padding-top: 6.9rem;
}
@media screen and (min-width: 991px) {
  .home .l-container {
    padding-top: 9.6rem;
  }
}

.p-home__choose {
  display: flex;
  flex-flow: column;
  justify-content: space-between;
  margin-top: 2rem;
  padding-bottom: 3rem;
}
@media screen and (min-width: 768px) {
  .p-home__choose {
    flex-flow: row;
    margin-top: -6rem;
  }
}

.c-rectangle {
  min-height: 23rem;
  padding: 2.5rem 3rem;
  position: relative;
  width: 88%;
}
@media screen and (min-width: 768px) {
  .c-rectangle {
    min-height: auto;
    padding: 3rem;
    width: 48%;
  }
}
@media screen and (min-width: 991px) {
  .c-rectangle {
    padding: 4rem;
    width: 40%;
  }
}
.c-rectangle h2 {
  font-size: 1.9rem;
  margin: 0;
}
@media screen and (min-width: 768px) {
  .c-rectangle h2 {
    font-size: 2.3rem;
  }
}
.c-rectangle__content {
  position: relative;
  z-index: 2;
}
.c-rectangle__title {
  margin-bottom: 2rem;
  padding-left: 6rem;
  position: relative;
}
.c-rectangle__title > svg {
  fill: var(--color-primary);
  height: 2.5rem;
  left: 0;
  position: absolute;
  top: 0;
  width: 2.5rem;
}
.c-rectangle::before, .c-rectangle::after {
  -webkit-animation: fadein 0.5s ease-in-out forwards;
  animation: fadein 0.5s ease-in-out forwards;
  content: "";
  height: 0;
  position: absolute;
  top: 0;
  width: 100vw;
}
.c-rectangle::before {
  z-index: 1;
}
.c-rectangle::after {
  top: 0.5rem;
  transition: all 0.3s ease-in-out 0s;
}
.c-rectangle--left::before {
  border-top: 200px solid #ffffff;
  border-right: 66.6666666667px solid transparent;
  right: -38px;
}
.c-rectangle--left::after {
  border-top: 200px solid var(--color-primary);
  border-right: 66.6666666667px solid transparent;
  right: -43px;
}
.c-rectangle--left h2 {
  color: #000000;
}
.c-rectangle--left:hover::after {
  right: -53px;
  top: 1.2rem;
}
.c-rectangle--right {
  margin-left: auto;
}
.c-rectangle--right h2 {
  color: #fff;
}
.c-rectangle--right::before {
  border-bottom: 200px solid #000000;
  border-left: 66.6666666667px solid transparent;
  left: -38px;
}
.c-rectangle--right::after {
  border-bottom: 200px solid var(--color-primary);
  border-left: 66.6666666667px solid transparent;
  left: -45px;
}
.c-rectangle--right:hover::after {
  left: -55px;
  top: 1.2rem;
}

/* 04.1 - Login */
.sellers.sold_to {
  background: transparent url(/assets/pages/workshop_bkg-8790ecb3c1367919acd645cd88ac63d171f7ba7e9d65f3f89a43192220766716.jpg) no-repeat scroll center center;
  background-size: cover;
}
.sellers.sessions {
  background: transparent url(/assets/pages/workshop_bkg-8790ecb3c1367919acd645cd88ac63d171f7ba7e9d65f3f89a43192220766716.jpg) no-repeat scroll center center;
  background-size: cover;
}
.sellers.sessions .l-header {
  background-color: rgba(255, 255, 255, 0.75);
}
@media screen and (min-width: 991px) {
  .sellers.sessions .l-menu {
    position: relative;
    right: auto;
    top: auto;
  }
}
.sellers.sessions .l-page--client {
  background: transparent none no-repeat scroll 0 0;
}
.sellers.sessions .l-page--workshop {
  flex-flow: column;
}
.sellers.sessions .c-cartela {
  min-height: auto;
}
.sellers.sessions .c-cartela__content {
  padding: 10vh 0 5vh;
}
.sellers.sessions .c-cartela__content > .l-page__container {
  max-width: 100rem;
}
.sellers.sessions .c-cartela--client {
  background: transparent none no-repeat scroll 0 0;
}
.sellers.sessions .c-cartela h1 {
  font-size: 2.7rem;
  margin-bottom: 3vh;
  max-width: none;
}
@media screen and (min-width: 991px) {
  .sellers.sessions .c-cartela h1 {
    font-size: 3.8rem;
  }
}
.sellers.sessions .c-cartela h2 {
  text-align: center;
}
.sellers.sessions .c-form__button .c-btn {
  min-width: 25rem;
}
.sellers .l-container {
  padding-top: 6.9rem;
}
@media screen and (min-width: 991px) {
  .sellers .l-container {
    padding-top: 9.3rem;
  }
}

.sessions.workshop::before, .registrations.workshop::before {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, rgba(0, 0, 0, 0.45)), to(rgba(0, 0, 0, 0)));
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0.45) 50%, rgba(0, 0, 0, 0) 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.45) 50%, rgba(0, 0, 0, 0) 100%);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.sessions.workshop .l-page--workshop, .registrations.workshop .l-page--workshop {
  flex-flow: column;
}
.sessions .l-header, .registrations .l-header {
  background-color: rgba(255, 255, 255, 0.75);
}
@media screen and (min-width: 991px) {
  .sessions .l-header, .registrations .l-header {
    background-color: rgba(255, 255, 255, 0.75);
  }
}
.sessions .l-header__logo > img.l-header__image--pages, .registrations .l-header__logo > img.l-header__image--pages {
  display: none;
}
.sessions .l-header__logo > img.l-header__image--login, .registrations .l-header__logo > img.l-header__image--login {
  display: block;
}
.sessions .l-container, .registrations .l-container {
  padding-top: 6.9rem;
}
@media screen and (min-width: 991px) {
  .sessions .l-container, .registrations .l-container {
    padding-top: 9.6rem;
  }
}
.sessions .l-page, .registrations .l-page {
  max-width: none;
  overflow: visible;
  padding: 0;
}
.sessions .l-page--whorshop, .registrations .l-page--whorshop {
  background: transparent url(/assets/login/bkg_whorkshop-e126b7861cdbf4c8863391fa6ba6b6d956f855854254859ca5a89b0bc7ff35bc.png) no-repeat scroll right bottom;
  background-size: cover;
}
.sessions.consumers .l-page > .alert, .registrations.consumers .l-page > .alert {
  display: none;
}
@media screen and (min-width: 991px) {
  .sessions.consumers .c-register .l-page__container::before, .registrations.consumers .c-register .l-page__container::before {
    background-color: #eee;
    box-shadow: 0.4rem 0 1.4rem rgba(0, 0, 0, 0.5);
    content: "";
    height: 75%;
    left: 50%;
    position: absolute;
    width: 0.1rem;
  }
}
.sessions .c-register .l-page__container, .registrations .c-register .l-page__container {
  display: flex;
  flex-flow: column;
  max-width: none;
  overflow: visible;
  padding-top: 4vw;
  padding-bottom: 10rem;
  position: relative;
  width: 100%;
}
@media screen and (min-width: 991px) {
  .sessions .c-register .l-page__container, .registrations .c-register .l-page__container {
    flex-flow: row wrap;
    justify-content: space-between;
  }
}
.sessions .c-register__content, .registrations .c-register__content {
  max-width: 65rem;
  position: relative;
  width: 100%;
}
.sessions .c-register__login, .registrations .c-register__login {
  background-color: transparent;
  display: flex;
  flex-flow: row;
  justify-content: flex-start;
  margin-top: 0;
  max-width: 52rem;
  padding: 4.2rem 3rem;
  position: relative;
  width: 95%;
}
@media screen and (min-width: 991px) {
  .sessions .c-register__login, .registrations .c-register__login {
    width: 45%;
  }
}
.sessions .c-register__login::before, .registrations .c-register__login::before {
  -webkit-animation: fadein 0.5s ease-in-out forwards;
  animation: fadein 0.5s ease-in-out forwards;
  border-top: 245px solid #000;
  border-right: 66.6666666667px solid transparent;
  content: "";
  height: 0;
  right: -38px;
  position: absolute;
  top: 0;
  width: 100vw;
}
.sessions .c-register__login .c-form__section--login, .registrations .c-register__login .c-form__section--login {
  flex-flow: column;
}
.sessions .c-register__login .c-form__section--login input[type=submit], .registrations .c-register__login .c-form__section--login input[type=submit] {
  margin-top: 1.5rem;
  width: max-content;
}
.sessions .c-register__sign, .registrations .c-register__sign {
  -webkit-box-shadow: 0 0 0;
  box-shadow: 0 0 0;
  margin: 0;
  width: 95%;
}
@media screen and (min-width: 991px) {
  .sessions .c-register__sign, .registrations .c-register__sign {
    max-width: none;
    padding: 0 4rem;
    width: 50%;
  }
}
.sessions .c-register .l-page__button, .registrations .c-register .l-page__button {
  display: flex;
  flex-flow: column;
  justify-content: space-between;
}
@media screen and (min-width: 768px) {
  .sessions .c-register .l-page__button, .registrations .c-register .l-page__button {
    flex-flow: row;
  }
}
.sessions .c-register .l-page__button form, .registrations .c-register .l-page__button form {
  margin: 0 0 1rem;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .sessions .c-register .l-page__button form, .registrations .c-register .l-page__button form {
    margin: 0;
    width: 49%;
  }
}
.sessions .c-register .l-page__button form .c-btn, .registrations .c-register .l-page__button form .c-btn {
  margin: 0;
}
.sessions .c-register .l-page__button form .c-btn span, .registrations .c-register .l-page__button form .c-btn span {
  font-size: 1.2rem;
}
.sessions .c-register .l-page__button form:last-child, .registrations .c-register .l-page__button form:last-child {
  margin: 0;
}
.sessions.workshop, .registrations.workshop {
  background: transparent url(/assets/pages/workshop_bkg-8790ecb3c1367919acd645cd88ac63d171f7ba7e9d65f3f89a43192220766716.jpg) no-repeat scroll center center;
}
.sessions.workshop .l-header, .registrations.workshop .l-header {
  background-color: rgba(255, 255, 255, 0.75);
}
@media screen and (min-width: 991px) {
  .sessions.workshop .l-menu, .registrations.workshop .l-menu {
    position: relative;
    right: auto;
    top: auto;
  }
}
.sessions.workshop .l-page--client, .registrations.workshop .l-page--client {
  background: transparent none no-repeat scroll 0 0;
}
.sessions.workshop .c-cartela, .registrations.workshop .c-cartela {
  min-height: auto;
}
.sessions.workshop .c-cartela__content, .registrations.workshop .c-cartela__content {
  padding: 10vh 0 5vh;
}
.sessions.workshop .c-cartela__content > .l-page__container, .registrations.workshop .c-cartela__content > .l-page__container {
  max-width: 100rem;
}
.sessions.workshop .c-cartela--client, .registrations.workshop .c-cartela--client {
  background: transparent none no-repeat scroll 0 0;
}

.registrations .c-register__sign > div {
  max-width: 54rem;
}
.registrations .c-register__sign > div form {
  max-width: none;
  width: 100%;
}
.registrations .c-register__sign > div.l-page__button {
  display: flex;
  flex-flow: row;
  justify-content: space-between;
}
.registrations .c-register__sign > div.l-page__button form {
  margin: 0 0 1rem;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .registrations .c-register__sign > div.l-page__button form {
    margin: 0;
    width: 49%;
  }
}
.registrations .c-register__sign > div.l-page__button form .c-btn {
  margin: 0;
}
.registrations .c-register__sign > div.l-page__button form .c-btn span {
  font-size: 1.2rem;
}
.registrations .c-register__sign > div.l-page__button form:last-child {
  margin: 0;
}
.registrations .c-register__sign .c-form__button {
  display: flex;
  flex-flow: row;
  justify-content: space-between;
}
.registrations .c-register__sign .c-form__button .c-btn {
  margin: 0 0 1rem;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .registrations .c-register__sign .c-form__button .c-btn {
    margin: 0;
    width: 49%;
  }
}

.static_pages.landing {
  background: transparent url(/assets/pages/workshop_bkg-8790ecb3c1367919acd645cd88ac63d171f7ba7e9d65f3f89a43192220766716.jpg) no-repeat scroll center center;
  background-size: cover;
}

/** Promotions ***/
.promotions.seller .c-cartela--workshop {
  min-height: 16rem;
}
.promotions.seller .c-cartela--workshop .c-cartela__content {
  padding: 4vh 0 2vh;
}
@media screen and (min-width: 991px) {
  .promotions.seller .c-cartela--workshop .c-cartela__content {
    padding: 3vh 0 3vh;
  }
}
.promotions.seller .c-cartela--workshop .c-cartela__info {
  flex-flow: column;
}
@media screen and (min-width: 768px) {
  .promotions.seller .c-cartela--workshop .c-cartela__info {
    flex-flow: row;
  }
}
.promotions.seller .c-cartela--workshop .c-cartela__info::before {
  border-bottom-width: 350px;
}
@media screen and (min-width: 768px) {
  .promotions.seller .c-cartela--workshop .c-cartela__info::before {
    border-bottom-width: 147px;
  }
}
.promotions.seller .c-cartela--workshop .c-cartela__info > div {
  border-right: 0 none;
}
@media screen and (min-width: 768px) {
  .promotions.seller .c-cartela--workshop .c-cartela__info > div {
    border-right: 0.1rem solid var(--color-border);
  }
}
.promotions.seller .c-cartela--workshop .c-cartela__info > div:last-child {
  border-right: 0 none;
}

/** Register ***/
.c-register__login {
  width: 50%;
}
.c-register__login h2 {
  color: #fff;
  font-size: 2.2rem;
  font-weight: 700;
  letter-spacing: 0.4rem;
  padding-left: 2rem;
  position: relative;
  text-align: left;
  text-transform: uppercase;
}
.c-register__login h2::before {
  background-size: 2.6666666667rem 0.3333333333rem;
  color: var(--color-primary);
  content: "/ ";
  position: absolute;
  -webkit-transform: translateX(-2.5rem);
  transform: translateX(-2.5rem);
}
.c-register__login .c-form > form {
  max-width: none;
}
.c-register__sign {
  margin: 8rem auto 0;
}
.c-register__sign .c-form__button--2 .c-btn {
  padding: 1.6rem 2rem;
  width: auto;
}
.c-register__sign h2 {
  color: var(--font-color-primary);
  font-size: 1.9rem;
  line-height: 1.25;
  margin-bottom: 3rem;
  padding-left: 2rem;
  text-align: center;
}
.c-register__sign .c-btn {
  padding: 1.6rem 0.6rem;
  width: 100%;
}
.c-register__sign .l-page__button {
  margin: 0 auto 1rem;
  padding: 0;
}
.c-register__sign .l-page__button:last-child {
  border-bottom: 0 none;
}
.c-register__sign .l-page__button .c-btn {
  margin: 0 0 1.5rem;
}
.c-register__sign .l-page__button .c-btn:last-child {
  margin: 0;
}
.c-register__sign > div {
  margin: 0 auto;
  max-width: 54rem;
  width: 100%;
}
.c-register__sign > div.c-form__info {
  margin: 1rem auto;
}
.c-register__access > div, .c-register__registration > div {
  margin: 0 auto;
  max-width: 33rem;
  width: 100%;
}
.c-register__tabs {
  border-bottom: 0.2rem solid var(--color-input);
  display: flex;
  flex-flow: row;
  align-items: flex-end;
  justify-content: center;
  margin: 0 auto 2.5rem;
  max-width: 54rem;
  width: 100%;
}
.c-register__tabs li {
  border: 0 none;
}
.c-register__tabs li span {
  border: 0.1rem solid var(--color-input);
  border-bottom: 0 none;
  color: #000;
  display: block;
  font-size: 1.9rem;
  font-weight: bold;
  padding: 2.4rem 2.5rem 2.4rem 5rem;
}
.c-register__tabs li a.c-btn {
  background-color: var(--color-input);
  border-color: var(--color-input);
  color: #D8D9DA;
  font-size: 1.9rem;
  padding: 2rem;
}
.c-register__tabs li a.c-btn:hover {
  background-color: var(--color-secondary);
  border-color: var(--color-secondary);
  color: #FFF;
}
.c-register__separate {
  padding: 1rem 0;
  position: relative;
  overflow: hidden;
  text-align: center;
}
.c-register__separate::before {
  background-color: var(--color-input);
  content: "";
  height: 0.2rem;
  left: 0;
  margin-top: -0.1rem;
  position: absolute;
  top: 50%;
  width: 100%;
}
.c-register__separate span {
  background-color: #fff;
  color: var(--font-color-primary);
  font-size: 1.9rem;
  padding: 0 2.5rem;
  position: relative;
}

/** password-reset **/
.passwords .l-header, .confirmations .l-header {
  background-color: #fff;
}
.passwords .l-menu, .confirmations .l-menu {
  display: none;
}
.passwords .l-page--client, .confirmations .l-page--client {
  background: transparent none no-repeat scroll 0 0;
}
.passwords .l-page----workshop, .confirmations .l-page----workshop {
  flex-flow: column;
}
.passwords .c-cartela, .confirmations .c-cartela {
  min-height: auto;
  background-color: #fff;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
  margin: 2rem auto 0;
  max-width: 58rem;
  padding: 2.2rem;
  width: 92%;
}
.passwords .c-cartela__content, .confirmations .c-cartela__content {
  padding: 5vh 0 5vh;
}
.passwords .c-cartela__content > .l-page__container, .confirmations .c-cartela__content > .l-page__container {
  max-width: 100rem;
}
.passwords .c-cartela__content > form, .confirmations .c-cartela__content > form {
  width: 90%;
  margin-inline: auto;
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
.passwords .c-cartela__content > form > .actions, .confirmations .c-cartela__content > form > .actions {
  display: flex;
  justify-content: center;
}
.passwords .c-cartela__content > form > p, .confirmations .c-cartela__content > form > p {
  margin: 0;
}
.passwords .c-cartela h2, .confirmations .c-cartela h2 {
  color: var(--font-color-primary);
  font-size: 1.6rem;
  margin-bottom: 2.5rem;
  padding-left: 0;
  text-align: center;
  text-transform: uppercase;
  font-weight: bold;
}
.passwords .c-cartela--client, .confirmations .c-cartela--client {
  background: transparent none no-repeat scroll 0 0;
}
.passwords .c-form, .confirmations .c-form {
  padding: 5rem 0 0;
}
.passwords .c-form .c-form__info, .confirmations .c-form .c-form__info {
  margin-top: 0;
}

.l-container {
  padding-top: 6.9rem;
}
@media screen and (min-width: 991px) {
  .l-container {
    padding-top: 9.6rem;
  }
}

.payment_file {
  color: black;
  padding: 10px;
}
.payment_file .info_help {
  border: 1px solid #3c9bd6;
  padding: 10px;
  background-color: rgba(60, 155, 214, 0.2196078431);
  border-radius: 5px;
  margin: 10px;
}
.payment_file .info_help p {
  color: #3c9bd6;
}
.payment_file table {
  width: 100%;
  border-spacing: 0;
  margin-bottom: 20px;
}
.payment_file table .black_header {
  background: black;
  color: white;
}
.payment_file table .black_header th {
  padding: 20px;
}
.payment_file table .black_header th img {
  max-width: 80%;
  float: right;
}
.payment_file table .black_header th.col8 {
  width: 80%;
}
.payment_file table .black_header th.col6 {
  width: 60%;
}
.payment_file table .black_header th.col4 {
  width: 40%;
}
.payment_file table .black_header th.col3 {
  width: 30%;
}
.payment_file table .text_with_border {
  float: right;
  padding: 20px;
  border: 1px solid black;
  margin-top: 20px;
}
.payment_file table h5, .payment_file table h3 {
  color: black;
  padding-left: 10px;
}
.payment_file table p {
  padding: 5px;
  text-align: center;
}

.l-page_mini__container {
  overflow: hidden;
  margin: 0 auto;
  max-width: var(--max-width);
  width: 60%;
  padding: 10px;
}

.l-page--reports-payment-document .c-title, .l-page--reports-payment-document .c-reports__inversion {
  color: white;
}

.l-page--reports-payment-document .c-reports__bottom {
  justify-content: flex-start;
}
.l-page--reports-payment-document .c-reports__inversion--one {
  padding: 2rem 4rem;
}

@media print {
  @page {
    margin-top: 30mm;
  }
  #printed-block {
    page-break-inside: avoid;
    break-inside: avoid;
  }
  .page-break {
    page-break-before: always;
  }
}
