body {
  font-family: roboto, sans-serif;
  background-color: #f8f8f8;
}
.logo {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 100px;
  height: auto;
}
.titulo h1 {
  font-size: 29px;
  line-height: 30px;
  font-weight: 700;
  color: rgb(70, 95, 140);
  margin-top: 60px;
  padding-bottom: 20px;
}
.form-calculadora {
  background: rgb(194, 229, 232);
  height: 100%;
  padding: 50px 60px;
  margin-top: 10px;
  border-radius: 20px;
}
.form-calculadora .leyenda {
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  margin-bottom: 15px;
  color: #000;
}

.title {
  color: #aaa;
  text-align: center;
  margin-top: 6%;
  font-size: 55px;
  font-weight: 700;
}
.number,
.number2 {
  font-weight: 700;
  background-color: #ee6249;
  color: #fff;
  display: inline-block;
  border-radius: 5px;
}
#baseValue,
#baseValue:focus,
#baseValue:focus {
  width: 100%;
  outline: 0;
  border-top: none;
  border-right: none;
  font-weight: 700;
  border-left: none;
  background-size: 20px;
  color: #000;
  border-top: none;
  border-right: none;
  margin-bottom: 13px;
  border-left: none;
  padding-left: 0;
  background-size: 9px;
}
#baseValue::placeholder {
  color: rgba(0, 0, 0, 0.5);
  font-weight: 400;
  font-size: 16px;
}
.moneyInput {
  display: flex;
  width: 100%;
  background-color: transparent !important;
  border: none;
  color: rgba(0, 0, 0, 0.5);
  font-weight: 700;
  margin-right: 8px;
  font-size: 20px;
  border-radius: 15px;
}

#resultsContainer {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.subtitle {
  background-color: #ee6249;
  padding: 16px;
}
.subtitle a {
  color: #fff;
  font-weight: 700;
}

::placeholder {
  color: #adadad;
  opacity: 1;
}
:-ms-input-placeholder {
  color: #adadad;
}
::-ms-input-placeholder {
  color: #adadad;
}
