:root {
  --bs-blue: #0d6efd;
  --bs-indigo: #6610f2;
  --bs-purple: #6f42c1;
  --bs-pink: #d63384;
  --bs-red: #dc3545;
  --bs-orange: #fd7e14;
  --bs-yellow: #ffc107;
  --bs-green: #198754;
  --bs-teal: #20c997;
  --bs-cyan: #0dcaf0;
  --bs-white: #fff;
  --bs-gray: #6c757d;
  --bs-gray-dark: #343a40;
  --bs-primary: #0d6efd;
  --bs-secondary: #6c757d;
  --bs-success: #198754;
  --bs-info: #0dcaf0;
  --bs-warning: #ffc107;
  --bs-danger: #dc3545;
  --bs-light: #f8f9fa;
  --bs-dark: #212529;
  --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);
  min-height: 100vh;
}

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] {
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  cursor: help;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

ol,
ul {
  padding-left: 2rem;
}

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

dt {
  font-weight: 700;
}

dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

small,
.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: #0d6efd;
  text-decoration: underline;
}

a:hover {
  color: #0a58ca;
}

a:not([href]):not([class]),
a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}

pre,
code,
kbd,
samp {
  font-family: var(--bs-font-monospace);
  font-size: 1em;
  direction: ltr /* rtl:ignore */;
  unicode-bidi: bidi-override;
}

pre {
  display: block;
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  font-size: 0.875em;
}

pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}

code {
  font-size: 0.875em;
  color: #d63384;
  word-wrap: break-word;
}

a > code {
  color: inherit;
}

kbd {
  padding: 0.2rem 0.4rem;
  font-size: 0.875em;
  color: #fff;
  background-color: #212529;
  border-radius: 0.2rem;
}

kbd kbd {
  padding: 0;
  font-size: 1em;
  font-weight: 700;
}

figure {
  margin: 0 0 1rem;
}

img,
svg {
  vertical-align: middle;
}

table {
  caption-side: bottom;
  border-collapse: collapse;
}

caption {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  color: #6c757d;
  text-align: left;
}

th {
  text-align: inherit;
  text-align: -webkit-match-parent;
}

thead,
tbody,
tfoot,
tr,
td,
th {
  border-color: inherit;
  border-style: solid;
  border-width: 0;
}

label {
  display: inline-block;
}

button {
  border-radius: 0;
}

button:focus:not(:focus-visible) {
  outline: 0;
}

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
select {
  text-transform: none;
}

[role="button"] {
  cursor: pointer;
}

select {
  word-wrap: normal;
}

select:disabled {
  opacity: 1;
}

[list]::-webkit-calendar-picker-indicator {
  display: none;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

button:not(:disabled),
[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled) {
  cursor: pointer;
}

::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

textarea {
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  float: left;
  width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: calc(1.275rem + 0.3vw);
  line-height: inherit;
}

@media (min-width: 1200px) {
  legend {
    font-size: 1.5rem;
  }
}

legend + * {
  clear: left;
}

::-webkit-datetime-edit-fields-wrapper,
::-webkit-datetime-edit-text,
::-webkit-datetime-edit-minute,
::-webkit-datetime-edit-hour-field,
::-webkit-datetime-edit-day-field,
::-webkit-datetime-edit-month-field,
::-webkit-datetime-edit-year-field {
  padding: 0;
}

::-webkit-inner-spin-button {
  height: auto;
}

[type="search"] {
  outline-offset: -2px;
  -webkit-appearance: textfield;
}

::-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;
  }
}

@font-face {
  font-family: "Ancizar sans";
  font-weight: bold;
  font-style: italic;
  src: url("../fonts/ancizarsans_bold_italic-webfont.eot"),
    url("../fonts/ancizarsans_bold_italic-webfont.eot?#iefix")
      format("embedded-opentype"),
    url("../fonts/ancizarsans_bold_italic-webfont.woff") format("woff"),
    url("../fonts/ancizarsans_bold_italic-webfont.ttf") format("truetype"),
    url("../fonts/ancizarsans_bold_italic-webfont.svg#ancizar_sansbold_italic")
      format("svg");
}

@font-face {
  font-family: "Ancizar sans";
  font-weight: bold;
  font-style: normal;
  src: url("../fonts/ancizarsans_bold-webfont.eot"),
    url("../fonts/ancizarsans_bold-webfont.eot?#iefix")
      format("embedded-opentype"),
    url("../fonts/ancizarsans_bold-webfont.woff") format("woff"),
    url("../fonts/ancizarsans_bold-webfont.ttf") format("truetype"),
    url("../fonts/ancizarsans_bold-webfont.svg#ancizar_sansbold_italic")
      format("svg");
}

@font-face {
  font-family: "Ancizar sans";
  font-weight: normal;
  font-style: italic;
  src: url("../fonts/ancizarsans_italic-webfont.eot"),
    url("../fonts/ancizarsans_italic-webfont.eot?#iefix")
      format("embedded-opentype"),
    url("../fonts/ancizarsans_italic-webfont.woff") format("woff"),
    url("../fonts/ancizarsans_italic-webfont.ttf") format("truetype"),
    url("../fonts/ancizarsans_italic-webfont.svg#ancizar_sansbold_italic")
      format("svg");
}

@font-face {
  font-family: "Ancizar sans";
  font-weight: normal;
  font-style: normal;
  src: url("../fonts/ancizarsans_regular-webfont.eot"),
    url("../fonts/ancizarsans_regular-webfont.eot?#iefix")
      format("embedded-opentype"),
    url("../fonts/ancizarsans_regular-webfont.woff") format("woff"),
    url("../fonts/ancizarsans_regular-webfont.ttf") format("truetype"),
    url("../fonts/ancizarsans_regular-webfont.svg#ancizar_sansbold_italic")
      format("svg");
}

@font-face {
  font-family: "Ancizar serif";
  font-weight: bold;
  font-style: italic;
  src: url("../fonts/ancizarserif_bold_italic-webfont.eot"),
    url("../fonts/ancizarserif_bold_italic-webfont.eot?#iefix")
      format("embedded-opentype"),
    url("../fonts/ancizarserif_bold_italic-webfont.woff") format("woff"),
    url("../fonts/ancizarserif_bold_italic-webfont.ttf") format("truetype"),
    url("../fonts/ancizarserif_bold_italic-webfont.svg#ancizar_sansbold_italic")
      format("svg");
}

@font-face {
  font-family: "Ancizar serif";
  font-weight: bold;
  font-style: normal;
  src: url("../fonts/ancizarserif_bold-webfont.eot"),
    url("../fonts/ancizarserif_bold-webfont.eot?#iefix")
      format("embedded-opentype"),
    url("../fonts/ancizarserif_bold-webfont.woff") format("woff"),
    url("../fonts/ancizarserif_bold-webfont.ttf") format("truetype"),
    url("../fonts/ancizarserif_bold-webfont.svg#ancizar_sansbold_italic")
      format("svg");
}

@font-face {
  font-family: "Ancizar serif";
  font-weight: normal;
  font-style: italic;
  src: url("../fonts/ancizarserif_italic-webfont.eot"),
    url("../fonts/ancizarserif_italic-webfont.eot?#iefix")
      format("embedded-opentype"),
    url("../fonts/ancizarserif_italic-webfont.woff") format("woff"),
    url("../fonts/ancizarserif_italic-webfont.ttf") format("truetype"),
    url("../fonts/ancizarserif_italic-webfont.svg#ancizar_sansbold_italic")
      format("svg");
}

@font-face {
  font-family: "Ancizar serif";
  font-weight: normal;
  font-style: normal;
  src: url("../fonts/ancizarserif_regular-webfont.eot"),
    url("../fonts/ancizarserif_regular-webfont.eot?#iefix")
      format("embedded-opentype"),
    url("../fonts/ancizarserif_regular-webfont.woff") format("woff"),
    url("../fonts/ancizarserif_regular-webfont.ttf") format("truetype"),
    url("../fonts/ancizarserif_regular-webfont.svg#ancizar_sansbold_italic")
      format("svg");
}

html {
  box-sizing: border-box;
}

*,
*:after,
*:before {
  box-sizing: inherit;
}

body {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  font-family: "Ancizar sans", Tahoma, Geneva, sans-serif;
}

header {
  background: rgba(72, 68, 68, 0.9058823529);
  display: flex;
  justify-content: space-between;
  position: relative;
  z-index: 3;
}

header .dropdown-item:active {
  background-color: rgba(72, 68, 68, 0.9058823529);
}

header .logo {
  z-index: 1;
  background: no-repeat url("../images/sealBck.png");
  width: 232px;
  position: absolute;
  margin-left: 10px;
  background-size: cover;
  height: 136px;
}

@media (max-width: 767.98px) {
  header .logo {
    background: none;
  }
}

header .logo .svg {
  width: 95%;
  position: relative;
  bottom: -5px;
  left: 8px;
}

@media (max-width: 767.98px) {
  header .logo .svg {
    height: 55px;
    bottom: 7px !important;
    width: 100px;
  }
}

@media (max-width: 991.98px) {
  header .logo .svg {
    bottom: -18px;
  }
}

@media (max-width: 1199.98px) {
  header .logo .svg {
    bottom: -14px;
  }
}

@media (max-width: 1399.98px) {
  header .logo {
    width: 17vw;
  }
}
@media (max-width: 600px) {
  header .logo {
    width: 17vw;
    max-height: 6vh;
  }
}

header .seal {
  position: absolute;
  right: 1px;
  top: 37px;
  z-index: 1;
}

@media (max-width: 767.98px) {
  header .seal {
    right: 105px;
    top: -12px;
    z-index: 1;
    transform: scale(0.5);
  }
}

header .firstMenu {
  background: #666;
  position: absolute;
  width: 100%;
  display: flex !important;
  align-items: stretch;
  flex-wrap: wrap;
  align-content: space-between;
  justify-content: flex-end;
}

@media (max-width: 767.98px) {
  header .firstMenu .navbar {
    height: 39px !important;
  }
}

header .firstMenu .navbar {
  padding: 0;
  font-size: 0.85em;
  height: 28px;
}

header .firstMenu .navbar .navbar-toggler {
  margin: 0 12px;
}

header .firstMenu .navbar a {
  text-decoration: none;
}

header .firstMenu ul.socialLinks {
  margin-bottom: 0;
  padding: 10px;
}

header .firstMenu ul.socialLinks li {
  display: inline-block;
  margin: 5px 2px;
  padding: 0;
}

header .firstMenu ul.socialLinks li a {
  display: block;
  height: 20px;
  width: 20px;
}

header .firstMenu ul.socialLinks li a.instagram,
header .firstMenu ul.socialLinks li a.email,
header .firstMenu ul.socialLinks li a.facebook,
header .firstMenu ul.socialLinks li a.flickr,
header .firstMenu ul.socialLinks li a.rss,
header .firstMenu ul.socialLinks li a.twitter,
header .firstMenu ul.socialLinks li a.youtube {
  background: no-repeat url("../images/icnSocial.png");
}

header .firstMenu ul.socialLinks li a.facebook {
  background-position: -21px 0;
}

header .firstMenu ul.socialLinks li a.facebook:hover {
  background-position: -21px -21px;
}

header .firstMenu ul.socialLinks li a.twitter {
  background-position: 0 0;
}

header .firstMenu ul.socialLinks li a.twitter:hover {
  background-position: 0 -21px;
}

header .firstMenu ul.socialLinks li a.youtube {
  background-position: -84px 0;
}

header .firstMenu ul.socialLinks li a.youtube:hover {
  background-position: -84px -21px;
}

header .firstMenu ul.socialLinks li a.instagram {
  background-position: -63px 0;
}

header .firstMenu ul.socialLinks li a.instagram:hover {
  background-position: -63px -21px;
}

header .firstMenu #profiles .nav-item {
  transition: background-color 0.5s ease;
}

header .firstMenu #profiles li {
  border-left: 1px solid #3d3d3d;
  padding: 7px 10px;
}

header .firstMenu #profiles .nav-item.item_Aspirantes:hover {
  background-color: #697e2a;
}

header .firstMenu #profiles .nav-item.item_Estudiantes:hover {
  background-color: #2e0068;
}

header .firstMenu #profiles .nav-item.item_Egresados:hover {
  background-color: #0d6759;
}

header .firstMenu #profiles .nav-item.item_Docentes:hover {
  background-color: #671144;
}

header .firstMenu #profiles .nav-item.item_Administrativos:hover {
  background-color: #02475b;
}

header .firstMenu #profiles .nav-item {
  color: #fff;
}

header .firstMenu #profiles .nav-item a {
  color: #fff;
}

header .firstMenu .language-button {
  background-color: #666;
  border: none;
  padding: 0 5px;
  text-transform: uppercase;
}

header .firstMenu .language-dropdown {
  right: 0;
  left: auto;
  color: #fff;
  background: #303030;
  min-width: auto;
  text-transform: capitalize;
  padding: 5px 10px;
  width: 140px;
}

header .firstMenu .language-dropdown li {
  text-align: end;
}

header .firstMenu .language-dropdown a {
  color: #fff;
}

header .firstMenu .language-dropdown a:hover {
  color: #999;
}

header #bs-navbar {
  width: 100%;
  margin: 0 0 0 260px;
}

header #bs-navbar .myb {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  top: 35px;
}

header #bs-navbar .myb .site-url {
  font-size: 1.5rem;
  padding: 1px;
}

header #bs-navbar .myb .site-url a {
  color: #fff;
  text-decoration: none;
  padding: 1px;
}

header #bs-navbar .myb .site-url .oi-map-marker {
  width: auto;
  color: #999;
  padding: 1px;
  font-size: 1rem;
}

header #bs-navbar .myb .buscador {
  margin-right: 30px;
}

@media (max-width: 767.98px) {
  header #bs-navbar .myb {
    display: none;
  }
}

header #bs-navbar .mainMenu {
  margin-top: 30px;
}

header #bs-navbar #buscador {
  width: 20vw;
  display: inline-block;
}

header #bs-navbar #subdominio {
  display: inline-block;
}

@media (max-width: 1199.98px) {
  header #bs-navbar {
    margin: 0 0 0 18vw;
  }
}

#unalTop .firstMenu ul.socialLinks li a.facebook {
  background-position: -21px 0;
}

.menuPrincipal {
  padding: 0;
  bottom: 5px;
  margin-top: 40px;
  color: #fff;
  left: -20px;
}

.menuPrincipal .container-fluid .navbar-collapse,
.menuPrincipal .container-sm .navbar-collapse,
.menuPrincipal .container-md .navbar-collapse,
.menuPrincipal .container-lg .navbar-collapse,
.menuPrincipal .container-xl .navbar-collapse,
.menuPrincipal .container-xxl .navbar-collapse {
  margin-top: 10px;
}

.menuPrincipal
  .container-fluid
  .navbar-collapse
  .navbar-nav
  .nav-item
  .nav-link,
.menuPrincipal .container-sm .navbar-collapse .navbar-nav .nav-item .nav-link,
.menuPrincipal .container-md .navbar-collapse .navbar-nav .nav-item .nav-link,
.menuPrincipal .container-lg .navbar-collapse .navbar-nav .nav-item .nav-link,
.menuPrincipal .container-xl .navbar-collapse .navbar-nav .nav-item .nav-link,
.menuPrincipal .container-xxl .navbar-collapse .navbar-nav .nav-item .nav-link {
  padding: 0 0.6rem;
  color: #fff;
  text-transform: uppercase;
}

@media (max-width: 991.98px) {
  .menuPrincipal
    .container-fluid
    .navbar-collapse
    .navbar-nav
    .nav-item
    .nav-link,
  .menuPrincipal .container-sm .navbar-collapse .navbar-nav .nav-item .nav-link,
  .menuPrincipal .container-md .navbar-collapse .navbar-nav .nav-item .nav-link,
  .menuPrincipal .container-lg .navbar-collapse .navbar-nav .nav-item .nav-link,
  .menuPrincipal .container-xl .navbar-collapse .navbar-nav .nav-item .nav-link,
  .menuPrincipal
    .container-xxl
    .navbar-collapse
    .navbar-nav
    .nav-item
    .nav-link {
    font-size: 0.8em;
    padding: 0 0.3rem;
  }
}

@media (max-width: 767.98px) {
  .menuPrincipal .container-fluid .navbar-collapse .navbar-nav .nav-item ul,
  .menuPrincipal .container-sm .navbar-collapse .navbar-nav .nav-item ul,
  .menuPrincipal .container-md .navbar-collapse .navbar-nav .nav-item ul,
  .menuPrincipal .container-lg .navbar-collapse .navbar-nav .nav-item ul,
  .menuPrincipal .container-xl .navbar-collapse .navbar-nav .nav-item ul,
  .menuPrincipal .container-xxl .navbar-collapse .navbar-nav .nav-item ul {
    background-color: rgba(72, 68, 68, 0) !important;
    border: none;
  }
}

.menuPrincipal .container-fluid .navbar-collapse .navbar-nav .nav-item ul,
.menuPrincipal .container-sm .navbar-collapse .navbar-nav .nav-item ul,
.menuPrincipal .container-md .navbar-collapse .navbar-nav .nav-item ul,
.menuPrincipal .container-lg .navbar-collapse .navbar-nav .nav-item ul,
.menuPrincipal .container-xl .navbar-collapse .navbar-nav .nav-item ul,
.menuPrincipal .container-xxl .navbar-collapse .navbar-nav .nav-item ul {
  background-color: #333;
}

@media (max-width: 767.98px) {
  .menuPrincipal
    .container-fluid
    .navbar-collapse
    .navbar-nav
    .nav-item
    ul
    li
    a,
  .menuPrincipal .container-sm .navbar-collapse .navbar-nav .nav-item ul li a,
  .menuPrincipal .container-md .navbar-collapse .navbar-nav .nav-item ul li a,
  .menuPrincipal .container-lg .navbar-collapse .navbar-nav .nav-item ul li a,
  .menuPrincipal .container-xl .navbar-collapse .navbar-nav .nav-item ul li a,
  .menuPrincipal .container-xxl .navbar-collapse .navbar-nav .nav-item ul li a {
    text-decoration: none;
    padding: 2px 10px;
  }
}

.menuPrincipal .container-fluid .navbar-collapse .navbar-nav .nav-item ul li a,
.menuPrincipal .container-sm .navbar-collapse .navbar-nav .nav-item ul li a,
.menuPrincipal .container-md .navbar-collapse .navbar-nav .nav-item ul li a,
.menuPrincipal .container-lg .navbar-collapse .navbar-nav .nav-item ul li a,
.menuPrincipal .container-xl .navbar-collapse .navbar-nav .nav-item ul li a,
.menuPrincipal .container-xxl .navbar-collapse .navbar-nav .nav-item ul li a {
  color: #fff;
}

.menuPrincipal
  .container-fluid
  .navbar-collapse
  .navbar-nav
  .nav-item
  ul
  li
  a:hover,
.menuPrincipal
  .container-sm
  .navbar-collapse
  .navbar-nav
  .nav-item
  ul
  li
  a:hover,
.menuPrincipal
  .container-md
  .navbar-collapse
  .navbar-nav
  .nav-item
  ul
  li
  a:hover,
.menuPrincipal
  .container-lg
  .navbar-collapse
  .navbar-nav
  .nav-item
  ul
  li
  a:hover,
.menuPrincipal
  .container-xl
  .navbar-collapse
  .navbar-nav
  .nav-item
  ul
  li
  a:hover,
.menuPrincipal
  .container-xxl
  .navbar-collapse
  .navbar-nav
  .nav-item
  ul
  li
  a:hover {
  color: #303030;
}

.menuPrincipal .container-fluid .menuSedes,
.menuPrincipal .container-sm .menuSedes,
.menuPrincipal .container-md .menuSedes,
.menuPrincipal .container-lg .menuSedes,
.menuPrincipal .container-xl .menuSedes,
.menuPrincipal .container-xxl .menuSedes {
  justify-content: flex-end;
  margin-right: 45px;
}

@media (min-width: 768px) {
  .menuPrincipal .container-fluid .menuProfiles,
  .menuPrincipal .container-sm .menuProfiles,
  .menuPrincipal .container-md .menuProfiles,
  .menuPrincipal .container-lg .menuProfiles,
  .menuPrincipal .container-xl .menuProfiles,
  .menuPrincipal .container-xxl .menuProfiles {
    display: none !important;
  }
}

@media (min-width: 768px) {
  .menuPrincipal .container-fluid .menuServices,
  .menuPrincipal .container-sm .menuServices,
  .menuPrincipal .container-md .menuServices,
  .menuPrincipal .container-lg .menuServices,
  .menuPrincipal .container-xl .menuServices,
  .menuPrincipal .container-xxl .menuServices {
    display: none !important;
  }
}

main {
  min-height: 76.5vh;
}

/*############### BREADCRUMB ###################*/
.breadcrumb-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #f5f5f5;
  border-bottom: 1px solid #ddd;
  padding: 0 30px;
}

.breadcrumb-left {
  flex: 1;
  padding: 25px 0 5px 0;
}

.breadcrumb {
  display: flex;
  gap: 5px;
}

.breadcrumb a {
  text-decoration: none;
  color: #72b717;
}

.breadcrumb a:hover {
  text-decoration: underline;
}

.breadcrumb span {
  color: #6c757d;
}

.breadcrumb-right {
  display: flex;
  align-items: center;
}

.user-info {
  display: flex;
  flex-direction: column;
  margin-right: 20px; /* Espacio entre la información del usuario y los enlaces a la derecha */
}

.user-info .username {
  font-weight: bold;
  margin-bottom: 0;
}

.user-info span i {
  color: grey;
  font-size: x-small;
}

.user-info .nomprog {
  margin-bottom: 0;
}

.breadcrumb-video,
.logout {
  margin-left: 10px; /* Espacio entre el video tutorial y el botón de salir */
}

.cambiar-programa {
  padding: 5px 10px;
  border: none;
  color: #67942b;
  border-radius: 3px;
  cursor: pointer;
  text-decoration: none;
}

.cambiar-programa:hover {
  text-decoration: underline;
}

.breadcrumb-video {
  padding: 5px 10px;
  border: none;
  color: #4f7fd9;
  border-radius: 3px;
  cursor: pointer;
  text-decoration: none;
}

.breadcrumb-video:hover {
  text-decoration: underline;
}

.logout {
  padding: 5px 10px;
  background-color: #dc3545;
  color: white;
  border: 2px solid #dc3545;
  border-radius: 3px;
  cursor: pointer;
  text-decoration: none;
}

.logout:hover {
  background-color: #c82333;
  border: 2px solid #c82333;
  color: white;
}

@media (max-width: 768px) {
  .breadcrumb {
    display: none;
  }

  .breadcrumb-container {
    padding: 0 0 0 10px;
    font-size: small;
  }
}
/*############### FIN BREADCRUMB ###################*/

/*############## ACCOUNT #########################*/
#btn-info-autoeval {
  background-color: #a0c53a;
  border: none;
  color: #333;
}
#btn-info-autoeval:hover {
  background-color: #95b737;
  border: none;
  color: #333;
}

.account-container {
  display: flex;
  justify-content: center;
  padding: 20px; /* Espaciado interno */
}
.account-info {
  background-color: #f9f9f9; /* Fondo suave */
  border: 1px solid #ddd; /* Borde ligero */
  border-radius: 8px; /* Bordes redondeados */
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1); /* Sombra ligera */
  margin-left: 10px;
}

.account-info p {
  font-size: 16px; /* Tamaño de fuente */
  line-height: 1.6; /* Altura de línea para mejorar la legibilidad */
  color: #333; /* Color de texto */
  margin-bottom: 15px; /* Espaciado inferior */
}

.account-info a {
  color: #007bff; /* Color de enlace */
  text-decoration: none; /* Sin subrayado */
}

.account-info a:hover {
  text-decoration: underline; /* Subrayado al pasar el ratón */
}

.account-info ol {
  margin-left: 20px; /* Margen izquierdo */
  padding-left: 20px; /* Padding izquierdo */
  list-style-type: decimal; /* Asegura que se muestren los numerales */
}

.account-info ol li {
  margin-bottom: 10px; /* Espaciado entre elementos */
}

.account-info h2,
.account h3 {
  color: #333; /* Color de título */
  margin-bottom: 10px; /* Espaciado inferior */
}

.account-info .centered {
  text-align: center; /* Alineación centrada */
}

@media (max-width: 768px) {
  .account-info {
    padding: 15px; /* Padding más pequeño en pantallas pequeñas */
  }

  .account-info p,
  .account-info ol {
    font-size: 14px; /* Tamaño de fuente más pequeño */
  }
}
/*############## FIN ACCOUNT #########################*/

/*################ SELECCION SEDES #################*/

.seleccion-sede-programa,
.programas-container {
  width: 100%;
  display: flex;
  justify-content: center;
  box-sizing: border-box;
  margin-bottom: 50px;
}

.seleccion-sede h3,
#seleccion-programa h3 {
  text-align: center;
}
.menu-sedes {
  display: flex;
  flex-wrap: wrap;
  max-width: 90vw;
  gap: 10px;
  margin: 0 auto;
  justify-content: center;
}

.sede-card{
  width: 15vw;
  height: auto;
  display: flex;
  position: relative;
  cursor: pointer;
  overflow-y: hidden;
  border-radius: 10px;
}

.sede-card.disabled{
  cursor: auto;
}

.sede-card img {
  width: 100%;
  height: 100%;
  display: block;
}

.sede-card.disabled img{
  filter: grayscale(100%) contrast(50%);
  width: 100%;
}

.sede-card::after{
  content: "";
  background-color: rgba(255, 255, 255, 0.8);
  position: absolute;
  width: 100%;
  bottom: 0;
  height: 25%;
  transition: 0.4s;
}

.sede-nombre {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 3% 0;
  text-align: center;
  filter: brightness(300%);
  color: #050505;
  font-size: 1.3em;
  font-weight: bold;
  z-index: 1;
  transition: 0.4s;
}

.sede-card:hover::after,
.sede-card.selected::after {
  /* Aplica este estilo solo cuando NO tenga la clase .disabled */
  height: 100%;
}

.sede-card.disabled:hover::after,
.sede-card.disabled.selected::after {
  /* Resetea los estilos si está disabled */
  height: 25%; /* o el valor predeterminado */
}

.sede-card:hover .sede-nombre,
.sede-card.selected .sede-nombre {
  bottom: 35%;
}

.sede-card.disabled:hover .sede-nombre,
.sede-card.disabled.selected .sede-nombre {
  bottom: 0;
}

.sede-card.selected {
  border: 5px solid teal;
}

.sede-card.selected::after {
  background-color: rgba(0, 0, 0, 0.6);
}

.sede-card.selected .sede-nombre {
  color: wheat;
}

#seleccion-programa .btn-container {
  display: flex;
  justify-content: center;
  margin: 20px;
}

/* Ajustes para dispositivos móviles */
@media (max-width: 600px) {
  .menu-sedes {
    display: grid;
    max-width: 400px;
    grid-template-columns: repeat(auto-fit, minmax(100px, 1fr));
    gap: 10px;
  }

  .sede-card {
    width: auto;
  }

  .sede-nombre {
    font-size: 1em;
    padding: 0 0;
  }

  .sede-card::after {
    height: 30%;
  }
}

.programas-container .loading-message {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.2em;
  color: #555;
  margin: 20px 0;
}
.programas-container .loading-message .spinner {
  margin-right: 10px;
  font-size: 1.5em;
  animation: spin 1s linear infinite;
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/*################ FIN SELECCION SEDES #################*/

/*################ SELECTPICKER ###################*/
/*Estilos para los botones selectpicker*/
.selectpicker .dropdown button {
  background-color: white !important;
  color: black !important;
  border: 1px solid rgb(228, 226, 226) !important;
}
.dropdown {
  padding: 0 !important;
  border-radius: 5px;
}

select {
  cursor: pointer;
}
/*################ FIN SELECTPICKER ###################*/
@media (max-width: 767.98px) {
  #servicios li {
    margin: 10px 0px;
  }
}

.sidebar {
  height: 100%;
  width: 240px;
  position: fixed;
  z-index: 1;
  top: 0;
  right: -240px;
  background-color: #666;
  overflow-x: hidden;
  transition: 0.5s;
  background: #333;
  font-size: 0.9em;
  z-index: 4;
}

.sidebar ul {
  padding-left: 5px;
}

.sidebar ul li {
  list-style: none;
}

@media (max-width: 767.98px) {
  .hsidebar {
    display: none;
  }
}

.sidebar a {
  padding: 8px 8px 8px 8px;
  text-decoration: none;
  font-size: 0.9em;
  color: #fff;
  display: block;
  border-bottom: 1px solid #222;
  border-top: 1px solid #444;
  transition: 0.3s;
}

.sidebar a img {
  margin-right: 5px;
}

.sidebar a:hover {
  background-color: #999;
}

.sidebar .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 36px;
  margin-left: 50px;
}

.openbtn {
  width: 34px;
  height: 126px;
  background-image: url(../images/backServices.png);
  background-position: 0 0;
  background-color: #94b43b;
  cursor: pointer;
}

.openbtn:hover {
  background-color: #667c29;
}

#main {
  transition: right 0.5s;
}

@media screen and (max-height: 450px) {
  .sidebar {
    padding-top: 15px;
  }

  .sidebar a {
    font-size: 0.9em;
  }
}

.home header {
  background: none;
}

.home h1,
.home .h1,
.home h2,
.home .h2,
.home h3,
.home .h3,
.home h4,
.home .h4,
.home h5,
.home .h5,
.home h6,
.home .h6 {
  background: none;
}

footer {
  background: #666;
}

footer.container-fluid,
footer.container-sm,
footer.container-md,
footer.container-lg,
footer.container-xl,
footer.container-xxl {
  color: #fff;
  font-size: 0.8em;
  padding: 15px;
}

footer.container-fluid nav a,
footer.container-sm nav a,
footer.container-md nav a,
footer.container-lg nav a,
footer.container-xl nav a,
footer.container-xxl nav a {
  display: inline-block;
  width: 49%;
  color: #fff;
  text-decoration: none;
}

footer.container-fluid .contder,
footer.container-sm .contder,
footer.container-md .contder,
footer.container-lg .contder,
footer.container-xl .contder,
footer.container-xxl .contder {
  display: flex;
  color: #ddd;
  border-left: 1px solid #999;
  border-right: 1px solid #999;
}

footer.container-fluid .contder .derechos,
footer.container-sm .contder .derechos,
footer.container-md .contder .derechos,
footer.container-lg .contder .derechos,
footer.container-xl .contder .derechos,
footer.container-xxl .contder .derechos {
  text-align: right;
}

footer.container-fluid .contder a,
footer.container-sm .contder a,
footer.container-md .contder a,
footer.container-lg .contder a,
footer.container-xl .contder a,
footer.container-xxl .contder a {
  color: #fff;
  text-decoration: none;
}

@media (max-width: 767.98px) {
  footer.container-fluid .contder,
  footer.container-sm .contder,
  footer.container-md .contder,
  footer.container-lg .contder,
  footer.container-xl .contder,
  footer.container-xxl .contder {
    border-top: 1px solid #999;
    border-bottom: 1px solid #999;
    padding-top: 15px;
    padding-bottom: 15px;
    margin: 15px 0;
    border-left: none;
    border-right: none;
  }
}

footer.container-fluid .row,
footer.container-sm .row,
footer.container-md .row,
footer.container-lg .row,
footer.container-xl .row,
footer.container-xxl .row {
  line-height: 1.125em;
}

#main {
  right: 0px;
  position: fixed;
  top: 190px;
  z-index: 4;
}

@media (max-width: 767.98px) {
  .asoc-img {
    border-top: 1px solid #999;
    border-bottom: 1px solid #999;
    padding-top: 15px;
    padding-bottom: 15px;
    margin: 15px 0;
    border-left: none;
    border-right: none;
  }
}

.asoc-img {
  border: none;
}

.asoc-img .container {
  padding: 0px;
}

.asoc-img .container .row-cols-2 {
  -moz-text-align-last: center;
  text-align-last: center;
}


div#pestania-accesibilidad-mobile {
  position: absolute;
  background-image: url(../images/access-icon.png);
  width: 25px;
  height: 25px;
  top: 8px;
  right: 170px;
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 2;
}

@media (max-width: 767.98px) {
  #pestania-accesibilidad {
    display: none;
  }
}

table.gsc-search-box td.gsc-input {
  padding: 0px !important;
}

.gsc-search-button {
  margin-left: 0px !important;
  width: 0%;
}

button.gsc-search-button.gsc-search-button-v2 {
  width: 24px;
  height: 24px;
}

.convergenciaUNAL {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.convergenciaUNAL .sq {
  position: absolute;
  width: 100%;
  height: 100%;
}

.convergenciaUNAL .ce-bodytext {
  padding: 1% 4%;
}

.convergenciaUNAL p {
  font-size: 0.8rem;
}

.convergenciaUNAL .agencia {
  background: #ea753f;
  color: #fff;
}

.convergenciaUNAL .circular {
  background: #ffcc5c;
  color: #333;
}

.convergenciaUNAL .periodico {
  background: #801836;
  color: #fff;
}

.convergenciaUNAL .radio {
  background: #111b49;
  color: #fff;
}

.convergenciaUNAL .c22 {
  display: inline-block;
  width: 50%;
  position: relative;
}

.convergenciaUNAL .c22::after {
  content: "";
  display: block;
  padding-bottom: 100%;
}

.convergenciaUNAL .c11 {
  display: inline-block;
  width: 25%;
  position: relative;
}

.convergenciaUNAL .c11::after {
  content: "";
  display: block;
  padding-bottom: 100%;
}

.convergenciaUNAL .c21 {
  display: inline-block;
  width: 50%;
  position: relative;
}

.convergenciaUNAL .c21::after {
  content: "";
  display: block;
  padding-bottom: 100%;
}

.contenedor {
  margin-bottom: 1%;
}

.box-shadow-container {
  width: 95%;
  background-color: white;
  border-radius: 5px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.alert.success.formatos ul{
  margin-bottom: 0;
}
/*# sourceMappingURL=frontend.css.map */
