/* Main Color */
/* Neutral Colors */
.color-grey-0 {
  color: #FFF;
}

.color-grey-600 {
  color: #DFDFDF;
}

.color-grey-700 {
  color: #B1B1B1;
}

.color-grey-800 {
  color: #646464;
}

.color-grey-900 {
  color: #181818;
}

.color-grey-1000 {
  color: #000;
}

.input-color-form {
  color: #656565;
}

body.page-template-faq {
  background: #F3F6F7;
}
body.page-template-faq .faq-container {
  padding-top: 190px;
  margin-bottom: 130px;
}
body.page-template-faq .faq-container .wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (min-width: 1024px) {
  body.page-template-faq .faq-container .wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 130px;
  }
}
@media (min-width: 1880px) {
  body.page-template-faq .faq-container .wrapper {
    max-width: 1805px;
    margin: 0 auto;
    padding: 0;
  }
}
body.page-template-faq .faq-container .wrapper .faq-tabs {
  width: 100%;
  max-width: 430px;
}
body.page-template-faq .faq-container .wrapper .faq-tabs .titulo-perguntas {
  color: #080d51;
  font-style: normal;
  font-weight: 500;
  line-height: 110%; /* 44px */
  font-size: 32px;
  margin-bottom: 44px;
}
@media (min-width: 1024px) {
  body.page-template-faq .faq-container .wrapper .faq-tabs .titulo-perguntas {
    font-size: 40px;
  }
}
body.page-template-faq .faq-container .wrapper .faq-tabs .box-tabs {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 12px;
}
body.page-template-faq .faq-container .wrapper .faq-tabs .box-tabs .faq-tab {
  cursor: pointer;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media (min-width: 1024px) {
  body.page-template-faq .faq-container .wrapper .faq-tabs .box-tabs .faq-tab::before {
    content: "";
    bottom: -4px;
    width: 0;
    height: 2px;
    -webkit-transition: 0.6s;
    transition: 0.6s;
    left: 0;
    position: absolute;
    background-color: #000fe1;
  }
  body.page-template-faq .faq-container .wrapper .faq-tabs .box-tabs .faq-tab:hover::before {
    width: 100%;
  }
}
body.page-template-faq .faq-container .wrapper .faq-tabs .box-tabs .faq-tab p {
  color: #080d51;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.16px;
}
body.page-template-faq .faq-container .wrapper .faq-tabs .box-tabs .faq-tab.active::after {
  position: absolute;
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 20px;
  background: #000fe1;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: -11px;
}
body.page-template-faq .faq-container .wrapper .faq-contents {
  width: 100%;
}
body.page-template-faq .faq-container .wrapper .faq-contents .accordion-item {
  border-bottom: 1px solid #d7d7e0;
  padding: 20px 0;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}
body.page-template-faq .faq-container .wrapper .faq-contents .box-title-acc {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-bottom: 0;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}
body.page-template-faq .faq-container .wrapper .faq-contents .box-title-acc h3 {
  color: #080d51;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0.18px;
  cursor: pointer;
  max-width: 90%;
  font-size: 16px;
}
@media (min-width: 1024px) {
  body.page-template-faq .faq-container .wrapper .faq-contents .box-title-acc h3 {
    font-size: 18px;
    max-width: 100%;
  }
}
@media (min-width: 1600px) {
  body.page-template-faq .faq-container .wrapper .faq-contents .box-title-acc h3 {
    font-size: 20px;
  }
}
body.page-template-faq .faq-container .wrapper .faq-contents .box-title-acc svg {
  -webkit-transition: 0.6s;
  transition: 0.6s;
}
body.page-template-faq .faq-container .wrapper .faq-contents .accordion-desc {
  color: #080d51;
  font-style: normal;
  font-weight: 400;
  line-height: 160%; /* 25.6px */
  letter-spacing: 0.16px;
  max-height: 0;
  overflow: hidden;
  max-width: 90%;
  -webkit-transition: max-height 0.35s ease;
  transition: max-height 0.35s ease;
  font-size: 14px;
}
@media (min-width: 1024px) {
  body.page-template-faq .faq-container .wrapper .faq-contents .accordion-desc {
    font-size: 16px;
  }
}
body.page-template-faq .faq-container .wrapper .faq-contents .accordion-item.active {
  border-bottom: 1px solid #000;
}
body.page-template-faq .faq-container .wrapper .faq-contents .accordion-item.active .box-title-acc {
  padding-bottom: 12px;
}
body.page-template-faq .faq-container .wrapper .faq-contents .accordion-item.active svg {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
body.page-template-faq .faq-container .wrapper .faq-contents .accordion-item.active .accordion-desc {
  max-height: 1000px;
  /* valor alto para permitir expandir */
}
/*# sourceMappingURL=perguntas-frequentes.css.map */
