.card{
    margin: 0 auto;
    width: 80%;
}
.dvlogo{
    display: flex; justify-content: center; align-items: center;
}
.logo{
    width: 100px;
    -webkit-filter: drop-shadow(0px 1px 3px #222);
    filter: drop-shadow(0px 1px 3px #222);
}
.titulo-votacao{
    margin-bottom: 10px;
    font-weight: 500;
}
#form-cn{
    border-top: 1px #c4c4c4 solid;
    margin-top: 10px;
    padding-top: 10px;
}
#form-cn .requerido{
    color: #c10000 !important;
    float: none !important;
    font-weight: 700;
}

.informacao{
    font-size: 0.8em;
}
.pergunta{
    font-family: "Fira Sans", sans-serif;
    font-weight: 600;
    font-style: normal;
    margin-bottom: 5px;
}
.pergunta-sub{
    font-family: "Fira Sans", sans-serif;
    font-style: normal;
    font-size: 0.8em;
    font-weight: 400;
}
@media (max-width: 767px) {
    .card{
        width: 90%;
    }
}