:root {
  font-family: "Paralucent";
  line-height: 1.5;
  font-weight: 400;
  /* border-color: none; */
}

html, body {
  overflow-x: hidden;
}

body {
  /* max-width: 1920px; deixar depois responsivo o site para esse tamanho de tela  */
  background-color: #F0F0F0;
  margin: 0;
  padding: 0;
  border: 0;
}

.bussola {
  position: absolute;
  right: 0%;
  top: 20px;
  width: 45%;
  height: 1031px;
  z-index: -1;
}

span.bold {
  font-weight: 700;
}

header.logos {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 82px;
}

header .logo_gestor_mkt {
  width: 224px;
  height: 57px;
}

header .logo_onm {
  width: 349px;
  height: 63px;
  margin-left: 86px;
}

.header_page {
  /* display: flex;
  justify-content: center;
  flex-direction: column; */
  text-align: center;
}

.header_page h1 {
  color: #000;
  text-align: center;
  font-size: 30px;
  font-style: normal;
  font-weight: 500;
  line-height: 133.4%;
  max-width: 705px;
  margin: 64px auto 47px auto;
}

/* .header_page h1 span {
  font-weight: 700;
} */

.video {
  /* margin: 0 20% 0 20%; */
  width: 56.875%;
}

.call_to_action {
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  border-radius: 5px;
  background-color: #0070DF;
  max-width: 465px;
  height: 58px;
  border: 0;
  padding: 10px 14px;
  margin-top: 65px;
  margin-bottom: 89px;
  cursor: pointer;
}

.faq {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  max-width: 692px;
  /* width: 100%; */
  margin: 0 auto;
}

.faq header h2 {
  color: #000;
  text-align: center;
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: 93.4%;
  margin-bottom: 16px;
}

.faq header p {
  color: #212121;
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
  letter-spacing: 0.4px;
  margin: 0 0 44px 0;
}

.faq article {
  display: flex;
  padding: 16px 32px;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
  align-self: stretch;
  background-color: #fff;
  border-radius: 10px;
  /* max-width: 692px; */
  width: 100%;
  margin: 0 auto;
  cursor: pointer;
}

.faq article .question {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  border-bottom: 2px solid #0070DF;
  width: 100%;
  padding-bottom: 16px;
}

.faq article .question h3 {
  color: #0070DF;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 133.4%;
  margin: 0;
}

.faq article .content p {
  color: #212121;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
  letter-spacing: 0.32px;
  opacity: 0.699999988079071;
  display: none;
  transition: display 1.4s ease;
}

.faq article.active .content p {
  display: block;
  animation: fade 1s ease-in-out;
}

.faq article .question img {
  transition: transform 0.5s ease-in;
}

.faq article.active .question img {
  transform: rotate(180deg);
}

@keyframes fade {
  from {
    opacity: 0;
    transform: translateY(-10px);
  }
  do {
    opacity: 1;
    transform: translateY(0px);
  }
}

.informations {
  margin-bottom: 40px;
}

.informations > header {
  margin: 90px auto 60px auto;
  max-width: 600px;
}

.informations > header h2 {
  color: #0070DF;
  font-weight: 700;
  text-align: center;
  font-size: 18px;
  font-style: normal;
  line-height: 130%;
  /* width: 600px; */
  margin: 0 auto;
}

.informations > header p {
  color: #212121;
  text-align: center;
  font-size: 18px;
  font-style: normal;
  line-height: 130%;
  /* width: 549px; */
  margin: 0 auto;
  opacity: 0.699999988079071;
}

.informations .box_information {
  display: flex;
  justify-content: space-between;
  flex-direction: row;
  flex-wrap: wrap;
  background-color: #FFF;
  /* width: 68%; */
  max-width: 1012px;
  margin: 0 auto;
  border-radius: 11.916px;
  border: 16px solid rgba(254, 254, 254, 0.26);
  padding-left: 62.49px;
  padding-top: 56.36px;
}

.informations .box_information h3 {
  color: #EE1B5A;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 110%;
  padding-bottom: 16px;
}

.informations .box_information article {
  display: flex;
  align-items: flex-start;
  flex-direction: row;
  padding-bottom: 16px;
}

.informations .box_information article h4 {
  padding-left: 16px;
  color: #212121;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 110%;
  margin: 0;
  max-width: 410px;
}

.informations .box_information article .support {
  line-height: 120%;
}

.informations .box_information article .support span {
  color: hsla(0, 0%, 46%, 1);
  font-size: 16px;
}

/* .informations .box_information .price .mockup {
  width: 497.905px;
  height: 280.071px;
} */

.informations .box_information .price {
  padding-right: 58.13px;
}

.informations .box_information .price .mockup {
  width: 100%;
}

.informations .box_information .price > article {
  width: 88%;
  display: flex;
  flex-direction: column;
  gap: 27.16px;
}

.informations .box_information .price > article h4:first-child {
  color: #FF2828;
  text-align: center;
  font-size: 36.617px;
  font-style: normal;
  font-weight: 500;
  text-align: center;
  line-height: 130%;
  width: 100%;
  padding: 0;
  padding-left: 25px;
}

.informations .box_information .price > article .line {
  width: 205.158px;
  transform: rotate(5deg);
  border: 2px solid #FF2828;
  margin-top: -55px;
}

.informations .box_information .price > article h4 span:nth-child(1n) {
  color: #000;
  text-align: center;
  font-size: 28.677px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
  padding-left: 100px;
}

.informations .box_information .price > article h4:nth-child(3) span:nth-child(2) {
  color: hsla(210, 100%, 44%, 1);
  font-size: 100.617px;
  font-weight: 700;
  line-height: 110%;
  padding-left: 0px;
}

.informations .box_information .price > article button {
  width: 100%;
  padding: 26.01px 34.681px;
  border-radius: 10.838px;
  font-size: 17.508px;
  margin: 0;
  background-color: #0070DF;
  color: #FFF;
  border: 0;
  font-weight: 700;
  margin-left: 15px;
  cursor: pointer;
}

footer {
  width: 100%;
  border-top: 17px solid #64CFF6;
  padding-top: 40px;
  margin-bottom: 95.76px;
}

footer > article.guarantee {
  display: flex;
  width: 52%;
  align-items: flex-start;
  gap: 23px;
  margin: 0 auto;
}

footer > article div {
  display: flex;
  flex-direction: column;
}

footer > article.guarantee h3 {
  color: #EE1B5A;
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: 110%;
  margin: 0;
  margin-bottom: 16px;
}

footer > article.guarantee p {
  color: #212121;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
  letter-spacing: 0.4px;
  opacity: 0.699999988079071;
  margin: 0;
}

footer article.doubt {
  width: 31%;
  display: flex;
  align-items: flex-start;
  gap: 23px;
  margin: 0 auto;
}

footer article.doubt h3 {
  color: #0D0D0D;
  text-align: center;
  font-size: 23.107px;
  font-style: normal;
  font-weight: 700;
  line-height: 110%;
  margin: 0;
  margin-bottom: 16px;
}

footer article.doubt p {
  color: #212121;
  text-align: center;
  font-size: 16.175px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
  letter-spacing: 0.324px;
  opacity: 0.699999988079071;
  margin: 0;
}

dialog { 
  border: none;
  border-radius: 20px;
  max-width: 500px;
  z-index: 2;
  padding: 45px 110px;
  background-color: #F0F0F0;
}

dialog .close {
  position: relative;
  text-align: right;
  left: 15%;
}

dialog .close svg {
  cursor: pointer;
}

dialog .message {
  padding: 10px 15px;
  border: 1px solid #856404;
  display: none;
}

dialog p {
  color: #8E8E8E;
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
}

dialog span {
  color: #EE1B5A;
  text-align: center;
  font-size: 28px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
  display: inline-flex;
}

dialog .input-icons img {
  position: absolute;
  padding-top: 17px;
  padding-left: 40px;
  color: green;
  min-width: 24px;
  text-align: center;
}

dialog input {
  display: flex;
  width: 71%;
  padding: 21px 40px;
  margin: 10px auto;
  justify-content: center;
  align-items: center;
}

dialog .term_policy {
  color: #8E8E8E;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
}

dialog a {
  text-decoration: none;
}

dialog input[type=button] {
  display: flex;
  padding: 16px 86px;
  align-items: flex-start;
  gap: 8.002px;
  border-radius: 4px;
  background-color: #0070DF;
  border: 0;
  color: #FFF;
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 110%;
  letter-spacing: 0.4px;
  cursor: pointer;
}

@media (max-width: 60em) {
  .informations .box_information {
    margin: 0 20px;
  }

  footer > article.guarantee {
    width: 80%;
  }
}

@media (max-width: 25.875em) {

  body {
    width: 100%;
  }

  .bussola {
    width: 440px;
    height: 440px;
    left: 156px;
    top: -220px;
  }

  header.logos {
    flex-direction: column-reverse;
  }

  header .logo_onm {
    margin-left: 0;
    width: 138px;
    height: 25px;
  }

  header .logo_gestor_mkt {
    width: 149px;
    height: 42px;
    margin-top: 10px;
  }

  .header_page h1 {
    font-size: 20px;
    margin: 30px 42px;
  }

  .video {
    width: 352px;
    height: 179px;
  }

  .call_to_action {
    font-size: 16px;
    margin: 30px 65px;
  }

  .faq header p {
    margin-bottom: 10px;
  }

  .faq article {
    margin-left: 16px;
    margin-right: 16px;
    width: calc(100% - 96px);
  }

  .informations > header {
    background-color: #FFF;
    border-radius: 8px;
    padding: 32px 34px;
    margin: 29px 16px;
  }

  .informations .box_information {
    padding: 37px 19px;
    /* width: 100%; */
    margin-left: 16px;
    margin-right: 16px;
  }

  .informations .box_information h3 {
    padding-bottom: 0;
  }

  .informations .box_information .price > article h4:first-child {
    font-size: 25.492px;
    padding-left: 0;
  }

  .informations .box_information .price > article .line {
    width: 158.143px;
    margin-top: -50px;
  }

  .informations .box_information .price > article h4 span:nth-child(1n) {
    padding-left: 48px;
    font-size: 19.965px;
  }

  .informations .box_information .price > article h4:nth-child(3) span:nth-child(2) {
    font-size: 70.617px;
  }

  .informations .box_information .price > article h4:nth-child(3) {
    font-size: 19.965px;
  }

  footer > article.guarantee {
    flex-wrap: wrap;
    width: 80%;
    justify-content: center;
  }

  footer > article.guarantee h3 {
    text-align: center;
    padding: 0 40px;
  }

  footer > article.guarantee p {
    text-align: center;
  }

  footer article.doubt {
    width: 100%;
    margin: 40px 20px 20px 20px;
  }

  footer article.doubt h3 {
    font-size: 18px;
    width: 88%;
  }

  footer article.doubt p {
    font-size: 14px;
    width: 88%;
  }

  dialog {
    width: 331px;
    padding: 17.8px 24.5px 32.4px 24.5px;
  }

  dialog .close {
    left: 2%;
  }

  dialog p {
    font-size: 14px;
  }

  dialog span {
    font-size: 19px;
  }

  dialog .input-icons img {
    padding-left: 15px;
  }

  dialog .term_policy {
    font-size: 10px;
  }

  dialog input[type=button] {
    width: calc(100% - 12px);
    font-size: 19px;
  }
}