@keyframes aparecer {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}

.fade-in {
	animation: aparecer 0.5s ease-out;
}

.contenidoCampoCheck {
	border: 0px !important;
	width: 530px !important;
}
.contenidoCampoMultiseleccion {

	.contenedorChecks {
		display: flex;
		flex-direction: column;
		gap: 4px;
	}
}

.campo{
	margin-bottom: 50px !important;
}

#contenedorCampo_COMS_2657{
	display: none !important;
}

.campoMemoTituloContainer {
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	gap: 5px;
	height: 20px;
	align-items: center;
	.tituloCampoMemo {
		width: 100% !important;
	}
	.helpCampo {
		padding: 0px;
		height: 16px;
	}
}