.faq-section .faq .accordion {
  background: #fff;
  padding: 0px 30px 110px;
}

.faq-section .faq .accordion .card {
  border-top: 1px solid #000;
  border-left: 0;
  border-right: 0;
  border-radius: 0;
}

.accordion>.card:not(:last-of-type) {
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.faq-section .faq .card-header {
  background: transparent;
  border-bottom: none;
  padding: 0;
}

.faq-section .faq .card-header {
  background: transparent;
  border-bottom: none;
  padding: 0;
}

.accordion>.card>.card-header {
  border-radius: 0;
  margin-bottom: -1px;
}

.faq-section .faq h2 {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.faq-section .faq .card-body {
  text-align: left;
}

.faq-section .faq .btn.btn-link{
  color: #000;
  font-weight: 500;
  padding: 15px 0;
  border: 0;
  border-radius: 0;
  margin: 10px 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  text-align: left;
  max-width: 95%;
}

.faq-section .faq .btn.btn-link{
  display: inline-block;
  vertical-align: middle;
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  overflow: hidden;
  text-decoration: none!important;
  cursor: pointer;
}

.faq-section .faq .btn.btn-link:hover:before{
  right: 0;
}

.faq-section .faq .btn.btn-link:before{
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  right: 100%;
  bottom: 0;
  background: #FF650D;
  height: 3px;
  transition-property: left,right;
  transition-duration: .3s;
  transition-timing-function: ease-out;
}

/* icone toggle acordeon */
.faq-section .faq .btn-toggle {
  width: 30px;
    height: 30px;
    background-image: url(../img/icones/arrow.svg);
    background-size: contain;
    border-radius: 100px;
    background-repeat: no-repeat;
    cursor: pointer;
    transition: all .5s ease;
    transform: rotate(270deg);
}

.faq-section .faq .btn.btn-link.collapsed+.btn-toggle{
  transform: rotate(90deg);
}

.faq-section a {
  color: #ff650d;

}
