.required:after {
    content:" *";
    color: #dc3545;
}
.card-title{
    font-weight: 600;
}
.remover_campos{
    color: #dc3545;
}
.btn-adicionar-campos{
    width: 100%;
    height: 40px;
    border: 2px dashed #17a2b8;
    border-radius: 10px;
    font-weight: 600;
    color: #17a2b8;
}
.btn-adicionar-campos:hover{
    background: #17a2b8;
    color: white;
}

.fa-venus{
    color: #ec4899;
    font-size: 22px;
}
.fa-mars{
    color: #3b82f6;
    font-size: 22px;
}
