html body {
  padding: 0;
  margin: 0;
  font-family: "Lato";
  height: 100%;
  background-image: url("imagens/bg-landingpage_clean.png");
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

/* .bg-header {

} */

.nav-1 {
  padding-top: 20px;
}

.hspn {
  color: #ffff;
  font-size: 18px;
  margin-left: 50px;
}

.bt-header {
  background-color: #ffff;
  color: #0097d8;
  border-radius: 20px;
  font-weight: 700;
  padding: 5px 15px 8px;
}

.bt-header:hover {
  color: #0097d896;
}

.bth-1 {
  margin-left: 40px;
}

.bth-2 {
  margin-left: 10px;
}

.text-right {
  color: #ffff;
  /* margin-top: 50px; */
}

.form-1 {
  position: relative;
  margin: 0 auto;
  width: 400px;
  background-color: #ffff;
  padding: 20px;
  border-radius: 15px;
}

.ct-2 {
  margin-top: 100px;
}

.pform {
  color: #0097d8;
  font-size: 32px;
  font-weight: 700;
}

.bt-sub {
  background-color: #96d400;
  border-radius: 20px;
  padding: 5px 15px 8px;
  display: flex;
  justify-content: center;
  margin: 0 auto;
}

.ind {
  color: #0000;
}

.bottom-m {
  padding-bottom: 10px;
}

.m-top-c {
  margin-top: 30px;
  color: #ffff;
}

.bg-tela-1 {
  background-color: #f4f4f4;
}

.pd-t-1 {
  padding-top: 50px;
}

.card {
  width: 300px;
  background: #ffff;
  border-radius: 15px;
  padding-bottom: 20px;
  margin: 20px;
}

.img-c {
  position: relative;
  display: flex;
  justify-content: center;
  margin: 50px auto 0;
}

.text-passo {
  margin-top: 20px;
}

.desc-passo {
  padding: 5px 30px 0;
  text-align: left;
}

.cta {
  background-color: #96d400;
  border-radius: 20px;
  padding: 5px 30px 8px;
  display: flex;
  justify-content: center;
  margin: 0 auto;
}

.cta:hover {
  background-color: #94d4008e;
}

a:hover {
  text-decoration: none;
}

.p-t-2 {
  padding-bottom: 30px;
}



.aumente {
  color: #ffff;
  font-size: 18px;
  padding: 30px;
  float: right;
  margin-top: 20px;
  display: flex;
  justify-content: center;
  position: relative;
}

.cta2 {
  margin-top: 55px;
}

.container2 {
  margin-left: 0;
  padding-left: 0;
}

.content {
  position: relative;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  margin-left: 20px;
}

.no-margin {
  padding-left: 0;
  padding-right: 0;
}

.desc-moleskine {
  padding-top: 50px;
  float: left;

}

.bg-light{
  background-color: #f4f4f4;
}

.reg-cta {
  padding: 50px;
}

.bg-footer {
  background-color: #f4f4f4;
}

.footer-p {
  padding: 10px;
}

.footer-s {
  margin-top: 10px;
}

.card-center {
  position: relative;
  margin: 0 auto;
  display: flex;
  justify-content: center;

}
@media(max-width:1199px) {
  .hspn {
    display: none;
  }

  .img-fluid {
    position: relative;
    margin: 0 auto;
    display: flex;
    justify-content: center;
  }
}
@media(max-width:767px) {
  .bt-header {
    display: none;
  }

  .logo-mob {
    position: relative;
    margin: 0 auto;
    display: flex;
    justify-content: center;
  }

  .text-r-mob {
    text-align: center !important;
    margin-top: 0;
    margin-bottom: 10px;
  }

  .cta-2-mob {
    margin-top: 0;
    margin-bottom: 30px;
  }

  .form-1 {
    width: 90%;
  }

  .desc-moleskine {
    padding-left: 15px;
    padding-right: 15px;

  }
}
@media(min-width:1200px) {
  .pad-mol {
    padding: 20px 50px 0;
  }
}

.bg-header-tk {
  background-image: url("imagens/bg-tk.png");
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.ol-cc {
  height: 100%;
}

.op-gg {
  padding: 0 200px;
}
@media(max-width:900px) {
  .op-gg {
    padding: 0 10px;
  }
}

.wh-tk {
  color: #ffff;
}

.display2 {
  display: none;
}

.compartilhe {
  font-size: 16px;
}

.conhecer {
  background-color: #f59e19;
}

.conhecer:hover {
  background-color: #f59d197e;
}

.confira {
  background-color: #0097d873;
}

.confira:hover {
  background-color: #0097d85d;
}

.obrigatorio {
  text-align: right;
  color: rgba(255, 0, 0, 0.534);
}

.inside-list {
  list-style: revert;
  padding-inline-start: 18px;
}

#page-dropdown {
  margin-top: 20px;
}
/* .eigth {
 background: linear-gradient(to bottom, #38afc1 30%, #38c1ad 70%);
} */
.eigth-text {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.eigth-text img {
  margin-bottom: 32px;
}
.eigth-title {
  font-size: 32px;
  /* color: #ffffff; */
  margin-top: 16px;
}
.eigth-dropdown {
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.dropdown-text {
  /* color: #ffff; */
  width: 50%;
  height: auto;
  margin: 5px 25%;
  display: none;
  text-align: justify;
  word-wrap: break-word;
}
.dropdown-btn p {
  position: absolute;
  left: 11%;
}
.dropdown-btn {
  text-decoration: none;
  font-size: 24px;
  /* color: #ffffff; */
  border: none;
  background-color: transparent;
  margin: 0 10vw 8px 20vw;
  width: 600px;
  text-align: left;
  cursor: pointer;
  outline: none;
}
.dropdown-btn:focus {
  outline: none;
}
.dropdown-down {
  position: absolute;
  left: 85%;
}
.eigth-b {
  border-bottom: 1px solid #0082B2;
  margin: 0 10vw 16px 10vw;
}
.eigth-b-last {
  border-bottom: 1px solid #0082B2;
  margin: 0 10vw 40px 10vw;
}

@media (max-width: 765px){

  .eigth-text {
      display: flex;
      justify-content: center;
      align-items: center;
      flex-direction: column;
  }
  .eigth-text img {
      margin-bottom: 32px;
  }
  .eigth-title {
      font-size: 24px;
      margin-top: 16px;
  }
  .eigth-dropdown {
      display: flex;
      justify-content: center;
      flex-direction: column;
  }
  .dropdown-down {
      display: flex;
      position: absolute;
      right: 15%;
      top: 35%;
      width: 20px;
  }
  .dropdown-text {

      width: 250px;
      height: auto;
      margin: 5px 10%;
      display: none;
      text-align: left;
  }
  .dropdown-btn {
      text-decoration: none;
      font-size: 16px;

      border: none;
      background-color: transparent;
      margin: 0 10vw 8px 10vw;
      width: 250px;
      text-align: left;
      cursor: pointer;
      outline: none;
  }
  .dropdown-down {
      display: flex;
      position: absolute;
      right: 15%;
      top: 35%;
  }
  .eigth-b {
      border-bottom: 1px solid #0082B2;
      margin: 0 10vw 16px 10vw;
  }
  .eigth-b-last {
      border-bottom: 1px solid #0082B2;
      margin: 0 10vw 40px 10vw;
  }
}
@media (max-width: 360px) {
  .dropdown-btn {
    text-decoration: none;
    font-size: 16px;
    border: none;
    background-color: transparent;
    text-align: left;
    cursor: pointer;
    outline: none;
    max-width: 255px;
  }
}