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


/* required styles */
.leaflet-pane,
.leaflet-tile,
.leaflet-marker-icon,
.leaflet-marker-shadow,
.leaflet-tile-container,
.leaflet-pane > svg,
.leaflet-pane > canvas,
.leaflet-zoom-box,
.leaflet-image-layer,
.leaflet-layer {
  position: absolute;
  left: 0;
  top: 0;
}

.leaflet-container {
  overflow: hidden;
}

.leaflet-tile,
.leaflet-marker-icon,
.leaflet-marker-shadow {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -webkit-user-drag: none;
}

/* Prevents IE11 from highlighting tiles in blue */
.leaflet-tile::selection {
  background: transparent;
}

/* Safari renders non-retina tile on retina better with this, but Chrome is worse */
.leaflet-safari .leaflet-tile {
  image-rendering: -webkit-optimize-contrast;
}

/* hack that prevents hw layers "stretching" when loading new tiles */
.leaflet-safari .leaflet-tile-container {
  width: 1600px;
  height: 1600px;
  -webkit-transform-origin: 0 0;
}

.leaflet-marker-icon,
.leaflet-marker-shadow {
  display: block;
}

/* .leaflet-container svg: reset svg max-width decleration shipped in Joomla! (joomla.org) 3.x */
/* .leaflet-container img: map is broken in FF if you have max-width: 100% on tiles */
.leaflet-container .leaflet-overlay-pane svg {
  max-width: none !important;
  max-height: none !important;
}

.leaflet-container .leaflet-marker-pane img,
.leaflet-container .leaflet-shadow-pane img,
.leaflet-container .leaflet-tile-pane img,
.leaflet-container img.leaflet-image-layer,
.leaflet-container .leaflet-tile {
  max-width: none !important;
  max-height: none !important;
  width: auto;
  padding: 0;
}

.leaflet-container img.leaflet-tile {
  /* See: https://bugs.chromium.org/p/chromium/issues/detail?id=600120 */
  mix-blend-mode: plus-lighter;
}

.leaflet-container.leaflet-touch-zoom {
  -ms-touch-action: pan-x pan-y;
  touch-action: pan-x pan-y;
}

.leaflet-container.leaflet-touch-drag {
  -ms-touch-action: pinch-zoom;
  /* Fallback for FF which doesn't support pinch-zoom */
  touch-action: none;
  touch-action: pinch-zoom;
}

.leaflet-container.leaflet-touch-drag.leaflet-touch-zoom {
  -ms-touch-action: none;
  touch-action: none;
}

.leaflet-container {
  -webkit-tap-highlight-color: transparent;
}

.leaflet-container a {
  -webkit-tap-highlight-color: rgba(51, 181, 229, 0.4);
}

.leaflet-tile {
  filter: inherit;
  visibility: hidden;
}

.leaflet-tile-loaded {
  visibility: inherit;
}

.leaflet-zoom-box {
  width: 0;
  height: 0;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 800;
}

/* workaround for https://bugzilla.mozilla.org/show_bug.cgi?id=888319 */
.leaflet-overlay-pane svg {
  -moz-user-select: none;
}

.leaflet-pane {
  z-index: 400;
}

.leaflet-tile-pane {
  z-index: 200;
}

.leaflet-overlay-pane {
  z-index: 400;
}

.leaflet-shadow-pane {
  z-index: 500;
}

.leaflet-marker-pane {
  z-index: 600;
}

.leaflet-tooltip-pane {
  z-index: 650;
}

.leaflet-popup-pane {
  z-index: 700;
}

.leaflet-map-pane canvas {
  z-index: 100;
}

.leaflet-map-pane svg {
  z-index: 200;
}

.leaflet-vml-shape {
  width: 1px;
  height: 1px;
}

.lvml {
  behavior: url(#default#VML);
  display: inline-block;
  position: absolute;
}

/* control positioning */
.leaflet-control {
  position: relative;
  z-index: 800;
  pointer-events: visiblePainted; /* IE 9-10 doesn't have auto */
  pointer-events: auto;
}

.leaflet-top,
.leaflet-bottom {
  position: absolute;
  z-index: 1000;
  pointer-events: none;
}

.leaflet-top {
  top: 0;
}

.leaflet-right {
  right: 0;
}

.leaflet-bottom {
  bottom: 0;
}

.leaflet-left {
  left: 0;
}

.leaflet-control {
  float: left;
  clear: both;
}

.leaflet-right .leaflet-control {
  float: right;
}

.leaflet-top .leaflet-control {
  margin-top: 10px;
}

.leaflet-bottom .leaflet-control {
  margin-bottom: 10px;
}

.leaflet-left .leaflet-control {
  margin-left: 10px;
}

.leaflet-right .leaflet-control {
  margin-right: 10px;
}

/* zoom and fade animations */
.leaflet-fade-anim .leaflet-popup {
  opacity: 0;
  -webkit-transition: opacity 0.2s linear;
  -moz-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
}

.leaflet-fade-anim .leaflet-map-pane .leaflet-popup {
  opacity: 1;
}

.leaflet-zoom-animated {
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
}

svg.leaflet-zoom-animated {
  will-change: transform;
}

.leaflet-zoom-anim .leaflet-zoom-animated {
  -webkit-transition: -webkit-transform 0.25s cubic-bezier(0, 0, 0.25, 1);
  -moz-transition: -moz-transform 0.25s cubic-bezier(0, 0, 0.25, 1);
  transition: transform 0.25s cubic-bezier(0, 0, 0.25, 1);
}

.leaflet-zoom-anim .leaflet-tile,
.leaflet-pan-anim .leaflet-tile {
  -webkit-transition: none;
  -moz-transition: none;
  transition: none;
}

.leaflet-zoom-anim .leaflet-zoom-hide {
  visibility: hidden;
}

/* cursors */
.leaflet-interactive {
  cursor: pointer;
}

.leaflet-grab {
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: grab;
}

.leaflet-crosshair,
.leaflet-crosshair .leaflet-interactive {
  cursor: crosshair;
}

.leaflet-popup-pane,
.leaflet-control {
  cursor: auto;
}

.leaflet-dragging .leaflet-grab,
.leaflet-dragging .leaflet-grab .leaflet-interactive,
.leaflet-dragging .leaflet-marker-draggable {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: grabbing;
}

/* marker & overlays interactivity */
.leaflet-marker-icon,
.leaflet-marker-shadow,
.leaflet-image-layer,
.leaflet-pane > svg path,
.leaflet-tile-container {
  pointer-events: none;
}

.leaflet-marker-icon.leaflet-interactive,
.leaflet-image-layer.leaflet-interactive,
.leaflet-pane > svg path.leaflet-interactive,
svg.leaflet-image-layer.leaflet-interactive path {
  pointer-events: visiblePainted; /* IE 9-10 doesn't have auto */
  pointer-events: auto;
}

/* visual tweaks */
.leaflet-container {
  background: #ddd;
  outline-offset: 1px;
}

.leaflet-container a {
  color: #0078A8;
}

.leaflet-zoom-box {
  border: 2px dotted #38f;
  background: rgba(255, 255, 255, 0.5);
}

/* general typography */
.leaflet-container {
  font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1.5;
}

/* general toolbar styles */
.leaflet-bar {
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.65);
  border-radius: 4px;
}

.leaflet-bar a {
  background-color: #fff;
  border-bottom: 1px solid #ccc;
  width: 26px;
  height: 26px;
  line-height: 26px;
  display: block;
  text-align: center;
  text-decoration: none;
  color: black;
}

.leaflet-bar a,
.leaflet-control-layers-toggle {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  display: block;
}

.leaflet-bar a:hover,
.leaflet-bar a:focus {
  background-color: #f4f4f4;
}

.leaflet-bar a:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}

.leaflet-bar a:last-child {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom: none;
}

.leaflet-bar a.leaflet-disabled {
  cursor: default;
  background-color: #f4f4f4;
  color: #bbb;
}

.leaflet-touch .leaflet-bar a {
  width: 30px;
  height: 30px;
  line-height: 30px;
}

.leaflet-touch .leaflet-bar a:first-child {
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}

.leaflet-touch .leaflet-bar a:last-child {
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
}

/* zoom control */
.leaflet-control-zoom-in,
.leaflet-control-zoom-out {
  font: bold 18px "Lucida Console", Monaco, monospace;
  text-indent: 1px;
}

.leaflet-touch .leaflet-control-zoom-in, .leaflet-touch .leaflet-control-zoom-out {
  font-size: 22px;
}

/* layers control */
.leaflet-control-layers {
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.4);
  background: #fff;
  border-radius: 5px;
}

.leaflet-control-layers-toggle {
  background-image: url(/images/layers.png);
  width: 36px;
  height: 36px;
}

.leaflet-retina .leaflet-control-layers-toggle {
  background-image: url(/images/layers-2x.png);
  background-size: 26px 26px;
}

.leaflet-touch .leaflet-control-layers-toggle {
  width: 44px;
  height: 44px;
}

.leaflet-control-layers .leaflet-control-layers-list,
.leaflet-control-layers-expanded .leaflet-control-layers-toggle {
  display: none;
}

.leaflet-control-layers-expanded .leaflet-control-layers-list {
  display: block;
  position: relative;
}

.leaflet-control-layers-expanded {
  padding: 6px 10px 6px 6px;
  color: #333;
  background: #fff;
}

.leaflet-control-layers-scrollbar {
  overflow-y: scroll;
  overflow-x: hidden;
  padding-right: 5px;
}

.leaflet-control-layers-selector {
  margin-top: 2px;
  position: relative;
  top: 1px;
}

.leaflet-control-layers label {
  display: block;
  font-size: 13px;
  font-size: 1.08333em;
}

.leaflet-control-layers-separator {
  height: 0;
  border-top: 1px solid #ddd;
  margin: 5px -10px 5px -6px;
}

/* Default icon URLs */
.leaflet-default-icon-path { /* used only in path-guessing heuristic, see L.Icon.Default */
  background-image: url(/images/marker-icon.png);
}

/* attribution and scale controls */
.leaflet-container .leaflet-control-attribution {
  background: #fff;
  background: rgba(255, 255, 255, 0.8);
  margin: 0;
}

.leaflet-control-attribution,
.leaflet-control-scale-line {
  padding: 0 5px;
  color: #333;
  line-height: 1.4;
}

.leaflet-control-attribution a {
  text-decoration: none;
}

.leaflet-control-attribution a:hover,
.leaflet-control-attribution a:focus {
  text-decoration: underline;
}

.leaflet-attribution-flag {
  display: inline !important;
  vertical-align: baseline !important;
  width: 1em;
  height: 0.6669em;
}

.leaflet-left .leaflet-control-scale {
  margin-left: 5px;
}

.leaflet-bottom .leaflet-control-scale {
  margin-bottom: 5px;
}

.leaflet-control-scale-line {
  border: 2px solid #777;
  border-top: none;
  line-height: 1.1;
  padding: 2px 5px 1px;
  white-space: nowrap;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: rgba(255, 255, 255, 0.8);
  text-shadow: 1px 1px #fff;
}

.leaflet-control-scale-line:not(:first-child) {
  border-top: 2px solid #777;
  border-bottom: none;
  margin-top: -2px;
}

.leaflet-control-scale-line:not(:first-child):not(:last-child) {
  border-bottom: 2px solid #777;
}

.leaflet-touch .leaflet-control-attribution,
.leaflet-touch .leaflet-control-layers,
.leaflet-touch .leaflet-bar {
  box-shadow: none;
}

.leaflet-touch .leaflet-control-layers,
.leaflet-touch .leaflet-bar {
  border: 2px solid rgba(0, 0, 0, 0.2);
  background-clip: padding-box;
}

/* popup */
.leaflet-popup {
  position: absolute;
  text-align: center;
  margin-bottom: 20px;
}

.leaflet-popup-content-wrapper {
  padding: 1px;
  text-align: left;
  border-radius: 12px;
}

.leaflet-popup-content {
  margin: 13px 24px 13px 20px;
  line-height: 1.3;
  font-size: 13px;
  font-size: 1.08333em;
  min-height: 1px;
}

.leaflet-popup-content p {
  margin: 17px 0;
  margin: 1.3em 0;
}

.leaflet-popup-tip-container {
  width: 40px;
  height: 20px;
  position: absolute;
  left: 50%;
  margin-top: -1px;
  margin-left: -20px;
  overflow: hidden;
  pointer-events: none;
}

.leaflet-popup-tip {
  width: 17px;
  height: 17px;
  padding: 1px;
  margin: -10px auto 0;
  pointer-events: auto;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.leaflet-popup-content-wrapper,
.leaflet-popup-tip {
  background: white;
  color: #333;
  box-shadow: 0 3px 14px rgba(0, 0, 0, 0.4);
}

.leaflet-container a.leaflet-popup-close-button {
  position: absolute;
  top: 0;
  right: 0;
  border: none;
  text-align: center;
  width: 24px;
  height: 24px;
  font: 16px/24px Tahoma, Verdana, sans-serif;
  color: #757575;
  text-decoration: none;
  background: transparent;
}

.leaflet-container a.leaflet-popup-close-button:hover,
.leaflet-container a.leaflet-popup-close-button:focus {
  color: #585858;
}

.leaflet-popup-scrolled {
  overflow: auto;
}

.leaflet-oldie .leaflet-popup-content-wrapper {
  -ms-zoom: 1;
}

.leaflet-oldie .leaflet-popup-tip {
  width: 24px;
  margin: 0 auto;
  -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678)";
  filter: progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678);
}

.leaflet-oldie .leaflet-control-zoom,
.leaflet-oldie .leaflet-control-layers,
.leaflet-oldie .leaflet-popup-content-wrapper,
.leaflet-oldie .leaflet-popup-tip {
  border: 1px solid #999;
}

/* div icon */
.leaflet-div-icon {
  background: #fff;
  border: 1px solid #666;
}

/* Tooltip */
/* Base styles for the element that has a tooltip */
.leaflet-tooltip {
  position: absolute;
  padding: 6px;
  background-color: #fff;
  border: 1px solid #fff;
  border-radius: 3px;
  color: #222;
  white-space: nowrap;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  pointer-events: none;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
}

.leaflet-tooltip.leaflet-interactive {
  cursor: pointer;
  pointer-events: auto;
}

.leaflet-tooltip-top:before,
.leaflet-tooltip-bottom:before,
.leaflet-tooltip-left:before,
.leaflet-tooltip-right:before {
  position: absolute;
  pointer-events: none;
  border: 6px solid transparent;
  background: transparent;
  content: "";
}

/* Directions */
.leaflet-tooltip-bottom {
  margin-top: 6px;
}

.leaflet-tooltip-top {
  margin-top: -6px;
}

.leaflet-tooltip-bottom:before,
.leaflet-tooltip-top:before {
  left: 50%;
  margin-left: -6px;
}

.leaflet-tooltip-top:before {
  bottom: 0;
  margin-bottom: -12px;
  border-top-color: #fff;
}

.leaflet-tooltip-bottom:before {
  top: 0;
  margin-top: -12px;
  margin-left: -6px;
  border-bottom-color: #fff;
}

.leaflet-tooltip-left {
  margin-left: -6px;
}

.leaflet-tooltip-right {
  margin-left: 6px;
}

.leaflet-tooltip-left:before,
.leaflet-tooltip-right:before {
  top: 50%;
  margin-top: -6px;
}

.leaflet-tooltip-left:before {
  right: 0;
  margin-right: -12px;
  border-left-color: #fff;
}

.leaflet-tooltip-right:before {
  left: 0;
  margin-left: -12px;
  border-right-color: #fff;
}

/* Printing */
@media print {
  /* Prevent printers from removing background-images of controls. */
  .leaflet-control {
    -webkit-print-color-adjust: exact;
    print-color-adjust: exact;
  }
}
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-Light-4a2ae01df061c8582cc845d5071242aaa9a203a39ab0e367b4dc4e7993ea482a.eot);
  src: url(/assets/Decimal-Light-4a2ae01df061c8582cc845d5071242aaa9a203a39ab0e367b4dc4e7993ea482a.eot?#iefix) format("embedded-opentype"), url(/assets/Decimal-Light-a1b81b1c4b7f4b4d1ff3f4b4a786985bf9943c56eade801a608b144b5e0cab84.woff2) format("woff2"), url(/assets/Decimal-Light-8bdfbe7576a640eba949c80f79d2871d85c6cd70eaaf1b34b97f9d69954591b5.woff) format("woff"), url(/assets/Decimal-Light-9d0d355704ee211e9dc03202a59e10c6c1da21cc74f7af322f60cc9fc32c1eed.ttf) format("truetype"), url(/assets/Decimal-Light-76d55f71c3c6d95781a9fa42532463647d51a67fb6e76a456078c31952d6f8dd.svg#Decimal-Light) format("svg");
  font-weight: 300;
  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: #ef0000;
  --color-primary-dim: #000000;
  --color-secondary: #872518;
  --color-bkg: #ffffff;
  --color-bkg-grey: #f7f7f7;
  --color-bkg-card: #ECEDEE;
  --color-border: #999999;
  --color-input: #ECEDEE;
  --color-input-line: #666666;
  --color-input-code: #FFFFFF;
  --font-text-primary: "BridgestoneType", "Noto Sans", Arial;
  --font-text-secondary: "Decimal", "BridgestoneType", "Noto Sans", Arial;
  --font-text-title: "Decimal-Book", "BridgestoneType", "Noto Sans", Arial;
  --font-color-primary: #000000;
  --font-color-secondary: #818D96;
  --font-size: 1.6rem;
  --max-width: 134rem;
  --nav-height: 7.2rem;
}

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

body {
  background: var(--color-bkg-grey) none no-repeat fixed center right;
  color: var(--font-color-primary);
  display: flex;
  flex-flow: column;
  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-title);
  font-weight: normal;
  margin: 0 0 1rem;
}

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

.d-none {
  display: none;
}

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], input[type=tel], textarea {
  background-color: var(--color-input);
  border: 1px 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: normal;
  padding: 1.2rem 1.6rem;
  width: 100%;
  /*&[name="code"] {
    background-image: url(/assets/icons/code-354f3b69ab851d8a3b90b700f1a696efec3e642184aa4c302ddf604ea19083bd.png);
  }*/
}
input[type=text][name=code], input[type=password][name=code], input[type=email][name=code], input[type=date][name=code], input[type=tel][name=code], textarea[name=code] {
  background-color: var(--color-input-code);
  border: 0;
  border-bottom: 1px solid var(--color-border);
  text-transform: uppercase;
}
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*=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*=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*=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*=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], input[type=tel][type=email], input[type=tel][type=password], input[type=tel][id=access_code_mobile_phone], input[type=tel][id=access_code_email], input[type=tel][name*=first_name], input[type=tel][name=name], input[type=tel][name*=last_name], input[type=tel][name=subname], input[type=tel][id=consumer_mobile_phone], input[type=tel][id=consumer_id_card], input[type=tel][id=seller_email], input[type=tel][id*=phone], input[type=tel][id*=dni], input[type=tel].user, input[type=tel].iban, input[type=tel].dni, input[type=tel][id=cp], textarea[type=email], textarea[type=password], textarea[id=access_code_mobile_phone], textarea[id=access_code_email], 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], input[type=tel][type=email], input[type=tel][id=access_code_email], input[type=tel][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], input[type=tel][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], input[type=tel][id*=phone], textarea[id*=phone] {
  background-image: url(/assets/icons/phone-34e099b384e503bab6e5d5aea03476e7747c8a2080d7b3d6b3f265402eb1c90b.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], input[type=tel][name*=first_name], input[type=tel][name*=last_name], input[type=tel].user, input[type=tel][name=name], input[type=tel][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], input[type=tel][id=consumer_id_card], input[type=tel].dni, input[type=tel][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, input[type=tel].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], input[type=tel][id=cp], textarea[id=cp] {
  background-image: url(/assets/icons/codigo_postal-7f8580ad87e6e875930b85dab38c39724784ffe3f3b140a5455d262f10aeba2d.png);
}

select {
  background-color: #fff;
  border: 0.1rem solid var(--color-border);
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  color: #000;
  font-size: 1.4rem;
  letter-spacing: normal;
  padding: 1.2rem 2.5rem 1.2rem 1.6rem;
  width: 100%;
  appearance: none;
  background-image: url(/assets/icons/select-arrow-a0b0327f663e00f3cb42ccfefc4f0c3818399d2d5362a3bba64d79dcbcebfd03.png);
  background-repeat: no-repeat;
  background-position-x: calc(100% - 0.5rem);
  background-position-y: 50%;
  background-size: 1.4rem;
}

select:invalid {
  color: var(--font-color-secondary);
}

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,
select:focus,
select:active {
  outline: var(--color-primary);
}

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

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;
  position: absolute;
  text-align: center;
  top: 6.9rem;
  width: 100%;
  z-index: 10;
}
@media screen and (min-width: 991px) {
  .alert {
    top: 7.2rem;
  }
}
.alert-warning {
  background-color: rgba(232, 0, 0, 0.98);
}
.alert-warning button {
  background-color: transparent;
  border-radius: 50%;
  border: 2px solid #fff;
  color: #fff;
  cursor: pointer;
}
.alert-warning button:hover {
  border-color: rgba(255, 255, 255, 0.5);
  color: rgba(255, 255, 255, 0.5);
}
.alert-warning strong {
  color: #fff;
}
.alert-success {
  background-color: rgba(24, 222, 18, 0.3);
}
.alert p {
  font-size: 1.8rem;
  font-weight: normal;
  margin: 0;
}

/* Accessibility utilities
   ========================================================================== */
.visually-hidden {
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  height: 1px;
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}

.visually-hidden:focus,
.visually-hidden:active {
  clip: auto;
  clip-path: none;
  height: auto;
  overflow: visible;
  position: static;
  white-space: normal;
  width: auto;
}

a:focus, button:focus, .c-btn:focus,
.checkbox-btn input[type=checkbox]:focus + label::after,
input:focus,
select:focus {
  outline: 2px solid var(--color-primary);
  outline-offset: 2px;
}

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

.w-100 {
  width: 100%;
}

/* 02.2 Header **/
.impersonate-header {
  background-color: #000000;
  color: #fff;
  display: flex;
  font-size: 1.4rem;
  min-height: 7rem;
  align-items: center;
  justify-content: center;
  padding: 1.5rem;
}
.impersonate-header a {
  color: white;
  font-weight: bold;
}

.l-header {
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  left: 0;
  min-height: 6.9rem;
  overflow: hidden;
  padding: 1rem 4vw;
  position: fixed;
  top: 0;
  width: 100%;
  box-shadow: 0px -1px 20px 2px rgba(0, 0, 0, 0.1);
  z-index: 3;
}
@media screen and (min-width: 991px) {
  .l-header {
    min-height: 7.2rem;
  }
}
@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--inside {
  padding: 0 4vw 0 4vw;
}
.l-header--inside .l-menu ul {
  align-items: stretch;
  min-height: 9rem;
}
.l-header--inside .l-menu ul li {
  display: flex;
  flex-flow: column;
}
.l-header--inside .l-menu ul li a {
  flex: 1;
}
.l-header--inside .l-menu ul li a.c-btn {
  flex: none;
  margin: auto;
}
.l-header .l-page__container {
  background-color: transparent;
  -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 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: 0;
  position: relative;
  width: 100%;
}
@media screen and (min-width: 991px) {
  .l-header__logo {
    max-width: 13.5rem;
    padding: 0;
  }
}
.l-header__logo::before {
  border-right: calc(var(--nav-height) / 3) solid transparent;
  border-top: var(--nav-height) solid #fff;
  content: "";
  display: none;
  height: 0;
  position: absolute;
  right: -38px;
  top: 0;
  width: calc(100% + 38px);
}
.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: "";
    display: none;
    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;
  gap: 2rem;
  position: relative;
}
.l-menu ul .c-btn {
  border: 1px solid var(--color-primary);
  color: #fff;
  font-size: 1.4rem;
  padding: 1.2rem 2rem;
}
.l-menu ul .c-btn:hover {
  border: 1px solid var(--color-secondary);
  color: #fff;
}
.l-menu ul .c-btn--border {
  border: 1px solid var(--color-primary);
  color: var(--font-color-primary);
}
.l-menu ul .c-btn--border:hover {
  background-color: var(--color-bkg);
  border: 1px solid var(--color-secondary);
  color: var(--font-color-primary);
}
.l-menu a {
  align-items: center;
  border-bottom: 0.2rem solid transparent;
  color: var(--font-color-primary);
  display: flex;
  flex-flow: row;
  font-family: var(--font-text-secondary);
  font-size: 1.4rem;
  font-weight: 500;
  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: var(--color-primary);
  color: var(--color-primary);
}
.l-menu a svg {
  height: 2rem;
  margin-right: 1rem;
}
.l-menu__logout a {
  color: var(--color-primary);
  padding-left: 4vw;
  position: relative;
}
.l-menu__logout a:hover {
  border-bottom-color: transparent;
  color: var(--color-secondary);
}
.l-menu__logout a::before {
  background-color: var(--color-primary);
  content: "";
  display: block;
  height: 100%;
  left: 0;
  padding: 0;
  position: absolute;
  transform-origin: center;
  transform: rotate(15deg);
  top: 0;
  width: 2px;
}
.l-menu__button {
  margin-top: 0;
}
@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;
  min-height: 4rem;
  position: relative;
}
.l-menu__button span {
  background-color: var(--color-primary);
  border-radius: 1px;
  display: block;
  height: 0.2rem;
  left: auto;
  position: relative;
  top: auto;
  -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: 1px;
  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: 0.9rem;
  font-weight: 700;
  left: 0;
  position: absolute;
  bottom: 0;
  -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 {
  color: #fff;
  padding: 1.2rem 0;
}
.body--mobile .l-menu ul li a:active, .body--mobile .l-menu ul li a:focus, .body--mobile .l-menu ul li a:hover {
  color: rgba(255, 255, 255, 0.5);
}
.body--mobile .l-menu__overlay {
  display: block;
}
.body--mobile .l-footer {
  display: none;
}

/* 02.4 Main **/
.l-page {
  background-color: var(--color-bkg-grey);
  overflow: hidden;
  padding: 0 0 2rem;
  position: relative;
  width: 100%;
  display: flex;
  flex-flow: column;
  gap: 4rem;
}
.l-page--public {
  padding: 4vh 0;
}
.l-page p {
  color: var(--font-color-primary);
}
.l-page__container {
  margin: 0 auto;
  max-width: var(--max-width);
  width: 92%;
  display: flex;
  flex-flow: column;
  gap: 2rem;
}
.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: var(--color-bkg-grey) 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: var(--max-width);
  overflow: visible;
}
.l-page--invitate .l-page__button {
  margin-bottom: 1rem;
  margin-top: 2rem;
}
.l-page__button {
  overflow: visible;
  width: 100%;
}
.l-page__button--right {
  text-align: right;
}
.l-page__button--center {
  text-align: center;
}
.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--background {
  flex: 1;
  padding: 3vh 0;
}
.l-page__cards {
  display: grid;
  gap: 2rem;
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
@media screen and (min-width: 480px) {
  .l-page__cards {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media screen and (min-width: 768px) {
  .l-page__cards {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media screen and (min-width: 991px) {
  .l-page__cards {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}
.l-page__cards .c-promotions__empty {
  background-color: var(--color-bkg);
  border-radius: 2rem;
  font-weight: 600;
  grid-column: 1/-1;
  margin: 0;
}
.l-page__empty {
  background-color: var(--color-bkg-card);
  border-radius: 2rem;
  grid-column: 1/-1;
  padding: 2rem;
}
.l-page__empty p {
  font-size: 1.6rem;
  font-weight: 600;
  margin: 0;
  text-align: center;
}
.l-page__back .c-btn--back {
  border: 2px solid var(--color-primary);
  font-family: var(--font-text-secondary);
  font-weight: 500;
  padding: 1.4rem 2.4rem;
}
.l-page__back .c-btn--back:hover {
  border: 2px solid var(--color-secondary);
  color: var(--color-secondary);
}

.card {
  background-color: var(--color-bkg-card);
  border-radius: 1.5rem;
  border: 1px solid var(--color-input);
  overflow: hidden;
  width: 100%;
}
.card--promotion {
  border-radius: 1.5rem;
  border: 0;
  display: flex;
  flex-flow: column;
  height: 100%;
  margin: auto;
  max-width: 30rem;
}
.card--promotion .card__image {
  background-color: #fff;
  height: 26rem;
  min-height: 14rem;
  padding-bottom: 0.5rem;
}
.card--promotion .card__image img {
  object-fit: contain;
  object-position: top;
}
.card--promotion .card__link--expired .card__date {
  background-color: rgba(255, 255, 255, 0.95);
  border-radius: 0;
  border: 0;
  left: 0;
  padding: 0.4rem 0.8rem;
  top: 0;
  width: 100%;
}
.card--public {
  display: flex;
  flex-flow: column;
  padding-bottom: 1.5rem;
}
.card--public .c-btn {
  margin-top: 0;
}
.card__link {
  border-radius: 1.5rem;
  border: 1px solid var(--color-input);
  display: flex;
  flex-flow: column;
  flex: 1;
  gap: 1rem;
  padding-bottom: 1.5rem;
  position: relative;
  text-decoration: none;
}
.card__link--current .card__image > span {
  bottom: 3rem;
}
.card__link--current .card__date {
  background-color: var(--color-bkg-card);
  border-radius: 1.5rem 1.5rem 0 0;
  bottom: 0;
  left: 0;
  padding: 0.4rem;
  top: auto;
  width: 100%;
}
.card__link--current .card__date p {
  font-size: 1rem;
  text-align: center;
  text-transform: uppercase;
}
.card__link h3 {
  font-size: 1.6rem;
}
.card__button {
  margin-top: auto;
  padding: 0 1rem;
  text-align: center;
}
.card__button .c-btn {
  width: max-content;
}
.card__description {
  padding: 0 1rem;
}
.card__date {
  background-color: #fff;
  border-radius: 2.5rem;
  border: 1px solid var(--color-input);
  left: 1rem;
  padding: 0.8rem;
  position: absolute;
  top: 1rem;
  width: auto;
  z-index: 1;
}
.card__date p {
  color: var(--color-input-line);
  font-family: var(--font-text-secondary);
  font-size: 1.2rem;
  margin: 0;
}
.card__date p span {
  font-size: 1.2rem;
  font-weight: bold;
  letter-spacing: 0;
  padding-left: 1rem;
}
.card__date p span::before {
  -webkit-transform: translateX(-0.8rem);
  transform: translateX(-0.8rem);
}
.card__image {
  height: 18rem;
  overflow: hidden;
  position: relative;
  width: 100%;
}
.card__image > span {
  background-color: var(--font-color-primary);
  border-radius: 2.5rem;
  bottom: 1.5rem;
  color: var(--color-bkg);
  font-size: 1.2rem;
  left: 1rem;
  padding: 0.5rem 1rem;
  position: absolute;
  z-index: 1;
}
.card__image img {
  display: block;
  height: 100%;
  object-fit: cover;
  width: 100%;
}
.card__image--contain {
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
}
.card__image--contain img {
  height: auto;
  object-fit: initial;
  width: auto;
}
.card__body {
  align-items: flex-start;
  color: var(--font-color-primary);
  display: flex;
  flex-direction: column;
  gap: 1rem;
  padding: 2rem 1rem;
}
.card__title {
  color: var(--font-color-primary);
}
.card__text {
  margin: 0;
}
.card .c-btn {
  margin-top: 1rem;
}

/* 02.5 Footer */
.l-footer {
  background-color: var(--color-bkg);
  border-top: 1px solid var(--font-color-secondary);
  overflow: hidden;
  position: relative;
  width: 100%;
}
.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;
  font-family: var(--font-text-secondary);
  font-weight: 300;
  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-family: var(--font-text-secondary);
  font-size: 1.4rem;
  font-weight: 300;
  letter-spacing: normal;
  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: 3.2rem;
  border-radius: 3.2rem;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-family: var(--font-text-secondary);
  font-size: 1.4rem;
  font-weight: 500;
  padding: 1.4rem 2.4rem;
  text-align: center;
  text-decoration: none;
  text-transform: unset;
  letter-spacing: normal;
  -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.98);
}
.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;
}
.c-btn--border {
  background-color: var(--color-bkg);
  border: 1px solid var(--color-primary);
  color: var(--font-color-primary);
}
.c-btn--border:hover {
  background-color: var(--color-primary);
  color: var(--color-bkg);
}

/* 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: 2rem;
  border-radius: 2rem;
  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: 0;
  text-align: center;
  text-transform: uppercase;
}
.c-modal__content .l-page__button {
  padding-top: 2rem;
}
.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;
  justify-content: space-between;
  width: 100%;
}
.c-modal--login turbo-frame[id=auth_form] {
  width: 100%;
}

/* 03.3 Form */
.c-form {
  overflow: visible;
  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 {
  align-content: flex-start;
  display: flex;
  flex-flow: row wrap;
  margin: 0 0 1rem;
  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 > div {
  display: flex;
  flex-flow: column;
  gap: 2rem;
}
@media screen and (min-width: 768px) {
  .c-form__section--login > div {
    flex-flow: row;
  }
}
.c-form__section--login input[type=text] {
  flex: 1;
  min-width: 20rem;
  padding-block: 0.6rem;
  text-align: center;
  text-transform: uppercase;
}
.c-form__section--login input[type=text]:focus {
  border: 0;
  border-bottom: 1px solid var(--color-primary);
}
.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;
  width: 100%;
}
.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__section--public {
  align-items: center;
  display: flex;
  flex-flow: column;
  gap: 1rem;
  margin: 0 0 2rem;
}
@media screen and (min-width: 768px) {
  .c-form__section--public {
    flex-flow: row;
  }
  .c-form__section--public select {
    max-width: 35rem;
  }
}
.c-form__section--fieldset {
  border-radius: 3.2rem;
  border: 1px solid var(--color-primary);
  display: flex;
  flex-flow: row;
  margin-left: auto;
  padding: 0;
  width: max-content;
}
.c-form__section--fieldset label {
  margin: 0;
}
.c-form__section--fieldset > div {
  border-radius: 3.2rem;
  border: 1px solid var(--color-primary);
  display: flex;
  flex-flow: row;
  padding: 0;
}
.c-form__section--fieldset .c-filter__button {
  align-items: center;
  background-color: #fff;
  border: none;
  cursor: pointer;
  display: flex;
  justify-content: center;
  padding: 1rem 1.2rem;
  position: relative;
  transition: all 0.3s ease;
}
.c-form__section--fieldset .c-filter__button input[type=checkbox] {
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.c-form__section--fieldset .c-filter__button:not(:last-child) {
  border-right: 1px solid var(--color-primary);
}
.c-form__section--fieldset .c-filter__button:first-child {
  padding-left: 1.6rem;
  border-radius: 3.2rem 0 0 3.2rem;
}
.c-form__section--fieldset .c-filter__button:last-child {
  padding-right: 1.6rem;
  border-radius: 0 3.2rem 3.2rem 0;
}
.c-form__section--fieldset .c-filter__button:hover:not(.c-filter__button--active) {
  background-color: rgba(0, 0, 0, 0.5);
}
.c-form__section--fieldset .c-filter__button--active, .c-form__section--fieldset .c-filter__button--active:hover {
  background-color: rgba(239, 0, 0, 0.5) !important;
}
.c-form__section--fieldset .c-filter__button--active .c-filter__icon, .c-form__section--fieldset .c-filter__button--active:hover .c-filter__icon {
  filter: brightness(0) invert(1);
}
.c-form__filters {
  display: flex;
  flex-flow: column;
  gap: 1rem;
  width: 100%;
}
@media screen and (min-width: 480px) {
  .c-form__filters {
    flex-flow: row;
  }
}
.c-form__filters-selects {
  display: flex;
  flex-flow: row;
  gap: 1rem;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .c-form__filters-selects {
    width: max-content;
  }
}
.c-form__checkbox {
  margin: 0 0 1.5rem;
  overflow: visible;
  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: visible;
  width: 100%;
}
.c-form__info > p {
  color: var(--font-color-primary);
}
.c-form__info > p > a {
  text-decoration: underline;
}
.c-form__info > a {
  color: var(--color-primary);
  font-weight: 400;
  text-decoration: underline;
}
.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;
  width: 100%;
}
.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;
}
.c-form p a {
  text-decoration: underline;
}
.c-form--line input[type=text], .c-form--line input[type=password], .c-form--line input[type=email], .c-form--line input[type=date], .c-form--line input[type=tel], .c-form--line textarea, .c-form--line select {
  background-color: transparent;
  background-image: none;
  border: 0;
  border-bottom: 1px solid var(--color-input-line);
  font-family: var(--font-text-secondary);
  font-weight: 300;
  padding: 1.2rem 0;
}
.c-form--line input[type=text]:focus, .c-form--line input[type=password]:focus, .c-form--line input[type=email]:focus, .c-form--line input[type=date]:focus, .c-form--line input[type=tel]:focus, .c-form--line textarea:focus, .c-form--line select:focus {
  border-bottom-color: var(--color-primary);
  outline: 0;
}
.c-form--line > form {
  display: flex;
  flex-flow: row wrap;
  gap: 1.5rem;
  justify-content: space-between;
  max-width: none;
  overflow: visible;
}
.c-form--line > form .c-form__section select {
  background-color: transparent;
  background-image: url(/assets/icons/select-arrow.png);
}
.c-form--line .c-form__section {
  width: 100%;
  margin: 0;
}
@media screen and (min-width: 768px) {
  .c-form--line .c-form__section {
    width: 48.5%;
  }
}
.c-form--line .c-form__section label {
  color: var(--color-input-line);
  font-family: var(--font-text-secondary);
  font-weight: 500;
}
.c-form--line .c-form__section--group {
  display: flex;
  flex-flow: row wrap;
  flex: 0 0 100%;
  gap: 1.5rem;
  justify-content: space-between;
}
.c-form--line .c-form__section--group > div {
  flex: 0 0 100%;
}
@media screen and (min-width: 768px) {
  .c-form--line .c-form__section--group > div {
    flex: 0 0 48.5%;
  }
}
.c-form--line .c-form__checkbox {
  width: 100%;
}
.c-form--line .c-form__info {
  text-align: left;
}
.c-form--line .c-form__info p {
  color: var(--color-input-line);
  font-family: var(--font-text-secondary);
  font-size: 1.4rem;
  font-weight: 300;
}

/* 03.4 Box */
.c-box {
  background-color: #fff;
  border-radius: 2rem;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.05);
  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;
  }
}
.c-box--left {
  margin: 0;
}

/* 03.5 Title */
.c-title {
  font-size: 3rem;
  letter-spacing: 0;
  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);
}

.c-headline {
  color: var(--font-color-primary);
  font-size: 3rem;
}
.c-headline--total {
  width: 100%;
}

/* 03.6 Cartela */
.c-cartela {
  background-color: var(--color-bkg);
  border-bottom: 2px solid var(--color-input);
  display: flex;
  flex-flow: row;
  min-height: auto;
  overflow: visible;
  padding: 0;
  position: relative;
}
.c-cartela h1, .c-cartela h2 {
  color: #fff;
  font-weight: 300;
  line-height: 1.15;
  padding-left: 4vw;
  padding-right: 2vw;
}
@media screen and (min-width: 768px) {
  .c-cartela h1, .c-cartela h2 {
    padding-right: 0;
  }
}
@media screen and (min-width: 991px) {
  .c-cartela h1, .c-cartela h2 {
    color: #000;
  }
}
.c-cartela h1 {
  font-size: 2.7rem;
  letter-spacing: normal;
  max-width: 67rem;
}
@media screen and (min-width: 768px) {
  .c-cartela h1 {
    font-size: 3rem;
  }
}
@media screen and (min-width: 1280px) {
  .c-cartela h1 {
    font-size: 3.9rem;
  }
}
.c-cartela h1 .color__red {
  color: var(--color-primary);
}
.c-cartela h2 {
  font-size: 1.8rem;
  letter-spacing: normal;
}
@media screen and (min-width: 768px) {
  .c-cartela h2 {
    font-size: 2rem;
  }
}
@media screen and (min-width: 1280px) {
  .c-cartela h2 {
    font-size: 2.5rem;
  }
}
.c-cartela h2 .color__red {
  color: var(--color-primary);
}
.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 {
  align-items: flex-start;
  display: flex;
  flex-flow: column;
  justify-content: center;
  margin: 0 auto;
  max-width: none;
  padding: 4vh 0;
  position: relative;
  width: 100%;
  z-index: 1;
}
.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);
}
.c-cartela--public {
  align-items: center;
  background: var(--color-bkg) url(/assets/login/public_mobile-b8fbe2a945876754126ec80d7e4cddd3c86cab72409a27163a4b42c5f4769deb.jpg) no-repeat scroll 0 0;
  background-size: cover;
}
@media screen and (min-width: 991px) {
  .c-cartela--public {
    background: var(--color-bkg);
  }
}
.c-cartela--public-image {
  display: none;
  width: 100%;
  max-width: 50%;
  height: 100%;
  object-fit: cover;
}
@media screen and (min-width: 991px) {
  .c-cartela--public-image {
    display: block;
  }
}
.c-cartela--detail {
  background: var(--color-bkg) url(/assets/detail/cartela_mobile-abd61e084abb01fc3848d3609d630b32a9a06ef142dcda1d4313f3a9f54df318.jpg) no-repeat scroll 0 0;
  background-size: cover;
}
@media screen and (min-width: 991px) {
  .c-cartela--detail {
    background-image: none;
  }
}
.c-cartela--bkg .c-cartela__content {
  min-height: 24rem;
}
@media screen and (min-width: 991px) {
  .c-cartela--bkg .c-cartela__content {
    min-height: 37rem;
    padding: 7vh 0;
    width: 50%;
  }
}
.c-cartela--bkg .c-cartela__content--detail {
  min-height: 22rem;
}
@media screen and (min-width: 991px) {
  .c-cartela--bkg .c-cartela__content--detail {
    min-height: 30.5rem;
    padding: 7vh 0;
    width: 50%;
  }
}
.c-cartela--bkg .c-cartela__content--detail h1 {
  font-size: 2.4rem;
}
@media screen and (min-width: 768px) {
  .c-cartela--bkg .c-cartela__content--detail h1 {
    font-size: 2.6rem;
  }
}
@media screen and (min-width: 991px) {
  .c-cartela--bkg .c-cartela__content--detail h1 {
    font-size: 3.1rem;
  }
}
.c-cartela--account {
  background: var(--color-bkg) url(/assets/account/cartela_mobile-918f94e527fd4ca2f83ddc8e8c997cbd42813259e715dbd4a38e871ef7978663.jpg) no-repeat scroll 0 0;
  background-size: cover;
}
@media screen and (min-width: 991px) {
  .c-cartela--account {
    background-image: none;
  }
}
.c-cartela--account .c-cartela__content {
  min-height: 24.8rem;
}
.c-cartela--consumers {
  background: var(--color-bkg) url(/assets/consumers/cartela_mobile-3df0f26f7fe35dd8f5fd048d6d7a4df995ed207234ba9ee0e7099f37847d2538.jpg) no-repeat scroll 0 0;
  background-size: cover;
}
@media screen and (min-width: 991px) {
  .c-cartela--consumers {
    background-image: none;
  }
}
.c-cartela--consumers .c-cartela__content {
  min-height: 24.8rem;
}
.c-cartela__bkg, .c-cartela__detail, .c-cartela__account, .c-cartela__consumers {
  align-self: stretch;
  display: none;
  width: 50%;
}
@media screen and (min-width: 991px) {
  .c-cartela__bkg, .c-cartela__detail, .c-cartela__account, .c-cartela__consumers {
    display: block;
  }
}
.c-cartela__bkg {
  background: var(--color-bkg) url(/assets/login/public-c82777323003cad69e735a78743a67877b63d0869fb70cca4ca9b53a0fc0627b.jpg) no-repeat scroll 0 0;
  background-size: cover;
}
.c-cartela__detail {
  background: var(--color-bkg) url(/assets/detail/cartela-1d166fff3143cb36440a4d0a3e222cb328a43860012831274d125071e8f793c1.png) no-repeat scroll 0 0;
  background-size: cover;
}
@media screen and (min-width: 991px) {
  .c-cartela__detail {
    position: relative;
  }
}
.c-cartela__detail--promo {
  background-position: right center;
  display: block;
  height: 100%;
  position: absolute;
  width: 100%;
}
@media screen and (min-width: 991px) {
  .c-cartela__detail--promo {
    height: auto;
    position: relative;
    width: 50%;
  }
}
.c-cartela__detail--promo::before {
  background-color: rgba(0, 0, 0, 0.4);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
@media screen and (min-width: 991px) {
  .c-cartela__detail--promo::before {
    background: transparent url(/assets/trapeze-cb61caa47a82216c22e983434854d0bc534521a8f504c92670834bdd3dce7b6b.png) no-repeat scroll 0 0;
    background-size: auto 100%;
  }
}
.c-cartela__account {
  background: var(--color-bkg) url(/assets/account/cartela-74507e41b1704bfad7d797cb202cc43ae38a5a65f0146dd8758a5cc2487978fa.png) no-repeat scroll 0 0;
  background-size: cover;
}
.c-cartela__consumers {
  background: var(--color-bkg) url(/assets/consumers/cartela-c7653adaf1d6e1f46668fe57dacbfa453e4a415c5390c83bd8b40e95db4e90e0.png) no-repeat scroll 0 0;
  background-size: cover;
}
.c-cartela h1 strong {
  color: var(--color-primary);
}

/** 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: var(--max-width);
  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);
  margin: 0;
}
@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__title--column {
  flex-flow: column;
}
.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: var(--max-width);
}
@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;
}
.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--column {
  flex-flow: column;
}
.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;
  }
}
@media screen and (min-width: 768px) {
  .c-campaign__data > .c-info--circle {
    margin: 0 0 4rem;
  }
}
.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;
}
.c-campaign--public {
  display: flex;
  flex-flow: column;
  gap: 2.5rem;
}
@media screen and (min-width: 768px) {
  .c-campaign--public {
    gap: 3.5rem;
  }
}
.c-campaign--public h1, .c-campaign--public h2 {
  color: var(--font-color-primary);
  margin: 0;
  text-align: center;
}
.c-campaign--public h2 {
  margin: auto;
  max-width: 91rem;
}
.c-campaign__image {
  align-items: center;
  display: flex;
  flex-flow: column;
  justify-content: center;
  margin: auto;
  max-width: 110rem;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .c-campaign__image {
    flex-flow: row;
  }
}
.c-campaign__image img {
  display: block;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .c-campaign__image img {
    width: max-content;
  }
}
@media screen and (min-width: 768px) {
  .c-campaign__image img:first-child {
    max-width: 30%;
  }
}
@media screen and (min-width: 768px) {
  .c-campaign__image img:nth-child(2) {
    max-width: 70%;
  }
}
@media screen and (min-width: 768px) {
  .c-campaign__image--only img:first-child {
    max-width: none;
  }
}
.c-campaign__terms {
  display: flex;
  flex-flow: column;
  gap: 1.5rem;
}
.c-campaign__terms h3 {
  color: var(--font-color-primary);
  font-size: 1.8rem;
  margin: 0;
}
.c-campaign__terms div {
  display: flex;
  flex-flow: row wrap;
  gap: 1.5rem;
  justify-content: left;
}
.c-campaign__terms > .c-btn {
  width: max-content;
}
.c-campaign__accumulated {
  align-items: center;
  display: flex;
  flex-flow: column;
  gap: 1.5rem;
  justify-content: flex-start;
}
@media screen and (min-width: 768px) {
  .c-campaign__accumulated {
    flex-flow: row;
  }
}
.c-campaign__accumulated h3 {
  color: var(--font-color-primary);
  font-size: 2.8rem;
  margin: 0;
}
.c-campaign__separate {
  display: none;
  padding: 0 3rem;
}
@media screen and (min-width: 768px) {
  .c-campaign__separate {
    display: block;
  }
}
.c-campaign__line {
  background-color: var(--color-primary);
  display: none;
  height: 14rem;
  padding: 0;
  transform-origin: center;
  transform: rotate(15deg);
  width: 3px;
}
@media screen and (min-width: 768px) {
  .c-campaign__line {
    display: block;
  }
}

/** 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: 94%;
}
.c-promotions .c-headline {
  color: var(--font-color-primary);
}
.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 .card h3 {
  font-size: 1.6rem;
  margin: 0;
}
.c-promotions__list {
  display: flex;
  flex-flow: column;
  gap: 5rem;
  padding-bottom: 2.8rem;
}
.c-promotions__box {
  background-color: var(--color-bkg);
  border-radius: 2rem;
  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-family: var(--font-text-secondary);
  font-size: 1.6rem;
}
.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 {
  border-radius: 0 0 2rem 2rem;
  overflow: hidden;
}
.c-promotions__table.hidden {
  display: none;
}
.c-promotions__table .c-table tr:last-child td:first-child {
  border: 0 0 0 2rem;
}
.c-promotions__table .c-table tr:last-child td:last-child {
  border: 0 2rem 0 0;
}
.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: 95%;
  margin-left: -3rem;
  position: absolute;
  top: 6rem;
  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-radius: 3.2rem;
  border: 0;
  display: flex;
  flex-flow: row;
  margin-left: auto;
  padding: 0;
  width: max-content;
}
.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-promotions__empty {
  color: var(--font-color-secondary);
  font-size: 1.6rem;
  padding: 2rem;
  text-align: center;
  width: 100%;
}
.c-promotions .c-filter {
  border-radius: 3.2rem;
  border: 1px solid var(--color-primary);
  display: flex;
  flex-flow: row;
  padding: 0;
}
.c-promotions .c-filter__button {
  align-items: center;
  background-color: var(--color-bkg);
  border: 1px solid var(--color-primary);
  border-right: 0;
  cursor: pointer;
  display: flex;
  justify-content: center;
  padding: 1.5rem 1.2rem;
  position: relative;
  transition: all 0.3s ease;
}
.c-promotions .c-filter__button:first-child {
  border-radius: 3.2rem 0 0 3.2rem;
  padding-left: 1.6rem;
}
.c-promotions .c-filter__button:not(:last-child) {
  border: 1px solid var(--color-primary);
}
.c-promotions .c-filter__button:last-child {
  border-radius: 0 3.2rem 3.2rem 0;
  padding-right: 1.6rem;
}
.c-promotions .c-filter__button:hover:not(.c-filter__button--active) {
  background-color: rgba(0, 0, 0, 0.5);
}
.c-promotions .c-filter__button--active {
  background-color: rgba(239, 0, 0, 0.5);
}
.c-promotions .c-filter__button--active svg {
  color: #fff;
}

.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.98);
  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 {
  background-color: var(--color-primary);
  border-radius: 10rem;
  border: 1px solid var(--color-primary);
  color: #fff;
  display: inline-block;
  padding: 0.7rem 2.4rem;
  position: relative;
  text-transform: none;
}
.c-state em {
  font-family: var(--font-text-secondary);
  font-size: 1.4rem;
  font-style: normal;
  position: relative;
  text-transform: uppercase;
  z-index: 1;
}

.c-publi {
  display: flex;
  flex-flow: column;
  padding: 2vh 0 0;
  width: 100%;
}
.c-publi a, .c-publi__link {
  cursor: pointer;
  display: block;
  position: relative;
  width: 100%;
  z-index: 1;
}
.c-publi img {
  display: block;
  pointer-events: auto;
  width: 100%;
}

/** 03.10 Code */
.c-code {
  background-color: var(--color-input);
  padding: 4vh 0;
}
.c-code__container {
  display: flex;
  justify-content: center;
  width: 100%;
}
.c-code__card {
  align-items: center;
  background-color: #fff;
  border-radius: 2rem;
  display: flex;
  flex-flow: column;
  gap: 1rem;
  justify-content: center;
  max-width: 70rem;
  padding: 4rem;
  width: 100%;
}
.c-code__card h2 {
  color: #000;
  font-family: var(--font-text-title);
  text-align: center;
}
.c-code__card--inline {
  flex-flow: column;
}
@media screen and (min-width: 768px) {
  .c-code__card--inline {
    flex-flow: row;
  }
}
.c-code__card--inline h2 {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .c-code__card--inline h2 {
    text-align: left;
  }
}
.c-code__card--inline .c-btn {
  flex: 0 0 auto;
}
.c-code__card--form .c-form__group {
  margin: auto;
}
.c-code__form {
  display: flex;
  flex-flow: column;
  gap: 2rem;
  align-items: center;
  justify-content: center;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .c-code__form {
    flex-flow: row;
  }
}
.c-code__form input {
  max-width: 20rem;
  text-align: center;
  text-transform: uppercase;
}
.c-code__form input::placeholder {
  text-align: center;
  text-transform: uppercase;
}
.c-code__form input:focus {
  border-left: 0;
  border-right: 0;
  border-top: 0;
}
.c-code--fixed {
  background-color: transparent;
  padding: 0;
  position: fixed;
  right: 0;
  bottom: 2rem;
  z-index: 1000;
}
@media screen and (min-width: 768px) {
  .c-code--fixed {
    bottom: auto;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
  }
}
.c-code--fixed .c-code__container {
  width: max-content;
}
.c-code--fixed .c-code__card {
  background-color: rgba(255, 255, 255, 0.9);
  border-radius: 2rem 0 0 2rem;
  box-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.25);
  padding: 1rem 1.5rem;
}
@media screen and (min-width: 768px) {
  .c-code--fixed .c-code__card {
    padding: 2rem;
  }
}
@media screen and (min-width: 768px) {
  .c-code--fixed .c-code__card--inline {
    flex-flow: column;
  }
}
.c-code--fixed .c-code__card--inline h2 {
  font-size: 1.2rem;
  margin: 0;
  text-align: right;
}
@media screen and (min-width: 768px) {
  .c-code--fixed .c-code__card--inline h2 {
    font-size: 1.6rem;
    max-width: 16rem;
  }
}
.c-code--fixed .c-code__card--inline .c-btn {
  font-size: 1.3rem;
  padding: 1rem 2.4rem;
}
@media screen and (min-width: 768px) {
  .c-code--fixed .c-code__card--inline .c-btn {
    padding: 1.4rem 2.4rem;
  }
}

/** Code campaign */
.l-page--bkg {
  flex: 1;
  padding: 3vh 0;
}
.l-page--bill {
  background-attachment: fixed;
  background-color: transparent;
  background-image: url(/assets/bkg/bill-ecdf581e67fc8a9fd80170bf56afbb398b3bb2d44d7ea2480ec3434e08231a17.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.c-codecampaign {
  display: flex;
  flex-flow: column;
  flex: 1;
  gap: 5rem;
  justify-content: space-between;
}
.c-codecampaign .alert {
  left: auto;
  padding: 1rem;
  position: relative;
  top: auto;
  width: 100%;
}
.c-codecampaign .alert-danger {
  background-color: rgba(232, 0, 0, 0.98);
  color: #fff;
  font-size: 1.6rem;
  font-weight: 500;
  margin: 0;
}
.c-codecampaign__title {
  padding: 0 4vw;
}
.c-codecampaign__title h1 {
  color: #fff;
  font-size: clamp(2rem, 4vw, 4rem);
  font-weight: 500;
  margin: 0;
}
.c-codecampaign__title h1 span {
  display: block;
  font-size: 1.6rem;
}
.c-codecampaign__box {
  background-color: var(--color-bkg);
  border-radius: 2rem;
  padding: 5vw;
  margin: 5vh auto auto;
  max-width: 73rem;
  width: 94%;
}
@media screen and (min-width: 768px) {
  .c-codecampaign__box {
    padding: 4vw;
  }
}
@media screen and (min-width: 991px) {
  .c-codecampaign__box {
    padding: 4rem;
  }
}
.c-codecampaign__box .c-form > form {
  max-width: none;
  overflow: visible;
}
.c-codecampaign__box .c-form__section--label {
  display: flex;
  flex-flow: column;
  gap: 1rem;
}
.c-codecampaign__box .c-form__section--label label {
  font-family: var(--font-text-secondary);
  font-size: 1.6rem;
  font-weight: 500;
  margin: 0;
}
.c-codecampaign__box .c-form__section--label p {
  font-family: var(--font-text-secondary);
  font-weight: 300;
}
.c-codecampaign__box .c-form__section--label input {
  background-color: var(--color-input);
  border: 1px solid var(--color-input);
  border-radius: 0.8rem;
}
.c-codecampaign__box .c-form__section--label input:focus {
  border-color: var(--color-primary);
}
.c-codecampaign__box .c-form__section--file {
  margin: 0 0 1.5rem;
  width: 100%;
}
.c-codecampaign__box .c-form__section--file span {
  width: 100%;
}
.c-codecampaign__box .c-form__section select, .c-codecampaign__box .c-form__section .ts-control input {
  background: var(--color-input) url(/assets/icons/select-arrow-a0b0327f663e00f3cb42ccfefc4f0c3818399d2d5362a3bba64d79dcbcebfd03.png) no-repeat scroll calc(100% - 1rem) center !important;
  background-size: 1.5rem !important;
  border-radius: 0.8rem;
  border: var(--color-input);
  padding: 1.2rem 1.6rem !important;
}
.c-codecampaign__box .c-form__section .ts-control {
  border-radius: 0.8rem;
  padding: 0;
}
.c-codecampaign__box .c-form__section .ts-control > div {
  border-bottom: 1px solid var(--font-color-primary);
  padding: 0.5rem 1rem;
  width: 100%;
}
.c-codecampaign__box .c-form__section .ts-wrapper {
  border-radius: 0.8rem;
}
.c-codecampaign__box .c-form__section .ts-wrapper.input-active .ts-control {
  background-color: var(--color-input);
}
.c-codecampaign__content {
  display: flex;
  flex-flow: column;
  gap: 1rem;
  align-items: flex-start;
  justify-content: flex-start;
  width: 100%;
}
.c-codecampaign__content > form {
  width: 100%;
}
.c-codecampaign__steps {
  display: flex;
  flex-flow: row;
  gap: 1rem;
  justify-content: space-between;
  margin: 0 0 2rem;
}
@media screen and (min-width: 768px) {
  .c-codecampaign__steps {
    gap: 3rem;
  }
}
.c-codecampaign li {
  display: flex;
  align-items: center;
}
.c-codecampaign__circle span {
  background-color: var(--color-input);
  border: 2px solid var(--color-input);
  border-radius: 50%;
  display: block;
  height: 2rem;
  overflow: hidden;
  position: relative;
  text-indent: -9999px;
  width: 2rem;
}
.c-codecampaign__circle.active span {
  background-color: var(--color-bkg);
  border-color: var(--color-primary);
}
.c-codecampaign__line span {
  background-color: var(--color-input);
  border-radius: 2.5rem;
  display: block;
  height: 3px;
  margin: auto;
  width: 1rem;
}
@media screen and (min-width: 768px) {
  .c-codecampaign__line span {
    width: 2.5rem;
  }
}
@media screen and (min-width: 768px) {
  .c-codecampaign__line span {
    width: 3.5rem;
  }
}
.c-codecampaign__asign {
  align-items: center;
  display: flex;
  flex-flow: row wrap;
  gap: 1rem;
  justify-content: space-between;
  width: 100%;
}
.c-codecampaign__asign span {
  font-family: var(--font-text-secondary);
  font-size: 1.4rem;
  font-weight: 500;
}
.c-codecampaign__asign strong {
  background-color: #fff;
  border-radius: 2rem;
  border: 2px solid var(--color-primary);
  color: var(--color-primary);
  font-family: var(--font-text-secondary);
  font-size: 2rem;
  font-weight: 500;
  padding: 0.5rem 2rem;
  text-transform: uppercase;
}
.c-codecampaign__valid {
  background-color: var(--color-bkg);
  border-radius: 2rem;
  box-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.15);
  padding: 1.6rem;
  width: 100%;
}
.c-codecampaign__valid h2 {
  color: var(--font-color-primary);
  font-family: var(--font-text-secondary);
  font-size: 2rem;
  font-weight: 500;
  margin: 0;
  text-transform: uppercase;
}
.c-codecampaign__valid h2 span {
  color: var(--color-primary);
  display: block;
  font-size: 1.4rem;
  margin: 0 0 0.3rem;
}
.c-codecampaign__data {
  display: flex;
  flex-flow: column;
  gap: 1rem;
  align-items: flex-start;
  justify-content: flex-start;
  width: 100%;
}
.c-codecampaign__data > form {
  width: 100%;
}
.c-codecampaign__group {
  display: flex;
  flex-flow: row wrap;
  gap: 1rem;
  align-items: flex-start;
  justify-content: space-between;
  width: 100%;
}
.c-codecampaign__field {
  display: flex;
  flex-flow: column;
  gap: 0.5rem;
  align-items: flex-start;
  justify-content: flex-start;
  flex: 0 0 100%;
}
@media screen and (min-width: 768px) {
  .c-codecampaign__field {
    flex: 0 0 48%;
  }
}
.c-codecampaign__field--100 {
  flex: 0 0 100%;
}
.c-codecampaign__label {
  font-size: 1.2rem;
  width: 100%;
}
.c-codecampaign__value {
  border-bottom: 1px solid var(--color-input);
  color: var(--font-color-primary);
  padding-bottom: 0.5rem;
  width: 100%;
}

/** Login */
.c-login {
  background-color: var(--color-input);
  padding: 5.5vh 0;
}
.c-login__content {
  display: flex;
  flex-flow: column;
  gap: 2rem;
  align-items: flex-start;
  justify-content: space-between;
  margin: 0 auto;
  max-width: var(--max-width);
  padding: 0;
  width: 92%;
}
@media screen and (min-width: 768px) {
  .c-login__content {
    flex-flow: row;
    gap: 4rem;
    justify-content: center;
  }
}
.c-login__box {
  display: flex;
  flex-flow: row;
  gap: 1rem;
  align-items: flex-start;
  justify-content: flex-start;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .c-login__box {
    gap: 2rem;
    width: max-content;
  }
}
.c-login__box > span {
  color: var(--color-primary);
  font-family: var(--font-text-secondary);
  font-size: 1.9rem;
  font-weight: 500;
  text-transform: uppercase;
}
.c-login__box > svg {
  color: var(--color-primary);
}
@media screen and (min-width: 768px) {
  .c-login__separate {
    padding-right: 2rem;
  }
}
.c-login__line {
  background-color: var(--color-primary);
  display: none;
  height: 12rem;
  padding: 0;
  transform-origin: center;
  transform: rotate(15deg);
  width: 3px;
}
@media screen and (min-width: 768px) {
  .c-login__line {
    display: block;
  }
}
.c-login h2 {
  color: var(--font-color-primary);
  font-size: 2.4rem;
  font-weight: 500;
  margin: 0 0 1rem;
  text-align: left;
}
.c-login .c-btn {
  align-items: center;
  display: flex;
  flex-flow: row;
  gap: 1rem;
  justify-content: space-between;
  margin-top: auto;
  text-align: left;
}

/** 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;
  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: #0000ff;
}
.c-account__requested_credit {
  background-color: #35A500;
}
.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-bkg);
  color: var(--font-color-primary);
}
.c-table--red table th:first-child {
  border-radius: 1rem 0 0 0;
}
.c-table--red table th:last-child {
  border-radius: 0 1rem 0 0;
}
.c-table--red table tr:last-child td:first-child {
  border-radius: 0 0 0 1rem;
}
.c-table--red table tr:last-child td:last-child {
  border-radius: 0 0 1rem 0;
}
.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;
}
.c-info--circle {
  flex-flow: row wrap;
}
.c-info--circle li {
  align-items: center;
  background-color: transparent;
  border-radius: 50%;
  border: 2px solid var(--color-primary);
  display: flex;
  filter: none;
  flex-flow: column;
  font-family: var(--font-text-secondary);
  gap: 1rem;
  height: 16rem;
  justify-content: center;
  padding: 2rem;
  width: 16rem;
}
.c-info--circle li::before, .c-info--circle li::after {
  display: none;
}
.c-info--circle li span {
  margin: 0;
  text-align: center;
  text-transform: none;
}
.c-info--circle li strong {
  color: var(--color-primary);
  font-size: 2.4rem;
  font-weight: bold;
  margin: 0;
  text-align: center;
  text-transform: uppercase;
}

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

.c-tooltip {
  align-items: center;
  background-color: var(--color-primary);
  border-radius: 50%;
  color: var(--color-bkg);
  cursor: pointer;
  display: inline-flex;
  font-size: 1.1rem;
  font-weight: bold;
  height: 1.6rem;
  justify-content: center;
  margin-left: 0.5rem;
  width: 1.6rem;
}

/* 3.15 Reports */
.c-reports {
  overflow: hidden;
  width: 100%;
}
.c-reports h1 {
  color: var(--font-color-primary);
  font-size: 4.5rem;
  margin-left: 0;
}
.c-reports--data {
  background-color: var(--color-bkg-card);
  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 {
  padding: 0.5rem 2rem;
}
.c-reports__select > div p {
  color: var(--font-color-primary);
  font-family: var(--font-text-secondary);
  font-size: 1.6rem;
  margin: 0 0 1rem;
}
.c-reports__select > div select {
  border-radius: 0.4rem;
  border: 1px solid var(--color-input);
  font-family: var(--font-text-secondary);
  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 strong {
  color: #fff;
}
.c-reports__graphic ul li em {
  color: #fff;
  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, .c-reports__inversion--one > strong {
  color: #fff;
  display: block;
  font-size: 5rem;
  margin-bottom: 0.5rem;
}
.c-reports__inversion--one span {
  color: #fff;
  font-size: 1.8rem;
}
.c-reports__inversion--group {
  color: #fff;
  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;
}
.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);
}
.c-reports .c-data__content {
  margin: 0;
  width: max-content;
}
@media screen and (min-width: 991px) {
  .c-reports .c-data__content {
    padding: 4rem 5rem;
  }
}
.c-reports .c-data__participations {
  gap: 4rem;
}
.c-reports .c-data__donut {
  height: 12rem;
  width: 12rem;
}
.c-reports .c-data__donut::after {
  background-color: var(--color-bkg-card);
  height: 9rem;
  width: 9rem;
}

/** 3.16 Pagination **/
.pagination__info {
  margin-bottom: 2rem;
  overflow: visible;
  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;
  text-align: left;
}
.p-static__content h3 {
  font-size: 2.2rem;
  margin-bottom: 2rem;
  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;
}

/** Data */
.c-data__content {
  align-items: center;
  background-color: var(--color-bkg);
  border-radius: 2rem;
  display: flex;
  flex-flow: column;
  gap: 2.5rem;
  justify-content: center;
  padding: 2rem;
  margin: auto;
  max-width: 115.5rem;
  width: 94%;
}
@media screen and (min-width: 768px) {
  .c-data__content {
    flex-flow: row wrap;
    gap: 3rem;
    padding: 2rem;
  }
}
@media screen and (min-width: 991px) {
  .c-data__content {
    flex-flow: row wrap;
    gap: 5rem;
    padding: 2rem 5rem;
  }
}
.c-data__circle {
  align-items: center;
  background-color: var(--color-bkg);
  border-radius: 50%;
  border: 2px solid var(--color-primary);
  display: flex;
  flex-flow: column;
  gap: 1rem;
  height: 16rem;
  justify-content: center;
  padding: 2rem;
  width: 16rem;
}
.c-data__circle h2 {
  color: var(--font-color-primary);
  font-size: 1.2rem;
  margin: 0;
  text-align: center;
  text-transform: uppercase;
}
.c-data__circle h3 {
  color: var(--color-primary);
  font-size: 2.4rem;
  font-weight: bold;
  margin: 0;
  text-align: center;
  text-transform: uppercase;
}
.c-data__participations {
  align-items: center;
  display: flex;
  flex-flow: row;
  gap: 1rem;
  justify-content: center;
}
@media screen and (min-width: 991px) {
  .c-data__participations {
    margin-left: auto;
  }
}
.c-data__separate {
  display: none;
  padding: 0 3rem;
}
@media screen and (min-width: 768px) {
  .c-data__separate {
    display: block;
  }
}
.c-data__line {
  background-color: var(--color-primary);
  display: none;
  height: 14rem;
  padding: 0;
  transform-origin: center;
  transform: rotate(15deg);
  width: 3px;
}
@media screen and (min-width: 768px) {
  .c-data__line {
    display: block;
  }
}
.c-data__points h2 {
  font-size: 1.8rem;
}
.c-data__points ul {
  display: flex;
  flex-flow: column;
  gap: 0.5rem;
}
.c-data__points ul li {
  align-items: center;
  display: flex;
  flex-flow: row;
  gap: 1rem;
  font-family: var(--font-text-secondary);
  font-size: 1.4rem;
  position: relative;
}
.c-data__points ul li::before {
  background-color: #FF8080;
  content: "";
  height: 0.5rem;
  width: 1.5rem;
}
.c-data__points ul li:first-child::before {
  background-color: #EF0000;
}
.c-data__points ul li:last-child::before {
  background-color: #FEBFC0;
}
.c-data__points ul li .c-title {
  font-size: 1.8rem;
  margin-left: 0.6rem;
  padding-left: 0.6rem;
}
.c-data__points ul li .c-title::before {
  left: 0;
  -webkit-transform: translateX(-1rem);
  transform: translateX(-1rem);
  top: 0;
}
.c-data__donut {
  width: 8.5rem;
  height: 8.5rem;
  border-radius: 50%;
  position: relative;
}
.c-data__donut::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 5.5rem;
  height: 5.5rem;
  background: #fff;
  border-radius: 50%;
}
.c-data__icons {
  align-items: flex-start;
  display: flex;
  flex-flow: row;
  gap: 0.5rem;
  justify-content: flex-start;
}
.c-data__icons svg {
  color: var(--color-primary);
}
.c-data__icons h2 {
  color: var(--font-color-primary);
  font-size: 1.2rem;
  margin: 0;
  text-align: left;
  text-transform: uppercase;
}
.c-data__icons h3 {
  color: var(--color-primary);
  font-size: 2.4rem;
  font-weight: bold;
  margin: 0;
  text-align: left;
  text-transform: uppercase;
}
.c-data__icons .c-data__separate {
  display: block;
  padding: 0 1.5rem;
}
.c-data__icons .c-data__line {
  display: block;
  height: 7rem;
}

/** Map */
.c-map {
  align-items: flex-start;
  display: flex;
  flex-flow: column;
  gap: 2rem;
  margin-top: 3vw;
  width: 100%;
  /* Estilos js mapa */
}
.c-map h2 {
  color: var(--font-color-primary);
  font-size: 1.8rem;
  margin: 0;
  text-align: left;
}
.c-map__controls {
  align-items: center;
  display: flex;
  flex-flow: column;
  gap: 2rem;
  width: 100%;
}
.c-map__controls > input {
  background-color: transparent;
  border: 0;
  border-bottom: 1px solid var(--font-color-primary);
  width: 100%;
}
.c-map__controls > input:focus {
  border: 0;
  border-bottom: 1px solid var(--color-primary);
}
.c-map__container {
  background: #f0f0f0;
  border: 0;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  height: 60rem;
  width: 100%;
}
.c-map .marker-cluster {
  background-clip: padding-box;
  border-radius: 0.8rem;
}
.c-map .marker-cluster div {
  border-radius: 0.4rem;
  border: 2px solid #000;
  color: #fff;
  font-family: sans-serif;
  font-weight: bold;
  height: 3rem;
  margin-left: 0.5rem;
  margin-top: 0.5rem;
  text-align: center;
  width: 3rem;
}
.c-map .marker-cluster div span {
  line-height: 2.7rem;
}
.c-map .marker-cluster-small {
  background-color: rgba(227, 6, 19, 0.4) !important;
}
.c-map .marker-cluster-small div {
  background-color: #E30613;
}
.c-map .marker-cluster-medium {
  background-color: rgba(0, 0, 0, 0.4) !important;
}
.c-map .marker-cluster-medium div {
  background-color: #000000 !important;
}
.c-map .leaflet-marker-icon {
  height: 42px !important;
  width: 42px !important;
}

/* 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: 7.2rem;
  }
}
.home .l-page {
  background-color: var(--color-bkg);
}

.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;
  }
}
.p-home__promotions {
  margin-block: 1rem;
}
.p-home__promotions h2 {
  color: var(--font-color-primary);
  font-size: 1.8rem;
  letter-spacing: 0;
}
@media screen and (min-width: 768px) {
  .p-home__promotions h2 {
    font-size: 2rem;
  }
}
@media screen and (min-width: 1280px) {
  .p-home__promotions h2 {
    font-size: 2.5rem;
  }
}

.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-0c961890013ef0beeb799cc074d3bde650ed52aee4e7541af9518487622710ea.jpg) no-repeat scroll center center;
  background-size: cover;
}
.sellers.sessions {
  background: transparent url(/assets/pages/workshop_bkg-0c961890013ef0beeb799cc074d3bde650ed52aee4e7541af9518487622710ea.jpg) no-repeat scroll center center;
  background-size: cover;
}
.sellers.sessions .l-header {
  background-color: rgba(255, 255, 255, 0.98);
}
@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 {
  background: transparent none no-repeat scroll 0 0;
  flex-flow: column;
  padding: 3vh 0;
}
.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;
  }
}
.sellers.index.promotions {
  background-color: var(--color-bkg-grey);
}

.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.98);
}
.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: 7.2rem;
  }
}
.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 main, .registrations.consumers main {
  background-color: var(--color-bkg-grey);
}
.sessions.consumers .l-page > .alert, .registrations.consumers .l-page > .alert {
  display: none;
}
.sessions .c-register .l-page__container, .registrations .c-register .l-page__container {
  align-items: flex-start;
  display: flex;
  flex-flow: column;
  max-width: var(--max-width);
  overflow: visible;
  padding-bottom: 4rem;
  position: relative;
  width: 94%;
}
@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: auto;
  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 {
    margin: 3vh 0 0;
    max-width: 51rem;
    width: 48%;
  }
}
.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: 0;
  width: max-content;
}
.sessions .c-register__box, .registrations .c-register__box {
  background-color: var(--color-bkg);
  border-radius: 2rem;
  padding: 2rem;
}
@media screen and (min-width: 991px) {
  .sessions .c-register__box, .registrations .c-register__box {
    padding: 4rem;
  }
}
.sessions .c-register__sign, .registrations .c-register__sign {
  -webkit-box-shadow: 0 0 0;
  box-shadow: 0 0 0;
  margin: auto;
  width: 95%;
}
@media screen and (min-width: 991px) {
  .sessions .c-register__sign, .registrations .c-register__sign {
    margin: 0;
    max-width: none;
    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-0c961890013ef0beeb799cc074d3bde650ed52aee4e7541af9518487622710ea.jpg) no-repeat scroll center center;
}
.sessions.workshop .l-header, .registrations.workshop .l-header {
  background-color: rgba(255, 255, 255, 0.98);
}
@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-0c961890013ef0beeb799cc074d3bde650ed52aee4e7541af9518487622710ea.jpg) no-repeat scroll center center;
  background-size: cover;
}

.consumers .c-cartela--account {
  background: var(--color-bkg) url(/assets/account/consumers/cartela_mobile-c8c1e09a8a50a85cea8fed44d91922cff511b4bbb46e0aaf3df161cd989faab6.jpg) no-repeat scroll 0 0;
  background-size: cover;
}
@media screen and (min-width: 991px) {
  .consumers .c-cartela--account {
    background-image: none;
  }
}
.consumers .c-cartela__account {
  background: var(--color-bkg) url(/assets/account/consumers/cartela-a77305894aeb10a83fc6ca7d303af042ec7a4523386a74dcc9da9d9d962b8c06.png) no-repeat scroll 0 0;
  background-size: cover;
}

/** Promotions ***/
.promotions.sellers .c-cartela__content {
  min-height: 24.8rem;
}
.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;
}
.promotions.public .l-page {
  background-color: var(--color-bkg);
}

/** Contact data */
.contact_data .l-page {
  background-color: var(--color-bkg);
}

/** Register ***/
.c-register__login {
  width: 50%;
}
.c-register__login h2, .c-register__login h3 {
  color: var(--font-color-primary);
  font-size: 2.2rem;
  letter-spacing: normal;
  margin: 0 0 2rem;
  padding-left: 0;
  position: relative;
  text-align: left;
}
.c-register__login h2::before, .c-register__login h3::before {
  background-size: 2.6666666667rem 0.3333333333rem;
  color: var(--color-primary);
  content: "/ ";
  display: none;
  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 {
  align-items: center;
  display: flex;
  flex-flow: row;
  gap: 1rem;
  justify-content: center;
  margin: 0 auto 2.5rem;
  max-width: 54rem;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .c-register__tabs {
    gap: 2rem;
  }
}
.c-register__tabs li {
  border: 0 none;
}
.c-register__tabs li span, .c-register__tabs li a.c-btn {
  font-weight: 300;
  font-size: 1.9rem;
  padding: 1rem;
}
@media screen and (min-width: 768px) {
  .c-register__tabs li span, .c-register__tabs li a.c-btn {
    padding: 2rem;
  }
}
.c-register__tabs li span {
  color: var(--font-color-primary);
  display: block;
  font-family: var(--font-text-title);
}
.c-register__tabs li a.c-btn {
  background-color: transparent;
  border: 0;
  color: var(--color-border);
  font-family: var(--font-text-secondary);
}
.c-register__tabs li a.c-btn:hover {
  background-color: transparent;
  border-color: transparent;
  color: var(--font-color-primary);
}
.c-register__diagonal {
  height: 100%;
  overflow: visible;
  position: relative;
  width: auto;
}
.c-register__diagonal em {
  background-color: var(--color-primary);
  display: block;
  height: 4rem;
  padding: 0;
  transform-origin: center;
  transform: rotate(15deg);
  width: 2px;
}
.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;
}
.c-register .new_consumer .field {
  display: flex;
  flex-flow: column;
  gap: 1rem;
  margin: 0 0 1rem;
}
.c-register .new_consumer .field label {
  color: var(--font-color-primary);
}

.p-register h1 {
  color: var(--font-color-primary);
  margin: 0 0 0.5rem;
}
.p-register p {
  font-family: var(--font-text-secondary);
  font-size: 1.6rem;
  font-weight: 500;
}

/** 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: 7.2rem;
  }
}

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

/** Access ***/
.c-access {
  background-color: var(--color-bkg);
  border-radius: 2rem;
  padding: 2rem 2.5rem;
  margin: auto;
  max-width: 64rem;
  width: 100%;
}
@media screen and (min-width: 991px) {
  .c-access {
    padding: 3rem 4rem;
  }
}
.c-access--sso {
  max-width: 90rem;
}
.c-access h1 {
  color: var(--font-color-primary);
  font-size: clamp(2.1rem, 3.4vw, 2.4rem);
  font-weight: 500;
  text-align: center;
}
.c-access h2 {
  color: var(--font-color-primary);
  font-size: clamp(1.7rem, 2.8vw, 1.9rem);
  text-align: center;
}

@media print {
  @page {
    margin-top: 30mm;
  }
  #printed-block {
    page-break-inside: avoid;
    break-inside: avoid;
  }
  .page-break {
    page-break-before: always;
  }
}
/** Steps **/
.c-steps {
  display: flex;
  flex-flow: column;
  gap: 2rem;
  width: 100%;
}
.c-steps__title {
  color: var(--font-color-primary);
  font-size: 1.8rem;
  margin-bottom: 1rem;
}
.c-steps__list {
  display: grid;
  gap: 3rem 2rem;
  grid-template-columns: 1fr;
  list-style: none;
  margin: 0;
  padding: 0;
}
@media screen and (min-width: 480px) {
  .c-steps__list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (min-width: 991px) {
  .c-steps__list {
    grid-template-columns: repeat(3, 1fr);
  }
}
.c-steps__item {
  align-items: center;
  background-color: var(--color-bkg-grey);
  border: 1px solid var(--color-input);
  border-radius: 1rem;
  padding: 1.2rem 2rem;
  display: flex;
  flex-flow: row;
  gap: 1.5rem;
}
@media screen and (min-width: 768px) {
  .c-steps__item {
    padding: 1.5rem 2.5rem;
  }
}
.c-steps__number {
  color: var(--font-color-primary);
  font-family: var(--font-text-title);
  font-size: 4.8rem;
  font-weight: bold;
  line-height: 1;
}
.c-steps__text {
  color: var(--font-color-primary);
  flex: 1;
  font-size: 1.6rem;
  margin: 0;
}
