@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@300;500;600;700;900&display=swap");

.msgaviso {
  text-align: justify;
  font-size: 14px;
  
}

.containercalc {
  display: flex;
  flex-direction: row;
  justify-content: center;
  margin-top: 40px;
  margin-bottom: 40px;
  margin-left: 0px;
  margin-right: 0px;
}

.calculator {
  text-align: left;
  width: 40%;
  color: #006cb5ff;
}

.heading h3 {
  font-size: 25px;
  color: #006cb5ff;
}
#message {
  font-size: 20px;
  color: #006cb5ff;
}

.input-group {
  margin: 20px 0;
}

.input-group label {
  display: block;
}

.input-group input,
.input-group button,
.input-group select {
  width: 70%;
  padding: 12px;
  border: 1px solid #006cb5ff;
  outline: none;
  border-radius: 5px;
}
.input-group button {
  background-color: #006cb5ff;
  color: #fff;
}

.results {
  box-shadow: 0px 0px 10px 3px rgba(0, 0, 0, 0.09);
  width: 50%;
  margin: 10px;
  padding: 20px;
  display: flex;
  align-items: center;
  flex-direction: column;
}

.resultstable {
  box-shadow: 0px 0px 10px 3px rgba(0, 0, 0, 0.09);
  width: 100%;
  margin: 10px;
  padding: 20px;
  display: flex;
  align-items: center;
  flex-direction: column;
}
