.recursos-page .perguntas-frequentes {
    position: relative;
    padding: 3.3rem 0;
    flex-direction: column;
    flex-wrap: wrap;
    margin-bottom: 0.5rem;
}
.recursos-page .perguntas-frequentes .box-title {
    display: flex;
    justify-content: center;
    margin-bottom: 2rem;
    width: 100%;
}
.recursos-page .perguntas-frequentes .box-title .title {
    font-weight: 600;
    font-size: 2.8rem;
    line-height: 2.9375rem;
    text-align: center;
    width: 45%;
}
.recursos-page .perguntas-frequentes p.desc {
    text-align: center;
    max-width: 600px;
    margin: 1rem auto 3rem;
    line-height: 1.625rem;
    font-size: 1.2rem;
}
.faq-nav {
    flex-direction: column;
    margin: 0 0 32px;
    border: none;
    /*box-shadow: 0 10px 30px rgba(85, 85, 85, 0.1);*/
}
.faq-nav .nav-link {
    position: relative;
    display: block;
    margin: 0 0 10px 0;
    padding: 18px;
    background-color: #fff;
    border: 0;
    border-radius: 20px !important;
    color: #616161;
    transition: background-color .2s ease;
    font-size: 1.05rem;
}
.faq-nav .nav-link:hover {
    background-color: #f2faff;
    color: #145784;
}
.faq-nav .nav-link.active {
    background-color: #E5F6FF !important;
    font-weight: 700;
    color: #145784 !important;
}
.faq-nav .nav-link:last-of-type {
    border-bottom: 0;
}

.faq-nav .nav-link i {
    margin-right: 5px;
    font-size: 1rem;
    position: relative;
    color: #35ADF9;
    font-family: 'FontAwesome';
    font-style: normal;
    font-variant-ligatures: normal;
    font-variant-caps: normal;
    font-variant-numeric: normal;
    font-variant-east-asian: normal;
    font-weight: normal;
    font-stretch: normal;
    font-size: inherit;
    line-height: 1;
    font-family: FontAwesome;
}

.tab-content {
    /*box-shadow: 0 1px 5px rgba(85, 85, 85, 0.15);*/
}
.tab-content .card {
    border-radius: 0;
    border: none;
}
.tab-content .card-header {
    padding: 15px 16px;
    border-radius: 20px !important;
    background-color: #E5F6FF !important;
    margin-bottom: 15px !important;
    box-shadow: 0 10px 20px rgb(0 0 0 / 3%);
    border: none;
}
.tab-content .card-header h5 {
    margin: 0;
}
.tab-content .card-header h5 button {
    display: block;
    width: 100%;
    padding: 0;
    border: 0;
    font-size: 1.05rem;
    color: rgba(0, 0, 0, 0.87);
    text-align: left;
    white-space: normal;
    color: #145784;
}
.tab-content .card-header h5 button:hover, .tab-content .card-header h5 button:focus, .tab-content .card-header h5 button:active, .tab-content .card-header h5 button:hover:active {
    text-decoration: none;
    color: #145784;
}

.tab-content .card-body {
    padding: 0.5rem 2rem 2.5rem 1.4rem;
    color: rgb(55, 59, 69);
}

.tab-content .card-body p {
    color: #373B45;
}
.tab-content .card-body p:last-of-type {
    margin: 0;
}

.accordion > .card:not(:first-child) {
    border-top: 0;
}