.faq-container {padding: 56px 0 0;}
.faq-container ul {display: flex; flex-direction: column; gap: 35px;}
.faq-container .titulo {font: 700 32px / 1.2 montserrat; color: var(--preto); display: block;}

.faq-container h3, .faq-container h4, .faq-container h5, .faq-container h6 {font: 700 16px / 2 montserrat; color: var(--preto);}

.faq-container summary {display: flex; gap: 20px; cursor: pointer; align-items: center;}
.faq-container .icone-sumary {min-width: 12px; max-width: 12px; width: 100%; display: flex; justify-content: center; align-items: center; transition: 0.3s;}
.faq-container .icone-sumary svg {width: 100%; height: 100%;}
.faq-container .resposta {display: none;}
.faq-container details {display: flex; flex-direction: column; gap: 20px;}
.faq-container details p {font: 16px / 2 montserrat; color: var(--preto);}
.faq-container details:open .icone-sumary {transform: rotate(90deg);}
.faq-container details:open .resposta {display: unset;}

.faq-container .titulo-faq {margin: 0 auto 45px; display: flex; justify-content: center;}
.faq-container .titulo-faq h5 {font: 700 36.39px gotham; text-align: center; text-transform: uppercase;}

.faq-container .conteudo {border-top: 1px solid #F5C8CA; padding-top: 34px;}

@media(max-width:990px){
     .faq-container {padding: 25px 0 0;}
     .faq-container .conteudo {padding-top: 20px;}
     .faq-container ul {gap: 18px;}
     .faq-container .titulo {font-size:clamp(18px, 3.8vw, 26px); line-height: 1.4;}
     .faq-container details:open .resposta {text-align: justify; hyphens: auto; -moz-hyphens: auto; -webkit-hyphens: auto; text-justify: inter-word;}
     .faq-container summary {gap: 12px;}
     .faq-container details {gap: 10px;}
     .faq-container .icone-sumary {min-width: 12px; max-width: 12px; width: 100%;}
     .faq-container details p {text-align: justify; text-justify: inter-word; hyphens: auto; -webkit-hyphens: auto; -moz-hyphens: auto;}
     
     .faq-container .titulo-faq {margin: 0 auto 15px;}
     .faq-container .titulo-faq h5 {font-size:clamp(20px, 4vw, 28px);}
}