section.section-full .container-fluid {
  min-height: var(--max-height);
  /*padding-bottom: 100px;*/
}

.navbar-lang {
  padding: 0 4px 0px 124px;
}

.container-at10, .navbar {
  padding: 0 124px 0px;
}

.section-full {
  min-height: var(--max-height);
}

.navbar.navbar-light {
  background-color: var(--white-shade);
}

@media (min-width: 992px) {
  .navbar.navbar-light {
    /*z-index: 99999;*/
  }
}

#home {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  overflow-x: hidden;
}

section {
  width: 100vw;
  position: relative;
  margin: 0;
  background-color: var(--white-shade);
  /*padding-bottom: 100px;*/
}

body {
  position: static;
  background-color: var(--white-shade);
  overflow-x: hidden;
  letter-spacing: .142rem;
  max-width: 100%;
  /*font-size: 17px;*/
  color: var(--white-shade);
  font-family: var(--main-font);
  width: 100vw;
  margin: 0;
  padding: 0;
}

h2 {
  font-size: 3.2rem;
  line-height: 4.5rem;
  letter-spacing: .15rem;
  font-weight: 600;
}

.btn {
  padding: 15px 26px;
  border-radius: 10px;
  font-weight: 600;
  font-size: 1rem;
}

section.section-nopadding .container-fluid {
  padding: 0 !important;
}

.inner-padding {
  padding: 120px;
  min-height: var(--max-height);
  padding-bottom: 72px;
}

p {
  line-height: 2.3rem;
  font-weight: 300;
  font-size: 1.1rem;
  letter-spacing: .10rem;
}

.w-40 {
  width: 40%;
}

.w-20 {
  width: 20%;
}

.w-80 {
  width: 80%;
}

html {
  width: 100vw !important;
  margin: 0;
  padding: 0;
}

a {
  color: initial;
  transition-duration: .5s;
  text-decoration: none;
}

.modal-header, .modal-footer {
  border: none;
}

@media (max-width: 1200px) {
  h2 {
    font-size: 2.5rem;
    line-height: 3.5rem;
    letter-spacing: .15rem;
    font-weight: 600;
  }
}

@media (max-width: 576px) {
  h2 {
    font-size: 1.2rem;
    line-height: 1.6rem;
    letter-spacing: .15rem;
    font-weight: 600;
  }
}

@media (max-width: 576px) {
  p, .form-label, .form-check-label {
    font-size: .8rem;
    line-height: 1.3rem;
    letter-spacing: .15rem;
    font-weight: 300;
  }
}

@media (max-width: 576px) {
  .container-at10, .navbar {
    padding: 0 20px 0;
  }
}

@media (max-width: 576px) {
  .btn {
    padding: 15px 26px;
    border-radius: 10px;
    font-size: .9rem;
  }
}

@media (max-width: 576px) {
  .inner-padding {
    padding: 100px 30px;
  }
}

.selected_lang {
  border-bottom: 2px solid var(--third-color);
}

#home .videojs-background-wrap .video-js {
  background-color: transparent !important;
  filter: brightness(45%);
}

.btn.disabled {
  opacity: .5;
}

.btn {
  border-color: var(--main-color);
}

