#modo {
    width: 1.5rem;
}

.bannerEscuro{
    background: #350257;
    background: linear-gradient(90deg, rgba(53, 2, 87, 1) 0%, rgba(88, 0, 150, 1) 100%);
}

.bodyEscuro{
    background-color: #212529;
}

.tituloEscuro, .textoEscuro{
    color: #ffffff;
}

.modal-footer{
    border-top: none;
    padding-top: 0;
}

.modal-header{
    border-bottom: none;
}

.modal-content{
    background-color: rgba(255, 255, 255, 0);
}

.listaFAQ{
    margin-bottom: 2rem;
}

.listaFAQ li{
    text-align: justify;
    margin-bottom: 0.5rem;
}