@charset "UTF-8";
/*!
 * Bootstrap v4.5.3 (https://getbootstrap.com/)
 * Copyright 2011-2020 The Bootstrap Authors
 * Copyright 2011-2020 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
:root {
  --blue: #007bff;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #dc3545;
  --orange: #fd7e14;
  --yellow: #ffc107;
  --green: #28a745;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --primary: #007bff;
  --secondary: #6c757d;
  --success: #28a745;
  --info: #17a2b8;
  --warning: #ffc107;
  --danger: #dc3545;
  --light: #f8f9fa;
  --dark: #343a40;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

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

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block;
}

body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #fff;
}

[tabindex="-1"]:focus:not(:focus-visible) {
  outline: 0 !important;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}

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

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

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

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: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: #007bff;
  text-decoration: none;
  background-color: transparent;
}
a:hover {
  color: #0056b3;
  text-decoration: underline;
}

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

pre,
code,
kbd,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em;
}

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  -ms-overflow-style: scrollbar;
}

figure {
  margin: 0 0 1rem;
}

img {
  vertical-align: middle;
  border-style: none;
}

svg {
  overflow: hidden;
  vertical-align: middle;
}

table {
  border-collapse: collapse;
}

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

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

label {
  display: inline-block;
  margin-bottom: 0.5rem;
}

button {
  border-radius: 0;
}

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

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

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

[role=button] {
  cursor: pointer;
}

select {
  word-wrap: normal;
}

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

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

input[type=radio],
input[type=checkbox] {
  box-sizing: border-box;
  padding: 0;
}

textarea {
  overflow: auto;
  resize: vertical;
}

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

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

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

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

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

output {
  display: inline-block;
}

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

template {
  display: none;
}

[hidden] {
  display: none !important;
}

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

h1, .h1 {
  font-size: 2.5rem;
}

h2, .h2 {
  font-size: 2rem;
}

h3, .h3 {
  font-size: 1.75rem;
}

h4, .h4 {
  font-size: 1.5rem;
}

h5, .h5 {
  font-size: 1.25rem;
}

h6, .h6 {
  font-size: 1rem;
}

.lead {
  font-size: 1.25rem;
  font-weight: 300;
}

.display-1 {
  font-size: 6rem;
  font-weight: 300;
  line-height: 1.2;
}

.display-2 {
  font-size: 5.5rem;
  font-weight: 300;
  line-height: 1.2;
}

.display-3 {
  font-size: 4.5rem;
  font-weight: 300;
  line-height: 1.2;
}

.display-4 {
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 1.2;
}

hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

small,
.small {
  font-size: 80%;
  font-weight: 400;
}

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

.list-unstyled {
  padding-left: 0;
  list-style: none;
}

.list-inline {
  padding-left: 0;
  list-style: none;
}

.list-inline-item {
  display: inline-block;
}
.list-inline-item:not(:last-child) {
  margin-right: 0.5rem;
}

.initialism {
  font-size: 90%;
  text-transform: uppercase;
}

.blockquote {
  margin-bottom: 1rem;
  font-size: 1.25rem;
}

.blockquote-footer {
  display: block;
  font-size: 80%;
  color: #6c757d;
}
.blockquote-footer::before {
  content: "\2014\A0";
}

.img-fluid {
  max-width: 100%;
  height: auto;
}

.img-thumbnail {
  padding: 0.25rem;
  background-color: #fff;
  border: 1px solid #dee2e6;
  border-radius: 0.25rem;
  max-width: 100%;
  height: auto;
}

.figure {
  display: inline-block;
}

.figure-img {
  margin-bottom: 0.5rem;
  line-height: 1;
}

.figure-caption {
  font-size: 90%;
  color: #6c757d;
}

code {
  font-size: 87.5%;
  color: #e83e8c;
  word-wrap: break-word;
}
a > code {
  color: inherit;
}

kbd {
  padding: 0.2rem 0.4rem;
  font-size: 87.5%;
  color: #fff;
  background-color: #212529;
  border-radius: 0.2rem;
}
kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: 700;
}

pre {
  display: block;
  font-size: 87.5%;
  color: #212529;
}
pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}

.container,
.container-fluid,
.container-xl,
.container-lg,
.container-md,
.container-sm {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container-sm, .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container-md, .container-sm, .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container-lg, .container-md, .container-sm, .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1140px;
  }
}
.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.no-gutters > .col,
.no-gutters > [class*=col-] {
  padding-right: 0;
  padding-left: 0;
}

.col-xl,
.col-xl-auto, .col-xl-12, .col-xl-11, .col-xl-10, .col-xl-9, .col-xl-8, .col-xl-7, .col-xl-6, .col-xl-5, .col-xl-4, .col-xl-3, .col-xl-2, .col-xl-1, .col-lg,
.col-lg-auto, .col-lg-12, .col-lg-11, .col-lg-10, .col-lg-9, .col-lg-8, .col-lg-7, .col-lg-6, .col-lg-5, .col-lg-4, .col-lg-3, .col-lg-2, .col-lg-1, .col-md,
.col-md-auto, .col-md-12, .col-md-11, .col-md-10, .col-md-9, .col-md-8, .col-md-7, .col-md-6, .col-md-5, .col-md-4, .col-md-3, .col-md-2, .col-md-1, .col-sm,
.col-sm-auto, .col-sm-12, .col-sm-11, .col-sm-10, .col-sm-9, .col-sm-8, .col-sm-7, .col-sm-6, .col-sm-5, .col-sm-4, .col-sm-3, .col-sm-2, .col-sm-1, .col,
.col-auto, .col-12, .col-11, .col-10, .col-9, .col-8, .col-7, .col-6, .col-5, .col-4, .col-3, .col-2, .col-1 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}

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

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

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

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

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

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

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

.col-1 {
  flex: 0 0 8.3333333333%;
  max-width: 8.3333333333%;
}

.col-2 {
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}

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

.col-4 {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}

.col-5 {
  flex: 0 0 41.6666666667%;
  max-width: 41.6666666667%;
}

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

.col-7 {
  flex: 0 0 58.3333333333%;
  max-width: 58.3333333333%;
}

.col-8 {
  flex: 0 0 66.6666666667%;
  max-width: 66.6666666667%;
}

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

.col-10 {
  flex: 0 0 83.3333333333%;
  max-width: 83.3333333333%;
}

.col-11 {
  flex: 0 0 91.6666666667%;
  max-width: 91.6666666667%;
}

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

.order-first {
  order: -1;
}

.order-last {
  order: 13;
}

.order-0 {
  order: 0;
}

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

.order-3 {
  order: 3;
}

.order-4 {
  order: 4;
}

.order-5 {
  order: 5;
}

.order-6 {
  order: 6;
}

.order-7 {
  order: 7;
}

.order-8 {
  order: 8;
}

.order-9 {
  order: 9;
}

.order-10 {
  order: 10;
}

.order-11 {
  order: 11;
}

.order-12 {
  order: 12;
}

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

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

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

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

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

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

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

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

  .col-sm-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }

  .col-sm-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

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

  .col-sm-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .col-sm-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }

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

  .col-sm-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }

  .col-sm-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }

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

  .col-sm-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

  .col-sm-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }

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

  .order-sm-first {
    order: -1;
  }

  .order-sm-last {
    order: 13;
  }

  .order-sm-0 {
    order: 0;
  }

  .order-sm-1 {
    order: 1;
  }

  .order-sm-2 {
    order: 2;
  }

  .order-sm-3 {
    order: 3;
  }

  .order-sm-4 {
    order: 4;
  }

  .order-sm-5 {
    order: 5;
  }

  .order-sm-6 {
    order: 6;
  }

  .order-sm-7 {
    order: 7;
  }

  .order-sm-8 {
    order: 8;
  }

  .order-sm-9 {
    order: 9;
  }

  .order-sm-10 {
    order: 10;
  }

  .order-sm-11 {
    order: 11;
  }

  .order-sm-12 {
    order: 12;
  }

  .offset-sm-0 {
    margin-left: 0;
  }

  .offset-sm-1 {
    margin-left: 8.3333333333%;
  }

  .offset-sm-2 {
    margin-left: 16.6666666667%;
  }

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

  .offset-sm-4 {
    margin-left: 33.3333333333%;
  }

  .offset-sm-5 {
    margin-left: 41.6666666667%;
  }

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

  .offset-sm-7 {
    margin-left: 58.3333333333%;
  }

  .offset-sm-8 {
    margin-left: 66.6666666667%;
  }

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

  .offset-sm-10 {
    margin-left: 83.3333333333%;
  }

  .offset-sm-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

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

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

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

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

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

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

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

  .col-md-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }

  .col-md-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

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

  .col-md-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .col-md-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }

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

  .col-md-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }

  .col-md-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }

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

  .col-md-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

  .col-md-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }

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

  .order-md-first {
    order: -1;
  }

  .order-md-last {
    order: 13;
  }

  .order-md-0 {
    order: 0;
  }

  .order-md-1 {
    order: 1;
  }

  .order-md-2 {
    order: 2;
  }

  .order-md-3 {
    order: 3;
  }

  .order-md-4 {
    order: 4;
  }

  .order-md-5 {
    order: 5;
  }

  .order-md-6 {
    order: 6;
  }

  .order-md-7 {
    order: 7;
  }

  .order-md-8 {
    order: 8;
  }

  .order-md-9 {
    order: 9;
  }

  .order-md-10 {
    order: 10;
  }

  .order-md-11 {
    order: 11;
  }

  .order-md-12 {
    order: 12;
  }

  .offset-md-0 {
    margin-left: 0;
  }

  .offset-md-1 {
    margin-left: 8.3333333333%;
  }

  .offset-md-2 {
    margin-left: 16.6666666667%;
  }

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

  .offset-md-4 {
    margin-left: 33.3333333333%;
  }

  .offset-md-5 {
    margin-left: 41.6666666667%;
  }

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

  .offset-md-7 {
    margin-left: 58.3333333333%;
  }

  .offset-md-8 {
    margin-left: 66.6666666667%;
  }

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

  .offset-md-10 {
    margin-left: 83.3333333333%;
  }

  .offset-md-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 992px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

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

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

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

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

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

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

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

  .col-lg-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }

  .col-lg-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

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

  .col-lg-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .col-lg-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }

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

  .col-lg-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }

  .col-lg-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }

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

  .col-lg-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

  .col-lg-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }

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

  .order-lg-first {
    order: -1;
  }

  .order-lg-last {
    order: 13;
  }

  .order-lg-0 {
    order: 0;
  }

  .order-lg-1 {
    order: 1;
  }

  .order-lg-2 {
    order: 2;
  }

  .order-lg-3 {
    order: 3;
  }

  .order-lg-4 {
    order: 4;
  }

  .order-lg-5 {
    order: 5;
  }

  .order-lg-6 {
    order: 6;
  }

  .order-lg-7 {
    order: 7;
  }

  .order-lg-8 {
    order: 8;
  }

  .order-lg-9 {
    order: 9;
  }

  .order-lg-10 {
    order: 10;
  }

  .order-lg-11 {
    order: 11;
  }

  .order-lg-12 {
    order: 12;
  }

  .offset-lg-0 {
    margin-left: 0;
  }

  .offset-lg-1 {
    margin-left: 8.3333333333%;
  }

  .offset-lg-2 {
    margin-left: 16.6666666667%;
  }

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

  .offset-lg-4 {
    margin-left: 33.3333333333%;
  }

  .offset-lg-5 {
    margin-left: 41.6666666667%;
  }

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

  .offset-lg-7 {
    margin-left: 58.3333333333%;
  }

  .offset-lg-8 {
    margin-left: 66.6666666667%;
  }

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

  .offset-lg-10 {
    margin-left: 83.3333333333%;
  }

  .offset-lg-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

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

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

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

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

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

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

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

  .col-xl-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }

  .col-xl-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

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

  .col-xl-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .col-xl-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }

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

  .col-xl-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }

  .col-xl-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }

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

  .col-xl-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

  .col-xl-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }

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

  .order-xl-first {
    order: -1;
  }

  .order-xl-last {
    order: 13;
  }

  .order-xl-0 {
    order: 0;
  }

  .order-xl-1 {
    order: 1;
  }

  .order-xl-2 {
    order: 2;
  }

  .order-xl-3 {
    order: 3;
  }

  .order-xl-4 {
    order: 4;
  }

  .order-xl-5 {
    order: 5;
  }

  .order-xl-6 {
    order: 6;
  }

  .order-xl-7 {
    order: 7;
  }

  .order-xl-8 {
    order: 8;
  }

  .order-xl-9 {
    order: 9;
  }

  .order-xl-10 {
    order: 10;
  }

  .order-xl-11 {
    order: 11;
  }

  .order-xl-12 {
    order: 12;
  }

  .offset-xl-0 {
    margin-left: 0;
  }

  .offset-xl-1 {
    margin-left: 8.3333333333%;
  }

  .offset-xl-2 {
    margin-left: 16.6666666667%;
  }

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

  .offset-xl-4 {
    margin-left: 33.3333333333%;
  }

  .offset-xl-5 {
    margin-left: 41.6666666667%;
  }

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

  .offset-xl-7 {
    margin-left: 58.3333333333%;
  }

  .offset-xl-8 {
    margin-left: 66.6666666667%;
  }

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

  .offset-xl-10 {
    margin-left: 83.3333333333%;
  }

  .offset-xl-11 {
    margin-left: 91.6666666667%;
  }
}
.table {
  width: 100%;
  margin-bottom: 1rem;
  color: #212529;
}
.table th,
.table td {
  padding: 0.75rem;
  vertical-align: top;
  border-top: 1px solid #dee2e6;
}
.table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #dee2e6;
}
.table tbody + tbody {
  border-top: 2px solid #dee2e6;
}

.table-sm th,
.table-sm td {
  padding: 0.3rem;
}

.table-bordered {
  border: 1px solid #dee2e6;
}
.table-bordered th,
.table-bordered td {
  border: 1px solid #dee2e6;
}
.table-bordered thead th,
.table-bordered thead td {
  border-bottom-width: 2px;
}

.table-borderless th,
.table-borderless td,
.table-borderless thead th,
.table-borderless tbody + tbody {
  border: 0;
}

.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.05);
}

.table-hover tbody tr:hover {
  color: #212529;
  background-color: rgba(0, 0, 0, 0.075);
}

.table-primary,
.table-primary > th,
.table-primary > td {
  background-color: #b8daff;
}
.table-primary th,
.table-primary td,
.table-primary thead th,
.table-primary tbody + tbody {
  border-color: #7abaff;
}

.table-hover .table-primary:hover {
  background-color: #9fcdff;
}
.table-hover .table-primary:hover > td,
.table-hover .table-primary:hover > th {
  background-color: #9fcdff;
}

.table-secondary,
.table-secondary > th,
.table-secondary > td {
  background-color: #d6d8db;
}
.table-secondary th,
.table-secondary td,
.table-secondary thead th,
.table-secondary tbody + tbody {
  border-color: #b3b7bb;
}

.table-hover .table-secondary:hover {
  background-color: #c8cbcf;
}
.table-hover .table-secondary:hover > td,
.table-hover .table-secondary:hover > th {
  background-color: #c8cbcf;
}

.table-success,
.table-success > th,
.table-success > td {
  background-color: #c3e6cb;
}
.table-success th,
.table-success td,
.table-success thead th,
.table-success tbody + tbody {
  border-color: #8fd19e;
}

.table-hover .table-success:hover {
  background-color: #b1dfbb;
}
.table-hover .table-success:hover > td,
.table-hover .table-success:hover > th {
  background-color: #b1dfbb;
}

.table-info,
.table-info > th,
.table-info > td {
  background-color: #bee5eb;
}
.table-info th,
.table-info td,
.table-info thead th,
.table-info tbody + tbody {
  border-color: #86cfda;
}

.table-hover .table-info:hover {
  background-color: #abdde5;
}
.table-hover .table-info:hover > td,
.table-hover .table-info:hover > th {
  background-color: #abdde5;
}

.table-warning,
.table-warning > th,
.table-warning > td {
  background-color: #ffeeba;
}
.table-warning th,
.table-warning td,
.table-warning thead th,
.table-warning tbody + tbody {
  border-color: #ffdf7e;
}

.table-hover .table-warning:hover {
  background-color: #ffe8a1;
}
.table-hover .table-warning:hover > td,
.table-hover .table-warning:hover > th {
  background-color: #ffe8a1;
}

.table-danger,
.table-danger > th,
.table-danger > td {
  background-color: #f5c6cb;
}
.table-danger th,
.table-danger td,
.table-danger thead th,
.table-danger tbody + tbody {
  border-color: #ed969e;
}

.table-hover .table-danger:hover {
  background-color: #f1b0b7;
}
.table-hover .table-danger:hover > td,
.table-hover .table-danger:hover > th {
  background-color: #f1b0b7;
}

.table-light,
.table-light > th,
.table-light > td {
  background-color: #fdfdfe;
}
.table-light th,
.table-light td,
.table-light thead th,
.table-light tbody + tbody {
  border-color: #fbfcfc;
}

.table-hover .table-light:hover {
  background-color: #ececf6;
}
.table-hover .table-light:hover > td,
.table-hover .table-light:hover > th {
  background-color: #ececf6;
}

.table-dark,
.table-dark > th,
.table-dark > td {
  background-color: #c6c8ca;
}
.table-dark th,
.table-dark td,
.table-dark thead th,
.table-dark tbody + tbody {
  border-color: #95999c;
}

.table-hover .table-dark:hover {
  background-color: #b9bbbe;
}
.table-hover .table-dark:hover > td,
.table-hover .table-dark:hover > th {
  background-color: #b9bbbe;
}

.table-active,
.table-active > th,
.table-active > td {
  background-color: rgba(0, 0, 0, 0.075);
}

.table-hover .table-active:hover {
  background-color: rgba(0, 0, 0, 0.075);
}
.table-hover .table-active:hover > td,
.table-hover .table-active:hover > th {
  background-color: rgba(0, 0, 0, 0.075);
}

.table .thead-dark th {
  color: #fff;
  background-color: #343a40;
  border-color: #454d55;
}
.table .thead-light th {
  color: #495057;
  background-color: #e9ecef;
  border-color: #dee2e6;
}

.table-dark {
  color: #fff;
  background-color: #343a40;
}
.table-dark th,
.table-dark td,
.table-dark thead th {
  border-color: #454d55;
}
.table-dark.table-bordered {
  border: 0;
}
.table-dark.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(255, 255, 255, 0.05);
}
.table-dark.table-hover tbody tr:hover {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.075);
}

@media (max-width: 575.98px) {
  .table-responsive-sm {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-sm > .table-bordered {
    border: 0;
  }
}
@media (max-width: 767.98px) {
  .table-responsive-md {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-md > .table-bordered {
    border: 0;
  }
}
@media (max-width: 991.98px) {
  .table-responsive-lg {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-lg > .table-bordered {
    border: 0;
  }
}
@media (max-width: 1199.98px) {
  .table-responsive-xl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-xl > .table-bordered {
    border: 0;
  }
}
.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.table-responsive > .table-bordered {
  border: 0;
}

.form-control {
  display: block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  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::-ms-expand {
  background-color: transparent;
  border: 0;
}
.form-control:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #495057;
}
.form-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: #80bdff;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.form-control::-moz-placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control::placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control:disabled, .form-control[readonly] {
  background-color: #e9ecef;
  opacity: 1;
}

input[type=date].form-control,
input[type=time].form-control,
input[type=datetime-local].form-control,
input[type=month].form-control {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

select.form-control:focus::-ms-value {
  color: #495057;
  background-color: #fff;
}

.form-control-file,
.form-control-range {
  display: block;
  width: 100%;
}

.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;
  line-height: 1.5;
}

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

.form-control-plaintext {
  display: block;
  width: 100%;
  padding: 0.375rem 0;
  margin-bottom: 0;
  font-size: 1rem;
  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 {
  height: calc(1.5em + 0.5rem + 2px);
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

.form-control-lg {
  height: calc(1.5em + 1rem + 2px);
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

select.form-control[size], select.form-control[multiple] {
  height: auto;
}

textarea.form-control {
  height: auto;
}

.form-group {
  margin-bottom: 1rem;
}

.form-text {
  display: block;
  margin-top: 0.25rem;
}

.form-row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px;
}
.form-row > .col,
.form-row > [class*=col-] {
  padding-right: 5px;
  padding-left: 5px;
}

.form-check {
  position: relative;
  display: block;
  padding-left: 1.25rem;
}

.form-check-input {
  position: absolute;
  margin-top: 0.3rem;
  margin-left: -1.25rem;
}
.form-check-input[disabled] ~ .form-check-label, .form-check-input:disabled ~ .form-check-label {
  color: #6c757d;
}

.form-check-label {
  margin-bottom: 0;
}

.form-check-inline {
  display: inline-flex;
  align-items: center;
  padding-left: 0;
  margin-right: 0.75rem;
}
.form-check-inline .form-check-input {
  position: static;
  margin-top: 0;
  margin-right: 0.3125rem;
  margin-left: 0;
}

.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #28a745;
}

.valid-tooltip {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(40, 167, 69, 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: #28a745;
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' 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: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 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 .custom-select:valid, .custom-select.is-valid {
  border-color: #28a745;
  padding-right: calc(0.75em + 2.3125rem);
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' 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") #fff no-repeat center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .custom-select:valid:focus, .custom-select.is-valid:focus {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
  color: #28a745;
}
.was-validated .form-check-input:valid ~ .valid-feedback,
.was-validated .form-check-input:valid ~ .valid-tooltip, .form-check-input.is-valid ~ .valid-feedback,
.form-check-input.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated .custom-control-input:valid ~ .custom-control-label, .custom-control-input.is-valid ~ .custom-control-label {
  color: #28a745;
}
.was-validated .custom-control-input:valid ~ .custom-control-label::before, .custom-control-input.is-valid ~ .custom-control-label::before {
  border-color: #28a745;
}
.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before, .custom-control-input.is-valid:checked ~ .custom-control-label::before {
  border-color: #34ce57;
  background-color: #34ce57;
}
.was-validated .custom-control-input:valid:focus ~ .custom-control-label::before, .custom-control-input.is-valid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}
.was-validated .custom-control-input:valid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-valid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #28a745;
}

.was-validated .custom-file-input:valid ~ .custom-file-label, .custom-file-input.is-valid ~ .custom-file-label {
  border-color: #28a745;
}
.was-validated .custom-file-input:valid:focus ~ .custom-file-label, .custom-file-input.is-valid:focus ~ .custom-file-label {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

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

.invalid-tooltip {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  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' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%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.2rem 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 .custom-select:invalid, .custom-select.is-invalid {
  border-color: #dc3545;
  padding-right: calc(0.75em + 2.3125rem);
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%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") #fff no-repeat center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .custom-select:invalid:focus, .custom-select.is-invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem 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;
}
.was-validated .form-check-input:invalid ~ .invalid-feedback,
.was-validated .form-check-input:invalid ~ .invalid-tooltip, .form-check-input.is-invalid ~ .invalid-feedback,
.form-check-input.is-invalid ~ .invalid-tooltip {
  display: block;
}

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

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

.form-inline {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
}
.form-inline .form-check {
  width: 100%;
}
@media (min-width: 576px) {
  .form-inline label {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0;
  }
  .form-inline .form-group {
    display: flex;
    flex: 0 0 auto;
    flex-flow: row wrap;
    align-items: center;
    margin-bottom: 0;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-plaintext {
    display: inline-block;
  }
  .form-inline .input-group,
.form-inline .custom-select {
    width: auto;
  }
  .form-inline .form-check {
    display: flex;
    align-items: center;
    justify-content: center;
    width: auto;
    padding-left: 0;
  }
  .form-inline .form-check-input {
    position: relative;
    flex-shrink: 0;
    margin-top: 0;
    margin-right: 0.25rem;
    margin-left: 0;
  }
  .form-inline .custom-control {
    align-items: center;
    justify-content: center;
  }
  .form-inline .custom-control-label {
    margin-bottom: 0;
  }
}

.btn {
  display: inline-block;
  font-weight: 400;
  color: #212529;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  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) {
  .btn {
    transition: none;
  }
}
.btn:hover {
  color: #212529;
  text-decoration: none;
}
.btn:focus, .btn.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.btn.disabled, .btn:disabled {
  opacity: 0.65;
}
.btn:not(:disabled):not(.disabled) {
  cursor: pointer;
}
a.btn.disabled,
fieldset:disabled a.btn {
  pointer-events: none;
}

.btn-primary {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}
.btn-primary:hover {
  color: #fff;
  background-color: #0069d9;
  border-color: #0062cc;
}
.btn-primary:focus, .btn-primary.focus {
  color: #fff;
  background-color: #0069d9;
  border-color: #0062cc;
  box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
}
.btn-primary.disabled, .btn-primary:disabled {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}
.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #0062cc;
  border-color: #005cbf;
}
.btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
}

.btn-secondary {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-secondary:hover {
  color: #fff;
  background-color: #5a6268;
  border-color: #545b62;
}
.btn-secondary:focus, .btn-secondary.focus {
  color: #fff;
  background-color: #5a6268;
  border-color: #545b62;
  box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5);
}
.btn-secondary.disabled, .btn-secondary:disabled {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active, .show > .btn-secondary.dropdown-toggle {
  color: #fff;
  background-color: #545b62;
  border-color: #4e555b;
}
.btn-secondary:not(:disabled):not(.disabled):active:focus, .btn-secondary:not(:disabled):not(.disabled).active:focus, .show > .btn-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5);
}

.btn-success {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}
.btn-success:hover {
  color: #fff;
  background-color: #218838;
  border-color: #1e7e34;
}
.btn-success:focus, .btn-success.focus {
  color: #fff;
  background-color: #218838;
  border-color: #1e7e34;
  box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5);
}
.btn-success.disabled, .btn-success:disabled {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}
.btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active, .show > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #1e7e34;
  border-color: #1c7430;
}
.btn-success:not(:disabled):not(.disabled):active:focus, .btn-success:not(:disabled):not(.disabled).active:focus, .show > .btn-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5);
}

.btn-info {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.btn-info:hover {
  color: #fff;
  background-color: #138496;
  border-color: #117a8b;
}
.btn-info:focus, .btn-info.focus {
  color: #fff;
  background-color: #138496;
  border-color: #117a8b;
  box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
}
.btn-info.disabled, .btn-info:disabled {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.btn-info:not(:disabled):not(.disabled):active, .btn-info:not(:disabled):not(.disabled).active, .show > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #117a8b;
  border-color: #10707f;
}
.btn-info:not(:disabled):not(.disabled):active:focus, .btn-info:not(:disabled):not(.disabled).active:focus, .show > .btn-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
}

.btn-warning {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-warning:hover {
  color: #212529;
  background-color: #e0a800;
  border-color: #d39e00;
}
.btn-warning:focus, .btn-warning.focus {
  color: #212529;
  background-color: #e0a800;
  border-color: #d39e00;
  box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5);
}
.btn-warning.disabled, .btn-warning:disabled {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-warning:not(:disabled):not(.disabled):active, .btn-warning:not(:disabled):not(.disabled).active, .show > .btn-warning.dropdown-toggle {
  color: #212529;
  background-color: #d39e00;
  border-color: #c69500;
}
.btn-warning:not(:disabled):not(.disabled):active:focus, .btn-warning:not(:disabled):not(.disabled).active:focus, .show > .btn-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5);
}

.btn-danger {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-danger:hover {
  color: #fff;
  background-color: #c82333;
  border-color: #bd2130;
}
.btn-danger:focus, .btn-danger.focus {
  color: #fff;
  background-color: #c82333;
  border-color: #bd2130;
  box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5);
}
.btn-danger.disabled, .btn-danger:disabled {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-danger:not(:disabled):not(.disabled):active, .btn-danger:not(:disabled):not(.disabled).active, .show > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #bd2130;
  border-color: #b21f2d;
}
.btn-danger:not(:disabled):not(.disabled):active:focus, .btn-danger:not(:disabled):not(.disabled).active:focus, .show > .btn-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5);
}

.btn-light {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-light:hover {
  color: #212529;
  background-color: #e2e6ea;
  border-color: #dae0e5;
}
.btn-light:focus, .btn-light.focus {
  color: #212529;
  background-color: #e2e6ea;
  border-color: #dae0e5;
  box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
}
.btn-light.disabled, .btn-light:disabled {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-light:not(:disabled):not(.disabled):active, .btn-light:not(:disabled):not(.disabled).active, .show > .btn-light.dropdown-toggle {
  color: #212529;
  background-color: #dae0e5;
  border-color: #d3d9df;
}
.btn-light:not(:disabled):not(.disabled):active:focus, .btn-light:not(:disabled):not(.disabled).active:focus, .show > .btn-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
}

.btn-dark {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
.btn-dark:hover {
  color: #fff;
  background-color: #23272b;
  border-color: #1d2124;
}
.btn-dark:focus, .btn-dark.focus {
  color: #fff;
  background-color: #23272b;
  border-color: #1d2124;
  box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
}
.btn-dark.disabled, .btn-dark:disabled {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
.btn-dark:not(:disabled):not(.disabled):active, .btn-dark:not(:disabled):not(.disabled).active, .show > .btn-dark.dropdown-toggle {
  color: #fff;
  background-color: #1d2124;
  border-color: #171a1d;
}
.btn-dark:not(:disabled):not(.disabled):active:focus, .btn-dark:not(:disabled):not(.disabled).active:focus, .show > .btn-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
}

.btn-outline-primary {
  color: #007bff;
  border-color: #007bff;
}
.btn-outline-primary:hover {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}
.btn-outline-primary:focus, .btn-outline-primary.focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}
.btn-outline-primary.disabled, .btn-outline-primary:disabled {
  color: #007bff;
  background-color: transparent;
}
.btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active, .show > .btn-outline-primary.dropdown-toggle {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}
.btn-outline-primary:not(:disabled):not(.disabled):active:focus, .btn-outline-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}

.btn-outline-secondary {
  color: #6c757d;
  border-color: #6c757d;
}
.btn-outline-secondary:hover {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-outline-secondary:focus, .btn-outline-secondary.focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}
.btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
  color: #6c757d;
  background-color: transparent;
}
.btn-outline-secondary:not(:disabled):not(.disabled):active, .btn-outline-secondary:not(:disabled):not(.disabled).active, .show > .btn-outline-secondary.dropdown-toggle {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .btn-outline-secondary:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

.btn-outline-success {
  color: #28a745;
  border-color: #28a745;
}
.btn-outline-success:hover {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}
.btn-outline-success:focus, .btn-outline-success.focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}
.btn-outline-success.disabled, .btn-outline-success:disabled {
  color: #28a745;
  background-color: transparent;
}
.btn-outline-success:not(:disabled):not(.disabled):active, .btn-outline-success:not(:disabled):not(.disabled).active, .show > .btn-outline-success.dropdown-toggle {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}
.btn-outline-success:not(:disabled):not(.disabled):active:focus, .btn-outline-success:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.btn-outline-info {
  color: #17a2b8;
  border-color: #17a2b8;
}
.btn-outline-info:hover {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.btn-outline-info:focus, .btn-outline-info.focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}
.btn-outline-info.disabled, .btn-outline-info:disabled {
  color: #17a2b8;
  background-color: transparent;
}
.btn-outline-info:not(:disabled):not(.disabled):active, .btn-outline-info:not(:disabled):not(.disabled).active, .show > .btn-outline-info.dropdown-toggle {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.btn-outline-info:not(:disabled):not(.disabled):active:focus, .btn-outline-info:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.btn-outline-warning {
  color: #ffc107;
  border-color: #ffc107;
}
.btn-outline-warning:hover {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-outline-warning:focus, .btn-outline-warning.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}
.btn-outline-warning.disabled, .btn-outline-warning:disabled {
  color: #ffc107;
  background-color: transparent;
}
.btn-outline-warning:not(:disabled):not(.disabled):active, .btn-outline-warning:not(:disabled):not(.disabled).active, .show > .btn-outline-warning.dropdown-toggle {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-outline-warning:not(:disabled):not(.disabled):active:focus, .btn-outline-warning:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.btn-outline-danger {
  color: #dc3545;
  border-color: #dc3545;
}
.btn-outline-danger:hover {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-outline-danger:focus, .btn-outline-danger.focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}
.btn-outline-danger.disabled, .btn-outline-danger:disabled {
  color: #dc3545;
  background-color: transparent;
}
.btn-outline-danger:not(:disabled):not(.disabled):active, .btn-outline-danger:not(:disabled):not(.disabled).active, .show > .btn-outline-danger.dropdown-toggle {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-outline-danger:not(:disabled):not(.disabled):active:focus, .btn-outline-danger:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

.btn-outline-light {
  color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-outline-light:hover {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-outline-light:focus, .btn-outline-light.focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}
.btn-outline-light.disabled, .btn-outline-light:disabled {
  color: #f8f9fa;
  background-color: transparent;
}
.btn-outline-light:not(:disabled):not(.disabled):active, .btn-outline-light:not(:disabled):not(.disabled).active, .show > .btn-outline-light.dropdown-toggle {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-outline-light:not(:disabled):not(.disabled):active:focus, .btn-outline-light:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.btn-outline-dark {
  color: #343a40;
  border-color: #343a40;
}
.btn-outline-dark:hover {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
.btn-outline-dark:focus, .btn-outline-dark.focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}
.btn-outline-dark.disabled, .btn-outline-dark:disabled {
  color: #343a40;
  background-color: transparent;
}
.btn-outline-dark:not(:disabled):not(.disabled):active, .btn-outline-dark:not(:disabled):not(.disabled).active, .show > .btn-outline-dark.dropdown-toggle {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
.btn-outline-dark:not(:disabled):not(.disabled):active:focus, .btn-outline-dark:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.btn-link {
  font-weight: 400;
  color: #007bff;
  text-decoration: none;
}
.btn-link:hover {
  color: #0056b3;
  text-decoration: underline;
}
.btn-link:focus, .btn-link.focus {
  text-decoration: underline;
}
.btn-link:disabled, .btn-link.disabled {
  color: #6c757d;
  pointer-events: none;
}

.btn-lg, .btn-group-lg > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

.btn-sm, .btn-group-sm > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

.btn-block {
  display: block;
  width: 100%;
}
.btn-block + .btn-block {
  margin-top: 0.5rem;
}

input[type=submit].btn-block,
input[type=reset].btn-block,
input[type=button].btn-block {
  width: 100%;
}

.fade {
  transition: opacity 0.15s linear;
}
@media (prefers-reduced-motion: reduce) {
  .fade {
    transition: none;
  }
}
.fade:not(.show) {
  opacity: 0;
}

.collapse:not(.show) {
  display: none;
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}
@media (prefers-reduced-motion: reduce) {
  .collapsing {
    transition: none;
  }
}

.dropup,
.dropright,
.dropdown,
.dropleft {
  position: relative;
}

.dropdown-toggle {
  white-space: nowrap;
}
.dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}
.dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0.125rem 0 0;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
}

.dropdown-menu-left {
  right: auto;
  left: 0;
}

.dropdown-menu-right {
  right: 0;
  left: auto;
}

@media (min-width: 576px) {
  .dropdown-menu-sm-left {
    right: auto;
    left: 0;
  }

  .dropdown-menu-sm-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 768px) {
  .dropdown-menu-md-left {
    right: auto;
    left: 0;
  }

  .dropdown-menu-md-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 992px) {
  .dropdown-menu-lg-left {
    right: auto;
    left: 0;
  }

  .dropdown-menu-lg-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 1200px) {
  .dropdown-menu-xl-left {
    right: auto;
    left: 0;
  }

  .dropdown-menu-xl-right {
    right: 0;
    left: auto;
  }
}
.dropup .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: 0.125rem;
}
.dropup .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0;
  border-right: 0.3em solid transparent;
  border-bottom: 0.3em solid;
  border-left: 0.3em solid transparent;
}
.dropup .dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropright .dropdown-menu {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: 0.125rem;
}
.dropright .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0;
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid;
}
.dropright .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropright .dropdown-toggle::after {
  vertical-align: 0;
}

.dropleft .dropdown-menu {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: 0.125rem;
}
.dropleft .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
}
.dropleft .dropdown-toggle::after {
  display: none;
}
.dropleft .dropdown-toggle::before {
  display: inline-block;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0.3em solid;
  border-bottom: 0.3em solid transparent;
}
.dropleft .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropleft .dropdown-toggle::before {
  vertical-align: 0;
}

.dropdown-menu[x-placement^=top], .dropdown-menu[x-placement^=right], .dropdown-menu[x-placement^=bottom], .dropdown-menu[x-placement^=left] {
  right: auto;
  bottom: auto;
}

.dropdown-divider {
  height: 0;
  margin: 0.5rem 0;
  overflow: hidden;
  border-top: 1px solid #e9ecef;
}

.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}
.dropdown-item:hover, .dropdown-item:focus {
  color: #16181b;
  text-decoration: none;
  background-color: #f8f9fa;
}
.dropdown-item.active, .dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #007bff;
}
.dropdown-item.disabled, .dropdown-item:disabled {
  color: #6c757d;
  pointer-events: none;
  background-color: transparent;
}

.dropdown-menu.show {
  display: block;
}

.dropdown-header {
  display: block;
  padding: 0.5rem 1.5rem;
  margin-bottom: 0;
  font-size: 0.875rem;
  color: #6c757d;
  white-space: nowrap;
}

.dropdown-item-text {
  display: block;
  padding: 0.25rem 1.5rem;
  color: #212529;
}

.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-flex;
  vertical-align: middle;
}
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  flex: 1 1 auto;
}
.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover {
  z-index: 1;
}
.btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn.active {
  z-index: 1;
}

.btn-toolbar {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.btn-toolbar .input-group {
  width: auto;
}

.btn-group > .btn:not(:first-child),
.btn-group > .btn-group:not(:first-child) {
  margin-left: -1px;
}
.btn-group > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group > .btn-group:not(:last-child) > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.btn-group > .btn:not(:first-child),
.btn-group > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.dropdown-toggle-split {
  padding-right: 0.5625rem;
  padding-left: 0.5625rem;
}
.dropdown-toggle-split::after, .dropup .dropdown-toggle-split::after, .dropright .dropdown-toggle-split::after {
  margin-left: 0;
}
.dropleft .dropdown-toggle-split::before {
  margin-right: 0;
}

.btn-sm + .dropdown-toggle-split, .btn-group-sm > .btn + .dropdown-toggle-split {
  padding-right: 0.375rem;
  padding-left: 0.375rem;
}

.btn-lg + .dropdown-toggle-split, .btn-group-lg > .btn + .dropdown-toggle-split {
  padding-right: 0.75rem;
  padding-left: 0.75rem;
}

.btn-group-vertical {
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group {
  width: 100%;
}
.btn-group-vertical > .btn:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) {
  margin-top: -1px;
}
.btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group-vertical > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.btn-group-toggle > .btn,
.btn-group-toggle > .btn-group > .btn {
  margin-bottom: 0;
}
.btn-group-toggle > .btn input[type=radio],
.btn-group-toggle > .btn input[type=checkbox],
.btn-group-toggle > .btn-group > .btn input[type=radio],
.btn-group-toggle > .btn-group > .btn input[type=checkbox] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}

.input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
}
.input-group > .form-control,
.input-group > .form-control-plaintext,
.input-group > .custom-select,
.input-group > .custom-file {
  position: relative;
  flex: 1 1 auto;
  width: 1%;
  min-width: 0;
  margin-bottom: 0;
}
.input-group > .form-control + .form-control,
.input-group > .form-control + .custom-select,
.input-group > .form-control + .custom-file,
.input-group > .form-control-plaintext + .form-control,
.input-group > .form-control-plaintext + .custom-select,
.input-group > .form-control-plaintext + .custom-file,
.input-group > .custom-select + .form-control,
.input-group > .custom-select + .custom-select,
.input-group > .custom-select + .custom-file,
.input-group > .custom-file + .form-control,
.input-group > .custom-file + .custom-select,
.input-group > .custom-file + .custom-file {
  margin-left: -1px;
}
.input-group > .form-control:focus,
.input-group > .custom-select:focus,
.input-group > .custom-file .custom-file-input:focus ~ .custom-file-label {
  z-index: 3;
}
.input-group > .custom-file .custom-file-input:focus {
  z-index: 4;
}
.input-group > .form-control:not(:last-child),
.input-group > .custom-select:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group > .form-control:not(:first-child),
.input-group > .custom-select:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.input-group > .custom-file {
  display: flex;
  align-items: center;
}
.input-group > .custom-file:not(:last-child) .custom-file-label, .input-group > .custom-file:not(:last-child) .custom-file-label::after {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group > .custom-file:not(:first-child) .custom-file-label {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.input-group-prepend,
.input-group-append {
  display: flex;
}
.input-group-prepend .btn,
.input-group-append .btn {
  position: relative;
  z-index: 2;
}
.input-group-prepend .btn:focus,
.input-group-append .btn:focus {
  z-index: 3;
}
.input-group-prepend .btn + .btn,
.input-group-prepend .btn + .input-group-text,
.input-group-prepend .input-group-text + .input-group-text,
.input-group-prepend .input-group-text + .btn,
.input-group-append .btn + .btn,
.input-group-append .btn + .input-group-text,
.input-group-append .input-group-text + .input-group-text,
.input-group-append .input-group-text + .btn {
  margin-left: -1px;
}

.input-group-prepend {
  margin-right: -1px;
}

.input-group-append {
  margin-left: -1px;
}

.input-group-text {
  display: flex;
  align-items: center;
  padding: 0.375rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  text-align: center;
  white-space: nowrap;
  background-color: #e9ecef;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
}
.input-group-text input[type=radio],
.input-group-text input[type=checkbox] {
  margin-top: 0;
}

.input-group-lg > .form-control:not(textarea),
.input-group-lg > .custom-select {
  height: calc(1.5em + 1rem + 2px);
}

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

.input-group-sm > .form-control:not(textarea),
.input-group-sm > .custom-select {
  height: calc(1.5em + 0.5rem + 2px);
}

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

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

.input-group > .input-group-prepend > .btn,
.input-group > .input-group-prepend > .input-group-text,
.input-group > .input-group-append:not(:last-child) > .btn,
.input-group > .input-group-append:not(:last-child) > .input-group-text,
.input-group > .input-group-append:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group > .input-group-append:last-child > .input-group-text:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group > .input-group-append > .btn,
.input-group > .input-group-append > .input-group-text,
.input-group > .input-group-prepend:not(:first-child) > .btn,
.input-group > .input-group-prepend:not(:first-child) > .input-group-text,
.input-group > .input-group-prepend:first-child > .btn:not(:first-child),
.input-group > .input-group-prepend:first-child > .input-group-text:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.custom-control {
  position: relative;
  z-index: 1;
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5rem;
  -webkit-print-color-adjust: exact;
          color-adjust: exact;
}

.custom-control-inline {
  display: inline-flex;
  margin-right: 1rem;
}

.custom-control-input {
  position: absolute;
  left: 0;
  z-index: -1;
  width: 1rem;
  height: 1.25rem;
  opacity: 0;
}
.custom-control-input:checked ~ .custom-control-label::before {
  color: #fff;
  border-color: #007bff;
  background-color: #007bff;
}
.custom-control-input:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #80bdff;
}
.custom-control-input:not(:disabled):active ~ .custom-control-label::before {
  color: #fff;
  background-color: #b3d7ff;
  border-color: #b3d7ff;
}
.custom-control-input[disabled] ~ .custom-control-label, .custom-control-input:disabled ~ .custom-control-label {
  color: #6c757d;
}
.custom-control-input[disabled] ~ .custom-control-label::before, .custom-control-input:disabled ~ .custom-control-label::before {
  background-color: #e9ecef;
}

.custom-control-label {
  position: relative;
  margin-bottom: 0;
  vertical-align: top;
}
.custom-control-label::before {
  position: absolute;
  top: 0.25rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  pointer-events: none;
  content: "";
  background-color: #fff;
  border: #adb5bd solid 1px;
}
.custom-control-label::after {
  position: absolute;
  top: 0.25rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  content: "";
  background: no-repeat 50%/50% 50%;
}

.custom-checkbox .custom-control-label::before {
  border-radius: 0.25rem;
}
.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3e%3c/svg%3e");
}
.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  border-color: #007bff;
  background-color: #007bff;
}
.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4' viewBox='0 0 4 4'%3e%3cpath stroke='%23fff' d='M0 2h4'/%3e%3c/svg%3e");
}
.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5);
}
.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5);
}

.custom-radio .custom-control-label::before {
  border-radius: 50%;
}
.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
}
.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5);
}

.custom-switch {
  padding-left: 2.25rem;
}
.custom-switch .custom-control-label::before {
  left: -2.25rem;
  width: 1.75rem;
  pointer-events: all;
  border-radius: 0.5rem;
}
.custom-switch .custom-control-label::after {
  top: calc(0.25rem + 2px);
  left: calc(-2.25rem + 2px);
  width: calc(1rem - 4px);
  height: calc(1rem - 4px);
  background-color: #adb5bd;
  border-radius: 0.5rem;
  transition: transform 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) {
  .custom-switch .custom-control-label::after {
    transition: none;
  }
}
.custom-switch .custom-control-input:checked ~ .custom-control-label::after {
  background-color: #fff;
  transform: translateX(0.75rem);
}
.custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5);
}

.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  vertical-align: middle;
  background: #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.custom-select:focus {
  border-color: #80bdff;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.custom-select:focus::-ms-value {
  color: #495057;
  background-color: #fff;
}
.custom-select[multiple], .custom-select[size]:not([size="1"]) {
  height: auto;
  padding-right: 0.75rem;
  background-image: none;
}
.custom-select:disabled {
  color: #6c757d;
  background-color: #e9ecef;
}
.custom-select::-ms-expand {
  display: none;
}
.custom-select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #495057;
}

.custom-select-sm {
  height: calc(1.5em + 0.5rem + 2px);
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  font-size: 0.875rem;
}

.custom-select-lg {
  height: calc(1.5em + 1rem + 2px);
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  font-size: 1.25rem;
}

.custom-file {
  position: relative;
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin-bottom: 0;
}

.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin: 0;
  opacity: 0;
}
.custom-file-input:focus ~ .custom-file-label {
  border-color: #80bdff;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.custom-file-input[disabled] ~ .custom-file-label, .custom-file-input:disabled ~ .custom-file-label {
  background-color: #e9ecef;
}
.custom-file-input:lang(en) ~ .custom-file-label::after {
  content: "Browse";
}
.custom-file-input ~ .custom-file-label[data-browse]::after {
  content: attr(data-browse);
}

.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
}
.custom-file-label::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  display: block;
  height: calc(1.5em + 0.75rem);
  padding: 0.375rem 0.75rem;
  line-height: 1.5;
  color: #495057;
  content: "Browse";
  background-color: #e9ecef;
  border-left: inherit;
  border-radius: 0 0.25rem 0.25rem 0;
}

.custom-range {
  width: 100%;
  height: 1.4rem;
  padding: 0;
  background-color: transparent;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.custom-range:focus {
  outline: none;
}
.custom-range:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.custom-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.custom-range:focus::-ms-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.custom-range::-moz-focus-outer {
  border: 0;
}
.custom-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  background-color: #007bff;
  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) {
  .custom-range::-webkit-slider-thumb {
    -webkit-transition: none;
    transition: none;
  }
}
.custom-range::-webkit-slider-thumb:active {
  background-color: #b3d7ff;
}
.custom-range::-webkit-slider-runnable-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}
.custom-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  background-color: #007bff;
  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) {
  .custom-range::-moz-range-thumb {
    -moz-transition: none;
    transition: none;
  }
}
.custom-range::-moz-range-thumb:active {
  background-color: #b3d7ff;
}
.custom-range::-moz-range-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}
.custom-range::-ms-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: 0;
  margin-right: 0.2rem;
  margin-left: 0.2rem;
  background-color: #007bff;
  border: 0;
  border-radius: 1rem;
  -ms-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;
  appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .custom-range::-ms-thumb {
    -ms-transition: none;
    transition: none;
  }
}
.custom-range::-ms-thumb:active {
  background-color: #b3d7ff;
}
.custom-range::-ms-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: transparent;
  border-color: transparent;
  border-width: 0.5rem;
}
.custom-range::-ms-fill-lower {
  background-color: #dee2e6;
  border-radius: 1rem;
}
.custom-range::-ms-fill-upper {
  margin-right: 15px;
  background-color: #dee2e6;
  border-radius: 1rem;
}
.custom-range:disabled::-webkit-slider-thumb {
  background-color: #adb5bd;
}
.custom-range:disabled::-webkit-slider-runnable-track {
  cursor: default;
}
.custom-range:disabled::-moz-range-thumb {
  background-color: #adb5bd;
}
.custom-range:disabled::-moz-range-track {
  cursor: default;
}
.custom-range:disabled::-ms-thumb {
  background-color: #adb5bd;
}

.custom-control-label::before,
.custom-file-label,
.custom-select {
  transition: 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) {
  .custom-control-label::before,
.custom-file-label,
.custom-select {
    transition: none;
  }
}

.nav {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.nav-link {
  display: block;
  padding: 0.5rem 1rem;
}
.nav-link:hover, .nav-link:focus {
  text-decoration: none;
}
.nav-link.disabled {
  color: #6c757d;
  pointer-events: none;
  cursor: default;
}

.nav-tabs {
  border-bottom: 1px solid #dee2e6;
}
.nav-tabs .nav-item {
  margin-bottom: -1px;
}
.nav-tabs .nav-link {
  border: 1px solid transparent;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
  border-color: #e9ecef #e9ecef #dee2e6;
}
.nav-tabs .nav-link.disabled {
  color: #6c757d;
  background-color: transparent;
  border-color: transparent;
}
.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  color: #495057;
  background-color: #fff;
  border-color: #dee2e6 #dee2e6 #fff;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.nav-pills .nav-link {
  border-radius: 0.25rem;
}
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #fff;
  background-color: #007bff;
}

.nav-fill > .nav-link,
.nav-fill .nav-item {
  flex: 1 1 auto;
  text-align: center;
}

.nav-justified > .nav-link,
.nav-justified .nav-item {
  flex-basis: 0;
  flex-grow: 1;
  text-align: center;
}

.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}

.navbar {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: 0.5rem 1rem;
}
.navbar .container,
.navbar .container-fluid,
.navbar .container-sm,
.navbar .container-md,
.navbar .container-lg,
.navbar .container-xl {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.navbar-brand {
  display: inline-block;
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  line-height: inherit;
  white-space: nowrap;
}
.navbar-brand:hover, .navbar-brand:focus {
  text-decoration: none;
}

.navbar-nav {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.navbar-nav .nav-link {
  padding-right: 0;
  padding-left: 0;
}
.navbar-nav .dropdown-menu {
  position: static;
  float: none;
}

.navbar-text {
  display: inline-block;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.navbar-collapse {
  flex-basis: 100%;
  flex-grow: 1;
  align-items: center;
}

.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}
.navbar-toggler:hover, .navbar-toggler:focus {
  text-decoration: none;
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%;
}

@media (max-width: 575.98px) {
  .navbar-expand-sm > .container,
.navbar-expand-sm > .container-fluid,
.navbar-expand-sm > .container-sm,
.navbar-expand-sm > .container-md,
.navbar-expand-sm > .container-lg,
.navbar-expand-sm > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 576px) {
  .navbar-expand-sm {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-sm .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-sm .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-sm > .container,
.navbar-expand-sm > .container-fluid,
.navbar-expand-sm > .container-sm,
.navbar-expand-sm > .container-md,
.navbar-expand-sm > .container-lg,
.navbar-expand-sm > .container-xl {
    flex-wrap: nowrap;
  }
  .navbar-expand-sm .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-sm .navbar-toggler {
    display: none;
  }
}
@media (max-width: 767.98px) {
  .navbar-expand-md > .container,
.navbar-expand-md > .container-fluid,
.navbar-expand-md > .container-sm,
.navbar-expand-md > .container-md,
.navbar-expand-md > .container-lg,
.navbar-expand-md > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 768px) {
  .navbar-expand-md {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-md .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-md > .container,
.navbar-expand-md > .container-fluid,
.navbar-expand-md > .container-sm,
.navbar-expand-md > .container-md,
.navbar-expand-md > .container-lg,
.navbar-expand-md > .container-xl {
    flex-wrap: nowrap;
  }
  .navbar-expand-md .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-md .navbar-toggler {
    display: none;
  }
}
@media (max-width: 991.98px) {
  .navbar-expand-lg > .container,
.navbar-expand-lg > .container-fluid,
.navbar-expand-lg > .container-sm,
.navbar-expand-lg > .container-md,
.navbar-expand-lg > .container-lg,
.navbar-expand-lg > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 992px) {
  .navbar-expand-lg {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-lg .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-lg > .container,
.navbar-expand-lg > .container-fluid,
.navbar-expand-lg > .container-sm,
.navbar-expand-lg > .container-md,
.navbar-expand-lg > .container-lg,
.navbar-expand-lg > .container-xl {
    flex-wrap: nowrap;
  }
  .navbar-expand-lg .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
}
@media (max-width: 1199.98px) {
  .navbar-expand-xl > .container,
.navbar-expand-xl > .container-fluid,
.navbar-expand-xl > .container-sm,
.navbar-expand-xl > .container-md,
.navbar-expand-xl > .container-lg,
.navbar-expand-xl > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 1200px) {
  .navbar-expand-xl {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-xl .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-xl > .container,
.navbar-expand-xl > .container-fluid,
.navbar-expand-xl > .container-sm,
.navbar-expand-xl > .container-md,
.navbar-expand-xl > .container-lg,
.navbar-expand-xl > .container-xl {
    flex-wrap: nowrap;
  }
  .navbar-expand-xl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-xl .navbar-toggler {
    display: none;
  }
}
.navbar-expand {
  flex-flow: row nowrap;
  justify-content: flex-start;
}
.navbar-expand > .container,
.navbar-expand > .container-fluid,
.navbar-expand > .container-sm,
.navbar-expand > .container-md,
.navbar-expand > .container-lg,
.navbar-expand > .container-xl {
  padding-right: 0;
  padding-left: 0;
}
.navbar-expand .navbar-nav {
  flex-direction: row;
}
.navbar-expand .navbar-nav .dropdown-menu {
  position: absolute;
}
.navbar-expand .navbar-nav .nav-link {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}
.navbar-expand > .container,
.navbar-expand > .container-fluid,
.navbar-expand > .container-sm,
.navbar-expand > .container-md,
.navbar-expand > .container-lg,
.navbar-expand > .container-xl {
  flex-wrap: nowrap;
}
.navbar-expand .navbar-collapse {
  display: flex !important;
  flex-basis: auto;
}
.navbar-expand .navbar-toggler {
  display: none;
}

.navbar-light .navbar-brand {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-brand:hover, .navbar-light .navbar-brand:focus {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.5);
}
.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
  color: rgba(0, 0, 0, 0.7);
}
.navbar-light .navbar-nav .nav-link.disabled {
  color: rgba(0, 0, 0, 0.3);
}
.navbar-light .navbar-nav .show > .nav-link,
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .nav-link.active {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, 0.5);
  border-color: rgba(0, 0, 0, 0.1);
}
.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.navbar-light .navbar-text {
  color: rgba(0, 0, 0, 0.5);
}
.navbar-light .navbar-text a {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-text a:hover, .navbar-light .navbar-text a:focus {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-dark .navbar-brand {
  color: #fff;
}
.navbar-dark .navbar-brand:hover, .navbar-dark .navbar-brand:focus {
  color: #fff;
}
.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.5);
}
.navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus {
  color: rgba(255, 255, 255, 0.75);
}
.navbar-dark .navbar-nav .nav-link.disabled {
  color: rgba(255, 255, 255, 0.25);
}
.navbar-dark .navbar-nav .show > .nav-link,
.navbar-dark .navbar-nav .active > .nav-link,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .nav-link.active {
  color: #fff;
}
.navbar-dark .navbar-toggler {
  color: rgba(255, 255, 255, 0.5);
  border-color: rgba(255, 255, 255, 0.1);
}
.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.navbar-dark .navbar-text {
  color: rgba(255, 255, 255, 0.5);
}
.navbar-dark .navbar-text a {
  color: #fff;
}
.navbar-dark .navbar-text a:hover, .navbar-dark .navbar-text a:focus {
  color: #fff;
}

.card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem;
}
.card > hr {
  margin-right: 0;
  margin-left: 0;
}
.card > .list-group {
  border-top: inherit;
  border-bottom: inherit;
}
.card > .list-group:first-child {
  border-top-width: 0;
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}
.card > .list-group:last-child {
  border-bottom-width: 0;
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}
.card > .card-header + .list-group,
.card > .list-group + .card-footer {
  border-top: 0;
}

.card-body {
  flex: 1 1 auto;
  min-height: 1px;
  padding: 1.25rem;
}

.card-title {
  margin-bottom: 0.75rem;
}

.card-subtitle {
  margin-top: -0.375rem;
  margin-bottom: 0;
}

.card-text:last-child {
  margin-bottom: 0;
}

.card-link:hover {
  text-decoration: none;
}
.card-link + .card-link {
  margin-left: 1.25rem;
}

.card-header {
  padding: 0.75rem 1.25rem;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, 0.03);
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}
.card-header:first-child {
  border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
}

.card-footer {
  padding: 0.75rem 1.25rem;
  background-color: rgba(0, 0, 0, 0.03);
  border-top: 1px solid rgba(0, 0, 0, 0.125);
}
.card-footer:last-child {
  border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px);
}

.card-header-tabs {
  margin-right: -0.625rem;
  margin-bottom: -0.75rem;
  margin-left: -0.625rem;
  border-bottom: 0;
}

.card-header-pills {
  margin-right: -0.625rem;
  margin-left: -0.625rem;
}

.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.25rem;
  border-radius: calc(0.25rem - 1px);
}

.card-img,
.card-img-top,
.card-img-bottom {
  flex-shrink: 0;
  width: 100%;
}

.card-img,
.card-img-top {
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}

.card-img,
.card-img-bottom {
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}

.card-deck .card {
  margin-bottom: 15px;
}
@media (min-width: 576px) {
  .card-deck {
    display: flex;
    flex-flow: row wrap;
    margin-right: -15px;
    margin-left: -15px;
  }
  .card-deck .card {
    flex: 1 0 0%;
    margin-right: 15px;
    margin-bottom: 0;
    margin-left: 15px;
  }
}

.card-group > .card {
  margin-bottom: 15px;
}
@media (min-width: 576px) {
  .card-group {
    display: flex;
    flex-flow: row wrap;
  }
  .card-group > .card {
    flex: 1 0 0%;
    margin-bottom: 0;
  }
  .card-group > .card + .card {
    margin-left: 0;
    border-left: 0;
  }
  .card-group > .card:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .card-group > .card:not(:last-child) .card-img-top,
.card-group > .card:not(:last-child) .card-header {
    border-top-right-radius: 0;
  }
  .card-group > .card:not(:last-child) .card-img-bottom,
.card-group > .card:not(:last-child) .card-footer {
    border-bottom-right-radius: 0;
  }
  .card-group > .card:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .card-group > .card:not(:first-child) .card-img-top,
.card-group > .card:not(:first-child) .card-header {
    border-top-left-radius: 0;
  }
  .card-group > .card:not(:first-child) .card-img-bottom,
.card-group > .card:not(:first-child) .card-footer {
    border-bottom-left-radius: 0;
  }
}

.card-columns .card {
  margin-bottom: 0.75rem;
}
@media (min-width: 576px) {
  .card-columns {
    -moz-column-count: 3;
         column-count: 3;
    -moz-column-gap: 1.25rem;
         column-gap: 1.25rem;
    orphans: 1;
    widows: 1;
  }
  .card-columns .card {
    display: inline-block;
    width: 100%;
  }
}

.accordion {
  overflow-anchor: none;
}
.accordion > .card {
  overflow: hidden;
}
.accordion > .card:not(:last-of-type) {
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.accordion > .card:not(:first-of-type) {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.accordion > .card > .card-header {
  border-radius: 0;
  margin-bottom: -1px;
}

.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  padding: 0.75rem 1rem;
  margin-bottom: 1rem;
  list-style: none;
  background-color: #e9ecef;
  border-radius: 0.25rem;
}

.breadcrumb-item {
  display: flex;
}
.breadcrumb-item + .breadcrumb-item {
  padding-left: 0.5rem;
}
.breadcrumb-item + .breadcrumb-item::before {
  display: inline-block;
  padding-right: 0.5rem;
  color: #6c757d;
  content: "/";
}
.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: underline;
}
.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: none;
}
.breadcrumb-item.active {
  color: #6c757d;
}

.pagination {
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: 0.25rem;
}

.page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #007bff;
  background-color: #fff;
  border: 1px solid #dee2e6;
}
.page-link:hover {
  z-index: 2;
  color: #0056b3;
  text-decoration: none;
  background-color: #e9ecef;
  border-color: #dee2e6;
}
.page-link:focus {
  z-index: 3;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.page-item:first-child .page-link {
  margin-left: 0;
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}
.page-item:last-child .page-link {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}
.page-item.active .page-link {
  z-index: 3;
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}
.page-item.disabled .page-link {
  color: #6c757d;
  pointer-events: none;
  cursor: auto;
  background-color: #fff;
  border-color: #dee2e6;
}

.pagination-lg .page-link {
  padding: 0.75rem 1.5rem;
  font-size: 1.25rem;
  line-height: 1.5;
}
.pagination-lg .page-item:first-child .page-link {
  border-top-left-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem;
}
.pagination-lg .page-item:last-child .page-link {
  border-top-right-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem;
}

.pagination-sm .page-link {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
}
.pagination-sm .page-item:first-child .page-link {
  border-top-left-radius: 0.2rem;
  border-bottom-left-radius: 0.2rem;
}
.pagination-sm .page-item:last-child .page-link {
  border-top-right-radius: 0.2rem;
  border-bottom-right-radius: 0.2rem;
}

.badge {
  display: inline-block;
  padding: 0.25em 0.4em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25rem;
  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) {
  .badge {
    transition: none;
  }
}
a.badge:hover, a.badge:focus {
  text-decoration: none;
}

.badge:empty {
  display: none;
}

.btn .badge {
  position: relative;
  top: -1px;
}

.badge-pill {
  padding-right: 0.6em;
  padding-left: 0.6em;
  border-radius: 10rem;
}

.badge-primary {
  color: #fff;
  background-color: #007bff;
}
a.badge-primary:hover, a.badge-primary:focus {
  color: #fff;
  background-color: #0062cc;
}
a.badge-primary:focus, a.badge-primary.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}

.badge-secondary {
  color: #fff;
  background-color: #6c757d;
}
a.badge-secondary:hover, a.badge-secondary:focus {
  color: #fff;
  background-color: #545b62;
}
a.badge-secondary:focus, a.badge-secondary.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

.badge-success {
  color: #fff;
  background-color: #28a745;
}
a.badge-success:hover, a.badge-success:focus {
  color: #fff;
  background-color: #1e7e34;
}
a.badge-success:focus, a.badge-success.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.badge-info {
  color: #fff;
  background-color: #17a2b8;
}
a.badge-info:hover, a.badge-info:focus {
  color: #fff;
  background-color: #117a8b;
}
a.badge-info:focus, a.badge-info.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.badge-warning {
  color: #212529;
  background-color: #ffc107;
}
a.badge-warning:hover, a.badge-warning:focus {
  color: #212529;
  background-color: #d39e00;
}
a.badge-warning:focus, a.badge-warning.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.badge-danger {
  color: #fff;
  background-color: #dc3545;
}
a.badge-danger:hover, a.badge-danger:focus {
  color: #fff;
  background-color: #bd2130;
}
a.badge-danger:focus, a.badge-danger.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

.badge-light {
  color: #212529;
  background-color: #f8f9fa;
}
a.badge-light:hover, a.badge-light:focus {
  color: #212529;
  background-color: #dae0e5;
}
a.badge-light:focus, a.badge-light.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.badge-dark {
  color: #fff;
  background-color: #343a40;
}
a.badge-dark:hover, a.badge-dark:focus {
  color: #fff;
  background-color: #1d2124;
}
a.badge-dark:focus, a.badge-dark.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.jumbotron {
  padding: 2rem 1rem;
  margin-bottom: 2rem;
  background-color: #e9ecef;
  border-radius: 0.3rem;
}
@media (min-width: 576px) {
  .jumbotron {
    padding: 4rem 2rem;
  }
}

.jumbotron-fluid {
  padding-right: 0;
  padding-left: 0;
  border-radius: 0;
}

.alert {
  position: relative;
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.alert-heading {
  color: inherit;
}

.alert-link {
  font-weight: 700;
}

.alert-dismissible {
  padding-right: 4rem;
}
.alert-dismissible .close {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  padding: 0.75rem 1.25rem;
  color: inherit;
}

.alert-primary {
  color: #004085;
  background-color: #cce5ff;
  border-color: #b8daff;
}
.alert-primary hr {
  border-top-color: #9fcdff;
}
.alert-primary .alert-link {
  color: #002752;
}

.alert-secondary {
  color: #383d41;
  background-color: #e2e3e5;
  border-color: #d6d8db;
}
.alert-secondary hr {
  border-top-color: #c8cbcf;
}
.alert-secondary .alert-link {
  color: #202326;
}

.alert-success {
  color: #155724;
  background-color: #d4edda;
  border-color: #c3e6cb;
}
.alert-success hr {
  border-top-color: #b1dfbb;
}
.alert-success .alert-link {
  color: #0b2e13;
}

.alert-info {
  color: #0c5460;
  background-color: #d1ecf1;
  border-color: #bee5eb;
}
.alert-info hr {
  border-top-color: #abdde5;
}
.alert-info .alert-link {
  color: #062c33;
}

.alert-warning {
  color: #856404;
  background-color: #fff3cd;
  border-color: #ffeeba;
}
.alert-warning hr {
  border-top-color: #ffe8a1;
}
.alert-warning .alert-link {
  color: #533f03;
}

.alert-danger {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb;
}
.alert-danger hr {
  border-top-color: #f1b0b7;
}
.alert-danger .alert-link {
  color: #491217;
}

.alert-light {
  color: #818182;
  background-color: #fefefe;
  border-color: #fdfdfe;
}
.alert-light hr {
  border-top-color: #ececf6;
}
.alert-light .alert-link {
  color: #686868;
}

.alert-dark {
  color: #1b1e21;
  background-color: #d6d8d9;
  border-color: #c6c8ca;
}
.alert-dark hr {
  border-top-color: #b9bbbe;
}
.alert-dark .alert-link {
  color: #040505;
}

@keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress {
  display: flex;
  height: 1rem;
  overflow: hidden;
  line-height: 0;
  font-size: 0.75rem;
  background-color: #e9ecef;
  border-radius: 0.25rem;
}

.progress-bar {
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #007bff;
  transition: width 0.6s ease;
}
@media (prefers-reduced-motion: reduce) {
  .progress-bar {
    transition: none;
  }
}

.progress-bar-striped {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 1rem 1rem;
}

.progress-bar-animated {
  animation: progress-bar-stripes 1s linear infinite;
}
@media (prefers-reduced-motion: reduce) {
  .progress-bar-animated {
    animation: none;
  }
}

.media {
  display: flex;
  align-items: flex-start;
}

.media-body {
  flex: 1;
}

.list-group {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  border-radius: 0.25rem;
}

.list-group-item-action {
  width: 100%;
  color: #495057;
  text-align: inherit;
}
.list-group-item-action:hover, .list-group-item-action:focus {
  z-index: 1;
  color: #495057;
  text-decoration: none;
  background-color: #f8f9fa;
}
.list-group-item-action:active {
  color: #212529;
  background-color: #e9ecef;
}

.list-group-item {
  position: relative;
  display: block;
  padding: 0.75rem 1.25rem;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125);
}
.list-group-item:first-child {
  border-top-left-radius: inherit;
  border-top-right-radius: inherit;
}
.list-group-item:last-child {
  border-bottom-right-radius: inherit;
  border-bottom-left-radius: inherit;
}
.list-group-item.disabled, .list-group-item:disabled {
  color: #6c757d;
  pointer-events: none;
  background-color: #fff;
}
.list-group-item.active {
  z-index: 2;
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}
.list-group-item + .list-group-item {
  border-top-width: 0;
}
.list-group-item + .list-group-item.active {
  margin-top: -1px;
  border-top-width: 1px;
}

.list-group-horizontal {
  flex-direction: row;
}
.list-group-horizontal > .list-group-item:first-child {
  border-bottom-left-radius: 0.25rem;
  border-top-right-radius: 0;
}
.list-group-horizontal > .list-group-item:last-child {
  border-top-right-radius: 0.25rem;
  border-bottom-left-radius: 0;
}
.list-group-horizontal > .list-group-item.active {
  margin-top: 0;
}
.list-group-horizontal > .list-group-item + .list-group-item {
  border-top-width: 1px;
  border-left-width: 0;
}
.list-group-horizontal > .list-group-item + .list-group-item.active {
  margin-left: -1px;
  border-left-width: 1px;
}

@media (min-width: 576px) {
  .list-group-horizontal-sm {
    flex-direction: row;
  }
  .list-group-horizontal-sm > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-sm > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-sm > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-sm > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-sm > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
@media (min-width: 768px) {
  .list-group-horizontal-md {
    flex-direction: row;
  }
  .list-group-horizontal-md > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-md > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-md > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-md > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-md > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
@media (min-width: 992px) {
  .list-group-horizontal-lg {
    flex-direction: row;
  }
  .list-group-horizontal-lg > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-lg > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-lg > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-lg > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-lg > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
@media (min-width: 1200px) {
  .list-group-horizontal-xl {
    flex-direction: row;
  }
  .list-group-horizontal-xl > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-xl > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-xl > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-xl > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-xl > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
.list-group-flush {
  border-radius: 0;
}
.list-group-flush > .list-group-item {
  border-width: 0 0 1px;
}
.list-group-flush > .list-group-item:last-child {
  border-bottom-width: 0;
}

.list-group-item-primary {
  color: #004085;
  background-color: #b8daff;
}
.list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
  color: #004085;
  background-color: #9fcdff;
}
.list-group-item-primary.list-group-item-action.active {
  color: #fff;
  background-color: #004085;
  border-color: #004085;
}

.list-group-item-secondary {
  color: #383d41;
  background-color: #d6d8db;
}
.list-group-item-secondary.list-group-item-action:hover, .list-group-item-secondary.list-group-item-action:focus {
  color: #383d41;
  background-color: #c8cbcf;
}
.list-group-item-secondary.list-group-item-action.active {
  color: #fff;
  background-color: #383d41;
  border-color: #383d41;
}

.list-group-item-success {
  color: #155724;
  background-color: #c3e6cb;
}
.list-group-item-success.list-group-item-action:hover, .list-group-item-success.list-group-item-action:focus {
  color: #155724;
  background-color: #b1dfbb;
}
.list-group-item-success.list-group-item-action.active {
  color: #fff;
  background-color: #155724;
  border-color: #155724;
}

.list-group-item-info {
  color: #0c5460;
  background-color: #bee5eb;
}
.list-group-item-info.list-group-item-action:hover, .list-group-item-info.list-group-item-action:focus {
  color: #0c5460;
  background-color: #abdde5;
}
.list-group-item-info.list-group-item-action.active {
  color: #fff;
  background-color: #0c5460;
  border-color: #0c5460;
}

.list-group-item-warning {
  color: #856404;
  background-color: #ffeeba;
}
.list-group-item-warning.list-group-item-action:hover, .list-group-item-warning.list-group-item-action:focus {
  color: #856404;
  background-color: #ffe8a1;
}
.list-group-item-warning.list-group-item-action.active {
  color: #fff;
  background-color: #856404;
  border-color: #856404;
}

.list-group-item-danger {
  color: #721c24;
  background-color: #f5c6cb;
}
.list-group-item-danger.list-group-item-action:hover, .list-group-item-danger.list-group-item-action:focus {
  color: #721c24;
  background-color: #f1b0b7;
}
.list-group-item-danger.list-group-item-action.active {
  color: #fff;
  background-color: #721c24;
  border-color: #721c24;
}

.list-group-item-light {
  color: #818182;
  background-color: #fdfdfe;
}
.list-group-item-light.list-group-item-action:hover, .list-group-item-light.list-group-item-action:focus {
  color: #818182;
  background-color: #ececf6;
}
.list-group-item-light.list-group-item-action.active {
  color: #fff;
  background-color: #818182;
  border-color: #818182;
}

.list-group-item-dark {
  color: #1b1e21;
  background-color: #c6c8ca;
}
.list-group-item-dark.list-group-item-action:hover, .list-group-item-dark.list-group-item-action:focus {
  color: #1b1e21;
  background-color: #b9bbbe;
}
.list-group-item-dark.list-group-item-action.active {
  color: #fff;
  background-color: #1b1e21;
  border-color: #1b1e21;
}

.close {
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.5;
}
.close:hover {
  color: #000;
  text-decoration: none;
}
.close:not(:disabled):not(.disabled):hover, .close:not(:disabled):not(.disabled):focus {
  opacity: 0.75;
}

button.close {
  padding: 0;
  background-color: transparent;
  border: 0;
}

a.close.disabled {
  pointer-events: none;
}

.toast {
  flex-basis: 350px;
  max-width: 350px;
  font-size: 0.875rem;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.1);
  opacity: 0;
  border-radius: 0.25rem;
}
.toast:not(:last-child) {
  margin-bottom: 0.75rem;
}
.toast.showing {
  opacity: 1;
}
.toast.show {
  display: block;
  opacity: 1;
}
.toast.hide {
  display: none;
}

.toast-header {
  display: flex;
  align-items: center;
  padding: 0.25rem 0.75rem;
  color: #6c757d;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}

.toast-body {
  padding: 0.75rem;
}

.modal-open {
  overflow: hidden;
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  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 {
  display: flex;
  max-height: calc(100% - 1rem);
}
.modal-dialog-scrollable .modal-content {
  max-height: calc(100vh - 1rem);
  overflow: hidden;
}
.modal-dialog-scrollable .modal-header,
.modal-dialog-scrollable .modal-footer {
  flex-shrink: 0;
}
.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}

.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - 1rem);
}
.modal-dialog-centered::before {
  display: block;
  height: calc(100vh - 1rem);
  height: -moz-min-content;
  height: min-content;
  content: "";
}
.modal-dialog-centered.modal-dialog-scrollable {
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
.modal-dialog-centered.modal-dialog-scrollable .modal-content {
  max-height: none;
}
.modal-dialog-centered.modal-dialog-scrollable::before {
  content: none;
}

.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: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.modal-backdrop.fade {
  opacity: 0;
}
.modal-backdrop.show {
  opacity: 0.5;
}

.modal-header {
  display: flex;
  align-items: flex-start;
  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 .close {
  padding: 1rem 1rem;
  margin: -1rem -1rem -1rem 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;
  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;
}

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }

  .modal-dialog-scrollable {
    max-height: calc(100% - 3.5rem);
  }
  .modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 3.5rem);
  }

  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem);
  }
  .modal-dialog-centered::before {
    height: calc(100vh - 3.5rem);
    height: -moz-min-content;
    height: min-content;
  }

  .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;
  }
}
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  opacity: 0;
}
.tooltip.show {
  opacity: 0.9;
}
.tooltip .arrow {
  position: absolute;
  display: block;
  width: 0.8rem;
  height: 0.4rem;
}
.tooltip .arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs-tooltip-top, .tooltip.b-tooltip-dark.bs-tooltip-auto[x-placement^=top], .tooltip.b-tooltip-light.bs-tooltip-auto[x-placement^=top], .tooltip.b-tooltip-danger.bs-tooltip-auto[x-placement^=top], .tooltip.b-tooltip-warning.bs-tooltip-auto[x-placement^=top], .tooltip.b-tooltip-info.bs-tooltip-auto[x-placement^=top], .tooltip.b-tooltip-success.bs-tooltip-auto[x-placement^=top], .tooltip.b-tooltip-secondary.bs-tooltip-auto[x-placement^=top], .tooltip.b-tooltip-primary.bs-tooltip-auto[x-placement^=top], .bs-tooltip-auto[x-placement^=top] {
  padding: 0.4rem 0;
}
.bs-tooltip-top .arrow, .tooltip.b-tooltip-dark.bs-tooltip-auto[x-placement^=top] .arrow, .tooltip.b-tooltip-light.bs-tooltip-auto[x-placement^=top] .arrow, .tooltip.b-tooltip-danger.bs-tooltip-auto[x-placement^=top] .arrow, .tooltip.b-tooltip-warning.bs-tooltip-auto[x-placement^=top] .arrow, .tooltip.b-tooltip-info.bs-tooltip-auto[x-placement^=top] .arrow, .tooltip.b-tooltip-success.bs-tooltip-auto[x-placement^=top] .arrow, .tooltip.b-tooltip-secondary.bs-tooltip-auto[x-placement^=top] .arrow, .tooltip.b-tooltip-primary.bs-tooltip-auto[x-placement^=top] .arrow, .bs-tooltip-auto[x-placement^=top] .arrow {
  bottom: 0;
}
.bs-tooltip-top .arrow::before, .tooltip.b-tooltip-dark.bs-tooltip-auto[x-placement^=top] .arrow::before, .tooltip.b-tooltip-light.bs-tooltip-auto[x-placement^=top] .arrow::before, .tooltip.b-tooltip-danger.bs-tooltip-auto[x-placement^=top] .arrow::before, .tooltip.b-tooltip-warning.bs-tooltip-auto[x-placement^=top] .arrow::before, .tooltip.b-tooltip-info.bs-tooltip-auto[x-placement^=top] .arrow::before, .tooltip.b-tooltip-success.bs-tooltip-auto[x-placement^=top] .arrow::before, .tooltip.b-tooltip-secondary.bs-tooltip-auto[x-placement^=top] .arrow::before, .tooltip.b-tooltip-primary.bs-tooltip-auto[x-placement^=top] .arrow::before, .bs-tooltip-auto[x-placement^=top] .arrow::before {
  top: 0;
  border-width: 0.4rem 0.4rem 0;
  border-top-color: #000;
}

.bs-tooltip-right, .tooltip.b-tooltip-dark.bs-tooltip-auto[x-placement^=right], .tooltip.b-tooltip-light.bs-tooltip-auto[x-placement^=right], .tooltip.b-tooltip-danger.bs-tooltip-auto[x-placement^=right], .tooltip.b-tooltip-warning.bs-tooltip-auto[x-placement^=right], .tooltip.b-tooltip-info.bs-tooltip-auto[x-placement^=right], .tooltip.b-tooltip-success.bs-tooltip-auto[x-placement^=right], .tooltip.b-tooltip-secondary.bs-tooltip-auto[x-placement^=right], .tooltip.b-tooltip-primary.bs-tooltip-auto[x-placement^=right], .bs-tooltip-auto[x-placement^=right] {
  padding: 0 0.4rem;
}
.bs-tooltip-right .arrow, .tooltip.b-tooltip-dark.bs-tooltip-auto[x-placement^=right] .arrow, .tooltip.b-tooltip-light.bs-tooltip-auto[x-placement^=right] .arrow, .tooltip.b-tooltip-danger.bs-tooltip-auto[x-placement^=right] .arrow, .tooltip.b-tooltip-warning.bs-tooltip-auto[x-placement^=right] .arrow, .tooltip.b-tooltip-info.bs-tooltip-auto[x-placement^=right] .arrow, .tooltip.b-tooltip-success.bs-tooltip-auto[x-placement^=right] .arrow, .tooltip.b-tooltip-secondary.bs-tooltip-auto[x-placement^=right] .arrow, .tooltip.b-tooltip-primary.bs-tooltip-auto[x-placement^=right] .arrow, .bs-tooltip-auto[x-placement^=right] .arrow {
  left: 0;
  width: 0.4rem;
  height: 0.8rem;
}
.bs-tooltip-right .arrow::before, .tooltip.b-tooltip-dark.bs-tooltip-auto[x-placement^=right] .arrow::before, .tooltip.b-tooltip-light.bs-tooltip-auto[x-placement^=right] .arrow::before, .tooltip.b-tooltip-danger.bs-tooltip-auto[x-placement^=right] .arrow::before, .tooltip.b-tooltip-warning.bs-tooltip-auto[x-placement^=right] .arrow::before, .tooltip.b-tooltip-info.bs-tooltip-auto[x-placement^=right] .arrow::before, .tooltip.b-tooltip-success.bs-tooltip-auto[x-placement^=right] .arrow::before, .tooltip.b-tooltip-secondary.bs-tooltip-auto[x-placement^=right] .arrow::before, .tooltip.b-tooltip-primary.bs-tooltip-auto[x-placement^=right] .arrow::before, .bs-tooltip-auto[x-placement^=right] .arrow::before {
  right: 0;
  border-width: 0.4rem 0.4rem 0.4rem 0;
  border-right-color: #000;
}

.bs-tooltip-bottom, .tooltip.b-tooltip-dark.bs-tooltip-auto[x-placement^=bottom], .tooltip.b-tooltip-light.bs-tooltip-auto[x-placement^=bottom], .tooltip.b-tooltip-danger.bs-tooltip-auto[x-placement^=bottom], .tooltip.b-tooltip-warning.bs-tooltip-auto[x-placement^=bottom], .tooltip.b-tooltip-info.bs-tooltip-auto[x-placement^=bottom], .tooltip.b-tooltip-success.bs-tooltip-auto[x-placement^=bottom], .tooltip.b-tooltip-secondary.bs-tooltip-auto[x-placement^=bottom], .tooltip.b-tooltip-primary.bs-tooltip-auto[x-placement^=bottom], .bs-tooltip-auto[x-placement^=bottom] {
  padding: 0.4rem 0;
}
.bs-tooltip-bottom .arrow, .tooltip.b-tooltip-dark.bs-tooltip-auto[x-placement^=bottom] .arrow, .tooltip.b-tooltip-light.bs-tooltip-auto[x-placement^=bottom] .arrow, .tooltip.b-tooltip-danger.bs-tooltip-auto[x-placement^=bottom] .arrow, .tooltip.b-tooltip-warning.bs-tooltip-auto[x-placement^=bottom] .arrow, .tooltip.b-tooltip-info.bs-tooltip-auto[x-placement^=bottom] .arrow, .tooltip.b-tooltip-success.bs-tooltip-auto[x-placement^=bottom] .arrow, .tooltip.b-tooltip-secondary.bs-tooltip-auto[x-placement^=bottom] .arrow, .tooltip.b-tooltip-primary.bs-tooltip-auto[x-placement^=bottom] .arrow, .bs-tooltip-auto[x-placement^=bottom] .arrow {
  top: 0;
}
.bs-tooltip-bottom .arrow::before, .tooltip.b-tooltip-dark.bs-tooltip-auto[x-placement^=bottom] .arrow::before, .tooltip.b-tooltip-light.bs-tooltip-auto[x-placement^=bottom] .arrow::before, .tooltip.b-tooltip-danger.bs-tooltip-auto[x-placement^=bottom] .arrow::before, .tooltip.b-tooltip-warning.bs-tooltip-auto[x-placement^=bottom] .arrow::before, .tooltip.b-tooltip-info.bs-tooltip-auto[x-placement^=bottom] .arrow::before, .tooltip.b-tooltip-success.bs-tooltip-auto[x-placement^=bottom] .arrow::before, .tooltip.b-tooltip-secondary.bs-tooltip-auto[x-placement^=bottom] .arrow::before, .tooltip.b-tooltip-primary.bs-tooltip-auto[x-placement^=bottom] .arrow::before, .bs-tooltip-auto[x-placement^=bottom] .arrow::before {
  bottom: 0;
  border-width: 0 0.4rem 0.4rem;
  border-bottom-color: #000;
}

.bs-tooltip-left, .tooltip.b-tooltip-dark.bs-tooltip-auto[x-placement^=left], .tooltip.b-tooltip-light.bs-tooltip-auto[x-placement^=left], .tooltip.b-tooltip-danger.bs-tooltip-auto[x-placement^=left], .tooltip.b-tooltip-warning.bs-tooltip-auto[x-placement^=left], .tooltip.b-tooltip-info.bs-tooltip-auto[x-placement^=left], .tooltip.b-tooltip-success.bs-tooltip-auto[x-placement^=left], .tooltip.b-tooltip-secondary.bs-tooltip-auto[x-placement^=left], .tooltip.b-tooltip-primary.bs-tooltip-auto[x-placement^=left], .bs-tooltip-auto[x-placement^=left] {
  padding: 0 0.4rem;
}
.bs-tooltip-left .arrow, .tooltip.b-tooltip-dark.bs-tooltip-auto[x-placement^=left] .arrow, .tooltip.b-tooltip-light.bs-tooltip-auto[x-placement^=left] .arrow, .tooltip.b-tooltip-danger.bs-tooltip-auto[x-placement^=left] .arrow, .tooltip.b-tooltip-warning.bs-tooltip-auto[x-placement^=left] .arrow, .tooltip.b-tooltip-info.bs-tooltip-auto[x-placement^=left] .arrow, .tooltip.b-tooltip-success.bs-tooltip-auto[x-placement^=left] .arrow, .tooltip.b-tooltip-secondary.bs-tooltip-auto[x-placement^=left] .arrow, .tooltip.b-tooltip-primary.bs-tooltip-auto[x-placement^=left] .arrow, .bs-tooltip-auto[x-placement^=left] .arrow {
  right: 0;
  width: 0.4rem;
  height: 0.8rem;
}
.bs-tooltip-left .arrow::before, .tooltip.b-tooltip-dark.bs-tooltip-auto[x-placement^=left] .arrow::before, .tooltip.b-tooltip-light.bs-tooltip-auto[x-placement^=left] .arrow::before, .tooltip.b-tooltip-danger.bs-tooltip-auto[x-placement^=left] .arrow::before, .tooltip.b-tooltip-warning.bs-tooltip-auto[x-placement^=left] .arrow::before, .tooltip.b-tooltip-info.bs-tooltip-auto[x-placement^=left] .arrow::before, .tooltip.b-tooltip-success.bs-tooltip-auto[x-placement^=left] .arrow::before, .tooltip.b-tooltip-secondary.bs-tooltip-auto[x-placement^=left] .arrow::before, .tooltip.b-tooltip-primary.bs-tooltip-auto[x-placement^=left] .arrow::before, .bs-tooltip-auto[x-placement^=left] .arrow::before {
  left: 0;
  border-width: 0.4rem 0 0.4rem 0.4rem;
  border-left-color: #000;
}

.tooltip-inner {
  max-width: 200px;
  padding: 0.25rem 0.5rem;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 0.25rem;
}

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: block;
  max-width: 276px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
}
.popover .arrow {
  position: absolute;
  display: block;
  width: 1rem;
  height: 0.5rem;
  margin: 0 0.3rem;
}
.popover .arrow::before, .popover .arrow::after {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs-popover-top, .b-popover-dark.bs-popover-auto[x-placement^=top], .b-popover-light.bs-popover-auto[x-placement^=top], .b-popover-danger.bs-popover-auto[x-placement^=top], .b-popover-warning.bs-popover-auto[x-placement^=top], .b-popover-info.bs-popover-auto[x-placement^=top], .b-popover-success.bs-popover-auto[x-placement^=top], .b-popover-secondary.bs-popover-auto[x-placement^=top], .b-popover-primary.bs-popover-auto[x-placement^=top], .bs-popover-auto[x-placement^=top] {
  margin-bottom: 0.5rem;
}
.bs-popover-top > .arrow, .bs-popover-auto[x-placement^=top] > .arrow {
  bottom: calc(-0.5rem - 1px);
}
.bs-popover-top > .arrow::before, .bs-popover-auto[x-placement^=top] > .arrow::before {
  bottom: 0;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-top > .arrow::after, .bs-popover-auto[x-placement^=top] > .arrow::after {
  bottom: 1px;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: #fff;
}

.bs-popover-right, .b-popover-dark.bs-popover-auto[x-placement^=right], .b-popover-light.bs-popover-auto[x-placement^=right], .b-popover-danger.bs-popover-auto[x-placement^=right], .b-popover-warning.bs-popover-auto[x-placement^=right], .b-popover-info.bs-popover-auto[x-placement^=right], .b-popover-success.bs-popover-auto[x-placement^=right], .b-popover-secondary.bs-popover-auto[x-placement^=right], .b-popover-primary.bs-popover-auto[x-placement^=right], .bs-popover-auto[x-placement^=right] {
  margin-left: 0.5rem;
}
.bs-popover-right > .arrow, .bs-popover-auto[x-placement^=right] > .arrow {
  left: calc(-0.5rem - 1px);
  width: 0.5rem;
  height: 1rem;
  margin: 0.3rem 0;
}
.bs-popover-right > .arrow::before, .bs-popover-auto[x-placement^=right] > .arrow::before {
  left: 0;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-right > .arrow::after, .bs-popover-auto[x-placement^=right] > .arrow::after {
  left: 1px;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: #fff;
}

.bs-popover-bottom, .b-popover-dark.bs-popover-auto[x-placement^=bottom], .b-popover-light.bs-popover-auto[x-placement^=bottom], .b-popover-danger.bs-popover-auto[x-placement^=bottom], .b-popover-warning.bs-popover-auto[x-placement^=bottom], .b-popover-info.bs-popover-auto[x-placement^=bottom], .b-popover-success.bs-popover-auto[x-placement^=bottom], .b-popover-secondary.bs-popover-auto[x-placement^=bottom], .b-popover-primary.bs-popover-auto[x-placement^=bottom], .bs-popover-auto[x-placement^=bottom] {
  margin-top: 0.5rem;
}
.bs-popover-bottom > .arrow, .bs-popover-auto[x-placement^=bottom] > .arrow {
  top: calc(-0.5rem - 1px);
}
.bs-popover-bottom > .arrow::before, .bs-popover-auto[x-placement^=bottom] > .arrow::before {
  top: 0;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  border-bottom-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-bottom > .arrow::after, .bs-popover-auto[x-placement^=bottom] > .arrow::after {
  top: 1px;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  border-bottom-color: #fff;
}
.bs-popover-bottom .popover-header::before, .bs-popover-auto[x-placement^=bottom] .popover-header::before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 1rem;
  margin-left: -0.5rem;
  content: "";
  border-bottom: 1px solid #f7f7f7;
}

.bs-popover-left, .b-popover-dark.bs-popover-auto[x-placement^=left], .b-popover-light.bs-popover-auto[x-placement^=left], .b-popover-danger.bs-popover-auto[x-placement^=left], .b-popover-warning.bs-popover-auto[x-placement^=left], .b-popover-info.bs-popover-auto[x-placement^=left], .b-popover-success.bs-popover-auto[x-placement^=left], .b-popover-secondary.bs-popover-auto[x-placement^=left], .b-popover-primary.bs-popover-auto[x-placement^=left], .bs-popover-auto[x-placement^=left] {
  margin-right: 0.5rem;
}
.bs-popover-left > .arrow, .bs-popover-auto[x-placement^=left] > .arrow {
  right: calc(-0.5rem - 1px);
  width: 0.5rem;
  height: 1rem;
  margin: 0.3rem 0;
}
.bs-popover-left > .arrow::before, .bs-popover-auto[x-placement^=left] > .arrow::before {
  right: 0;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-left > .arrow::after, .bs-popover-auto[x-placement^=left] > .arrow::after {
  right: 1px;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: #fff;
}

.popover-header {
  padding: 0.5rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}
.popover-header:empty {
  display: none;
}

.popover-body {
  padding: 0.5rem 0.75rem;
  color: #212529;
}

.carousel {
  position: relative;
}

.carousel.pointer-event {
  touch-action: pan-y;
}

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.carousel-inner::after {
  display: block;
  clear: both;
  content: "";
}

.carousel-item {
  position: relative;
  display: none;
  float: left;
  width: 100%;
  margin-right: -100%;
  backface-visibility: hidden;
  transition: transform 0.6s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-item {
    transition: none;
  }
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: block;
}

.carousel-item-next:not(.carousel-item-left),
.active.carousel-item-right {
  transform: translateX(100%);
}

.carousel-item-prev:not(.carousel-item-right),
.active.carousel-item-left {
  transform: translateX(-100%);
}

.carousel-fade .carousel-item {
  opacity: 0;
  transition-property: opacity;
  transform: none;
}
.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right {
  z-index: 1;
  opacity: 1;
}
.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
  z-index: 0;
  opacity: 0;
  transition: opacity 0s 0.6s;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
    transition: none;
  }
}

.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15%;
  color: #fff;
  text-align: center;
  opacity: 0.5;
  transition: opacity 0.15s ease;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-control-prev,
.carousel-control-next {
    transition: none;
  }
}
.carousel-control-prev:hover, .carousel-control-prev:focus,
.carousel-control-next:hover,
.carousel-control-next:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: 0.9;
}

.carousel-control-prev {
  left: 0;
}

.carousel-control-next {
  right: 0;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: no-repeat 50%/100% 100%;
}

.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5L4.25 4l2.5-2.5L5.25 0z'/%3e%3c/svg%3e");
}

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5L3.75 4l-2.5 2.5L2.75 8l4-4-4-4z'/%3e%3c/svg%3e");
}

.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 15;
  display: flex;
  justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none;
}
.carousel-indicators li {
  box-sizing: content-box;
  flex: 0 1 auto;
  width: 30px;
  height: 3px;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #fff;
  background-clip: padding-box;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  opacity: 0.5;
  transition: opacity 0.6s ease;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-indicators li {
    transition: none;
  }
}
.carousel-indicators .active {
  opacity: 1;
}

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
}

@keyframes spinner-border {
  to {
    transform: rotate(360deg);
  }
}
.spinner-border {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: text-bottom;
  border: 0.25em solid currentColor;
  border-right-color: transparent;
  border-radius: 50%;
  animation: spinner-border 0.75s linear infinite;
}

.spinner-border-sm {
  width: 1rem;
  height: 1rem;
  border-width: 0.2em;
}

@keyframes spinner-grow {
  0% {
    transform: scale(0);
  }
  50% {
    opacity: 1;
    transform: none;
  }
}
.spinner-grow {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: text-bottom;
  background-color: currentColor;
  border-radius: 50%;
  opacity: 0;
  animation: spinner-grow 0.75s linear infinite;
}

.spinner-grow-sm {
  width: 1rem;
  height: 1rem;
}

.align-baseline {
  vertical-align: baseline !important;
}

.align-top {
  vertical-align: top !important;
}

.align-middle {
  vertical-align: middle !important;
}

.align-bottom {
  vertical-align: bottom !important;
}

.align-text-bottom {
  vertical-align: text-bottom !important;
}

.align-text-top {
  vertical-align: text-top !important;
}

.bg-primary {
  background-color: #007bff !important;
}

a.bg-primary:hover, a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
  background-color: #0062cc !important;
}

.bg-secondary {
  background-color: #6c757d !important;
}

a.bg-secondary:hover, a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
  background-color: #545b62 !important;
}

.bg-success {
  background-color: #28a745 !important;
}

a.bg-success:hover, a.bg-success:focus,
button.bg-success:hover,
button.bg-success:focus {
  background-color: #1e7e34 !important;
}

.bg-info {
  background-color: #17a2b8 !important;
}

a.bg-info:hover, a.bg-info:focus,
button.bg-info:hover,
button.bg-info:focus {
  background-color: #117a8b !important;
}

.bg-warning {
  background-color: #ffc107 !important;
}

a.bg-warning:hover, a.bg-warning:focus,
button.bg-warning:hover,
button.bg-warning:focus {
  background-color: #d39e00 !important;
}

.bg-danger {
  background-color: #dc3545 !important;
}

a.bg-danger:hover, a.bg-danger:focus,
button.bg-danger:hover,
button.bg-danger:focus {
  background-color: #bd2130 !important;
}

.bg-light {
  background-color: #f8f9fa !important;
}

a.bg-light:hover, a.bg-light:focus,
button.bg-light:hover,
button.bg-light:focus {
  background-color: #dae0e5 !important;
}

.bg-dark {
  background-color: #343a40 !important;
}

a.bg-dark:hover, a.bg-dark:focus,
button.bg-dark:hover,
button.bg-dark:focus {
  background-color: #1d2124 !important;
}

.bg-white {
  background-color: #fff !important;
}

.bg-transparent {
  background-color: transparent !important;
}

.border {
  border: 1px solid #dee2e6 !important;
}

.border-top {
  border-top: 1px solid #dee2e6 !important;
}

.border-right {
  border-right: 1px solid #dee2e6 !important;
}

.border-bottom {
  border-bottom: 1px solid #dee2e6 !important;
}

.border-left {
  border-left: 1px solid #dee2e6 !important;
}

.border-0 {
  border: 0 !important;
}

.border-top-0 {
  border-top: 0 !important;
}

.border-right-0 {
  border-right: 0 !important;
}

.border-bottom-0 {
  border-bottom: 0 !important;
}

.border-left-0 {
  border-left: 0 !important;
}

.border-primary {
  border-color: #007bff !important;
}

.border-secondary {
  border-color: #6c757d !important;
}

.border-success {
  border-color: #28a745 !important;
}

.border-info {
  border-color: #17a2b8 !important;
}

.border-warning {
  border-color: #ffc107 !important;
}

.border-danger {
  border-color: #dc3545 !important;
}

.border-light {
  border-color: #f8f9fa !important;
}

.border-dark {
  border-color: #343a40 !important;
}

.border-white {
  border-color: #fff !important;
}

.rounded-sm {
  border-radius: 0.2rem !important;
}

.rounded {
  border-radius: 0.25rem !important;
}

.rounded-top {
  border-top-left-radius: 0.25rem !important;
  border-top-right-radius: 0.25rem !important;
}

.rounded-right {
  border-top-right-radius: 0.25rem !important;
  border-bottom-right-radius: 0.25rem !important;
}

.rounded-bottom {
  border-bottom-right-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}

.rounded-left {
  border-top-left-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}

.rounded-lg {
  border-radius: 0.3rem !important;
}

.rounded-circle {
  border-radius: 50% !important;
}

.rounded-pill {
  border-radius: 50rem !important;
}

.rounded-0 {
  border-radius: 0 !important;
}

.clearfix::after {
  display: block;
  clear: both;
  content: "";
}

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

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

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

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

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

.d-table-row {
  display: table-row !important;
}

.d-table-cell {
  display: table-cell !important;
}

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

.d-inline-flex {
  display: inline-flex !important;
}

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }

  .d-sm-inline {
    display: inline !important;
  }

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

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

  .d-sm-table {
    display: table !important;
  }

  .d-sm-table-row {
    display: table-row !important;
  }

  .d-sm-table-cell {
    display: table-cell !important;
  }

  .d-sm-flex {
    display: flex !important;
  }

  .d-sm-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }

  .d-md-inline {
    display: inline !important;
  }

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

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

  .d-md-table {
    display: table !important;
  }

  .d-md-table-row {
    display: table-row !important;
  }

  .d-md-table-cell {
    display: table-cell !important;
  }

  .d-md-flex {
    display: flex !important;
  }

  .d-md-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }

  .d-lg-inline {
    display: inline !important;
  }

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

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

  .d-lg-table {
    display: table !important;
  }

  .d-lg-table-row {
    display: table-row !important;
  }

  .d-lg-table-cell {
    display: table-cell !important;
  }

  .d-lg-flex {
    display: flex !important;
  }

  .d-lg-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important;
  }

  .d-xl-inline {
    display: inline !important;
  }

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

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

  .d-xl-table {
    display: table !important;
  }

  .d-xl-table-row {
    display: table-row !important;
  }

  .d-xl-table-cell {
    display: table-cell !important;
  }

  .d-xl-flex {
    display: flex !important;
  }

  .d-xl-inline-flex {
    display: inline-flex !important;
  }
}
@media print {
  .d-print-none {
    display: none !important;
  }

  .d-print-inline {
    display: inline !important;
  }

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

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

  .d-print-table {
    display: table !important;
  }

  .d-print-table-row {
    display: table-row !important;
  }

  .d-print-table-cell {
    display: table-cell !important;
  }

  .d-print-flex {
    display: flex !important;
  }

  .d-print-inline-flex {
    display: inline-flex !important;
  }
}
.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}
.embed-responsive::before {
  display: block;
  content: "";
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.embed-responsive-21by9::before {
  padding-top: 42.8571428571%;
}

.embed-responsive-16by9::before {
  padding-top: 56.25%;
}

.embed-responsive-4by3::before {
  padding-top: 75%;
}

.embed-responsive-1by1::before {
  padding-top: 100%;
}

.flex-row {
  flex-direction: row !important;
}

.flex-column {
  flex-direction: column !important;
}

.flex-row-reverse {
  flex-direction: row-reverse !important;
}

.flex-column-reverse {
  flex-direction: column-reverse !important;
}

.flex-wrap {
  flex-wrap: wrap !important;
}

.flex-nowrap {
  flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}

.flex-fill {
  flex: 1 1 auto !important;
}

.flex-grow-0 {
  flex-grow: 0 !important;
}

.flex-grow-1 {
  flex-grow: 1 !important;
}

.flex-shrink-0 {
  flex-shrink: 0 !important;
}

.flex-shrink-1 {
  flex-shrink: 1 !important;
}

.justify-content-start {
  justify-content: flex-start !important;
}

.justify-content-end {
  justify-content: flex-end !important;
}

.justify-content-center {
  justify-content: center !important;
}

.justify-content-between {
  justify-content: space-between !important;
}

.justify-content-around {
  justify-content: space-around !important;
}

.align-items-start {
  align-items: flex-start !important;
}

.align-items-end {
  align-items: flex-end !important;
}

.align-items-center {
  align-items: center !important;
}

.align-items-baseline {
  align-items: baseline !important;
}

.align-items-stretch {
  align-items: stretch !important;
}

.align-content-start {
  align-content: flex-start !important;
}

.align-content-end {
  align-content: flex-end !important;
}

.align-content-center {
  align-content: center !important;
}

.align-content-between {
  align-content: space-between !important;
}

.align-content-around {
  align-content: space-around !important;
}

.align-content-stretch {
  align-content: stretch !important;
}

.align-self-auto {
  align-self: auto !important;
}

.align-self-start {
  align-self: flex-start !important;
}

.align-self-end {
  align-self: flex-end !important;
}

.align-self-center {
  align-self: center !important;
}

.align-self-baseline {
  align-self: baseline !important;
}

.align-self-stretch {
  align-self: stretch !important;
}

@media (min-width: 576px) {
  .flex-sm-row {
    flex-direction: row !important;
  }

  .flex-sm-column {
    flex-direction: column !important;
  }

  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }

  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .flex-sm-fill {
    flex: 1 1 auto !important;
  }

  .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }

  .justify-content-sm-start {
    justify-content: flex-start !important;
  }

  .justify-content-sm-end {
    justify-content: flex-end !important;
  }

  .justify-content-sm-center {
    justify-content: center !important;
  }

  .justify-content-sm-between {
    justify-content: space-between !important;
  }

  .justify-content-sm-around {
    justify-content: space-around !important;
  }

  .align-items-sm-start {
    align-items: flex-start !important;
  }

  .align-items-sm-end {
    align-items: flex-end !important;
  }

  .align-items-sm-center {
    align-items: center !important;
  }

  .align-items-sm-baseline {
    align-items: baseline !important;
  }

  .align-items-sm-stretch {
    align-items: stretch !important;
  }

  .align-content-sm-start {
    align-content: flex-start !important;
  }

  .align-content-sm-end {
    align-content: flex-end !important;
  }

  .align-content-sm-center {
    align-content: center !important;
  }

  .align-content-sm-between {
    align-content: space-between !important;
  }

  .align-content-sm-around {
    align-content: space-around !important;
  }

  .align-content-sm-stretch {
    align-content: stretch !important;
  }

  .align-self-sm-auto {
    align-self: auto !important;
  }

  .align-self-sm-start {
    align-self: flex-start !important;
  }

  .align-self-sm-end {
    align-self: flex-end !important;
  }

  .align-self-sm-center {
    align-self: center !important;
  }

  .align-self-sm-baseline {
    align-self: baseline !important;
  }

  .align-self-sm-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 768px) {
  .flex-md-row {
    flex-direction: row !important;
  }

  .flex-md-column {
    flex-direction: column !important;
  }

  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-md-wrap {
    flex-wrap: wrap !important;
  }

  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .flex-md-fill {
    flex: 1 1 auto !important;
  }

  .flex-md-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-md-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }

  .justify-content-md-start {
    justify-content: flex-start !important;
  }

  .justify-content-md-end {
    justify-content: flex-end !important;
  }

  .justify-content-md-center {
    justify-content: center !important;
  }

  .justify-content-md-between {
    justify-content: space-between !important;
  }

  .justify-content-md-around {
    justify-content: space-around !important;
  }

  .align-items-md-start {
    align-items: flex-start !important;
  }

  .align-items-md-end {
    align-items: flex-end !important;
  }

  .align-items-md-center {
    align-items: center !important;
  }

  .align-items-md-baseline {
    align-items: baseline !important;
  }

  .align-items-md-stretch {
    align-items: stretch !important;
  }

  .align-content-md-start {
    align-content: flex-start !important;
  }

  .align-content-md-end {
    align-content: flex-end !important;
  }

  .align-content-md-center {
    align-content: center !important;
  }

  .align-content-md-between {
    align-content: space-between !important;
  }

  .align-content-md-around {
    align-content: space-around !important;
  }

  .align-content-md-stretch {
    align-content: stretch !important;
  }

  .align-self-md-auto {
    align-self: auto !important;
  }

  .align-self-md-start {
    align-self: flex-start !important;
  }

  .align-self-md-end {
    align-self: flex-end !important;
  }

  .align-self-md-center {
    align-self: center !important;
  }

  .align-self-md-baseline {
    align-self: baseline !important;
  }

  .align-self-md-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 992px) {
  .flex-lg-row {
    flex-direction: row !important;
  }

  .flex-lg-column {
    flex-direction: column !important;
  }

  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }

  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .flex-lg-fill {
    flex: 1 1 auto !important;
  }

  .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }

  .justify-content-lg-start {
    justify-content: flex-start !important;
  }

  .justify-content-lg-end {
    justify-content: flex-end !important;
  }

  .justify-content-lg-center {
    justify-content: center !important;
  }

  .justify-content-lg-between {
    justify-content: space-between !important;
  }

  .justify-content-lg-around {
    justify-content: space-around !important;
  }

  .align-items-lg-start {
    align-items: flex-start !important;
  }

  .align-items-lg-end {
    align-items: flex-end !important;
  }

  .align-items-lg-center {
    align-items: center !important;
  }

  .align-items-lg-baseline {
    align-items: baseline !important;
  }

  .align-items-lg-stretch {
    align-items: stretch !important;
  }

  .align-content-lg-start {
    align-content: flex-start !important;
  }

  .align-content-lg-end {
    align-content: flex-end !important;
  }

  .align-content-lg-center {
    align-content: center !important;
  }

  .align-content-lg-between {
    align-content: space-between !important;
  }

  .align-content-lg-around {
    align-content: space-around !important;
  }

  .align-content-lg-stretch {
    align-content: stretch !important;
  }

  .align-self-lg-auto {
    align-self: auto !important;
  }

  .align-self-lg-start {
    align-self: flex-start !important;
  }

  .align-self-lg-end {
    align-self: flex-end !important;
  }

  .align-self-lg-center {
    align-self: center !important;
  }

  .align-self-lg-baseline {
    align-self: baseline !important;
  }

  .align-self-lg-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 1200px) {
  .flex-xl-row {
    flex-direction: row !important;
  }

  .flex-xl-column {
    flex-direction: column !important;
  }

  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }

  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .flex-xl-fill {
    flex: 1 1 auto !important;
  }

  .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }

  .justify-content-xl-start {
    justify-content: flex-start !important;
  }

  .justify-content-xl-end {
    justify-content: flex-end !important;
  }

  .justify-content-xl-center {
    justify-content: center !important;
  }

  .justify-content-xl-between {
    justify-content: space-between !important;
  }

  .justify-content-xl-around {
    justify-content: space-around !important;
  }

  .align-items-xl-start {
    align-items: flex-start !important;
  }

  .align-items-xl-end {
    align-items: flex-end !important;
  }

  .align-items-xl-center {
    align-items: center !important;
  }

  .align-items-xl-baseline {
    align-items: baseline !important;
  }

  .align-items-xl-stretch {
    align-items: stretch !important;
  }

  .align-content-xl-start {
    align-content: flex-start !important;
  }

  .align-content-xl-end {
    align-content: flex-end !important;
  }

  .align-content-xl-center {
    align-content: center !important;
  }

  .align-content-xl-between {
    align-content: space-between !important;
  }

  .align-content-xl-around {
    align-content: space-around !important;
  }

  .align-content-xl-stretch {
    align-content: stretch !important;
  }

  .align-self-xl-auto {
    align-self: auto !important;
  }

  .align-self-xl-start {
    align-self: flex-start !important;
  }

  .align-self-xl-end {
    align-self: flex-end !important;
  }

  .align-self-xl-center {
    align-self: center !important;
  }

  .align-self-xl-baseline {
    align-self: baseline !important;
  }

  .align-self-xl-stretch {
    align-self: stretch !important;
  }
}
.float-left {
  float: left !important;
}

.float-right {
  float: right !important;
}

.float-none {
  float: none !important;
}

@media (min-width: 576px) {
  .float-sm-left {
    float: left !important;
  }

  .float-sm-right {
    float: right !important;
  }

  .float-sm-none {
    float: none !important;
  }
}
@media (min-width: 768px) {
  .float-md-left {
    float: left !important;
  }

  .float-md-right {
    float: right !important;
  }

  .float-md-none {
    float: none !important;
  }
}
@media (min-width: 992px) {
  .float-lg-left {
    float: left !important;
  }

  .float-lg-right {
    float: right !important;
  }

  .float-lg-none {
    float: none !important;
  }
}
@media (min-width: 1200px) {
  .float-xl-left {
    float: left !important;
  }

  .float-xl-right {
    float: right !important;
  }

  .float-xl-none {
    float: none !important;
  }
}
.user-select-all {
  -webkit-user-select: all !important;
     -moz-user-select: all !important;
      -ms-user-select: all !important;
          user-select: all !important;
}

.user-select-auto {
  -webkit-user-select: auto !important;
     -moz-user-select: auto !important;
      -ms-user-select: auto !important;
          user-select: auto !important;
}

.user-select-none {
  -webkit-user-select: none !important;
     -moz-user-select: none !important;
      -ms-user-select: none !important;
          user-select: none !important;
}

.overflow-auto {
  overflow: auto !important;
}

.overflow-hidden {
  overflow: hidden !important;
}

.position-static {
  position: static !important;
}

.position-relative {
  position: relative !important;
}

.position-absolute {
  position: absolute !important;
}

.position-fixed {
  position: fixed !important;
}

.position-sticky {
  position: sticky !important;
}

.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}

.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
}

@supports (position: sticky) {
  .sticky-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
}

.shadow-sm {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}

.shadow {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

.shadow-lg {
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}

.shadow-none {
  box-shadow: none !important;
}

.w-25 {
  width: 25% !important;
}

.w-50 {
  width: 50% !important;
}

.w-75 {
  width: 75% !important;
}

.w-100 {
  width: 100% !important;
}

.w-auto {
  width: auto !important;
}

.h-25 {
  height: 25% !important;
}

.h-50 {
  height: 50% !important;
}

.h-75 {
  height: 75% !important;
}

.h-100 {
  height: 100% !important;
}

.h-auto {
  height: auto !important;
}

.mw-100 {
  max-width: 100% !important;
}

.mh-100 {
  max-height: 100% !important;
}

.min-vw-100 {
  min-width: 100vw !important;
}

.min-vh-100 {
  min-height: 100vh !important;
}

.vw-100 {
  width: 100vw !important;
}

.vh-100 {
  height: 100vh !important;
}

.m-0 {
  margin: 0 !important;
}

.mt-0,
.my-0 {
  margin-top: 0 !important;
}

.mr-0,
.mx-0 {
  margin-right: 0 !important;
}

.mb-0,
.my-0 {
  margin-bottom: 0 !important;
}

.ml-0,
.mx-0 {
  margin-left: 0 !important;
}

.m-1 {
  margin: 0.25rem !important;
}

.mt-1,
.my-1 {
  margin-top: 0.25rem !important;
}

.mr-1,
.mx-1 {
  margin-right: 0.25rem !important;
}

.mb-1,
.my-1 {
  margin-bottom: 0.25rem !important;
}

.ml-1,
.mx-1 {
  margin-left: 0.25rem !important;
}

.m-2 {
  margin: 0.5rem !important;
}

.mt-2,
.my-2 {
  margin-top: 0.5rem !important;
}

.mr-2,
.mx-2 {
  margin-right: 0.5rem !important;
}

.mb-2,
.my-2 {
  margin-bottom: 0.5rem !important;
}

.ml-2,
.mx-2 {
  margin-left: 0.5rem !important;
}

.m-3 {
  margin: 1rem !important;
}

.mt-3,
.my-3 {
  margin-top: 1rem !important;
}

.mr-3,
.mx-3 {
  margin-right: 1rem !important;
}

.mb-3,
.my-3 {
  margin-bottom: 1rem !important;
}

.ml-3,
.mx-3 {
  margin-left: 1rem !important;
}

.m-4 {
  margin: 1.5rem !important;
}

.mt-4,
.my-4 {
  margin-top: 1.5rem !important;
}

.mr-4,
.mx-4 {
  margin-right: 1.5rem !important;
}

.mb-4,
.my-4 {
  margin-bottom: 1.5rem !important;
}

.ml-4,
.mx-4 {
  margin-left: 1.5rem !important;
}

.m-5 {
  margin: 3rem !important;
}

.mt-5,
.my-5 {
  margin-top: 3rem !important;
}

.mr-5,
.mx-5 {
  margin-right: 3rem !important;
}

.mb-5,
.my-5 {
  margin-bottom: 3rem !important;
}

.ml-5,
.mx-5 {
  margin-left: 3rem !important;
}

.p-0 {
  padding: 0 !important;
}

.pt-0,
.py-0 {
  padding-top: 0 !important;
}

.pr-0,
.px-0 {
  padding-right: 0 !important;
}

.pb-0,
.py-0 {
  padding-bottom: 0 !important;
}

.pl-0,
.px-0 {
  padding-left: 0 !important;
}

.p-1 {
  padding: 0.25rem !important;
}

.pt-1,
.py-1 {
  padding-top: 0.25rem !important;
}

.pr-1,
.px-1 {
  padding-right: 0.25rem !important;
}

.pb-1,
.py-1 {
  padding-bottom: 0.25rem !important;
}

.pl-1,
.px-1 {
  padding-left: 0.25rem !important;
}

.p-2 {
  padding: 0.5rem !important;
}

.pt-2,
.py-2 {
  padding-top: 0.5rem !important;
}

.pr-2,
.px-2 {
  padding-right: 0.5rem !important;
}

.pb-2,
.py-2 {
  padding-bottom: 0.5rem !important;
}

.pl-2,
.px-2 {
  padding-left: 0.5rem !important;
}

.p-3 {
  padding: 1rem !important;
}

.pt-3,
.py-3 {
  padding-top: 1rem !important;
}

.pr-3,
.px-3 {
  padding-right: 1rem !important;
}

.pb-3,
.py-3 {
  padding-bottom: 1rem !important;
}

.pl-3,
.px-3 {
  padding-left: 1rem !important;
}

.p-4 {
  padding: 1.5rem !important;
}

.pt-4,
.py-4 {
  padding-top: 1.5rem !important;
}

.pr-4,
.px-4 {
  padding-right: 1.5rem !important;
}

.pb-4,
.py-4 {
  padding-bottom: 1.5rem !important;
}

.pl-4,
.px-4 {
  padding-left: 1.5rem !important;
}

.p-5 {
  padding: 3rem !important;
}

.pt-5,
.py-5 {
  padding-top: 3rem !important;
}

.pr-5,
.px-5 {
  padding-right: 3rem !important;
}

.pb-5,
.py-5 {
  padding-bottom: 3rem !important;
}

.pl-5,
.px-5 {
  padding-left: 3rem !important;
}

.m-n1 {
  margin: -0.25rem !important;
}

.mt-n1,
.my-n1 {
  margin-top: -0.25rem !important;
}

.mr-n1,
.mx-n1 {
  margin-right: -0.25rem !important;
}

.mb-n1,
.my-n1 {
  margin-bottom: -0.25rem !important;
}

.ml-n1,
.mx-n1 {
  margin-left: -0.25rem !important;
}

.m-n2 {
  margin: -0.5rem !important;
}

.mt-n2,
.my-n2 {
  margin-top: -0.5rem !important;
}

.mr-n2,
.mx-n2 {
  margin-right: -0.5rem !important;
}

.mb-n2,
.my-n2 {
  margin-bottom: -0.5rem !important;
}

.ml-n2,
.mx-n2 {
  margin-left: -0.5rem !important;
}

.m-n3 {
  margin: -1rem !important;
}

.mt-n3,
.my-n3 {
  margin-top: -1rem !important;
}

.mr-n3,
.mx-n3 {
  margin-right: -1rem !important;
}

.mb-n3,
.my-n3 {
  margin-bottom: -1rem !important;
}

.ml-n3,
.mx-n3 {
  margin-left: -1rem !important;
}

.m-n4 {
  margin: -1.5rem !important;
}

.mt-n4,
.my-n4 {
  margin-top: -1.5rem !important;
}

.mr-n4,
.mx-n4 {
  margin-right: -1.5rem !important;
}

.mb-n4,
.my-n4 {
  margin-bottom: -1.5rem !important;
}

.ml-n4,
.mx-n4 {
  margin-left: -1.5rem !important;
}

.m-n5 {
  margin: -3rem !important;
}

.mt-n5,
.my-n5 {
  margin-top: -3rem !important;
}

.mr-n5,
.mx-n5 {
  margin-right: -3rem !important;
}

.mb-n5,
.my-n5 {
  margin-bottom: -3rem !important;
}

.ml-n5,
.mx-n5 {
  margin-left: -3rem !important;
}

.m-auto {
  margin: auto !important;
}

.mt-auto,
.my-auto {
  margin-top: auto !important;
}

.mr-auto,
.mx-auto {
  margin-right: auto !important;
}

.mb-auto,
.my-auto {
  margin-bottom: auto !important;
}

.ml-auto,
.mx-auto {
  margin-left: auto !important;
}

@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important;
  }

  .mt-sm-0,
.my-sm-0 {
    margin-top: 0 !important;
  }

  .mr-sm-0,
.mx-sm-0 {
    margin-right: 0 !important;
  }

  .mb-sm-0,
.my-sm-0 {
    margin-bottom: 0 !important;
  }

  .ml-sm-0,
.mx-sm-0 {
    margin-left: 0 !important;
  }

  .m-sm-1 {
    margin: 0.25rem !important;
  }

  .mt-sm-1,
.my-sm-1 {
    margin-top: 0.25rem !important;
  }

  .mr-sm-1,
.mx-sm-1 {
    margin-right: 0.25rem !important;
  }

  .mb-sm-1,
.my-sm-1 {
    margin-bottom: 0.25rem !important;
  }

  .ml-sm-1,
.mx-sm-1 {
    margin-left: 0.25rem !important;
  }

  .m-sm-2 {
    margin: 0.5rem !important;
  }

  .mt-sm-2,
.my-sm-2 {
    margin-top: 0.5rem !important;
  }

  .mr-sm-2,
.mx-sm-2 {
    margin-right: 0.5rem !important;
  }

  .mb-sm-2,
.my-sm-2 {
    margin-bottom: 0.5rem !important;
  }

  .ml-sm-2,
.mx-sm-2 {
    margin-left: 0.5rem !important;
  }

  .m-sm-3 {
    margin: 1rem !important;
  }

  .mt-sm-3,
.my-sm-3 {
    margin-top: 1rem !important;
  }

  .mr-sm-3,
.mx-sm-3 {
    margin-right: 1rem !important;
  }

  .mb-sm-3,
.my-sm-3 {
    margin-bottom: 1rem !important;
  }

  .ml-sm-3,
.mx-sm-3 {
    margin-left: 1rem !important;
  }

  .m-sm-4 {
    margin: 1.5rem !important;
  }

  .mt-sm-4,
.my-sm-4 {
    margin-top: 1.5rem !important;
  }

  .mr-sm-4,
.mx-sm-4 {
    margin-right: 1.5rem !important;
  }

  .mb-sm-4,
.my-sm-4 {
    margin-bottom: 1.5rem !important;
  }

  .ml-sm-4,
.mx-sm-4 {
    margin-left: 1.5rem !important;
  }

  .m-sm-5 {
    margin: 3rem !important;
  }

  .mt-sm-5,
.my-sm-5 {
    margin-top: 3rem !important;
  }

  .mr-sm-5,
.mx-sm-5 {
    margin-right: 3rem !important;
  }

  .mb-sm-5,
.my-sm-5 {
    margin-bottom: 3rem !important;
  }

  .ml-sm-5,
.mx-sm-5 {
    margin-left: 3rem !important;
  }

  .p-sm-0 {
    padding: 0 !important;
  }

  .pt-sm-0,
.py-sm-0 {
    padding-top: 0 !important;
  }

  .pr-sm-0,
.px-sm-0 {
    padding-right: 0 !important;
  }

  .pb-sm-0,
.py-sm-0 {
    padding-bottom: 0 !important;
  }

  .pl-sm-0,
.px-sm-0 {
    padding-left: 0 !important;
  }

  .p-sm-1 {
    padding: 0.25rem !important;
  }

  .pt-sm-1,
.py-sm-1 {
    padding-top: 0.25rem !important;
  }

  .pr-sm-1,
.px-sm-1 {
    padding-right: 0.25rem !important;
  }

  .pb-sm-1,
.py-sm-1 {
    padding-bottom: 0.25rem !important;
  }

  .pl-sm-1,
.px-sm-1 {
    padding-left: 0.25rem !important;
  }

  .p-sm-2 {
    padding: 0.5rem !important;
  }

  .pt-sm-2,
.py-sm-2 {
    padding-top: 0.5rem !important;
  }

  .pr-sm-2,
.px-sm-2 {
    padding-right: 0.5rem !important;
  }

  .pb-sm-2,
.py-sm-2 {
    padding-bottom: 0.5rem !important;
  }

  .pl-sm-2,
.px-sm-2 {
    padding-left: 0.5rem !important;
  }

  .p-sm-3 {
    padding: 1rem !important;
  }

  .pt-sm-3,
.py-sm-3 {
    padding-top: 1rem !important;
  }

  .pr-sm-3,
.px-sm-3 {
    padding-right: 1rem !important;
  }

  .pb-sm-3,
.py-sm-3 {
    padding-bottom: 1rem !important;
  }

  .pl-sm-3,
.px-sm-3 {
    padding-left: 1rem !important;
  }

  .p-sm-4 {
    padding: 1.5rem !important;
  }

  .pt-sm-4,
.py-sm-4 {
    padding-top: 1.5rem !important;
  }

  .pr-sm-4,
.px-sm-4 {
    padding-right: 1.5rem !important;
  }

  .pb-sm-4,
.py-sm-4 {
    padding-bottom: 1.5rem !important;
  }

  .pl-sm-4,
.px-sm-4 {
    padding-left: 1.5rem !important;
  }

  .p-sm-5 {
    padding: 3rem !important;
  }

  .pt-sm-5,
.py-sm-5 {
    padding-top: 3rem !important;
  }

  .pr-sm-5,
.px-sm-5 {
    padding-right: 3rem !important;
  }

  .pb-sm-5,
.py-sm-5 {
    padding-bottom: 3rem !important;
  }

  .pl-sm-5,
.px-sm-5 {
    padding-left: 3rem !important;
  }

  .m-sm-n1 {
    margin: -0.25rem !important;
  }

  .mt-sm-n1,
.my-sm-n1 {
    margin-top: -0.25rem !important;
  }

  .mr-sm-n1,
.mx-sm-n1 {
    margin-right: -0.25rem !important;
  }

  .mb-sm-n1,
.my-sm-n1 {
    margin-bottom: -0.25rem !important;
  }

  .ml-sm-n1,
.mx-sm-n1 {
    margin-left: -0.25rem !important;
  }

  .m-sm-n2 {
    margin: -0.5rem !important;
  }

  .mt-sm-n2,
.my-sm-n2 {
    margin-top: -0.5rem !important;
  }

  .mr-sm-n2,
.mx-sm-n2 {
    margin-right: -0.5rem !important;
  }

  .mb-sm-n2,
.my-sm-n2 {
    margin-bottom: -0.5rem !important;
  }

  .ml-sm-n2,
.mx-sm-n2 {
    margin-left: -0.5rem !important;
  }

  .m-sm-n3 {
    margin: -1rem !important;
  }

  .mt-sm-n3,
.my-sm-n3 {
    margin-top: -1rem !important;
  }

  .mr-sm-n3,
.mx-sm-n3 {
    margin-right: -1rem !important;
  }

  .mb-sm-n3,
.my-sm-n3 {
    margin-bottom: -1rem !important;
  }

  .ml-sm-n3,
.mx-sm-n3 {
    margin-left: -1rem !important;
  }

  .m-sm-n4 {
    margin: -1.5rem !important;
  }

  .mt-sm-n4,
.my-sm-n4 {
    margin-top: -1.5rem !important;
  }

  .mr-sm-n4,
.mx-sm-n4 {
    margin-right: -1.5rem !important;
  }

  .mb-sm-n4,
.my-sm-n4 {
    margin-bottom: -1.5rem !important;
  }

  .ml-sm-n4,
.mx-sm-n4 {
    margin-left: -1.5rem !important;
  }

  .m-sm-n5 {
    margin: -3rem !important;
  }

  .mt-sm-n5,
.my-sm-n5 {
    margin-top: -3rem !important;
  }

  .mr-sm-n5,
.mx-sm-n5 {
    margin-right: -3rem !important;
  }

  .mb-sm-n5,
.my-sm-n5 {
    margin-bottom: -3rem !important;
  }

  .ml-sm-n5,
.mx-sm-n5 {
    margin-left: -3rem !important;
  }

  .m-sm-auto {
    margin: auto !important;
  }

  .mt-sm-auto,
.my-sm-auto {
    margin-top: auto !important;
  }

  .mr-sm-auto,
.mx-sm-auto {
    margin-right: auto !important;
  }

  .mb-sm-auto,
.my-sm-auto {
    margin-bottom: auto !important;
  }

  .ml-sm-auto,
.mx-sm-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important;
  }

  .mt-md-0,
.my-md-0 {
    margin-top: 0 !important;
  }

  .mr-md-0,
.mx-md-0 {
    margin-right: 0 !important;
  }

  .mb-md-0,
.my-md-0 {
    margin-bottom: 0 !important;
  }

  .ml-md-0,
.mx-md-0 {
    margin-left: 0 !important;
  }

  .m-md-1 {
    margin: 0.25rem !important;
  }

  .mt-md-1,
.my-md-1 {
    margin-top: 0.25rem !important;
  }

  .mr-md-1,
.mx-md-1 {
    margin-right: 0.25rem !important;
  }

  .mb-md-1,
.my-md-1 {
    margin-bottom: 0.25rem !important;
  }

  .ml-md-1,
.mx-md-1 {
    margin-left: 0.25rem !important;
  }

  .m-md-2 {
    margin: 0.5rem !important;
  }

  .mt-md-2,
.my-md-2 {
    margin-top: 0.5rem !important;
  }

  .mr-md-2,
.mx-md-2 {
    margin-right: 0.5rem !important;
  }

  .mb-md-2,
.my-md-2 {
    margin-bottom: 0.5rem !important;
  }

  .ml-md-2,
.mx-md-2 {
    margin-left: 0.5rem !important;
  }

  .m-md-3 {
    margin: 1rem !important;
  }

  .mt-md-3,
.my-md-3 {
    margin-top: 1rem !important;
  }

  .mr-md-3,
.mx-md-3 {
    margin-right: 1rem !important;
  }

  .mb-md-3,
.my-md-3 {
    margin-bottom: 1rem !important;
  }

  .ml-md-3,
.mx-md-3 {
    margin-left: 1rem !important;
  }

  .m-md-4 {
    margin: 1.5rem !important;
  }

  .mt-md-4,
.my-md-4 {
    margin-top: 1.5rem !important;
  }

  .mr-md-4,
.mx-md-4 {
    margin-right: 1.5rem !important;
  }

  .mb-md-4,
.my-md-4 {
    margin-bottom: 1.5rem !important;
  }

  .ml-md-4,
.mx-md-4 {
    margin-left: 1.5rem !important;
  }

  .m-md-5 {
    margin: 3rem !important;
  }

  .mt-md-5,
.my-md-5 {
    margin-top: 3rem !important;
  }

  .mr-md-5,
.mx-md-5 {
    margin-right: 3rem !important;
  }

  .mb-md-5,
.my-md-5 {
    margin-bottom: 3rem !important;
  }

  .ml-md-5,
.mx-md-5 {
    margin-left: 3rem !important;
  }

  .p-md-0 {
    padding: 0 !important;
  }

  .pt-md-0,
.py-md-0 {
    padding-top: 0 !important;
  }

  .pr-md-0,
.px-md-0 {
    padding-right: 0 !important;
  }

  .pb-md-0,
.py-md-0 {
    padding-bottom: 0 !important;
  }

  .pl-md-0,
.px-md-0 {
    padding-left: 0 !important;
  }

  .p-md-1 {
    padding: 0.25rem !important;
  }

  .pt-md-1,
.py-md-1 {
    padding-top: 0.25rem !important;
  }

  .pr-md-1,
.px-md-1 {
    padding-right: 0.25rem !important;
  }

  .pb-md-1,
.py-md-1 {
    padding-bottom: 0.25rem !important;
  }

  .pl-md-1,
.px-md-1 {
    padding-left: 0.25rem !important;
  }

  .p-md-2 {
    padding: 0.5rem !important;
  }

  .pt-md-2,
.py-md-2 {
    padding-top: 0.5rem !important;
  }

  .pr-md-2,
.px-md-2 {
    padding-right: 0.5rem !important;
  }

  .pb-md-2,
.py-md-2 {
    padding-bottom: 0.5rem !important;
  }

  .pl-md-2,
.px-md-2 {
    padding-left: 0.5rem !important;
  }

  .p-md-3 {
    padding: 1rem !important;
  }

  .pt-md-3,
.py-md-3 {
    padding-top: 1rem !important;
  }

  .pr-md-3,
.px-md-3 {
    padding-right: 1rem !important;
  }

  .pb-md-3,
.py-md-3 {
    padding-bottom: 1rem !important;
  }

  .pl-md-3,
.px-md-3 {
    padding-left: 1rem !important;
  }

  .p-md-4 {
    padding: 1.5rem !important;
  }

  .pt-md-4,
.py-md-4 {
    padding-top: 1.5rem !important;
  }

  .pr-md-4,
.px-md-4 {
    padding-right: 1.5rem !important;
  }

  .pb-md-4,
.py-md-4 {
    padding-bottom: 1.5rem !important;
  }

  .pl-md-4,
.px-md-4 {
    padding-left: 1.5rem !important;
  }

  .p-md-5 {
    padding: 3rem !important;
  }

  .pt-md-5,
.py-md-5 {
    padding-top: 3rem !important;
  }

  .pr-md-5,
.px-md-5 {
    padding-right: 3rem !important;
  }

  .pb-md-5,
.py-md-5 {
    padding-bottom: 3rem !important;
  }

  .pl-md-5,
.px-md-5 {
    padding-left: 3rem !important;
  }

  .m-md-n1 {
    margin: -0.25rem !important;
  }

  .mt-md-n1,
.my-md-n1 {
    margin-top: -0.25rem !important;
  }

  .mr-md-n1,
.mx-md-n1 {
    margin-right: -0.25rem !important;
  }

  .mb-md-n1,
.my-md-n1 {
    margin-bottom: -0.25rem !important;
  }

  .ml-md-n1,
.mx-md-n1 {
    margin-left: -0.25rem !important;
  }

  .m-md-n2 {
    margin: -0.5rem !important;
  }

  .mt-md-n2,
.my-md-n2 {
    margin-top: -0.5rem !important;
  }

  .mr-md-n2,
.mx-md-n2 {
    margin-right: -0.5rem !important;
  }

  .mb-md-n2,
.my-md-n2 {
    margin-bottom: -0.5rem !important;
  }

  .ml-md-n2,
.mx-md-n2 {
    margin-left: -0.5rem !important;
  }

  .m-md-n3 {
    margin: -1rem !important;
  }

  .mt-md-n3,
.my-md-n3 {
    margin-top: -1rem !important;
  }

  .mr-md-n3,
.mx-md-n3 {
    margin-right: -1rem !important;
  }

  .mb-md-n3,
.my-md-n3 {
    margin-bottom: -1rem !important;
  }

  .ml-md-n3,
.mx-md-n3 {
    margin-left: -1rem !important;
  }

  .m-md-n4 {
    margin: -1.5rem !important;
  }

  .mt-md-n4,
.my-md-n4 {
    margin-top: -1.5rem !important;
  }

  .mr-md-n4,
.mx-md-n4 {
    margin-right: -1.5rem !important;
  }

  .mb-md-n4,
.my-md-n4 {
    margin-bottom: -1.5rem !important;
  }

  .ml-md-n4,
.mx-md-n4 {
    margin-left: -1.5rem !important;
  }

  .m-md-n5 {
    margin: -3rem !important;
  }

  .mt-md-n5,
.my-md-n5 {
    margin-top: -3rem !important;
  }

  .mr-md-n5,
.mx-md-n5 {
    margin-right: -3rem !important;
  }

  .mb-md-n5,
.my-md-n5 {
    margin-bottom: -3rem !important;
  }

  .ml-md-n5,
.mx-md-n5 {
    margin-left: -3rem !important;
  }

  .m-md-auto {
    margin: auto !important;
  }

  .mt-md-auto,
.my-md-auto {
    margin-top: auto !important;
  }

  .mr-md-auto,
.mx-md-auto {
    margin-right: auto !important;
  }

  .mb-md-auto,
.my-md-auto {
    margin-bottom: auto !important;
  }

  .ml-md-auto,
.mx-md-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important;
  }

  .mt-lg-0,
.my-lg-0 {
    margin-top: 0 !important;
  }

  .mr-lg-0,
.mx-lg-0 {
    margin-right: 0 !important;
  }

  .mb-lg-0,
.my-lg-0 {
    margin-bottom: 0 !important;
  }

  .ml-lg-0,
.mx-lg-0 {
    margin-left: 0 !important;
  }

  .m-lg-1 {
    margin: 0.25rem !important;
  }

  .mt-lg-1,
.my-lg-1 {
    margin-top: 0.25rem !important;
  }

  .mr-lg-1,
.mx-lg-1 {
    margin-right: 0.25rem !important;
  }

  .mb-lg-1,
.my-lg-1 {
    margin-bottom: 0.25rem !important;
  }

  .ml-lg-1,
.mx-lg-1 {
    margin-left: 0.25rem !important;
  }

  .m-lg-2 {
    margin: 0.5rem !important;
  }

  .mt-lg-2,
.my-lg-2 {
    margin-top: 0.5rem !important;
  }

  .mr-lg-2,
.mx-lg-2 {
    margin-right: 0.5rem !important;
  }

  .mb-lg-2,
.my-lg-2 {
    margin-bottom: 0.5rem !important;
  }

  .ml-lg-2,
.mx-lg-2 {
    margin-left: 0.5rem !important;
  }

  .m-lg-3 {
    margin: 1rem !important;
  }

  .mt-lg-3,
.my-lg-3 {
    margin-top: 1rem !important;
  }

  .mr-lg-3,
.mx-lg-3 {
    margin-right: 1rem !important;
  }

  .mb-lg-3,
.my-lg-3 {
    margin-bottom: 1rem !important;
  }

  .ml-lg-3,
.mx-lg-3 {
    margin-left: 1rem !important;
  }

  .m-lg-4 {
    margin: 1.5rem !important;
  }

  .mt-lg-4,
.my-lg-4 {
    margin-top: 1.5rem !important;
  }

  .mr-lg-4,
.mx-lg-4 {
    margin-right: 1.5rem !important;
  }

  .mb-lg-4,
.my-lg-4 {
    margin-bottom: 1.5rem !important;
  }

  .ml-lg-4,
.mx-lg-4 {
    margin-left: 1.5rem !important;
  }

  .m-lg-5 {
    margin: 3rem !important;
  }

  .mt-lg-5,
.my-lg-5 {
    margin-top: 3rem !important;
  }

  .mr-lg-5,
.mx-lg-5 {
    margin-right: 3rem !important;
  }

  .mb-lg-5,
.my-lg-5 {
    margin-bottom: 3rem !important;
  }

  .ml-lg-5,
.mx-lg-5 {
    margin-left: 3rem !important;
  }

  .p-lg-0 {
    padding: 0 !important;
  }

  .pt-lg-0,
.py-lg-0 {
    padding-top: 0 !important;
  }

  .pr-lg-0,
.px-lg-0 {
    padding-right: 0 !important;
  }

  .pb-lg-0,
.py-lg-0 {
    padding-bottom: 0 !important;
  }

  .pl-lg-0,
.px-lg-0 {
    padding-left: 0 !important;
  }

  .p-lg-1 {
    padding: 0.25rem !important;
  }

  .pt-lg-1,
.py-lg-1 {
    padding-top: 0.25rem !important;
  }

  .pr-lg-1,
.px-lg-1 {
    padding-right: 0.25rem !important;
  }

  .pb-lg-1,
.py-lg-1 {
    padding-bottom: 0.25rem !important;
  }

  .pl-lg-1,
.px-lg-1 {
    padding-left: 0.25rem !important;
  }

  .p-lg-2 {
    padding: 0.5rem !important;
  }

  .pt-lg-2,
.py-lg-2 {
    padding-top: 0.5rem !important;
  }

  .pr-lg-2,
.px-lg-2 {
    padding-right: 0.5rem !important;
  }

  .pb-lg-2,
.py-lg-2 {
    padding-bottom: 0.5rem !important;
  }

  .pl-lg-2,
.px-lg-2 {
    padding-left: 0.5rem !important;
  }

  .p-lg-3 {
    padding: 1rem !important;
  }

  .pt-lg-3,
.py-lg-3 {
    padding-top: 1rem !important;
  }

  .pr-lg-3,
.px-lg-3 {
    padding-right: 1rem !important;
  }

  .pb-lg-3,
.py-lg-3 {
    padding-bottom: 1rem !important;
  }

  .pl-lg-3,
.px-lg-3 {
    padding-left: 1rem !important;
  }

  .p-lg-4 {
    padding: 1.5rem !important;
  }

  .pt-lg-4,
.py-lg-4 {
    padding-top: 1.5rem !important;
  }

  .pr-lg-4,
.px-lg-4 {
    padding-right: 1.5rem !important;
  }

  .pb-lg-4,
.py-lg-4 {
    padding-bottom: 1.5rem !important;
  }

  .pl-lg-4,
.px-lg-4 {
    padding-left: 1.5rem !important;
  }

  .p-lg-5 {
    padding: 3rem !important;
  }

  .pt-lg-5,
.py-lg-5 {
    padding-top: 3rem !important;
  }

  .pr-lg-5,
.px-lg-5 {
    padding-right: 3rem !important;
  }

  .pb-lg-5,
.py-lg-5 {
    padding-bottom: 3rem !important;
  }

  .pl-lg-5,
.px-lg-5 {
    padding-left: 3rem !important;
  }

  .m-lg-n1 {
    margin: -0.25rem !important;
  }

  .mt-lg-n1,
.my-lg-n1 {
    margin-top: -0.25rem !important;
  }

  .mr-lg-n1,
.mx-lg-n1 {
    margin-right: -0.25rem !important;
  }

  .mb-lg-n1,
.my-lg-n1 {
    margin-bottom: -0.25rem !important;
  }

  .ml-lg-n1,
.mx-lg-n1 {
    margin-left: -0.25rem !important;
  }

  .m-lg-n2 {
    margin: -0.5rem !important;
  }

  .mt-lg-n2,
.my-lg-n2 {
    margin-top: -0.5rem !important;
  }

  .mr-lg-n2,
.mx-lg-n2 {
    margin-right: -0.5rem !important;
  }

  .mb-lg-n2,
.my-lg-n2 {
    margin-bottom: -0.5rem !important;
  }

  .ml-lg-n2,
.mx-lg-n2 {
    margin-left: -0.5rem !important;
  }

  .m-lg-n3 {
    margin: -1rem !important;
  }

  .mt-lg-n3,
.my-lg-n3 {
    margin-top: -1rem !important;
  }

  .mr-lg-n3,
.mx-lg-n3 {
    margin-right: -1rem !important;
  }

  .mb-lg-n3,
.my-lg-n3 {
    margin-bottom: -1rem !important;
  }

  .ml-lg-n3,
.mx-lg-n3 {
    margin-left: -1rem !important;
  }

  .m-lg-n4 {
    margin: -1.5rem !important;
  }

  .mt-lg-n4,
.my-lg-n4 {
    margin-top: -1.5rem !important;
  }

  .mr-lg-n4,
.mx-lg-n4 {
    margin-right: -1.5rem !important;
  }

  .mb-lg-n4,
.my-lg-n4 {
    margin-bottom: -1.5rem !important;
  }

  .ml-lg-n4,
.mx-lg-n4 {
    margin-left: -1.5rem !important;
  }

  .m-lg-n5 {
    margin: -3rem !important;
  }

  .mt-lg-n5,
.my-lg-n5 {
    margin-top: -3rem !important;
  }

  .mr-lg-n5,
.mx-lg-n5 {
    margin-right: -3rem !important;
  }

  .mb-lg-n5,
.my-lg-n5 {
    margin-bottom: -3rem !important;
  }

  .ml-lg-n5,
.mx-lg-n5 {
    margin-left: -3rem !important;
  }

  .m-lg-auto {
    margin: auto !important;
  }

  .mt-lg-auto,
.my-lg-auto {
    margin-top: auto !important;
  }

  .mr-lg-auto,
.mx-lg-auto {
    margin-right: auto !important;
  }

  .mb-lg-auto,
.my-lg-auto {
    margin-bottom: auto !important;
  }

  .ml-lg-auto,
.mx-lg-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important;
  }

  .mt-xl-0,
.my-xl-0 {
    margin-top: 0 !important;
  }

  .mr-xl-0,
.mx-xl-0 {
    margin-right: 0 !important;
  }

  .mb-xl-0,
.my-xl-0 {
    margin-bottom: 0 !important;
  }

  .ml-xl-0,
.mx-xl-0 {
    margin-left: 0 !important;
  }

  .m-xl-1 {
    margin: 0.25rem !important;
  }

  .mt-xl-1,
.my-xl-1 {
    margin-top: 0.25rem !important;
  }

  .mr-xl-1,
.mx-xl-1 {
    margin-right: 0.25rem !important;
  }

  .mb-xl-1,
.my-xl-1 {
    margin-bottom: 0.25rem !important;
  }

  .ml-xl-1,
.mx-xl-1 {
    margin-left: 0.25rem !important;
  }

  .m-xl-2 {
    margin: 0.5rem !important;
  }

  .mt-xl-2,
.my-xl-2 {
    margin-top: 0.5rem !important;
  }

  .mr-xl-2,
.mx-xl-2 {
    margin-right: 0.5rem !important;
  }

  .mb-xl-2,
.my-xl-2 {
    margin-bottom: 0.5rem !important;
  }

  .ml-xl-2,
.mx-xl-2 {
    margin-left: 0.5rem !important;
  }

  .m-xl-3 {
    margin: 1rem !important;
  }

  .mt-xl-3,
.my-xl-3 {
    margin-top: 1rem !important;
  }

  .mr-xl-3,
.mx-xl-3 {
    margin-right: 1rem !important;
  }

  .mb-xl-3,
.my-xl-3 {
    margin-bottom: 1rem !important;
  }

  .ml-xl-3,
.mx-xl-3 {
    margin-left: 1rem !important;
  }

  .m-xl-4 {
    margin: 1.5rem !important;
  }

  .mt-xl-4,
.my-xl-4 {
    margin-top: 1.5rem !important;
  }

  .mr-xl-4,
.mx-xl-4 {
    margin-right: 1.5rem !important;
  }

  .mb-xl-4,
.my-xl-4 {
    margin-bottom: 1.5rem !important;
  }

  .ml-xl-4,
.mx-xl-4 {
    margin-left: 1.5rem !important;
  }

  .m-xl-5 {
    margin: 3rem !important;
  }

  .mt-xl-5,
.my-xl-5 {
    margin-top: 3rem !important;
  }

  .mr-xl-5,
.mx-xl-5 {
    margin-right: 3rem !important;
  }

  .mb-xl-5,
.my-xl-5 {
    margin-bottom: 3rem !important;
  }

  .ml-xl-5,
.mx-xl-5 {
    margin-left: 3rem !important;
  }

  .p-xl-0 {
    padding: 0 !important;
  }

  .pt-xl-0,
.py-xl-0 {
    padding-top: 0 !important;
  }

  .pr-xl-0,
.px-xl-0 {
    padding-right: 0 !important;
  }

  .pb-xl-0,
.py-xl-0 {
    padding-bottom: 0 !important;
  }

  .pl-xl-0,
.px-xl-0 {
    padding-left: 0 !important;
  }

  .p-xl-1 {
    padding: 0.25rem !important;
  }

  .pt-xl-1,
.py-xl-1 {
    padding-top: 0.25rem !important;
  }

  .pr-xl-1,
.px-xl-1 {
    padding-right: 0.25rem !important;
  }

  .pb-xl-1,
.py-xl-1 {
    padding-bottom: 0.25rem !important;
  }

  .pl-xl-1,
.px-xl-1 {
    padding-left: 0.25rem !important;
  }

  .p-xl-2 {
    padding: 0.5rem !important;
  }

  .pt-xl-2,
.py-xl-2 {
    padding-top: 0.5rem !important;
  }

  .pr-xl-2,
.px-xl-2 {
    padding-right: 0.5rem !important;
  }

  .pb-xl-2,
.py-xl-2 {
    padding-bottom: 0.5rem !important;
  }

  .pl-xl-2,
.px-xl-2 {
    padding-left: 0.5rem !important;
  }

  .p-xl-3 {
    padding: 1rem !important;
  }

  .pt-xl-3,
.py-xl-3 {
    padding-top: 1rem !important;
  }

  .pr-xl-3,
.px-xl-3 {
    padding-right: 1rem !important;
  }

  .pb-xl-3,
.py-xl-3 {
    padding-bottom: 1rem !important;
  }

  .pl-xl-3,
.px-xl-3 {
    padding-left: 1rem !important;
  }

  .p-xl-4 {
    padding: 1.5rem !important;
  }

  .pt-xl-4,
.py-xl-4 {
    padding-top: 1.5rem !important;
  }

  .pr-xl-4,
.px-xl-4 {
    padding-right: 1.5rem !important;
  }

  .pb-xl-4,
.py-xl-4 {
    padding-bottom: 1.5rem !important;
  }

  .pl-xl-4,
.px-xl-4 {
    padding-left: 1.5rem !important;
  }

  .p-xl-5 {
    padding: 3rem !important;
  }

  .pt-xl-5,
.py-xl-5 {
    padding-top: 3rem !important;
  }

  .pr-xl-5,
.px-xl-5 {
    padding-right: 3rem !important;
  }

  .pb-xl-5,
.py-xl-5 {
    padding-bottom: 3rem !important;
  }

  .pl-xl-5,
.px-xl-5 {
    padding-left: 3rem !important;
  }

  .m-xl-n1 {
    margin: -0.25rem !important;
  }

  .mt-xl-n1,
.my-xl-n1 {
    margin-top: -0.25rem !important;
  }

  .mr-xl-n1,
.mx-xl-n1 {
    margin-right: -0.25rem !important;
  }

  .mb-xl-n1,
.my-xl-n1 {
    margin-bottom: -0.25rem !important;
  }

  .ml-xl-n1,
.mx-xl-n1 {
    margin-left: -0.25rem !important;
  }

  .m-xl-n2 {
    margin: -0.5rem !important;
  }

  .mt-xl-n2,
.my-xl-n2 {
    margin-top: -0.5rem !important;
  }

  .mr-xl-n2,
.mx-xl-n2 {
    margin-right: -0.5rem !important;
  }

  .mb-xl-n2,
.my-xl-n2 {
    margin-bottom: -0.5rem !important;
  }

  .ml-xl-n2,
.mx-xl-n2 {
    margin-left: -0.5rem !important;
  }

  .m-xl-n3 {
    margin: -1rem !important;
  }

  .mt-xl-n3,
.my-xl-n3 {
    margin-top: -1rem !important;
  }

  .mr-xl-n3,
.mx-xl-n3 {
    margin-right: -1rem !important;
  }

  .mb-xl-n3,
.my-xl-n3 {
    margin-bottom: -1rem !important;
  }

  .ml-xl-n3,
.mx-xl-n3 {
    margin-left: -1rem !important;
  }

  .m-xl-n4 {
    margin: -1.5rem !important;
  }

  .mt-xl-n4,
.my-xl-n4 {
    margin-top: -1.5rem !important;
  }

  .mr-xl-n4,
.mx-xl-n4 {
    margin-right: -1.5rem !important;
  }

  .mb-xl-n4,
.my-xl-n4 {
    margin-bottom: -1.5rem !important;
  }

  .ml-xl-n4,
.mx-xl-n4 {
    margin-left: -1.5rem !important;
  }

  .m-xl-n5 {
    margin: -3rem !important;
  }

  .mt-xl-n5,
.my-xl-n5 {
    margin-top: -3rem !important;
  }

  .mr-xl-n5,
.mx-xl-n5 {
    margin-right: -3rem !important;
  }

  .mb-xl-n5,
.my-xl-n5 {
    margin-bottom: -3rem !important;
  }

  .ml-xl-n5,
.mx-xl-n5 {
    margin-left: -3rem !important;
  }

  .m-xl-auto {
    margin: auto !important;
  }

  .mt-xl-auto,
.my-xl-auto {
    margin-top: auto !important;
  }

  .mr-xl-auto,
.mx-xl-auto {
    margin-right: auto !important;
  }

  .mb-xl-auto,
.my-xl-auto {
    margin-bottom: auto !important;
  }

  .ml-xl-auto,
.mx-xl-auto {
    margin-left: auto !important;
  }
}
.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  pointer-events: auto;
  content: "";
  background-color: rgba(0, 0, 0, 0);
}

.text-monospace {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important;
}

.text-justify {
  text-align: justify !important;
}

.text-wrap {
  white-space: normal !important;
}

.text-nowrap {
  white-space: nowrap !important;
}

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.text-left {
  text-align: left !important;
}

.text-right {
  text-align: right !important;
}

.text-center {
  text-align: center !important;
}

@media (min-width: 576px) {
  .text-sm-left {
    text-align: left !important;
  }

  .text-sm-right {
    text-align: right !important;
  }

  .text-sm-center {
    text-align: center !important;
  }
}
@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important;
  }

  .text-md-right {
    text-align: right !important;
  }

  .text-md-center {
    text-align: center !important;
  }
}
@media (min-width: 992px) {
  .text-lg-left {
    text-align: left !important;
  }

  .text-lg-right {
    text-align: right !important;
  }

  .text-lg-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .text-xl-left {
    text-align: left !important;
  }

  .text-xl-right {
    text-align: right !important;
  }

  .text-xl-center {
    text-align: center !important;
  }
}
.text-lowercase {
  text-transform: lowercase !important;
}

.text-uppercase {
  text-transform: uppercase !important;
}

.text-capitalize {
  text-transform: capitalize !important;
}

.font-weight-light {
  font-weight: 300 !important;
}

.font-weight-lighter {
  font-weight: lighter !important;
}

.font-weight-normal {
  font-weight: 400 !important;
}

.font-weight-bold {
  font-weight: 700 !important;
}

.font-weight-bolder {
  font-weight: bolder !important;
}

.font-italic {
  font-style: italic !important;
}

.text-white {
  color: #fff !important;
}

.text-primary {
  color: #007bff !important;
}

a.text-primary:hover, a.text-primary:focus {
  color: #0056b3 !important;
}

.text-secondary {
  color: #6c757d !important;
}

a.text-secondary:hover, a.text-secondary:focus {
  color: #494f54 !important;
}

.text-success {
  color: #28a745 !important;
}

a.text-success:hover, a.text-success:focus {
  color: #19692c !important;
}

.text-info {
  color: #17a2b8 !important;
}

a.text-info:hover, a.text-info:focus {
  color: #0f6674 !important;
}

.text-warning {
  color: #ffc107 !important;
}

a.text-warning:hover, a.text-warning:focus {
  color: #ba8b00 !important;
}

.text-danger {
  color: #dc3545 !important;
}

a.text-danger:hover, a.text-danger:focus {
  color: #a71d2a !important;
}

.text-light {
  color: #f8f9fa !important;
}

a.text-light:hover, a.text-light:focus {
  color: #cbd3da !important;
}

.text-dark {
  color: #343a40 !important;
}

a.text-dark:hover, a.text-dark:focus {
  color: #121416 !important;
}

.text-body {
  color: #212529 !important;
}

.text-muted {
  color: #6c757d !important;
}

.text-black-50 {
  color: rgba(0, 0, 0, 0.5) !important;
}

.text-white-50 {
  color: rgba(255, 255, 255, 0.5) !important;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.text-decoration-none {
  text-decoration: none !important;
}

.text-break {
  word-break: break-word !important;
  word-wrap: break-word !important;
}

.text-reset {
  color: inherit !important;
}

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

@media print {
  *,
*::before,
*::after {
    text-shadow: none !important;
    box-shadow: none !important;
  }

  a:not(.btn) {
    text-decoration: underline;
  }

  abbr[title]::after {
    content: " (" attr(title) ")";
  }

  pre {
    white-space: pre-wrap !important;
  }

  pre,
blockquote {
    border: 1px solid #adb5bd;
    page-break-inside: avoid;
  }

  thead {
    display: table-header-group;
  }

  tr,
img {
    page-break-inside: avoid;
  }

  p,
h2,
h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
h3 {
    page-break-after: avoid;
  }

  @page {
    size: a3;
  }
  body {
    min-width: 992px !important;
  }

  .container {
    min-width: 992px !important;
  }

  .navbar {
    display: none;
  }

  .badge {
    border: 1px solid #000;
  }

  .table {
    border-collapse: collapse !important;
  }
  .table td,
.table th {
    background-color: #fff !important;
  }

  .table-bordered th,
.table-bordered td {
    border: 1px solid #dee2e6 !important;
  }

  .table-dark {
    color: inherit;
  }
  .table-dark th,
.table-dark td,
.table-dark thead th,
.table-dark tbody + tbody {
    border-color: #dee2e6;
  }

  .table .thead-dark th {
    color: inherit;
    border-color: #dee2e6;
  }
}
.bv-no-focus-ring:focus {
  outline: none;
}

@media (max-width: 575.98px) {
  .bv-d-xs-down-none {
    display: none !important;
  }
}
@media (max-width: 767.98px) {
  .bv-d-sm-down-none {
    display: none !important;
  }
}
@media (max-width: 991.98px) {
  .bv-d-md-down-none {
    display: none !important;
  }
}
@media (max-width: 1199.98px) {
  .bv-d-lg-down-none {
    display: none !important;
  }
}
.bv-d-xl-down-none {
  display: none !important;
}

.form-control.focus {
  color: #495057;
  background-color: #fff;
  border-color: #80bdff;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.form-control.focus.is-valid {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}
.form-control.focus.is-invalid {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.b-form-btn-label-control.form-control {
  background-image: none;
  padding: 0;
}
.input-group .b-form-btn-label-control.form-control {
  padding: 0;
}

[dir=rtl] .b-form-btn-label-control.form-control, .b-form-btn-label-control.form-control[dir=rtl] {
  flex-direction: row-reverse;
}
[dir=rtl] .b-form-btn-label-control.form-control > label, .b-form-btn-label-control.form-control[dir=rtl] > label {
  text-align: right;
}

.b-form-btn-label-control.form-control > .btn {
  line-height: 1;
  font-size: inherit;
  box-shadow: none !important;
  border: 0;
}
.b-form-btn-label-control.form-control > .btn:disabled {
  pointer-events: none;
}
.b-form-btn-label-control.form-control.is-valid > .btn {
  color: #28a745;
}
.b-form-btn-label-control.form-control.is-invalid > .btn {
  color: #dc3545;
}
.b-form-btn-label-control.form-control > .dropdown-menu {
  padding: 0.5rem;
}
.b-form-btn-label-control.form-control > label {
  outline: 0;
  padding-left: 0.25rem;
  margin: 0;
  border: 0;
  font-size: inherit;
  cursor: pointer;
  min-height: calc(calc(1.5em + 0.75rem + 2px) - 2px);
}
.b-form-btn-label-control.form-control > label.form-control-sm {
  min-height: calc(calc(1.5em + 0.5rem + 2px) - 2px);
}
.b-form-btn-label-control.form-control > label.form-control-lg {
  min-height: calc(calc(1.5em + 1rem + 2px) - 2px);
}
.input-group.input-group-sm .b-form-btn-label-control.form-control > label {
  min-height: calc(calc(1.5em + 0.5rem + 2px) - 2px);
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

.input-group.input-group-lg .b-form-btn-label-control.form-control > label {
  min-height: calc(calc(1.5em + 1rem + 2px) - 2px);
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.b-form-btn-label-control.form-control[aria-disabled=true], .b-form-btn-label-control.form-control[aria-readonly=true] {
  background-color: #e9ecef;
  opacity: 1;
}
.b-form-btn-label-control.form-control[aria-disabled=true] {
  pointer-events: none;
}
.b-form-btn-label-control.form-control[aria-disabled=true] > label {
  cursor: default;
}

.b-form-btn-label-control.btn-group > .dropdown-menu {
  padding: 0.5rem;
}

.b-avatar {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  vertical-align: middle;
  width: 2.5rem;
  height: 2.5rem;
  font-size: inherit;
  font-weight: 400;
  line-height: 1;
  max-width: 100%;
  max-height: auto;
  text-align: center;
  overflow: visible;
  position: relative;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.b-avatar:focus {
  outline: 0;
}
.b-avatar.btn, .b-avatar[href] {
  padding: 0;
  border: 0;
}
.b-avatar.btn .b-avatar-img img, .b-avatar[href] .b-avatar-img img {
  transition: transform 0.15s ease-in-out;
}
.b-avatar.btn:not(:disabled):not(.disabled), .b-avatar[href]:not(:disabled):not(.disabled) {
  cursor: pointer;
}
.b-avatar.btn:not(:disabled):not(.disabled):hover .b-avatar-img img, .b-avatar[href]:not(:disabled):not(.disabled):hover .b-avatar-img img {
  transform: scale(1.15);
}
.b-avatar.disabled, .b-avatar:disabled, .b-avatar[disabled] {
  opacity: 0.65;
  pointer-events: none;
}
.b-avatar .b-avatar-custom,
.b-avatar .b-avatar-text,
.b-avatar .b-avatar-img {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  -webkit-mask-image: radial-gradient(white, black);
          mask-image: radial-gradient(white, black);
}
.b-avatar .b-avatar-text {
  text-transform: uppercase;
  white-space: nowrap;
}
.b-avatar[href] {
  text-decoration: none;
}
.b-avatar > .b-icon {
  width: 60%;
  height: auto;
  max-width: 100%;
}
.b-avatar .b-avatar-img img {
  width: 100%;
  height: 100%;
  max-height: auto;
  border-radius: inherit;
  -o-object-fit: cover;
     object-fit: cover;
}
.b-avatar .b-avatar-badge {
  position: absolute;
  min-height: 1.5em;
  min-width: 1.5em;
  padding: 0.25em;
  line-height: 1;
  border-radius: 10em;
  font-size: 70%;
  font-weight: 700;
  z-index: 5;
}

.b-avatar-sm {
  width: 1.5rem;
  height: 1.5rem;
}
.b-avatar-sm .b-avatar-text {
  font-size: calc(0.6rem);
}
.b-avatar-sm .b-avatar-badge {
  font-size: calc(0.42rem);
}

.b-avatar-lg {
  width: 3.5rem;
  height: 3.5rem;
}
.b-avatar-lg .b-avatar-text {
  font-size: calc(1.4rem);
}
.b-avatar-lg .b-avatar-badge {
  font-size: calc(0.98rem);
}

.b-avatar-group .b-avatar-group-inner {
  display: flex;
  flex-wrap: wrap;
}
.b-avatar-group .b-avatar {
  border: 1px solid #dee2e6;
}
.b-avatar-group a.b-avatar:hover:not(.disabled):not(disabled),
.b-avatar-group .btn.b-avatar:hover:not(.disabled):not(disabled) {
  z-index: 3;
}

.b-calendar {
  display: inline-flex;
}
.b-calendar .b-calendar-inner {
  min-width: 250px;
}
.b-calendar .b-calendar-header,
.b-calendar .b-calendar-nav {
  margin-bottom: 0.25rem;
}
.b-calendar .b-calendar-nav .btn {
  padding: 0.25rem;
}
.b-calendar output {
  padding: 0.25rem;
  font-size: 80%;
}
.b-calendar output.readonly {
  background-color: #e9ecef;
  opacity: 1;
}
.b-calendar .b-calendar-footer {
  margin-top: 0.5rem;
}
.b-calendar .b-calendar-grid {
  padding: 0;
  margin: 0;
  overflow: hidden;
}
.b-calendar .b-calendar-grid .row {
  flex-wrap: nowrap;
}
.b-calendar .b-calendar-grid-caption {
  padding: 0.25rem;
}
.b-calendar .b-calendar-grid-body .col[data-date] .btn {
  width: 32px;
  height: 32px;
  font-size: 14px;
  line-height: 1;
  margin: 3px auto;
  padding: 9px 0;
}
.b-calendar .btn:disabled, .b-calendar .btn.disabled, .b-calendar .btn[aria-disabled=true] {
  cursor: default;
  pointer-events: none;
}

.card-img-left {
  border-top-left-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}

.card-img-right {
  border-top-right-radius: calc(0.25rem - 1px);
  border-bottom-right-radius: calc(0.25rem - 1px);
}

.dropdown:not(.dropleft) .dropdown-toggle.dropdown-toggle-no-caret::after {
  display: none !important;
}
.dropdown.dropleft .dropdown-toggle.dropdown-toggle-no-caret::before {
  display: none !important;
}
.dropdown .dropdown-menu:focus {
  outline: none;
}

.b-dropdown-form {
  display: inline-block;
  padding: 0.25rem 1.5rem;
  width: 100%;
  clear: both;
  font-weight: 400;
}
.b-dropdown-form:focus {
  outline: 1px dotted !important;
  outline: 5px auto -webkit-focus-ring-color !important;
}
.b-dropdown-form.disabled, .b-dropdown-form:disabled {
  outline: 0 !important;
  color: #6c757d;
  pointer-events: none;
}

.b-dropdown-text {
  display: inline-block;
  padding: 0.25rem 1.5rem;
  margin-bottom: 0;
  width: 100%;
  clear: both;
  font-weight: lighter;
}

.custom-checkbox.b-custom-control-lg,
.input-group-lg .custom-checkbox {
  font-size: 1.25rem;
  line-height: 1.5;
  padding-left: 1.875rem;
}
.custom-checkbox.b-custom-control-lg .custom-control-label::before,
.input-group-lg .custom-checkbox .custom-control-label::before {
  top: 0.3125rem;
  left: -1.875rem;
  width: 1.25rem;
  height: 1.25rem;
  border-radius: 0.3rem;
}
.custom-checkbox.b-custom-control-lg .custom-control-label::after,
.input-group-lg .custom-checkbox .custom-control-label::after {
  top: 0.3125rem;
  left: -1.875rem;
  width: 1.25rem;
  height: 1.25rem;
  background-size: 50% 50%;
}

.custom-checkbox.b-custom-control-sm,
.input-group-sm .custom-checkbox {
  font-size: 0.875rem;
  line-height: 1.5;
  padding-left: 1.3125rem;
}
.custom-checkbox.b-custom-control-sm .custom-control-label::before,
.input-group-sm .custom-checkbox .custom-control-label::before {
  top: 0.21875rem;
  left: -1.3125rem;
  width: 0.875rem;
  height: 0.875rem;
  border-radius: 0.2rem;
}
.custom-checkbox.b-custom-control-sm .custom-control-label::after,
.input-group-sm .custom-checkbox .custom-control-label::after {
  top: 0.21875rem;
  left: -1.3125rem;
  width: 0.875rem;
  height: 0.875rem;
  background-size: 50% 50%;
}

.custom-switch.b-custom-control-lg,
.input-group-lg .custom-switch {
  padding-left: 2.8125rem;
}
.custom-switch.b-custom-control-lg .custom-control-label,
.input-group-lg .custom-switch .custom-control-label {
  font-size: 1.25rem;
  line-height: 1.5;
}
.custom-switch.b-custom-control-lg .custom-control-label::before,
.input-group-lg .custom-switch .custom-control-label::before {
  top: 0.3125rem;
  height: 1.25rem;
  left: -2.8125rem;
  width: 2.1875rem;
  border-radius: 0.625rem;
}
.custom-switch.b-custom-control-lg .custom-control-label::after,
.input-group-lg .custom-switch .custom-control-label::after {
  top: calc( 0.3125rem + 2px );
  left: calc( -2.8125rem + 2px );
  width: calc( 1.25rem - 4px );
  height: calc( 1.25rem - 4px );
  border-radius: 0.625rem;
  background-size: 50% 50%;
}
.custom-switch.b-custom-control-lg .custom-control-input:checked ~ .custom-control-label::after,
.input-group-lg .custom-switch .custom-control-input:checked ~ .custom-control-label::after {
  transform: translateX(0.9375rem);
}

.custom-switch.b-custom-control-sm,
.input-group-sm .custom-switch {
  padding-left: 1.96875rem;
}
.custom-switch.b-custom-control-sm .custom-control-label,
.input-group-sm .custom-switch .custom-control-label {
  font-size: 0.875rem;
  line-height: 1.5;
}
.custom-switch.b-custom-control-sm .custom-control-label::before,
.input-group-sm .custom-switch .custom-control-label::before {
  top: 0.21875rem;
  left: -1.96875rem;
  width: 1.53125rem;
  height: 0.875rem;
  border-radius: 0.4375rem;
}
.custom-switch.b-custom-control-sm .custom-control-label::after,
.input-group-sm .custom-switch .custom-control-label::after {
  top: calc( 0.21875rem + 2px );
  left: calc( -1.96875rem + 2px );
  width: calc( 0.875rem - 4px );
  height: calc( 0.875rem - 4px );
  border-radius: 0.4375rem;
  background-size: 50% 50%;
}
.custom-switch.b-custom-control-sm .custom-control-input:checked ~ .custom-control-label::after,
.input-group-sm .custom-switch .custom-control-input:checked ~ .custom-control-label::after {
  transform: translateX(0.65625rem);
}

.input-group > .input-group-prepend > .btn-group > .btn,
.input-group > .input-group-append:not(:last-child) > .btn-group > .btn,
.input-group > .input-group-append:last-child > .btn-group:not(:last-child):not(.dropdown-toggle) > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group > .input-group-append > .btn-group > .btn,
.input-group > .input-group-prepend:not(:first-child) > .btn-group > .btn,
.input-group > .input-group-prepend:first-child > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.custom-file-label {
  white-space: nowrap;
  overflow-x: hidden;
}

.b-custom-control-lg.custom-file,
.b-custom-control-lg .custom-file-input,
.b-custom-control-lg .custom-file-label,
.input-group-lg.custom-file,
.input-group-lg .custom-file-input,
.input-group-lg .custom-file-label {
  font-size: 1.25rem;
  height: calc(1.5em + 1rem + 2px);
}
.b-custom-control-lg .custom-file-label,
.b-custom-control-lg .custom-file-label:after,
.input-group-lg .custom-file-label,
.input-group-lg .custom-file-label:after {
  padding: 0.5rem 1rem;
  line-height: 1.5;
}
.b-custom-control-lg .custom-file-label,
.input-group-lg .custom-file-label {
  border-radius: 0.3rem;
}
.b-custom-control-lg .custom-file-label::after,
.input-group-lg .custom-file-label::after {
  font-size: inherit;
  height: calc( 1.5em + 1rem );
  border-radius: 0 0.3rem 0.3rem 0;
}

.b-custom-control-sm.custom-file,
.b-custom-control-sm .custom-file-input,
.b-custom-control-sm .custom-file-label,
.input-group-sm.custom-file,
.input-group-sm .custom-file-input,
.input-group-sm .custom-file-label {
  font-size: 0.875rem;
  height: calc(1.5em + 0.5rem + 2px);
}
.b-custom-control-sm .custom-file-label,
.b-custom-control-sm .custom-file-label:after,
.input-group-sm .custom-file-label,
.input-group-sm .custom-file-label:after {
  padding: 0.25rem 0.5rem;
  line-height: 1.5;
}
.b-custom-control-sm .custom-file-label,
.input-group-sm .custom-file-label {
  border-radius: 0.2rem;
}
.b-custom-control-sm .custom-file-label::after,
.input-group-sm .custom-file-label::after {
  font-size: inherit;
  height: calc( 1.5em + 0.5rem );
  border-radius: 0 0.2rem 0.2rem 0;
}

.was-validated .form-control:invalid, .was-validated .form-control:valid, .form-control.is-invalid, .form-control.is-valid {
  background-position: right calc(0.375em + 0.1875rem) center;
}

input[type=color].form-control {
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.125rem 0.25rem;
}

input[type=color].form-control.form-control-sm,
.input-group-sm input[type=color].form-control {
  height: calc(1.5em + 0.5rem + 2px);
  padding: 0.125rem 0.25rem;
}

input[type=color].form-control.form-control-lg,
.input-group-lg input[type=color].form-control {
  height: calc(1.5em + 1rem + 2px);
  padding: 0.125rem 0.25rem;
}

input[type=color].form-control:disabled {
  background-color: #adb5bd;
  opacity: 0.65;
}

.input-group > .custom-range {
  position: relative;
  flex: 1 1 auto;
  width: 1%;
  margin-bottom: 0;
}
.input-group > .custom-range + .form-control,
.input-group > .custom-range + .form-control-plaintext,
.input-group > .custom-range + .custom-select,
.input-group > .custom-range + .custom-range,
.input-group > .custom-range + .custom-file {
  margin-left: -1px;
}
.input-group > .form-control + .custom-range,
.input-group > .form-control-plaintext + .custom-range,
.input-group > .custom-select + .custom-range,
.input-group > .custom-range + .custom-range,
.input-group > .custom-file + .custom-range {
  margin-left: -1px;
}
.input-group > .custom-range:focus {
  z-index: 3;
}
.input-group > .custom-range:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group > .custom-range:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.input-group > .custom-range {
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0 0.75rem;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  height: calc(1.5em + 0.75rem + 2px);
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .input-group > .custom-range {
    transition: none;
  }
}
.input-group > .custom-range:focus {
  color: #495057;
  background-color: #fff;
  border-color: #80bdff;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.input-group > .custom-range:disabled, .input-group > .custom-range[readonly] {
  background-color: #e9ecef;
}

.input-group-lg > .custom-range {
  height: calc(1.5em + 1rem + 2px);
  padding: 0 1rem;
  border-radius: 0.3rem;
}

.input-group-sm > .custom-range {
  height: calc(1.5em + 0.5rem + 2px);
  padding: 0 0.5rem;
  border-radius: 0.2rem;
}

.was-validated .input-group .custom-range:valid, .input-group .custom-range.is-valid {
  border-color: #28a745;
}
.was-validated .input-group .custom-range:valid:focus, .input-group .custom-range.is-valid:focus {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.was-validated .custom-range:valid:focus::-webkit-slider-thumb, .custom-range.is-valid:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem #9be7ac;
}
.was-validated .custom-range:valid:focus::-moz-range-thumb, .custom-range.is-valid:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem #9be7ac;
}
.was-validated .custom-range:valid:focus::-ms-thumb, .custom-range.is-valid:focus::-ms-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem #9be7ac;
}
.was-validated .custom-range:valid::-webkit-slider-thumb, .custom-range.is-valid::-webkit-slider-thumb {
  background-color: #28a745;
  background-image: none;
}
.was-validated .custom-range:valid::-webkit-slider-thumb:active, .custom-range.is-valid::-webkit-slider-thumb:active {
  background-color: #9be7ac;
  background-image: none;
}
.was-validated .custom-range:valid::-webkit-slider-runnable-track, .custom-range.is-valid::-webkit-slider-runnable-track {
  background-color: rgba(40, 167, 69, 0.35);
}
.was-validated .custom-range:valid::-moz-range-thumb, .custom-range.is-valid::-moz-range-thumb {
  background-color: #28a745;
  background-image: none;
}
.was-validated .custom-range:valid::-moz-range-thumb:active, .custom-range.is-valid::-moz-range-thumb:active {
  background-color: #9be7ac;
  background-image: none;
}
.was-validated .custom-range:valid::-moz-range-track, .custom-range.is-valid::-moz-range-track {
  background: rgba(40, 167, 69, 0.35);
}
.was-validated .custom-range:valid ~ .valid-feedback,
.was-validated .custom-range:valid ~ .valid-tooltip, .custom-range.is-valid ~ .valid-feedback,
.custom-range.is-valid ~ .valid-tooltip {
  display: block;
}
.was-validated .custom-range:valid::-ms-thumb, .custom-range.is-valid::-ms-thumb {
  background-color: #28a745;
  background-image: none;
}
.was-validated .custom-range:valid::-ms-thumb:active, .custom-range.is-valid::-ms-thumb:active {
  background-color: #9be7ac;
  background-image: none;
}
.was-validated .custom-range:valid::-ms-track-lower, .custom-range.is-valid::-ms-track-lower {
  background: rgba(40, 167, 69, 0.35);
}
.was-validated .custom-range:valid::-ms-track-upper, .custom-range.is-valid::-ms-track-upper {
  background: rgba(40, 167, 69, 0.35);
}

.was-validated .input-group .custom-range:invalid, .input-group .custom-range.is-invalid {
  border-color: #dc3545;
}
.was-validated .input-group .custom-range:invalid:focus, .input-group .custom-range.is-invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.was-validated .custom-range:invalid:focus::-webkit-slider-thumb, .custom-range.is-invalid:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem #f6cdd1;
}
.was-validated .custom-range:invalid:focus::-moz-range-thumb, .custom-range.is-invalid:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem #f6cdd1;
}
.was-validated .custom-range:invalid:focus::-ms-thumb, .custom-range.is-invalid:focus::-ms-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem #f6cdd1;
}
.was-validated .custom-range:invalid::-webkit-slider-thumb, .custom-range.is-invalid::-webkit-slider-thumb {
  background-color: #dc3545;
  background-image: none;
}
.was-validated .custom-range:invalid::-webkit-slider-thumb:active, .custom-range.is-invalid::-webkit-slider-thumb:active {
  background-color: #f6cdd1;
  background-image: none;
}
.was-validated .custom-range:invalid::-webkit-slider-runnable-track, .custom-range.is-invalid::-webkit-slider-runnable-track {
  background-color: rgba(220, 53, 69, 0.35);
}
.was-validated .custom-range:invalid::-moz-range-thumb, .custom-range.is-invalid::-moz-range-thumb {
  background-color: #dc3545;
  background-image: none;
}
.was-validated .custom-range:invalid::-moz-range-thumb:active, .custom-range.is-invalid::-moz-range-thumb:active {
  background-color: #f6cdd1;
  background-image: none;
}
.was-validated .custom-range:invalid::-moz-range-track, .custom-range.is-invalid::-moz-range-track {
  background: rgba(220, 53, 69, 0.35);
}
.was-validated .custom-range:invalid ~ .invalid-feedback,
.was-validated .custom-range:invalid ~ .invalid-tooltip, .custom-range.is-invalid ~ .invalid-feedback,
.custom-range.is-invalid ~ .invalid-tooltip {
  display: block;
}
.was-validated .custom-range:invalid::-ms-thumb, .custom-range.is-invalid::-ms-thumb {
  background-color: #dc3545;
  background-image: none;
}
.was-validated .custom-range:invalid::-ms-thumb:active, .custom-range.is-invalid::-ms-thumb:active {
  background-color: #f6cdd1;
  background-image: none;
}
.was-validated .custom-range:invalid::-ms-track-lower, .custom-range.is-invalid::-ms-track-lower {
  background: rgba(220, 53, 69, 0.35);
}
.was-validated .custom-range:invalid::-ms-track-upper, .custom-range.is-invalid::-ms-track-upper {
  background: rgba(220, 53, 69, 0.35);
}

.custom-radio.b-custom-control-lg,
.input-group-lg .custom-radio {
  font-size: 1.25rem;
  line-height: 1.5;
  padding-left: 1.875rem;
}
.custom-radio.b-custom-control-lg .custom-control-label::before,
.input-group-lg .custom-radio .custom-control-label::before {
  top: 0.3125rem;
  left: -1.875rem;
  width: 1.25rem;
  height: 1.25rem;
  border-radius: 50%;
}
.custom-radio.b-custom-control-lg .custom-control-label::after,
.input-group-lg .custom-radio .custom-control-label::after {
  top: 0.3125rem;
  left: -1.875rem;
  width: 1.25rem;
  height: 1.25rem;
  background: no-repeat 50%/50% 50%;
}

.custom-radio.b-custom-control-sm,
.input-group-sm .custom-radio {
  font-size: 0.875rem;
  line-height: 1.5;
  padding-left: 1.3125rem;
}
.custom-radio.b-custom-control-sm .custom-control-label::before,
.input-group-sm .custom-radio .custom-control-label::before {
  top: 0.21875rem;
  left: -1.3125rem;
  width: 0.875rem;
  height: 0.875rem;
  border-radius: 50%;
}
.custom-radio.b-custom-control-sm .custom-control-label::after,
.input-group-sm .custom-radio .custom-control-label::after {
  top: 0.21875rem;
  left: -1.3125rem;
  width: 0.875rem;
  height: 0.875rem;
  background: no-repeat 50%/50% 50%;
}

.b-rating {
  text-align: center;
}
.b-rating.d-inline-flex {
  width: auto;
}
.b-rating .b-rating-star,
.b-rating .b-rating-value {
  padding: 0 0.25em;
}
.b-rating .b-rating-value {
  min-width: 2.5em;
}
.b-rating .b-rating-star {
  display: inline-flex;
  justify-content: center;
  outline: 0;
}
.b-rating .b-rating-star .b-rating-icon {
  display: inline-flex;
  transition: all 0.15s ease-in-out;
}
.b-rating.disabled, .b-rating:disabled {
  background-color: #e9ecef;
  color: #6c757d;
}
.b-rating:not(.disabled):not(.readonly) .b-rating-star {
  cursor: pointer;
}
.b-rating:not(.disabled):not(.readonly):focus:not(:hover) .b-rating-star.focused .b-rating-icon,
.b-rating:not(.disabled):not(.readonly) .b-rating-star:hover .b-rating-icon {
  transform: scale(1.5);
}
.b-rating[dir=rtl] .b-rating-star-half {
  transform: scale(-1, 1);
}

.b-form-spinbutton {
  text-align: center;
  overflow: hidden;
  background-image: none;
  padding: 0;
}
[dir=rtl] .b-form-spinbutton:not(.flex-column), .b-form-spinbutton[dir=rtl]:not(.flex-column) {
  flex-direction: row-reverse;
}

.b-form-spinbutton output {
  font-size: inherit;
  outline: 0;
  border: 0;
  background-color: transparent;
  width: auto;
  margin: 0;
  padding: 0 0.25rem;
}
.b-form-spinbutton output > div,
.b-form-spinbutton output > bdi {
  display: block;
  min-width: 2.25em;
  height: 1.5em;
}
.b-form-spinbutton.flex-column {
  height: auto;
  width: auto;
}
.b-form-spinbutton.flex-column output {
  margin: 0 0.25rem;
  padding: 0.25rem 0;
}
.b-form-spinbutton:not(.d-inline-flex):not(.flex-column) {
  output-width: 100%;
}
.b-form-spinbutton.d-inline-flex:not(.flex-column) {
  width: auto;
}
.b-form-spinbutton .btn {
  line-height: 1;
  box-shadow: none !important;
}
.b-form-spinbutton .btn:disabled {
  pointer-events: none;
}
.b-form-spinbutton .btn:hover:not(:disabled) > div > .b-icon {
  transform: scale(1.25);
}
.b-form-spinbutton.disabled, .b-form-spinbutton.readonly {
  background-color: #e9ecef;
}
.b-form-spinbutton.disabled {
  pointer-events: none;
}

.b-form-tags .b-form-tags-list {
  margin-top: -0.25rem;
}
.b-form-tags .b-form-tags-list .b-from-tags-field,
.b-form-tags .b-form-tags-list .b-form-tag {
  margin-top: 0.25rem;
}
.b-form-tags.focus {
  color: #495057;
  background-color: #fff;
  border-color: #80bdff;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.b-form-tags.focus.is-valid {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}
.b-form-tags.focus.is-invalid {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}
.b-form-tags.disabled {
  background-color: #e9ecef;
}

.b-form-tag {
  font-size: 75%;
  font-weight: normal;
  line-height: 1.5;
  margin-right: 0.25rem;
}
.b-form-tag.disabled {
  opacity: 0.75;
}
.b-form-tag > button.b-form-tag-remove {
  color: inherit;
  font-size: 125%;
  line-height: 1;
  float: none;
  margin-left: 0.25rem;
}

.form-control-sm .b-form-tag {
  line-height: 1.5;
}

.form-control-lg .b-form-tag {
  line-height: 1.5;
}

.modal-backdrop {
  opacity: 0.5;
}

.b-pagination-pills .page-item .page-link {
  border-radius: 50rem !important;
  margin-left: 0.25rem;
  line-height: 1;
}
.b-pagination-pills .page-item:first-child .page-link {
  margin-left: 0;
}

.popover.b-popover {
  display: block;
  opacity: 1;
  outline: 0;
}
.popover.b-popover.fade:not(.show) {
  opacity: 0;
}
.popover.b-popover.show {
  opacity: 1;
}

.b-popover-primary.popover {
  background-color: #cce5ff;
  border-color: #b8daff;
}
.b-popover-primary.bs-popover-top > .arrow::before, .b-popover-primary.bs-popover-auto[x-placement^=top] > .arrow::before {
  border-top-color: #b8daff;
}
.b-popover-primary.bs-popover-top > .arrow::after, .b-popover-primary.bs-popover-auto[x-placement^=top] > .arrow::after {
  border-top-color: #cce5ff;
}
.b-popover-primary.bs-popover-right > .arrow::before, .b-popover-primary.bs-popover-auto[x-placement^=right] > .arrow::before {
  border-right-color: #b8daff;
}
.b-popover-primary.bs-popover-right > .arrow::after, .b-popover-primary.bs-popover-auto[x-placement^=right] > .arrow::after {
  border-right-color: #cce5ff;
}
.b-popover-primary.bs-popover-bottom > .arrow::before, .b-popover-primary.bs-popover-auto[x-placement^=bottom] > .arrow::before {
  border-bottom-color: #b8daff;
}
.b-popover-primary.bs-popover-bottom > .arrow::after, .b-popover-primary.bs-popover-auto[x-placement^=bottom] > .arrow::after {
  border-bottom-color: #bdddff;
}
.b-popover-primary.bs-popover-bottom .popover-header::before, .b-popover-primary.bs-popover-auto[x-placement^=bottom] .popover-header::before {
  border-bottom-color: #bdddff;
}
.b-popover-primary.bs-popover-left > .arrow::before, .b-popover-primary.bs-popover-auto[x-placement^=left] > .arrow::before {
  border-left-color: #b8daff;
}
.b-popover-primary.bs-popover-left > .arrow::after, .b-popover-primary.bs-popover-auto[x-placement^=left] > .arrow::after {
  border-left-color: #cce5ff;
}
.b-popover-primary .popover-header {
  color: #212529;
  background-color: #bdddff;
  border-bottom-color: #a3d0ff;
}
.b-popover-primary .popover-body {
  color: #004085;
}

.b-popover-secondary.popover {
  background-color: #e2e3e5;
  border-color: #d6d8db;
}
.b-popover-secondary.bs-popover-top > .arrow::before, .b-popover-secondary.bs-popover-auto[x-placement^=top] > .arrow::before {
  border-top-color: #d6d8db;
}
.b-popover-secondary.bs-popover-top > .arrow::after, .b-popover-secondary.bs-popover-auto[x-placement^=top] > .arrow::after {
  border-top-color: #e2e3e5;
}
.b-popover-secondary.bs-popover-right > .arrow::before, .b-popover-secondary.bs-popover-auto[x-placement^=right] > .arrow::before {
  border-right-color: #d6d8db;
}
.b-popover-secondary.bs-popover-right > .arrow::after, .b-popover-secondary.bs-popover-auto[x-placement^=right] > .arrow::after {
  border-right-color: #e2e3e5;
}
.b-popover-secondary.bs-popover-bottom > .arrow::before, .b-popover-secondary.bs-popover-auto[x-placement^=bottom] > .arrow::before {
  border-bottom-color: #d6d8db;
}
.b-popover-secondary.bs-popover-bottom > .arrow::after, .b-popover-secondary.bs-popover-auto[x-placement^=bottom] > .arrow::after {
  border-bottom-color: #dadbde;
}
.b-popover-secondary.bs-popover-bottom .popover-header::before, .b-popover-secondary.bs-popover-auto[x-placement^=bottom] .popover-header::before {
  border-bottom-color: #dadbde;
}
.b-popover-secondary.bs-popover-left > .arrow::before, .b-popover-secondary.bs-popover-auto[x-placement^=left] > .arrow::before {
  border-left-color: #d6d8db;
}
.b-popover-secondary.bs-popover-left > .arrow::after, .b-popover-secondary.bs-popover-auto[x-placement^=left] > .arrow::after {
  border-left-color: #e2e3e5;
}
.b-popover-secondary .popover-header {
  color: #212529;
  background-color: #dadbde;
  border-bottom-color: #ccced2;
}
.b-popover-secondary .popover-body {
  color: #383d41;
}

.b-popover-success.popover {
  background-color: #d4edda;
  border-color: #c3e6cb;
}
.b-popover-success.bs-popover-top > .arrow::before, .b-popover-success.bs-popover-auto[x-placement^=top] > .arrow::before {
  border-top-color: #c3e6cb;
}
.b-popover-success.bs-popover-top > .arrow::after, .b-popover-success.bs-popover-auto[x-placement^=top] > .arrow::after {
  border-top-color: #d4edda;
}
.b-popover-success.bs-popover-right > .arrow::before, .b-popover-success.bs-popover-auto[x-placement^=right] > .arrow::before {
  border-right-color: #c3e6cb;
}
.b-popover-success.bs-popover-right > .arrow::after, .b-popover-success.bs-popover-auto[x-placement^=right] > .arrow::after {
  border-right-color: #d4edda;
}
.b-popover-success.bs-popover-bottom > .arrow::before, .b-popover-success.bs-popover-auto[x-placement^=bottom] > .arrow::before {
  border-bottom-color: #c3e6cb;
}
.b-popover-success.bs-popover-bottom > .arrow::after, .b-popover-success.bs-popover-auto[x-placement^=bottom] > .arrow::after {
  border-bottom-color: #c9e8d1;
}
.b-popover-success.bs-popover-bottom .popover-header::before, .b-popover-success.bs-popover-auto[x-placement^=bottom] .popover-header::before {
  border-bottom-color: #c9e8d1;
}
.b-popover-success.bs-popover-left > .arrow::before, .b-popover-success.bs-popover-auto[x-placement^=left] > .arrow::before {
  border-left-color: #c3e6cb;
}
.b-popover-success.bs-popover-left > .arrow::after, .b-popover-success.bs-popover-auto[x-placement^=left] > .arrow::after {
  border-left-color: #d4edda;
}
.b-popover-success .popover-header {
  color: #212529;
  background-color: #c9e8d1;
  border-bottom-color: #b7e1c1;
}
.b-popover-success .popover-body {
  color: #155724;
}

.b-popover-info.popover {
  background-color: #d1ecf1;
  border-color: #bee5eb;
}
.b-popover-info.bs-popover-top > .arrow::before, .b-popover-info.bs-popover-auto[x-placement^=top] > .arrow::before {
  border-top-color: #bee5eb;
}
.b-popover-info.bs-popover-top > .arrow::after, .b-popover-info.bs-popover-auto[x-placement^=top] > .arrow::after {
  border-top-color: #d1ecf1;
}
.b-popover-info.bs-popover-right > .arrow::before, .b-popover-info.bs-popover-auto[x-placement^=right] > .arrow::before {
  border-right-color: #bee5eb;
}
.b-popover-info.bs-popover-right > .arrow::after, .b-popover-info.bs-popover-auto[x-placement^=right] > .arrow::after {
  border-right-color: #d1ecf1;
}
.b-popover-info.bs-popover-bottom > .arrow::before, .b-popover-info.bs-popover-auto[x-placement^=bottom] > .arrow::before {
  border-bottom-color: #bee5eb;
}
.b-popover-info.bs-popover-bottom > .arrow::after, .b-popover-info.bs-popover-auto[x-placement^=bottom] > .arrow::after {
  border-bottom-color: #c5e7ed;
}
.b-popover-info.bs-popover-bottom .popover-header::before, .b-popover-info.bs-popover-auto[x-placement^=bottom] .popover-header::before {
  border-bottom-color: #c5e7ed;
}
.b-popover-info.bs-popover-left > .arrow::before, .b-popover-info.bs-popover-auto[x-placement^=left] > .arrow::before {
  border-left-color: #bee5eb;
}
.b-popover-info.bs-popover-left > .arrow::after, .b-popover-info.bs-popover-auto[x-placement^=left] > .arrow::after {
  border-left-color: #d1ecf1;
}
.b-popover-info .popover-header {
  color: #212529;
  background-color: #c5e7ed;
  border-bottom-color: #b2dfe7;
}
.b-popover-info .popover-body {
  color: #0c5460;
}

.b-popover-warning.popover {
  background-color: #fff3cd;
  border-color: #ffeeba;
}
.b-popover-warning.bs-popover-top > .arrow::before, .b-popover-warning.bs-popover-auto[x-placement^=top] > .arrow::before {
  border-top-color: #ffeeba;
}
.b-popover-warning.bs-popover-top > .arrow::after, .b-popover-warning.bs-popover-auto[x-placement^=top] > .arrow::after {
  border-top-color: #fff3cd;
}
.b-popover-warning.bs-popover-right > .arrow::before, .b-popover-warning.bs-popover-auto[x-placement^=right] > .arrow::before {
  border-right-color: #ffeeba;
}
.b-popover-warning.bs-popover-right > .arrow::after, .b-popover-warning.bs-popover-auto[x-placement^=right] > .arrow::after {
  border-right-color: #fff3cd;
}
.b-popover-warning.bs-popover-bottom > .arrow::before, .b-popover-warning.bs-popover-auto[x-placement^=bottom] > .arrow::before {
  border-bottom-color: #ffeeba;
}
.b-popover-warning.bs-popover-bottom > .arrow::after, .b-popover-warning.bs-popover-auto[x-placement^=bottom] > .arrow::after {
  border-bottom-color: #ffefbe;
}
.b-popover-warning.bs-popover-bottom .popover-header::before, .b-popover-warning.bs-popover-auto[x-placement^=bottom] .popover-header::before {
  border-bottom-color: #ffefbe;
}
.b-popover-warning.bs-popover-left > .arrow::before, .b-popover-warning.bs-popover-auto[x-placement^=left] > .arrow::before {
  border-left-color: #ffeeba;
}
.b-popover-warning.bs-popover-left > .arrow::after, .b-popover-warning.bs-popover-auto[x-placement^=left] > .arrow::after {
  border-left-color: #fff3cd;
}
.b-popover-warning .popover-header {
  color: #212529;
  background-color: #ffefbe;
  border-bottom-color: #ffe9a4;
}
.b-popover-warning .popover-body {
  color: #856404;
}

.b-popover-danger.popover {
  background-color: #f8d7da;
  border-color: #f5c6cb;
}
.b-popover-danger.bs-popover-top > .arrow::before, .b-popover-danger.bs-popover-auto[x-placement^=top] > .arrow::before {
  border-top-color: #f5c6cb;
}
.b-popover-danger.bs-popover-top > .arrow::after, .b-popover-danger.bs-popover-auto[x-placement^=top] > .arrow::after {
  border-top-color: #f8d7da;
}
.b-popover-danger.bs-popover-right > .arrow::before, .b-popover-danger.bs-popover-auto[x-placement^=right] > .arrow::before {
  border-right-color: #f5c6cb;
}
.b-popover-danger.bs-popover-right > .arrow::after, .b-popover-danger.bs-popover-auto[x-placement^=right] > .arrow::after {
  border-right-color: #f8d7da;
}
.b-popover-danger.bs-popover-bottom > .arrow::before, .b-popover-danger.bs-popover-auto[x-placement^=bottom] > .arrow::before {
  border-bottom-color: #f5c6cb;
}
.b-popover-danger.bs-popover-bottom > .arrow::after, .b-popover-danger.bs-popover-auto[x-placement^=bottom] > .arrow::after {
  border-bottom-color: #f6cace;
}
.b-popover-danger.bs-popover-bottom .popover-header::before, .b-popover-danger.bs-popover-auto[x-placement^=bottom] .popover-header::before {
  border-bottom-color: #f6cace;
}
.b-popover-danger.bs-popover-left > .arrow::before, .b-popover-danger.bs-popover-auto[x-placement^=left] > .arrow::before {
  border-left-color: #f5c6cb;
}
.b-popover-danger.bs-popover-left > .arrow::after, .b-popover-danger.bs-popover-auto[x-placement^=left] > .arrow::after {
  border-left-color: #f8d7da;
}
.b-popover-danger .popover-header {
  color: #212529;
  background-color: #f6cace;
  border-bottom-color: #f2b4ba;
}
.b-popover-danger .popover-body {
  color: #721c24;
}

.b-popover-light.popover {
  background-color: #fefefe;
  border-color: #fdfdfe;
}
.b-popover-light.bs-popover-top > .arrow::before, .b-popover-light.bs-popover-auto[x-placement^=top] > .arrow::before {
  border-top-color: #fdfdfe;
}
.b-popover-light.bs-popover-top > .arrow::after, .b-popover-light.bs-popover-auto[x-placement^=top] > .arrow::after {
  border-top-color: #fefefe;
}
.b-popover-light.bs-popover-right > .arrow::before, .b-popover-light.bs-popover-auto[x-placement^=right] > .arrow::before {
  border-right-color: #fdfdfe;
}
.b-popover-light.bs-popover-right > .arrow::after, .b-popover-light.bs-popover-auto[x-placement^=right] > .arrow::after {
  border-right-color: #fefefe;
}
.b-popover-light.bs-popover-bottom > .arrow::before, .b-popover-light.bs-popover-auto[x-placement^=bottom] > .arrow::before {
  border-bottom-color: #fdfdfe;
}
.b-popover-light.bs-popover-bottom > .arrow::after, .b-popover-light.bs-popover-auto[x-placement^=bottom] > .arrow::after {
  border-bottom-color: #f6f6f6;
}
.b-popover-light.bs-popover-bottom .popover-header::before, .b-popover-light.bs-popover-auto[x-placement^=bottom] .popover-header::before {
  border-bottom-color: #f6f6f6;
}
.b-popover-light.bs-popover-left > .arrow::before, .b-popover-light.bs-popover-auto[x-placement^=left] > .arrow::before {
  border-left-color: #fdfdfe;
}
.b-popover-light.bs-popover-left > .arrow::after, .b-popover-light.bs-popover-auto[x-placement^=left] > .arrow::after {
  border-left-color: #fefefe;
}
.b-popover-light .popover-header {
  color: #212529;
  background-color: #f6f6f6;
  border-bottom-color: #eaeaea;
}
.b-popover-light .popover-body {
  color: #818182;
}

.b-popover-dark.popover {
  background-color: #d6d8d9;
  border-color: #c6c8ca;
}
.b-popover-dark.bs-popover-top > .arrow::before, .b-popover-dark.bs-popover-auto[x-placement^=top] > .arrow::before {
  border-top-color: #c6c8ca;
}
.b-popover-dark.bs-popover-top > .arrow::after, .b-popover-dark.bs-popover-auto[x-placement^=top] > .arrow::after {
  border-top-color: #d6d8d9;
}
.b-popover-dark.bs-popover-right > .arrow::before, .b-popover-dark.bs-popover-auto[x-placement^=right] > .arrow::before {
  border-right-color: #c6c8ca;
}
.b-popover-dark.bs-popover-right > .arrow::after, .b-popover-dark.bs-popover-auto[x-placement^=right] > .arrow::after {
  border-right-color: #d6d8d9;
}
.b-popover-dark.bs-popover-bottom > .arrow::before, .b-popover-dark.bs-popover-auto[x-placement^=bottom] > .arrow::before {
  border-bottom-color: #c6c8ca;
}
.b-popover-dark.bs-popover-bottom > .arrow::after, .b-popover-dark.bs-popover-auto[x-placement^=bottom] > .arrow::after {
  border-bottom-color: #ced0d2;
}
.b-popover-dark.bs-popover-bottom .popover-header::before, .b-popover-dark.bs-popover-auto[x-placement^=bottom] .popover-header::before {
  border-bottom-color: #ced0d2;
}
.b-popover-dark.bs-popover-left > .arrow::before, .b-popover-dark.bs-popover-auto[x-placement^=left] > .arrow::before {
  border-left-color: #c6c8ca;
}
.b-popover-dark.bs-popover-left > .arrow::after, .b-popover-dark.bs-popover-auto[x-placement^=left] > .arrow::after {
  border-left-color: #d6d8d9;
}
.b-popover-dark .popover-header {
  color: #212529;
  background-color: #ced0d2;
  border-bottom-color: #c1c4c5;
}
.b-popover-dark .popover-body {
  color: #1b1e21;
}

.b-skeleton-wrapper {
  cursor: wait;
}

.b-skeleton {
  position: relative;
  overflow: hidden;
  background-color: rgba(0, 0, 0, 0.12);
  cursor: wait;
  -webkit-mask-image: radial-gradient(white, black);
          mask-image: radial-gradient(white, black);
}
.b-skeleton::before {
  content: "\A0";
}

.b-skeleton-text {
  height: 1rem;
  margin-bottom: 0.25rem;
  border-radius: 0.25rem;
}

.b-skeleton-button {
  width: 75px;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
}

.b-skeleton-avatar {
  width: 2.5em;
  height: 2.5em;
  border-radius: 50%;
}

.b-skeleton-input {
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  line-height: 1.5;
  border: #ced4da solid 1px;
  border-radius: 0.25rem;
}

.b-skeleton-icon-wrapper svg {
  color: rgba(0, 0, 0, 0.12);
}

.b-skeleton-img {
  height: 100%;
  width: 100%;
}

.b-skeleton-animate-wave::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 0;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.4), transparent);
  animation: b-skeleton-animate-wave 1.75s linear infinite;
}
@media (prefers-reduced-motion: reduce) {
  .b-skeleton-animate-wave::after {
    background: none;
    animation: none;
  }
}

@keyframes b-skeleton-animate-wave {
  from {
    transform: translateX(-100%);
  }
  to {
    transform: translateX(100%);
  }
}
.b-skeleton-animate-fade {
  animation: b-skeleton-animate-fade 0.875s ease-in-out alternate infinite;
}
@media (prefers-reduced-motion: reduce) {
  .b-skeleton-animate-fade {
    animation: none;
  }
}

@keyframes b-skeleton-animate-fade {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0.4;
  }
}
.b-skeleton-animate-throb {
  animation: b-skeleton-animate-throb 0.875s ease-in alternate infinite;
}
@media (prefers-reduced-motion: reduce) {
  .b-skeleton-animate-throb {
    animation: none;
  }
}

@keyframes b-skeleton-animate-throb {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(0.975);
  }
}
.b-sidebar-outer {
  position: fixed !important;
  top: 0;
  left: 0;
  right: 0;
  height: 0;
  overflow: visible;
  z-index: calc(1030 + 5);
}

.b-sidebar-backdrop {
  position: fixed !important;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100vw;
  height: 100vh;
  opacity: 0.6;
}

.b-sidebar {
  display: flex;
  flex-direction: column;
  position: fixed !important;
  top: 0;
  height: 100vh;
  width: 320px;
  max-width: 100% !important;
  margin: 0 !important;
  outline: 0;
  transform: translateX(0);
}
.b-sidebar.slide {
  transition: transform 0.3s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .b-sidebar.slide {
    transition: none;
  }
}
.b-sidebar:not(.b-sidebar-right) {
  left: 0;
  right: auto;
}
.b-sidebar:not(.b-sidebar-right).slide:not(.show) {
  transform: translateX(-100%);
}
.b-sidebar:not(.b-sidebar-right) > .b-sidebar-header .close {
  margin-left: auto;
}
.b-sidebar.b-sidebar-right {
  left: auto;
  right: 0;
}
.b-sidebar.b-sidebar-right.slide:not(.show) {
  transform: translateX(100%);
}
.b-sidebar.b-sidebar-right > .b-sidebar-header .close {
  margin-right: auto;
}
.b-sidebar > .b-sidebar-header {
  font-size: 1.5rem;
  padding: 0.5rem 1rem;
  display: flex;
  flex-direction: row;
  flex-grow: 0;
  align-items: center;
}
[dir=rtl] .b-sidebar > .b-sidebar-header {
  flex-direction: row-reverse;
}

.b-sidebar > .b-sidebar-header .close {
  float: none;
  font-size: 1.5rem;
}
.b-sidebar > .b-sidebar-body {
  flex-grow: 1;
  height: 100%;
  overflow-y: auto;
}
.b-sidebar > .b-sidebar-footer {
  flex-grow: 0;
}

.table.b-table.b-table-fixed {
  table-layout: fixed;
}
.table.b-table.b-table-no-border-collapse {
  border-collapse: separate;
  border-spacing: 0;
}
.table.b-table[aria-busy=true] {
  opacity: 0.55;
}
.table.b-table > tbody > tr.b-table-details > td {
  border-top: none !important;
}
.table.b-table > caption {
  caption-side: bottom;
}
.table.b-table.b-table-caption-top > caption {
  caption-side: top !important;
}
.table.b-table > tbody > .table-active,
.table.b-table > tbody > .table-active > th,
.table.b-table > tbody > .table-active > td {
  background-color: rgba(0, 0, 0, 0.075);
}
.table.b-table.table-hover > tbody > tr.table-active:hover td,
.table.b-table.table-hover > tbody > tr.table-active:hover th {
  color: #212529;
  background-image: linear-gradient(rgba(0, 0, 0, 0.075), rgba(0, 0, 0, 0.075));
  background-repeat: no-repeat;
}
.table.b-table > tbody > .bg-active,
.table.b-table > tbody > .bg-active > th,
.table.b-table > tbody > .bg-active > td {
  background-color: rgba(255, 255, 255, 0.075) !important;
}
.table.b-table.table-hover.table-dark > tbody > tr.bg-active:hover td,
.table.b-table.table-hover.table-dark > tbody > tr.bg-active:hover th {
  color: #fff;
  background-image: linear-gradient(rgba(255, 255, 255, 0.075), rgba(255, 255, 255, 0.075));
  background-repeat: no-repeat;
}

.b-table-sticky-header,
.table-responsive,
[class*=table-responsive-] {
  margin-bottom: 1rem;
}
.b-table-sticky-header > .table,
.table-responsive > .table,
[class*=table-responsive-] > .table {
  margin-bottom: 0;
}

.b-table-sticky-header {
  overflow-y: auto;
  max-height: 300px;
}

@media print {
  .b-table-sticky-header {
    overflow-y: visible !important;
    max-height: none !important;
  }
}
@supports (position: sticky) {
  .b-table-sticky-header > .table.b-table > thead > tr > th {
    position: sticky;
    top: 0;
    z-index: 2;
  }

  .b-table-sticky-header > .table.b-table > thead > tr > .b-table-sticky-column,
.b-table-sticky-header > .table.b-table > tbody > tr > .b-table-sticky-column,
.b-table-sticky-header > .table.b-table > tfoot > tr > .b-table-sticky-column,
.table-responsive > .table.b-table > thead > tr > .b-table-sticky-column,
.table-responsive > .table.b-table > tbody > tr > .b-table-sticky-column,
.table-responsive > .table.b-table > tfoot > tr > .b-table-sticky-column,
[class*=table-responsive-] > .table.b-table > thead > tr > .b-table-sticky-column,
[class*=table-responsive-] > .table.b-table > tbody > tr > .b-table-sticky-column,
[class*=table-responsive-] > .table.b-table > tfoot > tr > .b-table-sticky-column {
    position: sticky;
    left: 0;
  }
  .b-table-sticky-header > .table.b-table > thead > tr > .b-table-sticky-column,
.table-responsive > .table.b-table > thead > tr > .b-table-sticky-column,
[class*=table-responsive-] > .table.b-table > thead > tr > .b-table-sticky-column {
    z-index: 5;
  }
  .b-table-sticky-header > .table.b-table > tbody > tr > .b-table-sticky-column,
.b-table-sticky-header > .table.b-table > tfoot > tr > .b-table-sticky-column,
.table-responsive > .table.b-table > tbody > tr > .b-table-sticky-column,
.table-responsive > .table.b-table > tfoot > tr > .b-table-sticky-column,
[class*=table-responsive-] > .table.b-table > tbody > tr > .b-table-sticky-column,
[class*=table-responsive-] > .table.b-table > tfoot > tr > .b-table-sticky-column {
    z-index: 2;
  }

  .table.b-table > thead > tr > .table-b-table-default,
.table.b-table > tbody > tr > .table-b-table-default,
.table.b-table > tfoot > tr > .table-b-table-default {
    color: #212529;
    background-color: #fff;
  }
  .table.b-table.table-dark > thead > tr > .bg-b-table-default,
.table.b-table.table-dark > tbody > tr > .bg-b-table-default,
.table.b-table.table-dark > tfoot > tr > .bg-b-table-default {
    color: #fff;
    background-color: #343a40;
  }
  .table.b-table.table-striped > tbody > tr:nth-of-type(odd) > .table-b-table-default {
    background-image: linear-gradient(rgba(0, 0, 0, 0.05), rgba(0, 0, 0, 0.05));
    background-repeat: no-repeat;
  }
  .table.b-table.table-striped.table-dark > tbody > tr:nth-of-type(odd) > .bg-b-table-default {
    background-image: linear-gradient(rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.05));
    background-repeat: no-repeat;
  }
  .table.b-table.table-hover > tbody > tr:hover > .table-b-table-default {
    color: #212529;
    background-image: linear-gradient(rgba(0, 0, 0, 0.075), rgba(0, 0, 0, 0.075));
    background-repeat: no-repeat;
  }
  .table.b-table.table-hover.table-dark > tbody > tr:hover > .bg-b-table-default {
    color: #fff;
    background-image: linear-gradient(rgba(255, 255, 255, 0.075), rgba(255, 255, 255, 0.075));
    background-repeat: no-repeat;
  }
}
.table.b-table > thead > tr > [aria-sort],
.table.b-table > tfoot > tr > [aria-sort] {
  cursor: pointer;
  background-image: none;
  background-repeat: no-repeat;
  background-size: 0.65em 1em;
}
.table.b-table > thead > tr > [aria-sort]:not(.b-table-sort-icon-left),
.table.b-table > tfoot > tr > [aria-sort]:not(.b-table-sort-icon-left) {
  background-position: right calc(0.75rem / 2) center;
  padding-right: calc(0.75rem + 0.65em);
}
.table.b-table > thead > tr > [aria-sort].b-table-sort-icon-left,
.table.b-table > tfoot > tr > [aria-sort].b-table-sort-icon-left {
  background-position: left calc(0.75rem / 2) center;
  padding-left: calc(0.75rem + 0.65em);
}
.table.b-table > thead > tr > [aria-sort=none],
.table.b-table > tfoot > tr > [aria-sort=none] {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='101' height='101' view-box='0 0 101 101' preserveAspectRatio='none'%3e%3cpath fill='black' opacity='.3' d='M51 1l25 23 24 22H1l25-22zM51 101l25-23 24-22H1l25 22z'/%3e%3c/svg%3e");
}
.table.b-table > thead > tr > [aria-sort=ascending],
.table.b-table > tfoot > tr > [aria-sort=ascending] {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='101' height='101' view-box='0 0 101 101' preserveAspectRatio='none'%3e%3cpath fill='black' d='M51 1l25 23 24 22H1l25-22z'/%3e%3cpath fill='black' opacity='.3' d='M51 101l25-23 24-22H1l25 22z'/%3e%3c/svg%3e");
}
.table.b-table > thead > tr > [aria-sort=descending],
.table.b-table > tfoot > tr > [aria-sort=descending] {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='101' height='101' view-box='0 0 101 101' preserveAspectRatio='none'%3e%3cpath fill='black' opacity='.3' d='M51 1l25 23 24 22H1l25-22z'/%3e%3cpath fill='black' d='M51 101l25-23 24-22H1l25 22z'/%3e%3c/svg%3e");
}
.table.b-table.table-dark > thead > tr > [aria-sort=none], .table.b-table.table-dark > tfoot > tr > [aria-sort=none],
.table.b-table > .thead-dark > tr > [aria-sort=none] {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='101' height='101' view-box='0 0 101 101' preserveAspectRatio='none'%3e%3cpath fill='white' opacity='.3' d='M51 1l25 23 24 22H1l25-22zM51 101l25-23 24-22H1l25 22z'/%3e%3c/svg%3e");
}
.table.b-table.table-dark > thead > tr > [aria-sort=ascending], .table.b-table.table-dark > tfoot > tr > [aria-sort=ascending],
.table.b-table > .thead-dark > tr > [aria-sort=ascending] {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='101' height='101' view-box='0 0 101 101' preserveAspectRatio='none'%3e%3cpath fill='white' d='M51 1l25 23 24 22H1l25-22z'/%3e%3cpath fill='white' opacity='.3' d='M51 101l25-23 24-22H1l25 22z'/%3e%3c/svg%3e");
}
.table.b-table.table-dark > thead > tr > [aria-sort=descending], .table.b-table.table-dark > tfoot > tr > [aria-sort=descending],
.table.b-table > .thead-dark > tr > [aria-sort=descending] {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='101' height='101' view-box='0 0 101 101' preserveAspectRatio='none'%3e%3cpath fill='white' opacity='.3' d='M51 1l25 23 24 22H1l25-22z'/%3e%3cpath fill='white' d='M51 101l25-23 24-22H1l25 22z'/%3e%3c/svg%3e");
}
.table.b-table > thead > tr > .table-dark[aria-sort=none],
.table.b-table > tfoot > tr > .table-dark[aria-sort=none] {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='101' height='101' view-box='0 0 101 101' preserveAspectRatio='none'%3e%3cpath fill='white' opacity='.3' d='M51 1l25 23 24 22H1l25-22zM51 101l25-23 24-22H1l25 22z'/%3e%3c/svg%3e");
}
.table.b-table > thead > tr > .table-dark[aria-sort=ascending],
.table.b-table > tfoot > tr > .table-dark[aria-sort=ascending] {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='101' height='101' view-box='0 0 101 101' preserveAspectRatio='none'%3e%3cpath fill='white' d='M51 1l25 23 24 22H1l25-22z'/%3e%3cpath fill='white' opacity='.3' d='M51 101l25-23 24-22H1l25 22z'/%3e%3c/svg%3e");
}
.table.b-table > thead > tr > .table-dark[aria-sort=descending],
.table.b-table > tfoot > tr > .table-dark[aria-sort=descending] {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='101' height='101' view-box='0 0 101 101' preserveAspectRatio='none'%3e%3cpath fill='white' opacity='.3' d='M51 1l25 23 24 22H1l25-22z'/%3e%3cpath fill='white' d='M51 101l25-23 24-22H1l25 22z'/%3e%3c/svg%3e");
}
.table.b-table.table-sm > thead > tr > [aria-sort]:not(.b-table-sort-icon-left),
.table.b-table.table-sm > tfoot > tr > [aria-sort]:not(.b-table-sort-icon-left) {
  background-position: right calc(0.3rem / 2) center;
  padding-right: calc(0.3rem + 0.65em);
}
.table.b-table.table-sm > thead > tr > [aria-sort].b-table-sort-icon-left,
.table.b-table.table-sm > tfoot > tr > [aria-sort].b-table-sort-icon-left {
  background-position: left calc(0.3rem / 2) center;
  padding-left: calc(0.3rem + 0.65em);
}

.table.b-table.b-table-selectable:not(.b-table-selectable-no-click) > tbody > tr {
  cursor: pointer;
}
.table.b-table.b-table-selectable:not(.b-table-selectable-no-click).b-table-selecting.b-table-select-range > tbody > tr {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

@media (max-width: 575.98px) {
  .table.b-table.b-table-stacked-sm {
    display: block;
    width: 100%;
  }
  .table.b-table.b-table-stacked-sm > caption,
.table.b-table.b-table-stacked-sm > tbody,
.table.b-table.b-table-stacked-sm > tbody > tr,
.table.b-table.b-table-stacked-sm > tbody > tr > td,
.table.b-table.b-table-stacked-sm > tbody > tr > th {
    display: block;
  }
  .table.b-table.b-table-stacked-sm > thead,
.table.b-table.b-table-stacked-sm > tfoot {
    display: none;
  }
  .table.b-table.b-table-stacked-sm > thead > tr.b-table-top-row,
.table.b-table.b-table-stacked-sm > thead > tr.b-table-bottom-row,
.table.b-table.b-table-stacked-sm > tfoot > tr.b-table-top-row,
.table.b-table.b-table-stacked-sm > tfoot > tr.b-table-bottom-row {
    display: none;
  }
  .table.b-table.b-table-stacked-sm > caption {
    caption-side: top !important;
  }
  .table.b-table.b-table-stacked-sm > tbody > tr > [data-label]::before {
    content: attr(data-label);
    width: 40%;
    float: left;
    text-align: right;
    overflow-wrap: break-word;
    font-weight: bold;
    font-style: normal;
    padding: 0 calc(1rem / 2) 0 0;
    margin: 0;
  }
  .table.b-table.b-table-stacked-sm > tbody > tr > [data-label]::after {
    display: block;
    clear: both;
    content: "";
  }
  .table.b-table.b-table-stacked-sm > tbody > tr > [data-label] > div {
    display: inline-block;
    width: calc(100% - 40%);
    padding: 0 0 0 calc(1rem / 2);
    margin: 0;
  }
  .table.b-table.b-table-stacked-sm > tbody > tr.top-row, .table.b-table.b-table-stacked-sm > tbody > tr.bottom-row {
    display: none;
  }
  .table.b-table.b-table-stacked-sm > tbody > tr > :first-child {
    border-top-width: 3px;
  }
  .table.b-table.b-table-stacked-sm > tbody > tr > [rowspan] + td,
.table.b-table.b-table-stacked-sm > tbody > tr > [rowspan] + th {
    border-top-width: 3px;
  }
}
@media (max-width: 767.98px) {
  .table.b-table.b-table-stacked-md {
    display: block;
    width: 100%;
  }
  .table.b-table.b-table-stacked-md > caption,
.table.b-table.b-table-stacked-md > tbody,
.table.b-table.b-table-stacked-md > tbody > tr,
.table.b-table.b-table-stacked-md > tbody > tr > td,
.table.b-table.b-table-stacked-md > tbody > tr > th {
    display: block;
  }
  .table.b-table.b-table-stacked-md > thead,
.table.b-table.b-table-stacked-md > tfoot {
    display: none;
  }
  .table.b-table.b-table-stacked-md > thead > tr.b-table-top-row,
.table.b-table.b-table-stacked-md > thead > tr.b-table-bottom-row,
.table.b-table.b-table-stacked-md > tfoot > tr.b-table-top-row,
.table.b-table.b-table-stacked-md > tfoot > tr.b-table-bottom-row {
    display: none;
  }
  .table.b-table.b-table-stacked-md > caption {
    caption-side: top !important;
  }
  .table.b-table.b-table-stacked-md > tbody > tr > [data-label]::before {
    content: attr(data-label);
    width: 40%;
    float: left;
    text-align: right;
    overflow-wrap: break-word;
    font-weight: bold;
    font-style: normal;
    padding: 0 calc(1rem / 2) 0 0;
    margin: 0;
  }
  .table.b-table.b-table-stacked-md > tbody > tr > [data-label]::after {
    display: block;
    clear: both;
    content: "";
  }
  .table.b-table.b-table-stacked-md > tbody > tr > [data-label] > div {
    display: inline-block;
    width: calc(100% - 40%);
    padding: 0 0 0 calc(1rem / 2);
    margin: 0;
  }
  .table.b-table.b-table-stacked-md > tbody > tr.top-row, .table.b-table.b-table-stacked-md > tbody > tr.bottom-row {
    display: none;
  }
  .table.b-table.b-table-stacked-md > tbody > tr > :first-child {
    border-top-width: 3px;
  }
  .table.b-table.b-table-stacked-md > tbody > tr > [rowspan] + td,
.table.b-table.b-table-stacked-md > tbody > tr > [rowspan] + th {
    border-top-width: 3px;
  }
}
@media (max-width: 991.98px) {
  .table.b-table.b-table-stacked-lg {
    display: block;
    width: 100%;
  }
  .table.b-table.b-table-stacked-lg > caption,
.table.b-table.b-table-stacked-lg > tbody,
.table.b-table.b-table-stacked-lg > tbody > tr,
.table.b-table.b-table-stacked-lg > tbody > tr > td,
.table.b-table.b-table-stacked-lg > tbody > tr > th {
    display: block;
  }
  .table.b-table.b-table-stacked-lg > thead,
.table.b-table.b-table-stacked-lg > tfoot {
    display: none;
  }
  .table.b-table.b-table-stacked-lg > thead > tr.b-table-top-row,
.table.b-table.b-table-stacked-lg > thead > tr.b-table-bottom-row,
.table.b-table.b-table-stacked-lg > tfoot > tr.b-table-top-row,
.table.b-table.b-table-stacked-lg > tfoot > tr.b-table-bottom-row {
    display: none;
  }
  .table.b-table.b-table-stacked-lg > caption {
    caption-side: top !important;
  }
  .table.b-table.b-table-stacked-lg > tbody > tr > [data-label]::before {
    content: attr(data-label);
    width: 40%;
    float: left;
    text-align: right;
    overflow-wrap: break-word;
    font-weight: bold;
    font-style: normal;
    padding: 0 calc(1rem / 2) 0 0;
    margin: 0;
  }
  .table.b-table.b-table-stacked-lg > tbody > tr > [data-label]::after {
    display: block;
    clear: both;
    content: "";
  }
  .table.b-table.b-table-stacked-lg > tbody > tr > [data-label] > div {
    display: inline-block;
    width: calc(100% - 40%);
    padding: 0 0 0 calc(1rem / 2);
    margin: 0;
  }
  .table.b-table.b-table-stacked-lg > tbody > tr.top-row, .table.b-table.b-table-stacked-lg > tbody > tr.bottom-row {
    display: none;
  }
  .table.b-table.b-table-stacked-lg > tbody > tr > :first-child {
    border-top-width: 3px;
  }
  .table.b-table.b-table-stacked-lg > tbody > tr > [rowspan] + td,
.table.b-table.b-table-stacked-lg > tbody > tr > [rowspan] + th {
    border-top-width: 3px;
  }
}
@media (max-width: 1199.98px) {
  .table.b-table.b-table-stacked-xl {
    display: block;
    width: 100%;
  }
  .table.b-table.b-table-stacked-xl > caption,
.table.b-table.b-table-stacked-xl > tbody,
.table.b-table.b-table-stacked-xl > tbody > tr,
.table.b-table.b-table-stacked-xl > tbody > tr > td,
.table.b-table.b-table-stacked-xl > tbody > tr > th {
    display: block;
  }
  .table.b-table.b-table-stacked-xl > thead,
.table.b-table.b-table-stacked-xl > tfoot {
    display: none;
  }
  .table.b-table.b-table-stacked-xl > thead > tr.b-table-top-row,
.table.b-table.b-table-stacked-xl > thead > tr.b-table-bottom-row,
.table.b-table.b-table-stacked-xl > tfoot > tr.b-table-top-row,
.table.b-table.b-table-stacked-xl > tfoot > tr.b-table-bottom-row {
    display: none;
  }
  .table.b-table.b-table-stacked-xl > caption {
    caption-side: top !important;
  }
  .table.b-table.b-table-stacked-xl > tbody > tr > [data-label]::before {
    content: attr(data-label);
    width: 40%;
    float: left;
    text-align: right;
    overflow-wrap: break-word;
    font-weight: bold;
    font-style: normal;
    padding: 0 calc(1rem / 2) 0 0;
    margin: 0;
  }
  .table.b-table.b-table-stacked-xl > tbody > tr > [data-label]::after {
    display: block;
    clear: both;
    content: "";
  }
  .table.b-table.b-table-stacked-xl > tbody > tr > [data-label] > div {
    display: inline-block;
    width: calc(100% - 40%);
    padding: 0 0 0 calc(1rem / 2);
    margin: 0;
  }
  .table.b-table.b-table-stacked-xl > tbody > tr.top-row, .table.b-table.b-table-stacked-xl > tbody > tr.bottom-row {
    display: none;
  }
  .table.b-table.b-table-stacked-xl > tbody > tr > :first-child {
    border-top-width: 3px;
  }
  .table.b-table.b-table-stacked-xl > tbody > tr > [rowspan] + td,
.table.b-table.b-table-stacked-xl > tbody > tr > [rowspan] + th {
    border-top-width: 3px;
  }
}
.table.b-table.b-table-stacked {
  display: block;
  width: 100%;
}
.table.b-table.b-table-stacked > caption,
.table.b-table.b-table-stacked > tbody,
.table.b-table.b-table-stacked > tbody > tr,
.table.b-table.b-table-stacked > tbody > tr > td,
.table.b-table.b-table-stacked > tbody > tr > th {
  display: block;
}
.table.b-table.b-table-stacked > thead,
.table.b-table.b-table-stacked > tfoot {
  display: none;
}
.table.b-table.b-table-stacked > thead > tr.b-table-top-row,
.table.b-table.b-table-stacked > thead > tr.b-table-bottom-row,
.table.b-table.b-table-stacked > tfoot > tr.b-table-top-row,
.table.b-table.b-table-stacked > tfoot > tr.b-table-bottom-row {
  display: none;
}
.table.b-table.b-table-stacked > caption {
  caption-side: top !important;
}
.table.b-table.b-table-stacked > tbody > tr > [data-label]::before {
  content: attr(data-label);
  width: 40%;
  float: left;
  text-align: right;
  overflow-wrap: break-word;
  font-weight: bold;
  font-style: normal;
  padding: 0 calc(1rem / 2) 0 0;
  margin: 0;
}
.table.b-table.b-table-stacked > tbody > tr > [data-label]::after {
  display: block;
  clear: both;
  content: "";
}
.table.b-table.b-table-stacked > tbody > tr > [data-label] > div {
  display: inline-block;
  width: calc(100% - 40%);
  padding: 0 0 0 calc(1rem / 2);
  margin: 0;
}
.table.b-table.b-table-stacked > tbody > tr.top-row, .table.b-table.b-table-stacked > tbody > tr.bottom-row {
  display: none;
}
.table.b-table.b-table-stacked > tbody > tr > :first-child {
  border-top-width: 3px;
}
.table.b-table.b-table-stacked > tbody > tr > [rowspan] + td,
.table.b-table.b-table-stacked > tbody > tr > [rowspan] + th {
  border-top-width: 3px;
}

.b-time {
  min-width: 150px;
}
.b-time[aria-disabled=true] output, .b-time[aria-readonly=true] output,
.b-time output.disabled {
  background-color: #e9ecef;
  opacity: 1;
}
.b-time[aria-disabled=true] output {
  pointer-events: none;
}
[dir=rtl] .b-time > .d-flex:not(.flex-column) {
  flex-direction: row-reverse;
}

.b-time .b-time-header {
  margin-bottom: 0.5rem;
}
.b-time .b-time-header output {
  padding: 0.25rem;
  font-size: 80%;
}
.b-time .b-time-footer {
  margin-top: 0.5rem;
}
.b-time .b-time-ampm {
  margin-left: 0.5rem;
}

.b-toast {
  display: block;
  position: relative;
  max-width: 350px;
  backface-visibility: hidden;
  background-clip: padding-box;
  z-index: 1;
  border-radius: 0.25rem;
}
.b-toast .toast {
  background-color: rgba(255, 255, 255, 0.85);
}
.b-toast:not(:last-child) {
  margin-bottom: 0.75rem;
}
.b-toast.b-toast-solid .toast {
  background-color: white;
}
.b-toast .toast {
  opacity: 1;
}
.b-toast .toast.fade:not(.show) {
  opacity: 0;
}
.b-toast .toast .toast-body {
  display: block;
}

.b-toast-primary .toast {
  background-color: rgba(230, 242, 255, 0.85);
  border-color: rgba(184, 218, 255, 0.85);
  color: #004085;
}
.b-toast-primary .toast .toast-header {
  color: #004085;
  background-color: rgba(204, 229, 255, 0.85);
  border-bottom-color: rgba(184, 218, 255, 0.85);
}
.b-toast-primary.b-toast-solid .toast {
  background-color: #e6f2ff;
}

.b-toast-secondary .toast {
  background-color: rgba(239, 240, 241, 0.85);
  border-color: rgba(214, 216, 219, 0.85);
  color: #383d41;
}
.b-toast-secondary .toast .toast-header {
  color: #383d41;
  background-color: rgba(226, 227, 229, 0.85);
  border-bottom-color: rgba(214, 216, 219, 0.85);
}
.b-toast-secondary.b-toast-solid .toast {
  background-color: #eff0f1;
}

.b-toast-success .toast {
  background-color: rgba(230, 245, 233, 0.85);
  border-color: rgba(195, 230, 203, 0.85);
  color: #155724;
}
.b-toast-success .toast .toast-header {
  color: #155724;
  background-color: rgba(212, 237, 218, 0.85);
  border-bottom-color: rgba(195, 230, 203, 0.85);
}
.b-toast-success.b-toast-solid .toast {
  background-color: #e6f5e9;
}

.b-toast-info .toast {
  background-color: rgba(229, 244, 247, 0.85);
  border-color: rgba(190, 229, 235, 0.85);
  color: #0c5460;
}
.b-toast-info .toast .toast-header {
  color: #0c5460;
  background-color: rgba(209, 236, 241, 0.85);
  border-bottom-color: rgba(190, 229, 235, 0.85);
}
.b-toast-info.b-toast-solid .toast {
  background-color: #e5f4f7;
}

.b-toast-warning .toast {
  background-color: rgba(255, 249, 231, 0.85);
  border-color: rgba(255, 238, 186, 0.85);
  color: #856404;
}
.b-toast-warning .toast .toast-header {
  color: #856404;
  background-color: rgba(255, 243, 205, 0.85);
  border-bottom-color: rgba(255, 238, 186, 0.85);
}
.b-toast-warning.b-toast-solid .toast {
  background-color: #fff9e7;
}

.b-toast-danger .toast {
  background-color: rgba(252, 237, 238, 0.85);
  border-color: rgba(245, 198, 203, 0.85);
  color: #721c24;
}
.b-toast-danger .toast .toast-header {
  color: #721c24;
  background-color: rgba(248, 215, 218, 0.85);
  border-bottom-color: rgba(245, 198, 203, 0.85);
}
.b-toast-danger.b-toast-solid .toast {
  background-color: #fcedee;
}

.b-toast-light .toast {
  background-color: rgba(255, 255, 255, 0.85);
  border-color: rgba(253, 253, 254, 0.85);
  color: #818182;
}
.b-toast-light .toast .toast-header {
  color: #818182;
  background-color: rgba(254, 254, 254, 0.85);
  border-bottom-color: rgba(253, 253, 254, 0.85);
}
.b-toast-light.b-toast-solid .toast {
  background-color: white;
}

.b-toast-dark .toast {
  background-color: rgba(227, 229, 229, 0.85);
  border-color: rgba(198, 200, 202, 0.85);
  color: #1b1e21;
}
.b-toast-dark .toast .toast-header {
  color: #1b1e21;
  background-color: rgba(214, 216, 217, 0.85);
  border-bottom-color: rgba(198, 200, 202, 0.85);
}
.b-toast-dark.b-toast-solid .toast {
  background-color: #e3e5e5;
}

.b-toaster {
  z-index: 1100;
}
.b-toaster .b-toaster-slot {
  position: relative;
  display: block;
}
.b-toaster .b-toaster-slot:empty {
  display: none !important;
}

.b-toaster.b-toaster-top-right, .b-toaster.b-toaster-top-left, .b-toaster.b-toaster-top-center, .b-toaster.b-toaster-top-full, .b-toaster.b-toaster-bottom-right, .b-toaster.b-toaster-bottom-left, .b-toaster.b-toaster-bottom-center, .b-toaster.b-toaster-bottom-full {
  position: fixed;
  left: 0.5rem;
  right: 0.5rem;
  margin: 0;
  padding: 0;
  height: 0;
  overflow: visible;
}
.b-toaster.b-toaster-top-right .b-toaster-slot, .b-toaster.b-toaster-top-left .b-toaster-slot, .b-toaster.b-toaster-top-center .b-toaster-slot, .b-toaster.b-toaster-top-full .b-toaster-slot, .b-toaster.b-toaster-bottom-right .b-toaster-slot, .b-toaster.b-toaster-bottom-left .b-toaster-slot, .b-toaster.b-toaster-bottom-center .b-toaster-slot, .b-toaster.b-toaster-bottom-full .b-toaster-slot {
  position: absolute;
  max-width: 350px;
  width: 100%;
  /* IE 11 fix */
  left: 0;
  right: 0;
  padding: 0;
  margin: 0;
}
.b-toaster.b-toaster-top-full .b-toaster-slot, .b-toaster.b-toaster-bottom-full .b-toaster-slot {
  width: 100%;
  max-width: 100%;
}
.b-toaster.b-toaster-top-full .b-toaster-slot .b-toast,
.b-toaster.b-toaster-top-full .b-toaster-slot .toast, .b-toaster.b-toaster-bottom-full .b-toaster-slot .b-toast,
.b-toaster.b-toaster-bottom-full .b-toaster-slot .toast {
  width: 100%;
  max-width: 100%;
}
.b-toaster.b-toaster-top-right, .b-toaster.b-toaster-top-left, .b-toaster.b-toaster-top-center, .b-toaster.b-toaster-top-full {
  top: 0;
}
.b-toaster.b-toaster-top-right .b-toaster-slot, .b-toaster.b-toaster-top-left .b-toaster-slot, .b-toaster.b-toaster-top-center .b-toaster-slot, .b-toaster.b-toaster-top-full .b-toaster-slot {
  top: 0.5rem;
}
.b-toaster.b-toaster-bottom-right, .b-toaster.b-toaster-bottom-left, .b-toaster.b-toaster-bottom-center, .b-toaster.b-toaster-bottom-full {
  bottom: 0;
}
.b-toaster.b-toaster-bottom-right .b-toaster-slot, .b-toaster.b-toaster-bottom-left .b-toaster-slot, .b-toaster.b-toaster-bottom-center .b-toaster-slot, .b-toaster.b-toaster-bottom-full .b-toaster-slot {
  bottom: 0.5rem;
}
.b-toaster.b-toaster-top-right .b-toaster-slot, .b-toaster.b-toaster-bottom-right .b-toaster-slot, .b-toaster.b-toaster-top-center .b-toaster-slot, .b-toaster.b-toaster-bottom-center .b-toaster-slot {
  margin-left: auto;
}
.b-toaster.b-toaster-top-left .b-toaster-slot, .b-toaster.b-toaster-bottom-left .b-toaster-slot, .b-toaster.b-toaster-top-center .b-toaster-slot, .b-toaster.b-toaster-bottom-center .b-toaster-slot {
  margin-right: auto;
}

.b-toaster.b-toaster-top-right .b-toast.b-toaster-enter-active, .b-toaster.b-toaster-top-right .b-toast.b-toaster-leave-active, .b-toaster.b-toaster-top-right .b-toast.b-toaster-move, .b-toaster.b-toaster-top-left .b-toast.b-toaster-enter-active, .b-toaster.b-toaster-top-left .b-toast.b-toaster-leave-active, .b-toaster.b-toaster-top-left .b-toast.b-toaster-move, .b-toaster.b-toaster-bottom-right .b-toast.b-toaster-enter-active, .b-toaster.b-toaster-bottom-right .b-toast.b-toaster-leave-active, .b-toaster.b-toaster-bottom-right .b-toast.b-toaster-move, .b-toaster.b-toaster-bottom-left .b-toast.b-toaster-enter-active, .b-toaster.b-toaster-bottom-left .b-toast.b-toaster-leave-active, .b-toaster.b-toaster-bottom-left .b-toast.b-toaster-move {
  transition: transform 0.175s;
}
.b-toaster.b-toaster-top-right .b-toast.b-toaster-enter-to .toast.fade, .b-toaster.b-toaster-top-right .b-toast.b-toaster-enter-active .toast.fade, .b-toaster.b-toaster-top-left .b-toast.b-toaster-enter-to .toast.fade, .b-toaster.b-toaster-top-left .b-toast.b-toaster-enter-active .toast.fade, .b-toaster.b-toaster-bottom-right .b-toast.b-toaster-enter-to .toast.fade, .b-toaster.b-toaster-bottom-right .b-toast.b-toaster-enter-active .toast.fade, .b-toaster.b-toaster-bottom-left .b-toast.b-toaster-enter-to .toast.fade, .b-toaster.b-toaster-bottom-left .b-toast.b-toaster-enter-active .toast.fade {
  transition-delay: 0.175s;
}
.b-toaster.b-toaster-top-right .b-toast.b-toaster-leave-active, .b-toaster.b-toaster-top-left .b-toast.b-toaster-leave-active, .b-toaster.b-toaster-bottom-right .b-toast.b-toaster-leave-active, .b-toaster.b-toaster-bottom-left .b-toast.b-toaster-leave-active {
  position: absolute;
  transition-delay: 0.175s;
}
.b-toaster.b-toaster-top-right .b-toast.b-toaster-leave-active .toast.fade, .b-toaster.b-toaster-top-left .b-toast.b-toaster-leave-active .toast.fade, .b-toaster.b-toaster-bottom-right .b-toast.b-toaster-leave-active .toast.fade, .b-toaster.b-toaster-bottom-left .b-toast.b-toaster-leave-active .toast.fade {
  transition-delay: 0s;
}
.tooltip.b-tooltip {
  display: block;
  opacity: 0.9;
  outline: 0;
}
.tooltip.b-tooltip.fade:not(.show) {
  opacity: 0;
}
.tooltip.b-tooltip.show {
  opacity: 0.9;
}
.tooltip.b-tooltip.noninteractive {
  pointer-events: none;
}
.tooltip.b-tooltip .arrow {
  margin: 0 0.25rem;
}
.tooltip.b-tooltip.bs-tooltip-right .arrow, .tooltip.b-tooltip.bs-tooltip-auto[x-placement^=right] .arrow, .tooltip.b-tooltip.bs-tooltip-left .arrow, .tooltip.b-tooltip.bs-tooltip-auto[x-placement^=left] .arrow {
  margin: 0.25rem 0;
}

.tooltip.b-tooltip-primary.bs-tooltip-top .arrow::before, .tooltip.b-tooltip-primary.bs-tooltip-auto[x-placement^=top] .arrow::before {
  border-top-color: #007bff;
}
.tooltip.b-tooltip-primary.bs-tooltip-right .arrow::before, .tooltip.b-tooltip-primary.bs-tooltip-auto[x-placement^=right] .arrow::before {
  border-right-color: #007bff;
}
.tooltip.b-tooltip-primary.bs-tooltip-bottom .arrow::before, .tooltip.b-tooltip-primary.bs-tooltip-auto[x-placement^=bottom] .arrow::before {
  border-bottom-color: #007bff;
}
.tooltip.b-tooltip-primary.bs-tooltip-left .arrow::before, .tooltip.b-tooltip-primary.bs-tooltip-auto[x-placement^=left] .arrow::before {
  border-left-color: #007bff;
}
.tooltip.b-tooltip-primary .tooltip-inner {
  color: #fff;
  background-color: #007bff;
}

.tooltip.b-tooltip-secondary.bs-tooltip-top .arrow::before, .tooltip.b-tooltip-secondary.bs-tooltip-auto[x-placement^=top] .arrow::before {
  border-top-color: #6c757d;
}
.tooltip.b-tooltip-secondary.bs-tooltip-right .arrow::before, .tooltip.b-tooltip-secondary.bs-tooltip-auto[x-placement^=right] .arrow::before {
  border-right-color: #6c757d;
}
.tooltip.b-tooltip-secondary.bs-tooltip-bottom .arrow::before, .tooltip.b-tooltip-secondary.bs-tooltip-auto[x-placement^=bottom] .arrow::before {
  border-bottom-color: #6c757d;
}
.tooltip.b-tooltip-secondary.bs-tooltip-left .arrow::before, .tooltip.b-tooltip-secondary.bs-tooltip-auto[x-placement^=left] .arrow::before {
  border-left-color: #6c757d;
}
.tooltip.b-tooltip-secondary .tooltip-inner {
  color: #fff;
  background-color: #6c757d;
}

.tooltip.b-tooltip-success.bs-tooltip-top .arrow::before, .tooltip.b-tooltip-success.bs-tooltip-auto[x-placement^=top] .arrow::before {
  border-top-color: #28a745;
}
.tooltip.b-tooltip-success.bs-tooltip-right .arrow::before, .tooltip.b-tooltip-success.bs-tooltip-auto[x-placement^=right] .arrow::before {
  border-right-color: #28a745;
}
.tooltip.b-tooltip-success.bs-tooltip-bottom .arrow::before, .tooltip.b-tooltip-success.bs-tooltip-auto[x-placement^=bottom] .arrow::before {
  border-bottom-color: #28a745;
}
.tooltip.b-tooltip-success.bs-tooltip-left .arrow::before, .tooltip.b-tooltip-success.bs-tooltip-auto[x-placement^=left] .arrow::before {
  border-left-color: #28a745;
}
.tooltip.b-tooltip-success .tooltip-inner {
  color: #fff;
  background-color: #28a745;
}

.tooltip.b-tooltip-info.bs-tooltip-top .arrow::before, .tooltip.b-tooltip-info.bs-tooltip-auto[x-placement^=top] .arrow::before {
  border-top-color: #17a2b8;
}
.tooltip.b-tooltip-info.bs-tooltip-right .arrow::before, .tooltip.b-tooltip-info.bs-tooltip-auto[x-placement^=right] .arrow::before {
  border-right-color: #17a2b8;
}
.tooltip.b-tooltip-info.bs-tooltip-bottom .arrow::before, .tooltip.b-tooltip-info.bs-tooltip-auto[x-placement^=bottom] .arrow::before {
  border-bottom-color: #17a2b8;
}
.tooltip.b-tooltip-info.bs-tooltip-left .arrow::before, .tooltip.b-tooltip-info.bs-tooltip-auto[x-placement^=left] .arrow::before {
  border-left-color: #17a2b8;
}
.tooltip.b-tooltip-info .tooltip-inner {
  color: #fff;
  background-color: #17a2b8;
}

.tooltip.b-tooltip-warning.bs-tooltip-top .arrow::before, .tooltip.b-tooltip-warning.bs-tooltip-auto[x-placement^=top] .arrow::before {
  border-top-color: #ffc107;
}
.tooltip.b-tooltip-warning.bs-tooltip-right .arrow::before, .tooltip.b-tooltip-warning.bs-tooltip-auto[x-placement^=right] .arrow::before {
  border-right-color: #ffc107;
}
.tooltip.b-tooltip-warning.bs-tooltip-bottom .arrow::before, .tooltip.b-tooltip-warning.bs-tooltip-auto[x-placement^=bottom] .arrow::before {
  border-bottom-color: #ffc107;
}
.tooltip.b-tooltip-warning.bs-tooltip-left .arrow::before, .tooltip.b-tooltip-warning.bs-tooltip-auto[x-placement^=left] .arrow::before {
  border-left-color: #ffc107;
}
.tooltip.b-tooltip-warning .tooltip-inner {
  color: #212529;
  background-color: #ffc107;
}

.tooltip.b-tooltip-danger.bs-tooltip-top .arrow::before, .tooltip.b-tooltip-danger.bs-tooltip-auto[x-placement^=top] .arrow::before {
  border-top-color: #dc3545;
}
.tooltip.b-tooltip-danger.bs-tooltip-right .arrow::before, .tooltip.b-tooltip-danger.bs-tooltip-auto[x-placement^=right] .arrow::before {
  border-right-color: #dc3545;
}
.tooltip.b-tooltip-danger.bs-tooltip-bottom .arrow::before, .tooltip.b-tooltip-danger.bs-tooltip-auto[x-placement^=bottom] .arrow::before {
  border-bottom-color: #dc3545;
}
.tooltip.b-tooltip-danger.bs-tooltip-left .arrow::before, .tooltip.b-tooltip-danger.bs-tooltip-auto[x-placement^=left] .arrow::before {
  border-left-color: #dc3545;
}
.tooltip.b-tooltip-danger .tooltip-inner {
  color: #fff;
  background-color: #dc3545;
}

.tooltip.b-tooltip-light.bs-tooltip-top .arrow::before, .tooltip.b-tooltip-light.bs-tooltip-auto[x-placement^=top] .arrow::before {
  border-top-color: #f8f9fa;
}
.tooltip.b-tooltip-light.bs-tooltip-right .arrow::before, .tooltip.b-tooltip-light.bs-tooltip-auto[x-placement^=right] .arrow::before {
  border-right-color: #f8f9fa;
}
.tooltip.b-tooltip-light.bs-tooltip-bottom .arrow::before, .tooltip.b-tooltip-light.bs-tooltip-auto[x-placement^=bottom] .arrow::before {
  border-bottom-color: #f8f9fa;
}
.tooltip.b-tooltip-light.bs-tooltip-left .arrow::before, .tooltip.b-tooltip-light.bs-tooltip-auto[x-placement^=left] .arrow::before {
  border-left-color: #f8f9fa;
}
.tooltip.b-tooltip-light .tooltip-inner {
  color: #212529;
  background-color: #f8f9fa;
}

.tooltip.b-tooltip-dark.bs-tooltip-top .arrow::before, .tooltip.b-tooltip-dark.bs-tooltip-auto[x-placement^=top] .arrow::before {
  border-top-color: #343a40;
}
.tooltip.b-tooltip-dark.bs-tooltip-right .arrow::before, .tooltip.b-tooltip-dark.bs-tooltip-auto[x-placement^=right] .arrow::before {
  border-right-color: #343a40;
}
.tooltip.b-tooltip-dark.bs-tooltip-bottom .arrow::before, .tooltip.b-tooltip-dark.bs-tooltip-auto[x-placement^=bottom] .arrow::before {
  border-bottom-color: #343a40;
}
.tooltip.b-tooltip-dark.bs-tooltip-left .arrow::before, .tooltip.b-tooltip-dark.bs-tooltip-auto[x-placement^=left] .arrow::before {
  border-left-color: #343a40;
}
.tooltip.b-tooltip-dark .tooltip-inner {
  color: #fff;
  background-color: #343a40;
}

.b-icon.bi {
  display: inline-block;
  overflow: visible;
  vertical-align: -0.15em;
}
.b-icon.b-icon-animation-cylon, .b-icon.b-iconstack .b-icon-animation-cylon > g {
  transform-origin: center;
  animation: 0.75s infinite ease-in-out alternate b-icon-animation-cylon;
}
@media (prefers-reduced-motion: reduce) {
  .b-icon.b-icon-animation-cylon, .b-icon.b-iconstack .b-icon-animation-cylon > g {
    animation: none;
  }
}
.b-icon.b-icon-animation-cylon-vertical, .b-icon.b-iconstack .b-icon-animation-cylon-vertical > g {
  transform-origin: center;
  animation: 0.75s infinite ease-in-out alternate b-icon-animation-cylon-vertical;
}
@media (prefers-reduced-motion: reduce) {
  .b-icon.b-icon-animation-cylon-vertical, .b-icon.b-iconstack .b-icon-animation-cylon-vertical > g {
    animation: none;
  }
}
.b-icon.b-icon-animation-fade, .b-icon.b-iconstack .b-icon-animation-fade > g {
  transform-origin: center;
  animation: 0.75s infinite ease-in-out alternate b-icon-animation-fade;
}
@media (prefers-reduced-motion: reduce) {
  .b-icon.b-icon-animation-fade, .b-icon.b-iconstack .b-icon-animation-fade > g {
    animation: none;
  }
}
.b-icon.b-icon-animation-spin, .b-icon.b-iconstack .b-icon-animation-spin > g {
  transform-origin: center;
  animation: 2s infinite linear normal b-icon-animation-spin;
}
@media (prefers-reduced-motion: reduce) {
  .b-icon.b-icon-animation-spin, .b-icon.b-iconstack .b-icon-animation-spin > g {
    animation: none;
  }
}
.b-icon.b-icon-animation-spin-reverse, .b-icon.b-iconstack .b-icon-animation-spin-reverse > g {
  transform-origin: center;
  animation: 2s infinite linear reverse b-icon-animation-spin;
}
@media (prefers-reduced-motion: reduce) {
  .b-icon.b-icon-animation-spin-reverse, .b-icon.b-iconstack .b-icon-animation-spin-reverse > g {
    animation: none;
  }
}
.b-icon.b-icon-animation-spin-pulse, .b-icon.b-iconstack .b-icon-animation-spin-pulse > g {
  transform-origin: center;
  animation: 1s infinite steps(8) normal b-icon-animation-spin;
}
@media (prefers-reduced-motion: reduce) {
  .b-icon.b-icon-animation-spin-pulse, .b-icon.b-iconstack .b-icon-animation-spin-pulse > g {
    animation: none;
  }
}
.b-icon.b-icon-animation-spin-reverse-pulse, .b-icon.b-iconstack .b-icon-animation-spin-reverse-pulse > g {
  transform-origin: center;
  animation: 1s infinite steps(8) reverse b-icon-animation-spin;
}
@media (prefers-reduced-motion: reduce) {
  .b-icon.b-icon-animation-spin-reverse-pulse, .b-icon.b-iconstack .b-icon-animation-spin-reverse-pulse > g {
    animation: none;
  }
}
.b-icon.b-icon-animation-throb, .b-icon.b-iconstack .b-icon-animation-throb > g {
  transform-origin: center;
  animation: 0.75s infinite ease-in-out alternate b-icon-animation-throb;
}
@media (prefers-reduced-motion: reduce) {
  .b-icon.b-icon-animation-throb, .b-icon.b-iconstack .b-icon-animation-throb > g {
    animation: none;
  }
}

@keyframes b-icon-animation-cylon {
  0% {
    transform: translateX(-25%);
  }
  100% {
    transform: translateX(25%);
  }
}
@keyframes b-icon-animation-cylon-vertical {
  0% {
    transform: translateY(25%);
  }
  100% {
    transform: translateY(-25%);
  }
}
@keyframes b-icon-animation-fade {
  0% {
    opacity: 0.1;
  }
  100% {
    opacity: 1;
  }
}
@keyframes b-icon-animation-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(359deg);
  }
}
@keyframes b-icon-animation-throb {
  0% {
    opacity: 0.5;
    transform: scale(0.5);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
.btn .b-icon.bi,
.nav-link .b-icon.bi,
.dropdown-toggle .b-icon.bi,
.dropdown-item .b-icon.bi,
.input-group-text .b-icon.bi {
  font-size: 125%;
  vertical-align: text-bottom;
}

@font-face {
  font-family: robotoRegular;
  src: url("/fonts/roboto/roboto-regular-webfont.woff2") format("woff2"), url("/fonts/roboto/roboto-regular-webfont.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: robotoMedium;
  src: url("/fonts/roboto/roboto-medium-webfont.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: robotoBold;
  src: url("/fonts/roboto/roboto-bold-webfont.woff2") format("woff2"), url("/fonts/roboto/roboto-bold-webfont.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: robotoCondRegular;
  src: url("/fonts/roboto-cond/robotocondensed-regular-webfont.woff2") format("woff2"), url("/fonts/roboto-cond/robotocondensed-regular-webfont.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: robotoCondBold;
  src: url("/fonts/roboto-cond/robotocondensed-bold-webfont.woff2") format("woff2"), url("/fonts/roboto-cond/robotocondensed-bold-webfont.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: robotoLight;
  font-style: normal;
  font-weight: 300;
  src: url("/fonts/roboto-light/robotolight.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: robotoBlack;
  font-style: normal;
  font-weight: 900;
  src: url("/fonts/roboto-black/robotoblack.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 400;
  src: local("Open Sans"), local("OpenSans"), url("https://themes.googleusercontent.com/static/fonts/opensans/v5/cJZKeOuBrn4kERxqtaUH3T8E0i7KZn-EPnyo3HZu7kw.woff") format("woff");
}
.grecaptcha-badge {
  visibility: hidden;
}

.amarillo {
  color: #FFC96C !important;
}

.amarillo-500 {
  color: #9F5B00 !important;
}

.azul,
.ho-azul:hover,
.ho-azul:hover:before {
  color: #375DBF !important;
}

.blanco {
  color: #FFF !important;
}

.celeste {
  color: #4D86FF !important;
}

.celeste-claro {
  color: #8099CC !important;
}

.celeste-50 {
  color: #EAF7FF !important;
}

.celeste-200 {
  color: #D0EAFB !important;
}

.celeste-500 {
  color: #95D2FA !important;
}

.gris {
  color: #747474 !important;
}

.gris-200 {
  color: #eee !important;
}

.gris-300 {
  color: #e0dddd !important;
}

.gris-400 {
  color: #BABABA !important;
}

.gris-500 {
  color: #bbb !important;
}

.negro {
  color: #202124 !important;
}

.negro-900 {
  color: #000 !important;
}

.oro {
  color: #FFC107 !important;
}

.plata {
  color: #C7CACB !important;
}

.platino {
  color: #9DE4F7 !important;
}

.rojo {
  color: #FF4D4D !important;
}

.rojo-700 {
  color: #640101 !important;
}

.verde-100 {
  color: #A3DAA8 !important;
}

.verde-200 {
  color: #52E5BA !important;
}

.verde-700 {
  color: #006C4C !important;
}

.bg-amarillo {
  background-color: #FFC96C !important;
}

.bg-amarillo-500 {
  background-color: #9F5B00 !important;
}

.bg-blanco {
  background-color: #FFF !important;
}

.bg-celeste {
  background-color: #F3FAFF !important;
}

.bg-celeste-50 {
  background-color: #EAF7FF !important;
}

.bg-celeste-200 {
  background-color: #D0EAFB !important;
}

.bg-celeste-500 {
  background-color: #95D2FA !important;
}

.bg-celeste-700 {
  background-color: #4D86FF !important;
}

.bg-gris {
  background-color: #F6F8F9 !important;
}

.bg-gris-200 {
  background-color: #eee !important;
}

.bg-gris-300 {
  background-color: #e0dddd !important;
}

.bg-gris-400 {
  background-color: #BABABA !important;
}

.bg-gris-500 {
  background-color: #bbb !important;
}

.bg-gris-700 {
  background-color: #747474 !important;
}

.bg-negro {
  background-color: #202124 !important;
}

.bg-rojo {
  background-color: #FF4D4D !important;
}

.bg-verde-100 {
  background-color: #A3DAA8 !important;
}

.bg-verde-200 {
  background-color: #52E5BA !important;
}

.bg-verde-700 {
  background-color: #006C4C !important;
}

.grecaptcha-badge {
  visibility: hidden;
}

.shadow {
  box-shadow: 0px 10px 25px -10px rgba(0, 0, 0, 0.22) !important;
}

.ho-shadow:hover {
  box-shadow: 0px 10px 25px -10px rgba(0, 0, 0, 0.22) !important;
}

.no-shadow:hover, .no-shadow:focus {
  box-shadow: none;
  outline: none;
}

.text-underline {
  text-decoration: underline;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

h1 {
  font-size: 35px;
}

/* ORIGINAL*/
h2 {
  font-size: 30px;
}

h3 {
  font-size: 24px;
}

h4 {
  font-size: 18px;
}

h5 {
  font-size: 13px;
}

a:hover, a:focus {
  text-decoration: none !important;
}

ul {
  list-style: none;
  margin: 0;
}

.outline-none {
  outline: none !important;
}

form.needs-validation input[type=text],
form.needs-validation input[type=password],
form.needs-validation input[type=datetime],
form.needs-validation input[type=datetime-local],
form.needs-validation input[type=date],
form.needs-validation input[type=month],
form.needs-validation input[type=time],
form.needs-validation input[type=week],
form.needs-validation input[type=number],
form.needs-validation input[type=email],
form.needs-validation input[type=url],
form.needs-validation input[type=search],
form.needs-validation input[type=tel],
form.needs-validation input[type=color],
form.needs-validation textarea,
form.needs-validation .b-form-datepicker,
form.needs-validation .custom-select,
form.needs-validation .uneditable-input {
  border: 1px solid #BBBBBB;
  color: #202124;
  box-shadow: none !important;
  transition: all 0.35s ease-in-out;
  outline: 0 none;
  background-image: none;
}
form.needs-validation input[type=text]:focus,
form.needs-validation input[type=password]:focus,
form.needs-validation input[type=datetime]:focus,
form.needs-validation input[type=datetime-local]:focus,
form.needs-validation input[type=date]:focus,
form.needs-validation input[type=month]:focus,
form.needs-validation input[type=time]:focus,
form.needs-validation input[type=week]:focus,
form.needs-validation input[type=number]:focus,
form.needs-validation input[type=email]:focus,
form.needs-validation input[type=url]:focus,
form.needs-validation input[type=search]:focus,
form.needs-validation input[type=tel]:focus,
form.needs-validation input[type=color]:focus,
form.needs-validation textarea:focus,
form.needs-validation .b-form-datepicker:focus,
form.needs-validation .custom-select:focus,
form.needs-validation .uneditable-input:focus {
  border: 1px solid #4D86FF !important;
}
form.needs-validation input:-webkit-autofill,
form.needs-validation input:-webkit-autofill:hover,
form.needs-validation input:-webkit-autofill:focus,
form.needs-validation input:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 30px white inset !important;
}
form.needs-validation input:-webkit-autofill {
  -webkit-text-fill-color: #202124;
}
form.needs-validation input::-webkit-outer-spin-button,
form.needs-validation input::-webkit-inner-spin-button {
  display: none;
  -webkit-appearance: none;
  margin: 0;
}
form.needs-validation input[type=number] {
  -moz-appearance: textfield;
}
form.needs-validation .form-control,
form.needs-validation .custom-select {
  background-image: none !important;
}
form.needs-validation.was-validated input[type=text]:valid, form.needs-validation.was-validated input[type=text].valid, form.needs-validation.was-validated input[type=text].is-valid,
form.needs-validation.was-validated input[type=password]:valid,
form.needs-validation.was-validated input[type=password].valid,
form.needs-validation.was-validated input[type=password].is-valid,
form.needs-validation.was-validated input[type=datetime]:valid,
form.needs-validation.was-validated input[type=datetime].valid,
form.needs-validation.was-validated input[type=datetime].is-valid,
form.needs-validation.was-validated input[type=datetime-local]:valid,
form.needs-validation.was-validated input[type=datetime-local].valid,
form.needs-validation.was-validated input[type=datetime-local].is-valid,
form.needs-validation.was-validated input[type=date]:valid,
form.needs-validation.was-validated input[type=date].valid,
form.needs-validation.was-validated input[type=date].is-valid,
form.needs-validation.was-validated input[type=month]:valid,
form.needs-validation.was-validated input[type=month].valid,
form.needs-validation.was-validated input[type=month].is-valid,
form.needs-validation.was-validated input[type=time]:valid,
form.needs-validation.was-validated input[type=time].valid,
form.needs-validation.was-validated input[type=time].is-valid,
form.needs-validation.was-validated input[type=week]:valid,
form.needs-validation.was-validated input[type=week].valid,
form.needs-validation.was-validated input[type=week].is-valid,
form.needs-validation.was-validated input[type=number]:valid,
form.needs-validation.was-validated input[type=number].valid,
form.needs-validation.was-validated input[type=number].is-valid,
form.needs-validation.was-validated input[type=email]:valid,
form.needs-validation.was-validated input[type=email].valid,
form.needs-validation.was-validated input[type=email].is-valid,
form.needs-validation.was-validated input[type=url]:valid,
form.needs-validation.was-validated input[type=url].valid,
form.needs-validation.was-validated input[type=url].is-valid,
form.needs-validation.was-validated input[type=search]:valid,
form.needs-validation.was-validated input[type=search].valid,
form.needs-validation.was-validated input[type=search].is-valid,
form.needs-validation.was-validated input[type=tel]:valid,
form.needs-validation.was-validated input[type=tel].valid,
form.needs-validation.was-validated input[type=tel].is-valid,
form.needs-validation.was-validated input[type=color]:valid,
form.needs-validation.was-validated input[type=color].valid,
form.needs-validation.was-validated input[type=color].is-valid,
form.needs-validation.was-validated textarea:valid,
form.needs-validation.was-validated textarea.valid,
form.needs-validation.was-validated textarea.is-valid,
form.needs-validation.was-validated .custom-select:valid,
form.needs-validation.was-validated .custom-select.valid,
form.needs-validation.was-validated .custom-select.is-valid,
form.needs-validation.was-validated .b-form-datepicker:valid,
form.needs-validation.was-validated .b-form-datepicker.valid,
form.needs-validation.was-validated .b-form-datepicker.is-valid,
form.needs-validation.was-validated .uneditable-input:valid,
form.needs-validation.was-validated .uneditable-input.valid,
form.needs-validation.was-validated .uneditable-input.is-valid {
  border: 1px solid #1DBD8E !important;
}
form.needs-validation.was-validated input[type=text]:invalid, form.needs-validation.was-validated input[type=text].invalid, form.needs-validation.was-validated input[type=text].is-invalid,
form.needs-validation.was-validated input[type=password]:invalid,
form.needs-validation.was-validated input[type=password].invalid,
form.needs-validation.was-validated input[type=password].is-invalid,
form.needs-validation.was-validated input[type=datetime]:invalid,
form.needs-validation.was-validated input[type=datetime].invalid,
form.needs-validation.was-validated input[type=datetime].is-invalid,
form.needs-validation.was-validated input[type=datetime-local]:invalid,
form.needs-validation.was-validated input[type=datetime-local].invalid,
form.needs-validation.was-validated input[type=datetime-local].is-invalid,
form.needs-validation.was-validated input[type=date]:invalid,
form.needs-validation.was-validated input[type=date].invalid,
form.needs-validation.was-validated input[type=date].is-invalid,
form.needs-validation.was-validated input[type=month]:invalid,
form.needs-validation.was-validated input[type=month].invalid,
form.needs-validation.was-validated input[type=month].is-invalid,
form.needs-validation.was-validated input[type=time]:invalid,
form.needs-validation.was-validated input[type=time].invalid,
form.needs-validation.was-validated input[type=time].is-invalid,
form.needs-validation.was-validated input[type=week]:invalid,
form.needs-validation.was-validated input[type=week].invalid,
form.needs-validation.was-validated input[type=week].is-invalid,
form.needs-validation.was-validated input[type=number]:invalid,
form.needs-validation.was-validated input[type=number].invalid,
form.needs-validation.was-validated input[type=number].is-invalid,
form.needs-validation.was-validated input[type=email]:invalid,
form.needs-validation.was-validated input[type=email].invalid,
form.needs-validation.was-validated input[type=email].is-invalid,
form.needs-validation.was-validated input[type=url]:invalid,
form.needs-validation.was-validated input[type=url].invalid,
form.needs-validation.was-validated input[type=url].is-invalid,
form.needs-validation.was-validated input[type=search]:invalid,
form.needs-validation.was-validated input[type=search].invalid,
form.needs-validation.was-validated input[type=search].is-invalid,
form.needs-validation.was-validated input[type=tel]:invalid,
form.needs-validation.was-validated input[type=tel].invalid,
form.needs-validation.was-validated input[type=tel].is-invalid,
form.needs-validation.was-validated input[type=color]:invalid,
form.needs-validation.was-validated input[type=color].invalid,
form.needs-validation.was-validated input[type=color].is-invalid,
form.needs-validation.was-validated textarea:invalid,
form.needs-validation.was-validated textarea.invalid,
form.needs-validation.was-validated textarea.is-invalid,
form.needs-validation.was-validated .custom-select:invalid,
form.needs-validation.was-validated .custom-select.invalid,
form.needs-validation.was-validated .custom-select.is-invalid,
form.needs-validation.was-validated .b-form-datepicker:invalid,
form.needs-validation.was-validated .b-form-datepicker.invalid,
form.needs-validation.was-validated .b-form-datepicker.is-invalid,
form.needs-validation.was-validated .uneditable-input:invalid,
form.needs-validation.was-validated .uneditable-input.invalid,
form.needs-validation.was-validated .uneditable-input.is-invalid {
  border: 1px solid #FF4D4D !important;
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%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);
}
form.needs-validation.was-validated .custom-file-input:valid ~ .custom-file-label {
  border: 1px solid #1DBD8E !important;
}
form.needs-validation.was-validated .custom-file-input.is-invalid ~ .custom-file-label {
  border: 1px solid #FF4D4D !important;
}
form.needs-validation.was-validated .form-check-input:valid ~ .form-check-label {
  color: inherit !important;
}
form.needs-validation.has-error input {
  border-color: #FF4D4D !important;
  color: #FF4D4D !important;
}

/* Animación suave */
/* lista-faq li estaba comentado, el resto no */
body, a, .transition {
  transition: all 0.35s ease-in-out;
}

/*Oculta las slides de más mientras carga el JS*/
.owl-carousel {
  display: block;
}
.owl-carousel li:not(:first-child) {
  display: none;
}
.owl-carousel .owl-loaded li:not(:first-child) {
  display: block;
}

.fonts-b-loaded body,
.fonts-b-loaded .far {
  font-family: robotoRegular, Arial, sans-serif;
}
.fonts-b-loaded strong {
  font-weight: 600;
  font-family: robotoBold, Arial, sans-serif;
}
.fonts-b-loaded footer {
  margin-top: 0 !important;
}
.fonts-b-loaded .far:before {
  font-family: "Font Awesome 5 Free";
}

.form-row > .col, .form-row > [class*=col-] {
  padding-right: 10px;
  padding-left: 10px;
}

.form-control::-moz-placeholder {
  color: rgba(0, 0, 0, 0.2) !important;
}

.form-control:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.2) !important;
}

.form-control::placeholder {
  color: rgba(0, 0, 0, 0.2) !important;
}

.form-control:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.2) !important;
}

.form-control::-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.2) !important;
}

.btn {
  border: 1px solid transparent;
  border-radius: 0.2rem;
  font-family: robotoBold, Arial, sans-serif !important;
  line-height: 1.5;
}

.btn-mini {
  font-size: 0.63rem;
  line-height: 1;
}

.btn-tiny {
  font-size: 0.75rem;
  padding: 0.5em 1.4em;
}

.btn-small {
  font-size: 0.815rem;
  padding: 0.5em 1.4em;
}

.btn-large {
  font-size: 1rem;
  padding: 0.45em 2.2em;
}

.btn-big {
  font-size: 1.13rem;
  padding: 0.45em 1.2em;
}

.btn-huge {
  font-size: 1.25rem;
  padding: 0.45em 1.6em;
}

.btn-massive {
  font-size: 1.37rem;
  padding: 0.65em 1.6em;
}

.btn.btn-primary {
  color: #fff;
  background-color: #375DBF;
  border-color: #375DBF;
}
.btn.btn-primary:hover:not(:disabled) {
  background-color: #4D86FF;
  border-color: #4D86FF;
}
.btn.btn-primary:disabled, .btn.btn-primary.disabled {
  opacity: 1 !important;
  background-color: #F6F8F9 !important;
  border-color: #F6F8F9 !important;
  color: #747474 !important;
  cursor: default !important;
}

.btn.btn-secondary {
  color: #375DBF;
  background-color: white;
  border-color: #375DBF;
}
.btn.btn-secondary:hover {
  background-color: #F3FAFF;
}

.btn.btn-danger {
  color: #fff;
  background-color: #FF4D4D;
  border-color: #FF4D4D;
}
.btn.btn-danger:hover:not(:disabled) {
  background-color: #ca3e3e;
  border-color: #ca3e3e;
}

.btn.btn-secondary {
  color: #375DBF;
  background-color: white;
  border-color: #375DBF;
}
.btn.btn-secondary:hover {
  background-color: #F3FAFF;
}

.btn.btn-gris {
  color: #bbb;
  background-color: #eee;
}
.btn.btn-gris:hover {
  color: #FFF;
  background-color: #bbb;
}

.btn.btn-gris-celeste:hover {
  background-color: #4D86FF !important;
  color: #FFF !important;
}

.btn-verde-700 {
  background-color: #006C4C !important;
  color: #FFF !important;
}
.btn-verde-700:hover {
  background-color: #A3DAA8 !important;
  color: #006C4C !important;
}

.rounded-6 {
  border-radius: 6px !important;
}

.opacity-0 {
  opacity: 0;
}

.opacity-1 {
  opacity: 0.1;
}

.opacity-2 {
  opacity: 0.2;
}

.opacity-3 {
  opacity: 0.3;
}

.opacity-4 {
  opacity: 0.4;
}

.opacity-5 {
  opacity: 0.5;
}

.opacity-6 {
  opacity: 0.6;
}

.opacity-7 {
  opacity: 0.7;
}

.opacity-8 {
  opacity: 0.8;
}

.opacity-9 {
  opacity: 0.9;
}

.opacity-10 {
  opacity: 1;
}

.b-form-btn-label-control.form-control > label {
  font-family: robotoCondRegular, Arial, sans-serif;
  font-weight: 400;
}

.custom-file-input ~ .custom-file-label[data-browse]::after {
  content: "Seleccionar";
}

@font-face {
  font-family: robotoRegular;
  src: url("/fonts/roboto/roboto-regular-webfont.woff2") format("woff2"), url("/fonts/roboto/roboto-regular-webfont.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: robotoMedium;
  src: url("/fonts/roboto/roboto-medium-webfont.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: robotoBold;
  src: url("/fonts/roboto/roboto-bold-webfont.woff2") format("woff2"), url("/fonts/roboto/roboto-bold-webfont.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: robotoCondRegular;
  src: url("/fonts/roboto-cond/robotocondensed-regular-webfont.woff2") format("woff2"), url("/fonts/roboto-cond/robotocondensed-regular-webfont.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: robotoCondBold;
  src: url("/fonts/roboto-cond/robotocondensed-bold-webfont.woff2") format("woff2"), url("/fonts/roboto-cond/robotocondensed-bold-webfont.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: robotoLight;
  font-style: normal;
  font-weight: 300;
  src: url("/fonts/roboto-light/robotolight.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: robotoBlack;
  font-style: normal;
  font-weight: 900;
  src: url("/fonts/roboto-black/robotoblack.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 400;
  src: local("Open Sans"), local("OpenSans"), url("https://themes.googleusercontent.com/static/fonts/opensans/v5/cJZKeOuBrn4kERxqtaUH3T8E0i7KZn-EPnyo3HZu7kw.woff") format("woff");
}
.ff-light {
  font-family: robotoLight, Arial, sans-serif !important;
  font-weight: 300 !important;
}

.ff-regular {
  font-family: robotoRegular, Arial, sans-serif !important;
  font-weight: 400 !important;
}

.ff-medium {
  font-family: robotoMedium, Arial, sans-serif !important;
  font-weight: 700 !important;
}

.ff-bold {
  font-family: robotoBold, Arial, sans-serif !important;
  font-weight: 900 !important;
}

.ff-cond-regular {
  font-family: robotoCondRegular, Arial, sans-serif !important;
  font-weight: 400 !important;
}

.ff-cond-bold {
  font-family: robotoCondBold, Arial, sans-serif !important;
  font-weight: 700 !important;
}

.ff-black {
  font-family: robotoBlack, Arial, sans-serif !important;
  font-weight: 900 !important;
}

.grecaptcha-badge {
  visibility: hidden;
}

.amarillo {
  color: #FFC96C !important;
}

.amarillo-500 {
  color: #9F5B00 !important;
}

.azul,
.ho-azul:hover,
.ho-azul:hover:before {
  color: #375DBF !important;
}

.blanco {
  color: #FFF !important;
}

.celeste {
  color: #4D86FF !important;
}

.celeste-claro {
  color: #8099CC !important;
}

.celeste-50 {
  color: #EAF7FF !important;
}

.celeste-200 {
  color: #D0EAFB !important;
}

.celeste-500 {
  color: #95D2FA !important;
}

.gris {
  color: #747474 !important;
}

.gris-200 {
  color: #eee !important;
}

.gris-500 {
  color: #bbb !important;
}

.negro {
  color: #202124 !important;
}

.negro-900 {
  color: #000 !important;
}

.oro {
  color: #FFC107 !important;
}

.plata {
  color: #C7CACB !important;
}

.platino {
  color: #9DE4F7 !important;
}

.rojo {
  color: #FF4D4D !important;
}

.rojo-700 {
  color: #640101 !important;
}

.verde-100 {
  color: #A3DAA8 !important;
}

.verde-200 {
  color: #52E5BA !important;
}

.verde-700 {
  color: #006C4C !important;
}

.bg-amarillo {
  background-color: #FFC96C !important;
}

.bg-amarillo-500 {
  background-color: #9F5B00 !important;
}

.bg-blanco {
  background-color: #FFF;
}

.bg-celeste {
  background-color: #F3FAFF;
}

.bg-celeste-50 {
  background-color: #EAF7FF !important;
}

.bg-celeste-200 {
  background-color: #D0EAFB !important;
}

.bg-celeste-500 {
  background-color: #95D2FA !important;
}

.bg-celeste-700 {
  background-color: #4D86FF !important;
}

.bg-gris {
  background-color: #F6F8F9;
}

.bg-gris-200 {
  background-color: #eee !important;
}

.bg-gris-700 {
  background-color: #747474 !important;
}

.bg-negro {
  background-color: #202124 !important;
}

.bg-rojo {
  background-color: #FF4D4D !important;
}

.bg-verde-100 {
  background-color: #A3DAA8 !important;
}

.bg-verde-200 {
  background-color: #52E5BA !important;
}

.bg-verde-700 {
  background-color: #006C4C !important;
}

.w-85 {
  width: 85% !important;
}

.w-80 {
  width: 80% !important;
}

.w-65 {
  width: 65% !important;
}

.w-45 {
  width: 45% !important;
}

.w-40 {
  width: 40% !important;
}

.w-35 {
  width: 35% !important;
}

.w-30 {
  width: 30% !important;
}

.min-w-85 {
  min-width: 85% !important;
}

.min-w-80 {
  min-width: 80% !important;
}

.min-w-65 {
  min-width: 65% !important;
}

.min-w-45 {
  min-width: 45% !important;
}

.min-w-40 {
  min-width: 40% !important;
}

.min-w-35 {
  min-width: 35% !important;
}

.min-w-30 {
  min-width: 30% !important;
}

.max-w-85 {
  max-width: 85% !important;
}

.max-w-80 {
  max-width: 80% !important;
}

.max-w-65 {
  max-width: 65% !important;
}

.max-w-45 {
  max-width: 45% !important;
}

.max-w-40 {
  max-width: 40% !important;
}

.max-w-35 {
  max-width: 35% !important;
}

.max-w-30 {
  max-width: 30% !important;
}

.h-85 {
  height: 85% !important;
}

.h-80 {
  height: 80% !important;
}

.h-65 {
  height: 65% !important;
}

.h-45 {
  height: 45% !important;
}

.h-40 {
  height: 40% !important;
}

.h-35 {
  height: 35% !important;
}

.h-30 {
  height: 30% !important;
}

.min-h-85 {
  min-height: 85% !important;
}

.min-h-80 {
  min-height: 80% !important;
}

.min-h-65 {
  min-height: 65% !important;
}

.min-h-45 {
  min-height: 45% !important;
}

.min-h-40 {
  min-height: 40% !important;
}

.min-h-35 {
  min-height: 35% !important;
}

.min-h-30 {
  min-height: 30% !important;
}

.max-h-85 {
  max-height: 85% !important;
}

.max-h-80 {
  max-height: 80% !important;
}

.max-h-65 {
  max-height: 65% !important;
}

.max-h-45 {
  max-height: 45% !important;
}

.max-h-40 {
  max-height: 40% !important;
}

.max-h-35 {
  max-height: 35% !important;
}

.max-h-30 {
  max-height: 30% !important;
}

.fs-10 {
  font-size: 10px !important;
}

.fs-11 {
  font-size: 11px !important;
}

.fs-13 {
  font-size: 13px !important;
}

.fs-14 {
  font-size: 14px !important;
}

.fs-15 {
  font-size: 15px !important;
}

.fs-16 {
  font-size: 16px !important;
}

.fs-18 {
  font-size: 18px !important;
}

.fs-20 {
  font-size: 20px !important;
}

.fs-25 {
  font-size: 25px !important;
}

.fs-30 {
  font-size: 30px !important;
}

.fs-35 {
  font-size: 35px !important;
}

.fs-40 {
  font-size: 40px !important;
}

.fs-48 {
  font-size: 48px !important;
}

.bgs-contain {
  background-size: contain !important;
}

.bgs-cover {
  background-size: cover !important;
}

@media (max-width: 575.98px) {
  .w-xs-100 {
    width: 100% !important;
  }

  .w-xs-85 {
    width: 85% !important;
  }

  .w-xs-80 {
    width: 80% !important;
  }

  .w-xs-75 {
    width: 75% !important;
  }

  .w-xs-65 {
    width: 65% !important;
  }

  .w-xs-50 {
    width: 50% !important;
  }

  .w-xs-45 {
    width: 45% !important;
  }

  .w-xs-40 {
    width: 40% !important;
  }

  .w-xs-35 {
    width: 35% !important;
  }

  .w-xs-30 {
    width: 30% !important;
  }

  .w-xs-25 {
    width: 25% !important;
  }

  .min-w-xs-100 {
    min-width: 100% !important;
  }

  .min-w-xs-85 {
    min-width: 85% !important;
  }

  .min-w-xs-80 {
    min-width: 80% !important;
  }

  .min-w-xs-75 {
    min-width: 75% !important;
  }

  .min-w-xs-65 {
    min-width: 65% !important;
  }

  .min-w-xs-50 {
    min-width: 50% !important;
  }

  .min-w-xs-45 {
    min-width: 45% !important;
  }

  .min-w-xs-40 {
    min-width: 40% !important;
  }

  .min-w-xs-35 {
    min-width: 35% !important;
  }

  .min-w-xs-30 {
    min-width: 30% !important;
  }

  .min-w-xs-25 {
    min-width: 25% !important;
  }

  .max-w-xs-100 {
    max-width: 100% !important;
  }

  .max-w-xs-85 {
    max-width: 85% !important;
  }

  .max-w-xs-80 {
    max-width: 80% !important;
  }

  .max-w-xs-75 {
    max-width: 75% !important;
  }

  .max-w-xs-65 {
    max-width: 65% !important;
  }

  .max-w-xs-50 {
    max-width: 50% !important;
  }

  .max-w-xs-45 {
    max-width: 45% !important;
  }

  .max-w-xs-40 {
    max-width: 40% !important;
  }

  .max-w-xs-35 {
    max-width: 35% !important;
  }

  .max-w-xs-30 {
    max-width: 30% !important;
  }

  .max-w-xs-25 {
    max-width: 25% !important;
  }

  .h-xs-100 {
    height: 100% !important;
  }

  .h-xs-85 {
    height: 85% !important;
  }

  .h-xs-80 {
    height: 80% !important;
  }

  .h-xs-75 {
    height: 75% !important;
  }

  .h-xs-65 {
    height: 65% !important;
  }

  .h-xs-50 {
    height: 50% !important;
  }

  .h-xs-45 {
    height: 45% !important;
  }

  .h-xs-40 {
    height: 40% !important;
  }

  .h-xs-35 {
    height: 35% !important;
  }

  .h-xs-30 {
    height: 30% !important;
  }

  .h-xs-25 {
    height: 25% !important;
  }

  .min-h-xs-100 {
    min-height: 100% !important;
  }

  .min-h-xs-85 {
    min-height: 85% !important;
  }

  .min-h-xs-80 {
    min-height: 80% !important;
  }

  .min-h-xs-75 {
    min-height: 75% !important;
  }

  .min-h-xs-65 {
    min-height: 65% !important;
  }

  .min-h-xs-50 {
    min-height: 50% !important;
  }

  .min-h-xs-45 {
    min-height: 45% !important;
  }

  .min-h-xs-40 {
    min-height: 40% !important;
  }

  .min-h-xs-35 {
    min-height: 35% !important;
  }

  .min-h-xs-30 {
    min-height: 30% !important;
  }

  .min-h-xs-25 {
    min-height: 25% !important;
  }

  .max-h-xs-100 {
    max-height: 100% !important;
  }

  .max-h-xs-85 {
    max-height: 85% !important;
  }

  .max-h-xs-80 {
    max-height: 80% !important;
  }

  .max-h-xs-75 {
    max-height: 75% !important;
  }

  .max-h-xs-65 {
    max-height: 65% !important;
  }

  .max-h-xs-50 {
    max-height: 50% !important;
  }

  .max-h-xs-45 {
    max-height: 45% !important;
  }

  .max-h-xs-40 {
    max-height: 40% !important;
  }

  .max-h-xs-35 {
    max-height: 35% !important;
  }

  .max-h-xs-30 {
    max-height: 30% !important;
  }

  .max-h-xs-25 {
    max-height: 25% !important;
  }

  .fs-xs-10 {
    font-size: 10px !important;
  }

  .fs-xs-11 {
    font-size: 11px !important;
  }

  .fs-xs-13 {
    font-size: 13px !important;
  }

  .fs-xs-14 {
    font-size: 14px !important;
  }

  .fs-xs-15 {
    font-size: 15px !important;
  }

  .fs-xs-16 {
    font-size: 16px !important;
  }

  .fs-xs-18 {
    font-size: 18px !important;
  }

  .fs-xs-20 {
    font-size: 20px !important;
  }

  .fs-xs-25 {
    font-size: 25px !important;
  }

  .fs-xs-30 {
    font-size: 30px !important;
  }

  .fs-xs-35 {
    font-size: 35px !important;
  }

  .fs-xs-40 {
    font-size: 40px !important;
  }

  .fs-xs-48 {
    font-size: 48px !important;
  }

  .bgs-xs-contain {
    background-size: contain !important;
  }

  .bgs-xs-cover {
    background-size: cover !important;
  }
}
@media (min-width: 576px) {
  .w-sm-100 {
    width: 100% !important;
  }

  .w-sm-85 {
    width: 85% !important;
  }

  .w-sm-80 {
    width: 80% !important;
  }

  .w-sm-75 {
    width: 75% !important;
  }

  .w-sm-65 {
    width: 65% !important;
  }

  .w-sm-50 {
    width: 50% !important;
  }

  .w-sm-45 {
    width: 45% !important;
  }

  .w-sm-40 {
    width: 40% !important;
  }

  .w-sm-35 {
    width: 35% !important;
  }

  .w-sm-30 {
    width: 30% !important;
  }

  .w-sm-25 {
    width: 25% !important;
  }

  .min-w-sm-100 {
    min-width: 100% !important;
  }

  .min-w-sm-85 {
    min-width: 85% !important;
  }

  .min-w-sm-80 {
    min-width: 80% !important;
  }

  .min-w-sm-75 {
    min-width: 75% !important;
  }

  .min-w-sm-65 {
    min-width: 65% !important;
  }

  .min-w-sm-50 {
    min-width: 50% !important;
  }

  .min-w-sm-45 {
    min-width: 45% !important;
  }

  .min-w-sm-40 {
    min-width: 40% !important;
  }

  .min-w-sm-35 {
    min-width: 35% !important;
  }

  .min-w-sm-30 {
    min-width: 30% !important;
  }

  .min-w-sm-25 {
    min-width: 25% !important;
  }

  .max-w-sm-100 {
    max-width: 100% !important;
  }

  .max-w-sm-85 {
    max-width: 85% !important;
  }

  .max-w-sm-80 {
    max-width: 80% !important;
  }

  .max-w-sm-75 {
    max-width: 75% !important;
  }

  .max-w-sm-65 {
    max-width: 65% !important;
  }

  .max-w-sm-50 {
    max-width: 50% !important;
  }

  .max-w-sm-45 {
    max-width: 45% !important;
  }

  .max-w-sm-40 {
    max-width: 40% !important;
  }

  .max-w-sm-35 {
    max-width: 35% !important;
  }

  .max-w-sm-30 {
    max-width: 30% !important;
  }

  .max-w-sm-25 {
    max-width: 25% !important;
  }

  .h-sm-100 {
    height: 100% !important;
  }

  .h-sm-85 {
    height: 85% !important;
  }

  .h-sm-80 {
    height: 80% !important;
  }

  .h-sm-75 {
    height: 75% !important;
  }

  .h-sm-65 {
    height: 65% !important;
  }

  .h-sm-50 {
    height: 50% !important;
  }

  .h-sm-45 {
    height: 45% !important;
  }

  .h-sm-40 {
    height: 40% !important;
  }

  .h-sm-35 {
    height: 35% !important;
  }

  .h-sm-30 {
    height: 30% !important;
  }

  .h-sm-25 {
    height: 25% !important;
  }

  .min-h-sm-100 {
    min-height: 100% !important;
  }

  .min-h-sm-85 {
    min-height: 85% !important;
  }

  .min-h-sm-80 {
    min-height: 80% !important;
  }

  .min-h-sm-75 {
    min-height: 75% !important;
  }

  .min-h-sm-65 {
    min-height: 65% !important;
  }

  .min-h-sm-50 {
    min-height: 50% !important;
  }

  .min-h-sm-45 {
    min-height: 45% !important;
  }

  .min-h-sm-40 {
    min-height: 40% !important;
  }

  .min-h-sm-35 {
    min-height: 35% !important;
  }

  .min-h-sm-30 {
    min-height: 30% !important;
  }

  .min-h-sm-25 {
    min-height: 25% !important;
  }

  .max-h-sm-100 {
    max-height: 100% !important;
  }

  .max-h-sm-85 {
    max-height: 85% !important;
  }

  .max-h-sm-80 {
    max-height: 80% !important;
  }

  .max-h-sm-75 {
    max-height: 75% !important;
  }

  .max-h-sm-65 {
    max-height: 65% !important;
  }

  .max-h-sm-50 {
    max-height: 50% !important;
  }

  .max-h-sm-45 {
    max-height: 45% !important;
  }

  .max-h-sm-40 {
    max-height: 40% !important;
  }

  .max-h-sm-35 {
    max-height: 35% !important;
  }

  .max-h-sm-30 {
    max-height: 30% !important;
  }

  .max-h-sm-25 {
    max-height: 25% !important;
  }

  .fs-sm-10 {
    font-size: 10px !important;
  }

  .fs-sm-11 {
    font-size: 11px !important;
  }

  .fs-sm-13 {
    font-size: 13px !important;
  }

  .fs-sm-14 {
    font-size: 14px !important;
  }

  .fs-sm-15 {
    font-size: 15px !important;
  }

  .fs-sm-16 {
    font-size: 16px !important;
  }

  .fs-sm-18 {
    font-size: 18px !important;
  }

  .fs-sm-20 {
    font-size: 20px !important;
  }

  .fs-sm-25 {
    font-size: 25px !important;
  }

  .fs-sm-30 {
    font-size: 30px !important;
  }

  .fs-sm-35 {
    font-size: 35px !important;
  }

  .fs-sm-40 {
    font-size: 40px !important;
  }

  .fs-sm-48 {
    font-size: 48px !important;
  }

  .bgs-sm-contain {
    background-size: contain !important;
  }

  .bgs-sm-cover {
    background-size: cover !important;
  }
}
@media (min-width: 768px) {
  .w-md-100 {
    width: 100% !important;
  }

  .w-md-85 {
    width: 85% !important;
  }

  .w-md-80 {
    width: 80% !important;
  }

  .w-md-75 {
    width: 75% !important;
  }

  .w-md-65 {
    width: 65% !important;
  }

  .w-md-50 {
    width: 50% !important;
  }

  .w-md-45 {
    width: 45% !important;
  }

  .w-md-40 {
    width: 40% !important;
  }

  .w-md-35 {
    width: 35% !important;
  }

  .w-md-30 {
    width: 30% !important;
  }

  .w-md-25 {
    width: 25% !important;
  }

  .min-w-md-100 {
    min-width: 100% !important;
  }

  .min-w-md-85 {
    min-width: 85% !important;
  }

  .min-w-md-80 {
    min-width: 80% !important;
  }

  .min-w-md-75 {
    min-width: 75% !important;
  }

  .min-w-md-65 {
    min-width: 65% !important;
  }

  .min-w-md-50 {
    min-width: 50% !important;
  }

  .min-w-md-45 {
    min-width: 45% !important;
  }

  .min-w-md-40 {
    min-width: 40% !important;
  }

  .min-w-md-35 {
    min-width: 35% !important;
  }

  .min-w-md-30 {
    min-width: 30% !important;
  }

  .min-w-md-25 {
    min-width: 25% !important;
  }

  .max-w-md-100 {
    max-width: 100% !important;
  }

  .max-w-md-85 {
    max-width: 85% !important;
  }

  .max-w-md-80 {
    max-width: 80% !important;
  }

  .max-w-md-75 {
    max-width: 75% !important;
  }

  .max-w-md-65 {
    max-width: 65% !important;
  }

  .max-w-md-50 {
    max-width: 50% !important;
  }

  .max-w-md-45 {
    max-width: 45% !important;
  }

  .max-w-md-40 {
    max-width: 40% !important;
  }

  .max-w-md-35 {
    max-width: 35% !important;
  }

  .max-w-md-30 {
    max-width: 30% !important;
  }

  .max-w-md-25 {
    max-width: 25% !important;
  }

  .h-md-100 {
    height: 100% !important;
  }

  .h-md-85 {
    height: 85% !important;
  }

  .h-md-80 {
    height: 80% !important;
  }

  .h-md-75 {
    height: 75% !important;
  }

  .h-md-65 {
    height: 65% !important;
  }

  .h-md-50 {
    height: 50% !important;
  }

  .h-md-45 {
    height: 45% !important;
  }

  .h-md-40 {
    height: 40% !important;
  }

  .h-md-35 {
    height: 35% !important;
  }

  .h-md-30 {
    height: 30% !important;
  }

  .h-md-25 {
    height: 25% !important;
  }

  .min-h-md-100 {
    min-height: 100% !important;
  }

  .min-h-md-85 {
    min-height: 85% !important;
  }

  .min-h-md-80 {
    min-height: 80% !important;
  }

  .min-h-md-75 {
    min-height: 75% !important;
  }

  .min-h-md-65 {
    min-height: 65% !important;
  }

  .min-h-md-50 {
    min-height: 50% !important;
  }

  .min-h-md-45 {
    min-height: 45% !important;
  }

  .min-h-md-40 {
    min-height: 40% !important;
  }

  .min-h-md-35 {
    min-height: 35% !important;
  }

  .min-h-md-30 {
    min-height: 30% !important;
  }

  .min-h-md-25 {
    min-height: 25% !important;
  }

  .max-h-md-100 {
    max-height: 100% !important;
  }

  .max-h-md-85 {
    max-height: 85% !important;
  }

  .max-h-md-80 {
    max-height: 80% !important;
  }

  .max-h-md-75 {
    max-height: 75% !important;
  }

  .max-h-md-65 {
    max-height: 65% !important;
  }

  .max-h-md-50 {
    max-height: 50% !important;
  }

  .max-h-md-45 {
    max-height: 45% !important;
  }

  .max-h-md-40 {
    max-height: 40% !important;
  }

  .max-h-md-35 {
    max-height: 35% !important;
  }

  .max-h-md-30 {
    max-height: 30% !important;
  }

  .max-h-md-25 {
    max-height: 25% !important;
  }

  .fs-md-10 {
    font-size: 10px !important;
  }

  .fs-md-11 {
    font-size: 11px !important;
  }

  .fs-md-13 {
    font-size: 13px !important;
  }

  .fs-md-14 {
    font-size: 14px !important;
  }

  .fs-md-15 {
    font-size: 15px !important;
  }

  .fs-md-16 {
    font-size: 16px !important;
  }

  .fs-md-18 {
    font-size: 18px !important;
  }

  .fs-md-20 {
    font-size: 20px !important;
  }

  .fs-md-25 {
    font-size: 25px !important;
  }

  .fs-md-30 {
    font-size: 30px !important;
  }

  .fs-md-35 {
    font-size: 35px !important;
  }

  .fs-md-40 {
    font-size: 40px !important;
  }

  .fs-md-48 {
    font-size: 48px !important;
  }

  .bgs-md-contain {
    background-size: contain !important;
  }

  .bgs-md-cover {
    background-size: cover !important;
  }
}
@media (min-width: 992px) {
  .w-lg-100 {
    width: 100% !important;
  }

  .w-lg-85 {
    width: 85% !important;
  }

  .w-lg-80 {
    width: 80% !important;
  }

  .w-lg-75 {
    width: 75% !important;
  }

  .w-lg-65 {
    width: 65% !important;
  }

  .w-lg-50 {
    width: 50% !important;
  }

  .w-lg-45 {
    width: 45% !important;
  }

  .w-lg-40 {
    width: 40% !important;
  }

  .w-lg-35 {
    width: 35% !important;
  }

  .w-lg-30 {
    width: 30% !important;
  }

  .w-lg-25 {
    width: 25% !important;
  }

  .min-w-lg-100 {
    min-width: 100% !important;
  }

  .min-w-lg-85 {
    min-width: 85% !important;
  }

  .min-w-lg-80 {
    min-width: 80% !important;
  }

  .min-w-lg-75 {
    min-width: 75% !important;
  }

  .min-w-lg-65 {
    min-width: 65% !important;
  }

  .min-w-lg-50 {
    min-width: 50% !important;
  }

  .min-w-lg-45 {
    min-width: 45% !important;
  }

  .min-w-lg-40 {
    min-width: 40% !important;
  }

  .min-w-lg-35 {
    min-width: 35% !important;
  }

  .min-w-lg-30 {
    min-width: 30% !important;
  }

  .min-w-lg-25 {
    min-width: 25% !important;
  }

  .max-w-lg-100 {
    max-width: 100% !important;
  }

  .max-w-lg-85 {
    max-width: 85% !important;
  }

  .max-w-lg-80 {
    max-width: 80% !important;
  }

  .max-w-lg-75 {
    max-width: 75% !important;
  }

  .max-w-lg-65 {
    max-width: 65% !important;
  }

  .max-w-lg-50 {
    max-width: 50% !important;
  }

  .max-w-lg-45 {
    max-width: 45% !important;
  }

  .max-w-lg-40 {
    max-width: 40% !important;
  }

  .max-w-lg-35 {
    max-width: 35% !important;
  }

  .max-w-lg-30 {
    max-width: 30% !important;
  }

  .max-w-lg-25 {
    max-width: 25% !important;
  }

  .h-lg-100 {
    height: 100% !important;
  }

  .h-lg-85 {
    height: 85% !important;
  }

  .h-lg-80 {
    height: 80% !important;
  }

  .h-lg-75 {
    height: 75% !important;
  }

  .h-lg-65 {
    height: 65% !important;
  }

  .h-lg-50 {
    height: 50% !important;
  }

  .h-lg-45 {
    height: 45% !important;
  }

  .h-lg-40 {
    height: 40% !important;
  }

  .h-lg-35 {
    height: 35% !important;
  }

  .h-lg-30 {
    height: 30% !important;
  }

  .h-lg-25 {
    height: 25% !important;
  }

  .min-h-lg-100 {
    min-height: 100% !important;
  }

  .min-h-lg-85 {
    min-height: 85% !important;
  }

  .min-h-lg-80 {
    min-height: 80% !important;
  }

  .min-h-lg-75 {
    min-height: 75% !important;
  }

  .min-h-lg-65 {
    min-height: 65% !important;
  }

  .min-h-lg-50 {
    min-height: 50% !important;
  }

  .min-h-lg-45 {
    min-height: 45% !important;
  }

  .min-h-lg-40 {
    min-height: 40% !important;
  }

  .min-h-lg-35 {
    min-height: 35% !important;
  }

  .min-h-lg-30 {
    min-height: 30% !important;
  }

  .min-h-lg-25 {
    min-height: 25% !important;
  }

  .max-h-lg-100 {
    max-height: 100% !important;
  }

  .max-h-lg-85 {
    max-height: 85% !important;
  }

  .max-h-lg-80 {
    max-height: 80% !important;
  }

  .max-h-lg-75 {
    max-height: 75% !important;
  }

  .max-h-lg-65 {
    max-height: 65% !important;
  }

  .max-h-lg-50 {
    max-height: 50% !important;
  }

  .max-h-lg-45 {
    max-height: 45% !important;
  }

  .max-h-lg-40 {
    max-height: 40% !important;
  }

  .max-h-lg-35 {
    max-height: 35% !important;
  }

  .max-h-lg-30 {
    max-height: 30% !important;
  }

  .max-h-lg-25 {
    max-height: 25% !important;
  }

  .fs-lg-10 {
    font-size: 10px !important;
  }

  .fs-lg-11 {
    font-size: 11px !important;
  }

  .fs-lg-13 {
    font-size: 13px !important;
  }

  .fs-lg-14 {
    font-size: 14px !important;
  }

  .fs-lg-15 {
    font-size: 15px !important;
  }

  .fs-lg-16 {
    font-size: 16px !important;
  }

  .fs-lg-18 {
    font-size: 18px !important;
  }

  .fs-lg-20 {
    font-size: 20px !important;
  }

  .fs-lg-25 {
    font-size: 25px !important;
  }

  .fs-lg-30 {
    font-size: 30px !important;
  }

  .fs-lg-35 {
    font-size: 35px !important;
  }

  .fs-lg-40 {
    font-size: 40px !important;
  }

  .fs-lg-48 {
    font-size: 48px !important;
  }

  .bgs-lg-contain {
    background-size: contain !important;
  }

  .bgs-lg-cover {
    background-size: cover !important;
  }
}
@media (min-width: 1200px) {
  .w-xl-100 {
    width: 100% !important;
  }

  .w-xl-85 {
    width: 85% !important;
  }

  .w-xl-80 {
    width: 80% !important;
  }

  .w-xl-75 {
    width: 75% !important;
  }

  .w-xl-65 {
    width: 65% !important;
  }

  .w-xl-50 {
    width: 50% !important;
  }

  .w-xl-45 {
    width: 45% !important;
  }

  .w-xl-40 {
    width: 40% !important;
  }

  .w-xl-35 {
    width: 35% !important;
  }

  .w-xl-30 {
    width: 30% !important;
  }

  .w-xl-25 {
    width: 25% !important;
  }

  .min-w-xl-100 {
    min-width: 100% !important;
  }

  .min-w-xl-85 {
    min-width: 85% !important;
  }

  .min-w-xl-80 {
    min-width: 80% !important;
  }

  .min-w-xl-75 {
    min-width: 75% !important;
  }

  .min-w-xl-65 {
    min-width: 65% !important;
  }

  .min-w-xl-50 {
    min-width: 50% !important;
  }

  .min-w-xl-45 {
    min-width: 45% !important;
  }

  .min-w-xl-40 {
    min-width: 40% !important;
  }

  .min-w-xl-35 {
    min-width: 35% !important;
  }

  .min-w-xl-30 {
    min-width: 30% !important;
  }

  .min-w-xl-25 {
    min-width: 25% !important;
  }

  .max-w-xl-100 {
    max-width: 100% !important;
  }

  .max-w-xl-85 {
    max-width: 85% !important;
  }

  .max-w-xl-80 {
    max-width: 80% !important;
  }

  .max-w-xl-75 {
    max-width: 75% !important;
  }

  .max-w-xl-65 {
    max-width: 65% !important;
  }

  .max-w-xl-50 {
    max-width: 50% !important;
  }

  .max-w-xl-45 {
    max-width: 45% !important;
  }

  .max-w-xl-40 {
    max-width: 40% !important;
  }

  .max-w-xl-35 {
    max-width: 35% !important;
  }

  .max-w-xl-30 {
    max-width: 30% !important;
  }

  .max-w-xl-25 {
    max-width: 25% !important;
  }

  .h-xl-100 {
    height: 100% !important;
  }

  .h-xl-85 {
    height: 85% !important;
  }

  .h-xl-80 {
    height: 80% !important;
  }

  .h-xl-75 {
    height: 75% !important;
  }

  .h-xl-65 {
    height: 65% !important;
  }

  .h-xl-50 {
    height: 50% !important;
  }

  .h-xl-45 {
    height: 45% !important;
  }

  .h-xl-40 {
    height: 40% !important;
  }

  .h-xl-35 {
    height: 35% !important;
  }

  .h-xl-30 {
    height: 30% !important;
  }

  .h-xl-25 {
    height: 25% !important;
  }

  .min-h-xl-100 {
    min-height: 100% !important;
  }

  .min-h-xl-85 {
    min-height: 85% !important;
  }

  .min-h-xl-80 {
    min-height: 80% !important;
  }

  .min-h-xl-75 {
    min-height: 75% !important;
  }

  .min-h-xl-65 {
    min-height: 65% !important;
  }

  .min-h-xl-50 {
    min-height: 50% !important;
  }

  .min-h-xl-45 {
    min-height: 45% !important;
  }

  .min-h-xl-40 {
    min-height: 40% !important;
  }

  .min-h-xl-35 {
    min-height: 35% !important;
  }

  .min-h-xl-30 {
    min-height: 30% !important;
  }

  .min-h-xl-25 {
    min-height: 25% !important;
  }

  .max-h-xl-100 {
    max-height: 100% !important;
  }

  .max-h-xl-85 {
    max-height: 85% !important;
  }

  .max-h-xl-80 {
    max-height: 80% !important;
  }

  .max-h-xl-75 {
    max-height: 75% !important;
  }

  .max-h-xl-65 {
    max-height: 65% !important;
  }

  .max-h-xl-50 {
    max-height: 50% !important;
  }

  .max-h-xl-45 {
    max-height: 45% !important;
  }

  .max-h-xl-40 {
    max-height: 40% !important;
  }

  .max-h-xl-35 {
    max-height: 35% !important;
  }

  .max-h-xl-30y {
    max-height: 30% !important;
  }

  .max-h-xl-25 {
    max-height: 25% !important;
  }

  .fs-xl-10 {
    font-size: 10px !important;
  }

  .fs-xl-11 {
    font-size: 11px !important;
  }

  .fs-xl-13 {
    font-size: 13px !important;
  }

  .fs-xl-14 {
    font-size: 14px !important;
  }

  .fs-xl-15 {
    font-size: 15px !important;
  }

  .fs-xl-16 {
    font-size: 16px !important;
  }

  .fs-xl-18 {
    font-size: 18px !important;
  }

  .fs-xl-20 {
    font-size: 20px !important;
  }

  .fs-xl-25 {
    font-size: 25px !important;
  }

  .fs-xl-30 {
    font-size: 30px !important;
  }

  .fs-xl-35 {
    font-size: 35px !important;
  }

  .fs-xl-40 {
    font-size: 40px !important;
  }

  .fs-xl-48 {
    font-size: 48px !important;
  }

  .bgs-xl-contain {
    background-size: contain !important;
  }

  .bgs-xl-cover {
    background-size: cover !important;
  }
}

::-moz-placeholder {
  color: #666 !important;
  opacity: 1 !important;
}

:-ms-input-placeholder {
  color: #666 !important;
  opacity: 1 !important;
}

::placeholder {
  color: #666 !important;
  opacity: 1 !important;
}

.alert {
  font-family: robotoRegular, Arial, sans-serif !important;
  font-size: 13px;
  color: #ffffff;
  border: none;
  padding: 14px 26px;
  border-radius: 3px;
}
.alert :first-child {
  margin-left: 5px;
}
.alert:before {
  vertical-align: middle;
}
.alert.alert-dismissible .close {
  opacity: 0.7;
  font-size: 14px;
  top: 5px;
}
.alert.alert-dismissible .close:hover {
  color: inherit;
  opacity: 1;
}
.alert.alert-success {
  background-color: #52E5BA;
}
.alert.alert-success:before {
  content: url("/images/icono-alert-success.svg");
}
.alert.alert-info {
  background-color: #4D86FF;
}
.alert.alert-info:before {
  content: url("/images/icono-alert-info.svg");
}
.alert.alert-warning {
  background-color: #FFC96C;
}
.alert.alert-warning:before {
  content: url("/images/icono-alert-warning.svg");
}
.alert.alert-warning.amarillo-500:before {
  filter: brightness(0) saturate(100%) invert(30%) sepia(98%) saturate(738%) hue-rotate(6deg) brightness(101%) contrast(101%);
}
.alert.alert-warning-orange {
  background-color: #FF7600;
}
.alert.alert-warning-orange:before {
  content: url("/images/icono-alert-warning.svg");
  margin-top: 2px;
}
.alert.alert-warning-dusky {
  background-color: #FFC96C;
  color: #9F5B00 !important;
}
.alert.alert-warning-dusky:before {
  content: url("/images/icono-alert-warning.svg");
  filter: brightness(0) saturate(100%) invert(34%) sepia(17%) saturate(6386%) hue-rotate(22deg) brightness(95%) contrast(101%);
  line-height: 14px;
  margin-top: 4px;
}
.alert.alert-danger {
  background-color: #FF4D4D;
}
.alert.alert-danger:before {
  content: url("/images/icono-alert-danger.svg");
  margin-right: 10px;
}
.alert.alert-grey {
  background-color: #eee;
  color: #000;
}
.alert.alert-grey:before {
  content: url("/images/icono-alert-danger.svg");
  filter: brightness(0) saturate(100%);
}
.alert.alert-grey a {
  color: #000;
}
.alert.alert-black {
  background-color: #202124;
}
.alert.alert-black:before {
  content: url("/images/icono-alert-danger.svg");
  margin-right: 10px;
}
.alert.alert-traffic {
  background-color: transparent;
  border: 2px solid #FF4D4D;
  color: #FF4D4D;
}
.alert p {
  margin-bottom: 0;
}
.alert a {
  color: #fff;
  text-decoration: underline;
}

.dropdown .dropdown-toggle {
  font-size: 13px;
  color: #747474;
  font-family: robotoBold, Arial, sans-serif;
  outline: none;
}
.dropdown .dropdown-toggle:after {
  content: "";
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="10" height="6" viewBox="0 0 10 6"><path id="dropdown" d="M5,6a.908.908,0,0,1-.7-.3l-4-4A.967.967,0,0,1,.3.3.967.967,0,0,1,1.7.3L5,3.6,8.3.3A.967.967,0,0,1,9.7.3a.967.967,0,0,1,0,1.4l-4,4A.908.908,0,0,1,5,6Z" fill="%23747474"/></svg>');
  background-repeat: no-repeat;
  border: none;
  display: inline-block;
  height: 10px;
  left: 2px;
  position: relative;
  top: 7px;
  width: 10px;
}
.dropdown.show .dropdown-toggle:after {
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="10" height="6" viewBox="0 0 10 6"><path id="dropdown" d="M5,6a.908.908,0,0,1-.7-.3l-4-4A.967.967,0,0,1,.3.3.967.967,0,0,1,1.7.3L5,3.6,8.3.3A.967.967,0,0,1,9.7.3a.967.967,0,0,1,0,1.4l-4,4A.908.908,0,0,1,5,6Z" transform="translate(10 6) rotate(180)" fill="%234d86ff"/></svg>');
  top: 6px;
}
.dropdown .dropdown-menu {
  margin-top: 7px;
  padding: 0;
  border: 1px solid white;
  box-shadow: 0px 10px 25px -10px rgba(0, 0, 0, 0.22) !important;
}
.dropdown .dropdown-item {
  font-size: 13px;
  color: #202124;
  font-family: robotoBold, Arial, sans-serif;
  padding: 0 16px;
  line-height: 40px;
}
.dropdown .dropdown-item:hover {
  background-color: #F6F8F9;
}
.dropdown .dropdown-item.active {
  color: #4D86FF;
  background-color: #F6F8F9;
}

.well.subscribe_form.mailing .dropdown .dropdown-toggle:after {
  background-image: none !important;
}
.well.subscribe_form.mailing .dropdown.show .dropdown-toggle:after {
  background-image: none !important;
}

.lista_inmo-modal h2.modal-title {
  font-family: robotoBold, Arial, sans-serif;
  font-size: 45px;
  line-height: 50px;
  font-weight: normal;
  margin-bottom: 30px;
}
.lista_inmo-modal p.bullet,
.lista_inmo-modal p.nobullet {
  font-family: robotoLight, Arial, sans-serif;
  font-size: 24px;
  font-weight: normal;
}
.lista_inmo-modal strong {
  font-family: robotoRegular, Arial, sans-serif;
}
.lista_inmo-modal p.bullet {
  padding-left: 40px;
  background: transparent url("/images/bullet_azul_grande.png") 0 5px no-repeat;
}
.lista_inmo-modal .close {
  position: absolute;
  top: 10px;
  right: 20px;
  z-index: 500;
}
.lista_inmo-modal .btn.btn-block {
  background: #375DBF;
  font-family: robotoBold, sans-serif;
  font-size: 15px;
  color: #fff;
  height: auto;
}

/*MIN WIDTH 1200*/
@media (min-width: 1200px) {
  .lista_inmo-modal .modal-lg {
    min-width: 1160px;
  }

  .lista_inmo-modal .modal-lg .modal-body {
    padding: 60px 100px;
  }
}
.s_gestion-inmobiliaria #contacto.azul {
  background-color: #F3FAFF;
}
.s_gestion-inmobiliaria #contacto h2 {
  font-family: robotoBold, Arial, sans-serif;
  font-size: 35px;
  margin-bottom: 2rem;
}
.s_gestion-inmobiliaria #contacto p {
  color: #8099CC;
  font-weight: 100;
}
.s_gestion-inmobiliaria #contacto label {
  font-family: robotoBold, Arial, sans-serif;
}
.s_gestion-inmobiliaria #contacto label .aclaracion {
  font-family: robotoRegular, Arial, sans-serif;
}
.s_gestion-inmobiliaria #contacto form:not(.was-validated) input:not([type=checkbox]):not([type=radio]),
.s_gestion-inmobiliaria #contacto form:not(.was-validated) textarea {
  border: 0;
}
.s_gestion-inmobiliaria #contacto .form-row .form-group {
  font-size: 13px;
}
.s_gestion-inmobiliaria #contacto .btn-primary {
  background-color: #375DBF;
  border: 1px solid #375DBF;
  font-family: robotoMedium, Arial, sans-serif !important;
  font-weight: 700;
}
.s_gestion-inmobiliaria #contacto .btn-primary:hover:not(:disabled) {
  background-color: #4D86FF;
  border-color: #4D86FF;
}
.s_gestion-inmobiliaria #contacto .btn-large {
  font-size: 1rem;
  padding: 0.45em 2.2em;
}
.s_gestion-inmobiliaria #contacto #button-file {
  align-items: center;
  border-radius: 3px;
  box-shadow: none;
  color: white;
  cursor: pointer;
  display: inline-flex;
  font-size: 13px;
}
.s_gestion-inmobiliaria #contacto #button-file .upload-icon {
  height: 22px;
  width: 100%;
}
.s_gestion-inmobiliaria #contacto #button-file .upload-icon:before {
  content: "";
  background: url("/images/icono-upload.svg") no-repeat;
  color: white;
  padding-left: 16px;
  vertical-align: middle;
}
.s_gestion-inmobiliaria #contacto #button-file.has-file {
  background-color: #52E5BA !important;
  border: 1px solid #52E5BA !important;
  text-align: left !important;
}
.s_gestion-inmobiliaria #contacto #button-file.has-file:after {
  content: "\D7";
  color: white;
  margin-right: 12px;
}
.s_gestion-inmobiliaria #contacto #button-file.has-file .upload-icon:before {
  background: url("/images/icono-file.svg") no-repeat;
  font-size: 12px;
  line-height: 24px;
  margin-left: 12px;
  vertical-align: inherit;
}
.s_gestion-inmobiliaria #contacto #button-file.has-file .upload-icon:after {
  margin-left: auto;
  text-align: right;
  vertical-align: bottom;
}
.s_gestion-inmobiliaria #contacto #button-file.has-file.with-error {
  background-color: #FF4D4D !important;
  border-color: #FF4D4D !important;
}
.s_gestion-inmobiliaria #contacto #button-file.has-file.with-error .upload-icon:before {
  background: url("/images/icono-alert-danger.svg") no-repeat;
  padding-left: 22px;
}
.s_gestion-inmobiliaria form.needs-validation input[type=text],
.s_gestion-inmobiliaria form.needs-validation input[type=password],
.s_gestion-inmobiliaria form.needs-validation input[type=datetime],
.s_gestion-inmobiliaria form.needs-validation input[type=datetime-local],
.s_gestion-inmobiliaria form.needs-validation input[type=date],
.s_gestion-inmobiliaria form.needs-validation input[type=month],
.s_gestion-inmobiliaria form.needs-validation input[type=time],
.s_gestion-inmobiliaria form.needs-validation input[type=week],
.s_gestion-inmobiliaria form.needs-validation input[type=number],
.s_gestion-inmobiliaria form.needs-validation input[type=email],
.s_gestion-inmobiliaria form.needs-validation input[type=url],
.s_gestion-inmobiliaria form.needs-validation input[type=search],
.s_gestion-inmobiliaria form.needs-validation input[type=tel],
.s_gestion-inmobiliaria form.needs-validation input[type=color],
.s_gestion-inmobiliaria form.needs-validation textarea,
.s_gestion-inmobiliaria form.needs-validation .b-form-datepicker,
.s_gestion-inmobiliaria form.needs-validation .custom-select,
.s_gestion-inmobiliaria form.needs-validation .uneditable-input {
  border: 1px solid #BBBBBB;
  color: #202124;
  box-shadow: none !important;
  transition: all 0.35s ease-in-out;
  outline: 0 none;
  background-image: none;
}
.s_gestion-inmobiliaria form.needs-validation input[type=text]:focus,
.s_gestion-inmobiliaria form.needs-validation input[type=password]:focus,
.s_gestion-inmobiliaria form.needs-validation input[type=datetime]:focus,
.s_gestion-inmobiliaria form.needs-validation input[type=datetime-local]:focus,
.s_gestion-inmobiliaria form.needs-validation input[type=date]:focus,
.s_gestion-inmobiliaria form.needs-validation input[type=month]:focus,
.s_gestion-inmobiliaria form.needs-validation input[type=time]:focus,
.s_gestion-inmobiliaria form.needs-validation input[type=week]:focus,
.s_gestion-inmobiliaria form.needs-validation input[type=number]:focus,
.s_gestion-inmobiliaria form.needs-validation input[type=email]:focus,
.s_gestion-inmobiliaria form.needs-validation input[type=url]:focus,
.s_gestion-inmobiliaria form.needs-validation input[type=search]:focus,
.s_gestion-inmobiliaria form.needs-validation input[type=tel]:focus,
.s_gestion-inmobiliaria form.needs-validation input[type=color]:focus,
.s_gestion-inmobiliaria form.needs-validation textarea:focus,
.s_gestion-inmobiliaria form.needs-validation .b-form-datepicker:focus,
.s_gestion-inmobiliaria form.needs-validation .custom-select:focus,
.s_gestion-inmobiliaria form.needs-validation .uneditable-input:focus {
  border: 1px solid #4D86FF !important;
}
.s_gestion-inmobiliaria form.needs-validation input:-webkit-autofill,
.s_gestion-inmobiliaria form.needs-validation input:-webkit-autofill:hover,
.s_gestion-inmobiliaria form.needs-validation input:-webkit-autofill:focus,
.s_gestion-inmobiliaria form.needs-validation input:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 30px white inset !important;
}
.s_gestion-inmobiliaria form.needs-validation input:-webkit-autofill {
  -webkit-text-fill-color: #202124;
}
.s_gestion-inmobiliaria form.needs-validation input::-webkit-outer-spin-button,
.s_gestion-inmobiliaria form.needs-validation input::-webkit-inner-spin-button {
  display: none;
  -webkit-appearance: none;
  margin: 0;
}
.s_gestion-inmobiliaria form.needs-validation input[type=number] {
  -moz-appearance: textfield;
}
.s_gestion-inmobiliaria form.needs-validation .form-control,
.s_gestion-inmobiliaria form.needs-validation .custom-select {
  background-image: none !important;
}
.s_gestion-inmobiliaria form.needs-validation.was-validated input[type=text]:valid, .s_gestion-inmobiliaria form.needs-validation.was-validated input[type=text].valid, .s_gestion-inmobiliaria form.needs-validation.was-validated input[type=text].is-valid,
.s_gestion-inmobiliaria form.needs-validation.was-validated input[type=password]:valid,
.s_gestion-inmobiliaria form.needs-validation.was-validated input[type=password].valid,
.s_gestion-inmobiliaria form.needs-validation.was-validated input[type=password].is-valid,
.s_gestion-inmobiliaria form.needs-validation.was-validated input[type=datetime]:valid,
.s_gestion-inmobiliaria form.needs-validation.was-validated input[type=datetime].valid,
.s_gestion-inmobiliaria form.needs-validation.was-validated input[type=datetime].is-valid,
.s_gestion-inmobiliaria form.needs-validation.was-validated input[type=datetime-local]:valid,
.s_gestion-inmobiliaria form.needs-validation.was-validated input[type=datetime-local].valid,
.s_gestion-inmobiliaria form.needs-validation.was-validated input[type=datetime-local].is-valid,
.s_gestion-inmobiliaria form.needs-validation.was-validated input[type=date]:valid,
.s_gestion-inmobiliaria form.needs-validation.was-validated input[type=date].valid,
.s_gestion-inmobiliaria form.needs-validation.was-validated input[type=date].is-valid,
.s_gestion-inmobiliaria form.needs-validation.was-validated input[type=month]:valid,
.s_gestion-inmobiliaria form.needs-validation.was-validated input[type=month].valid,
.s_gestion-inmobiliaria form.needs-validation.was-validated input[type=month].is-valid,
.s_gestion-inmobiliaria form.needs-validation.was-validated input[type=time]:valid,
.s_gestion-inmobiliaria form.needs-validation.was-validated input[type=time].valid,
.s_gestion-inmobiliaria form.needs-validation.was-validated input[type=time].is-valid,
.s_gestion-inmobiliaria form.needs-validation.was-validated input[type=week]:valid,
.s_gestion-inmobiliaria form.needs-validation.was-validated input[type=week].valid,
.s_gestion-inmobiliaria form.needs-validation.was-validated input[type=week].is-valid,
.s_gestion-inmobiliaria form.needs-validation.was-validated input[type=number]:valid,
.s_gestion-inmobiliaria form.needs-validation.was-validated input[type=number].valid,
.s_gestion-inmobiliaria form.needs-validation.was-validated input[type=number].is-valid,
.s_gestion-inmobiliaria form.needs-validation.was-validated input[type=email]:valid,
.s_gestion-inmobiliaria form.needs-validation.was-validated input[type=email].valid,
.s_gestion-inmobiliaria form.needs-validation.was-validated input[type=email].is-valid,
.s_gestion-inmobiliaria form.needs-validation.was-validated input[type=url]:valid,
.s_gestion-inmobiliaria form.needs-validation.was-validated input[type=url].valid,
.s_gestion-inmobiliaria form.needs-validation.was-validated input[type=url].is-valid,
.s_gestion-inmobiliaria form.needs-validation.was-validated input[type=search]:valid,
.s_gestion-inmobiliaria form.needs-validation.was-validated input[type=search].valid,
.s_gestion-inmobiliaria form.needs-validation.was-validated input[type=search].is-valid,
.s_gestion-inmobiliaria form.needs-validation.was-validated input[type=tel]:valid,
.s_gestion-inmobiliaria form.needs-validation.was-validated input[type=tel].valid,
.s_gestion-inmobiliaria form.needs-validation.was-validated input[type=tel].is-valid,
.s_gestion-inmobiliaria form.needs-validation.was-validated input[type=color]:valid,
.s_gestion-inmobiliaria form.needs-validation.was-validated input[type=color].valid,
.s_gestion-inmobiliaria form.needs-validation.was-validated input[type=color].is-valid,
.s_gestion-inmobiliaria form.needs-validation.was-validated textarea:valid,
.s_gestion-inmobiliaria form.needs-validation.was-validated textarea.valid,
.s_gestion-inmobiliaria form.needs-validation.was-validated textarea.is-valid,
.s_gestion-inmobiliaria form.needs-validation.was-validated .custom-select:valid,
.s_gestion-inmobiliaria form.needs-validation.was-validated .custom-select.valid,
.s_gestion-inmobiliaria form.needs-validation.was-validated .custom-select.is-valid,
.s_gestion-inmobiliaria form.needs-validation.was-validated .b-form-datepicker:valid,
.s_gestion-inmobiliaria form.needs-validation.was-validated .b-form-datepicker.valid,
.s_gestion-inmobiliaria form.needs-validation.was-validated .b-form-datepicker.is-valid,
.s_gestion-inmobiliaria form.needs-validation.was-validated .uneditable-input:valid,
.s_gestion-inmobiliaria form.needs-validation.was-validated .uneditable-input.valid,
.s_gestion-inmobiliaria form.needs-validation.was-validated .uneditable-input.is-valid {
  border: 1px solid #1DBD8E !important;
}
.s_gestion-inmobiliaria form.needs-validation.was-validated input[type=text]:invalid, .s_gestion-inmobiliaria form.needs-validation.was-validated input[type=text].invalid, .s_gestion-inmobiliaria form.needs-validation.was-validated input[type=text].is-invalid,
.s_gestion-inmobiliaria form.needs-validation.was-validated input[type=password]:invalid,
.s_gestion-inmobiliaria form.needs-validation.was-validated input[type=password].invalid,
.s_gestion-inmobiliaria form.needs-validation.was-validated input[type=password].is-invalid,
.s_gestion-inmobiliaria form.needs-validation.was-validated input[type=datetime]:invalid,
.s_gestion-inmobiliaria form.needs-validation.was-validated input[type=datetime].invalid,
.s_gestion-inmobiliaria form.needs-validation.was-validated input[type=datetime].is-invalid,
.s_gestion-inmobiliaria form.needs-validation.was-validated input[type=datetime-local]:invalid,
.s_gestion-inmobiliaria form.needs-validation.was-validated input[type=datetime-local].invalid,
.s_gestion-inmobiliaria form.needs-validation.was-validated input[type=datetime-local].is-invalid,
.s_gestion-inmobiliaria form.needs-validation.was-validated input[type=date]:invalid,
.s_gestion-inmobiliaria form.needs-validation.was-validated input[type=date].invalid,
.s_gestion-inmobiliaria form.needs-validation.was-validated input[type=date].is-invalid,
.s_gestion-inmobiliaria form.needs-validation.was-validated input[type=month]:invalid,
.s_gestion-inmobiliaria form.needs-validation.was-validated input[type=month].invalid,
.s_gestion-inmobiliaria form.needs-validation.was-validated input[type=month].is-invalid,
.s_gestion-inmobiliaria form.needs-validation.was-validated input[type=time]:invalid,
.s_gestion-inmobiliaria form.needs-validation.was-validated input[type=time].invalid,
.s_gestion-inmobiliaria form.needs-validation.was-validated input[type=time].is-invalid,
.s_gestion-inmobiliaria form.needs-validation.was-validated input[type=week]:invalid,
.s_gestion-inmobiliaria form.needs-validation.was-validated input[type=week].invalid,
.s_gestion-inmobiliaria form.needs-validation.was-validated input[type=week].is-invalid,
.s_gestion-inmobiliaria form.needs-validation.was-validated input[type=number]:invalid,
.s_gestion-inmobiliaria form.needs-validation.was-validated input[type=number].invalid,
.s_gestion-inmobiliaria form.needs-validation.was-validated input[type=number].is-invalid,
.s_gestion-inmobiliaria form.needs-validation.was-validated input[type=email]:invalid,
.s_gestion-inmobiliaria form.needs-validation.was-validated input[type=email].invalid,
.s_gestion-inmobiliaria form.needs-validation.was-validated input[type=email].is-invalid,
.s_gestion-inmobiliaria form.needs-validation.was-validated input[type=url]:invalid,
.s_gestion-inmobiliaria form.needs-validation.was-validated input[type=url].invalid,
.s_gestion-inmobiliaria form.needs-validation.was-validated input[type=url].is-invalid,
.s_gestion-inmobiliaria form.needs-validation.was-validated input[type=search]:invalid,
.s_gestion-inmobiliaria form.needs-validation.was-validated input[type=search].invalid,
.s_gestion-inmobiliaria form.needs-validation.was-validated input[type=search].is-invalid,
.s_gestion-inmobiliaria form.needs-validation.was-validated input[type=tel]:invalid,
.s_gestion-inmobiliaria form.needs-validation.was-validated input[type=tel].invalid,
.s_gestion-inmobiliaria form.needs-validation.was-validated input[type=tel].is-invalid,
.s_gestion-inmobiliaria form.needs-validation.was-validated input[type=color]:invalid,
.s_gestion-inmobiliaria form.needs-validation.was-validated input[type=color].invalid,
.s_gestion-inmobiliaria form.needs-validation.was-validated input[type=color].is-invalid,
.s_gestion-inmobiliaria form.needs-validation.was-validated textarea:invalid,
.s_gestion-inmobiliaria form.needs-validation.was-validated textarea.invalid,
.s_gestion-inmobiliaria form.needs-validation.was-validated textarea.is-invalid,
.s_gestion-inmobiliaria form.needs-validation.was-validated .custom-select:invalid,
.s_gestion-inmobiliaria form.needs-validation.was-validated .custom-select.invalid,
.s_gestion-inmobiliaria form.needs-validation.was-validated .custom-select.is-invalid,
.s_gestion-inmobiliaria form.needs-validation.was-validated .b-form-datepicker:invalid,
.s_gestion-inmobiliaria form.needs-validation.was-validated .b-form-datepicker.invalid,
.s_gestion-inmobiliaria form.needs-validation.was-validated .b-form-datepicker.is-invalid,
.s_gestion-inmobiliaria form.needs-validation.was-validated .uneditable-input:invalid,
.s_gestion-inmobiliaria form.needs-validation.was-validated .uneditable-input.invalid,
.s_gestion-inmobiliaria form.needs-validation.was-validated .uneditable-input.is-invalid {
  border: 1px solid #FF4D4D !important;
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%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);
}
.s_gestion-inmobiliaria form.needs-validation.was-validated .custom-file-input:valid ~ .custom-file-label {
  border: 1px solid #1DBD8E !important;
}
.s_gestion-inmobiliaria form.needs-validation.was-validated .custom-file-input.is-invalid ~ .custom-file-label {
  border: 1px solid #FF4D4D !important;
}
.s_gestion-inmobiliaria form.needs-validation.was-validated .form-check-input:valid ~ .form-check-label {
  color: inherit !important;
}
.s_gestion-inmobiliaria form.needs-validation.has-error input {
  border-color: #FF4D4D !important;
  color: #FF4D4D !important;
}

@media (min-width: 992px) {
  .s_gestion-inmobiliaria #contacto h2 {
    font-size: 45px;
  }
}
[class*=-icon] {
  background-repeat: no-repeat !important;
}

.handshake-icon {
  background-image: url("/images/subastas/handshake.svg");
}

.handshake-2022-icon {
  background-image: url("/images/subastas/handshake-2022.svg");
}

.camera-icon {
  background-image: url("/images/subastas/camera.svg");
}

.camera-2022-icon {
  background-image: url("/images/subastas/camera-2022.svg");
}

.calculator-icon {
  background-image: url("/images/subastas/calculator.svg");
}

.calculator-2022-icon {
  background-image: url("/images/subastas/calculator-2022.svg");
}

.museum-icon {
  background-image: url("/images/subastas/museum.svg");
}

.eye-2022-icon {
  background-image: url("/images/subastas/eye-2022.svg");
}

.mallet-icon {
  background-image: url("/images/subastas/mallet.svg");
}

.mallet-2022-icon {
  background-image: url("/images/subastas/mallet-2022.svg");
}

.mallet-online-icon {
  background-image: url("/images/subastas/mallet-online.svg");
}

.hands-auction-icon {
  background-image: url("/images/subastas/hands-auction.svg");
}

.pricing-icon {
  background-image: url("/images/subastas/pricing.svg");
}

.business-and-finance-icon {
  background-image: url("/images/subastas/business-and-finance.svg");
}

.business-and-finance-2022-icon {
  background-image: url("/images/subastas/business-and-finance-2022.svg");
}

.business-and-finance-user-icon {
  background-image: url("/images/business-and-finance-user-2025.svg");
}

.delivery-icon {
  background-image: url("/images/subastas/delivery.svg");
}

.delivery-2022-icon {
  background-image: url("/images/subastas/delivery-2022.svg");
}

.delivery-user-icon {
  background-image: url("/images/subasta-online/delivery-user-icon.svg");
}

.transactions-icon {
  background-image: url("/images/icono-transacciones-2025.svg");
}

.list-grid-icon {
  background-image: url("/images/icono-grid-list.svg");
}

.tag-icon {
  background: transparent url("/images/icono-tag-2022.svg");
}

.clip-icon {
  background: transparent url("/images/icono-clip.svg");
}

.folder-icon {
  background: transparent url("/images/icono-carpeta-2022.svg");
}

.folder-icon-new {
  background: transparent url("/images/icono-carpeta.svg");
}

.folder-icon-new-azul {
  background: transparent url("/images/icono-carpeta-azul.svg");
}

.folder-icon-new-verde-700 {
  background: transparent url("/images/icono-carpeta-verde-700.svg");
}

.calendar-grey-icon {
  background: transparent url("/images/icono-calendario-gris.svg");
}

.calendar-grey-icon-new {
  background: transparent url("/images/icono-calendario-gris-nuevo.svg");
  margin-right: 1px;
}

.calendar-regular-fav7 {
  background: transparent url("/images/icono-calendar-regular-fav7.svg");
  background-repeat: no-repeat;
}

.calendar-icon-new-verde-700 {
  background: transparent url("/images/icono-calendario-nuevo-verde-700.svg");
  margin-right: 1px;
}

.calendar-icon-new-azul {
  background: transparent url("/images/icono-calendario-nuevo-azul.svg");
  margin-right: 1px;
}

.check-grey-icon {
  background: transparent url("/images/icono-check-gris.svg");
}

.location-grey-icon {
  background: transparent url("/images/pin_mapa_gris.svg");
}

.location-black-icon {
  background: transparent url("/images/pin_mapa_negro.svg");
}

.location-black-icon-sm {
  background: transparent url("/images/pin_mapa_negro_chico.svg") no-repeat;
}

.flecha-dropdown-azul {
  background: transparent url("/images/flecha-dropdown-azul.svg");
}

.flecha-angosta-next-gris {
  background: url("/images/flecha-angosta-next-gris.svg") no-repeat;
}

.pdf-icon {
  background: transparent url("/images/icono-pdf-2023.svg");
  opacity: 1;
}
.pdf-icon:hover {
  filter: brightness(0%) saturate(100%) invert(5%) sepia(3%) saturate(3245%) hue-rotate(187deg) brightness(97%) contrast(83%);
}

.calendar-black-icon {
  background: transparent url("/images/icono_calendario_negro.svg") no-repeat;
}

.envelope-open-black-icon {
  background: transparent url("/images/icono_sobre_abierto_negro.svg");
}

.video-icon {
  background: transparent url("/images/icono-video.svg");
}

.favorito-icon {
  background: transparent url("/images/icono-corazon.svg");
}
.favorito-icon.lleno {
  background: transparent url("/images/icono-corazon-lleno.svg");
}

.favorito-negro-icon {
  background: transparent url("/images/icono-corazon-negro-2025.svg");
}

.trash-icon {
  background: transparent url("/images/icono-papelera.svg");
}

.fire-icon {
  background: transparent url("/images/icono-fuego.svg") no-repeat;
}

.globe-icon {
  background-image: url("/images/subastas/globe.svg");
}

.key-icon {
  background-image: url("/images/subastas/key.svg");
}

.community-icon {
  background-image: url("/images/subastas/community.svg");
}

.surface-icon {
  background-image: url("/images/inmobiliaria/icono-superficie.svg");
}

.oficinas-icon {
  background-image: url("/images/inmobiliaria/icono-oficinas.svg");
}

.emprendimientos-icon {
  background-image: url("/images/inmobiliaria/icono-emprendimientos.svg");
}

.industrias-icon {
  background-image: url("/images/inmobiliaria/icono-industrias.svg");
}

.locales-icon {
  background-image: url("/images/inmobiliaria/icono-commercial.svg");
}

.parques-icon {
  background-image: url("/images/inmobiliaria/icono-parques.svg");
}

.residencial-icon {
  background-image: url("/images/inmobiliaria/icono-residencial.svg");
}

.spain-icon {
  background-image: url("/images/icono_bandera_espania.png");
}

.germany-icon {
  background-image: url("/images/icono_bandera_alemania.png");
}

.uk-icon {
  background-image: url("/images/icono_bandera_uk.png");
}

.italy-icon {
  background-image: url("/images/icono_bandera_italia.png");
}

.info-icon {
  background: transparent url("/images/icono-info.svg") no-repeat;
}

.usuario-icon {
  background-image: url("/images/icono-usuario-2025.svg");
}

.icono-coins-regular-azul {
  background: url("/images/icono-coins-regular-azul.svg") no-repeat;
}

.icono-timer-regular {
  background: url("/images/icono-timer-regular.svg") no-repeat;
}

.icono-reloj {
  background: url("/images/icono-reloj.svg") no-repeat;
  margin-left: -1px;
}

.icono-reloj-azul {
  background: url("/images/icono-reloj-azul.svg") no-repeat;
  margin-left: -1px;
}

.icono-reloj-negro {
  background: url("/images/icono-reloj-negro.svg") no-repeat;
}

.icono-descarga {
  background: url("/images/icono-descarga-2023.svg") no-repeat;
  filter: brightness(0) saturate(100%) invert(88%) sepia(79%) saturate(0%) hue-rotate(326deg) brightness(110%) contrast(101%);
  background-size: 16px 20px;
}

.icono-so-azul {
  background-image: url("/images/icono-subasta-online-azul.svg");
  background-repeat: no-repeat;
}

.icono-so-blanco {
  background-image: url("/images/icono-subasta-online.svg");
  background-repeat: no-repeat;
}

.icono-ssm {
  background-image: url("/images/icono-subasta-sin-martillero-verde.svg");
  background-repeat: no-repeat;
}

.icono-mano-blanco {
  background-image: url("/images/icono-mano-blanco.svg");
  background-repeat: no-repeat;
}

.share-icon {
  background: url("/images/icono-share-2023.svg");
}

.money-bills-icon {
  background: url("/images/icono-money-bills.svg") no-repeat;
}

.arrow-left {
  background: url("/images/icono-arrow-left.svg") no-repeat;
}

.arrow-right {
  background: url("/images/icono-arrow-right.svg") no-repeat;
}

a.btn-whatsapp, a.btn-llamar {
  height: 41px;
  border-radius: 3px;
  color: #FFF;
  padding: 0.3rem 1.5rem;
}
a.btn-whatsapp:hover, a.btn-llamar:hover {
  color: #FFF;
  opacity: 0.9;
}
a.btn-whatsapp .fas:before,
a.btn-whatsapp .fab:before, a.btn-llamar .fas:before,
a.btn-llamar .fab:before {
  font-size: 19px;
  padding-right: 8px;
  vertical-align: middle;
}
a.btn-whatsapp {
  background-color: #0CA80C;
}
a.btn-whatsapp .fab:before {
  position: relative;
  font-size: 29px;
}
a.btn-whatsapp span, a.btn-llamar span {
  font-family: robotoBold, sans-serif;
  font-size: 16px;
  line-height: 29px;
}

.flotantes {
  width: 95px;
  height: 95px;
  position: fixed;
  bottom: 25px;
  right: 2px;
  z-index: 1100;
}

.flotantes a {
  display: block;
  width: 85px;
  height: 85px;
}

.flotantes a img {
  position: relative;
  top: -5px;
  width: 100%;
}

@media (max-width: 991.9px) {
  a.btn-whatsapp .fab:before,
a.btn-whatsapp .fas:before, a.btn-llamar .fab:before,
a.btn-llamar .fas:before {
    font-size: 24px;
  }
  a.btn-whatsapp span, a.btn-llamar span {
    font-size: 14px;
    line-height: 24px;
  }
}
@media (max-width: 575.9px) {
  a.btn-whatsapp,
a.btn-llamar {
    padding: 0.5rem;
  }

  .flotantes {
    bottom: 0;
    width: 70px;
    height: 70px;
  }

  .flotantes a {
    width: 65px;
    height: 65px;
  }
}
@media (max-width: 362.9px) {
  a.btn-whatsapp, a.btn-llamar {
    margin-left: 0 !important;
    padding: 0.3rem;
  }
  a.btn-whatsapp .fab:before,
a.btn-whatsapp .fas:before, a.btn-llamar .fab:before,
a.btn-llamar .fas:before {
    font-size: 14px;
  }
  a.btn-whatsapp span, a.btn-llamar span {
    font-size: 10px;
    line-height: 14px;
  }
}
.text-truncate {
  display: -webkit-box;
  line-height: 24px;
  white-space: normal;
  -webkit-box-orient: vertical;
}
.text-truncate.truncate-lines-2 {
  max-height: 48px;
  -webkit-line-clamp: 2;
}
.text-truncate.truncate-lines-3 {
  max-height: 72px;
  -webkit-line-clamp: 3;
}
.text-truncate.truncate-lines-4 {
  max-height: 96px;
  -webkit-line-clamp: 4;
}

.custom-control {
  padding-left: 0;
  padding-top: 10px;
  padding-bottom: 10px;
}
.custom-control input:checked + .custom-control-label,
.custom-control input:checked + .custom-control-label .option-results {
  color: #4D86FF;
}
.custom-control .custom-control-label {
  color: #747474;
  width: 100%;
}
.custom-control .custom-control-label:hover {
  cursor: pointer;
}
.custom-control .custom-control-label:before, .custom-control .custom-control-label:after {
  right: 0;
  top: 0;
  left: initial;
}
.custom-control .option-results {
  color: #BBBBBB;
}

.paginador {
  text-align: center;
}
.paginador > a {
  flex: 1;
  color: #BBBBBB;
  font-family: robotoMedium, Arial, sans-serif;
  font-size: 13px;
  font-weight: 600;
  /*line-height: 28px*/
  margin: 0 10px;
}
.paginador > a:hover {
  color: #707070;
}
.paginador > a.disabled {
  opacity: 0.3;
  cursor: not-allowed;
  pointer-events: none;
}
.paginador ul, .paginador li {
  display: inline-block;
  line-height: 24px;
}
.paginador ul a, .paginador li a {
  margin: 0 5px;
  display: inline-block;
  background-color: #BBBBBB;
  height: 24px;
  min-width: 24px;
  border-radius: 24px;
  text-align: center;
  color: white;
  font-family: robotoBold, Arial, sans-serif, Arial, sans-serif;
  font-size: 11px;
  font-weight: 600;
}
.paginador ul a:hover, .paginador li a:hover {
  background-color: #707070;
}
.paginador ul a.activo, .paginador li a.activo {
  background-color: black;
}

@media (max-width: 575.9px) {
  .paginador {
    margin-left: -15px;
    margin-right: -15px;
  }
  .paginador a {
    margin: 0 5px;
  }
}
.cuadro-sombreado {
  box-shadow: 0px 10px 25px -10px rgba(0, 0, 0, 0.22) !important;
  border-radius: 6px;
  padding: 2rem;
  position: relative;
}
.cuadro-sombreado h3 {
  background-position-x: center;
  display: block;
  margin-bottom: 1.5rem;
  padding-top: 4rem;
  text-align: center;
  font-size: 1.8rem;
  font-family: robotoMedium, Arial, sans-serif;
  font-weight: 600;
}
.cuadro-sombreado p {
  font-family: robotoLight, Arial, sans-serif;
  font-size: 1.2rem;
  margin-bottom: 1.2rem;
  color: #747474;
}
.cuadro-sombreado p strong {
  font-family: robotoBold, Arial, sans-serif;
}
.cuadro-sombreado table {
  width: 100%;
  font-family: robotoLight, Arial, sans-serif;
  font-size: 1.2rem;
  margin-bottom: 1.2rem;
  color: #525457;
}
.cuadro-sombreado table thead {
  border-bottom: 1px solid #e6e6e9;
}
.cuadro-sombreado table th {
  font-family: robotoBold, Arial, sans-serif;
}
.cuadro-sombreado table th, .cuadro-sombreado table td {
  text-align: center;
  padding: 3px 5px;
}

.hero {
  text-align: center;
}
.hero h1 {
  font-family: robotoBold, Arial, sans-serif;
  font-size: 3rem;
  margin-top: 5rem;
}

.contact-form {
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.contact-form input:not([type=checkbox]):not([type=radio]):not([disabled]), .contact-form textarea {
  border: 1px solid #BBBBBB;
  background-color: white;
  font-family: robotoRegular, Arial, sans-serif;
  font-size: 12px;
}
.contact-form input:not([type=checkbox]):not([type=radio]) {
  height: 41px;
}

.contact-form h3,
.search-form h3 {
  font-family: robotoMedium, Arial, sans-serif;
  font-size: 20px;
  margin-bottom: 1rem;
}
.contact-form h2,
.search-form h2 {
  font-family: robotoBold, Arial, sans-serif;
  font-size: 35px;
  margin-bottom: 2rem;
}
.contact-form h2,
.search-form h2 {
  text-align: left;
}
.contact-form p,
.search-form p {
  color: #747474;
  text-align: left;
  font-size: 16px;
}
.contact-form .form-group-textarea,
.search-form .form-group-textarea {
  padding-right: 5px;
  padding-left: 5px;
}
.contact-form label,
.search-form label {
  font-size: 13px;
  font-weight: bold;
}
.contact-form label span,
.search-form label span {
  font-weight: normal;
}
.contact-form textarea,
.search-form textarea {
  min-height: 8rem;
}
.contact-form.azul,
.search-form.azul {
  background-color: #F3FAFF;
}
.contact-form.azul input:not([type=checkbox]):not([type=radio]):not([disabled]),
.contact-form.azul textarea,
.contact-form.azul .dropdown .dropdown-toggle,
.search-form.azul input:not([type=checkbox]):not([type=radio]):not([disabled]),
.search-form.azul textarea,
.search-form.azul .dropdown .dropdown-toggle {
  border: 0;
  background-color: white;
}

#list-lote-grid-wrapper .list-grid-icon,
#list-grid-wrapper .list-grid-icon {
  background-color: transparent;
  border: 0;
  cursor: pointer;
  outline: none !important;
  height: 16px;
  width: 16px;
}
#list-lote-grid-wrapper .view-group,
#list-grid-wrapper .view-group {
  display: flex;
  flex-direction: row;
  padding-left: 0;
  margin-bottom: 0;
}
#list-lote-grid-wrapper .item,
#list-grid-wrapper .item {
  display: flex;
}
#list-lote-grid-wrapper .thumbnail,
#list-grid-wrapper .thumbnail {
  border: 0;
  border-radius: 5px;
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  height: 100%;
  min-height: 100px;
  margin-bottom: 20px;
  padding: 0px;
  position: relative;
  top: 0;
  width: 100%;
  transition: all 0.25s ease-in-out;
  -webkit-transition: all 0.25s ease-in-out;
}
#list-lote-grid-wrapper .thumbnail:hover,
#list-grid-wrapper .thumbnail:hover {
  top: -5px;
}
#list-lote-grid-wrapper .thumbnail .icono,
#list-grid-wrapper .thumbnail .icono {
  background-position: center left;
  color: #747474;
  font-size: 13px;
  padding-left: 1.3rem;
}
#list-lote-grid-wrapper .thumbnail .icono.location-grey-icon,
#list-grid-wrapper .thumbnail .icono.location-grey-icon {
  display: none;
}
#list-lote-grid-wrapper .thumbnail .img-event,
#list-grid-wrapper .thumbnail .img-event {
  position: relative;
}
#list-lote-grid-wrapper .thumbnail .img-event .item-data,
#list-grid-wrapper .thumbnail .img-event .item-data {
  display: flex;
  flex-direction: row;
  height: 19px;
  position: absolute;
  top: 15px;
  right: 15px;
  z-index: 1000;
}
#list-lote-grid-wrapper .thumbnail .img-event .favorito-icon,
#list-grid-wrapper .thumbnail .img-event .favorito-icon {
  cursor: pointer;
  width: 22px;
  height: 20px;
}
#list-lote-grid-wrapper .thumbnail .img-event .video-icon,
#list-lote-grid-wrapper .thumbnail .img-event .info-icon,
#list-grid-wrapper .thumbnail .img-event .video-icon,
#list-grid-wrapper .thumbnail .img-event .info-icon {
  cursor: default;
  margin-right: 13px;
}
#list-lote-grid-wrapper .thumbnail .img-event .video-icon,
#list-grid-wrapper .thumbnail .img-event .video-icon {
  width: 29px;
}
#list-lote-grid-wrapper .thumbnail .img-event .info-icon,
#list-grid-wrapper .thumbnail .img-event .info-icon {
  width: 19px;
}
#list-lote-grid-wrapper .thumbnail .filtro-opacidad,
#list-grid-wrapper .thumbnail .filtro-opacidad {
  width: 100%;
  height: 100%;
  background-color: #eeeeee;
  opacity: 0.7;
  border-radius: 5px 5px 0 0;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 200;
}
#list-lote-grid-wrapper .thumbnail .badge-retirado,
#list-grid-wrapper .thumbnail .badge-retirado {
  position: absolute;
  z-index: 300;
  top: 19px;
  right: 15px;
}
#list-lote-grid-wrapper .thumbnail .pendiente:hover,
#list-lote-grid-wrapper .thumbnail .retirado:hover,
#list-grid-wrapper .thumbnail .pendiente:hover,
#list-grid-wrapper .thumbnail .retirado:hover {
  top: 0 !important;
}
#list-lote-grid-wrapper .thumbnail .texto-retirado,
#list-grid-wrapper .thumbnail .texto-retirado {
  color: #747474;
  z-index: 300;
}
#list-lote-grid-wrapper .thumbnail .retirado .card-body,
#list-grid-wrapper .thumbnail .retirado .card-body {
  background-color: #eee;
}
#list-lote-grid-wrapper .thumbnail .retirado .card-title,
#list-grid-wrapper .thumbnail .retirado .card-title {
  color: #747474;
}
#list-lote-grid-wrapper .thumbnail .badge-retirado,
#list-grid-wrapper .thumbnail .badge-retirado {
  margin: 0 !important;
}
#list-lote-grid-wrapper.grid-view .list-icon,
#list-grid-wrapper.grid-view .list-icon {
  background-position: center right;
}
#list-lote-grid-wrapper.grid-view .grid-icon,
#list-grid-wrapper.grid-view .grid-icon {
  background-position: center left;
}
#list-lote-grid-wrapper.grid-view .item .card.subasta-card,
#list-grid-wrapper.grid-view .item .card.subasta-card {
  height: 333px;
}
#list-lote-grid-wrapper.grid-view .item .card.lote-card,
#list-grid-wrapper.grid-view .item .card.lote-card {
  height: 320px;
  overflow: hidden;
}
#list-lote-grid-wrapper.grid-view .item .group-image,
#list-grid-wrapper.grid-view .item .group-image {
  border-radius: 5px 5px 0 0;
}
#list-lote-grid-wrapper.list-view .list-icon,
#list-grid-wrapper.list-view .list-icon {
  background-position: top right;
}
#list-lote-grid-wrapper.list-view .grid-icon,
#list-grid-wrapper.list-view .grid-icon {
  background-position: top left;
}
#list-lote-grid-wrapper.list-view .item:before,
#list-lote-grid-wrapper.list-view .item:after,
#list-grid-wrapper.list-view .item:before,
#list-grid-wrapper.list-view .item:after {
  display: table;
  content: " ";
}
#list-lote-grid-wrapper.list-view .item:after,
#list-grid-wrapper.list-view .item:after {
  clear: both;
}
#list-lote-grid-wrapper.list-view .item,
#list-grid-wrapper.list-view .item {
  float: none;
  width: 100%;
  flex: 0 0 100%;
  flex-direction: column;
  max-width: 100%;
  height: 100%;
  padding: 0 1em;
  border: 0;
  margin-left: 0;
  margin-right: 0;
}
#list-lote-grid-wrapper.list-view .item .thumbnail,
#list-grid-wrapper.list-view .item .thumbnail {
  margin-bottom: 0px;
  display: flex;
  flex-direction: initial;
}
#list-lote-grid-wrapper.list-view .item .thumbnail .img-event,
#list-grid-wrapper.list-view .item .thumbnail .img-event {
  width: 100px;
}
#list-lote-grid-wrapper.list-view .item .thumbnail .group-image,
#list-grid-wrapper.list-view .item .thumbnail .group-image {
  border-radius: 5px 0 0 5px;
  margin-right: 10px;
}
#list-lote-grid-wrapper.list-view .item .thumbnail .caption,
#list-grid-wrapper.list-view .item .thumbnail .caption {
  flex: 1;
  padding: 10px 15px;
  margin: 0;
}
#list-lote-grid-wrapper.list-view .item .thumbnail .caption p,
#list-grid-wrapper.list-view .item .thumbnail .caption p {
  margin: 0;
  position: absolute;
  bottom: 10px;
}
#list-lote-grid-wrapper.list-view .item .thumbnail .caption .text-truncate,
#list-grid-wrapper.list-view .item .thumbnail .caption .text-truncate {
  word-wrap: normal;
  max-height: 48px;
}

#h-subnav {
  top: 70px;
}

.nav-azul {
  background-color: #375DBF;
}
.nav-azul a {
  color: #fff;
  font-family: robotoBold, sans-serif;
  font-size: 12px;
  font-weight: normal;
}
.nav-azul a:hover {
  opacity: 0.5;
}

@media (min-width: 992px) {
  #h-subnav {
    top: 93px;
  }

  .contact-form h2 {
    font-size: 44px;
  }

  #list-lote-grid-wrapper.list-view .item,
#list-grid-wrapper.list-view .item {
    height: 140px;
  }
  #list-lote-grid-wrapper.list-view .item .thumbnail .caption,
#list-grid-wrapper.list-view .item .thumbnail .caption {
    padding: 23px;
  }
  #list-lote-grid-wrapper.list-view .item .thumbnail .caption p,
#list-grid-wrapper.list-view .item .thumbnail .caption p {
    bottom: 23px;
  }
  #list-lote-grid-wrapper.list-view .item .thumbnail .caption .text-truncate,
#list-grid-wrapper.list-view .item .thumbnail .caption .text-truncate {
    max-height: 96px;
  }
  #list-lote-grid-wrapper.list-view .item .thumbnail .img-event,
#list-grid-wrapper.list-view .item .thumbnail .img-event {
    width: 190px;
  }
}
.table {
  margin-top: 30px;
}

.table-bordered > thead > tr > td, .table-bordered > thead > tr > th {
  border-bottom-width: 1px;
}

.table-bordered > tbody > tr > td, .table-bordered > tbody > tr > th, .table-bordered > tfoot > tr > td, .table-bordered > tfoot > tr > th, .table-bordered > thead > tr > td, .table-bordered > thead > tr > th {
  border-color: #e8e8e8;
}

.table > thead > tr > th {
  background-color: #e8e8e8;
  color: #555555;
  font-family: robotoRegular, Helvetica, Arial, sans-serif;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0px;
  padding: 10px 15px;
  white-space: nowrap;
}

.table > tbody > tr > td,
.table > tfoot > tr > td,
.table > tfoot > tr > th {
  color: #555555;
  font-family: robotoRegular, Helvetica, Arial, sans-serif;
  font-size: 12px;
  letter-spacing: 0px;
  padding: 10px 15px;
  line-height: 30px;
}

table.no-border {
  width: 100%;
  font-family: robotoLight, Arial, sans-serif;
  font-size: 1.2rem;
  margin-bottom: 1.2rem;
  color: #525457;
}
table.no-border thead {
  border-bottom: 1px solid #e6e6e9;
}
table.no-border th {
  font-family: robotoBold, Arial, sans-serif;
}
table.no-border th, table.no-border td {
  text-align: center;
  padding: 3px 5px;
}

.fade-enter-active, .fade-leave-active {
  transition: opacity 0.3s;
}

.fade-enter, .fade-leave-to {
  opacity: 0;
}

.vueperslides .vueperslides__arrow {
  display: none;
}

@media (min-width: 768px) {
  .vueperslides .vueperslides__arrow {
    display: block;
  }

  .vueperslides:hover .vueperslides__arrow {
    opacity: 1;
  }
}
.flecha_slider {
  display: block;
  height: 90px;
  width: 90px;
  background-position: top left;
}
.flecha_slider.prev {
  background-image: url("/images/flecha_slider_prev.svg");
}
.flecha_slider.prox {
  background-image: url("/images/flecha_slider_prox.svg");
}

.badge {
  font-family: robotoRegular, Arial, sans-serif !important;
  font-size: 11px;
  color: #ffffff;
  border: none;
  border-radius: 6px;
  display: inline-block;
  font-weight: bold;
  margin: 0;
  padding: 5px 10px;
}
.badge.badge-lg {
  font-size: 16px;
}

.badge-emprendimientos-turisticos,
.badge-success {
  background-color: #52E5BA;
}

.badge-info {
  background-color: #4D86FF;
}

.badge-mineria,
.badge-warning {
  background-color: #FFC96C;
  color: #202124;
}

.badge-alimentaria,
.badge-danger {
  background-color: #FF4D4D;
}

.badge-agroindustria,
.badge-blue {
  background-color: #375DBF;
}

.badge-celeste-50 {
  background-color: #EAF7FF;
}

.badge-traffic {
  background-color: transparent;
  border: 2px solid #FF4D4D;
  color: #FF4D4D !important;
  padding-top: 3px;
  padding-bottom: 3px;
}

.badge-black {
  background-color: #202124;
}

.badge-purple {
  background-color: #B777B7;
}

.badge-amarillo-500 {
  background-color: #FFC96C;
  color: #9F5B00 !important;
}

.badge-naranja-200 {
  background-color: #FF7600;
}

.badge-verde-700 {
  background-color: #006C4C;
}
.badge-verde-700.icono-sin-martillero {
  background-image: url("/images/icono-subasta-sin-martillero.svg");
  background-position: 7px center;
  background-repeat: no-repeat;
}

.badge-grey {
  background-color: #707070;
}

.badge-gris-200 {
  background-color: #eee;
}

.badge-otras {
  background-color: #bbb;
}

.Venta {
  background-color: #FF4D4D;
}

.Alquiler {
  background: #52E5BA;
}

#contact-form.modal.show {
  padding-right: 0 !important;
  display: flex !important;
  justify-content: center;
}

#contact-form.modal .modal-content {
  max-width: 930px;
  border-radius: 0.6rem;
}

#contact-form.modal .modal-content .imagen {
  border-radius: 0.6rem;
}

#contact-form.modal .modal-content .form-row {
  padding-top: 0 !important;
}

#contact-form button.close {
  background-color: #F6F8F9 !important;
  opacity: 1;
  top: 15px;
  right: 15px;
  z-index: 1050;
  width: 35px;
  height: 35px;
  border: none;
}

#contact-form button.close:hover {
  opacity: 1;
}

#contact-form button.close:focus {
  outline: none !important;
}

.contact-form .multiple-select-items.dropdown .dropdown-toggle,
.contact-form .dropdown .dropdown-toggle,
.search-form .multiple-select-items.dropdown .dropdown-toggle,
.search-form .dropdown .dropdown-toggle {
  background: transparent;
  color: #202124 !important;
  outline: none !important;
  border: 1px solid #BBB;
  height: 38px;
  line-height: 26px;
}
.contact-form .multiple-select-items.dropdown .dropdown-toggle:focus,
.contact-form .dropdown .dropdown-toggle:focus,
.search-form .multiple-select-items.dropdown .dropdown-toggle:focus,
.search-form .dropdown .dropdown-toggle:focus {
  box-shadow: none;
}
.contact-form .multiple-select-items.dropdown .dropdown-toggle [class*=filter-option],
.contact-form .dropdown .dropdown-toggle [class*=filter-option],
.search-form .multiple-select-items.dropdown .dropdown-toggle [class*=filter-option],
.search-form .dropdown .dropdown-toggle [class*=filter-option] {
  outline: none;
}
.contact-form .multiple-select-items.dropdown.show div.dropdown-menu,
.contact-form .dropdown.show div.dropdown-menu,
.search-form .multiple-select-items.dropdown.show div.dropdown-menu,
.search-form .dropdown.show div.dropdown-menu {
  display: flex;
  flex-direction: column-reverse;
  width: 100%;
}
.contact-form .multiple-select-items.dropdown.show div.dropdown-menu .bs-actionsbox,
.contact-form .dropdown.show div.dropdown-menu .bs-actionsbox,
.search-form .multiple-select-items.dropdown.show div.dropdown-menu .bs-actionsbox,
.search-form .dropdown.show div.dropdown-menu .bs-actionsbox {
  margin-top: 10px;
  padding-left: 15px;
  padding-right: 15px;
}
.contact-form .multiple-select-items.dropdown.show div.dropdown-menu .bs-actionsbox button,
.contact-form .dropdown.show div.dropdown-menu .bs-actionsbox button,
.search-form .multiple-select-items.dropdown.show div.dropdown-menu .bs-actionsbox button,
.search-form .dropdown.show div.dropdown-menu .bs-actionsbox button {
  color: #747474;
  border-width: 1px 0 0 0;
  border-color: #dae0e5;
  border-style: solid;
  background: transparent;
  font-size: 10px;
  padding: 0.7rem 0.5rem 0.2rem 0.5rem;
}
.contact-form .multiple-select-items.dropdown.show div.dropdown-menu .bs-actionsbox button:hover,
.contact-form .dropdown.show div.dropdown-menu .bs-actionsbox button:hover,
.search-form .multiple-select-items.dropdown.show div.dropdown-menu .bs-actionsbox button:hover,
.search-form .dropdown.show div.dropdown-menu .bs-actionsbox button:hover {
  background: transparent;
  color: #375DBF;
}
.contact-form .bootstrap-select .dropdown-menu li.selected,
.search-form .bootstrap-select .dropdown-menu li.selected {
  background-color: #F6F8F9;
}
.contact-form .bootstrap-select .dropdown-menu li a:focus,
.search-form .bootstrap-select .dropdown-menu li a:focus {
  outline: none;
}
.contact-form .bootstrap-select .dropdown-menu li a.selected,
.search-form .bootstrap-select .dropdown-menu li a.selected {
  color: #4D86FF;
}
.contact-form .bootstrap-select.show-tick .dropdown-menu span.check-mark,
.search-form .bootstrap-select.show-tick .dropdown-menu span.check-mark {
  position: absolute;
  display: inline-block;
  font-size: 8px;
  top: 13px;
  padding: 4px;
  width: 16px;
  border-radius: 3px;
  height: 16px;
  border: 1px solid #E0DDDD;
  right: 15px;
}
.contact-form .bootstrap-select.show-tick .dropdown-menu span.check-mark:before,
.search-form .bootstrap-select.show-tick .dropdown-menu span.check-mark:before {
  content: "";
}
.contact-form .bootstrap-select.show-tick .dropdown-menu .selected span.check-mark,
.search-form .bootstrap-select.show-tick .dropdown-menu .selected span.check-mark {
  color: white;
  background: #4D86FF;
  border: 0;
}
.contact-form .bootstrap-select.show-tick .dropdown-menu .selected span.check-mark:before,
.search-form .bootstrap-select.show-tick .dropdown-menu .selected span.check-mark:before {
  content: "\F00C";
}

.cartelera .thumbnail {
  height: auto;
}
.cartelera .articulo-logo {
  left: 23px;
  position: absolute;
  top: 23px;
}
.cartelera .articulo-logo img {
  background-color: #fff;
  border-radius: 3px;
  height: 52px;
  -o-object-fit: contain;
     object-fit: contain;
  padding: 3px;
  width: 96px;
}
.cartelera .card-body .epigrafe {
  color: #747474;
}
.cartelera .card-body .card-title {
  font-family: robotoMedium, sans-serif;
}

@media (max-width: 767px) {
  .cartelera.lotes .item {
    padding-left: 8px;
    padding-right: 8px;
  }
  .cartelera.lotes .thumbnail.lote-card {
    height: 278px !important;
  }
  .cartelera.lotes .thumbnail a {
    display: flex;
  }
  .cartelera.lotes .thumbnail .card-body {
    padding: 10px 9px;
  }
  .cartelera.lotes .thumbnail .img-event .articulo-imagen {
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    width: 100px;
  }
  .cartelera.lotes .thumbnail .img-event .articulo-logo {
    text-align: center;
  }
  .cartelera.lotes .thumbnail .img-event .articulo-logo img {
    height: 45px;
    width: 82px;
  }

  .cartelera-subastas .thumbnail.subasta-card {
    height: 345px !important;
  }
}
@media (min-width: 768px) {
  .cartelera .thumbnail {
    margin-bottom: 28px !important;
  }
  .cartelera .card-body .epigrafe {
    min-height: 15px;
    line-height: 20px;
  }
  .cartelera .card-body .card-title {
    font-size: 20px;
  }
}
.datos-articulo .carousel .img {
  border-radius: 5px !important;
}
.datos-articulo .media .pdf-icon {
  background-size: cover;
  display: inline-block;
  height: 26px;
  text-indent: -99999px;
  width: 26px;
}
.datos-articulo .media:focus {
  outline: none !important;
}
.datos-articulo .popover {
  top: 3px !important;
}
.datos-articulo .popover .popover-body {
  color: #747474;
  padding: 0 8px 3px 8px;
}
.datos-articulo .titulo {
  font-family: robotoMedium, Arial, sans-serif;
  font-size: 25px;
  font-weight: 500;
}
.datos-articulo .subtitulo {
  font-family: robotoRegular, Arial, sans-serif;
  font-size: 15px;
  font-weight: 400;
  color: #747474;
}
.datos-articulo .icono {
  padding-left: 1.3rem;
}
.datos-articulo .boton {
  font-size: 18px;
}
.datos-articulo .far {
  color: #747474;
  font-size: 15px;
}
.datos-articulo .far:before {
  color: #707070;
  font-size: 21px;
  vertical-align: middle;
}
.datos-articulo .logo-organizador {
  background-color: #fff;
  border-radius: 5px;
  width: 97px;
  height: 52px;
  position: absolute;
  top: 16px;
  left: 16px;
  -o-object-fit: contain;
     object-fit: contain;
}
.datos-articulo .foto-articulo {
  border-radius: 5px;
  width: 100%;
  height: 413px;
  -o-object-fit: cover;
     object-fit: cover;
}

@media (max-width: 992px) and (min-width: 768px) {
  .datos-articulo .foto-articulo {
    height: 412px;
  }
}
@media (max-width: 768px) and (min-width: 576px) {
  .datos-articulo .foto-articulo {
    height: 370px;
  }

  .detalle-articulo iframe {
    width: 100%;
  }

  #subastas #list-lote-grid-wrapper .item .card,
#subastas #list-grid-wrapper .item .card {
    height: 345px !important;
  }
}
@media (max-width: 576px) {
  .datos-articulo .foto-articulo {
    height: 200px;
  }
}
.tarjeta {
  background: white;
  border-radius: 6px;
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  overflow: hidden;
  height: 100%;
  display: flex;
  flex-direction: column;
  position: relative;
  top: 0;
  transition: all 0.25s ease-in-out;
  -webkit-transition: all 0.25s ease-in-out;
}
.tarjeta:hover {
  top: -5px;
}
.tarjeta .imagen {
  height: 190px;
}
.tarjeta .imagen img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.tarjeta .descripcion {
  padding: 10px 20px 40px;
  font-size: 13px;
  font-family: robotoRegular, Arial, sans-serif;
  color: black;
  position: relative;
  height: 100%;
}
.tarjeta .descripcion .titulo {
  font-size: 20px;
  font-family: robotoMedium, sans-serif;
  line-height: 24px;
}
.tarjeta .descripcion .titulo a {
  color: black;
}
.tarjeta .descripcion p:last-child {
  position: absolute;
  bottom: 10px;
  margin-bottom: 0;
  color: #747474;
}

.social-media h2 {
  font-family: robotoBold, sans-serif;
  font-size: 35px;
}
.social-media p {
  color: #8099CC;
  font-size: 16px;
  margin-bottom: 0;
}
.social-media a {
  font-size: 25px;
}
.social-media .img-fluid {
  padding-left: 10%;
}

@media (min-width: 768px) {
  .social-media .img-fluid {
    padding-left: 0;
  }
  .social-media h2 {
    font-size: 45px;
    margin-top: 8rem;
  }
}
.fancybox-close-small:focus,
.fancybox-close-small:focus:after {
  outline: none;
}

.fancybox-close-small:after {
  height: 40px;
  width: 40px;
}

.fancybox-close-small:after,
.fancybox-close-small:hover:after {
  content: "";
  top: 20px;
  right: 20px;
  background: url("/images/icono-close-x-gris.svg") #eee no-repeat center center;
  background-size: 13px;
}

.back-button {
  width: 81px;
  height: 34px;
  color: #4D86FF;
  display: inline-flex;
  padding: 12px 16px;
  align-items: center;
  border-radius: 6px;
  font-size: 13px;
  background-color: white;
  font-weight: 500;
  cursor: pointer;
}
.back-button:hover {
  color: black;
}
.back-button:hover .arrow-left {
  filter: brightness(0);
}

.back-next-ghost-button {
  width: 90px;
  height: 34px;
  color: #707070;
  display: inline-flex;
  padding: 12px 16px;
  align-items: center;
  font-size: 13px;
  cursor: pointer;
}
.back-next-ghost-button .arrow-left, .back-next-ghost-button .arrow-right {
  filter: brightness(0.4);
}
.back-next-ghost-button:hover {
  color: black;
}
.back-next-ghost-button:hover .arrow-left, .back-next-ghost-button:hover .arrow-right {
  filter: brightness(0);
}

.back-next-ghost-button.disabled {
  cursor: none;
  pointer-events: none;
}

body > footer a:hover {
  color: #375DBF !important;
}
body > footer .footer-cr {
  line-height: 18px;
}

body > footer .footer-content input {
  padding-left: 15px;
  width: 217px;
  height: 41px;
  border: 0;
  border-radius: 3px;
}
body > footer .footer-content .btn {
  widows: 114px;
  height: 41px;
  background: #000;
  color: #fff;
}

@media (max-width: 768px) {
  body > footer .footer-content .footer-head {
    text-align: center;
  }
  body > footer .footer-content .logo {
    max-width: 149px;
  }
  body > footer .footer-content .social-links {
    text-align: center !important;
  }
  body > footer .certificados {
    width: 100%;
    justify-content: center;
  }
  body > footer .certificados .dnpdp {
    width: 58px !important;
    height: 27px !important;
  }
  body > footer .certificados .cace {
    width: 48px !important;
    height: 23px !important;
  }
  body > footer .certificados .gsecure {
    width: 66px !important;
    height: 23px !important;
  }
  body > footer .certificados .cucicba {
    width: 42px !important;
    height: 29px !important;
  }
  body > footer .certificados .gptw {
    width: 29px !important;
    height: 44px !important;
  }
  body > footer .certificados .iso_27001 {
    width: 72px !important;
    height: 56px !important;
  }
  body > footer .certificados .iso_9001 {
    width: 72px !important;
    height: 56px !important;
  }
  body > footer .certificados .data-fiscal {
    width: 32px !important;
    height: 44px !important;
  }
  body > footer .align-content-center {
    align-content: initial !important;
  }
  body > footer .footer-content input {
    width: 220px;
  }
  body > footer .footer-content button {
    float: right;
  }
}
@media (max-width: 1199px) {
  body > footer .footer-content input {
    width: 459px;
  }
}
@media (max-width: 768px) {
  body > footer .footer-content input {
    width: 220px;
  }
}
body .opened-menu {
  height: 100vh;
  height: -webkit-fill-available;
  overflow: hidden;
}

header {
  background: white;
}
header .top_nav {
  border-bottom: 1px solid #EEEEEE;
}
header .top_nav .nav-link {
  color: #747474;
  font-family: robotoRegular;
  font-size: 13px;
  padding: 5px 0;
  margin: 0 10px;
}
header .top_nav .nav-link:hover, header .top_nav .nav-link.active {
  color: #375DBF;
}
header .top_nav .nav-link.tel-header {
  position: relative;
  margin-left: 0;
  padding-left: 20px;
}
header .top_nav .nav-link.tel-header:before {
  display: block;
  position: absolute;
  top: 8px;
  left: 0;
  content: "";
  height: 15px;
  width: 13px;
  background: url("/images/header_icono_telefono.svg") no-repeat 0 0;
  background-size: 13px;
}
header .top_nav .nav-link.tel-header:hover:before {
  filter: invert(28%) sepia(31%) saturate(2447%) hue-rotate(194deg) brightness(89%) contrast(85%);
}
header .main_nav {
  border-bottom: 1px solid #EEEEEE;
}
header .main_nav .logo-nav-header {
  width: 150px;
}
header .main_nav .nav-item .nav-link {
  color: black;
  font-family: robotoMedium, Arial, sans-serif;
  font-weight: 600;
  font-size: 14px;
  padding: 0;
  margin: 0 10px;
  line-height: 40px;
}
header .main_nav .nav-item .nav-link[aria-expanded=true], header .main_nav .nav-item .nav-link:hover, header .main_nav .nav-item .nav-link.active {
  color: #375DBF;
}
header .main_nav .nav-item .nav-link.favoritos-header {
  position: relative;
  padding-left: 20px;
}
header .main_nav .nav-item .nav-link.favoritos-header span {
  display: none;
}
header .main_nav .nav-item .nav-link.favoritos-header:before {
  display: block;
  position: absolute;
  top: 14px;
  left: 0;
  content: "";
  height: 17px;
  width: 17px;
  background-repeat: no-repeat;
  background-size: contain;
}
header .main_nav .nav-item .nav-link.favoritos-header:hover:before, header .main_nav .nav-item .nav-link.favoritos-header.active:before {
  filter: invert(28%) sepia(31%) saturate(2447%) hue-rotate(194deg) brightness(89%) contrast(85%);
}
header .main_nav .nav-item .nav-link.favoritos-header:before {
  background-image: url("/images/icono-corazon-negro-2025.svg");
  filter: brightness(0) saturate(100%) invert(25%) sepia(96%) saturate(1485%) hue-rotate(211deg) brightness(92%) contrast(80%);
}
header .main_nav .nav-item .nav-link.fa-whatsapp:before {
  font-family: "Font Awesome 5 Brands";
  font-size: 20px;
  font-weight: normal;
  vertical-align: middle;
  padding-right: 5px;
}
header .main_nav .nav-item .btn {
  white-space: nowrap;
  font-family: robotoMedium, Arial, sans-serif;
  font-size: 11px;
  font-weight: 600;
  padding: 10px;
  margin: 0;
}
header .main_nav .nav-item .btn .fa,
header .main_nav .nav-item .btn .fab {
  position: relative;
  width: 25px;
  font-size: 20px;
}
header .main_nav .nav-item .btn .fa:before,
header .main_nav .nav-item .btn .fab:before {
  position: absolute;
  left: 0px;
  top: -13px;
}
header .main_nav .nav-item .btn.btn-azul {
  color: #375DBF;
  border: 1px solid #375DBF;
}
header .main_nav .nav-item .btn.btn-azul:hover {
  color: #fff;
  background: #375DBF;
}
header .main_nav .nav-item .btn.btn-verde {
  color: #0CA80C;
  border: 1px solid #0CA80C;
}
header .main_nav .nav-item .btn.btn-verde:hover {
  color: #fff;
  background: #0CA80C;
}
header .main_nav .hamburguesa-inner {
  width: 50px;
  height: 60px;
  display: inline-block;
  margin: 5px 0;
  cursor: pointer;
  padding: 0;
  position: relative;
}
header .main_nav .hamburguesa-inner span {
  height: 4px;
  width: 20px;
  background: #375DBF;
  display: block;
  position: absolute;
  left: 20px;
  border-radius: 3px;
  transform: rotate(0deg);
  transition: all 0.35s ease-in-out;
}
header .main_nav .hamburguesa-inner span:first-child {
  top: 20px;
}
header .main_nav .hamburguesa-inner span:nth-child(2) {
  top: 28px;
}
header .main_nav .hamburguesa-inner span:last-child {
  bottom: 20px;
}
header .main_nav .hamburguesa-inner.is-active span:first-child {
  transform: rotate(45deg);
  top: 28px;
}
header .main_nav .hamburguesa-inner.is-active span:nth-child(2) {
  display: none;
}
header .main_nav .hamburguesa-inner.is-active span:last-child {
  transform: rotate(-45deg);
  bottom: 28px;
}

@media (max-width: 575px) {
  header .main_nav {
    padding: 3px 0;
  }
  header .main_nav .container {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (min-width: 576px) {
  .logo-nav-header {
    width: 205px !important;
  }
}
@media (min-width: 1200px) {
  header .main_nav {
    padding: 9px 0;
  }
  header .main_nav .logo-nav-header {
    width: 166px !important;
  }
}
#mobile_nav {
  display: none;
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
  width: 100%;
  max-height: calc(100% - 77px);
  overflow-y: scroll;
  overflow-x: hidden;
  position: fixed;
  top: 70px;
  z-index: 10000;
  border: 1px solid white;
  padding: 0 15px;
  background: white;
  border-radius: 3px;
  box-shadow: 0px 10px 25px -10px rgba(0, 0, 0, 0.22) !important;
}
#mobile_nav > ul > li {
  border-top: 1px solid #F6F8F9;
}
#mobile_nav > ul > li:first-child {
  border-top: none;
}
#mobile_nav > ul > li > a[data-toggle=collapse]:after {
  top: 27px !important;
}
#mobile_nav a {
  color: black;
}
#mobile_nav a[aria-expanded=true], #mobile_nav a.activo {
  color: #375DBF;
}
#mobile_nav a[aria-expanded=true] + nav {
  border-top: 1px solid #F6F8F9;
}
#mobile_nav ul li a {
  display: block;
  font-family: robotoBold, Arial, sans-serif;
  font-weight: 600;
  padding: 20px 0;
  font-size: 13px;
  position: relative;
}
#mobile_nav ul li a[data-toggle=collapse]:after {
  content: "";
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="10" height="6" viewBox="0 0 10 6"><path id="dropdown" d="M5,6a.908.908,0,0,1-.7-.3l-4-4A.967.967,0,0,1,.3.3.967.967,0,0,1,1.7.3L5,3.6,8.3.3A.967.967,0,0,1,9.7.3a.967.967,0,0,1,0,1.4l-4,4A.908.908,0,0,1,5,6Z" fill="%23000000"/></svg>');
  background-repeat: no-repeat;
  display: inline-block;
  width: 10px;
  height: 10px;
  top: 19px;
  position: absolute;
  right: 0;
  border: none;
}
#mobile_nav ul li a[data-toggle=collapse][aria-expanded=true]:after {
  background: url("/images/dropdown_opened.svg") no-repeat;
}
#mobile_nav nav ul {
  margin: 0 15px;
}
#mobile_nav nav ul a {
  display: block;
  font-family: robotoRegular, Arial, sans-serif;
  color: black;
  font-weight: 300;
  padding: 12px 0;
  font-size: 13px;
}

@media (min-width: 576px) {
  #mobile_nav {
    width: 300px;
    margin: 0;
  }
}
.overlay-nav {
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.6);
  width: 100vw;
  height: 100vh;
  z-index: 99;
  display: none;
}

.opened-menu {
  height: 100vh;
  overflow: hidden;
}
.opened-menu #mobile_nav {
  display: block;
  opacity: 1;
}

header .dropdown .dropdown-toggle {
  font-size: 13px;
  color: #747474;
  font-family: robotoBold, Arial, sans-serif;
  outline: none;
}
header .dropdown .dropdown-toggle:hover::after, header .dropdown .dropdown-toggle.active::after {
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="10" height="6" viewBox="0 0 10 6"><path id="dropdown" d="M5,6a.908.908,0,0,1-.7-.3l-4-4A.967.967,0,0,1,.3.3.967.967,0,0,1,1.7.3L5,3.6,8.3.3A.967.967,0,0,1,9.7.3a.967.967,0,0,1,0,1.4l-4,4A.908.908,0,0,1,5,6Z" fill="%23375DBF"/></svg>');
  transition: all 0.2s;
}
header .dropdown .dropdown-toggle:after {
  content: "";
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="10" height="6" viewBox="0 0 10 6"><path id="dropdown" d="M5,6a.908.908,0,0,1-.7-.3l-4-4A.967.967,0,0,1,.3.3.967.967,0,0,1,1.7.3L5,3.6,8.3.3A.967.967,0,0,1,9.7.3a.967.967,0,0,1,0,1.4l-4,4A.908.908,0,0,1,5,6Z" fill="%23000000"/></svg>');
  background-repeat: no-repeat;
  border: none;
  display: inline-block;
  height: 10px;
  left: 2px;
  position: relative;
  top: 7px;
  width: 10px;
}
header .dropdown.show .dropdown-toggle:after {
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="10" height="6" viewBox="0 0 10 6"><path id="dropdown" d="M5,6a.908.908,0,0,1-.7-.3l-4-4A.967.967,0,0,1,.3.3.967.967,0,0,1,1.7.3L5,3.6,8.3.3A.967.967,0,0,1,9.7.3a.967.967,0,0,1,0,1.4l-4,4A.908.908,0,0,1,5,6Z" transform="translate(10 6) rotate(180)" fill="%23375DBF"/></svg>');
  top: 6px;
}
header .dropdown .dropdown-menu {
  margin-top: 7px;
  padding: 0;
  border: 1px solid white;
  box-shadow: 0px 10px 25px -10px rgba(0, 0, 0, 0.22) !important;
  overflow: hidden;
}
header .dropdown .dropdown-item {
  font-size: 13px;
  color: #202124;
  font-family: robotoBold, Arial, sans-serif;
  padding: 0 15px;
  line-height: 40px;
}
header .dropdown .dropdown-item:hover {
  background-color: #F6F8F9;
  color: #375DBF;
}
header .dropdown .dropdown-item.active {
  color: #375DBF;
  background-color: white;
}

.navegacion {
  list-style: none;
  background-color: #375DBF;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0px;
}
.navegacion .collapser {
  display: none;
}
.navegacion .collapsible {
  display: block;
}
.navegacion a,
.navegacion a:hover,
.navegacion a:active {
  font-family: robotoBold, sans-serif;
  font-size: 12px;
  color: #fff;
  text-align: center;
  margin: 0;
  padding: 17px 10px;
  font-weight: normal;
  display: inline-block;
}
.navegacion a.activo,
.navegacion a:hover {
  background: #4D86FF;
}

.dropdown-prefil {
  margin-right: 0;
}

#navbar-perfil {
  right: 24px;
  top: 50px;
  box-shadow: 0px 10px 15px 0 rgba(0, 0, 0, 0.12) !important;
}
#navbar-perfil .nav-item:not(.item-info):hover, #navbar-perfil .nav-item.active {
  background-color: #F6F8F9;
}
#navbar-perfil .nav-item:not(.item-info):hover a, #navbar-perfil .nav-item.active a {
  color: #4D86FF !important;
}
#navbar-perfil .nav-item a {
  display: block;
  line-height: 40px;
  padding: 0 16px;
}

@media (min-width: 576px) {
  #navbar-perfil {
    right: 10px;
  }
}
@media (min-width: 1200px) {
  .dropdown-prefil:after {
    content: "";
    display: inline-block;
    height: 15px;
    width: 10px;
    margin-left: 5px;
    vertical-align: middle;
    background-image: url(/images/flecha_abajo_azul.svg);
    background-repeat: no-repeat;
    background-position: center right;
    transition: transform 0.5s, filter 0.5s, vertical-align 5s;
  }
  .dropdown-prefil[aria-expanded=true]:after {
    transform: translate(-2px, -3px) rotate(-180deg);
  }

  #navbar-perfil {
    right: 10px;
    top: 40px;
  }
}
.sign-out {
  transition: none;
}

.sign-out:before {
  content: url("/images/icono-cerrar-sesion-azul.svg");
  vertical-align: middle;
  margin-right: 5px;
  line-height: 15px;
  font-size: 15px;
  filter: brightness(0) saturate(100%) invert(9%) sepia(4%) saturate(1230%) hue-rotate(187deg) brightness(95%) contrast(90%);
}

.sign-out:hover:before {
  filter: none;
}

.carousel-full-width {
  height: 480px;
  overflow: hidden;
}
.carousel-full-width .owl-carousel .owl-item img.owl-image {
  min-width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  height: 480px;
  width: 100%;
}
.carousel-full-width .owl-theme .owl-dots {
  top: -45px !important;
  margin: 0 !important;
  position: relative !important;
}
.carousel-full-width .owl-carousel div .text-overlay {
  background-color: rgba(0, 0, 0, 0.2);
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: center;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 3;
}
.carousel-full-width .owl-carousel div .text-overlay .item-logo {
  width: 55px;
  height: 55px;
}
.carousel-full-width .owl-carousel div .text-overlay h2 {
  color: #FFF;
  display: flex;
  flex-direction: column;
  font-size: 35px;
  text-align: left;
  width: 90%;
}
.carousel-full-width .owl-carousel div .text-overlay p {
  color: #FFF;
}
.carousel-full-width .owl-carousel div .text-overlay a.btn {
  margin: 0 auto;
  width: -moz-fit-content;
  width: fit-content;
}

@media (min-width: 768px) {
  .carousel-full-width .owl-carousel div .text-overlay .item-logo {
    width: 80px;
    height: 80px;
    margin: 0;
  }
  .carousel-full-width .owl-carousel div .text-overlay h2 {
    font-size: 55px;
    width: 50%;
  }
  .carousel-full-width .owl-carousel div .text-overlay.overlay-left h2, .carousel-full-width .owl-carousel div .text-overlay.overlay-left a.btn {
    margin: 0;
    text-align: left;
  }
  .carousel-full-width .owl-carousel .owl-item img.owl-image {
    width: auto;
  }
}
@media (min-width: 1400px) {
  .carousel-full-width {
    height: auto;
  }
  .carousel-full-width .owl-carousel .owl-item img.owl-image {
    height: 624px;
  }
}
.carousel-760x400 .owl-carousel .owl-item img.owl-image {
  height: 400px;
  min-width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}

.carousel-cards .owl-carousel .owl-stage {
  display: flex;
}
.carousel-cards .owl-carousel .owl-item {
  background-color: #F6F8F9;
  border-radius: 6px;
}
.carousel-cards .owl-carousel .owl-item img.owl-image {
  -o-object-fit: cover;
     object-fit: cover;
  height: 200px;
  width: 305px;
}
.carousel-cards .owl-carousel .owl-item .modalidad-subasta {
  flex-direction: column;
}
.carousel-cards .owl-carousel .owl-item .modalidad-subasta .badge {
  width: -moz-fit-content;
  width: fit-content;
  top: 22px;
  left: 22px;
}
.carousel-cards .owl-carousel .owl-item .owl-item-link {
  display: table-caption;
}
.carousel-cards .owl-carousel .owl-item img.logo-subasta {
  background-color: #fff;
  border-radius: 3px;
  height: 52px;
  -o-object-fit: contain;
     object-fit: contain;
  width: 96px;
}
.carousel-cards .owl-carousel .owl-item .text-overlay {
  position: relative;
  padding: 18px;
}
.carousel-cards .owl-carousel .owl-item .text-overlay h4 {
  color: #747474;
  font-size: 13px;
  height: 30px;
}
.carousel-cards .owl-carousel .owl-item .text-overlay h2 {
  color: #202124;
  display: -webkit-box;
  font-size: 17px;
  font-weight: 500;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  visibility: visible;
  word-wrap: break-word;
}
.carousel-cards .owl-carousel .owl-item .text-overlay .calendario-evento span.date-icon {
  color: #747474;
  font-size: 14px;
}
.carousel-cards .owl-carousel .owl-item .text-overlay .calendario-evento span.date-icon span {
  padding-left: 5px;
}
.carousel-cards .owl-carousel .owl-item .text-overlay .calendario-evento span.date-icon.fa-clock span {
  font-size: 15px;
}
.carousel-cards .owl-carousel .owl-item .text-overlay .calendario-evento span.date-icon:before {
  color: rgba(0, 0, 0, 0.6);
  font-size: 21px;
  padding-right: 8px;
}
.subastas-destacadas .carousel-cards .owl-carousel .owl-item h2 {
  -webkit-line-clamp: 3;
}
.comex-destacados .carousel-cards .owl-carousel .owl-item h2 {
  -webkit-line-clamp: 3;
}
.carousel-cards.blog-carousel .owl-stage-outer {
  padding-top: 5px !important;
}
.carousel-cards.blog-carousel .owl-stage-outer .ho-shadow {
  position: relative;
  transition: margin linear 0.25s;
}
.carousel-cards.blog-carousel .owl-stage-outer .ho-shadow:hover {
  margin-top: -5px;
}
.carousel-cards.blog-carousel .text-overlay {
  background-color: #FFF;
  border-radius: 0 0 6px 6px !important;
}
.carousel-cards.blog-carousel .owl-item-link {
  display: table-caption !important;
  flex-direction: column !important;
}
.carousel-cards.blog-carousel .owl-item-link img.owl-image {
  height: 191px !important;
  width: 255px !important;
  border-radius: 6px 6px 0 0;
}
.carousel-cards.blog-carousel .owl-item-link .blog-title {
  color: #202124 !important;
  font-size: 16px !important;
  height: auto !important;
  overflow: hidden;
}
.carousel-cards.blog-carousel .owl-item-link .blog-date {
  font-size: 13px !important;
}
.carousel-cards.blog-carousel .owl-item-link .blog-date:before {
  font-size: 15px !important;
  padding-right: 5px !important;
}
.carousel-cards.blog-carousel .owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 0;
}

@media (min-width: 576px) {
  .subastas-destacadas .carousel-cards .owl-carousel .owl-item .item {
    max-height: 340px;
    max-width: 720px;
  }
  .subastas-destacadas .carousel-cards .owl-carousel .owl-item img.owl-image {
    height: 340px;
    width: 370px;
  }
  .subastas-destacadas .carousel-cards .owl-carousel .owl-item .modalidad-subasta {
    flex-direction: row;
  }
  .subastas-destacadas .carousel-cards .owl-carousel .owl-item .text-overlay {
    border-radius: 0 6px 6px 0;
    display: flex;
    flex-direction: column;
    padding: 22px;
  }
  .subastas-destacadas .carousel-cards .owl-carousel .owl-item .text-overlay .calendario-evento {
    border-radius: 6px;
  }
  .subastas-destacadas .carousel-cards .owl-carousel .owl-item .text-overlay .calendario-evento span.date-icon:before {
    color: rgba(0, 0, 0, 0.6);
    font-size: 18px;
  }
  .subastas-destacadas .carousel-cards .owl-carousel .owl-item .owl-item-link {
    display: flex;
    flex-direction: row;
  }
  .subastas-destacadas .carousel-cards .text-overlay.overlay-right {
    width: 440px;
  }
  .subastas-destacadas .carousel-cards.blog-carousel h2 {
    font-size: 30px;
  }
  .subastas-destacadas .carousel-cards.blog-carousel .text-overlay.overlay-right {
    width: 255px;
  }
  .subastas-destacadas .carousel-cards.residencias-carousel h2 {
    font-size: 30px;
  }
  .subastas-destacadas .carousel-cards.residencias-carousel .text-overlay.overlay-right {
    width: 255px;
  }
  .subastas-destacadas .subastas-destacadas .carousel-cards h2 {
    height: auto;
  }
}
@media (max-width: 576px) {
  .subastas-destacadas .carousel-cards .owl-carousel .owl-item {
    max-height: 525px !important;
  }
  .subastas-destacadas .carousel-cards img.owl-image {
    height: 240px !important;
  }
  .subastas-destacadas .carousel-cards .text-overlay {
    height: 285px !important;
  }
  .subastas-destacadas .carousel-cards .calendario-evento {
    border-radius: 6px;
  }
  .subastas-destacadas .carousel-cards .calendario-evento span.date-icon:before {
    color: rgba(0, 0, 0, 0.6);
    font-size: 18px !important;
  }
  .subastas-destacadas .carousel-cards .owl-carousel .owl-dots {
    display: none;
  }
}
.owl-theme.theme-shadow .owl-item {
  border-radius: 6px;
}
.owl-theme.theme-shadow .owl-item.center {
  box-shadow: 0px 10px 25px -10px rgba(0, 0, 0, 0.22) !important;
}
.owl-theme.theme-shadow img.owl-image {
  border-radius: 6px 6px 0 0;
}

@media (min-width: 768px) {
  .owl-theme.theme-shadow .owl-stage-outer img.owl-image {
    border-radius: 6px 0 0 6px;
  }

  .subastas-destacadas .carousel-cards .owl-carousel .owl-item img.owl-image {
    width: 380px;
  }
}
.carousel .owl-theme .owl-nav [class*=owl-] {
  background-color: transparent;
}
.carousel .owl-theme .owl-prev, .carousel .owl-theme .owl-next {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-top: 0;
  position: absolute;
  top: -8px;
}
.carousel .owl-theme .owl-nav {
  margin-top: 0;
}
.carousel .owl-theme .owl-prev {
  left: 10px;
}
.carousel .owl-theme .owl-next {
  right: 10px;
}
.carousel.transparent-arrows svg {
  fill: none;
  margin-top: -18px;
  padding: 0;
  stroke-width: 2;
  stroke: currentColor;
  transition: 0.3s ease-in-out;
  width: 0.78em;
}
.carousel.transparent-arrows svg:hover {
  color: #4D86FF;
}
.carousel.circle-arrows .owl-nav [class*=owl-] {
  margin: 0;
  padding: 0;
}
.carousel.circle-arrows .owl-nav [class*=owl-].disabled {
  display: none;
}
.carousel.circle-arrows.hover-arrows .owl-nav {
  display: none;
}
.carousel.circle-arrows.hover-arrows:hover .owl-nav {
  display: none;
}
.carousel.circle-arrows .owl-prev {
  left: -60px;
  transform: scaleX(-1);
}
.articulos-destacados .carousel.circle-arrows .owl-prev {
  left: 10px;
}
.carousel.circle-arrows .owl-next {
  right: -60px;
}
.articulos-destacados .carousel.circle-arrows .owl-next {
  right: 10px;
}
.carousel.no-navs .owl-nav {
  display: none !important;
}

@media (min-width: 768px) {
  .carousel.circle-arrows.hover-arrows:hover .owl-nav {
    display: block;
  }
}
.carousel.outer-dots .owl-stage-outer {
  padding: 0 0 25px 0;
}
.articulos-destacados .carousel.outer-dots .owl-stage-outer {
  padding-bottom: 24px;
}
.carousel.bg-transparent-dot .owl-dot span {
  border: 1px solid #fff;
  background-color: transparent;
  margin: 5px 3px;
}
.carousel.bg-transparent-dot .owl-dot.active span, .carousel.bg-transparent-dot .owl-dot:hover span {
  background-color: #fff;
}
.carousel.bg-transparent-dot.grey-dots .owl-dot span {
  border: 1px solid #bbb;
}
.carousel.bg-transparent-dot.grey-dots .owl-dot.active span, .carousel.bg-transparent-dot.grey-dots .owl-dot:hover span {
  background-color: #bbb;
}
.carousel.no-dots .owl-dots {
  display: none;
}

.slick-slide:focus {
  outline: none;
}

.slick-disabled {
  display: none !important;
}

.slick-prev,
.slick-next {
  position: absolute;
  top: 45%;
  outline: none !important;
  border: none;
  cursor: pointer;
}
.slick-prev svg,
.slick-next svg {
  fill: none;
  padding: 0;
  transition: 0.3s ease-in-out;
  stroke: currentColor;
  stroke-width: 2;
  width: 0.78em;
}
.slick-prev svg path,
.slick-next svg path {
  color: #747474;
}
.slick-prev:hover svg path,
.slick-next:hover svg path {
  color: #4D86FF;
}

.slick-prev {
  left: -40px;
}

.slick-next {
  right: -40px;
  transform: scaleX(-1);
}

.clientes h2,
.alianzas h2 {
  font-family: robotoBold, sans-serif;
}

.slider-clientes img,
.slider-alianzas img {
  display: block;
  height: 60px;
}
.slider-clientes .slide-item:last-child,
.slider-alianzas .slide-item:last-child {
  margin-bottom: 0;
}

.slider-clientes .slide-item {
  margin-bottom: 60px;
}
.slider-clientes img {
  max-width: 120px;
  -o-object-fit: contain;
     object-fit: contain;
}

.slider-alianzas {
  display: flex;
  flex-direction: column;
}
.slider-alianzas .slide-item {
  display: flex;
}
.slider-alianzas .slide-item:first-child {
  justify-content: start;
}
.slider-alianzas .slide-item:first-child img {
  margin: 0 auto 0 0;
}
.slider-alianzas .slide-item:last-child {
  justify-content: end;
}
.slider-alianzas .slide-item:last-child img {
  margin: 0 0 0 auto;
}
.slider-alianzas img {
  max-width: 160px;
  -o-object-fit: scale-down;
     object-fit: scale-down;
}

@media (min-width: 768px) {
  .clientes h2,
.alianzas h2 {
    margin-top: 8rem;
  }

  .slider-alianzas img {
    max-width: 120px;
  }
}
@media (min-width: 992px) {
  .slider-alianzas {
    justify-content: center;
  }
  .slider-alianzas img {
    max-width: 200px;
  }
}
.categorias .carousel-typos .owl-stage-outer {
  height: 190px !important;
  padding-top: 30px;
}
.categorias .carousel-typos .owl-stage-outer a {
  content: "";
  color: #202124;
  background-repeat: no-repeat;
  background-position: center center;
  height: 100px;
  width: 100px;
  border-radius: 100%;
  transition: box-shadow 0.3s;
}
.categorias .carousel-typos .owl-stage-outer a.automoviles {
  background-image: url("/images/tipificados/automoviles.png");
  background-size: 101%;
  background-position: center 11px;
}
.categorias .carousel-typos .owl-stage-outer a.autoelevadores {
  background-image: url("/images/tipificados/autoelevadores.png");
  background-size: 85%;
}
.categorias .carousel-typos .owl-stage-outer a.estanterias {
  background-image: url("/images/tipificados/estanterias.png");
  background-size: 60%;
}
.categorias .carousel-typos .owl-stage-outer a.camiones {
  background-image: url("/images/tipificados/camiones.png");
  background-size: 100%;
}
.categorias .carousel-typos .owl-stage-outer a.excavadoras {
  background-image: url("/images/tipificados/excavadoras.png");
  background-size: 90%;
}
.categorias .carousel-typos .owl-stage-outer a.grupos-electrogenos {
  background-image: url("/images/tipificados/electrogenos.png");
  background-size: 90%;
}
.categorias .carousel-typos .owl-stage-outer a.herramientas {
  background-image: url("/images/tipificados/herramientas.png");
  background-size: 80%;
}
.categorias .carousel-typos .owl-stage-outer a.muebles-de-oficina {
  background-image: url("/images/tipificados/muebles.png");
  background-size: 75%;
}
.categorias .carousel-typos .owl-stage-outer a.palas-cargadoras {
  background-image: url("/images/tipificados/cargadoras.png");
  background-size: 100%;
}
.categorias .carousel-typos .owl-stage-outer a.pick-ups {
  background-image: url("/images/tipificados/pickups.png");
  background-size: 85%;
}
.categorias .carousel-typos .owl-stage-outer a.semirremolques {
  background-image: url("/images/tipificados/semiremolques.png");
  background-size: 85%;
}
.categorias .carousel-typos .owl-stage-outer a.tornos {
  background-image: url("/images/tipificados/tornos.png");
  background-size: 75%;
}
.categorias .carousel-typos .owl-stage-outer a.utilitarios {
  background-image: url("/images/tipificados/utilitarios.png");
  background-size: 90%;
}
.categorias .carousel-typos .owl-stage-outer a:before {
  content: "";
  position: absolute;
  top: 0;
  height: 100px;
  border-radius: 100%;
  background: #FFF;
  width: 100px;
  z-index: -1;
}
.categorias .carousel-typos .owl-stage-outer a.selected:before {
  background-color: #eee;
}
.categorias .carousel-typos .owl-stage-outer a.selected:hover:before {
  box-shadow: none !important;
}
.categorias .carousel-typos .owl-stage-outer a:hover {
  box-shadow: 0 5px 25px -10px rgba(0, 0, 0, 0.22) !important;
}
.categorias .carousel-typos .owl-stage-outer a:hover span {
  font-family: robotoBold, sans-serif !important;
}
.categorias .carousel-typos .owl-stage-outer a span {
  padding-top: 112px;
}
.categorias .carousel-typos .owl-nav .owl-next, .categorias .carousel-typos .owl-nav .owl-prev {
  background: transparent;
  align-items: center;
  width: 60px;
}
.categorias .carousel-typos .owl-nav .owl-prev img, .categorias .carousel-typos .owl-nav .owl-next img {
  transition: box-shadow 0.3s;
  width: 90%;
  border-radius: 50%;
}
.categorias .carousel-typos .owl-nav .owl-prev img:hover, .categorias .carousel-typos .owl-nav .owl-next img:hover {
  box-shadow: 1px 1px 7px 1px rgba(0, 0, 0, 0.32);
}

@media (max-width: 576px) {
  .categorias .carousel-typos .owl-stage-outer,
.categorias-md .carousel-typos .owl-stage-outer {
    height: 150px !important;
    padding-bottom: 0px !important;
  }
  .categorias .carousel-typos .owl-stage-outer a,
.categorias-md .carousel-typos .owl-stage-outer a {
    height: 78px;
    width: 77px;
  }
  .categorias .carousel-typos .owl-stage-outer a:before,
.categorias-md .carousel-typos .owl-stage-outer a:before {
    height: 78px;
    width: 77px;
  }
  .categorias .carousel-typos .owl-stage-outer a span,
.categorias-md .carousel-typos .owl-stage-outer a span {
    padding-top: 80px;
  }
  .categorias .carousel-typos .owl-stage-outer a.automoviles,
.categorias-md .carousel-typos .owl-stage-outer a.automoviles {
    background-image: url("/images/tipificados/automoviles2x.png");
    background-size: 105%;
  }
  .categorias .carousel-typos .owl-stage-outer a.autoelevadores,
.categorias-md .carousel-typos .owl-stage-outer a.autoelevadores {
    background-image: url("/images/tipificados/autoelevadores2x.png");
    background-size: 85%;
  }
  .categorias .carousel-typos .owl-stage-outer a.estanterias,
.categorias-md .carousel-typos .owl-stage-outer a.estanterias {
    background-image: url("/images/tipificados/estanterias2x.png");
    background-size: 70%;
  }
  .categorias .carousel-typos .owl-stage-outer a.camiones,
.categorias-md .carousel-typos .owl-stage-outer a.camiones {
    background-image: url("/images/tipificados/camiones2x.png");
    background-size: 100%;
  }
  .categorias .carousel-typos .owl-stage-outer a.excavadoras,
.categorias-md .carousel-typos .owl-stage-outer a.excavadoras {
    background-image: url("/images/tipificados/excavadoras2x.png");
    background-size: 100%;
  }
  .categorias .carousel-typos .owl-stage-outer a.grupos-electrogenos,
.categorias-md .carousel-typos .owl-stage-outer a.grupos-electrogenos {
    background-image: url("/images/tipificados/electrogenos2x.png");
    background-size: 90%;
  }
  .categorias .carousel-typos .owl-stage-outer a.herramientas,
.categorias-md .carousel-typos .owl-stage-outer a.herramientas {
    background-image: url("/images/tipificados/herramientas2x.png");
    background-size: 80%;
  }
  .categorias .carousel-typos .owl-stage-outer a.muebles-de-oficina,
.categorias-md .carousel-typos .owl-stage-outer a.muebles-de-oficina {
    background-image: url("/images/tipificados/muebles2x.png");
    background-size: 80%;
  }
  .categorias .carousel-typos .owl-stage-outer a.palas-cargadoras,
.categorias-md .carousel-typos .owl-stage-outer a.palas-cargadoras {
    background-image: url("/images/tipificados/cargadoras2x.png");
    background-size: 100%;
  }
  .categorias .carousel-typos .owl-stage-outer a.pick-ups,
.categorias-md .carousel-typos .owl-stage-outer a.pick-ups {
    background-image: url("/images/tipificados/pickups2x.png");
    background-size: 102%;
  }
  .categorias .carousel-typos .owl-stage-outer a.semirremolques,
.categorias-md .carousel-typos .owl-stage-outer a.semirremolques {
    background-image: url("/images/tipificados/semiremolques2x.png");
    background-size: 100%;
  }
  .categorias .carousel-typos .owl-stage-outer a.tornos,
.categorias-md .carousel-typos .owl-stage-outer a.tornos {
    background-image: url("/images/tipificados/tornos2x.png");
    background-size: 78%;
  }
  .categorias .carousel-typos .owl-stage-outer a.utilitarios,
.categorias-md .carousel-typos .owl-stage-outer a.utilitarios {
    background-image: url("/images/tipificados/utilitarios2x.png");
    background-size: 100%;
  }
}
.blog h2 {
  font-size: 25px;
}

@media (min-width: 768px) {
  .blog h2 {
    font-size: 30px !important;
  }
}
.comunicacion h2 {
  font-size: 25px;
}

@media (min-width: 768px) {
  .comunicacion h2 {
    font-size: 30px;
  }
}
.anunciantes h2 {
  font-size: 16px;
}
.anunciantes .owl-dots {
  margin-top: 0 !important;
}

@media (min-width: 768px) {
  .anunciantes h2 {
    font-size: 30px;
  }
}
.inmobiliaria-carousel .text-overlay h4 {
  height: auto !important;
}
.inmobiliaria-carousel .text-overlay h2 {
  height: 70px;
}
.inmobiliaria-carousel [class*=-icon] {
  background-size: contain;
  height: 21px;
}
.inmobiliaria-carousel .card-info {
  font-size: 16px;
  padding-left: 25px;
  line-height: 28px;
}

@media (min-width: 768px) {
  .inmobiliaria-carousel .text-overlay h2 {
    height: 90px;
  }
  .inmobiliaria-carousel .card-info {
    font-size: 20px;
    height: 28px;
    line-height: 35px;
    padding-left: 35px;
  }
}
.categorias-comex .ex--center-mode {
  margin: auto;
}
.categorias-comex .vueperslides--fixed-height {
  height: 190px !important;
}
.categorias-comex .vueperslides__track {
  padding-top: 30px;
}
.categorias-comex a {
  content: "";
  color: #202124;
  height: 100px;
  width: 100px;
  background-repeat: no-repeat;
  background-size: 55%;
  background-position: center center;
}
.categorias-comex a:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100px;
  border-radius: 100%;
  background: #FFF;
  width: 100px;
  z-index: -1;
}
.categorias-comex a.selected:before {
  background-color: #eee;
}
.categorias-comex a.selected:hover:before {
  box-shadow: none !important;
}
.categorias-comex a span {
  padding-top: 112px;
}
.categorias-comex a.automoviles {
  background-image: url("/images/tipificados/automoviles.svg");
  background-size: 100%;
}

@media (min-width: 768px) {
  .categorias-comex {
    max-width: 100%;
    margin: 0 auto;
  }
  .categorias-comex .ex--center-mode {
    width: 1074px;
    max-width: 1074px;
  }
  .categorias-comex.vueperslide-comex .ex--center-mode {
    width: 826px;
    max-width: 826px;
  }
  .categorias-comex .vueperslides--fixed-height {
    height: 226px !important;
  }
  .categorias-comex .vueperslides__track {
    padding-top: 20px;
    padding-left: 20px;
  }
  .categorias-comex a,
.categorias-comex a:before,
.categorias-comex a:after {
    height: 144px;
    width: 144px;
  }
  .categorias-comex a {
    position: relative;
    background-size: 55%;
  }
  .categorias-comex a:before {
    transition: box-shadow 0.5s, background-color 0.5s;
  }
  .categorias-comex a span {
    padding-top: 155px;
  }
  .categorias-comex a span:after {
    content: "";
    background-color: #fff;
    opacity: 0;
    transition: opacity 0.5s;
  }
  .categorias-comex a:hover:before {
    box-shadow: 0px 5px 25px -10px rgba(0, 0, 0, 0.22) !important;
    border-radius: 100%;
  }
  .categorias-comex a.selected span:after {
    content: "\D7";
    background-color: #eee;
    border-radius: 100px;
    color: #747474;
    display: inline-block;
    font-family: "Open Sans";
    font-size: 25px;
    font-weight: 100;
    text-align: center;
    position: absolute;
    top: -15px;
    right: -15px;
    z-index: 4;
    width: 35px;
    height: 35px;
    opacity: 1;
  }
  .categorias-comex a.agroindustria {
    background-size: 87px 71px;
  }
  .categorias-comex a.mineria {
    background-size: 88px 74px;
  }
  .categorias-comex a.otras {
    background-size: 64px 80px;
  }
  .categorias-comex a.emprendimientos-turisticos {
    background-size: 58px 56px;
  }
  .categorias-comex a.empresas-operativas {
    background-size: 88px 53px;
  }
  .categorias-comex a.alimentaria {
    background-size: 32px 80px;
  }
  .categorias-comex .vueperslides .vueperslides__arrows .vueperslides__arrow {
    display: block;
    opacity: 1;
    outline: none !important;
    top: 42% !important;
  }
  .categorias-comex .vueperslides .vueperslides__arrows .vueperslides__arrow img {
    width: 12px;
    height: 21px;
    filter: brightness(0) saturate(100%) invert(43%) sepia(78%) saturate(0%) hue-rotate(213deg) brightness(89%) contrast(85%);
  }
  .categorias-comex .vueperslides .vueperslides__arrows .vueperslides__arrow.vueperslides__arrow--prev {
    left: -18px;
  }
  .categorias-comex .vueperslides .vueperslides__arrows .vueperslides__arrow.vueperslides__arrow--next {
    right: -20px;
  }
}
.slider-lotes .ex--center-mode {
  margin: auto;
}
.slider-lotes .vueperslides--fixed-height {
  height: 190px !important;
}
.slider-lotes .vueperslides__track {
  padding-top: 30px;
}
.slider-lotes a {
  content: "";
  color: #202124;
  height: 100px;
  width: 100px;
  background-repeat: no-repeat;
  background-size: 55%;
  background-position: center center;
}
.slider-lotes a:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100px;
  border-radius: 100%;
  background: #FFF;
  width: 100px;
  z-index: -1;
}
.slider-lotes a.selected:before {
  background-color: #eee;
}
.slider-lotes a.selected:hover:before {
  box-shadow: none !important;
}
.slider-lotes a span {
  padding-top: 112px;
}
.slider-lotes a.automoviles {
  background-image: url("/images/tipificados/automoviles.svg");
  background-size: 100%;
}
.slider-lotes .vueperslides {
  padding: 0 15px 0 4px;
}
.slider-lotes .vueperslides .vueperslides__arrows .vueperslides__arrow {
  display: block;
  opacity: 1;
  outline: none !important;
  top: 45% !important;
}
.slider-lotes .vueperslides .vueperslides__arrows .vueperslides__arrow img {
  width: 12px;
  height: 21px;
  filter: brightness(0) saturate(100%) invert(43%) sepia(78%) saturate(0%) hue-rotate(213deg) brightness(89%) contrast(85%);
}
.slider-lotes .vueperslides .vueperslides__arrows .vueperslides__arrow.vueperslides__arrow--prev {
  left: -6px;
}
.slider-lotes .vueperslides .vueperslides__arrows .vueperslides__arrow.vueperslides__arrow--next {
  right: -16px;
}

@media (min-width: 768px) {
  .slider-lotes {
    max-width: 100%;
    margin: 0 auto;
  }
  .slider-lotes .ex--center-mode {
    width: 1074px;
    max-width: 1074px;
  }
  .slider-lotes.vueperslide-comex .ex--center-mode {
    width: 826px;
    max-width: 826px;
  }
  .slider-lotes .vueperslides--fixed-height {
    height: 226px !important;
  }
  .slider-lotes .vueperslides__track {
    padding-top: 20px;
    padding-left: 20px;
  }
  .slider-lotes a,
.slider-lotes a:before,
.slider-lotes a:after {
    height: 144px;
    width: 144px;
  }
  .slider-lotes a {
    position: relative;
    background-size: 55%;
  }
  .slider-lotes a:before {
    transition: box-shadow 0.5s, background-color 0.5s;
  }
  .slider-lotes a span {
    padding-top: 155px;
  }
  .slider-lotes a span:after {
    content: "";
    background-color: #fff;
    opacity: 0;
    transition: opacity 0.5s;
  }
  .slider-lotes a:hover:before {
    box-shadow: 0px 5px 25px -10px rgba(0, 0, 0, 0.22) !important;
    border-radius: 100%;
  }
  .slider-lotes a.selected span:after {
    content: "\D7";
    background-color: #eee;
    border-radius: 100px;
    color: #747474;
    display: inline-block;
    font-family: "Open Sans";
    font-size: 25px;
    font-weight: 100;
    text-align: center;
    position: absolute;
    top: -15px;
    right: -15px;
    z-index: 4;
    width: 35px;
    height: 35px;
    opacity: 1;
  }
}
#carteleraTab .nav-item {
  width: 47%;
}
#carteleraTab button {
  background-color: #eee;
}
#carteleraTab button:hover {
  background-color: #e0dddd;
}
#carteleraTab button.active, #carteleraTab button.active:hover {
  color: #4D86FF;
  background-color: #FFF;
}

.filtros-subasta .dropdown-toggle {
  color: #000;
  width: 100%;
  background-color: #eee;
  display: inline-block;
  padding: 8px 20px;
  border-radius: 6px;
}
.filtros-subasta .show .dropdown-toggle {
  background-color: #FFF;
  border-radius: 6px 6px 0 0;
}
.filtros-subasta .show .dropdown-menu {
  border-radius: 0 0 6px 6px;
  box-shadow: 0px 10px 25px -10px rgba(0, 0, 0, 0.22) !important;
}

.filtros-radio-button .dropdown .dropdown-toggle:after {
  position: absolute !important;
  left: inherit;
  right: 20px !important;
  top: 48% !important;
  display: inline-block;
}
.filtros-radio-button .dropdown-menu {
  transform: none !important;
  right: 0 !important;
  top: 40px !important;
  float: none;
  z-index: 1021;
  margin-top: 0 !important;
}
.filtros-radio-button .dropdown-menu .dropdown-item {
  line-height: inherit;
}
.filtros-radio-button .dropdown-menu .dropdown-item .custom-control .custom-control-label {
  line-height: 16px;
  color: #202124;
}
.filtros-radio-button .dropdown-menu .dropdown-item .custom-control input:checked + .custom-control-label {
  color: #4D86FF !important;
}

#category-search-filter h2 .filter-icon {
  height: 22px;
  position: relative;
  bottom: 2px;
}
#category-search-filter .card,
#category-search-filter .card-header,
#category-search-filter .card-body {
  border: 0;
}
#category-search-filter .filter-group {
  padding-left: 0;
  padding-right: 0;
}
#category-search-filter .category-list {
  border-radius: 0;
}
#category-search-filter .category-list > * {
  font-size: 13px;
}
#category-search-filter .category-list .card-header {
  color: #202124;
}
#category-search-filter .category-list .card-body {
  padding: 0;
}
#category-search-filter .custom-control.custom-checkbox .custom-control-label:before, #category-search-filter .custom-control.custom-checkbox .custom-control-label:after {
  top: 6px !important;
}
#category-search-filter .custom-control.custom-radio .custom-control-label:before, #category-search-filter .custom-control.custom-radio .custom-control-label:after {
  top: 2px !important;
}

@media (max-width: 575.98px) {
  #carteleraTab.nav {
    flex-direction: row !important;
  }

  #category-search-filter #filter-title h2 {
    width: auto !important;
  }
}
@media (min-width: 575.98px) and (max-width: 768px) {
  #carteleraTab.nav {
    flex-direction: column !important;
  }
  #carteleraTab.nav .nav-item {
    width: 100% !important;
  }
  #carteleraTab.nav .nav-item:first-child {
    margin-bottom: 10px;
  }
}
@media (max-width: 991px) {
  #category-search-filter #filter-title {
    padding: 0;
  }
  #category-search-filter #filter-title h2 {
    display: flex;
    align-items: center;
    padding: 8px 20px;
    border-radius: 6px 6px 0 0;
    background-color: #FFF !important;
    height: 70px;
  }
  #category-search-filter #filter-title h2:after {
    content: "";
    background: url("/images/dropdown_opened.svg") no-repeat;
    display: inline-block;
    width: 10px;
    height: 10px;
    position: absolute !important;
    left: inherit;
    right: 20px !important;
    top: 48% !important;
  }
  #category-search-filter #filter-title h2.collapsed {
    border-radius: 6px;
  }
  #category-search-filter #filter-title h2.collapsed:after {
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="10" height="6" viewBox="0 0 10 6"><path id="dropdown" d="M5,6a.908.908,0,0,1-.7-.3l-4-4A.967.967,0,0,1,.3.3.967.967,0,0,1,1.7.3L5,3.6,8.3.3A.967.967,0,0,1,9.7.3a.967.967,0,0,1,0,1.4l-4,4A.908.908,0,0,1,5,6Z" fill="%23747474"/></svg>');
    background-repeat: no-repeat;
  }
  #category-search-filter #filter-title h2 .filter-icon {
    bottom: 0px;
    margin-right: 7px;
  }
  #category-search-filter .filter-group {
    background-color: #FFF;
    border-radius: 5px;
    position: absolute;
    width: 100%;
    z-index: 1020;
    top: 70px;
    left: 0;
  }
  #category-search-filter .filter-group .card-header {
    background-color: #FFF;
    font-weight: bold;
  }
  #category-search-filter .filter-group .reset-filter {
    display: none;
  }
  #category-search-filter .filter-group.show .reset-filter {
    display: block;
    border-top: 1px solid #E0DDDD;
    margin: 0 18px;
  }
  #category-search-filter .filter-group.show .reset-filter .fa-trash-alt {
    font-size: 11px;
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }
  #category-search-filter .filter-group.show .reset-filter .fa-trash-alt:before {
    color: #4D86FF !important;
    font-size: 13px;
    margin-right: 5px;
    vertical-align: bottom;
  }
  #category-search-filter .category-list {
    border-radius: 0 0 5px 5px !important;
  }
  #category-search-filter .category-list .card-header {
    position: relative;
  }
  #category-search-filter .category-list .card-header:after {
    content: "";
    background: url("/images/dropdown_opened.svg") no-repeat;
    display: inline-block;
    width: 10px;
    height: 10px;
    top: 48%;
    position: absolute;
    right: 20px;
  }
  #category-search-filter .category-list .card-header.collapsed:after {
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="10" height="6" viewBox="0 0 10 6"><path id="dropdown" d="M5,6a.908.908,0,0,1-.7-.3l-4-4A.967.967,0,0,1,.3.3.967.967,0,0,1,1.7.3L5,3.6,8.3.3A.967.967,0,0,1,9.7.3a.967.967,0,0,1,0,1.4l-4,4A.908.908,0,0,1,5,6Z" fill="%23747474"/></svg>');
    background-repeat: no-repeat;
  }
  #category-search-filter .category-list .card-body {
    background-color: #F6F8F9;
  }
  #category-search-filter .category-list .opt-applied {
    font-size: 10px;
    font-weight: normal;
  }
  #category-search-filter .category-list .opt-applied:before {
    content: ", ";
  }
  #category-search-filter .category-list .opt-applied:first-child {
    font-size: 10px;
    font-weight: normal;
  }
  #category-search-filter .category-list .opt-applied:first-child:before {
    content: "";
  }
}
@media (min-width: 768px) {
  .filtros-radio-button .dropdown .dropdown-toggle,
.filtros-radio-button .dropdown .dropdown-item {
    font-size: 15px !important;
  }
}
@media (min-width: 992px) {
  #category-search-filter .card,
#category-search-filter .card-header {
    background-color: #FFF;
    cursor: default;
    padding-left: 0;
  }
  #category-search-filter #filter-title h2 {
    display: block;
    font-family: robotoMedium, Arial, sans-serif;
    font-weight: 600;
    cursor: default;
    pointer-events: none;
  }
  #category-search-filter .filter-applied {
    flex-wrap: wrap;
  }
  #category-search-filter .filter-applied .opt-applied {
    color: #FFF;
    background-color: #BBBBBB;
    border-radius: 3px;
    font-size: 13px;
  }
  #category-search-filter .filter-applied .opt-applied:after {
    content: "";
    background: url(/images/icono-close-x-blanco.svg) no-repeat;
    display: inline-flex;
    height: 10px;
    margin-left: 5px;
    vertical-align: middle;
    width: 10px;
  }
  #category-search-filter .category-list .card-header {
    font-size: 20px;
    font-family: robotoMedium, Arial, sans-serif;
    font-weight: 600;
    padding: 0;
    margin: 0;
  }
  #category-search-filter .category-list .card-body {
    margin: 0.4rem 0;
  }
}
body.s_home #app {
  margin-top: 70px;
}
body.s_home #app .links-divisiones h1 {
  font-size: 30px;
  font-weight: normal;
  line-height: 42px;
}
body.s_home #app .links-divisiones a {
  color: #202124;
  font-size: 20px;
  text-align: center;
  width: 445px;
}
body.s_home #app .links-divisiones a .icon {
  background-size: contain;
  display: inline-block;
  height: 42px;
  line-height: 42px;
  background-position-y: center;
}
body.s_home #app .links-divisiones a .icon.community-icon {
  background-size: inherit;
}

@media (min-width: 992px) {
  body.s_home #app {
    margin-top: 93px;
  }
  body.s_home #app .links-divisiones h1 {
    font-size: 40px;
    line-height: 52px;
    width: 60%;
  }
  body.s_home #app .links-divisiones a {
    font-size: 30px;
  }
}
body[class*=subasta] #app {
  margin-top: 70px;
  padding-top: 25px;
}
body.s_subastas_clientes #app {
  margin-top: 70px;
  padding-top: 10px;
}
body .text-muted {
  color: #747474 !important;
}

.s_subastas-ficha #app {
  padding-top: 0 !important;
  background-color: #F6F8F9;
}
.s_subastas-ficha .datos-articulo {
  background-color: #F6F8F9;
}
.s_subastas-ficha .datos-articulo .container {
  border-radius: 6px;
  position: relative;
}
@media (max-width: 992px) {
  .s_subastas-ficha .datos-articulo .container {
    margin: 0 15px;
    width: calc(100% - 30px);
  }
}
.s_subastas-ficha .ficha .logo-organizador {
  top: 14px;
  left: 31px;
}
.s_subastas-ficha .ficha .badge:not(.badge-destacado-gradient) {
  height: 23px !important;
}
@media (min-width: 576px) and (max-width: 834px) {
  .s_subastas-ficha .ficha .media .embed-responsive {
    min-height: 394.5px;
  }
  .s_subastas-ficha .ficha .extra-info span {
    background-size: 14px !important;
    font-size: 16px !important;
  }
  .s_subastas-ficha .ficha .actions .btn {
    margin-right: 1px !important;
    margin-left: 1px !important;
    font-size: 0.9rem !important;
  }
}
@media (min-width: 576px) and (max-width: 643px) {
  .s_subastas-ficha .ficha h1 {
    font-size: 22px !important;
    margin-bottom: 3px;
  }
  .s_subastas-ficha .ficha h3 {
    font-size: 18px !important;
    margin-bottom: 3px;
  }
  .s_subastas-ficha .ficha .extra-info {
    margin-bottom: 1px;
  }
}
@media (max-width: 768px) and (min-width: 576px) {
  .s_subastas-ficha .ficha .datos-articulo .foto-articulo {
    height: 398px !important;
  }
}
.s_subastas-ficha .img-subasta-destacada {
  -o-object-fit: cover;
     object-fit: cover;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  height: 240px;
}
@media (min-width: 992px) {
  .s_subastas-ficha .img-subasta-destacada {
    height: 600px;
  }
}
@media (min-width: 576px) {
  .s_subastas-ficha .img-subasta-destacada {
    height: 500px;
  }
}
.s_subastas-ficha .badge-destacado-gradient.subasta-destacada {
  position: absolute;
  top: 1rem;
  left: 1rem;
  background: #ff4d4d;
  background: linear-gradient(180deg, #FF754A 0%, #FFA647 100%);
  height: 37px;
  min-width: 100px;
  transition: width 0.2s;
}
.s_subastas-ficha .email-wrong {
  border-color: #FF4D4D !important;
}
.s_subastas-ficha .contact-form p.alert.alert-danger {
  color: white;
  border-radius: 6px;
}
.s_subastas-ficha .logo-organizador {
  position: static;
  width: auto;
  height: auto;
  max-height: 60px;
}
.s_subastas-ficha .staff-container {
  display: flex;
  border-radius: 6px;
  padding: 25px 30px;
  margin-left: 0;
  position: relative;
  min-height: 70px;
  min-width: 255px;
}
@media (max-width: 992px) {
  .s_subastas-ficha .staff-container {
    padding: 14px 45px 10px 15px;
    min-width: 277px;
  }
}
@media (min-width: 576px) {
  .s_subastas-ficha .staff-container {
    margin-left: 15px;
  }
}
.s_subastas-ficha .staff-container .staff-member {
  display: flex;
  align-items: center;
}
.s_subastas-ficha .staff-container .image-member {
  width: 40px;
  border-radius: 50%;
  overflow: hidden;
}
.s_subastas-ficha .staff-container .image-member img {
  width: 100%;
  border-radius: 50%;
}
.s_subastas-ficha .staff-container .details-member {
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #747474;
  margin-left: 8px;
  line-height: normal;
}
.s_subastas-ficha .staff-container .icon-social-media {
  position: absolute;
  right: 15px;
  top: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  background-color: #D9D9D9;
  border-radius: 3px;
  cursor: pointer;
}
.s_subastas-ficha .staff-container .icon-social-media img {
  width: 14px;
}
.s_subastas-ficha .staff-container .icon-social-media img.linkedin {
  width: 12px;
}
.s_subastas-ficha .staff-container .license-member {
  margin-top: 4px;
  line-height: 10px;
  font-size: 9px !important;
}
.s_subastas-ficha .staff-container .show-license-strech {
  display: block;
}
@media (max-width: 992px) {
  .s_subastas-ficha .staff-container .show-license-strech {
    display: none;
  }
}
.s_subastas-ficha .staff-container .show-license {
  display: none;
}
@media (max-width: 992px) {
  .s_subastas-ficha .staff-container .show-license {
    display: block;
  }
}
.s_subastas-ficha .alert-section {
  margin-bottom: -8px;
}
.s_subastas-ficha .alert-section .alert {
  border-radius: 6px;
}
.s_subastas-ficha .filters-container {
  margin-top: 15px;
  row-gap: 15px;
}
.s_subastas-ficha .tab-title-subasta {
  position: relative;
}
.s_subastas-ficha .tab-title-subasta:after {
  content: "";
  background: url("/images/dropdown_opened.svg") no-repeat;
  display: inline-block;
  width: 10px;
  height: 10px;
  position: absolute !important;
  left: inherit;
  right: 20px !important;
  top: 48% !important;
}
.s_subastas-ficha .tab-title-subasta.collapsed:after {
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="10" height="6" viewBox="0 0 10 6"><path id="dropdown" d="M5,6a.908.908,0,0,1-.7-.3l-4-4A.967.967,0,0,1,.3.3.967.967,0,0,1,1.7.3L5,3.6,8.3.3A.967.967,0,0,1,9.7.3a.967.967,0,0,1,0,1.4l-4,4A.908.908,0,0,1,5,6Z" fill="%23747474"/></svg>');
  background-repeat: no-repeat;
}
.s_subastas-ficha .mapa-subasta {
  width: 100%;
  margin-bottom: 30px;
}
.s_subastas-ficha #mapa {
  height: 300px;
}
.s_subastas-ficha .icono-reloj,
.s_subastas-ficha .icono-reloj-negro {
  background-position: left top;
}
.s_subastas-ficha .mapa-lote {
  width: 100%;
  height: 450px;
  margin-bottom: 0;
}
.s_subastas-ficha .lotes {
  background-color: #F6F8F9;
}
.s_subastas-ficha .lotes #list-lote-grid-wrapper.list-view .item.galeria-subasta,
.s_subastas-ficha .lotes #list-grid-wrapper.list-view .item.galeria-subasta {
  flex: 0 0 50%;
  max-width: 50%;
}
.s_subastas-ficha .lotes #list-lote-grid-wrapper.list-view .item.galeria-subasta .img-event,
.s_subastas-ficha .lotes #list-grid-wrapper.list-view .item.galeria-subasta .img-event {
  float: none;
  width: 100%;
}
.s_subastas-ficha .descripcion-subasta .nav-tabs .nav-item .nav-link {
  color: #000;
  background-color: #eee;
  border-radius: 6px;
  line-height: 24px;
}
.s_subastas-ficha .descripcion-subasta .nav-tabs .nav-item .nav-link:hover {
  background-color: #E0DDDD;
}
.s_subastas-ficha .descripcion-subasta .nav-tabs .nav-item .nav-link.active {
  color: #4D86FF;
  background-color: #fff;
}
.s_subastas-ficha .descripcion-subasta .tab-pane {
  display: block;
  opacity: 1;
  font-size: 13px;
}
.s_subastas-ficha .descripcion-subasta .tab-pane.card {
  border-radius: 6px !important;
  overflow: hidden;
}
.s_subastas-ficha .descripcion-subasta .tab-pane.card:first-child {
  border: 0;
}
.s_subastas-ficha .descripcion-subasta .tab-pane .tab-title {
  background-color: transparent;
  border: 0;
  border-radius: 0;
}
.s_subastas-ficha .descripcion-subasta .tab-pane .tab-title h5 {
  text-align: center;
}
.s_subastas-ficha .descripcion-subasta .tab-pane .tab-title a {
  background-color: #eee;
  color: #202124;
  transition: background-color ease 1.2s, color ease 1.2s;
}
.s_subastas-ficha .descripcion-subasta .tab-pane .tab-title a[aria-expanded=true] {
  background-color: #FFF;
  color: #4D86FF;
  transition: background-color ease 0.1s, color ease 0.4s;
}
.s_subastas-ficha .descripcion-subasta .tab-pane .collapse {
  position: relative;
}
.s_subastas-ficha .descripcion-subasta .tab-pane .card-body {
  line-height: 1.5rem;
  max-height: 330px;
  overflow-y: auto;
  padding: 0 24px;
  margin-top: 40px;
}
.s_subastas-ficha .descripcion-subasta .tab-pane .card-body table {
  table-layout: fixed;
}
.s_subastas-ficha .descripcion-subasta .tab-pane .card-body table tr:first-child {
  background-color: #000 !important;
}
.s_subastas-ficha .descripcion-subasta .tab-pane .card-body table tr:first-child td {
  color: #fff !important;
}
.s_subastas-ficha .descripcion-subasta .tab-pane .card-body table td {
  border: 1px solid #ccc !important;
  line-height: 1rem !important;
  vertical-align: middle !important;
}

.fancybox-slide .popup {
  max-width: 95%;
  border-radius: 7px;
  padding: 0;
}
.fancybox-slide .popup .group.group-item-text {
  background-color: #F6F8F9;
  padding: 20px;
}
.fancybox-slide .popup .galeria_favorito {
  position: absolute;
  top: 32px;
  left: 32px;
  width: 23px;
  height: 19px;
  padding: 0;
  margin: 0;
  outline: none;
  z-index: 10;
  cursor: pointer;
}
.fancybox-slide .popup .embed-responsive.embed-responsive-16by9 {
  height: 267px;
}
.fancybox-slide .popup .slick-slider img {
  border-top-left-radius: 7px;
  border-top-right-radius: 7px;
  width: auto;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}
.fancybox-slide .popup .slick-slider .slick-arrow {
  background: transparent url(/images/arrow_left.svg) no-repeat center;
  background-size: 13px;
  font-size: 0;
  width: 26px;
  height: 38px;
  position: absolute;
  top: 50%;
  margin-top: -19px;
  border: none;
  z-index: 1;
  outline: none;
  cursor: pointer;
}
.fancybox-slide .popup .slick-slider .slick-prev {
  left: 15px;
}
.fancybox-slide .popup .slick-slider .slick-next {
  right: 15px;
}
.fancybox-slide .popup .slick-slider .slick-dots {
  display: flex;
  justify-content: center;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
.fancybox-slide .popup .slick-slider .slick-dots li {
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  outline: none;
  z-index: 2;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 1.2em 0.1em;
  outline: none;
}
.fancybox-slide .popup .slick-slider .slick-dots li button {
  border: 1px solid white;
  width: 7px;
  height: 7px;
  border-radius: 12px;
  background-color: transparent;
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.5), 0 0 3px rgba(0, 0, 0, 0.3);
  transition: 0.4s ease-in-out;
  box-sizing: border-box;
  font-size: 0;
}
.fancybox-slide .popup .slick-slider .slick-dots li.slick-active button {
  background: white;
}
.fancybox-slide .popup .caption {
  padding: 30px;
}
.fancybox-slide .popup .caption p strong {
  font-family: robotoMedium, Arial, sans-serif;
  font-weight: 600;
}
.fancybox-slide .popup .caption .icono {
  background-position: center left;
  color: #747474;
  font-size: 13px;
  padding-left: 1.3rem;
}

.vueperslides--fixed-height {
  height: 180px;
}

.subasta-slider {
  width: 100%;
}
.subasta-slider .vueperslide,
.subasta-slider .vueperslide__image {
  background-color: transparent;
  border-radius: 5px;
}
.subasta-slider .vueperslides__bullet {
  margin: 1.2em 0.2em;
}
.subasta-slider .vueperslides__bullet .default {
  border: 1px solid #BBBBBB;
  width: 10px;
  height: 10px;
  box-shadow: none;
}
.subasta-slider .vueperslides__bullet--active .default {
  background-color: #BBBBBB;
}

#list-lote-grid-wrapper.list-view .card .vueperslide,
#list-lote-grid-wrapper.list-view .card .vueperslide__image,
#list-grid-wrapper.list-view .card .vueperslide,
#list-grid-wrapper.list-view .card .vueperslide__image {
  border-top-left-radius: 5px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 5px;
}
#list-lote-grid-wrapper.list-view .card .vueperslides--fixed-height,
#list-grid-wrapper.list-view .card .vueperslides--fixed-height {
  height: 100%;
}
#list-lote-grid-wrapper .card .vueperslides--fixed-height,
#list-grid-wrapper .card .vueperslides--fixed-height {
  background-repeat: no-repeat;
  background-color: #eee;
}
#list-lote-grid-wrapper .card .vueperslide,
#list-lote-grid-wrapper .card .vueperslide__image,
#list-grid-wrapper .card .vueperslide,
#list-grid-wrapper .card .vueperslide__image {
  background-color: transparent;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
#list-lote-grid-wrapper .card .vueperslides__arrow,
#list-grid-wrapper .card .vueperslides__arrow {
  display: block;
}
#list-lote-grid-wrapper .card .vueperslides__arrows,
#list-lote-grid-wrapper .card .vueperslides__bullets,
#list-lote-grid-wrapper .card .favorito-icon,
#list-lote-grid-wrapper .card .video-icon,
#list-lote-grid-wrapper .card .info-icon,
#list-grid-wrapper .card .vueperslides__arrows,
#list-grid-wrapper .card .vueperslides__bullets,
#list-grid-wrapper .card .favorito-icon,
#list-grid-wrapper .card .video-icon,
#list-grid-wrapper .card .info-icon {
  opacity: 1;
  transition: all 0.25s ease-in-out;
}
#list-lote-grid-wrapper .card:hover .vueperslides__arrows, #list-lote-grid-wrapper .card:hover .vueperslides__bullets, #list-lote-grid-wrapper .card:hover .favorito-icon, #list-lote-grid-wrapper .card:hover .video-icon, #list-lote-grid-wrapper .card:hover .info-icon,
#list-grid-wrapper .card:hover .vueperslides__arrows,
#list-grid-wrapper .card:hover .vueperslides__bullets,
#list-grid-wrapper .card:hover .favorito-icon,
#list-grid-wrapper .card:hover .video-icon,
#list-grid-wrapper .card:hover .info-icon {
  opacity: 1;
}
#list-lote-grid-wrapper .card .vueperslides__bullet,
#list-grid-wrapper .card .vueperslides__bullet {
  margin: 1.2em 0.1em;
}
#list-lote-grid-wrapper .card .vueperslides__bullet .default,
#list-grid-wrapper .card .vueperslides__bullet .default {
  border: 1px solid white;
  width: 7px;
  height: 7px;
}
#list-lote-grid-wrapper .card .vueperslides__bullet--active .default,
#list-grid-wrapper .card .vueperslides__bullet--active .default {
  background-color: white;
}
#list-lote-grid-wrapper .card .vueperslides__arrow,
#list-grid-wrapper .card .vueperslides__arrow {
  opacity: 1;
}
#list-lote-grid-wrapper .card .vueperslides__arrow svg,
#list-lote-grid-wrapper .card .vueperslides__arrow svg:hover,
#list-grid-wrapper .card .vueperslides__arrow svg,
#list-grid-wrapper .card .vueperslides__arrow svg:hover {
  stroke-width: 2;
  width: 0.7em;
  padding: 0;
}
#list-lote-grid-wrapper .card .vueperslide a,
#list-grid-wrapper .card .vueperslide a {
  display: block;
  height: 100%;
}

.card .caption.card-body {
  position: relative;
  padding-bottom: 24px;
}

#list-lote-grid-wrapper .thumbnail .icono {
  background-position: center left;
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0) scale(1, 1);
}
#list-lote-grid-wrapper.grid-view .thumbnail {
  height: auto !important;
}

.subastas-vender .pasos-venta .cuadro-sombreado h3 {
  margin-bottom: 1rem;
}
.subastas-vender .pasos-venta .cuadro-sombreado p {
  padding-right: 1rem;
  padding-left: 1rem;
}
.subastas-vender .pasos-venta .circulo {
  display: none;
}

@media (max-width: 575.98px) {
  .subastas-vender .hero h1 {
    margin-top: 0;
  }
  .subastas-vender .cuadro-sombreado {
    padding: 2rem 1rem;
  }
}
@media (max-width: 767px) {
  #list-lote-grid-wrapper.list-view .card .img-event,
#list-grid-wrapper.list-view .card .img-event {
    position: initial;
  }
  #list-lote-grid-wrapper.list-view .card .caption,
#list-grid-wrapper.list-view .card .caption {
    padding-right: 40px !important;
  }
  #list-lote-grid-wrapper.list-view .card .vueperslides__bullets,
#list-grid-wrapper.list-view .card .vueperslides__bullets {
    display: none;
  }
  #list-lote-grid-wrapper.list-view .favorito-icon,
#list-grid-wrapper.list-view .favorito-icon {
    filter: invert(15%) sepia(6%) saturate(38%) hue-rotate(36deg) brightness(90%) contrast(85%);
  }

  .subastas-vender .pasos-venta > div:first-child h3 {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
@media (min-width: 768px) {
  .s_subastas-ficha .descripcion-subasta .card.tab-pane {
    display: none;
  }
  .s_subastas-ficha .descripcion-subasta .card.active {
    border: 0;
    display: block;
  }
  .s_subastas-ficha .descripcion-subasta .card .card-header {
    display: none;
  }
  .s_subastas-ficha .descripcion-subasta .card .collapse {
    display: block;
    padding-top: 40px;
  }
  .s_subastas-ficha .descripcion-subasta .card .card-body {
    padding: 0 40px 40px;
    max-height: 615px;
  }
  .s_subastas-ficha .descripcion-subasta .card .mapa-subasta,
.s_subastas-ficha .descripcion-subasta .card #mapa {
    height: 385px;
  }
  .s_subastas-ficha .descripcion-subasta .card .mapa-subasta table,
.s_subastas-ficha .descripcion-subasta .card #mapa table {
    width: 50% !important;
  }

  .subastas-vender .pasos-venta .cuadro-sombreado h3 {
    background-position-y: 36%;
    margin-bottom: 2rem;
  }
  .subastas-vender .pasos-venta .cuadro-sombreado p {
    padding-left: 0;
  }
  .subastas-vender .pasos-venta > div:nth-child(even) {
    margin-top: 40px;
  }
  .subastas-vender .pasos-venta > div:nth-child(odd) {
    margin-top: -50px;
  }
  .subastas-vender .pasos-venta > div:nth-child(2) {
    margin-top: 60px;
  }
  .subastas-vender .pasos-venta > div:nth-child(2) .cuadro-sombreado {
    padding-right: 1rem;
  }
  .subastas-vender .pasos-venta > div:nth-child(2) .cuadro-sombreado h3 {
    padding-right: 0;
  }
  .subastas-vender .pasos-venta > div:nth-child(3) h3 {
    padding-right: 7rem;
  }
  .subastas-vender .pasos-venta > div:nth-child(4) h3 {
    padding-right: 10rem;
  }
  .subastas-vender .pasos-venta > div:nth-child(4) p {
    padding-right: 0;
  }
  .subastas-vender .pasos-venta > div:nth-child(5) h3 {
    padding-right: 6rem;
  }
  .subastas-vender .pasos-venta > div:first-child {
    margin-top: 0;
  }
  .subastas-vender .pasos-venta > div:last-child {
    margin-top: 40px;
  }
  .subastas-vender .pasos-venta .circulo {
    display: block;
    border-radius: 100%;
    text-align: center;
    background-color: #375DBF;
    color: white;
    height: 37px;
    font-size: 23px;
    line-height: 37px;
    position: absolute;
    width: 37px;
    top: 50%;
    transform: translateY(-50%);
    font-family: robotoRegular, Arial, sans-serif;
    font-weight: 400;
  }
  .subastas-vender .pasos-venta .cuadro-sombreado:before {
    content: "";
    display: block;
    width: 0px;
    height: 0px;
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
    position: absolute;
    top: calc(50% - 20px);
  }
  .subastas-vender .pasos-venta > div:nth-child(odd) .cuadro-sombreado:before {
    right: -10px;
    border-left: 20px solid white;
  }
  .subastas-vender .pasos-venta > div:nth-child(odd) .circulo {
    right: -29%;
  }
  .subastas-vender .pasos-venta > div:nth-child(even) .cuadro-sombreado:before,
.subastas-vender .pasos-venta > div:last-child .cuadro-sombreado:before {
    left: -10px;
    border-right: 20px solid white;
  }
  .subastas-vender .pasos-venta > div:nth-child(even) .circulo,
.subastas-vender .pasos-venta > div:last-child .circulo {
    left: -29%;
  }
  .subastas-vender .row.pasos-venta::after {
    content: "";
    position: absolute;
    top: 10%;
    bottom: 11%;
    left: 50%;
    z-index: -1;
    width: 16px;
    background: #eee;
    transform: translateX(-50%);
  }
  .subastas-vender .row.pasos-venta {
    position: relative;
  }

  .fancybox-slide .popup {
    max-width: 605px;
  }
  .fancybox-slide .popup .embed-responsive.embed-responsive-16by9 {
    height: 452px;
  }
}
@media (min-width: 992px) {
  body[class*=subasta] #app {
    margin-top: 93px;
  }

  .s_subastas_home #list-grid-wrapper.list-view .location-grey-icon,
.s_subastas-ficha #list-grid-wrapper.list-view .location-grey-icon {
    display: inline-block;
  }
  .s_subastas_home .custom-checkbox,
.s_subastas-ficha .custom-checkbox {
    width: -moz-fit-content;
    width: fit-content;
  }

  #list-lote-grid-wrapper .card .vueperslides__arrows,
#list-lote-grid-wrapper .card .vueperslides__bullets,
#list-lote-grid-wrapper .card .favorito-icon,
#list-lote-grid-wrapper .card .video-icon,
#list-lote-grid-wrapper .card .info-icon,
#list-grid-wrapper .card .vueperslides__arrows,
#list-grid-wrapper .card .vueperslides__bullets,
#list-grid-wrapper .card .favorito-icon,
#list-grid-wrapper .card .video-icon,
#list-grid-wrapper .card .info-icon {
    opacity: 0;
  }
  #list-lote-grid-wrapper .card .favorito-icon.lleno,
#list-grid-wrapper .card .favorito-icon.lleno {
    opacity: 1;
  }

  .s_subastas-ficha .staff-container {
    min-height: 96px;
    min-width: auto;
    margin-left: 0;
  }

  .s_subastas-ficha .filters-container {
    margin-top: 72px;
  }
}
#list-grid-wrapper.list-view.combined-list {
  padding: 50px;
}
#list-grid-wrapper.list-view.combined-list hr {
  margin: 0 -50px 40px -50px;
  border-top: 2px solid #E0DDDD;
}
#list-grid-wrapper.list-view.combined-list .disabled {
  color: #747474;
}
#list-grid-wrapper.list-view.combined-list .item {
  height: 99px;
  padding: 0 0 17px 0;
  margin-bottom: 17px;
  border-bottom: 2px solid #E0DDDD;
}
#list-grid-wrapper.list-view.combined-list .item.last {
  border-bottom: none;
}
#list-grid-wrapper.list-view.combined-list .item .thumbnail .img-event {
  width: 86px;
}
#list-grid-wrapper.list-view.combined-list .item .thumbnail .img-event .vueperslide,
#list-grid-wrapper.list-view.combined-list .item .thumbnail .img-event .vueperslide__image {
  border-radius: 5px;
}
#list-grid-wrapper.list-view.combined-list .item .thumbnail:hover {
  top: 0;
}
#list-grid-wrapper.list-view.combined-list .item .thumbnail .card-body {
  padding: 0 15px;
}

.tabs .nav-tabs {
  border: 0;
}
.tabs .nav-tabs .nav-item {
  background-color: #eee;
}
.tabs .nav-tabs .nav-item .nav-link {
  font-family: robotoBold, Arial, sans-serif !important;
  color: #202124;
  border: 0;
  border-radius: 0;
}
.tabs .nav-tabs .nav-item .nav-link:hover {
  background-color: #e0dddd;
  color: #202124;
}
.tabs .nav-tabs .nav-item .nav-link:hover.active {
  background-color: #FFF;
  color: #4D86FF;
}
.tabs .rounded-left {
  border-radius: 6px 0 0 6px !important;
}
.tabs .rounded-right {
  border-radius: 0 6px 6px 0 !important;
}
.tabs .custom-switch .custom-control-label {
  cursor: pointer;
}
.tabs .custom-switch .custom-control-label::before {
  background-color: #eee;
  border-color: #eee;
  height: 22px;
  width: 48px;
  left: -48px;
  top: 0;
  border-radius: 1rem;
}
.tabs .custom-switch .custom-control-label::after {
  height: 16px;
  width: 16px;
  left: -44px;
  border-radius: 1rem;
  background-color: #FFF;
  top: 3px;
}
.tabs .custom-switch .custom-control-input:checked ~ .custom-control-label::before {
  background-color: #4D86FF;
  border-color: #4D86FF;
}
.tabs .custom-switch .custom-control-input:checked ~ .custom-control-label::after {
  left: -32px;
}

.s_subastas_home #app {
  padding-top: 0 !important;
}
.s_subastas_home .categorias h2 {
  font-size: 30px;
}
.s_subastas_home .categorias .modalidad-subasta {
  display: inline;
}
.s_subastas_home .cartelera-subastas .subasta-logo,
.s_subastas_home .subastas-relacionadas .subasta-logo {
  background-color: #fff;
  border-radius: 3px;
  display: block;
  height: 52px;
  -o-object-fit: contain;
     object-fit: contain;
  left: 23px;
  position: relative;
  top: 23px;
  width: 96px;
}
.s_subastas_home .cartelera-subastas .card-body,
.s_subastas_home .subastas-relacionadas .card-body {
  padding: 1rem;
}
.s_subastas_home .cartelera-subastas .card-body .badge,
.s_subastas_home .subastas-relacionadas .card-body .badge {
  font-size: 11px;
}
.s_subastas_home .cartelera-subastas .card-body a,
.s_subastas_home .subastas-relacionadas .card-body a {
  color: inherit;
}
.s_subastas_home .cartelera-subastas .card-body p,
.s_subastas_home .subastas-relacionadas .card-body p {
  color: #747474;
  margin-bottom: 0;
}
.s_subastas_home .cartelera-subastas .card-body span.far,
.s_subastas_home .subastas-relacionadas .card-body span.far {
  font-size: 13px;
  line-height: 26px;
}
.s_subastas_home .cartelera-subastas .card-body span.far:before,
.s_subastas_home .subastas-relacionadas .card-body span.far:before {
  font-size: 15px;
  padding-right: 5px;
  vertical-align: bottom;
}
.s_subastas_home .cartelera-subastas .card-body span.far.date-icon:before,
.s_subastas_home .subastas-relacionadas .card-body span.far.date-icon:before {
  padding-right: 2px;
}
.s_subastas_home .cartelera-subastas .card-body span.fa-calendar-alt,
.s_subastas_home .subastas-relacionadas .card-body span.fa-calendar-alt {
  white-space: nowrap;
}
.s_subastas_home .cartelera-subastas .thumbnail .img-event .suspendida,
.s_subastas_home .subastas-relacionadas .thumbnail .img-event .suspendida {
  filter: grayscale(100%);
}

@media (max-width: 1200px) {
  .s_subastas_home .categorias h2 {
    font-size: 30px;
  }
  .s_subastas_home .cartelera-subastas .item,
.s_subastas_home .subastas-relacionadas .item {
    padding-left: 5px;
    padding-right: 5px;
  }
}
@media (max-width: 575.98px) {
  .s_subastas_home .cartelera-subastas .thumbnail {
    max-height: 200px !important;
    display: flex;
    flex-direction: row !important;
    margin-bottom: 15px !important;
  }
  .s_subastas_home .cartelera-subastas .thumbnail .card-body {
    padding-top: 0.5rem;
  }
  .s_subastas_home .cartelera-subastas .thumbnail .img-event {
    max-width: 170px;
    min-width: 170px;
  }
  .s_subastas_home .cartelera-subastas .thumbnail .img-event .vueperslides--fixed-height {
    width: 170px !important;
    height: 200px !important;
  }
  .s_subastas_home .cartelera-subastas .thumbnail .icons {
    flex-direction: column !important;
  }
  .s_subastas_home .cartelera-subastas .subasta-logo {
    left: 10px;
    top: 10px;
  }
}
.s_subastas-landing header ul.nav.justify-content-end {
  display: none;
}
.s_subastas-landing #app {
  padding-top: 0 !important;
}
.s_subastas-landing .lista-landing {
  min-height: inherit;
  background: none !important;
  margin-bottom: 0;
}
.s_subastas-landing .lista-landing .col-12 {
  position: relative;
}
.s_subastas-landing .lista-landing .filter-layer {
  content: "";
  height: 100%;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 3;
}
.s_subastas-landing .lista-landing .filter-layer:before, .s_subastas-landing .lista-landing .filter-layer:after {
  content: "";
  height: 100%;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 3;
}
.s_subastas-landing .lista-landing .filter-layer:after {
  background-image: url("/images/subastas/landings/header_text_img_maradona10.png");
  background-repeat: no-repeat;
  background-position: 15px 380px;
}
.s_subastas-landing .cuadro-sombreado {
  box-shadow: 0px 10px 15px 0px rgba(0, 0, 0, 0.12) !important;
  border-radius: 6px;
  padding: 0;
  position: relative;
}
.s_subastas-landing .cuadro-sombreado-lg {
  box-shadow: 0px 10px 40px 0px rgba(0, 0, 0, 0.12) !important;
}
.s_subastas-landing .cuadro-sombreado,
.s_subastas-landing .cuadro-sombreado-lg {
  border-radius: 6px;
  padding: 0;
  position: relative;
}
.s_subastas-landing .cuadro-sombreado h3,
.s_subastas-landing .cuadro-sombreado-lg h3 {
  display: flex;
  font-weight: 600;
  font-size: 20px;
  min-height: inherit !important;
  padding-top: 0;
  margin-bottom: 0 !important;
  padding-left: 0 !important;
  text-align: inherit;
}
.s_subastas-landing .cuadro-sombreado p,
.s_subastas-landing .cuadro-sombreado-lg p {
  color: #747474;
  font-size: 13px;
}
.s_subastas-landing .cuadro-sombreado .precio-clase .no-hover:hover,
.s_subastas-landing .cuadro-sombreado-lg .precio-clase .no-hover:hover {
  color: #FFF !important;
  cursor: initial !important;
}
.s_subastas-landing .cronograma .icon.calendar-black-icon {
  background-position-x: 5px;
}
.s_subastas-landing .sponsors .clase-sponsor .fa-star:before {
  font-size: 35px;
  position: relative;
  top: 5px;
}
.s_subastas-landing .sponsors .detalle-clase {
  line-height: 36px;
}
.s_subastas-landing h2 {
  font-size: 40px;
  font-weight: 600;
}
.s_subastas-landing .detalle h2 + p {
  padding: 0 20%;
}
.s_subastas-landing .form-title p {
  color: #8099CC;
}
.s_subastas-landing form input, .s_subastas-landing form textarea {
  border: 0;
}
.s_subastas-landing form label {
  font-size: 13px;
  font-weight: bold;
}

.item.maradona-carousel-item .text-overlay {
  background-color: transparent !important;
  background: url("/images/subastas/landings/header_text_img_maradona10.png") no-repeat 15px 55px;
}

@media (max-width: 767.9px) {
  .s_subastas-landing .lista-landing .col-12 img {
    height: 480px;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: 65% 0;
       object-position: 65% 0;
  }
  .s_subastas-landing .lista-landing .filter-layer:after {
    background-size: 70px;
  }
  .s_subastas-landing .lista-landing .lista-landing-text h2 {
    font-size: 35px;
  }
  .s_subastas-landing .map img {
    height: 390px;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .s_subastas-landing .navbar {
    padding: 0;
  }

  .item.maradona-carousel-item img {
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: 65% 0;
       object-position: 65% 0;
  }
  .item.maradona-carousel-item .text-overlay {
    background-size: 140px !important;
  }
}
@media (min-width: 768px) {
  .s_subastas-landing .lista-landing .filter-layer:after {
    background-position: 94% center;
  }
  .s_subastas-landing .lista-landing .lista-landing-text h2 {
    font-size: 55px;
    font-weight: normal;
  }
  .s_subastas-landing .titulo-detalles {
    font-size: 30px;
  }

  .item.maradona-carousel-item .text-overlay {
    background-position: 6% 30%;
  }
}
.social-button {
  border-color: #747474;
}
.social-button .btn-img {
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-bottom: -2px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.social-button .btn-text {
  font-family: robotoMedium, Arial, sans-serif;
  font-weight: 300;
  color: #747474;
}
.social-button.facebook-button .btn-img {
  background-image: url(/images/facebook-logo.svg);
}
.social-button.google-button .btn-img {
  background-image: url(/images/google-logo.svg);
}

.popover {
  border-width: 0;
  box-shadow: 0px 0px 15px 2px rgba(78, 78, 78, 0.3);
}

.s_subastas_clientes {
  background-color: #F6F8F9 !important;
}
.s_subastas_clientes #form_perfil {
  border-top: 3px solid rgba(0, 0, 0, 0.125);
}
.s_subastas_clientes .card {
  border-radius: 6px !important;
  height: 100%;
}
.s_subastas_clientes .alert:before {
  margin-top: 4px;
}
.s_subastas_clientes.modal-open #h-subnav {
  padding-right: 16px !important;
}

.modal-dialog {
  max-width: -moz-max-content;
  max-width: max-content;
}

.close-x-gris {
  background-image: url(/images/icono-close-x-blanco.svg);
  height: 21px;
  width: 21px;
  filter: invert(1);
  background-size: 21px;
}

.icono-camara-editar {
  background-image: url(/images/icono-camara-editar-gris.svg);
  background-repeat: no-repeat;
  background-position: center center;
  height: 42px;
  width: 42px;
  position: absolute;
  bottom: 0;
  right: 5%;
}
.icono-camara-editar:hover, .icono-camara-editar.active {
  background-color: #4D86FF !important;
  background-image: url(/images/icono-camara-editar-blanco.svg);
  cursor: pointer;
}

body[class*=comex] #app {
  margin-top: 70px;
}
body.s_comex #app {
  margin-top: 70px;
}

.s_comex .banner {
  position: relative;
}
.s_comex .banner img {
  -o-object-fit: cover;
     object-fit: cover;
}
.s_comex .banner .filter-layer {
  background-color: rgba(0, 0, 0, 0.2);
  height: 100%;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 3;
}
.s_comex .mapa-articulo .mapa-subasta {
  height: 190px;
  -o-object-fit: cover;
     object-fit: cover;
  width: inherit;
}
.s_comex .datos-articulo .titulo {
  height: auto;
  max-height: 74px;
  line-height: 37px;
  overflow: hidden;
}
.s_comex .datos-articulo .subtitulo {
  line-height: 26px;
}
.s_comex .datos-articulo .ubicacion {
  background-size: 20px;
  background-position-y: 4px;
  font-size: 16px;
  line-height: 28px;
}
.s_comex .datos-articulo .fa-whatsapp:before {
  font-size: 26px;
  vertical-align: middle;
}
.s_comex .legales {
  cursor: pointer;
}
.s_comex .legales .alert {
  margin-bottom: 0;
}
.s_comex .legales .alert-warning {
  line-height: 16px;
}
.s_comex .legales .alert-warning .summary, .s_comex .legales .alert-warning .details {
  color: #202124 !important;
}
.s_comex .legales .alert-warning:before {
  content: url("/images/icono-alert-danger.svg");
  filter: invert(1) !important;
  vertical-align: sub;
}
.s_comex .legales .close {
  opacity: 1;
  text-shadow: none;
  font-size: 12px;
  line-height: 16px;
}
.s_comex .legales .close::before {
  vertical-align: sub;
}
.s_comex .legales .summary {
  display: inline;
  font-size: 11px;
}
.s_comex .legales .details {
  font-size: 10px;
  line-height: 18px;
}
.s_comex .comex-aside-sticky h4 {
  font-size: 20px !important;
}
.s_comex .comex-aside-sticky .cartelera .thumbnail {
  margin-bottom: 20px !important;
}
.s_comex .comex-aside-sticky .cartelera .thumbnail .card-body {
  padding: 16px 20px;
}
.s_comex .comex-aside-sticky .cartelera .thumbnail .subtitulo {
  line-height: 18px;
}
.s_comex .redes a {
  font-size: 20px;
}
.s_comex .sidebar {
  will-change: min-height;
}
.s_comex .sidebar__inner {
  transform: translate(0, 0);
  transform: translate3d(0, 0, 0);
  will-change: position, transform;
}

@media (min-width: 992px) {
  body[class*=comex] #app {
    margin-top: 93px;
  }
  body .datos-articulo .titulo {
    height: auto;
    max-height: 156px;
    line-height: 52px;
  }
  body .datos-articulo .ubicacion {
    font-size: 20px;
    line-height: 32px;
  }
  body .mapa-articulo .mapa-subasta {
    height: 395px !important;
    -o-object-fit: unset !important;
       object-fit: unset !important;
    width: 100%;
  }
}
.descripcion-proyecto :is(h1, h2, h3, h4, h5, h6) {
  clear: both;
}
.descripcion-proyecto h1, .descripcion-proyecto h2, .descripcion-proyecto h3, .descripcion-proyecto h4 {
  font-family: robotoMedium, Arial, sans-serif;
  font-weight: 600;
}
.descripcion-proyecto h5, .descripcion-proyecto h6 {
  font-family: robotoRegular, Arial, sans-serif;
  color: #747474;
}
.descripcion-proyecto h2 {
  font-size: 35px;
  margin: 35px 0 25px;
}
.descripcion-proyecto h3 {
  font-size: 25px;
  margin: 35px 0 25px;
}
.descripcion-proyecto h4 {
  font-size: 20px;
  margin: 35px 0 25px;
}
.descripcion-proyecto h5 {
  font-size: 16px;
  margin: 20px 0 16px;
}
.descripcion-proyecto h6 {
  font-size: 13px;
  margin: 16px 0 12px;
}
.descripcion-proyecto p {
  font-family: robotoLight, Arial, sans-serif;
  font-size: 16px;
  margin: 16px 0 13px;
  color: unset;
}
.descripcion-proyecto img {
  max-height: 220px;
  max-width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.descripcion-proyecto table {
  border-collapse: collapse;
  border: none;
}
.descripcion-proyecto table td {
  border-collapse: collapse;
  border: none;
  padding: 0 20px 0 0 !important;
}
.descripcion-proyecto table td:last-child {
  padding: 0 !important;
}

@media (min-width: 992px) {
  .descripcion-proyecto h2 {
    font-size: 40px;
    margin: 40px 0 28px;
  }
  .descripcion-proyecto h3 {
    font-size: 35px;
    margin: 40px 0 28px;
  }
  .descripcion-proyecto h4 {
    font-size: 30px;
    margin: 40px 0 28px;
  }
  .descripcion-proyecto h5 {
    font-size: 26px;
    margin: 30px 0 20px;
  }
  .descripcion-proyecto h6 {
    font-size: 16px;
    margin: 20px 0 15px;
  }
  .descripcion-proyecto p {
    font-size: 20px;
    margin: 20px 0 15px;
  }
  .descripcion-proyecto p:first-child {
    margin-top: 0;
  }
  .descripcion-proyecto img {
    border-radius: 6px;
    margin-bottom: 15px;
    max-height: 100%;
    -o-object-fit: unset;
       object-fit: unset;
  }
  .descripcion-proyecto img.note-float-left {
    margin-right: 15px;
  }
  .descripcion-proyecto img.note-float-right {
    margin-left: 15px;
  }
}
body[class*=comunicacion] #app {
  margin-top: 70px;
}
body[class*=comunicacion] #app .tarjeta .descripcion {
  height: auto !important;
}
body[class*=comunicacion] #app .tarjeta .descripcion .titulo {
  height: 48px;
}

@media (min-width: 992px) {
  body[class*=comunicacion] #app {
    margin-top: 93px;
  }
}
body[class*=informes] #app {
  margin-top: 70px;
  padding-top: 25px;
}

.s_informes_home .tarjeta {
  background: white;
  border-radius: 5px;
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  overflow: hidden;
  height: 100%;
  display: flex;
  flex-direction: column;
  position: relative;
  top: 0;
  transition: all 0.25s ease-in-out;
  -webkit-transition: all 0.25s ease-in-out;
}
.s_informes_home .tarjeta:hover {
  top: -5px;
}
.s_informes_home .tarjeta .imagen {
  height: 190px;
}
.s_informes_home .tarjeta .imagen img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.s_informes_home .tarjeta .descripcion {
  padding: 10px 20px 40px;
  font-size: 13px;
  font-family: robotoRegular, Arial, sans-serif;
  color: black;
  position: relative;
  height: 100%;
}
.s_informes_home .tarjeta .descripcion .titulo {
  font-size: 20px;
  font-family: robotoMedium, sans-serif;
  line-height: 24px;
}
.s_informes_home .tarjeta .descripcion .titulo a {
  color: black;
}
.s_informes_home .tarjeta .descripcion p:last-child {
  position: absolute;
  bottom: 10px;
  margin-bottom: 0;
  color: #747474;
}

@media (min-width: 992px) {
  body[class*=informes] #app {
    margin-top: 93px;
  }
}
.is-mobile {
  display: block !important;
}

.is-desktop {
  display: none !important;
}

@media screen and (min-width: 767px) {
  .is-mobile {
    display: none !important;
  }

  .is-desktop {
    display: block !important;
  }
}
@media screen and (min-width: 767px) and (max-width: 1200px) {
  .is-desktop {
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.w-90 {
  width: 90% !important;
}

.w-85 {
  width: 85% !important;
}

.w-80 {
  width: 80% !important;
}

.w-65 {
  width: 65% !important;
}

.w-60 {
  width: 60% !important;
}

.w-55 {
  width: 55% !important;
}

.w-45 {
  width: 45% !important;
}

.w-40 {
  width: 40% !important;
}

.w-35 {
  width: 35% !important;
}

.w-30 {
  width: 30% !important;
}

.min-w-85 {
  min-width: 85% !important;
}

.min-w-80 {
  min-width: 80% !important;
}

.min-w-65 {
  min-width: 65% !important;
}

.min-w-45 {
  min-width: 45% !important;
}

.min-w-40 {
  min-width: 40% !important;
}

.min-w-35 {
  min-width: 35% !important;
}

.min-w-30 {
  min-width: 30% !important;
}

.max-w-85 {
  max-width: 85% !important;
}

.max-w-80 {
  max-width: 80% !important;
}

.max-w-65 {
  max-width: 65% !important;
}

.max-w-45 {
  max-width: 45% !important;
}

.max-w-40 {
  max-width: 40% !important;
}

.max-w-35 {
  max-width: 35% !important;
}

.max-w-30 {
  max-width: 30% !important;
}

.h-85 {
  height: 85% !important;
}

.h-80 {
  height: 80% !important;
}

.h-65 {
  height: 65% !important;
}

.h-45 {
  height: 45% !important;
}

.h-40 {
  height: 40% !important;
}

.h-35 {
  height: 35% !important;
}

.h-30 {
  height: 30% !important;
}

.min-h-85 {
  min-height: 85% !important;
}

.min-h-80 {
  min-height: 80% !important;
}

.min-h-65 {
  min-height: 65% !important;
}

.min-h-45 {
  min-height: 45% !important;
}

.min-h-40 {
  min-height: 40% !important;
}

.min-h-35 {
  min-height: 35% !important;
}

.min-h-30 {
  min-height: 30% !important;
}

.max-h-85 {
  max-height: 85% !important;
}

.max-h-80 {
  max-height: 80% !important;
}

.max-h-65 {
  max-height: 65% !important;
}

.max-h-45 {
  max-height: 45% !important;
}

.max-h-40 {
  max-height: 40% !important;
}

.max-h-35 {
  max-height: 35% !important;
}

.max-h-30 {
  max-height: 30% !important;
}

.max-h-25 {
  max-height: 25% !important;
}

.lh-normal {
  line-height: normal !important;
}

.lh-5 {
  line-height: 5px !important;
}

.lh-13 {
  line-height: 13px !important;
}

.lh-14 {
  line-height: 14px !important;
}

.lh-15 {
  line-height: 15px !important;
}

.lh-16 {
  line-height: 16px !important;
}

.lh-17 {
  line-height: 17px !important;
}

.lh-18 {
  line-height: 18px !important;
}

.lh-19 {
  line-height: 19px !important;
}

.lh-20 {
  line-height: 20px !important;
}

.lh-21 {
  line-height: 21px !important;
}

.lh-22 {
  line-height: 22px !important;
}

.lh-23 {
  line-height: 23px !important;
}

.lh-24 {
  line-height: 24px !important;
}

.lh-25 {
  line-height: 25px !important;
}

.lh-26 {
  line-height: 26px !important;
}

.lh-27 {
  line-height: 27px !important;
}

.lh-28 {
  line-height: 28px !important;
}

.lh-30 {
  line-height: 30px !important;
}

.lh-32 {
  line-height: 32px !important;
}

.lh-35 {
  line-height: 35px !important;
}

.lh-40 {
  line-height: 40px !important;
}

.lh-45 {
  line-height: 45px !important;
}

.lh-47 {
  line-height: 47px !important;
}

.lh-50 {
  line-height: 50px !important;
}

.lh-57 {
  line-height: 57px !important;
}

.lh-60 {
  line-height: 60px !important;
}

.lh-67 {
  line-height: 67px !important;
}

.fs-7 {
  font-size: 7px !important;
}

.fs-9 {
  font-size: 9px !important;
}

.fs-10 {
  font-size: 10px !important;
}

.fs-11 {
  font-size: 11px !important;
}

.fs-12 {
  font-size: 12px !important;
}

.fs-13 {
  font-size: 13px !important;
}

.fs-14 {
  font-size: 14px !important;
}

.fs-15 {
  font-size: 15px !important;
}

.fs-16 {
  font-size: 16px !important;
}

.fs-17 {
  font-size: 17px !important;
}

.fs-18 {
  font-size: 18px !important;
}

.fs-19 {
  font-size: 19px !important;
}

.fs-20 {
  font-size: 20px !important;
}

.fs-21 {
  font-size: 21px !important;
}

.fs-22 {
  font-size: 22px !important;
}

.fs-23 {
  font-size: 23px !important;
}

.fs-24 {
  font-size: 24px !important;
}

.fs-25 {
  font-size: 25px !important;
}

.fs-27 {
  font-size: 27px !important;
}

.fs-28 {
  font-size: 28px !important;
}

.fs-30 {
  font-size: 30px !important;
}

.fs-33 {
  font-size: 33px !important;
}

.fs-35 {
  font-size: 35px !important;
}

.fs-40 {
  font-size: 40px !important;
}

.fs-45 {
  font-size: 45px !important;
}

.fs-48 {
  font-size: 48px !important;
}

.fs-55 {
  font-size: 55px !important;
}

.ff-light {
  font-family: robotoLight, Arial, sans-serif !important;
  font-weight: 300 !important;
}

.ff-regular {
  font-family: robotoRegular, Arial, sans-serif !important;
  font-weight: 400 !important;
}

.ff-medium {
  font-family: robotoMedium, Arial, sans-serif !important;
  font-weight: 700 !important;
}

.ff-bold {
  font-family: robotoBold, Arial, sans-serif !important;
  font-weight: 900 !important;
}

.ff-cond-regular {
  font-family: robotoCondRegular, Arial, sans-serif !important;
  font-weight: 400 !important;
}

.ff-cond-bold {
  font-family: robotoCondBold, Arial, sans-serif !important;
  font-weight: 700 !important;
}

.ff-black {
  font-family: robotoBlack, Arial, sans-serif !important;
  font-weight: 900 !important;
}

.ff-slab-bold {
  font-family: robotoSlab, Arial, sans-serif !important;
  font-weight: 700 !important;
}

.ff-slab-regular {
  font-family: robotoSlab, Arial, sans-serif !important;
  font-weight: 400 !important;
}

.bgs-contain {
  background-size: contain !important;
}

.bgs-cover {
  background-size: cover !important;
}

.bg-amarillo {
  background-color: #FFC96C !important;
}

.bg-amarillo-500 {
  background-color: #9F5B00 !important;
}

.bg-azul {
  background-color: #375DBF !important;
}

.bg-blanco {
  background-color: #FFF !important;
}

.bg-celeste {
  background-color: #F3FAFF !important;
}

.bg-celeste-50 {
  background-color: #EAF7FF !important;
}

.bg-celeste-200 {
  background-color: #D0EAFB !important;
}

.bg-celeste-500 {
  background-color: #95D2FA !important;
}

.bg-celeste-700 {
  background-color: #4D86FF !important;
}

.bg-gris {
  background-color: #F6F8F9 !important;
}

.bg-gris-200 {
  background-color: #eee !important;
}

.bg-gris-500 {
  background-color: #bbb !important;
}

.bg-gris-700 {
  background-color: #747474 !important;
}

.bg-negro {
  background-color: #202124 !important;
}

.bg-rojo {
  background-color: #FF4D4D !important;
}

.bg-verde-100 {
  background-color: #A3DAA8 !important;
}

.bg-verde-200 {
  background-color: #52E5BA !important;
}

.bg-verde-700 {
  background-color: #006C4C !important;
}

.bg-pos-tl {
  background-position: top left !important;
}

.bg-pos-tr {
  background-position: top right !important;
}

.bg-pos-tc {
  background-position: top center !important;
}

.bg-pos-bl {
  background-position: bottom left !important;
}

.bg-pos-br {
  background-position: bottom right !important;
}

.bg-pos-bc {
  background-position: bottom center !important;
}

.bg-pos-cl {
  background-position: center left !important;
}

.bg-pos-cr {
  background-position: center right !important;
}

.bg-pos-cc {
  background-position: center center !important;
}

.d-none-pseudo:before, .d-none-pseudo:after {
  display: none;
}

.bgs-10 {
  background-size: 10px !important;
}

.bgs-12 {
  background-size: 12px !important;
}

.bgs-14 {
  background-size: 14px !important;
}

.bgs-16 {
  background-size: 16px !important;
}

.bgs-18 {
  background-size: 18px !important;
}

.bgs-20 {
  background-size: 20px !important;
}

.bgs-22 {
  background-size: 22px !important;
}

.bgs-24 {
  background-size: 24px !important;
}

.bgs-26 {
  background-size: 26px !important;
}

.bgs-28 {
  background-size: 28px !important;
}

.bgs-30 {
  background-size: 30px !important;
}

.bgs-32 {
  background-size: 32px !important;
}

.bgs-34 {
  background-size: 34px !important;
}

.bgs-36 {
  background-size: 36px !important;
}

.txt-indent-10 {
  text-indent: 10px !important;
}

.txt-indent-12 {
  text-indent: 12px !important;
}

.txt-indent-14 {
  text-indent: 14px !important;
}

.txt-indent-16 {
  text-indent: 16px !important;
}

.txt-indent-18 {
  text-indent: 18px !important;
}

.txt-indent-20 {
  text-indent: 20px !important;
}

.txt-indent-22 {
  text-indent: 22px !important;
}

.txt-indent-24 {
  text-indent: 24px !important;
}

.txt-indent-26 {
  text-indent: 26px !important;
}

.txt-indent-28 {
  text-indent: 28px !important;
}

.txt-indent-30 {
  text-indent: 30px !important;
}

.txt-indent-32 {
  text-indent: 32px !important;
}

.txt-indent-34 {
  text-indent: 34px !important;
}

.txt-indent-36 {
  text-indent: 36px !important;
}

.position-absolute {
  position: absolute !important;
}

.position-relative {
  position: relative !important;
}

.position-static {
  position: static !important;
}

.position-sticky {
  position: sticky !important;
}

.position-inherit {
  position: inherit !important;
}

.position-fixed {
  position: fixed !important;
}

.position-absolute.position-tr,
.position-relative.position-tr,
.position-static.position-tr,
.position-sticky.position-tr,
.position-inherit.position-tr,
.position-fixed.position-tr {
  top: 0 !important;
  right: 0 !important;
  bottom: inherit !important;
  left: inherit !important;
}
.position-absolute.position-tl,
.position-relative.position-tl,
.position-static.position-tl,
.position-sticky.position-tl,
.position-inherit.position-tl,
.position-fixed.position-tl {
  top: 0 !important;
  right: inherit !important;
  bottom: inherit !important;
  left: 0 !important;
}
.position-absolute.position-br,
.position-relative.position-br,
.position-static.position-br,
.position-sticky.position-br,
.position-inherit.position-br,
.position-fixed.position-br {
  top: inherit !important;
  right: 0 !important;
  bottom: 0 !important;
  left: inherit !important;
}
.position-absolute.position-bl,
.position-relative.position-bl,
.position-static.position-bl,
.position-sticky.position-bl,
.position-inherit.position-bl,
.position-fixed.position-bl {
  top: inherit !important;
  right: inherit !important;
  bottom: 0 !important;
  left: 0 !important;
}

.z-index-0 {
  z-index: 0;
}

.z-index-1 {
  z-index: 100;
}

.z-index-2 {
  z-index: 200;
}

.z-index-3 {
  z-index: 300;
}

.z-index-4 {
  z-index: 400;
}

.z-index-5 {
  z-index: 500;
}

.z-index-6 {
  z-index: 600;
}

.z-index-7 {
  z-index: 700;
}

.z-index-8 {
  z-index: 800;
}

.z-index-9 {
  z-index: 900;
}

.z-index-10 {
  z-index: 1000;
}

.z-index-100 {
  z-index: 10000;
}

.rounded-top-6 {
  border-top-right-radius: 6px !important;
  border-top-left-radius: 6px !important;
}

.rounded-top-left-6 {
  border-top-left-radius: 6px !important;
}

.rounded-top-right-6 {
  border-top-right-radius: 6px !important;
}

.rounded-bottom-6 {
  border-bottom-right-radius: 6px !important;
  border-bottom-left-radius: 6px !important;
}

.rounded-bottom-left-6 {
  border-bottom-left-radius: 6px !important;
}

.rounded-bottom-right-6 {
  border-bottom-right-radius: 6px !important;
}

.rounded-left-6 {
  border-top-left-radius: 6px !important;
  border-bottom-left-radius: 6px !important;
}

.rounded-right-6 {
  border-top-right-radius: 6px !important;
  border-bottom-right-radius: 6px !important;
}

@media (max-width: 575.98px) {
  .w-xs-100 {
    width: 100% !important;
  }

  .w-xs-90 {
    width: 90% !important;
  }

  .w-xs-85 {
    width: 85% !important;
  }

  .w-xs-80 {
    width: 80% !important;
  }

  .w-xs-75 {
    width: 75% !important;
  }

  .w-xs-65 {
    width: 65% !important;
  }

  .w-xs-60 {
    width: 60% !important;
  }

  .w-xs-55 {
    width: 55% !important;
  }

  .w-xs-50 {
    width: 50% !important;
  }

  .w-xs-45 {
    width: 45% !important;
  }

  .w-xs-40 {
    width: 40% !important;
  }

  .w-xs-35 {
    width: 35% !important;
  }

  .w-xs-30 {
    width: 30% !important;
  }

  .w-xs-25 {
    width: 25% !important;
  }

  .min-w-xs-100 {
    min-width: 100% !important;
  }

  .min-w-xs-85 {
    min-width: 85% !important;
  }

  .min-w-xs-80 {
    min-width: 80% !important;
  }

  .min-w-xs-75 {
    min-width: 75% !important;
  }

  .min-w-xs-65 {
    min-width: 65% !important;
  }

  .min-w-xs-50 {
    min-width: 50% !important;
  }

  .min-w-xs-45 {
    min-width: 45% !important;
  }

  .min-w-xs-40 {
    min-width: 40% !important;
  }

  .min-w-xs-35 {
    min-width: 35% !important;
  }

  .min-w-xs-30 {
    min-width: 30% !important;
  }

  .min-w-xs-25 {
    min-width: 25% !important;
  }

  .max-w-xs-100 {
    max-width: 100% !important;
  }

  .max-w-xs-85 {
    max-width: 85% !important;
  }

  .max-w-xs-80 {
    max-width: 80% !important;
  }

  .max-w-xs-75 {
    max-width: 75% !important;
  }

  .max-w-xs-65 {
    max-width: 65% !important;
  }

  .max-w-xs-50 {
    max-width: 50% !important;
  }

  .max-w-xs-45 {
    max-width: 45% !important;
  }

  .max-w-xs-40 {
    max-width: 40% !important;
  }

  .max-w-xs-35 {
    max-width: 35% !important;
  }

  .max-w-xs-30 {
    max-width: 30% !important;
  }

  .max-w-xs-25 {
    max-width: 25% !important;
  }

  .h-xs-100 {
    height: 100% !important;
  }

  .h-xs-85 {
    height: 85% !important;
  }

  .h-xs-80 {
    height: 80% !important;
  }

  .h-xs-75 {
    height: 75% !important;
  }

  .h-xs-65 {
    height: 65% !important;
  }

  .h-xs-50 {
    height: 50% !important;
  }

  .h-xs-45 {
    height: 45% !important;
  }

  .h-xs-40 {
    height: 40% !important;
  }

  .h-xs-35 {
    height: 35% !important;
  }

  .h-xs-30 {
    height: 30% !important;
  }

  .h-xs-25 {
    height: 25% !important;
  }

  .min-h-xs-100 {
    min-height: 100% !important;
  }

  .min-h-xs-85 {
    min-height: 85% !important;
  }

  .min-h-xs-80 {
    min-height: 80% !important;
  }

  .min-h-xs-75 {
    min-height: 75% !important;
  }

  .min-h-xs-65 {
    min-height: 65% !important;
  }

  .min-h-xs-50 {
    min-height: 50% !important;
  }

  .min-h-xs-45 {
    min-height: 45% !important;
  }

  .min-h-xs-40 {
    min-height: 40% !important;
  }

  .min-h-xs-35 {
    min-height: 35% !important;
  }

  .min-h-xs-30 {
    min-height: 30% !important;
  }

  .min-h-xs-25 {
    min-height: 25% !important;
  }

  .max-h-xs-100 {
    max-height: 100% !important;
  }

  .max-h-xs-85 {
    max-height: 85% !important;
  }

  .max-h-xs-80 {
    max-height: 80% !important;
  }

  .max-h-xs-75 {
    max-height: 75% !important;
  }

  .max-h-xs-65 {
    max-height: 65% !important;
  }

  .max-h-xs-50 {
    max-height: 50% !important;
  }

  .max-h-xs-45 {
    max-height: 45% !important;
  }

  .max-h-xs-40 {
    max-height: 40% !important;
  }

  .max-h-xs-35 {
    max-height: 35% !important;
  }

  .max-h-xs-30 {
    max-height: 30% !important;
  }

  .max-h-xs-25 {
    max-height: 25% !important;
  }

  .lh-xs-5 {
    line-height: 5px !important;
  }

  .lh-xs-13 {
    line-height: 13px !important;
  }

  .lh-xs-14 {
    line-height: 14px !important;
  }

  .lh-xs-15 {
    line-height: 15px !important;
  }

  .lh-xs-16 {
    line-height: 16px !important;
  }

  .lh-xs-17 {
    line-height: 17px !important;
  }

  .lh-xs-18 {
    line-height: 18px !important;
  }

  .lh-xs-19 {
    line-height: 19px !important;
  }

  .lh-xs-20 {
    line-height: 20px !important;
  }

  .lh-xs-21 {
    line-height: 21px !important;
  }

  .lh-xs-22 {
    line-height: 22px !important;
  }

  .lh-xs-23 {
    line-height: 23px !important;
  }

  .lh-xs-24 {
    line-height: 24px !important;
  }

  .lh-xs-25 {
    line-height: 25px !important;
  }

  .lh-xs-26 {
    line-height: 26px !important;
  }

  .lh-xs-27 {
    line-height: 27px !important;
  }

  .lh-xs-28 {
    line-height: 28px !important;
  }

  .lh-xs-30 {
    line-height: 30px !important;
  }

  .lh-xs-32 {
    line-height: 32px !important;
  }

  .lh-xs-35 {
    line-height: 35px !important;
  }

  .lh-xs-40 {
    line-height: 40px !important;
  }

  .lh-xs-45 {
    line-height: 45px !important;
  }

  .lh-xs-47 {
    line-height: 47px !important;
  }

  .lh-xs-50 {
    line-height: 50px !important;
  }

  .lh-xs-57 {
    line-height: 57px !important;
  }

  .lh-xs-60 {
    line-height: 60px !important;
  }

  .lh-xs-67 {
    line-height: 67px !important;
  }

  .fs-xs-7 {
    font-size: 7px !important;
  }

  .fs-xs-9 {
    font-size: 9px !important;
  }

  .fs-xs-10 {
    font-size: 10px !important;
  }

  .fs-xs-11 {
    font-size: 11px !important;
  }

  .fs-xs-12 {
    font-size: 12px !important;
  }

  .fs-xs-13 {
    font-size: 13px !important;
  }

  .fs-xs-14 {
    font-size: 14px !important;
  }

  .fs-xs-15 {
    font-size: 15px !important;
  }

  .fs-xs-16 {
    font-size: 16px !important;
  }

  .fs-xs-17 {
    font-size: 17px !important;
  }

  .fs-xs-18 {
    font-size: 18px !important;
  }

  .fs-xs-20 {
    font-size: 20px !important;
  }

  .fs-xs-22 {
    font-size: 22px !important;
  }

  .fs-xs-23 {
    font-size: 23px !important;
  }

  .fs-xs-24 {
    font-size: 24px !important;
  }

  .fs-xs-25 {
    font-size: 25px !important;
  }

  .fs-xs-27 {
    font-size: 27px !important;
  }

  .fs-xs-28 {
    font-size: 28px !important;
  }

  .fs-xs-30 {
    font-size: 30px !important;
  }

  .fs-xs-33 {
    font-size: 33px !important;
  }

  .fs-xs-35 {
    font-size: 35px !important;
  }

  .fs-xs-40 {
    font-size: 40px !important;
  }

  .fs-xs-45 {
    font-size: 45px !important;
  }

  .fs-xs-48 {
    font-size: 48px !important;
  }

  .fs-xs-55 {
    font-size: 55px !important;
  }

  .ff-xs-light {
    font-family: robotoLight, Arial, sans-serif !important;
    font-weight: 300 !important;
  }

  .ff-xs-regular {
    font-family: robotoRegular, Arial, sans-serif !important;
    font-weight: 400 !important;
  }

  .ff-xs-medium {
    font-family: robotoMedium, Arial, sans-serif !important;
    font-weight: 700 !important;
  }

  .ff-xs-bold {
    font-family: robotoBold, Arial, sans-serif !important;
    font-weight: 900 !important;
  }

  .ff-xs-cond-regular {
    font-family: robotoCondRegular, Arial, sans-serif !important;
    font-weight: 400 !important;
  }

  .ff-xs-cond-bold {
    font-family: robotoCondBold, Arial, sans-serif !important;
    font-weight: 700 !important;
  }

  .ff-xs-black {
    font-family: robotoBlack, Arial, sans-serif !important;
    font-weight: 900 !important;
  }

  .bgs-xs-contain {
    background-size: contain !important;
  }

  .bgs-xs-cover {
    background-size: cover !important;
  }

  .bg-xs-amarillo {
    background-color: #FFC96C !important;
  }

  .bg-xs-amarillo-500 {
    background-color: #9F5B00 !important;
  }

  .bg-xs-azul {
    background-color: #375DBF !important;
  }

  .bg-xs-blanco {
    background-color: #FFF !important;
  }

  .bg-xs-celeste {
    background-color: #F3FAFF !important;
  }

  .bg-xs-celeste-50 {
    background-color: #EAF7FF !important;
  }

  .bg-xs-celeste-200 {
    background-color: #D0EAFB !important;
  }

  .bg-xs-celeste-500 {
    background-color: #95D2FA !important;
  }

  .bg-xs-celeste-700 {
    background-color: #4D86FF !important;
  }

  .bg-xs-gris {
    background-color: #F6F8F9 !important;
  }

  .bg-xs-gris-200 {
    background-color: #eee !important;
  }

  .bg-xs-gris-700 {
    background-color: #747474 !important;
  }

  .bg-xs-negro {
    background-color: #202124 !important;
  }

  .bg-xs-rojo {
    background-color: #FF4D4D !important;
  }

  .bg-xs-verde-100 {
    background-color: #A3DAA8 !important;
  }

  .bg-xs-verde-200 {
    background-color: #52E5BA !important;
  }

  .bg-xs-verde-700 {
    background-color: #006C4C !important;
  }

  .bg-pos-xs-tl {
    background-position: top left !important;
  }

  .bg-pos-xs-tr {
    background-position: top right !important;
  }

  .bg-pos-xs-tc {
    background-position: top center !important;
  }

  .bg-pos-xs-bl {
    background-position: bottom left !important;
  }

  .bg-pos-xs-br {
    background-position: bottom right !important;
  }

  .bg-pos-xs-bc {
    background-position: bottom center !important;
  }

  .bg-pos-xs-cl {
    background-position: center left !important;
  }

  .bg-pos-xs-cr {
    background-position: center right !important;
  }

  .bg-pos-xs-cc {
    background-position: center center !important;
  }

  .d-xs-none-pseudo:before, .d-xs-none-pseudo:after {
    display: none;
  }

  .bgs-xs-10 {
    background-size: 10px !important;
  }

  .bgs-xs-12 {
    background-size: 12px !important;
  }

  .bgs-xs-14 {
    background-size: 14px !important;
  }

  .bgs-xs-16 {
    background-size: 16px !important;
  }

  .bgs-xs-18 {
    background-size: 18px !important;
  }

  .bgs-xs-20 {
    background-size: 20px !important;
  }

  .bgs-xs-22 {
    background-size: 22px !important;
  }

  .bgs-xs-24 {
    background-size: 24px !important;
  }

  .bgs-xs-26 {
    background-size: 26px !important;
  }

  .bgs-xs-28 {
    background-size: 28px !important;
  }

  .bgs-xs-30 {
    background-size: 30px !important;
  }

  .bgs-xs-32 {
    background-size: 32px !important;
  }

  .bgs-xs-34 {
    background-size: 34px !important;
  }

  .bgs-xs-36 {
    background-size: 36px !important;
  }

  .txt-indent-xs-10 {
    text-indent: 10px !important;
  }

  .txt-indent-xs-12 {
    text-indent: 12px !important;
  }

  .txt-indent-xs-14 {
    text-indent: 14px !important;
  }

  .txt-indent-xs-16 {
    text-indent: 16px !important;
  }

  .txt-indent-xs-18 {
    text-indent: 18px !important;
  }

  .txt-indent-xs-20 {
    text-indent: 20px !important;
  }

  .txt-indent-xs-22 {
    text-indent: 22px !important;
  }

  .txt-indent-xs-24 {
    text-indent: 24px !important;
  }

  .txt-indent-xs-26 {
    text-indent: 26px !important;
  }

  .txt-indent-xs-28 {
    text-indent: 28px !important;
  }

  .txt-indent-xs-30 {
    text-indent: 30px !important;
  }

  .txt-indent-xs-32 {
    text-indent: 30px !important;
  }

  .txt-indent-xs-34 {
    text-indent: 30px !important;
  }

  .txt-indent-xs-36 {
    text-indent: 30px !important;
  }

  .position-xs-absolute {
    position: absolute !important;
  }

  .position-xs-relative {
    position: relative !important;
  }

  .position-xs-static {
    position: static !important;
  }

  .position-xs-sticky {
    position: sticky !important;
  }

  .position-xs-inherit {
    position: inherit !important;
  }

  .position-xs-fixed {
    position: fixed !important;
  }

  .position-xs-absolute.position-xs-tr,
.position-xs-relative.position-xs-tr,
.position-xs-static.position-xs-tr,
.position-xs-sticky.position-xs-tr,
.position-xs-inherit.position-xs-tr,
.position-xs-fixed.position-xs-tr {
    top: 0 !important;
    right: 0 !important;
    bottom: inherit !important;
    left: inherit !important;
  }
  .position-xs-absolute.position-xs-tl,
.position-xs-relative.position-xs-tl,
.position-xs-static.position-xs-tl,
.position-xs-sticky.position-xs-tl,
.position-xs-inherit.position-xs-tl,
.position-xs-fixed.position-xs-tl {
    top: 0 !important;
    right: inherit !important;
    bottom: inherit !important;
    left: 0 !important;
  }
  .position-xs-absolute.position-xs-br,
.position-xs-relative.position-xs-br,
.position-xs-static.position-xs-br,
.position-xs-sticky.position-xs-br,
.position-xs-inherit.position-xs-br,
.position-xs-fixed.position-xs-br {
    top: inherit !important;
    right: 0 !important;
    bottom: 0 !important;
    left: inherit !important;
  }
  .position-xs-absolute.position-xs-bl,
.position-xs-relative.position-xs-bl,
.position-xs-static.position-xs-bl,
.position-xs-sticky.position-xs-bl,
.position-xs-inherit.position-xs-bl,
.position-xs-fixed.position-xs-bl {
    top: inherit !important;
    right: inherit !important;
    bottom: 0 !important;
    left: 0 !important;
  }

  .z-index-xs-0 {
    z-index: 0;
  }

  .z-index-xs-1 {
    z-index: 100;
  }

  .z-index-xs-2 {
    z-index: 200;
  }

  .z-index-xs-3 {
    z-index: 300;
  }

  .z-index-xs-4 {
    z-index: 400;
  }

  .z-index-xs-5 {
    z-index: 500;
  }

  .z-index-xs-6 {
    z-index: 600;
  }

  .z-index-xs-7 {
    z-index: 700;
  }

  .z-index-xs-8 {
    z-index: 800;
  }

  .z-index-xs-9 {
    z-index: 900;
  }

  .z-index-xs-10 {
    z-index: 1000;
  }

  .z-index-xs-100 {
    z-index: 10000;
  }

  .rounded-top-xs-0 {
    border-top-right-radius: 0 !important;
    border-top-left-radius: 0 !important;
  }

  .rounded-top-left-xs-0 {
    border-top-left-radius: 0 !important;
  }

  .rounded-top-right-xs-0 {
    border-top-right-radius: 0 !important;
  }

  .rounded-bottom-xs-0 {
    border-bottom-right-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
  }

  .rounded-bottom-left-xs-0 {
    border-bottom-left-radius: 0 !important;
  }

  .rounded-bottom-right-xs-0 {
    border-bottom-right-radius: 0 !important;
  }

  .rounded-left-xs-0 {
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
  }

  .rounded-right-xs-0 {
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
  }

  .rounded-top-xs-6 {
    border-top-right-radius: 6px !important;
    border-top-left-radius: 6px !important;
  }

  .rounded-top-left-xs-6 {
    border-top-left-radius: 6px !important;
  }

  .rounded-top-right-xs-6 {
    border-top-right-radius: 6px !important;
  }

  .rounded-bottom-xs-6 {
    border-bottom-right-radius: 6px !important;
    border-bottom-left-radius: 6px !important;
  }

  .rounded-bottom-left-xs-6 {
    border-bottom-left-radius: 6px !important;
  }

  .rounded-bottom-right-xs-6 {
    border-bottom-right-radius: 6px !important;
  }

  .rounded-left-xs-6 {
    border-top-left-radius: 6px !important;
    border-bottom-left-radius: 6px !important;
  }

  .rounded-right-xs-6 {
    border-top-right-radius: 6px !important;
    border-bottom-right-radius: 6px !important;
  }

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

  .d-xs-flex {
    display: flex !important;
  }

  .d-xs-inline {
    display: inline !important;
  }

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

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

  .d-xs-inherit {
    display: inherit !important;
  }

  .pt-xs-0 {
    padding-top: 0 !important;
  }

  .pt-xs-1 {
    padding-top: 0.25rem !important;
  }

  .pt-xs-2 {
    padding-top: 0.5rem !important;
  }

  .pt-xs-3 {
    padding-top: 1rem !important;
  }

  .pt-xs-4 {
    padding-top: 1.5rem !important;
  }

  .pt-xs-5 {
    padding-top: 3rem !important;
  }

  .pr-xs-0 {
    padding-right: 0 !important;
  }

  .pr-xs-1 {
    padding-right: 0.25rem !important;
  }

  .pr-xs-2 {
    padding-right: 0.5rem !important;
  }

  .pr-xs-3 {
    padding-right: 1rem !important;
  }

  .pr-xs-4 {
    padding-right: 1.5rem !important;
  }

  .pr-xs-5 {
    padding-right: 3rem !important;
  }

  .pb-xs-0 {
    padding-bottom: 0 !important;
  }

  .pb-xs-1 {
    padding-bottom: 0.25rem !important;
  }

  .pb-xs-2 {
    padding-bottom: 0.5rem !important;
  }

  .pb-xs-3 {
    padding-bottom: 1rem !important;
  }

  .pb-xs-4 {
    padding-bottom: 1.5rem !important;
  }

  .pb-xs-5 {
    padding-bottom: 3rem !important;
  }

  .pl-xs-0 {
    padding-left: 0 !important;
  }

  .pl-xs-1 {
    padding-left: 0.25rem !important;
  }

  .pl-xs-2 {
    padding-left: 0.5rem !important;
  }

  .pl-xs-3 {
    padding-left: 1rem !important;
  }

  .pl-xs-4 {
    padding-left: 1.5rem !important;
  }

  .pl-xs-5 {
    padding-left: 3rem !important;
  }

  .py-xs-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .py-xs-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }

  .py-xs-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }

  .py-xs-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

  .py-xs-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }

  .py-xs-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }

  .px-xs-0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .px-xs-1 {
    padding-left: 0.25rem !important;
    padding-right: 0.25rem !important;
  }

  .px-xs-2 {
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
  }

  .px-xs-3 {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }

  .px-xs-4 {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }

  .px-xs-5 {
    padding-left: 3rem !important;
    padding-right: 3rem !important;
  }

  .mt-xs-0 {
    margin-top: 0 !important;
  }

  .mt-xs-1 {
    margin-top: 0.25rem !important;
  }

  .mt-xs-2 {
    margin-top: 0.5rem !important;
  }

  .mt-xs-3 {
    margin-top: 1rem !important;
  }

  .mt-xs-4 {
    margin-top: 1.5rem !important;
  }

  .mt-xs-5 {
    margin-top: 3rem !important;
  }

  .mr-xs-0 {
    margin-right: 0 !important;
  }

  .mr-xs-1 {
    margin-right: 0.25rem !important;
  }

  .mr-xs-2 {
    margin-right: 0.5rem !important;
  }

  .mr-xs-3 {
    margin-right: 1rem !important;
  }

  .mr-xs-4 {
    margin-right: 1.5rem !important;
  }

  .mr-xs-5 {
    margin-right: 3rem !important;
  }

  .mb-xs-0 {
    margin-bottom: 0 !important;
  }

  .mb-xs-1 {
    margin-bottom: 0.25rem !important;
  }

  .mb-xs-2 {
    margin-bottom: 0.5rem !important;
  }

  .mb-xs-3 {
    margin-bottom: 1rem !important;
  }

  .mb-xs-4 {
    margin-bottom: 1.5rem !important;
  }

  .mb-xs-5 {
    margin-bottom: 3rem !important;
  }

  .ml-xs-0 {
    margin-left: 0 !important;
  }

  .ml-xs-1 {
    margin-left: 0.25rem !important;
  }

  .ml-xs-2 {
    margin-left: 0.5rem !important;
  }

  .ml-xs-3 {
    margin-left: 1rem !important;
  }

  .ml-xs-4 {
    margin-left: 1.5rem !important;
  }

  .ml-xs-5 {
    margin-left: 3rem !important;
  }

  .my-xs-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .my-xs-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }

  .my-xs-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }

  .my-xs-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }

  .my-xs-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }

  .my-xs-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }

  .mx-xs-0 {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  .mx-xs-1 {
    margin-left: 0.25rem !important;
    margin-right: 0.25rem !important;
  }

  .mx-xs-2 {
    margin-left: 0.5rem !important;
    margin-right: 0.5rem !important;
  }

  .mx-xs-3 {
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }

  .mx-xs-4 {
    margin-left: 1.5rem !important;
    margin-right: 1.5rem !important;
  }

  .mx-xs-5 {
    margin-left: 3rem !important;
    margin-right: 3rem !important;
  }

  .mx-xs-auto {
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 576px) {
  .w-sm-100 {
    width: 100% !important;
  }

  .w-sm-90 {
    width: 90% !important;
  }

  .w-sm-85 {
    width: 85% !important;
  }

  .w-sm-80 {
    width: 80% !important;
  }

  .w-sm-75 {
    width: 75% !important;
  }

  .w-sm-65 {
    width: 65% !important;
  }

  .w-sm-60 {
    width: 60% !important;
  }

  .w-sm-55 {
    width: 55% !important;
  }

  .w-sm-50 {
    width: 50% !important;
  }

  .w-sm-45 {
    width: 45% !important;
  }

  .w-sm-40 {
    width: 40% !important;
  }

  .w-sm-35 {
    width: 35% !important;
  }

  .w-sm-30 {
    width: 30% !important;
  }

  .w-sm-25 {
    width: 25% !important;
  }

  .min-w-sm-100 {
    min-width: 100% !important;
  }

  .min-w-sm-85 {
    min-width: 85% !important;
  }

  .min-w-sm-80 {
    min-width: 80% !important;
  }

  .min-w-sm-75 {
    min-width: 75% !important;
  }

  .min-w-sm-65 {
    min-width: 65% !important;
  }

  .min-w-sm-50 {
    min-width: 50% !important;
  }

  .min-w-sm-45 {
    min-width: 45% !important;
  }

  .min-w-sm-40 {
    min-width: 40% !important;
  }

  .min-w-sm-35 {
    min-width: 35% !important;
  }

  .min-w-sm-30 {
    min-width: 30% !important;
  }

  .min-w-sm-25 {
    min-width: 25% !important;
  }

  .max-w-sm-100 {
    max-width: 100% !important;
  }

  .max-w-sm-85 {
    max-width: 85% !important;
  }

  .max-w-sm-80 {
    max-width: 80% !important;
  }

  .max-w-sm-75 {
    max-width: 75% !important;
  }

  .max-w-sm-65 {
    max-width: 65% !important;
  }

  .max-w-sm-50 {
    max-width: 50% !important;
  }

  .max-w-sm-45 {
    max-width: 45% !important;
  }

  .max-w-sm-40 {
    max-width: 40% !important;
  }

  .max-w-sm-35 {
    max-width: 35% !important;
  }

  .max-w-sm-30 {
    max-width: 30% !important;
  }

  .max-w-sm-25 {
    max-width: 25% !important;
  }

  .h-sm-100 {
    height: 100% !important;
  }

  .h-sm-85 {
    height: 85% !important;
  }

  .h-sm-80 {
    height: 80% !important;
  }

  .h-sm-75 {
    height: 75% !important;
  }

  .h-sm-65 {
    height: 65% !important;
  }

  .h-sm-50 {
    height: 50% !important;
  }

  .h-sm-45 {
    height: 45% !important;
  }

  .h-sm-40 {
    height: 40% !important;
  }

  .h-sm-35 {
    height: 35% !important;
  }

  .h-sm-30 {
    height: 30% !important;
  }

  .h-sm-25 {
    height: 25% !important;
  }

  .min-h-sm-100 {
    min-height: 100% !important;
  }

  .min-h-sm-85 {
    min-height: 85% !important;
  }

  .min-h-sm-80 {
    min-height: 80% !important;
  }

  .min-h-sm-75 {
    min-height: 75% !important;
  }

  .min-h-sm-65 {
    min-height: 65% !important;
  }

  .min-h-sm-50 {
    min-height: 50% !important;
  }

  .min-h-sm-45 {
    min-height: 45% !important;
  }

  .min-h-sm-40 {
    min-height: 40% !important;
  }

  .min-h-sm-35 {
    min-height: 35% !important;
  }

  .min-h-sm-30 {
    min-height: 30% !important;
  }

  .min-h-sm-25 {
    min-height: 25% !important;
  }

  .max-h-sm-100 {
    max-height: 100% !important;
  }

  .max-h-sm-85 {
    max-height: 85% !important;
  }

  .max-h-sm-80 {
    max-height: 80% !important;
  }

  .max-h-sm-75 {
    max-height: 75% !important;
  }

  .max-h-sm-65 {
    max-height: 65% !important;
  }

  .max-h-sm-50 {
    max-height: 50% !important;
  }

  .max-h-sm-45 {
    max-height: 45% !important;
  }

  .max-h-sm-40 {
    max-height: 40% !important;
  }

  .max-h-sm-35 {
    max-height: 35% !important;
  }

  .max-h-sm-30 {
    max-height: 30% !important;
  }

  .max-h-sm-25 {
    max-height: 25% !important;
  }

  .lh-sm-5 {
    line-height: 5px !important;
  }

  .lh-sm-13 {
    line-height: 13px !important;
  }

  .lh-sm-14 {
    line-height: 14px !important;
  }

  .lh-sm-15 {
    line-height: 15px !important;
  }

  .lh-sm-16 {
    line-height: 16px !important;
  }

  .lh-sm-17 {
    line-height: 17px !important;
  }

  .lh-sm-18 {
    line-height: 18px !important;
  }

  .lh-sm-19 {
    line-height: 19px !important;
  }

  .lh-sm-20 {
    line-height: 20px !important;
  }

  .lh-sm-21 {
    line-height: 21px !important;
  }

  .lh-sm-22 {
    line-height: 22px !important;
  }

  .lh-sm-23 {
    line-height: 23px !important;
  }

  .lh-sm-24 {
    line-height: 24px !important;
  }

  .lh-sm-25 {
    line-height: 25px !important;
  }

  .lh-sm-26 {
    line-height: 26px !important;
  }

  .lh-sm-27 {
    line-height: 27px !important;
  }

  .lh-sm-28 {
    line-height: 28px !important;
  }

  .lh-sm-30 {
    line-height: 30px !important;
  }

  .lh-sm-32 {
    line-height: 32px !important;
  }

  .lh-sm-35 {
    line-height: 35px !important;
  }

  .lh-sm-40 {
    line-height: 40px !important;
  }

  .lh-sm-45 {
    line-height: 45px !important;
  }

  .lh-sm-47 {
    line-height: 47px !important;
  }

  .lh-sm-50 {
    line-height: 50px !important;
  }

  .lh-sm-57 {
    line-height: 57px !important;
  }

  .lh-sm-60 {
    line-height: 60px !important;
  }

  .lh-sm-67 {
    line-height: 67px !important;
  }

  .fs-sm-7 {
    font-size: 7px !important;
  }

  .fs-sm-9 {
    font-size: 9px !important;
  }

  .fs-sm-10 {
    font-size: 10px !important;
  }

  .fs-sm-11 {
    font-size: 11px !important;
  }

  .fs-sm-12 {
    font-size: 12px !important;
  }

  .fs-sm-13 {
    font-size: 13px !important;
  }

  .fs-sm-14 {
    font-size: 14px !important;
  }

  .fs-sm-15 {
    font-size: 15px !important;
  }

  .fs-sm-16 {
    font-size: 16px !important;
  }

  .fs-sm-17 {
    font-size: 17px !important;
  }

  .fs-sm-18 {
    font-size: 18px !important;
  }

  .fs-sm-19 {
    font-size: 19px !important;
  }

  .fs-sm-20 {
    font-size: 20px !important;
  }

  .fs-sm-21 {
    font-size: 21px !important;
  }

  .fs-sm-22 {
    font-size: 22px !important;
  }

  .fs-sm-23 {
    font-size: 23px !important;
  }

  .fs-sm-24 {
    font-size: 24px !important;
  }

  .fs-sm-25 {
    font-size: 25px !important;
  }

  .fs-sm-27 {
    font-size: 27px !important;
  }

  .fs-sm-30 {
    font-size: 30px !important;
  }

  .fs-sm-33 {
    font-size: 33px !important;
  }

  .fs-sm-35 {
    font-size: 35px !important;
  }

  .fs-sm-38 {
    font-size: 38px !important;
  }

  .fs-sm-40 {
    font-size: 40px !important;
  }

  .fs-sm-45 {
    font-size: 45px !important;
  }

  .fs-sm-48 {
    font-size: 48px !important;
  }

  .fs-sm-55 {
    font-size: 55px !important;
  }

  .ff-sm-light {
    font-family: robotoLight, Arial, sans-serif !important;
    font-weight: 300 !important;
  }

  .ff-sm-regular {
    font-family: robotoRegular, Arial, sans-serif !important;
    font-weight: 400 !important;
  }

  .ff-sm-medium {
    font-family: robotoMedium, Arial, sans-serif !important;
    font-weight: 700 !important;
  }

  .ff-sm-bold {
    font-family: robotoBold, Arial, sans-serif !important;
    font-weight: 900 !important;
  }

  .ff-sm-cond-regular {
    font-family: robotoCondRegular, Arial, sans-serif !important;
    font-weight: 400 !important;
  }

  .ff-sm-cond-bold {
    font-family: robotoCondBold, Arial, sans-serif !important;
    font-weight: 700 !important;
  }

  .ff-sm-black {
    font-family: robotoBlack, Arial, sans-serif !important;
    font-weight: 900 !important;
  }

  .bg-sm-amarillo {
    background-color: #FFC96C !important;
  }

  .bg-sm-amarillo-500 {
    background-color: #9F5B00 !important;
  }

  .bg-sm-azul {
    background-color: #375DBF !important;
  }

  .bg-sm-blanco {
    background-color: #FFF !important;
  }

  .bg-sm-celeste {
    background-color: #F3FAFF !important;
  }

  .bg-sm-celeste-50 {
    background-color: #EAF7FF !important;
  }

  .bg-sm-celeste-200 {
    background-color: #D0EAFB !important;
  }

  .bg-sm-celeste-500 {
    background-color: #95D2FA !important;
  }

  .bg-sm-celeste-700 {
    background-color: #4D86FF !important;
  }

  .bg-sm-gris {
    background-color: #F6F8F9 !important;
  }

  .bg-sm-gris-200 {
    background-color: #eee !important;
  }

  .bg-sm-gris-500 {
    background-color: #bbb !important;
  }

  .bg-sm-gris-700 {
    background-color: #747474 !important;
  }

  .bg-sm-negro {
    background-color: #202124 !important;
  }

  .bg-sm-rojo {
    background-color: #FF4D4D !important;
  }

  .bg-sm-verde-100 {
    background-color: #A3DAA8 !important;
  }

  .bg-sm-verde-200 {
    background-color: #52E5BA !important;
  }

  .bg-sm-verde-700 {
    background-color: #006C4C !important;
  }

  .bg-pos-sm-tl {
    background-position: top left !important;
  }

  .bg-pos-sm-tr {
    background-position: top right !important;
  }

  .bg-pos-sm-tc {
    background-position: top center !important;
  }

  .bg-pos-sm-bl {
    background-position: bottom left !important;
  }

  .bg-pos-sm-br {
    background-position: bottom right !important;
  }

  .bg-pos-sm-bc {
    background-position: bottom center !important;
  }

  .bg-pos-sm-cl {
    background-position: center left !important;
  }

  .bg-pos-sm-cr {
    background-position: center right !important;
  }

  .bg-pos-sm-cc {
    background-position: center center !important;
  }

  .d-sm-none-pseudo:before, .d-sm-none-pseudo:after {
    display: none;
  }

  .bgs-sm-contain {
    background-size: contain !important;
  }

  .bgs-sm-cover {
    background-size: cover !important;
  }

  .bgs-sm-10 {
    background-size: 10px !important;
  }

  .bgs-sm-12 {
    background-size: 12px !important;
  }

  .bgs-sm-14 {
    background-size: 14px !important;
  }

  .bgs-sm-16 {
    background-size: 16px !important;
  }

  .bgs-sm-18 {
    background-size: 18px !important;
  }

  .bgs-sm-20 {
    background-size: 20px !important;
  }

  .bgs-sm-22 {
    background-size: 22px !important;
  }

  .bgs-sm-24 {
    background-size: 24px !important;
  }

  .bgs-sm-26 {
    background-size: 26px !important;
  }

  .bgs-sm-28 {
    background-size: 28px !important;
  }

  .bgs-sm-30 {
    background-size: 30px !important;
  }

  .bgs-sm-32 {
    background-size: 32px !important;
  }

  .bgs-sm-34 {
    background-size: 34px !important;
  }

  .bgs-sm-36 {
    background-size: 36px !important;
  }

  .txt-indent-sm-10 {
    text-indent: 10px !important;
  }

  .txt-indent-sm-12 {
    text-indent: 12px !important;
  }

  .txt-indent-sm-14 {
    text-indent: 14px !important;
  }

  .txt-indent-sm-16 {
    text-indent: 16px !important;
  }

  .txt-indent-sm-18 {
    text-indent: 18px !important;
  }

  .txt-indent-sm-20 {
    text-indent: 20px !important;
  }

  .txt-indent-sm-22 {
    text-indent: 22px !important;
  }

  .txt-indent-sm-24 {
    text-indent: 24px !important;
  }

  .txt-indent-sm-26 {
    text-indent: 26px !important;
  }

  .txt-indent-sm-28 {
    text-indent: 28px !important;
  }

  .txt-indent-sm-30 {
    text-indent: 30px !important;
  }

  .txt-indent-sm-32 {
    text-indent: 32px !important;
  }

  .txt-indent-sm-34 {
    text-indent: 34px !important;
  }

  .txt-indent-sm-36 {
    text-indent: 36px !important;
  }

  .position-sm-absolute {
    position: absolute !important;
  }

  .position-sm-relative {
    position: relative !important;
  }

  .position-sm-static {
    position: static !important;
  }

  .position-sm-sticky {
    position: sticky !important;
  }

  .position-sm-inherit {
    position: inherit !important;
  }

  .position-sm-fixed {
    position: fixed !important;
  }

  .position-sm-absolute.position-sm-tr,
.position-sm-relative.position-sm-tr,
.position-sm-static.position-sm-tr,
.position-sm-sticky.position-sm-tr,
.position-sm-inherit.position-sm-tr,
.position-sm-fixed.position-sm-tr {
    top: 0 !important;
    right: 0 !important;
    bottom: inherit !important;
    left: inherit !important;
  }
  .position-sm-absolute.position-sm-tl,
.position-sm-relative.position-sm-tl,
.position-sm-static.position-sm-tl,
.position-sm-sticky.position-sm-tl,
.position-sm-inherit.position-sm-tl,
.position-sm-fixed.position-sm-tl {
    top: 0 !important;
    right: inherit !important;
    bottom: inherit !important;
    left: 0 !important;
  }
  .position-sm-absolute.position-sm-br,
.position-sm-relative.position-sm-br,
.position-sm-static.position-sm-br,
.position-sm-sticky.position-sm-br,
.position-sm-inherit.position-sm-br,
.position-sm-fixed.position-sm-br {
    top: inherit !important;
    right: 0 !important;
    bottom: 0 !important;
    left: inherit !important;
  }
  .position-sm-absolute.position-sm-bl,
.position-sm-relative.position-sm-bl,
.position-sm-static.position-sm-bl,
.position-sm-sticky.position-sm-bl,
.position-sm-inherit.position-sm-bl,
.position-sm-fixed.position-sm-bl {
    top: inherit !important;
    right: inherit !important;
    bottom: 0 !important;
    left: 0 !important;
  }

  .z-index-sm-0 {
    z-index: 0;
  }

  .z-index-sm-1 {
    z-index: 100;
  }

  .z-index-sm-2 {
    z-index: 200;
  }

  .z-index-sm-3 {
    z-index: 300;
  }

  .z-index-sm-4 {
    z-index: 400;
  }

  .z-index-sm-5 {
    z-index: 500;
  }

  .z-index-sm-6 {
    z-index: 600;
  }

  .z-index-sm-7 {
    z-index: 700;
  }

  .z-index-sm-8 {
    z-index: 800;
  }

  .z-index-sm-9 {
    z-index: 900;
  }

  .z-index-sm-10 {
    z-index: 1000;
  }

  .z-index-sm-100 {
    z-index: 10000;
  }

  .rounded-top-sm-6 {
    border-top-right-radius: 6px !important;
    border-top-left-radius: 6px !important;
  }

  .rounded-top-left-sm-6 {
    border-top-left-radius: 6px !important;
  }

  .rounded-top-right-sm-6 {
    border-top-right-radius: 6px !important;
  }

  .rounded-bottom-sm-6 {
    border-bottom-right-radius: 6px !important;
    border-bottom-left-radius: 6px !important;
  }

  .rounded-bottom-left-sm-6 {
    border-bottom-left-radius: 6px !important;
  }

  .rounded-bottom-right-sm-6 {
    border-bottom-right-radius: 6px !important;
  }

  .rounded-left-sm-6 {
    border-top-left-radius: 6px !important;
    border-bottom-left-radius: 6px !important;
  }

  .rounded-right-sm-6 {
    border-top-right-radius: 6px !important;
    border-bottom-right-radius: 6px !important;
  }
}
@media (min-width: 768px) {
  .w-md-100 {
    width: 100% !important;
  }

  .w-md-90 {
    width: 90% !important;
  }

  .w-md-85 {
    width: 85% !important;
  }

  .w-md-80 {
    width: 80% !important;
  }

  .w-md-75 {
    width: 75% !important;
  }

  .w-md-65 {
    width: 65% !important;
  }

  .w-md-60 {
    width: 60% !important;
  }

  .w-md-55 {
    width: 55% !important;
  }

  .w-md-50 {
    width: 50% !important;
  }

  .w-md-45 {
    width: 45% !important;
  }

  .w-md-40 {
    width: 40% !important;
  }

  .w-md-35 {
    width: 35% !important;
  }

  .w-md-30 {
    width: 30% !important;
  }

  .w-md-25 {
    width: 25% !important;
  }

  .min-w-md-100 {
    min-width: 100% !important;
  }

  .min-w-md-85 {
    min-width: 85% !important;
  }

  .min-w-md-80 {
    min-width: 80% !important;
  }

  .min-w-md-75 {
    min-width: 75% !important;
  }

  .min-w-md-65 {
    min-width: 65% !important;
  }

  .min-w-md-50 {
    min-width: 50% !important;
  }

  .min-w-md-45 {
    min-width: 45% !important;
  }

  .min-w-md-40 {
    min-width: 40% !important;
  }

  .min-w-md-35 {
    min-width: 35% !important;
  }

  .min-w-md-30 {
    min-width: 30% !important;
  }

  .min-w-md-25 {
    min-width: 25% !important;
  }

  .max-w-md-100 {
    max-width: 100% !important;
  }

  .max-w-md-85 {
    max-width: 85% !important;
  }

  .max-w-md-80 {
    max-width: 80% !important;
  }

  .max-w-md-75 {
    max-width: 75% !important;
  }

  .max-w-md-65 {
    max-width: 65% !important;
  }

  .max-w-md-50 {
    max-width: 50% !important;
  }

  .max-w-md-45 {
    max-width: 45% !important;
  }

  .max-w-md-40 {
    max-width: 40% !important;
  }

  .max-w-md-35 {
    max-width: 35% !important;
  }

  .max-w-md-30 {
    max-width: 30% !important;
  }

  .max-w-md-25 {
    max-width: 25% !important;
  }

  .h-md-100 {
    height: 100% !important;
  }

  .h-md-85 {
    height: 85% !important;
  }

  .h-md-80 {
    height: 80% !important;
  }

  .h-md-75 {
    height: 75% !important;
  }

  .h-md-65 {
    height: 65% !important;
  }

  .h-md-50 {
    height: 50% !important;
  }

  .h-md-45 {
    height: 45% !important;
  }

  .h-md-40 {
    height: 40% !important;
  }

  .h-md-35 {
    height: 35% !important;
  }

  .h-md-30 {
    height: 30% !important;
  }

  .h-md-25 {
    height: 25% !important;
  }

  .min-h-md-100 {
    min-height: 100% !important;
  }

  .min-h-md-85 {
    min-height: 85% !important;
  }

  .min-h-md-80 {
    min-height: 80% !important;
  }

  .min-h-md-75 {
    min-height: 75% !important;
  }

  .min-h-md-65 {
    min-height: 65% !important;
  }

  .min-h-md-50 {
    min-height: 50% !important;
  }

  .min-h-md-45 {
    min-height: 45% !important;
  }

  .min-h-md-40 {
    min-height: 40% !important;
  }

  .min-h-md-35 {
    min-height: 35% !important;
  }

  .min-h-md-30 {
    min-height: 30% !important;
  }

  .min-h-md-25 {
    min-height: 25% !important;
  }

  .max-h-md-100 {
    max-height: 100% !important;
  }

  .max-h-md-85 {
    max-height: 85% !important;
  }

  .max-h-md-80 {
    max-height: 80% !important;
  }

  .max-h-md-75 {
    max-height: 75% !important;
  }

  .max-h-md-65 {
    max-height: 65% !important;
  }

  .max-h-md-50 {
    max-height: 50% !important;
  }

  .max-h-md-45 {
    max-height: 45% !important;
  }

  .max-h-md-40 {
    max-height: 40% !important;
  }

  .max-h-md-35 {
    max-height: 35% !important;
  }

  .max-h-md-30 {
    max-height: 30% !important;
  }

  .max-h-md-25 {
    max-height: 25% !important;
  }

  .lh-md-5 {
    line-height: 5px !important;
  }

  .lh-md-13 {
    line-height: 13px !important;
  }

  .lh-md-14 {
    line-height: 14px !important;
  }

  .lh-md-15 {
    line-height: 15px !important;
  }

  .lh-md-16 {
    line-height: 16px !important;
  }

  .lh-md-17 {
    line-height: 17px !important;
  }

  .lh-md-18 {
    line-height: 18px !important;
  }

  .lh-md-19 {
    line-height: 19px !important;
  }

  .lh-md-20 {
    line-height: 20px !important;
  }

  .lh-md-21 {
    line-height: 21px !important;
  }

  .lh-md-22 {
    line-height: 22px !important;
  }

  .lh-md-23 {
    line-height: 23px !important;
  }

  .lh-md-24 {
    line-height: 24px !important;
  }

  .lh-md-25 {
    line-height: 25px !important;
  }

  .lh-md-26 {
    line-height: 26px !important;
  }

  .lh-md-27 {
    line-height: 27px !important;
  }

  .lh-md-28 {
    line-height: 28px !important;
  }

  .lh-md-30 {
    line-height: 30px !important;
  }

  .lh-md-32 {
    line-height: 32px !important;
  }

  .lh-md-35 {
    line-height: 35px !important;
  }

  .lh-md-40 {
    line-height: 40px !important;
  }

  .lh-md-45 {
    line-height: 45px !important;
  }

  .lh-md-47 {
    line-height: 47px !important;
  }

  .lh-md-50 {
    line-height: 50px !important;
  }

  .lh-md-57 {
    line-height: 57px !important;
  }

  .lh-md-60 {
    line-height: 60px !important;
  }

  .lh-md-67 {
    line-height: 67px !important;
  }

  .fs-md-7 {
    font-size: 7px !important;
  }

  .fs-md-9 {
    font-size: 9px !important;
  }

  .fs-md-10 {
    font-size: 10px !important;
  }

  .fs-md-11 {
    font-size: 11px !important;
  }

  .fs-md-12 {
    font-size: 12px !important;
  }

  .fs-md-13 {
    font-size: 13px !important;
  }

  .fs-md-14 {
    font-size: 14px !important;
  }

  .fs-md-15 {
    font-size: 15px !important;
  }

  .fs-md-16 {
    font-size: 16px !important;
  }

  .fs-md-17 {
    font-size: 17px !important;
  }

  .fs-md-18 {
    font-size: 18px !important;
  }

  .fs-md-19 {
    font-size: 19px !important;
  }

  .fs-md-20 {
    font-size: 20px !important;
  }

  .fs-md-22 {
    font-size: 22px !important;
  }

  .fs-md-23 {
    font-size: 23px !important;
  }

  .fs-md-24 {
    font-size: 24px !important;
  }

  .fs-md-25 {
    font-size: 25px !important;
  }

  .fs-md-27 {
    font-size: 27px !important;
  }

  .fs-md-30 {
    font-size: 30px !important;
  }

  .fs-md-33 {
    font-size: 33px !important;
  }

  .fs-md-35 {
    font-size: 35px !important;
  }

  .fs-md-36 {
    font-size: 36px !important;
  }

  .fs-md-40 {
    font-size: 40px !important;
  }

  .fs-md-45 {
    font-size: 45px !important;
  }

  .fs-md-48 {
    font-size: 48px !important;
  }

  .fs-md-55 {
    font-size: 55px !important;
  }

  .ff-md-light {
    font-family: robotoLight, Arial, sans-serif !important;
    font-weight: 300 !important;
  }

  .ff-md-regular {
    font-family: robotoRegular, Arial, sans-serif !important;
    font-weight: 400 !important;
  }

  .ff-md-medium {
    font-family: robotoMedium, Arial, sans-serif !important;
    font-weight: 700 !important;
  }

  .ff-md-bold {
    font-family: robotoBold, Arial, sans-serif !important;
    font-weight: 900 !important;
  }

  .ff-md-cond-regular {
    font-family: robotoCondRegular, Arial, sans-serif !important;
    font-weight: 400 !important;
  }

  .ff-md-cond-bold {
    font-family: robotoCondBold, Arial, sans-serif !important;
    font-weight: 700 !important;
  }

  .ff-md-black {
    font-family: robotoBlack, Arial, sans-serif !important;
    font-weight: 900 !important;
  }

  .bg-md-amarillo {
    background-color: #FFC96C !important;
  }

  .bg-md-amarillo-500 {
    background-color: #9F5B00 !important;
  }

  .bg-md-azul {
    background-color: #375DBF !important;
  }

  .bg-md-blanco {
    background-color: #FFF !important;
  }

  .bg-md-celeste {
    background-color: #F3FAFF !important;
  }

  .bg-md-celeste-50 {
    background-color: #EAF7FF !important;
  }

  .bg-md-celeste-200 {
    background-color: #D0EAFB !important;
  }

  .bg-md-celeste-500 {
    background-color: #95D2FA !important;
  }

  .bg-md-celeste-700 {
    background-color: #4D86FF !important;
  }

  .bg-md-gris {
    background-color: #F6F8F9 !important;
  }

  .bg-md-gris-200 {
    background-color: #eee !important;
  }

  .bg-md-gris-500 {
    background-color: #bbb !important;
  }

  .bg-md-gris-700 {
    background-color: #747474 !important;
  }

  .bg-md-negro {
    background-color: #202124 !important;
  }

  .bg-md-rojo {
    background-color: #FF4D4D !important;
  }

  .bg-md-verde-100 {
    background-color: #A3DAA8 !important;
  }

  .bg-md-verde-200 {
    background-color: #52E5BA !important;
  }

  .bg-md-verde-700 {
    background-color: #006C4C !important;
  }

  .bg-pos-md-tl {
    background-position: top left !important;
  }

  .bg-pos-md-tr {
    background-position: top right !important;
  }

  .bg-pos-md-tc {
    background-position: top center !important;
  }

  .bg-pos-md-bl {
    background-position: bottom left !important;
  }

  .bg-pos-md-br {
    background-position: bottom right !important;
  }

  .bg-pos-md-bc {
    background-position: bottom center !important;
  }

  .bg-pos-md-cl {
    background-position: center left !important;
  }

  .bg-pos-md-cr {
    background-position: center right !important;
  }

  .bg-pos-md-cc {
    background-position: center center !important;
  }

  .d-md-none-pseudo:before, .d-md-none-pseudo:after {
    display: none;
  }

  .bgs-md-contain {
    background-size: contain !important;
  }

  .bgs-md-cover {
    background-size: cover !important;
  }

  .bgs-md-10 {
    background-size: 10px !important;
  }

  .bgs-md-12 {
    background-size: 12px !important;
  }

  .bgs-md-14 {
    background-size: 14px !important;
  }

  .bgs-md-16 {
    background-size: 16px !important;
  }

  .bgs-md-18 {
    background-size: 18px !important;
  }

  .bgs-md-20 {
    background-size: 20px !important;
  }

  .bgs-md-22 {
    background-size: 22px !important;
  }

  .bgs-md-24 {
    background-size: 24px !important;
  }

  .bgs-md-26 {
    background-size: 26px !important;
  }

  .bgs-md-28 {
    background-size: 28px !important;
  }

  .bgs-md-30 {
    background-size: 30px !important;
  }

  .bgs-md-32 {
    background-size: 32px !important;
  }

  .bgs-md-34 {
    background-size: 34px !important;
  }

  .bgs-md-36 {
    background-size: 36px !important;
  }

  .txt-indent-md-10 {
    text-indent: 10px !important;
  }

  .txt-indent-md-12 {
    text-indent: 12px !important;
  }

  .txt-indent-md-14 {
    text-indent: 14px !important;
  }

  .txt-indent-md-16 {
    text-indent: 16px !important;
  }

  .txt-indent-md-18 {
    text-indent: 18px !important;
  }

  .txt-indent-md-20 {
    text-indent: 20px !important;
  }

  .txt-indent-md-22 {
    text-indent: 22px !important;
  }

  .txt-indent-md-24 {
    text-indent: 24px !important;
  }

  .txt-indent-md-26 {
    text-indent: 26px !important;
  }

  .txt-indent-md-28 {
    text-indent: 28px !important;
  }

  .txt-indent-md-30 {
    text-indent: 30px !important;
  }

  .txt-indent-md-32 {
    text-indent: 32px !important;
  }

  .txt-indent-md-34 {
    text-indent: 34px !important;
  }

  .txt-indent-md-36 {
    text-indent: 36px !important;
  }

  .position-md-absolute {
    position: absolute !important;
  }

  .position-md-relative {
    position: relative !important;
  }

  .position-md-static {
    position: static !important;
  }

  .position-md-sticky {
    position: sticky !important;
  }

  .position-md-inherit {
    position: inherit !important;
  }

  .position-md-fixed {
    position: fixed !important;
  }

  .position-md-absolute.position-md-tr,
.position-md-relative.position-md-tr,
.position-md-static.position-md-tr,
.position-md-sticky.position-md-tr,
.position-md-inherit.position-md-tr,
.position-md-fixed.position-md-tr {
    top: 0 !important;
    right: 0 !important;
    bottom: inherit !important;
    left: inherit !important;
  }
  .position-md-absolute.position-md-tl,
.position-md-relative.position-md-tl,
.position-md-static.position-md-tl,
.position-md-sticky.position-md-tl,
.position-md-inherit.position-md-tl,
.position-md-fixed.position-md-tl {
    top: 0 !important;
    right: inherit !important;
    bottom: inherit !important;
    left: 0 !important;
  }
  .position-md-absolute.position-md-br,
.position-md-relative.position-md-br,
.position-md-static.position-md-br,
.position-md-sticky.position-md-br,
.position-md-inherit.position-md-br,
.position-md-fixed.position-md-br {
    top: inherit !important;
    right: 0 !important;
    bottom: 0 !important;
    left: inherit !important;
  }
  .position-md-absolute.position-md-bl,
.position-md-relative.position-md-bl,
.position-md-static.position-md-bl,
.position-md-sticky.position-md-bl,
.position-md-inherit.position-md-bl,
.position-md-fixed.position-md-bl {
    top: inherit !important;
    right: inherit !important;
    bottom: 0 !important;
    left: 0 !important;
  }

  .z-index-md-0 {
    z-index: 0;
  }

  .z-index-md-1 {
    z-index: 100;
  }

  .z-index-md-2 {
    z-index: 200;
  }

  .z-index-md-3 {
    z-index: 300;
  }

  .z-index-md-4 {
    z-index: 400;
  }

  .z-index-md-5 {
    z-index: 500;
  }

  .z-index-md-6 {
    z-index: 600;
  }

  .z-index-md-7 {
    z-index: 700;
  }

  .z-index-md-8 {
    z-index: 800;
  }

  .z-index-md-9 {
    z-index: 900;
  }

  .z-index-md-10 {
    z-index: 1000;
  }

  .z-index-md-100 {
    z-index: 10000;
  }

  .rounded-top-md-6 {
    border-top-right-radius: 6px !important;
    border-top-left-radius: 6px !important;
  }

  .rounded-top-left-md-6 {
    border-top-left-radius: 6px !important;
  }

  .rounded-top-right-md-6 {
    border-top-right-radius: 6px !important;
  }

  .rounded-bottom-md-6 {
    border-bottom-right-radius: 6px !important;
    border-bottom-left-radius: 6px !important;
  }

  .rounded-bottom-left-md-6 {
    border-bottom-left-radius: 6px !important;
  }

  .rounded-bottom-right-md-6 {
    border-bottom-right-radius: 6px !important;
  }

  .rounded-left-md-6 {
    border-top-left-radius: 6px !important;
    border-bottom-left-radius: 6px !important;
  }

  .rounded-right-md-6 {
    border-top-right-radius: 6px !important;
    border-bottom-right-radius: 6px !important;
  }
}
@media (min-width: 992px) {
  .w-lg-100 {
    width: 100% !important;
  }

  .w-lg-90 {
    width: 90% !important;
  }

  .w-lg-85 {
    width: 85% !important;
  }

  .w-lg-80 {
    width: 80% !important;
  }

  .w-lg-75 {
    width: 75% !important;
  }

  .w-lg-65 {
    width: 65% !important;
  }

  .w-lg-60 {
    width: 60% !important;
  }

  .w-lg-55 {
    width: 55% !important;
  }

  .w-lg-50 {
    width: 50% !important;
  }

  .w-lg-45 {
    width: 45% !important;
  }

  .w-lg-40 {
    width: 40% !important;
  }

  .w-lg-35 {
    width: 35% !important;
  }

  .w-lg-30 {
    width: 30% !important;
  }

  .w-lg-25 {
    width: 25% !important;
  }

  .min-w-lg-100 {
    min-width: 100% !important;
  }

  .min-w-lg-85 {
    min-width: 85% !important;
  }

  .min-w-lg-80 {
    min-width: 80% !important;
  }

  .min-w-lg-75 {
    min-width: 75% !important;
  }

  .min-w-lg-65 {
    min-width: 65% !important;
  }

  .min-w-lg-50 {
    min-width: 50% !important;
  }

  .min-w-lg-45 {
    min-width: 45% !important;
  }

  .min-w-lg-40 {
    min-width: 40% !important;
  }

  .min-w-lg-35 {
    min-width: 35% !important;
  }

  .min-w-lg-30 {
    min-width: 30% !important;
  }

  .min-w-lg-25 {
    min-width: 25% !important;
  }

  .max-w-lg-100 {
    max-width: 100% !important;
  }

  .max-w-lg-85 {
    max-width: 85% !important;
  }

  .max-w-lg-80 {
    max-width: 80% !important;
  }

  .max-w-lg-75 {
    max-width: 75% !important;
  }

  .max-w-lg-65 {
    max-width: 65% !important;
  }

  .max-w-lg-50 {
    max-width: 50% !important;
  }

  .max-w-lg-45 {
    max-width: 45% !important;
  }

  .max-w-lg-40 {
    max-width: 40% !important;
  }

  .max-w-lg-35 {
    max-width: 35% !important;
  }

  .max-w-lg-30 {
    max-width: 30% !important;
  }

  .max-w-lg-25 {
    max-width: 25% !important;
  }

  .h-lg-100 {
    height: 100% !important;
  }

  .h-lg-85 {
    height: 85% !important;
  }

  .h-lg-80 {
    height: 80% !important;
  }

  .h-lg-75 {
    height: 75% !important;
  }

  .h-lg-65 {
    height: 65% !important;
  }

  .h-lg-50 {
    height: 50% !important;
  }

  .h-lg-45 {
    height: 45% !important;
  }

  .h-lg-40 {
    height: 40% !important;
  }

  .h-lg-35 {
    height: 35% !important;
  }

  .h-lg-30 {
    height: 30% !important;
  }

  .h-lg-25 {
    height: 25% !important;
  }

  .min-h-lg-100 {
    min-height: 100% !important;
  }

  .min-h-lg-85 {
    min-height: 85% !important;
  }

  .min-h-lg-80 {
    min-height: 80% !important;
  }

  .min-h-lg-75 {
    min-height: 75% !important;
  }

  .min-h-lg-65 {
    min-height: 65% !important;
  }

  .min-h-lg-50 {
    min-height: 50% !important;
  }

  .min-h-lg-45 {
    min-height: 45% !important;
  }

  .min-h-lg-40 {
    min-height: 40% !important;
  }

  .min-h-lg-35 {
    min-height: 35% !important;
  }

  .min-h-lg-30 {
    min-height: 30% !important;
  }

  .min-h-lg-25 {
    min-height: 25% !important;
  }

  .max-h-lg-100 {
    max-height: 100% !important;
  }

  .max-h-lg-85 {
    max-height: 85% !important;
  }

  .max-h-lg-80 {
    max-height: 80% !important;
  }

  .max-h-lg-75 {
    max-height: 75% !important;
  }

  .max-h-lg-65 {
    max-height: 65% !important;
  }

  .max-h-lg-50 {
    max-height: 50% !important;
  }

  .max-h-lg-45 {
    max-height: 45% !important;
  }

  .max-h-lg-40 {
    max-height: 40% !important;
  }

  .max-h-lg-35 {
    max-height: 35% !important;
  }

  .max-h-lg-30 {
    max-height: 30% !important;
  }

  .max-h-lg-25 {
    max-height: 25% !important;
  }

  .lh-lg-5 {
    line-height: 5px !important;
  }

  .lh-lg-13 {
    line-height: 13px !important;
  }

  .lh-lg-14 {
    line-height: 14px !important;
  }

  .lh-lg-15 {
    line-height: 15px !important;
  }

  .lh-lg-16 {
    line-height: 16px !important;
  }

  .lh-lg-17 {
    line-height: 17px !important;
  }

  .lh-lg-18 {
    line-height: 18px !important;
  }

  .lh-lg-19 {
    line-height: 19px !important;
  }

  .lh-lg-20 {
    line-height: 20px !important;
  }

  .lh-lg-21 {
    line-height: 21px !important;
  }

  .lh-lg-22 {
    line-height: 22px !important;
  }

  .lh-lg-23 {
    line-height: 23px !important;
  }

  .lh-lg-24 {
    line-height: 24px !important;
  }

  .lh-lg-25 {
    line-height: 25px !important;
  }

  .lh-lg-26 {
    line-height: 26px !important;
  }

  .lh-lg-27 {
    line-height: 27px !important;
  }

  .lh-lg-28 {
    line-height: 28px !important;
  }

  .lh-lg-30 {
    line-height: 30px !important;
  }

  .lh-lg-32 {
    line-height: 32px !important;
  }

  .lh-lg-35 {
    line-height: 35px !important;
  }

  .lh-lg-40 {
    line-height: 40px !important;
  }

  .lh-lg-45 {
    line-height: 45px !important;
  }

  .lh-lg-47 {
    line-height: 47px !important;
  }

  .lh-lg-50 {
    line-height: 50px !important;
  }

  .lh-lg-57 {
    line-height: 57px !important;
  }

  .lh-lg-60 {
    line-height: 60px !important;
  }

  .lh-lg-67 {
    line-height: 67px !important;
  }

  .fs-lg-7 {
    font-size: 7px !important;
  }

  .fs-lg-9 {
    font-size: 9px !important;
  }

  .fs-lg-10 {
    font-size: 10px !important;
  }

  .fs-lg-11 {
    font-size: 11px !important;
  }

  .fs-lg-12 {
    font-size: 12px !important;
  }

  .fs-lg-13 {
    font-size: 13px !important;
  }

  .fs-lg-14 {
    font-size: 14px !important;
  }

  .fs-lg-15 {
    font-size: 15px !important;
  }

  .fs-lg-16 {
    font-size: 16px !important;
  }

  .fs-lg-17 {
    font-size: 17px !important;
  }

  .fs-lg-18 {
    font-size: 18px !important;
  }

  .fs-lg-20 {
    font-size: 20px !important;
  }

  .fs-lg-22 {
    font-size: 22px !important;
  }

  .fs-lg-23 {
    font-size: 23px !important;
  }

  .fs-lg-24 {
    font-size: 24px !important;
  }

  .fs-lg-25 {
    font-size: 25px !important;
  }

  .fs-lg-27 {
    font-size: 27px !important;
  }

  .fs-lg-30 {
    font-size: 30px !important;
  }

  .fs-lg-33 {
    font-size: 33px !important;
  }

  .fs-lg-35 {
    font-size: 35px !important;
  }

  .fs-lg-40 {
    font-size: 40px !important;
  }

  .fs-lg-45 {
    font-size: 45px !important;
  }

  .fs-lg-48 {
    font-size: 48px !important;
  }

  .fs-lg-55 {
    font-size: 55px !important;
  }

  .ff-lg-light {
    font-family: robotoLight, Arial, sans-serif !important;
    font-weight: 300 !important;
  }

  .ff-lg-regular {
    font-family: robotoRegular, Arial, sans-serif !important;
    font-weight: 400 !important;
  }

  .ff-lg-medium {
    font-family: robotoMedium, Arial, sans-serif !important;
    font-weight: 700 !important;
  }

  .ff-lg-bold {
    font-family: robotoBold, Arial, sans-serif !important;
    font-weight: 900 !important;
  }

  .ff-lg-cond-regular {
    font-family: robotoCondRegular, Arial, sans-serif !important;
    font-weight: 400 !important;
  }

  .ff-lg-cond-bold {
    font-family: robotoCondBold, Arial, sans-serif !important;
    font-weight: 700 !important;
  }

  .ff-lg-black {
    font-family: robotoBlack, Arial, sans-serif !important;
    font-weight: 900 !important;
  }

  .bg-lg-amarillo {
    background-color: #FFC96C !important;
  }

  .bg-lg-amarillo-500 {
    background-color: #9F5B00 !important;
  }

  .bg-lg-azul {
    background-color: #375DBF !important;
  }

  .bg-lg-blanco {
    background-color: #FFF !important;
  }

  .bg-lg-celeste {
    background-color: #F3FAFF !important;
  }

  .bg-lg-celeste-50 {
    background-color: #EAF7FF !important;
  }

  .bg-lg-celeste-200 {
    background-color: #D0EAFB !important;
  }

  .bg-lg-celeste-500 {
    background-color: #95D2FA !important;
  }

  .bg-lg-celeste-700 {
    background-color: #4D86FF !important;
  }

  .bg-lg-gris {
    background-color: #F6F8F9 !important;
  }

  .bg-lg-gris-200 {
    background-color: #eee !important;
  }

  .bg-lg-gris-500 {
    background-color: #bbb !important;
  }

  .bg-lg-gris-700 {
    background-color: #747474 !important;
  }

  .bg-lg-negro {
    background-color: #202124 !important;
  }

  .bg-lg-rojo {
    background-color: #FF4D4D !important;
  }

  .bg-lg-verde-100 {
    background-color: #A3DAA8 !important;
  }

  .bg-lg-verde-200 {
    background-color: #52E5BA !important;
  }

  .bg-lg-verde-700 {
    background-color: #006C4C !important;
  }

  .bg-pos-lg-tl {
    background-position: top left !important;
  }

  .bg-pos-lg-tr {
    background-position: top right !important;
  }

  .bg-pos-lg-tc {
    background-position: top center !important;
  }

  .bg-pos-lg-bl {
    background-position: bottom left !important;
  }

  .bg-pos-lg-br {
    background-position: bottom right !important;
  }

  .bg-pos-lg-bc {
    background-position: bottom center !important;
  }

  .bg-pos-lg-cl {
    background-position: center left !important;
  }

  .bg-pos-lg-cr {
    background-position: center right !important;
  }

  .bg-pos-lg-cc {
    background-position: center center !important;
  }

  .d-lg-none-pseudo:before, .d-lg-none-pseudo:after {
    display: none;
  }

  .bgs-lg-contain {
    background-size: contain !important;
  }

  .bgs-lg-cover {
    background-size: cover !important;
  }

  .bgs-lg-10 {
    background-size: 10px !important;
  }

  .bgs-lg-12 {
    background-size: 12px !important;
  }

  .bgs-lg-14 {
    background-size: 14px !important;
  }

  .bgs-lg-16 {
    background-size: 16px !important;
  }

  .bgs-lg-18 {
    background-size: 18px !important;
  }

  .bgs-lg-20 {
    background-size: 20px !important;
  }

  .bgs-lg-22 {
    background-size: 22px !important;
  }

  .bgs-lg-24 {
    background-size: 24px !important;
  }

  .bgs-lg-26 {
    background-size: 26px !important;
  }

  .bgs-lg-28 {
    background-size: 28px !important;
  }

  .bgs-lg-30 {
    background-size: 30px !important;
  }

  .bgs-lg-32 {
    background-size: 32px !important;
  }

  .bgs-lg-34 {
    background-size: 34px !important;
  }

  .bgs-lg-36 {
    background-size: 36px !important;
  }

  .txt-indent-lg-10 {
    text-indent: 10px !important;
  }

  .txt-indent-lg-12 {
    text-indent: 12px !important;
  }

  .txt-indent-lg-14 {
    text-indent: 14px !important;
  }

  .txt-indent-lg-16 {
    text-indent: 16px !important;
  }

  .txt-indent-lg-18 {
    text-indent: 18px !important;
  }

  .txt-indent-lg-20 {
    text-indent: 20px !important;
  }

  .txt-indent-lg-22 {
    text-indent: 22px !important;
  }

  .txt-indent-lg-24 {
    text-indent: 24px !important;
  }

  .txt-indent-lg-26 {
    text-indent: 26px !important;
  }

  .txt-indent-lg-28 {
    text-indent: 28px !important;
  }

  .txt-indent-lg-30 {
    text-indent: 30px !important;
  }

  .txt-indent-lg-32 {
    text-indent: 32px !important;
  }

  .txt-indent-lg-34 {
    text-indent: 34px !important;
  }

  .txt-indent-lg-36 {
    text-indent: 36px !important;
  }

  .position-lg-absolute {
    position: absolute !important;
  }

  .position-lg-relative {
    position: relative !important;
  }

  .position-lg-static {
    position: static !important;
  }

  .position-lg-sticky {
    position: sticky !important;
  }

  .position-lg-inherit {
    position: inherit !important;
  }

  .position-lg-fixed {
    position: fixed !important;
  }

  .position-lg-absolute.position-lg-tr,
.position-lg-relative.position-lg-tr,
.position-lg-static.position-lg-tr,
.position-lg-sticky.position-lg-tr,
.position-lg-inherit.position-lg-tr,
.position-lg-fixed.position-lg-tr {
    top: 0 !important;
    right: 0 !important;
    bottom: inherit !important;
    left: inherit !important;
  }
  .position-lg-absolute.position-lg-tl,
.position-lg-relative.position-lg-tl,
.position-lg-static.position-lg-tl,
.position-lg-sticky.position-lg-tl,
.position-lg-inherit.position-lg-tl,
.position-lg-fixed.position-lg-tl {
    top: 0 !important;
    right: inherit !important;
    bottom: inherit !important;
    left: 0 !important;
  }
  .position-lg-absolute.position-lg-br,
.position-lg-relative.position-lg-br,
.position-lg-static.position-lg-br,
.position-lg-sticky.position-lg-br,
.position-lg-inherit.position-lg-br,
.position-lg-fixed.position-lg-br {
    top: inherit !important;
    right: 0 !important;
    bottom: 0 !important;
    left: inherit !important;
  }
  .position-lg-absolute.position-lg-bl,
.position-lg-relative.position-lg-bl,
.position-lg-static.position-lg-bl,
.position-lg-sticky.position-lg-bl,
.position-lg-inherit.position-lg-bl,
.position-lg-fixed.position-lg-bl {
    top: inherit !important;
    right: inherit !important;
    bottom: 0 !important;
    left: 0 !important;
  }

  .z-index-lg-0 {
    z-index: 0;
  }

  .z-index-lg-1 {
    z-index: 100;
  }

  .z-index-lg-2 {
    z-index: 200;
  }

  .z-index-lg-3 {
    z-index: 300;
  }

  .z-index-lg-4 {
    z-index: 400;
  }

  .z-index-lg-5 {
    z-index: 500;
  }

  .z-index-lg-6 {
    z-index: 600;
  }

  .z-index-lg-7 {
    z-index: 700;
  }

  .z-index-lg-8 {
    z-index: 800;
  }

  .z-index-lg-9 {
    z-index: 900;
  }

  .z-index-lg-10 {
    z-index: 1000;
  }

  .z-index-lg-100 {
    z-index: 10000;
  }

  .rounded-top-lg-6 {
    border-top-right-radius: 6px !important;
    border-top-left-radius: 6px !important;
  }

  .rounded-top-left-lg-6 {
    border-top-left-radius: 6px !important;
  }

  .rounded-top-right-lg-6 {
    border-top-right-radius: 6px !important;
  }

  .rounded-bottom-lg-6 {
    border-bottom-right-radius: 6px !important;
    border-bottom-left-radius: 6px !important;
  }

  .rounded-bottom-left-lg-6 {
    border-bottom-left-radius: 6px !important;
  }

  .rounded-bottom-right-lg-6 {
    border-bottom-right-radius: 6px !important;
  }

  .rounded-left-lg-6 {
    border-top-left-radius: 6px !important;
    border-bottom-left-radius: 6px !important;
  }

  .rounded-right-lg-6 {
    border-top-right-radius: 6px !important;
    border-bottom-right-radius: 6px !important;
  }
}
@media (min-width: 1200px) {
  .w-xl-100 {
    width: 100% !important;
  }

  .w-xl-90 {
    width: 90% !important;
  }

  .w-xl-85 {
    width: 85% !important;
  }

  .w-xl-80 {
    width: 80% !important;
  }

  .w-xl-75 {
    width: 75% !important;
  }

  .w-xl-65 {
    width: 65% !important;
  }

  .w-xl-60 {
    width: 60% !important;
  }

  .w-xl-55 {
    width: 55% !important;
  }

  .w-xl-50 {
    width: 50% !important;
  }

  .w-xl-45 {
    width: 45% !important;
  }

  .w-xl-40 {
    width: 40% !important;
  }

  .w-xl-35 {
    width: 35% !important;
  }

  .w-xl-30 {
    width: 30% !important;
  }

  .w-xl-25 {
    width: 25% !important;
  }

  .min-w-xl-100 {
    min-width: 100% !important;
  }

  .min-w-xl-85 {
    min-width: 85% !important;
  }

  .min-w-xl-80 {
    min-width: 80% !important;
  }

  .min-w-xl-75 {
    min-width: 75% !important;
  }

  .min-w-xl-65 {
    min-width: 65% !important;
  }

  .min-w-xl-50 {
    min-width: 50% !important;
  }

  .min-w-xl-45 {
    min-width: 45% !important;
  }

  .min-w-xl-40 {
    min-width: 40% !important;
  }

  .min-w-xl-35 {
    min-width: 35% !important;
  }

  .min-w-xl-30 {
    min-width: 30% !important;
  }

  .min-w-xl-25 {
    min-width: 25% !important;
  }

  .max-w-xl-100 {
    max-width: 100% !important;
  }

  .max-w-xl-85 {
    max-width: 85% !important;
  }

  .max-w-xl-80 {
    max-width: 80% !important;
  }

  .max-w-xl-75 {
    max-width: 75% !important;
  }

  .max-w-xl-65 {
    max-width: 65% !important;
  }

  .max-w-xl-50 {
    max-width: 50% !important;
  }

  .max-w-xl-45 {
    max-width: 45% !important;
  }

  .max-w-xl-40 {
    max-width: 40% !important;
  }

  .max-w-xl-35 {
    max-width: 35% !important;
  }

  .max-w-xl-30 {
    max-width: 30% !important;
  }

  .max-w-xl-25 {
    max-width: 25% !important;
  }

  .h-xl-100 {
    height: 100% !important;
  }

  .h-xl-85 {
    height: 85% !important;
  }

  .h-xl-80 {
    height: 80% !important;
  }

  .h-xl-75 {
    height: 75% !important;
  }

  .h-xl-65 {
    height: 65% !important;
  }

  .h-xl-50 {
    height: 50% !important;
  }

  .h-xl-45 {
    height: 45% !important;
  }

  .h-xl-40 {
    height: 40% !important;
  }

  .h-xl-35 {
    height: 35% !important;
  }

  .h-xl-30 {
    height: 30% !important;
  }

  .h-xl-25 {
    height: 25% !important;
  }

  .min-h-xl-100 {
    min-height: 100% !important;
  }

  .min-h-xl-85 {
    min-height: 85% !important;
  }

  .min-h-xl-80 {
    min-height: 80% !important;
  }

  .min-h-xl-75 {
    min-height: 75% !important;
  }

  .min-h-xl-65 {
    min-height: 65% !important;
  }

  .min-h-xl-50 {
    min-height: 50% !important;
  }

  .min-h-xl-45 {
    min-height: 45% !important;
  }

  .min-h-xl-40 {
    min-height: 40% !important;
  }

  .min-h-xl-35 {
    min-height: 35% !important;
  }

  .min-h-xl-30 {
    min-height: 30% !important;
  }

  .min-h-xl-25 {
    min-height: 25% !important;
  }

  .max-h-xl-100 {
    max-height: 100% !important;
  }

  .max-h-xl-85 {
    max-height: 85% !important;
  }

  .max-h-xl-80 {
    max-height: 80% !important;
  }

  .max-h-xl-75 {
    max-height: 75% !important;
  }

  .max-h-xl-65 {
    max-height: 65% !important;
  }

  .max-h-xl-50 {
    max-height: 50% !important;
  }

  .max-h-xl-45 {
    max-height: 45% !important;
  }

  .max-h-xl-40 {
    max-height: 40% !important;
  }

  .max-h-xl-35 {
    max-height: 35% !important;
  }

  .max-h-xl-30 {
    max-height: 30% !important;
  }

  .max-h-xl-25 {
    max-height: 25% !important;
  }

  .lh-xl-5 {
    line-height: 5px !important;
  }

  .lh-xl-13 {
    line-height: 13px !important;
  }

  .lh-xl-14 {
    line-height: 14px !important;
  }

  .lh-xl-15 {
    line-height: 15px !important;
  }

  .lh-xl-16 {
    line-height: 16px !important;
  }

  .lh-xl-17 {
    line-height: 17px !important;
  }

  .lh-xl-18 {
    line-height: 18px !important;
  }

  .lh-xl-19 {
    line-height: 19px !important;
  }

  .lh-xl-20 {
    line-height: 20px !important;
  }

  .lh-xl-21 {
    line-height: 21px !important;
  }

  .lh-xl-22 {
    line-height: 22px !important;
  }

  .lh-xl-23 {
    line-height: 23px !important;
  }

  .lh-xl-24 {
    line-height: 24px !important;
  }

  .lh-xl-25 {
    line-height: 25px !important;
  }

  .lh-xl-26 {
    line-height: 26px !important;
  }

  .lh-xl-27 {
    line-height: 27px !important;
  }

  .lh-xl-28 {
    line-height: 28px !important;
  }

  .lh-xl-30 {
    line-height: 30px !important;
  }

  .lh-xl-32 {
    line-height: 32px !important;
  }

  .lh-xl-35 {
    line-height: 35px !important;
  }

  .lh-xl-40 {
    line-height: 40px !important;
  }

  .lh-xl-45 {
    line-height: 45px !important;
  }

  .lh-xl-47 {
    line-height: 47px !important;
  }

  .lh-xl-50 {
    line-height: 50px !important;
  }

  .lh-xl-57 {
    line-height: 57px !important;
  }

  .lh-xl-60 {
    line-height: 60px !important;
  }

  .lh-xl-67 {
    line-height: 67px !important;
  }

  .fs-xl-7 {
    font-size: 7px !important;
  }

  .fs-xl-9 {
    font-size: 9px !important;
  }

  .fs-xl-10 {
    font-size: 10px !important;
  }

  .fs-xl-11 {
    font-size: 11px !important;
  }

  .fs-xl-12 {
    font-size: 12px !important;
  }

  .fs-xl-13 {
    font-size: 13px !important;
  }

  .fs-xl-14 {
    font-size: 14px !important;
  }

  .fs-xl-15 {
    font-size: 15px !important;
  }

  .fs-xl-16 {
    font-size: 16px !important;
  }

  .fs-xl-17 {
    font-size: 17px !important;
  }

  .fs-xl-18 {
    font-size: 18px !important;
  }

  .fs-xl-20 {
    font-size: 20px !important;
  }

  .fs-xl-22 {
    font-size: 22px !important;
  }

  .fs-xl-23 {
    font-size: 23px !important;
  }

  .fs-xl-24 {
    font-size: 24px !important;
  }

  .fs-xl-25 {
    font-size: 25px !important;
  }

  .fs-xl-27 {
    font-size: 27px !important;
  }

  .fs-xl-30 {
    font-size: 30px !important;
  }

  .fs-xl-33 {
    font-size: 33px !important;
  }

  .fs-xl-35 {
    font-size: 35px !important;
  }

  .fs-xl-40 {
    font-size: 40px !important;
  }

  .fs-xl-45 {
    font-size: 45px !important;
  }

  .fs-xl-48 {
    font-size: 48px !important;
  }

  .fs-xl-55 {
    font-size: 55px !important;
  }

  .ff-xl-light {
    font-family: robotoLight, Arial, sans-serif !important;
    font-weight: 300 !important;
  }

  .ff-xl-regular {
    font-family: robotoRegular, Arial, sans-serif !important;
    font-weight: 400 !important;
  }

  .ff-xl-medium {
    font-family: robotoMedium, Arial, sans-serif !important;
    font-weight: 700 !important;
  }

  .ff-xl-bold {
    font-family: robotoBold, Arial, sans-serif !important;
    font-weight: 900 !important;
  }

  .ff-xl-cond-regular {
    font-family: robotoCondRegular, Arial, sans-serif !important;
    font-weight: 400 !important;
  }

  .ff-xl-cond-bold {
    font-family: robotoCondBold, Arial, sans-serif !important;
    font-weight: 700 !important;
  }

  .ff-xl-black {
    font-family: robotoBlack, Arial, sans-serif !important;
    font-weight: 900 !important;
  }

  .bg-xl-amarillo {
    background-color: #FFC96C !important;
  }

  .bg-xl-amarillo-500 {
    background-color: #9F5B00 !important;
  }

  .bg-xl-azul {
    background-color: #375DBF !important;
  }

  .bg-xl-blanco {
    background-color: #FFF !important;
  }

  .bg-xl-celeste {
    background-color: #F3FAFF !important;
  }

  .bg-xl-celeste-50 {
    background-color: #EAF7FF !important;
  }

  .bg-xl-celeste-200 {
    background-color: #D0EAFB !important;
  }

  .bg-xl-celeste-500 {
    background-color: #95D2FA !important;
  }

  .bg-xl-celeste-700 {
    background-color: #4D86FF !important;
  }

  .bg-xl-gris {
    background-color: #F6F8F9 !important;
  }

  .bg-xl-gris-200 {
    background-color: #eee !important;
  }

  .bg-xl-gris-500 {
    background-color: #bbb !important;
  }

  .bg-xl-gris-700 {
    background-color: #747474 !important;
  }

  .bg-xl-negro {
    background-color: #202124 !important;
  }

  .bg-xl-rojo {
    background-color: #FF4D4D !important;
  }

  .bg-xl-verde-100 {
    background-color: #A3DAA8 !important;
  }

  .bg-xl-verde-200 {
    background-color: #52E5BA !important;
  }

  .bg-xl-verde-700 {
    background-color: #006C4C !important;
  }

  .bg-pos-xl-tl {
    background-position: top left !important;
  }

  .bg-pos-xl-tr {
    background-position: top right !important;
  }

  .bg-pos-xl-tc {
    background-position: top center !important;
  }

  .bg-pos-xl-bl {
    background-position: bottom left !important;
  }

  .bg-pos-xl-br {
    background-position: bottom right !important;
  }

  .bg-pos-xl-bc {
    background-position: bottom center !important;
  }

  .bg-pos-xl-cl {
    background-position: center left !important;
  }

  .bg-pos-xl-cr {
    background-position: center right !important;
  }

  .bg-pos-xl-cc {
    background-position: center center !important;
  }

  .d-xl-none-pseudo:before, .d-xl-none-pseudo:after {
    display: none;
  }

  .bgs-xl-contain {
    background-size: contain !important;
  }

  .bgs-xl-cover {
    background-size: cover !important;
  }

  .bgs-xl-10 {
    background-size: 10px !important;
  }

  .bgs-xl-12 {
    background-size: 12px !important;
  }

  .bgs-xl-14 {
    background-size: 14px !important;
  }

  .bgs-xl-16 {
    background-size: 16px !important;
  }

  .bgs-xl-18 {
    background-size: 18px !important;
  }

  .bgs-xl-20 {
    background-size: 20px !important;
  }

  .bgs-xl-22 {
    background-size: 22px !important;
  }

  .bgs-xl-24 {
    background-size: 24px !important;
  }

  .bgs-xl-26 {
    background-size: 26px !important;
  }

  .bgs-xl-28 {
    background-size: 28px !important;
  }

  .bgs-xl-30 {
    background-size: 30px !important;
  }

  .bgs-xl-32 {
    background-size: 32px !important;
  }

  .bgs-xl-34 {
    background-size: 34px !important;
  }

  .bgs-xl-36 {
    background-size: 36px !important;
  }

  .txt-indent-xl-10 {
    text-indent: 10px !important;
  }

  .txt-indent-xl-12 {
    text-indent: 12px !important;
  }

  .txt-indent-xl-14 {
    text-indent: 14px !important;
  }

  .txt-indent-xl-16 {
    text-indent: 16px !important;
  }

  .txt-indent-xl-18 {
    text-indent: 18px !important;
  }

  .txt-indent-xl-20 {
    text-indent: 20px !important;
  }

  .txt-indent-xl-22 {
    text-indent: 22px !important;
  }

  .txt-indent-xl-24 {
    text-indent: 24px !important;
  }

  .txt-indent-xl-26 {
    text-indent: 26px !important;
  }

  .txt-indent-xl-28 {
    text-indent: 28px !important;
  }

  .txt-indent-xl-30 {
    text-indent: 30px !important;
  }

  .txt-indent-xl-32 {
    text-indent: 32px !important;
  }

  .txt-indent-xl-34 {
    text-indent: 34px !important;
  }

  .txt-indent-xl-36 {
    text-indent: 36px !important;
  }

  .position-xl-absolute {
    position: absolute !important;
  }

  .position-xl-relative {
    position: relative !important;
  }

  .position-xl-static {
    position: static !important;
  }

  .position-xl-sticky {
    position: sticky !important;
  }

  .position-xl-inherit {
    position: inherit !important;
  }

  .position-xl-fixed {
    position: fixed !important;
  }

  .position-xl-absolute.position-xl-tr,
.position-xl-relative.position-xl-tr,
.position-xl-static.position-xl-tr,
.position-xl-sticky.position-xl-tr,
.position-xl-inherit.position-xl-tr,
.position-xl-fixed.position-xl-tr {
    top: 0 !important;
    right: 0 !important;
    bottom: inherit !important;
    left: inherit !important;
  }
  .position-xl-absolute.position-xl-tl,
.position-xl-relative.position-xl-tl,
.position-xl-static.position-xl-tl,
.position-xl-sticky.position-xl-tl,
.position-xl-inherit.position-xl-tl,
.position-xl-fixed.position-xl-tl {
    top: 0 !important;
    right: inherit !important;
    bottom: inherit !important;
    left: 0 !important;
  }
  .position-xl-absolute.position-xl-br,
.position-xl-relative.position-xl-br,
.position-xl-static.position-xl-br,
.position-xl-sticky.position-xl-br,
.position-xl-inherit.position-xl-br,
.position-xl-fixed.position-xl-br {
    top: inherit !important;
    right: 0 !important;
    bottom: 0 !important;
    left: inherit !important;
  }
  .position-xl-absolute.position-xl-bl,
.position-xl-relative.position-xl-bl,
.position-xl-static.position-xl-bl,
.position-xl-sticky.position-xl-bl,
.position-xl-inherit.position-xl-bl,
.position-xl-fixed.position-xl-bl {
    top: inherit !important;
    right: inherit !important;
    bottom: 0 !important;
    left: 0 !important;
  }

  .z-index-xl-0 {
    z-index: 0;
  }

  .z-index-xl-1 {
    z-index: 100;
  }

  .z-index-xl-2 {
    z-index: 200;
  }

  .z-index-xl-3 {
    z-index: 300;
  }

  .z-index-xl-4 {
    z-index: 400;
  }

  .z-index-xl-5 {
    z-index: 500;
  }

  .z-index-xl-6 {
    z-index: 600;
  }

  .z-index-xl-7 {
    z-index: 700;
  }

  .z-index-xl-8 {
    z-index: 800;
  }

  .z-index-xl-9 {
    z-index: 900;
  }

  .z-index-xl-10 {
    z-index: 1000;
  }

  .z-index-xl-100 {
    z-index: 10000;
  }

  .rounded-top-xl-6 {
    border-top-right-radius: 6px !important;
    border-top-left-radius: 6px !important;
  }

  .rounded-top-left-xl-6 {
    border-top-left-radius: 6px !important;
  }

  .rounded-top-right-xl-6 {
    border-top-right-radius: 6px !important;
  }

  .rounded-bottom-xl-6 {
    border-bottom-right-radius: 6px !important;
    border-bottom-left-radius: 6px !important;
  }

  .rounded-bottom-left-xl-6 {
    border-bottom-left-radius: 6px !important;
  }

  .rounded-bottom-right-xl-6 {
    border-bottom-right-radius: 6px !important;
  }

  .rounded-left-xl-6 {
    border-top-left-radius: 6px !important;
    border-bottom-left-radius: 6px !important;
  }

  .rounded-right-xl-6 {
    border-top-right-radius: 6px !important;
    border-bottom-right-radius: 6px !important;
  }
}
@media (min-width: 200px) {
  .seo-hide {
    display: none;
  }
}
@media (min-width: 768px) {
  .cuadro-sombreado h3 {
    background-position: 0% 0%;
    display: flex;
    min-height: 4rem;
    margin-bottom: 1rem;
    padding-left: 5rem;
    padding-right: 2rem;
    padding-top: 0;
    text-align: inherit;
  }

  .hero {
    text-align: left;
  }
  .hero h1 {
    margin-bottom: 2rem;
  }

  .collapse.dont-collapse-sm {
    display: block;
    height: auto !important;
    visibility: visible;
  }
}
@media (min-width: 992px) {
  h1 {
    font-size: 35px;
  }

  /* ORIGINAL*/
  h2 {
    font-size: 30px;
  }

  h3 {
    font-size: 24px;
  }

  h4 {
    font-size: 18px;
  }

  h5 {
    font-size: 13px;
  }

  #list-grid-wrapper.list-view .item {
    height: 140px;
  }
  #list-grid-wrapper.list-view .item .thumbnail .caption {
    padding: 23px;
  }
  #list-grid-wrapper.list-view .item .thumbnail .caption p {
    bottom: 23px;
  }
  #list-grid-wrapper.list-view .item .thumbnail .caption .text-truncate {
    max-height: 96px;
  }
  #list-grid-wrapper.list-view .item .thumbnail .img-event {
    width: 190px;
  }

  .collapse.dont-collapse-lg {
    display: block;
    height: auto !important;
    visibility: visible;
  }
}
@media (max-width: 767px) {
  h2 {
    font-size: 13px;
    font-weight: bold;
    margin-bottom: 0;
  }

  .mobile-px-0 {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (max-width: 576px) {
  .container {
    padding-right: 12px;
    padding-left: 12px;
  }
}
@media (min-width: 576px) {
  .container-sm, .container {
    max-width: 726px;
  }
}
@media (min-width: 768px) {
  .container-md, .container-sm, .container {
    max-width: 960px;
  }
}
@media (min-width: 992px) {
  .container-lg, .container-md, .container-sm, .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1140px;
  }
}
@font-face {
  font-family: robotoSlab;
  src: url("/fonts/roboto-slab/RobotoSlab-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: robotoSlab;
  src: url("/fonts/roboto-slab/RobotoSlab-Regular.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: robotoSlab;
  src: url("/fonts/roboto-slab/RobotoSlab-Medium.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: robotoSlab;
  src: url("/fonts/roboto-slab/RobotoSlab-SemiBold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: robotoSlab;
  src: url("/fonts/roboto-slab/RobotoSlab-Bold.ttf") format("truetype");
  font-weight: 800;
  font-style: normal;
}