/* SPANS LABEL */

/*nome de campos de texto acima do campo*/
.span-label-a{
     font-size: 0.8rem;
     color: #555;
     font-weight: bold;
}

.span-label-a::first-letter{
     text-transform: uppercase;
}

/*nome de campos de texto ao lado esquerdo do campo*/
.sxpan-label-b{
     color: #555;
     white-space: nowrap;
     font-weight: bold;
}

.sxpan-label-b::first-letter{
     text-transform: uppercase;
}

/* legendas de miniaturas de imagens */
.span-label-c{
     color: #555;
     padding-top: 5px;
     font-weight: bold;
}

.span-label-c::first-letter{
     text-transform: uppercase;
}

/* SPANS QUESTÕES */
.span-questao-formulario{
     color: #555;
     text-align: center;
     margin: 15px 0px;
     font-weight: bold;
}

/* SPANS TITULO */
.span-titulo{
     display: flex;
     color: #777;
     text-transform: uppercase;
     font-weight: bold;
     margin: 10px 0px 20px 0px;
}