.accordion-faq .card  {
    border: 0;
    margin-bottom: 10px;
    background: #fff;
}
.accordion-faq .card .card-header {
    background: #fff;
    border-bottom: none;
    padding: 20px 15px;
    border-radius: 6px;
}
.accordion-faq .card {
    border: 0;
    margin-bottom: 15px;
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 4px 7px rgba(139, 139, 139, 0.45);
    transition: box-shadow 0.3s ease;
}

.accordion-faq .card:has(.collapse.show) {
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.15);
}

.accordion-faq .card .card-header a {
position: relative;
}
.accordion-faq .card-header a h3 {
    color: #203070;
    font-size: 16px;
    margin-bottom: 0px;
    text-align: left;
}
.accordion-faq .card .card-header a[aria-expanded="false"]:before {
    content: "\f078";
}
.accordion-faq .card .card-header a[aria-expanded="true"]:before {
    content: "\f077";
    margin-top: -3px;
    font-weight: bolder;

}
.accordion-faq .card .card-header a:before {
    position: absolute;
    right: 7px;
    font-family: FontAwesome;
    font-size: 12px;
    color: #99a1af;

}
.accordion-faq .card-body {
    text-align: justify;
    padding: 20px;
    background: #fff;
    border-radius: 11px;
}
.title-faq {
text-align: center;
}
.desc-faq {
text-align: center;
}
.rep-faq{
    color: #444;
}
.faq-ol{
    border-radius: 5px;
    margin-top: 19px;
    margin-bottom: 0px;
}
.item {
    margin-bottom: 30px;
}
.faq-ol {
    min-height: 80px;
}
h2.avantages-title {
    text-align: center;
    color: #203070;
    font-size: 20px;
    font-weight: 600;
}
p.avantages-subtitle {
    color: #4a5565;
    text-align: center;
    font-size: 16px;
}
.accordion-faq .card-header a h3 {
    padding-left: 40px;
    position: relative;
}

.accordion-faq .card-header a h3::before {
    content: "+";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    font-size: 18px;
    font-weight: bold;
    color: #203070;
    background: #F3C507;
    padding: 5px 10px;
    border-radius: 50%;
    width: 30px;
    height: 30px;
}

.accordion-faq .card-header a[aria-expanded="true"] h3::before {
    content: "−";
}
