.title-calcu {
  font-size: 40px;
  margin-bottom: 40px;
  text-align: center;
  font-weight: 600;
}

.tabs {
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
}

.tab {
  background: #f0f0f0;
  border-radius: 5px;
  padding: 10px 20px;
  margin: 0 5px;
  cursor: pointer;
  font-weight: bold;
}

.tab.active {
  background: #075b7f;
  color: #fff !important;
}

.screen {
  display: none;
}

.screen.active {
  display: block;
}

.form-section {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  margin: 20px 0;
}

.form-section input,
.form-section select {
  padding: 12px;
  font-size: 15px;
  width: 100%;
  border: 1px solid #ccc;
  border-radius: 5px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
  font-family: "Poppins", sans-serif;
}

.results {
  display: flex;
  /* justify-content: center; */
  gap: 20px;
  margin-top: 20px;
}

.result-box {
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 8px;
  padding: 20px;
  width: 100%;
  font-size: 16px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
  text-align: center;
  font-weight: 300;
  font-family: "Poppins", sans-serif;

}

.result-box strong {
  display: block;
  color: #222;
}


.results-pricipal{
  margin-top: 20px;
}

.alinhar-resust{
  display: flex;
  gap: 20px;
}

.cont-box{
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 8px;
  padding: 20px;
  width: 100%;
  font-size: 16px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
  text-align: center;
  font-weight: 300;
  font-family: "Poppins", sans-serif;
  display: flex;
  flex-direction: column;
}

.blue-box {
  background: #226b8b;
  color: #fff;
  border-radius: 8px;
  padding: 15px;
  font-weight: bold;
  width: 100%;
}

.anexos {
  margin-top: 20px;
  display: flex;
  justify-content: center;
  gap: 10px;
  flex-wrap: wrap;
}

.anexos button {
  padding: 10px 20px;
  border: none;
  border-radius: 6px;
  background: #f0f0f0;
  cursor: pointer;
  font-weight: bold;
}

.anexos button.active {
  background: #1c689e;
  color: #fff !important;
}

.ptop {
  padding-top: 100px;
}

.valor {
  font-size: 20px !important;
  font-weight: 500;
  
}

.valor1 {
  font-size: 32px !important;
  font-weight: 500;
  color: #012141 !important;
}

.colab-msg {
  display: block;
  margin-top: 5px;
  font-size: 13px;
  color: #666;
}

.textoh1cal {
  font-family: "Poppins", sans-serif;
  text-align: center;
  font-size: 36px;
  color: #075b7f;
  font-weight: bold;
}

.fundopagsobre {
  background: #FFA323;
  background: linear-gradient(90deg, rgba(255, 163, 35, 0.425) 0%, rgba(0, 125, 171, 0.288) 50%, rgba(255, 255, 255, 1) 100%);
  z-index: 3;
}

.textoh1 {
  font-family: "Roboto", sans-serif;
  font-size: 36px;
  font-weight: bold;
  color: #075b7f;

}

.btn-parceirocal {
  margin-right: 15px;
  background-color: #012141;
  color: white;
  border-radius: 10px;
  font-size: 18px;
  font-weight: bold;
  padding: 15px;
  text-decoration: none;
  transition: 0.5s;
}

.box-solutions {
  background-color: white;
  width: 360px !important;
  height: 310px;
  margin: 10px;
  margin-bottom: 20px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 40px !important;
  overflow: hidden;
  position: relative;

}


#simplesValor{
  font-size: 32px;
  color: #012141;
}

#lucroValor{
    font-size: 32px;
    color: #012141;
}