button:focus {
  outline: none;
}

.img-profile {
  height: 150px;
}

.base-theme, [data-bs-theme=grey], [data-bs-theme=brown], [data-bs-theme=green], [data-bs-theme=blue], [data-bs-theme=black], [data-bs-theme=default] {
  color-scheme: dark;
  --bs-body-color: #dee2e6;
  --bs-body-color-rgb: 222, 226, 230;
  --bs-emphasis-color: #fff;
  --bs-emphasis-color-rgb: 255, 255, 255;
  --bs-secondary-color: rgba(222, 226, 230, 0.75);
  --bs-secondary-color-rgb: 222, 226, 230;
  --bs-secondary-bg: #343a40;
  --bs-secondary-bg-rgb: 52, 58, 64;
  --bs-tertiary-color: rgba(222, 226, 230, 0.5);
  --bs-tertiary-color-rgb: 222, 226, 230;
  --bs-primary-text-emphasis: rgb(204, 205.8, 154.8);
  --bs-secondary-text-emphasis: rgb(255, 217.8, 106.2);
  --bs-success-text-emphasis: rgb(117, 183, 152.4);
  --bs-info-text-emphasis: rgb(109.8, 223.2, 246);
  --bs-warning-text-emphasis: rgb(255, 217.8, 106.2);
  --bs-danger-text-emphasis: rgb(234, 133.8, 143.4);
  --bs-light-text-emphasis: #f8f9fa;
  --bs-dark-text-emphasis: #dee2e6;
  --bs-primary-bg-subtle: rgb(34, 34.6, 17.6);
  --bs-secondary-bg-subtle: rgb(51, 38.6, 1.4);
  --bs-success-bg-subtle: rgb(5, 27, 16.8);
  --bs-info-bg-subtle: rgb(2.6, 40.4, 48);
  --bs-warning-bg-subtle: rgb(51, 38.6, 1.4);
  --bs-danger-bg-subtle: rgb(44, 10.6, 13.8);
  --bs-light-bg-subtle: #343a40;
  --bs-dark-bg-subtle: #1a1d20;
  --bs-primary-border-subtle: rgb(102, 103.8, 52.8);
  --bs-secondary-border-subtle: rgb(153, 115.8, 4.2);
  --bs-success-border-subtle: rgb(15, 81, 50.4);
  --bs-info-border-subtle: rgb(7.8, 121.2, 144);
  --bs-warning-border-subtle: rgb(153, 115.8, 4.2);
  --bs-danger-border-subtle: rgb(132, 31.8, 41.4);
  --bs-light-border-subtle: #495057;
  --bs-dark-border-subtle: #343a40;
  --bs-heading-color: inherit;
  --bs-link-color: rgb(204, 205.8, 154.8);
  --bs-link-hover-color: rgb(214.2, 215.64, 174.84);
  --bs-link-color-rgb: 204, 206, 155;
  --bs-link-hover-color-rgb: 214, 216, 175;
  --bs-code-color: rgb(230.4, 132.6, 181.2);
  --bs-highlight-color: #dee2e6;
  --bs-highlight-bg: rgb(102, 77.2, 2.8);
  --bs-border-color: #495057;
  --bs-border-color-translucent: rgba(255, 255, 255, 0.15);
  --bs-form-valid-color: rgb(117, 183, 152.4);
  --bs-form-valid-border-color: rgb(117, 183, 152.4);
  --bs-form-invalid-color: rgb(234, 133.8, 143.4);
  --bs-form-invalid-border-color: rgb(234, 133.8, 143.4);
}

[data-bs-theme=default] {
  --bs-body-bg: #212529;
  --bs-body-bg-rgb: 33, 37, 41;
  --bs-tertiary-bg: rgb(42.0972972973, 47.2, 52.3027027027);
  --bs-tertiary-rgb: 42, 47, 52;
}

[data-bs-theme=black] {
  --bs-body-bg: #1a1a1a;
  --bs-body-bg-rgb: 26, 26, 26;
  --bs-tertiary-bg: rgb(36.2, 36.2, 36.2);
  --bs-tertiary-rgb: 36, 36, 36;
}

[data-bs-theme=blue] {
  --bs-body-bg: #162434;
  --bs-body-bg-rgb: 22, 36, 52;
  --bs-tertiary-bg: rgb(28.0648648649, 45.9243243243, 66.3351351351);
  --bs-tertiary-rgb: 28, 46, 66;
}

[data-bs-theme=green] {
  --bs-body-bg: #354434;
  --bs-body-bg-rgb: 53, 68, 52;
  --bs-tertiary-bg: rgb(62.01, 79.56, 60.84);
  --bs-tertiary-rgb: 62, 80, 61;
}

[data-bs-theme=brown] {
  --bs-body-bg: #4c483f;
  --bs-body-bg-rgb: 76, 72, 63;
  --bs-tertiary-bg: rgb(87.1539568345, 82.5669064748, 72.2460431655);
  --bs-tertiary-rgb: 87, 83, 72;
}

[data-bs-theme=grey] {
  --bs-body-bg: #2c3241;
  --bs-body-bg-rgb: 44, 50, 65;
  --bs-tertiary-bg: rgb(52.2348623853, 59.3577981651, 77.1651376147);
  --bs-tertiary-rgb: 52, 59, 77;
}

.navbar-external-content .additional {
  position: absolute;
  top: 1rem;
  right: 1rem;
}

.navbar-external-content .additional .languages {
  text-align: right;
  margin-bottom: 10px;
}

.navbar-external-content .additional .socials {
  display: flex;
  justify-content: end;
}

.navbar-external-content .additional .socials a {
  padding: 3px;
}

.navbar-external-content .additional .socials em {
  font-size: 20px;
}

@media (min-width: 992px) {
  .top-banner {
    top: 1rem;
  }
}
.navbar-collapse .form-group {
  margin-bottom: 0;
}

.navbar-nav .nav-item {
  margin: 0 7px;
  text-transform: uppercase;
  position: relative;
}

.navbar-nav .nav-item .nav-link {
  border-bottom: 3px solid transparent;
  text-align: center;
}

.navbar-nav .nav-item.active .nav-link {
  color: #f9f9f9;
  border-bottom: 3px solid #aaad58;
}

.navbar-nav .nav-link:hover {
  color: #f9f9f9;
}

.carousel .carousel-caption {
  top: 0;
  left: 0;
  right: 0;
  bottom: initial;
  color: #f9f9f9 !important;
  text-shadow: 1px 1px #1d2124;
  padding-top: 15px;
  padding-bottom: 0;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.7);
}

.carousel .carousel-item img {
  object-fit: cover;
  height: inherit;
}

.carousel .carousel-item.active, .carousel .carousel-item a {
  width: 100%;
}

/*
.carousel .carousel-item.active, .carousel .carousel-item a {
    height: 200px;
    @media (min-width: 768px) {
        height: 400px;
    }
    @media (min-width: 992px) {
        height: 500px;
    }
    @media (min-width: 1200px) {
        height: 700px;
    }
    @media (min-width: 2000px) {
        height: 900px;
    }
    @media (min-width: 2600px) {
        height: 1200px;
    }
}

.carousel .carousel-inner{
    max-height: 200px !important;
    @media (min-width: 768px) {
        max-height: 400px !important;
    }
    @media (min-width: 992px) {
        max-height: 500px !important;
    }
    @media (min-width: 1200px) {
        max-height: 700px !important;
    }
    @media (min-width: 2000px) {
        max-height: 900px !important;
    }
    @media (min-width: 2600px) {
        max-height: 1200px !important;
    }
}
*/
@media (min-width: 2000px) {
  .col-ul-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
}
@media (min-width: 2600px) {
  .col-xul-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
}
.container {
  margin-top: 20px;
}
@media (min-width: 2000px) {
  .container {
    max-width: 1920px;
  }
}
@media (min-width: 2600px) {
  .container {
    max-width: 2520px;
  }
}

.page.container {
  margin-top: 40px;
}

.page.container h1 {
  margin-bottom: 25px;
  vertical-align: middle;
}

.page.container h1 img {
  margin-right: 30px;
  height: 150px;
}

.page.container .col-read-more {
  margin: 20px 0 30px 0;
}

.page.container .content {
  margin: 25px 0 10px 0;
}

.page.container .content img {
  margin: 15px 0;
  background-color: #f9f9f9;
  border-radius: 0.25rem;
  max-width: 100%;
  height: auto;
}

.page.container .content img.note-float-right {
  margin-left: 15px;
}

.page.container .content img.note-float-left {
  margin-right: 15px;
}

.third-party.container {
  margin-bottom: 30px;
}
.third-party.container .fb-like-content {
  margin-bottom: 40px;
}
@media (max-width: 575.98px) {
  .third-party.container .fb-like-content {
    max-width: 300px !important;
    overflow-x: hidden;
  }
}
@media (max-width: 767.98px) {
  .third-party.container .banners .col {
    margin-bottom: 20px;
  }
}

.sidebar {
  border-right: 1px solid var(--bs-tertiary-bg);
  padding-top: 2em;
  height: 100%;
  box-shadow: inset -1px 0 0 rgba(0, 0, 0, 0.1);
}
.sidebar h4 a {
  color: #f9f9f9;
  text-decoration: none;
  font-size: 1.2rem;
}
.sidebar .caption {
  color: var(--bs-primary);
  font-size: 0.8em;
  text-transform: uppercase;
}
.sidebar .nav-item .nav-link {
  border-bottom: 1px solid transparent;
  line-height: 1.1;
  color: var(--bs-secondary-color);
}
.sidebar .nav-item.active .nav-link {
  color: #f9f9f9;
  font-weight: bold;
  border-bottom: 1px solid var(--bs-primary);
}
.sidebar .nav-item .nav-link:hover {
  color: #f9f9f9;
}
.sidebar .text-muted {
  opacity: 0.35;
}

.header {
  background-color: var(--bs-tertiary-bg);
}

.footer {
  background-color: var(--bs-tertiary-bg);
  color: #cccccc;
  padding: 20px 0;
}

.footer .col-md-4 {
  padding-left: 20px;
  padding-right: 20px;
}

.footer .submenu img {
  margin-bottom: 20px;
}

.footer .submenu .nav-item a {
  color: #f9f9f9;
}

.footer .submenu .nav-item.active a {
  text-decoration: underline;
}

.footer .copyright .socials {
  margin-bottom: 20px;
}

.footer .copyright .socials a {
  padding: 3px;
}

.footer .copyright .socials em {
  font-size: 30px;
}

.card {
  background-color: var(--bs-tertiary-bg);
}
.card a {
  text-decoration: none;
}

.breadcrumb {
  background-color: transparent;
  padding: 0;
}
.breadcrumb .breadcrumb-item.active a {
  color: #6c757d;
}

.page.home {
  margin-top: 0;
}
.page.home .row > div {
  padding: 0;
}
.page.home .card {
  border-radius: 0;
  margin-bottom: 0;
  border: 0;
  position: relative;
}
.page.home .card .card-title {
  position: absolute;
  top: 20px;
  left: 20px;
  color: #f9f9f9;
  text-shadow: 1px 1px #252525;
}
.page.home .card .card-title a {
  color: #f9f9f9;
}
.page.home .card .card-title a:hover {
  color: #f9f9f9;
}
.page.home .card .card-body {
  padding: 0;
}
.page.home .card .card-img-top {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.page.home .col-read-more {
  margin-top: 15px;
}

.alert {
  margin-top: 15px;
}

.two-columns {
  display: flex;
  flex-wrap: wrap;
}

.two-columns > div {
  flex: 1 0 50%;
  padding: 0 1em;
}

/*
 * Form
 */
form .form-group.required label:after {
  content: "*";
  color: red;
  margin-left: 3px;
}

/*# sourceMappingURL=web.css.map */
