/* Document CSS */


/* enquesta de satisfacció */

.imc--enquesta { max-width: 950px; }

.imc--enquesta h2 { margin-bottom: 1em; }

.imc--enquesta .imc--f-els { gap: 2em 1.5em; margin-bottom: 2em; }

.imc--enquesta .imc--f-el .imc--f-etiqueta { margin-bottom: .5em; }

.imc--enquesta li + li { padding-top: .5em; }

.imc--enquesta .imc--f-control:has(textarea) { flex-direction: column; align-items: flex-start; }

.imc--enquesta .imc--textarea-info::before { content: "*"; display: inline-block; margin-right: .4em; }
.imc--enquesta .imc--textarea-info span { font-size: .9em; color: #666; }

.imc--enquesta textarea { min-width: 100%; max-width: 100%; min-height: 5em; max-height: 15em; }



/* MEDIA QUERYS */

@media only screen and (max-width : 1000px) {


}

@media only screen and (max-width : 700px) {


}

@media only screen and (max-width : 450px) {

}