
@media (min-width: 890px) and (max-width: 5000px) {
  h5.code{
    font-size: 25px;
  }
  .moveboton {
    margin-left: 110px;
    font-size: 10px;
    max-width: 600px;
    line-height:15px
  }
}

@media (min-width: 700px) and (max-width: 890px) {
  h5.code{
    font-size: 10px;
  }
  .moveboton {
    margin-left: 70px;
    font-size: 10px;
    max-width: 600px;
    line-height:15px
  }
}

@media (min-width: 500px) and (max-width: 700px) {
  h5.code{
    font-size: 10px;
  }
  .moveboton {
    margin-left: 50px;
    font-size: 10px;
    max-width: 600px;
    line-height:15px
  }
}

@media (min-width: 350px) and (max-width: 500px)  {
  h5.code{
    font-size: 10px;
  }
  .moveboton {
    margin: 0;
    padding: 0;
    margin-left: 0px;
    font-size: 4px;
    max-width: 400px;
    line-height:15px
  }
}

@media (min-width: 250px) and (max-width: 350px)  {
  h5.code{
    font-size: 10px;
  }
  
}
@media (min-width: 890px) and (max-width: 5000px) {

  .calmoveboton {
    margin-left: 135px;
    font-size: 10px;
    max-width: 600px;
    line-height:15px
  }
}

@media (min-width: 700px) and (max-width: 890px) {
  h5.code{
    font-size: 18px;
  }
  .calmoveboton {
    margin-left: 130px;
    font-size: 10px;
    max-width: 500px;
    line-height:15px
  }
}

@media (min-width: 500px) and (max-width: 700px) {
  h5.code{
    font-size: 15px;
  }
  .calmoveboton {
    margin-left: 105px;
    font-size: 10px;
    max-width: 400px;
    line-height:15px
  }
}

@media (min-width: 350px) and (max-width: 500px)  {
  h5.code{
    font-size: 13px;
  }
  .calmoveboton {
    margin: 10px;
    padding: 0;
    margin-left: 0px;
    font-size: 4px;
    max-width: 300px;
    line-height:15px
  }
}
@media (min-width: 992px){
.move-letf{

  margin-right: 35px;
}
}
.form-check-input:checked {
  background-color: red;
  border-color: pink;
}

.form-switch .form-check-input {
background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='red'/%3e%3c/svg%3e");
}
.form-switch .form-check-input:focus {
background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='pink'/%3e%3c/svg%3e");
}
.bg-v2{
    background: rgb(0,0,0);
    background: linear-gradient(
359deg, rgba(0,0,0,1) 0%, rgba(8,144,122,1) 40%, rgb(233 251 248) 93%);
}

#titulo {
 color:#061d19;
 font-weight: bold;
 margin: 21px;
}

#code {
  color:#061d19;

 }
 
 .mh5 {
  font-size: 20px;  /* tamaño de fuente para escritorio */
}

@media screen and (max-width: 480px) {
  .mh5 {
    font-size: 13px;  /* tamaño de fuente para móvil */
  }
}

@keyframes shake {
  0% { transform: translate(1px, 1px) rotate(0deg); }
  10% { transform: translate(-1px, -2px) rotate(-1deg); }
  20% { transform: translate(-3px, 0px) rotate(1deg); }
  30% { transform: translate(3px, 2px) rotate(0deg); }
  40% { transform: translate(1px, -1px) rotate(1deg); }
  50% { transform: translate(-1px, 2px) rotate(-1deg); }
  60% { transform: translate(-3px, 1px) rotate(0deg); }
  70% { transform: translate(3px, 1px) rotate(-1deg); }
  80% { transform: translate(-1px, -1px) rotate(1deg); }
  90% { transform: translate(1px, 2px) rotate(0deg); }
  100% { transform: translate(1px, -2px) rotate(-1deg); }
}

input:focus {
  animation: shake 0.82s cubic-bezier(.36,.07,.19,.97) both;
  transform: translate3d(0, 0, 0);
}
