body{
  min-width: 600px;
}

.points-div {
  display: flex;
  flex-direction: column;
  margin-top: 20px;
  margin-bottom: 25px;
  align-items: center;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 18px;
  min-width: 800px;
}

.fidelidad{
  font-family:Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
  font-size: 40px;
  background-color:rgb(50, 49, 49);
  color: rgb(250, 226, 3);
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  border-radius: 34px;
  margin-bottom: 5px;
}
.acomula-line1 {
  font-family:cursive, Helvetica, sans-serif;
  
  color: rgb(110, 1, 1);
  font-size: 30px;
  font-weight: bold;
  
}
.acomula-line2 {
  font-size: 20px;
  font-weight: bold;
  color: rgb(110, 1, 1);
  margin-bottom: 5px;
}

.ver-puntos-title {
  display: flex;
  background-color: rgb(1, 51, 94);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 32px;
  font-weight: bold;
  color: rgb(249, 238, 89);
  justify-content: center;
  padding-top: 20px;
  padding-bottom: 20px;
  margin-top: 10px;
  border-top-right-radius: 76px;
  border-top-left-radius: 76px;
}

.puntos-div-input{
  display: flex;
  flex-direction: row;
  justify-content: center;
  height: 30px;
  column-gap: 2%;
  padding: 20px;
}
.telefono-title {
  display: flex;
  font-size: 25px;
  text-align: center;
  justify-content: center;
}
.input-telefono {
  font-size: 16px;
}
.button-ver-puntos {
  font-size: 16px;
  width: 20%;
  min-width: 140px;
  cursor: pointer;
}

.puntos-div-output {
  display: flex;
  flex-direction: column;

}

.div-result {
  display: flex;
  flex-direction: column;
  margin-bottom: 30px;
}
.points-result{
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'Times New Roman', Times, serif;
  font-size: 20px;
  background-color: rgb(247, 160, 89);
  color: rgb(8, 8, 8);
  
  padding-top: 10px;
  padding-bottom: 10px;
  margin-bottom: 20px;
}
.result-lines {
  display: flex;
  flex-direction: row;
  column-gap: 30px;
  margin-bottom: 10px;
  margin-left: 60px;
}
.result-date {
  width: 170px;
  margin-left: 20px;
  
}
.result-plate {
  width: 70px;
}
.result-brand {
  width: 120px;
}
.result-price {
  width: 70px;
}
.button-volver{
  margin-left: 30px;
  margin-bottom: 30px;
}