
.faqs_icon_ctr{
    display: inline-block; 
    margin-left: 12px;
    background-color: var(--colorfirst);
    width: 25px;
    height: 25px;
    color: #FFF;
    line-height: 21px;
    text-align: center;
    padding-left: 2px;
    margin-right: 10px;
    padding-top: 2px;
}

.panel-title{
    margin: 0;
}


a.nodecoration {
  text-decoration: none;
}

.panel-body.p{
    padding: 15px;
    padding-left: 28px;
}

.panel-collapse{
    background-color: #FFF;
}

.panel-default>.panel-heading {
  color: #333;
  background-color: #FFF;
  border-color: #e4e5e7;
  padding: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.panel-default>.panel-heading a {
  display: block;
  padding: 10px 15px;
}
/*.panel-default>.panel-heading a:after {
  content: "";
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  float: right;
  transition: transform .25s linear;
  -webkit-transition: -webkit-transform .25s linear;
  font-size: 16px;
}*/
.panel-default>.panel-heading a[aria-expanded="true"] {
  background-color: #FFF;
}
/*.panel-default>.panel-heading a[aria-expanded="true"]:after {
  content: "\2212";
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.panel-default>.panel-heading a[aria-expanded="false"]:after {
  content: "\002b";
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);*/
/*}*/
.accordion-option {
  width: 100%;
  float: left;
  clear: both;
  margin: 15px 0;
}
.accordion-option .title {
  font-size: 20px;
  font-weight: bold;
  float: left;
  padding: 0;
  margin: 0;
}
.accordion-option .toggle-accordion {
  float: right;
  font-size: 16px;
  color: #6a6c6f;
}
.accordion-option .toggle-accordion:before {
  content: "Abrir Todos";
}
.accordion-option .toggle-accordion.active:before {
  content: "Fechar Todos";
}

.pp_title *{
    color: white !important;
}