#faqs.accordion .card {
    background-color: transparent;
    border: 0;
    border-bottom: solid 1px #ededed;
    border-radius: 0;
    margin-bottom: 0;
    padding: 0;
    position: relative;
    overflow: hidden
}

#faqs.accordion .card-header {
    border: 0;
    background-color: transparent;
    border-radius: 0;
    padding: 2.5rem 0;
    position: relative;
    z-index: 0
}

#faqs.accordion .card-header:before {
    content: "\f078";
    font-weight: 700;
    font-family: "Font Awesome 5 Free";
    font-size: 1.4rem;
    line-height: 2.2rem;
    width: 3.2rem;
    height: 3.2rem;
    margin: auto;
    display: flex;
    background-color: #ededed;
    border-radius: 50%;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    align-items: center;
    justify-content: center
}

#faqs.accordion .card .card-header[aria-expanded=true]:before {
    content: "\f00d";
}

#faqs.accordion .card-header[aria-expanded=true]:before,#faqs.accordion .collapse.show {
    border: 0
}

#faqs.accordion .card-header:after {
    content: '';
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: 0;
    cursor: pointer
}

#faqs.accordion .card-title,#faqs.accordion .card-body p:last-child {
    margin-bottom: 0
}

#faqs.accordion .card-title {
    cursor: pointer;
    list-style: none;
    line-height: normal;
    font-size: 2.15rem;
    color: var(--color-geral-gray-hex);
    font-weight: 500;
    padding-right: 5rem;
}

#faqs.accordion .card-header:hover .card-title, #faqs.accordion .card-header:hover:before {
    color: var(--cor-geral-site-hex);
}

#faqs.accordion .card-header[aria-expanded=true] {
    background-color: transparent;
}

#faqs.accordion .card-header[aria-expanded=true] .card-title {
}

#faqs.accordion .card-body {
    background-color: #fff;
    color: #666;
    border: 0;
    padding: 2.5rem 0 5rem 0;
    font-size: 1.7rem;
    line-height: 3rem;
    font-weight: 400;
    -webkit-border-bottom-right-radius: 16px;
    -webkit-border-bottom-left-radius: 16px;
    -moz-border-radius-bottomright: 16px;
    -moz-border-radius-bottomleft: 16px;
    border-bottom-right-radius: 16px;
    border-bottom-left-radius: 16px
}

#faqs.accordion .card_ .card-header[aria-expanded=true] {
    background-color: #fff;
    box-shadow: 0px 1px 35px 0px rgba(0,0,0,.2)
}

#faqs.accordion .card-header {
    -webkit-transition: all .25s ease;
    -ms-transition: all .25s ease;
    -moz-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease
}

#faqs.accordion .faq-destaque {
    background-color: rgba(204,204,204,.1);
    border: dashed .1rem #ccc;
    border-radius: .8rem;
    margin-top: 1.5rem;
    padding: 1.5rem 2.5rem;
    position: relative;
    z-index: 0
}

#faqs.accordion .faq-destaque a:before {
    content: '';
    width: auto;
    height: 100%;
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    z-index: 1
}

#faqs.accordion .faq-destaque a {
    font-weight: 700
}
