@charset "UTF-8";
/*
Theme Name: Trescruces 2021
Theme URI: 
Author: Tensai
Author URI: http://tensai.com.uy/
Description: Diseño 2021 para Trescruces
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: shopping, trescrucces
Text Domain: trescruces2021
*/
/* cabeceras */
/*!
 * Bootstrap v5.0.0 (https://getbootstrap.com/)
 * Copyright 2011-2021 The Bootstrap Authors
 * Copyright 2011-2021 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
@import url("https://fonts.googleapis.com/css2?family=Roboto+Condensed:wght@400;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto+Condensed:wght@400;700&display=swap");
:root {
  --bs-blue: #0d6efd;
  --bs-indigo: #6610f2;
  --bs-purple: #6f42c1;
  --bs-pink: #d63384;
  --bs-red: #dc3545;
  --bs-orange: #fd7e14;
  --bs-yellow: #FFB51C;
  --bs-green: #198754;
  --bs-teal: #20c997;
  --bs-cyan: #0dcaf0;
  --bs-white: #fff;
  --bs-gray: #6c757d;
  --bs-gray-dark: #343a40;
  --bs-primary: #00109E;
  --bs-secondary: #DD047C;
  --bs-yellow: #FFB51C;
  --bs-green: #009645;
  --bs-light: #FFF;
  --bs-gris: #f4f4f4;
  --bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
}

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

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

body {
  margin: 0;
  font-family: var(--bs-font-sans-serif);
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #fff;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

dt {
  font-weight: 700;
}

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

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

small, .small {
  font-size: 0.875em;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: #00109E;
  text-decoration: underline;
}
a:hover {
  color: #000d7e;
}

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

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

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

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

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

figure {
  margin: 0 0 1rem;
}

img,
svg {
  vertical-align: middle;
}

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

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

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

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

label {
  display: inline-block;
}

button {
  border-radius: 0;
}

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

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

button,
select {
  text-transform: none;
}

[role=button] {
  cursor: pointer;
}

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

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

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

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

textarea {
  resize: vertical;
}

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

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

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

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

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

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

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

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

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

output {
  display: inline-block;
}

iframe {
  border: 0;
}

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

progress {
  vertical-align: baseline;
}

[hidden] {
  display: none !important;
}

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

.display-1 {
  font-size: calc(1.625rem + 4.5vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-1 {
    font-size: 5rem;
  }
}

.display-2 {
  font-size: calc(1.575rem + 3.9vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-2 {
    font-size: 4.5rem;
  }
}

.display-3 {
  font-size: calc(1.525rem + 3.3vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-3 {
    font-size: 4rem;
  }
}

.display-4 {
  font-size: calc(1.475rem + 2.7vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-4 {
    font-size: 3.5rem;
  }
}

.display-5 {
  font-size: calc(1.425rem + 2.1vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-5 {
    font-size: 3rem;
  }
}

.display-6 {
  font-size: calc(1.375rem + 1.5vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-6 {
    font-size: 2.5rem;
  }
}

.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: 0.875em;
  text-transform: uppercase;
}

.blockquote {
  margin-bottom: 1rem;
  font-size: 1.25rem;
}
.blockquote > :last-child {
  margin-bottom: 0;
}

.blockquote-footer {
  margin-top: -1rem;
  margin-bottom: 1rem;
  font-size: 0.875em;
  color: #6c757d;
}
.blockquote-footer::before {
  content: "— ";
}

.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: 0.875em;
  color: #6c757d;
}

.container,
.container-fluid,
.container-xxl,
.container-xl,
.container-lg,
.container-md,
.container-sm {
  width: 100%;
  padding-right: var(--bs-gutter-x, 0.75rem);
  padding-left: var(--bs-gutter-x, 0.75rem);
  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;
  }
}
@media (min-width: 1400px) {
  .container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1320px;
  }
}
.row {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(var(--bs-gutter-y) * -1);
  margin-right: calc(var(--bs-gutter-x) / -2);
  margin-left: calc(var(--bs-gutter-x) / -2);
}
.row > * {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) / 2);
  padding-left: calc(var(--bs-gutter-x) / 2);
  margin-top: var(--bs-gutter-y);
}

.col {
  flex: 1 0 0%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .col-sm {
    flex: 1 0 0%;
  }
  .row-cols-sm-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-sm-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-sm-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-sm-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-sm-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-sm-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-sm-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-sm-1 {
    flex: 0 0 auto;
    width: 8.3333333333%;
  }
  .col-sm-2 {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-sm-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .col-sm-5 {
    flex: 0 0 auto;
    width: 41.6666666667%;
  }
  .col-sm-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 auto;
    width: 58.3333333333%;
  }
  .col-sm-8 {
    flex: 0 0 auto;
    width: 66.6666666667%;
  }
  .col-sm-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 auto;
    width: 83.3333333333%;
  }
  .col-sm-11 {
    flex: 0 0 auto;
    width: 91.6666666667%;
  }
  .col-sm-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .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%;
  }
  .g-sm-0,
  .gx-sm-0 {
    --bs-gutter-x: 0;
  }
  .g-sm-0,
  .gy-sm-0 {
    --bs-gutter-y: 0;
  }
  .g-sm-1,
  .gx-sm-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-sm-1,
  .gy-sm-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-sm-2,
  .gx-sm-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-sm-2,
  .gy-sm-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-sm-3,
  .gx-sm-3 {
    --bs-gutter-x: 1rem;
  }
  .g-sm-3,
  .gy-sm-3 {
    --bs-gutter-y: 1rem;
  }
  .g-sm-4,
  .gx-sm-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-sm-4,
  .gy-sm-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-sm-5,
  .gx-sm-5 {
    --bs-gutter-x: 3rem;
  }
  .g-sm-5,
  .gy-sm-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex: 1 0 0%;
  }
  .row-cols-md-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-md-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-md-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-md-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-md-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-md-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-md-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-md-1 {
    flex: 0 0 auto;
    width: 8.3333333333%;
  }
  .col-md-2 {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-md-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-md-4 {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .col-md-5 {
    flex: 0 0 auto;
    width: 41.6666666667%;
  }
  .col-md-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-md-7 {
    flex: 0 0 auto;
    width: 58.3333333333%;
  }
  .col-md-8 {
    flex: 0 0 auto;
    width: 66.6666666667%;
  }
  .col-md-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-md-10 {
    flex: 0 0 auto;
    width: 83.3333333333%;
  }
  .col-md-11 {
    flex: 0 0 auto;
    width: 91.6666666667%;
  }
  .col-md-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .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%;
  }
  .g-md-0,
  .gx-md-0 {
    --bs-gutter-x: 0;
  }
  .g-md-0,
  .gy-md-0 {
    --bs-gutter-y: 0;
  }
  .g-md-1,
  .gx-md-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-md-1,
  .gy-md-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-md-2,
  .gx-md-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-md-2,
  .gy-md-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-md-3,
  .gx-md-3 {
    --bs-gutter-x: 1rem;
  }
  .g-md-3,
  .gy-md-3 {
    --bs-gutter-y: 1rem;
  }
  .g-md-4,
  .gx-md-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-md-4,
  .gy-md-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-md-5,
  .gx-md-5 {
    --bs-gutter-x: 3rem;
  }
  .g-md-5,
  .gy-md-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 992px) {
  .col-lg {
    flex: 1 0 0%;
  }
  .row-cols-lg-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-lg-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-lg-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-lg-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-lg-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-lg-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-lg-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-lg-1 {
    flex: 0 0 auto;
    width: 8.3333333333%;
  }
  .col-lg-2 {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-lg-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .col-lg-5 {
    flex: 0 0 auto;
    width: 41.6666666667%;
  }
  .col-lg-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 auto;
    width: 58.3333333333%;
  }
  .col-lg-8 {
    flex: 0 0 auto;
    width: 66.6666666667%;
  }
  .col-lg-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 auto;
    width: 83.3333333333%;
  }
  .col-lg-11 {
    flex: 0 0 auto;
    width: 91.6666666667%;
  }
  .col-lg-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .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%;
  }
  .g-lg-0,
  .gx-lg-0 {
    --bs-gutter-x: 0;
  }
  .g-lg-0,
  .gy-lg-0 {
    --bs-gutter-y: 0;
  }
  .g-lg-1,
  .gx-lg-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-lg-1,
  .gy-lg-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-lg-2,
  .gx-lg-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-lg-2,
  .gy-lg-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-lg-3,
  .gx-lg-3 {
    --bs-gutter-x: 1rem;
  }
  .g-lg-3,
  .gy-lg-3 {
    --bs-gutter-y: 1rem;
  }
  .g-lg-4,
  .gx-lg-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-lg-4,
  .gy-lg-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-lg-5,
  .gx-lg-5 {
    --bs-gutter-x: 3rem;
  }
  .g-lg-5,
  .gy-lg-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    flex: 1 0 0%;
  }
  .row-cols-xl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-xl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-xl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-xl-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-xl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-xl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-xl-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-xl-1 {
    flex: 0 0 auto;
    width: 8.3333333333%;
  }
  .col-xl-2 {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-xl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .col-xl-5 {
    flex: 0 0 auto;
    width: 41.6666666667%;
  }
  .col-xl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 auto;
    width: 58.3333333333%;
  }
  .col-xl-8 {
    flex: 0 0 auto;
    width: 66.6666666667%;
  }
  .col-xl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 auto;
    width: 83.3333333333%;
  }
  .col-xl-11 {
    flex: 0 0 auto;
    width: 91.6666666667%;
  }
  .col-xl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .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%;
  }
  .g-xl-0,
  .gx-xl-0 {
    --bs-gutter-x: 0;
  }
  .g-xl-0,
  .gy-xl-0 {
    --bs-gutter-y: 0;
  }
  .g-xl-1,
  .gx-xl-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-xl-1,
  .gy-xl-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-xl-2,
  .gx-xl-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-xl-2,
  .gy-xl-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-xl-3,
  .gx-xl-3 {
    --bs-gutter-x: 1rem;
  }
  .g-xl-3,
  .gy-xl-3 {
    --bs-gutter-y: 1rem;
  }
  .g-xl-4,
  .gx-xl-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-xl-4,
  .gy-xl-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-xl-5,
  .gx-xl-5 {
    --bs-gutter-x: 3rem;
  }
  .g-xl-5,
  .gy-xl-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 1400px) {
  .col-xxl {
    flex: 1 0 0%;
  }
  .row-cols-xxl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-xxl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-xxl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-xxl-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-xxl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-xxl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-xxl-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-xxl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-xxl-1 {
    flex: 0 0 auto;
    width: 8.3333333333%;
  }
  .col-xxl-2 {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-xxl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xxl-4 {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .col-xxl-5 {
    flex: 0 0 auto;
    width: 41.6666666667%;
  }
  .col-xxl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xxl-7 {
    flex: 0 0 auto;
    width: 58.3333333333%;
  }
  .col-xxl-8 {
    flex: 0 0 auto;
    width: 66.6666666667%;
  }
  .col-xxl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xxl-10 {
    flex: 0 0 auto;
    width: 83.3333333333%;
  }
  .col-xxl-11 {
    flex: 0 0 auto;
    width: 91.6666666667%;
  }
  .col-xxl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-xxl-0 {
    margin-left: 0;
  }
  .offset-xxl-1 {
    margin-left: 8.3333333333%;
  }
  .offset-xxl-2 {
    margin-left: 16.6666666667%;
  }
  .offset-xxl-3 {
    margin-left: 25%;
  }
  .offset-xxl-4 {
    margin-left: 33.3333333333%;
  }
  .offset-xxl-5 {
    margin-left: 41.6666666667%;
  }
  .offset-xxl-6 {
    margin-left: 50%;
  }
  .offset-xxl-7 {
    margin-left: 58.3333333333%;
  }
  .offset-xxl-8 {
    margin-left: 66.6666666667%;
  }
  .offset-xxl-9 {
    margin-left: 75%;
  }
  .offset-xxl-10 {
    margin-left: 83.3333333333%;
  }
  .offset-xxl-11 {
    margin-left: 91.6666666667%;
  }
  .g-xxl-0,
  .gx-xxl-0 {
    --bs-gutter-x: 0;
  }
  .g-xxl-0,
  .gy-xxl-0 {
    --bs-gutter-y: 0;
  }
  .g-xxl-1,
  .gx-xxl-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-xxl-1,
  .gy-xxl-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-xxl-2,
  .gx-xxl-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-xxl-2,
  .gy-xxl-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-xxl-3,
  .gx-xxl-3 {
    --bs-gutter-x: 1rem;
  }
  .g-xxl-3,
  .gy-xxl-3 {
    --bs-gutter-y: 1rem;
  }
  .g-xxl-4,
  .gx-xxl-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-xxl-4,
  .gy-xxl-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-xxl-5,
  .gx-xxl-5 {
    --bs-gutter-x: 3rem;
  }
  .g-xxl-5,
  .gy-xxl-5 {
    --bs-gutter-y: 3rem;
  }
}
.table {
  --bs-table-bg: transparent;
  --bs-table-striped-color: #212529;
  --bs-table-striped-bg: rgba(0, 0, 0, 0.05);
  --bs-table-active-color: #212529;
  --bs-table-active-bg: rgba(0, 0, 0, 0.1);
  --bs-table-hover-color: #212529;
  --bs-table-hover-bg: rgba(0, 0, 0, 0.075);
  width: 100%;
  margin-bottom: 1rem;
  color: #212529;
  vertical-align: top;
  border-color: #dee2e6;
}
.table > :not(caption) > * > * {
  padding: 0.5rem 0.5rem;
  background-color: var(--bs-table-bg);
  border-bottom-width: 1px;
  box-shadow: inset 0 0 0 9999px var(--bs-table-accent-bg);
}
.table > tbody {
  vertical-align: inherit;
}
.table > thead {
  vertical-align: bottom;
}
.table > :not(:last-child) > :last-child > * {
  border-bottom-color: currentColor;
}

.caption-top {
  caption-side: top;
}

.table-sm > :not(caption) > * > * {
  padding: 0.25rem 0.25rem;
}

.table-bordered > :not(caption) > * {
  border-width: 1px 0;
}
.table-bordered > :not(caption) > * > * {
  border-width: 0 1px;
}

.table-borderless > :not(caption) > * > * {
  border-bottom-width: 0;
}

.table-striped > tbody > tr:nth-of-type(odd) {
  --bs-table-accent-bg: var(--bs-table-striped-bg);
  color: var(--bs-table-striped-color);
}

.table-active {
  --bs-table-accent-bg: var(--bs-table-active-bg);
  color: var(--bs-table-active-color);
}

.table-hover > tbody > tr:hover {
  --bs-table-accent-bg: var(--bs-table-hover-bg);
  color: var(--bs-table-hover-color);
}

.table-primary {
  --bs-table-bg: #cccfec;
  --bs-table-striped-bg: #c2c5e0;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #b8bad4;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #bdbfda;
  --bs-table-hover-color: #000;
  color: #000;
  border-color: #b8bad4;
}

.table-secondary {
  --bs-table-bg: #e2e3e5;
  --bs-table-striped-bg: #d7d8da;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #cbccce;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #d1d2d4;
  --bs-table-hover-color: #000;
  color: #000;
  border-color: #cbccce;
}

.table-success {
  --bs-table-bg: #d1e7dd;
  --bs-table-striped-bg: #c7dbd2;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #bcd0c7;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #c1d6cc;
  --bs-table-hover-color: #000;
  color: #000;
  border-color: #bcd0c7;
}

.table-info {
  --bs-table-bg: #cff4fc;
  --bs-table-striped-bg: #c5e8ef;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #badce3;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #bfe2e9;
  --bs-table-hover-color: #000;
  color: #000;
  border-color: #badce3;
}

.table-warning {
  --bs-table-bg: #fff0d2;
  --bs-table-striped-bg: #f2e4c8;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #e6d8bd;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #ecdec2;
  --bs-table-hover-color: #000;
  color: #000;
  border-color: #e6d8bd;
}

.table-danger {
  --bs-table-bg: #f8d7da;
  --bs-table-striped-bg: #eccccf;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #dfc2c4;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #e5c7ca;
  --bs-table-hover-color: #000;
  color: #000;
  border-color: #dfc2c4;
}

.table-light {
  --bs-table-bg: #f8f9fa;
  --bs-table-striped-bg: #ecedee;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #dfe0e1;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #e5e6e7;
  --bs-table-hover-color: #000;
  color: #000;
  border-color: #dfe0e1;
}

.table-dark {
  --bs-table-bg: #212529;
  --bs-table-striped-bg: #2c3034;
  --bs-table-striped-color: #fff;
  --bs-table-active-bg: #373b3e;
  --bs-table-active-color: #fff;
  --bs-table-hover-bg: #323539;
  --bs-table-hover-color: #fff;
  color: #fff;
  border-color: #373b3e;
}

.table-responsive {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

@media (max-width: 575.98px) {
  .table-responsive-sm {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 767.98px) {
  .table-responsive-md {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 991.98px) {
  .table-responsive-lg {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 1199.98px) {
  .table-responsive-xl {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 1399.98px) {
  .table-responsive-xxl {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
.form-label {
  margin-bottom: 0.5rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.form-range {
  width: 100%;
  height: 1rem;
  padding: 0;
  background-color: transparent;
  appearance: none;
}
.form-range:focus {
  outline: 0;
}
.form-range:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.25rem rgba(0, 16, 158, 0.25);
}
.form-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.25rem rgba(0, 16, 158, 0.25);
}
.form-range::-moz-focus-outer {
  border: 0;
}
.form-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  background-color: #00109E;
  border: 0;
  border-radius: 1rem;
  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) {
  .form-range::-webkit-slider-thumb {
    transition: none;
  }
}
.form-range::-webkit-slider-thumb:active {
  background-color: #b3b7e2;
}
.form-range::-webkit-slider-runnable-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}
.form-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  background-color: #00109E;
  border: 0;
  border-radius: 1rem;
  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) {
  .form-range::-moz-range-thumb {
    transition: none;
  }
}
.form-range::-moz-range-thumb:active {
  background-color: #b3b7e2;
}
.form-range::-moz-range-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}
.form-range:disabled {
  pointer-events: none;
}
.form-range:disabled::-webkit-slider-thumb {
  background-color: #adb5bd;
}
.form-range:disabled::-moz-range-thumb {
  background-color: #adb5bd;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.btn-primary {
  color: #fff;
  background-color: #00109E;
  border-color: #00109E;
}
.btn-primary:hover {
  color: #fff;
  background-color: #000e86;
  border-color: #000d7e;
}
.btn-check:focus + .btn-primary, .btn-primary:focus {
  color: #fff;
  background-color: #000e86;
  border-color: #000d7e;
  box-shadow: 0 0 0 0.25rem rgba(38, 52, 173, 0.5);
}
.btn-check:checked + .btn-primary, .btn-check:active + .btn-primary, .btn-primary:active, .btn-primary.active, .show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #000d7e;
  border-color: #000c77;
}
.btn-check:checked + .btn-primary:focus, .btn-check:active + .btn-primary:focus, .btn-primary:active:focus, .btn-primary.active:focus, .show > .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(38, 52, 173, 0.5);
}
.btn-primary:disabled, .btn-primary.disabled {
  color: #fff;
  background-color: #00109E;
  border-color: #00109E;
}

.btn-secondary {
  color: #fff;
  background-color: #DD047C;
  border-color: #DD047C;
}
.btn-secondary:hover {
  color: #fff;
  background-color: #bc0369;
  border-color: #b10363;
}
.btn-check:focus + .btn-secondary, .btn-secondary:focus {
  color: #fff;
  background-color: #bc0369;
  border-color: #b10363;
  box-shadow: 0 0 0 0.25rem rgba(226, 42, 144, 0.5);
}
.btn-check:checked + .btn-secondary, .btn-check:active + .btn-secondary, .btn-secondary:active, .btn-secondary.active, .show > .btn-secondary.dropdown-toggle {
  color: #fff;
  background-color: #b10363;
  border-color: #a6035d;
}
.btn-check:checked + .btn-secondary:focus, .btn-check:active + .btn-secondary:focus, .btn-secondary:active:focus, .btn-secondary.active:focus, .show > .btn-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(226, 42, 144, 0.5);
}
.btn-secondary:disabled, .btn-secondary.disabled {
  color: #fff;
  background-color: #DD047C;
  border-color: #DD047C;
}

.btn-yellow {
  color: #000;
  background-color: #FFB51C;
  border-color: #FFB51C;
}
.btn-yellow:hover {
  color: #000;
  background-color: #ffc03e;
  border-color: #ffbc33;
}
.btn-check:focus + .btn-yellow, .btn-yellow:focus {
  color: #000;
  background-color: #ffc03e;
  border-color: #ffbc33;
  box-shadow: 0 0 0 0.25rem rgba(217, 154, 24, 0.5);
}
.btn-check:checked + .btn-yellow, .btn-check:active + .btn-yellow, .btn-yellow:active, .btn-yellow.active, .show > .btn-yellow.dropdown-toggle {
  color: #000;
  background-color: #ffc449;
  border-color: #ffbc33;
}
.btn-check:checked + .btn-yellow:focus, .btn-check:active + .btn-yellow:focus, .btn-yellow:active:focus, .btn-yellow.active:focus, .show > .btn-yellow.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(217, 154, 24, 0.5);
}
.btn-yellow:disabled, .btn-yellow.disabled {
  color: #000;
  background-color: #FFB51C;
  border-color: #FFB51C;
}

.btn-green {
  color: #000;
  background-color: #009645;
  border-color: #009645;
}
.btn-green:hover {
  color: #000;
  background-color: #26a661;
  border-color: #1aa158;
}
.btn-check:focus + .btn-green, .btn-green:focus {
  color: #000;
  background-color: #26a661;
  border-color: #1aa158;
  box-shadow: 0 0 0 0.25rem rgba(0, 128, 59, 0.5);
}
.btn-check:checked + .btn-green, .btn-check:active + .btn-green, .btn-green:active, .btn-green.active, .show > .btn-green.dropdown-toggle {
  color: #000;
  background-color: #33ab6a;
  border-color: #1aa158;
}
.btn-check:checked + .btn-green:focus, .btn-check:active + .btn-green:focus, .btn-green:active:focus, .btn-green.active:focus, .show > .btn-green.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(0, 128, 59, 0.5);
}
.btn-green:disabled, .btn-green.disabled {
  color: #000;
  background-color: #009645;
  border-color: #009645;
}

.btn-light {
  color: #000;
  background-color: #FFF;
  border-color: #FFF;
}
.btn-light:hover {
  color: #000;
  background-color: white;
  border-color: white;
}
.btn-check:focus + .btn-light, .btn-light:focus {
  color: #000;
  background-color: white;
  border-color: white;
  box-shadow: 0 0 0 0.25rem rgba(217, 217, 217, 0.5);
}
.btn-check:checked + .btn-light, .btn-check:active + .btn-light, .btn-light:active, .btn-light.active, .show > .btn-light.dropdown-toggle {
  color: #000;
  background-color: white;
  border-color: white;
}
.btn-check:checked + .btn-light:focus, .btn-check:active + .btn-light:focus, .btn-light:active:focus, .btn-light.active:focus, .show > .btn-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(217, 217, 217, 0.5);
}
.btn-light:disabled, .btn-light.disabled {
  color: #000;
  background-color: #FFF;
  border-color: #FFF;
}

.btn-gris {
  color: #000;
  background-color: #f4f4f4;
  border-color: #f4f4f4;
}
.btn-gris:hover {
  color: #000;
  background-color: #f6f6f6;
  border-color: whitesmoke;
}
.btn-check:focus + .btn-gris, .btn-gris:focus {
  color: #000;
  background-color: #f6f6f6;
  border-color: whitesmoke;
  box-shadow: 0 0 0 0.25rem rgba(207, 207, 207, 0.5);
}
.btn-check:checked + .btn-gris, .btn-check:active + .btn-gris, .btn-gris:active, .btn-gris.active, .show > .btn-gris.dropdown-toggle {
  color: #000;
  background-color: #f6f6f6;
  border-color: whitesmoke;
}
.btn-check:checked + .btn-gris:focus, .btn-check:active + .btn-gris:focus, .btn-gris:active:focus, .btn-gris.active:focus, .show > .btn-gris.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(207, 207, 207, 0.5);
}
.btn-gris:disabled, .btn-gris.disabled {
  color: #000;
  background-color: #f4f4f4;
  border-color: #f4f4f4;
}

.btn-outline-primary {
  color: #00109E;
  border-color: #00109E;
}
.btn-outline-primary:hover {
  color: #fff;
  background-color: #00109E;
  border-color: #00109E;
}
.btn-check:focus + .btn-outline-primary, .btn-outline-primary:focus {
  box-shadow: 0 0 0 0.25rem rgba(0, 16, 158, 0.5);
}
.btn-check:checked + .btn-outline-primary, .btn-check:active + .btn-outline-primary, .btn-outline-primary:active, .btn-outline-primary.active, .btn-outline-primary.dropdown-toggle.show {
  color: #fff;
  background-color: #00109E;
  border-color: #00109E;
}
.btn-check:checked + .btn-outline-primary:focus, .btn-check:active + .btn-outline-primary:focus, .btn-outline-primary:active:focus, .btn-outline-primary.active:focus, .btn-outline-primary.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(0, 16, 158, 0.5);
}
.btn-outline-primary:disabled, .btn-outline-primary.disabled {
  color: #00109E;
  background-color: transparent;
}

.btn-outline-secondary {
  color: #DD047C;
  border-color: #DD047C;
}
.btn-outline-secondary:hover {
  color: #fff;
  background-color: #DD047C;
  border-color: #DD047C;
}
.btn-check:focus + .btn-outline-secondary, .btn-outline-secondary:focus {
  box-shadow: 0 0 0 0.25rem rgba(221, 4, 124, 0.5);
}
.btn-check:checked + .btn-outline-secondary, .btn-check:active + .btn-outline-secondary, .btn-outline-secondary:active, .btn-outline-secondary.active, .btn-outline-secondary.dropdown-toggle.show {
  color: #fff;
  background-color: #DD047C;
  border-color: #DD047C;
}
.btn-check:checked + .btn-outline-secondary:focus, .btn-check:active + .btn-outline-secondary:focus, .btn-outline-secondary:active:focus, .btn-outline-secondary.active:focus, .btn-outline-secondary.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(221, 4, 124, 0.5);
}
.btn-outline-secondary:disabled, .btn-outline-secondary.disabled {
  color: #DD047C;
  background-color: transparent;
}

.btn-outline-yellow {
  color: #FFB51C;
  border-color: #FFB51C;
}
.btn-outline-yellow:hover {
  color: #000;
  background-color: #FFB51C;
  border-color: #FFB51C;
}
.btn-check:focus + .btn-outline-yellow, .btn-outline-yellow:focus {
  box-shadow: 0 0 0 0.25rem rgba(255, 181, 28, 0.5);
}
.btn-check:checked + .btn-outline-yellow, .btn-check:active + .btn-outline-yellow, .btn-outline-yellow:active, .btn-outline-yellow.active, .btn-outline-yellow.dropdown-toggle.show {
  color: #000;
  background-color: #FFB51C;
  border-color: #FFB51C;
}
.btn-check:checked + .btn-outline-yellow:focus, .btn-check:active + .btn-outline-yellow:focus, .btn-outline-yellow:active:focus, .btn-outline-yellow.active:focus, .btn-outline-yellow.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(255, 181, 28, 0.5);
}
.btn-outline-yellow:disabled, .btn-outline-yellow.disabled {
  color: #FFB51C;
  background-color: transparent;
}

.btn-outline-green {
  color: #009645;
  border-color: #009645;
}
.btn-outline-green:hover {
  color: #000;
  background-color: #009645;
  border-color: #009645;
}
.btn-check:focus + .btn-outline-green, .btn-outline-green:focus {
  box-shadow: 0 0 0 0.25rem rgba(0, 150, 69, 0.5);
}
.btn-check:checked + .btn-outline-green, .btn-check:active + .btn-outline-green, .btn-outline-green:active, .btn-outline-green.active, .btn-outline-green.dropdown-toggle.show {
  color: #000;
  background-color: #009645;
  border-color: #009645;
}
.btn-check:checked + .btn-outline-green:focus, .btn-check:active + .btn-outline-green:focus, .btn-outline-green:active:focus, .btn-outline-green.active:focus, .btn-outline-green.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(0, 150, 69, 0.5);
}
.btn-outline-green:disabled, .btn-outline-green.disabled {
  color: #009645;
  background-color: transparent;
}

.btn-outline-light {
  color: #FFF;
  border-color: #FFF;
}
.btn-outline-light:hover {
  color: #000;
  background-color: #FFF;
  border-color: #FFF;
}
.btn-check:focus + .btn-outline-light, .btn-outline-light:focus {
  box-shadow: 0 0 0 0.25rem rgba(255, 255, 255, 0.5);
}
.btn-check:checked + .btn-outline-light, .btn-check:active + .btn-outline-light, .btn-outline-light:active, .btn-outline-light.active, .btn-outline-light.dropdown-toggle.show {
  color: #000;
  background-color: #FFF;
  border-color: #FFF;
}
.btn-check:checked + .btn-outline-light:focus, .btn-check:active + .btn-outline-light:focus, .btn-outline-light:active:focus, .btn-outline-light.active:focus, .btn-outline-light.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(255, 255, 255, 0.5);
}
.btn-outline-light:disabled, .btn-outline-light.disabled {
  color: #FFF;
  background-color: transparent;
}

.btn-outline-gris {
  color: #f4f4f4;
  border-color: #f4f4f4;
}
.btn-outline-gris:hover {
  color: #000;
  background-color: #f4f4f4;
  border-color: #f4f4f4;
}
.btn-check:focus + .btn-outline-gris, .btn-outline-gris:focus {
  box-shadow: 0 0 0 0.25rem rgba(244, 244, 244, 0.5);
}
.btn-check:checked + .btn-outline-gris, .btn-check:active + .btn-outline-gris, .btn-outline-gris:active, .btn-outline-gris.active, .btn-outline-gris.dropdown-toggle.show {
  color: #000;
  background-color: #f4f4f4;
  border-color: #f4f4f4;
}
.btn-check:checked + .btn-outline-gris:focus, .btn-check:active + .btn-outline-gris:focus, .btn-outline-gris:active:focus, .btn-outline-gris.active:focus, .btn-outline-gris.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(244, 244, 244, 0.5);
}
.btn-outline-gris:disabled, .btn-outline-gris.disabled {
  color: #f4f4f4;
  background-color: transparent;
}

.btn-link {
  font-weight: 400;
  color: #00109E;
  text-decoration: underline;
}
.btn-link:hover {
  color: #000d7e;
}
.btn-link:disabled, .btn-link.disabled {
  color: #6c757d;
}

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

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

.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 {
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}
@media (prefers-reduced-motion: reduce) {
  .collapsing {
    transition: none;
  }
}

.dropup,
.dropend,
.dropdown,
.dropstart {
  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;
  z-index: 1000;
  display: none;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 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[data-bs-popper] {
  top: 100%;
  left: 0;
  margin-top: 0.125rem;
}

.dropdown-menu-start {
  --bs-position: start;
}
.dropdown-menu-start[data-bs-popper] {
  right: auto /* rtl:ignore */;
  left: 0 /* rtl:ignore */;
}

.dropdown-menu-end {
  --bs-position: end;
}
.dropdown-menu-end[data-bs-popper] {
  right: 0 /* rtl:ignore */;
  left: auto /* rtl:ignore */;
}

@media (min-width: 576px) {
  .dropdown-menu-sm-start {
    --bs-position: start;
  }
  .dropdown-menu-sm-start[data-bs-popper] {
    right: auto /* rtl:ignore */;
    left: 0 /* rtl:ignore */;
  }
  .dropdown-menu-sm-end {
    --bs-position: end;
  }
  .dropdown-menu-sm-end[data-bs-popper] {
    right: 0 /* rtl:ignore */;
    left: auto /* rtl:ignore */;
  }
}
@media (min-width: 768px) {
  .dropdown-menu-md-start {
    --bs-position: start;
  }
  .dropdown-menu-md-start[data-bs-popper] {
    right: auto /* rtl:ignore */;
    left: 0 /* rtl:ignore */;
  }
  .dropdown-menu-md-end {
    --bs-position: end;
  }
  .dropdown-menu-md-end[data-bs-popper] {
    right: 0 /* rtl:ignore */;
    left: auto /* rtl:ignore */;
  }
}
@media (min-width: 992px) {
  .dropdown-menu-lg-start {
    --bs-position: start;
  }
  .dropdown-menu-lg-start[data-bs-popper] {
    right: auto /* rtl:ignore */;
    left: 0 /* rtl:ignore */;
  }
  .dropdown-menu-lg-end {
    --bs-position: end;
  }
  .dropdown-menu-lg-end[data-bs-popper] {
    right: 0 /* rtl:ignore */;
    left: auto /* rtl:ignore */;
  }
}
@media (min-width: 1200px) {
  .dropdown-menu-xl-start {
    --bs-position: start;
  }
  .dropdown-menu-xl-start[data-bs-popper] {
    right: auto /* rtl:ignore */;
    left: 0 /* rtl:ignore */;
  }
  .dropdown-menu-xl-end {
    --bs-position: end;
  }
  .dropdown-menu-xl-end[data-bs-popper] {
    right: 0 /* rtl:ignore */;
    left: auto /* rtl:ignore */;
  }
}
@media (min-width: 1400px) {
  .dropdown-menu-xxl-start {
    --bs-position: start;
  }
  .dropdown-menu-xxl-start[data-bs-popper] {
    right: auto /* rtl:ignore */;
    left: 0 /* rtl:ignore */;
  }
  .dropdown-menu-xxl-end {
    --bs-position: end;
  }
  .dropdown-menu-xxl-end[data-bs-popper] {
    right: 0 /* rtl:ignore */;
    left: auto /* rtl:ignore */;
  }
}
.dropup .dropdown-menu[data-bs-popper] {
  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;
}

.dropend .dropdown-menu[data-bs-popper] {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: 0.125rem;
}
.dropend .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;
}
.dropend .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropend .dropdown-toggle::after {
  vertical-align: 0;
}

.dropstart .dropdown-menu[data-bs-popper] {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: 0.125rem;
}
.dropstart .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
}
.dropstart .dropdown-toggle::after {
  display: none;
}
.dropstart .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;
}
.dropstart .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropstart .dropdown-toggle::before {
  vertical-align: 0;
}

.dropdown-divider {
  height: 0;
  margin: 0.5rem 0;
  overflow: hidden;
  border-top: 1px solid rgba(0, 0, 0, 0.15);
}

.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  text-decoration: none;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}
.dropdown-item:hover, .dropdown-item:focus {
  color: #1e2125;
  background-color: #e9ecef;
}
.dropdown-item.active, .dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #00109E;
}
.dropdown-item.disabled, .dropdown-item:disabled {
  color: #adb5bd;
  pointer-events: none;
  background-color: transparent;
}

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

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

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

.dropdown-menu-dark {
  color: #dee2e6;
  background-color: #343a40;
  border-color: rgba(0, 0, 0, 0.15);
}
.dropdown-menu-dark .dropdown-item {
  color: #dee2e6;
}
.dropdown-menu-dark .dropdown-item:hover, .dropdown-menu-dark .dropdown-item:focus {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.15);
}
.dropdown-menu-dark .dropdown-item.active, .dropdown-menu-dark .dropdown-item:active {
  color: #fff;
  background-color: #00109E;
}
.dropdown-menu-dark .dropdown-item.disabled, .dropdown-menu-dark .dropdown-item:disabled {
  color: #adb5bd;
}
.dropdown-menu-dark .dropdown-divider {
  border-color: rgba(0, 0, 0, 0.15);
}
.dropdown-menu-dark .dropdown-item-text {
  color: #dee2e6;
}
.dropdown-menu-dark .dropdown-header {
  color: #adb5bd;
}

.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-check:checked + .btn,
.btn-group > .btn-check:focus + .btn,
.btn-group > .btn:hover,
.btn-group > .btn:focus,
.btn-group > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn-check:checked + .btn,
.btn-group-vertical > .btn-check:focus + .btn,
.btn-group-vertical > .btn:hover,
.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:nth-child(n+3),
.btn-group > :not(.btn-check) + .btn,
.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, .dropend .dropdown-toggle-split::after {
  margin-left: 0;
}
.dropstart .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 ~ .btn,
.btn-group-vertical > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

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

.nav-link {
  display: block;
  padding: 0.5rem 1rem;
  color: #00109E;
  text-decoration: none;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .nav-link {
    transition: none;
  }
}
.nav-link:hover, .nav-link:focus {
  color: #000d7e;
}
.nav-link.disabled {
  color: #6c757d;
  pointer-events: none;
  cursor: default;
}

.nav-tabs {
  border-bottom: 1px solid #dee2e6;
}
.nav-tabs .nav-link {
  margin-bottom: -1px;
  background: none;
  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;
  isolation: isolate;
}
.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 {
  background: none;
  border: 0;
  border-radius: 0.25rem;
}
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #fff;
  background-color: #00109E;
}

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

.nav-fill .nav-item .nav-link,
.nav-justified .nav-item .nav-link {
  width: 100%;
}

.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-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.navbar > .container,
.navbar > .container-fluid,
.navbar > .container-sm,
.navbar > .container-md,
.navbar > .container-lg,
.navbar > .container-xl,
.navbar > .container-xxl {
  display: flex;
  flex-wrap: inherit;
  align-items: center;
  justify-content: space-between;
}
.navbar-brand {
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  text-decoration: none;
  white-space: nowrap;
}
.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;
}

.navbar-text {
  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;
  transition: box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .navbar-toggler {
    transition: none;
  }
}
.navbar-toggler:hover {
  text-decoration: none;
}
.navbar-toggler:focus {
  text-decoration: none;
  outline: 0;
  box-shadow: 0 0 0 0.25rem;
}

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

.navbar-nav-scroll {
  max-height: var(--bs-scroll-height, 75vh);
  overflow-y: auto;
}

@media (min-width: 576px) {
  .navbar-expand-sm {
    flex-wrap: 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 .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-sm .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-sm .navbar-toggler {
    display: none;
  }
}
@media (min-width: 768px) {
  .navbar-expand-md {
    flex-wrap: 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 .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-md .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-md .navbar-toggler {
    display: none;
  }
}
@media (min-width: 992px) {
  .navbar-expand-lg {
    flex-wrap: 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 .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-lg .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
}
@media (min-width: 1200px) {
  .navbar-expand-xl {
    flex-wrap: 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 .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-xl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-xl .navbar-toggler {
    display: none;
  }
}
@media (min-width: 1400px) {
  .navbar-expand-xxl {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-xxl .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-xxl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-xxl .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-xxl .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-xxl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-xxl .navbar-toggler {
    display: none;
  }
}
.navbar-expand {
  flex-wrap: nowrap;
  justify-content: flex-start;
}
.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 .navbar-nav-scroll {
  overflow: visible;
}
.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.55);
}
.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 .nav-link.active {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, 0.55);
  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' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.55%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.55);
}
.navbar-light .navbar-text a,
.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.55);
}
.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 .nav-link.active {
  color: #fff;
}
.navbar-dark .navbar-toggler {
  color: rgba(255, 255, 255, 0.55);
  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' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%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.55);
}
.navbar-dark .navbar-text a,
.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;
  padding: 1rem 1rem;
}

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

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

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

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

.card-header {
  padding: 0.5rem 1rem;
  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.5rem 1rem;
  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.5rem;
  margin-bottom: -0.5rem;
  margin-left: -0.5rem;
  border-bottom: 0;
}

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

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

.card-img,
.card-img-top,
.card-img-bottom {
  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-group > .card {
  margin-bottom: 0.75rem;
}
@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;
  }
}

.accordion-button {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  padding: 1rem 1.25rem;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  background-color: #fff;
  border: 0;
  border-radius: 0;
  overflow-anchor: none;
  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, border-radius 0.15s ease;
}
@media (prefers-reduced-motion: reduce) {
  .accordion-button {
    transition: none;
  }
}
.accordion-button:not(.collapsed) {
  color: #000e8e;
  background-color: #e6e7f5;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.125);
}
.accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000e8e'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  transform: rotate(-180deg);
}
.accordion-button::after {
  flex-shrink: 0;
  width: 1.25rem;
  height: 1.25rem;
  margin-left: auto;
  content: "";
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-size: 1.25rem;
  transition: transform 0.2s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .accordion-button::after {
    transition: none;
  }
}
.accordion-button:hover {
  z-index: 2;
}
.accordion-button:focus {
  z-index: 3;
  border-color: none;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(0, 16, 158, 0.25);
}

.accordion-header {
  margin-bottom: 0;
}

.accordion-item {
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125);
}
.accordion-item:first-of-type {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
.accordion-item:first-of-type .accordion-button {
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}
.accordion-item:not(:first-of-type) {
  border-top: 0;
}
.accordion-item:last-of-type {
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}
.accordion-item:last-of-type .accordion-button.collapsed {
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}
.accordion-item:last-of-type .accordion-collapse {
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.accordion-body {
  padding: 1rem 1.25rem;
}

.accordion-flush .accordion-collapse {
  border-width: 0;
}
.accordion-flush .accordion-item {
  border-right: 0;
  border-left: 0;
  border-radius: 0;
}
.accordion-flush .accordion-item:first-child {
  border-top: 0;
}
.accordion-flush .accordion-item:last-child {
  border-bottom: 0;
}
.accordion-flush .accordion-item .accordion-button {
  border-radius: 0;
}

.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  padding: 0 0;
  margin-bottom: 1rem;
  list-style: none;
}

.breadcrumb-item + .breadcrumb-item {
  padding-left: 0.5rem;
}
.breadcrumb-item + .breadcrumb-item::before {
  float: left;
  padding-right: 0.5rem;
  color: #6c757d;
  content: var(--bs-breadcrumb-divider, "/") /* rtl: var(--bs-breadcrumb-divider, "/") */;
}
.breadcrumb-item.active {
  color: #6c757d;
}

.pagination {
  display: flex;
  padding-left: 0;
  list-style: none;
}

.page-link {
  position: relative;
  display: block;
  color: #00109E;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #dee2e6;
  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) {
  .page-link {
    transition: none;
  }
}
.page-link:hover {
  z-index: 2;
  color: #000d7e;
  background-color: #e9ecef;
  border-color: #dee2e6;
}
.page-link:focus {
  z-index: 3;
  color: #000d7e;
  background-color: #e9ecef;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(0, 16, 158, 0.25);
}

.page-item:not(:first-child) .page-link {
  margin-left: -1px;
}
.page-item.active .page-link {
  z-index: 3;
  color: #fff;
  background-color: #00109E;
  border-color: #00109E;
}
.page-item.disabled .page-link {
  color: #6c757d;
  pointer-events: none;
  background-color: #fff;
  border-color: #dee2e6;
}

.page-link {
  padding: 0.375rem 0.75rem;
}

.page-item:first-child .page-link {
  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;
}

.pagination-lg .page-link {
  padding: 0.75rem 1.5rem;
  font-size: 1.25rem;
}
.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;
}
.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.35em 0.65em;
  font-size: 0.75em;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25rem;
}
.badge:empty {
  display: none;
}

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

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

.alert-heading {
  color: inherit;
}

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

.alert-dismissible {
  padding-right: 3rem;
}
.alert-dismissible .btn-close {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  padding: 1.25rem 1rem;
}

.alert-primary {
  color: #000a5f;
  background-color: #cccfec;
  border-color: #b3b7e2;
}
.alert-primary .alert-link {
  color: #00084c;
}

.alert-secondary {
  color: #85024a;
  background-color: #f8cde5;
  border-color: #f5b4d8;
}
.alert-secondary .alert-link {
  color: #6a023b;
}

.alert-yellow {
  color: #66480b;
  background-color: #fff0d2;
  border-color: #ffe9bb;
}
.alert-yellow .alert-link {
  color: #523a09;
}

.alert-green {
  color: #005a29;
  background-color: #cceada;
  border-color: #b3e0c7;
}
.alert-green .alert-link {
  color: #004821;
}

.alert-light {
  color: #666666;
  background-color: white;
  border-color: white;
}
.alert-light .alert-link {
  color: #525252;
}

.alert-gris {
  color: #626262;
  background-color: #fdfdfd;
  border-color: #fcfcfc;
}
.alert-gris .alert-link {
  color: #4e4e4e;
}

@keyframes progress-bar-stripes {
  0% {
    background-position-x: 1rem;
  }
}
.progress {
  display: flex;
  height: 1rem;
  overflow: hidden;
  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: #00109E;
  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: 1s linear infinite progress-bar-stripes;
}
@media (prefers-reduced-motion: reduce) {
  .progress-bar-animated {
    animation: none;
  }
}

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

.list-group-numbered {
  list-style-type: none;
  counter-reset: section;
}
.list-group-numbered > li::before {
  content: counters(section, ".") ". ";
  counter-increment: section;
}

.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.5rem 1rem;
  color: #212529;
  text-decoration: none;
  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: #00109E;
  border-color: #00109E;
}
.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;
  }
}
@media (min-width: 1400px) {
  .list-group-horizontal-xxl {
    flex-direction: row;
  }
  .list-group-horizontal-xxl > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-xxl > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-xxl > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-xxl > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-xxl > .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: #000a5f;
  background-color: #cccfec;
}
.list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
  color: #000a5f;
  background-color: #b8bad4;
}
.list-group-item-primary.list-group-item-action.active {
  color: #fff;
  background-color: #000a5f;
  border-color: #000a5f;
}

.list-group-item-secondary {
  color: #85024a;
  background-color: #f8cde5;
}
.list-group-item-secondary.list-group-item-action:hover, .list-group-item-secondary.list-group-item-action:focus {
  color: #85024a;
  background-color: #dfb9ce;
}
.list-group-item-secondary.list-group-item-action.active {
  color: #fff;
  background-color: #85024a;
  border-color: #85024a;
}

.list-group-item-yellow {
  color: #66480b;
  background-color: #fff0d2;
}
.list-group-item-yellow.list-group-item-action:hover, .list-group-item-yellow.list-group-item-action:focus {
  color: #66480b;
  background-color: #e6d8bd;
}
.list-group-item-yellow.list-group-item-action.active {
  color: #fff;
  background-color: #66480b;
  border-color: #66480b;
}

.list-group-item-green {
  color: #005a29;
  background-color: #cceada;
}
.list-group-item-green.list-group-item-action:hover, .list-group-item-green.list-group-item-action:focus {
  color: #005a29;
  background-color: #b8d3c4;
}
.list-group-item-green.list-group-item-action.active {
  color: #fff;
  background-color: #005a29;
  border-color: #005a29;
}

.list-group-item-light {
  color: #666666;
  background-color: white;
}
.list-group-item-light.list-group-item-action:hover, .list-group-item-light.list-group-item-action:focus {
  color: #666666;
  background-color: #e6e6e6;
}
.list-group-item-light.list-group-item-action.active {
  color: #fff;
  background-color: #666666;
  border-color: #666666;
}

.list-group-item-gris {
  color: #626262;
  background-color: #fdfdfd;
}
.list-group-item-gris.list-group-item-action:hover, .list-group-item-gris.list-group-item-action:focus {
  color: #626262;
  background-color: #e4e4e4;
}
.list-group-item-gris.list-group-item-action.active {
  color: #fff;
  background-color: #626262;
  border-color: #626262;
}

.btn-close {
  box-sizing: content-box;
  width: 1em;
  height: 1em;
  padding: 0.25em 0.25em;
  color: #000;
  background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;
  border: 0;
  border-radius: 0.25rem;
  opacity: 0.5;
}
.btn-close:hover {
  color: #000;
  text-decoration: none;
  opacity: 0.75;
}
.btn-close:focus {
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(0, 16, 158, 0.25);
  opacity: 1;
}
.btn-close:disabled, .btn-close.disabled {
  pointer-events: none;
  user-select: none;
  opacity: 0.25;
}

.btn-close-white {
  filter: invert(1) grayscale(100%) brightness(200%);
}

.toast {
  width: 350px;
  max-width: 100%;
  font-size: 0.875rem;
  pointer-events: auto;
  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.5rem 1rem rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
}
.toast:not(.showing):not(.show) {
  opacity: 0;
}
.toast.hide {
  display: none;
}

.toast-container {
  width: max-content;
  max-width: 100%;
  pointer-events: none;
}
.toast-container > :not(:last-child) {
  margin-bottom: 0.75rem;
}

.toast-header {
  display: flex;
  align-items: center;
  padding: 0.5rem 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-header .btn-close {
  margin-right: -0.375rem;
  margin-left: 0.75rem;
}

.toast-body {
  padding: 0.75rem;
  word-wrap: break-word;
}

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

.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1060;
  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 {
  height: calc(100% - 1rem);
}
.modal-dialog-scrollable .modal-content {
  max-height: 100%;
  overflow: hidden;
}
.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}

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

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

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

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

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

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

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

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

@media (max-width: 575.98px) {
  .modal-fullscreen-sm-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-sm-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-sm-down .modal-header {
    border-radius: 0;
  }
  .modal-fullscreen-sm-down .modal-body {
    overflow-y: auto;
  }
  .modal-fullscreen-sm-down .modal-footer {
    border-radius: 0;
  }
}
@media (max-width: 767.98px) {
  .modal-fullscreen-md-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-md-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-md-down .modal-header {
    border-radius: 0;
  }
  .modal-fullscreen-md-down .modal-body {
    overflow-y: auto;
  }
  .modal-fullscreen-md-down .modal-footer {
    border-radius: 0;
  }
}
@media (max-width: 991.98px) {
  .modal-fullscreen-lg-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-lg-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-lg-down .modal-header {
    border-radius: 0;
  }
  .modal-fullscreen-lg-down .modal-body {
    overflow-y: auto;
  }
  .modal-fullscreen-lg-down .modal-footer {
    border-radius: 0;
  }
}
@media (max-width: 1199.98px) {
  .modal-fullscreen-xl-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-xl-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-xl-down .modal-header {
    border-radius: 0;
  }
  .modal-fullscreen-xl-down .modal-body {
    overflow-y: auto;
  }
  .modal-fullscreen-xl-down .modal-footer {
    border-radius: 0;
  }
}
@media (max-width: 1399.98px) {
  .modal-fullscreen-xxl-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-xxl-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-xxl-down .modal-header {
    border-radius: 0;
  }
  .modal-fullscreen-xxl-down .modal-body {
    overflow-y: auto;
  }
  .modal-fullscreen-xxl-down .modal-footer {
    border-radius: 0;
  }
}
.tooltip {
  position: absolute;
  z-index: 1080;
  display: block;
  margin: 0;
  font-family: var(--bs-font-sans-serif);
  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 .tooltip-arrow {
  position: absolute;
  display: block;
  width: 0.8rem;
  height: 0.4rem;
}
.tooltip .tooltip-arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs-tooltip-top, .bs-tooltip-auto[data-popper-placement^=top] {
  padding: 0.4rem 0;
}
.bs-tooltip-top .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow {
  bottom: 0;
}
.bs-tooltip-top .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow::before {
  top: -1px;
  border-width: 0.4rem 0.4rem 0;
  border-top-color: #000;
}

.bs-tooltip-end, .bs-tooltip-auto[data-popper-placement^=right] {
  padding: 0 0.4rem;
}
.bs-tooltip-end .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow {
  left: 0;
  width: 0.4rem;
  height: 0.8rem;
}
.bs-tooltip-end .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow::before {
  right: -1px;
  border-width: 0.4rem 0.4rem 0.4rem 0;
  border-right-color: #000;
}

.bs-tooltip-bottom, .bs-tooltip-auto[data-popper-placement^=bottom] {
  padding: 0.4rem 0;
}
.bs-tooltip-bottom .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow {
  top: 0;
}
.bs-tooltip-bottom .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow::before {
  bottom: -1px;
  border-width: 0 0.4rem 0.4rem;
  border-bottom-color: #000;
}

.bs-tooltip-start, .bs-tooltip-auto[data-popper-placement^=left] {
  padding: 0 0.4rem;
}
.bs-tooltip-start .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow {
  right: 0;
  width: 0.4rem;
  height: 0.8rem;
}
.bs-tooltip-start .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow::before {
  left: -1px;
  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 /* rtl:ignore */;
  z-index: 1070;
  display: block;
  max-width: 276px;
  font-family: var(--bs-font-sans-serif);
  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 .popover-arrow {
  position: absolute;
  display: block;
  width: 1rem;
  height: 0.5rem;
}
.popover .popover-arrow::before, .popover .popover-arrow::after {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs-popover-top > .popover-arrow, .bs-popover-auto[data-popper-placement^=top] > .popover-arrow {
  bottom: calc(-0.5rem - 1px);
}
.bs-popover-top > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=top] > .popover-arrow::before {
  bottom: 0;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-top > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=top] > .popover-arrow::after {
  bottom: 1px;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: #fff;
}

.bs-popover-end > .popover-arrow, .bs-popover-auto[data-popper-placement^=right] > .popover-arrow {
  left: calc(-0.5rem - 1px);
  width: 0.5rem;
  height: 1rem;
}
.bs-popover-end > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=right] > .popover-arrow::before {
  left: 0;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-end > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=right] > .popover-arrow::after {
  left: 1px;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: #fff;
}

.bs-popover-bottom > .popover-arrow, .bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow {
  top: calc(-0.5rem - 1px);
}
.bs-popover-bottom > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=bottom] > .popover-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 > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=bottom] > .popover-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[data-popper-placement^=bottom] .popover-header::before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 1rem;
  margin-left: -0.5rem;
  content: "";
  border-bottom: 1px solid #f0f0f0;
}

.bs-popover-start > .popover-arrow, .bs-popover-auto[data-popper-placement^=left] > .popover-arrow {
  right: calc(-0.5rem - 1px);
  width: 0.5rem;
  height: 1rem;
}
.bs-popover-start > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=left] > .popover-arrow::before {
  right: 0;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-start > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=left] > .popover-arrow::after {
  right: 1px;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: #fff;
}

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

.popover-body {
  padding: 1rem 1rem;
  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;
}

/* rtl:begin:ignore */
.carousel-item-next:not(.carousel-item-start),
.active.carousel-item-end {
  transform: translateX(100%);
}

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

/* rtl:end:ignore */
.carousel-fade .carousel-item {
  opacity: 0;
  transition-property: opacity;
  transform: none;
}
.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-start,
.carousel-fade .carousel-item-prev.carousel-item-end {
  z-index: 1;
  opacity: 1;
}
.carousel-fade .active.carousel-item-start,
.carousel-fade .active.carousel-item-end {
  z-index: 0;
  opacity: 0;
  transition: opacity 0s 0.6s;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-fade .active.carousel-item-start,
  .carousel-fade .active.carousel-item-end {
    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%;
  padding: 0;
  color: #fff;
  text-align: center;
  background: none;
  border: 0;
  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: 2rem;
  height: 2rem;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: 100% 100%;
}

/* rtl:options: {
  "autoRename": true,
  "stringMap":[ {
    "name"    : "prev-next",
    "search"  : "prev",
    "replace" : "next"
  } ]
} */
.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e");
}

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  display: flex;
  justify-content: center;
  padding: 0;
  margin-right: 15%;
  margin-bottom: 1rem;
  margin-left: 15%;
  list-style: none;
}
.carousel-indicators [data-bs-target] {
  box-sizing: content-box;
  flex: 0 1 auto;
  width: 30px;
  height: 3px;
  padding: 0;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #fff;
  background-clip: padding-box;
  border: 0;
  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 [data-bs-target] {
    transition: none;
  }
}
.carousel-indicators .active {
  opacity: 1;
}

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 1.25rem;
  left: 15%;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  color: #fff;
  text-align: center;
}

.carousel-dark .carousel-control-prev-icon,
.carousel-dark .carousel-control-next-icon {
  filter: invert(1) grayscale(100);
}
.carousel-dark .carousel-indicators [data-bs-target] {
  background-color: #000;
}
.carousel-dark .carousel-caption {
  color: #000;
}

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

.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: -0.125em;
  background-color: currentColor;
  border-radius: 50%;
  opacity: 0;
  animation: 0.75s linear infinite spinner-grow;
}

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

@media (prefers-reduced-motion: reduce) {
  .spinner-border,
  .spinner-grow {
    animation-duration: 1.5s;
  }
}
.offcanvas {
  position: fixed;
  bottom: 0;
  z-index: 1050;
  display: flex;
  flex-direction: column;
  max-width: 100%;
  visibility: hidden;
  background-color: #fff;
  background-clip: padding-box;
  outline: 0;
  transition: transform 0.3s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .offcanvas {
    transition: none;
  }
}

.offcanvas-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1rem 1rem;
}
.offcanvas-header .btn-close {
  padding: 0.5rem 0.5rem;
  margin: -0.5rem -0.5rem -0.5rem auto;
}

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

.offcanvas-body {
  flex-grow: 1;
  padding: 1rem 1rem;
  overflow-y: auto;
}

.offcanvas-start {
  top: 0;
  left: 0;
  width: 400px;
  border-right: 1px solid rgba(0, 0, 0, 0.2);
  transform: translateX(-100%);
}

.offcanvas-end {
  top: 0;
  right: 0;
  width: 400px;
  border-left: 1px solid rgba(0, 0, 0, 0.2);
  transform: translateX(100%);
}

.offcanvas-top {
  top: 0;
  right: 0;
  left: 0;
  height: 30vh;
  max-height: 100%;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  transform: translateY(-100%);
}

.offcanvas-bottom {
  right: 0;
  left: 0;
  height: 30vh;
  max-height: 100%;
  border-top: 1px solid rgba(0, 0, 0, 0.2);
  transform: translateY(100%);
}

.offcanvas.show {
  transform: none;
}

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

.link-primary {
  color: #00109E;
}
.link-primary:hover, .link-primary:focus {
  color: #000d7e;
}

.link-secondary {
  color: #DD047C;
}
.link-secondary:hover, .link-secondary:focus {
  color: #b10363;
}

.link-yellow {
  color: #FFB51C;
}
.link-yellow:hover, .link-yellow:focus {
  color: #ffc449;
}

.link-green {
  color: #009645;
}
.link-green:hover, .link-green:focus {
  color: #33ab6a;
}

.link-light {
  color: #FFF;
}
.link-light:hover, .link-light:focus {
  color: white;
}

.link-gris {
  color: #f4f4f4;
}
.link-gris:hover, .link-gris:focus {
  color: #f6f6f6;
}

.ratio {
  position: relative;
  width: 100%;
}
.ratio::before {
  display: block;
  padding-top: var(--bs-aspect-ratio);
  content: "";
}
.ratio > * {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.ratio-1x1 {
  --bs-aspect-ratio: 100%;
}

.ratio-4x3 {
  --bs-aspect-ratio: 75%;
}

.ratio-16x9 {
  --bs-aspect-ratio: 56.25%;
}

.ratio-21x9 {
  --bs-aspect-ratio: 42.8571428571%;
}

.ratio-3x4 {
  --bs-aspect-ratio: 133.3333333333%;
}

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

.sticky-top {
  position: sticky;
  top: 0;
  z-index: 1020;
}

@media (min-width: 576px) {
  .sticky-sm-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
@media (min-width: 768px) {
  .sticky-md-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
@media (min-width: 992px) {
  .sticky-lg-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
@media (min-width: 1200px) {
  .sticky-xl-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
@media (min-width: 1400px) {
  .sticky-xxl-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
.visually-hidden,
.visually-hidden-focusable:not(:focus):not(:focus-within) {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  content: "";
}

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

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

.float-start {
  float: left !important;
}

.float-end {
  float: right !important;
}

.float-none {
  float: none !important;
}

.overflow-auto {
  overflow: auto !important;
}

.overflow-hidden {
  overflow: hidden !important;
}

.overflow-visible {
  overflow: visible !important;
}

.overflow-scroll {
  overflow: scroll !important;
}

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

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

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

.d-grid {
  display: grid !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;
}

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

.shadow {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

.shadow-sm {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}

.shadow-lg {
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}

.shadow-none {
  box-shadow: none !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;
}

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

.top-50 {
  top: 50% !important;
}

.top-100 {
  top: 100% !important;
}

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

.bottom-50 {
  bottom: 50% !important;
}

.bottom-100 {
  bottom: 100% !important;
}

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

.start-50 {
  left: 50% !important;
}

.start-100 {
  left: 100% !important;
}

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

.end-50 {
  right: 50% !important;
}

.end-100 {
  right: 100% !important;
}

.translate-middle {
  transform: translate(-50%, -50%) !important;
}

.translate-middle-x {
  transform: translateX(-50%) !important;
}

.translate-middle-y {
  transform: translateY(-50%) !important;
}

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

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

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

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

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

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

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

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

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

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

.border-primary {
  border-color: #00109E !important;
}

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

.border-yellow {
  border-color: #FFB51C !important;
}

.border-green {
  border-color: #009645 !important;
}

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

.border-gris {
  border-color: #f4f4f4 !important;
}

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

.border-1 {
  border-width: 1px !important;
}

.border-2 {
  border-width: 2px !important;
}

.border-3 {
  border-width: 3px !important;
}

.border-4 {
  border-width: 4px !important;
}

.border-5 {
  border-width: 5px !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;
}

.mw-100 {
  max-width: 100% !important;
}

.vw-100 {
  width: 100vw !important;
}

.min-vw-100 {
  min-width: 100vw !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;
}

.mh-100 {
  max-height: 100% !important;
}

.vh-100 {
  height: 100vh !important;
}

.min-vh-100 {
  min-height: 100vh !important;
}

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

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

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

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

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

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

.gap-1 {
  gap: 0.25rem !important;
}

.gap-2 {
  gap: 0.5rem !important;
}

.gap-3 {
  gap: 1rem !important;
}

.gap-4 {
  gap: 1.5rem !important;
}

.gap-5 {
  gap: 3rem !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;
}

.justify-content-evenly {
  justify-content: space-evenly !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;
}

.order-first {
  order: -1 !important;
}

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

.order-1 {
  order: 1 !important;
}

.order-2 {
  order: 2 !important;
}

.order-3 {
  order: 3 !important;
}

.order-4 {
  order: 4 !important;
}

.order-5 {
  order: 5 !important;
}

.order-last {
  order: 6 !important;
}

.m-0 {
  margin: 0 !important;
}

.m-1 {
  margin: 0.25rem !important;
}

.m-2 {
  margin: 0.5rem !important;
}

.m-3 {
  margin: 1rem !important;
}

.m-4 {
  margin: 1.5rem !important;
}

.m-5 {
  margin: 3rem !important;
}

.m-auto {
  margin: auto !important;
}

.mx-0 {
  margin-right: 0 !important;
  margin-left: 0 !important;
}

.mx-1 {
  margin-right: 0.25rem !important;
  margin-left: 0.25rem !important;
}

.mx-2 {
  margin-right: 0.5rem !important;
  margin-left: 0.5rem !important;
}

.mx-3 {
  margin-right: 1rem !important;
  margin-left: 1rem !important;
}

.mx-4 {
  margin-right: 1.5rem !important;
  margin-left: 1.5rem !important;
}

.mx-5 {
  margin-right: 3rem !important;
  margin-left: 3rem !important;
}

.mx-auto {
  margin-right: auto !important;
  margin-left: auto !important;
}

.my-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.my-1 {
  margin-top: 0.25rem !important;
  margin-bottom: 0.25rem !important;
}

.my-2 {
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important;
}

.my-3 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}

.my-4 {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important;
}

.my-5 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important;
}

.my-auto {
  margin-top: auto !important;
  margin-bottom: auto !important;
}

.mt-0 {
  margin-top: 0 !important;
}

.mt-1 {
  margin-top: 0.25rem !important;
}

.mt-2 {
  margin-top: 0.5rem !important;
}

.mt-3 {
  margin-top: 1rem !important;
}

.mt-4 {
  margin-top: 1.5rem !important;
}

.mt-5 {
  margin-top: 3rem !important;
}

.mt-auto {
  margin-top: auto !important;
}

.me-0 {
  margin-right: 0 !important;
}

.me-1 {
  margin-right: 0.25rem !important;
}

.me-2 {
  margin-right: 0.5rem !important;
}

.me-3 {
  margin-right: 1rem !important;
}

.me-4 {
  margin-right: 1.5rem !important;
}

.me-5 {
  margin-right: 3rem !important;
}

.me-auto {
  margin-right: auto !important;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.mb-1 {
  margin-bottom: 0.25rem !important;
}

.mb-2 {
  margin-bottom: 0.5rem !important;
}

.mb-3 {
  margin-bottom: 1rem !important;
}

.mb-4 {
  margin-bottom: 1.5rem !important;
}

.mb-5 {
  margin-bottom: 3rem !important;
}

.mb-auto {
  margin-bottom: auto !important;
}

.ms-0 {
  margin-left: 0 !important;
}

.ms-1 {
  margin-left: 0.25rem !important;
}

.ms-2 {
  margin-left: 0.5rem !important;
}

.ms-3 {
  margin-left: 1rem !important;
}

.ms-4 {
  margin-left: 1.5rem !important;
}

.ms-5 {
  margin-left: 3rem !important;
}

.ms-auto {
  margin-left: auto !important;
}

.p-0 {
  padding: 0 !important;
}

.p-1 {
  padding: 0.25rem !important;
}

.p-2 {
  padding: 0.5rem !important;
}

.p-3 {
  padding: 1rem !important;
}

.p-4 {
  padding: 1.5rem !important;
}

.p-5 {
  padding: 3rem !important;
}

.px-0 {
  padding-right: 0 !important;
  padding-left: 0 !important;
}

.px-1 {
  padding-right: 0.25rem !important;
  padding-left: 0.25rem !important;
}

.px-2 {
  padding-right: 0.5rem !important;
  padding-left: 0.5rem !important;
}

.px-3 {
  padding-right: 1rem !important;
  padding-left: 1rem !important;
}

.px-4 {
  padding-right: 1.5rem !important;
  padding-left: 1.5rem !important;
}

.px-5 {
  padding-right: 3rem !important;
  padding-left: 3rem !important;
}

.py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.py-1 {
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important;
}

.py-2 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}

.py-3 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}

.py-4 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
}

.py-5 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}

.pt-0 {
  padding-top: 0 !important;
}

.pt-1 {
  padding-top: 0.25rem !important;
}

.pt-2 {
  padding-top: 0.5rem !important;
}

.pt-3 {
  padding-top: 1rem !important;
}

.pt-4 {
  padding-top: 1.5rem !important;
}

.pt-5 {
  padding-top: 3rem !important;
}

.pe-0 {
  padding-right: 0 !important;
}

.pe-1 {
  padding-right: 0.25rem !important;
}

.pe-2 {
  padding-right: 0.5rem !important;
}

.pe-3 {
  padding-right: 1rem !important;
}

.pe-4 {
  padding-right: 1.5rem !important;
}

.pe-5 {
  padding-right: 3rem !important;
}

.pb-0 {
  padding-bottom: 0 !important;
}

.pb-1 {
  padding-bottom: 0.25rem !important;
}

.pb-2 {
  padding-bottom: 0.5rem !important;
}

.pb-3 {
  padding-bottom: 1rem !important;
}

.pb-4 {
  padding-bottom: 1.5rem !important;
}

.pb-5 {
  padding-bottom: 3rem !important;
}

.ps-0 {
  padding-left: 0 !important;
}

.ps-1 {
  padding-left: 0.25rem !important;
}

.ps-2 {
  padding-left: 0.5rem !important;
}

.ps-3 {
  padding-left: 1rem !important;
}

.ps-4 {
  padding-left: 1.5rem !important;
}

.ps-5 {
  padding-left: 3rem !important;
}

.font-monospace {
  font-family: var(--bs-font-monospace) !important;
}

.fs-1 {
  font-size: calc(1.375rem + 1.5vw) !important;
}

.fs-2 {
  font-size: calc(1.325rem + 0.9vw) !important;
}

.fs-3 {
  font-size: calc(1.3rem + 0.6vw) !important;
}

.fs-4 {
  font-size: calc(1.275rem + 0.3vw) !important;
}

.fs-5 {
  font-size: 1.25rem !important;
}

.fs-6 {
  font-size: 1rem !important;
}

.fst-italic {
  font-style: italic !important;
}

.fst-normal {
  font-style: normal !important;
}

.fw-light {
  font-weight: 300 !important;
}

.fw-lighter {
  font-weight: lighter !important;
}

.fw-normal {
  font-weight: 400 !important;
}

.fw-bold {
  font-weight: 700 !important;
}

.fw-bolder {
  font-weight: bolder !important;
}

.lh-1 {
  line-height: 1 !important;
}

.lh-sm {
  line-height: 1.25 !important;
}

.lh-base {
  line-height: 1.5 !important;
}

.lh-lg {
  line-height: 2 !important;
}

.text-start {
  text-align: left !important;
}

.text-end {
  text-align: right !important;
}

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

.text-decoration-none {
  text-decoration: none !important;
}

.text-decoration-underline {
  text-decoration: underline !important;
}

.text-decoration-line-through {
  text-decoration: line-through !important;
}

.text-lowercase {
  text-transform: lowercase !important;
}

.text-uppercase {
  text-transform: uppercase !important;
}

.text-capitalize {
  text-transform: capitalize !important;
}

.text-wrap {
  white-space: normal !important;
}

.text-nowrap {
  white-space: nowrap !important;
}

/* rtl:begin:remove */
.text-break {
  word-wrap: break-word !important;
  word-break: break-word !important;
}

/* rtl:end:remove */
.text-primary {
  color: #00109E !important;
}

.text-secondary {
  color: #DD047C !important;
}

.text-yellow {
  color: #FFB51C !important;
}

.text-green {
  color: #009645 !important;
}

.text-light {
  color: #FFF !important;
}

.text-gris {
  color: #f4f4f4 !important;
}

.text-white {
  color: #fff !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-reset {
  color: inherit !important;
}

.bg-primary {
  background-color: #00109E !important;
}

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

.bg-yellow {
  background-color: #FFB51C !important;
}

.bg-green {
  background-color: #009645 !important;
}

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

.bg-gris {
  background-color: #f4f4f4 !important;
}

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

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

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

.bg-gradient {
  background-image: var(--bs-gradient) !important;
}

.user-select-all {
  user-select: all !important;
}

.user-select-auto {
  user-select: auto !important;
}

.user-select-none {
  user-select: none !important;
}

.pe-none {
  pointer-events: none !important;
}

.pe-auto {
  pointer-events: auto !important;
}

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

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

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

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

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

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

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

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

.rounded-end {
  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-start {
  border-bottom-left-radius: 0.25rem !important;
  border-top-left-radius: 0.25rem !important;
}

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

@media (min-width: 576px) {
  .float-sm-start {
    float: left !important;
  }
  .float-sm-end {
    float: right !important;
  }
  .float-sm-none {
    float: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-grid {
    display: grid !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;
  }
  .d-sm-none {
    display: none !important;
  }
  .flex-sm-fill {
    flex: 1 1 auto !important;
  }
  .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-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;
  }
  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .gap-sm-0 {
    gap: 0 !important;
  }
  .gap-sm-1 {
    gap: 0.25rem !important;
  }
  .gap-sm-2 {
    gap: 0.5rem !important;
  }
  .gap-sm-3 {
    gap: 1rem !important;
  }
  .gap-sm-4 {
    gap: 1.5rem !important;
  }
  .gap-sm-5 {
    gap: 3rem !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;
  }
  .justify-content-sm-evenly {
    justify-content: space-evenly !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;
  }
  .order-sm-first {
    order: -1 !important;
  }
  .order-sm-0 {
    order: 0 !important;
  }
  .order-sm-1 {
    order: 1 !important;
  }
  .order-sm-2 {
    order: 2 !important;
  }
  .order-sm-3 {
    order: 3 !important;
  }
  .order-sm-4 {
    order: 4 !important;
  }
  .order-sm-5 {
    order: 5 !important;
  }
  .order-sm-last {
    order: 6 !important;
  }
  .m-sm-0 {
    margin: 0 !important;
  }
  .m-sm-1 {
    margin: 0.25rem !important;
  }
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  .m-sm-3 {
    margin: 1rem !important;
  }
  .m-sm-4 {
    margin: 1.5rem !important;
  }
  .m-sm-5 {
    margin: 3rem !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mx-sm-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-sm-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-sm-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-sm-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-sm-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-sm-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-sm-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-sm-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-sm-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-sm-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-sm-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-sm-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-sm-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-sm-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-sm-0 {
    margin-top: 0 !important;
  }
  .mt-sm-1 {
    margin-top: 0.25rem !important;
  }
  .mt-sm-2 {
    margin-top: 0.5rem !important;
  }
  .mt-sm-3 {
    margin-top: 1rem !important;
  }
  .mt-sm-4 {
    margin-top: 1.5rem !important;
  }
  .mt-sm-5 {
    margin-top: 3rem !important;
  }
  .mt-sm-auto {
    margin-top: auto !important;
  }
  .me-sm-0 {
    margin-right: 0 !important;
  }
  .me-sm-1 {
    margin-right: 0.25rem !important;
  }
  .me-sm-2 {
    margin-right: 0.5rem !important;
  }
  .me-sm-3 {
    margin-right: 1rem !important;
  }
  .me-sm-4 {
    margin-right: 1.5rem !important;
  }
  .me-sm-5 {
    margin-right: 3rem !important;
  }
  .me-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-0 {
    margin-bottom: 0 !important;
  }
  .mb-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-sm-3 {
    margin-bottom: 1rem !important;
  }
  .mb-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-sm-5 {
    margin-bottom: 3rem !important;
  }
  .mb-sm-auto {
    margin-bottom: auto !important;
  }
  .ms-sm-0 {
    margin-left: 0 !important;
  }
  .ms-sm-1 {
    margin-left: 0.25rem !important;
  }
  .ms-sm-2 {
    margin-left: 0.5rem !important;
  }
  .ms-sm-3 {
    margin-left: 1rem !important;
  }
  .ms-sm-4 {
    margin-left: 1.5rem !important;
  }
  .ms-sm-5 {
    margin-left: 3rem !important;
  }
  .ms-sm-auto {
    margin-left: auto !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .p-sm-1 {
    padding: 0.25rem !important;
  }
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  .p-sm-3 {
    padding: 1rem !important;
  }
  .p-sm-4 {
    padding: 1.5rem !important;
  }
  .p-sm-5 {
    padding: 3rem !important;
  }
  .px-sm-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-sm-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-sm-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-sm-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-sm-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-sm-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-sm-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-sm-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-sm-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-sm-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-sm-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-sm-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-sm-0 {
    padding-top: 0 !important;
  }
  .pt-sm-1 {
    padding-top: 0.25rem !important;
  }
  .pt-sm-2 {
    padding-top: 0.5rem !important;
  }
  .pt-sm-3 {
    padding-top: 1rem !important;
  }
  .pt-sm-4 {
    padding-top: 1.5rem !important;
  }
  .pt-sm-5 {
    padding-top: 3rem !important;
  }
  .pe-sm-0 {
    padding-right: 0 !important;
  }
  .pe-sm-1 {
    padding-right: 0.25rem !important;
  }
  .pe-sm-2 {
    padding-right: 0.5rem !important;
  }
  .pe-sm-3 {
    padding-right: 1rem !important;
  }
  .pe-sm-4 {
    padding-right: 1.5rem !important;
  }
  .pe-sm-5 {
    padding-right: 3rem !important;
  }
  .pb-sm-0 {
    padding-bottom: 0 !important;
  }
  .pb-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-sm-3 {
    padding-bottom: 1rem !important;
  }
  .pb-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-sm-5 {
    padding-bottom: 3rem !important;
  }
  .ps-sm-0 {
    padding-left: 0 !important;
  }
  .ps-sm-1 {
    padding-left: 0.25rem !important;
  }
  .ps-sm-2 {
    padding-left: 0.5rem !important;
  }
  .ps-sm-3 {
    padding-left: 1rem !important;
  }
  .ps-sm-4 {
    padding-left: 1.5rem !important;
  }
  .ps-sm-5 {
    padding-left: 3rem !important;
  }
  .text-sm-start {
    text-align: left !important;
  }
  .text-sm-end {
    text-align: right !important;
  }
  .text-sm-center {
    text-align: center !important;
  }
}
@media (min-width: 768px) {
  .float-md-start {
    float: left !important;
  }
  .float-md-end {
    float: right !important;
  }
  .float-md-none {
    float: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-grid {
    display: grid !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;
  }
  .d-md-none {
    display: none !important;
  }
  .flex-md-fill {
    flex: 1 1 auto !important;
  }
  .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-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;
  }
  .flex-md-wrap {
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .gap-md-0 {
    gap: 0 !important;
  }
  .gap-md-1 {
    gap: 0.25rem !important;
  }
  .gap-md-2 {
    gap: 0.5rem !important;
  }
  .gap-md-3 {
    gap: 1rem !important;
  }
  .gap-md-4 {
    gap: 1.5rem !important;
  }
  .gap-md-5 {
    gap: 3rem !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;
  }
  .justify-content-md-evenly {
    justify-content: space-evenly !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;
  }
  .order-md-first {
    order: -1 !important;
  }
  .order-md-0 {
    order: 0 !important;
  }
  .order-md-1 {
    order: 1 !important;
  }
  .order-md-2 {
    order: 2 !important;
  }
  .order-md-3 {
    order: 3 !important;
  }
  .order-md-4 {
    order: 4 !important;
  }
  .order-md-5 {
    order: 5 !important;
  }
  .order-md-last {
    order: 6 !important;
  }
  .m-md-0 {
    margin: 0 !important;
  }
  .m-md-1 {
    margin: 0.25rem !important;
  }
  .m-md-2 {
    margin: 0.5rem !important;
  }
  .m-md-3 {
    margin: 1rem !important;
  }
  .m-md-4 {
    margin: 1.5rem !important;
  }
  .m-md-5 {
    margin: 3rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mx-md-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-md-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-md-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-md-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-md-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-md-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-md-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-md-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-md-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-md-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-md-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-md-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-md-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-md-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-md-0 {
    margin-top: 0 !important;
  }
  .mt-md-1 {
    margin-top: 0.25rem !important;
  }
  .mt-md-2 {
    margin-top: 0.5rem !important;
  }
  .mt-md-3 {
    margin-top: 1rem !important;
  }
  .mt-md-4 {
    margin-top: 1.5rem !important;
  }
  .mt-md-5 {
    margin-top: 3rem !important;
  }
  .mt-md-auto {
    margin-top: auto !important;
  }
  .me-md-0 {
    margin-right: 0 !important;
  }
  .me-md-1 {
    margin-right: 0.25rem !important;
  }
  .me-md-2 {
    margin-right: 0.5rem !important;
  }
  .me-md-3 {
    margin-right: 1rem !important;
  }
  .me-md-4 {
    margin-right: 1.5rem !important;
  }
  .me-md-5 {
    margin-right: 3rem !important;
  }
  .me-md-auto {
    margin-right: auto !important;
  }
  .mb-md-0 {
    margin-bottom: 0 !important;
  }
  .mb-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-md-3 {
    margin-bottom: 1rem !important;
  }
  .mb-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-md-5 {
    margin-bottom: 3rem !important;
  }
  .mb-md-auto {
    margin-bottom: auto !important;
  }
  .ms-md-0 {
    margin-left: 0 !important;
  }
  .ms-md-1 {
    margin-left: 0.25rem !important;
  }
  .ms-md-2 {
    margin-left: 0.5rem !important;
  }
  .ms-md-3 {
    margin-left: 1rem !important;
  }
  .ms-md-4 {
    margin-left: 1.5rem !important;
  }
  .ms-md-5 {
    margin-left: 3rem !important;
  }
  .ms-md-auto {
    margin-left: auto !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .p-md-1 {
    padding: 0.25rem !important;
  }
  .p-md-2 {
    padding: 0.5rem !important;
  }
  .p-md-3 {
    padding: 1rem !important;
  }
  .p-md-4 {
    padding: 1.5rem !important;
  }
  .p-md-5 {
    padding: 3rem !important;
  }
  .px-md-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-md-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-md-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-md-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-md-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-md-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-md-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-md-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-md-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-md-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-md-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-md-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-md-0 {
    padding-top: 0 !important;
  }
  .pt-md-1 {
    padding-top: 0.25rem !important;
  }
  .pt-md-2 {
    padding-top: 0.5rem !important;
  }
  .pt-md-3 {
    padding-top: 1rem !important;
  }
  .pt-md-4 {
    padding-top: 1.5rem !important;
  }
  .pt-md-5 {
    padding-top: 3rem !important;
  }
  .pe-md-0 {
    padding-right: 0 !important;
  }
  .pe-md-1 {
    padding-right: 0.25rem !important;
  }
  .pe-md-2 {
    padding-right: 0.5rem !important;
  }
  .pe-md-3 {
    padding-right: 1rem !important;
  }
  .pe-md-4 {
    padding-right: 1.5rem !important;
  }
  .pe-md-5 {
    padding-right: 3rem !important;
  }
  .pb-md-0 {
    padding-bottom: 0 !important;
  }
  .pb-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-md-3 {
    padding-bottom: 1rem !important;
  }
  .pb-md-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-md-5 {
    padding-bottom: 3rem !important;
  }
  .ps-md-0 {
    padding-left: 0 !important;
  }
  .ps-md-1 {
    padding-left: 0.25rem !important;
  }
  .ps-md-2 {
    padding-left: 0.5rem !important;
  }
  .ps-md-3 {
    padding-left: 1rem !important;
  }
  .ps-md-4 {
    padding-left: 1.5rem !important;
  }
  .ps-md-5 {
    padding-left: 3rem !important;
  }
  .text-md-start {
    text-align: left !important;
  }
  .text-md-end {
    text-align: right !important;
  }
  .text-md-center {
    text-align: center !important;
  }
}
@media (min-width: 992px) {
  .float-lg-start {
    float: left !important;
  }
  .float-lg-end {
    float: right !important;
  }
  .float-lg-none {
    float: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-grid {
    display: grid !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;
  }
  .d-lg-none {
    display: none !important;
  }
  .flex-lg-fill {
    flex: 1 1 auto !important;
  }
  .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-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;
  }
  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .gap-lg-0 {
    gap: 0 !important;
  }
  .gap-lg-1 {
    gap: 0.25rem !important;
  }
  .gap-lg-2 {
    gap: 0.5rem !important;
  }
  .gap-lg-3 {
    gap: 1rem !important;
  }
  .gap-lg-4 {
    gap: 1.5rem !important;
  }
  .gap-lg-5 {
    gap: 3rem !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;
  }
  .justify-content-lg-evenly {
    justify-content: space-evenly !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;
  }
  .order-lg-first {
    order: -1 !important;
  }
  .order-lg-0 {
    order: 0 !important;
  }
  .order-lg-1 {
    order: 1 !important;
  }
  .order-lg-2 {
    order: 2 !important;
  }
  .order-lg-3 {
    order: 3 !important;
  }
  .order-lg-4 {
    order: 4 !important;
  }
  .order-lg-5 {
    order: 5 !important;
  }
  .order-lg-last {
    order: 6 !important;
  }
  .m-lg-0 {
    margin: 0 !important;
  }
  .m-lg-1 {
    margin: 0.25rem !important;
  }
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  .m-lg-3 {
    margin: 1rem !important;
  }
  .m-lg-4 {
    margin: 1.5rem !important;
  }
  .m-lg-5 {
    margin: 3rem !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mx-lg-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-lg-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-lg-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-lg-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-lg-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-lg-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-lg-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-lg-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-lg-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-lg-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-lg-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-lg-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-lg-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-lg-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-lg-0 {
    margin-top: 0 !important;
  }
  .mt-lg-1 {
    margin-top: 0.25rem !important;
  }
  .mt-lg-2 {
    margin-top: 0.5rem !important;
  }
  .mt-lg-3 {
    margin-top: 1rem !important;
  }
  .mt-lg-4 {
    margin-top: 1.5rem !important;
  }
  .mt-lg-5 {
    margin-top: 3rem !important;
  }
  .mt-lg-auto {
    margin-top: auto !important;
  }
  .me-lg-0 {
    margin-right: 0 !important;
  }
  .me-lg-1 {
    margin-right: 0.25rem !important;
  }
  .me-lg-2 {
    margin-right: 0.5rem !important;
  }
  .me-lg-3 {
    margin-right: 1rem !important;
  }
  .me-lg-4 {
    margin-right: 1.5rem !important;
  }
  .me-lg-5 {
    margin-right: 3rem !important;
  }
  .me-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-0 {
    margin-bottom: 0 !important;
  }
  .mb-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-lg-3 {
    margin-bottom: 1rem !important;
  }
  .mb-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-lg-5 {
    margin-bottom: 3rem !important;
  }
  .mb-lg-auto {
    margin-bottom: auto !important;
  }
  .ms-lg-0 {
    margin-left: 0 !important;
  }
  .ms-lg-1 {
    margin-left: 0.25rem !important;
  }
  .ms-lg-2 {
    margin-left: 0.5rem !important;
  }
  .ms-lg-3 {
    margin-left: 1rem !important;
  }
  .ms-lg-4 {
    margin-left: 1.5rem !important;
  }
  .ms-lg-5 {
    margin-left: 3rem !important;
  }
  .ms-lg-auto {
    margin-left: auto !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .p-lg-1 {
    padding: 0.25rem !important;
  }
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  .p-lg-3 {
    padding: 1rem !important;
  }
  .p-lg-4 {
    padding: 1.5rem !important;
  }
  .p-lg-5 {
    padding: 3rem !important;
  }
  .px-lg-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-lg-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-lg-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-lg-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-lg-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-lg-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-lg-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-lg-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-lg-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-lg-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-lg-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-lg-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-lg-0 {
    padding-top: 0 !important;
  }
  .pt-lg-1 {
    padding-top: 0.25rem !important;
  }
  .pt-lg-2 {
    padding-top: 0.5rem !important;
  }
  .pt-lg-3 {
    padding-top: 1rem !important;
  }
  .pt-lg-4 {
    padding-top: 1.5rem !important;
  }
  .pt-lg-5 {
    padding-top: 3rem !important;
  }
  .pe-lg-0 {
    padding-right: 0 !important;
  }
  .pe-lg-1 {
    padding-right: 0.25rem !important;
  }
  .pe-lg-2 {
    padding-right: 0.5rem !important;
  }
  .pe-lg-3 {
    padding-right: 1rem !important;
  }
  .pe-lg-4 {
    padding-right: 1.5rem !important;
  }
  .pe-lg-5 {
    padding-right: 3rem !important;
  }
  .pb-lg-0 {
    padding-bottom: 0 !important;
  }
  .pb-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-lg-3 {
    padding-bottom: 1rem !important;
  }
  .pb-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-lg-5 {
    padding-bottom: 3rem !important;
  }
  .ps-lg-0 {
    padding-left: 0 !important;
  }
  .ps-lg-1 {
    padding-left: 0.25rem !important;
  }
  .ps-lg-2 {
    padding-left: 0.5rem !important;
  }
  .ps-lg-3 {
    padding-left: 1rem !important;
  }
  .ps-lg-4 {
    padding-left: 1.5rem !important;
  }
  .ps-lg-5 {
    padding-left: 3rem !important;
  }
  .text-lg-start {
    text-align: left !important;
  }
  .text-lg-end {
    text-align: right !important;
  }
  .text-lg-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .float-xl-start {
    float: left !important;
  }
  .float-xl-end {
    float: right !important;
  }
  .float-xl-none {
    float: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-grid {
    display: grid !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;
  }
  .d-xl-none {
    display: none !important;
  }
  .flex-xl-fill {
    flex: 1 1 auto !important;
  }
  .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-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;
  }
  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .gap-xl-0 {
    gap: 0 !important;
  }
  .gap-xl-1 {
    gap: 0.25rem !important;
  }
  .gap-xl-2 {
    gap: 0.5rem !important;
  }
  .gap-xl-3 {
    gap: 1rem !important;
  }
  .gap-xl-4 {
    gap: 1.5rem !important;
  }
  .gap-xl-5 {
    gap: 3rem !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;
  }
  .justify-content-xl-evenly {
    justify-content: space-evenly !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;
  }
  .order-xl-first {
    order: -1 !important;
  }
  .order-xl-0 {
    order: 0 !important;
  }
  .order-xl-1 {
    order: 1 !important;
  }
  .order-xl-2 {
    order: 2 !important;
  }
  .order-xl-3 {
    order: 3 !important;
  }
  .order-xl-4 {
    order: 4 !important;
  }
  .order-xl-5 {
    order: 5 !important;
  }
  .order-xl-last {
    order: 6 !important;
  }
  .m-xl-0 {
    margin: 0 !important;
  }
  .m-xl-1 {
    margin: 0.25rem !important;
  }
  .m-xl-2 {
    margin: 0.5rem !important;
  }
  .m-xl-3 {
    margin: 1rem !important;
  }
  .m-xl-4 {
    margin: 1.5rem !important;
  }
  .m-xl-5 {
    margin: 3rem !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mx-xl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-xl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-xl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-xl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-xl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-xl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-xl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-xl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-xl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-xl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-xl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-xl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-xl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-xl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-xl-0 {
    margin-top: 0 !important;
  }
  .mt-xl-1 {
    margin-top: 0.25rem !important;
  }
  .mt-xl-2 {
    margin-top: 0.5rem !important;
  }
  .mt-xl-3 {
    margin-top: 1rem !important;
  }
  .mt-xl-4 {
    margin-top: 1.5rem !important;
  }
  .mt-xl-5 {
    margin-top: 3rem !important;
  }
  .mt-xl-auto {
    margin-top: auto !important;
  }
  .me-xl-0 {
    margin-right: 0 !important;
  }
  .me-xl-1 {
    margin-right: 0.25rem !important;
  }
  .me-xl-2 {
    margin-right: 0.5rem !important;
  }
  .me-xl-3 {
    margin-right: 1rem !important;
  }
  .me-xl-4 {
    margin-right: 1.5rem !important;
  }
  .me-xl-5 {
    margin-right: 3rem !important;
  }
  .me-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-0 {
    margin-bottom: 0 !important;
  }
  .mb-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-xl-3 {
    margin-bottom: 1rem !important;
  }
  .mb-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-xl-5 {
    margin-bottom: 3rem !important;
  }
  .mb-xl-auto {
    margin-bottom: auto !important;
  }
  .ms-xl-0 {
    margin-left: 0 !important;
  }
  .ms-xl-1 {
    margin-left: 0.25rem !important;
  }
  .ms-xl-2 {
    margin-left: 0.5rem !important;
  }
  .ms-xl-3 {
    margin-left: 1rem !important;
  }
  .ms-xl-4 {
    margin-left: 1.5rem !important;
  }
  .ms-xl-5 {
    margin-left: 3rem !important;
  }
  .ms-xl-auto {
    margin-left: auto !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .p-xl-1 {
    padding: 0.25rem !important;
  }
  .p-xl-2 {
    padding: 0.5rem !important;
  }
  .p-xl-3 {
    padding: 1rem !important;
  }
  .p-xl-4 {
    padding: 1.5rem !important;
  }
  .p-xl-5 {
    padding: 3rem !important;
  }
  .px-xl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-xl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-xl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-xl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-xl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-xl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-xl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-xl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-xl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-xl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-xl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-xl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-xl-0 {
    padding-top: 0 !important;
  }
  .pt-xl-1 {
    padding-top: 0.25rem !important;
  }
  .pt-xl-2 {
    padding-top: 0.5rem !important;
  }
  .pt-xl-3 {
    padding-top: 1rem !important;
  }
  .pt-xl-4 {
    padding-top: 1.5rem !important;
  }
  .pt-xl-5 {
    padding-top: 3rem !important;
  }
  .pe-xl-0 {
    padding-right: 0 !important;
  }
  .pe-xl-1 {
    padding-right: 0.25rem !important;
  }
  .pe-xl-2 {
    padding-right: 0.5rem !important;
  }
  .pe-xl-3 {
    padding-right: 1rem !important;
  }
  .pe-xl-4 {
    padding-right: 1.5rem !important;
  }
  .pe-xl-5 {
    padding-right: 3rem !important;
  }
  .pb-xl-0 {
    padding-bottom: 0 !important;
  }
  .pb-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-xl-3 {
    padding-bottom: 1rem !important;
  }
  .pb-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-xl-5 {
    padding-bottom: 3rem !important;
  }
  .ps-xl-0 {
    padding-left: 0 !important;
  }
  .ps-xl-1 {
    padding-left: 0.25rem !important;
  }
  .ps-xl-2 {
    padding-left: 0.5rem !important;
  }
  .ps-xl-3 {
    padding-left: 1rem !important;
  }
  .ps-xl-4 {
    padding-left: 1.5rem !important;
  }
  .ps-xl-5 {
    padding-left: 3rem !important;
  }
  .text-xl-start {
    text-align: left !important;
  }
  .text-xl-end {
    text-align: right !important;
  }
  .text-xl-center {
    text-align: center !important;
  }
}
@media (min-width: 1400px) {
  .float-xxl-start {
    float: left !important;
  }
  .float-xxl-end {
    float: right !important;
  }
  .float-xxl-none {
    float: none !important;
  }
  .d-xxl-inline {
    display: inline !important;
  }
  .d-xxl-inline-block {
    display: inline-block !important;
  }
  .d-xxl-block {
    display: block !important;
  }
  .d-xxl-grid {
    display: grid !important;
  }
  .d-xxl-table {
    display: table !important;
  }
  .d-xxl-table-row {
    display: table-row !important;
  }
  .d-xxl-table-cell {
    display: table-cell !important;
  }
  .d-xxl-flex {
    display: flex !important;
  }
  .d-xxl-inline-flex {
    display: inline-flex !important;
  }
  .d-xxl-none {
    display: none !important;
  }
  .flex-xxl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xxl-row {
    flex-direction: row !important;
  }
  .flex-xxl-column {
    flex-direction: column !important;
  }
  .flex-xxl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xxl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xxl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xxl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xxl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xxl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-xxl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xxl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xxl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .gap-xxl-0 {
    gap: 0 !important;
  }
  .gap-xxl-1 {
    gap: 0.25rem !important;
  }
  .gap-xxl-2 {
    gap: 0.5rem !important;
  }
  .gap-xxl-3 {
    gap: 1rem !important;
  }
  .gap-xxl-4 {
    gap: 1.5rem !important;
  }
  .gap-xxl-5 {
    gap: 3rem !important;
  }
  .justify-content-xxl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xxl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xxl-center {
    justify-content: center !important;
  }
  .justify-content-xxl-between {
    justify-content: space-between !important;
  }
  .justify-content-xxl-around {
    justify-content: space-around !important;
  }
  .justify-content-xxl-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-xxl-start {
    align-items: flex-start !important;
  }
  .align-items-xxl-end {
    align-items: flex-end !important;
  }
  .align-items-xxl-center {
    align-items: center !important;
  }
  .align-items-xxl-baseline {
    align-items: baseline !important;
  }
  .align-items-xxl-stretch {
    align-items: stretch !important;
  }
  .align-content-xxl-start {
    align-content: flex-start !important;
  }
  .align-content-xxl-end {
    align-content: flex-end !important;
  }
  .align-content-xxl-center {
    align-content: center !important;
  }
  .align-content-xxl-between {
    align-content: space-between !important;
  }
  .align-content-xxl-around {
    align-content: space-around !important;
  }
  .align-content-xxl-stretch {
    align-content: stretch !important;
  }
  .align-self-xxl-auto {
    align-self: auto !important;
  }
  .align-self-xxl-start {
    align-self: flex-start !important;
  }
  .align-self-xxl-end {
    align-self: flex-end !important;
  }
  .align-self-xxl-center {
    align-self: center !important;
  }
  .align-self-xxl-baseline {
    align-self: baseline !important;
  }
  .align-self-xxl-stretch {
    align-self: stretch !important;
  }
  .order-xxl-first {
    order: -1 !important;
  }
  .order-xxl-0 {
    order: 0 !important;
  }
  .order-xxl-1 {
    order: 1 !important;
  }
  .order-xxl-2 {
    order: 2 !important;
  }
  .order-xxl-3 {
    order: 3 !important;
  }
  .order-xxl-4 {
    order: 4 !important;
  }
  .order-xxl-5 {
    order: 5 !important;
  }
  .order-xxl-last {
    order: 6 !important;
  }
  .m-xxl-0 {
    margin: 0 !important;
  }
  .m-xxl-1 {
    margin: 0.25rem !important;
  }
  .m-xxl-2 {
    margin: 0.5rem !important;
  }
  .m-xxl-3 {
    margin: 1rem !important;
  }
  .m-xxl-4 {
    margin: 1.5rem !important;
  }
  .m-xxl-5 {
    margin: 3rem !important;
  }
  .m-xxl-auto {
    margin: auto !important;
  }
  .mx-xxl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-xxl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-xxl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-xxl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-xxl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-xxl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-xxl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-xxl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-xxl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-xxl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-xxl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-xxl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-xxl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-xxl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-xxl-0 {
    margin-top: 0 !important;
  }
  .mt-xxl-1 {
    margin-top: 0.25rem !important;
  }
  .mt-xxl-2 {
    margin-top: 0.5rem !important;
  }
  .mt-xxl-3 {
    margin-top: 1rem !important;
  }
  .mt-xxl-4 {
    margin-top: 1.5rem !important;
  }
  .mt-xxl-5 {
    margin-top: 3rem !important;
  }
  .mt-xxl-auto {
    margin-top: auto !important;
  }
  .me-xxl-0 {
    margin-right: 0 !important;
  }
  .me-xxl-1 {
    margin-right: 0.25rem !important;
  }
  .me-xxl-2 {
    margin-right: 0.5rem !important;
  }
  .me-xxl-3 {
    margin-right: 1rem !important;
  }
  .me-xxl-4 {
    margin-right: 1.5rem !important;
  }
  .me-xxl-5 {
    margin-right: 3rem !important;
  }
  .me-xxl-auto {
    margin-right: auto !important;
  }
  .mb-xxl-0 {
    margin-bottom: 0 !important;
  }
  .mb-xxl-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-xxl-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-xxl-3 {
    margin-bottom: 1rem !important;
  }
  .mb-xxl-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-xxl-5 {
    margin-bottom: 3rem !important;
  }
  .mb-xxl-auto {
    margin-bottom: auto !important;
  }
  .ms-xxl-0 {
    margin-left: 0 !important;
  }
  .ms-xxl-1 {
    margin-left: 0.25rem !important;
  }
  .ms-xxl-2 {
    margin-left: 0.5rem !important;
  }
  .ms-xxl-3 {
    margin-left: 1rem !important;
  }
  .ms-xxl-4 {
    margin-left: 1.5rem !important;
  }
  .ms-xxl-5 {
    margin-left: 3rem !important;
  }
  .ms-xxl-auto {
    margin-left: auto !important;
  }
  .p-xxl-0 {
    padding: 0 !important;
  }
  .p-xxl-1 {
    padding: 0.25rem !important;
  }
  .p-xxl-2 {
    padding: 0.5rem !important;
  }
  .p-xxl-3 {
    padding: 1rem !important;
  }
  .p-xxl-4 {
    padding: 1.5rem !important;
  }
  .p-xxl-5 {
    padding: 3rem !important;
  }
  .px-xxl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-xxl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-xxl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-xxl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-xxl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-xxl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-xxl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-xxl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-xxl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-xxl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-xxl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-xxl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-xxl-0 {
    padding-top: 0 !important;
  }
  .pt-xxl-1 {
    padding-top: 0.25rem !important;
  }
  .pt-xxl-2 {
    padding-top: 0.5rem !important;
  }
  .pt-xxl-3 {
    padding-top: 1rem !important;
  }
  .pt-xxl-4 {
    padding-top: 1.5rem !important;
  }
  .pt-xxl-5 {
    padding-top: 3rem !important;
  }
  .pe-xxl-0 {
    padding-right: 0 !important;
  }
  .pe-xxl-1 {
    padding-right: 0.25rem !important;
  }
  .pe-xxl-2 {
    padding-right: 0.5rem !important;
  }
  .pe-xxl-3 {
    padding-right: 1rem !important;
  }
  .pe-xxl-4 {
    padding-right: 1.5rem !important;
  }
  .pe-xxl-5 {
    padding-right: 3rem !important;
  }
  .pb-xxl-0 {
    padding-bottom: 0 !important;
  }
  .pb-xxl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-xxl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-xxl-3 {
    padding-bottom: 1rem !important;
  }
  .pb-xxl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-xxl-5 {
    padding-bottom: 3rem !important;
  }
  .ps-xxl-0 {
    padding-left: 0 !important;
  }
  .ps-xxl-1 {
    padding-left: 0.25rem !important;
  }
  .ps-xxl-2 {
    padding-left: 0.5rem !important;
  }
  .ps-xxl-3 {
    padding-left: 1rem !important;
  }
  .ps-xxl-4 {
    padding-left: 1.5rem !important;
  }
  .ps-xxl-5 {
    padding-left: 3rem !important;
  }
  .text-xxl-start {
    text-align: left !important;
  }
  .text-xxl-end {
    text-align: right !important;
  }
  .text-xxl-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .fs-1 {
    font-size: 2.5rem !important;
  }
  .fs-2 {
    font-size: 2rem !important;
  }
  .fs-3 {
    font-size: 1.75rem !important;
  }
  .fs-4 {
    font-size: 1.5rem !important;
  }
}
@media print {
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-grid {
    display: grid !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;
  }
  .d-print-none {
    display: none !important;
  }
}
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Slider */
.slick-loading .slick-list {
  background: #fff url("./ajax-loader.gif") center center no-repeat;
}

/* Icons */
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  font-weight: 900;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
  font-family: Font Awesome\ 5 Free;
  font-size: 30px;
  line-height: 1;
  color: var(--bs-primary);
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}
[dir=rtl] .slick-prev {
  left: auto;
  right: -25px;
}
.slick-prev:before {
  content: "\f053";
}
[dir=rtl] .slick-prev:before {
  content: "\f054";
}

.slick-next {
  right: -25px;
}
[dir=rtl] .slick-next {
  left: -25px;
  right: auto;
}
.slick-next:before {
  content: "\f054";
}
[dir=rtl] .slick-next:before {
  content: "\f053";
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: Font Awesome\ 5 Free;
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}

@font-face {
  font-family: "Font Awesome 5 Free";
  src: url("fonts/fontawesome-webfont.eot");
  src: url("fonts/fontawesome-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/fontawesome-webfont.woff2") format("woff2"), url("fonts/fontawesome-webfont.woff") format("woff");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
main#cine header {
  background-color: #430123;
}
main#cine #cartelera {
  padding-left: 0;
  padding-right: 0;
  background-color: var(--bs-gris);
  z-index: 1;
}
main#cine .detail {
  background-color: var(--bs-gris);
  padding-top: 30px;
  padding-bottom: 30px;
}
main#cine .horarios {
  background-color: white;
  padding: 30px;
}
main#cine .horarios ul {
  list-style: none;
}
main#cine .btn {
  text-transform: uppercase;
}
main#cine .btn i {
  margin-right: 10px;
}

.list_carousel {
  display: block;
  margin-left: 0;
  background: #450224;
  margin: 0;
  position: relative;
  padding: 30px 0;
  /* height: 403px; */
  overflow: hidden;
}

#ultimos_estrenos, #cartelera {
  margin: 0;
  padding: 0;
  display: block;
  padding: 0 20px;
  background: #450224;
}
#ultimos_estrenos.class404, #cartelera.class404 {
  min-height: calc(100vh - 300px);
}
#ultimos_estrenos .week-movies, #cartelera .week-movies {
  padding: 0 20px;
  margin: 6px;
  position: relative;
}
#ultimos_estrenos div.movie-container, #cartelera div.movie-container {
  position: relative;
  z-index: 100;
  width: 220px;
  margin: 0 auto;
  /*background-color: #ffffff;
  border: 2px solid #ffffff;*/
  font-size: 40px;
  color: #999;
  text-align: center;
  /*-webkit-box-shadow: 1px 1px 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 1px 1px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 1px 1px 0 rgba(0, 0, 0, 0.2);*/
}
#ultimos_estrenos div.movie-container a, #cartelera div.movie-container a {
  display: block;
  position: relative;
  min-height: 376px;
}
#ultimos_estrenos div.movie-container a:hover figure img, #cartelera div.movie-container a:hover figure img {
  transform: scale(1.1, 1.1);
}
#ultimos_estrenos div.movie-container a figure, #cartelera div.movie-container a figure {
  width: 100%;
  position: relative;
  margin: 0;
  overflow: hidden;
}
#ultimos_estrenos div.movie-container a figure img, #cartelera div.movie-container a figure img {
  transition: all 0.5s ease;
}
#ultimos_estrenos div.movie-container a img, #cartelera div.movie-container a img {
  width: 100%;
}
#ultimos_estrenos div.movie-container a .movie-status, #cartelera div.movie-container a .movie-status {
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 400;
  background-color: red;
  color: white;
  position: relative;
  margin-top: -24px;
  margin-bottom: 0;
  text-align: center;
  z-index: 999;
  font-size: 20px;
}
#ultimos_estrenos div.movie-container a .name-tipe-movie, #cartelera div.movie-container a .name-tipe-movie {
  width: 100%;
  height: 68px;
  position: absolute;
  z-index: 200;
  text-align: center;
  bottom: 0;
  /* -webkit-box-shadow: 0 -2px 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 -2px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 -2px 0 rgba(0, 0, 0, 0.2);*/
  display: flex;
  align-items: center;
  justify-content: center;
}
#ultimos_estrenos div.movie-container a .name-tipe-movie .text-cont-movie, #cartelera div.movie-container a .name-tipe-movie .text-cont-movie {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 18px;
  line-height: 22px;
  margin: 0;
  color: white;
  padding-top: 10px;
}
#ultimos_estrenos .navrightcine, #cartelera .navrightcine {
  opacity: 0.6;
  right: 0;
  background-color: transparent;
  transition: all 0.5s ease;
}
#ultimos_estrenos .navrightcine:hover, #cartelera .navrightcine:hover {
  opacity: 1;
}
#ultimos_estrenos .navrightcine span, #cartelera .navrightcine span {
  background: transparent url(img/nuevahome/slider-white-next.png) repeat-y scroll 0 0;
  cursor: pointer;
  background-size: contain;
  background-repeat: no-repeat;
}
#ultimos_estrenos .navleftcine, #cartelera .navleftcine {
  opacity: 0.6;
  background-color: transparent;
  transition: all 0.5s ease;
}
#ultimos_estrenos .navleftcine:hover, #cartelera .navleftcine:hover {
  opacity: 1;
}
#ultimos_estrenos .navleftcine span, #cartelera .navleftcine span {
  background: transparent url(img/nuevahome/slider-white-prev.png) repeat-y scroll 0 0;
  cursor: pointer;
  background-size: contain;
  background-repeat: no-repeat;
}

#cartelera-list {
  padding-top: 60px;
  padding-bottom: 60px;
}
#cartelera-list .movies_list {
  display: grid;
  grid-template-columns: 220px 220px 220px 220px 220px;
  grid-gap: 45px;
  padding: 0;
}
@media screen and (max-width: 1450px) {
  #cartelera-list .movies_list {
    grid-template-columns: 220px 220px 220px 220px;
    justify-content: center;
  }
}
@media screen and (max-width: 1150px) {
  #cartelera-list .movies_list {
    grid-template-columns: 220px 220px 220px;
  }
}
@media screen and (max-width: 980px) {
  #cartelera-list .movies_list {
    grid-template-columns: 220px 220px;
  }
}
@media screen and (max-width: 550px) {
  #cartelera-list .movies_list {
    display: block;
  }
}
#cartelera-list .gender {
  position: relative;
  font-size: 14px;
  text-transform: uppercase;
  padding: 0;
  text-align: left;
  padding: 5px 0;
  margin-bottom: 0;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 16px;
}
#cartelera-list .gender li {
  display: inline-block;
  position: relative;
  padding-right: 8px;
}
#cartelera-list .gender li::before {
  content: "|";
  position: absolute;
  right: 0;
}
#cartelera-list .gender li:last-child::before {
  content: "";
}
#cartelera-list div.movie-container {
  border: none;
  background: none;
  box-shadow: none;
}
#cartelera-list div.movie-container a:hover figure img {
  transform: scale(1.1, 1.1);
}
#cartelera-list div.movie-container a:hover .name-tipe-movie .text-cont-movie {
  color: #000000;
}
#cartelera-list div.movie-container a figure {
  position: relative;
  margin: 0;
  overflow: hidden;
}
#cartelera-list div.movie-container a figure img {
  transition: all 0.5s ease;
}
#cartelera-list div.movie-container a figure .movie-status {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
#cartelera-list div.movie-container a .name-tipe-movie {
  justify-content: flex-start;
  position: relative !important;
  background: none;
  text-align: left;
  box-shadow: none;
  height: inherit;
}
#cartelera-list div.movie-container a .name-tipe-movie .text-cont-movie {
  color: var(--bs-primary);
  font-weight: 700;
  padding-top: 0;
}

.slick-arrow {
  width: 40px;
  height: 40px;
  background-color: #ffffff;
  position: absolute;
  top: 50%;
  text-align: center;
  text-decoration: none;
  line-height: 40px;
  z-index: 200;
  display: flex;
  align-items: center;
  justify-content: center;
}
.slick-arrow.slick-prev {
  left: 0;
}
.slick-arrow.slick-next {
  right: 0;
}
.slick-arrow::before {
  font-size: 20px;
}

@font-face {
  font-family: "NewTransport";
  src: url("fonts/NewTransport-Black.eot");
  src: url("fonts/NewTransport-Black.eot?#iefix") format("embedded-opentype"), url("fonts/NewTransport-Black.woff2") format("woff2"), url("fonts/NewTransport-Black.woff") format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "NewTransportBold";
  src: url("fonts/NewTransport-Bold.eot");
  src: url("fonts/NewTransport-Bold.eot?#iefix") format("embedded-opentype"), url("fonts/NewTransport-Bold.woff2") format("woff2"), url("fonts/NewTransport-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "NewTransport";
  src: url("fonts/NewTransport-Light.eot");
  src: url("fonts/NewTransport-Light.eot?#iefix") format("embedded-opentype"), url("fonts/NewTransport-Light.woff2") format("woff2"), url("fonts/NewTransport-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "NewTransport";
  src: url("fonts/NewTransport-Medium.eot");
  src: url("fonts/NewTransport-Medium.eot?#iefix") format("embedded-opentype"), url("fonts/NewTransport-Medium.woff2") format("woff2"), url("fonts/NewTransport-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "NewTransport";
  src: url("fonts/NewTransport-Regular.eot");
  src: url("fonts/NewTransport-Regular.eot?#iefix") format("embedded-opentype"), url("fonts/NewTransport-Regular.woff2") format("woff2"), url("fonts/NewTransport-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "NewTransport";
  src: url("fonts/NewTransport-Thin.eot");
  src: url("fonts/NewTransport-Thin.eot?#iefix") format("embedded-opentype"), url("fonts/NewTransport-Thin.woff2") format("woff2"), url("fonts/NewTransport-Thin.woff") format("woff");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
header {
  position: relative;
  height: 250px;
  background-color: #ccc;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  padding-left: 15px;
  padding-right: 15px;
  background-repeat: no-repeat;
  background-size: auto 100%;
}
header.small {
  height: 180px;
}
header.interna:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1;
  background: rgb(0, 0, 0);
  background: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, black 300%);
  opacity: 0.6;
  height: 30px;
}
header.mobile {
  display: none;
}
header.desktop {
  display: flex;
}
@media all and (max-width: 539px) {
  header.mobile {
    display: flex;
    background-position: 50% 50%;
    background-size: cover;
  }
  header.desktop {
    display: none;
  }
}
header h1, header .h1 {
  font-size: 2rem;
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 5px 15px 8px 15px;
  text-transform: uppercase;
  background-color: var(--bs-gris);
  color: var(--bs-secondary);
  margin: 0;
  font-weight: 600;
  border-radius: 0 15px 0 0;
}
@media (max-width: 575.98px) {
  header h1, header .h1 {
    font-size: 1.6rem;
  }
}
@media all and (max-width: 310px) {
  header h1, header .h1 {
    font-size: 18px;
  }
}
header section.search {
  width: calc(100vw - 400px);
  float: right;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
header section.search #formInput {
  float: left;
  width: calc(100% - 720px);
  position: relative;
}
header section.search #formInput .s-box {
  background: rgba(255, 255, 255, 0.1);
  padding: 0 10px;
}
header section.search #formInput .s-box i.fas {
  display: inline-block;
  margin-right: 10px;
  color: white;
  font-size: 24px;
}
header section.search #formInput .s-box input {
  width: calc(100% - 40px);
  height: 70px;
  line-height: 70px;
  border: none;
  background: none;
  color: white;
  font-size: 22px;
}
header section.search #formInput .s-box ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: white;
}
header section.search #formInput .s-box ::-moz-placeholder { /* Firefox 19+ */
  color: white;
}
header section.search #formInput .s-box :-ms-input-placeholder { /* IE 10+ */
  color: white;
}
header section.search #formInput .s-box :-moz-placeholder { /* Firefox 18- */
  color: white;
}
header section.search form.selects {
  display: flex;
  align-items: center;
  border: none;
  /*&:after {
         content: '\f078';
  	font-family: "Font Awesome\ 5 Free";
         color: #000;
         position: absolute;
         right: 0;
         top: 18px;
         z-index: 10;
         width: 10%;
         height: 100%;
         pointer-events: none;
     }*/
}
header section.search form.selects.newpos {
  position: absolute;
  top: 120px;
  left: 0;
  right: 0;
  padding-left: 15px;
  padding-right: 15px;
  z-index: 5;
  display: block;
}
header section.search form.selects.newpos .form-group {
  width: 100%;
  border-top: 1px solid rgba(255, 255, 255, 0.6);
}
header section.search form.selects select.form-select {
  height: 70px;
  padding: 10px 40px 10px 10px;
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-size: 18px;
  width: 100%;
  display: block;
}
header section.search form.selects select.form-select:after {
  content: "\f078";
  font-family: "Font Awesome 5 Free";
  z-index: 10;
  width: 20px;
  height: 20px;
  position: absolute;
  pointer-events: none;
  box-sizing: border-box;
  color: white;
}
header section.search .form-group {
  width: 260px;
  float: left;
}
@media all and (max-width: 1525px) {
  header section.search {
    width: calc(100vw - 150px);
  }
  header section.search #formInput {
    width: calc(100% - 683px);
  }
  header section.search #formInput .s-box input {
    font-size: 20px;
  }
  header section.search .form-group {
    width: 200px;
  }
}
header section.search .form-more-filters {
  width: 200px;
  float: left;
  padding-left: 20px;
}
header section.search .form-more-filters .form-check {
  margin-right: 20px;
}
header section.search .form-more-filters .form-check:last-child {
  margin-right: 0;
}
@media (max-width: 767.98px) {
  header section.search .form-more-filters .form-check {
    font-size: 18px;
    margin: 10px 0;
  }
}
@media (max-width: 991.98px) {
  header section.search .form-more-filters {
    width: auto;
    float: left;
    padding-left: 20px;
    padding: 20px;
  }
}
header section.search select {
  border: none;
}
header a:focus, header select:focus, header .btn.active.focus, header .btn.active:focus, header .btn.focus, header .btn:active.focus, header .btn:active:focus, header .btn:focus, header input[type=file]:focus,
header input[type=radio]:focus, header input[type=checkbox]:focus, header input:focus {
  outline-offset: 0 !important;
  outline: 0 !important;
  box-shadow: none;
}
header .btn-expand {
  background: rgba(255, 255, 255, 0.5);
  color: white;
  padding: 20px;
  height: 70px;
  font-size: 18px;
}
header .btn-expand i {
  position: relative;
  top: 2px;
  margin-right: 8px;
}
@media (max-width: 575.98px) {
  header .btn-expand {
    padding: 19px;
  }
  header .btn-expand span {
    display: none;
  }
  header .btn-expand i {
    margin-right: 0px;
    top: 6px;
  }
}
header.bannerfull {
  height: auto;
  padding: 0;
}
@media all and (max-width: 600px) {
  header.bannerfull {
    padding: 35px 0 0 0;
  }
}
header.bannerfull h1, header.bannerfull .h1 {
  position: relative;
  height: auto;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  z-index: 1;
  border-radius: 0;
}
header.bannerfull h1 img, header.bannerfull .h1 img {
  display: block;
  width: 100%;
  height: auto;
  margin: 0;
}
header.bannerfull span {
  font-size: 2rem;
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 5px 15px 8px 15px;
  text-transform: uppercase;
  background-color: var(--bs-gris);
  color: var(--bs-secondary);
  margin: 0;
  font-weight: 600;
  border-radius: 0 15px 0 0;
  z-index: 2;
}
@media all and (max-width: 991px) {
  header.bannerfull span {
    display: none;
  }
}

.nav-principal {
  top: -100vh;
  position: absolute;
  transition: all 0.6s ease;
  width: 100%;
  right: 0;
  background-color: #ffffff;
  padding: 110px 0 15px 0;
  z-index: 5;
  max-height: 100vh;
  overflow-y: auto;
}
.nav-principal.show {
  display: block;
  top: 0;
}
.nav-principal .close-menu {
  position: absolute;
  right: 50px;
  top: 50px;
  font-size: 24px;
  font-weight: normal;
}
.nav-principal .menu-social {
  padding-left: 0;
}
.nav-principal .textwidget {
  padding-left: 0;
}
@media (max-width: 575.98px) {
  .nav-principal {
    padding: 80px 0 0 0;
  }
}
.nav-principal .container-fluid, .nav-principal .container-sm, .nav-principal .container-md, .nav-principal .container-lg, .nav-principal .container-xl, .nav-principal .container-xxl {
  padding-left: 30px;
  padding-right: 120px;
}

#menu-menu-principal {
  list-style: none;
  padding-left: 0;
  display: flex;
  justify-content: space-between;
}
@media all and (max-width: 1150px) {
  #menu-menu-principal {
    display: block;
  }
}

.menunuevo > li {
  float: left;
  padding-bottom: 40px;
}
@media all and (max-width: 1150px) {
  .menunuevo > li {
    width: 33.3333%;
  }
}

.menunuevo .sub-menu {
  list-style: none;
  padding-left: 0;
}

@media all and (max-width: 767px) {
  .menunuevo > li {
    width: 50%;
    padding: 0 20px 60px 20px;
  }
  .nav-principal .textwidget {
    padding-left: 0;
  }
}
@media all and (max-width: 500px) {
  .menunuevo > li {
    width: 100%;
    padding: 0 20px 60px 20px;
  }
  .nav-principal .textwidget {
    padding-left: 20px;
  }
}
.menunuevo > li:first-child > a .group-title {
  color: #00109E;
}

.menunuevo > li:nth-child(2) > a .group-title {
  color: #009a44;
}

.menunuevo > li:nth-child(3) > a .group-title {
  color: #f1b634;
}

.menunuevo > li:nth-child(4) > a .group-title {
  color: #d40f7d;
}

.menunuevo > li:nth-child(5) > a .group-title {
  color: #000000;
}

.menunuevo > li:nth-child(6) > a .group-title {
  color: #00109E;
}

.menunuevo span.group-title {
  font-size: 22px;
  padding-bottom: 12px;
  display: block;
}

.menunuevo .sub-menu span.group-title {
  font-size: 16px;
  padding-bottom: 0;
}

.menunuevo .sub-menu li {
  padding: 8px 0;
}

#menu-quick-links {
  padding-left: 0;
  padding-right: 1rem;
}
#menu-quick-links li::after {
  content: "";
  display: block;
  height: 2px;
  width: calc(100% - 40px);
  margin: 0 auto;
}
#menu-quick-links li:nth-child(4n-3)::after {
  background-color: #00109E;
}
#menu-quick-links li:nth-child(4)::after {
  background-color: #009a44;
}
#menu-quick-links li:nth-child(4n-2)::after {
  background-color: #d40f7d;
}
#menu-quick-links li:nth-child(4n-1)::after {
  background-color: #f1b634;
}

.header .quick li {
  display: inline-block;
  font-size: 16px;
  text-transform: uppercase;
}
.header .quick li a {
  padding: 6px 20px;
  display: block;
}

@media all and (max-width: 1400px) {
  .header .quick li a {
    padding: 10px;
    font-size: 15px;
  }
  #menu-quick-links li::after {
    width: calc(100% - 20px);
  }
}
@media all and (max-width: 1200px) {
  #menu-quick-links {
    display: none;
  }
}
.menu-social {
  padding: 0 30px;
  top: 10px;
  position: relative;
}

.menu-social.dropdown {
  padding: 0;
}

.menu-social img {
  height: 30px;
  display: block;
}

.menu-social li {
  display: inline-block;
  /* Correccion icono facebook */
}
.menu-social li:first-child .fab {
  font-size: 24px;
  top: -2px;
  position: relative;
}
.menu-social li a {
  padding: 10px;
  display: block;
  font-size: 28px;
  color: #00109E;
  opacity: 1;
}
.menu-social li a:hover {
  color: #00109E;
  opacity: 0.8;
}

footer .menu-social li a:hover {
  color: #ffffff;
  opacity: 0.8;
}

.header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 80px;
  background-color: #ffffff;
  border-bottom: 2px solid #00109E;
  padding-left: 15px;
  padding-right: 15px;
}
.header .logotipo {
  float: left;
  margin-bottom: 0;
}
.header .logotipo img {
  width: 200px;
  height: auto;
}
.header .quick li a {
  color: #333333;
  transition: color 0.5s;
}
.header .quick li a:hover {
  color: #00109E;
}
.header .menus #log a i {
  margin-right: 5px;
}
@media all and (max-width: 767px) {
  .header {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media all and (max-width: 600px) {
  .header .menu-social {
    display: none;
    padding: 0 15px;
  }
}

#log .dropdown-menu {
  padding: 5px 10px;
  font-size: 16px;
}
#log .dropdown-menu li {
  padding: 5px 3px;
  border-bottom: 1px solid #dfdfdf;
  transition: all 0.5s ease;
}
#log .dropdown-menu li:last-child {
  border-bottom: none;
}
#log .dropdown-menu li:hover {
  background: #fafafa;
}
@media all and (max-width: 480px) {
  #log .login span {
    display: none;
  }
}

#canvasdropdown {
  display: none;
  position: fixed;
  z-index: 10;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.15);
}
#canvasdropdown.show {
  display: block;
}

.hamburguer .bar1, .hamburguer .bar2, .hamburguer .bar3 {
  width: 22px;
  height: 3px;
  background-color: var(--bs-primary);
  margin: 4px 0;
  transition: 0.4s;
  border-radius: 1px;
}
.hamburguer.change .bar1 {
  -webkit-transform: rotate(-45deg) translate(-5px, 5px);
  transform: rotate(-45deg) translate(-5px, 5px);
}
.hamburguer.change .bar2 {
  opacity: 0;
}
.hamburguer.change .bar3 {
  -webkit-transform: rotate(45deg) translate(-5px, -5px);
  transform: rotate(45deg) translate(-5px, -5px);
}

.nav-tabs .nav-link {
  font-size: 20px;
  border-radius: 8px 8px 0 0;
  letter-spacing: 0.03em;
}

.container-full {
  width: 80%;
  margin: 0 auto;
}

.hamburguer {
  cursor: pointer;
  padding: 20px;
  display: block;
}

.home-wrap {
  background: #f7f7f7;
  display: grid;
  grid-template-columns: 1fr 950px;
  padding: 0px;
  position: relative;
  /* @media all and (max-width:1600px){
     grid-template-columns: 1fr 1000px;
   }*/
}
@media all and (max-width: 1479px) {
  .home-wrap {
    grid-template-columns: 1fr 950px;
  }
}
@media all and (max-width: 1335px) {
  .home-wrap {
    grid-template-columns: 1fr 870px;
  }
}
@media all and (max-width: 1200px) {
  .home-wrap {
    display: flex;
    flex-direction: column;
    margin: 0 auto;
    width: 100%;
  }
}
.home-wrap:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1;
  background: rgb(0, 0, 0);
  background: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, black 300%);
  opacity: 0.6;
  height: 25px;
}
.home-wrap:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  background: rgb(0, 0, 0);
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, black 300%);
  opacity: 0.6;
  height: 20px;
}

.header {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 15;
}

.nav-principal {
  position: fixed;
  z-index: 11;
}

.header .menus {
  display: flex;
  align-items: center;
}

.shadowbox {
  background-color: #ffffff;
  border-radius: 6px;
  overflow: hidden;
  -webkit-box-shadow: 6px 6px 15px 5px rgba(0, 0, 0, 0.08);
  box-shadow: 6px 6px 15px 5px rgba(0, 0, 0, 0.08);
}

main#home {
  /*background: rgba(0,0,0,.02);*/
  background: white;
}
main#home h1, main#home .h1 {
  display: none;
}

h2, .h2 {
  text-transform: uppercase;
  display: flex;
  align-items: center;
  font-size: 20px;
}

h2 img, .h2 img {
  float: left;
  margin-right: 10px;
}

.view-more {
  text-transform: uppercase;
  color: #3e3e3e;
}

#home-banners {
  overflow: hidden;
  position: relative;
  width: 100%;
}
@media all and (max-width: 1200px) {
  #home-banners {
    min-height: inherit;
    max-height: inherit;
    order: 1;
    margin-bottom: 0;
  }
}

#home-horarios {
  /*background-image: url(img/bus.png);*/
  background-position: 100% 100%;
  background-repeat: no-repeat;
  padding: 100px 80px 0 80px;
  display: flex;
  align-items: center;
  position: relative;
  color: var(--bs-primary);
  width: 100%;
}
#home-horarios .place:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  background-color: rgba(0, 0, 0, 0.2);
}
#home-horarios .place caption {
  z-index: 2;
}
#home-horarios h2, #home-horarios .h2 {
  margin-bottom: 20px;
  padding: 0 20px 0 0;
  font-size: 26px;
  position: absolute;
  top: 50px;
  left: 20px;
  text-transform: none;
  font-weight: 500;
  color: var(--bs-primary);
}
#home-horarios .inn {
  padding: 0;
  margin: 0 auto;
  z-index: 2;
  position: relative;
  width: 100%;
}
#home-horarios .button-search {
  margin: 25px auto 0 auto;
  display: block;
  border: 2px solid white;
}
#home-horarios .form-select {
  background-color: transparent;
  border: none;
  border-radius: 0;
  border-bottom: 1px solid var(--bs-primary);
  color: var(--bs-primary);
}
#home-horarios .option {
  color: #2c2c2c;
}
@media all and (min-width: 1601px) {
  #home-horarios {
    display: block;
    padding: 220px 80px 0 80px;
  }
  #home-horarios .group:first-child, #home-horarios .group {
    padding-bottom: 40px;
  }
}
@media all and (max-width: 1200px) {
  #home-horarios {
    display: block;
    width: 100%;
    margin-right: 0;
    margin-left: 0;
    min-height: inherit;
    padding: 50px 70px 30px 70px;
    order: 2;
    border-top: 2px solid white;
  }
  #home-horarios .inn {
    margin: 0 auto;
  }
  #home-horarios h2, #home-horarios .h2 {
    position: relative;
    top: 0;
    left: 0;
    margin-bottom: 40px;
  }
}
@media all and (max-width: 480px) {
  #home-horarios {
    padding: 30px;
    background-image: none;
  }
}
@media all and (max-width: 450px) {
  #home-horarios h2, #home-horarios .h2 {
    font-size: 22px;
  }
}
@media all and (min-width: 1201px) {
  #home-horarios {
    min-height: 540px;
  }
}
@media all and (min-width: 1480px) {
  #home-horarios {
    min-height: 589px;
  }
}

#home-banners .nav-slider {
  position: absolute;
  top: 0;
  height: 100%;
  width: 310px;
  z-index: 2;
  opacity: 0.6;
  transition: opacity 0.6s ease;
  background-size: 100%;
  display: flex;
  align-items: center;
}
#home-banners .nav-slider.navleft {
  padding-left: 20px;
  justify-content: flex-start;
  left: 0;
  background: transparent url(img/nuevahome/slider-shadow-left.png) repeat-y scroll 0 0;
  background-position: -100px 0;
}
#home-banners .nav-slider.navright {
  padding-right: 20px;
  justify-content: flex-end;
  right: 0;
  background: transparent url(img/nuevahome/slider-shadow-right.png) repeat-y scroll 0 0;
  background-position: calc(100% + 100px) 0;
}
#home-banners .nav-slider:hover {
  opacity: 1;
}
#home-banners .nav-slider span {
  width: 22px;
  height: 47px;
  display: block;
}
#home-banners .nav-slider.navleft span {
  background: transparent url(img/nuevahome/slider--prev.png) repeat-y scroll 0 0;
  cursor: pointer;
  background-size: contain;
  background-repeat: no-repeat;
}
#home-banners .nav-slider.navright span {
  background: transparent url(img/nuevahome/slider--next.png) repeat-y scroll 0 0;
  cursor: pointer;
  background-size: contain;
  background-repeat: no-repeat;
}
#home-banners .slick-dots {
  position: absolute;
  top: inherit;
  bottom: 20px;
  z-index: 2;
}
@media all and (max-width: 1200px) {
  #home-banners .slick-dots {
    bottom: 5px;
  }
}
#home-banners .slick-dots li button {
  border: 2px solid #ffffff;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  opacity: 1;
}
#home-banners .slick-dots li.slick-active button {
  background-color: #ffffff;
}
#home-banners .slick-dotted.slick-slider {
  margin-bottom: 0;
}
#home-banners #trescruces-banners .item a {
  display: block;
  position: relative;
}
#home-banners #trescruces-banners .item a:after {
  content: "";
  position: absolute;
  display: block;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgb(0, 0, 0);
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, black 300%);
  opacity: 0.7;
  height: 60px;
  z-index: 1;
}

.banner {
  border-radius: 0;
  overflow: hidden;
  min-height: 560px;
  background-color: #c5c9e5;
  margin: 0;
}

.banner img {
  display: block;
  width: 100%;
  height: auto;
}

#rubros {
  background-color: white;
  clear: none;
  padding: 20px 0 10px 0;
}
#rubros hr {
  height: 0;
  border: none;
  border-top: 2px solid #000f9f;
  opacity: 1;
  position: relative;
  top: -20px;
}
#rubros .col-rubro {
  width: 33.3333%;
  height: 174px;
  background-size: cover !important;
  background-position: 50% 50%;
  position: relative;
  float: left;
  opacity: 1;
  transition: opacity 0.5s ease;
  margin: 0 0;
  min-height: inherit;
}
#rubros .col-rubro h3, #rubros .col-rubro .h3 {
  font-size: 26px;
}
#rubros .col-rubro:hover {
  opacity: 0.8;
}
#rubros .col-rubro:last-child {
  margin-bottom: 0;
  height: 186px;
}
#rubros .col-rubro figure {
  height: 100%;
  width: 100%;
  background-size: cover !important;
  background-position: 50% 50%;
  display: block;
  position: relative;
  background-position: 50% 0 !important;
}
#rubros .col-rubro figure figcaption {
  height: 140px;
  position: absolute;
  top: 20px;
  left: 20px;
  font-size: 20px;
  color: #ffffff;
}
#rubros .col-rubro figure figcaption .fas {
  display: block;
  color: #ffffff;
  left: 0;
  position: relative;
  transition: left 0.5s ease;
}
#rubros .col-rubro a {
  display: block;
  height: 100%;
  width: 100%;
}
#rubros .col-rubro a:hover .fas {
  left: 5px;
}
@media all and (max-width: 991px) {
  #rubros .col-rubro {
    width: 100%;
    clear: both;
    margin-bottom: 5px;
  }
}
@media all and (max-width: 1600px) {
  #rubros .col-rubro h3, #rubros .col-rubro .h3 {
    font-size: 22px;
  }
}
@media all and (max-width: 991px) {
  #rubros {
    padding: 20px 0;
  }
}

#home-horarios .origen-destino {
  width: 100%;
  background: none;
  padding: 0;
}

#home-horarios .swap-btn {
  display: block;
  margin: 0 auto;
  width: 40px;
}

#home-horarios .swap-btn img {
  width: 30px;
}

#home-horarios label {
  padding-bottom: 10px;
  color: var(--bs-primary);
}

#home-horarios .group:first-child {
  padding-bottom: 10px;
}

#home-horarios input {
  border: none;
  background: none;
  border-bottom: 1px solid #c5c5c5;
  box-shadow: none;
  border-radius: 0;
}

#home-horarios .caption {
  color: #ffffff;
  position: absolute;
  z-index: 3;
  right: 20px;
  bottom: 10px;
  font-size: 12px;
}

#home-horarios .caption .fas {
  margin-right: 5px;
}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #c5c5c5;
}

::-moz-placeholder { /* Firefox 19+ */
  color: #c5c5c5;
}

:-ms-input-placeholder { /* IE 10+ */
  color: #c5c5c5;
}

:-moz-placeholder { /* Firefox 18- */
  color: #c5c5c5;
}

.filters {
  clear: both;
  display: flex;
  align-items: baseline;
  justify-content: center;
  border-top: 1px solid #dfdfdf;
  border-bottom: 1px solid #dfdfdf;
  padding: 10px 0;
  margin: 0 -35px;
}

.filters .dropdown-toggle {
  margin-bottom: 0;
  width: 33%;
}

.filters .dropdown-toggle:last-child {
  margin-bottom: 0;
}

#home-horarios .filters:after {
  content: "";
  display: table;
  clear: both;
  width: 100%;
  height: 0;
}

.button-search {
  background: #00109E;
  color: #ffffff;
  text-transform: uppercase;
  text-align: center;
  font-size: 20px;
  display: inline-block;
  padding: 12px 70px 10px 70px;
  border: none;
  border-radius: 30px;
  transition: background 0.5s ease;
}

.button-search:hover {
  background: #1c29b0;
}

#home-quiklinks {
  margin-bottom: 75px;
}

#home-quiklinks .col-right {
  float: right;
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 900px;
  min-height: 400px;
}

@media all and (max-width: 991px) {
  .col-rubro {
    width: 100%;
    margin-bottom: 7px;
  }
}
#home-cupones img {
  display: block;
  width: 100%;
  height: auto;
}

#home-locales {
  width: 600px;
  margin-bottom: 30px;
  position: relative;
}

#home-locales .view-more {
  position: absolute;
  top: 40px;
  right: 40px;
  display: block;
  font-size: 16px;
}

.home-local-list {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.home-local-list img {
  width: 130px;
}

/* @media all and (max-width: 1200px){
  #home-horarios{
    width: calc(50% - 30px);
  }
  #home-quiklinks .col-right{
    width: 50%;
  }
  .home-local-list a:last-child{
    display: none;
  }
} */
@media all and (max-width: 1200px) {
  .home-hero {
    display: flex;
    flex-direction: column;
  }
  .banner {
    min-height: inherit;
  }
}
@media all and (max-width: 767px) {
  .nav-slider {
    width: 100px;
  }
  .nav-slider.navleft {
    padding-left: 15px;
    border-radius: 0;
    background-position: 100% 100%;
  }
  .nav-slider.navright {
    padding-right: 15px;
    border-radius: 0;
    background-position: 0 100%;
  }
  .nav-slider span {
    width: 24px;
    background-repeat: no-repeat !important;
    background-size: contain !important;
  }
  .nav-slider.navleft span {
    margin-left: 15px;
  }
  .nav-slider.navright span {
    margin-right: 15px;
  }
}
@media all and (max-width: 1200px) {
  #home-horarios, #home-quiklinks .col-right {
    width: 100%;
    float: none;
  }
  #home-locales {
    width: inherit;
  }
  #home-cupones {
    max-width: 600px;
    width: inherit;
    margin: 0 auto;
  }
  #home-quiklinks .col-right {
    min-height: inherit;
    display: block;
  }
  #home-quiklinks {
    margin-bottom: 35px;
  }
}
@media all and (max-width: 530px) {
  #home-horarios .origen-destino {
    width: 100%;
    display: block;
    float: none;
    margin-bottom: 30px;
  }
  .filters {
    float: none;
    clear: both;
    width: 100%;
    display: block;
    min-height: inherit;
  }
  .filters .dropdown-toggle {
    margin-bottom: 30px;
    display: block;
  }
  .nav-principal {
    top: -150vh;
  }
  .menunuevo span.group-title {
    font-size: 22px;
    padding-bottom: 10px;
  }
  .menunuevo > li {
    padding: 0 20px 30px 20px;
  }
  .nav-principal .close-menu {
    right: 20px;
    top: 20px;
  }
}
#home-categorias {
  padding-bottom: 40px;
}
#home-categorias h2, #home-categorias .h2 {
  display: block;
}
#home-categorias a {
  background: rgba(255, 255, 255, 0.2);
  border-radius: 10px;
  padding: 0 0 20px 0;
  display: block;
  margin-bottom: 20px;
}
#home-categorias a h3, #home-categorias a .h3 {
  font-size: 16px;
  text-align: center;
  text-transform: uppercase;
  color: var(--bs-primary);
}
#home-categorias .row {
  justify-content: space-between;
}
@media all and (max-width: 991px) {
  #home-categorias .row {
    justify-content: center;
  }
}

#home-categorias .row {
  padding-top: 60px;
}

#home-categorias .box {
  width: 140px;
  height: 140px;
  margin-bottom: 20px;
  margin: 0 auto 25px auto;
  transition: all 0.3s ease-out;
  transform: scale(0.9);
  background-color: white;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 0 15px 5px rgba(0, 0, 0, 0.05);
}
#home-categorias .box:hover {
  transform: scale(1);
  /*-webkit-box-shadow: 6px 6px 15px 5px rgba(0,0,0,0.04);
  box-shadow: 6px 6px 15px 5px rgba(0,0,0,0.04);*/
}

#home-parking {
  position: fixed;
  top: 50%;
  left: 0;
}

.pre-footer {
  border-top: 1px solid #00109E;
  border-bottom: 1px solid #00109E;
  height: 200px;
  background: #f2f2f2 url(img/nuevahome/trescruces-bg-sociales.jpg) no-repeat scroll 0 0;
  display: flex;
  align-items: center;
  position: relative;
}

.btn-newsletters {
  background: #00109E url(img/nuevahome/bg-newsletter.jpg) no-repeat scroll 100% 0;
  color: #ffffff;
  padding: 0 30px;
  font-size: 16px;
  float: left;
}

.pre-footer .social-btn {
  padding: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 280px;
  height: 65px;
  transition: background-color 0.4s ease;
}

.pre-footer .container-full {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.btn-social-right {
  background: #00109E url(img/nuevahome/trescruces-sociales-blue.png) no-repeat scroll 0% 50%;
}

.btn-social-left {
  background: #ffffff url(img/nuevahome/trescruces-sociales-white.png) no-repeat scroll 100% 50%;
  /*border: 1px solid #fe345a;*/
}

.pre-footer #btnInstagram {
  background-color: rgba(255, 255, 255, 0.5);
  width: auto;
  font-size: 18px;
  margin-right: 20px;
}

.pre-footer #btnInstagram:hover {
  background-color: rgb(255, 255, 255);
}

.pre-footer #btnFacebook {
  font-size: 16px;
}

#btnInstagram img {
  margin: 0 10px 0 0;
}

#btnFacebook .fab {
  margin: 0 10px 0 0;
  position: relative;
  top: -2px;
}

.pre-footer .social-btn:hover {
  background-color: rgba(255, 255, 255, 0.8);
  color: #00109E;
}

.pre-footer .info {
  color: #ffffff;
  font-size: 26px;
  position: absolute;
  top: 0px;
  left: 50px;
  width: 20vw;
  z-index: 1;
  height: 200px;
  display: flex;
  align-items: center;
}

.pre-footer .info img {
  display: block;
  margin-top: 15px;
}

.sociales .col2 span {
  border: 1px solid #ffffff;
  padding: 10px 20px 10px 15px;
  border-radius: 30px;
  text-align: center;
  font-size: 16px;
  height: 50px;
  line-height: 25px;
  display: flex;
  align-items: center;
  transition: padding 0.3s ease;
}

.sociales .col2:hover span {
  padding: 10px 30px 10px 25px;
}

.sociales .col2.btn-social-left span {
  border: 1px solid #00109E;
  color: #00109E;
  background-color: #ffffff;
}

.sociales .col2.btn-social-right span {
  border: 1px solid #ffffff;
  color: #ffffff;
  background-color: #00109E;
}

.col2 {
  width: calc(50% - 14px);
  margin: 0 7px;
  float: left;
}

.col2 span .fab {
  font-size: 24px;
  position: relative;
  top: -2px;
  margin-right: 10px;
}

.btn-voyshopping {
  border: 1px solid #fe345a;
  color: #fe345a;
  padding: 0 30px;
  font-size: 16px;
  float: left;
}

.btn-newsletters a {
  color: #ffffff;
}

.btn-newsletters a:hover .fas {
  left: 10px;
}

.btn-newsletters .fas {
  left: 5px;
  position: relative;
  transition: left 0.5s ease;
}

.btn-newsletters small, .btn-newsletters .small {
  display: block;
  text-align: center;
  padding-top: 10px;
}

@media all and (max-width: 1100px) {
  .col2 {
    width: 100%;
    margin: 0 0 10px 0;
  }
  .pre-footer a {
    height: auto;
  }
}
footer.new,
footer.new p {
  background: #00109E;
  display: block;
  color: #ffffff;
}

footer.new a {
  color: #ffffff;
}

footer.new p {
  padding-top: 20px;
  font-size: 12px;
}

footer.new .menu-social {
  float: left;
}

@media all and (max-width: 400px) {
  .sociales .col2 span {
    font-size: 14px;
  }
}
@media all and (max-width: 1160px) {
  .pre-footer #btnFacebook {
    background-color: rgba(255, 255, 255, 0.5);
  }
}
@media all and (max-width: 1020px) {
  .pre-footer {
    display: block;
    height: auto;
    background-size: cover;
    padding-bottom: 30px;
  }
  .pre-footer .info {
    width: inherit;
    right: 0;
    left: 0;
    height: auto;
    position: relative;
    top: inherit;
    display: block;
    padding: 30px;
  }
  .pre-footer .container-full {
    display: block;
    clear: both;
    position: relative;
  }
  .pre-footer #btnInstagram {
    margin: 0 0 15px 0;
  }
  .pre-footer #btnFacebook {
    text-align: center;
    background-color: rgba(255, 255, 255, 0.5);
    width: auto;
  }
  .pre-footer .info img {
    margin: 15px auto 0 auto;
    width: 110px;
  }
}
@media all and (max-width: 600px) {
  .pre-footer {
    background-position: 80% 0;
  }
  .pre-footer:before {
    content: "";
    position: absolute;
    z-index: 0;
    background: rgb(10, 22, 154);
    background: linear-gradient(180deg, rgba(10, 22, 154, 0.4) 0%, rgba(10, 22, 154, 0) 100%);
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
  }
  .pre-footer #btnInstagram,
  .pre-footer #btnFacebook {
    background-color: rgba(255, 255, 255, 0.8);
  }
}
#transition-backgrounds {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-size: cover;
  overflow: hidden;
}

#transition-backgrounds div {
  height: 100%;
}

#home-services {
  padding-top: 60px;
}
#home-services .container {
  border-bottom: 1px solid #dfdfdf;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
#home-services .serv {
  text-align: center;
  position: relative;
}
#home-services .serv:after {
  content: "";
  /*border-right: 1px solid #dfdfdf;*/
  position: absolute;
  right: 0;
  top: 20px;
  bottom: 40px;
}
#home-services .serv img {
  width: 85px;
}
#home-services .more {
  padding: 10px 20px;
  border-radius: 30px;
  border: 1px solid #dfdfdf;
  margin: 20px auto;
  display: inline-block;
}
#home-services .more i {
  font-size: 16px;
  position: relative;
  top: 2px;
  margin-left: 3px;
}

#home-contact {
  padding-top: 30px;
  border-top: 1px solid #ccc;
}
#home-contact .title {
  font-size: 18px;
  display: block;
  margin-bottom: 5px;
  margin-left: 10px;
  line-height: 20px;
  text-transform: uppercase;
  color: var(--bs-secondary);
}
#home-contact ul {
  list-style: none;
  padding-bottom: 30px;
  margin-bottom: 0;
  padding-left: 10px;
}
#home-contact ul li {
  line-height: 20px;
  font-size: 14px;
}
#home-contact ul li strong {
  font-size: 18px;
}
#home-contact ul.nosotros li {
  font-size: 18px;
  line-height: 28px;
}
#home-contact #newsletter {
  text-transform: uppercase;
}
#home-contact #newsletter img {
  border-radius: 6px;
}
#home-contact .menu-social {
  width: 100%;
  padding: 0;
  margin-bottom: 30px;
}
#home-contact .menu-social li a {
  font-size: 34px;
}
#home-contact .menu-social li a#tiktok {
  font-size: 28px;
}
#home-contact .menu-social li a#linkedin {
  font-size: 32px;
}

#home-articles {
  padding-top: 30px;
  padding-bottom: 30px;
  position: relative;
  /*.top-articles{
    display: flex;
    justify-content: flex-start;
    padding-bottom: 20px;
    font-size: 30px;
    color: var(--bs-secondary);


    a{
      font-size: 16px;
      border-radius: 20px;
      padding: 5px 18px;
      display: inline-block;
      margin-left: 20px;
      background: #fff;
    }
  }*/
  /*.article-left{
    width: 50%;
    display: block;

    article{
      margin-bottom: 30px;
    }
  }*/
}
#home-articles hr {
  height: 0;
  border: none;
  border-top: 2px solid #009845;
  opacity: 1;
  background: none;
}
#home-articles.tips .list {
  padding-top: 0;
}
#home-articles article {
  margin-top: 0;
  margin-bottom: 0;
  position: relative;
  height: 220px;
}
#home-articles article a {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
}
#home-articles article a img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  z-index: 1;
  position: relative;
}
#home-articles article a .titulo {
  background-color: rgba(0, 0, 0, 0.5);
  color: white;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 10px;
  font-size: 16px;
  z-index: 2;
  min-height: 68px;
}
#home-articles .nav-slider.slick-arrow {
  position: absolute;
  top: 50%;
  margin-top: -20px;
  background-color: transparent;
}
#home-articles .nav-slider:hover {
  opacity: 1;
}
#home-articles .nav-slider.navleftrevista span {
  background: transparent url(img/nuevahome/slider-black-prev.png) repeat-y scroll 0 0;
  cursor: pointer;
  background-size: contain;
  background-repeat: no-repeat;
}
#home-articles .nav-slider.navrightrevista span {
  background: transparent url(img/nuevahome/slider-black-next.png) repeat-y scroll 0 0;
  cursor: pointer;
  background-size: contain;
  background-repeat: no-repeat;
}
#home-articles .nav-slider.navleftrevista {
  left: 20px;
}
#home-articles .nav-slider.navrightrevista {
  right: 20px;
}
#home-articles .nav-slider.navrightrevista span {
  float: right;
}
#home-articles .nav-slider span {
  width: 22px;
  height: 47px;
  display: block;
  background-size: 80% !important;
}

.mc4wp-response p {
  display: inline-block;
  padding: 6px 12px;
  background: rgba(0, 0, 0, 0.05);
  border-radius: 5px;
  font-size: 16px;
  text-transform: none;
  font-weight: normal;
}

.r-full-h {
  min-height: calc(100vh - 80px);
}

.r-page-banner {
  min-height: 250px;
  background-size: cover;
  background-position: center right;
  position: relative;
}
.r-page-banner .r-page-title {
  position: absolute;
  bottom: 0;
  left: 0;
  background: #f4f4f4;
  padding: 10px 40px 0px 20px;
  text-transform: uppercase;
  border-radius: 0px 40px 0px 0px;
}
@media (max-width: 768px) {
  .r-page-banner {
    min-height: 170px;
    background-position: 80% center;
  }
}

.r-promo-link .r-promo-title {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 20px;
  background: #FFF;
  color: var(--bs-secondary);
  font-size: 1.2em;
  text-align: center;
  transform: translateY(59px);
  transition: all 0.3s ease-in-out;
}
.r-promo-link .r-promo-title:before {
  display: block;
  content: "";
  position: absolute;
  top: -20px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 26px solid transparent;
  border-right: 26px solid transparent;
  border-bottom: 20px solid #fff;
  -webkit-transition: border-bottom 0.3s;
  transition: border-bottom 0.3s ease-in-out;
}
.r-promo-link:hover .r-promo-title {
  color: #FFF;
  background: var(--bs-secondary);
  transform: translateY(0);
  transition: all 0.3s ease-in-out;
}
.r-promo-link:hover .r-promo-title:before {
  border-bottom: 20px solid var(--bs-secondary);
}

a.r-promo-link {
  border: 1px solid #eee;
}

.r-promociones-container {
  background: #f4f4f4;
}

.bg-gristitle {
  background-color: #ababab;
  padding-top: 10px !important;
  width: 100%;
}

.s-promocion {
  /*background: url('./img/diagonal-bg.png') no-repeat;*/
  background-size: cover;
  background-position-x: 45%;
}

.r-single-promo-contenido {
  padding-left: 17%;
}
@media (max-width: 1180px) {
  .r-single-promo-contenido {
    padding-left: 10%;
  }
}
@media (max-width: 768px) {
  .r-single-promo-contenido {
    padding-left: 30px;
  }
}

.r-promo-img {
  border: 3px solid #FFF;
}

.r-link-card {
  display: block;
  transition: all 0.3s ease;
}
.r-link-card:hover {
  transform: translateY(-20px);
}

.r-big-text {
  font-size: 50px;
  line-height: 1;
}

.r-mini-container {
  max-width: 800px;
  margin: auto;
  padding: 0 20px;
}

.r-contact-form {
  max-width: 360px;
}
.r-contact-form .form-group {
  margin-bottom: 15px;
}
.r-contact-form .wpcf7-form.init div.wpcf7-response-output {
  display: none;
}
.r-contact-form div.wpcf7-response-output {
  background-color: #ff3860;
  color: #fff;
  border-radius: 4px;
  padding: 1.25rem 2.5rem 1.25rem 1.5rem;
  position: relative;
}
.r-contact-form div.wpcf7-validation-errors, .r-contact-form div.wpcf7-acceptance-missing {
  background-color: #ffdd57;
  color: rgba(0, 0, 0, 0.7);
}
.r-contact-form div.wpcf7-mail-sent-ok {
  background-color: #00d1b2;
  color: #fff;
}
.r-contact-form div.wpcf7-response-output {
  margin: 0 !important;
}
.r-contact-form .wpcf7-not-valid {
  border: 1px solid red;
}
.r-contact-form .wpcf7-not-valid-tip {
  color: red;
}
.r-contact-form .screen-reader-response {
  display: none;
}
.r-contact-form .wpcf7-display-none {
  display: none;
}
.r-contact-form .macroform br {
  display: none;
}
.r-contact-form input:not([type=submit]), .r-contact-form textarea, .r-contact-form .select select {
  background: #f5f5f5 !important;
}
.r-contact-form .formulario-container {
  max-width: 800px;
  margin: auto;
  text-align: center;
}
.r-contact-form .formulario-container input, .r-contact-form .formulario-container textarea {
  border: none;
  padding: 20px;
  width: 100%;
  display: block;
  margin-bottom: 5px;
}
.r-contact-form .formulario-container input.wpcf7-validates-as-required::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: red;
  opacity: 1; /* Firefox */
}
.r-contact-form .formulario-container input.wpcf7-validates-as-required:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: red;
}
.r-contact-form .formulario-container input.wpcf7-validates-as-required::-ms-input-placeholder { /* Microsoft Edge */
  color: red;
}
.r-contact-form .formulario-container input[type=submit] {
  display: inline-block;
  max-width: 200px;
  font-size: 1.5em;
  color: #fff;
  background: color(1);
  transition: transform 0.3s ease;
}
.r-contact-form .formulario-container input[type=submit]:hover {
  transform: scale(1.2);
}

.grow {
  transition: transform 0.3s ease-in-out;
}
.grow:hover {
  transform: scale(1.1);
}

a.r-boton-terminal {
  display: block;
  position: relative;
  transition: transform 0.3s ease;
}
a.r-boton-terminal .r-boton-titulo {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  padding: 10px 30px 10px 20px;
  border-radius: 30px 0 0 30px;
  font-size: 33px;
}
@media (max-width: 1250px) {
  a.r-boton-terminal .r-boton-titulo {
    font-size: 18px;
  }
}
@media (max-width: 414px) {
  a.r-boton-terminal .r-boton-titulo {
    font-size: 14px;
  }
}
a.r-boton-terminal:hover {
  transform: scale(1.03);
}

main.locales {
  background-color: var(--bs-gris);
}
main.locales .wait {
  top: 100px;
}
@media all and (max-width: 1525px) {
  main.locales section.search #formInput {
    width: calc(100% - 200px);
  }
  main.locales section.search .btn-expand {
    width: 200px;
  }
}
main.locales header {
  background-color: #f97595;
  justify-content: flex-end;
  background-repeat: no-repeat !important;
  background-position: 50px 50%;
  background-size: auto 100%;
}
@media all and (max-width: 1525px) {
  main.locales header {
    background-position: -50px 50%;
  }
}
main.locales header section.search {
  background: #f97595;
}
main.locales header section.search .selects {
  background-color: #f97595;
  color: white;
}
main.locales header section.search .selects .select-box.form-group {
  position: relative;
  background-color: none;
  /*&:after{
  	width: 0; 
  	height: 0; 
  	border-left: 6px solid transparent;
  	border-right: 6px solid transparent;
  	border-top: 6px solid #ffffff;
  	position: absolute;
  	top: 40%;
  	right: 12px;
  	content: "";
  	z-index: 98;

  }*/
}
main.locales header section.search .selects .select-box.form-group:before {
  position: absolute;
  content: "";
  width: 70px;
  right: 30px;
  top: 0;
  height: 70px;
  background: transparent url(img/select-gradient.png) repeat-y scroll 100% 0;
  z-index: 2;
}
main.locales header section.search .selects .select-box.form-group:after {
  background-color: #ffffff;
  color: #ffffff;
}
main.locales header section.search .selects .select-box.form-group select.form-control {
  position: relative;
  background-color: rgba(255, 255, 255, 0.1);
  /*background-image: none;*/
  color: white;
  width: 100%;
}
main.locales header section.search .selects .select-box.form-group select.form-control option {
  background-color: #f97595;
  padding: 3px;
  display: block;
}
main.locales header section.search .selects .select-box.form-group:last-child select.form-control {
  background-color: rgba(255, 183, 27, 0.75);
}
main.locales header .form-more-filters .form-check {
  color: white;
}
@media (max-width: 991.98px) {
  main.locales header section.search {
    width: 100%;
  }
  main.locales header section.search #formInput {
    width: 100%;
  }
}
main.locales .subtitle {
  width: 100%;
  display: block;
  clear: both;
}
@media all and (max-width: 500px) {
  main.locales section.search .btn-expand {
    width: 80px;
  }
  main.locales section.search #formInput {
    width: calc(100% - 80px);
  }
}

.filter-result, .filter-result-adheridos, .filter-result-boleterias, .filter-result-encomiendas {
  clear: both;
  background-color: var(--bs-gris);
  /*
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  */
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  padding: 0 60px 60px 60px;
  gap: 8px;
}
.filter-result .bg-gristitle, .filter-result-adheridos .bg-gristitle, .filter-result-boleterias .bg-gristitle, .filter-result-encomiendas .bg-gristitle {
  grid-column: 1/6;
}
.filter-result.loc-adh, .filter-result-adheridos.loc-adh, .filter-result-boleterias.loc-adh, .filter-result-encomiendas.loc-adh {
  padding: 0;
}
@media (max-width: 1199.98px) {
  .filter-result, .filter-result-adheridos, .filter-result-boleterias, .filter-result-encomiendas {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
  .filter-result .bg-gristitle, .filter-result-adheridos .bg-gristitle, .filter-result-boleterias .bg-gristitle, .filter-result-encomiendas .bg-gristitle {
    grid-column: 1/5;
  }
}
@media (max-width: 991.98px) {
  .filter-result, .filter-result-adheridos, .filter-result-boleterias, .filter-result-encomiendas {
    grid-template-columns: 1fr 1fr 1fr;
  }
  .filter-result .bg-gristitle, .filter-result-adheridos .bg-gristitle, .filter-result-boleterias .bg-gristitle, .filter-result-encomiendas .bg-gristitle {
    grid-column: 1/4;
  }
}
@media (max-width: 767.98px) {
  .filter-result, .filter-result-adheridos, .filter-result-boleterias, .filter-result-encomiendas {
    grid-template-columns: 1fr 1fr;
  }
  .filter-result .bg-gristitle, .filter-result-adheridos .bg-gristitle, .filter-result-boleterias .bg-gristitle, .filter-result-encomiendas .bg-gristitle {
    grid-column: 1/3;
  }
}
@media (max-width: 575.98px) {
  .filter-result, .filter-result-adheridos, .filter-result-boleterias, .filter-result-encomiendas {
    grid-template-columns: 1fr;
  }
  .filter-result .bg-gristitle, .filter-result-adheridos .bg-gristitle, .filter-result-boleterias .bg-gristitle, .filter-result-encomiendas .bg-gristitle {
    grid-column: 1/2;
  }
}
@media all and (max-width: 575px) {
  .filter-result, .filter-result-adheridos, .filter-result-boleterias, .filter-result-encomiendas {
    padding: 0 20px 20px 20px;
  }
}

.filter-result-boleterias, .filter-result-encomiendas {
  grid-template-columns: 1fr 1fr 1fr 1fr;
}
@media (max-width: 1199.98px) {
  .filter-result-boleterias, .filter-result-encomiendas {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
}
@media (max-width: 991.98px) {
  .filter-result-boleterias, .filter-result-encomiendas {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media (max-width: 767.98px) {
  .filter-result-boleterias, .filter-result-encomiendas {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 575.98px) {
  .filter-result-boleterias, .filter-result-encomiendas {
    grid-template-columns: 1fr;
  }
}
@media all and (max-width: 575px) {
  .filter-result-boleterias, .filter-result-encomiendas {
    padding: 0 20px 20px 20px;
  }
}

.form-switch .form-check-input:focus {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%280, 0, 0, 0.25%29'/%3e%3c/svg%3e");
}

.form-switch .form-check-input.active {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
}

.empty-msj {
  background: rgba(255, 255, 255, 0.8);
  padding: 10px 15px;
  display: inline-block;
  border-radius: 30px;
  margin: 10px auto;
  font-size: 18px;
  color: var(--bs-secondary);
  text-align: center;
}

#page-adheridos header {
  background-position: 90% 50%;
  background-size: cover;
}

section#selected {
  width: 100%;
  margin: 0;
  text-align: center;
  position: relative;
  top: -20px;
}
@media all and (max-width: 575px) {
  section#selected {
    top: inherit;
  }
}
section#selected div {
  background: rgba(255, 255, 255, 0.8);
  padding: 10px 15px;
  display: inline-block;
  border-radius: 30px;
  margin: 0 auto;
  font-size: 14px;
  color: var(--bs-secondary);
}
section#selected span {
  display: inline-block;
  margin: 0 auto;
  font-size: 14px;
  padding-right: 5px;
  color: var(--bs-secondary);
}

.item-list-local {
  width: 100%;
  /* border: 1px solid #dfdfdf; */
  padding: 0;
  transition: all 0.5s ease;
}
.item-list-local:hover {
  transform: scale(1.05);
  z-index: 1;
  border-radius: 15px;
  -webkit-box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.32);
  -moz-box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.32);
  box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.32);
}
.item-list-local a {
  display: block;
  height: 100%;
}
.item-list-local .company-logo {
  position: relative;
  background-color: #ffffff;
  border-radius: 4px;
  display: block;
  padding: 5px;
  display: grid;
  grid-template-rows: 150px 1fr;
  height: 100%;
}
.item-list-local .company-logo:after {
  content: "";
  width: 2px;
  background-color: rgba(255, 255, 255, 0.6);
  position: absolute;
  top: 10px;
  bottom: 10px;
  right: -2px;
  display: none;
}
.item-list-local .company-logo:before {
  content: "";
  height: 2px;
  background-color: rgba(255, 255, 255, 0.6);
  position: absolute;
  left: 10px;
  bottom: -2px;
  right: 10px;
  display: none;
}
.item-list-local .company-logo:nth-child(5n):after {
  display: none;
}
.item-list-local .company-logo figure {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 150px;
  position: relative;
}
.item-list-local .company-logo img {
  margin: 0 auto;
  object-fit: contain;
  width: 90%;
  height: 90%;
}
.item-list-local .company-logo .data {
  position: relative;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #f4f4f4;
  padding: 15px;
  text-align: center;
  border-radius: 0 0 10px 10px;
  border: 1px solid #fff;
  margin: 5px;
  transition: all 0.35s ease;
}
.item-list-local .company-logo .company-name {
  text-transform: uppercase;
  margin: 0;
  padding-bottom: 5px;
  font-weight: bold;
}
.item-list-local .company-logo .ubicacion_local {
  text-transform: uppercase;
  font-weight: 300;
  margin-bottom: 0;
}
.item-list-local .company-logo .tag p {
  font-weight: 300;
  font-size: 13px;
  margin-bottom: 0;
  display: inline-block;
}
.item-list-local .company-logo .tag p::after {
  content: ",";
  display: inline-block;
  padding: 0 4px 0 0;
}
.item-list-local .company-logo .tag p:last-child::after {
  display: none;
  padding: 0;
}
.item-list-local .company-logo:hover .data {
  color: white;
  background-color: var(--bs-primary);
}
.item-list-local:nth-child(5n) .company-logo:after {
  display: none;
}

.filter-result-adheridos .item-list-local .company-logo img {
  height: 150px;
}
@media (max-width: 1199.98px) {
  .item-list-local:nth-child(5n) .company-logo:after {
    display: none;
    /*display: block;*/
  }
  .item-list-local:nth-child(4n) .company-logo:after {
    display: none;
  }
}
@media (max-width: 991.98px) {
  .item-list-local:nth-child(5n) .company-logo:after {
    display: none;
    /*display: block;*/
  }
  .item-list-local:nth-child(4n) .company-logo:after {
    display: none;
    /*display: block;*/
  }
  .item-list-local:nth-child(3n) .company-logo:after {
    display: none;
  }
}
@media (max-width: 767.98px) {
  .item-list-local:nth-child(5n) .company-logo:after {
    display: none;
    /*display: block;*/
  }
  .item-list-local:nth-child(4n) .company-logo:after {
    display: none;
    /*display: block;*/
  }
  .item-list-local:nth-child(3n) .company-logo:after {
    display: none;
    /*display: block;*/
  }
  .item-list-local:nth-child(2n) .company-logo:after {
    display: none;
  }
}
@media (max-width: 575.98px) {
  .item-list-local {
    width: 100%;
  }
  .item-list-local .company-logo:after {
    display: none;
  }
  .item-list-local .company-logo:before {
    display: none;
  }
}
.encomiendas, .boleterias {
  background-color: var(--bs-gris);
}
.encomiendas section.search, .boleterias section.search {
  width: 100%;
}
.encomiendas section.search form#formInput, .boleterias section.search form#formInput {
  width: 100%;
  border-right: none;
}
@media (max-width: 991.98px) {
  .encomiendas header section.search, .boleterias header section.search {
    width: 100%;
  }
  .encomiendas header section.search #formInput, .boleterias header section.search #formInput {
    width: 100%;
  }
}

.encomiendas header {
  background-position: 150px 50%;
  background-color: #e8a81d;
}
@media all and (max-width: 575px) {
  .encomiendas header {
    background-position: 0 50%;
  }
}

@media all and (max-width: 575px) {
  .filter-result-encomiendas {
    padding: 0 20px 20px 20px;
  }
}

.boleterias header {
  background-position: 150px 50%;
  background-color: #d54494;
}
@media all and (max-width: 767px) {
  .boleterias input {
    font-family: sans-serif !important;
  }
}
@media all and (max-width: 575px) {
  .boleterias header {
    background-position: 0 50%;
  }
}

@media all and (max-width: 575px) {
  .filter-result-boleterias {
    padding: 0 20px 20px 20px;
  }
}

.breadcrumb {
  font-size: 25px;
  padding: 7px 40px 7px 30px;
  align-items: center;
  z-index: 5;
  background: var(--bs-primary);
  /* border-bottom: 1px solid var(--bs-primary); */
  color: #FFF;
  width: fit-content;
  border-radius: 0 0 20px 0;
  position: absolute;
}
.breadcrumb i {
  color: white;
  font-size: 18px;
  margin-right: 10px;
  position: relative;
  top: 1px;
}
.breadcrumb a {
  color: white;
  display: block;
  height: 100%;
  width: 100%;
  transition: opacity 0.3s ease-in-out;
  opacity: 1;
}
.breadcrumb a:focus, .breadcrumb a:visited {
  color: white;
}
.breadcrumb a:hover {
  opacity: 0.85;
}
@media (max-width: 768px) {
  .breadcrumb {
    font-size: 12px;
  }
}

.single-local {
  padding-top: 110px;
  background: var(--bs-gris);
  /*background: var(--bs-gris) url(img/diagonal-bg-2.png) no-repeat scroll -200px 0;*/
  background-size: contain;
}
.single-local .breadcrumb {
  /*background: white;
  left: 0;
  color: var(--bs-primary);
  a{
  	color: var(--bs-primary);
  }*/
  margin-left: -15px;
}
.single-local header {
  background-color: var(--bs-gris);
}
.single-local .info-local {
  padding: 20px 60px;
}
.single-local .info-local .title-local {
  color: var(--bs-primary);
}
.single-local .info-local .title-local h1, .single-local .info-local .title-local .h1 {
  font-size: 2.5rem;
  margin-bottom: 5px;
}
.single-local .info-local .title-local p {
  font-size: 16px;
  text-transform: uppercase;
  margin-bottom: 5px;
}
.single-local .info-local .row-top {
  min-height: 303px;
  margin-bottom: 20px;
  background: white;
}
.single-local .info-local .logotipo {
  display: flex;
  align-items: center;
  justify-content: center;
  background: white;
}
.single-local .info-local .logotipo .logo {
  max-width: 100%;
  max-height: 200px;
  display: block;
  margin: 20px auto;
}
.single-local .info-local .logotipo p {
  text-align: center;
}
.single-local .info-local .data {
  /*background-color: $grey;*/
}
@media (max-width: 991.98px) {
  .single-local .info-local .data {
    border-left: none;
  }
}
.single-local .info-local .data .inn {
  padding: 20px;
  height: 100%;
  position: relative;
}
.single-local .info-local .data .inn dl {
  margin: 0;
}
.single-local .info-local .data .inn dl .info {
  border-bottom: 1px solid #ccc;
  padding-top: 10px;
}
.single-local .info-local .data .inn dl .info:last-child {
  border-bottom: none;
}
.single-local .info-local .data .inn dl .info i {
  float: left;
  font-size: 30px;
  margin: 10px 15px 0 0;
  width: 35px;
  color: var(--bs-primary);
  text-align: center;
}
.single-local .info-local .data .inn dl .info dd {
  font-size: 22px;
}
.single-local .info-local .beneficios {
  /*background-color: #e14674;*/
  background-color: #328daa;
  border: 1px solid white;
  /*border-radius: 15px 0 0 15px;*/
  color: white;
  display: flex;
  align-items: center;
  font-size: 24px;
  margin-bottom: 20px;
  min-height: 100px;
  padding: 20px 20px 20px 40px;
}
.single-local .info-local .beneficios span {
  font-size: 30px;
  line-height: 30px;
  padding-right: 20px;
}
.single-local .info-local .beneficios p {
  font-size: 20px;
  margin: 0;
}
.single-local .info-local .tax, .single-local .info-local .check-obsequio {
  background-color: #e14674;
  border: 1px solid white;
  /*border-radius: 15px 0 0 15px;*/
  margin-bottom: 20px;
  padding: 20px 20px 20px 40px;
}
.single-local .info-local .tax.border-l, .single-local .info-local .check-obsequio.border-l {
  border-left: 20px solid #ffffff;
}
.single-local .info-local .tax a, .single-local .info-local .check-obsequio a {
  display: block;
  height: 100%;
  width: 100%;
  background: rgba(255, 255, 255, 0);
  transition: background 0.5s ease;
  padding: 3px;
}
.single-local .info-local .tax a:hover, .single-local .info-local .check-obsequio a:hover {
  background: rgba(255, 255, 255, 0.2);
}
.single-local .info-local .tax span, .single-local .info-local .check-obsequio span {
  font-size: 20px;
  line-height: 20px;
  font-weight: normal;
  text-transform: uppercase;
  color: #ffffff;
}
@media (max-width: 575.98px) {
  .single-local .info-local {
    padding: 0 20px 20px 20px;
  }
  .single-local .info-local.top {
    padding-top: 50px;
  }
  .single-local .info-local .data .inn {
    padding: 0;
  }
  .single-local .info-local .data .inn dl .info dd {
    font-size: 18px;
    padding-left: 45px;
    word-break: break-all;
    line-height: 21px;
  }
  .single-local .info-local .data .inn dl .info i {
    margin: 10px 10px 0 0;
  }
  .single-local .info-local .beneficios {
    padding: 20px;
    display: block;
  }
  .single-local .info-local .beneficios span {
    margin-bottom: 20px;
    display: block;
  }
  .single-local .info-local .beneficios p {
    font-size: 18px;
  }
  .single-local .info-local .check-obsequio {
    padding: 20px;
    display: block;
  }
  .single-local .info-local .check-obsequio span {
    font-size: 18px;
  }
}
.single-local #pin.show {
  opacity: 1;
}
.single-local #pin {
  position: absolute;
  width: 69px;
  height: 81px;
  display: block;
  background: transparent url(img/pin.png) no-repeat scroll 50% 50%;
  top: 0;
  opacity: 0;
  transition: opacity 0.5s ease;
}
.single-local #pin .pin-logo {
  width: 69px;
  height: 69px;
  background-size: 90%;
  background-repeat: no-repeat;
  background-position: 50%;
  border-radius: 50%;
}
.single-local #map {
  position: relative;
  border: 10px solid white;
}
.single-local #map img {
  width: 100%;
  display: block;
}

.lds-ring {
  display: inline-block;
  position: relative;
  top: 50%;
  left: 50%;
  margin-left: -40px;
  width: 80px;
  height: 80px;
  opacity: 0.7;
}

.lds-ring div {
  box-sizing: border-box;
  display: block;
  position: absolute;
  width: 64px;
  height: 64px;
  margin: 8px;
  border: 8px solid #fed;
  border-radius: 50%;
  animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  border-color: var(--bs-secondary) transparent transparent transparent;
}

.lds-ring div:nth-child(1) {
  animation-delay: -0.45s;
}

.lds-ring div:nth-child(2) {
  animation-delay: -0.3s;
}

.lds-ring div:nth-child(3) {
  animation-delay: -0.15s;
}

@keyframes lds-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
#top-horarios {
  padding: 30px;
  position: relative;
  margin: 30px auto;
  background: white;
  border-radius: 10px;
}
@media (max-width: 767.98px) {
  #top-horarios {
    padding: 15px;
  }
}
#top-horarios .row-box {
  width: 100%;
}
#top-horarios .nav {
  border-right: 2px solid var(--bs-primary);
  padding-right: 0;
}
#top-horarios .nav button.nav-link {
  text-transform: uppercase;
  padding: 0 30px;
  height: 80px;
  border-radius: 0;
  width: 100%;
}
#top-horarios label {
  text-transform: uppercase;
  font-size: 16px;
  font-weight: bold;
  color: var(--bs-secondary);
}
#top-horarios #btn-swap {
  display: block;
  text-align: center;
  margin-top: 10px;
  width: 10%;
  float: left;
}
#top-horarios #origen, #top-horarios #destino {
  font-size: 20px;
}
#top-horarios .dropdown-menu {
  font-size: 14px;
}
#top-horarios .scrollbar-outer {
  max-height: 400px;
  overflow-y: auto;
}
#top-horarios .form-control {
  border: none;
  border-bottom: 1px solid var(--bs-primary);
  border-radius: inherit;
  height: 40px;
  box-shadow: none;
}
#top-horarios .empresa-filter {
  list-style: none;
  padding: 0;
  margin: 0;
  height: 100%;
  display: block;
}
#top-horarios .empresa-filter li.select {
  display: inline-block;
  width: 33%;
  /*border-bottom: 1px solid var(--bs-primary);*/
  /*background-color: rgb(230,230,230);*/
}
@media all and (max-width: 850px) {
  #top-horarios .empresa-filter li.select {
    width: 100%;
  }
}
#top-horarios .empresa-filter li.select a.dropdown-toggle {
  display: block;
  padding: 15px;
  font-size: 14px;
  font-weight: bold !important;
  text-transform: uppercase;
  height: 100%;
  background-color: white;
  transition: background-color 0.5 ease;
  text-decoration: none;
  font-weight: normal;
  background-color: rgb(250, 250, 250);
  position: relative;
}
#top-horarios .empresa-filter li.select a.dropdown-toggle:hover {
  background-color: var(--bs-gris);
}
#top-horarios .empresa-filter li.select a.dropdown-toggle:after {
  top: 26px;
  right: 20px;
  position: absolute;
}
#top-horarios .empresa-filter li.select .dropdown-menu {
  font-size: 16px;
  max-height: 400px;
  font-weight: normal;
  overflow-y: auto;
  padding: 10px;
}
@media (max-width: 767.98px) {
  #top-horarios .empresa-filter {
    padding-top: 40px;
    padding-bottom: 10px;
  }
}
#top-horarios .selectores {
  width: 100%;
}
#top-horarios .origen-destino {
  width: 100%;
  margin-right: 0;
  float: left;
  padding-bottom: 20px;
}
#top-horarios .origen-destino .group.dropdown {
  width: 45%;
  float: left;
}
@media all and (max-width: 767px) {
  #top-horarios .origen-destino .group.dropdown {
    width: 100%;
    float: none;
  }
  #top-horarios .origen-destino #btn-swap {
    float: none;
    margin: 15px auto;
  }
  #top-horarios .origen-destino input {
    font-family: sans-serif !important;
  }
}
@media (max-width: 767.98px) {
  #top-horarios .selectores {
    width: 100%;
  }
  #top-horarios .origen-destino {
    width: 100%;
    margin-right: 0;
    float: none;
  }
}

.featured-banner {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 200px;
  background: orange;
  margin-bottom: 30px;
}

.secondary-banner {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 200px;
  background-color: var(--bs-gris);
}

.horarios {
  background-color: var(--bs-gris);
  padding-bottom: 30px;
}
.horarios .no-results {
  color: black;
}
.horarios .alert {
  margin-bottom: 0;
}
.horarios .hidden {
  display: none;
}
.horarios header {
  background: #4fb4c4 url(https://www.trescruces.com.uy/wp-content/uploads/2023/11/TC-BANNER-TERMINAL-HORARIOS.png) repeat-x scroll 50% 0;
  background-size: cover;
  /*background: url(img/bg-horarios.jpg) no-repeat scroll 50% 50%;*/
}
.horarios header h1, .horarios header .h1 {
  font-size: 2rem;
}
.horarios header #banner {
  position: relative;
  margin: 0 auto;
  padding: 0;
  width: 1000px;
  top: -12px;
}
.horarios header #banner img {
  display: block;
  width: 100%;
  height: 100%;
}
@media all and (max-width: 1069px) {
  .horarios header #banner {
    width: 100%;
  }
}
.horarios header:before {
  opacity: 0.35;
}
.horarios .scrollx {
  margin-top: 10px;
  overflow-x: auto;
  border: 50px solid white;
  border-bottom: 30px solid white;
  border-top: 30px solid white;
  border-radius: 10px;
}
@media (max-width: 767.98px) {
  .horarios .scrollx {
    border: 20px solid white;
  }
}
.horarios table {
  margin-bottom: 0;
  background: white;
}
.horarios table tr.horarios_li {
  cursor: pointer;
  background: white;
  transition: background 0.3s ease;
}
.horarios table tr.horarios_li:hover {
  background: var(--bs-gris);
}
.horarios table tr.active td {
  background-color: #dfdfdf;
}
.horarios table th {
  background-color: white;
  text-transform: uppercase;
  color: var(--bs-secondary);
}
.horarios table th.moreinfo {
  width: 145px;
}
.horarios table td.moreinfo .btn {
  width: 130px;
}
.horarios .col.list {
  padding-top: 15px;
  padding-bottom: 15px;
}
.horarios .tips {
  padding-top: 30px;
}
.horarios .tips .row {
  position: relative;
}
.horarios .tips .row #galery {
  max-width: inherit;
}
.horarios .tips .viewmore {
  padding: 10px;
  font-size: 18px;
  position: absolute;
  top: 0;
  right: 25px;
  font-family: "NewTransport";
  font-weight: 500;
  color: white;
  opacity: 0.85;
  transition: opacity 0.5s ease;
}
.horarios .tips .viewmore:hover {
  opacity: 1;
}
.horarios .row-buttons {
  display: flex;
  justify-content: center;
}
.horarios .row-buttons .paginator {
  margin-top: 0px;
  margin-bottom: 20px;
}
.horarios .row-buttons .paginator .pagination {
  display: inline-block;
  padding: 10px;
  margin: 0 auto;
  background-color: white;
  position: relative;
  top: -16px;
  border-radius: 0 0 8px 8px;
}
.horarios .row-buttons .paginator .pagination li {
  border: none;
  margin: 0 3px;
  display: inline-block;
  border-radius: 50%;
}
.horarios .row-buttons .paginator .pagination li.active {
  background-color: var(--bs-primary);
  color: white;
}
.horarios .row-buttons .paginator .pagination li.active:hover {
  background-color: var(--bs-primary);
}
.horarios .row-buttons .paginator .pagination li:hover {
  background-color: var(--bs-gris);
}
.horarios .row-buttons .paginator .pagination li.disabled {
  background-color: white;
}
.horarios .row-buttons .paginator .pagination li.disabled:hover {
  background-color: white;
}
.horarios .row-buttons .paginator .pagination li span, .horarios .row-buttons .paginator .pagination li a {
  border: none;
  width: 30px;
  height: 30px;
  display: flex;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
}
.horarios .btn-group {
  padding: 15px;
  background-color: white;
  border-radius: 8px;
}
.horarios .btn-group a {
  font-size: 14px;
  background-color: white;
  border: none;
  border-left: 1px solid var(--bs-primary);
  display: block;
  transition: background-color 0.4s ease;
  padding: 10px;
  text-transform: uppercase;
  font-weight: bold;
}
.horarios .btn-group a:first-child {
  border: none;
}
.horarios .btn-group a:hover {
  background-color: var(--bs-primary);
  color: white;
}
.horarios .btn-group a i {
  margin-right: 5px;
}
@media (max-width: 767.98px) {
  .horarios .btn-group {
    display: block;
  }
  .horarios .btn-group a {
    width: 100%;
    border: none;
    border-top: 1px solid var(--bs-primary);
  }
}
.horarios .bigpadd {
  padding: 15px 24px;
}
@media all and (max-width: 305px) {
  .horarios .bigpadd {
    padding: 15px;
  }
}

.no-results {
  text-transform: uppercase;
  text-align: center;
  padding: 20px;
}

@media all and (max-width: 391px) {
  .horarios header {
    padding-bottom: 80px;
  }
}
#modal_horarios_costo .modal-content {
  border-radius: 10px;
  overflow: hidden;
}
#modal_horarios_costo .inn {
  padding: 0 10px;
}
#modal_horarios_costo .modal-title {
  font-size: 24px;
}
#modal_horarios_costo .modal-header {
  border-bottom: none;
  padding: 1rem 1.5rem;
}
#modal_horarios_costo .modal-body {
  padding: 1.5rem;
  padding-top: 0;
}
#modal_horarios_costo .modal-header, #modal_horarios_costo .modal-body {
  background: #f5f5f5;
}
#modal_horarios_costo .trip, #modal_horarios_costo .company {
  background: white;
  border-radius: 0 0 12px 12px;
  padding: 10px 20px 0 20px;
}
#modal_horarios_costo .company {
  border-radius: 0 0 12px 12px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 5px 20px;
  padding-bottom: 10px;
}
@media all and (max-width: 767px) {
  #modal_horarios_costo .company {
    grid-template-columns: 1fr;
  }
}
#modal_horarios_costo .trip {
  border-radius: 0;
  padding-bottom: 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 5px 20px;
}
@media all and (max-width: 767px) {
  #modal_horarios_costo .trip {
    grid-template-columns: 1fr;
  }
}
#modal_horarios_costo dl {
  border-bottom: none;
  font-weight: normal;
}
#modal_horarios_costo dl dd {
  font-weight: normal;
  margin-bottom: 0;
}
#modal_horarios_costo dl#price_info {
  font-size: 14px;
}
#modal_horarios_costo .alert {
  font-weight: normal;
  padding: 15px;
  font-size: 14px;
  margin-bottom: 15px;
  border-radius: 0 0 12px 12px;
  border: none;
}
#modal_horarios_costo #btn_share_wap {
  margin-top: 15px;
  font-size: 14px;
  text-transform: uppercase;
}
#modal_horarios_costo .cabezal {
  background: #4fb4c4 url(https://www.trescruces.com.uy/wp-content/uploads/2023/11/TC-BANNER-TERMINAL-HORARIOS.png) repeat-x scroll 50% 100%;
  color: white;
  text-align: center;
  font-weight: bold;
  font-size: 18px;
  text-transform: uppercase;
  border-radius: 12px 12px 0 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  min-height: 40px;
}
#modal_horarios_costo .cabezal img {
  height: 70px;
  margin: 2px;
  border-radius: 6px;
}
#modal_horarios_costo .cabezal small, #modal_horarios_costo .cabezal .small {
  padding-right: 10px;
  text-transform: none;
  position: relative;
  top: 2px;
}
#modal_horarios_costo .cabezal#empresa {
  background-position: 50% 50%;
}

.tips {
  background-color: var(--bs-gris);
}
.tips.moda header {
  background-image: url(img/cabezal-moda.png) !important;
  background-repeat: no-repeat;
  background-color: #edb2b3;
}
.tips .list {
  padding-top: 10px;
  padding-bottom: 10px;
}
.tips .list .tip {
  margin-top: 10px;
  margin-bottom: 10px;
}
.tips #galery {
  width: 80%;
  margin: 0 auto;
  max-width: inherit;
}
.tips #galery article {
  width: 30%;
  margin-top: 0;
  margin-bottom: 20px;
  /*break-inside: avoid;
  page-break-inside: avoid;
           -webkit-column-break-inside: avoid; /* Chrome, Safari, Opera */
}
@media all and (max-width: 1330px) {
  .tips #galery article {
    width: 47%;
  }
}
@media all and (max-width: 900px) {
  .tips #galery article {
    width: 97%;
  }
}
@media (max-width: 575.98px) {
  .tips #galery {
    width: 90%;
  }
  .tips #galery article {
    width: 100%;
    left: 0 !important;
  }
  .tips #galery article a {
    min-height: 200px;
  }
}
.tips .ratio span {
  position: absolute;
  display: inline-block;
  top: 0;
  left: 0;
  background: var(--bs-secondary);
  color: white;
  font-size: 16px;
  text-transform: uppercase;
  padding: 5px 10px;
  width: auto;
  height: auto;
  border-radius: 0 0 6px 0;
  z-index: 2;
}
.tips section.container-fluid, .tips section.container-sm, .tips section.container-md, .tips section.container-lg, .tips section.container-xl, .tips section.container-xxl {
  padding-top: 10px;
}

.single header.interna {
  height: auto;
}
.single header.interna img {
  display: block;
  width: 100%;
  height: auto;
}
.single header.interna h1, .single header.interna .h1 {
  display: block;
  text-align: center;
  position: relative;
  background: none;
}
@media (max-width: 575.98px) {
  .single header.interna .content {
    padding-top: 70px;
    padding-bottom: 30px;
  }
}
.single .content {
  /*padding-top: 80px;*/
  padding-bottom: 80px;
}
.single .content p {
  font-size: 1.2rem;
  font-weight: normal;
}
@media (max-width: 575.98px) {
  .single .content {
    padding-top: 0;
    padding-bottom: 30px;
  }
}
.single .content img {
  max-width: 100%;
  height: auto;
}
.single.post header {
  /*background: url(img/bg_posts.jpg) no-repeat scroll 50% 50%;*/
  background: #f8f8f8;
  background-size: cover;
}
.single .date {
  font-weight: normal;
  font-size: 14px;
  border-bottom: 1px solid #dfdfdf;
  padding-bottom: 5px;
  margin-bottom: 30px;
}

.share-btns {
  display: flex;
  align-items: center;
  padding: 15px;
  position: relative;
  border-bottom: 1px solid #dfdfdf;
  background: #f8f8f8;
  border-radius: 0 0 20px 20px;
  margin-bottom: 15px;
  width: 344px;
}
@media all and (max-width: 315px) {
  .share-btns {
    display: block;
    width: inherit;
  }
}

.twitter-share-button, .whatsapp-share-button, .fb-share-button {
  position: relative;
  /* height: 20px; */
  box-sizing: border-box;
  padding: 7px 10px 5px 10px;
  background-color: #1b95e0;
  color: #fff;
  border-radius: 3px;
  font-weight: 500;
  cursor: pointer;
  font-size: 16px;
  display: inline-block;
  line-height: 20px;
  position: relative;
  top: -2px;
  margin-left: 5px;
}
.twitter-share-button:focus, .whatsapp-share-button:focus, .fb-share-button:focus {
  color: white;
}
.twitter-share-button:visited, .whatsapp-share-button:visited, .fb-share-button:visited {
  color: white;
}
@media all and (max-width: 575px) {
  .twitter-share-button, .whatsapp-share-button, .fb-share-button {
    font-size: 14px;
  }
}
@media all and (max-width: 315px) {
  .twitter-share-button, .whatsapp-share-button, .fb-share-button {
    display: block;
    margin-bottom: 10px;
    text-align: center;
  }
  .twitter-share-button i, .whatsapp-share-button i, .fb-share-button i {
    margin-right: 8px;
  }
}

.fb-share-button {
  background-color: #4267B2;
}

.whatsapp-share-button {
  background-color: #25D366;
}

.fb-share-button:hover,
.twitter-share-button:hover,
.whatsapp-share-button:hover {
  color: #ffffff;
  text-decoration: none;
}

.twitter-share-button .fa-twitter,
.fb-share-button .fa-facebook,
.whatsapp-share-button .fa-whatsapp {
  font-size: 14px;
  margin-right: 3px;
}

@media all and (max-width: 575px) {
  .share-btns {
    top: -12px;
  }
}
.revista {
  background-color: var(--bs-gris);
}
.revista header {
  height: 150px;
  background-color: #fde2eb;
  background-position: 150px 50%;
}
.revista header h1, .revista header .h1 {
  background-color: var(--bs-secondary);
  color: var(--bs-gris);
}
.revista .alert {
  margin-bottom: 0;
  background: white;
}
.revista .alert .btn {
  text-transform: uppercase;
  margin-left: 5px;
}
.revista .alert .btn:visited, .revista .alert .btn:focus {
  color: white;
}
.revista #featured-magazine {
  background-color: var(--bs-secondary);
}
.revista #featured-magazine .featured {
  width: 980px;
  margin-top: 30px;
  margin-bottom: 30px;
  padding: 0;
  background-color: var(--bs-secondary);
}
.revista #featured-magazine .featured .cover {
  background-size: cover;
  background-position: 50% 50%;
  float: left;
}
.revista #featured-magazine .featured .cover img {
  display: block;
  height: auto;
  width: 310px;
}
@media (max-width: 991.98px) {
  .revista #featured-magazine .featured .cover img {
    width: 100%;
  }
}
@media (max-width: 991.98px) {
  .revista #featured-magazine .featured {
    width: 480px;
  }
  .revista #featured-magazine .featured .cover {
    float: none;
  }
}
@media (max-width: 575.98px) {
  .revista #featured-magazine .featured {
    width: calc(100% - 30px);
  }
}
.revista #featured-magazine .featured .description {
  padding-left: 310px;
}
@media (max-width: 991.98px) {
  .revista #featured-magazine .featured .description {
    padding-left: 0;
    clear: both;
  }
}
.revista #featured-magazine .featured .description h2, .revista #featured-magazine .featured .description .h2, .revista #featured-magazine .featured .description h1, .revista #featured-magazine .featured .description .h1 {
  font-size: 2.5rem;
  text-transform: uppercase;
}
.revista #featured-magazine .featured .description .mg-desc {
  font-size: 18px;
  text-transform: uppercase;
}
.revista #featured-magazine .featured .description .inn {
  padding: 60px;
  color: white;
}
@media (max-width: 575.98px) {
  .revista #featured-magazine .featured .description .inn {
    padding: 20px;
  }
}
.revista #featured-magazine .featured .description .btns {
  padding-top: 14px;
  display: block;
}
.revista #featured-magazine .featured .description .btns .btn {
  display: inline-block;
  height: auto;
  text-align: center;
  margin-right: 10px;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 16px;
}
.revista #featured-magazine .featured .description .btns .btn:last-child {
  margin-right: 0;
}
.revista #featured-magazine .featured .description .btns .btn:hover {
  background-color: rgba(255, 255, 255, 0.3);
  color: white;
}
.revista #featured-magazine .featured .description .btns .btn:focus, .revista #featured-magazine .featured .description .btns .btn:visited {
  color: white;
}
.revista #featured-magazine .featured .description .btns .btn img {
  height: 45px;
}
@media (max-width: 991.98px) {
  .revista #featured-magazine .featured .description .btns .btn {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }
  .revista #featured-magazine .featured .description .btns .btn:last-child {
    margin-bottom: 0;
  }
}
.revista .last-magazines {
  padding: 50px;
}
@media (max-width: 575.98px) {
  .revista .last-magazines {
    padding: 20px;
  }
}
.revista .last-magazines .cover {
  margin-bottom: 30px;
}
.revista .last-magazines .cover img.img-fluid {
  width: 100%;
  object-fit: cover;
  object-position: center top;
  height: 100%;
}
.revista .last-magazines .cover im.eye {
  display: block;
}
.revista .last-magazines .cover a {
  display: block;
}
.revista .last-magazines .cover a:hover {
  background-color: rgba(255, 255, 255, 0.3) !important;
}
.revista .last-magazines .cover .r-promo-title {
  background-color: rgba(221, 4, 124, 0.9);
  transform: translateY(20px);
  padding-bottom: 40px;
  color: white;
}
.revista .last-magazines .cover .r-promo-title:before {
  border-bottom: 20px solid rgba(221, 4, 124, 0.9);
}
.revista .last-magazines .cover:hover .r-promo-title {
  transform: translateY(0);
  background-color: rgba(221, 4, 124, 0.9);
}
.revista .last-magazines .cover:hover .r-promo-title:before {
  border-bottom: 20px solid rgba(221, 4, 124, 0.9);
}
.revista .subtitle {
  color: var(--bs-secondary);
  background: white;
  padding: 8px 0 14px 0;
}
.revista header {
  height: 180px;
  background-position: 0 0;
}

#galery {
  width: 80%;
  margin: 1rem auto;
  max-width: inherit;
}
#galery .cover {
  width: 23%;
  margin-top: 0;
  margin-bottom: 20px;
  display: block;
  /*break-inside: avoid;
  page-break-inside: avoid;
        -webkit-column-break-inside: avoid; /* Chrome, Safari, Opera */
}
@media all and (max-width: 1330px) {
  #galery .cover {
    width: 31%;
  }
}
@media all and (max-width: 900px) {
  #galery .cover {
    width: 47%;
  }
}
@media all and (max-width: 600px) {
  #galery .cover {
    width: 100%;
  }
}

#magazine_secciones {
  padding-top: 60px;
}

@media all and (max-width: 600px) {
  .revista #galery {
    width: 90%;
  }
}
@media (max-width: 575.98px) {
  .revista #galery {
    width: 95%;
  }
}
.modal-title {
  font-size: 30px;
  text-transform: uppercase;
  color: var(--bs-secondary);
  font-weight: bold;
}

.modal dl {
  border-bottom: 1px solid var(--bs-gris);
  margin-bottom: 0.5rem;
}
.modal dl dt {
  text-transform: uppercase;
  color: var(--bs-secondary);
}
.modal .alert {
  margin-bottom: 0.5rem;
}

#news_suscription .modal-dialog {
  background-color: #fff;
  box-shadow: none;
  border: none;
  padding: 50px;
}
#news_suscription .modal-dialog h2, #news_suscription .modal-dialog .h2 {
  font-size: 26px;
  color: #172982;
  display: block;
  text-align: center;
}
#news_suscription .modal-dialog .modal-header {
  position: absolute;
  z-index: 1;
}
#news_suscription .modal-dialog button.close {
  border: none;
  background: none;
}
#news_suscription .modal-dialog p {
  padding: 20px 0 30px 0;
}
#news_suscription .modal-dialog .modal-header {
  padding: 0;
  height: 0;
}
#news_suscription .modal-dialog .modal-content, #news_suscription .modal-dialog .modal-header {
  box-shadow: none;
  border: none;
}
#news_suscription .modal-dialog form .btn {
  font-size: 18px;
  width: 100%;
  display: block;
  background-color: #b9007c;
  color: #fff;
  transition: background-color 0.5s ease;
  margin-top: 30px;
}

.wrapall {
  width: 100%;
}

.page-error-404 {
  background: url(img/error404-desktop.jpg) no-repeat scroll 0 50%;
  background-size: contain;
}
.page-error-404 .wrapall {
  width: 100%;
  height: 100%;
  position: fixed;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  background: rgba(255, 255, 255, 0.2);
}
.page-error-404 .wrapall p {
  color: var(--bs-secondary);
  font-size: 26px;
  text-transform: uppercase;
}
.page-error-404 .wrapall p .btn {
  text-transform: uppercase;
  font-weight: bold;
  padding-bottom: 10px;
}
.page-error-404 .wrapall .inn {
  width: 60%;
}
@media (max-width: 767.98px) {
  .page-error-404 {
    background: url(img/error404-mobile.jpg) no-repeat scroll 0 50%;
    background-size: contain;
  }
  .page-error-404 .wrapall {
    background: rgba(255, 255, 255, 0.4);
  }
  .page-error-404 .wrapall p {
    font-size: 20px;
  }
  .page-error-404 .wrapall .inn {
    width: 70%;
  }
}

formulario-factura #form_factura .form-group {
  margin-bottom: 15px;
}
formulario-factura #form_factura .form-group label {
  width: 100%;
  font-size: 14px;
}
formulario-factura #form_factura select, formulario-factura #form_factura input {
  width: 100%;
  padding: 10px;
}
formulario-factura #form_factura input[type=submit] {
  width: 100px;
  background: #ba007c;
  color: #fff;
  border: none;
  padding: 10px 30px;
}
formulario-factura .msg_error, formulario-factura #msg_error {
  background: #f1cccf;
  padding: 30px;
  text-align: center;
  border: 1px solid #e399a0;
  margin: 10px 0;
}

#tufactura {
  background-color: var(--bs-gris);
}
#tufactura header {
  background-size: cover;
}

main#home {
  min-height: auto;
}

.top-cartelera {
  margin-top: 30px;
}
.top-cartelera hr {
  height: 0;
  border: none;
  border-top: 2px solid #ffb71b;
  opacity: 1;
  background: none;
}

/* Fin */
#cartelera {
  background-color: #bfbfbf;
  padding-top: 30px;
  padding-bottom: 30px;
  padding-left: 50px;
  padding-right: 50px;
  position: relative;
}
#cartelera .films {
  width: 90%;
  margin: 0 5%;
}
@media all and (max-width: 1600px) {
  #cartelera .films {
    width: 100%;
    margin: 0;
  }
}
#cartelera .film-item {
  display: flex;
  align-items: center;
  justify-content: center;
}
#cartelera .film-item .pelicula {
  background-color: white;
  border: 1px solid white;
  width: 216px;
}
#cartelera .film-item .pelicula figure {
  position: relative;
  width: 216px;
  margin: 0;
}
#cartelera .film-item .pelicula figure img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  display: block;
}
#cartelera .film-item .pelicula figure .estreno {
  text-align: center;
  color: white;
  background: #ff0000;
  text-transform: uppercase;
  font-size: 24px;
  line-height: 36px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
#cartelera .film-item .pelicula .title {
  height: 70px;
  font-size: 18px;
  color: #015786;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 10px;
  text-transform: uppercase;
}
#cartelera .film-item .pelicula .title p {
  margin-bottom: 0;
}
#cartelera .nav-slider {
  position: absolute;
  top: 50%;
  margin-top: -23px;
}
#cartelera .nav-slider:hover {
  opacity: 1;
}
#cartelera .nav-slider span {
  width: 22px;
  height: 47px;
  display: block;
}
#cartelera .nav-slider.navleftpeli span {
  background: transparent url(img/nuevahome/slider--prev.png) repeat-y scroll 0 0;
  cursor: pointer;
  background-size: contain;
  background-repeat: no-repeat;
}
#cartelera .nav-slider.navrightpeli span {
  background: transparent url(img/nuevahome/slider--next.png) repeat-y scroll 0 0;
  cursor: pointer;
  background-size: contain;
  background-repeat: no-repeat;
}
#cartelera .nav-slider.navleftpeli {
  left: 20px;
}
#cartelera .nav-slider.navrightpeli {
  right: 20px;
}
#cartelera .nav-slider.navrightpeli span {
  float: right;
}

#home-contact.general {
  padding-top: 0;
}
#home-contact h3, #home-contact .h3 {
  text-transform: uppercase;
}
#home-contact #newsletter input {
  background-color: #eaeaea;
  border: 1px solid #282828;
  border-radius: 8px;
  display: block;
  font-size: 16px;
}
#home-contact #newsletter .btn {
  background: #000 url(img/btn_newsletter.png) no-repeat scroll 50% 50%;
  height: 64px;
  width: 64px;
  text-indent: -99999em;
  overflow: hidden;
  border-radius: 50%;
  opacity: 1;
  transition: opacity 0.5s ease;
  position: relative;
  top: -12px;
}
#home-contact #newsletter .btn:hover {
  opacity: 0.85;
}
@media all and (max-width: 767px) {
  #home-contact #newsletter .btn {
    margin-top: 10px;
  }
}
#home-contact #redes {
  padding-top: 40px;
}
#home-contact #redes h3, #home-contact #redes .h3 {
  display: inline-block;
  text-transform: uppercase;
  margin-right: 30px;
}
#home-contact #redes ul.menu-social {
  width: auto;
  position: relative;
  top: 1px;
  display: inline-block;
}
#home-contact #redes ul.menu-social a {
  color: black;
}
#home-contact #footer-data {
  background-color: black;
  color: white;
}
#home-contact #footer-data .container {
  padding-top: 30px;
  padding-bottom: 30px;
}
#home-contact #footer-data .container .title {
  color: white;
}
#home-contact #footer-data .container p {
  font-weight: normal;
  font-size: 20px;
  padding-right: 40px;
}
#home-contact #footer-data .container p i {
  margin-right: 12px;
  font-size: 36px;
  position: relative;
  top: 4px;
}
#home-contact #footer-data .container p a {
  color: white;
  font-weight: bold;
}
#home-contact #footer-data .container p img {
  height: 40px;
  width: auto;
  margin-right: 12px;
  float: left;
}
#home-contact #footer-data .container p img#icohour {
  margin-bottom: 40px;
}
@media all and (max-width: 600px) {
  #home-contact #footer-data .container p {
    font-size: 14px;
  }
}
#home-contact #footer-data .container .col-lg-6 {
  padding-top: 10px;
  padding-bottom: 10px;
}
#home-contact #footer-data .qr {
  max-width: 160px;
  float: right;
}
@media all and (max-width: 991px) {
  #home-contact #footer-data .qr {
    float: none;
    margin-top: 30px;
  }
}

#contacto header {
  background-size: cover;
  background-position: 80% 0;
}
#contacto header h1, #contacto header .h1 {
  background: white;
}
#contacto .datos {
  display: grid;
  grid-template-columns: 1fr 1fr 0 1fr 1fr 0 160px;
  gap: 35px;
  width: 100%;
  margin: 0 auto;
  padding: 0 15px;
}
#contacto .datos .title {
  text-align: right;
}
@media all and (max-width: 1590px) {
  #contacto .datos {
    width: 100%;
  }
}
@media all and (max-width: 1310px) {
  #contacto .datos {
    width: 100%;
    gap: 30px;
  }
}
@media all and (max-width: 1210px) {
  #contacto .datos {
    width: 100%;
    padding: 0 15px;
    grid-template-columns: 100%;
    gap: 20px;
  }
  #contacto .datos div {
    text-align: left;
  }
  #contacto .datos div.espacio {
    height: 0;
  }
  #contacto .datos div.title {
    text-align: left;
  }
}
#contacto .datos .item {
  font-weight: normal;
  font-size: 14px;
}
#contacto .datos .item.fw-bold {
  font-size: 24px;
}
#contacto .datos .item.whatsapp .title {
  text-align: left;
  padding-bottom: 15px;
}
#contacto .qr {
  max-width: 160px;
}
@media all and (max-width: 1200px) {
  #contacto .qr {
    float: none;
    margin-bottom: 30px;
  }
}

#terminal {
  padding-bottom: 30px;
}
#terminal .r-boton-imagen {
  width: 180px;
  height: 180px;
  overflow: hidden;
}
#terminal header {
  background-size: cover;
  background-position: 90% 50%;
}
#terminal .circularboxes {
  background: white;
  margin-top: 50px;
  margin-bottom: 50px;
  border-radius: 20px;
}
#terminal .circularboxes .box {
  background-color: white;
}
#terminal .circularboxes .row {
  padding-top: 40px;
  justify-content: space-around;
}
#terminal #banner {
  margin: 0 auto;
  padding: 0;
  width: 1000px;
}
#terminal #banner img {
  display: block;
  width: 100%;
  height: 100%;
}
@media all and (max-width: 1069px) {
  #terminal #banner {
    width: 100%;
  }
}
.circularboxes .box {
  width: 140px;
  height: 140px;
  margin-bottom: 20px;
  margin: 0 auto 25px auto;
  transition: all 0.3s ease-out;
  transform: scale(0.9);
  background-color: white;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 0 15px 5px rgba(0, 0, 0, 0.05);
}
.circularboxes .box:hover {
  transform: scale(1);
  /*-webkit-box-shadow: 6px 6px 15px 5px rgba(0,0,0,0.04);
  box-shadow: 6px 6px 15px 5px rgba(0,0,0,0.04);*/
}
.circularboxes a {
  border-radius: 10px;
  padding: 0 0 20px 0;
  display: block;
  margin-bottom: 20px;
}
.circularboxes a h3, .circularboxes a .h3 {
  font-size: 16px;
  text-align: center;
  text-transform: uppercase;
  color: var(--bs-primary);
}
.circularboxes .row {
  justify-content: space-between;
}

.s-promocion.row {
  position: relative;
}
.s-promocion.row .col-decoration {
  width: 268px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-size: cover;
  padding: 0;
}
.s-promocion.row .col-decoration img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
@media all and (max-width: 1100px) {
  .s-promocion.row .col-decoration {
    display: none;
  }
}

#promociones header {
  background-size: cover;
  background-position: 70% 0;
}
#promociones .promobox img {
  width: 100%;
  height: auto;
  display: block;
  margin-bottom: 60px;
}
@media all and (min-width: 1921px) {
  #promociones .r-page-container {
    max-width: 1900px;
    margin: 0 auto;
  }
}

.r-single-promo-container img {
  width: 100%;
  height: auto;
  display: block;
}
.r-single-promo-container picture img {
  width: 100%;
  height: auto;
}

section.search {
  width: 100%;
  float: right;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  width: 100%;
  padding: 30px 60px;
  position: relative;
}
section.search .btn-expand i {
  top: 4px !important;
}
@media all and (max-width: 1199px) {
  section.search {
    flex-wrap: wrap;
    display: block;
    padding: 0;
  }
}
section.search #formInput {
  float: left;
  width: calc(100% - 720px);
  position: relative;
  background: #e9ecef;
  border-right: 1px solid #cccccc;
}
@media all and (max-width: 1199px) {
  section.search #formInput {
    overflow: unset;
    padding: 0;
  }
}
section.search #formInput .s-box {
  background: rgba(255, 255, 255, 0.1);
  padding: 0 10px;
  color: #212529;
}
@media all and (max-width: 1199px) {
  section.search #formInput .s-box {
    height: 70px;
    align-items: center;
    position: relative;
  }
}
section.search #formInput .s-box i.fas {
  display: inline-block;
  margin-right: 10px;
  color: white;
  font-size: 24px;
  color: #212529;
}
section.search #formInput .s-box input {
  width: calc(100% - 40px);
  height: 70px;
  line-height: 70px;
  border: none;
  background: none;
  color: #212529;
  font-size: 22px;
}
@media all and (max-width: 1199px) {
  section.search #formInput .s-box input {
    display: inline-block;
    height: unset !important;
    padding: 0 !important;
    margin: 0 !important;
    overflow: unset !important;
    position: relative;
    box-sizing: border-box;
    font-size: 1.5em !important;
    font-family: sans-serif;
  }
  section.search #formInput .s-box input::placeholder {
    overflow: visible;
  }
}
section.search #formInput .s-box ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #212529;
}
section.search #formInput .s-box ::-moz-placeholder { /* Firefox 19+ */
  color: #212529;
}
section.search #formInput .s-box :-ms-input-placeholder { /* IE 10+ */
  color: #212529;
}
section.search #formInput .s-box :-moz-placeholder { /* Firefox 18- */
  color: #212529;
}
section.search .combo-select {
  width: 330px;
}
section.search .combo-select .form-group {
  float: none;
  display: block;
  width: 100%;
}
section.search form.selects {
  display: flex;
  align-items: center;
  border: none;
  /*&:after {
         content: '\f078';
  	font-family: "Font Awesome\ 5 Free";
         color: #000;
         position: absolute;
         right: 0;
         top: 18px;
         z-index: 10;
         width: 10%;
         height: 100%;
         pointer-events: none;
     }*/
}
@media all and (max-width: 1199px) {
  section.search form.selects {
    width: 100%;
  }
}
section.search form.selects.newpos {
  position: relative;
  top: 0;
  left: 0;
  right: 0;
  padding: 10px 0 0 0;
  z-index: 5;
  display: block;
}
section.search form.selects.newpos .form-group {
  width: 100%;
  border-top: 1px solid #cccccc;
}
section.search form.selects.newpos .form-group select.form-select {
  border: none;
}
section.search form.selects.newpos .form-group:first-child {
  border: none;
}
section.search form.selects select.form-select, section.search form.selects #ubicacionInput {
  border-right: 1px solid #cccccc;
  height: 70px;
  padding: 10px 40px 10px 10px;
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-size: 18px;
  width: 100%;
  display: block;
}
section.search form.selects select.form-select:after, section.search form.selects #ubicacionInput:after {
  content: "\f078";
  font-family: "Font Awesome 5 Free";
  z-index: 10;
  width: 20px;
  height: 20px;
  position: absolute;
  pointer-events: none;
  box-sizing: border-box;
  color: white;
}
section.search form.selects #ubicacionInput {
  border: none;
  border-right: 1px solid #cccccc;
  font-size: 16px;
  color: #212529;
  background: #e9ecef;
}
section.search form.selects #ubicacionInput::placeholder {
  color: #212529;
}
section.search form.selects #ubicacionInput:-ms-input-placeholder {
  color: #212529;
}
section.search form.selects #ubicacionInput::-ms-input-placeholder {
  color: #212529;
}
@media all and (max-width: 1199px) {
  section.search form.selects #ubicacionInput {
    overflow: visible;
    height: unset;
    overflow: visible;
    font-size: 1em !important;
  }
  section.search form.selects #ubicacionInput::placeholder {
    overflow: visible;
  }
}
@media all and (max-width: 1199px) {
  section.search form.selects .select-box.ubicacion {
    background: #e9ecef;
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
section.search form.selects .select-box:last-child select.form-select {
  border: none;
}
section.search .form-group {
  width: 260px;
  float: left;
}
@media all and (max-width: 1525px) {
  section.search #formInput {
    width: calc(100% - 600px);
  }
  section.search #formInput .s-box input {
    font-size: 20px;
  }
  section.search .form-group {
    width: 200px;
  }
}
@media all and (max-width: 991px) {
  section.search #formInput {
    width: calc(100% - 200px);
  }
  section.search .btn-expand {
    width: 200px;
  }
}
@media all and (max-width: 767px) {
  section.search input {
    font-family: sans-serif !important;
  }
}
@media all and (max-width: 575px) {
  section.search {
    padding: 20px;
  }
  section.search #formInput {
    width: calc(100% - 56px);
  }
  section.search .btn-expand {
    width: 56px;
  }
}
section.search .form-more-filters {
  width: 200px;
  float: left;
  padding-left: 20px;
}
section.search .form-more-filters .form-check {
  margin-right: 20px;
}
section.search .form-more-filters .form-check:last-child {
  margin-right: 0;
}
@media (max-width: 767.98px) {
  section.search .form-more-filters .form-check {
    font-size: 18px;
    margin: 10px 0;
  }
}
@media (max-width: 991.98px) {
  section.search .form-more-filters {
    width: auto;
    float: left;
    padding-left: 20px;
    padding: 20px;
  }
}
section.search select {
  border: none;
}
section.search a:focus, section.search select:focus, section.search .btn.active.focus, section.search .btn.active:focus, section.search .btn.focus, section.search .btn:active.focus, section.search .btn:active:focus, section.search .btn:focus, section.search input[type=file]:focus,
section.search input[type=radio]:focus, section.search input[type=checkbox]:focus, section.search input:focus {
  outline-offset: 0 !important;
  outline: 0 !important;
  box-shadow: none;
}
section.search .btn-expand {
  background: rgba(255, 255, 255, 0.5);
  color: white;
  padding: 20px;
  height: 70px;
  font-size: 18px;
  color: #333333;
  justify-content: center;
}
section.search .btn-expand i {
  position: relative;
  top: 2px;
  margin-right: 8px;
}
@media (max-width: 575.98px) {
  section.search .btn-expand {
    padding: 19px;
  }
  section.search .btn-expand span {
    display: none;
  }
  section.search .btn-expand i {
    margin-right: 0px;
    top: 6px;
  }
}

#encomiendas section.search #formInput {
  width: 100%;
}

#boleterias section.search #formInput {
  width: 100%;
}

#sonrisas header.desktop {
  background-size: cover;
  background-position: 80% 50%;
}
#sonrisas header.mobile {
  background-size: cover;
  background-position: 50% 0;
}
#sonrisas .smileicon {
  width: 80px;
}
#sonrisas .golink.left a, #sonrisas .golink.left a.btn-secondary {
  float: none;
}
#sonrisas .golink .nav-item {
  display: inline-block;
}
#sonrisas .golink h3, #sonrisas .golink .h3 {
  color: var(--bs-secondary);
  font-size: 28px;
  display: inline-block;
}
#sonrisas .golink a {
  position: relative;
  border-radius: 30px;
  height: 55px;
  padding: 5px 40px;
  font-size: 24px;
  font-weight: bold;
  text-transform: uppercase;
  width: auto;
  display: inline-block;
  color: #DD047C;
  border: 1px solid #DD047C;
  color: white;
}
#sonrisas .golink a:hover {
  background-color: #ff3399;
  color: white;
}
@media all and (max-width: 1399px) {
  #sonrisas .golink a {
    height: 48px;
    font-size: 20px;
    top: -10px;
  }
}
@media all and (max-width: 1199px) {
  #sonrisas .golink a {
    display: block;
    margin: 10px auto;
    top: 0;
    float: none;
  }
}
@media all and (max-width: 409px) {
  #sonrisas .golink a {
    height: auto;
    border-radius: 40px;
    padding: 0 40px 5px 40px;
  }
}
#sonrisas .golink a.active {
  position: relative;
  background-color: #ff007f;
  color: white;
}
#sonrisas form.sending {
  position: relative;
}
#sonrisas form.sending::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(255, 255, 255, 0.7);
  z-index: 1;
}
#sonrisas form input {
  background: #ededed;
  border: none;
  height: 40px;
  line-height: 40px;
  padding: 0 10px;
  display: block;
  width: 100%;
  font-size: 16px;
  border-radius: 10px;
}
#sonrisas form input ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #000000;
  opacity: 1;
}
#sonrisas form input ::-moz-placeholder { /* Firefox 19+ */
  color: #000000;
  opacity: 1;
}
#sonrisas form input :-ms-input-placeholder { /* IE 10+ */
  color: #000000;
  opacity: 1;
}
#sonrisas form input :-moz-placeholder { /* Firefox 18- */
  color: #000000;
  opacity: 1;
}
#sonrisas form input#abeas {
  background: #ededed !important;
  border: none !important;
  height: 40px;
  width: 40px;
  display: inline-block;
  margin-right: 10px;
  float: left;
}
#sonrisas form input#documento {
  width: 100% !important;
}
#sonrisas form input::placeholder {
  opacity: 1;
}
#sonrisas form .wpcf7-acceptance {
  padding-top: 10px;
  display: block;
}
#sonrisas form .wpcf7-acceptance .wpcf7-list-item {
  margin-left: 0;
}
#sonrisas form .wpcf7-acceptance label {
  display: flex;
  align-items: center;
}
#sonrisas form .wpcf7-acceptance .wpcf7-list-item-label {
  float: left;
  font-size: 16px;
  width: inherit;
  font-weight: normal;
}
#sonrisas form label {
  display: block;
  font-size: 22px;
  color: var(--bs-primary);
}
#sonrisas form label span {
  width: 100%;
  display: block;
}
#sonrisas form .btn {
  background-color: #ff007f;
  text-transform: uppercase;
  font-size: 24px;
  font-weight: bold;
  width: auto;
  border-radius: 30px;
  height: 55px;
  padding: 0 40px 5px 40px;
  float: right;
  margin-right: 4px;
  margin-top: -4px;
  position: relative;
  top: -4px;
}
#sonrisas form .btn:hover {
  background-color: #ff3399;
}
#sonrisas .wpcf7-response-output {
  font-size: 20px;
  text-align: center;
  padding: 20px;
  border-radius: 4px;
  border-color: #00109E;
  background-color: #00109E;
  color: white;
}
#sonrisas .wpcf7-not-valid-tip {
  font-size: 18px;
}
#sonrisas a.cursor-inherit {
  cursor: default;
}
@media all and (max-width: 530px) {
  #sonrisas .nav-tabs .nav-link.active, #sonrisas .nav-tabs .nav-item.show .nav-link {
    border-color: #dee2e6;
    border-radius: 8px;
  }
}
#sonrisas .nav-tabs {
  border-bottom: 0;
}
@media all and (max-width: 530px) {
  #sonrisas .r-card-info {
    margin-top: 10px;
  }
}
#sonrisas a[title="Habeas Data"] {
  text-decoration: underline;
}

/* 1 MODULO FLOTANTE */
#parkingplaces {
  height: 35px;
  position: fixed;
  display: block;
  z-index: 9;
  top: 80px;
  left: 0;
  right: inherit;
  background-color: #00109E;
  color: #ffffff;
  border-radius: 0 0 6px 0;
}
#parkingplaces #icon {
  background: transparent url(img/parking.png) no-repeat;
  background-position: 0 0;
  width: 22px;
  height: 22px;
  top: 6px;
  left: 7px;
  position: absolute;
  opacity: 0.5;
}
#parkingplaces div {
  padding: 0 10px 6px 35px;
  display: inline-block;
  font-size: 11px;
  text-transform: uppercase;
  font-weight: bold;
  line-height: initial;
  line-height: 22px;
  margin: 0;
  height: 35px;
  position: relative;
  top: 0;
}
#parkingplaces div span {
  font-size: 22px;
  padding: 0 5px;
  display: inline-block;
  position: relative;
  top: 3px;
  min-height: 22px;
}
@media all and (max-width: 600px) {
  #parkingplaces {
    right: 0;
    border-radius: 0;
    background-color: #00109E;
    text-align: center;
    display: block;
  }
  #parkingplaces div {
    width: 100%;
    text-align: center;
  }
}

/* 2 PÁGINA ESTACIONAMIENTO */
#estacionamiento header {
  background-size: cover;
  background-position: 50% 100%;
}
#estacionamiento .bg {
  background-color: white;
  border-radius: 0;
  margin-bottom: 30px;
}
#estacionamiento .grid {
  display: grid;
  grid-template-columns: 250px 1fr 1fr;
}
@media all and (max-width: 1200px) {
  #estacionamiento .grid {
    grid-template-columns: 1fr 1fr;
  }
}
@media all and (max-width: 991px) {
  #estacionamiento .grid {
    grid-template-columns: 1fr;
  }
}
#estacionamiento .grid h2, #estacionamiento .grid .h2 {
  color: var(--bs-secondary);
  font-size: 1.5rem;
  font-weight: bolder;
}
@media all and (max-width: 320px) {
  #estacionamiento .grid h2, #estacionamiento .grid .h2 {
    font-size: 1.2rem;
  }
}
#estacionamiento .grid .area {
  padding: 20px;
}
#estacionamiento .grid .area:first-child {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media all and (max-width: 1200px) {
  #estacionamiento .grid .area:first-child {
    grid-column: span 2;
  }
}
@media all and (max-width: 991px) {
  #estacionamiento .grid .area:first-child {
    grid-column: inherit;
  }
}
#estacionamiento .grid .area:first-child img {
  max-width: 150px;
  width: 100%;
  display: block;
  margin: 0 auto 20px auto;
}
#estacionamiento .grid .area.caracteristicas {
  font-size: 18px;
  font-weight: normal;
}
#estacionamiento .grid .area.caracteristicas li {
  font-size: 18px;
  line-height: 24px;
  padding-bottom: 20px;
}
#estacionamiento .grid .area.beneficios {
  font-size: 16px;
  font-weight: normal;
  display: flex;
  align-items: center;
  background: #f5f6ff;
  border-radius: 10px;
}
#estacionamiento .grid .area.beneficios p {
  line-height: normal;
}
#estacionamiento .grid .area.beneficios li {
  font-size: 16px;
  line-height: 22px;
  padding-bottom: 16px;
}
@media all and (max-width: 767px) {
  #estacionamiento .grid .area.beneficios {
    padding: 20px;
  }
}
#estacionamiento .grid .area ul {
  margin-bottom: 0;
  padding-bottom: 0;
}
@media all and (max-width: 767px) {
  #estacionamiento .grid .area {
    padding: 20px 0;
  }
}
#estacionamiento .white-btn {
  font-size: 14px;
}
#estacionamiento .container .bg:last-child .area.beneficios {
  background: #f4f4f4;
}
#estacionamiento .files {
  list-style: none;
}

.white-btn {
  background-color: white;
  display: inline-block;
  padding: 5px 10px;
  border: 1px solid var(--bs-primary);
  color: var(--bs-primary);
  border-radius: 4px;
  transition: all 0.25s ease;
}
.white-btn:hover {
  background-color: var(--bs-primary);
  color: white;
}

.bg.iconos {
  padding: 30px;
}
.bg.iconos .row {
  justify-content: center;
}
.bg.iconos .row .col-md-4 {
  text-align: center;
}
.bg.iconos .row .col-md-4 .box {
  width: 140px;
  height: 140px;
  margin-bottom: 20px;
  margin: 0 auto 25px auto;
  transition: all 0.3s ease-out;
  transform: scale(0.9);
  background-color: white;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 0 15px 5px rgba(0, 0, 0, 0.05);
}
.bg.iconos .row .col-md-4 .box:hover {
  transform: scale(1);
  /*-webkit-box-shadow: 6px 6px 15px 5px rgba(0,0,0,0.04);
  box-shadow: 6px 6px 15px 5px rgba(0,0,0,0.04);*/
}
.bg.iconos .row .col-md-4 .box img {
  display: block;
  width: 100%;
  max-width: 108px;
}
.bg.iconos .row .col-md-4 h3, .bg.iconos .row .col-md-4 .h3 {
  font-size: 16px;
  text-align: center;
  text-transform: uppercase;
  color: var(--bs-primary);
}

@font-face {
  font-family: "Font Awesome 5 Free";
  src: url("fonts/fontawesome-webfont.eot");
  src: url("fonts/fontawesome-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/fontawesome-webfont.woff2") format("woff2"), url("fonts/fontawesome-webfont.woff") format("woff");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
main#cine header {
  background-color: #430123;
}
main#cine #cartelera {
  padding-left: 0;
  padding-right: 0;
  background-color: var(--bs-gris);
  z-index: 1;
}
main#cine .detail {
  background-color: var(--bs-gris);
  padding-top: 30px;
  padding-bottom: 30px;
}
main#cine .horarios {
  background-color: white;
  padding: 30px;
}
main#cine .horarios ul {
  list-style: none;
}
main#cine .btn {
  text-transform: uppercase;
}
main#cine .btn i {
  margin-right: 10px;
}

.list_carousel {
  display: block;
  margin-left: 0;
  background: #450224;
  margin: 0;
  position: relative;
  padding: 30px 0;
  /* height: 403px; */
  overflow: hidden;
}

#ultimos_estrenos, #cartelera {
  margin: 0;
  padding: 0;
  display: block;
  padding: 0 20px;
  background: #450224;
}
#ultimos_estrenos.class404, #cartelera.class404 {
  min-height: calc(100vh - 300px);
}
#ultimos_estrenos .week-movies, #cartelera .week-movies {
  padding: 0 20px;
  margin: 6px;
  position: relative;
}
#ultimos_estrenos div.movie-container, #cartelera div.movie-container {
  position: relative;
  z-index: 100;
  width: 220px;
  margin: 0 auto;
  /*background-color: #ffffff;
  border: 2px solid #ffffff;*/
  font-size: 40px;
  color: #999;
  text-align: center;
  /*-webkit-box-shadow: 1px 1px 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 1px 1px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 1px 1px 0 rgba(0, 0, 0, 0.2);*/
}
#ultimos_estrenos div.movie-container a, #cartelera div.movie-container a {
  display: block;
  position: relative;
  min-height: 376px;
}
#ultimos_estrenos div.movie-container a:hover figure img, #cartelera div.movie-container a:hover figure img {
  transform: scale(1.1, 1.1);
}
#ultimos_estrenos div.movie-container a figure, #cartelera div.movie-container a figure {
  width: 100%;
  position: relative;
  margin: 0;
  overflow: hidden;
}
#ultimos_estrenos div.movie-container a figure img, #cartelera div.movie-container a figure img {
  transition: all 0.5s ease;
}
#ultimos_estrenos div.movie-container a img, #cartelera div.movie-container a img {
  width: 100%;
}
#ultimos_estrenos div.movie-container a .movie-status, #cartelera div.movie-container a .movie-status {
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 400;
  background-color: red;
  color: white;
  position: relative;
  margin-top: -24px;
  margin-bottom: 0;
  text-align: center;
  z-index: 999;
  font-size: 20px;
}
#ultimos_estrenos div.movie-container a .name-tipe-movie, #cartelera div.movie-container a .name-tipe-movie {
  width: 100%;
  height: 68px;
  position: absolute;
  z-index: 200;
  text-align: center;
  bottom: 0;
  /* -webkit-box-shadow: 0 -2px 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 -2px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 -2px 0 rgba(0, 0, 0, 0.2);*/
  display: flex;
  align-items: center;
  justify-content: center;
}
#ultimos_estrenos div.movie-container a .name-tipe-movie .text-cont-movie, #cartelera div.movie-container a .name-tipe-movie .text-cont-movie {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 18px;
  line-height: 22px;
  margin: 0;
  color: white;
  padding-top: 10px;
}
#ultimos_estrenos .navrightcine, #cartelera .navrightcine {
  opacity: 0.6;
  right: 0;
  background-color: transparent;
  transition: all 0.5s ease;
}
#ultimos_estrenos .navrightcine:hover, #cartelera .navrightcine:hover {
  opacity: 1;
}
#ultimos_estrenos .navrightcine span, #cartelera .navrightcine span {
  background: transparent url(img/nuevahome/slider-white-next.png) repeat-y scroll 0 0;
  cursor: pointer;
  background-size: contain;
  background-repeat: no-repeat;
}
#ultimos_estrenos .navleftcine, #cartelera .navleftcine {
  opacity: 0.6;
  background-color: transparent;
  transition: all 0.5s ease;
}
#ultimos_estrenos .navleftcine:hover, #cartelera .navleftcine:hover {
  opacity: 1;
}
#ultimos_estrenos .navleftcine span, #cartelera .navleftcine span {
  background: transparent url(img/nuevahome/slider-white-prev.png) repeat-y scroll 0 0;
  cursor: pointer;
  background-size: contain;
  background-repeat: no-repeat;
}

#cartelera-list {
  padding-top: 60px;
  padding-bottom: 60px;
}
#cartelera-list .movies_list {
  display: grid;
  grid-template-columns: 220px 220px 220px 220px 220px;
  grid-gap: 45px;
  padding: 0;
}
@media screen and (max-width: 1450px) {
  #cartelera-list .movies_list {
    grid-template-columns: 220px 220px 220px 220px;
    justify-content: center;
  }
}
@media screen and (max-width: 1150px) {
  #cartelera-list .movies_list {
    grid-template-columns: 220px 220px 220px;
  }
}
@media screen and (max-width: 980px) {
  #cartelera-list .movies_list {
    grid-template-columns: 220px 220px;
  }
}
@media screen and (max-width: 550px) {
  #cartelera-list .movies_list {
    display: block;
  }
}
#cartelera-list .gender {
  position: relative;
  font-size: 14px;
  text-transform: uppercase;
  padding: 0;
  text-align: left;
  padding: 5px 0;
  margin-bottom: 0;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 16px;
}
#cartelera-list .gender li {
  display: inline-block;
  position: relative;
  padding-right: 8px;
}
#cartelera-list .gender li::before {
  content: "|";
  position: absolute;
  right: 0;
}
#cartelera-list .gender li:last-child::before {
  content: "";
}
#cartelera-list div.movie-container {
  border: none;
  background: none;
  box-shadow: none;
}
#cartelera-list div.movie-container a:hover figure img {
  transform: scale(1.1, 1.1);
}
#cartelera-list div.movie-container a:hover .name-tipe-movie .text-cont-movie {
  color: #000000;
}
#cartelera-list div.movie-container a figure {
  position: relative;
  margin: 0;
  overflow: hidden;
}
#cartelera-list div.movie-container a figure img {
  transition: all 0.5s ease;
}
#cartelera-list div.movie-container a figure .movie-status {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
#cartelera-list div.movie-container a .name-tipe-movie {
  justify-content: flex-start;
  position: relative !important;
  background: none;
  text-align: left;
  box-shadow: none;
  height: inherit;
}
#cartelera-list div.movie-container a .name-tipe-movie .text-cont-movie {
  color: var(--bs-primary);
  font-weight: 700;
  padding-top: 0;
}

.slick-arrow {
  width: 40px;
  height: 40px;
  background-color: #ffffff;
  position: absolute;
  top: 50%;
  text-align: center;
  text-decoration: none;
  line-height: 40px;
  z-index: 200;
  display: flex;
  align-items: center;
  justify-content: center;
}
.slick-arrow.slick-prev {
  left: 0;
}
.slick-arrow.slick-next {
  right: 0;
}
.slick-arrow::before {
  font-size: 20px;
}

#team h2, #team .h2 {
  text-transform: none;
  color: #00109E;
  text-align: center;
  display: block;
  font-size: 26px;
  margin: 0;
  padding: 0;
  font-weight: normal;
}
#team h3, #team .h3 {
  color: white;
  text-transform: uppercase;
  padding: 5px;
  max-width: 650px;
  width: 100%;
  margin: 15px auto;
  display: block;
  font-size: inherit;
}
#team h3 span, #team .h3 span {
  padding: 5px 0 0 0;
  font-size: 20px;
  background-color: #00109E;
  width: 100%;
  display: block;
  text-align: center;
  color: white;
  margin: 0;
  border-radius: 40px;
}
@media all and (max-width: 390px) {
  #team h3, #team .h3 {
    height: auto;
    padding-bottom: 5px;
  }
}
#team h3.short, #team .short.h3 {
  max-width: 550px;
}
#team .list-members {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: wrap;
}
#team .list-members .member {
  text-align: center;
  padding: 20px;
}
#team .list-members .member:hover figure img {
  transform: scale(107%);
}
#team .list-members .member figure {
  width: 160px;
  height: 160px;
  background-color: grey;
  border-radius: 50%;
  margin: 0 auto 15px auto;
  overflow: hidden;
}
#team .list-members .member figure img {
  width: 100%;
  display: block;
  object-fit: cover;
  transition: all 0.4s ease;
}
#team .list-members .member figure img:hover {
  transform: scale(107%);
}
#team .list-members .member ul {
  list-style: none;
  padding: 0;
}
#team .list-members .member ul li {
  color: #00109E;
  font-weight: inherit;
  font-size: 12px;
}
#team .list-members .member ul li.name {
  font-size: 18px;
}
#team .list-members .member ul li.task {
  font-size: 14px;
  font-weight: bold;
  max-width: 160px;
}
#team .list-members .member ul li a:hover {
  color: black;
}

body {
  font-family: NewTransport, sans-serif;
  font-weight: 500;
  font-size: 16px;
}
body form input, body form select {
  font-family: sans-serif !important;
}

a {
  color: var(--bs-primary);
  text-decoration: none;
}
a:visited, a:focus {
  color: var(--bs-primary);
}
a:hover {
  text-decoration: none;
}

* {
  box-sizing: border-box;
}

main {
  padding-top: 80px;
  position: relative;
  min-height: 100vh;
  background-color: #f4f4f4;
}
@media all and (max-width: 600px) {
  main {
    padding-top: 115px;
  }
}
main#contacto {
  background-color: #ffffff;
}

.subtitle {
  padding: 8px 0;
  display: block;
  text-transform: uppercase;
  text-align: center;
  font-weight: bold;
  font-size: 22px;
  margin: 0;
  background-color: var(--bs-secondary);
  color: white;
  position: relative;
}

p {
  font-weight: normal;
}

p.featured {
  font-size: 20px;
  line-height: 24px;
}

p.color-primary {
  color: var(--bs-primary);
}
.header .logotipo {
    float: left;
    margin-bottom: 0;
    display: flex
;
}
/*# sourceMappingURL=style.css.map */
.header .logotipo img.empresa-b-header-img
 {
    width: 38px;
    margin-left: 10px;
}

 @media screen and (max-width: 480px) {
  .header .logotipo img {
    width: 150px;
  }
  .header .logotipo img.empresa-b-header-img {
    width: 27px;
  }
  
} 

#quick-nav{
  display: none;
}