#faq {
    padding: 40px 0;
    margin-bottom: 80px;
}

#faq .faq-resposta p{
    padding: 8px 0;
}

#faq span {
    color: var(--laranja);
}

#faq .titulo {
    font-size: 34px;
    font-weight: 700;
    margin: 0 0 10px 0;
    color: #000000;
}

#faq .texto {
    font-size: 28px;
    margin: 0;
}

#faq .faq-pergunta {
    font-size: 18px;
    line-height: 24px;
    letter-spacing: .5px;
    font-weight: 500;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 30px 0px;
    cursor: pointer;
    color: #000000;
}

#faq .faq-item::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background: linear-gradient(99.95deg, #FFE8C6 0.31%, #F39200 31.36%, #FFFFFF 68.51%, #FFE8C6 99.69%);
}

#faq .faq-item:last-child::before {
    display: none;
}

#faq .faq-item:first-child .faq-pergunta {
    border-top: none;
}

#faq .faq-pergunta.faq_active {
    color: var(--laranja);
    font-weight: 700;
}

#faq .faq-item {
    margin: 0;
    position: relative;
}

#faq .faq_active.faq-pergunta::after {
    filter: none;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    opacity: 0.5;
}

#faq .faq-resposta {
    color: #000000;
    margin: 0;
    overflow: hidden;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    max-height: 0px;
    padding: 0px !important;
}

#faq .faq-resposta .texto-resposta {
    padding: 0px 0px 40px;
    font-size: 16px;
    line-height: 26px;
    width: 93%;
}

#faq .display_faq {
    max-height: 1000px;
}

#faq .faq-pergunta::after {
    content: url("../../refeicao-transportada/icones/seta-faq.png");
    width: 30px;
    -webkit-filter: grayscale(1);
    filter: grayscale(1);
    width: 16px;
    margin-right: 10px;
    display: block;
    -webkit-transition: .3s;
}

#faq .texto-resposta ul {
    list-style: disc !important;
    padding-left: 20px !important;
    margin: 10px 0 !important;
}

#faq .texto-resposta ol {
    list-style: decimal !important;
    padding-left: 20px !important;
    margin: 10px 0 !important;
}

#faq .texto-resposta li {
    margin-bottom: 5px !important;
}

#faq .texto-resposta strong,
#faq .texto-resposta b {
    font-weight: 700 !important;
}