.copyright {
  padding: 2rem 0;
  margin: 2rem 0;
  text-align: center;
}

.font-weight-400 {
  font-weight: 400;
}

.mejs-offscreen {
  display: none;
}

.btn-mute {
  position: absolute;
  top: 20px;
  background: transparent !important;

  -moz-transition: top .4s;
  -o-transition: top .4s;
  -webkit-transition: top .4s;
  transition: top .4s;
}

.btn-mute i {
  font-size: 36px;
}

.navbar-scrolled .btn-mute {
  top: 10px;
}

.footer-contact-us-list {
  margin-top: 12px;
  list-style: none;
  padding-left: 0;
  line-height: 30px;
}

.footer-contact-us-list > li .fa {
  margin-right: 4px;
}

/* Se reemplaza el video y disponble en ES EN */
.main-image {
  width: 100%;
  position: relative;
  height: auto;

}
  .main-image img {
    max-width: 100%;
    width: 100%;
    height: auto;
  }

.lang-menu {
  position: absolute;
  top: 0;
  right: 26px;
}
  #masthead .nav.lang-menu > li > a {
    padding: 6px
  }

  #masthead .nav.lang-menu > li > a.active {
    text-decoration: underline;
  }

#masthead .navbar-brand {
  height: 70px;
  line-height: 70px;
}
.navbar-toggle {
  margin-top: 18px;
  margin-bottom: 18px;
}
