.NovoFAQ.Accordion{padding:15px}.NovoFAQ.Accordion .FAQItem{display:flex;flex-direction:column;border-radius:5px;background-color:#fff;padding:15px;margin-bottom:15px;position:relative;cursor:pointer}.NovoFAQ.Accordion .FAQItem h3{margin-bottom:0}.NovoFAQ.Accordion .FAQItem:after{font-family:'Font Awesome 5 Pro','Font Awesome\ 5 Free','FontAwesome';font-weight:900;font-size:2rem;content:'\f078';position:absolute;right:15px;top:15px;transition:all linear .2s}.NovoFAQ.Accordion .FAQItem.Expanded:after{content:'\f077'}.Background_white .FAQItem{-webkit-box-shadow:0 5px 10px -5px rgba(0,0,0,0.3);-moz-box-shadow:0 5px 10px -5px rgba(0,0,0,0.3);box-shadow:0 5px 10px -5px rgba(0,0,0,0.3);border:1px solid #e1e1e1}.NovoFAQ.Accordion .FAQItem .FAQText{height:0;max-height:0;overflow:hidden;transition:max-height linear .8s}.NovoFAQ.Accordion .FAQItem.Expanded .FAQText{margin-top:15px;height:auto !important;max-height:600px}