.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;
}

.main {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #833471;
  border: 4px solid #6F1E51;
  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;
}

.main__form {
  -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;
  min-height: 300px;
  max-width: 350px;
}

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

.main__form .input {
  background-color: rgba(255, 255, 255, 0.2);
  border: none;
  border-radius: 20px;
  color: white;
  height: 30px;
  margin-bottom: 15px;
  outline: none;
  text-align: center;
  width: 100%;
}

.main__form .input:hover {
  border: 2px solid white;
}

.main__form .select {
  width: 100%;
  background-color: rgba(255, 255, 255, 0.3);
  border: 2px solid transparent;
  border-radius: 30px;
  font-size: 1rem;
  height: 30px;
  padding-left: 10px;
}

.main__form .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;
  height: 30px;
  margin: 15px 0;
  overflow: hidden;
  padding: 5px;
  width: 100%;
}

.main__form .button:hover {
  border: 2px solid white;
}

.main__form .result {
  height: 4rem;
  margin: 0;
  padding: 0;
  text-align: center;
  width: 90%;
}
/*# sourceMappingURL=descuentos.css.map */