.navbar {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  background: rgb(36, 101, 181);
  height: 3.5rem;
}

.navbar-brand {
  max-height: 2.25rem;
  padding: 0;
  margin: 0;
}

.navbar-dark a {
  text-decoration: none;
}
.navbar-brand img {
  display: block;
  max-height: 2.25rem;
}
.short {
  width: 60px;
  border-width: 8px;
  border-color: rgb(36, 101, 181);
}
.text-justify {
  text-align: justify;
}
.lang-menu .active {
  font-weight: 700;
  text-decoration: underline;
  opacity: 1;
}

.lang-menu a {
  opacity: .85;
  color: #FFF;
  margin: 0 6px;
}
.lang-menu a:hover {
  opacity: 1;
  color: #FFF;
}

.nav-lang .nav-link.active {
  font-weight: 700;
  border-bottom: 2px solid rgb(13, 110, 253);
}

.video {
  box-shadow: 0 0 20px 0 rgba(0,0,0,.15);
}

.btn-download {
  white-space: normal;
}

.btn-download-app {
    display: flex;
    padding: 10px 16px;
    font-size: 14px;
    line-height: 16px;
    border: none;
    border-radius: 4px;
    background-color: #000;
    color: #fff;
    text-align: left;
    display: flex;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
    text-decoration: none;
}
.btn-download-app:hover,
.btn-download-app:focus {
    background-color: #333;
    color: #fff;
}
.btn-download-app>img {
    height: 40px;
}
.btn-download-app>span {
    text-align: left;
    margin-left: 5px;
}
.btn-download-app>span b {
    font-size: 16px;
}
.btn-download-app {
    width: auto;
    display: inline-flex;
    padding: 10px 10px;
    font-size: 14px;
    white-space: nowrap;
}

.btn-download-app > img {
    height: 30px;
    margin-right: 5px;
}

.btn-appstore img,
.btn-googleplay img {
  height: 60px;
}
.accordion .accordion-item {
  margin-bottom: 8px;
  border: 1px solid #DEE2E6;
  border-radius: 4px;
}
.accordion .accordion-button {
  font-size: 20px;
}
.accordion .accordion-button:not(.collapsed) {
  background-color: #E8F1FF;
  color: #0F66B5;
}
.accordion .accordion-button:hover {
  background-color: #E8F1FF;
  color: #0F66B5;
}