#faq {
width: 1360px;
max-width: 90%;
margin: auto;
padding: 80px 0;
margin-bottom: 0px;
}
#faq .faq-resposta p{
padding: 8px 0;
}
#faq span {
color: #FFFFFF;
}
#faq .titulo {
font-size: 34px;
font-weight: 700;
margin: 0 0 10px 0;
color: #FFFFFF;
}
#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: #FFFFFF;
}
#faq .faq-item::before {
content: '';
position: absolute;
bottom: 0;
left: 0;
width: 100%;
height: 1px;
background: #FFFFFF;
}
#faq .faq-item:last-child::before {
display: none;
}
#faq .faq-item:first-child .faq-pergunta {
border-top: none;
}
#faq .faq-pergunta.faq_active {
color: #FFFFFF;
font-weight: 700;
}
#faq .faq-item {
margin: 0;
position: relative;
}
#faq .faq_active.faq-pergunta::after {
filter: brightness(0) invert(1);
-webkit-transform: rotate(180deg);
-ms-transform: rotate(180deg);
transform: rotate(180deg);
opacity: 1;
}
#faq .faq-resposta {
color: #FFFFFF;
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(//www.squareresidence.com.br/wp-content/themes/squaredesign/assets/img/seta-faq.png);
width: 30px;
filter: brightness(0) invert(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;
}