.conteudo-principal {
  min-height: 100vh;
  margin-top: 40px;
  background-color: #accd4e;
  background-image: url('../images/climpek.png');
  background-position: 0px 0px;
  background-size: auto;
}

.heading {
  padding: 10px 30px;
  font-family: Exo, sans-serif;
  color: #fff;
  font-size: 2.4em;
  line-height: 1.4em;
  text-align: center;
  text-transform: uppercase;
}

.image {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.section {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 99999;
  min-height: 45px;
  background-color: #499738;
  box-shadow: 0 0 3px 1px rgba(16, 158, 30, 0.4);
}

.conteudo-01 {
  min-height: 100vh;
  background-color: #cffb9d;
  background-image: url('../images/climpek.png');
  background-position: 0px 0px;
  background-size: auto;
}

.conteudo-01.mais-espaco {
  padding-top: 40px;
  padding-bottom: 40px;
}

.paragraph {
  position: static;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  margin-bottom: 0px;
  padding-top: 11px;
  padding-right: 25px;
  padding-left: 25px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 15px;
}

.paragraph.rodape {
  text-align: center;
}

.btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 260px;
  margin: 30px auto;
  padding-top: 16px;
  padding-bottom: 16px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-style: solid;
  border-width: 2px;
  border-color: #719410;
  border-radius: 12px;
  background-color: #4b5f15;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 600;
  text-align: center;
}

.btn:hover {
  border-color: #499738;
  background-color: #2b8618;
  box-shadow: 1px 1px 8px 3px rgba(89, 131, 18, 0.7);
}

.btn.w--current {
  display: block;
}

.btn.maior {
  width: 320px;
}

.container-sim-02 {
  padding: 30px 40px 25px;
}

.texto {
  font-family: 'Open Sans', sans-serif;
  color: #365031;
  font-size: 1.8em;
  line-height: 1.5em;
  text-align: center;
}

.texto.fundo-escuro {
  color: #fff;
  text-align: center;
}

.texto.oferta {
  padding-bottom: 12px;
  font-size: 2.5em;
}

.column {
  display: block;
  min-height: 400px;
  padding-top: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.image-2 {
  display: block;
  margin-right: auto;
  margin-left: auto;
  border-style: none;
  border-width: 4px;
  border-color: #499738;
}

.conteudo-02 {
  min-height: 80vh;
  padding-top: 70px;
  padding-bottom: 50px;
  background-color: #efffdf;
  background-image: url('../images/climpek.png');
  background-position: 0px 0px;
  background-size: auto;
}

.btn-02 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 160px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 16px;
  padding-bottom: 16px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-style: solid;
  border-width: 2px;
  border-color: #719410;
  border-radius: 12px;
  background-color: #4b5f15;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 600;
}

.btn-02:hover {
  border-color: #499738;
  background-color: #2b8618;
  box-shadow: 1px 1px 8px 3px rgba(89, 131, 18, 0.7);
}

.btn-02.w--current {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 120px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.columns {
  margin-top: 25px;
}

.column-3 {
  position: static;
}

.container-nao-02 {
  display: none;
  padding: 30px 40px 25px;
}

.container-question {
  padding: 100px 25px 25px;
}

.image-3 {
  display: block;
  margin-top: -34px;
  margin-right: auto;
  margin-left: auto;
}

.conteudo-alvo {
  padding: 70px 40px 25px;
}

.conteudo-final {
  min-height: 80vh;
  padding-top: 70px;
  padding-bottom: 50px;
  background-color: #499738;
  background-image: url('../images/climpek.png');
  background-position: 0px 0px;
  background-size: auto;
}

.italic-text {
  font-size: 2.2em;
  line-height: 1.5em;
  text-align: center;
}

.html-embed {
  padding: 10px 50px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 2em;
  line-height: 1.5em;
  text-align: center;
}

.heading-2 {
  font-family: Montserrat, sans-serif;
  color: #fff;
  text-align: center;
}

.heading-3 {
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 1.6em;
  line-height: 1.5em;
  font-weight: 400;
  text-align: center;
}

.bold-text {
  text-decoration: line-through;
}

.rodape {
  position: static;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 99999;
  min-height: 80px;
  padding-top: 12px;
  padding-bottom: 12px;
  background-color: #499738;
  box-shadow: 0 0 3px 1px rgba(16, 158, 30, 0.4);
}

@media (max-width: 767px) {
  .column {
    min-height: auto;
  }
  .column-2 {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }
  .image-2 {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }
  .btn-02 {
    margin-bottom: 20px;
  }
}

@media (max-width: 479px) {
  .italic-text {
    font-size: 1.3em;
  }
}