@media (max-width: 10240px) and (max-device-width: 1024px) {
  .hidden-md-down {
  display: none !important;
}
  .hidden-lg-up {
    display: block !important;
  }

#disclaimer {
  display: none;
}

  /******* 
  HEADER + GENERALS
  ******/

  #video {
    height: auto;
    min-height: 0;
  }

  section {
    padding: 0;
  }

  .intro-text h3 {
    width: 100%;
    font-size: 20px;
    line-height: 20px;
  }

  .navbar {
    margin: 5px;
  }

  .navbar-header {
    display: inline;
  }

  button.btn.btn-link.navbar-toggle.collapsed {
    position: absolute;
    top: 2px;
    right: 0;
    padding: 5px;
  }

  button.btn.btn-link.navbar-toggle.collapsed > span{
    display: none !important;
  }

  .spans {
    margin-right: 5px;
    margin-top: 9px;
  }

.compartir-enlaces {
      position: absolute;
    top: 0;
    right: 54px;
}
.compartir-enlaces:after {
    content: "";
    display: block;
    clear: both;
}

  .navbar-brand img {
    width: 100px;
    padding: 5px;
  }

  .container-bangfit {
    padding: 0 10%;
  }

  #play .logo-bangfit {
    width: auto;
  }

  .part-3 img {
    max-height: 85%;
    max-width: 50%;
    margin-top: 20px;
    height: auto;
  }

  #play {
    height: auto;
  }

  #play .container-bangfit {
    height: auto;
  }

  #play .part-3 img {
    margin-top: 0;
    max-width: none;
  }

  .menu-hub span {
    right: 2px;
    top: 2px;
  }

  #rank .scorer img {
    height: 40px;
  }

  #rank .scorer {
    width: 100%;
  }

  #rank .scorer h4 {
    font-size: 20px;
    width: 20%;
  }

  #rank .scorer p {
    font-size: 23px;
  }

  #rank .scorer span {
    font-size: 40px;
    width: 40px;
    width: 20%;
  }


#sexercices p {
  width: 100%;
  margin: auto;
  color: #716BAB;
  margin-bottom: 20px;
  font-size: 12px;
}

#sexercices .col-md-3 {
    margin: 25px 0;
}


.menu-hub ul li:nth-child(2) {
  display: none;
}

.menu-hub ul li {
    height: 20%;
    text-align: center;
    vertical-align: middle;
    line-height: 20vh;
}

.menu-hub ul li a {
  font-size: 16px;
}




#sync .enter-code {
  display: block;
  height: 40px;
  margin: 20px 0;
}

#sync .enter-code input {
  width: 60%;
  display: inline-block;
  margin: 0;
  padding: 0;
  float: left;
  height: 40px;
  outline: 0;
  border: 0;
  padding: 4px;
  color: #4E2648;
  border-radius: 0;
  font-size: 26px;
}







/******************************************* 

SYNC 

*********************************************/

  #save-score {
  background: #bbf5fc;
  position: relative;
  height: auto;

  width: 100%;
  text-align: center;
  border: 15px solid #504f9b;
  display: flex;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  flex-direction: row;
  -webkit-flex-direction: row;
  justify-content: center;
  -webkit-justify-content: center;
}

#save-score .container-bangfit {
  display: flex;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  justify-content: center;
  -webkit-justify-content: center;
  /*height: calc(65vh - 30px);*/
  max-width: 1600px;
  margin: auto;
  position: relative;
  float: none;
  margin-bottom: calc(35vh - 60px);
  margin-top: 30px;
}

#save-score .intro-text h3 {
  font-size: 12px;
  line-height: 15px;
}

#save-score .part-1 {
  margin-top: 50px;
}

#save-score .part-2 {
  max-height: calc(60vh - 10px);
  height: auto;
}

#save-score .part-3 {
  height: calc(35vh - 10px);
  position: absolute;
  bottom: 0;
  transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  left: 50%;
  margin: 0;
}

#save-score .enter-code {
  display: block;
  position: relative;
  margin: 20px 0;
}

.enter-code:after {
    content: "";
    display: block;
    clear: both;
}

#save-score .compartir-enlaces {
  position: relative;
  width: 100%;
  top: auto;
  display: block;
  text-align: center;
  right: auto;
}


#save-score .compartir-enlaces .compartir{
  display: inline-block;
  float: none;
}

#save-score .compartir-enlaces .compartir:after {
  display: none;
}

#save-score .enter-code input {
  width: 100%;
  display: inline-block;
  margin: 0;
  padding: 0;
  float: left;
  height: 60px;
  outline: 0;
  border: 0;
  padding: 4px;
  color: #4E2648;
  border-radius: 0;
  font-size: 26px;
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
}

#save-score .enter-code span {
  width: 100%;
  display: inline-block;
  margin: 0;
  padding: 0;
  height: 60px;
  line-height: 60px;
  background: #504f9b;
  color: #bbf5fc;
  font-size: 30px;
  font-weight: 900;
  border-top: 1px solid #bbf5fc;
  border-right: 1px solid #BBF5FC;
}

#save-score .enter-code span.span-score {
  width: 33.3%;
  display: inline-block;
  margin: 0;
  padding: 0;
  float: left;
  height: 60px;
  line-height: 60px;
  background: #504f9b;
  color: #bbf5fc;
  font-size: 40px;
}



  /**********************************

   PLAYING

   **********************************/

  #playing {
  background: #00eacc;
  position: relative;
  height: 100vh;
  width: 100%;
  text-align: center;
  border: 15px solid #51509c;
  display: flex;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  flex-direction: row;
  -webkit-flex-direction: row;
  justify-content: center;
  -webkit-justify-content: center;
}

#playing .container-bangfit {
  display: flex;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  justify-content: center;
  -webkit-justify-content: center;
  max-width: 1600px;
  margin: auto;
  position: relative;
  float: none;
  height: calc(100vh - 30px);
}

#playing .intro-text h3 {
  font-size: 12px;
  line-height: 15px;
}

#playing .part-2 {
  height: auto;
  max-height: none;
}

#playing .part-3 {
  height: auto;
  max-height: none;
}

#playing .enter-code {
  display: block;
  height: 40px;
  margin: 20px 0;
}

#playing.bien {
  background: #65f76c;
}

#playing.mal {
  background: #fc4e77;
}

.enter-code span, .enter-code input {
  text-transform: uppercase;
}

  /**********************************

    ORDER BANGFIT

   **********************************/

   #order {
    height: auto;
    min-height: 100vh;
   }

   #order .container-bangfit {
    height: auto;
   }

   #order .part-1 {
    height: auto;
    margin: 70px auto 0 auto;
   }

   #order .part-2 {
    height: auto;
   }

   #order p {
    font-size: 12px;
    margin-top: 10px;
   }



 



























}


















@media (max-width: 10240px) and (max-device-width: 1024px) and (orientation: landscape) {

  #sync {
    height: auto;
  }

  section {
    min-height: 100vh !important;

    height: auto;
  }

  #playing .part-3 {
    max-height: 100px;
  }

  #sync .container-bangfit .part-3 {
    position: relative;
  }


}