.copi {
  display: block;
  width: 120px;
  margin: 0 auto;
  padding: 10px;
  color: #6a747d;
  background: #ffffff;
  text-align: center;
}

/****Toggle switch****/
.switch {
  position: relative;
  display: inline-block;
  width: 40px;
  height: 20px;
  background-color: #BDBDBD;
  border-radius: 20px;
  transition: all 0.3s;

}
.switch::after {
  content: '';
  position: absolute;
  width: 18px;
  height: 18px;
  border-radius:50%;
  background-color: white;
  top: 1px;
  left: 1px;
  transition: all 0.3s;
}

.checkbox:checked + .switch::after {
  left : 20px;
}
.checkbox:checked + .switch {
  background-color: #FF0000;
}
.checkbox {
  display : none;
}

.muestra-menu-b1{
    margin-top: -85px !important;
    height: 20px  !important;
    width: auto  !important;
    max-height: 30px  !important;
    margin-right: 20px  !important;
  }


@media only screen and (min-width:320px) and (max-width:950px) {
  .muestra-menu-b1{
    margin-top: -16px !important;
  }
}

@media only screen and (min-width:768px) and (max-width:1024px) {
  .muestra-menu-b1 {
    margin-top: -85px !important;
  }
}

@media only screen and (width: 320px) and (height: 658px){
.muestra-menu-b1 {
    margin-top: -135px !important;
}


@media only screen and (width: 280px) and (height: 653px){
.muestra-menu-b1 {
    margin-top: -181px !important;
}
}