.imgArte {
    max-width: 670px;
}

.cardFormulario {
    position: absolute;
    top: 380px;
    max-width: 690px;
    box-shadow: 0 2px 5px 0 rgba(0,0,0,.16), 0 2px 10px 0 rgba(0,0,0,.12);
}

.text-titulo-card {
    font-size:22px;
}
.label-form {
    width: 100%;
    font-size: 18px;   
    font-weight: 550;
}

.opacity {
    opacity: 0.5;
}

.form-titulo {
    width: 100%; font-size: 22px; font-weight: 600;
}

.caixaFoto {
    width: 80px; height: 80px; border-radius:100%; 
    border: 1px solid;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    position: relative;
}

.btn-anexar-foto {
    height: 37px;
    margin-right: 20px;
}

.foto {
    width: 100%;
    height:auto;
}
