body {
  background: none !important;
  color: #2e2e2e;
}

header {
  background-color: #ffffff;
  background-image: url("../images/bg-header.svg");
  background-size: cover;
}

section.chamadainicial {
  color: #2e2e2e;
}
section.chamadainicial h1 {
  font-size: 3.6em;
  font-weight: 600;
  letter-spacing: -0.025em;
  line-height: 100%;
  margin-bottom: 0.5em;
}
section.chamadainicial p {
  font-size: 1.1em;
  letter-spacing: -0.025em;
  width: 90%;
}
section.chamadainicial p b {
  color: #da511f;
  font-size: 1.05em;
  font-weight: 600;
  letter-spacing: -0.025em;
  text-transform: uppercase;
}

section.porquenosescolher {
  background-color: #fff;
  box-shadow: 14px 14px 50px 0 rgba(0, 0, 0, 0.15);
  box-sizing: border-box;
  color: #2e2e2e;
  margin: 0 auto 3em;
  padding: 3em;
  max-width: 1049px;
}

section.saibaoprecoideal {
  background-color: #ffffff;
}
section.infinitaspossibilidades {
  background-color: #ffffff;
}

section.comofunciona ul {
  border-left: 2px solid #f0f0f0;
  list-style: none;
  padding: 0;
}
section.comofunciona ul li {
  padding: 0 0 0 2em;
  margin-left: -3px;
  line-height: 380%;
}
section.comofunciona ul li.active {
  border-left: 4px solid #f5a320;
}
section.comofunciona div.box-card {
  flex: 1;
  display: inline-block;
  flex-direction: column;
  justify-content: space-between;
  background-color: #fff;
  box-shadow: 14px 14px 50px 0 rgba(0, 0, 0, 0.15);
  box-sizing: border-box;
  min-height: 360px;
  max-height: 400px;
  padding: 1.5em;
  position: absolute;
  width: 40%;
  transition: ease-in-out all 0.1s;
}
section.comofunciona div.min {
  transform: scale(0.85);
}
section.comofunciona div.min > * {
  opacity: 0.5;
}
section.comofunciona div.box-card.active {
  z-index: 5 !important;
}
section.comofunciona div.box-card:nth-child(1n) {
  left: 0%;
}
section.comofunciona div.box-card:nth-child(2n) {
  left: 20%;
}
section.comofunciona div.box-card:nth-child(3n) {
  left: 40%;
}
section.comofunciona div.box-card:nth-child(4n) {
  left: 60%;
}

@media only screen and (max-width: 600px) {
  section.comofunciona div.box-card {
    width: 70%;
  }
  section.comofunciona div.box-card:nth-child(1n) {
    left: 0%;
  }
  section.comofunciona div.box-card:nth-child(2n) {
    left: 10%;
  }
  section.comofunciona div.box-card:nth-child(3n) {
    left: 20%;
  }
  section.comofunciona div.box-card:nth-child(4n) {
    left: 30%;
  }
}

section.comofunciona div.box-card.z-index-1 {
  z-index: 1;
}
section.comofunciona div.box-card.z-index-2 {
  z-index: 2;
}
section.comofunciona div.box-card.z-index-3 {
  z-index: 3;
}
section.comofunciona div.box-card.z-index-4 {
  z-index: 4;
}

section.comofunciona div.box-card h4 {
  color: #f5a320;
  margin: 0 0 0.6em;
  text-transform: uppercase;
}
section.comofunciona div.box-card h2 {
  font-size: 1.3em;
  font-weight: 600;
  line-height: 120%;
  margin: 0 0 0.6em;
  width: 60%;
}
section.comofunciona div.box-card p {
  font-size: 0.91em;
  line-height: 150%;
  margin: 0 0 1em;
}
section.comofunciona div.box-card a {
  border-bottom: 1px solid #999;
  color: #999;
  font-size: 0.9em;
  padding: 0;
  vertical-align: middle;
  text-transform: uppercase;
}

section.porquenosescolher .box img {
  margin: 10px 0;
}
section.porquenosescolher .box h3 {
  font-size: 1.5em;
  font-weight: 600;
  letter-spacing: -0.025em;
  margin-bottom: 1.5em;
}

.navbar-primary li {
  padding: 0.2rem;
}
.navbar-primary li a {
  color: #2e2e2e;
  display: inline-block;
  padding: 0.375rem 0.75rem;
}

.btn-primary {
  background-color: #da511f;
  border: none;
  border-radius: 0;
  color: #ffffff !important;
}
.btn-primary.large {
  font-size: 1.3rem;
}

section.demonstracao {
  color: #2e2e2e;
}

section.demonstracao div.dados {
  box-shadow: 0 0 36px 12px rgba(0, 0, 0, 0.1);
  padding: 1.5em;
}

section.demonstracao div.dados div.inputs input,
section.demonstracao div.dados div.inputs select {
  background-color: #ececec;
  border: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 1.2em;
  outline: none;
  padding: 0.5em;
  width: 100%;
}

section.demonstracao div.dados div.inputs {
  border-bottom: 1px solid #ddd;
  margin-bottom: 2em;
  padding-bottom: 1em;
}
section.demonstracao div.dados label {
  text-transform: uppercase;
}
section.demonstracao div.dados div.btns label {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: transparent;
  border: none;
  font-size: 0.88em;
  line-height: 120%;
  margin: 0;
  padding: 0.5em;
}
section.demonstracao div.dados div.btns label.active {
  background-color: #555;
  color: #fff;
}
section.demonstracao div.dados div.btns input {
  position: absolute;
  left: -9999em;
}

section.demonstracao div.resultado div.titulo-preco-forte {
  background-color: #77a83f;
  color: #fff;
  font-size: 1.1em;
  padding: 1em 18px;
}
section.demonstracao div.resultado div.valor-preco-forte {
  background-color: rgba(119, 168, 63, 0.75);
  color: #fff;
  font-size: 2.25em;
  letter-spacing: -0.025em;
  padding: 0.5em 18px;
}

section.demonstracao div.resultado .item-detalhe {
  border-bottom: 1px dotted #ccc;
  margin: 1em 0;
}
section.demonstracao div.resultado .item-detalhe .percent {
  color: #c00;
}

.comece-agora {
  margin-bottom: 2em;
  margin-top: 4em;
}
.comece-agora img {
  height: 230px;
}
.comece-agora h2 {
  font-size: 1.9em;
  font-weight: 600;
  letter-spacing: -0.025em;
  line-height: 110%;
  margin-bottom: 0.25em;
}
.comece-agora h3 {
  color: #da511f;
  font-size: 2em;
  font-weight: 600;
  letter-spacing: -0.025em;
  line-height: 110%;
  margin-bottom: 0.25em;
  text-transform: uppercase;
}
.comece-agora p {
  line-height: 120%;
  margin-bottom: 2em;
}

section.planos {
  background-color: #ffffff;
  background-image: url("../images/bg-footer.svg");
  background-size: cover;
  background-position: center 50%;
}

section.planos div.title {
  font-size: 2em;
  font-weight: 500;
  letter-spacing: -0.025em;
  line-height: 120%;
  margin: 0 auto 2em;
  text-align: center;
  width: 50%;
}

section.planos div.box {
  background-color: #fff;
  box-shadow: 14px 14px 50px 0 rgba(0, 0, 0, 0.15);
  box-sizing: border-box;
  margin: 0 auto 3em;
  padding: 1.5em;
}

section.planos div.box h3 {
  font-size: 1.75rem;
  margin-bottom: 1.5rem;
  font-weight: 400;
  line-height: 1.2;
}

section.planos div.box p.small {
  font-size: 0.7em;
}
section.planos div.box p {
  font-size: 0.9em;
  line-height: 120%;
  margin: 0 auto;
  text-align: center;
  text-transform: uppercase;
  width: 80%;
}

section.planos div.box a {
  width: 90%;
}

section.planos div.box h5 {
  color: #da511f;
  font-size: 1.5em;
  letter-spacing: -0.05em;
  line-height: 100%;
  padding: 2em 0;
  text-align: center;
}

section.planos div.box h5 span {
  font-size: 2.8rem;
  font-weight: 500;
  letter-spacing: -0.05em;
  vertical-align: text-bottom;
}

section.planos div.box h6 {
  color: #f5a320;
  font-size: 1em;
  height: 30px;
  letter-spacing: -0.05em;
  line-height: 100%;
  padding: 0 0 !important;
  text-align: center;
  position: relative;
}

section.planos div.box h6 span {
  font-size: 2rem;
  font-weight: 500;
  letter-spacing: -0.05em;
  position: relative;
  vertical-align: text-bottom;
}

section.planos div.box h6 div {
  position: absolute;
  height: 60px;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  top: -15%;
  left: 50%;
  margin-left: -50%;
}

section.planos div.box h6 div::before,
section.planos div.box h6 div::after {
  position: absolute;
  border-radius: 50%;
  content: "";
  width: 100%;
  height: 3px; /* cross thickness */
  background-color: red;
}

section.planos div.box h6 div::before {
  transform: rotate(11deg);
}

section.planos div.box h6 div::after {
  transform: rotate(-11deg);
}

.ganhe-creditos {
  margin-bottom: 2em;
  margin-top: 4em;
}
.ganhe-creditos h3 {
  color: #da511f;
  font-size: 1.8em;
  letter-spacing: -0.025em;
  line-height: 120%;
  margin-bottom: 0.25em;
  text-transform: uppercase;
}

footer {
  background-color: #2e2e2e;
  color: #fff;
  padding: 3em 0;
}

footer .menus ul {
  list-style: none;
  padding: 0;
}
footer .menus ul li {
  line-height: 220%;
}
footer .menus ul li a {
  color: #fff;
}

.social a {
  color: #2e2e2e;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #f4a320;
  border-radius: 100px;
  height: 2.4em;
  margin-right: 1em;
  width: 2.4em;
  transition: all 0.15s;
}

.social a img {
  height: 0.9em;
}

.navbar-toggler-icon {
  font-size: 1.8rem;
}

.navbar-collapse.collapse {
  transform: scaleY(0);
  transform-origin: top;
  transition: transform 0.26s ease;
}
.navbar-collapse {
  transform: scaleY(1);
}

.navbar-brand {
  max-width: 60%;
}
