
  @import url('https://fonts.googleapis.com/css2?family=Inter:wght@200;300;400;600&display=swap');
body{
  font-family: 'Inter', sans-serif;
}
th, label{
  color:#1E242C;
  font-size: 14px;
  text-transform: uppercase;
}
.boton{
  padding: 15px;
  width: 100% !important;

}
.bb{
  font-family: 'Inter', sans-serif;
  color:#1E242C !important;
  font-size: 14px;
  text-transform: uppercase;
}
.btn{
  height: 40px !important;
  border-radius: 1px;
}
.inputlabel{
  height: 40px !important;
  border-radius: 1px;

}
.form-control{
  height: 40px !important;
  border-radius: 1px;
  color:#1E242C;
  font-size: 13.5px;
  font-family: 'Inter', sans-serif !important;
  font-weight: 300;
}
.p{
  color:#343434;
  font-family: 'Inter', sans-serif;
  font-size: 30px;

  font-weight: 600;
  letter-spacing: -1px;
}
td{
  color:#1E242C;
  font-size: 13.5px;
  font-family: 'Inter', sans-serif;
  font-weight: 300;

}
.btn-primary{
  color:#white;
  font-size: 15px;
  text-transform: uppercase;
  font-family: 'Inter', sans-serif;
  font-weight: 600;
  background-color: #242124;
  border: 1px solid  #242124;
}
.btn-primary:hover{
  background-color: #343434;
  border: 1px solid  #343434;
}
.nombreusuario{
  color:#242124;
  font-size: 13.5px;
  font-family: 'Inter', sans-serif;
  font-weight: 600;
  text-transform: uppercase;
}
.nombreusuario:hover{
  color:#343434;
  text-decoration: none;
  font-size: 13.5px;
  font-family: 'Inter', sans-serif;
  font-weight: 600;
  text-transform: uppercase;
}
.p{
  color:#343434;
  font-family: 'Inter', sans-serif;
  font-size: 30px;

  font-weight: 600;
  letter-spacing: -1px;
}
h1{
  font-family: 'Inter', sans-serif;
  color:#1E242C;
  font-size: 30px;
  font-family: 'Inter', sans-serif;
  font-weight: 600;
  letter-spacing: -1px;
}
h3{
  font-family: 'Inter', sans-serif;
  color:#1E242C;
  font-size: 18px;
  font-family: 'Inter', sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: -0.5px;
}
.header{
  width: 100%;
  margin-top: 20px !important;
}
.play{
  padding:30px;
  display: flex;
      justify-content: center;
      align-items: center;
      text-align: center;
  width: 100% !important;
}
