body {
    /* background-color: skyblue; */
}

.valors div {
    display: flex;
    flex-direction: row-reverse;
    gap: 1em;
}

.valors div label {
    flex: 0 1 90%
}
.valors div select {
    flex: 0 1 10%;
    max-height: 25px;
}

#questionari_seccions {
    display: flex;
    flex-direction: row-reverse;
    flex-wrap: wrap;
    padding-top: 0.5em;
}

#questionari_seccions .opcio {
    width: 100%;
    padding-left: 1em;
}
#questionari_seccions input {
    margin-right: 10px;
}

.pregunta {
    margin-top: 20px;
}

.planta {
    display: flex;
}

.planta label {
    width: 30%;
} .planta select{
    width: 70%;
}

label.ordena {
    margin-bottom: 10px;
    display: block;
}
