.elementor-13852 .elementor-element.elementor-element-5917cd8{--display:flex;--min-height:0px;}/* Start custom CSS for html, class: .elementor-element-ea77791 */body {
  background: #f5f5f5;
  margin: 0;
  padding: 0;
  color: #222;
}

.container {
  max-width: 1260px;
  margin: 40px auto;
  padding: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.logo {
  display: block;
  margin: 0 auto 24px;
  max-width: 150px;
}

.titulo {
  text-align: center;
  font-size: 28px;
  font-weight: 700;
  color: #a05e2a;
}

.subtitulo {
  text-align: center;
  font-size: 16px;
  color: #444;
  margin-bottom: 30px;
}

.content {
  display: flex;
  justify-content: center;
  gap: 20px;
  width: 100%;
  max-width: 1260px;
}

.formularioBox {
  width: 608px;
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 8px;
  padding: 24px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.formularioBox h2 {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 26px;
  color: #333;
  text-align: center;
}

.formularioBox label {
  display: block;
  font-weight: 600;
  margin: 10px 0 5px;
  font-size: 16px;
}

.formularioBox input {
  width: 100%;
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 6px;
  font-size: 14px;
  color: #d5b185;
  font-weight: 700;
}
.formularioBox input::placeholder {
  color: #d5b185;
  font-weight: 700;
}

.botoes {
  margin-top: 20px;
  text-align: center;
}

.botoes button {
    width: 300px;
  padding: 10px 20px;
  background: linear-gradient(to right, #c9a979, #a05e2a);
  color: #fff;
  font-weight: bold;
  border: none;
  border-radius: 30px;
  cursor: pointer;
  font-size: 18px;
  transition: 0.3s;
}

.botoes button:hover {
  opacity: 0.9;
}

.resultadosBox {
  width: 608px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
  box-sizing: border-box;
  background: #d5b185;
  padding: 14px
}

.cenario {

  background: #fff;
  border: 2px solid #d5b185;
  border-radius: 8px;
  padding: 36px;
  width: 566px;
  height: 320px;

}

.cenario h3 {
  font-size: 18px;
  margin-bottom: 36px;
  color: #000;
  text-align: center;
}

.cenario p {
  margin: 6px 0;
  font-size: 15px;
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px
}

.cenario hr {
  margin: 12px 0;
  border: none;
  border-top: 1px solid #ccc;
}

.ppConservador {
  color: #a05e2a;
  font-weight: bold;
}

.ppModerador {
  color: #d57d64;
  font-weight: bold;
}

.valor,
.valorModerado {
  color: #009933;
  font-weight: 700;
}

.resumoCrescimento {
  margin-top: 40px;
  width: 100%;
  max-width: 1260px;
  background: #fff;
  border: 1px solid #0c2e59;
  border-radius: 8px;
  overflow: hidden;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  
}

.resumoCrescimento h4{
    font-weight: 700;
    margin-bottom: 22px;
    font-size: 18px;
}

.resumoCrescimento__header {
  background: #0c2e59;
  color: white;
  text-align: center;
  padding: 16px;
  font-weight: bold;
  font-size: 16px;
  width: 100%;
}

.resumoCrescimento__conteudo {
  display: flex;
  justify-content: space-around;
  padding: 20px;
  width: 100%;
  box-sizing: border-box;
}

.resumoCrescimento__cenario {
  text-align: center;
  width: 50%;
}

.resumoCrescimento__valor {
  font-size: 35px;
  color: #009933;
  font-weight: bold;
  margin-bottom: 20px!important;
  
  
}

.rodape {
  margin-top: 40px;
  background: #f5f5f5;
  padding: 24px;
  text-align: center;
  font-size: 13px;
  color: #666;
}

.ctaRodape {
  display: inline-block;
  background: #fff;
  color: #a05e2a;
  font-weight: bold;
  padding: 10px 20px;
  border-radius: 30px;
  text-decoration: none;
  margin-bottom: 16px;
  border: 2px solid #a05e2a;
  font-size: 14px;
}

.ctaRodape:hover {
  background: #f8f4ee;
}

.copy img {
  max-height: 31px;
  margin: 10px auto;
}

.copy p {
  font-weight: 700
}

@media (max-width: 991px) {
  .content {
    flex-direction: column;
    align-items: center;
  }

  .formularioBox,
  .resultadosBox {
    width: 100%;
    max-width: 95%;
  }

  .cenario {
    width: 100%;
    height: auto;
    padding: 24px;
  }

  .resumoCrescimento__conteudo {
    flex-direction: column;
    gap: 24px;
  }

  .resumoCrescimento__cenario {
    width: 100%;
  }

  .botoes button {
    width: 100%;
  }

  .resumoCrescimento__valor {
    font-size: 28px;
  }

  .titulo {
    font-size: 22px;
  }

  .subtitulo {
    font-size: 14px;
  }

  .logo {
    max-width: 120px;
  }
}/* End custom CSS */