/*!
 * Bootstrap v4.5.0 (https://getbootstrap.com/)
 * Copyright 2011-2020 The Bootstrap Authors
 * Copyright 2011-2020 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
  
 */

 /*
 
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,300;1,400;1,500;1,600;1,700;1,800&display=swap");
:root {
  --institucional: #00339F;
  --complementario: #3BE3D1;
  --resaltado: #e85b05;
  /* --primary: #00339F; */
  /*
  --primary: #1f62ca;
  --secondary: #3BE3D1;
  --success: #28a745;
  --info: #17a2b8;
  --warning: #ffc107;
  --danger: #dc3545;
  --light: #f8f9fa;
  --dark: #343a40;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; }

*/

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

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

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

body {
  margin: 0;
  font-family: "Montserrat", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #343a40;
  text-align: left;
  background-color: #fff; }

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

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

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

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

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

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

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

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

dt {
  font-weight: 700; }

dd {
  margin-bottom: .5rem;
  margin-left: 0; }

blockquote {
  margin: 0 0 1rem; }

b,
strong {
  font-weight: bolder; }

small {
  font-size: 80%; }

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

sub {
  bottom: -.25em; }

sup {
  top: -.5em; }

a {
  color: #00339F;
  text-decoration: none;
  background-color: transparent; }
  a:hover {
    color: #00236c;
    text-decoration: underline; }

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

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

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

figure {
  margin: 0 0 1rem; }

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

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

table {
  border-collapse: collapse; }

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

th {
  text-align: inherit; }

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

button {
  border-radius: 0; }

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

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

button,
input {
  overflow: visible; }

button,
select {
  text-transform: none; }

[role="button"] {
  cursor: pointer; }

select {
  word-wrap: normal; }

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

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

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

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

textarea {
  overflow: auto;
  resize: vertical; }

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

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

progress {
  vertical-align: baseline; }

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

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

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

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

output {
  display: inline-block; }

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

template {
  display: none; }

[hidden] {
  display: none !important; }

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  margin-bottom: 0.5rem;
  font-weight: 700;
  line-height: 1.1;
  color: #00339F; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.figure {
  display: inline-block; }

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

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

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

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

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

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

.container {
  width: 100%;
  padding-right: 12px;
  padding-left: 12px;
  margin-right: auto;
  margin-left: auto; }
  @media (min-width: 576px) {
    .container {
      max-width: 540px; } }
  @media (min-width: 768px) {
    .container {
      max-width: 720px; } }
  @media (min-width: 992px) {
    .container {
      max-width: 960px; } }
  @media (min-width: 1200px) {
    .container {
      max-width: 1140px; } }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.order-first {
  order: -1; }

.order-last {
  order: 13; }

.order-0 {
  order: 0; }

.order-1 {
  order: 1; }

.order-2 {
  order: 2; }

.order-3 {
  order: 3; }

.order-4 {
  order: 4; }

.order-5 {
  order: 5; }

.order-6 {
  order: 6; }

.order-7 {
  order: 7; }

.order-8 {
  order: 8; }

.order-9 {
  order: 9; }

.order-10 {
  order: 10; }

.order-11 {
  order: 11; }

.order-12 {
  order: 12; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.table-secondary,
.table-secondary > th,
.table-secondary > td {
  background-color: #c8f7f2; }
.table-secondary th,
.table-secondary td,
.table-secondary thead th,
.table-secondary tbody + tbody {
  border-color: #99f0e7; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.form-control {
  display: block;
  width: 100%;
  height: calc(1.2em + 1rem + 2px);
  padding: 0.5rem 1rem;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.2;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #00339F;
  border-radius: 0;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .form-control {
      transition: none; } }
  .form-control::-ms-expand {
    background-color: transparent;
    border: 0; }
  .form-control:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #495057; }
  .form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #2067ff;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 51, 159, 0.25); }
  .form-control::placeholder {
    color: #6c757d;
    opacity: 1; }
  .form-control:disabled, .form-control[readonly] {
    background-color: #e9ecef;
    opacity: 1; }

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

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

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

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

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

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

.form-control-plaintext {
  display: block;
  width: 100%;
  padding: 0.5rem 0;
  margin-bottom: 0;
  font-size: 0.875rem;
  line-height: 1.2;
  color: #343a40;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0; }
  .form-control-plaintext.form-control-sm, .form-control-plaintext.form-control-lg {
    padding-right: 0;
    padding-left: 0; }

.form-control-sm {
  height: calc(1.5em + 0.5rem + 2px);
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5; }

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

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

textarea.form-control {
  height: auto; }

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

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

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

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

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

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

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

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

.valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: .1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(40, 167, 69, 0.9); }

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

.was-validated .form-control:valid, .form-control.is-valid {
  border-color: #28a745;
  padding-right: calc(1.2em + 1rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.3em + 1.25rem) center;
  background-size: calc(0.6em + 0.5rem) calc(0.6em + 0.5rem); }
  .was-validated .form-control:valid:focus, .form-control.is-valid:focus {
    border-color: #28a745;
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25); }

.was-validated textarea.form-control:valid, textarea.form-control.is-valid {
  padding-right: calc(1.2em + 1rem);
  background-position: top calc(0.3em + 0.25rem) right calc(0.3em + 0.25rem); }

.was-validated .custom-select:valid, .custom-select.is-valid {
  border-color: #28a745;
  padding-right: calc(0.75em + 2.75rem);
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 1rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e") #fff no-repeat center right 2rem/calc(0.6em + 0.5rem) calc(0.6em + 0.5rem); }
  .was-validated .custom-select:valid:focus, .custom-select.is-valid:focus {
    border-color: #28a745;
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25); }

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

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

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

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

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

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

.was-validated textarea.form-control:invalid, textarea.form-control.is-invalid {
  padding-right: calc(1.2em + 1rem);
  background-position: top calc(0.3em + 0.25rem) right calc(0.3em + 0.25rem); }

.was-validated .custom-select:invalid, .custom-select.is-invalid {
  border-color: #dc3545;
  padding-right: calc(0.75em + 2.75rem);
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 1rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e") #fff no-repeat center right 2rem/calc(0.6em + 0.5rem) calc(0.6em + 0.5rem); }
  .was-validated .custom-select:invalid:focus, .custom-select.is-invalid:focus {
    border-color: #dc3545;
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25); }

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

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

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

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

.btn {
  display: inline-block;
  text-transform: uppercase;
  font-weight: 700;
  color: #343a40;
  text-align: center;
  vertical-align: middle;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.5rem 1rem;
  font-size: 0.875rem;
  line-height: 1.2;
  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) {
    .btn {
      transition: none; } }
  .btn:hover {
    color: #343a40;
    text-decoration: none; }
  .btn:focus, .btn.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 51, 159, 0.25); }
  .btn.disabled, .btn:disabled {
    opacity: 0.65; }
  .btn:not(:disabled):not(.disabled) {
    cursor: pointer; }

a.btn.disabled,
fieldset:disabled a.btn {
  pointer-events: none; }

.btn-primary {
  color: #fff;
  background-color: #00339F;
  border-color: #00339F; }
  .btn-primary:hover {
    color: #fff;
    background-color: #002779;
    border-color: #00236c; }
  .btn-primary:focus, .btn-primary.focus {
    color: #fff;
    background-color: #002779;
    border-color: #00236c;
    box-shadow: 0 0 0 0.2rem rgba(38, 82, 173, 0.5); }
  .btn-primary.disabled, .btn-primary:disabled {
    color: #fff;
    background-color: #00339F;
    border-color: #00339F; }
  .btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .show > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #00236c;
    border-color: #001f5f; }
    .btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-primary.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(38, 82, 173, 0.5); }

.btn-secondary {
  color: #212529;
  background-color: #3BE3D1;
  border-color: #3BE3D1; }
  .btn-secondary:hover {
    color: #212529;
    background-color: #1fd9c5;
    border-color: #1dcebb; }
  .btn-secondary:focus, .btn-secondary.focus {
    color: #212529;
    background-color: #1fd9c5;
    border-color: #1dcebb;
    box-shadow: 0 0 0 0.2rem rgba(55, 199, 184, 0.5); }
  .btn-secondary.disabled, .btn-secondary:disabled {
    color: #212529;
    background-color: #3BE3D1;
    border-color: #3BE3D1; }
  .btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active, .show > .btn-secondary.dropdown-toggle {
    color: #212529;
    background-color: #1dcebb;
    border-color: #1cc2b1; }
    .btn-secondary:not(:disabled):not(.disabled):active:focus, .btn-secondary:not(:disabled):not(.disabled).active:focus, .show > .btn-secondary.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(55, 199, 184, 0.5); }

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

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

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

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

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

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

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

.btn-outline-secondary {
  color: #3BE3D1;
  border-color: #3BE3D1; }
  .btn-outline-secondary:hover {
    color: #212529;
    background-color: #3BE3D1;
    border-color: #3BE3D1; }
  .btn-outline-secondary:focus, .btn-outline-secondary.focus {
    box-shadow: 0 0 0 0.2rem rgba(59, 227, 209, 0.5); }
  .btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
    color: #3BE3D1;
    background-color: transparent; }
  .btn-outline-secondary:not(:disabled):not(.disabled):active, .btn-outline-secondary:not(:disabled):not(.disabled).active, .show > .btn-outline-secondary.dropdown-toggle {
    color: #212529;
    background-color: #3BE3D1;
    border-color: #3BE3D1; }
    .btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .btn-outline-secondary:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-secondary.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(59, 227, 209, 0.5); }

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

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

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

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

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

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

.btn-link {
  font-weight: 400;
  color: #00339F;
  text-decoration: none; }
  .btn-link:hover {
    color: #00236c;
    text-decoration: underline; }
  .btn-link:focus, .btn-link.focus {
    text-decoration: underline; }
  .btn-link:disabled, .btn-link.disabled {
    color: #6c757d;
    pointer-events: none; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.btn-group > .btn:not(:first-child),
.btn-group > .btn-group:not(:first-child) {
  margin-left: -1px; }

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

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

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

.btn-group-vertical {
  flex-direction: column;
  align-items: flex-start;
  justify-content: center; }
  .btn-group-vertical > .btn,
  .btn-group-vertical > .btn-group {
    width: 100%; }
  .btn-group-vertical > .btn:not(:first-child),
  .btn-group-vertical > .btn-group:not(:first-child) {
    margin-top: -1px; }

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

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

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

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

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

.input-group-text {
  display: flex;
  align-items: center;
  padding: 0.5rem 1rem;
  margin-bottom: 0;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.2;
  color: #495057;
  text-align: center;
  white-space: nowrap;
  background-color: #e9ecef;
  border: 1px solid #00339F; }
  .input-group-text input[type="radio"],
  .input-group-text input[type="checkbox"] {
    margin-top: 0; }

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

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

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

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

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

.custom-control {
  position: relative;
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5rem; }

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

.custom-control-input {
  position: absolute;
  left: 0;
  z-index: -1;
  width: 1rem;
  height: 1.25rem;
  opacity: 0; }
  .custom-control-input:checked ~ .custom-control-label::before {
    color: #fff;
    border-color: #00339F;
    background-color: #00339F; }
  .custom-control-input:focus ~ .custom-control-label::before {
    box-shadow: 0 0 0 0.2rem rgba(0, 51, 159, 0.25); }
  .custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
    border-color: #2067ff; }
  .custom-control-input:not(:disabled):active ~ .custom-control-label::before {
    color: #fff;
    background-color: #538aff;
    border-color: #538aff; }
  .custom-control-input[disabled] ~ .custom-control-label, .custom-control-input:disabled ~ .custom-control-label {
    color: #6c757d; }
    .custom-control-input[disabled] ~ .custom-control-label::before, .custom-control-input:disabled ~ .custom-control-label::before {
      background-color: #e9ecef; }

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

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

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

.custom-switch {
  padding-left: 2.25rem; }
  .custom-switch .custom-control-label::before {
    left: -2.25rem;
    width: 1.75rem;
    pointer-events: all;
    border-radius: 0.5rem; }
  .custom-switch .custom-control-label::after {
    top: calc(0.25rem + 2px);
    left: calc(-2.25rem + 2px);
    width: calc(1rem - 4px);
    height: calc(1rem - 4px);
    background-color: #adb5bd;
    border-radius: 0.5rem;
    transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
    @media (prefers-reduced-motion: reduce) {
      .custom-switch .custom-control-label::after {
        transition: none; } }
  .custom-switch .custom-control-input:checked ~ .custom-control-label::after {
    background-color: #fff;
    transform: translateX(0.75rem); }
  .custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before {
    background-color: rgba(0, 51, 159, 0.5); }

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

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

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

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

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

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

.custom-range {
  width: 100%;
  height: 1.4rem;
  padding: 0;
  background-color: transparent;
  appearance: none; }
  .custom-range:focus {
    outline: none; }
    .custom-range:focus::-webkit-slider-thumb {
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 51, 159, 0.25); }
    .custom-range:focus::-moz-range-thumb {
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 51, 159, 0.25); }
    .custom-range:focus::-ms-thumb {
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 51, 159, 0.25); }
  .custom-range::-moz-focus-outer {
    border: 0; }
  .custom-range::-webkit-slider-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: -0.25rem;
    background-color: #00339F;
    border: 0;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none; }
    @media (prefers-reduced-motion: reduce) {
      .custom-range::-webkit-slider-thumb {
        transition: none; } }
    .custom-range::-webkit-slider-thumb:active {
      background-color: #538aff; }
  .custom-range::-webkit-slider-runnable-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent; }
  .custom-range::-moz-range-thumb {
    width: 1rem;
    height: 1rem;
    background-color: #00339F;
    border: 0;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none; }
    @media (prefers-reduced-motion: reduce) {
      .custom-range::-moz-range-thumb {
        transition: none; } }
    .custom-range::-moz-range-thumb:active {
      background-color: #538aff; }
  .custom-range::-moz-range-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent; }
  .custom-range::-ms-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: 0;
    margin-right: 0.2rem;
    margin-left: 0.2rem;
    background-color: #00339F;
    border: 0;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none; }
    @media (prefers-reduced-motion: reduce) {
      .custom-range::-ms-thumb {
        transition: none; } }
    .custom-range::-ms-thumb:active {
      background-color: #538aff; }
  .custom-range::-ms-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: transparent;
    border-color: transparent;
    border-width: 0.5rem; }
  .custom-range::-ms-fill-lower {
    background-color: #dee2e6; }
  .custom-range::-ms-fill-upper {
    margin-right: 15px;
    background-color: #dee2e6; }
  .custom-range:disabled::-webkit-slider-thumb {
    background-color: #adb5bd; }
  .custom-range:disabled::-webkit-slider-runnable-track {
    cursor: default; }
  .custom-range:disabled::-moz-range-thumb {
    background-color: #adb5bd; }
  .custom-range:disabled::-moz-range-track {
    cursor: default; }
  .custom-range:disabled::-ms-thumb {
    background-color: #adb5bd; }

.custom-control-label::before,
.custom-file-label,
.custom-select {
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .custom-control-label::before,
    .custom-file-label,
    .custom-select {
      transition: none; } }

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

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

.nav-tabs .nav-item {
  margin-bottom: -1px; }
.nav-tabs .nav-link {
  border: 1px solid transparent; }
  .nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
    border-color: #00339F #00339F #00339F; }
  .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: #00339F;
  background-color: #fff !important;
  border-color: #00339F #00339F #fff;
  border-bottom-color: transparent !important; }
.nav-tabs .dropdown-menu {
  margin-top: -1px; }

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #fff;
  background-color: #00339F; }

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

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

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

.navbar {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: 0.5rem 1rem; }
  .navbar .container,
  .navbar .container-fluid,
  .navbar .container-sm,
  .navbar .container-md,
  .navbar .container-lg,
  .navbar .container-xl {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between; }

.navbar-brand {
  display: inline-block;
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  line-height: inherit;
  white-space: nowrap; }
  .navbar-brand:hover, .navbar-brand:focus {
    text-decoration: none; }

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

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

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

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

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

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

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

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

.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); }
  .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; }
    .card > .list-group:last-child {
      border-bottom-width: 0; }

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

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

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

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

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

.card-header {
  padding: 0.75rem 1.25rem;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, 0.03);
  border-bottom: 1px solid rgba(0, 0, 0, 0.125); }
  .card-header + .list-group .list-group-item:first-child {
    border-top: 0; }

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

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

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

.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.25rem; }

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

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

.card-group > .card {
  margin-bottom: 12px; }
@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-columns .card {
  margin-bottom: 0.75rem; }
@media (min-width: 576px) {
  .card-columns {
    column-count: 3;
    column-gap: 1.25rem;
    orphans: 1;
    widows: 1; }
    .card-columns .card {
      display: inline-block;
      width: 100%; } }

.accordion > .card {
  overflow: hidden; }
  .accordion > .card:not(:last-of-type) {
    border-bottom: 0; }
  .accordion > .card > .card-header {
    margin-bottom: -1px; }

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

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

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

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

.page-item:first-child .page-link {
  margin-left: 0; }
.page-item.active .page-link {
  z-index: 3;
  color: #fff;
  background-color: #00339F;
  border-color: #00339F; }
.page-item.disabled .page-link {
  color: #6c757d;
  pointer-events: none;
  cursor: auto;
  background-color: #fff;
  border-color: #dee2e6; }

.pagination-lg .page-link {
  padding: 0.75rem 1.5rem;
  font-size: 1.25rem;
  line-height: 1.5; }

.pagination-sm .page-link {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5; }

.badge {
  display: inline-block;
  padding: 0.25em 0.4em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .badge {
      transition: none; } }
  a.badge:hover, a.badge:focus {
    text-decoration: none; }
  .badge:empty {
    display: none; }

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

.badge-pill {
  padding-right: 0.6em;
  padding-left: 0.6em; }

.badge-primary {
  color: #fff;
  background-color: #00339F; }
  a.badge-primary:hover, a.badge-primary:focus {
    color: #fff;
    background-color: #00236c; }
  a.badge-primary:focus, a.badge-primary.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 51, 159, 0.5); }

.badge-secondary {
  color: #212529;
  background-color: #3BE3D1; }
  a.badge-secondary:hover, a.badge-secondary:focus {
    color: #212529;
    background-color: #1dcebb; }
  a.badge-secondary:focus, a.badge-secondary.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(59, 227, 209, 0.5); }

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

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

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

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

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

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

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

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

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

.alert-heading {
  color: inherit; }

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

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

.alert-primary {
  color: #001b53;
  background-color: #ccd6ec;
  border-color: #b8c6e4; }
  .alert-primary hr {
    border-top-color: #a6b7dd; }
  .alert-primary .alert-link {
    color: #000a20; }

.alert-secondary {
  color: #1f766d;
  background-color: #d8f9f6;
  border-color: #c8f7f2; }
  .alert-secondary hr {
    border-top-color: #b2f4ed; }
  .alert-secondary .alert-link {
    color: #144e48; }

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

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

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

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

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

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

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

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

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

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

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

.media-body {
  flex: 1; }

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

.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: #343a40;
    background-color: #e9ecef; }

.list-group-item {
  position: relative;
  display: block;
  padding: 0.75rem 1.25rem;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125); }
  .list-group-item.disabled, .list-group-item:disabled {
    color: #6c757d;
    pointer-events: none;
    background-color: #fff; }
  .list-group-item.active {
    z-index: 2;
    color: #fff;
    background-color: #00339F;
    border-color: #00339F; }
  .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.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.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.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.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.active {
      margin-top: 0; }
    .list-group-horizontal-xl > .list-group-item + .list-group-item {
      border-top-width: 1px;
      border-left-width: 0; }
      .list-group-horizontal-xl > .list-group-item + .list-group-item.active {
        margin-left: -1px;
        border-left-width: 1px; } }
.list-group-flush > .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: #001b53;
  background-color: #b8c6e4; }
  .list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
    color: #001b53;
    background-color: #a6b7dd; }
  .list-group-item-primary.list-group-item-action.active {
    color: #fff;
    background-color: #001b53;
    border-color: #001b53; }

.list-group-item-secondary {
  color: #1f766d;
  background-color: #c8f7f2; }
  .list-group-item-secondary.list-group-item-action:hover, .list-group-item-secondary.list-group-item-action:focus {
    color: #1f766d;
    background-color: #b2f4ed; }
  .list-group-item-secondary.list-group-item-action.active {
    color: #fff;
    background-color: #1f766d;
    border-color: #1f766d; }

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

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

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

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

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

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

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

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

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

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

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

.toast-body {
  padding: 0.75rem; }

  */

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

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

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

.modal-dialog-scrollable {
  display: flex;
  max-height: calc(100% - 1rem); }
  .modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 1rem);
    overflow: hidden; }
  .modal-dialog-scrollable .modal-header,
  .modal-dialog-scrollable .modal-footer {
    flex-shrink: 0; }
  .modal-dialog-scrollable .modal-body {
    overflow-y: auto; }

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

.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  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.85; }

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

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

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

.modal-footer {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  padding: 0.75rem;
  border-top: 1px solid #dee2e6; }
  .modal-footer > * {
    margin: 0.25rem; }

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

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

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

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

  .modal-sm {
    max-width: 300px; } }
@media (min-width: 992px) {
  .modal-lg,
  .modal-xl {
    max-width: 800px; } }
@media (min-width: 1200px) {
  .modal-xl {
    max-width: 1140px; } }
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: "Montserrat", 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 .arrow {
    position: absolute;
    display: block;
    width: 0.8rem;
    height: 0.4rem; }
    .tooltip .arrow::before {
      position: absolute;
      content: "";
      border-color: transparent;
      border-style: solid; }

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

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

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

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

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

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: block;
  max-width: 276px;
  font-family: "Montserrat", 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); }
  .popover .arrow {
    position: absolute;
    display: block;
    width: 1rem;
    height: 0.5rem;
    margin: 0 0.3rem; }
    .popover .arrow::before, .popover .arrow::after {
      position: absolute;
      display: block;
      content: "";
      border-color: transparent;
      border-style: solid; }

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

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

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

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

.popover-header {
  padding: 0.5rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  color: #00339F;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb; }
  .popover-header:empty {
    display: none; }

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

.carousel {
  position: relative; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.bg-primary {
  background-color: #00339F !important; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.border-primary {
  border-color: #00339F !important; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .align-self-xl-stretch {
    align-self: stretch !important; } }
.float-left {
  float: left !important; }

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

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

@media (min-width: 576px) {
  .float-sm-left {
    float: left !important; }

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

  .float-sm-none {
    float: none !important; } }
@media (min-width: 768px) {
  .float-md-left {
    float: left !important; }

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

  .float-md-none {
    float: none !important; } }
@media (min-width: 992px) {
  .float-lg-left {
    float: left !important; }

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

  .float-lg-none {
    float: none !important; } }
@media (min-width: 1200px) {
  .float-xl-left {
    float: left !important; }

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

  .float-xl-none {
    float: none !important; } }
.user-select-all {
  user-select: all !important; }

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

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

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

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

.position-static {
  position: static !important; }

.position-relative {
  position: relative !important; }

.position-absolute {
  position: absolute !important; }

.position-fixed {
  position: fixed !important; }

.position-sticky {
  position: sticky !important; }

.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030; }

.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030; }

@supports (position: sticky) {
  .sticky-top {
    position: sticky;
    top: 0;
    z-index: 1020; } }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0; }

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal; }

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

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

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

.shadow-none {
  box-shadow: none !important; }

.w-10 {
  width: 10% !important; }

.w-25 {
  width: 25% !important; }

.w-50 {
  width: 50% !important; }

.w-75 {
  width: 75% !important; }

.w-100 {
  width: 100% !important; }

.w-auto {
  width: auto !important; }

.h-10 {
  height: 10% !important; }

.h-25 {
  height: 25% !important; }

.h-50 {
  height: 50% !important; }

.h-75 {
  height: 75% !important; }

.h-100 {
  height: 100% !important; }

.h-auto {
  height: auto !important; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.mb-2,
.my-2 {
  margin-bottom: 0.5rem !important; }

.ml-2,
.mx-2 {
  margin-left: 0.5rem !important; }

.m-3 {
  margin: 1rem !important; }

.mt-3,
.my-3 {
  margin-top: 1rem !important; }

.mr-3,
.mx-3 {
  margin-right: 1rem !important; }

.mb-3,
.my-3 {
  margin-bottom: 1rem !important; }

.ml-3,
.mx-3 {
  margin-left: 1rem !important; }

.m-4 {
  margin: 1.5rem !important; }

.mt-4,
.my-4 {
  margin-top: 1.5rem !important; }

.mr-4,
.mx-4 {
  margin-right: 1.5rem !important; }

.mb-4,
.my-4 {
  margin-bottom: 1.5rem !important; }

.ml-4,
.mx-4 {
  margin-left: 1.5rem !important; }

.m-5 {
  margin: 2rem !important; }

.mt-5,
.my-5 {
  margin-top: 2rem !important; }

.mr-5,
.mx-5 {
  margin-right: 2rem !important; }

.mb-5,
.my-5 {
  margin-bottom: 2rem !important; }

.ml-5,
.mx-5 {
  margin-left: 2rem !important; }

.m-6 {
  margin: 3rem !important; }

.mt-6,
.my-6 {
  margin-top: 3rem !important; }

.mr-6,
.mx-6 {
  margin-right: 3rem !important; }

.mb-6,
.my-6 {
  margin-bottom: 3rem !important; }

.ml-6,
.mx-6 {
  margin-left: 3rem !important; }

.p-0 {
  padding: 0 !important; }

.pt-0,
.py-0 {
  padding-top: 0 !important; }

.pr-0,
.px-0 {
  padding-right: 0 !important; }

.pb-0,
.py-0 {
  padding-bottom: 0 !important; }

.pl-0,
.px-0 {
  padding-left: 0 !important; }

.p-1 {
  padding: 0.25rem !important; }

.pt-1,
.py-1 {
  padding-top: 0.25rem !important; }

.pr-1,
.px-1 {
  padding-right: 0.25rem !important; }

.pb-1,
.py-1 {
  padding-bottom: 0.25rem !important; }

.pl-1,
.px-1 {
  padding-left: 0.25rem !important; }

.p-2 {
  padding: 0.5rem !important; }

.pt-2,
.py-2 {
  padding-top: 0.5rem !important; }

.pr-2,
.px-2 {
  padding-right: 0.5rem !important; }

.pb-2,
.py-2 {
  padding-bottom: 0.5rem !important; }

.pl-2,
.px-2 {
  padding-left: 0.5rem !important; }

.p-3 {
  padding: 1rem !important; }

.pt-3,
.py-3 {
  padding-top: 1rem !important; }

.pr-3,
.px-3 {
  padding-right: 1rem !important; }

.pb-3,
.py-3 {
  padding-bottom: 1rem !important; }

.pl-3,
.px-3 {
  padding-left: 1rem !important; }

.p-4 {
  padding: 1.5rem !important; }

.pt-4,
.py-4 {
  padding-top: 1.5rem !important; }

.pr-4,
.px-4 {
  padding-right: 1.5rem !important; }

.pb-4,
.py-4 {
  padding-bottom: 1.5rem !important; }

.pl-4,
.px-4 {
  padding-left: 1.5rem !important; }

.p-5 {
  padding: 2rem !important; }

.pt-5,
.py-5 {
  padding-top: 2rem !important; }

.pr-5,
.px-5 {
  padding-right: 2rem !important; }

.pb-5,
.py-5 {
  padding-bottom: 2rem !important; }

.pl-5,
.px-5 {
  padding-left: 2rem !important; }

.p-6 {
  padding: 3rem !important; }

.pt-6,
.py-6 {
  padding-top: 3rem !important; }

.pr-6,
.px-6 {
  padding-right: 3rem !important; }

.pb-6,
.py-6 {
  padding-bottom: 3rem !important; }

.pl-6,
.px-6 {
  padding-left: 3rem !important; }

.m-n1 {
  margin: -0.25rem !important; }

.mt-n1,
.my-n1 {
  margin-top: -0.25rem !important; }

.mr-n1,
.mx-n1 {
  margin-right: -0.25rem !important; }

.mb-n1,
.my-n1 {
  margin-bottom: -0.25rem !important; }

.ml-n1,
.mx-n1 {
  margin-left: -0.25rem !important; }

.m-n2 {
  margin: -0.5rem !important; }

.mt-n2,
.my-n2 {
  margin-top: -0.5rem !important; }

.mr-n2,
.mx-n2 {
  margin-right: -0.5rem !important; }

.mb-n2,
.my-n2 {
  margin-bottom: -0.5rem !important; }

.ml-n2,
.mx-n2 {
  margin-left: -0.5rem !important; }

.m-n3 {
  margin: -1rem !important; }

.mt-n3,
.my-n3 {
  margin-top: -1rem !important; }

.mr-n3,
.mx-n3 {
  margin-right: -1rem !important; }

.mb-n3,
.my-n3 {
  margin-bottom: -1rem !important; }

.ml-n3,
.mx-n3 {
  margin-left: -1rem !important; }

.m-n4 {
  margin: -1.5rem !important; }

.mt-n4,
.my-n4 {
  margin-top: -1.5rem !important; }

.mr-n4,
.mx-n4 {
  margin-right: -1.5rem !important; }

.mb-n4,
.my-n4 {
  margin-bottom: -1.5rem !important; }

.ml-n4,
.mx-n4 {
  margin-left: -1.5rem !important; }

.m-n5 {
  margin: -2rem !important; }

.mt-n5,
.my-n5 {
  margin-top: -2rem !important; }

.mr-n5,
.mx-n5 {
  margin-right: -2rem !important; }

.mb-n5,
.my-n5 {
  margin-bottom: -2rem !important; }

.ml-n5,
.mx-n5 {
  margin-left: -2rem !important; }

.m-n6 {
  margin: -3rem !important; }

.mt-n6,
.my-n6 {
  margin-top: -3rem !important; }

.mr-n6,
.mx-n6 {
  margin-right: -3rem !important; }

.mb-n6,
.my-n6 {
  margin-bottom: -3rem !important; }

.ml-n6,
.mx-n6 {
  margin-left: -3rem !important; }

.m-auto {
  margin: auto !important; }

.mt-auto,
.my-auto {
  margin-top: auto !important; }

.mr-auto,
.mx-auto {
  margin-right: auto !important; }

.mb-auto,
.my-auto {
  margin-bottom: auto !important; }

.ml-auto,
.mx-auto {
  margin-left: auto !important; }

@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important; }

  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0 !important; }

  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0 !important; }

  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0 !important; }

  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0 !important; }

  .m-sm-1 {
    margin: 0.25rem !important; }

  .mt-sm-1,
  .my-sm-1 {
    margin-top: 0.25rem !important; }

  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 0.25rem !important; }

  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 0.25rem !important; }

  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 0.25rem !important; }

  .m-sm-2 {
    margin: 0.5rem !important; }

  .mt-sm-2,
  .my-sm-2 {
    margin-top: 0.5rem !important; }

  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 0.5rem !important; }

  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 0.5rem !important; }

  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 0.5rem !important; }

  .m-sm-3 {
    margin: 1rem !important; }

  .mt-sm-3,
  .my-sm-3 {
    margin-top: 1rem !important; }

  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 1rem !important; }

  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 1rem !important; }

  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 1rem !important; }

  .m-sm-4 {
    margin: 1.5rem !important; }

  .mt-sm-4,
  .my-sm-4 {
    margin-top: 1.5rem !important; }

  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 1.5rem !important; }

  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 1.5rem !important; }

  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 1.5rem !important; }

  .m-sm-5 {
    margin: 2rem !important; }

  .mt-sm-5,
  .my-sm-5 {
    margin-top: 2rem !important; }

  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 2rem !important; }

  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 2rem !important; }

  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 2rem !important; }

  .m-sm-6 {
    margin: 3rem !important; }

  .mt-sm-6,
  .my-sm-6 {
    margin-top: 3rem !important; }

  .mr-sm-6,
  .mx-sm-6 {
    margin-right: 3rem !important; }

  .mb-sm-6,
  .my-sm-6 {
    margin-bottom: 3rem !important; }

  .ml-sm-6,
  .mx-sm-6 {
    margin-left: 3rem !important; }

  .p-sm-0 {
    padding: 0 !important; }

  .pt-sm-0,
  .py-sm-0 {
    padding-top: 0 !important; }

  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0 !important; }

  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0 !important; }

  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0 !important; }

  .p-sm-1 {
    padding: 0.25rem !important; }

  .pt-sm-1,
  .py-sm-1 {
    padding-top: 0.25rem !important; }

  .pr-sm-1,
  .px-sm-1 {
    padding-right: 0.25rem !important; }

  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 0.25rem !important; }

  .pl-sm-1,
  .px-sm-1 {
    padding-left: 0.25rem !important; }

  .p-sm-2 {
    padding: 0.5rem !important; }

  .pt-sm-2,
  .py-sm-2 {
    padding-top: 0.5rem !important; }

  .pr-sm-2,
  .px-sm-2 {
    padding-right: 0.5rem !important; }

  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 0.5rem !important; }

  .pl-sm-2,
  .px-sm-2 {
    padding-left: 0.5rem !important; }

  .p-sm-3 {
    padding: 1rem !important; }

  .pt-sm-3,
  .py-sm-3 {
    padding-top: 1rem !important; }

  .pr-sm-3,
  .px-sm-3 {
    padding-right: 1rem !important; }

  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 1rem !important; }

  .pl-sm-3,
  .px-sm-3 {
    padding-left: 1rem !important; }

  .p-sm-4 {
    padding: 1.5rem !important; }

  .pt-sm-4,
  .py-sm-4 {
    padding-top: 1.5rem !important; }

  .pr-sm-4,
  .px-sm-4 {
    padding-right: 1.5rem !important; }

  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 1.5rem !important; }

  .pl-sm-4,
  .px-sm-4 {
    padding-left: 1.5rem !important; }

  .p-sm-5 {
    padding: 2rem !important; }

  .pt-sm-5,
  .py-sm-5 {
    padding-top: 2rem !important; }

  .pr-sm-5,
  .px-sm-5 {
    padding-right: 2rem !important; }

  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 2rem !important; }

  .pl-sm-5,
  .px-sm-5 {
    padding-left: 2rem !important; }

  .p-sm-6 {
    padding: 3rem !important; }

  .pt-sm-6,
  .py-sm-6 {
    padding-top: 3rem !important; }

  .pr-sm-6,
  .px-sm-6 {
    padding-right: 3rem !important; }

  .pb-sm-6,
  .py-sm-6 {
    padding-bottom: 3rem !important; }

  .pl-sm-6,
  .px-sm-6 {
    padding-left: 3rem !important; }

  .m-sm-n1 {
    margin: -0.25rem !important; }

  .mt-sm-n1,
  .my-sm-n1 {
    margin-top: -0.25rem !important; }

  .mr-sm-n1,
  .mx-sm-n1 {
    margin-right: -0.25rem !important; }

  .mb-sm-n1,
  .my-sm-n1 {
    margin-bottom: -0.25rem !important; }

  .ml-sm-n1,
  .mx-sm-n1 {
    margin-left: -0.25rem !important; }

  .m-sm-n2 {
    margin: -0.5rem !important; }

  .mt-sm-n2,
  .my-sm-n2 {
    margin-top: -0.5rem !important; }

  .mr-sm-n2,
  .mx-sm-n2 {
    margin-right: -0.5rem !important; }

  .mb-sm-n2,
  .my-sm-n2 {
    margin-bottom: -0.5rem !important; }

  .ml-sm-n2,
  .mx-sm-n2 {
    margin-left: -0.5rem !important; }

  .m-sm-n3 {
    margin: -1rem !important; }

  .mt-sm-n3,
  .my-sm-n3 {
    margin-top: -1rem !important; }

  .mr-sm-n3,
  .mx-sm-n3 {
    margin-right: -1rem !important; }

  .mb-sm-n3,
  .my-sm-n3 {
    margin-bottom: -1rem !important; }

  .ml-sm-n3,
  .mx-sm-n3 {
    margin-left: -1rem !important; }

  .m-sm-n4 {
    margin: -1.5rem !important; }

  .mt-sm-n4,
  .my-sm-n4 {
    margin-top: -1.5rem !important; }

  .mr-sm-n4,
  .mx-sm-n4 {
    margin-right: -1.5rem !important; }

  .mb-sm-n4,
  .my-sm-n4 {
    margin-bottom: -1.5rem !important; }

  .ml-sm-n4,
  .mx-sm-n4 {
    margin-left: -1.5rem !important; }

  .m-sm-n5 {
    margin: -2rem !important; }

  .mt-sm-n5,
  .my-sm-n5 {
    margin-top: -2rem !important; }

  .mr-sm-n5,
  .mx-sm-n5 {
    margin-right: -2rem !important; }

  .mb-sm-n5,
  .my-sm-n5 {
    margin-bottom: -2rem !important; }

  .ml-sm-n5,
  .mx-sm-n5 {
    margin-left: -2rem !important; }

  .m-sm-n6 {
    margin: -3rem !important; }

  .mt-sm-n6,
  .my-sm-n6 {
    margin-top: -3rem !important; }

  .mr-sm-n6,
  .mx-sm-n6 {
    margin-right: -3rem !important; }

  .mb-sm-n6,
  .my-sm-n6 {
    margin-bottom: -3rem !important; }

  .ml-sm-n6,
  .mx-sm-n6 {
    margin-left: -3rem !important; }

  .m-sm-auto {
    margin: auto !important; }

  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto !important; }

  .mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto !important; }

  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto !important; }

  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important; } }
@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important; }

  .mt-md-0,
  .my-md-0 {
    margin-top: 0 !important; }

  .mr-md-0,
  .mx-md-0 {
    margin-right: 0 !important; }

  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important; }

  .ml-md-0,
  .mx-md-0 {
    margin-left: 0 !important; }

  .m-md-1 {
    margin: 0.25rem !important; }

  .mt-md-1,
  .my-md-1 {
    margin-top: 0.25rem !important; }

  .mr-md-1,
  .mx-md-1 {
    margin-right: 0.25rem !important; }

  .mb-md-1,
  .my-md-1 {
    margin-bottom: 0.25rem !important; }

  .ml-md-1,
  .mx-md-1 {
    margin-left: 0.25rem !important; }

  .m-md-2 {
    margin: 0.5rem !important; }

  .mt-md-2,
  .my-md-2 {
    margin-top: 0.5rem !important; }

  .mr-md-2,
  .mx-md-2 {
    margin-right: 0.5rem !important; }

  .mb-md-2,
  .my-md-2 {
    margin-bottom: 0.5rem !important; }

  .ml-md-2,
  .mx-md-2 {
    margin-left: 0.5rem !important; }

  .m-md-3 {
    margin: 1rem !important; }

  .mt-md-3,
  .my-md-3 {
    margin-top: 1rem !important; }

  .mr-md-3,
  .mx-md-3 {
    margin-right: 1rem !important; }

  .mb-md-3,
  .my-md-3 {
    margin-bottom: 1rem !important; }

  .ml-md-3,
  .mx-md-3 {
    margin-left: 1rem !important; }

  .m-md-4 {
    margin: 1.5rem !important; }

  .mt-md-4,
  .my-md-4 {
    margin-top: 1.5rem !important; }

  .mr-md-4,
  .mx-md-4 {
    margin-right: 1.5rem !important; }

  .mb-md-4,
  .my-md-4 {
    margin-bottom: 1.5rem !important; }

  .ml-md-4,
  .mx-md-4 {
    margin-left: 1.5rem !important; }

  .m-md-5 {
    margin: 2rem !important; }

  .mt-md-5,
  .my-md-5 {
    margin-top: 2rem !important; }

  .mr-md-5,
  .mx-md-5 {
    margin-right: 2rem !important; }

  .mb-md-5,
  .my-md-5 {
    margin-bottom: 2rem !important; }

  .ml-md-5,
  .mx-md-5 {
    margin-left: 2rem !important; }

  .m-md-6 {
    margin: 3rem !important; }

  .mt-md-6,
  .my-md-6 {
    margin-top: 3rem !important; }

  .mr-md-6,
  .mx-md-6 {
    margin-right: 3rem !important; }

  .mb-md-6,
  .my-md-6 {
    margin-bottom: 3rem !important; }

  .ml-md-6,
  .mx-md-6 {
    margin-left: 3rem !important; }

  .p-md-0 {
    padding: 0 !important; }

  .pt-md-0,
  .py-md-0 {
    padding-top: 0 !important; }

  .pr-md-0,
  .px-md-0 {
    padding-right: 0 !important; }

  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0 !important; }

  .pl-md-0,
  .px-md-0 {
    padding-left: 0 !important; }

  .p-md-1 {
    padding: 0.25rem !important; }

  .pt-md-1,
  .py-md-1 {
    padding-top: 0.25rem !important; }

  .pr-md-1,
  .px-md-1 {
    padding-right: 0.25rem !important; }

  .pb-md-1,
  .py-md-1 {
    padding-bottom: 0.25rem !important; }

  .pl-md-1,
  .px-md-1 {
    padding-left: 0.25rem !important; }

  .p-md-2 {
    padding: 0.5rem !important; }

  .pt-md-2,
  .py-md-2 {
    padding-top: 0.5rem !important; }

  .pr-md-2,
  .px-md-2 {
    padding-right: 0.5rem !important; }

  .pb-md-2,
  .py-md-2 {
    padding-bottom: 0.5rem !important; }

  .pl-md-2,
  .px-md-2 {
    padding-left: 0.5rem !important; }

  .p-md-3 {
    padding: 1rem !important; }

  .pt-md-3,
  .py-md-3 {
    padding-top: 1rem !important; }

  .pr-md-3,
  .px-md-3 {
    padding-right: 1rem !important; }

  .pb-md-3,
  .py-md-3 {
    padding-bottom: 1rem !important; }

  .pl-md-3,
  .px-md-3 {
    padding-left: 1rem !important; }

  .p-md-4 {
    padding: 1.5rem !important; }

  .pt-md-4,
  .py-md-4 {
    padding-top: 1.5rem !important; }

  .pr-md-4,
  .px-md-4 {
    padding-right: 1.5rem !important; }

  .pb-md-4,
  .py-md-4 {
    padding-bottom: 1.5rem !important; }

  .pl-md-4,
  .px-md-4 {
    padding-left: 1.5rem !important; }

  .p-md-5 {
    padding: 2rem !important; }

  .pt-md-5,
  .py-md-5 {
    padding-top: 2rem !important; }

  .pr-md-5,
  .px-md-5 {
    padding-right: 2rem !important; }

  .pb-md-5,
  .py-md-5 {
    padding-bottom: 2rem !important; }

  .pl-md-5,
  .px-md-5 {
    padding-left: 2rem !important; }

  .p-md-6 {
    padding: 3rem !important; }

  .pt-md-6,
  .py-md-6 {
    padding-top: 3rem !important; }

  .pr-md-6,
  .px-md-6 {
    padding-right: 3rem !important; }

  .pb-md-6,
  .py-md-6 {
    padding-bottom: 3rem !important; }

  .pl-md-6,
  .px-md-6 {
    padding-left: 3rem !important; }

  .m-md-n1 {
    margin: -0.25rem !important; }

  .mt-md-n1,
  .my-md-n1 {
    margin-top: -0.25rem !important; }

  .mr-md-n1,
  .mx-md-n1 {
    margin-right: -0.25rem !important; }

  .mb-md-n1,
  .my-md-n1 {
    margin-bottom: -0.25rem !important; }

  .ml-md-n1,
  .mx-md-n1 {
    margin-left: -0.25rem !important; }

  .m-md-n2 {
    margin: -0.5rem !important; }

  .mt-md-n2,
  .my-md-n2 {
    margin-top: -0.5rem !important; }

  .mr-md-n2,
  .mx-md-n2 {
    margin-right: -0.5rem !important; }

  .mb-md-n2,
  .my-md-n2 {
    margin-bottom: -0.5rem !important; }

  .ml-md-n2,
  .mx-md-n2 {
    margin-left: -0.5rem !important; }

  .m-md-n3 {
    margin: -1rem !important; }

  .mt-md-n3,
  .my-md-n3 {
    margin-top: -1rem !important; }

  .mr-md-n3,
  .mx-md-n3 {
    margin-right: -1rem !important; }

  .mb-md-n3,
  .my-md-n3 {
    margin-bottom: -1rem !important; }

  .ml-md-n3,
  .mx-md-n3 {
    margin-left: -1rem !important; }

  .m-md-n4 {
    margin: -1.5rem !important; }

  .mt-md-n4,
  .my-md-n4 {
    margin-top: -1.5rem !important; }

  .mr-md-n4,
  .mx-md-n4 {
    margin-right: -1.5rem !important; }

  .mb-md-n4,
  .my-md-n4 {
    margin-bottom: -1.5rem !important; }

  .ml-md-n4,
  .mx-md-n4 {
    margin-left: -1.5rem !important; }

  .m-md-n5 {
    margin: -2rem !important; }

  .mt-md-n5,
  .my-md-n5 {
    margin-top: -2rem !important; }

  .mr-md-n5,
  .mx-md-n5 {
    margin-right: -2rem !important; }

  .mb-md-n5,
  .my-md-n5 {
    margin-bottom: -2rem !important; }

  .ml-md-n5,
  .mx-md-n5 {
    margin-left: -2rem !important; }

  .m-md-n6 {
    margin: -3rem !important; }

  .mt-md-n6,
  .my-md-n6 {
    margin-top: -3rem !important; }

  .mr-md-n6,
  .mx-md-n6 {
    margin-right: -3rem !important; }

  .mb-md-n6,
  .my-md-n6 {
    margin-bottom: -3rem !important; }

  .ml-md-n6,
  .mx-md-n6 {
    margin-left: -3rem !important; }

  .m-md-auto {
    margin: auto !important; }

  .mt-md-auto,
  .my-md-auto {
    margin-top: auto !important; }

  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto !important; }

  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto !important; }

  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important; } }
@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important; }

  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0 !important; }

  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0 !important; }

  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0 !important; }

  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0 !important; }

  .m-lg-1 {
    margin: 0.25rem !important; }

  .mt-lg-1,
  .my-lg-1 {
    margin-top: 0.25rem !important; }

  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 0.25rem !important; }

  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 0.25rem !important; }

  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 0.25rem !important; }

  .m-lg-2 {
    margin: 0.5rem !important; }

  .mt-lg-2,
  .my-lg-2 {
    margin-top: 0.5rem !important; }

  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 0.5rem !important; }

  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 0.5rem !important; }

  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 0.5rem !important; }

  .m-lg-3 {
    margin: 1rem !important; }

  .mt-lg-3,
  .my-lg-3 {
    margin-top: 1rem !important; }

  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 1rem !important; }

  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 1rem !important; }

  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 1rem !important; }

  .m-lg-4 {
    margin: 1.5rem !important; }

  .mt-lg-4,
  .my-lg-4 {
    margin-top: 1.5rem !important; }

  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 1.5rem !important; }

  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 1.5rem !important; }

  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 1.5rem !important; }

  .m-lg-5 {
    margin: 2rem !important; }

  .mt-lg-5,
  .my-lg-5 {
    margin-top: 2rem !important; }

  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 2rem !important; }

  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 2rem !important; }

  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 2rem !important; }

  .m-lg-6 {
    margin: 3rem !important; }

  .mt-lg-6,
  .my-lg-6 {
    margin-top: 3rem !important; }

  .mr-lg-6,
  .mx-lg-6 {
    margin-right: 3rem !important; }

  .mb-lg-6,
  .my-lg-6 {
    margin-bottom: 3rem !important; }

  .ml-lg-6,
  .mx-lg-6 {
    margin-left: 3rem !important; }

  .p-lg-0 {
    padding: 0 !important; }

  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0 !important; }

  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0 !important; }

  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0 !important; }

  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0 !important; }

  .p-lg-1 {
    padding: 0.25rem !important; }

  .pt-lg-1,
  .py-lg-1 {
    padding-top: 0.25rem !important; }

  .pr-lg-1,
  .px-lg-1 {
    padding-right: 0.25rem !important; }

  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 0.25rem !important; }

  .pl-lg-1,
  .px-lg-1 {
    padding-left: 0.25rem !important; }

  .p-lg-2 {
    padding: 0.5rem !important; }

  .pt-lg-2,
  .py-lg-2 {
    padding-top: 0.5rem !important; }

  .pr-lg-2,
  .px-lg-2 {
    padding-right: 0.5rem !important; }

  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 0.5rem !important; }

  .pl-lg-2,
  .px-lg-2 {
    padding-left: 0.5rem !important; }

  .p-lg-3 {
    padding: 1rem !important; }

  .pt-lg-3,
  .py-lg-3 {
    padding-top: 1rem !important; }

  .pr-lg-3,
  .px-lg-3 {
    padding-right: 1rem !important; }

  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 1rem !important; }

  .pl-lg-3,
  .px-lg-3 {
    padding-left: 1rem !important; }

  .p-lg-4 {
    padding: 1.5rem !important; }

  .pt-lg-4,
  .py-lg-4 {
    padding-top: 1.5rem !important; }

  .pr-lg-4,
  .px-lg-4 {
    padding-right: 1.5rem !important; }

  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 1.5rem !important; }

  .pl-lg-4,
  .px-lg-4 {
    padding-left: 1.5rem !important; }

  .p-lg-5 {
    padding: 2rem !important; }

  .pt-lg-5,
  .py-lg-5 {
    padding-top: 2rem !important; }

  .pr-lg-5,
  .px-lg-5 {
    padding-right: 2rem !important; }

  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 2rem !important; }

  .pl-lg-5,
  .px-lg-5 {
    padding-left: 2rem !important; }

  .p-lg-6 {
    padding: 3rem !important; }

  .pt-lg-6,
  .py-lg-6 {
    padding-top: 3rem !important; }

  .pr-lg-6,
  .px-lg-6 {
    padding-right: 3rem !important; }

  .pb-lg-6,
  .py-lg-6 {
    padding-bottom: 3rem !important; }

  .pl-lg-6,
  .px-lg-6 {
    padding-left: 3rem !important; }

  .m-lg-n1 {
    margin: -0.25rem !important; }

  .mt-lg-n1,
  .my-lg-n1 {
    margin-top: -0.25rem !important; }

  .mr-lg-n1,
  .mx-lg-n1 {
    margin-right: -0.25rem !important; }

  .mb-lg-n1,
  .my-lg-n1 {
    margin-bottom: -0.25rem !important; }

  .ml-lg-n1,
  .mx-lg-n1 {
    margin-left: -0.25rem !important; }

  .m-lg-n2 {
    margin: -0.5rem !important; }

  .mt-lg-n2,
  .my-lg-n2 {
    margin-top: -0.5rem !important; }

  .mr-lg-n2,
  .mx-lg-n2 {
    margin-right: -0.5rem !important; }

  .mb-lg-n2,
  .my-lg-n2 {
    margin-bottom: -0.5rem !important; }

  .ml-lg-n2,
  .mx-lg-n2 {
    margin-left: -0.5rem !important; }

  .m-lg-n3 {
    margin: -1rem !important; }

  .mt-lg-n3,
  .my-lg-n3 {
    margin-top: -1rem !important; }

  .mr-lg-n3,
  .mx-lg-n3 {
    margin-right: -1rem !important; }

  .mb-lg-n3,
  .my-lg-n3 {
    margin-bottom: -1rem !important; }

  .ml-lg-n3,
  .mx-lg-n3 {
    margin-left: -1rem !important; }

  .m-lg-n4 {
    margin: -1.5rem !important; }

  .mt-lg-n4,
  .my-lg-n4 {
    margin-top: -1.5rem !important; }

  .mr-lg-n4,
  .mx-lg-n4 {
    margin-right: -1.5rem !important; }

  .mb-lg-n4,
  .my-lg-n4 {
    margin-bottom: -1.5rem !important; }

  .ml-lg-n4,
  .mx-lg-n4 {
    margin-left: -1.5rem !important; }

  .m-lg-n5 {
    margin: -2rem !important; }

  .mt-lg-n5,
  .my-lg-n5 {
    margin-top: -2rem !important; }

  .mr-lg-n5,
  .mx-lg-n5 {
    margin-right: -2rem !important; }

  .mb-lg-n5,
  .my-lg-n5 {
    margin-bottom: -2rem !important; }

  .ml-lg-n5,
  .mx-lg-n5 {
    margin-left: -2rem !important; }

  .m-lg-n6 {
    margin: -3rem !important; }

  .mt-lg-n6,
  .my-lg-n6 {
    margin-top: -3rem !important; }

  .mr-lg-n6,
  .mx-lg-n6 {
    margin-right: -3rem !important; }

  .mb-lg-n6,
  .my-lg-n6 {
    margin-bottom: -3rem !important; }

  .ml-lg-n6,
  .mx-lg-n6 {
    margin-left: -3rem !important; }

  .m-lg-auto {
    margin: auto !important; }

  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto !important; }

  .mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto !important; }

  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto !important; }

  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto !important; } }
@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important; }

  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0 !important; }

  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0 !important; }

  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0 !important; }

  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0 !important; }

  .m-xl-1 {
    margin: 0.25rem !important; }

  .mt-xl-1,
  .my-xl-1 {
    margin-top: 0.25rem !important; }

  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 0.25rem !important; }

  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 0.25rem !important; }

  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 0.25rem !important; }

  .m-xl-2 {
    margin: 0.5rem !important; }

  .mt-xl-2,
  .my-xl-2 {
    margin-top: 0.5rem !important; }

  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 0.5rem !important; }

  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 0.5rem !important; }

  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 0.5rem !important; }

  .m-xl-3 {
    margin: 1rem !important; }

  .mt-xl-3,
  .my-xl-3 {
    margin-top: 1rem !important; }

  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 1rem !important; }

  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 1rem !important; }

  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 1rem !important; }

  .m-xl-4 {
    margin: 1.5rem !important; }

  .mt-xl-4,
  .my-xl-4 {
    margin-top: 1.5rem !important; }

  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 1.5rem !important; }

  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 1.5rem !important; }

  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 1.5rem !important; }

  .m-xl-5 {
    margin: 2rem !important; }

  .mt-xl-5,
  .my-xl-5 {
    margin-top: 2rem !important; }

  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 2rem !important; }

  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 2rem !important; }

  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 2rem !important; }

  .m-xl-6 {
    margin: 3rem !important; }

  .mt-xl-6,
  .my-xl-6 {
    margin-top: 3rem !important; }

  .mr-xl-6,
  .mx-xl-6 {
    margin-right: 3rem !important; }

  .mb-xl-6,
  .my-xl-6 {
    margin-bottom: 3rem !important; }

  .ml-xl-6,
  .mx-xl-6 {
    margin-left: 3rem !important; }

  .p-xl-0 {
    padding: 0 !important; }

  .pt-xl-0,
  .py-xl-0 {
    padding-top: 0 !important; }

  .pr-xl-0,
  .px-xl-0 {
    padding-right: 0 !important; }

  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0 !important; }

  .pl-xl-0,
  .px-xl-0 {
    padding-left: 0 !important; }

  .p-xl-1 {
    padding: 0.25rem !important; }

  .pt-xl-1,
  .py-xl-1 {
    padding-top: 0.25rem !important; }

  .pr-xl-1,
  .px-xl-1 {
    padding-right: 0.25rem !important; }

  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 0.25rem !important; }

  .pl-xl-1,
  .px-xl-1 {
    padding-left: 0.25rem !important; }

  .p-xl-2 {
    padding: 0.5rem !important; }

  .pt-xl-2,
  .py-xl-2 {
    padding-top: 0.5rem !important; }

  .pr-xl-2,
  .px-xl-2 {
    padding-right: 0.5rem !important; }

  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 0.5rem !important; }

  .pl-xl-2,
  .px-xl-2 {
    padding-left: 0.5rem !important; }

  .p-xl-3 {
    padding: 1rem !important; }

  .pt-xl-3,
  .py-xl-3 {
    padding-top: 1rem !important; }

  .pr-xl-3,
  .px-xl-3 {
    padding-right: 1rem !important; }

  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 1rem !important; }

  .pl-xl-3,
  .px-xl-3 {
    padding-left: 1rem !important; }

  .p-xl-4 {
    padding: 1.5rem !important; }

  .pt-xl-4,
  .py-xl-4 {
    padding-top: 1.5rem !important; }

  .pr-xl-4,
  .px-xl-4 {
    padding-right: 1.5rem !important; }

  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 1.5rem !important; }

  .pl-xl-4,
  .px-xl-4 {
    padding-left: 1.5rem !important; }

  .p-xl-5 {
    padding: 2rem !important; }

  .pt-xl-5,
  .py-xl-5 {
    padding-top: 2rem !important; }

  .pr-xl-5,
  .px-xl-5 {
    padding-right: 2rem !important; }

  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 2rem !important; }

  .pl-xl-5,
  .px-xl-5 {
    padding-left: 2rem !important; }

  .p-xl-6 {
    padding: 3rem !important; }

  .pt-xl-6,
  .py-xl-6 {
    padding-top: 3rem !important; }

  .pr-xl-6,
  .px-xl-6 {
    padding-right: 3rem !important; }

  .pb-xl-6,
  .py-xl-6 {
    padding-bottom: 3rem !important; }

  .pl-xl-6,
  .px-xl-6 {
    padding-left: 3rem !important; }

  .m-xl-n1 {
    margin: -0.25rem !important; }

  .mt-xl-n1,
  .my-xl-n1 {
    margin-top: -0.25rem !important; }

  .mr-xl-n1,
  .mx-xl-n1 {
    margin-right: -0.25rem !important; }

  .mb-xl-n1,
  .my-xl-n1 {
    margin-bottom: -0.25rem !important; }

  .ml-xl-n1,
  .mx-xl-n1 {
    margin-left: -0.25rem !important; }

  .m-xl-n2 {
    margin: -0.5rem !important; }

  .mt-xl-n2,
  .my-xl-n2 {
    margin-top: -0.5rem !important; }

  .mr-xl-n2,
  .mx-xl-n2 {
    margin-right: -0.5rem !important; }

  .mb-xl-n2,
  .my-xl-n2 {
    margin-bottom: -0.5rem !important; }

  .ml-xl-n2,
  .mx-xl-n2 {
    margin-left: -0.5rem !important; }

  .m-xl-n3 {
    margin: -1rem !important; }

  .mt-xl-n3,
  .my-xl-n3 {
    margin-top: -1rem !important; }

  .mr-xl-n3,
  .mx-xl-n3 {
    margin-right: -1rem !important; }

  .mb-xl-n3,
  .my-xl-n3 {
    margin-bottom: -1rem !important; }

  .ml-xl-n3,
  .mx-xl-n3 {
    margin-left: -1rem !important; }

  .m-xl-n4 {
    margin: -1.5rem !important; }

  .mt-xl-n4,
  .my-xl-n4 {
    margin-top: -1.5rem !important; }

  .mr-xl-n4,
  .mx-xl-n4 {
    margin-right: -1.5rem !important; }

  .mb-xl-n4,
  .my-xl-n4 {
    margin-bottom: -1.5rem !important; }

  .ml-xl-n4,
  .mx-xl-n4 {
    margin-left: -1.5rem !important; }

  .m-xl-n5 {
    margin: -2rem !important; }

  .mt-xl-n5,
  .my-xl-n5 {
    margin-top: -2rem !important; }

  .mr-xl-n5,
  .mx-xl-n5 {
    margin-right: -2rem !important; }

  .mb-xl-n5,
  .my-xl-n5 {
    margin-bottom: -2rem !important; }

  .ml-xl-n5,
  .mx-xl-n5 {
    margin-left: -2rem !important; }

  .m-xl-n6 {
    margin: -3rem !important; }

  .mt-xl-n6,
  .my-xl-n6 {
    margin-top: -3rem !important; }

  .mr-xl-n6,
  .mx-xl-n6 {
    margin-right: -3rem !important; }

  .mb-xl-n6,
  .my-xl-n6 {
    margin-bottom: -3rem !important; }

  .ml-xl-n6,
  .mx-xl-n6 {
    margin-left: -3rem !important; }

  .m-xl-auto {
    margin: auto !important; }

  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto !important; }

  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important; }

  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important; }

  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important; } }
.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  pointer-events: auto;
  content: "";
  background-color: rgba(0, 0, 0, 0); }

.text-monospace {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important; }

.text-justify {
  text-align: justify !important; }

.text-wrap {
  white-space: normal !important; }

.text-nowrap {
  white-space: nowrap !important; }

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

.text-left {
  text-align: left !important; }

.text-right {
  text-align: right !important; }

.text-center {
  text-align: center !important; }

@media (min-width: 576px) {
  .text-sm-left {
    text-align: left !important; }

  .text-sm-right {
    text-align: right !important; }

  .text-sm-center {
    text-align: center !important; } }
@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important; }

  .text-md-right {
    text-align: right !important; }

  .text-md-center {
    text-align: center !important; } }
@media (min-width: 992px) {
  .text-lg-left {
    text-align: left !important; }

  .text-lg-right {
    text-align: right !important; }

  .text-lg-center {
    text-align: center !important; } }
@media (min-width: 1200px) {
  .text-xl-left {
    text-align: left !important; }

  .text-xl-right {
    text-align: right !important; }

  .text-xl-center {
    text-align: center !important; } }
.text-lowercase {
  text-transform: lowercase !important; }

.text-uppercase {
  text-transform: uppercase !important; }

.text-capitalize {
  text-transform: capitalize !important; }

.font-weight-light {
  font-weight: 300 !important; }

.font-weight-lighter {
  font-weight: lighter !important; }

.font-weight-normal {
  font-weight: 400 !important; }

.font-weight-bold {
  font-weight: 700 !important; }

.font-weight-bolder {
  font-weight: bolder !important; }

.font-italic {
  font-style: italic !important; }

.text-white {
  color: #fff !important; }

.text-primary {
  color: #00339F !important; }

a.text-primary:hover, a.text-primary:focus {
  color: #001a53 !important; }

.text-secondary {
  color: #3BE3D1 !important; }

a.text-secondary:hover, a.text-secondary:focus {
  color: #1ab7a6 !important; }

.text-success {
  color: #28a745 !important; }

a.text-success:hover, a.text-success:focus {
  color: #19692c !important; }

.text-info {
  color: #17a2b8 !important; }

a.text-info:hover, a.text-info:focus {
  color: #0f6674 !important; }

.text-warning {
  color: #ffc107 !important; }

a.text-warning:hover, a.text-warning:focus {
  color: #ba8b00 !important; }

.text-danger {
  color: #dc3545 !important; }

a.text-danger:hover, a.text-danger:focus {
  color: #a71d2a !important; }

.text-light {
  color: #f8f9fa !important; }

a.text-light:hover, a.text-light:focus {
  color: #cbd3da !important; }

.text-dark {
  color: #343a40 !important; }

a.text-dark:hover, a.text-dark:focus {
  color: #121416 !important; }

.text-body {
  color: #343a40 !important; }

.text-muted {
  color: #6c757d !important; }

.text-black-50 {
  color: rgba(0, 0, 0, 0.5) !important; }

.text-white-50 {
  color: rgba(255, 255, 255, 0.5) !important; }

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0; }

.text-decoration-none {
  text-decoration: none !important; }

.text-break {
  word-wrap: break-word !important; }

.text-reset {
  color: inherit !important; }

.visible {
  visibility: visible !important; }

.invisible {
  visibility: hidden !important; }

@media print {
  *,
  *::before,
  *::after {
    text-shadow: none !important;
    box-shadow: none !important; }

  a:not(.btn) {
    text-decoration: underline; }

  abbr[title]::after {
    content: " (" attr(title) ")"; }

  pre {
    white-space: pre-wrap !important; }

  pre,
  blockquote {
    border: 1px solid #adb5bd;
    page-break-inside: avoid; }

  thead {
    display: table-header-group; }

  tr,
  img {
    page-break-inside: avoid; }

  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }

  h2,
  h3 {
    page-break-after: avoid; }

  @page {
    size: a3; }
  body {
    min-width: 992px !important; }

  .container {
    min-width: 992px !important; }

  .navbar {
    display: none; }

  .badge {
    border: 1px solid #000; }

  .table {
    border-collapse: collapse !important; }
    .table td,
    .table th {
      background-color: #fff !important; }

  .table-bordered th,
  .table-bordered td {
    border: 1px solid #dee2e6 !important; }

  .table-dark {
    color: inherit; }
    .table-dark th,
    .table-dark td,
    .table-dark thead th,
    .table-dark tbody + tbody {
      border-color: #dee2e6; }

  .table .thead-dark th {
    color: inherit;
    border-color: #dee2e6; } }

/*
html {
  scroll-behavior: smooth; }

body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.scroll-anchor:before {
  display: block;
  content: " ";
  margin-top: -120px;
  height: 120px;
  visibility: hidden;
  pointer-events: none; }

.container-fluid, .container-sm, .container-md, .container-lg, .container-xl {
  padding-left: 0;
  padding-right: 0; }

.btn {
  letter-spacing: 0.0325rem;
  padding-top: 0.625rem; }

.btn-primary {
  border-color: #fff; }

.btn-light {
  border-color: #00339F; }

.btn-registrate {
  color: #fff !important; 
  background-color: #e85b05 !important
  }

.titulo-seccion {
  font-size: 1.625rem;
  line-height: 1;
  text-transform: uppercase;
  font-weight: 800;
  color: #00339F;
  margin-bottom: 2rem;
  width: 100%;
  letter-spacing: 0.0325rem; }
  .titulo-seccion .titulo-seccion-dark {
    color: #fff !important; }
    .titulo-seccion .titulo-seccion-dark:hover {
      color: #3BE3D1 !important;
      text-decoration: none; }



.redes ul {
  margin: 0;
  padding: 0;
  list-style: none; }
  .redes ul li {
    margin: 0 0.125rem 0; }
    .redes ul li a {
      padding: 0 0.5rem 0; }

.leyenda {
  font-size: 0.875rem;
  line-height: 1.3;
  margin-bottom: 1rem; }

.patrocinador-etiqueta {
  color: #3BE3D1;
  font-size: 0.875rem;
  font-weight: 800;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.85); }
*/
.close {
  color: #00339F;
  opacity: 1; }
  .close:hover {
    color: #3BE3D1; }

.ingles {
  font-size: 0.875rem;
  font-weight: 600;
  color: #fff;
  background-color: #ACEFE3;
  background: #883e0d;
  background: -moz-linear-gradient(180deg, #883e0d 0%, #d29005 100%);
  background: -webkit-linear-gradient(180deg, #883e0d 0%, #d29005 100%);
  background: linear-gradient(180deg, #883e0d 0%, #d29005 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#883e0d",endColorstr="#d29005",GradientType=1);
  padding: 0.25rem 0.375rem;
  text-shadow: none;
  text-transform: uppercase; }
  .ingles span {
    font-weight: 800; }

.video-interno {
  position: relative;
  height: 0;
  padding: 0;
  margin: 0;
  padding-bottom: 56.25%;
  /* 16:9 */ }
  .video-interno video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.video-servicio {
  position: relative;
  height: 0;
  padding: 0;
  margin: 0;
  padding-bottom: 56.25%;
  /* 16:9 */ }
  .video-servicio iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.flotante {
  position: fixed;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  right: 0.125rem;
  bottom: 0.125rem;
  left: 0.125rem;
  margin: 0;
  -webkit-box-shadow: 3px 5px 10px 1px rgba(0, 0, 0, 0.55);
  -moz-box-shadow: 3px 5px 10px 1px rgba(0, 0, 0, 0.55);
  box-shadow: 3px 5px 10px 1px rgba(0, 0, 0, 0.55);
  z-index: 2000;
  height: auto;
  background-color: #fff;
  color: #00339F; }
  .flotante .flotante-medio {
    flex-grow: 1;
    width: 100%; }
    .flotante .flotante-medio .flotante-envivo {
      padding-left: 0.5rem;
      font-size: 0.875rem;
      display: flex;
      align-items: center;
      justify-content: space-between; }
      .flotante .flotante-medio .flotante-envivo a {
        padding: 0.25rem 0.5rem; }
        .flotante .flotante-medio .flotante-envivo a svg {
          height: 20px;
          width: 20px; }
  .flotante .titulo-conferencia {
    font-size: 0.75rem;
    padding: 0.125rem 0.25rem; }
    .flotante .titulo-conferencia a {
      color: #00339F !important; }
      .flotante .titulo-conferencia a:hover {
        color: #3BE3D1 !important;
        text-decoration: none; }
  .flotante .sponsor-logo {
    height: 80px; }

.fondo-tipo {
  background: black;
  background: -moz-linear-gradient(0deg, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 50%);
  background: -webkit-linear-gradient(0deg, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 50%);
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 50%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#000000",GradientType=1);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0; }

.fondo-primary {
  z-index: 0;
  background-color: #00339F !important;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  padding: 0;
  width: 100%;
  height: 100%; }
  .fondo-primary.footer-fondo {
    background-color: #061431 !important; }

.fondo-1 {
  z-index: 0;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  background-color: #00339F;
  -moz-transform: skew(0deg, 2.2deg);
  -o-transform: skew(0deg, 2.2deg);
  -ms-transform: skew(0deg, 2.2deg);
  -webkit-transform: skew(0deg, 2.2deg);
  transform: skew(0deg, 2.2deg);
  -moz-transform-origin: top right;
  -o-transform-origin: top right;
  -ms-transform-origin: top right;
  -webkit-transform-origin: top right;
  transform-origin: top right; }

.fondo-2 {
  z-index: 0;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #3BE3D1;
  -moz-transform: skew(0deg, -3.2deg);
  -o-transform: skew(0deg, -3.2deg);
  -ms-transform: skew(0deg, -3.2deg);
  -webkit-transform: skew(0deg, -3.2deg);
  transform: skew(0deg, -3.2deg);
  -moz-transform-origin: top left;
  -o-transform-origin: top left;
  -ms-transform-origin: top left;
  -webkit-transform-origin: top left;
  transform-origin: top left;
  padding: 0; }

.fondo-3 {
  z-index: 0;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #3BE3D1;
  -moz-transform: skew(0deg, 1.8deg);
  -o-transform: skew(0deg, 1.8deg);
  -ms-transform: skew(0deg, 1.8deg);
  -webkit-transform: skew(0deg, 1.8deg);
  transform: skew(0deg, 1.8deg);
  -moz-transform-origin: top right;
  -o-transform-origin: top right;
  -ms-transform-origin: top right;
  -webkit-transform-origin: top right;
  transform-origin: top right;
  padding: 0; }
  .fondo-3.footer-fondo {
    background-color: #061431 !important; }

.fondo-4 {
  z-index: 0;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #00339F;
  -moz-transform: skew(0deg, -2.7deg);
  -o-transform: skew(0deg, -2.7deg);
  -ms-transform: skew(0deg, -2.7deg);
  -webkit-transform: skew(0deg, -2.7deg);
  transform: skew(0deg, -2.7deg);
  -moz-transform-origin: top left;
  -o-transform-origin: top left;
  -ms-transform-origin: top left;
  -webkit-transform-origin: top left;
  transform-origin: top left;
  padding: 0; }
  .fondo-4.footer-fondo {
    background-color: #061431 !important; }

.titulo-conferencia {
  font-weight: 700;
  line-height: 1.2;
  padding: 0.5rem 1rem; }
  .titulo-conferencia a {
    color: #00339F !important; }
    .titulo-conferencia a:hover {
      color: #3BE3D1 !important;
      text-decoration: none; }

.nombre-speaker {
  font-weight: 600;
  color: inherit;
  line-height: 1.3; }
  .nombre-speaker span {
    display: block;
    margin-bottom: 0.125rem;
    font-weight: 400;
    font-size: 0.875rem;
    color: inherit; }

.lista-aprendizaje {
  margin: 0;
  padding: 0;
  list-style: none; }
  .lista-aprendizaje li {
    list-style: none;
    position: relative;
    padding: 0 0 0 20px;
    margin-bottom: 0.5rem;
    font-size: 0.875rem; }
    .lista-aprendizaje li::before {
      content: "";
      position: absolute;
      left: 0;
      top: 6px;
      width: 12px;
      height: 12px;
      background-color: #00339F;
      border: 1px solid #fff; }
  .lista-aprendizaje.lista-dark li::before {
    background-color: #fff; }

.speaker-cvresumen {
  font-size: 0.875rem;
  line-height: 1.375; }

.resumen-conferencia {
  line-height: 1.2; }

.tema-conferencia {
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.3;
  padding-bottom: 0.25rem; }

.sponsor-logo {
  width: 100%;
  height: 100px;
  display: block;
  margin-bottom: 0;
  border: 1px solid #e9ecef;
  text-align: center;
  background: white !important; }
  .sponsor-logo div {
    padding: 0.125rem; }

.imagen-adaptable {
  overflow: hidden;
  width: inherit;
  height: 100%; }
  .imagen-adaptable a {
    width: auto;
    height: inherit; }
  .imagen-adaptable img {
    object-fit: cover;
    height: 100%;
    object-position: center;
    width: inherit; }

.imagen-sponsor {
  overflow: hidden;
  width: inherit;
  height: 100%;
  padding: 0.125rem;
  text-align: center;
  background-color: #fff; }
  .imagen-sponsor a {
    display: block;
    width: 100%;
    height: 100%; }
  .imagen-sponsor img {
    object-fit: contain;
    height: inherit;
    object-position: center;
    width: inherit; }

.presente, .magistral {
  background: #00339F !important;
  color: #fff !important; }
  .presente a, .magistral a {
    color: #fff !important; }
    .presente a:hover, .magistral a:hover {
      color: #3BE3D1 !important;
      text-decoration: none; }
  .presente .nombre-speaker, .magistral .nombre-speaker {
    color: #fff !important;
    color: #fff !important; }
    .presente .nombre-speaker:hover, .magistral .nombre-speaker:hover {
      color: #3BE3D1 !important;
      text-decoration: none; }
  .presente .speaker-cvresumen, .magistral .speaker-cvresumen {
    color: #fff !important;
    color: #fff !important; }
    .presente .speaker-cvresumen:hover, .magistral .speaker-cvresumen:hover {
      color: #3BE3D1 !important;
      text-decoration: none; }
  .presente .agenda-tema-completo .h6, .magistral .agenda-tema-completo .h6 {
    color: #fff !important; }
  .presente .agenda-tema-completo a, .magistral .agenda-tema-completo a {
    color: #fff !important; }
    .presente .agenda-tema-completo a:hover, .magistral .agenda-tema-completo a:hover {
      color: #00339F !important;
      text-decoration: none;
      background-color: #3BE3D1; }

.envivo {
  background-color: #dc3545 !important;
  text-transform: uppercase;
  color: #fff !important;
  font-weight: 800; }
  .envivo span {
    display: block;
    font-size: 0.875rem;
    font-weight: 700 !important; }
  .envivo a {
    color: #fff !important;
    cursor: pointer; }
    .envivo a:hover {
      color: #3BE3D1 !important;
      text-decoration: none; }

@media (min-width: 768px) {
  .titulo-seccion {
    font-size: 2rem; }

  .flotante {
    flex-direction: column;
    width: 200px; }
    .flotante .sponsor-logo {
      height: 60px; }

  .scroll-anchor:before {
    display: block;
    content: " ";
    margin-top: -120px;
    height: 120px;
    visibility: hidden;
    pointer-events: none; } }
.navegacion-principal {
  background-color: transparent;
  z-index: 900; }
  .navegacion-principal .menutop {
    background-color: #E7FAF6;
    color: #00339F;
    font-size: 0.875rem; }
    .navegacion-principal .menutop .aviso {
      line-height: 1.25; }
      .navegacion-principal .menutop .aviso span {
        font-weight: 800; }
  .navegacion-principal .navbar {
    background-color: #1f62ca; }
    .navegacion-principal .navbar .navbar-brand {
      width: 75%;
      padding-top: 0;
      padding-bottom: 0;
      margin-right: 0.5rem; }
      .navegacion-principal .navbar .navbar-brand .logo-principal {
        width: 100%;
        height: 66px;
        max-height: 66px; }
    .navegacion-principal .navbar .navbar-collapse {
      padding-left: 1rem; }
      .navegacion-principal .navbar .navbar-collapse .navbar-nav .nav-item {
        text-align: center;
        font-weight: 600; }
        .navegacion-principal .navbar .navbar-collapse .navbar-nav .nav-item .nav-link {
          line-height: 1;
          text-transform: uppercase;
          font-size: 0.8125rem; }
          .navegacion-principal .navbar .navbar-collapse .navbar-nav .nav-item .nav-link.whatsapp {
            padding: 0.375rem 0.5rem;
            font-size: 1.25rem;
            color: #3BE3D1; }
            .navegacion-principal .navbar .navbar-collapse .navbar-nav .nav-item .nav-link.whatsapp:hover {
              color: #fff; }
    .navegacion-principal .navbar .usuario-publico-cta {
      border-top: 1px solid #3BE3D1; }
  .navegacion-principal .usuario-publico {
    background: rgba(255, 255, 255, 0.4); }
    .navegacion-principal .usuario-publico .usuario-publico-login {
      padding: 0.125rem 0.5rem 0 0; }
      .navegacion-principal .usuario-publico .usuario-publico-login input, .navegacion-principal .usuario-publico .usuario-publico-login button {
        margin-bottom: 0.125rem;
        margin-right: 0.25rem; }
    .navegacion-principal .usuario-publico .usuario-publico-cta {
      background: rgba(59, 227, 209, 0.5);
      padding: 0.125rem 1rem; }
  .navegacion-principal .usuario-registrado {
    background-color: #3be3d1;
    padding-left: 0;
    padding-right: 0; }
    .navegacion-principal .usuario-registrado .container {
      padding-left: 0;
      padding-right: 0;
      display: flex;
      flex-direction: row;
      justify-content: space-between; }
    .navegacion-principal .usuario-registrado .registrado-bienvenida {
      font-size: 0.875rem;
      font-weight: 600;
      padding: 6px 0.5rem;
      width: auto; }
      .navegacion-principal .usuario-registrado .registrado-bienvenida svg {
        margin-top: -3px; }
      .navegacion-principal .usuario-registrado .registrado-bienvenida.normal {
        background: #00339f;
        background: -moz-linear-gradient(180deg, #00339f 23%, rgba(0, 51, 159, 0.9) 100%);
        background: -webkit-linear-gradient(180deg, #00339f 23%, rgba(0, 51, 159, 0.9) 100%);
        background: linear-gradient(180deg, #00339f 23%, rgba(0, 51, 159, 0.9) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00339f",endColorstr="#00339f",GradientType=1);
        color: #fff; }
      .navegacion-principal .usuario-registrado .registrado-bienvenida.platino {
        color: #00339F;
        background: #ededed;
        background: -moz-linear-gradient(180deg, #ededed 0%, #d4d4d4 7%, #8a8a8a 10%, #1e1e1e 12%, #8a8a8a 14%, #ededed 39%, #f0f0f0 41%, #f0f0f0 86%, #787878 90%, #e5e5e5 100%);
        background: -webkit-linear-gradient(180deg, #ededed 0%, #d4d4d4 7%, #8a8a8a 10%, #1e1e1e 12%, #8a8a8a 14%, #ededed 39%, #f0f0f0 41%, #f0f0f0 86%, #787878 90%, #e5e5e5 100%);
        background: linear-gradient(180deg, #ededed 0%, #d4d4d4 7%, #8a8a8a 10%, #1e1e1e 12%, #8a8a8a 14%, #ededed 39%, #f0f0f0 41%, #f0f0f0 86%, #787878 90%, #e5e5e5 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ededed",endColorstr="#e5e5e5",GradientType=1); }
      .navegacion-principal .usuario-registrado .registrado-bienvenida.dorado {
        color: #fff;
        background: #883e0d;
        background: -moz-linear-gradient(180deg, #883e0d 0%, #d0a40f 11%, #f9be00 13%, #d0a40f 40%, #d0a40f 46%, #772f09 96%, #d29005 100%);
        background: -webkit-linear-gradient(180deg, #883e0d 0%, #d0a40f 11%, #f9be00 13%, #d0a40f 40%, #d0a40f 46%, #772f09 96%, #d29005 100%);
        background: linear-gradient(180deg, #883e0d 0%, #d0a40f 11%, #f9be00 13%, #d0a40f 40%, #d0a40f 46%, #772f09 96%, #d29005 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#883e0d",endColorstr="#d29005",GradientType=1); }
    .navegacion-principal .usuario-registrado .registrado-mensaje {
      font-size: 0.875rem;
      padding: 6px 0.5rem;
      padding-left: 1rem;
      line-height: 1.1;
      color: #00339F; }

@media (min-width: 768px) {
  .navegacion-principal .menutop {
    height: 28px;
    line-height: 28px; }
    .navegacion-principal .menutop .aviso {
      line-height: 28px; }
  .navegacion-principal .navbar .navbar-brand {
    width: auto; }
    .navegacion-principal .navbar .navbar-brand .logo-principal {
      height: 48px;
      height: auto;
      width: 100%; }
  .navegacion-principal .usuario-registrado .registrado-mensaje {
    line-height: inherit; }
  .navegacion-principal .usuario-publico {
    border-top: 1px solid rgba(255, 255, 255, 0.5);
    border-bottom: 1px solid rgba(255, 255, 255, 0.5); } }
@media (min-width: 992px) {
  .navegacion-principal .navbar {
    height: 80px; }
    .navegacion-principal .navbar .navbar-nav {
      border-left: 1px solid #fff; } }
@media (max-width: 767.98px) {
  .navegacion-principal .navbar .navbar-collapse .navbar-nav {
    margin-bottom: 1rem; }
    .navegacion-principal .navbar .navbar-collapse .navbar-nav .nav-item .nav-link {
      font-size: 1rem;
      font-weight: 800;
      line-height: 1.125; } }
.hero-normal {
  position: relative;
  height: 100%;
  width: 100%;
  margin-top: -103px;
  padding-top: 103px;
  padding-bottom: 3rem; }
  .hero-normal .container {
    position: inherit; }
  .hero-normal.hero-fondo-maraton {
    background: no-repeat url("../img/maraton.jpg");
    background-position: center;
    background-size: cover;
    padding-bottom: 0; }
  .hero-normal.hero-fondo-conferencias {
    background: no-repeat url("../img/magistral.jpg");
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover; }
  .hero-normal.hero-fondo-especializadas {
    background: no-repeat url("../img/especializada.jpg");
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover; }
  .hero-normal.hero-fondo-busqueda {
    background-image: url("../img/maraton.jpg");
    height: 230px;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    margin-top: 0;
    padding-bottom: 0;
    padding-top: 0; }
    .hero-normal.hero-fondo-busqueda .fondo-maraton {
      opacity: 0.65; }
  .hero-normal .fondo-hero-interiores {
    opacity: 0.75; }

.heroalt {
  position: relative;
  width: 100vw;
  height: 100vh;
  padding: 0;
  margin: 0;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin-top: -103px; }
  .heroalt .hero-contenido .hero-info {
    margin-top: 103px; }

.hero-fondo-deg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  background: #3be3d1;
  background: -moz-linear-gradient(356deg, #3be3d1 0%, rgba(231, 250, 246, 0.5) 50%, #00339f 100%);
  background: -webkit-linear-gradient(356deg, #3be3d1 0%, rgba(231, 250, 246, 0.5) 50%, #00339f 100%);
  background: linear-gradient(356deg, #3be3d1 0%, rgba(231, 250, 246, 0.5) 50%, #00339f 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#3be3d1",endColorstr="#00339f",GradientType=1);
  opacity: 0.55; }

.hero-contenido,
.hero-fondo-medio,
.fondo-hero-interiores,
.fondo-maraton,
.fondo-conferencias,
.fondo-hero-lobby,
.hero-info {
  position: absolute;
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0; }

.hero-fondo-medio img, .hero-fondo-medio video {
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center; }

.fondo-hero-interiores {
  background: #3be3d1;
  background: -moz-linear-gradient(356deg, #3be3d1 0%, rgba(231, 250, 246, 0.5) 50%, #00339f 100%);
  background: -webkit-linear-gradient(356deg, #3be3d1 0%, rgba(231, 250, 246, 0.5) 50%, #00339f 100%);
  background: linear-gradient(356deg, #3be3d1 0%, rgba(231, 250, 246, 0.5) 50%, #00339f 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#3be3d1",endColorstr="#00339f",GradientType=1); }

.fondo-hero-lobby {
  background: #3be3d1;
  background: -moz-linear-gradient(356deg, #3be3d1 0%, rgba(231, 250, 246, 0.5) 50%, #00339f 100%);
  background: -webkit-linear-gradient(356deg, #3be3d1 0%, rgba(231, 250, 246, 0.5) 50%, #00339f 100%);
  background: linear-gradient(356deg, #3be3d1 0%, rgba(231, 250, 246, 0.5) 50%, #00339f 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#3be3d1",endColorstr="#00339f",GradientType=1);
  opacity: 0.45; }

.fondo-conferencias {
  background: #3be3d1;
  background: -moz-linear-gradient(2deg, rgba(59, 227, 209, 0.5577342048) 0%, rgba(0, 51, 159, 0.8366013072) 23%, #00339f 100%);
  background: -webkit-linear-gradient(2deg, rgba(59, 227, 209, 0.5577342048) 0%, rgba(0, 51, 159, 0.8366013072) 23%, #00339f 100%);
  background: linear-gradient(2deg, rgba(59, 227, 209, 0.5577342048) 0%, rgba(0, 51, 159, 0.8366013072) 23%, #00339f 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#3be3d1",endColorstr="#00339f",GradientType=1);
  opacity: 0.7; }

.fondo-maraton {
  background: #00339f;
  background: -moz-linear-gradient(356deg, rgba(0, 51, 159, 0.7668845316) 0%, rgba(0, 51, 159, 0.9433551198) 54%, rgba(59, 227, 209, 0.5577342048) 100%);
  background: -webkit-linear-gradient(356deg, rgba(0, 51, 159, 0.7668845316) 0%, rgba(0, 51, 159, 0.9433551198) 54%, rgba(59, 227, 209, 0.5577342048) 100%);
  background: linear-gradient(356deg, rgba(0, 51, 159, 0.7668845316) 0%, rgba(0, 51, 159, 0.9433551198) 54%, rgba(59, 227, 209, 0.5577342048) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00339f",endColorstr="#3be3d1",GradientType=1);
  opacity: 0.9; }

.hero-fondo {
  height: 100vh;
  margin-top: -103px;
  position: relative; }
  .hero-fondo .hero-fondo-medio {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 0; }
    .hero-fondo .hero-fondo-medio img, .hero-fondo .hero-fondo-medio video {
      height: 100%;
      width: 100%;
      object-fit: cover;
      object-position: center; }
  .hero-fondo .hero-fondo-deg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    background: #3be3d1;
    background: -moz-linear-gradient(356deg, #3be3d1 0%, rgba(231, 250, 246, 0.5) 50%, #00339f 100%);
    background: -webkit-linear-gradient(356deg, #3be3d1 0%, rgba(231, 250, 246, 0.5) 50%, #00339f 100%);
    background: linear-gradient(356deg, #3be3d1 0%, rgba(231, 250, 246, 0.5) 50%, #00339f 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#3be3d1",endColorstr="#00339f",GradientType=1);
    opacity: 0.55;
    position: absolute; }

.hero {
  position: absolute;
  top: 0;
  color: #fff;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 10;
  height: 100vh;
  width: 100%;
  padding-top: 103px; }
  .hero .container-fluid, .hero .container-sm, .hero .container-md, .hero .container-lg, .hero .container-xl {
    padding-right: 0;
    padding-left: 0; }

.hero-cintillo {
  width: 100%;
  background-color: rgba(59, 227, 209, 0.5);
  position: absolute;
  bottom: 0;
  padding: 0.25rem;
  color: #fff;
  z-index: 10; }

.hero-cintillo-after {
  text-align: center;
  padding: 1rem; }

.timer .timer-count {
  width: 25%;
  padding: 0 0.25rem; }
  .timer .timer-count .timer-count-etiqueta {
    font-size: 0.875rem; }
  .timer .timer-count .timer-count-numero {
    padding: 0.5rem;
    font-weight: 700;
    font-size: 1.125rem;
    background-color: #00339F; }
  .timer .timer-count .timer-registro {
    flex-grow: 1; }

#lobby-hero-pre .opcion-seccion {
  border: 1px solid rgba(0, 51, 159, 0.8);
  background-color: rgba(0, 51, 159, 0.32);
  text-transform: uppercase;
  font-weight: 700;
  width: 82%;
  margin: 0 auto;
  padding: 0.675rem 0.675rem 0;
  font-size: 0.875rem;
  line-height: 1.1;
  z-index: 10;
  color: #fff; }
  #lobby-hero-pre .opcion-seccion .opcion-seccion-links a {
    color: #fff !important;
    -moz-transition: color 0.25s ease;
    -o-transition: color 0.25s ease;
    -webkit-transition: color 0.25s ease;
    transition: color 0.25s ease;
    margin-bottom: 0.75rem;
    display: flex; }
    #lobby-hero-pre .opcion-seccion .opcion-seccion-links a:hover {
      color: #3BE3D1 !important;
      text-decoration: none; }
    #lobby-hero-pre .opcion-seccion .opcion-seccion-links a .bi {
      flex-shrink: 0;
      margin-bottom: 4px; }
#lobby-hero-pre #hero-opcion-logo {
  width: 120px;
  margin: 0.875rem auto 0.875rem;
  -webkit-box-shadow: 5px 7px 17px 3px rgba(0, 0, 0, 0.78);
  -moz-box-shadow: 5px 7px 17px 3px rgba(0, 0, 0, 0.78);
  box-shadow: 5px 7px 17px 3px rgba(0, 0, 0, 0.78); }
  #lobby-hero-pre #hero-opcion-logo img {
    width: 100%;
    height: auto; }

@media (min-width: 768px) {
  .heroalt {
    margin-top: -150px; }
    .heroalt .hero-contenido .hero-info {
      margin-top: 150px; } }
@media (min-width: 992px) {
  .heroalt {
    margin-top: -150px; }
    .heroalt .hero-contenido .hero-info {
      margin-top: 150px; } }
@media (min-width: 768px) {
  .hero::before {
    animation: bounce 2s ease-in-out infinite;
    bottom: 8vh;
    color: #00339F;
    content: '\f107';
    font: 3.5rem/1 "FontAwesome";
    margin-left: -4px;
    height: 5rem;
    left: 50%;
    letter-spacing: -1px;
    line-height: 4rem;
    margin-left: -3rem;
    opacity: 0.8;
    position: absolute;
    text-align: center;
    width: 6rem;
    z-index: 50; }
  @keyframes bounce {
    50% {
      transform: translateY(-50%); } }
  #lobby-hero-pre .opcion-seccion {
    -webkit-box-shadow: 1px 2px 6px 1px rgba(0, 0, 0, 0.55);
    -moz-box-shadow: 1px 2px 6px 1px rgba(0, 0, 0, 0.55);
    box-shadow: 1px 2px 6px 1px rgba(0, 0, 0, 0.55); }
    #lobby-hero-pre .opcion-seccion .opcion-seccion-links {
      font-size: 0.875rem; }
  #lobby-hero-pre #opcion-agenda, #lobby-hero-pre #opcion-productos, #lobby-hero-pre #opcion-proveedores, #lobby-hero-pre #opcion-tour {
    position: absolute;
    background: #00339f;
    background: -moz-linear-gradient(0deg, rgba(0, 51, 159, 0.65) 40%, rgba(59, 227, 209, 0.5) 100%);
    background: -webkit-linear-gradient(0deg, rgba(0, 51, 159, 0.65) 40%, rgba(59, 227, 209, 0.5) 100%);
    background: linear-gradient(0deg, rgba(0, 51, 159, 0.65) 40%, rgba(59, 227, 209, 0.5) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00339f",endColorstr="#3be3d1",GradientType=1); }
    #lobby-hero-pre #opcion-agenda .opcion-seccion-links, #lobby-hero-pre #opcion-productos .opcion-seccion-links, #lobby-hero-pre #opcion-proveedores .opcion-seccion-links, #lobby-hero-pre #opcion-tour .opcion-seccion-links {
      bottom: 4px;
      position: absolute;
      padding-right: 0.5rem; }
  #lobby-hero-pre #opcion-agenda {
    width: 23vh;
    height: 23vh;
    margin: 29vw auto auto 9vh;
    z-index: 98; }
    #lobby-hero-pre #opcion-agenda .opcion-seccion-links a {
      margin-bottom: 1.25rem; }
  #lobby-hero-pre #opcion-productos {
    width: 17vh;
    height: 17vh;
    margin: 36vw auto auto 44vh;
    z-index: 99; }
  #lobby-hero-pre #opcion-proveedores {
    width: 20vh;
    height: 20vh;
    margin: 39vw auto auto 30vh;
    z-index: 96; }
  #lobby-hero-pre #opcion-tour {
    width: 12vh;
    height: 12vh;
    margin: 18vw auto auto 28vh;
    background: rgba(255, 255, 255, 0.8);
    z-index: 97;
    transition: all 0.2s ease-in-out; } }
  @media (min-width: 768px) and (prefers-reduced-motion: reduce) {
    #lobby-hero-pre #opcion-tour {
      transition: none; } }
@media (min-width: 768px) {
    #lobby-hero-pre #opcion-tour:hover {
      margin-top: -4px;
      margin-top: 16vw; }
    #lobby-hero-pre #opcion-tour .opcion-seccion-links {
      position: relative;
      top: 0; }
      #lobby-hero-pre #opcion-tour .opcion-seccion-links a {
        color: #00339F !important; }
        #lobby-hero-pre #opcion-tour .opcion-seccion-links a:hover {
          color: #3BE3D1 !important;
          text-decoration: none; }
  #lobby-hero-pre #hero-opcion-logo {
    width: 17vh;
    height: 17vh;
    position: absolute;
    margin: 25vw auto auto 29vh;
    z-index: 100;
    border: 5px solid #fff; }

  .timer .timer-mensaje {
    font-size: 1.125rem;
    font-weight: 700;
    line-height: 1.1;
    text-align: right;
    text-transform: uppercase;
    padding: 0 1rem; }
  .timer .timer-count {
    align-items: center; } }
@media (min-width: 992px) {
  .hero-fondo {
    margin-top: -150px; }

  .hero {
    padding-top: 88px;
    margin-top: 0; }

  #lobby-hero-pre .opcion-seccion .opcion-seccion-links {
    font-size: 0.75rem; }
  #lobby-hero-pre #opcion-agenda {
    width: 18vw;
    height: 18vw;
    margin: 16vh auto auto 30vw; }
  #lobby-hero-pre #opcion-productos {
    width: 16vw;
    height: 16vw;
    margin: 18vh auto auto 58.5vw; }
  #lobby-hero-pre #opcion-proveedores {
    width: 18vw;
    height: 18vw;
    margin: 23vh auto auto 45.5vw; }
  #lobby-hero-pre #opcion-tour {
    width: 16vw;
    height: 14vw;
    margin: 5vh auto auto 42vw;
    font-size: 1rem; }
    #lobby-hero-pre #opcion-tour:hover {
      margin-top: 4.5vh; }
  #lobby-hero-pre #hero-opcion-logo {
    width: 12vw;
    height: 12vw;
    margin: 14vh auto auto 47vw; } }
@media (min-width: 1200px) {
  #lobby-hero-pre .opcion-seccion .opcion-seccion-links {
    font-size: 1.1rem; }
  #lobby-hero-pre #opcion-agenda {
    width: 17vw;
    height: 17vw;
    margin: 13vh auto auto 28vw; }
  #lobby-hero-pre #opcion-productos {
    width: 15vw;
    height: 15vw;
    margin: 19vh auto auto 58vw; }
  #lobby-hero-pre #opcion-proveedores {
    width: 17vw;
    height: 17vw;
    margin: 21vh auto auto 43vw; }
  #lobby-hero-pre #opcion-tour {
    width: 14vw;
    height: 12vw;
    margin: 5vh auto auto 43vw; }
    #lobby-hero-pre #opcion-tour:hover {
      margin-top: 4.5vh; }
  #lobby-hero-pre #hero-opcion-logo {
    width: 14.5vw;
    height: 14.5vw;
    margin: 14vh auto auto 44vw; } }
@media (max-width: 360px) {
  #lobby-hero-pre #hero-opcion-logo {
    width: 96px;
    margin-top: 0.25rem !important;
    margin-bottom: 0; }
  #lobby-hero-pre .opcion-seccion {
    width: 100%;
    padding-top: 0.5rem;
    padding-bottom: 0; }

  .timer .timer-counters {
    display: none !important; }
  .timer .timer-registro {
    padding: 0 !important; } }
@media (max-width: 240px) {
  #lobby-hero-pre .opcion-seccion {
    display: none; } }
.demo a {
  position: absolute;
  bottom: 60px;
  right: 4%;
  z-index: 11;
  display: inline-block;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  color: #00339F;
  text-decoration: none;
  transition: opacity .3s;
  font-weight: 700;
  font-size: 0.75rem; }

.demo a:hover {
  opacity: .5; }

#section07 a {
  padding-top: 66px; }

#section07 a span {
  position: absolute;
  top: 0;
  left: 50%;
  width: 24px;
  height: 24px;
  margin-left: -12px;
  border-left: 2px solid #00339F;
  border-bottom: 2px solid #00339F;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-animation: sdb07 2s infinite;
  animation: sdb07 2s infinite;
  opacity: 0;
  box-sizing: border-box; }

#section07 a span:nth-of-type(1) {
  -webkit-animation-delay: 0s;
  animation-delay: 0s; }

#section07 a span:nth-of-type(2) {
  top: 16px;
  -webkit-animation-delay: .15s;
  animation-delay: .15s; }

#section07 a span:nth-of-type(3) {
  top: 32px;
  -webkit-animation-delay: .3s;
  animation-delay: .3s; }

@-webkit-keyframes sdb07 {
  0% {
    opacity: 0; }
  50% {
    opacity: 1; }
  100% {
    opacity: 0; } }
@keyframes sdb07 {
  0% {
    opacity: 0; }
  50% {
    opacity: 1; }
  100% {
    opacity: 0; } }
.magistrales {
  background-color: #fff;
  position: relative;
  overflow: hidden;
  height: auto;
  padding: 1.3rem 0 2.25rem; }
  .magistrales .card-magistral {
    text-align: center;
    border: 1px solid #fff;
    margin-bottom: 2rem;
    background: #fff;
    -webkit-box-shadow: 2px 4px 10px 1px rgba(0, 0, 0, 0.7);
    -moz-box-shadow: 2px 4px 10px 1px rgba(0, 0, 0, 0.7);
    box-shadow: 2px 4px 10px 1px rgba(0, 0, 0, 0.7); }
    .magistrales .card-magistral header {
      color: #00339F;
      background-color: #3BE3D1; }
      .magistrales .card-magistral header .card-magistral-etiqueta {
        padding: 0.375rem 0.75rem;
        font-size: 0.875rem;
        font-weight: 800;
        letter-spacing: 0.0325rem;
        text-transform: uppercase;
        line-height: 1.2; }
      .magistrales .card-magistral header .card-magistral-accion {
        height: 100%;
        background: #fff;
        padding: 0.5rem; }
        .magistrales .card-magistral header .card-magistral-accion svg {
          width: 1.5rem;
          height: auto; }
        .magistrales .card-magistral header .card-magistral-accion:hover {
          background-color: #00339F;
          color: #fff;
          -moz-transition: color 0.2s ease-in;
          -o-transition: color 0.2s ease-in;
          -webkit-transition: color 0.2s ease-in;
          transition: color 0.2s ease-in; }
      .magistrales .card-magistral header .envivo .card-magistral-accion {
        background-color: #dc3545; }
        .magistrales .card-magistral header .envivo .card-magistral-accion:hover {
          background-color: #00339F; }
    .magistrales .card-magistral article {
      width: 100%;
      height: auto;
      background-color: #fff; }
      .magistrales .card-magistral article .speaker-magistral {
        position: relative;
        width: 100%;
        height: 304px;
        color: #fff !important;
        display: block; }
        .magistrales .card-magistral article .speaker-magistral:hover {
          color: #3BE3D1 !important;
          text-decoration: none; }
        .magistrales .card-magistral article .speaker-magistral .speaker-info-magistral {
          position: absolute;
          bottom: 0;
          padding: 1rem; }
          .magistrales .card-magistral article .speaker-magistral .speaker-info-magistral .speaker-nombre {
            font-size: 1.5rem;
            font-weight: 700;
            line-height: 1;
            margin-bottom: 0.75rem; }
          .magistrales .card-magistral article .speaker-magistral .speaker-info-magistral .speaker-cvresumen {
            font-size: 0.875rem;
            font-weight: 400;
            line-height: 1.3; }
      .magistrales .card-magistral article .titulo-conferencia {
        font-size: 1.25rem;
        padding: 0.25rem 0.5rem 0.5rem; }
    .magistrales .card-magistral footer {
      background-color: #fff; }
      .magistrales .card-magistral footer .card-presenta {
        font-size: 1rem;
        color: #3BE3D1;
        line-height: 1;
        font-weight: 700;
        text-align: left;
        padding-left: 0.5rem; }
      .magistrales .card-magistral footer .btn {
        width: 100%; }
      .magistrales .card-magistral footer .sponsor-logo {
        height: 140px; }

.fecha, .envivo, .ondemand {
  display: flex; }

@media (min-width: 768px) {
  .magistrales .card-magistral header .card-magistral-etiqueta {
    font-size: 1rem; }
  .magistrales .card-magistral article .titulo-conferencia {
    text-align: left; } }
@media (min-width: 992px) {
  .magistrales .card-magistral header .card-magistral-etiqueta {
    font-size: 0.825rem; }
  .magistrales .card-magistral article .titulo-conferencia {
    height: 140px;
    text-align: center; }
  .magistrales .card-magistral article .speaker-magistral {
    height: 260px; } }
@media (min-width: 1200px) {
  .magistrales .card-magistral header .card-magistral-etiqueta {
    font-size: 1.125rem; }
  .magistrales .card-magistral article .titulo-conferencia {
    height: 116px; }
  .magistrales .card-magistral article .speaker-magistral {
    height: 320px; } }
.todas {
  padding-top: 2.25rem;
  padding-bottom: 2.25rem; }

.todas-fecha {
  background: #3BE3D1;
  padding: 1rem;
  color: #00339F;
  font-size: 1.125rem;
  text-align: center;
  width: 100%;
  height: auto;
  font-weight: 800;
  margin-bottom: 1rem; }

.card-todas {
  text-align: center;
  background: #fff;
  margin-bottom: 1rem; }
  .card-todas header {
    color: #00339F;
    background-color: #3BE3D1;
    margin-bottom: .25rem; }
    .card-todas header .card-todas-etiqueta {
      padding: 0 0.75rem;
      font-size: 0.825rem;
      font-weight: 700;
      text-transform: uppercase; }
    .card-todas header .card-todas-accion {
      height: 100%;
      background: #00339F;
      padding: 0.25rem;
      color: #fff; }
      .card-todas header .card-todas-accion svg {
        width: 1.125rem;
        height: auto; }
      .card-todas header .card-todas-accion:hover {
        background-color: #3BE3D1;
        color: #00339F;
        -moz-transition: all 0.2s ease-in;
        -o-transition: all 0.2s ease-in;
        -webkit-transition: all 0.2s ease-in;
        transition: all 0.2s ease-in; }
    .card-todas header .envivo {
      background-color: #dc3545;
      text-transform: uppercase; }
      .card-todas header .envivo a {
        color: #fff !important; }
        .card-todas header .envivo a:hover {
          color: #3BE3D1 !important;
          text-decoration: none; }
      .card-todas header .envivo .card-todas-accion {
        background-color: #dc3545; }
        .card-todas header .envivo .card-todas-accion:hover {
          background-color: #00339F; }
  .card-todas article {
    margin-bottom: .25rem;
    width: 100%;
    height: auto; }
    .card-todas article > * {
      margin-bottom: .25rem; }
    .card-todas article .todas-titulo {
      font-size: 0.75rem;
      font-weight: 700;
      line-height: 1.15;
      color: #00339F;
      height: 56px; }
      .card-todas article .todas-titulo a {
        color: #00339F !important; }
        .card-todas article .todas-titulo a:hover {
          color: #3BE3D1 !important;
          text-decoration: none; }
    .card-todas article .todas-foto {
      height: 160px;
      width: 100%;
      margin-bottom: 0.25rem; }
      .card-todas article .todas-foto .imagen-adaptable a {
        width: inherit; }
    .card-todas article .todas-nombre {
      font-weight: 600;
      line-height: 1.1;
      font-size: 0.875rem; }
    .card-todas article .todas-cvresumen {
      font-size: 0.7rem;
      line-height: 1.2;
      margin-bottom: 0.125rem;
      height: 40px; }

@media (min-width: 768px) {
  .todas-fecha {
    display: flex;
    justify-content: center;
    flex-direction: column; }

  .card-todas article .todas-titulo {
    height: 40px; }
  .card-todas article .todas-foto {
    height: 216px; }
  .card-todas article .todas-cvresumen {
    height: 56px; }
  .card-todas article .todas-nombre {
    height: 34px; } }
@media (min-width: 992px) {
  .card-todas article .todas-titulo {
    height: 66px; }
  .card-todas article .todas-foto {
    height: 136px; }
  .card-todas article .todas-cvresumen {
    height: 56px; } }
@media (min-width: 1200px) {
  .card-todas header .card-todas-etiqueta {
    font-size: 1rem; }
  .card-todas article .todas-titulo {
    height: 52px; }
  .card-todas article .todas-foto {
    height: 166px; }
  .card-todas article .todas-cvresumen {
    height: 40px; } }
.sponsors-lobby {
  padding-top: 2.25rem;
  padding-bottom: 2.25rem; }

.platino .sponsor-lobby-logo {
  height: 240px; }

.oro .sponsor-lobby-logo {
  height: 180px; }

.plata .sponsor-lobby-logo {
  height: 120px; }

.otros .sponsor-lobby-logo {
  height: 85px;
  background-color: #3BE3D1;
  color: #00339F;
  text-align: center;
  vertical-align: middle;
  display: -webkit-box;
  -webkit-box-pack: center;
  -webkit-box-align: center;
  font-size: 11px;
  top: 91%;
  font-weight: 700;
  font-size: 0.75rem; }
.otros .otros-texto {
  display: block;
  line-height: 1.1;
  color: #00339F !important; }
  .otros .otros-texto:hover {
    color: #00339F !important;
    text-decoration: none; }

.sponsor-lobby-logo {
  padding: 0.5rem;
  border: 1px solid #dee2e6; }
  .sponsor-lobby-logo .imagen-adaptable img {
    object-fit: contain;
    width: 100%;
    height: 100%; }

.preguntas-frecuentes {
  padding: 2.25rem 0;
  margin-bottom: 2rem;
  z-index: 2;
  position: relative; }

.acordeon-preguntas .preguntas-header {
  background: #00339F; }
  .acordeon-preguntas .preguntas-header .preguntas-titulo {
    padding-bottom: 1rem;
    padding-top: 1rem;
    padding-left: 2rem; }
  .acordeon-preguntas .preguntas-header .titulo-seccion {
    margin-bottom: 0;
    font-size: 1.5rem; }
  .acordeon-preguntas .preguntas-header .preguntas-expandir {
    height: 100%;
    align-items: center;
    align-self: center;
    -ms-grid-column-align: center; }
    .acordeon-preguntas .preguntas-header .preguntas-expandir .btn {
      color: #fff !important;
      height: 100%; }
      .acordeon-preguntas .preguntas-header .preguntas-expandir .btn:hover {
        color: #3BE3D1 !important;
        text-decoration: none; }
.acordeon-preguntas .preguntas-contenido {
  border: 1px solid #dee2e6; }
  .acordeon-preguntas .preguntas-contenido .preguntas-numeracion {
    border-bottom: 1px solid #dee2e6;
    flex-direction: column; }
  .acordeon-preguntas .preguntas-contenido .preguntas-numero {
    font-size: 2rem;
    font-weight: 800;
    background: #3BE3D1;
    color: #00339F;
    text-align: center;
    padding: 1rem;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    width: 100%; }
    .acordeon-preguntas .preguntas-contenido .preguntas-numero > div {
      display: block; }
  .acordeon-preguntas .preguntas-contenido .preguntas-pregunta span, .acordeon-preguntas .preguntas-contenido .preguntas-respuesta span {
    font-size: 0.875rem;
    font-weight: 600;
    color: #3BE3D1; }
  .acordeon-preguntas .preguntas-contenido .preguntas-pregunta {
    margin-right: 1rem;
    font-weight: 700;
    line-height: 1.35;
    padding: 1rem; }
  .acordeon-preguntas .preguntas-contenido .preguntas-respuesta {
    padding: 1rem; }
    .acordeon-preguntas .preguntas-contenido .preguntas-respuesta p {
      margin-bottom: 0; }

@media (min-width: 768px) {
  .acordeon-preguntas .preguntas-contenido .preguntas-numeracion {
    flex-direction: row; }
    .acordeon-preguntas .preguntas-contenido .preguntas-numeracion .preguntas-numero {
      width: 25%; } }
#eventos-durante {
  padding: 1rem 0;
  background: center no-repeat url("../img/ahora.jpg");
  background-size: cover;
  background-color: rgba(0, 51, 159, 0.5); }
  #eventos-durante .hero-patrocinador .patrocinador-etiqueta {
    font-size: 1.125rem; }
  #eventos-durante .hero-patrocinador .sponsor-logo {
    height: auto;
    background-color: #fff; }

#eventos-dia {
  position: relative;
  height: 100%; }
  #eventos-dia .envivo {
    position: absolute;
    top: 0;
    left: 0;
    font-size: 1.125rem;
    z-index: 50;
    padding: 0.375rem 0.5rem; }
    #eventos-dia .envivo a svg {
      width: 18px;
      height: auto; }
  #eventos-dia .marca-agua {
    position: absolute;
    top: 0.5rem;
    right: 0.5rem;
    opacity: 0.6; }
    #eventos-dia .marca-agua img {
      width: auto;
      height: 32px; }
  #eventos-dia .carrusel-controles .carrusel-anterior {
    float: left; }
  #eventos-dia .carrusel-controles .carrusel-siguiente {
    float: right; }
  #eventos-dia .carrusel-controles .carrusel-anterior, #eventos-dia .carrusel-controles .carrusel-siguiente {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex: 1;
    height: 4rem; }
    #eventos-dia .carrusel-controles .carrusel-anterior .carrusel-control, #eventos-dia .carrusel-controles .carrusel-anterior .carrusel-info-otras, #eventos-dia .carrusel-controles .carrusel-siguiente .carrusel-control, #eventos-dia .carrusel-controles .carrusel-siguiente .carrusel-info-otras {
      height: 100%;
      display: inline-flex;
      justify-content: center;
      align-items: center; }
    #eventos-dia .carrusel-controles .carrusel-anterior .carrusel-control a, #eventos-dia .carrusel-controles .carrusel-siguiente .carrusel-control a {
      padding: 1rem;
      background: #00339F;
      width: 100%;
      height: 100%;
      color: #fff !important;
      -moz-transition: all 0.2s ease-in;
      -o-transition: all 0.2s ease-in;
      -webkit-transition: all 0.2s ease-in;
      transition: all 0.2s ease-in; }
      #eventos-dia .carrusel-controles .carrusel-anterior .carrusel-control a:hover, #eventos-dia .carrusel-controles .carrusel-siguiente .carrusel-control a:hover {
        color: #3BE3D1 !important;
        text-decoration: none; }
      #eventos-dia .carrusel-controles .carrusel-anterior .carrusel-control a svg, #eventos-dia .carrusel-controles .carrusel-siguiente .carrusel-control a svg {
        height: 1.875rem;
        width: auto;
        display: inline-block; }
    #eventos-dia .carrusel-controles .carrusel-anterior .carrusel-info-otras, #eventos-dia .carrusel-controles .carrusel-siguiente .carrusel-info-otras {
      padding: 0.5rem 1rem;
      background: #e9ecef;
      color: #00339F;
      line-height: 1.2;
      font-size: 0.875rem;
      text-align: right;
      font-weight: 600; }
  #eventos-dia .carousel-caption {
    padding-top: 0;
    padding-bottom: 0;
    text-align: left;
    left: 0;
    right: 0;
    bottom: 0; }
    #eventos-dia .carousel-caption .titulo-conferencia {
      padding: 0.5rem 1rem 0.5rem;
      text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.65);
      font-size: 1rem; }
    #eventos-dia .carousel-caption .cta-conferencia {
      padding: 0.125rem; }
    #eventos-dia .carousel-caption .resumen-conferencia {
      padding: 0 1rem 0.5rem;
      display: none; }
    #eventos-dia .carousel-caption a {
      color: #fff !important; }
      #eventos-dia .carousel-caption a:hover {
        color: #3BE3D1 !important;
        text-decoration: none; }

#destacados-hero {
  padding: 0.25rem 0.5rem;
  margin: 2rem 0;
  background: rgba(0, 51, 159, 0.65);
  margin-bottom: 1rem;
  color: #fff;
  -webkit-box-shadow: 3px 5px 8px 1px rgba(0, 0, 0, 0.65);
  -moz-box-shadow: 3px 5px 8px 1px rgba(0, 0, 0, 0.65);
  box-shadow: 3px 5px 8px 1px rgba(0, 0, 0, 0.65); }
  #destacados-hero .carrusel-destacados {
    background: transparent; }
    #destacados-hero .carrusel-destacados .sponsor-logo .imagen-adaptable {
      background: #fff; }
    #destacados-hero .carrusel-destacados .slick-prev, #destacados-hero .carrusel-destacados .slick-next {
      top: 12.5%;
      transform: translate(0, 50%); }
    #destacados-hero .carrusel-destacados .slick-list .slick-slide {
      background-color: transparent;
      position: relative;
      padding: 0 0.5rem 0.5rem;
      color: #fff; }
      #destacados-hero .carrusel-destacados .slick-list .slick-slide .btn {
        display: block; }
      #destacados-hero .carrusel-destacados .slick-list .slick-slide .nombre-producto, #destacados-hero .carrusel-destacados .slick-list .slick-slide .destacados-empresa {
        color: #fff; }
        #destacados-hero .carrusel-destacados .slick-list .slick-slide .nombre-producto a, #destacados-hero .carrusel-destacados .slick-list .slick-slide .destacados-empresa a {
          color: #fff !important; }
          #destacados-hero .carrusel-destacados .slick-list .slick-slide .nombre-producto a:hover, #destacados-hero .carrusel-destacados .slick-list .slick-slide .destacados-empresa a:hover {
            color: #3BE3D1 !important;
            text-decoration: none; }

@media (min-width: 768px) {
  #eventos-dia .envivo {
    padding: 0.5rem 0.75rem; }
    #eventos-dia .envivo span {
      font-size: 1rem; }
  #eventos-dia .marca-agua {
    top: 1rem;
    right: 1rem; }
    #eventos-dia .marca-agua img {
      height: 48px; }
  #eventos-dia .carrusel-controles .carrusel-anterior, #eventos-dia .carrusel-controles .carrusel-siguiente {
    width: 50%; }
  #eventos-dia .carousel-caption {
    left: 0;
    right: 0;
    bottom: 0; }
    #eventos-dia .carousel-caption .titulo-conferencia {
      padding: 0.5rem 1rem 0.25;
      font-size: 1.75rem; }
    #eventos-dia .carousel-caption .cta-conferencia {
      padding: 0.125rem; }
    #eventos-dia .carousel-caption .resumen-conferencia {
      padding: 0 1rem 1rem;
      display: block; }

  #destacados-hero .carrusel-destacados .slick-prev, #destacados-hero .carrusel-destacados .slick-next {
    top: 25%; } }
@media (min-width: 992px) {
  #destacados-hero {
    margin-top: 0; }
    #destacados-hero .carrusel-destacados .slick-prev, #destacados-hero .carrusel-destacados .slick-next {
      top: 10%; }

  #eventos-dia .envivo {
    padding: 0.75rem 0.875rem; }
    #eventos-dia .envivo span {
      font-size: 1.125rem; } }
@media (max-width: 240px) {
  .destacados-empresa {
    display: none; } }
.agenda {
  padding-top: 2.25rem;
  padding-bottom: 4rem;
  z-index: 1;
  position: relative; }
  .agenda .leyenda {
    margin-top: 1rem;
    margin-bottom: 1rem; }
  .agenda .agenda-tabs {
    color: #00339F; }
    .agenda .agenda-tabs .nav-tabs {
      justify-content: space-between; }
      .agenda .agenda-tabs .nav-tabs .nav-link {
        text-align: center;
        border-color: #00339F #00339F #00339F;
        background: #3BE3D1;
        padding: 0.25rem;
        font-size: 0.875rem;
        font-weight: 700;
        text-transform: uppercase;
        flex-grow: 1; }
  .agenda .tab-content {
    padding: 1rem 1rem 0;
    border: 1px solid #00339F;
    border-top-color: transparent;
    background: #fff; }

.acordeon {
  width: 100%; }
  .acordeon .card-agenda {
    border: 1px solid #3BE3D1;
    margin-bottom: 1rem;
    width: inherit; }
    .acordeon .card-agenda .card-agenda-header {
      display: flex;
      flex-direction: column; }
      .acordeon .card-agenda .card-agenda-header .carrusel-logos {
        margin: auto;
        width: 100%; }
      .acordeon .card-agenda .card-agenda-header .sponsor-logo {
        border: none;
        width: auto;
        height: 100px; }
        .acordeon .card-agenda .card-agenda-header .sponsor-logo .imagen-sponsor {
          padding-left: 0.5rem;
          padding-right: 0.5rem; }
          .acordeon .card-agenda .card-agenda-header .sponsor-logo .imagen-sponsor a img {
            width: inherit; }
      .acordeon .card-agenda .card-agenda-header .agenda-info {
        padding: 0;
        width: 100%; }
        .acordeon .card-agenda .card-agenda-header .agenda-info .agenda-tema {
          font-size: 0.925rem;
          font-weight: 600;
          padding: 0.5rem 0.75rem;
          width: 100%;
          text-transform: uppercase;
          border-bottom: 1px solid #3BE3D1; }
        .acordeon .card-agenda .card-agenda-header .agenda-info .titulo-conferencia {
          font-size: 1.125rem;
          font-weight: 700;
          color: #00339F; }
        .acordeon .card-agenda .card-agenda-header .agenda-info .nombre-speaker {
          padding: 0 0.75rem 0.5rem;
          font-size: 1.125rem; }
        .acordeon .card-agenda .card-agenda-header .agenda-info .ingles {
          text-align: right; }
      .acordeon .card-agenda .card-agenda-header .agenda-hora {
        text-align: center;
        background: #3BE3D1;
        font-weight: 600;
        color: #00339F;
        padding: 0.5rem; }
        .acordeon .card-agenda .card-agenda-header .agenda-hora .agenda-hora-dia {
          font-weight: 700;
          text-transform: uppercase;
          border-bottom: 1px solid #fff; }
      .acordeon .card-agenda .card-agenda-header .agenda-accion, .acordeon .card-agenda .card-agenda-header .agenda-expandir {
        font-size: 0.875rem;
        font-weight: 500;
        width: 100%;
        display: flex;
        justify-content: center;
        flex-direction: column;
        background: #00339F;
        color: #fff;
        text-align: center;
        height: 100%; }
        .acordeon .card-agenda .card-agenda-header .agenda-accion a, .acordeon .card-agenda .card-agenda-header .agenda-accion button, .acordeon .card-agenda .card-agenda-header .agenda-expandir a, .acordeon .card-agenda .card-agenda-header .agenda-expandir button {
          line-height: 1.2;
          padding: 0.75rem 0;
          color: #fff !important;
          -moz-transition: all 0.2s ease-in;
          -o-transition: all 0.2s ease-in;
          -webkit-transition: all 0.2s ease-in;
          transition: all 0.2s ease-in;
          display: block; }
          .acordeon .card-agenda .card-agenda-header .agenda-accion a:hover, .acordeon .card-agenda .card-agenda-header .agenda-accion button:hover, .acordeon .card-agenda .card-agenda-header .agenda-expandir a:hover, .acordeon .card-agenda .card-agenda-header .agenda-expandir button:hover {
            color: #3BE3D1 !important;
            text-decoration: none; }
          .acordeon .card-agenda .card-agenda-header .agenda-accion a svg, .acordeon .card-agenda .card-agenda-header .agenda-accion button svg, .acordeon .card-agenda .card-agenda-header .agenda-expandir a svg, .acordeon .card-agenda .card-agenda-header .agenda-expandir button svg {
            height: 1.75rem;
            width: auto; }
          .acordeon .card-agenda .card-agenda-header .agenda-accion a span, .acordeon .card-agenda .card-agenda-header .agenda-accion button span, .acordeon .card-agenda .card-agenda-header .agenda-expandir a span, .acordeon .card-agenda .card-agenda-header .agenda-expandir button span {
            margin-top: 0.125rem; }
      .acordeon .card-agenda .card-agenda-header .agenda-accion.agendada {
        background: #883e0d;
        background: -moz-linear-gradient(180deg, #883e0d 0%, #d29005 100%);
        background: -webkit-linear-gradient(180deg, #883e0d 0%, #d29005 100%);
        background: linear-gradient(180deg, #883e0d 0%, #d29005 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#883e0d",endColorstr="#d29005",GradientType=1); }
        .acordeon .card-agenda .card-agenda-header .agenda-accion.agendada .agendar {
          background: transparent !important;
          color: #fff; }
    .acordeon .card-agenda .card-agenda-contenido {
      flex-direction: column;
      padding: 1rem 1.5rem 1rem;
      display: flex;
      border-top: 1px solid #3BE3D1; }
      .acordeon .card-agenda .card-agenda-contenido > div {
        margin-top: 0.5rem; }
      .acordeon .card-agenda .card-agenda-contenido .agenda-contenido-foto {
        height: 180px;
        width: 180px;
        margin: 0 auto;
        text-align: center; }
        .acordeon .card-agenda .card-agenda-contenido .agenda-contenido-foto .imagen-adaptable a {
          width: inherit; }
      .acordeon .card-agenda .card-agenda-contenido .agenda-contenido-speaker {
        text-align: center; }
        .acordeon .card-agenda .card-agenda-contenido .agenda-contenido-speaker a {
          color: #00339F !important; }
          .acordeon .card-agenda .card-agenda-contenido .agenda-contenido-speaker a:hover {
            color: #3BE3D1 !important;
            text-decoration: none; }
        .acordeon .card-agenda .card-agenda-contenido .agenda-contenido-speaker .nombre-speaker {
          font-size: 1.25rem;
          margin-bottom: 0.5rem; }
      .acordeon .card-agenda .card-agenda-contenido .agenda-tema-resumen p {
        margin-bottom: 0.5rem; }
      .acordeon .card-agenda .card-agenda-contenido .agenda-tema-completo {
        width: 100%; }
        .acordeon .card-agenda .card-agenda-contenido .agenda-tema-completo .btn {
          color: #fff !important; }
          .acordeon .card-agenda .card-agenda-contenido .agenda-tema-completo .btn:hover {
            color: #00339F !important;
            text-decoration: none;
            background-color: #3BE3D1; }

@media (min-width: 768px) {
  .agenda .agenda-tabs .nav-tabs {
    justify-content: space-around; }
    .agenda .agenda-tabs .nav-tabs .nav-link {
      padding: 0.875rem;
      font-size: 1.25rem; }
  .agenda .tab-content {
    padding: 2.125rem; }

  .acordeon .card-agenda .card-agenda-contenido .card-agenda-speaker {
    flex-direction: row;
    display: flex; }
  .acordeon .card-agenda .card-agenda-contenido .agenda-contenido-foto {
    height: 200px;
    width: 100%; }
    .acordeon .card-agenda .card-agenda-contenido .agenda-contenido-foto .imagen-adaptable {
      width: 200px;
      margin: 0 auto; }
  .acordeon .card-agenda .card-agenda-contenido .carrusel-speakers {
    width: auto;
    margin-right: 1rem; } }
@media (min-width: 992px) {
  .acordeon .card-agenda .card-agenda-header {
    flex-direction: row; }
    .acordeon .card-agenda .card-agenda-header .carrusel-logos {
      margin: auto;
      width: 176px; }
    .acordeon .card-agenda .card-agenda-header .sponsor-logo {
      height: auto; }
      .acordeon .card-agenda .card-agenda-header .sponsor-logo .imagen-sponsor a img {
        width: 160px; }
    .acordeon .card-agenda .card-agenda-header .agenda-hora {
      flex-direction: column;
      justify-content: center;
      align-items: center;
      display: flex;
      width: 160px; }
    .acordeon .card-agenda .card-agenda-header .agenda-accion, .acordeon .card-agenda .card-agenda-header .agenda-expandir {
      color: #00339F;
      padding: 0.5rem;
      height: auto;
      align-items: center;
      font-size: 0.75rem;
      width: 120px;
      justify-content: center;
      flex-direction: column;
      border-left: 1px solid #fff; }
      .acordeon .card-agenda .card-agenda-header .agenda-accion span, .acordeon .card-agenda .card-agenda-header .agenda-expandir span {
        display: block; }
  .acordeon .card-agenda .card-agenda-contenido {
    justify-content: start;
    flex-direction: row; }
    .acordeon .card-agenda .card-agenda-contenido .agenda-contenido-foto {
      width: auto;
      height: 180px; }
      .acordeon .card-agenda .card-agenda-contenido .agenda-contenido-foto .imagen-adaptable {
        width: 180px; }
    .acordeon .card-agenda .card-agenda-contenido .agenda-contenido-speaker {
      padding-left: 1rem;
      text-align: left; }
    .acordeon .card-agenda .card-agenda-contenido .agenda-tema-completo {
      border-left: 1px solid #3BE3D1;
      padding-left: 1rem; }
    .acordeon .card-agenda .card-agenda-contenido .carrusel-speakers {
      width: 40%;
      margin-right: 1rem; } }
.conferencias {
  margin-top: 2.25rem;
  margin-bottom: 4rem;
  position: relative;
  z-index: 1; }
  .conferencias .leyenda {
    margin-top: 1rem;
    margin-bottom: 1rem; }

.hero-conferencia {
  color: #fff !important;
  position: relative;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5); }
  .hero-conferencia .tema-conferencia {
    text-transform: uppercase;
    margin-top: 1rem;
    paddiing-bottom: 0;
    font-size: 1rem; }
  .hero-conferencia .titulo-conferencia {
    font-weight: 700;
    font-size: 1.5rem;
    margin-bottom: 0;
    padding: 0; }
  .hero-conferencia .ingles {
    margin: 0.25rem auto;
    width: max-content; }
  .hero-conferencia .nombre-speaker {
    font-size: 1.25rem;
    font-weight: 800;
    margin-top: 1.5rem; }
    .hero-conferencia .nombre-speaker span {
      color: #3BE3D1;
      font-weight: 700;
      font-size: 1rem; }
  .hero-conferencia .cv-resumen {
    margin-bottom: 1rem;
    font-size: 0.875rem;
    font-weight: 600;
    opacity: 0.85;
    /* IE 8 */
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$valor-opacity-filter)";
    /* IE 5-7 */
    filter: alpha(opacity=85);
    /* Netscape */
    -moz-opacity: 0.85;
    /* Safari 1.x */
    -khtml-opacity: 0.85; }
  .hero-conferencia .conferencia-horario {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 1rem;
    margin-top: 2rem;
    background-color: #00339F;
    width: max-content;
    margin-left: auto;
    margin-right: auto;
    flex-direction: column-reverse; }
    .hero-conferencia .conferencia-horario .agenda-accion span {
      text-shadow: none;
      display: block;
      font-size: 0.75rem; }
    .hero-conferencia .conferencia-horario .fecha-conferencia {
      padding: 0.25rem 1rem;
      text-align: left; }
      .hero-conferencia .conferencia-horario .fecha-conferencia .uso-horario {
        font-weight: 600;
        color: #ACEFE3; }
      .hero-conferencia .conferencia-horario .fecha-conferencia .dia-conferencia {
        text-transform: uppercase;
        font-weight: 800; }
  .hero-conferencia .horario-internacional {
    display: flex;
    justify-content: center;
    align-items: center; }
    .hero-conferencia .horario-internacional .horario-internacional-grupo {
      margin-right: 1.125rem;
      font-weight: 600;
      line-height: 1.2;
      font-size: 0.875rem; }
      .hero-conferencia .horario-internacional .horario-internacional-grupo span {
        margin-right: 0.125rem;
        display: inline-flex; }
      .hero-conferencia .horario-internacional .horario-internacional-grupo .flag-icon-squared {
        border: 1px solid rgba(255, 255, 255, 0.65);
        padding: 0;
        height: 1em; }
    .hero-conferencia .horario-internacional div:last-child {
      margin-right: 0; }
  .hero-conferencia .presenta {
    font-size: 1.125rem;
    font-weight: 800;
    margin-top: 2rem; }
  .hero-conferencia .sponsor-logo {
    margin: 0 auto;
    width: auto;
    background: #fff;
    max-width: none;
    height: 100%;
    padding: 0.75rem 1rem;
    height: 120px; }
  .hero-conferencia .patrocinador-etiqueta {
    width: 100%; }
  .hero-conferencia .conferencia-sponsor {
    display: flex;
    flex-direction: column; }
    .hero-conferencia .conferencia-sponsor .imagen-adaptable {
      background-color: #fff;
      justify-content: center;
      align-items: center; }
      .hero-conferencia .conferencia-sponsor .imagen-adaptable a {
        text-align: center; }
    .hero-conferencia .conferencia-sponsor .btn-sponsor .btn {
      display: flex;
      height: 100%;
      justify-content: center;
      align-items: center; }

.carrusel-logos-conferencia {
  margin: 0 auto; }
  .carrusel-logos-conferencia .sponsor-logo {
    padding: 0.5rem 0; }

.dia-conferencia {
  font-size: 1.5rem;
  font-weight: 700; }

.hora-conferencia {
  font-size: 1.25rem;
  font-weight: 600; }

.uso-horario {
  font-size: 0.875rem;
  color: #3BE3D1; }

.presenta {
  font-size: 0.875rem;
  color: #3BE3D1;
  line-height: 1;
  font-weight: 600; }

.conferencia-page {
  margin: 2rem 0;
  padding: 0 0 2rem; }
  .conferencia-page .titulo-seccion {
    font-size: 1.75rem; }

.speaker {
  margin: 2rem 0; }
  .speaker .conferencia-speaker {
    -webkit-box-shadow: 1px 3px 8px 1px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 1px 3px 8px 1px rgba(0, 0, 0, 0.25);
    box-shadow: 1px 3px 8px 1px rgba(0, 0, 0, 0.25);
    padding: 1rem;
    background-color: #f8f9fa; }
    .speaker .conferencia-speaker .conferencia-speaker-grupo {
      margin-bottom: 2rem;
      border-bottom: 1px solid #3BE3D1; }
      .speaker .conferencia-speaker .conferencia-speaker-grupo:last-child {
        border-bottom: none;
        margin-bottom: 0; }
    .speaker .conferencia-speaker .conferencia-speaker-foto {
      height: 240px;
      width: 240px;
      margin: 0 auto;
      padding: 0; }
    .speaker .conferencia-speaker .nombre-speaker {
      font-size: 1.5rem;
      font-weight: 700;
      color: #00339F;
      text-align: center;
      margin-top: 0.5rem; }
    .speaker .conferencia-speaker .speaker-cv {
      font-size: 0.875rem; }

.tema-conferencia-page p {
  font-size: 0.875rem; }
.tema-conferencia-page ul li {
  font-size: 0.875rem; }

.producto-sponsor {
  margin-bottom: 2rem; }
  .producto-sponsor .carrusel-hero {
    color: inherit;
    background-color: #f8f9fa; }
    .producto-sponsor .carrusel-hero .carrusel-hero-item .destacados-producto .nombre-producto {
      color: #00339F; }
    .producto-sponsor .carrusel-hero .carrusel-hero-item .destacados-sponsor {
      margin-bottom: 0; }
      .producto-sponsor .carrusel-hero .carrusel-hero-item .destacados-sponsor .destacados-empresa-nombre a {
        color: #00339F !important; }
        .producto-sponsor .carrusel-hero .carrusel-hero-item .destacados-sponsor .destacados-empresa-nombre a:hover {
          color: #3BE3D1 !important;
          text-decoration: none; }
    .producto-sponsor .carrusel-hero .slick-next, .producto-sponsor .carrusel-hero .slick-arrow {
      top: 50%; }
/*
.vimeo-transmision .col-md-4 {
  background-color: #fff;
  padding: 1rem; }
*/
.vimeo-transmision .chat-video {
  background-color: #fff;
  padding: 1rem;
  height: min-content;}
.vimeo-transmision .chat-vimeo {
  flex-direction: column; }
  .vimeo-transmision .chat-vimeo .rectangulo {
    border: 1px solid #adb5bd;
    width: 100%;
    height: 100px; }

.agendar-footer {
  text-align: center;
  background-color: #ACEFE3;
  padding: 2rem 2rem 4rem;
  margin-bottom: -3rem; }

.agenda-accion {
  z-index: 2;
  position: relative; }
  .agenda-accion a {
    display: inline-flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 1.5rem 1.5rem 1.25rem;
    color: #fff !important;
    -moz-transition: color 0.2s ease-out;
    -o-transition: color 0.2s ease-out;
    -webkit-transition: color 0.2s ease-out;
    transition: color 0.2s ease-out; }
    .agenda-accion a:hover {
      color: #3BE3D1 !important;
      text-decoration: none; }

@media (min-width: 768px) {
  .hero-conferencia .conferencia-pre {
    padding: 2rem 4rem 2rem; }
  .hero-conferencia .titulo-conferencia {
    font-size: 2rem; }
  .hero-conferencia .nombre-speaker {
    font-size: 1.625rem; }
  .hero-conferencia .conferencia-horario {
    flex-direction: row; }
    .hero-conferencia .conferencia-horario .horario-internacional .horario-internacional-grupo {
      font-size: 1rem; }
  .hero-conferencia .sponsor-logo {
    max-width: 25vw;
    height: auto; }
  .hero-conferencia .conferencia-sponsor {
    display: flex;
    flex-direction: row;
    margin-right: -12px; }
    .hero-conferencia .conferencia-sponsor .imagen-adaptable {
      flex-grow: 1; }

  .speaker .conferencia-speaker .conferencia-speaker-grupo .conferencia-speaker-foto {
    width: 100%;
    padding: 12px; }
  .speaker .conferencia-speaker .conferencia-speaker-grupo .conferencia-speaker-info .nombre-speaker {
    text-align: left; }

  .carrusel-logos-conferencia {
    max-width: 22.5vw;
    height: 100%; }
    .carrusel-logos-conferencia .sponsor-logo {
      padding: 0.5rem 0;
      height: 120px; }
      .carrusel-logos-conferencia .sponsor-logo .imagen-sponsor {
        padding: 0 0.5rem; }

  .producto-sponsor .carrusel-hero .slick-next, .producto-sponsor .carrusel-hero .slick-arrow {
    top: 12.5%; } }
@media (min-width: 992px) {
  .hero-conferencia .sponsor-logo {
    max-width: 22.5%; }
  .hero-conferencia .cv-resumen {
    font-size: 1rem; }
  .hero-conferencia .conferencia-pre {
    padding: 1.5rem 10rem 1.5rem; }
  .hero-conferencia .conferencia-sponsor .imagen-adaptable {
    flex-grow: 0; }
  .hero-conferencia .conferencia-sponsor .btn-sponsor {
    flex-grow: 1; }

  .carrusel-logos-conferencia .sponsor-logo {
    height: 140px; }

  .speaker .conferencia-speaker .conferencia-speaker-grupo .conferencia-speaker-foto {
    padding: 0;
    width: 220px;
    height: 220px;
    margin-bottom: 0.125rem; }
    .speaker .conferencia-speaker .conferencia-speaker-grupo .conferencia-speaker-foto .imagen-adaptable {
      margin: auto; } }
.accesos-rapidos {
  padding: 2rem 0;
  background: #00339F; }
  .accesos-rapidos .rapido-boton {
    margin-bottom: 1rem; }
    .accesos-rapidos .rapido-boton a {
      color: #fff !important; }
      .accesos-rapidos .rapido-boton a:hover {
        color: #00339F !important;
        text-decoration: none;
        background-color: #3BE3D1; }

.widget-proveedores {
  padding: 2.25rem 0 3rem;
  background: center no-repeat url("../img/ahora.jpg");
  background-size: cover; }
  .widget-proveedores .boton-maraton-widget {
    padding-left: 1.375rem;
    padding-right: 1.375rem; }

.widget-busqueda, #widget-destacados {
  padding: 1rem;
  background: #fff;
  margin-bottom: 1rem;
  -webkit-box-shadow: 3px 5px 8px 1px rgba(0, 0, 0, 0.65);
  -moz-box-shadow: 3px 5px 8px 1px rgba(0, 0, 0, 0.65);
  box-shadow: 3px 5px 8px 1px rgba(0, 0, 0, 0.65);
  z-index: 10;
  position: relative; }

.widget-busqueda .select-productos, .widget-busqueda .select-empresas, .widget-busqueda .lista-categorias {
  padding: 0.5rem; }

.lista-categorias ul {
  margin-top: 1.5rem;
  margin: 0;
  padding: 0;
  list-style: none; }
  .lista-categorias ul li {
    font-size: 0.875rem;
    margin-bottom: 0.75rem; }
    .lista-categorias ul li:first-child {
      margin-top: 1.125rem; }
    .lista-categorias ul li a {
      color: #00339F !important;
      font-weight: 600;
      -moz-transition: color 0.1s ease-in;
      -o-transition: color 0.1s ease-in;
      -webkit-transition: color 0.1s ease-in;
      transition: color 0.1s ease-in; }
      .lista-categorias ul li a:hover {
        color: #3BE3D1 !important;
        text-decoration: none; }

.carrusel-destacados, .carrusel-destacados_2 {
  background-color: #fff;
  padding: 0.5rem 0.5rem 0; }
  .carrusel-destacados .slick-slide .producto-visual, .carrusel-destacados_2 .slick-slide .producto-visual {
    max-height: 280px;
    height: 240px;
    overflow: hidden;
    display: inline-block;
    width: 100%; }
    .carrusel-destacados .slick-slide .producto-visual img, .carrusel-destacados .slick-slide .producto-visual video, .carrusel-destacados_2 .slick-slide .producto-visual img, .carrusel-destacados_2 .slick-slide .producto-visual video {
      width: 100%;
      height: 100%;
      object-position: center;
      object-fit: contain; }
  .carrusel-destacados .slick-prev, .carrusel-destacados .slick-next, .carrusel-destacados_2 .slick-prev, .carrusel-destacados_2 .slick-next {
    font-size: 0;
    position: absolute;
    border: 0;
    background: none;
    z-index: 100;
    background-color: #00339F;
    color: #fff;
    top: 0;
    transform: translate(0, 50%);
    z-index: 10;
    width: auto;
    height: auto; }
    .carrusel-destacados .slick-prev::hover, .carrusel-destacados .slick-next::hover, .carrusel-destacados_2 .slick-prev::hover, .carrusel-destacados_2 .slick-next::hover {
      -moz-transition: all 0.2s ease-in;
      -o-transition: all 0.2s ease-in;
      -webkit-transition: all 0.2s ease-in;
      transition: all 0.2s ease-in; }
    .carrusel-destacados .slick-prev::before, .carrusel-destacados .slick-next::before, .carrusel-destacados_2 .slick-prev::before, .carrusel-destacados_2 .slick-next::before {
      content: none; }
  .carrusel-destacados .slick-prev, .carrusel-destacados_2 .slick-prev {
    left: 0.25rem;
    padding: .5rem .625rem;
    border: 1px solid rgba(255, 255, 255, 0.5); }
  .carrusel-destacados .slick-next, .carrusel-destacados_2 .slick-next {
    right: 0.25rem;
    padding: .5rem .5rem;
    border: 1px solid rgba(255, 255, 255, 0.5); }
  .carrusel-destacados .slick-prev:after, .carrusel-destacados_2 .slick-prev:after {
    margin-left: -4px;
    content: url("../img/left_white.svg");
    color: #fff;
    line-height: 1; }
  .carrusel-destacados .slick-prev:hover:after, .carrusel-destacados_2 .slick-prev:hover:after {
    color: #3BE3D1;
    content: url("../img/left_comp.svg"); }
  .carrusel-destacados .slick-next:after, .carrusel-destacados_2 .slick-next:after {
    margin-right: -4px;
    content: url("../img/right_white.svg");
    color: #fff;
    line-height: 1; }
  .carrusel-destacados .slick-next:hover:after, .carrusel-destacados_2 .slick-next:hover:after {
    color: #3BE3D1;
    content: url("../img/right_comp.svg"); }
  .carrusel-destacados .slick-list .slick-slide, .carrusel-destacados_2 .slick-list .slick-slide {
    background-color: #fff;
    position: relative;
    padding: 0 1rem 1rem; }

.nombre-producto {
  font-size: 1.25rem;
  color: #00339F;
  font-weight: 700;
  line-height: 1.2; }

.descripcion-producto {
  line-height: 1.3;
  font-size: 0.875rem; }

.producto-visual img, .producto-visual video {
  width: 100%;
  height: 100%; }

.destacados-sponsor .sponsor-logo {
  margin-right: 0.25rem; }
.destacados-sponsor .destacados-empresa {
  margin-left: 0.25rem; }
  .destacados-sponsor .destacados-empresa .destacados-empresa-nombre {
    font-weight: 600;
    line-height: 1.1;
    color: #00339F; }
    .destacados-sponsor .destacados-empresa .destacados-empresa-nombre a {
      color: #00339F !important; }
      .destacados-sponsor .destacados-empresa .destacados-empresa-nombre a:hover {
        color: #3BE3D1 !important;
        text-decoration: none; }
  .destacados-sponsor .destacados-empresa .destacados-empresa-categoria {
    font-size: 0.875rem;
    font-weight: 500;
    line-height: 1.3; }

@media (min-width: 992px) {
  .carrusel-destacados .slick-prev, .carrusel-destacados .slick-next {
    top: 12.5%;
    transform: translate(0, 50%); } }
.footer-global {
  background: #061431;
  color: #fff;
  padding: 2.5rem 0 0;
  position: relative;
  margin-top: 0rem;
  margin-bottom: 0;
  text-align: center;
  z-index: 0; }
  .footer-global section {
    background-color: #061431; }
  .footer-global .footer-titulo {
    font-size: 1.25rem;
    color: #3BE3D1;
    font-weight: 800; }
  .footer-global .footer-subtitulo {
    font-size: 0.75rem;
    font-weight: 700;
    margin-bottom: 0.25rem; }
  .footer-global .footer-contenido {
    padding: 0.5rem; }
    .footer-global .footer-contenido a {
      color: #fff !important; }
      .footer-global .footer-contenido a:hover {
        color: #3BE3D1 !important;
        text-decoration: none; }
    .footer-global .footer-contenido .footer-registro {
      text-align: center;
      padding: 1rem 0.5rem;
      background: #3BE3D1;
      color: #00339F; }
      .footer-global .footer-contenido .footer-registro div {
        line-height: 1.2;
        font-weight: 600; }
      .footer-global .footer-contenido .footer-registro a {
        color: #00339F !important; }
        .footer-global .footer-contenido .footer-registro a:hover {
          color: #3BE3D1 !important;
          text-decoration: none; }
        .footer-global .footer-contenido .footer-registro a:hover {
          color: #00339F !important; }
    .footer-global .footer-contenido .footer-login input {
      padding-right: 0;
      margin-right: 0 !important;
      width: 100%; }
    .footer-global .footer-contenido .footer-informacion-lista {
      text-align: center;
      margin: 0;
      padding: 0;
      list-style: none; }
      .footer-global .footer-contenido .footer-informacion-lista li {
        margin-bottom: 1rem;
        margin-top: 0.5rem;
        font-weight: 600; }
  .footer-global .footer-encumex .footer-contenido .imagen-adaptable a {
    width: 100%; }
    .footer-global .footer-encumex .footer-contenido .imagen-adaptable a img {
      max-width: 132px; }
  .footer-global .footer-encumex .footer-contenido .footer-texto-empresas {
    font-size: 0.75rem; }
  .footer-global .footer-whatsapp, .footer-global .footer-contacto, .footer-global .footer-email, .footer-global .footer-chat, .footer-global .footer-redes, .footer-global .footer-registro, .footer-global .footer-login, .footer-global .footer-informacion-lista {
    margin-bottom: 1.125rem; }

.footer-bottom {
  background: #00339F;
  position: relative; }
  .footer-bottom .legales {
    padding: 0.625rem;
    background-color: #00339F;
    text-align: center;
    font-size: 1rem; }
    .footer-bottom .legales a {
      color: #fff !important; }
      .footer-bottom .legales a:hover {
        color: #3BE3D1 !important;
        text-decoration: none; }
  .footer-bottom .creditos {
    padding: 0.375rem;
    background-color: #3BE3D1;
    text-align: center;
    font-size: 0.875rem;
    font-weight: 600;
    color: #00339F; }
    .footer-bottom .creditos .logo-rombhus img {
      height: 18px;
      width: auto; }

.hero-fondo-maraton .titulo-seccion {
  margin: 1rem 0 0; }

.carrusel-hero {
  color: #fff; }
  .carrusel-hero .carrusel-hero-item {
    display: flex;
    flex-direction: column; }
  .carrusel-hero a {
    color: #fff !important; }
    .carrusel-hero a:hover {
      color: #3BE3D1 !important;
      text-decoration: none; }
  .carrusel-hero .destacados-producto .producto-visual {
    margin-bottom: 0.5rem; }
  .carrusel-hero .destacados-producto .nombre-producto {
    font-size: 1.5rem;
    line-height: 1.1;
    color: #fff;
    margin-bottom: 0.25rem; }
  .carrusel-hero .destacados-producto .descripcion-producto {
    display: none;
    margin-bottom: 0.25rem; }
  .carrusel-hero .destacados-sponsor .imagen-sponsor {
    height: 160px;
    background: #fff;
    width: 100%;
    margin-bottom: 0.25rem; }
  .carrusel-hero .destacados-sponsor .destacados-empresa-nombre {
    font-size: 1.25rem;
    font-weight: 600;
    margin-bottom: 0; }
  .carrusel-hero .destacados-sponsor .destacados-empresa-categoria {
    font-size: 1rem;
    font-weight: 500;
    margin-bottom: 0.25rem; }
  .carrusel-hero .destacados-sponsor .btn {
    display: inline-block;
    margin-top: 1rem; }
  .carrusel-hero .slick-prev, .carrusel-hero .slick-next {
    font-size: 0;
    position: absolute;
    border: 0;
    background: none;
    z-index: 100;
    background-color: #00339F;
    color: #fff;
    top: 12%;
    transform: translate(0, 50%);
    width: auto;
    height: auto;
    padding: .5rem 1.25rem; }
    .carrusel-hero .slick-prev::hover, .carrusel-hero .slick-next::hover {
      -moz-transition: all 0.2s ease-in;
      -o-transition: all 0.2s ease-in;
      -webkit-transition: all 0.2s ease-in;
      transition: all 0.2s ease-in; }
    .carrusel-hero .slick-prev::before, .carrusel-hero .slick-next::before {
      content: none; }
  .carrusel-hero .slick-prev {
    left: -0.125rem;
    padding: .5rem .625rem;
    border: 1px solid rgba(255, 255, 255, 0.5); }
  .carrusel-hero .slick-next {
    right: -0.125rem;
    padding: .5rem .5rem;
    border: 1px solid rgba(255, 255, 255, 0.5); }
  .carrusel-hero .slick-prev:after {
    margin-left: -4px;
    content: url("../img/left_white.svg");
    color: #fff;
    line-height: 1; }
  .carrusel-hero .slick-prev:hover:after {
    color: #3BE3D1;
    content: url("../img/left_comp.svg"); }
  .carrusel-hero .slick-next:after {
    margin-right: -4px;
    content: url("../img/right_white.svg");
    color: #fff;
    line-height: 1; }
  .carrusel-hero .slick-next:hover:after {
    color: #3BE3D1;
    content: url("../img/right_comp.svg"); }
  .carrusel-hero .slick-list .slick-slide {
    position: relative;
    padding: 0 1rem 1rem; }

.maraton-categorias {
  padding: 0 0 2rem; }
  .maraton-categorias .categoria-seleccionada {
    background: #883e0d;
    background: -moz-linear-gradient(180deg, #883e0d 0%, #d0a40f 11%, #f9be00 13%, #d0a40f 40%, #d0a40f 46%, #772f09 96%, #d29005 100%);
    background: -webkit-linear-gradient(180deg, #883e0d 0%, #d0a40f 11%, #f9be00 13%, #d0a40f 40%, #d0a40f 46%, #772f09 96%, #d29005 100%);
    background: linear-gradient(180deg, #883e0d 0%, #d0a40f 11%, #f9be00 13%, #d0a40f 40%, #d0a40f 46%, #772f09 96%, #d29005 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#883e0d",endColorstr="#d29005",GradientType=1);
    color: #fff;
    padding: 0.5rem 1rem;
    width: max-content;
    padding-bottom: 0.425rem;
    font-size: 1.25rem;
    line-height: 1.25; }

.carrusel-categoria .categoria-item .producto-visual {
  position: relative;
  margin-bottom: 0.125rem; }
  .carrusel-categoria .categoria-item .producto-visual .abrir-video a, .carrusel-categoria .categoria-item .producto-visual .abrir-imagen a, .carrusel-categoria .categoria-item .producto-visual .abrir-zoom a {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    text-align: center;
    top: 0;
    left: 0; }
  .carrusel-categoria .categoria-item .producto-visual .abrir-video::before, .carrusel-categoria .categoria-item .producto-visual .abrir-imagen::before, .carrusel-categoria .categoria-item .producto-visual .abrir-zoom::before {
    background: rgba(0, 51, 159, 0.45);
    width: 100%;
    height: 100%;
    color: #fff;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    line-height: 1;
    cursor: pointer; }
  .carrusel-categoria .categoria-item .producto-visual .abrir-imagen::before {
    content: url("../img/imagen.svg"); }
  .carrusel-categoria .categoria-item .producto-visual .abrir-video::before {
    content: url("../img/play.svg"); }
  .carrusel-categoria .categoria-item .producto-visual .abrir-zoom::before {
    content: url("../img/zoom.svg"); }
  .carrusel-categoria .categoria-item .producto-visual img {
    object-fit: cover;
    object-position: center;
    max-height: 200px; }
.carrusel-categoria .categoria-item .nombre-producto {
  margin-bottom: 0.125rem;
  font-size: 0.75rem; }
.carrusel-categoria .categoria-item .imagen-sponsor {
  height: 72px;
  width: 100%; }
.carrusel-categoria .slick-prev, .carrusel-categoria .slick-next {
  font-size: 0;
  position: absolute;
  border: 0;
  background: none;
  z-index: 100;
  background-color: #00339F;
  color: #fff;
  top: 0;
  transform: translate(0, 50%);
  width: auto;
  height: auto;
  padding: .5rem 1.25rem; }
  .carrusel-categoria .slick-prev::hover, .carrusel-categoria .slick-next::hover {
    -moz-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    -webkit-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in; }
  .carrusel-categoria .slick-prev::before, .carrusel-categoria .slick-next::before {
    content: none; }
.carrusel-categoria .slick-prev {
  left: 0.25rem;
  padding: .5rem .625rem; }
.carrusel-categoria .slick-next {
  right: 0.25rem;
  padding: .5rem .5rem; }
.carrusel-categoria .slick-prev:after {
  margin-left: -4px;
  content: url("../img/left_white.svg");
  color: #fff;
  line-height: 1; }
.carrusel-categoria .slick-prev:hover:after {
  color: #3BE3D1;
  content: url("../img/left_comp.svg"); }
.carrusel-categoria .slick-next:after {
  margin-right: -4px;
  content: url("../img/right_white.svg");
  color: #fff;
  line-height: 1; }
.carrusel-categoria .slick-next:hover:after {
  color: #3BE3D1;
  content: url("../img/right_comp.svg"); }
.carrusel-categoria .slick-list .slick-slide {
  position: relative;
  padding: 0 1rem 1rem; }

@media (min-width: 768px) {
  .carrusel-hero {
    color: #fff; }
    .carrusel-hero.carrusel-hero-maraton .destacados-producto {
      width: 60%; }
    .carrusel-hero.carrusel-hero-maraton .destacados-sponsor {
      width: 40%; }
      .carrusel-hero.carrusel-hero-maraton .destacados-sponsor .imagen-sponsor {
        height: 210px;
        padding: 1.5rem; }
    .carrusel-hero .carrusel-hero-item {
      flex-direction: row;
      justify-content: space-evenly; }
    .carrusel-hero a {
      color: #fff !important; }
      .carrusel-hero a:hover {
        color: #3BE3D1 !important;
        text-decoration: none; }
    .carrusel-hero .destacados-producto {
      padding: 1rem;
      width: 50%; }
      .carrusel-hero .destacados-producto .nombre-producto {
        font-size: 1.375rem; }
      .carrusel-hero .destacados-producto .descripcion-producto {
        display: inline-block; }
    .carrusel-hero .destacados-sponsor {
      padding: 1rem;
      flex-grow: 1;
      width: 50%; }
      .carrusel-hero .destacados-sponsor .imagen-sponsor {
        height: 280px;
        padding: 2rem; }
      .carrusel-hero .destacados-sponsor .destacados-empresa-nombre {
        font-size: 1.5rem; }
      .carrusel-hero .destacados-sponsor .destacados-empresa-categoria {
        font-size: 1rem; }
    .carrusel-hero .slick-prev, .carrusel-hero .slick-next {
      top: 25%; }

  .carrusel-categoria .categoria-item .producto-visual img {
    max-height: 178px; } }
@media (min-width: 992px) {
  .carrusel-hero.carrusel-hero-maraton .destacados-producto {
    width: 65%; }
  .carrusel-hero.carrusel-hero-maraton .destacados-sponsor {
    width: 35%; }
    .carrusel-hero.carrusel-hero-maraton .destacados-sponsor .imagen-sponsor {
      height: 313px;
      padding: 2rem; }

  .carrusel-categoria .categoria-item .producto-visual img {
    max-height: 114px; } }
@media (min-width: 1200px) {
  .carrusel-hero.carrusel-hero-maraton .destacados-producto {
    width: 65%; }
  .carrusel-hero.carrusel-hero-maraton .destacados-sponsor {
    width: 35%; }
    .carrusel-hero.carrusel-hero-maraton .destacados-sponsor .imagen-sponsor {
      height: 376px; }

  .carrusel-categoria .categoria-item .producto-visual img {
    max-height: 140px; } }
.proveedor {
  margin: 2rem 0;
  z-index: 2;
  position: relative; }
  .proveedor .proveedor-contacto hr {
    border-top-color: #00339F; }
  .proveedor .proveedor-contacto .sponsor-logo {
    height: 120px; }
  .proveedor .proveedor-contacto #destacados-hero {
    background-color: #00339F; }
    .proveedor .proveedor-contacto #destacados-hero .proveedor-evento hr {
      border-top-color: #fff;
      margin-top: 0.5rem;
      margin-bottom: 0.25rem; }
  .proveedor .nombre-empresa {
    font-size: 1.5rem;
    margin-bottom: 1rem; }

.proveedor-direccion {
  font-size: 0.875rem; }

.proveedor-nivel {
  font-weight: 600;
  color: #00339F; }

.nombre-empresa {
  font-weight: 700;
  color: #00339F; }

.proveedor-evento {
  padding: 0.5rem; }
  .proveedor-evento .btn-agendar-cita {
    color: #fff !important;
    background-color: #e85b05 !important; }
    .proveedor-evento .btn-agendar-cita:hover {
      background-color: #3BE3D1 !important;
      text-decoration: none;
      color: #00339F !important; }
  .proveedor-evento hr {
    border-top-color: #fff; }
  .proveedor-evento .btn {
    width: 100%;
    display: block; }
  .proveedor-evento .proveedor-chat a {
    color: #00339F !important;
    background-color: #3BE3D1 !important; }
    .proveedor-evento .proveedor-chat a:hover {
      background-color: #e85b05 !important;
      text-decoration: none;
      color: #fff !important; }
  .proveedor-evento .proveedor-chat .chat-operadores {
    display: inline-flex;
    justify-content: space-evenly;
    align-items: center;
    margin-bottom: 0.5rem;
    width: 100%; }
    .proveedor-evento .proveedor-chat .chat-operadores .proveedor-chat-operador {
      display: flex;
      justify-content: start;
      flex-grow: 1;
      width: 100%;
      align-items: center;
      padding: 0.125rem 0.25rem; }
      .proveedor-evento .proveedor-chat .chat-operadores .proveedor-chat-operador > div {
        padding-right: 0.25rem; }
      .proveedor-evento .proveedor-chat .chat-operadores .proveedor-chat-operador .chat-persona-imagen .imagen-adaptable {
        height: 32px;
        width: 32px;
        border-radius: 100%; }
      .proveedor-evento .proveedor-chat .chat-operadores .proveedor-chat-operador .chat-persona-nombre {
        font-size: 0.875rem; }
      .proveedor-evento .proveedor-chat .chat-operadores .proveedor-chat-operador .chat-disponibilidad {
        width: 16px;
        height: 16px;
        display: inline-block;
        border-radius: 100%;
        background-color: #00339F; }
        .proveedor-evento .proveedor-chat .chat-operadores .proveedor-chat-operador .chat-disponibilidad.chat-libre {
          background-color: #28a745; }
        .proveedor-evento .proveedor-chat .chat-operadores .proveedor-chat-operador .chat-disponibilidad.chat-ocupado {
          background-color: #dc3545; }
  .proveedor-evento .proveedor-tool-accion {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 1.125rem;
    font-weight: 700; }
    .proveedor-evento .proveedor-tool-accion span {
      display: inline-flex;
      margin-right: 0.25rem; }
      .proveedor-evento .proveedor-tool-accion span svg {
        height: 32px;
        width: auto;
        margin-left: auto; }
    .proveedor-evento .proveedor-tool-accion .proveedor-tool-switch {
      flex-grow: 1;
      padding: 0.25rem;
      justify-content: end;
      text-align: right;
      cursor: pointer; }
      .proveedor-evento .proveedor-tool-accion .proveedor-tool-switch svg {
        height: 42px;
        width: auto;
        margin-left: auto; }
  .proveedor-evento .proveedor-tool-leyenda {
    font-size: 0.75rem;
    line-height: 1.2; }

.proveedor-etiquetas {
  background-color: #D3F6EF;
  padding: 1rem; }
  .proveedor-etiquetas .proveedor-etiquetas-leyenda {
    font-size: 1.125rem;
    color: #000;
    text-align: center;
    font-weight: 600; }
  .proveedor-etiquetas .proveedor-etiquetas-contenedor a {
    display: inline-block; }
  .proveedor-etiquetas .proveedor-etiquetas-contenedor .proveedor-etiqueta {
    margin: 5px 10px;
    text-transform: none;
    font-weight: 600;
    padding: 3px 7px;
    font-size: 13px;
    transition: .3s;
    background-color: #00339F;
    color: #fff;
    border: solid 1px #00339F;
    background-size: 0% 2px;
    background-position: 0 100%; }
    .proveedor-etiquetas .proveedor-etiquetas-contenedor .proveedor-etiqueta:hover {
      color: #00339F;
      border: solid 1px #00339F;
      background-color: transparent !important;
      background-size: 100% 2px; }

.card-producto {
  padding: 0.5rem;
  border: 1px solid #dee2e6;
  background-color: #fff;
  margin-bottom: 1rem; }
  .card-producto .nombre-producto {
    color: #343a40;
    font-size: 1rem; }
  .card-producto .descripcion-producto {
    font-size: 0.875rem; }
  .card-producto .producto-visual {
    max-height: 260px !important; }

.card-ficha {
  background-color: #fff;
  display: flex;
  flex-direction: column;
  padding: 0.5rem;
  border: 1px solid #dee2e6;
  margin-bottom: 1rem; }
  .card-ficha .card-ficha-icono {
    font-size: 4rem;
    text-align: center;
    color: #00339F;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    display: flex;
    padding: 1rem;
    margin-bottom: 0.5rem; }
  .card-ficha .card-ficha-info .ficha-info-descripcion {
    font-size: 0.875rem;
    margin-bottom: 0.5rem; }
  .card-ficha .card-ficha-info .ficha-info-leyenda {
    font-weight: 700;
    color: #00339F;
    font-size: 0.875rem;
    margin-bottom: 0.5rem; }

@media (min-width: 768px) {
  .card-ficha {
    flex-direction: row;
    justify-content: space-evenly; }
    .card-ficha .card-ficha-icono {
      flex-grow: 1;
      font-size: 6rem; } }
.busqueda {
  margin-top: 2rem; }
  .busqueda .busqueda-leyenda {
    font-weight: 700;
    color: #3BE3D1;
    margin-bottom: 0.5rem; }
  .busqueda .busqueda-texto .busqueda-texto-dinamico {
    font-size: 1rem; }

.busqueda-page .titulo-seccion {
  font-size: 1.5rem;
  margin-top: 2rem;
  margin-bottom: 1rem; }
.busqueda-page .subtitulo-seccion {
  font-size: 1.25rem;
  font-weight: 600; }

.hero-directorio {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: inherit; }
  .hero-directorio .titulo-seccion {
    font-size: 1.75rem;
    color: #fff;
    margin-bottom: 2rem;
    margin-top: 1rem;
    font-weight: 600; }
  .hero-directorio .hero-directorio-bajada {
    font-size: 1.125rem;
    font-weight: 500;
    color: #00339F;
    background-color: #3BE3D1;
    padding: 0.25rem 0.5rem; }

.switch {
  --uiSwitchSize: var(--switchSize, 60px);
  --uiSwitchBgColor: var(--switchBgColor, #adb5bd);
  --uiSwitchBgColorActive: var(--switchBgColorActive, #ffffff);
  --uiSwitchBorderColorActive: var(--switchBorderColorActive, #fff);
  --uiSwitchBorderColorFocus: var(--switchBgColorFocus, #00339F);
  --uiSwitchButtonBgColor: var(--switchButtonBgColor, #00339F);
  display: inline-block;
  position: relative;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent; }

.switch__label {
  display: block;
  width: 100%;
  height: 100%; }

.switch__toggle {
  width: 0;
  height: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0; }

.switch__toggle:focus ~ .switch__label {
  box-shadow: 0 0 0 var(--uiSwitchThickFocus, 1px) var(--uiSwitchBorderColorFocus); }

.switch__toggle:checked:focus ~ .switch__label {
  box-shadow: 0 0 0 var(--uiSwitchThickFocus, 1px) var(--uiSwitchBorderColorActive); }

.switch__label:before, .switch__label:after {
  content: "";
  cursor: pointer;
  position: absolute;
  top: 0;
  left: 0; }

.switch__label:before {
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  background-color: var(--uiSwitchBgColor); }

.switch__label:after {
  top: 50%;
  z-index: 3;
  transition: transform 0.4s cubic-bezier(0.44, -0.12, 0.07, 1.15); }

.switch_type {
  --uiSwitchIndent: var(--switchIndent, 7px);
  --uiSwitchBorderRadius: var(--switchBorderRadius, 60px);
  width: var(--uiSwitchSize);
  height: calc((var(--uiSwitchSize) / 2.5));
  border-radius: var(--uiSwitchBorderRadius);
  background-color: var(--uiSwitchBgColorActive); }

.switch_type .switch__label {
  border-radius: var(--uiSwitchBorderRadius); }

.switch_type .switch__label:before {
  border-radius: var(--uiSwitchBorderRadius);
  transition: opacity .2s ease-out .1s, transform .2s ease-out .1s;
  transform: scale(1);
  opacity: 1; }

.switch_type .switch__toggle:checked ~ .switch__label:before {
  transform: scale(0);
  opacity: 0; }

.switch_type .switch__toggle ~ .switch__label:after {
  width: calc((var(--uiSwitchSize) / 2) - calc(var(--uiSwitchIndent) * 2));
  height: calc((var(--uiSwitchSize) / 2) - calc(var(--uiSwitchIndent) * 2));
  transform: translate3d(var(--uiSwitchIndent), -50%, 0);
  background-color: var(--uiSwitchButtonBgColor);
  border-radius: 100%; }

.switch_type .switch__toggle:checked ~ .switch__label:after {
  transform: translate3d(calc(var(--uiSwitchSize) - calc((var(--uiSwitchSize) / 2) - calc(var(--uiSwitchIndent) * 2)) - var(--uiSwitchIndent)), -50%, 0); }

.proveedor-tool-accion .proveedor-tool-switch label:before {
  border: none; }

.agendar-cita {
  margin: 2rem auto; }
  .agendar-cita .agendar-cita-header .agendar-cita-cerrar {
    padding: 0.5rem 0;
    width: 100%;
    text-align: right; }
    .agendar-cita .agendar-cita-header .agendar-cita-cerrar a {
      padding: 0.5rem;
      color: #00339F !important; }
      .agendar-cita .agendar-cita-header .agendar-cita-cerrar a:hover {
        color: #3BE3D1 !important;
        text-decoration: none; }
      .agendar-cita .agendar-cita-header .agendar-cita-cerrar a svg {
        width: 32px;
        height: 32px; }
  .agendar-cita .agendar-cita-sponsor {
    text-align: center; }
    .agendar-cita .agendar-cita-sponsor .agendar-cita-titulo {
      font-weight: 700;
      font-size: 1.215rem; }
    .agendar-cita .agendar-cita-sponsor .nombre-empresa {
      font-size: 1.5rem; }
    .agendar-cita .agendar-cita-sponsor .sponsor-logo {
      max-width: 320px;
      margin: 0.25rem auto; }
  .agendar-cita .agendar-cita-horas {
    text-align: center; }
  .agendar-cita .agendar-cita-hora {
    background-color: #fff;
    font-size: 1rem;
    font-weight: 600;
    border: 1px solid #00339F;
    text-align: center;
    padding: 1rem 2rem;
    width: auto;
    margin: 0.5rem;
    display: inline-block; }
  .agendar-cita .disponible {
    background-color: #fff;
    color: #00339F !important; }
    .agendar-cita .disponible:hover {
      color: #3BE3D1 !important;
      text-decoration: none; }
  .agendar-cita .disabled {
    background-color: #dee2e6;
    border: 1px solid #adb5bd;
    cursor: default; }
  .agendar-cita .seleccionada {
    background-color: #00339F;
    color: #fff !important;
    color: #fff !important; }
    .agendar-cita .seleccionada:hover {
      color: #3BE3D1 !important;
      text-decoration: none; }
  .agendar-cita .agendar-cita-comentarios {
    padding: 1rem 1rem; }
    .agendar-cita .agendar-cita-comentarios label {
      font-weight: 600;
      color: #00339F; }
  .agendar-cita .agendar-cita-tabs {
    padding-bottom: 1rem;
    padding-top: 0; }
  .agendar-cita .agendar-cita-retro {
    padding: 1rem; }
    .agendar-cita .agendar-cita-retro .agendar-cita-resultado {
      margin-top: 1rem; }

.logo-formularios {
  width: 100%; }

@media (min-width: 768px) {
  .agendar-cita .agendar-cita-retro {
    padding: 2rem; }
  .agendar-cita .agendar-cita-resultado .numero-cita span, .agendar-cita .agendar-cita-resultado .cita-horario span, .agendar-cita .agendar-cita-resultado .cita-instrucciones span, .agendar-cita .agendar-cita-resultado .cita-gracias span {
    font-weight: 700; }
  .agendar-cita .agendar-cita-resultado .numero-cita, .agendar-cita .agendar-cita-resultado .cita-instrucciones {
    font-size: 0.875rem; }
  .agendar-cita .agendar-cita-resultado .cita-gracias {
    font-weight: 600;
    font-size: 1.125rem; }
  .agendar-cita .agendar-cita-resultado .numero-cita {
    font-weight: 500; } }
.chat-evento {
  background-color: #ACEFE3;
  width: auto;
  position: relative;
  border-radius: 0;
  box-shadow: 1px 4px 8px 1px rgba(0, 0, 0, 0.35), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  padding: 0;
  -moz-transition: height 0.2s esae-out;
  -o-transition: height 0.2s esae-out;
  -webkit-transition: height 0.2s esae-out;
  transition: height 0.2s esae-out;
  bottom: 0.5rem;
  left: 0.5rem;
  right: 0.5rem;
  position: fixed; }
  .chat-evento ::-webkit-scrollbar {
    width: 16px; }
  .chat-evento ::-webkit-scrollbar-track {
    background: #f8f9fa; }
  .chat-evento ::-webkit-scrollbar-thumb {
    background: #3BE3D1; }
  .chat-evento ::-webkit-scrollbar-thumb:hover {
    background: #00339F; }
  .chat-evento .scroll {
    overflow-y: scroll;
    scroll-behavior: smooth;
    height: 260px;
    padding: 1rem; }
  .chat-evento .img1 {
    border-radius: 50%;
    background-color: #00339F; }
  .chat-evento .name {
    font-size: 0.75rem;
    font-weight: 700;
    color: #00339F; }
  .chat-evento .msg {
    background-color: #fff;
    font-size: 0.75rem;
    padding: 5px;
    border-radius: 6px;
    font-weight: 400;
    color: #343a40;
    border: 1px solid #3BE3D1; }
  .chat-evento .msg-usuario {
    border-top-left-radius: 0; }
  .chat-evento .msg-representante {
    border-top-right-radius: 0; }
  .chat-evento .between {
    font-size: 0.75rem;
    font-weight: 500;
    color: #6c757d; }
  .chat-evento .tiempo-chat {
    font-weight: 700; }
  .chat-evento .navbar {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    justify-content: flex-end; }
  .chat-evento .form-control {
    font-size: 0.875rem;
    font-weight: 500;
    width: 100%;
    height: 32px;
    border: none;
    padding-left: 0;
    padding-right: 0;
    color: #000; }
  .chat-evento .form-control:focus {
    overflow: hidden;
    border: none;
    box-shadow: none !important; }
  .chat-evento .enviar-mensaje {
    color: #00339F !important;
    font-size: 20px !important;
    position: relative;
    left: 8px;
    padding: 0px; }
  .chat-evento .icondiv {
    padding: 0.25rem; }
    .chat-evento .icondiv svg {
      color: #00339F !important;
      -moz-transition: color 0.2s ease-in;
      -o-transition: color 0.2s ease-in;
      -webkit-transition: color 0.2s ease-in;
      transition: color 0.2s ease-in;
      cursor: pointer;
      margin-right: 0.25rem; }
      .chat-evento .icondiv svg:hover {
        color: #3BE3D1 !important;
        text-decoration: none; }
  .chat-evento .bi {
    color: #00339F;
    width: 28px;
    height: auto; }
  .chat-evento .chat-control {
    display: flex;
    padding: 0.5rem;
    background-color: #00339F;
    color: #fff;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    color: #fff !important; }
    .chat-evento .chat-control:hover {
      color: #3BE3D1 !important;
      text-decoration: none; }
    .chat-evento .chat-control .chat-titulo {
      font-weight: 700;
      font-size: 1.125rem;
      text-transform: uppercase; }
    .chat-evento .chat-control .chat-control-cerrar {
      display: none; }
    .chat-evento .chat-control .chat-control-abrir, .chat-evento .chat-control .chat-control-cerrar {
      padding: 0.25rem; }
      .chat-evento .chat-control .chat-control-abrir svg, .chat-evento .chat-control .chat-control-cerrar svg {
        color: #fff;
        color: #fff !important;
        -moz-transition: color 0.2s ease-in;
        -o-transition: color 0.2s ease-in;
        -webkit-transition: color 0.2s ease-in;
        transition: color 0.2s ease-in; }
        .chat-evento .chat-control .chat-control-abrir svg:hover, .chat-evento .chat-control .chat-control-cerrar svg:hover {
          color: #3BE3D1 !important;
          text-decoration: none; }

@media (min-width: 768px) {
  .chat-evento {
    width: 300px;
    position: absolute;
    right: 0.5rem;
    bottom: 0.5rem;
    border-radius: 0; }
    .chat-evento .scroll {
      height: 360px; } }

.img-adp img {
    /*object-fit: cover;
    height: 100%;
    object-position: center;*/
    width: 100%;
     height: 100px;
    object-fit: contain;
    background-position: center;
}

@media (min-width: 992px) {
   .img-adp img {
    /*object-fit: cover;
    height: 100%;
    object-position: center;*/
    width: 100%;
     height: 90px;
    object-fit: cover;
    background-position: center;
}   
}



.chat-video iframe{
width: 100%;
height: 400px;
}


@media (min-width: 360px) {
.chat-video iframe{
width: 100%;
height: 470px;
}  
}


@media (min-width: 576px) {
.chat-video iframe{
width: 100%;
height: 470px;
}
 
}

@media (min-width: 768px) {
.chat-video iframe{
width: 100%;
height: 246px;
}
}

@media (min-width: 992px) {
.chat-video iframe{
width: 100%;
height: 403px;
}
}

@media (min-width: 1200px) {
.chat-video iframe{
width: 100%;
height: 470px;
}
   
}

@media (min-width: 1380px) {
.chat-video iframe{
width: 100%;
height: 471px;
}
}


.subtitulo-seccion {
  font-size: 1.375rem;
  line-height: 1;
  text-transform: uppercase;
  font-weight: 800;
  margin-bottom: 1rem;
  width: 100%;
  letter-spacing: 0.0325rem; }




  .short .embed-responsive .embed-responsive-item,
  .short .embed-responsive iframe,
  .short .embed-responsive embed,
  .short .embed-responsive object,
  .short .embed-responsive video {
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      width: 100%;
      height: 500px !important;
      border: 0; 
    }


    .short .modal-dialog {
      width: fit-content !important;
    }

    .short .modal-content{
      width: 300px !important;
    }

    .short .video-servicio {
      height:500px !important;
    }


    .embed-responsive {
      height: auto !important;
      overflow: visible !important; 
    }