.cuestionario h1,
.cuestionario h2 {
	text-align: center;
}

.cuestionario h2 {
	font-size: 24px;
	margin-bottom: 30px;
}

.cuestionario h3 {
	font-size: 18px;
	font-weight: bolder;
	margin-top: 50px;
	margin-bottom: 50px;
}

.contenidoCuestionario {
	margin-top: 30px;
}

.contenidoCuestionario .row {
	margin-top: 40px;
	margin-bottom: 40px;
}

.linea {
	border: 1px solid black;
	width: 100%;
}

.borderBottom {
	border-bottom: 2px solid black;
}

.lineaMargin {
	margin-top: 20px;
	margin-bottom: 30px;
}

.columnas {
	display: flex;
	align-items: flex-end;
}
