.container {
  display: flex;
  flex-direction: row;
  width: 100%;
  gap: 140px;
  background: #eff3f9;
}
.containerQuestions {
  display: flex;
  width: 50%;
  flex-direction: column;
  gap: 16px;
}
.containerResults {
  display: flex;
  width: 50%;
  flex-direction: column;
  background: var(--neutral-gray-70, #4e6c88);
  padding: 32px 48px 32px 48px;
  justify-content: center;
  align-items: center;
  gap: 25px;
  border-radius: 20px;
}
.containerResults-init {
  display: flex;
  width: 50%;
  flex-direction: column;
  background: var(--neutral-gray-70, #4e6c88);
  padding: 32px 48px 32px 48px;
  justify-content: center;
  align-items: center;
  gap: 64px;
  border-radius: 20px;
}
.group-results {
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: 1px;
}
h1 {
  color: var(--neutral-gray-90-dark-gray, #202d39);
  font-feature-settings: "clig" off, "liga" off;
  font-family: "Poppins";
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 40px;
}
.descripcion {
  color: var(--neutral-gray-80-warm-gray, #2c4359);
  font-feature-settings: "clig" off, "liga" off;
  /* Web/Paragraph/Large */
  font-family: Roboto;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
}
label {
  color: var(--neutral-gray-80-warm-gray, #2c4359);
  font-feature-settings: "clig" off, "liga" off;
  /* Web / Heading / H4 */
  font-family: Poppins;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px; /* 133.333% */
}
input[type="text"] {
  border: none;
  border-bottom: solid 2px #4e6c88;
  padding: 14px;
  width: 100%;
  max-width: 95%;
  border-radius: 4px 4px 0px 0px;
  background-color: #f5f8fa;
  background-image: url(https://tyba.com.co/herramientas/wp-content/uploads/2023/01/signo-pesos.png);
  background-repeat: no-repeat;
  background-position: 19px 18px;
  text-indent: 25px;
  color: var(--neutral-gray-70, #4e6c88);
  font-feature-settings: "clig" off, "liga" off;
  font-family: "Roboto";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}
input[type="date"] {
  border: none;
  border-bottom: solid 2px #4e6c88;
  padding: 14px;
  width: 100%;
  max-width: 95%;
  border-radius: 4px 4px 0px 0px;
  background-color: #f5f8fa;
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
}
.select {
  border: none;
  border-bottom: solid 2px #4e6c88;
  padding: 18px;
  width: 100%;
  max-width: 100%;
  border-radius: 4px 4px 0px 0px;
  background-color: #f5f8fa;
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
}

input[type="text"]:focus {
  border: none;
  border-bottom: 2px solid #1c9882;
  outline-width: 0;
}
input[type="number"]:focus {
  border: none;
  border-bottom: 2px solid #1c9882;
  outline-width: 0;
}
.btn-cal-liquidacion {
  border-radius: 120px;
  background: var(--brand-meadow-20-mountain-meadow, #1c9882);
  width: 250px;
  padding: 16px 24px;
  color: var(--neutral-white-0, #fff);
  font-family: "Poppins";
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
}
.container-btn {
  display: flex;
  flex-direction: row;
  justify-content: center;
}
.results {
  border-radius: 10px;
  border: 1px solid var(--neutral-gray-10-light-gray, #fbfcfd);
  color: #fff;
  font-family: "Poppins";
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
  display: flex;
  padding: 16px;
  justify-content: space-between;
  align-items: center;
  align-self: stretch;
}
.totalRecibir {
  color: var(--neutral-gray-10-light-gray, #fbfcfd);
  text-align: center;
  font-family: "Poppins";
  font-size: 36px;
  font-style: normal;
  font-weight: 600;
  line-height: 40px;
}
.results-titulo {
  color: var(--neutral-gray-20-concrete, #f5f8fa);
  text-align: center;
  font-family: "Poppins";
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
}
.description {
  color: #fff;
  text-align: center;
  font-family: "Roboto";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
}

.footer-results {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 25px;
}
.footer-app {
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #fff;
  font-family: "Roboto";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
}
.app {
  display: flex;
  flex-direction: row;
  gap: 8px;
}
.btn-invertir {
  border-radius: 120px;
  background: #f5f8fa;
  display: flex;
  width: 210px;
  height: 48px;
  padding: 16px 24px;
  justify-content: center;
  align-items: center;
  color: #202d39;
  font-family: "Poppins";
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
}
.results-titulo-init {
  color: var(--neutral-white-0, #fff);
  text-align: center;
  font-family: "Poppins";
  font-size: 28px;
  font-style: normal;
  font-weight: 600;
  line-height: 32px;
}
.description-init {
  color: var(--neutral-white-0, #fff);
  text-align: center;
  font-family: "Roboto";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}
@media screen and (max-width: 768px) {
  .container {
    display: flex;
    flex-direction: column;
    width: 100%;
    background: #eff3f9;
  }
  .containerQuestions {
    display: flex;
    width: 100%;
    flex-direction: column;
    gap: 16px;
  }
  .containerResults {
    display: flex;
    width: 100%;
    flex-direction: column;
    background: var(--neutral-gray-70, #4e6c88);
    padding: 32px 48px 32px 48px;
    justify-content: center;
    align-items: center;
    gap: 25px;
    border-radius: 20px;
  }
  .containerResults-init {
    display: flex;
    width: 100%;
    flex-direction: column;
    background: var(--neutral-gray-70, #4e6c88);
    padding: 32px 48px 32px 48px;
    justify-content: center;
    align-items: center;
    gap: 16px;
    border-radius: 20px;
    
  }
  .group-results {
    display: flex;
    flex-direction: column;
    width: 100%;
    gap: 1px;
  }
  h1 {
    color: var(--neutral-gray-90-dark-gray, #202d39);
    font-feature-settings: "clig" off, "liga" off;
    font-family: "Poppins";
    font-size: 36px;
    font-style: normal;
    font-weight: 600;
    line-height: 40px;
  }
  .descripcion {
    color: var(--neutral-gray-80-warm-gray, #2c4359);
    font-feature-settings: "clig" off, "liga" off;
    /* Web/Paragraph/Large */
    font-family: Roboto;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
  }
  label {
    color: var(--neutral-gray-80-warm-gray, #2c4359);
    font-family: Poppins;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px; /* 133.333% */
  }
  input[type="text"] {
    border: none;
    border-bottom: solid 2px #4e6c88;
    padding: 14px;
    width: 100%;
    max-width: 100%;
    border-radius: 4px 4px 0px 0px;
    background-color: #f5f8fa;
    background-image: url(https://tyba.com.co/herramientas/wp-content/uploads/2023/01/signo-pesos.png);
    background-repeat: no-repeat;
    background-position: 19px 18px;
    text-indent: 25px;
    color: var(--neutral-gray-70, #4e6c88);
    font-feature-settings: "clig" off, "liga" off;
    font-family: "Roboto";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
  }
  input[type="date"] {
    border: none;
    border-bottom: solid 2px #4e6c88;
    padding: 14px;
    width: 100%;
    max-width: 100%;
    border-radius: 4px 4px 0px 0px;
    background-color: #f5f8fa;
    font-family: "Roboto";
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
  }
  .select {
    border: none;
    border-bottom: solid 2px #4e6c88;
    padding: 18px;
    width: 100%;
    max-width: 100%;
    border-radius: 4px 4px 0px 0px;
    background-color: #f5f8fa;
    font-family: "Roboto";
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
  }

  input[type="text"]:focus {
    border: none;
    border-bottom: 2px solid #1c9882;
    outline-width: 0;
  }
  input[type="number"]:focus {
    border: none;
    border-bottom: 2px solid #1c9882;
    outline-width: 0;
  }
  .btn-cal-liquidacion {
    border-radius: 120px;
    background: var(--brand-meadow-20-mountain-meadow, #1c9882);
    width: 250px;
    padding: 16px 24px;
    color: var(--neutral-white-0, #fff);
    font-family: "Poppins";
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
  }
  .container-btn {
    display: flex;
    flex-direction: row;
    justify-content: center;
  }
  .results {
    border-radius: 10px;
    border: 1px solid var(--neutral-gray-10-light-gray, #fbfcfd);
    color: #fff;
    font-family: "Poppins";
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
    display: flex;
    padding: 16px;
    justify-content: space-between;
    align-items: center;
    align-self: stretch;
  }
  .totalRecibir {
    color: var(--neutral-gray-10-light-gray, #fbfcfd);
    text-align: center;
    font-family: "Poppins";
    font-size: 36px;
    font-style: normal;
    font-weight: 600;
    line-height: 40px;
  }
  .results-titulo {
    color: var(--neutral-gray-20-concrete, #f5f8fa);
    text-align: center;
    font-family: "Poppins";
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
  }
  .description {
    color: #fff;
    text-align: center;
    font-family: "Roboto";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
  }

  .footer-results {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 25px;
  }
  .footer-app {
    display: flex;
    flex-direction: column;
    align-items: center;
    color: #fff;
    font-family: "Roboto";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
  }
  .app {
    display: flex;
    flex-direction: row;
    gap: 8px;
  }
  .btn-invertir {
    border-radius: 120px;
    background: #f5f8fa;
    display: flex;
    width: 210px;
    height: 48px;
    padding: 16px 24px;
    justify-content: center;
    align-items: center;
    color: #202d39;
    font-family: "Poppins";
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
  }
  .results-titulo-init {
    color: var(--neutral-white-0, #fff);
    text-align: center;
    font-family: "Poppins";
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 32px;
    
  }
  .description-init {
    color: var(--neutral-white-0, #fff);
    text-align: center;
    font-family: "Roboto";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 40px;  }

}
