/*
 * App Global CSS
 */
*,
*::before,
*::after {
  box-sizing: border-box;
}

@media (prefers-reduced-motion: no-preference) {
  :root {
    scroll-behavior: smooth;
  }
}

body {
  margin: 0;
  font-family: var(--bs-body-font-family);
  font-size: var(--bs-body-font-size);
  font-weight: var(--bs-body-font-weight);
  line-height: var(--bs-body-line-height);
  color: var(--bs-body-color);
  text-align: var(--bs-body-text-align);
  background-color: var(--bs-body-bg);
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

hr {
  margin: 1rem 0;
  color: inherit;
  background-color: currentColor;
  border: 0;
  opacity: 0.25;
}

hr:not([size]) {
  height: 1px;
}

h6, h5, h4, h3, h2, h1 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
}

h1 {
  font-size: calc(1.375rem + 1.5vw);
}
@media (min-width: 1200px) {
  h1 {
    font-size: 2.5rem;
  }
}

h2 {
  font-size: calc(1.325rem + 0.9vw);
}
@media (min-width: 1200px) {
  h2 {
    font-size: 2rem;
  }
}

h3 {
  font-size: calc(1.3rem + 0.6vw);
}
@media (min-width: 1200px) {
  h3 {
    font-size: 1.75rem;
  }
}

h4 {
  font-size: calc(1.275rem + 0.3vw);
}
@media (min-width: 1200px) {
  h4 {
    font-size: 1.5rem;
  }
}

h5 {
  font-size: 1.25rem;
}

h6 {
  font-size: 1rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

abbr[title],
abbr[data-bs-original-title] {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  cursor: help;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

ol,
ul {
  padding-left: 2rem;
}

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

dt {
  font-weight: 700;
}

dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 0.875em;
}

mark {
  padding: 0.2em;
  background-color: #fcf8e3;
}

sub,
sup {
  position: relative;
  font-size: 0.75em;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: #0d6efd;
  text-decoration: underline;
}
a:hover {
  color: #0a58ca;
}

a:not([href]):not([class]), a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}

pre,
code,
kbd,
samp {
  font-family: var(--bs-font-monospace);
  font-size: 1em;
  direction: ltr /* rtl:ignore */;
  unicode-bidi: bidi-override;
}

pre {
  display: block;
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  font-size: 0.875em;
}
pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}

code {
  font-size: 0.875em;
  color: #d63384;
  word-wrap: break-word;
}
a > code {
  color: inherit;
}

kbd {
  padding: 0.2rem 0.4rem;
  font-size: 0.875em;
  color: #fff;
  background-color: #212529;
  border-radius: 0.2rem;
}
kbd kbd {
  padding: 0;
  font-size: 1em;
  font-weight: 700;
}

figure {
  margin: 0 0 1rem;
}

img,
svg {
  vertical-align: middle;
}

table {
  caption-side: bottom;
  border-collapse: collapse;
}

caption {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  color: #6c757d;
  text-align: left;
}

th {
  text-align: inherit;
  text-align: -webkit-match-parent;
}

thead,
tbody,
tfoot,
tr,
td,
th {
  border-color: inherit;
  border-style: solid;
  border-width: 0;
}

label {
  display: inline-block;
}

button {
  border-radius: 0;
}

button:focus:not(:focus-visible) {
  outline: 0;
}

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
select {
  text-transform: none;
}

[role=button] {
  cursor: pointer;
}

select {
  word-wrap: normal;
}
select:disabled {
  opacity: 1;
}

[list]::-webkit-calendar-picker-indicator {
  display: none;
}

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}
button:not(:disabled),
[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled) {
  cursor: pointer;
}

::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

textarea {
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  float: left;
  width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: calc(1.275rem + 0.3vw);
  line-height: inherit;
}
@media (min-width: 1200px) {
  legend {
    font-size: 1.5rem;
  }
}
legend + * {
  clear: left;
}

::-webkit-datetime-edit-fields-wrapper,
::-webkit-datetime-edit-text,
::-webkit-datetime-edit-minute,
::-webkit-datetime-edit-hour-field,
::-webkit-datetime-edit-day-field,
::-webkit-datetime-edit-month-field,
::-webkit-datetime-edit-year-field {
  padding: 0;
}

::-webkit-inner-spin-button {
  height: auto;
}

[type=search] {
  outline-offset: -2px;
  -webkit-appearance: textfield;
}

/* rtl:raw:
[type="tel"],
[type="url"],
[type="email"],
[type="number"] {
  direction: ltr;
}
*/
::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-color-swatch-wrapper {
  padding: 0;
}

::file-selector-button {
  font: inherit;
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

output {
  display: inline-block;
}

iframe {
  border: 0;
}

summary {
  display: list-item;
  cursor: pointer;
}

progress {
  vertical-align: baseline;
}

[hidden] {
  display: none !important;
}

.row {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(var(--bs-gutter-y) * -1);
  margin-right: calc(var(--bs-gutter-x) * -0.5);
  margin-left: calc(var(--bs-gutter-x) * -0.5);
}
.row > * {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-top: var(--bs-gutter-y);
}

.col {
  flex: 1 0 0%;
}

.row-cols-auto > * {
  flex: 0 0 auto;
  width: auto;
}

.row-cols-1 > * {
  flex: 0 0 auto;
  width: 100%;
}

.row-cols-2 > * {
  flex: 0 0 auto;
  width: 50%;
}

.row-cols-3 > * {
  flex: 0 0 auto;
  width: 33.3333333333%;
}

.row-cols-4 > * {
  flex: 0 0 auto;
  width: 25%;
}

.row-cols-5 > * {
  flex: 0 0 auto;
  width: 20%;
}

.row-cols-6 > * {
  flex: 0 0 auto;
  width: 16.6666666667%;
}

.col-auto {
  flex: 0 0 auto;
  width: auto;
}

.col-1 {
  flex: 0 0 auto;
  width: 8.33333333%;
}

.col-2 {
  flex: 0 0 auto;
  width: 16.66666667%;
}

.col-3 {
  flex: 0 0 auto;
  width: 25%;
}

.col-4 {
  flex: 0 0 auto;
  width: 33.33333333%;
}

.col-5 {
  flex: 0 0 auto;
  width: 41.66666667%;
}

.col-6 {
  flex: 0 0 auto;
  width: 50%;
}

.col-7 {
  flex: 0 0 auto;
  width: 58.33333333%;
}

.col-8 {
  flex: 0 0 auto;
  width: 66.66666667%;
}

.col-9 {
  flex: 0 0 auto;
  width: 75%;
}

.col-10 {
  flex: 0 0 auto;
  width: 83.33333333%;
}

.col-11 {
  flex: 0 0 auto;
  width: 91.66666667%;
}

.col-12 {
  flex: 0 0 auto;
  width: 100%;
}

.offset-1 {
  margin-left: 8.33333333%;
}

.offset-2 {
  margin-left: 16.66666667%;
}

.offset-3 {
  margin-left: 25%;
}

.offset-4 {
  margin-left: 33.33333333%;
}

.offset-5 {
  margin-left: 41.66666667%;
}

.offset-6 {
  margin-left: 50%;
}

.offset-7 {
  margin-left: 58.33333333%;
}

.offset-8 {
  margin-left: 66.66666667%;
}

.offset-9 {
  margin-left: 75%;
}

.offset-10 {
  margin-left: 83.33333333%;
}

.offset-11 {
  margin-left: 91.66666667%;
}

.g-0,
.gx-0 {
  --bs-gutter-x: 0;
}

.g-0,
.gy-0 {
  --bs-gutter-y: 0;
}

.g-1,
.gx-1 {
  --bs-gutter-x: 0.25rem;
}

.g-1,
.gy-1 {
  --bs-gutter-y: 0.25rem;
}

.g-2,
.gx-2 {
  --bs-gutter-x: 0.5rem;
}

.g-2,
.gy-2 {
  --bs-gutter-y: 0.5rem;
}

.g-3,
.gx-3 {
  --bs-gutter-x: 1rem;
}

.g-3,
.gy-3 {
  --bs-gutter-y: 1rem;
}

.g-4,
.gx-4 {
  --bs-gutter-x: 1.5rem;
}

.g-4,
.gy-4 {
  --bs-gutter-y: 1.5rem;
}

.g-5,
.gx-5 {
  --bs-gutter-x: 3rem;
}

.g-5,
.gy-5 {
  --bs-gutter-y: 3rem;
}

@media (min-width: 576px) {
  .col-sm {
    flex: 1 0 0%;
  }
  .row-cols-sm-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-sm-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-sm-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-sm-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-sm-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-sm-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-sm-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-sm-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-sm-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-sm-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-sm-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-sm-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-sm-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-sm-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-sm-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-sm-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.33333333%;
  }
  .offset-sm-2 {
    margin-left: 16.66666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.33333333%;
  }
  .offset-sm-5 {
    margin-left: 41.66666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.33333333%;
  }
  .offset-sm-8 {
    margin-left: 66.66666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.33333333%;
  }
  .offset-sm-11 {
    margin-left: 91.66666667%;
  }
  .g-sm-0,
  .gx-sm-0 {
    --bs-gutter-x: 0;
  }
  .g-sm-0,
  .gy-sm-0 {
    --bs-gutter-y: 0;
  }
  .g-sm-1,
  .gx-sm-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-sm-1,
  .gy-sm-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-sm-2,
  .gx-sm-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-sm-2,
  .gy-sm-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-sm-3,
  .gx-sm-3 {
    --bs-gutter-x: 1rem;
  }
  .g-sm-3,
  .gy-sm-3 {
    --bs-gutter-y: 1rem;
  }
  .g-sm-4,
  .gx-sm-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-sm-4,
  .gy-sm-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-sm-5,
  .gx-sm-5 {
    --bs-gutter-x: 3rem;
  }
  .g-sm-5,
  .gy-sm-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex: 1 0 0%;
  }
  .row-cols-md-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-md-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-md-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-md-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-md-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-md-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-md-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-md-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-md-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-md-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-md-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-md-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-md-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-md-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-md-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-md-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-md-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-md-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-md-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.33333333%;
  }
  .offset-md-2 {
    margin-left: 16.66666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.33333333%;
  }
  .offset-md-5 {
    margin-left: 41.66666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.33333333%;
  }
  .offset-md-8 {
    margin-left: 66.66666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.33333333%;
  }
  .offset-md-11 {
    margin-left: 91.66666667%;
  }
  .g-md-0,
  .gx-md-0 {
    --bs-gutter-x: 0;
  }
  .g-md-0,
  .gy-md-0 {
    --bs-gutter-y: 0;
  }
  .g-md-1,
  .gx-md-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-md-1,
  .gy-md-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-md-2,
  .gx-md-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-md-2,
  .gy-md-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-md-3,
  .gx-md-3 {
    --bs-gutter-x: 1rem;
  }
  .g-md-3,
  .gy-md-3 {
    --bs-gutter-y: 1rem;
  }
  .g-md-4,
  .gx-md-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-md-4,
  .gy-md-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-md-5,
  .gx-md-5 {
    --bs-gutter-x: 3rem;
  }
  .g-md-5,
  .gy-md-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 992px) {
  .col-lg {
    flex: 1 0 0%;
  }
  .row-cols-lg-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-lg-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-lg-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-lg-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-lg-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-lg-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-lg-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-lg-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-lg-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-lg-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-lg-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-lg-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-lg-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-lg-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-lg-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-lg-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.33333333%;
  }
  .offset-lg-2 {
    margin-left: 16.66666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.33333333%;
  }
  .offset-lg-5 {
    margin-left: 41.66666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.33333333%;
  }
  .offset-lg-8 {
    margin-left: 66.66666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.33333333%;
  }
  .offset-lg-11 {
    margin-left: 91.66666667%;
  }
  .g-lg-0,
  .gx-lg-0 {
    --bs-gutter-x: 0;
  }
  .g-lg-0,
  .gy-lg-0 {
    --bs-gutter-y: 0;
  }
  .g-lg-1,
  .gx-lg-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-lg-1,
  .gy-lg-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-lg-2,
  .gx-lg-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-lg-2,
  .gy-lg-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-lg-3,
  .gx-lg-3 {
    --bs-gutter-x: 1rem;
  }
  .g-lg-3,
  .gy-lg-3 {
    --bs-gutter-y: 1rem;
  }
  .g-lg-4,
  .gx-lg-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-lg-4,
  .gy-lg-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-lg-5,
  .gx-lg-5 {
    --bs-gutter-x: 3rem;
  }
  .g-lg-5,
  .gy-lg-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    flex: 1 0 0%;
  }
  .row-cols-xl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-xl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-xl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-xl-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-xl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-xl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-xl-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-xl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-xl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-xl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-xl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-xl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-xl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-xl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-xl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.33333333%;
  }
  .offset-xl-2 {
    margin-left: 16.66666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.33333333%;
  }
  .offset-xl-5 {
    margin-left: 41.66666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.33333333%;
  }
  .offset-xl-8 {
    margin-left: 66.66666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.33333333%;
  }
  .offset-xl-11 {
    margin-left: 91.66666667%;
  }
  .g-xl-0,
  .gx-xl-0 {
    --bs-gutter-x: 0;
  }
  .g-xl-0,
  .gy-xl-0 {
    --bs-gutter-y: 0;
  }
  .g-xl-1,
  .gx-xl-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-xl-1,
  .gy-xl-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-xl-2,
  .gx-xl-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-xl-2,
  .gy-xl-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-xl-3,
  .gx-xl-3 {
    --bs-gutter-x: 1rem;
  }
  .g-xl-3,
  .gy-xl-3 {
    --bs-gutter-y: 1rem;
  }
  .g-xl-4,
  .gx-xl-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-xl-4,
  .gy-xl-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-xl-5,
  .gx-xl-5 {
    --bs-gutter-x: 3rem;
  }
  .g-xl-5,
  .gy-xl-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 1400px) {
  .col-xxl {
    flex: 1 0 0%;
  }
  .row-cols-xxl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-xxl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-xxl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-xxl-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-xxl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-xxl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-xxl-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-xxl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-xxl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-xxl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xxl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xxl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-xxl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-xxl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xxl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-xxl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-xxl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xxl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-xxl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-xxl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-xxl-0 {
    margin-left: 0;
  }
  .offset-xxl-1 {
    margin-left: 8.33333333%;
  }
  .offset-xxl-2 {
    margin-left: 16.66666667%;
  }
  .offset-xxl-3 {
    margin-left: 25%;
  }
  .offset-xxl-4 {
    margin-left: 33.33333333%;
  }
  .offset-xxl-5 {
    margin-left: 41.66666667%;
  }
  .offset-xxl-6 {
    margin-left: 50%;
  }
  .offset-xxl-7 {
    margin-left: 58.33333333%;
  }
  .offset-xxl-8 {
    margin-left: 66.66666667%;
  }
  .offset-xxl-9 {
    margin-left: 75%;
  }
  .offset-xxl-10 {
    margin-left: 83.33333333%;
  }
  .offset-xxl-11 {
    margin-left: 91.66666667%;
  }
  .g-xxl-0,
  .gx-xxl-0 {
    --bs-gutter-x: 0;
  }
  .g-xxl-0,
  .gy-xxl-0 {
    --bs-gutter-y: 0;
  }
  .g-xxl-1,
  .gx-xxl-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-xxl-1,
  .gy-xxl-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-xxl-2,
  .gx-xxl-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-xxl-2,
  .gy-xxl-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-xxl-3,
  .gx-xxl-3 {
    --bs-gutter-x: 1rem;
  }
  .g-xxl-3,
  .gy-xxl-3 {
    --bs-gutter-y: 1rem;
  }
  .g-xxl-4,
  .gx-xxl-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-xxl-4,
  .gy-xxl-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-xxl-5,
  .gx-xxl-5 {
    --bs-gutter-x: 3rem;
  }
  .g-xxl-5,
  .gy-xxl-5 {
    --bs-gutter-y: 3rem;
  }
}
.form-label {
  margin-bottom: 0.5rem;
}

.col-form-label {
  padding-top: calc(0.375rem + 1px);
  padding-bottom: calc(0.375rem + 1px);
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.5;
}

.col-form-label-lg {
  padding-top: calc(0.5rem + 1px);
  padding-bottom: calc(0.5rem + 1px);
  font-size: 1.25rem;
}

.col-form-label-sm {
  padding-top: calc(0.25rem + 1px);
  padding-bottom: calc(0.25rem + 1px);
  font-size: 0.875rem;
}

.form-text {
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: #6c757d;
}

.form-control {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-control {
    transition: none;
  }
}
.form-control[type=file] {
  overflow: hidden;
}
.form-control[type=file]:not(:disabled):not([readonly]) {
  cursor: pointer;
}
.form-control:focus {
  color: #212529;
  background-color: #fff;
  border-color: #86b7fe;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.form-control::-webkit-date-and-time-value {
  height: 1.5em;
}
.form-control::-moz-placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control::placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control:disabled, .form-control[readonly] {
  background-color: #e9ecef;
  opacity: 1;
}
.form-control::file-selector-button {
  padding: 0.375rem 0.75rem;
  margin: -0.375rem -0.75rem;
  margin-inline-end: 0.75rem;
  color: #212529;
  background-color: #e9ecef;
  pointer-events: none;
  border-color: inherit;
  border-style: solid;
  border-width: 0;
  border-inline-end-width: 1px;
  border-radius: 0;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-control::file-selector-button {
    transition: none;
  }
}
.form-control:hover:not(:disabled):not([readonly])::file-selector-button {
  background-color: #dde0e3;
}
.form-control::-webkit-file-upload-button {
  padding: 0.375rem 0.75rem;
  margin: -0.375rem -0.75rem;
  margin-inline-end: 0.75rem;
  color: #212529;
  background-color: #e9ecef;
  pointer-events: none;
  border-color: inherit;
  border-style: solid;
  border-width: 0;
  border-inline-end-width: 1px;
  border-radius: 0;
  -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-control::-webkit-file-upload-button {
    -webkit-transition: none;
    transition: none;
  }
}
.form-control:hover:not(:disabled):not([readonly])::-webkit-file-upload-button {
  background-color: #dde0e3;
}

.form-control-plaintext {
  display: block;
  width: 100%;
  padding: 0.375rem 0;
  margin-bottom: 0;
  line-height: 1.5;
  color: #212529;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0;
}
.form-control-plaintext.form-control-sm, .form-control-plaintext.form-control-lg {
  padding-right: 0;
  padding-left: 0;
}

.form-control-sm {
  min-height: calc(1.5em + 0.5rem + 2px);
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  border-radius: 0.2rem;
}
.form-control-sm::file-selector-button {
  padding: 0.25rem 0.5rem;
  margin: -0.25rem -0.5rem;
  margin-inline-end: 0.5rem;
}
.form-control-sm::-webkit-file-upload-button {
  padding: 0.25rem 0.5rem;
  margin: -0.25rem -0.5rem;
  margin-inline-end: 0.5rem;
}

.form-control-lg {
  min-height: calc(1.5em + 1rem + 2px);
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  border-radius: 0.3rem;
}
.form-control-lg::file-selector-button {
  padding: 0.5rem 1rem;
  margin: -0.5rem -1rem;
  margin-inline-end: 1rem;
}
.form-control-lg::-webkit-file-upload-button {
  padding: 0.5rem 1rem;
  margin: -0.5rem -1rem;
  margin-inline-end: 1rem;
}

textarea.form-control {
  min-height: calc(1.5em + 0.75rem + 2px);
}
textarea.form-control-sm {
  min-height: calc(1.5em + 0.5rem + 2px);
}
textarea.form-control-lg {
  min-height: calc(1.5em + 1rem + 2px);
}

.form-control-color {
  width: 3rem;
  height: auto;
  padding: 0.375rem;
}
.form-control-color:not(:disabled):not([readonly]) {
  cursor: pointer;
}
.form-control-color::-moz-color-swatch {
  height: 1.5em;
  border-radius: 0.25rem;
}
.form-control-color::-webkit-color-swatch {
  height: 1.5em;
  border-radius: 0.25rem;
}

.form-select {
  display: block;
  width: 100%;
  padding: 0.375rem 2.25rem 0.375rem 0.75rem;
  -moz-padding-start: calc(0.75rem - 3px);
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #fff;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right 0.75rem center;
  background-size: 16px 12px;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .form-select {
    transition: none;
  }
}
.form-select:focus {
  border-color: #86b7fe;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.form-select[multiple], .form-select[size]:not([size="1"]) {
  padding-right: 0.75rem;
  background-image: none;
}
.form-select:disabled {
  background-color: #e9ecef;
}
.form-select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #212529;
}

.form-select-sm {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  font-size: 0.875rem;
}

.form-select-lg {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  font-size: 1.25rem;
}

.form-check {
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5em;
  margin-bottom: 0.125rem;
}
.form-check .form-check-input {
  float: left;
  margin-left: -1.5em;
}

.form-check-input {
  width: 1em;
  height: 1em;
  margin-top: 0.25em;
  vertical-align: top;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  border: 1px solid rgba(0, 0, 0, 0.25);
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  -webkit-print-color-adjust: exact;
          color-adjust: exact;
}
.form-check-input[type=checkbox] {
  border-radius: 0.25em;
}
.form-check-input[type=radio] {
  border-radius: 50%;
}
.form-check-input:active {
  filter: brightness(90%);
}
.form-check-input:focus {
  border-color: #86b7fe;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.form-check-input:checked {
  background-color: #0d6efd;
  border-color: #0d6efd;
}
.form-check-input:checked[type=checkbox] {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10l3 3l6-6'/%3e%3c/svg%3e");
}
.form-check-input:checked[type=radio] {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23fff'/%3e%3c/svg%3e");
}
.form-check-input[type=checkbox]:indeterminate {
  background-color: #0d6efd;
  border-color: #0d6efd;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10h8'/%3e%3c/svg%3e");
}
.form-check-input:disabled {
  pointer-events: none;
  filter: none;
  opacity: 0.5;
}
.form-check-input[disabled] ~ .form-check-label, .form-check-input:disabled ~ .form-check-label {
  opacity: 0.5;
}

.form-switch {
  padding-left: 2.5em;
}
.form-switch .form-check-input {
  width: 2em;
  margin-left: -2.5em;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%280, 0, 0, 0.25%29'/%3e%3c/svg%3e");
  background-position: left center;
  border-radius: 2em;
  transition: background-position 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-switch .form-check-input {
    transition: none;
  }
}
.form-switch .form-check-input:focus {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%2386b7fe'/%3e%3c/svg%3e");
}
.form-switch .form-check-input:checked {
  background-position: right center;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
}

.form-check-inline {
  display: inline-block;
  margin-right: 1rem;
}

.btn-check {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}
.btn-check[disabled] + .btn, .btn-check:disabled + .btn {
  pointer-events: none;
  filter: none;
  opacity: 0.65;
}

.form-range {
  width: 100%;
  height: 1.5rem;
  padding: 0;
  background-color: transparent;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.form-range:focus {
  outline: 0;
}
.form-range:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.form-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.form-range::-moz-focus-outer {
  border: 0;
}
.form-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  background-color: #0d6efd;
  border: 0;
  border-radius: 1rem;
  -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -webkit-appearance: none;
          appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .form-range::-webkit-slider-thumb {
    -webkit-transition: none;
    transition: none;
  }
}
.form-range::-webkit-slider-thumb:active {
  background-color: #b6d4fe;
}
.form-range::-webkit-slider-runnable-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}
.form-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  background-color: #0d6efd;
  border: 0;
  border-radius: 1rem;
  -moz-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -moz-appearance: none;
       appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .form-range::-moz-range-thumb {
    -moz-transition: none;
    transition: none;
  }
}
.form-range::-moz-range-thumb:active {
  background-color: #b6d4fe;
}
.form-range::-moz-range-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}
.form-range:disabled {
  pointer-events: none;
}
.form-range:disabled::-webkit-slider-thumb {
  background-color: #adb5bd;
}
.form-range:disabled::-moz-range-thumb {
  background-color: #adb5bd;
}

.form-floating {
  position: relative;
}
.form-floating > .form-control,
.form-floating > .form-select {
  height: calc(3.5rem + 2px);
  line-height: 1.25;
}
.form-floating > label {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  padding: 1rem 0.75rem;
  pointer-events: none;
  border: 1px solid transparent;
  transform-origin: 0 0;
  transition: opacity 0.1s ease-in-out, transform 0.1s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-floating > label {
    transition: none;
  }
}
.form-floating > .form-control {
  padding: 1rem 0.75rem;
}
.form-floating > .form-control::-moz-placeholder {
  color: transparent;
}
.form-floating > .form-control::placeholder {
  color: transparent;
}
.form-floating > .form-control:not(:-moz-placeholder-shown) {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
.form-floating > .form-control:focus, .form-floating > .form-control:not(:placeholder-shown) {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
.form-floating > .form-control:-webkit-autofill {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
.form-floating > .form-select {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
.form-floating > .form-control:not(:-moz-placeholder-shown) ~ label {
  opacity: 0.65;
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}
.form-floating > .form-control:focus ~ label,
.form-floating > .form-control:not(:placeholder-shown) ~ label,
.form-floating > .form-select ~ label {
  opacity: 0.65;
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}
.form-floating > .form-control:-webkit-autofill ~ label {
  opacity: 0.65;
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}

.input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
}
.input-group > .form-control,
.input-group > .form-select {
  position: relative;
  flex: 1 1 auto;
  width: 1%;
  min-width: 0;
}
.input-group > .form-control:focus,
.input-group > .form-select:focus {
  z-index: 3;
}
.input-group .btn {
  position: relative;
  z-index: 2;
}
.input-group .btn:focus {
  z-index: 3;
}

.input-group-text {
  display: flex;
  align-items: center;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: center;
  white-space: nowrap;
  background-color: #e9ecef;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
}

.input-group-lg > .form-control,
.input-group-lg > .form-select,
.input-group-lg > .input-group-text,
.input-group-lg > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  border-radius: 0.3rem;
}

.input-group-sm > .form-control,
.input-group-sm > .form-select,
.input-group-sm > .input-group-text,
.input-group-sm > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  border-radius: 0.2rem;
}

.input-group-lg > .form-select,
.input-group-sm > .form-select {
  padding-right: 3rem;
}

.input-group:not(.has-validation) > :not(:last-child):not(.dropdown-toggle):not(.dropdown-menu),
.input-group:not(.has-validation) > .dropdown-toggle:nth-last-child(n+3) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group.has-validation > :nth-last-child(n+3):not(.dropdown-toggle):not(.dropdown-menu),
.input-group.has-validation > .dropdown-toggle:nth-last-child(n+4) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group > :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
  margin-left: -1px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: #198754;
}

.valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  color: #fff;
  background-color: rgba(25, 135, 84, 0.9);
  border-radius: 0.25rem;
}

.was-validated :valid ~ .valid-feedback,
.was-validated :valid ~ .valid-tooltip,
.is-valid ~ .valid-feedback,
.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated .form-control:valid, .form-control.is-valid {
  border-color: #198754;
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23198754' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .form-control:valid:focus, .form-control.is-valid:focus {
  border-color: #198754;
  box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.25);
}

.was-validated textarea.form-control:valid, textarea.form-control.is-valid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}

.was-validated .form-select:valid, .form-select.is-valid {
  border-color: #198754;
}
.was-validated .form-select:valid:not([multiple]):not([size]), .was-validated .form-select:valid:not([multiple])[size="1"], .form-select.is-valid:not([multiple]):not([size]), .form-select.is-valid:not([multiple])[size="1"] {
  padding-right: 4.125rem;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e"), url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23198754' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-position: right 0.75rem center, center right 2.25rem;
  background-size: 16px 12px, calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .form-select:valid:focus, .form-select.is-valid:focus {
  border-color: #198754;
  box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.25);
}

.was-validated .form-check-input:valid, .form-check-input.is-valid {
  border-color: #198754;
}
.was-validated .form-check-input:valid:checked, .form-check-input.is-valid:checked {
  background-color: #198754;
}
.was-validated .form-check-input:valid:focus, .form-check-input.is-valid:focus {
  box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.25);
}
.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
  color: #198754;
}

.form-check-inline .form-check-input ~ .valid-feedback {
  margin-left: 0.5em;
}

.was-validated .input-group .form-control:valid, .input-group .form-control.is-valid,
.was-validated .input-group .form-select:valid,
.input-group .form-select.is-valid {
  z-index: 1;
}
.was-validated .input-group .form-control:valid:focus, .input-group .form-control.is-valid:focus,
.was-validated .input-group .form-select:valid:focus,
.input-group .form-select.is-valid:focus {
  z-index: 3;
}

.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: #dc3545;
}

.invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  color: #fff;
  background-color: rgba(220, 53, 69, 0.9);
  border-radius: 0.25rem;
}

.was-validated :invalid ~ .invalid-feedback,
.was-validated :invalid ~ .invalid-tooltip,
.is-invalid ~ .invalid-feedback,
.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated .form-control:invalid, .form-control.is-invalid {
  border-color: #dc3545;
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .form-control:invalid:focus, .form-control.is-invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.25);
}

.was-validated textarea.form-control:invalid, textarea.form-control.is-invalid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}

.was-validated .form-select:invalid, .form-select.is-invalid {
  border-color: #dc3545;
}
.was-validated .form-select:invalid:not([multiple]):not([size]), .was-validated .form-select:invalid:not([multiple])[size="1"], .form-select.is-invalid:not([multiple]):not([size]), .form-select.is-invalid:not([multiple])[size="1"] {
  padding-right: 4.125rem;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e"), url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
  background-position: right 0.75rem center, center right 2.25rem;
  background-size: 16px 12px, calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .form-select:invalid:focus, .form-select.is-invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.25);
}

.was-validated .form-check-input:invalid, .form-check-input.is-invalid {
  border-color: #dc3545;
}
.was-validated .form-check-input:invalid:checked, .form-check-input.is-invalid:checked {
  background-color: #dc3545;
}
.was-validated .form-check-input:invalid:focus, .form-check-input.is-invalid:focus {
  box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.25);
}
.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
  color: #dc3545;
}

.form-check-inline .form-check-input ~ .invalid-feedback {
  margin-left: 0.5em;
}

.was-validated .input-group .form-control:invalid, .input-group .form-control.is-invalid,
.was-validated .input-group .form-select:invalid,
.input-group .form-select.is-invalid {
  z-index: 2;
}
.was-validated .input-group .form-control:invalid:focus, .input-group .form-control.is-invalid:focus,
.was-validated .input-group .form-select:invalid:focus,
.input-group .form-select.is-invalid:focus {
  z-index: 3;
}

.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1055;
  display: none;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  outline: 0;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;
}
.modal.fade .modal-dialog {
  transition: transform 0.3s ease-out;
  transform: translate(0, -50px);
}
@media (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
    transition: none;
  }
}
.modal.show .modal-dialog {
  transform: none;
}
.modal.modal-static .modal-dialog {
  transform: scale(1.02);
}

.modal-dialog-scrollable {
  height: calc(100% - 1rem);
}
.modal-dialog-scrollable .modal-content {
  max-height: 100%;
  overflow: hidden;
}
.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}

.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - 1rem);
}

.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  outline: 0;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.modal-backdrop.fade {
  opacity: 0;
}
.modal-backdrop.show {
  opacity: 0.5;
}

.modal-header {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: space-between;
  padding: 1rem 1rem;
  border-bottom: 1px solid #dee2e6;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}
.modal-header .btn-close {
  padding: 0.5rem 0.5rem;
  margin: -0.5rem -0.5rem -0.5rem auto;
}

.modal-title {
  margin-bottom: 0;
  line-height: 1.5;
}

.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: 1rem;
}

.modal-footer {
  display: flex;
  flex-wrap: wrap;
  flex-shrink: 0;
  align-items: center;
  justify-content: flex-end;
  padding: 0.75rem;
  border-top: 1px solid #dee2e6;
  border-bottom-right-radius: calc(0.3rem - 1px);
  border-bottom-left-radius: calc(0.3rem - 1px);
}
.modal-footer > * {
  margin: 0.25rem;
}

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .modal-dialog-scrollable {
    height: calc(100% - 3.5rem);
  }
  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem);
  }
  .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg,
  .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .modal-xl {
    max-width: 1140px;
  }
}
.modal-fullscreen {
  width: 100vw;
  max-width: none;
  height: 100%;
  margin: 0;
}
.modal-fullscreen .modal-content {
  height: 100%;
  border: 0;
  border-radius: 0;
}
.modal-fullscreen .modal-header {
  border-radius: 0;
}
.modal-fullscreen .modal-body {
  overflow-y: auto;
}
.modal-fullscreen .modal-footer {
  border-radius: 0;
}

@media (max-width: 575.98px) {
  .modal-fullscreen-sm-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-sm-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-sm-down .modal-header {
    border-radius: 0;
  }
  .modal-fullscreen-sm-down .modal-body {
    overflow-y: auto;
  }
  .modal-fullscreen-sm-down .modal-footer {
    border-radius: 0;
  }
}
@media (max-width: 767.98px) {
  .modal-fullscreen-md-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-md-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-md-down .modal-header {
    border-radius: 0;
  }
  .modal-fullscreen-md-down .modal-body {
    overflow-y: auto;
  }
  .modal-fullscreen-md-down .modal-footer {
    border-radius: 0;
  }
}
@media (max-width: 991.98px) {
  .modal-fullscreen-lg-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-lg-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-lg-down .modal-header {
    border-radius: 0;
  }
  .modal-fullscreen-lg-down .modal-body {
    overflow-y: auto;
  }
  .modal-fullscreen-lg-down .modal-footer {
    border-radius: 0;
  }
}
@media (max-width: 1199.98px) {
  .modal-fullscreen-xl-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-xl-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-xl-down .modal-header {
    border-radius: 0;
  }
  .modal-fullscreen-xl-down .modal-body {
    overflow-y: auto;
  }
  .modal-fullscreen-xl-down .modal-footer {
    border-radius: 0;
  }
}
@media (max-width: 1399.98px) {
  .modal-fullscreen-xxl-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-xxl-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-xxl-down .modal-header {
    border-radius: 0;
  }
  .modal-fullscreen-xxl-down .modal-body {
    overflow-y: auto;
  }
  .modal-fullscreen-xxl-down .modal-footer {
    border-radius: 0;
  }
}
@font-face {
  font-family: "FiraSans";
  src: url("../fonts/FiraSans/FiraSans-Thin.ttf");
  font-weight: 100;
  font-style: normal;
}
@font-face {
  font-family: "FiraSans";
  src: url("../fonts/FiraSans/FiraSans-ThinItalic.ttf");
  font-weight: 100;
  font-style: italic;
}
@font-face {
  font-family: "FiraSans";
  src: url("../fonts/FiraSans/FiraSans-ExtraLight.ttf");
  font-weight: 200;
  font-style: normal;
}
@font-face {
  font-family: "FiraSans";
  src: url("../fonts/FiraSans/FiraSans-ExtraLightItalic.ttf");
  font-weight: 200;
  font-style: italic;
}
@font-face {
  font-family: "FiraSans";
  src: url("../fonts/FiraSans/FiraSans-Light.ttf");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "FiraSans";
  src: url("../fonts/FiraSans/FiraSans-LightItalic.ttf");
  font-weight: 300;
  font-style: italic;
}
@font-face {
  font-family: "FiraSans";
  src: url("../fonts/FiraSans/FiraSans-Regular.ttf");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "FiraSans";
  src: url("../fonts/FiraSans/FiraSans-Italic.ttf");
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: "FiraSans";
  src: url("../fonts/FiraSans/FiraSans-Medium.ttf");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "FiraSans";
  src: url("../fonts/FiraSans/FiraSans-MediumItalic.ttf");
  font-weight: 500;
  font-style: italic;
}
@font-face {
  font-family: "FiraSans";
  src: url("../fonts/FiraSans/FiraSans-SemiBold.ttf");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "FiraSans";
  src: url("../fonts/FiraSans/FiraSans-SemiBoldItalic.ttf");
  font-weight: 600;
  font-style: italic;
}
@font-face {
  font-family: "FiraSans";
  src: url("../fonts/FiraSans/FiraSans-Bold.ttf");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "FiraSans";
  src: url("../fonts/FiraSans/FiraSans-BoldItalic.ttf");
  font-weight: 700;
  font-style: italic;
}
@font-face {
  font-family: "FiraSans";
  src: url("../fonts/FiraSans/FiraSans-ExtraBold.ttf");
  font-weight: 800;
  font-style: normal;
}
@font-face {
  font-family: "FiraSans";
  src: url("../fonts/FiraSans/FiraSans-ExtraBoldItalic.ttf");
  font-weight: 800;
  font-style: italic;
}
@font-face {
  font-family: "FiraSans";
  src: url("../fonts/FiraSans/FiraSans-Black.ttf");
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: "FiraSans";
  src: url("../fonts/FiraSans/FiraSans-BlackItalic.ttf");
  font-weight: 900;
  font-style: italic;
}
@font-face {
  font-family: "Sora";
  src: url("../fonts/Sora/Sora-Bold.ttf");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "Sora";
  src: url("../fonts/Sora/Sora-ExtraBold.ttf");
  font-weight: 800;
  font-style: normal;
}
@font-face {
  font-family: "Sora";
  src: url("../fonts/Sora/Sora-ExtraLight.ttf");
  font-weight: 200;
  font-style: normal;
}
@font-face {
  font-family: "Sora";
  src: url("../fonts/Sora/Sora-Light.ttf");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "Sora";
  src: url("../fonts/Sora/Sora-Medium.ttf");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Sora";
  src: url("../fonts/Sora/Sora-Regular.ttf");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Sora";
  src: url("../fonts/Sora/Sora-SemiBold.ttf");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "Sora";
  src: url("../fonts/Sora/Sora-Thin.ttf");
  font-weight: 100;
  font-style: normal;
}
@font-face {
  font-family: "icomoon";
  src: url("../fonts/iconos/icomoon.eot?ozsa1g");
  src: url("../fonts/iconos/icomoon.eot?ozsa1g#iefix") format("embedded-opentype"), url("../fonts/iconos/icomoon.ttf?ozsa1g") format("truetype"), url("../fonts/iconos/icomoon.woff?ozsa1g") format("woff"), url("../fonts/iconos/icomoon.svg?ozsa1g#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^=icon-], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-mdi_menu-up:before {
  content: "\e91e";
}

.icon-Check-icon:before {
  content: "\e91d";
  color: #faf5ed;
}

.icon-logo-atencion:before {
  content: "\e91c";
}

.icon-promocion:before {
  content: "\e91b";
}

.icon-flowbite_eye-solid:before {
  content: "\e91a";
  color: #555;
}

.icon-lock:before {
  content: "\e917";
}

.icon-mdi_eye-outline:before {
  content: "\e918";
}

.icon-user:before {
  content: "\e919";
}

.icon-bitcoin-icons_share-outline:before {
  content: "\e914";
}

.icon-Frame:before {
  content: "\e915";
}

.icon-Help:before {
  content: "\e916";
}

.icon-arrow-left:before {
  content: "\e900";
}

.icon-arrow-right:before {
  content: "\e901";
}

.icon-Artboard-53:before {
  content: "\e902";
}

.icon-Cart_v2:before {
  content: "\e903";
}

.icon-Clock:before {
  content: "\e904";
}

.icon-Closed:before {
  content: "\e905";
}

.icon-Frame-8467:before {
  content: "\e906";
}

.icon-Group:before {
  content: "\e907";
}

.icon-Group2:before {
  content: "\e908";
}

.icon-Icon:before {
  content: "\e909";
}

.icon-icon-cerrar:before {
  content: "\e90a";
}

.icon-iconos-categorias:before {
  content: "\e90b";
}

.icon-Local:before {
  content: "\e90c";
}

.icon-mage_phone-call:before {
  content: "\e90d";
}

.icon-Mail:before {
  content: "\e90e";
}

.icon-Opened:before {
  content: "\e90f";
}

.icon-oui_filter:before {
  content: "\e910";
}

.icon-raphael_facebook:before {
  content: "\e911";
}

.icon-streamline_instagram-solid:before {
  content: "\e912";
}

.icon-Union:before {
  content: "\e913";
}

ul,
p,
h2,
h4,
a {
  margin: 0;
  margin-block: 0;
  margin-inline: 0;
}

a {
  text-decoration: none;
}

ul {
  list-style: none;
}

i {
  font-style: normal !important;
}

.search-container .input-group {
  position: relative;
}
.search-container .input-group input {
  filter: drop-shadow(0px 2px 2px rgba(97, 97, 97, 0.1));
  border: 1px solid #F0F0F0;
  font-family: "FiraSans";
  font-size: 14px;
  font-weight: 500;
  line-height: 18px;
  letter-spacing: 0em;
  text-align: left;
  color: #656565;
  width: 100%;
  border-radius: 4px !important;
}
@media (max-width:991px) {
  .search-container .input-group input {
    font-size: 15px;
  }
}

.logout-btn {
  background: #FF0000;
  border: 2px solid #FF0000;
  font-family: "FiraSans";
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 17px;
  letter-spacing: 0em;
  text-align: left;
  color: #fff;
  padding: 6px 16px;
  border-radius: 2px;
  text-decoration: none;
  background-color: #0000FF;
  border: 2px solid #0000FF;
  font-weight: 600;
  width: 100%;
  max-width: 200px;
  display: block;
  text-align: center;
  padding: 13px 8px;
}
.logout-btn:hover {
  color: #333333;
  border: 2px solid #FF0000;
  background-color: #fff;
}
.logout-btn:hover {
  background-color: #FF0000;
  border: 2px solid #FF0000;
  color: #fff;
}

/*.download-btn {
	@include btn-primary();
	font-size: 12px;
	font-style: normal;
	font-weight: 600;
	line-height: 15px;
	letter-spacing: 0em;
	text-align: center;
	border-radius: 2px;
	background-color: $color-2;
	border: 2px solid $color-2;

	&:hover {
		background-color: $color-1;
		color: #fff;
	}
}*/
.view-more-link {
  font-family: "FiraSans";
  color: #FF0000;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 17px;
  letter-spacing: 0em;
  text-align: left;
  position: relative;
  text-decoration: none;
  /*&::before {
  	content: ' ';
  	background: url('..img/iconos/flecha.svg');
  }*/
}
.view-more-link span {
  margin-left: 8px;
  display: inline-block;
  position: relative;
  top: 2px;
}
.view-more-link:hover {
  text-decoration: underline !important;
  color: #FF0000 !important;
}

#side-search {
  width: 100%;
  max-width: 285px;
}

/* Variables
================================== */
/* Tables
================================== */
.Rtable {
  display: flex;
  flex-wrap: wrap;
  margin: 0 0 3em 0;
  padding: 0;
}

.Rtable-cell {
  box-sizing: border-box;
  flex-grow: 1;
  width: 100%;
  /*padding: 0.8em 1.2em;
  overflow: hidden; // Or flex might break
  list-style: none;
  border: solid $bw white;
  background: fade(slategrey,20%);*/
}
.Rtable-cell > h1, .Rtable-cell > h2, .Rtable-cell > h3, .Rtable-cell > h4, .Rtable-cell > h5, .Rtable-cell > h6 {
  margin: 0;
}

/* Table column sizing
================================== */
.Rtable--2cols > .Rtable-cell {
  width: 50%;
}

.Rtable--3cols > .Rtable-cell {
  width: 33.33%;
}

.Rtable--4cols > .Rtable-cell {
  width: 25%;
}

.Rtable--5cols > .Rtable-cell {
  width: 20%;
}

.Rtable--6cols > .Rtable-cell {
  width: 16.6%;
}

/* Responsive
==================================== */
@media all and (max-width: 500px) {
  .Rtable--collapse {
    display: block;
  }
  .Rtable--collapse > .Rtable-cell {
    width: 100% !important;
  }
  .Rtable--collapse > .Rtable-cell--foot {
    margin-bottom: 1em;
  }
}
.no-flexbox .Rtable {
  display: block;
}
.no-flexbox .Rtable > .Rtable-cell {
  width: 100%;
}
.no-flexbox .Rtable > .Rtable-cell--foot {
  margin-bottom: 1em;
}

.errors span {
  display: block;
  font-family: "FiraSans";
  color: #FF0000;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
  letter-spacing: 0em;
  text-align: left;
}
.errors span:not(:last-child) {
  margin-bottom: 1rem;
}
.errors span::before {
  font-family: "icomoon";
  content: "\e91c";
  margin-right: 4px;
}

.form-title {
  font-size: 28px;
  font-family: "FiraSans";
  font-weight: 400;
  letter-spacing: 0.6pt;
  line-height: 30px;
  color: #FF0000;
  margin-bottom: 1rem;
}
.form-title:not(:first-child) {
  margin-top: 1rem;
}
@media (max-width:767px) {
  .form-title {
    font-size: 18px;
    font-family: "Roboto";
    font-weight: 500;
    letter-spacing: 0.4pt;
    line-height: 30px;
    color: #ACACAC;
    margin-bottom: 0rem;
  }
}

/* You can add global styles to this file, and also import other style files */
.form-control {
  display: block;
  width: 100%;
  height: calc(1em + 0.75rem + 2px);
  padding: unset;
  font-size: unset;
  font-weight: unset;
  line-height: unset;
  color: unset;
  background-color: unset;
  background-clip: unset;
  border: unset;
  border-radius: unset;
  transition: unset;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

@media (max-width:767px) {
  .stand-form .form-group {
    margin-bottom: 0;
    width: 100%;
    overflow: hidden;
    max-width: unset !important;
    border-bottom: 1px solid #E8E8E8;
  }
}
@media (max-width:767px) {
  .stand-form .form-group label {
    font-size: 15px;
    line-height: 26px;
    margin: 0;
    width: 50%;
    float: left;
  }
}
@media (max-width:767px) {
  .stand-form .form-group input, .stand-form .form-group select {
    border-radius: initial;
    box-shadow: none;
    border: none !important;
    padding: 0;
    text-align: right;
  }
}
@media (max-width:767px) {
  .stand-form .form-group input:focus, .stand-form .form-group select:focus {
    box-shadow: none !important;
  }
}
.stand-form .form-group input label, .stand-form .form-group select label {
  /*display: none;

  @media (max-width:991px){
    display: block;
  }*/
}
@media (max-width:767px) {
  .stand-form .form-group input label, .stand-form .form-group select label {
    margin-bottom: 0;
    width: 50%;
    float: left;
  }
}
@media (max-width:767px) {
  .stand-form .form-group select {
    -moz-text-align-last: right;
         text-align-last: right;
  }
}
@media (max-width:767px) {
  .stand-form .form-group .form-control {
    width: 50%;
    float: right;
    height: auto;
  }
}
@media (max-width:767px) {
  .stand-form .error-msg {
    text-align: right;
  }
}

.grid-form .grid-row {
  position: relative;
}
@media (max-width:767px) {
  .grid-form .grid-row {
    margin-bottom: 1.25rem;
    border-radius: 0 10px 10px 10px;
    box-shadow: 0px 3px 6px rgba(151, 151, 151, 0.16);
    padding: 0px 40px 0px 7px;
  }
}
@media (max-width:767px) {
  .grid-form .grid-row > [class*=col-] {
    border-bottom: 1px solid #E8E8E8;
    border-right: 1px solid #E8E8E8;
    border-collapse: collapse;
  }
  .grid-form .grid-row > [class*=col-]:last-child {
    border-bottom: 0;
  }
}
.grid-form .grid-row .form-group {
  margin-bottom: 1.25rem;
}
@media (max-width:767px) {
  .grid-form .grid-row .form-group {
    margin-bottom: 0;
    width: 100%;
    overflow: hidden;
    max-width: unset !important;
    /*padding-top: 4px;
    padding-bottom: 3px;*/
  }
}
@media (max-width:767px) {
  .grid-form .grid-row .form-group label {
    font-size: 15px;
    line-height: 26px;
  }
}
@media (max-width:767px) {
  .grid-form .grid-row .form-group .form-control {
    width: 50%;
    float: right;
    height: auto;
  }
}
@media (max-width:767px) {
  .grid-form .grid-row .form-group input, .grid-form .grid-row .form-group select {
    border-radius: initial;
    box-shadow: none;
    border: none !important;
    padding: 0;
    text-align: right;
  }
  .grid-form .grid-row .form-group input:focus, .grid-form .grid-row .form-group select:focus {
    color: inherit;
    background-color: inherit;
    border-color: inherit;
    outline: 0;
    box-shadow: none;
  }
}
@media (max-width:767px) {
  .grid-form .grid-row .form-group select {
    -moz-text-align-last: right;
         text-align-last: right;
  }
}
.grid-form .grid-row .form-group label {
  display: none;
}
@media (max-width:991px) {
  .grid-form .grid-row .form-group label {
    display: block;
  }
}
@media (max-width:767px) {
  .grid-form .grid-row .form-group label {
    margin-bottom: 0;
    width: 50%;
    float: left;
  }
}
@media (max-width:767px) {
  .grid-form .grid-row .delete-btn.action-row {
    position: absolute;
    top: 50%;
    right: 12px;
    transform: translateY(-50%);
  }
  .grid-form .grid-row .delete-btn.action-row svg {
    width: 16px !important;
  }
}
@media (max-width:991px) {
  .grid-form .grid-header {
    display: none;
  }
}
.grid-form .grid-header label {
  font-size: 18px;
  font-weight: 500;
  font-family: "Roboto";
  letter-spacing: 0.6pt;
  line-height: 30px;
  color: #5A5A5A;
}
.grid-form .grid-header .action-btn {
  border: none;
  background: none;
  /* margin-left: -75px; */
  position: relative;
  left: -90px;
  bottom: 10px;
}
@media (max-width:767px) {
  .grid-form .grid-header .action-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
  }
}
.grid-form .grid-header .action-btn svg {
  width: 50px;
}

/*.btn.submit[type="submit"] {
  margin: 20px auto !important;
  display: block;
}*/
.btn.submit[type=submit] {
  color: white;
  border-radius: 10px;
  font-family: "Roboto";
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.5pt;
  line-height: 29px;
  box-shadow: none;
  padding: 2px 25px;
}

.field-label {
  font-family: "Roboto";
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.2143pt;
  line-height: 20px;
  color: #ACACAC;
  margin: 0;
}

.aclaracion {
  font-family: "Roboto";
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 16px;
  font-style: italic;
  color: #ACACAC;
}

:host ::ng-deep ::-webkit-scrollbar {
  width: 12px;
}
:host ::ng-deep ::-webkit-scrollbar-thumb {
  background: #03CCB8;
  border-radius: 5px;
}
:host ::ng-deep ::-webkit-scrollbar-track {
  background: white;
  border: 1px solid #E1E1E1;
  border-radius: 10px;
  margin-top: 10px;
  margin-bottom: 10px;
}
:host ::ng-deep .ui-table-scrollable-wrapper {
  min-height: 400px;
}
:host ::ng-deep .ui-table-scrollable-body {
  max-height: 550px;
}
:host ::ng-deep .page-options ul.opciones li {
  display: inline-block;
  margin-right: 0.5rem;
}
:host ::ng-deep .ui-table-scrollable-header, :host ::ng-deep .ui-table-scrollable-footer {
  overflow: inherit;
  border: 0 none;
}
:host ::ng-deep .ui-table .ui-table-thead > tr > th {
  padding: 0.4rem 0.857rem;
  border: none;
  font-weight: 700;
  color: white;
  background-color: #2E4265;
  font-size: 16px;
  text-align: center;
}
:host ::ng-deep .ui-table .ui-table-thead > tr > th:first-child {
  border-radius: 20px 0px 0px 0px;
}
:host ::ng-deep .ui-table .ui-table-thead > tr > th:last-child {
  border-radius: 0px 20px 0px 0px;
}
:host ::ng-deep .pi-sort-up::before {
  content: "\e933";
  color: #FF0000;
}
:host ::ng-deep .pi-sort-down::before {
  content: "\e930";
  color: #FF0000;
}
:host ::ng-deep .pi-sort::before {
  content: "";
}
:host ::ng-deep .pi-sort {
  display: none;
}
:host ::ng-deep .ui-table .ui-sortable-column:not(.ui-state-highlight):hover {
  background-color: #0000FF;
  color: white;
}
:host ::ng-deep .ui-table .ui-table-tbody > tr {
  background-color: white;
}
:host ::ng-deep .ui-table .ui-table-tbody > tr:nth-child(even) {
  background-color: white;
}
:host ::ng-deep .ui-table-scrollable-view input {
  width: 100%;
}
:host ::ng-deep .ui-table .ui-table-tbody > tr > td {
  padding: 0.4rem 0.857rem;
}
:host ::ng-deep .ui-table .ui-table-tbody > tr > td {
  background-color: inherit;
  border: none;
  /*background-image: linear-gradient(to right, rgba(112, 112, 112, 0.20)  50%, rgba(255, 255, 255, 0) 20%);
  background-position: top;
  background-size: 100px 2px;
  background-repeat: repeat-x;*/
  font-family: "FiraSans";
  font-size: 16px;
  font-weight: 500;
  color: #5A5A5A;
  letter-spacing: 0.3pt;
  line-height: 22px;
}
:host ::ng-deep .ui-table .ui-table-tbody > tr.ui-state-highlight td, :host ::ng-deep .ui-table .ui-table-tbody > tr:nth-child(2n).ui-state-highlight td {
  color: #5A5A5A;
  font-weight: 700;
}
:host ::ng-deep .ui-table .ui-paginator-bottom {
  border-top: 0 none;
  padding: 15px 0px;
}
:host ::ng-deep .ui-paginator {
  background-color: #fff;
  border: none;
  border-top: 1px solid #c8c8c8;
  padding: 0;
}
:host ::ng-deep .ui-table .ui-table-summary {
  background-color: #2E4265;
  color: white;
  border: none;
  padding: 5px 0px;
  text-align: center;
  border-radius: 0 0 20px 20px;
  border-top: 0 none;
  font-weight: 700;
  font-size: 18px;
  letter-spacing: 0.3pt;
  line-height: 30px;
}
:host ::ng-deep .ui-table-scrollable-header-box {
  margin: 0 !important;
}
:host ::ng-deep .ui-table .ui-table-tbody > tr.ui-state-highlight, :host ::ng-deep .ui-table .ui-table-tbody > tr:nth-child(2n).ui-state-highlight {
  background-color: #E2FBF8;
  color: #fff;
}
:host ::ng-deep .ui-table .ui-table-tbody > tr.ui-state-highlight .dropdown-fila .dropdown-toggle i, :host ::ng-deep .ui-table .ui-table-tbody > tr:nth-child(2n).ui-state-highlight .dropdown-fila .dropdown-toggle i {
  color: white;
}
:host ::ng-deep .ui-table td.selectable {
  color: #FF0000 !important;
  text-decoration: none;
  cursor: pointer;
}
:host ::ng-deep .ui-table td.options-col {
  width: 5em;
  text-align: center;
}
:host ::ng-deep .btn-dt {
  display: inline-block;
  background: none;
  border: none;
  height: auto;
}
:host ::ng-deep .btn-dt span {
  width: 26px;
  height: 26px;
  font-size: 26px;
  color: white;
}
:host ::ng-deep .btn-dt span.icon-imprimir {
  font-size: 20px;
  position: relative;
  top: -2px;
}
:host ::ng-deep .dropdown button {
  border: none;
  background: transparent;
}
:host ::ng-deep .dropdown .dropdown-link i {
  color: #FF0000;
  position: relative;
  top: 3px;
}
:host ::ng-deep .dropdown .dropdown-toggle {
  background: transparent;
  padding: 0;
}
:host ::ng-deep .dropdown .dropdown-toggle::after {
  display: none;
}
:host ::ng-deep .dropdown .dropdown-toggle i {
  color: #FF0000;
}
:host ::ng-deep .dropdown .dropdown-toggle .dropdown-link svg {
  width: 24px;
  fill: white;
}
:host ::ng-deep .dropdown .dropdown-menu {
  right: 0;
  left: auto;
}
:host ::ng-deep .ui-table .ui-table-tbody > tr.row-expander {
  display: none;
  background-color: #E8E8E8;
}
@media (max-width:767px) {
  :host ::ng-deep .ui-table .ui-table-tbody > tr.row-expander {
    display: table-row;
  }
}
:host ::ng-deep .ui-table .ui-table-tbody > tr.row-expander td {
  padding: 0;
  text-align: center;
  line-height: 1px;
}
:host ::ng-deep .ui-table .ui-table-tbody > tr.row-expander .row-toggler {
  padding: 3px 0px;
  width: 100%;
  display: inline-block;
}
:host ::ng-deep .ui-table .ui-table-tbody > tr.row-expander .row-toggler.row-expanded svg {
  transform: rotate(-90deg);
}
:host ::ng-deep .ui-table .ui-table-tbody > tr.row-expander .row-toggler.row-hidden svg {
  transform: rotate(90deg);
}
:host ::ng-deep .ui-table .ui-table-tbody > tr.row-expander .row-toggler svg {
  width: 16px;
  fill: #fff;
}
:host ::ng-deep .row-expansion * {
  text-align: left;
}
@media (max-width:767px) {
  :host ::ng-deep .ui-table .ui-table-thead > tr > th {
    padding: 0;
    font-size: 14px;
    text-align: center;
  }
  :host ::ng-deep .ui-table .ui-table-thead > tr > th:first-child {
    padding: 0;
    padding-left: 10px;
  }
  :host ::ng-deep .ui-table .ui-table-tbody > tr > td {
    padding: 6px 0px;
    font-size: 14px;
    text-align: center;
  }
  :host ::ng-deep .ui-table .ui-table-tbody > tr > td:first-child {
    padding-left: 10px;
  }
}
:host ::ng-deep .grid-form .form-group .ui-chkbox-label {
  margin: 0 0 0 0.5em;
}

.dropdown-menu.show {
  display: block;
  left: auto !important;
  right: 0 !important;
}

.options-col .btn {
  padding: 0.08rem 0.5rem;
}
.options-col .btn i.material-icons {
  font-size: 16px;
  line-height: 1.5;
}
.options-col .dropdown-menu {
  background: #0000FF;
}
.options-col .dropdown-menu .dropdown-item {
  color: white;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0.5pt;
}
.options-col .dropdown-menu .dropdown-item:focus, .options-col .dropdown-menu .dropdown-item:hover {
  color: #0000FF;
  text-decoration: none;
  background-color: #E2FBF8;
}

.delete-btn {
  background: none;
  padding: 0;
  border: none;
  margin-left: 5px;
}
.delete-btn svg {
  width: 15px;
}

.grid-form .form-group {
  margin-bottom: 0;
}
.grid-form .form-group input, .grid-form .form-group select {
  border-radius: none;
  box-shadow: none;
  border: none !important;
  padding: 0px 10px;
  font-family: "Roboto";
  font-size: 14px;
  font-weight: 400;
  line-height: 30px;
  background: rgb(249, 249, 249) !important;
}
.grid-form .form-group .ui-chkbox-label {
  margin: 0 0 0 0.5em;
}

/* Column Priorities */
@media only all {
  th.ui-p-6,
  td.ui-p-6,
  th.ui-p-5,
  td.ui-p-5,
  th.ui-p-4,
  td.ui-p-4,
  th.ui-p-3,
  td.ui-p-3,
  th.ui-p-2,
  td.ui-p-2,
  th.ui-p-1,
  td.ui-p-1 {
    display: none;
  }
}
/* Show priority 1 at 320px (20em x 16px) */
@media screen and (min-width: 0) {
  th.ui-p-1,
  td.ui-p-1 {
    display: table-cell;
  }
}
/* Show priority 2 at 576px (30em x 16px) */
@media screen and (min-width: 576px) {
  th.ui-p-2,
  td.ui-p-2 {
    display: table-cell;
  }
}
/* Show priority 3 at 768px */
@media screen and (min-width: 768px) {
  th.ui-p-3,
  td.ui-p-3 {
    display: table-cell;
  }
}
/* Show priority 4 at 800px (50em x 16px) */
@media screen and (min-width: 992px) {
  th.ui-p-4,
  td.ui-p-4 {
    display: table-cell;
  }
}
/* Show priority 5 at 1200px (60em x 16px) */
@media screen and (min-width: 1200px) {
  th.ui-p-5,
  td.ui-p-5 {
    display: table-cell;
  }
}
/* Show priority 6 at 1920px (70em x 16px) */
@media screen and (min-width: 1920px) {
  th.ui-p-6,
  td.ui-p-6 {
    display: table-cell;
  }
}
/*.row-toggler {
  margin-top: 10px;
  display: none;

  @media (max-width:576px) {
    display: inline-block;
  }

  i {
    font-size: 20px;
  }
}*/
@media (min-width: 576px) {
  .row-expansion {
    display: none;
  }
}

.menu-container {
  width: 100%;
  margin: 0 auto;
  padding: 20px 0;
}

.menu {
  width: 285px;
  font-family: "FiraSans";
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 17px;
  letter-spacing: 0em;
  text-align: left;
  color: #0000FF;
  position: relative;
  padding: 24px 32px;
  margin: 0;
  border: 2px solid #0000FF;
}
.menu > li {
  display: block;
  text-align: center;
  margin-bottom: 2rem;
}
.menu > li > a {
  display: block;
  font-family: "FiraSans";
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 17px;
  letter-spacing: 0em;
  text-align: left;
  color: #0000FF;
  position: relative;
  padding-left: 1.5rem;
}
.menu > li > a::before {
  font-family: "ferrenor-icon" !important;
  content: "\e901";
  color: #FF0000;
  position: absolute;
  left: 0;
}
.menu > li > a:link, .menu > li > a:visited, .menu > li > a:focus, .menu > li > a span {
  color: #0000FF;
  text-decoration: none;
}
.menu > li:hover > a {
  color: #FF0000;
}
.menu .icon-flecha {
  display: inline-block;
  margin-right: 1.5rem;
}
.menu .col-menu {
  width: 50%;
  padding: 10px;
  flex: 0 1 auto;
}
.menu .col-menu h3 {
  position: relative;
  padding-left: 1.5rem;
}
.menu .col-menu h3::before {
  font-family: "ferrenor-icon" !important;
  content: "\e901";
  color: #FF0000;
  position: absolute;
  left: 0;
}
.menu .col-menu h3, .menu .col-menu h3 > a {
  font-family: "FiraSans";
  color: #FF0000;
  font-size: 13px;
  font-style: normal;
  font-weight: 600;
  line-height: 16px;
  letter-spacing: 0em;
  text-align: left;
  text-decoration: none;
  text-transform: uppercase;
}
.menu .col-menu ul {
  padding: 0;
  margin: 0;
}
.menu .col-menu ul li {
  padding: 0;
  list-style: none;
}
.menu .col-menu ul li:not(:last-child) {
  margin-bottom: 0.75rem;
}
.menu .col-menu ul li a {
  font-family: "FiraSans";
  color: #0000FF;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
  letter-spacing: 0em;
  text-align: left;
  text-decoration: none;
}

/* Megadrop width dropdown */
.menu > li > .megadrop {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  list-style: none;
  top: 0px;
  left: 285px;
  width: 800px;
  min-height: 100%;
  text-align: left;
  margin-top: 30px;
  padding: 0;
  z-index: 99;
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
  align-content: start;
  background-color: #fff;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.2509803922);
}

.menu > li:hover .megadrop {
  opacity: 1;
  visibility: visible;
  margin-top: 0px;
}

.menu > li > ul li ul, .menu li > ul li, .menu > li > .megadrop, .menu > li > ul, .menu > li {
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-outs;
}

/* #menu-toggler {
	position: relative;
    padding-left: 25px;

	> span {
		margin-right: 12px;
		font-size: 15px;
		position: absolute;
		left: -7px;
		line-height: 19px;
	}
} */
#home-slider {
  height: 500px;
}
@media (min-width: 992px) and (max-width:1700px) {
  #home-slider {
    height: 350px;
  }
}
@media (max-width:991px) {
  #home-slider {
    display: none;
  }
}
#home-slider .owl-stage-outer,
#home-slider .owl-stage,
#home-slider .owl-item {
  height: 100%;
}
#home-slider .logo-title {
  display: inline-block;
  width: 100%;
  max-width: 154px;
  height: auto;
  position: relative;
  top: -4px;
}
#home-slider .slider-img {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  background-position: center left;
  /*&::after {
  	content: "";
  	position: absolute;
  	width: 100%;	
  	height: 100%;
  	background: rgba(51, 51, 51, 0.5);
  }*/
  /**/
  /*.slider-overlay {
  	position: absolute;
  	background: rgba(51, 51, 51, 0.5);
  	left: -4px;
  	bottom: 48px;
  	width: 100%;
  	min-height: 152px;
  	display: flex;
  	flex-direction: column;
  	justify-content: center;
  	align-items: center;

  	.content {
  		max-width: 480px;
  		width: 100%;
  		margin: 0 auto;

  		h2 {
  			font-family: $font-family-1;
  			font-size: 47px;
  			font-style: normal;
  			font-weight: 600;
  			line-height: 57px;
  			letter-spacing: 0em;
  			text-align: left;
  			color: #fff;

  			& + h2 {
  				font-size: 43px;
  				font-weight: 600;
  			}
  		}
  	}
  }*/
}
@media (max-width: 1680px) {
  #home-slider .slider-img {
    background-position: center 50%;
  }
}
@media (max-width:1199px) {
  #home-slider .slider-img {
    background-position: left;
  }
}
#home-slider .slider-img.right .slider-container .container .content {
  right: 230px;
}
#home-slider .slider-img .slider-container {
  height: 100%;
  position: relative;
}
#home-slider .slider-img .slider-container .container {
  height: 100%;
  position: relative;
}
#home-slider .slider-img .slider-container .container .content {
  width: 100%;
  max-width: 680px;
  position: absolute;
  bottom: 160px;
  left: 230px;
  z-index: 1000;
}
@media (max-width: 1680px) {
  #home-slider .slider-img .slider-container .container .content {
    left: 100px;
    bottom: 130px;
  }
}
#home-slider .slider-img .slider-container .container .content .slider-title {
  color: #333;
  font-family: "Sora";
  font-size: 54px;
  font-style: normal;
  font-weight: 700;
  line-height: 68px;
  /* 125.926% */
  margin-bottom: 4px;
}
@media (max-width:1199px) {
  #home-slider .slider-img .slider-container .container .content .slider-title {
    font-size: 42px;
    line-height: 1.2em;
  }
}
#home-slider .slider-img .slider-container .container .content .slider-subtitle {
  color: #333;
  font-family: "Sora";
  font-size: 40px;
  font-style: normal;
  font-weight: 600;
  line-height: 60px;
  /* 150% */
  text-transform: capitalize;
  margin-bottom: 24px;
}
@media (max-width:1199px) {
  #home-slider .slider-img .slider-container .container .content .slider-subtitle {
    font-size: 34px;
    line-height: 1.2em;
  }
}
#home-slider .slider-img .slider-container .container .content .slider-text {
  color: #555;
  font-family: "Sora";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  width: 480px;
  /* 150% */
  margin-bottom: 34px;
}
#home-slider .slider-img .slider-container .container .content .buttons {
  display: flex;
  gap: 20px;
}
#home-slider .slider-img .slider-container .container .content .buttons a {
  border-radius: 57px;
  border: 1.5px solid #333;
  padding: 14px 28px;
  color: #333;
  font-family: "FiraSans";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
  /* 112.5% */
  letter-spacing: 0.2px;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
}
#home-slider .slider-img .slider-container .container .content .buttons a.catalogo:hover, #home-slider .slider-img .slider-container .container .content .buttons a.comprar:not(:hover) {
  background: #333;
  color: #fff;
}
#home-slider .slider-img .slider-container .container .slider-search div.input-group {
  background: #FFFFFF;
  border: none;
  border-radius: 2px 2px 2px 0px;
  position: relative;
  display: flex;
}
#home-slider .slider-img .slider-container .container .slider-search div.input-group input {
  flex: 1;
  width: 100%;
  font-family: "FiraSans";
  color: #0000FF;
  font-size: 10px;
  font-style: normal;
  font-weight: 500;
  line-height: 12px;
  letter-spacing: 0em;
  text-align: left;
  border: none;
}
#home-slider .slider-img .slider-container .container .slider-search div.input-group button {
  padding: 10px 22px;
  width: 88px;
  background: #FF0000;
  color: #fff;
  font-family: "FiraSans";
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 17px;
  letter-spacing: 0em;
  text-align: center;
  border: none;
}
#home-slider .slider-img .slider-container .container .slider-search div.input-group input {
  padding: 18px 18px;
  font-family: "FiraSans";
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: 16px;
  letter-spacing: 0em;
  text-align: left;
  color: #656565;
}
@media (min-width: 992px) and (max-width:1700px) {
  #home-slider .slider-img .slider-container .container .slider-search div.input-group input {
    padding: 12px 18px;
    font-size: 12px;
    font-weight: 500;
    line-height: 11px;
    letter-spacing: 0em;
    text-align: left;
  }
}
#home-slider .slider-img .slider-container .container .slider-search div.input-group button {
  width: 140px;
  font-family: "FiraSans";
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 22px;
  letter-spacing: 0em;
  text-align: center;
}
@media (min-width: 992px) and (max-width:1700px) {
  #home-slider .slider-img .slider-container .container .slider-search div.input-group button {
    width: 100px;
    font-size: 13px;
    font-weight: 600;
    line-height: 16px;
    letter-spacing: 0em;
  }
}
#home-slider .owl-dots {
  position: absolute;
  top: 50%;
  left: 32px;
  transform: translate(-50%, -50%);
  display: flex;
  flex-direction: column;
}
#home-slider .owl-dots .owl-dot {
  border-radius: 50%;
  width: 10px;
  height: 10px;
  background-color: #fff;
  margin-bottom: 1rem;
  border: 1px solid #333;
}
#home-slider .owl-dots .owl-dot.active {
  background-color: #333;
}

/*SLIDER de MARCAS*/
#marcas-carousel img {
  display: block;
  width: 100%;
  max-width: 120px;
  margin: 0 35px;
}

@media (min-width: 768px) and (max-width:991px) {
  #home-slider-tablet {
    display: block !important;
  }
}
#home-slider-tablet h1,
#home-slider-tablet h2,
#home-slider-tablet .slider-text {
  width: 50%;
}

@media (max-width:767px) {
  #home-slider-mobile {
    display: block !important;
  }
}

#home-slider-tablet,
#home-slider-mobile {
  height: 65vh;
  min-height: 550px;
  display: none;
  margin-top: 60px;
}
@media (max-width:991px) {
  #home-slider-tablet,
  #home-slider-mobile {
    margin-top: -26px;
    margin-bottom: 44px;
  }
}
#home-slider-tablet .owl-stage-outer,
#home-slider-tablet .owl-stage,
#home-slider-tablet .owl-item,
#home-slider-mobile .owl-stage-outer,
#home-slider-mobile .owl-stage,
#home-slider-mobile .owl-item {
  height: 100%;
}
#home-slider-tablet .logo-title,
#home-slider-mobile .logo-title {
  display: inline-block;
  width: 100%;
  max-width: 154px;
  height: auto;
  position: relative;
  top: -4px;
}
#home-slider-tablet .slider-img,
#home-slider-mobile .slider-img {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  /*&::after {
  	content: "";
  	position: absolute;
  	width: 100%;	
  	height: 100%;
  	background: rgba(51, 51, 51, 0.5);
  }*/
}
#home-slider-tablet .slider-img .slider-container,
#home-slider-mobile .slider-img .slider-container {
  height: 100%;
  position: relative;
}
#home-slider-tablet .slider-img .slider-container .container,
#home-slider-mobile .slider-img .slider-container .container {
  height: 100%;
  position: relative;
}
#home-slider-tablet .slider-img .slider-container .container .content,
#home-slider-mobile .slider-img .slider-container .container .content {
  max-width: 100%;
  height: 100%;
  position: relative;
  z-index: 1000;
  padding: 60px 0 0;
}
@media (min-width: 768px) and (max-width:991px) {
  #home-slider-tablet .slider-img .slider-container .container .content,
  #home-slider-mobile .slider-img .slider-container .container .content {
    padding: 80px 0 0;
  }
}
#home-slider-tablet .slider-img .slider-container .container .content h1,
#home-slider-mobile .slider-img .slider-container .container .content h1 {
  color: #333;
  font-family: "FiraSans";
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: capitalize;
  margin-bottom: 6px;
  margin-left: 24px;
  -webkit-text-stroke: 0.7px white;
}
@media (min-width: 768px) and (max-width:991px) {
  #home-slider-tablet .slider-img .slider-container .container .content h1,
  #home-slider-mobile .slider-img .slider-container .container .content h1 {
    font-size: 36px;
  }
}
#home-slider-tablet .slider-img .slider-container .container .content h2,
#home-slider-mobile .slider-img .slider-container .container .content h2 {
  color: #333;
  font-family: "FiraSans";
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: capitalize;
  margin-left: 24px;
  -webkit-text-stroke: 0.5px white;
}
@media (min-width: 768px) and (max-width:991px) {
  #home-slider-tablet .slider-img .slider-container .container .content h2,
  #home-slider-mobile .slider-img .slider-container .container .content h2 {
    font-size: 28px;
  }
}
#home-slider-tablet .slider-img .slider-container .container .content .slider-text,
#home-slider-mobile .slider-img .slider-container .container .content .slider-text {
  margin-top: 24px;
  margin-left: 23px;
  color: #555;
  font-family: "Sora";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  /* 150% */
}
#home-slider-tablet .slider-img .slider-container .container .content .buttons,
#home-slider-mobile .slider-img .slider-container .container .content .buttons {
  position: absolute;
  bottom: 70px;
  width: 100%;
  padding: 0 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width:991px) {
  #home-slider-tablet .slider-img .slider-container .container .content .buttons,
  #home-slider-mobile .slider-img .slider-container .container .content .buttons {
    justify-content: center;
    gap: 8px;
  }
}
#home-slider-tablet .slider-img .slider-container .container .content .buttons a,
#home-slider-mobile .slider-img .slider-container .container .content .buttons a {
  width: 100%;
  padding: 16px 24px;
  border-radius: 10px;
  border: 1.176px solid #fff;
  background: #333;
  color: #fff;
  font-family: "FiraSans";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 14.106px;
  /* 100.76% */
  text-align: center;
  letter-spacing: 0.157px;
}
@media (min-width: 768px) and (max-width:991px) {
  #home-slider-tablet .slider-img .slider-container .container .content .buttons a,
  #home-slider-mobile .slider-img .slider-container .container .content .buttons a {
    font-size: 16px;
    padding: 20px 24px;
  }
}
@media (max-width:991px) {
  #home-slider-tablet .slider-img .slider-container .container .content .buttons a,
  #home-slider-mobile .slider-img .slider-container .container .content .buttons a {
    padding: 16px 12px;
  }
}
#home-slider-tablet .slider-img .slider-container .container .content .buttons a.catalogo,
#home-slider-mobile .slider-img .slider-container .container .content .buttons a.catalogo {
  border-radius: 10px;
  border: 1.176px solid #333;
  background: #fff;
  color: #333;
}
#home-slider-tablet .slider-img .slider-container .container .title-slider,
#home-slider-mobile .slider-img .slider-container .container .title-slider {
  margin-bottom: 3rem;
}
#home-slider-tablet .slider-img .slider-container .container .title-slider h2,
#home-slider-mobile .slider-img .slider-container .container .title-slider h2 {
  font-family: "FiraSans";
  font-size: 36px;
  font-weight: 700;
  line-height: 47px;
  letter-spacing: 0.03em;
  text-align: left;
  color: #fff;
  margin-bottom: 2rem;
  max-width: 340px;
  filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
}
@media (max-width:576px) {
  #home-slider-tablet .slider-img .slider-container .container .title-slider h2,
  #home-slider-mobile .slider-img .slider-container .container .title-slider h2 {
    font-size: 30px;
    font-weight: 700;
    line-height: 39px;
    letter-spacing: 0.03em;
    max-width: 280px;
    margin-bottom: 16px;
  }
}
#home-slider-tablet .slider-img .slider-container img,
#home-slider-mobile .slider-img .slider-container img {
  position: absolute;
  left: -15px;
  width: 100%;
  max-width: 350px;
}
@media (max-width:991px) {
  #home-slider-tablet .slider-img .slider-container img,
  #home-slider-mobile .slider-img .slider-container img {
    border-radius: 0px 5px 5px 0px;
  }
}
@media (max-width:576px) {
  #home-slider-tablet .slider-img .slider-container img,
  #home-slider-mobile .slider-img .slider-container img {
    font-size: 30px;
    font-weight: 700;
    line-height: 39px;
    letter-spacing: 0.03em;
    max-width: 241px;
    border-radius: 0px 5px 5px 0px;
  }
}
#home-slider-tablet .slider-img#slider-betafence .slider-container .title-slider,
#home-slider-mobile .slider-img#slider-betafence .slider-container .title-slider {
  margin-bottom: 0;
}
#home-slider-tablet .slider-img#slider-bellota .slider-container .title-slider,
#home-slider-mobile .slider-img#slider-bellota .slider-container .title-slider {
  margin-bottom: 0rem;
}
#home-slider-tablet .slider-img#slider-quilosa .slider-container .title-slider,
#home-slider-mobile .slider-img#slider-quilosa .slider-container .title-slider {
  margin-bottom: 0rem;
}
#home-slider-tablet .owl-dots,
#home-slider-mobile .owl-dots {
  position: absolute;
  bottom: 23px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
}
@media (max-width:991px) {
  #home-slider-tablet .owl-dots,
  #home-slider-mobile .owl-dots {
    bottom: 10px;
  }
}
#home-slider-tablet .owl-dots .owl-dot,
#home-slider-mobile .owl-dots .owl-dot {
  border-radius: 50%;
  width: 10px;
  height: 10px;
  background-color: #fff;
  margin-bottom: 1rem;
  margin-right: 12px;
  border: 1px solid #333;
}
#home-slider-tablet .owl-dots .owl-dot.active,
#home-slider-mobile .owl-dots .owl-dot.active {
  background-color: #0000FF;
  border-color: transparent;
}

@media (max-width:991px) {
  #breadrcrumb-container {
    display: none;
  }
}
#breadrcrumb-container ul {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
}
#breadrcrumb-container ul li {
  position: relative;
}
#breadrcrumb-container ul li a,
#breadrcrumb-container ul li span {
  font-family: "FiraSans";
  color: #333;
  font-size: 13px;
  font-weight: 400;
  line-height: 17px;
  letter-spacing: 0em;
  text-align: left;
  text-decoration: none;
}
#breadrcrumb-container ul li span {
  color: #FF0000;
}
#breadrcrumb-container ul li:not(:first-child) {
  padding-left: 18px;
}
#breadrcrumb-container ul li:not(:first-child)::before {
  content: " ";
  background-image: url("../img/iconos/flecha.svg");
  background-repeat: no-repeat;
  position: absolute;
  width: 17px;
  height: 17px;
  top: 0;
  left: -4px;
  font-size: 9px;
  line-height: 22px;
}
#breadrcrumb-container ul li.home .icon-inicio::before {
  content: url("../img/iconos/inicio.svg");
}
#breadrcrumb-container ul li.home a {
  display: flex;
  align-items: center;
  justify-content: center;
}
#breadrcrumb-container ul li.home span {
  font-size: 16px;
  line-height: 18px;
  font-weight: 400;
}
#breadrcrumb-container ul li.home + li {
  padding-left: 10.5px;
}
#breadrcrumb-container ul li.home + li::before {
  content: " ";
  background-image: none;
  background-repeat: no-repeat;
  background-color: #333;
  position: absolute;
  width: 2px;
  height: 12px;
  top: 4px;
  left: 0;
}

footer#footer {
  background: #fff;
  padding: 60px 80px 30px;
}
@media (max-width: 1366px) {
  footer#footer {
    padding: 60px 20px 30px;
  }
}
@media (max-width:991px) {
  footer#footer {
    padding: 60px 20px 30px;
  }
}
footer#footer .col-lg-4 {
  display: flex;
  align-items: center;
}
@media (max-width:991px) {
  footer#footer .col-lg-4 {
    justify-content: center;
    margin-bottom: 32px;
  }
}
footer#footer .footer-top,
footer#footer .footer-middle {
  border-bottom: 1px solid #333;
  margin-bottom: 40px;
  padding-bottom: 40px;
}
footer#footer .footer-top .col-lg-4:nth-child(2) {
  justify-content: center;
}
footer#footer .footer-top .paginas ul {
  display: flex;
  gap: 32px;
  align-items: center;
  padding: 0;
}
@media (max-width:991px) {
  footer#footer .footer-top .paginas ul {
    gap: 16px;
    flex-wrap: wrap;
    justify-content: center;
  }
}
footer#footer .footer-top .paginas ul li a {
  color: #333;
  font-family: "FiraSans";
  font-size: 13px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
  /* 153.846% */
  letter-spacing: 0.1px;
}
footer#footer .footer-top .paginas ul li a:hover {
  text-decoration: underline;
}
footer#footer .footer-top .login-container {
  width: auto;
  overflow: hidden;
  margin-left: auto;
}
@media (max-width:991px) {
  footer#footer .footer-top .login-container {
    margin: 0 auto;
  }
}
footer#footer .footer-top .login-container a {
  padding: 13px 32px;
  background: #0000FF;
  text-wrap: nowrap;
  color: #fff;
  font-family: "FiraSans";
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: 17px;
  /* 113.333% */
  letter-spacing: 0.1px;
  text-transform: uppercase;
  text-decoration: none;
  display: flex;
  justify-content: center;
  gap: 8px;
  border: 1px solid #0000FF;
  border-left-color: #333;
  transition: all 0.3s ease-in-out;
}
footer#footer .footer-top .login-container a.entrar-area {
  align-items: center;
}
footer#footer .footer-top .login-container a.entrar-area img {
  transition: all 0.3s ease-in-out;
  filter: brightness(0) invert(1);
}
footer#footer .footer-top .login-container a i::before {
  display: block;
  font-family: "icomoon";
  content: "\e902";
  font-size: 24px;
  font-style: normal;
}
footer#footer .footer-top .login-container a:hover {
  background: #fff;
  color: #0000FF;
}
footer#footer .footer-top .login-container a:hover img {
  filter: unset;
}
footer#footer .footer-middle .col-lg-4:nth-child(1) {
  justify-content: flex-start;
}
footer#footer .footer-middle .col-lg-4:nth-child(2) {
  justify-content: center;
}
footer#footer .footer-middle .col-lg-4:nth-child(3) {
  justify-content: flex-end;
}
@media (max-width:991px) {
  footer#footer .footer-middle .col-lg-4 {
    justify-content: center !important;
  }
}
footer#footer .footer-middle .info-contacto {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 18px;
  width: 265px;
}
footer#footer .footer-middle .info-contacto h4 {
  color: #333;
  font-family: "Sora";
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 21px;
  /* 131.25% */
}
footer#footer .footer-middle .info-contacto .text {
  display: flex;
  flex-direction: column;
  gap: 8px;
  align-items: center;
}
footer#footer .footer-middle .info-contacto .text i {
  margin: auto;
}
footer#footer .footer-middle .info-contacto .text i::before {
  font-family: "icomoon";
  font-style: normal;
  font-size: 14px;
}
footer#footer .footer-middle .info-contacto .text.direccion i::before {
  content: "\e90c";
}
footer#footer .footer-middle .info-contacto .text.contacto p:nth-child(1) i::before {
  content: "\e90e";
}
footer#footer .footer-middle .info-contacto .text.contacto p:nth-child(2) i::before {
  content: "\e90d";
}
footer#footer .footer-middle .info-contacto .text p {
  color: #333;
  text-align: center;
  font-family: "FiraSans";
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  /* 19.5px */
}
footer#footer .footer-middle .info-contacto .text p span {
  color: #555;
}
footer#footer .footer-bottom .col-lg-4:nth-child(2) {
  justify-content: center;
}
footer#footer .footer-bottom .col-lg-4:nth-child(3) {
  justify-content: flex-end;
}
@media (max-width: 1680px) {
  footer#footer .footer-bottom .col-lg-4 {
    width: auto;
  }
  footer#footer .footer-bottom .col-lg-4:nth-child(2) {
    margin: 0 auto;
  }
  footer#footer .footer-bottom .col-lg-4:nth-child(3) {
    margin-left: auto;
  }
}
@media (max-width:991px) {
  footer#footer .footer-bottom .col-lg-4 {
    justify-content: center !important;
    margin: 0 auto;
  }
  footer#footer .footer-bottom .col-lg-4:first-child {
    order: 3;
  }
  footer#footer .footer-bottom .col-lg-4:nth-child(2) {
    order: 2;
    margin-bottom: 42px;
  }
  footer#footer .footer-bottom .col-lg-4:last-child {
    order: 1;
    margin-bottom: 42px;
  }
}
footer#footer .footer-bottom .copyright {
  color: #333;
  font-family: "FiraSans";
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 14px;
}
@media (max-width:991px) {
  footer#footer .footer-bottom .copyright {
    text-align: center;
  }
}
footer#footer .footer-bottom .copyright strong {
  font-weight: 500;
}
footer#footer .footer-bottom .copyright a {
  text-decoration: underline;
  color: #333;
}
footer#footer .footer-bottom .copyright a:hover {
  text-decoration: none;
}
footer#footer .footer-bottom .politicas ul {
  display: flex;
  align-items: center;
  gap: 24px;
  padding: 0;
}
@media (max-width:991px) {
  footer#footer .footer-bottom .politicas ul {
    flex-wrap: wrap;
    justify-content: center;
  }
}
footer#footer .footer-bottom .politicas ul li a {
  color: #333;
  font-family: "FiraSans";
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 14px;
  /* 107.692% */
  text-decoration: underline;
}
footer#footer .footer-bottom .politicas ul li a:hover {
  text-decoration: none;
}
footer#footer .footer-bottom .redes-sociales {
  padding: none;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 8px;
  list-style: none;
}
@media (max-width:1199px) {
  footer#footer .footer-bottom .redes-sociales {
    display: none;
  }
}
footer#footer .footer-bottom .redes-sociales li p {
  color: #333;
  font-family: "FiraSans";
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 13px;
  /* 108.333% */
}
footer#footer .footer-bottom .redes-sociales li a {
  color: #333;
  text-decoration: unset;
}
footer#footer .footer-bottom .redes-sociales li a span::before {
  font-family: "icomoon";
}
footer#footer .footer-bottom .redes-sociales li a span.icon-instagram::before {
  content: "\e912";
}
footer#footer .footer-bottom .redes-sociales li a span.icon-facebook::before {
  content: "\e911";
}

:root {
  --width-lista-productos-mobile: calc(100% - 16px);
}

body > main {
  min-height: 60vh;
}

@media (min-width: 992px) and (max-width:1700px) {
  main > .container-fluid {
    padding: 0 16px;
  }
}

@media (max-width:991px) {
  #lista-productos #page-header {
    position: relative;
    margin-top: -80px;
    top: 0;
    margin-bottom: 24px;
  }
  #lista-productos #page-header h1 {
    font-size: 16px;
    font-weight: 700;
  }
}
#lista-productos::before {
  content: url("../img/lista-productos/banner.png");
  display: block;
  margin: 0 auto;
}
@media (max-width:991px) {
  #lista-productos::before {
    content: "";
    background: url("../img/lista-productos/banner-mobile.png");
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 200px;
    top: 0;
  }
}

#page-header {
  position: absolute;
  left: 0;
  width: 100%;
  top: 170px;
}
#page-header .content {
  width: 100%;
}
#page-header .content h1 {
  color: #333;
  font-family: "Sora";
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.1px;
  text-decoration-line: underline;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 18px;
}
@media (max-width:991px) {
  #page-header .content h1 {
    margin-bottom: 36px;
  }
}
#page-header .content #category-footer {
  width: 1470px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 1680px) {
  #page-header .content #category-footer {
    width: 90%;
  }
}
@media (max-width:991px) {
  #page-header .content #category-footer {
    justify-content: center;
    width: var(--width-lista-productos-mobile);
  }
  #page-header .content #category-footer > div:first-child {
    display: none;
  }
}
#page-header .content #category-footer .search-container {
  height: auto;
  position: relative;
  display: block;
  border: 1px solid #333;
}
#page-header .content #category-footer .search-container .input-group {
  display: flex;
  flex-direction: row-reverse;
  flex-wrap: nowrap;
  gap: 12px;
  padding: 0 20px;
  width: 326px;
  background: #fff;
  transition: all 0.3s ease-in-out;
}
#page-header .content #category-footer .search-container .input-group:hover {
  background: #EFEFEF;
}
#page-header .content #category-footer .search-container .input-group:focus-within {
  background: #ECF0FE !important;
}
#page-header .content #category-footer .search-container .input-group button {
  background: none;
  border: none;
  margin: 0;
  padding: 0;
}
#page-header .content #category-footer .search-container .input-group button .icon-buscar::before {
  font-family: "icomoon";
  content: "\e913";
  color: #333;
}
#page-header .content #category-footer .search-container .input-group input {
  height: auto;
  width: 100%;
  box-sizing: border-box;
  filter: unset;
  border: unset;
  padding: 14px 0;
  color: #333;
  font-family: "FiraSans";
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  background: none;
}
#page-header .content #category-footer .search-container .input-group input::-moz-placeholder {
  color: #555;
}
#page-header .content #category-footer .search-container .input-group input::placeholder {
  color: #555;
}
@media (max-width:991px) {
  #page-header .content #category-footer .search-container {
    border-radius: 10px;
    overflow: hidden;
    width: 100%;
  }
  #page-header .content #category-footer .search-container .input-group {
    width: 100%;
  }
}

/*HEADER*/
body {
  overflow-x: hidden;
}
@supports (overflow: clip) {
  body {
    overflow-x: clip;
  }
}
body::before {
  display: block;
  position: relative;
  content: url("../img/header/Herro_Banner.png");
  height: -moz-fit-content;
  height: fit-content;
  width: 100%;
  margin-bottom: 12px;
}
@media (max-width:991px) {
  body::before {
    top: 0;
    right: 0;
    margin-bottom: 0;
    height: 90px;
    content: url("../img/header/Herro_Banner-mobile.png");
  }
}

#header {
  z-index: 1000;
  top: 0;
  position: fixed;
  width: 100%;
  padding: 12px 24px;
  max-width: 1920px;
  margin: 0 auto;
  /* &.sticky {
  	.header-top .content {

  		* {
  			display: none;
  		}
  	}

  	.header-bottom {
  		#home-link {
  			img#logo-principal {
  				width: 90px !important;
  			}
  		}
  	}
  } */
}
@media (max-width: 1366px) {
  #header {
    padding: 12px;
  }
}
@media (max-width:991px) {
  #header {
    display: none;
  }
}
#header > .content {
  display: flex;
  border: 1px solid #333;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0px 4px 4px 0px rgba(37, 37, 37, 0.25);
}
#header > .content .left {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 20px;
  border-right: 1px solid #333;
}
@media (max-width: 1680px) {
  #header > .content .left {
    padding: 0 10px;
  }
}
@media (max-width: 1280px) {
  #header > .content .left a img {
    display: none;
  }
}
#header > .content .left a img.tablet-logo {
  display: none;
  height: 70px;
}
@media (max-width: 1280px) {
  #header > .content .left a img.tablet-logo {
    display: block;
  }
}
@media (max-width:1199px) {
  #header > .content .left a img.tablet-logo {
    height: 50px;
  }
}
#header > .content .right {
  width: 100%;
}
#header > .content .right .arriba {
  padding: 9px 32px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #333;
}
@media (max-width: 1366px) {
  #header > .content .right .arriba {
    padding: 9px 16px;
  }
}
#header > .content .right .arriba .contacto-info-top {
  display: flex;
  align-items: center;
  gap: 32px;
}
@media (max-width: 1680px) {
  #header > .content .right .arriba .contacto-info-top {
    gap: unset;
    justify-content: space-between;
    width: 100%;
  }
}
@media (max-width:1199px) {
  #header > .content .right .arriba .contacto-info-top {
    display: none;
  }
}
#header > .content .right .arriba .contacto-info-top .info-top {
  display: flex;
  align-items: center;
  gap: 6px;
}
#header > .content .right .arriba .contacto-info-top .info-top span::before {
  font-family: "icomoon";
  font-size: 14px;
}
#header > .content .right .arriba .contacto-info-top .info-top span.icon-time::before {
  content: "\e904";
}
#header > .content .right .arriba .contacto-info-top .info-top span.icon-google-maps::before {
  content: "\e90c";
}
#header > .content .right .arriba .contacto-info-top .info-top span.icon-mail::before {
  content: "\e90e";
}
#header > .content .right .arriba .contacto-info-top .info-top span.icon-telefono::before {
  content: "\e90d";
}
#header > .content .right .arriba .contacto-info-top .info-top p,
#header > .content .right .arriba .contacto-info-top .info-top a {
  color: #333;
  font-family: "FiraSans";
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-decoration: unset;
  margin: 0;
}
@media (max-width: 1280px) {
  #header > .content .right .arriba .contacto-info-top .info-top p,
  #header > .content .right .arriba .contacto-info-top .info-top a {
    font-size: 12px;
  }
}
#header > .content .right .arriba .contacto-info-top .info-top a:hover {
  text-decoration: underline;
}
#header > .content .right .arriba .redes-sociales {
  display: flex;
  align-items: center;
  gap: 8px;
  list-style: none;
}
@media (max-width: 1680px) {
  #header > .content .right .arriba .redes-sociales {
    display: none;
  }
}
@media (max-width:1199px) {
  #header > .content .right .arriba .redes-sociales {
    display: flex;
    margin-left: auto;
  }
}
#header > .content .right .arriba .redes-sociales li p {
  color: #333;
  font-family: "FiraSans";
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 13px;
  /* 108.333% */
}
#header > .content .right .arriba .redes-sociales li a {
  color: #333;
  text-decoration: unset;
}
#header > .content .right .arriba .redes-sociales li a span::before {
  font-family: "icomoon";
  font-size: 18px;
}
#header > .content .right .arriba .redes-sociales li a span.icon-instagram::before {
  content: "\e912";
}
#header > .content .right .arriba .redes-sociales li a span.icon-facebook::before {
  content: "\e911";
}
#header > .content .right .abajo {
  display: flex;
  align-items: center;
}
#header > .content .right .abajo .content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  width: 100%;
}
#header > .content .right .abajo .content .header-menu {
  display: flex;
  justify-content: center;
  align-items: center;
}
#header > .content .right .abajo .content .header-menu.active #menu-toggler {
  background: #FF0000;
  color: #fff;
}
#header > .content .right .abajo .content .header-menu.active #menu-toggler .icon-burger-menu::before {
  color: #fff;
}
#header > .content .right .abajo .content .header-menu #mega-menu-option {
  display: none;
}
#header > .content .right .abajo .content .header-menu #menu-toggler {
  padding: 12px 32px;
  color: #FF0000;
  font-family: "FiraSans";
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0.5px;
  text-decoration: unset;
  border-right: 1px solid #333;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  gap: 12px;
}
@media (max-width: 1680px) {
  #header > .content .right .abajo .content .header-menu #menu-toggler {
    padding: 12px 20px;
  }
}
@media (max-width: 1366px) {
  #header > .content .right .abajo .content .header-menu #menu-toggler {
    padding: 12px 16px;
  }
}
@media (max-width: 1280px) {
  #header > .content .right .abajo .content .header-menu #menu-toggler {
    padding: 12px;
  }
}
#header > .content .right .abajo .content .header-menu #menu-toggler .icon-burger-menu {
  display: flex;
  align-items: center;
  justify-content: center;
}
#header > .content .right .abajo .content .header-menu #menu-toggler .icon-burger-menu::before {
  font-family: "icomoon";
  content: "\e906";
  color: #FF0000;
  font-size: 14px;
}
#header > .content .right .abajo .content .search-container {
  height: auto;
  position: relative;
  display: block;
  border-right: 1px solid #333;
  transition: all 0.3s ease-in-out;
}
#header > .content .right .abajo .content .search-container:hover {
  background: #EFEFEF;
}
#header > .content .right .abajo .content .search-container:focus-within {
  background: #ECF0FE !important;
}
#header > .content .right .abajo .content .search-container .input-group {
  display: flex;
  flex-direction: row-reverse;
  flex-wrap: nowrap;
  gap: 12px;
  padding: 0 20px;
  width: 400px;
}
@media (max-width: 1680px) {
  #header > .content .right .abajo .content .search-container .input-group {
    width: 240px;
  }
}
@media (max-width: 1366px) {
  #header > .content .right .abajo .content .search-container .input-group {
    width: 220px;
  }
}
@media (max-width:1199px) {
  #header > .content .right .abajo .content .search-container .input-group {
    width: 180px;
    padding: 0 10px;
  }
}
#header > .content .right .abajo .content .search-container .input-group button {
  background: none;
  border: none;
  margin: 0;
  padding: 0;
}
#header > .content .right .abajo .content .search-container .input-group button .icon-buscar::before {
  font-family: "icomoon";
  content: "\e913";
}
#header > .content .right .abajo .content .search-container .input-group input {
  height: auto;
  width: 100%;
  box-sizing: border-box;
  filter: unset;
  border: unset;
  padding: 14px 0;
  color: #333;
  font-family: "FiraSans";
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  background: transparent;
}
#header > .content .right .abajo .content .search-container .input-group input::-moz-placeholder {
  color: #555;
}
#header > .content .right .abajo .content .search-container .input-group input::placeholder {
  color: #555;
}
#header > .content .right .abajo .content ul.header-menu {
  width: 100%;
  justify-content: space-between;
  align-items: center;
  list-style: none;
  padding: 0 48px;
  padding-right: 20px;
  border-right: 1px solid #333;
}
@media (max-width: 1680px) {
  #header > .content .right .abajo .content ul.header-menu {
    padding: 0 20px;
  }
}
@media (max-width:1199px) {
  #header > .content .right .abajo .content ul.header-menu {
    padding: 0 10px;
  }
}
#header > .content .right .abajo .content ul.header-menu li {
  padding: 8.5px 0;
}
#header > .content .right .abajo .content ul.header-menu li.active a {
  color: #FF0000;
}
#header > .content .right .abajo .content ul.header-menu li.ofertas a {
  display: flex;
  align-items: center;
  gap: 4px;
}
@media (max-width:1199px) {
  #header > .content .right .abajo .content ul.header-menu li.ofertas a {
    display: inline;
  }
}
#header > .content .right .abajo .content ul.header-menu li.ofertas a::after {
  position: relative;
  font-family: "FiraSans";
  content: "%";
  font-size: 12px;
  color: #fff;
  width: 16px;
  height: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #FF0000;
  border-radius: 50%;
}
@media (max-width:1199px) {
  #header > .content .right .abajo .content ul.header-menu li.ofertas a::after {
    display: none;
  }
}
#header > .content .right .abajo .content ul.header-menu li a {
  color: #333;
  font-family: "FiraSans";
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-decoration: unset;
}
#header > .content .right .abajo .content ul.header-menu li a:hover {
  color: #FF0000;
}
#header > .content .right .abajo .content ul.header-menu li.carrito {
  padding: 8.5px 12px;
  padding-right: 18px;
}
@media (max-width: 1366px) {
  #header > .content .right .abajo .content ul.header-menu li.carrito {
    padding-right: 4px;
  }
}
#header > .content .right .abajo .content ul.header-menu li.carrito .ng-isolate-scope {
  filter: unset;
}
#header > .content .right .abajo .content ul.header-menu li.carrito.active, #header > .content .right .abajo .content ul.header-menu li.carrito.active:hover {
  background: #333;
}
#header > .content .right .abajo .content ul.header-menu li.carrito.active .icon-carrito::before, #header > .content .right .abajo .content ul.header-menu li.carrito.active:hover .icon-carrito::before {
  color: #fff !important;
}
#header > .content .right .abajo .content ul.header-menu li.carrito .icon-carrito::before {
  display: block;
  font-family: "icomoon";
  content: "\e903";
  font-size: 24px;
  color: #333 !important;
}
#header > .content .right .abajo .content ul.header-menu li.carrito:hover .icon-carrito::before {
  color: #FF0000 !important;
}
#header > .content .right .abajo .content ul.header-menu li.carrito .carrito-count {
  top: -2px;
  right: -10px;
  display: block;
  background: #FF0000;
  border-radius: 50%;
  width: 16px;
  height: 16px;
  position: absolute;
  text-align: center;
}
#header > .content .right .abajo .content #mega-menu-container {
  position: absolute;
  width: 100%;
  top: 43px;
  border: 1px solid #333;
}
@media (max-width: 1366px) {
  #header > .content .right .abajo .content #mega-menu-container {
    width: 80vw;
    right: unset;
    left: unset;
    margin: 0 auto;
  }
}
#header > .content .right .abajo .btn-loggin {
  width: auto;
}
#header > .content .right .abajo .btn-loggin #login-container > a {
  padding: 13px 32px;
  border-bottom-right-radius: 10px;
  background: #0000FF;
  text-wrap: nowrap;
  color: #fff;
  font-family: "FiraSans";
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: 17px;
  /* 113.333% */
  letter-spacing: 0.1px;
  text-transform: uppercase;
  text-decoration: none;
  display: flex;
  justify-content: center;
  gap: 8px;
  transition: all 0.3s ease-in-out;
}
#header > .content .right .abajo .btn-loggin #login-container > a#btn-login-tablet {
  display: none;
}
@media (max-width: 1680px) {
  #header > .content .right .abajo .btn-loggin #login-container > a {
    padding: 13px 20px;
  }
}
@media (max-width: 1366px) {
  #header > .content .right .abajo .btn-loggin #login-container > a#btn-login {
    display: none;
  }
  #header > .content .right .abajo .btn-loggin #login-container > a#btn-login-tablet {
    display: flex;
  }
}
#header > .content .right .abajo .btn-loggin #login-container > a i::before {
  display: block;
  font-family: "icomoon";
  content: "\e902";
  font-size: 24px;
  font-style: normal;
}
#header > .content .right .abajo .btn-loggin #login-container > a:hover {
  background: #fff;
  color: #0000FF;
  font-weight: 400;
}

/*HEADER*/
#header-mobile {
  z-index: 11;
  position: fixed;
  top: 12px;
  left: 0;
  right: 0;
  width: var(--width-lista-productos-mobile);
  display: none;
  background-color: #fff;
  margin: 0 auto;
  border-radius: 10px;
  border: 1px solid #333;
  overflow: hidden;
}
#header-mobile .icon-carrito::before {
  display: block;
  font-family: "icomoon";
  content: "\e903";
  font-size: 18px;
  color: #fff important;
}
@media (max-width:991px) {
  #header-mobile {
    display: block;
  }
}
#header-mobile .content {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#header-mobile .content #home-link img {
  width: 157px !important;
}
#header-mobile .content > div {
  height: 100%;
}
#header-mobile .content > div:first-child {
  border-right: 1px solid #333;
}
#header-mobile .content > div:first-child button {
  background: none;
  border: none;
  margin: 0;
  cursor: pointer;
  padding: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
}
#header-mobile .content > div:first-child button .icon-burger-menu::before {
  font-family: "icomoon";
  content: "\e906";
  color: #333;
  font-size: 24px;
}
#header-mobile .content div:last-child {
  border-left: 1px solid #333;
  padding: 18px;
  background-color: #0000FF;
}
#header-mobile .content div:last-child a {
  display: flex;
  background-size: contain;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  transform: scale(1.4);
}

.aside-content-2 {
  background: #F8F8F8;
  padding: 32px 45px;
}
@media (max-width: 1680px) {
  .aside-content-2 {
    padding: 32px 24px;
  }
}
@media (max-width: 1366px) {
  .aside-content-2 {
    padding: 24px 18px;
  }
}
@media (max-width:991px) {
  .aside-content-2 {
    padding: 0;
  }
}
.aside-content-2 > .header {
  color: #333;
  font-family: "Sora";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 18px;
}
.aside-content-2 > .header .icon-filtro {
  position: relative;
}
.aside-content-2 > .header .icon-filtro::before {
  font-style: normal;
  font-family: "icomoon";
  content: "\e910";
  font-size: 24px;
}
.aside-content-2 > .content .familia-principal {
  color: #0000FF;
  font-family: "FiraSans";
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.2px;
  padding: 5px 0;
  margin-bottom: 10px;
  position: relative;
}
.aside-content-2 > .content .familia-principal:not(.active) {
  display: none;
}
.aside-content-2 > .content .familia-principal img {
  width: 24px;
  filter: brightness(0) saturate(100%) invert(7%) sepia(100%) saturate(7483%) hue-rotate(248deg) brightness(99%) contrast(143%);
}
.aside-content-2 > .content .familia-menu:not(:has(.familia-nodo.productos)) {
  padding-left: 32px;
}
.aside-content-2 > .content .familia-menu .familia-nodo {
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding: 0;
}
.aside-content-2 > .content .familia-menu .familia-nodo.productos > li > a {
  position: relative;
  display: flex;
  align-items: center;
  font-size: 14px;
  font-weight: 400;
  gap: 4px;
}
.aside-content-2 > .content .familia-menu .familia-nodo.productos > li > a > img {
  position: relative;
  width: 25px;
  left: -2px;
}
.aside-content-2 > .content .familia-menu .familia-nodo.productos > li > ul > li a {
  font-size: 13px;
}
.aside-content-2 > .content .familia-menu .familia-nodo.productos > li > ul > li a:hover {
  text-decoration: underline;
}
.aside-content-2 > .content .familia-menu .familia-nodo.productos > li > ul > li > a {
  font-weight: 500;
}
.aside-content-2 > .content .familia-menu .familia-nodo li.active > a {
  text-decoration: underline !important;
}
.aside-content-2 > .content .familia-menu .familia-nodo .familia {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  position: relative;
}
.aside-content-2 > .content .familia-menu .familia-nodo .familia a {
  color: #333;
  font-family: "FiraSans";
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.5px;
  width: 90%;
  display: flex;
  align-items: center;
}
.aside-content-2 > .content .familia-menu .familia-nodo .familia > .dropdown-button-meu i::before {
  color: #333;
}
.aside-content-2 > .content .familia-menu .familia-nodo .familia .dropdown-button-meu {
  cursor: pointer;
  margin-left: auto;
  height: 20px;
  position: absolute;
  right: 0;
  top: 1px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.aside-content-2 > .content .familia-menu .familia-nodo .familia .dropdown-button-meu.open i::before {
  transform: rotate(90deg);
  display: block;
}
.aside-content-2 > .content .familia-menu .familia-nodo .familia .dropdown-button-meu i::before {
  font-family: "icomoon";
  content: "\e909";
  font-size: 20px;
  font-style: normal;
  position: relative;
}
.aside-content-2 > .content .familia-menu .familia-nodo .familia li {
  position: relative;
}
.aside-content-2 > .content .familia-menu .familia-nodo .familia > ul li a {
  font-size: 13px;
  color: #555;
  font-weight: 400;
}
.aside-content-2 > .content .familia-menu .familia-nodo .familia > ul li.active > a {
  text-decoration: none !important;
  color: #0000FF;
}
.aside-content-2 > .content .familia-menu .familia-nodo .familia > ul li > ul {
  padding-left: 1rem;
}
.aside-content-2 > .content .familia-menu .familia-nodo .familia > ul li > ul ul {
  padding: 0 !important;
}
.aside-content-2 > .content .familia-menu .familia-nodo .familia ul {
  width: 100%;
  margin-top: 16px;
}
.aside-content-2 > .content .familia-menu .familia-nodo .familia ul li:not(:last-child) {
  margin-bottom: 16px;
}
.aside-content-2 > .content .familia-menu .familia-nodo .familia ul:not(.active) {
  display: none;
}

#categorias-destacadas {
  padding: 18px 23px;
}
#categorias-destacadas h4 {
  font-family: "FiraSans";
  font-size: 18px;
  font-weight: 600;
  line-height: 23px;
  letter-spacing: 0em;
  text-align: left;
  color: #0000FF;
  margin-bottom: 1rem;
  text-transform: uppercase;
}
#categorias-destacadas h4 strong {
  font-weight: 700;
  color: #FF0000;
}
#categorias-destacadas ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
#categorias-destacadas ul li {
  margin-top: 0.5rem;
  display: flex;
  align-items: flex-start;
}
#categorias-destacadas ul li:hover a {
  text-decoration: underline;
}
#categorias-destacadas ul li img {
  flex: 0 1 auto;
  margin-right: 8px;
  width: 14px;
  position: relative;
  top: 4px;
}
#categorias-destacadas ul li a {
  flex: 0 1 auto;
  width: 100%;
  font-family: "FiraSans";
  font-size: 16px;
  font-weight: 600;
  line-height: 21px;
  letter-spacing: 0em;
  text-align: left;
  text-decoration: none;
  color: #0000FF;
}

#descarga-catalogos {
  padding: 18px 23px;
}
#descarga-catalogos h4 {
  font-family: "FiraSans";
  font-size: 18px;
  font-weight: 600;
  line-height: 23px;
  letter-spacing: 0em;
  text-align: left;
  color: #0000FF;
  margin-bottom: 1rem;
  text-transform: uppercase;
}
#descarga-catalogos h4 strong {
  font-weight: 700;
  color: #FF0000;
}
#descarga-catalogos .view-more-link {
  display: block;
  text-align: center;
  font-family: "FiraSans";
  color: #FF0000;
  font-size: 15px;
  font-weight: 600;
  line-height: 20px;
  letter-spacing: 0em;
  position: relative;
  text-decoration: none;
}
#descarga-catalogos .view-more-link img {
  display: inline-block;
  margin-left: 8px;
  width: 13px;
}
#descarga-catalogos .owl-dots {
  text-align: center;
}
#descarga-catalogos .owl-dots .owl-dot {
  border-radius: 50%;
  width: 10px;
  height: 10px;
  background-color: #fff;
  margin-bottom: 1rem;
  background-color: #FAF5ED;
  margin-right: 8px;
}
#descarga-catalogos .owl-dots .owl-dot.active {
  background-color: #FF0000;
}
#descarga-catalogos .owl-dots .owl-dot.active {
  background-color: #0000FF;
}

#marcas-relevantes {
  padding: 24px;
  border-radius: 20px 0px 0px 20px;
  background: #ECF0FE;
}
@media (max-width: 1366px) {
  #marcas-relevantes {
    padding: 18px;
  }
}
@media (max-width: 1280px) {
  #marcas-relevantes {
    border-radius: 10px 0px 0px 10px;
    padding: 16px;
  }
}
@media (max-width:991px) {
  #marcas-relevantes {
    border-radius: 10px;
    padding: 24px 12px;
  }
}
#marcas-relevantes .top {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 18px;
  margin-bottom: 31px;
}
#marcas-relevantes .top h4 {
  color: #333;
  font-family: "Sora";
  font-size: 16px;
  font-style: normal;
  font-weight: 800;
  line-height: 18px;
  /* 112.5% */
  letter-spacing: 0.32px;
  text-transform: uppercase;
  width: 186px;
  display: flex;
  align-items: center;
  gap: 9px;
  margin: 0 !important;
}
#marcas-relevantes .top h4::before {
  content: url("../img/inicio/logo.svg");
  display: block;
}
#marcas-relevantes .top a {
  color: #333;
  font-family: "FiraSans";
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.1px;
  text-transform: uppercase;
  text-decoration: underline;
  transition: all 0.3s ease-in-out;
}
@media (max-width:991px) {
  #marcas-relevantes .top a {
    font-size: 14px;
  }
}
#marcas-relevantes .top a:hover {
  text-decoration: none;
  padding: 8px;
  border-radius: 4px;
  border: 1px solid #000;
}
#marcas-relevantes ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 27px 10px;
  list-style: none;
  padding: 0;
}
@media (max-width: 1280px) {
  #marcas-relevantes ul {
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
  }
}
@media (max-width:991px) {
  #marcas-relevantes ul {
    grid-template-columns: auto;
    grid-template-rows: repeat(2, 1fr);
    gap: 24px 12px;
    grid-auto-flow: column;
    overflow: auto;
  }
}
#marcas-relevantes ul li {
  width: 100px;
  border-radius: 14px;
  overflow: hidden;
  border: 1px solid #EDEDED;
  box-shadow: 0px 1px 8px 0px rgba(110, 110, 110, 0.1);
}
@media (max-width:991px) {
  #marcas-relevantes ul li {
    width: 110px;
  }
}
#marcas-relevantes ul li > a {
  text-decoration: none;
}
#marcas-relevantes ul li > a .marca-logo-container {
  background: #fff;
  height: 86px;
  padding: 6px;
}
@media (max-width: 1280px) {
  #marcas-relevantes ul li > a .marca-logo-container {
    height: 54px;
  }
}
@media (max-width:991px) {
  #marcas-relevantes ul li > a .marca-logo-container {
    height: 80px;
  }
}
#marcas-relevantes ul li > a .marca-logo-container img {
  width: 88px;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  margin: auto;
  display: block;
}
#marcas-relevantes ul li > a .marca-text {
  padding: 10px 12px;
  background: #F8F8F8;
}
#marcas-relevantes ul li > a .marca-text:hover p:not(.marca), #marcas-relevantes ul li > a .marca-text:hover p:not(.marca)::after {
  color: #333;
}
#marcas-relevantes ul li > a .marca-text p {
  overflow: hidden;
  color: #9C9C9C;
  text-overflow: ellipsis;
  font-family: "FiraSans";
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.1px;
}
#marcas-relevantes ul li > a .marca-text p:not(.marca) {
  display: flex;
  align-items: center;
  gap: 8px;
  transition: all 0.3s ease-in-out;
}
#marcas-relevantes ul li > a .marca-text p:not(.marca)::after {
  font-family: "icomoon";
  content: "\e909";
  color: #9C9C9C;
  transition: all 0.3s ease-in-out;
}
#marcas-relevantes ul li > a .marca-text p.marca {
  color: #0000FF;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  margin-bottom: 8px;
}

#contacto-empleo-cta {
  border-radius: 0px 20px 20px 0px;
  background: #fff;
  padding: 24px;
  display: flex;
  flex-direction: column;
  gap: 31px;
}
@media (max-width: 1366px) {
  #contacto-empleo-cta {
    padding: 18px;
  }
}
@media (max-width: 1280px) {
  #contacto-empleo-cta {
    border-radius: 0px 10px 10px 0px;
    padding: 16px;
    gap: 16px;
  }
}
@media (max-width:991px) {
  #contacto-empleo-cta {
    border-radius: 10px;
    padding: 24px 12px;
  }
}
#contacto-empleo-cta .top-title {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 18px;
  margin-bottom: 0;
}
#contacto-empleo-cta .top-title h4 {
  color: #333;
  font-family: "Sora";
  font-size: 16px;
  font-style: normal;
  font-weight: 800;
  line-height: 18px;
  /* 112.5% */
  letter-spacing: 0.32px;
  text-transform: uppercase;
  width: 186px;
  display: flex;
  align-items: center;
  gap: 9px;
  margin: 0 !important;
}
#contacto-empleo-cta .top-title h4::before {
  content: url("../img/inicio/logo.svg");
  display: block;
}
#contacto-empleo-cta .top-title a {
  color: #333;
  font-family: "FiraSans";
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.1px;
  text-transform: uppercase;
  text-decoration: underline;
  transition: all 0.3s ease-in-out;
}
@media (max-width:991px) {
  #contacto-empleo-cta .top-title a {
    font-size: 14px;
  }
}
#contacto-empleo-cta .top-title a:hover {
  text-decoration: none;
  padding: 8px;
  border-radius: 4px;
  border: 1px solid #000;
}
#contacto-empleo-cta .top .container,
#contacto-empleo-cta .bottom .container {
  padding: 40px 20px;
  border-radius: 8px;
}
@media (max-width:991px) {
  #contacto-empleo-cta .top .container,
  #contacto-empleo-cta .bottom .container {
    padding: 37px 20px;
  }
}
#contacto-empleo-cta .top .container .content,
#contacto-empleo-cta .bottom .container .content {
  border-radius: 8px;
  border: 0.573px solid #EDEDED;
  background: #fff;
  box-shadow: 0px 0.573px 4.584px 0px rgba(110, 110, 110, 0.1);
  padding: 24px;
}
#contacto-empleo-cta .top .container .content h4,
#contacto-empleo-cta .bottom .container .content h4 {
  color: #F49D9D;
  font-family: "Sora";
  font-size: 17px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 10px;
}
#contacto-empleo-cta .top .container .content h4 strong,
#contacto-empleo-cta .bottom .container .content h4 strong {
  color: #FF0000;
  font-weight: 600;
}
#contacto-empleo-cta .top .container .content .subtitle,
#contacto-empleo-cta .bottom .container .content .subtitle {
  color: #0000FF;
  font-family: "FiraSans";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 8px;
}
#contacto-empleo-cta .top .container .content .text,
#contacto-empleo-cta .bottom .container .content .text {
  color: #555;
  font-family: "FiraSans";
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
#contacto-empleo-cta .top .container {
  background: url("../img/inicio/banner1-izq.png");
}
#contacto-empleo-cta .bottom .container {
  background: url("../img/inicio/banner2-izq.png");
  padding: 50px 20px;
}
@media (max-width:991px) {
  #contacto-empleo-cta .bottom .container {
    padding: 47px 20px;
  }
}
#contacto-empleo-cta .middle a {
  width: 100%;
  border-radius: 4px;
  border: none;
  background: #0000FF;
  display: block;
  padding: 10px 16px;
  text-align: center;
  color: #fff;
  font-family: "FiraSans";
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-decoration: unset;
  transition: all 0.3s ease-in-out;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
}
@media (max-width:991px) {
  #contacto-empleo-cta .middle a {
    padding: 16px;
  }
}
#contacto-empleo-cta .middle a i::before {
  font-family: "icomoon";
  content: "\e90d";
  font-style: normal;
}
#contacto-empleo-cta .middle a:hover {
  background: #FF0000;
}

#loctite {
  border: 1px solid #FF0000;
}

#wd {
  border: 2px solid #FF0000;
}
#wd .side-banner-container .side-banner-text-container {
  top: 80%;
}

#matabi {
  border: 2px solid #F3F3F3;
}

#estufa-lena.side-banner-container .side-banner-text-container {
  position: absolute;
  top: 50px;
  left: 0;
  transform: translateY(-50%);
  background: #B51C1C;
  width: 100%;
  max-width: 195px;
  z-index: 1;
}
#estufa-lena.side-banner-container p.side-banner-text {
  font-size: 20px;
  font-weight: 700;
  line-height: 26px;
  letter-spacing: 0em;
  text-align: center;
}

#familias-container-mobile {
  margin-top: 24px;
}
#familias-container-mobile .search-container {
  padding: 0;
  margin-bottom: 1.0625rem;
}
#familias-container-mobile .search-container .input-group input {
  padding: 15px 14px 15px 14px;
  border-radius: 0px !important;
}
#familias-container-mobile .familia-nodo h4.familia-menu-header {
  font-family: "FiraSans";
  letter-spacing: 0em;
  text-align: left;
  position: relative;
  color: #555;
  font-family: "FiraSans";
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.13px;
  position: relative;
  padding-left: 18px;
}
#familias-container-mobile .familia-nodo h4.familia-menu-header.active {
  color: #FF0000 !important;
}
#familias-container-mobile .familia-nodo h4.familia-menu-header a {
  font-family: "FiraSans";
  letter-spacing: 0em;
  color: #555;
  font-family: "FiraSans";
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.13px;
  text-align: left;
  margin-bottom: 1.5rem;
  text-decoration: none;
}
#familias-container-mobile .familia-nodo v-pane .familia-menu-header {
  position: relative;
}
#familias-container-mobile .familia-nodo v-pane .familia-menu-header img {
  width: 25px;
  margin-right: 8px;
}
#familias-container-mobile .familia-nodo v-pane .familia-menu-header::before {
  font-family: "icomoon";
  content: "\e909";
  display: inline-block;
  position: absolute;
  right: 18px;
  font-size: 18px;
}
#familias-container-mobile .familia-nodo v-pane.is-expanded > v-pane-header > div > .familia-menu-header {
  color: #0000FF !important;
}
#familias-container-mobile .familia-nodo v-pane.is-expanded > v-pane-header > div > .familia-menu-header img {
  filter: brightness(0) saturate(100%) invert(7%) sepia(100%) saturate(7483%) hue-rotate(248deg) brightness(99%) contrast(143%);
}
#familias-container-mobile .familia-nodo v-pane.is-expanded > v-pane-header > div > .familia-menu-header::before {
  transform: rotate(90deg);
}
#familias-container-mobile .familia-nodo v-pane v-pane-content > div {
  margin-top: 14px;
}
#familias-container-mobile .familia-nodo v-pane v-pane-content ul {
  margin: 0;
  padding: 0 0 0 36px;
  list-style: none;
}
#familias-container-mobile .familia-nodo v-pane v-pane-content ul li {
  padding-left: 0;
  position: relative;
  margin-bottom: 12px;
}
@media (max-width:991px) {
  #familias-container-mobile .familia-nodo v-pane v-pane-content ul li {
    margin-bottom: 22px;
  }
}
#familias-container-mobile .familia-nodo v-pane v-pane-content ul li.child-marker {
  padding-left: 1.15rem;
}
#familias-container-mobile .familia-nodo v-pane v-pane-content ul li.child-marker::before {
  content: " ";
  position: absolute;
  left: 0;
  background: url(../img/iconos/flecha.svg);
  background-repeat: no-repeat;
  width: 10px;
  height: 9px;
  background-size: contain;
  background-position: center;
  top: 50%;
  transform: translateY(-50%);
}
#familias-container-mobile .familia-nodo v-pane v-pane-content ul li a {
  font-family: "FiraSans";
  letter-spacing: 0em;
  color: #555;
  font-family: "FiraSans";
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.13px;
  color: #333 !important;
  font-style: italic !important;
  text-align: left;
  text-decoration: none;
  text-transform: uppercase;
}
#familias-container-mobile .familia-nodo v-pane v-pane-content ul li a.see-all {
  text-transform: capitalize;
  font-weight: 500 !important;
  margin-bottom: 8px;
}
#familias-container-mobile .familia-nodo v-pane v-pane-content ul li a.active {
  color: #0000FF !important;
  font-weight: 500 !important;
}
#familias-container-mobile .familia-nodo.lvl-1 > v-accordion > v-pane,
#familias-container-mobile .familia-nodo.lvl-1 > v-accordion > h4.familia-menu-header {
  color: #333;
  font-family: "FiraSans";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.2px;
  margin-bottom: 1rem;
}
#familias-container-mobile .familia-nodo.lvl-1 > v-accordion > v-pane > v-pane-header > div > h4.familia-menu-header,
#familias-container-mobile .familia-nodo.lvl-1 > v-accordion > h4.familia-menu-header a {
  color: #333;
  font-family: "FiraSans";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.2px;
}
#familias-container-mobile .familia-nodo.lvl-1 > v-accordion > v-pane v-pane-content ul li > a {
  color: #333;
  font-family: "FiraSans";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.28px;
  padding-left: 14px;
  color: #0000FF;
}
#familias-container-mobile .familia-nodo.lvl-2 v-pane-content > div {
  margin-top: 18px;
}
#familias-container-mobile .familia-nodo.lvl-2 v-accordion > v-pane > v-pane-header > div > h4.familia-menu-header {
  color: #333;
  font-family: "FiraSans";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.28px;
  padding-left: 14px;
}
#familias-container-mobile .familia-nodo.lvl-2 v-accordion > v-pane v-pane-content ul li > a {
  color: #555;
  font-family: "FiraSans";
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.13px;
  padding-left: 0;
  font-style: normal !important;
  text-transform: none !important;
}
#familias-container-mobile .familia-nodo.lvl-2 v-accordion > v-pane v-pane-content ul li > a.see-all {
  color: #0000FF;
}
#familias-container-mobile .familia-nodo.lvl-2 v-accordion > v-pane v-pane-content ul li > a::before {
  display: none;
}
#familias-container-mobile .familia-nodo.lvl-2 v-pane v-pane-content ul li {
  padding-left: 4px;
}
#familias-container-mobile .familia-nodo.lvl-2 v-pane v-pane-content ul li::before {
  display: none;
}

#ad-modal .modal-dialog {
  max-width: 800px !important;
}
@media (max-width:576px) {
  #ad-modal .modal-dialog {
    max-width: 300px !important;
    margin: 5% auto;
  }
}
#ad-modal .modal-dialog .modal-content {
  border-radius: 24px;
}
@media (max-width:576px) {
  #ad-modal .modal-dialog .modal-content {
    border-radius: 0;
  }
}
#ad-modal .modal-dialog .modal-content .modal-body {
  padding: 0;
}
#ad-modal .modal-dialog .modal-content .modal-body .close {
  position: absolute;
  right: 8px;
  top: 3px;
  background-color: transparent;
  border: none;
}
#ad-modal .modal-dialog .modal-content .modal-body .close > span {
  font-size: 38px;
}
#ad-modal .modal-dialog .modal-content .modal-body .content {
  display: flex;
}
@media (max-width:576px) {
  #ad-modal .modal-dialog .modal-content .modal-body .content {
    flex-direction: column;
  }
}
#ad-modal .modal-dialog .modal-content .modal-body .content #pop-col-left > img {
  border-radius: 24px 0px 0px 24px;
}
@media (max-width:576px) {
  #ad-modal .modal-dialog .modal-content .modal-body .content #pop-col-left > img {
    width: 100%;
    border-radius: 0;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
#ad-modal .modal-dialog .modal-content .modal-body .content #pop-col-right {
  flex: 0 1 auto;
  width: 100%;
  padding: 0px 0px 0px 8px;
  background-image: url("../img/banner/fondo-pop-up.jpg");
  border-radius: 0px 24px 24px 0px;
}
@media (max-width:576px) {
  #ad-modal .modal-dialog .modal-content .modal-body .content #pop-col-right {
    background-image: url("../img/banner/fondo-textura-pop-up.jpg");
    padding: 0;
    border-radius: 0;
  }
}
#ad-modal .modal-dialog .modal-content .modal-body .content #pop-col-right #logo-bellota {
  z-index: 3;
  position: relative;
}
@media (max-width:576px) {
  #ad-modal .modal-dialog .modal-content .modal-body .content #pop-col-right #logo-bellota {
    display: none;
  }
}
#ad-modal .modal-dialog .modal-content .modal-body .content #pop-col-right > div {
  display: flex;
  align-items: flex-end;
}
@media (max-width:576px) {
  #ad-modal .modal-dialog .modal-content .modal-body .content #pop-col-right > div {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}
#ad-modal .modal-dialog .modal-content .modal-body .content #pop-col-right > div > div:first-child {
  flex: 0 1 auto;
  width: 100%;
  max-width: 162px;
}
#ad-modal .modal-dialog .modal-content .modal-body .content #pop-col-right > div > div:first-child > p {
  font-family: "IBM Plex Sans Condensed";
  color: #333;
  font-size: 40px;
  font-style: italic;
  font-weight: 700;
  line-height: 38px;
  letter-spacing: 0em;
  text-align: center;
}
#ad-modal .modal-dialog .modal-content .modal-body .content #pop-col-right > div > div:first-child > p:not(:last-child) {
  margin-bottom: 8px;
}
@media (max-width:576px) {
  #ad-modal .modal-dialog .modal-content .modal-body .content #pop-col-right > div > div:first-child > p {
    display: none;
  }
}
#ad-modal .modal-dialog .modal-content .modal-body .content #pop-col-right > div > div:last-child {
  flex: 0 1 auto;
  position: relative;
  width: 100%;
}
@media (max-width:576px) {
  #ad-modal .modal-dialog .modal-content .modal-body .content #pop-col-right > div > div:last-child {
    min-height: 250px;
    display: flex;
    align-items: flex-end;
  }
}
#ad-modal .modal-dialog .modal-content .modal-body .content #pop-col-right .btn.btn-primary {
  font-family: "FiraSans";
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  line-height: 23px;
  letter-spacing: 0.03em;
  text-align: center;
  text-transform: uppercase;
  background: #B51C1C;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.38);
  border-radius: 4px;
  text-decoration: none;
  padding: 14px 8px;
  width: 100%;
  max-width: 265px;
  display: block;
  margin-left: auto;
  margin-right: 34px;
  margin-bottom: -10px;
}
@media (max-width:576px) {
  #ad-modal .modal-dialog .modal-content .modal-body .content #pop-col-right .btn.btn-primary {
    max-width: 232px;
    margin: 20px auto;
  }
}

body {
  /* Cookie Dialog */
}
body #gdpr-cookie-message {
  position: fixed;
  right: 30px;
  bottom: 30px;
  max-width: 375px;
  background-color: #fff;
  background-image: url("../img/fondo.png");
  background-size: cover;
  background-position: center;
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0 6px 6px rgba(0, 0, 0, 0.25);
  margin-left: 30px;
  font-family: "FiraSans";
  z-index: 10;
  border: 1px solid #0000FF;
}
body #gdpr-cookie-message h4 {
  color: #333;
  font-family: "FiraSans";
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  margin-bottom: 1rem;
}
body #gdpr-cookie-message h5 {
  color: #555;
  font-family: "FiraSans";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  margin-bottom: 1rem;
}
body #gdpr-cookie-message p,
body #gdpr-cookie-message ul {
  color: #555;
  font-family: "FiraSans";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
}
body #gdpr-cookie-message p:last-child {
  margin-bottom: 0;
  text-align: right;
}
body #gdpr-cookie-message li {
  width: 49%;
  display: inline-block;
}
body #gdpr-cookie-message a {
  color: #0000FF;
  transition: all 0.3s ease-in;
  font-family: "FiraSans";
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  display: block;
  max-width: 126px;
  text-decoration: underline;
  margin-bottom: 1.5rem;
}
body #gdpr-cookie-message a:hover {
  color: #333 !important;
}
body #gdpr-cookie-message button,
body button#ihavecookiesBtn,
body button#gdpr-cookie-advanced {
  border: 1px solid #333;
  font-size: 15px;
  padding: 10px 22px;
  border-radius: 100px;
  margin-left: 15px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  background: #fff;
  font-family: "FiraSans";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #333;
}
body #gdpr-cookie-message button:hover,
body button#ihavecookiesBtn:hover,
body button#gdpr-cookie-advanced:hover {
  color: #0000FF !important;
  border-color: #0000FF;
  background: #fff;
}
body #gdpr-cookie-message button:first-child,
body button#ihavecookiesBtn:first-child,
body button#gdpr-cookie-advanced:first-child {
  background: #0000FF;
  color: #fff;
}
body #gdpr-cookie-message button:first-child:hover,
body button#ihavecookiesBtn:first-child:hover,
body button#gdpr-cookie-advanced:first-child:hover {
  background: #333;
  color: #fff !important;
  border-color: #333;
}
body #gdpr-cookie-message button:disabled {
  opacity: 0.7;
}
body #gdpr-cookie-message input[type=checkbox] {
  float: none;
  margin-top: 0;
  margin-right: 5px;
}
body #gdpr-cookie-types label {
  font-family: "FiraSans";
  color: #555;
}

#area-cliente > p {
  font-family: "FiraSans";
  color: #0000FF;
  font-size: 15px;
  font-style: normal;
  font-weight: 600;
  line-height: 18px;
  letter-spacing: 0.03em;
}
#area-cliente #cambiarClaveForm {
  margin-bottom: 2.625rem;
  width: 100%;
  max-width: 580px;
}
#area-cliente #cambiarClaveForm button {
  background: #FF0000;
  border: 2px solid #FF0000;
  font-family: "FiraSans";
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 17px;
  letter-spacing: 0em;
  text-align: left;
  color: #fff;
  padding: 6px 16px;
  border-radius: 2px;
  text-decoration: none;
  width: 100%;
  max-width: 200px;
  display: block;
  text-align: center;
  padding: 13px 8px;
}
#area-cliente #cambiarClaveForm button:hover {
  color: #333333;
  border: 2px solid #FF0000;
  background-color: #fff;
}
#area-cliente #cambiarClaveForm .form-group {
  margin-bottom: 1.5rem;
}
#area-cliente #cambiarClaveForm .form-group input {
  font-family: "FiraSans";
  color: #0000FF;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 17px;
  letter-spacing: 0.03em;
  text-align: left;
  padding: 12px 13px;
  background-color: #F8F8F8;
  width: 100%;
  border: none;
}
#area-cliente #historial-table {
  overflow: auto;
  height: 486px;
  display: block;
}
#area-cliente #historial-table thead th {
  position: sticky;
  top: 0;
  z-index: 1;
}
#area-cliente #historial-table tbody tr:nth-child(even) td {
  background: #FBFBFB;
}
#area-cliente #historial-table thead th, #area-cliente #historial-table tbody th {
  background: #656565;
  padding: 10px;
  font-family: "FiraSans";
  color: #fff;
  font-size: 13px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
  letter-spacing: 0.3230769038px;
  text-align: center;
  border: 1px solid #F0F0F0;
}
#area-cliente #historial-table thead td, #area-cliente #historial-table tbody td {
  border: 1px solid #F0F0F0;
  background: #FFFFFF;
  padding: 17px 19px;
  font-family: "FiraSans";
  color: #0000FF;
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
  letter-spacing: 0.3230769038px;
  text-align: center;
}
#area-cliente #historial-table thead th:first-child, #area-cliente #historial-table thead td:first-child, #area-cliente #historial-table tbody th:first-child, #area-cliente #historial-table tbody td:first-child {
  width: 5.38%;
  text-align: left;
}
#area-cliente #historial-table thead th:nth-child(2), #area-cliente #historial-table thead td:nth-child(2), #area-cliente #historial-table tbody th:nth-child(2), #area-cliente #historial-table tbody td:nth-child(2) {
  width: 4.71%;
  text-align: left;
}
#area-cliente #historial-table thead th:nth-child(3), #area-cliente #historial-table thead td:nth-child(3), #area-cliente #historial-table tbody th:nth-child(3), #area-cliente #historial-table tbody td:nth-child(3) {
  width: 7.64%;
  text-align: right;
}
#area-cliente #historial-table thead th:nth-child(4), #area-cliente #historial-table thead td:nth-child(4), #area-cliente #historial-table tbody th:nth-child(4), #area-cliente #historial-table tbody td:nth-child(4) {
  width: 13.27%;
  text-align: left;
}
#area-cliente #historial-table thead th:nth-child(5), #area-cliente #historial-table thead td:nth-child(5), #area-cliente #historial-table tbody th:nth-child(5), #area-cliente #historial-table tbody td:nth-child(5) {
  width: 8.09%;
  text-align: right;
}
#area-cliente #historial-table thead th:nth-child(6), #area-cliente #historial-table thead td:nth-child(6), #area-cliente #historial-table tbody th:nth-child(6), #area-cliente #historial-table tbody td:nth-child(6) {
  width: 8.09%;
  text-align: right;
}
#area-cliente #historial-table thead th:nth-child(7), #area-cliente #historial-table thead td:nth-child(7), #area-cliente #historial-table tbody th:nth-child(7), #area-cliente #historial-table tbody td:nth-child(7) {
  width: 8.09%;
  text-align: right;
}
#area-cliente #historial-table thead th:nth-child(8), #area-cliente #historial-table thead td:nth-child(8), #area-cliente #historial-table tbody th:nth-child(8), #area-cliente #historial-table tbody td:nth-child(8) {
  width: 8.09%;
  text-align: right;
}
#area-cliente #historial-table thead th:nth-child(9), #area-cliente #historial-table thead td:nth-child(9), #area-cliente #historial-table tbody th:nth-child(9), #area-cliente #historial-table tbody td:nth-child(9) {
  width: 8.09%;
  text-align: right;
}

@media (max-width:991px) {
  #checkout footer {
    display: none;
  }
}
#checkout #checkout-carrito {
  margin: 75px 0;
}
@media (max-width:991px) {
  #checkout #checkout-carrito {
    margin-top: 0;
  }
}
#checkout #checkout-carrito .container {
  max-width: 1470px;
  margin: 0 auto;
}
#checkout #checkout-carrito .container .texto-mobile {
  display: none;
  color: #333;
  text-align: right;
  font-family: "FiraSans";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  /* 142.857% */
  letter-spacing: 0.14px;
}
@media (max-width: 1680px) {
  #checkout #checkout-carrito .container {
    max-width: 90%;
  }
}
@media (max-width: 1366px) {
  #checkout #checkout-carrito .container {
    max-width: unset;
    width: 100%;
    padding: 0 20px;
  }
}
@media (max-width:991px) {
  #checkout #checkout-carrito .container {
    padding: 0 8px;
  }
  #checkout #checkout-carrito .container .texto-mobile {
    display: block;
  }
  #checkout #checkout-carrito .container .row {
    padding: 0;
    margin: 0;
  }
  #checkout #checkout-carrito .container .row > div {
    padding: 0;
  }
}
#checkout #checkout-carrito .container .migas-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 37px;
}
@media (max-width:991px) {
  #checkout #checkout-carrito .container .migas-title {
    margin: 16px 0 22px;
  }
}
#checkout #checkout-carrito .container .migas-title #title-carrito {
  color: #333;
  font-family: "Sora";
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 18px;
  letter-spacing: 0.1px;
  text-transform: uppercase;
}
#checkout {
  /*form {
  	display: block;

  	.section-form {
  		margin-bottom: 4rem;

  		&:last-child {
  			margin-bottom: 3rem;
  		}

  		.form-group {
  			display: flex;
  			margin-bottom: 1.85rem;
  			align-items: center;

  			> p {
  				margin: 0;
  				font-family: $font-family-1;
  				color: $color-2;
  				font-size: 14px;
  				font-style: normal;
  				font-weight: 500;
  				line-height: 17px;
  				letter-spacing: 0em;
  				text-align: left;
  			}

  			> label {
  				display: inline-block;
  				flex: 1;
  				max-width: 195px;
  				font-family: $font-family-1;
  				color: $color-2;
  				font-size: 14px;
  				font-style: normal;
  				font-weight: 500;
  				line-height: 17px;
  				letter-spacing: 0.03em;
  				text-align: left;
  				margin-right: 3.75rem;
  			}

  			dropdown {
  				flex: 1;
  				max-width: 465px;

  				> div {
  					border: 1px solid #F0F0F0;
  					box-shadow: none;
  					filter: drop-shadow(0px 2px 2px rgba(0, 0, 0, 0.1));

  					div.dropdown-display {						
  						> span {
  							font-family: $font-family-1;
  							color: $color-2;
  							font-size: 15px;
  							font-style: normal;
  							font-weight: 600;
  							line-height: 17px;
  							letter-spacing: 0em;
  							text-align: left;
  						}

  						> span.drop-icon {
  							color: $color-2 !important; 
  							width: 12px !important;
  							font-size: 12px !important;
  						}
  					}
  				}
  			} 
  		}
  	}
  }

  #checkout-result {
  	font-family: Libre Franklin;
  	font-size: 16px;
  	font-style: normal;
  	font-weight: 600;
  	line-height: 19px;
  	letter-spacing: 0em;
  	text-align: left;
  }

  #tab-resumen {

  	> div {
  		overflow: hidden;
  	}

  	#terminos-checkbox {
  		float: right;
  		margin-top: 7.5rem;
  		margin-bottom: 5rem;
  	}

  	#resumen-productos {
  		padding: 0;
  		margin: 0;
  		list-style: none;

  		li {
  			margin-bottom: 1.5rem;

  			span {
  				display: inline-block;
  			}

  			span:first-child {
  				font-family: $font-family-1;
  				color: $color-2;
  				font-size: 16px;
  				font-style: normal;
  				font-weight: 600;
  				line-height: 19px;
  				letter-spacing: 0.03em;
  				text-align: left;
  				margin-right: 3px;
  			}

  			span:nth-child(2) {
  				font-family: $font-family-1;
  				color: $color-1;
  				font-size: 14px;
  				font-style: normal;
  				font-weight: 600;
  				line-height: 17px;
  				letter-spacing: 0em;
  				text-align: left;
  				margin-right: 9px;
  			}

  			span:nth-child(3) {
  				font-family: $font-family-1;
  				color: $color-2;
  				font-size: 14px;
  				font-style: normal;
  				font-weight: 500;
  				line-height: 17px;
  				letter-spacing: 0em;
  				text-align: left;	
  				margin-right: 12px;
  			}

  			span:nth-child(4) {
  				font-family: $font-family-1;
  				color: #C2C2C2;
  				font-size: 14px;
  				font-style: normal;
  				font-weight: 600;
  				line-height: 17px;
  				letter-spacing: 0em;
  				text-align: left;	
  				margin-right: 12px;
  			}

  			span:last-child {
  				font-family: $font-family-1;
  				color: $color-2;
  				font-size: 15px;
  				font-style: normal;
  				font-weight: 700;
  				line-height: 18px;
  				letter-spacing: 0em;
  				text-align: left;
  			}
  		}
  	}

  	#resumen-detalles {
  		padding: 0;
  		margin: 0;
  		list-style: none;

  		li {
  			margin-bottom: 1.5rem;

  			span {
  				display: inline-block;
  			}

  			span:first-child {
  				font-family: $font-family-1;
  				color: $color-3;
  				font-size: 16px;
  				font-style: normal;
  				font-weight: 600;
  				line-height: 19px;
  				letter-spacing: 0.03em;
  				text-align: left;
  				margin-right: 0.5rem;
  			}

  			span:last-child {
  				font-family: $font-family-1;
  				color: $color-2;
  				font-size: 16px;
  				font-style: normal;
  				font-weight: 600;
  				line-height: 19px;
  				letter-spacing: 0.03em;
  				text-align: left;
  			}
  		}
  	}	
  }*/
}
#checkout #page-header {
  margin-bottom: 24px;
}
#checkout #page-header h1 {
  color: #FF0000;
}
#checkout .checkbox-container {
  /* Customize the label (the container) */
}
#checkout .checkbox-container > .container {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  font-family: "FiraSans";
  color: #0000FF;
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: 16px;
  letter-spacing: 0em;
  text-align: left;
  /* On mouse-over, add a grey background color */
  /* Create the checkmark/indicator (hidden when not checked) */
}
#checkout .checkbox-container > .container:hover input ~ .checkmark {
  background-color: #fff;
}
#checkout .checkbox-container > .container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
  /* When the checkbox is checked, add a blue background */
  /* Show the checkmark when checked */
}
#checkout .checkbox-container > .container input:checked ~ .checkmark {
  background-color: #FF0000;
}
#checkout .checkbox-container > .container input:checked ~ .checkmark:after {
  display: block;
}
#checkout .checkbox-container > .container .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 17px;
  width: 17px;
  background-color: #fff;
  border: 1.5px solid #000000;
  /* Style the checkmark/indicator */
}
#checkout .checkbox-container > .container .checkmark:after {
  left: 50%;
  top: 50%;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg) translate(-136%, -35%);
}
#checkout .checkbox-container > .container .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
#checkout p.underline-title {
  font-family: "FiraSans";
  color: #0000FF;
  font-size: 15px;
  font-style: normal;
  font-weight: 600;
  line-height: 18px;
  letter-spacing: 0.03em;
  text-align: left;
  display: inline-block;
  position: relative;
  margin-bottom: 2rem;
}
#checkout p.underline-title::after {
  content: "";
  background-color: #0000FF;
  height: 2px;
  width: 100%;
  position: absolute;
  bottom: -5px;
  left: 0;
}
#checkout .tabpanel tab > div {
  position: relative;
  padding: 52px 39px 42px 104px;
}
#checkout .tabpanel tab > div button[type=submit] {
  background: #FF0000;
  border: 2px solid #FF0000;
  font-family: "FiraSans";
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 17px;
  letter-spacing: 0em;
  text-align: left;
  color: #fff;
  padding: 6px 16px;
  border-radius: 2px;
  text-decoration: none;
  font-size: 15px;
  font-weight: 600;
  padding: 18px 85px;
  position: absolute;
  right: 30px;
  bottom: 30px;
}
#checkout .tabpanel tab > div button[type=submit]:hover {
  color: #333333;
  border: 2px solid #FF0000;
  background-color: #fff;
}

#error-page .page-error {
  padding-top: 8rem;
  min-height: 80vh;
}
#error-page .page-error h1 {
  color: #333;
  text-align: center;
  font-family: "Sora";
  font-size: 48px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 52px;
}
#error-page .page-error p {
  color: #333;
  text-align: center;
  font-family: "FiraSans";
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 52px;
}
#error-page .page-error .error-btn,
#error-page .page-error .error-btn-alt {
  border-radius: 100px;
  border: 1px solid #333;
  background: #0000FF;
  box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.25);
  padding: 12px 50px;
  color: #fff;
  font-family: "FiraSans";
  font-size: 17.5px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
#error-page .page-error .error-btn {
  background: #333;
}
#error-page .page-error .options {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
}
#error-page .page-error #img-error {
  margin: 3.125rem auto;
  display: block;
}

#ficha-producto .row {
  --bs-gutter-x: 0 !important;
}
@media (max-width:991px) {
  #ficha-producto {
    margin-top: 84px;
  }
}
@media (max-width:991px) {
  #ficha-producto::before {
    display: none;
  }
}
#ficha-producto #menu-toggler {
  background: #FF0000;
  color: #fff !important;
}
#ficha-producto #menu-toggler .icon-burger-menu::before {
  color: #fff !important;
}
#ficha-producto #ficha-left {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  margin: 0;
  padding: 0;
}
#ficha-producto #container-info-producto {
  width: 1474px;
  margin: 0 auto;
}
@media (max-width: 1680px) {
  #ficha-producto #container-info-producto {
    width: 90%;
  }
}
@media (max-width:991px) {
  #ficha-producto #container-info-producto {
    width: 100%;
  }
  #ficha-producto #container-info-producto > .row:first-child {
    display: none;
  }
}
#ficha-producto #container-info-producto > .row:nth-child(1) {
  margin: 48px 0 68px;
}
@media (max-width:991px) {
  #ficha-producto #container-info-producto > .row:nth-child(1) {
    margin: 0;
  }
}
#ficha-producto #container-info-producto > .row:nth-child(1) .col-lg-12 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0;
}
#ficha-producto #container-info-producto > .row:nth-child(1) .col-lg-12 .search-container {
  height: auto;
  position: relative;
  display: block;
  border: 1px solid #333;
}
#ficha-producto #container-info-producto > .row:nth-child(1) .col-lg-12 .search-container .input-group {
  display: flex;
  flex-direction: row-reverse;
  flex-wrap: nowrap;
  gap: 12px;
  padding: 0 20px;
  width: 326px;
  background: #fff;
  transition: all 0.3s ease-in-out;
}
#ficha-producto #container-info-producto > .row:nth-child(1) .col-lg-12 .search-container .input-group:hover {
  background: #EFEFEF;
}
#ficha-producto #container-info-producto > .row:nth-child(1) .col-lg-12 .search-container .input-group:focus-within {
  background: #ECF0FE !important;
}
#ficha-producto #container-info-producto > .row:nth-child(1) .col-lg-12 .search-container .input-group button {
  background: none;
  border: none;
  margin: 0;
  padding: 0;
}
#ficha-producto #container-info-producto > .row:nth-child(1) .col-lg-12 .search-container .input-group button .icon-buscar::before {
  font-family: "icomoon";
  content: "\e913";
  color: #333;
}
#ficha-producto #container-info-producto > .row:nth-child(1) .col-lg-12 .search-container .input-group input {
  height: auto;
  width: 100%;
  box-sizing: border-box;
  filter: unset;
  border: unset;
  padding: 14px 0;
  color: #333;
  font-family: "FiraSans";
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  background: none;
}
#ficha-producto #container-info-producto > .row:nth-child(1) .col-lg-12 .search-container .input-group input::-moz-placeholder {
  color: #555;
}
#ficha-producto #container-info-producto > .row:nth-child(1) .col-lg-12 .search-container .input-group input::placeholder {
  color: #555;
}
#ficha-producto #footer {
  margin-top: 0px;
}
#ficha-producto #masterslider-container {
  width: 100%;
}
#ficha-producto #masterslider-container #masterslider {
  width: 100%;
  margin: 0 !important;
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  /* W - H */
  --width: 560px;
  --height: 512px;
  /* ///// */
}
@media (max-width: 1680px) {
  #ficha-producto #masterslider-container #masterslider {
    gap: unset;
    --width: 500px;
    --height: 500px;
  }
}
@media (max-width: 1366px) {
  #ficha-producto #masterslider-container #masterslider {
    --width: 422px;
    --height: 412px;
  }
}
@media (max-width:991px) {
  #ficha-producto #masterslider-container #masterslider {
    --width: 360px;
    --height: 350px;
    flex-direction: column;
    gap: 28px;
  }
}
#ficha-producto #masterslider-container #masterslider .ms-container {
  width: var(--width);
  height: var(--height);
}
#ficha-producto #masterslider-container #masterslider .ms-container .ms-inner-controls-cont {
  max-width: var(--width);
  min-height: var(--height);
}
#ficha-producto #masterslider-container #masterslider .ms-container .ms-inner-controls-cont .ms-view {
  max-width: var(--width);
  min-height: var(--height);
}
#ficha-producto #masterslider-container #masterslider .ms-container .ms-inner-controls-cont .ms-view .ms-slide {
  max-width: var(--width);
  min-height: var(--height);
}
#ficha-producto #masterslider-container #masterslider .ms-container .ms-inner-controls-cont .ms-view .ms-slide .ms-slide-bgcont {
  max-height: var(--height);
  padding: 4px;
  background: #fff;
  border: unset !important;
  border-radius: 4px;
}
#ficha-producto #masterslider-container #masterslider .ms-container .ms-inner-controls-cont .ms-view .ms-slide .ms-slide-bgcont img {
  width: 100% !important;
  height: 100% !important;
  -o-object-fit: contain;
     object-fit: contain;
}
#ficha-producto #masterslider-container #masterslider > button {
  display: none;
}
#ficha-producto #masterslider-container #masterslider .ms-thumb-list {
  position: relative;
  left: unset !important;
  right: unset !important;
  width: auto !important;
  height: 100% !important;
}
#ficha-producto #masterslider-container #masterslider .ms-thumb-list .ms-thumbs-cont {
  top: 0 !important;
  display: flex;
  flex-direction: column;
  width: auto !important;
  transform: none !important;
}
@media (max-width:991px) {
  #ficha-producto #masterslider-container #masterslider .ms-thumb-list .ms-thumbs-cont {
    flex-direction: row;
    gap: 12px;
    height: 100% !important;
    padding: 0 18px;
    overflow: auto;
  }
}
#ficha-producto #masterslider-container #masterslider .ms-thumb-list .ms-thumbs-cont .ms-thumb-frame {
  border-radius: 4px;
  border: 1px solid transparent;
  background: #fff;
  width: 80px !important;
  height: 80px !important;
  margin: 0 0 10px !important;
}
@media (max-width:991px) {
  #ficha-producto #masterslider-container #masterslider .ms-thumb-list .ms-thumbs-cont .ms-thumb-frame {
    min-width: 80px;
  }
}
#ficha-producto #masterslider-container #masterslider .ms-thumb-list .ms-thumbs-cont .ms-thumb-frame.ms-thumb-frame-selected {
  border: 1px solid #0000FF;
}
#ficha-producto #masterslider-container #masterslider .ms-thumb-list.ms-dir-v {
  top: 0;
}
#ficha-producto #masterslider-container #masterslider .ms-slide img {
  max-height: 522px;
  max-width: 522px;
  -o-object-fit: contain;
     object-fit: contain;
  margin: 0 !important;
}
#ficha-producto .extra-info-producto {
  width: 100%;
}
#ficha-producto > .container {
  max-width: 1500px;
}
#ficha-producto .ms-thumblist-fwd {
  display: none;
  left: 35px;
}
#ficha-producto .ms-thumblist-fwd::after {
  border-width: 7px 7px 7px 0px;
}
#ficha-producto .ms-thumblist-bwd {
  display: none;
  right: 35px;
}
#ficha-producto .ms-thumblist-bwd::after {
  border-width: 7px 0px 7px 7px;
}
#ficha-producto .ms-thumblist-fwd,
#ficha-producto .ms-thumblist-bwd {
  background: transparent;
  text-align: center;
}
#ficha-producto .ms-thumblist-fwd::after,
#ficha-producto .ms-thumblist-bwd::after {
  border-right-color: #0000FF;
  border-left-color: #0000FF;
}
#ficha-producto .ms-thumb-frame .ms-thumb {
  /*width: auto;
  height: 150px;*/
  /*width: 100%;
    	height: auto;
  display: block;
  margin: 0 auto;*/
  height: 100%;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
@media (max-width:991px) {
  #ficha-producto .ms-inner-controls-cont {
    max-width: 100% !important;
  }
}
#ficha-producto .ms-inner-controls-cont,
#ficha-producto .ms-container {
  margin: 0;
}
@media (max-width:991px) {
  #ficha-producto .ms-inner-controls-cont,
  #ficha-producto .ms-container {
    margin: 0 auto;
  }
}
@media (max-width:991px) {
  #ficha-producto #breadrcrumb-container ul li:last-child {
    display: none;
  }
}
#ficha-producto .ficha-producto-info {
  width: 100%;
  padding-left: 100px;
}
@media (min-width: 992px) and (max-width:1700px) {
  #ficha-producto .ficha-producto-info {
    margin-left: 0px;
    padding: 0px 32px;
    padding-right: 0;
  }
}
@media (min-width: 768px) and (max-width:991px) {
  #ficha-producto .ficha-producto-info {
    max-width: 100%;
    margin-top: 2rem;
  }
}
@media (max-width:991px) {
  #ficha-producto .ficha-producto-info {
    margin: 0;
    padding: 22px 18px;
  }
}
#ficha-producto #ficha-producto-header {
  display: flex;
  flex-direction: column;
  margin-bottom: 22px;
  position: relative;
}
#ficha-producto #ficha-producto-header h4 {
  color: #0000FF;
  font-family: "FiraSans";
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  margin-bottom: 24px;
}
#ficha-producto #ficha-producto-header h1 {
  color: #333;
  font-family: "FiraSans";
  font-size: 34.18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 12px;
}
@media (max-width:991px) {
  #ficha-producto #ficha-producto-header h1 {
    font-size: 24px;
  }
}
#ficha-producto #ficha-producto-header p {
  color: #555;
  font-family: "FiraSans";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.14px;
}
#ficha-producto #ficha-producto-header p strong {
  font-weight: 500;
}
#ficha-producto .precio-producto {
  display: flex;
  gap: 8px;
  align-items: center;
  margin-bottom: 32px;
  /* &.table {
  	margin: 0;

  	.tarifa-producto {
  		margin: 0;

  		&.descuento {
  			span {
  				text-decoration: line-through;
  			}
  		}

  		&+p {
  			color: $color-1 !important;
  			font-size: 16px;
  			font-weight: 600;
  			line-height: 23px;
  			letter-spacing: 0em;
  			text-align: right;
  			display: block;
  			width: 100%;
  			padding-right: 8px;

  			@media (max-width:767px) {
  				padding: 0;
  			}
  		}

  		span {
  			font-size: 18px;
  			font-weight: 600;
  			line-height: 23px;
  			letter-spacing: 0em;
  			text-align: right;

  			&:first-child {
  				color: $color-2 !important;
  				text-align: left;
  				font-size: 15px;
  			}

  			&:last-child {
  				color: $color-1 !important;
  			}
  		}
  	}
  } */
}
@media (max-width:991px) {
  #ficha-producto .precio-producto {
    flex-direction: column;
    align-items: flex-end;
  }
}
#ficha-producto .precio-producto:has(.precio-actual) .precio {
  text-decoration: line-through !important;
}
#ficha-producto .precio-producto .tarifa-producto .precio {
  color: #333;
  font-family: "FiraSans";
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
@media (max-width:991px) {
  #ficha-producto .precio-producto .tarifa-producto .precio {
    font-size: 18px !important;
  }
}
@media (max-width:576px) {
  #ficha-producto .precio-producto .tarifa-producto .precio {
    font-size: 14px !important;
  }
}
#ficha-producto .precio-producto .precio-actual {
  color: #FF0000;
  font-family: "FiraSans";
  font-size: 28px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
@media (max-width:991px) {
  #ficha-producto .precio-producto .precio-actual {
    font-size: 20px;
  }
}
@media (max-width:576px) {
  #ficha-producto .precio-producto .precio-actual {
    font-size: 16px !important;
  }
}
#ficha-producto #ficha-producto-content .subproductos .tabla {
  /* width */
  /* Track */
  /* Handle */
  margin-bottom: 20px;
  border: 1px solid #555;
  border-radius: 10px;
  height: 420px;
  overflow: auto;
}
#ficha-producto #ficha-producto-content .subproductos .tabla::-webkit-scrollbar {
  width: 6px;
  background: #EDEDED;
  border-radius: 14px;
}
#ficha-producto #ficha-producto-content .subproductos .tabla::-webkit-scrollbar-track {
  background: #fff;
}
#ficha-producto #ficha-producto-content .subproductos .tabla::-webkit-scrollbar-thumb {
  border-radius: 14px;
  background: #333;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}
#ficha-producto #ficha-producto-content .subproductos .tabla::-webkit-scrollbar {
  background: transparent;
}
#ficha-producto #ficha-producto-content .subproductos .tabla::-webkit-scrollbar-track {
  background: transparent;
}
@media (max-width:991px) {
  #ficha-producto #ficha-producto-content .subproductos .tabla {
    display: none;
  }
}
#ficha-producto #ficha-producto-content .subproductos .tabla #sub-productos-table {
  width: 100%;
  border-collapse: separate;
  overflow: hidden;
  border-spacing: 0;
}
#ficha-producto #ficha-producto-content .subproductos .tabla #sub-productos-table th {
  padding: 10px 14px;
  text-align: center;
  border-bottom: 1px solid #333;
  border-right: 1px solid #333;
  font-family: "FiraSans";
  font-weight: 500;
  font-size: 12px;
  color: #333;
  background: #ECF0FE;
}
#ficha-producto #ficha-producto-content .subproductos .tabla #sub-productos-table th:last-child {
  border-right: none;
}
#ficha-producto #ficha-producto-content .subproductos .tabla #sub-productos-table th:nth-child(3) {
  text-align: left;
}
#ficha-producto #ficha-producto-content .subproductos .tabla #sub-productos-table th .icon-descuento::before {
  font-family: "icomoon";
  content: "\e91b";
  color: #333;
  font-size: 18px;
}
#ficha-producto #ficha-producto-content .subproductos .tabla #sub-productos-table td {
  padding: 10px 14px;
  background: #fff;
  border-bottom: 1px solid #333;
  border-right: 1px solid #333;
  vertical-align: middle;
  color: #333;
  font-family: "FiraSans";
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.13px;
}
#ficha-producto #ficha-producto-content .subproductos .tabla #sub-productos-table td:last-child {
  border-right: none;
}
#ficha-producto #ficha-producto-content .subproductos .tabla #sub-productos-table td:nth-child(3) a {
  width: 100%;
  display: -webkit-box;
  line-clamp: 2;
  -webkit-line-clamp: 2;
  overflow: hidden;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
}
#ficha-producto #ficha-producto-content .subproductos .tabla #sub-productos-table td a {
  color: #333;
  font-family: "FiraSans";
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
#ficha-producto #ficha-producto-content .subproductos .tabla #sub-productos-table td a:hover:not(.cantidad-link) {
  text-decoration: underline;
  cursor: pointer;
}
#ficha-producto #ficha-producto-content .subproductos .tabla #sub-productos-table td .cantidad-link .icon-cantidad::before {
  font-family: "icomoon";
  content: "\e91b";
  color: #0000FF;
  font-size: 18px;
}
#ficha-producto #ficha-producto-content .subproductos .tabla #sub-productos-table td .add-cart-btn {
  border-radius: 20px;
  padding: 8px 16px;
  border: 0.78px solid #0000FF;
  background: #fff;
  box-shadow: 0px 1.12px 4.61px 0px rgba(0, 0, 0, 0.25);
  color: #0000FF;
  font-family: "FiraSans";
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 14px;
  transition: all 0.3s ease-in-out;
}
#ficha-producto #ficha-producto-content .subproductos .tabla #sub-productos-table td .add-cart-btn:hover:not(:disabled) {
  border-color: transparent;
  /* 	font-weight: 500; */
  background: #0000FF;
  color: #fff;
}
#ficha-producto #ficha-producto-content .subproductos .tabla #sub-productos-table td .add-cart-btn:disabled {
  border-color: #CCCCCC;
  background: #EDEDED;
  box-shadow: 0px 1.12px 1.61px 0px rgba(0, 0, 0, 0.25);
  color: #CCCCCC;
}
#ficha-producto #ficha-producto-content .subproductos .tabla #sub-productos-table td .input-cantidad {
  display: flex;
  align-items: center;
  justify-content: center;
}
#ficha-producto #ficha-producto-content .subproductos .tabla #sub-productos-table td .input-cantidad div {
  display: flex;
  align-items: center;
  gap: 12px;
}
#ficha-producto #ficha-producto-content .subproductos .tabla #sub-productos-table td .input-cantidad input {
  max-width: 20px;
  color: #333;
  text-align: center;
  font-family: "FiraSans";
  font-size: 16.31px;
  font-style: normal;
  font-weight: 400;
  line-height: 23.723px;
  /* 145.455% */
  letter-spacing: 0.111px;
}
#ficha-producto #ficha-producto-content .subproductos .tabla #sub-productos-table td .input-cantidad button {
  border-radius: 50%;
  border: 1px solid #333;
  background: #fff;
}
#ficha-producto #ficha-producto-content .subproductos .tabla #sub-productos-table td .input-cantidad button span {
  display: flex;
  align-items: center;
  justify-content: center;
}
#ficha-producto #ficha-producto-content .subproductos .tabla #sub-productos-table td .input-cantidad button span::before {
  font-size: 20px;
  color: #333;
  height: -moz-fit-content;
  height: fit-content;
  position: relative;
  top: -2px;
}
#ficha-producto #ficha-producto-content .subproductos .tabla #sub-productos-table td .input-cantidad button span.icon-minus::before {
  content: "-";
  top: -4px;
}
#ficha-producto #ficha-producto-content .subproductos .tabla #sub-productos-table td .input-cantidad button span.icon-plus::before {
  content: "+";
}
#ficha-producto #ficha-producto-content .subproductos .tabla #sub-productos-table td .precio-producto.table {
  margin: 0;
}
#ficha-producto #ficha-producto-content .subproductos .tabla #sub-productos-table td .precio-producto.table .tarifa-producto span.precio {
  color: #333;
  font-family: "FiraSans";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-decoration: unset;
  white-space: nowrap;
}
#ficha-producto #ficha-producto-content .subproductos .tabla #sub-productos-table td .precio-producto.table:has(.descuento) {
  flex-direction: column;
}
#ficha-producto #ficha-producto-content .subproductos .tabla #sub-productos-table td .precio-producto.table:has(.descuento) .tarifa-producto .precio {
  color: #333;
  font-family: "FiraSans";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-decoration: line-through;
}
#ficha-producto #ficha-producto-content .subproductos .tabla #sub-productos-table td .precio-producto.table:has(.descuento) .precio-actual {
  color: #FF0000;
  font-family: "FiraSans";
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  white-space: nowrap;
}
#ficha-producto #ficha-producto-content .subproductos .tabla #sub-productos-table td .indicador-stock {
  width: 12px;
  height: 12px;
  margin: auto;
  border-radius: 50%;
  display: block;
}
#ficha-producto #ficha-producto-content .subproductos .tabla #sub-productos-table td .indicador-stock.disponible {
  background-color: #0000FF;
  box-shadow: 0 0 6px 0 #0000FF;
}
#ficha-producto #ficha-producto-content .subproductos .tabla #sub-productos-table td .indicador-stock.no-disponible {
  background-color: #CCCCCC;
  box-shadow: 0 0 6px 0 #CCCCCC;
}
#ficha-producto #ficha-producto-content .subproductos .tabla #sub-productos-table tr:last-child td {
  border-bottom: none;
}
#ficha-producto #ficha-producto-content .subproductos #sub-productos-mobile {
  margin-bottom: 17px;
  display: none !important;
}
@media (max-width:991px) {
  #ficha-producto #ficha-producto-content .subproductos #sub-productos-mobile {
    display: block !important;
  }
}
#ficha-producto #ficha-producto-content .subproductos #sub-productos-mobile .sub-producto-container {
  background: #fff;
  border: 1px solid #333;
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 12px;
}
#ficha-producto #ficha-producto-content .subproductos #sub-productos-mobile .sub-producto-container > p {
  background-color: #ECF0FE;
  padding: 4px 8px;
  font-family: "FiraSans";
  font-size: 13px;
  font-weight: 700;
  line-height: 17px;
  letter-spacing: 0em;
  text-align: left;
}
#ficha-producto #ficha-producto-content .subproductos #sub-productos-mobile .sub-producto-container > div:nth-child(2) {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 8px 12px;
  gap: 14px;
}
#ficha-producto #ficha-producto-content .subproductos #sub-productos-mobile .sub-producto-container > div:nth-child(2) > div:nth-child(1) {
  width: 10%;
}
@media (max-width:991px) {
  #ficha-producto #ficha-producto-content .subproductos #sub-productos-mobile .sub-producto-container > div:nth-child(2) > div:nth-child(1) {
    width: 5%;
  }
}
#ficha-producto #ficha-producto-content .subproductos #sub-productos-mobile .sub-producto-container > div:nth-child(2) > div:nth-child(1) .indicador-stock {
  color: #333;
  font-family: "FiraSans";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  position: relative;
  display: flex;
  align-items: center;
  gap: 8px;
  pointer-events: none;
}
#ficha-producto #ficha-producto-content .subproductos #sub-productos-mobile .sub-producto-container > div:nth-child(2) > div:nth-child(1) .indicador-stock::before {
  content: "";
  display: block;
  position: relative;
  width: 12px;
  height: 12px;
  background: #0000FF;
  border-radius: 50%;
  box-shadow: 0 0 6px 0 #0000FF;
}
#ficha-producto #ficha-producto-content .subproductos #sub-productos-mobile .sub-producto-container > div:nth-child(2) > div:nth-child(1) .indicador-stock.no-disponible::before {
  background: #CCCCCC;
  box-shadow: 0 0 6px 0 #CCCCCC;
}
#ficha-producto #ficha-producto-content .subproductos #sub-productos-mobile .sub-producto-container > div:nth-child(2) > div:nth-child(2) {
  width: 70%;
  display: flex;
}
@media (max-width:991px) {
  #ficha-producto #ficha-producto-content .subproductos #sub-productos-mobile .sub-producto-container > div:nth-child(2) > div:nth-child(2) {
    width: 65%;
  }
}
@media (max-width:576px) {
  #ficha-producto #ficha-producto-content .subproductos #sub-productos-mobile .sub-producto-container > div:nth-child(2) > div:nth-child(2) {
    width: 62%;
  }
}
#ficha-producto #ficha-producto-content .subproductos #sub-productos-mobile .sub-producto-container > div:nth-child(2) > div:nth-child(2) .nombre-sub-producto {
  color: #333;
  font-family: "FiraSans";
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
#ficha-producto #ficha-producto-content .subproductos #sub-productos-mobile .sub-producto-container > div:nth-child(2) > div:nth-child(3) {
  padding-right: 4px;
  width: 20%;
  display: flex;
  justify-content: flex-end;
}
@media (max-width:991px) {
  #ficha-producto #ficha-producto-content .subproductos #sub-productos-mobile .sub-producto-container > div:nth-child(2) > div:nth-child(3) {
    width: 30%;
    padding: 0;
  }
}
@media (max-width:576px) {
  #ficha-producto #ficha-producto-content .subproductos #sub-productos-mobile .sub-producto-container > div:nth-child(2) > div:nth-child(3) {
    width: 33%;
  }
}
#ficha-producto #ficha-producto-content .subproductos #sub-productos-mobile .sub-producto-container > div:nth-child(2) > div:nth-child(3) .precio-producto {
  margin: 0;
}
#ficha-producto #ficha-producto-content .subproductos #sub-productos-mobile .sub-producto-container > div:nth-child(2) > div:nth-child(3) .precio-producto .precio {
  color: #333;
  font-family: "FiraSans";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-decoration: none;
}
#ficha-producto #ficha-producto-content .subproductos #sub-productos-mobile .sub-producto-container > div:last-child {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  padding: 0 12px 6px;
}
#ficha-producto #ficha-producto-content .subproductos #sub-productos-mobile .sub-producto-container > div:last-child > div:nth-child(1) .cantidad-link {
  pointer-events: none;
}
#ficha-producto #ficha-producto-content .subproductos #sub-productos-mobile .sub-producto-container > div:last-child > div:nth-child(1) .cantidad-link .icon-cantidad::before {
  font-family: "icomoon";
  content: "\e91b";
  color: #EDEDED;
  font-size: 18px;
}
#ficha-producto #ficha-producto-content .subproductos #sub-productos-mobile .sub-producto-container > div:last-child > div:nth-child(1) .cantidad-link.disponible {
  pointer-events: all;
}
#ficha-producto #ficha-producto-content .subproductos #sub-productos-mobile .sub-producto-container > div:last-child > div:nth-child(1) .cantidad-link.disponible .icon-cantidad::before {
  color: #0000FF;
}
#ficha-producto #ficha-producto-content .subproductos #sub-productos-mobile .sub-producto-container > div:last-child > div:nth-child(2) .input-cantidad button {
  border: 1px solid #333;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}
#ficha-producto #ficha-producto-content .subproductos #sub-productos-mobile .sub-producto-container > div:last-child > div:nth-child(2) .input-cantidad button span {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
#ficha-producto #ficha-producto-content .subproductos #sub-productos-mobile .sub-producto-container > div:last-child > div:nth-child(2) .input-cantidad button span::before {
  font-size: 22px;
  height: 14px;
  width: 14px;
  color: #333;
  position: absolute;
  top: -9px;
  display: flex;
  justify-content: center;
  align-items: center;
}
#ficha-producto #ficha-producto-content .subproductos #sub-productos-mobile .sub-producto-container > div:last-child > div:nth-child(2) .input-cantidad button.btn-qty-down span::before {
  top: -11px;
  content: "-";
}
#ficha-producto #ficha-producto-content .subproductos #sub-productos-mobile .sub-producto-container > div:last-child > div:nth-child(2) .input-cantidad button.btn-qty-up span::before {
  content: "+";
}
#ficha-producto #ficha-producto-content .subproductos #sub-productos-mobile .sub-producto-container > div:last-child > div:nth-child(3) .add-cart-btn {
  border-radius: 20px;
  padding: 8px 16px;
  border: 0.78px solid #0000FF;
  background: #fff;
  box-shadow: 0px 1.12px 4.61px 0px rgba(0, 0, 0, 0.25);
  color: #0000FF;
  font-family: "FiraSans";
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 14px;
  transition: all 0.3s ease-in-out;
}
#ficha-producto #ficha-producto-content .subproductos #sub-productos-mobile .sub-producto-container > div:last-child > div:nth-child(3) .add-cart-btn:hover:not(:disabled) {
  border-color: transparent;
  /* 	font-weight: 500; */
  background: #0000FF;
  color: #fff;
}
#ficha-producto #ficha-producto-content .subproductos #sub-productos-mobile .sub-producto-container > div:last-child > div:nth-child(3) .add-cart-btn:disabled {
  border-color: #CCCCCC;
  background: #EDEDED;
  box-shadow: 0px 1.12px 1.61px 0px rgba(0, 0, 0, 0.25);
  color: #CCCCCC;
}
#ficha-producto #ficha-producto-content .subproductos #table-notacion-cantidades {
  color: #333;
  font-family: "FiraSans";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
#ficha-producto #ficha-producto-content .subproductos #table-notacion-cantidades .icon-cantidad::before {
  font-family: "icomoon";
  content: "\e91b";
  color: #333;
}
#ficha-producto #ficha-producto-content .info-producto-container {
  display: grid;
  align-items: center;
  grid-template-areas: "title open" "desc desc";
  grid-template-columns: 90% 10%;
  padding: 16px 0;
  border-top: 1px solid #333;
  border-bottom: 1px solid #333;
  margin-bottom: 36px;
}
#ficha-producto #ficha-producto-content .info-producto-container > p {
  grid-area: title;
  color: #333;
  font-family: "FiraSans";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
#ficha-producto #ficha-producto-content .info-producto-container #abrirDescripcionProducto {
  margin-left: auto;
  height: -moz-fit-content;
  height: fit-content;
  grid-area: open;
  cursor: pointer;
}
#ficha-producto #ficha-producto-content .info-producto-container #abrirDescripcionProducto i {
  height: -moz-fit-content;
  height: fit-content;
}
#ficha-producto #ficha-producto-content .info-producto-container #abrirDescripcionProducto i::before {
  font-family: "icomoon";
  content: "\e905";
  font-style: normal;
  font-size: 24px;
}
#ficha-producto #ficha-producto-content .info-producto-container .producto-observaciones {
  grid-area: desc;
  margin-top: 12px;
  color: #555;
  font-family: "FiraSans";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
#ficha-producto #ficha-producto-content .info-producto-container .producto-observaciones:not(.active) {
  display: none;
}
#ficha-producto #ficha-producto-content .info-producto-container #sub-productos-table {
  margin-bottom: 0.5rem;
  width: 100%;
}
@media (max-width:991px) {
  #ficha-producto #ficha-producto-content .info-producto-container #sub-productos-table {
    display: none;
  }
}
#ficha-producto #ficha-producto-content .info-producto-container #sub-productos-table th {
  color: #333;
  font-family: "FiraSans";
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  padding-top: 7px;
  padding-bottom: 7px;
  border: 1px solid #333;
  /*&:first-child {						
  	border-left: 2px solid #D9D9D9;
  }

  &:last-child {
  	border-right: 2px solid #D9D9D9;
  }*/
  /*&:first-child {						
  	padding: 0 25px;
  }

  &:last-child {
  }*/
}
#ficha-producto #ficha-producto-content .info-producto-container #sub-productos-table th:nth-child(1) {
  width: 2.0435967302%;
  text-align: center;
}
#ficha-producto #ficha-producto-content .info-producto-container #sub-productos-table th:nth-child(2) {
  width: 5.4495912807%;
  text-align: left;
}
#ficha-producto #ficha-producto-content .info-producto-container #sub-productos-table th:nth-child(3) {
  width: 31.7438692098%;
  text-align: left;
}
#ficha-producto #ficha-producto-content .info-producto-container #sub-productos-table th:nth-child(4) {
  width: 2.8610354223%;
  text-align: center;
}
#ficha-producto #ficha-producto-content .info-producto-container #sub-productos-table th:nth-child(5) {
  width: 12.2615803815%;
  text-align: center;
}
#ficha-producto #ficha-producto-content .info-producto-container #sub-productos-table th:nth-child(6) {
  width: 15.6675749319%;
  text-align: center;
}
#ficha-producto #ficha-producto-content .info-producto-container #sub-productos-table th:nth-child(7) {
  width: 13.6239782016%;
  text-align: center;
}
#ficha-producto #ficha-producto-content .info-producto-container #sub-productos-table th th {
  padding: 19px 8px;
}
#ficha-producto #ficha-producto-content .info-producto-container #sub-productos-table tbody tr td {
  color: #555;
  font-family: "FiraSans";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.14px;
  padding-top: 19px;
  padding-bottom: 19px;
  border-top: 1px solid #333;
  border-bottom: 1px solid #333;
  background-color: #fff;
  padding: 19px 8px;
}
#ficha-producto #ficha-producto-content .info-producto-container #sub-productos-table tbody tr td:first-child {
  border-left: 1px solid #333;
}
#ficha-producto #ficha-producto-content .info-producto-container #sub-productos-table tbody tr td:last-child {
  border-right: 1px solid #333;
}
#ficha-producto #ficha-producto-content .info-producto-container #sub-productos-table tbody tr td:nth-child(1) {
  width: 2.0435967302%;
  text-align: center;
}
#ficha-producto #ficha-producto-content .info-producto-container #sub-productos-table tbody tr td:nth-child(2) {
  width: 5.4495912807%;
  text-align: left;
}
#ficha-producto #ficha-producto-content .info-producto-container #sub-productos-table tbody tr td:nth-child(3) {
  width: 31.7438692098%;
  text-align: left;
}
#ficha-producto #ficha-producto-content .info-producto-container #sub-productos-table tbody tr td:nth-child(4) {
  width: 2.8610354223%;
  text-align: center;
}
#ficha-producto #ficha-producto-content .info-producto-container #sub-productos-table tbody tr td:nth-child(5) {
  width: 12.2615803815%;
  text-align: center;
}
#ficha-producto #ficha-producto-content .info-producto-container #sub-productos-table tbody tr td:nth-child(6) {
  width: 15.6675749319%;
  text-align: center;
}
#ficha-producto #ficha-producto-content .info-producto-container #sub-productos-table tbody tr td:nth-child(7) {
  width: 13.6239782016%;
  text-align: center;
}
#ficha-producto #ficha-producto-content .info-producto-container #sub-productos-table tbody tr td:nth-child(2) {
  font-size: 13px;
  font-weight: 700;
  line-height: 17px;
  letter-spacing: 0em;
  text-align: left;
}
#ficha-producto #ficha-producto-content .info-producto-container #sub-productos-table tbody tr td:nth-child(6) {
  font-size: 16px;
  font-weight: 500;
  line-height: 21px;
}
#ficha-producto #ficha-producto-content .info-producto-container #sub-productos-table tbody tr td a:hover {
  color: #FF0000;
  text-decoration: underline;
  cursor: pointer;
}
#ficha-producto #ficha-producto-content .info-producto-container #sub-productos-table tbody tr td .input-cantidad {
  justify-content: center;
}
#ficha-producto #ficha-producto-content .info-producto-container #sub-productos-table tbody tr td .input-cantidad > div > input {
  width: 32px;
  height: 32px;
}
#ficha-producto #ficha-producto-content .info-producto-container #sub-productos-table .tarifa-producto {
  margin: 0;
}
#ficha-producto #ficha-producto-content .info-producto-container #sub-productos-table .add-cart-btn-table {
  border: none;
  background-color: transparent;
}
#ficha-producto #ficha-producto-content .info-producto-container #sub-productos-table .add-cart-btn-table:disabled {
  opacity: 0.5;
}
#ficha-producto #ficha-producto-content .info-producto-container #sub-productos-table .add-cart-btn-table span {
  font-size: 26px;
}
#ficha-producto #ficha-producto-content .info-producto-container #sub-productos-table .add-cart-btn-table span::before {
  color: #FF0000 !important;
}
#ficha-producto #ficha-producto-content .info-producto-container #sub-productos-table .add-cart-btn {
  padding: 4px 14px;
  font-size: 15px;
  width: auto;
}
#ficha-producto #ficha-producto-content .info-producto-container #sub-productos-table .cantidad-link {
  text-decoration: none;
}
#ficha-producto #ficha-producto-content .info-producto-container #sub-productos-table .cantidad-link span {
  font-size: 20px;
}
#ficha-producto #ficha-producto-content .info-producto-container #table-notacion-cantidades {
  font-family: "FiraSans";
  font-size: 12px;
  font-weight: 500;
  line-height: 16px;
  letter-spacing: 0em;
  text-align: right;
}
#ficha-producto #ficha-producto-content .info-producto-container #table-notacion-cantidades .icon-cantidad {
  font-size: 12px;
  display: inline-block;
  margin-right: 4px;
}
#ficha-producto #ficha-producto-content .stock {
  margin: 24px 0;
}
#ficha-producto #ficha-producto-content .stock .indicador-stock {
  color: #333;
  font-family: "FiraSans";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  position: relative;
  display: flex;
  align-items: center;
  gap: 8px;
  pointer-events: none;
}
#ficha-producto #ficha-producto-content .stock .indicador-stock::before {
  content: "";
  display: block;
  position: relative;
  width: 12px;
  height: 12px;
  background: #0000FF;
  border-radius: 50%;
  box-shadow: 0 0 6px 0 #0000FF;
}
#ficha-producto #ficha-producto-content .stock .indicador-stock.no-disponible::before {
  background: #CCCCCC;
  box-shadow: 0 0 6px 0 #CCCCCC;
}
#ficha-producto #ficha-producto-content .action-producto > div {
  display: flex;
  align-items: center;
  gap: 24px;
  flex-wrap: wrap;
}
@media (max-width: 1280px) {
  #ficha-producto #ficha-producto-content .action-producto > div {
    gap: 20px 12px;
  }
}
@media (max-width:991px) {
  #ficha-producto #ficha-producto-content .action-producto > div {
    justify-content: space-between;
    gap: 24px 8px;
  }
}
#ficha-producto #ficha-producto-content .action-producto > div #cantidad-descuentos {
  color: #333;
  font-family: "FiraSans";
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-decoration: unset;
  width: 100%;
  display: flex;
  align-items: center;
  gap: 4px;
}
#ficha-producto #ficha-producto-content .action-producto > div #cantidad-descuentos .icon-cantidad::before {
  font-family: "icomoon";
  content: "\e91b";
  font-size: 18px;
  color: #333;
}
#ficha-producto #ficha-producto-content .action-producto > div > div {
  margin-right: auto;
}
@media (max-width:991px) {
  #ficha-producto #ficha-producto-content .action-producto > div > div {
    width: 100%;
  }
}
#ficha-producto #ficha-producto-content .action-producto > div > div .input-cantidad button {
  border: 1px solid #333;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}
#ficha-producto #ficha-producto-content .action-producto > div > div .input-cantidad button span {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
#ficha-producto #ficha-producto-content .action-producto > div > div .input-cantidad button span::before {
  font-size: 22px;
  height: 14px;
  width: 14px;
  color: #333;
  position: absolute;
  top: -9px;
  display: flex;
  justify-content: center;
  align-items: center;
}
#ficha-producto #ficha-producto-content .action-producto > div > div .input-cantidad button.btn-qty-down span::before {
  top: -11px;
  content: "-";
}
#ficha-producto #ficha-producto-content .action-producto > div > div .input-cantidad button.btn-qty-up span::before {
  content: "+";
}
#ficha-producto #ficha-producto-content .action-producto > div > button {
  white-space: nowrap;
  border-radius: 100px;
  border: 1px solid #333;
  background: #0000FF;
  box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.25);
  padding: 10px 50px;
  color: #fff;
  font-family: "FiraSans";
  font-size: 17.5px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 1680px) {
  #ficha-producto #ficha-producto-content .action-producto > div > button {
    padding: 10px 32px;
  }
}
@media (max-width: 1366px) {
  #ficha-producto #ficha-producto-content .action-producto > div > button {
    padding: 10px 20px;
    font-size: 16px;
  }
}
@media (max-width: 1280px) {
  #ficha-producto #ficha-producto-content .action-producto > div > button {
    padding: 10px 12px;
  }
}
@media (max-width:991px) {
  #ficha-producto #ficha-producto-content .action-producto > div > button {
    padding: 14px 20px;
    width: 45%;
    border-radius: 10px;
  }
}
@media (max-width:576px) {
  #ficha-producto #ficha-producto-content .action-producto > div > button {
    width: 48%;
  }
}
#ficha-producto #ficha-producto-content .action-producto > div > button:nth-child(3) {
  background: #333;
}
#ficha-producto #ficha-producto-content .action-producto > div > button {
  background: #0000FF;
}
#ficha-producto #ficha-producto-content .action-producto > div > button:hover {
  background: #fff;
  color: #0000FF;
}
#ficha-producto #ficha-producto-content .texto-adicional {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding-top: 60px;
  border-top: 1px solid #333;
  margin-top: 38px;
}
#ficha-producto #ficha-producto-content .texto-adicional div {
  display: flex;
  align-items: center;
}
#ficha-producto #ficha-producto-content .texto-adicional div i {
  margin-right: 10px;
  position: relative;
}
#ficha-producto #ficha-producto-content .texto-adicional div i::before {
  display: block;
  font-family: "icomoon";
  font-size: 24px;
  font-style: normal;
}
#ficha-producto #ficha-producto-content .texto-adicional div p {
  color: #333;
  font-family: "FiraSans";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
#ficha-producto #ficha-producto-content .texto-adicional div a {
  color: #333;
  font-family: "FiraSans";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-decoration: underline;
}
#ficha-producto #ficha-producto-content .texto-adicional div a:hover {
  text-decoration: none;
}
#ficha-producto #ficha-producto-content .texto-adicional div:nth-child(1) i::before {
  content: "\e916";
}
#ficha-producto #ficha-producto-content .texto-adicional div:nth-child(1) a {
  margin-left: 4px;
}
#ficha-producto #ficha-producto-content .texto-adicional div:nth-child(2) i::before {
  content: "\e915";
}
#ficha-producto #ficha-producto-content .texto-adicional div:nth-child(3) i::before {
  content: "\e914";
}
#ficha-producto #ficha-producto-content .texto-adicional div:nth-child(3) a {
  text-decoration: none;
}
#ficha-producto .extra-info-producto {
  display: flex;
  flex-direction: column;
  gap: 18px;
  margin-top: 20px;
  padding-top: 30px;
}
@media (max-width:991px) {
  #ficha-producto .extra-info-producto {
    display: none;
  }
}
#ficha-producto .extra-info-producto#dropdown-info-mobile {
  display: none;
}
@media (max-width:991px) {
  #ficha-producto .extra-info-producto#dropdown-info-mobile {
    display: flex;
    border-top: 1px solid #333;
  }
}
#ficha-producto .extra-info-producto .dropdown {
  padding: 12px 18px;
  border: 1px solid #555;
  background: #fff;
}
#ficha-producto .extra-info-producto .dropdown > button {
  border: none;
  background: none;
  width: 100%;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #333;
  font-family: "FiraSans";
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  /* 171.429% */
  letter-spacing: 0.14px;
}
#ficha-producto .extra-info-producto .dropdown > button::after {
  font-family: "icomoon";
  content: "\e91e";
  display: block;
}
#ficha-producto .extra-info-producto .dropdown > button.activo::after {
  transform: rotate(180deg);
}
#ficha-producto .extra-info-producto .dropdown .dropdown-menu {
  display: none;
  margin-top: 8px;
}
#ficha-producto .extra-info-producto .dropdown .dropdown-menu p,
#ficha-producto .extra-info-producto .dropdown .dropdown-menu li,
#ficha-producto .extra-info-producto .dropdown .dropdown-menu h1,
#ficha-producto .extra-info-producto .dropdown .dropdown-menu h2,
#ficha-producto .extra-info-producto .dropdown .dropdown-menu h3,
#ficha-producto .extra-info-producto .dropdown .dropdown-menu h4,
#ficha-producto .extra-info-producto .dropdown .dropdown-menu h5,
#ficha-producto .extra-info-producto .dropdown .dropdown-menu h6,
#ficha-producto .extra-info-producto .dropdown .dropdown-menu span,
#ficha-producto .extra-info-producto .dropdown .dropdown-menu a {
  font-family: "FiraSans";
}
#ficha-producto .documentacion-producto {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
  margin-top: 12px;
}
@media (max-width:767px) {
  #ficha-producto .documentacion-producto {
    grid-template-columns: repeat(1, 1fr);
  }
}
#ficha-producto .documentacion-producto .documento-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
#ficha-producto .documentacion-producto .documento-container .content,
#ficha-producto .documentacion-producto .documento-container > a {
  display: flex;
  align-items: center;
}
#ficha-producto .documentacion-producto .documento-container .content {
  gap: 8px;
}
#ficha-producto .documentacion-producto .documento-container .content p {
  color: #333;
  font-family: "FiraSans";
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100%;
}
#ficha-producto .documentacion-producto .documento-container > a {
  color: #333;
  font-family: "FiraSans";
  font-size: 13px;
  font-style: normal;
  font-weight: 600;
  line-height: 16px;
  letter-spacing: -0.13px;
  gap: 8px;
}
#ficha-producto .documentacion-producto .documento-container > a::after {
  font-family: "icomoon";
  content: "\e902";
}

#productos-relacionados {
  padding: 24px;
  margin: 102px 0;
  background: #ECF0FE;
  border-radius: 20px;
  /* .owl-item {
  	width: 210px !important;
  } */
}
#productos-relacionados .owl-item {
  padding: 0 16px;
}
@media (max-width: 1680px) {
  #productos-relacionados .owl-item {
    padding: 0 8px;
  }
}
@media (max-width:991px) {
  #productos-relacionados .owl-item {
    padding: 0 4px;
  }
}
#productos-relacionados .owl-dots {
  display: none;
}
#productos-relacionados .owl-nav {
  position: absolute;
  top: -22px;
  right: 12px;
}
#productos-relacionados .owl-nav > button span {
  font-size: 0;
}
#productos-relacionados .owl-nav > button span::before {
  font-family: "icomoon";
  font-size: 24px;
}
#productos-relacionados .owl-nav > button.owl-prev span::before {
  content: "\e900";
}
#productos-relacionados .owl-nav > button.owl-next {
  margin-left: 16px;
}
#productos-relacionados .owl-nav > button.owl-next span::before {
  content: "\e901";
}
#productos-relacionados .top-title {
  position: relative;
  display: flex;
  gap: 10px;
  align-items: center;
}
#productos-relacionados .top-title i::before {
  content: url("../img/inicio/cuadritos.svg");
  display: block;
  height: -moz-fit-content;
  height: fit-content;
  margin: auto;
  display: inline-block;
}
#productos-relacionados .top-title .text h4 {
  color: #333;
  font-family: "Sora";
  font-size: 20px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  letter-spacing: 0.4px;
  text-transform: uppercase;
  margin-bottom: 4px;
}
#productos-relacionados .top-title .text p {
  color: #555;
  font-family: "Sora";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.16px;
}
#productos-relacionados .info-producto:hover .image {
  border: 1px solid #0000FF !important;
}
#productos-relacionados .info-producto:hover .product-text {
  border: 1px solid #D4D4F2;
}
#productos-relacionados .info-producto:hover .product-text .descripcion a {
  font-weight: 500 !important;
  color: #333 !important;
}
#productos-relacionados .info-producto .top {
  position: relative;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  bottom: -22px;
}
#productos-relacionados .info-producto .top .tag-content {
  display: flex;
  flex-direction: column-reverse;
  justify-content: flex-end;
  gap: 7px;
}
#productos-relacionados .info-producto .top .tag-content .tag {
  text-align: center;
  font-family: "FiraSans";
  font-size: 11px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.1px;
  border-radius: 10px 0px;
  width: -moz-fit-content;
  width: fit-content;
  padding: 5px 6px;
}
#productos-relacionados .info-producto .top .tag-content .tag.oferta {
  background: #FED5D5;
  color: #FF0000;
}
#productos-relacionados .info-producto .top .tag-content .tag.new {
  background: #D4D4F2;
  color: #0000FF;
}
#productos-relacionados .info-producto .top .tag-content .tag.stock {
  background: #E9E9E9;
  color: #6B6B6B;
}
#productos-relacionados .info-producto .top .image {
  background: #fff;
  height: 120px;
  width: 120px;
  padding: 6px;
  border-radius: 20px;
  border: 1px solid #CCCCCC;
  box-shadow: 0px 3.78px 3.78px 0px rgba(163, 163, 163, 0.25);
  position: relative;
  bottom: -26px;
  right: 16px;
  transition: all 0.3s ease-in-out;
}
#productos-relacionados .info-producto .top .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  margin: auto;
  display: block;
  transition: all 0.3s ease-in-out;
}
#productos-relacionados .info-producto .product-text {
  padding: 16px;
  padding-top: 47px;
  border-radius: 20px;
  box-shadow: 0px 1px 8px 0px rgba(110, 110, 110, 0.1);
  background: #f8f8f8;
  transition: all 0.3s ease-in-out;
  border: 1px solid transparent;
}
#productos-relacionados .info-producto .product-text .middle {
  margin-bottom: 8px;
}
#productos-relacionados .info-producto .product-text .middle .marca a,
#productos-relacionados .info-producto .product-text .middle .descripcion a {
  text-decoration: none;
  color: #0000FF;
  font-family: "FiraSans";
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  transition: all 0.3s ease-in-out;
}
#productos-relacionados .info-producto .product-text .middle .marca {
  margin-bottom: 8px;
  min-height: 18px;
}
#productos-relacionados .info-producto .product-text .middle .marca a {
  font-weight: 500;
}
#productos-relacionados .info-producto .product-text .middle .descripcion {
  min-height: 36px;
}
#productos-relacionados .info-producto .product-text .middle .descripcion a {
  color: #555;
  font-size: 14px;
  width: 100%;
  display: -webkit-box;
  line-clamp: 2;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  text-transform: none;
}
#productos-relacionados .info-producto .product-text .bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#productos-relacionados .info-producto .product-text .bottom .precio {
  min-height: 45px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
#productos-relacionados .info-producto .product-text .bottom .precio .precio-actual {
  color: #333;
  font-family: "FiraSans";
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
#productos-relacionados .info-producto .product-text .bottom .precio.oferta {
  display: flex;
  flex-direction: column;
  gap: 2px;
}
#productos-relacionados .info-producto .product-text .bottom .precio.oferta .precio-anterior {
  font-family: "FiraSans";
  font-size: 16px;
  font-weight: 400;
  text-decoration: line-through;
}
#productos-relacionados .info-producto .product-text .bottom .precio.oferta .precio-actual {
  color: #FF0000;
}
#productos-relacionados .info-producto .product-text .bottom .btn-comprar {
  margin-left: auto;
}
#productos-relacionados .info-producto .product-text .bottom .btn-comprar a {
  padding: 10px 16px;
  border-radius: 4px;
  border: 1px solid #555;
  background: #fff;
  display: block;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
#productos-relacionados .info-producto .product-text .bottom .btn-comprar a i::before {
  content: "+";
  font-size: 22px;
  width: 12px;
  height: 20px;
  margin: auto;
  display: block;
  position: relative;
  color: #333;
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: center;
}
#productos-relacionados .info-producto .product-text .bottom .btn-comprar a:hover {
  background: #0000FF;
  border-color: transparent;
}
#productos-relacionados .info-producto .product-text .bottom .btn-comprar a:hover i::before {
  color: #fff;
}
@media (max-width:991px) {
  #productos-relacionados {
    padding: 24px 12px;
    margin: 60px auto;
    width: var(--width-lista-productos-mobile);
  }
  #productos-relacionados .text p {
    display: none;
  }
}

.envio-gratis {
  padding: 21px 0 24px !important;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: #FED5D5;
  border-radius: 20px;
  border: 1px solid #FFEDD5;
  position: relative;
  overflow: hidden;
  border-radius: 20px 20px 0 0;
}
.envio-gratis::before, .envio-gratis::after {
  position: absolute;
  display: block;
  height: 100%;
}
.envio-gratis::before {
  content: url("../img/inicio/envio1.png");
  left: -2px;
}
.envio-gratis::after {
  content: url("../img/inicio/envio2.png");
  right: -2px;
}
@media (max-width:991px) {
  .envio-gratis::after {
    display: none;
  }
}
.envio-gratis h2 {
  color: #333;
  font-family: "Sora";
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.1px;
  z-index: 1;
}
.envio-gratis h2 span {
  color: #FF0000;
}
.envio-gratis p {
  color: #555;
  font-family: "FiraSans";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.32px;
  z-index: 1;
}
@media (max-width:991px) {
  .envio-gratis {
    border-radius: unset;
  }
}

#dialogCantidad md-dialog {
  width: 90vw;
  max-width: 556px;
}
#dialogCantidad header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #0000FF;
  padding: 12px;
}
@media (max-width:991px) {
  #dialogCantidad header {
    margin-bottom: torem(18);
  }
}
#dialogCantidad header > div {
  flex: 0 1 auto;
  width: 100%;
  display: flex;
}
#dialogCantidad header > div > span {
  display: inline-block;
  margin-right: 11px;
}
#dialogCantidad header > div > h2 {
  font-family: "FiraSans";
  font-size: 14px;
  font-weight: 700;
  line-height: 18px;
  letter-spacing: 0em;
  text-align: left;
  color: #fff;
  margin: 0;
}
#dialogCantidad header span[class^=icon-]::before {
  color: #fff !important;
}
#dialogCantidad header > a {
  flex: 0 1 auto;
  width: 14px;
  font-size: 14px;
  text-decoration: none;
}
#dialogCantidad p.table-title {
  color: #222;
  text-align: center;
  font-family: "FiraSans";
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: 21px;
  /* 161.538% */
  letter-spacing: 0.195px;
  text-decoration: underline;
  margin-bottom: 8px;
  padding: 0;
}
#dialogCantidad .cantidad-descuentos-table {
  width: 100%;
  border-collapse: initial;
  border-spacing: 0;
}
#dialogCantidad .cantidad-descuentos-table th {
  color: #333;
  font-family: "FiraSans";
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  padding-top: 7px;
  padding-bottom: 7px;
  border: 1px solid #333;
  /*&:first-child {						
  	border-left: 2px solid #D9D9D9;
  }

  &:last-child {
  	border-right: 2px solid #D9D9D9;
  }*/
  background: #ECF0FE;
  padding: 8px 16px;
}
#dialogCantidad .cantidad-descuentos-table th:first-child {
  border-radius: 10px 0 0 0px;
  text-align: left;
}
#dialogCantidad .cantidad-descuentos-table th:last-child {
  border-radius: 0 10px 0px 0;
  text-align: right;
  border-left-width: 0;
}
#dialogCantidad .cantidad-descuentos-table tbody tr {
  cursor: pointer;
}
#dialogCantidad .cantidad-descuentos-table tbody tr:last-child td:first-child {
  border-bottom-left-radius: 10px;
}
#dialogCantidad .cantidad-descuentos-table tbody tr:last-child td:last-child {
  border-bottom-right-radius: 10px;
}
#dialogCantidad .cantidad-descuentos-table tbody tr td {
  color: #555;
  font-family: "FiraSans";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.14px;
  padding-top: 19px;
  padding-bottom: 19px;
  border-bottom: 1px solid #333;
  padding: 8px 16px;
}
#dialogCantidad .cantidad-descuentos-table tbody tr td:first-child {
  border-left: 1px solid #333;
}
#dialogCantidad .cantidad-descuentos-table tbody tr td:last-child {
  border-right: 1px solid #333;
}
#dialogCantidad .cantidad-descuentos-table tbody tr td:first-child {
  text-align: left;
  border-right: 1px solid #333;
}
#dialogCantidad .cantidad-descuentos-table tbody tr td:last-child {
  text-align: right;
  font-size: 16px;
}
#dialogCantidad .cantidad-descuentos-table tbody tr td:last-child > span {
  font-family: "FiraSans";
  font-size: 16px;
}
#dialogCantidad .cantidad-descuentos-table tbody tr td a {
  font-weight: 700;
}
#dialogCantidad .cantidad-descuentos-table.no-header tr {
  cursor: pointer;
}
#dialogCantidad .cantidad-descuentos-table.no-header tr td {
  color: #555;
  font-family: "FiraSans";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.14px;
  padding-top: 19px;
  padding-bottom: 19px;
  border-top: 1px solid #333;
  border-bottom: 1px solid #333;
  padding: 8px 16px;
}
#dialogCantidad .cantidad-descuentos-table.no-header tr td:first-child {
  border-left: 1px solid #333;
}
#dialogCantidad .cantidad-descuentos-table.no-header tr td:last-child {
  border-right: 1px solid #333;
}

#lista-productos-container {
  /* Non se sabe porque estaba esto */
  /* @media (max-width:991px) {
  	min-height: 3410px;
  } */
}

#lista-productos {
  --with-aside: 370px;
}
@media (max-width: 1680px) {
  #lista-productos {
    --with-aside: 300px;
  }
}
#lista-productos main {
  background-color: #F5F5F5;
  margin-bottom: 180px;
}
#lista-productos #product-list-top {
  display: none;
}
#lista-productos #three-column-layout {
  margin-top: 72px;
}
@media (max-width:991px) {
  #lista-productos #three-column-layout {
    margin-top: -20px;
  }
}
#lista-productos #three-column-layout .content .top-content {
  width: 1470px;
  margin: 0 auto 34px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 1680px) {
  #lista-productos #three-column-layout .content .top-content {
    width: 90%;
  }
}
@media (max-width:991px) {
  #lista-productos #three-column-layout .content .top-content {
    position: absolute;
    width: 100%;
    left: 0;
    transform: translateY(80px);
    justify-content: center;
    margin: 0 auto;
  }
}
#lista-productos #three-column-layout .content .top-content #cantidad-resultados {
  color: #333;
  text-align: center;
  font-family: "FiraSans";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  /* 142.857% */
  letter-spacing: 0.14px;
}
#lista-productos #three-column-layout .content .top-content #cantidad-resultados strong {
  font-weight: 500;
}
#lista-productos #three-column-layout .content > .row {
  justify-content: center;
  width: 100%;
  margin: 0;
}
@media (max-width:991px) {
  #lista-productos #three-column-layout .content > .row {
    flex-direction: column;
    align-items: center;
  }
}
#lista-productos #three-column-layout .column-left,
#lista-productos #three-column-layout .column-right {
  flex: 1;
  max-width: var(--with-aside);
  padding: 0;
  background: #fff;
  height: -moz-fit-content;
  height: fit-content;
}
#lista-productos #three-column-layout .column-left .aside-content-2 .header,
#lista-productos #three-column-layout .column-left .aside-content-2 .content,
#lista-productos #three-column-layout .column-right .aside-content-2 .header,
#lista-productos #three-column-layout .column-right .aside-content-2 .content {
  width: 270px;
}
@media (max-width: 1680px) {
  #lista-productos #three-column-layout .column-left .aside-content-2 .header,
  #lista-productos #three-column-layout .column-left .aside-content-2 .content,
  #lista-productos #three-column-layout .column-right .aside-content-2 .header,
  #lista-productos #three-column-layout .column-right .aside-content-2 .content {
    width: 250px;
  }
}
#lista-productos #three-column-layout .column-left {
  border-radius: 0px 20px 20px 0px;
  padding: 24px 24px 24px 0;
}
@media (max-width: 1680px) {
  #lista-productos #three-column-layout .column-left {
    padding: 18px 18px 18px 0px;
  }
}
@media (max-width:991px) {
  #lista-productos #three-column-layout .column-left {
    display: none;
  }
}
#lista-productos #three-column-layout .column-left .aside-content-2 {
  border-radius: 0px 20px 20px 0px;
  margin-bottom: 31px;
}
#lista-productos #three-column-layout .column-left .aside-content {
  border-radius: 0px 20px 20px 0px;
}
#lista-productos #three-column-layout .column-left .aside-content .side-banner-container {
  border-radius: 0px 20px 20px 0px;
  overflow: hidden;
}
#lista-productos #three-column-layout .column-left .aside-content .side-banner-container .side-banner-text-container {
  height: 365px;
  padding-top: 45px;
  padding-left: 45px;
}
#lista-productos #three-column-layout .column-left .aside-content .side-banner-container .side-banner-text-container h2,
#lista-productos #three-column-layout .column-left .aside-content .side-banner-container .side-banner-text-container h4,
#lista-productos #three-column-layout .column-left .aside-content .side-banner-container .side-banner-text-container p {
  width: 200px;
}
#lista-productos #three-column-layout .column-left .aside-content .side-banner-container .side-banner-text-container h2 {
  color: #FF0000;
  font-family: "FiraSans";
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -0.24px;
  margin-bottom: 10px;
}
#lista-productos #three-column-layout .column-left .aside-content .side-banner-container .side-banner-text-container h4 {
  color: #333;
  font-family: "Sora";
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: -0.88px;
  margin-bottom: 6px;
}
#lista-productos #three-column-layout .column-left .aside-content .side-banner-container .side-banner-text-container p {
  color: #333;
  font-family: "FiraSans";
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 19.51px;
  /* 130.067% */
  letter-spacing: -0.32px;
  margin-bottom: 20px;
}
#lista-productos #three-column-layout .column-left .aside-content .side-banner-container .side-banner-text-container a {
  border-radius: 30px;
  border: 1px solid #333;
  background: #fff;
  padding: 8px 16px;
  width: auto;
  color: #333;
  font-family: "FiraSans";
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
}
#lista-productos #three-column-layout .column-left .aside-content .side-banner-container .side-banner-text-container a:hover {
  background: #333;
  color: #fff;
}
#lista-productos #three-column-layout .column-right {
  border-radius: 20px 0px 0px 20px;
  padding: 24px 0 24px 24px;
}
@media (max-width: 1680px) {
  #lista-productos #three-column-layout .column-right {
    padding: 18px 0px 18px 18px;
  }
}
@media (max-width:991px) {
  #lista-productos #three-column-layout .column-right {
    display: none;
  }
}
#lista-productos #three-column-layout .column-right .aside-content-2 {
  border-radius: 20px 0px 0px 20px;
  margin-bottom: 31px;
}
#lista-productos #three-column-layout .column-right .aside-content {
  border-radius: 20px 0px 0px 20px;
  overflow: hidden;
}
#lista-productos #three-column-layout .column-center {
  flex: 1;
  max-width: 100%;
  padding: 0;
  /* @media (max-width:576px) {
  	min-height: 1200px;
  } */
}
@media (min-width: 992px) and (max-width:1700px) {
  #lista-productos #three-column-layout .column-center {
    margin: 0 1rem;
  }
}
#lista-productos #three-column-layout .column-center .filter-bar {
  width: 100%;
  max-width: 1080px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  gap: 24px;
  padding: 10px 16px;
  border-radius: 10px;
  background: #fff;
  margin-bottom: 24px;
}
#lista-productos #three-column-layout .column-center .filter-bar .filter-bar-title {
  color: #333;
  font-family: "Sora";
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
#lista-productos #three-column-layout .column-center .filter-bar .filter-bar-content {
  display: flex;
  align-items: center;
  gap: 24px;
}
#lista-productos #three-column-layout .column-center .filter-bar .filter-bar-content .filter-item a {
  padding: 8px 16px;
  background: #EDEDED;
  display: flex;
  align-items: center;
  gap: 8px;
  color: #555;
  text-align: center;
  font-family: "Sora";
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  /* 138.462% */
}
#lista-productos #three-column-layout .column-center .filter-bar .filter-bar-content .filter-item a .icon-remove {
  display: flex;
  align-items: center;
}
#lista-productos #three-column-layout .column-center .filter-bar .filter-bar-content .filter-item a .icon-remove::before {
  font-family: "icomoon";
  content: "\e90a";
  font-size: 8px;
}
#lista-productos #three-column-layout .column-center .filter-bar .clear-filters {
  color: #333;
  text-align: center;
  font-family: "FiraSans";
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
  text-decoration: underline;
  /* 138.462% */
}
#lista-productos #three-column-layout .column-center .filter-bar .clear-filters:hover {
  text-decoration: unset;
}
#lista-productos #three-column-layout .column-center lista-productos {
  width: 100%;
  max-width: 1080px;
  margin: 0 auto;
  display: block;
}
#lista-productos #three-column-layout .column-center lista-productos #producto-list-container {
  padding: 0;
  grid-gap: 0;
  gap: 24px;
}
@media (max-width: 1680px) {
  #lista-productos #three-column-layout .column-center lista-productos #producto-list-container {
    gap: 8px;
  }
}
@media (max-width:1199px) {
  #lista-productos #three-column-layout .column-center lista-productos #producto-list-container {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width:991px) {
  #lista-productos #three-column-layout .column-center lista-productos #producto-list-container {
    display: grid;
    gap: 8px 2px;
    grid-template-columns: repeat(3, 1fr);
  }
  #lista-productos #three-column-layout .column-center lista-productos #producto-list-container detail-producto {
    width: 100%;
  }
}
@media (max-width:576px) {
  #lista-productos #three-column-layout .column-center lista-productos #producto-list-container {
    grid-template-columns: repeat(2, 1fr);
  }
}
#lista-productos #three-column-layout .column-center #mobile-options.sticky-active {
  z-index: 8;
  width: 100%;
  padding: 0;
  filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
  top: 78px !important;
}
#lista-productos #three-column-layout .column-center #mobile-options.sticky-active dropdown > div > div.dropdown-display > span {
  padding-left: 36px;
}
@media (max-width:991px) {
  #lista-productos #three-column-layout .column-center #mobile-options.sticky-active dropdown > div > div.dropdown-display > span {
    padding-left: 0;
  }
}
#lista-productos #three-column-layout .column-center #mobile-options #filtros-btn {
  padding: 4px 9px 4px 16px;
  flex-basis: 50%;
  display: flex;
  justify-content: space-between;
  background-color: #fff;
  border: 2px solid #F3F3F3;
  font-family: "FiraSans";
  color: #0000FF;
  font-size: 14px;
  font-weight: 700;
  line-height: 18px;
  letter-spacing: 0em;
  text-align: left;
  text-transform: uppercase;
  width: 50%;
  align-items: center;
}
#lista-productos #three-column-layout .column-center #mobile-options #filtros-btn span {
  font-size: 32px;
}
#lista-productos #three-column-layout .column-center #mobile-options > div {
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
  padding: 0px 18px;
  margin-bottom: 1.4375rem;
  display: none;
}
@media (max-width:991px) {
  #lista-productos #three-column-layout .column-center #mobile-options > div {
    display: flex;
    gap: 2px;
    padding: 0;
    width: var(--width-lista-productos-mobile);
    margin: 0 auto 64px;
  }
  #lista-productos #three-column-layout .column-center #mobile-options > div #filtros-btn {
    padding: 12px 20px;
    border-radius: 10px;
    border: 1px solid #333;
    background: #fff;
    color: #333;
    font-family: "FiraSans";
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: uppercase;
  }
  #lista-productos #three-column-layout .column-center #mobile-options > div #filtros-btn::after {
    font-family: "icomoon";
    content: "\e910";
    font-size: 24px;
  }
}
#lista-productos #three-column-layout .column-center #mobile-options > div > div {
  flex-basis: 50%;
}
#lista-productos #three-column-layout .column-center #mobile-options > div > div dropdown {
  width: 100%;
  z-index: 1;
  position: relative;
}
@media (max-width:991px) {
  #lista-productos #three-column-layout .column-center #mobile-options > div > div dropdown > div .dropdown-display {
    border: unset;
    padding: 0;
  }
}
#lista-productos #three-column-layout .column-center #mobile-options > div > div dropdown > div > div.dropdown-list > div > div {
  margin-bottom: 8px 0;
}
#lista-productos #three-column-layout .column-center #mobile-options > div > div dropdown > div > div.dropdown-list > div > div > span {
  padding-right: 0;
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
  letter-spacing: 0em;
  text-align: left;
}
#lista-productos #three-column-layout .column-center #mobile-options > div > div dropdown > div.dropdown-container {
  box-shadow: none;
}
#lista-productos #three-column-layout .column-center #mobile-options > div > div dropdown .dropdown-container span.placeholder {
  color: #333;
  font-family: "FiraSans";
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: uppercase;
}

.filtro-container .filtro-label {
  margin-bottom: 12px;
  padding: 0;
}
.filtro-container .filtro-label span {
  color: #333;
  font-family: "FiraSans";
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.filtro-container .search-container {
  border: 1px solid #555;
  background: #fff;
  padding: 10px 0px 10px 36px;
  position: relative;
  display: flex;
  align-items: center;
  margin-bottom: 12px;
  transition: all 0.3s ease-in-out;
}
.filtro-container .search-container::before {
  font-family: "icomoon";
  content: "\e913";
  font-size: 16px;
  font-style: normal;
  position: absolute;
  left: 14px;
}
.filtro-container .search-container:hover {
  background: #EFEFEF;
}
.filtro-container .search-container:focus-within {
  background: #ECF0FE;
}
.filtro-container .search-container input {
  border: none;
  outline: none;
  background: transparent;
  width: 100%;
  padding: 0;
}
.filtro-container .search-container input::-moz-placeholder {
  color: #555;
  font-family: "FiraSans";
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.filtro-container .search-container input, .filtro-container .search-container input::placeholder {
  color: #555;
  font-family: "FiraSans";
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.filtro-container .search-container input::-moz-placeholder:not(:placeholder) {
  color: #333;
}
.filtro-container .search-container input:not(:placeholder), .filtro-container .search-container input::placeholder:not(:placeholder) {
  color: #333;
}
.filtro-container .filtro-lista {
  padding: 0;
  margin: 0;
  margin-bottom: 2rem;
  list-style: none;
}
.filtro-container .filtro-lista.scroll {
  overflow: auto;
  max-height: 270px;
}
.filtro-container .filtro-lista.scroll::-webkit-scrollbar {
  width: 8px;
}
.filtro-container .filtro-lista.scroll::-webkit-scrollbar-track {
  background: #F0F0F0;
}
.filtro-container .filtro-lista.scroll::-webkit-scrollbar-thumb {
  background: #333;
  border-radius: 14px;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}
.filtro-container .filtro-lista li {
  margin-bottom: 12px;
}
.filtro-container .filtro-lista li.checkbox input[type=checkbox] {
  position: absolute;
  margin-left: 0px;
  left: 0;
}
.filtro-container .filtro-lista li.url a {
  display: flex;
  flex-wrap: nowrap;
  align-items: flex-start;
}
.filtro-container .filtro-lista li.url a span {
  flex: 0 1 auto;
}
.filtro-container .filtro-lista li.url a span:first-child {
  min-width: 10px;
  max-width: 10px;
  top: 5px;
  bottom: auto;
}
.filtro-container .filtro-lista li a {
  text-decoration: none;
  padding-left: 20px;
  position: relative;
  display: flex;
  align-items: center;
  gap: 8px;
}
.filtro-container .filtro-lista li a input[type=checkbox] {
  color: #0000FF;
}
.filtro-container .filtro-lista li span {
  color: #454545;
  font-family: "FiraSans";
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.13px;
}
.filtro-container .filtro-lista li .line-marker {
  display: inline-block;
  width: 8px;
  height: 3px;
  position: relative;
  bottom: 4px;
  margin-right: 8px;
  background-color: #FF0000;
}

#cantidad-resultados {
  font-family: "FiraSans";
  color: #0000FF;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0.01em;
  text-align: center;
}

#filtros-container {
  display: none;
}
#filtros-container.modal-show {
  display: block;
}
#filtros-container.modal-show > .header {
  display: none;
}
#filtros-container.modal-show > .content {
  height: 100%;
  overflow: scroll;
}
@media (max-width:991px) {
  #filtros-container.modal-show > .content {
    padding: 24px;
  }
}

#login {
  min-height: 760px;
  /*#container-login {
  	max-width: 688px;
  	margin: 0 auto;
  	border: 1.5px solid #C2C2C2;
  	border-top: none;
  	box-sizing: border-box;
  	border-radius: 2px;

  	.content {
  		padding: 0 39px 18px 39px;
  	}

  	h2 {
  		font-family: $font-family-1;
  		background-color: $color-2;
  		color: #fff;
  		font-size: 15px;
  		font-style: normal;
  		font-weight: 600;
  		line-height: 18px;
  		letter-spacing: 0em;
  		text-align: center;
  		padding: 12px 0;
  		text-transform: uppercase;

  		+ p {
  			font-family: $font-family-1;
  			color: $color-2;
  			font-size: 15px;
  			font-style: normal;
  			font-weight: 600;
  			line-height: 18px;
  			letter-spacing: 0.03em;
  			text-align: center;
  			margin-top: 24px;
  			margin-bottom: 44px
  		}
  	}

  	form {
  		.form-group {
  			&:not(:last-child) {
  				margin-bottom: 20px;
  			}
  		}

  		input {
  			@include input-style-1;
  		}

  		button[type="submit"] {
  			@include btn-primary;
  			display: block;
  			width: 100%;
  			max-width: 208px;
  			margin: 0 auto;
  			margin-top: 40px;
  			margin-bottom: 1.5rem;
  			text-align: center;
  			padding: 14px 0px;

  			+ a{
  				font-family: $font-family-1;
  				color: $color-3;
  				font-size: 13px;
  				font-style: normal;
  				font-weight: 600;
  				line-height: 16px;
  				letter-spacing: 0.03em;
  				text-align: left;
  				display: block;
  				margin: 0 auto;
  				width: 196px;

  			}
  		}

  		.errors {
  			span {
  				font-family: $font-family-1;
  				color: $color-1;
  				font-size: 13px;
  				font-style: normal;
  				font-weight: 600;
  				line-height: 16px;
  				letter-spacing: 0.03em;
  				text-align: left;
  				display: block;
  			}
  		}
  	}		
  }*/
}
#login main {
  height: 80vh !important;
  min-height: 760px;
  display: flex;
  align-items: center;
  justify-content: center;
}
#login #container-login {
  position: relative !important;
  z-index: 1;
  top: 0 !important;
  right: 0 !important;
  left: 0 !important;
  bottom: 0 !important;
  transform: unset !important;
}
@media (max-width:576px) {
  #login main {
    min-height: 80vh;
  }
}
#login footer#footer {
  margin-top: 0rem;
}

#imagen-producto > .container-fluid {
  margin-top: 5rem;
  padding: 0 40px 0 25px;
}
#imagen-producto > .container-fluid .container-imagen {
  min-height: 310px;
}
#imagen-producto > .container-fluid .container-imagen img {
  display: block;
  width: 100%;
  max-width: 700px;
  margin: 0 auto;
}
#imagen-producto > .container-fluid .col-lg-6 {
  position: relative;
}
#imagen-producto > .container-fluid .info {
  border: 2px solid #E82929;
  width: 100%;
  max-width: 600px;
  padding: 18px;
  position: absolute;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
}
@media (max-width:991px) {
  #imagen-producto > .container-fluid .info {
    position: initial;
    transform: unset;
    margin: 0 auto;
    margin-top: 1rem;
  }
}
#imagen-producto > .container-fluid .info h1 {
  font-family: "Libre Franklin";
  color: #333333;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 29px;
  letter-spacing: 0em;
  text-align: left;
  margin-bottom: 1.5rem;
}
#imagen-producto > .container-fluid .info h1 + p {
  font-family: "Libre Franklin";
  color: #333333;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 17px;
  letter-spacing: 0em;
  text-align: left;
  margin: 0;
  margin-bottom: 1.5rem;
}
#imagen-producto > .container-fluid .info h1 + p + p {
  font-family: "Libre Franklin";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 17px;
  letter-spacing: 0em;
  text-align: left;
  color: #333333;
  margin-bottom: 2rem;
}

#inicio {
  --height: 574px;
  --width-asides: 370px;
  --width-slider-aside: var(--width-asides) - 26px;
}
@media (max-width: 1680px) {
  #inicio {
    --width-asides: 350px;
    --height: 554px;
  }
}
@media (max-width: 1366px) {
  #inicio {
    --height: 550px;
  }
}
@media (max-width: 1280px) {
  #inicio {
    --width-asides: 250px;
  }
}
@media (max-width:991px) {
  #inicio {
    --width-asides: 98%;
    --width-slider-aside: var(--width-asides);
  }
}
#inicio main {
  background-color: #F5F5F5;
}
#inicio .search-mobile {
  display: none;
  width: 100%;
  z-index: 2;
  margin: 0 auto;
  width: 98%;
}
@media (max-width:991px) {
  #inicio .search-mobile {
    display: block;
    width: 100%;
    padding: 0 10px;
  }
}
#inicio .search-mobile .input-group {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  gap: 8px;
  padding: 17px 20px;
  border-radius: 10px;
  border: 1px solid #333;
  background: #fff;
  width: 100%;
}
#inicio .search-mobile .input-group:focus-within {
  background: #ECF0FE;
}
#inicio .search-mobile .input-group input {
  border: none;
  background: none;
  outline: none;
  padding: 0;
  width: 100%;
}
#inicio .search-mobile .input-group input::-moz-placeholder {
  color: #0000FF;
  font-family: "FiraSans";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
#inicio .search-mobile .input-group input, #inicio .search-mobile .input-group input::placeholder {
  color: #0000FF;
  font-family: "FiraSans";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
#inicio .search-mobile .input-group::before {
  font-family: "icomoon";
  content: "\e913";
  color: #0000FF;
}
#inicio .search-mobile .input-group button {
  display: none;
}
#inicio > .slider-container {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 0 26px;
  margin-bottom: 32px;
}
@media (max-width:1199px) {
  #inicio > .slider-container {
    padding: 0 12px;
  }
}
@media (max-width:991px) {
  #inicio > .slider-container {
    flex-direction: column;
    padding: 0;
  }
}
#inicio > .slider-container #home-slider {
  width: calc(81.5% - 40px);
  height: var(--height);
  border-radius: 20px;
  overflow: hidden;
}
#inicio > .slider-container > .aside-content {
  width: 18.5%;
  border-radius: 20px;
  background: #fff;
  height: var(--height);
}
@media (max-width:991px) {
  #inicio > .slider-container > .aside-content {
    height: auto;
    margin: 0 auto;
  }
}
#inicio > .slider-container > .aside-content #descarga-catalogos {
  padding: 24px;
}
@media (max-width: 1680px) {
  #inicio > .slider-container > .aside-content #descarga-catalogos {
    padding: 18px;
  }
}
@media (max-width:991px) {
  #inicio > .slider-container > .aside-content #descarga-catalogos {
    padding: 24px 12px;
  }
}
#inicio > .slider-container > .aside-content #descarga-catalogos .top {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 18px;
}
#inicio > .slider-container > .aside-content #descarga-catalogos .top h4 {
  color: #333;
  font-family: "Sora";
  font-size: 16px;
  font-style: normal;
  font-weight: 800;
  line-height: 18px;
  /* 112.5% */
  letter-spacing: 0.32px;
  text-transform: uppercase;
  width: 186px;
  display: flex;
  align-items: center;
  gap: 9px;
  margin: 0 !important;
}
#inicio > .slider-container > .aside-content #descarga-catalogos .top h4::before {
  content: url("../img/inicio/logo.svg");
  display: block;
}
#inicio > .slider-container > .aside-content #descarga-catalogos .top a {
  color: #333;
  font-family: "FiraSans";
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.1px;
  text-transform: uppercase;
  text-decoration: underline;
  transition: all 0.3s ease-in-out;
}
@media (max-width:991px) {
  #inicio > .slider-container > .aside-content #descarga-catalogos .top a {
    font-size: 14px;
  }
}
#inicio > .slider-container > .aside-content #descarga-catalogos .top a:hover {
  text-decoration: none;
  padding: 8px;
  border-radius: 4px;
  border: 1px solid #000;
}
@media (max-width:991px) {
  #inicio > .slider-container > .aside-content #descarga-catalogos .catalogos-parent {
    overflow: auto;
    padding: 10px 4px;
  }
}
#inicio > .slider-container > .aside-content #descarga-catalogos .catalogos-container {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px 22px;
}
@media (max-width: 1680px) {
  #inicio > .slider-container > .aside-content #descarga-catalogos .catalogos-container {
    gap: 12px;
  }
}
@media (max-width:991px) {
  #inicio > .slider-container > .aside-content #descarga-catalogos .catalogos-container {
    display: flex;
    flex-wrap: nowrap;
    width: -moz-max-content;
    width: max-content;
  }
}
#inicio > .slider-container > .aside-content #descarga-catalogos .catalogos-container .folleto-container {
  width: 100%;
  max-width: unset;
  display: flex;
  flex-direction: column;
  padding: 10px 14px;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0px 1px 10px 0px rgba(164, 171, 198, 0.42);
}
#inicio > .slider-container > .aside-content #descarga-catalogos .catalogos-container .folleto-container .content {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  margin-bottom: 12px;
}
@media (max-width:991px) {
  #inicio > .slider-container > .aside-content #descarga-catalogos .catalogos-container .folleto-container .content {
    width: 138px;
  }
}
#inicio > .slider-container > .aside-content #descarga-catalogos .catalogos-container .folleto-container .content h2 {
  color: #CCCCCC;
  font-family: "Sora";
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 16px;
  /* 114.286% */
  letter-spacing: -0.28px;
  text-transform: uppercase;
  margin-bottom: 6px;
}
#inicio > .slider-container > .aside-content #descarga-catalogos .catalogos-container .folleto-container .content img {
  margin: 0 auto;
  width: 110px;
  height: 150px;
}
@media (max-width: 1366px) {
  #inicio > .slider-container > .aside-content #descarga-catalogos .catalogos-container .folleto-container .content img {
    width: 100%;
    height: 100%;
  }
}
#inicio > .slider-container > .aside-content #descarga-catalogos .catalogos-container .folleto-container .download-btn {
  color: #333;
  font-family: "FiraSans";
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 18px;
  /* 128.571% */
  letter-spacing: -0.14px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  text-decoration: unset;
  transition: all 0.3s ease-in-out;
}
#inicio > .slider-container > .aside-content #descarga-catalogos .catalogos-container .folleto-container .download-btn::after {
  transition: all 0.3s ease-in-out;
  position: relative;
  font-family: "icomoon";
  content: "\e902";
}
#inicio > .slider-container > .aside-content #descarga-catalogos .catalogos-container .folleto-container .download-btn:hover {
  color: #0000FF;
}
#inicio > .slider-container > .aside-content #descarga-catalogos .catalogos-container .folleto-container .download-btn:hover::after {
  color: #0000FF;
}
@media (max-width: 1680px) {
  #inicio > .slider-container #home-slider {
    width: calc(100% - (var(--width-slider-aside) + 20px));
  }
  #inicio > .slider-container > .aside-content {
    width: var(--width-slider-aside);
  }
}
@media (max-width: 1280px) {
  #inicio > .slider-container #home-slider {
    width: calc(100% - (var(--width-slider-aside) + 10%));
  }
}
#inicio .productos-envios {
  margin-top: 30px;
  background: url("../img/inicio/fondo-sec-marcas.png") no-repeat center;
  padding: 62px 0 80px;
}
@media (max-width:991px) {
  #inicio .productos-envios {
    display: none;
  }
}
#inicio .productos-envios .owl-stage .owl-item {
  padding: 0 16px;
}
#inicio .productos-envios .productos-categorias,
#inicio .productos-envios .envio-gratis {
  width: 1474px;
  margin: 0 auto;
}
@media (max-width: 1680px) {
  #inicio .productos-envios .productos-categorias,
  #inicio .productos-envios .envio-gratis {
    width: 97%;
  }
}
#inicio .productos-envios .row-01 .productos-categorias {
  padding: 24px;
  margin-bottom: 102px;
  background: #ECF0FE;
  border-radius: 20px;
}
#inicio .productos-envios .row-01 .productos-categorias .owl-item {
  padding: 0 16px;
}
@media (max-width: 1680px) {
  #inicio .productos-envios .row-01 .productos-categorias .owl-item {
    padding: 0 8px;
  }
}
@media (max-width:991px) {
  #inicio .productos-envios .row-01 .productos-categorias .owl-item {
    padding: 0 4px;
  }
}
#inicio .productos-envios .row-01 .productos-categorias .owl-dots {
  display: none;
}
#inicio .productos-envios .row-01 .productos-categorias .owl-nav {
  position: absolute;
  top: -22px;
  right: 12px;
}
#inicio .productos-envios .row-01 .productos-categorias .owl-nav > button span {
  font-size: 0;
}
#inicio .productos-envios .row-01 .productos-categorias .owl-nav > button span::before {
  font-family: "icomoon";
  font-size: 24px;
}
#inicio .productos-envios .row-01 .productos-categorias .owl-nav > button.owl-prev span::before {
  content: "\e900";
}
#inicio .productos-envios .row-01 .productos-categorias .owl-nav > button.owl-next {
  margin-left: 16px;
}
#inicio .productos-envios .row-01 .productos-categorias .owl-nav > button.owl-next span::before {
  content: "\e901";
}
#inicio .productos-envios .row-01 .productos-categorias .top-title {
  position: relative;
  display: flex;
  gap: 10px;
  align-items: center;
}
#inicio .productos-envios .row-01 .productos-categorias .top-title i::before {
  content: url("../img/inicio/cuadritos.svg");
  display: block;
  height: -moz-fit-content;
  height: fit-content;
  margin: auto;
  display: inline-block;
}
#inicio .productos-envios .row-01 .productos-categorias .top-title .text h4 {
  color: #333;
  font-family: "Sora";
  font-size: 20px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  letter-spacing: 0.4px;
  text-transform: uppercase;
  margin-bottom: 4px;
}
#inicio .productos-envios .row-01 .productos-categorias .top-title .text p {
  color: #555;
  font-family: "Sora";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.16px;
}
#inicio .productos-envios .row-01 .productos-categorias .info-producto:hover .image {
  border: 1px solid #0000FF !important;
}
#inicio .productos-envios .row-01 .productos-categorias .info-producto:hover .product-text {
  border: 1px solid #D4D4F2;
}
#inicio .productos-envios .row-01 .productos-categorias .info-producto:hover .product-text .descripcion a {
  font-weight: 500 !important;
  color: #333 !important;
}
#inicio .productos-envios .row-01 .productos-categorias .info-producto .top {
  position: relative;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  bottom: -22px;
}
#inicio .productos-envios .row-01 .productos-categorias .info-producto .top .tag-content {
  display: flex;
  flex-direction: column-reverse;
  justify-content: flex-end;
  gap: 7px;
}
#inicio .productos-envios .row-01 .productos-categorias .info-producto .top .tag-content .tag {
  text-align: center;
  font-family: "FiraSans";
  font-size: 11px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.1px;
  border-radius: 10px 0px;
  width: -moz-fit-content;
  width: fit-content;
  padding: 5px 6px;
}
#inicio .productos-envios .row-01 .productos-categorias .info-producto .top .tag-content .tag.oferta {
  background: #FED5D5;
  color: #FF0000;
}
#inicio .productos-envios .row-01 .productos-categorias .info-producto .top .tag-content .tag.new {
  background: #D4D4F2;
  color: #0000FF;
}
#inicio .productos-envios .row-01 .productos-categorias .info-producto .top .tag-content .tag.stock {
  background: #E9E9E9;
  color: #6B6B6B;
}
#inicio .productos-envios .row-01 .productos-categorias .info-producto .top .image {
  background: #fff;
  height: 120px;
  width: 120px;
  padding: 6px;
  border-radius: 20px;
  border: 1px solid #CCCCCC;
  box-shadow: 0px 3.78px 3.78px 0px rgba(163, 163, 163, 0.25);
  position: relative;
  bottom: -26px;
  right: 16px;
  transition: all 0.3s ease-in-out;
}
#inicio .productos-envios .row-01 .productos-categorias .info-producto .top .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  margin: auto;
  display: block;
  transition: all 0.3s ease-in-out;
}
#inicio .productos-envios .row-01 .productos-categorias .info-producto .product-text {
  padding: 16px;
  padding-top: 47px;
  border-radius: 20px;
  box-shadow: 0px 1px 8px 0px rgba(110, 110, 110, 0.1);
  background: #f8f8f8;
  transition: all 0.3s ease-in-out;
  border: 1px solid transparent;
}
#inicio .productos-envios .row-01 .productos-categorias .info-producto .product-text .middle {
  margin-bottom: 8px;
}
#inicio .productos-envios .row-01 .productos-categorias .info-producto .product-text .middle .marca a,
#inicio .productos-envios .row-01 .productos-categorias .info-producto .product-text .middle .descripcion a {
  text-decoration: none;
  color: #0000FF;
  font-family: "FiraSans";
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  transition: all 0.3s ease-in-out;
}
#inicio .productos-envios .row-01 .productos-categorias .info-producto .product-text .middle .marca {
  margin-bottom: 8px;
  min-height: 18px;
}
#inicio .productos-envios .row-01 .productos-categorias .info-producto .product-text .middle .marca a {
  font-weight: 500;
}
#inicio .productos-envios .row-01 .productos-categorias .info-producto .product-text .middle .descripcion {
  min-height: 36px;
}
#inicio .productos-envios .row-01 .productos-categorias .info-producto .product-text .middle .descripcion a {
  color: #555;
  font-size: 14px;
  width: 100%;
  display: -webkit-box;
  line-clamp: 2;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  text-transform: none;
}
#inicio .productos-envios .row-01 .productos-categorias .info-producto .product-text .bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#inicio .productos-envios .row-01 .productos-categorias .info-producto .product-text .bottom .precio {
  min-height: 45px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
#inicio .productos-envios .row-01 .productos-categorias .info-producto .product-text .bottom .precio .precio-actual {
  color: #333;
  font-family: "FiraSans";
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
#inicio .productos-envios .row-01 .productos-categorias .info-producto .product-text .bottom .precio.oferta {
  display: flex;
  flex-direction: column;
  gap: 2px;
}
#inicio .productos-envios .row-01 .productos-categorias .info-producto .product-text .bottom .precio.oferta .precio-anterior {
  font-family: "FiraSans";
  font-size: 16px;
  font-weight: 400;
  text-decoration: line-through;
}
#inicio .productos-envios .row-01 .productos-categorias .info-producto .product-text .bottom .precio.oferta .precio-actual {
  color: #FF0000;
}
#inicio .productos-envios .row-01 .productos-categorias .info-producto .product-text .bottom .btn-comprar {
  margin-left: auto;
}
#inicio .productos-envios .row-01 .productos-categorias .info-producto .product-text .bottom .btn-comprar a {
  padding: 10px 16px;
  border-radius: 4px;
  border: 1px solid #555;
  background: #fff;
  display: block;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
#inicio .productos-envios .row-01 .productos-categorias .info-producto .product-text .bottom .btn-comprar a i::before {
  content: "+";
  font-size: 22px;
  width: 12px;
  height: 20px;
  margin: auto;
  display: block;
  position: relative;
  color: #333;
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: center;
}
#inicio .productos-envios .row-01 .productos-categorias .info-producto .product-text .bottom .btn-comprar a:hover {
  background: #0000FF;
  border-color: transparent;
}
#inicio .productos-envios .row-01 .productos-categorias .info-producto .product-text .bottom .btn-comprar a:hover i::before {
  color: #fff;
}
#inicio .productos-envios .row-02 .envio-gratis {
  padding: 21px 0 24px !important;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: #FED5D5;
  border-radius: 20px;
  border: 1px solid #FFEDD5;
  position: relative;
  overflow: hidden;
}
#inicio .productos-envios .row-02 .envio-gratis::before, #inicio .productos-envios .row-02 .envio-gratis::after {
  position: absolute;
  display: block;
  height: 100%;
}
#inicio .productos-envios .row-02 .envio-gratis::before {
  content: url("../img/inicio/envio1.png");
  left: -2px;
}
#inicio .productos-envios .row-02 .envio-gratis::after {
  content: url("../img/inicio/envio2.png");
  right: -2px;
}
@media (max-width:991px) {
  #inicio .productos-envios .row-02 .envio-gratis::after {
    display: none;
  }
}
#inicio .productos-envios .row-02 .envio-gratis h2 {
  color: #333;
  font-family: "Sora";
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.1px;
  z-index: 1;
}
#inicio .productos-envios .row-02 .envio-gratis h2 span {
  color: #FF0000;
}
#inicio .productos-envios .row-02 .envio-gratis p {
  color: #555;
  font-family: "FiraSans";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.32px;
  z-index: 1;
}
#inicio #three-column-layout .content > .row {
  justify-content: center;
  width: 100%;
  margin: 0;
}
@media (max-width:991px) {
  #inicio #three-column-layout .content > .row {
    flex-direction: column;
    align-items: center;
  }
  #inicio #three-column-layout .content > .row > .column-left {
    order: 3;
    padding: 0 10px;
    margin-bottom: 80px;
  }
  #inicio #three-column-layout .content > .row > .column-center {
    order: 1;
    margin-bottom: 50px;
  }
  #inicio #three-column-layout .content > .row > .column-right {
    order: 2;
    padding: 0 10px;
    margin-bottom: 50px;
  }
}
#inicio #three-column-layout .column-left,
#inicio #three-column-layout .column-right {
  flex: 1;
  max-width: var(--width-asides);
  padding: 0;
}
#inicio #three-column-layout .column-center {
  flex: 1;
  max-width: 100%;
  padding: 0;
}
#inicio #three-column-layout .column-center .search-container {
  padding: 0;
  margin-bottom: 16px;
  display: none;
}
@media (max-width:991px) {
  #inicio #three-column-layout .column-center .search-container {
    display: block;
  }
  #inicio #three-column-layout .column-center .search-container .input-group input {
    padding: 15px 14px 15px 14px;
  }
}
#inicio #loctite {
  border: 2px solid #FF0000;
}
#inicio #wd {
  border: 2px solid #FF0000;
}
#inicio #wd .side-banner-container .side-banner-text-container {
  top: 80%;
}

#restablecer-clave, #alta {
  background-color: #F0F0F0;
}
#restablecer-clave main, #alta main {
  min-height: 525px;
  position: relative;
}
#restablecer-clave footer#footer, #alta footer#footer {
  margin: 0;
}
#restablecer-clave #usuario-info, #alta #usuario-info {
  margin-bottom: 0.875rem;
}
#restablecer-clave #usuario-info > p, #alta #usuario-info > p {
  text-align: center;
  margin-bottom: 0;
}
#restablecer-clave #usuario-info > p :first-child, #alta #usuario-info > p :first-child {
  margin-bottom: 0.25rem;
}
#restablecer-clave #usuario-info > p strong, #alta #usuario-info > p strong {
  color: #0000FF;
  font-family: "FiraSans";
  font-size: 14px;
  font-weight: 700;
  line-height: 18px;
  letter-spacing: 0em;
  text-align: center;
  margin-bottom: 13px;
}
#restablecer-clave #usuario-info > p span, #alta #usuario-info > p span {
  font-family: "FiraSans";
  font-size: 14px;
  font-weight: 500;
  line-height: 18px;
  letter-spacing: 0em;
  text-align: center;
}
#restablecer-clave #usuario-info + p, #alta #usuario-info + p {
  color: #0000FF;
  font-family: "FiraSans";
  font-size: 14px;
  font-weight: 500;
  line-height: 18px;
  letter-spacing: 0em;
  text-align: center;
  text-decoration: underline;
  margin-bottom: 13px;
}
#restablecer-clave #container-form, #alta #container-form {
  position: absolute;
  z-index: 1;
  background: #fff;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  max-width: 500px;
  border-radius: 4px;
}
#restablecer-clave #container-form > div, #alta #container-form > div {
  padding: 34px;
}
#restablecer-clave #container-form > div h1, #alta #container-form > div h1 {
  text-align: center;
  color: #FF0000;
  font-family: "FiraSans";
  font-size: 24px;
  font-weight: 700;
  line-height: 31px;
  letter-spacing: 0em;
  margin-bottom: 1rem;
}
#restablecer-clave #container-form > div h1 + p, #alta #container-form > div h1 + p {
  color: #0000FF;
  font-family: "FiraSans";
  font-size: 14px;
  font-weight: 500;
  line-height: 18px;
  letter-spacing: 0em;
  text-align: center;
  margin-bottom: 13px;
}
#restablecer-clave #container-form > div form, #alta #container-form > div form {
  width: 100%;
  max-width: 242px;
  margin: 0 auto;
}
#restablecer-clave #container-form > div form .form-group, #alta #container-form > div form .form-group {
  position: relative;
}
#restablecer-clave #container-form > div form .form-group::before, #alta #container-form > div form .form-group::before {
  font-family: "ferrenor-icon";
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
  color: #9A9A9A;
}
#restablecer-clave #container-form > div form .form-group:first-child, #alta #container-form > div form .form-group:first-child {
  margin-bottom: 1rem;
}
#restablecer-clave #container-form > div form .form-group:first-child::before, #alta #container-form > div form .form-group:first-child::before {
  content: "\e914";
}
#restablecer-clave #container-form > div form .form-group:nth-child(2), #alta #container-form > div form .form-group:nth-child(2) {
  margin-bottom: 1rem;
}
#restablecer-clave #container-form > div form .form-group:nth-child(2)::before, #alta #container-form > div form .form-group:nth-child(2)::before {
  content: "\e914";
}
#restablecer-clave #container-form > div form .form-group input, #alta #container-form > div form .form-group input {
  width: 100%;
  padding: 10px 16px 10px 32px;
  background: #F4F8F5;
  color: #9A9A9A;
  font-family: "FiraSans";
  font-size: 13px;
  font-weight: 500;
  line-height: 17px;
  letter-spacing: 0em;
  border: none;
}
#restablecer-clave #container-form > div form button[type=submit], #alta #container-form > div form button[type=submit] {
  padding: 12px;
  background-color: #FF0000;
  background-image: url("../img/boton-entrar.svg");
  font-family: "FiraSans";
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  line-height: 18px;
  letter-spacing: 0em;
  text-align: center;
  display: block;
  width: 100%;
  max-width: 160px;
  margin: 0 auto;
  border: none;
  text-transform: uppercase;
  margin-bottom: 1rem;
  border-radius: 2px;
}
#restablecer-clave #container-form > div form button[type=submit] + a, #alta #container-form > div form button[type=submit] + a {
  font-family: "FiraSans";
  color: #656565;
  font-size: 14px;
  font-weight: 600;
  line-height: 18px;
  letter-spacing: 0em;
  text-align: center;
  width: 100%;
  text-align: center;
  display: block;
}
#restablecer-clave #container-form .errors, #alta #container-form .errors {
  margin: 1rem auto;
}
#restablecer-clave div.output-msg > p, #alta div.output-msg > p {
  color: #0000FF;
  font-family: "FiraSans";
  font-size: 14px;
  font-weight: 500;
  line-height: 18px;
  letter-spacing: 0em;
  text-align: center;
  margin-bottom: 13px;
  padding: 0px 8px;
}

#contacto {
  background-color: #FAF5ED;
}
@media (max-width:991px) {
  #contacto .title-page {
    display: none;
  }
}
#contacto footer#footer {
  margin-top: 0;
}
#contacto #contacto-content {
  padding-top: 2.5rem;
  background-color: #FAF5ED;
}
#contacto #contacto-content h2 {
  width: 100%;
  max-width: 460px;
  font-family: "FiraSans";
  color: #0000FF;
  font-size: 64px;
  font-weight: 700;
  line-height: 83px;
  letter-spacing: 0em;
  text-align: left;
  margin-bottom: 1rem;
}
@media (max-width:991px) {
  #contacto #contacto-content h2 {
    font-size: 36px;
    font-weight: 700;
    line-height: 43px;
    letter-spacing: 0em;
    text-align: left;
    margin-bottom: 2rem;
    max-width: 250px;
  }
}
#contacto #contacto-content h2 + p {
  font-family: "FiraSans";
  color: #0000FF;
  font-size: 30px;
  font-weight: 400;
  line-height: 40px;
  letter-spacing: 0em;
  text-align: left;
  margin-bottom: 2.375rem;
}
@media (max-width:991px) {
  #contacto #contacto-content h2 + p {
    font-size: 18px;
    font-weight: 400;
    line-height: 23px;
    letter-spacing: 0em;
    text-align: left;
    margin-bottom: 2rem;
  }
}
#contacto #contacto-content ul {
  padding: 0;
  margin: 0;
}
#contacto #contacto-content ul li {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  font-family: "FiraSans";
  color: #0000FF;
  font-size: 15px;
  font-weight: 600;
  line-height: 20px;
  letter-spacing: 0.03em;
  text-align: left;
  margin-bottom: 1rem;
}
@media (max-width:991px) {
  #contacto #contacto-content ul li {
    flex-direction: column;
    align-items: flex-start;
  }
}
#contacto #contacto-content ul li span:first-child {
  flex: 0 1 auto;
  display: inline-block;
  margin-right: 8px;
}
#contacto #contacto-content ul li span:first-child + span {
  font-family: "FiraSans";
  color: #656565;
  font-size: 16px;
  font-weight: 600;
  line-height: 21px;
  letter-spacing: 0.03em;
  text-align: left;
  display: inline-block;
  margin-right: 8px;
}
#contacto #contacto-content ul li span[class^=icon-]::before {
  color: #656565 !important;
}
#contacto #contacto-content ul li .field {
  display: flex;
  align-items: center;
}
@media (max-width:991px) {
  #contacto #contacto-content ul li .field {
    margin-bottom: 6px;
  }
}
#contacto #contacto-content .container {
  max-width: 1600px;
  margin-top: 1.875rem;
}
#contacto #contacto-content #contactos {
  border-top: 1px solid #D9D9D9;
  margin-top: 41px;
  padding-top: 24px;
}
#contacto #contacto-content #contactos > h2 {
  color: #0000FF;
  font-family: "FiraSans";
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
#contacto #contacto-content #contactos .contacto-container > p:first-child {
  color: #656565;
  font-family: "FiraSans";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.48px;
  margin-bottom: 4px;
}
#contacto #contacto-content #contactos .contacto-container > p:last-child span {
  display: inline-block;
  color: #0000FF;
  font-family: "FiraSans";
  font-size: 15px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0.45px;
}
#contacto #contacto-content #contactos .contacto-container > p:last-child span.nombre-contacto {
  color: #FF0000;
}
#contacto #contacto-content #contactos .contacto-container > p:last-child span.separador-contacto {
  color: #656565;
  margin: 0px 8px;
}
#contacto #contacto-content #map-container {
  margin-top: 6rem;
}
#contacto #contacto-content #map-container > iframe {
  height: 600px;
}
#contacto #contacto-form {
  margin-top: 4.1875rem;
}

#marcas #marcas-content {
  padding-top: 2.5rem;
  max-width: 1420px;
  margin: 0 auto 84px;
}
@media (max-width:991px) {
  #marcas #marcas-content {
    padding: 0 10px;
  }
}
#marcas #marcas-content .top-miga-titulo {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 36px;
}
@media (max-width:991px) {
  #marcas #marcas-content .top-miga-titulo {
    margin: 16px 0 22px;
  }
}
#marcas #marcas-content .top-miga-titulo h1 {
  color: #333;
  font-family: "Sora";
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  /* 90% */
  letter-spacing: 0.1px;
  text-transform: uppercase;
  margin: 0;
}
#marcas #marcas-content .search-container {
  padding: 24px;
  border-radius: 20px;
  border: unset;
  background: #fff;
  margin: 0 0 20px;
}
@media (max-width:576px) {
  #marcas #marcas-content .search-container {
    padding: 12px;
    border-radius: 8px;
  }
}
#marcas #marcas-content .search-container .input-group {
  padding: 16px 20px;
  border: 1px solid #333;
  background: #fff;
  border-radius: 0;
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: nowrap;
  transition: all 0.3s ease-in-out;
}
#marcas #marcas-content .search-container .input-group:hover {
  background: #EFEFEF;
}
#marcas #marcas-content .search-container .input-group:focus-within {
  background: #ECF0FE;
}
#marcas #marcas-content .search-container .input-group::before {
  font-family: "icomoon";
  content: "\e913";
}
#marcas #marcas-content .search-container .input-group input {
  border: none;
  background: none;
  outline: none;
  padding: 0;
}
#marcas #marcas-content .search-container .input-group input::-moz-placeholder {
  color: #333;
  font-family: "FiraSans";
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
#marcas #marcas-content .search-container .input-group input, #marcas #marcas-content .search-container .input-group input::placeholder {
  color: #333;
  font-family: "FiraSans";
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
#marcas #marcas-content #marca-list-container {
  padding: 24px;
  border-radius: 20px;
  background: #fff;
}
@media (max-width:576px) {
  #marcas #marcas-content #marca-list-container {
    padding: 12px;
    border-radius: 8px;
  }
}
#marcas #marcas-content #marca-list-container #marca-list {
  grid-template-columns: repeat(auto-fill, minmax(110px, 1fr));
  gap: 36px;
  padding: 0;
}
@media (max-width:576px) {
  #marcas #marcas-content #marca-list-container #marca-list {
    grid-template-columns: repeat(auto-fill, minmax(100px, 1fr));
    gap: 12px 8px;
  }
}
#marcas #marcas-content #marca-list-container #marca-list > li {
  flex-direction: column;
  width: 100%;
}
#marcas #marcas-content #marca-list-container #marca-list > li .imagen-marca-container {
  width: 100%;
  height: 80px;
  border-radius: 10px 10px 0 0;
  box-shadow: unset;
}
#marcas #marcas-content #marca-list-container #marca-list > li > a {
  border-radius: 0 0 10px 10px;
  width: 100%;
  margin: 0;
}
#marcas #marcas-content #marca-list-container #marca-list > li > a .marca {
  width: auto;
}
#catalogos #descarga-catalogos {
  padding: 0;
  padding-top: 2.5rem;
  max-width: 1420px;
  margin: 0 auto 84px;
}
@media (max-width: 1680px) {
  #catalogos #descarga-catalogos {
    padding: 2.5rem 16px 0;
  }
}
@media (max-width:991px) {
  #catalogos #descarga-catalogos {
    padding: 0 10px;
  }
}
#catalogos #descarga-catalogos .top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 36px;
}
@media (max-width:991px) {
  #catalogos #descarga-catalogos .top {
    margin: 16px 0 22px;
  }
}
#catalogos #descarga-catalogos .top h4 {
  margin: 0;
  color: #333;
  font-family: "Sora";
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  /* 90% */
  letter-spacing: 0.1px;
  text-transform: uppercase;
}
#catalogos #descarga-catalogos .catalogos-parent #catalogos-container .search-container {
  padding: 24px;
  border-radius: 20px;
  border: unset;
  background: #fff;
  margin: 0 0 20px;
}
@media (max-width:576px) {
  #catalogos #descarga-catalogos .catalogos-parent #catalogos-container .search-container {
    padding: 12px;
    border-radius: 8px;
  }
}
#catalogos #descarga-catalogos .catalogos-parent #catalogos-container .search-container .input-group {
  padding: 16px 20px;
  border: 1px solid #333;
  background: #fff;
  border-radius: 0;
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: nowrap;
  transition: all 0.3s ease-in-out;
}
#catalogos #descarga-catalogos .catalogos-parent #catalogos-container .search-container .input-group:hover {
  background: #EFEFEF;
}
#catalogos #descarga-catalogos .catalogos-parent #catalogos-container .search-container .input-group:focus-within {
  background: #ECF0FE;
}
#catalogos #descarga-catalogos .catalogos-parent #catalogos-container .search-container .input-group::before {
  font-family: "icomoon";
  content: "\e913";
}
#catalogos #descarga-catalogos .catalogos-parent #catalogos-container .search-container .input-group input {
  border: none;
  background: none;
  outline: none;
  padding: 0;
}
#catalogos #descarga-catalogos .catalogos-parent #catalogos-container .search-container .input-group input::-moz-placeholder {
  color: #333;
  font-family: "FiraSans";
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
#catalogos #descarga-catalogos .catalogos-parent #catalogos-container .search-container .input-group input, #catalogos #descarga-catalogos .catalogos-parent #catalogos-container .search-container .input-group input::placeholder {
  color: #333;
  font-family: "FiraSans";
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
#catalogos #descarga-catalogos .catalogos-parent #catalogos-container #marca-list-container {
  padding: 24px;
  border-radius: 20px;
  background: #fff;
}
@media (max-width:576px) {
  #catalogos #descarga-catalogos .catalogos-parent #catalogos-container #marca-list-container {
    padding: 12px;
    border-radius: 8px;
  }
}
#catalogos #descarga-catalogos .catalogos-parent #catalogos-container #marca-list-container #marca-list {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(198px, 1fr));
  gap: 36px;
  padding: 0;
}
@media (max-width:991px) {
  #catalogos #descarga-catalogos .catalogos-parent #catalogos-container #marca-list-container #marca-list {
    grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
    gap: 14px;
  }
}
@media (max-width:767px) {
  #catalogos #descarga-catalogos .catalogos-parent #catalogos-container #marca-list-container #marca-list {
    grid-template-columns: repeat(auto-fill, minmax(170px, 1fr));
    gap: 12px;
  }
}
@media (max-width:576px) {
  #catalogos #descarga-catalogos .catalogos-parent #catalogos-container #marca-list-container #marca-list {
    gap: 8px;
    grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
  }
}
#catalogos #descarga-catalogos .catalogos-parent #catalogos-container #marca-list-container #marca-list li {
  padding: 12px 20px;
  background: #fff;
  border-radius: 8px;
  box-shadow: 0px 1px 10px 0px rgba(164, 171, 198, 0.42);
  margin: 0 auto;
  max-width: 198px;
  width: 100%;
}
@media (max-width:576px) {
  #catalogos #descarga-catalogos .catalogos-parent #catalogos-container #marca-list-container #marca-list li {
    padding: 12px;
  }
}
#catalogos #descarga-catalogos .catalogos-parent #catalogos-container #marca-list-container #marca-list li .folleto-container > .content {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-bottom: 14px;
}
#catalogos #descarga-catalogos .catalogos-parent #catalogos-container #marca-list-container #marca-list li .folleto-container > .content h2 {
  color: #CCCCCC;
  font-family: "Sora";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 16px;
  /* 100% */
  letter-spacing: -0.32px;
  text-transform: uppercase;
}
#catalogos #descarga-catalogos .catalogos-parent #catalogos-container #marca-list-container #marca-list li .folleto-container > .content img {
  height: 224px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 8px;
}
#catalogos #descarga-catalogos .catalogos-parent #catalogos-container #marca-list-container #marca-list li .folleto-container > a {
  color: #333;
  font-family: "FiraSans";
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 18px;
  /* 128.571% */
  letter-spacing: -0.14px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  text-decoration: unset;
  transition: all 0.3s ease-in-out;
}
#catalogos #descarga-catalogos .catalogos-parent #catalogos-container #marca-list-container #marca-list li .folleto-container > a::after {
  transition: all 0.3s ease-in-out;
  position: relative;
  font-family: "icomoon";
  content: "\e902";
}
#catalogos #descarga-catalogos .catalogos-parent #catalogos-container #marca-list-container #marca-list li .folleto-container > a:hover {
  color: #0000FF;
}
#catalogos #descarga-catalogos .catalogos-parent #catalogos-container #marca-list-container #marca-list li .folleto-container > a:hover::after {
  color: #0000FF;
}

#descargas {
  background-color: #FEFEFE;
}
#descargas #descargas-content {
  padding-top: 2.5rem;
  background-color: #FEFEFE;
}
#descargas #elements-grid-container {
  overflow: visible;
}
#descargas #elements-grid-container element {
  flex: 0 1 auto;
  width: auto;
  width: 100%;
  max-width: 223px;
  border: 2px solid #F0F0F0;
  padding: 18px;
  max-height: unset;
  margin-bottom: 16px;
  margin-right: 16px;
  margin-left: 16px;
  background: #F8F8F8;
  border-radius: 2px;
}
#descargas #elements-grid-container element .folleto-container {
  background: #F8F8F8;
  padding: 5px 16px 5px 16px;
  max-width: 224px;
  width: 100%;
}
#descargas #elements-grid-container element .folleto-container .content {
  min-height: 55px;
}
#descargas #elements-grid-container element .folleto-container .content .download-btn {
  border: 1.5px solid #F0F0F0;
}

#about {
  background-color: #FAF5ED;
}
@media (max-width:991px) {
  #about .title-page {
    display: none;
  }
}
@media (max-width:991px) {
  #about #breadrcrumb-container {
    display: none;
  }
}
#about #footer {
  margin-top: 0;
}
#about #about-content {
  padding-top: 2.5rem;
  background-color: #FAF5ED;
  margin-bottom: 16rem;
}
@media (max-width:991px) {
  #about #about-content .container {
    padding: 0;
  }
  #about #about-content .container > .row > div {
    padding: 0;
  }
  #about #about-content .container > .row > div:first-child {
    order: 2;
  }
  #about #about-content .container > .row > div:last-child {
    order: 1;
  }
}
@media (max-width:991px) {
  #about #about-content #historia {
    padding: 0 18px;
  }
}
#about #about-content #historia div {
  display: flex;
  align-items: center;
}
#about #about-content #historia div #btn-contacto {
  background: #FF0000;
  border: 2px solid #FF0000;
  font-family: "FiraSans";
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 17px;
  letter-spacing: 0em;
  text-align: left;
  color: #fff;
  padding: 6px 16px;
  border-radius: 2px;
  text-decoration: none;
  flex: 0 1 auto;
  width: 100%;
  max-width: 165px;
  font-size: 16px;
  font-weight: 600;
  line-height: 21px;
  letter-spacing: 0px;
  text-align: center;
  margin-right: 26px;
}
#about #about-content #historia div #btn-contacto:hover {
  color: #333333;
  border: 2px solid #FF0000;
  background-color: #fff;
}
#about #about-content #historia div #btn-productos {
  background: #FF0000;
  border: 2px solid #FF0000;
  font-family: "FiraSans";
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 17px;
  letter-spacing: 0em;
  text-align: left;
  color: #fff;
  padding: 6px 16px;
  border-radius: 2px;
  text-decoration: none;
  flex: 0 1 auto;
  width: 100%;
  max-width: 165px;
  font-size: 16px;
  font-weight: 600;
  line-height: 21px;
  letter-spacing: 0px;
  background-color: #0000FF;
  border-color: #0000FF;
  text-align: center;
}
#about #about-content #historia div #btn-productos:hover {
  color: #333333;
  border: 2px solid #FF0000;
  background-color: #fff;
}
#about #about-content h2 {
  width: 100%;
  font-family: "FiraSans";
  color: #0000FF;
  font-size: 38px;
  font-weight: 700;
  line-height: 49px;
  letter-spacing: 0em;
  text-align: left;
  margin-bottom: 2rem;
  margin-top: 1.875rem;
}
@media (max-width:991px) {
  #about #about-content h2 {
    font-size: 36px;
    font-weight: 700;
    line-height: 43px;
    letter-spacing: 0em;
    text-align: left;
  }
}
#about #about-content p {
  font-family: "FiraSans";
  color: #656565;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: 0px;
  text-align: left;
}
#about #about-content p:not(:last-child) {
  margin-bottom: 2rem;
}
#about #about-content #imagen-empresa {
  margin: 0 auto;
  width: 100%;
  max-width: 525px;
  position: relative;
}
#about #about-content #imagen-empresa img {
  width: 100%;
}
#about #about-content #imagen-empresa #notacion-imagen {
  position: absolute;
  bottom: -115px;
  right: 0px;
  padding: 40px 48px;
  background-color: #fff;
  width: 100%;
  max-width: 376px;
}
@media (max-width:991px) {
  #about #about-content #imagen-empresa #notacion-imagen {
    position: unset;
    max-width: 100%;
    margin-bottom: 3.0625rem;
  }
}
#about #about-content #imagen-empresa #notacion-imagen h3 {
  font-family: "FiraSans";
  color: #0000FF;
  font-size: 24px;
  font-weight: 700;
  line-height: 29px;
  letter-spacing: 0px;
  text-align: left;
  margin-bottom: 10px;
}
#about #about-content #imagen-empresa #notacion-imagen h3 + p {
  font-family: "FiraSans";
  color: #FF0000;
  font-size: 18px;
  font-weight: 400;
  line-height: 25px;
  letter-spacing: 0px;
  text-align: left;
  margin-bottom: 1.5rem;
}
#about #about-content #imagen-empresa #notacion-imagen p {
  font-family: "FiraSans";
  color: #656565;
  font-size: 18px;
  font-weight: 400;
  line-height: 25px;
  letter-spacing: 0px;
  text-align: left;
  margin-bottom: 0;
}

#politicas-page {
  background-color: #FAF5ED;
}
#politicas-page #content-politica {
  padding-top: 2.5rem;
}
@media (max-width:991px) {
  #politicas-page #content-politica > .container-fluid {
    padding: 0 16px;
  }
}
#politicas-page #content-politica p, #politicas-page #content-politica h1, #politicas-page #content-politica ul, #politicas-page #content-politica li, #politicas-page #content-politica a, #politicas-page #content-politica td, #politicas-page #content-politica tr {
  font-family: "Mada", sans-serif;
}
#politicas-page #content-politica .title {
  font-weight: 700;
  text-decoration: underline;
}
#politicas-page #content-politica .title-2 {
  font-weight: 700;
}
#politicas-page #content-politica a {
  color: #B51C1C;
  font-weight: 600;
}

#mantenimeinto {
  /* Custom default button */
  /*
   * Base structure
   */
  /*
   * Header
   */
}
#mantenimeinto .btn-secondary,
#mantenimeinto .btn-secondary:hover,
#mantenimeinto .btn-secondary:focus {
  color: #fff;
  text-shadow: none; /* Prevent inheritance from `body` */
}
#mantenimeinto * {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
#mantenimeinto body {
  margin: 0;
}
#mantenimeinto .logo {
  text-align: center;
  margin-top: 8px;
}
#mantenimeinto .logo-img {
  width: 100%;
}
#mantenimeinto img.icon {
  padding-right: 9px;
}
#mantenimeinto .except {
  margin-right: 0px;
}
#mantenimeinto .fondo-img {
  width: 100%;
}
#mantenimeinto .nav-masthead .nav-link {
  padding: 0.25rem 0;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.5);
  background-color: transparent;
  border-bottom: 0.25rem solid transparent;
}
#mantenimeinto .nav-masthead .nav-link:hover,
#mantenimeinto .nav-masthead .nav-link:focus {
  border-bottom-color: rgba(255, 255, 255, 0.25);
}
#mantenimeinto .nav-masthead .nav-link + .nav-link {
  margin-left: 1rem;
}
#mantenimeinto .nav-masthead .active {
  color: #fff;
  border-bottom-color: #fff;
}
#mantenimeinto .bd-placeholder-img {
  font-size: 1.125rem;
  text-anchor: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
@media (min-width: 768px) {
  #mantenimeinto .bd-placeholder-img-lg {
    font-size: 3.5rem;
  }
}
#mantenimeinto .texto {
  text-align: center;
  position: relative;
}
@media (max-width: 597px) {
  #mantenimeinto .texto {
    padding-top: 108px;
  }
}
@media (max-width: 920px) and (min-width: 598px) {
  #mantenimeinto .texto {
    padding-top: 80px;
  }
}
@media (max-width: 720px) and (min-width: 598px) {
  #mantenimeinto .texto {
    padding-top: 0px;
  }
}
#mantenimeinto .titulo {
  font-family: "Libre Franklin", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 42px;
  line-height: 51px;
  text-align: center;
  text-transform: uppercase;
  color: #333333;
  margin-bottom: 0px;
  margin-top: 56px;
}
@media (max-width: 597px) {
  #mantenimeinto .titulo {
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 22px;
    text-align: center;
    text-transform: uppercase;
    color: #333333;
    margin-bottom: 0px;
    margin-top: 23px;
  }
}
@media (max-width: 720px) and (min-width: 598px) {
  #mantenimeinto .titulo {
    font-size: 32px;
    line-height: 34px;
  }
}
#mantenimeinto .grande {
  font-family: "Libre Franklin", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 62px;
  line-height: 75px;
  text-align: center;
  text-transform: uppercase;
  color: #E82929;
  margin-top: 8px;
  margin-bottom: 75px;
}
@media (max-width: 597px) {
  #mantenimeinto .grande {
    font-weight: 700;
    font-size: 32px;
    line-height: 34px;
    text-align: center;
    text-transform: uppercase;
    color: #E82929;
    margin-top: 8px;
    margin-bottom: 61px;
  }
}
@media (max-width: 720px) and (min-width: 598px) {
  #mantenimeinto .grande {
    font-size: 48px;
    line-height: 52px;
    margin-bottom: 36px;
  }
}
@media (max-width: 1200px) and (min-width: 920px) {
  #mantenimeinto .grande {
    margin-bottom: 18px;
  }
}
#mantenimeinto .primer {
  font-family: "Libre Franklin", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 28px;
  line-height: 34px;
  letter-spacing: 0.03em;
  color: #E82929;
  margin-top: 0px;
  margin-bottom: 0px;
}
@media (max-width: 597px) {
  #mantenimeinto .primer {
    font-family: "Libre Franklin", sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 21px;
    letter-spacing: 0.03em;
    color: #E82929;
    margin-top: 0px;
    margin-bottom: 0px;
  }
}
@media (max-width: 720px) and (min-width: 598px) {
  #mantenimeinto .primer {
    font-size: 21px;
    line-height: 24px;
  }
}
#mantenimeinto .segundo {
  font-family: "Libre Franklin", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 32px;
  line-height: 39px;
  text-align: center;
  color: #333333;
  margin-top: 15px;
}
@media (max-width: 597px) {
  #mantenimeinto .segundo {
    font-family: "Libre Franklin", sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
    text-align: center;
    color: #333333;
    margin-top: 8px;
  }
}
@media (max-width: 720px) and (min-width: 598px) {
  #mantenimeinto .segundo {
    font-size: 24px;
    line-height: 26px;
  }
}
#mantenimeinto ul {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: center;
  position: relative;
  bottom: 56px;
  vertical-align: middle;
  justify-content: center;
}
@media (max-width: 597px) and (min-width: 421px) {
  #mantenimeinto ul {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    position: relative;
    bottom: 21px;
    vertical-align: middle;
    justify-content: center;
    padding-left: 7px;
  }
}
@media (max-width: 420px) {
  #mantenimeinto ul {
    bottom: 18px;
  }
}
@media (max-width: 920px) and (min-width: 721px) {
  #mantenimeinto ul {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    position: relative;
    bottom: 32px;
    vertical-align: middle;
    justify-content: center;
  }
}
@media (max-width: 1200px) and (min-width: 920px) {
  #mantenimeinto ul {
    bottom: 41px;
  }
}
@media (max-width: 1400px) and (min-width: 1200px) {
  #mantenimeinto ul {
    bottom: 45px;
  }
}
@media (max-width: 720px) and (min-width: 598px) {
  #mantenimeinto ul {
    bottom: 27px;
  }
}
#mantenimeinto li {
  display: flex;
  text-decoration: none;
  margin-right: 168px;
  font-family: "Libre Franklin", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 15px;
  line-height: 18px;
  letter-spacing: 0.03em;
  color: #333333;
}
@media (max-width: 597px) {
  #mantenimeinto li {
    display: flex;
    text-decoration: none;
    margin-right: 5px;
    font-family: "Libre Franklin", sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 8px;
    line-height: 9px;
    letter-spacing: 0.03em;
    color: #333333;
  }
}
@media (max-width: 920px) and (min-width: 721px) {
  #mantenimeinto li {
    display: flex;
    text-decoration: none;
    margin-right: 24px;
    font-family: "Libre Franklin", sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 15px;
    line-height: 16px;
    letter-spacing: 0.03em;
    color: #333333;
  }
}
@media (max-width: 720px) and (min-width: 598px) {
  #mantenimeinto li {
    display: flex;
    text-decoration: none;
    margin-right: 24px;
    font-family: "Libre Franklin", sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 12px;
    line-height: 13px;
    letter-spacing: 0.03em;
    color: #333333;
  }
}
@media (max-width: 1200px) and (min-width: 920px) {
  #mantenimeinto li {
    margin-right: 95px;
  }
}
#mantenimeinto .icon-arroba {
  width: 100%;
  height: 16px;
  padding-right: 9px;
}
@media (max-width: 597px) {
  #mantenimeinto .icon-arroba {
    height: 8px;
    padding-right: 3px;
  }
}
@media (max-width: 720px) and (min-width: 598px) {
  #mantenimeinto .icon-arroba {
    padding-right: 5px;
    height: 12px;
  }
}
@media (max-width: 920px) and (min-width: 721px) {
  #mantenimeinto .icon-arroba {
    padding-right: 6px;
    height: 16px;
  }
}
#mantenimeinto .icon-direccion {
  padding-right: 9px;
  height: 16px;
}
@media (max-width: 597px) {
  #mantenimeinto .icon-direccion {
    height: 8px;
    padding-right: 3px;
  }
}
@media (max-width: 720px) and (min-width: 598px) {
  #mantenimeinto .icon-direccion {
    height: 12px;
    padding-right: 5px;
  }
}
@media (max-width: 920px) and (min-width: 721px) {
  #mantenimeinto .icon-direction {
    padding-right: 6px;
    height: 16px;
  }
}
#mantenimeinto .icon-telf {
  padding-right: 9px;
  height: 16px;
}
@media (max-width: 597px) {
  #mantenimeinto .icon-telf {
    height: 8px;
    padding-right: 3px;
  }
}
@media (max-width: 720px) and (min-width: 598px) {
  #mantenimeinto .icon-telf {
    height: 12px;
    padding-right: 5px;
  }
}
@media (max-width: 920px) and (min-width: 721px) {
  #mantenimeinto .icon-telf {
    padding-right: 6px;
    height: 16px;
  }
}
#mantenimeinto .footer {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 597px) {
  #mantenimeinto .footer {
    margin-top: 0px;
  }
}

#contacto-empleo {
  background-color: #FAF5ED;
}
@media (max-width:991px) {
  #contacto-empleo .title-page {
    display: none;
  }
}
#contacto-empleo footer#footer {
  margin-top: 0;
}
#contacto-empleo #contacto-content {
  padding-top: 2.5rem;
  background-color: #FAF5ED;
}
#contacto-empleo #contacto-content ul {
  padding: 0;
  margin: 0;
}
#contacto-empleo #contacto-content ul li {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  font-family: "FiraSans";
  color: #0000FF;
  font-size: 15px;
  font-weight: 600;
  line-height: 20px;
  letter-spacing: 0.03em;
  text-align: left;
  margin-bottom: 1rem;
}
@media (max-width:991px) {
  #contacto-empleo #contacto-content ul li {
    flex-direction: column;
    align-items: flex-start;
  }
}
#contacto-empleo #contacto-content ul li span:first-child {
  flex: 0 1 auto;
  display: inline-block;
  margin-right: 8px;
}
#contacto-empleo #contacto-content ul li span:first-child + span {
  font-family: "FiraSans";
  color: #656565;
  font-size: 16px;
  font-weight: 600;
  line-height: 21px;
  letter-spacing: 0.03em;
  text-align: left;
  display: inline-block;
  margin-right: 8px;
}
#contacto-empleo #contacto-content ul li span[class^=icon-]::before {
  color: #656565 !important;
}
#contacto-empleo #contacto-content ul li .field {
  display: flex;
  align-items: center;
}
@media (max-width:991px) {
  #contacto-empleo #contacto-content ul li .field {
    margin-bottom: 6px;
  }
}
#contacto-empleo #contacto-content .container {
  max-width: 1600px;
  margin-top: 1.875rem;
}
#contacto-empleo #contacto-content #map-container {
  margin-top: 6rem;
}
#contacto-empleo #contacto-content #map-container > iframe {
  height: 600px;
}
#contacto-empleo #empleo-solicitud-container {
  max-width: 740px;
  margin: 0 auto;
}
#contacto-empleo #empleo-solicitud-container #empleo-header {
  margin-bottom: 1.875rem;
}
#contacto-empleo #empleo-solicitud-container #empleo-header h2 {
  width: 100%;
  font-family: "FiraSans";
  color: #0000FF;
  font-size: 64px;
  font-weight: 700;
  line-height: 83px;
  letter-spacing: 0em;
  text-align: center;
  margin-bottom: 1rem;
}
@media (max-width:991px) {
  #contacto-empleo #empleo-solicitud-container #empleo-header h2 {
    font-size: 36px;
    font-weight: 700;
    line-height: 43px;
    letter-spacing: 0em;
    margin-bottom: 2rem;
  }
}
#contacto-empleo #empleo-solicitud-container #empleo-header h2 + p {
  font-family: "FiraSans";
  color: #FF0000;
  font-size: 30px;
  font-weight: 500;
  line-height: 40px;
  letter-spacing: 0em;
  text-align: center;
  margin-bottom: 0.75rem;
}
@media (max-width:991px) {
  #contacto-empleo #empleo-solicitud-container #empleo-header h2 + p {
    font-size: 18px;
    font-weight: 400;
    line-height: 23px;
    letter-spacing: 0em;
  }
}
#contacto-empleo #empleo-solicitud-container #empleo-header h2 + p + p {
  font-family: "FiraSans";
  color: #0000FF;
  font-size: 18px;
  font-weight: 500;
  line-height: 21px;
  letter-spacing: 0em;
  text-align: center;
  margin-bottom: 0;
}
#contacto-empleo #empleo-solicitud-container #empleo-header + p {
  font-family: "FiraSans";
  color: #0000FF;
  font-size: 18px;
  font-weight: 600;
  line-height: 20px;
  letter-spacing: 0em;
  text-align: center;
  margin-bottom: 1rem;
}

* {
  outline: none;
}

#preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
}
#preloader #preloader-image {
  opacity: 0.1;
}

#marcas #menu-toggler,
#lista-productos #menu-toggler {
  background: #FF0000;
  color: #fff !important;
}
#marcas #menu-toggler .icon-burger-menu::before,
#lista-productos #menu-toggler .icon-burger-menu::before {
  color: #fff !important;
}

#lista-productos header#header .search-container,
#ficha-producto header#header .search-container {
  display: none;
}
#lista-productos header#header .header-menu,
#ficha-producto header#header .header-menu {
  justify-content: flex-start !important;
  gap: 48px !important;
}
@media (max-width: 1680px) {
  #lista-productos header#header .header-menu,
  #ficha-producto header#header .header-menu {
    gap: 24px !important;
  }
}
#lista-productos header#header .header-menu li:last-child,
#ficha-producto header#header .header-menu li:last-child {
  margin-left: auto;
}

input {
  outline: none;
}

html {
  background-color: inherit;
}

body {
  min-height: 100%;
  background-color: #F5F5F5;
  position: relative;
  max-width: 1920px;
  margin: 0 auto;
}

.responsive-table {
  width: 100%;
  overflow-x: scroll;
}

/* .container {
	padding: 0 16px;
	width: 100%;
	max-width: $boxed-width;
	margin: 0 auto;
    // min-height: 1400px;
} */
@media (max-width:991px) {
  .container .row,
  .container-fluid .row {
    margin: 0;
  }
  .container .row > *,
  .container-fluid .row > * {
    margin: 0;
    padding: 0;
  }
}

.section {
  margin-bottom: 100px;
}
.section .view-more-link {
  float: right;
  margin-top: 1.5rem;
  display: inline-block;
}

#section-catalogos {
  margin-top: 130px;
}

h2.section-title {
  /*background-color: $color-2;
  padding: 12px 21px;
  margin-top: 5.875rem;*/
  font-family: "FiraSans";
  color: #0000FF;
  margin-bottom: 4rem;
  font-size: 16px;
  font-weight: 700;
  line-height: 21px;
  letter-spacing: 0em;
  text-align: left;
  text-transform: uppercase;
  position: relative;
  padding-left: 32px;
  /*&::after {
  	content: "";
  	position: absolute;
  	width: 100%;
  	height: 3px;
  	left: 0;
  	bottom: -8px;
  	background-color: $color-2;
  }*/
}
h2.section-title::before {
  content: "\e901";
  font-family: "ferrenor-icon" !important;
  color: #FF0000 !important;
  position: absolute;
  font-size: 22px;
  line-height: 14px;
  width: 14px;
  height: 14px;
  left: 4px;
  top: 2px;
}

.side-section {
  margin-bottom: 5rem;
}
.side-section > h5 {
  font-family: "FiraSans";
  background-color: #0000FF;
  color: #fff;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 19px;
  letter-spacing: 0em;
  text-align: left;
  width: 100%;
  padding: 12px 21px;
  text-transform: uppercase;
  margin: 0;
}
.side-section > div {
  border: 2px solid #F0F0F0;
  padding: 1.5rem 0;
}
.side-section.underline > h5 {
  background-color: transparent;
  color: #0000FF;
  position: relative;
}
.side-section.underline > h5::after {
  content: "";
  width: 100%;
  height: 3px;
  position: absolute;
  bottom: 0;
  left: 0;
  background: #333333;
}
.side-section.underline > div {
  border: none;
}

#web-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  min-height: 100vh;
  background-color: rgba(0, 0, 0, 0.25);
  z-index: 101;
}

/*Baner de info*/
/*#basic-info {
	margin: 62px auto;

	ul {
		padding: 0;
		margin: 0;
		list-style: none;
		display: flex;

		li {
			flex: 1;
			display: flex;
			padding-left: 72px;

			img {
				width: 43px;
				display: inline-block;
				margin-right: 15px;
			}

			&:not(:last-child) {
				&:after {
					content: "";
					height: 100%;
					border-left: 3px solid $color-1;
					margin-left: 81px;
				}
			}

			div:first-child {

			}

			div:last-child {
				h4 {
					font-family: $font-family-1;
					color: $color-2;
					font-size: 14px;
					font-style: normal;
					font-weight: 600;
					line-height: 17px;
					letter-spacing: 0em;
					text-align: left;
					margin-bottom: 4px;

					& + p {
						font-family: $font-family-1;
						font-size: 14px;
						font-style: normal;
						font-weight: 500;
						line-height: 17px;
						letter-spacing: 0em;
						text-align: left;
						color: $color-2;
						margin: 0;
					}

				}
			}
		}
	}
}*/
#inicio > .container-fluid {
  padding: 0;
  margin-bottom: 4rem;
}/*# sourceMappingURL=main.css.map */