/* Estilo automático para a página: faq */
section.busca {
  h2 {
    color: #ffeecc;
    font-size: 64px;
    font-weight: 600;
    line-height: 110%;
    @media (max-width: 992px) {
      font-size: 36px;
    }
  }

  p,
  a {
    margin: 0;
    color: #fff;
  }
}

section.duvidas {
  .collapse.show {
    display: block !important;
  }
}

/* Limita pergunta */
.faq-title {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

/* Container colapsável */
.faq-collapse {
    height: 0;
    overflow: hidden;
    transition: height 0.35s ease;
}

/* Estado aberto */
.faq-item.is-open .faq-icon {
    transform: rotate(180deg);
}
