.header-title {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: 150px;
  padding: 30px 20px;
  text-align: center;
  width: 100%;
}

.header-title__title {
  margin: 0;
  text-transform: uppercase;
}

.header-title__subtitle {
  margin: 10px 0;
  font-weight: 400;
}

.principal {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #182C61;
  border: 4px solid #FC427B;
  border-radius: 30px;
  color: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-size: 1rem;
  text-align: center;
  margin: 20px;
  padding: 15px;
}

.principal .label {
  margin-bottom: 5px;
  text-align: center;
}

.principal__title {
  margin: 10px;
}

.principal__subtitle {
  margin: 0;
  margin-bottom: 20px;
  font-weight: 400;
}

.principal__agrega-numeros {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.principal__agrega-numeros .input {
  background-color: rgba(255, 255, 255, 0.2);
  border: none;
  border-radius: 20px;
  color: white;
  height: 32px;
  margin: 0;
  margin-right: 5px;
  outline: none;
  text-align: center;
  width: 60%;
}

.principal__agrega-numeros .input:hover {
  border: 2px solid #FC427B;
}

.principal .button {
  background-color: rgba(255, 255, 255, 0.3);
  border: 2px solid transparent;
  border-radius: 30px;
  color: white;
  font-size: 1rem;
  font-weight: bold;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin: 5px 0;
  overflow: hidden;
  padding: 5px;
  width: 100%;
}

.principal .button:hover {
  border: 2px solid #FC427B;
}

.principal__array, .principal__respuesta {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 2px solid #FC427B;
  border-radius: 15px;
  color: #FC427B;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 50px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 10px 0;
  width: 100%;
}
/*# sourceMappingURL=promedios-moda-mediana.css.map */