body::-webkit-scrollbar {
  width: 8px;
  
 }
 body::-webkit-scrollbar-thumb{
   background: #812082;
   border-radius: 5px;
 }
 
scroll-container {
  display: block;
  width: 997px;
  height: 257px;
  overflow-y: scroll;
}
scroll-page {
  /* display: flex; */
  align-items: center;
  justify-content: center;
  height: 68%;
  /* margin-bottom: 55px; */
  text-align: justify;
  /* padding: 13px 29px; */
  font-size: 13px;
}

scroll-container p {
  margin: 20px;
}
scroll-container::-webkit-scrollbar {
  background: #a9a9a9;
  width: 10px;
}

scroll-container::-webkit-scrollbar-thumb {
  background: #453b3b;
  border-radius: 5px;
}


input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
-webkit-appearance: none;
margin: 0;
}

input[type=number] { -moz-appearance:textfield; }


/* .mensaje-copy{
  background: rgba(0, 0, 0, 0.7);
  color: rgb(205, 33, 33);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 900;
  visibility: hidden;
  opacity: 0;
}

.show{
  visibility: visible;
  opacity: 1;
  transition: opacity .6s;
} */
