.perguntas-frequentes .title-hero{text-align:center;margin-bottom:30px}
.perguntas-frequentes .pergunta-item{display:block;background:#fff;border-radius:5px}
.perguntas-frequentes .question{display:block;padding:20px 30px;width:100%;cursor:pointer;position:relative}
.perguntas-frequentes .question h3{color:var(--azul);font-size:1.1em;font-weight:700;margin:0}
.perguntas-frequentes .question i{color:var(--azul);font-size:1.4em;position:absolute;display:block;top:20px;right:20px;font-weight:400;transition:.5s}
.perguntas-frequentes .anwser{padding:30px;padding-top:0;padding-bottom:10px;display:none}
.perguntas-frequentes .anwser p{color:var(--azul);font-size:1em}
.perguntas-frequentes .active i{transform:rotate(180deg)}