#faq-container ul {
    list-style: none;
    margin: 0;
    padding: 0;
    border: 0;
}

#faq-container li a{
    font-family: inherit !important;
    height: 100%;
    padding: 15px;
    text-decoration: none;
    color: white;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    border: 0;
    width: 100%;
}
#faq-container a span{
    color: rgb(57, 60, 64);
    font-size: 23px;
    font-weight: normal;
    color: white;
}
#faq-container .text-faq{
    font-family: inherit !important;
    color: rgba(0,0,0,0.9);
    font-size: 14px !important;
    padding: 12px;
}
#faq-container .text-faq p {
    font-family: inherit !important;
    color: rgba(0,0,0,0.9);
    line-height: 1.6;
    font-size: 14px !important;
    margin-top: 0;
    margin-bottom: 0;
}

#faq-container ul{
    list-style: none;
    padding-left: 0;
    margin-top: 2.3rem;
}

#faq-container ul .text-faq{
    display: none;
}

#faq-container ul .show{
    display: block;
}

#faq-container ul li i{
    color: white;
}
#faq-container ul li svg{
    color: white !important;
}

#faq-container ul div{
    display: none;
}

#faq-container ul li{
    padding: 0.7rem;
    background-color: #003366;
    margin-top: 0.5rem;
    display: flex;
    justify-content: space-between;
    cursor: pointer;
}
#faq-container ul li span{
    color: white;
    font-size: 0.8rem;
    font-weight: 600;
}

/* Atendimento */
#titulo-pagina-atendimento {
    font-size: 2.8rem;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.09;
    letter-spacing: -1.1px;
    text-align: left;
    color: #0f0f0f;
    margin-bottom: 0px;
}
#form-atendimento {
    margin-bottom: 3rem;
    color: #0f559a;
    font-weight: 700;
}

#form-atendimento button{
   background-color: #003366;
   color: white;
   border-radius: 0;
}